Rebuild @screenly/edge-apps with failure-mode algorithm and single-file deploy - #5
Conversation
- Scaffolded with the official create command: TypeScript in src/, Bun and Vite building to dist/, so a deploy uploads three files and nothing else. - Implements the approved failure-mode diagram. There are no credentials here, the USGS feed is public, so only the data half applies: cache on success, display_errors on failure, last-known-good otherwise, and an explicit unavailable state when there is no cache. - display_errors follows the library: same key, same false default, same panic-overlay, and the same signal-on-error so a crash cannot stall a playlist. - 8s fetch timeout to fit the screenshotter budget. Measured: signals at 8.1s on a hung feed, inside the 10s ready-signal window. - Single-use values moved into the functions that use them. - Release plumbing: CHANGELOG.md, CI and deploy workflows, user_version. - Drops .ignore, since deploying from dist/ makes it unnecessary, and five workflows for languages this repo has never contained. The library stylesheet and auto-scaler are deliberately not used. Both are commented in place with the reason. 24 failure-mode checks in e2e/failure-modes.mjs, all passing.
Deploying index.html plus ./js and ./css subdirectories does not work: the player sat in a downloading-content loop and the screenshotter returned 500 on the asset capture. The same app as one file renders on both. Measured against revisions 49, 50 and 51. - scripts/inline-bundle.mjs folds the CSS and JS back into index.html after Vite runs, wired as postbuild. It also drops type=module and crossorigin, which the IIFE bundle does not need, so there is no subresource fetch and no CORS for a player to get wrong. - stage, map and world were resolved at module top level. As a deferred module that happened after parsing and worked by accident; inlined as a classic script it runs before <body> exists and all three were null. They are resolved in start() instead. Verified: revision 51 deploys at 1/1 file and renders through Screenly's own capture endpoint. 24/24 failure-mode checks still pass.
…heir functions - jsdom, @types/jsdom, bun-types and @types/bun are scaffold defaults that nothing imports. tsconfig's types list is [vite/client, node], so the bun types were never loaded either. - playwright is now an explicit devDependency. e2e/failure-modes.mjs imports it by name and was resolving it transitively through @playwright/test, which works until that tree changes. - FETCH_TIMEOUT_MS, REFRESH_MS and KEPT had one use each. Moved into load(), start() and nearestKept(), same as compass and the map clamps. build:prod, build:dev and test:unit are duplicate aliases with no caller here, but the Edge Apps doc calls for a shared workflow template across repos and it may invoke them. Left in place deliberately.
| await page.waitForLoadState('networkidle') | ||
|
|
||
| await page.screenshot({ | ||
| path: path.join(screenshotsDir, `${width}x${height}.png`), |
There was a problem hiding this comment.
TODO: Discuss the idea of screenshot tests.
There was a problem hiding this comment.
Ask for an idea behind this file.
| Inlined so the app is one file with nothing to fetch. --> | ||
| <svg id=world preserveAspectRatio=none xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
| <rect x="-540" y="-90" width="1080" height="180" fill="#f3f1ec"/> | ||
| <path id="land" fill="rgba(22,24,27,.055)" stroke="rgba(22,24,27,.5)" stroke-width="2.5" vector-effect="non-scaling-stroke" fill-rule="evenodd" d="M31.29 22.4l-.09-.05-.13-.04-.15-.02-.46.04-.27-.04-.29-.11-.24-.03-.3.04-.12-.11-.13-.01-.07-.05-.03-.08.03-.13-.05-.03-.46-.13-.48-.08-.04-.02-.04-.04-.06-.15-.07-.1-.15-.15-.02-.05.03-.29 0-.24-.02-.03-.06-.02-.34 0-.02-.25-.08-.13-.09-.05-.41-.16-.21-.14-.23-.18-.07-.03-.22-.46.01-.09-.02-.05-.13-.14-.05-.15-.27-.3-.1-.21-.11-.1-.04-.07-.02-.06.04-.12.19.06.11 0 .08-.03.1.04.12.09.14.02.14-.06.19.02.25.09.2.02.24-.08.42-.45.2-.25.12-.2.17-.16.23-.13.24-.11.36-.13.07-.11.03-.11.01-.27.04-.05.14-.09.24-.12.2-.08.24-.06.67 0 .01.34.83.04.25.16.2.03.25.22.3.02.4.14.1.09.21.03-.01.07-.06.1 0 .16.09.21.01.19-.03.33.01.43.04.11-.1.32 0 .06-.04.07-.14.07-.02.04 0 .07.02.06.11.06.02.04-.02.14-.05.15.05.17.18.31-.02.11-.12.24-.2.3-.14.09-.04.05-.01.29-.12.19.07.16-.06.03-.94.97-.14.1ZM30.4 15.64l-.67 0-.24.06-.2.08-.32.17-.06.04-.04.05-.01.27-.03.11-.07.11-.36.13-.24.11-.23.13-.17.16-.12.2-.2.25-.42.45-.24.08-.2-.02-.25-.09-.19-.02-.14.06-.14-.02-.12-.09-.1-.04-.08.03-.11 0-.19-.06-.17-.16-.16-.09-.66-.06-.89.16-.42-.35-.5-.48-.31-.21-.11-.34-.06-.31 0-2.95 1.98-.01.01-.03-.09-.16.03-.16.08-.22.01-.07-.04-.23.01-.27.02-.13-.02-.08.08-.24-.03-.08-.05-.45.11.02.06.14.05 0 .13.04.05.06.03.13-.02.06-.05.05.05.05.09.03.05-.01.15-.09.62-.14.03.03-.04.16.07.22.16.13.11-.01.41.15.57.08.23 0 .12-.07.1-.28.05-.03.06-.01.04.02.04.18.18.16.11.25.04.04.07.04.22.02.5.19.05.04.06.1.08.22.12.02.1.12.15.23.02.1.07.06.19.03.35-.15.05.01.03.04.02.12.07.03.05-.01.03-.05 0-1.24-.05.01-.06.04-.13 0-.05.03-.02.04.01.05-.01.1-.06.01-.09-.03-.28-.05-.21-.23-.31-.24-.06-.07-.1-.24-.02-.09.16-.55.02-.13.1-.13.01-.12-.04-.15.02-.57-.03-.15-.06-.17-.14-.24 0-.05.09-.05.19-.16.19-.22.05-.09.02-.11-.04-.11 1.85-.29.08.2.06.08.14.13.32.01.1.04.08.06.03.1.11.1.15-.01.07.02.03.02 0 .08.02.03.09.02.1 0 .09.06.1 0 .11.03.06.05.43.2.06.11.02.1.07.02.03-.04.05 0 .04.03.06.13.1.1-.04.18.22.19.02.16.08.1.03.06 0 .04-.2.19-.11.03-.09.08.12.27-.03.09-.08.15-.04.02 0 .12.02.04.04.03.02.19-.06.31.09.2.03.02.12 0 .02.02-.11.14-.16.07-.22.07-.05.07-.02.1.05.1-.03.18 0 .14-.12.24-.09.09-.09.04 0 .02.13.08.01.02-.03.02-.01.03.1.06.05.06.07.14.05-.01.11-.07.05.07-.21.08-.94.3-.51.19-.87.24-.44.17-.01.08.03.11.1.17.05.29ZM53.08-16.65l-.5.18-.13.08-.12.1-.09.12-.07.21.05.2 0 .1-.26.12-.13.08-.08.02-.07.06-.08.04-.28.11-.31.09-.48.1-.36.19-.26.02-.36.11-.2.08-.3.18-.04.1-.08.09-.15.15-.11.07-.07 0-.15.04-.17.01-.29-.05-.14.09-.22.1-.22.2-.43.11-.32.12-.16.02-.3-.01-.28.03-.26.05-.27.27-.23.07-.12.18-.29.06-.13-.06-.26.15-.1.03-.15 0-.1.03-.08-.01-.09-.06-.21-.06-.14.04-.01-.14-.25-.43.05-.42-.05-.17-.14-.15 0-.19-.08-.28.01-.08-.11-.3.03-.04 0-.04-.04-.06-.04-.13-.2-.1.04-.1.04.04.05.02.01-.06-.08-.32.12-.38-.04-.34.19-.14.12-.15.06-.03.02-.08-.01-.04-.04-.04-.02-.09.04-.26.08-.07-.05-.05 0-.04.16-.13.07-.03.06 0 .12.05.11.1.09.03.06-.01.06.03.09-.05.07 0 .08-.03.19-.01.2.01.2-.03.4 0 .09.02.17.09.13.02.77.07.42-.04.25.32.16 0 .11-.04.19-.12.14-.34.59-.71.87-.42.4-.08 2.54-.34.7 1.6.05.1.07.03.28.62ZM42.59-15.3l-.03.02-.01-.04.02-.09.03-.02.03.06-.04.07ZM42.76-13.7l-.07.03.04-.08.07-.02-.04.07ZM42.79-13.97l-.03.02-.07-.06.07-.06.04.06-.01.04ZM53.76-12.64l.07.02.09-.04.27 0 .32.11-.1.07-.14.03-.14.09-.41.04-.12-.02-.1-.09-.19-.1.08-.07.04-.06.1-.06.11.01.12.07ZM104.06-10.39l.02.05 0 .11-.04.12.01.05-.03.03-.07-.21-.1-.13.05 0 .09-.06.04 0 .03.04ZM107.97-21.51l-.16.01-.1.09-.07.04-.11.03-.12.06-.06.23-.19.1-.05-.01-.04-.04-.18.05-.21-.05-.01.04.07.15.01.07-.2.21.02.14-.05.1-.12.08-.23.22-.11 0-.08.05-.17.35-.02.3-.07.16-.08.07-.02.09.27.47.18.18.08.06.09.04.26.27-.04.08.02.15-.13-.05.17.11.22.29.38.31.06.16.37.26-.01.03.05.04.14.08.07.09.03.08.05.01.11-.03.04.01.06.09.08.08.04.07.03-.01.03.01 0 .06.02.04.11.12.05.11.13.18.09.1.15.1.08.2.04.18.08.2.07.08 0 .17.05.17.05.11.03.17.08.24-.01.09-.04-.08 0 .26.04.14-.02.17.04.06.11.26 0 .24.03.12-.07-.07-.05-.08-.06.04-.05.06.09.26-.1-.02.01.34.04.08 0 .04-.01.04-.03-.05 0-.05-.02.01-.04.16.04.11-.07.13-.09.01-.05.25-.17.02-.12.12-.15.04-.13.12-.15.11-.17.03-.1.18-.16.02-.28.14-.09.07-.21.09-.07-.07-.1-.03-.06-.06-.02-.1-.03.04-.01.18-.02.04-.05.02-.09-.05-.08-.11-.12.07.09.01.04.02.04.06-.02.08-.29 0 .13.07.13.04.06.04 0 .03-.08.06-.05.07 0 .09-.06.04-.15-.08-.31-.28.04.08.33.32.05.1.01.08-.03.04-.06.04-.1 0-.18-.12-.27-.28-.1-.04.28.33.05.08.05.09-.04.1-.67.31-.1.13-.08.16-.13.09-.07.08-.23.05-.12-.02.13-.15-.08-.05-.01-.39.04-.42.05-.21.09-.05.1-.03-.01-.1-.05-.07-.07-.03-.09-.01-.07-.09-.05 0-.09.03-.05-.04-.02-.06-.16-.14.04-.01.09-.1.29-.01.13-.13.07-.04.01-.03-.04-.16.03-.02.11.01.15.05.1-.1.35-.04.09.13.09-.03.05.04.11.05.06 0-.03-.12.04-.09-.01-.03-.27-.2-.03-.06-.02-.26.01-.08.08-.01.07-.11.1.01.24.07.06-.01.02-.26.08-.02.2-.01.06-.07.17-.03.23-.2.12-.04.05 0 .06.06.12-.1.03-.07.02-.11-.02-.17-.06-.22-.01-.1.08-.2.06-.21-.02-.08-.2-.47-.03-.03-.03-.11.04-.24.08-.08.08-.2-.02-.17.01-.05-.04-.11.02-.04.06-.04.09-.19-.09-.14-.28-.23-.05-.06-.06-.12.02-.04.17-.08.03-.03.02-.05-.01-.04-.1-.04-.23-.2-.14-.07-.04-.05-.04-.12-.02-.01-.09.08-.08-.04-.06-.11-.06-.05-.01-.23-.03-.07-.07-.05-.16-.22-.27-.19-.31-.33-.06-.09-.04-.15-.13-.17-.12-.04-.18-.15-.07-.11.02-.12.04-.08-.03-.03-.13-.05-.27-.07-.11-.06-.5-.34-.19-.07-.03-.03.01-.04.13-.08.03-.06-.01-.08-.04-.09.02-.02.23-.02.29.08.04-.01.15-.13.11-.2.08-.07 0-.06-.04-.09-.08-.05-.11.01-.08-.16-.12-.04-.11-.01-.02-.02.04-.05.12-.06.05-.05 0-.05-.23-.17-.25-.13-.22.09-.09.05-.07.09-.08.02-.18-.08-.25-.06-.11-.05-.22-.31-.03-.07.06-.24.04-.06 0-.11-.03-.03-.08-.03-.02-.07-.02.01-.03.09-.03.03-.04.02-.04-.02-.02-.03-.03-.14-.03-.05-.09-.06-.19-.22-.12-.1-.05-.1.11-.09.14-.18.02-.06.07-.04.05.01.31.15.1.12.05.02.03 0 .13-.09 0-.05.13-.12.03-.05.03-.01.16.18.03-.02.05-.12.05-.05.29.24.03 0 .03-.01.08-.2.09-.05.07-.01.09.1.07.01.21-.12.11 0 .11-.09.03-.19.03-.04.33-.14.08-.06.08.03.09.07.09.12.02.05.14.04.15.11.06 0 .1-.05.15 0 .03.01.07.09.03.01.06 0 .2-.05.24.13-.08.14-.12.07-.03.07-.01.1.01.06.08.05.02.05.01.26.07-.02.2.08.04 0 .04.03.01.06.04.04.12.07.09.01.08.1.08-.03.04.04.17-.01.12-.05.04.01.17.14ZM106.62-8.68l-.03 0-.02-.02.09-.07-.01.07-.03.02ZM107.17-10.4l-.09.06 0-.05.07-.03.02-.03.03 0-.03.05ZM106.87-20.82l-.02.02-.08-.06.03-.07.07.11ZM107.6-21.22l-.14.13-.05 0 .04-.15.03-.03.08.05.04 0ZM107.52-20.93l-.05.03-.07 0 .08-.05.07-.08 0 .05-.03.05ZM107.03-20.75l-.04.01-.08-.08.04-.05.1.03.01.04-.03.05ZM-60.82-9.14l-.12.03.03-.07.09-.03.06-.01.03.02-.06.02-.03.04ZM-63.85-11.13l.03.13-.1.11-.13.01-.05-.02-.06-.06-.06.02-.14-.02-.04-.02.05-.07.14-.04.03.05.07.03.08.01.02-.07.12-.1.04.04ZM-65.21-10.91l-.06.03-.14-.06.03-.03.08 0 .09.06ZM-61-8.87l-.06.02-.01-.1.16-.12.02.02-.01.02.05.04-.01.04-.06.05-.08.03ZM-60.02-8.55l.19.24-.02.06-.14.09-.04.11-.15.06-.2.16-.13.02-.05.04-.05.12-.11.11 0 .04.12.18-.04.06.01.05.05.05.06.02.06-.03.07 0 .07.04-.03.13-.05.06-.19.08-.13.09-.15-.02-.07.06-.17.02-.07.06-.02.06.05.14.02.24-.17.16-.09.11.01.03.21.24.43.47.07.04.07.16 0 .05-.03.06-.11.12-.17.08-.05.12-.04.03-.1.04-.18-.02-.09.09-.11.03-.08.11-.59.19-.26-.06-.06.02-.14.1-.1.02-.03.08-.02.27-.1.08-.11 0-.08-.1-.09-.07-.15-.16-.05-.02-.04 0-.15.05-.12-.05-.37.01-.05-.04-.05-.1-.07-.06-.39-.01-.04-.02-.05-.08-.05-.03-.07-.01-.03.05.12.14.03.08.1.11.29.24.06.07-.01.1.01.28.18.41.03.13-.04.17.13.05.53.04.02.07-.02.12-.07.08-.11.02-.11.07-.16.07-.1.01-.1.06-.07.29-.09.09-.11.07-.18.01-.04.02-.05.06-.15.12-.09-.01-.21.1-.07.05-.16.18-.1.06-.11.18-.08 0-.01-.06.04-.09-.05-.09-.07-.04-.08-.01-.09.04-.19.13-.19.05-.11.01-.13-.07-.45-.4-.01-.07.01-.07-.05-.1-.05-.14-.01-.08-.1-.26-.04-.06.02-.05-.1-.22.01-.06-.01-.06-.32-.29-.04-.01-.05-.1-.15-.04-.09.04 0-.06.03-.04.48-.43.04-.1-.19-.27-.1-.08-.06-.09-.07-.23-.05-.11-.02-.08.01-.1-.03-.08-.04-.05 0-.16.06-.46-.03-.14.04-.11.1-.07.05-.11.01-.15.06-.12.1-.1.03-.1-.04-.15-.09-.06-.16-.04-.13-.01-.08.05-.53.08-.27 0-.2-.04-.15.02-.1.07-.08.01-.04-.04-.05-.01-.07.03-.66-.82-.3-.03-.15-.07-.2-.05-.07.01-.2.09-.21.01-.24-.05-.16 0-.27.04-.12-.04-.08-.07-.12-.27-.18-.05-.05-.04-.03-.06-.01-.09.03-.36.09-.12 0-.06-.06-.23-.24-.25-.14-.48-.05-.03-.06.02-.05-.02-.05-.1-.05-.02-.13.07-.15.02-.03-.02.01-.04.3-.44.05-.12.07-.41.07-.29.18-.35.17-.21.07-.06.2-.09.29-.47.43-.1.21-.09-.03.05-.14.09-.38.09-.09.06.01.16.12.22.19.18-.09.02.04.15.09.11 0 .07-.06.22-.13.12-.09.15-.08.06-.15.29.12.18.01.09.11.12.07.04.04.05-.02.09.04.12.05.06.07.02.08 0 .3-.11.03-.06.13-.13 0-.16.03-.2-.03-.12-.13-.18-.05-.13-.13-.12-.13-.36-.03-.16.09-.06-.01-.12.21-.04.44-.21.28-.05.31-.11.07-.06.06-.09.05-.01.16.09.08-.03.04-.07-.05-.13-.09 0-.28.05-.03-.06 0-.05-.07-.16.09-.21.2-.08.09.07.08.11.02.16.05.16.05.12.08.08.4-.04.18.06.22.03.22.12.21.15.06.11.02.1.05.07-.05.07.02.12.07.12.09.08.27.02.29-.05.45-.05.14-.04.74-.02.14.06.02.1.24.21.19.03.17.07.36.09.28-.03.66-.36.36.01.1-.05-.13-.06-.3-.02-.09.04-.05-.1.1.01.33-.03.37.02.31-.07.24 0 .25-.04.46.05.36-.04-.04.06-.12.03-.19.02-.15.08-.31-.01-.22.03.07.02 0 .09.06.02.09.11.03.09-.04.1-.04.04.09-.01.05-.05 0-.1.05.02.03.02.2.4.04-.01.06-.09.03.04.04.02-.02-.06.02-.07-.01-.03.08 0 .17.11.07.09.01.05.07.05.02.05.01-.07-.04-.11.15-.01.03-.07.08.04.2.22.08.03.22.04.14.11.08.09-.05.1-.13.04-.05.07-.03.05 0 .07-.04.06-.03.13-.13.24-.37 0 .18.09.14.1.1-.08.16 0 .18-.09.06-.01.32.04.08-.06.06-.02.17.01.15.07ZM12.44-41.9l-.01-.01.01.01ZM166.74 14.83l.07.33.08 0 .03-.02.05-.08.02-.12.04-.02.05.02-.03.03.02.1.03.06.03.01.07.3 0 .05-.11.09-.15 0-.11.06-.07-.01 0-.06-.06-.05-.07-.11.02-.2-.12-.36 0-.09.04-.12.04 0 .13.19ZM167.41 16.1l.07.02.02.05.14.09.04 0 .03.05.06.03.07.11-.08.07-.15-.02-.08.07-.08-.01-.01-.04.01-.02-.05-.1-.02-.16-.03-.09-.03-.04-.07.04-.03 0-.07-.07.03-.15.02-.04.05-.01.09.04.07.18ZM168.45 16.78l.03.01-.02.05-.14-.05-.11.02-.03-.01-.03-.03-.03-.08.01-.05.07-.05.06.08.04.01.06.08.09.02ZM168.3 16.34l-.12.01-.16-.03-.09-.09.05-.03.09-.02.09-.1.04.04.04.11.06.07 0 .04ZM168.45 17.54l.09.14.04.02-.06.1-.12.01-.15-.03.06-.03-.03-.04-.05-.01-.05.02-.02-.01.03-.07.08-.09.18-.01ZM167.91 15.44l-.07.04-.12 0-.05-.03.15-.14.18-.03-.09.16ZM168.21 15.97l-.03-.04-.06-.25.04-.22.11.43-.01.06-.05.02ZM168.19 15.33l-.02.06-.04-.07-.02-.3.01-.03.02 0 .05.21 0 .13ZM167.22 15.72l-.02.03-.11-.06.03-.07.11.02-.01.08ZM167.58 14.26l-.04.05-.11-.01-.03-.02.01-.08.03-.03.07-.03.09.04-.02.08ZM167.49 13.91l-.04 0-.06-.12.02-.04.07-.04.07.07 0 .07-.01.02-.04.01-.01.03ZM169.89 20.19l-.03.05-.05 0-.07-.04.01-.05.08-.01.06.05ZM169.49 19.54l-.05.11-.09-.03-.09-.07-.04-.07.03-.13.04-.03.05.01.02.13.13.08ZM169.33 18.94l-.04.05-.3-.12 0-.16.03-.07.07-.02.05.01.04.1.08.03-.06.04.1.07.03.07ZM70.95-42.25l.09-.03.17.07.02.02 0 .03-.39.14-.04.1-.07.01-.1.04-.07.04-.11.1-.27.16.02.06.09.01.18.09.18-.05.04.01.05.05.04.14.25.07.08.04.19 0 .09.03.02-.02.01-.2.08.03.05 0 .03-.02.03-.04.01-.07-.02-.06.06-.04.04.02 0 .07.09.04.04.05.03.05.02.12.08 0 .09.03.06-.03.05.02.03.14.02.02.08-.03.07 0 .15.06.11.1.21.02.04.02.12-.02.14.03.01.02-.37.16-.02.04-.07.05-.11.04-.17-.06-.02.01-.01.05.04.06-.05.06-.11-.02-.02-.03-.1.01-.12.1-.05.08-.12.03-.15.08-.06-.07-.11.01-.14-.07-.08-.01-.31.03-.03.02-.31.04-.05-.01-.07-.11-.16-.06.01-.07.32-.21.05-.06 0-.02-.11-.04-.01-.02.03-.02 0-.02-.22-.18-.07-.01-.05.11-.03.03-.58.23-.04 0-.17-.11-.09-.03-.1.08 0 .08-.05.05-.05.02.09.24 0 .03-.08.01.05.09-.04.01-.28-.03-.32.05-.01.02.02.02.29-.01.04.02 0 .03-.01.02-.15.02-.02.02.03.07.05.05-.04.03-.03-.03-.07.07-.04-.01-.05.01-.05.2-.08.08-.11.03-.32-.03-.36-.06-.18.06-.08.08-.03.01-.08.23.01.02.26.07.03.02.02.02.02.12.36.01.08.05.02.04-.1.22.04.2.05.09.19.14.03.07-.12.21-.06.03-.09.09-.08.12-.15.15-.04.08-.02.25-.04.07-.01-.03-.05-.03-.09.01-.06-.02-.03-.03-.08.01-.12.05-.12-.02-.13-.11-.24-.03-.31.02-.01-.25.02-.19.1-.14-.02-.06-.22-.06-.22-.12-.31-.1-.13.04-.12-.01-.53-.3-.46-.22-.31-.22-.15.03-.4-.21-.25-.22-.86-.48-.17-.12-.04-.06-.06-.29-.08-.14-.11-.07-.09-.14-.08-.21-.07-.14-.05-.06-.25-.15-.15-.04-.08.01-.09.08-.15 0-.31-.06-.42.03-.36-.18-.02-.03 0-.05.07-.11-.02-.06-.04-.05 0-.06.03-.03.07.01.02-.02-.01-.03-.08-.08-.15-.04-.02-.02.03-.05.01-.11.03-.06-.02-.02-.13-.08-.41-.01-.09-.02-.08-.04-.08-.12-.04-.03-.23-.03-.05-.02-.29-.22-.06.1-.05.02-.22-.03-.11.06.01.03.13.07.13.12.06.07-.02.05-.06 0-.07-.11-.05-.03-.25-.06-.09.07-.02.09-.11.14-.12.03-.31 0-.15.08-.12.12-.14.1.01.19.04.22.1.1-.1.09-.25-.03-.79-.03 0-3.67 1.5-.35 1.08-.22 2.45 1.17.06.04.03.1.06.08.37.29.46.39 1.22-.14 1.23.08.37-.14.1-.02.36.29.23.11.3.43.3-.11-.05.52-.03.16-.01.31.49.01.1.5.11.31.1.04.93-.05.06.03.13-.04.13.14.05.03-.06.22.11.09.25.1.09.01.07-.01.03-.04-.04-.11 0-.06.02-.05.16-.16.25-.16.05-.06.02-.11.09-.06.22-.06.03-.05.26-.13.3-.08.13-.07.13-.13.19-.13.08 0 .05.04.04 0 .13-.13.24-.08ZM70.65-40.94l-.03-.06-.07-.02.07.09.03-.01ZM71.21-39.89l-.05.01-.15-.02.03-.09-.07-.05-.01-.05.02-.04.04-.02.06.07.15.03-.05.07.03.09ZM71.78-39.95l-.03.04-.08-.04.01-.02.08-.02.03 0-.01.04ZM-53.37 33.74l-.05.04-.05.07-.06.17-.21.23-.05.13-.22.14-.16.15-.1 0-.1.06-.53.2-.2-.04-.14.01-.13-.09-.3-.04-.19.04-.26.1-.07 0-.2-.05-.07-.09-.39-.09-.32-.23-.37 0-.29.03-.04-.03-.09-.14-.25-.2-.19-.2-.04-.19.03-.21.06-.25-.01-.08.07-.04.07-.01.07-.06.06-.1.01-.08-.05-.13-.03-.19-.04-.1.08-.15 0-.07-.06-.13.02-.13-.03-.07.02-.05.07-.04.06-.06.05-.15-.02-.09-.04-.03.02-.08.14-.22.02-.09 0-.08-.03-.06.01-.03.06-.02.02-.06-.01-.15-.05-.12.04-.09.12-.12.06-.09 0-.06.04-.04.06.07.34.02.09-.13.09-.04.2 0 .65.52.14.15.04.06-.02.15.02.09.13-.01.06-.03.14-.12.04-.06.03-.01.15.11.08.09.11.17.09.06.08.03.05-.03.14.11.31.1.06.05.16.21.15.11.3.09.04.04.12.07.16.34.11.1.13.08.13.05.07.05.04.06-.27.27-.09.06-.05.1-.01.45.01.04.01.02.12.06.03 0ZM162.98-5.32l.01.04-.06-.02-.01-.02.04-.02.02.02ZM138.14-9.5l-.07.08-.01-.03.06-.1.03-.03.04-.01.02.04-.03.04-.04.01ZM151.65-7.35l-.01.02-.07-.02.03-.01.01-.02-.02 0 .02-.01.02 0 .02.04ZM151.88-7.43l-.03 0 .01-.03.01-.01.04.01-.03.03ZM158.31-6.81l-.05.02-.08-.01-.02-.08-.03-.02 0-.04.06-.04.11.03.03.06-.02.08ZM169.64-5.83l-.03.03-.02 0 .04-.06.02-.08.09-.07-.01.03-.06.04-.03.11ZM168.83-7.31l-.02.02-.14-.03.01-.02.15.03ZM171.58-7.05l.04.02.07 0 .07.06-.1-.04-.07-.01-.01-.03ZM171.1-7.14l.13.05.16-.02-.08.03-.11.01-.1-.04-.06-.05.01-.01.05.03ZM166.89-11.15l-.04 0 .01-.02.03 0 .01.01-.01.01ZM145.71-18.76l-.03.03-.03-.02-.01-.06.07.02 0 .03ZM145.71-16.34l-.02.01-.03-.01-.03-.04.07 0 .02.02-.01.02ZM145.26-14.16l-.04.05-.04-.01-.03-.04.08-.03.04.01-.01.02ZM145.78-18.08l-.05.02.06-.1.02-.01.03.03-.06.06ZM145.75-15.13l0 .02-.07-.01.03-.09.11-.06-.07.14ZM145.66-14.97l-.04.05-.03-.08 0-.03.03-.03.03 0 .01.09ZM-64.85-18.33l-.07.01-.1-.05.08-.01.05.01.04.04ZM-64.66-18.35l-.07.02-.06-.01.04-.03.09.02ZM-64.77-17.79l.09.04.1 0-.11.04-.2.01 0-.07.12-.02ZM144.74-13.26l-.04 0-.04-.03-.01-.14.14-.1.05-.09.07.02.03.03-.16.16-.04.15ZM-170.73 14.35l-.04.01-.05-.05.13-.05.12.01-.07.01-.09.07ZM-66.13-18.45l.03.03.03-.01-.02-.04.02 0 .44.09.01.14-.1.05-.12.13-.13.08-.16.03-.28 0-.1-.04-.09.01-.17-.01-.07.04-.12 0-.05-.02-.13 0-.06-.02.03-.23-.09-.14.05-.03.04-.05.01-.06.1-.02.25.03.62.01.06.03ZM-65.43-18.11l-.07.01-.05-.01-.02-.03.09-.02.11 0 .07.03-.13.02ZM-67.87-18.06l-.06-.03-.01-.01.01-.02.09.01-.03.05ZM-132.75-56.52l-.14.01-.04-.01-.02-.05.01-.04.07-.09.03-.09.24.15.03.06-.18.06ZM-132.78-56.25l-.05.01-.06-.02-.14-.08-.01-.03.1-.07.04-.01.19 0 .06.02.02.02-.03.07.01.03-.13.06ZM-134.31-58.23l-.01.03-.14-.01-.13-.03-.07-.05.01-.02.13-.02.12.04.09.06ZM-145.12-60.34l-.03.03-.09-.01-.04-.02.15-.06.03.01-.02.05ZM-144.56-59.82l-.06.01.17-.14.1-.05.11-.02-.01.04-.15.06-.16.1ZM-148.02-60.06l-.05.02-.2-.01.04-.06.15-.04.17.06-.11.03ZM-152.02-60.36l-.05 0 .06-.05.05-.09.06.01.01.02-.1.1-.03.01ZM-160.33-55.34l-.01.08-.18-.07.03-.02.13-.01.03.02ZM-159.36-54.97l-.06-.01-.04-.08.07.02.03.04 0 .03ZM-159.52-55.15l-.01.09-.03-.02-.06.02-.03-.02.02-.02-.01-.02.04-.01.03-.09.03-.01.02.08ZM-166.21-53.72l-.04-.03 0-.02.06-.05.08-.02.01.01-.11.11ZM-176.01-51.81l-.08.02-.12-.04.02-.06.18.08ZM-166.11-66.23l-.04.01 0-.02.33-.09-.29.1ZM-171.46-63.64l.01.02.58.03.2-.08.24-.03.13.02.18.06.1.13.4.06.06.06.13.02.44 0 .27.04-.04.1-.09.04-.52 0-.19.11-.01.06-.05.03-.06.01-.04-.03-.06-.1-.08-.05-.33-.06-.13-.11-.21-.07-.42-.07-.11 0-.34.11-.12.01-.22-.06-.05-.04-.03-.05 0-.05.07-.17.1-.03.19.09ZM-166.14-60.38l.1.05.2-.02.06.01.05.03.03.03.01.06-.03.05.01.1.08.04.04.12-.36.02-.15.04-.03.03.02.05-.04.01-.11-.05-.37-.05-.36-.12-.15-.03-.16-.09-.14-.11.19-.02.42.01.05-.08.05-.02.26-.06.11.02.17-.04.05.02ZM-152.9-57.82l.01.05.04 0 .24-.08.1 0 .08.02.02.02-.01.03-.06.05 0 .03.07.05.17.03.03.02 0 .02-.17.12-.25-.01-.28-.04-.03.01-.06.03.22.02.09.07.01.04-.2.02-.11.04-.06.04-.22.01-.17.06-.06.03-.03.04-.2.05.08.02.02.02-.01.05-.12.1-.21.09-.06-.01-.04-.02 0-.02.28-.17-.01-.01-.08 0-.12-.05-.1.03.07-.09-.04-.02-.25 0-.06.03.14.01.05.05.01.03-.08.1-.08-.01-.16-.12-.07-.17-.14-.13 0-.03.04-.08.13-.11.15-.03.11-.05.16-.01.09.02.04.04-.02.03.06.03.14.17.12.06-.07-.07-.04-.07-.02-.16-.02-.04.04-.01.11.01 0-.02-.12-.05-.1-.08.01-.03.09-.06.15.02.09.1.04.03.04 0 .1-.07.14.01.03-.01.05-.11-.06-.05.07-.01.22.03.09.04-.05.08ZM-130.02-55.89l-.09.11-.04.12.03.14.06.11.02.11-.13.16-.05.08 0 .03-.09.08-.27.18-.03-.02-.24-.02-.09-.14-.04-.11-.07-.1 0-.02.06-.06.24-.06 0-.02-.08-.01-.03-.02-.02-.11.01-.09-.05-.19-.21-.22-.01-.04.11-.09-.75.21-.05.04.03.07-.04.03-.03.09-.08.1-.03.01-.14-.03-.04-.03-.06-.12.01-.03.21-.18.16-.23.1 0 .19-.05-.34-.03-.13-.14-.16-.04-.13-.1-.05-.11-.07 0-.05-.02-.01-.12-.21-.05-.1-.07-.04-.07.03-.08-.02-.02-.09.01-.55-.12.03-.17-.1-.21-.11-.09.02-.04.07-.01.22.06.2.08.02-.02-.4-.2-.02-.09.03-.02.31 0-.36-.04-.06.06-.04.02-.06 0-.1-.1-.21-.13-.03-.06.01-.16.12-.18.05-.05-.06.02-.09.08-.1.14-.08.05-.05-.01-.07-.06-.15-.07-.18-.01-.12-.07-.16-.2-.02-.09-.03-.03-.09-.03-.05-.04-.09-.24-.11-.16-.03-.09.01-.08-.01-.01-.05.1-.08.01.09.1-.1.01.12.11.05.18.27.57.01.03-.04.06-.05.02-.16-.03-.15-.12-.12-.03-.3.02-.03-.01 0-.06.04-.12-.19-.21.01-.03.21-.08-.1 0-.09.03-.03-.02-.05-.11-.05-.05-.01.1.04.06 0 .07-.07.05-.11-.02-.18-.07-.03-.05-.06-.03-.26-.04-.16-.06-.01.02.05.05 0 .04-.04 0-.07.06.18-.01.27.07.04.02.02.04.14.05.01.02-.08.06.16 0 .1.02.12.09.04.06.01.07-.08.03-.33.02-.15.09-.46-.15-.47-.19-.02-.01-.01-.04-.09-.03-.21-.13-.09-.1-.07-.05-.21-.11-.11-.04-.21-.04.05-.04-.19-.02-.18-.05-.84-.26-.05-.03-.03-.02.03-.02.16-.04.1-.09 0-.03-.05-.06-.02-.06.01-.06.06-.04.06-.01.12.08.01.14.03.13.03-.13.04-.08.04-.02.19 0-.25-.05-.19-.12-.09-.01-.33.19-.37.1-.2.02-.23-.01-.19-.03-.57-.15.12-.1-.04-.08-.08-.04 0 .08-.26.07-.88-.12-.39-.01-.87.09-.34-.01-.01-.03.07-.01 0-.02-.1-.07-.14-.04-.31-.03-.03-.03-.18-.05-.05-.04.04-.12.07-.13.1-.08-.29.13-.12.09-.15.07-.13-.01-.34-.08-.18-.01.09-.04.14-.13-.48-.01-.03-.07-.07-.02-.25.05-.07-.03.18-.08-.21-.06-.04-.03.01-.09.03-.06.31-.06-.09-.03-.2.01-.29.12-.11.03-.05-.02-.17 0-.16.08-.03 0-.04-.03-.09-.02-.05-.03-.05.07-.04.02-.15.02-.08 0-.12-.08.26-.25-.09.03-.21.11-.16-.01-.13.03-.05.02-.02.03.12-.03.08.01-.08.09-.05.09-.05.02-.17 0 0 .03.16.07.13.03.01.02-.02.07-.06.04-.17.01-.13.07.2-.04.14 0 .18-.04.07 0 .07.05.02.04-.03.03-.19.06-.04.07.02.15-.02.02-.07 0-.04.03-.13.15-.08-.02-.1.03-.2.01-.16-.03-.12-.05-.15.03-.04-.01-.09-.1-.03.11-.12.11-.05.12-.03-.02-.08-.13-.09.06.02.11-.02.01-.2-.05-.02.01.06.07 0 .02-.24.12-.14-.01-.15.04-.12-.02-.01.08-.06.05-.17.09-.05.04-.03.05-.03.01-.1-.04-.12-.02-.02.01.04.03-.01.02-.05.01-.15-.02-.25.06-.12 0-.17-.07-.04 0-.01-.03.08-.1.19-.07.18-.02.11-.04.14-.07.22-.18-.05-.02-.31.13-.11.01-.31-.07-.03-.06.11-.21.29-.21.05-.07.09-.2-.05-.25.41-.12.17-.08.34-.1.09 0 .07.04.17.05.11 0 .14-.03.23.01.46.07.09 0 .01-.01-.07-.05-.45-.05-.38-.13-.08-.05.12-.04.1-.1.09-.05.14-.06.27-.08-.1 0-.2.01-.06.02-.13.06-.13.12-.03.01-.49.02-.1-.05-.37.11-.13.05-.08.06-.13.05-.31.06-.14.07-.05.05.03.1-.25.08-.27.15-.03.08.04.04-.11.07-.28.1-.15-.01-.12-.04-.1-.01-.01.01.28.11.09.05.03.05 0 .04-.03.04-.1.08-.43.06-.02.02.17.03.02.02-.03.06-.04.02-.15.04-.12.01-.02-.01.02-.05-.05-.02-.24.09-.02.02.06.02-.11.06-.09.08-.28.11.02.02-.07.1-.04.09.05.03.48.08.23.08.08.05.01.05-.03.04-.26.17-.24.06-.16.1-.04.05.01.04-.04.03-.2.07.08.01-.04.13-.32.04-.01.06-.43.04-.09.11-.05.03-.16.07-.22.05-.06.03-.04.06-.1.04-.05.06-.22.02-.04.02-.02.08-.03.01-.07-.02-.08.01-.19.09-.05.03.08.09 0 .03-.07.11-.12.04-.04.05-.08-.01-.07.01-.04.04-.1.03-.28.13-.19 0-.1.05-.04.09-.05.04-.19-.02-.1.01-.16.05-.05.04.15.03-.14.01-.34.07-.13.1-.01.03.08-.01.08.02.04.02.07.08-.22.14-.02-.01-.02-.1-.05-.01-.04.02-.08.12-.08.05-.73.18-.05.11-.04.05-.05.02-.02-.2-.09-.01-.28.08-.19.1-.13.03-.13.09-.12-.01-.06.01-.09.06-.13-.03-.12.07-.16.05-.2.02-.08-.01-.02-.02 0-.06.03-.05.04-.03.04-.02.17.02-.05-.04-.11-.03-.1-.02-.06.01-.13.06-.03.03-.06.14-.24.19-.1.06-.09 0-.1.07-.12.02-.07-.03.05-.03-.09-.1-.04-.03-.09-.01-.01.03.02.18-.05.04-.15.05-.04 0-.14-.1-.12-.01-.01.02.03.07-.03.05-.09.06-.12.02 0-.04.04-.07.01-.06-.02-.05.03-.06.24-.09.08.03.05-.02.04-.02.01-.03.2-.1.15-.1.16-.14.19-.13.46-.19.48-.11.04.01-.04.03.03.03.22-.02.07-.02.02.02-.02.03-.11.03 0 .02.16.12.05.02.05-.02-.01-.08.05-.02.18.01.09.04.15.02.02-.03-.04-.04-.17-.06-.05-.04-.01-.04.08-.13.08-.1.08-.07.15-.09.36-.16.51-.13.29-.17.07-.02.02.06.19.03.04-.01-.01-.2.02-.04.18-.16.16-.1.19-.07.28-.16.11-.02.04.01.03.03.13.03.08-.03-.11-.03-.04-.06-.07-.04-.02-.04.08-.21.01-.16.06-.09.11-.03.25-.02-.3-.06-.03-.1 0-.07.06-.08.23-.14.26-.1-.04 0-.03-.03.23-.36-.15.14-.18.11-.53.13-.35.11-.17.02-.11-.02-.09-.11-.05-.03-.06-.07.02-.09.06-.06.11-.01.12.03.11 0-.14-.06-.2-.05-.09.02-.07.08-.1.06-.13-.04.04.07-.07.11-.02.07.09.2-.02.08-.16.04-.13-.07-.37-.32-.22-.12-.16.07-.09.02-.23-.09-.11-.06-.1-.08-.3.09-.16.09-.1 0-.33.07-.08.06-.03.07-.4.06-.38-.03.28-.08.14-.07-.06-.11-.01-.12.15-.09-.15 0-.1.03-.09-.07-.05-.13.16-.15.04-.08 0-.08-.08-.12-.23-.27-.1-.2-.18-.1.13-.18.15-.15.19-.07-.01-.01-.18 0-.06.06-.07.03-.2.21-.13.09-.08.03.13.04.05.1-.07.14-.16 0-.15.07-.34.07-.46.05-.23-.01-.23-.09.01-.09-.34-.16-.19-.15-.14-.01-.26-.1.03-.09-.08-.03-.12.01-.13-.02.34-.2.12-.13.1-.02.43.09.05.03.06.05-.11.13.24-.1.13-.08.11.02.16.16.2-.08.11-.09-.09-.04-.4-.05.07-.03.18 0 .07-.02-.16-.07-.24.11-.45-.01-.31-.06-.32.01-.04-.01-.07-.04.3-.12.01-.02-.21.02-.06-.04.01-.06-.07.04-.14-.05.1-.07-.09 0-.06.06.01.1-.1.02-.09-.01-.06-.07-.06-.13-.17-.04-.05-.06.11-.09-.04-.05-.12-.01-.13.04-.06-.04-.02-.04 0-.06.04-.01.03.02.27-.04.02-.02-.21-.05-.06-.05.09-.03.38-.04-.12-.09-.01-.05.03-.09.26-.2.26-.17.08-.04.11-.02.11.01.11.04.02-.02-.04-.01-.04-.07.15-.03.1-.1-.1.03-.1.06-.03-.06-.02-.12.04-.12.04-.05.08-.05.25-.02.05.01 0-.02-.14-.08.11-.09.3-.04.17.01.2.06.12.06-.01.04-.09.04-.03.02.01.01.24-.09.08.02.06.04.07 0 .23-.03.11-.03.14-.1.19-.06.26-.18.08-.08.09-.01.08.01.05.06.09.02.46-.02.24-.03.17-.06.17-.1.1-.07.05-.09-.13-.21-.08-.22-.23-.15-.16-.04-.11.01.08-.1.22.01.14-.01.12-.05.09-.1-.02-.08-.03-.04-.24-.13-.06.01-.28.12-.16.01-.13-.03-.11.08-.3.06-.47.23-.07.07-.1.01-.06-.15-.33-.13-.1.04.05.05.08.03.12.01-.06.04-.03.06-.13-.06-.22-.07-.22-.04-.59.01-.39.07-.07-.02-.07.02-.07.05-.08.01-1.16-.13-.18-.05-.16-.1 0-.07.07-.03 0-.1-.14-.02-.38-.21.17.02.23-.01.08-.1.17-.02.16.01-.04-.03-.04-.02-.41-.04-.06.01-.73-.08-.59-.15-.1-.09.08-.06.08-.03 0 .04.02.03.33-.08.17-.1.33-.02.08-.02.25-.15.35-.09.18-.03.21.05.29.01.09-.02.07-.04-.28-.07.06-.08.33-.09.25-.03.14 0 .39-.12.21-.03.73-.03.09.05-.25-.01.12.05-.02.04-.11.11.01.09-.14.07.33.14.53.01.28-.03.17.04.13.01.37-.02.28.03.12-.01.26-.2.1-.03.26.06.09-.02.07.05-.03-.11-.05-.04-.43-.07-.28.04-.09-.04.03-.08-.3-.2-.13-.04-.15-.01-.14-.15.25-.06.11.03.12.12.11.02-.03.11.14.11.32.1.25-.04.18.01.11.02.27.09.13.01.42-.05 0-.09-.03-.06-.1-.04-.28.01-.23-.07-.18.02-.35.1-.17-.04-.11-.06-.18-.05-.02-.1.15-.12.11-.06-.1-.04-.24-.03-.43.03-.02-.08-.17.08-.18-.02-.24.01-.53-.07-.19-.1-.08-.07-.14-.21-.18-.13-1.27-.44-.57-.11-.28-.12-.55-.08.24-.07-.1.06.08.01.12-.03.07-.04.1-.14.1-.23-.03-.09.7.02.46-.01.75-.06.15-.02.28-.08.33-.13.29-.18.04-.04.02.01.03-.01.03-.06.04-.16.14-.15.97-.53.1-.04.12.07-.06.01-.09.05-.13.02-.04.02.08 0 .36-.07.64-.08.35-.11.01-.03.52-.14.16.02-.15.1.1.02-.09.12.19 0 .05.05 0-.11.05-.11.13.02.29-.04-.36-.01-.21-.1-.12-.01.4-.15.37-.09.08 0 .04.02.01.03-.16.05.04.03.22-.02.08-.03.38 0 .11-.02.03-.02.57-.02.31-.08.28-.1.13-.05.22-.14.19-.09.31-.09.08.01-.11.02-.07.04.1.05.66.1.16.01.07.06-.05.06-.17.06-.35.07.11.03.07.06.1.01.29-.06.41-.21.23.02.27.09-.12.1.19.04.21.01.2.04.27-.08.42-.01.27-.04.45.05.11-.01.18.01.19.03.07.04-.21.08-.03.08.07.03.13.01.02.04.48.01-.05.05-.12.06.72.03.09-.03.47-.06.12.02.14.05.13.01.12-.01.28-.07.33 0 .13.02.14-.01.42.07.16.01.21.1.11 0 .12-.04.11 0 .1.04.17.02.08.06.09.02.64.05.31-.02.47 0 .22.03.24 0 .38.11.2.02.04.02.58.03.2-.06.36-.01.31-.05.39.01.14-.03.51.09.29.09.12.07.6.1.17.05.12.07.12-.01.29.01 0 9.35.47.08.08-.08.48.12.29-.15.6-.01 0 .06-.11.2.15.09.34.09.07.12 1.04.55.11.24-.04.07.08.02.16-.09.47-.16.23 0 .11-.13.01-.18.11 0 .07-.02.03-.05-.07-.07.38-.06.47-.13.42.21.01.03-.03.11.12.15.15.04.12.05.06.05.18.06.14.19.08.05.4.14.27.21.15.09-.02.07.3.26.57.58.25.22.07.08-.11.12.31.05-.08.17.24.07-.02.05.06.06.01.09.24-.01.5.19.34.07.09.08.17.03.07.11.19.04.12-.03.08.1 0 .12ZM-163.48-54.98l.1.17.04.03.15.03.06.03.05.05-.28-.07-.17.1-.05.01-.49.01-.17.05-.16.12-.19.05-.23-.02-.05-.04-.04-.08.02-.07.14-.05.22-.22.05-.03.2.01.13-.06.34-.09.26.01.07.06ZM-133.3-55.54l.02.04-.15.07-.03.05-.19.11.01-.14-.1-.09.1-.04.18.02.11-.04.05.02ZM-131.34-55.08l.1.13.01.05-.18.01-.04-.02-.01-.02.03-.07-.05-.04-.06-.01-.05.03 0-.07.04-.05-.03-.06 0-.05.07-.01.11.05.06.13ZM-132.11-56.11l-.02.17-.04-.01-.12.02-.08-.01-.04-.02 0-.07-.04-.03-.21-.02-.03-.05-.01-.07.1-.04.06-.08.04-.02.12-.16.06.01.25.25-.04.13ZM-130.98-55.49l-.03.11-.07.11-.11.06-.07-.01-.06-.05-.1-.01-.03-.04.03-.05-.03-.04-.07.07-.12.04-.12.13-.05-.05-.04-.2.2-.17.02-.24.36-.13.15.1.12.13.03.06.01.1-.02.08ZM-133.37-57l.07.03.04-.04.06.01.13.03.07.04.05.05 0 .17-.03.06-.03.03-.02 0-.1-.06-.11-.12-.09-.03.02.04.07.06.01.04.07.08 0 .11-.02.03-.03.01-.17-.01-.1.02-.12-.01-.03-.02-.06-.23.01-.09-.08-.08-.22-.13.02-.03.09-.03.16.01.34.06ZM-132.86-54.89l.02.01.03-.01.04-.04.12.02.03.02-.03.13-.06.08-.1-.03-.2-.14-.07-.07 0-.03-.04-.02-.13-.2-.17-.04-.04-.05.03-.04.13-.03.2.12.11.1.01.08.12.14ZM-146.39-60.45l.02.03.19-.01.08.02-.1.04-.22.04-.18.06-.02 0-.03-.07-.03-.02-.02-.04.09-.07.05-.01.17.03ZM-147.74-59.81l-.11.01-.02-.03.05-.07.21-.14.14-.06.13-.09.14-.12.02-.05.06 0 .1.03.06.04-.03.04-.33.17-.06.09-.07.03-.05.07-.24.08ZM-147.66-60.45l0 .03-.03.02.03.05-.07.13-.03.03-.06.01.02-.05-.07 0-.02-.07.05-.05.06-.12.02.03.07-.05.03.04ZM-147.93-60.83l-.13.01-.07-.02.03-.05 0-.03.06 0 .08.02.02.02.01.05ZM-153.01-57.13l-.15.04-.13.09-.08-.05.01-.08.08-.05.35.01.02.03-.1.01ZM-152.48-58.48l-.04 0-.12-.06.04-.03.14-.05.07 0 .02.01.01.04-.12.09ZM-153.24-57.85l-.03.03-.25-.12 0-.02.04-.01.13.04.06.03.05.05ZM-155.57-55.82l-.04.03-.07 0-.04-.01-.02-.03.12-.08.05-.01 0 .1ZM-154.68-56.44l-.07.03-.03-.03.05-.06.11-.06.1-.04.06 0 .02.03-.07.05-.17.08ZM-154.21-56.51l-.05 0-.07-.03.01-.03.1-.04.11.01.01.02-.02.04-.09.03ZM-160.69-55.31l.05-.01.07-.06.02 0-.03.07.05.08.05.03-.01.02-.12.02-.09-.02-.05.01-.04.03-.04-.03-.02-.14.01-.03.11-.07.06.03-.02.07ZM-162.3-54.85l-.02.01-.07-.03-.05-.06.17-.05.03.02.01.03-.07.08ZM-162.55-54.4l-.09.02-.09-.02-.08-.05-.01-.04.18.03.09.06ZM-159.87-55.13l-.06.02-.02.03-.05.01-.17.13-.06.02.08-.12-.02-.08.07-.01.06-.06.06-.01.06-.07.05.01-.03.04.06.04-.01.04-.02.01ZM-165.84-54.07l-.04.02-.05-.01-.13.01-.05-.09.02-.03.05-.02.07-.02.08 0 .19.09.01.02-.15.03ZM-165.56-54.14l-.04.01-.01-.01-.04-.11.06-.03.04 0 .06.06.08.02-.15.06ZM-160.92-58.58l-.07.02-.08-.01-.06-.1.04 0 .11-.07.27-.06-.21.22ZM-172.74-60.46l.21.07.14-.01.16.1-.17-.03-.23 0-.44-.16.02-.08.13-.04.06.1.12.05ZM-170.16-57.18l-.11.04-.09-.01-.03-.05.27-.04-.04.06ZM-169.69-52.85l-.03.06-.26-.02-.01-.02.01-.02.16-.03.07 0 .06.03ZM-170.73-52.58l-.07.03-.02-.01-.01-.04.04-.03.11-.07.09.03-.02.06-.12.03ZM-172.47-52.27l-.07.01-.08-.01.04-.06.11-.06.09.02.07.04-.16.06ZM-169.75-56.63l.13.01.07-.01.07.01.01.03-.12.05-.18-.07.02-.02ZM-176.29-51.79l-.06.06-.05-.03-.01-.08.03-.02.1.06-.01.01ZM-176.02-52l-.02.03-.1-.03-.04-.03.02-.07.08 0 .05.02.05.05-.04.03ZM-177.15-51.72l-.08.03-.25-.01-.18.02-.01-.02 0-.02.41-.08.05-.04.04-.07.04-.02.07.03-.06.06-.03.12ZM178.57-51.92l-.06.02-.04-.07.04-.02.06.01.04.03-.04.03ZM179.45-51.37l-.17 0-.35-.17-.18-.05-.1-.05.04-.02.22.04.27.15.11.05.13.02.03.03ZM173.72-52.36l-.06 0-.04-.03-.22-.02.02-.03.1-.01.14-.05.12 0-.04.05-.02.09ZM-134.97-57.35l.15.19.14.32.05.08.02.16-.04.04-.01.04.03.08 0 .14-.02.07-.03.01-.07-.02-.06-.04-.14-.18-.03-.06.01-.08.1-.07-.01-.01-.14.02-.14-.06 0-.1-.12.02-.05-.02-.01-.07.02-.04.12-.1-.01-.02-.06 0-.07-.03-.03-.11-.08-.06-.05.01-.11.17-.05.04-.15.02.04-.09-.05-.13 0-.05.03-.04.11-.01.05-.02.05-.04.09-.13.14-.01.22.1.07.01.09.07ZM-134.68-58.16l.44.02.17.14.16.21.09.16-.01.01-.1-.05-.1-.15-.04-.02-.11-.14 0-.03-.03-.03-.04-.01-.06.01.04.16.33.3.02.09-.05.04.06.08 0 .02-.19.05-.16.15-.17.09-.09.02-.07-.05-.03-.1.05-.04.08-.19 0-.06-.17-.16-.12-.44-.13-.18-.02-.07.01-.02.08.03.16.16ZM-135.73-58.24l.14.09-.03.09-.07.02.02.03.06.02.24-.13.21.02.16.05.04.03.03.07-.04.13-.13.03-.13-.03-.11.05.09.04.27.01.08.07.03.06-.06.11-.16-.03-.13-.06-.34-.1-.05.02-.01.17-.07.06-.22-.03-.09-.09-.08-.13-.3-.17-.08-.03-.11-.1.06-.13.14-.04.05-.08.07.06.11.06 0-.05.05-.05.1 0 .11-.05.09-.02.06.03ZM-133.57-56.34l.37.02.06.04.06.09 0 .06-.02.04.34.09.23.16.1.15.14.13.08.04.04.04-.36-.11-.05.09-.05.03.04.01.17-.02.2.1.06.06-.05.1.21-.01.02.02-.02.18.02.06-.02.07.02.1-.04.07-.05.02-.06 0-.14-.09-.07-.11-.15-.04-.06 0-.04-.05 0-.05-.04-.06.01-.03-.05-.01-.03.02.02.06-.02.04-.08-.02-.13-.14-.21-.14.02-.03.14-.03-.12-.11 0-.04.05-.05-.06-.02-.21 0-.07-.08-.13-.01-.05.01-.13-.1.1-.05.17.04.09-.04.01-.05.07-.03-.05-.1-.08-.02-.17.04-.15.06-.05-.02-.01-.04.15-.09.07-.06-.07-.07 0-.1.03-.02ZM-133.99-56.84l.07.07.09-.01.05.05.04.08-.03.05-.04-.01-.04.03-.03.1 0 .19-.06.1-.01.06-.05.03-.02-.02-.05-.01-.05.05-.07 0-.05-.12.04-.21.11-.05-.06-.05-.14-.07.01-.04-.1-.1-.01-.03.02-.09.09-.08.14-.01.09.03.05.03.01.03ZM-152.42-58.36l.04.01.04-.06.02 0 .12.05.08-.01.04.06.11 0-.01.07-.13.08-.08-.02-.06-.07-.02 0-.06.04.03.06-.01.02-.07.01-.07-.01-.09.03-.02-.02-.01-.05-.03.01-.08.1-.1.04-.15.03-.38-.07-.07-.03.27-.15.14-.06.15.03.05-.01 0-.07-.07-.05 0-.02.16-.03.14.02.12.07ZM-167.97-53.34l-.3.1-.24.2-.04 0-.15.08-.04 0-.35.13.02-.03.1-.05.17-.13.02-.04 0-.07.09-.08.05-.03.07-.01.13.01.06-.02.02-.02-.04-.02 0-.09.04-.05.07-.04.22-.06.08 0 .16.05.03.02-.06.1-.11.05ZM-166.62-53.9l.05.05.13-.07.07-.08.14.07-.09.06-.17.08-.06.06 0 .03.21-.02.03.02-.05.03-.09.02-.25.11-.07.06-.08.03-.11 0-.2.04-.14.06-.13.02-.05.04-.04.01-.15.02-.14-.06.1-.05.07-.02.11 0 .1-.05.29-.09.05-.11.05-.02.03-.04.11 0 .08.06.02-.04.06-.03-.15-.05-.18-.02-.03-.03-.02-.06.03-.04.05-.03.37-.07.04.01.01.1ZM-173.55-52.14l.19.04.25 0 .09.02-.44.04-.21-.02-.21.01-.11-.05 0-.02.05-.01.15.02.13-.03.11 0ZM-174.68-52.04l-.54.05-.07-.03.62-.11.37-.09.04-.05-.15-.03-.02-.02.12-.06.14-.04.12.05.03.04-.04.08-.1.03-.02.02.06.07-.22.05-.34.04ZM-176.59-51.87l0 .04.12-.01.03.02-.01.08-.02.01-.04-.02-.05.04-.21.08-.07-.05-.12.08.08-.19.15-.05-.02-.05.05-.1.1.01.05.04-.04.07ZM-177.88-51.65l-.02.03-.03 0-.13-.05-.02-.02.08-.03.02-.02-.01-.02-.2-.12.07-.04.16 0 .09.06.07.02.15.01-.12.05-.06.09-.05.04ZM179.73-51.91l-.09.03-.09-.01-.05-.04 0-.05.13-.05.15.06-.05.06ZM177.42-51.88l-.09.04-.08-.06.13-.08.1-.01.04-.03.04-.09.11.01-.07.11 0 .04-.18.07ZM172.81-53.01l.17.03.12-.02.34.15-.05.02-.23.02-.08-.01-.14.07-.17-.05-.05-.09-.23-.05.19-.07.13 0ZM-155.58-19.01l-.04.05-.06-.01-.2-.1-.02-.06.01-.25-.16-.37.23-.27-.07-.15.02-.09.04-.02.21.12.42.17.11.11.02.13.08.02.04.08.11.08.04.05-.05.07-.2.13-.26.06-.22.15-.05.1ZM-157.22-21.21l.22.02.05-.01.03.02.21.02-.04.06-.11.04-.16-.04-.27-.01.01-.04.03-.03 0-.05.03.02ZM-156.49-20.93l.03.02.18-.04.13.07.16.12-.02.05-.1.06-.13.02-.07.03-.13-.02-.04-.18-.06.01-.07-.03-.08-.08-.01-.05.04-.08.07 0 .06.04.04.06ZM-157.8-21.46l.08 0 .02.08.06.07-.05.03-.11.01-.05-.02-.05-.05-.06.01-.02-.05-.04.01.04.05-.1.01-.03-.01-.03-.06-.1-.11 0-.04-.03-.06.15-.01.1-.09.06-.01.11.15.02.08.03.01ZM-159.37-21.93l-.09.05-.15-.03-.04-.04-.1-.04-.04-.05.06-.1.15-.08.23 0 .05.07 0 .04-.03.06-.01.08-.03.04ZM-160.18-21.84l-.02.04-.04 0 .02-.1.06-.04.06-.07.05.01-.03.04 0 .05-.07.03-.03.04ZM-156.85-20.77l-.06.03-.06-.02-.02-.07-.06-.08.11-.02.06.02.07.08-.04.06ZM-74.71-45l3.19-.01.1-.19.09-.09.13.03.07 0 .13-.08.04.01.06.07.04-.01.02-.04 0-.06.04-.03.09-.01.02-.02-.02-.07.01-.05.11-.09.17-.1.01-.06.11-.11.01-.03-.02-.04.01-.08.05-.19.07-.09.11-.1.06-.27.77-.75.19.03-.01.09.01.07.11.06.11.01.45-.12.07-.04.07.01.14.07.29.2.02 1.04.02.11-.01.04.01.05-.03.07 0 .04.02.03.05.01.07.05.23.04.02.03-.01.04-.07.03-.01.03.07.09-.04.1.1.11.05.02.07-.05.13.03-.01.03.03.05.02.1-.03.05 0 .06.1.01.02.04-.2.16-.18-.03-.09.04-.1.01-.04.07-.05.02-.14-.03-.05.01-.07.13-.05-.01-.02.04-.03.02-.05.01-.06-.1-.08-.03-.08.01-.04.04-.05.02-.05-.02-.03-.04-.07.13.01.08-.02.04-.04-.01-.04-.04-.11-.03-.09 0 .02-.04.08-.06-.08-.01.03-.12-.04.02-.05.06-.11.06 0 .08-.1.18-.01.07-.07.06-.09.05-.12-.01-.09.04-.04.05-.04.01-.04-.08-.03.09-.03.01-.03-.11-.05.04-.03.1-.03-.01-.01-.04-.03-.01.01.1-.02.04-.06-.05-.11.03.02-.07-.1.03-.12.06-.09.1.07.04-.32.28-.12.21-.09.07-.1.24.05.11.04.05.12 0 .01.05-.05 0-.09.05-.08.02-.1.12-.11.1.04.03.18.03.08.04.12.19-.03.02-.01.03.11.05.03.14.09.04.13.03.17-.04.13-.06 0-.04-.09-.11-.02-.05-.06-.03-.03.03-.04-.06.08-.01.05.02.13.12.04.15.01.1-.02.03-.11 0-.34.05-.08.05-.18.05-.01-.18-.03-.01-.27.17-.11.01-.09.05-.02-.03-.01-.12.05-.11-.12.07-.09-.11-.03 0 .02.09-.06.07-.01.18-.08.07-.25.05-.16-.01-.14.01-.2.04-.1-.02-.11.03-.37.01-.07-.01-.1.06-.16.04-.4.16-.09.05-.18.14-.06.01-.08.07.08-.16.04-.15-.01-.11-.04-.05-.05-.03.05.11.01.14-.02.09-.1.15-.2.15-.03.08.02.07.19.03.05-.02.03.05 0 .15-.06.18-.05.28.01-.2-.03.01-.08.25-.08.12-.07.07-.08-.01.02.06-.04.1-.05.05-.04-.01-.06.03-.03.07-.19.25-.12.06-.03-.01.05-.2-.15-.06-.08 0-.22-.13-.17-.15 0-.11.1-.19.07-.04.2-.04.08-.11-.1.09-.23.06-.07.05-.03.06-.09.08.02.16.05.08.11.12.02.19.08.12.13.15.09.04.01.06-.05.09-.06.04.08-.01.04.02.03.08 0 .07-.01.05-.02.01 0-.04-.02-.02-.03.02-.04.15-.06.02-.13.18-.25.43.01.07-.04.03-.07.01-.11.09-.04.13-.08.15-.07-.11.03-.14.08-.22.1-.14.07-.06.06-.13-.08-.02-.11 0 .05-.12-.05-.05-.08-.03.05-.04 0-.11.02-.04-.03 0-.08.07-.01-.04-.07.05-.16-.08-.08-.13.03-.11.06-.02.09.02.11 0-.02-.02-.04 0-.15-.14-.07-.01-.03.05-.03.01.04-.11.05 0 .08-.03-.02-.06-.05-.03-.09.03.02-.1.07 0 .05.02.05-.09.01-.04-.09.06-.02-.13.09-.13.08-.05.19-.01-.12-.03.04-.05.05-.01.04-.04-.1 0 .01-.07-.1.02-.02.03 0 .06-.02.04-.04.03-.07.02-.01-.04-.03-.02-.01.09-.02.03-.05-.08-.02.01.01.03-.02.04-.05.02.01.05-.02.02-.15-.04.08.11.06.03.01.06-.05.04-.09-.04.06.13-.02.04 0 .11-.02.05.04.21.11.16-.05.01-.13-.08-.08-.1-.03-.07.01.07.03.09.23.18.08.13-.01.05-.12-.08-.13-.06-.18-.03-.1-.13-.02.1-.1-.1-.01-.05-.07 0-.08.04-.08-.01-.01-.08.02-.05.08-.11.09-.06.03-.07-.01-.11-.02.11-.04.06-.17.12-.05.2.04.05.04.01.12-.03.06.01.14.16.36.11.08.08.12.05.09.07-.04.17-.04.04-.1.01-.05-.01-.34-.28-.11-.14-.13-.07-.04.01.19.13.07.09.14.13.09.05.07.09.07.04.18.06-.07.04.1.04.02.06-.01.07-.14-.03-.01.06.02.03-.06.03-.09-.04-.22-.2.02.06.13.13.11.07.1.04.1.1.02.06-.12.06-.2-.15-.03-.08-.07 0-.31-.1-.24-.01.05.03.2.03.23.09.1.01.04.12.12.09.02.06.09.01.16-.06.24.04.11.25.13.43.23.41-.05-.05-.15-.23-.08-.17-.08-.3-.06-.09-.02.02.01.07-.03.1.01.04.05.05.06.11.05.16-.06-.07-.07-.03-.11-.02-.09-.05 0 .13-.12-.04.04.07-.09-.02-.06.01-.04.06-.06.04-.08.01-.12-.05-.04-.08-.01-.08-.01.1.02.1-.01.07.12.02.11-.02.14.01.15-.04.14.02.01.09-.02.19.03 0 .05-.03.02-.18.13-.06.04.01.04.05.03.13-.04.12-.19.14-.13.13-.07.03-.27-.06-.05.01-.03-.04-.01-.07-.05-.02-.03 0-.03.08-.1.02-.15-.03-.15-.07.07.07.42.15.04.04-.06.05-.04.07 0 .05-.02.03-.15.08-.08-.02-.21-.14.1.13.07.05.16.03.28-.05.1.05-.08.1-.08.06-.19.03-.02.04-.4 0-.12.1-.04.01-.07-.02-.02-.07-.03-.04 0 .14.03.06-.32.2-.05.05-.11.13-.07.21.01-.13-.03-.1-.02.18-.04.08-.4-.01-.17.05-.26.15-.08.06-.22.25-.06.17-.04-.07.01-.09-.05.08.05.14-.04.04-.15.1-.17.04-.03.09-.12.09-.06.03-.13-.02.04.08-.05.06-.08.05-.1.03-.11.01-.04.04-.09.04-.21-.03-.07.02.11.03.06.06-.01.07-.1.06-.03 0-.04-.11-.03.02 0 .03-.03.01-.09-.11 0 .09.03.06.07.05.01.03-.07.08-.09.03-.03.04.01.04-.05.09-.19.06.01.04.04.03-.04.06-.06.01-.04.04.01.03.03.02-.01.04-.07.03-.02.04.08.01-.08.09-.03.07-.09.02 0 .02.05.02.04.05-.08.09-.07-.03-.02.07.01.04-.07.21 0 .08.06.16.08.37.13.48.35.74.38.56-.05.06-.02.16.02.09.11.28-.04-.03-.11-.25-.01-.14.01-.2-.02 0-.03.14-.03.04-.04-.12 0-.06.04-.06-.01-.02-.07-.03 0-.1-.04-.03-.03 0 .09.38.06.11.46 1.06.11.13.07.27.01.24-.07.44-.02.3-.01-.04-.02-.01-.06.14-.08.12-.03.19-.04.1-.11.1-.08 0-.18.07-.12-.02-.15.05-.1-.01-.06-.09.03-.08.04-.01.13.1.03-.04-.04-.05-.13-.06-.12-.21-.11-.15-.03-.1-.2-.06-.15-.09-.09-.17-.06-.28-.09-.06.13-.2-.09.06-.05.08-.04.01-.03-.01-.04-.15.01-.19.06-.07-.09 0-.08.02.01.07-.01.03-.11-.03-.15-.19-.18-.34-.1-.1.08-.02.12-.16.09-.09.03-.07-.01-.02-.04-.04-.05.03-.02-.01-.06-.08-.06-.02-.04.02.08.09-.01.09-.05.06-.06-.01-.02.02-.07-.07-.03-.07.09-.39.09-.25.02-.32-.01-.08-.12-.16-.52-.4-.41-.48-.34-.17-.27.04-.04.03-.03.05.02.05-.02.02-.17.01-.25.13-.09-.01-.14.06-.16.01-.13.03-.06-.01-.03-.08 0-.07.07.1.03-.06-.05-.08-.32-.24.05 0 .02-.03-.05-.04.06-.1-.08.01-.06.04-.01.07-.04 0-.07-.04-.32-.12-.27-.07.21-.03.11.03-.01-.04-.03-.02-.09-.03-.11.01-.08-.02-.08.03-.07.05-.08.02-.52.06.08-.06.13-.03.03-.07-.04-.07-.07.07-.05-.04-.05 0-.01.09-.07.05-.03.06-.2.05-.02-.02.06-.05-.01-.03-.07.02-.1.11-.38.03.01-.02.2-.04-.02-.06-.05-.06-.04 0-.03-.04.01-.11-.03-.07-.06-.06-.02.01-.05.11-.05.2-.56.02-.13-.06-.08-.01-.33.09-.09-.02-.12.13-.15.05-.37-.1-.09-.08-.08-.02-.1-.01-.1.1-.08.14.13.08.1.03.18-.03.11-.07.08.01.07-.05.07.03.01.02-.12.07-.04.04.08.08.11.03.04-.02.03-.08.06-.06.1.01-.01.04.05.09.01.1-.18.05-.06.05.03.02-.06.03-.04-.01-.06.06.04.08.1.05.07.07.26.09.07-.01.06.09.1.05 0 .06-.09.04-.05.08-.08-.06-.09.08-.05.02.03-.09-.04-.03-.05-.09-.08-.06-.15-.07-.05.01-.07-.02-.03-.09-.06-.04-.28-.08 0 .04.11.07 0 .09-.05.16-.11.08-.04-.03-.05-.13-.08-.04-.12 0-.09.03-.09.12-.07.02-.25-.06-.29-.1.01-.03.04-.01.09.01 0-.03-.09-.11-.02-.05.01-.05-.03 0-.05.05-.18-.05-.06-.04-.1-.15-.15 0-.07-.09-.13.04-.06.04-.05.06.07.08-.02.03-.18.03-.41-.04-.12-.03-.16-.08-.22-.07-.11-.01-.42.02-.13.05-.04-.04-.01-.05.07-.04.04-.06 0-.04-.02-.03-.05 0-.1.17.05.09 0 .03-.21.02-.47.19-.19.1.01-.04.22-.13-.07-.02-.13.03-.05-.01.05-.11-.01-.09-.09 0-.06.07-.04 0-.05-.03-.04.01.03.17.06.07.04.09-.25.2-.01.09-.12.12-.58.32-.17.05-.16.09-.05.01.22-.14-.11.01-.15-.04-.1 0 0 .03-.08.04-.08-.06-.05-.07-.06.01.11.22.11.03-.14.09-.12.03-.09-.08-.04.2-.08.06-.03-.02-.01-.04-.09.06-.14.02.02.08.11-.03-.04.1-.1.11-.08.03-.13-.02-.05.03.14.17-.09.25-.06.09-.08.02-.16-.08-.09-.07.08.17.21.05.01.07-.01.05-.08.15.03.06.06.22.03.2.23.42.06.01.01.03-.01.07-.13.02-.06.03-.02.04-.02 0-.06-.02-.15-.09-.21-.06-.28-.02-.2-.05-.1-.07-.1-.04-.12-.02-.09-.04-.08-.06-.1-.04-.14-.02-.1-.05-.06-.11-.06-.2-.07-.12-.16-.18.02-.11-.07-.17.02-.06-.02-.15-.09-.09-.16-.09-.13-.14-.11-.18-.11-.12-.11-.07-.08-.09-.05-.16.02-.01-.31-.47-.02-.1-.1-.11-.17-.13-.09-.09-.02-.06-.26-.17-.08-.11-.06-.04-.07.01-.03-.01-.01-.03-.06.02-.14.01-.24-.02-.17-.03-.11-.04-.07 0-.05.06-.09.04-.13.02-.12.11-.15.33.01.05-.02.04-.07.03-.13.15-.08.04-.09 0-.16-.07-.24-.14-.19-.08-.14-.03-.12-.07-.2-.15-.09-.03-.1-.11-.12-.17-.06-.14 0-.14-.15-.32-.15-.2-.29-.16-.25-.17-.29-.26-.21-.16-.13-.05-.11-.09-.09-.14-.09-.09-1.77-.01-.01.45-2.82 0-3.8-1.18.05-.05.07-.16-2.41.19-.01-.12-.04-.04-.06.03-.03-.15.02-.06-.01-.07-.06-.16-.15-.2-.32-.24-.16-.08-.13-.1-.08-.03-.1-.01-.04.05-.11-.03.02-.12-.12-.16-.09-.01-.23.01-.31-.09-.09-.05-.04-.1-.14-.08-.2-.08-.1.02-.14-.01-.2-.06-.12-.01-.23.02-.08-.01-.08-.07-.09-.04.02-.09-.01-.08.02-.06-.04-.14.03-.13-.08-.08-.15-.05-.02-.06.02-.09-.04-.07-.12-.05-.12-.13-.14-.07-.06-.11-.09-.07-.03-.07-.21-.22-.21-.18-.03-.1-.01-.14.09-.09.04-.07 0-.07-.02-.05-.07-.09-.29-.05-.23-.22-.01-.16-.09-.17-.01-.23.06-.03.06.01.02.13.07.07.07.03.06.06.1.02-.06-.06-.03-.09-.06-.1-.08-.06-.03-.11-.04-.02-.02-.04.08-.05.09-.03.13-.01.37.02.08-.03.07.01.05-.01-.11-.02-.25.01-.11-.05-.04 0-.12.05-.06 0-.13-.07-.05 0-.09.03-.02.16.03.11-.05.01-.06-.04-.1-.03-.25-.16-.07.07.03-.11-.01-.13.1.11-.03-.08-.08-.08-.06-.03-.07-.14-.17-.09-.14-.14-.27-.23-.02-.2-.1-.26.04-.15 0-.1-.05-.16-.28-.32-.22-.15-.04-.24.09-.22.03-.03.01.01-.01.03.03 0 .01-.05.02-.02-.03-.02.09-.18-.01-.19.07-.22 0-.08-.09-.26-.09-.07.04-.1 0-.09-.14-.14-.06-.18-.01-.08.02-.2-.04-.09-.1-.14.19-.53.03-.03.04 0 .08-.05-.03-.02-.06.03.1-.24.04-.04.05-.64.05-.09-.02-.1.03-.13-.02-.13.11-.62-.01-.08.03-.1-.03-.26.01-.3-.04-.08.03-.01.05.05.24 0 .15-.04.05.01.07.05.08.02.1-.01-.03-.02-.05 0-.17-.1-.18 0-.04-.03-.21.03-.06-.03-.11.02.03-.09-.01-.12.01-.12.02.09.07.09.04-.1.02-.13-.07-.05-.11-.03-.04-.12.27-.1-.15-.02-.05-.05-.07-.01-.03.09-.06-.26-.11-.19-.07-.26-.08-.12-.16-.12-.04-.07-.04-.18.02-.14-.03-.09.08.01.2.07.26.06.07.04.12.03.68.05.18-.03.09.07.05.01.12-.02.08-.05.04.13.08.13-.12.14-.02 0-.02-.05-.23.24-.08.11-.01.08.03.01.08-.01.11-.05-.15.01.02-.08.07-.08.17-.1.05-.04.04-.06.11-.08.02-.02 0-.07.06.01.02.1-.02.05-.09.06-.01.02.02.07-.07.01.09.08.03.07.01.05-.03.12-.07.01-.06-.04-.06.1-.04-.11-.02-.01-.09.05-.07.12-.04.03.12.01.1-.02.08.04.03 0 .07-.03.03-.03.06-.11.12-.03.07-.06-.02-.23-.01-.03-.03-.02.03-.1-.02-.03.08-.15.08-.08-.11-.1-.04-.06-.03-.01.03.09-.01.01-.12-.08-.01-.04.01-.03.05-.03.07-.01-.14-.14-.04-.02-.06 0-.03-.03.01-.03.03-.01.09.01.04-.02-.01-.16-.05-.11-.09.02-.04-.03-.1-.2 27.63 0 .01-.38.21.02.07.03.06.32.1.14.03.09.06.03.56.08.21.05.05.06.09.02.25-.03.08-.06.22-.01.16.02.16.04.34.13.09.16.06 0 .05-.05.13-.01.17.04.14.1.34.14.13 0 .17-.05.18-.08.12-.02.08.01.04.07.06.02.42.01.23-.02.1.1.09.02.12-.02.32.02.19-.02.66-.24.23-.04.22.07 1.24.49 2.04.84.1.26.22.18.06 0 .1-.06.21-.03.07.02-.03.09.03.07.01.08.02.06.11.15.07.01.15-.04.14-.01.14.1.01.03-.12.17 1.04.47.41 1.78-.27.5-.08.33-.06.12-.2.13-.12.1-.2.09-.04.05-.04.11.01.16.11.15.34.15.25 0 1.16-.53 1.03-.16 1.21-.43.1-.06.03-.05-.01-.03-.11-.08 0-.04-.04-.05.01-.17-.11-.19.32-.11.13-.04.26-.01 1.64 0 .36-.43.27-.18.04-.06.27-.12.09-.08.39-.27.22-.13.18-.07.14-.03.15 0ZM-72.51-40.99l-.07.07.06.01.23-.11.11-.03.03 0 .05.03.2-.04-.44.17-.85.24-.08-.01-.63.09.1-.05-.02-.04-.05.01-.06.05-.08.02-.02-.06.07-.09.08-.06.19-.08.04.03.01-.04.03-.03.04-.01.16-.02.13.02.25-.05.4-.02.26-.13.1-.03-.24.16ZM-68.19-44.33l-.05.02-.07-.01-.01.07-.09-.04 0-.07.06-.07.05-.03.06.02.05.08 0 .03ZM-74.19-40.52l-.04 0 .04-.09.09-.05.03.01-.01.06-.11.07ZM-70.51-41.38l-.28.05-.04-.03.07-.01.09-.08.05-.01.09.05.02.03ZM-71.24-41.49l-.05.02-.06 0 .03-.04.04-.11.05-.03-.01.16ZM-69.98-41.27l-.07.02-.18-.04.17-.04.02-.07.06.13ZM-75.63-35.86l-.02.02-.07-.11.07.04.02.05ZM-75.54-35.24l-.14.03-.01-.01.15-.06.06-.29-.03-.17.01-.03.05.21-.06.28-.03.04ZM-75.78-35.19l-.2.07.11-.05.09-.02ZM-76.5-34.64l-.03.01.09-.13.18-.16.05-.02-.15.14-.14.16ZM-82.04-26.45l-.03.02-.07-.02-.04-.03-.02-.07.08.09.08.01ZM-82.08-26.55l-.01.06-.05-.1-.03-.11.05.03.04.12ZM-80.38-25.14l-.2.19.12-.2.11-.08 0-.07.09-.05-.12.21ZM-91.79-29.5l-.04.01-.17-.08-.01-.04.08-.03.06 0 .11.07 0 .03-.03.04ZM-97.02-27.9l-.02 0 .06-.11.08-.11.04-.01.02.04-.18.19ZM-96.76-28.15l-.04 0 .04-.05.08-.03.16-.1.07-.01.03-.04.02 0-.01.04-.35.19ZM-97.35-27.3l-.04.06.01-.09.08-.19.17-.26.07-.04-.19.28-.1.24ZM-95.04-29.15l-.05.01.22-.15.04-.05.06 0-.1.09-.17.1ZM-97.17-26.16l-.01.05-.09-.22-.13-.49-.01-.28.02-.1.04.4.18.64ZM-120.31-34.02l-.13-.01.03-.03.04-.01.06.05ZM-119.44-33.22l-.1 0-.03-.06.09.01.04.05ZM-118.35-32.83l-.06.01-.06-.02-.12-.17.03-.02.05.07.16.13ZM-120.05-33.92l-.06.02-.06-.02-.08-.09.18-.02.09.06-.07.05ZM-119.88-34.08l.2.05.11-.02.02.02-.01.02-.25.04-.08-.03 0-.03-.03-.04.04-.01ZM-118.35-33.39l.05.08-.15-.01-.04-.09-.02-.02-.05 0-.01-.03.02-.02.16.06.04.03ZM-122.78-48.67l.01.02-.04.02-.09-.03.01.07-.1-.04-.01-.02.02-.03.06-.03.14.04ZM-123.01-48.5l.02.03-.15-.04-.03-.08.01-.02.04 0 .09.07.02.04ZM-122.57-48.16l.04.13.03-.05.13.09-.01.07-.06-.01-.05-.05-.07-.01-.04-.06 0-.08-.02-.02-.07-.02-.06-.07.08-.11.04-.03.06.02.03.04 0 .03-.16.06.1.03.03.04ZM-71.37-41.49l-.02.02-.01-.05.02-.05.03.03-.02.05ZM-74.13-39.68l-.12.15 0-.03.15-.19-.03.07ZM-75.33-37.89l-.05.02.16-.2.12-.23-.03.12-.2.29ZM-76.55-34.65l-.06-.01-.07-.04.06.01.07.04ZM-81.33-24.65l-.04.02-.01-.01 0-.03-.04-.08.1.07-.01.03ZM-80.83-24.8l-.02 0 .01-.02.04-.03.01.03-.04.02ZM-80.64-24.9l-.02 0 .05-.04-.03.04ZM-81.05-24.72l-.04.03-.05-.02.05-.02.16-.03-.12.04ZM-81.42-30.97l-.04.24-.03-.17.07-.07ZM-81.57-24.6l-.06.01.05-.04.02-.06.03.05 0 .03-.04.01ZM-80.19-27.28l.02.07-.09-.17-.12-.26-.06-.21.05.06.2.51ZM-81.78-24.54l-.03 0 0-.02.07-.02 0 .03-.04.01ZM-88.89-29.71l-.05.05.04-.07.03-.02-.02.04ZM-88.56-30.22l-.01.01-.09-.02-.06-.03.16.04ZM-88.07-30.25l-.09.02-.16-.01.21-.03.04.02ZM-89.23-30.08l.01.04-.05-.02-.07 0 .15-.11-.04.09ZM-88.83-29.81l-.02.03.02-.15-.04-.13.04.06.02.07-.02.12ZM-84.91-29.64l-.1.03-.11-.02.07-.01.05.01.19-.09.07-.01-.17.09ZM-122.85-47.2l-.03.01-.03-.04.02-.05.04.08ZM-122.4-47.4l0 .03-.06.01-.01-.03-.04.03.02-.13.02 0 .07.09ZM-122.5-47.59l-.06-.01-.02-.02.02-.08.05.02.01.09ZM-122.82-48.43l-.02.01-.08-.04-.01-.03.02-.05.04-.01.01.05.05.05-.01.02ZM-68.62-44.2l-.08.02.01-.07.01-.01.03.02.03.04ZM-26.26 58.43l0 .06-.19-.07.05-.04.1 0 .04.05ZM-37.1 54.07l.09.04.08-.03.08 0 .09.03.06 0 .09.08-.04.07.11-.01.09.06.12-.06.09.11.07.02.1.17.04.02.14-.01-.03.08.01.07.11.05-.14.07-.14.04-.17-.09-.06-.09-.16-.16-.04-.02-.12-.01-.11-.03-.15-.13-.12 0-.15-.07-.34-.11-.13.01-.06-.04 0-.05.07-.04-.29-.01-.11-.02.64-.03.01.03.14.05.13.01ZM72.49 7.38l-.02.04-.04.01-.02-.1-.06-.07.08.04.02.1.02-.03-.01-.03.01-.06-.04-.05.02-.01.05.07-.01.09ZM-5.69 16l-.09 0 0-.04.07-.05.05 0 0 .06-.03.03ZM-14.37 7.97l-.03.01-.02-.04.04-.06.08.05-.02.03-.05.01ZM-128.29 24.4l-.01.01-.02-.01-.02-.03-.01-.03.02-.02.03.01.01.07ZM-63-18.22l-.16.05.01-.03.12-.07.05 0-.02.05ZM-58.85 51.27l.15.06.19-.02.08.01.05.05-.03.05-.11 0 .01.06.04.03.23.07 0-.03-.04-.04-.01-.05.03-.04.05-.02.29 0 .11.12-.11.01-.04.05.09.02.08.04-.05.07-.31.06-.07.05-.12.04-.34.08.04.05-.01.11-.48-.09-.07.01.13.15-.09.03-.09-.02-.09.02-.06.11-.13-.07-.12-.1 0-.06.11-.11-.03-.05.31-.18.2-.05 0-.04-.04-.06 0-.1.21-.13-.03-.09.07 0ZM-60.29 51.46l.15.02.13-.07.09-.02.08.01.05.05.3-.05.03.01.07-.05.07.02.05.05-.02.05-.07.03-.03.05-.12.07-.41.34-.32.02-.11.15-.1.02-.06.03-.18 0-.12-.04-.15-.09.2-.11.17 0 .26-.11.09-.07 0-.04-.04-.01-.22.04-.08-.05.11-.01.23-.06-.06-.06-.21-.09-.01-.06-.05-.07.06-.01.06.05.16.06ZM-61.02 51.79l.07.01.08-.01-.04.11-.04.05-.08-.01-.11-.1.12-.05ZM-58.44 52.01l.01.09-.08-.03-.03-.04.04-.03.06.01ZM-60.11 51.4l-.14 0-.03-.04.01-.08.1-.01.1.04-.04.09ZM-59.68 52.23l-.07.02-.02-.01-.02-.1.04 0 .07.04 0 .05ZM-81.37-19.35l.03.02.06-.03.15.01.02.05-.12 0-.08.03-.1-.01-.01-.09.03-.01.02.03ZM-79.98-19.71l-.04 0-.1.04.04-.04.06-.01.04.01ZM-79.82-19.71l-.08.01.11-.07.05.01-.08.05ZM-64.73-32.29l-.09.03-.04-.01.09-.04.08-.08.02.01-.06.09ZM-64.4-18.46l-.04 0 .02-.05.1-.01-.08.06ZM-64.59-18.4l-.1-.01.04-.03.08-.01.02.01-.04.04ZM-64.29-18.74l.01.03-.1-.02-.03-.02.12.01ZM-71.66-21.76l-.06-.03-.11 0-.02-.05.05-.01.13.02.03.04-.02.03ZM-71.88-21.84l-.02.01-.06-.03 0-.03-.06-.03.01-.03.08 0 .05.11ZM-72.33-21.85l.11.05.08.01-.16.04-.03-.01-.01-.04.01-.05ZM-62.15-16.74l0 .06-.07-.02 0-.05.03-.06.02 0 .02.07ZM-2.02-49.23l.01.05-.04.01-.04-.02-.15.01.02-.09.2.04ZM-2.51-49.49l-.04.06-.09-.02-.01-.02.11-.04.02 0 .01.02ZM-4.41-54.18l-.2.12-.09-.02-.09.01.09-.15.09-.05.1-.11.08-.03.05.02.04.12-.07.09ZM-2.67-51.62l-.07.04-.24.04-.31.15-.27-.02-.2-.13-.13-.05-.05-.01-.06.02-.24.01.07-.06.08-.03-.19-.02-.11-.06-.14-.01-.07.01-.12.06-.18.05-.27-.11 0-.07-.03-.05-.06-.02.08-.07.09-.05.21-.04.5-.16.16-.08.07-.05.1-.14.07-.07-.07-.02-.03-.05.01-.05.03-.04-.08-.12.02-.1-.26.02-.22.08-.1.01 0-.03.04-.05.11-.07.13-.05.07-.09.06-.04.16-.08.35-.09.23 0 .1-.03.11-.01.22.09-.07-.13.1-.04.15.13.06.01.11-.02-.16-.04-.06-.04-.1-.12.01-.08.13-.14-.1-.04 0-.14.13-.05.04-.08.01-.1-.02-.04-.3.05-.15-.1-.25-.24-.02-.09.12-.21.2-.14.23-.04-.51 0-.11.06-.12.02-.18.09-.17 0-.08-.06-.04-.01-.27.09-.3-.09-.07.08-.02.08-.12-.07-.11-.1-.03-.06 0-.07.05-.02.06.02.09-.16.18-.21.07-.06.04-.08-.01-.05-.04-.05-.16-.1.02-.17.06-.07.23 0-.26-.11 0-.03.04-.08-.13.13-.16.04-.02.04-.03.02-.06 0-.01.04-.02 0-.02-.04 0-.07.03-.07.04-.05.18-.11-.09.03-.32.2-.01.05.05.12-.19.44-.06.06-.11 0-.04-.03.09-.26.03-.05.14-.13-.06.01-.05-.02.01-.24.05-.08.02-.12.05-.1.06-.07.04-.09.06-.05.02-.06.12-.14-.46.23-.22-.03-.07-.05-.03-.08-.09 0-.07-.03.09-.04.16-.02.15-.07-.13-.05.01-.02.11-.04.15-.14.03-.13-.1-.1-.13-.05-.03-.06.06-.06.18-.05-.1-.02-.04-.03-.02-.07.05-.11.08-.1.26 0 .06-.03.13.03-.02-.03-.21-.13-.02-.03.06-.07-.01-.07.02-.03.33-.02-.08-.12.02-.14.05-.05.1-.02.11.02.1.06.22-.06.06.06.24-.05.33-.02.6-.07.21.02-.01.04-.05.07.01.09-.01.02-.1.09-.2.08-.36.19-.22.09-.03.05-.01.06.12.01.05.02-.22.14-.05.1.14 0 .12-.02.47-.11.1 0 .22.04.13-.02.71.01.16-.02.12.02.09.07.09.12 0 .02-.05.05-.11.07-.08.09-.03.05-.01.06-.2.29-.17.13-.07.09-.09.08-.18.08-.28.03-.16.07-.1.02.42-.04.24.08-.02.07-.1.05-.21.01-.2.11-.18.05-.12 0-.22-.03-.09-.03.09.05.09.02.56.07.21-.08.24 0 .45.13.32.23.18.1.23.54.13.26.06.07.08.04.48.16.3.22.14.09.15.07-.08.04-.05.06.04.08.29.33-.08-.03-.11 0-.2-.1-.19.02-.2 0 .37.03.42.22.14.13.08.18-.05.08-.18.11-.07.06.23.1.05 0 .1-.05.13-.11.14-.01.25.03.11-.01.32.07.28.14.06.07.03.21-.1.19-.04.12-.05.07-.15.1-.09.03-.09-.01.04.07.01.06-.09.04-.09.01-.14-.02-.21.08.15.04.03.04-.04.08-.19.05-.11 0-.17.05.11-.02.07.02.05.06.04.02.2.03.37-.02.16.02-.02.18-.35.13-.09.12-.19 0-.08.04-.49.13-.4-.06-.25.01-.34.05-.08-.01-.13-.05-.28-.04-.14-.04.09.08-.27.09-.09-.01-.18.03-.16-.01.02.05.05.04-.08.03-.31-.04-.05.01-.03.03-.12-.02-.23-.09-.22-.01-.4.09-.09.08-.09.23-.1.08-.11.01-.11-.06-.3-.1-.1.03-.21.02-.31.08-.19.1-.11.12-.11.02-.09-.06-.11-.03-.19.06-.03-.03-.01-.05.09-.07.23-.05.2-.12.1-.08.03-.05.12-.03.03-.05.28-.2.06-.2.22-.05.11-.16.35-.04.23 0 .35.04.12-.02.1-.04.16-.16.29-.2.16-.13-.11.04-.13.08ZM-4.2-53.32l.04.02.11-.01-.03.05-.12.04-.17.09-.05-.05-.05 0-.08-.08-.02-.13.11-.03.15 0 .11.1ZM-2.55-59.23l-.11 0 .06-.06.19-.01-.02.03-.12.04ZM-1.04-60.51l-.03.01-.09-.1.07-.12.08 0 .02.03-.01.03-.05.01.01.14ZM-1.31-60.54l.02.07.05-.01.08.06.11-.02-.1.26-.01.06-.02.01-.02.1-.1.13-.06-.03.08-.2-.04-.08-.09 0-.07.02-.02-.02 0-.03-.14-.02-.03-.04.09-.02.08.01.13-.04-.08-.14-.1-.01-.02-.02.02-.02.05-.01.09-.07.05-.01.06 0-.01.07ZM-.78-60.81l-.05.09 0 .04-.09-.02-.02-.05.02-.06.1-.02.04.02ZM-3.17-58.79l-.11.01-.09-.06-.03-.04.01-.03.03-.01.09.02.04.04.02.05.05.01-.01.01ZM-2.93-58.74l-.05-.02-.06-.06.1-.02.04.01-.03.09ZM-3.06-59.03l-.01.02.08 0 .23.05-.03.05-.04.02-.16-.05-.18.02-.05-.02-.02-.06-.06.03-.03 0-.02-.02 0-.07.04-.07.15-.01.11.04.03.02 0 .02-.04.03ZM-2.73-59.19l-.09.03-.03-.02-.01-.07-.16-.04-.03-.03.07-.03.12.06.05.05.08.01.01.01-.01.03ZM-6.61-56.59l-.06.01 0-.01.1-.07.08-.01-.04.04-.08.04ZM-5.11-55.45l-.12 0-.1-.03-.06-.14.02-.05.05-.04.07-.01.09.05.05.1.01.08-.01.04ZM-5.78-56.34l-.4.05-.13 0-.02-.03.03-.02.11-.02.05-.13-.17-.06 0-.05.21-.05.15.11.19.05-.02.15ZM-6.13-55.93l.07.21-.03.06-.16.05-.06 0 .04-.06-.03-.06 0-.05-.15.08-.05-.01.05-.12.08-.04.06.01.09-.05.09-.02ZM-5.97-55.81l-.02.01-.07-.02-.01-.07.03-.04.13-.04-.06-.02.03-.06.14-.06.07-.01-.07.11-.17.2ZM-6.2-58.36l-.13.17-.22.1.15.01 0 .04-.02.02-.16.08-.1.03-.12.08-.05 0-.06.06-.05.02-.05-.01-.07-.05.22-.11-.2-.08.01-.02.06-.03-.03 0-.06-.03-.01-.02 0-.08.05-.02.01-.02.02-.01.06.01.06.04.08-.02.08.01.01-.01-.07-.08.01-.02.24-.08.24-.11.08 0 .03.06-.01.07ZM-6.28-56.96l-.07.01-.08-.07.11-.03.06.04 0 .03-.02.02ZM-6.14-57.51l-.03.1.03.06 0 .04.05.01.02.02.19.02.18-.01.03.02 0 .02-.03.03-.21.14-.08.02-.02-.01-.03-.15-.23.02-.05-.02-.12-.13-.24-.03-.08-.08.05-.06.07.02.04-.01.02-.03-.04-.04.24-.04.02-.07.11.02.08.06.03.08ZM-7.21-57.68l.12.05-.09.1-.14 0-.2-.07.02-.04.06-.02.05.02.18-.04ZM-7.25-57.12l-.04.01-.09-.02-.04-.1.01-.15.14.01.02.25ZM-7.42-56.97l-.08.02-.04-.01.02-.05.07-.01.04.02.01.02-.02.01ZM-6.22-54.09l-.08 0-.1.03-.25 0-.02-.02.02-.08-.02-.02-.13-.03-.06-.06-.02-.06-.13-.08-.04 0-.15.11.04.06-.03.03-.12.05-.01.03-.04.01-.05-.02-.2 0-.07-.05-.17-.03-.04-.06-.23-.13-.03-.04.03-.03.08-.03.29-.08 0-.03-.14-.05-.02-.01 0-.02.04-.02.13.01.19-.06.1-.11 0-.03.07-.12.16-.06.04.03.08.01.07-.03.08-.1.06-.01.07.01.12-.01.23-.05.34.02.09.08.05.11.12.11.15.1.01.06-.06.04-.11.04 0 .04.14-.03.16.01.05.04.06.12-.01.06-.13-.1-.06-.01.02.07-.01.1.1.01-.05.1-.22.03-.11.15-.08.04-.2-.04ZM-1.06-50.69l-.09.03-.05.06-.05.01-.06 0-.2-.08-.05 0 .04-.03.14-.03.07-.04.17.03.08.05ZM56.3-25.65l.06.08.01.55.02.04-.04.01-.08.1-.2.13-.1-.12.04-.02.01-.03-.02-.04-.08-.02-.1.06-.02.04-.01.09.02.1-.04.19.04.14-.05.11.04.02.13.01.04.07.02.08-.44.07-.08.05.05.05.01.07-.02.1-.16.33-.15.36-.01.33-.07.08-2.56-.31-.88-1.04-.09-.11-.02-.05 0-.16.03-.05.07.09.1 0 .02.17.05.07.07.02.21.02.13-.03.4-.16.38.01.3.05.47.03.09-.01.26-.09.15-.08.1-.03.06-.08.08-.17.09-.09.03-.1.09-.09.35-.23.2-.2.02-.06.12-.09.08-.11.42-.29.09-.13.05-.14.04-.01.05.02-.03.36.04.05.1.01.02-.02ZM56.28-25.24l.01-.04-.01-.02-.05 0-.02.09.03 0 .04-.03ZM53.33-24.26l-.07.01-.07-.04.18-.07.04-.05.03.04-.03.06-.08.05ZM52.62-24.29l-.02.01-.02-.07.05-.03.03.05-.04.04ZM53.93-24.18l0 .04-.22 0-.07-.03.05-.04.14-.05.1.08ZM54.47-24.44l-.01.02-.03 0-.07-.02-.03-.03.07-.04.07.07ZM38.21-47.09l-.03.01-.35-.02-.29.03-.2.15-.12 0-.17.04-.12.05-.14.12-.1-.05-.13 0-.13.03-.15.07-.09.01-.17-.02-.19.05-.43.24-.14.18-.2.1-.04-.01.26-.17.01-.09-.06-.07-.17.17-.21.08-.01.12.02.08.14.26-.05 0-.15-.06-.01-.1-.1-.09-.24.01-.1-.09-.13-.04-.09.01-.1-.02-.22-.1-.15-.01-.01.07-.06.05-.16.04-.17-.07-.06-.05-.26.06-.14-.01-.32.05-.45-.18-.1-.03-.1.01-.05-.04.06-.03.15-.01.02-.03 0-.04-.3-.04-.09-.04-.06-.05.15 0 .17.04.25.01.23.03.22-.14-.22.05-.23-.03-.08-.04-.08-.07-.03-.07.02-.08-.02-.12-.1-.18-.08-.05.08.12.07.16-.01.21-.03.07-.09.02-.25-.03.03-.12-.06.04-.1.11-.08.02-.18-.01-.34.07-.14.28-.17.18-.27.22-.32.12-.08.02-.14-.02-.05.03-.03.04 0 .08.07.06.06.2-.02.08-.14-.11-.17-.05-.18.02-.19.08-.13.03-.12-.02-.01.04.02.03-.03.01-.31-.06-.13-.06-.11-.1.1-.05.19-.02.01-.1-.02-.05.07-.07.11-.05.06-.06.01-.09.11-.04.1-.07.02-.08.04-.05-.07-.11-.01-.13.03-.04.19-.07.04.01.01.02.01.12.05-.01.05-.08.08.03.04-.02.12.05.07.01.09-.05.04.01.09.09.24-.03.05-.04-.2-.12.01-.18-.02-.06-.04-.05-.16-.05-.15-.08-.01-.09-.05-.04 0-.04.03-.06.01-.06-.01-.02-.16-.06-.05-.05-.17-.08-.03-.03-.01-.04.07-.13.02-.07-.02-.15-.06-.08-.04-.02-.12.05-.05-.02-.15-.17-.24-.03-.07.06-.04-.06-.03-.01-.05.01-.01-.01.02-.05-.06-.03-.13 0-.07-.02-.01-.04-.12-.03-.14-.09-.11-.03-.14-.01-.02-.02-.14.06-.07-.01-.11.06-.33 0-.05-.02-.21.1-.02.03-.31.06-.03.09-.12.12-.7.08-.29.09-.1.07-.09.03-.09 0-.31-.21-.09-.02-.11.01-.1.03-.1 0-.12-.04-.06.01-.37-.06-.22.01-.21-.09-.06-.01-.08.08-.18.06-.03-.01.01-.07-.02-.03-.06-.03-.01-.02-.1.01-.09-.03-.06-.08-.17-.05-.08-.1-.02-.05-.12 0 .01-.16.16-.12.09-.18.15-.2.04-.01.23.06.03-.02.01-.04-.14-.09-.01-.02.03-.1-.08-.25.06-.07.32-.29.68-.48.26-.03.03-.05.09-.07 0-.09-.04-.1-.07-.07.04-.03.08-.02 0-.03-.11-.07-.05-.05-.08-.14-.2-.18.02-.09-.02-.05-.06-.07.01-.09.04-.02.14-.01.16.06.03-.01.15-.07.15-.12.08-.09.91-.07.66.03.46.07.06.03.5.06.19 0 .13.14.03.01.3 0 .09.03-.01.08.02.01.04 0 .09-.1.03-.01.15.03.07-.01.1-.04.11.03.24.02.07.02.05.08.08.03.06-.08.06-.03.13-.03.08-.06.04 0 .04.01.16.21.05.03.2-.05.61-.05.15.08.02.07.12.06.09.01.04-.06.05-.04-.03-.11-.07-.13.05-.09.09-.12.31-.24.1-.03.14.03.13-.06.22 0 .21.01.26.06.08-.01.16-.06.08-.16.07-.04.08 0 .3.06.09-.01.25-.08.58 0 .09.02.1.07.09.09.1.18.29.2 0 .04-.02.02-.26.04 0 .04.08.09.01.13.02.06.04.02.01.03-.07.05.02.02.26 0 .22.07.35-.03.03.02.07.12.04.02.11 0 .03.02-.03.03 0 .04.04.05.03.1.04.03.02.04 0 .05-.05.07.02.07.08.08.05.02.05.07.08.02.22-.09.23.03.07.04.05.06.06.03.07-.02.13.02.12.07.14-.08.23-.05.14-.01.21-.07.08.01.16.12.02.08.1.1.25.15.1.04.1-.02.03-.09.03-.02.05 0 .19.09.2.01.27.13.11 0 .14-.04.13.12.16.01.32.16.1 0 .15-.03.05.02.02.04-.04.04 0 .07.07.06-.02.12-.04.05-.18.14-.13.02-.08.03.07.1.24.06.02.03-.11.03-.11-.02-.09.07-.05.15.19.05.05.18-.04.03 0 .03.11.03 0 .03-.07.07-.12.21.01.07-.04.05-.35.01-.49-.03-.08.02-.1.13-.21.09-.14.01-.08.05-.03.08 0 .07-.06.09.01.02.07.02-.01.04-.05.03-.02.04.01.08ZM32.01-46.2l.14.05-.45-.06-.14-.05-.05-.11.07.07.06.03.37.07ZM33.9 1l-3.09-.01-.21.08-.08-.01-.16.01-.08.11-.18.19-.11.08-.06.02-.03 0-.02-.02-.03-.1-.03-.01-.24.05-.02-.41.03-.09.02-.2.04-.15-.02-.1.05-.33.02-.05.02-.16.06-.07.03-.09.13-.24 0-.32.11-.04.13-.11.06-.13.08-.08.16-.06.46-.44.22-.24.09-.12.03-.11-.09-.08-.01-.04-.14-.04-.03-.06-.05-.03-.13 0-.1-.06 0-.07.04-.15.08-.17-.03-.12-.07-.07.08-.24.08-.13-.02-.05-.05-.03.09-.14.22-.16.07 0 .26.11.07 0 .08-.02.17-.1.09.09.05.1.2.09.1-.13.1-.06.4-.06.1-.03.16-.08.15.11.17.02.17-.01.08-.05.41-.41.15.33.05.02-.01.06.1.08.12.04.05.04-.04.24.05.25.07.04.07.2.15.1.07.2.05.03.04.11-.02.06.03.19.06.17.01.34-.01.08-.12.15-.06.11.01.11-.01.04-.19.07-.12.12-.07.17-.14.18-.11.09-.05.09-.03.13-.04.09-.1.12-.02.19-.02.98ZM53.11-38.8l-.01.04-.06-.14-.02-.15.03-.05.04.01-.03.05.05.24ZM55.98-41.32l.79.03.25.03.1-.09-.1-.1-.04-.22-.01-.19.14-.1.12-.12.15-.08.31 0 .12-.03.11-.14.02-.09.09-.07.25.06.05.03.07.11.06 0 .02-.05-.06-.07-.13-.12-.13-.07-.01-.03.11-.06.22.03.05-.02.06-.1.29.22.05.02.23.03.04.03.08.12.08.04.09.02.41.01.13.08.02.02-.03.06-.01.11-.03.05.02.02.15.04.08.08.01.03-.02.02-.07-.01-.03.03 0 .06.04.05.02.06-.07.11 0 .05.02.03.36.18.42-.03.31.06.15 0 .09-.08.08-.01.15.04.25.15.05.06.07.14.08.21.09.14.11.07.08.14.06.29.04.06.17.12.86.48.25.22.4.21.15-.03.31.22.46.22.53.3.12.01.13-.04.31.1.22.12.22.06.02.06-.1.14-.02.19.01.25-.41-.06-.35-.16-.08.05-.04.05-.03.1-.06.12-.46.01-.27.11-.04.07-.22.63-.05.09-.15.11-.27.12-.04.04-.01.05-.18.01-.56.15-.17.01-.02.03.06.14-.05.04-.06.19-.34.18-.11.04-.15-.02-.07.02-.08.06-.04-.02-.02-.06-.04-.04-.23-.15-.04-.01-.22.03-.1-.01-.08-.03-.12-.09-.07-.08-.09.01-.03-.09.03-.05-.01-.11-.04-.07-.06-.04.06-.12 0-.09-.04-.1 0-.28-.05-.07-.78 0-.28-.32-.11-.08-.39-.14-.1-.07-.09-.08-.04-.15-.03-.03-.06-.01-.3-.13-.12-.03-.17.03-.1-.04-.12.05-.17-.02-.15-.12-.13-.05-.63-.14-.04-.16-.05-.05-.07-.04-.28.01-.14-.04-.1-.01-.23.01-.12.06-.02.09-.07.03-.39-.03-.26 0-.2.05-.3.15-.18.12-.05.06-.11.22-.1.06-.06 0-.28.09-.11.02-.27-.01-.07-.33-.03-.26.03-.36-.01-.23.05-.34-.02-.09-.05-.07-.09-.08-.03-.11-.08-.01-.14-.09-.21-.03-.07.02-.04.05-.04-.08 0-.08.12-.18.06.05.09.02.11.01.1-.02-.02-.06-.11-.06-.02-.08.04-.16-.03-.03-.06-.02-.41-.03-.04.09.08.13-.13-.14-.1-.14-.05-.17-.01-.18.11-.29.09-.35.12.15.09.07.18.04.09-.01.1-.04.09.01.15.15.11.02.22-.06.1-.01.09.03.1 0-.06-.14.05-.04.18.04.14-.04.02-.02.01-.12-.05-.11-.08-.07-.31-.17-.1-.07-.08-.09-.06-.12-.08-.23-.11-.22-.05-.03-.18-.02-.33.06-.13-.01-.19.11-.07.08-.09.19.07.06-.05.31.03.13-.01.01-.1-.17-.14-.16-.12-.25.38-.28.19-.09.19-.06.44-.09.32-.04.11.01.15.05.41.2.18.11.04.05.05.11.21.25.09.1.24.19.06.01.43-.06ZM25.97-40.14l-.23.03-.07-.03.07-.06.18-.04.06.06-.01.04ZM41.51-41.52l.31.09.1-.07.29.01.15.04.11.01.04-.03.06-.09.04-.02.07-.01.08.01.03.02.03.07.09.02.15.12.09.04.02.02-.03.02.01.03.06.04.15.01.07.03.02.1.18.13.09.21-.01.07-.04.08-.1.09.05.09-.01.03.1.19-.04.04.12.06.15.05.07.01.17-.03.11 0 .11.04.33.25.09.1-.04 0-.19-.12-.07.04-.06.06-.07.25-.05.02-.22 0-.1.02.04.07.02.09.1.08-.03.15.02.06.06.07.04.02-.01.14.04.14-.01.14.01.03.02.02.11.01.02.02 0 .02-.07.06-.05.15-.1.14-.02.06.01.03.12.01.25.16-.04.05.03.1-.01.12.14.08.09.09-.04.05.01.06-.01.02-.03-.02-.12-.02-.33.2-.03 0-.05-.07.01-.15-.02-.05-.08-.05-.1-.01-.17.09-.32-.02-.43-.13-.15.05-.17-.05-.03.01-.1.11-.18.12-.1.02-.05-.12-.04-.05-.07-.02-.14.09-.17.05-.38.07-.24.02-.31-.04-.25.01-.26.09-.43.18-.34.09-.32.06-.59-.01-.38-.19-.2-.02-.76.26-.24-.02-.12.01-.09-.05-.04-.06-.28-.04-.03.02-.03.08-.06.24.1.2 0 .03-.16.01-.1.05-.03.17-.15.06-.05.11-.18-.08-.08-.01.07-.08-.15-.31.07-.1.31-.25-.01-.15-.13-.1-.15.06-.1.07-.14.06-.04.07-.08.05-.15.03-.45-.16-.13-.07-.11-.02-.1.04-.3.18-.28.26-.33.16-.17.04-.08-.01-.34.05-.17 0-.14.06-.25-.06-.16-.08-.1-.09-.15-.18-.11-.08-.24-.08-.43-.19-.7-.07-.07.07-.02.27-.06.08-.02.14-.03.04-.06.03-.16-.07-.15.06-.29.08-.1.01-.34-.1-.13-.06-.08-.08-.02-.12-.06-.07-.02-.1-.07-.03-.07.05-.08-.01-.1-.02-.23-.1-.18-.01-.11.12-.18.06-.01-.04.08-.08-.29.01-.14.06-.12 0-.08-.03.01-.04.09-.01.07-.03.3-.02.08-.02.07-.09.15-.08.01-.03-.57.02-.32-.01-.04.04-.05 0-.01-.1.05-.05.07.01.16-.04-.01-.09-.12-.06-.02-.03-.09-.01-.07-.04-.02-.1-.05-.11-.08-.06.01-.03.15-.04.02-.15-.02-.1-.29-.08-.06 0-.07-.08-.13-.06-.1.05-.06-.01-.09-.05-.1-.03-.04-.04.05-.09.08 0 .01-.07-.06-.12.01-.06.06-.02.07.01.08.07.02.07-.01.07.04.07.03.01.03-.07.03-.01.04.03.09.02.24-.04.04-.04-.17 0-.06-.03-.07-.08-.08-.15.03-.03.12-.04.1-.11-.04-.03-.05-.01-.05.01-.06-.04 0-.05.04-.05 0-.06-.17-.17.03-.05.2-.18-.01-.03-.07-.01-.35.04-.13.04-.24.01-.02-.05.01-.05.06-.09-.01-.21.03-.12.13-.03.17-.18.26-.2.27 0 .11-.05.16-.01.05.08.15.06.25-.01.12-.05-.12-.1.04-.03.1 0 .12.02.01.02-.04.03-.03.06.03.01.33-.03.34.02.38-.01.04-.03-.08-.05-.07-.01-.11-.05.17-.1.55-.08.34-.03 0-.02-.49-.05-.1-.04-.18-.11-.03-.05.04-.17.06-.04.17-.01.6.08.43-.05.46.12.44-.03.1-.05.11-.16.63-.27.21-.14.24-.08.41-.08.33-.11.1-.02.81.06.56 0 .25-.1.16.03-.05.07.01.07.09.1.09.06.26.1.36-.08.13.03.13.25.1.09.13.07.1.01.08-.07.06-.02.13-.01.21.08.08.1.36.07.34.03.14.08.47.07.18-.01.29-.08.58-.09.38.13.19 0 .13.04.13-.02.43-.15.13-.08.14-.02.12-.05.33-.16.1-.1ZM28.01-41.97l-.02.11.06.13.15.17.14.09.61.22.11.02-.06.17-.04.05-.18.04-.49-.1-.12-.01-.25.09-.17-.02-.25.04-.07.13-.17.15-.29.13-.2.06-.3.24-.14.14-.13.05.02-.07.04-.06-.01-.11.1-.08.1-.05.27-.1.07-.09-.68.02-.07-.12.07-.02.07-.08.15-.12.02-.05 0-.04-.02-.02 0-.18.21-.1.06-.01.02-.05-.01-.11-.03-.09-.09-.03-.08-.07-.09-.02.01-.05.03-.03.15-.03.07-.12.04-.02.06.01.2-.03.13-.07.23-.03.05.01.24.16.13-.04.14 0 .08-.03.13.02ZM11.5-33.18l-.05.4 0 .14.08.12.01.05-.04.06-.33.15-.34.18-.06.06-.16.09-.01.04-.06.09-.07.06-.16.03-.15.16-.05.09.15.52-.04.16-.33.39-.08.05-.29.11-.47-1.84-.72-.47-.03-.16-.09-.23-.13-.16-.32-.14-.03-.04-.02-.09-.08-.19-.1-.17-.03-.11 0-.15.02-.1.03-.05.2-.12.09-.16.28-.15.13-.17 0-.1.06-.26.08-.11-.07-.2 0-.25-.07-.15.03-.25.07-.32-.05-.08-.09-.04 0-.03.02-.03.14-.08.07-.13.16-.07-.02-.11.24-.06.24-.16.08-.03.55-.15.15.03-.06.1.05.07.06-.04-.01-.07.21 0 .11.04-.01.18.14.17-.04.08.12.05.11-.06.05-.09.2-.05.18-.13.1-.01.08.2-.07.03-.09.1-.17.25-.16.07-.12.1-.03.06-.01.08.03.15.08.14.1.09.09.03.22.14 0 .08.03.1.01.11.08.1-.16.21-.09.15-.18.2-.15.13-.34.2-.14.14-.02.07.01.08.11.21.15.12.14.07.26-.03-.01.08.02.1.18-.02.06-.1.13.07.06.19.11.06.01.02-.07.04.03.02.11.02.06-.01.1.04ZM11.28-34.75l-.16.07.03-.07.11-.07.02.02 0 .05ZM10.96-33.72l-.1.03-.14-.05.02-.15.18 0 .1.07.02.04-.08.06ZM-60.76-11.18l-.05.01.01-.04.09-.07.18-.04-.02.06-.21.08ZM-61.01-10.13l-.16.05-.43.02-.17-.03-.13.02.24-.12.03-.05.1-.01.03-.02.03-.27-.01-.06-.02-.04-.15-.08.06-.03.12-.01.1-.04.2 0 .09-.03.16-.01-.11.17.01.11-.02.08.02.09.05.07-.03.06-.01.13ZM-175.16 21.17l.03-.03.05-.01 0 .03-.08.1-.04-.04-.13-.06-.03-.05.04-.04 0 .03.16.05-.04.01.04.01ZM-173.95 18.64l-.04.06-.02 0-.06-.06.07-.07.08.02 0 .02-.03.03ZM-174.91 21.3l-.01.15-.05-.07 0-.03.06-.05ZM.9-10.99l-.08.24-.03.04-.02.32.01.03.55.36.02.43.03.11 0 .1.04.08.15.14.03.09 0 .28.03.5 0 1.27-.1.01.05.11.02.14-.02.05.02.08.04.03.1.15.04.13-.17.05.01.03-.31.07-.12.06 0-.05-.1-.03-.04-.03-.07-.12-.07-.01-.17-.12-.04-.13-.03-.01-.07-.15-.08-.11 0-.09.02-.04.04-.02.01-.03.05-.32-.05-.04-.05-.01-.03-.04-.01-.11.11-.18-.02-.42.01-.06.09-.09 0-.05-.07-.13-.14-.09-.06-.08-.05-.11.12-.09.01-.04-.04-.08.01-.14.06-.29-.08-.08-.04-.01-.04 0-.08.06-.03 0-.03-.03.03-.03-.01-.05.09-.06-.07-.02-.01-.02.01-.03.04 0 .01-.02.03-.24.01-.31.02-.05-.16-.1-.13-.13-.15-.11-.03-.09.08-.17.02-.13-.08-.1.55.13.01.04.06 0 .09-.03.26-.01ZM125.65 8.14l-.07.17-.07-.04.11-.12.03-.01ZM125.07 9.51l-.04-.13-.06-.09-.01-.08.02-.02.12 0 .05-.07 0-.08-.05-.04-.13.06-.03-.01-.02-.02 0-.09.11-.08.09-.15.06-.06.14-.06.49-.1.36 0 .45-.03.23-.08.05-.04.07-.02.09.03.16.02.08.05-.18.16-.21.14-.24.06-.1.05-.08.08-.11.05-.11.01-.1.03-.1.04-.12.08-.11.01-.43.15-.2.12-.14.11ZM124.04 9.34l.16-.08.24-.07 0 .05-.03.07-.09.1-.04.02-.15-.02-.04.01-.04-.04-.01-.04ZM102.61-11.68l-.02.11-.06-.04.04-.08.04.01ZM102.43-11.99l0 .02-.13-.01-.03-.14.01-.03.04.01.11.15ZM98.41-7.9l-.01.07-.04 0-.04.05-.02 0-.04-.15.04-.21.02-.03.03.06.08.02-.03.12.01.07ZM100.12-20.32l0 .06.02.01.13-.13.05-.01.05.05.06.1.06.06.03 0 .02.09-.07.2-.07.13.02.11.09.1.12.05.18-.04.1-.07.25.03.05.03.01.06-.02.16.08.24.01.11-.12.36-.11.14-.01.07.09.12.01.07-.01.08-.03.11-.2.45.05.04.15.06.06-.02.24-.22.28-.17.05-.06.03-.08.05-.04.06.02.07-.03.08-.09.07-.04.05.01.08.05.23.17.09.02.05.03 0 .06.02.04.06.01-.01-.03.14-.1.18-.04.06-.04.04-.11.06-.08.05-.04.06-.02.02-.03-.03-.03 0-.03.04-.04.2-.01.41.13.05-.03.1.1.27.4.11.12.11.09.11.06.09.09.08.16-.06.22-.02.2.01.23.07.18.21.23.02.08.1.07.18.05.08.05-.04.05 0 .05.03.06.06.05.16.08.02.04-.02.17-.05.08-.06.05-.02.1 0 .13.04.09.02.11-.03.09-.02.25-.02.06-.06.06-.08.05-.16.07-.05.07-.06.05-.04 0-.03-.02-.03-.12-.19-.06-.37.06-.18-.03-.18.04-.23 0-.08-.01-.14-.05-.05 0-.35.09-.17.08-.12.11-.18.3-.18.18.02.03-.02.05-.21.02-.02.02.01.25.03.1.1.17.04.35.13.1.12.14-.04.17.03.17.19.38-.02.01-.03-.07-.09-.12-.03-.12-.16-.19-.06.09-.2-.14-.08-.14-.03.06-.2-.2-.09-.03-.1-.08-.12-.05-.28.07-.35-.05-.14.05-.05-.03-.04-.07.04-.1 0-.21.05-.16-.02-.11.03-.13-.05-.03-.25-.06-.06-.05-.06.06-.31.03-.11.04-.1.09-.03.11.06.07.04.13-.13.35.05.34-.02.18-.06.12-.09.11-.04.19-.07.09-.1.2-.12.36-.02.21-.21.32-.04.18-.08.07.03.05-.03.54.13.32-.04.14.15.06.32-.1.11.02.05.1.03.08.05.44.03.08.14.16.02-.01.01-.07.07.08.05.16.17.83.09.21-.1-.05-.03-.18-.03-.08-.1-.01 0-.03.04-.06 0-.08-.06-.05-.1.04 0 .13.05.1.21.31.07.03.1-.02.2.19.23.13.28-.05.1.01.1.04.11.11.19.28.3.23-.03.06-.01.08-.12.12-.07.16-.08.04-.07.01-.04-.01-.12-.13-.3.12-.07.12-.04.03-.04 0-.13-.13.01-.08.09-.11 0-.21-.03-.07-.06-.02-.12.01-.05-.08-.03-.1-.03-.03-.04-.02-.09.03-.28-.1-.09-.13-.04-.01-.04.02-.02.03-.04.2-.25-.31-.17-.13.02-.23-.05-.04-.07 0-.05-.07.05-.14-.07.03-.1-.01-.07-.03-.06-.19-.04-.06-.08-.1-.1 0-.04-.05.01-.12-.08-.07-.18-.1-.09-.2-.06-.05-.06-.03-.08.02-.08.14-.06-.01-.06-.04-.06-.19 0-.35.09-.2.04-.32.07-.2.05-.07.07-.28.19-.51.03-.21-.02-.1.03-.05.1-.08.3-.32.25-.44.04-.06.09-.08.04-.06 0-.03-.09-.31-.06-.1-.06-.28.01-.08-.19-.19-.05-.14 0-.08-.06-.14.07-.13-.01-.27-.03-.22-.13-.23-.08-.1-.36-.31-.32-.45-.05-.17-.02-.17.01-.05.04-.04.1-.04.12-.08.09.01.02-.02-.01-.19.02-.38.02-.11.23-.13.05-.06.02-.11-.05-.07-.15.11-.03-.02-.07-.19-.11-.21-.01-.17-.03-.08-.27-.26-.38-.44-.09-.15.04-.11-.02-.1-.1-.22.01-.03-.11-.01-.07-.06-.07-.13 0-.03.1.03.25-.08.02-.02-.04-.41.09-.13-.01-.14.03-.19.1-.13.07-.06.03-.1.03-.02.06.01.13.07.22 0 .3-.08.06-.01.1.01.04-.03.03-.06.03-.18.05-.06.06-.02.07 0 .08.04.06 0 .06-.01.09-.06.01-.04-.01-.07-.04-.09.01-.01.18.04.13-.02.12-.08.06 0 .17.1ZM100.08-9.7l-.02.02-.08-.11.06 0 .03.04.01.05ZM100.07-9.59l.01.06-.03.07-.09.04-.03-.06.02-.1.12-.01ZM99.66-6.52l-.02 0-.03-.08.04-.11.05.14-.04.05ZM98.59-7.93l-.01.01-.05-.19.07.05-.01.13ZM98.31-9.05l-.06.01.02-.09.03-.01.01.09ZM99.08-7.59l.02.12-.06-.08 0-.08.01-.01.03.05ZM39.5 6.17l.07.22-.01.04-.05.02-.03 0-.03-.03-.03-.07-.04.02-.07-.09-.07 0-.06-.11.03-.09-.02-.15.08-.08.04-.13.05.09.01.14.06.17.07.05ZM39.86 4.91l.01.05-.02.04.01.16-.01.1-.05.13-.05.05-.08-.03-.02-.04.05-.26-.03-.18.11.02.08-.04ZM32.92 9.41l-.43-.2-.06-.05-.11-.03-.1 0-.09-.06-.1 0-.09-.02-.02-.03 0-.08-.1-.04-.15.01-.11-.1-.03-.1-.08-.06-.1-.04-.32-.01-.06-.05-.14-.16-.11-.29-.31-.64-.03-.12-.17-.3-.1-.12-.4-.3-.17-.31-.06-.28.01-.06.11-.19.01-.06-.13-.4-.16-.42 0-.06.05-.17.03-.22.32.01.23-.15.2-.22.12-.24.08-.07.03-.05.05-.14.1-.1.1-.07-.02-.05.02-.02.05-.04.11-.03.02-.08 0-.08-.02-.05.01-.06-.02-.02-.07-.01-.1-.05-.09-.01-.09-.05.01-.1.03-.08-.04-.03 0-.02.1-.21.03-.03.15-.04.05.01.07-.03.05-.2-.02-.1-.04-.07-.01-.12.02-.16-.02-.13-.05-.1-.05-.06-.08-.03-.12-.16-.04-.08.01-.05.04-.02.08.01.21-.08 3.17.01 3.66 2.05.02.02.03.18-.01.06-.07.15 0 .04.1.04.05.1.13.1 1.33.95-.02.09-.08.2 0 .09-.14.45-.07.11-.09.25-.02.19.06.14.01.12.11.13.09.04.06.06.1.12.06.13.18.07.07.14-.02.1-.09.09-.08.13-.06.18 0 .27.04-.04.1.06.01.2-.1.23-.04.2.08.28.11.14-.01.05-.03.03.19.25-.02.22.08.17.08.33-.06.09.14.02.08.07.04.07.1 0 .14.08.17.11.07.11-.29.23-.18.13-.17.09-.12.05-.14.02-.24.14-.15.05-.18 0-.19.06-.31.18-.18-.1-.13-.03-.16 0-.1.02-.04.02-.05.16-.1.1-.19.1-.17.03-.15-.02-.11-.04-.05-.06-.08-.02-.11 0-.1.04-.09.07-.16.04-.22-.01-.11-.04-.02-.06-.09-.07-.17-.08-.12-.01-.16.13-.07.02-.14-.02-.46 0-.02-.12-.09-.11-.08-.01-.04-.1-.12-.16-.01-.04.01-.05.06-.2-.03-.16-.06-.11.01-.02-.02-.07.01-.11-.01-.08-.05-.21-.04-.08-.16-.22-.23-.19-.09-.04-.04.03-.01.03.01.07-.01.03-.06.01-.12-.06-.07-.01-.23.02-.05-.01-.09-.09-.2-.02-.16-.11-.05.02ZM39.71 7.98l-.08 0-.03-.04.25-.21.04-.07.02-.01-.01.08-.07.17-.07.01-.05.07ZM67.76-37.17l.04-.07.02-.25.04-.08.15-.15.08-.12.09-.09.06-.03.12-.21-.03-.07-.19-.14-.05-.09-.04-.2.1-.22-.02-.04-.08-.05-.36-.01-.02-.12-.02-.02-.03-.02-.26-.07-.01-.02.08-.23.03-.01.08-.08.18-.06.36.06.32.03.11-.03.08-.08.05-.2.05-.01.04.01.03-.02.02-.04.02-.01.03.03.04-.03-.05-.05-.03-.07.02-.02.15-.02.01-.02 0-.03-.04-.02-.29.01-.02-.02.01-.02.32-.05.28.03.04-.01-.05-.09.08-.01 0-.03-.09-.24.05-.02.05-.05 0-.08.05-.05.05-.03.09.03.17.11.04 0 .58-.23.03-.03.05-.11.07.01.22.18 0 .02-.03.02.01.02.11.04 0 .02-.05.06-.32.21-.01.07.16.06.07.11.05.01.31-.04-.01.05-.21.06-.09.05-.05.11-.04.02-.04 0-.07-.1-.48-.15-.44.1-.06.08.02.07-.01.03-.05.01-.12-.06-.07.14-.01.07.05.09.02.15.16-.01.14-.04.36.02.18-.01.03-.02.08.04.14-.04.11-.01.11.03.12.15.07.02.21-.02.06-.08.2-.04.13-.07.07 0 .05.05-.02.07.05.03.12 0 .06.03 0 .11.05.03.21-.07.05 0 .19.14.13-.13.2-.04.08-.01.23.03.24 0 .12-.01.24-.09.16.01.01.05-.03.17.08.13.11.1.01.03-.01.03-.07.03-.04.06.03.03.08.21.07.05.1.03.06-.01.04-.07.06-.05.15 0 .24.06.23.09.06.05.03.06-.07.13 0 .08.02.09.05.06.05.11.01.1.04.06-.05.17.02.03.19.12.02.06-.04.05-.07.05-.12.06-.16-.13-.07-.03-.14.01-.17-.04-.09.01-.09.08-.09.01-.33.09-.1-.01-.02-.02.02-.03.07-.04.01-.05-.01-.04-.24-.05-.1.01-.17.05-.31.14-.14.1-.1.14-.3.05-.21.08-.35.21-.07.01-.13-.05-.07-.12-.1-.28.08-.47.04-.2.03-.06 0-.05-.03-.02-.23.03-.04-.02 0-.09.05-.16-.07-.14-.21-.11-.17-.04-.14.04-.12.08-.2.27-.21.15-.01.03.06.12-.01.11-.06.08-.07.04-.08-.01-.1-.05-.12-.01-.19.02-.14.04-.07.06-.02.09.03.11-.02.08-.11.09-.03.01-.09-.05-.13-.11-.09-.05-.08-.01-.06.06-.15.01-.03.04-.09.04-.16.04-.09.05-.04.08-.05-.01-.14.07-.11-.02-.13-.09-.07-.11ZM70.65-40.94l-.03.01-.07-.09.07.02.03.06ZM70.7-39.82l-.09.03-.05 0-.08-.09.22.03 0 .03ZM121.01-22.62l-.11.24-.03.35-.03.11-.1-.04-.05-.07-.01-.13-.1-.2-.25-.18-.06-.09-.12-.34-.07-.12 0-.12.04-.09.02-.1-.02-.13.01-.12.5-.83.21-.24.12-.21.08-.1.06-.04.27-.09.08-.09.07-.03.07 0 .14.13.18.09.02.09-.11.15-.01.07.02.22-.09.24-.1.16-.03.08-.03.19-.06.19-.04.25-.08.25-.11.2-.13.19-.15.16ZM118.41-24.52l.04.06-.02.05-.13-.03-.01-.04.05.01.07-.05ZM35.89-35.92l.08.01.18.08.05-.11.15-.06.03-.17.1-.05.16-.01 0-.03-.1-.2.06-.24.03-.08.03-.02.28.04.04.06.09.05.12-.01.24.02.76-.26.2.02.38.19.59.01.32-.06.34-.09.43-.18.26-.09.25-.01.31.04.24-.02.38-.07.17-.05.14-.09.07.02.04.05.05.12-.01.05-.11.1-.45.36-.37.09-.13.13-.03.11-.02.2.11.26.01.17-.11.21-.03.14-.03.52-.2.34-.06.04-.24.06-2.18 1.09-1.69.92-.34-.04-.11-.03-.15-.11-.16-.03-.1-.14-.07-.04-.1-.02.01-.05.11-.17-.04-.09 0-.05.03-.05-.01-.05-.05-.09.01-.09.02-.06.05-.04.05-.07.05-.02.01-.03-.06-.03-.03-.05.03-.06.12-.1.28-.01-.09-.05 0-.04.07-.08.11-.05.07-.07.06-.09-.08-.21-.05-.04-.08-.03-.05 0 .1-.11-.05-.05-.08-.02-.04.05-.28 0-.08-.22-.01-.1 0-.11.05-.16-.02-.13-.02-.07-.14-.15.08-.28.05-.07ZM9.52-47.52l.1.05-.01.08-.13.22.01.11.13 0 .22.05.03.03.01.04.12.06.13.03.05-.01.17-.13.07.03.04.06-.06.24.04.04-.01.07-.16-.02-.07-.05-.11.02-.03.05-.02.07.07.12.04.11-.02.01-.05.01-.04-.01-.1-.12-.06-.01-.24.07-.11-.01-.05-.04-.05-.13-.13-.02-.04.02-.01.19-.05.07-.2.2 0 .04.05.1-.03.03-.06.02-.06-.03-.01-.06-.11-.08.05-.06-.01-.02-.18-.03-.18-.14-.02-.03 0-.15-.02-.02-.05 0-.14.11-.14.07-.01.01.05.07-.01.03-.13.14-.2.1-.25-.06-.21.07-.2.03-.08-.02-.1-.12-.18-.14.05-.12-.04-.03 0-.1-.02-.01-.18-.02-.15.01-.11.04-.1.07.05.07-.07.06-.11.04-.12 0 0-.06.13-.07.02-.1-.06-.05.1-.18.25-.14.03-.18.02-.02.17-.05.32-.27.05-.05 0-.02-.08-.02-.02-.03.07-.06.08-.04.09 0 .06.06.14 0 .08-.03.07-.09.13-.04.08.02.23.01.27-.05.13 0 .1.02.13-.03.01-.03-.02-.01-.1.01-.04-.01-.01-.03.11-.08.06-.01.05.01.11.07.06-.02.08.06.31-.01.34.15ZM19.07-57.84l-.08.03-.04.07-.13.03-.03.23.12.08-.07.01-.06.03-.04.04-.04.08-.16.04-.06.04-.09.07-.05.11-.09.05-.1.01.06-.09.08-.07-.08-.05-.1-.14.04-.07-.02-.11.01-.11.27-.2.13-.07.18-.03.08.03.04-.07.06-.02.17.08ZM16.53-56.29l-.05.05-.05 0-.03-.07-.01-.17.02-.09.22-.31.1-.02.27-.42.03-.02.09.02-.07.04.01.07-.18.23-.04.14-.06.04-.25.51ZM11.39-59.04l.08.13.07.02.1-.04.07-.09.09-.27-.05-.14-.07-.13 0-.03.16-.11.09-.16.06-.03.18-.02.12-.06.2-.14.03-.13 0-.07.07-.14-.03-.1-.12-.14-.13-.2-.01-.11.17-.04.24-.02.06-.11.06-.05.05-.13-.12-.1-.17-.09-.3-.11-.13-.07.13-.45.01-.11-.18-.31 0-.07.02-.06-.03-.2.11-.08-.08-.08-.14-.21.21-.2-.04-.11.13-.07.39-.29.1-.04.2-.05.21-.02.76.06.18-.16.01-.09-.03-.13-.04-.07-.43-.12.46-.37.37-.35.07-.35.09-.14 0-.06-.1-.28.38-.02.23-.04.22-.06.12-.06-.07-.18.14-.06.33-.22.51-.29.04-.09-.08-.1-.23-.18.06-.08.27-.04.13-.08.2-.27.38-.13.16-.07.59.13.2-.16.06-.07-.03-.27.01-.06.14-.03.08 0 .39.06.49.03.61.11.1 0 .09-.03.18-.09-.27-.06.18-.07.09-.06.08-.08.03-.1-.01-.05-.22-.12.5-.02.28.06.02.07.26.08.29.14.53.17.85.15.25.11.08.12.14.01.15.11.17.07-.01.02-.13.06-.01.07.01.1.04.11-.04.03-.05.08.02.03.19.01.07.02.05.09-.12.06-.03.04-.01.05.02.05.04.06.08.07.18.12.05.07-.05.03-.04.07-.03.13-.17.1-.03.1.03.13.05.06.16.04.14.16.1.18-.26.03-.2-.05-.1.02-.37.02-.12.05-.18-.05-.17-.08-.13.06-.08.01-.07-.05-.07-.01-.11.11-.02.13-.02.02-.16-.01.01.03.05.03-.06.02-.17 0-.02.02.05.04-.07.05-.2.02-.11-.01-.04.02-.01.03.02.03.05.01.02.02 0 .04-.04 0-.12-.06-.04 0 .03.04.1.07.04.05-.01.03-.14.12-.23.13-.06.07.14.09.11.18.13.08-.05.08-.21.08-.24.12-.26.31-.08.04-.23.06-.08.05-.16.06-.3.05-.13.07-.06.08-.07 0-.15-.05-.01.05.01.04-.14-.06-.07.05-.05.08-.2.11-.22-.02-.03.02.07.03-.25.03-.08.12-.19.03-.03.03.19.01-.04.09-.21.05-.08.06-.1 0 .02-.05-.14.01-.04-.06-.03.02.01.04.08.11-.03.04-.04.02.03.02.08.01.03.03-.09.02-.12.08-.11 0-.07.05-.08 0-.16-.06-.04.08.06.09.1.08.1.03-.07.02-.05.04-.06.15-.04.05-.03.1.02.09.07.1-.27-.04.02.06-.09.09.03.11-.02.08.04.02.02.05-.04.03.02.03 0 .1.03.16-.01.04.08.14-.03.11.11.06.23.01.07.09.08 0 .13-.04.09-.01.05.08.15.1.09.05.15.02.16.09-.03.1.07.03.19.04.14.14.06.11-.02.07-.25.1-.14.09-.18.08-.06.01-.06.04-.06.02-.06-.01-.19.07.01.03.15.01.08-.01.06-.04.12 0 .12-.04.05.02.06.06-.12.04-.08 0-.05.11-.08.07-.19.05-.13.06-.14.04-.07-.01-.09.05-.21.06-.11.08-.25.07-.12.06-.66-.01-.11.02.11.01.07.03.09-.01.31.02.14.1-.28.06.12.22-.07.05 0 .24-.1.01-.05.1.04.05-.01.12.07.14-.02.07-.15.17 0 .07.05.12-.18.36-.13.12-.07.09-.15.28-.17.09-.2-.06-.3.04-.28-.02-.27.01-.06.03.03.1-.1.01-.09-.03-.16.07-.14.09-.05.06-.01.1.08.09.06.11-.16.13-.1.01-.27-.04-.49.08-.43-.06.05-.07.04-.21-.01-.06-.03-.06-.1-.07-.25-.26-.07-.11-.05-.04.24.06.09-.03-.06-.09-.05-.03-.03-.06.11-.02.09.01.06-.07-.04-.1-.16-.04-.15-.16-.15-.09-.27-.32-.1-.22-.09.02-.07-.18-.01-.07-.15-.04-.03-.25-.15-.03-.1-.12-.02-.22-.1-.04-.08.01.02-.11-.05-.2-.01-.19-.04-.05-.02-.07.04-.09.11-.01.09.05ZM19.16-57.92l-.02.06-.05-.01-.05-.04.1-.07.14 0 .05.02-.17.04ZM18.42-59.03l-.07.01.03-.05.02-.02.07-.02.01.01-.06.07ZM18.6-59.47l-.03.03-.02-.04.02-.05.05-.02.08.01 0 .02-.1.05ZM31.95 25.96l.11.06.01.09-.03.17.07.24 0 .32-.03-.02-.06-.01-.02.01-.06.35.02.14-.49-.01-.19-.06-.22-.13-.12-.19-.06-.13-.07 0-.02-.02 0-.31.01-.05.23-.31.06-.12.12-.14.13-.09.04-.01.49.24.08-.02ZM-54.16-5.36l-.17.17-.12.18-.03.17.01.09.03.06.01.11-.02.1.06.24-.01.04.06.06-.01.09.15.22.09.06.08.14.04.04-.02.06 0 .08-.05.1-.13.17-.01.04.03.15-.03.17-.2.36-.08.04-.06.08-.12.01-.04-.03-.02-.08-.05-.02-.08.02-.03-.01-.09-.1-.01-.05-.09.05-.04.01-.08-.01-.1.05-.06.01-.03.05-.35.03-.21-.11-.04 0-.04.13-.11.09-.01.04.07.02.05.08.11.12-.02.15-.03.03-.06.02-.43-.09-.11-.08-.15-.03-.13-.24-.09-.11-.01-.07-.06-.07-.03-.11-.08-.13-.05-.06-.04-.02-.03-.26-.05-.05-.02-.22-.13 0-.01.02-.11.01-.1-.04-.01-.03.01-.1-.18-.16-.08-.18-.12-.14-.03-.1 0-.07.11-.18.02-.1.08-.22-.07-.15.04-.06.04-.04.04-.01.09-.06.3-.01.08-.02.02-.03 0-.06.04-.05.06-.03-.01-.04-.06-.02-.04-.09.03-.03.04-.11.05-.07.02.02.04-.11.03-.19.05-.11.09-.05.51.05.23.05.29.09.04.1-.01-.19.08-.07.18-.03.27.04.23-.04.32 0 .47.08.22.05.09.05.01.09-.01.11-.03.11-.08.14ZM33.98-4.22l-.41.41-.08.05-.17.01-.17-.02-.15-.11-.16.08-.1.03-.4.06-.1.06-.1.13-.2-.09-.05-.1-.09-.09-.17.1-.08.02-.07 0-.26-.11-.07 0-.22.16-.09.14-.08-.13-.06-.02-.11.02-.03-.03 0-.07-.05-.12-.31-.14-.33-.35-.09-.15-.1-.11-.13-.05-.08.03-.08.11-.17.11-.07 0-.09-.06-.12-.04-.21-.02-.21.14-.15.05-.18-.03-.11-.07-.1-.11-.19-.11-.07-.14-.06-.07-.17-.12-.16-.22-.07-.1-.03-.15 0-.12-.05-.12-.1-.1-.14-.07-.22-.15-.12-.02-.09-.05-.09-.2-.07-.08-.04-.11.05-.18-.19-.14-.08-.09-.05-.09-.15-.1-.51-.27-.19-.19-.01-.04.06-.09.01-.07-.05-.09-.19-.16-.16-.17-.11-.05-.37-.07-.08-.03-.08-.08-.03-.09.04-.15-.03-.04-.04-.02.01-.03.05-.07.32-.12.02-.12.1-.17.02-.21.11-.14 0-.24.04-.07.14-.15.04-.07.02-.18.08-.07.11-.02.07.01.52-.1.06.01.03.06-.01.1.01.05.11.08.09.1.08.05.38.44.11.05.1-.02.21-.09.1-.02.73.02.08-.01.12.22.05.05.8 0-.02-.06.01-.07.16-.15.12-.07.35-.09.09-.08.04-.07 0-.14.4-.22.48.3.28.25.07-.03.32-.01.07-.03.43-.42.14-.16.14-.28.48-.4.01-.05-.08-.2 0-.4-.27-.3.67 0 0-.05-.02-.03 0-.13.48 0-.06.28-.02.26-.05.07.1.76 0 .03-.04.07.25.1.08.1.45.37.05.13-.01.11.01.09-.09.22 0 .12.02.05.19 0 .02.78-.01.1-.07.09-.07.05-.17.01-.37-.02-.13.01-.05.04-.06.15-.16.3-.01.05.01.03.07.05.15.06.44.09.23.16.12.14.01.07.04.07.21.23.2.1.08.12.15.12.13.36.12.25.02.19.1.19.08.09.11.09-1.29 1.27ZM34.08-9.46l-.19 0-.02-.05 0-.12.09-.22-.01-.06.01-.14-.05-.13-.45-.37-.08-.1-.25-.1.04-.07 0-.03-.1-.76.05-.07.02-.26.06-.28-.48 0 0 .13.02.03 0 .05-.67 0 .27.3 0 .4.08.2-.01.05-.48.4-.14.28-.14.16-.43.42-.07.03-.32.01-.07.03-.28-.25-.48-.3-.4.22 0 .14-.04.07-.09.08-.35.09-.12.07-.16.15-.01.07.02.06-.8 0-.05-.05-.12-.22-.08.01-.73-.02-.1.02-.21.09-.1.02-.11-.05-.38-.44-.08-.05-.09-.1-.11-.08-.01-.05.01-.1-.03-.06-.06-.01-.52.1-.07-.01-.11.02-.08.07-.02.18-.04.07-.14.15-.04.07 0 .24-.11.14-.02.21-.1.17-.02.12-.32.12-.06.1-.23-.04-.24-.02-.1-.04-.04-.05.01-.12-.02-.03-.04-.02-.03-.06.01-.06.13-.15.02-.08.04-.37-.01-.11-.1-.21-.24-.36-.35-.36-.1-.17.08-.27-.02-.16-.07-.05-.07-.01-.14-.11-.05-.06-.03-.09.02-.32-.02-.04-.07-.02-.02-.02.01-.06-.09-.33.03-.09-.07-.11-.12-.05-.23.04-.07-.01-.05-.02-.04-.04-.01-.05.01-.07.07-.14.08-.11.17-.11.07-.11-.01-.14-.11-.26 0-.07.06-.11.37-.25-.01-.04-.08-.08-.02-.16-.05-.11.09-.08.16-.06.04-.03.01-.13.08-.15.17-.16.04-.15-.04-.22.08-.1.1-.07.35-.01.14-.04.35.05.02-.02.01-4.28 1 0 0-2 6.23.01.05-.01.1-.19.04-.01.06.01.03.04-.06.15 5.44 0 .01.23.05.18.15.26.13.14.05.08 0 .07-.04-.04-.07-.02-.01.12.02.08.01.17.06.17-.04.16 0 .28.07.33-.01.21.11.49.11.27.06.07.2.06.19.13.16.15.12.16.08-.04.05.07.24.15.04.07-.09.06-.1.12-.07.14-.06.04-.07.08-.12.03-.07-.01-.08.02-.03.03-.06.02-.08.01-.12.09-.15.08-.06.18-.04.05-.16 0-.08.02-.16-.02-.04.19.01.07-.09.18.02.32-.1.31-.08.19-.05.07-.11.37-.05.11-.09.12.09.87-.08.27.01.15-.06.21-.18.36-.05.18-.02.28-.03.08-.29.04-.09.03-.06.04-.07.08-.35.58-.14.14-.03.07-.07.33-.05.14.01.12-.04.2 0 .1-.11.1-.05.01-.2-.13-.14.09-.09.13-.07.13.04.34-.02.07-.11.2-.06.19-.04.27ZM79.97-9.63l-.06.01-.06-.1.04-.02.02.06.06.05ZM79.88-9.05l.02.07-.08-.05-.07-.07.11.03.02.02ZM79.98-9.81l.27.01.13.16.33.27.18.28.04.12.05.01.04.03.18.27.03.15.1.04.04.04.06.31.24.34.01.1.05.05.1.2.04.14.01.27-.02.12-.09.29-.06.1-.07.08-.33.23-.34.11-.24.11-.23.03-.23-.06-.17-.14-.09-.21-.06-.23-.09-.24-.07-.76-.08-.48 0-.11.04-.11 0 .24.03.03.03-.03.04-.36.09-.28-.01-.21.14-.2.03-.11.02-.12-.04-.25.12.04.06.05.06.02.11-.01-.04-.07-.13-.06-.21-.04-.07-.05-.03-.04.03-.07ZM1.59-38.67l-.18 0-.01-.04.03-.06.07.06.09.01 0 .03ZM3.14-39.79l.1.03.1-.03.06.01.05.02.01.06-.17.22-.04.09-.09.06-.09.03-.17-.07-.1-.02-.03-.02-.02-.1-.05-.03-.07-.02-.13.08-.04-.05-.06-.01-.03-.03 0-.04.53-.3.26-.06.04.01-.03.04.03.03-.01.03-.03.02-.02.05ZM4.29-39.84l-.01.01-.31-.12-.1-.01-.03-.02.01-.08.21-.01.16.04.1.13-.03.06ZM1.45-38.92l-.04.06-.15-.02-.04-.02.03-.07.05-.01 0-.05.05-.05.21-.04.05.03.02.05-.13.11-.05.01ZM-1.79-43.41l0 .04.03.05.13.04.16.01.06.03-.01.09-.06.08.02.02.06.02.03-.01.05-.06.02 0 .01.04.11.04.25.07.17.01.02.03.15.11.11 0 .18-.03.16.08.06.05.04.01.24-.03.05.03.13-.01.25.01.02-.11.02-.04.03-.01.31.07.2.07.08 0 .06.02.08.09-.01.05.01.09.06.03.21-.07.23.07.02.04.08.04.07-.04.1-.03.45.08.02-.05.03-.02.05 0 .14-.05.08-.01.24.04.03.06.05.03.02.05-.09.03-.05 0-.02.1.09.08.01.14-.25.17-.69.3-.17.15-.06.03-.51.09-.54.14-.21.17-.11.07.09.02.09.08-.03.03-.14.06-.12.02-.23.29-.33.31-.37.49 0 .1.13.36.06.09.11.08.19.07.04.06-.06.06-.19.11-.33.15-.14.12-.03.12-.1.05-.03.16-.07.14-.07.08 0 .06.1.08-.1.05-.51.02-.31.17-.16.16-.14.28-.17.17-.08.04-.12-.08-.14-.01-.15.02-.07.06-.12.03-.36-.04-.11 0-.17.05-.15-.03-.25-.02-.54.04-.06.02-.07.07-.17.12-.26.01-.24.08-.06.05-.1.13-.03.1-.02.01-.03-.03-.04.01-.01.08-.17.04-.18-.06-.15-.09-.08-.01-.13-.14-.06-.1-.04-.1.01-.03-.01-.04-.11-.04-.03-.09.08-.12.07-.05.04-.01-.1 0-.08.08-.09-.12-.4-.24.03-.09-.07.06-.05.02-.2-.01-.23.03-.09-.34 0-.07.06-.14.15-.18.11-.1.16-.04.06-.14-.14.01-.24-.28 0-.04.06-.15 0-.07.15-.11.08-.08.04-.08.01-.07-.04-.05-.13-.03-.14-.2-.03-.13-.11-.07-.09-.12.09-.02.33 0 .08-.03.13-.23.01-.08-.02-.04-.11-.08 0-.03.02-.04.2-.13-.01-.04-.03-.03.02-.07.01-.17-.01-.13-.03-.1-.07-.13.02-.03.13-.07.09-.11.13-.08.16-.07.11-.08.05-.07.03-.01-.03-.07-.07-.04-.23-.03-.02-.03 0-.17-.02-.04-.04-.03-.09.01-.07-.03-.25.01-.12-.03-.03.01-.03.07-.06.04-.13.03-.21-.03-.08-.03-.21.02-.02-.01-.17.07-.06 0-.07-.09.01-.03.08-.09-.08-.11-.06-.01-.05.03-.22.04-.14.06-.1.07-.07.01-.03-.02-.01-.16.2-.16-.04-.02-.08.01 0-.05.08-.08-.08-.06 0-.17-.18.06-.04-.01 0-.07.1-.14-.11-.01-.14-.1-.06-.07 0-.06.06-.13.16-.07.15-.09.2.01.13-.02.29-.1 0-.06-.04-.04.03-.04.26-.11.15-.02.15-.06.11.04.09-.01.1.04.14.1.2.05.16-.04.43.01.39-.02.23-.05.19.07.34.03.21.05.59.08.21.01.29-.05.13-.04.12.02.16-.04.09.01.1.06.38.08.09-.07.08-.01.26.04.27.08.14.01.21-.03.2-.06ZM-16.34-28.38l-.08.23-.12.12-.12.02-.14-.14-.06-.14-.04-.05.06-.04.09.01.23-.04.2-.15.2-.02 0 .05-.22.15ZM-13.71-28.91l-.07.06-.08-.02.04-.14.03-.05.14-.06.12-.02.03-.07.04-.03.04.04-.04.05-.02.14-.08.05-.15.05ZM-14.2-28.17l-.13.11-.14-.02-.02-.02.13-.03.13-.09.08-.19.12-.21.03-.09.04-.03.07-.01.03.01.03.05 0 .1-.03.18-.07.16-.27.08ZM-15.4-28.15l-.01.08.03.08-.01.12-.05.06-.12.06-.09-.01-.06-.02-.1-.11 0-.1.09-.07.04-.09.23.01.03-.02.02.01ZM-17.18-28.02l-.04.01-.05-.03-.06-.08.07-.08.05 0 .08.04.03.05 0 .03-.08.06ZM-17.89-27.81l-.09.16-.13-.06-.05-.05.12-.01.12-.08.03.04ZM-17.83-28.49l-.03.01-.02-.08-.12-.2.07-.08.13-.01.06.06.02.07-.03.03.01.07-.02.05-.07.08ZM126.63-37.78l.04-.02 0-.12.09-.06.18-.2.07-.06.08-.04.21-.03.45-.01.15.02.14-.01.13-.05.17-.25.04-.01.24.44.23.29.2.21.29.41.08.21.01.13.04.19-.04.1.01.17-.01.08-.04.07 0 .12.02.15.02.03.03.01.05-.03.06-.01-.01.1-.14.45-.09.17-.12.15-.13.06-.1.02-.18.01-.16-.03-.13.02-.05.03-.04.05.03.09-.01.06-.17-.04-.18-.02-.05-.09-.06 0-.11.05-.16.01-.05.03-.02.04.02.05.08.06-.02.06-.09.03-.11-.15-.12.02-.01.08.09.11-.08.08-.02.05-.06.04-.15-.09.02-.05.07-.06.01-.06-.02-.04-.22.15-.13.17-.07-.01-.03-.05-.04-.01-.15.11-.03.08-.05.01-.02-.04 0-.08-.03-.06-.15-.1-.06-.08.03-.05.12.03.11-.01-.06-.06.07-.02.05-.04-.04-.02-.07.03-.06-.01-.02-.11-.11-.22.07-.07.1-.24.03-.04.09-.03.04-.04-.13-.04 0-.04.23-.12.03-.1-.03-.03-.07-.02.04-.09-.01-.03-.08-.06-.06-.07.02-.07-.02-.1.01-.14-.06-.21-.06.01-.04.03-.21-.04-.02-.08.06-.1.13-.09.08-.01.06-.04.09-.01.11.06.09.01.09.13.01-.04.08-.05.02-.03-.02-.02-.09-.02-.08-.12-.01-.06-.04-.03.05-.11-.14-.15.01-.1-.08-.1-.02-.07.07-.06ZM128.74-34.8l-.09.06-.13-.08-.03-.04.18-.15.05 0 .02.21ZM128.07-34.81l-.01.1-.08.01-.04-.07-.06.04-.04-.08-.01-.07.08-.04.06.03.07.01.03.07ZM126.23-34.37l-.06.02-.06-.05.01-.04.13-.12.1.01.03.05-.05.07-.1.06ZM126.52-37.74l-.01.14-.09-.02-.05-.15.04-.05.08.04.03.04ZM126.75-34.34l.02.04-.08-.01-.04-.04 0-.04.05-.01.05.06ZM127.8-34.61l-.01.03-.05-.05.05-.05.01.07ZM126.42-36.49l-.02.06-.06-.04-.02-.14.07.04.03.08ZM126.17-34.73l-.01.02-.05 0-.06-.13-.04-.03.07-.05.09.09 0 .1ZM130.92-37.48l-.05.03-.05-.03-.01-.03.03-.03.06-.01.04.02-.02.05ZM126.33-33.22l-.05.02-.04-.02-.06-.06-.01-.03.03-.06.14-.09.35-.09.21.03.03.08-.02.06-.04.04-.16.07-.13.03-.25.02ZM29.36 22.19l.3-.04.24.03.29.11.27.04.46-.04.15.02.13.04.09.05 0 .05.13.37.05.2.06.26 0 .15.17.31.1.15.06.15.05.2.06.14.02.88-.01.37-.06.14.03.19-.08.02-.49-.24-.04.01-.13.09-.12.14-.06.12-.23.31-.01.36.02.02.07 0 .06.13.12.19.22.13.19.06.49.01-.02-.14.06-.35.02-.01.09.03.09-.01.15.03.53-.01-.03.23-.15.36-.16.76-.16.3-.09.12-.26.22-.14.07-.11.03-.44.44-.17.21-.15.31-.14.17-.22.36-.37.54-.32.35-.14.1-.1.05-.25.2-.35.33-.27.29-.41.33-.23.15-.36.28-.78.47-.47.19-.18.05-.44-.05-.18.03-.16.11-.01.16-.07.03-.4-.08-.17.01-.09.09-.08.11-.23 0-.42-.11-.48-.07-.11 0-.24.08-.08.01-.34-.02-.19-.05-.19 0-.13.04-.17.02-.46.3-.24 0-.2.04-.1 0-.19-.04-.07 0-.11.02-.11.05-.24.02-.51.33-.17-.03-.21-.01-.25-.15-.09.02.03-.13-.09-.08-.09.01-.05-.07-.15-.01-.05.02-.07 0 0-.17-.02-.08-.06-.03-.14 0-.08.01-.03.02-.04.06 0 .18-.05-.05-.06-.11-.02-.12.02-.13.12-.05-.01-.09-.03-.08-.17-.3-.1-.06-.09-.15-.08-.06-.03-.1-.08-.09-.03-.13.04-.08.08-.04.07.07.08-.03.13-.1.08-.15 0-.23-.02-.15-.1-.38-.53-.72-.33-.57-.16-.35-.24-.7-.21-.39-.26-.37-.03-.02.04-.05.14-.08.06-.03.03.02.04-.03.03-.05.02-.14.07-.13.05-.06.13-.04.09.05.04.05.02.07.04.03.06 0 .05.04.03.08-.01.06-.04.04.01.05.05.06.05.14.25.07.28.04.12.06.21.02.29-.03.24.01.18.06.14.01.09-.04.03-.05-.01-.07.04-.05.1-.02.07-.05.06-.09.13-.07.21-.05.1 0 0-3.67.37.25.12.19.14.27.18.43.03.2-.01.04-.05.1-.13.18-.01.14.02.16.04.08.06.03.13-.04.2.04.38-.02.2.02.05-.01.04-.03.05-.1.04-.03.18-.04.08-.06.13-.19.33-.21.05-.05.04-.06.09-.21.15-.4.07-.09.07-.05.25-.05.12.02.28.14.23.17.07.03.22 0 .14.11.42.08.12-.01.13-.06.21.01.14-.02.09-.03.14-.1.08-.17.04-.14.15-.36.03-.15.03-.04.22-.08.27-.06.05-.03.05-.07.12-.11.22-.16.15-.54.09-.12.07-.06.04 0 .21-.14.1-.01.06-.05.03-.07.05-.03.08 0 .04-.02.01-.05.16-.12 0-.04.28-.3.17-.1.31-.05.15-.06.11-.08.06-.12.12-.07.23-.02ZM28.74 30.1l.16-.06.2-.12.04-.22.16-.13.09-.25 0-.05-.09-.18-.12-.05-.23-.16-.09-.1-.14-.09-.09-.11-.4.12-.27.17-.22.07-.21.3-.07.06-.1.16-.07.06-.19.08-.04.03-.01.03.08.18.22.32 0 .09.04.07.1.04.06.05.04.06.16.13.27.04.04-.01.07-.1.01-.08.25-.3.19-.03.07.01.09-.03ZM37.86 46.94l-.05.02-.2-.01-.02-.04.09-.09.11.02.1.06-.03.04ZM41.53 1.7l.01-.09-.02-.04-.54-.7-.02-3.68.02-.03.36-.36.54-.78.15-.16.2-.06.13-.01.43-.08.11-.07.03-.08.09-.12.11-.08.41-.2.45-.11.92.05.03-.01.99-1.09.24-.23.25-.27 1.56-1.5.96-1.45 0-1.81.12-.01.33-.07.25-.11.47-.08.36-.2.17-.21.15-.04.4.14.07.01-.04.17-.08.15-.06.18.04.25.02.42-.05.17-.04.02-.02.03.03.01.13-.05 0-.07.18.07.02.09-.12-.01-.06-.03-.17.04-.11.05-.03.09-.03.33-.04.21-.01.28-.13.19-.05.13-.21.26-.11.23-.03.11-.19.31-.25.24-.09.3-.09.19-.1.17-.22.31-.11.21-.15.37-.04.24-.4.67-.41.55-.26.45-1.1 1.21-.83.82-.22.16-.91.5-.59.42-.3.28-.31.25-.25.24-.76.8-.15.14-.1.14-.06.05-.18.23-.11.12-.13.11-.25.46-.2.27ZM48.94-11.26l0 1.81-.96 1.45-1 0-2.96-.99-.04-.02-.36-.33-.04 0-.1-.04-.09-.1-.09-.13-.12-.27-.11-.05-.16-.21-.07-.06-.06-.17-.12-.23.1-.19.15-.17.01-.04.33-.5.19.15.19.32.22.25.43.31.11.04.55-.01.4-.21.48-.19.2.05.24.01.2.05.1-.02.42-.18.25-.17.17-.07.08-.01.23.07.31-.03.42-.15.13-.03.1 0 .27.06ZM159.69 8.51l-.05.01-.07-.04-.03-.03.01-.05.04-.02.05.03.05.1ZM166.93 11.67l-.12.01-.06-.09.04-.02.07.01.01.05.06.04ZM166.13 10.76l-.16.02-.07.07-.08-.01-.03-.05 0-.03.05 0 .02-.06.05-.03.11-.01.14.03-.03.07ZM160.58 11.8l-.07.03-.07-.02-.05-.02-.04-.08-.08-.05-.12-.02-.06-.05-.09-.01-.02-.04.02-.07.08.02.37.21.13.1ZM161.55 9.63l.01.1-.01.04-.07-.08-.04.03-.03-.04.01-.17-.06-.16.05.02.14.26ZM159.19 9.12l-.02.01-.04-.02-.06 0-.03-.03.04-.06.05-.03.1.04 0 .06-.04.03ZM160.17 9l.08.01.16.13-.04.04-.07-.02-.02.01-.03-.05-.08-.04-.06 0-.01-.05.07-.03ZM157.76 8.24l.07.08.07.19-.02.06-.05 0-.01.04-.07-.09-.1-.02-.06-.05-.03-.11 0-.07-.21 0-.05.06-.07-.02-.01-.05.01-.05.09-.05.02-.06.09-.12.06-.01.11.04.01.16.04.05.11.02ZM158.2 8.82l-.02.01-.03-.04.06-.11.04.12-.05.02ZM158.11 8.68l-.1.08-.07-.02-.06-.07.03-.11.03 0 .06-.05.1.03.03.02-.06.05.02.01.02.06ZM157.39 8.71l0 .02-.06-.03-.12-.14.02-.04.11-.09.04-.01.03.05-.03.08-.03.03-.02.07.06.06ZM156.69 7.92l-.02.02-.03-.06-.03-.01 0-.06-.1-.1-.01-.07.06-.07.08.04.08.09.09.02-.02.06-.1.14ZM156.6 8.17l-.01.03-.05-.13.01-.1.02-.01.04.14-.01.07ZM157.17 8.11l-.13.01-.08-.11 0-.07.06-.07.08-.02.05.03.04.06.01.08-.03.09ZM155.84 7.1l-.1.02-.06-.03.02-.08.04-.04.13.07-.03.06ZM157.64 8.76l0 .03-.05-.01-.13-.05-.01-.02.13-.01.06.06ZM159.75 9.27l.22.16.38-.01.17.12.1.05.06.1.07.03.04.05.03.09-.02.02-.15.05-.17-.04-.16-.07-.32-.01-.15-.02-.09-.06-.08-.09-.06-.11-.01-.06.01-.16.06-.04.07 0ZM159.88 8.53l0 .03-.13-.09-.1-.1-.3-.11-.06-.06-.05 0-.15-.1-.15-.06-.11-.11-.05-.02-.09-.09-.09-.06-.03-.11-.09-.07-.02-.04.27.06.13.12.11.07.04.05.1.06.09.01.09.07.08.01.06.04.41.3-.05.08.06.05.03.07ZM157.49 7.33l.03.04-.08.06-.1-.04-.02-.05-.08.01-.14-.03-.19-.14-.21-.27-.24-.19-.01-.08.03-.03.12.03.17.12.26.13.07.07.05.15.04.05.15.12.15.05ZM160.75 8.31l.25.3-.01.06-.03.03-.01.1.02.04.07.01.12.11.05.17.05.06 0 .13.11.17 0 .12-.05-.02-.13-.2-.15-.08-.02-.04-.15-.11-.1-.2-.11-.34.05-.08-.12-.17.01-.04.09.01.01-.02.05-.01ZM161.72 10.39l.12.06.07-.01.11.04.08-.03.06.06.13.2 0 .07.08.04-.07.01-.1-.02-.08.02-.08-.04-.25-.07-.25-.15 0-.08-.04-.03-.01-.1-.09-.03-.11 0 .02-.13.16.04.25.15ZM22.54-49.07l-.15.2-.09.18-.16.12-.01.16-.02.02-.34.05-.05-.01-.05-.03-.11-.12-.11-.05-.07 0-.18.04-.22-.01-.11-.03-.23 0-.15.02-.16.23-.43.17-.27-.09-.07.01-.06.05-.03.05-.2.04-.36.02-.12.05-.04.06 0 .05.03.04-.05.06-.58.03-.39-.01-.13-.04-.31-.18-.17-.02-.06-.03-.12-.16-.11-.19 0-.05.08-.11.05-.13.07-.1.07-.06.06-.02.29.03.14-.01.14-.05.13-.08.02-.03.14-.04.03-.03.05-.16.03-.03.21-.08.05-.05.18-.1.15 0 .06-.02.13.01.03.1.18 0 .1-.11.14-.05.05-.04.04.02.15.17.14.04.02.1-.03.07.04.01.12-.03.14.04.05-.09.05-.05.14-.05.12-.02.2 0 .11.02.07.04.15.01.05-.02.08-.08.27-.01.29.02.07.03.18.04.08.04.05.09.18.06.34.08ZM16.52-46.5l-.2-.03-.06.02-.02.03.01.09-.02.02-.13-.01-.17.1-.29.08-.05.06.01.03.07.06.01.07-.03.12-.02.03-.18.03-.18.08.09.07-.07.04-.01.03.01.04.05.07-.1.03-.13-.01-.15-.05-.11.03-.06-.01-.14-.09-.08-.09-.03.01-.11.14-.06.03-.28 0-.1-.03-.06.06-.05.02-.27-.05-.03-.04.14-.07.06.01.1-.03-.05-.07-.11-.08-.14-.05-.01-.02.04-.13-.01-.02-.09.01-.03-.04.01-.03.13-.09.02-.03-.01-.02-.14-.04-.07.01-.04-.05.02-.06.28-.14.02-.06.8.1.05.02.03-.01.02-.03.16-.06.13-.11.33-.03.22.01.11-.02.08-.05.13-.01.2.03.02-.03 0-.09.11-.06.19 0 .03.03.03.11.05.04-.01.04.14.14ZM103.97-1.33l-.15.06-.17-.06.05-.09.12-.03.18.08-.03.04ZM-10.28-8.48l-.08.29-.03.03-.13.03-.05.06-.08.31-.04.02-.19.2-.21.14-.08.09-.1.08-.11.14-.07.14-.06.04-.22-.18-.2-.09-.56-.21.06-.16-.08-.12.03-.08-.03 0-.06.05-.13-.02-.08-.07-.07-.03-.03-.04-.08-.29-.06-.05-.13-.02-.05-.12-.07-.09.01-.06.06.01.04.04.08.01.09-.1.08-.05.02-.05-.01-.03-.05.05-.14-.02-.03.04-.06.01-.05-.12.02-.14.14-.02.01-.02-.09-.02-.12-.09-.02-.06.05-.02.11.02.1-.05.07-.16.13-.04.07-.07.08-.11.03-.08.09-.14.06-.16.07-.04.15-.03.14.05.22-.04.01-.07.64-.01.06.02.09.14.07.05.37.5-.07.19.02.02.12.02.01.19.1.18 0 .03-.13.13-.08.19.02.02.04-.01.09.01.06-.04.1-.12.04-.01.08.01ZM-12.53-7.44l-.01.03-.07-.06-.34-.1.1-.05.23-.02.08.03.03.03.01.05-.03.09ZM55.54 4.69l0 .1-.04-.04-.02-.05-.1-.09.08-.05.08.13ZM22.7-44.24l-.1.09 0 .07-.18.07-.05.15 0 .08.02.07.05.04.06.15.06.07.21.1.09.1.12.06-.01.05-.11.12-.06.03-.09.11-.15 0-.09.04-.03.05.03.04-.03.12.03.09.06.06-.01.04-.1.11-.08.02-.1-.05-.09.04-.25 0-.28.08-.06-.01-.04-.08.01-.02.08-.04.12-.21.02-.07-.36-.08.01-.08-.16-.08-.02-.05-.16-.13-.21-.08-.05-.09-.04 0-.14.06-.01.02.05.08-.01.03-.03.04-.16.1.03.05-.02.02-.12.03-.01-.06-.07-.05-.1-.03-.23-.11-.16-.03-.11-.05-.06-.01-.2-.17-.19-.11-.03-.08.06-.05.11-.01.09.03.05-.08-.01-.06-.13-.15-.12-.11.07-.03.24 0 .03-.02 0-.03-.24-.19-.19-.07-.03-.06.01-.12.02-.05.14-.17.07-.16-.01-.02-.11-.03-.23.04-.01-.03.01-.02.05.01.03-.02.01-.04-.04-.17.07-.01.01-.05.06.03.19 0 .01-.04-.07-.06-.24-.07-.08-.06 0-.07.05-.06-.11-.03-.03-.04.03-.06-.11-.18.05-.03.02-.06.11-.03.07-.06.12.04.07-.02.14-.06.11-.1.41 0 .27.03.15.15.22.11.07.09.06.04.05-.02.01.01.01.09-.01.18.1.05.15.11.08.03.05 0 .08.05.2.05.06.04 0 .03-.06.04-.01.05-.07.02.03.04.15.05 0 .02-.01.02-.16.02 0 .03.16.04.08.04.03.04.11.03.17.01.12.05.06.08.11-.02.15-.12.15-.03.14.06.08.04.02.04-.19.03-.05.05-.01.05.04.06.05.04.07.02.05.08ZM-12.28-14.81l.09.16-.04.19.21.25 0 .23.06.11 0 .04-.08.1-.01.1.15.19.02.08.05.04.03-.01.04-.06.09.01.04.01.05.08.03.12.11.14 0 .04.05.05-.03.11.01.05-.04.25.07.05-.01.08-.18-.03-.24.04-.23-.01-.11.02-.14.05-.11-.01-.06-.04-.07 0-.27-.07-.09-.07-.04-.01-.08.05-.05-.01-.02-.05.02-.07-.02-.02-.32-.03-.66-.02-1.14 0-.38.19-.26.05-.3-.02-.38.11-.14-.01-.05.01-.08-.12.03-.06.21-.08.06.03.04 0 .01-.03-.11-.05-.05-.06-.04.03-.03.07-.03.02-.05.02-.02-.05-.01-.04.02-.03 0-.36.05-.06.06-.03.82-.01.02-.16.15-.04.37-.04.05-.03.05-.1.04-.03.48.21.23.08.19.03.4-.09.02-.08-.02-.07-.13-.06-.17 0-.18.05-.08-.01-.1-.06-.06-.06-.2-.05-.16-.11-.09-.03-.25.02-.16.06-.08.14-.8-.01-.25.01-.03-.1-.06-.08-.1-.07-.02-.06.04-.06.09-.05.02-.03-.05 0-.07.04-.05 0-.01-.09-.08-.12-.09-.19-.11-.08-.09-.16-.09-.06-.09-.03-.07.01-.02.07-.09-.1.12-.04.26-.13.31-.37.27-.44.07-.19.02-.18.04-.1.04-.03.1-.22.06-.08.07-.02.06.01.04.03.11.02.19 0 .15-.02.1-.05.14-.02.17 0 .09-.02.01-.05.02-.01.04.02.06-.04.03 0 .03.03.39-.01.24.08.33.27 0 .05.04.06.06.05.06.01.05-.03.05 0 .02.04.07.01.11-.02.02.04.08.04.06.09.09.27.05.08.07.02.06.09.09.01.06.05.07.11 0 .1.09.05.03.06.08.05.12.04.08.06.05.09.13.08ZM36.9-25.38l-.02 0-.08-.07-.03-.05-.05-.03-.19-.07-.03-.04.03-.05.02.05.2.08.21.15-.06.03ZM41.99-16.71l.07 0-.03-.03.03-.06.11.09-.01.14-.09-.1-.11.02-.06-.03-.1-.1-.02-.07.08-.04.02-.06-.02-.05.06.01.03.05 0 .19.04.04ZM51.98-19l-2.54.34-.4.08-.87.42-.59.71-.14.34-.19.12-.11.04-.16 0-.25-.32-.42.04-.77-.07-.13-.02-.17-.09-.09-.02-.4 0-.2.03-.2-.01-.19.01-.08.03-.07 0-.09.05-.06-.03-.06.01-.09-.03-.11-.1-.12-.05-.06 0-.12.06-.11.1 0 .04.05.05-.08.07-.04.26.02.09.04.04.01.04-.02.08-.06.03-.12.15-.19.14-.01-.08-.06-.12 0-.08-.03-.09-.05-.06-.1-.07-.01-.09-.06-.09-.09-.07-.06-.14-.03-.18-.25-.23-.3-.21-.24-.38-.08-.19-.2-.23-.01-.09-.1-.31-.21-.41-.06-.06-.06-.1-.01-.07-.02-.03-.14-.07-.14-.17-.4-.28-.2-.02-.15-.1-.12-.13-.12-.22-.22-.23-.18-.34.06-.12 0-.09-.16-.36.03-.15.01-.17.04-.09.02-.1-.03-.2-.06-.11.01-.07-.07-.03-.06-.08.06 0-.14-.17-.09-.25-.25-.41-.17-.2-.19-.15-.12-.06-.06-.06-.1-.01-.11-.09-.17-.01-.2-.33-.16-.2.09-.14-.05-.19-.07-.14-.23-.35-.16-.11-.06-.15-.02-.14-.16-.06-.27-.49-.16-.18-.06-.11-.18-.19-.09-.19-.18-.17-.16-.3-.24-.31-.1-.05-.36-.04-.1.07 0-.09.06-.11.1-.25.02-.21.15-.63.91.14.16.02.05-.01.41-.3.22-.33.05-.04.74-.14.14-.3.04-.04.31-.15-.5-.51-.52-.48 2.04-.52.14-.12 1.23.19.44.21 1.27.65 1.02.76 1.59 1.12 1.67.14.17-.04.9.11.09.15.06.21.09.1.77-.01.06.09.02.1.11.22.15.17.03.06.02.1-.03.08.1.09.34.14-.07.05.24.26.13.03.18.19.26.13.17.17-.12-.04-.02.02.02.15.16.12.03.1-.07.21-.05-.02-.07.01.05.15.11.2.05.14.04.05.18.15.05.11.05.22.17.22.08.08.05.11.07.09.04.02.12 0 .18-.04.07.04.07 0 .01.04-.05.05-.06.14.26.05 0 .16.02.05.97 1.15 2.54.31.02 0 .07-.08.45.7-.66 2-3 1ZM36.6-25.71l-.01.01-.05-.04.01-.07.03-.04.02.14ZM7.43-1.57l-.04.03-.05-.02-.01-.04.08-.1.04.04-.02.09ZM6.66-.12l-.1.07-.04-.02-.05-.16.01-.05.05-.06.1-.06.06-.01.06.08 0 .09-.09.12ZM12.49-43.9l-.06.01-.03-.05.04-.04.06-.01.02.04-.03.05ZM-172.33 13.47l.11.09.04.12-.04.12-.11-.03-.15.03-.06-.01-.24-.27.11 0 .16-.04.18-.01ZM-171.45 14.05l-.28 0-.13-.05-.05 0-.12-.09-.02-.05.06-.04.13-.01.26.07.03.06.06.01.05.03.01.07ZM-61.17-13.16l-.03.02-.08-.07.01-.08.09-.07.04 0 .02.07-.01.09-.04.04ZM-61.23-12.99l-.02.01-.03-.02.02.01.02-.01-.01-.02.05-.03-.03.06ZM-61.34-12.7l0-.03.02-.01.01.02-.03.02ZM-60.9-13.82l-.05.1-.11-.06-.01-.09.01-.05.06-.09.09-.08.02.08-.01.19ZM-62.53-17.12l-.05.02-.04-.03.01-.07.04 0 .04.03 0 .05ZM-62.63-17.24l-.03.01-.04-.06-.08-.01-.06-.04.01-.05.04-.01.08.05.08.11ZM29.58 1.39l.24-.05.03.01.03.1.02.02.09-.02.16-.13.21-.25.05-.01.1.01-.03.01-.01.05.04.08.12.16.08.03.05.06.05.1.02.13-.02.16.01.12.04.07.02.1-.05.2-.07.03-.05-.01-.12.04-.06 0-.05-.02-.07-.07-.18.04-.11.07-.15-.08-.04 0-.02.21-.04.17-.09.05-.08.02-.31.02-.04-.02-.05-.12-.1-.05-.1-.02-.04 0-.05.12-.09-.04-.06-.23.05-.08.2-.14.02-.03.02-.07-.02-.27.01-.04.21-.3.05-.01.18-.12ZM145.88-43.46l.05 0 .01.03-.05.01-.02-.03.01-.01ZM146.36-43.62l-.09-.01.06-.02.03.03ZM146.04-43.41l-.01-.01.06-.03.01.01-.06.03ZM137.18-55.1l-.12.17-.09.01-.07-.04-.14.01-.05-.01.28-.13.09 0 .08-.02.02.01ZM150.59-59.02l-.08.01-.04-.04.12-.05.08-.06.06.06-.14.08ZM120.26-73.09l-.25.05-.22 0-.15-.08.12-.04.21-.01.11.01.16.05.02.02ZM124.54-73.85l-.17-.02-.03-.06.21 0 .09.03.01.01-.11.04ZM106.27-78.21l-.12.01-.13-.02.04-.04.29-.01.11-.07.18 0 .08.05 0 .03-.21 0-.24.05ZM107.42-77.24l-.12 0-.03-.05.1-.06.12 0 .14.03.05.05-.26.03ZM97.59-76.6l-.06.02-.1-.01-.09-.04-.03-.06.07-.02.21.11ZM96.85-76.2l-.05.01-.06-.02 0-.05.1-.08.04-.02.16.04.01.02-.07.06-.13.04ZM100.14-79.61l-.22.01.02-.07.02-.02.11-.01.07.02.16.01-.16.06ZM76.75-73.45l-.09.01-.42-.04-.16-.04.06-.04.11 0 .5.11ZM82.71-74.09l-.1.03-.23-.04-.05-.03.05-.02.15-.01.08.01.1.06ZM84.76-74.46l-.05.06-.28-.03-.04-.02.15-.04.33-.03-.11.06ZM86.65-74.98l.09.02.26-.03.12.05-.11.08-.08.03-.24-.02-.3 0-.13-.04.07-.05.27-.05.05.01ZM59.31-81.3l-.21.01-.38-.02-.11-.03.03-.02.43-.04.21.03.09.04-.06.03ZM130.69-42.3l-.03-.03-.04-.09-.07-.06-.02-.06.06-.03-.01-.05-.06-.06-.1-.02 0-.03.07-.05.09-.03.22-.05.14.01.13-.05.02-.14.09-.1.08-.24 0-.05-.02-.04-.06-.03-.01-.2.04-.3.05-.07-.17-.53-.12-.2.01-.05.1-.06.15-.01.22-.06.13-.1.08-.13.08-.03.06-.07.05-.02.06.06.07.03.96.21.17-.1-.01-.09.01-.1.08-.17.08-.05.17-.07.03-.04-.02-.05.06-.18.14-.07.06-.12-.01-.07.05-.05.08-.03.03-.03.04-.12-.03-.13.15-.21.02-.15.03-.09.07-.12.06-.06-.04-.13.01-.04.12-.11.09-.03.1-.01.12-.07.1-.1.05-.09-.18-.31.1-.13.01-.06-.02-.04-.1-.07-.1-.04-.17-.01-.45.1-.17.06-.1.08-.1.03-.32-.01-.13.05-.14.08-.11.04-.06-.01-.07.06-.08.12-.08.06-.1-.02-.6.05-.22 0-.1-.04-.14-.01-.32.04-.04-.02-.03-.05-.01-.08-.07-.09-.12-.09-.02-.11.08-.12.02-.09-.05-.05-.01-.04-.09-.05-.06-.09-.05-.03.01-.08.06-.09-.07-.09-.35-.03-.16-.08-.25-.23-.12-.08-.08-.01-.06-.03-.03-.07-.12 0-.03.03-.04.01-.06-.03-.13.02-.05-.01-.05-.05-.08-.03-.12-.01-.05-.03.02-.05-.02-.04-.07-.02-.46.04-.24-.01-.19-.05-.1-.05-.02-.05-.14-.08-.05-.07-.01-.1.02-.1.08-.14-.19-.09-.06-.05.01-.04-.01-.04-.03-.02 0-.04.04-.06 0-.07-.04-.09-.39-.39-.03-.13-.04-.03-.02-.06.02-.05-.05-.08.01-.06-.1-.06-.02-.04.01-.09-.05-.08-.14-.15-.04-.1-.01-.1-.06-.04-.02-.12-.06-.04.02-.03-.03-.04-.11-.08-.01-.04-.03-.03-.11-.02-.03-.04 0-.03.04-.05-.01-.05-.11-.06-.07-.07-.14-.02-.05-.04.02-.03-.01-.04-.04-.04-.05-.02-.05.01-.13-.03-.19-.09-.16-.03-.1 0-.06.03-.03.04-.07 0-.17-.08-.17-.02-.1-.04-.08-.07-.07-.03-.07.01-.54-.19-.05.02-.13 0-.12-.03-.56.09-.37.01-.04-.03-.93.17-.43.04-.28.11-.48.33-.12.05-.05.07.02.09.1.03.19-.03.16.01.14.05.04.08-.05.09.01.1.08.09.01.11-.07.13-.17.12-.27.13-.17.12-.1.18-.16.15-.05.09-.01.07-.07.08-.11.08-.06.09-.01.08-.05.08-.11.07-.06.07-.02.08-.04.05-.06.02.03.03.11.03.05.07-.03.12-.06.09-.11.06-.39.05-.31.12-.58.33-.06 0-.33-.1-.24-.01-.56-.2-.05-.06-.08-.04-.33-.09-.08 0-.42.13-.29-.02-.07-.01-.09-.04-.27-.19-.26-.09-.07-.02-.12.01-.25-.03-.08.01-.34.16-.3.09-.41.21-.08.11-.03.07-.25.1-.11.01-.2-.02-.12.02-.3.09-.15 0-.36.04-.14.04-.09-.02-.51.19-.12.03-.08 0-.2-.08-.11 0-.12.05-.67-.1-.08-.03-.21-.03-.51-.01-.12.02-.09-.02-.31-.19-.17-.06-.03-.06-.04 0-.03-.04-.01-.16.02-.07-.03-.03-.29-.03-.4-.01-.19-.1-.1-.11-.23-.11-.14-.02-.35.03-.14-.03-.2-.08-.19 0-.31-.06-.11.01-.18.07-.62.08-.12.03-.17.11-.1.02-.28-.03-.08.03-.09.01-.13-.02-.08-.03-.12-.01-.07-.06-.07-.03-.3-.04-.18-.06-.13-.07-.08-.07-.13-.01-.05-.04.02-.14-.03-.05-.04-.02-.03-.04.01-.07-.02-.15-.05-.06-.01-.11.02-.04 0-.05-.05-.04-.54-.12-.1 0-.09.02-.48-.16-.43-.12-.43-.01-.12-.02-.2-.11-.31-.05-.32-.12-.05 0-.08-.06-.07-.02-.04.05-.05.11-.16.16-.29.08-.11.14-.02.07-.18.06-.09.1-.03.07.01.03-.02.08-.07.12-.01.06.02.05.1.08.01.09.07.12.05.05.2.07.01.04-.04.19-.15.22-.09.07-.07.01-.09.05-.13 0-.13.04-.05.07-.18.1-.15.01-.07-.03-.15-.12-.28-.03-.11.03-.06-.01-.04-.03-.19.02-.08-.05-.16-.05-.05 0-.03.03-.05.01-.09-.05-.06 0-.08.04-.14.03-.05.03-.14-.03-.27 0-.07-.02-.03-.05-.08-.03-.12-.01-.2.03-.05-.07-.1-.08-.06-.01-.04-.04-.07-.29-.04-.05-.59-.02-.39-.04-.17.02-.09-.05-.07-.13-.08-.01-.08.01-.04.07-.06.03-.05-.01-.14-.07-.14-.1-.05.01-.03.07-.08.08-.08.01-.15-.01-.25.03-.08.05-.03.04-.08.02-.07.04-.04.05-.39.05-.18.1-.08.01-.04.05-.07.04-.13.01-.29.09-.18.03-.04.02-.03.09-.1.03-.14 0-.1.05 0 .08.03.07-.02.03-.18.06-.08.05-.09 0-.06-.02-.04.03-.02.07-.07.03-.1.03-.04-.01-.07-.06-.03.01-.01.05-.03.03-.15-.01-.05-.03-.18.02-.06-.01-.2.03-.06.07-.01.12-.18.1-.18-.01-.24.05-.04.03-.06.01-.1-.01-.02-.06-.07-.07-.16-.03-.12-.07-.14-.17-.09-.07-.09 0-.01-.05.11-.09 0-.05-.05-.03-.07.01-.19.13-.13.05-.11.09-.21 0-.04-.05-.05-.01-.38-.05-.13-.01-.08.02-.06-.02-.09-.13-.14-.14-.03-.06.03-.06-.01-.05-.07-.03-.08 0-.23-.11-.21-.04-.08 0-.06-.05-.09-.23-.07-.09-.1-.07-.06-.1-.22-.11-.36-.1-.2 0-.07.03-.07.06-.26.01-.15.12-.12.04-.16-.01-.23.03-.16-.06-.31.03-.16 0-.04-.03.02-.05-.01-.05-.05-.09-.07-.01-.19.02-.06-.02.07-.18-.01-.04-.16 0-.09-.09-.14-.01-.09.01-.04.06-.06 0-.1.04-.03.04.03.14-.03.05-.08.03-.12.01-.14.07-.01.08-.08-.02-.43-.6-.41-.49-.67-.77-.62-.63-.16-.11-.23-.12-.9-.44-.09-.08-.06-.09 0-.04.23.01.05-.04.09-.14.05-.12-.08 0-.26.1-.24.03-.38.14-.22.06-.22.02-.04.02-.02.1-.16.08-.23.07-.15-.01-.39.18-.02.1-.03.05-.05.01-.14-.09-.14-.03-.21-.01-.22.04-.17.11-.1.02-.01-.06-.08-.09.03-.11.09-.1.28-.12.04-.07-.01-.04-.04-.02-.05-.01-.11.07-.13.04-.15 0-.11-.02-.21-.13-.29-.02-.04.01-.02.03.04.07-.01.02-.14.06-.04-.02-.03-.09.01-.07-.12-.15-.08-.06-.08.02-.04.08-.06.02-.12-.01-.21.04-.34.02-.25-.05-.04-.05.1-.1.01-.18.03-.06-.2-.35-.08-.18-.17-.17-.25.02-.12.07-.19.05-.2-.04-.24-.11-.25-.05-.51-.03-.14.03-.13.05-.19.1-.22.02-.1.03.03.04.01.07-.03.05-.06.02-.32.04-.14.07-.43.04-.16.04-.35.05-.53.07-.27.01-.04-.03-.2.07-.23 0-.1.06-.14.04-.08.16-.07.02-.16-.06-.28.05-.19-.03-.26.03-.14.05-.02.02-.19.04-.13-.01-.31.07-.22.01-.12.07-.44.03-.04.03-.09.03-.46.01-.04.02-.01.03-.66-.1-.1.03-.09.06-.03.08 0 .13-.12.09-.01.04.27.07.16-.04.06.01.05.03.01.05-.13.04-.09-.01-.08.02-.05.04-.02.07.04.05.11.01.13.04.14.02.08-.01.11.06.25.06.06.05 0 .05-.04.04-.07.03-.08-.02-.49-.04-.35.03-.25.23-.03.06.05.11.16.18.01.05-.05.06-.27.13-.17 0-.08.02-.19.1-.17.05-.03.05.04.04.21.06.11.06.07.12.51.11.05.05.34.05.2.12.02.09-.07.09-.04.15-.08.13-.16.08-.29.08-.3.04-.35-.04-.18-.13-.05-.02-.06.01-.04.04-.15.22-.06.04-.23.05-.02-.02.02-.07-.02-.03-.62-.08-.33-.28-.19-.09-.17-.02-.14.01-.22-.02-.07.04-.04.07-.07.06-.21.03-.13-.06-.13-.09-.17-.03-.16.02-.23.07-.13-.04-.35.18-.09.13-.25.11-.11.02-.15-.02-.18-.07-.17-.07-.18-.13-.14-.07-.14-.06-.09-.01-.07.02-.02.04.01.04.05.03.03.1.01.12-.01.07-.04.04-.08.01-.05-.04-.05-.2-.12-.13-.26-.21-.35-.13-.16-.15-.08-.05-.2-.04-.21.03-.3-.04-.17.02-.07-.03-.17-.17-.11-.03-.21.04-.4.19-.26.01-.05-.03-.03-.09-.11-.06-.37-.08-.03.06-.24.16-.21.19-.06.03-.32.09-.11.07-.32.05-.08.05-.04.1-.06.08-.51.25-.15-.02-.04.01.05.06.03.2.12.25.02.09-.03.05-.05.03-.16.06-.17.04-.09-.03-.12-.07-.37-.35-.14-.1-.11-.03-.1.01-.07.04-.06.04-.07.1 0 .16-.05.06-.26.15-.1.15-.07.2-.02.13.05.07.17.1.01.05-.07.11-.11.07-.15.17-.09.23.05.16.19.09.15.04.07.05.05.1-.03.18.11.16.09.05.19-.06.63.05.06.04.1.12.28.27.41.55-.01.04-.07.02-.1 0-.17-.06-.05.01-.06.06.01.05.03.04.04.03.65.24.02.05-.13.01-.01.05-.03.04-.27.09-.12.01.01.11.05.06-.02.02-.04.01-.1-.05-.1 0-.23.16-.1.04-.33.08-.13-.03-.05.03-.02.08-.15-.11-.02.01.07.08-.01.11-.03.04-.08.03-.02.13-.17.27-.06.05-.08.15-.08-.06-.04.1-.12.06-.08.06-.04.1 0 .11.03.03.17.03.1.05.21.15.08.09.12.32.03.22.1-.27.09-.06-.14.38-.02.13.02.16-.05.19.17.13.08.09.02.13.09.07.26.26.15.17.15.23.19.1-.18.25-.09.06-.24.08-.09.13-.11.12-.07.01-.2-.02-.27-.06-.06-.04-.05-.14-.07-.06-.13-.07-.26-.22-.06-.02-.12.03-.02-.01-.01-.06-.11-.02-.22-.1-.16-.02-.1-.03-.11-.07-.2-.09.09-.28-.08-.04-.09-.02-.22.01-.18-.15-.09-.01-.2-.07-.02.01-.08.13-.08-.09-.11-.04-.07 0-.5.15-.05.03-.13 0-.07-.02-.02-.03.01-.04.05-.04 0-.03-.02-.02-.16-.06-.06-.04-.21-.05-.26-.09-.09-.06-.01-.04-.23-.08-.19.01-.15-.06-.14-.01-.23.04-.47-.03-.22-.11-.28-.04-.43-.16-.13.02-.37-.06-.07.02-.1.13-.11-.05-.35-.26-.19-.17-.61-.39-.08-.03-.33-.05-.13-.05-.33-.28-.15.04-.13-.01-.16-.07-.06-.05-.07-.12-.08-.06-.25-.1-.3-.06-.03-.06.25-.06.07-.04-.22-.08.07-.04.08-.02.11.05.12.08.12.03.05-.04.38-.07.02-.05 0-.06-.06-.01 0-.07.06-.08.17-.15.09-.2.08-.05.06.03.01.08.1-.15.22.01.09-.01-.17-.15-.24-.15-.1.01-.07-.03-.1-.12-.04-.11.2.02.19-.07.07-.01.27.04-.01-.07-.05-.08.69-.21.14-.02.02-.03 0-.04-.09-.16-.18 0-.09.09-.26.04-.12-.01.09-.06.12-.05-.18.02-.09.07-.28.08-.01-.08.02-.04.05-.03.01-.04-.07-.02-.01-.02.06-.09 0-.07.03-.08.08-.05.14-.01.21-.09.1-.13.08-.02.49.03.35-.01.04-.05-.01-.07.04-.08.08-.13.07-.07 0-.03-.11-.03 0-.03.04-.03-.05-.18-.19-.05.05-.15.09-.07.11.02.11-.03-.02-.03-.24-.06-.07-.1.08-.03.13-.02.18-.14.04-.05.02-.12-.07-.06 0-.07.04-.04-.02-.04-.05-.02-.15.03-.1 0-.32-.16-.16-.01-.13-.12-.14.04-.11 0-.27-.13-.2-.01-.19-.09-.05 0-.03.02-.03.09-.1.02-.1-.04-.25-.15-.1-.1-.02-.08-.16-.12-.08-.01-.21.07-.14.01-.23.05-.14.08-.12-.07-.13-.02-.07.02-.06-.03-.05-.06-.07-.04-.23-.03-.22.09-.08-.02-.05-.07-.05-.02-.08-.08-.02-.07.05-.07 0-.05-.02-.04-.04-.03-.03-.1-.04-.05 0-.04.03-.03-.03-.02-.11 0-.04-.02-.07-.12-.03-.02-.35.03-.22-.07-.26 0-.02-.02.07-.05-.01-.03-.04-.02-.02-.06-.01-.13-.08-.09 0-.04.26-.04.02-.02 0-.04-.29-.2-.1-.18-.09-.09-.1-.07-.09-.02-.28.01-.16-.02-.14.01-.25.08-.09.01-.3-.06-.08 0-.07.04-.08.16-.06.03-.18.04-.28-.06 0-.03-.07-.09-.11-.09 0-.22.04-.02-.09-.08-.01-.07.04-.03 0-.03-.03-.04-.18-.13-.09-.09.16-.18.25 0 .08.02.1.07.29.02.29-.12.04-.06.23-.07.01-.08-.02-.03-.22-.1-.03-.03-.02-.04.03-.03 0-.04-.25-.09-.21-.02-.17.01-.07-.02.08-.12 0-.1-.04-.03-.39-.14-.1-.09-.05-.1-.06-.06-.12-.04.01-.03.08-.09-.01-.02-.35-.15-.01-.03.01-.05.03-.06.04-.02.11-.11-.02-.09-.15-.14.01-.05.08-.07.01-.17-.05-.04-.06.01-.08-.02-.27-.17-.22-.05-.29-.01-.19.08-.07 0-.2.09-.07-.04-.06-.06.05-.1 0-.03-.03-.03-.09-.03-.19-.05-.06 0-.24.08-.05-.02-.1-.1-.08-.03-.17 0-.07.04-.04-.01-.13-.08.05-.12-.03-.13-.07-.16-.09-.05-.07-.1-.05-.04-.01-.08-.03-.03-.05-.02-.14.03-.02-.01.07-.13.01-.07.04-.09.06-.03.01-.02 0-.1-.03-.03-.26-.11-.03-.08-.16-.02 0-.02.05-.12.09-.05.05-.08.21-.04.03-.03-.11-.06-.1-.21-.07-.08-.01-.05.04-.11 0-.05-.1-.3 0-.06.08-.1.11-.05.14-.11.14-.23.04-.02.08 0 .04-.04.09-.03-.02-.03-.12-.08.05-.07-.01-.1-.04-.07.05-.06.07-.01.08.07.12.03.09-.04.03-.08.07-.04.08.03.27.01.11-.04.03-.05.14-.1.52.04.45.09.04-.03.01-.06-.19-.07-.11-.09-.15-.07-.65 0-.26-.14-.17-.05-.12-.1-.03-.06.13.05.03-.12-.14-.07-.33.11-.38.03.61-.36.25-.1.08-.06.51-.23.44-.26.88-.58.37-.19.25-.16.1-.09.25-.35-.03-.04-.17-.11-.16-.14-.2-.09-.56-.2-.43-.23.01-.02.21-.05.29-.22.03-.06 0-.06-.04-.1-.38-.13-.07-.07-.05-.08 0-.04.13-.08.01-.05-.06-.08-.29-.03-.08-.05-.1-.12.02-.07.19-.07.02-.04-.02-.05-.2-.03.01-.04.1-.07.01-.13.09-.1-.1-.06.37-.05 0-.11-.19-.3-.18-.14-.13-.13-.13-.17-.17-.17-.2-.15-.03-.04.03-.08.15-.13.7-.45.05-.12-.01-.02-.16-.06-.48-.31-.65-.13-.13-.16-.09-.14.01-.05.27-.23.03-.04-.01-.03-.07-.03-.25 0-.04-.03.76-.17.22-.23.44-.06.16-.03.1-.04.1-.11.01-.04-.04-.05.02-.01.44.11.24-.01.04-.02.02-.05 0-.04-.05-.13.18.01.4.08.1-.01.12-.02.12-.1.09-.01.12.02.03-.02-.06-.08.01-.04.41.08.17.06.38.06.07.03-.01.09-.09.03-.73-.07-.09.04.24.08.05.07.26-.01.24.03.12-.01.02.02-.08.07.04.01.28-.06.12-.01.07.01.01.05-.04.06-.01.05-.08.12-.13.03-.06.05.3-.06.19-.16.05-.02.55 0 .78.09.16-.01.06-.04.06-.01.57.09.76.19 1.11.31.63.28.07.05.23.04.05-.03.12.03.74.25.25.01-.07-.1.06.01.09.04.13.09.18.08.17.11.39.09.2.03.09.27.07.05 0 .12.13.05.1.01 0 .09-.08.21-.09.08-.67.38-.42.15-.81.17-.63.06-.26.01-.5-.04-.27-.03-.34-.1-.31-.04-.61-.03-.86-.1-.15-.03-.54-.18-.21.05-.13.01-.08-.06.05-.04-.31-.05-.25-.01-.3-.07-.11.02-.33-.08-.15-.07-.15-.11.03-.04.05-.03-.53-.06-.51-.01.09.03.22.02.14.04.16.07-.04.08.4.17 0 .03.07.02.25.02.04.08-.04.03.04.04.19.05.24.04-.06.05-.11.04-.12.02.2.01.55.09.29.1.29.18.1.09-.01.09-.05.05-.01.06-.1.15-.21.11.26.23.13.18.03.08 0 .11.12.04-.09.05.01.15.16.12.26.08.14.01.22-.03.15.04.35.15.15.16.07.03.6.09.47.1.2-.08.33-.06.1-.08-.01-.06-.08-.12-.03-.11-.21-.08-.31.03-.14-.01-.11-.03-.14-.08-.27-.2-.15-.06-.09-.1 0-.09.12 0 .14-.05.09-.18.17-.03.09.01.39.08.48.23.11.03.29-.01.03.03.1.04.07 0 .44.08.52.14.19-.01.09-.11.21-.08.14-.01.21.02.03-.02-.06-.12-.1-.1-.14-.06-.34-.29-.05-.1.07-.15.51-.15.18-.09.18-.12.09-.03.29-.03.4-.1.31-.14.3-.21.13-.05.1 0 .29.1.63.01.32.09.1.07-.1.08-.01.05.08-.03.12-.01.2.06.17.09.04-.1-.05-.12.12-.18.09-.07.18-.19-.05-.13-.01-.14-.03-.06-.11-.1-.22-.07-.22-.02-.07-.07.02-.07.06-.11.18-.23.18-.33.01-.07-.02-.04.02-.04-.06-.18-.77-.28-.07-.06.14-.01.58.13.12.01.91-.04.44.03.37.07.27.19.52.32.01.12-1.16.09-.59.28-.04.07.04.06.2.07.42.09.19.2.13.1.11.04.31.01.15.02.04.02.06-.02.95-.11.16-.05.05-.07.06-.23.14-.17-.03-.07 0-.06.77-.12.18.02.05-.05-.18-.14.05-.03.21.05.2-.02.77-.2.3-.11.18-.04.29-.1.14-.03.24-.01.25-.04.29-.08.37-.06.14.01.16.07-.11.09.14.03.08-.01.27-.08.05-.05-.07-.03-.1-.08-.21-.02.34-.12 1.12-.27.69.01-.62.06-.07.02 0 .02.12.02.05.03-.08.04-.13.17.16.09.01.1-.1.06-.14-.02-.35.06-.05.03-.03.04.71.04.13-.03.29-.02.09-.02.24.12.14-.02.06-.17.23-.11.27-.09.26-.01.24-.06.12-.01.23.03.35 0 .29.05.22.02.31-.09.73-.25.07.06.11-.09.71-.09 0 .04.05.07.11.05.15.11-.15.05-.11.07-.01.18.5.09.13 0 .1-.03.07-.04.04-.09-.07-.1.03-.1.26.01.33-.03.15-.06.29-.2-.07-.16-.19.04-.33-.35-.17-.13.11-.06.28-.04.25-.13.1-.03.11 0 .75.09.86.02.73.06.83.15.4.09.34.11-.03.08.13-.02.7.14.08.05.27.04.28.08.4.07.24.02.15.12.49.17.09.07.43.11.21.09.13-.04.33-.22.31-.38-.22-.01-.16.04-.1-.01-.12-.04-.18-.1-.24-.17-.05-.18-.06-.06-.39-.1-.56-.11-.1.03-.06.11-.1-.11 0-.08.03-.1.1-.17.14.01.08-.03.09-.08-.09-.11.01-.07.09-.21.04-.24-.15-.1-.32.04-.12-.02-.03-.04 0-.04.09-.06.09-.1-.16.02-.05-.04.13-.06.15-.14.62-.13.42-.14.31-.13.2-.17.14-.16.22-.38.21-.28.35-.29.3-.02.02.02-.07.06.1.02.43-.02.49.01.84-.02.12.01.31.08.17-.01.35.04.36.1-.02.21-.04.14-.12.26-.26.26-.09.12-.15.09-.22.06-.03.04-.01.05.21.15.5.16.12.19.03.14-.03.36-.05.06-.18.12.06.11.07.38.01.31-.05.1-.03.23 0 .07.05.11.1.1.51.16.36.14.04.09-.13.05-.19.13-.13.12-.01.09.04.12-.02.11-.08.09-.12.07-.36.11-.74.58-.18.07-.3-.02.18.2-.01.08-.2-.01-.4.14-.22.03-.34-.08.06-.07.25-.07-.06-.01-.05 0-.14.05-.16.01-.4-.16-.14.04-.52-.02-.14.01-.07.03.04.02.14.19.22.07.29.03.28.08.36.06.81-.03.21.01.21.03.35.08.15 0 .25-.08.06-.18.04-.05 1.09-.3.28-.13.09-.1.11-.24.09-.08.6-.28.09-.08.02-.13-.01-.09-.04-.08-.11-.15-.12-.08-.12-.12.09-.24.1-.09.54-.11.47-.04.52-.08.21-.01.14.01.15.08.13.12.37.18.13.13.02.15-.01.38-.07.16.14.04.36.15.09.02.22.01.93-.03-.08-.04-.28-.01-.97-.11-.07-.16.02-.1.13-.18.09-.03.24-.04-.09-.22-.13-.15-.13-.27-.18 0-.14-.06-.68-.16-.65-.12-.58 0-.37.12-.24.03-.45-.05-.38.03-.15-.03-.05-.06.11-.22-.06-.08-.27-.21.02-.09.25-.38.38-.27.13-.13-.03-.07-.58-.42-.15-.15-.21-.1-.22-.07-.06-.05.58-.41.27-.06.37-.05.18-.04.31-.08.19-.07.06-.05.04-.06.01-.16-.04-.13-.05-.07-.22-.19.07-.03.29-.01.22.05.23.22-.01.12.06.08.09.08-.04.05-.15.08-.16.19-.12.02-.02.15.25.16-.03.12-.05.04-.14.06.05.09.4.07.38.05.63.02.19.07.07-.05.59.01.48.18.25.06.21.02.41-.02.08-.02.06-.05-.19 0-.09.03-.21-.02-.2-.1-.18-.18-.3-.05-.21.02-.22-.01-.37-.1-.68-.14-.12-.05-.1-.08-.18-.23.39-.1.45-.02.19.03.49.16.23 0 .41-.07.04-.04-.09-.09-.12-.05-.24-.02-.29.04-.08-.04.06-.08.16-.01.34-.13.26-.05.25-.02.94.02.53.16.52.07.29.06.06.04.04.08.65.22.15.03.42.01.47-.05.44.01.12.03.12.05-.06.07-.19.15-.49.16-.17.03-.04.17-.04.09.08.12.01.07-.06.1-.11.11.06.2.02-.03-.01-.05.03-.06.19-.15.14-.2.15-.05.13-.01.14.05.04.08.01.13-.03.11-.11.17-.18.12-.06.07.18.12.22.01.03-.02.02-.05-.06-.12.43-.07.16-.07.08-.13-.16-.22-.24-.22-.19-.11.12-.18.19-.19.07-.04.04-.09-.01-.05-.22-.18-.14-.04-.56-.05-.32-.15-.14-.17-.09-.03-.3-.06-.51-.03-.18-.03-.27-.1-.11-.16-.06-.06.02-.05.16-.19-.08-.08-.25-.06-.09-.14-.02-.13.06-.05.14-.06-.04-.05.02-.05 1.24-.09 1.72-.01.13-.02.75-.03.32-.04.34.04.37-.01.16-.09.37-.04.91-.03.14.07-.66.2-.28.04-.26.09-.04.05.03.11.28.06.41.13.17.03.04-.02-.75-.22-.06-.04.03-.07.15-.06.29-.05.74-.05.18-.08.07-.06.2-.05-.36-.07-.51-.32-.13-.04-.39-.04-.18-.04.18-.1.22-.03.14.01.13.03.23.08.33-.03-.81-.23-.31-.04-.32-.02.09-.09.18.01.14-.09.45.14.21-.04.18-.06.38-.16.05-.07-.33-.06-.2 0-.02-.04.09-.06.16-.02.5.06.84-.16.22-.08.58-.1.29.01.59-.13.81-.06.48 0 .37-.07.56-.03.19-.03.95-.07.52-.06.09-.05-.47.04-.12-.04-.17.06-.22-.06-.11.05-.08.01-.1-.01-.03-.07.11-.1.14.05.15-.07.1 0 .29.05.19-.05.26-.02.29.02.12-.01.06-.04.47.04.32-.03.22 0 .34.03.16.03-.09.07-.34.12.09.02.2-.06.57-.08.09.02-.1.1.38-.04.33-.09.14-.01.15.05.14-.05.03-.05.25-.01.1-.04.18-.04.14-.01.32-.06.53.06.37.07.05.03.05 0 .11.05-.08.07-.09.11-.16.05.17-.01.24-.12-.03-.21-.2-.1-.53-.14-.29-.1.07-.03.71.04.36-.02.38.01.52-.05.22.05.25 0 .29.04.08-.05-.47-.05-.21.01-.07-.03.17-.14-.09-.08-.09-.04-.01-.08.08-.09.19-.04.11-.07.23-.1 1.09-.31.52-.12.43 0 .45-.1.17 0 .63.08.15.06.35.04.4.02.18.04.09.04.08.06-.33.04-.34.11-.48.07-.59.04-.12.03 1.12.01.32-.01.07.1.63-.05.37.04.07-.02.16 0 .34.04.15.06-.24.11-.25.09-.3.16-.1-.02-.15 0 .03.08.26 0 .15.03.33-.04.56 0 .18-.05.05-.09.08-.06.15-.02.17.02.29 0 .73-.03.61.04.49-.05.64.04.28.03.21.07.19.02.15.05.15.07-.07.06-.08.04.36-.06.32.06.06.16.06.03.06.06-.14.08.16-.01.27-.07.06-.04-.16-.07.1-.02.18.01.1.07.06.07.13.22.3-.03.01.06-.12.16-.13.11-.13.03.03-.06-.05-.04-.08-.02-.26-.02-.5-.14-.13-.01-.05.02.28.09.23.17.2-.05.08.01.12.08.2.03.17.05-.11.16-.7.27-.73.17-.32.11-.57.08-.41.11-.51.08-.16.09-.38.06.07.06-.1.09-.3.08-.43.06-.88.34-.43.07-.5 0-.1.03-.49.26-.49.02-.51.35-.29.12-.25.06.26-.01.31-.05.36-.11.09-.05.05-.06.1-.05.17-.03.63-.04.26.02.38-.01.25-.07.28-.03.07-.04.23-.01.51-.06.08-.02.16-.09.31.04.22-.02.57-.16.34-.06.1-.04-.15-.05-.33.05-.3.02-.34-.01-.04-.02-.04-.06.1-.08.1-.05.21-.06.18-.03.8.08.07-.11.42.02-.09.03-.23.03.07.09.1.05.4.08.35.04.25 0 .39-.04.07-.02.08-.07-.1-.12.09.01.1.04.15.07.24.19-.06.07-.2.12.12.07.21.04 0 .2-.02.1-.1.11-.12.04-.12.07.03.06.03.04.12.07.36.02.04-.01-.08-.03-.24-.03-.09-.03-.08-.07.09-.07.11-.05.12-.13.04-.08-.02-.09.21-.09.12-.03-.18-.03-.17-.05-.03-.07.35-.03.2-.05.76-.03.52-.09 1.16.02.81.08 1.14.01.42.05.04.02.03.04-.18.02-.3 0-.08.09.05.12.53.13.47.06.32.08.85 0 .4.04.36-.03.39 0 .13.01.15.06.23.02.28 0 .15-.01.06-.02-.02-.02-.23-.04.03-.05.09-.01.38.07.16.01.14-.05.16-.14.06-.03.1-.02-.24-.16-.02-.05-.04-.03-.01-.1.1-.11.08-.03.31.04.13-.06.09-.02.37-.04.15 0 .26.04.82.19-.02.07.66-.1.09.04-.09.09.03.03.26.06.29-.1.11-.1.08-.02.71.07.21.03.08.06.11.04.14.02-.02.06.33.01.3.07-.02.05.04.03.19 0-.05.07-.45.14.42.03.21.09.02.08-.13.02-.49.13-.12 0-.09.02.13.03.57.01.16.05.13.12 0 .15-.13.08-.35.01-.45-.17-.28-.06-.4-.12-.07.02.11.1.19.06.33.16.55.34.13-.03.08-.04.03-.06-.03-.07.09.03.08.07.17.11-.22 0-.29.03-.11.05.08.06.22.01.62.47.26.05.26.12.26.06.13 0 .09-.07.07.02.07.14.12.05.14.01.27-.09.13-.07.21-.2.14-.1.13-.04-.05-.05.01-.06.23-.29.09-.09.24-.17.09-.03.07.06.08.1.33.16.3.12.26.06.41.05.6-.01.11-.07.21-.06.34-.02.2-.07.33-.02.2.01.32.05.71.15.19.06.11.06.23.09.29.08.05-.01-.02-.03-.07-.02-.06-.04.17-.03.02-.03.06-.02.23-.02-.4-.05.01-.05.06-.03.06-.07.07-.04.11-.03.09 0 .2.04.15-.08.11.01.23.07.2.12.11 0 .31-.05.36 0-.05-.07-.25-.14.03-.19-.17-.04-.19-.02.28-.05.21-.15.34-.04-.06-.02-.51-.02-.11.02-.08.05-.25 0-.04-.17.33-.14.13-.03.85.01.26-.03.37-.07-.1-.04-.01-.09-.32-.12.06-.05.1 0 .5.03.21.07.54.07 1.46.02.16.03.63.03.89.07 1.05.13-.01.09-.77-.01-.26-.03-.31-.01-.12.02-.19.07-.23.04-.19.01.12.07.18.02.57-.09 1.56-.04.23.01-.02.05-.21.12-.2.08-.29.09-.11 0 .23-.19-.09-.01-.09.01-.29-.09-.05.02 0 .03-.05.11.1.05 0 .08-.35.05-.34-.04-.02.03.03.05-.09.1.09.04.11.01.61-.05.27-.06.3-.11.52-.28.37-.13.17-.01.97.03.56.06.54.09.27.07.19.1.04.04.02.05-.14.06-.6.01-.23.03-.09.04-.04.05.05.02.27 0 .26.03.36.06.2.09.54-.01.07.07-.57.22.14-.04.73-.11.18.01.43.08.18.07.33.2-.33.04.75.15.95-.05.34 0 .61-.09.62-.06.57-.01.29-.06 1.56.03.59.03.66.1.65.15.38.14.07.04.11.1.1.2-.03.09-.09.06-.06.08.01.09-.11.12.1.09.29.05.62.07.17.05.02.15.11.36.1.06.17.06.03.08-.21.25-.13.04-.14.07.24-.02.13-.09.14-.17.13-.03.06-.05 0-.16-.08-.14 0-.1.06-.08.63-.23.2-.04.57-.03.26-.04.3.03.21-.01.24-.04.21.02.35.11 1.25.03.22.03.91.05.74-.24.23.01.09.03.1.08.1.04.08.13.07.18.12.03.17.01.72.15.11.16.19.13.93-.04.46-.21 0-.1-.28-.25-.14-.19-.42-.05.04-.05.16-.07.14-.11.02-.08-.03-.17.76.03.72.08.59.03.31.05.19.06.22.04.07-.1.09-.03.29.06.22.02.37-.01.47.02.5 0 .46-.04.17 0 1.01.25.46.04.54.11.51.05.41.06.06.03.04.07.32.03.6.25.53.1.09-.01.23.1.41.07.18.07.15.1-.21-.08.01.07.05.04.22.05.23.03.14.04.05.04.03.07-.04.05.14-.02.12-.05-.06-.04-.42-.14-.09-.05.69.21.15.06-.06.02-.05.04.05.02.07-.02.22.02 1.95.54.04.08.04.03.03.05.01.07-.14.09.22-.01.15-.07.08.03.07.06-.02.08-.06.07-.01.11.06.09.1.08.01.14-.1.05-.05.11.31.03.11.05.08.17.03.03.13-.09.17-.04.07.09-.04.15.04 0 .06-.06.06-.02.12-.12-.06-.06-.08-.03-.18-.02-.1-.04-.03-.05.09-.02.08-.04.05-.09-.01-.05-.07-.11-.06-.04-.13-.02-.06-.04-.18-.01-.03-.01 0-.03.67-.02.2-.03.52.07-.16.12-.03.1.09.01.09-.02-.05-.05-.01-.06.08-.03.09.04.1.02.41.01.03-.02-.06-.03-.42-.05-.01-.03.39.03.17.04.18.02.24 0 .23.04.23.11.21.14.21.09.22.06.46.21-.13.07.24-.05.06.01.09.05.02.04-.05.03.35.01.11.02.05.08-.1.06-.17-.03-.16.02-.24.08-.14.07-.02.04.02.11-.02.05-.11.04-.23-.02-.22-.05-.3-.12-.03.02.05.04.27.12.08.08-.05.04-.07.01-.19-.03-.55.03-.04-.01-.01-.03-.32-.04-.04-.04-.12-.05-.17-.02-.17.01.22.07.21.11-.07.05.19 0 .02.02-.06.13-.04.02-.35.03.18.03.1-.01.09.03.07.07.01.08-.09.05-.29.09-.2.03-.11-.01-.1.01-.07.03-.01.03.08-.02.1.01.1.04-.01.03-.09.03-.02.03.03.04-.01.03.05.02.23.03.13.04.05.02.05.05.01.04-.02.02-.34 0-.05-.09-.11-.03-.05.02.03.14-.04.04-.05.03-.15.02-.12-.01-.1-.06 0-.06.07-.03-.02-.1-.06.06-.21.12-.13 0-.27-.09-.32-.19-.25-.08-.26-.06-.21-.03-.22.02-.14-.01-.12-.07-.33-.14-.01-.04.03-.06-.03-.12-.06-.12-.17-.12-.46-.08-.51-.06-.11.01-.32.1-.82.02-.1-.01-.1-.05-.02-.05.03-.15-.03-.02-.03.01-.23-.11-.09-.08-.06-.09.08-.01.11.03.06-.11.1-.08.06-.12 0-.08-.08.04-.14.12-.07.04-.1.02-.18-.05-.01-.12-.03-.02-.04.02-.01.04-.1 0-.05.02.02.07-.01.06-.09.02-.19.01-.07-.05-.06.07-.04.09-.01.12.06.1.28.11.08.05.03.07-.01.05-.17.13-.12.15-.06.05-.3.12-.17.04-.38.21-.3.04-.45.15-.18.03-.23-.07-.54-.05-.17-.06-.24-.15-.09-.02-.07-.06-.3-.07-.26.04-.21-.03-.07.02.11.02.19.02.3-.01.1.02.18.14-.07.05-.08.02-.24-.06-.27.01-.13-.02-.37-.1-.28.12-.38.06-.3 0-.55.1.15 0 .4-.07.23 0 .35-.03.18-.04.2-.08.11.01.08.05.1.14-.21.11.37-.09.22.05.11 0 .21-.09.34-.05.08.03-.06.17.02.13.26.14.26.08.1 0 .08-.01.03-.08.07-.05.15.1.1.13-.03.12.08.03.12.01.04.13.04.17-.29.06.03.04.18.01.06.04-.04.08.01.04.06.01.05-.05-.01-.07.01-.03.13.14 0 .05.11.07.3.09.06.04.02.07-.08.02-.07.05.04.07.08.06.13.02.06.09 0 .08-.09.08-.19.1-.11.04-.05.07-.01.08-.07 0-.09-.04-.94-.19-.73-.05.02-.09.05-.05-.02-.04-.04 0-.04.03-.09 0-.08-.04-.07.01-.05.09 0 .03.04.03.18.04-.03.03-.46.05-.26.1-.11.06-1.06.25-.08.07-.39.09-.08-.01-.11.08-.1.05-.22 0-.15.02-.32.12-.2-.04-.23.16-.26.15-.07 0-.2-.06-.05.03.03.06.07.07-.04.02-.08-.02-.1.01.01.05-.12.06-.18.02-.04.05.03.06-.18.06-.14.08-.15.06-.09.02-.1 0-.24.11-.54.21-.15.02-.19.07-.02.04 0 .05-.08.08-.11.25-.05.04-.2-.02-.17-.08-.05-.03-.03-.05-.01-.07-.27-.22-.34-.12-.05-.04-.44.04-.12 0-.21-.03-.32.02-.39.06-.12.04-.4.06-.27.1-.63.44-.14.02-.04-.07-.01-.06.03-.11.06-.09.08-.23.04-.07-.17 0-.24.12-.36.12-.16.03-.13.08-.1 0-.1.03-.02.16-.05.08-.06.02-.11 0-.07-.03-.11-.13-.14-.06-.09-.01-.06.01-.13.09-.14.07.02-.08-.11-.04-.11-.02-.17.01-.05.05-.12.07-.08.02-.08.05-.05.06-.04.07-.05.19 0 .22-.19.17-.07-.02-.07.03.06.1-.06.06-.09.02-.21.14-.19.09-.31.26-.18.37.08.16.16.09.21.05-.02.06.08-.05.05-.13.14-.05.06 0 .42.11.09.05-.04.15-.08.08-.33.2-.02.12.05.14-.02.22.01.07.05.05.07.04.13-.02.12.01.09.04-.02.13.06.11.04.22-.29.19-.08.01-.13-.03-.21-.17.08-.1.27-.12.06-.07-.1.01-.06.03-.21-.01-.18.09.04.14-.38.13-.06.04-.31.43-.06.16.01.14.05.15.04.07.18.14.08.11.02.14-.13.06-.24.16-.44.01-.16-.08-.2.02-.16.04-.25.11-.23.14-.22.1-.15.18-.08.23.03.11.05.05.03.07-.05.1 0 .07.1.1.02.15-.07 0-.18-.1-.19-.01-.44.12-.19.07-.2.14-.07-.02-.04-.08-.07-.04-.1.02-.04.07.13.04.05.05-.08.18-.05.06.02.17-.01.08-.03.08-.13.21-.23.28-.28.2-.29.13-.04.07-.29.2-.35.2-.1.04-.08-.26-.13-.08-.02-.07-.02-.09-.01-.44-.11-.46-.01-.14-.14-.12-.08-.12-.04-.12-.01-.14-.15-.73-.24-.78-.09-.35-.06-.33 0-.15.08-.44.08-.28.26-.63.04-.05.51-.27.2-.13.12-.14.13-.18-.03-.15-.05-.06-.11-.07.04-.03.15-.05.24.05.23-.02.22-.22.3.03.24-.03.06.01.05-.07.13-.08.24-.12.35-.14.17-.1.1-.09.28-.19.26-.33.5-.26.2-.16.31-.08.36-.22.23-.18.31-.12.09-.08.15-.19.07-.05.2-.07.44-.12.26-.12.38-.02.36-.12-.15-.11.06-.08.27-.13.12-.1-.04-.08-.17-.04.08-.18.14-.07.05-.16 0-.18.14-.24.08-.06.31-.12.52.06.09.04.02-.04-.02-.04.07-.01.14.01-.02-.04-.35-.03-.26-.05-.22-.11-.15-.03-.16.01-.93.15-.08.09.05.09-.14.11-.04.11.01.1-.11.16-.01.1.2.05.05.04-.06.06-.11.07-.1.03-.07-.06-.06-.11-.11 0-.03.02-.02.04-.19-.02-.12.01-.2.12-1.15.58-.12.07-.15.14-.29.01-.31.1.06-.19.15-.19-.1-.03-.09 0-.18.04-.13.07-.09-.02.16-.17-.03-.1-.04-.06.05-.03.23-.22.09-.11.07-.14-.01-.1-.13-.01-.63.18-.05-.06-.08-.03-.12-.1-.11-.02-.11.01-.26.07-.27.04-.22-.01-.18.06-.08.01-.27-.05-.33 0-.1.05-.28.07-.2.12-.21.08-.05.21-.29.12-.28.15-.21.22-.13.1-.29.13-.46.17-.39.28-.14.22-.05 0-.1.05-.02.17-.12.13.06.05.06.01.09-.01.22-.06.39.09.2.09-.02.09.01.08-.34 0-.12.05-.24-.08-.09.03-.12.08-.24.03-.12-.04-.2-.1-.33.01-.09.12-.19.01-.2.14-.06.01-.25-.02-.17-.08-.08 0-.16.03-.07.09-.39.04-.37-.01-.21-.2.39-.08.48 0 .27-.06-.09-.06-.23 0-.14-.04-.32-.2-.13-.04-.32-.03-.21.13-.09-.01-.11-.04-.14.01.19-.06-.21-.03-.14-.05-.12-.01-.56-.12-.22.01-.13.03-.23.1.15.14-.29.02-.12-.06-.09.08.03.08.15-.03.07.03-.05.09-.18.02-.24 0-.23-.15-.39.02-.18.1-.18.02-.47-.1-.24 0-.26-.09-.1.03-.17.21-.22.05-.12-.03-.1-.13-.07-.04-.21-.04-1.07.03-.36-.03-.25 0-.35.07-.33-.03-.61.13-.25.09-.3.15-.28.25-.15.1-.25.12-.36.11-.2.12-.11.09-.18.34-.05.06-.45.12-.14.14-.06.04-.18.05-.11.1-.06.03-.27.07-.21.17-.31.12-.44.34-.04.04-.04.09-.07.07-.38.29-.12.03-.19.14-.59.28-.33.11-.11.07-.17.16-.43.19-.21.05-.28.17-.05.1.05.11.59.15.39-.03.56-.01.02.06 0 .11-.05.1-.04.29-.05.13.04.13.08.02.09-.06.13-.01.14.03.1-.21-.09-.03-.08-.07.05-.05.24-.1.15-.01.14.01-.16.12-.17.06.28.13.22.02-.05.05-.14.03-.13.16-.21.08-.09.05.03.03.08.01.41-.02.21-.04.3-.13.13-.18.15-.05.04.01 0 .13-.16.15-.12.08-.04.07.2-.02.06-.03.15-.18.04-.12.02-.17-.02-.11.01-.07-.05-.08.04-.02.4.1.22.03.39-.09.08.02.07.05.32.16.06.05.11.19.34.21.31.11.02.04.2.12.16.04.02.11-.07.08-.15.09-.29-.08-.05 0 .03.05.22.14.17.06.01.19-.02.1-.12.12.04.06.32.19-.1.12-.02.14-.11.06-.13.13-.2.11-.09.21-.15.18-.02.18-.15.25-.04.25.06.42.08.05-.01.03-.15.14 0 .08.05.07.01.16-.09.27-.07.11-.01.06-.03.04-.01.07.02.06.05.03-.16.19-.05.25-.06.1-.11.1-.24.14-.08.09-.31.2-.37.51-.41.32-.06.08-.03.09-.11.15-.05.2-.13.08-.1.21-.34.32-.08.11-.26.18-.28.25-.35.22-.06.09-.13.1-.15.16-.21.15-.04.11-.07.07-.15.05-.12.07-.34.4-.04.07-.01.07-.22.14-.13.16-.21.1-.23.14-.53.25-.15.09-.3.12-.12 0-.43.13-.1-.02-.06-.09-.08 0-.06.02-.15-.09-.13.01-.1-.04-.18.03.04-.36-.03-.07-.08.07-.2.12-.08.02-.08 0 .03-.07.11-.11-.03-.02-.04 0-.14.05-.08.05-.21.2-.12.18-.1.05-.05.07-.08.07-.13-.02-.08.02-.19-.04-.05.01.12.14-.1.19-.04.03ZM47.44-80.85l.46.04.34-.01.21.01.24.09 0 .09-.65-.04-.26-.09-.07 0-.11.02-.09.05-.1.02-.11.06-.1-.01-.06.01-.13.05-.33 0-.06.02-.11.07-.37.02-.08-.03-.04-.06-.05-.03-.33.03-.25-.02-.24-.04-.24-.01.21-.04 1.21-.09.47-.02.22-.06.42-.03ZM50.28-80.93l.15.02.37 0 .12.02.53.15.14 0 .11.05-.55.09-.19.06-.68.01-.44.03-.09.03.04.04-.2.05-.69.01-.22.07.28.03.05.06-.03.05-.18 0-.22-.04-.11.09-.08.01-.22-.03-.14.03-.29.02-.11-.03.09-.04.26-.06-.09-.03-.25-.01-.2.02-.1.04-.09.01-.26 0-.14-.06-.11-.02-.1-.04 1.02-.2.24-.03.31-.01.19-.03.22.06.47-.01.1-.04 0-.1-.04-.05.09-.11.27-.05.77-.06ZM67.77-76.24l-.64.13-.47.06-.38.07-2.02.26-.6.05-.34.07-.27.02-.98.15-.45.11-.26 0-.11.04-.1.06-.21.06-.22.09-.24.01-.2.05-.04.04.21.02.05.05-.42.14-.1.02-.23-.01-.02.05.04.04-.1.05-.07 0-.36-.08-.06.02-.03.12-.05.04-.17.05-.4-.04-.03.04.15.13.01.04-.04.06-.18.1-.67.12.01.04.07.07.02.05-.03.04-.08.04-.1 0-.21-.06-.14-.01-.02.03.18.06.07.09-.08.05-.33.11-.16.13-.34.06-.2.01-.2-.01-.19-.04-.49-.01-.27-.03-.27-.06-.24 0-.2.03-.27.07-.17-.13.07-.06-.36-.16-.08-.07.63-.17.25-.02.09-.07.29-.16.32-.23.08-.02.66-.04.06-.02-.19-.04-.2 0-.09-.02-.05-.03-.03-.04.33-.17.31-.1.28-.06-.07-.01-.09-.04-.34.01-.18-.09-.01-.03.11-.05.24-.02.23.05.1.04.08 0 .31-.14-.05-.04-.02-.05.03-.02.25-.03.52.04.17-.17.31-.08-.03-.07.36-.06.46-.14.23-.01.23-.04.7-.07.08-.09.16-.03.32-.01.13.01.07.03.14 0 .11-.05-.02-.11.17-.05.37-.02.9.07.31-.02.19.01.55-.07.94-.07.61-.12.13 0 .33-.07.23-.01.1-.03.2-.14.77-.17.43-.04.27-.05.12 0 .37.02.47.06.21.06.17.08.04.03.03.05-.08.1.04.04-.34.12-.4.17-.39.04ZM55.32-73.31l.47.04.35.01.21.03.08.03-.03.06-.21.11-.02.05.02.07-.02.06-.05.04-.04.02-.26 0-.1.02-.02.1-.08.07-.18.02-.04.03.02.05-.06.04 0 .05.03.03.01.07.12.09-.02.04-.1.07-.03.09-.07.08.17.07.15.18.2.18.22.16.41.24.44.18.67.16.06.04-.17.07-.19.02-.01.03-.1.02-.5-.06-.14-.08-.12 0-.13.02.16.05.14.07-.12.03-.3-.1-.05.04-.15-.03-.03.02-.11.01-.09-.02 0-.04-.02-.01-.64.02-.18-.01-.22-.06-.04.03-.01.03-.4-.09-.48-.04-.34-.06.09-.03.14-.01.01-.04-.03-.05 0-.05.08-.04.19.02-.03-.06.09-.01.17.03.07-.01-.57-.18.03-.03-.21-.01-.09-.06.01-.08.08-.05-.04-.01-.46.05-.23-.01-.26-.04-.24.05-.24.01-.13-.01-.22-.08-.08-.08-.07-.13 0-.15.14-.14.07-.03.24-.05.36.02.08-.02.13-.1.13-.03.03-.02.09-.09 0-.05.15-.11-.04-.04.02-.03.08-.05-.24-.01-.15-.06.02-.03.36-.13.11-.01.23.01.12-.02-.12-.05-.06-.13.01-.05.16-.08.15-.01.36-.06.33.02.61-.11.31.03.2.05ZM96.53-81.08l.03.05.2.07.66.12.28.01.13.03.04.04-.01.06-.64.05-.11.04-.08.07.09.04.13.14.04.02.13.02-.12.05-.13.03-2.21.09-.3.03-.1-.01-.69.12-.22 0-.65-.09-.8-.08-.11-.04-.45-.05-.11-.09.37-.12.68-.05.25-.09.15-.08.28-.09-.49.02-.18-.01.02-.03.1-.06.23-.06.13-.06.29-.04.28-.01 1.2-.1.22-.05.1-.08.64-.01.1.02.08.05.21.03.34.1ZM97.67-80.16l.23.07.12.07-.11.02-.1.04-.05.06-.13.05-.04.07.06.02.22-.09.19-.05.21.03.08-.01.15-.07-.03-.06.06-.03.07-.01.27 0 .42.03.25.08.28.04.13.05.11.07-.14.04-.14.11-.03.12-.05.05.02.08-.04.06-.14.04-.15 0-.22-.03-.13.02.28.06.2.1.3.03.08.09.03.05-.49.13-.62.01-.54.03-.22-.03-.16.01-.34-.02-.31-.04-.32-.06-.12-.06-.38-.01-.08-.02-.55.02-.1-.01-.17-.09-.09 0-.31.05-.11 0-.37-.08-.02-.01-.01-.05-.14-.03-.16-.09-.1-.09-.46-.05-.49-.01-.2-.04.33-.13.45-.07.41-.13.09-.11.37-.07.27-.09.29.07.06-.01.16-.07.66.01 1.43-.07.08.01ZM102.88-79.25l-.09.07-.04.07-.34.27.18-.03.36-.19.25-.01.23-.06.37-.02.12.03.17.11.31.03.05.02.03.04-.03.04.18.04.25-.02.26.04.07.04.1.11.03.08-.03.09-.48.15-.31 0-.8.09-.72 0-.2.07-.13-.01-.05-.02-.93.03-.49 0-.16.05-.96.17-.23.01-.35-.02-.11-.02-.1-.04.15-.04.11-.1.47-.16.1-.13.14-.1 0-.06.02-.05.14-.07.09-.04.11-.01.25.02.08-.01-.05-.02-.04-.12.04-.05.06-.03.07-.01.04-.08-.02-.02.1-.04.05-.04.11-.03.23-.02.05-.1.24-.02.18.11.12.01.12-.01-.07-.05 0-.06.04-.04.06-.02.12 0 .39.04.25.06.06.03-.22.05ZM140.05-75.83l.1.02.12-.01.12.02.11.11.1.05.22.01.07-.02.05-.05-.01-.17.02-.06.08-.06.27-.07.19-.08.25.03.72.21.21.04.52.05.37-.05.13 0 1.57.27.1.06-.34.04-.22.07-.07.05.16.1-.48.17-.19.04-.2.02-.39-.04-.24 0-.22-.04-.35-.15-.09-.07-.03-.11.04-.09.13-.03.11-.06.02-.03-.06-.05-.39-.01-.46.06.06.2.05.07.06.04.36.22.08.03.23.04.2.09-.35.1-.31.05-.18-.03-.19-.1-.11-.04-.24.01-.44.06-1.04.07-.51-.11-.08 0-.07.01-.06.05-.12.15-.1.06-.11.03-.12 0-1.01-.14-.17-.07-.24-.14-.46-.11-.22-.12-.04-.03-.01-.06.03-.04.31.02-.08-.2.06-.2.09-.03.35.02-.11-.06-.1-.09.12-.08.16-.03.2-.01.23-.09.22-.01.39-.07.1 0 .19.09.63.16.31.12ZM146.8-75.37l.26.01.38-.08.99.03.08.02.01.05-.05.07.12.03.3.01.19-.03 1.03.04.17.06.25.06.16-.06.13 0-.17.22-.32.07-.49.08-.24.02-.55 0-.75-.03-.21-.03-.46-.13-.37-.02-.56-.13-.55-.09.03-.1.16-.18.1-.08.1-.02.21.07 0 .08.05.06ZM142.76-54.39l.22.25-.01.11-.04.07-.02.08.03.07-.02.02.34.57.07.26-.01.35-.05.13-.07.04-.03.09-.01.27.03.13.06.1.04.11.01.11.02.05.1.06.04.05.01.17.07.05.2.74.08.23.23.38.09.24.06.11.07.24.07.13.09.13.18.11.08.07.02.05 0 .18-.04-.04-.05-.14-.08-.07-.26-.18-.15-.14-.16-.07-.15-.03-.44.02-.14.03-.14.06-.07.09-.06.19-.4.85-.02.19.01.14.02.06.09.14.08.09.16.09.1.14.08.22.13.21.16-.02.07.02.03.04.06.17.04.22-.07.13-.05.16-.03.04-.01-.19-.05-.14-.02-.12-.07-.08-.45-.05-.14-.1-.05-.01-.16.08-.08.08-.1.2-.09.27-.13.17-.12-.09-.13-.44.03-.24.15-.34.03-.11-.06-.21-.02-.19.01-.05.11-.22.07-.09.03-.11-.05-.28-.1-.19-.16-.22-.01-.05.12-.22.04-.11.12-.49.01-.65-.01-.09-.07-.2 0-.12.03-.15.11-.22 0-.22-.12-.21-.08-.09-.29-.22.05-.01.04-.04-.09-.06-.05-.08-.01-.34.02-.09.07-.09.05-.11.05-.23.02-.25-.03-.1-.01-.2.02-.05.12-.07.17-.04.18.09.05.01.16-.05.05-.09-.07-.05.04-.06.13-.02.01-.06-.05-.01.07-.15-.04-.08-.33-.31.21 0 .07-.02.05-.06.02-.06.07.03ZM-180-71.54l.31-.04.44.01.14-.03.76.07.29.09.09.05.15.05.24.06.05.02.03.04-.02.05-.3.1-.24.03-.47.02-.89.1-.09 0-.22-.05-.27-.02-.12.01-.23.08-.5.02-.36.06-.14-.18-.02-.05.05-.06.15-.07.06-.05.35-.09.31-.13.17-.02.28-.07ZM35.81-65.18l.04.04.01.06-.03.04.01.04-.06.02-.1-.08-.06 0-.06-.03-.03-.06.2-.05.08.02ZM42.71-66.7l-.03.01-.2-.04-.02-.04.09-.03.08.02.06.04.02.04ZM52.9-71.36l.17.12.07 0 .05.03.02.05-.14.09-.02.04.06.03.01.02-.1.01-.01-.04-.06-.04-.16-.06-.05-.07-.19-.07-.12.01-.18-.04-.01-.04.06-.04.21-.03.22.03 0-.04.05 0 .12.04ZM168.04-54.56l.04.05-.59-.28-.05-.07.07 0 .08.06.12.03.17.08.16.13ZM160.72-70.82l-.07.01-.14-.01-.07-.03 0-.07.13 0 .08.04.07.06ZM161.47-68.9l-.05 0 .04-.07 0-.03-.1-.04-.18-.04-.04-.03-.01-.09.03-.13-.08-.08.03-.06.21-.07.09-.06.1-.04.11.05-.01.09-.07.06-.17.03-.02.04.05.26.1.09.02.05-.01.04-.04.03ZM152.88-76.12l-.09.03-.23-.05.24-.06.03.01.05.07ZM149.15-76.66l-.75.01.05-.03.27-.07.69-.03-.14.03-.06.07-.06.02ZM137.96-71.51l-.25.09-.1-.01-.1-.05-.25.02-.18-.04-.02-.03.07-.03.15-.02.54-.01.04.01.1.07ZM107.7-78.13l-.09.05-.13.02-.14-.04-.34 0-.58-.04.16-.03.99-.02.13.06ZM112.48-76.62l.15.07.03.04-.05.01-.04.05-.04 0-.14-.03-.09-.06-.15-.01-.15-.05-.03-.03.31.01.11-.02.09.02ZM96.53-76.28l.08.02-.02.04-.1-.01-.14.02 0 .03-.05.06-.19-.04-.26 0-.17-.03-.37-.02.01-.05.06-.03.21.04.2-.04.36.02.12-.03.26.02ZM96.28-77.03l-.07.04-.12-.01-.23.02-.18-.04-.32.01-.09-.01.15-.04.43-.04.68-.11.03.08-.13.06-.15.04ZM89.51-77.19l-.21.01-.16-.05.14-.07.34-.01.06.03-.02.03-.15.06ZM74.66-72.87l-.02.01-.2-.05-.26-.07-.08-.04.04-.05.06-.04.21-.02.31.02.24.05-.22.03-.09.06.01.04.04.02-.04.04ZM75.51-73.46l-.17.03.04-.05.19-.06.36-.03.12.02-.22.09-.32 0ZM83.55-74.07l-.14.03-.25-.04-.34-.01.08-.04.25-.02.36.03.11.03-.07.02ZM67.34-69.53l-.08.09-.16-.01-.07-.03.18-.1.12.01.01.04ZM66.56-70.54l.01.04-.05-.02-.07-.04-.04-.06-.02-.11.03-.03.04-.01 0 .07.1.16ZM70.02-66.5l-.17.01-.2-.08-.18-.15.03-.03.3.01.12.03.16.01-.02.1.05.03-.09.07ZM50.05-80.07l-.08.01-.38-.08-.03-.02.32-.07.37.01.07.05-.25.06-.02.04ZM51.41-79.94l.03.01-.01.01-.98 0-.36-.06.38-.06.21-.01.26-.04.32.04-.02.06.17.05ZM50.76-81.05l-.15.01-.09-.01-.11-.03-.04-.04.14-.02.01-.02.07-.01.29.02.07.04-.16.04-.03.02ZM55.48-80.27l-.29.04-.14 0-.07-.03.11-.04.15-.03.2.03.04.03ZM54.42-80.47l-.14.05-.47-.06.09-.03 0-.03-.04-.02.02-.05.53.07.03.04-.02.03ZM59.69-79.96l-.36.04-.13-.01-.03-.02-.25-.04.03-.05.59-.08.26.04.11.09-.22.03ZM58.62-81.04l.14.05.06.06.08.03.03.07-.07.05-.57.02-.35-.03-.19-.1-.35-.03-.19-.1.2-.03.25.02.39-.09.14.03.43.05ZM47.98-45.49l-.01.02-.05-.09 0-.06.03-.03.04.1-.01.06ZM50.27-69.19l.01.1-.06.04-.06.01-.02-.06-.05-.02-.17.07-.08.08-.22.11-.71.12-.24.01-.23-.08-.13-.13-.03-.1 0-.06.04-.17.1-.08.21-.09.33-.07.27 0 .94.25.1.07ZM63.37-80.7l-.37-.01-.48-.11.07-.03.23-.04.29-.08.75-.01.24-.02.07-.04.04-.07.1-.06.27-.03.22 0 .23.03.28.07.07.04-.02.05.01.04.07.04-.44.11-.45.06-1.18.06ZM57.96-80.12l-.16.02-.41-.04-.06-.02-.05-.03-.07-.14 0-.04-.03-.03-.17-.07.07-.02.44.02.96.01.49.04.28.08-.85.02-.12.02.01.05-.04.05-.09 0-.2.08ZM62.17-80.83l.06.04-.04.06-.08.05-.03.06-.4.03-.08.05-.31.04-.24.08-.33-.01-.44-.06-.63.06-.31-.07-.03-.02-.02-.05.02-.05.08-.09.11-.06.05-.01.04-.04.13-.02.37-.01.14.01.05.04.2 0 1.12-.09.25 0 .25.02.07.04ZM61.14-80.95l-.31.02-.77-.06.09-.03.44-.07.87-.01.11.05-.1.04-.33.06ZM53.52-80.18l-.89 0-.08-.02-.21-.01-.13-.05.06-.02.31-.02.1-.02.04-.03.13-.05.34-.01.14.01.02.03.14.05.36.05-.07.04-.13.01-.13.04ZM57.08-80.35l.04.03 0 .13-.05.05.01.05-.09.02-1.18-.02-.09-.02.22-.05.07-.04-.02-.12.04-.02.63.01.05-.03.23-.01.14.02ZM57.81-81.55l.05.04.16.03.42.02.12.04-.19.03-.51.02.05.07.11.05-.11.05-.14.03-.32.03-.63-.1-.31.07-.15-.01-.17-.04-.47.03-.15-.04-.1-.08.31-.02.38.03.24-.09.32-.03.37-.12.36 0 .27-.03.09.02ZM54.72-81.12l.75.1.7-.01.3.03.44.09.66.09.12.03-.11.03-.77.1-.49.03-.61-.01-.17-.06-.42-.05-.45.01-.14-.04-.46-.03-.02-.06.19-.03.13 0 .05-.09.21-.12.09-.01ZM63.65-81.61l-.12.01-.65-.01-.31-.02-.05-.03-.41-.02.17-.03.51-.01.92.03.07.04-.13.04ZM58.3-81.72l-.33.02-.05-.01-.01-.01.07-.08.16-.03 1.12-.02.15.02-.05.05 0 .02-1.06.04ZM92.68-79.68l-.53 0-.47-.11-.3-.05-.25-.07-.06-.07.16-.05.19-.02.75 0 .42.05 1.21.09-.2.09-.67.12-.25.02ZM91.57-81.14l-.35.08-1.24-.05-.08-.06.17-.04 1.04.01.37.02.09.04ZM141.01-74l-.5.08-.1 0-.23-.08-.08-.18.09-.06.11-.02.64-.01.1.03.04.03.02.04-.05.12-.04.05ZM142.19-73.9l.45.1.7.23.07.05.05.06.03.21-.04.02-.26.01-.85-.03-.21-.03-.53-.03-.42-.08-.43-.06-.36.01-.36.08-.25 0-.09-.06.69-.06.21-.08.11-.07.18-.15.2-.09.11-.01.12.01.62-.04.26.01ZM135.95-75.41l-.21.03-.29-.01.02-.07.06-.04.06-.08-.03-.06.02-.07.04-.06.08-.07.09.04.11.11.27.08-.19.09-.02.03.06.05-.07.03ZM136.2-73.91l-.08.03-.07-.05-.33-.13-.09-.06-.23-.08-.01-.05.24.03.41.13.22.1-.06.08ZM137.94-55.09l.09.04.14-.01.04.03-.11.04-.08.09-.03.08-.03.03-.24.13-.06.01-.13-.18-.07-.04-.19.08-.04 0 .04-.1.11-.11.06-.02.14-.18.33.09.03.02ZM169.2-69.58l-.28.01-.57-.09-.2-.05-.16-.07-.17-.04-.03-.02.07-.06.2-.08.14-.03.16-.01 1.02.14.04.02 0 .08-.09.01-.03.04-.05.13-.05.02ZM163.63-58.6l-.16.09-.04-.04 0-.03.15-.06.15-.16.06-.13-.03-.08.44-.09.32-.13.05.01.06.11.03.14-.04.08-.34.05-.32.1-.33.14ZM166.65-54.84l-.01.15-.12-.08-.06-.06-.08-.01-.15-.1-.11-.09-.04-.05-.01-.06-.08-.05-.24-.1.18-.06.35.04-.05.07.02.07.15.16.08.06.1.04.07.07ZM154.81-49.31l-.1.04-.1-.02 0-.09.21-.27.08.02-.02.06-.08.1.03.12-.02.04ZM156.41-50.66l-.04.03-.04-.01-.13-.06-.03-.03.04-.05.17-.08.08 0 .03.02-.01.09-.07.09ZM155.92-50.3l-.13.1-.18.02-.09.03-.12.11-.11-.02-.05-.03 0-.12-.04-.05.02-.04.11.01.1-.08.25-.03.09-.08.11-.2.12-.08.1-.01.02.1-.02.11-.05.11-.13.15ZM154.08-48.79l-.04.05-.05-.03.1-.06.04-.07.07-.01.03.02-.02.03-.13.07ZM155.65-50.82l-.1.01-.07-.06-.01-.04.1-.02.07.02.01.09ZM153.1-47.76l-.05.05-.05 0-.01-.02.06-.07.03-.01.02.05ZM152-46.9l-.18.11-.07 0-.04-.06.16-.02.29-.24.07-.03.06 0-.29.24ZM149.69-45.64l-.15.05-.09 0 .22-.25.13-.04.16-.14.35-.18.24-.01-.32.2-.03.08-.15.08-.1.03-.26.18ZM148.6-45.32l-.19.07-.15.03-.25.15-.1.08-.13.03-.12-.02-.04.04-.01.05-.05.05-.25.16-.1.13-.11.02-.2.13.03-.11.04-.06.17-.09.01-.11.1-.09.18-.09.13-.11.1-.03.11-.1.11-.04-.01-.07.05-.08.04 0 .1.12.26-.02.29-.2.09-.04.07-.01.06.04-.03.08.04.05-.05.04-.19 0ZM146.71-43.74l-.03.02-.07-.02.01-.07.21-.05.07.06-.19.06ZM146.21-44.5l.15.08.21-.02-.05.07-.08-.01-.14.1-.13.01-.06.02-.2.15-.02.05-.12.11-.18.09-.04.19-.11-.08-.01-.07.03-.06.21-.13.08-.07.02-.06.08-.06.04-.06.05-.02.17-.23.1 0ZM113.39-74.4l-.13.13-.07.03-.21.04-.2.11-.68-.07-.19-.06-.27-.05-.14-.08.07-.02.31.01.07-.03.06-.14.08-.02.86.07.34.04.1.04ZM76.25-79.65l.12.03.1-.02.89.08.19.03.04.03-.94.01-.01-.05-.49-.04-.1-.06.1-.02.1.01ZM80.03-80.85l-.93.04-.12-.04.24-.11.59-.01.47.02.15.02-.09.06-.31.02ZM70.67-73.1l-.37.06-.18-.02-.08.02-.12-.04.01-.05.06-.04.03-.05-.02-.14.15-.08.2-.04.59-.04.29.07.12.08.24.09.04.05-.01.06-.95.07ZM77.63-72.29l-.48.01-.24-.02-.04-.02.03-.05.25-.07.11-.05.12-.08.2-.06.17 0 .53.08.08.07-.35.09-.23.08-.15.02ZM79.5-72.72l-.07.01-.55-.04-.19-.05-.06-.05.03-.04.5-.21.2.06.05.06.13.06 0 .15-.04.05ZM82.17-75.42l.04.03.01.04-.17.01-.07.09-.07-.01-.05-.06-.16.04-.05-.01-.12-.05-.03-.03.21-.08.13.04.09 0-.02-.09.11-.01.15-.01 0 .1ZM60.45-69.94l.03.05 0 .1-.04.06-.22.04-.19-.03-.11.02-.28-.02-.06-.02 0-.05-.08-.08-.36-.05-.14.04-.05-.01-.27-.16-.21-.22.05-.05.16-.04.11-.07.22-.04.42.16.21.11.32.09.21.09.28.08ZM20.96-55.28l-.1.1-.27.2.18.03.12.04.11.01.19-.03.04-.33.16-.01.29.11.39.1.5 0 .06.09.11.04.09.06 0 .03-.12.21-.03.14.08.13-.03.01-.56-.01-1.03-.03-1.22-.04-.32-.03.16-.08.1-.09.08-.12.03-.17.14-.04.29.01.12-.05.16-.1.17-.13.05-.06.06.01ZM33.59-46.1l.06-.05.01-.07.15.01.22.1.1.02.09-.01.13.04.1.09.24-.01.1.09.01.1.15.06.05 0 .37.38.09.03.1.01.19-.08.08-.01.18.03.07-.05.09-.03.12-.01.28.07-.12.16-.06.16-.16.04-.17 0-.19.03-.11-.07-.08-.03-.11-.02-.1.02-.11.12-.2.08-.07.1-.2-.02-.17.01-.25.09-.19.18-.2.12-.17.03-.15-.01-.11-.03-.2-.12.01-.05.07-.08.08-.23-.01-.07-.05-.12-.16-.09-.13.02-.07-.02-.27-.16-.15-.01-.16.03-.06-.02-.04-.05.32-.19.31-.16.14-.02.19-.07.2-.11-.03-.08-.05-.07ZM28.21-45.45l.11.1.13.06.31.06.03-.01-.02-.03.01-.04.12.02.13-.03.19-.08.18-.02.17.05.14.11-.08.28-.07.14-.51.08.03-.04-.03-.12.04-.06-.11-.01-.05.02-.04.05.03.11-.07.09 0 .08-.04.04 0 .03.08 0-.04.06-.21.21.02.32-.07.18 0 .06-.22 0-.15-.03-.17-.05-.17-.17-.17.03-.04-.04-.11-.02-.13 0-.34-.15-.24.02-.63.14-.29.14-.11.1-.14.06-.18.04-.34-.02-.73-.1-.2.03-.69-.09-.31-.02-.31.04-.05-.03-.02-.04.02-.05.04-.04.11-.06.01-.03-.33-.16-.05-.08-.07-.02-.05-.04-.04-.06.01-.05.05-.05.19-.03-.02-.04-.22-.1-.15.03-.15.12-.11.02-.06-.08-.12-.05-.17-.01-.11-.03-.03-.04-.08-.04-.16-.04 0-.03.16-.02.01-.02 0-.02-.15-.05-.03-.04.07-.02.01-.05.06-.04 0-.03-.06-.04-.2-.05-.08-.05-.05 0-.08-.03-.15-.11-.1-.05.01-.04-.01-.23-.01-.01-.05.02-.06-.04-.07-.09-.22-.11-.12-.13.04-.02.23-.04.1.04.1-.04.05-.08.08-.01.2.02.08-.04.07-.11.07-.02-.01-.08.07-.12.18-.09-.02-.05.01-.04.16-.17.01-.08.13-.1.08-.16.12-.1.01-.1.04-.04.07-.03.08-.06.1-.1.2-.04.07.01.05-.01.07-.03.2-.15.18-.06.08-.08.06.01.21.09.22-.01.37.06.06-.01.12.04.1 0 .1-.03.11-.01.09.02.31.21.09 0 .09-.03.1-.07.29-.09.7-.08.12-.12.03-.09.31-.06.17 0 .19.1.03.05.07.06.15.21.05.12.06.08.13.1.14.2.16.11.03.06.06.06.21.13.08.19.09.15-.02.13.02.06-.12.31-.02.17.01.14.03.04.02.14-.09.05.14.15ZM51.27-24.61l-.18.04-.12 0-.04-.02-.07-.09-.05-.11.04-.1-.07-.29-.02-.22 0-.05.11-.16.13-.37.11-.1.15-.07.13.14.15.11.03.12-.08.25.03.14.08.24.01.1-.02.09-.06.07-.1.22-.03.03-.13.03ZM-17.19-32.87l.13.05.13-.02.16.07.08.01-.15.11-.18-.01-.15-.06-.05-.05-.02-.04.05-.06ZM-8.78-41.94l.1-.07.14-.06.22-.04.05-.03.06.01.08.11-.08.09-.01.03.07.09.06 0 .17-.07.02.01.21-.02.08.03.21.03.13-.03.06-.04.03-.07.03-.01.12.03.25-.01.07.03.09-.01.04.03.02.04 0 .17.02.03.23.03.07.04.03.07-.03.01-.05.07-.11.08-.16.07-.13.08-.09.11-.1.05-.05.05.07.13.03.1.01.13-.01.17-.02.07.03.03.01.04-.2.13-.02.04 0 .03.11.08.02.04-.01.08-.13.23-.08.03-.33 0-.09.02.09.12.11.07.03.13.14.2.13.03.04.05-.01.07-.04.08-.08.08-.15.11 0 .07-.06.15 0 .04.24.28.14-.01-.06.14-.16.04-.11.1-.15.18-.06.14 0 .07.09.34-.08.01-.35.16-.1 0-.2-.07-.46-.04-.14.05-.11-.01-.09.06-.06-.01.19-.4-.01-.16.03-.14-.03-.14-.06-.09.08-.22-.01-.12-.07-.15.21.03-.13-.1-.12.01-.18.06-.09.01-.02-.01.01-.09-.05-.12.07-.03.09-.01.07-.05.04-.05-.02-.1.06-.1.15-.08-.08.01-.09.05-.13.18-.05.1-.22.04-.11-.03-.01-.07.05-.16.01-.15.07-.14-.03-.09.13-.09.1-.11.31-.58-.01-.03-.04-.03.12-.43.04-.04.04-.1.03-.34-.01-.06-.07-.13-.06-.28-.01-.09.05-.05-.09 0-.04-.07.01-.06.1-.11ZM-25.03-36.96l0 .02-.06-.01-.07.01-.04-.06.04-.02.08 0 .04.02.01.04ZM-31.14-39.41l-.04.05-.1-.03.02-.11.06-.02.06.04 0 .07ZM-27.07-38.64l-.03.01-.2-.03-.06-.04-.03-.07.04-.02.09-.01.13.01.09.05 0 .06-.03.04ZM-27.78-38.56l-.05.02-.26-.08-.1-.04-.12-.08.35.1.18.08ZM-28.64-38.52l-.1 0-.1-.08.14-.04.05.03.05.06-.04.03ZM-28.15-38.45l.09.04-.17.02-.1-.02-.12 0-.08-.05-.02-.06.04-.03.11 0 .25.1ZM-25.65-37.84l.06.01.32-.02.09.01-.01.08-.06.03-.19.01-.29-.04-.1-.07-.02-.06.06-.02.14.07ZM23.6-51.52l.06.07.02.05-.02.09.2.18.08.14.16.12 0 .03-.08.02-.04.03.07.07.04.1 0 .09-.04.02-.08.1-.26.03-.68.48-.38.36.08.25-.03.1.01.02.14.09-.01.04-.03.02-.23-.06-.11 0-.27-.07-.18-.06-.05-.09-.08-.04-.18-.04-.07-.03-.29-.02-.27.01-.08.08-.05.02-.15-.01-.07-.04-.11-.02-.2 0-.12.02-.14.05-.05.05-.05.09-.14-.04-.12.03-.04-.01.03-.07-.02-.1-.14-.04-.15-.17-.04-.02-.05.04-.14.05-.1.11-.18 0-.03-.1-.11-.01-.02-.1-.21-.15-.04-.12-.04-.02-.17-.03-.05.02-.2-.08-.01-.02-.06-.03-.05.04-.1.03-.05-.01-.08-.08-.15-.08-.01-.02.12-.03.03-.04-.02-.07-.02-.01-.04.03-.24.03-.27-.13-.27-.05-.01.02.04.07.08.08 0 .02-.15.05-.16.09-.04 0-.04-.02-.11-.13-.14-.09-.01-.03-.11-.02-.02-.03.07-.06.08-.02.06-.07-.14-.09-.27.05-.06-.06-.22-.07-.37-.07-.08-.07-.02-.08-.27-.05-.01.12-.08.03-.09 0 .11-.15.1-.24-.11-.21-.18-.06-.02-.02.03-.09-.01-.03-.05-.04-.08-.13.08-.08.01-.05.06-.11-.05-.04 0-.1-.02-.04-.11-.06-.02-.05.07-.17-.11-.11-.26-.14-.12-.1.01-.05.05-.05.1-.05.08-.07.04-.1.01-.08-.12-.28-.04-.17.32.09-.03-.07.01-.11-.35-.05-.01-.05.01-.03.04.02.13.01.34-.1.57-.12.9-.15.1-.07.08-.08.19-.11.33-.05.37-.13.58-.09.24-.02.24 0 .44.16.04.05-.36-.12.15.24.08.08.17.06.14.02.43-.04.15-.04.04-.03.32.03 2.25.07.56.01.09-.05.16.03.04.02.02.05.05 0 .19.06.09.04.08.06.03.06 0 .14.12.34.19.33.1.24.03.21-.02.12-.06.04-.43.14-.23.21.02.05.26.09.14.07.05.06 0 .07-.04.09.02.07-.08.1-.01.09.06.1ZM121.1-18.62l.15.06.34.18.26.09.1 0 .09-.04.04-.04.07-.12.07-.01.05.04.05.14-.02.09-.08.07-.04.1-.03.4.09.22.03.04.09.05.03.04 0 .07.02.06.06.02.05.04-.1.3-.19.38-.01.09-.08.16-.17.03-.18.08-.1.06-.09.09-.04.1.05.1 0 .06-.12.16-.1.19.01.05.14.27.12.21.03.02 0 .03-.06.06 0 .1.02.1.12.31.03.06.11.09.23.09.07 0 .02-.05.06-.02-.09-.11 0-.04.29-.17.14 0 .23.07.08.06.08.11.05.12-.01.17.04.04.13 0 .07-.09.01-.1-.05-.04.06-.08.06.03.05.06.2.07.09.01.09.05.05.04-.05.08-.2.02-.06.05.06.12.21.26 0 .08-.03.08.08-.01.08.02.12.07.07-.01 0 .25-.08.22-.1-.03-.08-.09.01-.12.06-.11-.03-.02-.18.04-.11-.01-.23-.12-.09-.01-.02-.06.01-.12-.14-.22-.3-.18-.08-.12-.19-.17-.05-.02-.05 0-.02.04.03.19.01.04.09.1.07.16.01.15-.08.06-.09-.07-.01-.1-.12-.16-.17-.13-.14-.14-.29-.15-.04-.01-.1.03-.14.08-.05.05 0 .08-.11.06-.14.01-.1-.04-.09-.08-.08 0-.09-.13-.11-.01-.09.09-.02-.18 0-.2.02-.05.28-.25.03-.07-.01-.09-.05-.06-.25-.11-.05-.06-.04.11.04.29-.03.04-.12-.01-.04-.04-.03-.12-.09-.07-.03-.11-.04-.02-.07.01-.06-.05-.07-.38-.08-.2-.04-.41-.03-.07-.05-.04-.04-.06-.01-.05.01-.19.02-.05.04-.03.06.04.04.05.1.05.09.12.04.02.11 0 .07-.02.03-.04.02-.05 0-.06-.09-.31 0-.12.02-.11.09-.2 0-.31.02-.11-.01-.06-.05-.09-.01-.11.15-.52.08-.21.01-.14.22-.09.1.02.18-.04ZM117.31-8.44l-.09.07.03-.17.1-.17.07-.06.17-.2.29-.27.15-.03.09-.08.41-.44.2-.24.12-.1.17-.22.16-.09.11-.13.02-.12-.05-.16.24-.5.05.04.01.04-.03.11 0 .06.03.05-.03.1.16.45-.15.12-.17.05-.08.08-.1.19-.24.07-.17.07-.02.06.01.09-.2.35-.13.16-.09.06-.12.03-.1.07-.06.12-.08.1-.21.15-.21.09-.05.1-.05.03-.06.01-.1.06ZM122.5-11.61l.11.05.12-.05.11.01.09.07-.03.04 0 .05.2-.1.06 0 0 .1-.08.24-.06.08-.08.06-.14.07-.03.17-.1.02-.15.11-.32.07-.09.04-.06.07-.1.07-.01-.05.04-.15-.03-.12.01-.11.06-.11.03-.12.05-.58-.03-.04-.18-.07.07-.11.07 0 .26.13.11.07.1.09ZM123.13-9.06l-.14 0-.04-.05-.08-.21-.26-.12-.05-.04-.15-.21-.01-.13.02-.08.05-.06.05-.02.19-.01.15-.1.01-.19-.05-.22.09-.1.05-.1.02-.19.24-.1.04 0 .25.07.06.14-.04.12-.19.34-.04.2-.14.26-.01.25.16.25.01.09-.09.15-.1.06ZM124.57-11.34l.08.03.08-.01.09-.08.11.03.1.16.02.07-.01.19-.03.16.02.04.1.07.06.09.01.13.07.15-.02.05-.1-.01-.01.08-.09-.13-.06-.05.04.34-.1-.07-.12-.04-.03-.03.01-.16-.05-.11.06-.24 0-.05-.06-.15-.08-.08-.04 0-.12.06-.06-.02-.07-.45-.06-.12.02-.04.05.01.06.06.11.06.02.06ZM125.24-12.53l.07.08.02.06-.01.07.03.03.13.04.06.06-.04.05.01.08-.05.11 0 .18.04.06-.01.12.12.27-.04.08.06.01.07.07.05.09-.01.02-.06-.07-.05-.01-.2.02-.2-.04-.07-.12-.07-.02-.06-.05-.09-.14-.02-.08.06-.08.02-.06 0-.07-.07.01-.05-.02-.06-.07-.02-.05-.05-.03-.07-.09-.15-.06-.09-.07-.11-.25-.04-.17.28.04.27 0 .31-.04.09.04ZM120.7-13.48l.05.01.17-.03.06.01.04.06.1.05.08-.05.08.06.08.1.16.14.02.04-.05.07-.02.09.01.09.06.2-.02.06-.11.16.01.03-.02.03 0 .06-.04-.01-.04.01-.08.08-.12-.03-.01-.05-.03-.04-.12-.11-.04-.06-.02-.14-.1-.1-.02-.04-.01-.18-.09-.16-.03-.04-.14-.09-.07-.15-.1 0 .01-.06.05-.05.25.02.05.02ZM126.01-9.32l.08.06.1-.02 0 .15.02.05.1.13.01.1-.06.11-.12.11 0 .03.03.04.11.02.09.06.01.15.08.13-.04.27.02.1.13.15.02.13-.01.3-.14.24-.15.13-.07-.01-.03.04.05.12-.05.42-.08-.18-.03-.24-.12-.3-.06-.09-.08-.21-.05.01-.08.06-.05.16-.1.08-.14.22-.02.11.05.08.16.14.08.25 0 .24-.06.11-.15.21-.11.06-.06-.03-.06-.18.04-.12 0-.1-.04-.04-.04.01-.11.15-.05.04-.06 0-.33-.13-.43-.23-.13-.17-.03-.13 0-.14-.07-.26.06-.18.12-.11.03-.05.02-.06 0-.07-.14-.18-.1-.09-.21-.07-.09-.08-.12-.01-.06.02-.01.14-.09.26-.11-.05-.1-.07-.03-.04-.01-.06-.04-.07-.05.09-.06.06-.07.02-.08 0-.02-.03-.03-.16-.08-.05-.09.01-.14.12-.03.08-.13.22-.14.34-.08.09-.14-.06-.06-.1.02-.13.13-.16.07-.3.01-.15.11-.13.1-.09.05-.02.2-.04.08-.04.13 0 .11-.03.09-.06 0-.14.09-.12.06-.04.14-.02.05-.03.1-.13.24.08.1.07.07.12.03.24-.13.13.05.01.13-.08.23-.07.04-.03.13-.28.07-.09.05-.01.17.09.11-.04.06-.31.02-.05.06-.05.07.01.11.07.09.02.04-.05.03-.11.17.04.12-.02.04-.13-.13-.53.06-.09.05 0 .12.11.24.14.08.08.05.11ZM123.37-9.45l-.04.03-.01-.07.08-.4-.01-.08.13-.17.07-.16.12-.17.02-.09.1-.17.1-.23 0-.08.04-.1 0-.05.07-.08.02.05-.02.11.01.18-.02.16.02.18-.04.19-.06.08-.07.06-.09.04-.09.09-.05.11-.02.1-.14.33-.12.14ZM121.92-18.9l-.06.08-.04-.02.07-.15.05-.02.05.05-.07.06ZM121.52-19.36l.01.09-.06 0-.09-.06-.01-.03.02-.04.13.04ZM121.96-20.37l-.02.02-.03-.01.03-.09.05-.03.04.01-.07.1ZM121.88-20.78l-.05.08-.04 0 .01-.05.05-.09.02 0 .01.06ZM121.16-6.07l.06.07.06-.02.11.02.02.06-.12.07-.07-.07-.14.05-.06-.03-.09.02-.05-.05.02-.06.14-.09.12.03ZM117.08-7.88l-.05.07-.06-.08 0-.13.02-.03.09-.02 0 .19ZM119.92-10.49l-.13.04-.03-.1.09-.09.16.07-.09.08ZM120.1-12.17l.05.02.04-.02.04-.05.03.08.08.06-.02.07-.15-.01-.07.03-.09-.02-.11-.17-.04-.02.03-.1.03-.02.04.05.12.07.02.03ZM120.04-11.7l-.08.03-.02-.02-.01-.08-.07-.18.06-.03.11.06.04.06-.01.04.01.04-.03.08ZM122.65-10.47l-.11.04-.02-.06.02-.12.13-.13.03 0 .03.03.01.06-.06.15-.03.03ZM124.6-9.79l-.02.04-.1 0-.08.1-.04.02-.24.03-.18-.02-.07-.06-.04-.08-.01-.06.04-.06.05-.04.15-.08.11-.14.17-.02.01.02.05.01.18.1-.02.15.04.09ZM120.25-5.26l-.02.06-.04.03-.04-.01-.03-.04-.02.05-.09.02-.05.07-.08.02-.06-.01.01-.06.15-.1.1-.03.08-.07.05-.01.04.08ZM122.09-6.43l-.13.01-.08-.1-.01-.04-.06-.05.02-.05.23-.08.23.1.03.04-.07.02-.05.1-.11.05ZM126.06-9.77l-.01.01-.06-.08.01-.09.08-.13.05.12-.01.08.05.06-.03.03-.08 0ZM125.69-9.91l-.02.02-.02-.05-.06-.06-.05-.09-.04-.03.02-.07 0-.12.09-.07.04-.06.02 0 .02.05-.04.15.05.17-.02.11.01.05ZM120.27-13.75l0 .07-.17-.1 0-.06.02-.02.09.04.06.07ZM121.91-13.54l.09-.01.12.09 0 .1-.12.16-.17-.13-.01-.1.05-.14.04.03ZM122.09-12.35l-.08.24-.05-.08.02-.05-.06-.09.02-.06.05-.05.01-.16.1-.05.04 0-.05.3ZM122.66-12.31l-.06.02-.18-.16.05-.04.13 0 .07.07.01.04-.02.07ZM123.28-12.85l.09.15-.1-.11-.22-.18-.08-.04-.02-.03.01-.05.06-.01.02.01.17.2.07.06ZM123.77-12.45l.01.08-.04-.03-.12-.17-.03-.06.03-.05.09.07.06.16ZM123.72-12.29l.19.12.13.2.02.16-.02.06-.06-.07-.13-.09-.1-.02-.03-.02.02-.05-.07-.05 0-.02-.06-.02-.08-.11-.06-.02-.05.03-.13.15-.13.11.11-.47-.04-.18.23.08.1.06.01.03.15.12ZM124.35-13.63l-.02.06-.08-.02-.08.06-.11-.08-.02-.05.08-.13 0-.19.03-.05.07-.05.09.13.11.08-.02.19-.05.05ZM122.18-14.05l-.01.04-.21-.15-.01-.02.01-.05.22.18ZM122.03-15l.02.03-.02 0-.06.08.05.13-.03.1-.06 0-.02-.01.03-.07-.02-.06-.06-.12-.04-.04.02-.08.13-.01.06.05ZM124.31-10.61l-.02.01.05-.11.04.03 0 .05-.07.02ZM125.28-9.98l.01.05-.13-.13-.03-.09.05 0 .05.03.05.14ZM122.94-7.41l0 .05-.1.05-.03-.01-.01-.07.02-.04.05.03.04-.03.03.02ZM125.78-6.96l-.01.05-.06-.13-.03-.03.04-.12.06.06 0 .17ZM124.61-11.49l-.13 0-.05-.04-.07-.14.15-.02.06.05.05.09-.01.06ZM124.81-9.14l-.03.06-.11-.05-.03-.05.01-.05.09-.01.05.05.02.05ZM121.25-19.08l0 .06-.05-.03-.01-.09.02-.04.03.04.01.06ZM119.86-11.53l.02.06-.05.1-.03-.04-.07-.02-.01-.04.04 0 .1-.06ZM123.76-11.28l.05.13-.07 0-.03-.1.03-.03.02 0ZM122.31-12.53l-.03.03-.02 0-.01-.06.04-.03.02.06ZM125.97-9.59l-.02.02-.03-.05.03-.12.02-.02.02.08-.02.09ZM124.85-11.6l-.01.06-.06-.04-.04-.08-.01-.06.06.04.06.08ZM117.36-8.22l-.07.03-.02-.06.01-.06.05 0 .02.02.01.07ZM123.7-9.24l.01.11-.09.03-.08-.03-.05-.06 0-.03.04.01.13-.07.04.04ZM-69.96 4.24l-.01.06-.03.03-.05 0-.08-.04-.11.01-.08-.05-.02-.06-.06-.04-.13.02-.19-.01-.08.01-.17.18-.18.04-.09 0-.28.08-.32.03-.51.29-.12.11-.23.17-.13.02-.06.03-.02.04.01.04-.08.43-.18.3-.08.17.04.06.06.18.01.06-.01.07-.04.06-.14.05-.18.1-.19.15-.07.08-.05.17.09.18 0 .05-.03.03-.06 0-.15.04 0 .13-.04.05.18.18.1.04-.01.1-.04.02-.01.04.06.04.08.09.03.07 0 .05.06.11 0 .05.19.13.01.03-.01.06.06.08.1.07.23.27 0 .13-.24.29.4 0 .43.1.06.05.05.13.01.08.09.07-.01.16.57.01.37-.04.12-.12.08-.03.07-.05.09-.1.07-.04.05-.06.09-.05.06-.06.07-.02-.05.1-.01.08.03.09-.02.06-.05.05 0 1.19.11-.06.14.11.05.01.12-.02.26-.12.38.02.89 1.55-.07.11 0 .08-.18.13-.04.06 0 .62-.1.18.06.1.05.2.08.11.02.08-.01.03-.09.03-.03.04-.01.11-.11.09-.11.13-.05.15-.08.05-.01.16.04.08.16.2-.09.09-.16.27.03.14.17.41.09.07.08 0 .14.04.06.05.01.03-.17.09-.03.11.02.1-.18.13-.22.27-.02.05-.06.01-.13.1-.01.05.01.05.06.03.05.06.01.12-.17.14-.13.01-.04.04.05.2 0 .09-.04.1-.09.12-.13.07-.12.04-.2.01-.04.02-.07-.07-.33-.23-.12-.12-.12-.05-.28-.2-.03-.06-.03-.2-.13-.12-.25-.1-.09-.05-.1-.09-.14-.06-.16-.12-.09-.11-.11-.06-.32-.1-.47-.22-.14-.09-.33-.1-.42-.29-.22-.08-.18-.13-.56-.29-.08-.09-.08-.14-.13-.09-.13-.19-.21-.12-.19-.15-.21-.31-.03-.09-.12-.1-.01-.18-.08-.09.12-.06.08-.28-.05-.15-.2-.26-.07-.13-.06-.16-.08-.09-.12-.2-.07-.18-.17-.13-.04-.05-.02-.06-.09-.05-.01-.14-.06-.26-.09-.13-.32-.24-.04-.27-.07-.18-.45-.75-.09-.28-.08-.16-.09-.28-.13-.21-.18-.42 0-.12-.17-.21-.08-.2-.37-.37-.21-.42-.03-.12-.14-.23-.23-.3-.12-.12-.7-.37-.25-.15-.08-.07-.04-.12.02-.06.07-.07.1.05.06-.02.05-.08 0-.13-.06-.16-.23-.3.06-.14-.08-.15-.1-.12-.05-.09.06-.35.05-.09.34-.35.09-.15.15-.09.15-.14.17-.11.06.03.03.16.02.03-.01.13.05.14-.01.03-.08.04-.03.05-.14-.02-.05.03-.02.06.02.1.03.04.11 0-.14.18.01.04.06.03.04 0 .09-.04.09-.11.06-.01.08.03.26.15.16-.02.12.08.02.13.05.1.12.16.06.03.08 0 .11.03.05-.02.05-.1.06-.01.01-.04-.02-.05.02-.06.22-.15.02-.04.02-.06-.03-.08 0-.05.08-.17.05-.17.04-.04.04-.11.05-.06.02-.19.05-.19.07 0 .05.09.04 0 .03-.03 0-.03-.03-.03.01-.05.24-.3.08-.07 1.18-.42.59-.43.52-.6.16-.61.06.05.08 0 .02-.02-.03-.24.02-.16-.07-.04-.1-.1-.06-.16-.14-.09 0-.04.05 0 .1.04.14-.02.12-.1.08.01.08.07.12.07.14.01.04.1.14.07.07.06.13.15.09.23-.01.04.09.12.2.06.06.07.06.03.07.07.05.02.08-.01.06.04.06.07.03.08.06.05.03.09-.04.1.03.05.06.05.09.04.08-.01.05.02.08.21.01.08-.04.13.02.07.16.06.05.05.05.02.08 0 .18-.06.24.08.17-.03.08-.02.09-.06.07.01.18-.16.05-.02.19.07.16.11.2-.02.09-.06.14-.04.05.01.21.12.06.07.07.01.16.07.12.06.05.06.16.05.02.04 0 .05-.67 1.03.21.09.11-.02.04-.03.08.02.06.04.07.17.08.04.13.15ZM-58.16 20.16l.04.13.12.18-.01.05.03.14.06.03.03.06-.02.03.03.06-.02.03.01.03.03.02.03.08 0 .13-.06.14.02.09-.07.13.02.21-.03.15.02.06-.05.1.02.1.08.03.06 0 .1-.04.08.03.07.05.24.04.09-.02.3.07.09 0 .08-.01.07-.03.07 0 .11-.13.07-.02.05.01.05.09.1.09.26.01.08.03.06 0 .1.1 0 .1.04.08.06.03.03.05-.03.14 0 .08.03.07.02.14.04.05.01.17.03.1-.02.04 0 .12.02.05.06.06.04.26.05.04.18.03.21-.04.16-.09.19-.08.19.09.07.07.13.08-.08.08 0 .07.04.11-.03.22-.1.34-.04.2.01.05-.03.1-.14.21-.02.58-.05.3-.07.22-.08.12-.1.05-.03.06-.05.05-.08.03-.04.05-.01.04-.07.03-.14.01-.08.04-.02.06-.05.05-.06.03-.04.06.01.08-.04.07-.09.05-.07.01-.07-.06-.09-.03-.12-.02-.09.01-.08.05-.07.07-.06.1-.07.01-.07-.06-.1-.02-.2.02-.06-.05-.1 0-.14.03-.28-.04-.42-.11-.36-.05-.43.04-.04-.11.02-.07.12-.1.02-.06.04-.05.09-.03.03-.03 0-.06.05-.03.03-.09.05-.05-.01-.25.02-.07.06-.08.01-.05.03-.04.19-.13.02-.1.09-.13.03-.08.18-.17.01-.06-.09-.14-.17-.19-.14-.09-.29-.1-.06.03-.06-.02-.05-.07-.1-.05-.21-.05-.46-.23-.7-.47-.22-.08-.15 0-.24-.05-.34-.1-.19-.11-.05-.09-.13-.1-.19-.1-.17-.14-.11-.05-.25-.21-.14-.19-.14-.26-.16-.17-.17-.09-.08-.06 0-.03-.03-.03.37-1.16 0-.51.36-.5.16-.41 1.75-.35.92-.01.91.53.02.03.02.15-.02.16ZM152.97 4.76l-.08.07-.15-.19-.06-.14.02-.22-.03-.15-.07-.13-.32-.42-.09-.07-.17-.04-.14-.07-.09-.06-.21-.19-.11-.05-.07-.06-.33-.21-.1-.05-.12 0-.1-.04.08-.03.01-.07-.01-.07.16.12.18.1.05.08.09.01.17.06.21.13.12.1.22.08.15.16.15.11.05.06.64.53.11.14 0 .1-.09.13.01.1-.08.18ZM151.92 4.3l.05.02.15-.11.08.08.21.05-.05.15.04.14 0 .1-.05.09-.09.13-.09.04-.16.01-.03.07.02.08.08.1.06.11-.06.1-.11.07-.1.04-.17-.03-.18.01-.04.04 0 .07-.02.04-.13.14-.1.08-.14.08-.17.03-.11.04-.1.08-.12.04-.16.09-.68.02-.1-.01-.05-.03-.12-.14-.1-.04-.11 0-.14.05-.03-.01-.38-.25-.32-.11-.06-.09 0-.13.09-.07.13.04.11-.02.11.02.22-.02.24.08.12.01.12-.01.15-.05.2 0 .13-.07.05-.31.03-.1.05-.03.03.01.05.05-.09.12-.01.12.04.12.07.09.12.02.1-.07.12-.01.11.06.11-.01.1-.06.06 0 .05-.03.07-.1.05-.12.07-.09.19-.15.11-.03.13.01.1-.06.01-.12-.02-.12-.11-.29.01-.1.03-.05.23.02.1.08ZM140.98 9.12l0-2.21-.12-.17.01-.13.11-.26-.01-3.74.14 0 .58.23.15.09.15.03.22.12.34.12.36.12.47.07.13.04.19.14.1.05.21.16.11.04.13 0 .12-.02.11.03.05.03.02.05.08.08.11.04.1.07.25.25.12.03.13 0 .43.44.02.07 0 .29-.04.22.1.07.36.08.19.07.63.3.09.03.13.01.13-.01.14.07.05.04.16.2.07.05.06.24-.02.11-.03.04-.1.02-.36.02-.23-.02-.16.11-.01.05.01.05.15.24.08.21.07.08.11.07.36.35.09.06.11.03.2.13.08.24.02.17.02.04.2.15.07.24.06.11.1.04.11 0 .35-.08.06.02.05.04.01.11-.06.23.06.09.22.09.28.02.21.05.04.03-.03.05-.22.07 0 .06.06.06.05.08.1.05.39.13.18.02.13.05.18-.02-.21.1-.19-.03-.04.03.08.09.12.05.04.04-.03.04-.14.08-.16.01-.18-.03-.12-.04-.07-.1-.2-.13-.21-.01-.19-.05-.41-.03-.23-.09-.06-.01-.06.02-.21.01-.11-.06-.12-.02-.1.02-.28-.06-.1-.06-.12-.1-.05-.12-.09-.12-.39-.28-.09-.14 0-.1.03-.09-.05.03-.06 0-.15-.07-.07-.07-.18-.31-.15-.18-.05-.12-.14-.17-.03-.06-.35-.16-.26-.02-.18-.07-.21-.03-.16-.05-.06-.15-.09.01-.09-.01-.08-.04-.09-.02-.06.03-.02.08-.08-.01-.08.04-.04.05-.09 0-.17-.05-.07-.04-.07-.05-.05-.07-.13-.09.09.09.2.4-.1-.01.05.08-.06.01-.28-.05-.03.02.09.2-.16.04-.17.02-.18.05-.19 0-.2-.04-.19.05-.07 0-.1-.15-.07 0-.07.03.12 0 .06.11.08.06.11-.03.22 0 .21.1.1.03.2.19.07.1.01.15-.02.05-.14.08-.15.05-.22.11-.21.13-.12-.03-.13-.08-.17-.05-.25.03-.36.01-.22-.06-.11.02-.07.04-.09.01-.15-.1ZM148.02 5.83l-.04 0-.01-.04-.1-.04-.09-.12.01-.14.06 0 .2.12.02.04-.01.11-.04.07ZM146.02 4.73l-.07.03-.05-.03-.02-.06.02-.07.09-.06.05.03.01.07-.03.09ZM152.67 3.13l-.02.09-.06-.05-.05-.07.03-.04.07-.02.03.09ZM152.1 2.95l-.01.05-.03 0-.09-.1 0-.05.13.1ZM149.77 1.55l-.01.04-.07-.02-.02.01-.12-.11 0-.06.03-.06.05.01.09.07.05.12ZM151.08 10.02l.04 0 .08-.08.06-.02.04.04-.07.23-.27-.1-.01-.09-.05-.03-.13-.26.05.03.04.06.19.14-.01.04.04.04ZM150.35 9.49l-.02.03-.06-.02-.16-.14.02-.1.08-.05.11.05.05.14-.02.09ZM151.11 8.73l.01.07-.08-.07.05-.14-.08-.07.03-.07.08-.03 0 .1.02.05-.03.16ZM154.28 11.36l-.01.06-.04-.02-.11.03-.05-.01-.05-.07.1.01-.02-.05.18.05ZM143.59 8.48l-.05 0-.17-.06-.05-.05.26.02.01.09ZM147.17 5.43l-.05.01-.11-.13.01-.05.11-.07.08.06.01.13-.05.05ZM147.07 1.96l.33.07.02-.01 0-.03.02.02 0 .05-.1.01-.04.02-.09.09-.07-.01-.08.02-.13 0-.18-.04-.05.03-.07-.01-.06.04-.03 0-.01-.08.08-.03-.01-.08.06-.05.1.01.1-.03.21.01ZM150.44 2.66l-.2.02-.07-.02-.07-.06-.06-.09-.08-.04.14-.06.13-.03.2.09.02.04-.01.15ZM150.53 9.35l.14.08.08-.02.04.01.09.09 0 .07.02.06-.01.03-.05.03.01-.04-.17 0-.1-.03-.14-.01.07-.08-.08-.11 0-.04.01-.03.09-.01ZM152.63 8.96l.18.01.04.05.06.02.09.07-.01.04-.03.02.01.04-.05-.01-.05.02-.15-.05-.01-.04-.07-.07-.13-.05.12-.05ZM153.54 11.48l.16.05.06.06-.06.02-.15.02-.03-.03-.14-.04-.02-.06-.07.02.03-.05-.09-.05-.03-.1.11.04.23.12ZM143.59 8.63l.02.05-.15-.06-.14-.1-.07-.03-.04-.07.08.05.15.05.15.11ZM147.88 2.28l-.04.06-.1-.02.05-.02.02-.04.03-.01.04.03ZM151.96 2.83l-.03 0 .01-.12.06.03.01.07-.05.02ZM150.9 10.56l-.02.08-.08-.02-.01-.02.01-.05.1.01ZM153.66 4.1l-.01.02-.06-.02.05-.06.02 0 0 .06ZM155.96 6.69l-.04.11-.03-.04-.09.04-.08.06-.1 0-.1-.03-.18-.11-.08-.09-.05-.1.03-.12-.04-.1-.19-.1-.07-.1-.07-.05-.09-.09-.02-.04-.05-.18.03-.2-.01-.1.04 0 .1.07.13.02.09.08.11.21.03.04.14.1.1.17.05.04.12.04.18.16.11.18.03.13ZM154.65 5.43l-.02.01-.05-.12 0-.1-.04-.11.09-.1.05.04.01.09.04.08-.03.16-.05.05ZM-77.37-8.66l-.08.09-.03.07.07.07.07.16.06.08.07.16.01.06-.02.04-.06.02-.06.07-.02.09.01.04-.24.17-.03-.02-.08-.13-.03-.02-.03.01-.01.03.03.13-.03.06-.06.04-.07.21-.27-.31-.21-.36-.04-.16.1-.01.03-.02.03-.05-.02-.11.1-.08.04-.06.09.11.22.13.07.02-.09-.09-.16-.1-.09-.18-.12.1-.03-.02-.01-.03-.09-.01-.05-.05.03.11-.01.04-.03 0-.06-.09-.04-.18-.11-.08-.09-.04-.06-.06-.08-.03-.1-.09-.14-.07-.16-.02-.19.01-.07.04-.06.07-.12.05-.12.21.06.04-.37.25-.08.04-.17.02-.09.08-.01.07.01.06.09.08.11.15.19.18.06.17-.1.07-.18 0-.06.04-.02.07-.07.05-.23.04-.17.01-.06-.06-.02-.16-.12-.27-.02-.19-.1.05-.06.23-.05-.01-.1-.05-.13-.04-.18-.3-.05-.12-.13-.03-.11-.05-.13 0-.06.03-.06-.04-.01-.08-.13.04-.32-.05-.1.02-.09.05.02.15-.03.03 0-.06-.03-.07-.12-.14.17-.11.02-.11-.02-.08-.06-.1.04-.07.14-.09.01-.02-.05-.07-.1-.07-.06 0 0-.39.01-.02.04-.01.03-.03.02-.06.04-.02.16.08.03-.01.04-.04 0-.02.2.15.01.05-.01.04.03.13.07.02.06-.03.02.03-.04.05-.01.11.11.05.05.05.18-.03.07.02.05-.02-.05-.09-.07-.06 0-.03.06.02.04.05.09.05.16.19.19.05.3-.03.22-.08.16-.13.13-.06.42-.13.15-.13.13-.04.13-.1.07-.08.07-.04.23.03.14.04.1-.01.09.03.04.06.05.02.23 0 .2.02.42.17.25.17.13.18.33.23ZM-78.9-8.27l-.02.04-.04-.1 0-.11.08-.02.02.01.02.1-.01.05-.05.03ZM-81.6-7.33l-.06 0-.11-.04-.08-.08-.01-.06.05-.08.08-.03.06.1-.04.03.02.06.08.05.01.05ZM-82.23-9.38l-.01.05-.08-.09.06-.01.03.05ZM-79.07-8.25l-.04.04-.02-.04.04-.05.02.05ZM131.17-3.03l-.03.01 0-.02.05-.02 0 .02-.02.01ZM134.6-7.38l-.06.02-.03-.08.01-.09.04-.06.05-.03.04-.09.01.05-.03.16-.03.06 0 .06ZM76.77-35.66l.28.55-.05.12-.22.09-.08.11-.1.05-.09 0-.05-.02-.29.09-.13 0-.18.11-.15.06-.1 0-.16-.04-.19-.06-.07-.04-.24-.01-.65-.12-.34.12-.15.23-.01.04.01.06.11.03.05.05.01.05-.08.08 0 .04.05.05.3.03 0 .04-.03.06-.14.05-.08.05-.02.07 0 .05.02.04.13.08.02.04-.03.13-.13.14.01.05.13.12.17.08.03.13-.02.05.04.04.13 0 .11.02.04-.02.03.01-.02.15.04.12.11.03.2 0 .25.09.09.09 0 .06-.08.08-.18.05-.33.14-.11.06-.08.07-.04.11.08.24-.07.28.02.06.07.02.02.07-.25.15-.04 0-.33.37-.11.09-.02.08.04.07.01.06-.04.06-.08.07-.43.16-.15.38-.1.19-.18.27-.05.06-.56.28-.05.05-.11.28-.05.07-.18.17-.06.13-.02.09-.33.09-.35.04-.31.12-.08 0-.06-.02-.05-.04-.04-.07-.02-.1-.14-.08-.09 0-.08.04-.18.13-.24.38-.28.24-.08.11-.05.17-.02.15.01.03.03.03.22.11.18.04.15.01.06.03.03.04.01.04-.03.26-.05.14.02.16.16.2.06.02.13.01.05 0 .07-.03.08.04 0 .25.05.09.1.12.25.52-.05.04-.03.08.01.05-.01.03.04.05.03.01 0 .03-.06.04-.05 0-.04.02-.09.08-.08.02-.14-.04-.02-.05.01-.06-.02-.03-.06.01-.2.05-.19.07-.08.1-.09.02-.21 0-.16-.1-.12-.01-.32.01-.07-.02-.06.02-.09-.02-.07.03-.03-.05-.04 0-.03.04-.01.31-.23-.01-.21.04-.12.07-.01.06-.04.05-.07-.1-.04.02-.05 0-.09-.07-.04.07-.15.02-.02-.11-.09.04-.06-.06-.02-.08-.05-.05-.06-.02-.06-.08-.02-.2-.12-.39-.07-.03-.4-.07-.02-.07.03-.18-.01-.12-.13-.15-.04-.11-.1-.09-.1-.02-.11.01-.06.04-.03.06.23-.02.11.06-.14-.02-.45.05-.2.07-.27-.02-.35.06-.28 0-.12.13-.12-.06-.39-.09-.02-.04-.07-.03-.07.05-.06.01-.21-.05-.16.04-.06.05-.01.09-.32-.04-.15.03-.36-.04-.09.01-.13.05-.05.05-.08.02-.06-.07-.05-.02-.05.01-.06.05-.18.03-.17-.01-.17-.05.02-.01.03-.09.02-.29.03-.11-.01-.06.09-.09.06-.33.03-.06.25-.09.04-.05.11.01.02-.07.05-.06.13-.07.2-.03.11-.05.34.01.07-.02.03-.19.06-.04-.02-.12.01-.08.06-.04 0-.03-.04-.06-.09-.04-.25.03-.11-.01-.05-.02-.01-.02.01-.09.05-.14-.03-.3-.04-.2.02-.24-.04-.01-.16.02-.21-.19-.22-.06-.1-.01-.14-.06-.27-.24-.11-.22-.17-.25 0-.07-.02-.04-.48-.49 1.16.33.48.12 1.09-.09.4.07.13.04.07-.07.1-.05.12-.03.32-.03.21.02.17-.01.58-.14.51-.14.05-.03.06-.05.02-.05-.06-.07-.01-.07.04-.08.03-.13-.02-.29.06-.19.05-.11.2-.11.13-.17.1-.07.09-.05.11.01.09.06.17.02.16-.01.29-.11-.01-.04-.08-.03-.05-.04-.02-.06.05-.03.11-.01.28-.13.11-.08.03-.04.06-.01.1.04.12.02.08-.04.08-.01.07.04.11.11.09.02.1-.04.11-.07.2-.2-.04-.49.05-.1.07-.06.05-.09-.01-.08.05-.07.05-.19.07-.04.13-.03.22-.02.34-.18.03-.08-.07-.09-.09-.16-.26-.28.02-.11.1-.04.33.09.33.01.2-.03.2-.07.04-.07.01-.25-.08-.06-.05-.1.05-.02.05-.05.04-.08.11-.1.07-.09.17-.1.16-.21-.07-.11 0-.04.05-.08-.03-.14-.05-.05-.04-.12-.08-.16-.06-.06-.12-.06-.03-.04.04-.08.23-.17.16-.15.15.01.05-.06.28-.14.06-.07.46-.13.5-.04.65-.02.23.07.6-.22.09 0 .2.09.17-.04.09.02.2.06.03.03.04.14.04.01.11-.03.1.02.17.09.09.13.04.14 0 .21-.07.08.01.04.03.03.13.04.03.03.05.12.03.02.07 0 .3-.08.01.12.21.11ZM58.72-20.22l-.06.02-.02-.01 0-.13.15-.16.09-.18.07.16-.12.1-.06.15-.05.05ZM53.08-16.65l-.28-.62-.07-.03-.05-.1-.7-1.6 3-1 .66-2-.45-.7.01-.33.15-.36.16-.33.02-.1-.01-.07-.05-.05.08-.05.44-.07 0-.03-.06-.12-.13-.01-.04-.02.05-.11-.04-.14.04-.19-.02-.1.01-.09.02-.04.1-.06.08.02.02.04-.01.03-.04.02.1.12.2-.13.08-.1.04-.01.1.26.15.25.27.32.21.17.1.06.39.12.51.08.21.1.25-.02.19.12.06.12.08.07.07.09.05.11.16.16.12.18.12.13.11.08.28.07.02.09-.04.2-.12.17-.03.1-.13.17-.15.28-.06.06-.24.15-.18.18-.2.3-.22.4-.12.02-.14-.03.04-.18-.08.01-.07.02-.15.23-.09.1-.06.29-.09.27 0 .07.05.18 0 .18.05.23-.14.06-.49.06-.22.07-.14.08-.16.16-.11.42-.17.18-.11.04-.27.01-.38.05-.14.05-.22.25-.02.09.04.05.01.07-.01.06-.11.16-.11.12-.29.08-.11-.05-.09-.02-.19 0-.31.03-.11.08-.18.06-.17.1-.31.04-.22.07ZM56.3-25.65l-.02.02-.1-.01-.04-.05.03-.36-.05-.02-.04.01.09-.15.03-.02.03.01.08-.02.07-.12.05.03-.01.22-.05.31-.06.09-.01.06ZM56.28-25.24l-.04.03-.03 0 .02-.09.05 0 .01.02-.01.04ZM20.62-69.04l-.5.02.22.12.01.05-.03.1-.08.08-.09.06-.18.07.27.06-.27.12-.1 0-.61-.11-.49-.03-.39-.06-.08 0-.14.03-.01.06.03.27-.06.07-.2.16-.59-.13-.16.07-.38.13-.2.27-.13.08-.27.04-.06.08.23.18.08.1-.04.09-.51.29-.33.22-.14.06.07.18-.12.06-.22.06-.23.04-.38.02.1.28 0 .06-.09.14-.07.35-.37.35-.46.37.43.12.04.07.03.13-.01.09-.18.16-.76-.06-.21.02-.2.05-.1.04-.39.29-.13.07.04.11-.21.2.14.21.08.08-.11.08.03.2-.02.06 0 .07.18.31 0 .07-.14.49.13.07.3.11.17.09.12.1-.05.13-.06.05-.06.11-.24.02-.17.04.01.11.13.2.12.14.03.1-.07.14 0 .07-.03.13-.2.14-.12.06-.18.02-.06.03-.09.16-.16.11 0 .03.07.13.05.14-.09.27-.07.09-.1.04-.07-.02-.08-.13-.02-.06-.54-.08-.09-.12-.1-.09-.01-.21-.03-.08 0-.08-.06.06.03.11-.08.05-.09.02.01.06.04.02.01.06-.03.1-.19.22-.04.02-.02.03-.1-.02-.12.06-.12.01-.04-.07-.16-.09-.08.01.14.1-.04.04-.35.11.08.05-.07.06-.08.01-.05.03-.01.03-.25.11-.41.27-.21.08-.14.08-.13-.01-.16.07-.42.06-.27-.03-.19.03-.1-.05-.01-.03.02-.04-.03-.01-.08-.01-.03.03 0 .05-.04.01-.18-.05.05-.06.09-.04-.03-.04-.27-.01-.34-.11-.07-.05-.27-.09-.12-.1-.07-.11 0-.09.04-.15.05-.04.25.05.24.09.26-.13-.04-.02-.22.07-.21-.11 0-.04.06-.04.02-.05-.03-.04.01-.07.1-.07.26-.14.11-.04-.02-.01-.12.02-.26.13-.18.06-.28.06-.09.09-.11.03-.19.01-.04-.07.06-.22.05-.11.06-.08.1-.01.07-.06.3.05.1-.07.12-.02.23-.07-.01-.01-.38.03-.07-.01-.03-.05.05-.05.29-.17.04-.05-.01-.04.04-.06.21-.12.17-.06.05.05-.04.15 0 .06.13-.22.06-.05.07-.03.16-.03.05-.03-.19.01-.46.08-.2.07-.05.06-.13.08-.06.06-.03.08-.08.04-.1.02-.14.1-.06.08-.23.12-.08.07-.04 0-.04-.03.01-.16.07-.08.03-.07-.04-.07.03-.04.29.02.19-.05-.03-.03-.24 0-.13-.06-.11-.1-.04-.13.03-.04.38-.15.1-.06-.06 0-.14.07-.21.05-.12-.07-.07-.07-.04-.15.01-.08-.01-.1.09-.03.09.02.32-.01.48-.06.3.04.13 0 .19-.06.17 0 .19.08.01.07.06.04.04-.02-.03-.05-.01-.07.5-.09.07-.03-.21-.01-.05-.08.1-.12-.01-.01-.11.06-.05.09.02.07-.02.03-.34.02-.28-.05-.05-.02.02-.05-.03-.01-.06.04-.05.1-.11.02-.3-.04-.43.02-.2.05-.12-.01-.22-.08-.09-.06-.03-.13.01-.05.34-.05-.17-.06-.07-.08-.1-.02-.07-.07-.02-.1.02-.07.05-.02.14.01.35-.01.55.11.45-.02.26-.06-.05-.02-.28.04-.27 0-.66-.1-.2.01-.11-.02-.06-.07.04-.13.1-.03.05.04.07 0 .06-.06.06-.03.06-.07.18-.07.08 0 .11-.04.07.01.1.06.13 0 .41-.07.07-.05-.55.06-.02-.04.12-.07.03-.06.08-.03.27-.01.12-.02.22.01.32.03.21.06.16-.02.04-.03-.16-.02-.01-.04.02-.02.26-.05.29-.01-.05-.04-.63.06-.17-.04-.13 0-.33.05-.05-.02.05-.07.15-.11.01-.03.07-.03.38-.06.18-.08.29-.01.24.02.11.1.1.02.31.12-.01-.03-.27-.16-.1-.04-.08-.08.02-.08.09-.05.31-.02.05-.03.01-.05-.04-.04-.12.01-.09-.02-.03-.06.04-.03.18-.07.26-.05.3.06.02.02-.08.07 0 .04.08 0 .16-.11.2-.02.18-.04.13.11.1.04.05.08.04.01.06-.04.11-.03.15-.01.25.02.17-.01-.05-.08-.04-.02.06-.07.22-.07.17-.02.25-.09-.06-.07-.1 0-.03-.02.28-.1-.03-.02-.12-.03-.23.06-.17.07.14.07-.11.08-.6.2-.28.06-.14-.01-.03-.06-.06-.04-.06-.08-.11 0-.06.02-.03-.03.04-.09.1-.06.16-.06.07-.06.07-.1.23-.1.32-.24.27-.07.1-.09.16-.03.14-.07.3-.06.1-.07-.07-.01-.17.05-.09.01 0-.07.05-.08.14-.07.67-.2.07.03.08.06.2-.01.23-.11.18-.13-.1.02-.31.13-.09.01-.06-.01-.02-.05-.08-.02-.06.02-.07-.04-.01-.08.15-.21.36-.24.06-.09.13-.05.16.01.05-.02-.05-.06-.18-.05-.01-.03.6-.08.28 0 .09-.04.16-.03.11-.05-.06-.02-.47.07-.38.02-.05-.2.04-.11.08 0 .02-.1.1-.06.21-.04.1-.06.17.02.17-.02-.04-.02-.22-.03-.05-.06.23-.06.23-.15.09.01.14-.05.13.02.31-.05.64-.01.02-.05-1-.02.01-.03.09-.04.04-.05.17-.11.21-.07.16.01.17.08.12.01.05.02.09.1.04 0-.01-.09.11-.08-.03-.02-.17.02-.14-.02-.1-.06-.03-.06.06-.05.07-.02-.04-.04-.27.09-.18.02-.08-.02.04-.07-.02-.06.25-.15.22 0 .13.04.22-.03-.02-.04-.24-.01-.07-.04.03-.03.17-.03.17-.06.19-.02.16-.05.06.03.05.17.14.14.05.01-.05-.12.05-.04.06-.02.02-.03-.07-.01-.06-.04-.09-.14.04-.04.18-.07.23-.02.33.06.6-.08.02-.02-.14-.03-.23.02-.62-.01-.05-.02-.01-.04.06-.06.07-.04.24-.06.24 0 .26-.11.1-.08.05-.12.16-.1.4-.06.02-.02-.05-.05.01-.09.11-.11.07-.04.03-.01.09.04.1.08.17.04.21.01.06-.02-.3-.1-.01-.06.07-.03.2 0 .11-.04.05-.1.16-.09.49-.06.03.03-.02.17-.06.11 0 .08.1-.08.12-.22.1-.1.11-.06.25-.07.04.03.03.05-.06.19.01.06-.06.08-.24.18.01.03.06-.01.09-.03.29-.17.25.02-.18-.11-.03-.06.02-.16.07-.06.35-.01.06.03.13 0 .09-.11.18-.01.16.07.19.05.15.08.05-.02-.09-.17-.09-.07-.19-.03-.26-.11.01-.02.18-.03.24.03.21-.06.07.01.16-.03.1.04.06-.01.04-.06.27-.03.25.06.11.21.21.11.1.01.04-.04-.09-.04-.02-.05.04-.1.05-.04.28-.15.24-.08.14-.01.24-.17.14-.04-.02-.04-.13-.03-.01-.06.18-.06.22-.11.11-.01.06.03.21.05.22.09.06-.01.05-.04.07-.02.13.01.2.05.01.03-.11.04-.2.11-.2.12-.06.06-.06.17-.16.1-.01.08.06.03.17-.03.21-.1.05-.1.52-.28.24-.16.28-.13.15-.03.08.09-.07.11-.11.07.09.03-.02.09-.05.1 0 .04.09-.01.32-.09.08-.1.08-.07.03-.06.13-.06.24 0 .01-.03-.29-.08-.03-.04.09-.05.27-.09.54.05.25.06-.01.11-.05.05-.38.1-.05.04.1.02.22-.04.05.03-.07.09-.01.14-.03.08 0 .07.03.04.12-.19.13-.06.05-.12.12-.14.14-.08.08-.02.27 0 .12.03.1.07.08.03.24.03.1.05.06.01.16-.05.11-.01.17.08-.04.06.01.02.21-.01.17.03.34.12.03.06-.02.07-.47.07-.21.08-.33.02-1.15-.05.03.06.79.11.05.04-.03.07 0 .05.02.04.05.04.1.01.2-.01.1.02.07-.03.02-.09.06-.02.11.03.05.1.03.01.05-.07.39.01.05.13-.02.09-.11.03-.17 0-.44-.11-.02.01.04.05-.01.04-.1.11-.1.04-.16.03-.44.06-.22.23-.21.05-.07-.04-.06-.06.02-.06.18-.11.21-.1.09-.08-.19-.2-.73-.15-.36-.15-.16-.09-.3.02-.48.14-.18-.03-.35 0-.27.15-.24.09-.06.04-.05.06-.11.22-.08.09-.02.05.02.15-.02.09-.17.1-.22.03-.11.04-.08.05-.08.13-.15.05-.14-.02-.1-.04-.37-.06-.33-.09-.14-.01-.15.1-.39.06-.18.01-.07-.04-.66-.04-.03-.06-.08-.08-.68-.41-.16-.01-.32.03-.09.06.08.11-.02.03-.04.01-.18-.03-.21 0-.06.03ZM4.96-61.09l-.09.02-.07-.01.03-.1.09-.02.05.05-.01.06ZM5.09-60.31l0 .12-.09-.01-.04-.04-.02-.03.01-.07-.02-.07.03-.04.03 0 .06.06.04.08ZM29.96-69.8l-.19.03-.02-.02.09-.12.07.01.14.06-.09.04ZM11.97-65.63l-.07.03-.12 0-.01-.03.03-.05.07-.03.1.01.03.02-.03.05ZM8.47-63.67l-.11 0-.07-.02.42-.08.02-.03.03 0 .05.03 0 .04-.02.03-.32.03ZM8.1-63.34l-.21-.01-.08-.04-.01-.02.27-.06.07.04 0 .06-.04.03ZM23.44-70.82l-.05.07-.09.03-.23.13-.24.05-.17-.02-.05.03-.18.02-.26-.05-.18-.1.24-.01.12.01.07-.04.15 0 .29-.03.1.02.24-.11.08.01.11-.03.05.02ZM25.59-71.14l.26.04.09 0 .14.07.07-.01-.02.04-.13.02-.24.03-.18-.01-.1-.06-.17-.01 0-.02.11-.05.17-.04ZM23.61-70.55l.03.09-.09.05-.28.11-.11.02-.06-.02.01-.06-.02-.02-.08.03-.09-.04 0-.03.1-.07.14-.03.09.02.3-.12.06.07ZM24.02-70.57l-.19.04-.11-.03-.05-.04-.01-.08.03-.04.09-.03.06.02.01.02.11.01.12.05-.06.08ZM13.87-68.27l.06.02.19 0-.02.03-.07.03-.14.02-.07.05-.24.03-.09.04-.07-.03-.03.06-.16.03-.03-.1.1-.07.07-.01.06.01.11-.09.24-.03.09.01ZM12.97-67.87l-.14.05.05-.1.08-.1.11-.05.05.02-.02.09-.13.09ZM15.21-68.94l.19.16-.05.11-.13.05-.33.01-.08-.03-.02-.03-.05-.01-.13.04-.09.01-.11-.03-.04-.05.13-.06.05-.05.25.03.05-.06-.01-.04.03-.02.17.02 0-.11.06-.01.03.01.05.02.03.04ZM19.77-70.22l.05.02.05-.01.04.01.08.05.09.02.01.03-.19.03-.12-.01-.07-.08-.1-.06-.01-.05.08 0 .09.05ZM20.78-70.09l-.14.03-.18-.02-.05-.04 0-.03.08-.05.17-.03.12.01.04.02-.04.11ZM19.25-70.07l.09.06.16-.04.11.03-.02.05-.15.06-.11.09-.13.02-.07-.01-.12.05-.2.12-.03.06-.5.04-.15-.02-.07-.04.02-.03.15-.01 0-.04.09-.04.03-.05.06-.01.1.01.08-.04.09.03.02-.04-.02-.04.01-.03.13-.07.06-.05.09-.03.08 0 .02-.05-.02-.05.01-.03.07-.07.08-.01.04.07 0 .11ZM12.51-65.9l-.08 0 0-.04.05-.04.16-.03.11 0 .03.02-.27.09ZM12.42-66.04l-.09 0 .01-.04.08-.04.03-.03.01-.04.07-.02.09.03 0 .06-.04.05-.16.03ZM11.23-64.87l-.05.03-.12-.02-.23.02-.09-.03.07-.05.21-.06.11 0 .11.07-.01.04ZM17.5-69.6l.12.06.06-.02.1 0 .15.05.08.01.07.1-.06.05-.08.02-.02.06.03.07-.17.03-.21.01-.08-.04-.16.07-.17.1-.08.02 0-.04-.12-.02-.15 0 0-.03.16-.04.03-.05-.03-.09.03-.05 0-.03.08-.04.28.02.03-.04-.02-.02-.14-.04.02-.02.1-.03.1 0 .05-.07ZM15.76-68.56l.01.01.14-.1.15-.03.01-.03.06-.04-.01-.05.03-.04.18-.04.1.04.12.12-.03.09-.18.06-.15.03-.14.08-.07.06-.11.01-.03-.02-.08 0-.08.05-.24.05-.1-.01 0-.06-.06.01-.09.06-.09.02-.06.01-.11-.03-.3.11-.28.02-.09-.01 0-.07.33-.14.51-.04.31-.18.08-.19.07-.06-.03-.04-.09-.01 0-.06.04-.06.26-.13.15-.11.07-.02.09 0 .08.03-.01.05-.13.11-.18.09.02.06.08.05.02.18-.14.11-.03.06ZM-8.96-70.84l-.09.01-.05-.03.13-.06.45-.11.18-.11.34-.04.02.06-.02.08-.3.06-.33.04-.33.1ZM19.22-74.39l-.12.04-.18-.06-.12-.08.06-.02.32-.01.1.06-.06.07ZM26.88-78.65l-.15 0-.27-.07-.05-.06.04-.03.13 0 .21.09.22.02-.13.05ZM32.52-80.12l-.94.04-.1-.03 1.62-.12.28-.01.25.02-.07.02-1.04.08ZM21.61-78.6l.14.03.29-.01.17.17.09.18.15.02.54-.04.13.01.23.05.1.04-.08.03-.22.03-.03.1.21.03.35.08.2.01.36-.03.66.14-.77.1-.17.1-.22.1-.36.08-.28 0-.1.02-.2.08-.25.01-.12-.05.04-.01.02-.03-.05-.07.24-.07.05-.04-.04-.01-.29-.02-.34.07-1.01.06-.12-.02-.06-.11.33-.05.05-.09.36-.21.04 0-.44-.09-.17-.05-.19-.11-.07-.08-.25-.08.03-.09-.19.01-.14-.07.13-.03 1.09-.09.16 0ZM20.9-80.25l.65.01.11.02.04.06.59.11.09-.04.06-.1 0-.12-.02-.06.03-.03.1-.02.12.01.12-.02.11-.04.11 0 .24.02.07.03-.07.04-.02.06-.12.13.24.01.34-.03.26-.09.28 0 .07-.06.1 0 .15.06.07.01.16-.01.89.09.17.04.6-.01.42.02.16.03.13.07.05.15-.12.04-1.08.25-.27.18-.09.04-.4.06-.4-.03-.09.01-.37.06-.25.08-.18.03-.19-.02-.85-.02-.12-.03-.09-.07.17-.08-.96.03-1.05-.02-.1-.04-.36-.02-.5-.07-.22-.06.07-.03.26-.02.48.01.08-.06.12-.02.09-.04-.32-.03-.34 0-.22.04-.26.01-.7-.01-.21-.02-.3-.06-.1-.04-.08-.07.35-.04.26-.07-.52-.02-.42-.08.17-.03.69-.02.56.07.2-.04-.18-.02-.17-.08-.03-.04.02-.03.08-.01.31.09.18.02.05-.06.01-.04-.2-.13.12-.02.63.08.54.15ZM16.79-79.91l.1-.01.08-.04.25.02.47.08.14.06.13.1-.1.07-.13.06-.04.04.05.05-.07.09.19-.05.41-.16.13-.01.18.04.17.08.07.06.01.05-.02.08-.13.04.09 0 .11.03.1.05.11.02.4-.02.26.03.14.09.23-.02 0-.04.04-.03.45.04.16.05-.27.08.22.07.59.11.08.06-.14.04-.15.02-1.42.07-.03.01-.03.04-.24.08-.23.1-.09.06-.08.09-.02.05.05.05-.01.05-.18.04-.25-.01-.13.02-.01.04.01.05-.03.15-.11.21-.07.06-.38.02-.23.1-.27.24-.2.11.1.08-.27.16 0 .03.06.06.02.06-.12.05-.24.03-.24-.03-.34-.13-.12-.02-.45-.13-.42-.19-.76-.15-.12-.05-.2-.12-.04-.05-.01-.06.07-.05.31-.02.31.05.23-.16 1.29-.09.82-.02-.12-.1-.06-.01-.79.06-.47-.02-.24.01-.5.08-.76.01-.3-.08-.08-.07-.03-.11.04-.03.22-.03.37.09-.06-.07.75-.08.34-.07.36-.01-.04-.03 0-.04.12-.03.37-.02.63 0 .22-.02.17-.05-.36.02-.27-.05-.09-.05.25-.11.08-.05-.25 0-.37.12-.22.05-.52.02-.06-.02-.08-.06-.02-.04.09-.07.04-.06-.01-.05-.06-.01-.18.12-.12.03-.13-.01-.1-.07-.05-.01-.16.01-.11.04.04.04.01.05-.09.09.12.03.09.05-.28.05-.25.09-.96.03-.24-.06-.09-.05-.16-.03-.22-.1-.18-.11-.4-.08-.09-.05-.02-.05.01-.04.1-.02-.25-.05-.24-.07.18-.03.72.08.13-.05-.02-.02-.29 0-.04-.01-.07-.05-.08-.08-.01-.04.13-.06.06-.06-.1-.02-.4.01.04.07-.1.06-.18.04-.13-.02-.1-.1-.14-.07-.05-.05-.03-.07-.15-.1 0-.06.07-.06-.12-.09-.01-.03.07-.03.12-.01.31.08.07-.07.45-.03.59.11-.07-.09.06-.02.32.05.51-.06.58-.03.23.04.01.03-.02.04-.13.04-.74.03-.48.11.65-.02.12.01.05.1.22.02.36.12.07 0 .03-.04-.05-.1.03-.11.14-.03.2-.11.21-.07.24.03.22.1.2.12.51.38.1.01.44.18.04 0-.09-.13-.38-.41-.05-.16.01-.03.13-.13.14-.04-.04-.07.03-.06.16-.04.14 0 .13.03.27.11ZM11.25-78.61l.01.07.16-.01.2.08.2.03.07.03.04.04.12.07.07.07-.16.01-.2-.11-.17-.06-.22-.05-.17 0-.08-.02-.33-.23-.16-.06-.07-.09 0-.06.21.01.19.04.19.13-.07.03.07.05.1.03ZM18.74-80.3l-.22.05-.36-.04.05-.04.08-.03.23.01.22.05ZM29.05-78.91l.59-.01.05.01-.38.06-.81-.04-.46.06-.15-.02.23-.06.25-.02.04-.03.1-.01.34 0 .2.06ZM128.38-38.62l-.04.01-.17.25-.13.05-.14.01-.15-.02-.45.01-.21.03-.08.04-.25.26-.09.06 0 .12-.04.02-.26-.1-.17.05-.04.07-.04.02-.07-.13-.11 0-.17-.12-.08.03-.01.04-.1.11-.13.08-.09.01.01-.03-.06-.09-.21-.04-.11-.05.26-.13-.09-.03-.16.01-.09-.03-.13.01-.09-.03.19-.1 0-.11.09-.14.1-.08.24-.1.24-.03-.06-.04-.07-.02-.12.01-.13-.07-.01-.06.25-.42 0-.04-.04-.1-.01-.1-.26-.06-.23-.11-.09-.06-.04.02-.01.09-.09.04-.03-.11-.05-.07-.21-.12.03-.09-.02 0 .03-.1.09-.08.23-.14.06-.06.12-.08.11-.01.01-.03.06-.05.25-.09.1-.02.17-.12.06 0 .08-.09.26-.03.08-.07.07-.11.12-.06.15-.18.08-.04.11-.28.1-.05.04-.04.05.01.11-.06.05.01.06.03.05.05.03.05.04.03.01.05.04.03.24.05.1 0 .05.03.12.01.23-.02.09.01.1.06.04 0 .11-.12.03-.05 0-.05-.03-.05-.08-.04-.15-.2.01-.09.27-.04.12.02.32-.03.17 0 .28-.18.02-.09.03-.05.12-.08.05 0 .1.05.05 0 .03-.05.1-.01.05-.15.03-.18.06-.11.02-.07.04-.04.04 0 .08.04.06-.01.05.01.02.04.09.03.01.15.04.05.07.06.09.05.05.01.03.03.02.06.07.06.04.09.03.03-.05.03-.18-.03-.14.09-.08.03-.06.08-.17.11-.08.09-.05.09-.12.1-.07.11-.01.11.08.1.01.09-.06.18.03.19-.03.07-.37.13-.09.07-.14.17-.17.06-.1.07-.14.04-.09.12-.1.07-.12.04-.09.05-.19.01-.14.03-.1.1-.3.12-.04.08.02.24-.03.08-.06-.02-.04.03-.04.07.02.09.39.13.18.18.28.16.08.06.05.06ZM124.91-39.54l-.06.03 0-.05.04-.04.04-.01-.02.07ZM7.3-4.42l-.09.03-.07 0 .09-.14.04.03.06.01-.03.07ZM13.61-13.7l.45.62.14.7.22.04.1.04.1.15.01.04-.03.28-.04.1.02.14-.02.1-.36.22-.22.06-.09.07-.36.53-.11.44-.15.13-.03.12 0 .11-.04.25-.18.07-.09.06-.05.13-.07.41-.08.15-.15.12-.18.02-.17.32 0 .05-.07.29-.13.21-.01.14-.21.24-.04.08.09.15-.28.23-.02.04-.01.15-.02.05-.13.12-.16.08-.09.01-.04-.02-.03-.05-.07-.23-.06-.04-.21-.21-.13-.07-.03 0-.02.02-.04.11-.04.04-.07.01-.21-.01-.06-.11-.27.2-.09.04-.12.23-.17.11-.12.1-.31.31-.13.23-.13.58-.22.37-.02.07-.02 0-.02.04-.09-.03-.04-.06-.05-.01-.09-.1-.01.01.09.25-.04.1-.26 0-.23.04-.16 0-.07-.04-.05-.09-.01.06-.05.03-.18.01-.2-.17.01.03.08.08-.01.1-.15.11-.09.01-.05-.05-.05-.2-.03-.08-.02 0 .02.25.07.1-.1.03-.13 0-.03-.12-.02-.02-.03.14-.25.04-.04-.01.02-.06-.01-.06-.05.04-.02.1-.03.01-.09-.01-.11-.05-.17-.12-.21-.19-.1-.19-.11-.29.07 0 .03-.02-.09-.02-.02-.02 0-.15.13-.04.05-.09-.16.07-.16-.08-.03-.05.01-.04.18 0 .07-.04-.04-.02-.07.01-.02-.03 0-.06-.03.02-.02.05-.11.04-.06-.04 0-.09-.02-.04-.05-.03-.18-.23-.22-.19-.21-.13-.3-.06-.64 0-.04-.02.3-.15-.03-.02-.29.08-.09.12-.63.03.02-.23.04-.11-.04-.14-.01-.13.03-.04.01-.05-.01-.32.03-.05 0-.04-.06-.14-.01-.21-.02-.04.02-.4-.01-.1.02-.07.01-.34.04-.27.27-.03.07-.11.04-.13-.01-.13.08-.12.11-.1-.01-.11.08-.06.08-.01.08-.06.09-.25-.07-.11.03-.08.07-.08.08.02.03-.03.05-.17-.08-.16-.04-.31-.23-.32 0-.1.1-.2.06-.03.01-.03-.01-.04-.03-.03-.01-.06.03-.08-.01-.23.02-.33.3-.25.09-.15.05-.13.06-.4.09-.04.18-.15.24-.08.16-.03.28.02.14-.02.12-.08.13-.03.69.21.12 0 .29.25.28.37.07.03.12.01.11-.09.19-.02.43-.23.04 0 .26.05.36.23.3.15.45.09.42.01.31-.33.26-.13.28-.06.49-.04.54.03.19.04.3.11.13.1.2.02.14-.02.05-.1.15-.14.21-.12.18-.08.14-.04.14-.1.1-.03.18 0ZM13.61-13.7l-.18 0-.1.03-.14.1-.14.04-.18.08-.21.12-.15.14-.05.1-.14.02-.2-.02-.13-.1-.3-.11-.19-.04-.54-.03-.49.04-.28.06-.26.13-.31.33-.42-.01-.45-.09-.3-.15-.36-.23-.26-.05-.04 0-.43.23-.19.02-.11.09-.12-.01-.07-.03-.28-.37-.29-.25-.12 0-.69-.21-.13.03-.12.08-.14.02-.28-.02-.16.03-.24.08-.18.15-.09.04-.06.4-.05.13-.09.15-.3.25-.02.33.01.23-.03.08.01.06.03.03.01.04-.01.03-.06.03-.06-.09-.08-.06-.09-.03-.06-.05-.03-.06-.12-.13-.27-.25-.07-.01-.08.03-.05.04-.08.01-.23.08-.01.03.05.19-.02.1-.32-.41 0-.07.14-.03.02-.06-.07-.17-.06-.06-.08-.02-.06.01-.17.1-.23-.03-.46-.36-.09-.02-.02-.02-.02-.13.02-.19.18.03.03-.03-.18-.11-.04-.08-.08-.06-.11-.04-.04-.03-.13-.02-.19-.27-.06-.11-.02-.06.03-.11-.22-.25.03-.15.01-.21.03-.1.06-.02.14 0 .29.03.23-.03.35-.29 1.7-.07.01-.07.02-.02.47.07.02-.12.19-.16.11-.03.06-.08.03-.15.04-.05.07-.24.1-.17.06-.22.02-.38.04-.04-.01-2.14 1.52-.29.09-.05.89-.77.75-.62 4.49-2.65 1.51.34.12.06.6.5.03 0 .33-.16.42-.22.19 1.08.01.4.11.11.32.46-.07.08.05.14.08.06.26.27.03.05-.01.05-.22.4-.26 2.99-1.1 1.16-.56.78-.17.34-.19.25.16.68ZM-83.16-14.99l-.06.06-.06.12-.02.01-.01-.09-.03-.01-.05.03-.02.04.03.06.08.02.11.41-.02.07-.07.12-.13.15-.08.26-.08.42.05.38-.02.34.03.19-.06.02-.06-.07.04-.12 0-.13-.04.1-.09.06-.03.05.03.09.07.12-.02.06-.01.21-.04-.04-.05 0 0 .13-.04.03-.02.04.08.04.04 0 .05.1.01.08-.1.07-.08.14-.04.13.04.17.06.12.06.08.07.01-.02.08-.05.05-.1.05-.11 0-.18-.04-.07 0-.03-.02-.01-.04-.05-.06-.09-.08-.05.01-.09-.02-.15-.06-.06 0-.21.1-.68-.24-.03.01-.08.1-.04.02 0-.03-.22-.24-.51-.41-.18-.24-.11-.18-.09-.09-.28-.18-.06-.08-.27-.25-.21-.14 0-.07.09-.07.04 0 .04.06.07.06.04 0 .05-.03 0-.03.28-.01.1-.06.03-.07.01-.1.05-.05.14-.01.02-.03-.06-.39.01-.05.15-.02.23.02.05-.02.09-.13.09-.09.06-.05.05-.01.05.08.2.12.06-.01 0-.07.05-.05.1-.05.3-.26.07-.02.03-.03-.02-.05.04-.14.04-.04.06-.01.02-.03-.01-.04.01-.04.06-.06.12-.06.07.02.06.08.08.05.11.03.08-.01.12-.07.05.02.05-.06.09.03.04-.01.04-.06.1.02.1-.02.12-.07.12-.02.09-.1.13-.03.25.02ZM173.12 41.28l.11.01.11-.08.4-.22.16-.04.05-.03.05 0-.05.06-.06.03-.01.02.04.04-.06.05 0 .07-.06.08.1-.03.03-.05-.01-.03.04-.06.06-.03-.02-.08.12.02.09-.03.02.04.07 0-.03.05-.06.06-.01.03-.16.08.1.01.23-.15 0 .09-.13.12-.14.06-.03.06.02.08.07.05-.07.11.08-.01.05.02.06.06-.07.11-.24.23-.08.05 0 .08-.05.06-.25.2-.24.37-.13.14-.15.08-.18.06-.08.08-.09.06-.1.01.01.03.06.01.05.04-.04.05-.14.04-.03.03.16-.03.05.03.01.05.06.1.26.06.03.02.02.1-.05.08-.15.01-.1-.02-.07-.06-.25.03-.02-.01.1-.06-.1-.04-.08.05-.01.05-.04.03-.05.01-.26-.17.01.04.09.09.04.07-.1.05-.27.09-.15.08-.14 0-.08.02-.02.07-.06.05-.12 0 .07.04-.08.22-.03.25-.05.14-.15 0 .02.03.11.04-.02.06-.12.11-.05.07-.12.3-.12.16 0 .03.04.05.05.03-.01.08-.1.03-.26.04-.09.05-.06.09-.08.08-.27.18-.23.21-.35.07-.24.01-.33-.06-.2.04-.1-.02-.09.02-.05-.06.01-.06-.02-.04-.13-.09-.11-.01-.24.02-.16-.18-.14-.04-.05 0-.08.08-.04.01-.27.01-.27-.02-.1-.03-.02-.07.21-.17-.19.09-.08-.01.08-.08-.01-.07-.11.06-.12.01-.01-.06.01-.07.02-.02.44-.06.05-.04-.19-.01-.01-.05.02-.05.17-.07-.12.02-.14-.01.01-.07.04-.06.14 0-.05-.04 0-.06.04 0 .14.07.11.03-.05-.06.01-.03.02-.02.09-.01-.1-.02-.1-.05-.01-.04.01-.06.1-.07.06.04.07-.01-.05-.03-.04-.05.02-.04.22-.13.05.13.02-.05-.02-.11.03-.03.09-.03.12-.1.09-.04.12.07-.04-.08-.01-.09.51-.42.09-.05.19-.06.13.03.29-.14.11.05-.04-.09.03-.04.15-.08.2-.08.14-.03.11-.05.06 0-.01-.04.01-.04.08-.01-.05-.02.16-.08.08-.08.09-.05.05-.06.06-.02.06.01.04.03-.03-.05-.07-.02.16-.07.15.05-.09-.08.09-.04.06-.01.06.07.01-.1.23-.21.04.04 0 .13.03-.03.01-.06-.02-.1.16-.2.12-.04-.01-.03-.05-.03.05-.1.06-.22.13-.28.05-.04.13-.01.06-.03.22-.18.06-.1.08-.24.05-.25.13-.19.37-.24.19-.03.11.03-.21.02-.03.13.07.1.1.05.12.03.05.1.03.24.05.09ZM173.92 40.86l-.14.06.03-.13.15-.08 0 .08-.04.07ZM166.74 45.66l-.01.07-.2-.03.04-.06.12-.03.05.05ZM166.98 45.18l.04.12-.09-.02-.04-.04.07-.06.02 0ZM168.15 46.86l0 .04-.11-.01 0 .04.09.03.03.03.08-.01.02.05-.02.04-.06.03-.16.02-.12.06-.09-.01-.13.07-.16.02.02-.06.09-.06 0-.05.03-.04.08-.04 0-.05.06-.05-.04-.11.03-.1.16-.01.2.17ZM175.54 36.28l.01.05-.08-.02-.02-.04-.1-.05-.01-.09.05-.05.02-.01.1.11.03.1ZM173.27 34.93l.02.05.05-.03.11-.11-.01.09.03.02.22.06.1.06.02-.03.03-.01.26.11.02.03-.01.05.03.08.06.01.08-.06.04 0 .06.12.08.08.08.13-.03.09.07.12-.19-.02 0 .03.09.08.12.2.2.23-.03.08.01.06-.03.04.07.12-.04.04-.03.12-.03.03 0 .04.13.03.04.04.06-.06.1.06.25.08.03.05.02.12.03.05.08.01.08-.02.03-.04-.08-.29.01-.12-.01-.06-.06-.1-.05-.03.02-.06.06-.02.22.27.09-.02.01.07.1.16.04.25.07.23.13.1.01.05-.08-.03-.02.02.08.06.08.03.05-.01.53.23.39.1.18 0 .11-.03.11-.06.17-.19.18-.09.1-.07.26.02.26.12-.01.07-.13.2-.07.48-.05.11-.09.08-.1.06-.1.03-.05.14-.02.16.06.12-.06.1-.03-.01-.05-.09-.04-.03-.27-.04-.11.01-.33.14-.13.15-.01.19.03.04.14.07-.27.49-.15.13-.08.15-.22.23-.08.1-.06.11-.13.15-.06.1-.08.08-.14.11-.15.09-.38.2-.09-.04-.05-.15-.12-.03-.14.04-.03-.01-.01-.14.03-.04-.03-.02-.04.01-.01.03.02.03-.08.03-.09.01-.03-.02.02-.06.19-.19.17-.21.14-.23.1-.33-.11-.18-.14-.16-.2-.09-.12-.01-.12-.04-.22-.17-.42-.13-.12-.08-.05-.11.02-.11.02-.04.04-.03.23-.11.33-.07.06-.03.11-.09.03-.05.05-.36.07-.2.09-.13.03-.08-.04-.12.04-.05.09-.05-.09-.12-.11-.23.01-.06.03-.05-.06-.01-.12-.23.02-.03.05.02.07.13.02-.07.06-.04.05-.02.07 0-.15-.15-.18.04-.13-.04-.06-.17-.22-.28.06-.01.15.12.06-.09-.01-.06-.09-.07-.01-.06.04-.05 0-.03-.12-.08-.02.04.03.04-.03.01-.22-.13-.11-.21 0 .11.08.13.17.18-.02.05-.05.01-.04-.03-.07-.12-.58-.7.07-.08.1-.07.05-.07-.05-.01-.09.05-.11.14-.09-.09-.01-.07-.05-.01-.11-.12.07-.09 0-.1-.07-.12-.41-.44.17-.03.16 0-.07.11.03.06.06.05.11.16.01.04.09.08ZM169.18 52.5l.05.05-.1.02-.09-.04-.02-.03.16 0ZM166.22 50.76l.02.09-.17-.03-.06-.04-.04.04-.08-.01.03-.05.16-.08.02-.14.16 0 0 .04-.05.03.01.08-.04.02.04.05ZM-176.18 43.74l-.03.03-.06-.01-.11.11.01-.08-.04-.03-.11.02.08.04-.06.04.06.09.05 0 .05.08 0 .02-.11.03-.07.04-.08-.01-.03-.07 0-.03.11-.11-.03-.05-.08-.03-.18.02-.04-.02.09-.06.09.01.1-.05.39.02ZM-176.18 44.32l-.04.01-.01-.09.07-.02.04.05-.06.05ZM-172.48 8.58l-.02-.03.02.03ZM-171.19 9.35l-.02-.02.02.02ZM-169.8 19.08l-.11.06-.04-.07.04-.08.08-.02.04.07-.01.04ZM-159.74 21.25l-.1-.01.01-.04.06-.01.03.02 0 .04ZM5.99-50.75l-.24-.01-.06-.02-.05-.06.01-.03.09-.06.01-.06.07-.1.01-.04-.08-.04-.14-.03-.13-.09-.05.02-.12.01-.1-.02-.11-.07-.04-.1-.03-.02-.09.06-.09.01-.03-.01-.01-.04-.05-.04-.12.07-.05 0-.09-.05-.12.04.02.06-.1.01-.29-.08-.19.03-.13-.04-.1 0-.14-.09.05-.04.24-.02.15.03.25.11.14-.01-.04-.03-.16-.05-.07-.05.17-.01-.05-.06-.18-.14.13-.18.13-.07.17-.14.1-.11.08-.13.12-.37.09-.13.12.03.17-.05.3-.14.09-.11.08-.06.34-.11.19-.03.76-.03.15.11.09.03.14.02-.01.28-.14.25-.02.1-.02.02-.3.01.01.05-.03.04.01.03.05.04.08.02.14 0 .03.02.04.04-.02.11-.04.06-.26.13-.01.02.01.02.08.06-.06.07-.22.06-.1-.01-.06.04-.06-.03-.13-.03-.22.08 0 .04.1.1.04.02 0 .04.1.11.01.04-.03.09-.09.14 0 .04.06.02-.2.12-.07-.01-.01.02.04.05.11.03.04.04-.06.16ZM4.22-51.39l-.01.04-.04.04-.13.06-.14.04-.07 0-.15-.07-.1-.01-.11.05-.04-.01-.03-.01-.02-.03-.03-.09.24-.02.13.03.16.01.13-.04.1.04.11-.03ZM6.33-53.51l-.17.03.17-.03ZM5.93-53.46l-.2.02-.08-.03.28.01ZM5.11-53.31l-.19.07-.01-.01.12-.06.08 0ZM5.33-53.39l-.14 0 .23-.04.16-.01-.25.05ZM4.89-53.07l-.1.07-.08-.04.03-.05.15-.09 0 .11ZM3.95-51.74l.12.07 0 .02-.12.02-.13-.06-.09.01-.03-.03 0-.02.09-.02.16.01ZM6.73-53.58l-.09 0 .12-.05.04 0-.07.05ZM-68.2-12.14l-.05.11-.03-.05-.01-.09-.02-.04-.04-.02-.02-.03 0-.04.15.07.02.09ZM-62.94-17.5l-.04.02-.02-.02 0-.03.06.03ZM-63.23-17.62l-.02-.01 0-.02.02 0 0 .03ZM-69.9-12.45l0 .03-.04-.02-.13-.11.03-.06.07.04.07.12ZM-68.75-12.06l-.05.01-.2-.09-.15-.16-.01-.08.08.04.07.11.18.07.08.1ZM88.11-27.87l.04.03.01.04-.14.39-.04.28.01.04.12.16.05.12 0 .09-.1.29-.03.04-.04.01-.14-.06-.22.04-.22-.02-.12.06-.12-.03-.08-.04-.05-.11-.03-.02-.25.12-.06.01-.29-.13-.28-.05-.12-.04-.15.05-.07 0-.05-.04-.04-.14-.05-.05-.08-.01-.28.1-.1-.03-.04-.08-.13-.03-.08-.05-.25-.11-.04-.05 0-.11-.04-.1-.52-.19-.19.06-.07.05-.28-.08-.1-.01-.07.02-.01.04-.08.04-.22-.08-.34-.07-.05-.15-.05-.02-.18.02-.41-.23-.05-.01-.09.04-.05 0-.09-.04-.27-.15-.18-.12-.07-.06-.07-.1-.44-.21-.14-.1-.07-.02-.04.07-.06-.01-.35-.22-.02-.04.03-.12.05-.11.04-.02.06-.07.03-.13-.01-.1.15-.31.21-.23.08-.03.16-.15.12-.04.04.02.1.12.07 0 .07-.05.17-.25.22-.05.4.06.06.08.06.13.06.06.27.12.36.26.17.06.14.01.19.17.23.26.09-.01.27-.09.16.06.13.31.08.04.16.12.18.09.06.06.09.04.05.01.22-.06.09.02-.07.22.03.05.09.03.47.01.16.14.11.21.05.02.06-.02.02-.07 0-.08.06-.04.04.03.04.07.19.09.08-.01.03-.02.03-.13.07-.01.07.01.06.07.19.05.08.04.12.09.15.02.33.01.24-.08.25.02ZM166.96.52l-.02.03-.02 0-.01-.05.03-.01.02.01 0 .02ZM23.38 17.64l.89-.16.66.06.16.09.17.16-.35.03-.12.04-.26.19-.17-.07-.12.04-.24.13-.35.3-.07 0-.02-.06-.1-.16-.16-.2-.08-.03-1.69.27-.3.04-.25.01-.01 3.68-.99 0 0 6.45-.1 0-.21.05-.13.07-.06.09-.07.05-.1.02-.04.05.01.07-.03.05-.09.04-.14-.01-.18-.06-.24-.01-.29.03-.21-.02-.12-.06-.28-.04-.25-.07-.05-.14-.05-.06-.01-.05.04-.04.01-.06-.03-.08-.05-.04-.06 0-.04-.03-.02-.07-.04-.05-.09-.05-.13.04-.05.06-.07.13-.02.14-.03.05-.04.03-.03-.02-.06.03-.14.08-.04.05-.11-.08-.33-.31-.12-.08-.17-.18-.38-.58-.05-.11-.07-.28-.09-.21-.01-.12.04-.07-.02-.09-.04-.08-.13-.11-.04-.36-.09-.23.02-.2-.04-.17.02-.33-.07-.24-.14-.24-.13-.35-.02-.15.02-.41-.03-.16 0-.2-.07-.31.04-.09.02.03.04.01.02-.11 0-.11-.06-.25-.14-.26-.35-.42-.13-.3-.39-.55-.28-.74-.13-.15-.58-1.1-.13-.18-.24-.21-.05-.07-.09-.2-.17-.27-.05-.25-.01-.28.02-.22.16-.02.12-.06.1-.01.09.05.34 0 .24-.1.07-.05.1-.04.14-.05.08 0 .22.04.08.03.08.1.13.09.25.16.08.02.4-.02 4.01.01.06.04.1.13.13.13.11.07.24.05.31 0 .26.05.27.01.28-.02.2.03.24.11.12.02.16-.01.2-.05.18 0 .08.04.05 0 1.96-.36ZM31.29 22.4l.14-.1.94-.97.06-.03-.07-.16.12-.19.01-.29.04-.05.14-.09.2-.3.12-.24.02-.11-.18-.31-.05-.17.05-.15.02-.14-.02-.04-.11-.06-.02-.06 0-.07.02-.04.14-.07.04-.07 0-.06.1-.32-.04-.11-.01-.43.03-.33-.01-.19-.09-.21 0-.16.06-.1.01-.07-.21-.03-.1-.09-.4-.14-.3-.02-.25-.22-.2-.03-.25-.16-.83-.04-.01-.34-.02-.13-.03-.16-.1-.17-.03-.11.01-.08.44-.17.87-.24.51-.19.94-.3.21-.08.04.03.15.25.11.14.14.14.05-.04.36-.05.05-.03.11-.03.12-.01.04.02.13.17.06.42-.02.28-.1.18-.08.22-.08.07-.03.06 0 .06.12.13.03.06 0 .12.02.05.11.07.08.11.15.14.17.19.09.06.06.01.03.07-.02.07-.05.05.05.09.03.02.15-.01.02-.02-.01-.29-.05-.17-.06-.08.01-.05.14-.32.04-.03.24-.03.11-.03.04-.04.04-.1.03-.28.01-.26-.03-.15.04-.24.05-.14-.02-.03-.02-.19-.6-.77-.34-.35-.06-.03-.19-.03-.1-.13-.08-.69-.12-.5.01-.05.16-.23.08-.2.01-.07.04-.03.16-.01.6 0 .14.02.07-.02.16-.13.12.01.17.08.09.07.02.06.11.04.22.01.16-.04.09-.07.1-.04.11 0 .08.02.05.06.11.04.15.02.17-.03.19-.1.1-.1.05-.16.04-.02.1-.02.16 0 .13.03.18.1.31-.18.19-.06.18 0 .15-.05.24-.14.14-.02.12-.05.17-.09.47-.36.06.11.09.09-.05.06-.07.04.11.07-.08.1-.01.07.04.07-.13.2-.02.06.07.12-.04.21.07.18.03.16-.03.12.02.27-.03.1.06.04.03.11-.03.18-.1.08-.02.04.01.04.13 0 0 .24-.02.07.03.08-.03.09.04.39.01.32.05.03.06.01 0 .08-.07.1.01.15.08-.12.05 0 .04.05-.01.06.02.04-.01.07.02.08-.01.07-.13.14-.01.13-.05.02-.02.03.03.08 0 .07-.09.21-.24.29-.21.22-.01.09-.12.16-.12.02-.07.05.05.14-.08.03-.14.11-.38.21-.06.05-.1.13-.19.07-.13.02-.09-.01-.04.03-.25.09-.24.07-.09.08-.21.07-.33.18-.27.17-.3.25-.04.14-.15.18-.21.21-.13.17 0 .08-.08.02-.07-.07-.02.14-.06.01-.06-.03-.27.15-.2.17-.29.33-.41.32-.1.01-.13-.11-.07-.01.11.12-.01.27-.05.31.01.07.05.09.12.11.1.14.14.39.01.2.14.25 0 .11.06.28 0 .22-.02.14.07.05.03-.05-.01-.08.02-.14.03-.06.04 0 .05.18 0 .08-.05.28.08.3-.08.23-.12.61.03.04.06.01.02-.07.04 0 .02.04-.05.25-.05.1-.19.26-.09.11-.17.11-.38.17-.78.25-.48.19-.39.23-.17.15-.07.18-.13.18.11.16.15.11.07-.18.04-.01-.03.17-.05.6-.53.01-.15-.03-.09.01 0-.32-.07-.24.03-.17-.01-.09-.11-.06-.03-.19.06-.14.01-.37-.02-.88-.06-.14-.05-.2-.06-.15-.1-.15-.17-.31 0-.15-.06-.26-.05-.2-.13-.37 0-.05ZM34.64 12.01l-.02-.03-.03-.01-.04.01-.01.04.04.05.04 0 .02-.06ZM34.72 12.11l.03-.02.01-.06-.05-.03-.03.01-.02.09.02.02.04-.01ZM-2.22-35.1l.03.07.06.06.34.22 0 .03-.06.11.03.05.08.06.01.03-.06.1.08.19.02.19-.03.13 0 .08.09.21-.05.25.05.14.08.11.04.19.06.09.1.09.24.15.05.08-.18.13-.02.07.03.1 0 .06-.05.02-.2 0-1.04-.04-.34.05-.07.04-.06.17-.03.04-.42.12-.33.02-.06.03-.02.04.01.11.04.07.01.08-.04.16.02.03.14.06.05.04-.01.07-.07.06-.29.03-.33.21-.46.15-.19.08-.21.3-.11.11-.16.1-.33.09-.22.04-.22.02-.26-.01-.02.01-.01.03-.01.12-.04.06-.08.03-.45-.06-.14.05-.12.08-.08.08-.06.03-.13.01-.06.03-.32.22-.34.2-.22.16-.1.05-.02.03-.01.07 0 .96-.13 0 .04.2-.02.15.05.12 0 .04-.04.03-.21.03-.41 0-.08.04-.25.19-.08.01-.08 0-.13-.06-.04 0-.12.05-.06 0-.3-.13-.21-.03-.16.01-.47.13.03.09.04.04 0 .07-.02.05-.13.11-.11.16-.06.06-.08.2-.31.07-.03.03-.02.13-.09.23-.14.53-.12.28-.2.15-.36.21-.07.07-.17.31-.08.11-.46.19-.07.04-.05.06-.09.17-.04.11-.08.31-.07.34-.02.31-.03.14-.09.12-.13.11-.02.04-.17.18.02.11-.06.15-.08.1-.09.05-.13.01-.49-.01-.29-.04-.29-.01-.15.02-.54.01-.27.05.07-.48.14-.26.11-.11.16-.06.16-.26.06-.24.1-.12.03-.08-.04-.07.1-.13.17-.32.15-.24-.01-.05-.06.04-.05.07-.07.06.08-.17.12-.11.19-.12.4-.41.15-.07.13-.17.05-.15.02-.35.05-.18.19-.41.08-.12.05-.23.06-.09.1-.05.14-.12.22-.07.25-.15.12-.1.09-.13.08-.28.15-.28.08-.22.14-.12.09-.14.16-.07.32-.03.48-.12.44-.18.12-.07.13-.15.22-.18.41-.23.18-.12.29-.32.19-.26.16-.17.11-.15.07-.15.05-.24-.03-.1-.12-.15-.09-.04-.02-.08.05-.13.02-.57.13-.29.33-.38.06-.15.04-.33.41-.35.24-.27.09-.06.21-.12.74-.27.42-.19.24-.14.14-.16.41-.65.43-1.01.3-.04.1-.03.12-.07.12.03-.06.04 0 .12.09.13.14.14.27.19.21.07.3.05.35-.08.19 0 .1-.04.1.05.2.02.18-.03.15-.08.09-.09.02.1.11.18.11-.01.09.03.22-.01.2.02ZM-8.69-27.66l.01 1.66-3.34 0 0 2.53-.06.04-.29.11-.25.05-.41.27-.12.18-.02.07.07.25.08 1.17-3.95 0-.09.43.01.09-.05-.05.1-.56.27-.05.54-.01.15-.02.29.01.29.04.49.01.13-.01.09-.05.08-.1.06-.15-.02-.11.17-.18.02-.04.13-.11.09-.12.03-.14.02-.31.07-.34.08-.31.04-.11.09-.17.05-.06.07-.04.46-.19.08-.11.17-.31.07-.07.36-.21.2-.15.12-.28.14-.53.09-.23.02-.13.03-.03.31-.07.08-.2.06-.06.11-.16.13-.11.02-.05 0-.07-.04-.04-.03-.09.47-.13.16-.01.21.03.3.13.06 0 .12-.05.04 0 .13.06.08 0 .08-.01.25-.19.08-.04.41 0 .21-.03.04-.03 0-.04-.05-.12.02-.15-.04-.2.13 0ZM19.19-43.53l.03.08.19.11.2.17.06.01.11.05.16.03.23.11.1.03.07.05.01.04 0 .02-.13.03-.03.05-.14-.01-.02.03.06.1-.02.07-.13.05-.15.03-.05-.05-.01-.11-.03-.01-.05.02-.25.29-.12.17.05.04.03.06-.02.2-.15-.08-.07-.11-.23-.19-.26-.13-.01-.02.03-.04-.13.01-.08-.09 0-.04.02 0 .09-.08-.08-.14-.03-.19.02-.03.16-.03 0-.09.06-.11.17-.12.08.01.05.05.05 0 .01-.07-.07-.08-.03-.06.01-.03.24 0ZM87.81-49.16l.13 0 .18-.1.01-.12.06-.07.2-.03.06.01.18-.02.05.03.15.01.03-.03.01-.05.03-.01.07.06.04.01.1-.03.07-.03.02-.07.04-.03.06.02.09 0 .08-.05.18-.06.02-.03-.03-.07 0-.08.1-.05.14 0 .1-.03.03-.09.04-.02.18-.03.29-.09.13-.01.07-.04.04-.05.08-.01.18-.1.39-.05.04-.05.07-.04.08-.02.03-.04.08-.05.09-.02.39-.01.08-.08.03-.07.05-.01.14.1.14.07.05.01.06-.03.04-.07.08-.01.08.01.07.13.09.05.17-.02.39.04.59.02.04.05.07.29.04.04.06.01.1.08.05.07.2-.03.12.01.08.03.03.05.07.02.27 0 .14.03.05-.03.14-.03.08-.04.06 0 .09.05.05-.01.03-.03.05 0 .16.05.08.05.19-.02.04.03.06.01.11-.03.28.03.15.12.07.03.15-.01.18-.1.05-.07.13-.04.13 0 .09-.05.07-.01.09-.07.15-.22.04-.19-.01-.04-.2-.07-.05-.05-.07-.12-.01-.09-.1-.08-.02-.05.01-.06.07-.12.02-.08-.01-.03.03-.07.09-.1.18-.06.02-.07.11-.14.29-.08.16-.16.05-.11.04-.05.07.02.08.06.05 0 .32.12.31.05.2.11.12.02.43.01.43.12.48.16.09-.02.1 0 .54.12.05.04 0 .05-.02.04.01.11.05.06.02.15-.01.07.03.04.04.02.03.05-.02.14.05.04.13.01.08.07.13.07.18.06.3.04.07.03.07.06.12.01.08.03.13.02.09-.01.08-.03.28.03.1-.02.17-.11.12-.03.62-.08.18-.07.11-.01.31.06.19 0 .2.08.14.03.35-.03.14.02.23.11.1.11.19.1.4.01.29.03.03.03-.02.07.01.16.03.04.04 0 .03.06.17.06.31.19.09.02.12-.02.51.01.21.03.08.03.67.1.12-.05.11 0 .2.08.08 0 .12-.03.51-.19.09.02.14-.04.36-.04.15 0 .3-.09.12-.02.2.02.11-.01.25-.1.03-.07.08-.11.41-.21.3-.09.34-.16.08-.01.25.03.12-.01.07.02.26.09.27.19.09.04.07.01.29.02.42-.13.08 0 .13.03.2.06.08.04.05.06-.44.65-.21.33-.01.06-.06.09-.14.11-.03.12 0 .21-.27.12.04.18.06.08.09.07.19.11.09-.02.08-.08.16-.07.28.02.25-.03.31.06.13.07.09.07.06.02.42-.34.21-.01.17-.03.09.03.26.02.07.04.19.18.26.07.06.04.04.09.11.07.06.02.03.06.39.26.05.06 0 .06.03.05.11.12-.02.07.02.06-.03.06-.16.06-.09.01-.15-.03-.14.02-.17-.03-.13-.05-.07-.05-.12-.02-.05.01-.07.06-.32-.01-.09-.02-.24.05-.16.05-.1.08-.07.02-.07 0-.12-.07-.11 0-.05.05-.03.15-.03.03-.35 0-.12-.03-.07.01-.1.06-.13.03-.04.08-.16.11-.15.21.03.09-.04.06-.09.05-.07.01-.11.05-.25.17-.52.07-.24.01-.18-.04-.18.03-.04.03-.03.09-.07.07-.25.15-.14.11-.15.04-.23.14-.06.01-.29-.04-.1 0-.49-.09-.11-.04-.1-.09-.09-.05-.3 0-.08-.02-.13.02-.15.09-.13.14-.1.26-.03.06-.08.09-.01.05.03.05.06.05.03.08.08.08.08.07.16.1.09.12.01.07-.01.04-.05.03-.11.02-.22.16-.54.16-.49.44-.12.13-.54.16-.42.15-.1.02-.65.02-.52-.03-1.4.16-.9.3-.56.22-.11.03-.08.08-.14.06-.12-.04-.36-.02 0-.22-.79.13-.64-.26-.91-.15-.19-.06-.09-.07-.17-.18-.05-.03-.17-.04-.4-.01-1.11-.13-.51.11-2.26-.22-.82.07-.04-.03-.01-.1-.04-.08-.39-.28-.05-.07-.02-.1-.31-.57-.06-.04-.11-.02-.03-.03 0-.07.04-.15-.02-.02-.3.02-.34-.09-.21-.12-.13-.05-.17-.13-.24-.02-.09-.05-.21-.18-.14-.04-.73-.1-.21.03-.15 0-.4-.06-.45-.01-.14-.04-.13 0-.26-.1-.1 0-.04.03-.03-.01-.03-.06-.09-.11-.01-.05-.09-.11.05-.2.08-.12.06-.03.15-.16 0-.07-.09-.16.01-.05.05-.07.06-.14 0-.04-.03-.02-.01-.16-.12-.2-.07-.04-.08-.01-.17-.21-.07-.12-.01-.08-.12-.19-.02-.06-.02-.02-.12-.02-.09-.05-.07-.13-.07-.01-.05.05-.08.02-.05-.01-.14-.08-.08-.09-.08-.03-.15 0-.13.05-.15-.02-.13-.09-.08-.01-.26-.12-.01-.1-.05-.06-.1-.02-.11-.07-.33-.08-.01-.05.08-.07.01-.04-.03-.03-.2-.05-.02-.05-.07-.04.02-.04.1-.05.01-.03-.05-.08-.01-.08ZM26.62-48.26l.02-.03.21-.1.05.02.33 0 .11-.06.07.01.14-.06.02.02.14.01.11.03.14.09.12.03.01.04.07.02.13 0 .06.03-.02.05.01.01.05-.01.03.01.04.06.07-.06.24.03.15.17.05.02.12-.05.04.02.06.08.02.1-.02.12-.07.13.01.04.03.03.17.08.05.05.16.06.01.02-.04.16.05.04.01.09.15.08.16.05.04.05.02.06-.01.18.2.12-.05.04-.24.03-.09-.09-.04-.01-.09.05-.07-.01-.12-.05-.04.02-.08-.03-.05.08-.05.01-.01-.12-.01-.02-.04-.01-.19.07-.03.04.01.13.07.11-.04.05-.02.08-.1.07-.11.04-.01.09-.06.06-.11.05-.07.07.02.05-.01.1-.19.02-.1.05-.14-.15.09-.05-.02-.14-.03-.04-.01-.14.02-.17.12-.31-.02-.06.02-.13-.09-.15-.08-.19-.21-.13-.06-.06-.03-.06-.16-.11-.14-.2-.13-.1-.06-.08-.05-.12-.08-.12-.17-.2-.19-.1-.17 0ZM7.44-43.75l-.06.02.02-.04.04.02ZM-117.13-32.53l2.41-.19-.07.16-.05.05 3.8 1.18 2.82 0 .01-.45 1.77.01.09.09.09.14.11.09.13.05.21.16.29.26.25.17.29.16.15.2.15.32 0 .14.06.14.12.17.1.11.09.03.2.15.12.07.14.03.19.08.24.14.16.07.09 0 .08-.04.13-.15.07-.03.02-.04-.01-.05.15-.33.12-.11.13-.02.09-.04.05-.06.07 0 .11.04.17.03.24.02.14-.01.06-.02.01.03.03.01.07-.01.06.04.08.11.26.17.02.06.09.09.17.13.1.11.02.1.31.47-.02.01.05.16.08.09.11.07.11.12.11.18.13.14.16.09.09.09.02.08 0 .07-.02.06.07.17-.02.11.16.18.07.12.06.2.06.11.1.05.14.02.1.04.08.06.09.04.12.02.1.04.1.07.2.05.28.02.21.06.15.09.06.02.02 0 .02-.04.06-.03.13-.02-.01.21-.06.16-.2.36-.09.22-.16.62-.07.63.01.03-.03.42.01.37-.01.05-.06.11-.04.16.08.34.02.17.18.3.1.11.12.08.05.06-.03.12-.05.07-.02.1-.02-.09 0-.1.04-.06.01-.05-.08-.04-.13-.15-.16-.27.11.43.04.06.08.06.02.08.3.6.02.08.06.1.41.43.25.32.09.3.06.1.02.13.17.14.05.09.08.06.08.15.13.09-.03.01-.12-.05.01.03.1.07.19.06.05 0-.14-.08.02-.01.14.06.38.02.17.13.21.05.25.35.16 0 .2-.03.64-.23.32-.01.1.02.24-.05.12-.05.06-.09.27-.06.46-.05.1.08 0 .04-.06.04.03.03.11.06.2.02.07-.01.09-.08.17-.08-.01-.1-.03-.05-.05-.01-.01-.03.04-.07-.01-.02-.11.07-.02 0 .03-.06.3-.15.18-.11.22-.2.05-.38.04-.07.14-.11.02-.04.01-.08-.01-.53.03-.15.03-.05.08-.25.17-.11.36-.16.94-.13.13-.04.17-.09.11-.03.29-.01.05-.04.44.08.21.07.23.02.06-.03.02-.03-.02-.04-.06.02-.14-.02.02-.02.15-.01.09-.04.09.03.13.13.09.04 0 .19.05.08-.09.27-.06.09-.14.16-.16.12-.2.28-.05.13.04.2-.03.08-.05-.01-.08.05-.1.14 0 .05.05.04.05-.02.08 0 .04-.02.04.01-.01.08-.04.06-.03.02-.06 0-.09.07 0 .09.04.01.07-.07.04 0 .01.03-.09.24-.06.25-.08.14-.03.21-.04.09-.05.09-.03 0-.08-.17-.08-.04-.02-.04.05-.21-.02-.11-.04.01-.13.11 0 .08-.1.17-.16-.01-.06.03-.07.16-.22.33-.09.05-.15-.09-.09.03-.02.07 0 .08-1.83 0 0 .57-.42-.01.19.15.11.13.14.11.15.08.11.08.08.14 0 .06.05.04.11.03.05.05-.04.23.01.09-1.29 0-.47.79 0 .04.13.17-.08.11 0 .06-.03.08.03.13-.07.15-.58-.6-.36-.31-.37-.3-.2-.14-.18-.16-.16-.1-.16-.05-.13-.08-.04-.01-.02.06.13.06.11.02.16.09.03.04-.47-.17-.19-.01-.02-.03.09-.09-.03-.03-.03 0-.1.06-.04 0-.01-.04.01-.03-.07-.06-.04 0-.12.11 0 .03.18.03.05.02-.01.02-.15 0-.18.03-.33.2-.31.09-.44.2-.2.01-.1.03-.3-.08-.37-.18-.57-.06-.39-.24-.38-.1-.24-.22-.15-.01-.09-.04-.69-.14-.34-.2-.21-.06-.19-.08-.42-.14-.15-.08-.15-.11-.24-.12-.1-.11-.11-.03-.16-.19-.09-.08-.07-.04-.3 0-.33-.08-.15-.02-.32-.13-.42-.14-.26-.3-.21-.2-.14-.08-.23-.1-.13-.08-.19-.06-.34-.16-.17-.25-.17-.15-.2-.27-.05-.1-.04-.15-.1-.15.03-.06.1-.06.16-.01.12-.07.01-.09-.08-.08-.09-.03-.07 0-.02-.03.05-.03.22-.28.02-.13-.01-.13.02-.11-.22-.13-.1-.2-.12-.17.01-.34-.15-.3-.15-.15-.08-.05-.22-.23-.16-.14-.17-.25-.16-.16-.21-.27-.14-.14-.69-.45.04 0 .2.11.03-.01.01-.05-.02-.07-.17-.01-.03-.03-.11-.01-.13-.08-.06-.07 0-.09-.2-.19-.07-.11.04.01.05.04.05.01.06 0 .04-.02-.01-.03-.32-.12-.1-.07-.23-.12-.05-.04-.04-.12-.06 0-.04.03-.14.03-.04-.07.1-.04.09-.11 0-.03-.13.09-.19.05-.11-.04-.08-.1-.03-.3.15-.21.07-.06.04.04.04.01-.03-.06-.07-.04-.02-.1-.04-.08-.2-.18-.28.01-.07-.07-.06-.11-.05-.2-.34-.08-.1-.07-.1-.09-.08-.13-.06-.2.04-.15.05-.06-.23-.06-.09 0-.07.03-.07-.04-.13-.04-.16-.15-.19-.26-.21-.09-.23-.28-.01-.05-.13-.1-.11-.12-.06-.25-.16-.08-.03-.19-.16-.18-.08-.15-.09-.11-.02-.15-.06-.17-.13-.21-.11-.14-.05-.14.02-.15-.01-.09-.02-.02.01-.03.04.02.03-.03-.01-.09-.03-.03-.15-.05-.25-.03-.14-.06-.01-.12-.13-.09-.19-.07-.03.04-.02.07-.15.01-.11-.04-.29-.18-.15-.05-.23-.12.09.1.05.15-.06.11-.03.38.12.2.06.2.02.14.05.11-.02.27.02.08.08.14.15.12.03.07.19.1.12.12.23.17.07.07.21.27.01.08.04.09.12-.02.05.08.01.06.06-.01.06.02.11.29.06.04.07.01.09.04 0 .13.08.08-.02.12.06.09-.01.1.03.07.18.17.22.14.05.17.09.16.09.04.1.07-.02.07.01.04.13.13.02.16.11.11.03.01.02-.02-.12-.18 0-.11.03-.01.22.17.02.13.08.07 0 .1.05.06.02.09.07.13 0 .2.04.14.14.22.12.04.02.11.12.28.13.15.07.12.01.08-.05.12-.01.08.08.25.11.13.15.04-.01.04.04.03.05-.04.02-.06-.02-.11.02-.03.04 0 .24.17.04.06.17.17.03.07.07.07.03.14.17.06.09.12.01.07-.05.2-.04.05-.13.08-.1.1-.09.06-.1.03-.08 0-.09-.12-.09-.33-.07-.07-.04-.11-.07-.09-.27-.13-.13-.14-.14-.09-.14-.14-.38-.22-.16-.11-.1-.12-.12.02-.05-.13-.22-.17-.05-.09-.01-.11.07-.45-.01-.08-.02-.01-.02-.05-.01-.14-.06-.14-.2-.3-.28-.11-.36-.26-.1-.14-.02-.07-.01-.16-.05.09-.07.07-.15-.01-.18.08-.1-.07-.14-.18-.16-.02-.11-.12-.22-.05-.12-.06-.03-.06-.02-.1-.04-.05-.18-.11-.14-.12-.13-.08-.05-.1.22.01.25.05.12-.02.15-.07.01.03-.01.07.16.1.07-.01-.06-.05-.05-.1.02-.04 0-.05-.09.01-.02-.02.09-.08.09-.21.04-.21-.09-.17-.17-.13-.35-.36-.22-.19-.06-.07-.05-.03-.18-.05-.14-.1-.26-.15-.1-.08-.08-.18-.06-.02.02-.12-.02-.22-.05-.06-.13-.05-.04-.15 0-.15-.03-.09-.24-.17-.01-.16-.02-.07-.13-.16-.2-.2-.01-.14-.05-.03.07-.01.03-.02 0-.09-.23-.15-.06-.2-.13-.1-.09-.23ZM-86.94-20.3l-.05.03-.03-.11.04-.11.05-.06.17-.03 0 .03-.05.08-.13.17ZM-106.5-21.61l-.03.08-.08-.03-.03-.14.04-.01.06.03.04.07ZM-110.92-18.74l-.06.02-.08-.06.02-.05.05-.03.05.06.02.06ZM-110.57-25l.03.11-.05-.02-.07-.06-.04-.08 0-.03.01-.01.1.05.02.04ZM-113.15-29.05l-.01.01-.11-.06-.23-.21-.08-.1-.01-.16.08.01.09.07.05.07 0 .08.17.04.02.17.03.08ZM-115.17-28.07l-.01.03-.17-.06.09-.12-.01-.12.04-.03.03.04.05.16-.02.1ZM-112.2-29.01l-.08.24-.08 0-.15-.08-.02-.04.06-.28.05-.03.14-.04.08.23ZM-118.24-28.94l-.04.04-.12-.21 0-.05.03-.03.06.01 0 .05.04.04.02.05.01.1ZM-86.71-21.24l.01.05-.04-.04-.01-.05.04.04ZM-91.68-18.68l-.12.03-.02-.03.23-.1.05.02-.12.05-.02.03ZM-109.81-24.15l-.02 0-.05-.05-.02-.13.01-.01.1.16-.02.03ZM-114.7-31.71l-.03.01-.06-.05 0-.04.08.03.02.04-.01.01ZM-111.1-26.02l0 .05-.03-.03-.07.15-.02.01.04-.2.04-.03.05-.01-.01.06ZM-111.7-24.39l-.01.04-.3-.18.07-.02.08.01.16.15ZM-112.06-24.55l-.02.02-.08-.12-.02-.08-.03-.03-.09-.03.08-.16.06-.34.03.07-.07.33.01.05.06.11.01.08.06.1ZM57.65 20.48l-.13.03-.14-.01-.06-.07.04-.02 0-.07.03-.11.03-.05.07-.04.03-.08.06-.06.08-.01.08.11.05.11-.01.12-.06.04-.01.07-.06.04ZM-16.37-19.71l-.07.1-.04-.1.09-.14.05-.02-.03.16ZM-12.28-14.81l-.13-.08-.05-.09-.08-.06-.12-.04-.08-.05-.03-.06-.09-.05 0-.1-.07-.11-.06-.05-.09-.01-.06-.09-.07-.02-.05-.08-.09-.27-.06-.09-.08-.04-.02-.04-.11.02-.07-.01-.02-.04-.05 0-.05.03-.06-.01-.06-.05-.04-.06 0-.05-.33-.27-.24-.08-.39.01-.03-.03-.03 0-.06.04-.04-.02-.02.01-.01.05-.09.02-.17 0-.14.02-.1.05-.15.02-.19 0-.11-.02-.04-.03-.06-.01-.07.02-.06.08-.1.22-.04.03-.04.1-.02.18-.04.08 0-.45.06-.16.02-.15.11-.33.14-.26.13-.36.05-.34-.02-.33-.04-.3-.12-.48-.1-.15-.17-.14-.04-.07.04-.03.11-.02.06-.1-.13.04.16-.32.05-.21-.01-.14.03-.09-.13-.19-.09-.23-.1-.06 0 .06-.03.05-.06-.03-.26-.46-.05-.03-.07.08-.05.23-.01-.09.09-.43 3.95 0-.08-1.17-.07-.25.02-.07.12-.18.41-.27.25-.05.29-.11.06-.04 0-2.53 3.34 0-.01-1.29 2.83 1.66 1.04.63-1.77.01.96 8.42.27.29-.15.78-3.78 0-.05-.03-.01-.15-.04.01-.04.05-.02.05 0 .11-.3.06-.19.03-.19-.01-.13-.04-.15-.02-.18 0-.11.02-.12.14-.08.13-.05 0-.5-.47-.05-.02-.18.13-.08.08-.07.19-.04.25-.07.1-.17.15-.17-.07ZM14.57-35.85l-.04.03-.09 0-.09-.05 0-.11.1.02.12.11ZM14.31-36.03l-.06.02-.06-.03-.01-.02.08-.02.04.02.02.02-.01.01ZM-11.39-12.4l.01-.08-.07-.05.04-.25-.01-.05.03-.11-.05-.05 0-.04-.11-.14-.01-.07-.07-.13-.13-.02-.04.06-.03.01-.05-.04-.02-.08-.15-.19.01-.1.08-.1 0-.04-.06-.11 0-.23-.21-.25.04-.19-.09-.16.17.07.17-.15.07-.1.04-.25.07-.19.08-.08.18-.13.05.02.5.47.05 0 .08-.13.12-.14.11-.02.18 0 .15.02.13.04.19.01.19-.03.3-.06 0-.11.02-.05.04-.05.04-.01.01.15.05.03 3.78 0 .15-.78-.27-.29-.96-8.42 1.77-.01 5.97 3.9.02.12-.01.16.13.11.32.16.03.03.01.06.04.08.07.05.17.06.29.02.06.04.13.15.26.07.2.03.26.11.07.06 0 .23.06.15-.01.04-.06.06-.08.16.01.05.14.09.06.02.08 0 .83-.15.01 2.14-.04.04-.02.38-.06.22-.1.17-.07.24-.04.05-.03.15-.06.08-.11.03-.19.16-.02.12-.47-.07-.02.02-.01.07-1.7.07-.35.29-.23.03-.43-.03-.06.02-.01.05-.46-.15-.17.05-.05-.05-.08-.02-.13.01-.09.02-.29.23-.44.19-.2.12-.28.05-.09.27-.06.02-.34-.1-.07.01-.06.03-.19.16-.09.12-.06.16.01.11-.03.03-.09.01-.16-.03-.05.01-.02.08 0 .18-.03.12-.23.1-.05-.01-.27-.18-.1-.03-.1.02-.1.07-.18.19.02.07.05.07.04.1-.01.09-.25.12.06.09-.01.24-.05.06-.07.05-.04.08-.04.03-.17.09-.31.06-.12.08-.06.06-.01.07.01.08.05.1.01.06-.02.15-.05.16-.05.08-.14.09.03.27-.02.2-.04.14-.17 0-.15.04-.06.04-.04.08-.1.08-.08-.01-.12-.06.05-.11 0-.03-.05-.16.01-.04-.03-.12-.14.03-.03.04.02.08-.01.01-.06 0-.08-.03-.09-.07-.03.03-.01.05.02.19-.02.04-.14-.01-.12.02-.03.04-.01.05.03.05-.06.06-.02 0-.06-.06-.08-.03-.18-.03-.03-.08-.07-.04-.04-.06-.06.02-.1-.01-.09.09-.06.1-.08.05-.1.03.01-.07-.03-.09-.22-.12-.04-.05-.06-.26.02-.2-.03-.04-.06-.04-.08-.02-.08.05-.09.01-.02-.02.1-.17.17-.16 0-.03-.01-.02-.06-.02-.1-.07-.05 0-.04-.04-.07-.12-.09-.03 0-.25-.1-.19-.08-.24-.04-.05-.08-.05-.18-.04-.09.02 0 .03.05.07.01.05-.01.04-.02.02-.13.03-.17.09-.05.1-.04.01-.07-.01-.46-.17-.19.07-.15.2-.06.04-.03 0-.03-.03-.14-.22-.05-.05-.07-.01-.06.04-.15.15-.05.02-.05-.02-.18-.15-.01-.03.08-.18.03-.02ZM73.42-3.23l-.04-.02.02-.04.03 0 .01.02-.02.04ZM73.51-4.17l-.01.02-.03-.02.05-.08.01.02-.02.06ZM100.12-6.44l.04-.2.02-.03.04-.02.04.01.09.13.28.1.09-.03.04.02.03.03.03.1.05.08.12-.01.06.02.03.07 0 .21-.09.11-.01.08.13.13.04 0 .04-.03.07-.12.3-.12.12.13.04.01.07-.01.08-.04.07-.16.12-.12.01-.08.03-.06.18.04.06.03.19.31.26.22.19.12.12.11.1.15.22.41.03.18.02.28-.05.41-.06.21.01.1.08.15-.02.14.02.12-.01.33.04.09.06.07.27.19.02.07.14.25.25.54.07.24-.01.06-.03.03-.07.02-.07-.04-.03-.12-.1-.09.01.16-.07.01-.1-.03-.13.03-.14.12-.07 0-.08-.17-.04-.05-.46-.24-.17-.07-.18-.18-.4-.21-.26-.2-.11-.12-.26-.11-.11-.13-.06-.03-.05-.05.05-.12-.05-.24-.18-.22-.09-.16-.18-.15-.07-.08-.06-.11.08-.05-.04-.08-.1-.13-.04-.14 0-.28-.14-.39-.13-.55.02-.19-.03-.2-.08-.2-.1-.14-.04-.12ZM117.58-4.17l-.13-.02-.17-.11-.18-.04-.4-.01-.11.01-.08-.03-.09.06-.1-.04-.08-.01-.1.01-.12.06-.12-.06-.04 0-.08.1-.1.06-.08.21-.03.04-.01.21-.02.1.03.18-.06.11-.02.13.01.04-.05.13-.14.05-.06-.04-.16.19-.01.21.1.06 0 .05-.21.17-.18.1-.03.09.03.11.04.07-.03.09-.1.04-.02.03-.02.13-.03.07-.06.11-.06.06-.12-.05-.26.05-.13-.01-.1.03-.14.12-.14.07-.11-.07-.05.01-.39-.13-.06 0-.02-.03.01-.04-.01-.05-.05-.02-.46.01-.23.08-.06.04-.02.1-.09.2-.16.03-.11.1-.04.01-.16-.02-.06.03-.26-.05-.19-.01-.16.03-.32.14-.12.02-.19-.14-.19-.19-.08-.04-.16-.17-.15-.12-.07-.1-.02-.16-.07-.03-.02-.04-.01-.05.09-.13.06.14.17.13.12.04.13.02.14.01.1-.03.32.17.11.03.16 0 .16.12.05.01.07-.01-.16-.09-.03-.07.01-.07.07-.05.04-.06.02-.16.08-.16.02-.08-.06-.06-.01-.1.01-.08.03-.06.11.07.09-.01 0-.25.07-.11.11-.08.5-.1.62-.15.25-.09.46-.58.26-.26.21-.24.07-.18-.01-.13.09-.04.02.03.08.03.05.05.04.07.03.06 0 .05.03.04.1 0 .09.15.1.09.05-.02.11-.13.04-.1-.03-.01.05-.07.01-.04-.05-.07-.04-.26.19-.14.09-.04 0 .21.08.3.06.03.08.01.07-.01.01-.02-.05-.08-.01-.17-.04-.12-.06-.12-.03-.03.24-.03.18-.16.02-.1-.11-.06-.05-.08 0-.08.18-.19.02.05.12.02.06-.01.08-.07.04-.11.14-.16.05-.12.03-.13.36-.39.25-.46.03-.01.05.04.02.12-.06.22.12-.05.11-.14.06-.12.05-.05.1.03.02.02-.01.09.05.15.09.07.12.04.11.06.04.04.04.12 0 .08-.08.07.04.13-.01.07-.02.06-.12.06.32-.06.08-.03.1-.08.06.07.06.12-.18.07-.01.02.04.06.06 0 .11-.04.11-.07.1.01.16.08.05.05.03.09.12.03.25.13.04.01.18-.01.08.06.01.06-.02.11-.03.04-.09.06-.22.08-.24.06-.12-.01-.17-.05-.12.03-.08.16.14.16.24.17.03.04 0 .05-.04.03-.05.02-.27.04-.22.07-.11-.01-.16-.08-.04 0-.05.04-.07.13ZM104.22-2.73l-.05.01-.04-.05.05-.1.04.1 0 .04ZM100.29-5.3l-.03.03-.07-.01.02-.17.03-.02.07.03.03.03-.05.11ZM99.85-6.47l.07.11-.05.06-.05-.01-.04.04-.04.01-.04-.08-.04-.03-.01-.05.06-.01.04.02.07-.03.03-.03ZM117.14-7.17l-.06.06-.02-.07 0-.08.09-.08.12-.01.01.06-.01.07-.03.04-.1.01ZM101.32-2.99l-.05.02 0-.06.04-.04.02.02-.01.06ZM111.39-2.42l-.03.02-.05-.04-.01-.3.03-.03.05.06.01.29ZM117.88-4.19l-.23.02.02-.03-.01-.05.05-.01.17.07ZM34.72 12.11l-.04.01-.02-.02.02-.09.03-.01.05.03-.01.06-.03.02ZM34.64 12.01l-.02.06-.04 0-.04-.05.01-.04.04-.01.03.01.02.03ZM33.2 14.01l-.05-.07-.11.07-.05.01-.07-.14-.05-.06-.1-.06.01-.03.03-.02-.01-.02-.13-.08 0-.02.09-.04.09-.09.12-.24 0-.14.03-.18-.05-.1.02-.1.05-.07.22-.07.16-.07.11-.14-.02-.02-.12 0-.03-.02-.09-.2.06-.31-.02-.19-.04-.03-.02-.04 0-.12.04-.02.08-.15.03-.09-.12-.27.09-.08.11-.03.2-.19 0-.04-.11-.16-.02-.16-.22-.19.04-.18-.1-.1-.06-.13-.04-.03-.05 0-.03.04-.07-.02-.02-.1-.06-.09 0-.02.05-.02.16.11.2.02.09.09.05.01.23-.02.07.01.12.06.06-.01.01-.03-.01-.07.01-.03.04-.03.09.04.23.19.16.22.04.08.05.21.01.08-.01.11.02.07-.01.02.06.11.03.16-.06.2-.01.05.01.04.12.16.04.1.08.01.09.11.02.12-.3.01-.04.03-.01.07-.08.2-.16.23-.01.09.12.46.04.26.04.43.1.13.19.03.06.03.34.35.6.77.02.19.02.03-.05.14-.04.24.03.15-.04.54-.04.1-.04.04-.11.03-.24.03-.04.03-.15.37.06.08.05.17.01.29-.02.02-.15.01-.03-.02-.05-.09.05-.05.02-.07-.03-.07-.06-.01-.09-.06-.17-.19-.15-.14-.08-.11-.11-.07-.02-.05 0-.12-.03-.06-.12-.13 0-.06.03-.06.08-.07.08-.22.1-.18.02-.28-.06-.42-.13-.17-.04-.02-.12.01-.11.03-.05.03-.36.05-.05.04-.14-.14-.11-.14-.15-.25-.04-.03ZM49.54 12.43l.1.21.3.43.03.2.1.31.11.46.02.47.04.22.07.21.13.21.04.24-.07.24-.12.23-.08.1-.02 0-.1-.06-.07-.1-.13-.34-.03-.02-.12.01-.08.07-.01.05.05.24.01.27.08.08.04.1.01.23-.03.11-.08.1.01.06.03.05-.03.04-.1.04-.04.04-.06.1-.09.21-.01.11.06.32-.02.23-.18.64-.24.58-.14.41-.12.42-.19.51-.14.44-.12.45-.17.49-.25.55-.07.36-.12.48-.13.4-.05.24-.19.35-.06.22-.13.35-.14.19-.1.07-.21.1-.11.02-.23 0-.23.06-.24.11-.32.19-.09.03-.3.01-.1-.03-.3-.21-.11-.03-.23-.03-.12-.04-.09-.11-.23-.12-.04-.14-.05-.07-.03-.15-.06-.1-.16-.18-.02-.06-.02-.56.01-.11.06-.1-.02-.11-.06-.11-.02-.12-.05-.11-.17-.19-.07-.2-.07-.31.01-.33.02-.12.04-.08.01-.06.1-.14.06-.29.08-.07.12-.04.1-.07.06-.1.05-.21.33-.49.11-.23.05-.23.05-.37 0-.12-.06-.13-.15-.23.01-.21-.02-.12-.12-.24-.07-.21-.03-.49-.02-.11-.05-.11.04-.19.44-.69.02-.08-.02-.21.02-.17.11-.04.36-.03.14-.07.12-.12.05-.03.05.01.03.05.04.03.14-.05.12 0 .03-.04.03-.11.04-.03.18-.01.28-.06.03.01.12.15.09.03.04-.03-.1-.09-.01-.1.05-.11.09-.09.21-.13.2-.15.06-.01.05.02.04.21.03.01.04-.03.03-.07 0-.06-.04-.11 0-.04.19-.21.07-.17.09-.07.05.06.01.06-.06.11-.01.06.05.02.05-.02.06-.13.08-.12.1-.1.2.03-.16-.12-.04-.18.18-.3.01-.07.03-.04-.09-.1-.02-.05.02-.08.04-.07.04-.05.06-.01.05.02.1.09.07.01.08-.08.06-.1.11-.07.11-.04.18-.16.11-.33.01-.1-.03-.12-.1-.25.01-.03.1.02.03-.02.28-.36.05 0 .05.04.02.07.21.24ZM48.34 13.36l0 .04-.13-.01-.02-.13.07 0 .01-.05.04-.01.04.11-.01.05ZM49.94 16.9l-.12.19.04-.16.12-.22.04-.02-.08.21ZM21.56-42.25l.06.01.28-.08.25 0 .09-.04.1.05.16.15.08.05.1.05.12.03.04.04.1.21.05.02.02.04-.06.11-.03.27-.14.01-.03.02-.02.13-.13.04-.2.02-.21-.04-.05.02-.15.01-.06.02-.15.16-.2.08-.18-.04-.08.04-.36.02 0-.02-.03-.03-.06-.02-.13.01-.03-.02-.05-.13-.09-.07-.08-.14 0-.12-.04-.13.06-.05-.01-.14.05-.15.03-.01.11.02.03-.02.03-.03 0-.12.03-.05.28-.1.08-.01.12.08.03 0 .04-.09.06-.03.17-.03ZM6.12-50.12l-.01.09.03.06.12.1.06.03.12.04.05 0 0 .09-.08.06-.03.05-.03.09 0 .06-.17-.05-.06.01-.04.04-.12 0-.03-.03-.11-.02-.03-.04.03-.01.06-.1-.15-.16.01-.11.05-.04.08-.12.11-.09.11.02.03.03ZM20.96-55.28l-.06-.01.12-.11.07-.18.03-.04-.01.13-.08.14-.07.07ZM22.76-54.36l-.08-.13.03-.14.12-.21 0-.03-.09-.06-.11-.04-.06-.09-.5 0-.39-.1-.29-.11-.16.01-.03-.08.04-.12-.07-.16-.11-.19-.01-.26.26-.12.34-.12.43-.1.51.03.18 0 .11-.02.09.02.07.06.08-.01.08-.04.41.04.2 0 .2.03.11.04.35-.02.3-.12.07-.01.06.01.04.07.13.13.52.07.49.23.2.15.12.05.2.03-.03.12-.11.21.03.02.19.01.08.02.02.02-.11.05-.07.09-.31-.01-.04.02-.03.07-.05.05-.08.04-.12.01-.11.03-.08.09-.06.11.01.13-.01.03-.04.02-.06.08-.07.13.01.02.14.02.05.03 0 .1-.07.02-.11 0-.06-.02-.01-.02.03-.03-.03-.05-.04-.03-.09.04-.09 0-.1.04-.13.08-.18-.01-.05.02-.05.15-.15-.01-.3.09-.13-.06-.18.02-.14-.01-.14.03-.17-.01-.08-.02 0-.14-.03-.06-.08-.06-.2-.08-.13-.02-.02-.05-.04-.02-.16-.03-.06.04ZM9.58-47.06l-.09 0-.01-.04 0-.07.05-.1.04.11.04.05-.03.05ZM9.52-30.23l.29-.11.08-.05.33-.39.04-.16-.15-.52.05-.09.15-.16.16-.03.07-.06.06-.09.01-.04.16-.09.06-.06.34-.18.33-.15.04-.06-.01-.05-.08-.12.01-.26.04-.28.16.06.15.03.47.23.15.03.32.03.39-.1.14-.02.26.1.3.03.32.08.08.03.18.13.09.04.67.12.09.08.09.15 0 .19.05.14.09.17.1.13.11.1.12.07.29.1.66.05.57.13.48.15.12.08.24.07.48.36.27.13.19.02.16-.02.3-.12.12-.08.3-.31.1-.16.04-.12-.01-.11-.04-.11-.08-.11-.06-.15-.03-.26.04-.18.06-.11.09-.11.25-.21.25-.15.44-.2.26 0 .11-.02.2-.14.09 0 .12.03.35-.01.15.04.18.09.4.1.17.07.04.17-.02.05 0 .07.18.12.51.05.1.03.14.09.09.03.35.01.2-.02.2.04.07.03.08.07.12.23-.04.02-.09.12-.17.17.03.28.1.28-.02.1-.08.22-.18.26.01.07.09.24.07.32.11.39 0 9.18-1 0 0 .5-8-3.95-1 .45-.42.22-.33.16-.03 0-.6-.5-.12-.06-1.51-.34-.2-.37-.23-.4-.03-.03-.82-.23-.25.07-.11-.05-.08-.06-.03-.09-.1-.11-.09-.26-.01-.21-.02-.07-.55-.74-.03-.08.02-.1.05-.08.37-.22.02-.08.01-.22-.05-.07-.05-.12-.04-.18 0-.11.17-.46-.06-.25-.04-.52.02-.41-.02-.15-.07-.25-.11-.27-.09-.16-.16-.19-.08-.13.21-.11ZM-11.51-6.91l.06-.04.07-.14.11-.14.1-.08.08-.09.21-.14.19-.2.04-.02.08-.31.05-.06.13-.03.03-.03.08-.29.13-.04.05.01.04.08.26-.09.02-.02.04.09.04-.03.04.01.05.07.06.02.03.03.01.17.03.02.01.11.03.08 0 .1.05.07.02.1-.01.13-.08.15.07.03.04-.02.09.03.14.16.07-.01.09-.04.07.01.04-.06.02-.07.09-.1.01-.12.02-.05.05-.03.08.01.02.05.12.11.14.45 0 .09-.03.06 0 .12-.07.09-.2.2.01.02.14.03.11.11.14.06.13-.01.09.01.09.06.09.19 0 .06.07.06.09.01.12.07.04-.01.03.01.02.19.03.1-.03.07 0 .16-.06.08 0 .1-.02.03-.06.03-.02.26.02.43.03.04-.12-.02-.34-.14-.26-.08-.87-.46-.25-.19-.27-.28-.63-.56-.14-.09-.18-.04-.11-.05-.07-.05-.07-.16-.15-.09-.29-.13-.22-.22ZM28.74 30.1l-.09.03-.07-.01-.19.03-.25.3-.01.08-.07.1-.04.01-.27-.04-.16-.13-.04-.06-.06-.05-.1-.04-.04-.07 0-.09-.16-.22-.14-.28.01-.03.04-.03.19-.08.07-.06.1-.16.07-.06.21-.3.22-.07.27-.17.4-.12.09.11.14.09.09.1.23.16.12.05.09.18 0 .05-.09.25-.16.13-.04.22-.2.12-.16.06ZM35.98-34.63l.28 0 .04-.05.08.02.05.05-.1.11.05 0 .08.03.05.04.08.21-.06.09-.07.07-.11.05-.07.08 0 .04.09.05-.28.01-.07.05-.05.05-.03.06.03.05.06.02-.01.04-.05.02-.05.07-.32.23-.02-.03-.05.02-.04.13-.08.05-.19-.02-.11.01.05-.08.09-.23.09-.11.17-.38.1-.15.04-.22.15-.19.12-.05.06-.06 0-.08ZM26.6-55.67l-.2-.03-.12-.05-.2-.15-.49-.23-.52-.07-.13-.13-.04-.07-.06-.01-.14.03-.23.1-.35.02-.11-.04-.2-.03-.2 0-.41-.04-.08.04-.08.01-.07-.06-.09-.02-.11.02-.18 0-.51-.03-.43.1-.34.12-.26.12-.03-.19.01-.38.04-.18.19-.11.09-.09.05-.11.02-.11.04-.08.27-.25.83-.15.09.12.39.21.1.07.15.23.36.12.28-.04.35-.16.1-.08.02-.08-.04-.31-.06-.14.02-.09.59-.13.2-.06.12.06.03 0 .02-.05.06.01.23.1.15.03.07.04.2.03.04.05.27.19.16.06.07.01.37-.08.07 0 .06.03.16.04.28.02.04.01.03.08.26.11.03.03 0 .1-.01.02-.06.03-.04.09-.01.07-.07.13.02.01.14-.03.05.02.03.03.01.08.05.04.07.1.09.05.07.16.03.13-.05.12-.03-.01-.09.02-.14.05-.25.17-.06.11-.15-.01-.12.01-.26-.03-.1.02-.13.1-.05.02-.17.02ZM102.13-22.38l.05.1.12.1.19.22.09.06.03.05.03.14.02.03.04.02.04-.02.03-.03.03-.09.02-.01.02.07.08.03.03.03 0 .11-.04.06-.06.24.03.07.22.31.11.05.25.06.18.08.08-.02.07-.09.09-.05.22-.09.25.13.23.17 0 .05-.05.05-.12.06-.04.05.02.02.11.01.12.04.08.16.11-.01.04.02.04.03.04.09 0 .06-.08.07-.11.2-.15.13-.04.01-.29-.08-.23.02-.02.02.04.09.01.08-.03.06-.13.08-.01.04.03.03.19.07.5.34.11.06.27.07.13.05.03.03-.04.08-.02.12.07.11.18.15.12.04.13.17.04.15.06.09.31.33.27.19.16.22.07.05.03.07.01.23.06.05.06.11.08.04.09-.08.02.01.04.12.04.05.14.07.23.2.1.04.01.04-.02.05-.03.03-.17.08-.02.04.06.12.05.06.28.23.09.14-.09.19-.06.04-.02.04.04.11-.01.05.01.12-.05.04-.05.1-.13-.03-.08.09-.1.08-.08-.01-.09.1-.12.02-.04-.02-.04-.06-.18-.11-.06-.08-.05.06-.1.07-.13-.03-.05.11-.16.01-.03.02.02.08.1.13.02.08-.05.13-.17-.01-.07-.05-.09-.1-.21-.08-.14.05-.04 0-.07-.05-.07-.1-.03-.09.16-.07.08-.05.06-.06.02-.06.02-.25.03-.09-.02-.11-.04-.09 0-.13.02-.1.06-.05.05-.08.02-.17-.02-.04-.16-.08-.06-.05-.03-.06 0-.05.04-.05-.08-.05-.18-.05-.1-.07-.02-.08-.21-.23-.07-.18-.01-.23.02-.2.06-.22-.08-.16-.09-.09-.11-.06-.11-.09-.11-.12-.27-.4-.1-.1-.05.03-.41-.13-.2.01-.04.04 0 .03.03.03-.02.03-.06.02-.05.04-.06.08-.04.11-.06.04-.18.04-.14.1.01.03-.06-.01-.02-.04 0-.06-.05-.03-.09-.02-.23-.17-.08-.05-.05-.01-.07.04-.08.09-.07.03-.06-.02-.05.04-.03.08-.05.06-.28.17-.24.22-.06.02-.15-.06-.05-.04.2-.45.03-.11.01-.08-.01-.07-.09-.12.01-.07.11-.14.12-.36-.01-.11-.08-.24.02-.16-.01-.06-.05-.03-.2-.03-.05 0-.1.07-.18.04-.12-.05-.09-.1-.02-.11.07-.13.07-.2 0-.04-.02-.05-.03 0-.06-.06-.06-.1-.05-.05-.05.01-.13.13-.02-.01 0-.06.06-.27.07-.14.08-.07.08-.02.08.01.08-.02.05-.03 0-.02-.07 0-.03-.04.05-.12.04-.02.05-.07.04-.12.06-.06.06 0 .26-.16.06-.1.06.05-.03.11.04.03.01.16.06.04.16-.05.1 0 .04.03.13.05.09-.06 0-.03-.08-.08.03-.29-.01-.22-.14-.16-.04-.17-.04-.09.1-.08.05-.13.07-.04.1.11.1-.05.08 0 .11.06ZM70.96-40.24l.03-.02.31-.03.08.01.14.07.11-.01.06.07.15-.08.12-.03.05-.08.12-.1.1-.01.02.03.11.02.05-.06-.04-.06.01-.05.02-.01.17.06.11-.04.07-.05.02-.04.37-.16-.01-.02-.14-.03-.12.02-.04-.02-.21-.02-.11-.1-.15-.06-.07 0-.08.03-.02-.02-.03-.14-.05-.02-.06.03-.09-.03-.08 0-.02-.12-.03-.05-.04-.05-.09-.04 0-.07-.04-.02-.06.04.02.06-.01.07-.03.04-.03.02-.05 0-.08-.03-.01.2-.02.02-.09-.03-.19 0-.08-.04-.25-.07-.04-.14-.05-.05-.04-.01-.18.05-.18-.09-.09-.01-.02-.06.27-.16.11-.1.07-.04.1-.04.07-.01.04-.1.39-.14 0-.03-.02-.02-.17-.07-.09.03-.06-.04 0-.05.11-.12.02-.08.08-.05.07-.08.09-.06.16-.05.09.01.23-.05.08 0 .34.06.12 0 .26.08.21.04.11.08.33.03.09.03.13.08.08.01-.07-.18.14-.41.05-.05.28-.08.06-.07.19.01.05-.01.02-.04.41.18.43.16.31.06.27.03.05-.02.11-.1.05-.01.67.02.55-.05.18.06.56.01.22.04.35-.01.16.01.26.07.27.03.07-.02.04.02.03.09.1.06.13.13.06.02.31.02.12.03.29.22.04.13-.03.03-.31.01-.07.02-.07.1-.42.12-.06 0-.55.22-.38.19-.01.09-.23.2-.16.03-.14-.01-.1.04-.14.03-.4-.02-.2-.03-.07.02-.09.04-.11.16-.05.04-.08.2-.1.13-.16.1-.06-.08-.1.05-.1-.01-.19.09-.19-.01-.02-.02-.04-.19-.04-.09-.06-.02-.28.15-.13.03-.11 0-.14-.04-.05.03-.01.03.04.08-.01.02-.15.02-.27.17-.17.05-.22.03-.03.02-.16.24.01.04.04.04.03.14-.09.09-.1.03-.25 0-.24.09-.12.01-.24 0-.23-.03-.08.01-.2.04-.13.13-.19-.14-.05 0-.21.07-.05-.03 0-.11-.06-.03-.12 0-.05-.03.02-.07-.05-.05-.07 0-.13.07-.2.04-.06.08-.21.02-.07-.02-.12-.15-.11-.03-.11.01-.14.04-.08-.04-.03.02-.18.01-.36-.02-.14.04-.16.01-.02-.15-.05-.09.01-.07.07-.14.12.06.05-.01.01-.03-.02-.07.06-.08.44-.1.48.15.07.1.04 0 .04-.02.05-.11.09-.05.21-.06.01-.05ZM71.21-39.89l-.03-.09.05-.07-.15-.03-.06-.07-.04.02-.02.04.01.05.07.05-.03.09.15.02.05-.01ZM71.78-39.95l.01-.04-.11.02-.01.02.08.04.03-.04ZM70.7-39.82l0-.03-.22-.03.08.09.05 0 .09-.03ZM48.27-29.62l-.05.02-.04-.01-.1-.19.04-.05-.01-.02.07-.11.05.04.12.16-.01.09-.07.07ZM48.44-28.54l-.77.01-.09-.1-.06-.21-.09-.15-.9-.11.24-.25.14-.19.19-.4.05-.06.18-.08.19-.02.15 0 .08.02.23.1-.01.03.03.11.14.22.01.05-.18-.05-.25.2 0 .03.13.02.09 0 .06-.02.05.04.04.08.09.29.16.22.1.22ZM20.35-42.83l.12-.03.02-.02-.03-.05.16-.1.03-.04.01-.03-.05-.08.01-.02.14-.06.04 0 .05.09.21.08.16.13.02.05.16.08-.01.08.27.07.06 0 .03.01 0 .02-.14.26-.08.04-.01.02.04.08-.17.03-.06.03-.04.09-.03 0-.12-.08-.08.01-.28.1-.03.05 0 .12-.06.05-.12-.02.01-.14-.09-.21-.14-.09-.11-.03-.05-.09-.13-.12.03-.08-.06-.1.02-.03.14.01.03-.05.13-.03ZM172.97-3.13l-.08.03.07-.05.01.02ZM172.84-3.05l-.07.04-.02-.02.03 0 .05-.04.06 0-.01.02-.04 0ZM173.02-1.85l0 .03-.09-.12.09.09ZM173.03-1.72l-.04.01.04-.04-.01-.06.02.01-.01.08ZM173.03-1.01l.06.04-.1.13-.02 0 .1-.12-.04-.04-.02.01-.02-.03.04.01ZM174.51.8l-.03.03-.02-.03.02-.03-.03-.12-.04-.02-.03-.04.09.05.04.16ZM174.77 1.21l.01.05-.03 0-.03-.13.05.06 0 .02ZM173.04-1.34l-.03 0 .02-.02.12-.03.02.01 0 .02-.13.02ZM169.55.87l-.01.01-.02-.01 0-.02.04.01-.01.01ZM-172.21 4.51l.03 0-.04.02-.01-.02.02-.02 0 .02ZM-171.09 3.13l-.01.01.01-.01ZM-171.23 4.46l-.03.01.01-.03.02.02ZM-174.51 4.67l.01.03-.04-.04.03.01ZM-154.95 4.09l-.07-.04.07-.02 0 .06ZM-151.78 11.44l-.01.02-.02-.01-.01-.02.01-.04.03.05ZM-155.87 5.63l-.05 0-.01-.02.06 0 0 .02ZM-157.34-1.86l.16.12-.07.01-.17-.06-.16-.11.05-.03.02.04.08.04.06-.1-.12-.08.17.06-.02.11ZM-159.34-3.92l.08.08-.01.04-.09-.01.05-.01 0-.02-.04-.04-.02 0-.01.03-.03-.02.04-.05.03 0ZM-171.7 2.77l.06.04.01.05-.07-.04.06.03-.03-.06-.06-.02.03 0ZM41 2.16l-.04.01.02-.06.11-.07.04.01.01.03-.02.02-.12.06ZM33.9 1l.02-.98.02-.19.1-.12.04-.09.03-.13.05-.09.11-.09.14-.18.07-.17.12-.12.19-.07.01-.02-.01-.13.06-.11.12-.15.01-.08-.01-.34-.06-.17-.03-.19.02-.06-.04-.11-.05-.03-.07-.2-.15-.1-.07-.2-.07-.04-.05-.25.04-.24-.05-.04-.12-.04-.1-.08.01-.06-.05-.02-.15-.33 1.29-1.27-.01.08.07.05.09-.05.05-.01.28.08.04.06.01.12-.02.05-.02.16 0 .14.16.19.06.12.04.03.06.02.77.02.06.02 1.18.76.14.03.38.02.14.04.47.08.27.02.05-.01.12-.11.13-.17.05-.1.17-.1.52-.23.24-.09.37.31.08.02.1 0 .56-.04-.54.78-.38.39.02 3.68.54.7.02.04-.01.09-.14.17-.12.08-.16.03-.11-.03-.03.04-.02.07-.06-.04.03.17-.02.08-.08.07-.01.05-.17.15-.23.02-.13.07-.06.06-.04.13.02.2-.07.15-.01.08-.13.1-.09.19-.04.04-.04.21-.07.17-.11.19-.15.33-.11.15-.09-.02-.07.08-.03-.01-1.43-1.04-.05-.1-.1-.04 0-.04.07-.15.01-.06-.03-.18-.02-.02-3.29-1.85-.37-.2-.08 0ZM50.18-44.86l-.03.03-.05 0-.1-.11.02-.1.04-.03.05-.01.01.02-.07.05-.01.06.06.07.08.02ZM50.31-44.97l-.03.01-.03-.06.04-.06.06 0-.04.11ZM52.68-45.41l-.02.01-.1-.07.05-.06.05.01.03.06-.01.05ZM70.95-42.25l-.24.08-.13.13-.04 0-.05-.04-.08 0-.19.13-.13.13-.13.07-.3.08-.26.13-.03.05-.22.06-.09.06-.02.11-.05.06-.25.16-.16.16-.02.05 0 .06.04.11-.03.04-.07.01-.09-.01-.25-.1-.11-.09.06-.22-.05-.03-.13-.14-.13.04-.06-.03-.93.05-.1-.04-.11-.31-.1-.5-.49-.01.01-.31.03-.16.05-.52-.3.11-.3-.43-.23-.11-.36-.29-.1.02-.37.14-1.23-.08-1.22.14-.46-.39-.37-.29-.06-.08-.03-.1-.06-.04-2.45-1.17-1.08.22-1.5.35 0 3.67-.43.06-.06-.01-.24-.19-.3-.35-.05-.11-.04-.05-.18-.11-.41-.2-.15-.05-.11-.01-.32.04-.44.09-.19.06-.19.09-.38.28-.03-.32.16-.33.02-.13-.04-.2-.05-.05-.06-.01-.17 0-.05.02-.09-.07-.1-.01-.12.03-.06-.02-.05-.04-.15-.19-.08-.06-.32-.01 0-.31-.06-.1-.1-.07-.08-.1-.23-.44-.14-.08-.22-.02-.14-.04-.05-.03-.03-.05 0-.05.05-.12.11-.04.45-.01.19.1.13.03.2-.04.16.01-.05-.05-.18-.04-.09-.09-.2-.14-.01-.07.03-.06.11-.06.1-.08.08-.16.09-.08.12.02.19-.06.8 0 .38.08.17.01.12-.02-.12-.08-.24-.09-.07-.07.12-.21.15-.19.09-.22-.02-.22-.05-.07.02-.07.09-.12-.1-.19-.15-.09-.24-.01-.2-.03-.06.03-.03.04-.25.09-.05-.01-.08-.06-.26-.03-.1-.09-.03-.01-.44-.08-.26.07-.24.1-.1.06-.05.01-.11-.01-.11.09-.21.09-.1.07-.11.04-.26.02-.04.03-.15 0-.09.02-.01.03.02.08-.07-.03-.08.06.02.04-.65-.24-.07-.07-.01-.05.06-.06.05-.01.17.06.1 0 .07-.02.01-.04-.41-.55-.28-.27-.1-.12-.06-.04-.63-.05-.19.06-.09-.05-.11-.16.03-.18-.05-.1-.07-.05-.15-.04-.19-.09-.05-.16.09-.23.15-.17.11-.07.07-.11-.01-.05-.17-.1-.05-.07.02-.13.07-.2.1-.15.26-.15.05-.06 0-.16.03-.05.04-.05.13-.08.1-.01.11.03.14.1.37.35.12.07.09.03.17-.04.16-.06.05-.03.03-.05-.02-.09-.12-.25-.03-.2-.05-.06.04-.01.15.02.51-.25.06-.08.04-.1.08-.05.32-.05.11-.07.32-.09.06-.03.21-.19.24-.16.03-.06.37.08.11.06.03.09.05.03.26-.01.4-.19.21-.04.11.03.17.17.07.03.17-.02.3.04.21-.03.2.04.08.05.16.15.35.13.26.21.12.13.05.2.05.04.08-.01.04-.04.01-.07-.01-.12-.03-.1-.05-.03-.01-.04.02-.04.07-.02.09.01.14.06.14.07.18.13.17.07.18.07.15.02.11-.02.25-.11.09-.13.35-.18.13.04.23-.07.16-.02.17.03.13.09.13.06.21-.03.07-.06.04-.07.07-.04.22.02.14-.01.17.02.19.09.33.28.62.08.02.03-.02.07.02.02.23-.05.06-.04.15-.22.04-.04.06-.01.05.02.18.13.35.04.3-.04.29-.08.16-.08.08-.13.04-.15.07-.09-.02-.09-.2-.12-.34-.05-.05-.05-.51-.11-.07-.12-.11-.06-.21-.06-.04-.04.03-.05.17-.05.19-.1.08-.02.17 0 .27-.13.05-.06-.01-.05-.16-.18-.05-.11.03-.06.25-.23.35-.03.49.04.08.02.07-.03.04-.04 0-.05-.06-.05-.25-.06-.11-.06-.08.01-.14-.02-.13-.04-.11-.01-.04-.05.02-.07.05-.04.08-.02.09.01.13-.04-.01-.05-.05-.03-.06-.01-.16.04-.27-.07.01-.04.12-.09 0-.13.03-.08.09-.06.1-.03.66.1.01-.03.04-.02.46-.01.09-.03.04-.03.44-.03.12-.07.22-.01.31-.07.13.01.19-.04.02-.02.14-.05.26-.03.19.03.28-.05.16.06.07-.02.08-.16.14-.04.1-.06.23 0 .2-.07.04.03.27-.01.53-.07.35-.05.16-.04.43-.04.14-.07.32-.04.06-.02.03-.05-.01-.07-.03-.04.1-.03.22-.02.19-.1.13-.05.14-.03.51.03.25.05.24.11.2.04.19-.05.12-.07.25-.02.17.17.08.18.2.35-.03.06-.01.18-.1.1.04.05.25.05.34-.02.21-.04.12.01.06-.02.04-.08.08-.02.08.06.12.15-.01.07.03.09.04.02.14-.06.01-.02-.04-.07.02-.03.04-.01.29.02.21.13.11.02.15 0 .13-.04.11-.07.05.01.04.02.01.04-.04.07-.28.12-.09.1-.03.11.08.09.01.06.1-.02.17-.11.22-.04.21.01.14.03.14.09.05-.01.03-.05.02-.1.39-.18.15.01.23-.07.16-.08.02-.1.04-.02.22-.02.22-.06.38-.14.24-.03.26-.1.08 0-.05.12-.09.14-.05.04-.23-.01 0 .04.06.09.09.08.9.44.23.12.16.11.62.63.67.77.41.49.43.6.08.02.01-.08.14-.07.12-.01.08-.03.03-.05-.03-.14.03-.04.1-.04.06 0 .04-.06.09-.01.14.01.09.09.16 0 .01.04-.07.18.06.02.19-.02.07.01.05.09.01.05-.02.05.04.03.16 0 .31-.03.16.06.23-.03.16.01.12-.04.15-.12.26-.01.07-.06.07-.03.2 0 .36.1.22.11.06.1.1.07.07.09.09.23.06.05.08 0 .21.04.23.11.08 0 .07.03.01.05-.03.06.03.06.14.14.09.13.06.02.08-.02.13.01.38.05.05.01.04.05.21 0 .11-.09.13-.05.19-.13.07-.01.05.03 0 .05-.11.09.01.05.09 0 .09.07.14.17.12.07.16.03.07.07.02.06-.09-.02-.29.01-.05.01-.14.08-.02.07.03.08-.04.16-.05.07-.12.1-.07.03-.11.01-.1.04-.21.03-.23.01-.08.03-.1.13-.09.2-.04.13.04.17.03.26.08.15-.01.09-.08.06-.05.09-.05.04-.25.02-.22.13-.15.07-.07.01-.04-.03-.03-.08-.05-.03-.33-.03-.32.03-.39-.07-.44-.15-.1-.02-.06.02-.05.22-.29.58-.14.23-.04.15-.2.45.02.04.28.1.02.05-.03.15-.08.09-.04.01-.16-.09-.05-.01-.15.02-.13.04-.12-.02-.08-.05-.03-.08-.07-.04-.09.04-.74.18-.22 0-.13.02-.28.08-.17.02-.19.13.01.02.12.06.25-.01.21.06.02.04-.02.03-.06 0-.02.02.01.03-.04.08-.01.11.03.22-.02.12.04.05.04.1.07.06.2.46-.04.08.01.04.06.04.06.11-.01.04-.03.02-.13-.03-.23.09-.02.04.01.03.17.06-.01.04-.12.01-.17.06-.09.13.02.15.08.28-.05.05-.29-.22-.12-.03-.31-.02-.06-.02-.13-.13-.1-.06-.03-.09-.04-.02-.07.02-.27-.03-.26-.07-.16-.01-.35.01-.22-.04-.56-.01-.18-.06-.55.05-.67-.02-.05.01-.11.1-.05.02-.27-.03-.31-.06-.43-.16-.41-.18-.02.04-.05.01-.19-.01-.06.07-.28.08-.05.05-.14.41.07.18-.08-.01-.13-.08-.09-.03-.33-.03-.11-.08-.21-.04-.26-.08-.12 0-.34-.06-.08 0-.14.04-.09.01-.09-.01-.16.05-.09.06-.07.08-.08.05-.02.08-.11.12 0 .05.06.04ZM35.79-32.73l.1.02.07.04.1.14.16.03.15.11.11.03.34.04 1.23-.68.72-.37.29.88-.08.02.06.16.21-.04.04.11-.29.23-2.04.52.52.48.5.51-.31.15-.04.04-.14.3-.74.14-.05.04-.22.33-.41.3-.05.01-1.07-.16.03-.13-.01-.07.05-.24.05-.19.07-.16 0-.28.03-.1.27-.61-.04-.1.1-.44.06-.1-.03-.21 0-.12.04-.14-.02-.16.02-.24.04-.04.13-.05.05 0ZM133.37-36.2l-.04.03-.09-.01-.05-.05.02-.06.09-.05.08.09-.01.05ZM138.34-37.82l-.11-.01.05-.02.04-.12 0-.02-.07 0 0-.09.06-.08.19-.16.01.06-.06.18.12.01-.07.17-.16.08ZM134.93-34.29l-.11.09-.09-.01-.05-.04-.01-.04.09-.08.07-.1.13-.08.04.01-.09.14.02.11ZM130.62-30.26l-.11.02-.06-.02-.06-.13.11-.08.17.1-.05.11ZM130.96-30.4l-.09.01 0-.05.07-.14.01-.09.06-.12.05-.04.02.04-.02.15-.07.11-.03.13ZM130.08-32.23l-.08.04-.01-.04-.03-.01.06-.05 0-.02-.04-.04.04-.12-.01-.05.16-.02.03.05 0 .15-.12.11ZM129.28-34.12l-.07.04-.02-.06.02-.18.13.04 0 .05-.06.11ZM129.39-34.35l-.02.04-.07-.03-.03-.03.06-.15-.01-.06.01-.03.12-.08.03.04 0 .11-.1.12.01.07ZM128.67-32.78l.03.02.11-.02.03.02.05.11-.1.01-.04.05-.06-.01-.04-.06.02-.12ZM130.38-32.42l-.13-.01-.01-.03.13-.07.09.01-.08.1ZM141.07-45.33l-.04.06-.05-.09-.01-.1.09.01.01.12ZM141.3-45.12l-.07.01-.09-.04-.01-.06.07-.04.05.02.08.08-.03.03ZM139.48-42.08l-.05 0-.02-.08.02-.04.13-.04-.05.14-.03.02ZM134.35-34.48l-.1.06-.01-.05-.06-.05.15-.01.04.01-.02.04ZM139.46-34.73l-.01.05-.06-.01-.02-.03 0-.06.06 0 .03.05ZM129.08-32.84l-.03.01-.05-.12.03-.02.08-.16.04.13.03.01-.03.04-.04.02-.03.09ZM129.49-33.22l-.07.04-.05 0 .05-.05 0-.03.04-.07.11-.03-.06.07-.02.07ZM129.8-33.75l-.07.04-.05-.03.04-.12.06.03.02.08ZM132.58-34.11l-.03.04-.09-.02.08-.08.04.06ZM132.27-33.94l.04.03.13 0-.08.06-.15-.02 0-.08.06.01ZM129.72-31.66l-.03.02.02-.08.08-.07 0 .05-.07.08ZM142.19-26.62l-.02 0-.06-.1.01-.01.04.02.04.06-.01.03ZM143.82-44.12l.19 0 .09.02.38.15.12.02.2-.01.07-.04.23-.19.24-.16.03 0-.02.1-.22.36-.03.1.04.11.07.08.13.28.15.02.18-.11.08-.01.08.01-.21.1-.08.1-.19.01-.12.04-.2.11-.11.03-.41.06-.21-.04-.1.01-.23.09-.21.13-.18.15-.15.18-.1.2-.02.14-.07.08-.13-.02-.2-.1-.4-.14-.66-.32-.44.03-.42.21-.28-.22-.09-.01-.14.01-.13.12-.03.06.01.09.09.09.11.07.2.01.42.31-.07.05-.08.02-.09 0-.25-.08-.17.15-.1.15-.24.1-.06-.01-.05-.04-.03-.05-.01-.06.02-.12.06-.1.03-.11-.05-.16-.16-.12-.07-.09-.01-.11.04-.19.03-.07.23-.08.31-.22.06-.1-.09-.12-.02-.07.01-.06.1-.04.29.13.36.03.16-.02.08-.08.03-.1-.01-.26.05-.11.15-.17.05-.1.01-.24.1-.22.02-.24-.06-.22-.14-.22.01-.1.08-.14.16-.04.11-.07.48.39.28.3.18.15.19.14.22.13.36.18.11.09.06.01ZM131.18-33.6l.19.03.21-.08.06.01.05.04.03.05-.01.05-.17.23.36.02-.05.07 0 .06.1.07-.04.08.1.05-.03.08-.25.25-.07.12-.13.35-.07.24.02.1-.02.11-.12.27-.2-.04-.07 0-.03.06.06.12-.2.15-.21.1-.01-.05.08-.09.03-.12-.02-.11-.07-.2.08-.02.02-.07-.02-.04-.13-.01-.04.05-.05.11-.03.1.01.06.02.05.08.08-.05.09-.28-.09-.06 0-.05-.02-.05-.12.14-.04.02-.04.01-.11-.05-.1-.08-.07.02-.08-.02-.24.13-.05.08-.08.16-.24.08-.16-.08-.01-.06-.03.07-.07-.02-.1-.11-.12-.06-.14-.14-.09-.11.08.04.09.01.16.1-.02.05.02.03.09-.02.06-.04.02-.06 0-.09-.07-.1-.02-.1.05-.1.1-.08.05.04-.07.02-.09-.14-.15-.03-.12.02-.06.1.08.05.09.07.04.09 0-.09-.17-.32-.22.03-.1.09-.02.14.04.02-.06-.03-.06.24-.08.1-.08.11 0 .09-.03.07-.1.05-.11.18-.08.17 0 .11.05.11.2.12.07ZM134.36-34.26l.14.04.14-.01 0 .19.01.06.04.05-.01.08.06.03-.19.09-.17.12-.08.08-.1.18-.02.1-.06-.04-.16-.16-.11-.04-.16-.03-.06.01-.34.15-.14.28-.13.1-.04.14-.11.09-.07 0-.11-.03-.05.02.07-.14-.22-.02 0-.09-.06-.05.05-.07 0-.05.04-.08-.01-.03-.06-.01-.05-.03.01-.1-.13.01-.19.08-.06 0 .33-.17.28-.18.15-.3.15-.11.05.01.06.09.08.07.06 0 .16-.05.12.01.11-.05.05-.05.01-.06-.04-.11.06.01.05-.01.12-.07.12-.04.12-.01.15.04.14.06ZM141.23-41.37l.04.02.18-.05-.05.3.01.26.02.12.03.11.08.08.11.06.15.18.18.45.01.05-.01.36-.07.21-.01.11-.06.02-.03.05-.07.04-.08.02-.01.06-.1.16-.04.26-.04.1-.1.02-.12 0-.14.04-.15.19-.03.1 0 .1.07.25.04.23-.04.36-.03.11-.18.15-.06.12-.1.23-.01.11-.05.16.05.17.19.28.06.06-.23.06-.18.15-.05.12.01.12-.06.09-.2.08-.1.06-.14.14-.07-.02-.05-.04.04-.05-.01-.06.02-.16-.02-.07.08-.05.03-.07.15-.12.01-.05-.11-.08-.08 0-.08.01-.04.05-.02.12-.12.08.02.09.03.05.04.02-.06.1-.04.01-.08-.1-.09-.06-.22.02-.09.07-.05.11.01.14-.03.12-.07.1-.12.11-.06.01-.05-.03-.03-.05.04-.18 0-.09.1-.05-.08-.08-.1-.02-.14.03-.07.1-.16.14-.1.12-.06.13-.21-.04-.44-.02-.22.02-.26.06.02-.04.21-.08.01-.03-.03-.04-.24 0-.07-.07-.02.03 0 .09-.03.01-.04-.02.02-.08-.04-.17.05-.05-.05-.03-.05.01-.11.07-.16.3.09.09.26.16 0 .05-.03.06-.31.06-.21.08-.41.62-.23.07-.24-.06-.1-.17-.17-.18-.05-.11.01-.17-.04-.11.03-.03.14-.06.04-.04.1-.13.01-.07-.06-.03-.32.02-.11-.03-.19-.11-.27.01-.11.04-.15.02-.24.17-.09.03-.3.03-.14.04-.3.13-.12-.03-.25.07-.11.01-.13-.04-.11-.06-.11.03-.07.09-.04.2-.04.09-.02.1-.38-.21-.28.03-.25.07-.16-.07-.15.04-.03-.28.01-.04.1-.09.13-.02.13.02.09-.02.16-.14.35-.18.3-.24.1-.05.15-.14.21-.15.08-.11.22-.09.24-.05.11 0 .11.1.06-.01.05-.03.13-.01.24.02.35-.05.25-.09.42-.03.3-.09.09.03 0 .06-.04.07.04.04.06.02.27.01.08.02.12-.05.21-.13.08-.09-.07-.1-.01-.12.06-.13.09-.1.2-.14.34-.38.05-.21-.03-.25.12-.18.36-.12.12-.02.02.03 0 .05-.19.16-.22.11-.03.05.09.09.03.07-.01.06.01.06.1.07.13.02.05 0 .04-.02.17-.18.4-.11.2-.09.11-.02.1-.05.23-.17.08-.08.08-.09.11-.21.06-.07.37-.17.15-.13.12-.36.06-.1.17-.19.05-.09.08-.22.03-.13.07-.08.06-.1.01-.05.01-.16-.01-.13-.05-.11-.05-.03-.14.01-.07-.04.02-.04.07-.01.08-.05.1-.24 0-.05-.09-.22 0-.07.11-.13.17-.04.08-.08.05-.1.01-.06-.02-.15.07-.07.05.02.19.01.05.31.07.06.05 0 .05-.04.02-.06.07-.01.18.06.06-.04.04-.07.04-.11-.01-.11-.05-.03-.04 0-.09.05-.27.05 0-.11.06-.18.03-.05.05-.02.17.04.12.09ZM124.29-24.52l-.05.16-.05.02-.06-.01-.05-.09.04-.03.05.02.04-.01.09-.13.03.02-.04.05ZM123.89-24.28l-.06.01-.15-.02 0-.03.07-.03 0-.04.02-.02.17.05-.01.04-.04.04ZM125.45-24.74l-.09.02-.09-.01.01-.14.04.02.01.05.07.02.05.04ZM128.26-26.65l-.1.04-.03.06-.09.02-.09.07-.08.02 0 .06.03.05-.05.01-.06.06 0 .05.02.04-.01.02-.07.05-.08.01.01-.11.07-.11 0-.12.07-.02.15-.14-.06-.04 0-.04.02-.02.08.01.06.04.05-.03.02-.04.1-.09.04-.08.07.07-.02.09-.05.07ZM129-27.72l-.04.02-.06-.03-.02-.11.03-.06.04-.01.07.14-.02.05ZM129.45-28.21l-.08.08-.09-.07-.12-.05.09-.03 0-.03.07-.05.19-.04.05-.03.04-.05.09-.04.02.09-.07.02-.18.14-.02.02.01.04ZM129.32-28.1l.01.02-.1-.02-.04-.09.07.01.06.08ZM139.84-33.06l-.02.01-.04-.03-.01-.03.01-.02.03 0 .06.04-.03.03ZM-77.26-18.46l.12.04.23.03.21.13.35.11.12.18.02.06-.09.03-.22.01-.15-.06-.1-.01.02-.02-.04-.02-.06.01-.04.07-.06.05-.09 0-.03-.05-.05.02-.04.03-.04.14-.16-.12-.1-.03-.21 0-.1-.02-.08-.11-.03-.03-.08-.03-.08-.12-.03-.02-.23-.03-.04-.07.02-.06.07-.08.03-.02.13 0 .11-.02.11-.05.61.06ZM7.02-45.93l.03.03.08.02.2-.03.21-.07.25.06.2-.1.13-.14.01-.03-.05-.07.01-.01.14-.07.14-.11.05 0 .02.02 0 .15.02.03.18.14.18.03.01.02-.05.06.11.08.01.06.06.03.06-.02.03-.03-.05-.1 0-.04.2-.2.05-.07.01-.19.04-.02.13.02.05.13.05.04.11.01.24-.07.06.01.1.12.04.01.05-.01.02-.01-.04-.11-.07-.12.02-.07.03-.05.11-.02.07.05.16.02.01-.07-.04-.04.05-.21.24.02.07.06.17.02.1-.03.03-.06.07-.08.11-.04.19 0 .1-.02.1 0 .07.02.47-.1.03 0 0 .02-.07.07.03.05.11.1.12.14.09.03.22.02.47.08.32.01.21.04-.02.06-.28.14-.02.06.04.05.07-.01.14.04.01.02-.02.03-.13.09-.01.03.03.04.09-.01.01.02-.04.13.01.02.14.05.11.08.05.07-.1.03-.06-.01.06-.04-.15-.14-.07 0-.09.06-.26-.06-.05.02-.04.05-.09.06-.13.03-.14.07-.26.08-.07-.01.11-.07-.05-.01-.22.1-.05.21.07.03.1.17.13.07-.05.12-.08.05-.07-.03-.04 0-.03.11.06.29.09.21.29.23.22.07.39.23.21.08.05.04.13.18.11.21.12.33.09.16.17.18.36.27.33.19.3.12.24.02.55-.03.21.04.02.09-.04.05-.24.14-.01.11.11.07.54.21.55.17.17.08.2.14.49.19.07.09.3.19.13.15.02.12-.09.2-.05.08-.12-.03-.14-.09-.21-.34-.39-.03-.22-.09-.01-.04-.04-.05-.03-.01-.15-.01-.1.05-.12.13-.14.19-.14.28-.01.11.08.11.22.06.18.1.11.1.01.24.05.14-.07.08-.15-.02-.19.05-.14.09-.06.08.01.23-.03.08-.26.16-.14.16-.08.15-.34 0-.07-.09-.01-.15.06-.08.12-.04.08-.18-.02-.13.05-.06.04-.04.23-.05.01-.18-.1-.08-.09-.33-.17-.28-.09-.24-.07-.12-.1-.06-.2 0-.1-.02-.34-.17-.02-.03 0-.04.06-.07-.08-.18-.07-.07-.07-.04-.21.04-.1 0-.12.03.12-.13-.03-.03-.12-.05-.21-.02-.03.04-.02-.02 0-.06-.19-.26-.13-.11-.06-.02-.11.03-.2-.05-.11-.01-.16.05-.24-.17-.22-.06-.42-.34-.13-.13-.27-.14-.17-.21-.14-.07-.2-.06-.16.03-.04-.03.08-.04-.01-.07-.23-.21-.14-.06-.09-.14-.2-.03.02-.17-.01-.06-.07-.17-.13-.14-.07-.34-.06-.1-.14-.07-.32-.08-.44-.22-.09 0-.27-.09-.17-.01-.21.07-.26.21-.21.22-.08.04-.27.08-.24.03-.01-.09.17-.17.03-.05-.01-.04-.03-.04-.04-.01-.23.04-.05-.01-.35-.14-.07-.06-.03-.05.02-.04-.01-.03-.04-.05.12-.17.05-.01.02-.03-.04-.11-.05-.03-.14-.02-.06-.04-.05-.1-.06-.05 0-.05.15-.03.06.02.14-.08.1-.03.04-.11.04-.05-.15-.1-.13-.17-.07-.04-.02-.03 0-.04.02-.03.13-.06.08-.06ZM12.44-41.9l-.01-.01.01.01ZM12.49-43.9l.03-.05-.02-.04-.06.01-.04.04.03.05.06-.01ZM10.4-42.86l.03.04-.02.05.01.06-.09-.05-.2.02-.02-.04.02-.03.16-.02.07.01.04-.04ZM13.94-40.71l-.05.01-.04-.02.02-.04.09.02 0 .02-.02.01ZM12.05-36.76l-.05.01-.06-.03 0-.05.01-.01.08.02.02.06ZM15.58-38.22l-.07.11-.28.33-.06.19-.07.13 0 .08.02.04.11.1-.06.03.12.11 0 .09-.15.12-.03.05 0 .15-.11 0-.11-.03-.11.01-.28-.09-.13-.17-.11-.08-.12-.05-.23 0-.11-.04-.44-.21-.19-.13-.13-.03-.12-.06-.22 0-.06-.02-.11-.08-.08-.1-.01-.05.11-.23.05-.04.06-.02.08-.07.11.12.05.03.15-.05.01-.05.1-.06.13 0 .06.01.03.05.11.03.19.1.11.02.26-.06.24.02.22-.03.13-.04.15-.08.19 0 .14.02.06-.02.04-.04.06-.02.06.01.16-.07.07-.01.06.03-.05.05ZM9.63-40.88l.05.06.11.26.01.06-.02.06-.14.17.02.11.04.07.01.07-.09.67-.06.18-.07.03-.23-.08-.11.02-.05-.01-.04-.03-.04.2-.05.08-.09.05-.23-.02-.05-.03-.18-.25-.02-.27.05-.08 0-.16.02-.03.04.03.03-.01.01-.11-.06-.06-.08-.02 0-.12.04-.04.02-.05 0-.16-.06-.06-.02-.09-.04-.06-.16-.15-.01-.12.04-.14.03 0 .06.05.16.03.1-.02.25-.1.18-.16.11-.03.05-.05.02-.05.05-.02.05.06.07 0 .11.05.08.1.07.03.01.01-.07.08.08.05ZM8.48-39.07l-.06.1-.06-.07.01-.08.11.05ZM8.29-41.04l-.04.05-.04-.01.06-.1.05-.02.02.02-.02.04-.03.02ZM35.87-33.43l-.03.15.05.09.01.05-.03.05 0 .05.04.09-.11.17-.01.05-.05 0-.13.05-.04.04-.02.24-.07 0-.08-.05-.01-.04-.03-.02-.06 0-.11-.03-.12.08-.06.12-.06.18.04.25-.01.04-.03.03.01.02.09-.02.08.02.07.04 0 .03-.17.08-.08.07-.08.2.01.03.03.02.19-.02.31-.11.04 0-.05.25.04.1-.27.61-.03.1 0 .28-.07.16-.1.43-.07.07-.24-.71-.13-.26-.04-.15-.24-.61.1-.08 0-.07.18-.17-.05-.06.2-.31.12-.3.2-.63.08-.14.03-.11.11-.01.19.02.08-.05.04-.13.05-.02.02.03.27-.19ZM34.48-31.59l.05.06-.18.17 0 .07-.1.08-.05-.11.19-.16.09-.11ZM35.55-32.4l.02.16-.04.14 0 .12.03.21-.06.1-.05.19-.04 0-.31.11-.19.02-.03-.02-.01-.03.08-.2.08-.07.17-.08 0-.03-.07-.04-.08-.02-.09.02-.01-.02.03-.03.01-.04-.04-.25.06-.18.06-.12.12-.08.11.03.06 0 .03.02.01.04.08.05.07 0ZM-9.95-53.91l0 .03-.08-.04-.03-.04-.21-.02.09-.04.18.02.04.01.01.08ZM-7.22-55.09l-.16.06-.07.12 0 .03-.1.11-.19.06-.13-.01-.04.02 0 .02.16.06 0 .03-.29.08-.08.03-.03.03.03.04.23.13.04.06.17.03.07.05.2 0 .05.02.04-.01.01-.03.12-.05.03-.03-.04-.06.15-.11.04 0 .13.08.02.06.06.06.13.03.02.02-.02.08.02.02.25 0 .04-.02.14-.01.04.04.02.03-.07.02-.08-.01-.04.02 0 .05.03.06.05.04.08.2.05.06 0 .28.07.13.04.24-.14.19-.05.2-.13.14-.11.06.14.09-.12.05-.12.01-.22-.02-.11.05-.07-.09-.04.08-.08.03-.14 0-.31.04-.1.11-.21.04-.11.08-.2.06-.1-.07-.16-.01.04.01.02.03.01.06-.01.05-.06.03-.07 0-.11.06-.15.01-.07.06-.49.08-.16-.03-.28.06-.1-.01.13-.12.17-.06.02-.02-.06-.01-.32.04-.11.04-.11.01.05-.06.22-.11.05-.01.05-.04.15-.05-.49.1-.12-.01-.03-.03-.1.01-.04-.07.23-.15.11-.02.09-.04.04-.04-.05-.02-.43.01.03-.08.15-.06.08-.01.07 0 .12.04.17-.01-.07-.04-.01-.09-.06-.02.28-.15.57-.07.28-.06-.14-.03-.07-.05-.18.13-.22.01-.17-.03-.21.07-.15.01.18-.08.27-.17.08-.08-.07-.05.16-.15.27-.05.1-.06-.1-.03-.11-.01-.37.01-.05-.01-.06-.08-.21.01-.05-.02.09-.05-.11-.02-.19 0 0-.04.04-.03-.06-.03-.01-.04.06-.02.06.01.12-.03.16-.01-.14-.03-.05-.03.01-.07.16-.05.16-.02-.01-.04.01-.04-.17-.01-.16.03.05-.14.01-.05-.01-.04-.07.01-.05-.11-.11.03 0-.06.03-.04.06-.02.17.01.11-.03.16-.01.24.01.17.09.05-.01.1-.07.41.06.05-.01-.03-.06-.05-.05.06-.05.09-.04.24-.07.04-.07.06-.06-.33.03-.3-.07.05-.05.06-.03.11-.02.01-.03.06-.02.09-.06-.03-.07.02-.06.06-.04.06-.09.13-.01.14-.04.25.01-.01-.06.09-.01.04.02.02.04.04.03.01.05-.07.07.04.03-.07.05.08-.02.1-.06 0-.04-.05-.1.01-.06.06-.03.16-.02-.07-.06.06-.01.15.07.2.06-.1.06-.11.04-.05.05ZM42.36-37.11l.1-.02.18-.12.1-.11.03-.01.17.05.15-.05.43.13.32.02.17-.09.1.01.08.05.02.05-.01.15.05.07.03 0 .33-.2.12.02.03.02.04.08.08.26.14.1.01.17.02.06.06.06.1.01.03.04.12.34.05.02.07-.01.08.03.09.05.07.09.06.02.16-.02.23.02.1.05-.01.03-.22.07-.04.06-.03.09 0 .04.14.16.04.12-.02.07-.21.1-.24.23-.02.05 0 .14-.02.04-.14-.01 0 .05-.06.11.09.14 0 .13-.13.18.07.04.21.24.06.09.08-.03.06.02.02.06-.03.06.11.02.04.05.13.19-.01.06-.06.08.01.11.02.02.19.01.08.02.19.1.55.36.16 0 .05.01.04.04.14.27.08.06.24.3-.15.39 0 .4.33.01.01.52.13.05.03.07.05.03.05 0 .05.03.07.1-.01.03.04.12.11.08-.09.02-.1-.02-.21-.08-.07 0-.09.03 0 .03-.23-.1-.08-.02-.34.02-.11.04-.07.04-.05.06-.19.4-.14.19-.24.25-.17.04-1.64-.13-1.62-1.13-1.02-.76-1.27-.65-.44-.21-1.23-.19.15-.11-.04-.11-.21.04-.06-.16.08-.02-.29-.88 1.92-.96.24-.06.06-.04.2-.34.03-.52.03-.14.11-.21-.01-.17-.11-.26.02-.2.03-.11.13-.13.37-.09.45-.36.11-.1.01-.05ZM56.19-26.92l-.1.12-.14.1-.06-.03-.04 0-.1.04-.07 0-.26.11-.11-.01-.02-.05 0-.02.06.01.41-.16.02-.05-.03-.07.01-.02.15.04.16-.07.14-.02.07.05-.09.03ZM53.92-37.34l.27.01.11-.02.28-.09.06 0 .1-.06.11-.22.05-.06.18-.12.3-.15.2-.05.26 0 .39.03.07-.03.02-.09.12-.06.23-.01.1.01.14.04.28-.01.07.04.05.05.04.16.63.14.13.05.15.12.17.02.12-.05.1.04.17-.03.12.03.3.13.06.01.03.03.04.15.09.08.1.07.39.14.11.08.28.32.78 0 .05.07 0 .28.04.1 0 .09-.06.12.06.04.04.07.01.11-.03.05.05.2-.06.09-.03.11-.09.04.05.18-.03.04-.05.13.01.06-.12.15-.01.06-.15.1-.06 0-.01.03 0 .03.03.01.13.16-.25.01-.15.22.04.25-.04.13.02.07.06.05.09.03.15 0 .1.02.01.03-.2.19-.16.18 0 .08.27.81 0 .08-.04.18.01.26-.01.07.03.16.03.02.81.1.1.09.05.22 0 .16-.02.08-.95.97.48.49.02.04 0 .07.17.25.11.22.27.24.14.06.1.01.22.06.21.19.16-.02.04.01-.02.24.04.2.03.3-.05.14-.01.09.01.02.05.02.11.01.25-.03.09.04.04.06 0 .03-.06.04-.01.08.02.12-.06.04-.03.19-.07.02-.34-.01-.11.05-.2.03-.13.07-.05.06-.02.07-.11-.01-.04.05-.25.09-.03.06-.06.33-.09.09.01.06-.03.11-.02.29-.03.09-.06 0-.04.05-.08.05-.75-.18-.04-.05-.03-.08-.08-.03-.11.13-.37-.07-.13.02-.08-.04-.21 0-.15-.08-.23.05-.18.01-.25-.13-.27-.04-.21.01-.12-.01-.18-.05-.08-.05-.14.04-.07-.07-.39-.07-.08-.13-.05-.12-.01-.12-.09-.21-.04-.31-.03-.12-.06-.11-.07-.08-.1-.1-.08-.04-.37-.07-.08.01-.16.05-.18.1-.29.06-.06.05-.07.1-.1.06-.13-.02-.14.07-.25.16-.14.05-.12 0-.12-.08-.27-.11-.18-.03-.25.02-.11-.02-.2-.12-.05-.09-.48-.2-.29-.18-.05-.07-.04-.1-.12-.13-.29-.1-.16-.1-.19-.03-.17.01-.08-.02-.31-.27 0-.09-.15-.21-.04-.08-.03-.22-.04-.05-.15-.09-.03-.06.04-.07 0-.06-.09-.06-.11-.03-.03-.06.02-.13-.02-.08-.11-.13-.15-.13-.16-.19-.06-.05-.1-.28-.09-.01-.42.18-.13-.1-.4-.2-.03-.04.05-.03.05-.01.09.03.06-.03-.02-.06-.1-.04-.13 0 .04.06-.12.05-.03.07.03.21-.05.06-.04.02-.16.01-.07.06-.06.01-.11-.08-.03-.07-.01-.05.01-.03-.07-.1-.05-.03-.05 0-.05-.03-.03-.07-.13-.05-.01-.52-.33-.01 0-.4.15-.39-.24-.3-.08-.06-.14-.27-.04-.04-.21-.01-.55-.36-.19-.1-.08-.02-.19-.01-.02-.02-.01-.11.06-.08.01-.06-.13-.19-.04-.05-.11-.02.03-.06-.02-.06-.06-.02-.08.03-.06-.09-.21-.24-.07-.04.13-.18 0-.13-.09-.14.06-.11 0-.05.14.01.02-.04 0-.14.02-.05.24-.23.21-.1.02-.07-.04-.12-.14-.16 0-.04.03-.09.04-.06.22-.07.01-.03-.1-.05-.23-.02-.16.02-.06-.02-.07-.09-.09-.05-.08-.03-.07.01-.05-.02-.12-.34-.03-.04-.1-.01-.06-.06-.02-.06-.01-.17-.14-.1-.08-.26-.04-.08.01-.02-.01-.06.04-.05-.01-.02-.08-.07-.14-.08.01-.12-.03-.1.04-.05-.25-.16-.12-.01-.01-.03.02-.06.1-.14.05-.15.07-.06 0-.02-.02-.02-.11-.01-.02-.02-.01-.03.01-.14-.04-.14.01-.14-.04-.02-.06-.07-.02-.06.03-.15-.1-.08-.02-.09-.04-.07.1-.02.22 0 .05-.02.07-.25.06-.06.07-.04.19.12.04 0 .32.39.2.12.14.13.09.04.6.1.15-.04.23.01.3-.25.14-.03.2-.16.29-.16.1-.04.19-.11.12-.04.11.01.28.23.04.05-.06.04-.13.05-.02.03 0 .08.02.03.14.07.02.08-.02.03-.22.05-.06.06.01.03.02.03.19.1.05.08.05.03.07 0 .04.02.17.18.04.01.24-.04.03.3.06.25.12.22.09.07.2.08.36.04.4.07.09.07.12.19.19.14.4.2.19.07.64.13.43-.01 1.18-.25.4-.06.15 0-.09.05-.15.03.09.03.14.01.06-.01.05-.03 0-.1-.07-.23-.03-.16ZM97.48-1.47l.22.29.09.03.14.18-.03.09-.02.25-.06.07-.13-.04-.09-.23-.14-.11-.06-.01-.03-.11-.07-.13-.22-.24.17.01.08-.06.01-.05.02-.01.12.07ZM99.16 1.78l-.09 0-.2-.12-.04-.05-.01-.07-.22-.34.08-.23.19-.05.06.03.03.11.17.32 0 .06.14.19 0 .11-.11.04ZM116.64 8.61l-.13.21.05.03.03.04-.21.04-.5-.1-.02-.04.01-.05.05.02.16-.01-.02-.31.24-.2.1-.04.25.08.04.02.03.04.01.05-.09.22ZM115.45 8.16l.1.05.14.15.01.05-.14.1-.23.11-.09.18-.04.04-.05.01-.06-.02.05-.06 0-.07-.03-.07-.05-.06-.22-.14-.11-.04-.12-.01-.11-.12-.03-.09.01-.05.02 0 .44.07.06-.02.15-.1.04 0 .26.09ZM106.04 1.67l.09.13.03.07.05.32.15.27.46.11-.08.05-.06.08-.07.2.05.1.01.07-.06 0-.12-.04-.04-.04-.11-.04-.09-.06-.25-.06-.06-.09-.03-.1.03-.15-.03-.04-.05-.03-.05-.11-.02-.13-.08-.05-.16-.05-.21.04-.21-.08.01-.07.05-.05.13-.06.05-.05.02-.06-.03-.04.01-.05.09-.09.12-.04.06.08.06.12.05-.07-.03-.13.19-.03.12.09.01.08ZM123.18 4.55l.02.27-.08-.1-.01.02-.06.01-.03.08 0 .08-.03.05-.02.18.01.05.07-.03.1.06.05.05-.01.06-.07.06-.08.03-.05-.03-.08.09.01.04-.07.12-.04.03-.08-.04-.05.04-.04-.01-.05-.12 0-.05.05-.06 0-.05.03-.05.1-.12.03-.21.05-.17 0-.21.1-.18.09-.05.04 0-.01.04.11.12ZM122.64 5.27l-.02.07-.05.05-.09-.01-.09-.04-.02.04-.06 0-.03-.06.05-.18.07-.07-.01-.07-.06-.15.04-.08.16-.06.17-.09.04.05.02.26-.14.21.02.13ZM108.32-3.69l-.14.04-.08-.06.09-.06.03 0 .02-.04-.15-.04-.04-.04-.05-.09 0-.06.2-.16.05-.02 0 .07.14.16.01.15-.08.15ZM108.21 3l-.04.14-.09.06-.02.03-.08-.01-.01-.05-.03-.04-.08-.04-.02.01-.02.06-.16.05-.05 0 .03-.09-.04-.06-.01-.12-.03-.02.04-.06 0-.06.04-.07.03-.16.17-.04.03.03.2.04.15.1.07.13-.08.17ZM135.38.65l.29.04.08.04.09-.02.05.02.18.15.09.1.12.09.09.02-.06.08-.14.04-.06.01-.11-.05-.09.01-.07-.06-.09-.3-.11.06-.11-.09-.05.01-.05-.03-.05-.12ZM135.47 1.59l.4.05.11-.01.22.03.19.06.33.01.1.02.07.05-.27.07-.16.02-.14-.02-.09.02-.04-.03-.32-.11-.38-.08-.02-.08ZM130.81 0l.18.05.04-.01.25.11.04.05-.02.04.04.05-.08.08-.16-.04-.09.03-.06-.02-.05-.07-.09-.04-.13-.15-.06.01.02.05.05.04.07.11.08.01.06.04 0 .08-.15.02-.05-.05-.01-.09-.14.07-.05-.1-.16-.01-.1-.05.05-.06 0-.05.07-.03.07.03.07-.04.05.01.26-.07ZM128.45-2.05l-.15.01-.04-.04-.04-.22.11-.17.14-.1.13-.03.09.13-.07.25-.07.12-.1.05ZM128.15 1.66l-.09.05-.15-.02-.17 0-.18.04-.1-.03-.07-.05.01-.06.06-.14.13-.1.06-.02.25.11.25.16 0 .06ZM126.05 2.45l-.01.02-.06-.05-.04-.16-.04-.04-.04-.14.01-.04.05-.07.04 0 .03.04-.02.16.09.2-.01.08ZM126.02 1.79l.31.03-.04.04-.33.06-.12-.01-.41.03 0-.06-.04-.04.06-.03.07-.01.2.01.3-.02ZM124.97 1.71l.13.03.05-.05.04.02.01.07.06-.01.06.04 0 .07-.18.01-.13.05-.18-.04-.19.08-.12.03-.1-.01-.09-.14.05-.17.04-.03.24-.02.31.07ZM131.32 8l-.2 0 0-.08-.03-.05.05-.09 0-.1.05-.01.07-.2.04-.03.05-.01.06-.09.04-.03.03-.06.06-.03-.01-.05.03-.03.08-.03.06.03.04.06-.1.07.05.17-.07.19-.04.05-.08.05-.02.05-.1.09-.06.13ZM126.8 7.67l.01.07-.12.01-.11.06-.06.06-.05.08-.3-.04-.06-.03-.16.03-.12.07-.03 0 .01-.1.03-.06.13-.16.12.04.13.01.14-.03.1-.07.15-.04.12.09.07.01ZM124.57 8.14l.03.06.15-.04.3.02.07.03.01.12-.03.02-.66.1-.09-.06.08-.09-.04-.05.04-.07.08-.04.06 0ZM131 1.32l-.03.02-.12-.02-.07-.06-.07-.15-.04-.15.23-.07.04.03.09 0 .05.05-.03.22-.05.13ZM96.49-5.23l.13.01.22-.05.13 0 .22.06.26-.03.1.03.16.17.2.16.06.1.03.12.25.24.02.1-.03.13.07.1.35.16.03.04.01.05.08.08.37.18.37.27.21.13.18.19.11.2.11.14.18.18.09.14.13.14.07.05.08.02.14.13.07.04-.01-.1-.06-.09.01-.1.05-.04.06-.01.11.03.25.25.06.12.04.13.08.07.2.03.11.04.31.26.06.1.06.24.17.18.08.06.1.03.28.03.1.06.08.08.04.09-.06.07-.22.12-.24.08.23-.02.11-.04.11-.05.28-.17.06-.01.07 0 .07.03.19.19.12.24-.08.07-.12.05-.16.12-.02.05.04.03-.04.09.09.06.01.05-.08.06.01.05.09.17.05.05.14.09.34.13.14.03.16-.01.02.03.07.29.03.24.04.1-.01.12.06.1.22.12.06.05 0 .08-.02.06-.16.16-.02.04-.02.11.02.05.05.01.18-.18.09-.05.31-.01.12.02.18.11.32.4.16.27 0 .06-.16.19-.06.2.01.12.08.1 0 .05-.1.28.06.39 0 .46-.07.67-.07.14-.07 0-.06-.02-.1-.13-.17-.12-.05.02-.22.18-.06-.02-.38-.21-.02.05 0 .07.06.18 0 .07-.08.02-.23-.22-.13-.15-.17-.15-.24-.31-.06-.05-.36-.21-.27-.22-.22-.13-.38-.32-.17-.18-.18-.3-.06-.07-.31-.22-.24-.21-.27-.44-.19-.14-.23-.34-.04-.11.01-.2-.37-.64-.1-.2-.1-.3-.2-.25-.16-.15-.07-.09-.19-.36-.07-.05-.27-.11-.09-.06-.08-.08-.05-.11-.05-.23-.13-.34-.13-.47-.2-.37-.59-.37-.21-.04-.1-.08-.04-.13-.04-.3-.03-.06-.2-.13-.42-.6-.17-.13-.27-.06-.09-.05-.21-.25-.24-.19-.41-.4-.15-.2-.05-.12-.17-.3.01-.07.03-.06-.03-.11.01-.04.05-.03.12-.04.12 0 .22.05.29.23.1.06.36.06ZM122.78 8.61l-.23.07-.08.05-.15.01-.13-.01-.1.02-.25.11-.1.01-.09.03-.06-.08-.18-.01-.08.11-.14-.03-.1.04-.11 0-.2-.08-.23-.05-.23.02-.2-.04-.11.03-.1.05-.1-.16.01-.13.06-.15.04.03.04-.01.14-.06.13-.09.12-.03.08-.01.05.02.13-.03.1.07.18.02.12.04.27.11.09.07.08.03.1 0 .06-.05.36-.07.05.01.24.16.06 0 .11-.03.04-.03.01-.06.07-.08.3-.13.07-.08-.16-.03.03-.06.06-.04.07.01.06.05.02.18-.05.02-.05.07-.09.06.04.08-.03.04-.04.01ZM120.01 9.38l.21.13.03.03.01.06.03.05.15 0 .06.02.06.05.14.18.08.06.05.08-.03.07-.1.1-.06.02-.08 0-.12.06-.05-.03-.14-.02-.1-.04-.1-.08-.05-.08-.07-.07-.12-.05-.21-.15-.13-.01-.11.01-.28-.06-.04-.04-.08-.15.03-.05.04-.03.15-.06.43-.03.19.03.14-.08.07.08ZM118.24 8.32l.05.04.05-.01.09-.06.06-.02.12.01.06.04.04.1.04-.09.1-.04.08.01.06.04.05.12 0 .1.09.11-.02.04-.03.02-.08.02-.1-.05-.08.01-.07.02.01.04.08.04-.03.03-.08-.03-.06 0-.19.05-.05-.01-.03-.04 0-.11-.02-.03-.19.17-.06.02-.06-.01-.21.08-.13-.01-.22.09-.12.02-.18 0-.05.04-.1.03-.1-.02-.17-.07-.02-.05 0-.07.04-.08-.03-.14.05-.14.12-.03.11-.05.1-.08.06 0 .14.06.21 0 .05.03.02.08.07.04.1.13.08-.01.08.03.13-.08.11 0 .02-.06-.13-.12-.12-.01-.16-.12-.05-.06-.03-.08.02-.05.16-.06.2.03.03.03.05.12.04.05ZM124.89-1l-.19.17-.11.17-.16.19-.21.09-.47.07-.22.01-.26-.03-.09-.09-.1-.06-.08-.01-.72.01-.44.04-.12-.01-.12-.04-.17-.01-.42.06-.1-.01-.33-.08-.12.02-.11.06-.16.18-.06.1-.05.13-.07.24 0 .11.05.24.04.1.14.22.03.03.16.06.09.08.15.33.13-.01.24.05.11-.07.06-.13.22-.27.09-.08.06-.03.05.01.11.09.11.02.12-.02.17-.09.04-.05.1-.03.38.01.23-.02 0-.03-.05-.03-.01-.03.34-.09.11.02.1.06.04.06.01.07-.03.18-.02.04-.08.03-.07-.03-.08-.09-.1-.04-.15.03-.05.03-.13.13-.06.11-.15.18-.18.15-.17.09-.3.1-.08.08-.06.09-.07.04-.08.01-.17-.08-.04.05-.01.07.06.02.09.07.08.11.19.09.08.09.12.21.04.12.07.09.21.16.01.04-.01.05.02.05.07.09.02.06-.08.08-.01.1-.05.15-.01.09.08.07.11.05.09.11.05.03.03.04 0 .07.08.09.06.02.05-.05.05.02.03.04.02.12 0 .12-.03.04-.05 0-.1-.05 0 .07-.25.01-.35.12-.07.08.02.17-.03.04-.12.02-.17-.03-.16-.06-.08-.08-.02-.1.05-.3.07-.12.01-.07-.08-.08-.12-.03-.11-.06-.4-.36-.02-.04.02-.12.13-.19.01-.04.02-.16-.02-.26-.06-.08-.22-.03-.12.03-.31.2-.08.08-.01.1.11.2.03.1.05.36-.06.14-.02.24.02.33.04.2-.01.11-.1.23-.03.13 0 .06.11.24.04.2-.12-.05-.23.04-.13 0-.19.11-.04 0-.16-.08-.1-.09-.08-.1-.02-.1.07-.24.09-.2 0-.14.02-.11.05-.11.02-.1.01-.39-.13-.26 0-.22-.02-.04-.05-.04-.18 0-.25.07-.07-.06-.05-.08-.04-.12-.02-.12.01-.12.04-.11-.08-.17 0-.04.07-.07.11-.05.13-.12.04-.1.04-.24.15-.21.03-.1-.04-.17 0-.25.05-.17.15-.33.14-.18.06-.05.08.08.05.1.01-.09-.08-.29-.05-.39.02-.04.05.01.05-.04.02-.06-.05-.15 0-.05.1-.21.09-.07.03-.05.03-.12.04-.05.06-.03.07-.09.04-.11.05-.01.05.09.05.04.1.03.08-.03.15-.19.05-.11.07-.1.04-.04.11-.04.06 0 .13.07.2.02.1.14.04.02.04.01.28-.02.24.06.33.01.22.08.13.08.05.01.05 0 .07-.07.05-.02.27.01.57.09.08-.01.35-.17.13-.16.12-.05.07-.16.04-.03.11-.02.04-.03.07-.11.13-.12.12.01.05.05.07.14-.09.09-.17.33-.08.08ZM107.37 6.01l.1.11.09.06.11.04.21.01.13.05.13.02.15-.04.23.21.08.26.08.06.1.02.24.01.28.05.1-.01.1-.05.44.11.26-.03.12.05.11.01.09-.05.06-.09.12-.29.04-.05.1-.05.13.02.03.02.15.21.03.02.16.01.14-.05.06 0 .2.12.25.04.1.08.05.02.17-.02.12.01.11.03.11.29.1.04.04.04 0 .25.22.11.24.06.25 0 .25-.02.32-.07.34.16.03.11 0 .1-.06.33.01.08.06.15.03.04.11.08.01.05-.02.04-.12-.03-.08-.03-.04-.06-.06-.03-.12.01-.22-.06-.25-.09-.44-.19-.12 0-.11.02-.25.09-.09.01-.57-.09-.6-.02-.17-.04-.28-.02-.45-.09-.57-.26-.19-.06-.57-.12-.29-.01-.13-.03-.12 0-.17.04-.12.09-.23-.02-.42-.09-.25-.15-.26-.07-.66-.05-.18-.05-.04-.06.01-.07.1-.19-.32-.12-.26-.07-.1-.01-.24.01-.18-.03-.16.01-.02-.06.03-.05.1-.07.03.11.06.02.02-.01.13-.16.05-.15.05.03.08-.04.08-.34.07-.1.09-.09.04-.02.1.05.18.02.11.04.11 0 .1.02.16.06.1-.03.08-.06.04-.11.11.06.17.02.04.03ZM109.63-2.03l-.09.13.03.09.07.03.02.16.07.1.15.12.16.17.08.04.19.19.19.14.12-.02.32-.14.16-.03.19.01.26.05.06-.03.16.02.04-.01.11-.1.16-.03.09-.2.02-.1.06-.04.23-.08.46-.01.05.02.01.05-.01.04.02.03.06 0 .39.13.05-.01.11.07.14-.07.14-.12.1-.03.13.01.26-.05.12.05.06-.06.06-.11.03-.07.02-.13.02-.03.1-.04.03-.09-.04-.07-.03-.11.03-.09.18-.1.21-.17 0-.05-.1-.06.01-.21.16-.19.06.04.07-.02.07-.03.04-.09.02-.21.06-.11-.03-.18.02-.1.01-.21.03-.04.08-.21.1-.06.08-.1.04 0 .12.06.12-.06.1-.01.08.01.1.04.09-.06.08.03.11-.01.4.01.18.04.17.11.13.02-.08.04-.04.05.1.09 0 .06.17.13 0 .03.05.08-.06.05-.09 0-.12-.09-.01.06-.05.04-.28-.01-.11.02.1.03.18.16.04.06-.06.13.03.05.07.02.09.07.06 0 .04.04 0 .05.03.06-.07.02.07.01.06.03-.06.06.14.08.1.21.15.16.03.06 0 .06-.02.04-.08.06-.07.07-.01.03-.09.03.07.06.22.27.39.28.17.1.21.22.11.06.03.06-.1.09-.13.05-.23.03-.34-.06-.1-.06-.08-.11-.1-.06.07.14-.02.07-.04.06-.18.1-.19.39-.03.1-.06.44 0 .12.09.23.03.18-.02.04-.32.16-.09.08-.15.18-.09.03-.06 0-.05-.04-.04-.06-.02-.08-.01.11.04.12-.02.06-.04.05-.16.09 0 .08-.03.05-.19.11-.05.08.07-.01.07.01.03.13-.03.13-.1.09.1.05.11.02.03.09-.03.21-.08.03-.1-.02-.03.03-.01.05.07-.02-.01.13-.04.19-.04.06-.06.02-.06-.05-.02.05.02.05.09.1-.06.02-.03.03-.02.05-.09.12-.04.08-.02.09-.04.07-1.26.58-.05-.02-.02-.04-.02-.41-.07-.21-.01-.11-.08.1-.11-.04-.04-.03.04-.17-.05.07-.06.05-.05 0-.05-.03-.02-.04-.03-.01-.12.11-.16.07-.09 0-.08-.04.01-.09-.03-.13-.08-.02-.12.05-.04-.01-.03.03-.3-.32-.07.26-.21.13-.16.08-.32-.08-.16.06-.16.15-.1.02-.04-.02.02-.22-.03-.3-.05-.07-.06-.05-.08.08-.13 0-.12-.04-.11.03-.22.1-.11.01-.06-.02-.04-.05.02-.05.05-.04-.09.03-.11.08-.13-.13-.19.04-.08.06-.04-.02-.03-.05-.01-.23-.1-.46-.02-.23-.02-.05-.12-.09 0-.12.06-.1.02-.11-.02-.13-.04-.12-.04-.1-.15-.17-.11-.07-.23-.07-.12.01-.07-.07.01-.08.04-.05.06-.01 0-.03-.11-.06-.1-.09-.03-.04-.01-.06 0-.13.05-.12.02-.13.07-.04-.01-.03-.03-.01-.14-.18-.13-.11-.03-.17-.01-.26.05-.34.07-.07.1-.05-.03-.01-.09.02.04-.2.03-.06.19-.21.11-.21.25-.11ZM127.73-.85l.15.02.04-.05.05-.16.09-.08.06-.01.04-.03 0-.16.06-.08.21-.12.11-.04.15-.01.02.04-.02.07.03.09-.02.26-.03.04-.15.09-.22.1-.04.08 0 .07.14.09.21.09.05.04.03.07 0 .08.05.04.07.01.09.09-.36-.12-.09-.05-.23-.02-.11-.05-.13-.01-.05.03-.04.14.02.09-.02.16.09.3.11.24.16.24.18.16-.15-.02-.04-.08-.19-.08-.04-.05-.12-.24-.15-.12-.05-.06-.02-.08.02-.08-.01-.23.03-.14-.09-.09-.07-.11-.01-.12 0-.07.07-.17-.09-.07-.09-.22-.01-.11.12-.22-.01-.1.1-.27.1-.13.17-.17.14-.06-.01.08-.14.21 0 .08.06.04.06.09.02.24-.02.13-.12.17-.24.15-.02.03 0 .04.1.09ZM129.75 2.87l.23.11.4.01.19.14.06.1.04.16.1.03.08.11.01.04-.05.29-.54-.28-.25-.11-.04-.03-.03-.05-.11-.06-.21-.01-.12.01.01.1-.05.02-.26-.06-.1-.04-.14-.02-.02-.03.01-.06-.03-.01-.13.03-.16.17-.12.02-.1-.03-.14-.18-.1-.07-.05-.01-.05.02-.05.16-.11.17-.02-.01.03-.1 0-.06-.05-.12.23-.29.09-.06.37-.03.22.02.2-.03.07.01.01.06.05.04.16-.05.15-.1.11 0 .21.08ZM126.86 3.09l.17.08.06.11.14.11.02.08-.02.16-.14.04-.15.09-.25.06-.14-.05-.33-.16-.04-.03-.03-.06-.09-.1-.02-.06-.01-.19.02-.04.04-.02.13.04.09-.05.24-.03.26 0 .05.02ZM124.92 8.94l0 .09.02.02.03.01.13-.06.05.04 0 .08-.05.07-.12 0-.02.02.01.08.06.09.04.13-.07.05-.04.11-.12.09-.13.15-.11.08-.09.1-.08.06-.26.03-.2.12-.11.04-.11.01-.1-.04-.04-.04 0-.05.11-.14-.12-.07-.01-.04.12-.35.17-.17.16-.11.01.04.04.04.04-.01.15.02.04-.02.09-.1.03-.07 0-.05.13-.03.08-.04.06-.06.18-.09.03-.03ZM134.75 5.71l-.01.04.01.13-.04.07.05.15-.01.07-.03.13-.08.07-.2-.04-.16-.13-.01-.03-.12-.11 0-.04.15-.01.04-.18-.14-.12.05-.03.09.03.15-.18.02-.09.06-.01.05.01.03.05 0 .09.05.02.05.11ZM134.54 6.44l-.04.15-.09.09-.05.13-.04.04-.12.06-.11-.08-.03-.06.05-.3.08.01 0-.02-.07-.03-.01-.24.06-.01.15.14.1.07.12.05ZM138.53 8.27l-.23.14-.32-.03-.11 0-.18.03-.04-.02.04-.13.14-.33.18-.29.07-.07.22-.13.25-.06.22.01.13.12.06.08.03.11-.2.36-.26.21ZM140.97 2.61l.01 3.74-.11.26-.01.13.12.17 0 2.21-.2-.15-.12-.12-.17-.23-.39-.32-.1-.1-.02-.03.01-.03.05-.06.08-.16-.18.18-.29.03-.13.04-.14.02-.06-.02-.04-.06-.03-.13-.06.11-.11.05-.15.12-.04-.02-.03-.1.05-.1.02-.13.07-.07.09-.25-.04-.06-.07-.02-.1-.14-.13-.12.12-.05.19.03.12-.04-.13.01-.21-.06-.12-.07-.12-.13 0-.03.27-.05-.06-.07-.08-.06-.03-.1-.18-.18-.08-.11-.14-.39.02-.06.06-.05-.1 0-.08-.03.04-.09.1-.04-.21.04-.04-.01-.03-.08.01-.08-.01-.08-.08-.04-.09-.08-.05 0-.08-.09-.45-.25-.03-.06-.08.04-.11-.07-.06.01-.11-.04-.06 0-.24-.07-.23-.12-.18-.05-.11-.07-.12-.05-.53-.09-.26.01-.44-.25-.07-.12.03-.13.18-.01-.13-.02-.16.06-.05 0-.16-.07-.12.04-.07-.06-.02-.06-.03-.03-.18.02-.04-.04-.02-.06-.19-.14-.04-.1 0-.17.02-.06.14-.2-.07-.01-.07.05-.03.04-.01.05-.01.18-.05.06-.08-.01.02.11-.03.1-.09.11 0 .11-.02.06-.15.16-.28.03-.05-.03-.05-.05-.03-.06-.09-.25.12-.15-.04-.14-.08-.12-.4-.32-.09-.03-.16-.01-.05-.02-.08-.12.1-.03.16-.08.09 0 .26.05.14.06.18-.13.13-.17.09-.04.07-.01.07.01.15.06.2.04.04.05.05.02.01-.08.04-.09.08-.03.05 0 .03-.03-.01-.09-.11-.01.11-.11.02-.03 0-.05-.21.09-.22.03-.27-.01-.26.06-.33-.02-.13-.03-.19.02-.1-.06-.13-.15-.06-.04-.08-.28-.01-.15-.2-.02-.43-.15-.12.06-.06.01-.06-.01-.06-.03 0-.04.05-.1.1-.06.04-.05.07-.16-.01-.11.01-.04.04-.03.5-.13.09-.04.07-.08.09-.04.03-.05.05-.04.26-.09.23 0 .24.06.22.09.19.13.2.09.5.01.14.11-.04.15.18.31.01.05-.04.17-.07.09-.04.1.04.25-.01.11.05.23.27.52.03-.12-.01-.13.09-.07.06.03.02.17.05.22.07.01.07-.03.02.07-.01.13.04.1.03.04.12.08.05.02.16.02.12 0 .12-.03.14-.15.23-.19.15-.27.23-.15.06-.15.09-.16.22-.05.23-.02.23-.09.1-.08.01-.06-.06-.13.26-.15.43-.21.1 0 .2.14.54.17.09.05.07.08.11.05.12.02.75.36.08.01.28-.01.1.06.37.04.1.06.03.1.22 0ZM138.89 8.39l-.05.01-.24-.03-.04-.06.06-.04.06-.07.12-.03.1.17-.01.05ZM101.71-2.08l.05.08.01.06-.05.15-.12.07-.1-.01-.03-.03-.07-.14.01-.12.04-.05.09.01.1-.07.07.05ZM102.43-.99l-.05.03-.1-.12-.05-.27.03-.05.1.05.08.12.01.07-.02.17ZM102.49-1.46l.01.13-.13-.09-.29-.08-.06-.06 0-.05.02-.02.43.12.02.05ZM103.03-.75l-.02.04-.04-.03-.19-.04-.07 0-.17-.05-.05-.03-.03-.03.05-.2.04-.04.08.08.15.09.22.1.03.11ZM103.17-.87l-.03.03-.05-.01-.06-.03-.14-.12-.19-.05.03-.11.06-.01.21.1.07.06.1.14ZM103.28-.54l-.14-.01.01-.09.04-.06.05 0 .05.09-.01.07ZM103.45-.66l-.02.01-.09-.13.05-.09.08.09.03.06-.05.06ZM104.02-1.18l.07.04.05-.03-.01.08-.07.1-.1-.02-.03-.06.02-.02.01-.05.04 0 .02-.04ZM104.59-1.22l0 .08.06.04.01.05-.01.09-.07.13-.08-.02-.03-.06.01-.02-.05-.03.03-.04-.02-.05-.19.04-.01-.07.01-.02.11-.08.07-.02.07.02.09-.04ZM104.78.18l.03.01.03-.05.11.11.05.03-.05 0-.02.04-.23-.11-.14.04-.11-.06.05-.06.04-.15.1.04.02.04-.01.02.06.02.07.08ZM104.47.33l.1.1.02.04-.05.05-.03.08-.02.01-.08-.03-.05.08-.03-.12-.07-.08.04-.07.04-.01.02.02.11-.07ZM103.74.35l-.13.03-.15-.02.02-.06.07-.07.06 0 .11.05.05.04-.03.03ZM109.71 1.18l-.2.1-.05 0-.03-.04.02-.2.03-.05.14-.01.12.06.02.07-.01.04-.04.03ZM113.85 7.1l-.03.02-.17-.01-.1.08-.08.03-.34 0-.37-.08-.03-.07.04-.07.1-.1.2-.02.91-.01.09.09.01.03-.19.06-.04.05ZM134.96 1.12l-.04.01-.06-.02-.05-.07.02-.06.06-.04.05.04.02.05.04 0-.04.09ZM127.25.5l-.06.02-.07 0-.02-.11.03-.13.06-.02.1.02-.04.04.03.07-.03.11ZM127.57.32l.11.15-.07.14.05.08.14 0 .04.03.04.09-.04.04-.08.03-.09-.05-.05-.06-.16.04-.02-.07.03-.1-.09-.04-.08-.1 0-.04.03-.07-.01-.05.05-.01.08.08.04-.07.04-.03.04.01ZM132.93 5.9l-.08.09.07-.2.02-.11.07-.06.1-.31.06.04-.05.23-.15.16-.04.16ZM132.81 5.85l-.06.1-.04-.04-.03 0-.01-.05.01-.12-.05-.13.07 0 .04.05.06.13.01.06ZM128.27 3.67l-.02.04-.06.03-.05-.01.02-.03-.01-.02-.1.03-.07.06-.05-.03 0-.06.09-.08.1-.01.14-.08.07.01-.06.15ZM126.82-4.03l-.04.02-.07-.01 0-.05.06-.09.04-.1-.04-.02-.05-.06 0-.08.04-.13.05.01.05.06.06.19-.07.11-.03.15ZM125.66-3.44l-.03.04-.12-.06.01-.09-.05-.09-.01-.04.01-.05.07.06.12.23ZM130.86 8.32l-.08.03.05-.08.19-.18.07.03.09.01-.14.08-.13.04-.05.07ZM129.84 7.95l-.06.1-.07-.01-.12-.12.02-.12.05-.01.15.03.03.07 0 .06ZM127.82 8.1l.18.04.1-.01.02.04-.1.09-.2-.07-.03-.07.03-.02ZM130.35 1.69l.02.06.05.05-.01.09-.03.01.04.07-.05.02-.03-.01-.06.03-.03.04-.12.01-.04-.03-.2-.04-.14-.09-.01-.03.25-.11.12-.03.09 0 .15-.04ZM102.37 5.48l-.08 0-.16-.12-.02-.04.04-.03.05 0 .17.08.03.04-.03.07ZM100.42 3.18l.04.15-.11-.1 0-.07-.02-.05-.07-.05-.05-.07-.03-.17.02-.03.04-.01.21.22.02.04-.01.08-.04.06ZM100.21 2.74l-.08.08-.12 0-. |
There was a problem hiding this comment.
This is a bit counterintuitive, though. Could we just move the whole SVG to a file instead?
| let map!: HTMLElement | ||
| let world!: SVGSVGElement | ||
|
|
||
| let coordinates: [number, number] = [NaN, NaN] |
| let world!: SVGSVGElement | ||
|
|
||
| let coordinates: [number, number] = [NaN, NaN] | ||
| let found: Quake[] = [] |
There was a problem hiding this comment.
The variable name sounds like a boolean type.
| function setPath(id: string, d: string): void { | ||
| document.getElementById(id)!.setAttribute('d', d) | ||
| } |
There was a problem hiding this comment.
From the function content it's more like "setD"
| const h = | ||
| Math.sin(dLat / 2) * Math.sin(dLat / 2) + | ||
| Math.cos(lat1) * Math.cos(lat2) * Math.sin(dLng / 2) * Math.sin(dLng / 2) | ||
| return 12742 * Math.asin(Math.sqrt(h)) |
|
|
||
| const cached = readEdgeAppCache<Quake[]>(CACHE_NAMESPACE, CACHE_KEY) | ||
| if (cached && cached.length > 0) show(cached) | ||
| else unavailable() |
There was a problem hiding this comment.
The algorithm clearly says that we abort here.
There was a problem hiding this comment.
Pull request overview
Rebuilds the Earthquake Edge App on top of @screenly/edge-apps (TypeScript + Bun/Vite), adds explicit failure-mode handling with cache fallback, and adjusts the build/deploy pipeline to ship as a single-file index.html.
Changes:
- Implement USGS fetch + cache fallback behavior per the documented failure-mode algorithm, including abort/unlocated states.
- Add post-build inlining (
scripts/inline-bundle.mjs) sodist/deploys as a single self-contained HTML file. - Introduce Bun-based dev tooling and Playwright e2e coverage, plus streamlined CI/deploy workflows and release plumbing.
Reviewed changes
Copilot reviewed 18 out of 25 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Adds TS project config extending @screenly/edge-apps defaults. |
| src/style.css | Introduces the app’s custom stylesheet (intentionally not using the library CSS). |
| src/main.ts | Core app logic: rendering, fetch/cache behavior, and failure modes. |
| scripts/inline-bundle.mjs | Post-build step to inline JS/CSS into dist/index.html and remove subfolders. |
| screenly.yml | Updates manifest metadata and adds settings (display_errors, sentry_dsn, etc.). |
| README.md | Updates documentation to match the rebuilt app + failure-mode behavior + tooling. |
| package.json | Adds Bun/Vite build scripts, lint/typecheck, deploy, and e2e commands. |
| e2e/screenshots.spec.ts | Adds Playwright-based screenshot coverage across supported resolutions. |
| e2e/failure-modes.mjs | Adds e2e verification of each failure-mode branch against built dist/. |
| CHANGELOG.md | Adds user-facing changelog for releases. |
| bun.lock | Locks dependencies for Bun. |
| .prettierrc.json | Adds Prettier configuration. |
| .ignore | Removes legacy deploy ignore file (deploy now happens from dist/). |
| .gitignore | Adds standard ignores for node/bun output and local mock data. |
| .github/workflows/deploy.yml | Adds deploy workflow for main/development branches. |
| .github/workflows/ci.yml | Adds CI workflow for lint/format/typecheck/build/test on main/development. |
| .github/workflows/sqllint.yml | Removes unused SQL lint workflow. |
| .github/workflows/ruff.yml | Removes unused Python Ruff workflow. |
| .github/workflows/pyright-annotations.yml | Removes unused Pyright workflow. |
| .github/workflows/codecov.yml | Removes unused Codecov workflow. |
| .github/workflows/clippy.yml | Removes unused Rust Clippy workflow. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - development | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| - development | ||
|
|
| import { chromium } from 'playwright' | ||
| import http from 'http' | ||
| import fs from 'fs' | ||
| import path from 'path' | ||
|
|
||
| const DIST = path.join(import.meta.dirname, '..', 'dist') |
| function nearestKept(features: FeedFeature[]): Quake[] { | ||
| // Only the ten nearest are kept: they size the view, and the closest is drawn. | ||
| const kept = 10 | ||
| return features | ||
| .filter((feature) => feature.properties.mag !== null) | ||
| .map((feature) => ({ | ||
| mag: feature.properties.mag as number, | ||
| place: feature.properties.place, | ||
| time: feature.properties.time, | ||
| lat: feature.geometry.coordinates[1], | ||
| lng: feature.geometry.coordinates[0], | ||
| })) | ||
| .sort((a, b) => kmAway(a) - kmAway(b)) | ||
| .slice(0, kept) | ||
| } |
| const quakes = nearestKept(feed.features) | ||
| writeEdgeAppCache(CACHE_NAMESPACE, CACHE_KEY, quakes) | ||
| show(quakes) | ||
| } catch (error) { |
There was a problem hiding this comment.
This type of error-catching will also handle all non-data-related errors, as it would handle the data-fetch error.
For example, you got the quakes but failed to write the cache, or, because of a bug or something else, the show failed; then, if display_errors is off, you will read the cache and redo it.
You should first get the data from the site or cache, and then render it.
Keep your eye on the try-catch block. If they're super-wide or if you throw an error straight from the try block like
try {
...
throw new Error()
...
} catch (error) {
handle error here
}
looks bad to me, but there are situations where it's ok. I just don't like it.
https://github.com/Screenly/salesforce-app/blob/main/src/content.ts#L72
| } | ||
|
|
||
| function ago(quake: Quake): string { | ||
| const minutes = Math.round((Date.now() - quake.time) / 60000) |
There was a problem hiding this comment.
There was a problem hiding this comment.
🔵 Needs a closer look
The manifest’s display_errors type/default don’t match how the app reads the setting, and the new CI workflow won’t run for the repo’s current master-targeted PRs/pushes.
Review details
Suppressed comments (6)
Previously missed (3) — in code that hasn't changed since the last review.
package.json:19
verifyrunsnode e2e/failure-modes.mjs, which expects a builtdist/directory (the script comment says it runs against BUILT dist/). As written,bun run verifywill fail unless the developer happens to have run a build first.
screenly.yml:6- The icon URL points at the
mainbranch (.../Earthquake-App/main/icon.png), but this repo currently usesmaster(and the PR notes the rename isn’t done yet). This will 404 until the branch rename happens.
screenly.yml:31 display_errorsis declared as a string with a string default ('false'), but the UI schema says it’s boolean and the app reads it as a boolean (seesrc/main.tscallinggetSettingWithDefault<boolean>('display_errors', false)). If the runtime value is the string'false', it will be truthy and incorrectly enable the error-throwing path.
.github/workflows/ci.yml:8
- CI is configured to run only on pushes to
main/development. Since this PR targetsmaster, CI won’t run on pushes to the current default branch until the branch rename happens.
on:
push:
branches:
- main
- development
e2e/failure-modes.mjs:14
- This script is executed with
node(seepackage.json), but it relies onimport.meta.dirname. For broader Node compatibility, compute the directory fromimport.meta.urlinstead.
import { chromium } from 'playwright'
import http from 'http'
import fs from 'fs'
import path from 'path'
const DIST = path.join(import.meta.dirname, '..', 'dist')
const MIME = {
.github/workflows/ci.yml:13
- CI is configured to run only for PRs targeting
main/development. PRs opened againstmasterwon’t get CI checks until the branch rename happens.
pull_request:
branches:
- main
- development
- Files reviewed: 18/25 changed files
- Comments generated: 0 new
- Review effort level: Lite
renatgalimov
left a comment
There was a problem hiding this comment.
Approved, but I'd ask @nicomiguelino also do a review.
Description of Changes
Rebuilt on
@screenly/edge-apps, scaffolded with the officialcreatecommand. TypeScript insrc/, Bun and Vite, release plumbing per the Edge Apps development doc.index.htmlis now generated rather than hand-written; the design is unchanged, pixel for pixel.The failure-mode algorithm. There are no credentials here — the USGS feed is public — so the credential half of the diagram does not apply. What is left:
display_errorsdisplay_errorsfollows the library exactly: same key, samefalsedefault, samepanic-overlay, and the same signal-on-error, so a crash cannot stall a playlist. The last row is the diagram's Abort terminal —screenly.signalAbort()does not exist yet (T10903), so for now it states the problem and signals ready anyway, because an app that never signals holds the playlist for sixty seconds and is then dropped withPlaybackReason::LoadTimeout.Only the ten nearest quakes are cached, trimmed to the five fields drawn — 491 bytes rather than the feed's few megabytes, and a cached render is identical to a live one.
Timings. One clock: an 8s feed timeout. The screenshotter allows 10s for the page to go quiet and 10s more for the ready signal, so timing out early leaves room to fall back to cache, draw and signal. Measured at 8,089 ms to signal on a hung feed.
Single-use values moved into the functions that use them —
compassintoheading(), the 1500/12000 clamps intowidthToFitKept(), the feed URL intoload(),unitsintoaway().Release plumbing.
CHANGELOG.md, CI and deploy workflows,user_versionin the manifest. Drops.ignore— deploying fromdist/makes it unnecessary — and five workflows for Rust, Python and SQL, none of which this repo has ever contained.e2e/failure-modes.mjs, 24 checks, one per branch of the diagram.bun run verify.Checklist
Additional Notes/Comments
Two library bugs found on the way, both worth their own issues.
The default build output does not deploy.
edge-apps-scripts buildemitsindex.htmlplusjs/andcss/subdirectories. Deployed as-is, the player sticks in a "downloading content" loop andapi/v3/assets/<id>/capture/returns 500 — with a completely clean browser console, because nothing of the app ever executes. The same app as one file renders on both. Proven across three revisions: 49 (three files) broken, 50 (old single file) fine, 51 (rebuilt, inlined) fine. Root cause not isolated — either the player cannot serve nested asset paths, ortype="module" crossoriginfails on it.scripts/inline-bundle.mjssidesteps both by folding the CSS and JS back intoindex.htmlafter Vite runs. If this reproduces generally, every app scaffolded today has it.edge-apps-scriptsdoes not run on Windows.lint,type-check,build,devandbuild:devall fail with "The system cannot find the path specified".resolveBin()returnsnode_modules/.bin/<tool>with no.cmdor.exe, andexecSync/execFileSyncroute that throughcmd.exe, which cannot execute it. CI is unaffected. The README documents the direct-invocation workaround.Three things must be in place before either workflow can fire, none of which I can do:
masterrenamed tomain— both workflows trigger onmainanddevelopmentper the doc, so while this PR targetsmasterno checks will run on it.developmentbranch, for the stage environment.SCREENLY_API_TOKENrepo secret.Two conventions deliberately not adopted, both commented in place with the reason:
system-uion purpose. Skipping it takes the CSS from 458 KB to 3.4 KB.<auto-scaler>is not used. It scales a fixed 1920x1080 design, which would letterbox a portrait screen; the map window is fitted to the screen's real aspect ratio instead.Happy to change either if you would rather have consistency than the behaviour.